A practical multiline macro that combines official text commands to show hotbars 1 through 10.
/hotbar display 1 on
/hotbar display 2 on
/hotbar display 3 on
/hotbar display 4 on
/hotbar display 5 on
/hotbar display 6 on
/hotbar display 7 on
/hotbar display 8 on
/hotbar display 9 on
/hotbar display 10 on
/echo 全ホットバーを表示しました。
A practical multiline macro that combines official text commands to switch to a minimal hud layout.
/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 最小表示へ切り替えました。
A practical multiline macro that combines official text commands to hide hotbars 4 through 10 for a clean screen.
/hotbar display 4 off
/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 画面を整理しました。