UPDATED: 3/5/2018
NOTES: a fresh set of updates to both macros for you. single target macro gains a bit of dps in the process. odd lockup may be solved as well. also fixed issue with Felguard blowing his ability at the beginning of a fight, or just standing completely still for a few seconds. he will now instantly charge.
UPDATED: 3/5/2018
NOTES: no changes to the single target macro. it’s pretty much perfect (minus the lockup mentioned below). added AOE macro.
UPDATED: 3/5/2018
NOTES: no changes to the macro, however a change to the talents. “Improved Dreadstalkers” appears to be a bit of a DPS increase over “Impending Doom”.
UPDATED: 3/4/2018
NOTES: rework of orders and priorities. much, much, much, MUCH more consistent, and more DPS.
I’d appreciate it if you guys could test this for me. It’s working out pretty well, keeping (for the most part) maximum pets out at all times.
This is a work in progress, you may have to pop Life Tap on your own on occasion. I’ll fix that later.
I spam at 80ms. It’s not perfect (nothing will be for this spec), but so far so good.
SINGLE TARGET:
Sequences['Demon-test'] = {
-- This Sequence was exported from GSE 2.2.03.
Author="Esari@Sargeras",
SpecID=266,
Talents = "3111223",
Default=1,
MacroVersions = {
[1] = {
StepFunction = "Sequential",
LoopLimit=1,
KeyPress={
"/targetenemy [noharm][dead]",
"/castsequence reset=target Doom, null",
"/petautocastoff [group] Threatening Presence",
"/petautocaston [nogroup] Threatening Presence",
"/petautocastoff Pursuit",
},
PreMacro={
"/cast Pursuit",
"/use [combat,nopet] Summon Felguard; Command Demon",
"/cast [nochanneling] Call Dreadstalkers",
"/cast [nochanneling] Summon Doomguard",
"/cast [nochanneling] Grimoire: Felguard",
},
"/castsequence [nochanneling] Demonwrath, Shadow Bolt, Shadow Bolt, Hand of Gul'dan, Demonic Empowerment",
PostMacro={
"/castsequence [nochanneling] Thal'kiel's Consumption, Life Tap, Life Tap",
},
KeyRelease={
},
},
},
}
AOE:
Sequences['Demon-test-aoe'] = {
-- This Sequence was exported from GSE 2.2.03.
Author="Esari@Sargeras",
SpecID=266,
Talents = "3111223",
Default=1,
MacroVersions = {
[1] = {
StepFunction = "Sequential",
LoopLimit=1,
KeyPress={
"/targetenemy [noharm][dead]",
"/castsequence reset=target Doom, null",
"/petautocastoff [group] Threatening Presence",
"/petautocaston [nogroup] Threatening Presence",
"/petautocastoff Pursuit",
},
PreMacro={
"/cast Pursuit",
"/use [combat,nopet] Summon Felguard; Command Demon",
"/cast [nochanneling] Call Dreadstalkers",
"/cast [nochanneling,@focus] Summon Infernal",
"/cast [nochanneling] Grimoire: Felguard",
},
"/castsequence [nochanneling] Demonwrath, Demonwrath, Shadow Bolt, Hand of Gul'dan, Demonic Empowerment",
PostMacro={
"/castsequence [nochanneling] Thal'kiel's Consumption, Life Tap, Life Tap",
},
KeyRelease={
},
},
},
}