Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Ep7 SOURCE CODE & CLIENT *Extra NEW FEATURES*

Skilled Illusionist
Joined
Jul 13, 2016
Messages
331
Reaction score
11
Here you have compatible db?
 
Newbie Spellweaver
Joined
Jul 2, 2018
Messages
10
Reaction score
0
cfg after i start Server file i got server stop sad how to fix this i use VMWARE
 
Newbie Spellweaver
Joined
Sep 30, 2016
Messages
13
Reaction score
0
what about this one ?

nChinaRegion = 4nPort = 3777376598nIP = 4925952

how can i fix it :(
 
Joined
Aug 15, 2011
Messages
582
Reaction score
69
Re: Ep7 SOURCE CODE & CLIENT *Extra NEW FEATURES*

I already tried it but still having this problem

Ninja300 - Ep7 SOURCE CODE & CLIENT *Extra NEW FEATURES* - RaGEZONE Forums





Edit: Do you know what is this mean?
nPort = 3777376598
nIP = 4925952

here login port ConnectLoginServer(const char *szAddress, int nPort=2689);



Go to Basic.cpp and find
BOOL bAPM = FALSE;
//CString strCommand = CString("app") + "_" + "run";
CString strCommand = CString("....app..") + "..." + "...run....";


Replace this and Save
BOOL bAPM = FALSE;
//CString strCommand = "apm";
CString strCommand = CString("app") + "_" + "run";


to make have parameter (App_run)
 
Newbie Spellweaver
Joined
Sep 30, 2016
Messages
13
Reaction score
0
Re: Ep7 SOURCE CODE & CLIENT *Extra NEW FEATURES*

help me sir about that.



here login port ConnectLoginServer(const char *szAddress, int nPort=2689);



Go to Basic.cpp and find
BOOL bAPM = FALSE;
//CString strCommand = CString("app") + "_" + "run";
CString strCommand = CString("....app..") + "..." + "...run....";


Replace this and Save
BOOL bAPM = FALSE;
//CString strCommand = "apm";
CString strCommand = CString("app") + "_" + "run";


to make have parameter (App_run)


Hi sir 2689 is default port????
 
Experienced Elementalist
Joined
Jun 29, 2010
Messages
221
Reaction score
14
Re: Ep7 SOURCE CODE & CLIENT *Extra NEW FEATURES*

where to find this in source? "here login port ConnectLoginServer(const char *szAddress, int nPort=2689);"


we have same problem cant connect. db done,cfg compatible version. I follow this step also "Replace this and Save
BOOL bAPM = FALSE;
//CString strCommand = "apm";
CString strCommand = CString("app") + "_" + "run";"
 
Joined
Feb 1, 2012
Messages
797
Reaction score
420
Re: Ep7 SOURCE CODE & CLIENT *Extra NEW FEATURES*

sorry bro im newbie. you mean this port need to compile in source ? ConnectLoginServer(const char *szAddress, int nPort=2689);
or just edit login cfg and put 2689?
check your cfg login if the port on the source is same. make sure the cfg login and the nPort=2689 of your source is same!




Sir can i use DB from doom ran

yes you can use!
 
Joined
Aug 15, 2011
Messages
582
Reaction score
69
Re: Ep7 SOURCE CODE & CLIENT *Extra NEW FEATURES*

where to find this in source? "here login port ConnectLoginServer(const char *szAddress, int nPort=2689);"


we have same problem cant connect. db done,cfg compatible version. I follow this step also "Replace this and Save
BOOL bAPM = FALSE;
//CString strCommand = "apm";
CString strCommand = CString("app") + "_" + "run";"


You just only say what say before hahahha Kiddo
 
Back
Top