PDA

View Full Version : Mounting


Faded
01-22-2009, 06:25 PM
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