the first place in accserver folder:
config.ini
Code:
[System] LOGINLISTENPORT = 9958 [COLOR="magenta"](acc net port )[/COLOR] POINTLISTENPORT = 9865[COLOR="magenta"] (the port between the acc and the MSG )[/COLOR] SERVER_FULL_DELAY_SECS = 5000 SERVER_BUSY_DELAY_SECS = 3000 SERVERNAME = your server name[COLOR="magenta"] (your cilent name must same with this name .or you cant land the game to the svr)[/COLOR] LOGINNAME = test PASSWORD = test SERVERIP = your ip address[COLOR="magenta"] (the first place you have to modify if youy want to open you server to others)[/COLOR] [Database] DBHOSTNAME=127.0.0.1 [COLOR="magenta"](no need to change)[/COLOR] DATABASENAME=my DBUSER=test DBPASSWORD=test
the second place in gameserver folder:
config.ini
Code:
; configure [System] SERVERNAME = your server name [COLOR="magenta"](your cilent name must same with this name .or you cant land the game to the svr)[/COLOR] MONSTER_ACTIVE_LIMIT = 4000 [GameServer] GAMESERVER_IP = your ip address [COLOR="magenta"](the second place you have to modify if youy want to open you server to others)[/COLOR] GAMESERVER_PORT = 5816 [COLOR="magenta"](net port between you MSG and the cilent)[/COLOR] SND_SIZE = 64000 RCV_SIZE = 16000 [Database] DB_IP = 127.0.0.1[COLOR="magenta"](no need to change)[/COLOR] DB_USER = test DB_PW = test DB_NAME = my LOGIN_KEY = dfkKO23k'[cvK934 [InternetPort] MASTER_IP = 127.0.0.1[COLOR="magenta"](no need to change)[/COLOR] MASTER_PORT = 8653[COLOR="magenta"](net port between the MSG and the NPC svr)[/COLOR] PORT_SIZE = 53 CURRENT_PORTID = 1 [BusySleep] LEVEL1 = 20 ; > 1000 sleep 20% LEVEL2 = 30 ; > 2000 LEVEL3 = 40 ; > 3000 LEVEL4 = 50 ; > 4000 LEVEL5 = 60 ; > 5000
the third place in gameserver folder:
shell.ini
Code:
; configure ; 2007.10.21 [System] MAPGROUP_SIZE = 1 ACCEPT_MS = 5000 [StreamType] TYPE = 0 ;0=in gear from SOCKET,1=SOCKET record to file, 2=from the file (only for the test in progam) [Database] DB_IP = 127.0.0.1[COLOR="magenta"](no need to change)[/COLOR] DB_USER = test DB_PW = test DB_DB = my [AccountServer] ACCOUNT_IP = your ip address [COLOR="magenta"](the second place you have to modify if youy want to open you server to others)[/COLOR] ACCOUNT_PORT = 9865[COLOR="magenta"](net port between the acc and the NPC svr)[/COLOR] SERVERNAME = your server name [COLOR="magenta"](your cilent name must same with this name .or you cant land the game to the svr)[/COLOR] LOGINNAME = test PASSWORD = test ; landing size, 10-5000 MAXLOGINTABLESIZE=5000 ; landovertime,0-86400 LOGINOVERTIMESECS=86400 LOGIN_KEY = dfkKO23k'[cvK934 [InternetPort] MASTER_IP = 127.0.0.1 [COLOR="Magenta"](no need to change)[/COLOR] MASTER_PORT = 8653 PORT_SIZE = 53 CURRENT_PORTID = 1
account.ini
Code:
[Account1] SERVERNAME=your server name [COLOR="magenta"](your cilent name must same with this name .or you cant land the game to the svr)[/COLOR] LOGINNAME=test PASSWORD=test FREE_DEBUG=3
btw ,others configure file in accsvr folder you must to check ,here is it:
AuthorizeDB.Cfg:
Code:
127.0.0.1 test test account account name password id count_stat server_name status 127.0.0.1 test 378b243e220ca493 account
gameserver.cfg:
Code:
1000 1 127.0.0.1 test test my






