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",
},
},
},
}