
All my healers attack skills can be used while keeping the tank in target.
Scholar :
/ft = Facetarget, useful for T7.
<tt> = Target of my target.
<f> = Focus target (I often focus target on tank during EDR)
/macroerror off = Turns off the error message if the still is not available
Healing macros (Fairy control) :
Others :
White Mage :
Fisher :
Because I'm really lazy when I fish.
Miner / Botanist :
Mount macro :
This one is from far my favorite, it was the first thing I did when we finally could macro the mount. It does 3 things :
- If you have your chocobo up for battle or in stable, you will mount your chocobo, if not, you will mount another mount.
- Before you will mount, you will set your summon in steady mode. Which mean that your summon won't go and attack the first mob you will aggro then disappear.
- When you will dismount it will set back the summon on guard mode to protect you if a monster attack you.
if you're playing SMN, you will probably like it as much as I do.
Scholar :
/ft = Facetarget, useful for T7.
<tt> = Target of my target.
<f> = Focus target (I often focus target on tank during EDR)
/macroerror off = Turns off the error message if the still is not available
Code: (Select All)
/macroerror off
/micon "Virus"
/ft
/ac "Virus" <tt>
/ac "Virus" <t>
Code: (Select All)
/macroerror off
/micon "Bane"
/ac "Bane" <t>
/ac "Bane" <tt>
Code: (Select All)
/macroerror off
/micon "Energy Drain"
/ft
/ac "Energy Drain" <tt>
/ac "Energy Drain" <t>
Code: (Select All)
/macroerror off
/micon "Ruin"
/ac "Ruin" <t>
/ac "Ruin" <tt>
Code: (Select All)
/macroerror off
/micon "Bio II"
/ac "Bio II" <tt>
/ac "Bio II" <t>
Code: (Select All)
/macroerror off
/micon "Bio"
/ac "Bio" <tt>
/ac "Bio" <t>
Code: (Select All)
/macroerror off
/micon "Miasma
/ac "Miasma" <t>
/ac "Miasma" <tt>
Healing macros (Fairy control) :
Code: (Select All)
/macroerror off
/micon "Rouse"
/ac "Rouse" <me>
/pac "Whispering Dawn" <me>
Code: (Select All)
/macroerror off
/micon "Physick"
/pac "embrace" <t>
/ac "Physick" <t>
Code: (Select All)
/macroerror off
/micon "Adloquium"
/pac "embrace" <t>
/ac "Adloquium" <t>
Code: (Select All)
/macroerror off
/micon "Succor"
/pac "Fey Illumination" <me>
/Pac "embrace" <me>
/ac "Succor" <me>
Code: (Select All)
/macroerror off
/micon "Sustain"
/pac "embrace" <pet>
/ac "Sustain" <me>
Others :
Code: (Select All)
/macroerror off
/micon "Eye for an Eye"
/ac "Eye for an Eye" <t>
/ac "Eye for an Eye" <f>
/p Eye for an Eye - 30 sec <se.9>
Code: (Select All)
/macroerror off
/micon "Resurrection"
/ac "Swiftcast" <me>
/ac "Resurrection" <t>
/wait 0.5
/ac "Resurrection" <t>
/p casting Resurrection on <t> !!! <se.2>
White Mage :
Code: (Select All)
/macroerror off
/micon "Aero"
/ac "Aero" <t>
/ac "Aero" <tt>
Code: (Select All)
/macroerror off
/micon "Aero II"
/ac "Aero II" <t>
/ac "Aero II" <tt>
Code: (Select All)
/macroerror off
/micon "Stone"
/ac "Stone II" <t>
/ac "Stone II" <tt>
/wait 0.1
/ac "Stone" <t>
/ac "Stone" <tt>
Code: (Select All)
/macroerror off
/micon "Fluid Aura"
/ac "Fluid Aura" <t>
/ac "Fluid Aura" <tt>
Code: (Select All)
/macroerror off
/micon "Cure III"
/ac "Cure III" <me>
Fisher :
Because I'm really lazy when I fish.
Code: (Select All)
/micon "Cast"
/ac "Hook"
/ac "Mooch"
/ac "Cast"
Miner / Botanist :
Code: (Select All)
/ac "Byregot's Ward" <me>
/ac "Nald'thal's Ward" <me>
/ac "Thaliak's Ward" <me>
/ac "Nophica's Ward" <me>
/ac "Llymlaen's Ward" <me>
/ac "Menphina's Ward" <me>
Mount macro :
This one is from far my favorite, it was the first thing I did when we finally could macro the mount. It does 3 things :
- If you have your chocobo up for battle or in stable, you will mount your chocobo, if not, you will mount another mount.
- Before you will mount, you will set your summon in steady mode. Which mean that your summon won't go and attack the first mob you will aggro then disappear.
- When you will dismount it will set back the summon on guard mode to protect you if a monster attack you.
Code: (Select All)
/macroerror off
/micon "Cavalry Drake" mount
/pac "Steady"
/mount "Cavalry Drake"
/mount "Company Chocobo"
/wait 1
/pac "Guard"
if you're playing SMN, you will probably like it as much as I do.