Hello, I have one problem with second gameserver, the i run it i have the message that it already in use.
Main Server Info:
gameserver.properties:
Driver = com.mysql.jdbc.Driver
#Driver=org.hsqldb.jdbcDriver
#Driver=com.microsoft.sqlserver.jdbc.SQLServerDriver
URL = jdbc:mysql://localhost/l2jdb
#URL=jdbc:hsqldb:hsql://localhost/l2jdb
#URL=jdbc:sqlserver://localhost/database=l2jdb/user=sa/password=
Port: 7777
Hexid: 1
Folder: Game
Database: L2jdb
Second server info:
Gameserver.properties
Driver = com.mysql.jdbc.Driver
#Driver=org.hsqldb.jdbcDriver
#Driver=com.microsoft.sqlserver.jdbc.SQLServerDriver
URL = jdbc:mysql://localhost/l2jdb2
#URL=jdbc:hsqldb:hsql://localhost/l2jdb2
#URL=jdbc:sqlserver://localhost/database=l2jdb2/user=sa/password=
Port: 7776
Hexid: 2 (tried and other NS too)
Folder: Game2
Database: L2jdb2
loginserver.properties
AcceptNewGameServer =True
So then i have gameserver(1) in use the gameserver(2) have the message error "Registeration Failed, Reason: Already logged in"
Then gameserver(1) closed (i mean not in use) the gameserver(2) opening normal but with name Bartz (Hexid 1) How does this posible?