I’m looking for a way to have 1 button, So by default not holding any buttons, Judgement of Light, hold alt = judgement of wisdom, hold ctrl = Judgement of justice, and then hold shift to cast flying mount in flying areas and ground mount in ground areas.
So basically i know
/cast [flyable] flying mount; groundmount
will do the ground mount unless im in a flying area at which point it will do the flying mount. However if i want it behind a mod like shift
/cast [mod:shift] [flyable] flyingmount; groundmount
it will still be the ground mount until i hit shift, then it will check for flying and let me do the flying mount.
On retail its not an issue because you can use anymount in any zone, if it cant fly it wont but you can still use it so i can do
/cast [mod:shift] flyingmount;spell1
/cast [mod:alt] spell 2
with that i can do spell 1, hold alt to do spell 2 and hold shift to mount(flying or nonflying)
so i thought up this, and its gets the job done but clumsy af
#showtooltip
/cast [mod: shift] [flyable]Flying mount; spell 1
/cast [mod: shift] [noflyable] Ground mount; spell 2 (had this for spell 1 but changed to spell 2 to troubleshoot)
/cast [mod:alt] spell 3
while in a no flying area, this looked promising. No mods it shows spell 1, and casts spell 1. Hold shift and it shows flying mount ?? but casts ground mount. alt does nothing.
in outland however, it shows the flying mount by default, holding any mod key doesnt change the icon/tooltip. Pressing the button with no mods held would cast the flying mount and spell 2 (in that order) so spell 2 doesn’t work because it starts mounting, but once mounted and press it, it will dismount and cast spell 2. Holding the alt does the same as not holding alt key does the same as no mod key, and holding the shift key will cast both mounts (this one i cant figure out the order) if im mounted on either mount it will dismount and mount the other mount. but if not mounted it will do the flying mount.