MACROS BY PURPOSE

UI & HUD FFXIV macros

Practical ui & hud macros with usage notes and verified commands.

Macro list

87 results
UI & HUD
3 linesPICK

Restore all battle effects

Restores battle effects for yourself, party members, and players outside the party to full display. It is the counterpart to reduced raid settings and is useful for screenshots or everyday play.

/battleeffect self all
/battleeffect party all
/battleeffect other all
UI switch
How to use
UI & HUD
4 lines

Open the party HUD and utility bars

Switches to saved HUD layout 2 and explicitly shows utility hotbars 7 and 8. It restores a party-oriented information layout after using a solo or low-clutter setup.

/hudlayout 2
/hotbar display 7 on
/hotbar display 8 on
/echo Switched to the party HUD.
UI switch
How to use
UI & HUD
5 linesPICK

Hide utility hotbars together

Hides utility hotbars 7 through 10 together without deleting their contents. It temporarily reduces interface clutter for combat, photography, or streaming.

/hotbar display 7 off
/hotbar display 8 off
/hotbar display 9 off
/hotbar display 10 off
/echo Utility hotbars hidden.
UI switch
How to use
UI & HUD
3 linesPICK

Reduce battle effects for raids and hunts

Keeps all of your own battle effects, simplifies party-member effects, and hides effects from players outside the party. This preset reduces visual clutter in alliance raids and large hunts.

/battleeffect self all
/battleeffect party simple
/battleeffect other off
UI switch
How to use
UI & HUD
6 lines

Switch to a clean battle HUD

Recalls combat HUD layout 1 and hides utility hotbars 7 through 10, reducing noncombat clutter while keeping the battle information and actions you configured.

/hudlayout 1
/hotbar display 7 off
/hotbar display 8 off
/hotbar display 9 off
/hotbar display 10 off
/echo Switched to the combat HUD.
UI switch
How to use
UI & HUD
PICK

Switch to HUD layout 1

Switches immediately to your saved HUD layout 1. It is useful when you keep separate layouts for combat, everyday play, or screenshots and want to recall one from a hotbar.

/hudlayout 1
Single command
UI & HUD
8 lines

Switch to a minimal HUD layout

Switches to HUD layout 2 and hides hotbars 5 through 10, creating a lower-clutter screen for reading mechanics or taking screenshots while retaining the HUD elements you chose to keep.

/hudlayout 2
/hotbar display 5 off
/hotbar display 6 off
/hotbar display 7 off
/hotbar display 8 off
/hotbar display 9 off
/hotbar display 10 off
/echo Switched to minimal display.
UI switch
How to use
UI & HUD
6 lines

Switch to a screenshot HUD and hide hotbars

Switches to screenshot HUD layout 4 and hides hotbars 1 through 4, combining common screen-cleanup steps before opening Group Pose or another capture tool.

/hudlayout 4
/hotbar display 1 off
/hotbar display 2 off
/hotbar display 3 off
/hotbar display 4 off
/echo Switched to the screenshot HUD.
UI switch
How to use
UI & HUD
8 lines

Sort inventory and saddlebag with matching rules

Apply matching item ID and category sorting conditions to inventory and the standard chocobo saddlebag.

/isort clear inventory
/isort condition inventory id asc
/isort condition inventory category asc
/isort execute inventory
/isort clear saddlebag
/isort condition saddlebag id asc
/isort condition saddlebag category asc
/isort execute saddlebag
UI switch
How to use