I don't know this will be help you.. but just try..
I think you has make mistake on this part.. but i don't know yet, it's just what I think .. Ok, so.. try this..
did you not follow your server name on config.ini and then make another server name in oem files
did you make this below..
START OF GAMESERVER FILES
your confiq.ini
Code:
E; 配置文件
[System]
SERVERNAME =EudemonsEO [Example for your server name]
MONSTER_ACTIVE_LIMIT = 40000
[GameServer]
GAMESERVER_IP =127.0.0.1
GAMESERVER_PORT =5816
SND_SIZE = 64000
RCV_SIZE = 16000
[Database]
DB_IP =127.0.0.1
DB_USER =root
DB_PW =test
DB_NAME =my
[InternetPort]
MASTER_IP = 127.0.0.1
MASTER_PORT = 8653
PORT_SIZE = 53
LOGIN_KEY = dfkKO23k'[cvK934
CURRENT_PORTID = 2
[BusySleep]
LEVEL1 = 20 ; > 1000 sleep 20%
LEVEL2 = 30 ; > 2000
LEVEL3 = 40 ; > 3000
LEVEL4 = 50 ; > 4000
LEVEL5 = 60 ; > 5000
Shell.ini
Code:
; 外壳配置文件
; 2002.10.23
[System]
MAPGROUP_SIZE = 1
ACCEPT_MS = 5000
[StreamType]
TYPE = 0 ;0=正常从SOCKET,1=SOCKET记录到文件, 2=从文件读(程序调试用)
[Database]
DB_IP =127.0.0.1
DB_USER =root
DB_PW =test
DB_DB = my
DB_NAME=my
[AccountServer]
ACCOUNT_IP =127.0.0.1
ACCOUNT_PORT =9865
SERVERNAME =EudemonsEO [Example for your server name]
LOGINNAME =root
PASSWORD =test
; 登录表尺寸, 10-5000
MAXLOGINTABLESIZE=1500
; 登录表超时秒数,0-86400
LOGINOVERTIMESECS=120
[InternetPort]
MASTER_IP = 127.0.0.1
MASTER_PORT = 8653
PORT_SIZE = 53
LOGIN_KEY = dfkKO23k'[cvK934
CURRENT_PORTID = 1
END OF GAMESERVER FILES
START OF ACCSERVER FILES
Config.ini
Code:
[System]
LOGINLISTENPORT = 9958
POINTLISTENPORT = 9865
SERVER_FULL_DELAY_SECS = 5000
SERVER_BUSY_DELAY_SECS = 3000
SERVERNAME = EudemonsEO [Example for your server name]
LOGINNAME = root
PASSWORD = test
SERVERIP = 127.0.0.1
[Database]
DBHOSTNAME=127.0.0.1
DATABASENAME=my
DBUSER=root
DBPASSWORD=test
account.ini
Code:
[Account1]
SERVERNAME=EudemonsEO [Example for your server name]
LOGINNAME=root
PASSWORD=test
FREE_DEBUG=3
END OF ACCSERVER FILES
OK this is part of your mistake..
this below show you the example of your mistake... but i don't sure..
oem.dat
Code:
[Oem]
Id=2010
[AccountSetup]
Type=1
[ServerInfo]
URL=http://127.0.0.1/
[ServerStatus]
Link=http://127.0.0.1/
[ExitLink]
Address=http://127.0.0.1/
[VipLink]
URL=http://127.0.0.1/
[Header]
GroupAmount=1
Group1=Server Group
[Group1]
ServerAmount=1
[U]Server1[/U]=EudemonPserver
Ip1=127.0.0.1
Pic1=Server1
[U]ServerName1[/U]=EudemonPserver
Server1 and ServerName1, you must change EudemonPserver with your real server name that is available in the config.ini , shell.ini and account.ini