From 5c102d8b75d301a511336174d0a6eb401ba31967 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 15 Mar 2019 21:10:42 +0300 Subject: Update shuffle packets --- src/net/eathena/packetsout_shuffle_main.inc | 68 +++++++++++++++++++++++++++++ src/net/eathena/packetsout_shuffle_re.inc | 34 +++++++++++++++ src/net/eathena/packetsout_shuffle_zero.inc | 34 +++++++++++++++ 3 files changed, 136 insertions(+) diff --git a/src/net/eathena/packetsout_shuffle_main.inc b/src/net/eathena/packetsout_shuffle_main.inc index 385589d17..b488d7a05 100644 --- a/src/net/eathena/packetsout_shuffle_main.inc +++ b/src/net/eathena/packetsout_shuffle_main.inc @@ -12231,4 +12231,72 @@ if (packetVersion == 20190228) packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 14, clif->pSearchStoreInfoListItemClick); } +// 20190306 +if (packetVersion == 20190306) +{ + packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); + packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); + packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); +// packet(UNKNOWN, 0x0281, 4, clif->pDull); + packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); + packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); + packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); + packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); + packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); + packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); + packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); + packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); + packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); + packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); + packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); + packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); + packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); + packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); + packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); + packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); +// packet(UNKNOWN, 0x07ec, 8, clif->pDull); +// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); + packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); + packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); + packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); + packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); + packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); + packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); + packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 14, clif->pSearchStoreInfoListItemClick); +} + +// 20190313 +if (packetVersion == 20190313) +{ + packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); + packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); + packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); +// packet(UNKNOWN, 0x0281, 4, clif->pDull); + packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); + packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); + packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); + packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); + packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); + packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); + packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); + packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); + packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); + packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); + packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); + packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); + packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); + packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); + packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); + packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); +// packet(UNKNOWN, 0x07ec, 8, clif->pDull); +// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); + packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); + packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); + packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); + packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); + packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); + packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); + packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 14, clif->pSearchStoreInfoListItemClick); +} + } diff --git a/src/net/eathena/packetsout_shuffle_re.inc b/src/net/eathena/packetsout_shuffle_re.inc index 36c9de5da..071bf831c 100644 --- a/src/net/eathena/packetsout_shuffle_re.inc +++ b/src/net/eathena/packetsout_shuffle_re.inc @@ -11687,4 +11687,38 @@ if (packetVersion == 20190228) packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 14, clif->pSearchStoreInfoListItemClick); } +// 20190306 +if (packetVersion == 20190306) +{ + packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); + packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); + packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); +// packet(UNKNOWN, 0x0281, 4, clif->pDull); + packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); + packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); + packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); + packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); + packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); + packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); + packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); + packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); + packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); + packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); + packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); + packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); + packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); + packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); + packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); + packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); +// packet(UNKNOWN, 0x07ec, 8, clif->pDull); +// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); + packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); + packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); + packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); + packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); + packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); + packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); + packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 14, clif->pSearchStoreInfoListItemClick); +} + } diff --git a/src/net/eathena/packetsout_shuffle_zero.inc b/src/net/eathena/packetsout_shuffle_zero.inc index 35922786f..db51a979a 100644 --- a/src/net/eathena/packetsout_shuffle_zero.inc +++ b/src/net/eathena/packetsout_shuffle_zero.inc @@ -2643,4 +2643,38 @@ if (packetVersion == 20190227) packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 14, clif->pSearchStoreInfoListItemClick); } +// 20190313 +if (packetVersion == 20190313) +{ + packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); + packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); + packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); +// packet(UNKNOWN, 0x0281, 4, clif->pDull); + packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); + packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); + packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); + packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); + packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); + packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); + packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); + packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); + packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); + packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); + packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); + packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); + packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); + packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); + packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); + packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); +// packet(UNKNOWN, 0x07ec, 8, clif->pDull); +// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); + packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); + packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); + packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); + packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); + packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); + packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); + packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 14, clif->pSearchStoreInfoListItemClick); +} + } -- cgit v1.2.3-60-g2f50