|
/targetenemy doesn't behave like TAB
I have a mod that assists my focus, but if my focus doesn't exist or if his target isn't an enemy, I want the behavior to rotate through my nearest targets, like my TAB button. Ideally, I would rebind this macro to my tab button so that I could use the assist-focus functionality when i'm in a party but not have to rebind keys when i'm soloing.
Right now I have two macros, one which sets my current target as my focus, and another which is basically:
/assist [target=focus,exists,nodead]
/stopmacro [exists,harm,nodead]
/targetenemy
However, when I don't have a focus, the /targetenemy will always target the enemy closest to me, but won't cycle through targets in range. Am I missing something? Do I need to set some variable?
|