The easiest way to create/edit a misdirection/Tricks of the Trade macro. The same documentation is available in game within the configuration panel.
Usage
- With a Data Broker display, I use ChocolateBar
- With the minimap icon
- With Titan Panel
- With the command line
The macro need to be named as indicated in game (can be localized), the replacement string need to be as indicated in game (can be localized) and is case sensitive. You can set differents macros depending on your location (5-man, raid, battleground, arena) and your current specialisation if activated. You can also set it manualy with the menu or the command line, below you will find the order behavior. When your are not using a macro location type the input box need to be empty are the addon will consider it activated.
You can drag and drop a spell from the spellbook to the input boxes.
Some example macros (in enUS):
#showtooltip
/petattack
/cast [@{TARGET},nodead] Misdirection
Will turn into:
#showtooltip /petattack /cast [@Shenton,nodead] Misdirection
#showtooltip
/petattack
/cast [target={TARGET},nodead] Misdirection
/cast [somecondition,othercondition] Somepsell
Will turn into:
#showtooltip /petattack /cast [target=Shenton,nodead] Misdirection /cast [somecondition,othercondition] Somepsell
#showtooltip /petattack
Will stay the same.
If activated when you will enter a 5-man instance and roles are defined the macro will be automaticaly set to the tank, if the tank left and auto pet is activated the macro will switch to your pet, and if a new tank join it will set it automaticaly. If activated when you will leave the instance the macro will be automaticaly set to your pet.
You can create the macro easily in the configuration dialog.
Locations order behavior
- Party: Party => Raid => Default
- Raid: Raid => Party => Default
- Battleground: Battleground => Arena => Default
- Arena: Arena => Battleground => Default
Commands
/md or /easymd
- With no argument it will display the configuration dialog.
- /md help Commands help.
- /md cicle Cicle through tanks if the Tanks module is activated.
- /md <name> [raid|party|pvp|arena|default], Will set the macro to the given name with the optional forced instance type.
Notes
If you find an error or have a suggestion please use the tickets page on WowAce, you can also help with localization.
You will find here the enUS locales with comments.
Facts
- Date created
- Apr 08, 2011
- Categories
- Last update
- Jul 03, 2011
- Development stage
- Beta
- Language
- enUS
- License
- GNU General Public License version 3 (GPLv3)
- Curse link
- Easy Misdirection
- Downloads
- 5,828
- Recent files
Authors
Relationships
- Embedded library
- Ace3
- CallbackHandler-1.0
- LibDataBroker-1.1
- LibDBIcon-1.0
- LibStub