Havoc "One Size Fits All" - Modifiers for big CD's

UPDATE: Confirmed working in 7.3

As requested over on my Hunter MM topic. I have put together a working Havoc macro.

This one uses Modifiers so that you don’t waste CD’s on trash etc.
IMPORTANT:
-CTRL will cause Metamorphosis to be cast at your cursor’s location! It will also cast your two big damage CD’s regardless of whether Metamorphosis is ready. Make sure you have all three spells on your action bars so you can track their cooldown times.
-HOLDING ALT will make you leap back and rush back in.
-Pressing SHIFT will do your AOE Stun.

I have left out Darkness in my macros because you already have Blur and its good to have a defensive CD spare.

Sequences['Neon_HVK'] = {
-- This Sequence was exported from GSE 2.1.00.
  Author="Neon82UK",
  SpecID=577,
  Talents = "2213311",
  Helplink = "https://www.youtube.com/c/Neon82UK",
  Help = [[Use ALT to Retreat then Rush back in.
Use CTRL to blow all big CD's. Metamorphosis will be cast at your cursor's location!
Use SHIFT to AOE STUN]],
  Default=1,
  Icon='ability_demonhunter_specdps',
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      LoopLimit=10,
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/castsequence [mod:alt] Vengeful Retreat, Fel Rush",
        "/cast [mod:ctrl, @cursor] Metamorphosis",
        "/cast [mod:ctrl] Nemesis",
        "/cast [mod:shift] Chaos Nova",

      },
      PreMacro={
        "/cast [nochanneling, combat] Blur",
      },
        "/cast [nochanneling] Felblade",
        "/cast [combat] Eye Beam",
        "/cast [nochanneling] Blade Dance",
        "/cast [nochanneling] Fury of the Illidari",
        "/cast [nochanneling] Chaos Strike",
        "/cast [nochanneling] Throw Glaive",
      PostMacro={
      },
      KeyRelease={
        "/cast [mod:ctrl] Chaos Blades",
      },
    },
  },
} 

If you don’t care about saving CD’s and just want it to do everything on its own. Use this one. NOTE I have removed Metamorphosis, Vengeful Retreat, and Fel Rush.

Sequences['Neon_HVK_NoMOD'] = {
-- This Sequence was exported from GSE 2.1.00.
  Author="Neon82UK",
  SpecID=577,
  Talents = "2213311",
  Helplink = "https://www.youtube.com/c/Neon82UK",
  Help = [[No Mods version of my main Macro.
No Retreat
No Rush
No Metamorphosis]],
  Default=1,
  Icon='ability_demonhunter_specdps',
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      LoopLimit=10,
      KeyPress={
        "/targetenemy [noharm][dead]",
      },
      PreMacro={
        "/cast [nochanneling, combat] Blur",
        "/cast [nochanneling, combat] Nemesis",
      },
        "/cast [nochanneling, combat] Chaos Blades",
        "/cast [nochanneling] Felblade",
        "/cast [combat] Eye Beam",
        "/cast [nochanneling] Blade Dance",
        "/cast [nochanneling] Fury of the Illidari",
        "/cast [nochanneling] Chaos Strike",
        "/cast [nochanneling] Throw Glaive",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

hello

is posible that you can put Demon bite in there, becouse i got the legendary ring for it?
I like the second macro it works well

Jimmy

[quote quote=48080]hello
is posible that you can put Demon bite in there, becouse i got the legendary ring for it? I like the second macro it works well
Jimmy
[/quote]

The legendary ring works for the Demon Blades lvl100 talent too. If you want to make changes to the macro watch my intermediate video and have a play your self mate. I don’t have time to tailor make macros for every individual :wink:

Heya Neon

i cant find the Pressing SHIFT will do your AOE Stun in there maby you forgot to put it in or something thought it might be hidden or something lol but no i tryed its not in there

Greets Guido Leon Tijdeman

Ps. Your macro works great really nice to play with only changed the at cursor to at player location and use my meta icon for the placing of meta

[quote quote=48130]Heya Neon
i cant find the Pressing SHIFT will do your AOE Stun in there maby you forgot to put it in or something thought it might be hidden or something lol but no i tryed its not in there
Greets Guido Leon Tijdeman
Ps. Your macro works great really nice to play with only changed the at cursor to at player location and use my meta icon for the placing of meta
[/quote]

Yup I some how missed it out, sorry. Fixed.

Glad you found it useful :slight_smile:

Tyvm m8

Really enjoy using this!!!

Cheers

Very nice macro, works well

My favorites havoc macro!

This still viable with 7.3?

[quote quote=53287]This still viable with 7.3?
[/quote]

I’ve been using it no issues.

Can you put nochanneling in the modifiers or will that break it? I find myself accidentally clipping eye beam and blade dance a lot. Also do you use this with AHK or synapse? What’s your speed if you do? thanks for the wonderful macro!