Is there a command for a macro to go into Moonkin form from any other form?
So no matter what form I am in, it will switch me to Moonkin (yes, other than hitting the Moonkin Form button). I want to use it for macros.
/cast [noform:4] Moonkin Form
Something like that, but instead no matter the form or even in no form, it switches me to Moonkin
You can just key bind whatever form it is. I think it’s special action 4.
There isn’t, but I personally think it would be easier to just bind it to a key of easy access. Personally, I bind all my shapeshift forms in my mouse clicks:
- Middle Click for Moonkin form.
- Shift + Mousewheel up for Bear form.
- Shift + Mousewheel down for Cat form.
- Alt + Mousewheel down for Travel form.
1 Like
You have the first part of the macro correct.
Ive never been able to type “Moonkin Form” into the macro and make it work. You have to have the macro window open and your spellbook open at the same time.
After you type in
/use [noform:4]
Shift click the moonkin form in your spellbook. The line to actually use Moonkin form isn’t “Moonkin form”. If you shift+click the Moonkin form from your spellbook while the typing indicator is still flashing in the macro window it will fill out the command for you. Its a trick for all spells because theres quite a few that arent quite what you would think they should be.
1 Like
So apparently they changed it with Shadowlands as I remember shift clicking to get the appropriate text in BFA as I played Moonkin in BFA quite extensively. Just logged into my druid to see what worked. Your macro should work perfectly. The macro below will cast Moonkin if you’re not a Moonkin. If you are a Moonkin, it will cast Starfire. Just change Starfire to whatever spell you want that button to be while you are in Moonkin form.
#showtooltip
/use [noform:4] Moonkin Form; Starfire
/cast [nostance][stance:5][stance:2][stance:3][stance:1][stance:6] Moonkin Form
1 Like
despite the necro…
just a simple /use [nostance:4] Moonkin Form
works.