My team is in their late 40s now so I've added SCK and renewing mists to their rotation.

With spinning crane kick I've finally run into my first mana issues so I modified my setup in the following ways.

On my normal single target spam I added:

Code:
!if (character in "Monk Mist") /cast [stance:2] Stance of the Wise Serpent
to step one. This switches me back into wise serpent if I go back to single target dpsing during the tiger part of my stance dance. if already in the mistweaver stance it does nothing.

Likewise, I use mousewheel down for my primary hot on all classes, and so I had to adjust that macro from

Code:
/cast [@mouseover] Renewing Mist
to

Code:
/cast [stance:2] Stance of the Wise Serpent; [@mouseover] Renewing Mist

Finally, the macro I use to save some mana during SCK (and the reason for the stance swaps above). This was just my cheap implementation of the idea in the video someone else shared.

Code:
/castsequence reset=5 Spinning Crane Kick, Spinning Crane Kick, Stance of the Fierce Tiger(Stance), Spinning Crane Kick, Spinning Crane Kick, Spinning Crane Kick, Spinning Crane Kick, Stance of the Wise Serpent(Mistweaver Stance)
The only other adjustment I've made to my four step (shared in earlier post) is that I now cast renewing mist (on myself, which generally then jumps to the tank from the mistweavers) as part of step 2

Code:
/cast expel harm
has become

Code:
/castsequence expel harm, renewing mist, expel harm
I lock it between two expel harms so that it will only fire every 30 seconds because RM is a big mana eater.