Results 1 to 10 of 22

Hybrid View

  1. #1
    Player
    SinisterJointss's Avatar
    Join Date
    Aug 2014
    Posts
    236
    Character
    Shadow Menace
    World
    Behemoth
    Main Class
    Archer Lv 59
    Quote Originally Posted by Catwho View Post
    I have a special macro to toggle all the UI elements that clog up the screen (duty list, extra hotbars, inventory, etc) so I can de-clutter my screen when I need to see more of the action.
    Do share! I would love this
    (0)

  2. #2
    Player
    aresgodofwar30's Avatar
    Join Date
    Sep 2014
    Location
    Ul-dah
    Posts
    26
    Character
    Glen Livet
    World
    Jenova
    Main Class
    Gladiator Lv 60
    Quote Originally Posted by SinisterJointss View Post
    Do share! I would love this
    Code:
    /hud dlist
    Code:
    /hud [UI element] [subcommand]
    
    →Toggle on/off various UI elements.
    
    >>UI Elements:
     Target Bar
      TargetBar, tbar
     Focus Target Bar
      FocusTarget, ftarget
     Party List
      PartyList, plist
     Enemy List
      EnemyList, elist
     Parameter Bar
      ParamBar, param
     Minimap
      Minimap, mmap
     Main Menu
      MainMenu, mmenu
     Server Info
      ServerInfo, server
     Gil
      Gil, gil
     Inventory Grid
      InventoryGrid, igrid
     Duty List
      DutyList, dlist
     Item Help
      ItemHelp, ihelp
     Action Help
      ActionHelp, ahelp
     LimitGauge
      LimitGauge, lgauge
     Experience Bar
      ExpBar, ebar
     Status Effects
      StatusEffects, sfx
    Alliance List 1
    AllianceList1, alist1
    Alliance List 2
    AllianceList2, alist2
    
    >>Subcommands:
     on Show element.
     off Hide element.
    
    Toggle between on/off when no subcommand is specified.
    (1)