BM BG and Arena macro. Needs more input.

Hey Bmhuter here!

The macro is pretty straight forward, and seems to be doing the trick. Having just picked up hunter i dont really have any benchmarks on what kind of damage i should expect in 2s and bgs, but i seem to win more than i lose with this setup. Maybe this should be credited to the insane up-time of damage we get while kiting. Would like to hear from other players what kind of results they get with this, so feel free to take her out for a spin and write back here later!

TL;DR: Set your autoclicker to 0.050 delay, and keep that sucker pressed down for the duration of the fight.

Known issues: Modifiers for traps are a bit unresponsive, ill update the post once i fix that.


Sequences['BM_ARENA'] = {
-- This Sequence was exported from GSE 2.1.07.
  Author="Bmhuter@Frostmane",
  SpecID=253,
  Talents = "2212312",
  Help = [[Use shift for freezing trap, ctrl for tar trap and alt for intimidation. ]],
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/petattack [@target,harm]",
        "/cast [nopet,nodead] Call Pet 5; [@pet,dead] Heart of the Phoenix",
        "/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection",
        "/cast [combat] Bestial Wrath",
        "/cast [mod:shift, @cursor] Freezing Trap",
        "/cast [mod:ctrl, @cursor] Tar Trap",
        "/cast [mod:alt] Intimidation",
      },
      PreMacro={
      },
        "/cast Concussive Shot",
        "/cast Viper Sting",
        "/cast Titan's Thunder",
        "/cast A murder of Crows",
        "/cast Kill Command",
        "/cast Cobra Shot",
        "/cast Dire Beast",
        "/cast Dire Frenzy",
        "/cast Cobra Shot",
        "/cast Kill Command",
        "/cast Dire Beast",
        "/Cast Cobra Shot",
        "/Cast Dire Frenzy",
      PostMacro={
      },
      KeyRelease={
        "/cast Aspect of the Wild",
        "/cast [combat] Mend Pet",
        "/startattack [@target,exists]",
      },
    },
  },
}