AionSource.com - Powered by the Tower of Eternity: Guide The Auto-Gather Macro in Aion - AionSource.com - Powered by the Tower of Eternity

Jump to content

  • 3 Pages +
  • 1
  • 2
  • 3
  • You cannot start a new topic
  • You cannot reply to this topic

Guide The Auto-Gather Macro in Aion Rate Topic: -----

#1 User is offline   Aion Bunny 

  • Supreme Commander
  • PipPipPipPipPipPipPipPip
  • View blog
  • Group: Nyerk Resolution Experts
  • Posts: 2522
  • Joined: 24-June 09
  • Race :Undecided
  • Server:Telemachus

Posted 20 November 2009 - 06:38 AM

The Auto-Gather Macro in Aion
Written for Aion NA/EU
Written by: Bunny
Original Source: Serenity

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:
/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.
/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.

/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 ~~
Posted Image
We are each of us angels with only one wing, and we can only fly by embracing one another.

Have You Been Hacked? | Automatic Support Tickets | Aion Installation FAQ | AionSource Rules
0

#2 User is offline   Vurtox 

  • Soldier
  • PipPip
  • Group: Members
  • Posts: 74
  • Joined: 06-August 09
  • Server:Undecided

Posted 20 November 2009 - 08:19 AM

Thanks for the great guide. I'm currently trying it out, but for some strange reason the macro always stops after 2 times of gathering (even though I coded 4 and changed delay from somewhere between 3 and 9 seconds).
My macro looks like this now:
/Select [%Variable1]
/Attack
/Delay [%Variable2]
/Select [%Variable1]
/Attack
/Delay [%Variable2]
/Select [%Variable1]
/Attack
/Delay [%Variable2]
/Select [%Variable1]
/Attack

Variable 1 is Egrasi Log, 2 is atm 5 secs (changed numbers but always only 2 times gathered). It explicitly says "You stopped using the Macro" during my 2nd harvest. Any idea why?

This post has been edited by Vurtox: 20 November 2009 - 08:22 AM

0

#3 User is offline   Aion Bunny 

  • Supreme Commander
  • PipPipPipPipPipPipPipPip
  • View blog
  • Group: Nyerk Resolution Experts
  • Posts: 2522
  • Joined: 24-June 09
  • Race :Undecided
  • Server:Telemachus

Posted 20 November 2009 - 08:25 AM

Vurtox, what I have found from trial and error is that the time of each "gather" varies quite a lot and because of intermittend "gathering lag" you often need to increase the number of gather attempts included in the macro to at least 5. Personally I have found this many works best, but that's just me. I find if I have to gather something that is taking an average of 8 seconds (i.e. because I am too close to the extract level for the node) then it becomes more problematic. When you hit a slow gather, you can over-run the macro delay.

If find this method of gathering works well when you need to "gather farm" for crafting purposes (i.e. and you need to gather tonnes of the same thing)
Posted Image
We are each of us angels with only one wing, and we can only fly by embracing one another.

Have You Been Hacked? | Automatic Support Tickets | Aion Installation FAQ | AionSource Rules
0

#4 User is offline   [Divine]Damondo 

  • Officer
  • PipPipPip
  • Group: Members
  • Posts: 135
  • Joined: 11-July 09
  • Character:Damondo
  • Legion:Divine Legion Lv. 3

Posted 21 November 2009 - 12:11 PM

I'm at a loss here and maybe you guys can help me out here.

This macro when it finishes gathering the node and the node disappears, what's supposed to happen next?

Does the user have to run to the next node or does the macro automatically pick up the next node you have set and run there for you?

Emposter said:

Prepare to be told by the legion of jacka*sses and fanbois that everything you've said is a lie and you obviously jerk off to RMT website porn 24/7 on your completely unsecured computer.
0

#5 User is offline   Aion Bunny 

  • Supreme Commander
  • PipPipPipPipPipPipPipPip
  • View blog
  • Group: Nyerk Resolution Experts
  • Posts: 2522
  • Joined: 24-June 09
  • Race :Undecided
  • Server:Telemachus

Posted 21 November 2009 - 01:06 PM

Quote

Damondo;1805286']I'm at a loss here and maybe you guys can help me out here.

This macro when it finishes gathering the node and the node disappears, what's supposed to happen next?

Does the user have to run to the next node or does the macro automatically pick up the next node you have set and run there for you?
The macro is designed to select and gather a node that is in range of your character until it is completely dry (i.e. without having to click on it over and over). If you are in range of another node when you are finished gathering the first, you simply need to mash your macro key to start the macro again. When you do that, in range of a node, your character will move to the node and gather it until it is gone.
Posted Image
We are each of us angels with only one wing, and we can only fly by embracing one another.

