

Typing /party or /p without a message switches the default chat mode to. Sends a message to all members of your current party, regardless of their location.

Typing /tell or /t without a message switches the default chat mode to. This message cannot be seen by any other PCs. Sends a message to a specific PC within the same World. Typing /say or /s without a message switches the default chat mode to. The message will not be displayed if a PC has their chat filter turned on. Sends a message to all PCs within a small radius. The additional directions should follow the main command, separated by a space.

Additional directions such as subcommands and placeholders can be added to commands for even greater customization, such as specifying targets, toggling functions on and off, and so on. Text CommandsĮntering a text command starting with the / (forward slash) key allows players to change equipment, use abilities, perform emotes and various other actions. This section is largely incomplete and is in need of detailing. It is possible to control volume, turn on/off/limit battle effects display, change job while simultaneously changing HUD layout and all of that without needlessly navigating through numerous menus.

High level crafting usually does not fit within 15 lines limitations, so you often need to use 2 or possibly more macros for single craft.Īnother use is more comfortable way to change settings. Using macros while crafting is much more comfortable, however you miss all the conditional benefits, like from material condition. Therefore using macros for combat purposes is extremely ineffective. This means that if your recast timer(GCD) is standard 2.5 seconds, then you will waste 0.5 seconds doing nothing. The delay starts when command is first started, not after specific action is executed.įunction can only use full seconds, use of decimal points is not possible. You can use macro-specific subcommand to delay next command in macro.Įxample: /ac "Careful Synthesis" - This command will execute action "Careful Synthesis" and delay next command in macro by 3 seconds. Macros are inherently slower than human input while using function.Entire account can have maximum of 100 shared macros - these are shared across all characters on account.Character can have maximum of 100 individual macros.This means that branching is not possible There is no way to change macro's behavior depending on conditions.Starting macro will cancel currently running macro Each macro can contain maximum of 15 lines/commands.
