Intelligent Mount/Dismount
This macro summons a random favorite mount or dismounts if already mounted.
#showtooltip
/run C_MountJournal.SummonRandomFavoriteMount()Mount and travel macros for Destruction Warlocks streamline movement and utility. They allow for efficient mounting, dismounting, and the use of travel-related abilities, enhancing overall gameplay flow.
This macro summons a random favorite mount or dismounts if already mounted.
#showtooltip
/run C_MountJournal.SummonRandomFavoriteMount()Dismounts the Warlock and immediately casts Demonic Gateway at the cursor.
#showtooltip Demonic Gateway
/dismount
/cast Demonic GatewaySummons Felsteed when out of combat, otherwise casts Demonic Circle: Teleport if within combat.
#showtooltip
/cast [combat] Demonic Circle: Teleport; FelsteedMount macros help Destruction Warlocks quickly get around the world, dismount efficiently, and integrate travel abilities with their movement, saving valuable time and reducing manual key presses.
Yes, you can specify a particular mount by name using `/cast Mount Name`. However, `/run C_MountJournal.SummonRandomFavoriteMount()` is often preferred for variety and convenience.
To dismount and cast a spell, use `/dismount` on the first line, followed by `/cast Spell Name` on the next. This ensures you are off your mount before the spell attempts to cast.