summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshennetsind <notind@gmail.com>2013-05-22 07:30:44 -0700
committershennetsind <notind@gmail.com>2013-05-22 07:30:44 -0700
commitb0a65ecfe65415414b24c24a41e1a5199d0ed96b (patch)
tree24a54f1b51109faa8ab75d7a65311c854fb3d88c
parent953aabf5a650d4eef506c1e620d81405f56863b6 (diff)
parentcc6defd0abcf3a544489732255c96efdde781550 (diff)
downloadhercules-b0a65ecfe65415414b24c24a41e1a5199d0ed96b.tar.gz
hercules-b0a65ecfe65415414b24c24a41e1a5199d0ed96b.tar.bz2
hercules-b0a65ecfe65415414b24c24a41e1a5199d0ed96b.tar.xz
hercules-b0a65ecfe65415414b24c24a41e1a5199d0ed96b.zip
Merge pull request #27 from Shaktoh/patch-1
Update packet.h (Ragexe ver 2013 05 22)
-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_ */