FFXIV MACRO LIBRARY

Useful FFXIV macros

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

Filter by crafting conditions

Shows entries whose recorded stats do not exceed yours. Unrecorded conditions are excluded. This is not an HQ guarantee: check recipe, initial quality and Trial Synthesis. Enter your stats after food if used.

Results for “crafter”

56 results
Crafting
10 linesPICK

Finish level 100 items that do not need quality

Maintains durability while performing four Groundwork steps for level-100 durability-80 recipes where quality is irrelevant.

Numeric conditions not recorded — see requirements

/micon "Muscle Memory" action
/ac "Muscle Memory" <wait.3>
/ac "Manipulation" <wait.2>
/ac "Waste Not II" <wait.2>
/ac "Veneration" <wait.2>
/ac "Groundwork" <wait.3>
/ac "Groundwork" <wait.3>
/ac "Groundwork" <wait.3>
/ac "Groundwork" <wait.3>
/echo Check whether synthesis is complete. <se.10>
Crafting
How to use
Crafting
7 linesPICK

Finish level 91–98 items that do not need quality

For durability-80 recipes where quality is irrelevant, such as furnishings, orchestrion rolls, and barding.

Numeric conditions not recorded — see requirements

/micon "Muscle Memory" action
/ac "Muscle Memory" <wait.3>
/ac "Veneration" <wait.2>
/ac "Groundwork" <wait.3>
/ac "Groundwork" <wait.3>
/ac "Groundwork" <wait.3>
/echo Check whether synthesis is complete. <se.10>
Crafting
How to use
Crafting
5 linesPICK

Quickly finish a recipe at least 19 levels lower

Maximizes quality with Trained Eye, then completes an old recipe with one Veneration-boosted Groundwork.

Numeric conditions not recorded — see requirements

/micon "Trained Eye" action
/ac "Trained Eye" <wait.3>
/ac "Veneration" <wait.2>
/ac "Groundwork" <wait.3>
/echo Check whether synthesis is complete. <se.8>
Crafting
How to use
Crafting
PICK

Stop the running crafting macro

Runs a separate short macro to interrupt a crafting macro that was started by mistake.

Numeric conditions not recorded — see requirements

/echo Crafting macro interrupted.
Crafting
Crafting

Open Crafting Log

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

Numeric conditions not recorded — see requirements

/craftinglog
Single command
UI & HUD
5 lines

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 switch
How to use