CausingHavoc - Easy Macro

Been using Lazy Macros for years and decided it’s my time to give a little back.
My DH is ‘only’ iLvl882 but the macro delivers!

I’m currently using this mainly for Mythic+ which is why I have 2 modifiers.

I have all the Cooldowns (Meta, Neme, Chaos) on CTRL so I don’t blow them all on a normal pack during the dungeon.
I have Eye Beam on ALT so I can decide when to use it during the normal packs.

Single Target Dummy
iLvl 882
Burst 1.9m
Stable 1 - 1.1m while Chaos Blades is active
Stable 496k after 5min no further CD’s used.

Sequences['CausingHavoc'] = {
-- This Sequence was exported from GSE 2.1.02.
  Author="Marthin@Terenas",
  SpecID=577,
  Talents = "2, 2, 2, ?, 3, 1, 1",
  Help = [[Hold CTRL to use Metamorphosis at CURSOR location, Nemesis on target and Chaos Blades.
Use ALT for situational Eye Beam]],
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      LoopLimit=10,
      KeyPress={
        "/cast [nochanneling, combat] Blur",
        "/cast [mod:ctrl, @cursor] Metamorphosis",
        "/cast [mod:ctrl] Nemesis",
        "/cast [mod:ctrl] Chaos Blades",
        "/cast [mod:alt] Eye Beam",
      },
      PreMacro={
      },
        "/cast [nochanneling] Fury of the Illidari",
        "/cast [nochanneling] Blade dance",
        "/cast [nochanneling] Chaos Strike",
        "/cast [nochanneling] Throw Glaive",
        "/cast [nochanneling] Felblade",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

Tried out your macro, it suffers from fury build issues, also your Eye Beam should be in keypress rather then premacro so that it goes off when it is being pressed not having to wait for the macro to cycle back around to it, I found it would miss alot and I would have to hold the alt key down for a few cycles before it actually triggered it.

For more synergy of the build add in a single demon’s bite, to generate that extra 20 to 30 fury would greatly increase the fury on hand and it is a instant cast. also adding in vengful retreat and fel rush can give you a 20% boost in dps for a few seconds and can be triggered often enough to make it worth it, added in a shift modifier for that.

try this see if it may help you out, basically this is what I have in my macro and works great, also changed your Felblade as an opener rather then a closer to benefit from the charging the target aspect, which also allows you to basically leap onto your first target of a fight.

Sequences['CausingHavoc'] = {
-- This Sequence was exported from GSE 2.1.02.
  Author="Marthin@Terenas",
  SpecID=577,
  Talents = "2, 2, 2, ?, 3, 1, 1",
  Help = [[Hold CTRL to use Metamorphosis at CURSOR location, Nemesis on target and Chaos Blades.
Use ALT for situational Eye Beam]],
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      LoopLimit=10,
      KeyPress={
        "/cast [nochanneling, combat] Blur",
        "/castsequence [mod:shift] Vengeful Retreat, Fel Rush,"
        "/cast [mod:ctrl, @cursor] Metamorphosis",
        "/cast [mod:ctrl] Nemesis",
        "/cast [mod:ctrl] Chaos Blades",
        "/cast [mod:alt] Eye Beam",
      },
      PreMacro={
      },
        "/cast [nochanneling] Felblade",
        "/cast [nochanneling] Fury of the Illidari",
        "/cast [nochanneling] Blade dance",
        "/cast [nochanneling] Chaos Strike",
        "/cast [nochanneling] Demon's Bite",
        "/cast [nochanneling] Throw Glaive",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

If you use the shift modify to leap back after your trigger chaos blades, you get the 20% dps buff on top of the 30% it gives you, at the same time while that goes off hit your alt to blow Eye Beam and the numbers just fly like no other, on top of this if you have the cool down for Fury of the illidari, for about 4 secs there the shit gets crazy.

@jerrod. Think you have an error in your macro. There is a comma inside the right double-quote on Fell Rush. Comma I believe should be outside the double-quote. Error in importing due to this reason.

But Solid script nonetheless. I’m new to DH and using this macro and seems to be working fine for me … thx to both posters for this.

Sequences[‘CausingHavoc’] = {
– This Sequence was exported from GSE 2.1.02.
Author=“Marthin@Terenas”,
SpecID=577,
Talents = “2, 2, 2, ?, 3, 1, 1”,
Help = [[Hold CTRL to use Metamorphosis at CURSOR location, Nemesis on target and Chaos Blades.
Use ALT for situational Eye Beam]],
Default=1,
MacroVersions = {
[1] = {
StepFunction = “Sequential”,
LoopLimit=10,
KeyPress={
“/cast [nochanneling, combat] Blur”,
“/castsequence [mod:shift] Vengeful Retreat, Fel Rush”,
“/cast [mod:ctrl, @cursor] Metamorphosis”,
“/cast [mod:ctrl] Nemesis”,
“/cast [mod:ctrl] Chaos Blades”,
“/cast [mod:alt] Eye Beam”,
},
PreMacro={
},
“/cast [nochanneling] Felblade”,
“/cast [nochanneling] Fury of the Illidari”,
“/cast [nochanneling] Blade dance”,
“/cast [nochanneling] Chaos Strike”,
“/cast [nochanneling] Demon’s Bite”,
“/cast [nochanneling] Throw Glaive”,
PostMacro={
},
KeyRelease={
},
},
},
}

I miss something !
222*311 How u can use Demon’s Bite if u have Demon’s Blade talent ?
Again, where is Momentum talent for the 20% buff using fel Rush ?

DH Havoc imho is priority spell based so why Sequential ?

Appreciate your feedback Jerrod.
I do not use Demon’s bite… I use Demon Blades…
I also do not use Momentum, I use nemesis.

Thanks for telling me about the eye beam though, works much better now :slight_smile:

EDIT: If you’re expecting demon’s bite here i understand you’re starving ressource hehe :wink: