<?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=404notfound</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=404notfound"/>
	<link rel="alternate" type="text/html" href="https://ffxiv.consolegameswiki.com/wiki/Special:Contributions/404notfound"/>
	<updated>2026-04-17T21:12:02Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://ffxiv.consolegameswiki.com/mediawiki/index.php?title=Useful_Combat_Macros&amp;diff=805433</id>
		<title>Useful Combat Macros</title>
		<link rel="alternate" type="text/html" href="https://ffxiv.consolegameswiki.com/mediawiki/index.php?title=Useful_Combat_Macros&amp;diff=805433"/>
		<updated>2024-07-15T21:23:49Z</updated>

		<summary type="html">&lt;p&gt;404notfound: Removing reference to removed ability&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;[[Macro]]s&#039;&#039;&#039; have uses during combat but they should be used cautiously or it will be detrimental to your output. Any actions on the [[global cooldown]] (GCD), i.e. weaponskills and spells, should not be assigned to a macro, because it will cause a delay when executing the macro&amp;lt;ref&amp;gt;https://www.youtube.com/watch?v=VgpUCgExvbA&amp;lt;/ref&amp;gt; and ultimately result in lost casts over the course of an encounter. However, it may be recommended to macro some off-global cooldown (oGCD) actions, particularly those that require you to target another party member, to avoid the hassle of having to manually switch targets.&lt;br /&gt;
