-
I heal with <mo> macro. I find it very useful. Although it is true that macros don't queue, actions queue virtually by copying lines. When you execute a macro, it takes 1 frame (16.7 ms in 60 fps or 33.3 ms in 30 fps) per line. So when I hit the following macro before the GCD is done, it works well.
/merror off
/ac "Cure" <mo>
/ac "Cure" <mo>
/ac "Cure" <mo>
/ac "Cure" <mo>
/ac "Cure" <mo>
/ac "Cure" <mo>
/ac "Cure" <mo>
/ac "Cure" <mo>
/ac "Cure" <mo>
/ac "Cure" <mo>
/ac "Cure" <mo>
/ac "Cure" <mo>
/ac "Cure" <mo>
/micon "Cure"
Note that /micon should be on the last line since it also takes time.
-
I use 3 on whm. E4E+Virus and fluid aura + repose and an swift raise announcement. Repeating lines are there to make sure it goes off, in case you press too early and get clipped by previous animation.
While targeting a party member it will eye for an Eye. Then targeting/target of target/focus target virus.
/ac "Eye for an Eye <t>
/ac "virus <t>
/ac Virus <tt>
/ac virus <focus>
/ac "Eye for an Eye <t>
/recast Virus
/macroicon "Eye for an Eye
If in range, it will fluid aura. If not repose!
/ac "Fluid Aura
/ac "Fluid Aura
/ac "Fluid Aura
/ac "Fluid Aura
/ac Repose
/macroicon "Fluid Aura
Another I wish I had used leveling was a macro that placed the most appropriate stone on a given slot, while casting protect at the start of a dungeon.
/ac Protect
/chotbar set Stone 1 1
/chotbar set "Stone II" 1 1
/chotbar set "Stone III" 1 1
/macroicon protect
Replace 1 1 with your bar, slot numbers. If on pc, use /hotbar instead of /chotbar.
-
I have 0 whm macros, sometimes they dont work, even worse when you get a bit of lagg.
-
Here is my WHM macro for FATEs.
/merror off
/lsync <wait.1>
/ac "Cleric Stance"
/ac "Shroud of Saints"
/micon "Shroud of Saints"
If lsync is off and Cleric Stance is available, set lsync on and set Cleric Stance on (and don't use Shroud of Saints).
Else if lsync is on and Cleric Stance is on and Shroud of Saints is available, set lsync off and set Cleric Stance off and use Shroud of Saints.