Havoc Beta

I was asked to come up with a Havoc Macro from many of the players who use my Veng macro. I spent the day working on these three macros. I came up with three for Beta. the only problem I have had is one is low in DPS but I’m not geared for it at all (ie still 110 using my gear for Argus and the legos too) please test them as you level up and let me know what think or what problems you have so I can try to fix them before I go on break in three weeks. I’ll be back at the end of July so I’ll only have three weeks or no time at all to fix these so I need to know now. Now on to the Macros.

This is an Eye Beam build.

Sequences['EYE_BEAM'] = {
-- This Sequence was exported from GSE 2.3.00.
  Author="Ripshawn",
  SpecID=577,
  Talents = "1131311",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      LoopLimit=1,
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/castsequence  reset=target  185123, nul",
        "/use [nochanneling] Blur",
      },
      PreMacro={
        "/use [nochanneling][talent:3/3] Fel Barrage",
        "/use [nochanneling][talent:6/3] Fel Eruption",
      },
        "/use [nochanneling] Immolation Aura",
        "/use [nochanneling] Chaos Strike",
        "/use [nochanneling] Chaos Strike",
        "/use [nochanneling] Demon's Bite",
        "/use [nochanneling] Eye Beam",
        "/use [nochanneling] Blade Dance",
        "/use [nochanneling] Chaos Nova",
        "/use [nochanneling] Eye Beam",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

This is a Momentum (I’m not geared for this one but will check it on my 120 DH later)

Sequences['MOMENTUM'] = {
-- This Sequence was exported from GSE 2.3.00.
  Author="Ripshawn",
  SpecID=577,
  Talents = "3321332",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      LoopLimit=3,
      KeyPress={
        "/targetenemy [noharm][dead]",
      },
      PreMacro={
        "/use Eye Beam",
      },
        "/use Felblade",
        "/use Immolation Aura",
        "/castsequence 198793, 195072",
        "/use Chaos Strike",
        "/use Chaos Strike",
        "/use Chaos Strike",
        "/use Demon's Bite",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

This is a Nemesis Build with a Meta build into the macro (if you want to take it out you can)

Sequences['NEMESIS'] = {
-- This Sequence was exported from GSE 2.3.00.
  Author="Ripshawn",
  SpecID=577,
  Talents = "1131333",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/targetenemy [noharm][dead]",
      },
      PreMacro={
      },
        "/use [nochanneling] Demon's Bite",
        "/use [nochanneling] Nemesis",
        "/use [nochanneling] Chaos Strike",
        "/use [nonchanneling] Fel Barrage",
        "/use [@player][nonchanneling] Metamorphosis",
        "/use [nochanneling] Eye Beam",
        "/use [nochanneling] Dark Slash",
        "/use [nochanneling] Chaos Strike",
        "/use [nochanneling] Chaos Strike",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

Please test and let me know so I can fix what errors you get and maybe help in improving it.