7.3 Brewmaster - Blackout Combo Build

Basically, 50ms AHK (till I test it further), ALT is a mini oh-crap button that casts Black Ox, 2 purifying brews and an empowered Iron brew.

Spec = 2/1/2/3/1/1/2
iLvl= 905
ST DPS = ~450-500k
AOE Dummies = ~1mil-1.5mil

Feedback appreciated!

Sequences['BOC-Brew'] = {
-- This Sequence was exported from GSE 2.2.03.
  Author="Mmonk@Sargeras",
  SpecID=268,
  Talents = "2/1/2/3/1/1/2",
  Default=1,
  MacroVersions = {
    [1] = {
     Combat=false,
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [noharm][dead]",
      },
      PreMacro={
      },
        "/castsequence [mod:alt] Black Ox Brew, Purifying Brew, Purifying Brew, Blackout Strike, Ironskin Brew",
        "/castsequence Blackout Strike, Keg Smash",
        "/castsequence Blackout Strike, Breath of Fire",
        "/cast [combat] Breath of Fire",
        "/castsequence [combat] reset=combat Ironskin Brew, Rushing Jade Wind",
        "/castsequence Blackout Strike, Tiger Palm",
        "/cast [@player] Exploding Keg",
        "/cast [combat] Healing Elixir",
        "/cast [combat] Expel Harm",
      PostMacro={
      },
      KeyRelease={
        "/startattack",
      },
    },
  },
}

I will be giving it a try tonight in our raid. we are finishing up normal and moving to the 1st 3 bosses in heroic. will give u an update.

        "/castsequence [mod:alt] Black Ox Brew, Purifying Brew, Purifying Brew, Blackout Strike, Ironskin Brew",
        "/castsequence Blackout Strike, Keg Smash",
        "/castsequence Blackout Strike, Breath of Fire",
        "/cast [combat] Breath of Fire",
        "/castsequence [combat] reset=combat Ironskin Brew, Rushing Jade Wind",
        "/castsequence Blackout Strike, Tiger Palm",
        "/cast [@player] Exploding Keg",
        "/cast [combat] Healing Elixir",
        "/cast [combat] Expel Harm",

Because it’s a priority macro it’s going to cast:

BS
KS BS
BS BoF BoF
etc

Is that the intention? Check out this link.

That’s how it’s effectively going to be sending things to WoW but not necessarily be activated in that order because if a skill is sent but you’re in GCD that skill will be dropped so you “could” essentially be doing BS BS instead of BS KS BS at some points

Above is a very rough sequence.