From 367933940dd50d06403b75fabe67bf3559050895 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 23 May 2016 23:06:43 +0300 Subject: Add packet CMSG_BUYINGSTORE_CLOSE from 2010 and newer. --- src/net/eathena/packetsout.inc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'src') diff --git a/src/net/eathena/packetsout.inc b/src/net/eathena/packetsout.inc index de052fc28..8a1c6f7dd 100644 --- a/src/net/eathena/packetsout.inc +++ b/src/net/eathena/packetsout.inc @@ -562,6 +562,7 @@ if (packetVersion >= 20111102) packet(CMSG_MAP_PING, 0x0899, 6, clif->pTickSend); // non PACKETVER_RE packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x088b, 2, clif->pSearchStoreInfoNextPage); packet(CMSG_PLAYER_CHANGE_DEST, 0x0892, 5, clif->pWalkToXY); // non PACKETVER_RE + packet(CMSG_BUYINGSTORE_CLOSE, 0x089b, 2, clif->pReqCloseBuyingStore); } // 20120307 @@ -580,6 +581,7 @@ if (packetVersion >= 20120307) packet(CMSG_SKILL_USE_POSITION_MORE, 0x0366, 90, clif->pUseSkillToPosMoreInfo); packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0835, 2, clif->pSearchStoreInfoNextPage); packet(CMSG_PLAYER_CHANGE_DEST, 0x0437, 5, clif->pWalkToXY); + packet(CMSG_BUYINGSTORE_CLOSE, 0x0817, 2, clif->pReqCloseBuyingStore); } // 20120410 @@ -620,6 +622,12 @@ if (packetVersion >= 20120702) packet(CMSG_PLAYER_CHANGE_DEST, 0x0953, 5, clif->pWalkToXY); } +// 20120710 +if (packetVersion >= 20120710) +{ + packet(CMSG_BUYINGSTORE_CLOSE, 0x0886, 2, clif->pReqCloseBuyingStore); +} + // 20120716 if (packetVersion >= 20120716) { @@ -632,6 +640,7 @@ if (packetVersion >= 20120716) packet(CMSG_MOVE_TO_STORAGE, 0x07ec, 8, clif->pMoveToKafra); packet(CMSG_SKILL_USE_POSITION_MORE, 0x0366, 90, clif->pUseSkillToPosMoreInfo); packet(CMSG_PLAYER_CHANGE_DEST, 0x0437, 5, clif->pWalkToXY); + packet(CMSG_BUYINGSTORE_CLOSE, 0x0817, 2, clif->pReqCloseBuyingStore); } // 20130320 @@ -647,6 +656,7 @@ if (packetVersion >= 20130320) packet(CMSG_SKILL_USE_POSITION_MORE, 0x085a, 90, clif->pUseSkillToPosMoreInfo); packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x092e, 2, clif->pSearchStoreInfoNextPage); packet(CMSG_PLAYER_CHANGE_DEST, 0x0881, 5, clif->pWalkToXY); + packet(CMSG_BUYINGSTORE_CLOSE, 0x0886, 2, clif->pReqCloseBuyingStore); } // 20130515 @@ -662,6 +672,7 @@ if (packetVersion >= 20130515) packet(CMSG_SKILL_USE_POSITION_MORE, 0x0366, 90, clif->pUseSkillToPosMoreInfo); packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0835, 2, clif->pSearchStoreInfoNextPage); packet(CMSG_PLAYER_CHANGE_DEST, 0x0437, 5, clif->pWalkToXY); + packet(CMSG_BUYINGSTORE_CLOSE, 0x0817, 2, clif->pReqCloseBuyingStore); } // 20130522 @@ -677,6 +688,7 @@ if (packetVersion >= 20130522) packet(CMSG_SKILL_USE_POSITION_MORE, 0x0964, 90, clif->pUseSkillToPosMoreInfo); packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x08aa, 2, clif->pSearchStoreInfoNextPage); packet(CMSG_PLAYER_CHANGE_DEST, 0x0360, 5, clif->pWalkToXY); + packet(CMSG_BUYINGSTORE_CLOSE, 0x086e, 2, clif->pReqCloseBuyingStore); } // 20130529 @@ -691,6 +703,7 @@ if (packetVersion >= 20130529) packet(CMSG_SKILL_USE_POSITION_MORE, 0x085e, 90, clif->pUseSkillToPosMoreInfo); packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0941, 2, clif->pSearchStoreInfoNextPage); packet(CMSG_PLAYER_CHANGE_DEST, 0x0876, 5, clif->pWalkToXY); + packet(CMSG_BUYINGSTORE_CLOSE, 0x0964, 2, clif->pReqCloseBuyingStore); } // 20130605 @@ -706,6 +719,7 @@ if (packetVersion >= 20130605) packet(CMSG_SKILL_USE_POSITION_MORE, 0x0366, 90, clif->pUseSkillToPosMoreInfo); packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0835, 2, clif->pSearchStoreInfoNextPage); packet(CMSG_PLAYER_CHANGE_DEST, 0x0437, 5, clif->pWalkToXY); + packet(CMSG_BUYINGSTORE_CLOSE, 0x0817, 2, clif->pReqCloseBuyingStore); } // 20130612 @@ -727,6 +741,7 @@ if (packetVersion >= 20130618) packet(CMSG_SKILL_USE_POSITION_MORE, 0x094f, 90, clif->pUseSkillToPosMoreInfo); packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0363, 2, clif->pSearchStoreInfoNextPage); packet(CMSG_PLAYER_CHANGE_DEST, 0x088e, 5, clif->pWalkToXY); + packet(CMSG_BUYINGSTORE_CLOSE, 0x085a, 2, clif->pReqCloseBuyingStore); } // 20130626 @@ -741,6 +756,7 @@ if (packetVersion >= 20130626) packet(CMSG_SKILL_USE_POSITION_MORE, 0x0366, 90, clif->pUseSkillToPosMoreInfo); packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0835, 2, clif->pSearchStoreInfoNextPage); packet(CMSG_PLAYER_CHANGE_DEST, 0x0437, 5, clif->pWalkToXY); + packet(CMSG_BUYINGSTORE_CLOSE, 0x0365, 2, clif->pReqCloseBuyingStore); } // 20130703 @@ -750,6 +766,7 @@ if (packetVersion >= 20130703) packet(CMSG_PLAYER_CHANGE_DIR, 0x0930, 5, clif->pChangeDir); packet(CMSG_ITEM_PICKUP, 0x07e4, 6, clif->pTakeItem); packet(CMSG_MOVE_TO_STORAGE, 0x07ec, 8, clif->pMoveToKafra); + packet(CMSG_BUYINGSTORE_CLOSE, 0x0817, 2, clif->pReqCloseBuyingStore); } // 20130807 @@ -770,6 +787,7 @@ if (packetVersion >= 20130814) packet(CMSG_SKILL_USE_POSITION_MORE, 0x0962, 90, clif->pUseSkillToPosMoreInfo); packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0941, 2, clif->pSearchStoreInfoNextPage); packet(CMSG_PLAYER_CHANGE_DEST, 0x083a, 5, clif->pWalkToXY); + packet(CMSG_BUYINGSTORE_CLOSE, 0x094e, 2, clif->pReqCloseBuyingStore); } // 20131218 @@ -784,6 +802,7 @@ if (packetVersion >= 20131218) packet(CMSG_SKILL_USE_POSITION_MORE, 0x0366, 90, clif->pUseSkillToPosMoreInfo); packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0835, 2, clif->pSearchStoreInfoNextPage); packet(CMSG_PLAYER_CHANGE_DEST, 0x0437, 5, clif->pWalkToXY); + packet(CMSG_BUYINGSTORE_CLOSE, 0x0817, 2, clif->pReqCloseBuyingStore); } // 20131223 -- cgit v1.2.3-70-g09d2