Simple Havoc Single DPS macro

So i have make a simple DPS Macro with a burst to 3mio dps and after 10 minutes on training Dummy dps arround 944k. My Itemlvl is 910 and my weapon lvl 932. 55 Points in the weapon.

My stats are:
Crit: 44%
Versatility: 4%
Mastery: 35%
Haste: 16%

unbuffed.

My Char

Sequences['DHbestDPS'] = {
-- This Sequence was exported from GSE 2.1.02.
  Author="Gaimon@Thrall",
  SpecID=577,
  Talents = "2,2,2,1,3,1,1",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      LoopLimit=5,
      KeyPress={
        "/cast [nochanneling] Blur",
        "/cast [nochanneling] Nemesis",
        "/cast Chaos Blades",
      },
      PreMacro={
      },
        "/cast Fury of the Illidari",
        "/cast [nochanneling] Bladedance",
        "/cast [nochanneling] Chaos Strike",
        "/cast [nochanneling] Chaos Strike",
        "/cast [nochanneling] Chaos Strike",
        "/cast [nochanneling] Bladedance",
        "/cast [nochanneling] Bladedance",
        "/cast Throw Glaive",
        "/cast Felblade",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

Metamorphosis i used by hand on start fight and then cd´s on Nemisis and Chaos Blades ready

Much fun with it and sorry for my bad english

Update

Hey bud, testing out your macro, looking good, had to change “bladedance” to “blade dance” though :wink:

EDIT: Actually a really effective macro with some solid damage output! Somehow, for me, it beat the other big macros out there.
Being ilvl 880 i had the good 1.7m burst, 1.1m solid while chaos blades were active then had a stable 480k dps single target unbuffed no cd’s.
Did tweak it a bit, adding Meta on ALT and Nemesis / Chaos blades on CTRL.

Will be using this in dungeons and raids, thanks!

Sequences['DHbestDPS'] = {
-- This Sequence was exported from GSE 2.1.02.
  Author="Gaimon@Thrall",
  SpecID=577,
  Talents = "2,2,2,1,3,1,1",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      LoopLimit=5,
      KeyPress={
        "/cast [nochanneling] Blur",
        "/cast [mod:ctrl,nochanneling] Nemesis",
        "/cast [mod:ctrl] Chaos Blades",
        "/cast [mod:alt, @cursor] Metamorphosis",
      },
      PreMacro={
      },
        "/cast Fury of the Illidari",
        "/cast [nochanneling] Blade dance",
        "/cast [nochanneling] Chaos Strike",
        "/cast [nochanneling] Chaos Strike",
        "/cast [nochanneling] Chaos Strike",
        "/cast [nochanneling] Blade dance",
        "/cast [nochanneling] Blade dance",
        "/cast Throw Glaive",
        "/cast Felblade",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

I’ve tested this macro out (both) and I’m not able to perform quite the same as you’ve outlined :slight_smile:

I’m a 904 ilvl (without 2 or 4 pc) but with this macro I’m pulling under 600k dps sustained.

Just wondering what you’re using the run the macro and what kind of delay is between keypresses… I’ve got a delay between presses of 80ms.

My stats are 35.2 crit, 19.6 haste, 31.9 mastery and 0.8 vers…

Any thoughts on where I can improve ?