2 GameServer 1 LoginServer

This is not a Support area! Discuss about the Server here. Non-Server related discussion goes in Off-Topic Discussion.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
User avatar
lucky.it
Posts: 20
Joined: Fri May 08, 2009 11:06 am

2 GameServer 1 LoginServer

Post 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
hcrdj
Posts: 14
Joined: Tue Mar 21, 2006 1:02 pm

Re: 2 GameServer 1 LoginServer

Post 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
takhs7
Posts: 110
Joined: Sun Aug 31, 2008 7:16 am

Re: 2 GameServer 1 LoginServer

Post 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...
User avatar
lucky.it
Posts: 20
Joined: Fri May 08, 2009 11:06 am

Re: 2 GameServer 1 LoginServer

Post by lucky.it »

Thx for quickly reply,
i'll try this change and report here the result.
User avatar
lucky.it
Posts: 20
Joined: Fri May 08, 2009 11:06 am

Re: 2 GameServer 1 LoginServer

Post by lucky.it »

Thx for help,
i create and change HEXID, after i aply the takhs7' changes.

Work fine.
Post Reply