Thread: Mount macro
View Single Post
10-26-13, 04:21 PM   #5
morpheusxeno
A Flamescale Wyrmkin
 
morpheusxeno's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 126
#showtooltip [flyable]Red Drake;[noflyable]Swift Gray Ram
/run if IsMounted()then return end local t if not IsFlyableArea()then t={3,8,9,10}else t={1,2,4,6,7}end CallCompanion("MOUNT",t[random(#t)])

I think there is a condition for #show something like [notmountable] or something...
__________________
My mother-in-law fell down a wishing well. I was amazed; I never knew they worked...

Last edited by morpheusxeno : 10-26-13 at 04:23 PM.
  Reply With Quote