Download
(2Kb)
Download
Updated: 01-08-11 05:42 PM
Pictures
File Info
Updated:01-08-11 05:42 PM
Created:01-08-11 05:42 PM
Downloads:1,517
Favorites:0
MD5:

MountMe

Version: 1.1.0
by: phial, Gost, Synaptk

MountMe

About
the purpose of MountMe is to give players the ability to summon random mounts of their choosing on a per-character basis.

It was created to be a lite version of other addons that also have the same purpose. Because of this, there are no in-game configuration options.

Configuration

There is no in-game config menu, so all editing must be done in a text editor of your choice.

Adding support for a character is quite simple, follow these steps to make MountMe work for you.

1) Add your characters name to config by editing one of these lines. Replace 'PlayerName' with the name of the character you want to add support for.

Code:
    if(playername == "PlayerName") then  

    elseif(playername == "PlayerName") then
2) Fill in the names of mounts you want to randomly be mounted on:
Code:
    flyingmounts = {
        {"Vitreous Stone Drake"},
        {"Blue Proto-Drake"},       
    }

    groundmounts = {
        {"Swift Brown Steed"},
    }
3) Finally configure your flying ability
Code:
CHARACTER_CAN_FLY = true;
SKILL_NORTHREND_FLYING = true;
SKILL_OLDWORLD_FLYING = true;
Using it

There are two slash commands available to you to call a random mount. You can type them each time you want to mount or if you want to add it to your action bar and hotkey it then you can add them to a macro.

They are:
Code:
/mountme
/mm

Optional Files (0)


There have been no comments posted to this file.
Be the first to add one.



Category Jump: