01-12-2013, 01:13 PM
That looks like it should work. You say it does nothing? I'm not sure what might be wrong with it... even http://www.macroexplain.com/ is happy with it.
Here's the one I use on my hunter, which has been working fine:
Same idea, I just use alt to focus instead of always focusing if it's a help target. The 'nodead' part in the last line fixes your dead focus issues, and the 'help' makes it so I can focus a bad guy and still MD my pet.
Here's the one I use on my hunter, which has been working fine:
Code:
#showtooltip Misdirection
/focus [modifier:alt]
/stopmacro [modifier:alt]
/cast [@focus,exists,help,nodead][@pet] Misdirection
Same idea, I just use alt to focus instead of always focusing if it's a help target. The 'nodead' part in the last line fixes your dead focus issues, and the 'help' makes it so I can focus a bad guy and still MD my pet.