MMO Macros
Games
FF XIV Macros

FF XIV Macros

Macros for Final Fantasy XIV

Final Fantasy XIV is a massively multiplayer online role-playing game (MMORPG) that offers players a wide range of features, including the ability to create and use macros. Macros are sets of commands that can be executed in a single action, allowing players to automate certain tasks or streamline their gameplay. In this comprehensive guide, we will dive into the world of Final Fantasy XIV macros, covering their creation, use, various examples, and advanced techniques to help you improve your gaming experience.

What are FF XIV Macros?

Macros are a series of in-game commands that can be executed with a single button press or keybinding. They allow players to automate repetitive tasks, simplify complex actions, and optimize their gameplay. Macros can be used for various purposes, such as casting spells, using abilities, sending messages, managing your inventory, or even coordinating with your team.

Macro Syntax

Macros in Final Fantasy XIV use a specific syntax that allows players to combine multiple commands and conditions into a single action. The basic structure of a macro is:

/action "Ability Name" <target>

The command /action is followed by the ability name in quotes and the target. The target can be a specific character, enemy, or an alias such as <t> for your current target or <me> for yourself.

Macro Modifiers

You can use macro modifiers to add conditional behavior based on user input or the state of the game. Some common macro modifiers include:

  • <wait.#>: Pauses the macro for a specified number of seconds before executing the next command.
  • /merror: Displays an error message if the macro fails to execute.
  • /echo: Sends a message to the chat log, visible only to you.

Creating a FF XIV Macro

To create a macro in Final Fantasy XIV, follow these steps:

  1. Open the main menu by pressing the Esc key and select System, then User Macros.
  2. Click New to create a new macro.
  3. Choose an icon and enter a name for your macro.
  4. In the macro text box, enter your desired commands using the macro syntax.
  5. Click Save to save your macro.
  6. Drag the macro icon from the macro window to an action bar slot to assign it to a button or keybinding.

Example FF XIV Macros

Here are some examples of macros that can be useful in various situations:

Healing Macro

This macro casts a healing spell on your mouseover target or your current target if no mouseover target exists:

/macroicon "Healing Spell"
/action "Healing Spell" <mo>
/action "Healing Spell" <t>

Crowd Control Macro

This macro will cast a crowd control spell on your focus target without deselecting your current target:

/macroicon "Crowd Control Spell"
/action "Crowd Control Spell" <f>

Damage Ability and Potion Macro

This macro activates a damage-dealing ability followed by using a potion:

/macroicon "Damage Ability"
/action "Damage Ability" <t>
/wait.1
/item "Potion Name" <me>

Tank Provoke Macro

This macro provokes your current target and sends a message to your party:

/macroicon "Provoke"
/party Provoking <t>!
/action "Provoke" <t>

Advanced Macro Techniques

Here are some advanced techniques to help you create more powerful macros:

Targeting Macros

Create targeting macros to quickly switch between targets or target specific enemies:

/macroicon "Target Forward"
/targetenemy

Macro Sequences

Create sequences of actions to execute multiple abilities in a single macro:

/macroicon "Ability 1"
/action "Ability 1" <t>
/wait.2.5
/action "Ability 2" <t>
/wait.2.5
/action "Ability 3" <t>

Remember that the /wait command can only accept whole numbers, so use the shortest possible wait time that allows the next action to execute.

Role-Specific Macros

Create macros tailored to your specific role, such as DPS, tank, or healer, to optimize your gameplay:

/macroicon "DPS Ability"
/party Using DPS cooldowns!
/action "DPS Ability" <t>

Mouseover Ground Target Macro

Use a mouseover ground target macro to place ground-targeted abilities without having to click:

/macroicon "Ground Target Ability"
/groundtarget <mo>
/action "Ground Target Ability" <t>

Tips and Tricks

  • Use the /macroicon command at the beginning of your macro to display the icon and cooldown timer of the specified ability.
  • Keep your macros short, as there is a 255-character limit for each macro.
  • Experiment with different macros for your specific class, job, and playstyle.
  • Share your macros with friends and Free Company members to help them improve their gameplay.
  • Test your macros on training dummies before using them in dungeons or raids.

Macros are a powerful tool in Final Fantasy XIV that can significantly enhance your gameplay experience. By understanding the syntax, utilizing the examples provided, and mastering advanced techniques, you can create macros tailored to your specific needs and optimize your in-game performance. With practice and experimentation, you can create unique and efficient macros that suit your preferred playstyle and help you excel in the world of Eorzea.