Have You Been Hacked? | Automatic Support Tickets | Aion Installation FAQ | AionSource Rules
0

#6 User is offline   [Divine]Damondo 

  • Officer
  • PipPipPip
  • Group: Members
  • Posts: 135
  • Joined: 11-July 09
  • Character:Damondo
  • Legion:Divine Legion Lv. 3

Posted 21 November 2009 - 02:14 PM

Thanks for the clarification Bunny.

And thanks for this information :kiss:

Emposter said:

Prepare to be told by the legion of jacka*sses and fanbois that everything you've said is a lie and you obviously jerk off to RMT website porn 24/7 on your completely unsecured computer.
0

#7 User is offline   The 

  • Officer
  • PipPipPip
  • Group: Members
  • Posts: 171
  • Joined: 23-July 09

Posted 21 November 2009 - 05:54 PM

Thank you very much for this :love:
It works like a charm.
0

#8 User is offline   MaelstromOC 

  • Officer
  • PipPipPip
  • Group: Members
  • Posts: 103
  • Joined: 16-September 09

Posted 21 November 2009 - 07:42 PM

I've been using something similar to this except I just programmed the commands to a G key on my keyboard (G19)

Makes gathering so much nicer since I just hit G10 and it grabs it all up :)
0

#9 User is offline   Rachel 

  • Daeva
  • Pip
  • Group: Members
  • Posts: 24
  • Joined: 11-September 09
  • Character:Rachell
  • Legion:Obsidian Sanctum
    Level 2 Legion

Posted 22 November 2009 - 02:10 AM

But how can you use this to gather aether? I mean, what about flying times to get to and from the nodes and pots to extend flying time. It seems like he macro system limits how much you can put in one macro. Any ideas?
0

#10 User is offline   Aion Bunny 

  • Supreme Commander
  • PipPipPipPipPipPipPipPip
  • View blog
  • Group: Nyerk Resolution Experts
  • Posts: 2522
  • Joined: 24-June 09
  • Race :Undecided
  • Server:Telemachus

Posted 22 November 2009 - 04:08 AM

I still use this for gathering Aether but only with Aether nodes that are 20+ points below me so that I know I won't be taking aaaaaaages on each extraction. Basically, I use the macro to drain one Aether node. I move in range of the next node, hit the macro and it will actually make me fly to the next node and drain that one too.

I find with Aether I need to be paying more attention though (of course) for flight time reasons.
Posted Image
We are each of us angels with only one wing, and we can only fly by embracing one another.

Have You Been Hacked? | Automatic Support Tickets | Aion Installation FAQ | AionSource Rules
0

#11 User is offline   djn 

  • General
  • PipPipPipPipPip
  • Group: Banned
  • Posts: 913
  • Joined: 28-August 09

Posted 22 November 2009 - 01:37 PM

wow people figured that out by now? :D think i have used gather macro soon as server went live made lvl 1 toon and farmed non stop aria send it over mail to my main craft hp pots and $$$$$$$$$$$$$$ at start of server
0

#12 User is offline   Morthas 

  • Soldier
  • PipPip
  • Group: Members
  • Posts: 99
  • Joined: 17-September 09

Posted 22 November 2009 - 01:39 PM

Aion macro system = bot making tool <3

Got so many, playing with 1 key + mouse blindfoulded :)
0

#13 User is offline   Pimu 

  • Daeva
  • Pip
  • Group: Banned
  • Posts: 15
  • Joined: 23-November 09

Posted 23 November 2009 - 10:07 AM

djn said:

wow people figured that out by now? :D think i have used gather macro soon as server went live made lvl 1 toon and farmed non stop aria send it over mail to my main craft hp pots and $$$$$$$$$$$$$$ at start of server


Ive botted since day one! I beat you didnt I.

I dont know what I hate more. NCsoft as company who make games where people are meant to grind 10k hour, if they feel lazy give them macros and use bots later, or NCsoft customers with one brain cell who think its awesome to bot and use macros and not to do anything but still pay sub.

Probably hate them both equally.
0

#14 User is offline   Spirit 

  • Lieutenant
  • PipPipPipPip
  • View blog
  • Group: Members
  • Posts: 630
  • Joined: 03-August 09
  • LocationJapan
  • Character:Spirit, Doabarrelroll
  • Legion:Knights of the Divine Order
  • Race :Elyos
  • Server:Triniel

Posted 26 November 2009 - 05:02 AM

Pimu said:

Ive botted since day one! I beat you didnt I.

