Thread: Mounting
View Single Post
  #1  
Old 01-22-2009, 06:25 PM
Faded Faded is offline
Junior Member
 
Join Date: Jan 2009
Posts: 2
Mounting

if anyone wants a good mount macro that works everywhere. The 1 should be changed to the correspond placement of the ground mount you want in your mount tab, and the 7 your flying mount. Mines is 1 and 7, yours would probably be something else.

/run if IsMounted()then return end local t if((GetRealZoneText()=="Dalaran") and (GetSubZoneText() ~="Krasus' Landing") or (GetZoneText()=="Wintergrasp") or not IsFlyableArea()) then t={1} else t={7} end CallCompanion("MOUNT",t[random(#t)])
/dismount
Reply With Quote