Download
(3Kb)
Download
Updated: 09-03-12 11:46 PM
Pictures
File Info
Updated:09-03-12 11:46 PM
Created:unknown
Downloads:7,579
Favorites:46
MD5:

NugMount  Popular! (More than 5000 hits)

Version: 5.1
by: d87 [More]

Adds universal mount keybind.

Usage:
Select your favorite mounts in Mount Journal (Ctrl-LMB).
Assign a hotkey to "Mount Up" in blizzard's keybinding screen.

5.1:
As it turned out in MoP you can get mount type information from game. So now you don't have to manually assign types.
Also that means if you don't have any mounts selected, it will summon something random, but still not having anything selected is not a good idea because it can stumble upon a mount with some requirements, like flying carpet on non-tailor character, and there's no way to detect that.

5.0.1:
- Dismount checkbox added
- Fixed error that was occuring if no pets selected
5.0:
- MoP Update.
4.0.4:
- Sea mount now only works in Vashj'ir, so it won't prevent flying mount summon from water surface in other zones
4.0.3:
- Summon bug in vash'jir
4.0.2:
- IsFlyableArea() turned out to be still bad. Back to using [flyable] macro condition state driver.
4.0.1:
- Bugfix: Summon wasn't working without flying mount selected
4.0:
- New summon code without macro
- Sea mounts

3.1.1: fixed error for new users

3.1: support for combined mounts, cleaned up, db format changed.
Post A Reply Comment Options
Unread 10-12-08, 08:44 AM  
dwex
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 20
File comments: 91
Uploads: 2
2.1.1 fixes the /list problem, but it's still forcing sub-68 druids in Outlands into travel form, not onto a ground mount.
Report comment to moderator  
Reply With Quote
Unread 10-12-08, 10:45 AM  
d87
A Chromatic Dragonspawn
 
d87's Avatar
AddOn Author - Click to view AddOns

Forum posts: 163
File comments: 643
Uploads: 42
Originally posted by dwex
2.1.1 fixes the /list problem, but it's still forcing sub-68 druids in Outlands into travel form, not onto a ground mount.
In fact druids won't be able to use flight form binding til 68 at all.
I just honsetly thought that druids going start to use flight form keybinding when they actually get it.
Last edited by d87 : 04-15-10 at 11:29 PM.
Report comment to moderator  
Reply With Quote
Unread 10-12-08, 11:51 AM  
dwex
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 20
File comments: 91
Uploads: 2
Druids already have a flight-form binding, on their forms bar. There's no need for a second button that replicates it. The idea is to have a single mount button for druids, like other classes. It just chooses flight form in flyable areas, and ground mounts in non-flyable areas. It's no different, behaviorally, than for any other class.
Report comment to moderator  
Reply With Quote
Unread 10-12-08, 07:41 PM  
d87
A Chromatic Dragonspawn
 
d87's Avatar
AddOn Author - Click to view AddOns

Forum posts: 163
File comments: 643
Uploads: 42
Originally posted by dwex
Druids already have a flight-form binding, on their forms bar. There's no need for a second button that replicates it. The idea is to have a single mount button for druids, like other classes. It just chooses flight form in flyable areas, and ground mounts in non-flyable areas. It's no different, behaviorally, than for any other class.
But it already works like that.
Report comment to moderator  
Reply With Quote
Unread 10-13-08, 12:20 PM  
dwex
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 20
File comments: 91
Uploads: 2
Originally posted by d87
But it already works like that.
Not for druids lower than 68 in Outlands. That's the change I suggested below. Currently if you're in a flyable area but don't have flight form, it selects travel form, not a ground mount.
Report comment to moderator  
Reply With Quote
Unread 10-27-08, 05:55 PM  
Docnsane
A Defias Bandit

Forum posts: 2
File comments: 15
Uploads: 0
Paladin Mount

I'm having trouble with adding the Paladin mounts to the list. I was able to add all my other mounts, but these don't seem to work. It was implied they did work in some of the past comments so I'm not sure what is wrong.

I do a /nmnt +ground [Summon Charger] (linked of course) but it doesn't get added.

For reference, the spells are
[Summon Charger] http://www.wowhead.com/?spell=34767
[Summon Warhorse] http://www.wowhead.com/?spell=34769
Report comment to moderator  
Reply With Quote
Unread 12-03-08, 06:42 PM  
Caellian
A Frostmaul Preserver
 
Caellian's Avatar

Forum posts: 281
File comments: 252
Uploads: 5
Re: Paladin Mount

It seems that the Bronze Drake from the timed CoT4 reward can't be added through /nugmount +flying [Bronze Drake]
__________________
if (sizeof(workload) > sizeof(brain_capacity)) { die('System Overload'); }
Report comment to moderator  
Reply With Quote
Unread 01-11-09, 08:07 PM  
sensory
A Fallenroot Satyr
 
sensory's Avatar
AddOn Author - Click to view AddOns

