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
2 GameServer 1 LoginServer
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 14
- Joined: Tue Mar 21, 2006 1:02 pm
Re: 2 GameServer 1 LoginServer
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

game server setup is the same, but you need a second hexId
-
- Posts: 110
- Joined: Sun Aug 31, 2008 7:16 am
Re: 2 GameServer 1 LoginServer
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...
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...
- lucky.it
- Posts: 20
- Joined: Fri May 08, 2009 11:06 am
Re: 2 GameServer 1 LoginServer
Thx for quickly reply,
i'll try this change and report here the result.
i'll try this change and report here the result.
- lucky.it
- Posts: 20
- Joined: Fri May 08, 2009 11:06 am
Re: 2 GameServer 1 LoginServer
Thx for help,
i create and change HEXID, after i aply the takhs7' changes.
Work fine.
i create and change HEXID, after i aply the takhs7' changes.
Work fine.