Restoration Shaman Mount & Travel Macros

Restoration Shamans can optimize their travel with macros that intelligently handle mounting, dismounting, and specific travel forms. These macros reduce the number of keybinds needed and streamline movement between encounters or quest objectives.

Starter macros

Smart Mount/Dismount

Mounts a random favorite ground mount or dismounts if mounted. This macro supports both regular mounting and dismounting.

#showtooltip
/cast [mounted] Dismount
/cast [nomounted] Summon Random Favorite Mount

Ghost Wolf Toggle

Activates Ghost Wolf to increase movement speed or cancels it if already active. This is useful for quick transitions in and out of combat.

#showtooltip
/cast !Ghost Wolf

Mount/Ghost Wolf Conditional

Mounts a random favorite ground mount if outside, or casts Ghost Wolf if indoors or in a no-mount zone. This macro prioritizes the most efficient travel method.

#showtooltip
/cast [outhumanoid,noswimming,noindoors] Summon Random Favorite Mount; Ghost Wolf

FAQ

How do I add a flying mount to these macros?

The 'Summon Random Favorite Mount' spell will automatically choose from your favorited flying mounts when in an area that allows flying. You do not need to specify a flying mount type within the macro itself.

Can I use a specific mount instead of a random one?

Yes, replace 'Summon Random Favorite Mount' with the exact name of the mount you wish to summon, for example, '/cast Raven Lord'. Ensure the mount name is spelled correctly.

Why would I use '!Ghost Wolf' instead of just '/cast Ghost Wolf'?

The '!' before a spell name prevents the macro from toggling the spell off if you press it again while it's active. For Ghost Wolf, '!Ghost Wolf' allows you to continuously press the macro to ensure you enter Ghost Wolf form, and then a subsequent press will cancel it.

More Restoration Shaman macros