Skip to content

787 macros9 games114 classes

Copy-paste macrosfor online games

Mouseover heals, focus interrupts, crafting rotations and every other keystroke you would rather not type twice — written in the syntax your game actually speaks, and checked against the limits its macro editor enforces.

FFXIV · Crafting Rotation (Macro 1 of 2)1515 lineslines used of the 15 this game allows
/ac "Muscle Memory" <wait.3>
/ac "Manipulation" <wait.2>
/ac "Veneration" <wait.2>
/ac "Waste Not II" <wait.2>
/ac "Groundwork" <wait.3>
/ac "Groundwork" <wait.3>
/ac "Delicate Synthesis" <wait.3>
/ac "Delicate Synthesis" <wait.3>
/ac "Innovation" <wait.2>
/ac "Prudent Touch" <wait.3>
/ac "Prudent Touch" <wait.3>
/ac "Manipulation" <wait.2>
/ac "Preparatory Touch" <wait.3>
/ac "Preparatory Touch" <wait.3>
/echo Macro 1 finished <se.1>
The bar across the top tracks the 15-line ceiling FFXIV enforces. Every macro on the site carries one.

Browse by game

Every game here has its own macro syntax. Start with yours.

Start with these

A cross-section of the library — a focus interrupt, a mouseover heal, a crafting rotation and a couple of chat shortcuts.

  • Chain Two Powers on One Key

    GeneralNeverwinter

    /alias burst "PowerTrayExec 1 4 $$ PowerTrayExec 1 0"
    /bind f5 burst

    The $$ separator runs commands one after another. Each power still respects its own cooldown and animation, so a chain fires the first ability that is actually ready rather than both at once.

  • Crafting Rotation (Macro 1 of 2)

    Disciples of the HandFFXIV

    /ac "Muscle Memory" <wait.3>
    /ac "Manipulation" <wait.2>
    /ac "Veneration" <wait.2>
    /ac "Waste Not II" <wait.2>
    /ac "Groundwork" <wait.3>
    /ac "Groundwork" <wait.3>
    /ac "Delicate Synthesis" <wait.3>
    /ac "Delicate Synthesis" <wait.3>
    /ac "Innovation" <wait.2>
    /ac "Prudent Touch" <wait.3>
    /ac "Prudent Touch" <wait.3>
    /ac "Manipulation" <wait.2>
    /ac "Preparatory Touch" <wait.3>
    /ac "Preparatory Touch" <wait.3>
    /echo Macro 1 finished <se.1>
    +10 more

    The first half of a standard high-durability craft: open with Muscle Memory, keep Manipulation and Waste Not II running, then build progress with Groundwork under Veneration. Fifteen lines is the hard macro limit, which is why every serious crafting rotation is split in two. Adjust the action list to your own craftsmanship and control before you use it on a real recipe.

  • Cure II (Mouseover)

    White MageFFXIV

    /macroicon "Cure II"
    /ac "Cure II" <mo>
    /ac "Cure II" <t>
    /ac "Cure II" <me>

    The core healer macro. Heals whoever is under your cursor without dropping your enemy target, so you can keep casting Glare between heals.

  • /wiki Chak Egg Sac

    Opens the official wiki in your browser for whatever you type after the command. Shift-clicking an item into chat first pastes its exact name, which makes this the fastest way to look up a recipe, a collection step or a skill.

  • /jumptoguildmember @AccountName

    Teleports you to the wayshrine or graveyard closest to the named guild member, for free, from anywhere in the world. The single most useful travel command in the game — keep one line per trading guild you belong to.

  • #show Strike of Judgment
    /suppressmacrofailures
    /cast Precept of Refuge
    /cast Doctrine of Authority
    /cast Sanction Heretic*
    /cast Bolt of Radiance
    /cast Sovereignty
    /cast Strike of Judgment
    /cast Bolt of Judgment*
    /cast Vex*
    +5 more

    This macro is an example of a single target spam macro for Justicar. You can arrange your DPS spells in any order you want, but be mindful that some spells should always go at the end of a macro. An example would be ensuring Vex is placed last, as if you list it first, the rest of your macro will never fire off due to Vex having no recast.

  • #showtooltip Mind Freeze
    /cast [@focus,harm,nodead][] Mind Freeze

    Interrupts your focus target if you have one set and it is alive and hostile, otherwise interrupts whatever you are attacking. Setting the caster you are assigned to as focus means you never have to swap targets to kick.

  • Power Shifting

    DruidWoW Classic

    #showtooltip
    /cancelform [noform:3]
    /cast Cat Form
    /startattack [form:3,harm,nodead]

    Cancels your current form and drops straight back into Cat Form, then restarts your attack. With the Furor talent and a Wolfshead Helm this refunds Energy, which is the backbone of vanilla Feral damage.