1 |
|
|
/* |
2 |
|
|
* The ManaPlus Client |
3 |
|
|
* Copyright (C) 2004-2009 The Mana World Development Team |
4 |
|
|
* Copyright (C) 2009-2010 The Mana Developers |
5 |
|
|
* Copyright (C) 2011-2019 The ManaPlus Developers |
6 |
|
|
* Copyright (C) 2019-2021 Andrei Karas |
7 |
|
|
* |
8 |
|
|
* This file is part of The ManaPlus Client. |
9 |
|
|
* |
10 |
|
|
* This program is free software; you can redistribute it and/or modify |
11 |
|
|
* it under the terms of the GNU General Public License as published by |
12 |
|
|
* the Free Software Foundation; either version 2 of the License, or |
13 |
|
|
* any later version. |
14 |
|
|
* |
15 |
|
|
* This program is distributed in the hope that it will be useful, |
16 |
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
17 |
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
18 |
|
|
* GNU General Public License for more details. |
19 |
|
|
* |
20 |
|
|
* You should have received a copy of the GNU General Public License |
21 |
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. |
22 |
|
|
*/ |
23 |
|
|
|
24 |
|
|
#define PACKETSOUT_SHUFFLE_ZERO_VOID |
25 |
|
|
|
26 |
|
|
if (packets_zero) |
27 |
|
|
{ |
28 |
|
|
|
29 |
|
|
// 20171018 |
30 |
|
|
if (packetVersion == 20171018) |
31 |
|
|
{ |
32 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); |
33 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); |
34 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); |
35 |
|
|
// packet(UNKNOWN, 0x0281, 4, clif->pDull); |
36 |
|
|
packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); |
37 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); |
38 |
|
|
packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); |
39 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); |
40 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); |
41 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); |
42 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); |
43 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); |
44 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); |
45 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); |
46 |
|
|
packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); |
47 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); |
48 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); |
49 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); |
50 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); |
51 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); |
52 |
|
|
// packet(UNKNOWN, 0x07ec, 8, clif->pDull); |
53 |
|
|
// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); |
54 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); |
55 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); |
56 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); |
57 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); |
58 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
59 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); |
60 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 12, clif->pSearchStoreInfoListItemClick); |
61 |
|
|
} |
62 |
|
|
|
63 |
|
|
// 20171019 |
64 |
|
|
if (packetVersion == 20171019) |
65 |
|
|
{ |
66 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); |
67 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); |
68 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); |
69 |
|
|
// packet(UNKNOWN, 0x0281, 4, clif->pDull); |
70 |
|
|
packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); |
71 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); |
72 |
|
|
packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); |
73 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); |
74 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); |
75 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); |
76 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); |
77 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); |
78 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); |
79 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); |
80 |
|
|
packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); |
81 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); |
82 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); |
83 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); |
84 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); |
85 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); |
86 |
|
|
// packet(UNKNOWN, 0x07ec, 8, clif->pDull); |
87 |
|
|
// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); |
88 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); |
89 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); |
90 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); |
91 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); |
92 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
93 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); |
94 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 12, clif->pSearchStoreInfoListItemClick); |
95 |
|
|
} |
96 |
|
|
|
97 |
|
|
// 20171023 |
98 |
|
|
if (packetVersion == 20171023) |
99 |
|
|
{ |
100 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); |
101 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); |
102 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); |
103 |
|
|
// packet(UNKNOWN, 0x0281, 4, clif->pDull); |
104 |
|
|
packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); |
105 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); |
106 |
|
|
packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); |
107 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); |
108 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); |
109 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); |
110 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); |
111 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); |
112 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); |
113 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); |
114 |
|
|
packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); |
115 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); |
116 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); |
117 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); |
118 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); |
119 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); |
120 |
|
|
// packet(UNKNOWN, 0x07ec, 8, clif->pDull); |
121 |
|
|
// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); |
122 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); |
123 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); |
124 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); |
125 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); |
126 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
127 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); |
128 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 12, clif->pSearchStoreInfoListItemClick); |
129 |
|
|
} |
130 |
|
|
|
131 |
|
|
// 20171024 |
132 |
|
|
if (packetVersion == 20171024) |
133 |
|
|
{ |
134 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); |
135 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); |
136 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); |
137 |
|
|
// packet(UNKNOWN, 0x0281, 4, clif->pDull); |
138 |
|
|
packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); |
139 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); |
140 |
|
|
packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); |
141 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); |
142 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); |
143 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); |
144 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); |
145 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); |
146 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); |
147 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); |
148 |
|
|
packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); |
149 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); |
150 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); |
151 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); |
152 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); |
153 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); |
154 |
|
|
// packet(UNKNOWN, 0x07ec, 8, clif->pDull); |
155 |
|
|
// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); |
156 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); |
157 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); |
158 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); |
159 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); |
160 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
161 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); |
162 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 12, clif->pSearchStoreInfoListItemClick); |
163 |
|
|
} |
164 |
|
|
|
165 |
|
|
// 20171025 |
166 |
|
|
if (packetVersion == 20171025) |
167 |
|
|
{ |
168 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); |
169 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); |
170 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); |
171 |
|
|
// packet(UNKNOWN, 0x0281, 4, clif->pDull); |
172 |
|
|
packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); |
173 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); |
174 |
|
|
packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); |
175 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); |
176 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); |
177 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); |
178 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); |
179 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); |
180 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); |
181 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); |
182 |
|
|
packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); |
183 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); |
184 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); |
185 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); |
186 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); |
187 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); |
188 |
|
|
// packet(UNKNOWN, 0x07ec, 8, clif->pDull); |
189 |
|
|
// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); |
190 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); |
191 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); |
192 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); |
193 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); |
194 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
195 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); |
196 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 12, clif->pSearchStoreInfoListItemClick); |
197 |
|
|
} |
198 |
|
|
|
199 |
|
|
// 20171027 |
200 |
|
|
if (packetVersion == 20171027) |
201 |
|
|
{ |
202 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); |
203 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); |
204 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); |
205 |
|
|
// packet(UNKNOWN, 0x0281, 4, clif->pDull); |
206 |
|
|
packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); |
207 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); |
208 |
|
|
packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); |
209 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); |
210 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); |
211 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); |
212 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); |
213 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); |
214 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); |
215 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); |
216 |
|
|
packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); |
217 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); |
218 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); |
219 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); |
220 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); |
221 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); |
222 |
|
|
// packet(UNKNOWN, 0x07ec, 8, clif->pDull); |
223 |
|
|
// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); |
224 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); |
225 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); |
226 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); |
227 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); |
228 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
229 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); |
230 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 12, clif->pSearchStoreInfoListItemClick); |
231 |
|
|
} |
232 |
|
|
|
233 |
|
|
// 20171030 |
234 |
|
|
if (packetVersion == 20171030) |
235 |
|
|
{ |
236 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); |
237 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); |
238 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); |
239 |
|
|
// packet(UNKNOWN, 0x0281, 4, clif->pDull); |
240 |
|
|
packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); |
241 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); |
242 |
|
|
packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); |
243 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); |
244 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); |
245 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); |
246 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); |
247 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); |
248 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); |
249 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); |
250 |
|
|
packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); |
251 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); |
252 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); |
253 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); |
254 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); |
255 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); |
256 |
|
|
// packet(UNKNOWN, 0x07ec, 8, clif->pDull); |
257 |
|
|
// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); |
258 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); |
259 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); |
260 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); |
261 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); |
262 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
263 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); |
264 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 12, clif->pSearchStoreInfoListItemClick); |
265 |
|
|
} |
266 |
|
|
|
267 |
|
|
// 20171031 |
268 |
|
|
if (packetVersion == 20171031) |
269 |
|
|
{ |
270 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); |
271 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); |
272 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); |
273 |
|
|
// packet(UNKNOWN, 0x0281, 4, clif->pDull); |
274 |
|
|
packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); |
275 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); |
276 |
|
|
packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); |
277 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); |
278 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); |
279 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); |
280 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); |
281 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); |
282 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); |
283 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); |
284 |
|
|
packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); |
285 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); |
286 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); |
287 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); |
288 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); |
289 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); |
290 |
|
|
// packet(UNKNOWN, 0x07ec, 8, clif->pDull); |
291 |
|
|
// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); |
292 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); |
293 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); |
294 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); |
295 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); |
296 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
297 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); |
298 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 12, clif->pSearchStoreInfoListItemClick); |
299 |
|
|
} |
300 |
|
|
|
301 |
|
|
// 20171109 |
302 |
|
|
if (packetVersion == 20171109) |
303 |
|
|
{ |
304 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); |
305 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); |
306 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); |
307 |
|
|
// packet(UNKNOWN, 0x0281, 4, clif->pDull); |
308 |
|
|
packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); |
309 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); |
310 |
|
|
packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); |
311 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); |
312 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); |
313 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); |
314 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); |
315 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); |
316 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); |
317 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); |
318 |
|
|
packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); |
319 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); |
320 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); |
321 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); |
322 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); |
323 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); |
324 |
|
|
// packet(UNKNOWN, 0x07ec, 8, clif->pDull); |
325 |
|
|
// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); |
326 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); |
327 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); |
328 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); |
329 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); |
330 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
331 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); |
332 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 12, clif->pSearchStoreInfoListItemClick); |
333 |
|
|
} |
334 |
|
|
|
335 |
|
|
// 20171113 |
336 |
|
|
if (packetVersion == 20171113) |
337 |
|
|
{ |
338 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); |
339 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); |
340 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); |
341 |
|
|
// packet(UNKNOWN, 0x0281, 4, clif->pDull); |
342 |
|
|
packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); |
343 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); |
344 |
|
|
packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); |
345 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); |
346 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); |
347 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); |
348 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); |
349 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); |
350 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); |
351 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); |
352 |
|
|
packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); |
353 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); |
354 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); |
355 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); |
356 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); |
357 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); |
358 |
|
|
// packet(UNKNOWN, 0x07ec, 8, clif->pDull); |
359 |
|
|
// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); |
360 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); |
361 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); |
362 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); |
363 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); |
364 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
365 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); |
366 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 12, clif->pSearchStoreInfoListItemClick); |
367 |
|
|
} |
368 |
|
|
|
369 |
|
|
// 20171115 |
370 |
|
|
if (packetVersion == 20171115) |
371 |
|
|
{ |
372 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x0281, -1, clif->pItemListWindowSelected); |
373 |
|
|
packet(CMSG_MAP_PING, 0x035f, 6, clif->pTickSend); |
374 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0360, 6, clif->pReqClickBuyingStore); |
375 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0362, 6, clif->pDropItem); |
376 |
|
|
// packet(UNKNOWN, 0x0363, 8, clif->pDull); |
377 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0364, 8, clif->pMoveFromKafra); |
378 |
|
|
// packet(UNKNOWN, 0x0365, 18, clif->pPartyBookingRegisterReq); |
379 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0366, 90, clif->pUseSkillToPosMoreInfo); |
380 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0368, 6, clif->pSolveCharName); |
381 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0369, 7, clif->pActionRequest); |
382 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x0437, 5, clif->pWalkToXY); |
383 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0438, 10, clif->pUseSkillToPos); |
384 |
|
|
packet(CMSG_ITEM_PICKUP, 0x07e4, 6, clif->pTakeItem); |
385 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x07ec, 8, clif->pMoveToKafra); |
386 |
|
|
packet(CMSG_PARTY_INVITE2, 0x0802, 26, clif->pPartyInvite2); |
387 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0811, -1, clif->pReqTradeBuyingStore); |
388 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0815, -1, clif->pReqOpenBuyingStore); |
389 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0817, 2, clif->pReqCloseBuyingStore); |
390 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0819, -1, clif->pSearchStoreInfo); |
391 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0835, 2, clif->pSearchStoreInfoNextPage); |
392 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x0838, 12, clif->pSearchStoreInfoListItemClick); |
393 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x083c, 10, clif->pUseSkillToId); |
394 |
|
|
// packet(UNKNOWN, 0x0860, 4, clif->pDull); |
395 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0881, 19, clif->pWantToConnection); |
396 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x091c, 5, clif->pHomMenu); |
397 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x0922, 36, clif->pStoragePassword); |
398 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0959, 5, clif->pChangeDir); |
399 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0966, 26, clif->pFriendsListAdd); |
400 |
|
|
packet(CMSG_NAME_REQUEST, 0x096a, 6, clif->pGetCharNameRequest); |
401 |
|
|
} |
402 |
|
|
|
403 |
|
|
// 20171116 |
404 |
|
|
if (packetVersion == 20171116) |
405 |
|
|
{ |
406 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x0281, -1, clif->pItemListWindowSelected); |
407 |
|
|
packet(CMSG_MAP_PING, 0x035f, 6, clif->pTickSend); |
408 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0360, 6, clif->pReqClickBuyingStore); |
409 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0362, 6, clif->pDropItem); |
410 |
|
|
// packet(UNKNOWN, 0x0363, 8, clif->pDull); |
411 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0364, 8, clif->pMoveFromKafra); |
412 |
|
|
// packet(UNKNOWN, 0x0365, 18, clif->pPartyBookingRegisterReq); |
413 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0366, 90, clif->pUseSkillToPosMoreInfo); |
414 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0368, 6, clif->pSolveCharName); |
415 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0369, 7, clif->pActionRequest); |
416 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x0437, 5, clif->pWalkToXY); |
417 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0438, 10, clif->pUseSkillToPos); |
418 |
|
|
packet(CMSG_ITEM_PICKUP, 0x07e4, 6, clif->pTakeItem); |
419 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x07ec, 8, clif->pMoveToKafra); |
420 |
|
|
packet(CMSG_PARTY_INVITE2, 0x0802, 26, clif->pPartyInvite2); |
421 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0811, -1, clif->pReqTradeBuyingStore); |
422 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0815, -1, clif->pReqOpenBuyingStore); |
423 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0817, 2, clif->pReqCloseBuyingStore); |
424 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0819, -1, clif->pSearchStoreInfo); |
425 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0835, 2, clif->pSearchStoreInfoNextPage); |
426 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x0838, 12, clif->pSearchStoreInfoListItemClick); |
427 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x083c, 10, clif->pUseSkillToId); |
428 |
|
|
// packet(UNKNOWN, 0x0860, 4, clif->pDull); |
429 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0881, 19, clif->pWantToConnection); |
430 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x091c, 5, clif->pHomMenu); |
431 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x0922, 36, clif->pStoragePassword); |
432 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0959, 5, clif->pChangeDir); |
433 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0966, 26, clif->pFriendsListAdd); |
434 |
|
|
packet(CMSG_NAME_REQUEST, 0x096a, 6, clif->pGetCharNameRequest); |
435 |
|
|
} |
436 |
|
|
|
437 |
|
|
// 20171117 |
438 |
|
|
if (packetVersion == 20171117) |
439 |
|
|
{ |
440 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x0281, -1, clif->pItemListWindowSelected); |
441 |
|
|
packet(CMSG_MAP_PING, 0x035f, 6, clif->pTickSend); |
442 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0360, 6, clif->pReqClickBuyingStore); |
443 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0362, 6, clif->pDropItem); |
444 |
|
|
// packet(UNKNOWN, 0x0363, 8, clif->pDull); |
445 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0364, 8, clif->pMoveFromKafra); |
446 |
|
|
// packet(UNKNOWN, 0x0365, 18, clif->pPartyBookingRegisterReq); |
447 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0366, 90, clif->pUseSkillToPosMoreInfo); |
448 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0368, 6, clif->pSolveCharName); |
449 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0369, 7, clif->pActionRequest); |
450 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x0437, 5, clif->pWalkToXY); |
451 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0438, 10, clif->pUseSkillToPos); |
452 |
|
|
packet(CMSG_ITEM_PICKUP, 0x07e4, 6, clif->pTakeItem); |
453 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x07ec, 8, clif->pMoveToKafra); |
454 |
|
|
packet(CMSG_PARTY_INVITE2, 0x0802, 26, clif->pPartyInvite2); |
455 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0811, -1, clif->pReqTradeBuyingStore); |
456 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0815, -1, clif->pReqOpenBuyingStore); |
457 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0817, 2, clif->pReqCloseBuyingStore); |
458 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0819, -1, clif->pSearchStoreInfo); |
459 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0835, 2, clif->pSearchStoreInfoNextPage); |
460 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x0838, 12, clif->pSearchStoreInfoListItemClick); |
461 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x083c, 10, clif->pUseSkillToId); |
462 |
|
|
// packet(UNKNOWN, 0x0860, 4, clif->pDull); |
463 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0881, 19, clif->pWantToConnection); |
464 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x091c, 5, clif->pHomMenu); |
465 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x0922, 36, clif->pStoragePassword); |
466 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0959, 5, clif->pChangeDir); |
467 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0966, 26, clif->pFriendsListAdd); |
468 |
|
|
packet(CMSG_NAME_REQUEST, 0x096a, 6, clif->pGetCharNameRequest); |
469 |
|
|
} |
470 |
|
|
|
471 |
|
|
// 20171121 |
472 |
|
|
if (packetVersion == 20171121) |
473 |
|
|
{ |
474 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x0202, 36, clif->pStoragePassword); |
475 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x022d, -1, clif->pReqTradeBuyingStore); |
476 |
|
|
packet(CMSG_MAP_PING, 0x035f, 6, clif->pTickSend); |
477 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0360, 6, clif->pReqClickBuyingStore); |
478 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0362, 6, clif->pDropItem); |
479 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x0363, -1, clif->pItemListWindowSelected); |
480 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0366, 90, clif->pUseSkillToPosMoreInfo); |
481 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0368, 6, clif->pSolveCharName); |
482 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0369, 7, clif->pActionRequest); |
483 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x0437, 5, clif->pWalkToXY); |
484 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0438, 10, clif->pUseSkillToPos); |
485 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x0811, 5, clif->pHomMenu); |
486 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0815, -1, clif->pReqOpenBuyingStore); |
487 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0817, 2, clif->pReqCloseBuyingStore); |
488 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0819, -1, clif->pSearchStoreInfo); |
489 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0835, 2, clif->pSearchStoreInfoNextPage); |
490 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x0838, 12, clif->pSearchStoreInfoListItemClick); |
491 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x083c, 10, clif->pUseSkillToId); |
492 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0866, 8, clif->pMoveToKafra); |
493 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0889, 8, clif->pMoveFromKafra); |
494 |
|
|
// packet(UNKNOWN, 0x0892, 18, clif->pPartyBookingRegisterReq); |
495 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x089e, 5, clif->pChangeDir); |
496 |
|
|
packet(CMSG_PARTY_INVITE2, 0x08ad, 26, clif->pPartyInvite2); |
497 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0918, 6, clif->pTakeItem); |
498 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x091f, 19, clif->pWantToConnection); |
499 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0928, 26, clif->pFriendsListAdd); |
500 |
|
|
// packet(UNKNOWN, 0x0943, 8, clif->pDull); |
501 |
|
|
// packet(UNKNOWN, 0x0950, 4, clif->pDull); |
502 |
|
|
packet(CMSG_NAME_REQUEST, 0x096a, 6, clif->pGetCharNameRequest); |
503 |
|
|
} |
504 |
|
|
|
505 |
|
|
// 20171122 |
506 |
|
|
if (packetVersion == 20171122) |
507 |
|
|
{ |
508 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x0202, 36, clif->pStoragePassword); |
509 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x022d, -1, clif->pReqTradeBuyingStore); |
510 |
|
|
packet(CMSG_MAP_PING, 0x035f, 6, clif->pTickSend); |
511 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0360, 6, clif->pReqClickBuyingStore); |
512 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0362, 6, clif->pDropItem); |
513 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x0363, -1, clif->pItemListWindowSelected); |
514 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0366, 90, clif->pUseSkillToPosMoreInfo); |
515 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0368, 6, clif->pSolveCharName); |
516 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0369, 7, clif->pActionRequest); |
517 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x0437, 5, clif->pWalkToXY); |
518 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0438, 10, clif->pUseSkillToPos); |
519 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x0811, 5, clif->pHomMenu); |
520 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0815, -1, clif->pReqOpenBuyingStore); |
521 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0817, 2, clif->pReqCloseBuyingStore); |
522 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0819, -1, clif->pSearchStoreInfo); |
523 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0835, 2, clif->pSearchStoreInfoNextPage); |
524 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x0838, 12, clif->pSearchStoreInfoListItemClick); |
525 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x083c, 10, clif->pUseSkillToId); |
526 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0866, 8, clif->pMoveToKafra); |
527 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0889, 8, clif->pMoveFromKafra); |
528 |
|
|
// packet(UNKNOWN, 0x0892, 18, clif->pPartyBookingRegisterReq); |
529 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x089e, 5, clif->pChangeDir); |
530 |
|
|
packet(CMSG_PARTY_INVITE2, 0x08ad, 26, clif->pPartyInvite2); |
531 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0918, 6, clif->pTakeItem); |
532 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x091f, 19, clif->pWantToConnection); |
533 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0928, 26, clif->pFriendsListAdd); |
534 |
|
|
// packet(UNKNOWN, 0x0943, 8, clif->pDull); |
535 |
|
|
// packet(UNKNOWN, 0x0950, 4, clif->pDull); |
536 |
|
|
packet(CMSG_NAME_REQUEST, 0x096a, 6, clif->pGetCharNameRequest); |
537 |
|
|
} |
538 |
|
|
|
539 |
|
|
// 20171123 |
540 |
|
|
if (packetVersion == 20171123) |
541 |
|
|
{ |
542 |
|
|
packet(CMSG_MAP_PING, 0x035f, 6, clif->pTickSend); |
543 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0360, 6, clif->pReqClickBuyingStore); |
544 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0366, 90, clif->pUseSkillToPosMoreInfo); |
545 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x0367, 5, clif->pHomMenu); |
546 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0368, 6, clif->pSolveCharName); |
547 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0369, 7, clif->pActionRequest); |
548 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x0437, 5, clif->pWalkToXY); |
549 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0438, 10, clif->pUseSkillToPos); |
550 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0811, -1, clif->pReqTradeBuyingStore); |
551 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0815, -1, clif->pReqOpenBuyingStore); |
552 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0817, 2, clif->pReqCloseBuyingStore); |
553 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0819, -1, clif->pSearchStoreInfo); |
554 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0835, 2, clif->pSearchStoreInfoNextPage); |
555 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x0838, 12, clif->pSearchStoreInfoListItemClick); |
556 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x083c, 10, clif->pUseSkillToId); |
557 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x085f, 6, clif->pDropItem); |
558 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0860, 19, clif->pWantToConnection); |
559 |
|
|
// packet(UNKNOWN, 0x0876, 4, clif->pDull); |
560 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x0882, -1, clif->pItemListWindowSelected); |
561 |
|
|
packet(CMSG_PARTY_INVITE2, 0x088c, 26, clif->pPartyInvite2); |
562 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0896, 5, clif->pChangeDir); |
563 |
|
|
// packet(UNKNOWN, 0x089e, 18, clif->pPartyBookingRegisterReq); |
564 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x08a8, 26, clif->pFriendsListAdd); |
565 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x092b, 8, clif->pMoveToKafra); |
566 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0930, 6, clif->pTakeItem); |
567 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0935, 8, clif->pMoveFromKafra); |
568 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x0947, 36, clif->pStoragePassword); |
569 |
|
|
// packet(UNKNOWN, 0x0960, 8, clif->pDull); |
570 |
|
|
packet(CMSG_NAME_REQUEST, 0x096a, 6, clif->pGetCharNameRequest); |
571 |
|
|
} |
572 |
|
|
|
573 |
|
|
// 20171127 |
574 |
|
|
if (packetVersion == 20171127) |
575 |
|
|
{ |
576 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0202, 5, clif->pChangeDir); |
577 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x022d, 19, clif->pWantToConnection); |
578 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x023b, 26, clif->pFriendsListAdd); |
579 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x0281, -1, clif->pItemListWindowSelected); |
580 |
|
|
packet(CMSG_MAP_PING, 0x035f, 6, clif->pTickSend); |
581 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0360, 6, clif->pReqClickBuyingStore); |
582 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x0361, 5, clif->pHomMenu); |
583 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0362, 6, clif->pDropItem); |
584 |
|
|
// packet(UNKNOWN, 0x0363, 8, clif->pDull); |
585 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0364, 8, clif->pMoveFromKafra); |
586 |
|
|
// packet(UNKNOWN, 0x0365, 18, clif->pPartyBookingRegisterReq); |
587 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0366, 90, clif->pUseSkillToPosMoreInfo); |
588 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0368, 6, clif->pSolveCharName); |
589 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0369, 7, clif->pActionRequest); |
590 |
|
|
// packet(UNKNOWN, 0x0436, 4, clif->pDull); |
591 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x0437, 5, clif->pWalkToXY); |
592 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0438, 10, clif->pUseSkillToPos); |
593 |
|
|
packet(CMSG_ITEM_PICKUP, 0x07e4, 6, clif->pTakeItem); |
594 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x07ec, 8, clif->pMoveToKafra); |
595 |
|
|
packet(CMSG_PARTY_INVITE2, 0x0802, 26, clif->pPartyInvite2); |
596 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0811, -1, clif->pReqTradeBuyingStore); |
597 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0815, -1, clif->pReqOpenBuyingStore); |
598 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0817, 2, clif->pReqCloseBuyingStore); |
599 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0819, -1, clif->pSearchStoreInfo); |
600 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0835, 2, clif->pSearchStoreInfoNextPage); |
601 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x0838, 12, clif->pSearchStoreInfoListItemClick); |
602 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x083c, 10, clif->pUseSkillToId); |
603 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x0893, 36, clif->pStoragePassword); |
604 |
|
|
packet(CMSG_NAME_REQUEST, 0x096a, 6, clif->pGetCharNameRequest); |
605 |
|
|
} |
606 |
|
|
|
607 |
|
|
// 20171128 |
608 |
|
|
if (packetVersion == 20171128) |
609 |
|
|
{ |
610 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0202, 5, clif->pChangeDir); |
611 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x022d, 19, clif->pWantToConnection); |
612 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x023b, 26, clif->pFriendsListAdd); |
613 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x0281, -1, clif->pItemListWindowSelected); |
614 |
|
|
packet(CMSG_MAP_PING, 0x035f, 6, clif->pTickSend); |
615 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0360, 6, clif->pReqClickBuyingStore); |
616 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x0361, 5, clif->pHomMenu); |
617 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0362, 6, clif->pDropItem); |
618 |
|
|
// packet(UNKNOWN, 0x0363, 8, clif->pDull); |
619 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0364, 8, clif->pMoveFromKafra); |
620 |
|
|
// packet(UNKNOWN, 0x0365, 18, clif->pPartyBookingRegisterReq); |
621 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0366, 90, clif->pUseSkillToPosMoreInfo); |
622 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0368, 6, clif->pSolveCharName); |
623 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0369, 7, clif->pActionRequest); |
624 |
|
|
// packet(UNKNOWN, 0x0436, 4, clif->pDull); |
625 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x0437, 5, clif->pWalkToXY); |
626 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0438, 10, clif->pUseSkillToPos); |
627 |
|
|
packet(CMSG_ITEM_PICKUP, 0x07e4, 6, clif->pTakeItem); |
628 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x07ec, 8, clif->pMoveToKafra); |
629 |
|
|
packet(CMSG_PARTY_INVITE2, 0x0802, 26, clif->pPartyInvite2); |
630 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0811, -1, clif->pReqTradeBuyingStore); |
631 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0815, -1, clif->pReqOpenBuyingStore); |
632 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0817, 2, clif->pReqCloseBuyingStore); |
633 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0819, -1, clif->pSearchStoreInfo); |
634 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0835, 2, clif->pSearchStoreInfoNextPage); |
635 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x0838, 12, clif->pSearchStoreInfoListItemClick); |
636 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x083c, 10, clif->pUseSkillToId); |
637 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x0893, 36, clif->pStoragePassword); |
638 |
|
|
packet(CMSG_NAME_REQUEST, 0x096a, 6, clif->pGetCharNameRequest); |
639 |
|
|
} |
640 |
|
|
|
641 |
|
|
// 20171130 |
642 |
|
|
if (packetVersion == 20171130) |
643 |
|
|
{ |
644 |
|
|
// packet(UNKNOWN, 0x0361, 18, clif->pPartyBookingRegisterReq); |
645 |
|
|
packet(CMSG_NAME_REQUEST, 0x0864, 6, clif->pGetCharNameRequest); |
646 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x086f, 12, clif->pSearchStoreInfoListItemClick); |
647 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0871, 2, clif->pSearchStoreInfoNextPage); |
648 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0872, 6, clif->pReqClickBuyingStore); |
649 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0875, 6, clif->pTakeItem); |
650 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0878, -1, clif->pReqTradeBuyingStore); |
651 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0881, 10, clif->pUseSkillToPos); |
652 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0884, 6, clif->pDropItem); |
653 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0886, 2, clif->pReqCloseBuyingStore); |
654 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x0887, 36, clif->pStoragePassword); |
655 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x088b, 8, clif->pMoveToKafra); |
656 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x0894, 5, clif->pWalkToXY); |
657 |
|
|
// packet(UNKNOWN, 0x0899, 8, clif->pDull); |
658 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x08a0, 5, clif->pChangeDir); |
659 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x08a7, -1, clif->pItemListWindowSelected); |
660 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0925, -1, clif->pReqOpenBuyingStore); |
661 |
|
|
// packet(UNKNOWN, 0x0928, 4, clif->pDull); |
662 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0930, 19, clif->pWantToConnection); |
663 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0931, 26, clif->pFriendsListAdd); |
664 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0935, 8, clif->pMoveFromKafra); |
665 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x093a, 7, clif->pActionRequest); |
666 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0947, -1, clif->pSearchStoreInfo); |
667 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x094c, 5, clif->pHomMenu); |
668 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x094f, 90, clif->pUseSkillToPosMoreInfo); |
669 |
|
|
packet(CMSG_MAP_PING, 0x095b, 6, clif->pTickSend); |
670 |
|
|
packet(CMSG_PARTY_INVITE2, 0x095f, 26, clif->pPartyInvite2); |
671 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0960, 6, clif->pSolveCharName); |
672 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0965, 10, clif->pUseSkillToId); |
673 |
|
|
} |
674 |
|
|
|
675 |
|
|
// 20171204 |
676 |
|
|
if (packetVersion == 20171204) |
677 |
|
|
{ |
678 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0281, 6, clif->pTakeItem); |
679 |
|
|
packet(CMSG_MAP_PING, 0x035f, 6, clif->pTickSend); |
680 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0360, 6, clif->pReqClickBuyingStore); |
681 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0368, 6, clif->pSolveCharName); |
682 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0369, 7, clif->pActionRequest); |
683 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x0437, 5, clif->pWalkToXY); |
684 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0438, 10, clif->pUseSkillToPos); |
685 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0811, -1, clif->pReqTradeBuyingStore); |
686 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0815, -1, clif->pReqOpenBuyingStore); |
687 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0817, 2, clif->pReqCloseBuyingStore); |
688 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0819, -1, clif->pSearchStoreInfo); |
689 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0835, 2, clif->pSearchStoreInfoNextPage); |
690 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x0838, 12, clif->pSearchStoreInfoListItemClick); |
691 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x083c, 10, clif->pUseSkillToId); |
692 |
|
|
// packet(UNKNOWN, 0x085b, 8, clif->pDull); |
693 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x086f, 19, clif->pWantToConnection); |
694 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x087d, -1, clif->pItemListWindowSelected); |
695 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0885, 90, clif->pUseSkillToPosMoreInfo); |
696 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0887, 5, clif->pChangeDir); |
697 |
|
|
// packet(UNKNOWN, 0x0892, 4, clif->pDull); |
698 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x0896, 36, clif->pStoragePassword); |
699 |
|
|
packet(CMSG_PARTY_INVITE2, 0x08aa, 26, clif->pPartyInvite2); |
700 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0917, 8, clif->pMoveFromKafra); |
701 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x091b, 26, clif->pFriendsListAdd); |
702 |
|
|
// packet(UNKNOWN, 0x0921, 18, clif->pPartyBookingRegisterReq); |
703 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x0924, 5, clif->pHomMenu); |
704 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0937, 8, clif->pMoveToKafra); |
705 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0960, 6, clif->pDropItem); |
706 |
|
|
packet(CMSG_NAME_REQUEST, 0x096a, 6, clif->pGetCharNameRequest); |
707 |
|
|
} |
708 |
|
|
|
709 |
|
|
// 20171206 |
710 |
|
|
if (packetVersion == 20171206) |
711 |
|
|
{ |
712 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0281, 10, clif->pUseSkillToId); |
713 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0366, 6, clif->pDropItem); |
714 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0436, 6, clif->pReqClickBuyingStore); |
715 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0835, 6, clif->pTakeItem); |
716 |
|
|
// packet(UNKNOWN, 0x083c, 8, clif->pDull); |
717 |
|
|
// packet(UNKNOWN, 0x0860, 4, clif->pDull); |
718 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0862, 5, clif->pChangeDir); |
719 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x0864, 5, clif->pWalkToXY); |
720 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0870, 8, clif->pMoveToKafra); |
721 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0878, 10, clif->pUseSkillToPos); |
722 |
|
|
// packet(UNKNOWN, 0x087a, 18, clif->pPartyBookingRegisterReq); |
723 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x087b, -1, clif->pReqTradeBuyingStore); |
724 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0885, 6, clif->pSolveCharName); |
725 |
|
|
packet(CMSG_PARTY_INVITE2, 0x088d, 26, clif->pPartyInvite2); |
726 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0893, 26, clif->pFriendsListAdd); |
727 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x0897, 5, clif->pHomMenu); |
728 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x089e, 12, clif->pSearchStoreInfoListItemClick); |
729 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x08a4, -1, clif->pReqOpenBuyingStore); |
730 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x08ac, 7, clif->pActionRequest); |
731 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0920, 19, clif->pWantToConnection); |
732 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0934, 2, clif->pReqCloseBuyingStore); |
733 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0936, 8, clif->pMoveFromKafra); |
734 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x093a, -1, clif->pItemListWindowSelected); |
735 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0940, 90, clif->pUseSkillToPosMoreInfo); |
736 |
|
|
packet(CMSG_NAME_REQUEST, 0x0941, 6, clif->pGetCharNameRequest); |
737 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x0959, 36, clif->pStoragePassword); |
738 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x095b, 2, clif->pSearchStoreInfoNextPage); |
739 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x095c, -1, clif->pSearchStoreInfo); |
740 |
|
|
packet(CMSG_MAP_PING, 0x095f, 6, clif->pTickSend); |
741 |
|
|
} |
742 |
|
|
|
743 |
|
|
// 20171208 |
744 |
|
|
if (packetVersion == 20171208) |
745 |
|
|
{ |
746 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0281, 10, clif->pUseSkillToId); |
747 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0366, 6, clif->pDropItem); |
748 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0436, 6, clif->pReqClickBuyingStore); |
749 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0835, 6, clif->pTakeItem); |
750 |
|
|
// packet(UNKNOWN, 0x083c, 8, clif->pDull); |
751 |
|
|
// packet(UNKNOWN, 0x0860, 4, clif->pDull); |
752 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0862, 5, clif->pChangeDir); |
753 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x0864, 5, clif->pWalkToXY); |
754 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0870, 8, clif->pMoveToKafra); |
755 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0878, 10, clif->pUseSkillToPos); |
756 |
|
|
// packet(UNKNOWN, 0x087a, 18, clif->pPartyBookingRegisterReq); |
757 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x087b, -1, clif->pReqTradeBuyingStore); |
758 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0885, 6, clif->pSolveCharName); |
759 |
|
|
packet(CMSG_PARTY_INVITE2, 0x088d, 26, clif->pPartyInvite2); |
760 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0893, 26, clif->pFriendsListAdd); |
761 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x0897, 5, clif->pHomMenu); |
762 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x089e, 12, clif->pSearchStoreInfoListItemClick); |
763 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x08a4, -1, clif->pReqOpenBuyingStore); |
764 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x08ac, 7, clif->pActionRequest); |
765 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0920, 19, clif->pWantToConnection); |
766 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0934, 2, clif->pReqCloseBuyingStore); |
767 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0936, 8, clif->pMoveFromKafra); |
768 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x093a, -1, clif->pItemListWindowSelected); |
769 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0940, 90, clif->pUseSkillToPosMoreInfo); |
770 |
|
|
packet(CMSG_NAME_REQUEST, 0x0941, 6, clif->pGetCharNameRequest); |
771 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x0959, 36, clif->pStoragePassword); |
772 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x095b, 2, clif->pSearchStoreInfoNextPage); |
773 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x095c, -1, clif->pSearchStoreInfo); |
774 |
|
|
packet(CMSG_MAP_PING, 0x095f, 6, clif->pTickSend); |
775 |
|
|
} |
776 |
|
|
|
777 |
|
|
// 20171209 |
778 |
|
|
if (packetVersion == 20171209) |
779 |
|
|
{ |
780 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0281, 10, clif->pUseSkillToId); |
781 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0366, 6, clif->pDropItem); |
782 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0436, 6, clif->pReqClickBuyingStore); |
783 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0835, 6, clif->pTakeItem); |
784 |
|
|
// packet(UNKNOWN, 0x083c, 8, clif->pDull); |
785 |
|
|
// packet(UNKNOWN, 0x0860, 4, clif->pDull); |
786 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0862, 5, clif->pChangeDir); |
787 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x0864, 5, clif->pWalkToXY); |
788 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0870, 8, clif->pMoveToKafra); |
789 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0878, 10, clif->pUseSkillToPos); |
790 |
|
|
// packet(UNKNOWN, 0x087a, 18, clif->pPartyBookingRegisterReq); |
791 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x087b, -1, clif->pReqTradeBuyingStore); |
792 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0885, 6, clif->pSolveCharName); |
793 |
|
|
packet(CMSG_PARTY_INVITE2, 0x088d, 26, clif->pPartyInvite2); |
794 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0893, 26, clif->pFriendsListAdd); |
795 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x0897, 5, clif->pHomMenu); |
796 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x089e, 12, clif->pSearchStoreInfoListItemClick); |
797 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x08a4, -1, clif->pReqOpenBuyingStore); |
798 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x08ac, 7, clif->pActionRequest); |
799 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0920, 19, clif->pWantToConnection); |
800 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0934, 2, clif->pReqCloseBuyingStore); |
801 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0936, 8, clif->pMoveFromKafra); |
802 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x093a, -1, clif->pItemListWindowSelected); |
803 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0940, 90, clif->pUseSkillToPosMoreInfo); |
804 |
|
|
packet(CMSG_NAME_REQUEST, 0x0941, 6, clif->pGetCharNameRequest); |
805 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x0959, 36, clif->pStoragePassword); |
806 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x095b, 2, clif->pSearchStoreInfoNextPage); |
807 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x095c, -1, clif->pSearchStoreInfo); |
808 |
|
|
packet(CMSG_MAP_PING, 0x095f, 6, clif->pTickSend); |
809 |
|
|
} |
810 |
|
|
|
811 |
|
|
// 20171210 |
812 |
|
|
if (packetVersion == 20171210) |
813 |
|
|
{ |
814 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0281, 10, clif->pUseSkillToId); |
815 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0366, 6, clif->pDropItem); |
816 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0436, 6, clif->pReqClickBuyingStore); |
817 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0835, 6, clif->pTakeItem); |
818 |
|
|
// packet(UNKNOWN, 0x083c, 8, clif->pDull); |
819 |
|
|
// packet(UNKNOWN, 0x0860, 4, clif->pDull); |
820 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0862, 5, clif->pChangeDir); |
821 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x0864, 5, clif->pWalkToXY); |
822 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0870, 8, clif->pMoveToKafra); |
823 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0878, 10, clif->pUseSkillToPos); |
824 |
|
|
// packet(UNKNOWN, 0x087a, 18, clif->pPartyBookingRegisterReq); |
825 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x087b, -1, clif->pReqTradeBuyingStore); |
826 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0885, 6, clif->pSolveCharName); |
827 |
|
|
packet(CMSG_PARTY_INVITE2, 0x088d, 26, clif->pPartyInvite2); |
828 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0893, 26, clif->pFriendsListAdd); |
829 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x0897, 5, clif->pHomMenu); |
830 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x089e, 12, clif->pSearchStoreInfoListItemClick); |
831 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x08a4, -1, clif->pReqOpenBuyingStore); |
832 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x08ac, 7, clif->pActionRequest); |
833 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0920, 19, clif->pWantToConnection); |
834 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0934, 2, clif->pReqCloseBuyingStore); |
835 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0936, 8, clif->pMoveFromKafra); |
836 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x093a, -1, clif->pItemListWindowSelected); |
837 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0940, 90, clif->pUseSkillToPosMoreInfo); |
838 |
|
|
packet(CMSG_NAME_REQUEST, 0x0941, 6, clif->pGetCharNameRequest); |
839 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x0959, 36, clif->pStoragePassword); |
840 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x095b, 2, clif->pSearchStoreInfoNextPage); |
841 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x095c, -1, clif->pSearchStoreInfo); |
842 |
|
|
packet(CMSG_MAP_PING, 0x095f, 6, clif->pTickSend); |
843 |
|
|
} |
844 |
|
|
|
845 |
|
|
// 20171211 |
846 |
|
|
if (packetVersion == 20171211) |
847 |
|
|
{ |
848 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0281, 10, clif->pUseSkillToId); |
849 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0366, 6, clif->pDropItem); |
850 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0436, 6, clif->pReqClickBuyingStore); |
851 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0835, 6, clif->pTakeItem); |
852 |
|
|
// packet(UNKNOWN, 0x083c, 8, clif->pDull); |
853 |
|
|
// packet(UNKNOWN, 0x0860, 4, clif->pDull); |
854 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0862, 5, clif->pChangeDir); |
855 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x0864, 5, clif->pWalkToXY); |
856 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0870, 8, clif->pMoveToKafra); |
857 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0878, 10, clif->pUseSkillToPos); |
858 |
|
|
// packet(UNKNOWN, 0x087a, 18, clif->pPartyBookingRegisterReq); |
859 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x087b, -1, clif->pReqTradeBuyingStore); |
860 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0885, 6, clif->pSolveCharName); |
861 |
|
|
packet(CMSG_PARTY_INVITE2, 0x088d, 26, clif->pPartyInvite2); |
862 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0893, 26, clif->pFriendsListAdd); |
863 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x0897, 5, clif->pHomMenu); |
864 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x089e, 12, clif->pSearchStoreInfoListItemClick); |
865 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x08a4, -1, clif->pReqOpenBuyingStore); |
866 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x08ac, 7, clif->pActionRequest); |
867 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0920, 19, clif->pWantToConnection); |
868 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0934, 2, clif->pReqCloseBuyingStore); |
869 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0936, 8, clif->pMoveFromKafra); |
870 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x093a, -1, clif->pItemListWindowSelected); |
871 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0940, 90, clif->pUseSkillToPosMoreInfo); |
872 |
|
|
packet(CMSG_NAME_REQUEST, 0x0941, 6, clif->pGetCharNameRequest); |
873 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x0959, 36, clif->pStoragePassword); |
874 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x095b, 2, clif->pSearchStoreInfoNextPage); |
875 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x095c, -1, clif->pSearchStoreInfo); |
876 |
|
|
packet(CMSG_MAP_PING, 0x095f, 6, clif->pTickSend); |
877 |
|
|
} |
878 |
|
|
|
879 |
|
|
// 20171212 |
880 |
|
|
if (packetVersion == 20171212) |
881 |
|
|
{ |
882 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0281, 10, clif->pUseSkillToId); |
883 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0366, 6, clif->pDropItem); |
884 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0436, 6, clif->pReqClickBuyingStore); |
885 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0835, 6, clif->pTakeItem); |
886 |
|
|
// packet(UNKNOWN, 0x083c, 8, clif->pDull); |
887 |
|
|
// packet(UNKNOWN, 0x0860, 4, clif->pDull); |
888 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0862, 5, clif->pChangeDir); |
889 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x0864, 5, clif->pWalkToXY); |
890 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0870, 8, clif->pMoveToKafra); |
891 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0878, 10, clif->pUseSkillToPos); |
892 |
|
|
// packet(UNKNOWN, 0x087a, 18, clif->pPartyBookingRegisterReq); |
893 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x087b, -1, clif->pReqTradeBuyingStore); |
894 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0885, 6, clif->pSolveCharName); |
895 |
|
|
packet(CMSG_PARTY_INVITE2, 0x088d, 26, clif->pPartyInvite2); |
896 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0893, 26, clif->pFriendsListAdd); |
897 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x0897, 5, clif->pHomMenu); |
898 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x089e, 12, clif->pSearchStoreInfoListItemClick); |
899 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x08a4, -1, clif->pReqOpenBuyingStore); |
900 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x08ac, 7, clif->pActionRequest); |
901 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0920, 19, clif->pWantToConnection); |
902 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0934, 2, clif->pReqCloseBuyingStore); |
903 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0936, 8, clif->pMoveFromKafra); |
904 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x093a, -1, clif->pItemListWindowSelected); |
905 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0940, 90, clif->pUseSkillToPosMoreInfo); |
906 |
|
|
packet(CMSG_NAME_REQUEST, 0x0941, 6, clif->pGetCharNameRequest); |
907 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x0959, 36, clif->pStoragePassword); |
908 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x095b, 2, clif->pSearchStoreInfoNextPage); |
909 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x095c, -1, clif->pSearchStoreInfo); |
910 |
|
|
packet(CMSG_MAP_PING, 0x095f, 6, clif->pTickSend); |
911 |
|
|
} |
912 |
|
|
|
913 |
|
|
// 20171213 |
914 |
|
|
if (packetVersion == 20171213) |
915 |
|
|
{ |
916 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0281, 10, clif->pUseSkillToId); |
917 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0366, 6, clif->pDropItem); |
918 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0436, 6, clif->pReqClickBuyingStore); |
919 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0835, 6, clif->pTakeItem); |
920 |
|
|
// packet(UNKNOWN, 0x083c, 8, clif->pDull); |
921 |
|
|
// packet(UNKNOWN, 0x0860, 4, clif->pDull); |
922 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0862, 5, clif->pChangeDir); |
923 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x0864, 5, clif->pWalkToXY); |
924 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0870, 8, clif->pMoveToKafra); |
925 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0878, 10, clif->pUseSkillToPos); |
926 |
|
|
// packet(UNKNOWN, 0x087a, 18, clif->pPartyBookingRegisterReq); |
927 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x087b, -1, clif->pReqTradeBuyingStore); |
928 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0885, 6, clif->pSolveCharName); |
929 |
|
|
packet(CMSG_PARTY_INVITE2, 0x088d, 26, clif->pPartyInvite2); |
930 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0893, 26, clif->pFriendsListAdd); |
931 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x0897, 5, clif->pHomMenu); |
932 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x089e, 12, clif->pSearchStoreInfoListItemClick); |
933 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x08a4, -1, clif->pReqOpenBuyingStore); |
934 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x08ac, 7, clif->pActionRequest); |
935 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0920, 19, clif->pWantToConnection); |
936 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0934, 2, clif->pReqCloseBuyingStore); |
937 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0936, 8, clif->pMoveFromKafra); |
938 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x093a, -1, clif->pItemListWindowSelected); |
939 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0940, 90, clif->pUseSkillToPosMoreInfo); |
940 |
|
|
packet(CMSG_NAME_REQUEST, 0x0941, 6, clif->pGetCharNameRequest); |
941 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x0959, 36, clif->pStoragePassword); |
942 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x095b, 2, clif->pSearchStoreInfoNextPage); |
943 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x095c, -1, clif->pSearchStoreInfo); |
944 |
|
|
packet(CMSG_MAP_PING, 0x095f, 6, clif->pTickSend); |
945 |
|
|
} |
946 |
|
|
|
947 |
|
|
// 20171214 |
948 |
|
|
if (packetVersion == 20171214) |
949 |
|
|
{ |
950 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x023b, 2, clif->pSearchStoreInfoNextPage); |
951 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x02c4, 6, clif->pDropItem); |
952 |
|
|
packet(CMSG_NAME_REQUEST, 0x0438, 6, clif->pGetCharNameRequest); |
953 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x085b, 36, clif->pStoragePassword); |
954 |
|
|
// packet(UNKNOWN, 0x085e, 18, clif->pPartyBookingRegisterReq); |
955 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0862, 6, clif->pSolveCharName); |
956 |
|
|
// packet(UNKNOWN, 0x0864, 8, clif->pDull); |
957 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x086a, 5, clif->pWalkToXY); |
958 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0871, 19, clif->pWantToConnection); |
959 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x0873, -1, clif->pItemListWindowSelected); |
960 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0886, 6, clif->pReqClickBuyingStore); |
961 |
|
|
// packet(UNKNOWN, 0x088b, 4, clif->pDull); |
962 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x088c, 8, clif->pMoveToKafra); |
963 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0892, 10, clif->pUseSkillToId); |
964 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0894, 6, clif->pTakeItem); |
965 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0897, -1, clif->pReqTradeBuyingStore); |
966 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x08a3, 26, clif->pFriendsListAdd); |
967 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x08a5, 90, clif->pUseSkillToPosMoreInfo); |
968 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x08ac, 2, clif->pReqCloseBuyingStore); |
969 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0933, 7, clif->pActionRequest); |
970 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x094a, 5, clif->pChangeDir); |
971 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x094d, 5, clif->pHomMenu); |
972 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x094f, -1, clif->pSearchStoreInfo); |
973 |
|
|
packet(CMSG_PARTY_INVITE2, 0x0951, 26, clif->pPartyInvite2); |
974 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x095a, 8, clif->pMoveFromKafra); |
975 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x095b, 12, clif->pSearchStoreInfoListItemClick); |
976 |
|
|
packet(CMSG_MAP_PING, 0x0960, 6, clif->pTickSend); |
977 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0969, -1, clif->pReqOpenBuyingStore); |
978 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x096a, 10, clif->pUseSkillToPos); |
979 |
|
|
} |
980 |
|
|
|
981 |
|
|
// 20171220 |
982 |
|
|
if (packetVersion == 20171220) |
983 |
|
|
{ |
984 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x022d, 2, clif->pSearchStoreInfoNextPage); |
985 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0281, 10, clif->pUseSkillToPos); |
986 |
|
|
packet(CMSG_NAME_REQUEST, 0x0438, 6, clif->pGetCharNameRequest); |
987 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x07ec, 6, clif->pReqClickBuyingStore); |
988 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0819, 90, clif->pUseSkillToPosMoreInfo); |
989 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
990 |
|
|
packet(CMSG_MAP_PING, 0x0838, 6, clif->pTickSend); |
991 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x085f, -1, clif->pReqTradeBuyingStore); |
992 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0867, 6, clif->pSolveCharName); |
993 |
|
|
packet(CMSG_ITEM_PICKUP, 0x086c, 6, clif->pTakeItem); |
994 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0872, 8, clif->pMoveFromKafra); |
995 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x087a, 12, clif->pSearchStoreInfoListItemClick); |
996 |
|
|
// packet(UNKNOWN, 0x087e, 4, clif->pDull); |
997 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x0899, 5, clif->pWalkToXY); |
998 |
|
|
// packet(UNKNOWN, 0x089b, 8, clif->pDull); |
999 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x089c, 2, clif->pReqCloseBuyingStore); |
1000 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x08a3, -1, clif->pItemListWindowSelected); |
1001 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x08a5, 6, clif->pDropItem); |
1002 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x08ad, 19, clif->pWantToConnection); |
1003 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x091f, -1, clif->pReqOpenBuyingStore); |
1004 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x0921, 5, clif->pHomMenu); |
1005 |
|
|
// packet(UNKNOWN, 0x092d, 18, clif->pPartyBookingRegisterReq); |
1006 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x092e, 26, clif->pFriendsListAdd); |
1007 |
|
|
packet(CMSG_PARTY_INVITE2, 0x0932, 26, clif->pPartyInvite2); |
1008 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0934, 8, clif->pMoveToKafra); |
1009 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0937, 7, clif->pActionRequest); |
1010 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x094d, 10, clif->pUseSkillToId); |
1011 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x095b, 36, clif->pStoragePassword); |
1012 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x096a, 5, clif->pChangeDir); |
1013 |
|
|
} |
1014 |
|
|
|
1015 |
|
|
// 20171221 |
1016 |
|
|
if (packetVersion == 20171221) |
1017 |
|
|
{ |
1018 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x022d, 2, clif->pSearchStoreInfoNextPage); |
1019 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0281, 10, clif->pUseSkillToPos); |
1020 |
|
|
packet(CMSG_NAME_REQUEST, 0x0438, 6, clif->pGetCharNameRequest); |
1021 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x07ec, 6, clif->pReqClickBuyingStore); |
1022 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0819, 90, clif->pUseSkillToPosMoreInfo); |
1023 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
1024 |
|
|
packet(CMSG_MAP_PING, 0x0838, 6, clif->pTickSend); |
1025 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x085f, -1, clif->pReqTradeBuyingStore); |
1026 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0867, 6, clif->pSolveCharName); |
1027 |
|
|
packet(CMSG_ITEM_PICKUP, 0x086c, 6, clif->pTakeItem); |
1028 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0872, 8, clif->pMoveFromKafra); |
1029 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x087a, 12, clif->pSearchStoreInfoListItemClick); |
1030 |
|
|
// packet(UNKNOWN, 0x087e, 4, clif->pDull); |
1031 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x0899, 5, clif->pWalkToXY); |
1032 |
|
|
// packet(UNKNOWN, 0x089b, 8, clif->pDull); |
1033 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x089c, 2, clif->pReqCloseBuyingStore); |
1034 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x08a3, -1, clif->pItemListWindowSelected); |
1035 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x08a5, 6, clif->pDropItem); |
1036 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x08ad, 19, clif->pWantToConnection); |
1037 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x091f, -1, clif->pReqOpenBuyingStore); |
1038 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x0921, 5, clif->pHomMenu); |
1039 |
|
|
// packet(UNKNOWN, 0x092d, 18, clif->pPartyBookingRegisterReq); |
1040 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x092e, 26, clif->pFriendsListAdd); |
1041 |
|
|
packet(CMSG_PARTY_INVITE2, 0x0932, 26, clif->pPartyInvite2); |
1042 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0934, 8, clif->pMoveToKafra); |
1043 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0937, 7, clif->pActionRequest); |
1044 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x094d, 10, clif->pUseSkillToId); |
1045 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x095b, 36, clif->pStoragePassword); |
1046 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x096a, 5, clif->pChangeDir); |
1047 |
|
|
} |
1048 |
|
|
|
1049 |
|
|
// 20171227 |
1050 |
|
|
if (packetVersion == 20171227) |
1051 |
|
|
{ |
1052 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x02c4, 2, clif->pSearchStoreInfoNextPage); |
1053 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0860, 5, clif->pChangeDir); |
1054 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x086c, 7, clif->pActionRequest); |
1055 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0871, 6, clif->pSolveCharName); |
1056 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0872, 90, clif->pUseSkillToPosMoreInfo); |
1057 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0874, 19, clif->pWantToConnection); |
1058 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0876, 10, clif->pUseSkillToPos); |
1059 |
|
|
// packet(UNKNOWN, 0x0877, 8, clif->pDull); |
1060 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0878, 6, clif->pTakeItem); |
1061 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x087b, 8, clif->pMoveToKafra); |
1062 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0885, 8, clif->pMoveFromKafra); |
1063 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0889, -1, clif->pSearchStoreInfo); |
1064 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x088b, 2, clif->pReqCloseBuyingStore); |
1065 |
|
|
// packet(UNKNOWN, 0x0894, 18, clif->pPartyBookingRegisterReq); |
1066 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x089f, 6, clif->pReqClickBuyingStore); |
1067 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x091c, 6, clif->pDropItem); |
1068 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0920, -1, clif->pReqTradeBuyingStore); |
1069 |
|
|
// packet(UNKNOWN, 0x0925, 4, clif->pDull); |
1070 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x092d, 12, clif->pSearchStoreInfoListItemClick); |
1071 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x0930, 36, clif->pStoragePassword); |
1072 |
|
|
packet(CMSG_MAP_PING, 0x0939, 6, clif->pTickSend); |
1073 |
|
|
packet(CMSG_NAME_REQUEST, 0x093e, 6, clif->pGetCharNameRequest); |
1074 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0941, 26, clif->pFriendsListAdd); |
1075 |
|
|
packet(CMSG_PARTY_INVITE2, 0x0945, 26, clif->pPartyInvite2); |
1076 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x0946, 5, clif->pWalkToXY); |
1077 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x094b, -1, clif->pReqOpenBuyingStore); |
1078 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x095e, 5, clif->pHomMenu); |
1079 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0967, 10, clif->pUseSkillToId); |
1080 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x0968, -1, clif->pItemListWindowSelected); |
1081 |
|
|
} |
1082 |
|
|
|
1083 |
|
|
// 20171229 |
1084 |
|
|
if (packetVersion == 20171229) |
1085 |
|
|
{ |
1086 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x02c4, 2, clif->pSearchStoreInfoNextPage); |
1087 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0860, 5, clif->pChangeDir); |
1088 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x086c, 7, clif->pActionRequest); |
1089 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0871, 6, clif->pSolveCharName); |
1090 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0872, 90, clif->pUseSkillToPosMoreInfo); |
1091 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0874, 19, clif->pWantToConnection); |
1092 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0876, 10, clif->pUseSkillToPos); |
1093 |
|
|
// packet(UNKNOWN, 0x0877, 8, clif->pDull); |
1094 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0878, 6, clif->pTakeItem); |
1095 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x087b, 8, clif->pMoveToKafra); |
1096 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0885, 8, clif->pMoveFromKafra); |
1097 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0889, -1, clif->pSearchStoreInfo); |
1098 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x088b, 2, clif->pReqCloseBuyingStore); |
1099 |
|
|
// packet(UNKNOWN, 0x0894, 18, clif->pPartyBookingRegisterReq); |
1100 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x089f, 6, clif->pReqClickBuyingStore); |
1101 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x091c, 6, clif->pDropItem); |
1102 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0920, -1, clif->pReqTradeBuyingStore); |
1103 |
|
|
// packet(UNKNOWN, 0x0925, 4, clif->pDull); |
1104 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x092d, 12, clif->pSearchStoreInfoListItemClick); |
1105 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x0930, 36, clif->pStoragePassword); |
1106 |
|
|
packet(CMSG_MAP_PING, 0x0939, 6, clif->pTickSend); |
1107 |
|
|
packet(CMSG_NAME_REQUEST, 0x093e, 6, clif->pGetCharNameRequest); |
1108 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0941, 26, clif->pFriendsListAdd); |
1109 |
|
|
packet(CMSG_PARTY_INVITE2, 0x0945, 26, clif->pPartyInvite2); |
1110 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x0946, 5, clif->pWalkToXY); |
1111 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x094b, -1, clif->pReqOpenBuyingStore); |
1112 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x095e, 5, clif->pHomMenu); |
1113 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0967, 10, clif->pUseSkillToId); |
1114 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x0968, -1, clif->pItemListWindowSelected); |
1115 |
|
|
} |
1116 |
|
|
|
1117 |
|
|
// 20180103 |
1118 |
|
|
if (packetVersion == 20180103) |
1119 |
|
|
{ |
1120 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x035f, 5, clif->pChangeDir); |
1121 |
|
|
// packet(UNKNOWN, 0x0360, 18, clif->pPartyBookingRegisterReq); |
1122 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0366, -1, clif->pReqTradeBuyingStore); |
1123 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x07e4, 5, clif->pWalkToXY); |
1124 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x083c, 10, clif->pUseSkillToPos); |
1125 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x0860, 5, clif->pHomMenu); |
1126 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x0866, -1, clif->pItemListWindowSelected); |
1127 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x086d, 26, clif->pFriendsListAdd); |
1128 |
|
|
packet(CMSG_MAP_PING, 0x0871, 6, clif->pTickSend); |
1129 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0872, -1, clif->pReqOpenBuyingStore); |
1130 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0874, 2, clif->pSearchStoreInfoNextPage); |
1131 |
|
|
// packet(UNKNOWN, 0x087b, 8, clif->pDull); |
1132 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0885, 2, clif->pReqCloseBuyingStore); |
1133 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0888, 7, clif->pActionRequest); |
1134 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0890, 6, clif->pDropItem); |
1135 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0896, 10, clif->pUseSkillToId); |
1136 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x089d, 8, clif->pMoveToKafra); |
1137 |
|
|
packet(CMSG_NAME_REQUEST, 0x08a6, 6, clif->pGetCharNameRequest); |
1138 |
|
|
packet(CMSG_ITEM_PICKUP, 0x091e, 6, clif->pTakeItem); |
1139 |
|
|
// packet(UNKNOWN, 0x0924, 4, clif->pDull); |
1140 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0938, 90, clif->pUseSkillToPosMoreInfo); |
1141 |
|
|
packet(CMSG_PARTY_INVITE2, 0x093b, 26, clif->pPartyInvite2); |
1142 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0956, -1, clif->pSearchStoreInfo); |
1143 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0958, 19, clif->pWantToConnection); |
1144 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x095b, 36, clif->pStoragePassword); |
1145 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x095d, 6, clif->pSolveCharName); |
1146 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0964, 6, clif->pReqClickBuyingStore); |
1147 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0966, 8, clif->pMoveFromKafra); |
1148 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x096a, 12, clif->pSearchStoreInfoListItemClick); |
1149 |
|
|
} |
1150 |
|
|
|
1151 |
|
|
// 20180117 |
1152 |
|
|
if (packetVersion == 20180117) |
1153 |
|
|
{ |
1154 |
|
|
packet(CMSG_PARTY_INVITE2, 0x0361, 26, clif->pPartyInvite2); |
1155 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0364, 6, clif->pSolveCharName); |
1156 |
|
|
// packet(UNKNOWN, 0x0438, 8, clif->pDull); |
1157 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x07e4, 36, clif->pStoragePassword); |
1158 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x083c, 6, clif->pDropItem); |
1159 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0866, -1, clif->pReqOpenBuyingStore); |
1160 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x086e, 10, clif->pUseSkillToPos); |
1161 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x086f, 6, clif->pReqClickBuyingStore); |
1162 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x087d, 19, clif->pWantToConnection); |
1163 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0881, 10, clif->pUseSkillToId); |
1164 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0884, 2, clif->pSearchStoreInfoNextPage); |
1165 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0886, 6, clif->pTakeItem); |
1166 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0890, 8, clif->pMoveToKafra); |
1167 |
|
|
packet(CMSG_NAME_REQUEST, 0x0891, 6, clif->pGetCharNameRequest); |
1168 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0893, 7, clif->pActionRequest); |
1169 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0899, -1, clif->pSearchStoreInfo); |
1170 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x089d, -1, clif->pItemListWindowSelected); |
1171 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x089e, 5, clif->pChangeDir); |
1172 |
|
|
packet(CMSG_MAP_PING, 0x0919, 6, clif->pTickSend); |
1173 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x091c, 8, clif->pMoveFromKafra); |
1174 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x091f, 90, clif->pUseSkillToPosMoreInfo); |
1175 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x0921, 5, clif->pWalkToXY); |
1176 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0928, 2, clif->pReqCloseBuyingStore); |
1177 |
|
|
// packet(UNKNOWN, 0x0929, 18, clif->pPartyBookingRegisterReq); |
1178 |
|
|
// packet(UNKNOWN, 0x092d, 4, clif->pDull); |
1179 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x0933, 12, clif->pSearchStoreInfoListItemClick); |
1180 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0946, 26, clif->pFriendsListAdd); |
1181 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x095e, -1, clif->pReqTradeBuyingStore); |
1182 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x0963, 5, clif->pHomMenu); |
1183 |
|
|
} |
1184 |
|
|
|
1185 |
|
|
// 20180131 |
1186 |
|
|
if (packetVersion == 20180131) |
1187 |
|
|
{ |
1188 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0202, 5, clif->pChangeDir); |
1189 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x022d, 19, clif->pWantToConnection); |
1190 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x023b, 26, clif->pFriendsListAdd); |
1191 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x0281, -1, clif->pItemListWindowSelected); |
1192 |
|
|
packet(CMSG_MAP_PING, 0x035f, 6, clif->pTickSend); |
1193 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0360, 6, clif->pReqClickBuyingStore); |
1194 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x0361, 5, clif->pHomMenu); |
1195 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0362, 6, clif->pDropItem); |
1196 |
|
|
// packet(UNKNOWN, 0x0363, 8, clif->pDull); |
1197 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0364, 8, clif->pMoveFromKafra); |
1198 |
|
|
// packet(UNKNOWN, 0x0365, 18, clif->pPartyBookingRegisterReq); |
1199 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x0367, 36, clif->pStoragePassword); |
1200 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0368, 6, clif->pSolveCharName); |
1201 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0369, 7, clif->pActionRequest); |
1202 |
|
|
// packet(UNKNOWN, 0x0436, 4, clif->pDull); |
1203 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x0437, 5, clif->pWalkToXY); |
1204 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0438, 10, clif->pUseSkillToPos); |
1205 |
|
|
packet(CMSG_ITEM_PICKUP, 0x07e4, 6, clif->pTakeItem); |
1206 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x07ec, 8, clif->pMoveToKafra); |
1207 |
|
|
packet(CMSG_PARTY_INVITE2, 0x0802, 26, clif->pPartyInvite2); |
1208 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0811, -1, clif->pReqTradeBuyingStore); |
1209 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0815, -1, clif->pReqOpenBuyingStore); |
1210 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0817, 2, clif->pReqCloseBuyingStore); |
1211 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0819, -1, clif->pSearchStoreInfo); |
1212 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0835, 2, clif->pSearchStoreInfoNextPage); |
1213 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x0838, 12, clif->pSearchStoreInfoListItemClick); |
1214 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x083c, 10, clif->pUseSkillToId); |
1215 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0940, 90, clif->pUseSkillToPosMoreInfo); |
1216 |
|
|
packet(CMSG_NAME_REQUEST, 0x096a, 6, clif->pGetCharNameRequest); |
1217 |
|
|
} |
1218 |
|
|
|
1219 |
|
|
// 20180207 |
1220 |
|
|
if (packetVersion == 20180207) |
1221 |
|
|
{ |
1222 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0202, 5, clif->pChangeDir); |
1223 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x022d, 19, clif->pWantToConnection); |
1224 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x023b, 26, clif->pFriendsListAdd); |
1225 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x0281, -1, clif->pItemListWindowSelected); |
1226 |
|
|
packet(CMSG_MAP_PING, 0x035f, 6, clif->pTickSend); |
1227 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0360, 6, clif->pReqClickBuyingStore); |
1228 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x0361, 5, clif->pHomMenu); |
1229 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0362, 6, clif->pDropItem); |
1230 |
|
|
// packet(UNKNOWN, 0x0363, 8, clif->pDull); |
1231 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0364, 8, clif->pMoveFromKafra); |
1232 |
|
|
// packet(UNKNOWN, 0x0365, 18, clif->pPartyBookingRegisterReq); |
1233 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0366, 90, clif->pUseSkillToPosMoreInfo); |
1234 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0368, 6, clif->pSolveCharName); |
1235 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0369, 7, clif->pActionRequest); |
1236 |
|
|
// packet(UNKNOWN, 0x0436, 4, clif->pDull); |
1237 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x0437, 5, clif->pWalkToXY); |
1238 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0438, 10, clif->pUseSkillToPos); |
1239 |
|
|
packet(CMSG_ITEM_PICKUP, 0x07e4, 6, clif->pTakeItem); |
1240 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x07ec, 8, clif->pMoveToKafra); |
1241 |
|
|
packet(CMSG_PARTY_INVITE2, 0x0802, 26, clif->pPartyInvite2); |
1242 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0811, -1, clif->pReqTradeBuyingStore); |
1243 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0815, -1, clif->pReqOpenBuyingStore); |
1244 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0817, 2, clif->pReqCloseBuyingStore); |
1245 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0819, -1, clif->pSearchStoreInfo); |
1246 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0835, 2, clif->pSearchStoreInfoNextPage); |
1247 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x0838, 12, clif->pSearchStoreInfoListItemClick); |
1248 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x083c, 10, clif->pUseSkillToId); |
1249 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x0967, 36, clif->pStoragePassword); |
1250 |
|
|
packet(CMSG_NAME_REQUEST, 0x096a, 6, clif->pGetCharNameRequest); |
1251 |
|
|
} |
1252 |
|
|
|
1253 |
|
|
// 20180213 |
1254 |
|
|
if (packetVersion == 20180213) |
1255 |
|
|
{ |
1256 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x022d, 5, clif->pChangeDir); |
1257 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x02c4, 8, clif->pMoveToKafra); |
1258 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x035f, 6, clif->pDropItem); |
1259 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0361, 90, clif->pUseSkillToPosMoreInfo); |
1260 |
|
|
packet(CMSG_MAP_PING, 0x0802, 6, clif->pTickSend); |
1261 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0815, 10, clif->pUseSkillToId); |
1262 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); |
1263 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x085a, -1, clif->pSearchStoreInfo); |
1264 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x085d, 5, clif->pHomMenu); |
1265 |
|
|
// packet(UNKNOWN, 0x0868, 18, clif->pPartyBookingRegisterReq); |
1266 |
|
|
packet(CMSG_NAME_REQUEST, 0x087b, 6, clif->pGetCharNameRequest); |
1267 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x0882, 12, clif->pSearchStoreInfoListItemClick); |
1268 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x0887, -1, clif->pItemListWindowSelected); |
1269 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0888, 6, clif->pSolveCharName); |
1270 |
|
|
// packet(UNKNOWN, 0x088a, 4, clif->pDull); |
1271 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x088e, 6, clif->pReqClickBuyingStore); |
1272 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0899, 26, clif->pFriendsListAdd); |
1273 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0917, 7, clif->pActionRequest); |
1274 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x091d, 5, clif->pWalkToXY); |
1275 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0922, -1, clif->pReqOpenBuyingStore); |
1276 |
|
|
// packet(UNKNOWN, 0x0930, 8, clif->pDull); |
1277 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0941, 19, clif->pWantToConnection); |
1278 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0942, 8, clif->pMoveFromKafra); |
1279 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0947, 6, clif->pTakeItem); |
1280 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x094d, 10, clif->pUseSkillToPos); |
1281 |
|
|
packet(CMSG_PARTY_INVITE2, 0x0958, 26, clif->pPartyInvite2); |
1282 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x095b, 2, clif->pReqCloseBuyingStore); |
1283 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x095c, -1, clif->pReqTradeBuyingStore); |
1284 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x0967, 36, clif->pStoragePassword); |
1285 |
|
|
} |
1286 |
|
|
|
1287 |
|
|
// 20180221 |
1288 |
|
|
if (packetVersion == 20180221) |
1289 |
|
|
{ |
1290 |
|
|
packet(CMSG_MAP_PING, 0x02c4, 6, clif->pTickSend); |
1291 |
|
|
packet(CMSG_NAME_REQUEST, 0x0362, 6, clif->pGetCharNameRequest); |
1292 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0364, 5, clif->pChangeDir); |
1293 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x0438, -1, clif->pItemListWindowSelected); |
1294 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0817, -1, clif->pSearchStoreInfo); |
1295 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x085b, 10, clif->pUseSkillToPos); |
1296 |
|
|
// packet(UNKNOWN, 0x086a, 8, clif->pDull); |
1297 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0878, 2, clif->pReqCloseBuyingStore); |
1298 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0880, 19, clif->pWantToConnection); |
1299 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0884, 2, clif->pSearchStoreInfoNextPage); |
1300 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x088d, 6, clif->pSolveCharName); |
1301 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0892, 6, clif->pDropItem); |
1302 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0895, 6, clif->pReqClickBuyingStore); |
1303 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x08a1, 5, clif->pWalkToXY); |
1304 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x08a3, 10, clif->pUseSkillToId); |
1305 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x091b, 90, clif->pUseSkillToPosMoreInfo); |
1306 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0921, -1, clif->pReqOpenBuyingStore); |
1307 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x0923, 5, clif->pHomMenu); |
1308 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x092d, 26, clif->pFriendsListAdd); |
1309 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0932, -1, clif->pReqTradeBuyingStore); |
1310 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x093b, 12, clif->pSearchStoreInfoListItemClick); |
1311 |
|
|
packet(CMSG_PARTY_INVITE2, 0x093d, 26, clif->pPartyInvite2); |
1312 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x093e, 8, clif->pMoveFromKafra); |
1313 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x0942, 36, clif->pStoragePassword); |
1314 |
|
|
// packet(UNKNOWN, 0x0951, 18, clif->pPartyBookingRegisterReq); |
1315 |
|
|
// packet(UNKNOWN, 0x0952, 4, clif->pDull); |
1316 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0958, 7, clif->pActionRequest); |
1317 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0959, 8, clif->pMoveToKafra); |
1318 |
|
|
packet(CMSG_ITEM_PICKUP, 0x095d, 6, clif->pTakeItem); |
1319 |
|
|
} |
1320 |
|
|
|
1321 |
|
|
// 20180228 |
1322 |
|
|
if (packetVersion == 20180228) |
1323 |
|
|
{ |
1324 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0202, 5, clif->pChangeDir); |
1325 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x022d, 19, clif->pWantToConnection); |
1326 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x023b, 26, clif->pFriendsListAdd); |
1327 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x0281, -1, clif->pItemListWindowSelected); |
1328 |
|
|
packet(CMSG_MAP_PING, 0x035f, 6, clif->pTickSend); |
1329 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0360, 6, clif->pReqClickBuyingStore); |
1330 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x0361, 5, clif->pHomMenu); |
1331 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0362, 6, clif->pDropItem); |
1332 |
|
|
// packet(UNKNOWN, 0x0363, 8, clif->pDull); |
1333 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0364, 8, clif->pMoveFromKafra); |
1334 |
|
|
// packet(UNKNOWN, 0x0365, 18, clif->pPartyBookingRegisterReq); |
1335 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0366, 90, clif->pUseSkillToPosMoreInfo); |
1336 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0368, 6, clif->pSolveCharName); |
1337 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0369, 7, clif->pActionRequest); |
1338 |
|
|
// packet(UNKNOWN, 0x0436, 4, clif->pDull); |
1339 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x0437, 5, clif->pWalkToXY); |
1340 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0438, 10, clif->pUseSkillToPos); |
1341 |
|
|
packet(CMSG_ITEM_PICKUP, 0x07e4, 6, clif->pTakeItem); |
1342 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x07ec, 8, clif->pMoveToKafra); |
1343 |
|
|
packet(CMSG_PARTY_INVITE2, 0x0802, 26, clif->pPartyInvite2); |
1344 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0811, -1, clif->pReqTradeBuyingStore); |
1345 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0815, -1, clif->pReqOpenBuyingStore); |
1346 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0817, 2, clif->pReqCloseBuyingStore); |
1347 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0819, -1, clif->pSearchStoreInfo); |
1348 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0835, 2, clif->pSearchStoreInfoNextPage); |
1349 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x0838, 12, clif->pSearchStoreInfoListItemClick); |
1350 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x083c, 10, clif->pUseSkillToId); |
1351 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x0930, 36, clif->pStoragePassword); |
1352 |
|
|
packet(CMSG_NAME_REQUEST, 0x096a, 6, clif->pGetCharNameRequest); |
1353 |
|
|
} |
1354 |
|
|
|
1355 |
|
|
// 20180307 |
1356 |
|
|
if (packetVersion == 20180307) |
1357 |
|
|
{ |
1358 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0202, 5, clif->pChangeDir); |
1359 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x022d, 19, clif->pWantToConnection); |
1360 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x023b, 26, clif->pFriendsListAdd); |
1361 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x0281, -1, clif->pItemListWindowSelected); |
1362 |
|
|
packet(CMSG_MAP_PING, 0x035f, 6, clif->pTickSend); |
1363 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0360, 6, clif->pReqClickBuyingStore); |
1364 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x0361, 5, clif->pHomMenu); |
1365 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0362, 6, clif->pDropItem); |
1366 |
|
|
// packet(UNKNOWN, 0x0363, 8, clif->pDull); |
1367 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0364, 8, clif->pMoveFromKafra); |
1368 |
|
|
// packet(UNKNOWN, 0x0365, 18, clif->pPartyBookingRegisterReq); |
1369 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0366, 90, clif->pUseSkillToPosMoreInfo); |
1370 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0368, 6, clif->pSolveCharName); |
1371 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0369, 7, clif->pActionRequest); |
1372 |
|
|
// packet(UNKNOWN, 0x0436, 4, clif->pDull); |
1373 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x0437, 5, clif->pWalkToXY); |
1374 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0438, 10, clif->pUseSkillToPos); |
1375 |
|
|
packet(CMSG_ITEM_PICKUP, 0x07e4, 6, clif->pTakeItem); |
1376 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x07ec, 8, clif->pMoveToKafra); |
1377 |
|
|
packet(CMSG_PARTY_INVITE2, 0x0802, 26, clif->pPartyInvite2); |
1378 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0811, -1, clif->pReqTradeBuyingStore); |
1379 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0815, -1, clif->pReqOpenBuyingStore); |
1380 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0817, 2, clif->pReqCloseBuyingStore); |
1381 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0819, -1, clif->pSearchStoreInfo); |
1382 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0835, 2, clif->pSearchStoreInfoNextPage); |
1383 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x0838, 12, clif->pSearchStoreInfoListItemClick); |
1384 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x083c, 10, clif->pUseSkillToId); |
1385 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x0930, 36, clif->pStoragePassword); |
1386 |
|
|
packet(CMSG_NAME_REQUEST, 0x096a, 6, clif->pGetCharNameRequest); |
1387 |
|
|
} |
1388 |
|
|
|
1389 |
|
|
// 20180309 |
1390 |
|
|
if (packetVersion == 20180309) |
1391 |
|
|
{ |
1392 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0202, 5, clif->pChangeDir); |
1393 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x022d, 19, clif->pWantToConnection); |
1394 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x023b, 26, clif->pFriendsListAdd); |
1395 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x0281, -1, clif->pItemListWindowSelected); |
1396 |
|
|
packet(CMSG_MAP_PING, 0x035f, 6, clif->pTickSend); |
1397 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0360, 6, clif->pReqClickBuyingStore); |
1398 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x0361, 5, clif->pHomMenu); |
1399 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0362, 6, clif->pDropItem); |
1400 |
|
|
// packet(UNKNOWN, 0x0363, 8, clif->pDull); |
1401 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0364, 8, clif->pMoveFromKafra); |
1402 |
|
|
// packet(UNKNOWN, 0x0365, 18, clif->pPartyBookingRegisterReq); |
1403 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0366, 90, clif->pUseSkillToPosMoreInfo); |
1404 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0368, 6, clif->pSolveCharName); |
1405 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0369, 7, clif->pActionRequest); |
1406 |
|
|
// packet(UNKNOWN, 0x0436, 4, clif->pDull); |
1407 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x0437, 5, clif->pWalkToXY); |
1408 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0438, 10, clif->pUseSkillToPos); |
1409 |
|
|
packet(CMSG_ITEM_PICKUP, 0x07e4, 6, clif->pTakeItem); |
1410 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x07ec, 8, clif->pMoveToKafra); |
1411 |
|
|
packet(CMSG_PARTY_INVITE2, 0x0802, 26, clif->pPartyInvite2); |
1412 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0811, -1, clif->pReqTradeBuyingStore); |
1413 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0815, -1, clif->pReqOpenBuyingStore); |
1414 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0817, 2, clif->pReqCloseBuyingStore); |
1415 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0819, -1, clif->pSearchStoreInfo); |
1416 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0835, 2, clif->pSearchStoreInfoNextPage); |
1417 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x0838, 12, clif->pSearchStoreInfoListItemClick); |
1418 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x083c, 10, clif->pUseSkillToId); |
1419 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x0930, 36, clif->pStoragePassword); |
1420 |
|
|
packet(CMSG_NAME_REQUEST, 0x096a, 6, clif->pGetCharNameRequest); |
1421 |
|
|
} |
1422 |
|
|
|
1423 |
|
|
// 20180314 |
1424 |
|
|
if (packetVersion == 20180314) |
1425 |
|
|
{ |
1426 |
|
|
packet(CMSG_PARTY_INVITE2, 0x023b, 26, clif->pPartyInvite2); |
1427 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0438, 2, clif->pSearchStoreInfoNextPage); |
1428 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x07ec, 19, clif->pWantToConnection); |
1429 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0817, 2, clif->pReqCloseBuyingStore); |
1430 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x083c, 5, clif->pChangeDir); |
1431 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x085d, 26, clif->pFriendsListAdd); |
1432 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x085f, -1, clif->pReqOpenBuyingStore); |
1433 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x0866, 5, clif->pHomMenu); |
1434 |
|
|
// packet(UNKNOWN, 0x0878, 8, clif->pDull); |
1435 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x088d, 36, clif->pStoragePassword); |
1436 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0891, 8, clif->pMoveFromKafra); |
1437 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0897, 6, clif->pTakeItem); |
1438 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0899, 8, clif->pMoveToKafra); |
1439 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x089e, -1, clif->pItemListWindowSelected); |
1440 |
|
|
// packet(UNKNOWN, 0x08a1, 4, clif->pDull); |
1441 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0917, -1, clif->pSearchStoreInfo); |
1442 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0918, 7, clif->pActionRequest); |
1443 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x091f, 10, clif->pUseSkillToPos); |
1444 |
|
|
packet(CMSG_MAP_PING, 0x0920, 6, clif->pTickSend); |
1445 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x0923, 12, clif->pSearchStoreInfoListItemClick); |
1446 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0930, 6, clif->pDropItem); |
1447 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0931, 6, clif->pReqClickBuyingStore); |
1448 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x093f, 6, clif->pSolveCharName); |
1449 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0946, 90, clif->pUseSkillToPosMoreInfo); |
1450 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x094a, 10, clif->pUseSkillToId); |
1451 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x094e, 5, clif->pWalkToXY); |
1452 |
|
|
// packet(UNKNOWN, 0x0954, 18, clif->pPartyBookingRegisterReq); |
1453 |
|
|
packet(CMSG_NAME_REQUEST, 0x0956, 6, clif->pGetCharNameRequest); |
1454 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0958, -1, clif->pReqTradeBuyingStore); |
1455 |
|
|
} |
1456 |
|
|
|
1457 |
|
|
// 20180315 |
1458 |
|
|
if (packetVersion == 20180315) |
1459 |
|
|
{ |
1460 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); |
1461 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); |
1462 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); |
1463 |
|
|
// packet(UNKNOWN, 0x0281, 4, clif->pDull); |
1464 |
|
|
packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); |
1465 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); |
1466 |
|
|
packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); |
1467 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); |
1468 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); |
1469 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); |
1470 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); |
1471 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); |
1472 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); |
1473 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); |
1474 |
|
|
packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); |
1475 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); |
1476 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); |
1477 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); |
1478 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); |
1479 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); |
1480 |
|
|
// packet(UNKNOWN, 0x07ec, 8, clif->pDull); |
1481 |
|
|
// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); |
1482 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); |
1483 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); |
1484 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); |
1485 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); |
1486 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
1487 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); |
1488 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 12, clif->pSearchStoreInfoListItemClick); |
1489 |
|
|
} |
1490 |
|
|
|
1491 |
|
|
// 20180321 |
1492 |
|
|
if (packetVersion == 20180321) |
1493 |
|
|
{ |
1494 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); |
1495 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); |
1496 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); |
1497 |
|
|
// packet(UNKNOWN, 0x0281, 4, clif->pDull); |
1498 |
|
|
packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); |
1499 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); |
1500 |
|
|
packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); |
1501 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); |
1502 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); |
1503 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); |
1504 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); |
1505 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); |
1506 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); |
1507 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); |
1508 |
|
|
packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); |
1509 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); |
1510 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); |
1511 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); |
1512 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); |
1513 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); |
1514 |
|
|
// packet(UNKNOWN, 0x07ec, 8, clif->pDull); |
1515 |
|
|
// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); |
1516 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); |
1517 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); |
1518 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); |
1519 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); |
1520 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
1521 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); |
1522 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 12, clif->pSearchStoreInfoListItemClick); |
1523 |
|
|
} |
1524 |
|
|
|
1525 |
|
|
// 20180328 |
1526 |
|
|
if (packetVersion == 20180328) |
1527 |
|
|
{ |
1528 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); |
1529 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); |
1530 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); |
1531 |
|
|
// packet(UNKNOWN, 0x0281, 4, clif->pDull); |
1532 |
|
|
packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); |
1533 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); |
1534 |
|
|
packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); |
1535 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); |
1536 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); |
1537 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); |
1538 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); |
1539 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); |
1540 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); |
1541 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); |
1542 |
|
|
packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); |
1543 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); |
1544 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); |
1545 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); |
1546 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); |
1547 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); |
1548 |
|
|
// packet(UNKNOWN, 0x07ec, 8, clif->pDull); |
1549 |
|
|
// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); |
1550 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); |
1551 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); |
1552 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); |
1553 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); |
1554 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
1555 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); |
1556 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 12, clif->pSearchStoreInfoListItemClick); |
1557 |
|
|
} |
1558 |
|
|
|
1559 |
|
|
// 20180411 |
1560 |
|
|
if (packetVersion == 20180411) |
1561 |
|
|
{ |
1562 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); |
1563 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); |
1564 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); |
1565 |
|
|
// packet(UNKNOWN, 0x0281, 4, clif->pDull); |
1566 |
|
|
packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); |
1567 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); |
1568 |
|
|
packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); |
1569 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); |
1570 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); |
1571 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); |
1572 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); |
1573 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); |
1574 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); |
1575 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); |
1576 |
|
|
packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); |
1577 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); |
1578 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); |
1579 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); |
1580 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); |
1581 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); |
1582 |
|
|
// packet(UNKNOWN, 0x07ec, 8, clif->pDull); |
1583 |
|
|
// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); |
1584 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); |
1585 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); |
1586 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); |
1587 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); |
1588 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
1589 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); |
1590 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 12, clif->pSearchStoreInfoListItemClick); |
1591 |
|
|
} |
1592 |
|
|
|
1593 |
|
|
// 20180425 |
1594 |
|
|
if (packetVersion == 20180425) |
1595 |
|
|
{ |
1596 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); |
1597 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); |
1598 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); |
1599 |
|
|
// packet(UNKNOWN, 0x0281, 4, clif->pDull); |
1600 |
|
|
packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); |
1601 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); |
1602 |
|
|
packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); |
1603 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); |
1604 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); |
1605 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); |
1606 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); |
1607 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); |
1608 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); |
1609 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); |
1610 |
|
|
packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); |
1611 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); |
1612 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); |
1613 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); |
1614 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); |
1615 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); |
1616 |
|
|
// packet(UNKNOWN, 0x07ec, 8, clif->pDull); |
1617 |
|
|
// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); |
1618 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); |
1619 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); |
1620 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); |
1621 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); |
1622 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
1623 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); |
1624 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 12, clif->pSearchStoreInfoListItemClick); |
1625 |
|
|
} |
1626 |
|
|
|
1627 |
|
|
// 20180509 |
1628 |
|
|
if (packetVersion == 20180509) |
1629 |
|
|
{ |
1630 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); |
1631 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); |
1632 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); |
1633 |
|
|
// packet(UNKNOWN, 0x0281, 4, clif->pDull); |
1634 |
|
|
packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); |
1635 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); |
1636 |
|
|
packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); |
1637 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); |
1638 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); |
1639 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); |
1640 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); |
1641 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); |
1642 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); |
1643 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); |
1644 |
|
|
packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); |
1645 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); |
1646 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); |
1647 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); |
1648 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); |
1649 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); |
1650 |
|
|
// packet(UNKNOWN, 0x07ec, 8, clif->pDull); |
1651 |
|
|
// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); |
1652 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); |
1653 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); |
1654 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); |
1655 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); |
1656 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
1657 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); |
1658 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 12, clif->pSearchStoreInfoListItemClick); |
1659 |
|
|
} |
1660 |
|
|
|
1661 |
|
|
// 20180511 |
1662 |
|
|
if (packetVersion == 20180511) |
1663 |
|
|
{ |
1664 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0817, 6, clif->pSolveCharName); |
1665 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x085f, 6, clif->pDropItem); |
1666 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0863, 6, clif->pReqClickBuyingStore); |
1667 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x086c, 7, clif->pActionRequest); |
1668 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0877, 8, clif->pMoveFromKafra); |
1669 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x087e, -1, clif->pSearchStoreInfo); |
1670 |
|
|
packet(CMSG_NAME_REQUEST, 0x0880, 6, clif->pGetCharNameRequest); |
1671 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0889, 8, clif->pMoveToKafra); |
1672 |
|
|
// packet(UNKNOWN, 0x0893, 18, clif->pPartyBookingRegisterReq); |
1673 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0896, 19, clif->pWantToConnection); |
1674 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x0899, 12, clif->pSearchStoreInfoListItemClick); |
1675 |
|
|
packet(CMSG_ITEM_PICKUP, 0x08a2, 6, clif->pTakeItem); |
1676 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x08a4, 2, clif->pReqCloseBuyingStore); |
1677 |
|
|
packet(CMSG_MAP_PING, 0x08a5, 6, clif->pTickSend); |
1678 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x0919, 5, clif->pWalkToXY); |
1679 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x091a, -1, clif->pItemListWindowSelected); |
1680 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x091d, -1, clif->pReqOpenBuyingStore); |
1681 |
|
|
// packet(UNKNOWN, 0x0920, 4, clif->pDull); |
1682 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x092c, 10, clif->pUseSkillToId); |
1683 |
|
|
packet(CMSG_PARTY_INVITE2, 0x092d, 26, clif->pPartyInvite2); |
1684 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x092e, -1, clif->pReqTradeBuyingStore); |
1685 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0941, 2, clif->pSearchStoreInfoNextPage); |
1686 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0942, 5, clif->pChangeDir); |
1687 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x094a, 90, clif->pUseSkillToPosMoreInfo); |
1688 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0955, 26, clif->pFriendsListAdd); |
1689 |
|
|
// packet(UNKNOWN, 0x0956, 8, clif->pDull); |
1690 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x095c, 10, clif->pUseSkillToPos); |
1691 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x0961, 5, clif->pHomMenu); |
1692 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x0968, 36, clif->pStoragePassword); |
1693 |
|
|
} |
1694 |
|
|
|
1695 |
|
|
// 20180523 |
1696 |
|
|
if (packetVersion == 20180523) |
1697 |
|
|
{ |
1698 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); |
1699 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); |
1700 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); |
1701 |
|
|
// packet(UNKNOWN, 0x0281, 4, clif->pDull); |
1702 |
|
|
packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); |
1703 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); |
1704 |
|
|
packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); |
1705 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); |
1706 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); |
1707 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); |
1708 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); |
1709 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); |
1710 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); |
1711 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); |
1712 |
|
|
packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); |
1713 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); |
1714 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); |
1715 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); |
1716 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); |
1717 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); |
1718 |
|
|
// packet(UNKNOWN, 0x07ec, 8, clif->pDull); |
1719 |
|
|
// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); |
1720 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); |
1721 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); |
1722 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); |
1723 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); |
1724 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
1725 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); |
1726 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 12, clif->pSearchStoreInfoListItemClick); |
1727 |
|
|
} |
1728 |
|
|
|
1729 |
|
|
// 20180605 |
1730 |
|
|
if (packetVersion == 20180605) |
1731 |
|
|
{ |
1732 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); |
1733 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); |
1734 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); |
1735 |
|
|
// packet(UNKNOWN, 0x0281, 4, clif->pDull); |
1736 |
|
|
packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); |
1737 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); |
1738 |
|
|
packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); |
1739 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); |
1740 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); |
1741 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); |
1742 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); |
1743 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); |
1744 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); |
1745 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); |
1746 |
|
|
packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); |
1747 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); |
1748 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); |
1749 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); |
1750 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); |
1751 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); |
1752 |
|
|
// packet(UNKNOWN, 0x07ec, 8, clif->pDull); |
1753 |
|
|
// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); |
1754 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); |
1755 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); |
1756 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); |
1757 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); |
1758 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
1759 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); |
1760 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 12, clif->pSearchStoreInfoListItemClick); |
1761 |
|
|
} |
1762 |
|
|
|
1763 |
|
|
// 20180627 |
1764 |
|
|
if (packetVersion == 20180627) |
1765 |
|
|
{ |
1766 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); |
1767 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); |
1768 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); |
1769 |
|
|
// packet(UNKNOWN, 0x0281, 4, clif->pDull); |
1770 |
|
|
packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); |
1771 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); |
1772 |
|
|
packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); |
1773 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); |
1774 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); |
1775 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); |
1776 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); |
1777 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); |
1778 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); |
1779 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); |
1780 |
|
|
packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); |
1781 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); |
1782 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); |
1783 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); |
1784 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); |
1785 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); |
1786 |
|
|
// packet(UNKNOWN, 0x07ec, 8, clif->pDull); |
1787 |
|
|
// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); |
1788 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); |
1789 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); |
1790 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); |
1791 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); |
1792 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
1793 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); |
1794 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 12, clif->pSearchStoreInfoListItemClick); |
1795 |
|
|
} |
1796 |
|
|
|
1797 |
|
|
// 20180703 |
1798 |
|
|
if (packetVersion == 20180703) |
1799 |
|
|
{ |
1800 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); |
1801 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); |
1802 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); |
1803 |
|
|
// packet(UNKNOWN, 0x0281, 4, clif->pDull); |
1804 |
|
|
packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); |
1805 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); |
1806 |
|
|
packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); |
1807 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); |
1808 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); |
1809 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); |
1810 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); |
1811 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); |
1812 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); |
1813 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); |
1814 |
|
|
packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); |
1815 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); |
1816 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); |
1817 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); |
1818 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); |
1819 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); |
1820 |
|
|
// packet(UNKNOWN, 0x07ec, 8, clif->pDull); |
1821 |
|
|
// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); |
1822 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); |
1823 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); |
1824 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); |
1825 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); |
1826 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
1827 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); |
1828 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 12, clif->pSearchStoreInfoListItemClick); |
1829 |
|
|
} |
1830 |
|
|
|
1831 |
|
|
// 20180711 |
1832 |
|
|
if (packetVersion == 20180711) |
1833 |
|
|
{ |
1834 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); |
1835 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); |
1836 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); |
1837 |
|
|
// packet(UNKNOWN, 0x0281, 4, clif->pDull); |
1838 |
|
|
packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); |
1839 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); |
1840 |
|
|
packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); |
1841 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); |
1842 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); |
1843 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); |
1844 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); |
1845 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); |
1846 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); |
1847 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); |
1848 |
|
|
packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); |
1849 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); |
1850 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); |
1851 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); |
1852 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); |
1853 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); |
1854 |
|
|
// packet(UNKNOWN, 0x07ec, 8, clif->pDull); |
1855 |
|
|
// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); |
1856 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); |
1857 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); |
1858 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); |
1859 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); |
1860 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
1861 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); |
1862 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 12, clif->pSearchStoreInfoListItemClick); |
1863 |
|
|
} |
1864 |
|
|
|
1865 |
|
|
// 20180725 |
1866 |
|
|
if (packetVersion == 20180725) |
1867 |
|
|
{ |
1868 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); |
1869 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); |
1870 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); |
1871 |
|
|
// packet(UNKNOWN, 0x0281, 4, clif->pDull); |
1872 |
|
|
packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); |
1873 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); |
1874 |
|
|
packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); |
1875 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); |
1876 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); |
1877 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); |
1878 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); |
1879 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); |
1880 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); |
1881 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); |
1882 |
|
|
packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); |
1883 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); |
1884 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); |
1885 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); |
1886 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); |
1887 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); |
1888 |
|
|
// packet(UNKNOWN, 0x07ec, 8, clif->pDull); |
1889 |
|
|
// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); |
1890 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); |
1891 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); |
1892 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); |
1893 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); |
1894 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
1895 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); |
1896 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 12, clif->pSearchStoreInfoListItemClick); |
1897 |
|
|
} |
1898 |
|
|
|
1899 |
|
|
// 20180801 |
1900 |
|
|
if (packetVersion == 20180801) |
1901 |
|
|
{ |
1902 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); |
1903 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); |
1904 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); |
1905 |
|
|
// packet(UNKNOWN, 0x0281, 4, clif->pDull); |
1906 |
|
|
packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); |
1907 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); |
1908 |
|
|
packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); |
1909 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); |
1910 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); |
1911 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); |
1912 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); |
1913 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); |
1914 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); |
1915 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); |
1916 |
|
|
packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); |
1917 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); |
1918 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); |
1919 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); |
1920 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); |
1921 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); |
1922 |
|
|
// packet(UNKNOWN, 0x07ec, 8, clif->pDull); |
1923 |
|
|
// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); |
1924 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); |
1925 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); |
1926 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); |
1927 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); |
1928 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
1929 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); |
1930 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 12, clif->pSearchStoreInfoListItemClick); |
1931 |
|
|
} |
1932 |
|
|
|
1933 |
|
|
// 20180808 |
1934 |
|
|
if (packetVersion == 20180808) |
1935 |
|
|
{ |
1936 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); |
1937 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); |
1938 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); |
1939 |
|
|
// packet(UNKNOWN, 0x0281, 4, clif->pDull); |
1940 |
|
|
packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); |
1941 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); |
1942 |
|
|
packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); |
1943 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); |
1944 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); |
1945 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); |
1946 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); |
1947 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); |
1948 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); |
1949 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); |
1950 |
|
|
packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); |
1951 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); |
1952 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); |
1953 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); |
1954 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); |
1955 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); |
1956 |
|
|
// packet(UNKNOWN, 0x07ec, 8, clif->pDull); |
1957 |
|
|
// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); |
1958 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); |
1959 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); |
1960 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); |
1961 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); |
1962 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
1963 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); |
1964 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 12, clif->pSearchStoreInfoListItemClick); |
1965 |
|
|
} |
1966 |
|
|
|
1967 |
|
|
// 20180822 |
1968 |
|
|
if (packetVersion == 20180822) |
1969 |
|
|
{ |
1970 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); |
1971 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); |
1972 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); |
1973 |
|
|
// packet(UNKNOWN, 0x0281, 4, clif->pDull); |
1974 |
|
|
packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); |
1975 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); |
1976 |
|
|
packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); |
1977 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); |
1978 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); |
1979 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); |
1980 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); |
1981 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); |
1982 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); |
1983 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); |
1984 |
|
|
packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); |
1985 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); |
1986 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); |
1987 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); |
1988 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); |
1989 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); |
1990 |
|
|
// packet(UNKNOWN, 0x07ec, 8, clif->pDull); |
1991 |
|
|
// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); |
1992 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); |
1993 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); |
1994 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); |
1995 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); |
1996 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
1997 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); |
1998 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 12, clif->pSearchStoreInfoListItemClick); |
1999 |
|
|
} |
2000 |
|
|
|
2001 |
|
|
// 20180829 |
2002 |
|
|
if (packetVersion == 20180829) |
2003 |
|
|
{ |
2004 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); |
2005 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); |
2006 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); |
2007 |
|
|
// packet(UNKNOWN, 0x0281, 4, clif->pDull); |
2008 |
|
|
packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); |
2009 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); |
2010 |
|
|
packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); |
2011 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); |
2012 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); |
2013 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); |
2014 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); |
2015 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); |
2016 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); |
2017 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); |
2018 |
|
|
packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); |
2019 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); |
2020 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); |
2021 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); |
2022 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); |
2023 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); |
2024 |
|
|
// packet(UNKNOWN, 0x07ec, 8, clif->pDull); |
2025 |
|
|
// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); |
2026 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); |
2027 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); |
2028 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); |
2029 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); |
2030 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
2031 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); |
2032 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 12, clif->pSearchStoreInfoListItemClick); |
2033 |
|
|
} |
2034 |
|
|
|
2035 |
|
|
// 20180905 |
2036 |
|
|
if (packetVersion == 20180905) |
2037 |
|
|
{ |
2038 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); |
2039 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); |
2040 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); |
2041 |
|
|
// packet(UNKNOWN, 0x0281, 4, clif->pDull); |
2042 |
|
|
packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); |
2043 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); |
2044 |
|
|
packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); |
2045 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); |
2046 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); |
2047 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); |
2048 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); |
2049 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); |
2050 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); |
2051 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); |
2052 |
|
|
packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); |
2053 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); |
2054 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); |
2055 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); |
2056 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); |
2057 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); |
2058 |
|
|
// packet(UNKNOWN, 0x07ec, 8, clif->pDull); |
2059 |
|
|
// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); |
2060 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); |
2061 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); |
2062 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); |
2063 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); |
2064 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
2065 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); |
2066 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 12, clif->pSearchStoreInfoListItemClick); |
2067 |
|
|
} |
2068 |
|
|
|
2069 |
|
|
// 20180912 |
2070 |
|
|
if (packetVersion == 20180912) |
2071 |
|
|
{ |
2072 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); |
2073 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); |
2074 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); |
2075 |
|
|
// packet(UNKNOWN, 0x0281, 4, clif->pDull); |
2076 |
|
|
packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); |
2077 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); |
2078 |
|
|
packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); |
2079 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); |
2080 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); |
2081 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); |
2082 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); |
2083 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); |
2084 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); |
2085 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); |
2086 |
|
|
packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); |
2087 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); |
2088 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); |
2089 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); |
2090 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); |
2091 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); |
2092 |
|
|
// packet(UNKNOWN, 0x07ec, 8, clif->pDull); |
2093 |
|
|
// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); |
2094 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); |
2095 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); |
2096 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); |
2097 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); |
2098 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
2099 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); |
2100 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 12, clif->pSearchStoreInfoListItemClick); |
2101 |
|
|
} |
2102 |
|
|
|
2103 |
|
|
// 20180919 |
2104 |
|
|
if (packetVersion == 20180919) |
2105 |
|
|
{ |
2106 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); |
2107 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); |
2108 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); |
2109 |
|
|
// packet(UNKNOWN, 0x0281, 4, clif->pDull); |
2110 |
|
|
packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); |
2111 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); |
2112 |
|
|
packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); |
2113 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); |
2114 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); |
2115 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); |
2116 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); |
2117 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); |
2118 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); |
2119 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); |
2120 |
|
|
packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); |
2121 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); |
2122 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); |
2123 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); |
2124 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); |
2125 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); |
2126 |
|
|
// packet(UNKNOWN, 0x07ec, 8, clif->pDull); |
2127 |
|
|
// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); |
2128 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); |
2129 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); |
2130 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); |
2131 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); |
2132 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
2133 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); |
2134 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 12, clif->pSearchStoreInfoListItemClick); |
2135 |
|
|
} |
2136 |
|
|
|
2137 |
|
|
// 20180928 |
2138 |
|
|
if (packetVersion == 20180928) |
2139 |
|
|
{ |
2140 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); |
2141 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); |
2142 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); |
2143 |
|
|
// packet(UNKNOWN, 0x0281, 4, clif->pDull); |
2144 |
|
|
packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); |
2145 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); |
2146 |
|
|
packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); |
2147 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); |
2148 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); |
2149 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); |
2150 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); |
2151 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); |
2152 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); |
2153 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); |
2154 |
|
|
packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); |
2155 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); |
2156 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); |
2157 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); |
2158 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); |
2159 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); |
2160 |
|
|
// packet(UNKNOWN, 0x07ec, 8, clif->pDull); |
2161 |
|
|
// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); |
2162 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); |
2163 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); |
2164 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); |
2165 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); |
2166 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
2167 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); |
2168 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 12, clif->pSearchStoreInfoListItemClick); |
2169 |
|
|
} |
2170 |
|
|
|
2171 |
|
|
// 20181010 |
2172 |
|
|
if (packetVersion == 20181010) |
2173 |
|
|
{ |
2174 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); |
2175 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); |
2176 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); |
2177 |
|
|
// packet(UNKNOWN, 0x0281, 4, clif->pDull); |
2178 |
|
|
packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); |
2179 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); |
2180 |
|
|
packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); |
2181 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); |
2182 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); |
2183 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); |
2184 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); |
2185 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); |
2186 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); |
2187 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); |
2188 |
|
|
packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); |
2189 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); |
2190 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); |
2191 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); |
2192 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); |
2193 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); |
2194 |
|
|
// packet(UNKNOWN, 0x07ec, 8, clif->pDull); |
2195 |
|
|
// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); |
2196 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); |
2197 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); |
2198 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); |
2199 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); |
2200 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
2201 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); |
2202 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 12, clif->pSearchStoreInfoListItemClick); |
2203 |
|
|
} |
2204 |
|
|
|
2205 |
|
|
// 20181024 |
2206 |
|
|
if (packetVersion == 20181024) |
2207 |
|
|
{ |
2208 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); |
2209 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); |
2210 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); |
2211 |
|
|
// packet(UNKNOWN, 0x0281, 4, clif->pDull); |
2212 |
|
|
packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); |
2213 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); |
2214 |
|
|
packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); |
2215 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); |
2216 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); |
2217 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); |
2218 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); |
2219 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); |
2220 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); |
2221 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); |
2222 |
|
|
packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); |
2223 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); |
2224 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); |
2225 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); |
2226 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); |
2227 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); |
2228 |
|
|
// packet(UNKNOWN, 0x07ec, 8, clif->pDull); |
2229 |
|
|
// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); |
2230 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); |
2231 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); |
2232 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); |
2233 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); |
2234 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
2235 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); |
2236 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 12, clif->pSearchStoreInfoListItemClick); |
2237 |
|
|
} |
2238 |
|
|
|
2239 |
|
|
// 20181114 |
2240 |
|
|
if (packetVersion == 20181114) |
2241 |
|
|
{ |
2242 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); |
2243 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); |
2244 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); |
2245 |
|
|
// packet(UNKNOWN, 0x0281, 4, clif->pDull); |
2246 |
|
|
packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); |
2247 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); |
2248 |
|
|
packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); |
2249 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); |
2250 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); |
2251 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); |
2252 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); |
2253 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); |
2254 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); |
2255 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); |
2256 |
|
|
packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); |
2257 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); |
2258 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); |
2259 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); |
2260 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); |
2261 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); |
2262 |
|
|
// packet(UNKNOWN, 0x07ec, 8, clif->pDull); |
2263 |
|
|
// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); |
2264 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); |
2265 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); |
2266 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); |
2267 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); |
2268 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
2269 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); |
2270 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 14, clif->pSearchStoreInfoListItemClick); |
2271 |
|
|
} |
2272 |
|
|
|
2273 |
|
|
// 20181120 |
2274 |
|
|
if (packetVersion == 20181120) |
2275 |
|
|
{ |
2276 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); |
2277 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); |
2278 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); |
2279 |
|
|
// packet(UNKNOWN, 0x0281, 4, clif->pDull); |
2280 |
|
|
packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); |
2281 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); |
2282 |
|
|
packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); |
2283 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); |
2284 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); |
2285 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); |
2286 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); |
2287 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); |
2288 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); |
2289 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); |
2290 |
|
|
packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); |
2291 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); |
2292 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); |
2293 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); |
2294 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); |
2295 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); |
2296 |
|
|
// packet(UNKNOWN, 0x07ec, 8, clif->pDull); |
2297 |
|
|
// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); |
2298 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); |
2299 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); |
2300 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); |
2301 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); |
2302 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
2303 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); |
2304 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 14, clif->pSearchStoreInfoListItemClick); |
2305 |
|
|
} |
2306 |
|
|
|
2307 |
|
|
// 20181128 |
2308 |
|
|
if (packetVersion == 20181128) |
2309 |
|
|
{ |
2310 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); |
2311 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); |
2312 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); |
2313 |
|
|
// packet(UNKNOWN, 0x0281, 4, clif->pDull); |
2314 |
|
|
packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); |
2315 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); |
2316 |
|
|
packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); |
2317 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); |
2318 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); |
2319 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); |
2320 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); |
2321 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); |
2322 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); |
2323 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); |
2324 |
|
|
packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); |
2325 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); |
2326 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); |
2327 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); |
2328 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); |
2329 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); |
2330 |
|
|
// packet(UNKNOWN, 0x07ec, 8, clif->pDull); |
2331 |
|
|
// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); |
2332 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); |
2333 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); |
2334 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); |
2335 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); |
2336 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
2337 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); |
2338 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 14, clif->pSearchStoreInfoListItemClick); |
2339 |
|
|
} |
2340 |
|
|
|
2341 |
|
|
// 20181212 |
2342 |
|
|
if (packetVersion == 20181212) |
2343 |
|
|
{ |
2344 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); |
2345 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); |
2346 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); |
2347 |
|
|
// packet(UNKNOWN, 0x0281, 4, clif->pDull); |
2348 |
|
|
packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); |
2349 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); |
2350 |
|
|
packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); |
2351 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); |
2352 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); |
2353 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); |
2354 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); |
2355 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); |
2356 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); |
2357 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); |
2358 |
|
|
packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); |
2359 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); |
2360 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); |
2361 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); |
2362 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); |
2363 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); |
2364 |
|
|
// packet(UNKNOWN, 0x07ec, 8, clif->pDull); |
2365 |
|
|
// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); |
2366 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); |
2367 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); |
2368 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); |
2369 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); |
2370 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
2371 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); |
2372 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 14, clif->pSearchStoreInfoListItemClick); |
2373 |
|
|
} |
2374 |
|
|
|
2375 |
|
|
// 20181219 |
2376 |
|
|
if (packetVersion == 20181219) |
2377 |
|
|
{ |
2378 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); |
2379 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); |
2380 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); |
2381 |
|
|
// packet(UNKNOWN, 0x0281, 4, clif->pDull); |
2382 |
|
|
packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); |
2383 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); |
2384 |
|
|
packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); |
2385 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); |
2386 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); |
2387 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); |
2388 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); |
2389 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); |
2390 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); |
2391 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); |
2392 |
|
|
packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); |
2393 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); |
2394 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); |
2395 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); |
2396 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); |
2397 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); |
2398 |
|
|
// packet(UNKNOWN, 0x07ec, 8, clif->pDull); |
2399 |
|
|
// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); |
2400 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); |
2401 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); |
2402 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); |
2403 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); |
2404 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
2405 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); |
2406 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 14, clif->pSearchStoreInfoListItemClick); |
2407 |
|
|
} |
2408 |
|
|
|
2409 |
|
|
// 20181226 |
2410 |
|
|
if (packetVersion == 20181226) |
2411 |
|
|
{ |
2412 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); |
2413 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); |
2414 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); |
2415 |
|
|
// packet(UNKNOWN, 0x0281, 4, clif->pDull); |
2416 |
|
|
packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); |
2417 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); |
2418 |
|
|
packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); |
2419 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); |
2420 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); |
2421 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); |
2422 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); |
2423 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); |
2424 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); |
2425 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); |
2426 |
|
|
packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); |
2427 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); |
2428 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); |
2429 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); |
2430 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); |
2431 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); |
2432 |
|
|
// packet(UNKNOWN, 0x07ec, 8, clif->pDull); |
2433 |
|
|
// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); |
2434 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); |
2435 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); |
2436 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); |
2437 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); |
2438 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
2439 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); |
2440 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 14, clif->pSearchStoreInfoListItemClick); |
2441 |
|
|
} |
2442 |
|
|
|
2443 |
|
|
// 20190116 |
2444 |
|
|
if (packetVersion == 20190116) |
2445 |
|
|
{ |
2446 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); |
2447 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); |
2448 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); |
2449 |
|
|
// packet(UNKNOWN, 0x0281, 4, clif->pDull); |
2450 |
|
|
packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); |
2451 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); |
2452 |
|
|
packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); |
2453 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); |
2454 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); |
2455 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); |
2456 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); |
2457 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); |
2458 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); |
2459 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); |
2460 |
|
|
packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); |
2461 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); |
2462 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); |
2463 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); |
2464 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); |
2465 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); |
2466 |
|
|
// packet(UNKNOWN, 0x07ec, 8, clif->pDull); |
2467 |
|
|
// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); |
2468 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); |
2469 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); |
2470 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); |
2471 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); |
2472 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
2473 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); |
2474 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 14, clif->pSearchStoreInfoListItemClick); |
2475 |
|
|
} |
2476 |
|
|
|
2477 |
|
|
// 20190117 |
2478 |
|
|
if (packetVersion == 20190117) |
2479 |
|
|
{ |
2480 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); |
2481 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); |
2482 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); |
2483 |
|
|
// packet(UNKNOWN, 0x0281, 4, clif->pDull); |
2484 |
|
|
packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); |
2485 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); |
2486 |
|
|
packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); |
2487 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); |
2488 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); |
2489 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); |
2490 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); |
2491 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); |
2492 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); |
2493 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); |
2494 |
|
|
packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); |
2495 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); |
2496 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); |
2497 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); |
2498 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); |
2499 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); |
2500 |
|
|
// packet(UNKNOWN, 0x07ec, 8, clif->pDull); |
2501 |
|
|
// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); |
2502 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); |
2503 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); |
2504 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); |
2505 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); |
2506 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
2507 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); |
2508 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 14, clif->pSearchStoreInfoListItemClick); |
2509 |
|
|
} |
2510 |
|
|
|
2511 |
|
|
// 20190130 |
2512 |
|
|
if (packetVersion == 20190130) |
2513 |
|
|
{ |
2514 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); |
2515 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); |
2516 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); |
2517 |
|
|
// packet(UNKNOWN, 0x0281, 4, clif->pDull); |
2518 |
|
|
packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); |
2519 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); |
2520 |
|
|
packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); |
2521 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); |
2522 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); |
2523 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); |
2524 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); |
2525 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); |
2526 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); |
2527 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); |
2528 |
|
|
packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); |
2529 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); |
2530 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); |
2531 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); |
2532 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); |
2533 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); |
2534 |
|
|
// packet(UNKNOWN, 0x07ec, 8, clif->pDull); |
2535 |
|
|
// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); |
2536 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); |
2537 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); |
2538 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); |
2539 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); |
2540 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
2541 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); |
2542 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 14, clif->pSearchStoreInfoListItemClick); |
2543 |
|
|
} |
2544 |
|
|
|
2545 |
|
|
// 20190213 |
2546 |
|
|
if (packetVersion == 20190213) |
2547 |
|
|
{ |
2548 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); |
2549 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); |
2550 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); |
2551 |
|
|
// packet(UNKNOWN, 0x0281, 4, clif->pDull); |
2552 |
|
|
packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); |
2553 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); |
2554 |
|
|
packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); |
2555 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); |
2556 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); |
2557 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); |
2558 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); |
2559 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); |
2560 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); |
2561 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); |
2562 |
|
|
packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); |
2563 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); |
2564 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); |
2565 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); |
2566 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); |
2567 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); |
2568 |
|
|
// packet(UNKNOWN, 0x07ec, 8, clif->pDull); |
2569 |
|
|
// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); |
2570 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); |
2571 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); |
2572 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); |
2573 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); |
2574 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
2575 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); |
2576 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 14, clif->pSearchStoreInfoListItemClick); |
2577 |
|
|
} |
2578 |
|
|
|
2579 |
|
|
// 20190220 |
2580 |
|
|
if (packetVersion == 20190220) |
2581 |
|
|
{ |
2582 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); |
2583 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); |
2584 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); |
2585 |
|
|
// packet(UNKNOWN, 0x0281, 4, clif->pDull); |
2586 |
|
|
packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); |
2587 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); |
2588 |
|
|
packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); |
2589 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); |
2590 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); |
2591 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); |
2592 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); |
2593 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); |
2594 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); |
2595 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); |
2596 |
|
|
packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); |
2597 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); |
2598 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); |
2599 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); |
2600 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); |
2601 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); |
2602 |
|
|
// packet(UNKNOWN, 0x07ec, 8, clif->pDull); |
2603 |
|
|
// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); |
2604 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); |
2605 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); |
2606 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); |
2607 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); |
2608 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
2609 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); |
2610 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 14, clif->pSearchStoreInfoListItemClick); |
2611 |
|
|
} |
2612 |
|
|
|
2613 |
|
|
// 20190227 |
2614 |
|
|
if (packetVersion == 20190227) |
2615 |
|
|
{ |
2616 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); |
2617 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); |
2618 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); |
2619 |
|
|
// packet(UNKNOWN, 0x0281, 4, clif->pDull); |
2620 |
|
|
packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); |
2621 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); |
2622 |
|
|
packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); |
2623 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); |
2624 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); |
2625 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); |
2626 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); |
2627 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); |
2628 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); |
2629 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); |
2630 |
|
|
packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); |
2631 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); |
2632 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); |
2633 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); |
2634 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); |
2635 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); |
2636 |
|
|
// packet(UNKNOWN, 0x07ec, 8, clif->pDull); |
2637 |
|
|
// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); |
2638 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); |
2639 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); |
2640 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); |
2641 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); |
2642 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
2643 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); |
2644 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 14, clif->pSearchStoreInfoListItemClick); |
2645 |
|
|
} |
2646 |
|
|
|
2647 |
|
|
// 20190313 |
2648 |
|
|
if (packetVersion == 20190313) |
2649 |
|
|
{ |
2650 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); |
2651 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); |
2652 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); |
2653 |
|
|
// packet(UNKNOWN, 0x0281, 4, clif->pDull); |
2654 |
|
|
packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); |
2655 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); |
2656 |
|
|
packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); |
2657 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); |
2658 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); |
2659 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); |
2660 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); |
2661 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); |
2662 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); |
2663 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); |
2664 |
|
|
packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); |
2665 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); |
2666 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); |
2667 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); |
2668 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); |
2669 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); |
2670 |
|
|
// packet(UNKNOWN, 0x07ec, 8, clif->pDull); |
2671 |
|
|
// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); |
2672 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); |
2673 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); |
2674 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); |
2675 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); |
2676 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
2677 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); |
2678 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 14, clif->pSearchStoreInfoListItemClick); |
2679 |
|
|
} |
2680 |
|
|
|
2681 |
|
|
// 20190327 |
2682 |
|
|
if (packetVersion == 20190327) |
2683 |
|
|
{ |
2684 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); |
2685 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); |
2686 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); |
2687 |
|
|
// packet(UNKNOWN, 0x0281, 4, clif->pDull); |
2688 |
|
|
packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); |
2689 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); |
2690 |
|
|
packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); |
2691 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); |
2692 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); |
2693 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); |
2694 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); |
2695 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); |
2696 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); |
2697 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); |
2698 |
|
|
packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); |
2699 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); |
2700 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); |
2701 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); |
2702 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); |
2703 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); |
2704 |
|
|
// packet(UNKNOWN, 0x07ec, 8, clif->pDull); |
2705 |
|
|
// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); |
2706 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); |
2707 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); |
2708 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); |
2709 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); |
2710 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
2711 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); |
2712 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 14, clif->pSearchStoreInfoListItemClick); |
2713 |
|
|
} |
2714 |
|
|
|
2715 |
|
|
// 20190403 |
2716 |
|
|
if (packetVersion == 20190403) |
2717 |
|
|
{ |
2718 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); |
2719 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); |
2720 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); |
2721 |
|
|
// packet(UNKNOWN, 0x0281, 4, clif->pDull); |
2722 |
|
|
packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); |
2723 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); |
2724 |
|
|
packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); |
2725 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); |
2726 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); |
2727 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); |
2728 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); |
2729 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); |
2730 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); |
2731 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); |
2732 |
|
|
packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); |
2733 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); |
2734 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); |
2735 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); |
2736 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); |
2737 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); |
2738 |
|
|
// packet(UNKNOWN, 0x07ec, 8, clif->pDull); |
2739 |
|
|
// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); |
2740 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); |
2741 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); |
2742 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); |
2743 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); |
2744 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
2745 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); |
2746 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 14, clif->pSearchStoreInfoListItemClick); |
2747 |
|
|
} |
2748 |
|
|
|
2749 |
|
|
// 20190410 |
2750 |
|
|
if (packetVersion == 20190410) |
2751 |
|
|
{ |
2752 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); |
2753 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); |
2754 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); |
2755 |
|
|
// packet(UNKNOWN, 0x0281, 4, clif->pDull); |
2756 |
|
|
packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); |
2757 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); |
2758 |
|
|
packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); |
2759 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); |
2760 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); |
2761 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); |
2762 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); |
2763 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); |
2764 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); |
2765 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); |
2766 |
|
|
packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); |
2767 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); |
2768 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); |
2769 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); |
2770 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); |
2771 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); |
2772 |
|
|
// packet(UNKNOWN, 0x07ec, 8, clif->pDull); |
2773 |
|
|
// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); |
2774 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); |
2775 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); |
2776 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); |
2777 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); |
2778 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
2779 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); |
2780 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 14, clif->pSearchStoreInfoListItemClick); |
2781 |
|
|
} |
2782 |
|
|
|
2783 |
|
|
// 20190424 |
2784 |
|
|
if (packetVersion == 20190424) |
2785 |
|
|
{ |
2786 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); |
2787 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); |
2788 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); |
2789 |
|
|
// packet(UNKNOWN, 0x0281, 4, clif->pDull); |
2790 |
|
|
packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); |
2791 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); |
2792 |
|
|
packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); |
2793 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); |
2794 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); |
2795 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); |
2796 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); |
2797 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); |
2798 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); |
2799 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); |
2800 |
|
|
packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); |
2801 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); |
2802 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); |
2803 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); |
2804 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); |
2805 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); |
2806 |
|
|
// packet(UNKNOWN, 0x07ec, 8, clif->pDull); |
2807 |
|
|
// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); |
2808 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); |
2809 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); |
2810 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); |
2811 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); |
2812 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
2813 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); |
2814 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 14, clif->pSearchStoreInfoListItemClick); |
2815 |
|
|
} |
2816 |
|
|
|
2817 |
|
|
// 20190502 |
2818 |
|
|
if (packetVersion == 20190502) |
2819 |
|
|
{ |
2820 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); |
2821 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); |
2822 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); |
2823 |
|
|
// packet(UNKNOWN, 0x0281, 4, clif->pDull); |
2824 |
|
|
packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); |
2825 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); |
2826 |
|
|
packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); |
2827 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); |
2828 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); |
2829 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); |
2830 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); |
2831 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); |
2832 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); |
2833 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); |
2834 |
|
|
packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); |
2835 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); |
2836 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); |
2837 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); |
2838 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); |
2839 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); |
2840 |
|
|
// packet(UNKNOWN, 0x07ec, 8, clif->pDull); |
2841 |
|
|
// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); |
2842 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); |
2843 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); |
2844 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); |
2845 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); |
2846 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
2847 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); |
2848 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 14, clif->pSearchStoreInfoListItemClick); |
2849 |
|
|
} |
2850 |
|
|
|
2851 |
|
|
// 20190508 |
2852 |
|
|
if (packetVersion == 20190508) |
2853 |
|
|
{ |
2854 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); |
2855 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); |
2856 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); |
2857 |
|
|
// packet(UNKNOWN, 0x0281, 4, clif->pDull); |
2858 |
|
|
packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); |
2859 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); |
2860 |
|
|
packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); |
2861 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); |
2862 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); |
2863 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); |
2864 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); |
2865 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); |
2866 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); |
2867 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); |
2868 |
|
|
packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); |
2869 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); |
2870 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); |
2871 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); |
2872 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); |
2873 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); |
2874 |
|
|
// packet(UNKNOWN, 0x07ec, 8, clif->pDull); |
2875 |
|
|
// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); |
2876 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); |
2877 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); |
2878 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); |
2879 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); |
2880 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
2881 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); |
2882 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 14, clif->pSearchStoreInfoListItemClick); |
2883 |
|
|
} |
2884 |
|
|
|
2885 |
|
|
// 20190515 |
2886 |
|
|
if (packetVersion == 20190515) |
2887 |
|
|
{ |
2888 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); |
2889 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); |
2890 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); |
2891 |
|
|
// packet(UNKNOWN, 0x0281, 4, clif->pDull); |
2892 |
|
|
packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); |
2893 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); |
2894 |
|
|
packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); |
2895 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); |
2896 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); |
2897 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); |
2898 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); |
2899 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); |
2900 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); |
2901 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); |
2902 |
|
|
packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); |
2903 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); |
2904 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); |
2905 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); |
2906 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); |
2907 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); |
2908 |
|
|
// packet(UNKNOWN, 0x07ec, 8, clif->pDull); |
2909 |
|
|
// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); |
2910 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); |
2911 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); |
2912 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); |
2913 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); |
2914 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
2915 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); |
2916 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 14, clif->pSearchStoreInfoListItemClick); |
2917 |
|
|
} |
2918 |
|
|
|
2919 |
|
|
// 20190529 |
2920 |
|
|
if (packetVersion == 20190529) |
2921 |
|
|
{ |
2922 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); |
2923 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); |
2924 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); |
2925 |
|
|
// packet(UNKNOWN, 0x0281, 4, clif->pDull); |
2926 |
|
|
packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); |
2927 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); |
2928 |
|
|
packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); |
2929 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); |
2930 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); |
2931 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); |
2932 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); |
2933 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); |
2934 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); |
2935 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); |
2936 |
|
|
packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); |
2937 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); |
2938 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); |
2939 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); |
2940 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); |
2941 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); |
2942 |
|
|
// packet(UNKNOWN, 0x07ec, 8, clif->pDull); |
2943 |
|
|
// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); |
2944 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); |
2945 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); |
2946 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); |
2947 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); |
2948 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
2949 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); |
2950 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 14, clif->pSearchStoreInfoListItemClick); |
2951 |
|
|
} |
2952 |
|
|
|
2953 |
|
|
// 20190530 |
2954 |
|
|
if (packetVersion == 20190530) |
2955 |
|
|
{ |
2956 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); |
2957 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); |
2958 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); |
2959 |
|
|
// packet(UNKNOWN, 0x0281, 4, clif->pDull); |
2960 |
|
|
packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); |
2961 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); |
2962 |
|
|
packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); |
2963 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); |
2964 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); |
2965 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); |
2966 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); |
2967 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); |
2968 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); |
2969 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); |
2970 |
|
|
packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); |
2971 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); |
2972 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); |
2973 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); |
2974 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); |
2975 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); |
2976 |
|
|
// packet(UNKNOWN, 0x07ec, 8, clif->pDull); |
2977 |
|
|
// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); |
2978 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); |
2979 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); |
2980 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); |
2981 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); |
2982 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
2983 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); |
2984 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 14, clif->pSearchStoreInfoListItemClick); |
2985 |
|
|
} |
2986 |
|
|
|
2987 |
|
|
// 20190605 |
2988 |
|
|
if (packetVersion == 20190605) |
2989 |
|
|
{ |
2990 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); |
2991 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); |
2992 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); |
2993 |
|
|
// packet(UNKNOWN, 0x0281, 4, clif->pDull); |
2994 |
|
|
packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); |
2995 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); |
2996 |
|
|
packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); |
2997 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); |
2998 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); |
2999 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); |
3000 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); |
3001 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); |
3002 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); |
3003 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); |
3004 |
|
|
packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); |
3005 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); |
3006 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); |
3007 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); |
3008 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); |
3009 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); |
3010 |
|
|
// packet(UNKNOWN, 0x07ec, 8, clif->pDull); |
3011 |
|
|
// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); |
3012 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); |
3013 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); |
3014 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); |
3015 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); |
3016 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
3017 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); |
3018 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 14, clif->pSearchStoreInfoListItemClick); |
3019 |
|
|
} |
3020 |
|
|
|
3021 |
|
|
// 20190626 |
3022 |
|
|
if (packetVersion == 20190626) |
3023 |
|
|
{ |
3024 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); |
3025 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); |
3026 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); |
3027 |
|
|
// packet(UNKNOWN, 0x0281, 4, clif->pDull); |
3028 |
|
|
packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); |
3029 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); |
3030 |
|
|
packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); |
3031 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); |
3032 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); |
3033 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); |
3034 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); |
3035 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); |
3036 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); |
3037 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); |
3038 |
|
|
packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); |
3039 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); |
3040 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); |
3041 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); |
3042 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); |
3043 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); |
3044 |
|
|
// packet(UNKNOWN, 0x07ec, 8, clif->pDull); |
3045 |
|
|
// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); |
3046 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); |
3047 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); |
3048 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); |
3049 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); |
3050 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
3051 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); |
3052 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 14, clif->pSearchStoreInfoListItemClick); |
3053 |
|
|
} |
3054 |
|
|
|
3055 |
|
|
// 20190709 |
3056 |
|
|
if (packetVersion == 20190709) |
3057 |
|
|
{ |
3058 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); |
3059 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); |
3060 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); |
3061 |
|
|
// packet(UNKNOWN, 0x0281, 4, clif->pDull); |
3062 |
|
|
packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); |
3063 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); |
3064 |
|
|
packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); |
3065 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); |
3066 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); |
3067 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); |
3068 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); |
3069 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); |
3070 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); |
3071 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); |
3072 |
|
|
packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); |
3073 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); |
3074 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); |
3075 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); |
3076 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); |
3077 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); |
3078 |
|
|
// packet(UNKNOWN, 0x07ec, 8, clif->pDull); |
3079 |
|
|
// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); |
3080 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); |
3081 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); |
3082 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); |
3083 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); |
3084 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
3085 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); |
3086 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 14, clif->pSearchStoreInfoListItemClick); |
3087 |
|
|
} |
3088 |
|
|
|
3089 |
|
|
// 20190710 |
3090 |
|
|
if (packetVersion == 20190710) |
3091 |
|
|
{ |
3092 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); |
3093 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); |
3094 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); |
3095 |
|
|
// packet(UNKNOWN, 0x0281, 4, clif->pDull); |
3096 |
|
|
packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); |
3097 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); |
3098 |
|
|
packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); |
3099 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); |
3100 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); |
3101 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); |
3102 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); |
3103 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); |
3104 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); |
3105 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); |
3106 |
|
|
packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); |
3107 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); |
3108 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); |
3109 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); |
3110 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); |
3111 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); |
3112 |
|
|
// packet(UNKNOWN, 0x07ec, 8, clif->pDull); |
3113 |
|
|
// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); |
3114 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); |
3115 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); |
3116 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); |
3117 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); |
3118 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
3119 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); |
3120 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 14, clif->pSearchStoreInfoListItemClick); |
3121 |
|
|
} |
3122 |
|
|
|
3123 |
|
|
// 20190717 |
3124 |
|
|
if (packetVersion == 20190717) |
3125 |
|
|
{ |
3126 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); |
3127 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); |
3128 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); |
3129 |
|
|
// packet(UNKNOWN, 0x0281, 4, clif->pDull); |
3130 |
|
|
packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); |
3131 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); |
3132 |
|
|
packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); |
3133 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); |
3134 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); |
3135 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); |
3136 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); |
3137 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); |
3138 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); |
3139 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); |
3140 |
|
|
packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); |
3141 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); |
3142 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); |
3143 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); |
3144 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); |
3145 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); |
3146 |
|
|
// packet(UNKNOWN, 0x07ec, 8, clif->pDull); |
3147 |
|
|
// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); |
3148 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); |
3149 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); |
3150 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); |
3151 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); |
3152 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
3153 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); |
3154 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 14, clif->pSearchStoreInfoListItemClick); |
3155 |
|
|
} |
3156 |
|
|
|
3157 |
|
|
// 20190724 |
3158 |
|
|
if (packetVersion == 20190724) |
3159 |
|
|
{ |
3160 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); |
3161 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); |
3162 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); |
3163 |
|
|
// packet(UNKNOWN, 0x0281, 4, clif->pDull); |
3164 |
|
|
packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); |
3165 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); |
3166 |
|
|
packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); |
3167 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); |
3168 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); |
3169 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); |
3170 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); |
3171 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); |
3172 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); |
3173 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); |
3174 |
|
|
packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); |
3175 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); |
3176 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); |
3177 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); |
3178 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); |
3179 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); |
3180 |
|
|
// packet(UNKNOWN, 0x07ec, 8, clif->pDull); |
3181 |
|
|
// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); |
3182 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); |
3183 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); |
3184 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); |
3185 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); |
3186 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
3187 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); |
3188 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 14, clif->pSearchStoreInfoListItemClick); |
3189 |
|
|
} |
3190 |
|
|
|
3191 |
|
|
// 20190814 |
3192 |
|
|
if (packetVersion == 20190814) |
3193 |
|
|
{ |
3194 |
|
|
packet(CMSG_FRIENDS_ADD_PLAYER, 0x0202, 26, clif->pFriendsListAdd); |
3195 |
|
|
packet(CMSG_HOMUNCULUS_MENU, 0x022d, 5, clif->pHomMenu); |
3196 |
|
|
packet(CMSG_STORAGE_PASSWORD, 0x023b, 36, clif->pStoragePassword); |
3197 |
|
|
// packet(UNKNOWN, 0x0281, 4, clif->pDull); |
3198 |
|
|
packet(CMSG_PARTY_INVITE2, 0x02c4, 26, clif->pPartyInvite2); |
3199 |
|
|
packet(CMSG_PLAYER_CHANGE_DEST, 0x035f, 5, clif->pWalkToXY); |
3200 |
|
|
packet(CMSG_MAP_PING, 0x0360, 6, clif->pTickSend); |
3201 |
|
|
packet(CMSG_PLAYER_CHANGE_DIR, 0x0361, 5, clif->pChangeDir); |
3202 |
|
|
packet(CMSG_ITEM_PICKUP, 0x0362, 6, clif->pTakeItem); |
3203 |
|
|
packet(CMSG_PLAYER_INVENTORY_DROP, 0x0363, 6, clif->pDropItem); |
3204 |
|
|
packet(CMSG_MOVE_TO_STORAGE, 0x0364, 8, clif->pMoveToKafra); |
3205 |
|
|
packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); |
3206 |
|
|
packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); |
3207 |
|
|
packet(CMSG_SKILL_USE_POSITION_MORE, 0x0367, 90, clif->pUseSkillToPosMoreInfo); |
3208 |
|
|
packet(CMSG_NAME_REQUEST, 0x0368, 6, clif->pGetCharNameRequest); |
3209 |
|
|
packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); |
3210 |
|
|
packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); |
3211 |
|
|
packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); |
3212 |
|
|
packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); |
3213 |
|
|
packet(CMSG_ITEM_LIST_WINDOW_SELECT, 0x07e4, -1, clif->pItemListWindowSelected); |
3214 |
|
|
// packet(UNKNOWN, 0x07ec, 8, clif->pDull); |
3215 |
|
|
// packet(UNKNOWN, 0x0802, 18, clif->pPartyBookingRegisterReq); |
3216 |
|
|
packet(CMSG_BUYINGSTORE_CREATE, 0x0811, -1, clif->pReqOpenBuyingStore); |
3217 |
|
|
packet(CMSG_BUYINGSTORE_CLOSE, 0x0815, 2, clif->pReqCloseBuyingStore); |
3218 |
|
|
packet(CMSG_BUYINGSTORE_OPEN, 0x0817, 6, clif->pReqClickBuyingStore); |
3219 |
|
|
packet(CMSG_BUYINGSTORE_SELL, 0x0819, -1, clif->pReqTradeBuyingStore); |
3220 |
|
|
packet(CMSG_SEARCHSTORE_SEARCH, 0x0835, -1, clif->pSearchStoreInfo); |
3221 |
|
|
packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0838, 2, clif->pSearchStoreInfoNextPage); |
3222 |
|
|
packet(CMSG_SEARCHSTORE_CLICK, 0x083c, 14, clif->pSearchStoreInfoListItemClick); |
3223 |
|
|
} |
3224 |
|
|
|
3225 |
|
|
} |