Simple Havoc Macro

I’m no macro expert, but between what I have found on here and eventually just figured out myself, this is what I used, with the talents in the macro. Used to run Soul Rending, but since ToS came out, Immunity DPS is needed for Kil’ Jaeden fight to soak the large comets.

I’m not really looking for feedback or to make it better, but suggestions would be nice, but overall, if it works for you, awesome, if not, sorry.

Also, I have the legendaries Soul of the Slayer and Sephuz’s Secret. So since First Blood is given by the Lego, I run Chaos Cleave as second choice. But before I got that new ring, I still used this macro as is. Well, used to have a throw glaive in there, but it actually dropped my DPS.

Also, Current iLvl is 910 Equipped. And running T19 2 Piece and T20 2 Piece.

Most fights, I can open up, Flasked, Pre-Pot and Food at over 2mil then level off depending on mechanics over 600k typically.

There is probably better, but this is what I got, Enjoy!

Sequences['DevHavocRot'] = {
-- This Sequence was exported from GSE 2.1.03.
  Author="Ðeviant@Ghostlands",
  SpecID=577,
  Talents = "2221321",
  Help = [[This just uses basic Rotation that seems to work for me. I have Meta on seperate key, and Nemesis, Chaos Blades WoW macro'd together. Talents are as listed, used to used to use Soul Reaper, then ToS dropped so Netherwalk is a must, mainly for Kil' Jaeden fight to soak. ]],
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/startattack",
      },
      PreMacro={
      },
        "/cast [combat][nochanneling] Fury of the Illidari",
        "/cast [combat][nochanneling] Felblade",
        "/cast [combat][nochanneling] Blade Dance",
        "/cast [combat][nochanneling] Chaos Strike",
        "/cast [combat][nochanneling] Eye Beam",
      PostMacro={
      },
      KeyRelease={
      },
    },
    [2] = {
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/startattack",
      },
      PreMacro={
      },
        "/cast [combat][nochanneling] Fury of the Illidari",
        "/cast [combat][nochanneling] Felblade",
        "/cast [combat][nochanneling] Blade Dance",
        "/cast [combat][nochanneling] Chaos Strike",
        "/cast [combat][nochanneling] Eye Beam",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}