Difference between revisions of "Red Mage Macros"

From Final Fantasy XIV Online Wiki
Jump to navigation Jump to search
Line 6: Line 6:
* /macroerror off
* /macroerror off
* /ac "Impact" <t&gt;
* /ac "Impact" <t&gt;
* /ac "Jolt II" <t&gt;
* /ac "Jolt" <t&gt;
* /ac "Jolt" <t&gt;
<br />  
<br />  
This macro uses [[Impact]] when ever its available otherwise it will use [[Jolt]]/[[Jolt II]].
This macro uses [[Impact]] when ever it's available. Otherwise it will use [[Jolt]]/[[Jolt II]].


===Black Magic Macro===
===Black Magic Macro===
Line 14: Line 15:
* /macroerror off
* /macroerror off
* /ac "Verfire" <t&gt;
* /ac "Verfire" <t&gt;
* /ac "Verthunder" <t&gt;
* /ac "Impact" <t&gt;
* /ac "Jolt II" <t&gt;
* /ac "Jolt" <t&gt;
<br />
<br />
This macro uses [[Verfire]] if avaiable other wise it will use [[Verthunder]]. Both of these spells boost the black magic gauge and lets you not worry about if you are verfire ready or not.
This macro uses your most powerful Black magic "verquick" spell available by first checking if [[Verfire]] is available, then [[Impact]], then Jolt--your weakest verquick spell--at the highest level available (useful for when you are synced to a lower level). For optimal DPS, follow this up with a "verslow" spell, such as [[Veraero]] or [[Verthunder]]. If you prefer this strictly boost ONLY Black magic, remove the line with [[Impact]] from your macro.


===White Magic Macro===
===White Magic Macro===
Line 22: Line 25:
*/macroerror off
*/macroerror off
*/ac "Verstone" <t&gt;
*/ac "Verstone" <t&gt;
*/ac "Veraero" <t&gt;
*/ac "Impact" <t&gt;
*/ac "Jolt II" <t&gt;
*/ac "Jolt" <t&gt;
<br />
<br />
This macro uses [[Verstone]] if avaiable other wise it will use [[Veraero]]. Both of these spells boost the white magic gauge and lets you not worry about if you are verstone ready or not.
This macro uses your most powerful White magic "verquick" spell available by first checking if [[Verstone]] is available, then [[Impact]], then casting Jolt--your weakest verquick spell--at the highest level available (useful for when you are synced to a lower level). For optimal DPS, follow this up with a "verslow" spell, such as [[Veraero]] or [[Verthunder]]. If you prefer this strictly boost ONLY White magic, remove the line with [[Impact]] from your macro.


===Power Verraise===
===Power Verraise===
Line 36: Line 41:
* /ac "Verraise" <6&gt;
* /ac "Verraise" <6&gt;
* /ac "Verraise" <7&gt;
* /ac "Verraise" <7&gt;
* /ac "Verraise" <8&gt;
<br />
<br />
This macro will cast [[Verraise]] with [[Swiftcast]] if avaiable, the priority is your current target if it is valid (a dead player) or the first dead player in your party in descending order.
This macro simplifies targeting with [[Verraise]]. The priority is your current target if it is valid (a dead player) or the first dead player in your party in descending order. You may optionally add a check for [[Swiftcast]] first by adding -- /ac "Swiftcast" <wait.1> -- but this will slightly delay your cast time. It is recommended instead that you use this macro while you have the [[Dualcast]] buff.

Revision as of 21:59, 29 January 2019

See also: Red Mage

Macros

Neutral Magic Macro

  • /macroicon "impact"
  • /macroerror off
  • /ac "Impact" <t>
  • /ac "Jolt II" <t>
  • /ac "Jolt" <t>


This macro uses Impact when ever it's available. Otherwise it will use Jolt/Jolt II.

Black Magic Macro

  • /macroicon "Verfire"
  • /macroerror off
  • /ac "Verfire" <t>
  • /ac "Impact" <t>
  • /ac "Jolt II" <t>
  • /ac "Jolt" <t>


This macro uses your most powerful Black magic "verquick" spell available by first checking if Verfire is available, then Impact, then Jolt--your weakest verquick spell--at the highest level available (useful for when you are synced to a lower level). For optimal DPS, follow this up with a "verslow" spell, such as Veraero or Verthunder. If you prefer this strictly boost ONLY Black magic, remove the line with Impact from your macro.

White Magic Macro

  • /macroicon "Verstone"
  • /macroerror off
  • /ac "Verstone" <t>
  • /ac "Impact" <t>
  • /ac "Jolt II" <t>
  • /ac "Jolt" <t>


This macro uses your most powerful White magic "verquick" spell available by first checking if Verstone is available, then Impact, then casting Jolt--your weakest verquick spell--at the highest level available (useful for when you are synced to a lower level). For optimal DPS, follow this up with a "verslow" spell, such as Veraero or Verthunder. If you prefer this strictly boost ONLY White magic, remove the line with Impact from your macro.

Power Verraise

  • /micon "Verraise"
  • /ac "Verraise" <t>
  • /ac "Verraise" <1>
  • /ac "Verraise" <2>
  • /ac "Verraise" <3>
  • /ac "Verraise" <4>
  • /ac "Verraise" <5>
  • /ac "Verraise" <6>
  • /ac "Verraise" <7>
  • /ac "Verraise" <8>


This macro simplifies targeting with Verraise. The priority is your current target if it is valid (a dead player) or the first dead player in your party in descending order. You may optionally add a check for Swiftcast first by adding -- /ac "Swiftcast" <wait.1> -- but this will slightly delay your cast time. It is recommended instead that you use this macro while you have the Dualcast buff.