Skip to content

Instantly share code, notes, and snippets.

@robnadin
Last active April 15, 2025 09:03
Show Gist options
  • Save robnadin/ff44561034e4ef06711d97aba66c78a8 to your computer and use it in GitHub Desktop.
Save robnadin/ff44561034e4ef06711d97aba66c78a8 to your computer and use it in GitHub Desktop.
WoW macro for Soar + Summon Random Favourite Mount. Put Soar on a free action bar slot and use /fstack to find out the exact button name, replacing "MultiBarRightButton10" in the macro below with the actual name that is provided to you.
#showtooltip Soar
/click [nomounted,advflyable,flyable] MultiBarRightButton10; MountJournalSummonRandomFavoriteButton
@robnadin
Copy link
Author

robnadin commented Apr 15, 2025

There is a widely-documented known issue related to /click MountJournalSummonRandomFavoriteButton not working until you've opened up the collections window at least once after logging in (or reloading the UI) as the built-in Blizzard_Collections addon is configured to only load on demand.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment