MACROS BY PURPOSE

Gathering FFXIV macros

Practical gathering macros with usage notes and verified commands.

Gathering — Page 2

36 results
Gathering
3 lines

Prize Catch before casting

Prize Catch before casting. Manual fishing support, not bite detection or automated fishing.

/micon "Prize Catch" action
/ac "Prize Catch" <wait.2>
/ac "Cast"
Communication
How to use
Gathering
2 lines

Quit fishing and stop the timer

Quit fishing and stop the timer. Manual fishing support, not bite detection or automated fishing.

/micon "Quit" action
/ac "Quit"
Communication
How to use
Gathering
8 lines

Show elapsed time after casting

Display approximate elapsed cast time privately.

/micon "Cast" action
/ac "Cast" <wait.5>
/echo About 5 seconds since casting. <wait.5>
/echo About 10 seconds since casting. <wait.5>
/echo About 15 seconds since casting. <wait.5>
/echo About 20 seconds since casting. <wait.5>
/echo About 25 seconds since casting. <wait.5>
/echo About 30 seconds since casting.
Communication
How to use
Gathering
4 lines

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 Check fishing location and time requirements.
UI switch
How to use
Gathering

Open Fishing Log

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

/fishinglog
Single command
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 Returned to the normal HUD.
UI switch
How to use
Gathering
4 lines

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 Check your gathering route.
UI switch
How to use
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 Gathering location: <pos>
/echo Shared gathering location.
Communication
How to use