Member of
Rank
Plays sorigimbor Level 80 Hunter, Beast Mastery. Dwarf. Alliance. Shadowmoon (PvP) - NorthAmerica
|
|
ok kids, i know a lot of you have a shit tone of mounts and would probably like a macro that picks from your ground mounts at random, or your flying mount and random. or a smart macro that picks one of your flying mounts in northrend / outland and a ground mount were flying mounts can't be used. so lets start...
this is the random mount macro /run if IsMounted()then Dismount()else t="MOUNT" if IsAltKeyDown()then i=random(GetNumCompanions(t))else i=select(random(1,3),1,6,8)end c,n=GetCompanionInfo(t, i)CallCompanion(t, i)end
replace the 3 by the number of mounts you want it to choose from, and the "1,6,8" bit by the numbers of the mounts, separated by commas (you can determine the mount numbers by counting them on the Mounts tab of the Pets window). also every time you get a new mount, you have to change the numbers because the mounts are stored alphabetically
here is the smart mount /run C=CallCompanion if(not IsMounted())then if(((GetZoneText()=="Dalaran")and(GetSubZoneText()~="Krasus' Landing"))or(GetZoneText()=="Wintergrasp")or not IsFlyableArea()or IsModifierKeyDown())then C("MOUNT",X)else C("MOUNT",Y)end end /dismount
Replace X with the number of your ground mount and Y with the number of your flying mount.
|
|
Slainte agus tainte!
|
|
Member of
Rank
Plays Bhuego Level 85 Warrior, Fury. Draenei. Alliance. Shadowmoon (PvP) - NorthAmerica
|
|
sweet thanks a ton Sori your the best 
|
|
|
|