Last active
April 15, 2025 09:03
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#showtooltip Soar | |
/click [nomounted,advflyable,flyable] MultiBarRightButton10; MountJournalSummonRandomFavoriteButton |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.