Earlier Versions
Name | Size | Uploaded | Game Version | Downloads | |
1000-2022110601 release | 5.93 KB | Nov 6, 2022 | 10.0.0 | 36 | Download |
900-2020101401 release | 5.38 KB | Oct 14, 2020 | 9.0.1 | 149 | Download |
830-2020031501 release | 5.49 KB | Mar 15, 2020 | 8.3.0 | 113 | Download |
820-2019062801 release | 5.43 KB | Jul 3, 2019 | 8.2.0 | 129 | Download |
810-2018122201 release | 5.48 KB | Dec 22, 2018 | 8.1.0 | 149 | Download |
801-2018081101 release | 5.42 KB | Aug 11, 2018 | 8.0.1 | 100 | Download |
720-2017032801 release | 5.34 KB | Mar 28, 2017 | 7.2.0 | 268 | Download |
gmMounts-v1.0-2016102601 release | 5.33 KB | Oct 26, 2016 | 7.1.0 | 179 | Download |
gmMounts-v1.0-2016070501 release | 5.30 KB | Jul 21, 2016 | 7.0.3 | 183 | Download |
MountRndCat-v1.0-2015101801 release | 4.89 KB | Oct 18, 2015 | 6.2.2 | 206 | Download |
MountRndCat-v1.0-2015062401 release | 4.26 KB | Jun 24, 2015 | 6.2.0 | 74 | Download |
MountRndCat-v1.0-2015022501 release | 4.26 KB | Feb 25, 2015 | 6.1.0 | 65 | Download |
MountRndCat-v1.0-2014101501 release | 4.46 KB | Oct 16, 2014 | 6.0.2 | 242 | Download |
MountRndCat-v1.0-2013091001 release | 4.62 KB | Sep 10, 2013 | 5.4.0 +1 | 266 | Download |
MountRndCat.v1.0-2013052101 release | 4.79 KB | May 21, 2013 | 5.3.0 | 133 | Download |
MountRndCat-v1.0-2013030401 release | 3.77 KB | Mar 5, 2013 | 5.2.0 +1 | 142 | Download |
MountRndCat-v0.8 release | 4.00 KB | Nov 19, 2012 | 5.0.5 | 213 | Download |
MountRndCat-v0.6 release | 3.92 KB | Nov 17, 2012 | 5.0.5 | 93 | Download |
MountRndCat-v0.5 release | 3.61 KB | Nov 16, 2012 | 5.0.5 | 68 | Download |
Screenshots
Description
gmMounts
(previously known as MountRndCat)
This is a tiny addon that let you define custom categories and then random summon a mount from them.
To use the addon you FIRST need to rename the file categories-sample.lua to categories.lua in the addon directory and edit it with the names of your favorite mounts.
If you modify the categories.lua file while the game client is active you have to reload the game interface with command:
Quote:
/reload
Usage:
Create a macro like this to summon your mounts:
Quote:
/gmm [btn:2] flying ; [btn:3] repair ; [swimming] ground ; [mod:shift] funny ; [mod:alt] favorites!; all!
or simply use the command from the cli, i.e.:
Quote:
/gmm – This help
/gmm category – Summon a random mount from your ‘category’ list
/gmm favorites! – Summon a random mount from your favorite list
/gmm all! – Summon a random mount
The categories are shared on all characters on the same account.
Here is a categories.lua suitable for alliance players (english client):
[highlight=”Lua”]
gmMounts_tbl = {
flying = {
“Swift Green Gryphon”,
“Swift Blue Gryphon”,
“Swift Red Gryphon”,
},
ground = {
“Swift Mistsaber”,
“Swift Moonsaber”,
},
repair = {
“Traveler’s Tundra Mammoth”,
“Grand Expedition Yak”,
},
funny = {
“Azure Water Strider”,
“Sea Turtle”,
},
combo = {
“Sandstone Drake”,
“Mekgineer’s Chopper”,
},
– add your custom categories here
}
[/highlight]
N.B. Please remember to backup your custom categories.lua before updating.
I also whish to thanks SDPhantom and Phanx for their help, code and suggestions that help me so much in understanding and writing my first addon
If you have anything to ask / comment / request please use:
http://www.wowinterface.com/downloads/info24023-gmMounts.html
Add a comment