From e9fa8a0b173c72c5051e2c76de2639034e8c7bab Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 14 Mar 2018 23:58:57 +0300 Subject: Add shuffle packets to new packet version. --- src/net/eathena/packetsout_shuffle_main.inc | 34 +++++++++++++++++++++++++++++ src/net/eathena/packetsout_shuffle_zero.inc | 34 +++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+) diff --git a/src/net/eathena/packetsout_shuffle_main.inc b/src/net/eathena/packetsout_shuffle_main.inc index d5cbbc2cc..a450931cf 100644 --- a/src/net/eathena/packetsout_shuffle_main.inc +++ b/src/net/eathena/packetsout_shuffle_main.inc @@ -10905,4 +10905,38 @@ if (packetVersion == 20180309) packet(CMSG_PLAYER_CHANGE_ACT, 0x0969, 7, clif->pActionRequest); } +// 20180314 +if (packetVersion == 20180314) +{ + packet(CMSG_SEARCHSTORE_CLICK, 0x0361, 12, clif->pSearchStoreInfoListItemClick); + packet(CMSG_SKILL_USE_BEING, 0x0366, 10, clif->pUseSkillToId); + packet(CMSG_HOMUNCULUS_MENU, 0x0369, 5, clif->pHomMenu); + packet(CMSG_PLAYER_INVENTORY_DROP, 0x0436, 6, clif->pDropItem); + packet(CMSG_NAME_REQUEST, 0x085a, 6, clif->pGetCharNameRequest); + packet(CMSG_ITEM_PICKUP, 0x0862, 6, clif->pTakeItem); + packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x0863, -1, clif->pItemListWindowSelected); +// packet(UNKNOWN, 0x0868, 8, clif->pDull); + packet(CMSG_MOVE_FROM_STORAGE, 0x086e, 8, clif->pMoveFromKafra); + packet(CMSG_BUYINGSTORE_SELL, 0x0874, -1, clif->pReqTradeBuyingStore); + packet(CMSG_MAP_SERVER_CONNECT, 0x087a, 19, clif->pWantToConnection); + packet(CMSG_PLAYER_CHANGE_DIR, 0x0888, 5, clif->pChangeDir); + packet(CMSG_SKILL_USE_POSITION, 0x088a, 10, clif->pUseSkillToPos); + packet(CMSG_STORAGE_PASSWORD, 0x088d, 36, clif->pStoragePassword); + packet(CMSG_BUYINGSTORE_CLOSE, 0x0894, 2, clif->pReqCloseBuyingStore); + packet(CMSG_SKILL_USE_POSITION_MORE, 0x089b, 90, clif->pUseSkillToPosMoreInfo); + packet(CMSG_PLAYER_CHANGE_ACT, 0x0921, 7, clif->pActionRequest); + packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0927, 2, clif->pSearchStoreInfoNextPage); + packet(CMSG_PLAYER_CHANGE_DEST, 0x092f, 5, clif->pWalkToXY); + packet(CMSG_MOVE_TO_STORAGE, 0x0933, 8, clif->pMoveToKafra); + packet(CMSG_PARTY_INVITE2, 0x0935, 26, clif->pPartyInvite2); +// packet(UNKNOWN, 0x0945, 18, clif->pPartyBookingRegisterReq); + packet(CMSG_BUYINGSTORE_CREATE, 0x094d, -1, clif->pReqOpenBuyingStore); + packet(CMSG_FRIENDS_ADD_PLAYER, 0x094e, 26, clif->pFriendsListAdd); +// packet(UNKNOWN, 0x0956, 4, clif->pDull); + packet(CMSG_BUYINGSTORE_OPEN, 0x0959, 6, clif->pReqClickBuyingStore); + packet(CMSG_MAP_PING, 0x095f, 6, clif->pTickSend); + packet(CMSG_SEARCHSTORE_SEARCH, 0x0962, -1, clif->pSearchStoreInfo); + packet(CMSG_SOLVE_CHAR_NAME, 0x0967, 6, clif->pSolveCharName); +} + } diff --git a/src/net/eathena/packetsout_shuffle_zero.inc b/src/net/eathena/packetsout_shuffle_zero.inc index 7477984f0..aada9f9a5 100644 --- a/src/net/eathena/packetsout_shuffle_zero.inc +++ b/src/net/eathena/packetsout_shuffle_zero.inc @@ -1385,4 +1385,38 @@ if (packetVersion == 20180309) packet(CMSG_NAME_REQUEST, 0x096a, 6, clif->pGetCharNameRequest); } +// 20180314 +if (packetVersion == 20180314) +{ + packet(CMSG_PARTY_INVITE2, 0x023b, 26, clif->pPartyInvite2); + packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0438, 2, clif->pSearchStoreInfoNextPage); + packet(CMSG_MAP_SERVER_CONNECT, 0x07ec, 19, clif->pWantToConnection); + packet(CMSG_BUYINGSTORE_CLOSE, 0x0817, 2, clif->pReqCloseBuyingStore); + packet(CMSG_PLAYER_CHANGE_DIR, 0x083c, 5, clif->pChangeDir); + packet(CMSG_FRIENDS_ADD_PLAYER, 0x085d, 26, clif->pFriendsListAdd); + packet(CMSG_BUYINGSTORE_CREATE, 0x085f, -1, clif->pReqOpenBuyingStore); + packet(CMSG_HOMUNCULUS_MENU, 0x0866, 5, clif->pHomMenu); +// packet(UNKNOWN, 0x0878, 8, clif->pDull); + packet(CMSG_STORAGE_PASSWORD, 0x088d, 36, clif->pStoragePassword); + packet(CMSG_MOVE_FROM_STORAGE, 0x0891, 8, clif->pMoveFromKafra); + packet(CMSG_ITEM_PICKUP, 0x0897, 6, clif->pTakeItem); + packet(CMSG_MOVE_TO_STORAGE, 0x0899, 8, clif->pMoveToKafra); + packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x089e, -1, clif->pItemListWindowSelected); +// packet(UNKNOWN, 0x08a1, 4, clif->pDull); + packet(CMSG_SEARCHSTORE_SEARCH, 0x0917, -1, clif->pSearchStoreInfo); + packet(CMSG_PLAYER_CHANGE_ACT, 0x0918, 7, clif->pActionRequest); + packet(CMSG_SKILL_USE_POSITION, 0x091f, 10, clif->pUseSkillToPos); + packet(CMSG_MAP_PING, 0x0920, 6, clif->pTickSend); + packet(CMSG_SEARCHSTORE_CLICK, 0x0923, 12, clif->pSearchStoreInfoListItemClick); + packet(CMSG_PLAYER_INVENTORY_DROP, 0x0930, 6, clif->pDropItem); + packet(CMSG_BUYINGSTORE_OPEN, 0x0931, 6, clif->pReqClickBuyingStore); + packet(CMSG_SOLVE_CHAR_NAME, 0x093f, 6, clif->pSolveCharName); + packet(CMSG_SKILL_USE_POSITION_MORE, 0x0946, 90, clif->pUseSkillToPosMoreInfo); + packet(CMSG_SKILL_USE_BEING, 0x094a, 10, clif->pUseSkillToId); + packet(CMSG_PLAYER_CHANGE_DEST, 0x094e, 5, clif->pWalkToXY); +// packet(UNKNOWN, 0x0954, 18, clif->pPartyBookingRegisterReq); + packet(CMSG_NAME_REQUEST, 0x0956, 6, clif->pGetCharNameRequest); + packet(CMSG_BUYINGSTORE_SELL, 0x0958, -1, clif->pReqTradeBuyingStore); +} + } -- cgit v1.2.3-60-g2f50