gmMounts

Let you define custom categories and then random summon a mount from them
<p>Sample output</p>

Sample output

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

The gmMounts Team

profile avatar
Owner
  • 2
    Followers
  • 35
    Projects
  • 274.4K
    Downloads

More from gmarcoView all

  • gmKeystone project image

    gmKeystone

    • 5.1K
    • Addons

    minimalist LDB mythic info

    • 5.1K
    • January 3, 2024
    • Addons
  • gmFriends project image

    gmFriends

    • 1.3K
    • Addons

    A very simple data broker plugin to show friend lists

    • 1.3K
    • November 15, 2022
    • Addons
    • +1
  • gmSpecs project image

    gmSpecs

    • 5.9K
    • Addons

    A very simple LDB addon for changing current spec

    • 5.9K
    • May 11, 2023
    • Addons
  • gmProf project image

    gmProf

    • 6.1K
    • Addons

    A minimal LDB plugin for displaying your professions.

    • 6.1K
    • May 11, 2023
    • Addons
    • +1
  • gmKeystone project image

    gmKeystone

    • 5.1K
    • Addons

    minimalist LDB mythic info

    • 5.1K
    • January 3, 2024
    • Addons
  • gmFriends project image

    gmFriends

    • 1.3K
    • Addons

    A very simple data broker plugin to show friend lists

    • 1.3K
    • November 15, 2022
    • Addons
    • +1
  • gmSpecs project image

    gmSpecs

    • 5.9K
    • Addons

    A very simple LDB addon for changing current spec

    • 5.9K
    • May 11, 2023
    • Addons
  • gmProf project image

    gmProf

    • 6.1K
    • Addons

    A minimal LDB plugin for displaying your professions.

    • 6.1K
    • May 11, 2023
    • Addons
    • +1