Macro for Moonkin Form and Flap?

Hello curious if anyone has (or could assist me with making ) a macro where Flap and Moonkin Form are the same button where I can just press that skill again to flap while in Moonkin form AND where if I want can just press that button to moonkin form and flap at the same time.

Thanks in advance!

Try this; It is a two press macro.

#showtooltip
/cast [noform:4]Moonkin Form;Flap
10 Likes

Works like a charm! tyvm!

just curious: is there a way to have the wisp icon that occurs to any shapeshift icon when we are in it occur to this macro? if not its not a big deal but would like to add it if possible.

Great; glad it’s working.

As for changing the icons, you can select an icon manually by editing the macro, but I don’t think you can dynamically select two icons.

By default, the macro already does a pretty good job of dynamically showing the icon from the spell book (but not that shapeshift icon from UI like you want).

Gotcha.

Also is there a way to be able to click it again and have it leave moonkin form?

Unfortunately, the answer to that one is no. You cannot exit from Moonkin form with that macro.

However, if you just want to exit the flap you can press ESC on your keyboard, or throw a rejuv on yourself. Optionally, you could use a dedicated /cancelform macro, or simply drag Moonkin form onto your bars from the spell book. The default behavior when dragging a form to your bars is for it to toggle the form on and off.