|
Page 1 of 1
|
[ 3 posts ] |
|
| Author |
Message |
Joined: Mon May 05, 2008 8:20 am Posts: 90
|
Post subject: WotlK Mount macros..... Posted: Thu May 07, 2009 9:23 pm |
|
|
Here are a couple macros that will call either your flyer or your ground mount based on where you are.
This first one is for those toons that do not have cold weather flying skill yet. It will summon a ground mount in Dalaran or anywhere you can't fly. It will summon a flying mount in Burning Crusades zones. I believe the numbers at the end refer to the mount.
/run if IsMounted() then Dismount() return else CallCompanion("MOUNT",GetCurrentMapContinent()==3 and 2 or 1) end
This macro is for toons that have the cold weather flying skill. It will do the same as the previous but will also summon a flyer in Northrend zones.
/run local z,m=GetZoneText,CallCompanion;if IsMounted()then Dismount()elseif (((z()=="Dalaran")and (GetSubZoneText()~="Krasus' Landing"))or (z()=="Wintergrasp")or not IsFlyableArea())then m("MOUNT",1)else m("MOUNT",3)end
The numbers in ("MOUNT"),1) and ("MOUNT,3") reference the mount you want to use. The mounts count in order starting with one on the top left to the right. You will want to put your ground mount first then the flyer. For example the "1" represents my bear mount and "3" represents my Bronze Drake.
If ya run into problems give me a pst in game I try and help ya out.
_________________ "Luck often enough will save a man if his courage holds."
|
|
 |
Joined: Mon May 05, 2008 8:20 am Posts: 90
|
Post subject: Re: WotlK Mount macros..... Posted: Fri Nov 27, 2009 10:24 am |
|
|
Here is an update to the cold weather flight/ground mount macro. It appears as though Wintergrasp is flyable so this version will choose your flying mount when in Wintergrasp. I don't think this is possible during the battleground portion but you can mount up and fly out at other times.
/run local z,m=GetZoneText,CallCompanion;if IsMounted()then Dismount()elseif (((z()=="Dalaran")and (GetSubZoneText()~="Krasus' Landing"))or not IsFlyableArea())then m("MOUNT",1)else m("MOUNT",3)end
_________________ "Luck often enough will save a man if his courage holds."
|
|
 |
Joined: Thu May 08, 2008 2:28 pm Posts: 53
|
Post subject: Re: WotlK Mount macros..... Posted: Sun Jan 24, 2010 3:13 pm |
|
thanks vic, love this 
|
|
 |
|
Page 1 of 1
|
[ 3 posts ] |
|
| Who is online |
Users browsing this forum: No registered users and 1 guest |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum
|

|
|