Results 1 to 3 of 3
  1. #1
    Player
    Sadogor's Avatar
    Join Date
    Jun 2021
    Posts
    6
    Character
    Coeurl Marx
    World
    Brynhildr
    Main Class
    Warrior Lv 90

    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?
    (0)

  2. #2
    Player
    Rongway's Avatar
    Join Date
    Aug 2013
    Posts
    4,148
    Character
    Cyrillo Rongway
    World
    Hyperion
    Main Class
    Black Mage Lv 100
    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.
    (0)
    Last edited by Rongway; 06-28-2021 at 05:23 PM.

  3. #3
    Player
    Sadogor's Avatar
    Join Date
    Jun 2021
    Posts
    6
    Character
    Coeurl Marx
    World
    Brynhildr
    Main Class
    Warrior Lv 90
    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.
    (1)