diff options
author | shennetsind <ind@henn.et> | 2013-06-23 17:51:45 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-06-23 17:51:45 -0300 |
commit | 15cf156a3229532ffb2db0f78b29da228e0b2cc7 (patch) | |
tree | 48ab08c92452b618f2040fff6debc78ffe2dda08 /src/map | |
parent | ef51dc8087edee3346c9ac9f61c69bcbb3a8d86f (diff) | |
download | hercules-15cf156a3229532ffb2db0f78b29da228e0b2cc7.tar.gz hercules-15cf156a3229532ffb2db0f78b29da228e0b2cc7.tar.bz2 hercules-15cf156a3229532ffb2db0f78b29da228e0b2cc7.tar.xz hercules-15cf156a3229532ffb2db0f78b29da228e0b2cc7.zip |
2012-07-16Ragexe Support
Special Thanks to Frost for bringing this to me!
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map')
-rw-r--r-- | src/map/packets.h | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/src/map/packets.h b/src/map/packets.h index 648e662fa..f90c3b29d 100644 --- a/src/map/packets.h +++ b/src/map/packets.h @@ -2063,9 +2063,36 @@ packet(0x020d,-1); packet(0x0886,2,clif->pReqCloseBuyingStore,0); #endif -//2012-07-16aRagExe (special thanks to Yommy!) +//2012-07-16aRagExe (special thanks to Yommy/Frost!) #if PACKETVER >= 20120716 + packet(0x0879,18,clif->pPartyBookingRegisterReq,2,4,6); + packet(0x023B,26,clif->pFriendsListAdd,2); + packet(0x0361,5,clif->pHomMenu,2,4); + packet(0x0819,36,clif->pStoragePassword,0); + packet(0x0802,26,clif->pPartyInvite2,2); + packet(0x022D,19,clif->pWantToConnection,2,6,10,14,18); + packet(0x0369,7,clif->pActionRequest,2,6); + packet(0x083C,10,clif->pUseSkillToId,2,4,6); + packet(0x0439,8,clif->pUseItem,2,4); + packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); + packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); + packet(0x0817,2,clif->pReqCloseBuyingStore,0); + packet(0x0360,6,clif->pReqClickBuyingStore,2); + packet(0x0940,-1,clif->pReqTradeBuyingStore,2,4,8,12); + packet(0x0811,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); + packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); + packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); + packet(0x0437,5,clif->pWalkToXY,2); + packet(0x035F,6,clif->pTickSend,2); + packet(0x0202,5,clif->pChangeDir,2,4); + packet(0x07E4,6,clif->pTakeItem,2); + packet(0x0362,6,clif->pDropItem,2,4); + packet(0x07EC,8,clif->pMoveToKafra,2,4); packet(0x0364,8,clif->pMoveFromKafra,2,4); + packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); + packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); + packet(0x096A,6,clif->pGetCharNameRequest,2); + packet(0x0368,6,clif->pSolveCharName,2); #endif //2013-03-20Ragexe (Judas + Yommy) |