Hello all,
I decided to lvl up my monk so I am using this as a macro set for him and so far they are super fun. I still have a lot to learn about the monk class but I like these so far as tanking. I hope they work for you as well.
Updated 7/18/15
Talents: 2,3,1,3,1,2,2
Glyphs:Expel Harm, Keg Smash, Zen Med
I open with Black ox Statue and come in flying with Spinning crane kick. Hope this works for you all.
Single Target:
Sequences['BrewST'] = {
StepFunction = [[
limit = limit or 1
if step == limit then
limit = limit % #macros + 1
step = 1
else
step = step % #macros + 1
end
]],
PreMacro = [[
/targetenemy [noharm][dead]
]],
'/castsequence reset=8 !Keg Smash,Jab,Jab,Jab',
'/castsequence reset=19 !Tiger Palm',
'/cast [nochanneling] Blackout Kick',
'/cast [nochanneling] Chi Explosion',
'/cast [nochanneling] Jab',
'/cast [nochanneling] Keg Smash',
'/cast [nochanneling] Leg Sweep',
'/castsequence reset=30 !Guard',
'/castsequence reset=15 !Expel Harm',
'/castsequence reset=8 !Elusive Brew',
'/cast [nochanneling] !Touch of Death',
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
]],
}
Multi Target:
Sequences['BrewAoE'] = {
StepFunction = [[
limit = limit or 1
if step == limit then
limit = limit % #macros + 1
step = 1
else
step = step % #macros + 1
end
]],
PreMacro = [[
/targetenemy [noharm][dead]
]],
'/castsequence reset=combat !Keg Smash,Leg Sweep',
'/cast [nochanneling] !Keg Smash',
'/cast [nochanneling] Spinning Crane Kick',
'/cast [nochanneling] Jab',
'/cast [nochanneling] Breath of Fire',
'/castsequence [nochanneling] reset=combat Jab,Jab,Tiger Palm',
'/cast [nochanneling] Chi Explosion',
'/cast [nochanneling] Jab',
'/cast [nochanneling] Purifying Brew',
"/cast [nochanneling] Elusive Brew",
'/cast [nochanneling] Guard',
'/cast [nochanneling] Expel Harm',
'/cast [nochanneling] !Touch of Death',
PostMacro = [[
/startattack
/use [combat] 13
/use [combat] 14
]],
}
Escape: (trying to make a great escape macro) mostly PvP
Sequences['BrewEscP'] = {
StepFunction = [[
limit = limit or 1
if step == limit then
limit = limit % #macros + 1
step = 1
else
step = step % #macros + 1
end
]],
PreMacro = [[
/target Navient
]],
'/castsequence reset=combat Every Man For Himself,Roll,Tiger’s Lust',
'/cast [nochanneling] Roll',
'/cast [nochanneling] Roll',
'/cast [nochanneling] Tiger’s Lust',
'/cast [nochanneling] Detox',
'/cast [nochanneling] Roll',
'/cast [nochanneling] Roll',
'/cast [nochanneling] Guard',
'/cast [nochanneling] Expel Harm',
PostMacro = [[
/startattack
/use [combat] 13
/use [combat] 14
]],
}
Thanks, and I’m still messing around with them…
Beef