LocationWow Mods Ui >> Random Mount Macro Question
Random Mount Macro Question
| From: | [mmo-champion.com] | ||
| Author: | [Darth Liam] | ||
| Date: | Less than 24 Hours ago | ||
| Hit: | [] | ||
Is there a way to make a Random Mount macro that will use only epic mounts and not the slower ones?Currently I am using:/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) SendChatMessage("Giddy-up, "..n.."!")endBut I keep getting 60% ground mounts and am not sure if this one be changed to exclued them or not.
Did you make sure you have the right companinon numbers for your mounts?|||Quote from: atf on April 07, 2009, 09:23:03 PM|||Yeah, I think so. I saw one on the wow forums long time ago. Try doing a google search and you may get lucky.|||Quote from: Darth Liam on April 07, 2009, 09:29:27 PM|||i was using a macro that worked but finally gave it up as you need to edit it for every toon, along with each time you get a new mount. i'm currently using mountiful. very simple and easy to use. basically uses check marks to select the ones you want. also works with randome pets.|||i want a mount |||I use a fairly simple one for ground mounts and a seperate one for flyers, but I only choose 3-4 or else this macro gets confused. Forgive me if I am mistaken but I believe the command is /castrandom (Not logged on in ages)/castrandom Swift Mount Name1; Swift Mount Name2; Swift Mount Name3and the second is the same just/castrandom Swift Mount Name1; 2; 3 etc etc
Did you make sure you have the right companinon numbers for your mounts?|||Quote from: atf on April 07, 2009, 09:23:03 PM|||Yeah, I think so. I saw one on the wow forums long time ago. Try doing a google search and you may get lucky.|||Quote from: Darth Liam on April 07, 2009, 09:29:27 PM|||i was using a macro that worked but finally gave it up as you need to edit it for every toon, along with each time you get a new mount. i'm currently using mountiful. very simple and easy to use. basically uses check marks to select the ones you want. also works with randome pets.|||i want a mount |||I use a fairly simple one for ground mounts and a seperate one for flyers, but I only choose 3-4 or else this macro gets confused. Forgive me if I am mistaken but I believe the command is /castrandom (Not logged on in ages)/castrandom Swift Mount Name1; Swift Mount Name2; Swift Mount Name3and the second is the same just/castrandom Swift Mount Name1; 2; 3 etc etc