Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Configuring Aion Lightning 2.7 Open source

Newbie Spellweaver
Joined
Jul 1, 2020
Messages
14
Reaction score
0
Hello guys,

I believe u can help me! I'm creating a server using client version 2.7 (yeeeah, so old), and I'm using Aion Galaxy Emulator (GEMU), but I found a lot of bugs and I need to fix, but GEMU isn't available to see java files.

So... I want to use Aion Lightning 2.7 to emulate my server and I improve some features and fix bugs if I found, I'm java developer :)

Anyone can help me about how to config Lightning 2.7?

Oh, of course I'm open to help and fix some bugs for you, case you help me with this little thing xD

Version Aion Lightning:

Error in startgs.bat:
puzzleaion - Configuring Aion Lightning 2.7 Open source - RaGEZONE Forums

puzzleaion - Configuring Aion Lightning 2.7 Open source - RaGEZONE Forums
thanks a lot!!!!!!
 
Last edited:
Newbie Spellweaver
Joined
Jul 1, 2020
Messages
14
Reaction score
0
Add Ant, it is missing...

Edit: source code with Ant added, use java 1.6 to compile.



Ok ok!! I will try! I answer if works later!



Add Ant, it is missing...

Edit: source code with Ant added, use java 1.6 to compile.



I'm using Java 1.6 to compile and I already did the implementation about "JAVA_HOME" in variable system, but i keep receiving erros...
This time, I used your version, look this:

variable system:
error when i click in start "Dev_Build_all":
I can add you in discord to we discuss about it?
 
Last edited:
Upvote 0
Joined
Sep 21, 2013
Messages
2,319
Reaction score
3,113
Your variable is like this??...


USER VARIABLE:

JAVA_HOME
C:\Program Files (x86)\Java\jdk1.6

M2
% M2_HOME % \ bin

M2_HOME
C:\Program Files (x86)\Apache Software Foundation\apache-maven-3.2.1

MAVEN_OPTS
-Xss10M

PATH
% JAVA_HOME % \ bin ; % M2_HOME % \ bin

----------------------------------------------------------------------------------
SYSTEM VARIABLE:

JAVA_HOME
C:\Program Files (x86)\Java\jdk1.6

in Path add:(;C:\Program Files (x86)\Apache Software Foundation\apache-maven-3.2.1\bin)



Sorry but i don't have time, hope this help.
 
Last edited:
Upvote 0
Newbie Spellweaver
Joined
Jul 1, 2020
Messages
14
Reaction score
0
No... I haven't. I'll include this variables and I back later giving the feedback if works or not!



Oh... I was seeing in your comment, your "JAVA_HOME" hasn't "\bin" in your path, but in my PATH has. Then, I remove \bin and i try to use "Dev_Build_ALL.bat" and works!

Build successful!

But now when I try to start "StartLS.bat", I'm receiving same message error , change only background color in prompt to black xD

I'll see this tutorial about how to install maven and I back saying if works or not!

EDIT 1: I changed my JAVA_HOME to use your "java files" and still building all the files, but login server doesn't working yet.

I'm trying to install maven, I back when finish.
 
Last edited:
Upvote 0
Newbie Spellweaver
Joined
Jul 1, 2020
Messages
14
Reaction score
0
Use these files and see, i added SET PATH="..\JavaJDK_6\bin" for StartLS.bat, StartGS.bat and startChat.bat


I replace these files and changed "SET PATH" to full directory.

Look in this image:
It's ok about java, the wrong message about "java is not found" is fixed.

But now, I receive error saying about java class. I put in same link before:

EDIT: I don't know if is neccesary, but for your information, I'm using Windows 10 64 bits.

Error game server and StartGS.bat:
EDIT 2: I already set all configurations about database.


thank you so much for everything you are doing to help me, Robson
 
Last edited:
Upvote 0
Newbie Spellweaver
Joined
Jul 1, 2020
Messages
14
Reaction score
0


What is the java 1.6 you are using?

The same java you sent to me. In JavaPortable.ini is this version: Version=1.6.0_30

Look at this: It's same files :c

and when I type in command prompt: "java -version", show me this:

java version "1.6.0_45" Java(TM) SE Runtime Environment (build 1.6.0_45-b06) Java HotSpot(TM) 64-Bit Server VM (build 20.45-b01, mixed mode)

Edit 3: It's not because in my folder "libs" haven't file "AL-Login.jar" ?
link image->
Edit 4:
User variable: System Variable: My apache folder:
 
Last edited:
Upvote 0
Newbie Spellweaver
Joined
Jul 1, 2020
Messages
14
Reaction score
0
work fine...

yes this file is missing...

now works!!!!!!!!!!!!!!!!!!!!!!

We can build start.gs and login.gs!!!!!!!!!!!!!!!

VERY VERY APPRECIATE!!!

But i have some doubts, now worked after I runned "build_loginserver.bat" and go to build/dist/AL-Login/ and run StartLS.bat

I was seeing here, now i have two folders "data", look this:

Then, I have two static_data in my AL-GAME, so... now when I do some customizations, what file i need to change?

It's in \AL-Game\build\dist\AL-Game\data\static_data or \AL-Game\data\static_data?

Thanks for your help!!!!!!!!!!!!!!!
 
Last edited:
Upvote 0
Joined
Sep 21, 2013
Messages
2,319
Reaction score
3,113
now works!!!!!!!!!!!!!!!!!!!!!!

We can build start.gs and login.gs!!!!!!!!!!!!!!!

VERY VERY APPRECIATE!!!

But i have some doubts, now worked after I runned "build_loginserver.bat" and go to build/dist/AL-Login/ and run StartLS.bat

I was seeing here, now i have two folders "data", look this:

Then, I have two static_data in my AL-GAME, so... now when I do some customizations, what file i need to change?

It's in \AL-Game\build\dist\AL-Game\data\static_data or \AL-Game\data\static_data?

Thanks for your help!!!!!!!!!!!!!!!


Edit: Use \AL-Game\build\dist\AL-Game\data\static_data or the compressed file.
 
Last edited:
Upvote 0
Newbie Spellweaver
Joined
Jul 1, 2020
Messages
14
Reaction score
0
Edit: Use \AL-Game\build\dist\AL-Game\data\static_data or the compressed file.

I'm trying to use your open source code and do some modifications. ignore my last pm please I was using other open source code, soooorry my bad!

Now using your source code from this repository -> , I could open in eclipse project and I almoooooost can export to JAR file, rs. I receive some errors about some class is not in classpath

image about these errors:
But my idea is correct? I'm trying to modify your source code and after that, export to JAR file and replace AL-GAME.jar in directory AL-Game\libs.

It's right? Or i doing wrong?
Thx :D
 
Last edited:
Upvote 0
Back
Top