I dont know what I hate more. NCsoft as company who make games where people are meant to grind 10k hour, if they feel lazy give them macros and use bots later, or NCsoft customers with one brain cell who think its awesome to bot and use macros and not to do anything but still pay sub.

Probably hate them both equally.


Theres a difference between botting, which allows you to go to McD's while still playing the game, and a macro that requires you to be in the same room.

A huge difference.
Posted Image
0

#15 User is offline   Cyath 

  • Officer
  • PipPipPip
  • Group: Members
  • Posts: 130
  • Joined: 02-December 09

Posted 04 December 2009 - 02:43 AM

Is there a way to make the macro gather whatever is nearby, rather than having to enter in a separate name for each node?
0

#16 User is offline   Aion Bunny 

  • Supreme Commander
  • PipPipPipPipPipPipPipPip
  • View blog
  • Group: Nyerk Resolution Experts
  • Posts: 2522
  • Joined: 24-June 09
  • Race :Undecided
  • Server:Telemachus

Posted 05 December 2009 - 08:53 AM

Cyath said:

Is there a way to make the macro gather whatever is nearby, rather than having to enter in a separate name for each node?
I haven't yet found a way to "select" the nearest gatherable item without having to define it by name. I know you can select the nearest enemy, or the nearest ally, but there doesn't seem to be an equivalent "nearest node" select command :(
Posted Image
We are each of us angels with only one wing, and we can only fly by embracing one another.

Have You Been Hacked? | Automatic Support Tickets | Aion Installation FAQ | AionSource Rules
0

#17 User is offline   Ephrage 

  • Daeva
  • Pip
  • Group: Members
  • Posts: 12
  • Joined: 21-April 08
  • Character:Cysma
  • Legion:Savage

Posted 05 December 2009 - 05:41 PM

Does anyone have any information regarding whether or not this still works? My variable system will only let me target NPC's, mobs, and group members. I know my script is correct, and my variables are set by a macro now, which was a great idea btw. ;]

Just can't figure it out for the life of me, halp?
0

#18 User is offline   Aion Bunny 

  • Supreme Commander
  • PipPipPipPipPipPipPipPip
  • View blog
  • Group: Nyerk Resolution Experts
  • Posts: 2522
  • Joined: 24-June 09
  • Race :Undecided
  • Server:Telemachus

Posted 06 December 2009 - 08:41 AM

I know this was working for me last I tried it a week ago, however I've been in the middle of moving house since then and can't play Aion (it's horrible! I hate moving!). I'll take a look at it when my PC arrives for sure.

Assuming NCSoft haven't changed anything though, the only thing I can think of is that you may be using a slighty wrong capitalisation of the gatherable item. I know Aion is very case sensitive, so if you wanted to gather Hasia, you'd need to capitalise the "H" when you set your variable for it.

If that doesn't help then I suggest you copy and paste both your gathering macro AND your variables macro into a reply to this thread (surrounded by [CODE] tags of course) then I can sniff around for any errors :)
Posted Image
We are each of us angels with only one wing, and we can only fly by embracing one another.

Have You Been Hacked? | Automatic Support Tickets | Aion Installation FAQ | AionSource Rules
0

#19 User is offline   Xhunt3r 

  • Officer
  • PipPipPip
  • Group: Members
  • Posts: 185
  • Joined: 18-June 09
  • Character:Xneco
  • Legion:The Combine

Posted 07 December 2009 - 07:40 AM

Take it to the next lvl...

I haven't actually tried this in game, but I assume it would work...

Macro 1
/select Egrasi Log
/attack
/delay 5
/quickbar 1 1 2

Macro 2
/select Egrasi Log
/attack
/delay 5
/quickbar 1 1 1

May have the quickbar numbers incorrect, but I think that is the first and second slot on the first bar. Put macro one in the first slot and macro 2 in the second slot. So you click the first macro... It select Egrasi Log, gathers it, then calls the other macro which selects Egrasi Log, gathers it, and the calls the first macro.

Endless unattended gathering without 3rd party software? Who wants to try it out?

This post has been edited by Xhunt3r: 07 December 2009 - 07:47 AM

0

#20 User is offline   Emposter 

  • Star Officer
  • PipPipPip
  • Group: Members
  • Posts: 410
  • Joined: 17-September 09
  • Character:Jus
  • Legion:Mord ist mein Geschaeft

Posted 07 December 2009 - 12:12 PM

Can you modify it for the Right side actionbar? I'd love to try it :D

This post has been edited by Emposter: 07 December 2009 - 12:21 PM

[SIGPIC][/SIGPIC]
0

  • 3 Pages +
  • 1
  • 2
  • 3
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users