Overview
Provides configuration-free summon mount commands. No more hunting in your spellbook for a specific mount, or using a long /userandom macro to call s random mount. Summon mounts by name, pattern matching, spell ID, targeting a mounted player, or according to an algorithm that takes into account your current location and riding skill level. Use it in a macro, from another addon, or as is by typing the slash commands into the chat box.
The main slash command is /mylilpony, although you may alternatively use /pony and /mlp. Macro conditionals are supported on the slash command parameters.
Commands
- /mylilpony auto - Summons a "suitable" mount according to a magic algorithm (see below).
- /mylilpony random - Summons a random mount.
- /mylilpony ground - Summons a random ground mount.
- /mylilpony flying - Summons a random flying mount.
- /mylilpony aquatic - Summons a random aquatic mount.
- /mylilpony match - Summons same mount as targeted unit
- /mylilpony [@<UNITID>] match - Summons same mount as specified unit
- /mylilpony list <NAME> - Lists mounts matching <NAME>.
- /mylilpony exact <NAME> - Summons mount with exact <NAME>.
- /mylilpony <ID> - Summons mount with spell or creature ID.
- /mylilpony <NAME> - Summons a random mount matching <NAME>.
Macro Ideas
Simple One Button Mount
/pony auto
Using Conditionals
/pony [mod:ctrl,mod:shift] Traveler's Tundra Mammoth; [mod:alt] target; auto
The Magic Algorithm
The algorithm works by checking your current location and certain other conditions. If the location and conditions check out, you will summon the type of mount listed in the Normal column. If you don't have that kind of mount, or if you hold down a modifier key while executing the macro, you will summon the Alternate mount.
Location | Normal | Alternate (hold modifier key) |
---|---|---|
Temple of Ahn'Qiraj (AQ40) | Random Qiraji Battle Tank | Random Ground Mount |
Wintergrasp (while battle in progress) | Random Ground Mount | n/a |
Vash'jir (while swimming) | Abyssal Seahorse or Random Aquatic Mount | Random Flying Mount (only useful if you're at the surface!) |
Any Flyable Area (while swimming and having required skill) | Random Flying Mount | Random Aquatic Mount |
Any Flyable Area (and having required skill) | Random Flying Mount | Random Ground Mount |
Everywhere Else (while swimming) | Random Aquatic Mount | Random Ground Mount |
Everywhere Else | Random Ground Mount | n/a |