Macro Extender

About Macro Extender


Lightweight addon that provides functions to use in macros.
Simple in function and rather small in size.
Warning this addon isn't supposed to make macros longer than 255.
I don't add rich GUI or configuration options.
If you are semi advanced user and are able to to find your saved variables files it is ok for you. If you are not - better search for something else.
IMHO there is no point to add 50-100K XML and LUA just to configure options for 10K code.

Usage

  • Instalation
    Unzip MacroEx in your \World of Warcraft\Interface\AddOns folder and run the game. Enter the world with all characters you want to use functions. Exit the game.
  • Provided functions
    MEX:SmartMount() - Dismount if you are mounted. If you are in flyable zone try to pick a flying mount, else pick a land mount.
    MEX:SmartMountLand() - Dismount if you are mounted else pick a land mount.
    Make macro : /run MEX:SmartMount()
    For druids. Because Druid forms are protected addon can't CancelUnitBuff.
    You need to do it inside macro.
    /cancelform [nocombat]
    /run MEX:SmartMount()

MEX.AutoSell() - sell all gray item to merchant. Invoked automaticaly if AutoSellGrayItems set to true.

MEX.AdvertiseTS( msg_beg, tradeskill, msg_end, channel ) - Advertise TradeSkill link. (New in 1.0.5)
msg_beg - Start of your message
tradeskill - Name of tradeskill ( "Enchanting" for example )
msg_end - End of your message
channel - channel name to spam ( "Trade - City" )
/run MEX.AdvertiseTS( "WTS ", "Enchanting", " all WotLK recipes", "Trade - City")

  • Configuration
    See provided ReadMe.txt in addon folder.
  • Known bugs and troubleshooting

    Changelog

    See provided ReadMe.txt in addon folder.

    Localizations


    So far only enGB and ruRU completed. If you want to help translate to another language or help update a language file you can post a Patch ticket with your translations and I'll include it in the next version.

    You must login to post a comment. Don't have an account? Register to get one!

    Facts

    Date created
    23 Oct 2008
    Category
    Last update
    20 Aug 2009
    Development stage
    Release
    Language
    • enUS
    • ruRU
    License
    GNU Lesser General Public License version 3 (LGPLv3)
    Curse link
    Macro Extender
    Recent file

    Authors