From 9bb8bdd02747f061dc6de5afe5fcb709b10e7121 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 11 Apr 2017 21:58:59 +0300 Subject: Fix shuffle packets for 2014-01-15eRagexe. --- src/map/packets.h | 64 +++++++++++++++++++++++++++---------------------------- 1 file changed, 32 insertions(+), 32 deletions(-) (limited to 'src') diff --git a/src/map/packets.h b/src/map/packets.h index 61289d3b1..91532d731 100644 --- a/src/map/packets.h +++ b/src/map/packets.h @@ -2733,38 +2733,38 @@ packet(0x96e,-1,clif->ackmergeitems); // 2014 Packet Data -// 2014-01-15eRagexe - YomRawr -#if PACKETVER >= 20140115 -// probably for some shuffle packets used wrong id - packet(0x0369,7,clif->pActionRequest,2,6); - packet(0x083C,10,clif->pUseSkillToId,2,4,6); - packet(0x0437,5,clif->pWalkToXY,2); - packet(0x035F,6,clif->pTickSend,2); - packet(0x08A7,5,clif->pChangeDir,2,4); - packet(0x0940,6,clif->pTakeItem,2); - packet(0x0361,6,clif->pDropItem,2,4); - packet(0x088E,8,clif->pMoveToKafra,2,4); - packet(0x0367,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(0x0802,6,clif->pGetCharNameRequest,2); - packet(0x0368,6,clif->pSolveCharName,2); - packet(0x0360,12,clif->pSearchStoreInfoListItemClick,2,6,10); - packet(0x0817,2,clif->pSearchStoreInfoNextPage,0); - packet(0x0815,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); - packet(0x096A,-1,clif->pReqTradeBuyingStore,2,4,8,12); - packet(0x088A,6,clif->pReqClickBuyingStore,2); - packet(0x0965,2,clif->pReqCloseBuyingStore,0); - packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); - packet(0x096A,18,clif->pPartyBookingRegisterReq,2,4); - // packet(0x088A,8,clif->pDull); // CZ_JOIN_BATTLE_FIELD - packet(0x0965,-1,clif->pItemListWindowSelected,2,4,8); - packet(0x0966,19,clif->pWantToConnection,2,6,10,14,18); - packet(0x095D,26,clif->pPartyInvite2,2); - // packet(0x095B,4,clif->pDull); // CZ_GANGSI_RANK - packet(0x089B,26,clif->pFriendsListAdd,2); - packet(0x092D,5,clif->pHomMenu,2,4); - packet(0x0865,36,clif->pStoragePassword,0); +// 2014-01-15eRagexe +#if PACKETVER == 20140115 +// shuffle packets + packet(0x035f,6,clif->pTickSend,2); // CZ_REQUEST_MOVE2 + packet(0x0360,6,clif->pReqClickBuyingStore,2); // CZ_REQUEST_TIME2 + packet(0x0361,6,clif->pDropItem,2,4); // CZ_CHANGE_DIRECTION2 + packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10); // CZ_USE_SKILL_TOGROUND2 + packet(0x0367,8,clif->pMoveFromKafra,2,4); // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2 + packet(0x0368,6,clif->pSolveCharName,2); // CZ_REQNAME2 + packet(0x0369,7,clif->pActionRequest,2,6); // CZ_REQNAME_BYGID2 + packet(0x0437,5,clif->pWalkToXY,2); // CZ_REQUEST_ACT2 + packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8); // CZ_USE_SKILL2 + packet(0x0802,6,clif->pGetCharNameRequest,2); // CZ_PARTY_BOOKING_REQ_REGISTER + packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); // CZ_REQ_CLOSE_BUYING_STORE + packet(0x0817,2,clif->pReqCloseBuyingStore,0); // CZ_REQ_CLICK_TO_BUYING_STORE + packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15); // CZ_REQ_TRADE_BUYING_STORE + packet(0x0835,2,clif->pSearchStoreInfoNextPage,0); // CZ_SEARCH_STORE_INFO + packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SEARCH_STORE_INFO_NEXT_PAGE + packet(0x083c,10,clif->pUseSkillToId,2,4,6); // CZ_SSILIST_ITEM_CLICK + packet(0x0865,36,clif->pStoragePassword,0); // ZC_REASSEMBLY_AUTH12 + packet(0x0887,-1,clif->pReqTradeBuyingStore,2,4,8,12); // CZ_REASSEMBLY_AUTH04 + packet(0x088a,8,clif->pDull/*,XXX*/); // CZ_REASSEMBLY_AUTH07 + packet(0x088e,8,clif->pMoveToKafra,2,4); // CZ_REASSEMBLY_AUTH11 + packet(0x089b,26,clif->pFriendsListAdd,2); // CZ_REASSEMBLY_AUTH24 + packet(0x08a7,5,clif->pChangeDir,2,4); // CZ_REASSEMBLY_AUTH36 + packet(0x092d,5,clif->pHomMenu,2,4); // ZC_REASSEMBLY_AUTH65 + packet(0x0940,6,clif->pTakeItem,2); // ZC_REASSEMBLY_AUTH84 + packet(0x095b,4,clif->pDull/*,XXX*/); // CZ_REASSEMBLY_AUTH69 + packet(0x095d,26,clif->pPartyInvite2,2); // CZ_REASSEMBLY_AUTH71 + packet(0x0965,-1,clif->pItemListWindowSelected,2,4,8); // CZ_REASSEMBLY_AUTH79 + packet(0x0966,19,clif->pWantToConnection,2,6,10,14,18); // CZ_REASSEMBLY_AUTH80 + packet(0x096a,18,clif->pPartyBookingRegisterReq,2,4); // CZ_REASSEMBLY_AUTH84 #endif // 2014-01-15cRagexeRE -- cgit v1.2.3-70-g09d2