Demonology Single Target

Hi there,

This is my first post so be gentle and my english is not my nature language.
I used the last macro from EnixLHQ and try to make something work for me with my gear.
Im not a raider, im not trying to be the best playing in the game, i spent my time daily mostly on dungeons WQ and Raidfinder ( to much work in RL )
i found something that works for me and i like to share it.

My gear atm is a 2p bonus tier set and 1 legendary the Kiljaeden trink.
Ilvl is 903
my stats are Crit 15%, Haste 32%, Mastery 32%, Vers 7%.
i use a 2 button AHK, 1 for the macro and 1 to spam Dreadstalkers when its off CD
I do around 600 to 650K dps

AHK

toggle = 0
#MaxThreadsPerHotkey 2
#ifWinActive World of Warcraft
{
$F2::
Toggle := !Toggle
While Toggle{
Send {2}
Send {4}
sleep 150
}
return
}

The Macro

Sequences[‘DemonST’] = {
– This Sequence was exported from GSE 2.1.07.
Author=“Mcdotnalds”,
SpecID=266,
Talents = “12?2?23”,
Default=1,
Icon=‘INV_MISC_QUESTIONMARK’,
MacroVersions = {
[1] = {
StepFunction = “Sequential”,
KeyPress={
“/targetenemy [noharm][dead]”,
“/castsequence reset=target Doom, null”,
},
PreMacro={
},
“/use [nopet,combat] Summon Felguard; Command Demon”,
“/cast [combat] Grimoire: Felguard”,
“/castsequence [combat] Demonic Empowerment, Shadow Bolt”,
“/castsequence [combat] Doom, Shadow Bolt, Shadow Bolt, Hand of Gul’dan, Life Tap”,
“/castsequence [combat] Thal’kiel’s Consumption”,
PostMacro={
},
KeyRelease={
“/petautocastoff [group] Threatening Presence”,
“/petautocaston [nogroup] Threatening Presence”,
},
},
},
}

Any feedback is always welcome

Sequences['DemonST'] = {
— This Sequence was exported from GSE 2.1.07.
Author="Mcdotnalds",
SpecID=266,
Talents = "12?2?23",
Default=1,
Icon='INV_MISC_QUESTIONMARK',
MacroVersions = {
[1] = {
StepFunction = "Sequential",
KeyPress={
"/targetenemy [noharm][dead]",
"/castsequence reset=target Doom, null",
},
PreMacro={
},
"/use [nopet,combat] Summon Felguard; Command Demon",
"/cast [combat] Grimoire: Felguard",
"/castsequence [combat] Demonic Empowerment, Shadow Bolt",
"/castsequence [combat] Doom, Shadow Bolt, Shadow Bolt, Hand of Gul’dan, Life Tap",
"/castsequence [combat] Thal’kiel’s Consumption",
PostMacro={
},
KeyRelease={
"/petautocastoff [group] Threatening Presence",
"/petautocaston [nogroup] Threatening Presence",
},
},
},
}

the header is wrong

alright thx for the feedback

i made the same macro in a new box

Sequences[‘STDemon’] = {
– This Sequence was exported from GSE 2.1.07.
Author=“Mcdotnalds@Eonar”,
SpecID=266,
Talents = “1212223”,
Default=1,
MacroVersions = {
[1] = {
StepFunction = “Sequential”,
KeyPress={
“/targetenemy [noharm][dead]”,
“/castsequence reset=target Doom, nul”,
},
PreMacro={
},
“/use [nopet,combat] Summon Felguard; Command Demon”,
“/cast [combat] Grimoire: Felguard”,
“/castsequence [combat] Demonic Empowerment, Shadow Bolt”,
“/castsequence [combat] Doom, Shadow Bolt, Shadow Bolt, Hand of Gul’dan, Life Tap”,
“/castsequence [combat] Thal’kiel’s Consumption”,
PostMacro={
},
KeyRelease={
“/petautocastoff [group] Threatening Presence”,
“/petautocaston [nogroup] Threatening Presence”,
},
},
},
}

Cant import this one :frowning:

I have this working on mine. First time posting, so I hope it works. (I’ve posted it on the correct thread now :\ )


Sequences['LowLvlSingle'] = {
-- This Sequence was exported from GSE 2.2.03.
  Author="Exlynn@Perenolde",
  SpecID=266,
  Talents = "3211232",
  Help = [[Press Alt for Drain Life]],
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/use [nopet,combat] Summon Felguard",
        "/petattack",
        "/use [mod:alt] Drain Life",
        "/castsequence  reset=target  Doom, null",
      },
      PreMacro={
      },
        "/castsequence [nochanneling] Shadow Bolt, Call Dreadstalkers, Demonic Empowerment, Life Tap",
        "/castsequence [nochanneling] Shadow Bolt, Hand of Gul’dan, Demonic Empowerment",
        "/castsequence [nochanneling] Summon Doomguard, Demonic Empowerment",
        "/castsequence [nochanneling] Shadow Bolt, Hand of Gul’dan",
        "/cast [nochanneling] Command Demon",
        "/cast [nochanneling] Demonbolt",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

How do I activate the ahk and where do i place the macro on my toolbar/action bar thanks

Unable to import

[quote quote=54306]Sequences[‘DemonST’] = {
— This Sequence was exported from GSE 2.1.07.
Author=“Mcdotnalds”,
SpecID=266,
Talents = “12?2?23”,
Default=1,
Icon=‘INV_MISC_QUESTIONMARK’,
MacroVersions = {
[1] = {
StepFunction = “Sequential”,
KeyPress={
“/targetenemy [noharm][dead]”,
“/castsequence reset=target Doom, null”,
},
PreMacro={
},
“/use [nopet,combat] Summon Felguard; Command Demon”,
“/cast [combat] Grimoire: Felguard”,
“/castsequence [combat] Demonic Empowerment, Shadow Bolt”,
“/castsequence [combat] Doom, Shadow Bolt, Shadow Bolt, Hand of Gul’dan, Life Tap”,
“/castsequence [combat] Thal’kiel’s Consumption”,
PostMacro={
},
KeyRelease={
“/petautocastoff [group] Threatening Presence”,
“/petautocaston [nogroup] Threatening Presence”,
},
},
},
}[/quote]

Sequences['DemonST'] = {
--This Sequence was exported from GSE 2.1.07.
Author="Mcdotnalds",
SpecID=266,
Talents = "12?2?23",
Default=1,
Icon='INV_MISC_QUESTIONMARK',
MacroVersions = {
[1] = {
StepFunction = "Sequential",
KeyPress={
"/targetenemy [noharm][dead]",
"/castsequence reset=target Doom, null",
},
PreMacro={
},
"/use [nopet,combat] Summon Felguard; Command Demon",
"/cast [combat] Grimoire: Felguard",
"/castsequence [combat] Demonic Empowerment, Shadow Bolt",
"/castsequence [combat] Doom, Shadow Bolt, Shadow Bolt, Hand of Gul’dan, Life Tap",
"/castsequence [combat] Thal’kiel’s Consumption",
PostMacro={
},
KeyRelease={
"/petautocastoff [group] Threatening Presence",
"/petautocaston [nogroup] Threatening Presence",
},
},
},
}