<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://ffxiv.consolegameswiki.com/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dylourd</id>
	<title>Final Fantasy XIV Online Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://ffxiv.consolegameswiki.com/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dylourd"/>
	<link rel="alternate" type="text/html" href="https://ffxiv.consolegameswiki.com/wiki/Special:Contributions/Dylourd"/>
	<updated>2026-06-27T00:35:48Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://ffxiv.consolegameswiki.com/mediawiki/index.php?title=Macro&amp;diff=1340638</id>
		<title>Macro</title>
		<link rel="alternate" type="text/html" href="https://ffxiv.consolegameswiki.com/mediawiki/index.php?title=Macro&amp;diff=1340638"/>
		<updated>2026-06-18T07:25:58Z</updated>

		<summary type="html">&lt;p&gt;Dylourd: Since 7.1 with the possibility to move self in party list, &amp;lt;1&amp;gt; is no longer always self&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{see also|Commands|Controller Guide|Macro Guides}}&lt;br /&gt;
{{TOCRIGHT}}&lt;br /&gt;
{{Lead icon|Macro icon2.png}}&lt;br /&gt;
&#039;&#039;&#039;Macros&#039;&#039;&#039; are user-defined sequences of commands that allow you to record multiple actions and trigger them with a single button or key stroke.&lt;br /&gt;
&lt;br /&gt;
{{clear|left}}&lt;br /&gt;
==Creating Macros==	&lt;br /&gt;
#Open the Main Menu.&lt;br /&gt;
#Select the User Macro Option under &amp;quot;System&amp;quot;.&lt;br /&gt;
#Select the Macro Number you wish to modify.&lt;br /&gt;
#Name the Macro.&lt;br /&gt;
#Select the Macro Icon.&lt;br /&gt;
#*Note: for additional icon options, you can use the &#039;&#039;/macroicon&#039;&#039; or &#039;&#039;/micon&#039;&#039; command within the macro. &lt;br /&gt;
#*For example, using &#039;&#039;/micon &amp;quot;Fast Blade&amp;quot;&#039;&#039; will set the Macro Icon to the same icon used by this ability (&#039;&#039;Fast Blade&#039;&#039;).&lt;br /&gt;
#Add the script to the Macro.&lt;br /&gt;
#The Macro can then be set from the Macro UI to the Hotbar as an action. The Macro will be indicated by a small gear in the upper-right corner of its hotbar icon.&lt;br /&gt;
&lt;br /&gt;
==Macro Functionality==&lt;br /&gt;
*Each macro can contain a maximum of 15 lines/commands.&lt;br /&gt;
*A macro cannot start another macro (no nested macro commands).&lt;br /&gt;
*Only one macro can run at a time. Starting a new macro will cancel the currently running macro.&lt;br /&gt;
**Alternatively, the &#039;&#039;&#039;Cancel Macro&#039;&#039;&#039; keybind will stop the currently running macro.&lt;br /&gt;
*There is no way to change the behavior of any macro once it begins running, even if certain conditions have been changed. This means that the actions taken are set and writing branching actions/commands based on conditions within the macro is not possible.&lt;br /&gt;
*A character can have a maximum of 100 character-specific individual macros and 100 shared macros that are shared across all characters on the account.&lt;br /&gt;
** This means that each character has, at any given time, access to 200 macros.&lt;br /&gt;
&lt;br /&gt;
==Uses of Macros==&lt;br /&gt;
&lt;br /&gt;
*The ability to queue actions in sequence using the &#039;&#039;&#039;Wait Function&#039;&#039;&#039; subcommand (&amp;lt;wait.X&amp;gt;) allow for several actions to be performed with a single press of the Macro on the hotbar, allowing for players to perform multiple actions with ease.&lt;br /&gt;
** This mean that macros are often used by [[Crafter|Crafters]] to streamline the crafting process for large numbers of items, as using a standardised macro for crafting specific items is more convenient than multiple individual manual inputs. &lt;br /&gt;
*Another use of macros is to change the game&#039;s settings; it is possible to control game settings such as volume, battle effects display toggle, and HUD layouts without navigating through numerous menus.&lt;br /&gt;
** This allows for Macros to be used for other QoL purposes, such as allowing players to quickly change your gearsets &amp;amp; combining actions/emotes with messages to other players with an single macro. This serves to both add ease of convenience to key functions as well as add flavor to interactions with other players.&lt;br /&gt;
* Macros can also be used to rapidly send messages in party or alliance chat - this is used in certain cases to quickly communicate and visualize boss mechanics to the parties/alliance before major boss fights.&lt;br /&gt;
* Macros can be used to enable rapid targeting of entities using the targeting placeholders listed below. For example, a PvP Black Mage player using a mouse can use a macro that includes /pvpaction &amp;quot;Aetherial Manipulation&amp;quot; &amp;lt;mo&amp;gt; to immediately teleport to a target that their mouse cursor is hovering over and skip the step of manually  clicking on a target.&lt;br /&gt;
&lt;br /&gt;
==Limitations==&lt;br /&gt;
*While macros may make it easier in theory to chain a sequence of actions, there are certain limitations that affect the effectiveness of said macros: &lt;br /&gt;
** All macros are fixed to run even if conditions change. For crafters using Crafting Macros, altered material conditions (Poor/Good/Excellent) happening while the crafting macros are running may cause either delayed or failed syntheses. &lt;br /&gt;
** High level crafting usually does not fit within the 15 lines limit, so it is recommended to use 2 or more macros for certain crafting recipes.&lt;br /&gt;
* The process of using macros as actions while using the Wait Function (&amp;lt;wait.X&amp;gt;) to queue actions is also inherently slower than manual human inputs; the Wait Function can only delay actions by full seconds and does not allow the use of decimal points. &lt;br /&gt;
** This means that if the recast timer is the GCD standard of 2.5 seconds, there will be a sub-optimal delay of 0.5 seconds of inaction. As this delay adds up over time across commands within more complex macros, using macros to queue up combat actions is less time-efficient compared to manual inputs and is not recommended for multiplayer combat-oriented content.&lt;br /&gt;
** The Wait Function also counts the delay time starts when the first command/action is started, not after the specific command/action is executed. As the animation time for macros may vary between actions, this may make it tricky to time the sequencing of actions while writing the macro.&lt;br /&gt;
&lt;br /&gt;
==List of Commands==&lt;br /&gt;
&#039;&#039;This section is largely incomplete and is in need of detailing.&#039;&#039;&lt;br /&gt;
===Text Commands===&lt;br /&gt;
In general, entering a text command starting with the forward slash key (&amp;quot;/&amp;quot;) allows players to change equipment, use abilities, perform emotes and various other actions. 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. The additional directions should follow the main command, separated by a space.&lt;br /&gt;
====Chat====&lt;br /&gt;
{{main|Chat Text Commands}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Command&lt;br /&gt;
!Shorthand&lt;br /&gt;
!Help&lt;br /&gt;
|-&lt;br /&gt;
| /alliance [mes.]&lt;br /&gt;
| /a&lt;br /&gt;
|Sends a message to all members of your current alliance, regardless of their location.&amp;lt;br&amp;gt;Typing /alliance or /a without a message switches the default chat mode to [Alliance].&lt;br /&gt;
|-&lt;br /&gt;
| /freecompany [mes.]&lt;br /&gt;
| /fc&lt;br /&gt;
|Sends a message to all members of your current Free Company, regardless of their location.&amp;lt;br&amp;gt;Typing /freecompany or /fc without a message switches the default chat mode to [Alliance].&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
| /say [mes.]&lt;br /&gt;
| /s&lt;br /&gt;
|Sends a message to all PCs within a small radius.&amp;lt;br&amp;gt;The message will not be displayed if a PC has their [Say] chat filter turned on.&amp;lt;br&amp;gt;Typing /say or /s without a message switches the default chat mode to [Say].&lt;br /&gt;
|-&lt;br /&gt;
| /shout [mes.]&lt;br /&gt;
| /sh&lt;br /&gt;
|Sends a message to all PCs in the same area. The message will not be displayed if a PC has deselected [Shout] in the chat filter. &lt;br /&gt;
|-&lt;br /&gt;
|/tell[PC_name] [mes.]&lt;br /&gt;
|/t&lt;br /&gt;
|Sends a message to a specific PC within the same World.&amp;lt;br&amp;gt;This message cannot be seen by any other PCs.&amp;lt;br&amp;gt;Typing /tell or /t [PC_name] without a message switches the default chat mode to [Tell].&lt;br /&gt;
|-&lt;br /&gt;
| /party [mes.]&lt;br /&gt;
| /p&lt;br /&gt;
|Sends a message to all members of your current party, regardless of their location.&amp;lt;br&amp;gt;Typing /party or /p without a message switches the default chat mode to [Party].&lt;br /&gt;
|-&lt;br /&gt;
| /linkshell [mes.]&lt;br /&gt;
|/l&lt;br /&gt;
|Sends a message to all members of your active linkshell, regardless of their location.&amp;lt;br&amp;gt;Typing /linkshell or /l without a message switches the default chat mode to [Linkshell].&lt;br /&gt;
|-&lt;br /&gt;
| /echo [mes.]&lt;br /&gt;
|/e&lt;br /&gt;
|Displays a message that only you can see.&lt;br /&gt;
|-&lt;br /&gt;
| /chatmode [chat mode]&lt;br /&gt;
|/cm&lt;br /&gt;
|Set the default chat mode.&lt;br /&gt;
&amp;lt;div class=&amp;quot;text-margin&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;text-yellow&amp;quot;&amp;gt;&lt;br /&gt;
&amp;amp;gt;&amp;amp;gt;Example:&amp;lt;br&amp;gt;&lt;br /&gt;
/chatmode party&lt;br /&gt;
&amp;lt;br&amp;gt;(Changes default chat mode to party chat.)&lt;br /&gt;
&amp;lt;br&amp;gt;The default mode will be deactivated after a single message if it is set to Shout.&lt;br /&gt;
&amp;lt;br&amp;gt;When setting the default mode to Tell, you are still required to enter the recipient PC&#039;s name.&lt;br /&gt;
&amp;lt;br&amp;gt;If no chat mode is specified, the current default setting will be displayed.&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Actions====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Command&lt;br /&gt;
!Shorthand&lt;br /&gt;
!Help&lt;br /&gt;
|-&lt;br /&gt;
| /action [action name]&lt;br /&gt;
| /ac&lt;br /&gt;
| Uses an action on a specified target.  This cannot be used with actions you have not yet learned, or when restricted by other factors.&lt;br /&gt;
|-&lt;br /&gt;
| /petaction [action name]&lt;br /&gt;
| /pac&lt;br /&gt;
| Uses a pet action on the specified PC. Uses current target when not specified. This cannot be used with pet actions you have not yet learned, or when restricted by other factors.&lt;br /&gt;
e.g. /petaction Obey&lt;br /&gt;
|-&lt;br /&gt;
| /companionaction [action name]&lt;br /&gt;
| /cac&lt;br /&gt;
| ses a companion action. The target of companion actions cannot be specified. This cannot be used with companion actions you have not yet learned, or when restricted by other factors.&lt;br /&gt;
e.g. /companionaction Attacker Stance&lt;br /&gt;
|-&lt;br /&gt;
| /recast [action name]&lt;br /&gt;
| none&lt;br /&gt;
| Displays time remaining until the specified action can be used again.&lt;br /&gt;
|-&lt;br /&gt;
| /actionerror [toggle]&lt;br /&gt;
| /aerror&lt;br /&gt;
| Disables, or enabled action errors, useful for preventing messaging on macros that are intended to fallback.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Value&lt;br /&gt;
!Description&lt;br /&gt;
|+ Options&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;On&#039;&#039;&#039;&lt;br /&gt;
| Enable action error messages&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Off&#039;&#039;&#039;&lt;br /&gt;
| Disable action error messages&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
| /equipaction [slot] [action name]&lt;br /&gt;
| /eaction&lt;br /&gt;
| Equips an action to a specified slot.&lt;br /&gt;
&amp;lt;br&amp;gt;If an action name is omitted, the action currently equipped to that slot will be removed. Basic class actions cannot be removed. Slots are designated by the numbers 1–30.&lt;br /&gt;
|-&lt;br /&gt;
| /actionqueue  [subcommand]&lt;br /&gt;
| /aq&lt;br /&gt;
| Toggle the priority input feature for actions.&lt;br /&gt;
Displays whether priority input is enabled or disabled when no subcommand is specified.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Value&lt;br /&gt;
!Description&lt;br /&gt;
|+ Subcommands&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;On&#039;&#039;&#039;&lt;br /&gt;
| Enable priority input&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Off&#039;&#039;&#039;&lt;br /&gt;
| Disable priority input&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
| /actioncancel  [subcommand]&lt;br /&gt;
| /acan&lt;br /&gt;
| Enable cancelling of actions by selecting them again from the action bar while they are being cast or channeled.&lt;br /&gt;
Toggles between on and off when no subcommand is specified.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Value&lt;br /&gt;
!Description&lt;br /&gt;
|+ Subcommands&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;On&#039;&#039;&#039;&lt;br /&gt;
| Enable cancelling via the action bar.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Off&#039;&#039;&#039;&lt;br /&gt;
| Disable cancelling via the action bar.&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Targeting====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Command&lt;br /&gt;
!Shorthand&lt;br /&gt;
!Help&lt;br /&gt;
|-&lt;br /&gt;
| /target [subcommand]&lt;br /&gt;
| /ta&lt;br /&gt;
| Targets the object/entity specified by [subcommand]. Does not work if the specified entity is out of targeting range or does not exist.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Value&lt;br /&gt;
! Description&lt;br /&gt;
|+ Subcommands&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;&amp;lt;0&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| Targets self.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;&amp;lt;1&amp;gt; through &amp;lt;8&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| Targets the specified party member.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Other game-recognized target placeholder.&#039;&#039;&#039;&lt;br /&gt;
| Examples: &#039;&#039;&#039;&amp;lt;pet&amp;gt;&#039;&#039;&#039;, &#039;&#039;&#039;&amp;lt;comp&amp;gt;&#039;&#039;&#039; (companion), &#039;&#039;&#039;&amp;amp;lt;tt&amp;amp;gt;&#039;&#039;&#039; or &#039;&#039;&#039;&amp;lt;t2t&amp;gt;&#039;&#039;&#039; (target of your target), &#039;&#039;&#039;&amp;lt;f&amp;gt;&#039;&#039;&#039; or &#039;&#039;&#039;&amp;lt;focus&amp;gt;&#039;&#039;&#039;, etc.&lt;br /&gt;
Of particular note, &#039;&#039;&#039;&amp;lt;t&amp;gt;&#039;&#039;&#039; or &#039;&#039;&#039;&amp;lt;target&amp;gt;&#039;&#039;&#039; (your target) does nothing with this command, since it will either target what you are already targeting, or will not exist if you have nothing targeted (causing the macro line to return an error).&lt;br /&gt;
&lt;br /&gt;
A complete list of game-recognized target placeholders can be found here: https://na.finalfantasyxiv.com/lodestone/playguide/db/text_command/placeholder/&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
| /targetmode [subcommand]&lt;br /&gt;
| /tmode&lt;br /&gt;
| Toggle between targeting modes.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Value&lt;br /&gt;
! Description&lt;br /&gt;
|+ Subcommands&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;a&#039;&#039;&#039;&lt;br /&gt;
| Activate targeting mode A. Use up and down to target party members, and left and right to cycle targets based on current target filter.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;b&#039;&#039;&#039;&lt;br /&gt;
| Activate targeting mode B. Use up and down to select a target filer, and left and right to cycle targets.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;c&#039;&#039;&#039;&lt;br /&gt;
| Activate targeting mode C. Use up and down to target party members, and left and right to cycle all targets.&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
| /battletargetmode [subcommand]&lt;br /&gt;
| /btmode&lt;br /&gt;
| Toggle targeting mode only for enemies that are engaged. Toggle on and off when no subcommand is specified.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Value&lt;br /&gt;
!Description&lt;br /&gt;
|+ Subcommands&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;On&#039;&#039;&#039;&lt;br /&gt;
| Activate targeting mode.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Off&#039;&#039;&#039;&lt;br /&gt;
| Disable targeting mode.&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
| /directtarget [subcommand]&lt;br /&gt;
| /dtar&lt;br /&gt;
| Toggle direct targeting on.  Press accept/confirm to select the nearest target, regardless of filters.  Toggle between on and off when no subcommand is specified.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Value&lt;br /&gt;
!Description&lt;br /&gt;
|+ Subcommands&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;On&#039;&#039;&#039;&lt;br /&gt;
|Toggle direct targeting on. Press &#039;&#039;&#039;Accept/Confirm&#039;&#039;&#039; to select the nearest target, regardless of target filters.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Off&#039;&#039;&#039;&lt;br /&gt;
| Toggle direct targeting off.&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
| /targetpc&lt;br /&gt;
| none&lt;br /&gt;
| Targets the closest PC within a certain radius.&lt;br /&gt;
|-&lt;br /&gt;
| /targetnpc&lt;br /&gt;
| none&lt;br /&gt;
| Targets the closest NPC or enemy within a certain radius.&lt;br /&gt;
|-&lt;br /&gt;
| /targetenemy&lt;br /&gt;
| /tenemy&lt;br /&gt;
| Targets the closest enemy&lt;br /&gt;
|-&lt;br /&gt;
| /battletarget&lt;br /&gt;
| /bt&lt;br /&gt;
| Targets the closest engaged target&lt;br /&gt;
|-&lt;br /&gt;
| /lockon&lt;br /&gt;
| none&lt;br /&gt;
| Locks on to the target.  Enter the command again to turn lock off.&lt;br /&gt;
|-&lt;br /&gt;
| /autolockon [subcommands]&lt;br /&gt;
| /autolock&lt;br /&gt;
| Automatically lock onto targets. Toggle between enabled and disabled modes when no subcommand is specified.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Value&lt;br /&gt;
!Description&lt;br /&gt;
|+ Subcommands&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;On&#039;&#039;&#039;&lt;br /&gt;
|Enable automatic target lock.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Off&#039;&#039;&#039;&lt;br /&gt;
| Disable automatic targtet lock.&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
| /assist&lt;br /&gt;
| /as&lt;br /&gt;
| Targets the target of a PC specified by a &amp;amp;lsaquo;t&amp;amp;rsaquo;  or &amp;amp;lsaquo;p#&amp;amp;rsaquo;  macro.&lt;br /&gt;
|-&lt;br /&gt;
| /subtarget [subcommand]&lt;br /&gt;
| /st&lt;br /&gt;
| Toggles subtargeting when executing commands directly from the action bar.  Toggle between on and off when no command is specified.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Value&lt;br /&gt;
!Description&lt;br /&gt;
|+ Subcommands&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;On&#039;&#039;&#039;&lt;br /&gt;
|Enable subtargeting.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Off&#039;&#039;&#039;&lt;br /&gt;
| Disable subtargeting.&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
| /facetarget&lt;br /&gt;
| /ft&lt;br /&gt;
| When executed, the character will immediately turn to face the main target. If the character is in motion, the character will come to an immediate halt.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Equipment====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Command&lt;br /&gt;
!Shorthand&lt;br /&gt;
!Help&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!-- DEPRECIATED in 2.5&lt;br /&gt;
| /equip [slot] [item name]&lt;br /&gt;
| none&lt;br /&gt;
| Equips an item to a specified slot.  If an item name is omitted, then the item currently equipped to that slot will be unequipped.&lt;br /&gt;
Available slots:&lt;br /&gt;
* main&lt;br /&gt;
* sub&lt;br /&gt;
* throwing&lt;br /&gt;
* pack&lt;br /&gt;
* pouch&lt;br /&gt;
* head&lt;br /&gt;
* body&lt;br /&gt;
* shirt&lt;br /&gt;
* legs&lt;br /&gt;
* garment&lt;br /&gt;
* hands&lt;br /&gt;
* feet&lt;br /&gt;
* waist&lt;br /&gt;
* neck&lt;br /&gt;
* ears&lt;br /&gt;
* wrists&lt;br /&gt;
* R.finger&lt;br /&gt;
* L.finger.&lt;br /&gt;
|- &lt;br /&gt;
END: DEPRECIATED SECTION --&amp;gt;&lt;br /&gt;
| /display[slot] [subcommand]&lt;br /&gt;
| none&lt;br /&gt;
| Toggle the display of gear in the head and/or weapon slots.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Slots&lt;br /&gt;
!Description&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;arms&#039;&#039;&#039;&lt;br /&gt;
| Toggles the items equipped in the Main Hand &amp;amp; Off-Hand slots.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;head &#039;&#039;&#039;&lt;br /&gt;
| Toggles the item equipped in the Head slot.&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Subcommands&lt;br /&gt;
!Description&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;On&#039;&#039;&#039;&lt;br /&gt;
| Show the item equipped in the designated slot.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Off&#039;&#039;&#039;&lt;br /&gt;
| Hide the item equipped in the designated slot.&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
| /gearset [subcommand]&lt;br /&gt;
| /gs &lt;br /&gt;
| Execute gear set functions.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Subcommands&lt;br /&gt;
!Description&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;change [num1] [num2]&#039;&#039;&#039;&lt;br /&gt;
| Changes your equipment to the gear set registered to the slot [num1] specified.&amp;lt;br&amp;gt;If glamor plates are available, plate number [num2] can also be specified.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;view[num]&#039;&#039;&#039;&lt;br /&gt;
| View your equipment in the gear set registered to the slot [num] specified.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;save[num]&#039;&#039;&#039;&lt;br /&gt;
| Save current gear to to the slot [num] specified.&amp;lt;br&amp;gt;A gear set name can be specified in place of a slot number.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;delete[num]&#039;&#039;&#039;&lt;br /&gt;
| Delete the gear set registered to the slot [num] specified.&amp;lt;br&amp;gt;A gear set name can be specified in place of a slot number.&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
| /title [subcommand]&lt;br /&gt;
| none&lt;br /&gt;
| Change your currently selected title.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Subcommands&lt;br /&gt;
!Description&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;set &amp;quot;title&amp;quot;&#039;&#039;&#039;&lt;br /&gt;
| Change your current title to &amp;quot;title&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;clear&#039;&#039;&#039;&lt;br /&gt;
| Display no title.&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Party====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Command&lt;br /&gt;
!Shorthand&lt;br /&gt;
!Help&lt;br /&gt;
|-&lt;br /&gt;
| /partycmd [subcommand]&lt;br /&gt;
| /pcmd&lt;br /&gt;
| Executes various party commands.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Value&lt;br /&gt;
!Description&lt;br /&gt;
|+ Subcommands&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;join&#039;&#039;&#039;&lt;br /&gt;
| Accept a party invite.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;decline&#039;&#039;&#039;&lt;br /&gt;
| Decline a party invite.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;add&#039;&#039;&#039; [name]&lt;br /&gt;
| Invite targeted PC to your party.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;leave&#039;&#039;&#039;&lt;br /&gt;
| Leave your current party.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;kick&#039;&#039;&#039; [name]&lt;br /&gt;
| Oust a PC from your party.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;breakup&#039;&#039;&#039;&lt;br /&gt;
| Dissolve your current party.&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
| /join&lt;br /&gt;
| none&lt;br /&gt;
| Accepts a party invite.&lt;br /&gt;
|-&lt;br /&gt;
| /decline&lt;br /&gt;
| none&lt;br /&gt;
| Declines a party invite.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====UI Display====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Command&lt;br /&gt;
!Shorthand&lt;br /&gt;
!Help&lt;br /&gt;
|-&lt;br /&gt;
| /actionbar [subcommand]&lt;br /&gt;
| /abar&lt;br /&gt;
| Toggle actionbar display method.  Toggles between on and off when no subcommand is specified.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Value&lt;br /&gt;
!Description&lt;br /&gt;
|+ Subcommands&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;on&#039;&#039;&#039;&lt;br /&gt;
| Always display actionbar.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;off&#039;&#039;&#039;&lt;br /&gt;
| Display bar only when executing commands.&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
| /actionbarhelp [subcommand]&lt;br /&gt;
| /abarhelp&lt;br /&gt;
| Display pop-up help text for action bars. Toggle between on and off when no subcommand is specified.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Value&lt;br /&gt;
!Description&lt;br /&gt;
|+ Subcommands&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;on&#039;&#039;&#039;&lt;br /&gt;
| Display help text.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;off&#039;&#039;&#039;&lt;br /&gt;
| Hide help text.&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
| /targetcursor [subcommand]&lt;br /&gt;
| /tcursor&lt;br /&gt;
| Set the default position of the target cursor.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Value&lt;br /&gt;
!Description&lt;br /&gt;
|+ Subcommands&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;a&#039;&#039;&#039;&lt;br /&gt;
| Set to central.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;b&#039;&#039;&#039;&lt;br /&gt;
| Set to floating.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;c&#039;&#039;&#039;&lt;br /&gt;
| Set to both central and floating.&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
| /names [subcommand]&lt;br /&gt;
| none&lt;br /&gt;
| Turn all name displays on or off.  Toggles between on and off when no subcommand is specified.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Value&lt;br /&gt;
!Description&lt;br /&gt;
|+ Subcommands&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;on&#039;&#039;&#039;&lt;br /&gt;
| Turn names on.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;off&#039;&#039;&#039;&lt;br /&gt;
| Turn names off.&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
| /enemylevel [subcommand]&lt;br /&gt;
| /elevel&lt;br /&gt;
| Display levels below enemies&#039; names.  Toggles between off and on when no subcommand is specified.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Value&lt;br /&gt;
!Description&lt;br /&gt;
|+ Subcommands&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;on&#039;&#039;&#039;&lt;br /&gt;
| Display enemy levels&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;off&#039;&#039;&#039;&lt;br /&gt;
| Hide enemy levels.&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
| /enemyicon [subcommand]&lt;br /&gt;
| /eicon&lt;br /&gt;
| Display active and non-active icons for enemies.  Toggles between off and on when no subcommand is specified.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Value&lt;br /&gt;
!Description&lt;br /&gt;
|+ Subcommands&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;on&#039;&#039;&#039;&lt;br /&gt;
| Display active (red) and non-active (green) icons.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;off&#039;&#039;&#039;&lt;br /&gt;
| Hide active (red) and non-active (green) icons.&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
| /enmity [subcommand]&lt;br /&gt;
| /enm&lt;br /&gt;
| Display enemy enmity icons.  Toggles between off and on when no subcommand is specified.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Value&lt;br /&gt;
!Description&lt;br /&gt;
|+ Subcommands&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;on&#039;&#039;&#039;&lt;br /&gt;
| Display enmity icons next to enemy HP bars.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;off&#039;&#039;&#039;&lt;br /&gt;
| Hide enmity icons.&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
| /away [subcommand]&lt;br /&gt;
| none&lt;br /&gt;
| Change your online status to away.  Toggles between off and on when no subcommand is specified.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Value&lt;br /&gt;
!Description&lt;br /&gt;
|+ Subcommands&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;on&#039;&#039;&#039;&lt;br /&gt;
| Display away icon.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;off&#039;&#039;&#039;&lt;br /&gt;
| Hide away icon.&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
| /countdown [value]&lt;br /&gt;
| /count&lt;br /&gt;
| Initiate a countdown in seconds, starting at the designated value (up to 20 seconds). &lt;br /&gt;
Countdown length is 5 seconds when no value is specified.  &lt;br /&gt;
Words and numbers displayed will not appear in screenshots.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Menus====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Command&lt;br /&gt;
!Shorthand&lt;br /&gt;
!Help&lt;br /&gt;
|-&lt;br /&gt;
| /loot&lt;br /&gt;
| none&lt;br /&gt;
| Opens your loot list.&lt;br /&gt;
|-&lt;br /&gt;
| /friendlist&lt;br /&gt;
| /flist&lt;br /&gt;
| Opens your friend list.&lt;br /&gt;
|-&lt;br /&gt;
| /blacklist [subcommand]&lt;br /&gt;
| /blist&lt;br /&gt;
| Opens your blacklist.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Command&lt;br /&gt;
!Description&lt;br /&gt;
|+ Subcommands&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;add&#039;&#039;&#039; [name]&lt;br /&gt;
| Adds the character with the specified name to your blacklist.&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
| /map&lt;br /&gt;
| none&lt;br /&gt;
| Opens the current area map.&lt;br /&gt;
|-&lt;br /&gt;
| /supportdesk&lt;br /&gt;
| /helpdesk&lt;br /&gt;
| Opens the help desk menu.&lt;br /&gt;
|-&lt;br /&gt;
| /logout&lt;br /&gt;
| none&lt;br /&gt;
| Begins the log out process.&lt;br /&gt;
|-&lt;br /&gt;
| /shutdown&lt;br /&gt;
| none&lt;br /&gt;
| Log out and exit the game.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Configuration====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Command&lt;br /&gt;
!Shorthand&lt;br /&gt;
!Help&lt;br /&gt;
|-&lt;br /&gt;
| /shadow [subcommand]&lt;br /&gt;
| none&lt;br /&gt;
| Toggle the display of character shadows. Toggles between enabled and disabled when no subcommand is specified.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Value&lt;br /&gt;
!Description&lt;br /&gt;
|+ Subcommands&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;on&#039;&#039;&#039;&lt;br /&gt;
| Enable character shadows.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;off&#039;&#039;&#039;&lt;br /&gt;
| Disable character shadows.&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
| /physics [subcommand]&lt;br /&gt;
| none&lt;br /&gt;
| Toggle realistic physics effects. Toggles between enabled and disabled modes when no subcommand is specified.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Value&lt;br /&gt;
!Description&lt;br /&gt;
|+ Subcommands&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;on&#039;&#039;&#039;&lt;br /&gt;
| Enable realistic physics effects.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;off&#039;&#039;&#039;&lt;br /&gt;
| Disable realistic physics effects.&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
| /profanity [subcommand]&lt;br /&gt;
| none&lt;br /&gt;
| Toggle the profane language filter. Toggles between enabled and disabled when no subcommand is specified.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Value&lt;br /&gt;
!Description&lt;br /&gt;
|+ Subcommands&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;on&#039;&#039;&#039;&lt;br /&gt;
| Enable the language filter.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;off&#039;&#039;&#039;&lt;br /&gt;
| Disable the language filter.&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
| /scrollingbattletext [subcommand]&lt;br /&gt;
| /sbt&lt;br /&gt;
| Toggle the display of damage and other combat information.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Value&lt;br /&gt;
!Description&lt;br /&gt;
|+ Subcommands&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;on&#039;&#039;&#039;&lt;br /&gt;
| Enable graphic combat text.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;off&#039;&#039;&#039;&lt;br /&gt;
| Disable graphic combat text.&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
| /extendeddraw [subcommand]&lt;br /&gt;
| /edraw&lt;br /&gt;
| Extend the range at which graphics are drawn.  Toggles between off and on when no subcommand specified.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Value&lt;br /&gt;
!Description&lt;br /&gt;
|+ Subcommands&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;on&#039;&#039;&#039;&lt;br /&gt;
| Enable extended drawing.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;off&#039;&#039;&#039;&lt;br /&gt;
| Disable extended drawing.&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
| /textclear [num] [subcommand]&lt;br /&gt;
| /tc&lt;br /&gt;
| Toggle the text auto-hide feature for &#039;&#039;num&#039;&#039; log window. Text will be hidden after 60 seconds. &lt;br /&gt;
Toggles between off and on when no subcommand is specified.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Value&lt;br /&gt;
!Description&lt;br /&gt;
|+ Subcommands&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;on&#039;&#039;&#039;&lt;br /&gt;
| Turn on the log text hide feature.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;off&#039;&#039;&#039;&lt;br /&gt;
| Turn off the log text hide feature.&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
| /camera [subcommand]&lt;br /&gt;
| /cam&lt;br /&gt;
| Set the current camera position as default when no subcommand is specified.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Value&lt;br /&gt;
!Description&lt;br /&gt;
|+ Subcommands&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;reset&#039;&#039;&#039;&lt;br /&gt;
| Reset position to system default.&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
| /uilock [subcommand]&lt;br /&gt;
| none&lt;br /&gt;
| Prevents movement or resizing of UI elements.  Toggles between on and off when no subcommand is specified.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Value&lt;br /&gt;
!Description&lt;br /&gt;
|+ Subcommands&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;on&#039;&#039;&#039;&lt;br /&gt;
| Lock the position and size of all UI elements.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;off&#039;&#039;&#039;&lt;br /&gt;
| Unlock the position and size of all UI elements.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!-- *** /macrobar /mbar does not appear to work in 2.5.1 - commenting out. ***&lt;br /&gt;
|-&lt;br /&gt;
| /macrobar [subcommand]&lt;br /&gt;
| /mbar&lt;br /&gt;
| Toggle the continuous display of the macro bar. Toggles between off and on when no subcommand is specified.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Value&lt;br /&gt;
!Description&lt;br /&gt;
|+ Subcommands&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;on&#039;&#039;&#039;&lt;br /&gt;
| Display or hide the macro bar with a single press of &#039;&#039;&#039;Ctrl&#039;&#039;&#039; or &#039;&#039;&#039;Alt&#039;&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;off&#039;&#039;&#039;&lt;br /&gt;
| Display the macro bar by holding down &#039;&#039;&#039;Ctrl&#039;&#039;&#039; or &#039;&#039;&#039;Alt&#039;&#039;&#039;.&lt;br /&gt;
|}&lt;br /&gt;
*** END /macrobar ***&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| /uihelp [subcommand]&lt;br /&gt;
| none&lt;br /&gt;
| Display pop-up help text for each UI element.  Toggles between on and off when no subcommand given.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Value&lt;br /&gt;
!Description&lt;br /&gt;
|+ Subcommands&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;on&#039;&#039;&#039;&lt;br /&gt;
| Display help text.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;off&#039;&#039;&#039;&lt;br /&gt;
| Hide help text.&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Player Search====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Command&lt;br /&gt;
!Shorthand&lt;br /&gt;
!Help&lt;br /&gt;
|-&lt;br /&gt;
| /search [query] ...&lt;br /&gt;
| /who&lt;br /&gt;
| Search for players using the designated conditions.  Results are displayed in the player search interface.&lt;br /&gt;
The following can be used as search subcommands:&lt;br /&gt;
* Status&lt;br /&gt;
* Class&lt;br /&gt;
* Level&lt;br /&gt;
* Job&lt;br /&gt;
* Grand Company Affiliation&lt;br /&gt;
* Area&lt;br /&gt;
* Language&lt;br /&gt;
Subcommands for the /search (/who) text command can be input directly in the language selected in the FINAL FANTASY XIV Config. &lt;br /&gt;
Searches can also be made using words found in the auto-translate dictionary.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Other====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Command&lt;br /&gt;
!Shorthand&lt;br /&gt;
!Help&lt;br /&gt;
|-&lt;br /&gt;
| /? [command name]&lt;br /&gt;
| /? &lt;br /&gt;
| Gives a detailed explanation of specified command. Abbreviations can be used.&lt;br /&gt;
If a command name is incomplete or does not exist, similar commands will be listed.&lt;br /&gt;
*  All names used with these commands must be either a single word or in quotation marks.&lt;br /&gt;
|-&lt;br /&gt;
| /macroicon [icon name] [category]&lt;br /&gt;
| /micon&lt;br /&gt;
| Changes icon with named item/action as specified by the category. Category defaults to action if none is specified.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Category&lt;br /&gt;
!Icon Description&lt;br /&gt;
|+&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;action&amp;lt;br&amp;gt;blueaction&amp;lt;br&amp;gt;pvpaction&#039;&#039;&#039;&lt;br /&gt;
| Specified action, blue mage action, and/or PvP action will displayed as the icon.&amp;lt;br&amp;gt;Recast time and required MP (if any) will be displayed with the icon.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;general&#039;&#039;&#039;&lt;br /&gt;
| Specified general action will be displayed as the icon.&amp;lt;br&amp;gt;Recast time will be displayed with the icon.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;pet&amp;lt;br&amp;gt;companion&#039;&#039;&#039;&lt;br /&gt;
| Specified pet/companion action will be displayed as the icon.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;item&amp;lt;br&amp;gt;emote&amp;lt;br&amp;gt;minion&amp;lt;br&amp;gt;mount&amp;lt;br&amp;gt;enemysign&amp;lt;br&amp;gt;waymark&amp;lt;br&amp;gt;gearset&amp;lt;br&amp;gt;classjob&amp;lt;br&amp;gt;quickchat&amp;lt;br&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
| Specified named item/entity will be displayed as the icon.&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
| /wait [time] &amp;lt;br&amp;gt; &amp;lt;wait.[time]&amp;gt;&lt;br /&gt;
| none&lt;br /&gt;
| A macro command for adjusting the pause between commands. A wait time amount of 1 equals one second, and the maximum wait time allowed is 60.&lt;br /&gt;
If the wait time amount is over 60, it will be counted as 60.&lt;br /&gt;
&amp;lt;br&amp;gt; e.g. /action Swiftcast &amp;lt;me&amp;gt; &amp;lt;wait.1&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| /battlemode [subcommand]&lt;br /&gt;
| /bm&lt;br /&gt;
| Toggles between active and passive mode. Toggles between active and passive mode when no subcommand is specified.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Value&lt;br /&gt;
!Description&lt;br /&gt;
|+ Subcommands&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;on&#039;&#039;&#039;&lt;br /&gt;
| Switch to active mode.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;off&#039;&#039;&#039;&lt;br /&gt;
| Switch to passive mode.&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
| /item [item name] [target name]&lt;br /&gt;
| none&lt;br /&gt;
| Uses an item on the specified target.  Cannot be used with items that are not in your inventory, or when restricted by other factors.&lt;br /&gt;
|-&lt;br /&gt;
| /marking [sign type] [target]&lt;br /&gt;
| /mk&lt;br /&gt;
/enemysign&lt;br /&gt;
| Set a target sign on the specified target. Select the type of sign using a value between attack1-8, bind1-3, ignore1-2, circle, cross, square or triangle.&lt;br /&gt;
If sign type is off or clear, it removes the sign.&lt;br /&gt;
Example:&lt;br /&gt;
&amp;lt;pre&amp;gt;/enemysign attack1&amp;lt;/pre&amp;gt;&lt;br /&gt;
sets sign type attack one on target.&lt;br /&gt;
|-&lt;br /&gt;
| /automove&lt;br /&gt;
| none&lt;br /&gt;
|  Begin moving in the current direction you are facing; move backwards to cancel manually.&amp;lt;br&amp;gt;Toggles between on and off when no subcommand is specified.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Value&lt;br /&gt;
!Description&lt;br /&gt;
|+ Subcommands&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;on&#039;&#039;&#039;&lt;br /&gt;
| Turns autowalk/autorun on.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;off&#039;&#039;&#039;&lt;br /&gt;
| Turns autowalk/autorun off.&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
| /check [target name]&lt;br /&gt;
| /c&lt;br /&gt;
| Examines the specified PC. Examines current target when no PC is specified.&amp;lt;br&amp;gt;Used in conjunction with Placeholders (&amp;lt;t&amp;gt;, &amp;lt;target&amp;gt;, &amp;lt;1&amp;gt;-&amp;lt;8&amp;gt;) within Macros.&lt;br /&gt;
|-&lt;br /&gt;
| /timer [subcommand]&lt;br /&gt;
| none&lt;br /&gt;
| Displays the [[Timers]] Interface, showing the Daily and Weekly Checklist for in-game activities as well as the time remaining until their Daily/Weekly Resets.&lt;br /&gt;
|-&lt;br /&gt;
| /random [subcommand]&lt;br /&gt;
| none&lt;br /&gt;
| Roll a random number between 0 and the specified upper limit value (from a minimum of 2 up to a maximum of 999). Results will be displayed in a /say radius. Rolls will be between 0 and 999 if no upper limit value is designated.&lt;br /&gt;
|-&lt;br /&gt;
| /dice [chat mode] [subcommand]&lt;br /&gt;
| none&lt;br /&gt;
| Roll a random number between 0 and the specified upper limit value (from a minimum of 2 up to a maximum of 999). Results will be displayed in the specified chat channel. Rolls will be between 0 and 999 if no upper limit value is designated.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Chat Mode&lt;br /&gt;
!Description&lt;br /&gt;
|+ &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;party, p&#039;&#039;&#039;&lt;br /&gt;
| Results are displayed in Party Chat.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;alliance, al&#039;&#039;&#039;&lt;br /&gt;
| Results are displayed in Alliance Chat.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;freecompany, fc&#039;&#039;&#039;&lt;br /&gt;
| Results are displayed in Free Company Chat.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;pvpteam, pt&#039;&#039;&#039;&lt;br /&gt;
| Results are displayed in PvP Team Chat.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;linkshell1-8, l1-8&#039;&#039;&#039;&lt;br /&gt;
| Results are displayed in Linkshell Chat.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;cwlinkshell1-8, cwl1-8&#039;&#039;&#039;&lt;br /&gt;
| Results are displayed in Cross-World Linkshell Chat.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
| /equiplinkshell [subcommand]&lt;br /&gt;
| /el&lt;br /&gt;
| Activate the designated linkshell. Unequips active linkshell when no subcommand is specified.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Value&lt;br /&gt;
!Description&lt;br /&gt;
|+ Subcommands&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;LS Name&#039;&#039;&#039;&lt;br /&gt;
| Equip linkshell with provided name.  Quotation marks are required for names containing a space.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;LS Number&#039;&#039;&#039;&lt;br /&gt;
| Equip linkshell corresponding to designated number.&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Placeholders===&lt;br /&gt;
The following placeholder commands are also available for chatting and text commands.&lt;br /&gt;
====Targeting Placeholders====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Placeholder&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;t&amp;gt;, &amp;lt;target&amp;gt;&lt;br /&gt;
|Displays current target&#039;s name.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;amp;lt;tt&amp;amp;gt;, &amp;lt;t2t&amp;gt;&lt;br /&gt;
|Displays target of current target&#039;s name&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;f&amp;gt;, &amp;lt;focus&amp;gt;&lt;br /&gt;
|Displays your focus target&#039;s name&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;r&amp;gt;, &amp;lt;reply&amp;gt;&lt;br /&gt;
|Displays the name of the last player to send you a /tell&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;pet&amp;gt;&lt;br /&gt;
|Displays your current (Familiar/Egi/Fairy) name&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;comp&amp;gt;, &amp;lt;buddy&amp;gt;, &amp;lt;c&amp;gt;, &amp;amp;lt;b&amp;amp;gt;&lt;br /&gt;
|Displays your summoned chocobo companion&#039;s name&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;mo&amp;gt;, &amp;lt;mouse&amp;gt;&lt;br /&gt;
|Displays the name of the target under your mouse cursor (or party/ally UI)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;f&amp;gt;, &amp;lt;focus&amp;gt;&lt;br /&gt;
|Displays the name of your /focustarget&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;me&amp;gt;, &amp;lt;0&amp;gt;&lt;br /&gt;
|Displays your character&#039;s name.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;1&amp;gt;&lt;br /&gt;
| Party Member 1. Displays name of first party member in list.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;2&amp;gt;&lt;br /&gt;
| Party Member 2. Displays name of second party member in list.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;3&amp;gt;&lt;br /&gt;
| Party Member 3. Displays name of third party member in list.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;4&amp;gt;&lt;br /&gt;
| Party Member 4. Displays name of fourth party member in list.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;5&amp;gt;&lt;br /&gt;
| Party Member 5. Displays name of fifth party member in list.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;6&amp;gt;&lt;br /&gt;
| Party Member 6. Displays name of sixth party member in list.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;7&amp;gt;&lt;br /&gt;
| Party Member 7. Displays name of seventh party member in list.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;8&amp;gt;&lt;br /&gt;
| Party Member 8. Displays name of eighth party member in list.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;la&amp;gt;, &amp;lt;lastattacker&amp;gt;&lt;br /&gt;
| Displays the last enemy that attacked you.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;le&amp;gt;, &amp;lt;lastenemy&amp;gt;&lt;br /&gt;
| Displays the last enemy you targeted.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;lt&amp;gt;, &amp;lt;lasttarget&amp;gt;&lt;br /&gt;
| Displays your last target.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;attack1&amp;gt;, &amp;lt;attack2&amp;gt;, &amp;lt;attack3&amp;gt;, &amp;lt;attack4&amp;gt;, &amp;lt;attack5&amp;gt;&lt;br /&gt;
|Displays target to attack 1-5&#039;s name (using [[signs]])&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;bind1&amp;gt;, &amp;lt;bind2&amp;gt;, &amp;lt;bind3&amp;gt; &lt;br /&gt;
|Displays target to bind 1-3&#039;s name (using [[signs]])&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;ignore1&amp;gt;, &amp;lt;ignore2&amp;gt;&lt;br /&gt;
|Displays target to ignore 1-2&#039;s name (using [[signs]])&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;square&amp;gt;&lt;br /&gt;
|Displays the name of the target marked with a square (using [[signs]])&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;circle&amp;gt;&lt;br /&gt;
|Displays the name of the target marked with a circle (using [[signs]])&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;cross&amp;gt;&lt;br /&gt;
|Displays the name of the target marked with a cross (using [[signs]])&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;triangle&amp;gt;&lt;br /&gt;
|Displays the name of the target marked with a triangle (using [[signs]])&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Non-Targeting Placeholders====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Placeholder&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;class&amp;gt;, &amp;lt;job&amp;gt;&lt;br /&gt;
|Displays current class (or job) and level. &amp;lt;br&amp;gt;Example: scholar(80)&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;hp&amp;gt;&lt;br /&gt;
|Displays current HP and maximum HP.&amp;lt;br&amp;gt;Example: 150/200&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;hpp&amp;gt;&lt;br /&gt;
|Displays current HP as a percentage.&amp;lt;br&amp;gt;Example: 75%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;mp&amp;gt;&lt;br /&gt;
|Displays current MP and maximum MP.&amp;lt;br&amp;gt;Example: 75/100&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;mpp&amp;gt;&lt;br /&gt;
|Displays current MP as a percentage.&amp;lt;br&amp;gt;Example: 75%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;comphp&amp;gt;&lt;br /&gt;
|Displays your chocobo&#039;s current HP and maximum HP.&amp;lt;br&amp;gt;Example: 150/200&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;comphpp&amp;gt;&lt;br /&gt;
|Displays your chocobo&#039;s current HP as a percentage.&amp;lt;br&amp;gt;Example: 75%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;thpp&amp;gt;, &amp;lt;targethpp&amp;gt;&lt;br /&gt;
|Displays target&#039;s current HP as a percentage.&amp;lt;br&amp;gt;Example: 75%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;fhpp&amp;gt;, &amp;lt;focushpp&amp;gt;&lt;br /&gt;
|Displays focus target&#039;s current HP as a percentage.&amp;lt;br&amp;gt;Example: 75%&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;fclass&amp;gt;, &amp;lt;focusclass&amp;gt;, &amp;lt;fjob&amp;gt;, &amp;lt;focusjob&amp;gt;&lt;br /&gt;
|Displays focus target&#039;s class (or job). &amp;lt;br&amp;gt;Example: astrologian&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;pos&amp;gt;&lt;br /&gt;
|Display&#039;s coordinates of current location.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;flag&amp;gt;&lt;br /&gt;
|Display&#039;s coordinates of flag&#039;s location.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;recast.[action name]&amp;gt;&lt;br /&gt;
|Display&#039;s cooldown for specified action. &amp;lt;br&amp;gt;Example (&amp;lt;recast.summon seraph&amp;gt;): 1:32&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Guides==&lt;br /&gt;
{{main|Macro Guides}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Macro]]&lt;/div&gt;</summary>
		<author><name>Dylourd</name></author>
	</entry>
	<entry>
		<id>https://ffxiv.consolegameswiki.com/mediawiki/index.php?title=Another_Aloalo_Island_(Savage)&amp;diff=1251973</id>
		<title>Another Aloalo Island (Savage)</title>
		<link rel="alternate" type="text/html" href="https://ffxiv.consolegameswiki.com/mediawiki/index.php?title=Another_Aloalo_Island_(Savage)&amp;diff=1251973"/>
		<updated>2026-03-17T08:20:49Z</updated>

		<summary type="html">&lt;p&gt;Dylourd: &amp;quot;Vulnerability Down Buff&amp;quot; corrected to &amp;quot;Vulnerability Up Buff&amp;quot; and &amp;quot;an a enemy&amp;quot; to &amp;quot;an enemy&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{see also|Aloalo Island|Another Aloalo Island}}&lt;br /&gt;
{{Duty infobox&lt;br /&gt;
| name = Another Aloalo Island (Savage)&lt;br /&gt;
| description = Osmon has completed his novel based on your adventures with an alacrity so remarkable that one might wonder if it was half written already. As you turn the pages, you cannot help but imagine yourself confronting the mighty foes of his tale. With embellishments so fabulous as to make a wandering minstrel blush, the idyllic Aloalo is transformed into a gauntlet of monsters most foul.&lt;br /&gt;
| image = another aloalo island (savage).png&lt;br /&gt;
| type = Criterion Dungeon&lt;br /&gt;
| difficulty = savage&lt;br /&gt;
| level = 90&lt;br /&gt;
| level-sync = 90&lt;br /&gt;
| ilvl = 665&lt;br /&gt;
| ilvl-max-sync = true&lt;br /&gt;
| ilvl-sync = 665&lt;br /&gt;
| size = light&lt;br /&gt;
| time-limit = 90&lt;br /&gt;
| phoenix-down = n&lt;br /&gt;
| duty-finder = V&amp;amp;C Dungeon Finder&lt;br /&gt;
| roulette = &lt;br /&gt;
| unsync = n&lt;br /&gt;
| tomestones = 30 poetics&lt;br /&gt;
| region = ???&lt;br /&gt;
| entrance = &lt;br /&gt;
| entrance-coordinates = &lt;br /&gt;
| req-other = Talk to [[Osmon]] after completing {{i|Another Aloalo Island}}&lt;br /&gt;
| patch = 6.51&lt;br /&gt;
| release = endwalker&lt;br /&gt;
}}&lt;br /&gt;
{{TOC limit|3}}&lt;br /&gt;
==Objectives==&lt;br /&gt;
#Clear the Sands of Morn: 0/1&lt;br /&gt;
#Defeat [[Ketuduke]]: 0/1&lt;br /&gt;
#Clear the Roots of Gloam: 0/1&lt;br /&gt;
#Defeat the [[lala]]: 0/1&lt;br /&gt;
#Defeat [[Statice]]: 0/1&lt;br /&gt;
&lt;br /&gt;
==Enemies==&lt;br /&gt;
Players have 23 minutes and 50 seconds to complete the dungeon upon engaging the first enemy before all enemies in the dungeon receive the {{status effect|debuff|File:Sewer-dwelller icon1.png}} &#039;&#039;&#039;Powerful&#039;&#039;&#039; buff, which grants &amp;quot;&#039;&#039;Damage dealt is significantly increased, while damage taken is significantly decreased.&#039;&#039;&amp;quot; This timer will reset and all defeated enemies will respawn if the party wipes.&lt;br /&gt;
&lt;br /&gt;
If a player logs out or disconnects after the first enemy is engaged, they will be KO&#039;d upon returning to the game.&lt;br /&gt;
&lt;br /&gt;
All bosses and enemies have very similar battle mechanics to those in [[Another Aloalo Island]] but with higher health and damage. Some AoE attack indicators from enemies have been shortened or removed.&lt;br /&gt;
&lt;br /&gt;
===The Sands of Morn===&lt;br /&gt;
There are four groups of enemies in this S-shaped room. In addition, whirlwinds will be constantly traveling across the room. Touching them will inflict lethal damage.&lt;br /&gt;
&lt;br /&gt;
====[[File:Aggressive difficulty r1.png|32px|link=]] Aloalo Kiwakin====&lt;br /&gt;
*&#039;&#039;&#039;Lead Hook&#039;&#039;&#039;: Telegraphed three-hit physical tankbuster dealing high damage.&lt;br /&gt;
*&#039;&#039;&#039;Sharp Strike&#039;&#039;&#039;: Telegraphed physical tankbuster dealing high damage and inflicting {{status effect|debuff|File:Concussion icon1.png}} &#039;&#039;&#039;Concussion&#039;&#039;&#039; damage-over-time. Should be cleansed using {{action icon|Esuna}}.&lt;br /&gt;
*&#039;&#039;&#039;Tail Screw&#039;&#039;&#039;: Reduces the tank&#039;s HP to 1. Will result in death if their Concussion was not cleansed.&lt;br /&gt;
&lt;br /&gt;
====[[File:Aggressive difficulty r1.png|32px|link=]] Aloalo Snipper and Aloalo Crab (x2)====&lt;br /&gt;
*&#039;&#039;&#039;Water III&#039;&#039;&#039; (Snipper): Stack marker on one player, dealing high magical damage. Should be mitigated.&lt;br /&gt;
*&#039;&#039;&#039;Bubble Shower&#039;&#039;&#039; (Snipper): Untelegraphed frontal conal AoE. Immediately followed by &#039;&#039;&#039;Crab Dribble&#039;&#039;&#039;, an untelegraphed rear conal AoE with a quick cast. Dodge both at the flanks.&lt;br /&gt;
&lt;br /&gt;
====[[File:Aggressive difficulty r1.png|32px|link=]] Aloalo Ray and Aloalo Paddle Biter (x2)====&lt;br /&gt;
*&#039;&#039;&#039;Hydrocannon&#039;&#039;&#039; (Ray): Untelegraphed frontal line AoE.&lt;br /&gt;
*&#039;&#039;&#039;Expulsion&#039;&#039;&#039; (Ray): Large, late telegraphed point-blank AoE.&lt;br /&gt;
*&#039;&#039;&#039;Electric Whorl&#039;&#039;&#039; (Ray): Late telegraphed donut AoE.&lt;br /&gt;
&lt;br /&gt;
====[[File:Aggressive difficulty r1.png|32px|link=]] Aloalo Monk====&lt;br /&gt;
*&#039;&#039;&#039;Hydroshot&#039;&#039;&#039;: Marks a player with an orange marker and uses an attack that deals magical damage, knocks them back a moderate distance, and inflicts an uncleansable {{status effect|dropsy}} [[dropsy]] for 15s that must be healed through. The knockback can be prevented with knockback immune actions.&lt;br /&gt;
*&#039;&#039;&#039;Cross Attack&#039;&#039;&#039;: Telegraphed physical tankbuster dealing high damage.&lt;br /&gt;
&lt;br /&gt;
===The Roots of Gloam===&lt;br /&gt;
There are two Aloalo Islekeepers and two Aloalo Wood Golems in this room. Each enemy will patrol the room in a fixed pattern and begin moving when one enemy is pulled. Both Aloalo Wood Golems will initially have red sword markers around them, indicating a {{status effect|buff|Damage Up}} Damage Up buff. Both Aloalo Islekeepers will initially have blue shield markers around them, indicating a {{status effect|buff|Vulnerability Down}} Vulnerability Up buff. Each time an enemy is defeated, the remaining adds will swap their buff and increase in movement speed. Each add will enrage a certain period of time after being pulled, so it is important to only fight adds that have the Damage Up buff, one at a time.&lt;br /&gt;
&lt;br /&gt;
Kill order:&lt;br /&gt;
&lt;br /&gt;
#Pull the northwest Wood Golem to the northeast corner and defeat it.&lt;br /&gt;
#Pull the nearest Islekeeper to the northeast corner and defeat it. &lt;br /&gt;
#Pull the remaining Wood Golem to the southeast corner and defeat it.  Be aware of the approaching Islekeeper later on; the tank should aggro it if it gets close so it does not auto-attack a DPS or healer.&lt;br /&gt;
#Finally, pull and defeat the remaining Islekeeper.&lt;br /&gt;
&lt;br /&gt;
====[[File:Aggressive difficulty r1.png|32px|link=]] Aloalo Islekeeper====&lt;br /&gt;
*&#039;&#039;&#039;Ancient Quaga&#039;&#039;&#039;: Heavy party-wide magical damage and inflicts {{status effect|sludge}} sludge. Should be mitigated.&lt;br /&gt;
*&#039;&#039;&#039;Gravity Force&#039;&#039;&#039;: Stack marker AoE on a random player, dealing magical damage.&lt;br /&gt;
*&#039;&#039;&#039;Isle Drop&#039;&#039;&#039;: An untelegraphed circle AoE directly in front of the enemy.&lt;br /&gt;
*&#039;&#039;&#039;Ancient Quaga&#039;&#039;&#039;&lt;br /&gt;
*The enemy will then enrage with a slow cast of &#039;&#039;&#039;Ancient Quaga&#039;&#039;&#039;, which will wipe the party.&lt;br /&gt;
&lt;br /&gt;
====[[File:Aggressive difficulty r1.png|32px|link=]] Aloalo Wood Golem====&lt;br /&gt;
*&#039;&#039;&#039;Ancient Aero III&#039;&#039;&#039;: Lethal party-wide magical damage that must be [[interrupt]]ed.&lt;br /&gt;
*&#039;&#039;&#039;Tornado&#039;&#039;&#039;: Marks a random player, targeting them with a small untelegraphed AoE that will inflict {{status effect|bind}} to anyone in it. This must be cleansed using {{action icon|esuna}} to avoid the next attack.&lt;br /&gt;
*&#039;&#039;&#039;Ovation&#039;&#039;&#039;: An untelegraphed frontal line AoE aimed at the previously marked player, killing anyone hit.&lt;br /&gt;
*&#039;&#039;&#039;Ancient Aero III&#039;&#039;&#039;&lt;br /&gt;
*The enemy will then enrage with a slow cast of &#039;&#039;&#039;Ancient Aero III&#039;&#039;&#039;, which will wipe the party.&lt;br /&gt;
&lt;br /&gt;
==Bosses==&lt;br /&gt;
{{#lsth:Another Aloalo Island|Bosses}}&lt;br /&gt;
==Loot==&lt;br /&gt;
{{see also|Exquisite Weapons}}&lt;br /&gt;
Another Aloalo Island (Savage) uses &#039;&#039;&#039;personal loot&#039;&#039;&#039;, so players must interact with and loot the coffer by themselves.&lt;br /&gt;
&lt;br /&gt;
====[[File:Gold Coffer (small).png|32px|link=]] Treasure Coffer====&lt;br /&gt;
{{Drops table header}}&lt;br /&gt;
{{Drops table row|Aloalo Manuscript|fixed=y}}&lt;br /&gt;
{{Table footer}}&lt;br /&gt;
&lt;br /&gt;
==Achievements==&lt;br /&gt;
This duty is associated with the following [[achievements]]:&lt;br /&gt;
&lt;br /&gt;
{| {{STDT|mech1}}&lt;br /&gt;
{{achievement table header}}&lt;br /&gt;
{{achievement table row|Charting the Savage Unknown}}&lt;br /&gt;
{{achievement table row|Criterion Core}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Music==&lt;br /&gt;
{{music table header}}&lt;br /&gt;
{{music table row|Main|O Hunter, Rejoice}}&lt;br /&gt;
{{music table row|Final Boss|Finality}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Images==&lt;br /&gt;
===Dungeon Images===&lt;br /&gt;
&amp;lt;gallery mode=&amp;quot;packed&amp;quot; heights=200px&amp;gt;&lt;br /&gt;
AAI intro.jpg&lt;br /&gt;
File:Another Aloalo Island3.png&lt;br /&gt;
File:Another Aloalo Island1.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Duties nav/vcdungeon}}&lt;/div&gt;</summary>
		<author><name>Dylourd</name></author>
	</entry>
</feed>