Results 1 to 4 of 4
  1. #1
    Player
    Extreme's Avatar
    Join Date
    Aug 2013
    Location
    Ul'dah
    Posts
    85
    Character
    Sheniqua Dissidia
    World
    Hyperion
    Main Class
    Monk Lv 100

    The ability to hide crossbar when not in combat -PS4 Controller setting

    As the title says, Could it be made possible to incorporate this setting? I already know about a setting that hides the crossbar but, it hides it to where I have to hold the shoulder buttons to make it appear again. Having it like this makes it hard to do fights in battle as the crossbar will disappear every time I'm not holding the shoulder buttons. It is a very minor problem I know but could there be a setting that hides the cross bar or action bar only when not in combat?
    (1)

  2. #2
    Player
    Genaxx's Avatar
    Join Date
    Jun 2014
    Posts
    671
    Character
    Dirty Paws
    World
    Raiden
    Main Class
    Bard Lv 90
    I would also really like this.

    I made a macro that does this but also hides some extra stuff when my weapon is sheathed. Its set to work with L3 as normal.

    Create the macro in slot 99 then go to System Configuration > Gamepad Settings > Button Configuration > L3 = Execute macro #99

    The only issue I have is that it can go out of sync. I did try another way using the settings for custom hotbars when weapon is drawn / sheathed but having a blank hotbar doesn't work. I also disabled Auto Sheathe to prevent unsync

    If you do manage to unsync Hold L1 and press R1 to draw without affecting the hud

    /mlock (locks macro execution until macro has finished)
    /bm (Draw/Sheath Weapon)
    /hud param (HP, MP, TP)
    /hud sfx (Status Effects)
    /hud crosshotbar (The crosshotbar)
    /hotbar display 6 (Additional hotbar to see timers)
    /wait 1 (rough time it takes to draw weapon)

    You could also add /hud plist to hide the party.

    Code:
    /mlock
    /bm
    /hud param
    /hud sfx
    /hud crosshotbar
    /hotbar display 6
    /wait 1


    (1)
    Last edited by Genaxx; 11-01-2015 at 02:21 AM.

  3. #3
    Player
    flyte's Avatar
    Join Date
    Nov 2013
    Posts
    34
    Character
    Flyte Teleus
    World
    Goblin
    Main Class
    Conjurer Lv 90
    This is already available. In character settings
    (0)

  4. #4
    Player
    Enthy's Avatar
    Join Date
    Mar 2011
    Posts
    571
    Character
    Enth Rax
    World
    Excalibur
    Main Class
    Archer Lv 60
    I too would like the Cross-hot bar to maybe fade away after 10-15 seconds of no use.
    (0)