Hey guys, when I log on to the game character slots shows "Not Available" (3) instead of (9) and the worst case is this:
clif_parse: Received unsupported packet (packet 0x08c9, 2 bytes received), disconnecting session #3.
(packet 0x08c9, 4 bytes received)
===============================================================================================
Here's my packet_db:
//2013-06-05Ragexe_patched
packet_ver: 30
0x0369 ,7,pActionRequest,2,6
0x083C ,10,pUseSkillToId,2,4,6
0x0437 ,5,pWalkToXY,2
0x035F ,6,pTickSend,2
0x0202 ,5,pChangeDir,2,4
0x07E4 ,6,pTakeItem,2
0x0362 ,6,pDropItem,2,4
0x07EC ,8,pMoveToKafra,2,4
0x0364 ,8,pMoveFromKafra,2,4
0x0438 ,10,pUseSkillToPos,2,4,6,8
0x0366 ,90,pUseSkillToPosMoreInfo,2,4,6,8,10
0x096A ,6,pGetCharNameRequest,2
0x0368 ,6,pSolveCharName,2
0x0838 ,12,pSearchStoreInfoListItemClick,2,6,10
0x0835 ,2,pSearchStoreInfoNextPage,0
0x0819 ,-1,pSearchStoreInfo,2,4,5,9,13,14,15
0x0811 ,-1,pReqTradeBuyingStore,2,4,8,12
0x0360 ,6,pReqClickBuyingStore,2
0x0817 ,2,pReqCloseBuyingStore,0
0x0815 ,-1,pReqOpenBuyingStore,2,4,8,9,89
0x0365 ,41,pPartyBookingRegisterReq,2,4
// 0x0363 ,8); // CZ_JOIN_BATTLE_FIELD
packet(0x0281 ,-1,pItemListWindowSelected,2,4,8
packet(0x022D ,19,pWantToConnection,2,6,10,14,18
packet(0x0802 ,26,pPartyInvite2,2
// 0x0436 ,4); // CZ_GANGSI_RANK
0x023B ,26,pFriendsListAdd,2
0x0361 ,5,pHomMenu,2,4
0x0883,36,pStoragePassword,0
=============================================================================================
and here's my mmo.h:
#ifndef PACKETVER
#define PACKETVER 20130605
#endif
=============================================================================================
I don't know what to do next (?__?)