(Updated 12/02/2017) No Changes Made
These macros will work in both of these setups 2213311 or 2223311. The first being more of an AOE spec and the second being more of a single target spec. I use the second while raiding.
There is one macro that has Vengful Retreat and Fel Rush built into it and one that doesn’t because some fights, like Viz in kara it’s better to not use auto Vengeful Retreat… lol
For the 1st macro use Fel rush to start your attack then mash the macro. I find when Vengeful Retreat casts it’s better to hit a separate button to Fel Rush then go back to mashing the macro again otherwise you may fire off an ability from to far away or have down time.
For the 2nd macro use of Vengeful Retreat and Fel Rush is completely up to you.
Has Vengeful Retreat and Fel Rush
Sequences['DH_Havoc'] = {
-- This Sequence was exported from GSE 2.2.02.
Author="Failtrail@Azuremyst",
SpecID=577,
Talents = "2213311",
Default=1,
MacroVersions = {
[1] = {
StepFunction = "Sequential",
LoopLimit=1,
KeyPress={
"/cast [nochanneling] Blur",
"/cast [nochanneling] Nemesis",
},
PreMacro={
},
"/cast [nochanneling] Felblade",
"/cast [nochanneling] Chaos Blades",
"/cast [nochanneling] Fury of the Illidari",
"/cast [nochanneling] Blade Dance",
"/cast [nochanneling] Chaos Strike",
"/cast [nochanneling] Throw Glaive",
"/castsequence [nochanneling] Vengeful Retreat, !Fel Rush",
"/cast !Eye Beam",
PostMacro={
},
KeyRelease={
},
},
},
}
No Vengeful Retreat or Fel Rush
Sequences['DH_Havoc_NoVRT'] = {
-- This Sequence was exported from GSE 2.2.02.
Author="Failtrail@Azuremyst",
SpecID=577,
Talents = "2213311",
Default=1,
Icon='ability_demonhunter_specdps',
MacroVersions = {
[1] = {
StepFunction = "Sequential",
KeyPress={
"/cast [nochanneling] Blur",
"/cast [nochanneling] Nemesis",
},
PreMacro={
},
"/cast [nochanneling] Felblade",
"/cast [nochanneling] Chaos Blades",
"/cast [nochanneling] Fury of the Illidari",
"/cast [nochanneling] Blade Dance",
"/cast [nochanneling] Chaos Strike",
"/cast [nochanneling] Throw Glaive",
PostMacro={
},
KeyRelease={
},
},
},
}