I been using this BM sequence for 8 levels now and I’m level 99. I ran it through some dungeons and it worked fine, as well as leveling solo, I’m able to kill fast, stay alive, and haven’t died in quite awhile (pve).
Talents: 2-1-1-3-2-1
Single
Sequences['BrewST'] = {
PreMacro = [[
/targetenemy [noharm][dead]
]],
'/castsequence reset=8 !keg smash,jab,jab',
'/castsequence Blackout Kick',
'/castsequence reset=22 !keg smash,Elusive Brew',
'/cast !keg smash',
'/cast Jab',
'/cast Tiger Palm',
'/cast Chi Wave',
'/cast Leg Sweep',
'/cast Touch of Death',
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
]],
}
I keep Spearhand Strike, Nimble Brew, and Dizzying Haze, purifying brew, Dampen Harm hotkeyed.
I don’t like Purifying brew in the mix, because it cost 1 Chi to use and if it’s not needed then why blow a Chi point. The same goes for Guard ability it’s not needed in the rotation because it costs 2 Chi points and for a lot of trash it’s a waste to use it when not needed.
I have Dizzying Haze in the AOE rotation, adds a DOT for when Breath of Fire goes.
AOE
Sequences['BrewAoE'] = {
PreMacro = [[
/targetenemy [noharm][dead]
]],
'/castsequence reset=22 !keg smash,Elusive Brew',
'/cast !keg smash',
'/cast !Breath of Fire',
'/cast Dizzying Haze',
'/cast Jab',
'/cast Blackout Kick',
'/cast Rushing Jade Wind',
'/cast Chi Wave',
'/cast Leg Sweep',
'/cast Touch of Death',
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
]],
}