Preservation Evoker Mount & Travel Macros

Mount and travel macros for Preservation Evoker streamline movement, allowing for quicker transitions between mounted and unmounted states or between different travel forms. These macros help optimize your out-of-combat mobility and responsiveness in various situations. They are particularly useful for efficiently navigating the Dragon Isles.

Starter macros

General Mount/Dismount

This macro summons a random favorite mount or dismounts if already mounted.

#showtooltip
/cancelform
/cast [mounted] Dismount;
/run C_MountJournal.SummonByID(0)

Dragonriding Mount

This macro summons your Dragonriding mount, useful for quick area traversal.

#showtooltip Bronze Dragonriding
/cancelform
/cast Bronze Dragonriding

Travel Form (Soar)

This macro casts Soar as your primary travel form, benefiting from its unique movement capabilities.

#showtooltip Soar
/cast Soar

FAQ

Why use a macro for mounting?

A mount macro simplifies the process of summoning your favorite mount or dismounting with a single keybind, rather than manually selecting from your mount journal. It improves efficiency and convenience for common travel actions.

Can I include specific mounts in a macro?

Yes, you can specify a particular mount by replacing 'C_MountJournal.SummonByID(0)' with '/cast Mount Name'. This allows you to choose a preferred mount for specific situations.

How do I ensure I always summon a flying mount?

To prioritize a flying mount, you can use conditional statements within your macro that check if you are in a flying-enabled zone. However, for most open-world content in Dragonflight, your Dragonriding mount is generally the most efficient option.

More Preservation Evoker macros