Skip to content

Commit

Permalink
Update packet.h (Ragexe ver 2013 05 22)
Browse files Browse the repository at this point in the history
Thx to Yommy for the packet extractor tool
  • Loading branch information
Shaktoh committed May 22, 2013
1 parent 953aabf commit cc6defd
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions src/map/packets.h
Expand Up @@ -2121,4 +2121,39 @@ packet(0x020d,-1);
// Shuffle End
#endif

//2013-05-22Ragexe (Shakto)
#if PACKETVER >= 20130522
// Shuffle Start
packet(0x08A2,7,clif->pActionRequest,2,6);
packet(0x095C,10,clif->pUseSkillToId,2,4,6);
packet(0x0360,5,clif->pWalkToXY,2);
packet(0x07EC,6,clif->pTickSend,2);
packet(0x0925,5,clif->pChangeDir,2,4);
packet(0x095E,6,clif->pTakeItem,2);
packet(0x089C,6,clif->pDropItem,2,4);
packet(0x08A3,8,clif->pMoveToKafra,2,4);
packet(0x087E,8,clif->pMoveFromKafra,2,4);
packet(0x0811,10,clif->pUseSkillToPos,2,4,6,8);
packet(0x0964,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10);
packet(0x08A6,6,clif->pGetCharNameRequest,2);
packet(0x0369,6,clif->pSolveCharName,2);
packet(0x093E,12,clif->pSearchStoreInfoListItemClick,2,6,10);
packet(0x08AA,2,clif->pSearchStoreInfoNextPage,0);
packet(0x095B,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15);
packet(0x0952,-1,clif->pReqTradeBuyingStore,2,4,8,12);
packet(0x0368,6,clif->pReqClickBuyingStore,2);
packet(0x086E,2,clif->pReqCloseBuyingStore,0);
packet(0x0874,-1,clif->pReqOpenBuyingStore,2,4,8,9,89);
packet(0x089B,41,clif->pPartyBookingRegisterReq,2,4);
//packet(0x0965,8); // CZ_JOIN_BATTLE_FIELD
packet(0x086A,-1,clif->pItemListWindowSelected,2,4,8);
packet(0x08A9,19,clif->pWantToConnection,2,6,10,14,18);
packet(0x0950,26,clif->pPartyInvite2,2);
//packet(0x08AC,4); // CZ_GANGSI_RANK
packet(0x0362,26,clif->pFriendsListAdd,2);
packet(0x0926,5,clif->pHomMenu,2,4);
packet(0x088E,36,clif->pStoragePassword,0);
// Shuffle End
#endif

#endif /* _PACKETS_H_ */

0 comments on commit cc6defd

Please sign in to comment.