-
Weird Issue with Macro
Hi all,
I'm a disabled gamer and I use this macro to engage enemies:
/lockon
/automove
/action Auto-attack
Most of the time, it works fine, but in any kind of Duty, if I target a mob and hit the macro, a lot of times it deselects the mob while still turning on automove, resulting in botched pulls if I don't tab target fast enough. Basically, what I'm trying to achieve is to run at the mob I'm targeting and auto-attack with one key press. Is there a better way to achieve this?
-
I couldn't replicate the problem you describe, but if you add /targetenemy to the beginning, if you have no target it will target the nearest enemy before locking on. I would also recommend a macro lock at the beginning so that all the lines execute even if another macro tries to interrupt it.
Code:
/mlock
/targetenemy
/lockon
/automove
/ac Auto-attack
Give that a shot and see if it works better for you.
-
Ah, I figured out the issue. It was my control set up that was inputting an extra target command, not the macro itself. Thanks for trying to replicate the issue, that made me double-check my side of the equation and sure enough, that was it.