Macro for hunter, mounting or aspect of cheetah

I’m playing Classic, but guess the macro system is the same?

I need a macro that decides to use mount outdoors and Aspect of the Cheetah indoors. Is there any way to do that? I tried /use [nomounted, outdoors] Gray Ram, but unsure how to continue it to include Cheetah.

1 Like
#showtooltip
/cast [indoors,nomounted] Aspect of the Cheetah; Gray Ram

Thanks! Although the Americans spell it gray for some reason. :slight_smile:

Could it be expanded to use Aspect if you are outdoor and click it when mounted?

#showtooltip
/dismount [mounted]
/cast [indoors] [mounted] Aspect of the Cheetah; Grey Ram

Though I don’t recommend it because then you’ll never be able to just dismount normally.

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