Please Help with Druid Macro

Hi, I have the below macro for my movement:

#showtooltip
/use [combat]!Moonkin Form;[outdoors,flyable]!Travel Form;[indoors]Cat Form;[advflyable,noflyable,nocombat]Cliffside Wylderdrake
/use [outdoors]Travel Form
/dismount [mounted]

For now, the [advflyable] is unavailable but I have it there to mount the Dragonriding mount when I’m in Travel Form and not moving.

Problem is when I’m indoors, after shifting to Cat Form, the icon changes to Travel Form as well as the action, thus, pressing it again will shapeshift to Form 0 but errors out saying “Can only use outside”. How can I cancel Cat Form while inside without triggering the Travel form and the error?

Here is what I want to have:

  • When outside and moving (i.e. not standing still) shift to Travel Form
  • When dragonriding is available, am outside and standing still, mount the Drake
  • When I can engage in combat, shift to Moonkin
  • When already in Moonkin, shift to Travel Form (including in combat)
  • When indoors, shift to Cat Form
  • When indoors and Cat Form, shift to normal (noform)

There’s no reason that should be happening if you’re using the macro you posted. You should instead be seeing the circle that indicates the form you’re in is enabled.

If your macro is on a bar that changes when you change forms, make sure you have the same macro on the Cat bar.

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