Second Gameserver Aion How?

Page 1 of 2 12 LastLast
Results 1 to 15 of 22
  1. #1
    Member mcsnakes is offline
    MemberRank
    Jul 2014 Join Date
    NetherlandsLocation
    91Posts

    Second Gameserver Aion How?

    Hi All Ragezone People my question is how i make a second gameserver My first Game server named Siel working perfect now i figured out that if i copy my gameserver map and change the ports and names and change the id to server 2 server named Israphel both servers showing up perfectly in aion but when i joining Israphel i just getting the same settings and characters from server one Siel ? why is this i using 2 different databases and connect everything right does someone maby got a tutorial or what i did wrong?

    Sorry for the bad language

    Greetings Michel

    - - - Updated - - -

    This is what i did with the database

    Server Login + Gameserver 1

    al_server_cs
    al_server_ls
    al_server_gs

    Gameserver 2
    bl_server_gs

    So I dont want two separated Aion games but just one game with two gameservers

    i also have test two separated aion versions this worked but than people need 2 launchers for 2 gameservers
    that wasnt what i had in mind :) hope someone can help me out a bit


  2. #2
    Member TNT is offline
    MemberRank
    Sep 2011 Join Date
    Test ServerLocation
    59Posts

    Re: Second Gameserver Aion How?

    1.Install as usual the GameServer
    2. Copy the folder "\AIONEmulator\gameserver" and call it "\AIONEmulator\gameserver2"
    3. Copy the folder "\AIONEmulator\usr\local\mysql\data\aiongs" and call it "\AIONEmulator\usr\local\mysql\data\aiongs2"
    4. Edit the "default.config" in "\AIONEmulator\gameserver2\config" as follows:

    # JDBC database URL
    database.url = jdbc:mysql://localhost:3316/aiongs?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8


    to:

    # JDBC database URL
    database.url = jdbc:mysql://localhost:3316/aiongs2?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8


    ---

    # GameServer ID
    gameserver.network.login.gsid = 100


    to:

    # GameServer ID
    gameserver.network.login.gsid = 1


    ---

    # GameServer bind TCP port
    gameserver.network.client.port = 7777


    to:

    # GameServer bind TCP port
    gameserver.network.client.port = 8888


    ---

    # RDC bind TCP port
    gameserver.network.rdc.client.port = 732


    to:

    # RDC bind TCP port
    gameserver.network.rdc.client.port = 733


    5.
    Open the "aionls" database with Navicat and add a new GameServer:

    ID: 1 | mask: 127.0.0.1 | password: aion

    the login server doesnt have to be changed since its only to auth after that they pick the game server they want to connect too and it gets routed to that server.

    6.
    Edit the "AIONEmulator.bat" in the main folder and change both of the entries as follows:

    echo --Starting Game Server--
    ping 127.0.0.1 -n 2 >nul
    start "Game Server" /HIGH /D "%Disk%:\gameserver" "%Disk%:\gameserver\startGame.bat"


    to:

    echo --Starting Game Server--
    ping 127.0.0.1 -n 2 >nul
    start "Game Server" /HIGH /D "%Disk%:\gameserver" "%Disk%:\gameserver\startGame.bat"
    echo --Starting AionGalaxy Game Server 2--
    ping 127.0.0.1 -n 2 >nul
    start "Game Server 2" /HIGH /D "%Disk%:\gameserver2" "%Disk%:\gameserver2\startGame.bat"

  3. #3
    Member mcsnakes is offline
    MemberRank
    Jul 2014 Join Date
    NetherlandsLocation
    91Posts

    Re: Second Gameserver Aion How?

    AIONEmulator\usr\local\mysql\data\aiongs" and call it "\AIONEmulator\usr\local\mysql\data\aiongs2"

    I dont have a usr map ? this is the first problem i found maby thats why i getting in the same database? error this is how my server files look like

    Also there is no gameserver.network.rdc.client.port in my network

    Last edited by mcsnakes; 18-10-14 at 04:19 PM.

  4. #4
    Member mcsnakes is offline
    MemberRank
    Jul 2014 Join Date
    NetherlandsLocation
    91Posts

    Re: Second Gameserver Aion How?

    Anyone server 1 and 2 are still the same uhm?

  5. #5
    -=Cogito ergo sum=- Mistik is offline
    MemberRank
    Aug 2014 Join Date
    Silent HillLocation
    287Posts

    Re: Second Gameserver Aion How?

    AIONEmulator\usr\local\mysql\data\aiongs

    you will get this folder only if you will use portable version of server with included mysql+java+web server (is included in biggest part of compiled 1click servers)

    have some idea, will try it and write you back here soon
    Last edited by Mistik; 18-10-14 at 07:55 PM.

  6. #6
    Member mcsnakes is offline
    MemberRank
    Jul 2014 Join Date
    NetherlandsLocation
    91Posts

    Re: Second Gameserver Aion How?

    Thnx if you will do that :) aah so my files are different i can upload them if you need! :)

  7. #7
    -=Cogito ergo sum=- Mistik is offline
    MemberRank
    Aug 2014 Join Date
    Silent HillLocation
    287Posts

    Re: Second Gameserver Aion How?

    Quote Originally Posted by mcsnakes View Post
    Thnx if you will do that :) aah so my files are different i can upload them if you need! :)
    wait a little will write how and what need to be edited

    - - - Updated - - -

    to make two GS with one LS on one pc:
    1)copy folder of existing GS and rename,example: gameserver2
    2)dump you GS base, create new one database for 2 GS, example: aion_gs_1 and aion_gs_2
    3)import your first GS dump in to new created(2 server base) - will get two base with different name
    4)open config/network/database.properties for both GS and change to correct base(aion_gs_1 and aion_gs_2):
    # This is database url.
    database.url = jdbc:mysql://localhost:3306/aion_gs_2?useUnicode=true&characterEncoding=UTF-8

    5)open config/network/network.properties for second GS and change
    5.1)connection port to +1, example: was 7777 in first GS, change in second to 7778
    # Port that will be used to listen for client connections
    gameserver.network.client.port = 7778

    5.2)game server id for connection with LS
    # Id of this game server
    gameserver.network.login.gsid = 2

    6)open LS data base for editing, find base with name gameservers and add there second GS with ID 2
    screen for easy use


    to be sure, check one more time that all was edited and saved, cross you fingers for good luck and be ready for awesome memory(RAM) used by two GS(so why i was need so long time =) )


    P.S. in same way need to change CS port but need to use two CS i think, because they not using data base =)
    P.S.S. name of GS that user see can be changed in client files: can be found in l10n\RUS\Data\Data.pak
    P.S.S.S in Data.pak need files serverlist.xml and server_name.xml =) just for future info
    Last edited by Mistik; 18-10-14 at 09:48 PM.

  8. #8
    Member mcsnakes is offline
    MemberRank
    Jul 2014 Join Date
    NetherlandsLocation
    91Posts

    Re: Second Gameserver Aion How?

    I did everything like you tolt above but i still getting same characters and stuff on both gameservers very strange
    maby you can take a look haha? i tryed everything

  9. #9
    -=Cogito ergo sum=- Mistik is offline
    MemberRank
    Aug 2014 Join Date
    Silent HillLocation
    287Posts

    Re: Second Gameserver Aion How?

    Quote Originally Posted by mcsnakes View Post
    I did everything like you tolt above but i still getting same characters and stuff on both servers very strange
    maby you can take a look haha? i tryed everything
    lol =) for sure why need to think by own brain =)
    you are using copy of first GS data base - so just simple edit it - even with hands - and then check again
    example:
    first GS base (need a look at char names)


    and second


    - - - Updated - - -

    You will be using one access data for server enter (because LS server is only one) but entering different servers all changes will be saved to different data bases - so will be deferent - same system as on official server =)

  10. #10
    Member mcsnakes is offline
    MemberRank
    Jul 2014 Join Date
    NetherlandsLocation
    91Posts

    Re: Second Gameserver Aion How?

    Its using a new database with empty players table so i used a clean SQL didnt use the old one :) to be secure
    i dont getting any errors just the one from chat server no big problems but when i want to join the second server
    i getting same Characters + stuff very strange it looks like it shares the two servers togetheror something

    Last edited by mcsnakes; 18-10-14 at 10:32 PM. Reason: Screenshot added

  11. #11
    -=Cogito ergo sum=- Mistik is offline
    MemberRank
    Aug 2014 Join Date
    Silent HillLocation
    287Posts

    Re: Second Gameserver Aion How?

    Quote Originally Posted by mcsnakes View Post
    Its using a new database with empty players table so i used a clean SQL didnt use the old one :) to be secure
    i dont getting any errors just the one from chat server no big problems but when i want to join the second server
    i getting same Characters + stuff very strange

    and if you try to use changed copy of first server sql?
    chat server connection can be turned off in config files

    can try to change in LS config:
    # Port that will be used by LS to listen for GS connections
    loginserver.network.gameserver.port = 9014
    to
    # Port that will be used by LS to listen for GS connections
    loginserver.network.gameserver.port = 9014
    loginserver.network.gameserver.port = 9015

    and GS config for both servers (one for port 14 second for 15)

  12. #12
    Member mcsnakes is offline
    MemberRank
    Jul 2014 Join Date
    NetherlandsLocation
    91Posts

    Re: Second Gameserver Aion How?

    I didnt try that yet i will do it right now!

  13. #13
    -=Cogito ergo sum=- Mistik is offline
    MemberRank
    Aug 2014 Join Date
    Silent HillLocation
    287Posts

    Re: Second Gameserver Aion How?

    Quote Originally Posted by mcsnakes View Post
    I didnt try that yet i will do it right now!
    and in trying timeout try to read about Aion opcode =) for understanding that different client version can use different codes =) ( that for you from GM panel thread) =)
    if server will send wrong code you will not get that you waiting for =) because your server is sending to client wrong data so client showing wrong data too =) in result - no text in GM panel

    - - - Updated - - -

    And about second GS - if this way will not work - you can try to f... you brain with running virtual machine and setting second server there with different ip
    or using two net adapter =) or two pc for servers

  14. #14
    Member mcsnakes is offline
    MemberRank
    Jul 2014 Join Date
    NetherlandsLocation
    91Posts

    Re: Second Gameserver Aion How?

    I didnt try that yet i will do it right now!

    still get two the same gameserver i delete the players from gs database 2



    - - - Updated - - -

    Is it possible to run 2 machines and combine them? in one server

  15. #15
    -=Cogito ergo sum=- Mistik is offline
    MemberRank
    Aug 2014 Join Date
    Silent HillLocation
    287Posts

    Re: Second Gameserver Aion How?

    try to clean up servers cache(by deleting cache folder in GS folder) and then restart servers
    possible servers just using info from previous server state that saved in cache files

    because first server is set up to use LS just for getting info about main account
    but all char info used from separated base =) and char deleting need to be done after you enter server =) or complete erase by hands in data base



Page 1 of 2 12 LastLast

Advertisement