LiteMount
Customizable random mount summoning, since 2011.
LiteMount supports journal mounts, Travel Form, Ghost Wolf, Running Wild, Tarecgosa, Moonfang, Flying Broom, Vash'jir Seahorse, Telaari Talbuk/Frostwolf War Wolf and other zone-specific mounts. LiteMount excludes flying mounts in areas where you can't fly.
News
- I will be working on some new features in the beta releases. Please don't use the beta release channel unless (a) you want to test unfinished things, and (b) you are backing up your SavedVariables regularly.
Reporting Bugs
- Please follow the Report Bug documentation.
Documentation
Please see the documentation on github for how to use LiteMount.
Screenshot
In reply to silkfire:
From https://github.com/xod-wow/LiteMount/wiki/Getting-Started
If you prefer to activate LiteMount from an action bar button instead of the key binding, you can create a macro and drop it onto an action bar button.
To create the LiteMount macro and "pick it up" ready to drop onto an action bar, type into the chat box:
Once you have created the macro you can edit it if you wish (using the Blizzard macro settings accessed via
/macro
). LiteMount will not change the macro unless you delete it and recreate it.Also see: https://github.com/xod-wow/LiteMount/wiki/LiteMount-in-Your-Macros
Happy adventuring, X.
In reply to xodiv:
Thanks! I must have missed that part of the documentation :) Is there any way you could make it act like the Summon Random Favorite Mount button, i.e., have the border glow while summoning the mount or if you're already mounted? Also changing the icon would be a nice option :)
Hi silkfire:
As far as I know it's not possible to make it do either of those things. Action bars slots are reserved for Blizzard client actions, which is why it is done with a macro.
Happy adventuring, X.
In reply to xodiv:
Okay, then I'll guess I'll just have to live with it. Thanks for the quick reply! :)
Hi all,
LiteMount 9.0.30 contains a significant code change to how the Limit action operates, which is needed for some future features I'm working on. This release is more likely to contain bugs than most.
If you have problems with your action list with 9.0.30 I really need to see your list to be able to debug. Please follow the Report Bug instructions, or if you don't want to sign up for github use something like pastebin to past the output from the Report Bug panel and send me the link.
Happy adventuring, X.
Hello everyone,
A heads up that (some time) soon I will be putting out some beta releases working on a new feature for assigning mounts to groups and groups of mounts to zones without having to use the advanced options or editing the action lists.
A reminder that unless you are regularly backing up your SavedVariables files, don't subscribe to the beta release channel. I almost guarantee it will wipe your settings at some point.
Happy adventuring, X.
A Non Bug post Hehe.
Just wanted to thank you for this addon and all the newer features that have been added as of late. Love being able to set priority lvls for certain mounts so they come up more often. I have been using this addon for years now.
Hi quttzik,
Thanks for your kind words, it means a lot to me.
Happy adventuring, X.
Hi, new mount has been added I'm assuming, now getting
"LiteMount: Mount with no family: Snowstorm"
Here is a link to the mount
https://www.wowhead.com/news=320717/moon-touched-netherwhelp-pet-and-snowstorm-mount-blizzcon-celebration-collection
Thanks!
Hi killmeelad:
Thanks, I will put out an update adding this to the Bear family shortly.
Happy adventuring, X.
In reply to xodiv:
Hi, thanks! There is another new mount. I created a PR to add him to the Zodiac family in FamilyInfo.lua
Hi! This is one of my most valued addons and I've been having a lot of fun customizing it to specific characters, limited stables for the different Shadowlands maps, etc. :-D
A while back, you helped me sort out a line of code so that if a targeted player was on a specific mount, I'd mount a different specific mount:
Mount [@target,aura:741] 230987
For a while now, since Shadowlands release I think, I've instead been copying their mount. Any thoughts?
Hi VStitch626:
I am so sorry, my memory is not that good and I don't remember. What is the mount you are trying to detect in order to cast the Manasaber? From what I can see on wowhead there is no spell/aura 741, at least not any more. So I don't think that will work as you have pasted.
Also, LiteMount's default behavior is to copy the targets mount, which is pretty early in the action list. Your line would need to be before that in the list, or you would at need to have the option to copy targets mount (in the General tab) unselected.
Happy adventuring, X.
In reply to xodiv:
Oh, sorry! Should've mention it was the Mystic Runesaber mount. The line as written worked perfectly for a while and yes, I had it above CopyTargetsMount (another function I love!). :)
It's possible – likely, even – that I'm going completely mad, but I'm not sure how that could have worked. Based on a quick test it looks like the Mystic Runesaber is spell is 180545, so try [aura:180545] and see if that helps.
Happy adventuring, X.
In reply to xodiv:
Unfortunately,
Mount [@target,aura:180545] 230987
...is not working either. Or did you mean
Mount [aura:180545] 230987 ?
I realize this is a very specialized case of weirdness that I alone am trying to do, so if it can no longer work, I'll live without it. :)
No the first one is what I expected. There's no reason that it should not work that I can think of.
Are you able to log the bug report data https://github.com/xod-wow/LiteMount/wiki/Report-Bug when you have just tried it?
Happy adventuring, X.
Actually no need. I found a bug in the aura condition with @unit. I'll put out a fix shortly.
Happy adventuring, X.
In reply to xodiv:
Ah, thanks! :-D
In reply to VStitch626:
9.0.30 should have the fix.
Happy adventuring, X.