View Single Post
08-11-15, 11:10 AM   #1
bsmorgan
A Cobalt Mageweaver
AddOn Author - Click to view addons
Join Date: Mar 2005
Posts: 219
Showtooltip issue

I have the following macro with a "?" icon. The tooltip shows the proper mount icon(s) when I'm not mounted but when mounted, it shows the "?". Is there a way to specify the icon to use when mounted but maintain the current behavior when not mounted?

Code:
#showtooltip
/cast [nomounted,flyable,nomod] Red Flying Cloud; 
[nomounted,mod:shift] [nomounted,noflyable,nomod:ctrl] Blue Shado-Pan Riding Tiger; [nomounted,mod:ctrl] Azure Water Strider; 
[nomounted,mod:alt] Abyssal Seahorse;
/dismount [mounted]
  Reply With Quote