Results 1 to 1 of 1
  1. #1
    Player
    TheFluffyCat's Avatar
    Join Date
    Oct 2013
    Posts
    7
    Character
    Aelia Caelum
    World
    Hyperion
    Main Class
    Conjurer Lv 50

    Repose/Mark/Buffs Macro Advice?

    Hi fellow healers!

    I'm looking for some advice on macros to help with things like marking/sleep and healing buffs. I know there have been threads on this in the past, but just wanted to get some feedback on a couple of ones I wrote to see if you think they'll work well (or at all - haha).

    Basic Sleep/Bind Macro:
    /mk bind1 <t>
    /ac Repose <bind1>

    Sleeping Marked Targets -- This is if the tank has already marked 1, 2, 3; I'd especially like feedback on whether this one is worth it, or if there's a better way to write it to make it more flexible. Also, when doing this manually I usually sleep the 3rd target 1st, then the middle one, but maybe that should be reversed...?

    /mk bind1 <attack3>
    /ac Repose <bind1>
    /wait 1
    /mk bind2 <attack2>
    /ac Repose <bind2>


    Heal buffs + Regen:
    /ac "Divine Seal" <me>
    /wait 1
    /ac Regen <t>
    /wait 1
    /ac Regen <me>
    /wait 1
    /ac "Shroud of Saints" <me>
    /wait 1
    /ac “Presence of Mind” <me> (will be changed to /ac Swiftcast <me> when I stop putting off leveling cross-class skills )

    I'm worried that last one will actually take longer than just popping the buffs individually when needed, but want to come up with something good for boss fights when I know a big hit is coming.

    Also, should these work the same on PS3/PS4? Do I need to do anything to my PS3 settings in order to be able to use the macros successfully (like disable direct chat)?

    Final question...if any lines in the macro fail, will it continue to the next line, or does it cancel the rest of it entirely?

    Thanks in advance everyone!
    (0)
    Last edited by TheFluffyCat; 05-24-2014 at 06:28 AM. Reason: length