GS Enhanced For Raiding with 2 or more bosses or adds

Updated 9:27 cst 7/252016

Sequences['DestructionRaid'] = {
specID = 267,
author = "Dezoran",
helpTxt = "Talents - 1,1,1,2,2,1,3",
PreMacro = [[
/targetenemy [noharm][dead]
/use [combat] Draenic Intellect Potion
/startattack
]],
"/castsequence [nochanneling] Incinerate,Immolate,Incinerate,Immolate,Incinerate,Immolate",
"/castsequence [nochanneling] !Conflagrate,!Chaos Bolt",
"/cast [nochanneling] !Chaos Bolt",

PostMacro = [[
/startattack
/petattack
/targetenemy
/cast Havoc
/targetlasttarget
/use [combat]13
/use [combat]14
]],
}
Sequences[‘DestructionRaid’] = {
specID = 267,
author = “Dezoran”,
helpTxt = “Talents – 1,1,1,2,2,1,3”,
PreMacro = [[
/targetenemy [noharm][dead]
/use [combat] Draenic Intellect Potion
/startattack
]],
“/castsequence [nochanneling] Incinerate,Immolate,Incinerate,Immolate,Incinerate”,
“/castsequence [nochanneling] !Conflagrate,!Chaos Bolt”,
“/cast [nochanneling] !Chaos Bolt”,

PostMacro = [[
/startattack
/petattack
/targetenemy
/cast Havoc
/targetlasttarget
/use [combat]13
/use [combat]14
]],
}

Dezoran, this one is pretty good. I used the 2nd one that was updated to move Immolate further in the rotation, not sure if it matters. Can easily sustain 35k DPS at Garrison dummy(s) with a piddly 680 Item Level :slight_smile: Good job. I’ll have to test it out in raid soon.

doesn’t work

Great macro. Good work!
I tweak it for me (Different talents). I hope you don’t mind.

Sequences['MC_DestroST'] = {
author="Maalkomx (by Dezoran)",
specID=267,
helpTxt = 'Talents: 1112323',
icon=136186,
PreMacro=[[
/targetenemy [noharm][dead]
/startattack
]],
"/castsequence [nochanneling] Incinerate,Immolate,Incinerate,Immolate,Incinerate",
"/castsequence [nochanneling] !Conflagrate,!Chaos Bolt",
"/cast [nochanneling] !Chaos Bolt",
"/use Grimoire: Imp",
PostMacro=[[
/startattack
/petattack
/targetenemy
/cast Havoc
/targetlasttarget
/use [combat]14]],
}