From 4ec9d3a629305e72d8dc81006080a2622bb90a32 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 25 Jan 2018 19:21:09 +0300 Subject: Add new shuffle packets for versions 20180117, 20180124. --- src/net/eathena/packetsout_shuffle_main.inc | 68 +++++++++++++++++++++++++++++ src/net/eathena/packetsout_shuffle_zero.inc | 34 +++++++++++++++ 2 files changed, 102 insertions(+) (limited to 'src/net') diff --git a/src/net/eathena/packetsout_shuffle_main.inc b/src/net/eathena/packetsout_shuffle_main.inc index 84ed0cf91..f7bdc5ea7 100644 --- a/src/net/eathena/packetsout_shuffle_main.inc +++ b/src/net/eathena/packetsout_shuffle_main.inc @@ -10633,4 +10633,72 @@ if (packetVersion == 20180103) packet(CMSG_SKILL_USE_POSITION_MORE, 0x0960, 90, clif->pUseSkillToPosMoreInfo); } +// 20180117 +if (packetVersion == 20180117) +{ + packet(CMSG_PLAYER_CHANGE_DIR, 0x0202, 5, clif->pChangeDir); + packet(CMSG_MAP_SERVER_CONNECT, 0x022d, 19, clif->pWantToConnection); + packet(CMSG_FRIENDS_ADD_PLAYER, 0x023b, 26, clif->pFriendsListAdd); + packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x0281, -1, clif->pItemListWindowSelected); + packet(CMSG_MAP_PING, 0x035f, 6, clif->pTickSend); + packet(CMSG_BUYINGSTORE_OPEN, 0x0360, 6, clif->pReqClickBuyingStore); + packet(CMSG_HOMUNCULUS_MENU, 0x0361, 5, clif->pHomMenu); + packet(CMSG_PLAYER_INVENTORY_DROP, 0x0362, 6, clif->pDropItem); +// packet(UNKNOWN, 0x0363, 8, clif->pDull); + packet(CMSG_MOVE_FROM_STORAGE, 0x0364, 8, clif->pMoveFromKafra); +// packet(UNKNOWN, 0x0365, 18, clif->pPartyBookingRegisterReq); + packet(CMSG_SKILL_USE_POSITION_MORE, 0x0366, 90, clif->pUseSkillToPosMoreInfo); + packet(CMSG_SOLVE_CHAR_NAME, 0x0368, 6, clif->pSolveCharName); + packet(CMSG_PLAYER_CHANGE_ACT, 0x0369, 7, clif->pActionRequest); +// packet(UNKNOWN, 0x0436, 4, clif->pDull); + packet(CMSG_PLAYER_CHANGE_DEST, 0x0437, 5, clif->pWalkToXY); + packet(CMSG_SKILL_USE_POSITION, 0x0438, 10, clif->pUseSkillToPos); + packet(CMSG_ITEM_PICKUP, 0x07e4, 6, clif->pTakeItem); + packet(CMSG_MOVE_TO_STORAGE, 0x07ec, 8, clif->pMoveToKafra); + packet(CMSG_PARTY_INVITE2, 0x0802, 26, clif->pPartyInvite2); + packet(CMSG_BUYINGSTORE_SELL, 0x0811, -1, clif->pReqTradeBuyingStore); + packet(CMSG_BUYINGSTORE_CREATE, 0x0815, -1, clif->pReqOpenBuyingStore); + packet(CMSG_BUYINGSTORE_CLOSE, 0x0817, 2, clif->pReqCloseBuyingStore); + packet(CMSG_SEARCHSTORE_SEARCH, 0x0819, -1, clif->pSearchStoreInfo); + packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0835, 2, clif->pSearchStoreInfoNextPage); + packet(CMSG_SEARCHSTORE_CLICK, 0x0838, 12, clif->pSearchStoreInfoListItemClick); + packet(CMSG_SKILL_USE_BEING, 0x083c, 10, clif->pUseSkillToId); + packet(CMSG_STORAGE_PASSWORD, 0x0875, 36, clif->pStoragePassword); + packet(CMSG_NAME_REQUEST, 0x096a, 6, clif->pGetCharNameRequest); +} + +// 20180124 +if (packetVersion == 20180124) +{ + packet(CMSG_MAP_PING, 0x035f, 6, clif->pTickSend); + packet(CMSG_BUYINGSTORE_OPEN, 0x0360, 6, clif->pReqClickBuyingStore); + packet(CMSG_SKILL_USE_POSITION_MORE, 0x0366, 90, clif->pUseSkillToPosMoreInfo); + packet(CMSG_SOLVE_CHAR_NAME, 0x0368, 6, clif->pSolveCharName); + packet(CMSG_PLAYER_CHANGE_ACT, 0x0369, 7, clif->pActionRequest); + packet(CMSG_MOVE_TO_STORAGE, 0x0436, 8, clif->pMoveToKafra); + packet(CMSG_PLAYER_CHANGE_DEST, 0x0437, 5, clif->pWalkToXY); + packet(CMSG_SKILL_USE_POSITION, 0x0438, 10, clif->pUseSkillToPos); + packet(CMSG_PLAYER_INVENTORY_DROP, 0x0802, 6, clif->pDropItem); + packet(CMSG_BUYINGSTORE_SELL, 0x0811, -1, clif->pReqTradeBuyingStore); + packet(CMSG_BUYINGSTORE_CREATE, 0x0815, -1, clif->pReqOpenBuyingStore); + packet(CMSG_BUYINGSTORE_CLOSE, 0x0817, 2, clif->pReqCloseBuyingStore); + packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0819, 2, clif->pSearchStoreInfoNextPage); + packet(CMSG_SEARCHSTORE_CLICK, 0x0838, 12, clif->pSearchStoreInfoListItemClick); + packet(CMSG_SKILL_USE_BEING, 0x083c, 10, clif->pUseSkillToId); + packet(CMSG_STORAGE_PASSWORD, 0x085f, 36, clif->pStoragePassword); +// packet(UNKNOWN, 0x0868, 4, clif->pDull); +// packet(UNKNOWN, 0x086a, 18, clif->pPartyBookingRegisterReq); +// packet(UNKNOWN, 0x086f, 8, clif->pDull); + packet(CMSG_PARTY_INVITE2, 0x087a, 26, clif->pPartyInvite2); + packet(CMSG_MAP_SERVER_CONNECT, 0x0888, 19, clif->pWantToConnection); + packet(CMSG_MOVE_FROM_STORAGE, 0x0890, 8, clif->pMoveFromKafra); + packet(CMSG_FRIENDS_ADD_PLAYER, 0x0919, 26, clif->pFriendsListAdd); + packet(CMSG_SEARCHSTORE_SEARCH, 0x0940, -1, clif->pSearchStoreInfo); + packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x0946, -1, clif->pItemListWindowSelected); + packet(CMSG_ITEM_PICKUP, 0x094d, 6, clif->pTakeItem); + packet(CMSG_PLAYER_CHANGE_DIR, 0x0958, 5, clif->pChangeDir); + packet(CMSG_HOMUNCULUS_MENU, 0x0961, 5, clif->pHomMenu); + packet(CMSG_NAME_REQUEST, 0x096a, 6, clif->pGetCharNameRequest); +} + } diff --git a/src/net/eathena/packetsout_shuffle_zero.inc b/src/net/eathena/packetsout_shuffle_zero.inc index aff873248..f7a64cdf1 100644 --- a/src/net/eathena/packetsout_shuffle_zero.inc +++ b/src/net/eathena/packetsout_shuffle_zero.inc @@ -1113,4 +1113,38 @@ if (packetVersion == 20180103) packet(CMSG_SEARCHSTORE_CLICK, 0x096a, 12, clif->pSearchStoreInfoListItemClick); } +// 20180117 +if (packetVersion == 20180117) +{ + packet(CMSG_PARTY_INVITE2, 0x0361, 26, clif->pPartyInvite2); + packet(CMSG_SOLVE_CHAR_NAME, 0x0364, 6, clif->pSolveCharName); +// packet(UNKNOWN, 0x0438, 8, clif->pDull); + packet(CMSG_STORAGE_PASSWORD, 0x07e4, 36, clif->pStoragePassword); + packet(CMSG_PLAYER_INVENTORY_DROP, 0x083c, 6, clif->pDropItem); + packet(CMSG_BUYINGSTORE_CREATE, 0x0866, -1, clif->pReqOpenBuyingStore); + packet(CMSG_SKILL_USE_POSITION, 0x086e, 10, clif->pUseSkillToPos); + packet(CMSG_BUYINGSTORE_OPEN, 0x086f, 6, clif->pReqClickBuyingStore); + packet(CMSG_MAP_SERVER_CONNECT, 0x087d, 19, clif->pWantToConnection); + packet(CMSG_SKILL_USE_BEING, 0x0881, 10, clif->pUseSkillToId); + packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0884, 2, clif->pSearchStoreInfoNextPage); + packet(CMSG_ITEM_PICKUP, 0x0886, 6, clif->pTakeItem); + packet(CMSG_MOVE_TO_STORAGE, 0x0890, 8, clif->pMoveToKafra); + packet(CMSG_NAME_REQUEST, 0x0891, 6, clif->pGetCharNameRequest); + packet(CMSG_PLAYER_CHANGE_ACT, 0x0893, 7, clif->pActionRequest); + packet(CMSG_SEARCHSTORE_SEARCH, 0x0899, -1, clif->pSearchStoreInfo); + packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x089d, -1, clif->pItemListWindowSelected); + packet(CMSG_PLAYER_CHANGE_DIR, 0x089e, 5, clif->pChangeDir); + packet(CMSG_MAP_PING, 0x0919, 6, clif->pTickSend); + packet(CMSG_MOVE_FROM_STORAGE, 0x091c, 8, clif->pMoveFromKafra); + packet(CMSG_SKILL_USE_POSITION_MORE, 0x091f, 90, clif->pUseSkillToPosMoreInfo); + packet(CMSG_PLAYER_CHANGE_DEST, 0x0921, 5, clif->pWalkToXY); + packet(CMSG_BUYINGSTORE_CLOSE, 0x0928, 2, clif->pReqCloseBuyingStore); +// packet(UNKNOWN, 0x0929, 18, clif->pPartyBookingRegisterReq); +// packet(UNKNOWN, 0x092d, 4, clif->pDull); + packet(CMSG_SEARCHSTORE_CLICK, 0x0933, 12, clif->pSearchStoreInfoListItemClick); + packet(CMSG_FRIENDS_ADD_PLAYER, 0x0946, 26, clif->pFriendsListAdd); + packet(CMSG_BUYINGSTORE_SELL, 0x095e, -1, clif->pReqTradeBuyingStore); + packet(CMSG_HOMUNCULUS_MENU, 0x0963, 5, clif->pHomMenu); +} + } -- cgit v1.2.3-60-g2f50