summaryrefslogtreecommitdiff
path: root/src/map/packets.h
diff options
context:
space:
mode:
authorShaktoh <shakto@hotmail.fr>2013-05-22 17:25:46 +0300
committerShaktoh <shakto@hotmail.fr>2013-05-22 17:25:46 +0300
commitcc6defd0abcf3a544489732255c96efdde781550 (patch)
tree24a54f1b51109faa8ab75d7a65311c854fb3d88c /src/map/packets.h
parent953aabf5a650d4eef506c1e620d81405f56863b6 (diff)
downloadhercules-cc6defd0abcf3a544489732255c96efdde781550.tar.gz
hercules-cc6defd0abcf3a544489732255c96efdde781550.tar.bz2
hercules-cc6defd0abcf3a544489732255c96efdde781550.tar.xz
hercules-cc6defd0abcf3a544489732255c96efdde781550.zip
Update packet.h (Ragexe ver 2013 05 22)
Thx to Yommy for the packet extractor tool
Diffstat (limited to 'src/map/packets.h')
-rw-r--r--src/map/packets.h35
1 files changed, 35 insertions, 0 deletions
diff --git a/src/map/packets.h b/src/map/packets.h
index 60ee8c7ca..555f45c19 100644
--- a/src/map/packets.h
+++ b/src/map/packets.h
@@ -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_ */