Page 1 of 1

2 GameServer 1 LoginServer

Posted: Sat Jan 16, 2010 4:40 pm
by lucky.it
Hi,
I have the necessity to install a second gameserver on my machine, with the same loginserver.

I would want to know if a guide exists and eventually the problems that can be verified with 2 gameservers on the same loginserver.

Thanks

Re: 2 GameServer 1 LoginServer

Posted: Sat Jan 16, 2010 6:59 pm
by hcrdj
well if you generate a second hexid, you will be able to register the server to the login server and you have 2 servers in 1 login server :).

game server setup is the same, but you need a second hexId

Re: 2 GameServer 1 LoginServer

Posted: Sat Jan 16, 2010 7:36 pm
by takhs7
its not just the hexid... u also need to change gameserver port (in server.properties)

GameserverPort = 7777

to something else.. like 7778 ;d

and probably u will also need to change that

RequestServerID = 1

to 2 or w/e..

and would be good to set this from true to false
AcceptAlternateID = True

also dont forget the connection

URL = jdbc:mysql://localhost/l2jdb
to another database..


from -loginserver side- dont forget the hexid ofc and set AcceptNewGameServer = ... to TRUE.. (default its false).

that would be all...

Re: 2 GameServer 1 LoginServer

Posted: Sat Jan 16, 2010 8:10 pm
by lucky.it
Thx for quickly reply,
i'll try this change and report here the result.

Re: 2 GameServer 1 LoginServer

Posted: Sun Jan 17, 2010 9:34 pm
by lucky.it
Thx for help,
i create and change HEXID, after i aply the takhs7' changes.

Work fine.