Is there a macro that will allow me one key bind where it will use the fel drake when possible, and a normal mount if not?
Annoying having 2 keybinds for them.
Is there a macro that will allow me one key bind where it will use the fel drake when possible, and a normal mount if not?
Annoying having 2 keybinds for them.
/use Insert dragonflight mount of choice here
/use Feldrake
You can even throw a #showtooltip at the top, if youd like to easily use the icon for your dragonflight mount choice
Edit:
If you want to use “Random Favorite Mount”, these should work.
Renewed Proto-Drake
/run m=C_Map.GetBestMapForUnit(“player”);if(m==2022 or m==2023 or m==2024 or m==2025 or m==2026 or m==2112 or m==2134 or m==2135)then C_MountJournal.SummonByID(1589);else C_MountJournal.SummonByID(0);end
Highland Drake
/run m=C_Map.GetBestMapForUnit(“player”);if(m==2022 or m==2023 or m==2024 or m==2025 or m==2026 or m==2112 or m==2134 or m==2135)then C_MountJournal.SummonByID(1563);else C_MountJournal.SummonByID(0);end
Windborne Velocidrake
/run m=C_Map.GetBestMapForUnit(“player”);if(m==2022 or m==2023 or m==2024 or m==2025 or m==2026 or m==2112 or m==2134 or m==2135)then C_MountJournal.SummonByID(1590);else C_MountJournal.SummonByID(0);end
Cliffside Wylderdrake
/run m=C_Map.GetBestMapForUnit(“player”);if(m==2022 or m==2023 or m==2024 or m==2025 or m==2026 or m==2112 or m==2134 or m==2135)then C_MountJournal.SummonByID(1591);else C_MountJournal.SummonByID(0);end
Favourite one mount from your collection, and one dragon riding mount, put the “Summon favourite mount” button on your cast bar.
No need for a macro, the button will summon the appropriate mount for the zone you are in.
That doesn’t work.
Thanks, will try and see if that works.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.