View Single Post
08-11-15, 11:26 PM   #5
bsmorgan
A Cobalt Mageweaver
AddOn Author - Click to view addons
Join Date: Mar 2005
Posts: 219
Originally Posted by SDPhantom View Post
I honestly don't use /dismount and trying to duplicate your conditionals on the #showtooltip line is likely to make you exceed the maximum length of a macro.
Here's a 141 character version. I'd like to see something other than "?" when I'm mounted.

Code:
#showtooltip
/cast [nomounted,nomod] Ebon Gryphon; [nomounted,mod:shift] Pinto; [nomounted,mod:ctrl] Azure Water Strider;
/dismount [mounted]
  Reply With Quote