Shapeshift Macro Help

Hey!

I found a macro on the forums a couple days ago that’s amazing.
What it currently does is change between Moonkin and Travel Form when outdoors.
And Moonkin and Cat Form indoors.

This is working wonders, but there is one small but significant thing I’d like to change.
Currently when I’m in no form both out and indoors it first changes to either Cat or Travel, this isn’t ideal for me because sometimes I’m out of Moonkin and when a fight starts I have to use 1 extra GCD before I’m in Moonkin.

If someone could tweak the macro to first change into Moonkin if I’m in no form currently that would be wonderful.

#showtooltip
/cast [indoors] Cat Form(shapeshift);[outdoors] Travel Form(shapeshift);
/cast !Moonkin Form

I tried putting the Moonkin string beforehand but then neither Cat or Travel Form would work.

Your post made me try macro; /cast Cat Form

I went into Bear Form and then pushed my macro, and got the msg “You are in shapeshift form”, red text mid screen.

So I cannot understand how your macro can do anything unless you are in caster form (not the moonkin one), in which case it swaps to cat or cheetah depending on being inside or outside.

I also dont know what the ! does in a macro, but yes Ive seen it before. /cancelform is a thing with druid macros I know.

After some experimenting I managed to get it working exactly like I wanted, thought I’d share it if someone wants it.
No idea what the ! is for, it was there when I pasted it, didn’t notice any difference once I removed it.

#showtooltip
/cast [noform:4] Moonkin Form
/cast [indoors] Cat Form(shapeshift);[outdoors] Travel Form(shapeshift);

What it does:
Indoors: No form-Moonkin-Cat
Outdoors: No form-Moonkin-Travel

If you’re already shapeshifted it just switches between either indoor or outdoor mode forms.

1 Like

If you are outside and in Cat Form you switch to Travel Form when pressing this macro ? I cannot understand that.

Cat form is only in the inside mode.

Inside is Moonkin-Cat
Outside is Moonkin-Travel

If you were to be in Cat form outisde you would change into Moonkin when you press the macro.
Press it again after that and you would enter Travel Form.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.