Is there a macro to cast misdirect on tank for doing mythics? I’m not sure if that’s possible, so how about casting misdirection on a Focus target? I’ll just make tank my Focus target in my runs.
Also, can a macro be made to put a “skull” icon on my target? I hate having to right click and choose the icons manually. I just want to click a button and it marks it.
Idk if misdirection is different than other abilities but just the basic
#showtooltip
/cast [@focus] misdirection
Should work
If you run with the same tank regularly can also just change focus to his name-servername
1 Like
Yes I use one on my hunter. Have to set focus on tank first when you enter the dungeon.
I have one I use for my pet too when I’m soloing.
Try /cast [@party1] NameOfSpell .
Replace the 1 with 2 and so on.
1 Like
This might work for the skull. I use it once I target something.
/run SetRaidTarget(“target”, 8)
I have used this misdirect macro for many years now. It will cast on your focus target; if there is no focus target, it will cast on your pet.
#showtooltip Misdirection
/stopattack
/cast [help][@focus,nodead,help][@pet,exists] Misdirection
10 Likes