Open the crafting HUD and hotbars
A practical multiline macro that combines official text commands to open the crafting hud and hotbars.
/hudlayout 4
/hotbar display 7 on
/hotbar display 8 on
/craftinglog
/echo Crafting workspace ready.UI switchMACROS BY PURPOSE
Practical ui & hud macros with usage notes and verified commands.
A practical multiline macro that combines official text commands to open the crafting hud and hotbars.
/hudlayout 4
/hotbar display 7 on
/hotbar display 8 on
/craftinglog
/echo Crafting workspace ready.UI switchA macro based on the official FFXIV text command to display a private echo message.
/echo NoteSingle commandAdd a visual indication of game audio.
/visualalerts onUI switchLower BGM, adjust ambience, and turn off mount music.
/bgm 0
/ambientsounds 60
/mountbgm offUI switchA practical multiline macro that combines official text commands to open the gathering hud and hotbars.
/hudlayout 4
/hotbar display 7 on
/hotbar display 8 on
/gatheringlog
/echo Gathering workspace ready.UI switchShow hotbar 10 and hide it after a delay.
/hotbar display 10 on
/wait 10
/hotbar display 10 offUI switchGroup items into a consistent inventory arrangement.
/isort clear inventory
/isort condition inventory id asc
/isort condition inventory category asc
/isort execute inventoryUI switchCompare normal and simplified job-gauge displays.
/jobhudmodeUI switchPlay sample notification sounds in your own chat.
/echo SE1 <se.1> <wait.2>
/echo SE2 <se.2> <wait.2>
/echo SE3 <se.3> <wait.2>
/echo SE4 <se.4> <wait.2>
/echo SE5 <se.5> <wait.2>
/echo SE6 <se.6> <wait.2>
/echo SE7 <se.7> <wait.2>
/echo SE8 <se.8>CommunicationShow action and recast errors while troubleshooting.
/actionerror on
/recasterror onUI switchReorder a retainer's items to help inspect stock.
/isort clear retainer
/isort condition retainer stack asc
/isort execute retainerUI switchA practical multiline macro that combines official text commands to open the venue rp hud and hotbars.
/hudlayout 3
/hotbar display 8 on
/hotbar display 9 on
/hotbar display 10 on
/echo Switched to the roleplay HUD.UI switchA practical multiline macro that combines official text commands to switch to a compact solo hud.
/hudlayout 3
/hotbar display 8 off
/hotbar display 9 off
/hotbar display 10 off
/echo Switched to the solo HUD.UI switchA practical multiline macro that combines official text commands to show utility hotbars together.
/hotbar display 7 on
/hotbar display 8 on
/hotbar display 9 on
/hotbar display 10 on
/echo Utility hotbars shown.UI switchReduce BGM and effects while keeping system sounds audible.
/bgm 15
/soundeffects 25
/systemsounds 50UI switch