Forum posts: 27
File comments: 46
Uploads: 1
Nice and simple, loving it. And beats the hell out of having an insanely long macro that doesn't work right in Azeroth.
Report comment to moderator  
Reply With Quote
Unread 01-23-09, 09:11 PM  
Nightspirit
A Cyclonian
 
Nightspirit's Avatar
AddOn Author - Click to view AddOns

Forum posts: 44
File comments: 126
Uploads: 1
Re: Re: Paladin Mount

Originally posted by Caellian
It seems that the Bronze Drake from the timed CoT4 reward can't be added through /nugmount +flying [Bronze Drake]
Got the same here. No error, just not added.

Edit: Found the error as well. In the code I found:
Code:
if creatureName == name then <add mount to database code>
BUT creatureName is "Bronze Drake Mount" and the name is "Bronze Drake". I hope this helps in solving the problems
Last edited by Nightspirit : 01-23-09 at 09:20 PM.
Report comment to moderator  
Reply With Quote
Unread 02-09-09, 03:22 PM  
Nightspirit
A Cyclonian
 
Nightspirit's Avatar
AddOn Author - Click to view AddOns

Forum posts: 44
File comments: 126
Uploads: 1
I replaced this mod with this macro:

Code:
/run if IsMounted() and not IsFlying() then Dismount() return end local t if (IsFlyableArea() and (GetRealZoneText()~='Dalaran' or GetMinimapZoneText()=="Krasus' Landing")) then t={2,5} else t={1,3,4} end CallCompanion("MOUNT",t[random(#t)])
2 and 5 being my flying mounts
1, 3 and 4 being my ground mounts
Report comment to moderator  
Reply With Quote
Unread 03-14-10, 11:33 AM  
TekNoir
Premium Member
 
TekNoir's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 23
File comments: 15
Uploads: 1
Error for v3.1

I am getting an error with the latest version 3.1 and the addon never finishes loading.

Code:
Message: Interface\AddOns\NugMount\NugMount.lua:35: attempt to index global 'NugMountDB' (a nil value)
Time: 03/14/10 12:31:32
Count: 1
Stack: [C]: ?
Interface\AddOns\NugMount\NugMount.lua:35: in function `?'
Interface\AddOns\NugMount\NugMount.lua:4: in function <Interface\AddOns\NugMount\NugMount.lua:3>

Locals: self = NugMount {
 CreateBorder = <function> defined @Interface\AddOns\NugMount\NugMount.lua:187
 UpdateBorders = <function> defined @Interface\AddOns\NugMount\NugMount.lua:137
 ADDON_LOADED = <function> defined @Interface\AddOns\NugMount\NugMount.lua:32
 PLAYER_REGEN_ENABLED = <function> defined @Interface\AddOns\NugMount\NugMount.lua:26
 0 = <userdata>
 PLAYER_ENTERING_WORLD = <function> defined @Interface\AddOns\NugMount\NugMount.lua:26
 COMPANION_LEARNED = <function> defined @Interface\AddOns\NugMount\NugMount.lua:171
 UpdateMacro = <function> defined @Interface\AddOns\NugMount\NugMount.lua:112
}
event = "ADDON_LOADED"
Report comment to moderator  
Reply With Quote
Unread 03-15-10, 12:30 AM  
Gandoch
A Wyrmkin Dreamwalker
 
Gandoch's Avatar
AddOn Author - Click to view AddOns

Forum posts: 50
File comments: 27
Uploads: 1
Would be really nice if I could dismount with the same key I use to mount. It seems to allow me to dismount with the keybind I set for Force Ground Mount, but that's awkward.
Report comment to moderator  
Reply With Quote
Unread 03-15-10, 12:46 AM  
d87
A Chromatic Dragonspawn
 
d87's Avatar
AddOn Author - Click to view AddOns

Forum posts: 163
File comments: 643
Uploads: 42
Originally posted by Gandoch
Would be really nice if I could dismount with the same key I use to mount. It seems to allow me to dismount with the keybind I set for Force Ground Mount, but that's awkward.
It should, basicly there's simple macro inside
Code:
/castrandom [nomounted, flyable] <flying mounts>
/castrandom [nomounted] <ground mounts>
/dismount [mounted]
Addon just makes it easier to maintain it and it can be very long that way
Report comment to moderator  
Reply With Quote
Unread 03-15-10, 02:25 AM  
Gandoch
A Wyrmkin Dreamwalker
 
Gandoch's Avatar
AddOn Author - Click to view AddOns

Forum posts: 50
File comments: 27
Uploads: 1
Wintergrasp and Dalaran, not surprising, really. Dismount doesn't work, and it doesn't seem to be very good at telling when I can and cannot use a flying mount.
Last edited by Gandoch : 03-15-10 at 11:26 AM.
Report comment to moderator  
Reply With Quote
Unread 11-04-10, 04:21 PM  
Thizzelle
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 29
Uploads: 1
4.0

are there plans to update this for 4.0?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: