FFXIV MACRO LIBRARY

Useful FFXIV macros

Search by what you want to do, then copy a verified text command without retyping it.

FormatAllMultiline macros

Gathering

6 results
Gathering
4 linesPICK

Open the gathering log and field HUD

A practical multiline macro that combines official text commands to open the gathering log and field hud.

/hudlayout 4
/hotbar display 7 on
/gatheringlog
/echo 採集ルートを確認してください。
UI switch
How to use
Gathering
4 linesPICK

Open the fishing log and fishing HUD

A practical multiline macro that combines official text commands to open the fishing log and fishing hud.

/hudlayout 4
/hotbar display 8 on
/fishinglog
/echo 釣り場と時間条件を確認してください。
UI switch
How to use
Gathering
PICK

Open Gathering Log

A macro based on the official FFXIV text command to open gathering log.

/gatheringlog
Single command
Gathering
PICK

Open Fishing Log

A macro based on the official FFXIV text command to open fishing log.

/fishinglog
Single command
Gathering
2 lines

Share a gathering location with the party

A practical multiline macro that combines official text commands to share a gathering location with the party.

/p 採集地点:<pos>
/echo 採集地点を共有しました。
Communication
How to use
Gathering
4 lines

Close gathering bars and restore the normal HUD

A practical multiline macro that combines official text commands to close gathering bars and restore the normal hud.

/hotbar display 7 off
/hotbar display 8 off
/hudlayout 1
/echo 通常HUDへ戻しました。
UI switch
How to use