Sorry for spamming of posts, but here is my final AoE script that seems to be pretty awesome. Having Call Dreadstalkers is pretty important for AoE.
My final resting place is using your ST script verbatim minus one Demonbolt on Grimoire: Felguard line and using my AoE. It’s producing awesome results and I am often topping the meters in Mythics and Raids.
One note, I completely agree with you on Casting Doom on target switch for single target, but for AoE it really hurts the DPS. I would really consider removing it from AoE. Targets tend to die at the same time when AoE so once one dies it just sits there and casts Doom on targets that are about to die rather than pumping out more reps of Demonwrath.
Here are my final results if you wanna give em a shot, ST is practically yours so ignore, otherwise give AoE script a shot. Producing great DPS for me. Regarding petattack, I just like this as a personal pref, feel free to remove or add back in automated Command Demon since I like that on a key as well.
ST:
Sequences['ST_Demo'] = {
-- This Sequence was exported from GSE 2.0.14.
Author="Porsche",
SpecID=266,
Talents = "32?1?22",
Default=1,
Icon='INV_MISC_QUESTIONMARK',
MacroVersions = {
[1] = {
StepFunction = [[Sequential]],
KeyPress={
"/targetenemy [noharm][dead]",
"/petattack",
"/use [mod:alt] Thal'kiel's Consumption",
"/castsequence reset=target Doom, null",
},
PreMacro={
},
"/castsequence [nochanneling] Demonbolt, Call Dreadstalkers, Demonic Empowerment, Life Tap",
"/castsequence [nochanneling] Demonbolt, Hand of Gul'dan, Demonic Empowerment",
"/castsequence [nochanneling] Demonbolt, Summon Doomguard, Demonic Empowerment",
"/castsequence [nochanneling] Demonbolt, Hand of Gul'dan, Demonic Empowerment",
"/castsequence [nochanneling] Demonbolt, Grimoire: Felguard, Demonic Empowerment",
"/cast [nochanneling] Call Dreadstalkers",
"/cast [nochanneling] Demonbolt",
PostMacro={
},
KeyRelease={
},
},
},
}
AoE:
Sequences['AoE_Demo'] = {
-- This Sequence was exported from GSE 2.0.14.
Author="Porsche",
SpecID=266,
Talents = "32?1?22",
Default=1,
Icon='INV_MISC_QUESTIONMARK',
MacroVersions = {
[1] = {
StepFunction = [[Sequential]],
KeyPress={
"/targetenemy [noharm][dead]",
"/petattack",
"/use [mod:alt] Thal'kiel's Consumption",
},
PreMacro={
},
"/castsequence [nochanneling] Demonwrath, Call Dreadstalkers, Demonic Empowerment, Life Tap",
"/castsequence [nochanneling] Demonwrath, Hand of Gul'dan, Demonic Empowerment",
"/castsequence [nochanneling] Demonwrath, Grimoire: Felguard, Demonic Empowerment",
"/castsequence [nochanneling] Demonwrath, Hand of Gul'dan, Demonic Empowerment",
"/cast [nochanneling] Call Dreadstalkers",
"/cast [nochanneling] Demonwrath",
PostMacro={
},
KeyRelease={
},
},
},
}