Havoc Myth & Raid Set

Here are my current Havoc Macros for Myth and Raid content.

Talent Choices Taken from Icy Veins

Fel Rush, Retreat, Eye Beam and Meta are on separate buttons for when safe to use or needed.

No Eye Beam in raid macro as it is suggested to be a dps loss on single target fights. I use it when needed on mob groups.

When using Myth Macros cast Eye Beam manually on cool down as much as possible when lots of mobs are present and all will likely be hit (that’s why its not auto, so you get the best out of it!), as its tailored with the talents, and also make sure to use Retreat on CD and then Rush back in straight away to get bonus from momentum talent. You can use Eye Beam on dungeon bosses to get the extra Meta proc, when initial Meta runs out.

Hope these work ok for you, feedback would be appreciated.

Sequences['Havoc-Myth'] = {
-- This Sequence was exported from GSE 2.1.03.
  Author="Razielle@Turalyon",
  SpecID=577,
  Talents = "3313133",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast [nochanneling] Blur",
        "/cast [nochanneling] Darkness",
      },
      PreMacro={
      },
        "/castsequence [nochanneling] Demon's Bite, Throw Glaive, Fury of the Illidari, Blade Dance, Demon's Bite, Chaos Strike",
        "/cast [nochanneling] Demon's Bite",
        "/cast [nochanneling] Throw Glaive",
        "/cast [nochanneling] Fury of the Illidari",
        "/cast [nochanneling] Blade Dance",
        "/cast [nochanneling] Demon's Bite",
        "/cast [nochanneling] Chaos Strike",
        "/cast [nochanneling] Throw Glaive",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

Sequences['Havoc-Raid'] = {
-- This Sequence was exported from GSE 2.1.03.
  Author="Razielle@Turalyon",
  SpecID=577,
  Talents = "2221311",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast [nochanneling] Nemesis",
        "/cast [nochanneling] Blur",
      },
      PreMacro={
      },
        "/castsequence [nochanneling] Felblade, Chaos Blades, Death Sweep, Fury of the Illidari, Annihilation",
        "/cast [nochanneling] Felblade",
        "/cast [nochanneling] Throw Glaive",
        "/cast [nochanneling] Chaos Blades",
        "/cast [nochanneling] Fury of the Illidari",
        "/cast [nochanneling] Blade Dance",
        "/cast [nochanneling] Felblade",
        "/cast [nochanneling] Chaos Strike",
        "/cast [nochanneling] Throw Glaive",
      PostMacro={
      },
      KeyRelease={
        "/cast [nochanneling] Darkness",
      },
    },
  },
}

Will give it a try out, thank you for your efforts to write it.