Hey guys, I'd like to know how to create a macro that will automatically cast repose on my focus target or if there is any other macros like this that would be helpful as a white mage, thanks.
Printable View
Hey guys, I'd like to know how to create a macro that will automatically cast repose on my focus target or if there is any other macros like this that would be helpful as a white mage, thanks.
/micon Repose
/ac Repose <focus>
the placeholder value for focus target is <focus>.
so if you mark your tank as your focus target, and you have a macro as follows:
/micon "Cure"
/ac "Cure" <focus>
/echo "2.5sec CD"
Your focus target (the tank) will be healed over anything else. I like taking this a step further with most of my macros and do something like the following:
/micon "Cure"
/ac "Cure" <focus>
/ac "Cure" <t>
/ac "Cure" <tt>
/ac "Cure" <me>
/echo "2.5sec CD"
It goes from the beginning to the end of the list. If I don't have a focus target, it heals on my target. If my target can't be healed, it heals on the target of my target. If that can't happen, it heals me.
Apply this knowledge to your own macros!
I would not recommend set focus target as a tank, especially against a high level boss. You should set focus target as boss so you can see the incoming skill boss will use and prepare countermeasure before hand, such as precast esuna or precast cure.