Elitist Jerks
Register
Blogs
Forums


Go Back   Elitist Jerks » User Interface and AddOns

Reply
 
LinkBack Thread Tools
Old 06/27/07, 5:24 PM   #1
Randor
Don Flamenco
 
Night Elf Warrior
 
Kilrogg
Random mount mod?

Just got my Nether ray and was searching the various UI sites for an updated mod to randomly select mounts. I'm currently using GoGoMount and it works in Azeroth for randomly selecting my Elekk and Talbuk but I'm unable to get it working to randomly choose my Netherdrake and new Ray in Outlands.

So, is there a way to configure GoGo to do this, or a mod that would do it? Thanks in advance.

This is a computer-generated message and needs no signature.

Offline
Reply With Quote
Old 06/27/07, 5:33 PM   #2
Crawk
Piston Honda
 
Crawk's Avatar
 
Tauren Shaman
 
Hellscream
GoGo doesn't appear to be updated anymore (at least not recently), but you can manually add them:

GogoMount.lua about line 339:
GOGO_AIR_FAST = {
	["Horde"] = {
		"item:25477:", "item:25531:", "item:25532:", "item:25533:", -- windriders
		"item:32857:", "item:32858:", "item:32859:", "item:32860:", "item:32861:", "item:32862:", -- Netherwing Drakes
		"item:32314:", "item:32316:", "item:32317:", "item:32318:", "item:32319:", -- Nether Rays
	},
	["Alliance"] = {
		"item:25473:", "item:25527:", "item:25528:", "item:25529:", -- gryphons
		"item:32857:", "item:32858:", "item:32859:", "item:32860:", "item:32861:", "item:32862:", -- Netherwing Drakes
		"item:32314:", "item:32316:", "item:32317:", "item:32318:", "item:32319:", -- Nether Rays
	},
}
Basically just add in the item IDs for any mounts you want to add. Those are the five Reputation Netherdrakes, I didn't do Armored ones but a few minutes at WoWHead will get you the item IDs in question.

You can accomplish part of what you want with /castrandom, though I really prefer just having one single button to press for flying/ground across all my characters so GoGoMount is still useful to me.

(edit: I put in the Nether Ray IDs as well, since your question was specifically about them as well)

Last edited by Crawk : 06/27/07 at 6:15 PM.

United States Offline
Reply With Quote
Old 06/27/07, 6:29 PM   #3
Randor
Don Flamenco
 
Night Elf Warrior
 
Kilrogg
That did the trick. Thank you very much.

This is a computer-generated message and needs no signature.

Offline
Reply With Quote
Old 06/27/07, 6:33 PM   #4
Camaris
Piston Honda
 
Camaris's Avatar
 
Human Paladin
 
Kul Tiras (EU)
Would

/castrandom [flyable] Flying Mount 1, Flying Mount 2; Land Mount 1, Land Mount 2, Land Mount 3
/dismount

not work?

I use different buttons for land/air mounts myself, but this - in theory - looks like it might do the trick. Only question is if /castrandom works with conditionals?

Offline
Reply With Quote
Old 06/28/07, 10:56 AM   #5
Bigwig
Glass Joe
 
Bigwig's Avatar
 
Tauren Shaman
 
Burning Blade
/dismount
/castrandom [flyable] Flying Mount 1, Flying Mount 2; Land Mount 1, Land Mount 2, Land Mount 3;
Indeed, this macro is all you need for random mount usage. There's no reason to use a mod for random casts since 2.0.

Offline
Reply With Quote
Old 06/28/07, 11:05 AM   #6
Randor
Don Flamenco
 
Night Elf Warrior
 
Kilrogg
Wouldn't that macro possibly summon a land mount in Outlands?

This is a computer-generated message and needs no signature.

Offline
Reply With Quote
Old 06/28/07, 11:09 AM   #7
Zantigra
Glass Joe
 
Human Mage
 
Burning Blade
Originally Posted by Bigwig View Post
Indeed, this macro is all you need for random mount usage. There's no reason to use a mod for random casts since 2.0.
I use the same type of macro, except instead of /castrandom I have it /userandom

/dismount
/userandom FlyingMount1,FlyingMount2
/userandom GroundMount1,GroundMount2

I never really considered adding a [flyable] condition to it, but it might remove the spam I see? When I use my macro I always get an error due to it being two consecutive uses, so it will either be "Cannot use that here" (when I'm in Azeroth, and it can't use flying mounts) or "Action is already in progress" (when I'm in Outland and my flying mount is being "used".

Is there a major difference between /userandom and /castrandom, or are they essentially synonyms of eachother?

Offline
Reply With Quote
Old 06/28/07, 12:42 PM   #8
Nich
Von Kaiser
 
Nich's Avatar
 
Night Elf Druid
 
Dreadmaul
Originally Posted by Randor View Post
Wouldn't that macro possibly summon a land mount in Outlands?
I assume it would only cast land mounts if your flying mounts won't work.

I'd be more worried about pal/lock spell mounts working in with the random land mounts :\

Offline
Reply With Quote
Old 06/28/07, 1:19 PM   #9
kharen
Don Flamenco
 
Blood Elf Paladin
 
The Venture Co (EU)
I'd be more worried about pal/lock spell mounts working in with the random land mounts :\
They do - /castrandom and /userandom are basically equivalent, they added the ability for both of them to use both spells and items for more or less exactly that reason.

Offline
Reply With Quote
Old 06/29/07, 8:59 AM   #10
Rasputin
King Hippo
 
Jayhanez
Blood Elf Paladin
 
No WoW Account
They added a [flyable] variable recently, so you can indeed macro a single button for all your random mount needs in any scenario:

/userandom [nocombat, nomounted, flyable] FlyingMount1, FlyingMount2, FlyingMount3
/userandom [nocombat, nomounted, noflyable], GroundMount1, GroundMount2, GroundMount3
/dismount [mounted]

This mounts a flying mount in Outlands and a ground mount in Azeroth, and dismounts if you are mounted. This only really works perfectly with epic flying mounts, as with a 60% flying mount there will be times you would prefer a 100% ground mount, and so will need a separate button for that.

On my paladin I created a single button mount/Crusader Aura macro:

/cast [nocombat, nomounted] Crusader Aura
/userandom [nocombat, nomounted, flyable] FlyingMount1, FlyingMount2, FlyingMount3
/userandom [nocombat, nomounted, noflyable], GroundMount1, GroundMount2, GroundMount3
/cast [mounted] Devotion Aura
/dismount [mounted]

You can of course substitute whatever aura you might like for Devotion in there. This does work, as the mount cast is not affected by the standard casting global cooldown.

Offline
Reply With Quote
Old 06/29/07, 3:25 PM   #11
 Bass
PROCRASTINATE
 
Bass's Avatar
 
Mordant
Orc Hunter
 
No WoW Account
/dismount
/castrandom [flyable] Swift Purple Windrider; Reins of the Tan War Talbuk, Reins of the Silver War Talbuk, Reins of the White War Talbuk, Purple Skeletal Warhorse, Whistle of the Black War Raptor, Summon Dreadsteed(Summon)
This is the macro I have been using, it's worked the way I expect it to. As you can see it can also randomly choose my warlock mount, so that code does indeed work.

United States Online
Reply With Quote
Reply

Go Back   Elitist Jerks » User Interface and AddOns

Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Mount Hyjal spronk Public Discussion 145 05/02/07 1:23 PM
flying mount/ground mount macro? blanka Public Discussion 17 02/07/07 4:07 AM
Mount changes in 1.12.1 Incoherence Public Discussion 118 09/16/06 7:30 PM