Sainay
Centurion
Class : Ranger
|
Subject: Usefull macros Sat Sep 26, 2009 11:04 pm |
|
|
taken from: http://www.aionarmory.com/guide.aspx?id=13
Useful Cleric MacrosEdit This Entity Foreword:
I will be updating this guide with a list of useful addons for both PvP and PvE. There isn't much known about the usage of macros at the moment, so the list is quite brief. It primarily consists of some custom macros that I have played around with; they are based off the example macros provided in game.
How To Use:
Most of these can be copy and pasted into your macro editor, however exceptions are:
Replace ALL text inside inverted commas with spell ranks/names/numbers. Fairly self explanatory.
Note that the number in the command '/Delay "Number"' is there to take in to consideration factors such as spell cast times, computer lag or network lag. Therefore it can be different for everyone. As a general indicator, a delay of 0.5 for most macros works with my ping of 271.
Updates
26/09: -Changed Divine Spirit 'HoT' macro to use Light of Renewal rather than Light of Rejuvenation -Changed name of 'Refresh Mind' to 'Penance' -Updated entries with correct assist syntax (Thanks Eloora)
Index:
1. Healing and Buffing
2. Levelling
3. Combat
1. Healing and Buffing
a) Buffing multiple groups with blessings:
/Variable 1 Blessing of Health "Rank" /Select [%Group1] /Skill [%Variable1] /Delay 2 /Select [%Group2] /Skill [%Variable1] /Delay 2 /Select [%Group3] /Skill [%Variable1]
Repeat this pattern, replacing the group number, for more groups.
Create multiple versions of this macro for your different Blessings by replacing the "Number" of the Variable.
b) Healing an enemy's target and re-select the enemy:
/Skill Select Target's Target /Skill "Heal Name" "Rank" /Delay 2 /Select [%PreviousTarget]
This macro is very useful if you have 2 off-tanks or find yourself in a group with people who pull aggro off the tank/s frequently.
Furthermore, you can still heal yourself along with the tank if you happen to take damage.
c) Healing a group member and then re-targetting your previous target:
/Select [%Group"Number"] /Skill "Name" /Delay 2 /Select [%PreviousTarget]
Alternatively, you can also /Select "Player Name"
This is probably one of the better cleric macros out there.
2. Levelling
a) Faster resting/Mana regen
/Skill Light of Rejuvenation "Rank" /Delay 2 /Skill Mana Treatment "Rank" /Delay 2 /Skill Refresh Mind "Rank" /Delay 2 /Skill Toggle Rest
I use this quite a lot for levelling when my mana gets low. Of course you can take out Mana Treatment if you don't have powder.
3. Combat
a) Simple assist and announce target:
/Select [%Group"Number"] /Skill Select Target's Target /Delay 0.1 /Group Attack [%Target] selected by [%Group"Number"]! /Attack
Alternatively, you can replace [%Group"Number"] with the name of your group's main assist.
b) Cast Holy Servant and HoT on it:
/Skill Summon Holy Servant "Rank" /Delay 0.5 /Select Holy Servant /Skill Light of Renewal I /Delay 0.5 /Select [%PreviousTarget]
The point of this macro is to make your summon stay around for one more attack, which is quite good considering it can be simplified down into a 1 second macro.
|
|