Sunday, October 14, 2012

EasyAion - Free Aion Bot

EasyAion is a program that plays your character in the mmorpg Aion. Use EasyAion to farm quest items, get a higher profession, spam, make kinah or gain experience points. With EasyAion, you can do all these things on autopilot.

Here you can see the EasyAion Features

  • Very Simple & Easy Setup
  • Automatically Heal and resting
  • Automatic Hunting and Looting
  • Support for Every Class
  • Advanced Killing of NPCs - Targets and Fights NPCs
  • Simply find a decent grinding place and the bot will farm for you how long you want
  • Craftbot
  • Chatlogging and answer bot for human behavior
  • Spambot
  • completely free
  • weekly updates
  • Safe to use
  • New GUI
  • Memory reading skills

Please always remember!:

EasyAion is only available here!
EasyAion is only working on F2P EU servers. NA support comming soon.

And also remember, that this is just a beta/test phase. Please don't be vulgar if something is not working. That's why we're releasing a beta, because we want to find the issues and solve them.

If you still have some questions visit othe FAQ's.

EasyAion Overview:


This picture shows the first page of EasyAion, the "General" page. Here you can see the character and target informations like HP, MP and the current coordinates. The "General" page also shows a log. With this log, you can always see what the bot is doing or what it did. But EasyAion saves the log in a log.txt file, too, so you can always see what happened.


This is the Option page. Here you can set up your walkkeys (mostly like w,a,s,d) and your loot, rest and attack key. Also, you have the possibility to tick one of these checkboxes. They've some useful functions like "logout on death" or "skip looting". And if you want the bot to shutdown your pc, the shutdowntimer can make this job.


This is the skill/heal page. As the title says, you can set up your skills and heal skills here. Just type in your skill number (the number where your skill is laying ingame) and your combo and the casttime. If you don't need all skill input boxes, leave them empty. Same thing for the combo and casttime boxes. If you want to use a healskill, just type in the number in the field. If not, leave it empty. Same for the buff, bandage and potion fields.

The rest options fields must be filled in, otherwise the bot won't rest or heal!
Just type in the % when the bot has to rest or heal.


On the Craftbot page, you just have to click the "Start Setup" button.
After that, a Setup is initializing and you just have to follow these steps and if you're on the right position with your mouse cursor, press "CTRL" (On German keyboards "STRG").
The macro field is for the macro that you must create to use the craftbot.
The macro should be like this:

/select CraftNPCname
/attack

Of course, you have the change "CraftNPCname" into your NPC's real name.


The "Message" page is for security and spamming. The chatlogging function is very useful if you're botting several hours or you've got many ingame friends. If someone whispers you ingame and the chatlogging function is activated, you have two options:

1. Option: Bot loggs you out
2. Option: Bot answers

It's up to you what you would rather chose.

Of course, the spamming function is interesting, too. You can type in a message and start spamming. But there, you've another two options:

1. Option: Bot makes regular pauses
2. Option: Bot makes random pauses between x and y

The second option is recommended, because it's more safe.Of course, You can type in your own values for x and y.



Last, but not least, the Assist page. Here you have another 3 options:

1. Option: The bot attacks for you
2. Option: The bot loots for you
3. Option: The bot does both

You just have to tick one or both checkboxes and click on the button "Start Assist Bot" and the bot start assisting for you.

If there are any questions, please post them here in the thread.
Have fun using our free bot!
Read rest of entry

Thursday, October 4, 2012

How to create your own Aion emulation server

Here is the software needed to download and install:
Java JDK 6 or higer, necessary for running the server
Link: Java SE Downloads - Sun Developer Network (SDN)
MySQL 5.x, necessary for Database
Link: MySQL :: MySQL 5.4
Navicat 8.2.7 (or higer) for MySQL (optional), gui for administrating the database
Link: Navicat - Download Center - Download the World's Best Oracle Manager, MySQL Front End & PostgreSQL GUI for Windows, Linux & Mac OS X - Download Now! Support Access to MySQL, Excel to MySQL, MySQL editor, MySQL administrator, MySQL frontend, MySQL man
Tortoise SVN 1.6.x or higer, necessary for updating the source code
Link: TortoiseSVN downloads | TortoiseSVN
Apache Ant 1.7.0 or higer, necessary for compiling the source code
Link: Download ANT

Installing…

Java:
Just execute the*.exe file

MySQL:
Install and Configure:
1. Execute the file and select typical, click next and select the folder where you want to install it, when the installation is finished tick the Configure MySQL Server now box and click finish. Now a configuration wizard will appear, selectStandard Configuration and click next, the settings in the next windows are just ok, next, now create a username and password (default username: root, default password: root), next, then execute and finish.

Tortoise SVN:
Install:
Easy to install so I won’t explain how
Don't forget to reboot your computer.
Source Code:
Downloading source code:
Create empty directory, right click, SVN checkout.
Enter SVN url: http://aion-emu.com/index.php/topic,2.0.html

Compiling the source code:
Go to any project in the trunk directory.
There is a list of available projects(each folder is separate project) for compilation.

Open console in the folder of project.
Type ant, wait for compilation.

Preparing the server files:
Make another folder and name it aion-emu files. Go to: aion-emu\trunk\AE_LoginServer\build and extractae_login.zip to aion-emu files folder. Do the same with ae_gameserver.zip from aion-emu\trunk\AE_GameServer\build. Open with notepad gameserver.properties from aion-emu files\gameserver\config and edit it like below:


The Folder should look like this:


Navicat:
Making a Connection to MySQL:
Install the program (it’s easy so I won’t explain how to install it :P). After installing run the program then select New Connection, a window will pop-up, configure like in the picture below.


Creating the databases:
1. In the left side of the Navicat window will appear the connection created at step 1, right click on it and select Open Connection, now the red “Thunderbolt” should become green.

Now right click again on the connection and then click on New Database, a pop-up windows will appear, fill the fields like in the picture.


Then double click on the ae_server_ls database to open it, after that right click on it and Execute batch file, navigate toaion-emu files\loginserver\sql and double click on login_db then start. Open ae_server_ls database and double click on gameservers table and fill the fields like in picture.


Now make another database and fill the fields like in the picture.

Open the ae_server_gs database, then Execute batch file (you got the idea, right? ), navigate to aion-emu files\gameserver\sql double click gs_db_sql and start. Now we’ve finished with databases.
Running the Server:
Double click on StartLS.bat from aion-emu files\loginserver and StartGS.bat from aion-emu files\gameserver.
Note:
To connect with the client to the server unzip this file Launch.rar to C:\Program Files\Ê¢´óÍøÂç\ÓÀºãÖ®Ëþ
In order to connect with the EU/Na client you must change this

public class Version
{
/**
* What version should server support
* [true = chs, false = EU/US]
*/
public final static boolean Chiness = false; <------ this
}

Read rest of entry

Tuesday, October 2, 2012

Step by step guide to Aion model editing!

Things needed to get started:

Click each name to download them above.


Step 1:
Ok, So I'm assuming you have all the aforementioned programs and such. Now we are ready to start modding. Your going to first go to C:\Program Files\NcSoft\Aion and find the .pak you would like to extract.


Step 2:
Alright, Now, You have found the .pak file you would like to open? Good, Now your going to click on the .pak and drag it on top of the .bat file downloaded earlier. It will open a cmd prompt, and unzip everything. It will then make a .zip file with the .pak contents in it. I recommend using 7zip because WinRar was giving me some weird errors. As seen in the picture below, That is the .zip I was talking about. Now on to step 3!




Step 3:
So you finaly unpacked the .pak file, And are now left with the .zip. Now your going to right click the now made .zip, And click Extract to Blah blah. It will now make a folder withALL the contents of the .zip into a folder. Now your going to open the folder and view the goodies inside. Notice they are .dds? Good thing we downloaded the viewer! Now you can just click on the .dds and see a preview of it before you open in PS. Look at the image below to see what I mean. :P Now onward tostep 4!


Step 4:
Ok, Now that you have chosen which .dds you wanna edit. We can start by opening it. Thanks to the plugin we downloaded earlier. Right click the .dd and choose open with... Then PhotoShop. You will now see your image pop up in photoshop. You can continue to edit with the paint brush, Color Replacement tool etc..Go nuts. When your done, Just save and the Nvidia save thingy will pop up. Always save using this setting shown in the picture below. Now we will move on to step5, Which will be repacking the .pak.

Step 5:
Now that you've had your little fun, It's now time to turn your creation back into a .pak file for you to use. Your going to highlightall the files you edited, Then drag them back into the .zip you created earlier.

Now last, But not least, The .zip where you just dragged your files to, Your going to rename from .zip to .pak. MAKE SURE YOU BACK UP YOUR OLD .PAK FIRST! To do this, Rename your default .pak from SoandSo.pak to SoansSo.pak.bak.

FAQ:
Q:How come I can't see the file extensions?
A:Make sure this option is unchecked. http://i34.tinypic.com/2yowfn6.png

Q:How do I know which and where *insert skill effect or armor name here* is?
A:Just keep looking. I'm way too lazy to compile a list.
Read rest of entry
 

Star Wars Gaming news

AION MMORPG © 2009 | Powered by Star Wars Gaming