6.0.3 Gnome Sequencer 1 Button Brewmaster Single Target & AoE

OK, so… I’ve been in a macro making mood today. I am loving the Gnome Sequencer addon! It’s a little rough to initially set up, but once you get it working, its great! Basically, you get swapactionbar functionality in a single button.

Anyways, Here are my brewmaster Single Target and AOE macros. Both seem to work great. The only issue I’m seeing is that its not the most efficient with Elusive Brew, which is more the ability’s fault as you kinda wanna wait for stacks before using it. I put it in anyways as this is a true lazymacro.

My Talents 1, 1, 1, 3, 1, 2

Sequences['BrewST'] = { 
PreMacro = [[
/targetenemy [noharm][dead]
]],
	'/castsequence reset=8 !keg smash,expel harm,jab,jab',
	'/castsequence Blackout Kick, purifying brew, blackout kick,Breath of Fire,blackout kick',
	'/castsequence reset=22 !keg smash,Elusive Brew',
	'/cast tiger palm',
	'/cast !keg smash',
	'/cast Guard',
	'/cast Chi Wave',	
	'/cast Fortifying Brew',
	'/cast Leg Sweep',
	'/cast Touch of Death',
	[[/cast Invoke Xuen, the White Tiger
]],
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
]],
}

Sequences['BrewAoE'] = { 
PreMacro = [[
/targetenemy [noharm][dead]
]],
	'/castsequence reset=22 !keg smash,Elusive Brew',
	'/cast !keg smash',
	'/cast !Breath of Fire',
	'/cast [nochanneling] spinning crane kick',
	'/cast Guard',
	'/cast Chi Wave',	
	'/cast Fortifying Brew',
	'/cast Leg Sweep',
	'/cast Touch of Death',
	[[/cast Invoke Xuen, the White Tiger
]],
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
]],
}

Let me know what you think!

ehmm, spinning jade kick is not on tank… thats WW

I made a few modification very minor but i was having a very hard time maintaining shuffle the below has 100% up time. Tested on a dummy see what you think.

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 Guard',
	'/cast Chi Wave',	
	'/cast Fortifying Brew',
	'/cast Leg Sweep',
	'/cast Touch of Death',
	[[/cast Invoke Xuen, the White Tiger
]],
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
]],
}

also on the comment above BM does have spinning crane kick you may have the talent rushing jade wind which replaces that spell. But it has no effect on it i didn’t even change the spell and have rushing jade wind and fired it off every time.

any lvl 100 changes? :slight_smile:

.

[quote quote=22808]I haven’t leveled my monk up yet, so you can replace SCK with RJW if you have that talent. Modified this one a little bit because I’m a one button spam kinda gal, so I like to throw in my modifiers. Personal preference: I like to run through the mobs with my SCK because I’m still leveling and like to have all the aggro away from the over-eager DPS (I’m talking about you, DKs, with your D&D tsk tsk). Hold alt key for AoE situations, Ctrl key for some extra defense. I put Fortifying Brew in the pre-macro for faster use rather than waiting for it to cycle through the rotation.

Sequences['Brew'] = { 
StepFunction = [[
	limit = limit or 1
	if step == limit then
		limit = limit % #macros + 1
		step = 1
	else
		step = step % #macros + 1
	end
]],
PreMacro = [[
/console Sound_EnableSFX 0
/targetenemy [noharm][dead]
/cast [combat, mod:ctrl] Fortifying Brew
]],
	'/cast [combat, mod:alt] Spinning Crane Kick',
	'/cast [combat, mod:alt] Breath of Fire',
	'/castsequence [combat] reset=8 Keg Smash,Jab,Jab',
	'/castsequence [combat] Blackout Kick',
	'/castsequence [combat] reset=22 Keg Smash,Elusive Brew',
	'/cast [combat] Keg Smash',
	'/cast [combat] Jab',
	'/cast [combat] Guard',
	'/cast [combat] Expel Harm',
	'/cast [combat] Blackout Kick',
	'/cast [combat] Tiger Palm',	
	'/cast [combat] Chi Wave',
	'/cast [combat] Leg Sweep',
	'/cast [combat] Touch of Death',
PostMacro = [[
/use [combat] Serenity
/use [combat] 13
/startattack
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
]],
}

Test it out, and lemme know what you think (so I can change it before I level up haha). Credit goes to Smokenz for base macro. Love your macros, man.
[/quote]

Heya been using this macro so far and it works pretty well, I’m only level 28 though so I can’t really tell you for sure haha. Touch of Death doesn’t seem to go off that often though, which isn’t a big deal as far as tanking. Keep us updated if you don’t mind! I’d love to try out any new updates to this macro you might use / come across / adjust as you level your Monk, this is my go-to macro so far for tanking on mine. Thanks, and thanks for Smokenz for the original, I’ve used tons of your other macros for different classes and always love them. EDIT: What’s the miliseconds you set for the cycle speed or w/e for the macro as well? Thanks again!

