Results 1 to 8 of 8
  1. #1
    Player
    lisaa's Avatar
    Join Date
    Oct 2021
    Posts
    120
    Character
    Lisa Miaha
    World
    Exodus
    Main Class
    White Mage Lv 100

    Option to disable Auto-Face Target for actions that target party members

    Actions that target enemies need you to face the enemy to use them, but actions that target party members like healing spells don't need you to face the party member to be used. You can cast a healing spell while facing away from them and it will still heal them. This means auto-face is useful for dps actions but there is no reason to need to auto-face a friendly target

    It's really annoying because in standard movement auto face will make you turn while you are running. So using skills and abilities on party members while running for a mechanic can make you turn and mess up just because the game has an annoying movement quirk.

    Please make auto-face target only make face the target when targetting enemies, not friendly targets
    (7)

  2. #2
    Player
    Novak_04's Avatar
    Join Date
    Jun 2017
    Posts
    222
    Character
    Zugz Zwang
    World
    Behemoth
    Main Class
    Astrologian Lv 90
    You can already disable this.
    (1)

  3. #3
    Player
    Haadrak's Avatar
    Join Date
    Jan 2022
    Posts
    20
    Character
    Punning Way
    World
    Sophia
    Main Class
    Warrior Lv 90
    Unless I'm mistaken you can disable *all* auto facing while targeting however I'm pretty sure OP wants to be able to auto face things when targeting enemies but not when targeting allies. I don't think that is currently an option available within the options although I may be incorrect.
    (5)

  4. #4
    Player
    Rongway's Avatar
    Join Date
    Aug 2013
    Posts
    4,138
    Character
    Cyrillo Rongway
    World
    Hyperion
    Main Class
    Black Mage Lv 100
    Quote Originally Posted by Novak_04 View Post
    You can already disable this.
    You can only do what the OP is asking if you make gratuitous use of macros, which some healers won't want to do.

    But for healers who are already using macros (e.g., mouseover healers), you can begin a healing macro with

    /autofacetarget off

    and end it with

    /autofacetarget on

    and whatever healing spell you cast in the middle won't do a facetarget. If you do this, you might also want to /mlock the macro so that it makes it all the way to the end; otherwise, you might interrupt your macro and end up with autofacetarget off when you need to be attacking. Putting that all together:

    Code:
    /mlock
    /autofacetarget off
    /ac "Some Healing Action" <mo>
    /autofacetarget on
    /micon "Some Healing Action"
    (2)
    Last edited by Rongway; 01-18-2022 at 01:08 PM.

  5. #5
    Player
    EaMett's Avatar
    Join Date
    Dec 2016
    Posts
    1,430
    Character
    Ea Sin
    World
    Faerie
    Main Class
    Scholar Lv 90
    Worth noting: Don't do the above if you mash your buttons. autofacing will probably just randomly turn off/on lol
    (0)

  6. #6
    Player
    Rongway's Avatar
    Join Date
    Aug 2013
    Posts
    4,138
    Character
    Cyrillo Rongway
    World
    Hyperion
    Main Class
    Black Mage Lv 100
    Quote Originally Posted by EaMett View Post
    Worth noting: Don't do the above if you mash your buttons. autofacing will probably just randomly turn off/on lol
    The /mlock prevents having an unpredictable autofacetarget state if you mash your buttons. The only thing that will prevent an /mlock-ed macro from running to the end is if you press your Cancel Macro key, which most players don't even know what they've bound that to. No matter how much you mash this macro, autofacetarget will turn back on.
    (1)
    Error 3102 Club, Order of the 52nd Hour

  7. #7
    Player
    lisaa's Avatar
    Join Date
    Oct 2021
    Posts
    120
    Character
    Lisa Miaha
    World
    Exodus
    Main Class
    White Mage Lv 100
    Macros can't be used because they clip your gcd
    (0)

  8. #8
    Player
    Liam_Harper's Avatar
    Join Date
    Feb 2018
    Posts
    3,470
    Character
    Liam Harper
    World
    Zodiark
    Main Class
    White Mage Lv 90
    Some healers use mouseover macros to decent success, so I think they wanted to mention it just incase it helps someone.

    But yes, it's not a fix and I agree it makes no sense for the auto-face function to include actions that don't require you to be facing your target.
    (2)