Aion Online: Top Five Most Useful Macro Commands
Posted by WebMaster | Posted in Aion | Posted on 30-09-2009

After spending some time with Aion Online I decided to start to look at the macro functionality of the game. To my surprise the commands available are very robust, more than what is available for World of Warcraft. I will not bog you down with all the commands available, you can use this Reference Guide to get that information. Instead I want to provide you with the top five most useful commands when creating your own macros.
When creating a macro simply hit the U key and a box like this should display.

Click new and type in a title, choose an icon and place your macro text in the blah blah box.
Now on to the commands.
/Select
The first command is very simple this command lets you select a target by name. You can also use the [%Group1] instead to target a person in your group in this example the first person.
/Skill
The second command is also simple it provides a way to have your character use a specific skill. So let us look at an example.
In this example I am playing with a group member called Roco. The following macro will select Roco and use the skill Healing Light I.
Example:
/Select Roco
/Skill Healing Light I
So now with a single click I will select Roco and use the skill Healing Light I spell rather than clicking him and than clicking the skill button.
/Delay
In my opinion this command is way to powerful and you will see how strong this command makes macros as I explain its purpose.
Delay lets you pause the macro for a certain amount of time, in seconds. This is useful because the game can’t process requests one right after the other, in some cases it needs a small delay to be able to execute the next action. Let’s look at our example again and I will use the Delay command so we can use a second skill!
Example:
/Select Roco
/Skill Healing Light I
/Delay .5
/Skill Light of Renewal I
So with one click now I can select Roco, use the skill Healing Light I, pause for half a sec and than cast Light of Renewal I on Roco. You can use the Delay command again and cast a third spell and on and on. This is why I feel the delay command is too powerful, but hey if we got it lets use it.
/Skill Assist Target
The fourth command is a little more complex. Basically it’s an assist command like in other MMO’s. What this does is has your character select your target’s target. So if Roco was selecting a mob and I had Roco selected and I used this command I would than select the mob Roco was selecting. This is a great way to make sure you are on the same target as the tank to not rip aggro.
/Automatic Selection
The fifth and final command is for the lazy gamer. This command selects the nearest mob. I am sure now you can see how macros can be used to almost automate your character. This is not recommended because if you are caught abusing macros you probably will have your account suspended or banned.
However using the commands in a legit way we can remove Roco from the example put our group mate instead incase we aren’t playing with Roco anymore and than select their target and attack.
Example:
/Select [%Group1]
/Skill Healing Light I
/Delay .5
/Skill Assist Target
/Attack
So these are the five most powerful and easiest commands you can use in your macros. I hope this post helped you and keep checking GooGaming.com for more information and guides on Aion Online.





![[del.icio.us]](http://www.googaming.com/wp-content/plugins/bookmarkify/delicious.png)
![[Digg]](http://www.googaming.com/wp-content/plugins/bookmarkify/digg.png)
![[Facebook]](http://www.googaming.com/wp-content/plugins/bookmarkify/facebook.png)
![[Furl]](http://www.googaming.com/wp-content/plugins/bookmarkify/furl.png)
![[MySpace]](http://www.googaming.com/wp-content/plugins/bookmarkify/myspace.png)
![[Reddit]](http://www.googaming.com/wp-content/plugins/bookmarkify/reddit.png)
![[Squidoo]](http://www.googaming.com/wp-content/plugins/bookmarkify/squidoo.png)
![[Technorati]](http://www.googaming.com/wp-content/plugins/bookmarkify/technorati.png)
![[Twitter]](http://www.googaming.com/wp-content/plugins/bookmarkify/twitter.png)
![[Email]](http://www.googaming.com/wp-content/plugins/bookmarkify/email.png)






