My Destruction PVP Sequence It puts immolate on 1 time only if you dont target something else so be sure to multi target in order to keep immolate up.
The reason I took Havoc out is because in next Xpac it wont be there any longer it will be automatic with a talent.
But you can still use my old one I posted with havoc and just use this one when the boss becomes immune till you can hit the boss again.
Sequences['Dezoran_DestroRaiding'] = {
-- This Sequence was exported from GSE 2.2.03.
Author="Dezoran",
SpecID=267,
Talents = "1,1,2,2,3,1,3",
Help = [[Talents - 1,1,2,2,3,1,3]],
Default=1,
MacroVersions = {
[1] = {
Combat=true,
Trinket1=true,
Trinket2=true,
Head=true,
Neck=true,
Ring1=true,
Ring2=true,
StepFunction = "Sequential",
KeyPress={
"/targetenemy [noharm,dead]",
"/cast [nopet,combat] Summon Infernal, null",
"/castsequence [nochanneling] reset=target/combat Immolate, null",
"/startattack",
},
PreMacro={
},
"/cast Casting Circle",
"/cast Dimensional Rift",
"/castsequence [nochanneling] Incinerate, Incinerate, Incinerate",
"/castsequence [nochanneling] Conflagrate",
"/castsequence [nochanneling] Chaos Bolt",
"/castsequence [nochanneling] Conflagrate, Chaos Bolt",
"/castsequence [nochanneling] Chaos Bolt",
"/castsequence [nochanneling] Meteor Strike",
"/castsequence [nochanneling] Incinerate",
PostMacro={
},
KeyRelease={
"/petattack",
},
},
},
}
My PVP Rotation same thing on immolate
Sequences['Dezoran_DestroRaiding'] = {
-- This Sequence was exported from GSE 2.2.03.
Author="Dezoran",
SpecID=267,
Talents = "1,1,2,2,3,1,3",
Help = [[Talents - 1,1,2,2,3,1,3]],
Default=1,
MacroVersions = {
[1] = {
Combat=true,
Trinket1=true,
Trinket2=true,
Head=true,
Neck=true,
Ring1=true,
Ring2=true,
StepFunction = "Sequential",
KeyPress={
"/targetenemy [noharm,dead]",
"/cast [nopet,combat] Summon Infernal, null",
"/castsequence [nochanneling] reset=target/combat Immolate, null",
"/startattack",
},
PreMacro={
},
"/cast Casting Circle",
"/cast Dimensional Rift",
"/castsequence [nochanneling] Incinerate, Incinerate, Incinerate",
"/castsequence [nochanneling] Conflagrate",
"/castsequence [nochanneling] Chaos Bolt",
"/castsequence [nochanneling] Conflagrate, Chaos Bolt",
"/castsequence [nochanneling] Chaos Bolt, Fear",
"/castsequence [nochanneling] Meteor Strike",
"/castsequence [nochanneling] Incinerate",
"/castsequence [nochanneling] Curse of Weakness",
PostMacro={
},
KeyRelease={
"/petattack",
},
},
},
}