|
|
GreenDookie 09-06-2009, 04:10 PM does anyone know of an addon that will, at random, choose a mount to use when u mount up? or would it be possible to macro this?
if one does exsist, id like it to have filters. so i can use epic ground in Bgs/old world and epic flyers in bc/northrend.
JustinCase 09-06-2009, 04:30 PM you don't need an addon, I had a macro that would pick a random mount but I can't remember what it was
edit
google
http://www.google.com/#hl=en&source=hp&q=random+mount+macro&aq=f&aqi=g10&oq=&fp=3aa7f458acaa2672
LouCypher 09-06-2009, 06:00 PM Livestock
Atolicus 09-06-2009, 06:23 PM Livestock
Feannag 09-06-2009, 07:48 PM Heh, they make addons that do that? I usually just have two buttons in a bar for flyer and ground and change them up when I feel like it.
slick spic 09-06-2009, 11:02 PM you don't understand what he's asking for. he wants something that will pick a random mount, not something that will do ground or flier of the same mount every time that you manually switch when you're tired of something
/run CallCompanion("CRITTER", random(GetNumCompanions("CRITTER")))
/script if (((GetZoneText()=="Dalaran") and (GetSubZoneText() ~="Krasus' Landing")) or (GetZoneText()=="Wintergrasp") or not IsFlyableArea()) then CallCompanion("MOUNT",19) else CallCompanion("MOUNT",13) end
/dismount [mounted]
the first is a macro to summon a random critter. the second is a mount macro i got from guildies that i don't use anymore (310 flight form smd bitches). someone who is better w/ macros might be able to combine them somehow
Fompatron 09-07-2009, 12:18 AM GoGoMount.
GreenDookie 09-07-2009, 01:10 AM i tried livestock and its exactly what i was looking for.
thx for replies.
|Blitzkrieg| 09-07-2009, 01:25 AM I used Mountiful for a while, just switched to SmartMount... problem is neither of them will let you random flying mounts if you have a 310, it'll only ever use the fast mount.
I'll have to give LiveStock a shot!
GreenDookie 09-07-2009, 02:15 AM arent u cool with ur 310 >;]
Lukeris 09-07-2009, 07:07 AM as I recall, I read somehwere that they're going to allow people with 310 mounts to apply that speed to any mount they want. Not sure if that's going to happen in a patch soon or if it's going to be in Cataclysm.
Die Hard!!{SDB} 09-07-2009, 09:12 AM /run if IsMounted()then Dismount()return end local t if(GetZoneText()=="Wintergrasp"and not GetWintergraspWaitTime()) or not IsFlyableArea()then t={1,2,3}else t={4,5,6}end CallCompanion("MOUNT",t[random(#t)])
1,2,3 = land mounts, 4,5,6 = Flying mounts
slick spic 09-07-2009, 01:52 PM as I recall, I read somehwere that they're going to allow people with 310 mounts to apply that speed to any mount they want. Not sure if that's going to happen in a patch soon or if it's going to be in Cataclysm.
they already implemented that change w/ flight form. no reason they shouldn't just give it to all your mounts if you have a 310. that way you can look sweet on whatever you want
|Blitzkrieg| 09-07-2009, 11:55 PM arent u cool with ur 310 >;]
Why yes, yes I am :P
PessimiStick 09-08-2009, 09:07 AM The only mount I miss using is the Headless Horseman one. My macro just cycles through all my 310s.
SpenZ0r 09-08-2009, 10:16 AM ...how many 310s do you have?
PessimiStick 09-08-2009, 10:20 AM 5
Travace 09-08-2009, 10:40 AM hey that livestock addon is pretty sweet.
i like the add a macro button to your macros list option.
+ those macro buttons are great cause they just replace the 2 buttons in my bar.
the only thing i did not like was the pet thing. I wish i could click teh macro to dismiss then re click to re summon pet. it jsut keeps re summoning.
|Blitzkrieg| 09-08-2009, 01:34 PM Switched to Livestock last night, and I'm quite pleased :) Thanks for the recommendation!
|
|