I’m really bad with macros. I’m playing a druid now and would like a macro that uses dash, and then on a second press takes me out of cat form. Is this doable? I just had a tank die because I couldn’t shift out of cat form fast enough.
Not sure, might be able to do it with /cancelform, I’ll have a play around.
EDIT: Yep, here you go:
#showtooltip
/cancelform
/cast Dash
Will shift you into Cat Form if you aren’t, activate Dash, then when you press it again it will shift you back out of Cat Form.
With this one, pressing the button a third time wont shift you back into Cat Form until Dash is off CD, so don’t press it early.
_
Alternatively, you can use this:
#showtooltip
/castsequence reset=120 Dash, Cat Form(Shapeshift), Cat Form(Shapeshift), Cat Form(Shapeshift), Cat Form(Shapeshift), Cat Form(Shapeshift)
The down side is that the Cat Form icon will replace the Dash icon/CD timer until Dash is off CD. You could change reset=120
to reset=15
, giving you a 5 second window after Dash finishes to press the button again and cancel form. But you can freely shift in and out of Cat Form using the button during the reset
window.
Also, if you are interested I recently posted some useful Druid macros I use.
If you cast a healing spell (or any non-cat spell) it should shift you out of cat form automatically. So, it can be helpful to put any spells you’ll want to use in an emergency on keybinds you can still access while in cat form. That could mean putting them on keybinds that aren’t a part of the main bar that swaps with your form, or just adding the healing spells to your cat bar for easy access to cast them while dashing around as a cat.