Difference between revisions of "White Mage Macros"

From Final Fantasy XIV Online Wiki
Jump to navigation Jump to search
m
(Removed the swiftcast thin air raise macro as it in inefficient and encourages bad habits.)
Line 1: Line 1:
==Macros==
===Swiftcast {{action icon|Raise}}===
<code>/macroicon "Raise"<br>
/macroerror off<br>
/ac "Thin Air" <me> <wait.1><br>
/ac "Swiftcast" <me> <wait.1><br>
/ac "Raise" <t><br>
/ac "Raise" <2><br>
/ac "Raise" <3><br>
/ac "Raise" <4><br>
/ac "Raise" <5><br>
/ac "Raise" <6><br>
/ac "Raise" <7><br>
/ac "Raise" <8></code>
This allows you to instantly cast {{action icon|Raise}} if {{action icon|Swiftcast}} is available, or cast normally otherwise, the priority is given to your curret target but will target any dead party member in descending order if your target is invalid.
{{action icon|Thin Air}} was added for the sake of MP economy.
Note that since the wait is 1s but animation lock is only 0.5s, it's recommended to remove the oGCDs and use them manually if available.
===Instant {{action icon|Asylum}}===
===Instant {{action icon|Asylum}}===
<code>/micon Asylum<br>
<code>/micon Asylum<br>

Revision as of 06:45, 3 February 2024

Instant Asylum.png  Asylum

/micon Asylum
/ac Asylum gtoff

By taking advantage of gtoff, we can place Asylum.png  Asylum instantly at the cursor location without having to go through ground targeting.

Targeted Asylum.png  Asylum

/micon Asylum
/ac Asylum <t>

Since, in many encounters, fighting occurs around a specific target, like the main boss or the tank pulling a pack, a targeted Asylum.png  Asylum can also be used. This is most useful for controller players, as it may not be as precise to use the gtoff macro above with the controller targetting mode.