You'll need auto hot key
more specifically the Autoscript recorder. Make sure you can record mouse movement. Aion removed game guard so this is way easier. Okay put the gather skill on your hot bar, now press enter to make sure you can't move. Now hit record! Open Aion client and click the the gather point. Then the hot bar and click a random emote in the emote window twice. Don't type anything or it will be on the chat. Stop the recorder and remove the useless info up to winwait Aion and the exiting AION command. Then loop the commands after it.. Now your ready to load the script!! Do it by double clicking the script you saved. What should happen is an endless computer loop but mostly effective in the auto gathering action... Enjoy..
Example Script [You clicks will be different]
"showing each click and what it does, Don't add these to your scripts!"
WinWait, AION Client,
IfWinNotActive, AION Client, , WinActivate, AION Client,
WinWaitActive, AION Client,
Loop, {
MouseClick, left, 516, 414 "Gathering point"
Sleep, 100
MouseClick, left, 701, 731 "Hot Bar - Gather"
Sleep, 100
MouseClick, left, 845, 323 "Emote"
MouseClick, left, 845, 323 "Emote Double Click"
Sleep, 100
MouseClick, left, 527, 398 "Gathering point"
Sleep, 100
MouseClick, left, 699, 730 "Hot Bar - Gather"
Sleep, 100
}






