How To Use:
1. Unlike WoW macros, Aion ones only need to be pushed ONCE for the whole macro to execute. So don't mash the macro, it will automatically perform each line after one hit.
2. Most of these can be copy and pasted into your macro editor, however exceptions are:
Replace
ALL inverted commas and their text with spell ranks/names/numbers. Fairly self explanatory.
3. 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 270ish.
Updates07/10:-Added a macro which buffs the whole group with a single buff after one click
04/10:-Removed the group buffing macro since there isn't enough room to fit the whole macro in to the editor
-Added self-buff macro
-Added 'focus' macros and variations under Healing and Combat/PVP
28/09:-New macro added under general: Wing animation cancelling macro
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. General
2. Healing
3. Levelling
4. Combat1. General
a) Flight/Wings Animation Cancelling/Skill Toggle Flight/Landing
/Delay 0.01
/Skill Toggle Combat
Use this macro to save yourself some time when you take flight. Really useful macro for shaving off time when you are chasing someone or escaping.
b) Buffing an entire group:First up, you need to assign a variable (which will be the buff) to a variable slot. In this example we will assign it to Variable 0, you can check all your assigned variables in your macro window.
1. In your CHAT BOX type:/Variable 0 Blessing of Rock I
2. Next we will write up the actual macro/Select [%Group1]
/Skill [%Variable0]
/Delay 1
/Select [%Group2]
/Skill [%Variable0]
/Delay 1
/Select [%Group3]
/Skill [%Variable0]
/Delay 1
/Select [%Group4]
/Skill [%Variable0]
/Delay 1
/Select [%Group5]
/Skill [%Variable0]
The macro will buff your entire group with Variable 0. One limitation is that the character limit restricts it from buffing yourself, so you will need to do this manually (see the self buff macro under "Levelling".
Creating a second macro to buff Blessing of Life is pretty much the same as the one above.
1. In your chat box type:/Variable 1 Blessing of Life I
2. Next we will write up the actual macro/Select [%Group1]
/Skill [%Variable1]
/Delay 1
/Select [%Group2]
/Skill [%Variable1]
/Delay 1
/Select [%Group3]
/Skill [%Variable1]
/Delay 1
/Select [%Group4]
/Skill [%Variable1]
/Delay 1
/Select [%Group5]
/Skill [%Variable1]
2. Healinga) Focus" Macro Inspired by Vohl from thread Focus CC Macro:Macro 1:/Variable 0 [%Target]Macro 2:/Select [%Variable0]
/Skill Healing Light "Rank"Bind each macro to two different hotkeys.
There are two macros you need to push for this one. The first one assigns your selected target as your 'focus'.
Pushing the second macro selects your 'focus' assigned in macro 1 and heals it.
Changing the number in Variable"Number" assigns the target to a different variable slot. To see a list of all assigned variables go in to your macro panel and into the 'Variable' tab.
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.
3. Levelling
a) Faster resting/Mana regen/Skill Light of Rejuvenation "Rank"
/Delay 2
/Skill Penance "Rank"
/Delay 2
/Skill Toggle RestI 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.
b) Self-buff macro/Select [%Group0]
/Skill Blessing of Health "Rank"
/Delay 1
/Skill Blessing of Rock "Rank"
/Delay 1
/Skill Rebirth IUse this macro and you'll never forget to SS yourself ever again!
4. Combat and PVPa) "Focus" Root Macro:Macro 1:/Variable 1 [%Target]Macro 2:/Select [%Variable0]
/Skill Root I
/Delay 1
/Select [%PreviousTarget]This is exactly the same as the 'Focus' heal macro (listed above under the healing section*, but it focuses an enemy as Variable 1 and roots it.
So again, bind each macro to a different hotkey. Macro 1 assigns the targetted enemy as a focus target (preferably a melee chasing you). Macro 2 selects the focus and roots it.
b) Simple assist and announce target:/Select [%Group"Number"]
/Skill Select Target's Target
/Delay 0.1
/Group Attack [%Target] selected by [%Group"Number"]!
/AttackAlternatively, you can replace [%Group"Number"] with the name of your group's main assist.
c) 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.
Update: A lot of people have been running in to problems with this, the only advice I can give is to trial and error the delay time in between attacks until the whole string goes off.