I am trying to make a second server with different ports, I changed all the ports that can be found in Shell.ini and Config.ini, The gameserver is running and the account server is running but the Npcserver keep asking me to connect the gameserver any idea why?
config.ini
Shell.iniQuote:
[System]
[GameServer]
GAMESERVER_IP=127.0.0.1
GAMESERVER_PORT=5817
;was 1048576
SND_SIZE=1048576
RCV_SIZE=16000
;Was 120
MaxNpcPerTimer=100
[Database]
DBServer=127.0.0.1
LoginName=test
Password=test
DBName=zf
Thank youQuote:
[System]
MAPGROUP_SIZE = 5
FREE_LEV = 16
[Database]
DB_IP = 127.0.0.1
DB_USER = test
DB_PW = test
DB_DB = zf
[AccountServer]
ACCOUNT_IP = 10.0.0.11
ACCOUNT_PORT = 9866
SERVERNAME = test
LOGINNAME = test
PASSWORD = test
;Betwen 10-5000 Was 1500
;after edit 100
MAXLOGINTABLESIZE=50
;Betwen 0-86400 was 120
;after edit 60
LOGINOVERTIMESECS=40
[InternetPort]
CURRENT_PORTID = 0
PORT_SIZE = 5
MASTER_IP = 127.0.0.1
MASTER_PORT = 8653
[Language]
StringFile=ini\cn_Res.ini
[DHParam]
DHFile=dh.pem
DHParamType=2






