Skip to content

Final Fantasy XIV · job

Warrior macros

Warriors turn Beast Gauge into healing. Between Bloodwhetting, Equilibrium and Shake It Off they can carry a pull that no other tank survives.

20 macros

  • /micon "Your Action"
    /merror off
    /ac "Your Action" <f>
    /ac "Your Action" <t>

    <f> points an action at your focus target regardless of what you have selected. Set your co-tank or the enemy you need to watch as focus, and the macro becomes a permanent second target you can act on at will.

  • /p Taking LB <se.3>

    Tells the party you are taking the limit break before you use it. Two people using it at once wastes the bar entirely, which makes the announcement the important half of this macro.

  • /marking off <t>
    /echo Markers cleared <se.1>

    Wipes all target signs at once. Worth binding next to your marker macros, because stale markers from the last pull cause more confusion than no markers at all.

  • /hotbar copy PLD 1 current 1
    /echo Hotbar copied <se.1>

    Copies one hotbar from another job onto the current one. Set your utility bar up once, then push it to every job instead of dragging icons forty times.

  • /macroicon "Holmgang"
    /ac "Holmgang" <t>
    /ac "Holmgang" <me>

    Chains you to your current target so neither of you can leave. Explicitly targeting stops the ability from anchoring you to whatever the game picked, which matters on fights with adds.

  • /ac "First Action" <wait.3>
    /ac "Second Action" <wait.2>
    /echo Sequence finished <se.1>

    A wait only accepts whole numbers from 1 to 60, and the game rounds your timing to the nearest second, which is why macros drift out of sync with the global cooldown. This is exactly why combat rotations should not be macroed, and why crafting rotations can be.

  • /macroicon "Nascent Flash"
    /ac "Nascent Flash" <mo>
    /ac "Nascent Flash" <2>

    Links your healing to an ally without changing target. This is the macro that makes Warrior an off-healer during heavy raid damage — hover, press, keep hitting the boss.

  • /gearset change 3
    /echo Switched gear set <se.1>

    Changes to a numbered gear set and announces it to yourself. Crafters and gatherers who cycle through eleven jobs live on these — one macro per set, all on the same hotbar page.

  • /merror off
    /marking attack1 <t>

    Drops a numbered attack marker on your current target. Party leads keep one macro per marker so kill order can be set without opening the signs menu mid-pull.

  • /busy
    /echo Status toggled <se.1>

    Flips your online status to Busy so party finder invites and tells stop arriving mid-pull. Run the same line again to clear it.

  • /macroicon "Shake It Off"
    /ac "Shake It Off"
    /p Shake It Off <se.2>

    Party-wide shield plus a heal, announced so the healers know they can hold their own cooldowns. Useful on any raid-wide hit you can see coming.

  • /p Pulling in 15 <se.1> <wait.5>
    /p Pulling in 10 <wait.5>
    /p Pulling in 5 <wait.1>
    /p 4 <wait.1>
    /p 3 <wait.1>
    /p 2 <wait.1>
    /p 1 <se.1>
    +2 more

    A plain countdown with no sound on the middle numbers, for groups that find the full version noisy. Waits are capped at whole seconds, so the timing is approximate by design.

Other FFXIV jobs

Every job shares the same macro syntax, so a good idea usually ports across.