&lt;br /&gt;
==Targeting other players==&lt;br /&gt;
[[File:Targeting example.png|right|thumb|Party list numbering (yellow numbers). In this example {{action icon|Nascent Flash}} is assigned to seven macros each targeting the respective party member without needing to manually change targets.]]&lt;br /&gt;
The general structure for a macro that targets another player with an ability is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
/ac &amp;quot;action_name&amp;quot; &amp;lt;#&amp;gt;&lt;br /&gt;
/ac &amp;quot;action_name&amp;quot; &amp;lt;#&amp;gt;&lt;br /&gt;
/ac &amp;quot;action_name&amp;quot; &amp;lt;#&amp;gt;&lt;br /&gt;
/ac &amp;quot;action_name&amp;quot; &amp;lt;#&amp;gt;&lt;br /&gt;
/ac &amp;quot;action_name&amp;quot; &amp;lt;#&amp;gt;&lt;br /&gt;
/ac &amp;quot;action_name&amp;quot; &amp;lt;#&amp;gt;&lt;br /&gt;
/ac &amp;quot;action_name&amp;quot; &amp;lt;#&amp;gt;&lt;br /&gt;
/ac &amp;quot;action_name&amp;quot; &amp;lt;#&amp;gt;&lt;br /&gt;
/ac &amp;quot;action_name&amp;quot; &amp;lt;#&amp;gt;&lt;br /&gt;
/ac &amp;quot;action_name&amp;quot; &amp;lt;#&amp;gt;&lt;br /&gt;
/ac &amp;quot;action_name&amp;quot; &amp;lt;#&amp;gt;&lt;br /&gt;
/ac &amp;quot;action_name&amp;quot; &amp;lt;#&amp;gt;&lt;br /&gt;
/ac &amp;quot;action_name&amp;quot; &amp;lt;#&amp;gt;&lt;br /&gt;
/ac &amp;quot;action_name&amp;quot; &amp;lt;#&amp;gt;&lt;br /&gt;
/micon &amp;quot;action_name&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Where &amp;lt;code&amp;gt;action_name&amp;lt;/code&amp;gt; is the name of the action and &amp;lt;code&amp;gt;#&amp;lt;/code&amp;gt; is the target. &amp;lt;code&amp;gt;#&amp;lt;/code&amp;gt; can be set to a number (2, 3, 4, 5, 6, 7, or 8) to always target a person based on your party list, or &amp;lt;code&amp;gt;mo&amp;lt;/code&amp;gt; to target a player you hover your cursor over, either their actual character or their spot on the party list.&lt;br /&gt;
&lt;br /&gt;
While the number targeting may sometimes be more consistent than mouseover targeting, a downside is that a separate macro needs to be made for each action for each party list number (2-8), which will take up a lot of limited hotbar and macro storage space, along with possibly cluttering your user interface.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;/ac&amp;lt;/code&amp;gt; line is repeated multiple times to ensure the action is &amp;quot;queued&amp;quot; correctly.&lt;br /&gt;
&lt;br /&gt;
==Ground targeting==&lt;br /&gt;
Some actions require ground targeting, which can also be finicky. These actions include {{action icon|Asylum}} (WHM), {{action icon|Liturgy of the Bell}} (WHM), {{action icon|Sacred Soil}} (SCH), {{action icon|Earthly Star}} (AST), and magical ranged DPS {{STFI|Limit Break|link=Limit Break|icon=Limit break icon1.png|size=small}} [[Limit Break]]s.&lt;br /&gt;
&lt;br /&gt;
===Instant action===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
/micon action_name&lt;br /&gt;
/ac action_name gtoff&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
By taking advantage of gtoff, we can target instantly at the cursor location without having to go through ground targeting.&lt;br /&gt;
&lt;br /&gt;
===Targeted action===&lt;br /&gt;
&amp;lt;pre&amp;gt;/micon action_name&lt;br /&gt;
/ac action_name &amp;lt;t&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since in many encounters, fighting occurs around a specific target, like the main boss or the tank pulling a pack, a targeted action can also be used to automatically place it at your current target. Be aware that there are some situations where this is not appropriate, such as if the boss is located outside of the arena or if the boss is about to move.&lt;br /&gt;
&lt;br /&gt;
This is most useful for controller players, as it may not be as precise to use the gtoff macro above with the controller targeting mode.&lt;br /&gt;
&lt;br /&gt;
==Tanks==&lt;br /&gt;
===Shirk===&lt;br /&gt;
During 8-man content requiring a tank swap, macroing {{action icon|Shirk}} will circumvent having to target your co-tank. The following macro assumes that your co-tank is number 2 in the party list. If not, replace it with the appropriate number (3-8).&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
/ac &amp;quot;Shirk&amp;quot; &amp;lt;2&amp;gt;&lt;br /&gt;
/ac &amp;quot;Shirk&amp;quot; &amp;lt;2&amp;gt;&lt;br /&gt;
/ac &amp;quot;Shirk&amp;quot; &amp;lt;2&amp;gt;&lt;br /&gt;
/ac &amp;quot;Shirk&amp;quot; &amp;lt;2&amp;gt;&lt;br /&gt;
/ac &amp;quot;Shirk&amp;quot; &amp;lt;2&amp;gt;&lt;br /&gt;
/ac &amp;quot;Shirk&amp;quot; &amp;lt;2&amp;gt;&lt;br /&gt;
/ac &amp;quot;Shirk&amp;quot; &amp;lt;2&amp;gt;&lt;br /&gt;
/ac &amp;quot;Shirk&amp;quot; &amp;lt;2&amp;gt;&lt;br /&gt;
/ac &amp;quot;Shirk&amp;quot; &amp;lt;2&amp;gt;&lt;br /&gt;
/ac &amp;quot;Shirk&amp;quot; &amp;lt;2&amp;gt;&lt;br /&gt;
/ac &amp;quot;Shirk&amp;quot; &amp;lt;2&amp;gt;&lt;br /&gt;
/ac &amp;quot;Shirk&amp;quot; &amp;lt;2&amp;gt;&lt;br /&gt;
/ac &amp;quot;Shirk&amp;quot; &amp;lt;2&amp;gt;&lt;br /&gt;
/ac &amp;quot;Shirk&amp;quot; &amp;lt;2&amp;gt;&lt;br /&gt;
/micon &amp;quot;Shirk&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Holmgang (Warrior)===&lt;br /&gt;
{{action icon|Holmgang}} requires a selected target to cast, unlike other Tank invulnerability cooldowns. If the target enemy dies, the player will lose the effect. Also, if the target is out of range, the player cannot use this ability. To circumvent these quirks, it is recommended to use a self-target macro, e.g.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
/ac &amp;quot;Holmgang&amp;quot; &amp;lt;me&amp;gt;&lt;br /&gt;
/ac &amp;quot;Holmgang&amp;quot; &amp;lt;me&amp;gt;&lt;br /&gt;
/ac &amp;quot;Holmgang&amp;quot; &amp;lt;me&amp;gt;&lt;br /&gt;
/ac &amp;quot;Holmgang&amp;quot; &amp;lt;me&amp;gt;&lt;br /&gt;
/ac &amp;quot;Holmgang&amp;quot; &amp;lt;me&amp;gt;&lt;br /&gt;
/ac &amp;quot;Holmgang&amp;quot; &amp;lt;me&amp;gt;&lt;br /&gt;
/ac &amp;quot;Holmgang&amp;quot; &amp;lt;me&amp;gt;&lt;br /&gt;
/ac &amp;quot;Holmgang&amp;quot; &amp;lt;me&amp;gt;&lt;br /&gt;
/ac &amp;quot;Holmgang&amp;quot; &amp;lt;me&amp;gt;&lt;br /&gt;
/ac &amp;quot;Holmgang&amp;quot; &amp;lt;me&amp;gt;&lt;br /&gt;
/ac &amp;quot;Holmgang&amp;quot; &amp;lt;me&amp;gt;&lt;br /&gt;
/ac &amp;quot;Holmgang&amp;quot; &amp;lt;me&amp;gt;&lt;br /&gt;
/ac &amp;quot;Holmgang&amp;quot; &amp;lt;me&amp;gt;&lt;br /&gt;
/micon &amp;quot;Holmgang&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Targeted actions===&lt;br /&gt;
Targeted mitigation and healing abilities, such as {{action icon|Cover}} (PLD), {{action icon|Intervention}} (PLD), {{action icon|Nascent Flash}} (WAR), {{action icon|The Blackest Night}} (DRK), {{action icon|Oblation}} (DRK), {{action icon|Aurora}} (GNB), {{action icon|Heart of Stone}} (GNB), and {{action icon|Heart of Corundum}} (GNB) can be assigned via the general &amp;quot;Targeting other players&amp;quot; macro format above. &lt;br /&gt;
&lt;br /&gt;
==Healers==&lt;br /&gt;
===Player and ground targeted actions===&lt;br /&gt;
Healers have a variety of player- and ground-targeted oGCD abilities that you may decide to macro if you prefer. See the &amp;quot;targeting other players&amp;quot; and &amp;quot;ground targeting&amp;quot; sections above.&lt;br /&gt;
&lt;br /&gt;
===Resurrect===&lt;br /&gt;
[[Resurrect]] actions, such as {{action icon|Raise}} (WHM), {{action icon|Resurrection}} (SCH/SMN), {{action icon|Ascend}} (AST), {{action icon|Egeiro}} (SGE), and {{action icon|Verraise}} (RDM) should not be assigned to a macro because they are global cooldown actions. However, some players decide to attach a text macro when they revive another player for the purposes of letting other jobs with resurrect actions know that the target player has been revived to avoid overlaps. This text macro should be standalone, e.g.,&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;/p Reviving &amp;lt;t&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In general, make the text concise and informative, and avoid attaching sound effects (&amp;lt;se.#&amp;gt;) or passive-aggressive messages, which could annoy other players.&lt;br /&gt;
&lt;br /&gt;
==DPS==&lt;br /&gt;
Actions such as {{action icon|The Warden&#039;s Paean}} (BRD), {{action icon|Closed Position}} (DNC), {{action icon|Aetherial Manipulation}} (BLM), and {{action icon|Rekindle}} (SMN) may benefit from the player targeting or mouseover macros described previously. &lt;br /&gt;
*While only one Dance Partner is usually chosen for a given encounter, there are situations where it is beneficial to switch partners, such as if your current partner dies.&lt;br /&gt;
&lt;br /&gt;
{{action icon|Shukuchi}} relies on ground targeting and may also benefit from a ground targeting macro described previously. It is recommended to keep a non-macro version of Shukuchi assigned for situations where you need to use manual targeting.&lt;br /&gt;
&lt;br /&gt;
Magical ranged DPS {{STFI|Limit Break|link=Limit Break|icon=Limit break icon1.png|size=small}} [[Limit Break]]s may also benefit from the ground-targeting macros described previously. In situations where precisely hitting all targets is critical (e.g. the Cosmo Meteor mechanic in {{questlink|ultimateraid|The Omega Protocol (Ultimate)}}), using a targeting macro is recommended over manual ground targeting.&lt;br /&gt;
&lt;br /&gt;
==Fight-specific text macros==&lt;br /&gt;
Some fights, especially those with memory-based mechanics, may benefit from macros that remind players of mechanics. For example, if the boss uses an action that stores either a spread or stack mechanic for later, you could make two macros: one for spread, and the other for stack, then press the appropriate macro. When the mechanic is about to resolve, players can look at the party chat for a reminder of whether to spread or stack.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
[[Category:Guides]]&lt;/div&gt;</summary>
		<author><name>404notfound</name></author>
	</entry>
	<entry>
		<id>https://ffxiv.consolegameswiki.com/mediawiki/index.php?title=Firmalbert&amp;diff=786554</id>
		<title>Firmalbert</title>
		<link rel="alternate" type="text/html" href="https://ffxiv.consolegameswiki.com/mediawiki/index.php?title=Firmalbert&amp;diff=786554"/>
		<updated>2024-07-11T05:45:46Z</updated>

		<summary type="html">&lt;p&gt;404notfound: /* Quests Involved In */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{NPC infobox&lt;br /&gt;
| name = Firmalbert&lt;br /&gt;
| description = You stand before the Congregation of Our Knights Most Heavenly─the headquarters of we knights who have sworn to serve the Holy See.&lt;br /&gt;
| image = Firmalbert.png&lt;br /&gt;
| location = Foundation&lt;br /&gt;
| coordinates = 12.1,8.9&lt;br /&gt;
| title = &lt;br /&gt;
| gender = Male&lt;br /&gt;
| age =&lt;br /&gt;
| race = Elezen&lt;br /&gt;
| clan = Wildwood&lt;br /&gt;
| class =&lt;br /&gt;
| job =&lt;br /&gt;
| profession = &lt;br /&gt;
| birthplace =&lt;br /&gt;
| organization = &lt;br /&gt;
| level =&lt;br /&gt;
| aggression =&lt;br /&gt;
| service = &lt;br /&gt;
| goal =&lt;br /&gt;
| patch = 3.0&lt;br /&gt;
| release = heavensward&lt;br /&gt;
}}&lt;br /&gt;
==Quests Started==&lt;br /&gt;
{{quest list header}}&lt;br /&gt;
{{table footer}}&lt;br /&gt;
==Quests Involved In==&lt;br /&gt;
{{quest list header}}&lt;br /&gt;
{{quest list row|The Narwhal Beckons}}&lt;br /&gt;
{{table footer}}&lt;br /&gt;
&lt;br /&gt;
==Additional Information==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:NPCs]] [[Category: NPCs]] [[Category:Patch 3.0 NPCs]]&lt;/div&gt;</summary>
		<author><name>404notfound</name></author>
	</entry>
</feed>