Dragonflight 10.0.2 Notice
Changes between 10.0.0 and 10.0.2 require the macro to be updated to as follows:
#showtooltip
/click TankMDButton1 LeftButton 1
/click TankMDButton1 LeftButton 0
Explanation: 1 or 0 specifies left button down or up respectively. There's no harm in having both lines since the unnecessary one will be ignored, but if you have spells set to cast on key down, only the line ending in 1 is needed. If spells are set to cast on key up, only the line ending on 0 is needed.
Also works for Tricks of the Trade and Innervate (targets healers)
Normally, a macro can target a specific unit. With this limitation, Misdirection macros usually require the hunter to focus a tank. TankMD adds an invisible button that updates automatically to the tank (or one of the tanks, if there are multiple).
Usage
The addon creates two hidden buttons, TankMDButton1 and TankMDButton2 for the first and second tank sorted alphabetically. They can be accessed through two options.
Option 1
Make a macro to click the invisible button that this addon adds:
#showtooltip Misdirection
/click TankMDButton1 LeftButton 1
/click TankMDButton1 LeftButton 0
This macro can be placed on your bars and will always misdirect to a tank when the addon is enabled.
Option 2
In Game Menu → Key Bindings → AddOns, a key binding can be assigned to "Misdirect to Tank".
Hello, I'm a Chinese Warcraft player. I don't understand the use of plug-ins. It's better to show misleading targets. Thank you very much!
these addons should be officially in the game at the beginning of the game!
>> Shame on yourself Blizzard / activision !! <<
Super good and works well too!
Thanks for it !!
Any chance of a 9.1 update?
Hey why is this tagged as a Druid addon?
Afaik druids do not have any form of misdirect.
Thanks for your work.
In reply to Bogdanov89:
It will target the healer with innervate for druids.
When i try to make my pet as target, it shows me the in the stable.
Can you make it target the Pet when not grouped ?
Works for rogues(tricks) and druid (innervate on healer) aswell. Why is this not in the description? :)
In reply to Forge_User_44864747:
Thanks for the reminder. I forgot to update the description.
ANy chance for an 8.2 update?
Don't suppose it's possible to have this default to targeting your pet if you aren't in a party? tried adding the [group] conditional to the /click, but doesn't seem to work properly
In reply to deathgrip1092:
In reply to deathgrip1092:
I put a 2nd line in my macro:
/use [@target,help,nodead][@focus,help,nodead][@pet,nodead][]misdirection
the best misdirect addon in my opinion, very clean :)
one suggestion though, which is to make it work for rogue's Tricks of the Trade too
should do the trick :)