BM 7.2

Hi all,

This is what I’ve glued together with bits taken from here and there, I know it works well for me for both ST and MT encounters. Your mileage may vary.

Talents I employ are 3112112.

I typically control Cobra Shot manually with a mouse thumb button as it’s advised to not use it under 90 focus to avoid being starved.

If you wish to do the same, may I suggest using the ALT mod key to /cast [combat] Revive Pet. This serves as a heal if the pets alive, or a revive if it’s not and combat is on the go - change as needed to suit your gear and preferences.

Alt = Cobra Shot
Ctrl = Aspect of the Wild
Shift = Multi-Shot

Sequences['FDX_BM'] = {
-- This Sequence was exported from GSE 2.0.14.
  Author="FDX",
  SpecID=253,
  Talents = "3112112",
  Help = "Instead of MoC if you want to use volley just pick the talent and use as normal. Duplication in /casts are to address missed button mashes for those with gaming mice or keyboards.",
  Default=1,
  Icon='ability_hunter_bestialdiscipline',
  MacroVersions = {
    [1] = {
     Combat=true,
      Trinket1=true,
      Trinket2=true,
      Head=true,
      Neck=true,
      Belt=true,
      Ring1=true,
      Ring2=true,
      StepFunction = [[Sequential]],
      LoopLimit=10,
      KeyPress={
        "/cast [combat,mod:shift] Multi-Shot",
        "/cast [combat,mod:alt] Cobra Shot",
        "/cast [combat] Titan's Thunder",
        "/cast [combat,mod:ctrl] Aspect of the Wild",
      },
      PreMacro={
      },
        "/cast [combat,mod:shift] Multi-Shot",
        "/cast [combat,mod:alt] Cobra Shot",
        "/cast [combat] Kill Command",
        "/cast [combat,talent:2/1] Dire Beast; [combat,talent:2/2] Dire Frenzy",
        "/cast [combat] Kill Command",
        "/cast [combat,talent:6/1] A Murder of Crows",
        "/cast [combat,talent:6/1] A Murder of Crows",
        "/cast [combat,nochanneling] Bestial Wrath",
      PostMacro={
      },
      KeyRelease={
        "/cast [combat,mod:shift] Multi-Shot",
        "/cast [combat,mod:alt] Cobra Shot",
        "/cast [combat,mod:ctrl] Aspect of the Wild",
        "/cast [combat] Titan's Thunder",
      },
    },
  },
}