Go Back   Serenity > Aion Gameplay > General Guides and Information

General Guides and Information General Guides and "How to" information for Aion.

Reply
 
Thread Tools Display Modes
Old 10-31-2009, 11:22 AM   #1
Bunny
Super Moderator
1337 Dawg!
 
Bunny's Avatar
 
Join Date: Sep 2008
Location: United Kingdom
Posts: 1,790
Bunny is a jewel in the rough Bunny is a jewel in the rough Bunny is a jewel in the rough Bunny is a jewel in the rough Bunny is a jewel in the rough

Aion Info:
Character: Bunny
Class: Chanter
Legion: Serenity of Aion
Race: Asmodian

Guild Wars Info:
Character: Aeriel Firestorm
Profession: Elementalist
Guild: Serenity of the Eclipse [STAR]
Faction: Luxon

Default Guide: The Auto-Gather Macro in Aion

The Auto-Gather Macro in Aion
Written for Aion NA/EU
Written by: Bunny
Last Updated: 31 October 2009


Introduction:

This guide explains how to write and use an auto-gathering macro within Aion using in-game functionality only.

Firstly, this is not a guide explaining how to use a third party bot program. Believe it or not, the functionality to auto-gather actually exists within the game itself without the need to use third party programs. So, if you're feeling particularly lazy and you want to do some semi-afk gathering, this is the macro to help you!

Secondly, this is not against the EULA for Aion. This macro uses pure game functionality to make gathering easier and lazier. There is nothing in this guide that the game doesn't allow you to do inherently, so there is nothing to fear by using it. In this guide I will only explain how to use one version of the macro. You could easily create multiple versions of it to suit your different gathering requirements, but I'll start with the basic version and take it from there.


The Auto-Gather Macro in Aion:

1. Setting Your Variables

Before you start using the auto-gathering macro, you need to decide what it is you want to gather. The item you want to gather and it's associated delay will be assigned to "Variables" within your current session of the game. Remember, variables are only stored for as long as you are logged into the game. They reset once you log out so in this first step I will also explain how to create a macro to automatically set your variables at the click of a button each time you login.
Manually Setting Your Variables:
If you prefer, you can manually set your gathering variables each time you login by manually typing into your chat window. For example, if I intended to head off and macro gather a pile of Hasia with a delay of four seconds I would type the following text into my chat bar to assign the variables. In this case, I have assigned the item to variable 9 and the delay to variable 8, however you may choose any variable slot from 1-9:
Code:
/Variable 8 4
/Variable 9 Hasia
Using a Macro to set Variables:
As I mentioned, macro variables are only stored in Aion for as long as you remain logged in. This means each time you log into the game, you need to remember to manually set all your variables. This is fine if you only have 1-2 to remember, but once you start needing a few more it can become a hassle. To make this easier, I prefer to use a Macro to set all my variables for me when I login.

Using the following code, I am able to assign all my variables at once by clicking a single macro after I login to Aion. Notice that I have added my choice of gathering variables to the end as variables 8 and 9.
Code:
/Variable 1 Healing Light II
/Variable 2 Healing Light IV
/Variable 8 4
/Variable 9 Hasia
2. Writing the Auto-Gather Macro

This macro will allow you to extract all the "gatherable" instances of any node within radar range of your character without you needing to interact with your character at all. No mouse clicking is required, the macro selects and gathers until the node is empty. All you need to do is move your character in rage of a node, then hit the macro. The rest is taken care of so it's a nice way to do a bit of hard-core gathering when you're watching a movie or semi afk.

The macro itself is not "looped" so you will need to invoke the macro once the gatherable node respawns (approximately once every 3 minutes). Looping macro's in Aion is considered against the EULA so I would warn anyone wanting to use this in-game macro for anything other than it's intended purpose.
Deciding on the Delay:
The auto-gather process requires inserting a delay between gathering attempts in order to align with the amount of time it takes for your character to complete each gather. This will vary depending on the level of Extract Vitality that your character has. The lower your characters extract vitality skill is, the slower you will gather. You will need to time yourself based on manaul gathers of your chosen target and work out what average delay time suits your character.

After you have decided on a suitable delay time for whatever you are gathering, you should set the amount (in seconds) to the variable you have selected to represent your delay time. Setting variables is explained in further detail in section 1 of this guide above.

The Auto-Gather Macro Code:
Once you have decided on the required delay, the code for the macro is simple. Take note that the code repeats itself five times instead of three. This is a "just in case" functionality that is built into the macro to ensure that if there are any delays in the gathering process, your character will still continue to gather the node until it is dry.

Notice that I have used Variable 9 to identify the item that I wish to gather (refer to section 1. above), which corresponds to what I had used to define what I was gathering. If you have used a different variable number, you will need to amend this line of the code throughout the macro. In this example I have used a 4 second delay, which is what my character seemed to work best at for Hasia in this case.

Code:
/Select [%Variable9]
/Attack
/Delay [%Variable8]
/Select [%Variable9]
/Attack
/Delay [%Variable8]
/Select [%Variable9]
/Attack
/Delay [%Variable8]
/Select [%Variable9]
/Attack
/Delay [%Variable8]
/Select [%Variable9]
/Attack
How to Use It:
This couldn't be simpler. Simply move your character into the general range of a node you want to gather and click your macro button. You could even go further and bind the macro to a hot-key, allowing you to simply move your character in range of a node and hit a keyboard key. You barely even need to pay attention, depending on where you are gathering, so gathering this way gives you more flexibility to do other things to relieve the boredom of such a repetitive task.
~~ The End ~~
__________________

Bunny is offline   Reply With Quote
Old 11-01-2009, 02:44 PM   #2
General Mrs Piggy
Senior Member
1337 Dawg!
 
General Mrs Piggy's Avatar
 
Join Date: Oct 2008
Location: Netherlands
Posts: 835
General Mrs Piggy has a spectacular aura about General Mrs Piggy has a spectacular aura about General Mrs Piggy has a spectacular aura about

Aion Info:
Character: MrsPiggy
Class: Sorcerer
Legion: <Serenity of Aion>
Race: Asmodian

Guild Wars Info:
Character: General Mrs Piggy
Profession: Elementalist
Faction: Undecided

Default Re: Guide: The Auto-Gather Macro in Aion

Very nice guide, was bothered by having to click it 3 times all the time
__________________

Is this an awesome sig or what?
General Mrs Piggy is offline   Reply With Quote
Reply

Tags
aion , autogather , guide , macro

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Aion Macro Fun Bunny General Guides and Information 42 10-06-2009 05:03 PM
Guide: How to disable Gameguard in Aion Bunny General Guides and Information 104 09-29-2009 04:14 PM
Guide: Avoiding Unwanted PvP in Aion Bunny General Guides and Information 10 08-21-2009 06:24 PM
Guide: Using Coloured Text in Aion Bunny General Guides and Information 3 08-18-2009 03:54 PM
The Quick & Dirty Aion Beginners Guide Bunny General Guides and Information 2 07-17-2009 07:54 PM


All times are GMT +1. The time now is 04:52 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.

© 2009 GuildsofSerenity.com - Design by Bunny & Possum.

©2009 NC Interactive, Inc. All rights reserved.
Imagery, logos and designs are the legal property of NCSoft corporation.