[quote quote=22808]I haven’t leveled my monk up yet, so you can replace SCK with RJW if you have that talent. Modified this one a little bit because I’m a one button spam kinda gal, so I like to throw in my modifiers. Personal preference: I like to run through the mobs with my SCK because I’m still leveling and like to have all the aggro away from the over-eager DPS (I’m talking about you, DKs, with your D&D tsk tsk). Hold alt key for AoE situations, Ctrl key for some extra defense. I put Fortifying Brew in the pre-macro for faster use rather than waiting for it to cycle through the rotation.

Sequences['Brew'] = { 
StepFunction = [[
	limit = limit or 1
	if step == limit then
		limit = limit % #macros + 1
		step = 1
	else
		step = step % #macros + 1
	end
]],
PreMacro = [[
/console Sound_EnableSFX 0
/targetenemy [noharm][dead]
/cast [combat, mod:ctrl] Fortifying Brew
]],
	'/cast [combat, mod:alt] Spinning Crane Kick',
	'/cast [combat, mod:alt] Breath of Fire',
	'/castsequence [combat] reset=8 Keg Smash,Jab,Jab',
	'/castsequence [combat] Blackout Kick',
	'/castsequence [combat] reset=22 Keg Smash,Elusive Brew',
	'/cast [combat] Keg Smash',
	'/cast [combat] Jab',
	'/cast [combat] Guard',
	'/cast [combat] Expel Harm',
	'/cast [combat] Blackout Kick',
	'/cast [combat] Tiger Palm',	
	'/cast [combat] Chi Wave',
	'/cast [combat] Leg Sweep',
	'/cast [combat] Touch of Death',
PostMacro = [[
/use [combat] Serenity
/use [combat] 13
/startattack
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
]],
}
```Test it out, and lemme know what you think (so I can change it before I level up haha). Credit goes to Smokenz for base macro. Love your macros, man.
[/quote]

what talent build do you use and glyphs? :)

.

Thanks so much for the reply! My Monk is 99 and planning on hitting 100 tonight, so this is very much appreciated.

.

[quote quote=23468]

<div class=“d4p-bbt-quote-title”>Amanda Nicole Hedrick wrote:</div>I haven’t leveled my monk up yet, so you can replace SCK with RJW if you have that talent. Modified this one a little bit because I’m a one button spam kinda gal, so I like to throw in my modifiers. Personal preference: I like to run through the mobs with my SCK because I’m still leveling and like to have all the aggro away from the over-eager DPS (I’m talking about you, DKs, with your D&D tsk tsk). Hold alt key for AoE situations, Ctrl key for some extra defense. I put Fortifying Brew in the pre-macro for faster use rather than waiting for it to cycle through the rotation.

Sequences['Brew'] = { 
StepFunction = [[
	limit = limit or 1
	if step == limit then
		limit = limit % #macros + 1
		step = 1
	else
		step = step % #macros + 1
	end
]],
PreMacro = [[
/console Sound_EnableSFX 0
/targetenemy [noharm][dead]
/cast [combat, mod:ctrl] Fortifying Brew
]],
	'/cast [combat, mod:alt] Spinning Crane Kick',
	'/cast [combat, mod:alt] Breath of Fire',
	'/castsequence [combat] reset=8 Keg Smash,Jab,Jab',
	'/castsequence [combat] Blackout Kick',
	'/castsequence [combat] reset=22 Keg Smash,Elusive Brew',
	'/cast [combat] Keg Smash',
	'/cast [combat] Jab',
	'/cast [combat] Guard',
	'/cast [combat] Expel Harm',
	'/cast [combat] Blackout Kick',
	'/cast [combat] Tiger Palm',	
	'/cast [combat] Chi Wave',
	'/cast [combat] Leg Sweep',
	'/cast [combat] Touch of Death',
PostMacro = [[
/use [combat] Serenity
/use [combat] 13
/startattack
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
]],
}
```Test it out, and lemme know what you think (so I can change it before I level up haha). Credit goes to Smokenz for base macro. Love your macros, man.
</blockquote>what talent build do you use and glyphs? <img alt=":)" src="http://wow.rinovum.netdna-cdn.com/wp-includes/images/smilies/icon_smile.gif" />
[/quote]

Hi guys. been using the above gnomesquence. works a treat, not really had any threat problems win LFR or heroics. But having said that I am having alittle trouble with the macro. after it runs a cycle it seems to lock up for anything up to 5-7 secs always seems to be around the leg sweep skill. I know absolutely nothing about making macros so figured I would ask on here. if its not a macro problem could it be a energy regen problem? im not using the modifier in the macro could that be the issue? any help would be great appreciated. other than that this macro served me very very well whilst lvling from 90 to 100, and has seen me tanking fine in heroics and lfr as well

.