gmMounts

Let you define custom categories and then random summon a mount from them

File Details

MountRndCat-v1.0-2015101801

  • R
  • Oct 18, 2015
  • 4.89 KB
  • 241
  • 6.2.2
  • Retail

File Name

MountRndCat-v1.0-2015101801.zip

Supported Versions

  • 6.2.2

v1.0-2015101801
- fixed a bug where a mount with the same name but with 2 ids can't be summoned (thanks to Phanx for the input and ideas)
- add the default category " favorites! " which randomly summon a mount from the favorites.
Basically it is the same of the "Summon Random Favorite Mount" spell, but I need it to use in a macro.
To do it you can also use a simple:

C_MountJournal.Summon(0)

but I found it acts more as a switch than a summon.
So you press once it summon a random favorite you press twice it dismiss.
I have to check it better.

- add the default category " all! " which randomly summon a mount
- fix the code to prevent to summon the active mount

v1.0-2015062401
- bump toc for 6.2

v1.0-2015022501
- bump toc 6.1

v1.0-2014101501
- bump toc for 6.0.x
- migrate to C_MountJournal API

v1.0-2013091001
 - bump toc for 5.4

 v1.0-2013052101
 - bump toc for 5.3

 v1.0-2013030401
 - bump toc

 v0.8-201211192047
 - Fix an error if categories.lua is missing
 - Change the "mounts" name to "MyCatMount_mrc" to prevent problem with other addons.

 This implies that if you modified a categories.lua in a previous version you have to change the first line

 from: mounts = {

 to: MyCatMount_mrc = {

 or check one of the sample provided. I am really sorry about it guys, but I am learning :-)

201211180810 - v.0.7
 - Cosmetic only - not released

201211170837 - v.0.6
 - Some text changes
 - Repackaged to prevent the overwrite of file "categories.lua"