Here is a macro I am working on now that I am back.
Sequences['Dezoran_DestroRaiding'] = {
-- This Sequence was exported from GSE 2.1.04.
Author="Dezoran",
SpecID=267,
Talents = "1,1,1,2,2,1,2",
Help = [[Talents - 1,1,1,2,2,1,2]],
Default=1,
MacroVersions = {
[1] = {
StepFunction = "Sequential",
KeyPress={
"/targetenemy [noharm][dead]",
"/use [combat] Draenic Intellect Potion",
"/startattack",
},
PreMacro={
},
"/cast Dimensional Rift",
"/castsequence [nochanneling] Incinerate, Immolate, Incinerate, Immolate, Incinerate, Immolate",
"/castsequence [nochanneling] Conflagrate, !Chaos Bolt",
"/castsequence [nochanneling] !Conflagrate, Immolate, Channel Demonfire",
"/cast [nochanneling] Chaos Bolt",
PostMacro={
},
KeyRelease={
"/startattack",
"/targetenemy",
"/cast Havoc",
"/targetlasttarget [noharm]",
},
},
},
}