Hey guys, just wondering if anyone knows a functional misdirection to pet macro.
I tried
#showtooltip
/cast [@pet] misdirection
or
/cast [@pet5] misdirection
I tried using my pets name as well, but nothing.
TY in advance
2 Likes
#showtooltip misdirection
/cast [@focus,help][help][@pet,exists] Misdirection
That should cast to your pet every time. In addition, if you have a focus target that is friendly it should try to cast to them instead.
/cast [@focus,help][help][@pet,exists] Misdirection
That should cast to your pet every time. In addition, if you have a focus target that is friendly it should try to cast to them instead.
54 Likes
Thank you so much man <3
2 Likes
Not a problem, glad I could help!
4 Likes
misdirection helper addon....set to tank ( or another target) in raids soloing auto set to pet...
#showtooltip Misdirection
/cast [help] null; [target=focus,exists,help,nodead] Misdirection
/focus [help,exists,nodead]
/cast [help] null; [target=pet,exists,nodead] Misdirection
Press once to set focus, press again to cast on said focus. If anything fails, it casts MD on the pet. One-click wonder button.
/cast [help] null; [target=focus,exists,help,nodead] Misdirection
/focus [help,exists,nodead]
/cast [help] null; [target=pet,exists,nodead] Misdirection
Press once to set focus, press again to cast on said focus. If anything fails, it casts MD on the pet. One-click wonder button.
5 Likes
Hey guys. Thanks for sharing this. It's useful to me a year later.
Helpful necro is still helpful :D
#showtooltip Misdirection
/cast [target=focus, help] Misdirection
/cast [target=focustarget, help] Misdirection
/cast [target=target, help] Misdirection
/cast [target=targettarget, help] Misdirection
/cast [target=pet, nodead, exists] Misdirection
/cast [target=focus, help] Misdirection
/cast [target=focustarget, help] Misdirection
/cast [target=target, help] Misdirection
/cast [target=targettarget, help] Misdirection
/cast [target=pet, nodead, exists] Misdirection
Waaaaaaay too long.10/31/2018 02:26 AMPosted by ColvĂn#showtooltip Misdirection
/cast [target=focus, help] Misdirection
/cast [target=focustarget, help] Misdirection
/cast [target=target, help] Misdirection
/cast [target=targettarget, help] Misdirection
/cast [target=pet, nodead, exists] Misdirection
#showtooltip
/cast [@focus,help][@focustarget,help][help][@targettarget,help][pet,nodead,exists][]Misdirection
I won't speak to whether or not this is a good idea in the first place - I take a very different approach to targeting - but if you're going to do this, there isn't any reason for five cast statements and that "target=" nonsense was upgraded to @unittype several xpacs ago.
1 Like
Perfection
None of these seem to work. Anyone know of a current functioning version?
I use
#showtooltip misdirection
/cast [@focus,help][help][@pet,exists] Misdirection
7 years later and STILL helpful
/thankfulaf for @Lazyguide
1 Like
mine shares button with the heal to save space.
/cast [mod,@focus,exists,known:34477][mod,@pet,exists,known:34477] Misdirection
/cast [nomod] Exhilaration
New hunter here; thannnnnnnk you!
/cast [@pet,exists] Misdirection
I use this
6 years later and I still agree
Great!
My old macros from WoLK / MoP were not working anymore. Thanks for the new ones.