Jump to content
  • 0
Sign in to follow this  
mangkepwengs

2013 06 18 Client Disconnecting

Question

[Warning]: clif_parse: Received unsupported packet (packet 0x4fef (0x095b), 19 bytes received), disconnecting session #7.


Packets.h
#if PACKETVER >= 20130618
packet(0x0889,7,clif->pActionRequest,2,6);
packet(0x0951,10,clif->pUseSkillToId,2,4,6);
packet(0x088E,5,clif->pWalkToXY,2);
packet(0x0930,6,clif->pTickSend,2);
packet(0x08A6,5,clif->pChangeDir,2,4);
packet(0x0962,6,clif->pTakeItem,2);
packet(0x0917,6,clif->pDropItem,2,4);
packet(0x0885,8,clif->pMoveToKafra,2,4);
packet(0x0936,8,clif->pMoveFromKafra,2,4);
packet(0x096A,10,clif->pUseSkillToPos,2,4,6,8);
packet(0x094F,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10);
packet(0x0944,6,clif->pGetCharNameRequest,2);
packet(0x0945,6,clif->pSolveCharName,2);
packet(0x0890,12,clif->pSearchStoreInfoListItemClick,2,6,10);
packet(0x0363,2,clif->pSearchStoreInfoNextPage,0);
packet(0x0281,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15);
packet(0x0891,-1,clif->pReqTradeBuyingStore,2,4,8,12);
packet(0x0862,6,clif->pReqClickBuyingStore,2);
packet(0x085A,2,clif->pReqCloseBuyingStore,0);
packet(0x0932,-1,clif->pReqOpenBuyingStore,2,4,8,9,89);
#ifdef PACKETVER_RE
packet(0x08A7,41,clif->pPartyRecruitRegisterReq,2,4);
#else // not PACKETVER_RE
packet(0x08A7,18,clif->pPartyBookingRegisterReq,2,4);
#endif // PACKETVER_RE
// packet(0x087A,8); // CZ_JOIN_BATTLE_FIELD
packet(0x0942,-1,clif->pItemListWindowSelected,2,4,8);
packet(0x095B,19,clif->pWantToConnection,2,6,10,14,18);
packet(0x0887,26,clif->pPartyInvite2,2);
// packet(0x0878,4); // CZ_GANGSI_RANK
packet(0x0953,26,clif->pFriendsListAdd,2);
packet(0x02C4,5,clif->pHomMenu,2,4);
packet(0x0864,36,clif->pStoragePassword,0);
#endif

#if PACKETVER >= 20130618
packetKeys(0x434115DE,0x34A10FE9,0x6791428E); /* Thanks to Shakto */
#endif
 
MMO.H
 
#ifndef PACKETVER
#define PACKETVER 20130618
#endif // PACKETVER
 
//Uncomment the following line if your client is ragexeRE instead of ragexe (required because of conflicting packets in ragexe vs ragexeRE).
//#define ENABLE_PACKETVER_RE
#ifdef ENABLE_PACKETVER_RE
#define PACKETVER_RE
#undef ENABLE_PACKETVER_RE
#endif // DISABLE_PACKETVER_RE
 

 

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

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