Jump to content
  • 0
Sign in to follow this  
Archeus Honour

[ERROR] clif_parse: Received unsupported packet

Question

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  (?__?)

post-2464-0-96657500-1379759463_thumb.jpg

post-2464-0-76455800-1379759521_thumb.jpg

post-2464-0-62823900-1379759988_thumb.jpg

post-2464-0-52689000-1379760025_thumb.jpg

post-2464-0-36292400-1379760044_thumb.jpg

Share this post


Link to post
Share on other sites

4 answers to this question

Recommended Posts

  • 0

If you are using hercules then you dont need packet_db.txt.

 

mmo.h

 

#ifndef PACKETVER    #define PACKETVER 20130605#endif// Comment the following line if your client is NOT ragexeRE (required because of conflicting packets in ragexe vs ragexeRE).//#define PACKETVER_RE // <--- comment this.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.