Personal update: I've been levelling a group of monks with 3x mistweaver + brewmaster + hunter and once you hit 30 the 3x chi wave is invincible. The mistweavers are still competitive with the hunter on dps at this point (disclaimer: my hunter is the only toon not using an heirloom weapon, so that could be skewing those results).
Levelling 4 step:
The following are my 4 step macros for mistweaver. My toons do not yet have renewing mists:
1: (I do this at focus so that my toons won't be randomly pulling things with chi wave if they have chi left over at the end of combat. Focus is always the tank). Best chi dump
Code:
!if (character in "Monk Mist") /cast [@focus] Chi Wave
2: (cheapest chi generator)
Code:
!if (character in "Monk Mist") /cast Expel Harm
3: (other chi dump)
Code:
!if (character in "Monk Mist") /cast Blackout Kick
4: (no cooldown fall through chi generator)
Code:
!if (character in "Monk Mist") /cast Jab
Brewmaster:
1: (highest priority chi generators, 8 and 15 second cds respectively, expel only does damage if I've taken harm so I pushed it so it won't occur until 9 seconds into the rotation rather than 1)
Code:
!if (character in "Monk Brew") /castsequence reset=combat Keg Smash, Keg Smash, Expel Harm
2 (important chi dump, guard is on 30sec cd)
Code:
!if (character in "Monk Brew") /castsequence reset=target Tiger Palm, Guard, null
3 (chi dump)
Code:
!if (character in "Monk Brew") /castsequence Breath of Fire, Blackout Kick
4: (no cd chi generator)
Code:
!if (character in "Monk Brew") /cast Jab
These will obviously change as I level but the thing to keep in mind with monks is that it is best to keep chi generation and chi usage on separate steps or else your macros can easily hang or waste chi.
Connect With Us