Configuring Aion Lightning 2.7 Open source

Results 1 to 13 of 13
  1. #1
    Apprentice puzzleaion is offline
    MemberRank
    Jul 2020 Join Date
    14Posts

    Configuring Aion Lightning 2.7 Open source

    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: https://github.com/adslocao/aion-lightning-2.7

    Error in startgs.bat: https://ibb.co/Mh0kDyz

    thanks a lot!!!!!!
    Last edited by puzzleaion; 01-07-20 at 03:32 AM. Reason: include error iamge


  2. #2
    "One day at a time" Robyson is offline
    [VIP] MemberRank
    Sep 2013 Join Date
    TzionLocation
    1,863Posts

    Re: Configuring Aion Lightning 2.7 Open source

    Add Ant, it is missing... https://prnt.sc/t9i5he

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

    https://mega.nz/#!9A5BnRAT!YZXWjhWuT...93yJvjTP6t74PA
    Last edited by Robyson; 01-07-20 at 02:21 PM.

  3. #3
    Apprentice puzzleaion is offline
    MemberRank
    Jul 2020 Join Date
    14Posts

    Re: Configuring Aion Lightning 2.7 Open source

    Quote Originally Posted by Robson26 View Post
    Add Ant, it is missing... https://prnt.sc/t9i5he

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

    https://mega.nz/#!9A5BnRAT!YZXWjhWuT...93yJvjTP6t74PA
    Ok ok!! I will try! I answer if works later!

    - - - Updated - - -

    Quote Originally Posted by Robson26 View Post
    Add Ant, it is missing... https://prnt.sc/t9i5he

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

    https://mega.nz/#!9A5BnRAT!YZXWjhWuT...93yJvjTP6t74PA
    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: https://ibb.co/Mh0kDyz

    error when i click in start "Dev_Build_all": https://ibb.co/X8tjWRV

    I can add you in discord to we discuss about it?
    Last edited by puzzleaion; 01-07-20 at 04:42 AM. Reason: double link image

  4. #4
    "One day at a time" Robyson is offline
    [VIP] MemberRank
    Sep 2013 Join Date
    TzionLocation
    1,863Posts

    Re: Configuring Aion Lightning 2.7 Open source

    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 by Robyson; 01-07-20 at 05:50 AM.

  5. #5
    Apprentice puzzleaion is offline
    MemberRank
    Jul 2020 Join Date
    14Posts

    Re: Configuring Aion Lightning 2.7 Open source

    No... I haven't. I'll include this variables and I back later giving the feedback if works or not!

    - - - Updated - - -

    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 https://ibb.co/Mh0kDyz , change only background color in prompt to black xD

    I'll see this tutorial https://www.youtube.com/watch?v=6AVC3X88z6E 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 by puzzleaion; 01-07-20 at 05:30 AM. Reason: I downloaded java files

  6. #6
    "One day at a time" Robyson is offline
    [VIP] MemberRank
    Sep 2013 Join Date
    TzionLocation
    1,863Posts

    Re: Configuring Aion Lightning 2.7 Open source

    Use these files and see, i added SET PATH="..\JavaJDK_6\bin" for StartLS.bat, StartGS.bat and startChat.bat

    https://mega.nz/#!7I1jgQLL!mBydD8Hkm...llHckb1WYM9l9M

  7. #7
    Apprentice puzzleaion is offline
    MemberRank
    Jul 2020 Join Date
    14Posts

    Re: Configuring Aion Lightning 2.7 Open source

    Quote Originally Posted by Robson26 View Post
    Use these files and see, i added SET PATH="..\JavaJDK_6\bin" for StartLS.bat, StartGS.bat and startChat.bat

    https://mega.nz/#!7I1jgQLL!mBydD8Hkm...llHckb1WYM9l9M
    I replace these files and changed "SET PATH" to full directory.

    Look in this image: https://ibb.co/z6jHHw0

    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: https://ibb.co/z6jHHw0


    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: https://ibb.co/XsvmRkp

    EDIT 2: I already set all configurations about database.


    thank you so much for everything you are doing to help me, Robson
    Last edited by puzzleaion; 01-07-20 at 06:20 AM.

  8. #8
    "One day at a time" Robyson is offline
    [VIP] MemberRank
    Sep 2013 Join Date
    TzionLocation
    1,863Posts

    Re: Configuring Aion Lightning 2.7 Open source

    What is the java 1.6 you are using?

  9. #9
    Apprentice puzzleaion is offline
    MemberRank
    Jul 2020 Join Date
    14Posts

    Re: Configuring Aion Lightning 2.7 Open source

    - - - Updated - - -

    Quote Originally Posted by Robson26 View Post
    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: https://ibb.co/6wPhGWm
    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-> https://ibb.co/5rC4G0d

    Edit 4:
    User variable: https://ibb.co/K0YkT0w
    System Variable: https://ibb.co/L892W7z
    My apache folder: https://ibb.co/8zK5r5k
    Last edited by puzzleaion; 01-07-20 at 06:44 AM.

  10. #10
    "One day at a time" Robyson is offline
    [VIP] MemberRank
    Sep 2013 Join Date
    TzionLocation
    1,863Posts

    Re: Configuring Aion Lightning 2.7 Open source

    Work fine... Screenshot by Lightshot

    Yes this file is missing... https://prnt.sc/t9jyub

  11. #11
    Apprentice puzzleaion is offline
    MemberRank
    Jul 2020 Join Date
    14Posts

    Re: Configuring Aion Lightning 2.7 Open source

    Quote Originally Posted by robson26 View Post
    work fine... screenshot by lightshot

    yes this file is missing... https://prnt.sc/t9jyub
    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:
    https://ibb.co/zxV9cKF

    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 by puzzleaion; 01-07-20 at 07:03 AM.

  12. #12
    "One day at a time" Robyson is offline
    [VIP] MemberRank
    Sep 2013 Join Date
    TzionLocation
    1,863Posts

    Re: Configuring Aion Lightning 2.7 Open source

    Quote Originally Posted by puzzleaion View Post
    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:
    https://ibb.co/zxV9cKF

    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 by Robyson; 01-07-20 at 07:46 AM.

  13. #13
    Apprentice puzzleaion is offline
    MemberRank
    Jul 2020 Join Date
    14Posts

    Re: Configuring Aion Lightning 2.7 Open source

    Quote Originally Posted by Robson26 View Post
    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 -> https://github.com/G-Robson26/aion-lightning-2.7, 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: https://ibb.co/g4zCvKj

    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 by puzzleaion; 02-07-20 at 04:16 AM.



Advertisement