Results 1 to 10 of 263

Hybrid View

  1. #1
    Player
    Superskull85's Avatar
    Join Date
    Aug 2013
    Posts
    92
    Character
    Jade Drax
    World
    Sargatanas
    Main Class
    Arcanist Lv 100
    Curious why are people a fan of <mo>? It seems like even if you move your mouse ever so slightly it would mess up your healing. I am much more inclined to use <1>-<8> instead of <mo>. Where are some of my macros using the numbered targets (using both WHM/CJN and SCH to make seamless transitions the micons are different every other macro to show the GCD for both healers when switching class/job). I changed some of the party text slightly.

    /micon Cure
    /ac Cure <1>
    /ac Physick <1>
    /wait 3
    /ac Adloquium <1>

    /micon Physick
    /ac Cure <2>
    /ac Physick <2>
    /wait 3
    /ac Adloquium <2>

    /micon Raise
    /ac Surecast <me>
    /ac Swiftcast <me>
    /ac "Keen Flurry" <me> //can only be used with CJN and ACN
    /wait 0.5
    /party I'm reviving <1>...
    /ac Raise <1>
    /ac Resurrection <1>

    /micon Resurrection
    /ac Surecast <me>
    /ac Swiftcast <me>
    /ac "Keen Flurry" <me> //can only be used with CJN and ACN
    /wait 0.5
    /party I'm reviving <2>...
    /ac Raise <2>
    /ac Resurrection <2>
    (3)
    Last edited by Superskull85; 09-04-2013 at 04:33 AM.

  2. #2
    Player
    Superskull85's Avatar
    Join Date
    Aug 2013
    Posts
    92
    Character
    Jade Drax
    World
    Sargatanas
    Main Class
    Arcanist Lv 100
    Repeat those two as needed depending on your group size.

    /micon Medica
    /marking triangle <me>
    /party Area heal on triangle!
    /ac Medica <me>
    /ac Succor <me>
    /wait 3
    /marking off <me>

    /micon Protect
    /marking triangle <me>
    /party Applying shield buffs get close to triangle!
    /ac "Stone Skin" <1>
    /wait 3
    /ac "Stone Skin" <2>
    /wait 3
    /ac "Stone Skin" <3>
    /wait 3
    /ac "Stone Skin" <4>
    /wait 3
    /ac Protect <me>
    /marking off <me>
    /wait 3
    /ac Adloquium <me>

    One big problem with the markings is that you may have it on/off when it is not supposed to be if you interrupt the macro with another macro (two macros cannot run concurrently when using actions and/or markings. Only text seems to be concurrent).
    (5)
    Last edited by Superskull85; 09-04-2013 at 04:34 AM.

  3. #3
    Player
    Superskull85's Avatar
    Join Date
    Aug 2013
    Posts
    92
    Character
    Jade Drax
    World
    Sargatanas
    Main Class
    Arcanist Lv 100
    Also I see that inKyomih's post that he/she used /target <1> ; /t "Stone Skine" <1>. This is unneeded. You can simply do /ac "Stone Skin" <1> and keep your target on the boss/tank if you want to (I always target boss or adds that need to die. I never target players).

    For pets use a variation of this macro. You will need to mark the pet with a square, circle or cross before entering battle. If you are using triangle above I don't recommend using triangle for a pet as you will remove it when you cast the area heal or shield buffs.

    /micon Cure
    /ac Cure <square> (<circle>, <cross>)
    /ac Physick <square> (<circle>, <cross>)
    /wait 3
    /ac Adloquium <square> (<circle>, <cross>)

    To target pets make sure you enable pets when your weapon is put away. Put away your weapon and press the target button when next to them. From here you should be able to mark them appropriately.

    Hope this helps some of you with quicker reactions when healing.
    (0)