Change Log:
420 (25-01-10)
+ Fixed a bug that sometimes prevented you from mounting.
419 (09-12-09)
+ TOC update to 30300. (Patch 3.3)
418 (08-12-09)
+ It now recognize vehicles and so clicking the macro will causes you to exit the vehicle.
+ A global variable leaked my sight. :p
417 (01-12-09)
+ Fixed an issue with the UI showing the checkboxes when it shouldn't.
416 (19-11-09)
+ Attempting to run and click on the macro in the same time prevented you from mounting, this is fixed now, it took me a bit to figure it out. :p
415 (18-11-09)
+ Changed bits of the code to make the event handling slightly less verbose.
414 (16-11-09)
+ Fixed a bug that caused the addon to pick a random mount regardless to your selection.
+ Reverted the change I made in previous release (410) and the checking for mounts are now done each cast.
+ The check for spamming was improved and it should be much more efficient now.
+ Removed unnecessary code.
*** Sorry for the quite fast releases, hopefully I've fixed everything now. :p ***
413 (15-11-09)
+ Fixed a bug that caused an error if you didn't have any mounts selected.
412 (14-11-09)
+ Fixed a bug that may block the addon from mounting you again when something dismounts you.
411a (14-11-09)
+ Silly me, forgot to remove the debug message.
+ Forgot to note...
Description:
A lightweight addon to randomize mounts!
The addon is working through macro commands, just like the macro commands used in World of Warcraft you know and love best.
You can use any kind of macro option you know in the options bracket, and it should work just fine just like in the built-in macro commands.
The addon randomize mounts by a given riding skill, and for that I created a special "skill" option that allow you to specify it.
If you're mounted the addon will dismount you the second time you click the macro.
LonnyMountCast has an integrated UI now built atop the default Blizzard Mounts UI that allow you to select the mounts you wish it to randomize.
Select nothing randomizes all mounts for the given riding skill.
Macro Commands
/mount flying/ground-mount; flying/ground-mount
/mountrandom flying/ground-mount; flying/ground-mount
e.g. /mount flying-mount; ground-mount
skill - The option that allow you to specify the kind of mounts you wish to randomize. (Please check the 'Mounts Riding Skill' table below.)
ground-mount - The parameter that is used to randomize ground mounts.
flying-mount - The parameter that is used to randomize flying mounts.
Druids
Cancels the current form and mount.
/cancelform
/mount flying-mount; ground-mount
All in one traveling macro.
A complete traveling macro which uses all forms, and randomizes the ground mounts only. :)
/cast Aquatic Form;Swift Flight Form;Travel Form
/cancelform
/mount ground-mount
Note, apparently there's an issue with this macro in Wintergrasp while there's an active battle, wher... |
|