Results 1 to 8 of 8

Hybrid View

  1. #1
    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)

  2. #2
    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)

  3. #3
    Player
    Rongway's Avatar
    Join Date
    Aug 2013
    Posts
    4,174
    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.