6.2 Destro Lock GS Macro Super EZ. 1 button win

This is for a Destro Lock. Updated for 6.2.

The Glyphs and Talents dont matter at all for this to work. really, just spam and win. Let me know what you think.

Sequences['DestroS'] = {
PreMacro = [[
#showtooltip Immolate
/targetenemy [noharm][dead]
/petautocastoff [group] Threatening Presence
/petautocaston [nogroup] Threatening Presence
/cast [combat] Dark Soul: Instability
    ]],
       "/cast Shadowburn",
       '/castsequence reset=target Immolate,Incinerate,Incinerate,Incinerate,Incinerate,Incinerate,Incinerate',
       "/cast Shadowburn",
       '/cast Conflagrate',
       '/cast [nochanneling] Chaos Bolt',
       "/cast Shadowburn",
PostMacro = [[
/startattack
/petattack [@target,harm]
    ]],
}

Sequences['DestroA'] = {
PreMacro = [[
#showtooltip Fire and Brimstone
/targetenemy [noharm][dead]
/petautocastoff [group] Threatening Presence
/petautocaston [nogroup] Threatening Presence
    ]],
       "/cast !Fire and Brimstone",
       '/castsequence Immolate, Incinerate,Incinerate,Incinerate,Incinerate,Incinerate,Incinerate,Incinerate,Incinerate,Incinerate,Incinerate,Incinerate,Incinerate',
       '/cast Conflagrate',
PostMacro = [[
/startattack
/petattack [@target,harm]
    ]],
}

Working great, I was constantly casting without any lockups even when I was out of embers.

Thanks!

I Tried using this on my 90 warlock and The Single Target Macro would only spam Chaos bolt and Shadowburn then just wand.
The aoe macro would only spam fire and brimstone and conflagrate.
Not sure whats going on as I tried replacing the " and ’ to align themselves with the other macros i’ve tried from this site.

remove the /startattack will cure that

Why do pretty much all macros have the ‘/startattack’ ? Isn’t it kind of redundant?

What talents and Glyps are u using

Read the OPs post properly!!

He said it does not matter and gives no indication of DPS so go with what you want :slight_smile:

how do you get these sequences to work in game?
i figured it out but i was wondering if this part

Sequences[‘DestroA’] = {
PreMacro = [[
#showtooltip Fire and Brimstone
/targetenemy [noharm][dead]
/petautocastoff [group] Threatening Presence
/petautocaston [nogroup] Threatening Presence
]],
“/cast !Fire and Brimstone”,
‘/castsequence Immolate, Incinerate,Incinerate,Incinerate,Incinerate,Incinerate,Incinerate,Incinerate,Incinerate,Incinerate,Incinerate,Incinerate,Incinerate’,
‘/cast Conflagrate’,
PostMacro = [[
/startattack
/petattack [@target,harm]
]],
}

is part of a separate macro sequence?

I dont know what i am doin wrong. this macro used to work when i used to play back in september. now it stopped working. i copied and pasted it again into the lua and still nothing. could you guys help me. thank you.

also the warlock ones are the only one not working. my other toons GS macros work just fine.