Hello.
I have downloaded everything, edited everything (GameSetUp.ini, oem.ini, oem.dat). I used a Client from another PServer (AceEO).
Client Files
GameSetUp.ini
Code:
[ScreenMode]
ScreenModeRecord=2
[Group]
GroupRecord=3
[Server]
ServerRecord=8
[Interface]
InterfaceRecord=0
[FontInfo]
FontName=System
FontSize=16
FontColor=0x0
FontOverColor=0xFF0000
FontDownColor=0x00FF00
[LoginMusic]
PlayCount=999
SpaceTime=180
[EudMonsterSet]
AutoAttach=0
[Account]
AccountRecord=
[SystemTime]
LastTime=20071223
[GameTimes]
Counts=4
[PwdProtectTip]
LastTime=
Flag=0
[DumpError]
Enable=1
Server=127.0.01
Action=errormsg/msg.php
oem.ini & oem.dat look like this.
Code:
[Oem]
Id=2010
; maybe something else can be here?
[AccountSetup]
Type=1
[ServerInfo]
URL=http://google.com
[ServerStatus]
Link=http://google.com
[Header]
GroupAmount=1
Group1=Server1
[Group1]
ServerAmount=1
Server1=Server1
Ip1=127.0.0.1
Pic1=Server1
ServerName1=Server1
GameServer Files ..
Config.ini
Code:
; 配置文件
[System]
SERVERNAME =Server1
MONSTER_ACTIVE_LIMIT = 4000
ONLINETABLESIZE=600
ONLINEHEARTBEATSECS=600
HEARTBEATKICKSECS=1500
REJOINTIMEWAITSECS=0
[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
LOGIN_KEY = dfkKO23k'[cvK934
[InternetPort]
MASTER_IP = 127.0.0.1
MASTER_PORT = 8653
PORT_SIZE = 53
CURRENT_PORTID = 2
[BusySleep]
LEVEL1 = 20 ; > 1000 sleep 20%
LEVEL2 = 30 ; > 2000
LEVEL3 = 40 ; > 3000
LEVEL4 = 50 ; > 4000
LEVEL5 = 60 ; > 5000
Shell.ini
Code:
; 外壳配置文件
; 2007.10.21
[System]
MAPGROUP_SIZE = 1
ACCEPT_MS = 500
[StreamType]
TYPE = 0 ;0=正常从SOCKET,1=SOCKET记录到文件, 2=从文件读(程序调试用)
[Database]
DB_IP = 127.0.0.1
DB_USER = root
DB_PW = test
DB_DB = my
[AccountServer]
ACCOUNT_IP = 127.0.0.1
ACCOUNT_PORT = 9870
SERVERNAME =Server1
LOGINNAME = root
PASSWORD = test
; 登录表尺寸, 10-5000
MAXLOGINTABLESIZE=5000
; 登录表超时秒数,0-86400
LOGINOVERTIMESECS=120
LOGIN_KEY = dfkKO23k'[cvK934
[InternetPort]
MASTER_IP = 127.0.0.1
MASTER_PORT = 8653
PORT_SIZE = 53
CURRENT_PORTID = 1
Account Server Files
Config.ini
Code:
[System]
LOGINLISTENPORT = 9958
POINTLISTENPORT = 9870
SERVER_FULL_DELAY_SECS = 5000
SERVER_BUSY_DELAY_SECS = 3000
SERVERTITLE = Server1
SERVERNAME = Server1
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=Server1
LOGINNAME=root
PASSWORD=test
FREE_DEBUG=3
I run Wamp - Server Online.
I run as an administrator the AccountServer.exe.
Then it shows ..
Quote:
|
DB real connect error: Access denied for user 'ODBC'@'localhost'(using password: NO).
|
i Hit 'Ok' and it shows this on the AccServer.exe ..
Quote:
server start...
kernel init ok.
framework ok.
Server1(127.0.0.1) login succeed.
add info of server Server1, ip:127.0.0.1, port:5816
Server1 login assure.
|
Then I run as admin the NPCServer.exe ..
It shows,
Quote:
【Open the database...】
【Create map set...】
【Create player set...】
【Create npc set...】
【Create syn set...】
【<<<<<<<< Create Jehad server kernel ok! >>>>>>>>】
【Create kernel thread ok.】
【Connect to game server again . . .】
【Login game server ok.】
【Login OK. generator monster after 10 secs】
【Generator begin.】
|
Then MsgServer.exe
Quote:
13:31:34【All thread start OK。】
13:31:34【#3: World kernel thread running.】
13:31:34【#2: Socket kernel thread running.】
13:31:34【#4: map group kernel thread running。】
13:31:34【#1: Database kernel thread running。】
13:31:35【Connect to account server again...】
13:31:35【NPC server login OK.】
13:31:35【Account server login OK。】
|
I run Shortcut to Soul.exe with (blacknull).
All goes well till log-in screen.
Any User or Password I put ... It will go to .. Verifying Account .. and crash right away without any error or anything.
Any ideas ?