is a little C ++ programming, but I wonder if anyone has the command code / ware for these files?
sorry for me bad english, i speak spanish!
Last edited by worope; 10-07-15 at 04:11 PM. Reason: Sorry for my bad English =))
protocol.cpp
Find the function FriendMemoListReq(aIndex);
Also replace with FriendMemoListReq((FHP_FRIEND_MEMO_LIST *)aRecv, aIndex);
edsprotocol.cpp and .h
Find the void FriendMemoListReq(int aIndex)
Replace with void FriendMemoListReq(FHP_FRIEND_MEMO_LIST * lpMsg, int aIndex)
Last edited by worope; 10-07-15 at 07:32 PM.
Hmhm I have many questions.
I know this thread is dead a little bit. (I speak about dev things not about idiot questions.)
I have fixed many bugs on the files but now I am little bit stucked.
So maybe I will get answer to my questions.
1st thing. What you think the 2 main dataserver, how many online players can handle?
I have recoded some parts of the dataserver, and i am using this config in the dataserver settings.ini
2nd questionMaxThreadCount = 32
MaxLogCount = 100
MaxServerCount = 100
MaxBuffSize = 32768
CreateAccounts = 1
UseDefaultClass = 1
Sometimes the nonpvp server crashing
I have find it in the windows dump manager:
But I dont find any problem in the program code. (not the cheatguard, i have fixed the cheatguard crash lots of mo ago.)Version=1
EventType=APPCRASH
EventTime=130805529251090004
ReportType=2
Consent=1
ReportIdentifier=cf507ce5-22e2-11e5-94e1-00163e1ab34a
IntegratorReportIdentifier=cf507ce4-22e2-11e5-94e1-00163e1ab34a
WOW64=1
Response.type=4
Sig[0].Name=Application Name
Sig[0].Value=GameServer2.exe
Sig[1].Name=Application Version
Sig[1].Value=1.0.0.99
Sig[2].Name=Application Timestamp
Sig[2].Value=558d4058
Sig[3].Name=Fault Module Name
Sig[3].Value=GameServer2.exe
Sig[4].Name=Fault Module Version
Sig[4].Value=1.0.0.99
Sig[5].Name=Fault Module Timestamp
Sig[5].Value=558d4058
Sig[6].Name=Exception Code
Sig[6].Value=c00000fd
Sig[7].Name=Exception Offset
Sig[7].Value=00263a97
DynamicSig[1].Name=OS Version
DynamicSig[1].Value=6.1.7601.2.1.0.274.10
DynamicSig[2].Name=Locale ID
DynamicSig[2].Value=1033
DynamicSig[22].Name=Additional Information 1
DynamicSig[22].Value=4434
DynamicSig[23].Name=Additional Information 2
DynamicSig[23].Value=443451849fde459c9b7c8f9c04043cb0
DynamicSig[24].Name=Additional Information 3
DynamicSig[24].Value=0c92
DynamicSig[25].Name=Additional Information 4
DynamicSig[25].Value=0c924a2e8661f38da8893383fb5d802b
UI[2]=D:\MuServer\Season_6\GS2\GameServer2\GameServer2.exe
When GS crash one time I have seen flood of this message on the dataserver screen: (best message ever...)
3rd. I find a bug in the message system, After i have read the message and i relogin, the message is again unreaded.. but why? I have tryed many things to fix it but i cant.if( size <= 0 )
{
gWindow.PrintLog("error : size°ˇ %dŔĚ´Ů.", size);
return FALSE;
}
4th. I have recoded a part of the goblin, (the 2nd and the 3rd lvl wing mix) Its working its good.
But, when I am creating feather of condor, I have added a success rate varriable here because its 100% in default...
So, after the combination is failed the 10soul , creation, chaos are disappear, but the items not. I have checked the another combinations etc...
Its the code, the GC.... is clearing the box or not? If yes the items why not disappear?this->ThirdWingMixFail(lpObj);
::GCUserChaosBoxSend(lpObj, 0);
DataSend(lpObj->m_Index, (LPBYTE)&pMsg, pMsg.h.size);
5th and the last question.
Somebody have tried to add vault delay into the game? My players wrote to me sometimes some item disappear from their vault, sometimes the nonpvp server stuck..., why? config is good....
(or if its not because there is not vault delay , what can be the problem? dataserver send maybe sometimes bad code from the warehouse into the database? )
Thanks for the answers I remember somebody can help.
If you want to join our developer team please contant with me because I am looking for some programmer. (Ofc not for free)
Last edited by djsad94; 11-07-15 at 02:51 PM.
Hi guys i have some problem with land of trials because the guildmaster can open the lot for all but if open the lot for only for guilds no one can enter how i can resolve ?
And another one problem , i can use the bless and soul potion outside castle siege how i can resolve this ??
someone has the code to add the command /ware?