Please comment with any bugs, errors that occur, or with any additional features you'd like to see added.
- Known bugs/issues: Worgen can still be a bit buggy with Running Wild? Tarecgosa's transformation not implemented, will be soon. Still haven't fixed the scrolling bars disappearing, just resize the window to force them to display as a temporary fix.
If a mount or pet is not showing up, try "/ym reload" to force a reload and check if it shows up then. If it still doesn't show up, leave a comment about it.
Provides a one button solution for mounting; allowing you to ground or flying mount, dismount, exit vehicles and shapeshift as a druid or shaman with one button. It includes a GUI for selecting which mounts and pets you want to use. Yay Mounts is most useful for players with a large number of mounts or pets, but only a handful that they actually want to use regularly. Players with very few mounts can still find it useful.
Yay Mounts now has basic mini-pet/companion support! An GUI to choose which pets to summon, and the option to have it automatically summon a new pet when you change zones or login. To use it manually, make a macro "/click YayMountsButton3" or set a keybind for it. More functionality will be added in the future if what's there now isn't too buggy.
The GUI can be accessed by typing "/ym" or from the Blizzard options window. You can set the keybinding from the /ym GUI options or the Blizzard keybinding menu. You can also make a macro by using "/click YayMountsButton". You can make a macro to summon mini-pets using "/click YayMountsButton3".
- Vashj'ir - Yay Mounts will use the abyssal seahorse once you have it, where it can, and a ground mount in the 2 giant turtle things. Please let me know if the Abyssal seahorse isn't working in an area it should. The seahorse isn't usable while standing on the ground floor (with or without this mod) so please just hop off the floor before trying to use it.
- Hunters - You can choose 2 Aspects to swap between in the options menu. These options will be used while moving or while in combat. There is an option to disable Aspect swapping while in combat. Known Bug: Due to limitations with the Blizzard macro system, Aspect swapping in combat will switch aspects as you dismount, if you dismount using YayMounts while in combat. This won't occur outside of combat.
- Druids - Supports Flight Form, Swift Flight Form, Travel Form and Aquatic Form, as well as normal mounts. When trying to use Flight form in the water, you may have to jump and spam the keybind to get it. You can use a flying mount while not moving at the water's surface, but Flight Form is sometimes buggy while treading water.
- Shaman - Supports instant Ghost Wolf while moving, or cast time Ghost Wolf while indoors.
- Priests or Mages - Supports casting Levitate or Slow Fall when you are falling, or when you are moving and in combat. Pressing the keybind a 2nd time will cancel Slow Fall or Levitate, but will also trigger a GCD. WARNING: Mashing the keybind to cast Levitate/Slowfall will also probably instantly cancel it! This is an optional feature that defaults to on, but may be turned off in the options.
- Special Mounts - Supports Flying Broom, Oculus mounts, Northrend Loaned mounts, Abyssal Seahorse, Sea Turtle, and Running Wild (Really buggy for fresh 20 worgens, please type /ym rl when you hit level 20).
- Swimming - YayMounts will use a ground mount while underwater, or a flying mount if you are at the surface.
Localization - Nespirah and L'Ghorek (in Vashj'ir) are not localized for anything except English and zhCN. Option text is not localized for anything except English.
Facts
- Date created
- Oct 31, 2010
- Category
- Last update
- Dec 04, 2011
- Development stage
- Release
- Language
- enUS
- License
- GNU General Public License version 3 (GPLv3)
- Curse link
- Yay Mounts
- Downloads
- 24,536
- Recent files
- R: Yay Mounts 1.3.1 for 4.3 Dec 04, 2011
- R: Yay Mounts 1.3.0 for 4.3 Dec 04, 2011
- R: Yay Mounts 1.2.1 for 4.2 Jul 10, 2011
- R: Yay Mounts 1.2.0 for 4.1 Jun 13, 2011
- R: Yay Mounts 1.1.95 for 4.1 Jun 05, 2011
- Reply
- #20
Vegas4Runner Dec 15, 2011 at 21:05 UTC - 0 likesIn YayMounts.toc:
Should be
- Reply
- #19
Xnilagor Oct 27, 2011 at 00:04 UTC - 0 likes- Reply
- #18
huangjingxun Sep 01, 2011 at 02:14 UTC - 0 likesUpdate the localization of zhCN, plz:
I love this addon
- Reply
- #17
cookremier1977 Aug 01, 2011 at 18:06 UTC - 0 likesHave the same error like neoark1 andamaxcz. Have you plans to code it as a LUI Module ?
- Reply
- #16
Faldoncow Jun 17, 2011 at 05:38 UTC - 0 likesThanks for the report neorark1, I'll look into it.
- Reply
- #15
neoark1 Jun 17, 2011 at 01:49 UTC - 0 likesDate: 2011-06-16 21:38:55 ID: 2 Error occured in: AddOn: YayMounts Count: 1 Message: Note: AddOn YayMounts attempted to call a protected function (YayMountsButton:SetAttribute()) during combat lockdown. Debug: [C]: SetAttribute() YayMounts\YayMounts.lua:1157: SetMacroButton() YayMounts\YayMounts.lua:978: PreClick() [string "*:PreClick"]:1: [string "*:PreClick"]:1
- Reply
- #14
amaxcz May 09, 2011 at 02:34 UTC - 0 likesSome changes for druid, please add it to YayMounts:SetMacroButton(mount, button)
For proper dismounting from Fly form when flying (when not staying on the ground) for fast free falling
elseif mount then
if class == "DRUID" and GetShapeshiftForm() == 5 and IsFlying() then
YayMountsButton:SetAttribute("macrotext", "/cancelform\n/use "..mount)
else
YayMountsButton:SetAttribute("macrotext", "/use "..mount)
end
else
- Reply
- #13
Faldoncow Jan 21, 2011 at 17:57 UTC - 0 likesHaha, good point about the logging in while air mounted, I never even thought of that. Thanks for the feedback, the pet support is definitely in testing mode right now.
- Reply
- #12
Troox Jan 21, 2011 at 08:48 UTC - 0 likesWooot, Pet support :) But, please add a Mount Check befor summon a Pet. It's uncool to get unmounted in Air when logging in :D And a Pet should be dismissed when entering Stealth (Rouge/Druid)
- Reply
- #11
Faldoncow Dec 16, 2010 at 05:40 UTC - 0 likesI probably forgot to localize it properly, I'll look into it soon as I can.