Hi there I used to have a macro that would allow me to target arena1 if it exist or it would target nearest enemy when I was not in the arena. Does anyone know how to do this?
/tar [@arena1,harm,nodead]
/startattack
It will not cycle targets like that one I used to have, with that macro you are stuck to one target. The one that I used to have worked like how tab target worked but if I was in the arena would only target arena1.
Course not. You said you wanted to target the nearest enemy.
To cycle through targets you want /targetenemy
/tar [@arena1,harm,nodead]
/stopmacro [@arena1,harm,nodead]
/targetenemy
thank you, will try it out if the one I found doesn’t work not tested it yet.
the one I found was.
/targetenemyplayer [@arena1, exists]
/targetenemy [@arena1, noexists]
That looks like it’ll cycle through enemy players while in arena rather than targeting arena1.
If that’s your desired behavior, you could just make your tab targeting do the same thing as that macro by adjusting the TargetPriorityPvp
CVar.
/run C_CVar.SetCVar("TargetPriorityPvp",3)
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.