Page 3 of 3 FirstFirst 1 2 3
Results 21 to 24 of 24

Thread: WHM Macros

  1. #21
    Player
    Mikoko_Miko's Avatar
    Join Date
    Jun 2014
    Posts
    244
    Character
    Mikoko Miko
    World
    Ultima
    Main Class
    Culinarian Lv 100
    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.
    (1)

  2. #22
    Player
    Rawrz's Avatar
    Join Date
    Jul 2015
    Posts
    1,704
    Character
    Sir Rawrz
    World
    Gilgamesh
    Main Class
    Red Mage Lv 90
    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.
    (0)
    Last edited by Rawrz; 12-12-2015 at 06:20 AM.

  3. #23
    Player
    EZ5902's Avatar
    Join Date
    Aug 2013
    Posts
    201
    Character
    Ruby Wesson
    World
    Raiden
    Main Class
    White Mage Lv 90
    I have 0 whm macros, sometimes they dont work, even worse when you get a bit of lagg.
    (0)

  4. #24
    Player
    Mikoko_Miko's Avatar
    Join Date
    Jun 2014
    Posts
    244
    Character
    Mikoko Miko
    World
    Ultima
    Main Class
    Culinarian Lv 100
    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.
    (0)

Page 3 of 3 FirstFirst 1 2 3