
Originally Posted by
wudevelop
SEASON 9 BLUE CASH SHOP
need fixed protocol in gs
Could you upload?
--------------
For Real Dev -> Pseudo-Protocolcore from Wz JoinServer(1.0.2.2005->01.31.2016, shared by ashlay) I think, there are some packet missing on game server(Not Used, headcode changed?? or JoinServer did`´¨`´´ not match with gs??). Maybe deprecated packets from previous seasons.
PHP Code:
void __usercall ProtocolCore_40E770(double a1@<st0>, char headcode, int aRecv, int a4, __int16 aIndex)
{
switch ( headcode )
{
case 0:
JoinServerLogin_40EA70(aRecv, aIndex);
break;
case 1:
GJJoinIdPassRequest_40EB10(a1, aRecv, aIndex);
break;
case 2:
GJPUserJoinFail_40FD10(aRecv);
break;
case 4:
GJPUserBlock_40FD40(aRecv);
break;
case 5:
GJPUserCloseIDMsg_40FD70(aRecv);
break;
case 6:
GJPUserBillCheck_40FE90(aRecv, aIndex);
break;
case 0xA0:
sub_4105E0(aRecv, aIndex); // Unk
break;
case 0xA1:
AllNoticeRecv_410720(aRecv, aIndex);
break;
case 0xA2:
sub_410870(aRecv, aIndex); // uNK
break;
case 0xA3:
sub_410B90(aRecv, aIndex); // UNK
break;
case 0xA4:
RecvNotice_4109F0(aRecv, aIndex);
break;
case 0x63:
JGPSendMail_411C80(aRecv);
break;
case 0x7A:
GJReqMapSvrMove_410FC0(aRecv, aIndex);
break;
case 0x7B:
GJReqMapSvrAuth_411530(aRecv, aIndex);
break;
case 0x7C:
GJNotifyMaxUserCount_411C00(aRecv);
break;
case 0x8A:
JGRequestAntiHackStatistics_4120B0(aIndex, aRecv);
break;
case 0x8B:
JGRequestHacktoolMapMoveBlock_412150(aIndex, aRecv);
break;
case 0x8C:
GJAntiHackStatisticsResult_412270(aIndex, aRecv);
break;
case 0xD3:
g_CashShopInGame_OnRequestUserGUI_4122C0(aIndex, aRecv);
break;
case 0x91:
sub_412390(aIndex, aRecv); //Maybe NP-GameGuard????
break;
default:
return;
}
}