Avalon
THIS FORUM HAS BEEN CLOSED DOWN!

OUR NEW SITE IS

WWW.AVALON-GAMING.COM
Avalon
THIS FORUM HAS BEEN CLOSED DOWN!

OUR NEW SITE IS

WWW.AVALON-GAMING.COM
Avalon
Would you like to react to this message? Create an account in a few clicks or log in to continue.



 
HomeSearchLatest imagesRegisterLog in
THIS FORUM HAS BEEN CLOSED DOWN!! GO TO OUR NEW SITE WWW.AVALON-GAMING.COM
THIS FORUM HAS BEEN CLOSED DOWN!! GO TO OUR NEW SITE WWW.AVALON-GAMING.COM
THIS FORUM HAS BEEN CLOSED DOWN!! GO TO OUR NEW SITE WWW.AVALON-GAMING.COM
Event Info Click Here!

News & Update
*21.12.09

Avalons New Site!!

Click here
*14.12.09

- Guild Merge (40+)

Click here
*06.12.09

- Legion Status & Invites

Click here

*09.12.09

- Recruiting Forum Officers (Support)

Click here

Who is online?
In total there are 44 users online :: 0 Registered, 0 Hidden and 44 Guests

None

Most users ever online was 224 on Sun Nov 07, 2021 2:33 pm
Chatbox

ShoutMix chat widget
Latest topics
» Cya lol
Some Useful Cleric Macros EmptyFri Jan 01, 2010 6:23 pm by Cyber

» THIS IS ME!
Some Useful Cleric Macros EmptyThu Dec 31, 2009 12:18 pm by monotonaz

» DotA PUDGE LOLOL FAT MAN XD
Some Useful Cleric Macros EmptyThu Dec 31, 2009 8:10 am by BubblesJX

» (New) Avalon guild promo
Some Useful Cleric Macros EmptyThu Dec 31, 2009 1:21 am by monotonaz

» This or that?
Some Useful Cleric Macros EmptyWed Dec 30, 2009 5:20 pm by Cyber

» Cyber and Doom on WEBCAM xD
Some Useful Cleric Macros EmptyWed Dec 30, 2009 3:14 pm by Halloz

» outdated pics of me XD
Some Useful Cleric Macros EmptyTue Dec 29, 2009 4:42 am by doomthrust

» Going on a trip to Finland .
Some Useful Cleric Macros EmptyTue Dec 29, 2009 3:19 am by Cyber

» its sushi ^^
Some Useful Cleric Macros EmptyMon Dec 28, 2009 5:37 pm by GodAnubis

Top posters
Frobus (391)
Some Useful Cleric Macros I_vote_lcapSome Useful Cleric Macros I_voting_barSome Useful Cleric Macros I_vote_rcap 
girl_barb (343)
Some Useful Cleric Macros I_vote_lcapSome Useful Cleric Macros I_voting_barSome Useful Cleric Macros I_vote_rcap 
sushilover (332)
Some Useful Cleric Macros I_vote_lcapSome Useful Cleric Macros I_voting_barSome Useful Cleric Macros I_vote_rcap 
dasano (298)
Some Useful Cleric Macros I_vote_lcapSome Useful Cleric Macros I_voting_barSome Useful Cleric Macros I_vote_rcap 
Halloz (249)
Some Useful Cleric Macros I_vote_lcapSome Useful Cleric Macros I_voting_barSome Useful Cleric Macros I_vote_rcap 
Sari (248)
Some Useful Cleric Macros I_vote_lcapSome Useful Cleric Macros I_voting_barSome Useful Cleric Macros I_vote_rcap 
AbbyAlok (218)
Some Useful Cleric Macros I_vote_lcapSome Useful Cleric Macros I_voting_barSome Useful Cleric Macros I_vote_rcap 
Benitora (193)
Some Useful Cleric Macros I_vote_lcapSome Useful Cleric Macros I_voting_barSome Useful Cleric Macros I_vote_rcap 
doomthrust (152)
Some Useful Cleric Macros I_vote_lcapSome Useful Cleric Macros I_voting_barSome Useful Cleric Macros I_vote_rcap 
monotonaz (137)
Some Useful Cleric Macros I_vote_lcapSome Useful Cleric Macros I_voting_barSome Useful Cleric Macros I_vote_rcap 
Statistics
We have 315 registered users
The newest registered user is Xnyzorea

Our users have posted a total of 4308 messages in 309 subjects

 

 Some Useful Cleric Macros

Go down 
AuthorMessage
Guest
Guest




Some Useful Cleric Macros Empty
PostSubject: Some Useful Cleric Macros   Some Useful Cleric Macros EmptySat Dec 26, 2009 9:42 pm

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.

Updates

07/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. Combat



1. 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. Healing

a) 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 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.





b) Self-buff macro


/Select [%Group0]
/Skill Blessing of Health "Rank"
/Delay 1
/Skill Blessing of Rock "Rank"
/Delay 1
/Skill Rebirth I


Use this macro and you'll never forget to SS yourself ever again!




4. Combat and PVP

a) "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"]!
/Attack


Alternatively, 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.
Back to top Go down
 
Some Useful Cleric Macros
Back to top 
Page 1 of 1
 Similar topics
-
» Aion Cleric
» [ AION ] CLERIC OWNING !!
» Great Cleric Guide
» Cleric Group Guide :P

Permissions in this forum:You cannot reply to topics in this forum
Avalon :: Infinite AION :: Classes :: Priests-
Jump to: