• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Step-by-Step Guide to Install Aion Emu

Status
Not open for further replies.
Joined
Aug 16, 2008
Messages
590
Reaction score
11
1-Download:


2-Install Tortoise SVN and restart your computer.

3-Make a folder where you want to install your Aion ServerFile.

4-Right Click on the New Folder that you've just created.

5-Click on SVN Checkout and in the URL of repository
paste on this:

6-Click on OK, This might take a while so be patient.

7-Use the source as you want :p

8-Have Fun!

Credits: minikevin12 from RaGEZONE
 
Newbie Spellweaver
Joined
Jan 24, 2009
Messages
39
Reaction score
0
hey, how to compile the aion? whew, is it visual studio? visual c++ or c#? /sigh need your fast reply...
 
~Hunter~
Joined
Sep 18, 2005
Messages
404
Reaction score
4
best is for beginners is USE NOVO EASY for it.. and this not a tutor its nothing no beginning no end

seen better tutors in pass
 
Junior Spellweaver
Joined
Jan 18, 2010
Messages
158
Reaction score
5
for one he just gave u the basic know how on what to use... if you want to learn how to do it then read from this link "deleted"

i'll still give him cridet an the person that did the other teachin of doin it
 
Last edited:
~Hunter~
Joined
Sep 18, 2005
Messages
404
Reaction score
4
hey this TUT* wat so bad.. i seen very much better TUTS* befor this..

this here only say nothing
 
Newbie Spellweaver
Joined
May 26, 2006
Messages
25
Reaction score
0
Is there a certain Aion server development website? I've read somewhere that there are a few.. Just curious to know..
 
Joined
Mar 29, 2010
Messages
1
Reaction score
1
well im a noob, but for all people who do not know how to compile this is what I did:

first download the "ant" file

now the batch file

now you need to create a new folder example in the desktop now into that folder create a new folder whit the name: aion-emu
put in the trunk folder of the game file server
change the name of AE-go_GameServer to AE_GameServer and AE-go_LoginServer to AE_LoginServer

now put the two batch file in the create folder

and put the ant folder in the same

must be...

new folder
....ant
....aion-emu
.........trunk
.............AE_LoginServer
.............AE_GameServer
....Compile GS
....Compile LS

right-clik in Compile GS and edit need to change this line
Code:
cd aion-emu\sandbox\AE_GameServer
to
cd aion-emu\trunk\AE_GameServer
save and
now click in the two compile file for compile :laugh:
and all done

remember you need java


if you have this problem when you compile
Code:
Unable to find a javac compiler; com.sun.tools.Main is not on the classpath. Perhaps JAVA_HOME does not point to the JDK It is currently set to "C:\Program Files\Java\jre6"

go to C:\Program Files\Java\jdk1.6.0_20\lib
copy the file tools.jar
and paste in
C:\Program Files\Java\jre6\lib\ext

and compile :laugh:

the files compiled are in AE_GameServer/build/dist/ and AE_LoginServer /build/dist/

that all i hope they help
sorry for my bad english :eek:tt1: i only want share something :tongue:
 
Initiate Mage
Joined
Sep 26, 2011
Messages
1
Reaction score
0
well im a noob, but for all people who do not know how to compile this is what I did:

first download the "ant" file

now the batch file

now you need to create a new folder example in the desktop now into that folder create a new folder whit the name: aion-emu
put in the trunk folder of the game file server
change the name of AE-go_GameServer to AE_GameServer and AE-go_LoginServer to AE_LoginServer

now put the two batch file in the create folder

and put the ant folder in the same

must be...

new folder
....ant
....aion-emu
.........trunk
.............AE_LoginServer
.............AE_GameServer
....Compile GS
....Compile LS

right-clik in Compile GS and edit need to change this line
Code:
cd aion-emu\sandbox\AE_GameServer
to
cd aion-emu\trunk\AE_GameServer
save and
now click in the two compile file for compile :laugh:
and all done

remember you need java


if you have this problem when you compile
Code:
Unable to find a javac compiler; com.sun.tools.Main is not on the classpath. Perhaps JAVA_HOME does not point to the JDK It is currently set to "C:\Program Files\Java\jre6"

go to C:\Program Files\Java\jdk1.6.0_20\lib
copy the file tools.jar
and paste in
C:\Program Files\Java\jre6\lib\ext

and compile :laugh:

the files compiled are in AE_GameServer/build/dist/ and AE_LoginServer /build/dist/

that all i hope they help
sorry for my bad english :eek:tt1: i only want share something :tongue:
Originally Posted by goshujinsama View Post


When i start the CompileGS.bat i got this.. (the LS workd great=P)

Buildfile: build.xml

clean:
[delete] Deleting directory C:\Documents and Settings\diego\Escritorio\server
\aion-emu\trunk\AE_GameServer\build

clean:

init:
[mkdir] Created dir: C:\Documents and Settings\diego\Escritorio\server\aion-
emu\trunk\AE_GameServer\build
[mkdir] Created dir: C:\Documents and Settings\diego\Escritorio\server\aion-
emu\trunk\AE_GameServer\build\classes

compile:
[javac] Compiling 1057 source files to C:\Documents and Settings\diego\Escri
torio\server\aion-emu\trunk\AE_GameServer\build\classes
[javac] C:\Documents and Settings\diego\Escritorio\server\aion-emu\trunk\AE_
GameServer\src\com\aionemu\gameserver\network\aion\serverpackets\SM_SYSTEM_MESSA
GE.java:1348: error: reference to SM_SYSTEM_MESSAGE is ambiguous, both construct
or SM_SYSTEM_MESSAGE(int,Object...) in SM_SYSTEM_MESSAGE and constructor SM_SYST
EM_MESSAGE(int,boolean,Object...) in SM_SYSTEM_MESSAGE match
[javac] return new SM_SYSTEM_MESSAGE(390270, true);
[javac] ^
[javac] C:\Documents and Settings\diego\Escritorio\server\aion-emu\trunk\AE_
GameServer\src\com\aionemu\gameserver\network\aion\serverpackets\SM_SYSTEM_MESSA
GE.java:1354: error: reference to SM_SYSTEM_MESSAGE is ambiguous, both construct
or SM_SYSTEM_MESSAGE(int,Object...) in SM_SYSTEM_MESSAGE and constructor SM_SYST
EM_MESSAGE(int,boolean,Object...) in SM_SYSTEM_MESSAGE match
[javac] return new SM_SYSTEM_MESSAGE(390271, true);
[javac] ^
[javac] C:\Documents and Settings\diego\Escritorio\server\aion-emu\trunk\AE_
GameServer\src\com\aionemu\gameserver\network\aion\serverpackets\SM_SYSTEM_MESSA
GE.java:1360: error: reference to SM_SYSTEM_MESSAGE is ambiguous, both construct
or SM_SYSTEM_MESSAGE(int,Object...) in SM_SYSTEM_MESSAGE and constructor SM_SYST
EM_MESSAGE(int,boolean,Object...) in SM_SYSTEM_MESSAGE match
[javac] return new SM_SYSTEM_MESSAGE(390272, true);
[javac] ^
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 3 errors

BUILD FAILED
C:\Documents and Settings\diego\Escritorio\server\aion-emu\trunk\AE_GameServer\b
uild.xml:64: Compile failed; see the compiler error output for details.

Total time: 5 seconds
C:\Documents and Settings\diego\Escritorio\server\aion-emu\trunk\AE_GameServer>

do you see anything ?
ty for the noob guide btw :)
 
Last edited:
Status
Not open for further replies.
Back
Top