Mike WoW Addon¶
Welcome to Mike’s WoW Addon documentation.
Introduction¶
Everything started when i wanted to write some macro for the game.
As soon as i started i noticed some bad things about ingame macro/scripting interface, such as:
- limit of 255 characters in macro or scripts
- macro editor is limited in features (is not suitable for developing)
- limit of 255 characters make you write unclear code
- some main feature like /castsequence not implemented in vanilla
So i dediced to make an addon where i put all my script embedded in slash commands, and also provide a simple command line interface to write some generic macro.
I hope you can find it useful, and if you need some information or wanna requests some feature feel free to write me at mikefender@cryptolab.net.
This is free software, released under the GNU GPL License Version 3.
Source code is available on github at https://github.com/michelesr/mike-wow-addon.
Feel free to help adding or improving features.
That’s all folks, enjoy!
Contents¶
- Installation
- Getting Started
- Getting system information
- Timer functions
- Target managment
- Utilities
- Sharing quests objectives
- Poor items
- Auction House
- Equipping functions
- Overpower
- Auto Dismount
- Tracker warning
- Macro framework
- Command chain
- Target nearest enemy and cast
- Target nearest friend and cast
- Stance switch
- Stance random switch
- Castsequence
- Castrandom
- Spam heals based on HP
- Cast spell based on HP
- Class based cast
- Buff/Debuff spamming
- Buff/Debuff based cast
- Buff/Debuff stacks count based cast
- Cast spell based on target lvl
- Cast appropriate rank for a spell
- Mana based spell
- Mana percent based spell
- Macro extender
- Premade macro commands