summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2019-10-18 15:08:03 +0200
committerGitHub <noreply@github.com>2019-10-18 15:08:03 +0200
commit9ccfb2defb07670b4f350ed5853ae1a997d917d2 (patch)
treef0a93da2ac6b5d2fa06e4db8d78f0e950fbf24d0 /src
parent1e72ad082e6e10b0a4fbbe703ce6ad44efb4063d (diff)
parent9e82150f9c3cbe2f83843a6d5fffaf3d91a7b119 (diff)
downloadhercules-9ccfb2defb07670b4f350ed5853ae1a997d917d2.tar.gz
hercules-9ccfb2defb07670b4f350ed5853ae1a997d917d2.tar.bz2
hercules-9ccfb2defb07670b4f350ed5853ae1a997d917d2.tar.xz
hercules-9ccfb2defb07670b4f350ed5853ae1a997d917d2.zip
Merge pull request #2537 from 4144/updatepackets
Update packets up to 2019-10-02
Diffstat (limited to 'src')
-rw-r--r--src/common/HPMDataCheck.h2
-rw-r--r--src/common/cbasetypes.h7
-rw-r--r--src/common/packets/packets2003_len_main.h808
-rw-r--r--src/common/packets/packets2004_len_main.h1168
-rw-r--r--src/common/packets/packets2005_len_main.h1212
-rw-r--r--src/common/packets/packets2006_len_main.h1172
-rw-r--r--src/common/packets/packets2007_len_main.h1352
-rw-r--r--src/common/packets/packets2008_len_main.h24732
-rw-r--r--src/common/packets/packets2008_len_re.h1328
-rw-r--r--src/common/packets/packets2009_len_main.h7282
-rw-r--r--src/common/packets/packets2009_len_re.h1538
-rw-r--r--src/common/packets/packets2010_len_main.h2334
-rw-r--r--src/common/packets/packets2010_len_re.h1864
-rw-r--r--src/common/packets/packets2011_len_main.h5842
-rw-r--r--src/common/packets/packets2011_len_re.h3424
-rw-r--r--src/common/packets/packets2012_len_main.h6780
-rw-r--r--src/common/packets/packets2012_len_re.h6784
-rw-r--r--src/common/packets/packets2013_len_main.h6956
-rw-r--r--src/common/packets/packets2013_len_re.h6996
-rw-r--r--src/common/packets/packets2014_len_main.h7126
-rw-r--r--src/common/packets/packets2014_len_re.h7140
-rw-r--r--src/common/packets/packets2015_len_main.h6812
-rw-r--r--src/common/packets/packets2015_len_re.h6798
-rw-r--r--src/common/packets/packets2016_len_main.h7002
-rw-r--r--src/common/packets/packets2016_len_re.h7006
-rw-r--r--src/common/packets/packets2017_len_main.h6900
-rw-r--r--src/common/packets/packets2017_len_re.h6904
-rw-r--r--src/common/packets/packets2017_len_zero.h3422
-rw-r--r--src/common/packets/packets2018_len_main.h3524
-rw-r--r--src/common/packets/packets2018_len_re.h3424
-rw-r--r--src/common/packets/packets2018_len_zero.h3694
-rw-r--r--src/common/packets/packets2019_len_main.h2778
-rw-r--r--src/common/packets/packets2019_len_re.h2782
-rw-r--r--src/common/packets/packets2019_len_zero.h2763
-rw-r--r--src/map/clif.c21
-rw-r--r--src/map/map.c3
-rw-r--r--src/map/messages_main.h169
-rw-r--r--src/map/messages_re.h165
-rw-r--r--src/map/messages_zero.h140
-rw-r--r--src/map/packets_keys_main.h7
-rw-r--r--src/map/packets_keys_zero.h6
-rw-r--r--src/map/packets_shuffle_main.h7
-rw-r--r--src/map/packets_shuffle_re.h7
-rw-r--r--src/map/packets_shuffle_zero.h6
-rw-r--r--src/map/packets_struct.h18
45 files changed, 80251 insertions, 79954 deletions
diff --git a/src/common/HPMDataCheck.h b/src/common/HPMDataCheck.h
index 9c015e1f5..3ef917a88 100644
--- a/src/common/HPMDataCheck.h
+++ b/src/common/HPMDataCheck.h
@@ -752,8 +752,6 @@ HPExport const struct s_HPMDataCheck HPMDataCheck[] = {
{ "PACKET_ZC_WARPLIST_sub", sizeof(struct PACKET_ZC_WARPLIST_sub), SERVER_TYPE_MAP },
{ "PACKET_ZC_WRITE_MAIL_RESULT", sizeof(struct PACKET_ZC_WRITE_MAIL_RESULT), SERVER_TYPE_MAP },
{ "SKILLDATA", sizeof(struct SKILLDATA), SERVER_TYPE_MAP },
- { "ZC_INVENTORY_END", sizeof(struct ZC_INVENTORY_END), SERVER_TYPE_MAP },
- { "ZC_INVENTORY_START", sizeof(struct ZC_INVENTORY_START), SERVER_TYPE_MAP },
{ "ZC_PROGRESS_ACTOR", sizeof(struct ZC_PROGRESS_ACTOR), SERVER_TYPE_MAP },
{ "ZC_STORE_ITEMLIST_EQUIP", sizeof(struct ZC_STORE_ITEMLIST_EQUIP), SERVER_TYPE_MAP },
{ "ZC_STORE_ITEMLIST_NORMAL", sizeof(struct ZC_STORE_ITEMLIST_NORMAL), SERVER_TYPE_MAP },
diff --git a/src/common/cbasetypes.h b/src/common/cbasetypes.h
index 89f7f8588..c9c189032 100644
--- a/src/common/cbasetypes.h
+++ b/src/common/cbasetypes.h
@@ -313,6 +313,13 @@ typedef uintptr_t uintptr;
#define PRAGMA_GCC5(str)
#endif // ! defined(__GNUC__) && (GCC_VERSION >= 50000)
+// Pragma macro only enabled on gcc >= 9
+#if defined(__GNUC__) && (GCC_VERSION >= 90000)
+#define PRAGMA_GCC9(str) _Pragma(#str)
+#else // ! defined(__GNUC__) && (GCC_VERSION >= 90000)
+#define PRAGMA_GCC9(str)
+#endif // ! defined(__GNUC__) && (GCC_VERSION >= 90000)
+
// fallthrough attribute only enabled on gcc >= 7.0
#if defined(__GNUC__) && (GCC_VERSION >= 70000)
#define FALLTHROUGH __attribute__ ((fallthrough));
diff --git a/src/common/packets/packets2003_len_main.h b/src/common/packets/packets2003_len_main.h
index a4ff38e18..b78f4df3d 100644
--- a/src/common/packets/packets2003_len_main.h
+++ b/src/common/packets/packets2003_len_main.h
@@ -2,8 +2,8 @@
* This file is part of Hercules.
* http://herc.ws - http://github.com/HerculesWS/Hercules
*
- * Copyright (C) 2019 Hercules Dev Team
- * Copyright (C) 2019 Andrei Karas (4144)
+ * Copyright (C) 2018-2019 Hercules Dev Team
+ * Copyright (C) 2018-2019 Andrei Karas (4144)
*
* Hercules is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -25,1233 +25,1233 @@
/* This file is autogenerated, please do not commit manual changes */
// Packet: 0x0064
-packetLen(0x0064, 55) // CA_LOGIN
+packetLen(0x0064, 55)
// Packet: 0x0065
-packetLen(0x0065, 17) // CH_ENTER
+packetLen(0x0065, 17)
// Packet: 0x0066
-packetLen(0x0066, 3) // CH_SELECT_CHAR
+packetLen(0x0066, 3)
// Packet: 0x0067
-packetLen(0x0067, 37) // CH_MAKE_CHAR
+packetLen(0x0067, 37)
// Packet: 0x0068
-packetLen(0x0068, 46) // CH_DELETE_CHAR
+packetLen(0x0068, 46)
// Packet: 0x0069
-packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+packetLen(0x0069, -1)
// Packet: 0x006a
-packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+packetLen(0x006a, 23)
// Packet: 0x006b
-packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+packetLen(0x006b, -1)
// Packet: 0x006c
-packetLen(0x006c, 3) // HC_REFUSE_ENTER
+packetLen(0x006c, 3)
// Packet: 0x006d
-packetLen(0x006d, 108) // HC_ACCEPT_MAKECHAR
+packetLen(0x006d, 108)
// Packet: 0x006e
-packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+packetLen(0x006e, 3)
// Packet: 0x006f
-packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+packetLen(0x006f, 2)
// Packet: 0x0070
-packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+packetLen(0x0070, 3)
// Packet: 0x0071
-packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+packetLen(0x0071, 28)
// Packet: 0x0072
-packetLen(0x0072, 19) // CZ_ENTER
+packetLen(0x0072, 19)
// Packet: 0x0073
-packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 11)
// Packet: 0x0074
-packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+packetLen(0x0074, 3)
// Packet: 0x0075
-packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, -1)
// Packet: 0x0076
-packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+packetLen(0x0076, 9)
// Packet: 0x0077
-packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 5)
// Packet: 0x0078
-packetLen(0x0078, 54) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, 54)
// Packet: 0x0079
-packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, 53)
// Packet: 0x007a
-packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, 58)
// Packet: 0x007b
-packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, 60)
// Packet: 0x007c
-packetLen(0x007c, 41) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, 41)
// Packet: 0x007d
-packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, 2)
// Packet: 0x007e
-packetLen(0x007e, 6) // CZ_REQUEST_TIME
+packetLen(0x007e, 6)
// Packet: 0x007f
-packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+packetLen(0x007f, 6)
// Packet: 0x0080
-packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+packetLen(0x0080, 7)
// Packet: 0x0081
-packetLen(0x0081, 3) // SC_NOTIFY_BAN
+packetLen(0x0081, 3)
// Packet: 0x0082
-packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+packetLen(0x0082, 2)
// Packet: 0x0083
-packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 2)
// Packet: 0x0084
-packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+packetLen(0x0084, 2)
// Packet: 0x0085
-packetLen(0x0085, 5) // CZ_REQUEST_MOVE
+packetLen(0x0085, 5)
// Packet: 0x0086
-packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 16)
// Packet: 0x0087
-packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 12)
// Packet: 0x0088
-packetLen(0x0088, 10) // ZC_STOPMOVE
+packetLen(0x0088, 10)
// Packet: 0x0089
-packetLen(0x0089, 7) // CZ_REQUEST_ACT
+packetLen(0x0089, 7)
// Packet: 0x008a
-packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+packetLen(0x008a, 29)
// Packet: 0x008b
-packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+packetLen(0x008b, 23)
// Packet: 0x008c
-packetLen(0x008c, -1) // CZ_REQUEST_CHAT
+packetLen(0x008c, -1)
// Packet: 0x008d
-packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+packetLen(0x008d, -1)
// Packet: 0x008e
-packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, -1)
// Packet: 0x0090
-packetLen(0x0090, 7) // CZ_CONTACTNPC
+packetLen(0x0090, 7)
// Packet: 0x0091
-packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, 22)
// Packet: 0x0092
-packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 28)
// Packet: 0x0093
-packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+packetLen(0x0093, 2)
// Packet: 0x0094
-packetLen(0x0094, 6) // CZ_REQNAME
+packetLen(0x0094, 6)
// Packet: 0x0095
-packetLen(0x0095, 30) // ZC_ACK_REQNAME
+packetLen(0x0095, 30)
// Packet: 0x0096
-packetLen(0x0096, -1) // CZ_WHISPER
+packetLen(0x0096, -1)
// Packet: 0x0097
-packetLen(0x0097, -1) // ZC_WHISPER
+packetLen(0x0097, -1)
// Packet: 0x0098
-packetLen(0x0098, 3) // ZC_ACK_WHISPER
+packetLen(0x0098, 3)
// Packet: 0x0099
-packetLen(0x0099, -1) // CZ_BROADCAST
+packetLen(0x0099, -1)
// Packet: 0x009a
-packetLen(0x009a, -1) // ZC_BROADCAST
+packetLen(0x009a, -1)
// Packet: 0x009b
-packetLen(0x009b, 5) // CZ_CHANGE_DIRECTION
+packetLen(0x009b, 5)
// Packet: 0x009c
-packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, 9)
// Packet: 0x009d
-packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+packetLen(0x009d, 17)
// Packet: 0x009e
-packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 17)
// Packet: 0x009f
-packetLen(0x009f, 6) // CZ_ITEM_PICKUP
+packetLen(0x009f, 6)
// Packet: 0x00a0
-packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, 23)
// Packet: 0x00a1
-packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, 6)
// Packet: 0x00a2
-packetLen(0x00a2, 6) // CZ_ITEM_THROW
+packetLen(0x00a2, 6)
// Packet: 0x00a3
-packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, -1)
// Packet: 0x00a4
-packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, -1)
// Packet: 0x00a5
-packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, -1)
// Packet: 0x00a6
-packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, -1)
// Packet: 0x00a7
-packetLen(0x00a7, 8) // CZ_USE_ITEM
+packetLen(0x00a7, 8)
// Packet: 0x00a8
-packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 7)
// Packet: 0x00a9
-packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, 6)
// Packet: 0x00aa
-packetLen(0x00aa, 7) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 7)
// Packet: 0x00ab
-packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, 4)
// Packet: 0x00ac
-packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, 7)
// Packet: 0x00ae
-packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+packetLen(0x00ae, -1)
// Packet: 0x00af
-packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, 6)
// Packet: 0x00b0
-packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+packetLen(0x00b0, 8)
// Packet: 0x00b1
-packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, 8)
// Packet: 0x00b2
-packetLen(0x00b2, 3) // CZ_RESTART
+packetLen(0x00b2, 3)
// Packet: 0x00b3
-packetLen(0x00b3, 3) // ZC_RESTART_ACK
+packetLen(0x00b3, 3)
// Packet: 0x00b4
-packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+packetLen(0x00b4, -1)
// Packet: 0x00b5
-packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 6)
// Packet: 0x00b6
-packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 6)
// Packet: 0x00b7
-packetLen(0x00b7, -1) // ZC_MENU_LIST
+packetLen(0x00b7, -1)
// Packet: 0x00b8
-packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+packetLen(0x00b8, 7)
// Packet: 0x00b9
-packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, 6)
// Packet: 0x00ba
-packetLen(0x00ba, 2) // CZ_REQ_STATUS
+packetLen(0x00ba, 2)
// Packet: 0x00bb
-packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+packetLen(0x00bb, 5)
// Packet: 0x00bc
-packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 6)
// Packet: 0x00bd
-packetLen(0x00bd, 44) // ZC_STATUS
+packetLen(0x00bd, 44)
// Packet: 0x00be
-packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+packetLen(0x00be, 5)
// Packet: 0x00bf
-packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+packetLen(0x00bf, 3)
// Packet: 0x00c0
-packetLen(0x00c0, 7) // ZC_EMOTION
+packetLen(0x00c0, 7)
// Packet: 0x00c1
-packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, 2)
// Packet: 0x00c2
-packetLen(0x00c2, 6) // ZC_USER_COUNT
+packetLen(0x00c2, 6)
// Packet: 0x00c3
-packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, 8)
// Packet: 0x00c4
-packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, 6)
// Packet: 0x00c5
-packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, 7)
// Packet: 0x00c6
-packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, -1)
// Packet: 0x00c7
-packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, -1)
// Packet: 0x00c8
-packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, -1)
// Packet: 0x00c9
-packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, -1)
// Packet: 0x00ca
-packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, 3)
// Packet: 0x00cb
-packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+packetLen(0x00cb, 3)
// Packet: 0x00cc
-packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, 6)
// Packet: 0x00cd
-packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+packetLen(0x00cd, 3)
// Packet: 0x00ce
-packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 2)
// Packet: 0x00cf
-packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 27)
// Packet: 0x00d0
-packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, 3)
// Packet: 0x00d1
-packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, 4)
// Packet: 0x00d2
-packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 4)
// Packet: 0x00d3
-packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 2)
// Packet: 0x00d4
-packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+packetLen(0x00d4, -1)
// Packet: 0x00d5
-packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, -1)
// Packet: 0x00d6
-packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 3)
// Packet: 0x00d7
-packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, -1)
// Packet: 0x00d8
-packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+packetLen(0x00d8, 6)
// Packet: 0x00d9
-packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, 14)
// Packet: 0x00da
-packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, 3)
// Packet: 0x00db
-packetLen(0x00db, -1) // ZC_ENTER_ROOM
+packetLen(0x00db, -1)
// Packet: 0x00dc
-packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 28)
// Packet: 0x00dd
-packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+packetLen(0x00dd, 29)
// Packet: 0x00de
-packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, -1)
// Packet: 0x00df
-packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, -1)
// Packet: 0x00e0
-packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, 30)
// Packet: 0x00e1
-packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+packetLen(0x00e1, 30)
// Packet: 0x00e2
-packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, 26)
// Packet: 0x00e3
-packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+packetLen(0x00e3, 2)
// Packet: 0x00e4
-packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 6)
// Packet: 0x00e5
-packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 26)
// Packet: 0x00e6
-packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, 3)
// Packet: 0x00e7
-packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 3)
// Packet: 0x00e8
-packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, 8)
// Packet: 0x00e9
-packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 19)
// Packet: 0x00ea
-packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 5)
// Packet: 0x00eb
-packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 2)
// Packet: 0x00ec
-packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 3)
// Packet: 0x00ed
-packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, 2)
// Packet: 0x00ee
-packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, 2)
// Packet: 0x00ef
-packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 2)
// Packet: 0x00f0
-packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 3)
// Packet: 0x00f1
-packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+packetLen(0x00f1, 2)
// Packet: 0x00f2
-packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 6)
// Packet: 0x00f3
-packetLen(0x00f3, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
+packetLen(0x00f3, 8)
// Packet: 0x00f4
-packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 21)
// Packet: 0x00f5
-packetLen(0x00f5, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+packetLen(0x00f5, 8)
// Packet: 0x00f6
-packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 8)
// Packet: 0x00f7
-packetLen(0x00f7, 2) // CZ_CLOSE_STORE
+packetLen(0x00f7, 2)
// Packet: 0x00f8
-packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+packetLen(0x00f8, 2)
// Packet: 0x00f9
#if PACKETVER >= 20031117
-packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+packetLen(0x00f9, 26)
#elif PACKETVER >= 20031110
-packetLen(0x00f9, 28) // CZ_MAKE_GROUP
+packetLen(0x00f9, 28)
#elif PACKETVER >= 20031028
-packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+packetLen(0x00f9, 26)
#endif
// Packet: 0x00fa
-packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, 3)
// Packet: 0x00fb
-packetLen(0x00fb, -1) // ZC_GROUP_LIST
+packetLen(0x00fb, -1)
// Packet: 0x00fc
-packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, 6)
// Packet: 0x00fd
-packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, 27)
// Packet: 0x00fe
-packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, 30)
// Packet: 0x00ff
-packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+packetLen(0x00ff, 10)
// Packet: 0x0100
-packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, 2)
// Packet: 0x0101
-packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, 6)
// Packet: 0x0102
-packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 6)
// Packet: 0x0103
-packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 30)
// Packet: 0x0104
#if PACKETVER >= 20031117
-packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, 79)
#elif PACKETVER >= 20031110
-packetLen(0x0104, 81) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, 81)
#elif PACKETVER >= 20031028
-packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, 79)
#endif
// Packet: 0x0105
-packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, 31)
// Packet: 0x0106
-packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, 10)
// Packet: 0x0107
-packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, 10)
// Packet: 0x0108
-packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, -1)
// Packet: 0x0109
-packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, -1)
// Packet: 0x010a
-packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 4)
// Packet: 0x010b
-packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, 6)
// Packet: 0x010c
-packetLen(0x010c, 6) // ZC_MVP
+packetLen(0x010c, 6)
// Packet: 0x010d
-packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+packetLen(0x010d, 2)
// Packet: 0x010e
-packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, 11)
// Packet: 0x010f
-packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+packetLen(0x010f, -1)
// Packet: 0x0110
-packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, 10)
// Packet: 0x0111
-packetLen(0x0111, 39) // ZC_ADD_SKILL
+packetLen(0x0111, 39)
// Packet: 0x0112
-packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, 4)
// Packet: 0x0113
-packetLen(0x0113, 10) // CZ_USE_SKILL
+packetLen(0x0113, 10)
// Packet: 0x0114
-packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+packetLen(0x0114, 31)
// Packet: 0x0115
-packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+packetLen(0x0115, 35)
// Packet: 0x0116
-packetLen(0x0116, 10) // CZ_USE_SKILL_TOGROUND
+packetLen(0x0116, 10)
// Packet: 0x0117
-packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, 18)
// Packet: 0x0118
-packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+packetLen(0x0118, 2)
// Packet: 0x0119
-packetLen(0x0119, 13) // ZC_STATE_CHANGE
+packetLen(0x0119, 13)
// Packet: 0x011a
-packetLen(0x011a, 15) // ZC_USE_SKILL
+packetLen(0x011a, 15)
// Packet: 0x011b
-packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, 20)
// Packet: 0x011c
-packetLen(0x011c, 68) // ZC_WARPLIST
+packetLen(0x011c, 68)
// Packet: 0x011d
-packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 2)
// Packet: 0x011e
-packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, 3)
// Packet: 0x011f
-packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+packetLen(0x011f, 16)
// Packet: 0x0120
-packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, 6)
// Packet: 0x0121
-packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, 14)
// Packet: 0x0122
-packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, -1)
// Packet: 0x0123
-packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, -1)
// Packet: 0x0124
-packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 21)
// Packet: 0x0125
-packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 8)
// Packet: 0x0126
-packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 8)
// Packet: 0x0127
-packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, 8)
// Packet: 0x0128
-packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 8)
// Packet: 0x0129
-packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, 8)
// Packet: 0x012a
-packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+packetLen(0x012a, 2)
// Packet: 0x012b
-packetLen(0x012b, 2) // ZC_CARTOFF
+packetLen(0x012b, 2)
// Packet: 0x012c
-packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 3)
// Packet: 0x012d
-packetLen(0x012d, 4) // ZC_OPENSTORE
+packetLen(0x012d, 4)
// Packet: 0x012e
-packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, 2)
// Packet: 0x012f
-packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+packetLen(0x012f, -1)
// Packet: 0x0130
-packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, 6)
// Packet: 0x0131
-packetLen(0x0131, 86) // ZC_STORE_ENTRY
+packetLen(0x0131, 86)
// Packet: 0x0132
-packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, 6)
// Packet: 0x0133
-packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, -1)
// Packet: 0x0134
-packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, -1)
// Packet: 0x0135
-packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, 7)
// Packet: 0x0136
-packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, -1)
// Packet: 0x0137
-packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, 6)
// Packet: 0x0138
-packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+packetLen(0x0138, 3)
// Packet: 0x0139
-packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, 16)
// Packet: 0x013a
-packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+packetLen(0x013a, 4)
// Packet: 0x013b
-packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+packetLen(0x013b, 4)
// Packet: 0x013c
-packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+packetLen(0x013c, 4)
// Packet: 0x013d
-packetLen(0x013d, 6) // ZC_RECOVERY
+packetLen(0x013d, 6)
// Packet: 0x013e
-packetLen(0x013e, 24) // ZC_USESKILL_ACK
+packetLen(0x013e, 24)
// Packet: 0x013f
-packetLen(0x013f, 26) // CZ_ITEM_CREATE
+packetLen(0x013f, 26)
// Packet: 0x0140
-packetLen(0x0140, 22) // CZ_MOVETO_MAP
+packetLen(0x0140, 22)
// Packet: 0x0141
-packetLen(0x0141, 14) // ZC_COUPLESTATUS
+packetLen(0x0141, 14)
// Packet: 0x0142
-packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+packetLen(0x0142, 6)
// Packet: 0x0143
-packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+packetLen(0x0143, 10)
// Packet: 0x0144
-packetLen(0x0144, 23) // ZC_COMPASS
+packetLen(0x0144, 23)
// Packet: 0x0145
-packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+packetLen(0x0145, 19)
// Packet: 0x0146
-packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+packetLen(0x0146, 6)
// Packet: 0x0147
-packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+packetLen(0x0147, 39)
// Packet: 0x0148
-packetLen(0x0148, 8) // ZC_RESURRECTION
+packetLen(0x0148, 8)
// Packet: 0x0149
-packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, 9)
// Packet: 0x014a
-packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+packetLen(0x014a, 6)
// Packet: 0x014b
-packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+packetLen(0x014b, 27)
// Packet: 0x014c
-packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, -1)
// Packet: 0x014d
-packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 2)
// Packet: 0x014e
-packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+packetLen(0x014e, 6)
// Packet: 0x014f
-packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, 6)
// Packet: 0x0150
-packetLen(0x0150, 110) // ZC_GUILD_INFO
+packetLen(0x0150, 110)
// Packet: 0x0151
-packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+packetLen(0x0151, 6)
// Packet: 0x0152
-packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+packetLen(0x0152, -1)
// Packet: 0x0153
-packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+packetLen(0x0153, -1)
// Packet: 0x0154
-packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, -1)
// Packet: 0x0155
-packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, -1)
// Packet: 0x0156
-packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+packetLen(0x0156, -1)
// Packet: 0x0157
-packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+packetLen(0x0157, 6)
// Packet: 0x0158
-packetLen(0x0158, -1) // ZC_ACK_OPEN_MEMBER_INFO
+packetLen(0x0158, -1)
// Packet: 0x0159
-packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, 54)
// Packet: 0x015a
-packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 66)
// Packet: 0x015b
-packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 54)
// Packet: 0x015c
-packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, 90)
// Packet: 0x015d
-packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+packetLen(0x015d, 42)
// Packet: 0x015e
-packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, 6)
// Packet: 0x015f
-packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+packetLen(0x015f, 42)
// Packet: 0x0160
-packetLen(0x0160, -1) // ZC_POSITION_INFO
+packetLen(0x0160, -1)
// Packet: 0x0161
-packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, -1)
// Packet: 0x0162
-packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, -1)
// Packet: 0x0163
-packetLen(0x0163, -1) // ZC_BAN_LIST
+packetLen(0x0163, -1)
// Packet: 0x0164
-packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+packetLen(0x0164, -1)
// Packet: 0x0165
-packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, 30)
// Packet: 0x0166
-packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, -1)
// Packet: 0x0167
-packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 3)
// Packet: 0x0168
-packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, 14)
// Packet: 0x0169
-packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 3)
// Packet: 0x016a
-packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, 30)
// Packet: 0x016b
-packetLen(0x016b, 10) // CZ_JOIN_GUILD
+packetLen(0x016b, 10)
// Packet: 0x016c
-packetLen(0x016c, 43) // ZC_UPDATE_GDID
+packetLen(0x016c, 43)
// Packet: 0x016d
-packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 14)
// Packet: 0x016e
-packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+packetLen(0x016e, 186)
// Packet: 0x016f
-packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+packetLen(0x016f, 182)
// Packet: 0x0170
-packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 14)
// Packet: 0x0171
-packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, 30)
// Packet: 0x0172
-packetLen(0x0172, 10) // CZ_ALLY_GUILD
+packetLen(0x0172, 10)
// Packet: 0x0173
-packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+packetLen(0x0173, 3)
// Packet: 0x0174
-packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0174, -1)
// Packet: 0x0175
-packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+packetLen(0x0175, 6)
// Packet: 0x0176
-packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+packetLen(0x0176, 106)
// Packet: 0x0177
-packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, -1)
// Packet: 0x0178
-packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, 4)
// Packet: 0x0179
-packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 5)
// Packet: 0x017a
-packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, 4)
// Packet: 0x017b
-packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, -1)
// Packet: 0x017c
-packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, 6)
// Packet: 0x017d
-packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 7)
// Packet: 0x017e
-packetLen(0x017e, -1) // CZ_GUILD_CHAT
+packetLen(0x017e, -1)
// Packet: 0x017f
-packetLen(0x017f, -1) // ZC_GUILD_CHAT
+packetLen(0x017f, -1)
// Packet: 0x0180
-packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+packetLen(0x0180, 6)
// Packet: 0x0181
-packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+packetLen(0x0181, 3)
// Packet: 0x0182
-packetLen(0x0182, 106) // ZC_MEMBER_ADD
+packetLen(0x0182, 106)
// Packet: 0x0183
-packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+packetLen(0x0183, 10)
// Packet: 0x0184
-packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+packetLen(0x0184, 10)
// Packet: 0x0185
-packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+packetLen(0x0185, 34)
// Packet: 0x0187
-packetLen(0x0187, 6) // CH_UNKNOWN_PING
+packetLen(0x0187, 6)
// Packet: 0x0188
-packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, 8)
// Packet: 0x0189
-packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, 4)
// Packet: 0x018a
-packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+packetLen(0x018a, 4)
// Packet: 0x018b
-packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, 4)
// Packet: 0x018c
-packetLen(0x018c, 29) // ZC_MONSTER_INFO
+packetLen(0x018c, 29)
// Packet: 0x018d
-packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, -1)
// Packet: 0x018e
-packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+packetLen(0x018e, 10)
// Packet: 0x018f
-packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 6)
// Packet: 0x0190
-packetLen(0x0190, 90) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+packetLen(0x0190, 90)
// Packet: 0x0191
-packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+packetLen(0x0191, 86)
// Packet: 0x0192
-packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+packetLen(0x0192, 24)
// Packet: 0x0193
-packetLen(0x0193, 6) // CZ_REQNAME_BYGID
+packetLen(0x0193, 6)
// Packet: 0x0194
-packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 30)
// Packet: 0x0195
-packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 102)
// Packet: 0x0196
-packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, 9)
// Packet: 0x0197
-packetLen(0x0197, 4) // CZ_RESET
+packetLen(0x0197, 4)
// Packet: 0x0198
-packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+packetLen(0x0198, 8)
// Packet: 0x0199
-packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, 4)
// Packet: 0x019a
-packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 14)
// Packet: 0x019b
-packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 10)
// Packet: 0x019c
-packetLen(0x019c, 4) // CZ_LOCALBROADCAST
+packetLen(0x019c, 4)
// Packet: 0x019d
-packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, 6)
// Packet: 0x019e
-packetLen(0x019e, 2) // ZC_START_CAPTURE
+packetLen(0x019e, 2)
// Packet: 0x019f
-packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, 6)
// Packet: 0x01a0
-packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, 3)
// Packet: 0x01a1
-packetLen(0x01a1, 3) // CZ_COMMAND_PET
+packetLen(0x01a1, 3)
// Packet: 0x01a2
-packetLen(0x01a2, 35) // ZC_PROPERTY_PET
+packetLen(0x01a2, 35)
// Packet: 0x01a3
-packetLen(0x01a3, 5) // ZC_FEED_PET
+packetLen(0x01a3, 5)
// Packet: 0x01a4
-packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, 11)
// Packet: 0x01a5
-packetLen(0x01a5, 26) // CZ_RENAME_PET
+packetLen(0x01a5, 26)
// Packet: 0x01a6
-packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+packetLen(0x01a6, -1)
// Packet: 0x01a7
-packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 4)
// Packet: 0x01a8
-packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+packetLen(0x01a8, 4)
// Packet: 0x01a9
-packetLen(0x01a9, 6) // CZ_PET_ACT
+packetLen(0x01a9, 6)
// Packet: 0x01aa
-packetLen(0x01aa, 10) // ZC_PET_ACT
+packetLen(0x01aa, 10)
// Packet: 0x01ab
-packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, 12)
// Packet: 0x01ac
-packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+packetLen(0x01ac, 6)
// Packet: 0x01ad
-packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, -1)
// Packet: 0x01ae
-packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, 4)
// Packet: 0x01af
-packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+packetLen(0x01af, 4)
// Packet: 0x01b0
-packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, 11)
// Packet: 0x01b1
-packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+packetLen(0x01b1, 7)
// Packet: 0x01b2
-packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, -1)
// Packet: 0x01b3
-packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, 67)
// Packet: 0x01b4
-packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+packetLen(0x01b4, 12)
// Packet: 0x01b5
-packetLen(0x01b5, 18) // SC_BILLING_INFO
+packetLen(0x01b5, 18)
// Packet: 0x01b6
-packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+packetLen(0x01b6, 114)
// Packet: 0x01b7
-packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+packetLen(0x01b7, 6)
// Packet: 0x01b8
-packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+packetLen(0x01b8, 3)
// Packet: 0x01b9
-packetLen(0x01b9, 6) // ZC_DISPEL
+packetLen(0x01b9, 6)
// Packet: 0x01ba
-packetLen(0x01ba, 26) // CZ_REMOVE_AID
+packetLen(0x01ba, 26)
// Packet: 0x01bb
-packetLen(0x01bb, 26) // CZ_SHIFT
+packetLen(0x01bb, 26)
// Packet: 0x01bc
-packetLen(0x01bc, 26) // CZ_RECALL
+packetLen(0x01bc, 26)
// Packet: 0x01bd
-packetLen(0x01bd, 26) // CZ_RECALL_GID
+packetLen(0x01bd, 26)
// Packet: 0x01be
-packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+packetLen(0x01be, 2)
// Packet: 0x01bf
-packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+packetLen(0x01bf, 3)
// Packet: 0x01c0
-packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+packetLen(0x01c0, 2)
// Packet: 0x01c1
-packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+packetLen(0x01c1, 14)
// Packet: 0x01c2
-packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+packetLen(0x01c2, 10)
// Packet: 0x01c3
-packetLen(0x01c3, -1) // ZC_BROADCAST2
+packetLen(0x01c3, -1)
// Packet: 0x01c4
-packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 22)
// Packet: 0x01c5
-packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 22)
// Packet: 0x01c6
-packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+packetLen(0x01c6, 4)
// Packet: 0x01c7
-packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+packetLen(0x01c7, 2)
// Packet: 0x01c8
-packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, 13)
// Packet: 0x01c9
-packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 97)
// Packet: 0x01cb
-packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+packetLen(0x01cb, 9)
// Packet: 0x01cc
-packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+packetLen(0x01cc, 9)
// Packet: 0x01cd
-packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, 30)
// Packet: 0x01ce
-packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, 6)
// Packet: 0x01cf
-packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+packetLen(0x01cf, 28)
// Packet: 0x01d0
-packetLen(0x01d0, 8) // ZC_SPIRITS
+packetLen(0x01d0, 8)
// Packet: 0x01d1
-packetLen(0x01d1, 14) // ZC_BLADESTOP
+packetLen(0x01d1, 14)
// Packet: 0x01d2
-packetLen(0x01d2, 10) // ZC_COMBODELAY
+packetLen(0x01d2, 10)
// Packet: 0x01d3
-packetLen(0x01d3, 35) // ZC_SOUND
+packetLen(0x01d3, 35)
// Packet: 0x01d4
-packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, 6)
// Packet: 0x01d5
-packetLen(0x01d5, 8) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, 8)
// Packet: 0x01d6
-packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 4)
// Packet: 0x01d7
-packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 11)
// Packet: 0x01d8
-packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 54)
// Packet: 0x01d9
-packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 53)
// Packet: 0x01da
-packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 60)
// Packet: 0x01db
-packetLen(0x01db, 2) // CA_REQ_HASH
+packetLen(0x01db, 2)
// Packet: 0x01dc
-packetLen(0x01dc, -1) // AC_ACK_HASH
+packetLen(0x01dc, -1)
// Packet: 0x01dd
-packetLen(0x01dd, 47) // CA_LOGIN2
+packetLen(0x01dd, 47)
// Packet: 0x01de
-packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 33)
// Packet: 0x01df
-packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+packetLen(0x01df, 6)
// Packet: 0x01e0
-packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+packetLen(0x01e0, 30)
// Packet: 0x01e1
-packetLen(0x01e1, 8) // ZC_SPIRITS2
+packetLen(0x01e1, 8)
// Packet: 0x01e2
-packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+packetLen(0x01e2, 34)
// Packet: 0x01e3
-packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+packetLen(0x01e3, 14)
// Packet: 0x01e4
-packetLen(0x01e4, 2) // ZC_START_COUPLE
+packetLen(0x01e4, 2)
// Packet: 0x01e5
-packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+packetLen(0x01e5, 6)
// Packet: 0x01e6
#if PACKETVER >= 20031110
-packetLen(0x01e6, 26) // ZC_COUPLENAME
+packetLen(0x01e6, 26)
#elif PACKETVER >= 20031028
-packetLen(0x01e6, 28) // ZC_COUPLENAME
+packetLen(0x01e6, 28)
#endif
// Packet: 0x01e7
#if PACKETVER >= 20031110
-packetLen(0x01e7, 2) // CZ_DORIDORI
+packetLen(0x01e7, 2)
#elif PACKETVER >= 20031028
-packetLen(0x01e7, 81) // CZ_DORIDORI
+packetLen(0x01e7, 81)
#endif
// Packet: 0x01e8
#if PACKETVER >= 20031117
-packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 28)
#elif PACKETVER >= 20031110
// removed
#elif PACKETVER >= 20031028
-packetLen(0x01e8, 26) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 26)
#endif
// Packet: 0x01e9
#if PACKETVER >= 20031117
-packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, 81)
#elif PACKETVER >= 20031110
// removed
#elif PACKETVER >= 20031103
-packetLen(0x01e9, 2) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, 2)
#endif
// Packet: 0x01ea
#if PACKETVER >= 20031117
-packetLen(0x01ea, 6) // ZC_CONGRATULATION
+packetLen(0x01ea, 6)
#endif
// Packet: 0x01eb
#if PACKETVER >= 20031124
-packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, 10)
#endif
// Packet: 0x01ec
#if PACKETVER >= 20031124
-packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+packetLen(0x01ec, 26)
#endif
// Packet: 0x01ed
#if PACKETVER >= 20031124
-packetLen(0x01ed, 2) // CZ_CHOPOKGI
+packetLen(0x01ed, 2)
#endif
// Packet: 0x01ee
#if PACKETVER >= 20031208
-packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, -1)
#endif
// Packet: 0x01ef
#if PACKETVER >= 20031218
-packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, -1)
#endif
// Packet: 0x01f0
#if PACKETVER >= 20031218
-packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, -1)
#endif
// Packet: 0x01f1
#if PACKETVER >= 20031223
-packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+packetLen(0x01f1, -1)
#endif
diff --git a/src/common/packets/packets2004_len_main.h b/src/common/packets/packets2004_len_main.h
index 3963dd0a2..814788824 100644
--- a/src/common/packets/packets2004_len_main.h
+++ b/src/common/packets/packets2004_len_main.h
@@ -2,8 +2,8 @@
* This file is part of Hercules.
* http://herc.ws - http://github.com/HerculesWS/Hercules
*
- * Copyright (C) 2019 Hercules Dev Team
- * Copyright (C) 2019 Andrei Karas (4144)
+ * Copyright (C) 2018-2019 Hercules Dev Team
+ * Copyright (C) 2018-2019 Andrei Karas (4144)
*
* Hercules is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -25,210 +25,210 @@
/* This file is autogenerated, please do not commit manual changes */
// Packet: 0x0064
-packetLen(0x0064, 55) // CA_LOGIN
+packetLen(0x0064, 55)
// Packet: 0x0065
-packetLen(0x0065, 17) // CH_ENTER
+packetLen(0x0065, 17)
// Packet: 0x0066
-packetLen(0x0066, 3) // CH_SELECT_CHAR
+packetLen(0x0066, 3)
// Packet: 0x0067
-packetLen(0x0067, 37) // CH_MAKE_CHAR
+packetLen(0x0067, 37)
// Packet: 0x0068
-packetLen(0x0068, 46) // CH_DELETE_CHAR
+packetLen(0x0068, 46)
// Packet: 0x0069
-packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+packetLen(0x0069, -1)
// Packet: 0x006a
-packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+packetLen(0x006a, 23)
// Packet: 0x006b
-packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+packetLen(0x006b, -1)
// Packet: 0x006c
-packetLen(0x006c, 3) // HC_REFUSE_ENTER
+packetLen(0x006c, 3)
// Packet: 0x006d
-packetLen(0x006d, 108) // HC_ACCEPT_MAKECHAR
+packetLen(0x006d, 108)
// Packet: 0x006e
-packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+packetLen(0x006e, 3)
// Packet: 0x006f
-packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+packetLen(0x006f, 2)
// Packet: 0x0070
-packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+packetLen(0x0070, 3)
// Packet: 0x0071
-packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+packetLen(0x0071, 28)
// Packet: 0x0072
#if PACKETVER >= 20041220
-packetLen(0x0072, 26) // CZ_ENTER
+packetLen(0x0072, 26)
#elif PACKETVER >= 20041216
-packetLen(0x0072, 19) // CZ_ENTER
+packetLen(0x0072, 19)
#elif PACKETVER >= 20041129
-packetLen(0x0072, 26) // CZ_ENTER
+packetLen(0x0072, 26)
#elif PACKETVER >= 20041025
-packetLen(0x0072, 14) // CZ_ENTER
+packetLen(0x0072, 14)
#elif PACKETVER >= 20041005
-packetLen(0x0072, 15) // CZ_ENTER
+packetLen(0x0072, 15)
#elif PACKETVER >= 20040920
-packetLen(0x0072, 13) // CZ_ENTER
+packetLen(0x0072, 13)
#elif PACKETVER >= 20040906
-packetLen(0x0072, 17) // CZ_ENTER
+packetLen(0x0072, 17)
#elif PACKETVER >= 20040809
-packetLen(0x0072, 10) // CZ_ENTER
+packetLen(0x0072, 10)
#elif PACKETVER >= 20040726
-packetLen(0x0072, 14) // CZ_ENTER
+packetLen(0x0072, 14)
#elif PACKETVER >= 20040712
-packetLen(0x0072, 39) // CZ_ENTER
+packetLen(0x0072, 39)
#elif PACKETVER >= 20040705
-packetLen(0x0072, 22) // CZ_ENTER
+packetLen(0x0072, 22)
#elif PACKETVER >= 20040107
-packetLen(0x0072, 19) // CZ_ENTER
+packetLen(0x0072, 19)
#endif
// Packet: 0x0073
-packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 11)
// Packet: 0x0074
-packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+packetLen(0x0074, 3)
// Packet: 0x0075
-packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, -1)
// Packet: 0x0076
-packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+packetLen(0x0076, 9)
// Packet: 0x0077
-packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 5)
// Packet: 0x0078
-packetLen(0x0078, 54) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, 54)
// Packet: 0x0079
-packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, 53)
// Packet: 0x007a
-packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, 58)
// Packet: 0x007b
-packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, 60)
// Packet: 0x007c
-packetLen(0x007c, 41) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, 41)
// Packet: 0x007d
-packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, 2)
// Packet: 0x007e
#if PACKETVER >= 20041220
-packetLen(0x007e, 34) // CZ_REQUEST_TIME
+packetLen(0x007e, 34)
#elif PACKETVER >= 20041216
-packetLen(0x007e, 6) // CZ_REQUEST_TIME
+packetLen(0x007e, 6)
#elif PACKETVER >= 20041129
-packetLen(0x007e, 34) // CZ_REQUEST_TIME
+packetLen(0x007e, 34)
#elif PACKETVER >= 20041005
-packetLen(0x007e, 14) // CZ_REQUEST_TIME
+packetLen(0x007e, 14)
#elif PACKETVER >= 20040920
-packetLen(0x007e, 13) // CZ_REQUEST_TIME
+packetLen(0x007e, 13)
#elif PACKETVER >= 20040906
-packetLen(0x007e, 15) // CZ_REQUEST_TIME
+packetLen(0x007e, 15)
#elif PACKETVER >= 20040809
-packetLen(0x007e, 26) // CZ_REQUEST_TIME
+packetLen(0x007e, 26)
#elif PACKETVER >= 20040726
-packetLen(0x007e, 33) // CZ_REQUEST_TIME
+packetLen(0x007e, 33)
#elif PACKETVER >= 20040107
-packetLen(0x007e, 6) // CZ_REQUEST_TIME
+packetLen(0x007e, 6)
#endif
// Packet: 0x007f
-packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+packetLen(0x007f, 6)
// Packet: 0x0080
-packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+packetLen(0x0080, 7)
// Packet: 0x0081
-packetLen(0x0081, 3) // SC_NOTIFY_BAN
+packetLen(0x0081, 3)
// Packet: 0x0082
-packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+packetLen(0x0082, 2)
// Packet: 0x0083
-packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 2)
// Packet: 0x0084
-packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+packetLen(0x0084, 2)
// Packet: 0x0085
#if PACKETVER >= 20041220
-packetLen(0x0085, -1) // CZ_REQUEST_MOVE
+packetLen(0x0085, -1)
#elif PACKETVER >= 20041216
-packetLen(0x0085, 5) // CZ_REQUEST_MOVE
+packetLen(0x0085, 5)
#elif PACKETVER >= 20041129
-packetLen(0x0085, -1) // CZ_REQUEST_MOVE
+packetLen(0x0085, -1)
#elif PACKETVER >= 20041025
-packetLen(0x0085, 19) // CZ_REQUEST_MOVE
+packetLen(0x0085, 19)
#elif PACKETVER >= 20041005
-packetLen(0x0085, 18) // CZ_REQUEST_MOVE
+packetLen(0x0085, 18)
#elif PACKETVER >= 20040920
-packetLen(0x0085, 15) // CZ_REQUEST_MOVE
+packetLen(0x0085, 15)
#elif PACKETVER >= 20040906
-packetLen(0x0085, 17) // CZ_REQUEST_MOVE
+packetLen(0x0085, 17)
#elif PACKETVER >= 20040809
-packetLen(0x0085, 25) // CZ_REQUEST_MOVE
+packetLen(0x0085, 25)
#elif PACKETVER >= 20040726
-packetLen(0x0085, 20) // CZ_REQUEST_MOVE
+packetLen(0x0085, 20)
#elif PACKETVER >= 20040712
-packetLen(0x0085, 9) // CZ_REQUEST_MOVE
+packetLen(0x0085, 9)
#elif PACKETVER >= 20040705
-packetLen(0x0085, 8) // CZ_REQUEST_MOVE
+packetLen(0x0085, 8)
#elif PACKETVER >= 20040107
-packetLen(0x0085, 5) // CZ_REQUEST_MOVE
+packetLen(0x0085, 5)
#endif
// Packet: 0x0086
-packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 16)
// Packet: 0x0087
-packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 12)
// Packet: 0x0088
-packetLen(0x0088, 10) // ZC_STOPMOVE
+packetLen(0x0088, 10)
// Packet: 0x0089
#if PACKETVER >= 20041220
-packetLen(0x0089, 9) // CZ_REQUEST_ACT
+packetLen(0x0089, 9)
#elif PACKETVER >= 20041216
-packetLen(0x0089, 7) // CZ_REQUEST_ACT
+packetLen(0x0089, 7)
#elif PACKETVER >= 20041129
-packetLen(0x0089, 9) // CZ_REQUEST_ACT
+packetLen(0x0089, 9)
#elif PACKETVER >= 20041025
-packetLen(0x0089, 8) // CZ_REQUEST_ACT
+packetLen(0x0089, 8)
#elif PACKETVER >= 20041005
-packetLen(0x0089, 7) // CZ_REQUEST_ACT
+packetLen(0x0089, 7)
#elif PACKETVER >= 20040920
-packetLen(0x0089, 6) // CZ_REQUEST_ACT
+packetLen(0x0089, 6)
#elif PACKETVER >= 20040906
-packetLen(0x0089, 7) // CZ_REQUEST_ACT
+packetLen(0x0089, 7)
#elif PACKETVER >= 20040809
-packetLen(0x0089, 11) // CZ_REQUEST_ACT
+packetLen(0x0089, 11)
#elif PACKETVER >= 20040726
-packetLen(0x0089, 15) // CZ_REQUEST_ACT
+packetLen(0x0089, 15)
#elif PACKETVER >= 20040107
-packetLen(0x0089, 7) // CZ_REQUEST_ACT
+packetLen(0x0089, 7)
#endif
// Packet: 0x008a
-packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+packetLen(0x008a, 29)
// Packet: 0x008b
-packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+packetLen(0x008b, 23)
// Packet: 0x008c
#if PACKETVER >= 20041220
@@ -250,159 +250,159 @@ packetLen(0x008c, 22)
#elif PACKETVER >= 20040726
packetLen(0x008c, 23)
#elif PACKETVER >= 20040107
-packetLen(0x008c, -1) // CZ_REQUEST_CHAT
+packetLen(0x008c, -1)
#endif
// Packet: 0x008d
-packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+packetLen(0x008d, -1)
// Packet: 0x008e
-packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, -1)
// Packet: 0x0090
-packetLen(0x0090, 7) // CZ_CONTACTNPC
+packetLen(0x0090, 7)
// Packet: 0x0091
-packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, 22)
// Packet: 0x0092
-packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 28)
// Packet: 0x0093
-packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+packetLen(0x0093, 2)
// Packet: 0x0094
#if PACKETVER >= 20041220
-packetLen(0x0094, 20) // CZ_REQNAME
+packetLen(0x0094, 20)
#elif PACKETVER >= 20041216
-packetLen(0x0094, 6) // CZ_REQNAME
+packetLen(0x0094, 6)
#elif PACKETVER >= 20041129
-packetLen(0x0094, 20) // CZ_REQNAME
+packetLen(0x0094, 20)
#elif PACKETVER >= 20041025
-packetLen(0x0094, 10) // CZ_REQNAME
+packetLen(0x0094, 10)
#elif PACKETVER >= 20040920
-packetLen(0x0094, 12) // CZ_REQNAME
+packetLen(0x0094, 12)
#elif PACKETVER >= 20040906
-packetLen(0x0094, 10) // CZ_REQNAME
+packetLen(0x0094, 10)
#elif PACKETVER >= 20040809
-packetLen(0x0094, 8) // CZ_REQNAME
+packetLen(0x0094, 8)
#elif PACKETVER >= 20040726
-packetLen(0x0094, 10) // CZ_REQNAME
+packetLen(0x0094, 10)
#elif PACKETVER >= 20040107
-packetLen(0x0094, 6) // CZ_REQNAME
+packetLen(0x0094, 6)
#endif
// Packet: 0x0095
-packetLen(0x0095, 30) // ZC_ACK_REQNAME
+packetLen(0x0095, 30)
// Packet: 0x0096
-packetLen(0x0096, -1) // CZ_WHISPER
+packetLen(0x0096, -1)
// Packet: 0x0097
-packetLen(0x0097, -1) // ZC_WHISPER
+packetLen(0x0097, -1)
// Packet: 0x0098
-packetLen(0x0098, 3) // ZC_ACK_WHISPER
+packetLen(0x0098, 3)
// Packet: 0x0099
-packetLen(0x0099, -1) // CZ_BROADCAST
+packetLen(0x0099, -1)
// Packet: 0x009a
-packetLen(0x009a, -1) // ZC_BROADCAST
+packetLen(0x009a, -1)
// Packet: 0x009b
#if PACKETVER >= 20041220
-packetLen(0x009b, 2) // CZ_CHANGE_DIRECTION
+packetLen(0x009b, 2)
#elif PACKETVER >= 20041216
-packetLen(0x009b, 5) // CZ_CHANGE_DIRECTION
+packetLen(0x009b, 5)
#elif PACKETVER >= 20041129
-packetLen(0x009b, 2) // CZ_CHANGE_DIRECTION
+packetLen(0x009b, 2)
#elif PACKETVER >= 20041025
-packetLen(0x009b, 11) // CZ_CHANGE_DIRECTION
+packetLen(0x009b, 11)
#elif PACKETVER >= 20041005
-packetLen(0x009b, 13) // CZ_CHANGE_DIRECTION
+packetLen(0x009b, 13)
#elif PACKETVER >= 20040920
-packetLen(0x009b, 10) // CZ_CHANGE_DIRECTION
+packetLen(0x009b, 10)
#elif PACKETVER >= 20040906
-packetLen(0x009b, 16) // CZ_CHANGE_DIRECTION
+packetLen(0x009b, 16)
#elif PACKETVER >= 20040809
-packetLen(0x009b, 8) // CZ_CHANGE_DIRECTION
+packetLen(0x009b, 8)
#elif PACKETVER >= 20040726
-packetLen(0x009b, 6) // CZ_CHANGE_DIRECTION
+packetLen(0x009b, 6)
#elif PACKETVER >= 20040712
-packetLen(0x009b, 13) // CZ_CHANGE_DIRECTION
+packetLen(0x009b, 13)
#elif PACKETVER >= 20040107
-packetLen(0x009b, 5) // CZ_CHANGE_DIRECTION
+packetLen(0x009b, 5)
#endif
// Packet: 0x009c
-packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, 9)
// Packet: 0x009d
-packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+packetLen(0x009d, 17)
// Packet: 0x009e
-packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 17)
// Packet: 0x009f
#if PACKETVER >= 20041220
-packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+packetLen(0x009f, 20)
#elif PACKETVER >= 20041216
-packetLen(0x009f, 6) // CZ_ITEM_PICKUP
+packetLen(0x009f, 6)
#elif PACKETVER >= 20041129
-packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+packetLen(0x009f, 20)
#elif PACKETVER >= 20040906
-packetLen(0x009f, -1) // CZ_ITEM_PICKUP
+packetLen(0x009f, -1)
#elif PACKETVER >= 20040809
-packetLen(0x009f, 11) // CZ_ITEM_PICKUP
+packetLen(0x009f, 11)
#elif PACKETVER >= 20040726
-packetLen(0x009f, 13) // CZ_ITEM_PICKUP
+packetLen(0x009f, 13)
#elif PACKETVER >= 20040712
-packetLen(0x009f, 10) // CZ_ITEM_PICKUP
+packetLen(0x009f, 10)
#elif PACKETVER >= 20040107
-packetLen(0x009f, 6) // CZ_ITEM_PICKUP
+packetLen(0x009f, 6)
#endif
// Packet: 0x00a0
-packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, 23)
// Packet: 0x00a1
-packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, 6)
// Packet: 0x00a2
#if PACKETVER >= 20041220
-packetLen(0x00a2, 9) // CZ_ITEM_THROW
+packetLen(0x00a2, 9)
#elif PACKETVER >= 20041216
-packetLen(0x00a2, 6) // CZ_ITEM_THROW
+packetLen(0x00a2, 6)
#elif PACKETVER >= 20041129
-packetLen(0x00a2, 9) // CZ_ITEM_THROW
+packetLen(0x00a2, 9)
#elif PACKETVER >= 20041025
-packetLen(0x00a2, 15) // CZ_ITEM_THROW
+packetLen(0x00a2, 15)
#elif PACKETVER >= 20041005
-packetLen(0x00a2, 14) // CZ_ITEM_THROW
+packetLen(0x00a2, 14)
#elif PACKETVER >= 20040920
-packetLen(0x00a2, 16) // CZ_ITEM_THROW
+packetLen(0x00a2, 16)
#elif PACKETVER >= 20040906
-packetLen(0x00a2, 7) // CZ_ITEM_THROW
+packetLen(0x00a2, 7)
#elif PACKETVER >= 20040809
-packetLen(0x00a2, 102) // CZ_ITEM_THROW
+packetLen(0x00a2, 102)
#elif PACKETVER >= 20040726
-packetLen(0x00a2, 103) // CZ_ITEM_THROW
+packetLen(0x00a2, 103)
#elif PACKETVER >= 20040107
-packetLen(0x00a2, 6) // CZ_ITEM_THROW
+packetLen(0x00a2, 6)
#endif
// Packet: 0x00a3
-packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, -1)
// Packet: 0x00a4
-packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, -1)
// Packet: 0x00a5
-packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, -1)
// Packet: 0x00a6
-packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, -1)
// Packet: 0x00a7
#if PACKETVER >= 20041220
@@ -428,1382 +428,1382 @@ packetLen(0x00a7, 17)
#elif PACKETVER >= 20040705
packetLen(0x00a7, 13)
#elif PACKETVER >= 20040107
-packetLen(0x00a7, 8) // CZ_USE_ITEM
+packetLen(0x00a7, 8)
#endif
// Packet: 0x00a8
-packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 7)
// Packet: 0x00a9
-packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, 6)
// Packet: 0x00aa
-packetLen(0x00aa, 7) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 7)
// Packet: 0x00ab
-packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, 4)
// Packet: 0x00ac
-packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, 7)
// Packet: 0x00ae
-packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+packetLen(0x00ae, -1)
// Packet: 0x00af
-packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, 6)
// Packet: 0x00b0
-packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+packetLen(0x00b0, 8)
// Packet: 0x00b1
-packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, 8)
// Packet: 0x00b2
-packetLen(0x00b2, 3) // CZ_RESTART
+packetLen(0x00b2, 3)
// Packet: 0x00b3
-packetLen(0x00b3, 3) // ZC_RESTART_ACK
+packetLen(0x00b3, 3)
// Packet: 0x00b4
-packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+packetLen(0x00b4, -1)
// Packet: 0x00b5
-packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 6)
// Packet: 0x00b6
-packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 6)
// Packet: 0x00b7
-packetLen(0x00b7, -1) // ZC_MENU_LIST
+packetLen(0x00b7, -1)
// Packet: 0x00b8
-packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+packetLen(0x00b8, 7)
// Packet: 0x00b9
-packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, 6)
// Packet: 0x00ba
-packetLen(0x00ba, 2) // CZ_REQ_STATUS
+packetLen(0x00ba, 2)
// Packet: 0x00bb
-packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+packetLen(0x00bb, 5)
// Packet: 0x00bc
-packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 6)
// Packet: 0x00bd
-packetLen(0x00bd, 44) // ZC_STATUS
+packetLen(0x00bd, 44)
// Packet: 0x00be
-packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+packetLen(0x00be, 5)
// Packet: 0x00bf
-packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+packetLen(0x00bf, 3)
// Packet: 0x00c0
-packetLen(0x00c0, 7) // ZC_EMOTION
+packetLen(0x00c0, 7)
// Packet: 0x00c1
-packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, 2)
// Packet: 0x00c2
-packetLen(0x00c2, 6) // ZC_USER_COUNT
+packetLen(0x00c2, 6)
// Packet: 0x00c3
-packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, 8)
// Packet: 0x00c4
-packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, 6)
// Packet: 0x00c5
-packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, 7)
// Packet: 0x00c6
-packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, -1)
// Packet: 0x00c7
-packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, -1)
// Packet: 0x00c8
-packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, -1)
// Packet: 0x00c9
-packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, -1)
// Packet: 0x00ca
-packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, 3)
// Packet: 0x00cb
-packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+packetLen(0x00cb, 3)
// Packet: 0x00cc
-packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, 6)
// Packet: 0x00cd
-packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+packetLen(0x00cd, 3)
// Packet: 0x00ce
-packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 2)
// Packet: 0x00cf
-packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 27)
// Packet: 0x00d0
-packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, 3)
// Packet: 0x00d1
-packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, 4)
// Packet: 0x00d2
-packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 4)
// Packet: 0x00d3
-packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 2)
// Packet: 0x00d4
-packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+packetLen(0x00d4, -1)
// Packet: 0x00d5
-packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, -1)
// Packet: 0x00d6
-packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 3)
// Packet: 0x00d7
-packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, -1)
// Packet: 0x00d8
-packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+packetLen(0x00d8, 6)
// Packet: 0x00d9
-packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, 14)
// Packet: 0x00da
-packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, 3)
// Packet: 0x00db
-packetLen(0x00db, -1) // ZC_ENTER_ROOM
+packetLen(0x00db, -1)
// Packet: 0x00dc
-packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 28)
// Packet: 0x00dd
-packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+packetLen(0x00dd, 29)
// Packet: 0x00de
-packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, -1)
// Packet: 0x00df
-packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, -1)
// Packet: 0x00e0
-packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, 30)
// Packet: 0x00e1
-packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+packetLen(0x00e1, 30)
// Packet: 0x00e2
-packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, 26)
// Packet: 0x00e3
-packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+packetLen(0x00e3, 2)
// Packet: 0x00e4
-packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 6)
// Packet: 0x00e5
-packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 26)
// Packet: 0x00e6
-packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, 3)
// Packet: 0x00e7
-packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 3)
// Packet: 0x00e8
-packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, 8)
// Packet: 0x00e9
-packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 19)
// Packet: 0x00ea
-packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 5)
// Packet: 0x00eb
-packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 2)
// Packet: 0x00ec
-packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 3)
// Packet: 0x00ed
-packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, 2)
// Packet: 0x00ee
-packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, 2)
// Packet: 0x00ef
-packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 2)
// Packet: 0x00f0
-packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 3)
// Packet: 0x00f1
-packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+packetLen(0x00f1, 2)
// Packet: 0x00f2
-packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 6)
// Packet: 0x00f3
#if PACKETVER >= 20041220
-packetLen(0x00f3, 23) // CZ_REQUEST_CHAT
+packetLen(0x00f3, 23)
#elif PACKETVER >= 20041216
-packetLen(0x00f3, 8) // CZ_REQUEST_CHAT
+packetLen(0x00f3, 8)
#elif PACKETVER >= 20041129
-packetLen(0x00f3, 23) // CZ_REQUEST_CHAT
+packetLen(0x00f3, 23)
#elif PACKETVER >= 20041025
-packetLen(0x00f3, 11) // CZ_REQUEST_CHAT
+packetLen(0x00f3, 11)
#elif PACKETVER >= 20041005
-packetLen(0x00f3, 8) // CZ_REQUEST_CHAT
+packetLen(0x00f3, 8)
#elif PACKETVER >= 20040920
-packetLen(0x00f3, 15) // CZ_REQUEST_CHAT
+packetLen(0x00f3, 15)
#elif PACKETVER >= 20040906
-packetLen(0x00f3, 12) // CZ_REQUEST_CHAT
+packetLen(0x00f3, 12)
#elif PACKETVER >= 20040726
-packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+packetLen(0x00f3, -1)
#elif PACKETVER >= 20040107
-packetLen(0x00f3, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE
+packetLen(0x00f3, 8)
#endif
// Packet: 0x00f4
-packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 21)
// Packet: 0x00f5
#if PACKETVER >= 20041220
-packetLen(0x00f5, 32) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+packetLen(0x00f5, 32)
#elif PACKETVER >= 20041216
-packetLen(0x00f5, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+packetLen(0x00f5, 8)
#elif PACKETVER >= 20041129
-packetLen(0x00f5, 32) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+packetLen(0x00f5, 32)
#elif PACKETVER >= 20041025
-packetLen(0x00f5, 26) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+packetLen(0x00f5, 26)
#elif PACKETVER >= 20040920
-packetLen(0x00f5, 29) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+packetLen(0x00f5, 29)
#elif PACKETVER >= 20040906
-packetLen(0x00f5, 43) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+packetLen(0x00f5, 43)
#elif PACKETVER >= 20040809
-packetLen(0x00f5, 14) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+packetLen(0x00f5, 14)
#elif PACKETVER >= 20040726
-packetLen(0x00f5, 17) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+packetLen(0x00f5, 17)
#elif PACKETVER >= 20040107
-packetLen(0x00f5, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+packetLen(0x00f5, 8)
#endif
// Packet: 0x00f6
-packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 8)
// Packet: 0x00f7
#if PACKETVER >= 20041220
-packetLen(0x00f7, 11) // CZ_REQUEST_TIME
+packetLen(0x00f7, 11)
#elif PACKETVER >= 20041216
-packetLen(0x00f7, 2) // CZ_REQUEST_TIME
+packetLen(0x00f7, 2)
#elif PACKETVER >= 20041129
-packetLen(0x00f7, 11) // CZ_REQUEST_TIME
+packetLen(0x00f7, 11)
#elif PACKETVER >= 20040906
-packetLen(0x00f7, 2) // CZ_REQUEST_TIME
+packetLen(0x00f7, 2)
#elif PACKETVER >= 20040809
-packetLen(0x00f7, 8) // CZ_REQUEST_TIME
+packetLen(0x00f7, 8)
#elif PACKETVER >= 20040726
-packetLen(0x00f7, 10) // CZ_REQUEST_TIME
+packetLen(0x00f7, 10)
#elif PACKETVER >= 20040107
-packetLen(0x00f7, 2) // CZ_CLOSE_STORE
+packetLen(0x00f7, 2)
#endif
// Packet: 0x00f8
-packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+packetLen(0x00f8, 2)
// Packet: 0x00f9
-packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+packetLen(0x00f9, 26)
// Packet: 0x00fa
-packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, 3)
// Packet: 0x00fb
-packetLen(0x00fb, -1) // ZC_GROUP_LIST
+packetLen(0x00fb, -1)
// Packet: 0x00fc
-packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, 6)
// Packet: 0x00fd
-packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, 27)
// Packet: 0x00fe
-packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, 30)
// Packet: 0x00ff
-packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+packetLen(0x00ff, 10)
// Packet: 0x0100
-packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, 2)
// Packet: 0x0101
-packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, 6)
// Packet: 0x0102
-packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 6)
// Packet: 0x0103
-packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 30)
// Packet: 0x0104
-packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, 79)
// Packet: 0x0105
-packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, 31)
// Packet: 0x0106
-packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, 10)
// Packet: 0x0107
-packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, 10)
// Packet: 0x0108
-packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, -1)
// Packet: 0x0109
-packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, -1)
// Packet: 0x010a
-packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 4)
// Packet: 0x010b
-packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, 6)
// Packet: 0x010c
-packetLen(0x010c, 6) // ZC_MVP
+packetLen(0x010c, 6)
// Packet: 0x010d
-packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+packetLen(0x010d, 2)
// Packet: 0x010e
-packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, 11)
// Packet: 0x010f
-packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+packetLen(0x010f, -1)
// Packet: 0x0110
-packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, 10)
// Packet: 0x0111
-packetLen(0x0111, 39) // ZC_ADD_SKILL
+packetLen(0x0111, 39)
// Packet: 0x0112
-packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, 4)
// Packet: 0x0113
#if PACKETVER >= 20041220
-packetLen(0x0113, 114) // CZ_USE_SKILL
+packetLen(0x0113, 114)
#elif PACKETVER >= 20041216
-packetLen(0x0113, 10) // CZ_USE_SKILL
+packetLen(0x0113, 10)
#elif PACKETVER >= 20041129
-packetLen(0x0113, 114) // CZ_USE_SKILL
+packetLen(0x0113, 114)
#elif PACKETVER >= 20041025
-packetLen(0x0113, 8) // CZ_USE_SKILL
+packetLen(0x0113, 8)
#elif PACKETVER >= 20041005
-packetLen(0x0113, 7) // CZ_USE_SKILL
+packetLen(0x0113, 7)
#elif PACKETVER >= 20040920
-packetLen(0x0113, 9) // CZ_USE_SKILL
+packetLen(0x0113, 9)
#elif PACKETVER >= 20040906
-packetLen(0x0113, 10) // CZ_USE_SKILL
+packetLen(0x0113, 10)
#elif PACKETVER >= 20040809
-packetLen(0x0113, 14) // CZ_USE_SKILL
+packetLen(0x0113, 14)
#elif PACKETVER >= 20040726
-packetLen(0x0113, 16) // CZ_USE_SKILL
+packetLen(0x0113, 16)
#elif PACKETVER >= 20040712
-packetLen(0x0113, 19) // CZ_USE_SKILL
+packetLen(0x0113, 19)
#elif PACKETVER >= 20040705
-packetLen(0x0113, 15) // CZ_USE_SKILL
+packetLen(0x0113, 15)
#elif PACKETVER >= 20040107
-packetLen(0x0113, 10) // CZ_USE_SKILL
+packetLen(0x0113, 10)
#endif
// Packet: 0x0114
-packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+packetLen(0x0114, 31)
// Packet: 0x0115
-packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+packetLen(0x0115, 35)
// Packet: 0x0116
#if PACKETVER >= 20041220
-packetLen(0x0116, 20) // CZ_USE_SKILL_TOGROUND
+packetLen(0x0116, 20)
#elif PACKETVER >= 20041216
-packetLen(0x0116, 10) // CZ_USE_SKILL_TOGROUND
+packetLen(0x0116, 10)
#elif PACKETVER >= 20041129
-packetLen(0x0116, 20) // CZ_USE_SKILL_TOGROUND
+packetLen(0x0116, 20)
#elif PACKETVER >= 20041025
-packetLen(0x0116, 8) // CZ_USE_SKILL_TOGROUND
+packetLen(0x0116, 8)
#elif PACKETVER >= 20041005
-packetLen(0x0116, 7) // CZ_USE_SKILL_TOGROUND
+packetLen(0x0116, 7)
#elif PACKETVER >= 20040920
-packetLen(0x0116, 9) // CZ_USE_SKILL_TOGROUND
+packetLen(0x0116, 9)
#elif PACKETVER >= 20040906
-packetLen(0x0116, 10) // CZ_USE_SKILL_TOGROUND
+packetLen(0x0116, 10)
#elif PACKETVER >= 20040726
-packetLen(0x0116, 2) // CZ_USE_SKILL_TOGROUND
+packetLen(0x0116, 2)
#elif PACKETVER >= 20040712
-packetLen(0x0116, 19) // CZ_USE_SKILL_TOGROUND
+packetLen(0x0116, 19)
#elif PACKETVER >= 20040705
-packetLen(0x0116, 15) // CZ_USE_SKILL_TOGROUND
+packetLen(0x0116, 15)
#elif PACKETVER >= 20040107
-packetLen(0x0116, 10) // CZ_USE_SKILL_TOGROUND
+packetLen(0x0116, 10)
#endif
// Packet: 0x0117
-packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, 18)
// Packet: 0x0118
-packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+packetLen(0x0118, 2)
// Packet: 0x0119
-packetLen(0x0119, 13) // ZC_STATE_CHANGE
+packetLen(0x0119, 13)
// Packet: 0x011a
-packetLen(0x011a, 15) // ZC_USE_SKILL
+packetLen(0x011a, 15)
// Packet: 0x011b
-packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, 20)
// Packet: 0x011c
-packetLen(0x011c, 68) // ZC_WARPLIST
+packetLen(0x011c, 68)
// Packet: 0x011d
-packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 2)
// Packet: 0x011e
-packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, 3)
// Packet: 0x011f
-packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+packetLen(0x011f, 16)
// Packet: 0x0120
-packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, 6)
// Packet: 0x0121
-packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, 14)
// Packet: 0x0122
-packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, -1)
// Packet: 0x0123
-packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, -1)
// Packet: 0x0124
-packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 21)
// Packet: 0x0125
-packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 8)
// Packet: 0x0126
-packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 8)
// Packet: 0x0127
-packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, 8)
// Packet: 0x0128
-packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 8)
// Packet: 0x0129
-packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, 8)
// Packet: 0x012a
-packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+packetLen(0x012a, 2)
// Packet: 0x012b
-packetLen(0x012b, 2) // ZC_CARTOFF
+packetLen(0x012b, 2)
// Packet: 0x012c
-packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 3)
// Packet: 0x012d
-packetLen(0x012d, 4) // ZC_OPENSTORE
+packetLen(0x012d, 4)
// Packet: 0x012e
-packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, 2)
// Packet: 0x012f
-packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+packetLen(0x012f, -1)
// Packet: 0x0130
-packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, 6)
// Packet: 0x0131
-packetLen(0x0131, 86) // ZC_STORE_ENTRY
+packetLen(0x0131, 86)
// Packet: 0x0132
-packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, 6)
// Packet: 0x0133
-packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, -1)
// Packet: 0x0134
-packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, -1)
// Packet: 0x0135
-packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, 7)
// Packet: 0x0136
-packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, -1)
// Packet: 0x0137
-packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, 6)
// Packet: 0x0138
-packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+packetLen(0x0138, 3)
// Packet: 0x0139
-packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, 16)
// Packet: 0x013a
-packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+packetLen(0x013a, 4)
// Packet: 0x013b
-packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+packetLen(0x013b, 4)
// Packet: 0x013c
-packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+packetLen(0x013c, 4)
// Packet: 0x013d
-packetLen(0x013d, 6) // ZC_RECOVERY
+packetLen(0x013d, 6)
// Packet: 0x013e
-packetLen(0x013e, 24) // ZC_USESKILL_ACK
+packetLen(0x013e, 24)
// Packet: 0x013f
-packetLen(0x013f, 26) // CZ_ITEM_CREATE
+packetLen(0x013f, 26)
// Packet: 0x0140
-packetLen(0x0140, 22) // CZ_MOVETO_MAP
+packetLen(0x0140, 22)
// Packet: 0x0141
-packetLen(0x0141, 14) // ZC_COUPLESTATUS
+packetLen(0x0141, 14)
// Packet: 0x0142
-packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+packetLen(0x0142, 6)
// Packet: 0x0143
-packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+packetLen(0x0143, 10)
// Packet: 0x0144
-packetLen(0x0144, 23) // ZC_COMPASS
+packetLen(0x0144, 23)
// Packet: 0x0145
-packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+packetLen(0x0145, 19)
// Packet: 0x0146
-packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+packetLen(0x0146, 6)
// Packet: 0x0147
-packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+packetLen(0x0147, 39)
// Packet: 0x0148
-packetLen(0x0148, 8) // ZC_RESURRECTION
+packetLen(0x0148, 8)
// Packet: 0x0149
-packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, 9)
// Packet: 0x014a
-packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+packetLen(0x014a, 6)
// Packet: 0x014b
-packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+packetLen(0x014b, 27)
// Packet: 0x014c
-packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, -1)
// Packet: 0x014d
-packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 2)
// Packet: 0x014e
-packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+packetLen(0x014e, 6)
// Packet: 0x014f
-packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, 6)
// Packet: 0x0150
-packetLen(0x0150, 110) // ZC_GUILD_INFO
+packetLen(0x0150, 110)
// Packet: 0x0151
-packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+packetLen(0x0151, 6)
// Packet: 0x0152
-packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+packetLen(0x0152, -1)
// Packet: 0x0153
-packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+packetLen(0x0153, -1)
// Packet: 0x0154
-packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, -1)
// Packet: 0x0155
-packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, -1)
// Packet: 0x0156
-packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+packetLen(0x0156, -1)
// Packet: 0x0157
-packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+packetLen(0x0157, 6)
// Packet: 0x0158
-packetLen(0x0158, -1) // ZC_ACK_OPEN_MEMBER_INFO
+packetLen(0x0158, -1)
// Packet: 0x0159
-packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, 54)
// Packet: 0x015a
-packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 66)
// Packet: 0x015b
-packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 54)
// Packet: 0x015c
-packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, 90)
// Packet: 0x015d
-packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+packetLen(0x015d, 42)
// Packet: 0x015e
-packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, 6)
// Packet: 0x015f
-packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+packetLen(0x015f, 42)
// Packet: 0x0160
-packetLen(0x0160, -1) // ZC_POSITION_INFO
+packetLen(0x0160, -1)
// Packet: 0x0161
-packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, -1)
// Packet: 0x0162
-packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, -1)
// Packet: 0x0163
-packetLen(0x0163, -1) // ZC_BAN_LIST
+packetLen(0x0163, -1)
// Packet: 0x0164
-packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+packetLen(0x0164, -1)
// Packet: 0x0165
-packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, 30)
// Packet: 0x0166
-packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, -1)
// Packet: 0x0167
-packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 3)
// Packet: 0x0168
-packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, 14)
// Packet: 0x0169
-packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 3)
// Packet: 0x016a
-packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, 30)
// Packet: 0x016b
-packetLen(0x016b, 10) // CZ_JOIN_GUILD
+packetLen(0x016b, 10)
// Packet: 0x016c
-packetLen(0x016c, 43) // ZC_UPDATE_GDID
+packetLen(0x016c, 43)
// Packet: 0x016d
-packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 14)
// Packet: 0x016e
-packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+packetLen(0x016e, 186)
// Packet: 0x016f
-packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+packetLen(0x016f, 182)
// Packet: 0x0170
-packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 14)
// Packet: 0x0171
-packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, 30)
// Packet: 0x0172
-packetLen(0x0172, 10) // CZ_ALLY_GUILD
+packetLen(0x0172, 10)
// Packet: 0x0173
-packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+packetLen(0x0173, 3)
// Packet: 0x0174
-packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0174, -1)
// Packet: 0x0175
-packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+packetLen(0x0175, 6)
// Packet: 0x0176
-packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+packetLen(0x0176, 106)
// Packet: 0x0177
-packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, -1)
// Packet: 0x0178
-packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, 4)
// Packet: 0x0179
-packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 5)
// Packet: 0x017a
-packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, 4)
// Packet: 0x017b
-packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, -1)
// Packet: 0x017c
-packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, 6)
// Packet: 0x017d
-packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 7)
// Packet: 0x017e
-packetLen(0x017e, -1) // CZ_GUILD_CHAT
+packetLen(0x017e, -1)
// Packet: 0x017f
-packetLen(0x017f, -1) // ZC_GUILD_CHAT
+packetLen(0x017f, -1)
// Packet: 0x0180
-packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+packetLen(0x0180, 6)
// Packet: 0x0181
-packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+packetLen(0x0181, 3)
// Packet: 0x0182
-packetLen(0x0182, 106) // ZC_MEMBER_ADD
+packetLen(0x0182, 106)
// Packet: 0x0183
-packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+packetLen(0x0183, 10)
// Packet: 0x0184
-packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+packetLen(0x0184, 10)
// Packet: 0x0185
-packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+packetLen(0x0185, 34)
// Packet: 0x0187
-packetLen(0x0187, 6) // CH_UNKNOWN_PING
+packetLen(0x0187, 6)
// Packet: 0x0188
-packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, 8)
// Packet: 0x0189
-packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, 4)
// Packet: 0x018a
-packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+packetLen(0x018a, 4)
// Packet: 0x018b
-packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, 4)
// Packet: 0x018c
-packetLen(0x018c, 29) // ZC_MONSTER_INFO
+packetLen(0x018c, 29)
// Packet: 0x018d
-packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, -1)
// Packet: 0x018e
-packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+packetLen(0x018e, 10)
// Packet: 0x018f
-packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 6)
// Packet: 0x0190
#if PACKETVER >= 20041220
-packetLen(0x0190, 17) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+packetLen(0x0190, 17)
#elif PACKETVER >= 20041216
-packetLen(0x0190, 90) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+packetLen(0x0190, 90)
#elif PACKETVER >= 20041129
-packetLen(0x0190, 17) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+packetLen(0x0190, 17)
#elif PACKETVER >= 20041025
-packetLen(0x0190, 25) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+packetLen(0x0190, 25)
#elif PACKETVER >= 20041005
-packetLen(0x0190, 22) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+packetLen(0x0190, 22)
#elif PACKETVER >= 20040920
-packetLen(0x0190, 26) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+packetLen(0x0190, 26)
#elif PACKETVER >= 20040906
-packetLen(0x0190, 24) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+packetLen(0x0190, 24)
#elif PACKETVER >= 20040809
-packetLen(0x0190, 22) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+packetLen(0x0190, 22)
#elif PACKETVER >= 20040726
-packetLen(0x0190, 26) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+packetLen(0x0190, 26)
#elif PACKETVER >= 20040712
-packetLen(0x0190, 99) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+packetLen(0x0190, 99)
#elif PACKETVER >= 20040705
-packetLen(0x0190, 95) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+packetLen(0x0190, 95)
#elif PACKETVER >= 20040107
-packetLen(0x0190, 90) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+packetLen(0x0190, 90)
#endif
// Packet: 0x0191
-packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+packetLen(0x0191, 86)
// Packet: 0x0192
-packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+packetLen(0x0192, 24)
// Packet: 0x0193
#if PACKETVER >= 20041220
-packetLen(0x0193, 21) // CZ_REQNAME_BYGID
+packetLen(0x0193, 21)
#elif PACKETVER >= 20041216
-packetLen(0x0193, 6) // CZ_REQNAME_BYGID
+packetLen(0x0193, 6)
#elif PACKETVER >= 20041129
-packetLen(0x0193, 21) // CZ_REQNAME_BYGID
+packetLen(0x0193, 21)
#elif PACKETVER >= 20041025
-packetLen(0x0193, 22) // CZ_REQNAME_BYGID
+packetLen(0x0193, 22)
#elif PACKETVER >= 20041005
-packetLen(0x0193, 21) // CZ_REQNAME_BYGID
+packetLen(0x0193, 21)
#elif PACKETVER >= 20040920
-packetLen(0x0193, 22) // CZ_REQNAME_BYGID
+packetLen(0x0193, 22)
#elif PACKETVER >= 20040906
-packetLen(0x0193, 21) // CZ_REQNAME_BYGID
+packetLen(0x0193, 21)
#elif PACKETVER >= 20040809
-packetLen(0x0193, 19) // CZ_REQNAME_BYGID
+packetLen(0x0193, 19)
#elif PACKETVER >= 20040726
-packetLen(0x0193, 9) // CZ_REQNAME_BYGID
+packetLen(0x0193, 9)
#elif PACKETVER >= 20040107
-packetLen(0x0193, 6) // CZ_REQNAME_BYGID
+packetLen(0x0193, 6)
#endif
// Packet: 0x0194
-packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 30)
// Packet: 0x0195
-packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 102)
// Packet: 0x0196
-packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, 9)
// Packet: 0x0197
-packetLen(0x0197, 4) // CZ_RESET
+packetLen(0x0197, 4)
// Packet: 0x0198
-packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+packetLen(0x0198, 8)
// Packet: 0x0199
-packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, 4)
// Packet: 0x019a
-packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 14)
// Packet: 0x019b
-packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 10)
// Packet: 0x019c
#if PACKETVER >= 20041213
-packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+packetLen(0x019c, -1)
#elif PACKETVER >= 20040107
-packetLen(0x019c, 4) // CZ_LOCALBROADCAST
+packetLen(0x019c, 4)
#endif
// Packet: 0x019d
-packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, 6)
// Packet: 0x019e
-packetLen(0x019e, 2) // ZC_START_CAPTURE
+packetLen(0x019e, 2)
// Packet: 0x019f
-packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, 6)
// Packet: 0x01a0
-packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, 3)
// Packet: 0x01a1
-packetLen(0x01a1, 3) // CZ_COMMAND_PET
+packetLen(0x01a1, 3)
// Packet: 0x01a2
-packetLen(0x01a2, 35) // ZC_PROPERTY_PET
+packetLen(0x01a2, 35)
// Packet: 0x01a3
-packetLen(0x01a3, 5) // ZC_FEED_PET
+packetLen(0x01a3, 5)
// Packet: 0x01a4
-packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, 11)
// Packet: 0x01a5
-packetLen(0x01a5, 26) // CZ_RENAME_PET
+packetLen(0x01a5, 26)
// Packet: 0x01a6
-packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+packetLen(0x01a6, -1)
// Packet: 0x01a7
-packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 4)
// Packet: 0x01a8
-packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+packetLen(0x01a8, 4)
// Packet: 0x01a9
-packetLen(0x01a9, 6) // CZ_PET_ACT
+packetLen(0x01a9, 6)
// Packet: 0x01aa
-packetLen(0x01aa, 10) // ZC_PET_ACT
+packetLen(0x01aa, 10)
// Packet: 0x01ab
-packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, 12)
// Packet: 0x01ac
-packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+packetLen(0x01ac, 6)
// Packet: 0x01ad
-packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, -1)
// Packet: 0x01ae
-packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, 4)
// Packet: 0x01af
-packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+packetLen(0x01af, 4)
// Packet: 0x01b0
-packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, 11)
// Packet: 0x01b1
-packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+packetLen(0x01b1, 7)
// Packet: 0x01b2
-packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, -1)
// Packet: 0x01b3
-packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, 67)
// Packet: 0x01b4
-packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+packetLen(0x01b4, 12)
// Packet: 0x01b5
-packetLen(0x01b5, 18) // SC_BILLING_INFO
+packetLen(0x01b5, 18)
// Packet: 0x01b6
-packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+packetLen(0x01b6, 114)
// Packet: 0x01b7
-packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+packetLen(0x01b7, 6)
// Packet: 0x01b8
-packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+packetLen(0x01b8, 3)
// Packet: 0x01b9
-packetLen(0x01b9, 6) // ZC_DISPEL
+packetLen(0x01b9, 6)
// Packet: 0x01ba
-packetLen(0x01ba, 26) // CZ_REMOVE_AID
+packetLen(0x01ba, 26)
// Packet: 0x01bb
-packetLen(0x01bb, 26) // CZ_SHIFT
+packetLen(0x01bb, 26)
// Packet: 0x01bc
-packetLen(0x01bc, 26) // CZ_RECALL
+packetLen(0x01bc, 26)
// Packet: 0x01bd
-packetLen(0x01bd, 26) // CZ_RECALL_GID
+packetLen(0x01bd, 26)
// Packet: 0x01be
-packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+packetLen(0x01be, 2)
// Packet: 0x01bf
-packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+packetLen(0x01bf, 3)
// Packet: 0x01c0
-packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+packetLen(0x01c0, 2)
// Packet: 0x01c1
-packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+packetLen(0x01c1, 14)
// Packet: 0x01c2
-packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+packetLen(0x01c2, 10)
// Packet: 0x01c3
-packetLen(0x01c3, -1) // ZC_BROADCAST2
+packetLen(0x01c3, -1)
// Packet: 0x01c4
-packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 22)
// Packet: 0x01c5
-packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 22)
// Packet: 0x01c6
-packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+packetLen(0x01c6, 4)
// Packet: 0x01c7
-packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+packetLen(0x01c7, 2)
// Packet: 0x01c8
-packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, 13)
// Packet: 0x01c9
-packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 97)
// Packet: 0x01ca
#if PACKETVER >= 20041213
-packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+packetLen(0x01ca, 3)
#endif
// Packet: 0x01cb
-packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+packetLen(0x01cb, 9)
// Packet: 0x01cc
-packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+packetLen(0x01cc, 9)
// Packet: 0x01cd
-packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, 30)
// Packet: 0x01ce
-packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, 6)
// Packet: 0x01cf
-packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+packetLen(0x01cf, 28)
// Packet: 0x01d0
-packetLen(0x01d0, 8) // ZC_SPIRITS
+packetLen(0x01d0, 8)
// Packet: 0x01d1
-packetLen(0x01d1, 14) // ZC_BLADESTOP
+packetLen(0x01d1, 14)
// Packet: 0x01d2
-packetLen(0x01d2, 10) // ZC_COMBODELAY
+packetLen(0x01d2, 10)
// Packet: 0x01d3
-packetLen(0x01d3, 35) // ZC_SOUND
+packetLen(0x01d3, 35)
// Packet: 0x01d4
-packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, 6)
// Packet: 0x01d5
#if PACKETVER >= 20041213
-packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, -1)
#elif PACKETVER >= 20040107
-packetLen(0x01d5, 8) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, 8)
#endif
// Packet: 0x01d6
-packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 4)
// Packet: 0x01d7
-packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 11)
// Packet: 0x01d8
-packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 54)
// Packet: 0x01d9
-packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 53)
// Packet: 0x01da
-packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 60)
// Packet: 0x01db
-packetLen(0x01db, 2) // CA_REQ_HASH
+packetLen(0x01db, 2)
// Packet: 0x01dc
-packetLen(0x01dc, -1) // AC_ACK_HASH
+packetLen(0x01dc, -1)
// Packet: 0x01dd
-packetLen(0x01dd, 47) // CA_LOGIN2
+packetLen(0x01dd, 47)
// Packet: 0x01de
-packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 33)
// Packet: 0x01df
-packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+packetLen(0x01df, 6)
// Packet: 0x01e0
-packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+packetLen(0x01e0, 30)
// Packet: 0x01e1
-packetLen(0x01e1, 8) // ZC_SPIRITS2
+packetLen(0x01e1, 8)
// Packet: 0x01e2
-packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+packetLen(0x01e2, 34)
// Packet: 0x01e3
-packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+packetLen(0x01e3, 14)
// Packet: 0x01e4
-packetLen(0x01e4, 2) // ZC_START_COUPLE
+packetLen(0x01e4, 2)
// Packet: 0x01e5
-packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+packetLen(0x01e5, 6)
// Packet: 0x01e6
-packetLen(0x01e6, 26) // ZC_COUPLENAME
+packetLen(0x01e6, 26)
// Packet: 0x01e7
-packetLen(0x01e7, 2) // CZ_DORIDORI
+packetLen(0x01e7, 2)
// Packet: 0x01e8
-packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 28)
// Packet: 0x01e9
-packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, 81)
// Packet: 0x01ea
-packetLen(0x01ea, 6) // ZC_CONGRATULATION
+packetLen(0x01ea, 6)
// Packet: 0x01eb
-packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, 10)
// Packet: 0x01ec
-packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+packetLen(0x01ec, 26)
// Packet: 0x01ed
-packetLen(0x01ed, 2) // CZ_CHOPOKGI
+packetLen(0x01ed, 2)
// Packet: 0x01ee
-packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, -1)
// Packet: 0x01ef
-packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, -1)
// Packet: 0x01f0
-packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, -1)
// Packet: 0x01f1
-packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+packetLen(0x01f1, -1)
// Packet: 0x01f2
-packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, 20)
// Packet: 0x01f3
#if PACKETVER >= 20040216
-packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+packetLen(0x01f3, 10)
#endif
// Packet: 0x01f4
#if PACKETVER >= 20040302
-packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, 32)
#endif
// Packet: 0x01f5
#if PACKETVER >= 20040302
-packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, 9)
#endif
// Packet: 0x01f6
#if PACKETVER >= 20040308
-packetLen(0x01f6, 34) // ZC_REQ_BABY
+packetLen(0x01f6, 34)
#endif
// Packet: 0x01f7
#if PACKETVER >= 20040308
-packetLen(0x01f7, 14) // CZ_JOIN_BABY
+packetLen(0x01f7, 14)
#endif
// Packet: 0x01f8
#if PACKETVER >= 20040308
-packetLen(0x01f8, 2) // ZC_START_BABY
+packetLen(0x01f8, 2)
#endif
// Packet: 0x01f9
#if PACKETVER >= 20040308
-packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+packetLen(0x01f9, 6)
#endif
// Packet: 0x01fa
#if PACKETVER >= 20040322
-packetLen(0x01fa, 48) // CA_LOGIN3
+packetLen(0x01fa, 48)
#endif
// Packet: 0x01fb
#if PACKETVER >= 20040419
-packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+packetLen(0x01fb, 56)
#endif
// Packet: 0x01fc
#if PACKETVER >= 20040420
-packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, -1)
#endif
// Packet: 0x01fd
#if PACKETVER >= 20040423
-packetLen(0x01fd, 4) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 4)
#endif
// Packet: 0x01fe
#if PACKETVER >= 20040426
-packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, 5)
#endif
// Packet: 0x01ff
#if PACKETVER >= 20040422
-packetLen(0x01ff, 10) // ZC_HIGHJUMP
+packetLen(0x01ff, 10)
#endif
// Packet: 0x0200
#if PACKETVER >= 20040517
-packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+packetLen(0x0200, 26)
#endif
// Packet: 0x0201
#if PACKETVER >= 20040705
-packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+packetLen(0x0201, -1)
#endif
// Packet: 0x0202
#if PACKETVER >= 20040705
-packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+packetLen(0x0202, 26)
#endif
// Packet: 0x0203
#if PACKETVER >= 20040705
-packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+packetLen(0x0203, 10)
#endif
// Packet: 0x0204
#if PACKETVER >= 20040531
-packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+packetLen(0x0204, 18)
#endif
// Packet: 0x0205
#if PACKETVER >= 20040628
-packetLen(0x0205, 26) // ZC_DIVORCE
+packetLen(0x0205, 26)
#endif
// Packet: 0x0206
#if PACKETVER >= 20040705
-packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+packetLen(0x0206, 11)
#endif
// Packet: 0x0207
#if PACKETVER >= 20040705
-packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, 34)
#endif
// Packet: 0x0208
#if PACKETVER >= 20040705
-packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, 14)
#endif
// Packet: 0x0209
#if PACKETVER >= 20040705
-packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, 36)
#endif
// Packet: 0x020a
#if PACKETVER >= 20040705
-packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 10)
#endif
// Packet: 0x020d
#if PACKETVER >= 20040621
-packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+packetLen(0x020d, -1)
#endif
// Packet: 0x020e
#if PACKETVER >= 20040705
-packetLen(0x020e, 24) // ZC_STARSKILL
+packetLen(0x020e, 24)
#endif
// Packet: 0x020f
#if PACKETVER >= 20041220
-packetLen(0x020f, 10) // CZ_REQ_PVPPOINT
+packetLen(0x020f, 10)
#elif PACKETVER >= 20041216
// removed
#elif PACKETVER >= 20040817
-packetLen(0x020f, 10) // CZ_REQ_PVPPOINT
+packetLen(0x020f, 10)
#endif
// Packet: 0x0210
#if PACKETVER >= 20041220
-packetLen(0x0210, 22) // ZC_ACK_PVPPOINT
+packetLen(0x0210, 22)
#elif PACKETVER >= 20041216
// removed
#elif PACKETVER >= 20040817
-packetLen(0x0210, 22) // ZC_ACK_PVPPOINT
+packetLen(0x0210, 22)
#endif
// Packet: 0x0212
#if PACKETVER >= 20040816
-packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+packetLen(0x0212, 26)
#endif
// Packet: 0x0213
#if PACKETVER >= 20040816
-packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+packetLen(0x0213, 26)
#endif
// Packet: 0x0214
#if PACKETVER >= 20040816
-packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+packetLen(0x0214, 42)
#endif
// Packet: 0x0215
#if PACKETVER >= 20041101
-packetLen(0x0215, 6) // ZC_SKILLMSG
+packetLen(0x0215, 6)
#endif
// Packet: 0x0216
#if PACKETVER >= 20041108
-packetLen(0x0216, 6) // ZC_BABYMSG
+packetLen(0x0216, 6)
#endif
// Packet: 0x0217
#if PACKETVER >= 20041108
-packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 2)
#endif
// Packet: 0x0218
#if PACKETVER >= 20041108
-packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, 2)
#endif
// Packet: 0x0219
#if PACKETVER >= 20041108
-packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 282)
#endif
// Packet: 0x021a
#if PACKETVER >= 20041108
-packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, 282)
#endif
// Packet: 0x021b
#if PACKETVER >= 20041108
-packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, 10)
#endif
// Packet: 0x021c
#if PACKETVER >= 20041108
-packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, 10)
#endif
// Packet: 0x021d
#if PACKETVER >= 20041115
-packetLen(0x021d, 6) // CZ_LESSEFFECT
+packetLen(0x021d, 6)
#endif
// Packet: 0x021e
#if PACKETVER >= 20041213
-packetLen(0x021e, 6) // ZC_LESSEFFECT
+packetLen(0x021e, 6)
#endif
// Packet: 0x021f
#if PACKETVER >= 20041213
-packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+packetLen(0x021f, 66)
#endif
// Packet: 0x0220
#if PACKETVER >= 20041213
-packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+packetLen(0x0220, 10)
#endif
// Packet: 0x0221
#if PACKETVER >= 20041129
-packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+packetLen(0x0221, -1)
#endif
// Packet: 0x0222
#if PACKETVER >= 20041129
-packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+packetLen(0x0222, 6)
#endif
// Packet: 0x0223
#if PACKETVER >= 20041129
-packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+packetLen(0x0223, 8)
#endif
diff --git a/src/common/packets/packets2005_len_main.h b/src/common/packets/packets2005_len_main.h
index bad35d459..91b274ab4 100644
--- a/src/common/packets/packets2005_len_main.h
+++ b/src/common/packets/packets2005_len_main.h
@@ -2,8 +2,8 @@
* This file is part of Hercules.
* http://herc.ws - http://github.com/HerculesWS/Hercules
*
- * Copyright (C) 2019 Hercules Dev Team
- * Copyright (C) 2019 Andrei Karas (4144)
+ * Copyright (C) 2018-2019 Hercules Dev Team
+ * Copyright (C) 2018-2019 Andrei Karas (4144)
*
* Hercules is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -25,184 +25,184 @@
/* This file is autogenerated, please do not commit manual changes */
// Packet: 0x0064
-packetLen(0x0064, 55) // CA_LOGIN
+packetLen(0x0064, 55)
// Packet: 0x0065
-packetLen(0x0065, 17) // CH_ENTER
+packetLen(0x0065, 17)
// Packet: 0x0066
-packetLen(0x0066, 3) // CH_SELECT_CHAR
+packetLen(0x0066, 3)
// Packet: 0x0067
-packetLen(0x0067, 37) // CH_MAKE_CHAR
+packetLen(0x0067, 37)
// Packet: 0x0068
-packetLen(0x0068, 46) // CH_DELETE_CHAR
+packetLen(0x0068, 46)
// Packet: 0x0069
-packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+packetLen(0x0069, -1)
// Packet: 0x006a
-packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+packetLen(0x006a, 23)
// Packet: 0x006b
-packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+packetLen(0x006b, -1)
// Packet: 0x006c
-packetLen(0x006c, 3) // HC_REFUSE_ENTER
+packetLen(0x006c, 3)
// Packet: 0x006d
-packetLen(0x006d, 108) // HC_ACCEPT_MAKECHAR
+packetLen(0x006d, 108)
// Packet: 0x006e
-packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+packetLen(0x006e, 3)
// Packet: 0x006f
-packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+packetLen(0x006f, 2)
// Packet: 0x0070
-packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+packetLen(0x0070, 3)
// Packet: 0x0071
-packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+packetLen(0x0071, 28)
// Packet: 0x0072
#if PACKETVER >= 20051010
-packetLen(0x0072, 20) // CZ_ENTER
+packetLen(0x0072, 20)
#elif PACKETVER >= 20050719
-packetLen(0x0072, 30) // CZ_ENTER
+packetLen(0x0072, 30)
#elif PACKETVER >= 20050718
-packetLen(0x0072, 20) // CZ_ENTER
+packetLen(0x0072, 20)
#elif PACKETVER >= 20050628
-packetLen(0x0072, 30) // CZ_ENTER
+packetLen(0x0072, 30)
#elif PACKETVER >= 20050509
-packetLen(0x0072, 22) // CZ_ENTER
+packetLen(0x0072, 22)
#elif PACKETVER >= 20050411
-packetLen(0x0072, 14) // CZ_ENTER
+packetLen(0x0072, 14)
#elif PACKETVER >= 20050103
-packetLen(0x0072, 26) // CZ_ENTER
+packetLen(0x0072, 26)
#endif
// Packet: 0x0073
-packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 11)
// Packet: 0x0074
-packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+packetLen(0x0074, 3)
// Packet: 0x0075
-packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, -1)
// Packet: 0x0076
-packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+packetLen(0x0076, 9)
// Packet: 0x0077
-packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 5)
// Packet: 0x0078
-packetLen(0x0078, 54) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, 54)
// Packet: 0x0079
-packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, 53)
// Packet: 0x007a
-packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, 58)
// Packet: 0x007b
-packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, 60)
// Packet: 0x007c
-packetLen(0x007c, 41) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, 41)
// Packet: 0x007d
-packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, 2)
// Packet: 0x007e
#if PACKETVER >= 20051010
-packetLen(0x007e, 103) // CZ_REQUEST_TIME
+packetLen(0x007e, 103)
#elif PACKETVER >= 20050719
-packetLen(0x007e, 120) // CZ_REQUEST_TIME
+packetLen(0x007e, 120)
#elif PACKETVER >= 20050718
-packetLen(0x007e, 103) // CZ_REQUEST_TIME
+packetLen(0x007e, 103)
#elif PACKETVER >= 20050628
-packetLen(0x007e, 120) // CZ_REQUEST_TIME
+packetLen(0x007e, 120)
#elif PACKETVER >= 20050509
-packetLen(0x007e, 110) // CZ_REQUEST_TIME
+packetLen(0x007e, 110)
#elif PACKETVER >= 20050411
-packetLen(0x007e, 109) // CZ_REQUEST_TIME
+packetLen(0x007e, 109)
#elif PACKETVER >= 20050110
-packetLen(0x007e, 108) // CZ_REQUEST_TIME
+packetLen(0x007e, 108)
#elif PACKETVER >= 20050103
-packetLen(0x007e, 34) // CZ_REQUEST_TIME
+packetLen(0x007e, 34)
#endif
// Packet: 0x007f
-packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+packetLen(0x007f, 6)
// Packet: 0x0080
-packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+packetLen(0x0080, 7)
// Packet: 0x0081
-packetLen(0x0081, 3) // SC_NOTIFY_BAN
+packetLen(0x0081, 3)
// Packet: 0x0082
-packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+packetLen(0x0082, 2)
// Packet: 0x0083
-packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 2)
// Packet: 0x0084
-packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+packetLen(0x0084, 2)
// Packet: 0x0085
#if PACKETVER >= 20051010
-packetLen(0x0085, 13) // CZ_REQUEST_MOVE
+packetLen(0x0085, 13)
#elif PACKETVER >= 20050719
-packetLen(0x0085, 14) // CZ_REQUEST_MOVE
+packetLen(0x0085, 14)
#elif PACKETVER >= 20050718
-packetLen(0x0085, 13) // CZ_REQUEST_MOVE
+packetLen(0x0085, 13)
#elif PACKETVER >= 20050628
-packetLen(0x0085, 14) // CZ_REQUEST_MOVE
+packetLen(0x0085, 14)
#elif PACKETVER >= 20050509
-packetLen(0x0085, 8) // CZ_REQUEST_MOVE
+packetLen(0x0085, 8)
#elif PACKETVER >= 20050411
-packetLen(0x0085, 18) // CZ_REQUEST_MOVE
+packetLen(0x0085, 18)
#elif PACKETVER >= 20050110
-packetLen(0x0085, 15) // CZ_REQUEST_MOVE
+packetLen(0x0085, 15)
#elif PACKETVER >= 20050103
-packetLen(0x0085, -1) // CZ_REQUEST_MOVE
+packetLen(0x0085, -1)
#endif
// Packet: 0x0086
-packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 16)
// Packet: 0x0087
-packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 12)
// Packet: 0x0088
-packetLen(0x0088, 10) // ZC_STOPMOVE
+packetLen(0x0088, 10)
// Packet: 0x0089
#if PACKETVER >= 20051010
-packetLen(0x0089, 10) // CZ_REQUEST_ACT
+packetLen(0x0089, 10)
#elif PACKETVER >= 20050719
-packetLen(0x0089, 11) // CZ_REQUEST_ACT
+packetLen(0x0089, 11)
#elif PACKETVER >= 20050718
-packetLen(0x0089, 10) // CZ_REQUEST_ACT
+packetLen(0x0089, 10)
#elif PACKETVER >= 20050628
-packetLen(0x0089, 11) // CZ_REQUEST_ACT
+packetLen(0x0089, 11)
#elif PACKETVER >= 20050509
-packetLen(0x0089, 7) // CZ_REQUEST_ACT
+packetLen(0x0089, 7)
#elif PACKETVER >= 20050411
-packetLen(0x0089, 14) // CZ_REQUEST_ACT
+packetLen(0x0089, 14)
#elif PACKETVER >= 20050103
-packetLen(0x0089, 9) // CZ_REQUEST_ACT
+packetLen(0x0089, 9)
#endif
// Packet: 0x008a
-packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+packetLen(0x008a, 29)
// Packet: 0x008b
-packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+packetLen(0x008b, 23)
// Packet: 0x008c
#if PACKETVER >= 20051010
@@ -222,143 +222,143 @@ packetLen(0x008c, 8)
#endif
// Packet: 0x008d
-packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+packetLen(0x008d, -1)
// Packet: 0x008e
-packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, -1)
// Packet: 0x0090
-packetLen(0x0090, 7) // CZ_CONTACTNPC
+packetLen(0x0090, 7)
// Packet: 0x0091
-packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, 22)
// Packet: 0x0092
-packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 28)
// Packet: 0x0093
-packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+packetLen(0x0093, 2)
// Packet: 0x0094
#if PACKETVER >= 20051010
-packetLen(0x0094, 16) // CZ_REQNAME
+packetLen(0x0094, 16)
#elif PACKETVER >= 20050719
-packetLen(0x0094, 17) // CZ_REQNAME
+packetLen(0x0094, 17)
#elif PACKETVER >= 20050718
-packetLen(0x0094, 16) // CZ_REQNAME
+packetLen(0x0094, 16)
#elif PACKETVER >= 20050628
-packetLen(0x0094, 17) // CZ_REQNAME
+packetLen(0x0094, 17)
#elif PACKETVER >= 20050509
-packetLen(0x0094, 14) // CZ_REQNAME
+packetLen(0x0094, 14)
#elif PACKETVER >= 20050411
-packetLen(0x0094, 25) // CZ_REQNAME
+packetLen(0x0094, 25)
#elif PACKETVER >= 20050110
-packetLen(0x0094, 13) // CZ_REQNAME
+packetLen(0x0094, 13)
#elif PACKETVER >= 20050103
-packetLen(0x0094, 20) // CZ_REQNAME
+packetLen(0x0094, 20)
#endif
// Packet: 0x0095
-packetLen(0x0095, 30) // ZC_ACK_REQNAME
+packetLen(0x0095, 30)
// Packet: 0x0096
-packetLen(0x0096, -1) // CZ_WHISPER
+packetLen(0x0096, -1)
// Packet: 0x0097
-packetLen(0x0097, -1) // ZC_WHISPER
+packetLen(0x0097, -1)
// Packet: 0x0098
-packetLen(0x0098, 3) // ZC_ACK_WHISPER
+packetLen(0x0098, 3)
// Packet: 0x0099
-packetLen(0x0099, -1) // CZ_BROADCAST
+packetLen(0x0099, -1)
// Packet: 0x009a
-packetLen(0x009a, -1) // ZC_BROADCAST
+packetLen(0x009a, -1)
// Packet: 0x009b
#if PACKETVER >= 20051010
-packetLen(0x009b, 33) // CZ_CHANGE_DIRECTION
+packetLen(0x009b, 33)
#elif PACKETVER >= 20050719
-packetLen(0x009b, 35) // CZ_CHANGE_DIRECTION
+packetLen(0x009b, 35)
#elif PACKETVER >= 20050718
-packetLen(0x009b, 33) // CZ_CHANGE_DIRECTION
+packetLen(0x009b, 33)
#elif PACKETVER >= 20050628
-packetLen(0x009b, 35) // CZ_CHANGE_DIRECTION
+packetLen(0x009b, 35)
#elif PACKETVER >= 20050509
-packetLen(0x009b, 29) // CZ_CHANGE_DIRECTION
+packetLen(0x009b, 29)
#elif PACKETVER >= 20050411
-packetLen(0x009b, 32) // CZ_CHANGE_DIRECTION
+packetLen(0x009b, 32)
#elif PACKETVER >= 20050110
-packetLen(0x009b, 29) // CZ_CHANGE_DIRECTION
+packetLen(0x009b, 29)
#elif PACKETVER >= 20050103
-packetLen(0x009b, 2) // CZ_CHANGE_DIRECTION
+packetLen(0x009b, 2)
#endif
// Packet: 0x009c
-packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, 9)
// Packet: 0x009d
-packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+packetLen(0x009d, 17)
// Packet: 0x009e
-packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 17)
// Packet: 0x009f
#if PACKETVER >= 20051010
-packetLen(0x009f, 17) // CZ_ITEM_PICKUP
+packetLen(0x009f, 17)
#elif PACKETVER >= 20050719
-packetLen(0x009f, 21) // CZ_ITEM_PICKUP
+packetLen(0x009f, 21)
#elif PACKETVER >= 20050718
-packetLen(0x009f, 17) // CZ_ITEM_PICKUP
+packetLen(0x009f, 17)
#elif PACKETVER >= 20050628
-packetLen(0x009f, 21) // CZ_ITEM_PICKUP
+packetLen(0x009f, 21)
#elif PACKETVER >= 20050509
-packetLen(0x009f, 15) // CZ_ITEM_PICKUP
+packetLen(0x009f, 15)
#elif PACKETVER >= 20050411
-packetLen(0x009f, 18) // CZ_ITEM_PICKUP
+packetLen(0x009f, 18)
#elif PACKETVER >= 20050110
-packetLen(0x009f, 13) // CZ_ITEM_PICKUP
+packetLen(0x009f, 13)
#elif PACKETVER >= 20050103
-packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+packetLen(0x009f, 20)
#endif
// Packet: 0x00a0
-packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, 23)
// Packet: 0x00a1
-packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, 6)
// Packet: 0x00a2
#if PACKETVER >= 20051010
-packetLen(0x00a2, 12) // CZ_ITEM_THROW
+packetLen(0x00a2, 12)
#elif PACKETVER >= 20050719
-packetLen(0x00a2, 10) // CZ_ITEM_THROW
+packetLen(0x00a2, 10)
#elif PACKETVER >= 20050718
-packetLen(0x00a2, 12) // CZ_ITEM_THROW
+packetLen(0x00a2, 12)
#elif PACKETVER >= 20050628
-packetLen(0x00a2, 10) // CZ_ITEM_THROW
+packetLen(0x00a2, 10)
#elif PACKETVER >= 20050509
-packetLen(0x00a2, 14) // CZ_ITEM_THROW
+packetLen(0x00a2, 14)
#elif PACKETVER >= 20050411
-packetLen(0x00a2, 10) // CZ_ITEM_THROW
+packetLen(0x00a2, 10)
#elif PACKETVER >= 20050110
-packetLen(0x00a2, 16) // CZ_ITEM_THROW
+packetLen(0x00a2, 16)
#elif PACKETVER >= 20050103
-packetLen(0x00a2, 9) // CZ_ITEM_THROW
+packetLen(0x00a2, 9)
#endif
// Packet: 0x00a3
-packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, -1)
// Packet: 0x00a4
-packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, -1)
// Packet: 0x00a5
-packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, -1)
// Packet: 0x00a6
-packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, -1)
// Packet: 0x00a7
#if PACKETVER >= 20051010
@@ -380,1555 +380,1555 @@ packetLen(0x00a7, 13)
#endif
// Packet: 0x00a8
-packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 7)
// Packet: 0x00a9
-packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, 6)
// Packet: 0x00aa
-packetLen(0x00aa, 7) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 7)
// Packet: 0x00ab
-packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, 4)
// Packet: 0x00ac
-packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, 7)
// Packet: 0x00ae
-packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+packetLen(0x00ae, -1)
// Packet: 0x00af
-packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, 6)
// Packet: 0x00b0
-packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+packetLen(0x00b0, 8)
// Packet: 0x00b1
-packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, 8)
// Packet: 0x00b2
-packetLen(0x00b2, 3) // CZ_RESTART
+packetLen(0x00b2, 3)
// Packet: 0x00b3
-packetLen(0x00b3, 3) // ZC_RESTART_ACK
+packetLen(0x00b3, 3)
// Packet: 0x00b4
-packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+packetLen(0x00b4, -1)
// Packet: 0x00b5
-packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 6)
// Packet: 0x00b6
-packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 6)
// Packet: 0x00b7
-packetLen(0x00b7, -1) // ZC_MENU_LIST
+packetLen(0x00b7, -1)
// Packet: 0x00b8
-packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+packetLen(0x00b8, 7)
// Packet: 0x00b9
-packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, 6)
// Packet: 0x00ba
-packetLen(0x00ba, 2) // CZ_REQ_STATUS
+packetLen(0x00ba, 2)
// Packet: 0x00bb
-packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+packetLen(0x00bb, 5)
// Packet: 0x00bc
-packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 6)
// Packet: 0x00bd
-packetLen(0x00bd, 44) // ZC_STATUS
+packetLen(0x00bd, 44)
// Packet: 0x00be
-packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+packetLen(0x00be, 5)
// Packet: 0x00bf
-packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+packetLen(0x00bf, 3)
// Packet: 0x00c0
-packetLen(0x00c0, 7) // ZC_EMOTION
+packetLen(0x00c0, 7)
// Packet: 0x00c1
-packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, 2)
// Packet: 0x00c2
-packetLen(0x00c2, 6) // ZC_USER_COUNT
+packetLen(0x00c2, 6)
// Packet: 0x00c3
-packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, 8)
// Packet: 0x00c4
-packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, 6)
// Packet: 0x00c5
-packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, 7)
// Packet: 0x00c6
-packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, -1)
// Packet: 0x00c7
-packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, -1)
// Packet: 0x00c8
-packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, -1)
// Packet: 0x00c9
-packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, -1)
// Packet: 0x00ca
-packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, 3)
// Packet: 0x00cb
-packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+packetLen(0x00cb, 3)
// Packet: 0x00cc
-packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, 6)
// Packet: 0x00cd
-packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+packetLen(0x00cd, 3)
// Packet: 0x00ce
-packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 2)
// Packet: 0x00cf
-packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 27)
// Packet: 0x00d0
-packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, 3)
// Packet: 0x00d1
-packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, 4)
// Packet: 0x00d2
-packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 4)
// Packet: 0x00d3
-packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 2)
// Packet: 0x00d4
-packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+packetLen(0x00d4, -1)
// Packet: 0x00d5
-packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, -1)
// Packet: 0x00d6
-packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 3)
// Packet: 0x00d7
-packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, -1)
// Packet: 0x00d8
-packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+packetLen(0x00d8, 6)
// Packet: 0x00d9
-packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, 14)
// Packet: 0x00da
-packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, 3)
// Packet: 0x00db
-packetLen(0x00db, -1) // ZC_ENTER_ROOM
+packetLen(0x00db, -1)
// Packet: 0x00dc
-packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 28)
// Packet: 0x00dd
-packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+packetLen(0x00dd, 29)
// Packet: 0x00de
-packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, -1)
// Packet: 0x00df
-packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, -1)
// Packet: 0x00e0
-packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, 30)
// Packet: 0x00e1
-packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+packetLen(0x00e1, 30)
// Packet: 0x00e2
-packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, 26)
// Packet: 0x00e3
-packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+packetLen(0x00e3, 2)
// Packet: 0x00e4
-packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 6)
// Packet: 0x00e5
-packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 26)
// Packet: 0x00e6
-packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, 3)
// Packet: 0x00e7
-packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 3)
// Packet: 0x00e8
-packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, 8)
// Packet: 0x00e9
-packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 19)
// Packet: 0x00ea
-packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 5)
// Packet: 0x00eb
-packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 2)
// Packet: 0x00ec
-packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 3)
// Packet: 0x00ed
-packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, 2)
// Packet: 0x00ee
-packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, 2)
// Packet: 0x00ef
-packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 2)
// Packet: 0x00f0
-packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 3)
// Packet: 0x00f1
-packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+packetLen(0x00f1, 2)
// Packet: 0x00f2
-packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 6)
// Packet: 0x00f3
#if PACKETVER >= 20050110
-packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+packetLen(0x00f3, -1)
#elif PACKETVER >= 20050103
-packetLen(0x00f3, 23) // CZ_REQUEST_CHAT
+packetLen(0x00f3, 23)
#endif
// Packet: 0x00f4
-packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 21)
// Packet: 0x00f5
#if PACKETVER >= 20051010
-packetLen(0x00f5, 10) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+packetLen(0x00f5, 10)
#elif PACKETVER >= 20050719
-packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+packetLen(0x00f5, 11)
#elif PACKETVER >= 20050718
-packetLen(0x00f5, 10) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+packetLen(0x00f5, 10)
#elif PACKETVER >= 20050628
-packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+packetLen(0x00f5, 11)
#elif PACKETVER >= 20050509
-packetLen(0x00f5, 7) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+packetLen(0x00f5, 7)
#elif PACKETVER >= 20050411
-packetLen(0x00f5, 14) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+packetLen(0x00f5, 14)
#elif PACKETVER >= 20050110
-packetLen(0x00f5, 9) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+packetLen(0x00f5, 9)
#elif PACKETVER >= 20050103
-packetLen(0x00f5, 32) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+packetLen(0x00f5, 32)
#endif
// Packet: 0x00f6
-packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 8)
// Packet: 0x00f7
#if PACKETVER >= 20051010
-packetLen(0x00f7, 26) // CZ_REQUEST_TIME
+packetLen(0x00f7, 26)
#elif PACKETVER >= 20050719
-packetLen(0x00f7, 15) // CZ_REQUEST_TIME
+packetLen(0x00f7, 15)
#elif PACKETVER >= 20050718
-packetLen(0x00f7, 26) // CZ_REQUEST_TIME
+packetLen(0x00f7, 26)
#elif PACKETVER >= 20050628
-packetLen(0x00f7, 15) // CZ_REQUEST_TIME
+packetLen(0x00f7, 15)
#elif PACKETVER >= 20050509
-packetLen(0x00f7, 21) // CZ_REQUEST_TIME
+packetLen(0x00f7, 21)
#elif PACKETVER >= 20050411
-packetLen(0x00f7, 12) // CZ_REQUEST_TIME
+packetLen(0x00f7, 12)
#elif PACKETVER >= 20050110
-packetLen(0x00f7, 22) // CZ_REQUEST_TIME
+packetLen(0x00f7, 22)
#elif PACKETVER >= 20050103
-packetLen(0x00f7, 11) // CZ_REQUEST_TIME
+packetLen(0x00f7, 11)
#endif
// Packet: 0x00f8
-packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+packetLen(0x00f8, 2)
// Packet: 0x00f9
-packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+packetLen(0x00f9, 26)
// Packet: 0x00fa
-packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, 3)
// Packet: 0x00fb
-packetLen(0x00fb, -1) // ZC_GROUP_LIST
+packetLen(0x00fb, -1)
// Packet: 0x00fc
-packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, 6)
// Packet: 0x00fd
-packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, 27)
// Packet: 0x00fe
-packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, 30)
// Packet: 0x00ff
-packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+packetLen(0x00ff, 10)
// Packet: 0x0100
-packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, 2)
// Packet: 0x0101
-packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, 6)
// Packet: 0x0102
-packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 6)
// Packet: 0x0103
-packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 30)
// Packet: 0x0104
-packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, 79)
// Packet: 0x0105
-packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, 31)
// Packet: 0x0106
-packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, 10)
// Packet: 0x0107
-packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, 10)
// Packet: 0x0108
-packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, -1)
// Packet: 0x0109
-packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, -1)
// Packet: 0x010a
-packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 4)
// Packet: 0x010b
-packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, 6)
// Packet: 0x010c
-packetLen(0x010c, 6) // ZC_MVP
+packetLen(0x010c, 6)
// Packet: 0x010d
-packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+packetLen(0x010d, 2)
// Packet: 0x010e
-packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, 11)
// Packet: 0x010f
-packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+packetLen(0x010f, -1)
// Packet: 0x0110
-packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, 10)
// Packet: 0x0111
-packetLen(0x0111, 39) // ZC_ADD_SKILL
+packetLen(0x0111, 39)
// Packet: 0x0112
-packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, 4)
// Packet: 0x0113
#if PACKETVER >= 20051010
-packetLen(0x0113, 23) // CZ_USE_SKILL
+packetLen(0x0113, 23)
#elif PACKETVER >= 20050719
-packetLen(0x0113, 40) // CZ_USE_SKILL
+packetLen(0x0113, 40)
#elif PACKETVER >= 20050718
-packetLen(0x0113, 23) // CZ_USE_SKILL
+packetLen(0x0113, 23)
#elif PACKETVER >= 20050628
-packetLen(0x0113, 40) // CZ_USE_SKILL
+packetLen(0x0113, 40)
#elif PACKETVER >= 20050509
-packetLen(0x0113, 30) // CZ_USE_SKILL
+packetLen(0x0113, 30)
#elif PACKETVER >= 20050411
-packetLen(0x0113, 29) // CZ_USE_SKILL
+packetLen(0x0113, 29)
#elif PACKETVER >= 20050110
-packetLen(0x0113, 28) // CZ_USE_SKILL
+packetLen(0x0113, 28)
#elif PACKETVER >= 20050103
-packetLen(0x0113, 114) // CZ_USE_SKILL
+packetLen(0x0113, 114)
#endif
// Packet: 0x0114
-packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+packetLen(0x0114, 31)
// Packet: 0x0115
-packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+packetLen(0x0115, 35)
// Packet: 0x0116
#if PACKETVER >= 20051010
-packetLen(0x0116, 14) // CZ_USE_SKILL_TOGROUND
+packetLen(0x0116, 14)
#elif PACKETVER >= 20050719
-packetLen(0x0116, 19) // CZ_USE_SKILL_TOGROUND
+packetLen(0x0116, 19)
#elif PACKETVER >= 20050718
-packetLen(0x0116, 14) // CZ_USE_SKILL_TOGROUND
+packetLen(0x0116, 14)
#elif PACKETVER >= 20050628
-packetLen(0x0116, 19) // CZ_USE_SKILL_TOGROUND
+packetLen(0x0116, 19)
#elif PACKETVER >= 20050509
-packetLen(0x0116, 12) // CZ_USE_SKILL_TOGROUND
+packetLen(0x0116, 12)
#elif PACKETVER >= 20050411
-packetLen(0x0116, 19) // CZ_USE_SKILL_TOGROUND
+packetLen(0x0116, 19)
#elif PACKETVER >= 20050110
-packetLen(0x0116, 12) // CZ_USE_SKILL_TOGROUND
+packetLen(0x0116, 12)
#elif PACKETVER >= 20050103
-packetLen(0x0116, 20) // CZ_USE_SKILL_TOGROUND
+packetLen(0x0116, 20)
#endif
// Packet: 0x0117
-packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, 18)
// Packet: 0x0118
-packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+packetLen(0x0118, 2)
// Packet: 0x0119
-packetLen(0x0119, 13) // ZC_STATE_CHANGE
+packetLen(0x0119, 13)
// Packet: 0x011a
-packetLen(0x011a, 15) // ZC_USE_SKILL
+packetLen(0x011a, 15)
// Packet: 0x011b
-packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, 20)
// Packet: 0x011c
-packetLen(0x011c, 68) // ZC_WARPLIST
+packetLen(0x011c, 68)
// Packet: 0x011d
-packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 2)
// Packet: 0x011e
-packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, 3)
// Packet: 0x011f
-packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+packetLen(0x011f, 16)
// Packet: 0x0120
-packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, 6)
// Packet: 0x0121
-packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, 14)
// Packet: 0x0122
-packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, -1)
// Packet: 0x0123
-packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, -1)
// Packet: 0x0124
-packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 21)
// Packet: 0x0125
-packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 8)
// Packet: 0x0126
-packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 8)
// Packet: 0x0127
-packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, 8)
// Packet: 0x0128
-packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 8)
// Packet: 0x0129
-packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, 8)
// Packet: 0x012a
-packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+packetLen(0x012a, 2)
// Packet: 0x012b
-packetLen(0x012b, 2) // ZC_CARTOFF
+packetLen(0x012b, 2)
// Packet: 0x012c
-packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 3)
// Packet: 0x012d
-packetLen(0x012d, 4) // ZC_OPENSTORE
+packetLen(0x012d, 4)
// Packet: 0x012e
-packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, 2)
// Packet: 0x012f
-packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+packetLen(0x012f, -1)
// Packet: 0x0130
-packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, 6)
// Packet: 0x0131
-packetLen(0x0131, 86) // ZC_STORE_ENTRY
+packetLen(0x0131, 86)
// Packet: 0x0132
-packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, 6)
// Packet: 0x0133
-packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, -1)
// Packet: 0x0134
-packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, -1)
// Packet: 0x0135
-packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, 7)
// Packet: 0x0136
-packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, -1)
// Packet: 0x0137
-packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, 6)
// Packet: 0x0138
-packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+packetLen(0x0138, 3)
// Packet: 0x0139
-packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, 16)
// Packet: 0x013a
-packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+packetLen(0x013a, 4)
// Packet: 0x013b
-packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+packetLen(0x013b, 4)
// Packet: 0x013c
-packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+packetLen(0x013c, 4)
// Packet: 0x013d
-packetLen(0x013d, 6) // ZC_RECOVERY
+packetLen(0x013d, 6)
// Packet: 0x013e
-packetLen(0x013e, 24) // ZC_USESKILL_ACK
+packetLen(0x013e, 24)
// Packet: 0x013f
-packetLen(0x013f, 26) // CZ_ITEM_CREATE
+packetLen(0x013f, 26)
// Packet: 0x0140
-packetLen(0x0140, 22) // CZ_MOVETO_MAP
+packetLen(0x0140, 22)
// Packet: 0x0141
-packetLen(0x0141, 14) // ZC_COUPLESTATUS
+packetLen(0x0141, 14)
// Packet: 0x0142
-packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+packetLen(0x0142, 6)
// Packet: 0x0143
-packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+packetLen(0x0143, 10)
// Packet: 0x0144
-packetLen(0x0144, 23) // ZC_COMPASS
+packetLen(0x0144, 23)
// Packet: 0x0145
-packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+packetLen(0x0145, 19)
// Packet: 0x0146
-packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+packetLen(0x0146, 6)
// Packet: 0x0147
-packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+packetLen(0x0147, 39)
// Packet: 0x0148
-packetLen(0x0148, 8) // ZC_RESURRECTION
+packetLen(0x0148, 8)
// Packet: 0x0149
-packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, 9)
// Packet: 0x014a
-packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+packetLen(0x014a, 6)
// Packet: 0x014b
-packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+packetLen(0x014b, 27)
// Packet: 0x014c
-packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, -1)
// Packet: 0x014d
-packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 2)
// Packet: 0x014e
-packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+packetLen(0x014e, 6)
// Packet: 0x014f
-packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, 6)
// Packet: 0x0150
-packetLen(0x0150, 110) // ZC_GUILD_INFO
+packetLen(0x0150, 110)
// Packet: 0x0151
-packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+packetLen(0x0151, 6)
// Packet: 0x0152
-packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+packetLen(0x0152, -1)
// Packet: 0x0153
-packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+packetLen(0x0153, -1)
// Packet: 0x0154
-packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, -1)
// Packet: 0x0155
-packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, -1)
// Packet: 0x0156
-packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+packetLen(0x0156, -1)
// Packet: 0x0157
-packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+packetLen(0x0157, 6)
// Packet: 0x0158
-packetLen(0x0158, -1) // ZC_ACK_OPEN_MEMBER_INFO
+packetLen(0x0158, -1)
// Packet: 0x0159
-packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, 54)
// Packet: 0x015a
-packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 66)
// Packet: 0x015b
-packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 54)
// Packet: 0x015c
-packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, 90)
// Packet: 0x015d
-packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+packetLen(0x015d, 42)
// Packet: 0x015e
-packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, 6)
// Packet: 0x015f
-packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+packetLen(0x015f, 42)
// Packet: 0x0160
-packetLen(0x0160, -1) // ZC_POSITION_INFO
+packetLen(0x0160, -1)
// Packet: 0x0161
-packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, -1)
// Packet: 0x0162
-packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, -1)
// Packet: 0x0163
-packetLen(0x0163, -1) // ZC_BAN_LIST
+packetLen(0x0163, -1)
// Packet: 0x0164
-packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+packetLen(0x0164, -1)
// Packet: 0x0165
-packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, 30)
// Packet: 0x0166
-packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, -1)
// Packet: 0x0167
-packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 3)
// Packet: 0x0168
-packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, 14)
// Packet: 0x0169
-packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 3)
// Packet: 0x016a
-packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, 30)
// Packet: 0x016b
-packetLen(0x016b, 10) // CZ_JOIN_GUILD
+packetLen(0x016b, 10)
// Packet: 0x016c
-packetLen(0x016c, 43) // ZC_UPDATE_GDID
+packetLen(0x016c, 43)
// Packet: 0x016d
-packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 14)
// Packet: 0x016e
-packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+packetLen(0x016e, 186)
// Packet: 0x016f
-packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+packetLen(0x016f, 182)
// Packet: 0x0170
-packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 14)
// Packet: 0x0171
-packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, 30)
// Packet: 0x0172
-packetLen(0x0172, 10) // CZ_ALLY_GUILD
+packetLen(0x0172, 10)
// Packet: 0x0173
-packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+packetLen(0x0173, 3)
// Packet: 0x0174
-packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0174, -1)
// Packet: 0x0175
-packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+packetLen(0x0175, 6)
// Packet: 0x0176
-packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+packetLen(0x0176, 106)
// Packet: 0x0177
-packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, -1)
// Packet: 0x0178
-packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, 4)
// Packet: 0x0179
-packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 5)
// Packet: 0x017a
-packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, 4)
// Packet: 0x017b
-packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, -1)
// Packet: 0x017c
-packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, 6)
// Packet: 0x017d
-packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 7)
// Packet: 0x017e
-packetLen(0x017e, -1) // CZ_GUILD_CHAT
+packetLen(0x017e, -1)
// Packet: 0x017f
-packetLen(0x017f, -1) // ZC_GUILD_CHAT
+packetLen(0x017f, -1)
// Packet: 0x0180
-packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+packetLen(0x0180, 6)
// Packet: 0x0181
-packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+packetLen(0x0181, 3)
// Packet: 0x0182
-packetLen(0x0182, 106) // ZC_MEMBER_ADD
+packetLen(0x0182, 106)
// Packet: 0x0183
-packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+packetLen(0x0183, 10)
// Packet: 0x0184
-packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+packetLen(0x0184, 10)
// Packet: 0x0185
-packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+packetLen(0x0185, 34)
// Packet: 0x0187
-packetLen(0x0187, 6) // CH_UNKNOWN_PING
+packetLen(0x0187, 6)
// Packet: 0x0188
-packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, 8)
// Packet: 0x0189
-packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, 4)
// Packet: 0x018a
-packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+packetLen(0x018a, 4)
// Packet: 0x018b
-packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, 4)
// Packet: 0x018c
-packetLen(0x018c, 29) // ZC_MONSTER_INFO
+packetLen(0x018c, 29)
// Packet: 0x018d
-packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, -1)
// Packet: 0x018e
-packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+packetLen(0x018e, 10)
// Packet: 0x018f
-packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 6)
// Packet: 0x0190
#if PACKETVER >= 20051010
-packetLen(0x0190, 9) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+packetLen(0x0190, 9)
#elif PACKETVER >= 20050719
-packetLen(0x0190, 10) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+packetLen(0x0190, 10)
#elif PACKETVER >= 20050718
-packetLen(0x0190, 9) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+packetLen(0x0190, 9)
#elif PACKETVER >= 20050628
-packetLen(0x0190, 10) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+packetLen(0x0190, 10)
#elif PACKETVER >= 20050509
-packetLen(0x0190, 18) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+packetLen(0x0190, 18)
#elif PACKETVER >= 20050411
-packetLen(0x0190, 9) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+packetLen(0x0190, 9)
#elif PACKETVER >= 20050110
-packetLen(0x0190, 15) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+packetLen(0x0190, 15)
#elif PACKETVER >= 20050103
-packetLen(0x0190, 17) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+packetLen(0x0190, 17)
#endif
// Packet: 0x0191
-packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+packetLen(0x0191, 86)
// Packet: 0x0192
-packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+packetLen(0x0192, 24)
// Packet: 0x0193
#if PACKETVER >= 20050110
-packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+packetLen(0x0193, 2)
#elif PACKETVER >= 20050103
-packetLen(0x0193, 21) // CZ_REQNAME_BYGID
+packetLen(0x0193, 21)
#endif
// Packet: 0x0194
-packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 30)
// Packet: 0x0195
-packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 102)
// Packet: 0x0196
-packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, 9)
// Packet: 0x0197
-packetLen(0x0197, 4) // CZ_RESET
+packetLen(0x0197, 4)
// Packet: 0x0198
-packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+packetLen(0x0198, 8)
// Packet: 0x0199
-packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, 4)
// Packet: 0x019a
-packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 14)
// Packet: 0x019b
-packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 10)
// Packet: 0x019c
-packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+packetLen(0x019c, -1)
// Packet: 0x019d
-packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, 6)
// Packet: 0x019e
-packetLen(0x019e, 2) // ZC_START_CAPTURE
+packetLen(0x019e, 2)
// Packet: 0x019f
-packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, 6)
// Packet: 0x01a0
-packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, 3)
// Packet: 0x01a1
-packetLen(0x01a1, 3) // CZ_COMMAND_PET
+packetLen(0x01a1, 3)
// Packet: 0x01a2
-packetLen(0x01a2, 35) // ZC_PROPERTY_PET
+packetLen(0x01a2, 35)
// Packet: 0x01a3
-packetLen(0x01a3, 5) // ZC_FEED_PET
+packetLen(0x01a3, 5)
// Packet: 0x01a4
-packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, 11)
// Packet: 0x01a5
-packetLen(0x01a5, 26) // CZ_RENAME_PET
+packetLen(0x01a5, 26)
// Packet: 0x01a6
-packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+packetLen(0x01a6, -1)
// Packet: 0x01a7
-packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 4)
// Packet: 0x01a8
-packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+packetLen(0x01a8, 4)
// Packet: 0x01a9
-packetLen(0x01a9, 6) // CZ_PET_ACT
+packetLen(0x01a9, 6)
// Packet: 0x01aa
-packetLen(0x01aa, 10) // ZC_PET_ACT
+packetLen(0x01aa, 10)
// Packet: 0x01ab
-packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, 12)
// Packet: 0x01ac
-packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+packetLen(0x01ac, 6)
// Packet: 0x01ad
-packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, -1)
// Packet: 0x01ae
-packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, 4)
// Packet: 0x01af
-packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+packetLen(0x01af, 4)
// Packet: 0x01b0
-packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, 11)
// Packet: 0x01b1
-packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+packetLen(0x01b1, 7)
// Packet: 0x01b2
-packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, -1)
// Packet: 0x01b3
-packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, 67)
// Packet: 0x01b4
-packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+packetLen(0x01b4, 12)
// Packet: 0x01b5
-packetLen(0x01b5, 18) // SC_BILLING_INFO
+packetLen(0x01b5, 18)
// Packet: 0x01b6
-packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+packetLen(0x01b6, 114)
// Packet: 0x01b7
-packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+packetLen(0x01b7, 6)
// Packet: 0x01b8
-packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+packetLen(0x01b8, 3)
// Packet: 0x01b9
-packetLen(0x01b9, 6) // ZC_DISPEL
+packetLen(0x01b9, 6)
// Packet: 0x01ba
-packetLen(0x01ba, 26) // CZ_REMOVE_AID
+packetLen(0x01ba, 26)
// Packet: 0x01bb
-packetLen(0x01bb, 26) // CZ_SHIFT
+packetLen(0x01bb, 26)
// Packet: 0x01bc
-packetLen(0x01bc, 26) // CZ_RECALL
+packetLen(0x01bc, 26)
// Packet: 0x01bd
-packetLen(0x01bd, 26) // CZ_RECALL_GID
+packetLen(0x01bd, 26)
// Packet: 0x01be
-packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+packetLen(0x01be, 2)
// Packet: 0x01bf
-packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+packetLen(0x01bf, 3)
// Packet: 0x01c0
-packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+packetLen(0x01c0, 2)
// Packet: 0x01c1
-packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+packetLen(0x01c1, 14)
// Packet: 0x01c2
-packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+packetLen(0x01c2, 10)
// Packet: 0x01c3
-packetLen(0x01c3, -1) // ZC_BROADCAST2
+packetLen(0x01c3, -1)
// Packet: 0x01c4
-packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 22)
// Packet: 0x01c5
-packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 22)
// Packet: 0x01c6
-packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+packetLen(0x01c6, 4)
// Packet: 0x01c7
-packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+packetLen(0x01c7, 2)
// Packet: 0x01c8
-packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, 13)
// Packet: 0x01c9
-packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 97)
// Packet: 0x01ca
-packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+packetLen(0x01ca, 3)
// Packet: 0x01cb
-packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+packetLen(0x01cb, 9)
// Packet: 0x01cc
-packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+packetLen(0x01cc, 9)
// Packet: 0x01cd
-packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, 30)
// Packet: 0x01ce
-packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, 6)
// Packet: 0x01cf
-packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+packetLen(0x01cf, 28)
// Packet: 0x01d0
-packetLen(0x01d0, 8) // ZC_SPIRITS
+packetLen(0x01d0, 8)
// Packet: 0x01d1
-packetLen(0x01d1, 14) // ZC_BLADESTOP
+packetLen(0x01d1, 14)
// Packet: 0x01d2
-packetLen(0x01d2, 10) // ZC_COMBODELAY
+packetLen(0x01d2, 10)
// Packet: 0x01d3
-packetLen(0x01d3, 35) // ZC_SOUND
+packetLen(0x01d3, 35)
// Packet: 0x01d4
-packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, 6)
// Packet: 0x01d5
-packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, -1)
// Packet: 0x01d6
-packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 4)
// Packet: 0x01d7
-packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 11)
// Packet: 0x01d8
-packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 54)
// Packet: 0x01d9
-packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 53)
// Packet: 0x01da
-packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 60)
// Packet: 0x01db
-packetLen(0x01db, 2) // CA_REQ_HASH
+packetLen(0x01db, 2)
// Packet: 0x01dc
-packetLen(0x01dc, -1) // AC_ACK_HASH
+packetLen(0x01dc, -1)
// Packet: 0x01dd
-packetLen(0x01dd, 47) // CA_LOGIN2
+packetLen(0x01dd, 47)
// Packet: 0x01de
-packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 33)
// Packet: 0x01df
-packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+packetLen(0x01df, 6)
// Packet: 0x01e0
-packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+packetLen(0x01e0, 30)
// Packet: 0x01e1
-packetLen(0x01e1, 8) // ZC_SPIRITS2
+packetLen(0x01e1, 8)
// Packet: 0x01e2
-packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+packetLen(0x01e2, 34)
// Packet: 0x01e3
-packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+packetLen(0x01e3, 14)
// Packet: 0x01e4
-packetLen(0x01e4, 2) // ZC_START_COUPLE
+packetLen(0x01e4, 2)
// Packet: 0x01e5
-packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+packetLen(0x01e5, 6)
// Packet: 0x01e6
-packetLen(0x01e6, 26) // ZC_COUPLENAME
+packetLen(0x01e6, 26)
// Packet: 0x01e7
-packetLen(0x01e7, 2) // CZ_DORIDORI
+packetLen(0x01e7, 2)
// Packet: 0x01e8
-packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 28)
// Packet: 0x01e9
-packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, 81)
// Packet: 0x01ea
-packetLen(0x01ea, 6) // ZC_CONGRATULATION
+packetLen(0x01ea, 6)
// Packet: 0x01eb
-packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, 10)
// Packet: 0x01ec
-packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+packetLen(0x01ec, 26)
// Packet: 0x01ed
-packetLen(0x01ed, 2) // CZ_CHOPOKGI
+packetLen(0x01ed, 2)
// Packet: 0x01ee
-packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, -1)
// Packet: 0x01ef
-packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, -1)
// Packet: 0x01f0
-packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, -1)
// Packet: 0x01f1
-packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+packetLen(0x01f1, -1)
// Packet: 0x01f2
-packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, 20)
// Packet: 0x01f3
-packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+packetLen(0x01f3, 10)
// Packet: 0x01f4
-packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, 32)
// Packet: 0x01f5
-packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, 9)
// Packet: 0x01f6
-packetLen(0x01f6, 34) // ZC_REQ_BABY
+packetLen(0x01f6, 34)
// Packet: 0x01f7
-packetLen(0x01f7, 14) // CZ_JOIN_BABY
+packetLen(0x01f7, 14)
// Packet: 0x01f8
-packetLen(0x01f8, 2) // ZC_START_BABY
+packetLen(0x01f8, 2)
// Packet: 0x01f9
-packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+packetLen(0x01f9, 6)
// Packet: 0x01fa
-packetLen(0x01fa, 48) // CA_LOGIN3
+packetLen(0x01fa, 48)
// Packet: 0x01fb
-packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+packetLen(0x01fb, 56)
// Packet: 0x01fc
-packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, -1)
// Packet: 0x01fd
-packetLen(0x01fd, 4) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 4)
// Packet: 0x01fe
-packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, 5)
// Packet: 0x01ff
-packetLen(0x01ff, 10) // ZC_HIGHJUMP
+packetLen(0x01ff, 10)
// Packet: 0x0200
-packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+packetLen(0x0200, 26)
// Packet: 0x0201
-packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+packetLen(0x0201, -1)
// Packet: 0x0202
-packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+packetLen(0x0202, 26)
// Packet: 0x0203
-packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+packetLen(0x0203, 10)
// Packet: 0x0204
-packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+packetLen(0x0204, 18)
// Packet: 0x0205
-packetLen(0x0205, 26) // ZC_DIVORCE
+packetLen(0x0205, 26)
// Packet: 0x0206
-packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+packetLen(0x0206, 11)
// Packet: 0x0207
-packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, 34)
// Packet: 0x0208
-packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, 14)
// Packet: 0x0209
-packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, 36)
// Packet: 0x020a
-packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 10)
// Packet: 0x020d
-packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+packetLen(0x020d, -1)
// Packet: 0x020e
#if PACKETVER >= 20051010
-packetLen(0x020e, 32) // ZC_STARSKILL
+packetLen(0x020e, 32)
#elif PACKETVER >= 20050103
-packetLen(0x020e, 24) // ZC_STARSKILL
+packetLen(0x020e, 24)
#endif
// Packet: 0x020f
#if PACKETVER >= 20050221
// removed
#elif PACKETVER >= 20050103
-packetLen(0x020f, 10) // CZ_REQ_PVPPOINT
+packetLen(0x020f, 10)
#endif
// Packet: 0x0210
#if PACKETVER >= 20050221
// removed
#elif PACKETVER >= 20050103
-packetLen(0x0210, 22) // ZC_ACK_PVPPOINT
+packetLen(0x0210, 22)
#endif
// Packet: 0x0212
-packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+packetLen(0x0212, 26)
// Packet: 0x0213
-packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+packetLen(0x0213, 26)
// Packet: 0x0214
-packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+packetLen(0x0214, 42)
// Packet: 0x0215
-packetLen(0x0215, 6) // ZC_SKILLMSG
+packetLen(0x0215, 6)
// Packet: 0x0216
-packetLen(0x0216, 6) // ZC_BABYMSG
+packetLen(0x0216, 6)
// Packet: 0x0217
-packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 2)
// Packet: 0x0218
-packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, 2)
// Packet: 0x0219
-packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 282)
// Packet: 0x021a
-packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, 282)
// Packet: 0x021b
-packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, 10)
// Packet: 0x021c
-packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, 10)
// Packet: 0x021d
-packetLen(0x021d, 6) // CZ_LESSEFFECT
+packetLen(0x021d, 6)
// Packet: 0x021e
-packetLen(0x021e, 6) // ZC_LESSEFFECT
+packetLen(0x021e, 6)
// Packet: 0x021f
-packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+packetLen(0x021f, 66)
// Packet: 0x0220
-packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+packetLen(0x0220, 10)
// Packet: 0x0221
-packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+packetLen(0x0221, -1)
// Packet: 0x0222
-packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+packetLen(0x0222, 6)
// Packet: 0x0223
-packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+packetLen(0x0223, 8)
// Packet: 0x0224
#if PACKETVER >= 20050328
-packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+packetLen(0x0224, 10)
#endif
// Packet: 0x0225
#if PACKETVER >= 20050328
-packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+packetLen(0x0225, 2)
#endif
// Packet: 0x0226
#if PACKETVER >= 20050328
-packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+packetLen(0x0226, 282)
#endif
// Packet: 0x0227
#if PACKETVER >= 20050404
-packetLen(0x0227, 18) // ZC_GAME_GUARD
+packetLen(0x0227, 18)
#endif
// Packet: 0x0228
#if PACKETVER >= 20050404
-packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+packetLen(0x0228, 18)
#endif
// Packet: 0x0229
#if PACKETVER >= 20050411
-packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+packetLen(0x0229, 15)
#endif
// Packet: 0x022a
#if PACKETVER >= 20050411
-packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 58)
#endif
// Packet: 0x022b
#if PACKETVER >= 20050411
-packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, 57)
#endif
// Packet: 0x022c
#if PACKETVER >= 20050411
-packetLen(0x022c, 64) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, 64)
#endif
// Packet: 0x022d
#if PACKETVER >= 20050425
-packetLen(0x022d, 5) // CZ_COMMAND_MER
+packetLen(0x022d, 5)
#endif
// Packet: 0x022e
#if PACKETVER >= 20050624
-packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 71)
#elif PACKETVER >= 20050530
-packetLen(0x022e, 69) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 69)
#elif PACKETVER >= 20050523
-packetLen(0x022e, 67) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 67)
#endif
// Packet: 0x022f
#if PACKETVER >= 20050608
-packetLen(0x022f, 5) // ZC_FEED_MER
+packetLen(0x022f, 5)
#endif
// Packet: 0x0230
#if PACKETVER >= 20050523
-packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+packetLen(0x0230, 12)
#endif
// Packet: 0x0231
#if PACKETVER >= 20050608
-packetLen(0x0231, 26) // CZ_RENAME_MER
+packetLen(0x0231, 26)
#endif
// Packet: 0x0232
#if PACKETVER >= 20050425
-packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, 9)
#endif
// Packet: 0x0233
#if PACKETVER >= 20050425
-packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, 11)
#endif
// Packet: 0x0234
#if PACKETVER >= 20050425
-packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, 6)
#endif
// Packet: 0x0235
#if PACKETVER >= 20050530
-packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, -1)
#endif
// Packet: 0x0236
#if PACKETVER >= 20050530
-packetLen(0x0236, 10) // ZC_KILLER_POINT
+packetLen(0x0236, 10)
#endif
// Packet: 0x0237
#if PACKETVER >= 20050530
-packetLen(0x0237, 2) // CZ_KILLER_RANK
+packetLen(0x0237, 2)
#endif
// Packet: 0x0238
#if PACKETVER >= 20050530
-packetLen(0x0238, 282) // ZC_KILLER_RANK
+packetLen(0x0238, 282)
#endif
// Packet: 0x0239
#if PACKETVER >= 20050530
-packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 11)
#endif
// Packet: 0x023a
#if PACKETVER >= 20050608
-packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, 4)
#endif
// Packet: 0x023b
#if PACKETVER >= 20050608
-packetLen(0x023b, 36) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 36)
#endif
// Packet: 0x023c
#if PACKETVER >= 20050608
-packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, 6)
#endif
// Packet: 0x023d
#if PACKETVER >= 20050628
-packetLen(0x023d, 6) // AC_EVENT_RESULT
+packetLen(0x023d, 6)
#endif
// Packet: 0x023e
#if PACKETVER >= 20050628
-packetLen(0x023e, 4) // HC_REQUEST_CHARACTER_PASSWORD
+packetLen(0x023e, 4)
#endif
// Packet: 0x023f
#if PACKETVER >= 20050718
-packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+packetLen(0x023f, 2)
#endif
// Packet: 0x0240
#if PACKETVER >= 20050829
-packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+packetLen(0x0240, -1)
#elif PACKETVER >= 20050718
-packetLen(0x0240, 8) // ZC_MAIL_REQ_GET_LIST
+packetLen(0x0240, 8)
#endif
// Packet: 0x0241
#if PACKETVER >= 20050718
-packetLen(0x0241, 6) // CZ_MAIL_OPEN
+packetLen(0x0241, 6)
#endif
// Packet: 0x0242
#if PACKETVER >= 20050718
-packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+packetLen(0x0242, -1)
#endif
// Packet: 0x0243
#if PACKETVER >= 20050718
-packetLen(0x0243, 6) // CZ_MAIL_DELETE
+packetLen(0x0243, 6)
#endif
// Packet: 0x0244
#if PACKETVER >= 20050718
-packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+packetLen(0x0244, 6)
#endif
// Packet: 0x0245
#if PACKETVER >= 20050801
-packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+packetLen(0x0245, 3)
#elif PACKETVER >= 20050718
-packetLen(0x0245, 7) // ZC_MAIL_REQ_GET_ITEM
+packetLen(0x0245, 7)
#endif
// Packet: 0x0246
#if PACKETVER >= 20050718
-packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+packetLen(0x0246, 4)
#endif
// Packet: 0x0247
#if PACKETVER >= 20050718
-packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+packetLen(0x0247, 8)
#endif
// Packet: 0x0248
#if PACKETVER >= 20050829
-packetLen(0x0248, -1) // CZ_MAIL_SEND
+packetLen(0x0248, -1)
#elif PACKETVER >= 20050718
-packetLen(0x0248, 68) // CZ_MAIL_SEND
+packetLen(0x0248, 68)
#endif
// Packet: 0x0249
#if PACKETVER >= 20050718
-packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+packetLen(0x0249, 3)
#endif
// Packet: 0x024a
#if PACKETVER >= 20050718
-packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+packetLen(0x024a, 70)
#endif
// Packet: 0x024b
#if PACKETVER >= 20050718
-packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+packetLen(0x024b, 4)
#endif
// Packet: 0x024c
#if PACKETVER >= 20050718
-packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+packetLen(0x024c, 8)
#endif
// Packet: 0x024d
#if PACKETVER >= 20050808
-packetLen(0x024d, 12) // CZ_AUCTION_ADD
+packetLen(0x024d, 12)
#elif PACKETVER >= 20050718
-packetLen(0x024d, 14) // CZ_AUCTION_ADD
+packetLen(0x024d, 14)
#endif
// Packet: 0x024e
#if PACKETVER >= 20051107
-packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+packetLen(0x024e, 6)
#elif PACKETVER >= 20050808
-packetLen(0x024e, 4) // CZ_AUCTION_ADD_CANCEL
+packetLen(0x024e, 4)
#elif PACKETVER >= 20050718
-packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+packetLen(0x024e, 6)
#endif
// Packet: 0x024f
#if PACKETVER >= 20050718
-packetLen(0x024f, 10) // CZ_AUCTION_BUY
+packetLen(0x024f, 10)
#endif
// Packet: 0x0250
#if PACKETVER >= 20050718
-packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+packetLen(0x0250, 3)
#endif
// Packet: 0x0251
#if PACKETVER >= 20051107
-packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+packetLen(0x0251, 34)
#elif PACKETVER >= 20051013
-packetLen(0x0251, 32) // CZ_AUCTION_ITEM_SEARCH
+packetLen(0x0251, 32)
#elif PACKETVER >= 20050801
-packetLen(0x0251, 4) // CZ_AUCTION_ITEM_SEARCH
+packetLen(0x0251, 4)
#elif PACKETVER >= 20050718
-packetLen(0x0251, 2) // CZ_AUCTION_ITEM_SEARCH
+packetLen(0x0251, 2)
#endif
// Packet: 0x0252
#if PACKETVER >= 20050718
-packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+packetLen(0x0252, -1)
#endif
// Packet: 0x0253
#if PACKETVER >= 20050822
-packetLen(0x0253, 3) // ZC_STARPLACE
+packetLen(0x0253, 3)
#endif
// Packet: 0x0254
#if PACKETVER >= 20050822
-packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+packetLen(0x0254, 3)
#endif
// Packet: 0x0255
#if PACKETVER >= 20050829
-packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+packetLen(0x0255, 5)
#endif
// Packet: 0x0256
#if PACKETVER >= 20050829
-packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+packetLen(0x0256, 5)
#endif
// Packet: 0x0257
#if PACKETVER >= 20050829
-packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+packetLen(0x0257, 8)
#endif
// Packet: 0x0258
#if PACKETVER >= 20050912
-packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+packetLen(0x0258, 2)
#endif
// Packet: 0x0259
#if PACKETVER >= 20050912
-packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+packetLen(0x0259, 3)
#endif
// Packet: 0x025a
#if PACKETVER >= 20051010
-packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+packetLen(0x025a, -1)
#endif
// Packet: 0x025b
#if PACKETVER >= 20051010
-packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+packetLen(0x025b, 6)
#endif
// Packet: 0x025c
#if PACKETVER >= 20051013
-packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+packetLen(0x025c, 4)
#endif
// Packet: 0x025d
#if PACKETVER >= 20051017
-packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+packetLen(0x025d, 6)
#endif
// Packet: 0x025e
#if PACKETVER >= 20051017
-packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+packetLen(0x025e, 4)
#endif
// Packet: 0x025f
#if PACKETVER >= 20051024
-packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+packetLen(0x025f, 6)
#endif
// Packet: 0x0260
#if PACKETVER >= 20051024
-packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+packetLen(0x0260, 6)
#endif
diff --git a/src/common/packets/packets2006_len_main.h b/src/common/packets/packets2006_len_main.h
index 1b6debfd0..0eaa9f36c 100644
--- a/src/common/packets/packets2006_len_main.h
+++ b/src/common/packets/packets2006_len_main.h
@@ -2,8 +2,8 @@
* This file is part of Hercules.
* http://herc.ws - http://github.com/HerculesWS/Hercules
*
- * Copyright (C) 2019 Hercules Dev Team
- * Copyright (C) 2019 Andrei Karas (4144)
+ * Copyright (C) 2018-2019 Hercules Dev Team
+ * Copyright (C) 2018-2019 Andrei Karas (4144)
*
* Hercules is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -25,144 +25,144 @@
/* This file is autogenerated, please do not commit manual changes */
// Packet: 0x0064
-packetLen(0x0064, 55) // CA_LOGIN
+packetLen(0x0064, 55)
// Packet: 0x0065
-packetLen(0x0065, 17) // CH_ENTER
+packetLen(0x0065, 17)
// Packet: 0x0066
-packetLen(0x0066, 3) // CH_SELECT_CHAR
+packetLen(0x0066, 3)
// Packet: 0x0067
-packetLen(0x0067, 37) // CH_MAKE_CHAR
+packetLen(0x0067, 37)
// Packet: 0x0068
-packetLen(0x0068, 46) // CH_DELETE_CHAR
+packetLen(0x0068, 46)
// Packet: 0x0069
-packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+packetLen(0x0069, -1)
// Packet: 0x006a
-packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+packetLen(0x006a, 23)
// Packet: 0x006b
-packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+packetLen(0x006b, -1)
// Packet: 0x006c
-packetLen(0x006c, 3) // HC_REFUSE_ENTER
+packetLen(0x006c, 3)
// Packet: 0x006d
#if PACKETVER >= 20061030
-packetLen(0x006d, 110) // HC_ACCEPT_MAKECHAR
+packetLen(0x006d, 110)
#elif PACKETVER >= 20060102
-packetLen(0x006d, 108) // HC_ACCEPT_MAKECHAR
+packetLen(0x006d, 108)
#endif
// Packet: 0x006e
-packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+packetLen(0x006e, 3)
// Packet: 0x006f
-packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+packetLen(0x006f, 2)
// Packet: 0x0070
-packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+packetLen(0x0070, 3)
// Packet: 0x0071
-packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+packetLen(0x0071, 28)
// Packet: 0x0072
#if PACKETVER >= 20060327
-packetLen(0x0072, 25) // CZ_ENTER
+packetLen(0x0072, 25)
#elif PACKETVER >= 20060102
-packetLen(0x0072, 20) // CZ_ENTER
+packetLen(0x0072, 20)
#endif
// Packet: 0x0073
-packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 11)
// Packet: 0x0074
-packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+packetLen(0x0074, 3)
// Packet: 0x0075
-packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, -1)
// Packet: 0x0076
-packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+packetLen(0x0076, 9)
// Packet: 0x0077
-packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 5)
// Packet: 0x0078
-packetLen(0x0078, 54) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, 54)
// Packet: 0x0079
-packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, 53)
// Packet: 0x007a
-packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, 58)
// Packet: 0x007b
-packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, 60)
// Packet: 0x007c
-packetLen(0x007c, 41) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, 41)
// Packet: 0x007d
-packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, 2)
// Packet: 0x007e
#if PACKETVER >= 20060327
-packetLen(0x007e, 102) // CZ_REQUEST_TIME
+packetLen(0x007e, 102)
#elif PACKETVER >= 20060102
-packetLen(0x007e, 103) // CZ_REQUEST_TIME
+packetLen(0x007e, 103)
#endif
// Packet: 0x007f
-packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+packetLen(0x007f, 6)
// Packet: 0x0080
-packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+packetLen(0x0080, 7)
// Packet: 0x0081
-packetLen(0x0081, 3) // SC_NOTIFY_BAN
+packetLen(0x0081, 3)
// Packet: 0x0082
-packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+packetLen(0x0082, 2)
// Packet: 0x0083
-packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 2)
// Packet: 0x0084
-packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+packetLen(0x0084, 2)
// Packet: 0x0085
#if PACKETVER >= 20060327
-packetLen(0x0085, 11) // CZ_REQUEST_MOVE
+packetLen(0x0085, 11)
#elif PACKETVER >= 20060102
-packetLen(0x0085, 13) // CZ_REQUEST_MOVE
+packetLen(0x0085, 13)
#endif
// Packet: 0x0086
-packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 16)
// Packet: 0x0087
-packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 12)
// Packet: 0x0088
-packetLen(0x0088, 10) // ZC_STOPMOVE
+packetLen(0x0088, 10)
// Packet: 0x0089
#if PACKETVER >= 20060327
-packetLen(0x0089, 8) // CZ_REQUEST_ACT
+packetLen(0x0089, 8)
#elif PACKETVER >= 20060102
-packetLen(0x0089, 10) // CZ_REQUEST_ACT
+packetLen(0x0089, 10)
#endif
// Packet: 0x008a
-packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+packetLen(0x008a, 29)
// Packet: 0x008b
-packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+packetLen(0x008b, 23)
// Packet: 0x008c
#if PACKETVER >= 20060327
@@ -172,95 +172,95 @@ packetLen(0x008c, 15)
#endif
// Packet: 0x008d
-packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+packetLen(0x008d, -1)
// Packet: 0x008e
-packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, -1)
// Packet: 0x0090
-packetLen(0x0090, 7) // CZ_CONTACTNPC
+packetLen(0x0090, 7)
// Packet: 0x0091
-packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, 22)
// Packet: 0x0092
-packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 28)
// Packet: 0x0093
-packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+packetLen(0x0093, 2)
// Packet: 0x0094
#if PACKETVER >= 20060327
-packetLen(0x0094, 14) // CZ_REQNAME
+packetLen(0x0094, 14)
#elif PACKETVER >= 20060102
-packetLen(0x0094, 16) // CZ_REQNAME
+packetLen(0x0094, 16)
#endif
// Packet: 0x0095
-packetLen(0x0095, 30) // ZC_ACK_REQNAME
+packetLen(0x0095, 30)
// Packet: 0x0096
-packetLen(0x0096, -1) // CZ_WHISPER
+packetLen(0x0096, -1)
// Packet: 0x0097
-packetLen(0x0097, -1) // ZC_WHISPER
+packetLen(0x0097, -1)
// Packet: 0x0098
-packetLen(0x0098, 3) // ZC_ACK_WHISPER
+packetLen(0x0098, 3)
// Packet: 0x0099
-packetLen(0x0099, -1) // CZ_BROADCAST
+packetLen(0x0099, -1)
// Packet: 0x009a
-packetLen(0x009a, -1) // ZC_BROADCAST
+packetLen(0x009a, -1)
// Packet: 0x009b
#if PACKETVER >= 20060327
-packetLen(0x009b, 26) // CZ_CHANGE_DIRECTION
+packetLen(0x009b, 26)
#elif PACKETVER >= 20060102
-packetLen(0x009b, 33) // CZ_CHANGE_DIRECTION
+packetLen(0x009b, 33)
#endif
// Packet: 0x009c
-packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, 9)
// Packet: 0x009d
-packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+packetLen(0x009d, 17)
// Packet: 0x009e
-packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 17)
// Packet: 0x009f
#if PACKETVER >= 20060327
-packetLen(0x009f, 14) // CZ_ITEM_PICKUP
+packetLen(0x009f, 14)
#elif PACKETVER >= 20060102
-packetLen(0x009f, 17) // CZ_ITEM_PICKUP
+packetLen(0x009f, 17)
#endif
// Packet: 0x00a0
-packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, 23)
// Packet: 0x00a1
-packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, 6)
// Packet: 0x00a2
#if PACKETVER >= 20060327
-packetLen(0x00a2, 15) // CZ_ITEM_THROW
+packetLen(0x00a2, 15)
#elif PACKETVER >= 20060102
-packetLen(0x00a2, 12) // CZ_ITEM_THROW
+packetLen(0x00a2, 12)
#endif
// Packet: 0x00a3
-packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, -1)
// Packet: 0x00a4
-packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, -1)
// Packet: 0x00a5
-packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, -1)
// Packet: 0x00a6
-packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, -1)
// Packet: 0x00a7
#if PACKETVER >= 20060327
@@ -270,1649 +270,1649 @@ packetLen(0x00a7, 6)
#endif
// Packet: 0x00a8
-packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 7)
// Packet: 0x00a9
-packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, 6)
// Packet: 0x00aa
-packetLen(0x00aa, 7) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 7)
// Packet: 0x00ab
-packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, 4)
// Packet: 0x00ac
-packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, 7)
// Packet: 0x00ae
-packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+packetLen(0x00ae, -1)
// Packet: 0x00af
-packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, 6)
// Packet: 0x00b0
-packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+packetLen(0x00b0, 8)
// Packet: 0x00b1
-packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, 8)
// Packet: 0x00b2
-packetLen(0x00b2, 3) // CZ_RESTART
+packetLen(0x00b2, 3)
// Packet: 0x00b3
-packetLen(0x00b3, 3) // ZC_RESTART_ACK
+packetLen(0x00b3, 3)
// Packet: 0x00b4
-packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+packetLen(0x00b4, -1)
// Packet: 0x00b5
-packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 6)
// Packet: 0x00b6
-packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 6)
// Packet: 0x00b7
-packetLen(0x00b7, -1) // ZC_MENU_LIST
+packetLen(0x00b7, -1)
// Packet: 0x00b8
-packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+packetLen(0x00b8, 7)
// Packet: 0x00b9
-packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, 6)
// Packet: 0x00ba
-packetLen(0x00ba, 2) // CZ_REQ_STATUS
+packetLen(0x00ba, 2)
// Packet: 0x00bb
-packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+packetLen(0x00bb, 5)
// Packet: 0x00bc
-packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 6)
// Packet: 0x00bd
-packetLen(0x00bd, 44) // ZC_STATUS
+packetLen(0x00bd, 44)
// Packet: 0x00be
-packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+packetLen(0x00be, 5)
// Packet: 0x00bf
-packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+packetLen(0x00bf, 3)
// Packet: 0x00c0
-packetLen(0x00c0, 7) // ZC_EMOTION
+packetLen(0x00c0, 7)
// Packet: 0x00c1
-packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, 2)
// Packet: 0x00c2
-packetLen(0x00c2, 6) // ZC_USER_COUNT
+packetLen(0x00c2, 6)
// Packet: 0x00c3
-packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, 8)
// Packet: 0x00c4
-packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, 6)
// Packet: 0x00c5
-packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, 7)
// Packet: 0x00c6
-packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, -1)
// Packet: 0x00c7
-packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, -1)
// Packet: 0x00c8
-packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, -1)
// Packet: 0x00c9
-packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, -1)
// Packet: 0x00ca
-packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, 3)
// Packet: 0x00cb
-packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+packetLen(0x00cb, 3)
// Packet: 0x00cc
-packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, 6)
// Packet: 0x00cd
-packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+packetLen(0x00cd, 3)
// Packet: 0x00ce
-packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 2)
// Packet: 0x00cf
-packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 27)
// Packet: 0x00d0
-packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, 3)
// Packet: 0x00d1
-packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, 4)
// Packet: 0x00d2
-packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 4)
// Packet: 0x00d3
-packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 2)
// Packet: 0x00d4
-packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+packetLen(0x00d4, -1)
// Packet: 0x00d5
-packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, -1)
// Packet: 0x00d6
-packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 3)
// Packet: 0x00d7
-packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, -1)
// Packet: 0x00d8
-packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+packetLen(0x00d8, 6)
// Packet: 0x00d9
-packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, 14)
// Packet: 0x00da
-packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, 3)
// Packet: 0x00db
-packetLen(0x00db, -1) // ZC_ENTER_ROOM
+packetLen(0x00db, -1)
// Packet: 0x00dc
-packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 28)
// Packet: 0x00dd
-packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+packetLen(0x00dd, 29)
// Packet: 0x00de
-packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, -1)
// Packet: 0x00df
-packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, -1)
// Packet: 0x00e0
-packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, 30)
// Packet: 0x00e1
-packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+packetLen(0x00e1, 30)
// Packet: 0x00e2
-packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, 26)
// Packet: 0x00e3
-packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+packetLen(0x00e3, 2)
// Packet: 0x00e4
-packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 6)
// Packet: 0x00e5
-packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 26)
// Packet: 0x00e6
-packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, 3)
// Packet: 0x00e7
-packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 3)
// Packet: 0x00e8
-packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, 8)
// Packet: 0x00e9
-packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 19)
// Packet: 0x00ea
-packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 5)
// Packet: 0x00eb
-packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 2)
// Packet: 0x00ec
-packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 3)
// Packet: 0x00ed
-packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, 2)
// Packet: 0x00ee
-packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, 2)
// Packet: 0x00ef
-packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 2)
// Packet: 0x00f0
-packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 3)
// Packet: 0x00f1
-packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+packetLen(0x00f1, 2)
// Packet: 0x00f2
-packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 6)
// Packet: 0x00f3
-packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+packetLen(0x00f3, -1)
// Packet: 0x00f4
-packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 21)
// Packet: 0x00f5
#if PACKETVER >= 20060327
-packetLen(0x00f5, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+packetLen(0x00f5, 8)
#elif PACKETVER >= 20060102
-packetLen(0x00f5, 10) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+packetLen(0x00f5, 10)
#endif
// Packet: 0x00f6
-packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 8)
// Packet: 0x00f7
#if PACKETVER >= 20060327
-packetLen(0x00f7, 22) // CZ_REQUEST_TIME
+packetLen(0x00f7, 22)
#elif PACKETVER >= 20060102
-packetLen(0x00f7, 26) // CZ_REQUEST_TIME
+packetLen(0x00f7, 26)
#endif
// Packet: 0x00f8
-packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+packetLen(0x00f8, 2)
// Packet: 0x00f9
-packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+packetLen(0x00f9, 26)
// Packet: 0x00fa
-packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, 3)
// Packet: 0x00fb
-packetLen(0x00fb, -1) // ZC_GROUP_LIST
+packetLen(0x00fb, -1)
// Packet: 0x00fc
-packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, 6)
// Packet: 0x00fd
-packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, 27)
// Packet: 0x00fe
-packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, 30)
// Packet: 0x00ff
-packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+packetLen(0x00ff, 10)
// Packet: 0x0100
-packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, 2)
// Packet: 0x0101
-packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, 6)
// Packet: 0x0102
-packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 6)
// Packet: 0x0103
-packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 30)
// Packet: 0x0104
-packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, 79)
// Packet: 0x0105
-packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, 31)
// Packet: 0x0106
-packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, 10)
// Packet: 0x0107
-packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, 10)
// Packet: 0x0108
-packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, -1)
// Packet: 0x0109
-packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, -1)
// Packet: 0x010a
-packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 4)
// Packet: 0x010b
-packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, 6)
// Packet: 0x010c
-packetLen(0x010c, 6) // ZC_MVP
+packetLen(0x010c, 6)
// Packet: 0x010d
-packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+packetLen(0x010d, 2)
// Packet: 0x010e
-packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, 11)
// Packet: 0x010f
-packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+packetLen(0x010f, -1)
// Packet: 0x0110
-packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, 10)
// Packet: 0x0111
-packetLen(0x0111, 39) // ZC_ADD_SKILL
+packetLen(0x0111, 39)
// Packet: 0x0112
-packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, 4)
// Packet: 0x0113
#if PACKETVER >= 20060327
-packetLen(0x0113, 22) // CZ_USE_SKILL
+packetLen(0x0113, 22)
#elif PACKETVER >= 20060102
-packetLen(0x0113, 23) // CZ_USE_SKILL
+packetLen(0x0113, 23)
#endif
// Packet: 0x0114
-packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+packetLen(0x0114, 31)
// Packet: 0x0115
-packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+packetLen(0x0115, 35)
// Packet: 0x0116
#if PACKETVER >= 20060327
-packetLen(0x0116, 10) // CZ_USE_SKILL_TOGROUND
+packetLen(0x0116, 10)
#elif PACKETVER >= 20060102
-packetLen(0x0116, 14) // CZ_USE_SKILL_TOGROUND
+packetLen(0x0116, 14)
#endif
// Packet: 0x0117
-packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, 18)
// Packet: 0x0118
-packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+packetLen(0x0118, 2)
// Packet: 0x0119
-packetLen(0x0119, 13) // ZC_STATE_CHANGE
+packetLen(0x0119, 13)
// Packet: 0x011a
-packetLen(0x011a, 15) // ZC_USE_SKILL
+packetLen(0x011a, 15)
// Packet: 0x011b
-packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, 20)
// Packet: 0x011c
-packetLen(0x011c, 68) // ZC_WARPLIST
+packetLen(0x011c, 68)
// Packet: 0x011d
-packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 2)
// Packet: 0x011e
-packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, 3)
// Packet: 0x011f
-packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+packetLen(0x011f, 16)
// Packet: 0x0120
-packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, 6)
// Packet: 0x0121
-packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, 14)
// Packet: 0x0122
-packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, -1)
// Packet: 0x0123
-packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, -1)
// Packet: 0x0124
-packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 21)
// Packet: 0x0125
-packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 8)
// Packet: 0x0126
-packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 8)
// Packet: 0x0127
-packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, 8)
// Packet: 0x0128
-packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 8)
// Packet: 0x0129
-packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, 8)
// Packet: 0x012a
-packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+packetLen(0x012a, 2)
// Packet: 0x012b
-packetLen(0x012b, 2) // ZC_CARTOFF
+packetLen(0x012b, 2)
// Packet: 0x012c
-packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 3)
// Packet: 0x012d
-packetLen(0x012d, 4) // ZC_OPENSTORE
+packetLen(0x012d, 4)
// Packet: 0x012e
-packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, 2)
// Packet: 0x012f
-packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+packetLen(0x012f, -1)
// Packet: 0x0130
-packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, 6)
// Packet: 0x0131
-packetLen(0x0131, 86) // ZC_STORE_ENTRY
+packetLen(0x0131, 86)
// Packet: 0x0132
-packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, 6)
// Packet: 0x0133
-packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, -1)
// Packet: 0x0134
-packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, -1)
// Packet: 0x0135
-packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, 7)
// Packet: 0x0136
-packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, -1)
// Packet: 0x0137
-packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, 6)
// Packet: 0x0138
-packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+packetLen(0x0138, 3)
// Packet: 0x0139
-packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, 16)
// Packet: 0x013a
-packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+packetLen(0x013a, 4)
// Packet: 0x013b
-packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+packetLen(0x013b, 4)
// Packet: 0x013c
-packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+packetLen(0x013c, 4)
// Packet: 0x013d
-packetLen(0x013d, 6) // ZC_RECOVERY
+packetLen(0x013d, 6)
// Packet: 0x013e
-packetLen(0x013e, 24) // ZC_USESKILL_ACK
+packetLen(0x013e, 24)
// Packet: 0x013f
-packetLen(0x013f, 26) // CZ_ITEM_CREATE
+packetLen(0x013f, 26)
// Packet: 0x0140
-packetLen(0x0140, 22) // CZ_MOVETO_MAP
+packetLen(0x0140, 22)
// Packet: 0x0141
-packetLen(0x0141, 14) // ZC_COUPLESTATUS
+packetLen(0x0141, 14)
// Packet: 0x0142
-packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+packetLen(0x0142, 6)
// Packet: 0x0143
-packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+packetLen(0x0143, 10)
// Packet: 0x0144
-packetLen(0x0144, 23) // ZC_COMPASS
+packetLen(0x0144, 23)
// Packet: 0x0145
-packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+packetLen(0x0145, 19)
// Packet: 0x0146
-packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+packetLen(0x0146, 6)
// Packet: 0x0147
-packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+packetLen(0x0147, 39)
// Packet: 0x0148
-packetLen(0x0148, 8) // ZC_RESURRECTION
+packetLen(0x0148, 8)
// Packet: 0x0149
-packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, 9)
// Packet: 0x014a
-packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+packetLen(0x014a, 6)
// Packet: 0x014b
-packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+packetLen(0x014b, 27)
// Packet: 0x014c
-packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, -1)
// Packet: 0x014d
-packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 2)
// Packet: 0x014e
-packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+packetLen(0x014e, 6)
// Packet: 0x014f
-packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, 6)
// Packet: 0x0150
-packetLen(0x0150, 110) // ZC_GUILD_INFO
+packetLen(0x0150, 110)
// Packet: 0x0151
-packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+packetLen(0x0151, 6)
// Packet: 0x0152
-packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+packetLen(0x0152, -1)
// Packet: 0x0153
-packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+packetLen(0x0153, -1)
// Packet: 0x0154
-packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, -1)
// Packet: 0x0155
-packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, -1)
// Packet: 0x0156
-packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+packetLen(0x0156, -1)
// Packet: 0x0157
-packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+packetLen(0x0157, 6)
// Packet: 0x0158
-packetLen(0x0158, -1) // ZC_ACK_OPEN_MEMBER_INFO
+packetLen(0x0158, -1)
// Packet: 0x0159
-packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, 54)
// Packet: 0x015a
-packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 66)
// Packet: 0x015b
-packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 54)
// Packet: 0x015c
-packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, 90)
// Packet: 0x015d
-packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+packetLen(0x015d, 42)
// Packet: 0x015e
-packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, 6)
// Packet: 0x015f
-packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+packetLen(0x015f, 42)
// Packet: 0x0160
-packetLen(0x0160, -1) // ZC_POSITION_INFO
+packetLen(0x0160, -1)
// Packet: 0x0161
-packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, -1)
// Packet: 0x0162
-packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, -1)
// Packet: 0x0163
-packetLen(0x0163, -1) // ZC_BAN_LIST
+packetLen(0x0163, -1)
// Packet: 0x0164
-packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+packetLen(0x0164, -1)
// Packet: 0x0165
-packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, 30)
// Packet: 0x0166
-packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, -1)
// Packet: 0x0167
-packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 3)
// Packet: 0x0168
-packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, 14)
// Packet: 0x0169
-packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 3)
// Packet: 0x016a
-packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, 30)
// Packet: 0x016b
-packetLen(0x016b, 10) // CZ_JOIN_GUILD
+packetLen(0x016b, 10)
// Packet: 0x016c
-packetLen(0x016c, 43) // ZC_UPDATE_GDID
+packetLen(0x016c, 43)
// Packet: 0x016d
-packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 14)
// Packet: 0x016e
-packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+packetLen(0x016e, 186)
// Packet: 0x016f
-packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+packetLen(0x016f, 182)
// Packet: 0x0170
-packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 14)
// Packet: 0x0171
-packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, 30)
// Packet: 0x0172
-packetLen(0x0172, 10) // CZ_ALLY_GUILD
+packetLen(0x0172, 10)
// Packet: 0x0173
-packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+packetLen(0x0173, 3)
// Packet: 0x0174
-packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0174, -1)
// Packet: 0x0175
-packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+packetLen(0x0175, 6)
// Packet: 0x0176
-packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+packetLen(0x0176, 106)
// Packet: 0x0177
-packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, -1)
// Packet: 0x0178
-packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, 4)
// Packet: 0x0179
-packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 5)
// Packet: 0x017a
-packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, 4)
// Packet: 0x017b
-packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, -1)
// Packet: 0x017c
-packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, 6)
// Packet: 0x017d
-packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 7)
// Packet: 0x017e
-packetLen(0x017e, -1) // CZ_GUILD_CHAT
+packetLen(0x017e, -1)
// Packet: 0x017f
-packetLen(0x017f, -1) // ZC_GUILD_CHAT
+packetLen(0x017f, -1)
// Packet: 0x0180
-packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+packetLen(0x0180, 6)
// Packet: 0x0181
-packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+packetLen(0x0181, 3)
// Packet: 0x0182
-packetLen(0x0182, 106) // ZC_MEMBER_ADD
+packetLen(0x0182, 106)
// Packet: 0x0183
-packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+packetLen(0x0183, 10)
// Packet: 0x0184
-packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+packetLen(0x0184, 10)
// Packet: 0x0185
-packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+packetLen(0x0185, 34)
// Packet: 0x0187
-packetLen(0x0187, 6) // CH_UNKNOWN_PING
+packetLen(0x0187, 6)
// Packet: 0x0188
-packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, 8)
// Packet: 0x0189
-packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, 4)
// Packet: 0x018a
-packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+packetLen(0x018a, 4)
// Packet: 0x018b
-packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, 4)
// Packet: 0x018c
-packetLen(0x018c, 29) // ZC_MONSTER_INFO
+packetLen(0x018c, 29)
// Packet: 0x018d
-packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, -1)
// Packet: 0x018e
-packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+packetLen(0x018e, 10)
// Packet: 0x018f
-packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 6)
// Packet: 0x0190
#if PACKETVER >= 20060327
-packetLen(0x0190, 19) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+packetLen(0x0190, 19)
#elif PACKETVER >= 20060102
-packetLen(0x0190, 9) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+packetLen(0x0190, 9)
#endif
// Packet: 0x0191
-packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+packetLen(0x0191, 86)
// Packet: 0x0192
-packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+packetLen(0x0192, 24)
// Packet: 0x0193
-packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+packetLen(0x0193, 2)
// Packet: 0x0194
-packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 30)
// Packet: 0x0195
-packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 102)
// Packet: 0x0196
-packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, 9)
// Packet: 0x0197
-packetLen(0x0197, 4) // CZ_RESET
+packetLen(0x0197, 4)
// Packet: 0x0198
-packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+packetLen(0x0198, 8)
// Packet: 0x0199
-packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, 4)
// Packet: 0x019a
-packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 14)
// Packet: 0x019b
-packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 10)
// Packet: 0x019c
-packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+packetLen(0x019c, -1)
// Packet: 0x019d
-packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, 6)
// Packet: 0x019e
-packetLen(0x019e, 2) // ZC_START_CAPTURE
+packetLen(0x019e, 2)
// Packet: 0x019f
-packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, 6)
// Packet: 0x01a0
-packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, 3)
// Packet: 0x01a1
-packetLen(0x01a1, 3) // CZ_COMMAND_PET
+packetLen(0x01a1, 3)
// Packet: 0x01a2
-packetLen(0x01a2, 35) // ZC_PROPERTY_PET
+packetLen(0x01a2, 35)
// Packet: 0x01a3
-packetLen(0x01a3, 5) // ZC_FEED_PET
+packetLen(0x01a3, 5)
// Packet: 0x01a4
-packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, 11)
// Packet: 0x01a5
-packetLen(0x01a5, 26) // CZ_RENAME_PET
+packetLen(0x01a5, 26)
// Packet: 0x01a6
-packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+packetLen(0x01a6, -1)
// Packet: 0x01a7
-packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 4)
// Packet: 0x01a8
-packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+packetLen(0x01a8, 4)
// Packet: 0x01a9
-packetLen(0x01a9, 6) // CZ_PET_ACT
+packetLen(0x01a9, 6)
// Packet: 0x01aa
-packetLen(0x01aa, 10) // ZC_PET_ACT
+packetLen(0x01aa, 10)
// Packet: 0x01ab
-packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, 12)
// Packet: 0x01ac
-packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+packetLen(0x01ac, 6)
// Packet: 0x01ad
-packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, -1)
// Packet: 0x01ae
-packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, 4)
// Packet: 0x01af
-packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+packetLen(0x01af, 4)
// Packet: 0x01b0
-packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, 11)
// Packet: 0x01b1
-packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+packetLen(0x01b1, 7)
// Packet: 0x01b2
-packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, -1)
// Packet: 0x01b3
-packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, 67)
// Packet: 0x01b4
-packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+packetLen(0x01b4, 12)
// Packet: 0x01b5
-packetLen(0x01b5, 18) // SC_BILLING_INFO
+packetLen(0x01b5, 18)
// Packet: 0x01b6
-packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+packetLen(0x01b6, 114)
// Packet: 0x01b7
-packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+packetLen(0x01b7, 6)
// Packet: 0x01b8
-packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+packetLen(0x01b8, 3)
// Packet: 0x01b9
-packetLen(0x01b9, 6) // ZC_DISPEL
+packetLen(0x01b9, 6)
// Packet: 0x01ba
-packetLen(0x01ba, 26) // CZ_REMOVE_AID
+packetLen(0x01ba, 26)
// Packet: 0x01bb
-packetLen(0x01bb, 26) // CZ_SHIFT
+packetLen(0x01bb, 26)
// Packet: 0x01bc
-packetLen(0x01bc, 26) // CZ_RECALL
+packetLen(0x01bc, 26)
// Packet: 0x01bd
-packetLen(0x01bd, 26) // CZ_RECALL_GID
+packetLen(0x01bd, 26)
// Packet: 0x01be
-packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+packetLen(0x01be, 2)
// Packet: 0x01bf
-packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+packetLen(0x01bf, 3)
// Packet: 0x01c0
-packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+packetLen(0x01c0, 2)
// Packet: 0x01c1
-packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+packetLen(0x01c1, 14)
// Packet: 0x01c2
-packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+packetLen(0x01c2, 10)
// Packet: 0x01c3
-packetLen(0x01c3, -1) // ZC_BROADCAST2
+packetLen(0x01c3, -1)
// Packet: 0x01c4
-packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 22)
// Packet: 0x01c5
-packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 22)
// Packet: 0x01c6
-packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+packetLen(0x01c6, 4)
// Packet: 0x01c7
-packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+packetLen(0x01c7, 2)
// Packet: 0x01c8
-packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, 13)
// Packet: 0x01c9
-packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 97)
// Packet: 0x01ca
-packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+packetLen(0x01ca, 3)
// Packet: 0x01cb
-packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+packetLen(0x01cb, 9)
// Packet: 0x01cc
-packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+packetLen(0x01cc, 9)
// Packet: 0x01cd
-packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, 30)
// Packet: 0x01ce
-packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, 6)
// Packet: 0x01cf
-packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+packetLen(0x01cf, 28)
// Packet: 0x01d0
-packetLen(0x01d0, 8) // ZC_SPIRITS
+packetLen(0x01d0, 8)
// Packet: 0x01d1
-packetLen(0x01d1, 14) // ZC_BLADESTOP
+packetLen(0x01d1, 14)
// Packet: 0x01d2
-packetLen(0x01d2, 10) // ZC_COMBODELAY
+packetLen(0x01d2, 10)
// Packet: 0x01d3
-packetLen(0x01d3, 35) // ZC_SOUND
+packetLen(0x01d3, 35)
// Packet: 0x01d4
-packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, 6)
// Packet: 0x01d5
-packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, -1)
// Packet: 0x01d6
-packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 4)
// Packet: 0x01d7
-packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 11)
// Packet: 0x01d8
-packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 54)
// Packet: 0x01d9
-packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 53)
// Packet: 0x01da
-packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 60)
// Packet: 0x01db
-packetLen(0x01db, 2) // CA_REQ_HASH
+packetLen(0x01db, 2)
// Packet: 0x01dc
-packetLen(0x01dc, -1) // AC_ACK_HASH
+packetLen(0x01dc, -1)
// Packet: 0x01dd
-packetLen(0x01dd, 47) // CA_LOGIN2
+packetLen(0x01dd, 47)
// Packet: 0x01de
-packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 33)
// Packet: 0x01df
-packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+packetLen(0x01df, 6)
// Packet: 0x01e0
-packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+packetLen(0x01e0, 30)
// Packet: 0x01e1
-packetLen(0x01e1, 8) // ZC_SPIRITS2
+packetLen(0x01e1, 8)
// Packet: 0x01e2
-packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+packetLen(0x01e2, 34)
// Packet: 0x01e3
-packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+packetLen(0x01e3, 14)
// Packet: 0x01e4
-packetLen(0x01e4, 2) // ZC_START_COUPLE
+packetLen(0x01e4, 2)
// Packet: 0x01e5
-packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+packetLen(0x01e5, 6)
// Packet: 0x01e6
-packetLen(0x01e6, 26) // ZC_COUPLENAME
+packetLen(0x01e6, 26)
// Packet: 0x01e7
-packetLen(0x01e7, 2) // CZ_DORIDORI
+packetLen(0x01e7, 2)
// Packet: 0x01e8
-packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 28)
// Packet: 0x01e9
-packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, 81)
// Packet: 0x01ea
-packetLen(0x01ea, 6) // ZC_CONGRATULATION
+packetLen(0x01ea, 6)
// Packet: 0x01eb
-packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, 10)
// Packet: 0x01ec
-packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+packetLen(0x01ec, 26)
// Packet: 0x01ed
-packetLen(0x01ed, 2) // CZ_CHOPOKGI
+packetLen(0x01ed, 2)
// Packet: 0x01ee
-packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, -1)
// Packet: 0x01ef
-packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, -1)
// Packet: 0x01f0
-packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, -1)
// Packet: 0x01f1
-packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+packetLen(0x01f1, -1)
// Packet: 0x01f2
-packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, 20)
// Packet: 0x01f3
-packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+packetLen(0x01f3, 10)
// Packet: 0x01f4
-packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, 32)
// Packet: 0x01f5
-packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, 9)
// Packet: 0x01f6
-packetLen(0x01f6, 34) // ZC_REQ_BABY
+packetLen(0x01f6, 34)
// Packet: 0x01f7
-packetLen(0x01f7, 14) // CZ_JOIN_BABY
+packetLen(0x01f7, 14)
// Packet: 0x01f8
-packetLen(0x01f8, 2) // ZC_START_BABY
+packetLen(0x01f8, 2)
// Packet: 0x01f9
-packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+packetLen(0x01f9, 6)
// Packet: 0x01fa
-packetLen(0x01fa, 48) // CA_LOGIN3
+packetLen(0x01fa, 48)
// Packet: 0x01fb
-packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+packetLen(0x01fb, 56)
// Packet: 0x01fc
-packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, -1)
// Packet: 0x01fd
-packetLen(0x01fd, 4) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 4)
// Packet: 0x01fe
-packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, 5)
// Packet: 0x01ff
-packetLen(0x01ff, 10) // ZC_HIGHJUMP
+packetLen(0x01ff, 10)
// Packet: 0x0200
-packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+packetLen(0x0200, 26)
// Packet: 0x0201
-packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+packetLen(0x0201, -1)
// Packet: 0x0202
-packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+packetLen(0x0202, 26)
// Packet: 0x0203
-packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+packetLen(0x0203, 10)
// Packet: 0x0204
-packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+packetLen(0x0204, 18)
// Packet: 0x0205
-packetLen(0x0205, 26) // ZC_DIVORCE
+packetLen(0x0205, 26)
// Packet: 0x0206
-packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+packetLen(0x0206, 11)
// Packet: 0x0207
-packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, 34)
// Packet: 0x0208
-packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, 14)
// Packet: 0x0209
-packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, 36)
// Packet: 0x020a
-packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 10)
// Packet: 0x020d
-packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+packetLen(0x020d, -1)
// Packet: 0x020e
-packetLen(0x020e, 32) // ZC_STARSKILL
+packetLen(0x020e, 32)
// Packet: 0x0212
-packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+packetLen(0x0212, 26)
// Packet: 0x0213
-packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+packetLen(0x0213, 26)
// Packet: 0x0214
-packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+packetLen(0x0214, 42)
// Packet: 0x0215
-packetLen(0x0215, 6) // ZC_SKILLMSG
+packetLen(0x0215, 6)
// Packet: 0x0216
-packetLen(0x0216, 6) // ZC_BABYMSG
+packetLen(0x0216, 6)
// Packet: 0x0217
-packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 2)
// Packet: 0x0218
-packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, 2)
// Packet: 0x0219
-packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 282)
// Packet: 0x021a
-packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, 282)
// Packet: 0x021b
-packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, 10)
// Packet: 0x021c
-packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, 10)
// Packet: 0x021d
-packetLen(0x021d, 6) // CZ_LESSEFFECT
+packetLen(0x021d, 6)
// Packet: 0x021e
-packetLen(0x021e, 6) // ZC_LESSEFFECT
+packetLen(0x021e, 6)
// Packet: 0x021f
-packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+packetLen(0x021f, 66)
// Packet: 0x0220
-packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+packetLen(0x0220, 10)
// Packet: 0x0221
-packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+packetLen(0x0221, -1)
// Packet: 0x0222
-packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+packetLen(0x0222, 6)
// Packet: 0x0223
-packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+packetLen(0x0223, 8)
// Packet: 0x0224
-packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+packetLen(0x0224, 10)
// Packet: 0x0225
-packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+packetLen(0x0225, 2)
// Packet: 0x0226
-packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+packetLen(0x0226, 282)
// Packet: 0x0227
-packetLen(0x0227, 18) // ZC_GAME_GUARD
+packetLen(0x0227, 18)
// Packet: 0x0228
-packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+packetLen(0x0228, 18)
// Packet: 0x0229
-packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+packetLen(0x0229, 15)
// Packet: 0x022a
-packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 58)
// Packet: 0x022b
-packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, 57)
// Packet: 0x022c
-packetLen(0x022c, 64) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, 64)
// Packet: 0x022d
-packetLen(0x022d, 5) // CZ_COMMAND_MER
+packetLen(0x022d, 5)
// Packet: 0x022e
-packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 71)
// Packet: 0x022f
-packetLen(0x022f, 5) // ZC_FEED_MER
+packetLen(0x022f, 5)
// Packet: 0x0230
-packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+packetLen(0x0230, 12)
// Packet: 0x0231
-packetLen(0x0231, 26) // CZ_RENAME_MER
+packetLen(0x0231, 26)
// Packet: 0x0232
-packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, 9)
// Packet: 0x0233
-packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, 11)
// Packet: 0x0234
-packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, 6)
// Packet: 0x0235
-packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, -1)
// Packet: 0x0236
-packetLen(0x0236, 10) // ZC_KILLER_POINT
+packetLen(0x0236, 10)
// Packet: 0x0237
-packetLen(0x0237, 2) // CZ_KILLER_RANK
+packetLen(0x0237, 2)
// Packet: 0x0238
-packetLen(0x0238, 282) // ZC_KILLER_RANK
+packetLen(0x0238, 282)
// Packet: 0x0239
-packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 11)
// Packet: 0x023a
-packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, 4)
// Packet: 0x023b
-packetLen(0x023b, 36) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 36)
// Packet: 0x023c
-packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, 6)
// Packet: 0x023d
-packetLen(0x023d, 6) // AC_EVENT_RESULT
+packetLen(0x023d, 6)
// Packet: 0x023e
#if PACKETVER >= 20061207
-packetLen(0x023e, 8) // HC_REQUEST_CHARACTER_PASSWORD
+packetLen(0x023e, 8)
#elif PACKETVER >= 20060102
-packetLen(0x023e, 4) // HC_REQUEST_CHARACTER_PASSWORD
+packetLen(0x023e, 4)
#endif
// Packet: 0x023f
-packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+packetLen(0x023f, 2)
// Packet: 0x0240
-packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+packetLen(0x0240, -1)
// Packet: 0x0241
-packetLen(0x0241, 6) // CZ_MAIL_OPEN
+packetLen(0x0241, 6)
// Packet: 0x0242
-packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+packetLen(0x0242, -1)
// Packet: 0x0243
-packetLen(0x0243, 6) // CZ_MAIL_DELETE
+packetLen(0x0243, 6)
// Packet: 0x0244
-packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+packetLen(0x0244, 6)
// Packet: 0x0245
-packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+packetLen(0x0245, 3)
// Packet: 0x0246
-packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+packetLen(0x0246, 4)
// Packet: 0x0247
-packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+packetLen(0x0247, 8)
// Packet: 0x0248
-packetLen(0x0248, -1) // CZ_MAIL_SEND
+packetLen(0x0248, -1)
// Packet: 0x0249
-packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+packetLen(0x0249, 3)
// Packet: 0x024a
-packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+packetLen(0x024a, 70)
// Packet: 0x024b
-packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+packetLen(0x024b, 4)
// Packet: 0x024c
-packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+packetLen(0x024c, 8)
// Packet: 0x024d
-packetLen(0x024d, 12) // CZ_AUCTION_ADD
+packetLen(0x024d, 12)
// Packet: 0x024e
-packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+packetLen(0x024e, 6)
// Packet: 0x024f
-packetLen(0x024f, 10) // CZ_AUCTION_BUY
+packetLen(0x024f, 10)
// Packet: 0x0250
-packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+packetLen(0x0250, 3)
// Packet: 0x0251
-packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+packetLen(0x0251, 34)
// Packet: 0x0252
-packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+packetLen(0x0252, -1)
// Packet: 0x0253
-packetLen(0x0253, 3) // ZC_STARPLACE
+packetLen(0x0253, 3)
// Packet: 0x0254
-packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+packetLen(0x0254, 3)
// Packet: 0x0255
-packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+packetLen(0x0255, 5)
// Packet: 0x0256
-packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+packetLen(0x0256, 5)
// Packet: 0x0257
-packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+packetLen(0x0257, 8)
// Packet: 0x0258
-packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+packetLen(0x0258, 2)
// Packet: 0x0259
-packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+packetLen(0x0259, 3)
// Packet: 0x025a
-packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+packetLen(0x025a, -1)
// Packet: 0x025b
-packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+packetLen(0x025b, 6)
// Packet: 0x025c
-packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+packetLen(0x025c, 4)
// Packet: 0x025d
-packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+packetLen(0x025d, 6)
// Packet: 0x025e
-packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+packetLen(0x025e, 4)
// Packet: 0x025f
-packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+packetLen(0x025f, 6)
// Packet: 0x0260
-packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+packetLen(0x0260, 6)
// Packet: 0x0261
#if PACKETVER >= 20060109
-packetLen(0x0261, 11) // AC_REQ_LOGIN_OLDEKEY
+packetLen(0x0261, 11)
#endif
// Packet: 0x0262
#if PACKETVER >= 20060109
-packetLen(0x0262, 11) // AC_REQ_LOGIN_NEWEKEY
+packetLen(0x0262, 11)
#endif
// Packet: 0x0263
#if PACKETVER >= 20060109
-packetLen(0x0263, 11) // AC_REQ_LOGIN_CARDPASS
+packetLen(0x0263, 11)
#endif
// Packet: 0x0264
#if PACKETVER >= 20060109
-packetLen(0x0264, 20) // CA_ACK_LOGIN_OLDEKEY
+packetLen(0x0264, 20)
#endif
// Packet: 0x0265
#if PACKETVER >= 20060109
-packetLen(0x0265, 20) // CA_ACK_LOGIN_NEWEKEY
+packetLen(0x0265, 20)
#endif
// Packet: 0x0266
#if PACKETVER >= 20060109
-packetLen(0x0266, 30) // CA_ACK_LOGIN_CARDPASS
+packetLen(0x0266, 30)
#endif
// Packet: 0x0267
#if PACKETVER >= 20060109
-packetLen(0x0267, 4) // AC_ACK_EKEY_FAIL_NOTEXIST
+packetLen(0x0267, 4)
#endif
// Packet: 0x0268
#if PACKETVER >= 20060109
-packetLen(0x0268, 4) // AC_ACK_EKEY_FAIL_NOTUSESEKEY
+packetLen(0x0268, 4)
#endif
// Packet: 0x0269
#if PACKETVER >= 20060109
-packetLen(0x0269, 4) // AC_ACK_EKEY_FAIL_NOTUSEDEKEY
+packetLen(0x0269, 4)
#endif
// Packet: 0x026a
#if PACKETVER >= 20060109
-packetLen(0x026a, 4) // AC_ACK_EKEY_FAIL_AUTHREFUSE
+packetLen(0x026a, 4)
#endif
// Packet: 0x026b
#if PACKETVER >= 20060109
-packetLen(0x026b, 4) // AC_ACK_EKEY_FAIL_INPUTEKEY
+packetLen(0x026b, 4)
#endif
// Packet: 0x026c
#if PACKETVER >= 20060109
-packetLen(0x026c, 4) // AC_ACK_EKEY_FAIL_NOTICE
+packetLen(0x026c, 4)
#endif
// Packet: 0x026d
#if PACKETVER >= 20060109
-packetLen(0x026d, 4) // AC_ACK_EKEY_FAIL_NEEDCARDPASS
+packetLen(0x026d, 4)
#endif
// Packet: 0x026f
#if PACKETVER >= 20060109
-packetLen(0x026f, 2) // AC_ACK_FIRST_LOGIN
+packetLen(0x026f, 2)
#endif
// Packet: 0x0270
#if PACKETVER >= 20060109
-packetLen(0x0270, 2) // AC_REQ_LOGIN_ACCOUNT_INFO
+packetLen(0x0270, 2)
#endif
// Packet: 0x0271
#if PACKETVER >= 20060126
-packetLen(0x0271, 40) // CA_ACK_LOGIN_ACCOUNT_INFO
+packetLen(0x0271, 40)
#elif PACKETVER >= 20060109
-packetLen(0x0271, 38) // CA_ACK_LOGIN_ACCOUNT_INFO
+packetLen(0x0271, 38)
#endif
// Packet: 0x0272
#if PACKETVER >= 20060109
-packetLen(0x0272, 44) // AC_ACK_PT_ID_INFO
+packetLen(0x0272, 44)
#endif
// Packet: 0x0273
#if PACKETVER >= 20060313
-packetLen(0x0273, 30) // CZ_REQ_MAIL_RETURN
+packetLen(0x0273, 30)
#elif PACKETVER >= 20060306
-packetLen(0x0273, 6) // CZ_REQ_MAIL_RETURN
+packetLen(0x0273, 6)
#endif
// Packet: 0x0274
#if PACKETVER >= 20060306
-packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, 8)
#endif
// Packet: 0x0277
#if PACKETVER >= 20060424
-packetLen(0x0277, 84) // CA_LOGIN_PCBANG
+packetLen(0x0277, 84)
#endif
// Packet: 0x0278
#if PACKETVER >= 20060607
-packetLen(0x0278, 2) // ZC_NOTIFY_PCBANG
+packetLen(0x0278, 2)
#endif
// Packet: 0x0279
#if PACKETVER >= 20060607
-packetLen(0x0279, 2) // CZ_HUNTINGLIST
+packetLen(0x0279, 2)
#endif
// Packet: 0x027a
#if PACKETVER >= 20060607
-packetLen(0x027a, -1) // ZC_HUNTINGLIST
+packetLen(0x027a, -1)
#endif
// Packet: 0x027b
#if PACKETVER >= 20060626
-packetLen(0x027b, 14) // ZC_PCBANG_EFFECT
+packetLen(0x027b, 14)
#endif
// Packet: 0x027c
#if PACKETVER >= 20060626
-packetLen(0x027c, 60) // CA_LOGIN4
+packetLen(0x027c, 60)
#endif
// Packet: 0x027d
#if PACKETVER >= 20060703
-packetLen(0x027d, 62) // ZC_PROPERTY_MERCE
+packetLen(0x027d, 62)
#endif
// Packet: 0x027e
#if PACKETVER >= 20060710
-packetLen(0x027e, -1) // ZC_SHANDA_PROTECT
+packetLen(0x027e, -1)
#endif
// Packet: 0x027f
#if PACKETVER >= 20060821
-packetLen(0x027f, 8) // CA_CLIENT_TYPE
+packetLen(0x027f, 8)
#elif PACKETVER >= 20060731
-packetLen(0x027f, 4) // CA_CLIENT_TYPE
+packetLen(0x027f, 4)
#endif
// Packet: 0x0280
#if PACKETVER >= 20060918
-packetLen(0x0280, 12) // ZC_GANGSI_POINT
+packetLen(0x0280, 12)
#elif PACKETVER >= 20060904
-packetLen(0x0280, 10) // ZC_GANGSI_POINT
+packetLen(0x0280, 10)
#endif
// Packet: 0x0281
#if PACKETVER >= 20060918
-packetLen(0x0281, 4) // CZ_GANGSI_RANK
+packetLen(0x0281, 4)
#elif PACKETVER >= 20060904
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#endif
// Packet: 0x0282
#if PACKETVER >= 20060918
-packetLen(0x0282, 284) // ZC_GANGSI_RANK
+packetLen(0x0282, 284)
#elif PACKETVER >= 20060904
-packetLen(0x0282, 282) // ZC_GANGSI_RANK
+packetLen(0x0282, 282)
#endif
// Packet: 0x0283
#if PACKETVER >= 20060904
-packetLen(0x0283, 6) // ZC_AID
+packetLen(0x0283, 6)
#endif
// Packet: 0x0284
#if PACKETVER >= 20060911
-packetLen(0x0284, 14) // ZC_NOTIFY_EFFECT3
+packetLen(0x0284, 14)
#endif
// Packet: 0x0285
#if PACKETVER >= 20060918
-packetLen(0x0285, 6) // ZC_DEATH_QUESTION
+packetLen(0x0285, 6)
#endif
// Packet: 0x0286
#if PACKETVER >= 20060918
-packetLen(0x0286, 4) // CZ_DEATH_QUESTION
+packetLen(0x0286, 4)
#endif
// Packet: 0x028a
#if PACKETVER >= 20060927
-packetLen(0x028a, 18) // ZC_NPC_SHOWEFST_UPDATE
+packetLen(0x028a, 18)
#endif
// Packet: 0x028b
#if PACKETVER >= 20061030
-packetLen(0x028b, -1) // HC_CHARNOTBEENSELECTED
+packetLen(0x028b, -1)
#endif
// Packet: 0x028c
#if PACKETVER >= 20061030
-packetLen(0x028c, 46) // CH_SELECT_CHAR_GOINGTOBEUSED
+packetLen(0x028c, 46)
#endif
// Packet: 0x028d
#if PACKETVER >= 20061030
-packetLen(0x028d, 34) // CH_REQ_IS_VALID_CHARNAME
+packetLen(0x028d, 34)
#endif
// Packet: 0x028e
#if PACKETVER >= 20061030
-packetLen(0x028e, 4) // HC_ACK_IS_VALID_CHARNAME
+packetLen(0x028e, 4)
#endif
// Packet: 0x028f
#if PACKETVER >= 20061030
-packetLen(0x028f, 6) // CH_REQ_CHANGE_CHARNAME
+packetLen(0x028f, 6)
#endif
// Packet: 0x0290
#if PACKETVER >= 20061030
-packetLen(0x0290, 4) // HC_ACK_CHANGE_CHARNAME
+packetLen(0x0290, 4)
#endif
// Packet: 0x0291
#if PACKETVER >= 20061030
-packetLen(0x0291, 4) // ZC_MSG
+packetLen(0x0291, 4)
#endif
// Packet: 0x0292
#if PACKETVER >= 20061030
-packetLen(0x0292, 2) // CZ_STANDING_RESURRECTION
+packetLen(0x0292, 2)
#endif
// Packet: 0x0293
#if PACKETVER >= 20061204
-packetLen(0x0293, 70) // ZC_BOSS_INFO
+packetLen(0x0293, 70)
#elif PACKETVER >= 20061030
-packetLen(0x0293, 66) // ZC_BOSS_INFO
+packetLen(0x0293, 66)
#endif
// Packet: 0x0294
#if PACKETVER >= 20061204
-packetLen(0x0294, 10) // ZC_READ_BOOK
+packetLen(0x0294, 10)
#endif
// Packet: 0x0295
#if PACKETVER >= 20061218
-packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, -1)
#elif PACKETVER >= 20061211
-packetLen(0x0295, 4) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, 4)
#endif
// Packet: 0x0296
#if PACKETVER >= 20061218
-packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, -1)
#elif PACKETVER >= 20061211
-packetLen(0x0296, 4) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, 4)
#endif
// Packet: 0x0297
#if PACKETVER >= 20061218
-packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, -1)
#elif PACKETVER >= 20061211
-packetLen(0x0297, 4) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, 4)
#endif
// Packet: 0x0298
#if PACKETVER >= 20061211
-packetLen(0x0298, 8) // ZC_CASH_TIME_COUNTER
+packetLen(0x0298, 8)
#endif
// Packet: 0x0299
#if PACKETVER >= 20061211
-packetLen(0x0299, 6) // ZC_CASH_ITEM_DELETE
+packetLen(0x0299, 6)
#endif
// Packet: 0x029a
#if PACKETVER >= 20061218
-packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, 27)
#endif
// Packet: 0x029b
#if PACKETVER >= 20061226
-packetLen(0x029b, 70) // ZC_MER_INIT
+packetLen(0x029b, 70)
#endif
// Packet: 0x029c
#if PACKETVER >= 20061226
-packetLen(0x029c, 66) // ZC_MER_PROPERTY
+packetLen(0x029c, 66)
#endif
// Packet: 0x029d
#if PACKETVER >= 20061226
-packetLen(0x029d, -1) // ZC_MER_SKILLINFO_LIST
+packetLen(0x029d, -1)
#endif
// Packet: 0x029e
#if PACKETVER >= 20061226
-packetLen(0x029e, 11) // ZC_MER_SKILLINFO_UPDATE
+packetLen(0x029e, 11)
#endif
// Packet: 0x029f
#if PACKETVER >= 20061226
-packetLen(0x029f, 3) // CZ_MER_COMMAND
+packetLen(0x029f, 3)
#endif
// Packet: 0x02a0
#if PACKETVER >= 20061226
-packetLen(0x02a0, 10) // CZ_UNUSED_MER_USE_SKILL
+packetLen(0x02a0, 10)
#endif
// Packet: 0x02a1
#if PACKETVER >= 20061226
-packetLen(0x02a1, 4) // CZ_UNUSED_MER_UPGRADE_SKILLLEVEL
+packetLen(0x02a1, 4)
#endif
// Packet: 0x02a2
#if PACKETVER >= 20061226
-packetLen(0x02a2, 8) // ZC_MER_PAR_CHANGE
+packetLen(0x02a2, 8)
#endif
diff --git a/src/common/packets/packets2007_len_main.h b/src/common/packets/packets2007_len_main.h
index f7c5faaf0..374d5913e 100644
--- a/src/common/packets/packets2007_len_main.h
+++ b/src/common/packets/packets2007_len_main.h
@@ -2,8 +2,8 @@
* This file is part of Hercules.
* http://herc.ws - http://github.com/HerculesWS/Hercules
*
- * Copyright (C) 2019 Hercules Dev Team
- * Copyright (C) 2019 Andrei Karas (4144)
+ * Copyright (C) 2018-2019 Hercules Dev Team
+ * Copyright (C) 2018-2019 Andrei Karas (4144)
*
* Hercules is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -25,156 +25,156 @@
/* This file is autogenerated, please do not commit manual changes */
// Packet: 0x0064
-packetLen(0x0064, 55) // CA_LOGIN
+packetLen(0x0064, 55)
// Packet: 0x0065
-packetLen(0x0065, 17) // CH_ENTER
+packetLen(0x0065, 17)
// Packet: 0x0066
-packetLen(0x0066, 3) // CH_SELECT_CHAR
+packetLen(0x0066, 3)
// Packet: 0x0067
-packetLen(0x0067, 37) // CH_MAKE_CHAR
+packetLen(0x0067, 37)
// Packet: 0x0068
-packetLen(0x0068, 46) // CH_DELETE_CHAR
+packetLen(0x0068, 46)
// Packet: 0x0069
-packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+packetLen(0x0069, -1)
// Packet: 0x006a
-packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+packetLen(0x006a, 23)
// Packet: 0x006b
-packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+packetLen(0x006b, -1)
// Packet: 0x006c
-packetLen(0x006c, 3) // HC_REFUSE_ENTER
+packetLen(0x006c, 3)
// Packet: 0x006d
-packetLen(0x006d, 110) // HC_ACCEPT_MAKECHAR
+packetLen(0x006d, 110)
// Packet: 0x006e
-packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+packetLen(0x006e, 3)
// Packet: 0x006f
-packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+packetLen(0x006f, 2)
// Packet: 0x0070
-packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+packetLen(0x0070, 3)
// Packet: 0x0071
-packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+packetLen(0x0071, 28)
// Packet: 0x0072
#if PACKETVER >= 20070212
-packetLen(0x0072, 22) // CZ_ENTER
+packetLen(0x0072, 22)
#elif PACKETVER >= 20070108
-packetLen(0x0072, 14) // CZ_ENTER
+packetLen(0x0072, 14)
#elif PACKETVER >= 20070102
-packetLen(0x0072, 25) // CZ_ENTER
+packetLen(0x0072, 25)
#endif
// Packet: 0x0073
-packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 11)
// Packet: 0x0074
-packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+packetLen(0x0074, 3)
// Packet: 0x0075
-packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, -1)
// Packet: 0x0076
-packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+packetLen(0x0076, 9)
// Packet: 0x0077
-packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 5)
// Packet: 0x0078
#if PACKETVER >= 20071127
-packetLen(0x0078, 55) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, 55)
#elif PACKETVER >= 20070102
-packetLen(0x0078, 54) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, 54)
#endif
// Packet: 0x0079
-packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, 53)
// Packet: 0x007a
-packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, 58)
// Packet: 0x007b
-packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, 60)
// Packet: 0x007c
#if PACKETVER >= 20071127
-packetLen(0x007c, 42) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, 42)
#elif PACKETVER >= 20070102
-packetLen(0x007c, 41) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, 41)
#endif
// Packet: 0x007d
-packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, 2)
// Packet: 0x007e
#if PACKETVER >= 20070212
-packetLen(0x007e, 105) // CZ_REQUEST_TIME
+packetLen(0x007e, 105)
#elif PACKETVER >= 20070108
-packetLen(0x007e, 109) // CZ_REQUEST_TIME
+packetLen(0x007e, 109)
#elif PACKETVER >= 20070102
-packetLen(0x007e, 102) // CZ_REQUEST_TIME
+packetLen(0x007e, 102)
#endif
// Packet: 0x007f
-packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+packetLen(0x007f, 6)
// Packet: 0x0080
-packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+packetLen(0x0080, 7)
// Packet: 0x0081
-packetLen(0x0081, 3) // SC_NOTIFY_BAN
+packetLen(0x0081, 3)
// Packet: 0x0082
-packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+packetLen(0x0082, 2)
// Packet: 0x0083
-packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 2)
// Packet: 0x0084
-packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+packetLen(0x0084, 2)
// Packet: 0x0085
#if PACKETVER >= 20070212
-packetLen(0x0085, 10) // CZ_REQUEST_MOVE
+packetLen(0x0085, 10)
#elif PACKETVER >= 20070108
-packetLen(0x0085, 18) // CZ_REQUEST_MOVE
+packetLen(0x0085, 18)
#elif PACKETVER >= 20070102
-packetLen(0x0085, 11) // CZ_REQUEST_MOVE
+packetLen(0x0085, 11)
#endif
// Packet: 0x0086
-packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 16)
// Packet: 0x0087
-packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 12)
// Packet: 0x0088
-packetLen(0x0088, 10) // ZC_STOPMOVE
+packetLen(0x0088, 10)
// Packet: 0x0089
#if PACKETVER >= 20070212
-packetLen(0x0089, 11) // CZ_REQUEST_ACT
+packetLen(0x0089, 11)
#elif PACKETVER >= 20070108
-packetLen(0x0089, 14) // CZ_REQUEST_ACT
+packetLen(0x0089, 14)
#elif PACKETVER >= 20070102
-packetLen(0x0089, 8) // CZ_REQUEST_ACT
+packetLen(0x0089, 8)
#endif
// Packet: 0x008a
-packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+packetLen(0x008a, 29)
// Packet: 0x008b
-packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+packetLen(0x008b, 23)
// Packet: 0x008c
#if PACKETVER >= 20070212
@@ -186,103 +186,103 @@ packetLen(0x008c, 11)
#endif
// Packet: 0x008d
-packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+packetLen(0x008d, -1)
// Packet: 0x008e
-packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, -1)
// Packet: 0x0090
-packetLen(0x0090, 7) // CZ_CONTACTNPC
+packetLen(0x0090, 7)
// Packet: 0x0091
-packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, 22)
// Packet: 0x0092
-packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 28)
// Packet: 0x0093
-packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+packetLen(0x0093, 2)
// Packet: 0x0094
#if PACKETVER >= 20070212
-packetLen(0x0094, 19) // CZ_REQNAME
+packetLen(0x0094, 19)
#elif PACKETVER >= 20070108
-packetLen(0x0094, 25) // CZ_REQNAME
+packetLen(0x0094, 25)
#elif PACKETVER >= 20070102
-packetLen(0x0094, 14) // CZ_REQNAME
+packetLen(0x0094, 14)
#endif
// Packet: 0x0095
-packetLen(0x0095, 30) // ZC_ACK_REQNAME
+packetLen(0x0095, 30)
// Packet: 0x0096
-packetLen(0x0096, -1) // CZ_WHISPER
+packetLen(0x0096, -1)
// Packet: 0x0097
-packetLen(0x0097, -1) // ZC_WHISPER
+packetLen(0x0097, -1)
// Packet: 0x0098
-packetLen(0x0098, 3) // ZC_ACK_WHISPER
+packetLen(0x0098, 3)
// Packet: 0x0099
-packetLen(0x0099, -1) // CZ_BROADCAST
+packetLen(0x0099, -1)
// Packet: 0x009a
-packetLen(0x009a, -1) // ZC_BROADCAST
+packetLen(0x009a, -1)
// Packet: 0x009b
#if PACKETVER >= 20070212
-packetLen(0x009b, 34) // CZ_CHANGE_DIRECTION
+packetLen(0x009b, 34)
#elif PACKETVER >= 20070108
-packetLen(0x009b, 32) // CZ_CHANGE_DIRECTION
+packetLen(0x009b, 32)
#elif PACKETVER >= 20070102
-packetLen(0x009b, 26) // CZ_CHANGE_DIRECTION
+packetLen(0x009b, 26)
#endif
// Packet: 0x009c
-packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, 9)
// Packet: 0x009d
-packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+packetLen(0x009d, 17)
// Packet: 0x009e
-packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 17)
// Packet: 0x009f
#if PACKETVER >= 20070212
-packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+packetLen(0x009f, 20)
#elif PACKETVER >= 20070108
-packetLen(0x009f, 18) // CZ_ITEM_PICKUP
+packetLen(0x009f, 18)
#elif PACKETVER >= 20070102
-packetLen(0x009f, 14) // CZ_ITEM_PICKUP
+packetLen(0x009f, 14)
#endif
// Packet: 0x00a0
-packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, 23)
// Packet: 0x00a1
-packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, 6)
// Packet: 0x00a2
#if PACKETVER >= 20070212
-packetLen(0x00a2, 14) // CZ_ITEM_THROW
+packetLen(0x00a2, 14)
#elif PACKETVER >= 20070108
-packetLen(0x00a2, 10) // CZ_ITEM_THROW
+packetLen(0x00a2, 10)
#elif PACKETVER >= 20070102
-packetLen(0x00a2, 15) // CZ_ITEM_THROW
+packetLen(0x00a2, 15)
#endif
// Packet: 0x00a3
-packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, -1)
// Packet: 0x00a4
-packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, -1)
// Packet: 0x00a5
-packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, -1)
// Packet: 0x00a6
-packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, -1)
// Packet: 0x00a7
#if PACKETVER >= 20070212
@@ -294,1732 +294,1732 @@ packetLen(0x00a7, 8)
#endif
// Packet: 0x00a8
-packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 7)
// Packet: 0x00a9
-packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, 6)
// Packet: 0x00aa
-packetLen(0x00aa, 7) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 7)
// Packet: 0x00ab
-packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, 4)
// Packet: 0x00ac
-packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, 7)
// Packet: 0x00ae
-packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+packetLen(0x00ae, -1)
// Packet: 0x00af
-packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, 6)
// Packet: 0x00b0
-packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+packetLen(0x00b0, 8)
// Packet: 0x00b1
-packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, 8)
// Packet: 0x00b2
-packetLen(0x00b2, 3) // CZ_RESTART
+packetLen(0x00b2, 3)
// Packet: 0x00b3
-packetLen(0x00b3, 3) // ZC_RESTART_ACK
+packetLen(0x00b3, 3)
// Packet: 0x00b4
-packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+packetLen(0x00b4, -1)
// Packet: 0x00b5
-packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 6)
// Packet: 0x00b6
-packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 6)
// Packet: 0x00b7
-packetLen(0x00b7, -1) // ZC_MENU_LIST
+packetLen(0x00b7, -1)
// Packet: 0x00b8
-packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+packetLen(0x00b8, 7)
// Packet: 0x00b9
-packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, 6)
// Packet: 0x00ba
-packetLen(0x00ba, 2) // CZ_REQ_STATUS
+packetLen(0x00ba, 2)
// Packet: 0x00bb
-packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+packetLen(0x00bb, 5)
// Packet: 0x00bc
-packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 6)
// Packet: 0x00bd
-packetLen(0x00bd, 44) // ZC_STATUS
+packetLen(0x00bd, 44)
// Packet: 0x00be
-packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+packetLen(0x00be, 5)
// Packet: 0x00bf
-packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+packetLen(0x00bf, 3)
// Packet: 0x00c0
-packetLen(0x00c0, 7) // ZC_EMOTION
+packetLen(0x00c0, 7)
// Packet: 0x00c1
-packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, 2)
// Packet: 0x00c2
-packetLen(0x00c2, 6) // ZC_USER_COUNT
+packetLen(0x00c2, 6)
// Packet: 0x00c3
-packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, 8)
// Packet: 0x00c4
-packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, 6)
// Packet: 0x00c5
-packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, 7)
// Packet: 0x00c6
-packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, -1)
// Packet: 0x00c7
-packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, -1)
// Packet: 0x00c8
-packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, -1)
// Packet: 0x00c9
-packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, -1)
// Packet: 0x00ca
-packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, 3)
// Packet: 0x00cb
-packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+packetLen(0x00cb, 3)
// Packet: 0x00cc
-packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, 6)
// Packet: 0x00cd
-packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+packetLen(0x00cd, 3)
// Packet: 0x00ce
-packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 2)
// Packet: 0x00cf
-packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 27)
// Packet: 0x00d0
-packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, 3)
// Packet: 0x00d1
-packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, 4)
// Packet: 0x00d2
-packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 4)
// Packet: 0x00d3
-packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 2)
// Packet: 0x00d4
-packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+packetLen(0x00d4, -1)
// Packet: 0x00d5
-packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, -1)
// Packet: 0x00d6
-packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 3)
// Packet: 0x00d7
-packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, -1)
// Packet: 0x00d8
-packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+packetLen(0x00d8, 6)
// Packet: 0x00d9
-packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, 14)
// Packet: 0x00da
-packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, 3)
// Packet: 0x00db
-packetLen(0x00db, -1) // ZC_ENTER_ROOM
+packetLen(0x00db, -1)
// Packet: 0x00dc
-packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 28)
// Packet: 0x00dd
-packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+packetLen(0x00dd, 29)
// Packet: 0x00de
-packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, -1)
// Packet: 0x00df
-packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, -1)
// Packet: 0x00e0
-packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, 30)
// Packet: 0x00e1
-packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+packetLen(0x00e1, 30)
// Packet: 0x00e2
-packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, 26)
// Packet: 0x00e3
-packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+packetLen(0x00e3, 2)
// Packet: 0x00e4
-packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 6)
// Packet: 0x00e5
-packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 26)
// Packet: 0x00e6
-packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, 3)
// Packet: 0x00e7
-packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 3)
// Packet: 0x00e8
-packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, 8)
// Packet: 0x00e9
-packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 19)
// Packet: 0x00ea
-packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 5)
// Packet: 0x00eb
-packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 2)
// Packet: 0x00ec
-packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 3)
// Packet: 0x00ed
-packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, 2)
// Packet: 0x00ee
-packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, 2)
// Packet: 0x00ef
-packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 2)
// Packet: 0x00f0
-packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 3)
// Packet: 0x00f1
-packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+packetLen(0x00f1, 2)
// Packet: 0x00f2
-packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 6)
// Packet: 0x00f3
-packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+packetLen(0x00f3, -1)
// Packet: 0x00f4
-packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 21)
// Packet: 0x00f5
#if PACKETVER >= 20070212
-packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+packetLen(0x00f5, 11)
#elif PACKETVER >= 20070108
-packetLen(0x00f5, 14) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+packetLen(0x00f5, 14)
#elif PACKETVER >= 20070102
-packetLen(0x00f5, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+packetLen(0x00f5, 8)
#endif
// Packet: 0x00f6
-packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 8)
// Packet: 0x00f7
#if PACKETVER >= 20070212
-packetLen(0x00f7, 17) // CZ_REQUEST_TIME
+packetLen(0x00f7, 17)
#elif PACKETVER >= 20070108
-packetLen(0x00f7, 12) // CZ_REQUEST_TIME
+packetLen(0x00f7, 12)
#elif PACKETVER >= 20070102
-packetLen(0x00f7, 22) // CZ_REQUEST_TIME
+packetLen(0x00f7, 22)
#endif
// Packet: 0x00f8
-packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+packetLen(0x00f8, 2)
// Packet: 0x00f9
-packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+packetLen(0x00f9, 26)
// Packet: 0x00fa
-packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, 3)
// Packet: 0x00fb
-packetLen(0x00fb, -1) // ZC_GROUP_LIST
+packetLen(0x00fb, -1)
// Packet: 0x00fc
-packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, 6)
// Packet: 0x00fd
-packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, 27)
// Packet: 0x00fe
-packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, 30)
// Packet: 0x00ff
-packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+packetLen(0x00ff, 10)
// Packet: 0x0100
-packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, 2)
// Packet: 0x0101
-packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, 6)
// Packet: 0x0102
-packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 6)
// Packet: 0x0103
-packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 30)
// Packet: 0x0104
-packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, 79)
// Packet: 0x0105
-packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, 31)
// Packet: 0x0106
-packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, 10)
// Packet: 0x0107
-packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, 10)
// Packet: 0x0108
-packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, -1)
// Packet: 0x0109
-packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, -1)
// Packet: 0x010a
-packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 4)
// Packet: 0x010b
-packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, 6)
// Packet: 0x010c
-packetLen(0x010c, 6) // ZC_MVP
+packetLen(0x010c, 6)
// Packet: 0x010d
-packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+packetLen(0x010d, 2)
// Packet: 0x010e
-packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, 11)
// Packet: 0x010f
-packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+packetLen(0x010f, -1)
// Packet: 0x0110
-packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, 10)
// Packet: 0x0111
-packetLen(0x0111, 39) // ZC_ADD_SKILL
+packetLen(0x0111, 39)
// Packet: 0x0112
-packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, 4)
// Packet: 0x0113
#if PACKETVER >= 20070212
-packetLen(0x0113, 25) // CZ_USE_SKILL
+packetLen(0x0113, 25)
#elif PACKETVER >= 20070108
-packetLen(0x0113, 29) // CZ_USE_SKILL
+packetLen(0x0113, 29)
#elif PACKETVER >= 20070102
-packetLen(0x0113, 22) // CZ_USE_SKILL
+packetLen(0x0113, 22)
#endif
// Packet: 0x0114
-packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+packetLen(0x0114, 31)
// Packet: 0x0115
-packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+packetLen(0x0115, 35)
// Packet: 0x0116
#if PACKETVER >= 20070212
-packetLen(0x0116, 17) // CZ_USE_SKILL_TOGROUND
+packetLen(0x0116, 17)
#elif PACKETVER >= 20070108
-packetLen(0x0116, 19) // CZ_USE_SKILL_TOGROUND
+packetLen(0x0116, 19)
#elif PACKETVER >= 20070102
-packetLen(0x0116, 10) // CZ_USE_SKILL_TOGROUND
+packetLen(0x0116, 10)
#endif
// Packet: 0x0117
-packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, 18)
// Packet: 0x0118
-packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+packetLen(0x0118, 2)
// Packet: 0x0119
-packetLen(0x0119, 13) // ZC_STATE_CHANGE
+packetLen(0x0119, 13)
// Packet: 0x011a
-packetLen(0x011a, 15) // ZC_USE_SKILL
+packetLen(0x011a, 15)
// Packet: 0x011b
-packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, 20)
// Packet: 0x011c
-packetLen(0x011c, 68) // ZC_WARPLIST
+packetLen(0x011c, 68)
// Packet: 0x011d
-packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 2)
// Packet: 0x011e
-packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, 3)
// Packet: 0x011f
-packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+packetLen(0x011f, 16)
// Packet: 0x0120
-packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, 6)
// Packet: 0x0121
-packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, 14)
// Packet: 0x0122
-packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, -1)
// Packet: 0x0123
-packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, -1)
// Packet: 0x0124
-packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 21)
// Packet: 0x0125
-packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 8)
// Packet: 0x0126
-packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 8)
// Packet: 0x0127
-packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, 8)
// Packet: 0x0128
-packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 8)
// Packet: 0x0129
-packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, 8)
// Packet: 0x012a
-packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+packetLen(0x012a, 2)
// Packet: 0x012b
-packetLen(0x012b, 2) // ZC_CARTOFF
+packetLen(0x012b, 2)
// Packet: 0x012c
-packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 3)
// Packet: 0x012d
-packetLen(0x012d, 4) // ZC_OPENSTORE
+packetLen(0x012d, 4)
// Packet: 0x012e
-packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, 2)
// Packet: 0x012f
-packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+packetLen(0x012f, -1)
// Packet: 0x0130
-packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, 6)
// Packet: 0x0131
-packetLen(0x0131, 86) // ZC_STORE_ENTRY
+packetLen(0x0131, 86)
// Packet: 0x0132
-packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, 6)
// Packet: 0x0133
-packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, -1)
// Packet: 0x0134
-packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, -1)
// Packet: 0x0135
-packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, 7)
// Packet: 0x0136
-packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, -1)
// Packet: 0x0137
-packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, 6)
// Packet: 0x0138
-packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+packetLen(0x0138, 3)
// Packet: 0x0139
-packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, 16)
// Packet: 0x013a
-packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+packetLen(0x013a, 4)
// Packet: 0x013b
-packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+packetLen(0x013b, 4)
// Packet: 0x013c
-packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+packetLen(0x013c, 4)
// Packet: 0x013d
-packetLen(0x013d, 6) // ZC_RECOVERY
+packetLen(0x013d, 6)
// Packet: 0x013e
-packetLen(0x013e, 24) // ZC_USESKILL_ACK
+packetLen(0x013e, 24)
// Packet: 0x013f
-packetLen(0x013f, 26) // CZ_ITEM_CREATE
+packetLen(0x013f, 26)
// Packet: 0x0140
-packetLen(0x0140, 22) // CZ_MOVETO_MAP
+packetLen(0x0140, 22)
// Packet: 0x0141
-packetLen(0x0141, 14) // ZC_COUPLESTATUS
+packetLen(0x0141, 14)
// Packet: 0x0142
-packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+packetLen(0x0142, 6)
// Packet: 0x0143
-packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+packetLen(0x0143, 10)
// Packet: 0x0144
-packetLen(0x0144, 23) // ZC_COMPASS
+packetLen(0x0144, 23)
// Packet: 0x0145
-packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+packetLen(0x0145, 19)
// Packet: 0x0146
-packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+packetLen(0x0146, 6)
// Packet: 0x0147
-packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+packetLen(0x0147, 39)
// Packet: 0x0148
-packetLen(0x0148, 8) // ZC_RESURRECTION
+packetLen(0x0148, 8)
// Packet: 0x0149
-packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, 9)
// Packet: 0x014a
-packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+packetLen(0x014a, 6)
// Packet: 0x014b
-packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+packetLen(0x014b, 27)
// Packet: 0x014c
-packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, -1)
// Packet: 0x014d
-packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 2)
// Packet: 0x014e
-packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+packetLen(0x014e, 6)
// Packet: 0x014f
-packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, 6)
// Packet: 0x0150
-packetLen(0x0150, 110) // ZC_GUILD_INFO
+packetLen(0x0150, 110)
// Packet: 0x0151
-packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+packetLen(0x0151, 6)
// Packet: 0x0152
-packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+packetLen(0x0152, -1)
// Packet: 0x0153
-packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+packetLen(0x0153, -1)
// Packet: 0x0154
-packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, -1)
// Packet: 0x0155
-packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, -1)
// Packet: 0x0156
-packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+packetLen(0x0156, -1)
// Packet: 0x0157
-packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+packetLen(0x0157, 6)
// Packet: 0x0158
-packetLen(0x0158, -1) // ZC_ACK_OPEN_MEMBER_INFO
+packetLen(0x0158, -1)
// Packet: 0x0159
-packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, 54)
// Packet: 0x015a
-packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 66)
// Packet: 0x015b
-packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 54)
// Packet: 0x015c
-packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, 90)
// Packet: 0x015d
-packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+packetLen(0x015d, 42)
// Packet: 0x015e
-packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, 6)
// Packet: 0x015f
-packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+packetLen(0x015f, 42)
// Packet: 0x0160
-packetLen(0x0160, -1) // ZC_POSITION_INFO
+packetLen(0x0160, -1)
// Packet: 0x0161
-packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, -1)
// Packet: 0x0162
-packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, -1)
// Packet: 0x0163
-packetLen(0x0163, -1) // ZC_BAN_LIST
+packetLen(0x0163, -1)
// Packet: 0x0164
-packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+packetLen(0x0164, -1)
// Packet: 0x0165
-packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, 30)
// Packet: 0x0166
-packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, -1)
// Packet: 0x0167
-packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 3)
// Packet: 0x0168
-packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, 14)
// Packet: 0x0169
-packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 3)
// Packet: 0x016a
-packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, 30)
// Packet: 0x016b
-packetLen(0x016b, 10) // CZ_JOIN_GUILD
+packetLen(0x016b, 10)
// Packet: 0x016c
-packetLen(0x016c, 43) // ZC_UPDATE_GDID
+packetLen(0x016c, 43)
// Packet: 0x016d
-packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 14)
// Packet: 0x016e
-packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+packetLen(0x016e, 186)
// Packet: 0x016f
-packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+packetLen(0x016f, 182)
// Packet: 0x0170
-packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 14)
// Packet: 0x0171
-packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, 30)
// Packet: 0x0172
-packetLen(0x0172, 10) // CZ_ALLY_GUILD
+packetLen(0x0172, 10)
// Packet: 0x0173
-packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+packetLen(0x0173, 3)
// Packet: 0x0174
-packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0174, -1)
// Packet: 0x0175
-packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+packetLen(0x0175, 6)
// Packet: 0x0176
-packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+packetLen(0x0176, 106)
// Packet: 0x0177
-packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, -1)
// Packet: 0x0178
-packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, 4)
// Packet: 0x0179
-packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 5)
// Packet: 0x017a
-packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, 4)
// Packet: 0x017b
-packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, -1)
// Packet: 0x017c
-packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, 6)
// Packet: 0x017d
-packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 7)
// Packet: 0x017e
-packetLen(0x017e, -1) // CZ_GUILD_CHAT
+packetLen(0x017e, -1)
// Packet: 0x017f
-packetLen(0x017f, -1) // ZC_GUILD_CHAT
+packetLen(0x017f, -1)
// Packet: 0x0180
-packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+packetLen(0x0180, 6)
// Packet: 0x0181
-packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+packetLen(0x0181, 3)
// Packet: 0x0182
-packetLen(0x0182, 106) // ZC_MEMBER_ADD
+packetLen(0x0182, 106)
// Packet: 0x0183
-packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+packetLen(0x0183, 10)
// Packet: 0x0184
-packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+packetLen(0x0184, 10)
// Packet: 0x0185
-packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+packetLen(0x0185, 34)
// Packet: 0x0187
-packetLen(0x0187, 6) // CH_UNKNOWN_PING
+packetLen(0x0187, 6)
// Packet: 0x0188
-packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, 8)
// Packet: 0x0189
-packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, 4)
// Packet: 0x018a
-packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+packetLen(0x018a, 4)
// Packet: 0x018b
-packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, 4)
// Packet: 0x018c
-packetLen(0x018c, 29) // ZC_MONSTER_INFO
+packetLen(0x018c, 29)
// Packet: 0x018d
-packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, -1)
// Packet: 0x018e
-packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+packetLen(0x018e, 10)
// Packet: 0x018f
-packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 6)
// Packet: 0x0190
#if PACKETVER >= 20070212
-packetLen(0x0190, 23) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+packetLen(0x0190, 23)
#elif PACKETVER >= 20070108
-packetLen(0x0190, 9) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+packetLen(0x0190, 9)
#elif PACKETVER >= 20070102
-packetLen(0x0190, 19) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+packetLen(0x0190, 19)
#endif
// Packet: 0x0191
-packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+packetLen(0x0191, 86)
// Packet: 0x0192
-packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+packetLen(0x0192, 24)
// Packet: 0x0193
-packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+packetLen(0x0193, 2)
// Packet: 0x0194
-packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 30)
// Packet: 0x0195
-packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 102)
// Packet: 0x0196
-packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, 9)
// Packet: 0x0197
-packetLen(0x0197, 4) // CZ_RESET
+packetLen(0x0197, 4)
// Packet: 0x0198
-packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+packetLen(0x0198, 8)
// Packet: 0x0199
-packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, 4)
// Packet: 0x019a
-packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 14)
// Packet: 0x019b
-packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 10)
// Packet: 0x019c
-packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+packetLen(0x019c, -1)
// Packet: 0x019d
-packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, 6)
// Packet: 0x019e
-packetLen(0x019e, 2) // ZC_START_CAPTURE
+packetLen(0x019e, 2)
// Packet: 0x019f
-packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, 6)
// Packet: 0x01a0
-packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, 3)
// Packet: 0x01a1
-packetLen(0x01a1, 3) // CZ_COMMAND_PET
+packetLen(0x01a1, 3)
// Packet: 0x01a2
-packetLen(0x01a2, 35) // ZC_PROPERTY_PET
+packetLen(0x01a2, 35)
// Packet: 0x01a3
-packetLen(0x01a3, 5) // ZC_FEED_PET
+packetLen(0x01a3, 5)
// Packet: 0x01a4
-packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, 11)
// Packet: 0x01a5
-packetLen(0x01a5, 26) // CZ_RENAME_PET
+packetLen(0x01a5, 26)
// Packet: 0x01a6
-packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+packetLen(0x01a6, -1)
// Packet: 0x01a7
-packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 4)
// Packet: 0x01a8
-packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+packetLen(0x01a8, 4)
// Packet: 0x01a9
-packetLen(0x01a9, 6) // CZ_PET_ACT
+packetLen(0x01a9, 6)
// Packet: 0x01aa
-packetLen(0x01aa, 10) // ZC_PET_ACT
+packetLen(0x01aa, 10)
// Packet: 0x01ab
-packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, 12)
// Packet: 0x01ac
-packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+packetLen(0x01ac, 6)
// Packet: 0x01ad
-packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, -1)
// Packet: 0x01ae
-packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, 4)
// Packet: 0x01af
-packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+packetLen(0x01af, 4)
// Packet: 0x01b0
-packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, 11)
// Packet: 0x01b1
-packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+packetLen(0x01b1, 7)
// Packet: 0x01b2
-packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, -1)
// Packet: 0x01b3
-packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, 67)
// Packet: 0x01b4
-packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+packetLen(0x01b4, 12)
// Packet: 0x01b5
-packetLen(0x01b5, 18) // SC_BILLING_INFO
+packetLen(0x01b5, 18)
// Packet: 0x01b6
-packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+packetLen(0x01b6, 114)
// Packet: 0x01b7
-packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+packetLen(0x01b7, 6)
// Packet: 0x01b8
-packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+packetLen(0x01b8, 3)
// Packet: 0x01b9
-packetLen(0x01b9, 6) // ZC_DISPEL
+packetLen(0x01b9, 6)
// Packet: 0x01ba
-packetLen(0x01ba, 26) // CZ_REMOVE_AID
+packetLen(0x01ba, 26)
// Packet: 0x01bb
-packetLen(0x01bb, 26) // CZ_SHIFT
+packetLen(0x01bb, 26)
// Packet: 0x01bc
-packetLen(0x01bc, 26) // CZ_RECALL
+packetLen(0x01bc, 26)
// Packet: 0x01bd
-packetLen(0x01bd, 26) // CZ_RECALL_GID
+packetLen(0x01bd, 26)
// Packet: 0x01be
-packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+packetLen(0x01be, 2)
// Packet: 0x01bf
-packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+packetLen(0x01bf, 3)
// Packet: 0x01c0
-packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+packetLen(0x01c0, 2)
// Packet: 0x01c1
-packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+packetLen(0x01c1, 14)
// Packet: 0x01c2
-packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+packetLen(0x01c2, 10)
// Packet: 0x01c3
-packetLen(0x01c3, -1) // ZC_BROADCAST2
+packetLen(0x01c3, -1)
// Packet: 0x01c4
-packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 22)
// Packet: 0x01c5
-packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 22)
// Packet: 0x01c6
-packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+packetLen(0x01c6, 4)
// Packet: 0x01c7
-packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+packetLen(0x01c7, 2)
// Packet: 0x01c8
-packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, 13)
// Packet: 0x01c9
-packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 97)
// Packet: 0x01ca
-packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+packetLen(0x01ca, 3)
// Packet: 0x01cb
-packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+packetLen(0x01cb, 9)
// Packet: 0x01cc
-packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+packetLen(0x01cc, 9)
// Packet: 0x01cd
-packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, 30)
// Packet: 0x01ce
-packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, 6)
// Packet: 0x01cf
-packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+packetLen(0x01cf, 28)
// Packet: 0x01d0
-packetLen(0x01d0, 8) // ZC_SPIRITS
+packetLen(0x01d0, 8)
// Packet: 0x01d1
-packetLen(0x01d1, 14) // ZC_BLADESTOP
+packetLen(0x01d1, 14)
// Packet: 0x01d2
-packetLen(0x01d2, 10) // ZC_COMBODELAY
+packetLen(0x01d2, 10)
// Packet: 0x01d3
-packetLen(0x01d3, 35) // ZC_SOUND
+packetLen(0x01d3, 35)
// Packet: 0x01d4
-packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, 6)
// Packet: 0x01d5
-packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, -1)
// Packet: 0x01d6
-packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 4)
// Packet: 0x01d7
-packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 11)
// Packet: 0x01d8
-packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 54)
// Packet: 0x01d9
-packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 53)
// Packet: 0x01da
-packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 60)
// Packet: 0x01db
-packetLen(0x01db, 2) // CA_REQ_HASH
+packetLen(0x01db, 2)
// Packet: 0x01dc
-packetLen(0x01dc, -1) // AC_ACK_HASH
+packetLen(0x01dc, -1)
// Packet: 0x01dd
-packetLen(0x01dd, 47) // CA_LOGIN2
+packetLen(0x01dd, 47)
// Packet: 0x01de
-packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 33)
// Packet: 0x01df
-packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+packetLen(0x01df, 6)
// Packet: 0x01e0
-packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+packetLen(0x01e0, 30)
// Packet: 0x01e1
-packetLen(0x01e1, 8) // ZC_SPIRITS2
+packetLen(0x01e1, 8)
// Packet: 0x01e2
-packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+packetLen(0x01e2, 34)
// Packet: 0x01e3
-packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+packetLen(0x01e3, 14)
// Packet: 0x01e4
-packetLen(0x01e4, 2) // ZC_START_COUPLE
+packetLen(0x01e4, 2)
// Packet: 0x01e5
-packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+packetLen(0x01e5, 6)
// Packet: 0x01e6
-packetLen(0x01e6, 26) // ZC_COUPLENAME
+packetLen(0x01e6, 26)
// Packet: 0x01e7
-packetLen(0x01e7, 2) // CZ_DORIDORI
+packetLen(0x01e7, 2)
// Packet: 0x01e8
-packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 28)
// Packet: 0x01e9
-packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, 81)
// Packet: 0x01ea
-packetLen(0x01ea, 6) // ZC_CONGRATULATION
+packetLen(0x01ea, 6)
// Packet: 0x01eb
-packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, 10)
// Packet: 0x01ec
-packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+packetLen(0x01ec, 26)
// Packet: 0x01ed
-packetLen(0x01ed, 2) // CZ_CHOPOKGI
+packetLen(0x01ed, 2)
// Packet: 0x01ee
-packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, -1)
// Packet: 0x01ef
-packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, -1)
// Packet: 0x01f0
-packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, -1)
// Packet: 0x01f1
-packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+packetLen(0x01f1, -1)
// Packet: 0x01f2
-packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, 20)
// Packet: 0x01f3
-packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+packetLen(0x01f3, 10)
// Packet: 0x01f4
-packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, 32)
// Packet: 0x01f5
-packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, 9)
// Packet: 0x01f6
-packetLen(0x01f6, 34) // ZC_REQ_BABY
+packetLen(0x01f6, 34)
// Packet: 0x01f7
-packetLen(0x01f7, 14) // CZ_JOIN_BABY
+packetLen(0x01f7, 14)
// Packet: 0x01f8
-packetLen(0x01f8, 2) // ZC_START_BABY
+packetLen(0x01f8, 2)
// Packet: 0x01f9
-packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+packetLen(0x01f9, 6)
// Packet: 0x01fa
-packetLen(0x01fa, 48) // CA_LOGIN3
+packetLen(0x01fa, 48)
// Packet: 0x01fb
-packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+packetLen(0x01fb, 56)
// Packet: 0x01fc
-packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, -1)
// Packet: 0x01fd
#if PACKETVER >= 20070528
-packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 15)
#elif PACKETVER >= 20070102
-packetLen(0x01fd, 4) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 4)
#endif
// Packet: 0x01fe
-packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, 5)
// Packet: 0x01ff
-packetLen(0x01ff, 10) // ZC_HIGHJUMP
+packetLen(0x01ff, 10)
// Packet: 0x0200
-packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+packetLen(0x0200, 26)
// Packet: 0x0201
-packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+packetLen(0x0201, -1)
// Packet: 0x0202
-packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+packetLen(0x0202, 26)
// Packet: 0x0203
-packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+packetLen(0x0203, 10)
// Packet: 0x0204
-packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+packetLen(0x0204, 18)
// Packet: 0x0205
-packetLen(0x0205, 26) // ZC_DIVORCE
+packetLen(0x0205, 26)
// Packet: 0x0206
-packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+packetLen(0x0206, 11)
// Packet: 0x0207
-packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, 34)
// Packet: 0x0208
-packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, 14)
// Packet: 0x0209
-packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, 36)
// Packet: 0x020a
-packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 10)
// Packet: 0x020d
-packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+packetLen(0x020d, -1)
// Packet: 0x020e
-packetLen(0x020e, 32) // ZC_STARSKILL
+packetLen(0x020e, 32)
// Packet: 0x0212
-packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+packetLen(0x0212, 26)
// Packet: 0x0213
-packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+packetLen(0x0213, 26)
// Packet: 0x0214
-packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+packetLen(0x0214, 42)
// Packet: 0x0215
-packetLen(0x0215, 6) // ZC_SKILLMSG
+packetLen(0x0215, 6)
// Packet: 0x0216
-packetLen(0x0216, 6) // ZC_BABYMSG
+packetLen(0x0216, 6)
// Packet: 0x0217
-packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 2)
// Packet: 0x0218
-packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, 2)
// Packet: 0x0219
-packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 282)
// Packet: 0x021a
-packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, 282)
// Packet: 0x021b
-packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, 10)
// Packet: 0x021c
-packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, 10)
// Packet: 0x021d
-packetLen(0x021d, 6) // CZ_LESSEFFECT
+packetLen(0x021d, 6)
// Packet: 0x021e
-packetLen(0x021e, 6) // ZC_LESSEFFECT
+packetLen(0x021e, 6)
// Packet: 0x021f
-packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+packetLen(0x021f, 66)
// Packet: 0x0220
-packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+packetLen(0x0220, 10)
// Packet: 0x0221
-packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+packetLen(0x0221, -1)
// Packet: 0x0222
-packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+packetLen(0x0222, 6)
// Packet: 0x0223
-packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+packetLen(0x0223, 8)
// Packet: 0x0224
-packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+packetLen(0x0224, 10)
// Packet: 0x0225
-packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+packetLen(0x0225, 2)
// Packet: 0x0226
-packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+packetLen(0x0226, 282)
// Packet: 0x0227
-packetLen(0x0227, 18) // ZC_GAME_GUARD
+packetLen(0x0227, 18)
// Packet: 0x0228
-packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+packetLen(0x0228, 18)
// Packet: 0x0229
-packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+packetLen(0x0229, 15)
// Packet: 0x022a
-packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 58)
// Packet: 0x022b
-packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, 57)
// Packet: 0x022c
#if PACKETVER >= 20071127
-packetLen(0x022c, 65) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, 65)
#elif PACKETVER >= 20070102
-packetLen(0x022c, 64) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, 64)
#endif
// Packet: 0x022d
-packetLen(0x022d, 5) // CZ_COMMAND_MER
+packetLen(0x022d, 5)
// Packet: 0x022e
-packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 71)
// Packet: 0x022f
-packetLen(0x022f, 5) // ZC_FEED_MER
+packetLen(0x022f, 5)
// Packet: 0x0230
-packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+packetLen(0x0230, 12)
// Packet: 0x0231
-packetLen(0x0231, 26) // CZ_RENAME_MER
+packetLen(0x0231, 26)
// Packet: 0x0232
-packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, 9)
// Packet: 0x0233
-packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, 11)
// Packet: 0x0234
-packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, 6)
// Packet: 0x0235
-packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, -1)
// Packet: 0x0236
-packetLen(0x0236, 10) // ZC_KILLER_POINT
+packetLen(0x0236, 10)
// Packet: 0x0237
-packetLen(0x0237, 2) // CZ_KILLER_RANK
+packetLen(0x0237, 2)
// Packet: 0x0238
-packetLen(0x0238, 282) // ZC_KILLER_RANK
+packetLen(0x0238, 282)
// Packet: 0x0239
-packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 11)
// Packet: 0x023a
-packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, 4)
// Packet: 0x023b
-packetLen(0x023b, 36) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 36)
// Packet: 0x023c
-packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, 6)
// Packet: 0x023d
-packetLen(0x023d, 6) // AC_EVENT_RESULT
+packetLen(0x023d, 6)
// Packet: 0x023e
-packetLen(0x023e, 8) // HC_REQUEST_CHARACTER_PASSWORD
+packetLen(0x023e, 8)
// Packet: 0x023f
-packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+packetLen(0x023f, 2)
// Packet: 0x0240
-packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+packetLen(0x0240, -1)
// Packet: 0x0241
-packetLen(0x0241, 6) // CZ_MAIL_OPEN
+packetLen(0x0241, 6)
// Packet: 0x0242
-packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+packetLen(0x0242, -1)
// Packet: 0x0243
-packetLen(0x0243, 6) // CZ_MAIL_DELETE
+packetLen(0x0243, 6)
// Packet: 0x0244
-packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+packetLen(0x0244, 6)
// Packet: 0x0245
-packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+packetLen(0x0245, 3)
// Packet: 0x0246
-packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+packetLen(0x0246, 4)
// Packet: 0x0247
-packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+packetLen(0x0247, 8)
// Packet: 0x0248
-packetLen(0x0248, -1) // CZ_MAIL_SEND
+packetLen(0x0248, -1)
// Packet: 0x0249
-packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+packetLen(0x0249, 3)
// Packet: 0x024a
-packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+packetLen(0x024a, 70)
// Packet: 0x024b
-packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+packetLen(0x024b, 4)
// Packet: 0x024c
-packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+packetLen(0x024c, 8)
// Packet: 0x024d
-packetLen(0x024d, 12) // CZ_AUCTION_ADD
+packetLen(0x024d, 12)
// Packet: 0x024e
-packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+packetLen(0x024e, 6)
// Packet: 0x024f
-packetLen(0x024f, 10) // CZ_AUCTION_BUY
+packetLen(0x024f, 10)
// Packet: 0x0250
-packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+packetLen(0x0250, 3)
// Packet: 0x0251
-packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+packetLen(0x0251, 34)
// Packet: 0x0252
-packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+packetLen(0x0252, -1)
// Packet: 0x0253
-packetLen(0x0253, 3) // ZC_STARPLACE
+packetLen(0x0253, 3)
// Packet: 0x0254
-packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+packetLen(0x0254, 3)
// Packet: 0x0255
-packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+packetLen(0x0255, 5)
// Packet: 0x0256
-packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+packetLen(0x0256, 5)
// Packet: 0x0257
-packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+packetLen(0x0257, 8)
// Packet: 0x0258
-packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+packetLen(0x0258, 2)
// Packet: 0x0259
-packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+packetLen(0x0259, 3)
// Packet: 0x025a
-packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+packetLen(0x025a, -1)
// Packet: 0x025b
-packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+packetLen(0x025b, 6)
// Packet: 0x025c
-packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+packetLen(0x025c, 4)
// Packet: 0x025d
-packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+packetLen(0x025d, 6)
// Packet: 0x025e
-packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+packetLen(0x025e, 4)
// Packet: 0x025f
-packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+packetLen(0x025f, 6)
// Packet: 0x0260
-packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+packetLen(0x0260, 6)
// Packet: 0x0261
-packetLen(0x0261, 11) // AC_REQ_LOGIN_OLDEKEY
+packetLen(0x0261, 11)
// Packet: 0x0262
-packetLen(0x0262, 11) // AC_REQ_LOGIN_NEWEKEY
+packetLen(0x0262, 11)
// Packet: 0x0263
-packetLen(0x0263, 11) // AC_REQ_LOGIN_CARDPASS
+packetLen(0x0263, 11)
// Packet: 0x0264
-packetLen(0x0264, 20) // CA_ACK_LOGIN_OLDEKEY
+packetLen(0x0264, 20)
// Packet: 0x0265
-packetLen(0x0265, 20) // CA_ACK_LOGIN_NEWEKEY
+packetLen(0x0265, 20)
// Packet: 0x0266
-packetLen(0x0266, 30) // CA_ACK_LOGIN_CARDPASS
+packetLen(0x0266, 30)
// Packet: 0x0267
-packetLen(0x0267, 4) // AC_ACK_EKEY_FAIL_NOTEXIST
+packetLen(0x0267, 4)
// Packet: 0x0268
-packetLen(0x0268, 4) // AC_ACK_EKEY_FAIL_NOTUSESEKEY
+packetLen(0x0268, 4)
// Packet: 0x0269
-packetLen(0x0269, 4) // AC_ACK_EKEY_FAIL_NOTUSEDEKEY
+packetLen(0x0269, 4)
// Packet: 0x026a
-packetLen(0x026a, 4) // AC_ACK_EKEY_FAIL_AUTHREFUSE
+packetLen(0x026a, 4)
// Packet: 0x026b
-packetLen(0x026b, 4) // AC_ACK_EKEY_FAIL_INPUTEKEY
+packetLen(0x026b, 4)
// Packet: 0x026c
-packetLen(0x026c, 4) // AC_ACK_EKEY_FAIL_NOTICE
+packetLen(0x026c, 4)
// Packet: 0x026d
-packetLen(0x026d, 4) // AC_ACK_EKEY_FAIL_NEEDCARDPASS
+packetLen(0x026d, 4)
// Packet: 0x026f
-packetLen(0x026f, 2) // AC_ACK_FIRST_LOGIN
+packetLen(0x026f, 2)
// Packet: 0x0270
-packetLen(0x0270, 2) // AC_REQ_LOGIN_ACCOUNT_INFO
+packetLen(0x0270, 2)
// Packet: 0x0271
-packetLen(0x0271, 40) // CA_ACK_LOGIN_ACCOUNT_INFO
+packetLen(0x0271, 40)
// Packet: 0x0272
-packetLen(0x0272, 44) // AC_ACK_PT_ID_INFO
+packetLen(0x0272, 44)
// Packet: 0x0273
-packetLen(0x0273, 30) // CZ_REQ_MAIL_RETURN
+packetLen(0x0273, 30)
// Packet: 0x0274
-packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, 8)
// Packet: 0x0277
-packetLen(0x0277, 84) // CA_LOGIN_PCBANG
+packetLen(0x0277, 84)
// Packet: 0x0278
-packetLen(0x0278, 2) // ZC_NOTIFY_PCBANG
+packetLen(0x0278, 2)
// Packet: 0x0279
-packetLen(0x0279, 2) // CZ_HUNTINGLIST
+packetLen(0x0279, 2)
// Packet: 0x027a
-packetLen(0x027a, -1) // ZC_HUNTINGLIST
+packetLen(0x027a, -1)
// Packet: 0x027b
-packetLen(0x027b, 14) // ZC_PCBANG_EFFECT
+packetLen(0x027b, 14)
// Packet: 0x027c
-packetLen(0x027c, 60) // CA_LOGIN4
+packetLen(0x027c, 60)
// Packet: 0x027d
-packetLen(0x027d, 62) // ZC_PROPERTY_MERCE
+packetLen(0x027d, 62)
// Packet: 0x027e
-packetLen(0x027e, -1) // ZC_SHANDA_PROTECT
+packetLen(0x027e, -1)
// Packet: 0x027f
-packetLen(0x027f, 8) // CA_CLIENT_TYPE
+packetLen(0x027f, 8)
// Packet: 0x0280
-packetLen(0x0280, 12) // ZC_GANGSI_POINT
+packetLen(0x0280, 12)
// Packet: 0x0281
-packetLen(0x0281, 4) // CZ_GANGSI_RANK
+packetLen(0x0281, 4)
// Packet: 0x0282
-packetLen(0x0282, 284) // ZC_GANGSI_RANK
+packetLen(0x0282, 284)
// Packet: 0x0283
-packetLen(0x0283, 6) // ZC_AID
+packetLen(0x0283, 6)
// Packet: 0x0284
-packetLen(0x0284, 14) // ZC_NOTIFY_EFFECT3
+packetLen(0x0284, 14)
// Packet: 0x0285
-packetLen(0x0285, 6) // ZC_DEATH_QUESTION
+packetLen(0x0285, 6)
// Packet: 0x0286
-packetLen(0x0286, 4) // CZ_DEATH_QUESTION
+packetLen(0x0286, 4)
// Packet: 0x0287
#if PACKETVER >= 20070423
-packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, -1)
#elif PACKETVER >= 20070416
// removed
#elif PACKETVER >= 20070227
-packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, -1)
#endif
// Packet: 0x0288
#if PACKETVER >= 20070711
-packetLen(0x0288, 10) // CZ_PC_BUY_CASH_POINT_ITEM
+packetLen(0x0288, 10)
#elif PACKETVER >= 20070423
-packetLen(0x0288, 6) // CZ_PC_BUY_CASH_POINT_ITEM
+packetLen(0x0288, 6)
#elif PACKETVER >= 20070416
// removed
#elif PACKETVER >= 20070227
-packetLen(0x0288, 6) // CZ_PC_BUY_CASH_POINT_ITEM
+packetLen(0x0288, 6)
#endif
// Packet: 0x0289
#if PACKETVER >= 20070711
-packetLen(0x0289, 12) // ZC_PC_CASH_POINT_UPDATE
+packetLen(0x0289, 12)
#elif PACKETVER >= 20070423
-packetLen(0x0289, 8) // ZC_PC_CASH_POINT_UPDATE
+packetLen(0x0289, 8)
#elif PACKETVER >= 20070416
// removed
#elif PACKETVER >= 20070227
-packetLen(0x0289, 8) // ZC_PC_CASH_POINT_UPDATE
+packetLen(0x0289, 8)
#endif
// Packet: 0x028a
-packetLen(0x028a, 18) // ZC_NPC_SHOWEFST_UPDATE
+packetLen(0x028a, 18)
// Packet: 0x028b
-packetLen(0x028b, -1) // HC_CHARNOTBEENSELECTED
+packetLen(0x028b, -1)
// Packet: 0x028c
-packetLen(0x028c, 46) // CH_SELECT_CHAR_GOINGTOBEUSED
+packetLen(0x028c, 46)
// Packet: 0x028d
-packetLen(0x028d, 34) // CH_REQ_IS_VALID_CHARNAME
+packetLen(0x028d, 34)
// Packet: 0x028e
-packetLen(0x028e, 4) // HC_ACK_IS_VALID_CHARNAME
+packetLen(0x028e, 4)
// Packet: 0x028f
-packetLen(0x028f, 6) // CH_REQ_CHANGE_CHARNAME
+packetLen(0x028f, 6)
// Packet: 0x0290
-packetLen(0x0290, 4) // HC_ACK_CHANGE_CHARNAME
+packetLen(0x0290, 4)
// Packet: 0x0291
-packetLen(0x0291, 4) // ZC_MSG
+packetLen(0x0291, 4)
// Packet: 0x0292
-packetLen(0x0292, 2) // CZ_STANDING_RESURRECTION
+packetLen(0x0292, 2)
// Packet: 0x0293
-packetLen(0x0293, 70) // ZC_BOSS_INFO
+packetLen(0x0293, 70)
// Packet: 0x0294
-packetLen(0x0294, 10) // ZC_READ_BOOK
+packetLen(0x0294, 10)
// Packet: 0x0295
-packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, -1)
// Packet: 0x0296
-packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, -1)
// Packet: 0x0297
-packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, -1)
// Packet: 0x0298
-packetLen(0x0298, 8) // ZC_CASH_TIME_COUNTER
+packetLen(0x0298, 8)
// Packet: 0x0299
-packetLen(0x0299, 6) // ZC_CASH_ITEM_DELETE
+packetLen(0x0299, 6)
// Packet: 0x029a
-packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, 27)
// Packet: 0x029b
#if PACKETVER >= 20071127
-packetLen(0x029b, 80) // ZC_MER_INIT
+packetLen(0x029b, 80)
#elif PACKETVER >= 20070122
-packetLen(0x029b, 72) // ZC_MER_INIT
+packetLen(0x029b, 72)
#elif PACKETVER >= 20070102
-packetLen(0x029b, 70) // ZC_MER_INIT
+packetLen(0x029b, 70)
#endif
// Packet: 0x029c
-packetLen(0x029c, 66) // ZC_MER_PROPERTY
+packetLen(0x029c, 66)
// Packet: 0x029d
-packetLen(0x029d, -1) // ZC_MER_SKILLINFO_LIST
+packetLen(0x029d, -1)
// Packet: 0x029e
-packetLen(0x029e, 11) // ZC_MER_SKILLINFO_UPDATE
+packetLen(0x029e, 11)
// Packet: 0x029f
-packetLen(0x029f, 3) // CZ_MER_COMMAND
+packetLen(0x029f, 3)
// Packet: 0x02a2
-packetLen(0x02a2, 8) // ZC_MER_PAR_CHANGE
+packetLen(0x02a2, 8)
// Packet: 0x02a3
#if PACKETVER >= 20070129
// removed
#elif PACKETVER >= 20070122
-packetLen(0x02a3, 18) // ZC_GAMEGUARD_LINGO_KEY
+packetLen(0x02a3, 18)
#endif
// Packet: 0x02a4
#if PACKETVER >= 20070129
// removed
#elif PACKETVER >= 20070122
-packetLen(0x02a4, 2) // CZ_GAMEGUARD_LINGO_READY
+packetLen(0x02a4, 2)
#endif
// Packet: 0x02a5
#if PACKETVER >= 20070129
-packetLen(0x02a5, 8) // CZ_KSY_EVENT
+packetLen(0x02a5, 8)
#endif
// Packet: 0x02a6
#if PACKETVER >= 20070611
-packetLen(0x02a6, 22) // ZC_HACKSH_CPX_MSG
+packetLen(0x02a6, 22)
#endif
// Packet: 0x02a7
#if PACKETVER >= 20070611
-packetLen(0x02a7, 22) // CZ_HACKSH_CPX_MSG
+packetLen(0x02a7, 22)
#endif
// Packet: 0x02a8
#if PACKETVER >= 20070611
-packetLen(0x02a8, 162) // ZC_HACKSHIELD_CRC_MSG
+packetLen(0x02a8, 162)
#endif
// Packet: 0x02a9
#if PACKETVER >= 20070611
-packetLen(0x02a9, 58) // CZ_HACKSHIELD_CRC_MSG
+packetLen(0x02a9, 58)
#endif
// Packet: 0x02aa
#if PACKETVER >= 20070205
-packetLen(0x02aa, 4) // ZC_REQ_CASH_PASSWORD
+packetLen(0x02aa, 4)
#endif
// Packet: 0x02ab
#if PACKETVER >= 20070205
-packetLen(0x02ab, 36) // CZ_ACK_CASH_PASSWORD
+packetLen(0x02ab, 36)
#endif
// Packet: 0x02ac
#if PACKETVER >= 20070205
-packetLen(0x02ac, 6) // ZC_RESULT_CASH_PASSWORD
+packetLen(0x02ac, 6)
#endif
// Packet: 0x02ad
#if PACKETVER >= 20070227
-packetLen(0x02ad, 8) // AC_REQUEST_SECOND_PASSWORD
+packetLen(0x02ad, 8)
#endif
// Packet: 0x02ae
#if PACKETVER >= 20070807
// removed
#elif PACKETVER >= 20070711
-packetLen(0x02ae, 10) // ZC_UNUSED_SRPACKET_INIT
+packetLen(0x02ae, 10)
#endif
// Packet: 0x02af
#if PACKETVER >= 20070807
// removed
#elif PACKETVER >= 20070711
-packetLen(0x02af, 2) // CZ_SRPACKET_START
+packetLen(0x02af, 2)
#endif
// Packet: 0x02b0
#if PACKETVER >= 20070514
-packetLen(0x02b0, 85) // CA_LOGIN_HAN
+packetLen(0x02b0, 85)
#endif
// Packet: 0x02b1
#if PACKETVER >= 20070724
-packetLen(0x02b1, -1) // ZC_ALL_QUEST_LIST
+packetLen(0x02b1, -1)
#endif
// Packet: 0x02b2
#if PACKETVER >= 20070807
-packetLen(0x02b2, -1) // ZC_ALL_QUEST_MISSION
+packetLen(0x02b2, -1)
#endif
// Packet: 0x02b3
#if PACKETVER >= 20070821
-packetLen(0x02b3, 107) // ZC_ADD_QUEST
+packetLen(0x02b3, 107)
#elif PACKETVER >= 20070813
-packetLen(0x02b3, 103) // ZC_ADD_QUEST
+packetLen(0x02b3, 103)
#elif PACKETVER >= 20070731
-packetLen(0x02b3, 31) // ZC_ADD_QUEST
+packetLen(0x02b3, 31)
#elif PACKETVER >= 20070703
-packetLen(0x02b3, 7) // ZC_ADD_QUEST
+packetLen(0x02b3, 7)
#elif PACKETVER >= 20070622
-packetLen(0x02b3, 26) // ZC_ADD_QUEST
+packetLen(0x02b3, 26)
#endif
// Packet: 0x02b4
#if PACKETVER >= 20070622
-packetLen(0x02b4, 6) // ZC_DEL_QUEST
+packetLen(0x02b4, 6)
#endif
// Packet: 0x02b5
#if PACKETVER >= 20070813
-packetLen(0x02b5, -1) // ZC_UPDATE_MISSION_HUNT
+packetLen(0x02b5, -1)
#elif PACKETVER >= 20070807
// removed
#elif PACKETVER >= 20070703
-packetLen(0x02b5, 12) // ZC_UPDATE_MISSION_HUNT
+packetLen(0x02b5, 12)
#elif PACKETVER >= 20070622
-packetLen(0x02b5, 18) // ZC_UPDATE_MISSION_HUNT
+packetLen(0x02b5, 18)
#endif
// Packet: 0x02b6
#if PACKETVER >= 20070622
-packetLen(0x02b6, 7) // CZ_ACTIVE_QUEST
+packetLen(0x02b6, 7)
#endif
// Packet: 0x02b7
#if PACKETVER >= 20070807
-packetLen(0x02b7, 7) // ZC_ACTIVE_QUEST
+packetLen(0x02b7, 7)
#elif PACKETVER >= 20070622
-packetLen(0x02b7, 10) // ZC_ACTIVE_QUEST
+packetLen(0x02b7, 10)
#endif
// Packet: 0x02b8
#if PACKETVER >= 20070604
-packetLen(0x02b8, 22) // ZC_ITEM_PICKUP_PARTY
+packetLen(0x02b8, 22)
#endif
// Packet: 0x02b9
#if PACKETVER >= 20070611
-packetLen(0x02b9, 191) // ZC_SHORTCUT_KEY_LIST
+packetLen(0x02b9, 191)
#endif
// Packet: 0x02ba
#if PACKETVER >= 20070618
-packetLen(0x02ba, 11) // CZ_SHORTCUT_KEY_CHANGE
+packetLen(0x02ba, 11)
#elif PACKETVER >= 20070611
-packetLen(0x02ba, 9) // CZ_SHORTCUT_KEY_CHANGE
+packetLen(0x02ba, 9)
#endif
// Packet: 0x02bb
#if PACKETVER >= 20070622
-packetLen(0x02bb, 8) // ZC_EQUIPITEM_DAMAGED
+packetLen(0x02bb, 8)
#elif PACKETVER >= 20070605
-packetLen(0x02bb, 4) // ZC_EQUIPITEM_DAMAGED
+packetLen(0x02bb, 4)
#endif
// Packet: 0x02bc
#if PACKETVER >= 20070622
-packetLen(0x02bc, 6) // ZC_NOTIFY_PCBANG_PLAYING_TIME
+packetLen(0x02bc, 6)
#endif
// Packet: 0x02bf
#if PACKETVER >= 20070807
-packetLen(0x02bf, 10) // ZC_SRPACKETR2_INIT
+packetLen(0x02bf, 10)
#endif
// Packet: 0x02c0
#if PACKETVER >= 20070807
-packetLen(0x02c0, 2) // CZ_SRPACKETR2_START
+packetLen(0x02c0, 2)
#endif
// Packet: 0x02c1
#if PACKETVER >= 20070813
-packetLen(0x02c1, -1) // ZC_NPC_CHAT
+packetLen(0x02c1, -1)
#endif
// Packet: 0x02c2
#if PACKETVER >= 20070821
-packetLen(0x02c2, -1) // ZC_FORMATSTRING_MSG
+packetLen(0x02c2, -1)
#endif
// Packet: 0x02c3
@@ -2031,186 +2031,186 @@ packetLen(0x02c3, 4)
// Packet: 0x02c4
#if PACKETVER >= 20070821
-packetLen(0x02c4, 26) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 26)
#endif
// Packet: 0x02c5
#if PACKETVER >= 20070821
-packetLen(0x02c5, 30) // ZC_PARTY_JOIN_REQ_ACK
+packetLen(0x02c5, 30)
#endif
// Packet: 0x02c6
#if PACKETVER >= 20070821
-packetLen(0x02c6, 30) // ZC_PARTY_JOIN_REQ
+packetLen(0x02c6, 30)
#endif
// Packet: 0x02c7
#if PACKETVER >= 20070821
-packetLen(0x02c7, 7) // CZ_PARTY_JOIN_REQ_ACK
+packetLen(0x02c7, 7)
#endif
// Packet: 0x02c8
#if PACKETVER >= 20070821
-packetLen(0x02c8, 3) // CZ_PARTY_CONFIG
+packetLen(0x02c8, 3)
#endif
// Packet: 0x02c9
#if PACKETVER >= 20070821
-packetLen(0x02c9, 3) // ZC_PARTY_CONFIG
+packetLen(0x02c9, 3)
#endif
// Packet: 0x02ca
#if PACKETVER >= 20070821
-packetLen(0x02ca, 3) // HC_REFUSE_SELECTCHAR
+packetLen(0x02ca, 3)
#endif
// Packet: 0x02cb
#if PACKETVER >= 20071023
-packetLen(0x02cb, 65) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO
+packetLen(0x02cb, 65)
#elif PACKETVER >= 20070828
-packetLen(0x02cb, 20) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO
+packetLen(0x02cb, 20)
#endif
// Packet: 0x02cc
#if PACKETVER >= 20070828
-packetLen(0x02cc, 4) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_NOTIFY
+packetLen(0x02cc, 4)
#endif
// Packet: 0x02cd
#if PACKETVER >= 20071023
-packetLen(0x02cd, 71) // ZC_MEMORIALDUNGEON_INFO
+packetLen(0x02cd, 71)
#elif PACKETVER >= 20070828
-packetLen(0x02cd, 26) // ZC_MEMORIALDUNGEON_INFO
+packetLen(0x02cd, 26)
#endif
// Packet: 0x02ce
#if PACKETVER >= 20070828
-packetLen(0x02ce, 10) // ZC_MEMORIALDUNGEON_NOTIFY
+packetLen(0x02ce, 10)
#endif
// Packet: 0x02cf
#if PACKETVER >= 20070828
-packetLen(0x02cf, 6) // CZ_MEMORIALDUNGEON_COMMAND
+packetLen(0x02cf, 6)
#endif
// Packet: 0x02d0
#if PACKETVER >= 20070904
-packetLen(0x02d0, -1) // ZC_EQUIPMENT_ITEMLIST3
+packetLen(0x02d0, -1)
#endif
// Packet: 0x02d1
#if PACKETVER >= 20070904
-packetLen(0x02d1, -1) // ZC_STORE_EQUIPMENT_ITEMLIST3
+packetLen(0x02d1, -1)
#endif
// Packet: 0x02d2
#if PACKETVER >= 20070904
-packetLen(0x02d2, -1) // ZC_CART_EQUIPMENT_ITEMLIST3
+packetLen(0x02d2, -1)
#endif
// Packet: 0x02d3
#if PACKETVER >= 20070904
-packetLen(0x02d3, 4) // ZC_NOTIFY_BIND_ON_EQUIP
+packetLen(0x02d3, 4)
#endif
// Packet: 0x02d4
#if PACKETVER >= 20070904
-packetLen(0x02d4, 29) // ZC_ITEM_PICKUP_ACK3
+packetLen(0x02d4, 29)
#endif
// Packet: 0x02d5
#if PACKETVER >= 20070911
-packetLen(0x02d5, 2) // ZC_ISVR_DISCONNECT
+packetLen(0x02d5, 2)
#endif
// Packet: 0x02d6
#if PACKETVER >= 20070918
-packetLen(0x02d6, 6) // CZ_EQUIPWIN_MICROSCOPE
+packetLen(0x02d6, 6)
#endif
// Packet: 0x02d7
#if PACKETVER >= 20070918
-packetLen(0x02d7, -1) // ZC_EQUIPWIN_MICROSCOPE
+packetLen(0x02d7, -1)
#endif
// Packet: 0x02d8
#if PACKETVER >= 20070918
-packetLen(0x02d8, 10) // CZ_CONFIG
+packetLen(0x02d8, 10)
#endif
// Packet: 0x02d9
#if PACKETVER >= 20070918
-packetLen(0x02d9, 10) // ZC_CONFIG
+packetLen(0x02d9, 10)
#endif
// Packet: 0x02da
#if PACKETVER >= 20070918
-packetLen(0x02da, 3) // ZC_CONFIG_NOTIFY
+packetLen(0x02da, 3)
#endif
// Packet: 0x02db
#if PACKETVER >= 20071002
-packetLen(0x02db, -1) // CZ_BATTLEFIELD_CHAT
+packetLen(0x02db, -1)
#endif
// Packet: 0x02dc
#if PACKETVER >= 20071002
-packetLen(0x02dc, -1) // ZC_BATTLEFIELD_CHAT
+packetLen(0x02dc, -1)
#endif
// Packet: 0x02dd
#if PACKETVER >= 20071002
-packetLen(0x02dd, 32) // ZC_BATTLEFIELD_NOTIFY_CAMPINFO
+packetLen(0x02dd, 32)
#endif
// Packet: 0x02de
#if PACKETVER >= 20071002
-packetLen(0x02de, 6) // ZC_BATTLEFIELD_NOTIFY_POINT
+packetLen(0x02de, 6)
#endif
// Packet: 0x02df
#if PACKETVER >= 20071002
-packetLen(0x02df, 36) // ZC_BATTLEFIELD_NOTIFY_POSITION
+packetLen(0x02df, 36)
#endif
// Packet: 0x02e0
#if PACKETVER >= 20071002
-packetLen(0x02e0, 34) // ZC_BATTLEFIELD_NOTIFY_HP
+packetLen(0x02e0, 34)
#endif
// Packet: 0x02e1
#if PACKETVER >= 20071113
-packetLen(0x02e1, 33) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, 33)
#endif
// Packet: 0x02e2
#if PACKETVER >= 20071120
-packetLen(0x02e2, 20) // CZ_USE_ITEM_NEW_JAPEN
+packetLen(0x02e2, 20)
#endif
// Packet: 0x02e3
#if PACKETVER >= 20071120
-packetLen(0x02e3, 22) // CZ_USE_SKILL_NEW_JAPEN
+packetLen(0x02e3, 22)
#endif
// Packet: 0x02e4
#if PACKETVER >= 20071120
-packetLen(0x02e4, 11) // CZ_ITEM_PICKUP_NEW_JAPEN
+packetLen(0x02e4, 11)
#endif
// Packet: 0x02e5
#if PACKETVER >= 20071120
-packetLen(0x02e5, 9) // CZ_REQUEST_MOVE_NEW_JAPEN
+packetLen(0x02e5, 9)
#endif
// Packet: 0x02e6
#if PACKETVER >= 20071120
-packetLen(0x02e6, 6) // CZ_BOT_CHECK
+packetLen(0x02e6, 6)
#endif
// Packet: 0x02e7
#if PACKETVER >= 20071127
-packetLen(0x02e7, -1) // ZC_MAPPROPERTY
+packetLen(0x02e7, -1)
#endif
diff --git a/src/common/packets/packets2008_len_main.h b/src/common/packets/packets2008_len_main.h
index 4eafe5e89..d73b1c77d 100644
--- a/src/common/packets/packets2008_len_main.h
+++ b/src/common/packets/packets2008_len_main.h
@@ -2,8 +2,8 @@
* This file is part of Hercules.
* http://herc.ws - http://github.com/HerculesWS/Hercules
*
- * Copyright (C) 2019 Hercules Dev Team
- * Copyright (C) 2019 Andrei Karas (4144)
+ * Copyright (C) 2018-2019 Hercules Dev Team
+ * Copyright (C) 2018-2019 Andrei Karas (4144)
*
* Hercules is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -25,2802 +25,2802 @@
/* This file is autogenerated, please do not commit manual changes */
// Packet: 0x0064
-packetLen(0x0064, 55) // CA_LOGIN
+packetLen(0x0064, 55)
// Packet: 0x0065
-packetLen(0x0065, 17) // CH_ENTER
+packetLen(0x0065, 17)
// Packet: 0x0066
-packetLen(0x0066, 3) // CH_SELECT_CHAR
+packetLen(0x0066, 3)
// Packet: 0x0067
-packetLen(0x0067, 37) // CH_MAKE_CHAR
+packetLen(0x0067, 37)
// Packet: 0x0068
-packetLen(0x0068, 46) // CH_DELETE_CHAR
+packetLen(0x0068, 46)
// Packet: 0x0069
-packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+packetLen(0x0069, -1)
// Packet: 0x006a
-packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+packetLen(0x006a, 23)
// Packet: 0x006b
-packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+packetLen(0x006b, -1)
// Packet: 0x006c
-packetLen(0x006c, 3) // HC_REFUSE_ENTER
+packetLen(0x006c, 3)
// Packet: 0x006d
-packetLen(0x006d, 110) // HC_ACCEPT_MAKECHAR
+packetLen(0x006d, 110)
// Packet: 0x006e
-packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+packetLen(0x006e, 3)
// Packet: 0x006f
-packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+packetLen(0x006f, 2)
// Packet: 0x0070
-packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+packetLen(0x0070, 3)
// Packet: 0x0071
-packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+packetLen(0x0071, 28)
// Packet: 0x0072
-packetLen(0x0072, 22) // CZ_ENTER
+packetLen(0x0072, 22)
// Packet: 0x0073
#if PACKETVER >= 20081217
-packetLen(0x0073, -1) // ZC_ACCEPT_ENTER
+packetLen(0x0073, -1)
#elif PACKETVER >= 20081203
-packetLen(0x0073, 10) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 10)
#elif PACKETVER >= 20081126
-packetLen(0x0073, 30) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 30)
#elif PACKETVER >= 20081112
-packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 11)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0073, 7) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 7)
#elif PACKETVER >= 20081029
-packetLen(0x0073, -1) // ZC_ACCEPT_ENTER
+packetLen(0x0073, -1)
#elif PACKETVER >= 20081022
-packetLen(0x0073, 12) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 12)
#elif PACKETVER >= 20081015
-packetLen(0x0073, -1) // ZC_ACCEPT_ENTER
+packetLen(0x0073, -1)
#elif PACKETVER >= 20081008
-packetLen(0x0073, 33) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 33)
#elif PACKETVER >= 20081001
-packetLen(0x0073, 60) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 60)
#elif PACKETVER >= 20080917
-packetLen(0x0073, -1) // ZC_ACCEPT_ENTER
+packetLen(0x0073, -1)
#elif PACKETVER >= 20080910
-packetLen(0x0073, 7) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 7)
#elif PACKETVER >= 20080827
-packetLen(0x0073, -1) // ZC_ACCEPT_ENTER
+packetLen(0x0073, -1)
#elif PACKETVER >= 20080820
-packetLen(0x0073, 15) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 15)
#elif PACKETVER >= 20080813
-packetLen(0x0073, 6) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 6)
#elif PACKETVER >= 20080806
-packetLen(0x0073, 7) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 7)
#elif PACKETVER >= 20080715
-packetLen(0x0073, -1) // ZC_ACCEPT_ENTER
+packetLen(0x0073, -1)
#elif PACKETVER >= 20080708
-packetLen(0x0073, 6) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 6)
#elif PACKETVER >= 20080701
-packetLen(0x0073, 71) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 71)
#elif PACKETVER >= 20080624
-packetLen(0x0073, -1) // ZC_ACCEPT_ENTER
+packetLen(0x0073, -1)
#elif PACKETVER >= 20080617
-packetLen(0x0073, 32) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 32)
#elif PACKETVER >= 20080603
-packetLen(0x0073, -1) // ZC_ACCEPT_ENTER
+packetLen(0x0073, -1)
#elif PACKETVER >= 20080528
-packetLen(0x0073, 6) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 6)
#elif PACKETVER >= 20080520
-packetLen(0x0073, 2) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 2)
#elif PACKETVER >= 20080513
-packetLen(0x0073, -1) // ZC_ACCEPT_ENTER
+packetLen(0x0073, -1)
#elif PACKETVER >= 20080507
-packetLen(0x0073, 97) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 97)
#elif PACKETVER >= 20080429
-packetLen(0x0073, 2) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 2)
#elif PACKETVER >= 20080422
-packetLen(0x0073, 4) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 4)
#elif PACKETVER >= 20080415
-packetLen(0x0073, -1) // ZC_ACCEPT_ENTER
+packetLen(0x0073, -1)
#elif PACKETVER >= 20080408
-packetLen(0x0073, 24) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 24)
#elif PACKETVER >= 20080401
-packetLen(0x0073, 10) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 10)
#elif PACKETVER >= 20080325
-packetLen(0x0073, 5) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 5)
#elif PACKETVER >= 20080318
-packetLen(0x0073, 3) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 3)
#elif PACKETVER >= 20080311
-packetLen(0x0073, 6) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 6)
#elif PACKETVER >= 20080304
-packetLen(0x0073, 14) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 14)
#elif PACKETVER >= 20080226
-packetLen(0x0073, 53) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 53)
#elif PACKETVER >= 20080219
-packetLen(0x0073, 22) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 22)
#elif PACKETVER >= 20080124
-packetLen(0x0073, 66) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 66)
#elif PACKETVER >= 20080102
-packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 11)
#endif
// Packet: 0x0074
-packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+packetLen(0x0074, 3)
// Packet: 0x0075
#if PACKETVER >= 20081217
-packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, -1)
#elif PACKETVER >= 20081203
-packetLen(0x0075, 7) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, 7)
#elif PACKETVER >= 20081126
-packetLen(0x0075, 2) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, 2)
#elif PACKETVER >= 20081112
-packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, -1)
#elif PACKETVER >= 20081105
-packetLen(0x0075, 8) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, 8)
#elif PACKETVER >= 20081022
-packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, -1)
#elif PACKETVER >= 20081015
-packetLen(0x0075, 29) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, 29)
#elif PACKETVER >= 20081008
-packetLen(0x0075, 32) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, 32)
#elif PACKETVER >= 20081001
-packetLen(0x0075, 2) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, 2)
#elif PACKETVER >= 20080924
-packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, -1)
#elif PACKETVER >= 20080910
-packetLen(0x0075, 3) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, 3)
#elif PACKETVER >= 20080827
-packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, -1)
#elif PACKETVER >= 20080820
-packetLen(0x0075, 2) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, 2)
#elif PACKETVER >= 20080813
-packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, -1)
#elif PACKETVER >= 20080806
-packetLen(0x0075, 3) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, 3)
#elif PACKETVER >= 20080730
-packetLen(0x0075, 26) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, 26)
#elif PACKETVER >= 20080722
-packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, -1)
#elif PACKETVER >= 20080715
-packetLen(0x0075, 8) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, 8)
#elif PACKETVER >= 20080708
-packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, -1)
#elif PACKETVER >= 20080701
-packetLen(0x0075, 30) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, 30)
#elif PACKETVER >= 20080624
-packetLen(0x0075, 5) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, 5)
#elif PACKETVER >= 20080617
-packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, -1)
#elif PACKETVER >= 20080610
-packetLen(0x0075, 8) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, 8)
#elif PACKETVER >= 20080603
-packetLen(0x0075, 6) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, 6)
#elif PACKETVER >= 20080528
-packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, -1)
#elif PACKETVER >= 20080520
-packetLen(0x0075, 12) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, 12)
#elif PACKETVER >= 20080513
-packetLen(0x0075, 30) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, 30)
#elif PACKETVER >= 20080507
-packetLen(0x0075, 8) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, 8)
#elif PACKETVER >= 20080429
-packetLen(0x0075, 26) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, 26)
#elif PACKETVER >= 20080422
-packetLen(0x0075, 6) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, 6)
#elif PACKETVER >= 20080408
-packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, -1)
#elif PACKETVER >= 20080401
-packetLen(0x0075, 39) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, 39)
#elif PACKETVER >= 20080325
-packetLen(0x0075, 4) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, 4)
#elif PACKETVER >= 20080318
-packetLen(0x0075, 2) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, 2)
#elif PACKETVER >= 20080311
-packetLen(0x0075, 30) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, 30)
#elif PACKETVER >= 20080304
-packetLen(0x0075, 6) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, 6)
#elif PACKETVER >= 20080226
-packetLen(0x0075, 8) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, 8)
#elif PACKETVER >= 20080219
-packetLen(0x0075, 28) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, 28)
#elif PACKETVER >= 20080124
-packetLen(0x0075, 6) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, 6)
#elif PACKETVER >= 20080102
-packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, -1)
#endif
// Packet: 0x0076
-packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+packetLen(0x0076, 9)
// Packet: 0x0077
#if PACKETVER >= 20081203
-packetLen(0x0077, -1) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, -1)
#elif PACKETVER >= 20081126
-packetLen(0x0077, 53) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 53)
#elif PACKETVER >= 20081119
-packetLen(0x0077, 186) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 186)
#elif PACKETVER >= 20081112
-packetLen(0x0077, 28) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 28)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0077, -1) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, -1)
#elif PACKETVER >= 20081029
-packetLen(0x0077, 6) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 6)
#elif PACKETVER >= 20081022
-packetLen(0x0077, 4) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 4)
#elif PACKETVER >= 20081015
-packetLen(0x0077, -1) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, -1)
#elif PACKETVER >= 20081001
-packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 5)
#elif PACKETVER >= 20080924
-packetLen(0x0077, 3) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 3)
#elif PACKETVER >= 20080917
-packetLen(0x0077, 4) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 4)
#elif PACKETVER >= 20080910
-packetLen(0x0077, 26) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 26)
#elif PACKETVER >= 20080903
-packetLen(0x0077, -1) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, -1)
#elif PACKETVER >= 20080827
-packetLen(0x0077, 14) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 14)
#elif PACKETVER >= 20080820
-packetLen(0x0077, 7) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 7)
#elif PACKETVER >= 20080813
-packetLen(0x0077, 31) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 31)
#elif PACKETVER >= 20080806
-packetLen(0x0077, 11) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 11)
#elif PACKETVER >= 20080730
-packetLen(0x0077, 14) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 14)
#elif PACKETVER >= 20080722
-packetLen(0x0077, 2) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 2)
#elif PACKETVER >= 20080708
-packetLen(0x0077, -1) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, -1)
#elif PACKETVER >= 20080701
-packetLen(0x0077, 2) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 2)
#elif PACKETVER >= 20080624
-packetLen(0x0077, 6) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 6)
#elif PACKETVER >= 20080617
-packetLen(0x0077, -1) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, -1)
#elif PACKETVER >= 20080610
-packetLen(0x0077, 14) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 14)
#elif PACKETVER >= 20080603
-packetLen(0x0077, 86) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 86)
#elif PACKETVER >= 20080528
-packetLen(0x0077, 8) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 8)
#elif PACKETVER >= 20080520
-packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 5)
#elif PACKETVER >= 20080422
-packetLen(0x0077, -1) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, -1)
#elif PACKETVER >= 20080415
-packetLen(0x0077, 4) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 4)
#elif PACKETVER >= 20080408
-packetLen(0x0077, 13) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 13)
#elif PACKETVER >= 20080401
-packetLen(0x0077, -1) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, -1)
#elif PACKETVER >= 20080325
-packetLen(0x0077, 10) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 10)
#elif PACKETVER >= 20080318
-packetLen(0x0077, 8) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 8)
#elif PACKETVER >= 20080311
-packetLen(0x0077, 30) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 30)
#elif PACKETVER >= 20080304
-packetLen(0x0077, 10) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 10)
#elif PACKETVER >= 20080226
-packetLen(0x0077, 14) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 14)
#elif PACKETVER >= 20080219
-packetLen(0x0077, 2) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 2)
#elif PACKETVER >= 20080124
-packetLen(0x0077, 3) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 3)
#elif PACKETVER >= 20080102
-packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 5)
#endif
// Packet: 0x0078
#if PACKETVER >= 20081217
-packetLen(0x0078, -1) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, -1)
#elif PACKETVER >= 20081203
-packetLen(0x0078, 26) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, 26)
#elif PACKETVER >= 20081126
-packetLen(0x0078, 10) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, 10)
#elif PACKETVER >= 20081119
-packetLen(0x0078, 8) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, 8)
#elif PACKETVER >= 20081112
-packetLen(0x0078, 55) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, 55)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0078, 7) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, 7)
#elif PACKETVER >= 20081022
-packetLen(0x0078, -1) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, -1)
#elif PACKETVER >= 20081015
-packetLen(0x0078, 10) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, 10)
#elif PACKETVER >= 20080917
-packetLen(0x0078, -1) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, -1)
#elif PACKETVER >= 20080910
-packetLen(0x0078, 10) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, 10)
#elif PACKETVER >= 20080715
-packetLen(0x0078, -1) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, -1)
#elif PACKETVER >= 20080708
-packetLen(0x0078, 4) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, 4)
#elif PACKETVER >= 20080701
-packetLen(0x0078, 20) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, 20)
#elif PACKETVER >= 20080617
-packetLen(0x0078, -1) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, -1)
#elif PACKETVER >= 20080603
-packetLen(0x0078, 14) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, 14)
#elif PACKETVER >= 20080528
-packetLen(0x0078, 22) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, 22)
#elif PACKETVER >= 20080520
-packetLen(0x0078, 14) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, 14)
#elif PACKETVER >= 20080507
-packetLen(0x0078, -1) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, -1)
#elif PACKETVER >= 20080429
-packetLen(0x0078, 8) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, 8)
#elif PACKETVER >= 20080415
-packetLen(0x0078, -1) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, -1)
#elif PACKETVER >= 20080408
-packetLen(0x0078, 14) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, 14)
#elif PACKETVER >= 20080325
-packetLen(0x0078, 8) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, 8)
#elif PACKETVER >= 20080318
-packetLen(0x0078, 2) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, 2)
#elif PACKETVER >= 20080311
-packetLen(0x0078, 53) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, 53)
#elif PACKETVER >= 20080304
-packetLen(0x0078, 11) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, 11)
#elif PACKETVER >= 20080226
-packetLen(0x0078, 6) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, 6)
#elif PACKETVER >= 20080219
-packetLen(0x0078, -1) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, -1)
#elif PACKETVER >= 20080124
-packetLen(0x0078, 32) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, 32)
#elif PACKETVER >= 20080102
-packetLen(0x0078, 55) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, 55)
#endif
// Packet: 0x0079
#if PACKETVER >= 20081112
-packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, 53)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0079, 30) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, 30)
#elif PACKETVER >= 20081029
-packetLen(0x0079, -1) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, -1)
#elif PACKETVER >= 20081022
-packetLen(0x0079, 28) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, 28)
#elif PACKETVER >= 20081015
-packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, 53)
#elif PACKETVER >= 20081008
-packetLen(0x0079, -1) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, -1)
#elif PACKETVER >= 20081001
-packetLen(0x0079, 7) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, 7)
#elif PACKETVER >= 20080924
-packetLen(0x0079, 3) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, 3)
#elif PACKETVER >= 20080917
-packetLen(0x0079, 29) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, 29)
#elif PACKETVER >= 20080827
-packetLen(0x0079, -1) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, -1)
#elif PACKETVER >= 20080820
-packetLen(0x0079, 5) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, 5)
#elif PACKETVER >= 20080813
-packetLen(0x0079, 6) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, 6)
#elif PACKETVER >= 20080730
-packetLen(0x0079, -1) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, -1)
#elif PACKETVER >= 20080722
-packetLen(0x0079, 10) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, 10)
#elif PACKETVER >= 20080715
-packetLen(0x0079, 58) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, 58)
#elif PACKETVER >= 20080708
-packetLen(0x0079, 114) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, 114)
#elif PACKETVER >= 20080701
-packetLen(0x0079, 4) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, 4)
#elif PACKETVER >= 20080617
-packetLen(0x0079, -1) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, -1)
#elif PACKETVER >= 20080610
-packetLen(0x0079, 3) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, 3)
#elif PACKETVER >= 20080528
-packetLen(0x0079, -1) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, -1)
#elif PACKETVER >= 20080520
-packetLen(0x0079, 54) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, 54)
#elif PACKETVER >= 20080513
-packetLen(0x0079, -1) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, -1)
#elif PACKETVER >= 20080507
-packetLen(0x0079, 57) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, 57)
#elif PACKETVER >= 20080429
-packetLen(0x0079, 10) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, 10)
#elif PACKETVER >= 20080422
-packetLen(0x0079, 14) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, 14)
#elif PACKETVER >= 20080415
-packetLen(0x0079, -1) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, -1)
#elif PACKETVER >= 20080401
-packetLen(0x0079, 6) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, 6)
#elif PACKETVER >= 20080325
-packetLen(0x0079, 7) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, 7)
#elif PACKETVER >= 20080318
-packetLen(0x0079, -1) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, -1)
#elif PACKETVER >= 20080311
-packetLen(0x0079, 8) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, 8)
#elif PACKETVER >= 20080304
-packetLen(0x0079, 4) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, 4)
#elif PACKETVER >= 20080226
-packetLen(0x0079, 2) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, 2)
#elif PACKETVER >= 20080219
-packetLen(0x0079, 27) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, 27)
#elif PACKETVER >= 20080124
-packetLen(0x0079, 2) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, 2)
#elif PACKETVER >= 20080102
-packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, 53)
#endif
// Packet: 0x007a
#if PACKETVER >= 20081112
-packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, 58)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081105
-packetLen(0x007a, -1) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, -1)
#elif PACKETVER >= 20081029
-packetLen(0x007a, 26) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, 26)
#elif PACKETVER >= 20081022
-packetLen(0x007a, 53) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, 53)
#elif PACKETVER >= 20081015
-packetLen(0x007a, 6) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, 6)
#elif PACKETVER >= 20081008
-packetLen(0x007a, 2) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, 2)
#elif PACKETVER >= 20081001
-packetLen(0x007a, 3) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, 3)
#elif PACKETVER >= 20080917
-packetLen(0x007a, -1) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, -1)
#elif PACKETVER >= 20080910
-packetLen(0x007a, 27) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, 27)
#elif PACKETVER >= 20080903
-packetLen(0x007a, -1) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, -1)
#elif PACKETVER >= 20080827
-packetLen(0x007a, 282) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, 282)
#elif PACKETVER >= 20080820
-packetLen(0x007a, -1) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, -1)
#elif PACKETVER >= 20080813
-packetLen(0x007a, 4) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, 4)
#elif PACKETVER >= 20080806
-packetLen(0x007a, 39) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, 39)
#elif PACKETVER >= 20080708
-packetLen(0x007a, -1) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, -1)
#elif PACKETVER >= 20080701
-packetLen(0x007a, 2) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, 2)
#elif PACKETVER >= 20080617
-packetLen(0x007a, 6) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, 6)
#elif PACKETVER >= 20080610
-packetLen(0x007a, 53) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, 53)
#elif PACKETVER >= 20080513
-packetLen(0x007a, -1) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, -1)
#elif PACKETVER >= 20080507
-packetLen(0x007a, 3) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, 3)
#elif PACKETVER >= 20080429
-packetLen(0x007a, 8) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, 8)
#elif PACKETVER >= 20080408
-packetLen(0x007a, -1) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, -1)
#elif PACKETVER >= 20080401
-packetLen(0x007a, 114) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, 114)
#elif PACKETVER >= 20080325
-packetLen(0x007a, 22) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, 22)
#elif PACKETVER >= 20080318
-packetLen(0x007a, 282) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, 282)
#elif PACKETVER >= 20080311
-packetLen(0x007a, 5) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, 5)
#elif PACKETVER >= 20080304
-packetLen(0x007a, 2) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, 2)
#elif PACKETVER >= 20080226
-packetLen(0x007a, -1) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, -1)
#elif PACKETVER >= 20080219
-packetLen(0x007a, 29) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, 29)
#elif PACKETVER >= 20080124
-packetLen(0x007a, 2) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, 2)
#elif PACKETVER >= 20080102
-packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, 58)
#endif
// Packet: 0x007b
#if PACKETVER >= 20081217
-packetLen(0x007b, -1) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, -1)
#elif PACKETVER >= 20081203
-packetLen(0x007b, 20) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, 20)
#elif PACKETVER >= 20081126
-packetLen(0x007b, 30) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, 30)
#elif PACKETVER >= 20081119
-packetLen(0x007b, -1) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, -1)
#elif PACKETVER >= 20081112
-packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, 60)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081015
-packetLen(0x007b, -1) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, -1)
#elif PACKETVER >= 20081008
-packetLen(0x007b, 3) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, 3)
#elif PACKETVER >= 20081001
-packetLen(0x007b, -1) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, -1)
#elif PACKETVER >= 20080924
-packetLen(0x007b, 27) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, 27)
#elif PACKETVER >= 20080917
-packetLen(0x007b, 7) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, 7)
#elif PACKETVER >= 20080910
-packetLen(0x007b, 6) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, 6)
#elif PACKETVER >= 20080806
-packetLen(0x007b, -1) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, -1)
#elif PACKETVER >= 20080730
-packetLen(0x007b, 13) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, 13)
#elif PACKETVER >= 20080722
-packetLen(0x007b, 2) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, 2)
#elif PACKETVER >= 20080715
-packetLen(0x007b, -1) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, -1)
#elif PACKETVER >= 20080708
-packetLen(0x007b, 4) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, 4)
#elif PACKETVER >= 20080603
-packetLen(0x007b, -1) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, -1)
#elif PACKETVER >= 20080528
-packetLen(0x007b, 42) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, 42)
#elif PACKETVER >= 20080520
-packetLen(0x007b, -1) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, -1)
#elif PACKETVER >= 20080513
-packetLen(0x007b, 11) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, 11)
#elif PACKETVER >= 20080507
-packetLen(0x007b, -1) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, -1)
#elif PACKETVER >= 20080429
-packetLen(0x007b, 6) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, 6)
#elif PACKETVER >= 20080415
-packetLen(0x007b, -1) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, -1)
#elif PACKETVER >= 20080408
-packetLen(0x007b, 2) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, 2)
#elif PACKETVER >= 20080325
-packetLen(0x007b, 6) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, 6)
#elif PACKETVER >= 20080318
-packetLen(0x007b, 11) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, 11)
#elif PACKETVER >= 20080311
-packetLen(0x007b, 186) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, 186)
#elif PACKETVER >= 20080304
-packetLen(0x007b, 30) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, 30)
#elif PACKETVER >= 20080226
-packetLen(0x007b, 5) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, 5)
#elif PACKETVER >= 20080219
-packetLen(0x007b, 2) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, 2)
#elif PACKETVER >= 20080124
-packetLen(0x007b, 14) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, 14)
#elif PACKETVER >= 20080102
-packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, 60)
#endif
// Packet: 0x007c
#if PACKETVER >= 20081217
-packetLen(0x007c, 2) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, 2)
#elif PACKETVER >= 20081112
-packetLen(0x007c, 42) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, 42)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081022
-packetLen(0x007c, -1) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, -1)
#elif PACKETVER >= 20081015
-packetLen(0x007c, 10) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, 10)
#elif PACKETVER >= 20080924
-packetLen(0x007c, -1) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, -1)
#elif PACKETVER >= 20080917
-packetLen(0x007c, 53) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, 53)
#elif PACKETVER >= 20080910
-packetLen(0x007c, 6) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, 6)
#elif PACKETVER >= 20080903
-packetLen(0x007c, -1) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, -1)
#elif PACKETVER >= 20080820
-packetLen(0x007c, 6) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, 6)
#elif PACKETVER >= 20080708
-packetLen(0x007c, -1) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, -1)
#elif PACKETVER >= 20080701
-packetLen(0x007c, 5) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, 5)
#elif PACKETVER >= 20080624
-packetLen(0x007c, 16) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, 16)
#elif PACKETVER >= 20080528
-packetLen(0x007c, -1) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, -1)
#elif PACKETVER >= 20080520
-packetLen(0x007c, 3) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, 3)
#elif PACKETVER >= 20080513
-packetLen(0x007c, 7) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, 7)
#elif PACKETVER >= 20080429
-packetLen(0x007c, -1) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, -1)
#elif PACKETVER >= 20080422
-packetLen(0x007c, 65) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, 65)
#elif PACKETVER >= 20080415
-packetLen(0x007c, 8) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, 8)
#elif PACKETVER >= 20080408
-packetLen(0x007c, 11) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, 11)
#elif PACKETVER >= 20080401
-packetLen(0x007c, 8) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, 8)
#elif PACKETVER >= 20080325
-packetLen(0x007c, 10) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, 10)
#elif PACKETVER >= 20080318
-packetLen(0x007c, 2) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, 2)
#elif PACKETVER >= 20080311
-packetLen(0x007c, -1) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, -1)
#elif PACKETVER >= 20080304
-packetLen(0x007c, 3) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, 3)
#elif PACKETVER >= 20080226
-packetLen(0x007c, 8) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, 8)
#elif PACKETVER >= 20080219
-packetLen(0x007c, 186) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, 186)
#elif PACKETVER >= 20080124
-packetLen(0x007c, 31) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, 31)
#elif PACKETVER >= 20080102
-packetLen(0x007c, 42) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, 42)
#endif
// Packet: 0x007d
#if PACKETVER >= 20081203
-packetLen(0x007d, -1) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, -1)
#elif PACKETVER >= 20081126
-packetLen(0x007d, 22) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, 22)
#elif PACKETVER >= 20081119
-packetLen(0x007d, 16) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, 16)
#elif PACKETVER >= 20081112
-packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, 2)
#elif PACKETVER >= 20081029
-packetLen(0x007d, -1) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, -1)
#elif PACKETVER >= 20081022
-packetLen(0x007d, 6) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, 6)
#elif PACKETVER >= 20081008
-packetLen(0x007d, -1) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, -1)
#elif PACKETVER >= 20081001
-packetLen(0x007d, 10) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, 10)
#elif PACKETVER >= 20080917
-packetLen(0x007d, -1) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, -1)
#elif PACKETVER >= 20080910
-packetLen(0x007d, 6) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, 6)
#elif PACKETVER >= 20080903
-packetLen(0x007d, 57) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, 57)
#elif PACKETVER >= 20080820
-packetLen(0x007d, -1) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, -1)
#elif PACKETVER >= 20080813
-packetLen(0x007d, 4) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, 4)
#elif PACKETVER >= 20080617
-packetLen(0x007d, -1) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, -1)
#elif PACKETVER >= 20080610
-packetLen(0x007d, 26) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, 26)
#elif PACKETVER >= 20080603
-packetLen(0x007d, 6) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, 6)
#elif PACKETVER >= 20080528
-packetLen(0x007d, -1) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, -1)
#elif PACKETVER >= 20080520
-packetLen(0x007d, 9) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, 9)
#elif PACKETVER >= 20080513
-packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, 2)
#elif PACKETVER >= 20080507
-packetLen(0x007d, 10) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, 10)
#elif PACKETVER >= 20080429
-packetLen(0x007d, 11) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, 11)
#elif PACKETVER >= 20080422
-packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, 2)
#elif PACKETVER >= 20080415
-packetLen(0x007d, 30) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, 30)
#elif PACKETVER >= 20080401
-packetLen(0x007d, -1) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, -1)
#elif PACKETVER >= 20080325
-packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, 2)
#elif PACKETVER >= 20080311
-packetLen(0x007d, -1) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, -1)
#elif PACKETVER >= 20080304
-packetLen(0x007d, 14) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, 14)
#elif PACKETVER >= 20080226
-packetLen(0x007d, 26) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, 26)
#elif PACKETVER >= 20080219
-packetLen(0x007d, 3) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, 3)
#elif PACKETVER >= 20080124
-packetLen(0x007d, 22) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, 22)
#elif PACKETVER >= 20080102
-packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, 2)
#endif
// Packet: 0x007e
-packetLen(0x007e, 105) // CZ_REQUEST_TIME
+packetLen(0x007e, 105)
// Packet: 0x007f
#if PACKETVER >= 20081119
-packetLen(0x007f, -1) // ZC_NOTIFY_TIME
+packetLen(0x007f, -1)
#elif PACKETVER >= 20081112
-packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+packetLen(0x007f, 6)
#elif PACKETVER >= 20081105
-packetLen(0x007f, -1) // ZC_NOTIFY_TIME
+packetLen(0x007f, -1)
#elif PACKETVER >= 20081029
-packetLen(0x007f, 2) // ZC_NOTIFY_TIME
+packetLen(0x007f, 2)
#elif PACKETVER >= 20081022
-packetLen(0x007f, 10) // ZC_NOTIFY_TIME
+packetLen(0x007f, 10)
#elif PACKETVER >= 20081015
-packetLen(0x007f, -1) // ZC_NOTIFY_TIME
+packetLen(0x007f, -1)
#elif PACKETVER >= 20081008
-packetLen(0x007f, 2) // ZC_NOTIFY_TIME
+packetLen(0x007f, 2)
#elif PACKETVER >= 20080903
-packetLen(0x007f, -1) // ZC_NOTIFY_TIME
+packetLen(0x007f, -1)
#elif PACKETVER >= 20080827
-packetLen(0x007f, 4) // ZC_NOTIFY_TIME
+packetLen(0x007f, 4)
#elif PACKETVER >= 20080820
-packetLen(0x007f, 53) // ZC_NOTIFY_TIME
+packetLen(0x007f, 53)
#elif PACKETVER >= 20080813
-packetLen(0x007f, 26) // ZC_NOTIFY_TIME
+packetLen(0x007f, 26)
#elif PACKETVER >= 20080806
-packetLen(0x007f, -1) // ZC_NOTIFY_TIME
+packetLen(0x007f, -1)
#elif PACKETVER >= 20080730
-packetLen(0x007f, 10) // ZC_NOTIFY_TIME
+packetLen(0x007f, 10)
#elif PACKETVER >= 20080722
-packetLen(0x007f, -1) // ZC_NOTIFY_TIME
+packetLen(0x007f, -1)
#elif PACKETVER >= 20080715
-packetLen(0x007f, 22) // ZC_NOTIFY_TIME
+packetLen(0x007f, 22)
#elif PACKETVER >= 20080624
-packetLen(0x007f, -1) // ZC_NOTIFY_TIME
+packetLen(0x007f, -1)
#elif PACKETVER >= 20080617
-packetLen(0x007f, 5) // ZC_NOTIFY_TIME
+packetLen(0x007f, 5)
#elif PACKETVER >= 20080603
-packetLen(0x007f, -1) // ZC_NOTIFY_TIME
+packetLen(0x007f, -1)
#elif PACKETVER >= 20080528
-packetLen(0x007f, 13) // ZC_NOTIFY_TIME
+packetLen(0x007f, 13)
#elif PACKETVER >= 20080520
-packetLen(0x007f, -1) // ZC_NOTIFY_TIME
+packetLen(0x007f, -1)
#elif PACKETVER >= 20080513
-packetLen(0x007f, 10) // ZC_NOTIFY_TIME
+packetLen(0x007f, 10)
#elif PACKETVER >= 20080507
-packetLen(0x007f, 3) // ZC_NOTIFY_TIME
+packetLen(0x007f, 3)
#elif PACKETVER >= 20080429
-packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+packetLen(0x007f, 6)
#elif PACKETVER >= 20080422
-packetLen(0x007f, -1) // ZC_NOTIFY_TIME
+packetLen(0x007f, -1)
#elif PACKETVER >= 20080415
-packetLen(0x007f, 7) // ZC_NOTIFY_TIME
+packetLen(0x007f, 7)
#elif PACKETVER >= 20080408
-packetLen(0x007f, 3) // ZC_NOTIFY_TIME
+packetLen(0x007f, 3)
#elif PACKETVER >= 20080401
-packetLen(0x007f, 182) // ZC_NOTIFY_TIME
+packetLen(0x007f, 182)
#elif PACKETVER >= 20080325
-packetLen(0x007f, 10) // ZC_NOTIFY_TIME
+packetLen(0x007f, 10)
#elif PACKETVER >= 20080318
-packetLen(0x007f, -1) // ZC_NOTIFY_TIME
+packetLen(0x007f, -1)
#elif PACKETVER >= 20080311
-packetLen(0x007f, 10) // ZC_NOTIFY_TIME
+packetLen(0x007f, 10)
#elif PACKETVER >= 20080304
-packetLen(0x007f, -1) // ZC_NOTIFY_TIME
+packetLen(0x007f, -1)
#elif PACKETVER >= 20080226
-packetLen(0x007f, 54) // ZC_NOTIFY_TIME
+packetLen(0x007f, 54)
#elif PACKETVER >= 20080219
-packetLen(0x007f, 4) // ZC_NOTIFY_TIME
+packetLen(0x007f, 4)
#elif PACKETVER >= 20080124
-packetLen(0x007f, -1) // ZC_NOTIFY_TIME
+packetLen(0x007f, -1)
#elif PACKETVER >= 20080102
-packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+packetLen(0x007f, 6)
#endif
// Packet: 0x0080
#if PACKETVER >= 20081217
-packetLen(0x0080, -1) // ZC_NOTIFY_VANISH
+packetLen(0x0080, -1)
#elif PACKETVER >= 20081203
-packetLen(0x0080, 3) // ZC_NOTIFY_VANISH
+packetLen(0x0080, 3)
#elif PACKETVER >= 20081119
-packetLen(0x0080, -1) // ZC_NOTIFY_VANISH
+packetLen(0x0080, -1)
#elif PACKETVER >= 20081112
-packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+packetLen(0x0080, 7)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0080, -1) // ZC_NOTIFY_VANISH
+packetLen(0x0080, -1)
#elif PACKETVER >= 20081029
-packetLen(0x0080, 9) // ZC_NOTIFY_VANISH
+packetLen(0x0080, 9)
#elif PACKETVER >= 20081001
-packetLen(0x0080, -1) // ZC_NOTIFY_VANISH
+packetLen(0x0080, -1)
#elif PACKETVER >= 20080924
-packetLen(0x0080, 27) // ZC_NOTIFY_VANISH
+packetLen(0x0080, 27)
#elif PACKETVER >= 20080917
-packetLen(0x0080, 11) // ZC_NOTIFY_VANISH
+packetLen(0x0080, 11)
#elif PACKETVER >= 20080910
-packetLen(0x0080, -1) // ZC_NOTIFY_VANISH
+packetLen(0x0080, -1)
#elif PACKETVER >= 20080903
-packetLen(0x0080, 22) // ZC_NOTIFY_VANISH
+packetLen(0x0080, 22)
#elif PACKETVER >= 20080827
-packetLen(0x0080, 58) // ZC_NOTIFY_VANISH
+packetLen(0x0080, 58)
#elif PACKETVER >= 20080624
-packetLen(0x0080, -1) // ZC_NOTIFY_VANISH
+packetLen(0x0080, -1)
#elif PACKETVER >= 20080617
-packetLen(0x0080, 2) // ZC_NOTIFY_VANISH
+packetLen(0x0080, 2)
#elif PACKETVER >= 20080603
-packetLen(0x0080, -1) // ZC_NOTIFY_VANISH
+packetLen(0x0080, -1)
#elif PACKETVER >= 20080528
-packetLen(0x0080, 22) // ZC_NOTIFY_VANISH
+packetLen(0x0080, 22)
#elif PACKETVER >= 20080520
-packetLen(0x0080, 10) // ZC_NOTIFY_VANISH
+packetLen(0x0080, 10)
#elif PACKETVER >= 20080513
-packetLen(0x0080, 6) // ZC_NOTIFY_VANISH
+packetLen(0x0080, 6)
#elif PACKETVER >= 20080422
-packetLen(0x0080, -1) // ZC_NOTIFY_VANISH
+packetLen(0x0080, -1)
#elif PACKETVER >= 20080415
-packetLen(0x0080, 5) // ZC_NOTIFY_VANISH
+packetLen(0x0080, 5)
#elif PACKETVER >= 20080325
-packetLen(0x0080, -1) // ZC_NOTIFY_VANISH
+packetLen(0x0080, -1)
#elif PACKETVER >= 20080318
-packetLen(0x0080, 60) // ZC_NOTIFY_VANISH
+packetLen(0x0080, 60)
#elif PACKETVER >= 20080311
-packetLen(0x0080, -1) // ZC_NOTIFY_VANISH
+packetLen(0x0080, -1)
#elif PACKETVER >= 20080304
-packetLen(0x0080, 28) // ZC_NOTIFY_VANISH
+packetLen(0x0080, 28)
#elif PACKETVER >= 20080226
-packetLen(0x0080, 4) // ZC_NOTIFY_VANISH
+packetLen(0x0080, 4)
#elif PACKETVER >= 20080219
-packetLen(0x0080, 10) // ZC_NOTIFY_VANISH
+packetLen(0x0080, 10)
#elif PACKETVER >= 20080124
-packetLen(0x0080, -1) // ZC_NOTIFY_VANISH
+packetLen(0x0080, -1)
#elif PACKETVER >= 20080102
-packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+packetLen(0x0080, 7)
#endif
// Packet: 0x0081
-packetLen(0x0081, 3) // SC_NOTIFY_BAN
+packetLen(0x0081, 3)
// Packet: 0x0082
-packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+packetLen(0x0082, 2)
// Packet: 0x0083
#if PACKETVER >= 20081217
-packetLen(0x0083, 3) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 3)
#elif PACKETVER >= 20081203
-packetLen(0x0083, -1) // ZC_ACCEPT_QUIT
+packetLen(0x0083, -1)
#elif PACKETVER >= 20081126
-packetLen(0x0083, 6) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 6)
#elif PACKETVER >= 20081119
-packetLen(0x0083, 282) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 282)
#elif PACKETVER >= 20081112
-packetLen(0x0083, 58) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 58)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0083, 4) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 4)
#elif PACKETVER >= 20081029
-packetLen(0x0083, 33) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 33)
#elif PACKETVER >= 20081022
-packetLen(0x0083, 282) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 282)
#elif PACKETVER >= 20081015
-packetLen(0x0083, 26) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 26)
#elif PACKETVER >= 20081008
-packetLen(0x0083, 21) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 21)
#elif PACKETVER >= 20081001
-packetLen(0x0083, -1) // ZC_ACCEPT_QUIT
+packetLen(0x0083, -1)
#elif PACKETVER >= 20080924
-packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 2)
#elif PACKETVER >= 20080910
-packetLen(0x0083, -1) // ZC_ACCEPT_QUIT
+packetLen(0x0083, -1)
#elif PACKETVER >= 20080903
-packetLen(0x0083, 10) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 10)
#elif PACKETVER >= 20080820
-packetLen(0x0083, -1) // ZC_ACCEPT_QUIT
+packetLen(0x0083, -1)
#elif PACKETVER >= 20080813
-packetLen(0x0083, 39) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 39)
#elif PACKETVER >= 20080806
-packetLen(0x0083, 6) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 6)
#elif PACKETVER >= 20080715
-packetLen(0x0083, -1) // ZC_ACCEPT_QUIT
+packetLen(0x0083, -1)
#elif PACKETVER >= 20080708
-packetLen(0x0083, 10) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 10)
#elif PACKETVER >= 20080624
-packetLen(0x0083, -1) // ZC_ACCEPT_QUIT
+packetLen(0x0083, -1)
#elif PACKETVER >= 20080617
-packetLen(0x0083, 34) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 34)
#elif PACKETVER >= 20080610
-packetLen(0x0083, 6) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 6)
#elif PACKETVER >= 20080603
-packetLen(0x0083, 13) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 13)
#elif PACKETVER >= 20080528
-packetLen(0x0083, -1) // ZC_ACCEPT_QUIT
+packetLen(0x0083, -1)
#elif PACKETVER >= 20080520
-packetLen(0x0083, 4) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 4)
#elif PACKETVER >= 20080513
-packetLen(0x0083, 5) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 5)
#elif PACKETVER >= 20080507
-packetLen(0x0083, 30) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 30)
#elif PACKETVER >= 20080429
-packetLen(0x0083, 282) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 282)
#elif PACKETVER >= 20080422
-packetLen(0x0083, -1) // ZC_ACCEPT_QUIT
+packetLen(0x0083, -1)
#elif PACKETVER >= 20080415
-packetLen(0x0083, 5) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 5)
#elif PACKETVER >= 20080408
-packetLen(0x0083, 28) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 28)
#elif PACKETVER >= 20080325
-packetLen(0x0083, 30) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 30)
#elif PACKETVER >= 20080318
-packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 2)
#elif PACKETVER >= 20080311
-packetLen(0x0083, 21) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 21)
#elif PACKETVER >= 20080304
-packetLen(0x0083, 10) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 10)
#elif PACKETVER >= 20080226
-packetLen(0x0083, 6) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 6)
#elif PACKETVER >= 20080219
-packetLen(0x0083, 10) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 10)
#elif PACKETVER >= 20080102
-packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 2)
#endif
// Packet: 0x0084
-packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+packetLen(0x0084, 2)
// Packet: 0x0085
-packetLen(0x0085, 10) // CZ_REQUEST_MOVE
+packetLen(0x0085, 10)
// Packet: 0x0086
#if PACKETVER >= 20081217
-packetLen(0x0086, 17) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 17)
#elif PACKETVER >= 20081203
-packetLen(0x0086, 36) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 36)
#elif PACKETVER >= 20081112
-packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 16)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0086, -1) // ZC_NOTIFY_MOVE
+packetLen(0x0086, -1)
#elif PACKETVER >= 20081029
-packetLen(0x0086, 6) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 6)
#elif PACKETVER >= 20081008
-packetLen(0x0086, -1) // ZC_NOTIFY_MOVE
+packetLen(0x0086, -1)
#elif PACKETVER >= 20081001
-packetLen(0x0086, 8) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 8)
#elif PACKETVER >= 20080924
-packetLen(0x0086, 7) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 7)
#elif PACKETVER >= 20080903
-packetLen(0x0086, -1) // ZC_NOTIFY_MOVE
+packetLen(0x0086, -1)
#elif PACKETVER >= 20080827
-packetLen(0x0086, 6) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 6)
#elif PACKETVER >= 20080820
-packetLen(0x0086, -1) // ZC_NOTIFY_MOVE
+packetLen(0x0086, -1)
#elif PACKETVER >= 20080813
-packetLen(0x0086, 4) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 4)
#elif PACKETVER >= 20080806
-packetLen(0x0086, 53) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 53)
#elif PACKETVER >= 20080730
-packetLen(0x0086, -1) // ZC_NOTIFY_MOVE
+packetLen(0x0086, -1)
#elif PACKETVER >= 20080722
-packetLen(0x0086, 3) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 3)
#elif PACKETVER >= 20080715
-packetLen(0x0086, -1) // ZC_NOTIFY_MOVE
+packetLen(0x0086, -1)
#elif PACKETVER >= 20080708
-packetLen(0x0086, 8) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 8)
#elif PACKETVER >= 20080701
-packetLen(0x0086, 2) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 2)
#elif PACKETVER >= 20080610
-packetLen(0x0086, -1) // ZC_NOTIFY_MOVE
+packetLen(0x0086, -1)
#elif PACKETVER >= 20080603
-packetLen(0x0086, 3) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 3)
#elif PACKETVER >= 20080528
-packetLen(0x0086, 17) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 17)
#elif PACKETVER >= 20080520
-packetLen(0x0086, 30) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 30)
#elif PACKETVER >= 20080513
-packetLen(0x0086, -1) // ZC_NOTIFY_MOVE
+packetLen(0x0086, -1)
#elif PACKETVER >= 20080507
-packetLen(0x0086, 32) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 32)
#elif PACKETVER >= 20080429
-packetLen(0x0086, -1) // ZC_NOTIFY_MOVE
+packetLen(0x0086, -1)
#elif PACKETVER >= 20080422
-packetLen(0x0086, 24) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 24)
#elif PACKETVER >= 20080415
-packetLen(0x0086, 8) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 8)
#elif PACKETVER >= 20080408
-packetLen(0x0086, 10) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 10)
#elif PACKETVER >= 20080401
-packetLen(0x0086, 22) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 22)
#elif PACKETVER >= 20080325
-packetLen(0x0086, 2) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 2)
#elif PACKETVER >= 20080318
-packetLen(0x0086, 22) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 22)
#elif PACKETVER >= 20080311
-packetLen(0x0086, 14) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 14)
#elif PACKETVER >= 20080304
-packetLen(0x0086, 79) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 79)
#elif PACKETVER >= 20080226
-packetLen(0x0086, 14) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 14)
#elif PACKETVER >= 20080219
-packetLen(0x0086, 10) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 10)
#elif PACKETVER >= 20080124
-packetLen(0x0086, 7) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 7)
#elif PACKETVER >= 20080102
-packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 16)
#endif
// Packet: 0x0087
#if PACKETVER >= 20081217
-packetLen(0x0087, 8) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 8)
#elif PACKETVER >= 20081119
-packetLen(0x0087, -1) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, -1)
#elif PACKETVER >= 20081112
-packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 12)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081029
-packetLen(0x0087, -1) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, -1)
#elif PACKETVER >= 20081022
-packetLen(0x0087, 44) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 44)
#elif PACKETVER >= 20081001
-packetLen(0x0087, -1) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, -1)
#elif PACKETVER >= 20080924
-packetLen(0x0087, 60) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 60)
#elif PACKETVER >= 20080910
-packetLen(0x0087, -1) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, -1)
#elif PACKETVER >= 20080903
-packetLen(0x0087, 8) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 8)
#elif PACKETVER >= 20080827
-packetLen(0x0087, 2) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 2)
#elif PACKETVER >= 20080820
-packetLen(0x0087, 10) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 10)
#elif PACKETVER >= 20080730
-packetLen(0x0087, -1) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, -1)
#elif PACKETVER >= 20080722
-packetLen(0x0087, 90) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 90)
#elif PACKETVER >= 20080715
-packetLen(0x0087, 4) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 4)
#elif PACKETVER >= 20080708
-packetLen(0x0087, 5) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 5)
#elif PACKETVER >= 20080701
-packetLen(0x0087, -1) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, -1)
#elif PACKETVER >= 20080624
-packetLen(0x0087, 4) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 4)
#elif PACKETVER >= 20080610
-packetLen(0x0087, -1) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, -1)
#elif PACKETVER >= 20080603
-packetLen(0x0087, 27) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 27)
#elif PACKETVER >= 20080528
-packetLen(0x0087, 282) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 282)
#elif PACKETVER >= 20080520
-packetLen(0x0087, 10) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 10)
#elif PACKETVER >= 20080513
-packetLen(0x0087, -1) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, -1)
#elif PACKETVER >= 20080429
-packetLen(0x0087, 2) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 2)
#elif PACKETVER >= 20080422
-packetLen(0x0087, 6) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 6)
#elif PACKETVER >= 20080415
-packetLen(0x0087, 14) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 14)
#elif PACKETVER >= 20080408
-packetLen(0x0087, 11) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 11)
#elif PACKETVER >= 20080401
-packetLen(0x0087, -1) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, -1)
#elif PACKETVER >= 20080325
-packetLen(0x0087, 14) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 14)
#elif PACKETVER >= 20080318
-packetLen(0x0087, -1) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, -1)
#elif PACKETVER >= 20080311
-packetLen(0x0087, 26) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 26)
#elif PACKETVER >= 20080304
-packetLen(0x0087, -1) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, -1)
#elif PACKETVER >= 20080226
-packetLen(0x0087, 6) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 6)
#elif PACKETVER >= 20080219
-packetLen(0x0087, 14) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 14)
#elif PACKETVER >= 20080124
-packetLen(0x0087, 31) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 31)
#elif PACKETVER >= 20080102
-packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 12)
#endif
// Packet: 0x0088
#if PACKETVER >= 20081126
-packetLen(0x0088, -1) // ZC_STOPMOVE
+packetLen(0x0088, -1)
#elif PACKETVER >= 20081119
-packetLen(0x0088, 4) // ZC_STOPMOVE
+packetLen(0x0088, 4)
#elif PACKETVER >= 20081112
-packetLen(0x0088, 18) // ZC_STOPMOVE
+packetLen(0x0088, 18)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0088, 2) // ZC_STOPMOVE
+packetLen(0x0088, 2)
#elif PACKETVER >= 20081029
-packetLen(0x0088, -1) // ZC_STOPMOVE
+packetLen(0x0088, -1)
#elif PACKETVER >= 20081022
-packetLen(0x0088, 11) // ZC_STOPMOVE
+packetLen(0x0088, 11)
#elif PACKETVER >= 20081001
-packetLen(0x0088, -1) // ZC_STOPMOVE
+packetLen(0x0088, -1)
#elif PACKETVER >= 20080924
-packetLen(0x0088, 60) // ZC_STOPMOVE
+packetLen(0x0088, 60)
#elif PACKETVER >= 20080910
-packetLen(0x0088, -1) // ZC_STOPMOVE
+packetLen(0x0088, -1)
#elif PACKETVER >= 20080903
-packetLen(0x0088, 15) // ZC_STOPMOVE
+packetLen(0x0088, 15)
#elif PACKETVER >= 20080806
-packetLen(0x0088, -1) // ZC_STOPMOVE
+packetLen(0x0088, -1)
#elif PACKETVER >= 20080730
-packetLen(0x0088, 22) // ZC_STOPMOVE
+packetLen(0x0088, 22)
#elif PACKETVER >= 20080722
-packetLen(0x0088, 26) // ZC_STOPMOVE
+packetLen(0x0088, 26)
#elif PACKETVER >= 20080708
-packetLen(0x0088, -1) // ZC_STOPMOVE
+packetLen(0x0088, -1)
#elif PACKETVER >= 20080701
-packetLen(0x0088, 19) // ZC_STOPMOVE
+packetLen(0x0088, 19)
#elif PACKETVER >= 20080624
-packetLen(0x0088, -1) // ZC_STOPMOVE
+packetLen(0x0088, -1)
#elif PACKETVER >= 20080617
-packetLen(0x0088, 10) // ZC_STOPMOVE
+packetLen(0x0088, 10)
#elif PACKETVER >= 20080610
-packetLen(0x0088, 19) // ZC_STOPMOVE
+packetLen(0x0088, 19)
#elif PACKETVER >= 20080603
-packetLen(0x0088, 60) // ZC_STOPMOVE
+packetLen(0x0088, 60)
#elif PACKETVER >= 20080528
-packetLen(0x0088, 15) // ZC_STOPMOVE
+packetLen(0x0088, 15)
#elif PACKETVER >= 20080520
-packetLen(0x0088, 6) // ZC_STOPMOVE
+packetLen(0x0088, 6)
#elif PACKETVER >= 20080513
-packetLen(0x0088, 7) // ZC_STOPMOVE
+packetLen(0x0088, 7)
#elif PACKETVER >= 20080429
-packetLen(0x0088, -1) // ZC_STOPMOVE
+packetLen(0x0088, -1)
#elif PACKETVER >= 20080422
-packetLen(0x0088, 3) // ZC_STOPMOVE
+packetLen(0x0088, 3)
#elif PACKETVER >= 20080415
-packetLen(0x0088, 86) // ZC_STOPMOVE
+packetLen(0x0088, 86)
#elif PACKETVER >= 20080408
-packetLen(0x0088, 10) // ZC_STOPMOVE
+packetLen(0x0088, 10)
#elif PACKETVER >= 20080401
-packetLen(0x0088, 282) // ZC_STOPMOVE
+packetLen(0x0088, 282)
#elif PACKETVER >= 20080325
-packetLen(0x0088, 3) // ZC_STOPMOVE
+packetLen(0x0088, 3)
#elif PACKETVER >= 20080311
-packetLen(0x0088, -1) // ZC_STOPMOVE
+packetLen(0x0088, -1)
#elif PACKETVER >= 20080304
-packetLen(0x0088, 97) // ZC_STOPMOVE
+packetLen(0x0088, 97)
#elif PACKETVER >= 20080219
-packetLen(0x0088, 30) // ZC_STOPMOVE
+packetLen(0x0088, 30)
#elif PACKETVER >= 20080124
-packetLen(0x0088, 4) // ZC_STOPMOVE
+packetLen(0x0088, 4)
#elif PACKETVER >= 20080102
-packetLen(0x0088, 10) // ZC_STOPMOVE
+packetLen(0x0088, 10)
#endif
// Packet: 0x0089
-packetLen(0x0089, 11) // CZ_REQUEST_ACT
+packetLen(0x0089, 11)
// Packet: 0x008a
#if PACKETVER >= 20081126
-packetLen(0x008a, -1) // ZC_NOTIFY_ACT
+packetLen(0x008a, -1)
#elif PACKETVER >= 20081119
-packetLen(0x008a, 7) // ZC_NOTIFY_ACT
+packetLen(0x008a, 7)
#elif PACKETVER >= 20081112
-packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+packetLen(0x008a, 29)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081105
-packetLen(0x008a, -1) // ZC_NOTIFY_ACT
+packetLen(0x008a, -1)
#elif PACKETVER >= 20081029
-packetLen(0x008a, 10) // ZC_NOTIFY_ACT
+packetLen(0x008a, 10)
#elif PACKETVER >= 20081022
-packetLen(0x008a, -1) // ZC_NOTIFY_ACT
+packetLen(0x008a, -1)
#elif PACKETVER >= 20081015
-packetLen(0x008a, 30) // ZC_NOTIFY_ACT
+packetLen(0x008a, 30)
#elif PACKETVER >= 20081001
-packetLen(0x008a, -1) // ZC_NOTIFY_ACT
+packetLen(0x008a, -1)
#elif PACKETVER >= 20080924
-packetLen(0x008a, 10) // ZC_NOTIFY_ACT
+packetLen(0x008a, 10)
#elif PACKETVER >= 20080917
-packetLen(0x008a, -1) // ZC_NOTIFY_ACT
+packetLen(0x008a, -1)
#elif PACKETVER >= 20080910
-packetLen(0x008a, 79) // ZC_NOTIFY_ACT
+packetLen(0x008a, 79)
#elif PACKETVER >= 20080827
-packetLen(0x008a, -1) // ZC_NOTIFY_ACT
+packetLen(0x008a, -1)
#elif PACKETVER >= 20080820
-packetLen(0x008a, 7) // ZC_NOTIFY_ACT
+packetLen(0x008a, 7)
#elif PACKETVER >= 20080813
-packetLen(0x008a, 2) // ZC_NOTIFY_ACT
+packetLen(0x008a, 2)
#elif PACKETVER >= 20080730
-packetLen(0x008a, -1) // ZC_NOTIFY_ACT
+packetLen(0x008a, -1)
#elif PACKETVER >= 20080722
-packetLen(0x008a, 10) // ZC_NOTIFY_ACT
+packetLen(0x008a, 10)
#elif PACKETVER >= 20080715
-packetLen(0x008a, -1) // ZC_NOTIFY_ACT
+packetLen(0x008a, -1)
#elif PACKETVER >= 20080708
-packetLen(0x008a, 53) // ZC_NOTIFY_ACT
+packetLen(0x008a, 53)
#elif PACKETVER >= 20080624
-packetLen(0x008a, 6) // ZC_NOTIFY_ACT
+packetLen(0x008a, 6)
#elif PACKETVER >= 20080617
-packetLen(0x008a, 2) // ZC_NOTIFY_ACT
+packetLen(0x008a, 2)
#elif PACKETVER >= 20080610
-packetLen(0x008a, 28) // ZC_NOTIFY_ACT
+packetLen(0x008a, 28)
#elif PACKETVER >= 20080603
-packetLen(0x008a, 68) // ZC_NOTIFY_ACT
+packetLen(0x008a, 68)
#elif PACKETVER >= 20080528
-packetLen(0x008a, 9) // ZC_NOTIFY_ACT
+packetLen(0x008a, 9)
#elif PACKETVER >= 20080520
-packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+packetLen(0x008a, 29)
#elif PACKETVER >= 20080513
-packetLen(0x008a, 11) // ZC_NOTIFY_ACT
+packetLen(0x008a, 11)
#elif PACKETVER >= 20080507
-packetLen(0x008a, 26) // ZC_NOTIFY_ACT
+packetLen(0x008a, 26)
#elif PACKETVER >= 20080429
-packetLen(0x008a, 23) // ZC_NOTIFY_ACT
+packetLen(0x008a, 23)
#elif PACKETVER >= 20080422
-packetLen(0x008a, 6) // ZC_NOTIFY_ACT
+packetLen(0x008a, 6)
#elif PACKETVER >= 20080408
-packetLen(0x008a, -1) // ZC_NOTIFY_ACT
+packetLen(0x008a, -1)
#elif PACKETVER >= 20080401
-packetLen(0x008a, 28) // ZC_NOTIFY_ACT
+packetLen(0x008a, 28)
#elif PACKETVER >= 20080325
-packetLen(0x008a, 30) // ZC_NOTIFY_ACT
+packetLen(0x008a, 30)
#elif PACKETVER >= 20080318
-packetLen(0x008a, 5) // ZC_NOTIFY_ACT
+packetLen(0x008a, 5)
#elif PACKETVER >= 20080304
-packetLen(0x008a, 6) // ZC_NOTIFY_ACT
+packetLen(0x008a, 6)
#elif PACKETVER >= 20080226
-packetLen(0x008a, 10) // ZC_NOTIFY_ACT
+packetLen(0x008a, 10)
#elif PACKETVER >= 20080219
-packetLen(0x008a, 6) // ZC_NOTIFY_ACT
+packetLen(0x008a, 6)
#elif PACKETVER >= 20080124
-packetLen(0x008a, -1) // ZC_NOTIFY_ACT
+packetLen(0x008a, -1)
#elif PACKETVER >= 20080102
-packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+packetLen(0x008a, 29)
#endif
// Packet: 0x008b
-packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+packetLen(0x008b, 23)
// Packet: 0x008c
packetLen(0x008c, 14)
// Packet: 0x008d
#if PACKETVER >= 20081112
-packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+packetLen(0x008d, -1)
#elif PACKETVER >= 20081105
-packetLen(0x008d, 79) // ZC_NOTIFY_CHAT
+packetLen(0x008d, 79)
#elif PACKETVER >= 20081022
-packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+packetLen(0x008d, -1)
#elif PACKETVER >= 20081015
-packetLen(0x008d, 20) // ZC_NOTIFY_CHAT
+packetLen(0x008d, 20)
#elif PACKETVER >= 20080924
-packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+packetLen(0x008d, -1)
#elif PACKETVER >= 20080917
-packetLen(0x008d, 4) // ZC_NOTIFY_CHAT
+packetLen(0x008d, 4)
#elif PACKETVER >= 20080910
-packetLen(0x008d, 3) // ZC_NOTIFY_CHAT
+packetLen(0x008d, 3)
#elif PACKETVER >= 20080903
-packetLen(0x008d, 14) // ZC_NOTIFY_CHAT
+packetLen(0x008d, 14)
#elif PACKETVER >= 20080806
-packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+packetLen(0x008d, -1)
#elif PACKETVER >= 20080730
-packetLen(0x008d, 31) // ZC_NOTIFY_CHAT
+packetLen(0x008d, 31)
#elif PACKETVER >= 20080722
-packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+packetLen(0x008d, -1)
#elif PACKETVER >= 20080715
-packetLen(0x008d, 4) // ZC_NOTIFY_CHAT
+packetLen(0x008d, 4)
#elif PACKETVER >= 20080708
-packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+packetLen(0x008d, -1)
#elif PACKETVER >= 20080701
-packetLen(0x008d, 2) // ZC_NOTIFY_CHAT
+packetLen(0x008d, 2)
#elif PACKETVER >= 20080624
-packetLen(0x008d, 10) // ZC_NOTIFY_CHAT
+packetLen(0x008d, 10)
#elif PACKETVER >= 20080617
-packetLen(0x008d, 282) // ZC_NOTIFY_CHAT
+packetLen(0x008d, 282)
#elif PACKETVER >= 20080610
-packetLen(0x008d, 60) // ZC_NOTIFY_CHAT
+packetLen(0x008d, 60)
#elif PACKETVER >= 20080603
-packetLen(0x008d, 6) // ZC_NOTIFY_CHAT
+packetLen(0x008d, 6)
#elif PACKETVER >= 20080528
-packetLen(0x008d, 2) // ZC_NOTIFY_CHAT
+packetLen(0x008d, 2)
#elif PACKETVER >= 20080520
-packetLen(0x008d, 4) // ZC_NOTIFY_CHAT
+packetLen(0x008d, 4)
#elif PACKETVER >= 20080513
-packetLen(0x008d, 2) // ZC_NOTIFY_CHAT
+packetLen(0x008d, 2)
#elif PACKETVER >= 20080507
-packetLen(0x008d, 66) // ZC_NOTIFY_CHAT
+packetLen(0x008d, 66)
#elif PACKETVER >= 20080429
-packetLen(0x008d, 2) // ZC_NOTIFY_CHAT
+packetLen(0x008d, 2)
#elif PACKETVER >= 20080422
-packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+packetLen(0x008d, -1)
#elif PACKETVER >= 20080415
-packetLen(0x008d, 2) // ZC_NOTIFY_CHAT
+packetLen(0x008d, 2)
#elif PACKETVER >= 20080408
-packetLen(0x008d, 6) // ZC_NOTIFY_CHAT
+packetLen(0x008d, 6)
#elif PACKETVER >= 20080401
-packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+packetLen(0x008d, -1)
#elif PACKETVER >= 20080325
-packetLen(0x008d, 7) // ZC_NOTIFY_CHAT
+packetLen(0x008d, 7)
#elif PACKETVER >= 20080318
-packetLen(0x008d, 8) // ZC_NOTIFY_CHAT
+packetLen(0x008d, 8)
#elif PACKETVER >= 20080311
-packetLen(0x008d, 7) // ZC_NOTIFY_CHAT
+packetLen(0x008d, 7)
#elif PACKETVER >= 20080304
-packetLen(0x008d, 4) // ZC_NOTIFY_CHAT
+packetLen(0x008d, 4)
#elif PACKETVER >= 20080226
-packetLen(0x008d, 6) // ZC_NOTIFY_CHAT
+packetLen(0x008d, 6)
#elif PACKETVER >= 20080219
-packetLen(0x008d, 79) // ZC_NOTIFY_CHAT
+packetLen(0x008d, 79)
#elif PACKETVER >= 20080124
-packetLen(0x008d, 6) // ZC_NOTIFY_CHAT
+packetLen(0x008d, 6)
#elif PACKETVER >= 20080102
-packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+packetLen(0x008d, -1)
#endif
// Packet: 0x008e
#if PACKETVER >= 20081203
-packetLen(0x008e, 4) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, 4)
#elif PACKETVER >= 20081119
-packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, -1)
#elif PACKETVER >= 20081112
-packetLen(0x008e, 30) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, 30)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x008e, 5) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, 5)
#elif PACKETVER >= 20081029
-packetLen(0x008e, 12) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, 12)
#elif PACKETVER >= 20081022
-packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, -1)
#elif PACKETVER >= 20081015
-packetLen(0x008e, 66) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, 66)
#elif PACKETVER >= 20081008
-packetLen(0x008e, 4) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, 4)
#elif PACKETVER >= 20080924
-packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, -1)
#elif PACKETVER >= 20080917
-packetLen(0x008e, 39) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, 39)
#elif PACKETVER >= 20080910
-packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, -1)
#elif PACKETVER >= 20080903
-packetLen(0x008e, 2) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, 2)
#elif PACKETVER >= 20080827
-packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, -1)
#elif PACKETVER >= 20080820
-packetLen(0x008e, 8) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, 8)
#elif PACKETVER >= 20080806
-packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, -1)
#elif PACKETVER >= 20080730
-packetLen(0x008e, 7) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, 7)
#elif PACKETVER >= 20080722
-packetLen(0x008e, 54) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, 54)
#elif PACKETVER >= 20080715
-packetLen(0x008e, 6) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, 6)
#elif PACKETVER >= 20080708
-packetLen(0x008e, 28) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, 28)
#elif PACKETVER >= 20080701
-packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, -1)
#elif PACKETVER >= 20080624
-packetLen(0x008e, 5) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, 5)
#elif PACKETVER >= 20080617
-packetLen(0x008e, 6) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, 6)
#elif PACKETVER >= 20080610
-packetLen(0x008e, 10) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, 10)
#elif PACKETVER >= 20080603
-packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, -1)
#elif PACKETVER >= 20080528
-packetLen(0x008e, 7) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, 7)
#elif PACKETVER >= 20080520
-packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, -1)
#elif PACKETVER >= 20080513
-packetLen(0x008e, 282) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, 282)
#elif PACKETVER >= 20080507
-packetLen(0x008e, 2) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, 2)
#elif PACKETVER >= 20080429
-packetLen(0x008e, 6) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, 6)
#elif PACKETVER >= 20080422
-packetLen(0x008e, 3) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, 3)
#elif PACKETVER >= 20080415
-packetLen(0x008e, 2) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, 2)
#elif PACKETVER >= 20080408
-packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, -1)
#elif PACKETVER >= 20080401
-packetLen(0x008e, 4) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, 4)
#elif PACKETVER >= 20080325
-packetLen(0x008e, 28) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, 28)
#elif PACKETVER >= 20080318
-packetLen(0x008e, 186) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, 186)
#elif PACKETVER >= 20080311
-packetLen(0x008e, 7) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, 7)
#elif PACKETVER >= 20080304
-packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, -1)
#elif PACKETVER >= 20080226
-packetLen(0x008e, 7) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, 7)
#elif PACKETVER >= 20080219
-packetLen(0x008e, 33) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, 33)
#elif PACKETVER >= 20080102
-packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, -1)
#endif
// Packet: 0x0090
#if PACKETVER >= 20081217
-packetLen(0x0090, -1) // CZ_CONTACTNPC
+packetLen(0x0090, -1)
#elif PACKETVER >= 20081203
-packetLen(0x0090, 6) // CZ_CONTACTNPC
+packetLen(0x0090, 6)
#elif PACKETVER >= 20081126
-packetLen(0x0090, -1) // CZ_CONTACTNPC
+packetLen(0x0090, -1)
#elif PACKETVER >= 20081119
-packetLen(0x0090, 30) // CZ_CONTACTNPC
+packetLen(0x0090, 30)
#elif PACKETVER >= 20081112
-packetLen(0x0090, 7) // CZ_CONTACTNPC
+packetLen(0x0090, 7)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0090, -1) // CZ_CONTACTNPC
+packetLen(0x0090, -1)
#elif PACKETVER >= 20081029
-packetLen(0x0090, 8) // CZ_CONTACTNPC
+packetLen(0x0090, 8)
#elif PACKETVER >= 20081015
-packetLen(0x0090, -1) // CZ_CONTACTNPC
+packetLen(0x0090, -1)
#elif PACKETVER >= 20081008
-packetLen(0x0090, 2) // CZ_CONTACTNPC
+packetLen(0x0090, 2)
#elif PACKETVER >= 20081001
-packetLen(0x0090, -1) // CZ_CONTACTNPC
+packetLen(0x0090, -1)
#elif PACKETVER >= 20080924
-packetLen(0x0090, 5) // CZ_CONTACTNPC
+packetLen(0x0090, 5)
#elif PACKETVER >= 20080917
-packetLen(0x0090, 26) // CZ_CONTACTNPC
+packetLen(0x0090, 26)
#elif PACKETVER >= 20080910
-packetLen(0x0090, 282) // CZ_CONTACTNPC
+packetLen(0x0090, 282)
#elif PACKETVER >= 20080827
-packetLen(0x0090, 3) // CZ_CONTACTNPC
+packetLen(0x0090, 3)
#elif PACKETVER >= 20080820
-packetLen(0x0090, -1) // CZ_CONTACTNPC
+packetLen(0x0090, -1)
#elif PACKETVER >= 20080813
-packetLen(0x0090, 33) // CZ_CONTACTNPC
+packetLen(0x0090, 33)
#elif PACKETVER >= 20080806
-packetLen(0x0090, -1) // CZ_CONTACTNPC
+packetLen(0x0090, -1)
#elif PACKETVER >= 20080730
-packetLen(0x0090, 3) // CZ_CONTACTNPC
+packetLen(0x0090, 3)
#elif PACKETVER >= 20080708
-packetLen(0x0090, -1) // CZ_CONTACTNPC
+packetLen(0x0090, -1)
#elif PACKETVER >= 20080701
-packetLen(0x0090, 10) // CZ_CONTACTNPC
+packetLen(0x0090, 10)
#elif PACKETVER >= 20080617
-packetLen(0x0090, -1) // CZ_CONTACTNPC
+packetLen(0x0090, -1)
#elif PACKETVER >= 20080610
-packetLen(0x0090, 6) // CZ_CONTACTNPC
+packetLen(0x0090, 6)
#elif PACKETVER >= 20080528
-packetLen(0x0090, -1) // CZ_CONTACTNPC
+packetLen(0x0090, -1)
#elif PACKETVER >= 20080520
-packetLen(0x0090, 3) // CZ_CONTACTNPC
+packetLen(0x0090, 3)
#elif PACKETVER >= 20080513
-packetLen(0x0090, 7) // CZ_CONTACTNPC
+packetLen(0x0090, 7)
#elif PACKETVER >= 20080507
-packetLen(0x0090, 4) // CZ_CONTACTNPC
+packetLen(0x0090, 4)
#elif PACKETVER >= 20080429
-packetLen(0x0090, 19) // CZ_CONTACTNPC
+packetLen(0x0090, 19)
#elif PACKETVER >= 20080422
-packetLen(0x0090, 7) // CZ_CONTACTNPC
+packetLen(0x0090, 7)
#elif PACKETVER >= 20080415
-packetLen(0x0090, 36) // CZ_CONTACTNPC
+packetLen(0x0090, 36)
#elif PACKETVER >= 20080408
-packetLen(0x0090, 20) // CZ_CONTACTNPC
+packetLen(0x0090, 20)
#elif PACKETVER >= 20080401
-packetLen(0x0090, 53) // CZ_CONTACTNPC
+packetLen(0x0090, 53)
#elif PACKETVER >= 20080325
-packetLen(0x0090, 5) // CZ_CONTACTNPC
+packetLen(0x0090, 5)
#elif PACKETVER >= 20080318
-packetLen(0x0090, 6) // CZ_CONTACTNPC
+packetLen(0x0090, 6)
#elif PACKETVER >= 20080311
-packetLen(0x0090, 2) // CZ_CONTACTNPC
+packetLen(0x0090, 2)
#elif PACKETVER >= 20080304
-packetLen(0x0090, 17) // CZ_CONTACTNPC
+packetLen(0x0090, 17)
#elif PACKETVER >= 20080226
-packetLen(0x0090, 4) // CZ_CONTACTNPC
+packetLen(0x0090, 4)
#elif PACKETVER >= 20080219
-packetLen(0x0090, 2) // CZ_CONTACTNPC
+packetLen(0x0090, 2)
#elif PACKETVER >= 20080124
-packetLen(0x0090, 24) // CZ_CONTACTNPC
+packetLen(0x0090, 24)
#elif PACKETVER >= 20080102
-packetLen(0x0090, 7) // CZ_CONTACTNPC
+packetLen(0x0090, 7)
#endif
// Packet: 0x0091
#if PACKETVER >= 20081217
-packetLen(0x0091, 3) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, 3)
#elif PACKETVER >= 20081203
-packetLen(0x0091, 27) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, 27)
#elif PACKETVER >= 20081126
-packetLen(0x0091, 26) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, 26)
#elif PACKETVER >= 20081112
-packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, 22)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, 22)
#elif PACKETVER >= 20081022
-packetLen(0x0091, -1) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, -1)
#elif PACKETVER >= 20081015
-packetLen(0x0091, 7) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, 7)
#elif PACKETVER >= 20081008
-packetLen(0x0091, 14) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, 14)
#elif PACKETVER >= 20080910
-packetLen(0x0091, -1) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, -1)
#elif PACKETVER >= 20080903
-packetLen(0x0091, 10) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, 10)
#elif PACKETVER >= 20080806
-packetLen(0x0091, -1) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, -1)
#elif PACKETVER >= 20080730
-packetLen(0x0091, 10) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, 10)
#elif PACKETVER >= 20080722
-packetLen(0x0091, -1) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, -1)
#elif PACKETVER >= 20080715
-packetLen(0x0091, 16) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, 16)
#elif PACKETVER >= 20080701
-packetLen(0x0091, -1) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, -1)
#elif PACKETVER >= 20080624
-packetLen(0x0091, 8) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, 8)
#elif PACKETVER >= 20080617
-packetLen(0x0091, 2) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, 2)
#elif PACKETVER >= 20080610
-packetLen(0x0091, 21) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, 21)
#elif PACKETVER >= 20080603
-packetLen(0x0091, -1) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, -1)
#elif PACKETVER >= 20080528
-packetLen(0x0091, 14) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, 14)
#elif PACKETVER >= 20080520
-packetLen(0x0091, -1) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, -1)
#elif PACKETVER >= 20080513
-packetLen(0x0091, 5) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, 5)
#elif PACKETVER >= 20080507
-packetLen(0x0091, 6) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, 6)
#elif PACKETVER >= 20080429
-packetLen(0x0091, 30) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, 30)
#elif PACKETVER >= 20080422
-packetLen(0x0091, -1) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, -1)
#elif PACKETVER >= 20080415
-packetLen(0x0091, 182) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, 182)
#elif PACKETVER >= 20080408
-packetLen(0x0091, 58) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, 58)
#elif PACKETVER >= 20080401
-packetLen(0x0091, 15) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, 15)
#elif PACKETVER >= 20080325
-packetLen(0x0091, 2) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, 2)
#elif PACKETVER >= 20080318
-packetLen(0x0091, 6) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, 6)
#elif PACKETVER >= 20080311
-packetLen(0x0091, 8) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, 8)
#elif PACKETVER >= 20080304
-packetLen(0x0091, 57) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, 57)
#elif PACKETVER >= 20080226
-packetLen(0x0091, 4) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, 4)
#elif PACKETVER >= 20080219
-packetLen(0x0091, -1) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, -1)
#elif PACKETVER >= 20080124
-packetLen(0x0091, 79) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, 79)
#elif PACKETVER >= 20080102
-packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, 22)
#endif
// Packet: 0x0092
#if PACKETVER >= 20081112
-packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 28)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0092, -1) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, -1)
#elif PACKETVER >= 20081029
-packetLen(0x0092, 29) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 29)
#elif PACKETVER >= 20081015
-packetLen(0x0092, -1) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, -1)
#elif PACKETVER >= 20081008
-packetLen(0x0092, 2) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 2)
#elif PACKETVER >= 20080924
-packetLen(0x0092, -1) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, -1)
#elif PACKETVER >= 20080917
-packetLen(0x0092, 2) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 2)
#elif PACKETVER >= 20080910
-packetLen(0x0092, 114) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 114)
#elif PACKETVER >= 20080827
-packetLen(0x0092, -1) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, -1)
#elif PACKETVER >= 20080820
-packetLen(0x0092, 7) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 7)
#elif PACKETVER >= 20080813
-packetLen(0x0092, 6) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 6)
#elif PACKETVER >= 20080806
-packetLen(0x0092, -1) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, -1)
#elif PACKETVER >= 20080730
-packetLen(0x0092, 7) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 7)
#elif PACKETVER >= 20080722
-packetLen(0x0092, 13) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 13)
#elif PACKETVER >= 20080715
-packetLen(0x0092, -1) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, -1)
#elif PACKETVER >= 20080708
-packetLen(0x0092, 18) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 18)
#elif PACKETVER >= 20080701
-packetLen(0x0092, -1) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, -1)
#elif PACKETVER >= 20080624
-packetLen(0x0092, 15) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 15)
#elif PACKETVER >= 20080617
-packetLen(0x0092, 7) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 7)
#elif PACKETVER >= 20080610
-packetLen(0x0092, 20) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 20)
#elif PACKETVER >= 20080603
-packetLen(0x0092, 26) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 26)
#elif PACKETVER >= 20080528
-packetLen(0x0092, -1) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, -1)
#elif PACKETVER >= 20080520
-packetLen(0x0092, 6) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 6)
#elif PACKETVER >= 20080513
-packetLen(0x0092, -1) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, -1)
#elif PACKETVER >= 20080507
-packetLen(0x0092, 7) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 7)
#elif PACKETVER >= 20080429
-packetLen(0x0092, 32) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 32)
#elif PACKETVER >= 20080422
-packetLen(0x0092, 6) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 6)
#elif PACKETVER >= 20080415
-packetLen(0x0092, -1) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, -1)
#elif PACKETVER >= 20080408
-packetLen(0x0092, 21) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 21)
#elif PACKETVER >= 20080401
-packetLen(0x0092, -1) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, -1)
#elif PACKETVER >= 20080325
-packetLen(0x0092, 26) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 26)
#elif PACKETVER >= 20080318
-packetLen(0x0092, 81) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 81)
#elif PACKETVER >= 20080311
-packetLen(0x0092, 10) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 10)
#elif PACKETVER >= 20080304
-packetLen(0x0092, 5) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 5)
#elif PACKETVER >= 20080226
-packetLen(0x0092, 3) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 3)
#elif PACKETVER >= 20080219
-packetLen(0x0092, -1) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, -1)
#elif PACKETVER >= 20080124
-packetLen(0x0092, 4) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 4)
#elif PACKETVER >= 20080102
-packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 28)
#endif
// Packet: 0x0093
#if PACKETVER >= 20081203
-packetLen(0x0093, -1) // ZC_NPCACK_ENABLE
+packetLen(0x0093, -1)
#elif PACKETVER >= 20081126
-packetLen(0x0093, 14) // ZC_NPCACK_ENABLE
+packetLen(0x0093, 14)
#elif PACKETVER >= 20081119
-packetLen(0x0093, -1) // ZC_NPCACK_ENABLE
+packetLen(0x0093, -1)
#elif PACKETVER >= 20081112
-packetLen(0x0093, 15) // ZC_NPCACK_ENABLE
+packetLen(0x0093, 15)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081029
-packetLen(0x0093, -1) // ZC_NPCACK_ENABLE
+packetLen(0x0093, -1)
#elif PACKETVER >= 20081022
-packetLen(0x0093, 29) // ZC_NPCACK_ENABLE
+packetLen(0x0093, 29)
#elif PACKETVER >= 20081015
-packetLen(0x0093, 9) // ZC_NPCACK_ENABLE
+packetLen(0x0093, 9)
#elif PACKETVER >= 20081001
-packetLen(0x0093, -1) // ZC_NPCACK_ENABLE
+packetLen(0x0093, -1)
#elif PACKETVER >= 20080924
-packetLen(0x0093, 6) // ZC_NPCACK_ENABLE
+packetLen(0x0093, 6)
#elif PACKETVER >= 20080820
-packetLen(0x0093, -1) // ZC_NPCACK_ENABLE
+packetLen(0x0093, -1)
#elif PACKETVER >= 20080813
-packetLen(0x0093, 3) // ZC_NPCACK_ENABLE
+packetLen(0x0093, 3)
#elif PACKETVER >= 20080806
-packetLen(0x0093, 7) // ZC_NPCACK_ENABLE
+packetLen(0x0093, 7)
#elif PACKETVER >= 20080730
-packetLen(0x0093, 5) // ZC_NPCACK_ENABLE
+packetLen(0x0093, 5)
#elif PACKETVER >= 20080722
-packetLen(0x0093, 3) // ZC_NPCACK_ENABLE
+packetLen(0x0093, 3)
#elif PACKETVER >= 20080715
-packetLen(0x0093, -1) // ZC_NPCACK_ENABLE
+packetLen(0x0093, -1)
#elif PACKETVER >= 20080708
-packetLen(0x0093, 9) // ZC_NPCACK_ENABLE
+packetLen(0x0093, 9)
#elif PACKETVER >= 20080701
-packetLen(0x0093, 4) // ZC_NPCACK_ENABLE
+packetLen(0x0093, 4)
#elif PACKETVER >= 20080624
-packetLen(0x0093, 6) // ZC_NPCACK_ENABLE
+packetLen(0x0093, 6)
#elif PACKETVER >= 20080617
-packetLen(0x0093, -1) // ZC_NPCACK_ENABLE
+packetLen(0x0093, -1)
#elif PACKETVER >= 20080610
-packetLen(0x0093, 5) // ZC_NPCACK_ENABLE
+packetLen(0x0093, 5)
#elif PACKETVER >= 20080528
-packetLen(0x0093, 3) // ZC_NPCACK_ENABLE
+packetLen(0x0093, 3)
#elif PACKETVER >= 20080520
-packetLen(0x0093, 22) // ZC_NPCACK_ENABLE
+packetLen(0x0093, 22)
#elif PACKETVER >= 20080513
-packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+packetLen(0x0093, 2)
#elif PACKETVER >= 20080507
-packetLen(0x0093, 26) // ZC_NPCACK_ENABLE
+packetLen(0x0093, 26)
#elif PACKETVER >= 20080422
-packetLen(0x0093, 6) // ZC_NPCACK_ENABLE
+packetLen(0x0093, 6)
#elif PACKETVER >= 20080415
-packetLen(0x0093, 3) // ZC_NPCACK_ENABLE
+packetLen(0x0093, 3)
#elif PACKETVER >= 20080408
-packetLen(0x0093, -1) // ZC_NPCACK_ENABLE
+packetLen(0x0093, -1)
#elif PACKETVER >= 20080401
-packetLen(0x0093, 3) // ZC_NPCACK_ENABLE
+packetLen(0x0093, 3)
#elif PACKETVER >= 20080325
-packetLen(0x0093, -1) // ZC_NPCACK_ENABLE
+packetLen(0x0093, -1)
#elif PACKETVER >= 20080318
-packetLen(0x0093, 8) // ZC_NPCACK_ENABLE
+packetLen(0x0093, 8)
#elif PACKETVER >= 20080311
-packetLen(0x0093, 11) // ZC_NPCACK_ENABLE
+packetLen(0x0093, 11)
#elif PACKETVER >= 20080304
-packetLen(0x0093, 26) // ZC_NPCACK_ENABLE
+packetLen(0x0093, 26)
#elif PACKETVER >= 20080226
-packetLen(0x0093, 5) // ZC_NPCACK_ENABLE
+packetLen(0x0093, 5)
#elif PACKETVER >= 20080219
-packetLen(0x0093, 67) // ZC_NPCACK_ENABLE
+packetLen(0x0093, 67)
#elif PACKETVER >= 20080124
-packetLen(0x0093, -1) // ZC_NPCACK_ENABLE
+packetLen(0x0093, -1)
#elif PACKETVER >= 20080102
-packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+packetLen(0x0093, 2)
#endif
// Packet: 0x0094
-packetLen(0x0094, 19) // CZ_REQNAME
+packetLen(0x0094, 19)
// Packet: 0x0095
#if PACKETVER >= 20081217
-packetLen(0x0095, -1) // ZC_ACK_REQNAME
+packetLen(0x0095, -1)
#elif PACKETVER >= 20081203
-packetLen(0x0095, 6) // ZC_ACK_REQNAME
+packetLen(0x0095, 6)
#elif PACKETVER >= 20081126
-packetLen(0x0095, -1) // ZC_ACK_REQNAME
+packetLen(0x0095, -1)
#elif PACKETVER >= 20081119
-packetLen(0x0095, 3) // ZC_ACK_REQNAME
+packetLen(0x0095, 3)
#elif PACKETVER >= 20081112
-packetLen(0x0095, 30) // ZC_ACK_REQNAME
+packetLen(0x0095, 30)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081029
-packetLen(0x0095, -1) // ZC_ACK_REQNAME
+packetLen(0x0095, -1)
#elif PACKETVER >= 20081022
-packetLen(0x0095, 8) // ZC_ACK_REQNAME
+packetLen(0x0095, 8)
#elif PACKETVER >= 20081015
-packetLen(0x0095, 6) // ZC_ACK_REQNAME
+packetLen(0x0095, 6)
#elif PACKETVER >= 20080917
-packetLen(0x0095, -1) // ZC_ACK_REQNAME
+packetLen(0x0095, -1)
#elif PACKETVER >= 20080910
-packetLen(0x0095, 6) // ZC_ACK_REQNAME
+packetLen(0x0095, 6)
#elif PACKETVER >= 20080903
-packetLen(0x0095, -1) // ZC_ACK_REQNAME
+packetLen(0x0095, -1)
#elif PACKETVER >= 20080827
-packetLen(0x0095, 28) // ZC_ACK_REQNAME
+packetLen(0x0095, 28)
#elif PACKETVER >= 20080820
-packetLen(0x0095, 58) // ZC_ACK_REQNAME
+packetLen(0x0095, 58)
#elif PACKETVER >= 20080806
-packetLen(0x0095, -1) // ZC_ACK_REQNAME
+packetLen(0x0095, -1)
#elif PACKETVER >= 20080730
-packetLen(0x0095, 28) // ZC_ACK_REQNAME
+packetLen(0x0095, 28)
#elif PACKETVER >= 20080722
-packetLen(0x0095, -1) // ZC_ACK_REQNAME
+packetLen(0x0095, -1)
#elif PACKETVER >= 20080715
-packetLen(0x0095, 3) // ZC_ACK_REQNAME
+packetLen(0x0095, 3)
#elif PACKETVER >= 20080708
-packetLen(0x0095, -1) // ZC_ACK_REQNAME
+packetLen(0x0095, -1)
#elif PACKETVER >= 20080701
-packetLen(0x0095, 6) // ZC_ACK_REQNAME
+packetLen(0x0095, 6)
#elif PACKETVER >= 20080624
-packetLen(0x0095, 10) // ZC_ACK_REQNAME
+packetLen(0x0095, 10)
#elif PACKETVER >= 20080610
-packetLen(0x0095, -1) // ZC_ACK_REQNAME
+packetLen(0x0095, -1)
#elif PACKETVER >= 20080603
-packetLen(0x0095, 54) // ZC_ACK_REQNAME
+packetLen(0x0095, 54)
#elif PACKETVER >= 20080528
-packetLen(0x0095, 2) // ZC_ACK_REQNAME
+packetLen(0x0095, 2)
#elif PACKETVER >= 20080520
-packetLen(0x0095, -1) // ZC_ACK_REQNAME
+packetLen(0x0095, -1)
#elif PACKETVER >= 20080513
-packetLen(0x0095, 9) // ZC_ACK_REQNAME
+packetLen(0x0095, 9)
#elif PACKETVER >= 20080507
-packetLen(0x0095, 22) // ZC_ACK_REQNAME
+packetLen(0x0095, 22)
#elif PACKETVER >= 20080408
-packetLen(0x0095, -1) // ZC_ACK_REQNAME
+packetLen(0x0095, -1)
#elif PACKETVER >= 20080401
-packetLen(0x0095, 10) // ZC_ACK_REQNAME
+packetLen(0x0095, 10)
#elif PACKETVER >= 20080325
-packetLen(0x0095, 4) // ZC_ACK_REQNAME
+packetLen(0x0095, 4)
#elif PACKETVER >= 20080318
-packetLen(0x0095, 3) // ZC_ACK_REQNAME
+packetLen(0x0095, 3)
#elif PACKETVER >= 20080311
-packetLen(0x0095, 59) // ZC_ACK_REQNAME
+packetLen(0x0095, 59)
#elif PACKETVER >= 20080304
-packetLen(0x0095, 30) // ZC_ACK_REQNAME
+packetLen(0x0095, 30)
#elif PACKETVER >= 20080226
-packetLen(0x0095, 39) // ZC_ACK_REQNAME
+packetLen(0x0095, 39)
#elif PACKETVER >= 20080219
-packetLen(0x0095, 2) // ZC_ACK_REQNAME
+packetLen(0x0095, 2)
#elif PACKETVER >= 20080102
-packetLen(0x0095, 30) // ZC_ACK_REQNAME
+packetLen(0x0095, 30)
#endif
// Packet: 0x0096
#if PACKETVER >= 20081105
-packetLen(0x0096, -1) // CZ_WHISPER
+packetLen(0x0096, -1)
#elif PACKETVER >= 20081029
-packetLen(0x0096, 6) // CZ_WHISPER
+packetLen(0x0096, 6)
#elif PACKETVER >= 20081022
-packetLen(0x0096, -1) // CZ_WHISPER
+packetLen(0x0096, -1)
#elif PACKETVER >= 20081015
-packetLen(0x0096, 12) // CZ_WHISPER
+packetLen(0x0096, 12)
#elif PACKETVER >= 20081008
-packetLen(0x0096, 57) // CZ_WHISPER
+packetLen(0x0096, 57)
#elif PACKETVER >= 20081001
-packetLen(0x0096, 55) // CZ_WHISPER
+packetLen(0x0096, 55)
#elif PACKETVER >= 20080910
-packetLen(0x0096, -1) // CZ_WHISPER
+packetLen(0x0096, -1)
#elif PACKETVER >= 20080903
-packetLen(0x0096, 60) // CZ_WHISPER
+packetLen(0x0096, 60)
#elif PACKETVER >= 20080820
-packetLen(0x0096, -1) // CZ_WHISPER
+packetLen(0x0096, -1)
#elif PACKETVER >= 20080813
-packetLen(0x0096, 30) // CZ_WHISPER
+packetLen(0x0096, 30)
#elif PACKETVER >= 20080806
-packetLen(0x0096, 10) // CZ_WHISPER
+packetLen(0x0096, 10)
#elif PACKETVER >= 20080730
-packetLen(0x0096, 6) // CZ_WHISPER
+packetLen(0x0096, 6)
#elif PACKETVER >= 20080708
-packetLen(0x0096, -1) // CZ_WHISPER
+packetLen(0x0096, -1)
#elif PACKETVER >= 20080701
-packetLen(0x0096, 10) // CZ_WHISPER
+packetLen(0x0096, 10)
#elif PACKETVER >= 20080610
-packetLen(0x0096, -1) // CZ_WHISPER
+packetLen(0x0096, -1)
#elif PACKETVER >= 20080603
-packetLen(0x0096, 10) // CZ_WHISPER
+packetLen(0x0096, 10)
#elif PACKETVER >= 20080528
-packetLen(0x0096, 31) // CZ_WHISPER
+packetLen(0x0096, 31)
#elif PACKETVER >= 20080513
-packetLen(0x0096, 6) // CZ_WHISPER
+packetLen(0x0096, 6)
#elif PACKETVER >= 20080422
-packetLen(0x0096, -1) // CZ_WHISPER
+packetLen(0x0096, -1)
#elif PACKETVER >= 20080415
-packetLen(0x0096, 26) // CZ_WHISPER
+packetLen(0x0096, 26)
#elif PACKETVER >= 20080401
-packetLen(0x0096, -1) // CZ_WHISPER
+packetLen(0x0096, -1)
#elif PACKETVER >= 20080325
-packetLen(0x0096, 5) // CZ_WHISPER
+packetLen(0x0096, 5)
#elif PACKETVER >= 20080318
-packetLen(0x0096, 7) // CZ_WHISPER
+packetLen(0x0096, 7)
#elif PACKETVER >= 20080311
-packetLen(0x0096, 10) // CZ_WHISPER
+packetLen(0x0096, 10)
#elif PACKETVER >= 20080226
-packetLen(0x0096, -1) // CZ_WHISPER
+packetLen(0x0096, -1)
#elif PACKETVER >= 20080219
-packetLen(0x0096, 3) // CZ_WHISPER
+packetLen(0x0096, 3)
#elif PACKETVER >= 20080124
-packetLen(0x0096, 6) // CZ_WHISPER
+packetLen(0x0096, 6)
#elif PACKETVER >= 20080102
-packetLen(0x0096, -1) // CZ_WHISPER
+packetLen(0x0096, -1)
#endif
// Packet: 0x0097
#if PACKETVER >= 20081119
-packetLen(0x0097, -1) // ZC_WHISPER
+packetLen(0x0097, -1)
#elif PACKETVER >= 20081112
-packetLen(0x0097, 19) // ZC_WHISPER
+packetLen(0x0097, 19)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0097, -1) // ZC_WHISPER
+packetLen(0x0097, -1)
#elif PACKETVER >= 20081029
-packetLen(0x0097, 3) // ZC_WHISPER
+packetLen(0x0097, 3)
#elif PACKETVER >= 20081022
-packetLen(0x0097, 6) // ZC_WHISPER
+packetLen(0x0097, 6)
#elif PACKETVER >= 20081015
-packetLen(0x0097, -1) // ZC_WHISPER
+packetLen(0x0097, -1)
#elif PACKETVER >= 20081008
-packetLen(0x0097, 6) // ZC_WHISPER
+packetLen(0x0097, 6)
#elif PACKETVER >= 20081001
-packetLen(0x0097, 4) // ZC_WHISPER
+packetLen(0x0097, 4)
#elif PACKETVER >= 20080917
-packetLen(0x0097, -1) // ZC_WHISPER
+packetLen(0x0097, -1)
#elif PACKETVER >= 20080910
-packetLen(0x0097, 58) // ZC_WHISPER
+packetLen(0x0097, 58)
#elif PACKETVER >= 20080730
-packetLen(0x0097, -1) // ZC_WHISPER
+packetLen(0x0097, -1)
#elif PACKETVER >= 20080722
-packetLen(0x0097, 23) // ZC_WHISPER
+packetLen(0x0097, 23)
#elif PACKETVER >= 20080715
-packetLen(0x0097, 10) // ZC_WHISPER
+packetLen(0x0097, 10)
#elif PACKETVER >= 20080708
-packetLen(0x0097, 26) // ZC_WHISPER
+packetLen(0x0097, 26)
#elif PACKETVER >= 20080701
-packetLen(0x0097, 282) // ZC_WHISPER
+packetLen(0x0097, 282)
#elif PACKETVER >= 20080624
-packetLen(0x0097, -1) // ZC_WHISPER
+packetLen(0x0097, -1)
#elif PACKETVER >= 20080617
-packetLen(0x0097, 10) // ZC_WHISPER
+packetLen(0x0097, 10)
#elif PACKETVER >= 20080610
-packetLen(0x0097, 8) // ZC_WHISPER
+packetLen(0x0097, 8)
#elif PACKETVER >= 20080603
-packetLen(0x0097, 5) // ZC_WHISPER
+packetLen(0x0097, 5)
#elif PACKETVER >= 20080528
-packetLen(0x0097, 7) // ZC_WHISPER
+packetLen(0x0097, 7)
#elif PACKETVER >= 20080520
-packetLen(0x0097, 8) // ZC_WHISPER
+packetLen(0x0097, 8)
#elif PACKETVER >= 20080513
-packetLen(0x0097, -1) // ZC_WHISPER
+packetLen(0x0097, -1)
#elif PACKETVER >= 20080507
-packetLen(0x0097, 30) // ZC_WHISPER
+packetLen(0x0097, 30)
#elif PACKETVER >= 20080429
-packetLen(0x0097, -1) // ZC_WHISPER
+packetLen(0x0097, -1)
#elif PACKETVER >= 20080422
-packetLen(0x0097, 29) // ZC_WHISPER
+packetLen(0x0097, 29)
#elif PACKETVER >= 20080415
-packetLen(0x0097, 16) // ZC_WHISPER
+packetLen(0x0097, 16)
#elif PACKETVER >= 20080408
-packetLen(0x0097, 30) // ZC_WHISPER
+packetLen(0x0097, 30)
#elif PACKETVER >= 20080401
-packetLen(0x0097, 53) // ZC_WHISPER
+packetLen(0x0097, 53)
#elif PACKETVER >= 20080325
-packetLen(0x0097, 26) // ZC_WHISPER
+packetLen(0x0097, 26)
#elif PACKETVER >= 20080318
-packetLen(0x0097, 3) // ZC_WHISPER
+packetLen(0x0097, 3)
#elif PACKETVER >= 20080311
-packetLen(0x0097, 33) // ZC_WHISPER
+packetLen(0x0097, 33)
#elif PACKETVER >= 20080304
-packetLen(0x0097, 7) // ZC_WHISPER
+packetLen(0x0097, 7)
#elif PACKETVER >= 20080219
-packetLen(0x0097, 23) // ZC_WHISPER
+packetLen(0x0097, 23)
#elif PACKETVER >= 20080102
-packetLen(0x0097, -1) // ZC_WHISPER
+packetLen(0x0097, -1)
#endif
// Packet: 0x0098
#if PACKETVER >= 20081217
-packetLen(0x0098, 9) // ZC_ACK_WHISPER
+packetLen(0x0098, 9)
#elif PACKETVER >= 20081119
-packetLen(0x0098, -1) // ZC_ACK_WHISPER
+packetLen(0x0098, -1)
#elif PACKETVER >= 20081112
-packetLen(0x0098, 8) // ZC_ACK_WHISPER
+packetLen(0x0098, 8)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0098, 16) // ZC_ACK_WHISPER
+packetLen(0x0098, 16)
#elif PACKETVER >= 20081029
-packetLen(0x0098, -1) // ZC_ACK_WHISPER
+packetLen(0x0098, -1)
#elif PACKETVER >= 20081022
-packetLen(0x0098, 30) // ZC_ACK_WHISPER
+packetLen(0x0098, 30)
#elif PACKETVER >= 20081015
-packetLen(0x0098, -1) // ZC_ACK_WHISPER
+packetLen(0x0098, -1)
#elif PACKETVER >= 20081008
-packetLen(0x0098, 2) // ZC_ACK_WHISPER
+packetLen(0x0098, 2)
#elif PACKETVER >= 20080820
-packetLen(0x0098, -1) // ZC_ACK_WHISPER
+packetLen(0x0098, -1)
#elif PACKETVER >= 20080813
-packetLen(0x0098, 14) // ZC_ACK_WHISPER
+packetLen(0x0098, 14)
#elif PACKETVER >= 20080730
-packetLen(0x0098, -1) // ZC_ACK_WHISPER
+packetLen(0x0098, -1)
#elif PACKETVER >= 20080722
-packetLen(0x0098, 19) // ZC_ACK_WHISPER
+packetLen(0x0098, 19)
#elif PACKETVER >= 20080715
-packetLen(0x0098, 54) // ZC_ACK_WHISPER
+packetLen(0x0098, 54)
#elif PACKETVER >= 20080708
-packetLen(0x0098, 39) // ZC_ACK_WHISPER
+packetLen(0x0098, 39)
#elif PACKETVER >= 20080701
-packetLen(0x0098, 8) // ZC_ACK_WHISPER
+packetLen(0x0098, 8)
#elif PACKETVER >= 20080624
-packetLen(0x0098, -1) // ZC_ACK_WHISPER
+packetLen(0x0098, -1)
#elif PACKETVER >= 20080617
-packetLen(0x0098, 24) // ZC_ACK_WHISPER
+packetLen(0x0098, 24)
#elif PACKETVER >= 20080610
-packetLen(0x0098, 26) // ZC_ACK_WHISPER
+packetLen(0x0098, 26)
#elif PACKETVER >= 20080528
-packetLen(0x0098, -1) // ZC_ACK_WHISPER
+packetLen(0x0098, -1)
#elif PACKETVER >= 20080520
-packetLen(0x0098, 16) // ZC_ACK_WHISPER
+packetLen(0x0098, 16)
#elif PACKETVER >= 20080513
-packetLen(0x0098, -1) // ZC_ACK_WHISPER
+packetLen(0x0098, -1)
#elif PACKETVER >= 20080507
-packetLen(0x0098, 13) // ZC_ACK_WHISPER
+packetLen(0x0098, 13)
#elif PACKETVER >= 20080429
-packetLen(0x0098, 58) // ZC_ACK_WHISPER
+packetLen(0x0098, 58)
#elif PACKETVER >= 20080408
-packetLen(0x0098, -1) // ZC_ACK_WHISPER
+packetLen(0x0098, -1)
#elif PACKETVER >= 20080401
-packetLen(0x0098, 26) // ZC_ACK_WHISPER
+packetLen(0x0098, 26)
#elif PACKETVER >= 20080325
-packetLen(0x0098, -1) // ZC_ACK_WHISPER
+packetLen(0x0098, -1)
#elif PACKETVER >= 20080318
-packetLen(0x0098, 26) // ZC_ACK_WHISPER
+packetLen(0x0098, 26)
#elif PACKETVER >= 20080311
-packetLen(0x0098, 60) // ZC_ACK_WHISPER
+packetLen(0x0098, 60)
#elif PACKETVER >= 20080304
-packetLen(0x0098, 182) // ZC_ACK_WHISPER
+packetLen(0x0098, 182)
#elif PACKETVER >= 20080226
-packetLen(0x0098, 2) // ZC_ACK_WHISPER
+packetLen(0x0098, 2)
#elif PACKETVER >= 20080219
-packetLen(0x0098, 8) // ZC_ACK_WHISPER
+packetLen(0x0098, 8)
#elif PACKETVER >= 20080124
-packetLen(0x0098, 10) // ZC_ACK_WHISPER
+packetLen(0x0098, 10)
#elif PACKETVER >= 20080102
-packetLen(0x0098, 3) // ZC_ACK_WHISPER
+packetLen(0x0098, 3)
#endif
// Packet: 0x0099
#if PACKETVER >= 20081217
-packetLen(0x0099, 31) // CZ_BROADCAST
+packetLen(0x0099, 31)
#elif PACKETVER >= 20081119
-packetLen(0x0099, -1) // CZ_BROADCAST
+packetLen(0x0099, -1)
#elif PACKETVER >= 20081112
-packetLen(0x0099, 6) // CZ_BROADCAST
+packetLen(0x0099, 6)
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081029
-packetLen(0x0099, 6) // CZ_BROADCAST
+packetLen(0x0099, 6)
#elif PACKETVER >= 20081022
-packetLen(0x0099, 26) // CZ_BROADCAST
+packetLen(0x0099, 26)
#elif PACKETVER >= 20081015
-packetLen(0x0099, 3) // CZ_BROADCAST
+packetLen(0x0099, 3)
#elif PACKETVER >= 20081008
-packetLen(0x0099, -1) // CZ_BROADCAST
+packetLen(0x0099, -1)
#elif PACKETVER >= 20081001
-packetLen(0x0099, 4) // CZ_BROADCAST
+packetLen(0x0099, 4)
#elif PACKETVER >= 20080924
-packetLen(0x0099, -1) // CZ_BROADCAST
+packetLen(0x0099, -1)
#elif PACKETVER >= 20080917
-packetLen(0x0099, 14) // CZ_BROADCAST
+packetLen(0x0099, 14)
#elif PACKETVER >= 20080903
-packetLen(0x0099, -1) // CZ_BROADCAST
+packetLen(0x0099, -1)
#elif PACKETVER >= 20080827
-packetLen(0x0099, 4) // CZ_BROADCAST
+packetLen(0x0099, 4)
#elif PACKETVER >= 20080813
-packetLen(0x0099, -1) // CZ_BROADCAST
+packetLen(0x0099, -1)
#elif PACKETVER >= 20080806
-packetLen(0x0099, 3) // CZ_BROADCAST
+packetLen(0x0099, 3)
#elif PACKETVER >= 20080730
-packetLen(0x0099, -1) // CZ_BROADCAST
+packetLen(0x0099, -1)
#elif PACKETVER >= 20080722
-packetLen(0x0099, 5) // CZ_BROADCAST
+packetLen(0x0099, 5)
#elif PACKETVER >= 20080715
-packetLen(0x0099, 2) // CZ_BROADCAST
+packetLen(0x0099, 2)
#elif PACKETVER >= 20080708
-packetLen(0x0099, 182) // CZ_BROADCAST
+packetLen(0x0099, 182)
#elif PACKETVER >= 20080701
-packetLen(0x0099, -1) // CZ_BROADCAST
+packetLen(0x0099, -1)
#elif PACKETVER >= 20080624
-packetLen(0x0099, 30) // CZ_BROADCAST
+packetLen(0x0099, 30)
#elif PACKETVER >= 20080617
-packetLen(0x0099, -1) // CZ_BROADCAST
+packetLen(0x0099, -1)
#elif PACKETVER >= 20080610
-packetLen(0x0099, 9) // CZ_BROADCAST
+packetLen(0x0099, 9)
#elif PACKETVER >= 20080603
-packetLen(0x0099, 4) // CZ_BROADCAST
+packetLen(0x0099, 4)
#elif PACKETVER >= 20080528
-packetLen(0x0099, 60) // CZ_BROADCAST
+packetLen(0x0099, 60)
#elif PACKETVER >= 20080520
-packetLen(0x0099, -1) // CZ_BROADCAST
+packetLen(0x0099, -1)
#elif PACKETVER >= 20080507
-packetLen(0x0099, 8) // CZ_BROADCAST
+packetLen(0x0099, 8)
#elif PACKETVER >= 20080429
-packetLen(0x0099, 2) // CZ_BROADCAST
+packetLen(0x0099, 2)
#elif PACKETVER >= 20080408
-packetLen(0x0099, -1) // CZ_BROADCAST
+packetLen(0x0099, -1)
#elif PACKETVER >= 20080401
-packetLen(0x0099, 6) // CZ_BROADCAST
+packetLen(0x0099, 6)
#elif PACKETVER >= 20080325
-packetLen(0x0099, 54) // CZ_BROADCAST
+packetLen(0x0099, 54)
#elif PACKETVER >= 20080318
-packetLen(0x0099, 6) // CZ_BROADCAST
+packetLen(0x0099, 6)
#elif PACKETVER >= 20080311
-packetLen(0x0099, 66) // CZ_BROADCAST
+packetLen(0x0099, 66)
#elif PACKETVER >= 20080304
-packetLen(0x0099, 10) // CZ_BROADCAST
+packetLen(0x0099, 10)
#elif PACKETVER >= 20080226
-packetLen(0x0099, 34) // CZ_BROADCAST
+packetLen(0x0099, 34)
#elif PACKETVER >= 20080219
-packetLen(0x0099, 2) // CZ_BROADCAST
+packetLen(0x0099, 2)
#elif PACKETVER >= 20080102
-packetLen(0x0099, -1) // CZ_BROADCAST
+packetLen(0x0099, -1)
#endif
// Packet: 0x009a
#if PACKETVER >= 20081217
-packetLen(0x009a, 65) // ZC_BROADCAST
+packetLen(0x009a, 65)
#elif PACKETVER >= 20081203
-packetLen(0x009a, 4) // ZC_BROADCAST
+packetLen(0x009a, 4)
#elif PACKETVER >= 20081105
-packetLen(0x009a, -1) // ZC_BROADCAST
+packetLen(0x009a, -1)
#elif PACKETVER >= 20081029
-packetLen(0x009a, 19) // ZC_BROADCAST
+packetLen(0x009a, 19)
#elif PACKETVER >= 20081022
-packetLen(0x009a, 2) // ZC_BROADCAST
+packetLen(0x009a, 2)
#elif PACKETVER >= 20081015
-packetLen(0x009a, 5) // ZC_BROADCAST
+packetLen(0x009a, 5)
#elif PACKETVER >= 20081008
-packetLen(0x009a, 6) // ZC_BROADCAST
+packetLen(0x009a, 6)
#elif PACKETVER >= 20081001
-packetLen(0x009a, -1) // ZC_BROADCAST
+packetLen(0x009a, -1)
#elif PACKETVER >= 20080924
-packetLen(0x009a, 2) // ZC_BROADCAST
+packetLen(0x009a, 2)
#elif PACKETVER >= 20080917
-packetLen(0x009a, 4) // ZC_BROADCAST
+packetLen(0x009a, 4)
#elif PACKETVER >= 20080910
-packetLen(0x009a, 20) // ZC_BROADCAST
+packetLen(0x009a, 20)
#elif PACKETVER >= 20080903
-packetLen(0x009a, 30) // ZC_BROADCAST
+packetLen(0x009a, 30)
#elif PACKETVER >= 20080827
-packetLen(0x009a, -1) // ZC_BROADCAST
+packetLen(0x009a, -1)
#elif PACKETVER >= 20080820
-packetLen(0x009a, 11) // ZC_BROADCAST
+packetLen(0x009a, 11)
#elif PACKETVER >= 20080813
-packetLen(0x009a, -1) // ZC_BROADCAST
+packetLen(0x009a, -1)
#elif PACKETVER >= 20080806
-packetLen(0x009a, 6) // ZC_BROADCAST
+packetLen(0x009a, 6)
#elif PACKETVER >= 20080722
-packetLen(0x009a, -1) // ZC_BROADCAST
+packetLen(0x009a, -1)
#elif PACKETVER >= 20080715
-packetLen(0x009a, 7) // ZC_BROADCAST
+packetLen(0x009a, 7)
#elif PACKETVER >= 20080708
-packetLen(0x009a, -1) // ZC_BROADCAST
+packetLen(0x009a, -1)
#elif PACKETVER >= 20080701
-packetLen(0x009a, 3) // ZC_BROADCAST
+packetLen(0x009a, 3)
#elif PACKETVER >= 20080617
-packetLen(0x009a, -1) // ZC_BROADCAST
+packetLen(0x009a, -1)
#elif PACKETVER >= 20080610
-packetLen(0x009a, 90) // ZC_BROADCAST
+packetLen(0x009a, 90)
#elif PACKETVER >= 20080603
-packetLen(0x009a, 29) // ZC_BROADCAST
+packetLen(0x009a, 29)
#elif PACKETVER >= 20080528
-packetLen(0x009a, -1) // ZC_BROADCAST
+packetLen(0x009a, -1)
#elif PACKETVER >= 20080520
-packetLen(0x009a, 10) // ZC_BROADCAST
+packetLen(0x009a, 10)
#elif PACKETVER >= 20080513
-packetLen(0x009a, 28) // ZC_BROADCAST
+packetLen(0x009a, 28)
#elif PACKETVER >= 20080422
-packetLen(0x009a, -1) // ZC_BROADCAST
+packetLen(0x009a, -1)
#elif PACKETVER >= 20080415
-packetLen(0x009a, 33) // ZC_BROADCAST
+packetLen(0x009a, 33)
#elif PACKETVER >= 20080408
-packetLen(0x009a, 9) // ZC_BROADCAST
+packetLen(0x009a, 9)
#elif PACKETVER >= 20080325
-packetLen(0x009a, -1) // ZC_BROADCAST
+packetLen(0x009a, -1)
#elif PACKETVER >= 20080318
-packetLen(0x009a, 59) // ZC_BROADCAST
+packetLen(0x009a, 59)
#elif PACKETVER >= 20080311
-packetLen(0x009a, 57) // ZC_BROADCAST
+packetLen(0x009a, 57)
#elif PACKETVER >= 20080304
-packetLen(0x009a, -1) // ZC_BROADCAST
+packetLen(0x009a, -1)
#elif PACKETVER >= 20080226
-packetLen(0x009a, 4) // ZC_BROADCAST
+packetLen(0x009a, 4)
#elif PACKETVER >= 20080219
-packetLen(0x009a, 10) // ZC_BROADCAST
+packetLen(0x009a, 10)
#elif PACKETVER >= 20080124
-packetLen(0x009a, 4) // ZC_BROADCAST
+packetLen(0x009a, 4)
#elif PACKETVER >= 20080102
-packetLen(0x009a, -1) // ZC_BROADCAST
+packetLen(0x009a, -1)
#endif
// Packet: 0x009b
-packetLen(0x009b, 34) // CZ_CHANGE_DIRECTION
+packetLen(0x009b, 34)
// Packet: 0x009c
#if PACKETVER >= 20081203
-packetLen(0x009c, -1) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, -1)
#elif PACKETVER >= 20081126
-packetLen(0x009c, 7) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, 7)
#elif PACKETVER >= 20081119
-packetLen(0x009c, 14) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, 14)
#elif PACKETVER >= 20081112
-packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, 9)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x009c, 30) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, 30)
#elif PACKETVER >= 20081029
-packetLen(0x009c, 6) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, 6)
#elif PACKETVER >= 20081008
-packetLen(0x009c, -1) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, -1)
#elif PACKETVER >= 20081001
-packetLen(0x009c, 14) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, 14)
#elif PACKETVER >= 20080924
-packetLen(0x009c, 2) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, 2)
#elif PACKETVER >= 20080910
-packetLen(0x009c, -1) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, -1)
#elif PACKETVER >= 20080903
-packetLen(0x009c, 2) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, 2)
#elif PACKETVER >= 20080827
-packetLen(0x009c, 59) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, 59)
#elif PACKETVER >= 20080813
-packetLen(0x009c, -1) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, -1)
#elif PACKETVER >= 20080806
-packetLen(0x009c, 44) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, 44)
#elif PACKETVER >= 20080708
-packetLen(0x009c, -1) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, -1)
#elif PACKETVER >= 20080701
-packetLen(0x009c, 67) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, 67)
#elif PACKETVER >= 20080617
-packetLen(0x009c, -1) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, -1)
#elif PACKETVER >= 20080610
-packetLen(0x009c, 6) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, 6)
#elif PACKETVER >= 20080603
-packetLen(0x009c, 4) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, 4)
#elif PACKETVER >= 20080528
-packetLen(0x009c, 26) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, 26)
#elif PACKETVER >= 20080520
-packetLen(0x009c, 67) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, 67)
#elif PACKETVER >= 20080513
-packetLen(0x009c, -1) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, -1)
#elif PACKETVER >= 20080507
-packetLen(0x009c, 6) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, 6)
#elif PACKETVER >= 20080429
-packetLen(0x009c, -1) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, -1)
#elif PACKETVER >= 20080422
-packetLen(0x009c, 10) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, 10)
#elif PACKETVER >= 20080415
-packetLen(0x009c, 66) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, 66)
#elif PACKETVER >= 20080408
-packetLen(0x009c, -1) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, -1)
#elif PACKETVER >= 20080401
-packetLen(0x009c, 8) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, 8)
#elif PACKETVER >= 20080325
-packetLen(0x009c, 3) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, 3)
#elif PACKETVER >= 20080318
-packetLen(0x009c, 282) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, 282)
#elif PACKETVER >= 20080311
-packetLen(0x009c, -1) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, -1)
#elif PACKETVER >= 20080304
-packetLen(0x009c, 71) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, 71)
#elif PACKETVER >= 20080226
-packetLen(0x009c, 4) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, 4)
#elif PACKETVER >= 20080219
-packetLen(0x009c, 7) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, 7)
#elif PACKETVER >= 20080124
-packetLen(0x009c, -1) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, -1)
#elif PACKETVER >= 20080102
-packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, 9)
#endif
// Packet: 0x009d
#if PACKETVER >= 20081119
-packetLen(0x009d, -1) // ZC_ITEM_ENTRY
+packetLen(0x009d, -1)
#elif PACKETVER >= 20081112
-packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+packetLen(0x009d, 17)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081015
-packetLen(0x009d, -1) // ZC_ITEM_ENTRY
+packetLen(0x009d, -1)
#elif PACKETVER >= 20081008
-packetLen(0x009d, 6) // ZC_ITEM_ENTRY
+packetLen(0x009d, 6)
#elif PACKETVER >= 20081001
-packetLen(0x009d, 27) // ZC_ITEM_ENTRY
+packetLen(0x009d, 27)
#elif PACKETVER >= 20080924
-packetLen(0x009d, 6) // ZC_ITEM_ENTRY
+packetLen(0x009d, 6)
#elif PACKETVER >= 20080917
-packetLen(0x009d, -1) // ZC_ITEM_ENTRY
+packetLen(0x009d, -1)
#elif PACKETVER >= 20080910
-packetLen(0x009d, 4) // ZC_ITEM_ENTRY
+packetLen(0x009d, 4)
#elif PACKETVER >= 20080722
-packetLen(0x009d, -1) // ZC_ITEM_ENTRY
+packetLen(0x009d, -1)
#elif PACKETVER >= 20080715
-packetLen(0x009d, 2) // ZC_ITEM_ENTRY
+packetLen(0x009d, 2)
#elif PACKETVER >= 20080708
-packetLen(0x009d, 14) // ZC_ITEM_ENTRY
+packetLen(0x009d, 14)
#elif PACKETVER >= 20080701
-packetLen(0x009d, -1) // ZC_ITEM_ENTRY
+packetLen(0x009d, -1)
#elif PACKETVER >= 20080624
-packetLen(0x009d, 10) // ZC_ITEM_ENTRY
+packetLen(0x009d, 10)
#elif PACKETVER >= 20080617
-packetLen(0x009d, 13) // ZC_ITEM_ENTRY
+packetLen(0x009d, 13)
#elif PACKETVER >= 20080610
-packetLen(0x009d, 3) // ZC_ITEM_ENTRY
+packetLen(0x009d, 3)
#elif PACKETVER >= 20080603
-packetLen(0x009d, 6) // ZC_ITEM_ENTRY
+packetLen(0x009d, 6)
#elif PACKETVER >= 20080528
-packetLen(0x009d, 8) // ZC_ITEM_ENTRY
+packetLen(0x009d, 8)
#elif PACKETVER >= 20080520
-packetLen(0x009d, 10) // ZC_ITEM_ENTRY
+packetLen(0x009d, 10)
#elif PACKETVER >= 20080513
-packetLen(0x009d, 29) // ZC_ITEM_ENTRY
+packetLen(0x009d, 29)
#elif PACKETVER >= 20080507
-packetLen(0x009d, 59) // ZC_ITEM_ENTRY
+packetLen(0x009d, 59)
#elif PACKETVER >= 20080429
-packetLen(0x009d, -1) // ZC_ITEM_ENTRY
+packetLen(0x009d, -1)
#elif PACKETVER >= 20080422
-packetLen(0x009d, 6) // ZC_ITEM_ENTRY
+packetLen(0x009d, 6)
#elif PACKETVER >= 20080415
-packetLen(0x009d, 32) // ZC_ITEM_ENTRY
+packetLen(0x009d, 32)
#elif PACKETVER >= 20080408
-packetLen(0x009d, -1) // ZC_ITEM_ENTRY
+packetLen(0x009d, -1)
#elif PACKETVER >= 20080401
-packetLen(0x009d, 26) // ZC_ITEM_ENTRY
+packetLen(0x009d, 26)
#elif PACKETVER >= 20080325
-packetLen(0x009d, 57) // ZC_ITEM_ENTRY
+packetLen(0x009d, 57)
#elif PACKETVER >= 20080318
-packetLen(0x009d, -1) // ZC_ITEM_ENTRY
+packetLen(0x009d, -1)
#elif PACKETVER >= 20080311
-packetLen(0x009d, 13) // ZC_ITEM_ENTRY
+packetLen(0x009d, 13)
#elif PACKETVER >= 20080304
-packetLen(0x009d, 19) // ZC_ITEM_ENTRY
+packetLen(0x009d, 19)
#elif PACKETVER >= 20080226
-packetLen(0x009d, 57) // ZC_ITEM_ENTRY
+packetLen(0x009d, 57)
#elif PACKETVER >= 20080219
-packetLen(0x009d, 10) // ZC_ITEM_ENTRY
+packetLen(0x009d, 10)
#elif PACKETVER >= 20080124
-packetLen(0x009d, -1) // ZC_ITEM_ENTRY
+packetLen(0x009d, -1)
#elif PACKETVER >= 20080102
-packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+packetLen(0x009d, 17)
#endif
// Packet: 0x009e
#if PACKETVER >= 20081217
-packetLen(0x009e, -1) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, -1)
#elif PACKETVER >= 20081203
-packetLen(0x009e, 10) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 10)
#elif PACKETVER >= 20081126
-packetLen(0x009e, 26) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 26)
#elif PACKETVER >= 20081119
-packetLen(0x009e, 5) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 5)
#elif PACKETVER >= 20081112
-packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 17)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081029
-packetLen(0x009e, -1) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, -1)
#elif PACKETVER >= 20081022
-packetLen(0x009e, 6) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 6)
#elif PACKETVER >= 20081001
-packetLen(0x009e, -1) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, -1)
#elif PACKETVER >= 20080924
-packetLen(0x009e, 3) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 3)
#elif PACKETVER >= 20080827
-packetLen(0x009e, -1) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, -1)
#elif PACKETVER >= 20080820
-packetLen(0x009e, 6) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 6)
#elif PACKETVER >= 20080813
-packetLen(0x009e, 5) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 5)
#elif PACKETVER >= 20080701
-packetLen(0x009e, -1) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, -1)
#elif PACKETVER >= 20080624
-packetLen(0x009e, 3) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 3)
#elif PACKETVER >= 20080617
-packetLen(0x009e, -1) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, -1)
#elif PACKETVER >= 20080610
-packetLen(0x009e, 10) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 10)
#elif PACKETVER >= 20080603
-packetLen(0x009e, 4) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 4)
#elif PACKETVER >= 20080528
-packetLen(0x009e, 3) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 3)
#elif PACKETVER >= 20080520
-packetLen(0x009e, 186) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 186)
#elif PACKETVER >= 20080513
-packetLen(0x009e, -1) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, -1)
#elif PACKETVER >= 20080507
-packetLen(0x009e, 6) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 6)
#elif PACKETVER >= 20080429
-packetLen(0x009e, 2) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 2)
#elif PACKETVER >= 20080422
-packetLen(0x009e, 11) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 11)
#elif PACKETVER >= 20080415
-packetLen(0x009e, 9) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 9)
#elif PACKETVER >= 20080408
-packetLen(0x009e, 39) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 39)
#elif PACKETVER >= 20080401
-packetLen(0x009e, 5) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 5)
#elif PACKETVER >= 20080318
-packetLen(0x009e, 10) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 10)
#elif PACKETVER >= 20080311
-packetLen(0x009e, -1) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, -1)
#elif PACKETVER >= 20080304
-packetLen(0x009e, 282) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 282)
#elif PACKETVER >= 20080226
-packetLen(0x009e, 11) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 11)
#elif PACKETVER >= 20080219
-packetLen(0x009e, -1) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, -1)
#elif PACKETVER >= 20080124
-packetLen(0x009e, 97) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 97)
#elif PACKETVER >= 20080102
-packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 17)
#endif
// Packet: 0x009f
-packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+packetLen(0x009f, 20)
// Packet: 0x00a0
#if PACKETVER >= 20081112
-packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, 23)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081008
-packetLen(0x00a0, -1) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, -1)
#elif PACKETVER >= 20081001
-packetLen(0x00a0, 32) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, 32)
#elif PACKETVER >= 20080903
-packetLen(0x00a0, -1) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, -1)
#elif PACKETVER >= 20080827
-packetLen(0x00a0, 14) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, 14)
#elif PACKETVER >= 20080820
-packetLen(0x00a0, 3) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, 3)
#elif PACKETVER >= 20080813
-packetLen(0x00a0, -1) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, -1)
#elif PACKETVER >= 20080806
-packetLen(0x00a0, 21) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, 21)
#elif PACKETVER >= 20080715
-packetLen(0x00a0, -1) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, -1)
#elif PACKETVER >= 20080708
-packetLen(0x00a0, 90) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, 90)
#elif PACKETVER >= 20080701
-packetLen(0x00a0, 30) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, 30)
#elif PACKETVER >= 20080624
-packetLen(0x00a0, -1) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, -1)
#elif PACKETVER >= 20080617
-packetLen(0x00a0, 6) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, 6)
#elif PACKETVER >= 20080610
-packetLen(0x00a0, 26) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, 26)
#elif PACKETVER >= 20080603
-packetLen(0x00a0, 8) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, 8)
#elif PACKETVER >= 20080528
-packetLen(0x00a0, -1) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, -1)
#elif PACKETVER >= 20080520
-packetLen(0x00a0, 3) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, 3)
#elif PACKETVER >= 20080513
-packetLen(0x00a0, 14) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, 14)
#elif PACKETVER >= 20080507
-packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, 23)
#elif PACKETVER >= 20080429
-packetLen(0x00a0, 12) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, 12)
#elif PACKETVER >= 20080422
-packetLen(0x00a0, 8) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, 8)
#elif PACKETVER >= 20080408
-packetLen(0x00a0, -1) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, -1)
#elif PACKETVER >= 20080401
-packetLen(0x00a0, 8) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, 8)
#elif PACKETVER >= 20080325
-packetLen(0x00a0, 6) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, 6)
#elif PACKETVER >= 20080318
-packetLen(0x00a0, 13) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, 13)
#elif PACKETVER >= 20080311
-packetLen(0x00a0, 28) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, 28)
#elif PACKETVER >= 20080226
-packetLen(0x00a0, 27) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, 27)
#elif PACKETVER >= 20080219
-packetLen(0x00a0, 39) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, 39)
#elif PACKETVER >= 20080124
-packetLen(0x00a0, 5) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, 5)
#elif PACKETVER >= 20080102
-packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, 23)
#endif
// Packet: 0x00a1
#if PACKETVER >= 20081112
-packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, 6)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x00a1, 8) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, 8)
#elif PACKETVER >= 20081022
-packetLen(0x00a1, -1) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, -1)
#elif PACKETVER >= 20081008
-packetLen(0x00a1, 2) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, 2)
#elif PACKETVER >= 20081001
-packetLen(0x00a1, 26) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, 26)
#elif PACKETVER >= 20080903
-packetLen(0x00a1, -1) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, -1)
#elif PACKETVER >= 20080827
-packetLen(0x00a1, 68) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, 68)
#elif PACKETVER >= 20080820
-packetLen(0x00a1, -1) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, -1)
#elif PACKETVER >= 20080813
-packetLen(0x00a1, 36) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, 36)
#elif PACKETVER >= 20080806
-packetLen(0x00a1, 4) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, 4)
#elif PACKETVER >= 20080722
-packetLen(0x00a1, -1) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, -1)
#elif PACKETVER >= 20080715
-packetLen(0x00a1, 21) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, 21)
#elif PACKETVER >= 20080708
-packetLen(0x00a1, -1) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, -1)
#elif PACKETVER >= 20080701
-packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, 6)
#elif PACKETVER >= 20080624
-packetLen(0x00a1, 44) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, 44)
#elif PACKETVER >= 20080617
-packetLen(0x00a1, 60) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, 60)
#elif PACKETVER >= 20080528
-packetLen(0x00a1, -1) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, -1)
#elif PACKETVER >= 20080520
-packetLen(0x00a1, 60) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, 60)
#elif PACKETVER >= 20080513
-packetLen(0x00a1, -1) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, -1)
#elif PACKETVER >= 20080507
-packetLen(0x00a1, 11) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, 11)
#elif PACKETVER >= 20080422
-packetLen(0x00a1, -1) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, -1)
#elif PACKETVER >= 20080415
-packetLen(0x00a1, 16) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, 16)
#elif PACKETVER >= 20080408
-packetLen(0x00a1, 3) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, 3)
#elif PACKETVER >= 20080401
-packetLen(0x00a1, -1) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, -1)
#elif PACKETVER >= 20080325
-packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, 6)
#elif PACKETVER >= 20080318
-packetLen(0x00a1, 53) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, 53)
#elif PACKETVER >= 20080311
-packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, 6)
#elif PACKETVER >= 20080304
-packetLen(0x00a1, 21) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, 21)
#elif PACKETVER >= 20080226
-packetLen(0x00a1, -1) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, -1)
#elif PACKETVER >= 20080219
-packetLen(0x00a1, 60) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, 60)
#elif PACKETVER >= 20080124
-packetLen(0x00a1, 30) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, 30)
#elif PACKETVER >= 20080102
-packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, 6)
#endif
// Packet: 0x00a2
-packetLen(0x00a2, 14) // CZ_ITEM_THROW
+packetLen(0x00a2, 14)
// Packet: 0x00a3
#if PACKETVER >= 20081126
-packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, -1)
#elif PACKETVER >= 20081119
-packetLen(0x00a3, 8) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, 8)
#elif PACKETVER >= 20081105
-packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, -1)
#elif PACKETVER >= 20081029
-packetLen(0x00a3, 30) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, 30)
#elif PACKETVER >= 20081015
-packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, -1)
#elif PACKETVER >= 20081008
-packetLen(0x00a3, 8) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, 8)
#elif PACKETVER >= 20081001
-packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, -1)
#elif PACKETVER >= 20080924
-packetLen(0x00a3, 6) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, 6)
#elif PACKETVER >= 20080917
-packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, -1)
#elif PACKETVER >= 20080910
-packetLen(0x00a3, 4) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, 4)
#elif PACKETVER >= 20080903
-packetLen(0x00a3, 60) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, 60)
#elif PACKETVER >= 20080806
-packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, -1)
#elif PACKETVER >= 20080730
-packetLen(0x00a3, 10) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, 10)
#elif PACKETVER >= 20080722
-packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, -1)
#elif PACKETVER >= 20080715
-packetLen(0x00a3, 42) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, 42)
#elif PACKETVER >= 20080708
-packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, -1)
#elif PACKETVER >= 20080701
-packetLen(0x00a3, 28) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, 28)
#elif PACKETVER >= 20080624
-packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, -1)
#elif PACKETVER >= 20080617
-packetLen(0x00a3, 3) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, 3)
#elif PACKETVER >= 20080610
-packetLen(0x00a3, 10) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, 10)
#elif PACKETVER >= 20080528
-packetLen(0x00a3, 4) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, 4)
#elif PACKETVER >= 20080520
-packetLen(0x00a3, 15) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, 15)
#elif PACKETVER >= 20080513
-packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, -1)
#elif PACKETVER >= 20080507
-packetLen(0x00a3, 10) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, 10)
#elif PACKETVER >= 20080429
-packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, -1)
#elif PACKETVER >= 20080422
-packetLen(0x00a3, 16) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, 16)
#elif PACKETVER >= 20080415
-packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, -1)
#elif PACKETVER >= 20080408
-packetLen(0x00a3, 8) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, 8)
#elif PACKETVER >= 20080401
-packetLen(0x00a3, 28) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, 28)
#elif PACKETVER >= 20080325
-packetLen(0x00a3, 4) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, 4)
#elif PACKETVER >= 20080318
-packetLen(0x00a3, 2) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, 2)
#elif PACKETVER >= 20080311
-packetLen(0x00a3, 65) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, 65)
#elif PACKETVER >= 20080304
-packetLen(0x00a3, 6) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, 6)
#elif PACKETVER >= 20080226
-packetLen(0x00a3, 30) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, 30)
#elif PACKETVER >= 20080219
-packetLen(0x00a3, 44) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, 44)
#elif PACKETVER >= 20080102
-packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, -1)
#endif
// Packet: 0x00a4
#if PACKETVER >= 20081112
-packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, -1)
#elif PACKETVER >= 20081105
-packetLen(0x00a4, 10) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, 10)
#elif PACKETVER >= 20081022
-packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, -1)
#elif PACKETVER >= 20081015
-packetLen(0x00a4, 8) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, 8)
#elif PACKETVER >= 20081001
-packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, -1)
#elif PACKETVER >= 20080924
-packetLen(0x00a4, 6) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, 6)
#elif PACKETVER >= 20080917
-packetLen(0x00a4, 4) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, 4)
#elif PACKETVER >= 20080903
-packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, -1)
#elif PACKETVER >= 20080827
-packetLen(0x00a4, 8) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, 8)
#elif PACKETVER >= 20080820
-packetLen(0x00a4, 58) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, 58)
#elif PACKETVER >= 20080806
-packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, -1)
#elif PACKETVER >= 20080730
-packetLen(0x00a4, 6) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, 6)
#elif PACKETVER >= 20080722
-packetLen(0x00a4, 21) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, 21)
#elif PACKETVER >= 20080708
-packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, -1)
#elif PACKETVER >= 20080701
-packetLen(0x00a4, 86) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, 86)
#elif PACKETVER >= 20080617
-packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, -1)
#elif PACKETVER >= 20080610
-packetLen(0x00a4, 10) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, 10)
#elif PACKETVER >= 20080528
-packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, -1)
#elif PACKETVER >= 20080520
-packetLen(0x00a4, 3) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, 3)
#elif PACKETVER >= 20080513
-packetLen(0x00a4, 14) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, 14)
#elif PACKETVER >= 20080507
-packetLen(0x00a4, 33) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, 33)
#elif PACKETVER >= 20080429
-packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, -1)
#elif PACKETVER >= 20080422
-packetLen(0x00a4, 60) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, 60)
#elif PACKETVER >= 20080415
-packetLen(0x00a4, 22) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, 22)
#elif PACKETVER >= 20080408
-packetLen(0x00a4, 2) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, 2)
#elif PACKETVER >= 20080401
-packetLen(0x00a4, 6) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, 6)
#elif PACKETVER >= 20080325
-packetLen(0x00a4, 7) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, 7)
#elif PACKETVER >= 20080318
-packetLen(0x00a4, 27) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, 27)
#elif PACKETVER >= 20080311
-packetLen(0x00a4, 6) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, 6)
#elif PACKETVER >= 20080226
-packetLen(0x00a4, 15) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, 15)
#elif PACKETVER >= 20080219
-packetLen(0x00a4, 30) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, 30)
#elif PACKETVER >= 20080124
-packetLen(0x00a4, 10) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, 10)
#elif PACKETVER >= 20080102
-packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, -1)
#endif
// Packet: 0x00a5
#if PACKETVER >= 20081217
-packetLen(0x00a5, 6) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, 6)
#elif PACKETVER >= 20081203
-packetLen(0x00a5, 102) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, 102)
#elif PACKETVER >= 20081119
-packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, -1)
#elif PACKETVER >= 20081112
-packetLen(0x00a5, 102) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, 102)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x00a5, 42) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, 42)
#elif PACKETVER >= 20081022
-packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, -1)
#elif PACKETVER >= 20081015
-packetLen(0x00a5, 10) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, 10)
#elif PACKETVER >= 20081001
-packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, -1)
#elif PACKETVER >= 20080924
-packetLen(0x00a5, 2) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, 2)
#elif PACKETVER >= 20080827
-packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, -1)
#elif PACKETVER >= 20080820
-packetLen(0x00a5, 3) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, 3)
#elif PACKETVER >= 20080813
-packetLen(0x00a5, 10) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, 10)
#elif PACKETVER >= 20080806
-packetLen(0x00a5, 3) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, 3)
#elif PACKETVER >= 20080730
-packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, -1)
#elif PACKETVER >= 20080722
-packetLen(0x00a5, 6) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, 6)
#elif PACKETVER >= 20080715
-packetLen(0x00a5, 28) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, 28)
#elif PACKETVER >= 20080617
-packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, -1)
#elif PACKETVER >= 20080610
-packetLen(0x00a5, 7) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, 7)
#elif PACKETVER >= 20080603
-packetLen(0x00a5, 9) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, 9)
#elif PACKETVER >= 20080528
-packetLen(0x00a5, 28) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, 28)
#elif PACKETVER >= 20080520
-packetLen(0x00a5, 6) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, 6)
#elif PACKETVER >= 20080513
-packetLen(0x00a5, 4) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, 4)
#elif PACKETVER >= 20080415
-packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, -1)
#elif PACKETVER >= 20080408
-packetLen(0x00a5, 6) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, 6)
#elif PACKETVER >= 20080401
-packetLen(0x00a5, 8) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, 8)
#elif PACKETVER >= 20080325
-packetLen(0x00a5, 9) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, 9)
#elif PACKETVER >= 20080318
-packetLen(0x00a5, 6) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, 6)
#elif PACKETVER >= 20080311
-packetLen(0x00a5, 282) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, 282)
#elif PACKETVER >= 20080304
-packetLen(0x00a5, 30) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, 30)
#elif PACKETVER >= 20080226
-packetLen(0x00a5, 28) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, 28)
#elif PACKETVER >= 20080219
-packetLen(0x00a5, 3) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, 3)
#elif PACKETVER >= 20080124
-packetLen(0x00a5, 4) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, 4)
#elif PACKETVER >= 20080102
-packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, -1)
#endif
// Packet: 0x00a6
#if PACKETVER >= 20081217
-packetLen(0x00a6, 20) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, 20)
#elif PACKETVER >= 20081203
-packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, -1)
#elif PACKETVER >= 20081126
-packetLen(0x00a6, 6) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, 6)
#elif PACKETVER >= 20081029
-packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, -1)
#elif PACKETVER >= 20081022
-packetLen(0x00a6, 6) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, 6)
#elif PACKETVER >= 20081008
-packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, -1)
#elif PACKETVER >= 20081001
-packetLen(0x00a6, 11) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, 11)
#elif PACKETVER >= 20080917
-packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, -1)
#elif PACKETVER >= 20080910
-packetLen(0x00a6, 10) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, 10)
#elif PACKETVER >= 20080903
-packetLen(0x00a6, 6) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, 6)
#elif PACKETVER >= 20080827
-packetLen(0x00a6, 29) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, 29)
#elif PACKETVER >= 20080813
-packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, -1)
#elif PACKETVER >= 20080806
-packetLen(0x00a6, 6) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, 6)
#elif PACKETVER >= 20080730
-packetLen(0x00a6, 22) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, 22)
#elif PACKETVER >= 20080715
-packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, -1)
#elif PACKETVER >= 20080708
-packetLen(0x00a6, 30) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, 30)
#elif PACKETVER >= 20080701
-packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, -1)
#elif PACKETVER >= 20080624
-packetLen(0x00a6, 16) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, 16)
#elif PACKETVER >= 20080610
-packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, -1)
#elif PACKETVER >= 20080603
-packetLen(0x00a6, 10) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, 10)
#elif PACKETVER >= 20080528
-packetLen(0x00a6, 2) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, 2)
#elif PACKETVER >= 20080520
-packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, -1)
#elif PACKETVER >= 20080513
-packetLen(0x00a6, 30) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, 30)
#elif PACKETVER >= 20080507
-packetLen(0x00a6, 10) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, 10)
#elif PACKETVER >= 20080429
-packetLen(0x00a6, 282) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, 282)
#elif PACKETVER >= 20080415
-packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, -1)
#elif PACKETVER >= 20080408
-packetLen(0x00a6, 59) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, 59)
#elif PACKETVER >= 20080401
-packetLen(0x00a6, 7) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, 7)
#elif PACKETVER >= 20080325
-packetLen(0x00a6, 10) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, 10)
#elif PACKETVER >= 20080318
-packetLen(0x00a6, 3) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, 3)
#elif PACKETVER >= 20080311
-packetLen(0x00a6, 26) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, 26)
#elif PACKETVER >= 20080304
-packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, -1)
#elif PACKETVER >= 20080226
-packetLen(0x00a6, 16) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, 16)
#elif PACKETVER >= 20080219
-packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, -1)
#elif PACKETVER >= 20080124
-packetLen(0x00a6, 2) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, 2)
#elif PACKETVER >= 20080102
-packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, -1)
#endif
// Packet: 0x00a7
@@ -2828,23255 +2828,23255 @@ packetLen(0x00a7, 9)
// Packet: 0x00a8
#if PACKETVER >= 20081217
-packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 7)
#elif PACKETVER >= 20081203
-packetLen(0x00a8, 43) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 43)
#elif PACKETVER >= 20081126
-packetLen(0x00a8, 10) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 10)
#elif PACKETVER >= 20081119
-packetLen(0x00a8, 5) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 5)
#elif PACKETVER >= 20081112
-packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 7)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081029
-packetLen(0x00a8, -1) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, -1)
#elif PACKETVER >= 20081022
-packetLen(0x00a8, 3) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 3)
#elif PACKETVER >= 20081015
-packetLen(0x00a8, -1) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, -1)
#elif PACKETVER >= 20081008
-packetLen(0x00a8, 42) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 42)
#elif PACKETVER >= 20081001
-packetLen(0x00a8, 59) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 59)
#elif PACKETVER >= 20080924
-packetLen(0x00a8, 10) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 10)
#elif PACKETVER >= 20080917
-packetLen(0x00a8, 8) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 8)
#elif PACKETVER >= 20080910
-packetLen(0x00a8, 282) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 282)
#elif PACKETVER >= 20080827
-packetLen(0x00a8, -1) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, -1)
#elif PACKETVER >= 20080820
-packetLen(0x00a8, 15) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 15)
#elif PACKETVER >= 20080813
-packetLen(0x00a8, 2) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 2)
#elif PACKETVER >= 20080806
-packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 7)
#elif PACKETVER >= 20080701
-packetLen(0x00a8, -1) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, -1)
#elif PACKETVER >= 20080624
-packetLen(0x00a8, 6) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 6)
#elif PACKETVER >= 20080610
-packetLen(0x00a8, -1) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, -1)
#elif PACKETVER >= 20080528
-packetLen(0x00a8, 6) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 6)
#elif PACKETVER >= 20080520
-packetLen(0x00a8, 10) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 10)
#elif PACKETVER >= 20080513
-packetLen(0x00a8, 90) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 90)
#elif PACKETVER >= 20080507
-packetLen(0x00a8, 3) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 3)
#elif PACKETVER >= 20080429
-packetLen(0x00a8, -1) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, -1)
#elif PACKETVER >= 20080422
-packetLen(0x00a8, 13) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 13)
#elif PACKETVER >= 20080408
-packetLen(0x00a8, -1) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, -1)
#elif PACKETVER >= 20080401
-packetLen(0x00a8, 4) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 4)
#elif PACKETVER >= 20080325
-packetLen(0x00a8, 2) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 2)
#elif PACKETVER >= 20080318
-packetLen(0x00a8, 30) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 30)
#elif PACKETVER >= 20080311
-packetLen(0x00a8, 6) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 6)
#elif PACKETVER >= 20080304
-packetLen(0x00a8, 3) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 3)
#elif PACKETVER >= 20080219
-packetLen(0x00a8, 10) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 10)
#elif PACKETVER >= 20080124
-packetLen(0x00a8, 20) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 20)
#elif PACKETVER >= 20080102
-packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 7)
#endif
// Packet: 0x00a9
#if PACKETVER >= 20081217
-packetLen(0x00a9, 30) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, 30)
#elif PACKETVER >= 20081203
-packetLen(0x00a9, -1) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, -1)
#elif PACKETVER >= 20081126
-packetLen(0x00a9, 28) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, 28)
#elif PACKETVER >= 20081119
-packetLen(0x00a9, 4) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, 4)
#elif PACKETVER >= 20081112
-packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, 6)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081029
-packetLen(0x00a9, -1) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, -1)
#elif PACKETVER >= 20081022
-packetLen(0x00a9, 8) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, 8)
#elif PACKETVER >= 20081015
-packetLen(0x00a9, -1) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, -1)
#elif PACKETVER >= 20081008
-packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, 6)
#elif PACKETVER >= 20081001
-packetLen(0x00a9, -1) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, -1)
#elif PACKETVER >= 20080924
-packetLen(0x00a9, 18) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, 18)
#elif PACKETVER >= 20080917
-packetLen(0x00a9, 4) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, 4)
#elif PACKETVER >= 20080827
-packetLen(0x00a9, -1) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, -1)
#elif PACKETVER >= 20080820
-packetLen(0x00a9, 11) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, 11)
#elif PACKETVER >= 20080806
-packetLen(0x00a9, -1) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, -1)
#elif PACKETVER >= 20080730
-packetLen(0x00a9, 3) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, 3)
#elif PACKETVER >= 20080722
-packetLen(0x00a9, -1) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, -1)
#elif PACKETVER >= 20080715
-packetLen(0x00a9, 44) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, 44)
#elif PACKETVER >= 20080708
-packetLen(0x00a9, 10) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, 10)
#elif PACKETVER >= 20080701
-packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, 6)
#elif PACKETVER >= 20080617
-packetLen(0x00a9, -1) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, -1)
#elif PACKETVER >= 20080610
-packetLen(0x00a9, 282) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, 282)
#elif PACKETVER >= 20080603
-packetLen(0x00a9, 114) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, 114)
#elif PACKETVER >= 20080528
-packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, 6)
#elif PACKETVER >= 20080520
-packetLen(0x00a9, 79) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, 79)
#elif PACKETVER >= 20080513
-packetLen(0x00a9, 3) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, 3)
#elif PACKETVER >= 20080507
-packetLen(0x00a9, 26) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, 26)
#elif PACKETVER >= 20080429
-packetLen(0x00a9, 8) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, 8)
#elif PACKETVER >= 20080422
-packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, 6)
#elif PACKETVER >= 20080415
-packetLen(0x00a9, -1) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, -1)
#elif PACKETVER >= 20080408
-packetLen(0x00a9, 2) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, 2)
#elif PACKETVER >= 20080401
-packetLen(0x00a9, -1) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, -1)
#elif PACKETVER >= 20080325
-packetLen(0x00a9, 8) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, 8)
#elif PACKETVER >= 20080311
-packetLen(0x00a9, -1) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, -1)
#elif PACKETVER >= 20080304
-packetLen(0x00a9, 11) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, 11)
#elif PACKETVER >= 20080226
-packetLen(0x00a9, 26) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, 26)
#elif PACKETVER >= 20080219
-packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, 6)
#elif PACKETVER >= 20080124
-packetLen(0x00a9, 10) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, 10)
#elif PACKETVER >= 20080102
-packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, 6)
#endif
// Packet: 0x00aa
#if PACKETVER >= 20081112
-packetLen(0x00aa, 7) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 7)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x00aa, 4) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 4)
#elif PACKETVER >= 20081001
-packetLen(0x00aa, -1) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, -1)
#elif PACKETVER >= 20080924
-packetLen(0x00aa, 39) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 39)
#elif PACKETVER >= 20080903
-packetLen(0x00aa, -1) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, -1)
#elif PACKETVER >= 20080827
-packetLen(0x00aa, 10) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 10)
#elif PACKETVER >= 20080820
-packetLen(0x00aa, 11) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 11)
#elif PACKETVER >= 20080813
-packetLen(0x00aa, 4) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 4)
#elif PACKETVER >= 20080806
-packetLen(0x00aa, -1) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, -1)
#elif PACKETVER >= 20080730
-packetLen(0x00aa, 71) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 71)
#elif PACKETVER >= 20080722
-packetLen(0x00aa, -1) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, -1)
#elif PACKETVER >= 20080715
-packetLen(0x00aa, 2) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 2)
#elif PACKETVER >= 20080708
-packetLen(0x00aa, 3) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 3)
#elif PACKETVER >= 20080624
-packetLen(0x00aa, -1) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, -1)
#elif PACKETVER >= 20080610
-packetLen(0x00aa, 4) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 4)
#elif PACKETVER >= 20080603
-packetLen(0x00aa, 10) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 10)
#elif PACKETVER >= 20080528
-packetLen(0x00aa, 6) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 6)
#elif PACKETVER >= 20080520
-packetLen(0x00aa, 2) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 2)
#elif PACKETVER >= 20080513
-packetLen(0x00aa, 4) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 4)
#elif PACKETVER >= 20080507
-packetLen(0x00aa, 6) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 6)
#elif PACKETVER >= 20080429
-packetLen(0x00aa, -1) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, -1)
#elif PACKETVER >= 20080422
-packetLen(0x00aa, 9) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 9)
#elif PACKETVER >= 20080415
-packetLen(0x00aa, 3) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 3)
#elif PACKETVER >= 20080408
-packetLen(0x00aa, 31) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 31)
#elif PACKETVER >= 20080401
-packetLen(0x00aa, 16) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 16)
#elif PACKETVER >= 20080325
-packetLen(0x00aa, 55) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 55)
#elif PACKETVER >= 20080318
-packetLen(0x00aa, 3) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 3)
#elif PACKETVER >= 20080311
-packetLen(0x00aa, 11) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 11)
#elif PACKETVER >= 20080304
-packetLen(0x00aa, -1) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, -1)
#elif PACKETVER >= 20080219
-packetLen(0x00aa, 2) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 2)
#elif PACKETVER >= 20080124
-packetLen(0x00aa, 6) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 6)
#elif PACKETVER >= 20080102
-packetLen(0x00aa, 7) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 7)
#endif
// Packet: 0x00ab
#if PACKETVER >= 20081203
-packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, 4)
#elif PACKETVER >= 20081119
-packetLen(0x00ab, -1) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, -1)
#elif PACKETVER >= 20081112
-packetLen(0x00ab, 5) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, 5)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x00ab, -1) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, -1)
#elif PACKETVER >= 20081029
-packetLen(0x00ab, 30) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, 30)
#elif PACKETVER >= 20081022
-packetLen(0x00ab, 60) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, 60)
#elif PACKETVER >= 20081001
-packetLen(0x00ab, -1) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, -1)
#elif PACKETVER >= 20080924
-packetLen(0x00ab, 79) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, 79)
#elif PACKETVER >= 20080910
-packetLen(0x00ab, -1) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, -1)
#elif PACKETVER >= 20080903
-packetLen(0x00ab, 67) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, 67)
#elif PACKETVER >= 20080827
-packetLen(0x00ab, 282) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, 282)
#elif PACKETVER >= 20080730
-packetLen(0x00ab, -1) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, -1)
#elif PACKETVER >= 20080722
-packetLen(0x00ab, 8) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, 8)
#elif PACKETVER >= 20080715
-packetLen(0x00ab, 14) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, 14)
#elif PACKETVER >= 20080701
-packetLen(0x00ab, -1) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, -1)
#elif PACKETVER >= 20080617
-packetLen(0x00ab, 6) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, 6)
#elif PACKETVER >= 20080610
-packetLen(0x00ab, 16) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, 16)
#elif PACKETVER >= 20080603
-packetLen(0x00ab, -1) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, -1)
#elif PACKETVER >= 20080528
-packetLen(0x00ab, 53) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, 53)
#elif PACKETVER >= 20080520
-packetLen(0x00ab, 36) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, 36)
#elif PACKETVER >= 20080513
-packetLen(0x00ab, 26) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, 26)
#elif PACKETVER >= 20080507
-packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, 4)
#elif PACKETVER >= 20080429
-packetLen(0x00ab, -1) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, -1)
#elif PACKETVER >= 20080422
-packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, 4)
#elif PACKETVER >= 20080415
-packetLen(0x00ab, 7) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, 7)
#elif PACKETVER >= 20080401
-packetLen(0x00ab, -1) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, -1)
#elif PACKETVER >= 20080325
-packetLen(0x00ab, 8) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, 8)
#elif PACKETVER >= 20080318
-packetLen(0x00ab, 9) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, 9)
#elif PACKETVER >= 20080311
-packetLen(0x00ab, 14) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, 14)
#elif PACKETVER >= 20080304
-packetLen(0x00ab, 2) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, 2)
#elif PACKETVER >= 20080226
-packetLen(0x00ab, -1) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, -1)
#elif PACKETVER >= 20080219
-packetLen(0x00ab, 57) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, 57)
#elif PACKETVER >= 20080124
-packetLen(0x00ab, 86) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, 86)
#elif PACKETVER >= 20080102
-packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, 4)
#endif
// Packet: 0x00ac
#if PACKETVER >= 20081217
-packetLen(0x00ac, -1) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, -1)
#elif PACKETVER >= 20081203
-packetLen(0x00ac, 30) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, 30)
#elif PACKETVER >= 20081126
-packetLen(0x00ac, 6) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, 6)
#elif PACKETVER >= 20081112
-packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, 7)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081022
-packetLen(0x00ac, -1) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, -1)
#elif PACKETVER >= 20081015
-packetLen(0x00ac, 3) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, 3)
#elif PACKETVER >= 20081008
-packetLen(0x00ac, 30) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, 30)
#elif PACKETVER >= 20081001
-packetLen(0x00ac, -1) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, -1)
#elif PACKETVER >= 20080924
-packetLen(0x00ac, 59) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, 59)
#elif PACKETVER >= 20080917
-packetLen(0x00ac, -1) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, -1)
#elif PACKETVER >= 20080910
-packetLen(0x00ac, 6) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, 6)
#elif PACKETVER >= 20080903
-packetLen(0x00ac, -1) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, -1)
#elif PACKETVER >= 20080827
-packetLen(0x00ac, 10) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, 10)
#elif PACKETVER >= 20080820
-packetLen(0x00ac, -1) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, -1)
#elif PACKETVER >= 20080813
-packetLen(0x00ac, 13) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, 13)
#elif PACKETVER >= 20080806
-packetLen(0x00ac, -1) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, -1)
#elif PACKETVER >= 20080730
-packetLen(0x00ac, 20) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, 20)
#elif PACKETVER >= 20080722
-packetLen(0x00ac, 44) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, 44)
#elif PACKETVER >= 20080715
-packetLen(0x00ac, -1) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, -1)
#elif PACKETVER >= 20080708
-packetLen(0x00ac, 11) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, 11)
#elif PACKETVER >= 20080701
-packetLen(0x00ac, -1) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, -1)
#elif PACKETVER >= 20080624
-packetLen(0x00ac, 8) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, 8)
#elif PACKETVER >= 20080617
-packetLen(0x00ac, 6) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, 6)
#elif PACKETVER >= 20080610
-packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, 7)
#elif PACKETVER >= 20080603
-packetLen(0x00ac, 3) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, 3)
#elif PACKETVER >= 20080528
-packetLen(0x00ac, -1) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, -1)
#elif PACKETVER >= 20080513
-packetLen(0x00ac, 10) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, 10)
#elif PACKETVER >= 20080507
-packetLen(0x00ac, 67) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, 67)
#elif PACKETVER >= 20080429
-packetLen(0x00ac, -1) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, -1)
#elif PACKETVER >= 20080415
-packetLen(0x00ac, 6) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, 6)
#elif PACKETVER >= 20080408
-packetLen(0x00ac, 8) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, 8)
#elif PACKETVER >= 20080401
-packetLen(0x00ac, 3) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, 3)
#elif PACKETVER >= 20080325
-packetLen(0x00ac, 6) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, 6)
#elif PACKETVER >= 20080318
-packetLen(0x00ac, 10) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, 10)
#elif PACKETVER >= 20080226
-packetLen(0x00ac, 6) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, 6)
#elif PACKETVER >= 20080219
-packetLen(0x00ac, 3) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, 3)
#elif PACKETVER >= 20080124
-packetLen(0x00ac, -1) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, -1)
#elif PACKETVER >= 20080102
-packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, 7)
#endif
// Packet: 0x00ae
-packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+packetLen(0x00ae, -1)
// Packet: 0x00af
#if PACKETVER >= 20081119
-packetLen(0x00af, -1) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, -1)
#elif PACKETVER >= 20081105
-packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, 6)
#elif PACKETVER >= 20081029
-packetLen(0x00af, -1) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, -1)
#elif PACKETVER >= 20081022
-packetLen(0x00af, 16) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, 16)
#elif PACKETVER >= 20081015
-packetLen(0x00af, 81) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, 81)
#elif PACKETVER >= 20081008
-packetLen(0x00af, -1) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, -1)
#elif PACKETVER >= 20081001
-packetLen(0x00af, 16) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, 16)
#elif PACKETVER >= 20080910
-packetLen(0x00af, -1) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, -1)
#elif PACKETVER >= 20080827
-packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, 6)
#elif PACKETVER >= 20080820
-packetLen(0x00af, -1) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, -1)
#elif PACKETVER >= 20080813
-packetLen(0x00af, 14) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, 14)
#elif PACKETVER >= 20080730
-packetLen(0x00af, -1) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, -1)
#elif PACKETVER >= 20080722
-packetLen(0x00af, 28) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, 28)
#elif PACKETVER >= 20080715
-packetLen(0x00af, 102) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, 102)
#elif PACKETVER >= 20080708
-packetLen(0x00af, 42) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, 42)
#elif PACKETVER >= 20080701
-packetLen(0x00af, -1) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, -1)
#elif PACKETVER >= 20080624
-packetLen(0x00af, 5) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, 5)
#elif PACKETVER >= 20080610
-packetLen(0x00af, -1) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, -1)
#elif PACKETVER >= 20080603
-packetLen(0x00af, 10) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, 10)
#elif PACKETVER >= 20080528
-packetLen(0x00af, 29) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, 29)
#elif PACKETVER >= 20080520
-packetLen(0x00af, -1) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, -1)
#elif PACKETVER >= 20080513
-packetLen(0x00af, 2) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, 2)
#elif PACKETVER >= 20080507
-packetLen(0x00af, -1) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, -1)
#elif PACKETVER >= 20080429
-packetLen(0x00af, 10) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, 10)
#elif PACKETVER >= 20080422
-packetLen(0x00af, -1) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, -1)
#elif PACKETVER >= 20080408
-packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, 6)
#elif PACKETVER >= 20080401
-packetLen(0x00af, 2) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, 2)
#elif PACKETVER >= 20080325
-packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, 6)
#elif PACKETVER >= 20080318
-packetLen(0x00af, -1) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, -1)
#elif PACKETVER >= 20080311
-packetLen(0x00af, 26) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, 26)
#elif PACKETVER >= 20080304
-packetLen(0x00af, 2) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, 2)
#elif PACKETVER >= 20080226
-packetLen(0x00af, 7) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, 7)
#elif PACKETVER >= 20080219
-packetLen(0x00af, 4) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, 4)
#elif PACKETVER >= 20080124
-packetLen(0x00af, -1) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, -1)
#elif PACKETVER >= 20080102
-packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, 6)
#endif
// Packet: 0x00b0
#if PACKETVER >= 20081217
-packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+packetLen(0x00b0, 8)
#elif PACKETVER >= 20081112
-packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+packetLen(0x00b0, 8)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081022
-packetLen(0x00b0, -1) // ZC_PAR_CHANGE
+packetLen(0x00b0, -1)
#elif PACKETVER >= 20081015
-packetLen(0x00b0, 30) // ZC_PAR_CHANGE
+packetLen(0x00b0, 30)
#elif PACKETVER >= 20081008
-packetLen(0x00b0, 5) // ZC_PAR_CHANGE
+packetLen(0x00b0, 5)
#elif PACKETVER >= 20080813
-packetLen(0x00b0, -1) // ZC_PAR_CHANGE
+packetLen(0x00b0, -1)
#elif PACKETVER >= 20080806
-packetLen(0x00b0, 10) // ZC_PAR_CHANGE
+packetLen(0x00b0, 10)
#elif PACKETVER >= 20080730
-packetLen(0x00b0, 3) // ZC_PAR_CHANGE
+packetLen(0x00b0, 3)
#elif PACKETVER >= 20080722
-packetLen(0x00b0, -1) // ZC_PAR_CHANGE
+packetLen(0x00b0, -1)
#elif PACKETVER >= 20080715
-packetLen(0x00b0, 86) // ZC_PAR_CHANGE
+packetLen(0x00b0, 86)
#elif PACKETVER >= 20080708
-packetLen(0x00b0, -1) // ZC_PAR_CHANGE
+packetLen(0x00b0, -1)
#elif PACKETVER >= 20080701
-packetLen(0x00b0, 7) // ZC_PAR_CHANGE
+packetLen(0x00b0, 7)
#elif PACKETVER >= 20080624
-packetLen(0x00b0, 3) // ZC_PAR_CHANGE
+packetLen(0x00b0, 3)
#elif PACKETVER >= 20080617
-packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+packetLen(0x00b0, 8)
#elif PACKETVER >= 20080610
-packetLen(0x00b0, -1) // ZC_PAR_CHANGE
+packetLen(0x00b0, -1)
#elif PACKETVER >= 20080603
-packetLen(0x00b0, 6) // ZC_PAR_CHANGE
+packetLen(0x00b0, 6)
#elif PACKETVER >= 20080528
-packetLen(0x00b0, -1) // ZC_PAR_CHANGE
+packetLen(0x00b0, -1)
#elif PACKETVER >= 20080520
-packetLen(0x00b0, 3) // ZC_PAR_CHANGE
+packetLen(0x00b0, 3)
#elif PACKETVER >= 20080513
-packetLen(0x00b0, 6) // ZC_PAR_CHANGE
+packetLen(0x00b0, 6)
#elif PACKETVER >= 20080429
-packetLen(0x00b0, -1) // ZC_PAR_CHANGE
+packetLen(0x00b0, -1)
#elif PACKETVER >= 20080422
-packetLen(0x00b0, 28) // ZC_PAR_CHANGE
+packetLen(0x00b0, 28)
#elif PACKETVER >= 20080415
-packetLen(0x00b0, 12) // ZC_PAR_CHANGE
+packetLen(0x00b0, 12)
#elif PACKETVER >= 20080408
-packetLen(0x00b0, -1) // ZC_PAR_CHANGE
+packetLen(0x00b0, -1)
#elif PACKETVER >= 20080401
-packetLen(0x00b0, 4) // ZC_PAR_CHANGE
+packetLen(0x00b0, 4)
#elif PACKETVER >= 20080325
-packetLen(0x00b0, 2) // ZC_PAR_CHANGE
+packetLen(0x00b0, 2)
#elif PACKETVER >= 20080318
-packetLen(0x00b0, -1) // ZC_PAR_CHANGE
+packetLen(0x00b0, -1)
#elif PACKETVER >= 20080311
-packetLen(0x00b0, 10) // ZC_PAR_CHANGE
+packetLen(0x00b0, 10)
#elif PACKETVER >= 20080226
-packetLen(0x00b0, 11) // ZC_PAR_CHANGE
+packetLen(0x00b0, 11)
#elif PACKETVER >= 20080219
-packetLen(0x00b0, 7) // ZC_PAR_CHANGE
+packetLen(0x00b0, 7)
#elif PACKETVER >= 20080124
-packetLen(0x00b0, 2) // ZC_PAR_CHANGE
+packetLen(0x00b0, 2)
#elif PACKETVER >= 20080102
-packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+packetLen(0x00b0, 8)
#endif
// Packet: 0x00b1
#if PACKETVER >= 20081217
-packetLen(0x00b1, 11) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, 11)
#elif PACKETVER >= 20081203
-packetLen(0x00b1, 14) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, 14)
#elif PACKETVER >= 20081126
-packetLen(0x00b1, 16) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, 16)
#elif PACKETVER >= 20081119
-packetLen(0x00b1, -1) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, -1)
#elif PACKETVER >= 20081112
-packetLen(0x00b1, 16) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, 16)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081008
-packetLen(0x00b1, -1) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, -1)
#elif PACKETVER >= 20081001
-packetLen(0x00b1, 5) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, 5)
#elif PACKETVER >= 20080924
-packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, 8)
#elif PACKETVER >= 20080917
-packetLen(0x00b1, -1) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, -1)
#elif PACKETVER >= 20080910
-packetLen(0x00b1, 55) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, 55)
#elif PACKETVER >= 20080903
-packetLen(0x00b1, 39) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, 39)
#elif PACKETVER >= 20080827
-packetLen(0x00b1, -1) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, -1)
#elif PACKETVER >= 20080820
-packetLen(0x00b1, 7) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, 7)
#elif PACKETVER >= 20080813
-packetLen(0x00b1, 30) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, 30)
#elif PACKETVER >= 20080730
-packetLen(0x00b1, -1) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, -1)
#elif PACKETVER >= 20080722
-packetLen(0x00b1, 30) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, 30)
#elif PACKETVER >= 20080708
-packetLen(0x00b1, -1) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, -1)
#elif PACKETVER >= 20080701
-packetLen(0x00b1, 3) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, 3)
#elif PACKETVER >= 20080617
-packetLen(0x00b1, -1) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, -1)
#elif PACKETVER >= 20080610
-packetLen(0x00b1, 11) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, 11)
#elif PACKETVER >= 20080603
-packetLen(0x00b1, 2) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, 2)
#elif PACKETVER >= 20080528
-packetLen(0x00b1, 6) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, 6)
#elif PACKETVER >= 20080507
-packetLen(0x00b1, -1) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, -1)
#elif PACKETVER >= 20080429
-packetLen(0x00b1, 97) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, 97)
#elif PACKETVER >= 20080422
-packetLen(0x00b1, -1) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, -1)
#elif PACKETVER >= 20080415
-packetLen(0x00b1, 26) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, 26)
#elif PACKETVER >= 20080401
-packetLen(0x00b1, -1) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, -1)
#elif PACKETVER >= 20080325
-packetLen(0x00b1, 58) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, 58)
#elif PACKETVER >= 20080318
-packetLen(0x00b1, 30) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, 30)
#elif PACKETVER >= 20080311
-packetLen(0x00b1, 2) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, 2)
#elif PACKETVER >= 20080304
-packetLen(0x00b1, -1) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, -1)
#elif PACKETVER >= 20080226
-packetLen(0x00b1, 30) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, 30)
#elif PACKETVER >= 20080219
-packetLen(0x00b1, 14) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, 14)
#elif PACKETVER >= 20080124
-packetLen(0x00b1, 9) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, 9)
#elif PACKETVER >= 20080102
-packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, 8)
#endif
// Packet: 0x00b2
#if PACKETVER >= 20081217
-packetLen(0x00b2, 23) // CZ_RESTART
+packetLen(0x00b2, 23)
#elif PACKETVER >= 20081203
-packetLen(0x00b2, 2) // CZ_RESTART
+packetLen(0x00b2, 2)
#elif PACKETVER >= 20081126
-packetLen(0x00b2, -1) // CZ_RESTART
+packetLen(0x00b2, -1)
#elif PACKETVER >= 20081119
-packetLen(0x00b2, 54) // CZ_RESTART
+packetLen(0x00b2, 54)
#elif PACKETVER >= 20081112
-packetLen(0x00b2, 26) // CZ_RESTART
+packetLen(0x00b2, 26)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x00b2, 11) // CZ_RESTART
+packetLen(0x00b2, 11)
#elif PACKETVER >= 20081029
-packetLen(0x00b2, 42) // CZ_RESTART
+packetLen(0x00b2, 42)
#elif PACKETVER >= 20081022
-packetLen(0x00b2, 10) // CZ_RESTART
+packetLen(0x00b2, 10)
#elif PACKETVER >= 20081015
-packetLen(0x00b2, -1) // CZ_RESTART
+packetLen(0x00b2, -1)
#elif PACKETVER >= 20081008
-packetLen(0x00b2, 282) // CZ_RESTART
+packetLen(0x00b2, 282)
#elif PACKETVER >= 20081001
-packetLen(0x00b2, 3) // CZ_RESTART
+packetLen(0x00b2, 3)
#elif PACKETVER >= 20080917
-packetLen(0x00b2, -1) // CZ_RESTART
+packetLen(0x00b2, -1)
#elif PACKETVER >= 20080910
-packetLen(0x00b2, 14) // CZ_RESTART
+packetLen(0x00b2, 14)
#elif PACKETVER >= 20080903
-packetLen(0x00b2, -1) // CZ_RESTART
+packetLen(0x00b2, -1)
#elif PACKETVER >= 20080827
-packetLen(0x00b2, 102) // CZ_RESTART
+packetLen(0x00b2, 102)
#elif PACKETVER >= 20080820
-packetLen(0x00b2, 14) // CZ_RESTART
+packetLen(0x00b2, 14)
#elif PACKETVER >= 20080813
-packetLen(0x00b2, -1) // CZ_RESTART
+packetLen(0x00b2, -1)
#elif PACKETVER >= 20080806
-packetLen(0x00b2, 7) // CZ_RESTART
+packetLen(0x00b2, 7)
#elif PACKETVER >= 20080730
-packetLen(0x00b2, 30) // CZ_RESTART
+packetLen(0x00b2, 30)
#elif PACKETVER >= 20080722
-packetLen(0x00b2, 3) // CZ_RESTART
+packetLen(0x00b2, 3)
#elif PACKETVER >= 20080715
-packetLen(0x00b2, 6) // CZ_RESTART
+packetLen(0x00b2, 6)
#elif PACKETVER >= 20080708
-packetLen(0x00b2, 3) // CZ_RESTART
+packetLen(0x00b2, 3)
#elif PACKETVER >= 20080624
-packetLen(0x00b2, -1) // CZ_RESTART
+packetLen(0x00b2, -1)
#elif PACKETVER >= 20080617
-packetLen(0x00b2, 10) // CZ_RESTART
+packetLen(0x00b2, 10)
#elif PACKETVER >= 20080610
-packetLen(0x00b2, 13) // CZ_RESTART
+packetLen(0x00b2, 13)
#elif PACKETVER >= 20080603
-packetLen(0x00b2, -1) // CZ_RESTART
+packetLen(0x00b2, -1)
#elif PACKETVER >= 20080528
-packetLen(0x00b2, 2) // CZ_RESTART
+packetLen(0x00b2, 2)
#elif PACKETVER >= 20080520
-packetLen(0x00b2, 6) // CZ_RESTART
+packetLen(0x00b2, 6)
#elif PACKETVER >= 20080513
-packetLen(0x00b2, 58) // CZ_RESTART
+packetLen(0x00b2, 58)
#elif PACKETVER >= 20080507
-packetLen(0x00b2, 6) // CZ_RESTART
+packetLen(0x00b2, 6)
#elif PACKETVER >= 20080429
-packetLen(0x00b2, -1) // CZ_RESTART
+packetLen(0x00b2, -1)
#elif PACKETVER >= 20080422
-packetLen(0x00b2, 3) // CZ_RESTART
+packetLen(0x00b2, 3)
#elif PACKETVER >= 20080415
-packetLen(0x00b2, 14) // CZ_RESTART
+packetLen(0x00b2, 14)
#elif PACKETVER >= 20080408
-packetLen(0x00b2, 67) // CZ_RESTART
+packetLen(0x00b2, 67)
#elif PACKETVER >= 20080401
-packetLen(0x00b2, 4) // CZ_RESTART
+packetLen(0x00b2, 4)
#elif PACKETVER >= 20080325
-packetLen(0x00b2, 5) // CZ_RESTART
+packetLen(0x00b2, 5)
#elif PACKETVER >= 20080318
-packetLen(0x00b2, 3) // CZ_RESTART
+packetLen(0x00b2, 3)
#elif PACKETVER >= 20080311
-packetLen(0x00b2, 5) // CZ_RESTART
+packetLen(0x00b2, 5)
#elif PACKETVER >= 20080304
-packetLen(0x00b2, 8) // CZ_RESTART
+packetLen(0x00b2, 8)
#elif PACKETVER >= 20080226
-packetLen(0x00b2, 9) // CZ_RESTART
+packetLen(0x00b2, 9)
#elif PACKETVER >= 20080219
-packetLen(0x00b2, -1) // CZ_RESTART
+packetLen(0x00b2, -1)
#elif PACKETVER >= 20080124
-packetLen(0x00b2, 2) // CZ_RESTART
+packetLen(0x00b2, 2)
#elif PACKETVER >= 20080102
-packetLen(0x00b2, 3) // CZ_RESTART
+packetLen(0x00b2, 3)
#endif
// Packet: 0x00b3
#if PACKETVER >= 20081203
-packetLen(0x00b3, -1) // ZC_RESTART_ACK
+packetLen(0x00b3, -1)
#elif PACKETVER >= 20081126
-packetLen(0x00b3, 2) // ZC_RESTART_ACK
+packetLen(0x00b3, 2)
#elif PACKETVER >= 20081119
-packetLen(0x00b3, 14) // ZC_RESTART_ACK
+packetLen(0x00b3, 14)
#elif PACKETVER >= 20081112
-packetLen(0x00b3, 3) // ZC_RESTART_ACK
+packetLen(0x00b3, 3)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x00b3, 11) // ZC_RESTART_ACK
+packetLen(0x00b3, 11)
#elif PACKETVER >= 20081029
-packetLen(0x00b3, -1) // ZC_RESTART_ACK
+packetLen(0x00b3, -1)
#elif PACKETVER >= 20081022
-packetLen(0x00b3, 2) // ZC_RESTART_ACK
+packetLen(0x00b3, 2)
#elif PACKETVER >= 20081015
-packetLen(0x00b3, -1) // ZC_RESTART_ACK
+packetLen(0x00b3, -1)
#elif PACKETVER >= 20081008
-packetLen(0x00b3, 3) // ZC_RESTART_ACK
+packetLen(0x00b3, 3)
#elif PACKETVER >= 20081001
-packetLen(0x00b3, -1) // ZC_RESTART_ACK
+packetLen(0x00b3, -1)
#elif PACKETVER >= 20080924
-packetLen(0x00b3, 30) // ZC_RESTART_ACK
+packetLen(0x00b3, 30)
#elif PACKETVER >= 20080917
-packetLen(0x00b3, -1) // ZC_RESTART_ACK
+packetLen(0x00b3, -1)
#elif PACKETVER >= 20080910
-packetLen(0x00b3, 3) // ZC_RESTART_ACK
+packetLen(0x00b3, 3)
#elif PACKETVER >= 20080820
-packetLen(0x00b3, -1) // ZC_RESTART_ACK
+packetLen(0x00b3, -1)
#elif PACKETVER >= 20080813
-packetLen(0x00b3, 18) // ZC_RESTART_ACK
+packetLen(0x00b3, 18)
#elif PACKETVER >= 20080722
-packetLen(0x00b3, -1) // ZC_RESTART_ACK
+packetLen(0x00b3, -1)
#elif PACKETVER >= 20080708
-packetLen(0x00b3, 6) // ZC_RESTART_ACK
+packetLen(0x00b3, 6)
#elif PACKETVER >= 20080701
-packetLen(0x00b3, 14) // ZC_RESTART_ACK
+packetLen(0x00b3, 14)
#elif PACKETVER >= 20080617
-packetLen(0x00b3, -1) // ZC_RESTART_ACK
+packetLen(0x00b3, -1)
#elif PACKETVER >= 20080610
-packetLen(0x00b3, 6) // ZC_RESTART_ACK
+packetLen(0x00b3, 6)
#elif PACKETVER >= 20080603
-packetLen(0x00b3, 30) // ZC_RESTART_ACK
+packetLen(0x00b3, 30)
#elif PACKETVER >= 20080528
-packetLen(0x00b3, 6) // ZC_RESTART_ACK
+packetLen(0x00b3, 6)
#elif PACKETVER >= 20080520
-packetLen(0x00b3, 2) // ZC_RESTART_ACK
+packetLen(0x00b3, 2)
#elif PACKETVER >= 20080513
-packetLen(0x00b3, -1) // ZC_RESTART_ACK
+packetLen(0x00b3, -1)
#elif PACKETVER >= 20080507
-packetLen(0x00b3, 4) // ZC_RESTART_ACK
+packetLen(0x00b3, 4)
#elif PACKETVER >= 20080422
-packetLen(0x00b3, -1) // ZC_RESTART_ACK
+packetLen(0x00b3, -1)
#elif PACKETVER >= 20080415
-packetLen(0x00b3, 6) // ZC_RESTART_ACK
+packetLen(0x00b3, 6)
#elif PACKETVER >= 20080408
-packetLen(0x00b3, 5) // ZC_RESTART_ACK
+packetLen(0x00b3, 5)
#elif PACKETVER >= 20080325
-packetLen(0x00b3, -1) // ZC_RESTART_ACK
+packetLen(0x00b3, -1)
#elif PACKETVER >= 20080318
-packetLen(0x00b3, 35) // ZC_RESTART_ACK
+packetLen(0x00b3, 35)
#elif PACKETVER >= 20080311
-packetLen(0x00b3, -1) // ZC_RESTART_ACK
+packetLen(0x00b3, -1)
#elif PACKETVER >= 20080304
-packetLen(0x00b3, 7) // ZC_RESTART_ACK
+packetLen(0x00b3, 7)
#elif PACKETVER >= 20080226
-packetLen(0x00b3, 10) // ZC_RESTART_ACK
+packetLen(0x00b3, 10)
#elif PACKETVER >= 20080219
-packetLen(0x00b3, 55) // ZC_RESTART_ACK
+packetLen(0x00b3, 55)
#elif PACKETVER >= 20080124
-packetLen(0x00b3, 28) // ZC_RESTART_ACK
+packetLen(0x00b3, 28)
#elif PACKETVER >= 20080102
-packetLen(0x00b3, 3) // ZC_RESTART_ACK
+packetLen(0x00b3, 3)
#endif
// Packet: 0x00b4
#if PACKETVER >= 20081217
-packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+packetLen(0x00b4, -1)
#elif PACKETVER >= 20081203
-packetLen(0x00b4, 81) // ZC_SAY_DIALOG
+packetLen(0x00b4, 81)
#elif PACKETVER >= 20081126
-packetLen(0x00b4, 10) // ZC_SAY_DIALOG
+packetLen(0x00b4, 10)
#elif PACKETVER >= 20081119
-packetLen(0x00b4, 19) // ZC_SAY_DIALOG
+packetLen(0x00b4, 19)
#elif PACKETVER >= 20081112
-packetLen(0x00b4, 282) // ZC_SAY_DIALOG
+packetLen(0x00b4, 282)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x00b4, 32) // ZC_SAY_DIALOG
+packetLen(0x00b4, 32)
#elif PACKETVER >= 20081029
-packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+packetLen(0x00b4, -1)
#elif PACKETVER >= 20081022
-packetLen(0x00b4, 81) // ZC_SAY_DIALOG
+packetLen(0x00b4, 81)
#elif PACKETVER >= 20080820
-packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+packetLen(0x00b4, -1)
#elif PACKETVER >= 20080813
-packetLen(0x00b4, 3) // ZC_SAY_DIALOG
+packetLen(0x00b4, 3)
#elif PACKETVER >= 20080806
-packetLen(0x00b4, 57) // ZC_SAY_DIALOG
+packetLen(0x00b4, 57)
#elif PACKETVER >= 20080722
-packetLen(0x00b4, 30) // ZC_SAY_DIALOG
+packetLen(0x00b4, 30)
#elif PACKETVER >= 20080715
-packetLen(0x00b4, 15) // ZC_SAY_DIALOG
+packetLen(0x00b4, 15)
#elif PACKETVER >= 20080617
-packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+packetLen(0x00b4, -1)
#elif PACKETVER >= 20080610
-packetLen(0x00b4, 6) // ZC_SAY_DIALOG
+packetLen(0x00b4, 6)
#elif PACKETVER >= 20080603
-packetLen(0x00b4, 33) // ZC_SAY_DIALOG
+packetLen(0x00b4, 33)
#elif PACKETVER >= 20080528
-packetLen(0x00b4, 3) // ZC_SAY_DIALOG
+packetLen(0x00b4, 3)
#elif PACKETVER >= 20080520
-packetLen(0x00b4, 10) // ZC_SAY_DIALOG
+packetLen(0x00b4, 10)
#elif PACKETVER >= 20080513
-packetLen(0x00b4, 4) // ZC_SAY_DIALOG
+packetLen(0x00b4, 4)
#elif PACKETVER >= 20080429
-packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+packetLen(0x00b4, -1)
#elif PACKETVER >= 20080422
-packetLen(0x00b4, 6) // ZC_SAY_DIALOG
+packetLen(0x00b4, 6)
#elif PACKETVER >= 20080415
-packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+packetLen(0x00b4, -1)
#elif PACKETVER >= 20080408
-packetLen(0x00b4, 282) // ZC_SAY_DIALOG
+packetLen(0x00b4, 282)
#elif PACKETVER >= 20080401
-packetLen(0x00b4, 34) // ZC_SAY_DIALOG
+packetLen(0x00b4, 34)
#elif PACKETVER >= 20080325
-packetLen(0x00b4, 6) // ZC_SAY_DIALOG
+packetLen(0x00b4, 6)
#elif PACKETVER >= 20080318
-packetLen(0x00b4, 2) // ZC_SAY_DIALOG
+packetLen(0x00b4, 2)
#elif PACKETVER >= 20080311
-packetLen(0x00b4, 36) // ZC_SAY_DIALOG
+packetLen(0x00b4, 36)
#elif PACKETVER >= 20080304
-packetLen(0x00b4, 2) // ZC_SAY_DIALOG
+packetLen(0x00b4, 2)
#elif PACKETVER >= 20080226
-packetLen(0x00b4, 43) // ZC_SAY_DIALOG
+packetLen(0x00b4, 43)
#elif PACKETVER >= 20080219
-packetLen(0x00b4, 4) // ZC_SAY_DIALOG
+packetLen(0x00b4, 4)
#elif PACKETVER >= 20080102
-packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+packetLen(0x00b4, -1)
#endif
// Packet: 0x00b5
#if PACKETVER >= 20081217
-packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 6)
#elif PACKETVER >= 20081203
-packetLen(0x00b5, -1) // ZC_WAIT_DIALOG
+packetLen(0x00b5, -1)
#elif PACKETVER >= 20081126
-packetLen(0x00b5, 3) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 3)
#elif PACKETVER >= 20081119
-packetLen(0x00b5, -1) // ZC_WAIT_DIALOG
+packetLen(0x00b5, -1)
#elif PACKETVER >= 20081112
-packetLen(0x00b5, 8) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 8)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x00b5, 4) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 4)
#elif PACKETVER >= 20081029
-packetLen(0x00b5, 26) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 26)
#elif PACKETVER >= 20081022
-packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 6)
#elif PACKETVER >= 20081008
-packetLen(0x00b5, -1) // ZC_WAIT_DIALOG
+packetLen(0x00b5, -1)
#elif PACKETVER >= 20081001
-packetLen(0x00b5, 4) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 4)
#elif PACKETVER >= 20080924
-packetLen(0x00b5, 71) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 71)
#elif PACKETVER >= 20080917
-packetLen(0x00b5, 282) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 282)
#elif PACKETVER >= 20080910
-packetLen(0x00b5, -1) // ZC_WAIT_DIALOG
+packetLen(0x00b5, -1)
#elif PACKETVER >= 20080903
-packetLen(0x00b5, 3) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 3)
#elif PACKETVER >= 20080820
-packetLen(0x00b5, -1) // ZC_WAIT_DIALOG
+packetLen(0x00b5, -1)
#elif PACKETVER >= 20080813
-packetLen(0x00b5, 16) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 16)
#elif PACKETVER >= 20080806
-packetLen(0x00b5, -1) // ZC_WAIT_DIALOG
+packetLen(0x00b5, -1)
#elif PACKETVER >= 20080730
-packetLen(0x00b5, 282) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 282)
#elif PACKETVER >= 20080722
-packetLen(0x00b5, 11) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 11)
#elif PACKETVER >= 20080715
-packetLen(0x00b5, -1) // ZC_WAIT_DIALOG
+packetLen(0x00b5, -1)
#elif PACKETVER >= 20080708
-packetLen(0x00b5, 58) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 58)
#elif PACKETVER >= 20080701
-packetLen(0x00b5, -1) // ZC_WAIT_DIALOG
+packetLen(0x00b5, -1)
#elif PACKETVER >= 20080624
-packetLen(0x00b5, 12) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 12)
#elif PACKETVER >= 20080617
-packetLen(0x00b5, -1) // ZC_WAIT_DIALOG
+packetLen(0x00b5, -1)
#elif PACKETVER >= 20080610
-packetLen(0x00b5, 3) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 3)
#elif PACKETVER >= 20080603
-packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 6)
#elif PACKETVER >= 20080528
-packetLen(0x00b5, -1) // ZC_WAIT_DIALOG
+packetLen(0x00b5, -1)
#elif PACKETVER >= 20080520
-packetLen(0x00b5, 2) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 2)
#elif PACKETVER >= 20080513
-packetLen(0x00b5, -1) // ZC_WAIT_DIALOG
+packetLen(0x00b5, -1)
#elif PACKETVER >= 20080507
-packetLen(0x00b5, 5) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 5)
#elif PACKETVER >= 20080429
-packetLen(0x00b5, -1) // ZC_WAIT_DIALOG
+packetLen(0x00b5, -1)
#elif PACKETVER >= 20080422
-packetLen(0x00b5, 19) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 19)
#elif PACKETVER >= 20080415
-packetLen(0x00b5, 14) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 14)
#elif PACKETVER >= 20080408
-packetLen(0x00b5, 90) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 90)
#elif PACKETVER >= 20080401
-packetLen(0x00b5, 14) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 14)
#elif PACKETVER >= 20080325
-packetLen(0x00b5, -1) // ZC_WAIT_DIALOG
+packetLen(0x00b5, -1)
#elif PACKETVER >= 20080318
-packetLen(0x00b5, 11) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 11)
#elif PACKETVER >= 20080311
-packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 6)
#elif PACKETVER >= 20080304
-packetLen(0x00b5, 8) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 8)
#elif PACKETVER >= 20080226
-packetLen(0x00b5, 4) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 4)
#elif PACKETVER >= 20080219
-packetLen(0x00b5, 30) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 30)
#elif PACKETVER >= 20080124
-packetLen(0x00b5, -1) // ZC_WAIT_DIALOG
+packetLen(0x00b5, -1)
#elif PACKETVER >= 20080102
-packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 6)
#endif
// Packet: 0x00b6
#if PACKETVER >= 20081217
-packetLen(0x00b6, 26) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 26)
#elif PACKETVER >= 20081203
-packetLen(0x00b6, 79) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 79)
#elif PACKETVER >= 20081112
-packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 6)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x00b6, 2) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 2)
#elif PACKETVER >= 20081029
-packetLen(0x00b6, 7) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 7)
#elif PACKETVER >= 20081022
-packetLen(0x00b6, 8) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 8)
#elif PACKETVER >= 20081015
-packetLen(0x00b6, 79) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 79)
#elif PACKETVER >= 20081001
-packetLen(0x00b6, -1) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, -1)
#elif PACKETVER >= 20080924
-packetLen(0x00b6, 4) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 4)
#elif PACKETVER >= 20080917
-packetLen(0x00b6, -1) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, -1)
#elif PACKETVER >= 20080910
-packetLen(0x00b6, 2) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 2)
#elif PACKETVER >= 20080903
-packetLen(0x00b6, -1) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, -1)
#elif PACKETVER >= 20080827
-packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 6)
#elif PACKETVER >= 20080813
-packetLen(0x00b6, -1) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, -1)
#elif PACKETVER >= 20080806
-packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 6)
#elif PACKETVER >= 20080730
-packetLen(0x00b6, 2) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 2)
#elif PACKETVER >= 20080722
-packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 6)
#elif PACKETVER >= 20080715
-packetLen(0x00b6, 60) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 60)
#elif PACKETVER >= 20080708
-packetLen(0x00b6, 2) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 2)
#elif PACKETVER >= 20080701
-packetLen(0x00b6, 8) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 8)
#elif PACKETVER >= 20080624
-packetLen(0x00b6, 7) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 7)
#elif PACKETVER >= 20080617
-packetLen(0x00b6, -1) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, -1)
#elif PACKETVER >= 20080610
-packetLen(0x00b6, 3) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 3)
#elif PACKETVER >= 20080603
-packetLen(0x00b6, 39) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 39)
#elif PACKETVER >= 20080528
-packetLen(0x00b6, 11) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 11)
#elif PACKETVER >= 20080429
-packetLen(0x00b6, -1) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, -1)
#elif PACKETVER >= 20080422
-packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 6)
#elif PACKETVER >= 20080415
-packetLen(0x00b6, 3) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 3)
#elif PACKETVER >= 20080408
-packetLen(0x00b6, 8) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 8)
#elif PACKETVER >= 20080401
-packetLen(0x00b6, 3) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 3)
#elif PACKETVER >= 20080325
-packetLen(0x00b6, 16) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 16)
#elif PACKETVER >= 20080318
-packetLen(0x00b6, 12) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 12)
#elif PACKETVER >= 20080311
-packetLen(0x00b6, -1) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, -1)
#elif PACKETVER >= 20080304
-packetLen(0x00b6, 4) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 4)
#elif PACKETVER >= 20080226
-packetLen(0x00b6, -1) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, -1)
#elif PACKETVER >= 20080219
-packetLen(0x00b6, 3) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 3)
#elif PACKETVER >= 20080124
-packetLen(0x00b6, 14) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 14)
#elif PACKETVER >= 20080102
-packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 6)
#endif
// Packet: 0x00b7
#if PACKETVER >= 20081203
-packetLen(0x00b7, -1) // ZC_MENU_LIST
+packetLen(0x00b7, -1)
#elif PACKETVER >= 20081126
-packetLen(0x00b7, 26) // ZC_MENU_LIST
+packetLen(0x00b7, 26)
#elif PACKETVER >= 20081112
-packetLen(0x00b7, -1) // ZC_MENU_LIST
+packetLen(0x00b7, -1)
#elif PACKETVER >= 20081029
-packetLen(0x00b7, 10) // ZC_MENU_LIST
+packetLen(0x00b7, 10)
#elif PACKETVER >= 20081022
-packetLen(0x00b7, -1) // ZC_MENU_LIST
+packetLen(0x00b7, -1)
#elif PACKETVER >= 20081015
-packetLen(0x00b7, 22) // ZC_MENU_LIST
+packetLen(0x00b7, 22)
#elif PACKETVER >= 20081001
-packetLen(0x00b7, -1) // ZC_MENU_LIST
+packetLen(0x00b7, -1)
#elif PACKETVER >= 20080924
-packetLen(0x00b7, 6) // ZC_MENU_LIST
+packetLen(0x00b7, 6)
#elif PACKETVER >= 20080903
-packetLen(0x00b7, -1) // ZC_MENU_LIST
+packetLen(0x00b7, -1)
#elif PACKETVER >= 20080827
-packetLen(0x00b7, 6) // ZC_MENU_LIST
+packetLen(0x00b7, 6)
#elif PACKETVER >= 20080820
-packetLen(0x00b7, -1) // ZC_MENU_LIST
+packetLen(0x00b7, -1)
#elif PACKETVER >= 20080813
-packetLen(0x00b7, 6) // ZC_MENU_LIST
+packetLen(0x00b7, 6)
#elif PACKETVER >= 20080715
-packetLen(0x00b7, -1) // ZC_MENU_LIST
+packetLen(0x00b7, -1)
#elif PACKETVER >= 20080708
-packetLen(0x00b7, 21) // ZC_MENU_LIST
+packetLen(0x00b7, 21)
#elif PACKETVER >= 20080701
-packetLen(0x00b7, 22) // ZC_MENU_LIST
+packetLen(0x00b7, 22)
#elif PACKETVER >= 20080617
-packetLen(0x00b7, -1) // ZC_MENU_LIST
+packetLen(0x00b7, -1)
#elif PACKETVER >= 20080610
-packetLen(0x00b7, 2) // ZC_MENU_LIST
+packetLen(0x00b7, 2)
#elif PACKETVER >= 20080528
-packetLen(0x00b7, -1) // ZC_MENU_LIST
+packetLen(0x00b7, -1)
#elif PACKETVER >= 20080520
-packetLen(0x00b7, 58) // ZC_MENU_LIST
+packetLen(0x00b7, 58)
#elif PACKETVER >= 20080513
-packetLen(0x00b7, 6) // ZC_MENU_LIST
+packetLen(0x00b7, 6)
#elif PACKETVER >= 20080507
-packetLen(0x00b7, 20) // ZC_MENU_LIST
+packetLen(0x00b7, 20)
#elif PACKETVER >= 20080429
-packetLen(0x00b7, 2) // ZC_MENU_LIST
+packetLen(0x00b7, 2)
#elif PACKETVER >= 20080422
-packetLen(0x00b7, -1) // ZC_MENU_LIST
+packetLen(0x00b7, -1)
#elif PACKETVER >= 20080415
-packetLen(0x00b7, 5) // ZC_MENU_LIST
+packetLen(0x00b7, 5)
#elif PACKETVER >= 20080408
-packetLen(0x00b7, 14) // ZC_MENU_LIST
+packetLen(0x00b7, 14)
#elif PACKETVER >= 20080401
-packetLen(0x00b7, 8) // ZC_MENU_LIST
+packetLen(0x00b7, 8)
#elif PACKETVER >= 20080325
-packetLen(0x00b7, 6) // ZC_MENU_LIST
+packetLen(0x00b7, 6)
#elif PACKETVER >= 20080318
-packetLen(0x00b7, -1) // ZC_MENU_LIST
+packetLen(0x00b7, -1)
#elif PACKETVER >= 20080311
-packetLen(0x00b7, 42) // ZC_MENU_LIST
+packetLen(0x00b7, 42)
#elif PACKETVER >= 20080304
-packetLen(0x00b7, 13) // ZC_MENU_LIST
+packetLen(0x00b7, 13)
#elif PACKETVER >= 20080226
-packetLen(0x00b7, 32) // ZC_MENU_LIST
+packetLen(0x00b7, 32)
#elif PACKETVER >= 20080219
-packetLen(0x00b7, 3) // ZC_MENU_LIST
+packetLen(0x00b7, 3)
#elif PACKETVER >= 20080124
-packetLen(0x00b7, 21) // ZC_MENU_LIST
+packetLen(0x00b7, 21)
#elif PACKETVER >= 20080102
-packetLen(0x00b7, -1) // ZC_MENU_LIST
+packetLen(0x00b7, -1)
#endif
// Packet: 0x00b8
#if PACKETVER >= 20081203
-packetLen(0x00b8, -1) // CZ_CHOOSE_MENU
+packetLen(0x00b8, -1)
#elif PACKETVER >= 20081126
-packetLen(0x00b8, 2) // CZ_CHOOSE_MENU
+packetLen(0x00b8, 2)
#elif PACKETVER >= 20081112
-packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+packetLen(0x00b8, 7)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081105
-packetLen(0x00b8, -1) // CZ_CHOOSE_MENU
+packetLen(0x00b8, -1)
#elif PACKETVER >= 20081029
-packetLen(0x00b8, 44) // CZ_CHOOSE_MENU
+packetLen(0x00b8, 44)
#elif PACKETVER >= 20081015
-packetLen(0x00b8, -1) // CZ_CHOOSE_MENU
+packetLen(0x00b8, -1)
#elif PACKETVER >= 20081008
-packetLen(0x00b8, 10) // CZ_CHOOSE_MENU
+packetLen(0x00b8, 10)
#elif PACKETVER >= 20081001
-packetLen(0x00b8, -1) // CZ_CHOOSE_MENU
+packetLen(0x00b8, -1)
#elif PACKETVER >= 20080924
-packetLen(0x00b8, 2) // CZ_CHOOSE_MENU
+packetLen(0x00b8, 2)
#elif PACKETVER >= 20080917
-packetLen(0x00b8, 3) // CZ_CHOOSE_MENU
+packetLen(0x00b8, 3)
#elif PACKETVER >= 20080820
-packetLen(0x00b8, -1) // CZ_CHOOSE_MENU
+packetLen(0x00b8, -1)
#elif PACKETVER >= 20080813
-packetLen(0x00b8, 4) // CZ_CHOOSE_MENU
+packetLen(0x00b8, 4)
#elif PACKETVER >= 20080806
-packetLen(0x00b8, -1) // CZ_CHOOSE_MENU
+packetLen(0x00b8, -1)
#elif PACKETVER >= 20080730
-packetLen(0x00b8, 14) // CZ_CHOOSE_MENU
+packetLen(0x00b8, 14)
#elif PACKETVER >= 20080708
-packetLen(0x00b8, -1) // CZ_CHOOSE_MENU
+packetLen(0x00b8, -1)
#elif PACKETVER >= 20080701
-packetLen(0x00b8, 20) // CZ_CHOOSE_MENU
+packetLen(0x00b8, 20)
#elif PACKETVER >= 20080624
-packetLen(0x00b8, -1) // CZ_CHOOSE_MENU
+packetLen(0x00b8, -1)
#elif PACKETVER >= 20080617
-packetLen(0x00b8, 9) // CZ_CHOOSE_MENU
+packetLen(0x00b8, 9)
#elif PACKETVER >= 20080610
-packetLen(0x00b8, -1) // CZ_CHOOSE_MENU
+packetLen(0x00b8, -1)
#elif PACKETVER >= 20080603
-packetLen(0x00b8, 6) // CZ_CHOOSE_MENU
+packetLen(0x00b8, 6)
#elif PACKETVER >= 20080528
-packetLen(0x00b8, -1) // CZ_CHOOSE_MENU
+packetLen(0x00b8, -1)
#elif PACKETVER >= 20080520
-packetLen(0x00b8, 53) // CZ_CHOOSE_MENU
+packetLen(0x00b8, 53)
#elif PACKETVER >= 20080513
-packetLen(0x00b8, 8) // CZ_CHOOSE_MENU
+packetLen(0x00b8, 8)
#elif PACKETVER >= 20080507
-packetLen(0x00b8, -1) // CZ_CHOOSE_MENU
+packetLen(0x00b8, -1)
#elif PACKETVER >= 20080429
-packetLen(0x00b8, 4) // CZ_CHOOSE_MENU
+packetLen(0x00b8, 4)
#elif PACKETVER >= 20080422
-packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+packetLen(0x00b8, 7)
#elif PACKETVER >= 20080415
-packetLen(0x00b8, 11) // CZ_CHOOSE_MENU
+packetLen(0x00b8, 11)
#elif PACKETVER >= 20080408
-packetLen(0x00b8, 9) // CZ_CHOOSE_MENU
+packetLen(0x00b8, 9)
#elif PACKETVER >= 20080401
-packetLen(0x00b8, 30) // CZ_CHOOSE_MENU
+packetLen(0x00b8, 30)
#elif PACKETVER >= 20080325
-packetLen(0x00b8, 5) // CZ_CHOOSE_MENU
+packetLen(0x00b8, 5)
#elif PACKETVER >= 20080318
-packetLen(0x00b8, 6) // CZ_CHOOSE_MENU
+packetLen(0x00b8, 6)
#elif PACKETVER >= 20080311
-packetLen(0x00b8, 16) // CZ_CHOOSE_MENU
+packetLen(0x00b8, 16)
#elif PACKETVER >= 20080304
-packetLen(0x00b8, 28) // CZ_CHOOSE_MENU
+packetLen(0x00b8, 28)
#elif PACKETVER >= 20080226
-packetLen(0x00b8, 5) // CZ_CHOOSE_MENU
+packetLen(0x00b8, 5)
#elif PACKETVER >= 20080219
-packetLen(0x00b8, -1) // CZ_CHOOSE_MENU
+packetLen(0x00b8, -1)
#elif PACKETVER >= 20080124
-packetLen(0x00b8, 4) // CZ_CHOOSE_MENU
+packetLen(0x00b8, 4)
#elif PACKETVER >= 20080102
-packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+packetLen(0x00b8, 7)
#endif
// Packet: 0x00b9
#if PACKETVER >= 20081217
-packetLen(0x00b9, -1) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, -1)
#elif PACKETVER >= 20081203
-packetLen(0x00b9, 26) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, 26)
#elif PACKETVER >= 20081112
-packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, 6)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x00b9, 2) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, 2)
#elif PACKETVER >= 20081015
-packetLen(0x00b9, -1) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, -1)
#elif PACKETVER >= 20081008
-packetLen(0x00b9, 97) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, 97)
#elif PACKETVER >= 20081001
-packetLen(0x00b9, 20) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, 20)
#elif PACKETVER >= 20080924
-packetLen(0x00b9, -1) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, -1)
#elif PACKETVER >= 20080917
-packetLen(0x00b9, 60) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, 60)
#elif PACKETVER >= 20080813
-packetLen(0x00b9, -1) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, -1)
#elif PACKETVER >= 20080806
-packetLen(0x00b9, 2) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, 2)
#elif PACKETVER >= 20080730
-packetLen(0x00b9, -1) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, -1)
#elif PACKETVER >= 20080722
-packetLen(0x00b9, 22) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, 22)
#elif PACKETVER >= 20080701
-packetLen(0x00b9, -1) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, -1)
#elif PACKETVER >= 20080624
-packetLen(0x00b9, 2) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, 2)
#elif PACKETVER >= 20080617
-packetLen(0x00b9, 9) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, 9)
#elif PACKETVER >= 20080610
-packetLen(0x00b9, -1) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, -1)
#elif PACKETVER >= 20080603
-packetLen(0x00b9, 66) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, 66)
#elif PACKETVER >= 20080513
-packetLen(0x00b9, -1) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, -1)
#elif PACKETVER >= 20080507
-packetLen(0x00b9, 30) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, 30)
#elif PACKETVER >= 20080429
-packetLen(0x00b9, 26) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, 26)
#elif PACKETVER >= 20080415
-packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, 6)
#elif PACKETVER >= 20080408
-packetLen(0x00b9, 2) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, 2)
#elif PACKETVER >= 20080401
-packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, 6)
#elif PACKETVER >= 20080325
-packetLen(0x00b9, 9) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, 9)
#elif PACKETVER >= 20080318
-packetLen(0x00b9, 11) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, 11)
#elif PACKETVER >= 20080311
-packetLen(0x00b9, 29) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, 29)
#elif PACKETVER >= 20080304
-packetLen(0x00b9, 10) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, 10)
#elif PACKETVER >= 20080226
-packetLen(0x00b9, 58) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, 58)
#elif PACKETVER >= 20080219
-packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, 6)
#elif PACKETVER >= 20080124
-packetLen(0x00b9, 8) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, 8)
#elif PACKETVER >= 20080102
-packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, 6)
#endif
// Packet: 0x00ba
-packetLen(0x00ba, 2) // CZ_REQ_STATUS
+packetLen(0x00ba, 2)
// Packet: 0x00bb
#if PACKETVER >= 20081112
-packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+packetLen(0x00bb, 5)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081105
-packetLen(0x00bb, -1) // CZ_STATUS_CHANGE
+packetLen(0x00bb, -1)
#elif PACKETVER >= 20081029
-packetLen(0x00bb, 30) // CZ_STATUS_CHANGE
+packetLen(0x00bb, 30)
#elif PACKETVER >= 20081022
-packetLen(0x00bb, -1) // CZ_STATUS_CHANGE
+packetLen(0x00bb, -1)
#elif PACKETVER >= 20081015
-packetLen(0x00bb, 11) // CZ_STATUS_CHANGE
+packetLen(0x00bb, 11)
#elif PACKETVER >= 20080903
-packetLen(0x00bb, -1) // CZ_STATUS_CHANGE
+packetLen(0x00bb, -1)
#elif PACKETVER >= 20080827
-packetLen(0x00bb, 14) // CZ_STATUS_CHANGE
+packetLen(0x00bb, 14)
#elif PACKETVER >= 20080722
-packetLen(0x00bb, -1) // CZ_STATUS_CHANGE
+packetLen(0x00bb, -1)
#elif PACKETVER >= 20080715
-packetLen(0x00bb, 3) // CZ_STATUS_CHANGE
+packetLen(0x00bb, 3)
#elif PACKETVER >= 20080708
-packetLen(0x00bb, -1) // CZ_STATUS_CHANGE
+packetLen(0x00bb, -1)
#elif PACKETVER >= 20080701
-packetLen(0x00bb, 60) // CZ_STATUS_CHANGE
+packetLen(0x00bb, 60)
#elif PACKETVER >= 20080624
-packetLen(0x00bb, 4) // CZ_STATUS_CHANGE
+packetLen(0x00bb, 4)
#elif PACKETVER >= 20080617
-packetLen(0x00bb, -1) // CZ_STATUS_CHANGE
+packetLen(0x00bb, -1)
#elif PACKETVER >= 20080610
-packetLen(0x00bb, 36) // CZ_STATUS_CHANGE
+packetLen(0x00bb, 36)
#elif PACKETVER >= 20080603
-packetLen(0x00bb, 6) // CZ_STATUS_CHANGE
+packetLen(0x00bb, 6)
#elif PACKETVER >= 20080528
-packetLen(0x00bb, 10) // CZ_STATUS_CHANGE
+packetLen(0x00bb, 10)
#elif PACKETVER >= 20080520
-packetLen(0x00bb, 13) // CZ_STATUS_CHANGE
+packetLen(0x00bb, 13)
#elif PACKETVER >= 20080507
-packetLen(0x00bb, -1) // CZ_STATUS_CHANGE
+packetLen(0x00bb, -1)
#elif PACKETVER >= 20080429
-packetLen(0x00bb, 55) // CZ_STATUS_CHANGE
+packetLen(0x00bb, 55)
#elif PACKETVER >= 20080422
-packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+packetLen(0x00bb, 5)
#elif PACKETVER >= 20080415
-packetLen(0x00bb, 6) // CZ_STATUS_CHANGE
+packetLen(0x00bb, 6)
#elif PACKETVER >= 20080408
-packetLen(0x00bb, -1) // CZ_STATUS_CHANGE
+packetLen(0x00bb, -1)
#elif PACKETVER >= 20080401
-packetLen(0x00bb, 3) // CZ_STATUS_CHANGE
+packetLen(0x00bb, 3)
#elif PACKETVER >= 20080325
-packetLen(0x00bb, 20) // CZ_STATUS_CHANGE
+packetLen(0x00bb, 20)
#elif PACKETVER >= 20080318
-packetLen(0x00bb, 2) // CZ_STATUS_CHANGE
+packetLen(0x00bb, 2)
#elif PACKETVER >= 20080226
-packetLen(0x00bb, -1) // CZ_STATUS_CHANGE
+packetLen(0x00bb, -1)
#elif PACKETVER >= 20080219
-packetLen(0x00bb, 182) // CZ_STATUS_CHANGE
+packetLen(0x00bb, 182)
#elif PACKETVER >= 20080124
-packetLen(0x00bb, 12) // CZ_STATUS_CHANGE
+packetLen(0x00bb, 12)
#elif PACKETVER >= 20080102
-packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+packetLen(0x00bb, 5)
#endif
// Packet: 0x00bc
#if PACKETVER >= 20081217
-packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 6)
#elif PACKETVER >= 20081203
-packetLen(0x00bc, 2) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 2)
#elif PACKETVER >= 20081126
-packetLen(0x00bc, 4) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 4)
#elif PACKETVER >= 20081119
-packetLen(0x00bc, 7) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 7)
#elif PACKETVER >= 20081112
-packetLen(0x00bc, 26) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 26)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081029
-packetLen(0x00bc, -1) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, -1)
#elif PACKETVER >= 20081022
-packetLen(0x00bc, 4) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 4)
#elif PACKETVER >= 20081015
-packetLen(0x00bc, 8) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 8)
#elif PACKETVER >= 20080910
-packetLen(0x00bc, -1) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, -1)
#elif PACKETVER >= 20080903
-packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 6)
#elif PACKETVER >= 20080827
-packetLen(0x00bc, -1) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, -1)
#elif PACKETVER >= 20080820
-packetLen(0x00bc, 114) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 114)
#elif PACKETVER >= 20080806
-packetLen(0x00bc, -1) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, -1)
#elif PACKETVER >= 20080730
-packetLen(0x00bc, 53) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 53)
#elif PACKETVER >= 20080722
-packetLen(0x00bc, 10) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 10)
#elif PACKETVER >= 20080708
-packetLen(0x00bc, 2) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 2)
#elif PACKETVER >= 20080701
-packetLen(0x00bc, -1) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, -1)
#elif PACKETVER >= 20080624
-packetLen(0x00bc, 4) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 4)
#elif PACKETVER >= 20080617
-packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 6)
#elif PACKETVER >= 20080610
-packetLen(0x00bc, 2) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 2)
#elif PACKETVER >= 20080603
-packetLen(0x00bc, 26) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 26)
#elif PACKETVER >= 20080528
-packetLen(0x00bc, 14) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 14)
#elif PACKETVER >= 20080520
-packetLen(0x00bc, -1) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, -1)
#elif PACKETVER >= 20080513
-packetLen(0x00bc, 22) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 22)
#elif PACKETVER >= 20080507
-packetLen(0x00bc, 14) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 14)
#elif PACKETVER >= 20080429
-packetLen(0x00bc, -1) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, -1)
#elif PACKETVER >= 20080422
-packetLen(0x00bc, 2) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 2)
#elif PACKETVER >= 20080415
-packetLen(0x00bc, 44) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 44)
#elif PACKETVER >= 20080408
-packetLen(0x00bc, -1) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, -1)
#elif PACKETVER >= 20080401
-packetLen(0x00bc, 2) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 2)
#elif PACKETVER >= 20080325
-packetLen(0x00bc, 11) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 11)
#elif PACKETVER >= 20080318
-packetLen(0x00bc, 3) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 3)
#elif PACKETVER >= 20080311
-packetLen(0x00bc, 2) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 2)
#elif PACKETVER >= 20080304
-packetLen(0x00bc, 7) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 7)
#elif PACKETVER >= 20080226
-packetLen(0x00bc, 3) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 3)
#elif PACKETVER >= 20080219
-packetLen(0x00bc, -1) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, -1)
#elif PACKETVER >= 20080124
-packetLen(0x00bc, 14) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 14)
#elif PACKETVER >= 20080102
-packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 6)
#endif
// Packet: 0x00bd
#if PACKETVER >= 20081217
-packetLen(0x00bd, 14) // ZC_STATUS
+packetLen(0x00bd, 14)
#elif PACKETVER >= 20081203
-packetLen(0x00bd, 3) // ZC_STATUS
+packetLen(0x00bd, 3)
#elif PACKETVER >= 20081126
-packetLen(0x00bd, -1) // ZC_STATUS
+packetLen(0x00bd, -1)
#elif PACKETVER >= 20081119
-packetLen(0x00bd, 13) // ZC_STATUS
+packetLen(0x00bd, 13)
#elif PACKETVER >= 20081112
-packetLen(0x00bd, 44) // ZC_STATUS
+packetLen(0x00bd, 44)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x00bd, 6) // ZC_STATUS
+packetLen(0x00bd, 6)
#elif PACKETVER >= 20081029
-packetLen(0x00bd, -1) // ZC_STATUS
+packetLen(0x00bd, -1)
#elif PACKETVER >= 20081022
-packetLen(0x00bd, 4) // ZC_STATUS
+packetLen(0x00bd, 4)
#elif PACKETVER >= 20081015
-packetLen(0x00bd, 6) // ZC_STATUS
+packetLen(0x00bd, 6)
#elif PACKETVER >= 20081008
-packetLen(0x00bd, -1) // ZC_STATUS
+packetLen(0x00bd, -1)
#elif PACKETVER >= 20081001
-packetLen(0x00bd, 23) // ZC_STATUS
+packetLen(0x00bd, 23)
#elif PACKETVER >= 20080924
-packetLen(0x00bd, 3) // ZC_STATUS
+packetLen(0x00bd, 3)
#elif PACKETVER >= 20080917
-packetLen(0x00bd, 10) // ZC_STATUS
+packetLen(0x00bd, 10)
#elif PACKETVER >= 20080910
-packetLen(0x00bd, -1) // ZC_STATUS
+packetLen(0x00bd, -1)
#elif PACKETVER >= 20080903
-packetLen(0x00bd, 26) // ZC_STATUS
+packetLen(0x00bd, 26)
#elif PACKETVER >= 20080820
-packetLen(0x00bd, -1) // ZC_STATUS
+packetLen(0x00bd, -1)
#elif PACKETVER >= 20080813
-packetLen(0x00bd, 90) // ZC_STATUS
+packetLen(0x00bd, 90)
#elif PACKETVER >= 20080715
-packetLen(0x00bd, -1) // ZC_STATUS
+packetLen(0x00bd, -1)
#elif PACKETVER >= 20080708
-packetLen(0x00bd, 6) // ZC_STATUS
+packetLen(0x00bd, 6)
#elif PACKETVER >= 20080701
-packetLen(0x00bd, 60) // ZC_STATUS
+packetLen(0x00bd, 60)
#elif PACKETVER >= 20080624
-packetLen(0x00bd, -1) // ZC_STATUS
+packetLen(0x00bd, -1)
#elif PACKETVER >= 20080617
-packetLen(0x00bd, 79) // ZC_STATUS
+packetLen(0x00bd, 79)
#elif PACKETVER >= 20080610
-packetLen(0x00bd, 18) // ZC_STATUS
+packetLen(0x00bd, 18)
#elif PACKETVER >= 20080603
-packetLen(0x00bd, 6) // ZC_STATUS
+packetLen(0x00bd, 6)
#elif PACKETVER >= 20080528
-packetLen(0x00bd, -1) // ZC_STATUS
+packetLen(0x00bd, -1)
#elif PACKETVER >= 20080520
-packetLen(0x00bd, 26) // ZC_STATUS
+packetLen(0x00bd, 26)
#elif PACKETVER >= 20080513
-packetLen(0x00bd, -1) // ZC_STATUS
+packetLen(0x00bd, -1)
#elif PACKETVER >= 20080507
-packetLen(0x00bd, 7) // ZC_STATUS
+packetLen(0x00bd, 7)
#elif PACKETVER >= 20080422
-packetLen(0x00bd, -1) // ZC_STATUS
+packetLen(0x00bd, -1)
#elif PACKETVER >= 20080415
-packetLen(0x00bd, 6) // ZC_STATUS
+packetLen(0x00bd, 6)
#elif PACKETVER >= 20080401
-packetLen(0x00bd, 4) // ZC_STATUS
+packetLen(0x00bd, 4)
#elif PACKETVER >= 20080325
-packetLen(0x00bd, 7) // ZC_STATUS
+packetLen(0x00bd, 7)
#elif PACKETVER >= 20080318
-packetLen(0x00bd, 12) // ZC_STATUS
+packetLen(0x00bd, 12)
#elif PACKETVER >= 20080304
-packetLen(0x00bd, 2) // ZC_STATUS
+packetLen(0x00bd, 2)
#elif PACKETVER >= 20080226
-packetLen(0x00bd, 58) // ZC_STATUS
+packetLen(0x00bd, 58)
#elif PACKETVER >= 20080219
-packetLen(0x00bd, 6) // ZC_STATUS
+packetLen(0x00bd, 6)
#elif PACKETVER >= 20080124
-packetLen(0x00bd, 4) // ZC_STATUS
+packetLen(0x00bd, 4)
#elif PACKETVER >= 20080102
-packetLen(0x00bd, 44) // ZC_STATUS
+packetLen(0x00bd, 44)
#endif
// Packet: 0x00be
#if PACKETVER >= 20081126
-packetLen(0x00be, -1) // ZC_STATUS_CHANGE
+packetLen(0x00be, -1)
#elif PACKETVER >= 20081119
-packetLen(0x00be, 2) // ZC_STATUS_CHANGE
+packetLen(0x00be, 2)
#elif PACKETVER >= 20081112
-packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+packetLen(0x00be, 5)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081029
-packetLen(0x00be, -1) // ZC_STATUS_CHANGE
+packetLen(0x00be, -1)
#elif PACKETVER >= 20081022
-packetLen(0x00be, 28) // ZC_STATUS_CHANGE
+packetLen(0x00be, 28)
#elif PACKETVER >= 20081001
-packetLen(0x00be, -1) // ZC_STATUS_CHANGE
+packetLen(0x00be, -1)
#elif PACKETVER >= 20080924
-packetLen(0x00be, 19) // ZC_STATUS_CHANGE
+packetLen(0x00be, 19)
#elif PACKETVER >= 20080903
-packetLen(0x00be, -1) // ZC_STATUS_CHANGE
+packetLen(0x00be, -1)
#elif PACKETVER >= 20080827
-packetLen(0x00be, 6) // ZC_STATUS_CHANGE
+packetLen(0x00be, 6)
#elif PACKETVER >= 20080820
-packetLen(0x00be, 10) // ZC_STATUS_CHANGE
+packetLen(0x00be, 10)
#elif PACKETVER >= 20080813
-packetLen(0x00be, 65) // ZC_STATUS_CHANGE
+packetLen(0x00be, 65)
#elif PACKETVER >= 20080806
-packetLen(0x00be, 3) // ZC_STATUS_CHANGE
+packetLen(0x00be, 3)
#elif PACKETVER >= 20080730
-packetLen(0x00be, -1) // ZC_STATUS_CHANGE
+packetLen(0x00be, -1)
#elif PACKETVER >= 20080722
-packetLen(0x00be, 17) // ZC_STATUS_CHANGE
+packetLen(0x00be, 17)
#elif PACKETVER >= 20080715
-packetLen(0x00be, 30) // ZC_STATUS_CHANGE
+packetLen(0x00be, 30)
#elif PACKETVER >= 20080708
-packetLen(0x00be, 2) // ZC_STATUS_CHANGE
+packetLen(0x00be, 2)
#elif PACKETVER >= 20080701
-packetLen(0x00be, 6) // ZC_STATUS_CHANGE
+packetLen(0x00be, 6)
#elif PACKETVER >= 20080624
-packetLen(0x00be, 57) // ZC_STATUS_CHANGE
+packetLen(0x00be, 57)
#elif PACKETVER >= 20080617
-packetLen(0x00be, -1) // ZC_STATUS_CHANGE
+packetLen(0x00be, -1)
#elif PACKETVER >= 20080610
-packetLen(0x00be, 44) // ZC_STATUS_CHANGE
+packetLen(0x00be, 44)
#elif PACKETVER >= 20080603
-packetLen(0x00be, 3) // ZC_STATUS_CHANGE
+packetLen(0x00be, 3)
#elif PACKETVER >= 20080528
-packetLen(0x00be, 54) // ZC_STATUS_CHANGE
+packetLen(0x00be, 54)
#elif PACKETVER >= 20080520
-packetLen(0x00be, 8) // ZC_STATUS_CHANGE
+packetLen(0x00be, 8)
#elif PACKETVER >= 20080507
-packetLen(0x00be, -1) // ZC_STATUS_CHANGE
+packetLen(0x00be, -1)
#elif PACKETVER >= 20080429
-packetLen(0x00be, 30) // ZC_STATUS_CHANGE
+packetLen(0x00be, 30)
#elif PACKETVER >= 20080422
-packetLen(0x00be, 4) // ZC_STATUS_CHANGE
+packetLen(0x00be, 4)
#elif PACKETVER >= 20080415
-packetLen(0x00be, -1) // ZC_STATUS_CHANGE
+packetLen(0x00be, -1)
#elif PACKETVER >= 20080408
-packetLen(0x00be, 4) // ZC_STATUS_CHANGE
+packetLen(0x00be, 4)
#elif PACKETVER >= 20080325
-packetLen(0x00be, -1) // ZC_STATUS_CHANGE
+packetLen(0x00be, -1)
#elif PACKETVER >= 20080318
-packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+packetLen(0x00be, 5)
#elif PACKETVER >= 20080311
-packetLen(0x00be, 11) // ZC_STATUS_CHANGE
+packetLen(0x00be, 11)
#elif PACKETVER >= 20080304
-packetLen(0x00be, 10) // ZC_STATUS_CHANGE
+packetLen(0x00be, 10)
#elif PACKETVER >= 20080124
-packetLen(0x00be, -1) // ZC_STATUS_CHANGE
+packetLen(0x00be, -1)
#elif PACKETVER >= 20080102
-packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+packetLen(0x00be, 5)
#endif
// Packet: 0x00bf
#if PACKETVER >= 20081217
-packetLen(0x00bf, -1) // CZ_REQ_EMOTION
+packetLen(0x00bf, -1)
#elif PACKETVER >= 20081203
-packetLen(0x00bf, 8) // CZ_REQ_EMOTION
+packetLen(0x00bf, 8)
#elif PACKETVER >= 20081119
-packetLen(0x00bf, -1) // CZ_REQ_EMOTION
+packetLen(0x00bf, -1)
#elif PACKETVER >= 20081112
-packetLen(0x00bf, 22) // CZ_REQ_EMOTION
+packetLen(0x00bf, 22)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x00bf, -1) // CZ_REQ_EMOTION
+packetLen(0x00bf, -1)
#elif PACKETVER >= 20081029
-packetLen(0x00bf, 16) // CZ_REQ_EMOTION
+packetLen(0x00bf, 16)
#elif PACKETVER >= 20081022
-packetLen(0x00bf, -1) // CZ_REQ_EMOTION
+packetLen(0x00bf, -1)
#elif PACKETVER >= 20081015
-packetLen(0x00bf, 21) // CZ_REQ_EMOTION
+packetLen(0x00bf, 21)
#elif PACKETVER >= 20081008
-packetLen(0x00bf, 7) // CZ_REQ_EMOTION
+packetLen(0x00bf, 7)
#elif PACKETVER >= 20080924
-packetLen(0x00bf, -1) // CZ_REQ_EMOTION
+packetLen(0x00bf, -1)
#elif PACKETVER >= 20080917
-packetLen(0x00bf, 8) // CZ_REQ_EMOTION
+packetLen(0x00bf, 8)
#elif PACKETVER >= 20080910
-packetLen(0x00bf, 44) // CZ_REQ_EMOTION
+packetLen(0x00bf, 44)
#elif PACKETVER >= 20080827
-packetLen(0x00bf, -1) // CZ_REQ_EMOTION
+packetLen(0x00bf, -1)
#elif PACKETVER >= 20080820
-packetLen(0x00bf, 6) // CZ_REQ_EMOTION
+packetLen(0x00bf, 6)
#elif PACKETVER >= 20080813
-packetLen(0x00bf, -1) // CZ_REQ_EMOTION
+packetLen(0x00bf, -1)
#elif PACKETVER >= 20080806
-packetLen(0x00bf, 8) // CZ_REQ_EMOTION
+packetLen(0x00bf, 8)
#elif PACKETVER >= 20080722
-packetLen(0x00bf, -1) // CZ_REQ_EMOTION
+packetLen(0x00bf, -1)
#elif PACKETVER >= 20080715
-packetLen(0x00bf, 4) // CZ_REQ_EMOTION
+packetLen(0x00bf, 4)
#elif PACKETVER >= 20080708
-packetLen(0x00bf, 54) // CZ_REQ_EMOTION
+packetLen(0x00bf, 54)
#elif PACKETVER >= 20080610
-packetLen(0x00bf, -1) // CZ_REQ_EMOTION
+packetLen(0x00bf, -1)
#elif PACKETVER >= 20080603
-packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+packetLen(0x00bf, 3)
#elif PACKETVER >= 20080528
-packetLen(0x00bf, 65) // CZ_REQ_EMOTION
+packetLen(0x00bf, 65)
#elif PACKETVER >= 20080520
-packetLen(0x00bf, 8) // CZ_REQ_EMOTION
+packetLen(0x00bf, 8)
#elif PACKETVER >= 20080513
-packetLen(0x00bf, -1) // CZ_REQ_EMOTION
+packetLen(0x00bf, -1)
#elif PACKETVER >= 20080507
-packetLen(0x00bf, 11) // CZ_REQ_EMOTION
+packetLen(0x00bf, 11)
#elif PACKETVER >= 20080429
-packetLen(0x00bf, -1) // CZ_REQ_EMOTION
+packetLen(0x00bf, -1)
#elif PACKETVER >= 20080422
-packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+packetLen(0x00bf, 3)
#elif PACKETVER >= 20080408
-packetLen(0x00bf, -1) // CZ_REQ_EMOTION
+packetLen(0x00bf, -1)
#elif PACKETVER >= 20080401
-packetLen(0x00bf, 32) // CZ_REQ_EMOTION
+packetLen(0x00bf, 32)
#elif PACKETVER >= 20080325
-packetLen(0x00bf, 60) // CZ_REQ_EMOTION
+packetLen(0x00bf, 60)
#elif PACKETVER >= 20080304
-packetLen(0x00bf, -1) // CZ_REQ_EMOTION
+packetLen(0x00bf, -1)
#elif PACKETVER >= 20080226
-packetLen(0x00bf, 29) // CZ_REQ_EMOTION
+packetLen(0x00bf, 29)
#elif PACKETVER >= 20080219
-packetLen(0x00bf, 12) // CZ_REQ_EMOTION
+packetLen(0x00bf, 12)
#elif PACKETVER >= 20080124
-packetLen(0x00bf, 6) // CZ_REQ_EMOTION
+packetLen(0x00bf, 6)
#elif PACKETVER >= 20080102
-packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+packetLen(0x00bf, 3)
#endif
// Packet: 0x00c0
#if PACKETVER >= 20081217
-packetLen(0x00c0, 54) // ZC_EMOTION
+packetLen(0x00c0, 54)
#elif PACKETVER >= 20081203
-packetLen(0x00c0, 5) // ZC_EMOTION
+packetLen(0x00c0, 5)
#elif PACKETVER >= 20081126
-packetLen(0x00c0, 6) // ZC_EMOTION
+packetLen(0x00c0, 6)
#elif PACKETVER >= 20081119
-packetLen(0x00c0, 2) // ZC_EMOTION
+packetLen(0x00c0, 2)
#elif PACKETVER >= 20081112
-packetLen(0x00c0, 7) // ZC_EMOTION
+packetLen(0x00c0, 7)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081029
-packetLen(0x00c0, -1) // ZC_EMOTION
+packetLen(0x00c0, -1)
#elif PACKETVER >= 20081022
-packetLen(0x00c0, 36) // ZC_EMOTION
+packetLen(0x00c0, 36)
#elif PACKETVER >= 20081015
-packetLen(0x00c0, 182) // ZC_EMOTION
+packetLen(0x00c0, 182)
#elif PACKETVER >= 20080827
-packetLen(0x00c0, -1) // ZC_EMOTION
+packetLen(0x00c0, -1)
#elif PACKETVER >= 20080820
-packetLen(0x00c0, 79) // ZC_EMOTION
+packetLen(0x00c0, 79)
#elif PACKETVER >= 20080813
-packetLen(0x00c0, -1) // ZC_EMOTION
+packetLen(0x00c0, -1)
#elif PACKETVER >= 20080806
-packetLen(0x00c0, 3) // ZC_EMOTION
+packetLen(0x00c0, 3)
#elif PACKETVER >= 20080730
-packetLen(0x00c0, -1) // ZC_EMOTION
+packetLen(0x00c0, -1)
#elif PACKETVER >= 20080722
-packetLen(0x00c0, 6) // ZC_EMOTION
+packetLen(0x00c0, 6)
#elif PACKETVER >= 20080715
-packetLen(0x00c0, 4) // ZC_EMOTION
+packetLen(0x00c0, 4)
#elif PACKETVER >= 20080708
-packetLen(0x00c0, 6) // ZC_EMOTION
+packetLen(0x00c0, 6)
#elif PACKETVER >= 20080701
-packetLen(0x00c0, -1) // ZC_EMOTION
+packetLen(0x00c0, -1)
#elif PACKETVER >= 20080624
-packetLen(0x00c0, 10) // ZC_EMOTION
+packetLen(0x00c0, 10)
#elif PACKETVER >= 20080617
-packetLen(0x00c0, 60) // ZC_EMOTION
+packetLen(0x00c0, 60)
#elif PACKETVER >= 20080610
-packetLen(0x00c0, 39) // ZC_EMOTION
+packetLen(0x00c0, 39)
#elif PACKETVER >= 20080603
-packetLen(0x00c0, 26) // ZC_EMOTION
+packetLen(0x00c0, 26)
#elif PACKETVER >= 20080528
-packetLen(0x00c0, 30) // ZC_EMOTION
+packetLen(0x00c0, 30)
#elif PACKETVER >= 20080520
-packetLen(0x00c0, 2) // ZC_EMOTION
+packetLen(0x00c0, 2)
#elif PACKETVER >= 20080513
-packetLen(0x00c0, 186) // ZC_EMOTION
+packetLen(0x00c0, 186)
#elif PACKETVER >= 20080507
-packetLen(0x00c0, -1) // ZC_EMOTION
+packetLen(0x00c0, -1)
#elif PACKETVER >= 20080429
-packetLen(0x00c0, 13) // ZC_EMOTION
+packetLen(0x00c0, 13)
#elif PACKETVER >= 20080422
-packetLen(0x00c0, 9) // ZC_EMOTION
+packetLen(0x00c0, 9)
#elif PACKETVER >= 20080415
-packetLen(0x00c0, -1) // ZC_EMOTION
+packetLen(0x00c0, -1)
#elif PACKETVER >= 20080408
-packetLen(0x00c0, 7) // ZC_EMOTION
+packetLen(0x00c0, 7)
#elif PACKETVER >= 20080401
-packetLen(0x00c0, 2) // ZC_EMOTION
+packetLen(0x00c0, 2)
#elif PACKETVER >= 20080325
-packetLen(0x00c0, 10) // ZC_EMOTION
+packetLen(0x00c0, 10)
#elif PACKETVER >= 20080318
-packetLen(0x00c0, 26) // ZC_EMOTION
+packetLen(0x00c0, 26)
#elif PACKETVER >= 20080304
-packetLen(0x00c0, -1) // ZC_EMOTION
+packetLen(0x00c0, -1)
#elif PACKETVER >= 20080226
-packetLen(0x00c0, 21) // ZC_EMOTION
+packetLen(0x00c0, 21)
#elif PACKETVER >= 20080219
-packetLen(0x00c0, 6) // ZC_EMOTION
+packetLen(0x00c0, 6)
#elif PACKETVER >= 20080124
-packetLen(0x00c0, -1) // ZC_EMOTION
+packetLen(0x00c0, -1)
#elif PACKETVER >= 20080102
-packetLen(0x00c0, 7) // ZC_EMOTION
+packetLen(0x00c0, 7)
#endif
// Packet: 0x00c1
#if PACKETVER >= 20081112
-packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, 2)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x00c1, 9) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, 9)
#elif PACKETVER >= 20081015
-packetLen(0x00c1, -1) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, -1)
#elif PACKETVER >= 20081008
-packetLen(0x00c1, 26) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, 26)
#elif PACKETVER >= 20081001
-packetLen(0x00c1, 6) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, 6)
#elif PACKETVER >= 20080924
-packetLen(0x00c1, 21) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, 21)
#elif PACKETVER >= 20080917
-packetLen(0x00c1, 8) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, 8)
#elif PACKETVER >= 20080903
-packetLen(0x00c1, -1) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, -1)
#elif PACKETVER >= 20080827
-packetLen(0x00c1, 66) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, 66)
#elif PACKETVER >= 20080820
-packetLen(0x00c1, -1) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, -1)
#elif PACKETVER >= 20080813
-packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, 2)
#elif PACKETVER >= 20080806
-packetLen(0x00c1, -1) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, -1)
#elif PACKETVER >= 20080730
-packetLen(0x00c1, 186) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, 186)
#elif PACKETVER >= 20080715
-packetLen(0x00c1, -1) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, -1)
#elif PACKETVER >= 20080708
-packetLen(0x00c1, 29) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, 29)
#elif PACKETVER >= 20080701
-packetLen(0x00c1, 6) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, 6)
#elif PACKETVER >= 20080610
-packetLen(0x00c1, -1) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, -1)
#elif PACKETVER >= 20080603
-packetLen(0x00c1, 81) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, 81)
#elif PACKETVER >= 20080507
-packetLen(0x00c1, -1) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, -1)
#elif PACKETVER >= 20080422
-packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, 2)
#elif PACKETVER >= 20080415
-packetLen(0x00c1, 57) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, 57)
#elif PACKETVER >= 20080401
-packetLen(0x00c1, -1) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, -1)
#elif PACKETVER >= 20080325
-packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, 2)
#elif PACKETVER >= 20080318
-packetLen(0x00c1, 4) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, 4)
#elif PACKETVER >= 20080311
-packetLen(0x00c1, 16) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, 16)
#elif PACKETVER >= 20080304
-packetLen(0x00c1, 9) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, 9)
#elif PACKETVER >= 20080226
-packetLen(0x00c1, 6) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, 6)
#elif PACKETVER >= 20080219
-packetLen(0x00c1, -1) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, -1)
#elif PACKETVER >= 20080124
-packetLen(0x00c1, 282) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, 282)
#elif PACKETVER >= 20080102
-packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, 2)
#endif
// Packet: 0x00c2
#if PACKETVER >= 20081203
-packetLen(0x00c2, -1) // ZC_USER_COUNT
+packetLen(0x00c2, -1)
#elif PACKETVER >= 20081126
-packetLen(0x00c2, 2) // ZC_USER_COUNT
+packetLen(0x00c2, 2)
#elif PACKETVER >= 20081119
-packetLen(0x00c2, -1) // ZC_USER_COUNT
+packetLen(0x00c2, -1)
#elif PACKETVER >= 20081112
-packetLen(0x00c2, 10) // ZC_USER_COUNT
+packetLen(0x00c2, 10)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081022
-packetLen(0x00c2, -1) // ZC_USER_COUNT
+packetLen(0x00c2, -1)
#elif PACKETVER >= 20081015
-packetLen(0x00c2, 5) // ZC_USER_COUNT
+packetLen(0x00c2, 5)
#elif PACKETVER >= 20081001
-packetLen(0x00c2, -1) // ZC_USER_COUNT
+packetLen(0x00c2, -1)
#elif PACKETVER >= 20080917
-packetLen(0x00c2, 6) // ZC_USER_COUNT
+packetLen(0x00c2, 6)
#elif PACKETVER >= 20080910
-packetLen(0x00c2, -1) // ZC_USER_COUNT
+packetLen(0x00c2, -1)
#elif PACKETVER >= 20080903
-packetLen(0x00c2, 26) // ZC_USER_COUNT
+packetLen(0x00c2, 26)
#elif PACKETVER >= 20080827
-packetLen(0x00c2, 17) // ZC_USER_COUNT
+packetLen(0x00c2, 17)
#elif PACKETVER >= 20080820
-packetLen(0x00c2, -1) // ZC_USER_COUNT
+packetLen(0x00c2, -1)
#elif PACKETVER >= 20080813
-packetLen(0x00c2, 14) // ZC_USER_COUNT
+packetLen(0x00c2, 14)
#elif PACKETVER >= 20080701
-packetLen(0x00c2, -1) // ZC_USER_COUNT
+packetLen(0x00c2, -1)
#elif PACKETVER >= 20080624
-packetLen(0x00c2, 8) // ZC_USER_COUNT
+packetLen(0x00c2, 8)
#elif PACKETVER >= 20080617
-packetLen(0x00c2, -1) // ZC_USER_COUNT
+packetLen(0x00c2, -1)
#elif PACKETVER >= 20080610
-packetLen(0x00c2, 2) // ZC_USER_COUNT
+packetLen(0x00c2, 2)
#elif PACKETVER >= 20080603
-packetLen(0x00c2, 90) // ZC_USER_COUNT
+packetLen(0x00c2, 90)
#elif PACKETVER >= 20080507
-packetLen(0x00c2, -1) // ZC_USER_COUNT
+packetLen(0x00c2, -1)
#elif PACKETVER >= 20080429
-packetLen(0x00c2, 16) // ZC_USER_COUNT
+packetLen(0x00c2, 16)
#elif PACKETVER >= 20080422
-packetLen(0x00c2, 4) // ZC_USER_COUNT
+packetLen(0x00c2, 4)
#elif PACKETVER >= 20080415
-packetLen(0x00c2, 5) // ZC_USER_COUNT
+packetLen(0x00c2, 5)
#elif PACKETVER >= 20080408
-packetLen(0x00c2, 2) // ZC_USER_COUNT
+packetLen(0x00c2, 2)
#elif PACKETVER >= 20080401
-packetLen(0x00c2, 26) // ZC_USER_COUNT
+packetLen(0x00c2, 26)
#elif PACKETVER >= 20080325
-packetLen(0x00c2, 10) // ZC_USER_COUNT
+packetLen(0x00c2, 10)
#elif PACKETVER >= 20080318
-packetLen(0x00c2, 54) // ZC_USER_COUNT
+packetLen(0x00c2, 54)
#elif PACKETVER >= 20080311
-packetLen(0x00c2, 4) // ZC_USER_COUNT
+packetLen(0x00c2, 4)
#elif PACKETVER >= 20080304
-packetLen(0x00c2, 39) // ZC_USER_COUNT
+packetLen(0x00c2, 39)
#elif PACKETVER >= 20080226
-packetLen(0x00c2, 282) // ZC_USER_COUNT
+packetLen(0x00c2, 282)
#elif PACKETVER >= 20080219
-packetLen(0x00c2, 4) // ZC_USER_COUNT
+packetLen(0x00c2, 4)
#elif PACKETVER >= 20080124
-packetLen(0x00c2, 3) // ZC_USER_COUNT
+packetLen(0x00c2, 3)
#elif PACKETVER >= 20080102
-packetLen(0x00c2, 6) // ZC_USER_COUNT
+packetLen(0x00c2, 6)
#endif
// Packet: 0x00c3
#if PACKETVER >= 20081217
-packetLen(0x00c3, 5) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, 5)
#elif PACKETVER >= 20081112
-packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, 8)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x00c3, 10) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, 10)
#elif PACKETVER >= 20081029
-packetLen(0x00c3, 2) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, 2)
#elif PACKETVER >= 20081015
-packetLen(0x00c3, -1) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, -1)
#elif PACKETVER >= 20081008
-packetLen(0x00c3, 24) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, 24)
#elif PACKETVER >= 20080917
-packetLen(0x00c3, -1) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, -1)
#elif PACKETVER >= 20080910
-packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, 8)
#elif PACKETVER >= 20080903
-packetLen(0x00c3, 22) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, 22)
#elif PACKETVER >= 20080813
-packetLen(0x00c3, -1) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, -1)
#elif PACKETVER >= 20080806
-packetLen(0x00c3, 6) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, 6)
#elif PACKETVER >= 20080715
-packetLen(0x00c3, -1) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, -1)
#elif PACKETVER >= 20080708
-packetLen(0x00c3, 9) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, 9)
#elif PACKETVER >= 20080701
-packetLen(0x00c3, -1) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, -1)
#elif PACKETVER >= 20080624
-packetLen(0x00c3, 3) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, 3)
#elif PACKETVER >= 20080617
-packetLen(0x00c3, -1) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, -1)
#elif PACKETVER >= 20080610
-packetLen(0x00c3, 42) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, 42)
#elif PACKETVER >= 20080603
-packetLen(0x00c3, -1) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, -1)
#elif PACKETVER >= 20080520
-packetLen(0x00c3, 10) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, 10)
#elif PACKETVER >= 20080415
-packetLen(0x00c3, -1) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, -1)
#elif PACKETVER >= 20080408
-packetLen(0x00c3, 4) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, 4)
#elif PACKETVER >= 20080401
-packetLen(0x00c3, 66) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, 66)
#elif PACKETVER >= 20080325
-packetLen(0x00c3, -1) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, -1)
#elif PACKETVER >= 20080318
-packetLen(0x00c3, 3) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, 3)
#elif PACKETVER >= 20080311
-packetLen(0x00c3, 68) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, 68)
#elif PACKETVER >= 20080304
-packetLen(0x00c3, 26) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, 26)
#elif PACKETVER >= 20080226
-packetLen(0x00c3, 28) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, 28)
#elif PACKETVER >= 20080219
-packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, 8)
#elif PACKETVER >= 20080124
-packetLen(0x00c3, 10) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, 10)
#elif PACKETVER >= 20080102
-packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, 8)
#endif
// Packet: 0x00c4
#if PACKETVER >= 20081203
-packetLen(0x00c4, -1) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, -1)
#elif PACKETVER >= 20081126
-packetLen(0x00c4, 15) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, 15)
#elif PACKETVER >= 20081119
-packetLen(0x00c4, 71) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, 71)
#elif PACKETVER >= 20081112
-packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, 6)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081105
-packetLen(0x00c4, -1) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, -1)
#elif PACKETVER >= 20081029
-packetLen(0x00c4, 67) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, 67)
#elif PACKETVER >= 20081022
-packetLen(0x00c4, -1) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, -1)
#elif PACKETVER >= 20081015
-packetLen(0x00c4, 26) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, 26)
#elif PACKETVER >= 20081008
-packetLen(0x00c4, -1) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, -1)
#elif PACKETVER >= 20081001
-packetLen(0x00c4, 10) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, 10)
#elif PACKETVER >= 20080924
-packetLen(0x00c4, 26) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, 26)
#elif PACKETVER >= 20080917
-packetLen(0x00c4, 5) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, 5)
#elif PACKETVER >= 20080806
-packetLen(0x00c4, -1) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, -1)
#elif PACKETVER >= 20080730
-packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, 6)
#elif PACKETVER >= 20080722
-packetLen(0x00c4, 7) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, 7)
#elif PACKETVER >= 20080715
-packetLen(0x00c4, -1) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, -1)
#elif PACKETVER >= 20080708
-packetLen(0x00c4, 186) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, 186)
#elif PACKETVER >= 20080701
-packetLen(0x00c4, -1) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, -1)
#elif PACKETVER >= 20080624
-packetLen(0x00c4, 14) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, 14)
#elif PACKETVER >= 20080617
-packetLen(0x00c4, -1) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, -1)
#elif PACKETVER >= 20080603
-packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, 6)
#elif PACKETVER >= 20080528
-packetLen(0x00c4, -1) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, -1)
#elif PACKETVER >= 20080520
-packetLen(0x00c4, 2) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, 2)
#elif PACKETVER >= 20080513
-packetLen(0x00c4, -1) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, -1)
#elif PACKETVER >= 20080507
-packetLen(0x00c4, 29) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, 29)
#elif PACKETVER >= 20080429
-packetLen(0x00c4, 71) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, 71)
#elif PACKETVER >= 20080422
-packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, 6)
#elif PACKETVER >= 20080415
-packetLen(0x00c4, 11) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, 11)
#elif PACKETVER >= 20080408
-packetLen(0x00c4, 2) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, 2)
#elif PACKETVER >= 20080401
-packetLen(0x00c4, -1) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, -1)
#elif PACKETVER >= 20080325
-packetLen(0x00c4, 3) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, 3)
#elif PACKETVER >= 20080318
-packetLen(0x00c4, -1) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, -1)
#elif PACKETVER >= 20080304
-packetLen(0x00c4, 4) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, 4)
#elif PACKETVER >= 20080226
-packetLen(0x00c4, 114) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, 114)
#elif PACKETVER >= 20080219
-packetLen(0x00c4, 2) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, 2)
#elif PACKETVER >= 20080124
-packetLen(0x00c4, 4) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, 4)
#elif PACKETVER >= 20080102
-packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, 6)
#endif
// Packet: 0x00c5
#if PACKETVER >= 20081217
-packetLen(0x00c5, -1) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, -1)
#elif PACKETVER >= 20081203
-packetLen(0x00c5, 16) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, 16)
#elif PACKETVER >= 20081112
-packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, 7)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081105
-packetLen(0x00c5, -1) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, -1)
#elif PACKETVER >= 20081029
-packetLen(0x00c5, 8) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, 8)
#elif PACKETVER >= 20081022
-packetLen(0x00c5, 5) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, 5)
#elif PACKETVER >= 20081015
-packetLen(0x00c5, -1) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, -1)
#elif PACKETVER >= 20081008
-packetLen(0x00c5, 28) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, 28)
#elif PACKETVER >= 20081001
-packetLen(0x00c5, 8) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, 8)
#elif PACKETVER >= 20080924
-packetLen(0x00c5, -1) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, -1)
#elif PACKETVER >= 20080917
-packetLen(0x00c5, 6) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, 6)
#elif PACKETVER >= 20080827
-packetLen(0x00c5, -1) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, -1)
#elif PACKETVER >= 20080820
-packetLen(0x00c5, 2) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, 2)
#elif PACKETVER >= 20080806
-packetLen(0x00c5, -1) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, -1)
#elif PACKETVER >= 20080730
-packetLen(0x00c5, 4) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, 4)
#elif PACKETVER >= 20080722
-packetLen(0x00c5, 30) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, 30)
#elif PACKETVER >= 20080715
-packetLen(0x00c5, -1) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, -1)
#elif PACKETVER >= 20080708
-packetLen(0x00c5, 16) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, 16)
#elif PACKETVER >= 20080624
-packetLen(0x00c5, -1) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, -1)
#elif PACKETVER >= 20080617
-packetLen(0x00c5, 9) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, 9)
#elif PACKETVER >= 20080610
-packetLen(0x00c5, 114) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, 114)
#elif PACKETVER >= 20080603
-packetLen(0x00c5, -1) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, -1)
#elif PACKETVER >= 20080528
-packetLen(0x00c5, 10) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, 10)
#elif PACKETVER >= 20080520
-packetLen(0x00c5, 4) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, 4)
#elif PACKETVER >= 20080513
-packetLen(0x00c5, 6) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, 6)
#elif PACKETVER >= 20080507
-packetLen(0x00c5, 8) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, 8)
#elif PACKETVER >= 20080429
-packetLen(0x00c5, -1) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, -1)
#elif PACKETVER >= 20080422
-packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, 7)
#elif PACKETVER >= 20080401
-packetLen(0x00c5, -1) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, -1)
#elif PACKETVER >= 20080325
-packetLen(0x00c5, 30) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, 30)
#elif PACKETVER >= 20080318
-packetLen(0x00c5, 3) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, 3)
#elif PACKETVER >= 20080311
-packetLen(0x00c5, 9) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, 9)
#elif PACKETVER >= 20080124
-packetLen(0x00c5, -1) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, -1)
#elif PACKETVER >= 20080102
-packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, 7)
#endif
// Packet: 0x00c6
#if PACKETVER >= 20081126
-packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, -1)
#elif PACKETVER >= 20081119
-packetLen(0x00c6, 6) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, 6)
#elif PACKETVER >= 20081112
-packetLen(0x00c6, 14) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, 14)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081015
-packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, -1)
#elif PACKETVER >= 20081008
-packetLen(0x00c6, 5) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, 5)
#elif PACKETVER >= 20080917
-packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, -1)
#elif PACKETVER >= 20080910
-packetLen(0x00c6, 19) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, 19)
#elif PACKETVER >= 20080813
-packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, -1)
#elif PACKETVER >= 20080806
-packetLen(0x00c6, 6) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, 6)
#elif PACKETVER >= 20080730
-packetLen(0x00c6, 18) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, 18)
#elif PACKETVER >= 20080722
-packetLen(0x00c6, 11) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, 11)
#elif PACKETVER >= 20080715
-packetLen(0x00c6, 26) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, 26)
#elif PACKETVER >= 20080617
-packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, -1)
#elif PACKETVER >= 20080610
-packetLen(0x00c6, 8) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, 8)
#elif PACKETVER >= 20080520
-packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, -1)
#elif PACKETVER >= 20080513
-packetLen(0x00c6, 8) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, 8)
#elif PACKETVER >= 20080507
-packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, -1)
#elif PACKETVER >= 20080429
-packetLen(0x00c6, 21) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, 21)
#elif PACKETVER >= 20080422
-packetLen(0x00c6, 4) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, 4)
#elif PACKETVER >= 20080325
-packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, -1)
#elif PACKETVER >= 20080318
-packetLen(0x00c6, 31) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, 31)
#elif PACKETVER >= 20080311
-packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, -1)
#elif PACKETVER >= 20080304
-packetLen(0x00c6, 5) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, 5)
#elif PACKETVER >= 20080226
-packetLen(0x00c6, 13) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, 13)
#elif PACKETVER >= 20080219
-packetLen(0x00c6, 3) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, 3)
#elif PACKETVER >= 20080102
-packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, -1)
#endif
// Packet: 0x00c7
#if PACKETVER >= 20081126
-packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, -1)
#elif PACKETVER >= 20081119
-packetLen(0x00c7, 6) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, 6)
#elif PACKETVER >= 20081112
-packetLen(0x00c7, 10) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, 10)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081029
-packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, -1)
#elif PACKETVER >= 20081022
-packetLen(0x00c7, 2) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, 2)
#elif PACKETVER >= 20081015
-packetLen(0x00c7, 15) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, 15)
#elif PACKETVER >= 20081008
-packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, -1)
#elif PACKETVER >= 20081001
-packetLen(0x00c7, 13) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, 13)
#elif PACKETVER >= 20080924
-packetLen(0x00c7, 6) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, 6)
#elif PACKETVER >= 20080917
-packetLen(0x00c7, 14) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, 14)
#elif PACKETVER >= 20080910
-packetLen(0x00c7, 10) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, 10)
#elif PACKETVER >= 20080903
-packetLen(0x00c7, 6) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, 6)
#elif PACKETVER >= 20080827
-packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, -1)
#elif PACKETVER >= 20080820
-packetLen(0x00c7, 6) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, 6)
#elif PACKETVER >= 20080813
-packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, -1)
#elif PACKETVER >= 20080806
-packetLen(0x00c7, 26) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, 26)
#elif PACKETVER >= 20080722
-packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, -1)
#elif PACKETVER >= 20080715
-packetLen(0x00c7, 18) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, 18)
#elif PACKETVER >= 20080708
-packetLen(0x00c7, 27) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, 27)
#elif PACKETVER >= 20080701
-packetLen(0x00c7, 182) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, 182)
#elif PACKETVER >= 20080624
-packetLen(0x00c7, 6) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, 6)
#elif PACKETVER >= 20080603
-packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, -1)
#elif PACKETVER >= 20080528
-packetLen(0x00c7, 3) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, 3)
#elif PACKETVER >= 20080520
-packetLen(0x00c7, 22) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, 22)
#elif PACKETVER >= 20080513
-packetLen(0x00c7, 4) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, 4)
#elif PACKETVER >= 20080429
-packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, -1)
#elif PACKETVER >= 20080422
-packetLen(0x00c7, 53) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, 53)
#elif PACKETVER >= 20080415
-packetLen(0x00c7, 6) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, 6)
#elif PACKETVER >= 20080408
-packetLen(0x00c7, 26) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, 26)
#elif PACKETVER >= 20080325
-packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, -1)
#elif PACKETVER >= 20080318
-packetLen(0x00c7, 58) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, 58)
#elif PACKETVER >= 20080311
-packetLen(0x00c7, 90) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, 90)
#elif PACKETVER >= 20080304
-packetLen(0x00c7, 67) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, 67)
#elif PACKETVER >= 20080226
-packetLen(0x00c7, 5) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, 5)
#elif PACKETVER >= 20080219
-packetLen(0x00c7, 90) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, 90)
#elif PACKETVER >= 20080124
-packetLen(0x00c7, 6) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, 6)
#elif PACKETVER >= 20080102
-packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, -1)
#endif
// Packet: 0x00c8
#if PACKETVER >= 20081105
-packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, -1)
#elif PACKETVER >= 20081029
-packetLen(0x00c8, 6) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, 6)
#elif PACKETVER >= 20081022
-packetLen(0x00c8, 8) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, 8)
#elif PACKETVER >= 20080917
-packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, -1)
#elif PACKETVER >= 20080910
-packetLen(0x00c8, 6) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, 6)
#elif PACKETVER >= 20080903
-packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, -1)
#elif PACKETVER >= 20080827
-packetLen(0x00c8, 3) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, 3)
#elif PACKETVER >= 20080813
-packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, -1)
#elif PACKETVER >= 20080806
-packetLen(0x00c8, 11) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, 11)
#elif PACKETVER >= 20080730
-packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, -1)
#elif PACKETVER >= 20080722
-packetLen(0x00c8, 20) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, 20)
#elif PACKETVER >= 20080715
-packetLen(0x00c8, 11) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, 11)
#elif PACKETVER >= 20080708
-packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, -1)
#elif PACKETVER >= 20080701
-packetLen(0x00c8, 2) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, 2)
#elif PACKETVER >= 20080624
-packetLen(0x00c8, 4) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, 4)
#elif PACKETVER >= 20080617
-packetLen(0x00c8, 15) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, 15)
#elif PACKETVER >= 20080603
-packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, -1)
#elif PACKETVER >= 20080528
-packetLen(0x00c8, 6) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, 6)
#elif PACKETVER >= 20080507
-packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, -1)
#elif PACKETVER >= 20080429
-packetLen(0x00c8, 66) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, 66)
#elif PACKETVER >= 20080325
-packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, -1)
#elif PACKETVER >= 20080318
-packetLen(0x00c8, 2) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, 2)
#elif PACKETVER >= 20080311
-packetLen(0x00c8, 14) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, 14)
#elif PACKETVER >= 20080304
-packetLen(0x00c8, 53) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, 53)
#elif PACKETVER >= 20080226
-packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, -1)
#elif PACKETVER >= 20080219
-packetLen(0x00c8, 10) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, 10)
#elif PACKETVER >= 20080124
-packetLen(0x00c8, 6) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, 6)
#elif PACKETVER >= 20080102
-packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, -1)
#endif
// Packet: 0x00c9
#if PACKETVER >= 20081119
-packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, -1)
#elif PACKETVER >= 20081112
-packetLen(0x00c9, 3) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, 3)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x00c9, 9) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, 9)
#elif PACKETVER >= 20081029
-packetLen(0x00c9, 26) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, 26)
#elif PACKETVER >= 20081022
-packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, -1)
#elif PACKETVER >= 20081015
-packetLen(0x00c9, 30) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, 30)
#elif PACKETVER >= 20081008
-packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, -1)
#elif PACKETVER >= 20081001
-packetLen(0x00c9, 7) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, 7)
#elif PACKETVER >= 20080924
-packetLen(0x00c9, 4) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, 4)
#elif PACKETVER >= 20080903
-packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, -1)
#elif PACKETVER >= 20080827
-packetLen(0x00c9, 14) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, 14)
#elif PACKETVER >= 20080820
-packetLen(0x00c9, 2) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, 2)
#elif PACKETVER >= 20080813
-packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, -1)
#elif PACKETVER >= 20080806
-packetLen(0x00c9, 3) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, 3)
#elif PACKETVER >= 20080730
-packetLen(0x00c9, 8) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, 8)
#elif PACKETVER >= 20080722
-packetLen(0x00c9, 29) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, 29)
#elif PACKETVER >= 20080715
-packetLen(0x00c9, 14) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, 14)
#elif PACKETVER >= 20080708
-packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, -1)
#elif PACKETVER >= 20080701
-packetLen(0x00c9, 39) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, 39)
#elif PACKETVER >= 20080624
-packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, -1)
#elif PACKETVER >= 20080617
-packetLen(0x00c9, 36) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, 36)
#elif PACKETVER >= 20080610
-packetLen(0x00c9, 9) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, 9)
#elif PACKETVER >= 20080603
-packetLen(0x00c9, 30) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, 30)
#elif PACKETVER >= 20080520
-packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, -1)
#elif PACKETVER >= 20080513
-packetLen(0x00c9, 10) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, 10)
#elif PACKETVER >= 20080318
-packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, -1)
#elif PACKETVER >= 20080311
-packetLen(0x00c9, 6) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, 6)
#elif PACKETVER >= 20080304
-packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, -1)
#elif PACKETVER >= 20080226
-packetLen(0x00c9, 6) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, 6)
#elif PACKETVER >= 20080219
-packetLen(0x00c9, 10) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, 10)
#elif PACKETVER >= 20080124
-packetLen(0x00c9, 5) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, 5)
#elif PACKETVER >= 20080102
-packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, -1)
#endif
// Packet: 0x00ca
#if PACKETVER >= 20081126
-packetLen(0x00ca, -1) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, -1)
#elif PACKETVER >= 20081119
-packetLen(0x00ca, 29) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, 29)
#elif PACKETVER >= 20081112
-packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, 3)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081105
-packetLen(0x00ca, -1) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, -1)
#elif PACKETVER >= 20081029
-packetLen(0x00ca, 2) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, 2)
#elif PACKETVER >= 20081015
-packetLen(0x00ca, -1) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, -1)
#elif PACKETVER >= 20081008
-packetLen(0x00ca, 4) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, 4)
#elif PACKETVER >= 20081001
-packetLen(0x00ca, 10) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, 10)
#elif PACKETVER >= 20080924
-packetLen(0x00ca, -1) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, -1)
#elif PACKETVER >= 20080917
-packetLen(0x00ca, 30) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, 30)
#elif PACKETVER >= 20080903
-packetLen(0x00ca, -1) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, -1)
#elif PACKETVER >= 20080827
-packetLen(0x00ca, 30) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, 30)
#elif PACKETVER >= 20080820
-packetLen(0x00ca, 86) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, 86)
#elif PACKETVER >= 20080813
-packetLen(0x00ca, -1) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, -1)
#elif PACKETVER >= 20080806
-packetLen(0x00ca, 2) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, 2)
#elif PACKETVER >= 20080715
-packetLen(0x00ca, -1) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, -1)
#elif PACKETVER >= 20080708
-packetLen(0x00ca, 8) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, 8)
#elif PACKETVER >= 20080610
-packetLen(0x00ca, -1) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, -1)
#elif PACKETVER >= 20080603
-packetLen(0x00ca, 31) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, 31)
#elif PACKETVER >= 20080513
-packetLen(0x00ca, -1) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, -1)
#elif PACKETVER >= 20080507
-packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, 3)
#elif PACKETVER >= 20080429
-packetLen(0x00ca, 7) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, 7)
#elif PACKETVER >= 20080422
-packetLen(0x00ca, 6) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, 6)
#elif PACKETVER >= 20080415
-packetLen(0x00ca, 17) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, 17)
#elif PACKETVER >= 20080408
-packetLen(0x00ca, 14) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, 14)
#elif PACKETVER >= 20080401
-packetLen(0x00ca, 2) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, 2)
#elif PACKETVER >= 20080325
-packetLen(0x00ca, -1) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, -1)
#elif PACKETVER >= 20080318
-packetLen(0x00ca, 4) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, 4)
#elif PACKETVER >= 20080311
-packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, 3)
#elif PACKETVER >= 20080304
-packetLen(0x00ca, 9) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, 9)
#elif PACKETVER >= 20080226
-packetLen(0x00ca, 23) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, 23)
#elif PACKETVER >= 20080219
-packetLen(0x00ca, 86) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, 86)
#elif PACKETVER >= 20080124
-packetLen(0x00ca, 36) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, 36)
#elif PACKETVER >= 20080102
-packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, 3)
#endif
// Packet: 0x00cb
-packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+packetLen(0x00cb, 3)
// Packet: 0x00cc
#if PACKETVER >= 20081217
-packetLen(0x00cc, -1) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, -1)
#elif PACKETVER >= 20081203
-packetLen(0x00cc, 4) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, 4)
#elif PACKETVER >= 20081126
-packetLen(0x00cc, 14) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, 14)
#elif PACKETVER >= 20081112
-packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, 6)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081105
-packetLen(0x00cc, -1) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, -1)
#elif PACKETVER >= 20081029
-packetLen(0x00cc, 10) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, 10)
#elif PACKETVER >= 20081022
-packetLen(0x00cc, 15) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, 15)
#elif PACKETVER >= 20081001
-packetLen(0x00cc, -1) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, -1)
#elif PACKETVER >= 20080924
-packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, 6)
#elif PACKETVER >= 20080903
-packetLen(0x00cc, -1) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, -1)
#elif PACKETVER >= 20080827
-packetLen(0x00cc, 10) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, 10)
#elif PACKETVER >= 20080813
-packetLen(0x00cc, -1) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, -1)
#elif PACKETVER >= 20080806
-packetLen(0x00cc, 33) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, 33)
#elif PACKETVER >= 20080730
-packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, 6)
#elif PACKETVER >= 20080708
-packetLen(0x00cc, -1) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, -1)
#elif PACKETVER >= 20080701
-packetLen(0x00cc, 33) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, 33)
#elif PACKETVER >= 20080617
-packetLen(0x00cc, -1) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, -1)
#elif PACKETVER >= 20080610
-packetLen(0x00cc, 28) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, 28)
#elif PACKETVER >= 20080603
-packetLen(0x00cc, 2) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, 2)
#elif PACKETVER >= 20080520
-packetLen(0x00cc, -1) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, -1)
#elif PACKETVER >= 20080513
-packetLen(0x00cc, 26) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, 26)
#elif PACKETVER >= 20080507
-packetLen(0x00cc, -1) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, -1)
#elif PACKETVER >= 20080429
-packetLen(0x00cc, 10) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, 10)
#elif PACKETVER >= 20080422
-packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, 6)
#elif PACKETVER >= 20080415
-packetLen(0x00cc, 2) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, 2)
#elif PACKETVER >= 20080401
-packetLen(0x00cc, 3) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, 3)
#elif PACKETVER >= 20080325
-packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, 6)
#elif PACKETVER >= 20080318
-packetLen(0x00cc, 10) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, 10)
#elif PACKETVER >= 20080311
-packetLen(0x00cc, 14) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, 14)
#elif PACKETVER >= 20080304
-packetLen(0x00cc, -1) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, -1)
#elif PACKETVER >= 20080226
-packetLen(0x00cc, 7) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, 7)
#elif PACKETVER >= 20080124
-packetLen(0x00cc, -1) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, -1)
#elif PACKETVER >= 20080102
-packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, 6)
#endif
// Packet: 0x00cd
-packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+packetLen(0x00cd, 3)
// Packet: 0x00ce
#if PACKETVER >= 20081217
-packetLen(0x00ce, 8) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 8)
#elif PACKETVER >= 20081112
-packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 2)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081029
-packetLen(0x00ce, 282) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 282)
#elif PACKETVER >= 20081022
-packetLen(0x00ce, -1) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, -1)
#elif PACKETVER >= 20081015
-packetLen(0x00ce, 6) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 6)
#elif PACKETVER >= 20081008
-packetLen(0x00ce, 8) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 8)
#elif PACKETVER >= 20081001
-packetLen(0x00ce, 6) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 6)
#elif PACKETVER >= 20080924
-packetLen(0x00ce, 9) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 9)
#elif PACKETVER >= 20080917
-packetLen(0x00ce, -1) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, -1)
#elif PACKETVER >= 20080910
-packetLen(0x00ce, 5) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 5)
#elif PACKETVER >= 20080903
-packetLen(0x00ce, 53) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 53)
#elif PACKETVER >= 20080820
-packetLen(0x00ce, -1) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, -1)
#elif PACKETVER >= 20080813
-packetLen(0x00ce, 60) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 60)
#elif PACKETVER >= 20080806
-packetLen(0x00ce, 15) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 15)
#elif PACKETVER >= 20080730
-packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 2)
#elif PACKETVER >= 20080722
-packetLen(0x00ce, 8) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 8)
#elif PACKETVER >= 20080715
-packetLen(0x00ce, -1) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, -1)
#elif PACKETVER >= 20080708
-packetLen(0x00ce, 8) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 8)
#elif PACKETVER >= 20080701
-packetLen(0x00ce, -1) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, -1)
#elif PACKETVER >= 20080624
-packetLen(0x00ce, 4) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 4)
#elif PACKETVER >= 20080617
-packetLen(0x00ce, 11) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 11)
#elif PACKETVER >= 20080610
-packetLen(0x00ce, 22) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 22)
#elif PACKETVER >= 20080603
-packetLen(0x00ce, 102) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 102)
#elif PACKETVER >= 20080528
-packetLen(0x00ce, 11) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 11)
#elif PACKETVER >= 20080520
-packetLen(0x00ce, 3) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 3)
#elif PACKETVER >= 20080513
-packetLen(0x00ce, 9) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 9)
#elif PACKETVER >= 20080507
-packetLen(0x00ce, -1) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, -1)
#elif PACKETVER >= 20080429
-packetLen(0x00ce, 114) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 114)
#elif PACKETVER >= 20080422
-packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 2)
#elif PACKETVER >= 20080415
-packetLen(0x00ce, 10) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 10)
#elif PACKETVER >= 20080408
-packetLen(0x00ce, -1) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, -1)
#elif PACKETVER >= 20080401
-packetLen(0x00ce, 30) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 30)
#elif PACKETVER >= 20080325
-packetLen(0x00ce, 10) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 10)
#elif PACKETVER >= 20080318
-packetLen(0x00ce, 7) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 7)
#elif PACKETVER >= 20080311
-packetLen(0x00ce, 10) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 10)
#elif PACKETVER >= 20080304
-packetLen(0x00ce, 8) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 8)
#elif PACKETVER >= 20080226
-packetLen(0x00ce, -1) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, -1)
#elif PACKETVER >= 20080124
-packetLen(0x00ce, 6) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 6)
#elif PACKETVER >= 20080102
-packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 2)
#endif
// Packet: 0x00cf
#if PACKETVER >= 20081126
-packetLen(0x00cf, -1) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, -1)
#elif PACKETVER >= 20081119
-packetLen(0x00cf, 5) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 5)
#elif PACKETVER >= 20081112
-packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 27)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081029
-packetLen(0x00cf, -1) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, -1)
#elif PACKETVER >= 20081022
-packetLen(0x00cf, 5) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 5)
#elif PACKETVER >= 20081015
-packetLen(0x00cf, 4) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 4)
#elif PACKETVER >= 20081008
-packetLen(0x00cf, 6) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 6)
#elif PACKETVER >= 20080924
-packetLen(0x00cf, -1) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, -1)
#elif PACKETVER >= 20080917
-packetLen(0x00cf, 90) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 90)
#elif PACKETVER >= 20080910
-packetLen(0x00cf, 30) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 30)
#elif PACKETVER >= 20080827
-packetLen(0x00cf, -1) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, -1)
#elif PACKETVER >= 20080820
-packetLen(0x00cf, 2) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 2)
#elif PACKETVER >= 20080730
-packetLen(0x00cf, -1) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, -1)
#elif PACKETVER >= 20080722
-packetLen(0x00cf, 7) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 7)
#elif PACKETVER >= 20080624
-packetLen(0x00cf, -1) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, -1)
#elif PACKETVER >= 20080617
-packetLen(0x00cf, 30) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 30)
#elif PACKETVER >= 20080610
-packetLen(0x00cf, 57) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 57)
#elif PACKETVER >= 20080603
-packetLen(0x00cf, 6) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 6)
#elif PACKETVER >= 20080528
-packetLen(0x00cf, 5) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 5)
#elif PACKETVER >= 20080520
-packetLen(0x00cf, 8) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 8)
#elif PACKETVER >= 20080513
-packetLen(0x00cf, 2) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 2)
#elif PACKETVER >= 20080507
-packetLen(0x00cf, -1) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, -1)
#elif PACKETVER >= 20080429
-packetLen(0x00cf, 5) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 5)
#elif PACKETVER >= 20080422
-packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 27)
#elif PACKETVER >= 20080415
-packetLen(0x00cf, -1) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, -1)
#elif PACKETVER >= 20080408
-packetLen(0x00cf, 6) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 6)
#elif PACKETVER >= 20080401
-packetLen(0x00cf, 60) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 60)
#elif PACKETVER >= 20080325
-packetLen(0x00cf, 2) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 2)
#elif PACKETVER >= 20080318
-packetLen(0x00cf, -1) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, -1)
#elif PACKETVER >= 20080311
-packetLen(0x00cf, 6) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 6)
#elif PACKETVER >= 20080304
-packetLen(0x00cf, -1) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, -1)
#elif PACKETVER >= 20080226
-packetLen(0x00cf, 16) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 16)
#elif PACKETVER >= 20080219
-packetLen(0x00cf, 9) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 9)
#elif PACKETVER >= 20080124
-packetLen(0x00cf, 11) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 11)
#elif PACKETVER >= 20080102
-packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 27)
#endif
// Packet: 0x00d0
#if PACKETVER >= 20081112
-packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, 3)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x00d0, 6) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, 6)
#elif PACKETVER >= 20081029
-packetLen(0x00d0, -1) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, -1)
#elif PACKETVER >= 20081022
-packetLen(0x00d0, 6) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, 6)
#elif PACKETVER >= 20081001
-packetLen(0x00d0, -1) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, -1)
#elif PACKETVER >= 20080924
-packetLen(0x00d0, 29) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, 29)
#elif PACKETVER >= 20080917
-packetLen(0x00d0, -1) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, -1)
#elif PACKETVER >= 20080910
-packetLen(0x00d0, 10) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, 10)
#elif PACKETVER >= 20080903
-packetLen(0x00d0, -1) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, -1)
#elif PACKETVER >= 20080827
-packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, 3)
#elif PACKETVER >= 20080820
-packetLen(0x00d0, -1) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, -1)
#elif PACKETVER >= 20080813
-packetLen(0x00d0, 55) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, 55)
#elif PACKETVER >= 20080806
-packetLen(0x00d0, 60) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, 60)
#elif PACKETVER >= 20080730
-packetLen(0x00d0, 11) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, 11)
#elif PACKETVER >= 20080722
-packetLen(0x00d0, -1) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, -1)
#elif PACKETVER >= 20080715
-packetLen(0x00d0, 6) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, 6)
#elif PACKETVER >= 20080708
-packetLen(0x00d0, 68) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, 68)
#elif PACKETVER >= 20080610
-packetLen(0x00d0, -1) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, -1)
#elif PACKETVER >= 20080603
-packetLen(0x00d0, 10) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, 10)
#elif PACKETVER >= 20080528
-packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, 3)
#elif PACKETVER >= 20080520
-packetLen(0x00d0, 30) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, 30)
#elif PACKETVER >= 20080513
-packetLen(0x00d0, 114) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, 114)
#elif PACKETVER >= 20080507
-packetLen(0x00d0, 14) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, 14)
#elif PACKETVER >= 20080429
-packetLen(0x00d0, -1) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, -1)
#elif PACKETVER >= 20080422
-packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, 3)
#elif PACKETVER >= 20080415
-packetLen(0x00d0, -1) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, -1)
#elif PACKETVER >= 20080408
-packetLen(0x00d0, 4) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, 4)
#elif PACKETVER >= 20080401
-packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, 3)
#elif PACKETVER >= 20080325
-packetLen(0x00d0, 8) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, 8)
#elif PACKETVER >= 20080318
-packetLen(0x00d0, 14) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, 14)
#elif PACKETVER >= 20080311
-packetLen(0x00d0, 10) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, 10)
#elif PACKETVER >= 20080226
-packetLen(0x00d0, 2) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, 2)
#elif PACKETVER >= 20080219
-packetLen(0x00d0, -1) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, -1)
#elif PACKETVER >= 20080124
-packetLen(0x00d0, 182) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, 182)
#elif PACKETVER >= 20080102
-packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, 3)
#endif
// Packet: 0x00d1
#if PACKETVER >= 20081217
-packetLen(0x00d1, 16) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, 16)
#elif PACKETVER >= 20081203
-packetLen(0x00d1, 8) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, 8)
#elif PACKETVER >= 20081126
-packetLen(0x00d1, 11) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, 11)
#elif PACKETVER >= 20081119
-packetLen(0x00d1, -1) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, -1)
#elif PACKETVER >= 20081112
-packetLen(0x00d1, 282) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, 282)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x00d1, 23) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, 23)
#elif PACKETVER >= 20081022
-packetLen(0x00d1, -1) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, -1)
#elif PACKETVER >= 20081015
-packetLen(0x00d1, 3) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, 3)
#elif PACKETVER >= 20081008
-packetLen(0x00d1, -1) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, -1)
#elif PACKETVER >= 20081001
-packetLen(0x00d1, 6) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, 6)
#elif PACKETVER >= 20080924
-packetLen(0x00d1, 9) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, 9)
#elif PACKETVER >= 20080820
-packetLen(0x00d1, -1) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, -1)
#elif PACKETVER >= 20080813
-packetLen(0x00d1, 11) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, 11)
#elif PACKETVER >= 20080806
-packetLen(0x00d1, -1) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, -1)
#elif PACKETVER >= 20080730
-packetLen(0x00d1, 53) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, 53)
#elif PACKETVER >= 20080708
-packetLen(0x00d1, -1) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, -1)
#elif PACKETVER >= 20080701
-packetLen(0x00d1, 26) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, 26)
#elif PACKETVER >= 20080624
-packetLen(0x00d1, -1) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, -1)
#elif PACKETVER >= 20080610
-packetLen(0x00d1, 6) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, 6)
#elif PACKETVER >= 20080603
-packetLen(0x00d1, 5) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, 5)
#elif PACKETVER >= 20080528
-packetLen(0x00d1, 10) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, 10)
#elif PACKETVER >= 20080520
-packetLen(0x00d1, -1) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, -1)
#elif PACKETVER >= 20080513
-packetLen(0x00d1, 54) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, 54)
#elif PACKETVER >= 20080507
-packetLen(0x00d1, -1) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, -1)
#elif PACKETVER >= 20080429
-packetLen(0x00d1, 3) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, 3)
#elif PACKETVER >= 20080422
-packetLen(0x00d1, -1) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, -1)
#elif PACKETVER >= 20080415
-packetLen(0x00d1, 43) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, 43)
#elif PACKETVER >= 20080408
-packetLen(0x00d1, 67) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, 67)
#elif PACKETVER >= 20080401
-packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, 4)
#elif PACKETVER >= 20080325
-packetLen(0x00d1, -1) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, -1)
#elif PACKETVER >= 20080318
-packetLen(0x00d1, 6) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, 6)
#elif PACKETVER >= 20080304
-packetLen(0x00d1, -1) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, -1)
#elif PACKETVER >= 20080226
-packetLen(0x00d1, 10) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, 10)
#elif PACKETVER >= 20080219
-packetLen(0x00d1, 13) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, 13)
#elif PACKETVER >= 20080124
-packetLen(0x00d1, 6) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, 6)
#elif PACKETVER >= 20080102
-packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, 4)
#endif
// Packet: 0x00d2
#if PACKETVER >= 20081217
-packetLen(0x00d2, 8) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 8)
#elif PACKETVER >= 20081203
-packetLen(0x00d2, 6) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 6)
#elif PACKETVER >= 20081126
-packetLen(0x00d2, 2) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 2)
#elif PACKETVER >= 20081119
-packetLen(0x00d2, -1) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, -1)
#elif PACKETVER >= 20081112
-packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 4)
#elif PACKETVER >= 20081105
-packetLen(0x00d2, 6) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 6)
#elif PACKETVER >= 20081008
-packetLen(0x00d2, -1) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, -1)
#elif PACKETVER >= 20081001
-packetLen(0x00d2, 10) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 10)
#elif PACKETVER >= 20080924
-packetLen(0x00d2, 15) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 15)
#elif PACKETVER >= 20080917
-packetLen(0x00d2, 30) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 30)
#elif PACKETVER >= 20080910
-packetLen(0x00d2, 2) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 2)
#elif PACKETVER >= 20080903
-packetLen(0x00d2, -1) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, -1)
#elif PACKETVER >= 20080827
-packetLen(0x00d2, 6) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 6)
#elif PACKETVER >= 20080820
-packetLen(0x00d2, 9) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 9)
#elif PACKETVER >= 20080813
-packetLen(0x00d2, -1) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, -1)
#elif PACKETVER >= 20080806
-packetLen(0x00d2, 2) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 2)
#elif PACKETVER >= 20080730
-packetLen(0x00d2, 6) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 6)
#elif PACKETVER >= 20080722
-packetLen(0x00d2, 30) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 30)
#elif PACKETVER >= 20080708
-packetLen(0x00d2, -1) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, -1)
#elif PACKETVER >= 20080701
-packetLen(0x00d2, 16) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 16)
#elif PACKETVER >= 20080610
-packetLen(0x00d2, -1) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, -1)
#elif PACKETVER >= 20080603
-packetLen(0x00d2, 7) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 7)
#elif PACKETVER >= 20080528
-packetLen(0x00d2, 11) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 11)
#elif PACKETVER >= 20080520
-packetLen(0x00d2, 9) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 9)
#elif PACKETVER >= 20080513
-packetLen(0x00d2, 6) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 6)
#elif PACKETVER >= 20080507
-packetLen(0x00d2, -1) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, -1)
#elif PACKETVER >= 20080422
-packetLen(0x00d2, 10) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 10)
#elif PACKETVER >= 20080415
-packetLen(0x00d2, 8) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 8)
#elif PACKETVER >= 20080408
-packetLen(0x00d2, 6) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 6)
#elif PACKETVER >= 20080401
-packetLen(0x00d2, -1) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, -1)
#elif PACKETVER >= 20080325
-packetLen(0x00d2, 7) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 7)
#elif PACKETVER >= 20080318
-packetLen(0x00d2, 6) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 6)
#elif PACKETVER >= 20080311
-packetLen(0x00d2, 30) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 30)
#elif PACKETVER >= 20080304
-packetLen(0x00d2, 16) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 16)
#elif PACKETVER >= 20080226
-packetLen(0x00d2, 14) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 14)
#elif PACKETVER >= 20080219
-packetLen(0x00d2, 20) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 20)
#elif PACKETVER >= 20080102
-packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 4)
#endif
// Packet: 0x00d3
#if PACKETVER >= 20081217
-packetLen(0x00d3, -1) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, -1)
#elif PACKETVER >= 20081203
-packetLen(0x00d3, 10) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 10)
#elif PACKETVER >= 20081126
-packetLen(0x00d3, -1) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, -1)
#elif PACKETVER >= 20081119
-packetLen(0x00d3, 4) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 4)
#elif PACKETVER >= 20081112
-packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 2)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081015
-packetLen(0x00d3, -1) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, -1)
#elif PACKETVER >= 20081008
-packetLen(0x00d3, 8) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 8)
#elif PACKETVER >= 20081001
-packetLen(0x00d3, 18) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 18)
#elif PACKETVER >= 20080924
-packetLen(0x00d3, 10) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 10)
#elif PACKETVER >= 20080917
-packetLen(0x00d3, 35) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 35)
#elif PACKETVER >= 20080813
-packetLen(0x00d3, -1) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, -1)
#elif PACKETVER >= 20080806
-packetLen(0x00d3, 3) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 3)
#elif PACKETVER >= 20080730
-packetLen(0x00d3, 6) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 6)
#elif PACKETVER >= 20080722
-packetLen(0x00d3, 7) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 7)
#elif PACKETVER >= 20080715
-packetLen(0x00d3, 23) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 23)
#elif PACKETVER >= 20080701
-packetLen(0x00d3, -1) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, -1)
#elif PACKETVER >= 20080624
-packetLen(0x00d3, 6) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 6)
#elif PACKETVER >= 20080603
-packetLen(0x00d3, -1) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, -1)
#elif PACKETVER >= 20080528
-packetLen(0x00d3, 6) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 6)
#elif PACKETVER >= 20080520
-packetLen(0x00d3, 3) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 3)
#elif PACKETVER >= 20080513
-packetLen(0x00d3, 26) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 26)
#elif PACKETVER >= 20080429
-packetLen(0x00d3, 3) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 3)
#elif PACKETVER >= 20080422
-packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 2)
#elif PACKETVER >= 20080415
-packetLen(0x00d3, 20) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 20)
#elif PACKETVER >= 20080408
-packetLen(0x00d3, 19) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 19)
#elif PACKETVER >= 20080401
-packetLen(0x00d3, 33) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 33)
#elif PACKETVER >= 20080325
-packetLen(0x00d3, 6) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 6)
#elif PACKETVER >= 20080318
-packetLen(0x00d3, 12) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 12)
#elif PACKETVER >= 20080311
-packetLen(0x00d3, 14) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 14)
#elif PACKETVER >= 20080226
-packetLen(0x00d3, -1) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, -1)
#elif PACKETVER >= 20080219
-packetLen(0x00d3, 26) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 26)
#elif PACKETVER >= 20080124
-packetLen(0x00d3, 6) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 6)
#elif PACKETVER >= 20080102
-packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 2)
#endif
// Packet: 0x00d4
-packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+packetLen(0x00d4, -1)
// Packet: 0x00d5
#if PACKETVER >= 20081217
-packetLen(0x00d5, 58) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, 58)
#elif PACKETVER >= 20081203
-packetLen(0x00d5, 6) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, 6)
#elif PACKETVER >= 20081126
-packetLen(0x00d5, 19) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, 19)
#elif PACKETVER >= 20081119
-packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, -1)
#elif PACKETVER >= 20081112
-packetLen(0x00d5, 6) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, 6)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, -1)
#elif PACKETVER >= 20081029
-packetLen(0x00d5, 2) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, 2)
#elif PACKETVER >= 20081022
-packetLen(0x00d5, 26) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, 26)
#elif PACKETVER >= 20081015
-packetLen(0x00d5, 6) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, 6)
#elif PACKETVER >= 20081008
-packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, -1)
#elif PACKETVER >= 20081001
-packetLen(0x00d5, 2) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, 2)
#elif PACKETVER >= 20080820
-packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, -1)
#elif PACKETVER >= 20080813
-packetLen(0x00d5, 29) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, 29)
#elif PACKETVER >= 20080730
-packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, -1)
#elif PACKETVER >= 20080722
-packetLen(0x00d5, 10) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, 10)
#elif PACKETVER >= 20080715
-packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, -1)
#elif PACKETVER >= 20080708
-packetLen(0x00d5, 10) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, 10)
#elif PACKETVER >= 20080701
-packetLen(0x00d5, 7) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, 7)
#elif PACKETVER >= 20080603
-packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, -1)
#elif PACKETVER >= 20080528
-packetLen(0x00d5, 81) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, 81)
#elif PACKETVER >= 20080513
-packetLen(0x00d5, 8) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, 8)
#elif PACKETVER >= 20080507
-packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, -1)
#elif PACKETVER >= 20080429
-packetLen(0x00d5, 26) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, 26)
#elif PACKETVER >= 20080415
-packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, -1)
#elif PACKETVER >= 20080408
-packetLen(0x00d5, 60) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, 60)
#elif PACKETVER >= 20080401
-packetLen(0x00d5, 21) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, 21)
#elif PACKETVER >= 20080325
-packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, -1)
#elif PACKETVER >= 20080318
-packetLen(0x00d5, 114) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, 114)
#elif PACKETVER >= 20080311
-packetLen(0x00d5, 2) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, 2)
#elif PACKETVER >= 20080304
-packetLen(0x00d5, 3) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, 3)
#elif PACKETVER >= 20080226
-packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, -1)
#elif PACKETVER >= 20080219
-packetLen(0x00d5, 10) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, 10)
#elif PACKETVER >= 20080124
-packetLen(0x00d5, 7) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, 7)
#elif PACKETVER >= 20080102
-packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, -1)
#endif
// Packet: 0x00d6
#if PACKETVER >= 20081217
-packetLen(0x00d6, 6) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 6)
#elif PACKETVER >= 20081203
-packetLen(0x00d6, -1) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, -1)
#elif PACKETVER >= 20081126
-packetLen(0x00d6, 10) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 10)
#elif PACKETVER >= 20081119
-packetLen(0x00d6, -1) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, -1)
#elif PACKETVER >= 20081112
-packetLen(0x00d6, 16) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 16)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x00d6, 6) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 6)
#elif PACKETVER >= 20081029
-packetLen(0x00d6, 11) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 11)
#elif PACKETVER >= 20081022
-packetLen(0x00d6, 8) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 8)
#elif PACKETVER >= 20081015
-packetLen(0x00d6, 7) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 7)
#elif PACKETVER >= 20081008
-packetLen(0x00d6, 8) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 8)
#elif PACKETVER >= 20080924
-packetLen(0x00d6, -1) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, -1)
#elif PACKETVER >= 20080917
-packetLen(0x00d6, 27) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 27)
#elif PACKETVER >= 20080903
-packetLen(0x00d6, -1) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, -1)
#elif PACKETVER >= 20080827
-packetLen(0x00d6, 7) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 7)
#elif PACKETVER >= 20080820
-packetLen(0x00d6, -1) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, -1)
#elif PACKETVER >= 20080813
-packetLen(0x00d6, 86) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 86)
#elif PACKETVER >= 20080730
-packetLen(0x00d6, 2) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 2)
#elif PACKETVER >= 20080715
-packetLen(0x00d6, -1) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, -1)
#elif PACKETVER >= 20080708
-packetLen(0x00d6, 6) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 6)
#elif PACKETVER >= 20080701
-packetLen(0x00d6, 15) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 15)
#elif PACKETVER >= 20080624
-packetLen(0x00d6, 6) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 6)
#elif PACKETVER >= 20080617
-packetLen(0x00d6, -1) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, -1)
#elif PACKETVER >= 20080610
-packetLen(0x00d6, 26) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 26)
#elif PACKETVER >= 20080603
-packetLen(0x00d6, -1) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, -1)
#elif PACKETVER >= 20080528
-packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 3)
#elif PACKETVER >= 20080520
-packetLen(0x00d6, 26) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 26)
#elif PACKETVER >= 20080513
-packetLen(0x00d6, 16) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 16)
#elif PACKETVER >= 20080429
-packetLen(0x00d6, -1) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, -1)
#elif PACKETVER >= 20080422
-packetLen(0x00d6, 282) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 282)
#elif PACKETVER >= 20080415
-packetLen(0x00d6, 21) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 21)
#elif PACKETVER >= 20080408
-packetLen(0x00d6, -1) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, -1)
#elif PACKETVER >= 20080401
-packetLen(0x00d6, 10) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 10)
#elif PACKETVER >= 20080325
-packetLen(0x00d6, 58) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 58)
#elif PACKETVER >= 20080318
-packetLen(0x00d6, 6) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 6)
#elif PACKETVER >= 20080311
-packetLen(0x00d6, 8) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 8)
#elif PACKETVER >= 20080304
-packetLen(0x00d6, 68) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 68)
#elif PACKETVER >= 20080226
-packetLen(0x00d6, 30) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 30)
#elif PACKETVER >= 20080219
-packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 3)
#elif PACKETVER >= 20080124
-packetLen(0x00d6, -1) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, -1)
#elif PACKETVER >= 20080102
-packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 3)
#endif
// Packet: 0x00d7
#if PACKETVER >= 20081126
-packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, -1)
#elif PACKETVER >= 20081119
-packetLen(0x00d7, 22) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, 22)
#elif PACKETVER >= 20081112
-packetLen(0x00d7, 27) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, 27)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081022
-packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, -1)
#elif PACKETVER >= 20081015
-packetLen(0x00d7, 35) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, 35)
#elif PACKETVER >= 20081008
-packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, -1)
#elif PACKETVER >= 20081001
-packetLen(0x00d7, 28) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, 28)
#elif PACKETVER >= 20080924
-packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, -1)
#elif PACKETVER >= 20080917
-packetLen(0x00d7, 10) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, 10)
#elif PACKETVER >= 20080903
-packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, -1)
#elif PACKETVER >= 20080827
-packetLen(0x00d7, 2) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, 2)
#elif PACKETVER >= 20080820
-packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, -1)
#elif PACKETVER >= 20080813
-packetLen(0x00d7, 9) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, 9)
#elif PACKETVER >= 20080806
-packetLen(0x00d7, 2) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, 2)
#elif PACKETVER >= 20080730
-packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, -1)
#elif PACKETVER >= 20080722
-packetLen(0x00d7, 10) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, 10)
#elif PACKETVER >= 20080708
-packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, -1)
#elif PACKETVER >= 20080701
-packetLen(0x00d7, 10) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, 10)
#elif PACKETVER >= 20080624
-packetLen(0x00d7, 26) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, 26)
#elif PACKETVER >= 20080603
-packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, -1)
#elif PACKETVER >= 20080528
-packetLen(0x00d7, 8) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, 8)
#elif PACKETVER >= 20080520
-packetLen(0x00d7, 9) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, 9)
#elif PACKETVER >= 20080513
-packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, -1)
#elif PACKETVER >= 20080507
-packetLen(0x00d7, 39) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, 39)
#elif PACKETVER >= 20080408
-packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, -1)
#elif PACKETVER >= 20080401
-packetLen(0x00d7, 8) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, 8)
#elif PACKETVER >= 20080325
-packetLen(0x00d7, 5) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, 5)
#elif PACKETVER >= 20080318
-packetLen(0x00d7, 4) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, 4)
#elif PACKETVER >= 20080311
-packetLen(0x00d7, 67) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, 67)
#elif PACKETVER >= 20080304
-packetLen(0x00d7, 24) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, 24)
#elif PACKETVER >= 20080226
-packetLen(0x00d7, 28) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, 28)
#elif PACKETVER >= 20080219
-packetLen(0x00d7, 3) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, 3)
#elif PACKETVER >= 20080124
-packetLen(0x00d7, 8) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, 8)
#elif PACKETVER >= 20080102
-packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, -1)
#endif
// Packet: 0x00d8
#if PACKETVER >= 20081217
-packetLen(0x00d8, -1) // ZC_DESTROY_ROOM
+packetLen(0x00d8, -1)
#elif PACKETVER >= 20081203
-packetLen(0x00d8, 3) // ZC_DESTROY_ROOM
+packetLen(0x00d8, 3)
#elif PACKETVER >= 20081126
-packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+packetLen(0x00d8, 6)
#elif PACKETVER >= 20081119
-packetLen(0x00d8, -1) // ZC_DESTROY_ROOM
+packetLen(0x00d8, -1)
#elif PACKETVER >= 20081112
-packetLen(0x00d8, 28) // ZC_DESTROY_ROOM
+packetLen(0x00d8, 28)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x00d8, 26) // ZC_DESTROY_ROOM
+packetLen(0x00d8, 26)
#elif PACKETVER >= 20081029
-packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+packetLen(0x00d8, 6)
#elif PACKETVER >= 20081008
-packetLen(0x00d8, -1) // ZC_DESTROY_ROOM
+packetLen(0x00d8, -1)
#elif PACKETVER >= 20081001
-packetLen(0x00d8, 2) // ZC_DESTROY_ROOM
+packetLen(0x00d8, 2)
#elif PACKETVER >= 20080910
-packetLen(0x00d8, -1) // ZC_DESTROY_ROOM
+packetLen(0x00d8, -1)
#elif PACKETVER >= 20080903
-packetLen(0x00d8, 7) // ZC_DESTROY_ROOM
+packetLen(0x00d8, 7)
#elif PACKETVER >= 20080722
-packetLen(0x00d8, -1) // ZC_DESTROY_ROOM
+packetLen(0x00d8, -1)
#elif PACKETVER >= 20080715
-packetLen(0x00d8, 57) // ZC_DESTROY_ROOM
+packetLen(0x00d8, 57)
#elif PACKETVER >= 20080617
-packetLen(0x00d8, -1) // ZC_DESTROY_ROOM
+packetLen(0x00d8, -1)
#elif PACKETVER >= 20080610
-packetLen(0x00d8, 30) // ZC_DESTROY_ROOM
+packetLen(0x00d8, 30)
#elif PACKETVER >= 20080603
-packetLen(0x00d8, -1) // ZC_DESTROY_ROOM
+packetLen(0x00d8, -1)
#elif PACKETVER >= 20080528
-packetLen(0x00d8, 5) // ZC_DESTROY_ROOM
+packetLen(0x00d8, 5)
#elif PACKETVER >= 20080520
-packetLen(0x00d8, 7) // ZC_DESTROY_ROOM
+packetLen(0x00d8, 7)
#elif PACKETVER >= 20080513
-packetLen(0x00d8, 53) // ZC_DESTROY_ROOM
+packetLen(0x00d8, 53)
#elif PACKETVER >= 20080507
-packetLen(0x00d8, 17) // ZC_DESTROY_ROOM
+packetLen(0x00d8, 17)
#elif PACKETVER >= 20080422
-packetLen(0x00d8, -1) // ZC_DESTROY_ROOM
+packetLen(0x00d8, -1)
#elif PACKETVER >= 20080415
-packetLen(0x00d8, 9) // ZC_DESTROY_ROOM
+packetLen(0x00d8, 9)
#elif PACKETVER >= 20080408
-packetLen(0x00d8, 26) // ZC_DESTROY_ROOM
+packetLen(0x00d8, 26)
#elif PACKETVER >= 20080325
-packetLen(0x00d8, 2) // ZC_DESTROY_ROOM
+packetLen(0x00d8, 2)
#elif PACKETVER >= 20080318
-packetLen(0x00d8, 30) // ZC_DESTROY_ROOM
+packetLen(0x00d8, 30)
#elif PACKETVER >= 20080311
-packetLen(0x00d8, 2) // ZC_DESTROY_ROOM
+packetLen(0x00d8, 2)
#elif PACKETVER >= 20080304
-packetLen(0x00d8, -1) // ZC_DESTROY_ROOM
+packetLen(0x00d8, -1)
#elif PACKETVER >= 20080226
-packetLen(0x00d8, 16) // ZC_DESTROY_ROOM
+packetLen(0x00d8, 16)
#elif PACKETVER >= 20080219
-packetLen(0x00d8, 2) // ZC_DESTROY_ROOM
+packetLen(0x00d8, 2)
#elif PACKETVER >= 20080124
-packetLen(0x00d8, 4) // ZC_DESTROY_ROOM
+packetLen(0x00d8, 4)
#elif PACKETVER >= 20080102
-packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+packetLen(0x00d8, 6)
#endif
// Packet: 0x00d9
#if PACKETVER >= 20081217
-packetLen(0x00d9, 55) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, 55)
#elif PACKETVER >= 20081112
-packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, 14)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081015
-packetLen(0x00d9, -1) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, -1)
#elif PACKETVER >= 20081008
-packetLen(0x00d9, 4) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, 4)
#elif PACKETVER >= 20080917
-packetLen(0x00d9, -1) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, -1)
#elif PACKETVER >= 20080910
-packetLen(0x00d9, 6) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, 6)
#elif PACKETVER >= 20080827
-packetLen(0x00d9, -1) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, -1)
#elif PACKETVER >= 20080820
-packetLen(0x00d9, 10) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, 10)
#elif PACKETVER >= 20080813
-packetLen(0x00d9, -1) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, -1)
#elif PACKETVER >= 20080806
-packetLen(0x00d9, 8) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, 8)
#elif PACKETVER >= 20080730
-packetLen(0x00d9, -1) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, -1)
#elif PACKETVER >= 20080722
-packetLen(0x00d9, 26) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, 26)
#elif PACKETVER >= 20080715
-packetLen(0x00d9, -1) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, -1)
#elif PACKETVER >= 20080708
-packetLen(0x00d9, 28) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, 28)
#elif PACKETVER >= 20080603
-packetLen(0x00d9, -1) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, -1)
#elif PACKETVER >= 20080528
-packetLen(0x00d9, 4) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, 4)
#elif PACKETVER >= 20080520
-packetLen(0x00d9, 5) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, 5)
#elif PACKETVER >= 20080513
-packetLen(0x00d9, 10) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, 10)
#elif PACKETVER >= 20080507
-packetLen(0x00d9, 3) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, 3)
#elif PACKETVER >= 20080429
-packetLen(0x00d9, 6) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, 6)
#elif PACKETVER >= 20080422
-packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, 14)
#elif PACKETVER >= 20080401
-packetLen(0x00d9, -1) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, -1)
#elif PACKETVER >= 20080325
-packetLen(0x00d9, 6) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, 6)
#elif PACKETVER >= 20080318
-packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, 14)
#elif PACKETVER >= 20080311
-packetLen(0x00d9, 6) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, 6)
#elif PACKETVER >= 20080304
-packetLen(0x00d9, 7) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, 7)
#elif PACKETVER >= 20080226
-packetLen(0x00d9, 6) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, 6)
#elif PACKETVER >= 20080219
-packetLen(0x00d9, 3) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, 3)
#elif PACKETVER >= 20080124
-packetLen(0x00d9, 282) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, 282)
#elif PACKETVER >= 20080102
-packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, 14)
#endif
// Packet: 0x00da
#if PACKETVER >= 20081217
-packetLen(0x00da, 21) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, 21)
#elif PACKETVER >= 20081126
-packetLen(0x00da, -1) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, -1)
#elif PACKETVER >= 20081119
-packetLen(0x00da, 2) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, 2)
#elif PACKETVER >= 20081112
-packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, 3)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081105
-packetLen(0x00da, -1) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, -1)
#elif PACKETVER >= 20081029
-packetLen(0x00da, 8) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, 8)
#elif PACKETVER >= 20081022
-packetLen(0x00da, 28) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, 28)
#elif PACKETVER >= 20081008
-packetLen(0x00da, -1) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, -1)
#elif PACKETVER >= 20081001
-packetLen(0x00da, 19) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, 19)
#elif PACKETVER >= 20080924
-packetLen(0x00da, 90) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, 90)
#elif PACKETVER >= 20080917
-packetLen(0x00da, -1) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, -1)
#elif PACKETVER >= 20080910
-packetLen(0x00da, 6) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, 6)
#elif PACKETVER >= 20080820
-packetLen(0x00da, -1) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, -1)
#elif PACKETVER >= 20080813
-packetLen(0x00da, 26) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, 26)
#elif PACKETVER >= 20080806
-packetLen(0x00da, 6) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, 6)
#elif PACKETVER >= 20080730
-packetLen(0x00da, 10) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, 10)
#elif PACKETVER >= 20080722
-packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, 3)
#elif PACKETVER >= 20080715
-packetLen(0x00da, -1) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, -1)
#elif PACKETVER >= 20080708
-packetLen(0x00da, 19) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, 19)
#elif PACKETVER >= 20080701
-packetLen(0x00da, -1) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, -1)
#elif PACKETVER >= 20080624
-packetLen(0x00da, 53) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, 53)
#elif PACKETVER >= 20080610
-packetLen(0x00da, -1) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, -1)
#elif PACKETVER >= 20080603
-packetLen(0x00da, 24) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, 24)
#elif PACKETVER >= 20080513
-packetLen(0x00da, -1) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, -1)
#elif PACKETVER >= 20080507
-packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, 3)
#elif PACKETVER >= 20080422
-packetLen(0x00da, -1) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, -1)
#elif PACKETVER >= 20080415
-packetLen(0x00da, 6) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, 6)
#elif PACKETVER >= 20080408
-packetLen(0x00da, 31) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, 31)
#elif PACKETVER >= 20080401
-packetLen(0x00da, 13) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, 13)
#elif PACKETVER >= 20080325
-packetLen(0x00da, -1) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, -1)
#elif PACKETVER >= 20080318
-packetLen(0x00da, 30) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, 30)
#elif PACKETVER >= 20080311
-packetLen(0x00da, 8) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, 8)
#elif PACKETVER >= 20080226
-packetLen(0x00da, 14) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, 14)
#elif PACKETVER >= 20080219
-packetLen(0x00da, 54) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, 54)
#elif PACKETVER >= 20080124
-packetLen(0x00da, 18) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, 18)
#elif PACKETVER >= 20080102
-packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, 3)
#endif
// Packet: 0x00db
#if PACKETVER >= 20081217
-packetLen(0x00db, -1) // ZC_ENTER_ROOM
+packetLen(0x00db, -1)
#elif PACKETVER >= 20081203
-packetLen(0x00db, 6) // ZC_ENTER_ROOM
+packetLen(0x00db, 6)
#elif PACKETVER >= 20081112
-packetLen(0x00db, -1) // ZC_ENTER_ROOM
+packetLen(0x00db, -1)
#elif PACKETVER >= 20081105
-packetLen(0x00db, 28) // ZC_ENTER_ROOM
+packetLen(0x00db, 28)
#elif PACKETVER >= 20081029
-packetLen(0x00db, 14) // ZC_ENTER_ROOM
+packetLen(0x00db, 14)
#elif PACKETVER >= 20081022
-packetLen(0x00db, 6) // ZC_ENTER_ROOM
+packetLen(0x00db, 6)
#elif PACKETVER >= 20081015
-packetLen(0x00db, 2) // ZC_ENTER_ROOM
+packetLen(0x00db, 2)
#elif PACKETVER >= 20081008
-packetLen(0x00db, -1) // ZC_ENTER_ROOM
+packetLen(0x00db, -1)
#elif PACKETVER >= 20081001
-packetLen(0x00db, 4) // ZC_ENTER_ROOM
+packetLen(0x00db, 4)
#elif PACKETVER >= 20080917
-packetLen(0x00db, -1) // ZC_ENTER_ROOM
+packetLen(0x00db, -1)
#elif PACKETVER >= 20080910
-packetLen(0x00db, 28) // ZC_ENTER_ROOM
+packetLen(0x00db, 28)
#elif PACKETVER >= 20080827
-packetLen(0x00db, -1) // ZC_ENTER_ROOM
+packetLen(0x00db, -1)
#elif PACKETVER >= 20080820
-packetLen(0x00db, 6) // ZC_ENTER_ROOM
+packetLen(0x00db, 6)
#elif PACKETVER >= 20080730
-packetLen(0x00db, -1) // ZC_ENTER_ROOM
+packetLen(0x00db, -1)
#elif PACKETVER >= 20080722
-packetLen(0x00db, 23) // ZC_ENTER_ROOM
+packetLen(0x00db, 23)
#elif PACKETVER >= 20080715
-packetLen(0x00db, 7) // ZC_ENTER_ROOM
+packetLen(0x00db, 7)
#elif PACKETVER >= 20080708
-packetLen(0x00db, 10) // ZC_ENTER_ROOM
+packetLen(0x00db, 10)
#elif PACKETVER >= 20080701
-packetLen(0x00db, -1) // ZC_ENTER_ROOM
+packetLen(0x00db, -1)
#elif PACKETVER >= 20080624
-packetLen(0x00db, 7) // ZC_ENTER_ROOM
+packetLen(0x00db, 7)
#elif PACKETVER >= 20080603
-packetLen(0x00db, -1) // ZC_ENTER_ROOM
+packetLen(0x00db, -1)
#elif PACKETVER >= 20080528
-packetLen(0x00db, 3) // ZC_ENTER_ROOM
+packetLen(0x00db, 3)
#elif PACKETVER >= 20080520
-packetLen(0x00db, 4) // ZC_ENTER_ROOM
+packetLen(0x00db, 4)
#elif PACKETVER >= 20080513
-packetLen(0x00db, 30) // ZC_ENTER_ROOM
+packetLen(0x00db, 30)
#elif PACKETVER >= 20080429
-packetLen(0x00db, 2) // ZC_ENTER_ROOM
+packetLen(0x00db, 2)
#elif PACKETVER >= 20080422
-packetLen(0x00db, 67) // ZC_ENTER_ROOM
+packetLen(0x00db, 67)
#elif PACKETVER >= 20080415
-packetLen(0x00db, 33) // ZC_ENTER_ROOM
+packetLen(0x00db, 33)
#elif PACKETVER >= 20080408
-packetLen(0x00db, -1) // ZC_ENTER_ROOM
+packetLen(0x00db, -1)
#elif PACKETVER >= 20080401
-packetLen(0x00db, 18) // ZC_ENTER_ROOM
+packetLen(0x00db, 18)
#elif PACKETVER >= 20080325
-packetLen(0x00db, 2) // ZC_ENTER_ROOM
+packetLen(0x00db, 2)
#elif PACKETVER >= 20080311
-packetLen(0x00db, 6) // ZC_ENTER_ROOM
+packetLen(0x00db, 6)
#elif PACKETVER >= 20080304
-packetLen(0x00db, 31) // ZC_ENTER_ROOM
+packetLen(0x00db, 31)
#elif PACKETVER >= 20080226
-packetLen(0x00db, 26) // ZC_ENTER_ROOM
+packetLen(0x00db, 26)
#elif PACKETVER >= 20080219
-packetLen(0x00db, 4) // ZC_ENTER_ROOM
+packetLen(0x00db, 4)
#elif PACKETVER >= 20080102
-packetLen(0x00db, -1) // ZC_ENTER_ROOM
+packetLen(0x00db, -1)
#endif
// Packet: 0x00dc
#if PACKETVER >= 20081112
-packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 28)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x00dc, 5) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 5)
#elif PACKETVER >= 20081029
-packetLen(0x00dc, -1) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, -1)
#elif PACKETVER >= 20081022
-packetLen(0x00dc, 5) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 5)
#elif PACKETVER >= 20081015
-packetLen(0x00dc, 7) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 7)
#elif PACKETVER >= 20081008
-packetLen(0x00dc, 33) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 33)
#elif PACKETVER >= 20080917
-packetLen(0x00dc, -1) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, -1)
#elif PACKETVER >= 20080910
-packetLen(0x00dc, 15) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 15)
#elif PACKETVER >= 20080903
-packetLen(0x00dc, -1) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, -1)
#elif PACKETVER >= 20080827
-packetLen(0x00dc, 7) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 7)
#elif PACKETVER >= 20080820
-packetLen(0x00dc, 2) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 2)
#elif PACKETVER >= 20080806
-packetLen(0x00dc, -1) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, -1)
#elif PACKETVER >= 20080730
-packetLen(0x00dc, 10) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 10)
#elif PACKETVER >= 20080722
-packetLen(0x00dc, 5) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 5)
#elif PACKETVER >= 20080715
-packetLen(0x00dc, 4) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 4)
#elif PACKETVER >= 20080708
-packetLen(0x00dc, -1) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, -1)
#elif PACKETVER >= 20080701
-packetLen(0x00dc, 6) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 6)
#elif PACKETVER >= 20080617
-packetLen(0x00dc, -1) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, -1)
#elif PACKETVER >= 20080610
-packetLen(0x00dc, 2) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 2)
#elif PACKETVER >= 20080603
-packetLen(0x00dc, 11) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 11)
#elif PACKETVER >= 20080528
-packetLen(0x00dc, 27) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 27)
#elif PACKETVER >= 20080520
-packetLen(0x00dc, 30) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 30)
#elif PACKETVER >= 20080513
-packetLen(0x00dc, 12) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 12)
#elif PACKETVER >= 20080429
-packetLen(0x00dc, -1) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, -1)
#elif PACKETVER >= 20080422
-packetLen(0x00dc, 32) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 32)
#elif PACKETVER >= 20080415
-packetLen(0x00dc, 6) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 6)
#elif PACKETVER >= 20080408
-packetLen(0x00dc, -1) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, -1)
#elif PACKETVER >= 20080401
-packetLen(0x00dc, 30) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 30)
#elif PACKETVER >= 20080325
-packetLen(0x00dc, -1) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, -1)
#elif PACKETVER >= 20080318
-packetLen(0x00dc, 29) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 29)
#elif PACKETVER >= 20080311
-packetLen(0x00dc, 6) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 6)
#elif PACKETVER >= 20080304
-packetLen(0x00dc, -1) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, -1)
#elif PACKETVER >= 20080226
-packetLen(0x00dc, 3) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 3)
#elif PACKETVER >= 20080219
-packetLen(0x00dc, 29) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 29)
#elif PACKETVER >= 20080124
-packetLen(0x00dc, 13) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 13)
#elif PACKETVER >= 20080102
-packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 28)
#endif
// Packet: 0x00dd
#if PACKETVER >= 20081217
-packetLen(0x00dd, 30) // ZC_MEMBER_EXIT
+packetLen(0x00dd, 30)
#elif PACKETVER >= 20081203
-packetLen(0x00dd, -1) // ZC_MEMBER_EXIT
+packetLen(0x00dd, -1)
#elif PACKETVER >= 20081126
-packetLen(0x00dd, 97) // ZC_MEMBER_EXIT
+packetLen(0x00dd, 97)
#elif PACKETVER >= 20081119
-packetLen(0x00dd, 6) // ZC_MEMBER_EXIT
+packetLen(0x00dd, 6)
#elif PACKETVER >= 20081112
-packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+packetLen(0x00dd, 29)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x00dd, 26) // ZC_MEMBER_EXIT
+packetLen(0x00dd, 26)
#elif PACKETVER >= 20081008
-packetLen(0x00dd, -1) // ZC_MEMBER_EXIT
+packetLen(0x00dd, -1)
#elif PACKETVER >= 20081001
-packetLen(0x00dd, 282) // ZC_MEMBER_EXIT
+packetLen(0x00dd, 282)
#elif PACKETVER >= 20080924
-packetLen(0x00dd, -1) // ZC_MEMBER_EXIT
+packetLen(0x00dd, -1)
#elif PACKETVER >= 20080917
-packetLen(0x00dd, 3) // ZC_MEMBER_EXIT
+packetLen(0x00dd, 3)
#elif PACKETVER >= 20080910
-packetLen(0x00dd, 10) // ZC_MEMBER_EXIT
+packetLen(0x00dd, 10)
#elif PACKETVER >= 20080903
-packetLen(0x00dd, 4) // ZC_MEMBER_EXIT
+packetLen(0x00dd, 4)
#elif PACKETVER >= 20080827
-packetLen(0x00dd, -1) // ZC_MEMBER_EXIT
+packetLen(0x00dd, -1)
#elif PACKETVER >= 20080820
-packetLen(0x00dd, 2) // ZC_MEMBER_EXIT
+packetLen(0x00dd, 2)
#elif PACKETVER >= 20080813
-packetLen(0x00dd, 282) // ZC_MEMBER_EXIT
+packetLen(0x00dd, 282)
#elif PACKETVER >= 20080806
-packetLen(0x00dd, 10) // ZC_MEMBER_EXIT
+packetLen(0x00dd, 10)
#elif PACKETVER >= 20080722
-packetLen(0x00dd, -1) // ZC_MEMBER_EXIT
+packetLen(0x00dd, -1)
#elif PACKETVER >= 20080715
-packetLen(0x00dd, 67) // ZC_MEMBER_EXIT
+packetLen(0x00dd, 67)
#elif PACKETVER >= 20080708
-packetLen(0x00dd, 11) // ZC_MEMBER_EXIT
+packetLen(0x00dd, 11)
#elif PACKETVER >= 20080701
-packetLen(0x00dd, 6) // ZC_MEMBER_EXIT
+packetLen(0x00dd, 6)
#elif PACKETVER >= 20080610
-packetLen(0x00dd, -1) // ZC_MEMBER_EXIT
+packetLen(0x00dd, -1)
#elif PACKETVER >= 20080603
-packetLen(0x00dd, 20) // ZC_MEMBER_EXIT
+packetLen(0x00dd, 20)
#elif PACKETVER >= 20080528
-packetLen(0x00dd, 7) // ZC_MEMBER_EXIT
+packetLen(0x00dd, 7)
#elif PACKETVER >= 20080520
-packetLen(0x00dd, 28) // ZC_MEMBER_EXIT
+packetLen(0x00dd, 28)
#elif PACKETVER >= 20080429
-packetLen(0x00dd, -1) // ZC_MEMBER_EXIT
+packetLen(0x00dd, -1)
#elif PACKETVER >= 20080422
-packetLen(0x00dd, 28) // ZC_MEMBER_EXIT
+packetLen(0x00dd, 28)
#elif PACKETVER >= 20080415
-packetLen(0x00dd, -1) // ZC_MEMBER_EXIT
+packetLen(0x00dd, -1)
#elif PACKETVER >= 20080408
-packetLen(0x00dd, 15) // ZC_MEMBER_EXIT
+packetLen(0x00dd, 15)
#elif PACKETVER >= 20080325
-packetLen(0x00dd, -1) // ZC_MEMBER_EXIT
+packetLen(0x00dd, -1)
#elif PACKETVER >= 20080318
-packetLen(0x00dd, 22) // ZC_MEMBER_EXIT
+packetLen(0x00dd, 22)
#elif PACKETVER >= 20080311
-packetLen(0x00dd, 10) // ZC_MEMBER_EXIT
+packetLen(0x00dd, 10)
#elif PACKETVER >= 20080304
-packetLen(0x00dd, 6) // ZC_MEMBER_EXIT
+packetLen(0x00dd, 6)
#elif PACKETVER >= 20080226
-packetLen(0x00dd, -1) // ZC_MEMBER_EXIT
+packetLen(0x00dd, -1)
#elif PACKETVER >= 20080219
-packetLen(0x00dd, 3) // ZC_MEMBER_EXIT
+packetLen(0x00dd, 3)
#elif PACKETVER >= 20080124
-packetLen(0x00dd, 8) // ZC_MEMBER_EXIT
+packetLen(0x00dd, 8)
#elif PACKETVER >= 20080102
-packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+packetLen(0x00dd, 29)
#endif
// Packet: 0x00de
#if PACKETVER >= 20081217
-packetLen(0x00de, 13) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, 13)
#elif PACKETVER >= 20081203
-packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, -1)
#elif PACKETVER >= 20081126
-packetLen(0x00de, 27) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, 27)
#elif PACKETVER >= 20081119
-packetLen(0x00de, 44) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, 44)
#elif PACKETVER >= 20081112
-packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, -1)
#elif PACKETVER >= 20081105
-packetLen(0x00de, 16) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, 16)
#elif PACKETVER >= 20081029
-packetLen(0x00de, 67) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, 67)
#elif PACKETVER >= 20081022
-packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, -1)
#elif PACKETVER >= 20081015
-packetLen(0x00de, 8) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, 8)
#elif PACKETVER >= 20081008
-packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, -1)
#elif PACKETVER >= 20081001
-packetLen(0x00de, 4) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, 4)
#elif PACKETVER >= 20080924
-packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, -1)
#elif PACKETVER >= 20080917
-packetLen(0x00de, 6) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, 6)
#elif PACKETVER >= 20080903
-packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, -1)
#elif PACKETVER >= 20080827
-packetLen(0x00de, 15) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, 15)
#elif PACKETVER >= 20080820
-packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, -1)
#elif PACKETVER >= 20080813
-packetLen(0x00de, 67) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, 67)
#elif PACKETVER >= 20080806
-packetLen(0x00de, 6) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, 6)
#elif PACKETVER >= 20080730
-packetLen(0x00de, 34) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, 34)
#elif PACKETVER >= 20080722
-packetLen(0x00de, 57) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, 57)
#elif PACKETVER >= 20080715
-packetLen(0x00de, 26) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, 26)
#elif PACKETVER >= 20080708
-packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, -1)
#elif PACKETVER >= 20080701
-packetLen(0x00de, 5) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, 5)
#elif PACKETVER >= 20080624
-packetLen(0x00de, 54) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, 54)
#elif PACKETVER >= 20080603
-packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, -1)
#elif PACKETVER >= 20080528
-packetLen(0x00de, 57) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, 57)
#elif PACKETVER >= 20080520
-packetLen(0x00de, 4) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, 4)
#elif PACKETVER >= 20080513
-packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, -1)
#elif PACKETVER >= 20080507
-packetLen(0x00de, 15) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, 15)
#elif PACKETVER >= 20080429
-packetLen(0x00de, 11) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, 11)
#elif PACKETVER >= 20080415
-packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, -1)
#elif PACKETVER >= 20080408
-packetLen(0x00de, 18) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, 18)
#elif PACKETVER >= 20080401
-packetLen(0x00de, 5) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, 5)
#elif PACKETVER >= 20080325
-packetLen(0x00de, 6) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, 6)
#elif PACKETVER >= 20080318
-packetLen(0x00de, 8) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, 8)
#elif PACKETVER >= 20080304
-packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, -1)
#elif PACKETVER >= 20080226
-packetLen(0x00de, 6) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, 6)
#elif PACKETVER >= 20080219
-packetLen(0x00de, 34) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, 34)
#elif PACKETVER >= 20080124
-packetLen(0x00de, 3) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, 3)
#elif PACKETVER >= 20080102
-packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, -1)
#endif
// Packet: 0x00df
#if PACKETVER >= 20081217
-packetLen(0x00df, 22) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, 22)
#elif PACKETVER >= 20081203
-packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, -1)
#elif PACKETVER >= 20081126
-packetLen(0x00df, 86) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, 86)
#elif PACKETVER >= 20081119
-packetLen(0x00df, 53) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, 53)
#elif PACKETVER >= 20081029
-packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, -1)
#elif PACKETVER >= 20081022
-packetLen(0x00df, 4) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, 4)
#elif PACKETVER >= 20080903
-packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, -1)
#elif PACKETVER >= 20080827
-packetLen(0x00df, 6) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, 6)
#elif PACKETVER >= 20080813
-packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, -1)
#elif PACKETVER >= 20080806
-packetLen(0x00df, 6) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, 6)
#elif PACKETVER >= 20080730
-packetLen(0x00df, 3) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, 3)
#elif PACKETVER >= 20080722
-packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, -1)
#elif PACKETVER >= 20080715
-packetLen(0x00df, 10) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, 10)
#elif PACKETVER >= 20080708
-packetLen(0x00df, 29) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, 29)
#elif PACKETVER >= 20080701
-packetLen(0x00df, 34) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, 34)
#elif PACKETVER >= 20080624
-packetLen(0x00df, 11) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, 11)
#elif PACKETVER >= 20080617
-packetLen(0x00df, 30) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, 30)
#elif PACKETVER >= 20080610
-packetLen(0x00df, 10) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, 10)
#elif PACKETVER >= 20080603
-packetLen(0x00df, 4) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, 4)
#elif PACKETVER >= 20080528
-packetLen(0x00df, 90) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, 90)
#elif PACKETVER >= 20080520
-packetLen(0x00df, 23) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, 23)
#elif PACKETVER >= 20080513
-packetLen(0x00df, 6) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, 6)
#elif PACKETVER >= 20080507
-packetLen(0x00df, 3) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, 3)
#elif PACKETVER >= 20080429
-packetLen(0x00df, 8) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, 8)
#elif PACKETVER >= 20080422
-packetLen(0x00df, 12) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, 12)
#elif PACKETVER >= 20080415
-packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, -1)
#elif PACKETVER >= 20080408
-packetLen(0x00df, 282) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, 282)
#elif PACKETVER >= 20080401
-packetLen(0x00df, 3) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, 3)
#elif PACKETVER >= 20080325
-packetLen(0x00df, 5) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, 5)
#elif PACKETVER >= 20080318
-packetLen(0x00df, 23) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, 23)
#elif PACKETVER >= 20080304
-packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, -1)
#elif PACKETVER >= 20080226
-packetLen(0x00df, 9) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, 9)
#elif PACKETVER >= 20080219
-packetLen(0x00df, 7) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, 7)
#elif PACKETVER >= 20080124
-packetLen(0x00df, 27) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, 27)
#elif PACKETVER >= 20080102
-packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, -1)
#endif
// Packet: 0x00e0
#if PACKETVER >= 20081203
-packetLen(0x00e0, -1) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, -1)
#elif PACKETVER >= 20081126
-packetLen(0x00e0, 6) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, 6)
#elif PACKETVER >= 20081119
-packetLen(0x00e0, 5) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, 5)
#elif PACKETVER >= 20081112
-packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, 30)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081015
-packetLen(0x00e0, -1) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, -1)
#elif PACKETVER >= 20081008
-packetLen(0x00e0, 9) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, 9)
#elif PACKETVER >= 20080924
-packetLen(0x00e0, -1) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, -1)
#elif PACKETVER >= 20080917
-packetLen(0x00e0, 58) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, 58)
#elif PACKETVER >= 20080910
-packetLen(0x00e0, 3) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, 3)
#elif PACKETVER >= 20080903
-packetLen(0x00e0, -1) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, -1)
#elif PACKETVER >= 20080827
-packetLen(0x00e0, 15) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, 15)
#elif PACKETVER >= 20080820
-packetLen(0x00e0, -1) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, -1)
#elif PACKETVER >= 20080813
-packetLen(0x00e0, 2) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, 2)
#elif PACKETVER >= 20080806
-packetLen(0x00e0, 4) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, 4)
#elif PACKETVER >= 20080715
-packetLen(0x00e0, -1) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, -1)
#elif PACKETVER >= 20080708
-packetLen(0x00e0, 16) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, 16)
#elif PACKETVER >= 20080701
-packetLen(0x00e0, 9) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, 9)
#elif PACKETVER >= 20080617
-packetLen(0x00e0, -1) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, -1)
#elif PACKETVER >= 20080610
-packetLen(0x00e0, 6) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, 6)
#elif PACKETVER >= 20080603
-packetLen(0x00e0, 2) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, 2)
#elif PACKETVER >= 20080520
-packetLen(0x00e0, -1) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, -1)
#elif PACKETVER >= 20080513
-packetLen(0x00e0, 10) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, 10)
#elif PACKETVER >= 20080429
-packetLen(0x00e0, -1) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, -1)
#elif PACKETVER >= 20080422
-packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, 30)
#elif PACKETVER >= 20080415
-packetLen(0x00e0, 2) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, 2)
#elif PACKETVER >= 20080408
-packetLen(0x00e0, 4) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, 4)
#elif PACKETVER >= 20080401
-packetLen(0x00e0, 21) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, 21)
#elif PACKETVER >= 20080325
-packetLen(0x00e0, 71) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, 71)
#elif PACKETVER >= 20080318
-packetLen(0x00e0, 7) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, 7)
#elif PACKETVER >= 20080311
-packetLen(0x00e0, 2) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, 2)
#elif PACKETVER >= 20080304
-packetLen(0x00e0, 43) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, 43)
#elif PACKETVER >= 20080226
-packetLen(0x00e0, 2) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, 2)
#elif PACKETVER >= 20080219
-packetLen(0x00e0, 31) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, 31)
#elif PACKETVER >= 20080124
-packetLen(0x00e0, 18) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, 18)
#elif PACKETVER >= 20080102
-packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, 30)
#endif
// Packet: 0x00e1
#if PACKETVER >= 20081203
-packetLen(0x00e1, -1) // ZC_ROLE_CHANGE
+packetLen(0x00e1, -1)
#elif PACKETVER >= 20081126
-packetLen(0x00e1, 2) // ZC_ROLE_CHANGE
+packetLen(0x00e1, 2)
#elif PACKETVER >= 20081119
-packetLen(0x00e1, -1) // ZC_ROLE_CHANGE
+packetLen(0x00e1, -1)
#elif PACKETVER >= 20081112
-packetLen(0x00e1, 59) // ZC_ROLE_CHANGE
+packetLen(0x00e1, 59)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x00e1, 28) // ZC_ROLE_CHANGE
+packetLen(0x00e1, 28)
#elif PACKETVER >= 20081022
-packetLen(0x00e1, -1) // ZC_ROLE_CHANGE
+packetLen(0x00e1, -1)
#elif PACKETVER >= 20081015
-packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+packetLen(0x00e1, 30)
#elif PACKETVER >= 20081008
-packetLen(0x00e1, -1) // ZC_ROLE_CHANGE
+packetLen(0x00e1, -1)
#elif PACKETVER >= 20081001
-packetLen(0x00e1, 10) // ZC_ROLE_CHANGE
+packetLen(0x00e1, 10)
#elif PACKETVER >= 20080924
-packetLen(0x00e1, -1) // ZC_ROLE_CHANGE
+packetLen(0x00e1, -1)
#elif PACKETVER >= 20080917
-packetLen(0x00e1, 6) // ZC_ROLE_CHANGE
+packetLen(0x00e1, 6)
#elif PACKETVER >= 20080910
-packetLen(0x00e1, -1) // ZC_ROLE_CHANGE
+packetLen(0x00e1, -1)
#elif PACKETVER >= 20080903
-packetLen(0x00e1, 23) // ZC_ROLE_CHANGE
+packetLen(0x00e1, 23)
#elif PACKETVER >= 20080827
-packetLen(0x00e1, 11) // ZC_ROLE_CHANGE
+packetLen(0x00e1, 11)
#elif PACKETVER >= 20080813
-packetLen(0x00e1, -1) // ZC_ROLE_CHANGE
+packetLen(0x00e1, -1)
#elif PACKETVER >= 20080806
-packetLen(0x00e1, 8) // ZC_ROLE_CHANGE
+packetLen(0x00e1, 8)
#elif PACKETVER >= 20080722
-packetLen(0x00e1, -1) // ZC_ROLE_CHANGE
+packetLen(0x00e1, -1)
#elif PACKETVER >= 20080715
-packetLen(0x00e1, 21) // ZC_ROLE_CHANGE
+packetLen(0x00e1, 21)
#elif PACKETVER >= 20080708
-packetLen(0x00e1, 10) // ZC_ROLE_CHANGE
+packetLen(0x00e1, 10)
#elif PACKETVER >= 20080610
-packetLen(0x00e1, -1) // ZC_ROLE_CHANGE
+packetLen(0x00e1, -1)
#elif PACKETVER >= 20080528
-packetLen(0x00e1, 2) // ZC_ROLE_CHANGE
+packetLen(0x00e1, 2)
#elif PACKETVER >= 20080520
-packetLen(0x00e1, 20) // ZC_ROLE_CHANGE
+packetLen(0x00e1, 20)
#elif PACKETVER >= 20080513
-packetLen(0x00e1, -1) // ZC_ROLE_CHANGE
+packetLen(0x00e1, -1)
#elif PACKETVER >= 20080507
-packetLen(0x00e1, 4) // ZC_ROLE_CHANGE
+packetLen(0x00e1, 4)
#elif PACKETVER >= 20080429
-packetLen(0x00e1, 6) // ZC_ROLE_CHANGE
+packetLen(0x00e1, 6)
#elif PACKETVER >= 20080422
-packetLen(0x00e1, 43) // ZC_ROLE_CHANGE
+packetLen(0x00e1, 43)
#elif PACKETVER >= 20080415
-packetLen(0x00e1, -1) // ZC_ROLE_CHANGE
+packetLen(0x00e1, -1)
#elif PACKETVER >= 20080408
-packetLen(0x00e1, 2) // ZC_ROLE_CHANGE
+packetLen(0x00e1, 2)
#elif PACKETVER >= 20080401
-packetLen(0x00e1, 60) // ZC_ROLE_CHANGE
+packetLen(0x00e1, 60)
#elif PACKETVER >= 20080325
-packetLen(0x00e1, 22) // ZC_ROLE_CHANGE
+packetLen(0x00e1, 22)
#elif PACKETVER >= 20080318
-packetLen(0x00e1, 21) // ZC_ROLE_CHANGE
+packetLen(0x00e1, 21)
#elif PACKETVER >= 20080311
-packetLen(0x00e1, 2) // ZC_ROLE_CHANGE
+packetLen(0x00e1, 2)
#elif PACKETVER >= 20080304
-packetLen(0x00e1, 60) // ZC_ROLE_CHANGE
+packetLen(0x00e1, 60)
#elif PACKETVER >= 20080226
-packetLen(0x00e1, -1) // ZC_ROLE_CHANGE
+packetLen(0x00e1, -1)
#elif PACKETVER >= 20080219
-packetLen(0x00e1, 81) // ZC_ROLE_CHANGE
+packetLen(0x00e1, 81)
#elif PACKETVER >= 20080124
-packetLen(0x00e1, 12) // ZC_ROLE_CHANGE
+packetLen(0x00e1, 12)
#elif PACKETVER >= 20080102
-packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+packetLen(0x00e1, 30)
#endif
// Packet: 0x00e2
#if PACKETVER >= 20081217
-packetLen(0x00e2, 8) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, 8)
#elif PACKETVER >= 20081126
-packetLen(0x00e2, -1) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, -1)
#elif PACKETVER >= 20081119
-packetLen(0x00e2, 6) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, 6)
#elif PACKETVER >= 20081112
-packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, 26)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x00e2, 6) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, 6)
#elif PACKETVER >= 20081029
-packetLen(0x00e2, -1) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, -1)
#elif PACKETVER >= 20081022
-packetLen(0x00e2, 2) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, 2)
#elif PACKETVER >= 20081008
-packetLen(0x00e2, -1) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, -1)
#elif PACKETVER >= 20081001
-packetLen(0x00e2, 3) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, 3)
#elif PACKETVER >= 20080910
-packetLen(0x00e2, -1) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, -1)
#elif PACKETVER >= 20080903
-packetLen(0x00e2, 11) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, 11)
#elif PACKETVER >= 20080820
-packetLen(0x00e2, 6) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, 6)
#elif PACKETVER >= 20080813
-packetLen(0x00e2, -1) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, -1)
#elif PACKETVER >= 20080806
-packetLen(0x00e2, 10) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, 10)
#elif PACKETVER >= 20080730
-packetLen(0x00e2, 27) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, 27)
#elif PACKETVER >= 20080722
-packetLen(0x00e2, 6) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, 6)
#elif PACKETVER >= 20080715
-packetLen(0x00e2, -1) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, -1)
#elif PACKETVER >= 20080708
-packetLen(0x00e2, 6) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, 6)
#elif PACKETVER >= 20080624
-packetLen(0x00e2, -1) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, -1)
#elif PACKETVER >= 20080617
-packetLen(0x00e2, 6) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, 6)
#elif PACKETVER >= 20080610
-packetLen(0x00e2, 282) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, 282)
#elif PACKETVER >= 20080603
-packetLen(0x00e2, -1) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, -1)
#elif PACKETVER >= 20080528
-packetLen(0x00e2, 6) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, 6)
#elif PACKETVER >= 20080520
-packetLen(0x00e2, -1) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, -1)
#elif PACKETVER >= 20080513
-packetLen(0x00e2, 2) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, 2)
#elif PACKETVER >= 20080507
-packetLen(0x00e2, -1) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, -1)
#elif PACKETVER >= 20080429
-packetLen(0x00e2, 6) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, 6)
#elif PACKETVER >= 20080422
-packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, 26)
#elif PACKETVER >= 20080415
-packetLen(0x00e2, 282) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, 282)
#elif PACKETVER >= 20080408
-packetLen(0x00e2, 11) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, 11)
#elif PACKETVER >= 20080401
-packetLen(0x00e2, 5) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, 5)
#elif PACKETVER >= 20080325
-packetLen(0x00e2, -1) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, -1)
#elif PACKETVER >= 20080318
-packetLen(0x00e2, 79) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, 79)
#elif PACKETVER >= 20080311
-packetLen(0x00e2, -1) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, -1)
#elif PACKETVER >= 20080304
-packetLen(0x00e2, 31) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, 31)
#elif PACKETVER >= 20080226
-packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, 26)
#elif PACKETVER >= 20080219
-packetLen(0x00e2, 30) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, 30)
#elif PACKETVER >= 20080124
-packetLen(0x00e2, 10) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, 10)
#elif PACKETVER >= 20080102
-packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, 26)
#endif
// Packet: 0x00e3
#if PACKETVER >= 20081217
-packetLen(0x00e3, -1) // CZ_EXIT_ROOM
+packetLen(0x00e3, -1)
#elif PACKETVER >= 20081203
-packetLen(0x00e3, 11) // CZ_EXIT_ROOM
+packetLen(0x00e3, 11)
#elif PACKETVER >= 20081126
-packetLen(0x00e3, 8) // CZ_EXIT_ROOM
+packetLen(0x00e3, 8)
#elif PACKETVER >= 20081112
-packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+packetLen(0x00e3, 2)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x00e3, 15) // CZ_EXIT_ROOM
+packetLen(0x00e3, 15)
#elif PACKETVER >= 20081029
-packetLen(0x00e3, 6) // CZ_EXIT_ROOM
+packetLen(0x00e3, 6)
#elif PACKETVER >= 20081015
-packetLen(0x00e3, -1) // CZ_EXIT_ROOM
+packetLen(0x00e3, -1)
#elif PACKETVER >= 20081008
-packetLen(0x00e3, 6) // CZ_EXIT_ROOM
+packetLen(0x00e3, 6)
#elif PACKETVER >= 20081001
-packetLen(0x00e3, 4) // CZ_EXIT_ROOM
+packetLen(0x00e3, 4)
#elif PACKETVER >= 20080813
-packetLen(0x00e3, -1) // CZ_EXIT_ROOM
+packetLen(0x00e3, -1)
#elif PACKETVER >= 20080806
-packetLen(0x00e3, 10) // CZ_EXIT_ROOM
+packetLen(0x00e3, 10)
#elif PACKETVER >= 20080730
-packetLen(0x00e3, 6) // CZ_EXIT_ROOM
+packetLen(0x00e3, 6)
#elif PACKETVER >= 20080722
-packetLen(0x00e3, -1) // CZ_EXIT_ROOM
+packetLen(0x00e3, -1)
#elif PACKETVER >= 20080715
-packetLen(0x00e3, 22) // CZ_EXIT_ROOM
+packetLen(0x00e3, 22)
#elif PACKETVER >= 20080708
-packetLen(0x00e3, -1) // CZ_EXIT_ROOM
+packetLen(0x00e3, -1)
#elif PACKETVER >= 20080701
-packetLen(0x00e3, 26) // CZ_EXIT_ROOM
+packetLen(0x00e3, 26)
#elif PACKETVER >= 20080624
-packetLen(0x00e3, 6) // CZ_EXIT_ROOM
+packetLen(0x00e3, 6)
#elif PACKETVER >= 20080617
-packetLen(0x00e3, 58) // CZ_EXIT_ROOM
+packetLen(0x00e3, 58)
#elif PACKETVER >= 20080610
-packetLen(0x00e3, -1) // CZ_EXIT_ROOM
+packetLen(0x00e3, -1)
#elif PACKETVER >= 20080603
-packetLen(0x00e3, 30) // CZ_EXIT_ROOM
+packetLen(0x00e3, 30)
#elif PACKETVER >= 20080528
-packetLen(0x00e3, 35) // CZ_EXIT_ROOM
+packetLen(0x00e3, 35)
#elif PACKETVER >= 20080429
-packetLen(0x00e3, -1) // CZ_EXIT_ROOM
+packetLen(0x00e3, -1)
#elif PACKETVER >= 20080422
-packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+packetLen(0x00e3, 2)
#elif PACKETVER >= 20080415
-packetLen(0x00e3, 8) // CZ_EXIT_ROOM
+packetLen(0x00e3, 8)
#elif PACKETVER >= 20080408
-packetLen(0x00e3, -1) // CZ_EXIT_ROOM
+packetLen(0x00e3, -1)
#elif PACKETVER >= 20080401
-packetLen(0x00e3, 58) // CZ_EXIT_ROOM
+packetLen(0x00e3, 58)
#elif PACKETVER >= 20080325
-packetLen(0x00e3, 10) // CZ_EXIT_ROOM
+packetLen(0x00e3, 10)
#elif PACKETVER >= 20080318
-packetLen(0x00e3, 7) // CZ_EXIT_ROOM
+packetLen(0x00e3, 7)
#elif PACKETVER >= 20080311
-packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+packetLen(0x00e3, 2)
#elif PACKETVER >= 20080304
-packetLen(0x00e3, -1) // CZ_EXIT_ROOM
+packetLen(0x00e3, -1)
#elif PACKETVER >= 20080219
-packetLen(0x00e3, 12) // CZ_EXIT_ROOM
+packetLen(0x00e3, 12)
#elif PACKETVER >= 20080124
-packetLen(0x00e3, 14) // CZ_EXIT_ROOM
+packetLen(0x00e3, 14)
#elif PACKETVER >= 20080102
-packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+packetLen(0x00e3, 2)
#endif
// Packet: 0x00e4
#if PACKETVER >= 20081217
-packetLen(0x00e4, 7) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 7)
#elif PACKETVER >= 20081203
-packetLen(0x00e4, 16) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 16)
#elif PACKETVER >= 20081126
-packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 6)
#elif PACKETVER >= 20081112
-packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 6)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x00e4, 12) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 12)
#elif PACKETVER >= 20081029
-packetLen(0x00e4, 26) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 26)
#elif PACKETVER >= 20081022
-packetLen(0x00e4, 10) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 10)
#elif PACKETVER >= 20081015
-packetLen(0x00e4, 27) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 27)
#elif PACKETVER >= 20081008
-packetLen(0x00e4, -1) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, -1)
#elif PACKETVER >= 20081001
-packetLen(0x00e4, 11) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 11)
#elif PACKETVER >= 20080827
-packetLen(0x00e4, -1) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, -1)
#elif PACKETVER >= 20080820
-packetLen(0x00e4, 31) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 31)
#elif PACKETVER >= 20080813
-packetLen(0x00e4, -1) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, -1)
#elif PACKETVER >= 20080806
-packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 6)
#elif PACKETVER >= 20080730
-packetLen(0x00e4, 4) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 4)
#elif PACKETVER >= 20080715
-packetLen(0x00e4, -1) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, -1)
#elif PACKETVER >= 20080708
-packetLen(0x00e4, 15) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 15)
#elif PACKETVER >= 20080701
-packetLen(0x00e4, -1) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, -1)
#elif PACKETVER >= 20080624
-packetLen(0x00e4, 36) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 36)
#elif PACKETVER >= 20080617
-packetLen(0x00e4, 86) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 86)
#elif PACKETVER >= 20080520
-packetLen(0x00e4, -1) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, -1)
#elif PACKETVER >= 20080513
-packetLen(0x00e4, 33) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 33)
#elif PACKETVER >= 20080507
-packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 6)
#elif PACKETVER >= 20080429
-packetLen(0x00e4, 58) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 58)
#elif PACKETVER >= 20080422
-packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 6)
#elif PACKETVER >= 20080415
-packetLen(0x00e4, 13) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 13)
#elif PACKETVER >= 20080408
-packetLen(0x00e4, 10) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 10)
#elif PACKETVER >= 20080401
-packetLen(0x00e4, 14) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 14)
#elif PACKETVER >= 20080325
-packetLen(0x00e4, -1) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, -1)
#elif PACKETVER >= 20080318
-packetLen(0x00e4, 10) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 10)
#elif PACKETVER >= 20080311
-packetLen(0x00e4, 54) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 54)
#elif PACKETVER >= 20080304
-packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 6)
#elif PACKETVER >= 20080219
-packetLen(0x00e4, 14) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 14)
#elif PACKETVER >= 20080124
-packetLen(0x00e4, 7) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 7)
#elif PACKETVER >= 20080102
-packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 6)
#endif
// Packet: 0x00e5
#if PACKETVER >= 20081217
-packetLen(0x00e5, 2) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 2)
#elif PACKETVER >= 20081203
-packetLen(0x00e5, 8) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 8)
#elif PACKETVER >= 20081112
-packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 26)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081029
-packetLen(0x00e5, 3) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 3)
#elif PACKETVER >= 20081022
-packetLen(0x00e5, -1) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, -1)
#elif PACKETVER >= 20081015
-packetLen(0x00e5, 6) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 6)
#elif PACKETVER >= 20081008
-packetLen(0x00e5, 3) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 3)
#elif PACKETVER >= 20081001
-packetLen(0x00e5, -1) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, -1)
#elif PACKETVER >= 20080924
-packetLen(0x00e5, 23) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 23)
#elif PACKETVER >= 20080917
-packetLen(0x00e5, -1) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, -1)
#elif PACKETVER >= 20080910
-packetLen(0x00e5, 35) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 35)
#elif PACKETVER >= 20080820
-packetLen(0x00e5, -1) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, -1)
#elif PACKETVER >= 20080813
-packetLen(0x00e5, 6) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 6)
#elif PACKETVER >= 20080806
-packetLen(0x00e5, -1) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, -1)
#elif PACKETVER >= 20080730
-packetLen(0x00e5, 8) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 8)
#elif PACKETVER >= 20080701
-packetLen(0x00e5, -1) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, -1)
#elif PACKETVER >= 20080624
-packetLen(0x00e5, 3) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 3)
#elif PACKETVER >= 20080617
-packetLen(0x00e5, 28) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 28)
#elif PACKETVER >= 20080610
-packetLen(0x00e5, -1) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, -1)
#elif PACKETVER >= 20080603
-packetLen(0x00e5, 2) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 2)
#elif PACKETVER >= 20080528
-packetLen(0x00e5, -1) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, -1)
#elif PACKETVER >= 20080520
-packetLen(0x00e5, 6) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 6)
#elif PACKETVER >= 20080507
-packetLen(0x00e5, -1) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, -1)
#elif PACKETVER >= 20080429
-packetLen(0x00e5, 28) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 28)
#elif PACKETVER >= 20080422
-packetLen(0x00e5, 5) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 5)
#elif PACKETVER >= 20080415
-packetLen(0x00e5, 3) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 3)
#elif PACKETVER >= 20080408
-packetLen(0x00e5, 2) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 2)
#elif PACKETVER >= 20080401
-packetLen(0x00e5, 10) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 10)
#elif PACKETVER >= 20080325
-packetLen(0x00e5, 6) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 6)
#elif PACKETVER >= 20080318
-packetLen(0x00e5, 5) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 5)
#elif PACKETVER >= 20080311
-packetLen(0x00e5, 10) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 10)
#elif PACKETVER >= 20080304
-packetLen(0x00e5, 6) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 6)
#elif PACKETVER >= 20080219
-packetLen(0x00e5, 11) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 11)
#elif PACKETVER >= 20080124
-packetLen(0x00e5, 29) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 29)
#elif PACKETVER >= 20080102
-packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 26)
#endif
// Packet: 0x00e6
#if PACKETVER >= 20081203
-packetLen(0x00e6, -1) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, -1)
#elif PACKETVER >= 20081126
-packetLen(0x00e6, 68) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, 68)
#elif PACKETVER >= 20081119
-packetLen(0x00e6, -1) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, -1)
#elif PACKETVER >= 20081112
-packetLen(0x00e6, 6) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, 6)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x00e6, 39) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, 39)
#elif PACKETVER >= 20081022
-packetLen(0x00e6, -1) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, -1)
#elif PACKETVER >= 20081015
-packetLen(0x00e6, 4) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, 4)
#elif PACKETVER >= 20081008
-packetLen(0x00e6, 10) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, 10)
#elif PACKETVER >= 20080910
-packetLen(0x00e6, -1) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, -1)
#elif PACKETVER >= 20080903
-packetLen(0x00e6, 8) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, 8)
#elif PACKETVER >= 20080722
-packetLen(0x00e6, -1) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, -1)
#elif PACKETVER >= 20080715
-packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, 3)
#elif PACKETVER >= 20080708
-packetLen(0x00e6, 33) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, 33)
#elif PACKETVER >= 20080701
-packetLen(0x00e6, 6) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, 6)
#elif PACKETVER >= 20080624
-packetLen(0x00e6, 14) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, 14)
#elif PACKETVER >= 20080617
-packetLen(0x00e6, 9) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, 9)
#elif PACKETVER >= 20080610
-packetLen(0x00e6, 6) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, 6)
#elif PACKETVER >= 20080603
-packetLen(0x00e6, 2) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, 2)
#elif PACKETVER >= 20080528
-packetLen(0x00e6, -1) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, -1)
#elif PACKETVER >= 20080520
-packetLen(0x00e6, 43) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, 43)
#elif PACKETVER >= 20080513
-packetLen(0x00e6, 26) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, 26)
#elif PACKETVER >= 20080507
-packetLen(0x00e6, 79) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, 79)
#elif PACKETVER >= 20080429
-packetLen(0x00e6, 11) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, 11)
#elif PACKETVER >= 20080422
-packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, 3)
#elif PACKETVER >= 20080408
-packetLen(0x00e6, -1) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, -1)
#elif PACKETVER >= 20080401
-packetLen(0x00e6, 67) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, 67)
#elif PACKETVER >= 20080325
-packetLen(0x00e6, -1) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, -1)
#elif PACKETVER >= 20080318
-packetLen(0x00e6, 15) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, 15)
#elif PACKETVER >= 20080311
-packetLen(0x00e6, 16) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, 16)
#elif PACKETVER >= 20080304
-packetLen(0x00e6, -1) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, -1)
#elif PACKETVER >= 20080226
-packetLen(0x00e6, 53) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, 53)
#elif PACKETVER >= 20080219
-packetLen(0x00e6, 10) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, 10)
#elif PACKETVER >= 20080124
-packetLen(0x00e6, 114) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, 114)
#elif PACKETVER >= 20080102
-packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, 3)
#endif
// Packet: 0x00e7
#if PACKETVER >= 20081217
-packetLen(0x00e7, 42) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 42)
#elif PACKETVER >= 20081203
-packetLen(0x00e7, 30) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 30)
#elif PACKETVER >= 20081126
-packetLen(0x00e7, 7) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 7)
#elif PACKETVER >= 20081119
-packetLen(0x00e7, -1) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, -1)
#elif PACKETVER >= 20081112
-packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 3)
#elif PACKETVER >= 20081022
-packetLen(0x00e7, -1) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, -1)
#elif PACKETVER >= 20081015
-packetLen(0x00e7, 10) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 10)
#elif PACKETVER >= 20081008
-packetLen(0x00e7, 2) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 2)
#elif PACKETVER >= 20081001
-packetLen(0x00e7, -1) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, -1)
#elif PACKETVER >= 20080924
-packetLen(0x00e7, 33) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 33)
#elif PACKETVER >= 20080917
-packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 3)
#elif PACKETVER >= 20080827
-packetLen(0x00e7, -1) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, -1)
#elif PACKETVER >= 20080820
-packetLen(0x00e7, 44) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 44)
#elif PACKETVER >= 20080813
-packetLen(0x00e7, 19) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 19)
#elif PACKETVER >= 20080806
-packetLen(0x00e7, 59) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 59)
#elif PACKETVER >= 20080730
-packetLen(0x00e7, 24) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 24)
#elif PACKETVER >= 20080722
-packetLen(0x00e7, 2) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 2)
#elif PACKETVER >= 20080715
-packetLen(0x00e7, -1) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, -1)
#elif PACKETVER >= 20080708
-packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 3)
#elif PACKETVER >= 20080701
-packetLen(0x00e7, -1) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, -1)
#elif PACKETVER >= 20080624
-packetLen(0x00e7, 30) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 30)
#elif PACKETVER >= 20080617
-packetLen(0x00e7, -1) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, -1)
#elif PACKETVER >= 20080610
-packetLen(0x00e7, 14) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 14)
#elif PACKETVER >= 20080603
-packetLen(0x00e7, -1) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, -1)
#elif PACKETVER >= 20080528
-packetLen(0x00e7, 182) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 182)
#elif PACKETVER >= 20080520
-packetLen(0x00e7, 14) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 14)
#elif PACKETVER >= 20080513
-packetLen(0x00e7, -1) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, -1)
#elif PACKETVER >= 20080507
-packetLen(0x00e7, 90) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 90)
#elif PACKETVER >= 20080429
-packetLen(0x00e7, 182) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 182)
#elif PACKETVER >= 20080422
-packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 3)
#elif PACKETVER >= 20080415
-packetLen(0x00e7, -1) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, -1)
#elif PACKETVER >= 20080408
-packetLen(0x00e7, 6) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 6)
#elif PACKETVER >= 20080401
-packetLen(0x00e7, 4) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 4)
#elif PACKETVER >= 20080325
-packetLen(0x00e7, 8) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 8)
#elif PACKETVER >= 20080318
-packetLen(0x00e7, 6) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 6)
#elif PACKETVER >= 20080304
-packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 3)
#elif PACKETVER >= 20080226
-packetLen(0x00e7, 68) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 68)
#elif PACKETVER >= 20080124
-packetLen(0x00e7, -1) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, -1)
#elif PACKETVER >= 20080102
-packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 3)
#endif
// Packet: 0x00e8
#if PACKETVER >= 20081217
-packetLen(0x00e8, -1) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, -1)
#elif PACKETVER >= 20081203
-packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, 8)
#elif PACKETVER >= 20081126
-packetLen(0x00e8, 30) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, 30)
#elif PACKETVER >= 20081112
-packetLen(0x00e8, 10) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, 10)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x00e8, -1) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, -1)
#elif PACKETVER >= 20081029
-packetLen(0x00e8, 39) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, 39)
#elif PACKETVER >= 20081022
-packetLen(0x00e8, 27) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, 27)
#elif PACKETVER >= 20081008
-packetLen(0x00e8, -1) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, -1)
#elif PACKETVER >= 20081001
-packetLen(0x00e8, 2) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, 2)
#elif PACKETVER >= 20080924
-packetLen(0x00e8, 282) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, 282)
#elif PACKETVER >= 20080917
-packetLen(0x00e8, 6) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, 6)
#elif PACKETVER >= 20080903
-packetLen(0x00e8, -1) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, -1)
#elif PACKETVER >= 20080827
-packetLen(0x00e8, 10) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, 10)
#elif PACKETVER >= 20080820
-packetLen(0x00e8, -1) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, -1)
#elif PACKETVER >= 20080813
-packetLen(0x00e8, 282) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, 282)
#elif PACKETVER >= 20080806
-packetLen(0x00e8, 10) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, 10)
#elif PACKETVER >= 20080701
-packetLen(0x00e8, -1) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, -1)
#elif PACKETVER >= 20080624
-packetLen(0x00e8, 114) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, 114)
#elif PACKETVER >= 20080610
-packetLen(0x00e8, -1) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, -1)
#elif PACKETVER >= 20080603
-packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, 8)
#elif PACKETVER >= 20080528
-packetLen(0x00e8, 5) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, 5)
#elif PACKETVER >= 20080520
-packetLen(0x00e8, 66) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, 66)
#elif PACKETVER >= 20080513
-packetLen(0x00e8, 10) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, 10)
#elif PACKETVER >= 20080507
-packetLen(0x00e8, 86) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, 86)
#elif PACKETVER >= 20080429
-packetLen(0x00e8, -1) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, -1)
#elif PACKETVER >= 20080422
-packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, 8)
#elif PACKETVER >= 20080415
-packetLen(0x00e8, 6) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, 6)
#elif PACKETVER >= 20080408
-packetLen(0x00e8, -1) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, -1)
#elif PACKETVER >= 20080401
-packetLen(0x00e8, 2) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, 2)
#elif PACKETVER >= 20080325
-packetLen(0x00e8, 30) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, 30)
#elif PACKETVER >= 20080318
-packetLen(0x00e8, 4) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, 4)
#elif PACKETVER >= 20080311
-packetLen(0x00e8, 6) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, 6)
#elif PACKETVER >= 20080304
-packetLen(0x00e8, -1) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, -1)
#elif PACKETVER >= 20080226
-packetLen(0x00e8, 6) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, 6)
#elif PACKETVER >= 20080219
-packetLen(0x00e8, 2) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, 2)
#elif PACKETVER >= 20080124
-packetLen(0x00e8, 26) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, 26)
#elif PACKETVER >= 20080102
-packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, 8)
#endif
// Packet: 0x00e9
#if PACKETVER >= 20081217
-packetLen(0x00e9, -1) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, -1)
#elif PACKETVER >= 20081203
-packetLen(0x00e9, 11) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 11)
#elif PACKETVER >= 20081126
-packetLen(0x00e9, -1) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, -1)
#elif PACKETVER >= 20081119
-packetLen(0x00e9, 6) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 6)
#elif PACKETVER >= 20081112
-packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 19)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x00e9, 10) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 10)
#elif PACKETVER >= 20081022
-packetLen(0x00e9, -1) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, -1)
#elif PACKETVER >= 20081015
-packetLen(0x00e9, 15) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 15)
#elif PACKETVER >= 20081008
-packetLen(0x00e9, 6) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 6)
#elif PACKETVER >= 20081001
-packetLen(0x00e9, 102) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 102)
#elif PACKETVER >= 20080924
-packetLen(0x00e9, 6) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 6)
#elif PACKETVER >= 20080917
-packetLen(0x00e9, -1) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, -1)
#elif PACKETVER >= 20080910
-packetLen(0x00e9, 5) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 5)
#elif PACKETVER >= 20080903
-packetLen(0x00e9, -1) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, -1)
#elif PACKETVER >= 20080827
-packetLen(0x00e9, 54) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 54)
#elif PACKETVER >= 20080813
-packetLen(0x00e9, -1) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, -1)
#elif PACKETVER >= 20080806
-packetLen(0x00e9, 60) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 60)
#elif PACKETVER >= 20080730
-packetLen(0x00e9, 6) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 6)
#elif PACKETVER >= 20080722
-packetLen(0x00e9, 4) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 4)
#elif PACKETVER >= 20080708
-packetLen(0x00e9, 10) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 10)
#elif PACKETVER >= 20080617
-packetLen(0x00e9, -1) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, -1)
#elif PACKETVER >= 20080610
-packetLen(0x00e9, 8) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 8)
#elif PACKETVER >= 20080603
-packetLen(0x00e9, 4) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 4)
#elif PACKETVER >= 20080520
-packetLen(0x00e9, -1) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, -1)
#elif PACKETVER >= 20080513
-packetLen(0x00e9, 2) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 2)
#elif PACKETVER >= 20080422
-packetLen(0x00e9, -1) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, -1)
#elif PACKETVER >= 20080415
-packetLen(0x00e9, 7) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 7)
#elif PACKETVER >= 20080408
-packetLen(0x00e9, 4) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 4)
#elif PACKETVER >= 20080401
-packetLen(0x00e9, 8) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 8)
#elif PACKETVER >= 20080325
-packetLen(0x00e9, 2) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 2)
#elif PACKETVER >= 20080318
-packetLen(0x00e9, 6) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 6)
#elif PACKETVER >= 20080304
-packetLen(0x00e9, -1) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, -1)
#elif PACKETVER >= 20080226
-packetLen(0x00e9, 30) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 30)
#elif PACKETVER >= 20080219
-packetLen(0x00e9, 2) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 2)
#elif PACKETVER >= 20080124
-packetLen(0x00e9, 21) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 21)
#elif PACKETVER >= 20080102
-packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 19)
#endif
// Packet: 0x00ea
#if PACKETVER >= 20081217
-packetLen(0x00ea, -1) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, -1)
#elif PACKETVER >= 20081203
-packetLen(0x00ea, 14) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 14)
#elif PACKETVER >= 20081126
-packetLen(0x00ea, 3) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 3)
#elif PACKETVER >= 20081119
-packetLen(0x00ea, 42) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 42)
#elif PACKETVER >= 20081112
-packetLen(0x00ea, 6) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 6)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x00ea, 11) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 11)
#elif PACKETVER >= 20081029
-packetLen(0x00ea, -1) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, -1)
#elif PACKETVER >= 20081022
-packetLen(0x00ea, 6) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 6)
#elif PACKETVER >= 20081015
-packetLen(0x00ea, -1) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, -1)
#elif PACKETVER >= 20081008
-packetLen(0x00ea, 28) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 28)
#elif PACKETVER >= 20081001
-packetLen(0x00ea, -1) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, -1)
#elif PACKETVER >= 20080924
-packetLen(0x00ea, 4) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 4)
#elif PACKETVER >= 20080917
-packetLen(0x00ea, 10) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 10)
#elif PACKETVER >= 20080827
-packetLen(0x00ea, -1) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, -1)
#elif PACKETVER >= 20080820
-packetLen(0x00ea, 2) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 2)
#elif PACKETVER >= 20080806
-packetLen(0x00ea, -1) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, -1)
#elif PACKETVER >= 20080730
-packetLen(0x00ea, 6) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 6)
#elif PACKETVER >= 20080722
-packetLen(0x00ea, -1) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, -1)
#elif PACKETVER >= 20080715
-packetLen(0x00ea, 8) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 8)
#elif PACKETVER >= 20080708
-packetLen(0x00ea, 81) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 81)
#elif PACKETVER >= 20080701
-packetLen(0x00ea, -1) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, -1)
#elif PACKETVER >= 20080624
-packetLen(0x00ea, 39) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 39)
#elif PACKETVER >= 20080617
-packetLen(0x00ea, 90) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 90)
#elif PACKETVER >= 20080603
-packetLen(0x00ea, -1) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, -1)
#elif PACKETVER >= 20080528
-packetLen(0x00ea, 30) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 30)
#elif PACKETVER >= 20080520
-packetLen(0x00ea, 3) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 3)
#elif PACKETVER >= 20080513
-packetLen(0x00ea, -1) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, -1)
#elif PACKETVER >= 20080507
-packetLen(0x00ea, 26) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 26)
#elif PACKETVER >= 20080429
-packetLen(0x00ea, 6) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 6)
#elif PACKETVER >= 20080422
-packetLen(0x00ea, -1) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, -1)
#elif PACKETVER >= 20080415
-packetLen(0x00ea, 4) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 4)
#elif PACKETVER >= 20080408
-packetLen(0x00ea, -1) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, -1)
#elif PACKETVER >= 20080401
-packetLen(0x00ea, 15) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 15)
#elif PACKETVER >= 20080325
-packetLen(0x00ea, 3) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 3)
#elif PACKETVER >= 20080318
-packetLen(0x00ea, 2) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 2)
#elif PACKETVER >= 20080311
-packetLen(0x00ea, 10) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 10)
#elif PACKETVER >= 20080304
-packetLen(0x00ea, 6) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 6)
#elif PACKETVER >= 20080219
-packetLen(0x00ea, -1) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, -1)
#elif PACKETVER >= 20080124
-packetLen(0x00ea, 14) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 14)
#elif PACKETVER >= 20080102
-packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 5)
#endif
// Packet: 0x00eb
#if PACKETVER >= 20081217
-packetLen(0x00eb, 6) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 6)
#elif PACKETVER >= 20081112
-packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 2)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081105
-packetLen(0x00eb, -1) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, -1)
#elif PACKETVER >= 20081029
-packetLen(0x00eb, 3) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 3)
#elif PACKETVER >= 20081015
-packetLen(0x00eb, 10) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 10)
#elif PACKETVER >= 20081008
-packetLen(0x00eb, 19) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 19)
#elif PACKETVER >= 20081001
-packetLen(0x00eb, 22) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 22)
#elif PACKETVER >= 20080917
-packetLen(0x00eb, 6) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 6)
#elif PACKETVER >= 20080910
-packetLen(0x00eb, -1) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, -1)
#elif PACKETVER >= 20080903
-packetLen(0x00eb, 4) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 4)
#elif PACKETVER >= 20080813
-packetLen(0x00eb, -1) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, -1)
#elif PACKETVER >= 20080806
-packetLen(0x00eb, 6) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 6)
#elif PACKETVER >= 20080730
-packetLen(0x00eb, 22) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 22)
#elif PACKETVER >= 20080624
-packetLen(0x00eb, -1) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, -1)
#elif PACKETVER >= 20080617
-packetLen(0x00eb, 5) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 5)
#elif PACKETVER >= 20080610
-packetLen(0x00eb, -1) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, -1)
#elif PACKETVER >= 20080603
-packetLen(0x00eb, 54) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 54)
#elif PACKETVER >= 20080528
-packetLen(0x00eb, -1) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, -1)
#elif PACKETVER >= 20080520
-packetLen(0x00eb, 11) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 11)
#elif PACKETVER >= 20080513
-packetLen(0x00eb, 6) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 6)
#elif PACKETVER >= 20080507
-packetLen(0x00eb, 36) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 36)
#elif PACKETVER >= 20080429
-packetLen(0x00eb, -1) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, -1)
#elif PACKETVER >= 20080422
-packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 2)
#elif PACKETVER >= 20080415
-packetLen(0x00eb, 5) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 5)
#elif PACKETVER >= 20080408
-packetLen(0x00eb, 15) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 15)
#elif PACKETVER >= 20080325
-packetLen(0x00eb, -1) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, -1)
#elif PACKETVER >= 20080318
-packetLen(0x00eb, 86) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 86)
#elif PACKETVER >= 20080311
-packetLen(0x00eb, 12) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 12)
#elif PACKETVER >= 20080304
-packetLen(0x00eb, 6) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 6)
#elif PACKETVER >= 20080226
-packetLen(0x00eb, 19) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 19)
#elif PACKETVER >= 20080219
-packetLen(0x00eb, 17) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 17)
#elif PACKETVER >= 20080124
-packetLen(0x00eb, 6) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 6)
#elif PACKETVER >= 20080102
-packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 2)
#endif
// Packet: 0x00ec
#if PACKETVER >= 20081217
-packetLen(0x00ec, 18) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 18)
#elif PACKETVER >= 20081203
-packetLen(0x00ec, -1) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, -1)
#elif PACKETVER >= 20081126
-packetLen(0x00ec, 4) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 4)
#elif PACKETVER >= 20081119
-packetLen(0x00ec, 30) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 30)
#elif PACKETVER >= 20081112
-packetLen(0x00ec, 4) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 4)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x00ec, 86) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 86)
#elif PACKETVER >= 20081022
-packetLen(0x00ec, -1) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, -1)
#elif PACKETVER >= 20081015
-packetLen(0x00ec, 14) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 14)
#elif PACKETVER >= 20081008
-packetLen(0x00ec, 20) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 20)
#elif PACKETVER >= 20081001
-packetLen(0x00ec, 30) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 30)
#elif PACKETVER >= 20080924
-packetLen(0x00ec, -1) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, -1)
#elif PACKETVER >= 20080917
-packetLen(0x00ec, 2) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 2)
#elif PACKETVER >= 20080910
-packetLen(0x00ec, -1) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, -1)
#elif PACKETVER >= 20080903
-packetLen(0x00ec, 60) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 60)
#elif PACKETVER >= 20080820
-packetLen(0x00ec, -1) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, -1)
#elif PACKETVER >= 20080813
-packetLen(0x00ec, 28) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 28)
#elif PACKETVER >= 20080730
-packetLen(0x00ec, -1) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, -1)
#elif PACKETVER >= 20080722
-packetLen(0x00ec, 30) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 30)
#elif PACKETVER >= 20080715
-packetLen(0x00ec, 10) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 10)
#elif PACKETVER >= 20080708
-packetLen(0x00ec, -1) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, -1)
#elif PACKETVER >= 20080701
-packetLen(0x00ec, 55) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 55)
#elif PACKETVER >= 20080624
-packetLen(0x00ec, 4) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 4)
#elif PACKETVER >= 20080610
-packetLen(0x00ec, 6) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 6)
#elif PACKETVER >= 20080603
-packetLen(0x00ec, -1) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, -1)
#elif PACKETVER >= 20080528
-packetLen(0x00ec, 14) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 14)
#elif PACKETVER >= 20080520
-packetLen(0x00ec, 81) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 81)
#elif PACKETVER >= 20080513
-packetLen(0x00ec, 11) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 11)
#elif PACKETVER >= 20080507
-packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 3)
#elif PACKETVER >= 20080429
-packetLen(0x00ec, 34) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 34)
#elif PACKETVER >= 20080422
-packetLen(0x00ec, 10) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 10)
#elif PACKETVER >= 20080415
-packetLen(0x00ec, 14) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 14)
#elif PACKETVER >= 20080408
-packetLen(0x00ec, -1) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, -1)
#elif PACKETVER >= 20080401
-packetLen(0x00ec, 11) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 11)
#elif PACKETVER >= 20080325
-packetLen(0x00ec, 9) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 9)
#elif PACKETVER >= 20080318
-packetLen(0x00ec, 30) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 30)
#elif PACKETVER >= 20080311
-packetLen(0x00ec, 20) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 20)
#elif PACKETVER >= 20080304
-packetLen(0x00ec, 2) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 2)
#elif PACKETVER >= 20080226
-packetLen(0x00ec, 11) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 11)
#elif PACKETVER >= 20080219
-packetLen(0x00ec, -1) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, -1)
#elif PACKETVER >= 20080124
-packetLen(0x00ec, 9) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 9)
#elif PACKETVER >= 20080102
-packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 3)
#endif
// Packet: 0x00ed
#if PACKETVER >= 20081217
-packetLen(0x00ed, 4) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, 4)
#elif PACKETVER >= 20081203
-packetLen(0x00ed, 28) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, 28)
#elif PACKETVER >= 20081112
-packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, 2)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081105
-packetLen(0x00ed, -1) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, -1)
#elif PACKETVER >= 20081029
-packetLen(0x00ed, 30) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, 30)
#elif PACKETVER >= 20081022
-packetLen(0x00ed, -1) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, -1)
#elif PACKETVER >= 20081015
-packetLen(0x00ed, 11) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, 11)
#elif PACKETVER >= 20080924
-packetLen(0x00ed, -1) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, -1)
#elif PACKETVER >= 20080917
-packetLen(0x00ed, 34) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, 34)
#elif PACKETVER >= 20080827
-packetLen(0x00ed, -1) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, -1)
#elif PACKETVER >= 20080820
-packetLen(0x00ed, 53) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, 53)
#elif PACKETVER >= 20080813
-packetLen(0x00ed, -1) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, -1)
#elif PACKETVER >= 20080806
-packetLen(0x00ed, 65) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, 65)
#elif PACKETVER >= 20080730
-packetLen(0x00ed, 8) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, 8)
#elif PACKETVER >= 20080722
-packetLen(0x00ed, -1) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, -1)
#elif PACKETVER >= 20080715
-packetLen(0x00ed, 10) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, 10)
#elif PACKETVER >= 20080701
-packetLen(0x00ed, -1) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, -1)
#elif PACKETVER >= 20080624
-packetLen(0x00ed, 20) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, 20)
#elif PACKETVER >= 20080610
-packetLen(0x00ed, -1) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, -1)
#elif PACKETVER >= 20080603
-packetLen(0x00ed, 7) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, 7)
#elif PACKETVER >= 20080528
-packetLen(0x00ed, -1) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, -1)
#elif PACKETVER >= 20080520
-packetLen(0x00ed, 3) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, 3)
#elif PACKETVER >= 20080513
-packetLen(0x00ed, 8) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, 8)
#elif PACKETVER >= 20080507
-packetLen(0x00ed, 6) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, 6)
#elif PACKETVER >= 20080429
-packetLen(0x00ed, -1) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, -1)
#elif PACKETVER >= 20080422
-packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, 2)
#elif PACKETVER >= 20080415
-packetLen(0x00ed, 3) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, 3)
#elif PACKETVER >= 20080408
-packetLen(0x00ed, 5) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, 5)
#elif PACKETVER >= 20080401
-packetLen(0x00ed, 3) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, 3)
#elif PACKETVER >= 20080325
-packetLen(0x00ed, 7) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, 7)
#elif PACKETVER >= 20080318
-packetLen(0x00ed, 4) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, 4)
#elif PACKETVER >= 20080311
-packetLen(0x00ed, -1) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, -1)
#elif PACKETVER >= 20080304
-packetLen(0x00ed, 86) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, 86)
#elif PACKETVER >= 20080226
-packetLen(0x00ed, 30) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, 30)
#elif PACKETVER >= 20080124
-packetLen(0x00ed, -1) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, -1)
#elif PACKETVER >= 20080102
-packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, 2)
#endif
// Packet: 0x00ee
#if PACKETVER >= 20081112
-packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, 2)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081029
-packetLen(0x00ee, -1) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, -1)
#elif PACKETVER >= 20081015
-packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, 2)
#elif PACKETVER >= 20081001
-packetLen(0x00ee, -1) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, -1)
#elif PACKETVER >= 20080924
-packetLen(0x00ee, 10) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, 10)
#elif PACKETVER >= 20080910
-packetLen(0x00ee, -1) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, -1)
#elif PACKETVER >= 20080903
-packetLen(0x00ee, 8) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, 8)
#elif PACKETVER >= 20080813
-packetLen(0x00ee, -1) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, -1)
#elif PACKETVER >= 20080806
-packetLen(0x00ee, 12) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, 12)
#elif PACKETVER >= 20080730
-packetLen(0x00ee, -1) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, -1)
#elif PACKETVER >= 20080722
-packetLen(0x00ee, 8) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, 8)
#elif PACKETVER >= 20080715
-packetLen(0x00ee, 31) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, 31)
#elif PACKETVER >= 20080708
-packetLen(0x00ee, 6) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, 6)
#elif PACKETVER >= 20080701
-packetLen(0x00ee, 14) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, 14)
#elif PACKETVER >= 20080624
-packetLen(0x00ee, -1) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, -1)
#elif PACKETVER >= 20080617
-packetLen(0x00ee, 81) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, 81)
#elif PACKETVER >= 20080610
-packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, 2)
#elif PACKETVER >= 20080603
-packetLen(0x00ee, 6) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, 6)
#elif PACKETVER >= 20080528
-packetLen(0x00ee, 18) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, 18)
#elif PACKETVER >= 20080520
-packetLen(0x00ee, 3) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, 3)
#elif PACKETVER >= 20080429
-packetLen(0x00ee, -1) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, -1)
#elif PACKETVER >= 20080422
-packetLen(0x00ee, 3) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, 3)
#elif PACKETVER >= 20080415
-packetLen(0x00ee, 30) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, 30)
#elif PACKETVER >= 20080408
-packetLen(0x00ee, 8) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, 8)
#elif PACKETVER >= 20080401
-packetLen(0x00ee, 26) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, 26)
#elif PACKETVER >= 20080325
-packetLen(0x00ee, -1) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, -1)
#elif PACKETVER >= 20080318
-packetLen(0x00ee, 5) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, 5)
#elif PACKETVER >= 20080311
-packetLen(0x00ee, 11) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, 11)
#elif PACKETVER >= 20080304
-packetLen(0x00ee, 10) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, 10)
#elif PACKETVER >= 20080226
-packetLen(0x00ee, 90) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, 90)
#elif PACKETVER >= 20080219
-packetLen(0x00ee, -1) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, -1)
#elif PACKETVER >= 20080124
-packetLen(0x00ee, 4) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, 4)
#elif PACKETVER >= 20080102
-packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, 2)
#endif
// Packet: 0x00ef
#if PACKETVER >= 20081217
-packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 2)
#elif PACKETVER >= 20081119
-packetLen(0x00ef, -1) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, -1)
#elif PACKETVER >= 20081112
-packetLen(0x00ef, 4) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 4)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x00ef, 14) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 14)
#elif PACKETVER >= 20081029
-packetLen(0x00ef, -1) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, -1)
#elif PACKETVER >= 20081022
-packetLen(0x00ef, 11) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 11)
#elif PACKETVER >= 20081015
-packetLen(0x00ef, 3) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 3)
#elif PACKETVER >= 20081008
-packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 2)
#elif PACKETVER >= 20081001
-packetLen(0x00ef, 6) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 6)
#elif PACKETVER >= 20080924
-packetLen(0x00ef, 8) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 8)
#elif PACKETVER >= 20080910
-packetLen(0x00ef, -1) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, -1)
#elif PACKETVER >= 20080903
-packetLen(0x00ef, 10) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 10)
#elif PACKETVER >= 20080827
-packetLen(0x00ef, 8) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 8)
#elif PACKETVER >= 20080820
-packetLen(0x00ef, -1) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, -1)
#elif PACKETVER >= 20080813
-packetLen(0x00ef, 53) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 53)
#elif PACKETVER >= 20080806
-packetLen(0x00ef, 28) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 28)
#elif PACKETVER >= 20080730
-packetLen(0x00ef, 6) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 6)
#elif PACKETVER >= 20080722
-packetLen(0x00ef, -1) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, -1)
#elif PACKETVER >= 20080715
-packetLen(0x00ef, 35) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 35)
#elif PACKETVER >= 20080708
-packetLen(0x00ef, 30) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 30)
#elif PACKETVER >= 20080701
-packetLen(0x00ef, -1) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, -1)
#elif PACKETVER >= 20080624
-packetLen(0x00ef, 10) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 10)
#elif PACKETVER >= 20080617
-packetLen(0x00ef, 30) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 30)
#elif PACKETVER >= 20080610
-packetLen(0x00ef, 9) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 9)
#elif PACKETVER >= 20080603
-packetLen(0x00ef, 11) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 11)
#elif PACKETVER >= 20080528
-packetLen(0x00ef, 30) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 30)
#elif PACKETVER >= 20080520
-packetLen(0x00ef, 26) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 26)
#elif PACKETVER >= 20080513
-packetLen(0x00ef, 28) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 28)
#elif PACKETVER >= 20080507
-packetLen(0x00ef, 4) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 4)
#elif PACKETVER >= 20080429
-packetLen(0x00ef, 7) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 7)
#elif PACKETVER >= 20080422
-packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 2)
#elif PACKETVER >= 20080408
-packetLen(0x00ef, -1) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, -1)
#elif PACKETVER >= 20080401
-packetLen(0x00ef, 57) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 57)
#elif PACKETVER >= 20080325
-packetLen(0x00ef, 10) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 10)
#elif PACKETVER >= 20080318
-packetLen(0x00ef, 90) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 90)
#elif PACKETVER >= 20080311
-packetLen(0x00ef, -1) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, -1)
#elif PACKETVER >= 20080304
-packetLen(0x00ef, 6) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 6)
#elif PACKETVER >= 20080226
-packetLen(0x00ef, -1) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, -1)
#elif PACKETVER >= 20080124
-packetLen(0x00ef, 7) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 7)
#elif PACKETVER >= 20080102
-packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 2)
#endif
// Packet: 0x00f0
#if PACKETVER >= 20081217
-packetLen(0x00f0, 26) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 26)
#elif PACKETVER >= 20081203
-packetLen(0x00f0, 5) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 5)
#elif PACKETVER >= 20081126
-packetLen(0x00f0, 2) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 2)
#elif PACKETVER >= 20081112
-packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 3)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x00f0, 8) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 8)
#elif PACKETVER >= 20081022
-packetLen(0x00f0, -1) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, -1)
#elif PACKETVER >= 20081015
-packetLen(0x00f0, 27) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 27)
#elif PACKETVER >= 20081008
-packetLen(0x00f0, 7) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 7)
#elif PACKETVER >= 20081001
-packetLen(0x00f0, 2) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 2)
#elif PACKETVER >= 20080924
-packetLen(0x00f0, -1) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, -1)
#elif PACKETVER >= 20080917
-packetLen(0x00f0, 66) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 66)
#elif PACKETVER >= 20080903
-packetLen(0x00f0, -1) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, -1)
#elif PACKETVER >= 20080827
-packetLen(0x00f0, 11) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 11)
#elif PACKETVER >= 20080820
-packetLen(0x00f0, 2) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 2)
#elif PACKETVER >= 20080806
-packetLen(0x00f0, -1) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, -1)
#elif PACKETVER >= 20080730
-packetLen(0x00f0, 6) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 6)
#elif PACKETVER >= 20080722
-packetLen(0x00f0, 11) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 11)
#elif PACKETVER >= 20080715
-packetLen(0x00f0, 6) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 6)
#elif PACKETVER >= 20080708
-packetLen(0x00f0, 26) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 26)
#elif PACKETVER >= 20080701
-packetLen(0x00f0, 11) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 11)
#elif PACKETVER >= 20080617
-packetLen(0x00f0, -1) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, -1)
#elif PACKETVER >= 20080610
-packetLen(0x00f0, 60) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 60)
#elif PACKETVER >= 20080603
-packetLen(0x00f0, 6) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 6)
#elif PACKETVER >= 20080528
-packetLen(0x00f0, -1) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, -1)
#elif PACKETVER >= 20080520
-packetLen(0x00f0, 14) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 14)
#elif PACKETVER >= 20080513
-packetLen(0x00f0, 43) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 43)
#elif PACKETVER >= 20080429
-packetLen(0x00f0, -1) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, -1)
#elif PACKETVER >= 20080422
-packetLen(0x00f0, 30) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 30)
#elif PACKETVER >= 20080415
-packetLen(0x00f0, 2) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 2)
#elif PACKETVER >= 20080408
-packetLen(0x00f0, -1) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, -1)
#elif PACKETVER >= 20080401
-packetLen(0x00f0, 90) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 90)
#elif PACKETVER >= 20080325
-packetLen(0x00f0, 24) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 24)
#elif PACKETVER >= 20080318
-packetLen(0x00f0, 6) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 6)
#elif PACKETVER >= 20080311
-packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 3)
#elif PACKETVER >= 20080304
-packetLen(0x00f0, 7) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 7)
#elif PACKETVER >= 20080226
-packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 3)
#elif PACKETVER >= 20080219
-packetLen(0x00f0, 27) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 27)
#elif PACKETVER >= 20080124
-packetLen(0x00f0, 6) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 6)
#elif PACKETVER >= 20080102
-packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 3)
#endif
// Packet: 0x00f1
-packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+packetLen(0x00f1, 2)
// Packet: 0x00f2
#if PACKETVER >= 20081217
-packetLen(0x00f2, -1) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, -1)
#elif PACKETVER >= 20081203
-packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 6)
#elif PACKETVER >= 20081126
-packetLen(0x00f2, -1) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, -1)
#elif PACKETVER >= 20081119
-packetLen(0x00f2, 10) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 10)
#elif PACKETVER >= 20081112
-packetLen(0x00f2, 27) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 27)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081029
-packetLen(0x00f2, -1) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, -1)
#elif PACKETVER >= 20081022
-packetLen(0x00f2, 7) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 7)
#elif PACKETVER >= 20081015
-packetLen(0x00f2, 3) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 3)
#elif PACKETVER >= 20080917
-packetLen(0x00f2, -1) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, -1)
#elif PACKETVER >= 20080910
-packetLen(0x00f2, 4) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 4)
#elif PACKETVER >= 20080903
-packetLen(0x00f2, 8) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 8)
#elif PACKETVER >= 20080827
-packetLen(0x00f2, 10) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 10)
#elif PACKETVER >= 20080806
-packetLen(0x00f2, -1) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, -1)
#elif PACKETVER >= 20080730
-packetLen(0x00f2, 29) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 29)
#elif PACKETVER >= 20080708
-packetLen(0x00f2, -1) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, -1)
#elif PACKETVER >= 20080701
-packetLen(0x00f2, 4) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 4)
#elif PACKETVER >= 20080624
-packetLen(0x00f2, -1) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, -1)
#elif PACKETVER >= 20080617
-packetLen(0x00f2, 10) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 10)
#elif PACKETVER >= 20080610
-packetLen(0x00f2, 39) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 39)
#elif PACKETVER >= 20080603
-packetLen(0x00f2, -1) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, -1)
#elif PACKETVER >= 20080528
-packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 6)
#elif PACKETVER >= 20080520
-packetLen(0x00f2, -1) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, -1)
#elif PACKETVER >= 20080513
-packetLen(0x00f2, 39) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 39)
#elif PACKETVER >= 20080507
-packetLen(0x00f2, 54) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 54)
#elif PACKETVER >= 20080429
-packetLen(0x00f2, -1) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, -1)
#elif PACKETVER >= 20080422
-packetLen(0x00f2, 31) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 31)
#elif PACKETVER >= 20080415
-packetLen(0x00f2, 10) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 10)
#elif PACKETVER >= 20080408
-packetLen(0x00f2, -1) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, -1)
#elif PACKETVER >= 20080401
-packetLen(0x00f2, 86) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 86)
#elif PACKETVER >= 20080325
-packetLen(0x00f2, 60) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 60)
#elif PACKETVER >= 20080318
-packetLen(0x00f2, -1) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, -1)
#elif PACKETVER >= 20080311
-packetLen(0x00f2, 26) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 26)
#elif PACKETVER >= 20080304
-packetLen(0x00f2, -1) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, -1)
#elif PACKETVER >= 20080226
-packetLen(0x00f2, 14) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 14)
#elif PACKETVER >= 20080219
-packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 6)
#elif PACKETVER >= 20080124
-packetLen(0x00f2, 13) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 13)
#elif PACKETVER >= 20080102
-packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 6)
#endif
// Packet: 0x00f3
-packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+packetLen(0x00f3, -1)
// Packet: 0x00f4
#if PACKETVER >= 20081217
-packetLen(0x00f4, 14) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 14)
#elif PACKETVER >= 20081203
-packetLen(0x00f4, -1) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, -1)
#elif PACKETVER >= 20081126
-packetLen(0x00f4, 3) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 3)
#elif PACKETVER >= 20081119
-packetLen(0x00f4, 65) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 65)
#elif PACKETVER >= 20081112
-packetLen(0x00f4, 30) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 30)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x00f4, 2) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 2)
#elif PACKETVER >= 20081029
-packetLen(0x00f4, -1) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, -1)
#elif PACKETVER >= 20081022
-packetLen(0x00f4, 2) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 2)
#elif PACKETVER >= 20081001
-packetLen(0x00f4, -1) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, -1)
#elif PACKETVER >= 20080924
-packetLen(0x00f4, 4) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 4)
#elif PACKETVER >= 20080917
-packetLen(0x00f4, -1) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, -1)
#elif PACKETVER >= 20080910
-packetLen(0x00f4, 8) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 8)
#elif PACKETVER >= 20080903
-packetLen(0x00f4, 15) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 15)
#elif PACKETVER >= 20080827
-packetLen(0x00f4, 2) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 2)
#elif PACKETVER >= 20080820
-packetLen(0x00f4, -1) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, -1)
#elif PACKETVER >= 20080813
-packetLen(0x00f4, 10) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 10)
#elif PACKETVER >= 20080730
-packetLen(0x00f4, -1) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, -1)
#elif PACKETVER >= 20080722
-packetLen(0x00f4, 6) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 6)
#elif PACKETVER >= 20080715
-packetLen(0x00f4, -1) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, -1)
#elif PACKETVER >= 20080708
-packetLen(0x00f4, 8) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 8)
#elif PACKETVER >= 20080624
-packetLen(0x00f4, -1) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, -1)
#elif PACKETVER >= 20080617
-packetLen(0x00f4, 11) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 11)
#elif PACKETVER >= 20080528
-packetLen(0x00f4, -1) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, -1)
#elif PACKETVER >= 20080513
-packetLen(0x00f4, 3) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 3)
#elif PACKETVER >= 20080507
-packetLen(0x00f4, 8) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 8)
#elif PACKETVER >= 20080429
-packetLen(0x00f4, 2) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 2)
#elif PACKETVER >= 20080422
-packetLen(0x00f4, 3) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 3)
#elif PACKETVER >= 20080415
-packetLen(0x00f4, -1) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, -1)
#elif PACKETVER >= 20080408
-packetLen(0x00f4, 35) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 35)
#elif PACKETVER >= 20080401
-packetLen(0x00f4, 282) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 282)
#elif PACKETVER >= 20080325
-packetLen(0x00f4, 6) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 6)
#elif PACKETVER >= 20080318
-packetLen(0x00f4, 8) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 8)
#elif PACKETVER >= 20080311
-packetLen(0x00f4, 2) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 2)
#elif PACKETVER >= 20080304
-packetLen(0x00f4, 8) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 8)
#elif PACKETVER >= 20080226
-packetLen(0x00f4, 6) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 6)
#elif PACKETVER >= 20080219
-packetLen(0x00f4, -1) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, -1)
#elif PACKETVER >= 20080124
-packetLen(0x00f4, 10) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 10)
#elif PACKETVER >= 20080102
-packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 21)
#endif
// Packet: 0x00f5
-packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+packetLen(0x00f5, 11)
// Packet: 0x00f6
#if PACKETVER >= 20081217
-packetLen(0x00f6, 26) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 26)
#elif PACKETVER >= 20081203
-packetLen(0x00f6, -1) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, -1)
#elif PACKETVER >= 20081126
-packetLen(0x00f6, 7) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 7)
#elif PACKETVER >= 20081119
-packetLen(0x00f6, 5) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 5)
#elif PACKETVER >= 20081112
-packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 8)
#elif PACKETVER >= 20081105
-packetLen(0x00f6, -1) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, -1)
#elif PACKETVER >= 20081029
-packetLen(0x00f6, 57) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 57)
#elif PACKETVER >= 20080924
-packetLen(0x00f6, -1) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, -1)
#elif PACKETVER >= 20080917
-packetLen(0x00f6, 2) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 2)
#elif PACKETVER >= 20080903
-packetLen(0x00f6, -1) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, -1)
#elif PACKETVER >= 20080827
-packetLen(0x00f6, 6) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 6)
#elif PACKETVER >= 20080820
-packetLen(0x00f6, -1) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, -1)
#elif PACKETVER >= 20080813
-packetLen(0x00f6, 2) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 2)
#elif PACKETVER >= 20080806
-packetLen(0x00f6, -1) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, -1)
#elif PACKETVER >= 20080730
-packetLen(0x00f6, 11) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 11)
#elif PACKETVER >= 20080722
-packetLen(0x00f6, 2) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 2)
#elif PACKETVER >= 20080708
-packetLen(0x00f6, -1) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, -1)
#elif PACKETVER >= 20080701
-packetLen(0x00f6, 11) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 11)
#elif PACKETVER >= 20080624
-packetLen(0x00f6, 6) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 6)
#elif PACKETVER >= 20080617
-packetLen(0x00f6, 26) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 26)
#elif PACKETVER >= 20080610
-packetLen(0x00f6, 6) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 6)
#elif PACKETVER >= 20080603
-packetLen(0x00f6, -1) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, -1)
#elif PACKETVER >= 20080528
-packetLen(0x00f6, 10) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 10)
#elif PACKETVER >= 20080520
-packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 8)
#elif PACKETVER >= 20080513
-packetLen(0x00f6, 6) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 6)
#elif PACKETVER >= 20080422
-packetLen(0x00f6, -1) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, -1)
#elif PACKETVER >= 20080415
-packetLen(0x00f6, 4) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 4)
#elif PACKETVER >= 20080408
-packetLen(0x00f6, 65) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 65)
#elif PACKETVER >= 20080401
-packetLen(0x00f6, 7) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 7)
#elif PACKETVER >= 20080325
-packetLen(0x00f6, 6) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 6)
#elif PACKETVER >= 20080318
-packetLen(0x00f6, 2) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 2)
#elif PACKETVER >= 20080311
-packetLen(0x00f6, 7) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 7)
#elif PACKETVER >= 20080304
-packetLen(0x00f6, 65) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 65)
#elif PACKETVER >= 20080226
-packetLen(0x00f6, -1) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, -1)
#elif PACKETVER >= 20080219
-packetLen(0x00f6, 23) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 23)
#elif PACKETVER >= 20080124
-packetLen(0x00f6, 39) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 39)
#elif PACKETVER >= 20080102
-packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 8)
#endif
// Packet: 0x00f7
-packetLen(0x00f7, 17) // CZ_REQUEST_TIME
+packetLen(0x00f7, 17)
// Packet: 0x00f8
#if PACKETVER >= 20081203
-packetLen(0x00f8, -1) // ZC_CLOSE_STORE
+packetLen(0x00f8, -1)
#elif PACKETVER >= 20081119
-packetLen(0x00f8, 3) // ZC_CLOSE_STORE
+packetLen(0x00f8, 3)
#elif PACKETVER >= 20081112
-packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+packetLen(0x00f8, 2)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081022
-packetLen(0x00f8, -1) // ZC_CLOSE_STORE
+packetLen(0x00f8, -1)
#elif PACKETVER >= 20081015
-packetLen(0x00f8, 5) // ZC_CLOSE_STORE
+packetLen(0x00f8, 5)
#elif PACKETVER >= 20080917
-packetLen(0x00f8, -1) // ZC_CLOSE_STORE
+packetLen(0x00f8, -1)
#elif PACKETVER >= 20080910
-packetLen(0x00f8, 6) // ZC_CLOSE_STORE
+packetLen(0x00f8, 6)
#elif PACKETVER >= 20080903
-packetLen(0x00f8, 3) // ZC_CLOSE_STORE
+packetLen(0x00f8, 3)
#elif PACKETVER >= 20080827
-packetLen(0x00f8, -1) // ZC_CLOSE_STORE
+packetLen(0x00f8, -1)
#elif PACKETVER >= 20080820
-packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+packetLen(0x00f8, 2)
#elif PACKETVER >= 20080813
-packetLen(0x00f8, -1) // ZC_CLOSE_STORE
+packetLen(0x00f8, -1)
#elif PACKETVER >= 20080806
-packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+packetLen(0x00f8, 2)
#elif PACKETVER >= 20080730
-packetLen(0x00f8, 30) // ZC_CLOSE_STORE
+packetLen(0x00f8, 30)
#elif PACKETVER >= 20080722
-packetLen(0x00f8, 10) // ZC_CLOSE_STORE
+packetLen(0x00f8, 10)
#elif PACKETVER >= 20080701
-packetLen(0x00f8, -1) // ZC_CLOSE_STORE
+packetLen(0x00f8, -1)
#elif PACKETVER >= 20080624
-packetLen(0x00f8, 26) // ZC_CLOSE_STORE
+packetLen(0x00f8, 26)
#elif PACKETVER >= 20080617
-packetLen(0x00f8, 17) // ZC_CLOSE_STORE
+packetLen(0x00f8, 17)
#elif PACKETVER >= 20080610
-packetLen(0x00f8, 30) // ZC_CLOSE_STORE
+packetLen(0x00f8, 30)
#elif PACKETVER >= 20080603
-packetLen(0x00f8, 10) // ZC_CLOSE_STORE
+packetLen(0x00f8, 10)
#elif PACKETVER >= 20080528
-packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+packetLen(0x00f8, 2)
#elif PACKETVER >= 20080513
-packetLen(0x00f8, -1) // ZC_CLOSE_STORE
+packetLen(0x00f8, -1)
#elif PACKETVER >= 20080507
-packetLen(0x00f8, 6) // ZC_CLOSE_STORE
+packetLen(0x00f8, 6)
#elif PACKETVER >= 20080422
-packetLen(0x00f8, -1) // ZC_CLOSE_STORE
+packetLen(0x00f8, -1)
#elif PACKETVER >= 20080415
-packetLen(0x00f8, 6) // ZC_CLOSE_STORE
+packetLen(0x00f8, 6)
#elif PACKETVER >= 20080408
-packetLen(0x00f8, -1) // ZC_CLOSE_STORE
+packetLen(0x00f8, -1)
#elif PACKETVER >= 20080401
-packetLen(0x00f8, 3) // ZC_CLOSE_STORE
+packetLen(0x00f8, 3)
#elif PACKETVER >= 20080325
-packetLen(0x00f8, 6) // ZC_CLOSE_STORE
+packetLen(0x00f8, 6)
#elif PACKETVER >= 20080318
-packetLen(0x00f8, -1) // ZC_CLOSE_STORE
+packetLen(0x00f8, -1)
#elif PACKETVER >= 20080311
-packetLen(0x00f8, 12) // ZC_CLOSE_STORE
+packetLen(0x00f8, 12)
#elif PACKETVER >= 20080304
-packetLen(0x00f8, -1) // ZC_CLOSE_STORE
+packetLen(0x00f8, -1)
#elif PACKETVER >= 20080226
-packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+packetLen(0x00f8, 2)
#elif PACKETVER >= 20080219
-packetLen(0x00f8, 12) // ZC_CLOSE_STORE
+packetLen(0x00f8, 12)
#elif PACKETVER >= 20080124
-packetLen(0x00f8, 43) // ZC_CLOSE_STORE
+packetLen(0x00f8, 43)
#elif PACKETVER >= 20080102
-packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+packetLen(0x00f8, 2)
#endif
// Packet: 0x00f9
#if PACKETVER >= 20081126
-packetLen(0x00f9, -1) // CZ_MAKE_GROUP
+packetLen(0x00f9, -1)
#elif PACKETVER >= 20081119
-packetLen(0x00f9, 2) // CZ_MAKE_GROUP
+packetLen(0x00f9, 2)
#elif PACKETVER >= 20081112
-packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+packetLen(0x00f9, 26)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081105
-packetLen(0x00f9, -1) // CZ_MAKE_GROUP
+packetLen(0x00f9, -1)
#elif PACKETVER >= 20081022
-packetLen(0x00f9, 3) // CZ_MAKE_GROUP
+packetLen(0x00f9, 3)
#elif PACKETVER >= 20081015
-packetLen(0x00f9, 22) // CZ_MAKE_GROUP
+packetLen(0x00f9, 22)
#elif PACKETVER >= 20081008
-packetLen(0x00f9, -1) // CZ_MAKE_GROUP
+packetLen(0x00f9, -1)
#elif PACKETVER >= 20081001
-packetLen(0x00f9, 7) // CZ_MAKE_GROUP
+packetLen(0x00f9, 7)
#elif PACKETVER >= 20080917
-packetLen(0x00f9, -1) // CZ_MAKE_GROUP
+packetLen(0x00f9, -1)
#elif PACKETVER >= 20080910
-packetLen(0x00f9, 4) // CZ_MAKE_GROUP
+packetLen(0x00f9, 4)
#elif PACKETVER >= 20080827
-packetLen(0x00f9, -1) // CZ_MAKE_GROUP
+packetLen(0x00f9, -1)
#elif PACKETVER >= 20080820
-packetLen(0x00f9, 3) // CZ_MAKE_GROUP
+packetLen(0x00f9, 3)
#elif PACKETVER >= 20080813
-packetLen(0x00f9, -1) // CZ_MAKE_GROUP
+packetLen(0x00f9, -1)
#elif PACKETVER >= 20080806
-packetLen(0x00f9, 5) // CZ_MAKE_GROUP
+packetLen(0x00f9, 5)
#elif PACKETVER >= 20080730
-packetLen(0x00f9, 54) // CZ_MAKE_GROUP
+packetLen(0x00f9, 54)
#elif PACKETVER >= 20080722
-packetLen(0x00f9, -1) // CZ_MAKE_GROUP
+packetLen(0x00f9, -1)
#elif PACKETVER >= 20080715
-packetLen(0x00f9, 11) // CZ_MAKE_GROUP
+packetLen(0x00f9, 11)
#elif PACKETVER >= 20080708
-packetLen(0x00f9, 30) // CZ_MAKE_GROUP
+packetLen(0x00f9, 30)
#elif PACKETVER >= 20080701
-packetLen(0x00f9, 6) // CZ_MAKE_GROUP
+packetLen(0x00f9, 6)
#elif PACKETVER >= 20080610
-packetLen(0x00f9, -1) // CZ_MAKE_GROUP
+packetLen(0x00f9, -1)
#elif PACKETVER >= 20080603
-packetLen(0x00f9, 10) // CZ_MAKE_GROUP
+packetLen(0x00f9, 10)
#elif PACKETVER >= 20080528
-packetLen(0x00f9, 6) // CZ_MAKE_GROUP
+packetLen(0x00f9, 6)
#elif PACKETVER >= 20080520
-packetLen(0x00f9, 3) // CZ_MAKE_GROUP
+packetLen(0x00f9, 3)
#elif PACKETVER >= 20080513
-packetLen(0x00f9, -1) // CZ_MAKE_GROUP
+packetLen(0x00f9, -1)
#elif PACKETVER >= 20080507
-packetLen(0x00f9, 5) // CZ_MAKE_GROUP
+packetLen(0x00f9, 5)
#elif PACKETVER >= 20080429
-packetLen(0x00f9, -1) // CZ_MAKE_GROUP
+packetLen(0x00f9, -1)
#elif PACKETVER >= 20080422
-packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+packetLen(0x00f9, 26)
#elif PACKETVER >= 20080415
-packetLen(0x00f9, 13) // CZ_MAKE_GROUP
+packetLen(0x00f9, 13)
#elif PACKETVER >= 20080408
-packetLen(0x00f9, 6) // CZ_MAKE_GROUP
+packetLen(0x00f9, 6)
#elif PACKETVER >= 20080401
-packetLen(0x00f9, 8) // CZ_MAKE_GROUP
+packetLen(0x00f9, 8)
#elif PACKETVER >= 20080325
-packetLen(0x00f9, -1) // CZ_MAKE_GROUP
+packetLen(0x00f9, -1)
#elif PACKETVER >= 20080318
-packetLen(0x00f9, 10) // CZ_MAKE_GROUP
+packetLen(0x00f9, 10)
#elif PACKETVER >= 20080311
-packetLen(0x00f9, 114) // CZ_MAKE_GROUP
+packetLen(0x00f9, 114)
#elif PACKETVER >= 20080304
-packetLen(0x00f9, 12) // CZ_MAKE_GROUP
+packetLen(0x00f9, 12)
#elif PACKETVER >= 20080226
-packetLen(0x00f9, 4) // CZ_MAKE_GROUP
+packetLen(0x00f9, 4)
#elif PACKETVER >= 20080219
-packetLen(0x00f9, 8) // CZ_MAKE_GROUP
+packetLen(0x00f9, 8)
#elif PACKETVER >= 20080124
-packetLen(0x00f9, 10) // CZ_MAKE_GROUP
+packetLen(0x00f9, 10)
#elif PACKETVER >= 20080102
-packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+packetLen(0x00f9, 26)
#endif
// Packet: 0x00fa
#if PACKETVER >= 20081112
-packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, 3)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081105
-packetLen(0x00fa, -1) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, -1)
#elif PACKETVER >= 20081029
-packetLen(0x00fa, 65) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, 65)
#elif PACKETVER >= 20081015
-packetLen(0x00fa, -1) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, -1)
#elif PACKETVER >= 20081008
-packetLen(0x00fa, 2) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, 2)
#elif PACKETVER >= 20080924
-packetLen(0x00fa, -1) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, -1)
#elif PACKETVER >= 20080917
-packetLen(0x00fa, 21) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, 21)
#elif PACKETVER >= 20080820
-packetLen(0x00fa, -1) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, -1)
#elif PACKETVER >= 20080813
-packetLen(0x00fa, 10) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, 10)
#elif PACKETVER >= 20080715
-packetLen(0x00fa, -1) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, -1)
#elif PACKETVER >= 20080708
-packetLen(0x00fa, 6) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, 6)
#elif PACKETVER >= 20080603
-packetLen(0x00fa, -1) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, -1)
#elif PACKETVER >= 20080528
-packetLen(0x00fa, 8) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, 8)
#elif PACKETVER >= 20080520
-packetLen(0x00fa, -1) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, -1)
#elif PACKETVER >= 20080513
-packetLen(0x00fa, 4) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, 4)
#elif PACKETVER >= 20080507
-packetLen(0x00fa, 30) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, 30)
#elif PACKETVER >= 20080429
-packetLen(0x00fa, 26) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, 26)
#elif PACKETVER >= 20080422
-packetLen(0x00fa, -1) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, -1)
#elif PACKETVER >= 20080415
-packetLen(0x00fa, 15) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, 15)
#elif PACKETVER >= 20080408
-packetLen(0x00fa, 30) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, 30)
#elif PACKETVER >= 20080401
-packetLen(0x00fa, 29) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, 29)
#elif PACKETVER >= 20080325
-packetLen(0x00fa, 30) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, 30)
#elif PACKETVER >= 20080318
-packetLen(0x00fa, 10) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, 10)
#elif PACKETVER >= 20080311
-packetLen(0x00fa, -1) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, -1)
#elif PACKETVER >= 20080304
-packetLen(0x00fa, 20) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, 20)
#elif PACKETVER >= 20080226
-packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, 3)
#elif PACKETVER >= 20080219
-packetLen(0x00fa, 10) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, 10)
#elif PACKETVER >= 20080124
-packetLen(0x00fa, 6) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, 6)
#elif PACKETVER >= 20080102
-packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, 3)
#endif
// Packet: 0x00fb
#if PACKETVER >= 20081217
-packetLen(0x00fb, 7) // ZC_GROUP_LIST
+packetLen(0x00fb, 7)
#elif PACKETVER >= 20081203
-packetLen(0x00fb, -1) // ZC_GROUP_LIST
+packetLen(0x00fb, -1)
#elif PACKETVER >= 20081126
-packetLen(0x00fb, 3) // ZC_GROUP_LIST
+packetLen(0x00fb, 3)
#elif PACKETVER >= 20081029
-packetLen(0x00fb, -1) // ZC_GROUP_LIST
+packetLen(0x00fb, -1)
#elif PACKETVER >= 20081022
-packetLen(0x00fb, 60) // ZC_GROUP_LIST
+packetLen(0x00fb, 60)
#elif PACKETVER >= 20081015
-packetLen(0x00fb, 17) // ZC_GROUP_LIST
+packetLen(0x00fb, 17)
#elif PACKETVER >= 20081008
-packetLen(0x00fb, 28) // ZC_GROUP_LIST
+packetLen(0x00fb, 28)
#elif PACKETVER >= 20081001
-packetLen(0x00fb, -1) // ZC_GROUP_LIST
+packetLen(0x00fb, -1)
#elif PACKETVER >= 20080924
-packetLen(0x00fb, 8) // ZC_GROUP_LIST
+packetLen(0x00fb, 8)
#elif PACKETVER >= 20080917
-packetLen(0x00fb, 60) // ZC_GROUP_LIST
+packetLen(0x00fb, 60)
#elif PACKETVER >= 20080910
-packetLen(0x00fb, 3) // ZC_GROUP_LIST
+packetLen(0x00fb, 3)
#elif PACKETVER >= 20080903
-packetLen(0x00fb, 67) // ZC_GROUP_LIST
+packetLen(0x00fb, 67)
#elif PACKETVER >= 20080820
-packetLen(0x00fb, 6) // ZC_GROUP_LIST
+packetLen(0x00fb, 6)
#elif PACKETVER >= 20080730
-packetLen(0x00fb, -1) // ZC_GROUP_LIST
+packetLen(0x00fb, -1)
#elif PACKETVER >= 20080722
-packetLen(0x00fb, 4) // ZC_GROUP_LIST
+packetLen(0x00fb, 4)
#elif PACKETVER >= 20080715
-packetLen(0x00fb, 26) // ZC_GROUP_LIST
+packetLen(0x00fb, 26)
#elif PACKETVER >= 20080708
-packetLen(0x00fb, 6) // ZC_GROUP_LIST
+packetLen(0x00fb, 6)
#elif PACKETVER >= 20080701
-packetLen(0x00fb, -1) // ZC_GROUP_LIST
+packetLen(0x00fb, -1)
#elif PACKETVER >= 20080624
-packetLen(0x00fb, 26) // ZC_GROUP_LIST
+packetLen(0x00fb, 26)
#elif PACKETVER >= 20080617
-packetLen(0x00fb, 3) // ZC_GROUP_LIST
+packetLen(0x00fb, 3)
#elif PACKETVER >= 20080610
-packetLen(0x00fb, 4) // ZC_GROUP_LIST
+packetLen(0x00fb, 4)
#elif PACKETVER >= 20080603
-packetLen(0x00fb, 17) // ZC_GROUP_LIST
+packetLen(0x00fb, 17)
#elif PACKETVER >= 20080528
-packetLen(0x00fb, 4) // ZC_GROUP_LIST
+packetLen(0x00fb, 4)
#elif PACKETVER >= 20080520
-packetLen(0x00fb, 29) // ZC_GROUP_LIST
+packetLen(0x00fb, 29)
#elif PACKETVER >= 20080513
-packetLen(0x00fb, -1) // ZC_GROUP_LIST
+packetLen(0x00fb, -1)
#elif PACKETVER >= 20080507
-packetLen(0x00fb, 28) // ZC_GROUP_LIST
+packetLen(0x00fb, 28)
#elif PACKETVER >= 20080429
-packetLen(0x00fb, 6) // ZC_GROUP_LIST
+packetLen(0x00fb, 6)
#elif PACKETVER >= 20080408
-packetLen(0x00fb, -1) // ZC_GROUP_LIST
+packetLen(0x00fb, -1)
#elif PACKETVER >= 20080401
-packetLen(0x00fb, 3) // ZC_GROUP_LIST
+packetLen(0x00fb, 3)
#elif PACKETVER >= 20080318
-packetLen(0x00fb, 26) // ZC_GROUP_LIST
+packetLen(0x00fb, 26)
#elif PACKETVER >= 20080311
-packetLen(0x00fb, 2) // ZC_GROUP_LIST
+packetLen(0x00fb, 2)
#elif PACKETVER >= 20080304
-packetLen(0x00fb, 4) // ZC_GROUP_LIST
+packetLen(0x00fb, 4)
#elif PACKETVER >= 20080226
-packetLen(0x00fb, 5) // ZC_GROUP_LIST
+packetLen(0x00fb, 5)
#elif PACKETVER >= 20080219
-packetLen(0x00fb, 10) // ZC_GROUP_LIST
+packetLen(0x00fb, 10)
#elif PACKETVER >= 20080124
-packetLen(0x00fb, 5) // ZC_GROUP_LIST
+packetLen(0x00fb, 5)
#elif PACKETVER >= 20080102
-packetLen(0x00fb, -1) // ZC_GROUP_LIST
+packetLen(0x00fb, -1)
#endif
// Packet: 0x00fc
#if PACKETVER >= 20081126
-packetLen(0x00fc, -1) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, -1)
#elif PACKETVER >= 20081119
-packetLen(0x00fc, 2) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, 2)
#elif PACKETVER >= 20081112
-packetLen(0x00fc, 32) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, 32)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081008
-packetLen(0x00fc, -1) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, -1)
#elif PACKETVER >= 20081001
-packetLen(0x00fc, 8) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, 8)
#elif PACKETVER >= 20080917
-packetLen(0x00fc, 2) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, 2)
#elif PACKETVER >= 20080910
-packetLen(0x00fc, 30) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, 30)
#elif PACKETVER >= 20080827
-packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, 6)
#elif PACKETVER >= 20080820
-packetLen(0x00fc, -1) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, -1)
#elif PACKETVER >= 20080813
-packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, 6)
#elif PACKETVER >= 20080806
-packetLen(0x00fc, 9) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, 9)
#elif PACKETVER >= 20080730
-packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, 6)
#elif PACKETVER >= 20080722
-packetLen(0x00fc, 3) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, 3)
#elif PACKETVER >= 20080708
-packetLen(0x00fc, -1) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, -1)
#elif PACKETVER >= 20080701
-packetLen(0x00fc, 22) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, 22)
#elif PACKETVER >= 20080610
-packetLen(0x00fc, -1) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, -1)
#elif PACKETVER >= 20080603
-packetLen(0x00fc, 18) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, 18)
#elif PACKETVER >= 20080528
-packetLen(0x00fc, -1) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, -1)
#elif PACKETVER >= 20080520
-packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, 6)
#elif PACKETVER >= 20080507
-packetLen(0x00fc, -1) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, -1)
#elif PACKETVER >= 20080429
-packetLen(0x00fc, 53) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, 53)
#elif PACKETVER >= 20080422
-packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, 6)
#elif PACKETVER >= 20080401
-packetLen(0x00fc, -1) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, -1)
#elif PACKETVER >= 20080325
-packetLen(0x00fc, 17) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, 17)
#elif PACKETVER >= 20080318
-packetLen(0x00fc, 27) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, 27)
#elif PACKETVER >= 20080311
-packetLen(0x00fc, 24) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, 24)
#elif PACKETVER >= 20080304
-packetLen(0x00fc, 30) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, 30)
#elif PACKETVER >= 20080226
-packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, 6)
#elif PACKETVER >= 20080219
-packetLen(0x00fc, 19) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, 19)
#elif PACKETVER >= 20080124
-packetLen(0x00fc, 2) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, 2)
#elif PACKETVER >= 20080102
-packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, 6)
#endif
// Packet: 0x00fd
#if PACKETVER >= 20081217
-packetLen(0x00fd, 10) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, 10)
#elif PACKETVER >= 20081203
-packetLen(0x00fd, -1) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, -1)
#elif PACKETVER >= 20081126
-packetLen(0x00fd, 31) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, 31)
#elif PACKETVER >= 20081112
-packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, 27)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081105
-packetLen(0x00fd, -1) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, -1)
#elif PACKETVER >= 20081029
-packetLen(0x00fd, 10) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, 10)
#elif PACKETVER >= 20081022
-packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, 27)
#elif PACKETVER >= 20081015
-packetLen(0x00fd, 3) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, 3)
#elif PACKETVER >= 20081008
-packetLen(0x00fd, 10) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, 10)
#elif PACKETVER >= 20081001
-packetLen(0x00fd, -1) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, -1)
#elif PACKETVER >= 20080924
-packetLen(0x00fd, 6) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, 6)
#elif PACKETVER >= 20080917
-packetLen(0x00fd, 2) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, 2)
#elif PACKETVER >= 20080910
-packetLen(0x00fd, 24) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, 24)
#elif PACKETVER >= 20080903
-packetLen(0x00fd, 86) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, 86)
#elif PACKETVER >= 20080617
-packetLen(0x00fd, -1) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, -1)
#elif PACKETVER >= 20080610
-packetLen(0x00fd, 6) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, 6)
#elif PACKETVER >= 20080603
-packetLen(0x00fd, 97) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, 97)
#elif PACKETVER >= 20080528
-packetLen(0x00fd, 3) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, 3)
#elif PACKETVER >= 20080520
-packetLen(0x00fd, -1) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, -1)
#elif PACKETVER >= 20080513
-packetLen(0x00fd, 2) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, 2)
#elif PACKETVER >= 20080507
-packetLen(0x00fd, 8) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, 8)
#elif PACKETVER >= 20080415
-packetLen(0x00fd, -1) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, -1)
#elif PACKETVER >= 20080408
-packetLen(0x00fd, 2) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, 2)
#elif PACKETVER >= 20080401
-packetLen(0x00fd, -1) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, -1)
#elif PACKETVER >= 20080325
-packetLen(0x00fd, 8) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, 8)
#elif PACKETVER >= 20080318
-packetLen(0x00fd, 18) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, 18)
#elif PACKETVER >= 20080311
-packetLen(0x00fd, 3) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, 3)
#elif PACKETVER >= 20080304
-packetLen(0x00fd, -1) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, -1)
#elif PACKETVER >= 20080226
-packetLen(0x00fd, 20) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, 20)
#elif PACKETVER >= 20080219
-packetLen(0x00fd, 11) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, 11)
#elif PACKETVER >= 20080124
-packetLen(0x00fd, 42) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, 42)
#elif PACKETVER >= 20080102
-packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, 27)
#endif
// Packet: 0x00fe
#if PACKETVER >= 20081217
-packetLen(0x00fe, 7) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, 7)
#elif PACKETVER >= 20081203
-packetLen(0x00fe, 37) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, 37)
#elif PACKETVER >= 20081126
-packetLen(0x00fe, 27) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, 27)
#elif PACKETVER >= 20081119
-packetLen(0x00fe, 53) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, 53)
#elif PACKETVER >= 20081112
-packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, 30)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x00fe, 5) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, 5)
#elif PACKETVER >= 20081029
-packetLen(0x00fe, -1) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, -1)
#elif PACKETVER >= 20081022
-packetLen(0x00fe, 2) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, 2)
#elif PACKETVER >= 20081008
-packetLen(0x00fe, -1) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, -1)
#elif PACKETVER >= 20081001
-packetLen(0x00fe, 22) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, 22)
#elif PACKETVER >= 20080924
-packetLen(0x00fe, 10) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, 10)
#elif PACKETVER >= 20080827
-packetLen(0x00fe, -1) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, -1)
#elif PACKETVER >= 20080820
-packetLen(0x00fe, 26) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, 26)
#elif PACKETVER >= 20080806
-packetLen(0x00fe, -1) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, -1)
#elif PACKETVER >= 20080730
-packetLen(0x00fe, 282) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, 282)
#elif PACKETVER >= 20080722
-packetLen(0x00fe, 28) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, 28)
#elif PACKETVER >= 20080617
-packetLen(0x00fe, -1) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, -1)
#elif PACKETVER >= 20080610
-packetLen(0x00fe, 2) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, 2)
#elif PACKETVER >= 20080520
-packetLen(0x00fe, -1) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, -1)
#elif PACKETVER >= 20080513
-packetLen(0x00fe, 6) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, 6)
#elif PACKETVER >= 20080429
-packetLen(0x00fe, -1) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, -1)
#elif PACKETVER >= 20080422
-packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, 30)
#elif PACKETVER >= 20080415
-packetLen(0x00fe, -1) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, -1)
#elif PACKETVER >= 20080408
-packetLen(0x00fe, 6) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, 6)
#elif PACKETVER >= 20080401
-packetLen(0x00fe, 186) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, 186)
#elif PACKETVER >= 20080325
-packetLen(0x00fe, 4) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, 4)
#elif PACKETVER >= 20080318
-packetLen(0x00fe, 32) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, 32)
#elif PACKETVER >= 20080311
-packetLen(0x00fe, 4) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, 4)
#elif PACKETVER >= 20080304
-packetLen(0x00fe, 186) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, 186)
#elif PACKETVER >= 20080226
-packetLen(0x00fe, 7) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, 7)
#elif PACKETVER >= 20080219
-packetLen(0x00fe, 6) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, 6)
#elif PACKETVER >= 20080124
-packetLen(0x00fe, 4) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, 4)
#elif PACKETVER >= 20080102
-packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, 30)
#endif
// Packet: 0x00ff
#if PACKETVER >= 20081217
-packetLen(0x00ff, 5) // CZ_JOIN_GROUP
+packetLen(0x00ff, 5)
#elif PACKETVER >= 20081203
-packetLen(0x00ff, 11) // CZ_JOIN_GROUP
+packetLen(0x00ff, 11)
#elif PACKETVER >= 20081126
-packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+packetLen(0x00ff, 10)
#elif PACKETVER >= 20081119
-packetLen(0x00ff, -1) // CZ_JOIN_GROUP
+packetLen(0x00ff, -1)
#elif PACKETVER >= 20081112
-packetLen(0x00ff, 14) // CZ_JOIN_GROUP
+packetLen(0x00ff, 14)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081008
-packetLen(0x00ff, -1) // CZ_JOIN_GROUP
+packetLen(0x00ff, -1)
#elif PACKETVER >= 20081001
-packetLen(0x00ff, 12) // CZ_JOIN_GROUP
+packetLen(0x00ff, 12)
#elif PACKETVER >= 20080924
-packetLen(0x00ff, -1) // CZ_JOIN_GROUP
+packetLen(0x00ff, -1)
#elif PACKETVER >= 20080917
-packetLen(0x00ff, 102) // CZ_JOIN_GROUP
+packetLen(0x00ff, 102)
#elif PACKETVER >= 20080910
-packetLen(0x00ff, 4) // CZ_JOIN_GROUP
+packetLen(0x00ff, 4)
#elif PACKETVER >= 20080806
-packetLen(0x00ff, -1) // CZ_JOIN_GROUP
+packetLen(0x00ff, -1)
#elif PACKETVER >= 20080730
-packetLen(0x00ff, 15) // CZ_JOIN_GROUP
+packetLen(0x00ff, 15)
#elif PACKETVER >= 20080722
-packetLen(0x00ff, 14) // CZ_JOIN_GROUP
+packetLen(0x00ff, 14)
#elif PACKETVER >= 20080708
-packetLen(0x00ff, -1) // CZ_JOIN_GROUP
+packetLen(0x00ff, -1)
#elif PACKETVER >= 20080701
-packetLen(0x00ff, 5) // CZ_JOIN_GROUP
+packetLen(0x00ff, 5)
#elif PACKETVER >= 20080610
-packetLen(0x00ff, -1) // CZ_JOIN_GROUP
+packetLen(0x00ff, -1)
#elif PACKETVER >= 20080603
-packetLen(0x00ff, 7) // CZ_JOIN_GROUP
+packetLen(0x00ff, 7)
#elif PACKETVER >= 20080528
-packetLen(0x00ff, -1) // CZ_JOIN_GROUP
+packetLen(0x00ff, -1)
#elif PACKETVER >= 20080520
-packetLen(0x00ff, 4) // CZ_JOIN_GROUP
+packetLen(0x00ff, 4)
#elif PACKETVER >= 20080513
-packetLen(0x00ff, 22) // CZ_JOIN_GROUP
+packetLen(0x00ff, 22)
#elif PACKETVER >= 20080507
-packetLen(0x00ff, 282) // CZ_JOIN_GROUP
+packetLen(0x00ff, 282)
#elif PACKETVER >= 20080429
-packetLen(0x00ff, 6) // CZ_JOIN_GROUP
+packetLen(0x00ff, 6)
#elif PACKETVER >= 20080422
-packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+packetLen(0x00ff, 10)
#elif PACKETVER >= 20080408
-packetLen(0x00ff, -1) // CZ_JOIN_GROUP
+packetLen(0x00ff, -1)
#elif PACKETVER >= 20080401
-packetLen(0x00ff, 79) // CZ_JOIN_GROUP
+packetLen(0x00ff, 79)
#elif PACKETVER >= 20080325
-packetLen(0x00ff, 2) // CZ_JOIN_GROUP
+packetLen(0x00ff, 2)
#elif PACKETVER >= 20080318
-packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+packetLen(0x00ff, 10)
#elif PACKETVER >= 20080311
-packetLen(0x00ff, 3) // CZ_JOIN_GROUP
+packetLen(0x00ff, 3)
#elif PACKETVER >= 20080304
-packetLen(0x00ff, 59) // CZ_JOIN_GROUP
+packetLen(0x00ff, 59)
#elif PACKETVER >= 20080226
-packetLen(0x00ff, 282) // CZ_JOIN_GROUP
+packetLen(0x00ff, 282)
#elif PACKETVER >= 20080219
-packetLen(0x00ff, 6) // CZ_JOIN_GROUP
+packetLen(0x00ff, 6)
#elif PACKETVER >= 20080124
-packetLen(0x00ff, 32) // CZ_JOIN_GROUP
+packetLen(0x00ff, 32)
#elif PACKETVER >= 20080102
-packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+packetLen(0x00ff, 10)
#endif
// Packet: 0x0100
#if PACKETVER >= 20081112
-packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, 2)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0100, 6) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, 6)
#elif PACKETVER >= 20081029
-packetLen(0x0100, -1) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, -1)
#elif PACKETVER >= 20081022
-packetLen(0x0100, 14) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, 14)
#elif PACKETVER >= 20081015
-packetLen(0x0100, -1) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, -1)
#elif PACKETVER >= 20081008
-packetLen(0x0100, 26) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, 26)
#elif PACKETVER >= 20081001
-packetLen(0x0100, 67) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, 67)
#elif PACKETVER >= 20080924
-packetLen(0x0100, -1) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, -1)
#elif PACKETVER >= 20080917
-packetLen(0x0100, 26) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, 26)
#elif PACKETVER >= 20080820
-packetLen(0x0100, -1) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, -1)
#elif PACKETVER >= 20080813
-packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, 2)
#elif PACKETVER >= 20080806
-packetLen(0x0100, -1) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, -1)
#elif PACKETVER >= 20080730
-packetLen(0x0100, 6) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, 6)
#elif PACKETVER >= 20080715
-packetLen(0x0100, -1) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, -1)
#elif PACKETVER >= 20080708
-packetLen(0x0100, 22) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, 22)
#elif PACKETVER >= 20080617
-packetLen(0x0100, -1) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, -1)
#elif PACKETVER >= 20080610
-packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, 2)
#elif PACKETVER >= 20080603
-packetLen(0x0100, -1) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, -1)
#elif PACKETVER >= 20080528
-packetLen(0x0100, 186) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, 186)
#elif PACKETVER >= 20080520
-packetLen(0x0100, 14) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, 14)
#elif PACKETVER >= 20080513
-packetLen(0x0100, 6) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, 6)
#elif PACKETVER >= 20080507
-packetLen(0x0100, 27) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, 27)
#elif PACKETVER >= 20080429
-packetLen(0x0100, 8) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, 8)
#elif PACKETVER >= 20080422
-packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, 2)
#elif PACKETVER >= 20080415
-packetLen(0x0100, 17) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, 17)
#elif PACKETVER >= 20080408
-packetLen(0x0100, -1) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, -1)
#elif PACKETVER >= 20080401
-packetLen(0x0100, 30) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, 30)
#elif PACKETVER >= 20080325
-packetLen(0x0100, 28) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, 28)
#elif PACKETVER >= 20080318
-packetLen(0x0100, 54) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, 54)
#elif PACKETVER >= 20080311
-packetLen(0x0100, 3) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, 3)
#elif PACKETVER >= 20080304
-packetLen(0x0100, 54) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, 54)
#elif PACKETVER >= 20080124
-packetLen(0x0100, 3) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, 3)
#elif PACKETVER >= 20080102
-packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, 2)
#endif
// Packet: 0x0101
#if PACKETVER >= 20081217
-packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, 6)
#elif PACKETVER >= 20081126
-packetLen(0x0101, -1) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, -1)
#elif PACKETVER >= 20081119
-packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, 6)
#elif PACKETVER >= 20081112
-packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, 6)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0101, -1) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, -1)
#elif PACKETVER >= 20081029
-packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, 6)
#elif PACKETVER >= 20081022
-packetLen(0x0101, -1) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, -1)
#elif PACKETVER >= 20081015
-packetLen(0x0101, 3) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, 3)
#elif PACKETVER >= 20081001
-packetLen(0x0101, -1) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, -1)
#elif PACKETVER >= 20080924
-packetLen(0x0101, 10) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, 10)
#elif PACKETVER >= 20080827
-packetLen(0x0101, -1) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, -1)
#elif PACKETVER >= 20080820
-packetLen(0x0101, 2) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, 2)
#elif PACKETVER >= 20080813
-packetLen(0x0101, 35) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, 35)
#elif PACKETVER >= 20080806
-packetLen(0x0101, 66) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, 66)
#elif PACKETVER >= 20080708
-packetLen(0x0101, -1) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, -1)
#elif PACKETVER >= 20080701
-packetLen(0x0101, 5) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, 5)
#elif PACKETVER >= 20080624
-packetLen(0x0101, 24) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, 24)
#elif PACKETVER >= 20080617
-packetLen(0x0101, -1) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, -1)
#elif PACKETVER >= 20080610
-packetLen(0x0101, 2) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, 2)
#elif PACKETVER >= 20080520
-packetLen(0x0101, -1) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, -1)
#elif PACKETVER >= 20080513
-packetLen(0x0101, 2) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, 2)
#elif PACKETVER >= 20080507
-packetLen(0x0101, 58) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, 58)
#elif PACKETVER >= 20080429
-packetLen(0x0101, 11) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, 11)
#elif PACKETVER >= 20080422
-packetLen(0x0101, 5) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, 5)
#elif PACKETVER >= 20080415
-packetLen(0x0101, -1) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, -1)
#elif PACKETVER >= 20080408
-packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, 6)
#elif PACKETVER >= 20080401
-packetLen(0x0101, 11) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, 11)
#elif PACKETVER >= 20080325
-packetLen(0x0101, 26) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, 26)
#elif PACKETVER >= 20080318
-packetLen(0x0101, 5) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, 5)
#elif PACKETVER >= 20080311
-packetLen(0x0101, 97) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, 97)
#elif PACKETVER >= 20080304
-packetLen(0x0101, 23) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, 23)
#elif PACKETVER >= 20080226
-packetLen(0x0101, 10) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, 10)
#elif PACKETVER >= 20080219
-packetLen(0x0101, -1) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, -1)
#elif PACKETVER >= 20080124
-packetLen(0x0101, 4) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, 4)
#elif PACKETVER >= 20080102
-packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, 6)
#endif
// Packet: 0x0102
#if PACKETVER >= 20081217
-packetLen(0x0102, -1) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, -1)
#elif PACKETVER >= 20081203
-packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 6)
#elif PACKETVER >= 20081119
-packetLen(0x0102, -1) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, -1)
#elif PACKETVER >= 20081112
-packetLen(0x0102, 14) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 14)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0102, 8) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 8)
#elif PACKETVER >= 20081029
-packetLen(0x0102, -1) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, -1)
#elif PACKETVER >= 20081022
-packetLen(0x0102, 22) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 22)
#elif PACKETVER >= 20081015
-packetLen(0x0102, -1) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, -1)
#elif PACKETVER >= 20081008
-packetLen(0x0102, 9) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 9)
#elif PACKETVER >= 20081001
-packetLen(0x0102, -1) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, -1)
#elif PACKETVER >= 20080924
-packetLen(0x0102, 7) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 7)
#elif PACKETVER >= 20080917
-packetLen(0x0102, 182) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 182)
#elif PACKETVER >= 20080910
-packetLen(0x0102, 7) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 7)
#elif PACKETVER >= 20080820
-packetLen(0x0102, -1) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, -1)
#elif PACKETVER >= 20080813
-packetLen(0x0102, 10) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 10)
#elif PACKETVER >= 20080722
-packetLen(0x0102, -1) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, -1)
#elif PACKETVER >= 20080715
-packetLen(0x0102, 4) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 4)
#elif PACKETVER >= 20080610
-packetLen(0x0102, -1) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, -1)
#elif PACKETVER >= 20080603
-packetLen(0x0102, 26) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 26)
#elif PACKETVER >= 20080528
-packetLen(0x0102, 17) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 17)
#elif PACKETVER >= 20080520
-packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 6)
#elif PACKETVER >= 20080513
-packetLen(0x0102, 11) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 11)
#elif PACKETVER >= 20080422
-packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 6)
#elif PACKETVER >= 20080415
-packetLen(0x0102, 81) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 81)
#elif PACKETVER >= 20080408
-packetLen(0x0102, 2) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 2)
#elif PACKETVER >= 20080401
-packetLen(0x0102, -1) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, -1)
#elif PACKETVER >= 20080325
-packetLen(0x0102, 54) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 54)
#elif PACKETVER >= 20080318
-packetLen(0x0102, 4) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 4)
#elif PACKETVER >= 20080311
-packetLen(0x0102, 2) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 2)
#elif PACKETVER >= 20080304
-packetLen(0x0102, 14) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 14)
#elif PACKETVER >= 20080226
-packetLen(0x0102, 26) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 26)
#elif PACKETVER >= 20080219
-packetLen(0x0102, 68) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 68)
#elif PACKETVER >= 20080124
-packetLen(0x0102, 15) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 15)
#elif PACKETVER >= 20080102
-packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 6)
#endif
// Packet: 0x0103
#if PACKETVER >= 20081217
-packetLen(0x0103, 6) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 6)
#elif PACKETVER >= 20081203
-packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 30)
#elif PACKETVER >= 20081126
-packetLen(0x0103, 5) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 5)
#elif PACKETVER >= 20081119
-packetLen(0x0103, 6) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 6)
#elif PACKETVER >= 20081112
-packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 30)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0103, -1) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, -1)
#elif PACKETVER >= 20081029
-packetLen(0x0103, 10) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 10)
#elif PACKETVER >= 20081022
-packetLen(0x0103, 3) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 3)
#elif PACKETVER >= 20081015
-packetLen(0x0103, 8) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 8)
#elif PACKETVER >= 20081008
-packetLen(0x0103, 27) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 27)
#elif PACKETVER >= 20080910
-packetLen(0x0103, -1) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, -1)
#elif PACKETVER >= 20080903
-packetLen(0x0103, 5) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 5)
#elif PACKETVER >= 20080827
-packetLen(0x0103, 2) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 2)
#elif PACKETVER >= 20080813
-packetLen(0x0103, -1) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, -1)
#elif PACKETVER >= 20080806
-packetLen(0x0103, 60) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 60)
#elif PACKETVER >= 20080730
-packetLen(0x0103, 36) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 36)
#elif PACKETVER >= 20080722
-packetLen(0x0103, 2) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 2)
#elif PACKETVER >= 20080715
-packetLen(0x0103, 6) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 6)
#elif PACKETVER >= 20080708
-packetLen(0x0103, 2) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 2)
#elif PACKETVER >= 20080701
-packetLen(0x0103, -1) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, -1)
#elif PACKETVER >= 20080624
-packetLen(0x0103, 8) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 8)
#elif PACKETVER >= 20080617
-packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 30)
#elif PACKETVER >= 20080610
-packetLen(0x0103, -1) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, -1)
#elif PACKETVER >= 20080603
-packetLen(0x0103, 10) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 10)
#elif PACKETVER >= 20080528
-packetLen(0x0103, 79) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 79)
#elif PACKETVER >= 20080520
-packetLen(0x0103, 6) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 6)
#elif PACKETVER >= 20080513
-packetLen(0x0103, 16) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 16)
#elif PACKETVER >= 20080507
-packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 30)
#elif PACKETVER >= 20080429
-packetLen(0x0103, 6) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 6)
#elif PACKETVER >= 20080422
-packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 30)
#elif PACKETVER >= 20080415
-packetLen(0x0103, -1) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, -1)
#elif PACKETVER >= 20080408
-packetLen(0x0103, 11) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 11)
#elif PACKETVER >= 20080401
-packetLen(0x0103, 4) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 4)
#elif PACKETVER >= 20080318
-packetLen(0x0103, -1) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, -1)
#elif PACKETVER >= 20080311
-packetLen(0x0103, 8) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 8)
#elif PACKETVER >= 20080226
-packetLen(0x0103, -1) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, -1)
#elif PACKETVER >= 20080219
-packetLen(0x0103, 5) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 5)
#elif PACKETVER >= 20080124
-packetLen(0x0103, 58) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 58)
#elif PACKETVER >= 20080102
-packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 30)
#endif
// Packet: 0x0104
#if PACKETVER >= 20081112
-packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, 79)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0104, -1) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, -1)
#elif PACKETVER >= 20081029
-packetLen(0x0104, 11) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, 11)
#elif PACKETVER >= 20081015
-packetLen(0x0104, -1) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, -1)
#elif PACKETVER >= 20081008
-packetLen(0x0104, 8) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, 8)
#elif PACKETVER >= 20080910
-packetLen(0x0104, -1) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, -1)
#elif PACKETVER >= 20080903
-packetLen(0x0104, 6) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, 6)
#elif PACKETVER >= 20080827
-packetLen(0x0104, 4) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, 4)
#elif PACKETVER >= 20080820
-packetLen(0x0104, 17) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, 17)
#elif PACKETVER >= 20080730
-packetLen(0x0104, -1) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, -1)
#elif PACKETVER >= 20080722
-packetLen(0x0104, 30) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, 30)
#elif PACKETVER >= 20080701
-packetLen(0x0104, -1) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, -1)
#elif PACKETVER >= 20080624
-packetLen(0x0104, 60) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, 60)
#elif PACKETVER >= 20080610
-packetLen(0x0104, -1) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, -1)
#elif PACKETVER >= 20080603
-packetLen(0x0104, 3) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, 3)
#elif PACKETVER >= 20080528
-packetLen(0x0104, 26) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, 26)
#elif PACKETVER >= 20080520
-packetLen(0x0104, 17) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, 17)
#elif PACKETVER >= 20080513
-packetLen(0x0104, 8) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, 8)
#elif PACKETVER >= 20080429
-packetLen(0x0104, -1) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, -1)
#elif PACKETVER >= 20080422
-packetLen(0x0104, 282) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, 282)
#elif PACKETVER >= 20080415
-packetLen(0x0104, 12) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, 12)
#elif PACKETVER >= 20080408
-packetLen(0x0104, 30) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, 30)
#elif PACKETVER >= 20080401
-packetLen(0x0104, 26) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, 26)
#elif PACKETVER >= 20080325
-packetLen(0x0104, 11) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, 11)
#elif PACKETVER >= 20080318
-packetLen(0x0104, 8) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, 8)
#elif PACKETVER >= 20080311
-packetLen(0x0104, 15) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, 15)
#elif PACKETVER >= 20080304
-packetLen(0x0104, 8) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, 8)
#elif PACKETVER >= 20080226
-packetLen(0x0104, 6) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, 6)
#elif PACKETVER >= 20080219
-packetLen(0x0104, 21) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, 21)
#elif PACKETVER >= 20080124
-packetLen(0x0104, 6) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, 6)
#elif PACKETVER >= 20080102
-packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, 79)
#endif
// Packet: 0x0105
#if PACKETVER >= 20081126
-packetLen(0x0105, -1) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, -1)
#elif PACKETVER >= 20081119
-packetLen(0x0105, 30) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, 30)
#elif PACKETVER >= 20081112
-packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, 31)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081008
-packetLen(0x0105, -1) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, -1)
#elif PACKETVER >= 20081001
-packetLen(0x0105, 58) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, 58)
#elif PACKETVER >= 20080910
-packetLen(0x0105, -1) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, -1)
#elif PACKETVER >= 20080903
-packetLen(0x0105, 7) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, 7)
#elif PACKETVER >= 20080827
-packetLen(0x0105, 30) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, 30)
#elif PACKETVER >= 20080820
-packetLen(0x0105, 3) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, 3)
#elif PACKETVER >= 20080813
-packetLen(0x0105, 2) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, 2)
#elif PACKETVER >= 20080722
-packetLen(0x0105, -1) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, -1)
#elif PACKETVER >= 20080715
-packetLen(0x0105, 97) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, 97)
#elif PACKETVER >= 20080617
-packetLen(0x0105, -1) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, -1)
#elif PACKETVER >= 20080610
-packetLen(0x0105, 26) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, 26)
#elif PACKETVER >= 20080528
-packetLen(0x0105, 6) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, 6)
#elif PACKETVER >= 20080520
-packetLen(0x0105, 3) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, 3)
#elif PACKETVER >= 20080513
-packetLen(0x0105, 5) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, 5)
#elif PACKETVER >= 20080507
-packetLen(0x0105, -1) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, -1)
#elif PACKETVER >= 20080429
-packetLen(0x0105, 4) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, 4)
#elif PACKETVER >= 20080401
-packetLen(0x0105, -1) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, -1)
#elif PACKETVER >= 20080325
-packetLen(0x0105, 23) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, 23)
#elif PACKETVER >= 20080318
-packetLen(0x0105, 4) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, 4)
#elif PACKETVER >= 20080311
-packetLen(0x0105, 3) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, 3)
#elif PACKETVER >= 20080304
-packetLen(0x0105, 10) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, 10)
#elif PACKETVER >= 20080226
-packetLen(0x0105, 26) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, 26)
#elif PACKETVER >= 20080219
-packetLen(0x0105, 6) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, 6)
#elif PACKETVER >= 20080124
-packetLen(0x0105, -1) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, -1)
#elif PACKETVER >= 20080102
-packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, 31)
#endif
// Packet: 0x0106
#if PACKETVER >= 20081217
-packetLen(0x0106, 2) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, 2)
#elif PACKETVER >= 20081203
-packetLen(0x0106, 7) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, 7)
#elif PACKETVER >= 20081126
-packetLen(0x0106, 8) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, 8)
#elif PACKETVER >= 20081119
-packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, 10)
#elif PACKETVER >= 20081112
-packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, 10)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0106, -1) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, -1)
#elif PACKETVER >= 20081029
-packetLen(0x0106, 3) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, 3)
#elif PACKETVER >= 20081015
-packetLen(0x0106, -1) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, -1)
#elif PACKETVER >= 20081008
-packetLen(0x0106, 60) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, 60)
#elif PACKETVER >= 20081001
-packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, 10)
#elif PACKETVER >= 20080924
-packetLen(0x0106, -1) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, -1)
#elif PACKETVER >= 20080917
-packetLen(0x0106, 6) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, 6)
#elif PACKETVER >= 20080827
-packetLen(0x0106, -1) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, -1)
#elif PACKETVER >= 20080813
-packetLen(0x0106, 6) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, 6)
#elif PACKETVER >= 20080806
-packetLen(0x0106, -1) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, -1)
#elif PACKETVER >= 20080730
-packetLen(0x0106, 17) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, 17)
#elif PACKETVER >= 20080722
-packetLen(0x0106, 29) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, 29)
#elif PACKETVER >= 20080708
-packetLen(0x0106, -1) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, -1)
#elif PACKETVER >= 20080701
-packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, 10)
#elif PACKETVER >= 20080617
-packetLen(0x0106, -1) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, -1)
#elif PACKETVER >= 20080610
-packetLen(0x0106, 9) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, 9)
#elif PACKETVER >= 20080528
-packetLen(0x0106, -1) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, -1)
#elif PACKETVER >= 20080513
-packetLen(0x0106, 2) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, 2)
#elif PACKETVER >= 20080507
-packetLen(0x0106, -1) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, -1)
#elif PACKETVER >= 20080429
-packetLen(0x0106, 27) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, 27)
#elif PACKETVER >= 20080422
-packetLen(0x0106, 29) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, 29)
#elif PACKETVER >= 20080415
-packetLen(0x0106, 282) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, 282)
#elif PACKETVER >= 20080408
-packetLen(0x0106, -1) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, -1)
#elif PACKETVER >= 20080401
-packetLen(0x0106, 5) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, 5)
#elif PACKETVER >= 20080325
-packetLen(0x0106, -1) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, -1)
#elif PACKETVER >= 20080318
-packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, 10)
#elif PACKETVER >= 20080311
-packetLen(0x0106, 26) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, 26)
#elif PACKETVER >= 20080226
-packetLen(0x0106, -1) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, -1)
#elif PACKETVER >= 20080219
-packetLen(0x0106, 21) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, 21)
#elif PACKETVER >= 20080124
-packetLen(0x0106, 8) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, 8)
#elif PACKETVER >= 20080102
-packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, 10)
#endif
// Packet: 0x0107
#if PACKETVER >= 20081217
-packetLen(0x0107, -1) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, -1)
#elif PACKETVER >= 20081203
-packetLen(0x0107, 24) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, 24)
#elif PACKETVER >= 20081126
-packetLen(0x0107, 6) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, 6)
#elif PACKETVER >= 20081119
-packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, 10)
#elif PACKETVER >= 20081112
-packetLen(0x0107, 30) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, 30)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0107, 5) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, 5)
#elif PACKETVER >= 20081029
-packetLen(0x0107, -1) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, -1)
#elif PACKETVER >= 20081022
-packetLen(0x0107, 14) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, 14)
#elif PACKETVER >= 20081015
-packetLen(0x0107, -1) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, -1)
#elif PACKETVER >= 20081008
-packetLen(0x0107, 3) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, 3)
#elif PACKETVER >= 20081001
-packetLen(0x0107, 30) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, 30)
#elif PACKETVER >= 20080924
-packetLen(0x0107, -1) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, -1)
#elif PACKETVER >= 20080917
-packetLen(0x0107, 2) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, 2)
#elif PACKETVER >= 20080910
-packetLen(0x0107, 3) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, 3)
#elif PACKETVER >= 20080903
-packetLen(0x0107, 5) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, 5)
#elif PACKETVER >= 20080827
-packetLen(0x0107, -1) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, -1)
#elif PACKETVER >= 20080820
-packetLen(0x0107, 16) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, 16)
#elif PACKETVER >= 20080813
-packetLen(0x0107, 17) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, 17)
#elif PACKETVER >= 20080806
-packetLen(0x0107, 23) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, 23)
#elif PACKETVER >= 20080730
-packetLen(0x0107, 59) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, 59)
#elif PACKETVER >= 20080722
-packetLen(0x0107, 282) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, 282)
#elif PACKETVER >= 20080624
-packetLen(0x0107, -1) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, -1)
#elif PACKETVER >= 20080617
-packetLen(0x0107, 3) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, 3)
#elif PACKETVER >= 20080603
-packetLen(0x0107, -1) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, -1)
#elif PACKETVER >= 20080528
-packetLen(0x0107, 6) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, 6)
#elif PACKETVER >= 20080520
-packetLen(0x0107, -1) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, -1)
#elif PACKETVER >= 20080513
-packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, 10)
#elif PACKETVER >= 20080507
-packetLen(0x0107, 6) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, 6)
#elif PACKETVER >= 20080429
-packetLen(0x0107, 2) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, 2)
#elif PACKETVER >= 20080325
-packetLen(0x0107, -1) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, -1)
#elif PACKETVER >= 20080318
-packetLen(0x0107, 6) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, 6)
#elif PACKETVER >= 20080226
-packetLen(0x0107, -1) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, -1)
#elif PACKETVER >= 20080219
-packetLen(0x0107, 5) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, 5)
#elif PACKETVER >= 20080124
-packetLen(0x0107, 3) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, 3)
#elif PACKETVER >= 20080102
-packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, 10)
#endif
// Packet: 0x0108
#if PACKETVER >= 20081029
-packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, -1)
#elif PACKETVER >= 20081022
-packetLen(0x0108, 9) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, 9)
#elif PACKETVER >= 20081015
-packetLen(0x0108, 22) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, 22)
#elif PACKETVER >= 20081008
-packetLen(0x0108, 11) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, 11)
#elif PACKETVER >= 20080924
-packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, -1)
#elif PACKETVER >= 20080917
-packetLen(0x0108, 14) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, 14)
#elif PACKETVER >= 20080827
-packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, -1)
#elif PACKETVER >= 20080820
-packetLen(0x0108, 8) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, 8)
#elif PACKETVER >= 20080813
-packetLen(0x0108, 10) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, 10)
#elif PACKETVER >= 20080730
-packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, -1)
#elif PACKETVER >= 20080722
-packetLen(0x0108, 12) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, 12)
#elif PACKETVER >= 20080715
-packetLen(0x0108, 6) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, 6)
#elif PACKETVER >= 20080624
-packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, -1)
#elif PACKETVER >= 20080617
-packetLen(0x0108, 54) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, 54)
#elif PACKETVER >= 20080610
-packetLen(0x0108, 2) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, 2)
#elif PACKETVER >= 20080528
-packetLen(0x0108, 11) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, 11)
#elif PACKETVER >= 20080520
-packetLen(0x0108, 97) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, 97)
#elif PACKETVER >= 20080513
-packetLen(0x0108, 30) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, 30)
#elif PACKETVER >= 20080507
-packetLen(0x0108, 6) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, 6)
#elif PACKETVER >= 20080429
-packetLen(0x0108, 32) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, 32)
#elif PACKETVER >= 20080415
-packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, -1)
#elif PACKETVER >= 20080408
-packetLen(0x0108, 3) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, 3)
#elif PACKETVER >= 20080401
-packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, -1)
#elif PACKETVER >= 20080325
-packetLen(0x0108, 7) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, 7)
#elif PACKETVER >= 20080318
-packetLen(0x0108, 182) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, 182)
#elif PACKETVER >= 20080311
-packetLen(0x0108, 4) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, 4)
#elif PACKETVER >= 20080226
-packetLen(0x0108, 3) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, 3)
#elif PACKETVER >= 20080219
-packetLen(0x0108, 97) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, 97)
#elif PACKETVER >= 20080124
-packetLen(0x0108, 6) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, 6)
#elif PACKETVER >= 20080102
-packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, -1)
#endif
// Packet: 0x0109
#if PACKETVER >= 20081112
-packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, -1)
#elif PACKETVER >= 20081105
-packetLen(0x0109, 6) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, 6)
#elif PACKETVER >= 20081029
-packetLen(0x0109, 3) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, 3)
#elif PACKETVER >= 20081022
-packetLen(0x0109, 43) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, 43)
#elif PACKETVER >= 20081001
-packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, -1)
#elif PACKETVER >= 20080924
-packetLen(0x0109, 17) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, 17)
#elif PACKETVER >= 20080917
-packetLen(0x0109, 6) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, 6)
#elif PACKETVER >= 20080910
-packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, -1)
#elif PACKETVER >= 20080903
-packetLen(0x0109, 81) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, 81)
#elif PACKETVER >= 20080708
-packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, -1)
#elif PACKETVER >= 20080701
-packetLen(0x0109, 31) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, 31)
#elif PACKETVER >= 20080624
-packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, -1)
#elif PACKETVER >= 20080617
-packetLen(0x0109, 7) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, 7)
#elif PACKETVER >= 20080610
-packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, -1)
#elif PACKETVER >= 20080603
-packetLen(0x0109, 5) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, 5)
#elif PACKETVER >= 20080528
-packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, -1)
#elif PACKETVER >= 20080513
-packetLen(0x0109, 6) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, 6)
#elif PACKETVER >= 20080507
-packetLen(0x0109, 26) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, 26)
#elif PACKETVER >= 20080429
-packetLen(0x0109, 67) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, 67)
#elif PACKETVER >= 20080422
-packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, -1)
#elif PACKETVER >= 20080415
-packetLen(0x0109, 102) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, 102)
#elif PACKETVER >= 20080408
-packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, -1)
#elif PACKETVER >= 20080401
-packetLen(0x0109, 33) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, 33)
#elif PACKETVER >= 20080325
-packetLen(0x0109, 26) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, 26)
#elif PACKETVER >= 20080318
-packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, -1)
#elif PACKETVER >= 20080311
-packetLen(0x0109, 10) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, 10)
#elif PACKETVER >= 20080304
-packetLen(0x0109, 4) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, 4)
#elif PACKETVER >= 20080226
-packetLen(0x0109, 2) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, 2)
#elif PACKETVER >= 20080219
-packetLen(0x0109, 14) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, 14)
#elif PACKETVER >= 20080124
-packetLen(0x0109, 12) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, 12)
#elif PACKETVER >= 20080102
-packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, -1)
#endif
// Packet: 0x010a
#if PACKETVER >= 20081217
-packetLen(0x010a, 8) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 8)
#elif PACKETVER >= 20081126
-packetLen(0x010a, -1) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, -1)
#elif PACKETVER >= 20081119
-packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 4)
#elif PACKETVER >= 20081112
-packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 4)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x010a, 36) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 36)
#elif PACKETVER >= 20081022
-packetLen(0x010a, -1) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, -1)
#elif PACKETVER >= 20081015
-packetLen(0x010a, 16) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 16)
#elif PACKETVER >= 20081008
-packetLen(0x010a, 10) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 10)
#elif PACKETVER >= 20080917
-packetLen(0x010a, -1) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, -1)
#elif PACKETVER >= 20080910
-packetLen(0x010a, 6) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 6)
#elif PACKETVER >= 20080903
-packetLen(0x010a, 7) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 7)
#elif PACKETVER >= 20080827
-packetLen(0x010a, 2) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 2)
#elif PACKETVER >= 20080820
-packetLen(0x010a, -1) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, -1)
#elif PACKETVER >= 20080813
-packetLen(0x010a, 3) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 3)
#elif PACKETVER >= 20080806
-packetLen(0x010a, 30) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 30)
#elif PACKETVER >= 20080722
-packetLen(0x010a, -1) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, -1)
#elif PACKETVER >= 20080715
-packetLen(0x010a, 3) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 3)
#elif PACKETVER >= 20080610
-packetLen(0x010a, -1) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, -1)
#elif PACKETVER >= 20080603
-packetLen(0x010a, 34) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 34)
#elif PACKETVER >= 20080528
-packetLen(0x010a, 102) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 102)
#elif PACKETVER >= 20080520
-packetLen(0x010a, 3) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 3)
#elif PACKETVER >= 20080513
-packetLen(0x010a, 30) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 30)
#elif PACKETVER >= 20080507
-packetLen(0x010a, 31) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 31)
#elif PACKETVER >= 20080429
-packetLen(0x010a, -1) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, -1)
#elif PACKETVER >= 20080415
-packetLen(0x010a, 6) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 6)
#elif PACKETVER >= 20080408
-packetLen(0x010a, 114) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 114)
#elif PACKETVER >= 20080401
-packetLen(0x010a, 27) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 27)
#elif PACKETVER >= 20080325
-packetLen(0x010a, 12) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 12)
#elif PACKETVER >= 20080318
-packetLen(0x010a, 8) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 8)
#elif PACKETVER >= 20080311
-packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 4)
#elif PACKETVER >= 20080304
-packetLen(0x010a, -1) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, -1)
#elif PACKETVER >= 20080226
-packetLen(0x010a, 6) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 6)
#elif PACKETVER >= 20080219
-packetLen(0x010a, -1) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, -1)
#elif PACKETVER >= 20080124
-packetLen(0x010a, 6) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 6)
#elif PACKETVER >= 20080102
-packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 4)
#endif
// Packet: 0x010b
#if PACKETVER >= 20081217
-packetLen(0x010b, 23) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, 23)
#elif PACKETVER >= 20081203
-packetLen(0x010b, 14) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, 14)
#elif PACKETVER >= 20081112
-packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, 6)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081029
-packetLen(0x010b, 2) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, 2)
#elif PACKETVER >= 20081022
-packetLen(0x010b, -1) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, -1)
#elif PACKETVER >= 20081015
-packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, 6)
#elif PACKETVER >= 20081001
-packetLen(0x010b, -1) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, -1)
#elif PACKETVER >= 20080924
-packetLen(0x010b, 14) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, 14)
#elif PACKETVER >= 20080820
-packetLen(0x010b, -1) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, -1)
#elif PACKETVER >= 20080813
-packetLen(0x010b, 58) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, 58)
#elif PACKETVER >= 20080806
-packetLen(0x010b, -1) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, -1)
#elif PACKETVER >= 20080730
-packetLen(0x010b, 33) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, 33)
#elif PACKETVER >= 20080722
-packetLen(0x010b, 4) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, 4)
#elif PACKETVER >= 20080715
-packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, 6)
#elif PACKETVER >= 20080708
-packetLen(0x010b, -1) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, -1)
#elif PACKETVER >= 20080701
-packetLen(0x010b, 3) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, 3)
#elif PACKETVER >= 20080624
-packetLen(0x010b, -1) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, -1)
#elif PACKETVER >= 20080617
-packetLen(0x010b, 8) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, 8)
#elif PACKETVER >= 20080610
-packetLen(0x010b, 26) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, 26)
#elif PACKETVER >= 20080603
-packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, 6)
#elif PACKETVER >= 20080520
-packetLen(0x010b, -1) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, -1)
#elif PACKETVER >= 20080513
-packetLen(0x010b, 4) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, 4)
#elif PACKETVER >= 20080429
-packetLen(0x010b, 3) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, 3)
#elif PACKETVER >= 20080422
-packetLen(0x010b, -1) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, -1)
#elif PACKETVER >= 20080415
-packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, 6)
#elif PACKETVER >= 20080408
-packetLen(0x010b, -1) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, -1)
#elif PACKETVER >= 20080401
-packetLen(0x010b, 28) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, 28)
#elif PACKETVER >= 20080325
-packetLen(0x010b, -1) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, -1)
#elif PACKETVER >= 20080318
-packetLen(0x010b, 17) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, 17)
#elif PACKETVER >= 20080311
-packetLen(0x010b, 3) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, 3)
#elif PACKETVER >= 20080304
-packetLen(0x010b, 114) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, 114)
#elif PACKETVER >= 20080226
-packetLen(0x010b, 9) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, 9)
#elif PACKETVER >= 20080219
-packetLen(0x010b, 24) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, 24)
#elif PACKETVER >= 20080102
-packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, 6)
#endif
// Packet: 0x010c
#if PACKETVER >= 20081203
-packetLen(0x010c, 6) // ZC_MVP
+packetLen(0x010c, 6)
#elif PACKETVER >= 20081119
-packetLen(0x010c, 3) // ZC_MVP
+packetLen(0x010c, 3)
#elif PACKETVER >= 20081112
-packetLen(0x010c, 6) // ZC_MVP
+packetLen(0x010c, 6)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081105
-packetLen(0x010c, -1) // ZC_MVP
+packetLen(0x010c, -1)
#elif PACKETVER >= 20081029
-packetLen(0x010c, 2) // ZC_MVP
+packetLen(0x010c, 2)
#elif PACKETVER >= 20081022
-packetLen(0x010c, 11) // ZC_MVP
+packetLen(0x010c, 11)
#elif PACKETVER >= 20081008
-packetLen(0x010c, -1) // ZC_MVP
+packetLen(0x010c, -1)
#elif PACKETVER >= 20081001
-packetLen(0x010c, 9) // ZC_MVP
+packetLen(0x010c, 9)
#elif PACKETVER >= 20080917
-packetLen(0x010c, -1) // ZC_MVP
+packetLen(0x010c, -1)
#elif PACKETVER >= 20080910
-packetLen(0x010c, 33) // ZC_MVP
+packetLen(0x010c, 33)
#elif PACKETVER >= 20080827
-packetLen(0x010c, -1) // ZC_MVP
+packetLen(0x010c, -1)
#elif PACKETVER >= 20080820
-packetLen(0x010c, 6) // ZC_MVP
+packetLen(0x010c, 6)
#elif PACKETVER >= 20080813
-packetLen(0x010c, 26) // ZC_MVP
+packetLen(0x010c, 26)
#elif PACKETVER >= 20080730
-packetLen(0x010c, -1) // ZC_MVP
+packetLen(0x010c, -1)
#elif PACKETVER >= 20080722
-packetLen(0x010c, 6) // ZC_MVP
+packetLen(0x010c, 6)
#elif PACKETVER >= 20080715
-packetLen(0x010c, 10) // ZC_MVP
+packetLen(0x010c, 10)
#elif PACKETVER >= 20080708
-packetLen(0x010c, -1) // ZC_MVP
+packetLen(0x010c, -1)
#elif PACKETVER >= 20080701
-packetLen(0x010c, 7) // ZC_MVP
+packetLen(0x010c, 7)
#elif PACKETVER >= 20080624
-packetLen(0x010c, 23) // ZC_MVP
+packetLen(0x010c, 23)
#elif PACKETVER >= 20080610
-packetLen(0x010c, -1) // ZC_MVP
+packetLen(0x010c, -1)
#elif PACKETVER >= 20080603
-packetLen(0x010c, 31) // ZC_MVP
+packetLen(0x010c, 31)
#elif PACKETVER >= 20080528
-packetLen(0x010c, 30) // ZC_MVP
+packetLen(0x010c, 30)
#elif PACKETVER >= 20080520
-packetLen(0x010c, 8) // ZC_MVP
+packetLen(0x010c, 8)
#elif PACKETVER >= 20080507
-packetLen(0x010c, 2) // ZC_MVP
+packetLen(0x010c, 2)
#elif PACKETVER >= 20080429
-packetLen(0x010c, -1) // ZC_MVP
+packetLen(0x010c, -1)
#elif PACKETVER >= 20080422
-packetLen(0x010c, 26) // ZC_MVP
+packetLen(0x010c, 26)
#elif PACKETVER >= 20080408
-packetLen(0x010c, -1) // ZC_MVP
+packetLen(0x010c, -1)
#elif PACKETVER >= 20080401
-packetLen(0x010c, 6) // ZC_MVP
+packetLen(0x010c, 6)
#elif PACKETVER >= 20080325
-packetLen(0x010c, 11) // ZC_MVP
+packetLen(0x010c, 11)
#elif PACKETVER >= 20080318
-packetLen(0x010c, -1) // ZC_MVP
+packetLen(0x010c, -1)
#elif PACKETVER >= 20080311
-packetLen(0x010c, 282) // ZC_MVP
+packetLen(0x010c, 282)
#elif PACKETVER >= 20080304
-packetLen(0x010c, 2) // ZC_MVP
+packetLen(0x010c, 2)
#elif PACKETVER >= 20080226
-packetLen(0x010c, 14) // ZC_MVP
+packetLen(0x010c, 14)
#elif PACKETVER >= 20080219
-packetLen(0x010c, -1) // ZC_MVP
+packetLen(0x010c, -1)
#elif PACKETVER >= 20080124
-packetLen(0x010c, 4) // ZC_MVP
+packetLen(0x010c, 4)
#elif PACKETVER >= 20080102
-packetLen(0x010c, 6) // ZC_MVP
+packetLen(0x010c, 6)
#endif
// Packet: 0x010d
-packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+packetLen(0x010d, 2)
// Packet: 0x010e
#if PACKETVER >= 20081203
-packetLen(0x010e, 6) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, 6)
#elif PACKETVER >= 20081126
-packetLen(0x010e, -1) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, -1)
#elif PACKETVER >= 20081119
-packetLen(0x010e, 81) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, 81)
#elif PACKETVER >= 20081112
-packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, 11)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x010e, 30) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, 30)
#elif PACKETVER >= 20081029
-packetLen(0x010e, 10) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, 10)
#elif PACKETVER >= 20081022
-packetLen(0x010e, -1) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, -1)
#elif PACKETVER >= 20081015
-packetLen(0x010e, 53) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, 53)
#elif PACKETVER >= 20080806
-packetLen(0x010e, -1) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, -1)
#elif PACKETVER >= 20080730
-packetLen(0x010e, 26) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, 26)
#elif PACKETVER >= 20080722
-packetLen(0x010e, -1) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, -1)
#elif PACKETVER >= 20080715
-packetLen(0x010e, 24) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, 24)
#elif PACKETVER >= 20080701
-packetLen(0x010e, -1) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, -1)
#elif PACKETVER >= 20080624
-packetLen(0x010e, 33) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, 33)
#elif PACKETVER >= 20080617
-packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, 11)
#elif PACKETVER >= 20080610
-packetLen(0x010e, 8) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, 8)
#elif PACKETVER >= 20080603
-packetLen(0x010e, 6) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, 6)
#elif PACKETVER >= 20080528
-packetLen(0x010e, 2) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, 2)
#elif PACKETVER >= 20080520
-packetLen(0x010e, 6) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, 6)
#elif PACKETVER >= 20080513
-packetLen(0x010e, 14) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, 14)
#elif PACKETVER >= 20080507
-packetLen(0x010e, 10) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, 10)
#elif PACKETVER >= 20080429
-packetLen(0x010e, 67) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, 67)
#elif PACKETVER >= 20080415
-packetLen(0x010e, -1) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, -1)
#elif PACKETVER >= 20080408
-packetLen(0x010e, 12) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, 12)
#elif PACKETVER >= 20080401
-packetLen(0x010e, -1) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, -1)
#elif PACKETVER >= 20080325
-packetLen(0x010e, 30) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, 30)
#elif PACKETVER >= 20080318
-packetLen(0x010e, 53) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, 53)
#elif PACKETVER >= 20080311
-packetLen(0x010e, 71) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, 71)
#elif PACKETVER >= 20080304
-packetLen(0x010e, 26) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, 26)
#elif PACKETVER >= 20080226
-packetLen(0x010e, 7) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, 7)
#elif PACKETVER >= 20080219
-packetLen(0x010e, -1) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, -1)
#elif PACKETVER >= 20080124
-packetLen(0x010e, 6) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, 6)
#elif PACKETVER >= 20080102
-packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, 11)
#endif
// Packet: 0x010f
#if PACKETVER >= 20081217
-packetLen(0x010f, 81) // ZC_SKILLINFO_LIST
+packetLen(0x010f, 81)
#elif PACKETVER >= 20081203
-packetLen(0x010f, 10) // ZC_SKILLINFO_LIST
+packetLen(0x010f, 10)
#elif PACKETVER >= 20081015
-packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+packetLen(0x010f, -1)
#elif PACKETVER >= 20081008
-packetLen(0x010f, 2) // ZC_SKILLINFO_LIST
+packetLen(0x010f, 2)
#elif PACKETVER >= 20081001
-packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+packetLen(0x010f, -1)
#elif PACKETVER >= 20080924
-packetLen(0x010f, 4) // ZC_SKILLINFO_LIST
+packetLen(0x010f, 4)
#elif PACKETVER >= 20080827
-packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+packetLen(0x010f, -1)
#elif PACKETVER >= 20080820
-packetLen(0x010f, 67) // ZC_SKILLINFO_LIST
+packetLen(0x010f, 67)
#elif PACKETVER >= 20080806
-packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+packetLen(0x010f, -1)
#elif PACKETVER >= 20080730
-packetLen(0x010f, 4) // ZC_SKILLINFO_LIST
+packetLen(0x010f, 4)
#elif PACKETVER >= 20080715
-packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+packetLen(0x010f, -1)
#elif PACKETVER >= 20080708
-packetLen(0x010f, 35) // ZC_SKILLINFO_LIST
+packetLen(0x010f, 35)
#elif PACKETVER >= 20080701
-packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+packetLen(0x010f, -1)
#elif PACKETVER >= 20080624
-packetLen(0x010f, 2) // ZC_SKILLINFO_LIST
+packetLen(0x010f, 2)
#elif PACKETVER >= 20080617
-packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+packetLen(0x010f, -1)
#elif PACKETVER >= 20080610
-packetLen(0x010f, 30) // ZC_SKILLINFO_LIST
+packetLen(0x010f, 30)
#elif PACKETVER >= 20080603
-packetLen(0x010f, 5) // ZC_SKILLINFO_LIST
+packetLen(0x010f, 5)
#elif PACKETVER >= 20080528
-packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+packetLen(0x010f, -1)
#elif PACKETVER >= 20080520
-packetLen(0x010f, 6) // ZC_SKILLINFO_LIST
+packetLen(0x010f, 6)
#elif PACKETVER >= 20080513
-packetLen(0x010f, 17) // ZC_SKILLINFO_LIST
+packetLen(0x010f, 17)
#elif PACKETVER >= 20080507
-packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+packetLen(0x010f, -1)
#elif PACKETVER >= 20080429
-packetLen(0x010f, 11) // ZC_SKILLINFO_LIST
+packetLen(0x010f, 11)
#elif PACKETVER >= 20080422
-packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+packetLen(0x010f, -1)
#elif PACKETVER >= 20080415
-packetLen(0x010f, 4) // ZC_SKILLINFO_LIST
+packetLen(0x010f, 4)
#elif PACKETVER >= 20080408
-packetLen(0x010f, 8) // ZC_SKILLINFO_LIST
+packetLen(0x010f, 8)
#elif PACKETVER >= 20080325
-packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+packetLen(0x010f, -1)
#elif PACKETVER >= 20080318
-packetLen(0x010f, 6) // ZC_SKILLINFO_LIST
+packetLen(0x010f, 6)
#elif PACKETVER >= 20080311
-packetLen(0x010f, 2) // ZC_SKILLINFO_LIST
+packetLen(0x010f, 2)
#elif PACKETVER >= 20080304
-packetLen(0x010f, 17) // ZC_SKILLINFO_LIST
+packetLen(0x010f, 17)
#elif PACKETVER >= 20080226
-packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+packetLen(0x010f, -1)
#elif PACKETVER >= 20080219
-packetLen(0x010f, 30) // ZC_SKILLINFO_LIST
+packetLen(0x010f, 30)
#elif PACKETVER >= 20080124
-packetLen(0x010f, 11) // ZC_SKILLINFO_LIST
+packetLen(0x010f, 11)
#elif PACKETVER >= 20080102
-packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+packetLen(0x010f, -1)
#endif
// Packet: 0x0110
#if PACKETVER >= 20081126
-packetLen(0x0110, -1) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, -1)
#elif PACKETVER >= 20081119
-packetLen(0x0110, 6) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, 6)
#elif PACKETVER >= 20081112
-packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, 10)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081022
-packetLen(0x0110, -1) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, -1)
#elif PACKETVER >= 20081015
-packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, 10)
#elif PACKETVER >= 20081001
-packetLen(0x0110, -1) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, -1)
#elif PACKETVER >= 20080924
-packetLen(0x0110, 16) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, 16)
#elif PACKETVER >= 20080910
-packetLen(0x0110, -1) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, -1)
#elif PACKETVER >= 20080903
-packetLen(0x0110, 6) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, 6)
#elif PACKETVER >= 20080827
-packetLen(0x0110, -1) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, -1)
#elif PACKETVER >= 20080820
-packetLen(0x0110, 3) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, 3)
#elif PACKETVER >= 20080813
-packetLen(0x0110, 24) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, 24)
#elif PACKETVER >= 20080722
-packetLen(0x0110, -1) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, -1)
#elif PACKETVER >= 20080715
-packetLen(0x0110, 34) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, 34)
#elif PACKETVER >= 20080617
-packetLen(0x0110, -1) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, -1)
#elif PACKETVER >= 20080610
-packetLen(0x0110, 3) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, 3)
#elif PACKETVER >= 20080603
-packetLen(0x0110, -1) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, -1)
#elif PACKETVER >= 20080528
-packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, 10)
#elif PACKETVER >= 20080520
-packetLen(0x0110, -1) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, -1)
#elif PACKETVER >= 20080513
-packetLen(0x0110, 4) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, 4)
#elif PACKETVER >= 20080507
-packetLen(0x0110, 3) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, 3)
#elif PACKETVER >= 20080408
-packetLen(0x0110, -1) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, -1)
#elif PACKETVER >= 20080401
-packetLen(0x0110, 6) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, 6)
#elif PACKETVER >= 20080325
-packetLen(0x0110, 35) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, 35)
#elif PACKETVER >= 20080318
-packetLen(0x0110, 8) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, 8)
#elif PACKETVER >= 20080311
-packetLen(0x0110, 4) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, 4)
#elif PACKETVER >= 20080226
-packetLen(0x0110, 8) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, 8)
#elif PACKETVER >= 20080219
-packetLen(0x0110, -1) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, -1)
#elif PACKETVER >= 20080124
-packetLen(0x0110, 2) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, 2)
#elif PACKETVER >= 20080102
-packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, 10)
#endif
// Packet: 0x0111
#if PACKETVER >= 20081217
-packetLen(0x0111, -1) // ZC_ADD_SKILL
+packetLen(0x0111, -1)
#elif PACKETVER >= 20081203
-packetLen(0x0111, 6) // ZC_ADD_SKILL
+packetLen(0x0111, 6)
#elif PACKETVER >= 20081112
-packetLen(0x0111, 39) // ZC_ADD_SKILL
+packetLen(0x0111, 39)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0111, 10) // ZC_ADD_SKILL
+packetLen(0x0111, 10)
#elif PACKETVER >= 20081029
-packetLen(0x0111, 97) // ZC_ADD_SKILL
+packetLen(0x0111, 97)
#elif PACKETVER >= 20081015
-packetLen(0x0111, -1) // ZC_ADD_SKILL
+packetLen(0x0111, -1)
#elif PACKETVER >= 20081008
-packetLen(0x0111, 6) // ZC_ADD_SKILL
+packetLen(0x0111, 6)
#elif PACKETVER >= 20081001
-packetLen(0x0111, 4) // ZC_ADD_SKILL
+packetLen(0x0111, 4)
#elif PACKETVER >= 20080903
-packetLen(0x0111, -1) // ZC_ADD_SKILL
+packetLen(0x0111, -1)
#elif PACKETVER >= 20080827
-packetLen(0x0111, 5) // ZC_ADD_SKILL
+packetLen(0x0111, 5)
#elif PACKETVER >= 20080820
-packetLen(0x0111, 66) // ZC_ADD_SKILL
+packetLen(0x0111, 66)
#elif PACKETVER >= 20080813
-packetLen(0x0111, 27) // ZC_ADD_SKILL
+packetLen(0x0111, 27)
#elif PACKETVER >= 20080806
-packetLen(0x0111, 282) // ZC_ADD_SKILL
+packetLen(0x0111, 282)
#elif PACKETVER >= 20080730
-packetLen(0x0111, 11) // ZC_ADD_SKILL
+packetLen(0x0111, 11)
#elif PACKETVER >= 20080722
-packetLen(0x0111, -1) // ZC_ADD_SKILL
+packetLen(0x0111, -1)
#elif PACKETVER >= 20080715
-packetLen(0x0111, 10) // ZC_ADD_SKILL
+packetLen(0x0111, 10)
#elif PACKETVER >= 20080708
-packetLen(0x0111, -1) // ZC_ADD_SKILL
+packetLen(0x0111, -1)
#elif PACKETVER >= 20080701
-packetLen(0x0111, 17) // ZC_ADD_SKILL
+packetLen(0x0111, 17)
#elif PACKETVER >= 20080624
-packetLen(0x0111, -1) // ZC_ADD_SKILL
+packetLen(0x0111, -1)
#elif PACKETVER >= 20080617
-packetLen(0x0111, 2) // ZC_ADD_SKILL
+packetLen(0x0111, 2)
#elif PACKETVER >= 20080610
-packetLen(0x0111, -1) // ZC_ADD_SKILL
+packetLen(0x0111, -1)
#elif PACKETVER >= 20080603
-packetLen(0x0111, 11) // ZC_ADD_SKILL
+packetLen(0x0111, 11)
#elif PACKETVER >= 20080528
-packetLen(0x0111, 23) // ZC_ADD_SKILL
+packetLen(0x0111, 23)
#elif PACKETVER >= 20080507
-packetLen(0x0111, -1) // ZC_ADD_SKILL
+packetLen(0x0111, -1)
#elif PACKETVER >= 20080429
-packetLen(0x0111, 10) // ZC_ADD_SKILL
+packetLen(0x0111, 10)
#elif PACKETVER >= 20080422
-packetLen(0x0111, 4) // ZC_ADD_SKILL
+packetLen(0x0111, 4)
#elif PACKETVER >= 20080415
-packetLen(0x0111, -1) // ZC_ADD_SKILL
+packetLen(0x0111, -1)
#elif PACKETVER >= 20080408
-packetLen(0x0111, 26) // ZC_ADD_SKILL
+packetLen(0x0111, 26)
#elif PACKETVER >= 20080401
-packetLen(0x0111, -1) // ZC_ADD_SKILL
+packetLen(0x0111, -1)
#elif PACKETVER >= 20080325
-packetLen(0x0111, 282) // ZC_ADD_SKILL
+packetLen(0x0111, 282)
#elif PACKETVER >= 20080318
-packetLen(0x0111, 23) // ZC_ADD_SKILL
+packetLen(0x0111, 23)
#elif PACKETVER >= 20080311
-packetLen(0x0111, 6) // ZC_ADD_SKILL
+packetLen(0x0111, 6)
#elif PACKETVER >= 20080304
-packetLen(0x0111, 4) // ZC_ADD_SKILL
+packetLen(0x0111, 4)
#elif PACKETVER >= 20080226
-packetLen(0x0111, 60) // ZC_ADD_SKILL
+packetLen(0x0111, 60)
#elif PACKETVER >= 20080219
-packetLen(0x0111, 32) // ZC_ADD_SKILL
+packetLen(0x0111, 32)
#elif PACKETVER >= 20080124
-packetLen(0x0111, -1) // ZC_ADD_SKILL
+packetLen(0x0111, -1)
#elif PACKETVER >= 20080102
-packetLen(0x0111, 39) // ZC_ADD_SKILL
+packetLen(0x0111, 39)
#endif
// Packet: 0x0112
#if PACKETVER >= 20081217
-packetLen(0x0112, -1) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, -1)
#elif PACKETVER >= 20081203
-packetLen(0x0112, 8) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, 8)
#elif PACKETVER >= 20081112
-packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, 4)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081001
-packetLen(0x0112, -1) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, -1)
#elif PACKETVER >= 20080924
-packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, 4)
#elif PACKETVER >= 20080910
-packetLen(0x0112, -1) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, -1)
#elif PACKETVER >= 20080903
-packetLen(0x0112, 10) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, 10)
#elif PACKETVER >= 20080827
-packetLen(0x0112, -1) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, -1)
#elif PACKETVER >= 20080820
-packetLen(0x0112, 9) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, 9)
#elif PACKETVER >= 20080701
-packetLen(0x0112, -1) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, -1)
#elif PACKETVER >= 20080624
-packetLen(0x0112, 15) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, 15)
#elif PACKETVER >= 20080617
-packetLen(0x0112, 59) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, 59)
#elif PACKETVER >= 20080610
-packetLen(0x0112, 6) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, 6)
#elif PACKETVER >= 20080603
-packetLen(0x0112, 14) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, 14)
#elif PACKETVER >= 20080528
-packetLen(0x0112, 7) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, 7)
#elif PACKETVER >= 20080520
-packetLen(0x0112, 30) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, 30)
#elif PACKETVER >= 20080513
-packetLen(0x0112, 10) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, 10)
#elif PACKETVER >= 20080429
-packetLen(0x0112, -1) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, -1)
#elif PACKETVER >= 20080422
-packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, 4)
#elif PACKETVER >= 20080408
-packetLen(0x0112, -1) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, -1)
#elif PACKETVER >= 20080401
-packetLen(0x0112, 6) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, 6)
#elif PACKETVER >= 20080325
-packetLen(0x0112, 11) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, 11)
#elif PACKETVER >= 20080318
-packetLen(0x0112, 6) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, 6)
#elif PACKETVER >= 20080311
-packetLen(0x0112, -1) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, -1)
#elif PACKETVER >= 20080304
-packetLen(0x0112, 29) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, 29)
#elif PACKETVER >= 20080226
-packetLen(0x0112, 13) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, 13)
#elif PACKETVER >= 20080219
-packetLen(0x0112, 7) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, 7)
#elif PACKETVER >= 20080124
-packetLen(0x0112, 26) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, 26)
#elif PACKETVER >= 20080102
-packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, 4)
#endif
// Packet: 0x0113
-packetLen(0x0113, 25) // CZ_USE_SKILL
+packetLen(0x0113, 25)
// Packet: 0x0114
#if PACKETVER >= 20081203
-packetLen(0x0114, -1) // ZC_NOTIFY_SKILL
+packetLen(0x0114, -1)
#elif PACKETVER >= 20081119
-packetLen(0x0114, 11) // ZC_NOTIFY_SKILL
+packetLen(0x0114, 11)
#elif PACKETVER >= 20081112
-packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+packetLen(0x0114, 31)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0114, 10) // ZC_NOTIFY_SKILL
+packetLen(0x0114, 10)
#elif PACKETVER >= 20081008
-packetLen(0x0114, -1) // ZC_NOTIFY_SKILL
+packetLen(0x0114, -1)
#elif PACKETVER >= 20081001
-packetLen(0x0114, 11) // ZC_NOTIFY_SKILL
+packetLen(0x0114, 11)
#elif PACKETVER >= 20080806
-packetLen(0x0114, -1) // ZC_NOTIFY_SKILL
+packetLen(0x0114, -1)
#elif PACKETVER >= 20080730
-packetLen(0x0114, 6) // ZC_NOTIFY_SKILL
+packetLen(0x0114, 6)
#elif PACKETVER >= 20080722
-packetLen(0x0114, -1) // ZC_NOTIFY_SKILL
+packetLen(0x0114, -1)
#elif PACKETVER >= 20080715
-packetLen(0x0114, 10) // ZC_NOTIFY_SKILL
+packetLen(0x0114, 10)
#elif PACKETVER >= 20080708
-packetLen(0x0114, 7) // ZC_NOTIFY_SKILL
+packetLen(0x0114, 7)
#elif PACKETVER >= 20080701
-packetLen(0x0114, 10) // ZC_NOTIFY_SKILL
+packetLen(0x0114, 10)
#elif PACKETVER >= 20080624
-packetLen(0x0114, -1) // ZC_NOTIFY_SKILL
+packetLen(0x0114, -1)
#elif PACKETVER >= 20080617
-packetLen(0x0114, 15) // ZC_NOTIFY_SKILL
+packetLen(0x0114, 15)
#elif PACKETVER >= 20080610
-packetLen(0x0114, 11) // ZC_NOTIFY_SKILL
+packetLen(0x0114, 11)
#elif PACKETVER >= 20080603
-packetLen(0x0114, 7) // ZC_NOTIFY_SKILL
+packetLen(0x0114, 7)
#elif PACKETVER >= 20080528
-packetLen(0x0114, 6) // ZC_NOTIFY_SKILL
+packetLen(0x0114, 6)
#elif PACKETVER >= 20080520
-packetLen(0x0114, 30) // ZC_NOTIFY_SKILL
+packetLen(0x0114, 30)
#elif PACKETVER >= 20080513
-packetLen(0x0114, -1) // ZC_NOTIFY_SKILL
+packetLen(0x0114, -1)
#elif PACKETVER >= 20080507
-packetLen(0x0114, 4) // ZC_NOTIFY_SKILL
+packetLen(0x0114, 4)
#elif PACKETVER >= 20080429
-packetLen(0x0114, 3) // ZC_NOTIFY_SKILL
+packetLen(0x0114, 3)
#elif PACKETVER >= 20080408
-packetLen(0x0114, -1) // ZC_NOTIFY_SKILL
+packetLen(0x0114, -1)
#elif PACKETVER >= 20080401
-packetLen(0x0114, 26) // ZC_NOTIFY_SKILL
+packetLen(0x0114, 26)
#elif PACKETVER >= 20080325
-packetLen(0x0114, 182) // ZC_NOTIFY_SKILL
+packetLen(0x0114, 182)
#elif PACKETVER >= 20080318
-packetLen(0x0114, 6) // ZC_NOTIFY_SKILL
+packetLen(0x0114, 6)
#elif PACKETVER >= 20080311
-packetLen(0x0114, -1) // ZC_NOTIFY_SKILL
+packetLen(0x0114, -1)
#elif PACKETVER >= 20080304
-packetLen(0x0114, 29) // ZC_NOTIFY_SKILL
+packetLen(0x0114, 29)
#elif PACKETVER >= 20080226
-packetLen(0x0114, 10) // ZC_NOTIFY_SKILL
+packetLen(0x0114, 10)
#elif PACKETVER >= 20080219
-packetLen(0x0114, -1) // ZC_NOTIFY_SKILL
+packetLen(0x0114, -1)
#elif PACKETVER >= 20080124
-packetLen(0x0114, 8) // ZC_NOTIFY_SKILL
+packetLen(0x0114, 8)
#elif PACKETVER >= 20080102
-packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+packetLen(0x0114, 31)
#endif
// Packet: 0x0115
-packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+packetLen(0x0115, 35)
// Packet: 0x0116
-packetLen(0x0116, 17) // CZ_USE_SKILL_TOGROUND
+packetLen(0x0116, 17)
// Packet: 0x0117
#if PACKETVER >= 20081203
-packetLen(0x0117, -1) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, -1)
#elif PACKETVER >= 20081126
-packetLen(0x0117, 81) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, 81)
#elif PACKETVER >= 20081112
-packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, 18)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0117, 14) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, 14)
#elif PACKETVER >= 20081029
-packetLen(0x0117, 13) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, 13)
#elif PACKETVER >= 20081022
-packetLen(0x0117, 14) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, 14)
#elif PACKETVER >= 20081015
-packetLen(0x0117, 32) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, 32)
#elif PACKETVER >= 20081008
-packetLen(0x0117, 6) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, 6)
#elif PACKETVER >= 20080917
-packetLen(0x0117, -1) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, -1)
#elif PACKETVER >= 20080910
-packetLen(0x0117, 22) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, 22)
#elif PACKETVER >= 20080903
-packetLen(0x0117, 2) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, 2)
#elif PACKETVER >= 20080827
-packetLen(0x0117, 30) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, 30)
#elif PACKETVER >= 20080820
-packetLen(0x0117, -1) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, -1)
#elif PACKETVER >= 20080813
-packetLen(0x0117, 4) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, 4)
#elif PACKETVER >= 20080806
-packetLen(0x0117, -1) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, -1)
#elif PACKETVER >= 20080730
-packetLen(0x0117, 30) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, 30)
#elif PACKETVER >= 20080722
-packetLen(0x0117, 6) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, 6)
#elif PACKETVER >= 20080603
-packetLen(0x0117, -1) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, -1)
#elif PACKETVER >= 20080528
-packetLen(0x0117, 6) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, 6)
#elif PACKETVER >= 20080520
-packetLen(0x0117, -1) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, -1)
#elif PACKETVER >= 20080513
-packetLen(0x0117, 5) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, 5)
#elif PACKETVER >= 20080507
-packetLen(0x0117, 6) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, 6)
#elif PACKETVER >= 20080422
-packetLen(0x0117, -1) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, -1)
#elif PACKETVER >= 20080415
-packetLen(0x0117, 29) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, 29)
#elif PACKETVER >= 20080408
-packetLen(0x0117, 28) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, 28)
#elif PACKETVER >= 20080401
-packetLen(0x0117, 26) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, 26)
#elif PACKETVER >= 20080325
-packetLen(0x0117, 29) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, 29)
#elif PACKETVER >= 20080318
-packetLen(0x0117, -1) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, -1)
#elif PACKETVER >= 20080311
-packetLen(0x0117, 11) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, 11)
#elif PACKETVER >= 20080304
-packetLen(0x0117, 6) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, 6)
#elif PACKETVER >= 20080226
-packetLen(0x0117, -1) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, -1)
#elif PACKETVER >= 20080219
-packetLen(0x0117, 10) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, 10)
#elif PACKETVER >= 20080124
-packetLen(0x0117, 8) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, 8)
#elif PACKETVER >= 20080102
-packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, 18)
#endif
// Packet: 0x0118
#if PACKETVER >= 20081217
-packetLen(0x0118, -1) // CZ_CANCEL_LOCKON
+packetLen(0x0118, -1)
#elif PACKETVER >= 20081203
-packetLen(0x0118, 4) // CZ_CANCEL_LOCKON
+packetLen(0x0118, 4)
#elif PACKETVER >= 20081126
-packetLen(0x0118, 54) // CZ_CANCEL_LOCKON
+packetLen(0x0118, 54)
#elif PACKETVER >= 20081119
-packetLen(0x0118, 11) // CZ_CANCEL_LOCKON
+packetLen(0x0118, 11)
#elif PACKETVER >= 20081112
-packetLen(0x0118, 10) // CZ_CANCEL_LOCKON
+packetLen(0x0118, 10)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0118, -1) // CZ_CANCEL_LOCKON
+packetLen(0x0118, -1)
#elif PACKETVER >= 20081029
-packetLen(0x0118, 4) // CZ_CANCEL_LOCKON
+packetLen(0x0118, 4)
#elif PACKETVER >= 20081022
-packetLen(0x0118, -1) // CZ_CANCEL_LOCKON
+packetLen(0x0118, -1)
#elif PACKETVER >= 20081015
-packetLen(0x0118, 6) // CZ_CANCEL_LOCKON
+packetLen(0x0118, 6)
#elif PACKETVER >= 20081008
-packetLen(0x0118, 182) // CZ_CANCEL_LOCKON
+packetLen(0x0118, 182)
#elif PACKETVER >= 20081001
-packetLen(0x0118, 26) // CZ_CANCEL_LOCKON
+packetLen(0x0118, 26)
#elif PACKETVER >= 20080910
-packetLen(0x0118, -1) // CZ_CANCEL_LOCKON
+packetLen(0x0118, -1)
#elif PACKETVER >= 20080903
-packetLen(0x0118, 54) // CZ_CANCEL_LOCKON
+packetLen(0x0118, 54)
#elif PACKETVER >= 20080730
-packetLen(0x0118, -1) // CZ_CANCEL_LOCKON
+packetLen(0x0118, -1)
#elif PACKETVER >= 20080722
-packetLen(0x0118, 18) // CZ_CANCEL_LOCKON
+packetLen(0x0118, 18)
#elif PACKETVER >= 20080715
-packetLen(0x0118, -1) // CZ_CANCEL_LOCKON
+packetLen(0x0118, -1)
#elif PACKETVER >= 20080708
-packetLen(0x0118, 4) // CZ_CANCEL_LOCKON
+packetLen(0x0118, 4)
#elif PACKETVER >= 20080701
-packetLen(0x0118, 67) // CZ_CANCEL_LOCKON
+packetLen(0x0118, 67)
#elif PACKETVER >= 20080617
-packetLen(0x0118, -1) // CZ_CANCEL_LOCKON
+packetLen(0x0118, -1)
#elif PACKETVER >= 20080610
-packetLen(0x0118, 22) // CZ_CANCEL_LOCKON
+packetLen(0x0118, 22)
#elif PACKETVER >= 20080603
-packetLen(0x0118, -1) // CZ_CANCEL_LOCKON
+packetLen(0x0118, -1)
#elif PACKETVER >= 20080528
-packetLen(0x0118, 8) // CZ_CANCEL_LOCKON
+packetLen(0x0118, 8)
#elif PACKETVER >= 20080520
-packetLen(0x0118, 90) // CZ_CANCEL_LOCKON
+packetLen(0x0118, 90)
#elif PACKETVER >= 20080513
-packetLen(0x0118, -1) // CZ_CANCEL_LOCKON
+packetLen(0x0118, -1)
#elif PACKETVER >= 20080507
-packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+packetLen(0x0118, 2)
#elif PACKETVER >= 20080429
-packetLen(0x0118, 29) // CZ_CANCEL_LOCKON
+packetLen(0x0118, 29)
#elif PACKETVER >= 20080422
-packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+packetLen(0x0118, 2)
#elif PACKETVER >= 20080401
-packetLen(0x0118, -1) // CZ_CANCEL_LOCKON
+packetLen(0x0118, -1)
#elif PACKETVER >= 20080325
-packetLen(0x0118, 14) // CZ_CANCEL_LOCKON
+packetLen(0x0118, 14)
#elif PACKETVER >= 20080318
-packetLen(0x0118, 5) // CZ_CANCEL_LOCKON
+packetLen(0x0118, 5)
#elif PACKETVER >= 20080311
-packetLen(0x0118, 282) // CZ_CANCEL_LOCKON
+packetLen(0x0118, 282)
#elif PACKETVER >= 20080304
-packetLen(0x0118, -1) // CZ_CANCEL_LOCKON
+packetLen(0x0118, -1)
#elif PACKETVER >= 20080226
-packetLen(0x0118, 54) // CZ_CANCEL_LOCKON
+packetLen(0x0118, 54)
#elif PACKETVER >= 20080219
-packetLen(0x0118, 7) // CZ_CANCEL_LOCKON
+packetLen(0x0118, 7)
#elif PACKETVER >= 20080124
-packetLen(0x0118, 54) // CZ_CANCEL_LOCKON
+packetLen(0x0118, 54)
#elif PACKETVER >= 20080102
-packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+packetLen(0x0118, 2)
#endif
// Packet: 0x0119
#if PACKETVER >= 20081217
-packetLen(0x0119, 30) // ZC_STATE_CHANGE
+packetLen(0x0119, 30)
#elif PACKETVER >= 20081203
-packetLen(0x0119, 7) // ZC_STATE_CHANGE
+packetLen(0x0119, 7)
#elif PACKETVER >= 20081126
-packetLen(0x0119, 11) // ZC_STATE_CHANGE
+packetLen(0x0119, 11)
#elif PACKETVER >= 20081119
-packetLen(0x0119, 6) // ZC_STATE_CHANGE
+packetLen(0x0119, 6)
#elif PACKETVER >= 20081112
-packetLen(0x0119, 43) // ZC_STATE_CHANGE
+packetLen(0x0119, 43)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081022
-packetLen(0x0119, -1) // ZC_STATE_CHANGE
+packetLen(0x0119, -1)
#elif PACKETVER >= 20081015
-packetLen(0x0119, 6) // ZC_STATE_CHANGE
+packetLen(0x0119, 6)
#elif PACKETVER >= 20081008
-packetLen(0x0119, 7) // ZC_STATE_CHANGE
+packetLen(0x0119, 7)
#elif PACKETVER >= 20080924
-packetLen(0x0119, -1) // ZC_STATE_CHANGE
+packetLen(0x0119, -1)
#elif PACKETVER >= 20080917
-packetLen(0x0119, 30) // ZC_STATE_CHANGE
+packetLen(0x0119, 30)
#elif PACKETVER >= 20080910
-packetLen(0x0119, 29) // ZC_STATE_CHANGE
+packetLen(0x0119, 29)
#elif PACKETVER >= 20080903
-packetLen(0x0119, 30) // ZC_STATE_CHANGE
+packetLen(0x0119, 30)
#elif PACKETVER >= 20080827
-packetLen(0x0119, -1) // ZC_STATE_CHANGE
+packetLen(0x0119, -1)
#elif PACKETVER >= 20080820
-packetLen(0x0119, 3) // ZC_STATE_CHANGE
+packetLen(0x0119, 3)
#elif PACKETVER >= 20080813
-packetLen(0x0119, 14) // ZC_STATE_CHANGE
+packetLen(0x0119, 14)
#elif PACKETVER >= 20080730
-packetLen(0x0119, -1) // ZC_STATE_CHANGE
+packetLen(0x0119, -1)
#elif PACKETVER >= 20080715
-packetLen(0x0119, 2) // ZC_STATE_CHANGE
+packetLen(0x0119, 2)
#elif PACKETVER >= 20080708
-packetLen(0x0119, 4) // ZC_STATE_CHANGE
+packetLen(0x0119, 4)
#elif PACKETVER >= 20080603
-packetLen(0x0119, -1) // ZC_STATE_CHANGE
+packetLen(0x0119, -1)
#elif PACKETVER >= 20080528
-packetLen(0x0119, 10) // ZC_STATE_CHANGE
+packetLen(0x0119, 10)
#elif PACKETVER >= 20080520
-packetLen(0x0119, 4) // ZC_STATE_CHANGE
+packetLen(0x0119, 4)
#elif PACKETVER >= 20080513
-packetLen(0x0119, 23) // ZC_STATE_CHANGE
+packetLen(0x0119, 23)
#elif PACKETVER >= 20080415
-packetLen(0x0119, -1) // ZC_STATE_CHANGE
+packetLen(0x0119, -1)
#elif PACKETVER >= 20080408
-packetLen(0x0119, 6) // ZC_STATE_CHANGE
+packetLen(0x0119, 6)
#elif PACKETVER >= 20080401
-packetLen(0x0119, 17) // ZC_STATE_CHANGE
+packetLen(0x0119, 17)
#elif PACKETVER >= 20080325
-packetLen(0x0119, 2) // ZC_STATE_CHANGE
+packetLen(0x0119, 2)
#elif PACKETVER >= 20080318
-packetLen(0x0119, 3) // ZC_STATE_CHANGE
+packetLen(0x0119, 3)
#elif PACKETVER >= 20080311
-packetLen(0x0119, 8) // ZC_STATE_CHANGE
+packetLen(0x0119, 8)
#elif PACKETVER >= 20080304
-packetLen(0x0119, 282) // ZC_STATE_CHANGE
+packetLen(0x0119, 282)
#elif PACKETVER >= 20080226
-packetLen(0x0119, 2) // ZC_STATE_CHANGE
+packetLen(0x0119, 2)
#elif PACKETVER >= 20080219
-packetLen(0x0119, 58) // ZC_STATE_CHANGE
+packetLen(0x0119, 58)
#elif PACKETVER >= 20080124
-packetLen(0x0119, 6) // ZC_STATE_CHANGE
+packetLen(0x0119, 6)
#elif PACKETVER >= 20080102
-packetLen(0x0119, 13) // ZC_STATE_CHANGE
+packetLen(0x0119, 13)
#endif
// Packet: 0x011a
#if PACKETVER >= 20081217
-packetLen(0x011a, -1) // ZC_USE_SKILL
+packetLen(0x011a, -1)
#elif PACKETVER >= 20081203
-packetLen(0x011a, 19) // ZC_USE_SKILL
+packetLen(0x011a, 19)
#elif PACKETVER >= 20081112
-packetLen(0x011a, 15) // ZC_USE_SKILL
+packetLen(0x011a, 15)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x011a, 7) // ZC_USE_SKILL
+packetLen(0x011a, 7)
#elif PACKETVER >= 20081029
-packetLen(0x011a, -1) // ZC_USE_SKILL
+packetLen(0x011a, -1)
#elif PACKETVER >= 20081022
-packetLen(0x011a, 26) // ZC_USE_SKILL
+packetLen(0x011a, 26)
#elif PACKETVER >= 20081008
-packetLen(0x011a, -1) // ZC_USE_SKILL
+packetLen(0x011a, -1)
#elif PACKETVER >= 20081001
-packetLen(0x011a, 6) // ZC_USE_SKILL
+packetLen(0x011a, 6)
#elif PACKETVER >= 20080924
-packetLen(0x011a, 58) // ZC_USE_SKILL
+packetLen(0x011a, 58)
#elif PACKETVER >= 20080917
-packetLen(0x011a, 15) // ZC_USE_SKILL
+packetLen(0x011a, 15)
#elif PACKETVER >= 20080903
-packetLen(0x011a, -1) // ZC_USE_SKILL
+packetLen(0x011a, -1)
#elif PACKETVER >= 20080827
-packetLen(0x011a, 8) // ZC_USE_SKILL
+packetLen(0x011a, 8)
#elif PACKETVER >= 20080813
-packetLen(0x011a, -1) // ZC_USE_SKILL
+packetLen(0x011a, -1)
#elif PACKETVER >= 20080806
-packetLen(0x011a, 14) // ZC_USE_SKILL
+packetLen(0x011a, 14)
#elif PACKETVER >= 20080715
-packetLen(0x011a, -1) // ZC_USE_SKILL
+packetLen(0x011a, -1)
#elif PACKETVER >= 20080708
-packetLen(0x011a, 2) // ZC_USE_SKILL
+packetLen(0x011a, 2)
#elif PACKETVER >= 20080701
-packetLen(0x011a, 11) // ZC_USE_SKILL
+packetLen(0x011a, 11)
#elif PACKETVER >= 20080624
-packetLen(0x011a, 3) // ZC_USE_SKILL
+packetLen(0x011a, 3)
#elif PACKETVER >= 20080617
-packetLen(0x011a, 6) // ZC_USE_SKILL
+packetLen(0x011a, 6)
#elif PACKETVER >= 20080610
-packetLen(0x011a, 26) // ZC_USE_SKILL
+packetLen(0x011a, 26)
#elif PACKETVER >= 20080603
-packetLen(0x011a, -1) // ZC_USE_SKILL
+packetLen(0x011a, -1)
#elif PACKETVER >= 20080528
-packetLen(0x011a, 8) // ZC_USE_SKILL
+packetLen(0x011a, 8)
#elif PACKETVER >= 20080520
-packetLen(0x011a, 6) // ZC_USE_SKILL
+packetLen(0x011a, 6)
#elif PACKETVER >= 20080513
-packetLen(0x011a, -1) // ZC_USE_SKILL
+packetLen(0x011a, -1)
#elif PACKETVER >= 20080507
-packetLen(0x011a, 3) // ZC_USE_SKILL
+packetLen(0x011a, 3)
#elif PACKETVER >= 20080429
-packetLen(0x011a, 17) // ZC_USE_SKILL
+packetLen(0x011a, 17)
#elif PACKETVER >= 20080408
-packetLen(0x011a, 4) // ZC_USE_SKILL
+packetLen(0x011a, 4)
#elif PACKETVER >= 20080401
-packetLen(0x011a, 8) // ZC_USE_SKILL
+packetLen(0x011a, 8)
#elif PACKETVER >= 20080325
-packetLen(0x011a, 36) // ZC_USE_SKILL
+packetLen(0x011a, 36)
#elif PACKETVER >= 20080318
-packetLen(0x011a, -1) // ZC_USE_SKILL
+packetLen(0x011a, -1)
#elif PACKETVER >= 20080311
-packetLen(0x011a, 6) // ZC_USE_SKILL
+packetLen(0x011a, 6)
#elif PACKETVER >= 20080304
-packetLen(0x011a, 2) // ZC_USE_SKILL
+packetLen(0x011a, 2)
#elif PACKETVER >= 20080226
-packetLen(0x011a, 10) // ZC_USE_SKILL
+packetLen(0x011a, 10)
#elif PACKETVER >= 20080219
-packetLen(0x011a, 11) // ZC_USE_SKILL
+packetLen(0x011a, 11)
#elif PACKETVER >= 20080124
-packetLen(0x011a, 2) // ZC_USE_SKILL
+packetLen(0x011a, 2)
#elif PACKETVER >= 20080102
-packetLen(0x011a, 15) // ZC_USE_SKILL
+packetLen(0x011a, 15)
#endif
// Packet: 0x011b
#if PACKETVER >= 20081217
-packetLen(0x011b, -1) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, -1)
#elif PACKETVER >= 20081203
-packetLen(0x011b, 30) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, 30)
#elif PACKETVER >= 20081119
-packetLen(0x011b, -1) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, -1)
#elif PACKETVER >= 20081112
-packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, 20)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x011b, 15) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, 15)
#elif PACKETVER >= 20081029
-packetLen(0x011b, 4) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, 4)
#elif PACKETVER >= 20081022
-packetLen(0x011b, -1) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, -1)
#elif PACKETVER >= 20081015
-packetLen(0x011b, 4) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, 4)
#elif PACKETVER >= 20080924
-packetLen(0x011b, -1) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, -1)
#elif PACKETVER >= 20080917
-packetLen(0x011b, 3) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, 3)
#elif PACKETVER >= 20080903
-packetLen(0x011b, -1) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, -1)
#elif PACKETVER >= 20080827
-packetLen(0x011b, 53) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, 53)
#elif PACKETVER >= 20080820
-packetLen(0x011b, 23) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, 23)
#elif PACKETVER >= 20080813
-packetLen(0x011b, 2) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, 2)
#elif PACKETVER >= 20080806
-packetLen(0x011b, -1) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, -1)
#elif PACKETVER >= 20080730
-packetLen(0x011b, 79) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, 79)
#elif PACKETVER >= 20080722
-packetLen(0x011b, 6) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, 6)
#elif PACKETVER >= 20080715
-packetLen(0x011b, -1) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, -1)
#elif PACKETVER >= 20080708
-packetLen(0x011b, 14) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, 14)
#elif PACKETVER >= 20080528
-packetLen(0x011b, -1) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, -1)
#elif PACKETVER >= 20080520
-packetLen(0x011b, 2) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, 2)
#elif PACKETVER >= 20080513
-packetLen(0x011b, 58) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, 58)
#elif PACKETVER >= 20080507
-packetLen(0x011b, -1) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, -1)
#elif PACKETVER >= 20080429
-packetLen(0x011b, 10) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, 10)
#elif PACKETVER >= 20080422
-packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, 20)
#elif PACKETVER >= 20080415
-packetLen(0x011b, -1) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, -1)
#elif PACKETVER >= 20080408
-packetLen(0x011b, 4) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, 4)
#elif PACKETVER >= 20080401
-packetLen(0x011b, -1) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, -1)
#elif PACKETVER >= 20080325
-packetLen(0x011b, 39) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, 39)
#elif PACKETVER >= 20080311
-packetLen(0x011b, -1) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, -1)
#elif PACKETVER >= 20080304
-packetLen(0x011b, 58) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, 58)
#elif PACKETVER >= 20080226
-packetLen(0x011b, 2) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, 2)
#elif PACKETVER >= 20080124
-packetLen(0x011b, -1) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, -1)
#elif PACKETVER >= 20080102
-packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, 20)
#endif
// Packet: 0x011c
#if PACKETVER >= 20081217
-packetLen(0x011c, -1) // ZC_WARPLIST
+packetLen(0x011c, -1)
#elif PACKETVER >= 20081203
-packetLen(0x011c, 2) // ZC_WARPLIST
+packetLen(0x011c, 2)
#elif PACKETVER >= 20081119
-packetLen(0x011c, -1) // ZC_WARPLIST
+packetLen(0x011c, -1)
#elif PACKETVER >= 20081112
-packetLen(0x011c, 68) // ZC_WARPLIST
+packetLen(0x011c, 68)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x011c, 26) // ZC_WARPLIST
+packetLen(0x011c, 26)
#elif PACKETVER >= 20081022
-packetLen(0x011c, -1) // ZC_WARPLIST
+packetLen(0x011c, -1)
#elif PACKETVER >= 20081015
-packetLen(0x011c, 3) // ZC_WARPLIST
+packetLen(0x011c, 3)
#elif PACKETVER >= 20081001
-packetLen(0x011c, -1) // ZC_WARPLIST
+packetLen(0x011c, -1)
#elif PACKETVER >= 20080924
-packetLen(0x011c, 3) // ZC_WARPLIST
+packetLen(0x011c, 3)
#elif PACKETVER >= 20080917
-packetLen(0x011c, 60) // ZC_WARPLIST
+packetLen(0x011c, 60)
#elif PACKETVER >= 20080910
-packetLen(0x011c, -1) // ZC_WARPLIST
+packetLen(0x011c, -1)
#elif PACKETVER >= 20080903
-packetLen(0x011c, 66) // ZC_WARPLIST
+packetLen(0x011c, 66)
#elif PACKETVER >= 20080806
-packetLen(0x011c, -1) // ZC_WARPLIST
+packetLen(0x011c, -1)
#elif PACKETVER >= 20080730
-packetLen(0x011c, 39) // ZC_WARPLIST
+packetLen(0x011c, 39)
#elif PACKETVER >= 20080722
-packetLen(0x011c, 7) // ZC_WARPLIST
+packetLen(0x011c, 7)
#elif PACKETVER >= 20080715
-packetLen(0x011c, -1) // ZC_WARPLIST
+packetLen(0x011c, -1)
#elif PACKETVER >= 20080708
-packetLen(0x011c, 15) // ZC_WARPLIST
+packetLen(0x011c, 15)
#elif PACKETVER >= 20080617
-packetLen(0x011c, -1) // ZC_WARPLIST
+packetLen(0x011c, -1)
#elif PACKETVER >= 20080610
-packetLen(0x011c, 14) // ZC_WARPLIST
+packetLen(0x011c, 14)
#elif PACKETVER >= 20080603
-packetLen(0x011c, 8) // ZC_WARPLIST
+packetLen(0x011c, 8)
#elif PACKETVER >= 20080528
-packetLen(0x011c, -1) // ZC_WARPLIST
+packetLen(0x011c, -1)
#elif PACKETVER >= 20080520
-packetLen(0x011c, 2) // ZC_WARPLIST
+packetLen(0x011c, 2)
#elif PACKETVER >= 20080513
-packetLen(0x011c, 8) // ZC_WARPLIST
+packetLen(0x011c, 8)
#elif PACKETVER >= 20080507
-packetLen(0x011c, 282) // ZC_WARPLIST
+packetLen(0x011c, 282)
#elif PACKETVER >= 20080429
-packetLen(0x011c, 5) // ZC_WARPLIST
+packetLen(0x011c, 5)
#elif PACKETVER >= 20080422
-packetLen(0x011c, -1) // ZC_WARPLIST
+packetLen(0x011c, -1)
#elif PACKETVER >= 20080415
-packetLen(0x011c, 31) // ZC_WARPLIST
+packetLen(0x011c, 31)
#elif PACKETVER >= 20080408
-packetLen(0x011c, 3) // ZC_WARPLIST
+packetLen(0x011c, 3)
#elif PACKETVER >= 20080401
-packetLen(0x011c, 7) // ZC_WARPLIST
+packetLen(0x011c, 7)
#elif PACKETVER >= 20080325
-packetLen(0x011c, 26) // ZC_WARPLIST
+packetLen(0x011c, 26)
#elif PACKETVER >= 20080318
-packetLen(0x011c, 6) // ZC_WARPLIST
+packetLen(0x011c, 6)
#elif PACKETVER >= 20080311
-packetLen(0x011c, 3) // ZC_WARPLIST
+packetLen(0x011c, 3)
#elif PACKETVER >= 20080304
-packetLen(0x011c, 32) // ZC_WARPLIST
+packetLen(0x011c, 32)
#elif PACKETVER >= 20080226
-packetLen(0x011c, 6) // ZC_WARPLIST
+packetLen(0x011c, 6)
#elif PACKETVER >= 20080219
-packetLen(0x011c, 4) // ZC_WARPLIST
+packetLen(0x011c, 4)
#elif PACKETVER >= 20080124
-packetLen(0x011c, 2) // ZC_WARPLIST
+packetLen(0x011c, 2)
#elif PACKETVER >= 20080102
-packetLen(0x011c, 68) // ZC_WARPLIST
+packetLen(0x011c, 68)
#endif
// Packet: 0x011d
#if PACKETVER >= 20081217
-packetLen(0x011d, -1) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, -1)
#elif PACKETVER >= 20081203
-packetLen(0x011d, 16) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 16)
#elif PACKETVER >= 20081126
-packetLen(0x011d, -1) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, -1)
#elif PACKETVER >= 20081119
-packetLen(0x011d, 14) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 14)
#elif PACKETVER >= 20081112
-packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 2)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081105
-packetLen(0x011d, -1) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, -1)
#elif PACKETVER >= 20081029
-packetLen(0x011d, 8) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 8)
#elif PACKETVER >= 20081022
-packetLen(0x011d, 16) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 16)
#elif PACKETVER >= 20081015
-packetLen(0x011d, 21) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 21)
#elif PACKETVER >= 20081008
-packetLen(0x011d, 14) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 14)
#elif PACKETVER >= 20080827
-packetLen(0x011d, -1) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, -1)
#elif PACKETVER >= 20080820
-packetLen(0x011d, 24) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 24)
#elif PACKETVER >= 20080813
-packetLen(0x011d, 11) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 11)
#elif PACKETVER >= 20080730
-packetLen(0x011d, -1) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, -1)
#elif PACKETVER >= 20080722
-packetLen(0x011d, 9) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 9)
#elif PACKETVER >= 20080715
-packetLen(0x011d, 8) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 8)
#elif PACKETVER >= 20080708
-packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 2)
#elif PACKETVER >= 20080624
-packetLen(0x011d, -1) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, -1)
#elif PACKETVER >= 20080617
-packetLen(0x011d, 10) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 10)
#elif PACKETVER >= 20080610
-packetLen(0x011d, 28) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 28)
#elif PACKETVER >= 20080603
-packetLen(0x011d, 3) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 3)
#elif PACKETVER >= 20080528
-packetLen(0x011d, 14) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 14)
#elif PACKETVER >= 20080520
-packetLen(0x011d, 23) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 23)
#elif PACKETVER >= 20080513
-packetLen(0x011d, -1) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, -1)
#elif PACKETVER >= 20080507
-packetLen(0x011d, 81) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 81)
#elif PACKETVER >= 20080422
-packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 2)
#elif PACKETVER >= 20080415
-packetLen(0x011d, 6) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 6)
#elif PACKETVER >= 20080408
-packetLen(0x011d, 4) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 4)
#elif PACKETVER >= 20080325
-packetLen(0x011d, 10) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 10)
#elif PACKETVER >= 20080318
-packetLen(0x011d, 7) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 7)
#elif PACKETVER >= 20080311
-packetLen(0x011d, 3) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 3)
#elif PACKETVER >= 20080304
-packetLen(0x011d, 7) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 7)
#elif PACKETVER >= 20080219
-packetLen(0x011d, -1) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, -1)
#elif PACKETVER >= 20080124
-packetLen(0x011d, 26) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 26)
#elif PACKETVER >= 20080102
-packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 2)
#endif
// Packet: 0x011e
#if PACKETVER >= 20081112
-packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, 3)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081105
-packetLen(0x011e, -1) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, -1)
#elif PACKETVER >= 20081029
-packetLen(0x011e, 30) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, 30)
#elif PACKETVER >= 20080813
-packetLen(0x011e, -1) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, -1)
#elif PACKETVER >= 20080806
-packetLen(0x011e, 4) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, 4)
#elif PACKETVER >= 20080730
-packetLen(0x011e, -1) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, -1)
#elif PACKETVER >= 20080722
-packetLen(0x011e, 12) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, 12)
#elif PACKETVER >= 20080624
-packetLen(0x011e, -1) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, -1)
#elif PACKETVER >= 20080617
-packetLen(0x011e, 33) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, 33)
#elif PACKETVER >= 20080610
-packetLen(0x011e, 5) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, 5)
#elif PACKETVER >= 20080603
-packetLen(0x011e, -1) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, -1)
#elif PACKETVER >= 20080528
-packetLen(0x011e, 6) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, 6)
#elif PACKETVER >= 20080513
-packetLen(0x011e, -1) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, -1)
#elif PACKETVER >= 20080507
-packetLen(0x011e, 9) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, 9)
#elif PACKETVER >= 20080429
-packetLen(0x011e, 10) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, 10)
#elif PACKETVER >= 20080422
-packetLen(0x011e, 282) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, 282)
#elif PACKETVER >= 20080415
-packetLen(0x011e, 30) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, 30)
#elif PACKETVER >= 20080408
-packetLen(0x011e, 32) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, 32)
#elif PACKETVER >= 20080401
-packetLen(0x011e, 9) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, 9)
#elif PACKETVER >= 20080325
-packetLen(0x011e, 18) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, 18)
#elif PACKETVER >= 20080318
-packetLen(0x011e, -1) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, -1)
#elif PACKETVER >= 20080311
-packetLen(0x011e, 6) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, 6)
#elif PACKETVER >= 20080304
-packetLen(0x011e, 18) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, 18)
#elif PACKETVER >= 20080219
-packetLen(0x011e, -1) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, -1)
#elif PACKETVER >= 20080124
-packetLen(0x011e, 7) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, 7)
#elif PACKETVER >= 20080102
-packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, 3)
#endif
// Packet: 0x011f
#if PACKETVER >= 20081203
-packetLen(0x011f, -1) // ZC_SKILL_ENTRY
+packetLen(0x011f, -1)
#elif PACKETVER >= 20081126
-packetLen(0x011f, 60) // ZC_SKILL_ENTRY
+packetLen(0x011f, 60)
#elif PACKETVER >= 20081112
-packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+packetLen(0x011f, 16)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x011f, 2) // ZC_SKILL_ENTRY
+packetLen(0x011f, 2)
#elif PACKETVER >= 20081022
-packetLen(0x011f, -1) // ZC_SKILL_ENTRY
+packetLen(0x011f, -1)
#elif PACKETVER >= 20081015
-packetLen(0x011f, 6) // ZC_SKILL_ENTRY
+packetLen(0x011f, 6)
#elif PACKETVER >= 20080924
-packetLen(0x011f, -1) // ZC_SKILL_ENTRY
+packetLen(0x011f, -1)
#elif PACKETVER >= 20080917
-packetLen(0x011f, 282) // ZC_SKILL_ENTRY
+packetLen(0x011f, 282)
#elif PACKETVER >= 20080910
-packetLen(0x011f, -1) // ZC_SKILL_ENTRY
+packetLen(0x011f, -1)
#elif PACKETVER >= 20080903
-packetLen(0x011f, 10) // ZC_SKILL_ENTRY
+packetLen(0x011f, 10)
#elif PACKETVER >= 20080827
-packetLen(0x011f, -1) // ZC_SKILL_ENTRY
+packetLen(0x011f, -1)
#elif PACKETVER >= 20080820
-packetLen(0x011f, 5) // ZC_SKILL_ENTRY
+packetLen(0x011f, 5)
#elif PACKETVER >= 20080813
-packetLen(0x011f, 58) // ZC_SKILL_ENTRY
+packetLen(0x011f, 58)
#elif PACKETVER >= 20080806
-packetLen(0x011f, 28) // ZC_SKILL_ENTRY
+packetLen(0x011f, 28)
#elif PACKETVER >= 20080708
-packetLen(0x011f, -1) // ZC_SKILL_ENTRY
+packetLen(0x011f, -1)
#elif PACKETVER >= 20080701
-packetLen(0x011f, 11) // ZC_SKILL_ENTRY
+packetLen(0x011f, 11)
#elif PACKETVER >= 20080624
-packetLen(0x011f, -1) // ZC_SKILL_ENTRY
+packetLen(0x011f, -1)
#elif PACKETVER >= 20080617
-packetLen(0x011f, 30) // ZC_SKILL_ENTRY
+packetLen(0x011f, 30)
#elif PACKETVER >= 20080610
-packetLen(0x011f, 10) // ZC_SKILL_ENTRY
+packetLen(0x011f, 10)
#elif PACKETVER >= 20080603
-packetLen(0x011f, 3) // ZC_SKILL_ENTRY
+packetLen(0x011f, 3)
#elif PACKETVER >= 20080528
-packetLen(0x011f, 282) // ZC_SKILL_ENTRY
+packetLen(0x011f, 282)
#elif PACKETVER >= 20080520
-packetLen(0x011f, -1) // ZC_SKILL_ENTRY
+packetLen(0x011f, -1)
#elif PACKETVER >= 20080513
-packetLen(0x011f, 30) // ZC_SKILL_ENTRY
+packetLen(0x011f, 30)
#elif PACKETVER >= 20080507
-packetLen(0x011f, 6) // ZC_SKILL_ENTRY
+packetLen(0x011f, 6)
#elif PACKETVER >= 20080429
-packetLen(0x011f, -1) // ZC_SKILL_ENTRY
+packetLen(0x011f, -1)
#elif PACKETVER >= 20080422
-packetLen(0x011f, 12) // ZC_SKILL_ENTRY
+packetLen(0x011f, 12)
#elif PACKETVER >= 20080415
-packetLen(0x011f, 2) // ZC_SKILL_ENTRY
+packetLen(0x011f, 2)
#elif PACKETVER >= 20080408
-packetLen(0x011f, 6) // ZC_SKILL_ENTRY
+packetLen(0x011f, 6)
#elif PACKETVER >= 20080401
-packetLen(0x011f, -1) // ZC_SKILL_ENTRY
+packetLen(0x011f, -1)
#elif PACKETVER >= 20080325
-packetLen(0x011f, 10) // ZC_SKILL_ENTRY
+packetLen(0x011f, 10)
#elif PACKETVER >= 20080318
-packetLen(0x011f, -1) // ZC_SKILL_ENTRY
+packetLen(0x011f, -1)
#elif PACKETVER >= 20080311
-packetLen(0x011f, 60) // ZC_SKILL_ENTRY
+packetLen(0x011f, 60)
#elif PACKETVER >= 20080304
-packetLen(0x011f, 2) // ZC_SKILL_ENTRY
+packetLen(0x011f, 2)
#elif PACKETVER >= 20080226
-packetLen(0x011f, 8) // ZC_SKILL_ENTRY
+packetLen(0x011f, 8)
#elif PACKETVER >= 20080219
-packetLen(0x011f, 5) // ZC_SKILL_ENTRY
+packetLen(0x011f, 5)
#elif PACKETVER >= 20080124
-packetLen(0x011f, 2) // ZC_SKILL_ENTRY
+packetLen(0x011f, 2)
#elif PACKETVER >= 20080102
-packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+packetLen(0x011f, 16)
#endif
// Packet: 0x0120
#if PACKETVER >= 20081126
-packetLen(0x0120, -1) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, -1)
#elif PACKETVER >= 20081119
-packetLen(0x0120, 10) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, 10)
#elif PACKETVER >= 20081112
-packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, 6)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20080924
-packetLen(0x0120, -1) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, -1)
#elif PACKETVER >= 20080917
-packetLen(0x0120, 9) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, 9)
#elif PACKETVER >= 20080903
-packetLen(0x0120, -1) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, -1)
#elif PACKETVER >= 20080827
-packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, 6)
#elif PACKETVER >= 20080820
-packetLen(0x0120, -1) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, -1)
#elif PACKETVER >= 20080813
-packetLen(0x0120, 60) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, 60)
#elif PACKETVER >= 20080806
-packetLen(0x0120, 22) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, 22)
#elif PACKETVER >= 20080730
-packetLen(0x0120, 4) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, 4)
#elif PACKETVER >= 20080715
-packetLen(0x0120, -1) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, -1)
#elif PACKETVER >= 20080708
-packetLen(0x0120, 30) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, 30)
#elif PACKETVER >= 20080701
-packetLen(0x0120, -1) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, -1)
#elif PACKETVER >= 20080624
-packetLen(0x0120, 27) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, 27)
#elif PACKETVER >= 20080617
-packetLen(0x0120, 14) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, 14)
#elif PACKETVER >= 20080610
-packetLen(0x0120, 79) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, 79)
#elif PACKETVER >= 20080603
-packetLen(0x0120, -1) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, -1)
#elif PACKETVER >= 20080528
-packetLen(0x0120, 28) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, 28)
#elif PACKETVER >= 20080520
-packetLen(0x0120, 5) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, 5)
#elif PACKETVER >= 20080513
-packetLen(0x0120, -1) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, -1)
#elif PACKETVER >= 20080507
-packetLen(0x0120, 54) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, 54)
#elif PACKETVER >= 20080429
-packetLen(0x0120, 7) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, 7)
#elif PACKETVER >= 20080422
-packetLen(0x0120, 4) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, 4)
#elif PACKETVER >= 20080408
-packetLen(0x0120, -1) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, -1)
#elif PACKETVER >= 20080401
-packetLen(0x0120, 5) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, 5)
#elif PACKETVER >= 20080318
-packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, 6)
#elif PACKETVER >= 20080311
-packetLen(0x0120, 5) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, 5)
#elif PACKETVER >= 20080304
-packetLen(0x0120, 54) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, 54)
#elif PACKETVER >= 20080226
-packetLen(0x0120, 7) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, 7)
#elif PACKETVER >= 20080219
-packetLen(0x0120, -1) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, -1)
#elif PACKETVER >= 20080124
-packetLen(0x0120, 39) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, 39)
#elif PACKETVER >= 20080102
-packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, 6)
#endif
// Packet: 0x0121
#if PACKETVER >= 20081217
-packetLen(0x0121, 3) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, 3)
#elif PACKETVER >= 20081112
-packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, 14)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0121, 3) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, 3)
#elif PACKETVER >= 20081029
-packetLen(0x0121, 6) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, 6)
#elif PACKETVER >= 20081022
-packetLen(0x0121, 5) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, 5)
#elif PACKETVER >= 20080917
-packetLen(0x0121, -1) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, -1)
#elif PACKETVER >= 20080910
-packetLen(0x0121, 3) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, 3)
#elif PACKETVER >= 20080903
-packetLen(0x0121, 13) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, 13)
#elif PACKETVER >= 20080813
-packetLen(0x0121, -1) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, -1)
#elif PACKETVER >= 20080722
-packetLen(0x0121, 2) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, 2)
#elif PACKETVER >= 20080708
-packetLen(0x0121, -1) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, -1)
#elif PACKETVER >= 20080701
-packetLen(0x0121, 8) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, 8)
#elif PACKETVER >= 20080624
-packetLen(0x0121, -1) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, -1)
#elif PACKETVER >= 20080610
-packetLen(0x0121, 5) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, 5)
#elif PACKETVER >= 20080603
-packetLen(0x0121, -1) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, -1)
#elif PACKETVER >= 20080528
-packetLen(0x0121, 4) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, 4)
#elif PACKETVER >= 20080520
-packetLen(0x0121, 26) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, 26)
#elif PACKETVER >= 20080513
-packetLen(0x0121, 27) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, 27)
#elif PACKETVER >= 20080507
-packetLen(0x0121, -1) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, -1)
#elif PACKETVER >= 20080429
-packetLen(0x0121, 60) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, 60)
#elif PACKETVER >= 20080415
-packetLen(0x0121, 6) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, 6)
#elif PACKETVER >= 20080408
-packetLen(0x0121, -1) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, -1)
#elif PACKETVER >= 20080401
-packetLen(0x0121, 2) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, 2)
#elif PACKETVER >= 20080325
-packetLen(0x0121, -1) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, -1)
#elif PACKETVER >= 20080318
-packetLen(0x0121, 29) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, 29)
#elif PACKETVER >= 20080311
-packetLen(0x0121, 2) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, 2)
#elif PACKETVER >= 20080304
-packetLen(0x0121, 29) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, 29)
#elif PACKETVER >= 20080226
-packetLen(0x0121, 282) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, 282)
#elif PACKETVER >= 20080219
-packetLen(0x0121, 6) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, 6)
#elif PACKETVER >= 20080124
-packetLen(0x0121, 60) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, 60)
#elif PACKETVER >= 20080102
-packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, 14)
#endif
// Packet: 0x0122
#if PACKETVER >= 20081217
-packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, -1)
#elif PACKETVER >= 20081203
-packetLen(0x0122, 2) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, 2)
#elif PACKETVER >= 20081126
-packetLen(0x0122, 66) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, 66)
#elif PACKETVER >= 20081119
-packetLen(0x0122, 2) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, 2)
#elif PACKETVER >= 20081112
-packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, -1)
#elif PACKETVER >= 20081105
-packetLen(0x0122, 10) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, 10)
#elif PACKETVER >= 20081029
-packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, -1)
#elif PACKETVER >= 20081022
-packetLen(0x0122, 6) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, 6)
#elif PACKETVER >= 20081001
-packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, -1)
#elif PACKETVER >= 20080924
-packetLen(0x0122, 65) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, 65)
#elif PACKETVER >= 20080917
-packetLen(0x0122, 30) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, 30)
#elif PACKETVER >= 20080910
-packetLen(0x0122, 7) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, 7)
#elif PACKETVER >= 20080903
-packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, -1)
#elif PACKETVER >= 20080827
-packetLen(0x0122, 3) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, 3)
#elif PACKETVER >= 20080813
-packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, -1)
#elif PACKETVER >= 20080806
-packetLen(0x0122, 5) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, 5)
#elif PACKETVER >= 20080730
-packetLen(0x0122, 3) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, 3)
#elif PACKETVER >= 20080715
-packetLen(0x0122, 10) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, 10)
#elif PACKETVER >= 20080708
-packetLen(0x0122, 282) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, 282)
#elif PACKETVER >= 20080701
-packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, -1)
#elif PACKETVER >= 20080624
-packetLen(0x0122, 58) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, 58)
#elif PACKETVER >= 20080617
-packetLen(0x0122, 12) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, 12)
#elif PACKETVER >= 20080610
-packetLen(0x0122, 15) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, 15)
#elif PACKETVER >= 20080603
-packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, -1)
#elif PACKETVER >= 20080528
-packetLen(0x0122, 4) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, 4)
#elif PACKETVER >= 20080520
-packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, -1)
#elif PACKETVER >= 20080513
-packetLen(0x0122, 10) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, 10)
#elif PACKETVER >= 20080507
-packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, -1)
#elif PACKETVER >= 20080429
-packetLen(0x0122, 30) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, 30)
#elif PACKETVER >= 20080422
-packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, -1)
#elif PACKETVER >= 20080415
-packetLen(0x0122, 186) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, 186)
#elif PACKETVER >= 20080408
-packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, -1)
#elif PACKETVER >= 20080401
-packetLen(0x0122, 30) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, 30)
#elif PACKETVER >= 20080325
-packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, -1)
#elif PACKETVER >= 20080318
-packetLen(0x0122, 16) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, 16)
#elif PACKETVER >= 20080311
-packetLen(0x0122, 7) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, 7)
#elif PACKETVER >= 20080304
-packetLen(0x0122, 28) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, 28)
#elif PACKETVER >= 20080226
-packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, -1)
#elif PACKETVER >= 20080219
-packetLen(0x0122, 8) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, 8)
#elif PACKETVER >= 20080102
-packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, -1)
#endif
// Packet: 0x0123
#if PACKETVER >= 20081217
-packetLen(0x0123, 26) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, 26)
#elif PACKETVER >= 20081203
-packetLen(0x0123, 22) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, 22)
#elif PACKETVER >= 20081126
-packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, -1)
#elif PACKETVER >= 20081119
-packetLen(0x0123, 58) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, 58)
#elif PACKETVER >= 20081105
-packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, -1)
#elif PACKETVER >= 20081029
-packetLen(0x0123, 26) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, 26)
#elif PACKETVER >= 20080924
-packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, -1)
#elif PACKETVER >= 20080917
-packetLen(0x0123, 4) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, 4)
#elif PACKETVER >= 20080910
-packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, -1)
#elif PACKETVER >= 20080903
-packetLen(0x0123, 19) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, 19)
#elif PACKETVER >= 20080827
-packetLen(0x0123, 3) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, 3)
#elif PACKETVER >= 20080820
-packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, -1)
#elif PACKETVER >= 20080813
-packetLen(0x0123, 4) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, 4)
#elif PACKETVER >= 20080806
-packetLen(0x0123, 2) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, 2)
#elif PACKETVER >= 20080722
-packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, -1)
#elif PACKETVER >= 20080715
-packetLen(0x0123, 11) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, 11)
#elif PACKETVER >= 20080708
-packetLen(0x0123, 2) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, 2)
#elif PACKETVER >= 20080701
-packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, -1)
#elif PACKETVER >= 20080617
-packetLen(0x0123, 6) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, 6)
#elif PACKETVER >= 20080610
-packetLen(0x0123, 23) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, 23)
#elif PACKETVER >= 20080603
-packetLen(0x0123, 30) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, 30)
#elif PACKETVER >= 20080528
-packetLen(0x0123, 28) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, 28)
#elif PACKETVER >= 20080520
-packetLen(0x0123, 6) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, 6)
#elif PACKETVER >= 20080513
-packetLen(0x0123, 2) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, 2)
#elif PACKETVER >= 20080507
-packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, -1)
#elif PACKETVER >= 20080429
-packetLen(0x0123, 8) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, 8)
#elif PACKETVER >= 20080415
-packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, -1)
#elif PACKETVER >= 20080408
-packetLen(0x0123, 26) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, 26)
#elif PACKETVER >= 20080401
-packetLen(0x0123, 35) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, 35)
#elif PACKETVER >= 20080325
-packetLen(0x0123, 33) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, 33)
#elif PACKETVER >= 20080318
-packetLen(0x0123, 14) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, 14)
#elif PACKETVER >= 20080311
-packetLen(0x0123, 5) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, 5)
#elif PACKETVER >= 20080304
-packetLen(0x0123, 9) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, 9)
#elif PACKETVER >= 20080226
-packetLen(0x0123, 6) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, 6)
#elif PACKETVER >= 20080219
-packetLen(0x0123, 16) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, 16)
#elif PACKETVER >= 20080124
-packetLen(0x0123, 58) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, 58)
#elif PACKETVER >= 20080102
-packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, -1)
#endif
// Packet: 0x0124
#if PACKETVER >= 20081217
-packetLen(0x0124, -1) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, -1)
#elif PACKETVER >= 20081203
-packetLen(0x0124, 26) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 26)
#elif PACKETVER >= 20081126
-packetLen(0x0124, -1) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, -1)
#elif PACKETVER >= 20081119
-packetLen(0x0124, 182) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 182)
#elif PACKETVER >= 20081112
-packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 21)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081029
-packetLen(0x0124, -1) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, -1)
#elif PACKETVER >= 20081022
-packetLen(0x0124, 6) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 6)
#elif PACKETVER >= 20081008
-packetLen(0x0124, -1) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, -1)
#elif PACKETVER >= 20081001
-packetLen(0x0124, 3) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 3)
#elif PACKETVER >= 20080924
-packetLen(0x0124, 4) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 4)
#elif PACKETVER >= 20080917
-packetLen(0x0124, -1) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, -1)
#elif PACKETVER >= 20080910
-packetLen(0x0124, 29) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 29)
#elif PACKETVER >= 20080903
-packetLen(0x0124, 10) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 10)
#elif PACKETVER >= 20080827
-packetLen(0x0124, -1) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, -1)
#elif PACKETVER >= 20080820
-packetLen(0x0124, 282) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 282)
#elif PACKETVER >= 20080813
-packetLen(0x0124, 8) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 8)
#elif PACKETVER >= 20080730
-packetLen(0x0124, 6) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 6)
#elif PACKETVER >= 20080722
-packetLen(0x0124, -1) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, -1)
#elif PACKETVER >= 20080715
-packetLen(0x0124, 5) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 5)
#elif PACKETVER >= 20080701
-packetLen(0x0124, -1) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, -1)
#elif PACKETVER >= 20080624
-packetLen(0x0124, 26) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 26)
#elif PACKETVER >= 20080617
-packetLen(0x0124, 4) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 4)
#elif PACKETVER >= 20080610
-packetLen(0x0124, 58) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 58)
#elif PACKETVER >= 20080603
-packetLen(0x0124, 54) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 54)
#elif PACKETVER >= 20080528
-packetLen(0x0124, 32) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 32)
#elif PACKETVER >= 20080520
-packetLen(0x0124, -1) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, -1)
#elif PACKETVER >= 20080513
-packetLen(0x0124, 22) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 22)
#elif PACKETVER >= 20080507
-packetLen(0x0124, 2) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 2)
#elif PACKETVER >= 20080429
-packetLen(0x0124, 31) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 31)
#elif PACKETVER >= 20080422
-packetLen(0x0124, 71) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 71)
#elif PACKETVER >= 20080415
-packetLen(0x0124, 22) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 22)
#elif PACKETVER >= 20080408
-packetLen(0x0124, 6) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 6)
#elif PACKETVER >= 20080325
-packetLen(0x0124, -1) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, -1)
#elif PACKETVER >= 20080318
-packetLen(0x0124, 6) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 6)
#elif PACKETVER >= 20080311
-packetLen(0x0124, 4) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 4)
#elif PACKETVER >= 20080304
-packetLen(0x0124, 3) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 3)
#elif PACKETVER >= 20080226
-packetLen(0x0124, 36) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 36)
#elif PACKETVER >= 20080219
-packetLen(0x0124, 6) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 6)
#elif PACKETVER >= 20080124
-packetLen(0x0124, 11) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 11)
#elif PACKETVER >= 20080102
-packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 21)
#endif
// Packet: 0x0125
#if PACKETVER >= 20081112
-packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 8)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0125, 4) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 4)
#elif PACKETVER >= 20081022
-packetLen(0x0125, -1) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, -1)
#elif PACKETVER >= 20081015
-packetLen(0x0125, 4) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 4)
#elif PACKETVER >= 20081001
-packetLen(0x0125, -1) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, -1)
#elif PACKETVER >= 20080924
-packetLen(0x0125, 4) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 4)
#elif PACKETVER >= 20080903
-packetLen(0x0125, -1) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, -1)
#elif PACKETVER >= 20080827
-packetLen(0x0125, 6) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 6)
#elif PACKETVER >= 20080820
-packetLen(0x0125, -1) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, -1)
#elif PACKETVER >= 20080813
-packetLen(0x0125, 2) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 2)
#elif PACKETVER >= 20080730
-packetLen(0x0125, -1) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, -1)
#elif PACKETVER >= 20080722
-packetLen(0x0125, 4) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 4)
#elif PACKETVER >= 20080715
-packetLen(0x0125, -1) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, -1)
#elif PACKETVER >= 20080708
-packetLen(0x0125, 3) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 3)
#elif PACKETVER >= 20080701
-packetLen(0x0125, 10) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 10)
#elif PACKETVER >= 20080624
-packetLen(0x0125, 7) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 7)
#elif PACKETVER >= 20080617
-packetLen(0x0125, 6) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 6)
#elif PACKETVER >= 20080610
-packetLen(0x0125, 86) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 86)
#elif PACKETVER >= 20080603
-packetLen(0x0125, 6) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 6)
#elif PACKETVER >= 20080528
-packetLen(0x0125, 2) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 2)
#elif PACKETVER >= 20080520
-packetLen(0x0125, 44) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 44)
#elif PACKETVER >= 20080513
-packetLen(0x0125, 57) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 57)
#elif PACKETVER >= 20080507
-packetLen(0x0125, 2) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 2)
#elif PACKETVER >= 20080429
-packetLen(0x0125, 6) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 6)
#elif PACKETVER >= 20080422
-packetLen(0x0125, 32) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 32)
#elif PACKETVER >= 20080415
-packetLen(0x0125, 29) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 29)
#elif PACKETVER >= 20080408
-packetLen(0x0125, -1) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, -1)
#elif PACKETVER >= 20080401
-packetLen(0x0125, 11) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 11)
#elif PACKETVER >= 20080325
-packetLen(0x0125, 53) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 53)
#elif PACKETVER >= 20080318
-packetLen(0x0125, 2) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 2)
#elif PACKETVER >= 20080311
-packetLen(0x0125, -1) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, -1)
#elif PACKETVER >= 20080304
-packetLen(0x0125, 6) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 6)
#elif PACKETVER >= 20080219
-packetLen(0x0125, -1) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, -1)
#elif PACKETVER >= 20080124
-packetLen(0x0125, 26) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 26)
#elif PACKETVER >= 20080102
-packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 8)
#endif
// Packet: 0x0126
#if PACKETVER >= 20081217
-packetLen(0x0126, 14) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 14)
#elif PACKETVER >= 20081203
-packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 8)
#elif PACKETVER >= 20081126
-packetLen(0x0126, 10) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 10)
#elif PACKETVER >= 20081119
-packetLen(0x0126, 14) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 14)
#elif PACKETVER >= 20081112
-packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 8)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0126, 60) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 60)
#elif PACKETVER >= 20081029
-packetLen(0x0126, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, -1)
#elif PACKETVER >= 20081022
-packetLen(0x0126, 4) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 4)
#elif PACKETVER >= 20081008
-packetLen(0x0126, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, -1)
#elif PACKETVER >= 20081001
-packetLen(0x0126, 3) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 3)
#elif PACKETVER >= 20080813
-packetLen(0x0126, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, -1)
#elif PACKETVER >= 20080806
-packetLen(0x0126, 3) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 3)
#elif PACKETVER >= 20080722
-packetLen(0x0126, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, -1)
#elif PACKETVER >= 20080715
-packetLen(0x0126, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 6)
#elif PACKETVER >= 20080708
-packetLen(0x0126, 24) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 24)
#elif PACKETVER >= 20080701
-packetLen(0x0126, 3) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 3)
#elif PACKETVER >= 20080624
-packetLen(0x0126, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, -1)
#elif PACKETVER >= 20080617
-packetLen(0x0126, 43) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 43)
#elif PACKETVER >= 20080610
-packetLen(0x0126, 97) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 97)
#elif PACKETVER >= 20080603
-packetLen(0x0126, 12) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 12)
#elif PACKETVER >= 20080507
-packetLen(0x0126, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, -1)
#elif PACKETVER >= 20080429
-packetLen(0x0126, 5) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 5)
#elif PACKETVER >= 20080422
-packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 8)
#elif PACKETVER >= 20080415
-packetLen(0x0126, 4) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 4)
#elif PACKETVER >= 20080408
-packetLen(0x0126, 14) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 14)
#elif PACKETVER >= 20080401
-packetLen(0x0126, 3) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 3)
#elif PACKETVER >= 20080325
-packetLen(0x0126, 30) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 30)
#elif PACKETVER >= 20080318
-packetLen(0x0126, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 2)
#elif PACKETVER >= 20080311
-packetLen(0x0126, 7) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 7)
#elif PACKETVER >= 20080304
-packetLen(0x0126, 27) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 27)
#elif PACKETVER >= 20080226
-packetLen(0x0126, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, -1)
#elif PACKETVER >= 20080219
-packetLen(0x0126, 11) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 11)
#elif PACKETVER >= 20080124
-packetLen(0x0126, 26) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 26)
#elif PACKETVER >= 20080102
-packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 8)
#endif
// Packet: 0x0127
#if PACKETVER >= 20081217
-packetLen(0x0127, -1) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, -1)
#elif PACKETVER >= 20081203
-packetLen(0x0127, 4) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, 4)
#elif PACKETVER >= 20081112
-packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, 8)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20080917
-packetLen(0x0127, -1) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, -1)
#elif PACKETVER >= 20080910
-packetLen(0x0127, 81) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, 81)
#elif PACKETVER >= 20080820
-packetLen(0x0127, -1) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, -1)
#elif PACKETVER >= 20080813
-packetLen(0x0127, 17) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, 17)
#elif PACKETVER >= 20080806
-packetLen(0x0127, 18) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, 18)
#elif PACKETVER >= 20080730
-packetLen(0x0127, -1) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, -1)
#elif PACKETVER >= 20080722
-packetLen(0x0127, 2) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, 2)
#elif PACKETVER >= 20080715
-packetLen(0x0127, -1) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, -1)
#elif PACKETVER >= 20080708
-packetLen(0x0127, 4) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, 4)
#elif PACKETVER >= 20080701
-packetLen(0x0127, 9) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, 9)
#elif PACKETVER >= 20080528
-packetLen(0x0127, -1) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, -1)
#elif PACKETVER >= 20080520
-packetLen(0x0127, 2) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, 2)
#elif PACKETVER >= 20080513
-packetLen(0x0127, -1) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, -1)
#elif PACKETVER >= 20080507
-packetLen(0x0127, 6) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, 6)
#elif PACKETVER >= 20080429
-packetLen(0x0127, 10) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, 10)
#elif PACKETVER >= 20080422
-packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, 8)
#elif PACKETVER >= 20080415
-packetLen(0x0127, -1) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, -1)
#elif PACKETVER >= 20080408
-packetLen(0x0127, 26) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, 26)
#elif PACKETVER >= 20080401
-packetLen(0x0127, 2) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, 2)
#elif PACKETVER >= 20080325
-packetLen(0x0127, 6) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, 6)
#elif PACKETVER >= 20080318
-packetLen(0x0127, 67) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, 67)
#elif PACKETVER >= 20080311
-packetLen(0x0127, 5) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, 5)
#elif PACKETVER >= 20080304
-packetLen(0x0127, 18) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, 18)
#elif PACKETVER >= 20080226
-packetLen(0x0127, 12) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, 12)
#elif PACKETVER >= 20080219
-packetLen(0x0127, 4) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, 4)
#elif PACKETVER >= 20080124
-packetLen(0x0127, -1) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, -1)
#elif PACKETVER >= 20080102
-packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, 8)
#endif
// Packet: 0x0128
#if PACKETVER >= 20081217
-packetLen(0x0128, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, -1)
#elif PACKETVER >= 20081203
-packetLen(0x0128, 10) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 10)
#elif PACKETVER >= 20081126
-packetLen(0x0128, 29) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 29)
#elif PACKETVER >= 20081119
-packetLen(0x0128, 10) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 10)
#elif PACKETVER >= 20081112
-packetLen(0x0128, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 18)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0128, 3) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 3)
#elif PACKETVER >= 20081029
-packetLen(0x0128, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 2)
#elif PACKETVER >= 20081022
-packetLen(0x0128, 7) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 7)
#elif PACKETVER >= 20081008
-packetLen(0x0128, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, -1)
#elif PACKETVER >= 20081001
-packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 8)
#elif PACKETVER >= 20080903
-packetLen(0x0128, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, -1)
#elif PACKETVER >= 20080827
-packetLen(0x0128, 4) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 4)
#elif PACKETVER >= 20080820
-packetLen(0x0128, 30) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 30)
#elif PACKETVER >= 20080813
-packetLen(0x0128, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, -1)
#elif PACKETVER >= 20080806
-packetLen(0x0128, 97) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 97)
#elif PACKETVER >= 20080730
-packetLen(0x0128, 31) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 31)
#elif PACKETVER >= 20080722
-packetLen(0x0128, 27) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 27)
#elif PACKETVER >= 20080715
-packetLen(0x0128, 3) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 3)
#elif PACKETVER >= 20080708
-packetLen(0x0128, 7) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 7)
#elif PACKETVER >= 20080701
-packetLen(0x0128, 5) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 5)
#elif PACKETVER >= 20080624
-packetLen(0x0128, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, -1)
#elif PACKETVER >= 20080617
-packetLen(0x0128, 3) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 3)
#elif PACKETVER >= 20080610
-packetLen(0x0128, 31) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 31)
#elif PACKETVER >= 20080603
-packetLen(0x0128, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, -1)
#elif PACKETVER >= 20080528
-packetLen(0x0128, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 11)
#elif PACKETVER >= 20080520
-packetLen(0x0128, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 2)
#elif PACKETVER >= 20080507
-packetLen(0x0128, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, -1)
#elif PACKETVER >= 20080429
-packetLen(0x0128, 13) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 13)
#elif PACKETVER >= 20080422
-packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 8)
#elif PACKETVER >= 20080415
-packetLen(0x0128, 22) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 22)
#elif PACKETVER >= 20080408
-packetLen(0x0128, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, -1)
#elif PACKETVER >= 20080401
-packetLen(0x0128, 6) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 6)
#elif PACKETVER >= 20080318
-packetLen(0x0128, 3) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 3)
#elif PACKETVER >= 20080311
-packetLen(0x0128, 58) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 58)
#elif PACKETVER >= 20080304
-packetLen(0x0128, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 2)
#elif PACKETVER >= 20080226
-packetLen(0x0128, 17) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 17)
#elif PACKETVER >= 20080124
-packetLen(0x0128, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, -1)
#elif PACKETVER >= 20080102
-packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 8)
#endif
// Packet: 0x0129
#if PACKETVER >= 20081217
-packetLen(0x0129, 7) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, 7)
#elif PACKETVER >= 20081203
-packetLen(0x0129, -1) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, -1)
#elif PACKETVER >= 20081126
-packetLen(0x0129, 2) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, 2)
#elif PACKETVER >= 20081119
-packetLen(0x0129, 3) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, 3)
#elif PACKETVER >= 20081112
-packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, 8)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0129, -1) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, -1)
#elif PACKETVER >= 20081029
-packetLen(0x0129, 2) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, 2)
#elif PACKETVER >= 20081022
-packetLen(0x0129, -1) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, -1)
#elif PACKETVER >= 20081015
-packetLen(0x0129, 3) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, 3)
#elif PACKETVER >= 20080910
-packetLen(0x0129, -1) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, -1)
#elif PACKETVER >= 20080903
-packetLen(0x0129, 3) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, 3)
#elif PACKETVER >= 20080827
-packetLen(0x0129, 10) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, 10)
#elif PACKETVER >= 20080813
-packetLen(0x0129, -1) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, -1)
#elif PACKETVER >= 20080806
-packetLen(0x0129, 14) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, 14)
#elif PACKETVER >= 20080701
-packetLen(0x0129, -1) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, -1)
#elif PACKETVER >= 20080624
-packetLen(0x0129, 182) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, 182)
#elif PACKETVER >= 20080617
-packetLen(0x0129, -1) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, -1)
#elif PACKETVER >= 20080610
-packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, 8)
#elif PACKETVER >= 20080603
-packetLen(0x0129, 6) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, 6)
#elif PACKETVER >= 20080520
-packetLen(0x0129, -1) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, -1)
#elif PACKETVER >= 20080513
-packetLen(0x0129, 7) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, 7)
#elif PACKETVER >= 20080507
-packetLen(0x0129, -1) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, -1)
#elif PACKETVER >= 20080429
-packetLen(0x0129, 4) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, 4)
#elif PACKETVER >= 20080422
-packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, 8)
#elif PACKETVER >= 20080415
-packetLen(0x0129, 60) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, 60)
#elif PACKETVER >= 20080408
-packetLen(0x0129, 6) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, 6)
#elif PACKETVER >= 20080401
-packetLen(0x0129, 14) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, 14)
#elif PACKETVER >= 20080325
-packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, 8)
#elif PACKETVER >= 20080318
-packetLen(0x0129, 3) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, 3)
#elif PACKETVER >= 20080304
-packetLen(0x0129, 4) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, 4)
#elif PACKETVER >= 20080226
-packetLen(0x0129, -1) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, -1)
#elif PACKETVER >= 20080219
-packetLen(0x0129, 10) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, 10)
#elif PACKETVER >= 20080124
-packetLen(0x0129, 28) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, 28)
#elif PACKETVER >= 20080102
-packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, 8)
#endif
// Packet: 0x012a
#if PACKETVER >= 20081119
-packetLen(0x012a, -1) // CZ_REQ_CARTOFF
+packetLen(0x012a, -1)
#elif PACKETVER >= 20081112
-packetLen(0x012a, 54) // CZ_REQ_CARTOFF
+packetLen(0x012a, 54)
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x012a, 54) // CZ_REQ_CARTOFF
+packetLen(0x012a, 54)
#elif PACKETVER >= 20081022
-packetLen(0x012a, -1) // CZ_REQ_CARTOFF
+packetLen(0x012a, -1)
#elif PACKETVER >= 20081015
-packetLen(0x012a, 30) // CZ_REQ_CARTOFF
+packetLen(0x012a, 30)
#elif PACKETVER >= 20081008
-packetLen(0x012a, -1) // CZ_REQ_CARTOFF
+packetLen(0x012a, -1)
#elif PACKETVER >= 20081001
-packetLen(0x012a, 10) // CZ_REQ_CARTOFF
+packetLen(0x012a, 10)
#elif PACKETVER >= 20080924
-packetLen(0x012a, 8) // CZ_REQ_CARTOFF
+packetLen(0x012a, 8)
#elif PACKETVER >= 20080917
-packetLen(0x012a, 29) // CZ_REQ_CARTOFF
+packetLen(0x012a, 29)
#elif PACKETVER >= 20080813
-packetLen(0x012a, -1) // CZ_REQ_CARTOFF
+packetLen(0x012a, -1)
#elif PACKETVER >= 20080806
-packetLen(0x012a, 39) // CZ_REQ_CARTOFF
+packetLen(0x012a, 39)
#elif PACKETVER >= 20080730
-packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+packetLen(0x012a, 2)
#elif PACKETVER >= 20080624
-packetLen(0x012a, -1) // CZ_REQ_CARTOFF
+packetLen(0x012a, -1)
#elif PACKETVER >= 20080617
-packetLen(0x012a, 6) // CZ_REQ_CARTOFF
+packetLen(0x012a, 6)
#elif PACKETVER >= 20080610
-packetLen(0x012a, -1) // CZ_REQ_CARTOFF
+packetLen(0x012a, -1)
#elif PACKETVER >= 20080603
-packetLen(0x012a, 11) // CZ_REQ_CARTOFF
+packetLen(0x012a, 11)
#elif PACKETVER >= 20080528
-packetLen(0x012a, 8) // CZ_REQ_CARTOFF
+packetLen(0x012a, 8)
#elif PACKETVER >= 20080520
-packetLen(0x012a, 9) // CZ_REQ_CARTOFF
+packetLen(0x012a, 9)
#elif PACKETVER >= 20080513
-packetLen(0x012a, 6) // CZ_REQ_CARTOFF
+packetLen(0x012a, 6)
#elif PACKETVER >= 20080507
-packetLen(0x012a, 14) // CZ_REQ_CARTOFF
+packetLen(0x012a, 14)
#elif PACKETVER >= 20080429
-packetLen(0x012a, 22) // CZ_REQ_CARTOFF
+packetLen(0x012a, 22)
#elif PACKETVER >= 20080422
-packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+packetLen(0x012a, 2)
#elif PACKETVER >= 20080415
-packetLen(0x012a, 3) // CZ_REQ_CARTOFF
+packetLen(0x012a, 3)
#elif PACKETVER >= 20080408
-packetLen(0x012a, 282) // CZ_REQ_CARTOFF
+packetLen(0x012a, 282)
#elif PACKETVER >= 20080401
-packetLen(0x012a, -1) // CZ_REQ_CARTOFF
+packetLen(0x012a, -1)
#elif PACKETVER >= 20080325
-packetLen(0x012a, 3) // CZ_REQ_CARTOFF
+packetLen(0x012a, 3)
#elif PACKETVER >= 20080318
-packetLen(0x012a, 4) // CZ_REQ_CARTOFF
+packetLen(0x012a, 4)
#elif PACKETVER >= 20080304
-packetLen(0x012a, 8) // CZ_REQ_CARTOFF
+packetLen(0x012a, 8)
#elif PACKETVER >= 20080226
-packetLen(0x012a, 3) // CZ_REQ_CARTOFF
+packetLen(0x012a, 3)
#elif PACKETVER >= 20080219
-packetLen(0x012a, 5) // CZ_REQ_CARTOFF
+packetLen(0x012a, 5)
#elif PACKETVER >= 20080102
-packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+packetLen(0x012a, 2)
#endif
// Packet: 0x012b
-packetLen(0x012b, 2) // ZC_CARTOFF
+packetLen(0x012b, 2)
// Packet: 0x012c
#if PACKETVER >= 20081217
-packetLen(0x012c, 79) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 79)
#elif PACKETVER >= 20081203
-packetLen(0x012c, 5) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 5)
#elif PACKETVER >= 20081126
-packetLen(0x012c, 6) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 6)
#elif PACKETVER >= 20081112
-packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 3)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081105
-packetLen(0x012c, -1) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, -1)
#elif PACKETVER >= 20081029
-packetLen(0x012c, 5) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 5)
#elif PACKETVER >= 20081022
-packetLen(0x012c, -1) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, -1)
#elif PACKETVER >= 20081015
-packetLen(0x012c, 2) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 2)
#elif PACKETVER >= 20081008
-packetLen(0x012c, 14) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 14)
#elif PACKETVER >= 20080924
-packetLen(0x012c, -1) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, -1)
#elif PACKETVER >= 20080917
-packetLen(0x012c, 6) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 6)
#elif PACKETVER >= 20080903
-packetLen(0x012c, -1) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, -1)
#elif PACKETVER >= 20080827
-packetLen(0x012c, 26) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 26)
#elif PACKETVER >= 20080813
-packetLen(0x012c, -1) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, -1)
#elif PACKETVER >= 20080806
-packetLen(0x012c, 36) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 36)
#elif PACKETVER >= 20080715
-packetLen(0x012c, -1) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, -1)
#elif PACKETVER >= 20080708
-packetLen(0x012c, 8) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 8)
#elif PACKETVER >= 20080610
-packetLen(0x012c, -1) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, -1)
#elif PACKETVER >= 20080603
-packetLen(0x012c, 5) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 5)
#elif PACKETVER >= 20080528
-packetLen(0x012c, 58) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 58)
#elif PACKETVER >= 20080520
-packetLen(0x012c, -1) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, -1)
#elif PACKETVER >= 20080513
-packetLen(0x012c, 2) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 2)
#elif PACKETVER >= 20080507
-packetLen(0x012c, 10) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 10)
#elif PACKETVER >= 20080429
-packetLen(0x012c, 39) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 39)
#elif PACKETVER >= 20080422
-packetLen(0x012c, 8) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 8)
#elif PACKETVER >= 20080415
-packetLen(0x012c, -1) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, -1)
#elif PACKETVER >= 20080408
-packetLen(0x012c, 30) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 30)
#elif PACKETVER >= 20080401
-packetLen(0x012c, 8) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 8)
#elif PACKETVER >= 20080325
-packetLen(0x012c, 4) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 4)
#elif PACKETVER >= 20080318
-packetLen(0x012c, 10) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 10)
#elif PACKETVER >= 20080311
-packetLen(0x012c, 14) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 14)
#elif PACKETVER >= 20080304
-packetLen(0x012c, 30) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 30)
#elif PACKETVER >= 20080226
-packetLen(0x012c, 20) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 20)
#elif PACKETVER >= 20080219
-packetLen(0x012c, 9) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 9)
#elif PACKETVER >= 20080124
-packetLen(0x012c, 19) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 19)
#elif PACKETVER >= 20080102
-packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 3)
#endif
// Packet: 0x012d
#if PACKETVER >= 20081119
-packetLen(0x012d, -1) // ZC_OPENSTORE
+packetLen(0x012d, -1)
#elif PACKETVER >= 20081112
-packetLen(0x012d, 67) // ZC_OPENSTORE
+packetLen(0x012d, 67)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20080910
-packetLen(0x012d, -1) // ZC_OPENSTORE
+packetLen(0x012d, -1)
#elif PACKETVER >= 20080903
-packetLen(0x012d, 11) // ZC_OPENSTORE
+packetLen(0x012d, 11)
#elif PACKETVER >= 20080813
-packetLen(0x012d, -1) // ZC_OPENSTORE
+packetLen(0x012d, -1)
#elif PACKETVER >= 20080806
-packetLen(0x012d, 8) // ZC_OPENSTORE
+packetLen(0x012d, 8)
#elif PACKETVER >= 20080730
-packetLen(0x012d, 26) // ZC_OPENSTORE
+packetLen(0x012d, 26)
#elif PACKETVER >= 20080722
-packetLen(0x012d, 3) // ZC_OPENSTORE
+packetLen(0x012d, 3)
#elif PACKETVER >= 20080701
-packetLen(0x012d, -1) // ZC_OPENSTORE
+packetLen(0x012d, -1)
#elif PACKETVER >= 20080624
-packetLen(0x012d, 26) // ZC_OPENSTORE
+packetLen(0x012d, 26)
#elif PACKETVER >= 20080617
-packetLen(0x012d, 3) // ZC_OPENSTORE
+packetLen(0x012d, 3)
#elif PACKETVER >= 20080610
-packetLen(0x012d, 8) // ZC_OPENSTORE
+packetLen(0x012d, 8)
#elif PACKETVER >= 20080603
-packetLen(0x012d, -1) // ZC_OPENSTORE
+packetLen(0x012d, -1)
#elif PACKETVER >= 20080528
-packetLen(0x012d, 30) // ZC_OPENSTORE
+packetLen(0x012d, 30)
#elif PACKETVER >= 20080520
-packetLen(0x012d, -1) // ZC_OPENSTORE
+packetLen(0x012d, -1)
#elif PACKETVER >= 20080513
-packetLen(0x012d, 34) // ZC_OPENSTORE
+packetLen(0x012d, 34)
#elif PACKETVER >= 20080507
-packetLen(0x012d, -1) // ZC_OPENSTORE
+packetLen(0x012d, -1)
#elif PACKETVER >= 20080429
-packetLen(0x012d, 4) // ZC_OPENSTORE
+packetLen(0x012d, 4)
#elif PACKETVER >= 20080422
-packetLen(0x012d, 81) // ZC_OPENSTORE
+packetLen(0x012d, 81)
#elif PACKETVER >= 20080415
-packetLen(0x012d, -1) // ZC_OPENSTORE
+packetLen(0x012d, -1)
#elif PACKETVER >= 20080408
-packetLen(0x012d, 33) // ZC_OPENSTORE
+packetLen(0x012d, 33)
#elif PACKETVER >= 20080401
-packetLen(0x012d, 3) // ZC_OPENSTORE
+packetLen(0x012d, 3)
#elif PACKETVER >= 20080325
-packetLen(0x012d, 6) // ZC_OPENSTORE
+packetLen(0x012d, 6)
#elif PACKETVER >= 20080318
-packetLen(0x012d, 2) // ZC_OPENSTORE
+packetLen(0x012d, 2)
#elif PACKETVER >= 20080311
-packetLen(0x012d, 30) // ZC_OPENSTORE
+packetLen(0x012d, 30)
#elif PACKETVER >= 20080304
-packetLen(0x012d, -1) // ZC_OPENSTORE
+packetLen(0x012d, -1)
#elif PACKETVER >= 20080219
-packetLen(0x012d, 14) // ZC_OPENSTORE
+packetLen(0x012d, 14)
#elif PACKETVER >= 20080124
-packetLen(0x012d, 26) // ZC_OPENSTORE
+packetLen(0x012d, 26)
#elif PACKETVER >= 20080102
-packetLen(0x012d, 4) // ZC_OPENSTORE
+packetLen(0x012d, 4)
#endif
// Packet: 0x012e
#if PACKETVER >= 20081217
-packetLen(0x012e, 7) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, 7)
#elif PACKETVER >= 20081203
-packetLen(0x012e, 10) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, 10)
#elif PACKETVER >= 20081119
-packetLen(0x012e, -1) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, -1)
#elif PACKETVER >= 20081112
-packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, 2)
#elif PACKETVER >= 20081105
-packetLen(0x012e, 6) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, 6)
#elif PACKETVER >= 20081029
-packetLen(0x012e, -1) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, -1)
#elif PACKETVER >= 20081022
-packetLen(0x012e, 33) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, 33)
#elif PACKETVER >= 20081015
-packetLen(0x012e, -1) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, -1)
#elif PACKETVER >= 20081008
-packetLen(0x012e, 5) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, 5)
#elif PACKETVER >= 20080910
-packetLen(0x012e, -1) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, -1)
#elif PACKETVER >= 20080903
-packetLen(0x012e, 6) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, 6)
#elif PACKETVER >= 20080827
-packetLen(0x012e, 4) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, 4)
#elif PACKETVER >= 20080820
-packetLen(0x012e, 3) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, 3)
#elif PACKETVER >= 20080806
-packetLen(0x012e, -1) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, -1)
#elif PACKETVER >= 20080730
-packetLen(0x012e, 6) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, 6)
#elif PACKETVER >= 20080722
-packetLen(0x012e, -1) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, -1)
#elif PACKETVER >= 20080715
-packetLen(0x012e, 5) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, 5)
#elif PACKETVER >= 20080708
-packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, 2)
#elif PACKETVER >= 20080701
-packetLen(0x012e, -1) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, -1)
#elif PACKETVER >= 20080624
-packetLen(0x012e, 6) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, 6)
#elif PACKETVER >= 20080617
-packetLen(0x012e, 31) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, 31)
#elif PACKETVER >= 20080520
-packetLen(0x012e, -1) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, -1)
#elif PACKETVER >= 20080513
-packetLen(0x012e, 5) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, 5)
#elif PACKETVER >= 20080507
-packetLen(0x012e, 102) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, 102)
#elif PACKETVER >= 20080429
-packetLen(0x012e, 3) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, 3)
#elif PACKETVER >= 20080422
-packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, 2)
#elif PACKETVER >= 20080415
-packetLen(0x012e, -1) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, -1)
#elif PACKETVER >= 20080408
-packetLen(0x012e, 26) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, 26)
#elif PACKETVER >= 20080401
-packetLen(0x012e, 7) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, 7)
#elif PACKETVER >= 20080325
-packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, 2)
#elif PACKETVER >= 20080318
-packetLen(0x012e, 4) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, 4)
#elif PACKETVER >= 20080311
-packetLen(0x012e, 14) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, 14)
#elif PACKETVER >= 20080304
-packetLen(0x012e, 6) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, 6)
#elif PACKETVER >= 20080219
-packetLen(0x012e, -1) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, -1)
#elif PACKETVER >= 20080102
-packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, 2)
#endif
// Packet: 0x012f
-packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+packetLen(0x012f, -1)
// Packet: 0x0130
#if PACKETVER >= 20081203
-packetLen(0x0130, -1) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, -1)
#elif PACKETVER >= 20081126
-packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, 6)
#elif PACKETVER >= 20081112
-packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, 6)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0130, -1) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, -1)
#elif PACKETVER >= 20081029
-packetLen(0x0130, 5) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, 5)
#elif PACKETVER >= 20081015
-packetLen(0x0130, -1) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, -1)
#elif PACKETVER >= 20081008
-packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, 6)
#elif PACKETVER >= 20080924
-packetLen(0x0130, -1) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, -1)
#elif PACKETVER >= 20080917
-packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, 6)
#elif PACKETVER >= 20080910
-packetLen(0x0130, 12) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, 12)
#elif PACKETVER >= 20080827
-packetLen(0x0130, -1) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, -1)
#elif PACKETVER >= 20080820
-packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, 6)
#elif PACKETVER >= 20080813
-packetLen(0x0130, -1) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, -1)
#elif PACKETVER >= 20080806
-packetLen(0x0130, 4) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, 4)
#elif PACKETVER >= 20080730
-packetLen(0x0130, -1) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, -1)
#elif PACKETVER >= 20080722
-packetLen(0x0130, 55) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, 55)
#elif PACKETVER >= 20080715
-packetLen(0x0130, -1) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, -1)
#elif PACKETVER >= 20080708
-packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, 6)
#elif PACKETVER >= 20080617
-packetLen(0x0130, -1) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, -1)
#elif PACKETVER >= 20080610
-packetLen(0x0130, 30) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, 30)
#elif PACKETVER >= 20080603
-packetLen(0x0130, 4) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, 4)
#elif PACKETVER >= 20080528
-packetLen(0x0130, -1) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, -1)
#elif PACKETVER >= 20080520
-packetLen(0x0130, 282) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, 282)
#elif PACKETVER >= 20080507
-packetLen(0x0130, -1) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, -1)
#elif PACKETVER >= 20080429
-packetLen(0x0130, 4) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, 4)
#elif PACKETVER >= 20080422
-packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, 6)
#elif PACKETVER >= 20080415
-packetLen(0x0130, 2) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, 2)
#elif PACKETVER >= 20080408
-packetLen(0x0130, -1) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, -1)
#elif PACKETVER >= 20080401
-packetLen(0x0130, 81) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, 81)
#elif PACKETVER >= 20080325
-packetLen(0x0130, 4) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, 4)
#elif PACKETVER >= 20080318
-packetLen(0x0130, 66) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, 66)
#elif PACKETVER >= 20080311
-packetLen(0x0130, -1) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, -1)
#elif PACKETVER >= 20080304
-packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, 6)
#elif PACKETVER >= 20080226
-packetLen(0x0130, 28) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, 28)
#elif PACKETVER >= 20080219
-packetLen(0x0130, 5) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, 5)
#elif PACKETVER >= 20080124
-packetLen(0x0130, 8) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, 8)
#elif PACKETVER >= 20080102
-packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, 6)
#endif
// Packet: 0x0131
#if PACKETVER >= 20081203
-packetLen(0x0131, -1) // ZC_STORE_ENTRY
+packetLen(0x0131, -1)
#elif PACKETVER >= 20081126
-packetLen(0x0131, 15) // ZC_STORE_ENTRY
+packetLen(0x0131, 15)
#elif PACKETVER >= 20081119
-packetLen(0x0131, -1) // ZC_STORE_ENTRY
+packetLen(0x0131, -1)
#elif PACKETVER >= 20081112
-packetLen(0x0131, 86) // ZC_STORE_ENTRY
+packetLen(0x0131, 86)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0131, -1) // ZC_STORE_ENTRY
+packetLen(0x0131, -1)
#elif PACKETVER >= 20081029
-packetLen(0x0131, 3) // ZC_STORE_ENTRY
+packetLen(0x0131, 3)
#elif PACKETVER >= 20081022
-packetLen(0x0131, 5) // ZC_STORE_ENTRY
+packetLen(0x0131, 5)
#elif PACKETVER >= 20081015
-packetLen(0x0131, 10) // ZC_STORE_ENTRY
+packetLen(0x0131, 10)
#elif PACKETVER >= 20081008
-packetLen(0x0131, 4) // ZC_STORE_ENTRY
+packetLen(0x0131, 4)
#elif PACKETVER >= 20080910
-packetLen(0x0131, -1) // ZC_STORE_ENTRY
+packetLen(0x0131, -1)
#elif PACKETVER >= 20080903
-packetLen(0x0131, 97) // ZC_STORE_ENTRY
+packetLen(0x0131, 97)
#elif PACKETVER >= 20080730
-packetLen(0x0131, -1) // ZC_STORE_ENTRY
+packetLen(0x0131, -1)
#elif PACKETVER >= 20080722
-packetLen(0x0131, 26) // ZC_STORE_ENTRY
+packetLen(0x0131, 26)
#elif PACKETVER >= 20080624
-packetLen(0x0131, -1) // ZC_STORE_ENTRY
+packetLen(0x0131, -1)
#elif PACKETVER >= 20080617
-packetLen(0x0131, 3) // ZC_STORE_ENTRY
+packetLen(0x0131, 3)
#elif PACKETVER >= 20080610
-packetLen(0x0131, 12) // ZC_STORE_ENTRY
+packetLen(0x0131, 12)
#elif PACKETVER >= 20080603
-packetLen(0x0131, 35) // ZC_STORE_ENTRY
+packetLen(0x0131, 35)
#elif PACKETVER >= 20080528
-packetLen(0x0131, -1) // ZC_STORE_ENTRY
+packetLen(0x0131, -1)
#elif PACKETVER >= 20080520
-packetLen(0x0131, 3) // ZC_STORE_ENTRY
+packetLen(0x0131, 3)
#elif PACKETVER >= 20080513
-packetLen(0x0131, -1) // ZC_STORE_ENTRY
+packetLen(0x0131, -1)
#elif PACKETVER >= 20080507
-packetLen(0x0131, 35) // ZC_STORE_ENTRY
+packetLen(0x0131, 35)
#elif PACKETVER >= 20080429
-packetLen(0x0131, 14) // ZC_STORE_ENTRY
+packetLen(0x0131, 14)
#elif PACKETVER >= 20080422
-packetLen(0x0131, 8) // ZC_STORE_ENTRY
+packetLen(0x0131, 8)
#elif PACKETVER >= 20080415
-packetLen(0x0131, 3) // ZC_STORE_ENTRY
+packetLen(0x0131, 3)
#elif PACKETVER >= 20080408
-packetLen(0x0131, -1) // ZC_STORE_ENTRY
+packetLen(0x0131, -1)
#elif PACKETVER >= 20080401
-packetLen(0x0131, 11) // ZC_STORE_ENTRY
+packetLen(0x0131, 11)
#elif PACKETVER >= 20080325
-packetLen(0x0131, 4) // ZC_STORE_ENTRY
+packetLen(0x0131, 4)
#elif PACKETVER >= 20080318
-packetLen(0x0131, 6) // ZC_STORE_ENTRY
+packetLen(0x0131, 6)
#elif PACKETVER >= 20080311
-packetLen(0x0131, -1) // ZC_STORE_ENTRY
+packetLen(0x0131, -1)
#elif PACKETVER >= 20080304
-packetLen(0x0131, 14) // ZC_STORE_ENTRY
+packetLen(0x0131, 14)
#elif PACKETVER >= 20080226
-packetLen(0x0131, 29) // ZC_STORE_ENTRY
+packetLen(0x0131, 29)
#elif PACKETVER >= 20080219
-packetLen(0x0131, 26) // ZC_STORE_ENTRY
+packetLen(0x0131, 26)
#elif PACKETVER >= 20080124
-packetLen(0x0131, -1) // ZC_STORE_ENTRY
+packetLen(0x0131, -1)
#elif PACKETVER >= 20080102
-packetLen(0x0131, 86) // ZC_STORE_ENTRY
+packetLen(0x0131, 86)
#endif
// Packet: 0x0132
#if PACKETVER >= 20081203
-packetLen(0x0132, -1) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, -1)
#elif PACKETVER >= 20081126
-packetLen(0x0132, 55) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, 55)
#elif PACKETVER >= 20081112
-packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, 6)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0132, -1) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, -1)
#elif PACKETVER >= 20081029
-packetLen(0x0132, 8) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, 8)
#elif PACKETVER >= 20081022
-packetLen(0x0132, -1) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, -1)
#elif PACKETVER >= 20081015
-packetLen(0x0132, 9) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, 9)
#elif PACKETVER >= 20080924
-packetLen(0x0132, -1) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, -1)
#elif PACKETVER >= 20080917
-packetLen(0x0132, 3) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, 3)
#elif PACKETVER >= 20080820
-packetLen(0x0132, -1) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, -1)
#elif PACKETVER >= 20080813
-packetLen(0x0132, 4) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, 4)
#elif PACKETVER >= 20080730
-packetLen(0x0132, -1) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, -1)
#elif PACKETVER >= 20080722
-packetLen(0x0132, 5) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, 5)
#elif PACKETVER >= 20080715
-packetLen(0x0132, 2) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, 2)
#elif PACKETVER >= 20080701
-packetLen(0x0132, -1) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, -1)
#elif PACKETVER >= 20080624
-packetLen(0x0132, 4) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, 4)
#elif PACKETVER >= 20080617
-packetLen(0x0132, 10) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, 10)
#elif PACKETVER >= 20080610
-packetLen(0x0132, 14) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, 14)
#elif PACKETVER >= 20080603
-packetLen(0x0132, 16) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, 16)
#elif PACKETVER >= 20080422
-packetLen(0x0132, -1) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, -1)
#elif PACKETVER >= 20080408
-packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, 6)
#elif PACKETVER >= 20080401
-packetLen(0x0132, -1) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, -1)
#elif PACKETVER >= 20080325
-packetLen(0x0132, 30) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, 30)
#elif PACKETVER >= 20080318
-packetLen(0x0132, 11) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, 11)
#elif PACKETVER >= 20080311
-packetLen(0x0132, -1) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, -1)
#elif PACKETVER >= 20080304
-packetLen(0x0132, 36) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, 36)
#elif PACKETVER >= 20080219
-packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, 6)
#elif PACKETVER >= 20080124
-packetLen(0x0132, 2) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, 2)
#elif PACKETVER >= 20080102
-packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, 6)
#endif
// Packet: 0x0133
#if PACKETVER >= 20081105
-packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, -1)
#elif PACKETVER >= 20081029
-packetLen(0x0133, 102) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, 102)
#elif PACKETVER >= 20081022
-packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, -1)
#elif PACKETVER >= 20081015
-packetLen(0x0133, 28) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, 28)
#elif PACKETVER >= 20080910
-packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, -1)
#elif PACKETVER >= 20080903
-packetLen(0x0133, 6) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, 6)
#elif PACKETVER >= 20080827
-packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, -1)
#elif PACKETVER >= 20080820
-packetLen(0x0133, 59) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, 59)
#elif PACKETVER >= 20080813
-packetLen(0x0133, 67) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, 67)
#elif PACKETVER >= 20080806
-packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, -1)
#elif PACKETVER >= 20080730
-packetLen(0x0133, 11) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, 11)
#elif PACKETVER >= 20080722
-packetLen(0x0133, 5) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, 5)
#elif PACKETVER >= 20080715
-packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, -1)
#elif PACKETVER >= 20080708
-packetLen(0x0133, 4) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, 4)
#elif PACKETVER >= 20080701
-packetLen(0x0133, 11) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, 11)
#elif PACKETVER >= 20080617
-packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, -1)
#elif PACKETVER >= 20080610
-packetLen(0x0133, 7) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, 7)
#elif PACKETVER >= 20080603
-packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, -1)
#elif PACKETVER >= 20080528
-packetLen(0x0133, 8) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, 8)
#elif PACKETVER >= 20080520
-packetLen(0x0133, 57) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, 57)
#elif PACKETVER >= 20080513
-packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, -1)
#elif PACKETVER >= 20080507
-packetLen(0x0133, 26) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, 26)
#elif PACKETVER >= 20080429
-packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, -1)
#elif PACKETVER >= 20080422
-packetLen(0x0133, 14) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, 14)
#elif PACKETVER >= 20080415
-packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, -1)
#elif PACKETVER >= 20080408
-packetLen(0x0133, 5) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, 5)
#elif PACKETVER >= 20080401
-packetLen(0x0133, 24) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, 24)
#elif PACKETVER >= 20080311
-packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, -1)
#elif PACKETVER >= 20080304
-packetLen(0x0133, 26) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, 26)
#elif PACKETVER >= 20080226
-packetLen(0x0133, 10) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, 10)
#elif PACKETVER >= 20080219
-packetLen(0x0133, 8) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, 8)
#elif PACKETVER >= 20080124
-packetLen(0x0133, 3) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, 3)
#elif PACKETVER >= 20080102
-packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, -1)
#endif
// Packet: 0x0134
#if PACKETVER >= 20081217
-packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, -1)
#elif PACKETVER >= 20081203
-packetLen(0x0134, 6) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, 6)
#elif PACKETVER >= 20081126
-packetLen(0x0134, 282) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, 282)
#elif PACKETVER >= 20081119
-packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, -1)
#elif PACKETVER >= 20081112
-packetLen(0x0134, 11) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, 11)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, -1)
#elif PACKETVER >= 20081029
-packetLen(0x0134, 15) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, 15)
#elif PACKETVER >= 20081022
-packetLen(0x0134, 6) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, 6)
#elif PACKETVER >= 20081015
-packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, -1)
#elif PACKETVER >= 20081008
-packetLen(0x0134, 29) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, 29)
#elif PACKETVER >= 20081001
-packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, -1)
#elif PACKETVER >= 20080924
-packetLen(0x0134, 6) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, 6)
#elif PACKETVER >= 20080917
-packetLen(0x0134, 21) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, 21)
#elif PACKETVER >= 20080910
-packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, -1)
#elif PACKETVER >= 20080903
-packetLen(0x0134, 282) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, 282)
#elif PACKETVER >= 20080827
-packetLen(0x0134, 6) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, 6)
#elif PACKETVER >= 20080820
-packetLen(0x0134, 39) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, 39)
#elif PACKETVER >= 20080722
-packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, -1)
#elif PACKETVER >= 20080715
-packetLen(0x0134, 10) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, 10)
#elif PACKETVER >= 20080701
-packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, -1)
#elif PACKETVER >= 20080624
-packetLen(0x0134, 29) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, 29)
#elif PACKETVER >= 20080617
-packetLen(0x0134, 8) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, 8)
#elif PACKETVER >= 20080610
-packetLen(0x0134, 67) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, 67)
#elif PACKETVER >= 20080603
-packetLen(0x0134, 30) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, 30)
#elif PACKETVER >= 20080528
-packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, -1)
#elif PACKETVER >= 20080520
-packetLen(0x0134, 7) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, 7)
#elif PACKETVER >= 20080513
-packetLen(0x0134, 282) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, 282)
#elif PACKETVER >= 20080507
-packetLen(0x0134, 16) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, 16)
#elif PACKETVER >= 20080422
-packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, -1)
#elif PACKETVER >= 20080415
-packetLen(0x0134, 71) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, 71)
#elif PACKETVER >= 20080408
-packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, -1)
#elif PACKETVER >= 20080401
-packetLen(0x0134, 28) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, 28)
#elif PACKETVER >= 20080325
-packetLen(0x0134, 7) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, 7)
#elif PACKETVER >= 20080318
-packetLen(0x0134, 20) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, 20)
#elif PACKETVER >= 20080311
-packetLen(0x0134, 26) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, 26)
#elif PACKETVER >= 20080226
-packetLen(0x0134, 3) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, 3)
#elif PACKETVER >= 20080219
-packetLen(0x0134, 4) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, 4)
#elif PACKETVER >= 20080102
-packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, -1)
#endif
// Packet: 0x0135
#if PACKETVER >= 20081112
-packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, 7)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0135, 3) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, 3)
#elif PACKETVER >= 20081029
-packetLen(0x0135, 4) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, 4)
#elif PACKETVER >= 20081001
-packetLen(0x0135, -1) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, -1)
#elif PACKETVER >= 20080924
-packetLen(0x0135, 114) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, 114)
#elif PACKETVER >= 20080917
-packetLen(0x0135, 12) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, 12)
#elif PACKETVER >= 20080910
-packetLen(0x0135, -1) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, -1)
#elif PACKETVER >= 20080903
-packetLen(0x0135, 22) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, 22)
#elif PACKETVER >= 20080827
-packetLen(0x0135, 16) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, 16)
#elif PACKETVER >= 20080820
-packetLen(0x0135, 71) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, 71)
#elif PACKETVER >= 20080813
-packetLen(0x0135, 14) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, 14)
#elif PACKETVER >= 20080715
-packetLen(0x0135, -1) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, -1)
#elif PACKETVER >= 20080708
-packetLen(0x0135, 5) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, 5)
#elif PACKETVER >= 20080624
-packetLen(0x0135, -1) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, -1)
#elif PACKETVER >= 20080617
-packetLen(0x0135, 13) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, 13)
#elif PACKETVER >= 20080610
-packetLen(0x0135, -1) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, -1)
#elif PACKETVER >= 20080603
-packetLen(0x0135, 60) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, 60)
#elif PACKETVER >= 20080520
-packetLen(0x0135, -1) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, -1)
#elif PACKETVER >= 20080513
-packetLen(0x0135, 9) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, 9)
#elif PACKETVER >= 20080507
-packetLen(0x0135, 8) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, 8)
#elif PACKETVER >= 20080429
-packetLen(0x0135, 29) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, 29)
#elif PACKETVER >= 20080422
-packetLen(0x0135, 4) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, 4)
#elif PACKETVER >= 20080415
-packetLen(0x0135, 2) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, 2)
#elif PACKETVER >= 20080401
-packetLen(0x0135, -1) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, -1)
#elif PACKETVER >= 20080325
-packetLen(0x0135, 6) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, 6)
#elif PACKETVER >= 20080311
-packetLen(0x0135, 2) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, 2)
#elif PACKETVER >= 20080226
-packetLen(0x0135, 6) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, 6)
#elif PACKETVER >= 20080219
-packetLen(0x0135, 65) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, 65)
#elif PACKETVER >= 20080124
-packetLen(0x0135, -1) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, -1)
#elif PACKETVER >= 20080102
-packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, 7)
#endif
// Packet: 0x0136
#if PACKETVER >= 20081217
-packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, -1)
#elif PACKETVER >= 20081203
-packetLen(0x0136, 6) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, 6)
#elif PACKETVER >= 20081112
-packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, -1)
#elif PACKETVER >= 20081105
-packetLen(0x0136, 7) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, 7)
#elif PACKETVER >= 20081029
-packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, -1)
#elif PACKETVER >= 20081022
-packetLen(0x0136, 6) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, 6)
#elif PACKETVER >= 20081015
-packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, -1)
#elif PACKETVER >= 20081008
-packetLen(0x0136, 6) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, 6)
#elif PACKETVER >= 20080910
-packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, -1)
#elif PACKETVER >= 20080903
-packetLen(0x0136, 10) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, 10)
#elif PACKETVER >= 20080827
-packetLen(0x0136, 5) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, 5)
#elif PACKETVER >= 20080820
-packetLen(0x0136, 19) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, 19)
#elif PACKETVER >= 20080708
-packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, -1)
#elif PACKETVER >= 20080701
-packetLen(0x0136, 54) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, 54)
#elif PACKETVER >= 20080624
-packetLen(0x0136, 5) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, 5)
#elif PACKETVER >= 20080617
-packetLen(0x0136, 8) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, 8)
#elif PACKETVER >= 20080610
-packetLen(0x0136, 11) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, 11)
#elif PACKETVER >= 20080603
-packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, -1)
#elif PACKETVER >= 20080528
-packetLen(0x0136, 10) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, 10)
#elif PACKETVER >= 20080520
-packetLen(0x0136, 30) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, 30)
#elif PACKETVER >= 20080507
-packetLen(0x0136, 3) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, 3)
#elif PACKETVER >= 20080429
-packetLen(0x0136, 28) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, 28)
#elif PACKETVER >= 20080408
-packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, -1)
#elif PACKETVER >= 20080401
-packetLen(0x0136, 10) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, 10)
#elif PACKETVER >= 20080325
-packetLen(0x0136, 6) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, 6)
#elif PACKETVER >= 20080318
-packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, -1)
#elif PACKETVER >= 20080311
-packetLen(0x0136, 30) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, 30)
#elif PACKETVER >= 20080226
-packetLen(0x0136, 10) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, 10)
#elif PACKETVER >= 20080219
-packetLen(0x0136, 2) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, 2)
#elif PACKETVER >= 20080102
-packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, -1)
#endif
// Packet: 0x0137
#if PACKETVER >= 20081217
-packetLen(0x0137, -1) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, -1)
#elif PACKETVER >= 20081203
-packetLen(0x0137, 2) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, 2)
#elif PACKETVER >= 20081119
-packetLen(0x0137, -1) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, -1)
#elif PACKETVER >= 20081112
-packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, 6)
#elif PACKETVER >= 20081015
-packetLen(0x0137, -1) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, -1)
#elif PACKETVER >= 20081008
-packetLen(0x0137, 10) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, 10)
#elif PACKETVER >= 20081001
-packetLen(0x0137, 5) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, 5)
#elif PACKETVER >= 20080910
-packetLen(0x0137, -1) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, -1)
#elif PACKETVER >= 20080903
-packetLen(0x0137, 29) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, 29)
#elif PACKETVER >= 20080813
-packetLen(0x0137, -1) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, -1)
#elif PACKETVER >= 20080806
-packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, 6)
#elif PACKETVER >= 20080730
-packetLen(0x0137, 17) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, 17)
#elif PACKETVER >= 20080722
-packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, 6)
#elif PACKETVER >= 20080715
-packetLen(0x0137, -1) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, -1)
#elif PACKETVER >= 20080708
-packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, 6)
#elif PACKETVER >= 20080701
-packetLen(0x0137, 9) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, 9)
#elif PACKETVER >= 20080624
-packetLen(0x0137, -1) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, -1)
#elif PACKETVER >= 20080617
-packetLen(0x0137, 71) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, 71)
#elif PACKETVER >= 20080610
-packetLen(0x0137, -1) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, -1)
#elif PACKETVER >= 20080603
-packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, 6)
#elif PACKETVER >= 20080528
-packetLen(0x0137, 8) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, 8)
#elif PACKETVER >= 20080429
-packetLen(0x0137, -1) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, -1)
#elif PACKETVER >= 20080422
-packetLen(0x0137, 30) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, 30)
#elif PACKETVER >= 20080415
-packetLen(0x0137, 27) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, 27)
#elif PACKETVER >= 20080408
-packetLen(0x0137, 7) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, 7)
#elif PACKETVER >= 20080401
-packetLen(0x0137, -1) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, -1)
#elif PACKETVER >= 20080325
-packetLen(0x0137, 32) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, 32)
#elif PACKETVER >= 20080318
-packetLen(0x0137, 22) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, 22)
#elif PACKETVER >= 20080311
-packetLen(0x0137, 86) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, 86)
#elif PACKETVER >= 20080226
-packetLen(0x0137, 5) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, 5)
#elif PACKETVER >= 20080219
-packetLen(0x0137, 10) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, 10)
#elif PACKETVER >= 20080124
-packetLen(0x0137, 7) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, 7)
#elif PACKETVER >= 20080102
-packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, 6)
#endif
// Packet: 0x0138
-packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+packetLen(0x0138, 3)
// Packet: 0x0139
#if PACKETVER >= 20081203
-packetLen(0x0139, -1) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, -1)
#elif PACKETVER >= 20081126
-packetLen(0x0139, 18) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, 18)
#elif PACKETVER >= 20081112
-packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, 16)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081029
-packetLen(0x0139, -1) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, -1)
#elif PACKETVER >= 20081022
-packetLen(0x0139, 67) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, 67)
#elif PACKETVER >= 20081015
-packetLen(0x0139, 18) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, 18)
#elif PACKETVER >= 20081008
-packetLen(0x0139, -1) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, -1)
#elif PACKETVER >= 20081001
-packetLen(0x0139, 6) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, 6)
#elif PACKETVER >= 20080924
-packetLen(0x0139, 7) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, 7)
#elif PACKETVER >= 20080903
-packetLen(0x0139, -1) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, -1)
#elif PACKETVER >= 20080827
-packetLen(0x0139, 30) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, 30)
#elif PACKETVER >= 20080820
-packetLen(0x0139, 2) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, 2)
#elif PACKETVER >= 20080813
-packetLen(0x0139, 10) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, 10)
#elif PACKETVER >= 20080806
-packetLen(0x0139, -1) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, -1)
#elif PACKETVER >= 20080730
-packetLen(0x0139, 7) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, 7)
#elif PACKETVER >= 20080722
-packetLen(0x0139, 26) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, 26)
#elif PACKETVER >= 20080715
-packetLen(0x0139, 6) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, 6)
#elif PACKETVER >= 20080708
-packetLen(0x0139, 12) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, 12)
#elif PACKETVER >= 20080701
-packetLen(0x0139, 26) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, 26)
#elif PACKETVER >= 20080624
-packetLen(0x0139, 10) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, 10)
#elif PACKETVER >= 20080617
-packetLen(0x0139, -1) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, -1)
#elif PACKETVER >= 20080610
-packetLen(0x0139, 5) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, 5)
#elif PACKETVER >= 20080603
-packetLen(0x0139, 2) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, 2)
#elif PACKETVER >= 20080513
-packetLen(0x0139, -1) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, -1)
#elif PACKETVER >= 20080507
-packetLen(0x0139, 9) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, 9)
#elif PACKETVER >= 20080429
-packetLen(0x0139, 28) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, 28)
#elif PACKETVER >= 20080422
-packetLen(0x0139, 29) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, 29)
#elif PACKETVER >= 20080415
-packetLen(0x0139, -1) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, -1)
#elif PACKETVER >= 20080408
-packetLen(0x0139, 11) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, 11)
#elif PACKETVER >= 20080401
-packetLen(0x0139, -1) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, -1)
#elif PACKETVER >= 20080325
-packetLen(0x0139, 3) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, 3)
#elif PACKETVER >= 20080318
-packetLen(0x0139, 14) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, 14)
#elif PACKETVER >= 20080311
-packetLen(0x0139, 31) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, 31)
#elif PACKETVER >= 20080304
-packetLen(0x0139, 6) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, 6)
#elif PACKETVER >= 20080226
-packetLen(0x0139, 81) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, 81)
#elif PACKETVER >= 20080219
-packetLen(0x0139, 6) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, 6)
#elif PACKETVER >= 20080124
-packetLen(0x0139, -1) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, -1)
#elif PACKETVER >= 20080102
-packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, 16)
#endif
// Packet: 0x013a
#if PACKETVER >= 20081119
-packetLen(0x013a, -1) // ZC_ATTACK_RANGE
+packetLen(0x013a, -1)
#elif PACKETVER >= 20081112
-packetLen(0x013a, 39) // ZC_ATTACK_RANGE
+packetLen(0x013a, 39)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x013a, 8) // ZC_ATTACK_RANGE
+packetLen(0x013a, 8)
#elif PACKETVER >= 20081029
-packetLen(0x013a, 5) // ZC_ATTACK_RANGE
+packetLen(0x013a, 5)
#elif PACKETVER >= 20081022
-packetLen(0x013a, -1) // ZC_ATTACK_RANGE
+packetLen(0x013a, -1)
#elif PACKETVER >= 20081015
-packetLen(0x013a, 10) // ZC_ATTACK_RANGE
+packetLen(0x013a, 10)
#elif PACKETVER >= 20081008
-packetLen(0x013a, -1) // ZC_ATTACK_RANGE
+packetLen(0x013a, -1)
#elif PACKETVER >= 20081001
-packetLen(0x013a, 3) // ZC_ATTACK_RANGE
+packetLen(0x013a, 3)
#elif PACKETVER >= 20080924
-packetLen(0x013a, 11) // ZC_ATTACK_RANGE
+packetLen(0x013a, 11)
#elif PACKETVER >= 20080917
-packetLen(0x013a, -1) // ZC_ATTACK_RANGE
+packetLen(0x013a, -1)
#elif PACKETVER >= 20080910
-packetLen(0x013a, 7) // ZC_ATTACK_RANGE
+packetLen(0x013a, 7)
#elif PACKETVER >= 20080903
-packetLen(0x013a, -1) // ZC_ATTACK_RANGE
+packetLen(0x013a, -1)
#elif PACKETVER >= 20080827
-packetLen(0x013a, 5) // ZC_ATTACK_RANGE
+packetLen(0x013a, 5)
#elif PACKETVER >= 20080820
-packetLen(0x013a, 10) // ZC_ATTACK_RANGE
+packetLen(0x013a, 10)
#elif PACKETVER >= 20080813
-packetLen(0x013a, 6) // ZC_ATTACK_RANGE
+packetLen(0x013a, 6)
#elif PACKETVER >= 20080806
-packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+packetLen(0x013a, 4)
#elif PACKETVER >= 20080730
-packetLen(0x013a, 14) // ZC_ATTACK_RANGE
+packetLen(0x013a, 14)
#elif PACKETVER >= 20080722
-packetLen(0x013a, 43) // ZC_ATTACK_RANGE
+packetLen(0x013a, 43)
#elif PACKETVER >= 20080715
-packetLen(0x013a, -1) // ZC_ATTACK_RANGE
+packetLen(0x013a, -1)
#elif PACKETVER >= 20080708
-packetLen(0x013a, 8) // ZC_ATTACK_RANGE
+packetLen(0x013a, 8)
#elif PACKETVER >= 20080701
-packetLen(0x013a, -1) // ZC_ATTACK_RANGE
+packetLen(0x013a, -1)
#elif PACKETVER >= 20080624
-packetLen(0x013a, 2) // ZC_ATTACK_RANGE
+packetLen(0x013a, 2)
#elif PACKETVER >= 20080617
-packetLen(0x013a, 3) // ZC_ATTACK_RANGE
+packetLen(0x013a, 3)
#elif PACKETVER >= 20080610
-packetLen(0x013a, 30) // ZC_ATTACK_RANGE
+packetLen(0x013a, 30)
#elif PACKETVER >= 20080603
-packetLen(0x013a, 39) // ZC_ATTACK_RANGE
+packetLen(0x013a, 39)
#elif PACKETVER >= 20080513
-packetLen(0x013a, -1) // ZC_ATTACK_RANGE
+packetLen(0x013a, -1)
#elif PACKETVER >= 20080507
-packetLen(0x013a, 182) // ZC_ATTACK_RANGE
+packetLen(0x013a, 182)
#elif PACKETVER >= 20080429
-packetLen(0x013a, 6) // ZC_ATTACK_RANGE
+packetLen(0x013a, 6)
#elif PACKETVER >= 20080422
-packetLen(0x013a, -1) // ZC_ATTACK_RANGE
+packetLen(0x013a, -1)
#elif PACKETVER >= 20080415
-packetLen(0x013a, 6) // ZC_ATTACK_RANGE
+packetLen(0x013a, 6)
#elif PACKETVER >= 20080408
-packetLen(0x013a, 55) // ZC_ATTACK_RANGE
+packetLen(0x013a, 55)
#elif PACKETVER >= 20080401
-packetLen(0x013a, 12) // ZC_ATTACK_RANGE
+packetLen(0x013a, 12)
#elif PACKETVER >= 20080325
-packetLen(0x013a, 3) // ZC_ATTACK_RANGE
+packetLen(0x013a, 3)
#elif PACKETVER >= 20080318
-packetLen(0x013a, -1) // ZC_ATTACK_RANGE
+packetLen(0x013a, -1)
#elif PACKETVER >= 20080311
-packetLen(0x013a, 6) // ZC_ATTACK_RANGE
+packetLen(0x013a, 6)
#elif PACKETVER >= 20080304
-packetLen(0x013a, 32) // ZC_ATTACK_RANGE
+packetLen(0x013a, 32)
#elif PACKETVER >= 20080226
-packetLen(0x013a, 58) // ZC_ATTACK_RANGE
+packetLen(0x013a, 58)
#elif PACKETVER >= 20080124
-packetLen(0x013a, -1) // ZC_ATTACK_RANGE
+packetLen(0x013a, -1)
#elif PACKETVER >= 20080102
-packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+packetLen(0x013a, 4)
#endif
// Packet: 0x013b
#if PACKETVER >= 20081119
-packetLen(0x013b, -1) // ZC_ACTION_FAILURE
+packetLen(0x013b, -1)
#elif PACKETVER >= 20081112
-packetLen(0x013b, 33) // ZC_ACTION_FAILURE
+packetLen(0x013b, 33)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x013b, 6) // ZC_ACTION_FAILURE
+packetLen(0x013b, 6)
#elif PACKETVER >= 20081015
-packetLen(0x013b, -1) // ZC_ACTION_FAILURE
+packetLen(0x013b, -1)
#elif PACKETVER >= 20081008
-packetLen(0x013b, 2) // ZC_ACTION_FAILURE
+packetLen(0x013b, 2)
#elif PACKETVER >= 20080924
-packetLen(0x013b, -1) // ZC_ACTION_FAILURE
+packetLen(0x013b, -1)
#elif PACKETVER >= 20080917
-packetLen(0x013b, 6) // ZC_ACTION_FAILURE
+packetLen(0x013b, 6)
#elif PACKETVER >= 20080827
-packetLen(0x013b, -1) // ZC_ACTION_FAILURE
+packetLen(0x013b, -1)
#elif PACKETVER >= 20080820
-packetLen(0x013b, 11) // ZC_ACTION_FAILURE
+packetLen(0x013b, 11)
#elif PACKETVER >= 20080813
-packetLen(0x013b, -1) // ZC_ACTION_FAILURE
+packetLen(0x013b, -1)
#elif PACKETVER >= 20080806
-packetLen(0x013b, 7) // ZC_ACTION_FAILURE
+packetLen(0x013b, 7)
#elif PACKETVER >= 20080730
-packetLen(0x013b, -1) // ZC_ACTION_FAILURE
+packetLen(0x013b, -1)
#elif PACKETVER >= 20080722
-packetLen(0x013b, 65) // ZC_ACTION_FAILURE
+packetLen(0x013b, 65)
#elif PACKETVER >= 20080715
-packetLen(0x013b, -1) // ZC_ACTION_FAILURE
+packetLen(0x013b, -1)
#elif PACKETVER >= 20080708
-packetLen(0x013b, 6) // ZC_ACTION_FAILURE
+packetLen(0x013b, 6)
#elif PACKETVER >= 20080701
-packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+packetLen(0x013b, 4)
#elif PACKETVER >= 20080624
-packetLen(0x013b, 22) // ZC_ACTION_FAILURE
+packetLen(0x013b, 22)
#elif PACKETVER >= 20080617
-packetLen(0x013b, -1) // ZC_ACTION_FAILURE
+packetLen(0x013b, -1)
#elif PACKETVER >= 20080610
-packetLen(0x013b, 22) // ZC_ACTION_FAILURE
+packetLen(0x013b, 22)
#elif PACKETVER >= 20080603
-packetLen(0x013b, -1) // ZC_ACTION_FAILURE
+packetLen(0x013b, -1)
#elif PACKETVER >= 20080528
-packetLen(0x013b, 5) // ZC_ACTION_FAILURE
+packetLen(0x013b, 5)
#elif PACKETVER >= 20080520
-packetLen(0x013b, 10) // ZC_ACTION_FAILURE
+packetLen(0x013b, 10)
#elif PACKETVER >= 20080513
-packetLen(0x013b, 18) // ZC_ACTION_FAILURE
+packetLen(0x013b, 18)
#elif PACKETVER >= 20080507
-packetLen(0x013b, 2) // ZC_ACTION_FAILURE
+packetLen(0x013b, 2)
#elif PACKETVER >= 20080429
-packetLen(0x013b, -1) // ZC_ACTION_FAILURE
+packetLen(0x013b, -1)
#elif PACKETVER >= 20080422
-packetLen(0x013b, 15) // ZC_ACTION_FAILURE
+packetLen(0x013b, 15)
#elif PACKETVER >= 20080415
-packetLen(0x013b, 7) // ZC_ACTION_FAILURE
+packetLen(0x013b, 7)
#elif PACKETVER >= 20080408
-packetLen(0x013b, 30) // ZC_ACTION_FAILURE
+packetLen(0x013b, 30)
#elif PACKETVER >= 20080401
-packetLen(0x013b, 6) // ZC_ACTION_FAILURE
+packetLen(0x013b, 6)
#elif PACKETVER >= 20080325
-packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+packetLen(0x013b, 4)
#elif PACKETVER >= 20080318
-packetLen(0x013b, 6) // ZC_ACTION_FAILURE
+packetLen(0x013b, 6)
#elif PACKETVER >= 20080311
-packetLen(0x013b, 23) // ZC_ACTION_FAILURE
+packetLen(0x013b, 23)
#elif PACKETVER >= 20080304
-packetLen(0x013b, 22) // ZC_ACTION_FAILURE
+packetLen(0x013b, 22)
#elif PACKETVER >= 20080226
-packetLen(0x013b, 6) // ZC_ACTION_FAILURE
+packetLen(0x013b, 6)
#elif PACKETVER >= 20080219
-packetLen(0x013b, 16) // ZC_ACTION_FAILURE
+packetLen(0x013b, 16)
#elif PACKETVER >= 20080124
-packetLen(0x013b, 2) // ZC_ACTION_FAILURE
+packetLen(0x013b, 2)
#elif PACKETVER >= 20080102
-packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+packetLen(0x013b, 4)
#endif
// Packet: 0x013c
#if PACKETVER >= 20081203
-packetLen(0x013c, -1) // ZC_EQUIP_ARROW
+packetLen(0x013c, -1)
#elif PACKETVER >= 20081126
-packetLen(0x013c, 16) // ZC_EQUIP_ARROW
+packetLen(0x013c, 16)
#elif PACKETVER >= 20081112
-packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+packetLen(0x013c, 4)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081029
-packetLen(0x013c, -1) // ZC_EQUIP_ARROW
+packetLen(0x013c, -1)
#elif PACKETVER >= 20081022
-packetLen(0x013c, 30) // ZC_EQUIP_ARROW
+packetLen(0x013c, 30)
#elif PACKETVER >= 20081008
-packetLen(0x013c, -1) // ZC_EQUIP_ARROW
+packetLen(0x013c, -1)
#elif PACKETVER >= 20081001
-packetLen(0x013c, 54) // ZC_EQUIP_ARROW
+packetLen(0x013c, 54)
#elif PACKETVER >= 20080917
-packetLen(0x013c, -1) // ZC_EQUIP_ARROW
+packetLen(0x013c, -1)
#elif PACKETVER >= 20080910
-packetLen(0x013c, 14) // ZC_EQUIP_ARROW
+packetLen(0x013c, 14)
#elif PACKETVER >= 20080903
-packetLen(0x013c, 2) // ZC_EQUIP_ARROW
+packetLen(0x013c, 2)
#elif PACKETVER >= 20080820
-packetLen(0x013c, -1) // ZC_EQUIP_ARROW
+packetLen(0x013c, -1)
#elif PACKETVER >= 20080813
-packetLen(0x013c, 23) // ZC_EQUIP_ARROW
+packetLen(0x013c, 23)
#elif PACKETVER >= 20080806
-packetLen(0x013c, 2) // ZC_EQUIP_ARROW
+packetLen(0x013c, 2)
#elif PACKETVER >= 20080730
-packetLen(0x013c, 12) // ZC_EQUIP_ARROW
+packetLen(0x013c, 12)
#elif PACKETVER >= 20080722
-packetLen(0x013c, -1) // ZC_EQUIP_ARROW
+packetLen(0x013c, -1)
#elif PACKETVER >= 20080715
-packetLen(0x013c, 3) // ZC_EQUIP_ARROW
+packetLen(0x013c, 3)
#elif PACKETVER >= 20080708
-packetLen(0x013c, -1) // ZC_EQUIP_ARROW
+packetLen(0x013c, -1)
#elif PACKETVER >= 20080701
-packetLen(0x013c, 6) // ZC_EQUIP_ARROW
+packetLen(0x013c, 6)
#elif PACKETVER >= 20080624
-packetLen(0x013c, -1) // ZC_EQUIP_ARROW
+packetLen(0x013c, -1)
#elif PACKETVER >= 20080617
-packetLen(0x013c, 12) // ZC_EQUIP_ARROW
+packetLen(0x013c, 12)
#elif PACKETVER >= 20080610
-packetLen(0x013c, -1) // ZC_EQUIP_ARROW
+packetLen(0x013c, -1)
#elif PACKETVER >= 20080603
-packetLen(0x013c, 53) // ZC_EQUIP_ARROW
+packetLen(0x013c, 53)
#elif PACKETVER >= 20080528
-packetLen(0x013c, 8) // ZC_EQUIP_ARROW
+packetLen(0x013c, 8)
#elif PACKETVER >= 20080520
-packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+packetLen(0x013c, 4)
#elif PACKETVER >= 20080513
-packetLen(0x013c, 11) // ZC_EQUIP_ARROW
+packetLen(0x013c, 11)
#elif PACKETVER >= 20080507
-packetLen(0x013c, 6) // ZC_EQUIP_ARROW
+packetLen(0x013c, 6)
#elif PACKETVER >= 20080429
-packetLen(0x013c, -1) // ZC_EQUIP_ARROW
+packetLen(0x013c, -1)
#elif PACKETVER >= 20080422
-packetLen(0x013c, 33) // ZC_EQUIP_ARROW
+packetLen(0x013c, 33)
#elif PACKETVER >= 20080415
-packetLen(0x013c, 8) // ZC_EQUIP_ARROW
+packetLen(0x013c, 8)
#elif PACKETVER >= 20080408
-packetLen(0x013c, 6) // ZC_EQUIP_ARROW
+packetLen(0x013c, 6)
#elif PACKETVER >= 20080401
-packetLen(0x013c, 12) // ZC_EQUIP_ARROW
+packetLen(0x013c, 12)
#elif PACKETVER >= 20080325
-packetLen(0x013c, 3) // ZC_EQUIP_ARROW
+packetLen(0x013c, 3)
#elif PACKETVER >= 20080318
-packetLen(0x013c, -1) // ZC_EQUIP_ARROW
+packetLen(0x013c, -1)
#elif PACKETVER >= 20080311
-packetLen(0x013c, 6) // ZC_EQUIP_ARROW
+packetLen(0x013c, 6)
#elif PACKETVER >= 20080304
-packetLen(0x013c, 66) // ZC_EQUIP_ARROW
+packetLen(0x013c, 66)
#elif PACKETVER >= 20080226
-packetLen(0x013c, -1) // ZC_EQUIP_ARROW
+packetLen(0x013c, -1)
#elif PACKETVER >= 20080219
-packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+packetLen(0x013c, 4)
#elif PACKETVER >= 20080124
-packetLen(0x013c, 11) // ZC_EQUIP_ARROW
+packetLen(0x013c, 11)
#elif PACKETVER >= 20080102
-packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+packetLen(0x013c, 4)
#endif
// Packet: 0x013d
#if PACKETVER >= 20081126
-packetLen(0x013d, -1) // ZC_RECOVERY
+packetLen(0x013d, -1)
#elif PACKETVER >= 20081119
-packetLen(0x013d, 79) // ZC_RECOVERY
+packetLen(0x013d, 79)
#elif PACKETVER >= 20081112
-packetLen(0x013d, 13) // ZC_RECOVERY
+packetLen(0x013d, 13)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x013d, -1) // ZC_RECOVERY
+packetLen(0x013d, -1)
#elif PACKETVER >= 20081029
-packetLen(0x013d, 53) // ZC_RECOVERY
+packetLen(0x013d, 53)
#elif PACKETVER >= 20080924
-packetLen(0x013d, -1) // ZC_RECOVERY
+packetLen(0x013d, -1)
#elif PACKETVER >= 20080917
-packetLen(0x013d, 6) // ZC_RECOVERY
+packetLen(0x013d, 6)
#elif PACKETVER >= 20080910
-packetLen(0x013d, -1) // ZC_RECOVERY
+packetLen(0x013d, -1)
#elif PACKETVER >= 20080903
-packetLen(0x013d, 2) // ZC_RECOVERY
+packetLen(0x013d, 2)
#elif PACKETVER >= 20080813
-packetLen(0x013d, -1) // ZC_RECOVERY
+packetLen(0x013d, -1)
#elif PACKETVER >= 20080806
-packetLen(0x013d, 3) // ZC_RECOVERY
+packetLen(0x013d, 3)
#elif PACKETVER >= 20080730
-packetLen(0x013d, 26) // ZC_RECOVERY
+packetLen(0x013d, 26)
#elif PACKETVER >= 20080722
-packetLen(0x013d, 6) // ZC_RECOVERY
+packetLen(0x013d, 6)
#elif PACKETVER >= 20080701
-packetLen(0x013d, -1) // ZC_RECOVERY
+packetLen(0x013d, -1)
#elif PACKETVER >= 20080624
-packetLen(0x013d, 3) // ZC_RECOVERY
+packetLen(0x013d, 3)
#elif PACKETVER >= 20080617
-packetLen(0x013d, -1) // ZC_RECOVERY
+packetLen(0x013d, -1)
#elif PACKETVER >= 20080610
-packetLen(0x013d, 7) // ZC_RECOVERY
+packetLen(0x013d, 7)
#elif PACKETVER >= 20080603
-packetLen(0x013d, 2) // ZC_RECOVERY
+packetLen(0x013d, 2)
#elif PACKETVER >= 20080528
-packetLen(0x013d, -1) // ZC_RECOVERY
+packetLen(0x013d, -1)
#elif PACKETVER >= 20080520
-packetLen(0x013d, 8) // ZC_RECOVERY
+packetLen(0x013d, 8)
#elif PACKETVER >= 20080513
-packetLen(0x013d, 31) // ZC_RECOVERY
+packetLen(0x013d, 31)
#elif PACKETVER >= 20080507
-packetLen(0x013d, -1) // ZC_RECOVERY
+packetLen(0x013d, -1)
#elif PACKETVER >= 20080429
-packetLen(0x013d, 10) // ZC_RECOVERY
+packetLen(0x013d, 10)
#elif PACKETVER >= 20080422
-packetLen(0x013d, -1) // ZC_RECOVERY
+packetLen(0x013d, -1)
#elif PACKETVER >= 20080415
-packetLen(0x013d, 26) // ZC_RECOVERY
+packetLen(0x013d, 26)
#elif PACKETVER >= 20080408
-packetLen(0x013d, -1) // ZC_RECOVERY
+packetLen(0x013d, -1)
#elif PACKETVER >= 20080401
-packetLen(0x013d, 6) // ZC_RECOVERY
+packetLen(0x013d, 6)
#elif PACKETVER >= 20080325
-packetLen(0x013d, 3) // ZC_RECOVERY
+packetLen(0x013d, 3)
#elif PACKETVER >= 20080318
-packetLen(0x013d, 282) // ZC_RECOVERY
+packetLen(0x013d, 282)
#elif PACKETVER >= 20080311
-packetLen(0x013d, 6) // ZC_RECOVERY
+packetLen(0x013d, 6)
#elif PACKETVER >= 20080304
-packetLen(0x013d, 3) // ZC_RECOVERY
+packetLen(0x013d, 3)
#elif PACKETVER >= 20080226
-packetLen(0x013d, 2) // ZC_RECOVERY
+packetLen(0x013d, 2)
#elif PACKETVER >= 20080219
-packetLen(0x013d, 6) // ZC_RECOVERY
+packetLen(0x013d, 6)
#elif PACKETVER >= 20080124
-packetLen(0x013d, -1) // ZC_RECOVERY
+packetLen(0x013d, -1)
#elif PACKETVER >= 20080102
-packetLen(0x013d, 6) // ZC_RECOVERY
+packetLen(0x013d, 6)
#endif
// Packet: 0x013e
#if PACKETVER >= 20081217
-packetLen(0x013e, 182) // ZC_USESKILL_ACK
+packetLen(0x013e, 182)
#elif PACKETVER >= 20081203
-packetLen(0x013e, 186) // ZC_USESKILL_ACK
+packetLen(0x013e, 186)
#elif PACKETVER >= 20081126
-packetLen(0x013e, -1) // ZC_USESKILL_ACK
+packetLen(0x013e, -1)
#elif PACKETVER >= 20081119
-packetLen(0x013e, 32) // ZC_USESKILL_ACK
+packetLen(0x013e, 32)
#elif PACKETVER >= 20081112
-packetLen(0x013e, 68) // ZC_USESKILL_ACK
+packetLen(0x013e, 68)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x013e, 6) // ZC_USESKILL_ACK
+packetLen(0x013e, 6)
#elif PACKETVER >= 20081001
-packetLen(0x013e, -1) // ZC_USESKILL_ACK
+packetLen(0x013e, -1)
#elif PACKETVER >= 20080924
-packetLen(0x013e, 30) // ZC_USESKILL_ACK
+packetLen(0x013e, 30)
#elif PACKETVER >= 20080806
-packetLen(0x013e, -1) // ZC_USESKILL_ACK
+packetLen(0x013e, -1)
#elif PACKETVER >= 20080730
-packetLen(0x013e, 32) // ZC_USESKILL_ACK
+packetLen(0x013e, 32)
#elif PACKETVER >= 20080722
-packetLen(0x013e, -1) // ZC_USESKILL_ACK
+packetLen(0x013e, -1)
#elif PACKETVER >= 20080715
-packetLen(0x013e, 6) // ZC_USESKILL_ACK
+packetLen(0x013e, 6)
#elif PACKETVER >= 20080708
-packetLen(0x013e, -1) // ZC_USESKILL_ACK
+packetLen(0x013e, -1)
#elif PACKETVER >= 20080701
-packetLen(0x013e, 26) // ZC_USESKILL_ACK
+packetLen(0x013e, 26)
#elif PACKETVER >= 20080624
-packetLen(0x013e, 3) // ZC_USESKILL_ACK
+packetLen(0x013e, 3)
#elif PACKETVER >= 20080603
-packetLen(0x013e, -1) // ZC_USESKILL_ACK
+packetLen(0x013e, -1)
#elif PACKETVER >= 20080528
-packetLen(0x013e, 6) // ZC_USESKILL_ACK
+packetLen(0x013e, 6)
#elif PACKETVER >= 20080520
-packetLen(0x013e, 20) // ZC_USESKILL_ACK
+packetLen(0x013e, 20)
#elif PACKETVER >= 20080513
-packetLen(0x013e, 7) // ZC_USESKILL_ACK
+packetLen(0x013e, 7)
#elif PACKETVER >= 20080507
-packetLen(0x013e, 21) // ZC_USESKILL_ACK
+packetLen(0x013e, 21)
#elif PACKETVER >= 20080429
-packetLen(0x013e, 8) // ZC_USESKILL_ACK
+packetLen(0x013e, 8)
#elif PACKETVER >= 20080422
-packetLen(0x013e, 7) // ZC_USESKILL_ACK
+packetLen(0x013e, 7)
#elif PACKETVER >= 20080408
-packetLen(0x013e, 6) // ZC_USESKILL_ACK
+packetLen(0x013e, 6)
#elif PACKETVER >= 20080401
-packetLen(0x013e, -1) // ZC_USESKILL_ACK
+packetLen(0x013e, -1)
#elif PACKETVER >= 20080325
-packetLen(0x013e, 15) // ZC_USESKILL_ACK
+packetLen(0x013e, 15)
#elif PACKETVER >= 20080318
-packetLen(0x013e, 11) // ZC_USESKILL_ACK
+packetLen(0x013e, 11)
#elif PACKETVER >= 20080311
-packetLen(0x013e, 2) // ZC_USESKILL_ACK
+packetLen(0x013e, 2)
#elif PACKETVER >= 20080304
-packetLen(0x013e, 4) // ZC_USESKILL_ACK
+packetLen(0x013e, 4)
#elif PACKETVER >= 20080226
-packetLen(0x013e, -1) // ZC_USESKILL_ACK
+packetLen(0x013e, -1)
#elif PACKETVER >= 20080219
-packetLen(0x013e, 30) // ZC_USESKILL_ACK
+packetLen(0x013e, 30)
#elif PACKETVER >= 20080124
-packetLen(0x013e, -1) // ZC_USESKILL_ACK
+packetLen(0x013e, -1)
#elif PACKETVER >= 20080102
-packetLen(0x013e, 24) // ZC_USESKILL_ACK
+packetLen(0x013e, 24)
#endif
// Packet: 0x013f
#if PACKETVER >= 20081217
-packetLen(0x013f, -1) // CZ_ITEM_CREATE
+packetLen(0x013f, -1)
#elif PACKETVER >= 20081203
-packetLen(0x013f, 2) // CZ_ITEM_CREATE
+packetLen(0x013f, 2)
#elif PACKETVER >= 20081112
-packetLen(0x013f, 26) // CZ_ITEM_CREATE
+packetLen(0x013f, 26)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x013f, 29) // CZ_ITEM_CREATE
+packetLen(0x013f, 29)
#elif PACKETVER >= 20081015
-packetLen(0x013f, -1) // CZ_ITEM_CREATE
+packetLen(0x013f, -1)
#elif PACKETVER >= 20081008
-packetLen(0x013f, 10) // CZ_ITEM_CREATE
+packetLen(0x013f, 10)
#elif PACKETVER >= 20080924
-packetLen(0x013f, -1) // CZ_ITEM_CREATE
+packetLen(0x013f, -1)
#elif PACKETVER >= 20080917
-packetLen(0x013f, 7) // CZ_ITEM_CREATE
+packetLen(0x013f, 7)
#elif PACKETVER >= 20080820
-packetLen(0x013f, -1) // CZ_ITEM_CREATE
+packetLen(0x013f, -1)
#elif PACKETVER >= 20080813
-packetLen(0x013f, 4) // CZ_ITEM_CREATE
+packetLen(0x013f, 4)
#elif PACKETVER >= 20080806
-packetLen(0x013f, 29) // CZ_ITEM_CREATE
+packetLen(0x013f, 29)
#elif PACKETVER >= 20080722
-packetLen(0x013f, -1) // CZ_ITEM_CREATE
+packetLen(0x013f, -1)
#elif PACKETVER >= 20080715
-packetLen(0x013f, 6) // CZ_ITEM_CREATE
+packetLen(0x013f, 6)
#elif PACKETVER >= 20080708
-packetLen(0x013f, 4) // CZ_ITEM_CREATE
+packetLen(0x013f, 4)
#elif PACKETVER >= 20080701
-packetLen(0x013f, 30) // CZ_ITEM_CREATE
+packetLen(0x013f, 30)
#elif PACKETVER >= 20080624
-packetLen(0x013f, -1) // CZ_ITEM_CREATE
+packetLen(0x013f, -1)
#elif PACKETVER >= 20080617
-packetLen(0x013f, 2) // CZ_ITEM_CREATE
+packetLen(0x013f, 2)
#elif PACKETVER >= 20080610
-packetLen(0x013f, 7) // CZ_ITEM_CREATE
+packetLen(0x013f, 7)
#elif PACKETVER >= 20080603
-packetLen(0x013f, 11) // CZ_ITEM_CREATE
+packetLen(0x013f, 11)
#elif PACKETVER >= 20080528
-packetLen(0x013f, 2) // CZ_ITEM_CREATE
+packetLen(0x013f, 2)
#elif PACKETVER >= 20080520
-packetLen(0x013f, -1) // CZ_ITEM_CREATE
+packetLen(0x013f, -1)
#elif PACKETVER >= 20080513
-packetLen(0x013f, 29) // CZ_ITEM_CREATE
+packetLen(0x013f, 29)
#elif PACKETVER >= 20080507
-packetLen(0x013f, 20) // CZ_ITEM_CREATE
+packetLen(0x013f, 20)
#elif PACKETVER >= 20080422
-packetLen(0x013f, 26) // CZ_ITEM_CREATE
+packetLen(0x013f, 26)
#elif PACKETVER >= 20080415
-packetLen(0x013f, -1) // CZ_ITEM_CREATE
+packetLen(0x013f, -1)
#elif PACKETVER >= 20080408
-packetLen(0x013f, 8) // CZ_ITEM_CREATE
+packetLen(0x013f, 8)
#elif PACKETVER >= 20080401
-packetLen(0x013f, -1) // CZ_ITEM_CREATE
+packetLen(0x013f, -1)
#elif PACKETVER >= 20080325
-packetLen(0x013f, 28) // CZ_ITEM_CREATE
+packetLen(0x013f, 28)
#elif PACKETVER >= 20080318
-packetLen(0x013f, 54) // CZ_ITEM_CREATE
+packetLen(0x013f, 54)
#elif PACKETVER >= 20080311
-packetLen(0x013f, 282) // CZ_ITEM_CREATE
+packetLen(0x013f, 282)
#elif PACKETVER >= 20080304
-packetLen(0x013f, 6) // CZ_ITEM_CREATE
+packetLen(0x013f, 6)
#elif PACKETVER >= 20080226
-packetLen(0x013f, 5) // CZ_ITEM_CREATE
+packetLen(0x013f, 5)
#elif PACKETVER >= 20080219
-packetLen(0x013f, 58) // CZ_ITEM_CREATE
+packetLen(0x013f, 58)
#elif PACKETVER >= 20080124
-packetLen(0x013f, 9) // CZ_ITEM_CREATE
+packetLen(0x013f, 9)
#elif PACKETVER >= 20080102
-packetLen(0x013f, 26) // CZ_ITEM_CREATE
+packetLen(0x013f, 26)
#endif
// Packet: 0x0140
#if PACKETVER >= 20081119
-packetLen(0x0140, -1) // CZ_MOVETO_MAP
+packetLen(0x0140, -1)
#elif PACKETVER >= 20081112
-packetLen(0x0140, 22) // CZ_MOVETO_MAP
+packetLen(0x0140, 22)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0140, 28) // CZ_MOVETO_MAP
+packetLen(0x0140, 28)
#elif PACKETVER >= 20081029
-packetLen(0x0140, 18) // CZ_MOVETO_MAP
+packetLen(0x0140, 18)
#elif PACKETVER >= 20081008
-packetLen(0x0140, -1) // CZ_MOVETO_MAP
+packetLen(0x0140, -1)
#elif PACKETVER >= 20081001
-packetLen(0x0140, 10) // CZ_MOVETO_MAP
+packetLen(0x0140, 10)
#elif PACKETVER >= 20080924
-packetLen(0x0140, -1) // CZ_MOVETO_MAP
+packetLen(0x0140, -1)
#elif PACKETVER >= 20080917
-packetLen(0x0140, 12) // CZ_MOVETO_MAP
+packetLen(0x0140, 12)
#elif PACKETVER >= 20080910
-packetLen(0x0140, 60) // CZ_MOVETO_MAP
+packetLen(0x0140, 60)
#elif PACKETVER >= 20080903
-packetLen(0x0140, 10) // CZ_MOVETO_MAP
+packetLen(0x0140, 10)
#elif PACKETVER >= 20080827
-packetLen(0x0140, 14) // CZ_MOVETO_MAP
+packetLen(0x0140, 14)
#elif PACKETVER >= 20080820
-packetLen(0x0140, -1) // CZ_MOVETO_MAP
+packetLen(0x0140, -1)
#elif PACKETVER >= 20080813
-packetLen(0x0140, 30) // CZ_MOVETO_MAP
+packetLen(0x0140, 30)
#elif PACKETVER >= 20080806
-packetLen(0x0140, 4) // CZ_MOVETO_MAP
+packetLen(0x0140, 4)
#elif PACKETVER >= 20080730
-packetLen(0x0140, 6) // CZ_MOVETO_MAP
+packetLen(0x0140, 6)
#elif PACKETVER >= 20080722
-packetLen(0x0140, -1) // CZ_MOVETO_MAP
+packetLen(0x0140, -1)
#elif PACKETVER >= 20080715
-packetLen(0x0140, 6) // CZ_MOVETO_MAP
+packetLen(0x0140, 6)
#elif PACKETVER >= 20080701
-packetLen(0x0140, -1) // CZ_MOVETO_MAP
+packetLen(0x0140, -1)
#elif PACKETVER >= 20080624
-packetLen(0x0140, 2) // CZ_MOVETO_MAP
+packetLen(0x0140, 2)
#elif PACKETVER >= 20080617
-packetLen(0x0140, -1) // CZ_MOVETO_MAP
+packetLen(0x0140, -1)
#elif PACKETVER >= 20080610
-packetLen(0x0140, 11) // CZ_MOVETO_MAP
+packetLen(0x0140, 11)
#elif PACKETVER >= 20080603
-packetLen(0x0140, -1) // CZ_MOVETO_MAP
+packetLen(0x0140, -1)
#elif PACKETVER >= 20080528
-packetLen(0x0140, 6) // CZ_MOVETO_MAP
+packetLen(0x0140, 6)
#elif PACKETVER >= 20080520
-packetLen(0x0140, 8) // CZ_MOVETO_MAP
+packetLen(0x0140, 8)
#elif PACKETVER >= 20080513
-packetLen(0x0140, 6) // CZ_MOVETO_MAP
+packetLen(0x0140, 6)
#elif PACKETVER >= 20080507
-packetLen(0x0140, 4) // CZ_MOVETO_MAP
+packetLen(0x0140, 4)
#elif PACKETVER >= 20080429
-packetLen(0x0140, 3) // CZ_MOVETO_MAP
+packetLen(0x0140, 3)
#elif PACKETVER >= 20080422
-packetLen(0x0140, 22) // CZ_MOVETO_MAP
+packetLen(0x0140, 22)
#elif PACKETVER >= 20080415
-packetLen(0x0140, 7) // CZ_MOVETO_MAP
+packetLen(0x0140, 7)
#elif PACKETVER >= 20080408
-packetLen(0x0140, 53) // CZ_MOVETO_MAP
+packetLen(0x0140, 53)
#elif PACKETVER >= 20080401
-packetLen(0x0140, 10) // CZ_MOVETO_MAP
+packetLen(0x0140, 10)
#elif PACKETVER >= 20080325
-packetLen(0x0140, 27) // CZ_MOVETO_MAP
+packetLen(0x0140, 27)
#elif PACKETVER >= 20080318
-packetLen(0x0140, 33) // CZ_MOVETO_MAP
+packetLen(0x0140, 33)
#elif PACKETVER >= 20080311
-packetLen(0x0140, 3) // CZ_MOVETO_MAP
+packetLen(0x0140, 3)
#elif PACKETVER >= 20080304
-packetLen(0x0140, 6) // CZ_MOVETO_MAP
+packetLen(0x0140, 6)
#elif PACKETVER >= 20080226
-packetLen(0x0140, 11) // CZ_MOVETO_MAP
+packetLen(0x0140, 11)
#elif PACKETVER >= 20080219
-packetLen(0x0140, -1) // CZ_MOVETO_MAP
+packetLen(0x0140, -1)
#elif PACKETVER >= 20080124
-packetLen(0x0140, 2) // CZ_MOVETO_MAP
+packetLen(0x0140, 2)
#elif PACKETVER >= 20080102
-packetLen(0x0140, 22) // CZ_MOVETO_MAP
+packetLen(0x0140, 22)
#endif
// Packet: 0x0141
#if PACKETVER >= 20081217
-packetLen(0x0141, 8) // ZC_COUPLESTATUS
+packetLen(0x0141, 8)
#elif PACKETVER >= 20081119
-packetLen(0x0141, -1) // ZC_COUPLESTATUS
+packetLen(0x0141, -1)
#elif PACKETVER >= 20081112
-packetLen(0x0141, 26) // ZC_COUPLESTATUS
+packetLen(0x0141, 26)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0141, 57) // ZC_COUPLESTATUS
+packetLen(0x0141, 57)
#elif PACKETVER >= 20081029
-packetLen(0x0141, -1) // ZC_COUPLESTATUS
+packetLen(0x0141, -1)
#elif PACKETVER >= 20081022
-packetLen(0x0141, 3) // ZC_COUPLESTATUS
+packetLen(0x0141, 3)
#elif PACKETVER >= 20081015
-packetLen(0x0141, -1) // ZC_COUPLESTATUS
+packetLen(0x0141, -1)
#elif PACKETVER >= 20081008
-packetLen(0x0141, 8) // ZC_COUPLESTATUS
+packetLen(0x0141, 8)
#elif PACKETVER >= 20081001
-packetLen(0x0141, 6) // ZC_COUPLESTATUS
+packetLen(0x0141, 6)
#elif PACKETVER >= 20080924
-packetLen(0x0141, -1) // ZC_COUPLESTATUS
+packetLen(0x0141, -1)
#elif PACKETVER >= 20080917
-packetLen(0x0141, 2) // ZC_COUPLESTATUS
+packetLen(0x0141, 2)
#elif PACKETVER >= 20080910
-packetLen(0x0141, -1) // ZC_COUPLESTATUS
+packetLen(0x0141, -1)
#elif PACKETVER >= 20080903
-packetLen(0x0141, 10) // ZC_COUPLESTATUS
+packetLen(0x0141, 10)
#elif PACKETVER >= 20080827
-packetLen(0x0141, -1) // ZC_COUPLESTATUS
+packetLen(0x0141, -1)
#elif PACKETVER >= 20080820
-packetLen(0x0141, 2) // ZC_COUPLESTATUS
+packetLen(0x0141, 2)
#elif PACKETVER >= 20080813
-packetLen(0x0141, 26) // ZC_COUPLESTATUS
+packetLen(0x0141, 26)
#elif PACKETVER >= 20080806
-packetLen(0x0141, 2) // ZC_COUPLESTATUS
+packetLen(0x0141, 2)
#elif PACKETVER >= 20080730
-packetLen(0x0141, 30) // ZC_COUPLESTATUS
+packetLen(0x0141, 30)
#elif PACKETVER >= 20080722
-packetLen(0x0141, 10) // ZC_COUPLESTATUS
+packetLen(0x0141, 10)
#elif PACKETVER >= 20080715
-packetLen(0x0141, 26) // ZC_COUPLESTATUS
+packetLen(0x0141, 26)
#elif PACKETVER >= 20080708
-packetLen(0x0141, -1) // ZC_COUPLESTATUS
+packetLen(0x0141, -1)
#elif PACKETVER >= 20080624
-packetLen(0x0141, 4) // ZC_COUPLESTATUS
+packetLen(0x0141, 4)
#elif PACKETVER >= 20080617
-packetLen(0x0141, -1) // ZC_COUPLESTATUS
+packetLen(0x0141, -1)
#elif PACKETVER >= 20080610
-packetLen(0x0141, 6) // ZC_COUPLESTATUS
+packetLen(0x0141, 6)
#elif PACKETVER >= 20080603
-packetLen(0x0141, 5) // ZC_COUPLESTATUS
+packetLen(0x0141, 5)
#elif PACKETVER >= 20080528
-packetLen(0x0141, 18) // ZC_COUPLESTATUS
+packetLen(0x0141, 18)
#elif PACKETVER >= 20080520
-packetLen(0x0141, 4) // ZC_COUPLESTATUS
+packetLen(0x0141, 4)
#elif PACKETVER >= 20080513
-packetLen(0x0141, -1) // ZC_COUPLESTATUS
+packetLen(0x0141, -1)
#elif PACKETVER >= 20080507
-packetLen(0x0141, 6) // ZC_COUPLESTATUS
+packetLen(0x0141, 6)
#elif PACKETVER >= 20080429
-packetLen(0x0141, 60) // ZC_COUPLESTATUS
+packetLen(0x0141, 60)
#elif PACKETVER >= 20080422
-packetLen(0x0141, -1) // ZC_COUPLESTATUS
+packetLen(0x0141, -1)
#elif PACKETVER >= 20080415
-packetLen(0x0141, 7) // ZC_COUPLESTATUS
+packetLen(0x0141, 7)
#elif PACKETVER >= 20080408
-packetLen(0x0141, -1) // ZC_COUPLESTATUS
+packetLen(0x0141, -1)
#elif PACKETVER >= 20080401
-packetLen(0x0141, 3) // ZC_COUPLESTATUS
+packetLen(0x0141, 3)
#elif PACKETVER >= 20080325
-packetLen(0x0141, -1) // ZC_COUPLESTATUS
+packetLen(0x0141, -1)
#elif PACKETVER >= 20080318
-packetLen(0x0141, 11) // ZC_COUPLESTATUS
+packetLen(0x0141, 11)
#elif PACKETVER >= 20080311
-packetLen(0x0141, 9) // ZC_COUPLESTATUS
+packetLen(0x0141, 9)
#elif PACKETVER >= 20080304
-packetLen(0x0141, 30) // ZC_COUPLESTATUS
+packetLen(0x0141, 30)
#elif PACKETVER >= 20080226
-packetLen(0x0141, 22) // ZC_COUPLESTATUS
+packetLen(0x0141, 22)
#elif PACKETVER >= 20080219
-packetLen(0x0141, 6) // ZC_COUPLESTATUS
+packetLen(0x0141, 6)
#elif PACKETVER >= 20080124
-packetLen(0x0141, 35) // ZC_COUPLESTATUS
+packetLen(0x0141, 35)
#elif PACKETVER >= 20080102
-packetLen(0x0141, 14) // ZC_COUPLESTATUS
+packetLen(0x0141, 14)
#endif
// Packet: 0x0142
#if PACKETVER >= 20081203
-packetLen(0x0142, -1) // ZC_OPEN_EDITDLG
+packetLen(0x0142, -1)
#elif PACKETVER >= 20081126
-packetLen(0x0142, 2) // ZC_OPEN_EDITDLG
+packetLen(0x0142, 2)
#elif PACKETVER >= 20081119
-packetLen(0x0142, -1) // ZC_OPEN_EDITDLG
+packetLen(0x0142, -1)
#elif PACKETVER >= 20081112
-packetLen(0x0142, 11) // ZC_OPEN_EDITDLG
+packetLen(0x0142, 11)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0142, 3) // ZC_OPEN_EDITDLG
+packetLen(0x0142, 3)
#elif PACKETVER >= 20081029
-packetLen(0x0142, 8) // ZC_OPEN_EDITDLG
+packetLen(0x0142, 8)
#elif PACKETVER >= 20081022
-packetLen(0x0142, 10) // ZC_OPEN_EDITDLG
+packetLen(0x0142, 10)
#elif PACKETVER >= 20081015
-packetLen(0x0142, -1) // ZC_OPEN_EDITDLG
+packetLen(0x0142, -1)
#elif PACKETVER >= 20081008
-packetLen(0x0142, 43) // ZC_OPEN_EDITDLG
+packetLen(0x0142, 43)
#elif PACKETVER >= 20080827
-packetLen(0x0142, -1) // ZC_OPEN_EDITDLG
+packetLen(0x0142, -1)
#elif PACKETVER >= 20080820
-packetLen(0x0142, 10) // ZC_OPEN_EDITDLG
+packetLen(0x0142, 10)
#elif PACKETVER >= 20080730
-packetLen(0x0142, -1) // ZC_OPEN_EDITDLG
+packetLen(0x0142, -1)
#elif PACKETVER >= 20080722
-packetLen(0x0142, 8) // ZC_OPEN_EDITDLG
+packetLen(0x0142, 8)
#elif PACKETVER >= 20080715
-packetLen(0x0142, 7) // ZC_OPEN_EDITDLG
+packetLen(0x0142, 7)
#elif PACKETVER >= 20080708
-packetLen(0x0142, -1) // ZC_OPEN_EDITDLG
+packetLen(0x0142, -1)
#elif PACKETVER >= 20080701
-packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+packetLen(0x0142, 6)
#elif PACKETVER >= 20080617
-packetLen(0x0142, -1) // ZC_OPEN_EDITDLG
+packetLen(0x0142, -1)
#elif PACKETVER >= 20080610
-packetLen(0x0142, 32) // ZC_OPEN_EDITDLG
+packetLen(0x0142, 32)
#elif PACKETVER >= 20080603
-packetLen(0x0142, 2) // ZC_OPEN_EDITDLG
+packetLen(0x0142, 2)
#elif PACKETVER >= 20080528
-packetLen(0x0142, -1) // ZC_OPEN_EDITDLG
+packetLen(0x0142, -1)
#elif PACKETVER >= 20080520
-packetLen(0x0142, 7) // ZC_OPEN_EDITDLG
+packetLen(0x0142, 7)
#elif PACKETVER >= 20080513
-packetLen(0x0142, 15) // ZC_OPEN_EDITDLG
+packetLen(0x0142, 15)
#elif PACKETVER >= 20080422
-packetLen(0x0142, -1) // ZC_OPEN_EDITDLG
+packetLen(0x0142, -1)
#elif PACKETVER >= 20080408
-packetLen(0x0142, 11) // ZC_OPEN_EDITDLG
+packetLen(0x0142, 11)
#elif PACKETVER >= 20080401
-packetLen(0x0142, 9) // ZC_OPEN_EDITDLG
+packetLen(0x0142, 9)
#elif PACKETVER >= 20080325
-packetLen(0x0142, 67) // ZC_OPEN_EDITDLG
+packetLen(0x0142, 67)
#elif PACKETVER >= 20080318
-packetLen(0x0142, 26) // ZC_OPEN_EDITDLG
+packetLen(0x0142, 26)
#elif PACKETVER >= 20080311
-packetLen(0x0142, 30) // ZC_OPEN_EDITDLG
+packetLen(0x0142, 30)
#elif PACKETVER >= 20080304
-packetLen(0x0142, 4) // ZC_OPEN_EDITDLG
+packetLen(0x0142, 4)
#elif PACKETVER >= 20080226
-packetLen(0x0142, -1) // ZC_OPEN_EDITDLG
+packetLen(0x0142, -1)
#elif PACKETVER >= 20080219
-packetLen(0x0142, 2) // ZC_OPEN_EDITDLG
+packetLen(0x0142, 2)
#elif PACKETVER >= 20080124
-packetLen(0x0142, 3) // ZC_OPEN_EDITDLG
+packetLen(0x0142, 3)
#elif PACKETVER >= 20080102
-packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+packetLen(0x0142, 6)
#endif
// Packet: 0x0143
#if PACKETVER >= 20081112
-packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+packetLen(0x0143, 10)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081029
-packetLen(0x0143, -1) // CZ_INPUT_EDITDLG
+packetLen(0x0143, -1)
#elif PACKETVER >= 20081022
-packetLen(0x0143, 22) // CZ_INPUT_EDITDLG
+packetLen(0x0143, 22)
#elif PACKETVER >= 20081015
-packetLen(0x0143, -1) // CZ_INPUT_EDITDLG
+packetLen(0x0143, -1)
#elif PACKETVER >= 20081008
-packetLen(0x0143, 7) // CZ_INPUT_EDITDLG
+packetLen(0x0143, 7)
#elif PACKETVER >= 20080924
-packetLen(0x0143, 6) // CZ_INPUT_EDITDLG
+packetLen(0x0143, 6)
#elif PACKETVER >= 20080910
-packetLen(0x0143, -1) // CZ_INPUT_EDITDLG
+packetLen(0x0143, -1)
#elif PACKETVER >= 20080903
-packetLen(0x0143, 5) // CZ_INPUT_EDITDLG
+packetLen(0x0143, 5)
#elif PACKETVER >= 20080827
-packetLen(0x0143, 6) // CZ_INPUT_EDITDLG
+packetLen(0x0143, 6)
#elif PACKETVER >= 20080820
-packetLen(0x0143, -1) // CZ_INPUT_EDITDLG
+packetLen(0x0143, -1)
#elif PACKETVER >= 20080813
-packetLen(0x0143, 26) // CZ_INPUT_EDITDLG
+packetLen(0x0143, 26)
#elif PACKETVER >= 20080730
-packetLen(0x0143, -1) // CZ_INPUT_EDITDLG
+packetLen(0x0143, -1)
#elif PACKETVER >= 20080722
-packetLen(0x0143, 6) // CZ_INPUT_EDITDLG
+packetLen(0x0143, 6)
#elif PACKETVER >= 20080715
-packetLen(0x0143, 11) // CZ_INPUT_EDITDLG
+packetLen(0x0143, 11)
#elif PACKETVER >= 20080708
-packetLen(0x0143, 2) // CZ_INPUT_EDITDLG
+packetLen(0x0143, 2)
#elif PACKETVER >= 20080617
-packetLen(0x0143, -1) // CZ_INPUT_EDITDLG
+packetLen(0x0143, -1)
#elif PACKETVER >= 20080610
-packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+packetLen(0x0143, 10)
#elif PACKETVER >= 20080603
-packetLen(0x0143, 7) // CZ_INPUT_EDITDLG
+packetLen(0x0143, 7)
#elif PACKETVER >= 20080528
-packetLen(0x0143, 26) // CZ_INPUT_EDITDLG
+packetLen(0x0143, 26)
#elif PACKETVER >= 20080520
-packetLen(0x0143, -1) // CZ_INPUT_EDITDLG
+packetLen(0x0143, -1)
#elif PACKETVER >= 20080513
-packetLen(0x0143, 97) // CZ_INPUT_EDITDLG
+packetLen(0x0143, 97)
#elif PACKETVER >= 20080507
-packetLen(0x0143, 2) // CZ_INPUT_EDITDLG
+packetLen(0x0143, 2)
#elif PACKETVER >= 20080422
-packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+packetLen(0x0143, 10)
#elif PACKETVER >= 20080415
-packetLen(0x0143, 2) // CZ_INPUT_EDITDLG
+packetLen(0x0143, 2)
#elif PACKETVER >= 20080408
-packetLen(0x0143, 53) // CZ_INPUT_EDITDLG
+packetLen(0x0143, 53)
#elif PACKETVER >= 20080401
-packetLen(0x0143, 27) // CZ_INPUT_EDITDLG
+packetLen(0x0143, 27)
#elif PACKETVER >= 20080325
-packetLen(0x0143, 28) // CZ_INPUT_EDITDLG
+packetLen(0x0143, 28)
#elif PACKETVER >= 20080318
-packetLen(0x0143, -1) // CZ_INPUT_EDITDLG
+packetLen(0x0143, -1)
#elif PACKETVER >= 20080304
-packetLen(0x0143, 3) // CZ_INPUT_EDITDLG
+packetLen(0x0143, 3)
#elif PACKETVER >= 20080226
-packetLen(0x0143, 8) // CZ_INPUT_EDITDLG
+packetLen(0x0143, 8)
#elif PACKETVER >= 20080219
-packetLen(0x0143, -1) // CZ_INPUT_EDITDLG
+packetLen(0x0143, -1)
#elif PACKETVER >= 20080124
-packetLen(0x0143, 67) // CZ_INPUT_EDITDLG
+packetLen(0x0143, 67)
#elif PACKETVER >= 20080102
-packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+packetLen(0x0143, 10)
#endif
// Packet: 0x0144
#if PACKETVER >= 20081203
-packetLen(0x0144, 6) // ZC_COMPASS
+packetLen(0x0144, 6)
#elif PACKETVER >= 20081126
-packetLen(0x0144, -1) // ZC_COMPASS
+packetLen(0x0144, -1)
#elif PACKETVER >= 20081119
-packetLen(0x0144, 6) // ZC_COMPASS
+packetLen(0x0144, 6)
#elif PACKETVER >= 20081112
-packetLen(0x0144, 23) // ZC_COMPASS
+packetLen(0x0144, 23)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0144, 53) // ZC_COMPASS
+packetLen(0x0144, 53)
#elif PACKETVER >= 20081029
-packetLen(0x0144, 6) // ZC_COMPASS
+packetLen(0x0144, 6)
#elif PACKETVER >= 20081022
-packetLen(0x0144, 4) // ZC_COMPASS
+packetLen(0x0144, 4)
#elif PACKETVER >= 20081001
-packetLen(0x0144, -1) // ZC_COMPASS
+packetLen(0x0144, -1)
#elif PACKETVER >= 20080924
-packetLen(0x0144, 5) // ZC_COMPASS
+packetLen(0x0144, 5)
#elif PACKETVER >= 20080917
-packetLen(0x0144, 6) // ZC_COMPASS
+packetLen(0x0144, 6)
#elif PACKETVER >= 20080903
-packetLen(0x0144, 2) // ZC_COMPASS
+packetLen(0x0144, 2)
#elif PACKETVER >= 20080827
-packetLen(0x0144, -1) // ZC_COMPASS
+packetLen(0x0144, -1)
#elif PACKETVER >= 20080820
-packetLen(0x0144, 10) // ZC_COMPASS
+packetLen(0x0144, 10)
#elif PACKETVER >= 20080813
-packetLen(0x0144, 68) // ZC_COMPASS
+packetLen(0x0144, 68)
#elif PACKETVER >= 20080730
-packetLen(0x0144, -1) // ZC_COMPASS
+packetLen(0x0144, -1)
#elif PACKETVER >= 20080722
-packetLen(0x0144, 3) // ZC_COMPASS
+packetLen(0x0144, 3)
#elif PACKETVER >= 20080701
-packetLen(0x0144, -1) // ZC_COMPASS
+packetLen(0x0144, -1)
#elif PACKETVER >= 20080624
-packetLen(0x0144, 2) // ZC_COMPASS
+packetLen(0x0144, 2)
#elif PACKETVER >= 20080617
-packetLen(0x0144, -1) // ZC_COMPASS
+packetLen(0x0144, -1)
#elif PACKETVER >= 20080610
-packetLen(0x0144, 81) // ZC_COMPASS
+packetLen(0x0144, 81)
#elif PACKETVER >= 20080603
-packetLen(0x0144, 22) // ZC_COMPASS
+packetLen(0x0144, 22)
#elif PACKETVER >= 20080528
-packetLen(0x0144, 3) // ZC_COMPASS
+packetLen(0x0144, 3)
#elif PACKETVER >= 20080520
-packetLen(0x0144, -1) // ZC_COMPASS
+packetLen(0x0144, -1)
#elif PACKETVER >= 20080513
-packetLen(0x0144, 4) // ZC_COMPASS
+packetLen(0x0144, 4)
#elif PACKETVER >= 20080507
-packetLen(0x0144, 7) // ZC_COMPASS
+packetLen(0x0144, 7)
#elif PACKETVER >= 20080415
-packetLen(0x0144, -1) // ZC_COMPASS
+packetLen(0x0144, -1)
#elif PACKETVER >= 20080408
-packetLen(0x0144, 6) // ZC_COMPASS
+packetLen(0x0144, 6)
#elif PACKETVER >= 20080401
-packetLen(0x0144, 65) // ZC_COMPASS
+packetLen(0x0144, 65)
#elif PACKETVER >= 20080325
-packetLen(0x0144, 282) // ZC_COMPASS
+packetLen(0x0144, 282)
#elif PACKETVER >= 20080318
-packetLen(0x0144, 7) // ZC_COMPASS
+packetLen(0x0144, 7)
#elif PACKETVER >= 20080311
-packetLen(0x0144, 6) // ZC_COMPASS
+packetLen(0x0144, 6)
#elif PACKETVER >= 20080304
-packetLen(0x0144, 2) // ZC_COMPASS
+packetLen(0x0144, 2)
#elif PACKETVER >= 20080226
-packetLen(0x0144, 6) // ZC_COMPASS
+packetLen(0x0144, 6)
#elif PACKETVER >= 20080219
-packetLen(0x0144, 10) // ZC_COMPASS
+packetLen(0x0144, 10)
#elif PACKETVER >= 20080124
-packetLen(0x0144, 2) // ZC_COMPASS
+packetLen(0x0144, 2)
#elif PACKETVER >= 20080102
-packetLen(0x0144, 23) // ZC_COMPASS
+packetLen(0x0144, 23)
#endif
// Packet: 0x0145
-packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+packetLen(0x0145, 19)
// Packet: 0x0146
#if PACKETVER >= 20081203
-packetLen(0x0146, -1) // CZ_CLOSE_DIALOG
+packetLen(0x0146, -1)
#elif PACKETVER >= 20081126
-packetLen(0x0146, 60) // CZ_CLOSE_DIALOG
+packetLen(0x0146, 60)
#elif PACKETVER >= 20081119
-packetLen(0x0146, 14) // CZ_CLOSE_DIALOG
+packetLen(0x0146, 14)
#elif PACKETVER >= 20081112
-packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+packetLen(0x0146, 6)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081022
-packetLen(0x0146, -1) // CZ_CLOSE_DIALOG
+packetLen(0x0146, -1)
#elif PACKETVER >= 20081015
-packetLen(0x0146, 20) // CZ_CLOSE_DIALOG
+packetLen(0x0146, 20)
#elif PACKETVER >= 20081001
-packetLen(0x0146, -1) // CZ_CLOSE_DIALOG
+packetLen(0x0146, -1)
#elif PACKETVER >= 20080924
-packetLen(0x0146, 3) // CZ_CLOSE_DIALOG
+packetLen(0x0146, 3)
#elif PACKETVER >= 20080827
-packetLen(0x0146, -1) // CZ_CLOSE_DIALOG
+packetLen(0x0146, -1)
#elif PACKETVER >= 20080820
-packetLen(0x0146, 3) // CZ_CLOSE_DIALOG
+packetLen(0x0146, 3)
#elif PACKETVER >= 20080813
-packetLen(0x0146, -1) // CZ_CLOSE_DIALOG
+packetLen(0x0146, -1)
#elif PACKETVER >= 20080806
-packetLen(0x0146, 282) // CZ_CLOSE_DIALOG
+packetLen(0x0146, 282)
#elif PACKETVER >= 20080722
-packetLen(0x0146, -1) // CZ_CLOSE_DIALOG
+packetLen(0x0146, -1)
#elif PACKETVER >= 20080715
-packetLen(0x0146, 5) // CZ_CLOSE_DIALOG
+packetLen(0x0146, 5)
#elif PACKETVER >= 20080708
-packetLen(0x0146, 28) // CZ_CLOSE_DIALOG
+packetLen(0x0146, 28)
#elif PACKETVER >= 20080624
-packetLen(0x0146, -1) // CZ_CLOSE_DIALOG
+packetLen(0x0146, -1)
#elif PACKETVER >= 20080617
-packetLen(0x0146, 23) // CZ_CLOSE_DIALOG
+packetLen(0x0146, 23)
#elif PACKETVER >= 20080610
-packetLen(0x0146, 5) // CZ_CLOSE_DIALOG
+packetLen(0x0146, 5)
#elif PACKETVER >= 20080603
-packetLen(0x0146, -1) // CZ_CLOSE_DIALOG
+packetLen(0x0146, -1)
#elif PACKETVER >= 20080528
-packetLen(0x0146, 10) // CZ_CLOSE_DIALOG
+packetLen(0x0146, 10)
#elif PACKETVER >= 20080513
-packetLen(0x0146, -1) // CZ_CLOSE_DIALOG
+packetLen(0x0146, -1)
#elif PACKETVER >= 20080507
-packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+packetLen(0x0146, 6)
#elif PACKETVER >= 20080429
-packetLen(0x0146, 65) // CZ_CLOSE_DIALOG
+packetLen(0x0146, 65)
#elif PACKETVER >= 20080422
-packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+packetLen(0x0146, 6)
#elif PACKETVER >= 20080408
-packetLen(0x0146, -1) // CZ_CLOSE_DIALOG
+packetLen(0x0146, -1)
#elif PACKETVER >= 20080401
-packetLen(0x0146, 10) // CZ_CLOSE_DIALOG
+packetLen(0x0146, 10)
#elif PACKETVER >= 20080325
-packetLen(0x0146, 2) // CZ_CLOSE_DIALOG
+packetLen(0x0146, 2)
#elif PACKETVER >= 20080318
-packetLen(0x0146, 42) // CZ_CLOSE_DIALOG
+packetLen(0x0146, 42)
#elif PACKETVER >= 20080311
-packetLen(0x0146, 10) // CZ_CLOSE_DIALOG
+packetLen(0x0146, 10)
#elif PACKETVER >= 20080226
-packetLen(0x0146, 7) // CZ_CLOSE_DIALOG
+packetLen(0x0146, 7)
#elif PACKETVER >= 20080219
-packetLen(0x0146, 10) // CZ_CLOSE_DIALOG
+packetLen(0x0146, 10)
#elif PACKETVER >= 20080124
-packetLen(0x0146, 8) // CZ_CLOSE_DIALOG
+packetLen(0x0146, 8)
#elif PACKETVER >= 20080102
-packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+packetLen(0x0146, 6)
#endif
// Packet: 0x0147
#if PACKETVER >= 20081217
-packetLen(0x0147, 2) // ZC_AUTORUN_SKILL
+packetLen(0x0147, 2)
#elif PACKETVER >= 20081126
-packetLen(0x0147, -1) // ZC_AUTORUN_SKILL
+packetLen(0x0147, -1)
#elif PACKETVER >= 20081119
-packetLen(0x0147, 31) // ZC_AUTORUN_SKILL
+packetLen(0x0147, 31)
#elif PACKETVER >= 20081112
-packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+packetLen(0x0147, 39)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081008
-packetLen(0x0147, -1) // ZC_AUTORUN_SKILL
+packetLen(0x0147, -1)
#elif PACKETVER >= 20081001
-packetLen(0x0147, 11) // ZC_AUTORUN_SKILL
+packetLen(0x0147, 11)
#elif PACKETVER >= 20080924
-packetLen(0x0147, -1) // ZC_AUTORUN_SKILL
+packetLen(0x0147, -1)
#elif PACKETVER >= 20080917
-packetLen(0x0147, 14) // ZC_AUTORUN_SKILL
+packetLen(0x0147, 14)
#elif PACKETVER >= 20080910
-packetLen(0x0147, -1) // ZC_AUTORUN_SKILL
+packetLen(0x0147, -1)
#elif PACKETVER >= 20080903
-packetLen(0x0147, 26) // ZC_AUTORUN_SKILL
+packetLen(0x0147, 26)
#elif PACKETVER >= 20080827
-packetLen(0x0147, 12) // ZC_AUTORUN_SKILL
+packetLen(0x0147, 12)
#elif PACKETVER >= 20080813
-packetLen(0x0147, -1) // ZC_AUTORUN_SKILL
+packetLen(0x0147, -1)
#elif PACKETVER >= 20080806
-packetLen(0x0147, 8) // ZC_AUTORUN_SKILL
+packetLen(0x0147, 8)
#elif PACKETVER >= 20080730
-packetLen(0x0147, 10) // ZC_AUTORUN_SKILL
+packetLen(0x0147, 10)
#elif PACKETVER >= 20080722
-packetLen(0x0147, -1) // ZC_AUTORUN_SKILL
+packetLen(0x0147, -1)
#elif PACKETVER >= 20080715
-packetLen(0x0147, 5) // ZC_AUTORUN_SKILL
+packetLen(0x0147, 5)
#elif PACKETVER >= 20080708
-packetLen(0x0147, -1) // ZC_AUTORUN_SKILL
+packetLen(0x0147, -1)
#elif PACKETVER >= 20080701
-packetLen(0x0147, 282) // ZC_AUTORUN_SKILL
+packetLen(0x0147, 282)
#elif PACKETVER >= 20080624
-packetLen(0x0147, -1) // ZC_AUTORUN_SKILL
+packetLen(0x0147, -1)
#elif PACKETVER >= 20080617
-packetLen(0x0147, 18) // ZC_AUTORUN_SKILL
+packetLen(0x0147, 18)
#elif PACKETVER >= 20080610
-packetLen(0x0147, 8) // ZC_AUTORUN_SKILL
+packetLen(0x0147, 8)
#elif PACKETVER >= 20080528
-packetLen(0x0147, -1) // ZC_AUTORUN_SKILL
+packetLen(0x0147, -1)
#elif PACKETVER >= 20080520
-packetLen(0x0147, 114) // ZC_AUTORUN_SKILL
+packetLen(0x0147, 114)
#elif PACKETVER >= 20080513
-packetLen(0x0147, 282) // ZC_AUTORUN_SKILL
+packetLen(0x0147, 282)
#elif PACKETVER >= 20080507
-packetLen(0x0147, 4) // ZC_AUTORUN_SKILL
+packetLen(0x0147, 4)
#elif PACKETVER >= 20080429
-packetLen(0x0147, 20) // ZC_AUTORUN_SKILL
+packetLen(0x0147, 20)
#elif PACKETVER >= 20080422
-packetLen(0x0147, -1) // ZC_AUTORUN_SKILL
+packetLen(0x0147, -1)
#elif PACKETVER >= 20080415
-packetLen(0x0147, 8) // ZC_AUTORUN_SKILL
+packetLen(0x0147, 8)
#elif PACKETVER >= 20080401
-packetLen(0x0147, -1) // ZC_AUTORUN_SKILL
+packetLen(0x0147, -1)
#elif PACKETVER >= 20080325
-packetLen(0x0147, 90) // ZC_AUTORUN_SKILL
+packetLen(0x0147, 90)
#elif PACKETVER >= 20080311
-packetLen(0x0147, 6) // ZC_AUTORUN_SKILL
+packetLen(0x0147, 6)
#elif PACKETVER >= 20080304
-packetLen(0x0147, 16) // ZC_AUTORUN_SKILL
+packetLen(0x0147, 16)
#elif PACKETVER >= 20080226
-packetLen(0x0147, 11) // ZC_AUTORUN_SKILL
+packetLen(0x0147, 11)
#elif PACKETVER >= 20080219
-packetLen(0x0147, -1) // ZC_AUTORUN_SKILL
+packetLen(0x0147, -1)
#elif PACKETVER >= 20080124
-packetLen(0x0147, 2) // ZC_AUTORUN_SKILL
+packetLen(0x0147, 2)
#elif PACKETVER >= 20080102
-packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+packetLen(0x0147, 39)
#endif
// Packet: 0x0148
#if PACKETVER >= 20081126
-packetLen(0x0148, -1) // ZC_RESURRECTION
+packetLen(0x0148, -1)
#elif PACKETVER >= 20081119
-packetLen(0x0148, 2) // ZC_RESURRECTION
+packetLen(0x0148, 2)
#elif PACKETVER >= 20081112
-packetLen(0x0148, 8) // ZC_RESURRECTION
+packetLen(0x0148, 8)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081029
-packetLen(0x0148, -1) // ZC_RESURRECTION
+packetLen(0x0148, -1)
#elif PACKETVER >= 20081022
-packetLen(0x0148, 4) // ZC_RESURRECTION
+packetLen(0x0148, 4)
#elif PACKETVER >= 20081008
-packetLen(0x0148, -1) // ZC_RESURRECTION
+packetLen(0x0148, -1)
#elif PACKETVER >= 20081001
-packetLen(0x0148, 81) // ZC_RESURRECTION
+packetLen(0x0148, 81)
#elif PACKETVER >= 20080924
-packetLen(0x0148, 4) // ZC_RESURRECTION
+packetLen(0x0148, 4)
#elif PACKETVER >= 20080820
-packetLen(0x0148, -1) // ZC_RESURRECTION
+packetLen(0x0148, -1)
#elif PACKETVER >= 20080813
-packetLen(0x0148, 6) // ZC_RESURRECTION
+packetLen(0x0148, 6)
#elif PACKETVER >= 20080806
-packetLen(0x0148, 2) // ZC_RESURRECTION
+packetLen(0x0148, 2)
#elif PACKETVER >= 20080730
-packetLen(0x0148, 26) // ZC_RESURRECTION
+packetLen(0x0148, 26)
#elif PACKETVER >= 20080722
-packetLen(0x0148, 54) // ZC_RESURRECTION
+packetLen(0x0148, 54)
#elif PACKETVER >= 20080715
-packetLen(0x0148, 10) // ZC_RESURRECTION
+packetLen(0x0148, 10)
#elif PACKETVER >= 20080708
-packetLen(0x0148, 2) // ZC_RESURRECTION
+packetLen(0x0148, 2)
#elif PACKETVER >= 20080617
-packetLen(0x0148, -1) // ZC_RESURRECTION
+packetLen(0x0148, -1)
#elif PACKETVER >= 20080610
-packetLen(0x0148, 2) // ZC_RESURRECTION
+packetLen(0x0148, 2)
#elif PACKETVER >= 20080528
-packetLen(0x0148, -1) // ZC_RESURRECTION
+packetLen(0x0148, -1)
#elif PACKETVER >= 20080513
-packetLen(0x0148, 6) // ZC_RESURRECTION
+packetLen(0x0148, 6)
#elif PACKETVER >= 20080507
-packetLen(0x0148, -1) // ZC_RESURRECTION
+packetLen(0x0148, -1)
#elif PACKETVER >= 20080429
-packetLen(0x0148, 14) // ZC_RESURRECTION
+packetLen(0x0148, 14)
#elif PACKETVER >= 20080422
-packetLen(0x0148, 2) // ZC_RESURRECTION
+packetLen(0x0148, 2)
#elif PACKETVER >= 20080415
-packetLen(0x0148, 39) // ZC_RESURRECTION
+packetLen(0x0148, 39)
#elif PACKETVER >= 20080408
-packetLen(0x0148, 10) // ZC_RESURRECTION
+packetLen(0x0148, 10)
#elif PACKETVER >= 20080401
-packetLen(0x0148, 7) // ZC_RESURRECTION
+packetLen(0x0148, 7)
#elif PACKETVER >= 20080325
-packetLen(0x0148, 10) // ZC_RESURRECTION
+packetLen(0x0148, 10)
#elif PACKETVER >= 20080318
-packetLen(0x0148, 6) // ZC_RESURRECTION
+packetLen(0x0148, 6)
#elif PACKETVER >= 20080311
-packetLen(0x0148, 54) // ZC_RESURRECTION
+packetLen(0x0148, 54)
#elif PACKETVER >= 20080304
-packetLen(0x0148, 282) // ZC_RESURRECTION
+packetLen(0x0148, 282)
#elif PACKETVER >= 20080226
-packetLen(0x0148, 6) // ZC_RESURRECTION
+packetLen(0x0148, 6)
#elif PACKETVER >= 20080219
-packetLen(0x0148, 4) // ZC_RESURRECTION
+packetLen(0x0148, 4)
#elif PACKETVER >= 20080124
-packetLen(0x0148, 3) // ZC_RESURRECTION
+packetLen(0x0148, 3)
#elif PACKETVER >= 20080102
-packetLen(0x0148, 8) // ZC_RESURRECTION
+packetLen(0x0148, 8)
#endif
// Packet: 0x0149
#if PACKETVER >= 20081126
-packetLen(0x0149, -1) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, -1)
#elif PACKETVER >= 20081119
-packetLen(0x0149, 18) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, 18)
#elif PACKETVER >= 20081112
-packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, 9)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0149, -1) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, -1)
#elif PACKETVER >= 20081029
-packetLen(0x0149, 3) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, 3)
#elif PACKETVER >= 20081022
-packetLen(0x0149, -1) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, -1)
#elif PACKETVER >= 20081015
-packetLen(0x0149, 6) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, 6)
#elif PACKETVER >= 20081008
-packetLen(0x0149, 58) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, 58)
#elif PACKETVER >= 20081001
-packetLen(0x0149, 35) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, 35)
#elif PACKETVER >= 20080917
-packetLen(0x0149, -1) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, -1)
#elif PACKETVER >= 20080910
-packetLen(0x0149, 20) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, 20)
#elif PACKETVER >= 20080903
-packetLen(0x0149, 7) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, 7)
#elif PACKETVER >= 20080708
-packetLen(0x0149, -1) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, -1)
#elif PACKETVER >= 20080701
-packetLen(0x0149, 14) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, 14)
#elif PACKETVER >= 20080624
-packetLen(0x0149, -1) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, -1)
#elif PACKETVER >= 20080610
-packetLen(0x0149, 8) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, 8)
#elif PACKETVER >= 20080603
-packetLen(0x0149, 7) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, 7)
#elif PACKETVER >= 20080528
-packetLen(0x0149, 6) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, 6)
#elif PACKETVER >= 20080520
-packetLen(0x0149, 27) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, 27)
#elif PACKETVER >= 20080513
-packetLen(0x0149, 71) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, 71)
#elif PACKETVER >= 20080429
-packetLen(0x0149, 6) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, 6)
#elif PACKETVER >= 20080422
-packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, 9)
#elif PACKETVER >= 20080415
-packetLen(0x0149, 5) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, 5)
#elif PACKETVER >= 20080408
-packetLen(0x0149, 17) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, 17)
#elif PACKETVER >= 20080401
-packetLen(0x0149, 6) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, 6)
#elif PACKETVER >= 20080325
-packetLen(0x0149, 2) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, 2)
#elif PACKETVER >= 20080318
-packetLen(0x0149, -1) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, -1)
#elif PACKETVER >= 20080311
-packetLen(0x0149, 6) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, 6)
#elif PACKETVER >= 20080304
-packetLen(0x0149, 5) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, 5)
#elif PACKETVER >= 20080226
-packetLen(0x0149, -1) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, -1)
#elif PACKETVER >= 20080219
-packetLen(0x0149, 53) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, 53)
#elif PACKETVER >= 20080124
-packetLen(0x0149, 4) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, 4)
#elif PACKETVER >= 20080102
-packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, 9)
#endif
// Packet: 0x014a
-packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+packetLen(0x014a, 6)
// Packet: 0x014b
-packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+packetLen(0x014b, 27)
// Packet: 0x014c
#if PACKETVER >= 20081217
-packetLen(0x014c, 6) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, 6)
#elif PACKETVER >= 20081112
-packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, -1)
#elif PACKETVER >= 20081105
-packetLen(0x014c, 3) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, 3)
#elif PACKETVER >= 20081029
-packetLen(0x014c, 26) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, 26)
#elif PACKETVER >= 20081022
-packetLen(0x014c, 2) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, 2)
#elif PACKETVER >= 20080924
-packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, -1)
#elif PACKETVER >= 20080917
-packetLen(0x014c, 14) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, 14)
#elif PACKETVER >= 20080910
-packetLen(0x014c, 6) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, 6)
#elif PACKETVER >= 20080903
-packetLen(0x014c, 8) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, 8)
#elif PACKETVER >= 20080813
-packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, -1)
#elif PACKETVER >= 20080806
-packetLen(0x014c, 6) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, 6)
#elif PACKETVER >= 20080730
-packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, -1)
#elif PACKETVER >= 20080722
-packetLen(0x014c, 35) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, 35)
#elif PACKETVER >= 20080715
-packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, -1)
#elif PACKETVER >= 20080708
-packetLen(0x014c, 6) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, 6)
#elif PACKETVER >= 20080701
-packetLen(0x014c, 26) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, 26)
#elif PACKETVER >= 20080624
-packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, -1)
#elif PACKETVER >= 20080617
-packetLen(0x014c, 17) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, 17)
#elif PACKETVER >= 20080610
-packetLen(0x014c, 4) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, 4)
#elif PACKETVER >= 20080603
-packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, -1)
#elif PACKETVER >= 20080528
-packetLen(0x014c, 16) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, 16)
#elif PACKETVER >= 20080507
-packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, -1)
#elif PACKETVER >= 20080429
-packetLen(0x014c, 12) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, 12)
#elif PACKETVER >= 20080415
-packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, -1)
#elif PACKETVER >= 20080408
-packetLen(0x014c, 4) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, 4)
#elif PACKETVER >= 20080401
-packetLen(0x014c, 55) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, 55)
#elif PACKETVER >= 20080325
-packetLen(0x014c, 10) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, 10)
#elif PACKETVER >= 20080318
-packetLen(0x014c, 9) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, 9)
#elif PACKETVER >= 20080311
-packetLen(0x014c, 17) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, 17)
#elif PACKETVER >= 20080226
-packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, -1)
#elif PACKETVER >= 20080219
-packetLen(0x014c, 4) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, 4)
#elif PACKETVER >= 20080102
-packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, -1)
#endif
// Packet: 0x014d
#if PACKETVER >= 20081217
-packetLen(0x014d, 6) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 6)
#elif PACKETVER >= 20081203
-packetLen(0x014d, 27) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 27)
#elif PACKETVER >= 20081112
-packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 2)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081029
-packetLen(0x014d, 6) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 6)
#elif PACKETVER >= 20081022
-packetLen(0x014d, 65) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 65)
#elif PACKETVER >= 20081015
-packetLen(0x014d, 5) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 5)
#elif PACKETVER >= 20081008
-packetLen(0x014d, 10) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 10)
#elif PACKETVER >= 20081001
-packetLen(0x014d, -1) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, -1)
#elif PACKETVER >= 20080924
-packetLen(0x014d, 282) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 282)
#elif PACKETVER >= 20080917
-packetLen(0x014d, -1) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, -1)
#elif PACKETVER >= 20080910
-packetLen(0x014d, 26) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 26)
#elif PACKETVER >= 20080903
-packetLen(0x014d, 3) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 3)
#elif PACKETVER >= 20080827
-packetLen(0x014d, -1) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, -1)
#elif PACKETVER >= 20080820
-packetLen(0x014d, 27) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 27)
#elif PACKETVER >= 20080813
-packetLen(0x014d, 10) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 10)
#elif PACKETVER >= 20080806
-packetLen(0x014d, 9) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 9)
#elif PACKETVER >= 20080722
-packetLen(0x014d, -1) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, -1)
#elif PACKETVER >= 20080715
-packetLen(0x014d, 8) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 8)
#elif PACKETVER >= 20080701
-packetLen(0x014d, -1) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, -1)
#elif PACKETVER >= 20080624
-packetLen(0x014d, 9) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 9)
#elif PACKETVER >= 20080603
-packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 2)
#elif PACKETVER >= 20080528
-packetLen(0x014d, 30) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 30)
#elif PACKETVER >= 20080520
-packetLen(0x014d, 282) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 282)
#elif PACKETVER >= 20080513
-packetLen(0x014d, -1) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, -1)
#elif PACKETVER >= 20080507
-packetLen(0x014d, 3) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 3)
#elif PACKETVER >= 20080429
-packetLen(0x014d, 4) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 4)
#elif PACKETVER >= 20080422
-packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 2)
#elif PACKETVER >= 20080415
-packetLen(0x014d, 6) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 6)
#elif PACKETVER >= 20080401
-packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 2)
#elif PACKETVER >= 20080318
-packetLen(0x014d, 10) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 10)
#elif PACKETVER >= 20080311
-packetLen(0x014d, 9) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 9)
#elif PACKETVER >= 20080304
-packetLen(0x014d, 11) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 11)
#elif PACKETVER >= 20080226
-packetLen(0x014d, 8) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 8)
#elif PACKETVER >= 20080219
-packetLen(0x014d, 10) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 10)
#elif PACKETVER >= 20080124
-packetLen(0x014d, 8) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 8)
#elif PACKETVER >= 20080102
-packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 2)
#endif
// Packet: 0x014e
-packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+packetLen(0x014e, 6)
// Packet: 0x014f
#if PACKETVER >= 20081217
-packetLen(0x014f, -1) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, -1)
#elif PACKETVER >= 20081203
-packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, 6)
#elif PACKETVER >= 20081112
-packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, 6)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081008
-packetLen(0x014f, -1) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, -1)
#elif PACKETVER >= 20081001
-packetLen(0x014f, 16) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, 16)
#elif PACKETVER >= 20080917
-packetLen(0x014f, -1) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, -1)
#elif PACKETVER >= 20080910
-packetLen(0x014f, 4) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, 4)
#elif PACKETVER >= 20080903
-packetLen(0x014f, -1) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, -1)
#elif PACKETVER >= 20080827
-packetLen(0x014f, 9) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, 9)
#elif PACKETVER >= 20080722
-packetLen(0x014f, -1) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, -1)
#elif PACKETVER >= 20080715
-packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, 6)
#elif PACKETVER >= 20080617
-packetLen(0x014f, -1) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, -1)
#elif PACKETVER >= 20080603
-packetLen(0x014f, 3) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, 3)
#elif PACKETVER >= 20080528
-packetLen(0x014f, 13) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, 13)
#elif PACKETVER >= 20080507
-packetLen(0x014f, -1) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, -1)
#elif PACKETVER >= 20080429
-packetLen(0x014f, 23) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, 23)
#elif PACKETVER >= 20080422
-packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, 6)
#elif PACKETVER >= 20080408
-packetLen(0x014f, -1) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, -1)
#elif PACKETVER >= 20080401
-packetLen(0x014f, 58) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, 58)
#elif PACKETVER >= 20080325
-packetLen(0x014f, 4) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, 4)
#elif PACKETVER >= 20080318
-packetLen(0x014f, 3) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, 3)
#elif PACKETVER >= 20080304
-packetLen(0x014f, -1) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, -1)
#elif PACKETVER >= 20080226
-packetLen(0x014f, 97) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, 97)
#elif PACKETVER >= 20080219
-packetLen(0x014f, -1) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, -1)
#elif PACKETVER >= 20080124
-packetLen(0x014f, 30) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, 30)
#elif PACKETVER >= 20080102
-packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, 6)
#endif
// Packet: 0x0150
-packetLen(0x0150, 110) // ZC_GUILD_INFO
+packetLen(0x0150, 110)
// Packet: 0x0151
-packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+packetLen(0x0151, 6)
// Packet: 0x0152
-packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+packetLen(0x0152, -1)
// Packet: 0x0153
-packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+packetLen(0x0153, -1)
// Packet: 0x0154
#if PACKETVER >= 20081217
-packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, -1)
#elif PACKETVER >= 20081203
-packetLen(0x0154, 4) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, 4)
#elif PACKETVER >= 20081119
-packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, -1)
#elif PACKETVER >= 20081112
-packetLen(0x0154, 282) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, 282)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0154, 4) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, 4)
#elif PACKETVER >= 20081001
-packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, -1)
#elif PACKETVER >= 20080924
-packetLen(0x0154, 7) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, 7)
#elif PACKETVER >= 20080903
-packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, -1)
#elif PACKETVER >= 20080827
-packetLen(0x0154, 27) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, 27)
#elif PACKETVER >= 20080820
-packetLen(0x0154, 5) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, 5)
#elif PACKETVER >= 20080813
-packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, -1)
#elif PACKETVER >= 20080806
-packetLen(0x0154, 186) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, 186)
#elif PACKETVER >= 20080722
-packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, -1)
#elif PACKETVER >= 20080715
-packetLen(0x0154, 30) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, 30)
#elif PACKETVER >= 20080708
-packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, -1)
#elif PACKETVER >= 20080701
-packetLen(0x0154, 11) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, 11)
#elif PACKETVER >= 20080617
-packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, -1)
#elif PACKETVER >= 20080610
-packetLen(0x0154, 13) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, 13)
#elif PACKETVER >= 20080603
-packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, -1)
#elif PACKETVER >= 20080528
-packetLen(0x0154, 5) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, 5)
#elif PACKETVER >= 20080513
-packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, -1)
#elif PACKETVER >= 20080507
-packetLen(0x0154, 16) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, 16)
#elif PACKETVER >= 20080422
-packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, -1)
#elif PACKETVER >= 20080415
-packetLen(0x0154, 6) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, 6)
#elif PACKETVER >= 20080408
-packetLen(0x0154, 10) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, 10)
#elif PACKETVER >= 20080401
-packetLen(0x0154, 39) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, 39)
#elif PACKETVER >= 20080325
-packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, -1)
#elif PACKETVER >= 20080318
-packetLen(0x0154, 30) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, 30)
#elif PACKETVER >= 20080311
-packetLen(0x0154, 7) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, 7)
#elif PACKETVER >= 20080304
-packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, -1)
#elif PACKETVER >= 20080226
-packetLen(0x0154, 6) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, 6)
#elif PACKETVER >= 20080219
-packetLen(0x0154, 8) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, 8)
#elif PACKETVER >= 20080102
-packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, -1)
#endif
// Packet: 0x0155
#if PACKETVER >= 20081217
-packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, -1)
#elif PACKETVER >= 20081203
-packetLen(0x0155, 8) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, 8)
#elif PACKETVER >= 20081126
-packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, -1)
#elif PACKETVER >= 20081119
-packetLen(0x0155, 7) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, 7)
#elif PACKETVER >= 20081112
-packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, -1)
#elif PACKETVER >= 20081105
-packetLen(0x0155, 30) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, 30)
#elif PACKETVER >= 20081029
-packetLen(0x0155, 4) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, 4)
#elif PACKETVER >= 20081015
-packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, -1)
#elif PACKETVER >= 20081008
-packetLen(0x0155, 81) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, 81)
#elif PACKETVER >= 20081001
-packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, -1)
#elif PACKETVER >= 20080924
-packetLen(0x0155, 2) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, 2)
#elif PACKETVER >= 20080917
-packetLen(0x0155, 3) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, 3)
#elif PACKETVER >= 20080910
-packetLen(0x0155, 12) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, 12)
#elif PACKETVER >= 20080813
-packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, -1)
#elif PACKETVER >= 20080806
-packetLen(0x0155, 3) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, 3)
#elif PACKETVER >= 20080730
-packetLen(0x0155, 11) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, 11)
#elif PACKETVER >= 20080715
-packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, -1)
#elif PACKETVER >= 20080708
-packetLen(0x0155, 8) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, 8)
#elif PACKETVER >= 20080624
-packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, -1)
#elif PACKETVER >= 20080617
-packetLen(0x0155, 12) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, 12)
#elif PACKETVER >= 20080610
-packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, -1)
#elif PACKETVER >= 20080603
-packetLen(0x0155, 12) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, 12)
#elif PACKETVER >= 20080520
-packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, -1)
#elif PACKETVER >= 20080513
-packetLen(0x0155, 27) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, 27)
#elif PACKETVER >= 20080507
-packetLen(0x0155, 10) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, 10)
#elif PACKETVER >= 20080422
-packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, -1)
#elif PACKETVER >= 20080408
-packetLen(0x0155, 6) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, 6)
#elif PACKETVER >= 20080325
-packetLen(0x0155, 22) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, 22)
#elif PACKETVER >= 20080311
-packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, -1)
#elif PACKETVER >= 20080304
-packetLen(0x0155, 8) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, 8)
#elif PACKETVER >= 20080226
-packetLen(0x0155, 66) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, 66)
#elif PACKETVER >= 20080219
-packetLen(0x0155, 15) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, 15)
#elif PACKETVER >= 20080102
-packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, -1)
#endif
// Packet: 0x0156
-packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+packetLen(0x0156, -1)
// Packet: 0x0157
-packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+packetLen(0x0157, 6)
// Packet: 0x0158
-packetLen(0x0158, -1) // ZC_ACK_OPEN_MEMBER_INFO
+packetLen(0x0158, -1)
// Packet: 0x0159
#if PACKETVER >= 20081217
-packetLen(0x0159, -1) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, -1)
#elif PACKETVER >= 20081203
-packetLen(0x0159, 3) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, 3)
#elif PACKETVER >= 20081112
-packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, 54)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081029
-packetLen(0x0159, -1) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, -1)
#elif PACKETVER >= 20081022
-packetLen(0x0159, 3) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, 3)
#elif PACKETVER >= 20081008
-packetLen(0x0159, -1) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, -1)
#elif PACKETVER >= 20081001
-packetLen(0x0159, 8) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, 8)
#elif PACKETVER >= 20080924
-packetLen(0x0159, -1) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, -1)
#elif PACKETVER >= 20080917
-packetLen(0x0159, 44) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, 44)
#elif PACKETVER >= 20080910
-packetLen(0x0159, 39) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, 39)
#elif PACKETVER >= 20080903
-packetLen(0x0159, -1) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, -1)
#elif PACKETVER >= 20080827
-packetLen(0x0159, 79) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, 79)
#elif PACKETVER >= 20080820
-packetLen(0x0159, 26) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, 26)
#elif PACKETVER >= 20080813
-packetLen(0x0159, 4) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, 4)
#elif PACKETVER >= 20080806
-packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, 54)
#elif PACKETVER >= 20080722
-packetLen(0x0159, -1) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, -1)
#elif PACKETVER >= 20080715
-packetLen(0x0159, 65) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, 65)
#elif PACKETVER >= 20080708
-packetLen(0x0159, -1) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, -1)
#elif PACKETVER >= 20080701
-packetLen(0x0159, 7) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, 7)
#elif PACKETVER >= 20080624
-packetLen(0x0159, 26) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, 26)
#elif PACKETVER >= 20080617
-packetLen(0x0159, -1) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, -1)
#elif PACKETVER >= 20080610
-packetLen(0x0159, 3) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, 3)
#elif PACKETVER >= 20080528
-packetLen(0x0159, -1) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, -1)
#elif PACKETVER >= 20080520
-packetLen(0x0159, 27) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, 27)
#elif PACKETVER >= 20080513
-packetLen(0x0159, -1) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, -1)
#elif PACKETVER >= 20080507
-packetLen(0x0159, 15) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, 15)
#elif PACKETVER >= 20080429
-packetLen(0x0159, 30) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, 30)
#elif PACKETVER >= 20080422
-packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, 54)
#elif PACKETVER >= 20080415
-packetLen(0x0159, -1) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, -1)
#elif PACKETVER >= 20080408
-packetLen(0x0159, 29) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, 29)
#elif PACKETVER >= 20080325
-packetLen(0x0159, -1) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, -1)
#elif PACKETVER >= 20080318
-packetLen(0x0159, 10) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, 10)
#elif PACKETVER >= 20080311
-packetLen(0x0159, 39) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, 39)
#elif PACKETVER >= 20080304
-packetLen(0x0159, 6) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, 6)
#elif PACKETVER >= 20080226
-packetLen(0x0159, 186) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, 186)
#elif PACKETVER >= 20080219
-packetLen(0x0159, -1) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, -1)
#elif PACKETVER >= 20080124
-packetLen(0x0159, 33) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, 33)
#elif PACKETVER >= 20080102
-packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, 54)
#endif
// Packet: 0x015a
#if PACKETVER >= 20081217
-packetLen(0x015a, 3) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 3)
#elif PACKETVER >= 20081203
-packetLen(0x015a, 60) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 60)
#elif PACKETVER >= 20081112
-packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 66)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081105
-packetLen(0x015a, -1) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, -1)
#elif PACKETVER >= 20081029
-packetLen(0x015a, 30) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 30)
#elif PACKETVER >= 20081022
-packetLen(0x015a, 8) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 8)
#elif PACKETVER >= 20081015
-packetLen(0x015a, 26) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 26)
#elif PACKETVER >= 20080827
-packetLen(0x015a, -1) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, -1)
#elif PACKETVER >= 20080820
-packetLen(0x015a, 28) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 28)
#elif PACKETVER >= 20080806
-packetLen(0x015a, -1) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, -1)
#elif PACKETVER >= 20080730
-packetLen(0x015a, 6) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 6)
#elif PACKETVER >= 20080722
-packetLen(0x015a, -1) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, -1)
#elif PACKETVER >= 20080715
-packetLen(0x015a, 6) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 6)
#elif PACKETVER >= 20080617
-packetLen(0x015a, -1) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, -1)
#elif PACKETVER >= 20080610
-packetLen(0x015a, 24) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 24)
#elif PACKETVER >= 20080603
-packetLen(0x015a, 2) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 2)
#elif PACKETVER >= 20080528
-packetLen(0x015a, 31) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 31)
#elif PACKETVER >= 20080520
-packetLen(0x015a, -1) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, -1)
#elif PACKETVER >= 20080513
-packetLen(0x015a, 15) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 15)
#elif PACKETVER >= 20080429
-packetLen(0x015a, -1) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, -1)
#elif PACKETVER >= 20080422
-packetLen(0x015a, 4) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 4)
#elif PACKETVER >= 20080415
-packetLen(0x015a, -1) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, -1)
#elif PACKETVER >= 20080408
-packetLen(0x015a, 14) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 14)
#elif PACKETVER >= 20080401
-packetLen(0x015a, 23) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 23)
#elif PACKETVER >= 20080325
-packetLen(0x015a, 33) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 33)
#elif PACKETVER >= 20080318
-packetLen(0x015a, 26) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 26)
#elif PACKETVER >= 20080311
-packetLen(0x015a, 27) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 27)
#elif PACKETVER >= 20080304
-packetLen(0x015a, 3) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 3)
#elif PACKETVER >= 20080226
-packetLen(0x015a, 6) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 6)
#elif PACKETVER >= 20080219
-packetLen(0x015a, 8) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 8)
#elif PACKETVER >= 20080124
-packetLen(0x015a, 26) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 26)
#elif PACKETVER >= 20080102
-packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 66)
#endif
// Packet: 0x015b
#if PACKETVER >= 20081217
-packetLen(0x015b, 11) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 11)
#elif PACKETVER >= 20081203
-packetLen(0x015b, 60) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 60)
#elif PACKETVER >= 20081126
-packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 54)
#elif PACKETVER >= 20081119
-packetLen(0x015b, 10) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 10)
#elif PACKETVER >= 20081112
-packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 54)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081105
-packetLen(0x015b, -1) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, -1)
#elif PACKETVER >= 20081029
-packetLen(0x015b, 27) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 27)
#elif PACKETVER >= 20081008
-packetLen(0x015b, -1) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, -1)
#elif PACKETVER >= 20081001
-packetLen(0x015b, 11) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 11)
#elif PACKETVER >= 20080924
-packetLen(0x015b, -1) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, -1)
#elif PACKETVER >= 20080917
-packetLen(0x015b, 7) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 7)
#elif PACKETVER >= 20080903
-packetLen(0x015b, -1) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, -1)
#elif PACKETVER >= 20080827
-packetLen(0x015b, 43) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 43)
#elif PACKETVER >= 20080813
-packetLen(0x015b, -1) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, -1)
#elif PACKETVER >= 20080730
-packetLen(0x015b, 15) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 15)
#elif PACKETVER >= 20080715
-packetLen(0x015b, -1) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, -1)
#elif PACKETVER >= 20080708
-packetLen(0x015b, 8) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 8)
#elif PACKETVER >= 20080701
-packetLen(0x015b, 6) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 6)
#elif PACKETVER >= 20080624
-packetLen(0x015b, -1) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, -1)
#elif PACKETVER >= 20080617
-packetLen(0x015b, 20) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 20)
#elif PACKETVER >= 20080610
-packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 54)
#elif PACKETVER >= 20080603
-packetLen(0x015b, 32) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 32)
#elif PACKETVER >= 20080528
-packetLen(0x015b, -1) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, -1)
#elif PACKETVER >= 20080520
-packetLen(0x015b, 59) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 59)
#elif PACKETVER >= 20080513
-packetLen(0x015b, 79) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 79)
#elif PACKETVER >= 20080507
-packetLen(0x015b, 4) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 4)
#elif PACKETVER >= 20080429
-packetLen(0x015b, -1) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, -1)
#elif PACKETVER >= 20080422
-packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 54)
#elif PACKETVER >= 20080415
-packetLen(0x015b, 97) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 97)
#elif PACKETVER >= 20080408
-packetLen(0x015b, 26) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 26)
#elif PACKETVER >= 20080401
-packetLen(0x015b, 30) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 30)
#elif PACKETVER >= 20080325
-packetLen(0x015b, 2) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 2)
#elif PACKETVER >= 20080318
-packetLen(0x015b, 24) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 24)
#elif PACKETVER >= 20080311
-packetLen(0x015b, 4) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 4)
#elif PACKETVER >= 20080304
-packetLen(0x015b, 33) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 33)
#elif PACKETVER >= 20080226
-packetLen(0x015b, 22) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 22)
#elif PACKETVER >= 20080219
-packetLen(0x015b, 6) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 6)
#elif PACKETVER >= 20080124
-packetLen(0x015b, -1) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, -1)
#elif PACKETVER >= 20080102
-packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 54)
#endif
// Packet: 0x015c
#if PACKETVER >= 20081217
-packetLen(0x015c, -1) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, -1)
#elif PACKETVER >= 20081203
-packetLen(0x015c, 8) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, 8)
#elif PACKETVER >= 20081126
-packetLen(0x015c, -1) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, -1)
#elif PACKETVER >= 20081119
-packetLen(0x015c, 10) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, 10)
#elif PACKETVER >= 20081112
-packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, 90)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x015c, 6) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, 6)
#elif PACKETVER >= 20081029
-packetLen(0x015c, 27) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, 27)
#elif PACKETVER >= 20081015
-packetLen(0x015c, -1) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, -1)
#elif PACKETVER >= 20081008
-packetLen(0x015c, 2) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, 2)
#elif PACKETVER >= 20080917
-packetLen(0x015c, -1) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, -1)
#elif PACKETVER >= 20080910
-packetLen(0x015c, 23) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, 23)
#elif PACKETVER >= 20080903
-packetLen(0x015c, -1) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, -1)
#elif PACKETVER >= 20080827
-packetLen(0x015c, 4) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, 4)
#elif PACKETVER >= 20080813
-packetLen(0x015c, -1) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, -1)
#elif PACKETVER >= 20080806
-packetLen(0x015c, 14) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, 14)
#elif PACKETVER >= 20080730
-packetLen(0x015c, -1) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, -1)
#elif PACKETVER >= 20080722
-packetLen(0x015c, 27) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, 27)
#elif PACKETVER >= 20080715
-packetLen(0x015c, 7) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, 7)
#elif PACKETVER >= 20080708
-packetLen(0x015c, 15) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, 15)
#elif PACKETVER >= 20080624
-packetLen(0x015c, -1) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, -1)
#elif PACKETVER >= 20080603
-packetLen(0x015c, 6) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, 6)
#elif PACKETVER >= 20080528
-packetLen(0x015c, -1) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, -1)
#elif PACKETVER >= 20080520
-packetLen(0x015c, 7) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, 7)
#elif PACKETVER >= 20080507
-packetLen(0x015c, 6) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, 6)
#elif PACKETVER >= 20080429
-packetLen(0x015c, 2) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, 2)
#elif PACKETVER >= 20080415
-packetLen(0x015c, 8) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, 8)
#elif PACKETVER >= 20080401
-packetLen(0x015c, -1) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, -1)
#elif PACKETVER >= 20080325
-packetLen(0x015c, 18) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, 18)
#elif PACKETVER >= 20080318
-packetLen(0x015c, 57) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, 57)
#elif PACKETVER >= 20080311
-packetLen(0x015c, 30) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, 30)
#elif PACKETVER >= 20080304
-packetLen(0x015c, 15) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, 15)
#elif PACKETVER >= 20080226
-packetLen(0x015c, 3) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, 3)
#elif PACKETVER >= 20080219
-packetLen(0x015c, 5) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, 5)
#elif PACKETVER >= 20080124
-packetLen(0x015c, 14) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, 14)
#elif PACKETVER >= 20080102
-packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, 90)
#endif
// Packet: 0x015d
-packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+packetLen(0x015d, 42)
// Packet: 0x015e
#if PACKETVER >= 20081112
-packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, 6)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081022
-packetLen(0x015e, -1) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, -1)
#elif PACKETVER >= 20081015
-packetLen(0x015e, 8) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, 8)
#elif PACKETVER >= 20081008
-packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, 6)
#elif PACKETVER >= 20081001
-packetLen(0x015e, 14) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, 14)
#elif PACKETVER >= 20080924
-packetLen(0x015e, 32) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, 32)
#elif PACKETVER >= 20080910
-packetLen(0x015e, -1) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, -1)
#elif PACKETVER >= 20080903
-packetLen(0x015e, 24) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, 24)
#elif PACKETVER >= 20080827
-packetLen(0x015e, -1) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, -1)
#elif PACKETVER >= 20080820
-packetLen(0x015e, 30) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, 30)
#elif PACKETVER >= 20080722
-packetLen(0x015e, -1) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, -1)
#elif PACKETVER >= 20080715
-packetLen(0x015e, 10) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, 10)
#elif PACKETVER >= 20080701
-packetLen(0x015e, -1) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, -1)
#elif PACKETVER >= 20080624
-packetLen(0x015e, 30) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, 30)
#elif PACKETVER >= 20080610
-packetLen(0x015e, -1) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, -1)
#elif PACKETVER >= 20080603
-packetLen(0x015e, 4) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, 4)
#elif PACKETVER >= 20080520
-packetLen(0x015e, 3) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, 3)
#elif PACKETVER >= 20080513
-packetLen(0x015e, 2) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, 2)
#elif PACKETVER >= 20080507
-packetLen(0x015e, 9) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, 9)
#elif PACKETVER >= 20080429
-packetLen(0x015e, 10) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, 10)
#elif PACKETVER >= 20080422
-packetLen(0x015e, -1) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, -1)
#elif PACKETVER >= 20080415
-packetLen(0x015e, 32) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, 32)
#elif PACKETVER >= 20080408
-packetLen(0x015e, 30) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, 30)
#elif PACKETVER >= 20080401
-packetLen(0x015e, 10) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, 10)
#elif PACKETVER >= 20080325
-packetLen(0x015e, 15) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, 15)
#elif PACKETVER >= 20080318
-packetLen(0x015e, 28) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, 28)
#elif PACKETVER >= 20080311
-packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, 6)
#elif PACKETVER >= 20080304
-packetLen(0x015e, 3) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, 3)
#elif PACKETVER >= 20080226
-packetLen(0x015e, 54) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, 54)
#elif PACKETVER >= 20080219
-packetLen(0x015e, -1) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, -1)
#elif PACKETVER >= 20080124
-packetLen(0x015e, 16) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, 16)
#elif PACKETVER >= 20080102
-packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, 6)
#endif
// Packet: 0x015f
-packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+packetLen(0x015f, 42)
// Packet: 0x0160
#if PACKETVER >= 20081217
-packetLen(0x0160, 37) // ZC_POSITION_INFO
+packetLen(0x0160, 37)
#elif PACKETVER >= 20081203
-packetLen(0x0160, 11) // ZC_POSITION_INFO
+packetLen(0x0160, 11)
#elif PACKETVER >= 20081112
-packetLen(0x0160, -1) // ZC_POSITION_INFO
+packetLen(0x0160, -1)
#elif PACKETVER >= 20081105
-packetLen(0x0160, 2) // ZC_POSITION_INFO
+packetLen(0x0160, 2)
#elif PACKETVER >= 20081029
-packetLen(0x0160, -1) // ZC_POSITION_INFO
+packetLen(0x0160, -1)
#elif PACKETVER >= 20081022
-packetLen(0x0160, 8) // ZC_POSITION_INFO
+packetLen(0x0160, 8)
#elif PACKETVER >= 20081008
-packetLen(0x0160, -1) // ZC_POSITION_INFO
+packetLen(0x0160, -1)
#elif PACKETVER >= 20081001
-packetLen(0x0160, 6) // ZC_POSITION_INFO
+packetLen(0x0160, 6)
#elif PACKETVER >= 20080924
-packetLen(0x0160, 102) // ZC_POSITION_INFO
+packetLen(0x0160, 102)
#elif PACKETVER >= 20080917
-packetLen(0x0160, 8) // ZC_POSITION_INFO
+packetLen(0x0160, 8)
#elif PACKETVER >= 20080910
-packetLen(0x0160, 6) // ZC_POSITION_INFO
+packetLen(0x0160, 6)
#elif PACKETVER >= 20080903
-packetLen(0x0160, -1) // ZC_POSITION_INFO
+packetLen(0x0160, -1)
#elif PACKETVER >= 20080827
-packetLen(0x0160, 67) // ZC_POSITION_INFO
+packetLen(0x0160, 67)
#elif PACKETVER >= 20080806
-packetLen(0x0160, -1) // ZC_POSITION_INFO
+packetLen(0x0160, -1)
#elif PACKETVER >= 20080730
-packetLen(0x0160, 9) // ZC_POSITION_INFO
+packetLen(0x0160, 9)
#elif PACKETVER >= 20080722
-packetLen(0x0160, -1) // ZC_POSITION_INFO
+packetLen(0x0160, -1)
#elif PACKETVER >= 20080715
-packetLen(0x0160, 14) // ZC_POSITION_INFO
+packetLen(0x0160, 14)
#elif PACKETVER >= 20080708
-packetLen(0x0160, 26) // ZC_POSITION_INFO
+packetLen(0x0160, 26)
#elif PACKETVER >= 20080701
-packetLen(0x0160, 5) // ZC_POSITION_INFO
+packetLen(0x0160, 5)
#elif PACKETVER >= 20080624
-packetLen(0x0160, -1) // ZC_POSITION_INFO
+packetLen(0x0160, -1)
#elif PACKETVER >= 20080617
-packetLen(0x0160, 11) // ZC_POSITION_INFO
+packetLen(0x0160, 11)
#elif PACKETVER >= 20080610
-packetLen(0x0160, 5) // ZC_POSITION_INFO
+packetLen(0x0160, 5)
#elif PACKETVER >= 20080603
-packetLen(0x0160, 186) // ZC_POSITION_INFO
+packetLen(0x0160, 186)
#elif PACKETVER >= 20080528
-packetLen(0x0160, 2) // ZC_POSITION_INFO
+packetLen(0x0160, 2)
#elif PACKETVER >= 20080520
-packetLen(0x0160, 8) // ZC_POSITION_INFO
+packetLen(0x0160, 8)
#elif PACKETVER >= 20080507
-packetLen(0x0160, -1) // ZC_POSITION_INFO
+packetLen(0x0160, -1)
#elif PACKETVER >= 20080429
-packetLen(0x0160, 6) // ZC_POSITION_INFO
+packetLen(0x0160, 6)
#elif PACKETVER >= 20080408
-packetLen(0x0160, -1) // ZC_POSITION_INFO
+packetLen(0x0160, -1)
#elif PACKETVER >= 20080401
-packetLen(0x0160, 8) // ZC_POSITION_INFO
+packetLen(0x0160, 8)
#elif PACKETVER >= 20080325
-packetLen(0x0160, 4) // ZC_POSITION_INFO
+packetLen(0x0160, 4)
#elif PACKETVER >= 20080318
-packetLen(0x0160, 14) // ZC_POSITION_INFO
+packetLen(0x0160, 14)
#elif PACKETVER >= 20080304
-packetLen(0x0160, 26) // ZC_POSITION_INFO
+packetLen(0x0160, 26)
#elif PACKETVER >= 20080226
-packetLen(0x0160, 2) // ZC_POSITION_INFO
+packetLen(0x0160, 2)
#elif PACKETVER >= 20080219
-packetLen(0x0160, 102) // ZC_POSITION_INFO
+packetLen(0x0160, 102)
#elif PACKETVER >= 20080124
-packetLen(0x0160, 6) // ZC_POSITION_INFO
+packetLen(0x0160, 6)
#elif PACKETVER >= 20080102
-packetLen(0x0160, -1) // ZC_POSITION_INFO
+packetLen(0x0160, -1)
#endif
// Packet: 0x0161
#if PACKETVER >= 20081126
-packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, -1)
#elif PACKETVER >= 20081119
-packetLen(0x0161, 67) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, 67)
#elif PACKETVER >= 20081112
-packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, -1)
#elif PACKETVER >= 20081105
-packetLen(0x0161, 2) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, 2)
#elif PACKETVER >= 20081029
-packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, -1)
#elif PACKETVER >= 20081022
-packetLen(0x0161, 3) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, 3)
#elif PACKETVER >= 20081015
-packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, -1)
#elif PACKETVER >= 20081008
-packetLen(0x0161, 10) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, 10)
#elif PACKETVER >= 20081001
-packetLen(0x0161, 30) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, 30)
#elif PACKETVER >= 20080917
-packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, -1)
#elif PACKETVER >= 20080910
-packetLen(0x0161, 3) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, 3)
#elif PACKETVER >= 20080903
-packetLen(0x0161, 7) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, 7)
#elif PACKETVER >= 20080827
-packetLen(0x0161, 3) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, 3)
#elif PACKETVER >= 20080806
-packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, -1)
#elif PACKETVER >= 20080730
-packetLen(0x0161, 14) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, 14)
#elif PACKETVER >= 20080722
-packetLen(0x0161, 39) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, 39)
#elif PACKETVER >= 20080701
-packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, -1)
#elif PACKETVER >= 20080624
-packetLen(0x0161, 16) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, 16)
#elif PACKETVER >= 20080617
-packetLen(0x0161, 2) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, 2)
#elif PACKETVER >= 20080610
-packetLen(0x0161, 5) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, 5)
#elif PACKETVER >= 20080603
-packetLen(0x0161, 16) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, 16)
#elif PACKETVER >= 20080528
-packetLen(0x0161, 6) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, 6)
#elif PACKETVER >= 20080520
-packetLen(0x0161, 2) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, 2)
#elif PACKETVER >= 20080513
-packetLen(0x0161, 6) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, 6)
#elif PACKETVER >= 20080507
-packetLen(0x0161, 4) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, 4)
#elif PACKETVER >= 20080422
-packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, -1)
#elif PACKETVER >= 20080415
-packetLen(0x0161, 15) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, 15)
#elif PACKETVER >= 20080408
-packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, -1)
#elif PACKETVER >= 20080401
-packetLen(0x0161, 6) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, 6)
#elif PACKETVER >= 20080325
-packetLen(0x0161, 282) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, 282)
#elif PACKETVER >= 20080318
-packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, -1)
#elif PACKETVER >= 20080311
-packetLen(0x0161, 30) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, 30)
#elif PACKETVER >= 20080304
-packetLen(0x0161, 7) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, 7)
#elif PACKETVER >= 20080226
-packetLen(0x0161, 21) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, 21)
#elif PACKETVER >= 20080219
-packetLen(0x0161, 2) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, 2)
#elif PACKETVER >= 20080124
-packetLen(0x0161, 8) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, 8)
#elif PACKETVER >= 20080102
-packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, -1)
#endif
// Packet: 0x0162
#if PACKETVER >= 20081119
-packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, -1)
#elif PACKETVER >= 20081112
-packetLen(0x0162, 11) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, 11)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0162, 8) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, 8)
#elif PACKETVER >= 20081022
-packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, -1)
#elif PACKETVER >= 20081015
-packetLen(0x0162, 2) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, 2)
#elif PACKETVER >= 20081008
-packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, -1)
#elif PACKETVER >= 20081001
-packetLen(0x0162, 6) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, 6)
#elif PACKETVER >= 20080924
-packetLen(0x0162, 7) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, 7)
#elif PACKETVER >= 20080917
-packetLen(0x0162, 79) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, 79)
#elif PACKETVER >= 20080806
-packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, -1)
#elif PACKETVER >= 20080730
-packetLen(0x0162, 44) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, 44)
#elif PACKETVER >= 20080708
-packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, -1)
#elif PACKETVER >= 20080701
-packetLen(0x0162, 81) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, 81)
#elif PACKETVER >= 20080624
-packetLen(0x0162, 23) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, 23)
#elif PACKETVER >= 20080617
-packetLen(0x0162, 22) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, 22)
#elif PACKETVER >= 20080610
-packetLen(0x0162, 18) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, 18)
#elif PACKETVER >= 20080603
-packetLen(0x0162, 30) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, 30)
#elif PACKETVER >= 20080528
-packetLen(0x0162, 66) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, 66)
#elif PACKETVER >= 20080520
-packetLen(0x0162, 10) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, 10)
#elif PACKETVER >= 20080513
-packetLen(0x0162, 3) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, 3)
#elif PACKETVER >= 20080507
-packetLen(0x0162, 30) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, 30)
#elif PACKETVER >= 20080429
-packetLen(0x0162, 6) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, 6)
#elif PACKETVER >= 20080422
-packetLen(0x0162, 13) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, 13)
#elif PACKETVER >= 20080415
-packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, -1)
#elif PACKETVER >= 20080408
-packetLen(0x0162, 3) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, 3)
#elif PACKETVER >= 20080401
-packetLen(0x0162, 282) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, 282)
#elif PACKETVER >= 20080325
-packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, -1)
#elif PACKETVER >= 20080311
-packetLen(0x0162, 6) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, 6)
#elif PACKETVER >= 20080226
-packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, -1)
#elif PACKETVER >= 20080219
-packetLen(0x0162, 26) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, 26)
#elif PACKETVER >= 20080124
-packetLen(0x0162, 6) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, 6)
#elif PACKETVER >= 20080102
-packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, -1)
#endif
// Packet: 0x0163
#if PACKETVER >= 20081203
-packetLen(0x0163, -1) // ZC_BAN_LIST
+packetLen(0x0163, -1)
#elif PACKETVER >= 20081126
-packetLen(0x0163, 30) // ZC_BAN_LIST
+packetLen(0x0163, 30)
#elif PACKETVER >= 20081119
-packetLen(0x0163, -1) // ZC_BAN_LIST
+packetLen(0x0163, -1)
#elif PACKETVER >= 20081112
-packetLen(0x0163, 86) // ZC_BAN_LIST
+packetLen(0x0163, 86)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0163, 28) // ZC_BAN_LIST
+packetLen(0x0163, 28)
#elif PACKETVER >= 20081029
-packetLen(0x0163, 6) // ZC_BAN_LIST
+packetLen(0x0163, 6)
#elif PACKETVER >= 20081022
-packetLen(0x0163, 54) // ZC_BAN_LIST
+packetLen(0x0163, 54)
#elif PACKETVER >= 20081015
-packetLen(0x0163, 2) // ZC_BAN_LIST
+packetLen(0x0163, 2)
#elif PACKETVER >= 20081008
-packetLen(0x0163, -1) // ZC_BAN_LIST
+packetLen(0x0163, -1)
#elif PACKETVER >= 20081001
-packetLen(0x0163, 282) // ZC_BAN_LIST
+packetLen(0x0163, 282)
#elif PACKETVER >= 20080910
-packetLen(0x0163, -1) // ZC_BAN_LIST
+packetLen(0x0163, -1)
#elif PACKETVER >= 20080903
-packetLen(0x0163, 20) // ZC_BAN_LIST
+packetLen(0x0163, 20)
#elif PACKETVER >= 20080820
-packetLen(0x0163, 3) // ZC_BAN_LIST
+packetLen(0x0163, 3)
#elif PACKETVER >= 20080813
-packetLen(0x0163, 6) // ZC_BAN_LIST
+packetLen(0x0163, 6)
#elif PACKETVER >= 20080806
-packetLen(0x0163, -1) // ZC_BAN_LIST
+packetLen(0x0163, -1)
#elif PACKETVER >= 20080730
-packetLen(0x0163, 114) // ZC_BAN_LIST
+packetLen(0x0163, 114)
#elif PACKETVER >= 20080722
-packetLen(0x0163, 71) // ZC_BAN_LIST
+packetLen(0x0163, 71)
#elif PACKETVER >= 20080715
-packetLen(0x0163, -1) // ZC_BAN_LIST
+packetLen(0x0163, -1)
#elif PACKETVER >= 20080708
-packetLen(0x0163, 6) // ZC_BAN_LIST
+packetLen(0x0163, 6)
#elif PACKETVER >= 20080610
-packetLen(0x0163, -1) // ZC_BAN_LIST
+packetLen(0x0163, -1)
#elif PACKETVER >= 20080603
-packetLen(0x0163, 44) // ZC_BAN_LIST
+packetLen(0x0163, 44)
#elif PACKETVER >= 20080528
-packetLen(0x0163, 68) // ZC_BAN_LIST
+packetLen(0x0163, 68)
#elif PACKETVER >= 20080520
-packetLen(0x0163, -1) // ZC_BAN_LIST
+packetLen(0x0163, -1)
#elif PACKETVER >= 20080513
-packetLen(0x0163, 42) // ZC_BAN_LIST
+packetLen(0x0163, 42)
#elif PACKETVER >= 20080507
-packetLen(0x0163, -1) // ZC_BAN_LIST
+packetLen(0x0163, -1)
#elif PACKETVER >= 20080429
-packetLen(0x0163, 2) // ZC_BAN_LIST
+packetLen(0x0163, 2)
#elif PACKETVER >= 20080422
-packetLen(0x0163, 86) // ZC_BAN_LIST
+packetLen(0x0163, 86)
#elif PACKETVER >= 20080415
-packetLen(0x0163, 6) // ZC_BAN_LIST
+packetLen(0x0163, 6)
#elif PACKETVER >= 20080318
-packetLen(0x0163, -1) // ZC_BAN_LIST
+packetLen(0x0163, -1)
#elif PACKETVER >= 20080311
-packetLen(0x0163, 8) // ZC_BAN_LIST
+packetLen(0x0163, 8)
#elif PACKETVER >= 20080304
-packetLen(0x0163, 6) // ZC_BAN_LIST
+packetLen(0x0163, 6)
#elif PACKETVER >= 20080226
-packetLen(0x0163, 4) // ZC_BAN_LIST
+packetLen(0x0163, 4)
#elif PACKETVER >= 20080219
-packetLen(0x0163, 6) // ZC_BAN_LIST
+packetLen(0x0163, 6)
#elif PACKETVER >= 20080124
-packetLen(0x0163, 30) // ZC_BAN_LIST
+packetLen(0x0163, 30)
#elif PACKETVER >= 20080102
-packetLen(0x0163, -1) // ZC_BAN_LIST
+packetLen(0x0163, -1)
#endif
// Packet: 0x0164
-packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+packetLen(0x0164, -1)
// Packet: 0x0165
#if PACKETVER >= 20081203
-packetLen(0x0165, -1) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, -1)
#elif PACKETVER >= 20081126
-packetLen(0x0165, 21) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, 21)
#elif PACKETVER >= 20081119
-packetLen(0x0165, 17) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, 17)
#elif PACKETVER >= 20081112
-packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, 30)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081029
-packetLen(0x0165, 7) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, 7)
#elif PACKETVER >= 20081022
-packetLen(0x0165, -1) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, -1)
#elif PACKETVER >= 20081015
-packetLen(0x0165, 8) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, 8)
#elif PACKETVER >= 20080903
-packetLen(0x0165, -1) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, -1)
#elif PACKETVER >= 20080827
-packetLen(0x0165, 39) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, 39)
#elif PACKETVER >= 20080820
-packetLen(0x0165, 6) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, 6)
#elif PACKETVER >= 20080813
-packetLen(0x0165, -1) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, -1)
#elif PACKETVER >= 20080806
-packetLen(0x0165, 4) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, 4)
#elif PACKETVER >= 20080708
-packetLen(0x0165, -1) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, -1)
#elif PACKETVER >= 20080701
-packetLen(0x0165, 54) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, 54)
#elif PACKETVER >= 20080617
-packetLen(0x0165, -1) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, -1)
#elif PACKETVER >= 20080610
-packetLen(0x0165, 4) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, 4)
#elif PACKETVER >= 20080603
-packetLen(0x0165, -1) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, -1)
#elif PACKETVER >= 20080528
-packetLen(0x0165, 114) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, 114)
#elif PACKETVER >= 20080507
-packetLen(0x0165, -1) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, -1)
#elif PACKETVER >= 20080429
-packetLen(0x0165, 11) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, 11)
#elif PACKETVER >= 20080422
-packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, 30)
#elif PACKETVER >= 20080415
-packetLen(0x0165, 10) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, 10)
#elif PACKETVER >= 20080408
-packetLen(0x0165, 182) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, 182)
#elif PACKETVER >= 20080401
-packetLen(0x0165, 5) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, 5)
#elif PACKETVER >= 20080325
-packetLen(0x0165, 97) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, 97)
#elif PACKETVER >= 20080318
-packetLen(0x0165, 26) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, 26)
#elif PACKETVER >= 20080311
-packetLen(0x0165, 102) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, 102)
#elif PACKETVER >= 20080304
-packetLen(0x0165, -1) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, -1)
#elif PACKETVER >= 20080226
-packetLen(0x0165, 4) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, 4)
#elif PACKETVER >= 20080219
-packetLen(0x0165, 29) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, 29)
#elif PACKETVER >= 20080124
-packetLen(0x0165, 6) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, 6)
#elif PACKETVER >= 20080102
-packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, 30)
#endif
// Packet: 0x0166
#if PACKETVER >= 20081217
-packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, -1)
#elif PACKETVER >= 20081203
-packetLen(0x0166, 8) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, 8)
#elif PACKETVER >= 20081119
-packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, -1)
#elif PACKETVER >= 20081112
-packetLen(0x0166, 114) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, 114)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0166, 6) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, 6)
#elif PACKETVER >= 20081015
-packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, -1)
#elif PACKETVER >= 20081008
-packetLen(0x0166, 3) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, 3)
#elif PACKETVER >= 20080924
-packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, -1)
#elif PACKETVER >= 20080917
-packetLen(0x0166, 30) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, 30)
#elif PACKETVER >= 20080910
-packetLen(0x0166, 13) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, 13)
#elif PACKETVER >= 20080820
-packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, -1)
#elif PACKETVER >= 20080813
-packetLen(0x0166, 14) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, 14)
#elif PACKETVER >= 20080806
-packetLen(0x0166, 11) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, 11)
#elif PACKETVER >= 20080730
-packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, -1)
#elif PACKETVER >= 20080722
-packetLen(0x0166, 2) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, 2)
#elif PACKETVER >= 20080715
-packetLen(0x0166, 14) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, 14)
#elif PACKETVER >= 20080708
-packetLen(0x0166, 2) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, 2)
#elif PACKETVER >= 20080701
-packetLen(0x0166, 4) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, 4)
#elif PACKETVER >= 20080617
-packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, -1)
#elif PACKETVER >= 20080610
-packetLen(0x0166, 27) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, 27)
#elif PACKETVER >= 20080603
-packetLen(0x0166, 2) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, 2)
#elif PACKETVER >= 20080528
-packetLen(0x0166, 4) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, 4)
#elif PACKETVER >= 20080520
-packetLen(0x0166, 16) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, 16)
#elif PACKETVER >= 20080513
-packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, -1)
#elif PACKETVER >= 20080507
-packetLen(0x0166, 7) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, 7)
#elif PACKETVER >= 20080429
-packetLen(0x0166, 6) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, 6)
#elif PACKETVER >= 20080415
-packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, -1)
#elif PACKETVER >= 20080401
-packetLen(0x0166, 6) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, 6)
#elif PACKETVER >= 20080325
-packetLen(0x0166, 3) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, 3)
#elif PACKETVER >= 20080318
-packetLen(0x0166, 68) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, 68)
#elif PACKETVER >= 20080311
-packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, -1)
#elif PACKETVER >= 20080304
-packetLen(0x0166, 5) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, 5)
#elif PACKETVER >= 20080226
-packetLen(0x0166, 18) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, 18)
#elif PACKETVER >= 20080102
-packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, -1)
#endif
// Packet: 0x0167
#if PACKETVER >= 20081217
-packetLen(0x0167, 26) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 26)
#elif PACKETVER >= 20081203
-packetLen(0x0167, 7) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 7)
#elif PACKETVER >= 20081112
-packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 3)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081022
-packetLen(0x0167, -1) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, -1)
#elif PACKETVER >= 20081015
-packetLen(0x0167, 30) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 30)
#elif PACKETVER >= 20081008
-packetLen(0x0167, 14) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 14)
#elif PACKETVER >= 20081001
-packetLen(0x0167, 2) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 2)
#elif PACKETVER >= 20080917
-packetLen(0x0167, -1) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, -1)
#elif PACKETVER >= 20080910
-packetLen(0x0167, 11) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 11)
#elif PACKETVER >= 20080813
-packetLen(0x0167, -1) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, -1)
#elif PACKETVER >= 20080806
-packetLen(0x0167, 7) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 7)
#elif PACKETVER >= 20080730
-packetLen(0x0167, 282) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 282)
#elif PACKETVER >= 20080617
-packetLen(0x0167, -1) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, -1)
#elif PACKETVER >= 20080610
-packetLen(0x0167, 9) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 9)
#elif PACKETVER >= 20080603
-packetLen(0x0167, 67) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 67)
#elif PACKETVER >= 20080528
-packetLen(0x0167, 26) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 26)
#elif PACKETVER >= 20080520
-packetLen(0x0167, 86) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 86)
#elif PACKETVER >= 20080513
-packetLen(0x0167, 6) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 6)
#elif PACKETVER >= 20080507
-packetLen(0x0167, 4) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 4)
#elif PACKETVER >= 20080429
-packetLen(0x0167, -1) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, -1)
#elif PACKETVER >= 20080422
-packetLen(0x0167, 42) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 42)
#elif PACKETVER >= 20080415
-packetLen(0x0167, 7) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 7)
#elif PACKETVER >= 20080408
-packetLen(0x0167, -1) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, -1)
#elif PACKETVER >= 20080401
-packetLen(0x0167, 4) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 4)
#elif PACKETVER >= 20080318
-packetLen(0x0167, 14) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 14)
#elif PACKETVER >= 20080311
-packetLen(0x0167, 7) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 7)
#elif PACKETVER >= 20080304
-packetLen(0x0167, 6) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 6)
#elif PACKETVER >= 20080226
-packetLen(0x0167, 71) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 71)
#elif PACKETVER >= 20080219
-packetLen(0x0167, 2) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 2)
#elif PACKETVER >= 20080124
-packetLen(0x0167, 58) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 58)
#elif PACKETVER >= 20080102
-packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 3)
#endif
// Packet: 0x0168
#if PACKETVER >= 20081203
-packetLen(0x0168, -1) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, -1)
#elif PACKETVER >= 20081126
-packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, 14)
#elif PACKETVER >= 20081119
-packetLen(0x0168, 8) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, 8)
#elif PACKETVER >= 20081112
-packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, 14)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081008
-packetLen(0x0168, -1) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, -1)
#elif PACKETVER >= 20081001
-packetLen(0x0168, 7) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, 7)
#elif PACKETVER >= 20080827
-packetLen(0x0168, -1) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, -1)
#elif PACKETVER >= 20080813
-packetLen(0x0168, 6) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, 6)
#elif PACKETVER >= 20080730
-packetLen(0x0168, -1) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, -1)
#elif PACKETVER >= 20080722
-packetLen(0x0168, 2) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, 2)
#elif PACKETVER >= 20080715
-packetLen(0x0168, 11) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, 11)
#elif PACKETVER >= 20080708
-packetLen(0x0168, -1) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, -1)
#elif PACKETVER >= 20080701
-packetLen(0x0168, 6) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, 6)
#elif PACKETVER >= 20080624
-packetLen(0x0168, 9) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, 9)
#elif PACKETVER >= 20080617
-packetLen(0x0168, -1) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, -1)
#elif PACKETVER >= 20080610
-packetLen(0x0168, 11) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, 11)
#elif PACKETVER >= 20080603
-packetLen(0x0168, -1) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, -1)
#elif PACKETVER >= 20080528
-packetLen(0x0168, 282) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, 282)
#elif PACKETVER >= 20080520
-packetLen(0x0168, 15) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, 15)
#elif PACKETVER >= 20080513
-packetLen(0x0168, 2) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, 2)
#elif PACKETVER >= 20080507
-packetLen(0x0168, 10) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, 10)
#elif PACKETVER >= 20080429
-packetLen(0x0168, -1) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, -1)
#elif PACKETVER >= 20080422
-packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, 14)
#elif PACKETVER >= 20080415
-packetLen(0x0168, 2) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, 2)
#elif PACKETVER >= 20080408
-packetLen(0x0168, -1) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, -1)
#elif PACKETVER >= 20080401
-packetLen(0x0168, 10) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, 10)
#elif PACKETVER >= 20080325
-packetLen(0x0168, 11) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, 11)
#elif PACKETVER >= 20080318
-packetLen(0x0168, -1) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, -1)
#elif PACKETVER >= 20080311
-packetLen(0x0168, 10) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, 10)
#elif PACKETVER >= 20080304
-packetLen(0x0168, 22) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, 22)
#elif PACKETVER >= 20080226
-packetLen(0x0168, 3) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, 3)
#elif PACKETVER >= 20080219
-packetLen(0x0168, 6) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, 6)
#elif PACKETVER >= 20080124
-packetLen(0x0168, 4) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, 4)
#elif PACKETVER >= 20080102
-packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, 14)
#endif
// Packet: 0x0169
#if PACKETVER >= 20081217
-packetLen(0x0169, 2) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 2)
#elif PACKETVER >= 20081203
-packetLen(0x0169, 6) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 6)
#elif PACKETVER >= 20081126
-packetLen(0x0169, 10) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 10)
#elif PACKETVER >= 20081112
-packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 3)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0169, -1) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, -1)
#elif PACKETVER >= 20081029
-packetLen(0x0169, 8) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 8)
#elif PACKETVER >= 20081022
-packetLen(0x0169, -1) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, -1)
#elif PACKETVER >= 20081015
-packetLen(0x0169, 6) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 6)
#elif PACKETVER >= 20081008
-packetLen(0x0169, -1) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, -1)
#elif PACKETVER >= 20081001
-packetLen(0x0169, 39) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 39)
#elif PACKETVER >= 20080924
-packetLen(0x0169, 53) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 53)
#elif PACKETVER >= 20080917
-packetLen(0x0169, 19) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 19)
#elif PACKETVER >= 20080827
-packetLen(0x0169, -1) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, -1)
#elif PACKETVER >= 20080820
-packetLen(0x0169, 5) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 5)
#elif PACKETVER >= 20080813
-packetLen(0x0169, 4) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 4)
#elif PACKETVER >= 20080806
-packetLen(0x0169, 30) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 30)
#elif PACKETVER >= 20080730
-packetLen(0x0169, 10) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 10)
#elif PACKETVER >= 20080722
-packetLen(0x0169, -1) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, -1)
#elif PACKETVER >= 20080715
-packetLen(0x0169, 5) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 5)
#elif PACKETVER >= 20080708
-packetLen(0x0169, 9) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 9)
#elif PACKETVER >= 20080701
-packetLen(0x0169, 5) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 5)
#elif PACKETVER >= 20080610
-packetLen(0x0169, -1) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, -1)
#elif PACKETVER >= 20080603
-packetLen(0x0169, 4) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 4)
#elif PACKETVER >= 20080528
-packetLen(0x0169, 2) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 2)
#elif PACKETVER >= 20080520
-packetLen(0x0169, -1) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, -1)
#elif PACKETVER >= 20080513
-packetLen(0x0169, 9) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 9)
#elif PACKETVER >= 20080507
-packetLen(0x0169, 282) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 282)
#elif PACKETVER >= 20080429
-packetLen(0x0169, 5) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 5)
#elif PACKETVER >= 20080422
-packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 3)
#elif PACKETVER >= 20080408
-packetLen(0x0169, -1) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, -1)
#elif PACKETVER >= 20080401
-packetLen(0x0169, 2) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 2)
#elif PACKETVER >= 20080325
-packetLen(0x0169, 5) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 5)
#elif PACKETVER >= 20080318
-packetLen(0x0169, 6) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 6)
#elif PACKETVER >= 20080311
-packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 3)
#elif PACKETVER >= 20080304
-packetLen(0x0169, -1) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, -1)
#elif PACKETVER >= 20080226
-packetLen(0x0169, 4) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 4)
#elif PACKETVER >= 20080219
-packetLen(0x0169, 6) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 6)
#elif PACKETVER >= 20080124
-packetLen(0x0169, -1) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, -1)
#elif PACKETVER >= 20080102
-packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 3)
#endif
// Packet: 0x016a
#if PACKETVER >= 20081217
-packetLen(0x016a, 5) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, 5)
#elif PACKETVER >= 20081203
-packetLen(0x016a, -1) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, -1)
#elif PACKETVER >= 20081126
-packetLen(0x016a, 26) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, 26)
#elif PACKETVER >= 20081112
-packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, 30)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x016a, 102) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, 102)
#elif PACKETVER >= 20081029
-packetLen(0x016a, 19) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, 19)
#elif PACKETVER >= 20081022
-packetLen(0x016a, 7) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, 7)
#elif PACKETVER >= 20080917
-packetLen(0x016a, -1) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, -1)
#elif PACKETVER >= 20080910
-packetLen(0x016a, 8) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, 8)
#elif PACKETVER >= 20080820
-packetLen(0x016a, -1) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, -1)
#elif PACKETVER >= 20080813
-packetLen(0x016a, 6) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, 6)
#elif PACKETVER >= 20080722
-packetLen(0x016a, -1) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, -1)
#elif PACKETVER >= 20080715
-packetLen(0x016a, 4) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, 4)
#elif PACKETVER >= 20080701
-packetLen(0x016a, -1) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, -1)
#elif PACKETVER >= 20080624
-packetLen(0x016a, 6) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, 6)
#elif PACKETVER >= 20080617
-packetLen(0x016a, 10) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, 10)
#elif PACKETVER >= 20080610
-packetLen(0x016a, 4) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, 4)
#elif PACKETVER >= 20080603
-packetLen(0x016a, -1) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, -1)
#elif PACKETVER >= 20080528
-packetLen(0x016a, 6) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, 6)
#elif PACKETVER >= 20080520
-packetLen(0x016a, 24) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, 24)
#elif PACKETVER >= 20080513
-packetLen(0x016a, 6) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, 6)
#elif PACKETVER >= 20080429
-packetLen(0x016a, -1) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, -1)
#elif PACKETVER >= 20080422
-packetLen(0x016a, 22) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, 22)
#elif PACKETVER >= 20080415
-packetLen(0x016a, -1) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, -1)
#elif PACKETVER >= 20080408
-packetLen(0x016a, 97) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, 97)
#elif PACKETVER >= 20080401
-packetLen(0x016a, 7) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, 7)
#elif PACKETVER >= 20080325
-packetLen(0x016a, -1) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, -1)
#elif PACKETVER >= 20080318
-packetLen(0x016a, 44) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, 44)
#elif PACKETVER >= 20080311
-packetLen(0x016a, 32) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, 32)
#elif PACKETVER >= 20080304
-packetLen(0x016a, 26) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, 26)
#elif PACKETVER >= 20080226
-packetLen(0x016a, 2) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, 2)
#elif PACKETVER >= 20080219
-packetLen(0x016a, 4) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, 4)
#elif PACKETVER >= 20080124
-packetLen(0x016a, 3) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, 3)
#elif PACKETVER >= 20080102
-packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, 30)
#endif
// Packet: 0x016b
#if PACKETVER >= 20081217
-packetLen(0x016b, 6) // CZ_JOIN_GUILD
+packetLen(0x016b, 6)
#elif PACKETVER >= 20081203
-packetLen(0x016b, 34) // CZ_JOIN_GUILD
+packetLen(0x016b, 34)
#elif PACKETVER >= 20081126
-packetLen(0x016b, -1) // CZ_JOIN_GUILD
+packetLen(0x016b, -1)
#elif PACKETVER >= 20081112
-packetLen(0x016b, 10) // CZ_JOIN_GUILD
+packetLen(0x016b, 10)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x016b, 43) // CZ_JOIN_GUILD
+packetLen(0x016b, 43)
#elif PACKETVER >= 20080924
-packetLen(0x016b, -1) // CZ_JOIN_GUILD
+packetLen(0x016b, -1)
#elif PACKETVER >= 20080917
-packetLen(0x016b, 30) // CZ_JOIN_GUILD
+packetLen(0x016b, 30)
#elif PACKETVER >= 20080910
-packetLen(0x016b, 5) // CZ_JOIN_GUILD
+packetLen(0x016b, 5)
#elif PACKETVER >= 20080813
-packetLen(0x016b, -1) // CZ_JOIN_GUILD
+packetLen(0x016b, -1)
#elif PACKETVER >= 20080806
-packetLen(0x016b, 11) // CZ_JOIN_GUILD
+packetLen(0x016b, 11)
#elif PACKETVER >= 20080722
-packetLen(0x016b, -1) // CZ_JOIN_GUILD
+packetLen(0x016b, -1)
#elif PACKETVER >= 20080715
-packetLen(0x016b, 26) // CZ_JOIN_GUILD
+packetLen(0x016b, 26)
#elif PACKETVER >= 20080708
-packetLen(0x016b, 8) // CZ_JOIN_GUILD
+packetLen(0x016b, 8)
#elif PACKETVER >= 20080624
-packetLen(0x016b, -1) // CZ_JOIN_GUILD
+packetLen(0x016b, -1)
#elif PACKETVER >= 20080617
-packetLen(0x016b, 6) // CZ_JOIN_GUILD
+packetLen(0x016b, 6)
#elif PACKETVER >= 20080429
-packetLen(0x016b, -1) // CZ_JOIN_GUILD
+packetLen(0x016b, -1)
#elif PACKETVER >= 20080422
-packetLen(0x016b, 10) // CZ_JOIN_GUILD
+packetLen(0x016b, 10)
#elif PACKETVER >= 20080415
-packetLen(0x016b, 4) // CZ_JOIN_GUILD
+packetLen(0x016b, 4)
#elif PACKETVER >= 20080408
-packetLen(0x016b, 8) // CZ_JOIN_GUILD
+packetLen(0x016b, 8)
#elif PACKETVER >= 20080401
-packetLen(0x016b, -1) // CZ_JOIN_GUILD
+packetLen(0x016b, -1)
#elif PACKETVER >= 20080325
-packetLen(0x016b, 27) // CZ_JOIN_GUILD
+packetLen(0x016b, 27)
#elif PACKETVER >= 20080318
-packetLen(0x016b, -1) // CZ_JOIN_GUILD
+packetLen(0x016b, -1)
#elif PACKETVER >= 20080311
-packetLen(0x016b, 22) // CZ_JOIN_GUILD
+packetLen(0x016b, 22)
#elif PACKETVER >= 20080304
-packetLen(0x016b, 20) // CZ_JOIN_GUILD
+packetLen(0x016b, 20)
#elif PACKETVER >= 20080226
-packetLen(0x016b, 6) // CZ_JOIN_GUILD
+packetLen(0x016b, 6)
#elif PACKETVER >= 20080219
-packetLen(0x016b, -1) // CZ_JOIN_GUILD
+packetLen(0x016b, -1)
#elif PACKETVER >= 20080124
-packetLen(0x016b, 11) // CZ_JOIN_GUILD
+packetLen(0x016b, 11)
#elif PACKETVER >= 20080102
-packetLen(0x016b, 10) // CZ_JOIN_GUILD
+packetLen(0x016b, 10)
#endif
// Packet: 0x016c
#if PACKETVER >= 20081217
-packetLen(0x016c, -1) // ZC_UPDATE_GDID
+packetLen(0x016c, -1)
#elif PACKETVER >= 20081126
-packetLen(0x016c, 6) // ZC_UPDATE_GDID
+packetLen(0x016c, 6)
#elif PACKETVER >= 20081112
-packetLen(0x016c, 43) // ZC_UPDATE_GDID
+packetLen(0x016c, 43)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x016c, 29) // ZC_UPDATE_GDID
+packetLen(0x016c, 29)
#elif PACKETVER >= 20081008
-packetLen(0x016c, -1) // ZC_UPDATE_GDID
+packetLen(0x016c, -1)
#elif PACKETVER >= 20081001
-packetLen(0x016c, 8) // ZC_UPDATE_GDID
+packetLen(0x016c, 8)
#elif PACKETVER >= 20080917
-packetLen(0x016c, -1) // ZC_UPDATE_GDID
+packetLen(0x016c, -1)
#elif PACKETVER >= 20080910
-packetLen(0x016c, 6) // ZC_UPDATE_GDID
+packetLen(0x016c, 6)
#elif PACKETVER >= 20080903
-packetLen(0x016c, 26) // ZC_UPDATE_GDID
+packetLen(0x016c, 26)
#elif PACKETVER >= 20080820
-packetLen(0x016c, -1) // ZC_UPDATE_GDID
+packetLen(0x016c, -1)
#elif PACKETVER >= 20080813
-packetLen(0x016c, 14) // ZC_UPDATE_GDID
+packetLen(0x016c, 14)
#elif PACKETVER >= 20080806
-packetLen(0x016c, -1) // ZC_UPDATE_GDID
+packetLen(0x016c, -1)
#elif PACKETVER >= 20080730
-packetLen(0x016c, 7) // ZC_UPDATE_GDID
+packetLen(0x016c, 7)
#elif PACKETVER >= 20080722
-packetLen(0x016c, 18) // ZC_UPDATE_GDID
+packetLen(0x016c, 18)
#elif PACKETVER >= 20080715
-packetLen(0x016c, 90) // ZC_UPDATE_GDID
+packetLen(0x016c, 90)
#elif PACKETVER >= 20080708
-packetLen(0x016c, 6) // ZC_UPDATE_GDID
+packetLen(0x016c, 6)
#elif PACKETVER >= 20080701
-packetLen(0x016c, 7) // ZC_UPDATE_GDID
+packetLen(0x016c, 7)
#elif PACKETVER >= 20080624
-packetLen(0x016c, 6) // ZC_UPDATE_GDID
+packetLen(0x016c, 6)
#elif PACKETVER >= 20080617
-packetLen(0x016c, 10) // ZC_UPDATE_GDID
+packetLen(0x016c, 10)
#elif PACKETVER >= 20080610
-packetLen(0x016c, 28) // ZC_UPDATE_GDID
+packetLen(0x016c, 28)
#elif PACKETVER >= 20080603
-packetLen(0x016c, -1) // ZC_UPDATE_GDID
+packetLen(0x016c, -1)
#elif PACKETVER >= 20080528
-packetLen(0x016c, 54) // ZC_UPDATE_GDID
+packetLen(0x016c, 54)
#elif PACKETVER >= 20080520
-packetLen(0x016c, 30) // ZC_UPDATE_GDID
+packetLen(0x016c, 30)
#elif PACKETVER >= 20080513
-packetLen(0x016c, 14) // ZC_UPDATE_GDID
+packetLen(0x016c, 14)
#elif PACKETVER >= 20080507
-packetLen(0x016c, -1) // ZC_UPDATE_GDID
+packetLen(0x016c, -1)
#elif PACKETVER >= 20080429
-packetLen(0x016c, 57) // ZC_UPDATE_GDID
+packetLen(0x016c, 57)
#elif PACKETVER >= 20080422
-packetLen(0x016c, 10) // ZC_UPDATE_GDID
+packetLen(0x016c, 10)
#elif PACKETVER >= 20080408
-packetLen(0x016c, -1) // ZC_UPDATE_GDID
+packetLen(0x016c, -1)
#elif PACKETVER >= 20080401
-packetLen(0x016c, 6) // ZC_UPDATE_GDID
+packetLen(0x016c, 6)
#elif PACKETVER >= 20080325
-packetLen(0x016c, 32) // ZC_UPDATE_GDID
+packetLen(0x016c, 32)
#elif PACKETVER >= 20080318
-packetLen(0x016c, 22) // ZC_UPDATE_GDID
+packetLen(0x016c, 22)
#elif PACKETVER >= 20080311
-packetLen(0x016c, 4) // ZC_UPDATE_GDID
+packetLen(0x016c, 4)
#elif PACKETVER >= 20080304
-packetLen(0x016c, 2) // ZC_UPDATE_GDID
+packetLen(0x016c, 2)
#elif PACKETVER >= 20080226
-packetLen(0x016c, 8) // ZC_UPDATE_GDID
+packetLen(0x016c, 8)
#elif PACKETVER >= 20080219
-packetLen(0x016c, 6) // ZC_UPDATE_GDID
+packetLen(0x016c, 6)
#elif PACKETVER >= 20080124
-packetLen(0x016c, 9) // ZC_UPDATE_GDID
+packetLen(0x016c, 9)
#elif PACKETVER >= 20080102
-packetLen(0x016c, 43) // ZC_UPDATE_GDID
+packetLen(0x016c, 43)
#endif
// Packet: 0x016d
#if PACKETVER >= 20081217
-packetLen(0x016d, 11) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 11)
#elif PACKETVER >= 20081112
-packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 14)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x016d, 10) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 10)
#elif PACKETVER >= 20081029
-packetLen(0x016d, -1) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, -1)
#elif PACKETVER >= 20081022
-packetLen(0x016d, 30) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 30)
#elif PACKETVER >= 20081015
-packetLen(0x016d, -1) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, -1)
#elif PACKETVER >= 20081008
-packetLen(0x016d, 15) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 15)
#elif PACKETVER >= 20081001
-packetLen(0x016d, 10) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 10)
#elif PACKETVER >= 20080917
-packetLen(0x016d, -1) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, -1)
#elif PACKETVER >= 20080910
-packetLen(0x016d, 97) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 97)
#elif PACKETVER >= 20080827
-packetLen(0x016d, -1) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, -1)
#elif PACKETVER >= 20080820
-packetLen(0x016d, 67) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 67)
#elif PACKETVER >= 20080813
-packetLen(0x016d, 2) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 2)
#elif PACKETVER >= 20080806
-packetLen(0x016d, -1) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, -1)
#elif PACKETVER >= 20080730
-packetLen(0x016d, 20) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 20)
#elif PACKETVER >= 20080715
-packetLen(0x016d, -1) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, -1)
#elif PACKETVER >= 20080708
-packetLen(0x016d, 7) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 7)
#elif PACKETVER >= 20080701
-packetLen(0x016d, 3) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 3)
#elif PACKETVER >= 20080617
-packetLen(0x016d, -1) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, -1)
#elif PACKETVER >= 20080610
-packetLen(0x016d, 3) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 3)
#elif PACKETVER >= 20080603
-packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 14)
#elif PACKETVER >= 20080528
-packetLen(0x016d, -1) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, -1)
#elif PACKETVER >= 20080520
-packetLen(0x016d, 13) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 13)
#elif PACKETVER >= 20080507
-packetLen(0x016d, -1) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, -1)
#elif PACKETVER >= 20080429
-packetLen(0x016d, 10) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 10)
#elif PACKETVER >= 20080422
-packetLen(0x016d, -1) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, -1)
#elif PACKETVER >= 20080415
-packetLen(0x016d, 4) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 4)
#elif PACKETVER >= 20080408
-packetLen(0x016d, 3) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 3)
#elif PACKETVER >= 20080401
-packetLen(0x016d, 4) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 4)
#elif PACKETVER >= 20080325
-packetLen(0x016d, 6) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 6)
#elif PACKETVER >= 20080318
-packetLen(0x016d, 19) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 19)
#elif PACKETVER >= 20080311
-packetLen(0x016d, 22) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 22)
#elif PACKETVER >= 20080304
-packetLen(0x016d, 8) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 8)
#elif PACKETVER >= 20080226
-packetLen(0x016d, 3) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 3)
#elif PACKETVER >= 20080219
-packetLen(0x016d, 30) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 30)
#elif PACKETVER >= 20080124
-packetLen(0x016d, 2) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 2)
#elif PACKETVER >= 20080102
-packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 14)
#endif
// Packet: 0x016e
#if PACKETVER >= 20081217
-packetLen(0x016e, 2) // CZ_GUILD_NOTICE
+packetLen(0x016e, 2)
#elif PACKETVER >= 20081203
-packetLen(0x016e, -1) // CZ_GUILD_NOTICE
+packetLen(0x016e, -1)
#elif PACKETVER >= 20081126
-packetLen(0x016e, 3) // CZ_GUILD_NOTICE
+packetLen(0x016e, 3)
#elif PACKETVER >= 20081119
-packetLen(0x016e, -1) // CZ_GUILD_NOTICE
+packetLen(0x016e, -1)
#elif PACKETVER >= 20081112
-packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+packetLen(0x016e, 186)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081105
-packetLen(0x016e, 6) // CZ_GUILD_NOTICE
+packetLen(0x016e, 6)
#elif PACKETVER >= 20081029
-packetLen(0x016e, 10) // CZ_GUILD_NOTICE
+packetLen(0x016e, 10)
#elif PACKETVER >= 20081022
-packetLen(0x016e, -1) // CZ_GUILD_NOTICE
+packetLen(0x016e, -1)
#elif PACKETVER >= 20081015
-packetLen(0x016e, 7) // CZ_GUILD_NOTICE
+packetLen(0x016e, 7)
#elif PACKETVER >= 20081008
-packetLen(0x016e, 39) // CZ_GUILD_NOTICE
+packetLen(0x016e, 39)
#elif PACKETVER >= 20081001
-packetLen(0x016e, -1) // CZ_GUILD_NOTICE
+packetLen(0x016e, -1)
#elif PACKETVER >= 20080924
-packetLen(0x016e, 6) // CZ_GUILD_NOTICE
+packetLen(0x016e, 6)
#elif PACKETVER >= 20080917
-packetLen(0x016e, -1) // CZ_GUILD_NOTICE
+packetLen(0x016e, -1)
#elif PACKETVER >= 20080910
-packetLen(0x016e, 4) // CZ_GUILD_NOTICE
+packetLen(0x016e, 4)
#elif PACKETVER >= 20080903
-packetLen(0x016e, 3) // CZ_GUILD_NOTICE
+packetLen(0x016e, 3)
#elif PACKETVER >= 20080827
-packetLen(0x016e, -1) // CZ_GUILD_NOTICE
+packetLen(0x016e, -1)
#elif PACKETVER >= 20080820
-packetLen(0x016e, 12) // CZ_GUILD_NOTICE
+packetLen(0x016e, 12)
#elif PACKETVER >= 20080813
-packetLen(0x016e, 9) // CZ_GUILD_NOTICE
+packetLen(0x016e, 9)
#elif PACKETVER >= 20080806
-packetLen(0x016e, -1) // CZ_GUILD_NOTICE
+packetLen(0x016e, -1)
#elif PACKETVER >= 20080730
-packetLen(0x016e, 2) // CZ_GUILD_NOTICE
+packetLen(0x016e, 2)
#elif PACKETVER >= 20080715
-packetLen(0x016e, -1) // CZ_GUILD_NOTICE
+packetLen(0x016e, -1)
#elif PACKETVER >= 20080708
-packetLen(0x016e, 5) // CZ_GUILD_NOTICE
+packetLen(0x016e, 5)
#elif PACKETVER >= 20080701
-packetLen(0x016e, -1) // CZ_GUILD_NOTICE
+packetLen(0x016e, -1)
#elif PACKETVER >= 20080624
-packetLen(0x016e, 2) // CZ_GUILD_NOTICE
+packetLen(0x016e, 2)
#elif PACKETVER >= 20080617
-packetLen(0x016e, 39) // CZ_GUILD_NOTICE
+packetLen(0x016e, 39)
#elif PACKETVER >= 20080520
-packetLen(0x016e, -1) // CZ_GUILD_NOTICE
+packetLen(0x016e, -1)
#elif PACKETVER >= 20080513
-packetLen(0x016e, 15) // CZ_GUILD_NOTICE
+packetLen(0x016e, 15)
#elif PACKETVER >= 20080429
-packetLen(0x016e, -1) // CZ_GUILD_NOTICE
+packetLen(0x016e, -1)
#elif PACKETVER >= 20080422
-packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+packetLen(0x016e, 186)
#elif PACKETVER >= 20080415
-packetLen(0x016e, 42) // CZ_GUILD_NOTICE
+packetLen(0x016e, 42)
#elif PACKETVER >= 20080401
-packetLen(0x016e, -1) // CZ_GUILD_NOTICE
+packetLen(0x016e, -1)
#elif PACKETVER >= 20080325
-packetLen(0x016e, 2) // CZ_GUILD_NOTICE
+packetLen(0x016e, 2)
#elif PACKETVER >= 20080318
-packetLen(0x016e, 3) // CZ_GUILD_NOTICE
+packetLen(0x016e, 3)
#elif PACKETVER >= 20080311
-packetLen(0x016e, 4) // CZ_GUILD_NOTICE
+packetLen(0x016e, 4)
#elif PACKETVER >= 20080304
-packetLen(0x016e, 30) // CZ_GUILD_NOTICE
+packetLen(0x016e, 30)
#elif PACKETVER >= 20080226
-packetLen(0x016e, 4) // CZ_GUILD_NOTICE
+packetLen(0x016e, 4)
#elif PACKETVER >= 20080219
-packetLen(0x016e, 3) // CZ_GUILD_NOTICE
+packetLen(0x016e, 3)
#elif PACKETVER >= 20080124
-packetLen(0x016e, -1) // CZ_GUILD_NOTICE
+packetLen(0x016e, -1)
#elif PACKETVER >= 20080102
-packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+packetLen(0x016e, 186)
#endif
// Packet: 0x016f
#if PACKETVER >= 20081217
-packetLen(0x016f, -1) // ZC_GUILD_NOTICE
+packetLen(0x016f, -1)
#elif PACKETVER >= 20081203
-packetLen(0x016f, 2) // ZC_GUILD_NOTICE
+packetLen(0x016f, 2)
#elif PACKETVER >= 20081126
-packetLen(0x016f, 32) // ZC_GUILD_NOTICE
+packetLen(0x016f, 32)
#elif PACKETVER >= 20081112
-packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+packetLen(0x016f, 182)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x016f, 26) // ZC_GUILD_NOTICE
+packetLen(0x016f, 26)
#elif PACKETVER >= 20081029
-packetLen(0x016f, 7) // ZC_GUILD_NOTICE
+packetLen(0x016f, 7)
#elif PACKETVER >= 20081001
-packetLen(0x016f, -1) // ZC_GUILD_NOTICE
+packetLen(0x016f, -1)
#elif PACKETVER >= 20080924
-packetLen(0x016f, 11) // ZC_GUILD_NOTICE
+packetLen(0x016f, 11)
#elif PACKETVER >= 20080917
-packetLen(0x016f, 43) // ZC_GUILD_NOTICE
+packetLen(0x016f, 43)
#elif PACKETVER >= 20080903
-packetLen(0x016f, -1) // ZC_GUILD_NOTICE
+packetLen(0x016f, -1)
#elif PACKETVER >= 20080827
-packetLen(0x016f, 2) // ZC_GUILD_NOTICE
+packetLen(0x016f, 2)
#elif PACKETVER >= 20080820
-packetLen(0x016f, 9) // ZC_GUILD_NOTICE
+packetLen(0x016f, 9)
#elif PACKETVER >= 20080806
-packetLen(0x016f, -1) // ZC_GUILD_NOTICE
+packetLen(0x016f, -1)
#elif PACKETVER >= 20080730
-packetLen(0x016f, 81) // ZC_GUILD_NOTICE
+packetLen(0x016f, 81)
#elif PACKETVER >= 20080715
-packetLen(0x016f, -1) // ZC_GUILD_NOTICE
+packetLen(0x016f, -1)
#elif PACKETVER >= 20080708
-packetLen(0x016f, 30) // ZC_GUILD_NOTICE
+packetLen(0x016f, 30)
#elif PACKETVER >= 20080701
-packetLen(0x016f, 44) // ZC_GUILD_NOTICE
+packetLen(0x016f, 44)
#elif PACKETVER >= 20080624
-packetLen(0x016f, -1) // ZC_GUILD_NOTICE
+packetLen(0x016f, -1)
#elif PACKETVER >= 20080617
-packetLen(0x016f, 2) // ZC_GUILD_NOTICE
+packetLen(0x016f, 2)
#elif PACKETVER >= 20080603
-packetLen(0x016f, -1) // ZC_GUILD_NOTICE
+packetLen(0x016f, -1)
#elif PACKETVER >= 20080528
-packetLen(0x016f, 2) // ZC_GUILD_NOTICE
+packetLen(0x016f, 2)
#elif PACKETVER >= 20080507
-packetLen(0x016f, -1) // ZC_GUILD_NOTICE
+packetLen(0x016f, -1)
#elif PACKETVER >= 20080429
-packetLen(0x016f, 14) // ZC_GUILD_NOTICE
+packetLen(0x016f, 14)
#elif PACKETVER >= 20080422
-packetLen(0x016f, -1) // ZC_GUILD_NOTICE
+packetLen(0x016f, -1)
#elif PACKETVER >= 20080415
-packetLen(0x016f, 6) // ZC_GUILD_NOTICE
+packetLen(0x016f, 6)
#elif PACKETVER >= 20080408
-packetLen(0x016f, 7) // ZC_GUILD_NOTICE
+packetLen(0x016f, 7)
#elif PACKETVER >= 20080401
-packetLen(0x016f, -1) // ZC_GUILD_NOTICE
+packetLen(0x016f, -1)
#elif PACKETVER >= 20080325
-packetLen(0x016f, 22) // ZC_GUILD_NOTICE
+packetLen(0x016f, 22)
#elif PACKETVER >= 20080318
-packetLen(0x016f, 9) // ZC_GUILD_NOTICE
+packetLen(0x016f, 9)
#elif PACKETVER >= 20080311
-packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+packetLen(0x016f, 182)
#elif PACKETVER >= 20080304
-packetLen(0x016f, 12) // ZC_GUILD_NOTICE
+packetLen(0x016f, 12)
#elif PACKETVER >= 20080226
-packetLen(0x016f, 6) // ZC_GUILD_NOTICE
+packetLen(0x016f, 6)
#elif PACKETVER >= 20080219
-packetLen(0x016f, 4) // ZC_GUILD_NOTICE
+packetLen(0x016f, 4)
#elif PACKETVER >= 20080124
-packetLen(0x016f, 29) // ZC_GUILD_NOTICE
+packetLen(0x016f, 29)
#elif PACKETVER >= 20080102
-packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+packetLen(0x016f, 182)
#endif
// Packet: 0x0170
#if PACKETVER >= 20081217
-packetLen(0x0170, 26) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 26)
#elif PACKETVER >= 20081126
-packetLen(0x0170, -1) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, -1)
#elif PACKETVER >= 20081119
-packetLen(0x0170, 30) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 30)
#elif PACKETVER >= 20081112
-packetLen(0x0170, 44) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 44)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081029
-packetLen(0x0170, -1) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, -1)
#elif PACKETVER >= 20081022
-packetLen(0x0170, 19) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 19)
#elif PACKETVER >= 20081015
-packetLen(0x0170, 23) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 23)
#elif PACKETVER >= 20081008
-packetLen(0x0170, 10) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 10)
#elif PACKETVER >= 20081001
-packetLen(0x0170, 2) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 2)
#elif PACKETVER >= 20080917
-packetLen(0x0170, -1) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, -1)
#elif PACKETVER >= 20080910
-packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 14)
#elif PACKETVER >= 20080903
-packetLen(0x0170, 3) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 3)
#elif PACKETVER >= 20080813
-packetLen(0x0170, -1) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, -1)
#elif PACKETVER >= 20080806
-packetLen(0x0170, 4) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 4)
#elif PACKETVER >= 20080730
-packetLen(0x0170, 6) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 6)
#elif PACKETVER >= 20080722
-packetLen(0x0170, 17) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 17)
#elif PACKETVER >= 20080715
-packetLen(0x0170, -1) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, -1)
#elif PACKETVER >= 20080708
-packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 14)
#elif PACKETVER >= 20080701
-packetLen(0x0170, -1) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, -1)
#elif PACKETVER >= 20080624
-packetLen(0x0170, 20) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 20)
#elif PACKETVER >= 20080528
-packetLen(0x0170, -1) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, -1)
#elif PACKETVER >= 20080520
-packetLen(0x0170, 30) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 30)
#elif PACKETVER >= 20080513
-packetLen(0x0170, 102) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 102)
#elif PACKETVER >= 20080429
-packetLen(0x0170, 6) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 6)
#elif PACKETVER >= 20080422
-packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 14)
#elif PACKETVER >= 20080415
-packetLen(0x0170, 26) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 26)
#elif PACKETVER >= 20080408
-packetLen(0x0170, 22) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 22)
#elif PACKETVER >= 20080401
-packetLen(0x0170, 282) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 282)
#elif PACKETVER >= 20080318
-packetLen(0x0170, 6) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 6)
#elif PACKETVER >= 20080311
-packetLen(0x0170, 4) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 4)
#elif PACKETVER >= 20080304
-packetLen(0x0170, 81) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 81)
#elif PACKETVER >= 20080226
-packetLen(0x0170, 30) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 30)
#elif PACKETVER >= 20080219
-packetLen(0x0170, 60) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 60)
#elif PACKETVER >= 20080124
-packetLen(0x0170, -1) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, -1)
#elif PACKETVER >= 20080102
-packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 14)
#endif
// Packet: 0x0171
#if PACKETVER >= 20081217
-packetLen(0x0171, 6) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, 6)
#elif PACKETVER >= 20081126
-packetLen(0x0171, -1) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, -1)
#elif PACKETVER >= 20081112
-packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, 30)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081029
-packetLen(0x0171, -1) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, -1)
#elif PACKETVER >= 20081022
-packetLen(0x0171, 8) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, 8)
#elif PACKETVER >= 20081015
-packetLen(0x0171, -1) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, -1)
#elif PACKETVER >= 20081008
-packetLen(0x0171, 17) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, 17)
#elif PACKETVER >= 20081001
-packetLen(0x0171, 282) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, 282)
#elif PACKETVER >= 20080924
-packetLen(0x0171, -1) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, -1)
#elif PACKETVER >= 20080917
-packetLen(0x0171, 4) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, 4)
#elif PACKETVER >= 20080910
-packetLen(0x0171, -1) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, -1)
#elif PACKETVER >= 20080903
-packetLen(0x0171, 10) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, 10)
#elif PACKETVER >= 20080827
-packetLen(0x0171, -1) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, -1)
#elif PACKETVER >= 20080820
-packetLen(0x0171, 282) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, 282)
#elif PACKETVER >= 20080813
-packetLen(0x0171, 2) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, 2)
#elif PACKETVER >= 20080806
-packetLen(0x0171, -1) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, -1)
#elif PACKETVER >= 20080730
-packetLen(0x0171, 58) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, 58)
#elif PACKETVER >= 20080708
-packetLen(0x0171, -1) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, -1)
#elif PACKETVER >= 20080701
-packetLen(0x0171, 8) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, 8)
#elif PACKETVER >= 20080624
-packetLen(0x0171, 3) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, 3)
#elif PACKETVER >= 20080617
-packetLen(0x0171, -1) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, -1)
#elif PACKETVER >= 20080610
-packetLen(0x0171, 10) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, 10)
#elif PACKETVER >= 20080603
-packetLen(0x0171, 282) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, 282)
#elif PACKETVER >= 20080528
-packetLen(0x0171, 6) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, 6)
#elif PACKETVER >= 20080520
-packetLen(0x0171, 7) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, 7)
#elif PACKETVER >= 20080415
-packetLen(0x0171, -1) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, -1)
#elif PACKETVER >= 20080408
-packetLen(0x0171, 5) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, 5)
#elif PACKETVER >= 20080401
-packetLen(0x0171, 23) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, 23)
#elif PACKETVER >= 20080325
-packetLen(0x0171, 8) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, 8)
#elif PACKETVER >= 20080318
-packetLen(0x0171, -1) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, -1)
#elif PACKETVER >= 20080311
-packetLen(0x0171, 3) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, 3)
#elif PACKETVER >= 20080304
-packetLen(0x0171, 6) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, 6)
#elif PACKETVER >= 20080226
-packetLen(0x0171, 67) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, 67)
#elif PACKETVER >= 20080219
-packetLen(0x0171, 6) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, 6)
#elif PACKETVER >= 20080124
-packetLen(0x0171, 10) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, 10)
#elif PACKETVER >= 20080102
-packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, 30)
#endif
// Packet: 0x0172
#if PACKETVER >= 20081217
-packetLen(0x0172, -1) // CZ_ALLY_GUILD
+packetLen(0x0172, -1)
#elif PACKETVER >= 20081203
-packetLen(0x0172, 5) // CZ_ALLY_GUILD
+packetLen(0x0172, 5)
#elif PACKETVER >= 20081126
-packetLen(0x0172, 282) // CZ_ALLY_GUILD
+packetLen(0x0172, 282)
#elif PACKETVER >= 20081112
-packetLen(0x0172, 10) // CZ_ALLY_GUILD
+packetLen(0x0172, 10)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0172, 30) // CZ_ALLY_GUILD
+packetLen(0x0172, 30)
#elif PACKETVER >= 20080730
-packetLen(0x0172, -1) // CZ_ALLY_GUILD
+packetLen(0x0172, -1)
#elif PACKETVER >= 20080722
-packetLen(0x0172, 14) // CZ_ALLY_GUILD
+packetLen(0x0172, 14)
#elif PACKETVER >= 20080715
-packetLen(0x0172, -1) // CZ_ALLY_GUILD
+packetLen(0x0172, -1)
#elif PACKETVER >= 20080708
-packetLen(0x0172, 102) // CZ_ALLY_GUILD
+packetLen(0x0172, 102)
#elif PACKETVER >= 20080624
-packetLen(0x0172, -1) // CZ_ALLY_GUILD
+packetLen(0x0172, -1)
#elif PACKETVER >= 20080617
-packetLen(0x0172, 102) // CZ_ALLY_GUILD
+packetLen(0x0172, 102)
#elif PACKETVER >= 20080610
-packetLen(0x0172, 3) // CZ_ALLY_GUILD
+packetLen(0x0172, 3)
#elif PACKETVER >= 20080520
-packetLen(0x0172, -1) // CZ_ALLY_GUILD
+packetLen(0x0172, -1)
#elif PACKETVER >= 20080513
-packetLen(0x0172, 6) // CZ_ALLY_GUILD
+packetLen(0x0172, 6)
#elif PACKETVER >= 20080507
-packetLen(0x0172, 28) // CZ_ALLY_GUILD
+packetLen(0x0172, 28)
#elif PACKETVER >= 20080429
-packetLen(0x0172, -1) // CZ_ALLY_GUILD
+packetLen(0x0172, -1)
#elif PACKETVER >= 20080422
-packetLen(0x0172, 10) // CZ_ALLY_GUILD
+packetLen(0x0172, 10)
#elif PACKETVER >= 20080415
-packetLen(0x0172, 2) // CZ_ALLY_GUILD
+packetLen(0x0172, 2)
#elif PACKETVER >= 20080408
-packetLen(0x0172, -1) // CZ_ALLY_GUILD
+packetLen(0x0172, -1)
#elif PACKETVER >= 20080401
-packetLen(0x0172, 6) // CZ_ALLY_GUILD
+packetLen(0x0172, 6)
#elif PACKETVER >= 20080325
-packetLen(0x0172, 14) // CZ_ALLY_GUILD
+packetLen(0x0172, 14)
#elif PACKETVER >= 20080318
-packetLen(0x0172, -1) // CZ_ALLY_GUILD
+packetLen(0x0172, -1)
#elif PACKETVER >= 20080311
-packetLen(0x0172, 3) // CZ_ALLY_GUILD
+packetLen(0x0172, 3)
#elif PACKETVER >= 20080304
-packetLen(0x0172, 53) // CZ_ALLY_GUILD
+packetLen(0x0172, 53)
#elif PACKETVER >= 20080226
-packetLen(0x0172, -1) // CZ_ALLY_GUILD
+packetLen(0x0172, -1)
#elif PACKETVER >= 20080219
-packetLen(0x0172, 22) // CZ_ALLY_GUILD
+packetLen(0x0172, 22)
#elif PACKETVER >= 20080124
-packetLen(0x0172, 14) // CZ_ALLY_GUILD
+packetLen(0x0172, 14)
#elif PACKETVER >= 20080102
-packetLen(0x0172, 10) // CZ_ALLY_GUILD
+packetLen(0x0172, 10)
#endif
// Packet: 0x0173
-packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+packetLen(0x0173, 3)
// Packet: 0x0174
-packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0174, -1)
// Packet: 0x0175
-packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+packetLen(0x0175, 6)
// Packet: 0x0176
-packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+packetLen(0x0176, 106)
// Packet: 0x0177
#if PACKETVER >= 20081126
-packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, -1)
#elif PACKETVER >= 20081119
-packetLen(0x0177, 7) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, 7)
#elif PACKETVER >= 20081112
-packetLen(0x0177, 3) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, 3)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0177, 8) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, 8)
#elif PACKETVER >= 20081015
-packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, -1)
#elif PACKETVER >= 20081008
-packetLen(0x0177, 6) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, 6)
#elif PACKETVER >= 20081001
-packetLen(0x0177, 5) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, 5)
#elif PACKETVER >= 20080924
-packetLen(0x0177, 3) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, 3)
#elif PACKETVER >= 20080917
-packetLen(0x0177, 8) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, 8)
#elif PACKETVER >= 20080910
-packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, -1)
#elif PACKETVER >= 20080903
-packetLen(0x0177, 7) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, 7)
#elif PACKETVER >= 20080827
-packetLen(0x0177, 182) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, 182)
#elif PACKETVER >= 20080820
-packetLen(0x0177, 6) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, 6)
#elif PACKETVER >= 20080813
-packetLen(0x0177, 71) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, 71)
#elif PACKETVER >= 20080730
-packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, -1)
#elif PACKETVER >= 20080722
-packetLen(0x0177, 3) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, 3)
#elif PACKETVER >= 20080715
-packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, -1)
#elif PACKETVER >= 20080708
-packetLen(0x0177, 7) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, 7)
#elif PACKETVER >= 20080701
-packetLen(0x0177, 2) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, 2)
#elif PACKETVER >= 20080624
-packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, -1)
#elif PACKETVER >= 20080617
-packetLen(0x0177, 4) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, 4)
#elif PACKETVER >= 20080610
-packetLen(0x0177, 31) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, 31)
#elif PACKETVER >= 20080603
-packetLen(0x0177, 58) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, 58)
#elif PACKETVER >= 20080528
-packetLen(0x0177, 4) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, 4)
#elif PACKETVER >= 20080513
-packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, -1)
#elif PACKETVER >= 20080507
-packetLen(0x0177, 30) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, 30)
#elif PACKETVER >= 20080429
-packetLen(0x0177, 26) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, 26)
#elif PACKETVER >= 20080422
-packetLen(0x0177, 28) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, 28)
#elif PACKETVER >= 20080415
-packetLen(0x0177, 114) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, 114)
#elif PACKETVER >= 20080408
-packetLen(0x0177, 10) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, 10)
#elif PACKETVER >= 20080401
-packetLen(0x0177, 4) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, 4)
#elif PACKETVER >= 20080325
-packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, -1)
#elif PACKETVER >= 20080318
-packetLen(0x0177, 11) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, 11)
#elif PACKETVER >= 20080311
-packetLen(0x0177, 27) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, 27)
#elif PACKETVER >= 20080304
-packetLen(0x0177, 34) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, 34)
#elif PACKETVER >= 20080226
-packetLen(0x0177, 3) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, 3)
#elif PACKETVER >= 20080219
-packetLen(0x0177, 2) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, 2)
#elif PACKETVER >= 20080124
-packetLen(0x0177, 30) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, 30)
#elif PACKETVER >= 20080102
-packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, -1)
#endif
// Packet: 0x0178
#if PACKETVER >= 20081112
-packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, 4)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081008
-packetLen(0x0178, -1) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, -1)
#elif PACKETVER >= 20081001
-packetLen(0x0178, 14) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, 14)
#elif PACKETVER >= 20080917
-packetLen(0x0178, -1) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, -1)
#elif PACKETVER >= 20080910
-packetLen(0x0178, 6) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, 6)
#elif PACKETVER >= 20080827
-packetLen(0x0178, -1) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, -1)
#elif PACKETVER >= 20080820
-packetLen(0x0178, 90) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, 90)
#elif PACKETVER >= 20080806
-packetLen(0x0178, -1) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, -1)
#elif PACKETVER >= 20080730
-packetLen(0x0178, 2) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, 2)
#elif PACKETVER >= 20080722
-packetLen(0x0178, 8) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, 8)
#elif PACKETVER >= 20080715
-packetLen(0x0178, 55) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, 55)
#elif PACKETVER >= 20080624
-packetLen(0x0178, -1) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, -1)
#elif PACKETVER >= 20080617
-packetLen(0x0178, 10) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, 10)
#elif PACKETVER >= 20080603
-packetLen(0x0178, -1) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, -1)
#elif PACKETVER >= 20080528
-packetLen(0x0178, 33) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, 33)
#elif PACKETVER >= 20080520
-packetLen(0x0178, 7) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, 7)
#elif PACKETVER >= 20080513
-packetLen(0x0178, -1) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, -1)
#elif PACKETVER >= 20080429
-packetLen(0x0178, 6) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, 6)
#elif PACKETVER >= 20080415
-packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, 4)
#elif PACKETVER >= 20080408
-packetLen(0x0178, -1) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, -1)
#elif PACKETVER >= 20080401
-packetLen(0x0178, 7) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, 7)
#elif PACKETVER >= 20080325
-packetLen(0x0178, 6) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, 6)
#elif PACKETVER >= 20080318
-packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, 4)
#elif PACKETVER >= 20080311
-packetLen(0x0178, 11) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, 11)
#elif PACKETVER >= 20080304
-packetLen(0x0178, 6) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, 6)
#elif PACKETVER >= 20080226
-packetLen(0x0178, -1) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, -1)
#elif PACKETVER >= 20080219
-packetLen(0x0178, 30) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, 30)
#elif PACKETVER >= 20080124
-packetLen(0x0178, 68) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, 68)
#elif PACKETVER >= 20080102
-packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, 4)
#endif
// Packet: 0x0179
#if PACKETVER >= 20081217
-packetLen(0x0179, 53) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 53)
#elif PACKETVER >= 20081203
-packetLen(0x0179, -1) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, -1)
#elif PACKETVER >= 20081126
-packetLen(0x0179, 26) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 26)
#elif PACKETVER >= 20081119
-packetLen(0x0179, 10) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 10)
#elif PACKETVER >= 20081112
-packetLen(0x0179, 6) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 6)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0179, 3) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 3)
#elif PACKETVER >= 20081022
-packetLen(0x0179, -1) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, -1)
#elif PACKETVER >= 20081015
-packetLen(0x0179, 26) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 26)
#elif PACKETVER >= 20081008
-packetLen(0x0179, 6) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 6)
#elif PACKETVER >= 20081001
-packetLen(0x0179, -1) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, -1)
#elif PACKETVER >= 20080924
-packetLen(0x0179, 4) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 4)
#elif PACKETVER >= 20080917
-packetLen(0x0179, 9) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 9)
#elif PACKETVER >= 20080910
-packetLen(0x0179, 8) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 8)
#elif PACKETVER >= 20080903
-packetLen(0x0179, -1) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, -1)
#elif PACKETVER >= 20080827
-packetLen(0x0179, 60) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 60)
#elif PACKETVER >= 20080820
-packetLen(0x0179, -1) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, -1)
#elif PACKETVER >= 20080813
-packetLen(0x0179, 102) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 102)
#elif PACKETVER >= 20080806
-packetLen(0x0179, 28) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 28)
#elif PACKETVER >= 20080730
-packetLen(0x0179, 27) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 27)
#elif PACKETVER >= 20080722
-packetLen(0x0179, 2) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 2)
#elif PACKETVER >= 20080715
-packetLen(0x0179, 29) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 29)
#elif PACKETVER >= 20080708
-packetLen(0x0179, -1) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, -1)
#elif PACKETVER >= 20080701
-packetLen(0x0179, 59) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 59)
#elif PACKETVER >= 20080624
-packetLen(0x0179, -1) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, -1)
#elif PACKETVER >= 20080617
-packetLen(0x0179, 6) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 6)
#elif PACKETVER >= 20080610
-packetLen(0x0179, -1) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, -1)
#elif PACKETVER >= 20080603
-packetLen(0x0179, 27) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 27)
#elif PACKETVER >= 20080528
-packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 5)
#elif PACKETVER >= 20080520
-packetLen(0x0179, 11) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 11)
#elif PACKETVER >= 20080513
-packetLen(0x0179, -1) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, -1)
#elif PACKETVER >= 20080507
-packetLen(0x0179, 43) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 43)
#elif PACKETVER >= 20080429
-packetLen(0x0179, 6) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 6)
#elif PACKETVER >= 20080422
-packetLen(0x0179, 55) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 55)
#elif PACKETVER >= 20080415
-packetLen(0x0179, 4) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 4)
#elif PACKETVER >= 20080408
-packetLen(0x0179, 6) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 6)
#elif PACKETVER >= 20080401
-packetLen(0x0179, 10) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 10)
#elif PACKETVER >= 20080325
-packetLen(0x0179, -1) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, -1)
#elif PACKETVER >= 20080318
-packetLen(0x0179, 8) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 8)
#elif PACKETVER >= 20080311
-packetLen(0x0179, 2) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 2)
#elif PACKETVER >= 20080304
-packetLen(0x0179, 6) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 6)
#elif PACKETVER >= 20080219
-packetLen(0x0179, 3) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 3)
#elif PACKETVER >= 20080124
-packetLen(0x0179, 15) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 15)
#elif PACKETVER >= 20080102
-packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 5)
#endif
// Packet: 0x017a
#if PACKETVER >= 20081217
-packetLen(0x017a, 24) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, 24)
#elif PACKETVER >= 20081203
-packetLen(0x017a, -1) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, -1)
#elif PACKETVER >= 20081126
-packetLen(0x017a, 3) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, 3)
#elif PACKETVER >= 20081112
-packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, 4)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x017a, 71) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, 71)
#elif PACKETVER >= 20081022
-packetLen(0x017a, -1) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, -1)
#elif PACKETVER >= 20081015
-packetLen(0x017a, 6) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, 6)
#elif PACKETVER >= 20080917
-packetLen(0x017a, -1) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, -1)
#elif PACKETVER >= 20080910
-packetLen(0x017a, 26) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, 26)
#elif PACKETVER >= 20080820
-packetLen(0x017a, -1) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, -1)
#elif PACKETVER >= 20080813
-packetLen(0x017a, 66) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, 66)
#elif PACKETVER >= 20080730
-packetLen(0x017a, -1) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, -1)
#elif PACKETVER >= 20080722
-packetLen(0x017a, 22) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, 22)
#elif PACKETVER >= 20080708
-packetLen(0x017a, -1) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, -1)
#elif PACKETVER >= 20080701
-packetLen(0x017a, 29) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, 29)
#elif PACKETVER >= 20080610
-packetLen(0x017a, -1) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, -1)
#elif PACKETVER >= 20080603
-packetLen(0x017a, 28) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, 28)
#elif PACKETVER >= 20080528
-packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, 4)
#elif PACKETVER >= 20080520
-packetLen(0x017a, 6) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, 6)
#elif PACKETVER >= 20080513
-packetLen(0x017a, -1) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, -1)
#elif PACKETVER >= 20080507
-packetLen(0x017a, 6) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, 6)
#elif PACKETVER >= 20080429
-packetLen(0x017a, 5) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, 5)
#elif PACKETVER >= 20080415
-packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, 4)
#elif PACKETVER >= 20080408
-packetLen(0x017a, 2) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, 2)
#elif PACKETVER >= 20080401
-packetLen(0x017a, 31) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, 31)
#elif PACKETVER >= 20080325
-packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, 4)
#elif PACKETVER >= 20080318
-packetLen(0x017a, 8) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, 8)
#elif PACKETVER >= 20080311
-packetLen(0x017a, 6) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, 6)
#elif PACKETVER >= 20080304
-packetLen(0x017a, 13) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, 13)
#elif PACKETVER >= 20080219
-packetLen(0x017a, 30) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, 30)
#elif PACKETVER >= 20080124
-packetLen(0x017a, 7) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, 7)
#elif PACKETVER >= 20080102
-packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, 4)
#endif
// Packet: 0x017b
#if PACKETVER >= 20081217
-packetLen(0x017b, 10) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, 10)
#elif PACKETVER >= 20081203
-packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, -1)
#elif PACKETVER >= 20081126
-packetLen(0x017b, 4) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, 4)
#elif PACKETVER >= 20081119
-packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, -1)
#elif PACKETVER >= 20081112
-packetLen(0x017b, 10) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, 10)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081022
-packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, -1)
#elif PACKETVER >= 20081015
-packetLen(0x017b, 3) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, 3)
#elif PACKETVER >= 20081008
-packetLen(0x017b, 6) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, 6)
#elif PACKETVER >= 20080917
-packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, -1)
#elif PACKETVER >= 20080910
-packetLen(0x017b, 32) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, 32)
#elif PACKETVER >= 20080827
-packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, -1)
#elif PACKETVER >= 20080820
-packetLen(0x017b, 10) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, 10)
#elif PACKETVER >= 20080813
-packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, -1)
#elif PACKETVER >= 20080806
-packetLen(0x017b, 282) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, 282)
#elif PACKETVER >= 20080730
-packetLen(0x017b, 8) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, 8)
#elif PACKETVER >= 20080708
-packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, -1)
#elif PACKETVER >= 20080701
-packetLen(0x017b, 2) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, 2)
#elif PACKETVER >= 20080617
-packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, -1)
#elif PACKETVER >= 20080610
-packetLen(0x017b, 2) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, 2)
#elif PACKETVER >= 20080603
-packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, -1)
#elif PACKETVER >= 20080528
-packetLen(0x017b, 4) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, 4)
#elif PACKETVER >= 20080520
-packetLen(0x017b, 68) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, 68)
#elif PACKETVER >= 20080513
-packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, -1)
#elif PACKETVER >= 20080507
-packetLen(0x017b, 53) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, 53)
#elif PACKETVER >= 20080429
-packetLen(0x017b, 8) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, 8)
#elif PACKETVER >= 20080415
-packetLen(0x017b, 6) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, 6)
#elif PACKETVER >= 20080408
-packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, -1)
#elif PACKETVER >= 20080401
-packetLen(0x017b, 6) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, 6)
#elif PACKETVER >= 20080325
-packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, -1)
#elif PACKETVER >= 20080318
-packetLen(0x017b, 11) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, 11)
#elif PACKETVER >= 20080311
-packetLen(0x017b, 3) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, 3)
#elif PACKETVER >= 20080304
-packetLen(0x017b, 4) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, 4)
#elif PACKETVER >= 20080226
-packetLen(0x017b, 9) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, 9)
#elif PACKETVER >= 20080219
-packetLen(0x017b, 18) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, 18)
#elif PACKETVER >= 20080124
-packetLen(0x017b, 3) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, 3)
#elif PACKETVER >= 20080102
-packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, -1)
#endif
// Packet: 0x017c
#if PACKETVER >= 20081119
-packetLen(0x017c, -1) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, -1)
#elif PACKETVER >= 20081112
-packetLen(0x017c, 79) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, 79)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x017c, 2) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, 2)
#elif PACKETVER >= 20081029
-packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, 6)
#elif PACKETVER >= 20081022
-packetLen(0x017c, 8) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, 8)
#elif PACKETVER >= 20081015
-packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, 6)
#elif PACKETVER >= 20081008
-packetLen(0x017c, -1) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, -1)
#elif PACKETVER >= 20081001
-packetLen(0x017c, 4) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, 4)
#elif PACKETVER >= 20080924
-packetLen(0x017c, 5) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, 5)
#elif PACKETVER >= 20080917
-packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, 6)
#elif PACKETVER >= 20080910
-packetLen(0x017c, 54) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, 54)
#elif PACKETVER >= 20080903
-packetLen(0x017c, 4) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, 4)
#elif PACKETVER >= 20080813
-packetLen(0x017c, -1) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, -1)
#elif PACKETVER >= 20080806
-packetLen(0x017c, 12) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, 12)
#elif PACKETVER >= 20080730
-packetLen(0x017c, 102) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, 102)
#elif PACKETVER >= 20080715
-packetLen(0x017c, -1) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, -1)
#elif PACKETVER >= 20080708
-packetLen(0x017c, 7) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, 7)
#elif PACKETVER >= 20080701
-packetLen(0x017c, -1) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, -1)
#elif PACKETVER >= 20080624
-packetLen(0x017c, 55) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, 55)
#elif PACKETVER >= 20080617
-packetLen(0x017c, 26) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, 26)
#elif PACKETVER >= 20080610
-packetLen(0x017c, -1) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, -1)
#elif PACKETVER >= 20080603
-packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, 6)
#elif PACKETVER >= 20080528
-packetLen(0x017c, 21) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, 21)
#elif PACKETVER >= 20080520
-packetLen(0x017c, 39) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, 39)
#elif PACKETVER >= 20080513
-packetLen(0x017c, 7) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, 7)
#elif PACKETVER >= 20080422
-packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, 6)
#elif PACKETVER >= 20080408
-packetLen(0x017c, -1) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, -1)
#elif PACKETVER >= 20080401
-packetLen(0x017c, 31) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, 31)
#elif PACKETVER >= 20080311
-packetLen(0x017c, -1) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, -1)
#elif PACKETVER >= 20080304
-packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, 6)
#elif PACKETVER >= 20080226
-packetLen(0x017c, -1) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, -1)
#elif PACKETVER >= 20080219
-packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, 6)
#elif PACKETVER >= 20080124
-packetLen(0x017c, -1) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, -1)
#elif PACKETVER >= 20080102
-packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, 6)
#endif
// Packet: 0x017d
#if PACKETVER >= 20081217
-packetLen(0x017d, 2) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 2)
#elif PACKETVER >= 20081203
-packetLen(0x017d, -1) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, -1)
#elif PACKETVER >= 20081126
-packetLen(0x017d, 6) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 6)
#elif PACKETVER >= 20081112
-packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 7)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081105
-packetLen(0x017d, -1) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, -1)
#elif PACKETVER >= 20081029
-packetLen(0x017d, 9) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 9)
#elif PACKETVER >= 20081022
-packetLen(0x017d, 14) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 14)
#elif PACKETVER >= 20081015
-packetLen(0x017d, 16) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 16)
#elif PACKETVER >= 20081008
-packetLen(0x017d, 53) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 53)
#elif PACKETVER >= 20081001
-packetLen(0x017d, 71) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 71)
#elif PACKETVER >= 20080910
-packetLen(0x017d, -1) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, -1)
#elif PACKETVER >= 20080903
-packetLen(0x017d, 4) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 4)
#elif PACKETVER >= 20080827
-packetLen(0x017d, 18) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 18)
#elif PACKETVER >= 20080813
-packetLen(0x017d, -1) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, -1)
#elif PACKETVER >= 20080806
-packetLen(0x017d, 10) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 10)
#elif PACKETVER >= 20080730
-packetLen(0x017d, -1) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, -1)
#elif PACKETVER >= 20080722
-packetLen(0x017d, 97) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 97)
#elif PACKETVER >= 20080715
-packetLen(0x017d, -1) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, -1)
#elif PACKETVER >= 20080708
-packetLen(0x017d, 31) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 31)
#elif PACKETVER >= 20080701
-packetLen(0x017d, 33) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 33)
#elif PACKETVER >= 20080610
-packetLen(0x017d, -1) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, -1)
#elif PACKETVER >= 20080603
-packetLen(0x017d, 3) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 3)
#elif PACKETVER >= 20080528
-packetLen(0x017d, -1) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, -1)
#elif PACKETVER >= 20080520
-packetLen(0x017d, 4) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 4)
#elif PACKETVER >= 20080422
-packetLen(0x017d, -1) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, -1)
#elif PACKETVER >= 20080415
-packetLen(0x017d, 11) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 11)
#elif PACKETVER >= 20080408
-packetLen(0x017d, 6) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 6)
#elif PACKETVER >= 20080401
-packetLen(0x017d, 8) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 8)
#elif PACKETVER >= 20080325
-packetLen(0x017d, -1) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, -1)
#elif PACKETVER >= 20080318
-packetLen(0x017d, 28) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 28)
#elif PACKETVER >= 20080311
-packetLen(0x017d, 34) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 34)
#elif PACKETVER >= 20080304
-packetLen(0x017d, 30) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 30)
#elif PACKETVER >= 20080219
-packetLen(0x017d, 8) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 8)
#elif PACKETVER >= 20080124
-packetLen(0x017d, 10) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 10)
#elif PACKETVER >= 20080102
-packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 7)
#endif
// Packet: 0x017e
#if PACKETVER >= 20081217
-packetLen(0x017e, 2) // CZ_GUILD_CHAT
+packetLen(0x017e, 2)
#elif PACKETVER >= 20081203
-packetLen(0x017e, 3) // CZ_GUILD_CHAT
+packetLen(0x017e, 3)
#elif PACKETVER >= 20081119
-packetLen(0x017e, -1) // CZ_GUILD_CHAT
+packetLen(0x017e, -1)
#elif PACKETVER >= 20081112
-packetLen(0x017e, 282) // CZ_GUILD_CHAT
+packetLen(0x017e, 282)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x017e, 67) // CZ_GUILD_CHAT
+packetLen(0x017e, 67)
#elif PACKETVER >= 20081022
-packetLen(0x017e, -1) // CZ_GUILD_CHAT
+packetLen(0x017e, -1)
#elif PACKETVER >= 20081015
-packetLen(0x017e, 10) // CZ_GUILD_CHAT
+packetLen(0x017e, 10)
#elif PACKETVER >= 20081008
-packetLen(0x017e, -1) // CZ_GUILD_CHAT
+packetLen(0x017e, -1)
#elif PACKETVER >= 20081001
-packetLen(0x017e, 9) // CZ_GUILD_CHAT
+packetLen(0x017e, 9)
#elif PACKETVER >= 20080924
-packetLen(0x017e, 6) // CZ_GUILD_CHAT
+packetLen(0x017e, 6)
#elif PACKETVER >= 20080917
-packetLen(0x017e, -1) // CZ_GUILD_CHAT
+packetLen(0x017e, -1)
#elif PACKETVER >= 20080910
-packetLen(0x017e, 8) // CZ_GUILD_CHAT
+packetLen(0x017e, 8)
#elif PACKETVER >= 20080903
-packetLen(0x017e, 32) // CZ_GUILD_CHAT
+packetLen(0x017e, 32)
#elif PACKETVER >= 20080827
-packetLen(0x017e, 11) // CZ_GUILD_CHAT
+packetLen(0x017e, 11)
#elif PACKETVER >= 20080820
-packetLen(0x017e, 4) // CZ_GUILD_CHAT
+packetLen(0x017e, 4)
#elif PACKETVER >= 20080813
-packetLen(0x017e, 8) // CZ_GUILD_CHAT
+packetLen(0x017e, 8)
#elif PACKETVER >= 20080806
-packetLen(0x017e, 30) // CZ_GUILD_CHAT
+packetLen(0x017e, 30)
#elif PACKETVER >= 20080730
-packetLen(0x017e, -1) // CZ_GUILD_CHAT
+packetLen(0x017e, -1)
#elif PACKETVER >= 20080722
-packetLen(0x017e, 26) // CZ_GUILD_CHAT
+packetLen(0x017e, 26)
#elif PACKETVER >= 20080715
-packetLen(0x017e, 6) // CZ_GUILD_CHAT
+packetLen(0x017e, 6)
#elif PACKETVER >= 20080708
-packetLen(0x017e, 11) // CZ_GUILD_CHAT
+packetLen(0x017e, 11)
#elif PACKETVER >= 20080701
-packetLen(0x017e, 4) // CZ_GUILD_CHAT
+packetLen(0x017e, 4)
#elif PACKETVER >= 20080624
-packetLen(0x017e, 6) // CZ_GUILD_CHAT
+packetLen(0x017e, 6)
#elif PACKETVER >= 20080617
-packetLen(0x017e, -1) // CZ_GUILD_CHAT
+packetLen(0x017e, -1)
#elif PACKETVER >= 20080610
-packetLen(0x017e, 2) // CZ_GUILD_CHAT
+packetLen(0x017e, 2)
#elif PACKETVER >= 20080603
-packetLen(0x017e, -1) // CZ_GUILD_CHAT
+packetLen(0x017e, -1)
#elif PACKETVER >= 20080528
-packetLen(0x017e, 29) // CZ_GUILD_CHAT
+packetLen(0x017e, 29)
#elif PACKETVER >= 20080520
-packetLen(0x017e, -1) // CZ_GUILD_CHAT
+packetLen(0x017e, -1)
#elif PACKETVER >= 20080513
-packetLen(0x017e, 3) // CZ_GUILD_CHAT
+packetLen(0x017e, 3)
#elif PACKETVER >= 20080507
-packetLen(0x017e, 32) // CZ_GUILD_CHAT
+packetLen(0x017e, 32)
#elif PACKETVER >= 20080429
-packetLen(0x017e, 3) // CZ_GUILD_CHAT
+packetLen(0x017e, 3)
#elif PACKETVER >= 20080422
-packetLen(0x017e, -1) // CZ_GUILD_CHAT
+packetLen(0x017e, -1)
#elif PACKETVER >= 20080415
-packetLen(0x017e, 14) // CZ_GUILD_CHAT
+packetLen(0x017e, 14)
#elif PACKETVER >= 20080408
-packetLen(0x017e, -1) // CZ_GUILD_CHAT
+packetLen(0x017e, -1)
#elif PACKETVER >= 20080401
-packetLen(0x017e, 4) // CZ_GUILD_CHAT
+packetLen(0x017e, 4)
#elif PACKETVER >= 20080325
-packetLen(0x017e, 14) // CZ_GUILD_CHAT
+packetLen(0x017e, 14)
#elif PACKETVER >= 20080318
-packetLen(0x017e, 3) // CZ_GUILD_CHAT
+packetLen(0x017e, 3)
#elif PACKETVER >= 20080311
-packetLen(0x017e, 31) // CZ_GUILD_CHAT
+packetLen(0x017e, 31)
#elif PACKETVER >= 20080304
-packetLen(0x017e, 10) // CZ_GUILD_CHAT
+packetLen(0x017e, 10)
#elif PACKETVER >= 20080226
-packetLen(0x017e, 7) // CZ_GUILD_CHAT
+packetLen(0x017e, 7)
#elif PACKETVER >= 20080219
-packetLen(0x017e, 28) // CZ_GUILD_CHAT
+packetLen(0x017e, 28)
#elif PACKETVER >= 20080124
-packetLen(0x017e, 7) // CZ_GUILD_CHAT
+packetLen(0x017e, 7)
#elif PACKETVER >= 20080102
-packetLen(0x017e, -1) // CZ_GUILD_CHAT
+packetLen(0x017e, -1)
#endif
// Packet: 0x017f
#if PACKETVER >= 20081217
-packetLen(0x017f, 30) // ZC_GUILD_CHAT
+packetLen(0x017f, 30)
#elif PACKETVER >= 20081203
-packetLen(0x017f, 54) // ZC_GUILD_CHAT
+packetLen(0x017f, 54)
#elif PACKETVER >= 20081126
-packetLen(0x017f, -1) // ZC_GUILD_CHAT
+packetLen(0x017f, -1)
#elif PACKETVER >= 20081119
-packetLen(0x017f, 4) // ZC_GUILD_CHAT
+packetLen(0x017f, 4)
#elif PACKETVER >= 20081112
-packetLen(0x017f, 20) // ZC_GUILD_CHAT
+packetLen(0x017f, 20)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081029
-packetLen(0x017f, -1) // ZC_GUILD_CHAT
+packetLen(0x017f, -1)
#elif PACKETVER >= 20081022
-packetLen(0x017f, 10) // ZC_GUILD_CHAT
+packetLen(0x017f, 10)
#elif PACKETVER >= 20081008
-packetLen(0x017f, -1) // ZC_GUILD_CHAT
+packetLen(0x017f, -1)
#elif PACKETVER >= 20081001
-packetLen(0x017f, 8) // ZC_GUILD_CHAT
+packetLen(0x017f, 8)
#elif PACKETVER >= 20080924
-packetLen(0x017f, 30) // ZC_GUILD_CHAT
+packetLen(0x017f, 30)
#elif PACKETVER >= 20080917
-packetLen(0x017f, 11) // ZC_GUILD_CHAT
+packetLen(0x017f, 11)
#elif PACKETVER >= 20080910
-packetLen(0x017f, -1) // ZC_GUILD_CHAT
+packetLen(0x017f, -1)
#elif PACKETVER >= 20080903
-packetLen(0x017f, 10) // ZC_GUILD_CHAT
+packetLen(0x017f, 10)
#elif PACKETVER >= 20080730
-packetLen(0x017f, -1) // ZC_GUILD_CHAT
+packetLen(0x017f, -1)
#elif PACKETVER >= 20080722
-packetLen(0x017f, 282) // ZC_GUILD_CHAT
+packetLen(0x017f, 282)
#elif PACKETVER >= 20080715
-packetLen(0x017f, 53) // ZC_GUILD_CHAT
+packetLen(0x017f, 53)
#elif PACKETVER >= 20080708
-packetLen(0x017f, -1) // ZC_GUILD_CHAT
+packetLen(0x017f, -1)
#elif PACKETVER >= 20080624
-packetLen(0x017f, 2) // ZC_GUILD_CHAT
+packetLen(0x017f, 2)
#elif PACKETVER >= 20080520
-packetLen(0x017f, -1) // ZC_GUILD_CHAT
+packetLen(0x017f, -1)
#elif PACKETVER >= 20080513
-packetLen(0x017f, 54) // ZC_GUILD_CHAT
+packetLen(0x017f, 54)
#elif PACKETVER >= 20080507
-packetLen(0x017f, 11) // ZC_GUILD_CHAT
+packetLen(0x017f, 11)
#elif PACKETVER >= 20080429
-packetLen(0x017f, 4) // ZC_GUILD_CHAT
+packetLen(0x017f, 4)
#elif PACKETVER >= 20080415
-packetLen(0x017f, -1) // ZC_GUILD_CHAT
+packetLen(0x017f, -1)
#elif PACKETVER >= 20080408
-packetLen(0x017f, 20) // ZC_GUILD_CHAT
+packetLen(0x017f, 20)
#elif PACKETVER >= 20080401
-packetLen(0x017f, 6) // ZC_GUILD_CHAT
+packetLen(0x017f, 6)
#elif PACKETVER >= 20080325
-packetLen(0x017f, -1) // ZC_GUILD_CHAT
+packetLen(0x017f, -1)
#elif PACKETVER >= 20080318
-packetLen(0x017f, 4) // ZC_GUILD_CHAT
+packetLen(0x017f, 4)
#elif PACKETVER >= 20080311
-packetLen(0x017f, 35) // ZC_GUILD_CHAT
+packetLen(0x017f, 35)
#elif PACKETVER >= 20080304
-packetLen(0x017f, 14) // ZC_GUILD_CHAT
+packetLen(0x017f, 14)
#elif PACKETVER >= 20080226
-packetLen(0x017f, 30) // ZC_GUILD_CHAT
+packetLen(0x017f, 30)
#elif PACKETVER >= 20080219
-packetLen(0x017f, -1) // ZC_GUILD_CHAT
+packetLen(0x017f, -1)
#elif PACKETVER >= 20080124
-packetLen(0x017f, 30) // ZC_GUILD_CHAT
+packetLen(0x017f, 30)
#elif PACKETVER >= 20080102
-packetLen(0x017f, -1) // ZC_GUILD_CHAT
+packetLen(0x017f, -1)
#endif
// Packet: 0x0180
-packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+packetLen(0x0180, 6)
// Packet: 0x0181
-packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+packetLen(0x0181, 3)
// Packet: 0x0182
-packetLen(0x0182, 106) // ZC_MEMBER_ADD
+packetLen(0x0182, 106)
// Packet: 0x0183
-packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+packetLen(0x0183, 10)
// Packet: 0x0184
-packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+packetLen(0x0184, 10)
// Packet: 0x0185
-packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+packetLen(0x0185, 34)
// Packet: 0x0187
-packetLen(0x0187, 6) // CH_UNKNOWN_PING
+packetLen(0x0187, 6)
// Packet: 0x0188
#if PACKETVER >= 20081126
-packetLen(0x0188, -1) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, -1)
#elif PACKETVER >= 20081119
-packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, 8)
#elif PACKETVER >= 20081112
-packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, 8)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0188, -1) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, -1)
#elif PACKETVER >= 20081029
-packetLen(0x0188, 10) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, 10)
#elif PACKETVER >= 20081022
-packetLen(0x0188, -1) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, -1)
#elif PACKETVER >= 20081015
-packetLen(0x0188, 67) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, 67)
#elif PACKETVER >= 20081001
-packetLen(0x0188, -1) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, -1)
#elif PACKETVER >= 20080924
-packetLen(0x0188, 3) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, 3)
#elif PACKETVER >= 20080917
-packetLen(0x0188, 6) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, 6)
#elif PACKETVER >= 20080910
-packetLen(0x0188, -1) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, -1)
#elif PACKETVER >= 20080903
-packetLen(0x0188, 6) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, 6)
#elif PACKETVER >= 20080827
-packetLen(0x0188, -1) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, -1)
#elif PACKETVER >= 20080820
-packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, 8)
#elif PACKETVER >= 20080813
-packetLen(0x0188, -1) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, -1)
#elif PACKETVER >= 20080806
-packetLen(0x0188, 4) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, 4)
#elif PACKETVER >= 20080715
-packetLen(0x0188, -1) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, -1)
#elif PACKETVER >= 20080708
-packetLen(0x0188, 2) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, 2)
#elif PACKETVER >= 20080617
-packetLen(0x0188, -1) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, -1)
#elif PACKETVER >= 20080610
-packetLen(0x0188, 29) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, 29)
#elif PACKETVER >= 20080603
-packetLen(0x0188, 14) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, 14)
#elif PACKETVER >= 20080528
-packetLen(0x0188, 3) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, 3)
#elif PACKETVER >= 20080520
-packetLen(0x0188, -1) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, -1)
#elif PACKETVER >= 20080513
-packetLen(0x0188, 10) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, 10)
#elif PACKETVER >= 20080507
-packetLen(0x0188, 2) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, 2)
#elif PACKETVER >= 20080415
-packetLen(0x0188, -1) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, -1)
#elif PACKETVER >= 20080408
-packetLen(0x0188, 7) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, 7)
#elif PACKETVER >= 20080401
-packetLen(0x0188, 6) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, 6)
#elif PACKETVER >= 20080325
-packetLen(0x0188, 30) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, 30)
#elif PACKETVER >= 20080318
-packetLen(0x0188, 3) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, 3)
#elif PACKETVER >= 20080311
-packetLen(0x0188, -1) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, -1)
#elif PACKETVER >= 20080304
-packetLen(0x0188, 2) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, 2)
#elif PACKETVER >= 20080226
-packetLen(0x0188, 30) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, 30)
#elif PACKETVER >= 20080219
-packetLen(0x0188, 27) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, 27)
#elif PACKETVER >= 20080124
-packetLen(0x0188, -1) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, -1)
#elif PACKETVER >= 20080102
-packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, 8)
#endif
// Packet: 0x0189
#if PACKETVER >= 20081217
-packetLen(0x0189, -1) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, -1)
#elif PACKETVER >= 20081203
-packetLen(0x0189, 5) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, 5)
#elif PACKETVER >= 20081119
-packetLen(0x0189, -1) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, -1)
#elif PACKETVER >= 20081112
-packetLen(0x0189, 9) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, 9)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081022
-packetLen(0x0189, -1) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, -1)
#elif PACKETVER >= 20081015
-packetLen(0x0189, 90) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, 90)
#elif PACKETVER >= 20080917
-packetLen(0x0189, -1) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, -1)
#elif PACKETVER >= 20080910
-packetLen(0x0189, 16) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, 16)
#elif PACKETVER >= 20080903
-packetLen(0x0189, -1) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, -1)
#elif PACKETVER >= 20080827
-packetLen(0x0189, 2) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, 2)
#elif PACKETVER >= 20080820
-packetLen(0x0189, -1) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, -1)
#elif PACKETVER >= 20080813
-packetLen(0x0189, 2) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, 2)
#elif PACKETVER >= 20080806
-packetLen(0x0189, 6) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, 6)
#elif PACKETVER >= 20080730
-packetLen(0x0189, 10) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, 10)
#elif PACKETVER >= 20080722
-packetLen(0x0189, 7) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, 7)
#elif PACKETVER >= 20080715
-packetLen(0x0189, 6) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, 6)
#elif PACKETVER >= 20080624
-packetLen(0x0189, -1) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, -1)
#elif PACKETVER >= 20080617
-packetLen(0x0189, 55) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, 55)
#elif PACKETVER >= 20080610
-packetLen(0x0189, -1) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, -1)
#elif PACKETVER >= 20080603
-packetLen(0x0189, 7) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, 7)
#elif PACKETVER >= 20080528
-packetLen(0x0189, 24) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, 24)
#elif PACKETVER >= 20080520
-packetLen(0x0189, -1) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, -1)
#elif PACKETVER >= 20080513
-packetLen(0x0189, 10) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, 10)
#elif PACKETVER >= 20080415
-packetLen(0x0189, -1) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, -1)
#elif PACKETVER >= 20080408
-packetLen(0x0189, 58) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, 58)
#elif PACKETVER >= 20080401
-packetLen(0x0189, -1) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, -1)
#elif PACKETVER >= 20080325
-packetLen(0x0189, 31) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, 31)
#elif PACKETVER >= 20080318
-packetLen(0x0189, 30) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, 30)
#elif PACKETVER >= 20080311
-packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, 4)
#elif PACKETVER >= 20080304
-packetLen(0x0189, -1) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, -1)
#elif PACKETVER >= 20080226
-packetLen(0x0189, 17) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, 17)
#elif PACKETVER >= 20080219
-packetLen(0x0189, 8) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, 8)
#elif PACKETVER >= 20080124
-packetLen(0x0189, -1) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, -1)
#elif PACKETVER >= 20080102
-packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, 4)
#endif
// Packet: 0x018a
#if PACKETVER >= 20081217
-packetLen(0x018a, 8) // CZ_REQ_DISCONNECT
+packetLen(0x018a, 8)
#elif PACKETVER >= 20081112
-packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+packetLen(0x018a, 4)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081008
-packetLen(0x018a, -1) // CZ_REQ_DISCONNECT
+packetLen(0x018a, -1)
#elif PACKETVER >= 20081001
-packetLen(0x018a, 3) // CZ_REQ_DISCONNECT
+packetLen(0x018a, 3)
#elif PACKETVER >= 20080924
-packetLen(0x018a, 186) // CZ_REQ_DISCONNECT
+packetLen(0x018a, 186)
#elif PACKETVER >= 20080910
-packetLen(0x018a, 2) // CZ_REQ_DISCONNECT
+packetLen(0x018a, 2)
#elif PACKETVER >= 20080806
-packetLen(0x018a, -1) // CZ_REQ_DISCONNECT
+packetLen(0x018a, -1)
#elif PACKETVER >= 20080730
-packetLen(0x018a, 14) // CZ_REQ_DISCONNECT
+packetLen(0x018a, 14)
#elif PACKETVER >= 20080722
-packetLen(0x018a, -1) // CZ_REQ_DISCONNECT
+packetLen(0x018a, -1)
#elif PACKETVER >= 20080715
-packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+packetLen(0x018a, 4)
#elif PACKETVER >= 20080708
-packetLen(0x018a, 10) // CZ_REQ_DISCONNECT
+packetLen(0x018a, 10)
#elif PACKETVER >= 20080701
-packetLen(0x018a, 6) // CZ_REQ_DISCONNECT
+packetLen(0x018a, 6)
#elif PACKETVER >= 20080624
-packetLen(0x018a, 14) // CZ_REQ_DISCONNECT
+packetLen(0x018a, 14)
#elif PACKETVER >= 20080617
-packetLen(0x018a, 18) // CZ_REQ_DISCONNECT
+packetLen(0x018a, 18)
#elif PACKETVER >= 20080610
-packetLen(0x018a, -1) // CZ_REQ_DISCONNECT
+packetLen(0x018a, -1)
#elif PACKETVER >= 20080603
-packetLen(0x018a, 2) // CZ_REQ_DISCONNECT
+packetLen(0x018a, 2)
#elif PACKETVER >= 20080528
-packetLen(0x018a, -1) // CZ_REQ_DISCONNECT
+packetLen(0x018a, -1)
#elif PACKETVER >= 20080520
-packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+packetLen(0x018a, 4)
#elif PACKETVER >= 20080429
-packetLen(0x018a, -1) // CZ_REQ_DISCONNECT
+packetLen(0x018a, -1)
#elif PACKETVER >= 20080422
-packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+packetLen(0x018a, 4)
#elif PACKETVER >= 20080415
-packetLen(0x018a, 2) // CZ_REQ_DISCONNECT
+packetLen(0x018a, 2)
#elif PACKETVER >= 20080408
-packetLen(0x018a, -1) // CZ_REQ_DISCONNECT
+packetLen(0x018a, -1)
#elif PACKETVER >= 20080401
-packetLen(0x018a, 32) // CZ_REQ_DISCONNECT
+packetLen(0x018a, 32)
#elif PACKETVER >= 20080325
-packetLen(0x018a, 6) // CZ_REQ_DISCONNECT
+packetLen(0x018a, 6)
#elif PACKETVER >= 20080318
-packetLen(0x018a, 14) // CZ_REQ_DISCONNECT
+packetLen(0x018a, 14)
#elif PACKETVER >= 20080311
-packetLen(0x018a, -1) // CZ_REQ_DISCONNECT
+packetLen(0x018a, -1)
#elif PACKETVER >= 20080304
-packetLen(0x018a, 7) // CZ_REQ_DISCONNECT
+packetLen(0x018a, 7)
#elif PACKETVER >= 20080226
-packetLen(0x018a, 2) // CZ_REQ_DISCONNECT
+packetLen(0x018a, 2)
#elif PACKETVER >= 20080219
-packetLen(0x018a, 7) // CZ_REQ_DISCONNECT
+packetLen(0x018a, 7)
#elif PACKETVER >= 20080124
-packetLen(0x018a, 5) // CZ_REQ_DISCONNECT
+packetLen(0x018a, 5)
#elif PACKETVER >= 20080102
-packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+packetLen(0x018a, 4)
#endif
// Packet: 0x018b
#if PACKETVER >= 20081203
-packetLen(0x018b, -1) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, -1)
#elif PACKETVER >= 20081126
-packetLen(0x018b, 14) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, 14)
#elif PACKETVER >= 20081119
-packetLen(0x018b, 60) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, 60)
#elif PACKETVER >= 20081112
-packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, 4)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x018b, 18) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, 18)
#elif PACKETVER >= 20081029
-packetLen(0x018b, 5) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, 5)
#elif PACKETVER >= 20081008
-packetLen(0x018b, -1) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, -1)
#elif PACKETVER >= 20081001
-packetLen(0x018b, 2) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, 2)
#elif PACKETVER >= 20080924
-packetLen(0x018b, -1) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, -1)
#elif PACKETVER >= 20080917
-packetLen(0x018b, 10) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, 10)
#elif PACKETVER >= 20080903
-packetLen(0x018b, -1) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, -1)
#elif PACKETVER >= 20080827
-packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, 4)
#elif PACKETVER >= 20080820
-packetLen(0x018b, 3) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, 3)
#elif PACKETVER >= 20080813
-packetLen(0x018b, 30) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, 30)
#elif PACKETVER >= 20080722
-packetLen(0x018b, -1) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, -1)
#elif PACKETVER >= 20080715
-packetLen(0x018b, 8) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, 8)
#elif PACKETVER >= 20080708
-packetLen(0x018b, 65) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, 65)
#elif PACKETVER >= 20080701
-packetLen(0x018b, 66) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, 66)
#elif PACKETVER >= 20080610
-packetLen(0x018b, -1) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, -1)
#elif PACKETVER >= 20080603
-packetLen(0x018b, 182) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, 182)
#elif PACKETVER >= 20080528
-packetLen(0x018b, 12) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, 12)
#elif PACKETVER >= 20080520
-packetLen(0x018b, -1) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, -1)
#elif PACKETVER >= 20080513
-packetLen(0x018b, 3) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, 3)
#elif PACKETVER >= 20080507
-packetLen(0x018b, -1) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, -1)
#elif PACKETVER >= 20080429
-packetLen(0x018b, 102) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, 102)
#elif PACKETVER >= 20080408
-packetLen(0x018b, -1) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, -1)
#elif PACKETVER >= 20080401
-packetLen(0x018b, 3) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, 3)
#elif PACKETVER >= 20080325
-packetLen(0x018b, 6) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, 6)
#elif PACKETVER >= 20080318
-packetLen(0x018b, 30) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, 30)
#elif PACKETVER >= 20080311
-packetLen(0x018b, 7) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, 7)
#elif PACKETVER >= 20080304
-packetLen(0x018b, -1) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, -1)
#elif PACKETVER >= 20080226
-packetLen(0x018b, 10) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, 10)
#elif PACKETVER >= 20080124
-packetLen(0x018b, 6) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, 6)
#elif PACKETVER >= 20080102
-packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, 4)
#endif
// Packet: 0x018c
#if PACKETVER >= 20081217
-packetLen(0x018c, -1) // ZC_MONSTER_INFO
+packetLen(0x018c, -1)
#elif PACKETVER >= 20081203
-packetLen(0x018c, 4) // ZC_MONSTER_INFO
+packetLen(0x018c, 4)
#elif PACKETVER >= 20081126
-packetLen(0x018c, -1) // ZC_MONSTER_INFO
+packetLen(0x018c, -1)
#elif PACKETVER >= 20081119
-packetLen(0x018c, 26) // ZC_MONSTER_INFO
+packetLen(0x018c, 26)
#elif PACKETVER >= 20081112
-packetLen(0x018c, 29) // ZC_MONSTER_INFO
+packetLen(0x018c, 29)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x018c, 4) // ZC_MONSTER_INFO
+packetLen(0x018c, 4)
#elif PACKETVER >= 20081029
-packetLen(0x018c, 33) // ZC_MONSTER_INFO
+packetLen(0x018c, 33)
#elif PACKETVER >= 20081022
-packetLen(0x018c, -1) // ZC_MONSTER_INFO
+packetLen(0x018c, -1)
#elif PACKETVER >= 20081015
-packetLen(0x018c, 2) // ZC_MONSTER_INFO
+packetLen(0x018c, 2)
#elif PACKETVER >= 20081008
-packetLen(0x018c, 58) // ZC_MONSTER_INFO
+packetLen(0x018c, 58)
#elif PACKETVER >= 20081001
-packetLen(0x018c, -1) // ZC_MONSTER_INFO
+packetLen(0x018c, -1)
#elif PACKETVER >= 20080924
-packetLen(0x018c, 26) // ZC_MONSTER_INFO
+packetLen(0x018c, 26)
#elif PACKETVER >= 20080917
-packetLen(0x018c, 33) // ZC_MONSTER_INFO
+packetLen(0x018c, 33)
#elif PACKETVER >= 20080910
-packetLen(0x018c, -1) // ZC_MONSTER_INFO
+packetLen(0x018c, -1)
#elif PACKETVER >= 20080903
-packetLen(0x018c, 2) // ZC_MONSTER_INFO
+packetLen(0x018c, 2)
#elif PACKETVER >= 20080827
-packetLen(0x018c, -1) // ZC_MONSTER_INFO
+packetLen(0x018c, -1)
#elif PACKETVER >= 20080820
-packetLen(0x018c, 7) // ZC_MONSTER_INFO
+packetLen(0x018c, 7)
#elif PACKETVER >= 20080813
-packetLen(0x018c, -1) // ZC_MONSTER_INFO
+packetLen(0x018c, -1)
#elif PACKETVER >= 20080806
-packetLen(0x018c, 30) // ZC_MONSTER_INFO
+packetLen(0x018c, 30)
#elif PACKETVER >= 20080722
-packetLen(0x018c, -1) // ZC_MONSTER_INFO
+packetLen(0x018c, -1)
#elif PACKETVER >= 20080715
-packetLen(0x018c, 59) // ZC_MONSTER_INFO
+packetLen(0x018c, 59)
#elif PACKETVER >= 20080708
-packetLen(0x018c, 4) // ZC_MONSTER_INFO
+packetLen(0x018c, 4)
#elif PACKETVER >= 20080701
-packetLen(0x018c, 14) // ZC_MONSTER_INFO
+packetLen(0x018c, 14)
#elif PACKETVER >= 20080624
-packetLen(0x018c, 8) // ZC_MONSTER_INFO
+packetLen(0x018c, 8)
#elif PACKETVER >= 20080617
-packetLen(0x018c, 31) // ZC_MONSTER_INFO
+packetLen(0x018c, 31)
#elif PACKETVER >= 20080610
-packetLen(0x018c, 282) // ZC_MONSTER_INFO
+packetLen(0x018c, 282)
#elif PACKETVER >= 20080603
-packetLen(0x018c, 8) // ZC_MONSTER_INFO
+packetLen(0x018c, 8)
#elif PACKETVER >= 20080528
-packetLen(0x018c, -1) // ZC_MONSTER_INFO
+packetLen(0x018c, -1)
#elif PACKETVER >= 20080520
-packetLen(0x018c, 102) // ZC_MONSTER_INFO
+packetLen(0x018c, 102)
#elif PACKETVER >= 20080513
-packetLen(0x018c, -1) // ZC_MONSTER_INFO
+packetLen(0x018c, -1)
#elif PACKETVER >= 20080507
-packetLen(0x018c, 21) // ZC_MONSTER_INFO
+packetLen(0x018c, 21)
#elif PACKETVER >= 20080401
-packetLen(0x018c, -1) // ZC_MONSTER_INFO
+packetLen(0x018c, -1)
#elif PACKETVER >= 20080325
-packetLen(0x018c, 8) // ZC_MONSTER_INFO
+packetLen(0x018c, 8)
#elif PACKETVER >= 20080318
-packetLen(0x018c, 6) // ZC_MONSTER_INFO
+packetLen(0x018c, 6)
#elif PACKETVER >= 20080304
-packetLen(0x018c, -1) // ZC_MONSTER_INFO
+packetLen(0x018c, -1)
#elif PACKETVER >= 20080226
-packetLen(0x018c, 2) // ZC_MONSTER_INFO
+packetLen(0x018c, 2)
#elif PACKETVER >= 20080219
-packetLen(0x018c, -1) // ZC_MONSTER_INFO
+packetLen(0x018c, -1)
#elif PACKETVER >= 20080124
-packetLen(0x018c, 6) // ZC_MONSTER_INFO
+packetLen(0x018c, 6)
#elif PACKETVER >= 20080102
-packetLen(0x018c, 29) // ZC_MONSTER_INFO
+packetLen(0x018c, 29)
#endif
// Packet: 0x018d
#if PACKETVER >= 20081203
-packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, -1)
#elif PACKETVER >= 20081126
-packetLen(0x018d, 6) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, 6)
#elif PACKETVER >= 20080910
-packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, -1)
#elif PACKETVER >= 20080903
-packetLen(0x018d, 8) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, 8)
#elif PACKETVER >= 20080827
-packetLen(0x018d, 14) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, 14)
#elif PACKETVER >= 20080820
-packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, -1)
#elif PACKETVER >= 20080813
-packetLen(0x018d, 3) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, 3)
#elif PACKETVER >= 20080806
-packetLen(0x018d, 6) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, 6)
#elif PACKETVER >= 20080730
-packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, -1)
#elif PACKETVER >= 20080722
-packetLen(0x018d, 6) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, 6)
#elif PACKETVER >= 20080715
-packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, -1)
#elif PACKETVER >= 20080708
-packetLen(0x018d, 3) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, 3)
#elif PACKETVER >= 20080701
-packetLen(0x018d, 2) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, 2)
#elif PACKETVER >= 20080624
-packetLen(0x018d, 8) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, 8)
#elif PACKETVER >= 20080617
-packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, -1)
#elif PACKETVER >= 20080610
-packetLen(0x018d, 65) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, 65)
#elif PACKETVER >= 20080603
-packetLen(0x018d, 9) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, 9)
#elif PACKETVER >= 20080520
-packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, -1)
#elif PACKETVER >= 20080513
-packetLen(0x018d, 2) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, 2)
#elif PACKETVER >= 20080507
-packetLen(0x018d, 6) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, 6)
#elif PACKETVER >= 20080429
-packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, -1)
#elif PACKETVER >= 20080422
-packetLen(0x018d, 59) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, 59)
#elif PACKETVER >= 20080415
-packetLen(0x018d, 79) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, 79)
#elif PACKETVER >= 20080408
-packetLen(0x018d, 7) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, 7)
#elif PACKETVER >= 20080401
-packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, -1)
#elif PACKETVER >= 20080318
-packetLen(0x018d, 6) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, 6)
#elif PACKETVER >= 20080311
-packetLen(0x018d, 8) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, 8)
#elif PACKETVER >= 20080304
-packetLen(0x018d, 39) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, 39)
#elif PACKETVER >= 20080226
-packetLen(0x018d, 22) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, 22)
#elif PACKETVER >= 20080219
-packetLen(0x018d, 4) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, 4)
#elif PACKETVER >= 20080102
-packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, -1)
#endif
// Packet: 0x018e
#if PACKETVER >= 20081217
-packetLen(0x018e, -1) // CZ_REQMAKINGITEM
+packetLen(0x018e, -1)
#elif PACKETVER >= 20081203
-packetLen(0x018e, 71) // CZ_REQMAKINGITEM
+packetLen(0x018e, 71)
#elif PACKETVER >= 20081126
-packetLen(0x018e, -1) // CZ_REQMAKINGITEM
+packetLen(0x018e, -1)
#elif PACKETVER >= 20081119
-packetLen(0x018e, 3) // CZ_REQMAKINGITEM
+packetLen(0x018e, 3)
#elif PACKETVER >= 20081112
-packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+packetLen(0x018e, 10)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081022
-packetLen(0x018e, -1) // CZ_REQMAKINGITEM
+packetLen(0x018e, -1)
#elif PACKETVER >= 20081015
-packetLen(0x018e, 14) // CZ_REQMAKINGITEM
+packetLen(0x018e, 14)
#elif PACKETVER >= 20081008
-packetLen(0x018e, -1) // CZ_REQMAKINGITEM
+packetLen(0x018e, -1)
#elif PACKETVER >= 20081001
-packetLen(0x018e, 16) // CZ_REQMAKINGITEM
+packetLen(0x018e, 16)
#elif PACKETVER >= 20080924
-packetLen(0x018e, 4) // CZ_REQMAKINGITEM
+packetLen(0x018e, 4)
#elif PACKETVER >= 20080917
-packetLen(0x018e, -1) // CZ_REQMAKINGITEM
+packetLen(0x018e, -1)
#elif PACKETVER >= 20080910
-packetLen(0x018e, 11) // CZ_REQMAKINGITEM
+packetLen(0x018e, 11)
#elif PACKETVER >= 20080827
-packetLen(0x018e, -1) // CZ_REQMAKINGITEM
+packetLen(0x018e, -1)
#elif PACKETVER >= 20080820
-packetLen(0x018e, 6) // CZ_REQMAKINGITEM
+packetLen(0x018e, 6)
#elif PACKETVER >= 20080813
-packetLen(0x018e, -1) // CZ_REQMAKINGITEM
+packetLen(0x018e, -1)
#elif PACKETVER >= 20080806
-packetLen(0x018e, 58) // CZ_REQMAKINGITEM
+packetLen(0x018e, 58)
#elif PACKETVER >= 20080730
-packetLen(0x018e, 23) // CZ_REQMAKINGITEM
+packetLen(0x018e, 23)
#elif PACKETVER >= 20080722
-packetLen(0x018e, 30) // CZ_REQMAKINGITEM
+packetLen(0x018e, 30)
#elif PACKETVER >= 20080715
-packetLen(0x018e, 6) // CZ_REQMAKINGITEM
+packetLen(0x018e, 6)
#elif PACKETVER >= 20080708
-packetLen(0x018e, 4) // CZ_REQMAKINGITEM
+packetLen(0x018e, 4)
#elif PACKETVER >= 20080701
-packetLen(0x018e, -1) // CZ_REQMAKINGITEM
+packetLen(0x018e, -1)
#elif PACKETVER >= 20080624
-packetLen(0x018e, 14) // CZ_REQMAKINGITEM
+packetLen(0x018e, 14)
#elif PACKETVER >= 20080617
-packetLen(0x018e, -1) // CZ_REQMAKINGITEM
+packetLen(0x018e, -1)
#elif PACKETVER >= 20080610
-packetLen(0x018e, 59) // CZ_REQMAKINGITEM
+packetLen(0x018e, 59)
#elif PACKETVER >= 20080603
-packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+packetLen(0x018e, 10)
#elif PACKETVER >= 20080528
-packetLen(0x018e, 5) // CZ_REQMAKINGITEM
+packetLen(0x018e, 5)
#elif PACKETVER >= 20080520
-packetLen(0x018e, 11) // CZ_REQMAKINGITEM
+packetLen(0x018e, 11)
#elif PACKETVER >= 20080513
-packetLen(0x018e, 2) // CZ_REQMAKINGITEM
+packetLen(0x018e, 2)
#elif PACKETVER >= 20080429
-packetLen(0x018e, -1) // CZ_REQMAKINGITEM
+packetLen(0x018e, -1)
#elif PACKETVER >= 20080422
-packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+packetLen(0x018e, 10)
#elif PACKETVER >= 20080415
-packetLen(0x018e, -1) // CZ_REQMAKINGITEM
+packetLen(0x018e, -1)
#elif PACKETVER >= 20080408
-packetLen(0x018e, 27) // CZ_REQMAKINGITEM
+packetLen(0x018e, 27)
#elif PACKETVER >= 20080401
-packetLen(0x018e, 3) // CZ_REQMAKINGITEM
+packetLen(0x018e, 3)
#elif PACKETVER >= 20080325
-packetLen(0x018e, -1) // CZ_REQMAKINGITEM
+packetLen(0x018e, -1)
#elif PACKETVER >= 20080318
-packetLen(0x018e, 65) // CZ_REQMAKINGITEM
+packetLen(0x018e, 65)
#elif PACKETVER >= 20080311
-packetLen(0x018e, -1) // CZ_REQMAKINGITEM
+packetLen(0x018e, -1)
#elif PACKETVER >= 20080304
-packetLen(0x018e, 58) // CZ_REQMAKINGITEM
+packetLen(0x018e, 58)
#elif PACKETVER >= 20080226
-packetLen(0x018e, 4) // CZ_REQMAKINGITEM
+packetLen(0x018e, 4)
#elif PACKETVER >= 20080219
-packetLen(0x018e, 39) // CZ_REQMAKINGITEM
+packetLen(0x018e, 39)
#elif PACKETVER >= 20080124
-packetLen(0x018e, 3) // CZ_REQMAKINGITEM
+packetLen(0x018e, 3)
#elif PACKETVER >= 20080102
-packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+packetLen(0x018e, 10)
#endif
// Packet: 0x018f
#if PACKETVER >= 20081217
-packetLen(0x018f, -1) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, -1)
#elif PACKETVER >= 20081203
-packetLen(0x018f, 3) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 3)
#elif PACKETVER >= 20081126
-packetLen(0x018f, -1) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, -1)
#elif PACKETVER >= 20081119
-packetLen(0x018f, 28) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 28)
#elif PACKETVER >= 20081112
-packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 6)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081105
-packetLen(0x018f, -1) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, -1)
#elif PACKETVER >= 20081029
-packetLen(0x018f, 14) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 14)
#elif PACKETVER >= 20081022
-packetLen(0x018f, -1) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, -1)
#elif PACKETVER >= 20081015
-packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 6)
#elif PACKETVER >= 20081008
-packetLen(0x018f, -1) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, -1)
#elif PACKETVER >= 20081001
-packetLen(0x018f, 4) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 4)
#elif PACKETVER >= 20080924
-packetLen(0x018f, -1) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, -1)
#elif PACKETVER >= 20080917
-packetLen(0x018f, 3) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 3)
#elif PACKETVER >= 20080827
-packetLen(0x018f, -1) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, -1)
#elif PACKETVER >= 20080820
-packetLen(0x018f, 18) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 18)
#elif PACKETVER >= 20080806
-packetLen(0x018f, -1) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, -1)
#elif PACKETVER >= 20080730
-packetLen(0x018f, 32) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 32)
#elif PACKETVER >= 20080722
-packetLen(0x018f, -1) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, -1)
#elif PACKETVER >= 20080715
-packetLen(0x018f, 4) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 4)
#elif PACKETVER >= 20080708
-packetLen(0x018f, 21) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 21)
#elif PACKETVER >= 20080617
-packetLen(0x018f, -1) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, -1)
#elif PACKETVER >= 20080610
-packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 6)
#elif PACKETVER >= 20080603
-packetLen(0x018f, 12) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 12)
#elif PACKETVER >= 20080520
-packetLen(0x018f, -1) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, -1)
#elif PACKETVER >= 20080513
-packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 6)
#elif PACKETVER >= 20080507
-packetLen(0x018f, 7) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 7)
#elif PACKETVER >= 20080429
-packetLen(0x018f, 14) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 14)
#elif PACKETVER >= 20080422
-packetLen(0x018f, 10) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 10)
#elif PACKETVER >= 20080415
-packetLen(0x018f, 30) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 30)
#elif PACKETVER >= 20080408
-packetLen(0x018f, -1) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, -1)
#elif PACKETVER >= 20080401
-packetLen(0x018f, 11) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 11)
#elif PACKETVER >= 20080325
-packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 6)
#elif PACKETVER >= 20080318
-packetLen(0x018f, 7) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 7)
#elif PACKETVER >= 20080311
-packetLen(0x018f, 11) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 11)
#elif PACKETVER >= 20080304
-packetLen(0x018f, 3) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 3)
#elif PACKETVER >= 20080226
-packetLen(0x018f, -1) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, -1)
#elif PACKETVER >= 20080219
-packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 6)
#elif PACKETVER >= 20080124
-packetLen(0x018f, 8) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 8)
#elif PACKETVER >= 20080102
-packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 6)
#endif
// Packet: 0x0190
-packetLen(0x0190, 23) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+packetLen(0x0190, 23)
// Packet: 0x0191
-packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+packetLen(0x0191, 86)
// Packet: 0x0192
-packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+packetLen(0x0192, 24)
// Packet: 0x0193
-packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+packetLen(0x0193, 2)
// Packet: 0x0194
#if PACKETVER >= 20081217
-packetLen(0x0194, 3) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 3)
#elif PACKETVER >= 20081203
-packetLen(0x0194, -1) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, -1)
#elif PACKETVER >= 20081126
-packetLen(0x0194, 3) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 3)
#elif PACKETVER >= 20081112
-packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 30)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0194, 20) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 20)
#elif PACKETVER >= 20081022
-packetLen(0x0194, -1) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, -1)
#elif PACKETVER >= 20081015
-packetLen(0x0194, 114) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 114)
#elif PACKETVER >= 20081008
-packetLen(0x0194, -1) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, -1)
#elif PACKETVER >= 20081001
-packetLen(0x0194, 8) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 8)
#elif PACKETVER >= 20080820
-packetLen(0x0194, -1) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, -1)
#elif PACKETVER >= 20080813
-packetLen(0x0194, 7) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 7)
#elif PACKETVER >= 20080806
-packetLen(0x0194, 13) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 13)
#elif PACKETVER >= 20080730
-packetLen(0x0194, 182) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 182)
#elif PACKETVER >= 20080722
-packetLen(0x0194, 15) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 15)
#elif PACKETVER >= 20080715
-packetLen(0x0194, -1) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, -1)
#elif PACKETVER >= 20080708
-packetLen(0x0194, 10) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 10)
#elif PACKETVER >= 20080701
-packetLen(0x0194, 42) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 42)
#elif PACKETVER >= 20080624
-packetLen(0x0194, 26) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 26)
#elif PACKETVER >= 20080617
-packetLen(0x0194, -1) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, -1)
#elif PACKETVER >= 20080610
-packetLen(0x0194, 2) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 2)
#elif PACKETVER >= 20080528
-packetLen(0x0194, -1) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, -1)
#elif PACKETVER >= 20080520
-packetLen(0x0194, 2) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 2)
#elif PACKETVER >= 20080513
-packetLen(0x0194, 4) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 4)
#elif PACKETVER >= 20080507
-packetLen(0x0194, 53) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 53)
#elif PACKETVER >= 20080429
-packetLen(0x0194, 59) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 59)
#elif PACKETVER >= 20080422
-packetLen(0x0194, 8) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 8)
#elif PACKETVER >= 20080415
-packetLen(0x0194, 11) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 11)
#elif PACKETVER >= 20080408
-packetLen(0x0194, 21) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 21)
#elif PACKETVER >= 20080401
-packetLen(0x0194, 3) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 3)
#elif PACKETVER >= 20080325
-packetLen(0x0194, -1) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, -1)
#elif PACKETVER >= 20080318
-packetLen(0x0194, 16) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 16)
#elif PACKETVER >= 20080311
-packetLen(0x0194, 8) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 8)
#elif PACKETVER >= 20080304
-packetLen(0x0194, 3) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 3)
#elif PACKETVER >= 20080226
-packetLen(0x0194, 4) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 4)
#elif PACKETVER >= 20080219
-packetLen(0x0194, 14) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 14)
#elif PACKETVER >= 20080124
-packetLen(0x0194, 282) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 282)
#elif PACKETVER >= 20080102
-packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 30)
#endif
// Packet: 0x0195
#if PACKETVER >= 20081217
-packetLen(0x0195, 29) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 29)
#elif PACKETVER >= 20081203
-packetLen(0x0195, 23) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 23)
#elif PACKETVER >= 20081112
-packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 102)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0195, -1) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, -1)
#elif PACKETVER >= 20081029
-packetLen(0x0195, 6) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 6)
#elif PACKETVER >= 20081022
-packetLen(0x0195, 2) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 2)
#elif PACKETVER >= 20081015
-packetLen(0x0195, -1) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, -1)
#elif PACKETVER >= 20081008
-packetLen(0x0195, 39) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 39)
#elif PACKETVER >= 20080924
-packetLen(0x0195, -1) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, -1)
#elif PACKETVER >= 20080917
-packetLen(0x0195, 10) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 10)
#elif PACKETVER >= 20080910
-packetLen(0x0195, -1) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, -1)
#elif PACKETVER >= 20080903
-packetLen(0x0195, 14) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 14)
#elif PACKETVER >= 20080827
-packetLen(0x0195, 6) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 6)
#elif PACKETVER >= 20080730
-packetLen(0x0195, -1) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, -1)
#elif PACKETVER >= 20080722
-packetLen(0x0195, 182) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 182)
#elif PACKETVER >= 20080708
-packetLen(0x0195, -1) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, -1)
#elif PACKETVER >= 20080701
-packetLen(0x0195, 26) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 26)
#elif PACKETVER >= 20080610
-packetLen(0x0195, -1) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, -1)
#elif PACKETVER >= 20080603
-packetLen(0x0195, 53) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 53)
#elif PACKETVER >= 20080528
-packetLen(0x0195, 2) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 2)
#elif PACKETVER >= 20080513
-packetLen(0x0195, -1) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, -1)
#elif PACKETVER >= 20080507
-packetLen(0x0195, 2) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 2)
#elif PACKETVER >= 20080429
-packetLen(0x0195, 31) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 31)
#elif PACKETVER >= 20080422
-packetLen(0x0195, 66) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 66)
#elif PACKETVER >= 20080415
-packetLen(0x0195, 2) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 2)
#elif PACKETVER >= 20080408
-packetLen(0x0195, -1) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, -1)
#elif PACKETVER >= 20080401
-packetLen(0x0195, 2) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 2)
#elif PACKETVER >= 20080325
-packetLen(0x0195, 60) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 60)
#elif PACKETVER >= 20080318
-packetLen(0x0195, 29) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 29)
#elif PACKETVER >= 20080311
-packetLen(0x0195, 15) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 15)
#elif PACKETVER >= 20080304
-packetLen(0x0195, 28) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 28)
#elif PACKETVER >= 20080226
-packetLen(0x0195, 3) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 3)
#elif PACKETVER >= 20080219
-packetLen(0x0195, 43) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 43)
#elif PACKETVER >= 20080124
-packetLen(0x0195, 6) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 6)
#elif PACKETVER >= 20080102
-packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 102)
#endif
// Packet: 0x0196
#if PACKETVER >= 20081126
-packetLen(0x0196, -1) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, -1)
#elif PACKETVER >= 20081119
-packetLen(0x0196, 26) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, 26)
#elif PACKETVER >= 20081112
-packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, 9)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0196, 21) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, 21)
#elif PACKETVER >= 20081022
-packetLen(0x0196, -1) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, -1)
#elif PACKETVER >= 20081015
-packetLen(0x0196, 8) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, 8)
#elif PACKETVER >= 20081001
-packetLen(0x0196, -1) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, -1)
#elif PACKETVER >= 20080924
-packetLen(0x0196, 5) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, 5)
#elif PACKETVER >= 20080917
-packetLen(0x0196, 10) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, 10)
#elif PACKETVER >= 20080910
-packetLen(0x0196, 7) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, 7)
#elif PACKETVER >= 20080903
-packetLen(0x0196, 4) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, 4)
#elif PACKETVER >= 20080827
-packetLen(0x0196, -1) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, -1)
#elif PACKETVER >= 20080820
-packetLen(0x0196, 4) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, 4)
#elif PACKETVER >= 20080813
-packetLen(0x0196, 8) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, 8)
#elif PACKETVER >= 20080806
-packetLen(0x0196, 26) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, 26)
#elif PACKETVER >= 20080708
-packetLen(0x0196, -1) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, -1)
#elif PACKETVER >= 20080701
-packetLen(0x0196, 15) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, 15)
#elif PACKETVER >= 20080617
-packetLen(0x0196, -1) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, -1)
#elif PACKETVER >= 20080610
-packetLen(0x0196, 10) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, 10)
#elif PACKETVER >= 20080603
-packetLen(0x0196, -1) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, -1)
#elif PACKETVER >= 20080528
-packetLen(0x0196, 67) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, 67)
#elif PACKETVER >= 20080520
-packetLen(0x0196, 22) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, 22)
#elif PACKETVER >= 20080513
-packetLen(0x0196, 3) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, 3)
#elif PACKETVER >= 20080507
-packetLen(0x0196, 10) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, 10)
#elif PACKETVER >= 20080429
-packetLen(0x0196, -1) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, -1)
#elif PACKETVER >= 20080422
-packetLen(0x0196, 31) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, 31)
#elif PACKETVER >= 20080415
-packetLen(0x0196, 30) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, 30)
#elif PACKETVER >= 20080408
-packetLen(0x0196, 11) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, 11)
#elif PACKETVER >= 20080401
-packetLen(0x0196, -1) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, -1)
#elif PACKETVER >= 20080325
-packetLen(0x0196, 6) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, 6)
#elif PACKETVER >= 20080318
-packetLen(0x0196, 27) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, 27)
#elif PACKETVER >= 20080311
-packetLen(0x0196, -1) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, -1)
#elif PACKETVER >= 20080304
-packetLen(0x0196, 6) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, 6)
#elif PACKETVER >= 20080226
-packetLen(0x0196, 2) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, 2)
#elif PACKETVER >= 20080219
-packetLen(0x0196, 4) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, 4)
#elif PACKETVER >= 20080124
-packetLen(0x0196, 26) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, 26)
#elif PACKETVER >= 20080102
-packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, 9)
#endif
// Packet: 0x0197
-packetLen(0x0197, 4) // CZ_RESET
+packetLen(0x0197, 4)
// Packet: 0x0198
-packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+packetLen(0x0198, 8)
// Packet: 0x0199
#if PACKETVER >= 20081217
-packetLen(0x0199, -1) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, -1)
#elif PACKETVER >= 20081203
-packetLen(0x0199, 30) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, 30)
#elif PACKETVER >= 20081119
-packetLen(0x0199, -1) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, -1)
#elif PACKETVER >= 20081112
-packetLen(0x0199, 6) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, 6)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0199, -1) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, -1)
#elif PACKETVER >= 20081029
-packetLen(0x0199, 8) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, 8)
#elif PACKETVER >= 20081022
-packetLen(0x0199, -1) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, -1)
#elif PACKETVER >= 20081015
-packetLen(0x0199, 7) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, 7)
#elif PACKETVER >= 20081008
-packetLen(0x0199, 67) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, 67)
#elif PACKETVER >= 20081001
-packetLen(0x0199, -1) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, -1)
#elif PACKETVER >= 20080924
-packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, 4)
#elif PACKETVER >= 20080917
-packetLen(0x0199, 11) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, 11)
#elif PACKETVER >= 20080903
-packetLen(0x0199, -1) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, -1)
#elif PACKETVER >= 20080827
-packetLen(0x0199, 11) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, 11)
#elif PACKETVER >= 20080813
-packetLen(0x0199, -1) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, -1)
#elif PACKETVER >= 20080806
-packetLen(0x0199, 2) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, 2)
#elif PACKETVER >= 20080708
-packetLen(0x0199, -1) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, -1)
#elif PACKETVER >= 20080701
-packetLen(0x0199, 7) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, 7)
#elif PACKETVER >= 20080624
-packetLen(0x0199, 29) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, 29)
#elif PACKETVER >= 20080617
-packetLen(0x0199, -1) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, -1)
#elif PACKETVER >= 20080610
-packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, 4)
#elif PACKETVER >= 20080603
-packetLen(0x0199, 33) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, 33)
#elif PACKETVER >= 20080528
-packetLen(0x0199, 11) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, 11)
#elif PACKETVER >= 20080520
-packetLen(0x0199, 5) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, 5)
#elif PACKETVER >= 20080513
-packetLen(0x0199, 28) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, 28)
#elif PACKETVER >= 20080507
-packetLen(0x0199, 8) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, 8)
#elif PACKETVER >= 20080415
-packetLen(0x0199, -1) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, -1)
#elif PACKETVER >= 20080408
-packetLen(0x0199, 6) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, 6)
#elif PACKETVER >= 20080401
-packetLen(0x0199, -1) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, -1)
#elif PACKETVER >= 20080325
-packetLen(0x0199, 44) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, 44)
#elif PACKETVER >= 20080318
-packetLen(0x0199, 2) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, 2)
#elif PACKETVER >= 20080311
-packetLen(0x0199, 17) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, 17)
#elif PACKETVER >= 20080304
-packetLen(0x0199, 8) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, 8)
#elif PACKETVER >= 20080226
-packetLen(0x0199, 6) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, 6)
#elif PACKETVER >= 20080219
-packetLen(0x0199, -1) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, -1)
#elif PACKETVER >= 20080124
-packetLen(0x0199, 5) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, 5)
#elif PACKETVER >= 20080102
-packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, 4)
#endif
// Packet: 0x019a
#if PACKETVER >= 20081217
-packetLen(0x019a, 17) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 17)
#elif PACKETVER >= 20081126
-packetLen(0x019a, -1) // ZC_NOTIFY_RANKING
+packetLen(0x019a, -1)
#elif PACKETVER >= 20081119
-packetLen(0x019a, 23) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 23)
#elif PACKETVER >= 20081112
-packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 14)
#elif PACKETVER >= 20081029
-packetLen(0x019a, 11) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 11)
#elif PACKETVER >= 20081015
-packetLen(0x019a, -1) // ZC_NOTIFY_RANKING
+packetLen(0x019a, -1)
#elif PACKETVER >= 20081008
-packetLen(0x019a, 4) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 4)
#elif PACKETVER >= 20080924
-packetLen(0x019a, -1) // ZC_NOTIFY_RANKING
+packetLen(0x019a, -1)
#elif PACKETVER >= 20080917
-packetLen(0x019a, 12) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 12)
#elif PACKETVER >= 20080903
-packetLen(0x019a, -1) // ZC_NOTIFY_RANKING
+packetLen(0x019a, -1)
#elif PACKETVER >= 20080827
-packetLen(0x019a, 8) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 8)
#elif PACKETVER >= 20080820
-packetLen(0x019a, 3) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 3)
#elif PACKETVER >= 20080813
-packetLen(0x019a, 6) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 6)
#elif PACKETVER >= 20080806
-packetLen(0x019a, 8) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 8)
#elif PACKETVER >= 20080730
-packetLen(0x019a, 6) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 6)
#elif PACKETVER >= 20080722
-packetLen(0x019a, -1) // ZC_NOTIFY_RANKING
+packetLen(0x019a, -1)
#elif PACKETVER >= 20080715
-packetLen(0x019a, 30) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 30)
#elif PACKETVER >= 20080708
-packetLen(0x019a, -1) // ZC_NOTIFY_RANKING
+packetLen(0x019a, -1)
#elif PACKETVER >= 20080701
-packetLen(0x019a, 58) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 58)
#elif PACKETVER >= 20080624
-packetLen(0x019a, -1) // ZC_NOTIFY_RANKING
+packetLen(0x019a, -1)
#elif PACKETVER >= 20080617
-packetLen(0x019a, 11) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 11)
#elif PACKETVER >= 20080610
-packetLen(0x019a, 6) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 6)
#elif PACKETVER >= 20080603
-packetLen(0x019a, -1) // ZC_NOTIFY_RANKING
+packetLen(0x019a, -1)
#elif PACKETVER >= 20080528
-packetLen(0x019a, 6) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 6)
#elif PACKETVER >= 20080520
-packetLen(0x019a, 17) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 17)
#elif PACKETVER >= 20080513
-packetLen(0x019a, 3) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 3)
#elif PACKETVER >= 20080507
-packetLen(0x019a, 8) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 8)
#elif PACKETVER >= 20080429
-packetLen(0x019a, 2) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 2)
#elif PACKETVER >= 20080415
-packetLen(0x019a, -1) // ZC_NOTIFY_RANKING
+packetLen(0x019a, -1)
#elif PACKETVER >= 20080408
-packetLen(0x019a, 3) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 3)
#elif PACKETVER >= 20080401
-packetLen(0x019a, 6) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 6)
#elif PACKETVER >= 20080325
-packetLen(0x019a, 11) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 11)
#elif PACKETVER >= 20080318
-packetLen(0x019a, 4) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 4)
#elif PACKETVER >= 20080311
-packetLen(0x019a, 30) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 30)
#elif PACKETVER >= 20080304
-packetLen(0x019a, 35) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 35)
#elif PACKETVER >= 20080226
-packetLen(0x019a, 42) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 42)
#elif PACKETVER >= 20080219
-packetLen(0x019a, 10) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 10)
#elif PACKETVER >= 20080124
-packetLen(0x019a, 57) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 57)
#elif PACKETVER >= 20080102
-packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 14)
#endif
// Packet: 0x019b
#if PACKETVER >= 20081217
-packetLen(0x019b, 8) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 8)
#elif PACKETVER >= 20081203
-packetLen(0x019b, 28) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 28)
#elif PACKETVER >= 20081126
-packetLen(0x019b, -1) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, -1)
#elif PACKETVER >= 20081119
-packetLen(0x019b, 3) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 3)
#elif PACKETVER >= 20081112
-packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 10)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081015
-packetLen(0x019b, -1) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, -1)
#elif PACKETVER >= 20081008
-packetLen(0x019b, 8) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 8)
#elif PACKETVER >= 20081001
-packetLen(0x019b, -1) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, -1)
#elif PACKETVER >= 20080924
-packetLen(0x019b, 8) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 8)
#elif PACKETVER >= 20080917
-packetLen(0x019b, 16) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 16)
#elif PACKETVER >= 20080910
-packetLen(0x019b, 14) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 14)
#elif PACKETVER >= 20080903
-packetLen(0x019b, -1) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, -1)
#elif PACKETVER >= 20080827
-packetLen(0x019b, 39) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 39)
#elif PACKETVER >= 20080813
-packetLen(0x019b, -1) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, -1)
#elif PACKETVER >= 20080806
-packetLen(0x019b, 81) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 81)
#elif PACKETVER >= 20080730
-packetLen(0x019b, -1) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, -1)
#elif PACKETVER >= 20080722
-packetLen(0x019b, 8) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 8)
#elif PACKETVER >= 20080715
-packetLen(0x019b, 14) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 14)
#elif PACKETVER >= 20080708
-packetLen(0x019b, 29) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 29)
#elif PACKETVER >= 20080624
-packetLen(0x019b, -1) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, -1)
#elif PACKETVER >= 20080617
-packetLen(0x019b, 4) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 4)
#elif PACKETVER >= 20080610
-packetLen(0x019b, -1) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, -1)
#elif PACKETVER >= 20080603
-packetLen(0x019b, 2) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 2)
#elif PACKETVER >= 20080528
-packetLen(0x019b, 27) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 27)
#elif PACKETVER >= 20080520
-packetLen(0x019b, 18) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 18)
#elif PACKETVER >= 20080513
-packetLen(0x019b, 68) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 68)
#elif PACKETVER >= 20080507
-packetLen(0x019b, -1) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, -1)
#elif PACKETVER >= 20080429
-packetLen(0x019b, 17) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 17)
#elif PACKETVER >= 20080415
-packetLen(0x019b, -1) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, -1)
#elif PACKETVER >= 20080408
-packetLen(0x019b, 29) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 29)
#elif PACKETVER >= 20080401
-packetLen(0x019b, 54) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 54)
#elif PACKETVER >= 20080318
-packetLen(0x019b, 8) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 8)
#elif PACKETVER >= 20080311
-packetLen(0x019b, 6) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 6)
#elif PACKETVER >= 20080304
-packetLen(0x019b, 2) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 2)
#elif PACKETVER >= 20080226
-packetLen(0x019b, 65) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 65)
#elif PACKETVER >= 20080219
-packetLen(0x019b, 2) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 2)
#elif PACKETVER >= 20080124
-packetLen(0x019b, 30) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 30)
#elif PACKETVER >= 20080102
-packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 10)
#endif
// Packet: 0x019c
#if PACKETVER >= 20081217
-packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+packetLen(0x019c, -1)
#elif PACKETVER >= 20081203
-packetLen(0x019c, 7) // CZ_LOCALBROADCAST
+packetLen(0x019c, 7)
#elif PACKETVER >= 20081126
-packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+packetLen(0x019c, -1)
#elif PACKETVER >= 20081119
-packetLen(0x019c, 30) // CZ_LOCALBROADCAST
+packetLen(0x019c, 30)
#elif PACKETVER >= 20081112
-packetLen(0x019c, 4) // CZ_LOCALBROADCAST
+packetLen(0x019c, 4)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081029
-packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+packetLen(0x019c, -1)
#elif PACKETVER >= 20081022
-packetLen(0x019c, 2) // CZ_LOCALBROADCAST
+packetLen(0x019c, 2)
#elif PACKETVER >= 20081008
-packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+packetLen(0x019c, -1)
#elif PACKETVER >= 20081001
-packetLen(0x019c, 13) // CZ_LOCALBROADCAST
+packetLen(0x019c, 13)
#elif PACKETVER >= 20080903
-packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+packetLen(0x019c, -1)
#elif PACKETVER >= 20080827
-packetLen(0x019c, 8) // CZ_LOCALBROADCAST
+packetLen(0x019c, 8)
#elif PACKETVER >= 20080813
-packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+packetLen(0x019c, -1)
#elif PACKETVER >= 20080806
-packetLen(0x019c, 3) // CZ_LOCALBROADCAST
+packetLen(0x019c, 3)
#elif PACKETVER >= 20080722
-packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+packetLen(0x019c, -1)
#elif PACKETVER >= 20080715
-packetLen(0x019c, 14) // CZ_LOCALBROADCAST
+packetLen(0x019c, 14)
#elif PACKETVER >= 20080708
-packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+packetLen(0x019c, -1)
#elif PACKETVER >= 20080701
-packetLen(0x019c, 282) // CZ_LOCALBROADCAST
+packetLen(0x019c, 282)
#elif PACKETVER >= 20080624
-packetLen(0x019c, 29) // CZ_LOCALBROADCAST
+packetLen(0x019c, 29)
#elif PACKETVER >= 20080617
-packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+packetLen(0x019c, -1)
#elif PACKETVER >= 20080610
-packetLen(0x019c, 6) // CZ_LOCALBROADCAST
+packetLen(0x019c, 6)
#elif PACKETVER >= 20080603
-packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+packetLen(0x019c, -1)
#elif PACKETVER >= 20080528
-packetLen(0x019c, 55) // CZ_LOCALBROADCAST
+packetLen(0x019c, 55)
#elif PACKETVER >= 20080520
-packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+packetLen(0x019c, -1)
#elif PACKETVER >= 20080513
-packetLen(0x019c, 81) // CZ_LOCALBROADCAST
+packetLen(0x019c, 81)
#elif PACKETVER >= 20080507
-packetLen(0x019c, 18) // CZ_LOCALBROADCAST
+packetLen(0x019c, 18)
#elif PACKETVER >= 20080429
-packetLen(0x019c, 79) // CZ_LOCALBROADCAST
+packetLen(0x019c, 79)
#elif PACKETVER >= 20080422
-packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+packetLen(0x019c, -1)
#elif PACKETVER >= 20080415
-packetLen(0x019c, 8) // CZ_LOCALBROADCAST
+packetLen(0x019c, 8)
#elif PACKETVER >= 20080408
-packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+packetLen(0x019c, -1)
#elif PACKETVER >= 20080401
-packetLen(0x019c, 54) // CZ_LOCALBROADCAST
+packetLen(0x019c, 54)
#elif PACKETVER >= 20080325
-packetLen(0x019c, 23) // CZ_LOCALBROADCAST
+packetLen(0x019c, 23)
#elif PACKETVER >= 20080318
-packetLen(0x019c, 43) // CZ_LOCALBROADCAST
+packetLen(0x019c, 43)
#elif PACKETVER >= 20080311
-packetLen(0x019c, 8) // CZ_LOCALBROADCAST
+packetLen(0x019c, 8)
#elif PACKETVER >= 20080226
-packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+packetLen(0x019c, -1)
#elif PACKETVER >= 20080219
-packetLen(0x019c, 2) // CZ_LOCALBROADCAST
+packetLen(0x019c, 2)
#elif PACKETVER >= 20080124
-packetLen(0x019c, 186) // CZ_LOCALBROADCAST
+packetLen(0x019c, 186)
#elif PACKETVER >= 20080102
-packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+packetLen(0x019c, -1)
#endif
// Packet: 0x019d
#if PACKETVER >= 20081217
-packetLen(0x019d, 60) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, 60)
#elif PACKETVER >= 20081203
-packetLen(0x019d, -1) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, -1)
#elif PACKETVER >= 20081126
-packetLen(0x019d, 18) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, 18)
#elif PACKETVER >= 20081119
-packetLen(0x019d, 9) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, 9)
#elif PACKETVER >= 20081112
-packetLen(0x019d, 7) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, 7)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x019d, 8) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, 8)
#elif PACKETVER >= 20081029
-packetLen(0x019d, -1) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, -1)
#elif PACKETVER >= 20081022
-packetLen(0x019d, 15) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, 15)
#elif PACKETVER >= 20080924
-packetLen(0x019d, -1) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, -1)
#elif PACKETVER >= 20080917
-packetLen(0x019d, 23) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, 23)
#elif PACKETVER >= 20080910
-packetLen(0x019d, 30) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, 30)
#elif PACKETVER >= 20080903
-packetLen(0x019d, -1) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, -1)
#elif PACKETVER >= 20080827
-packetLen(0x019d, 97) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, 97)
#elif PACKETVER >= 20080820
-packetLen(0x019d, -1) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, -1)
#elif PACKETVER >= 20080813
-packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, 6)
#elif PACKETVER >= 20080806
-packetLen(0x019d, -1) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, -1)
#elif PACKETVER >= 20080730
-packetLen(0x019d, 2) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, 2)
#elif PACKETVER >= 20080701
-packetLen(0x019d, -1) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, -1)
#elif PACKETVER >= 20080624
-packetLen(0x019d, 30) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, 30)
#elif PACKETVER >= 20080603
-packetLen(0x019d, -1) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, -1)
#elif PACKETVER >= 20080528
-packetLen(0x019d, 2) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, 2)
#elif PACKETVER >= 20080520
-packetLen(0x019d, 8) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, 8)
#elif PACKETVER >= 20080513
-packetLen(0x019d, 11) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, 11)
#elif PACKETVER >= 20080429
-packetLen(0x019d, -1) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, -1)
#elif PACKETVER >= 20080422
-packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, 6)
#elif PACKETVER >= 20080415
-packetLen(0x019d, 18) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, 18)
#elif PACKETVER >= 20080408
-packetLen(0x019d, -1) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, -1)
#elif PACKETVER >= 20080401
-packetLen(0x019d, 68) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, 68)
#elif PACKETVER >= 20080325
-packetLen(0x019d, 4) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, 4)
#elif PACKETVER >= 20080318
-packetLen(0x019d, 14) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, 14)
#elif PACKETVER >= 20080311
-packetLen(0x019d, 4) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, 4)
#elif PACKETVER >= 20080226
-packetLen(0x019d, -1) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, -1)
#elif PACKETVER >= 20080219
-packetLen(0x019d, 18) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, 18)
#elif PACKETVER >= 20080124
-packetLen(0x019d, 22) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, 22)
#elif PACKETVER >= 20080102
-packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, 6)
#endif
// Packet: 0x019e
-packetLen(0x019e, 2) // ZC_START_CAPTURE
+packetLen(0x019e, 2)
// Packet: 0x019f
#if PACKETVER >= 20081203
-packetLen(0x019f, -1) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, -1)
#elif PACKETVER >= 20081126
-packetLen(0x019f, 7) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, 7)
#elif PACKETVER >= 20081119
-packetLen(0x019f, -1) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, -1)
#elif PACKETVER >= 20081112
-packetLen(0x019f, 81) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, 81)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, 6)
#elif PACKETVER >= 20081029
-packetLen(0x019f, 20) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, 20)
#elif PACKETVER >= 20081015
-packetLen(0x019f, -1) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, -1)
#elif PACKETVER >= 20081008
-packetLen(0x019f, 8) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, 8)
#elif PACKETVER >= 20080924
-packetLen(0x019f, -1) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, -1)
#elif PACKETVER >= 20080917
-packetLen(0x019f, 28) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, 28)
#elif PACKETVER >= 20080903
-packetLen(0x019f, -1) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, -1)
#elif PACKETVER >= 20080827
-packetLen(0x019f, 26) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, 26)
#elif PACKETVER >= 20080722
-packetLen(0x019f, -1) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, -1)
#elif PACKETVER >= 20080715
-packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, 6)
#elif PACKETVER >= 20080708
-packetLen(0x019f, -1) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, -1)
#elif PACKETVER >= 20080701
-packetLen(0x019f, 36) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, 36)
#elif PACKETVER >= 20080610
-packetLen(0x019f, -1) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, -1)
#elif PACKETVER >= 20080603
-packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, 6)
#elif PACKETVER >= 20080528
-packetLen(0x019f, 20) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, 20)
#elif PACKETVER >= 20080520
-packetLen(0x019f, 18) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, 18)
#elif PACKETVER >= 20080513
-packetLen(0x019f, -1) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, -1)
#elif PACKETVER >= 20080507
-packetLen(0x019f, 26) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, 26)
#elif PACKETVER >= 20080429
-packetLen(0x019f, 3) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, 3)
#elif PACKETVER >= 20080422
-packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, 6)
#elif PACKETVER >= 20080415
-packetLen(0x019f, 8) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, 8)
#elif PACKETVER >= 20080408
-packetLen(0x019f, -1) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, -1)
#elif PACKETVER >= 20080401
-packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, 6)
#elif PACKETVER >= 20080325
-packetLen(0x019f, 34) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, 34)
#elif PACKETVER >= 20080318
-packetLen(0x019f, 10) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, 10)
#elif PACKETVER >= 20080311
-packetLen(0x019f, -1) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, -1)
#elif PACKETVER >= 20080304
-packetLen(0x019f, 23) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, 23)
#elif PACKETVER >= 20080226
-packetLen(0x019f, 79) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, 79)
#elif PACKETVER >= 20080124
-packetLen(0x019f, 2) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, 2)
#elif PACKETVER >= 20080102
-packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, 6)
#endif
// Packet: 0x01a0
#if PACKETVER >= 20081217
-packetLen(0x01a0, -1) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, -1)
#elif PACKETVER >= 20081203
-packetLen(0x01a0, 42) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, 42)
#elif PACKETVER >= 20081126
-packetLen(0x01a0, 4) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, 4)
#elif PACKETVER >= 20081112
-packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, 3)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081105
-packetLen(0x01a0, -1) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, -1)
#elif PACKETVER >= 20081029
-packetLen(0x01a0, 4) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, 4)
#elif PACKETVER >= 20081008
-packetLen(0x01a0, -1) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, -1)
#elif PACKETVER >= 20081001
-packetLen(0x01a0, 2) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, 2)
#elif PACKETVER >= 20080917
-packetLen(0x01a0, -1) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, -1)
#elif PACKETVER >= 20080910
-packetLen(0x01a0, 2) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, 2)
#elif PACKETVER >= 20080903
-packetLen(0x01a0, 282) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, 282)
#elif PACKETVER >= 20080827
-packetLen(0x01a0, 8) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, 8)
#elif PACKETVER >= 20080813
-packetLen(0x01a0, 6) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, 6)
#elif PACKETVER >= 20080806
-packetLen(0x01a0, -1) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, -1)
#elif PACKETVER >= 20080730
-packetLen(0x01a0, 5) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, 5)
#elif PACKETVER >= 20080722
-packetLen(0x01a0, 10) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, 10)
#elif PACKETVER >= 20080715
-packetLen(0x01a0, -1) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, -1)
#elif PACKETVER >= 20080708
-packetLen(0x01a0, 10) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, 10)
#elif PACKETVER >= 20080701
-packetLen(0x01a0, -1) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, -1)
#elif PACKETVER >= 20080624
-packetLen(0x01a0, 5) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, 5)
#elif PACKETVER >= 20080617
-packetLen(0x01a0, -1) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, -1)
#elif PACKETVER >= 20080610
-packetLen(0x01a0, 11) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, 11)
#elif PACKETVER >= 20080603
-packetLen(0x01a0, 29) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, 29)
#elif PACKETVER >= 20080528
-packetLen(0x01a0, 4) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, 4)
#elif PACKETVER >= 20080520
-packetLen(0x01a0, 42) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, 42)
#elif PACKETVER >= 20080513
-packetLen(0x01a0, 24) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, 24)
#elif PACKETVER >= 20080507
-packetLen(0x01a0, 23) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, 23)
#elif PACKETVER >= 20080429
-packetLen(0x01a0, 11) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, 11)
#elif PACKETVER >= 20080408
-packetLen(0x01a0, -1) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, -1)
#elif PACKETVER >= 20080401
-packetLen(0x01a0, 30) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, 30)
#elif PACKETVER >= 20080325
-packetLen(0x01a0, -1) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, -1)
#elif PACKETVER >= 20080318
-packetLen(0x01a0, 17) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, 17)
#elif PACKETVER >= 20080311
-packetLen(0x01a0, -1) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, -1)
#elif PACKETVER >= 20080304
-packetLen(0x01a0, 22) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, 22)
#elif PACKETVER >= 20080226
-packetLen(0x01a0, 8) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, 8)
#elif PACKETVER >= 20080219
-packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, 3)
#elif PACKETVER >= 20080124
-packetLen(0x01a0, 7) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, 7)
#elif PACKETVER >= 20080102
-packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, 3)
#endif
// Packet: 0x01a1
#if PACKETVER >= 20081112
-packetLen(0x01a1, 3) // CZ_COMMAND_PET
+packetLen(0x01a1, 3)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x01a1, 2) // CZ_COMMAND_PET
+packetLen(0x01a1, 2)
#elif PACKETVER >= 20081008
-packetLen(0x01a1, -1) // CZ_COMMAND_PET
+packetLen(0x01a1, -1)
#elif PACKETVER >= 20081001
-packetLen(0x01a1, 2) // CZ_COMMAND_PET
+packetLen(0x01a1, 2)
#elif PACKETVER >= 20080924
-packetLen(0x01a1, -1) // CZ_COMMAND_PET
+packetLen(0x01a1, -1)
#elif PACKETVER >= 20080917
-packetLen(0x01a1, 4) // CZ_COMMAND_PET
+packetLen(0x01a1, 4)
#elif PACKETVER >= 20080910
-packetLen(0x01a1, 27) // CZ_COMMAND_PET
+packetLen(0x01a1, 27)
#elif PACKETVER >= 20080806
-packetLen(0x01a1, -1) // CZ_COMMAND_PET
+packetLen(0x01a1, -1)
#elif PACKETVER >= 20080730
-packetLen(0x01a1, 30) // CZ_COMMAND_PET
+packetLen(0x01a1, 30)
#elif PACKETVER >= 20080722
-packetLen(0x01a1, 14) // CZ_COMMAND_PET
+packetLen(0x01a1, 14)
#elif PACKETVER >= 20080715
-packetLen(0x01a1, 3) // CZ_COMMAND_PET
+packetLen(0x01a1, 3)
#elif PACKETVER >= 20080708
-packetLen(0x01a1, -1) // CZ_COMMAND_PET
+packetLen(0x01a1, -1)
#elif PACKETVER >= 20080701
-packetLen(0x01a1, 3) // CZ_COMMAND_PET
+packetLen(0x01a1, 3)
#elif PACKETVER >= 20080617
-packetLen(0x01a1, -1) // CZ_COMMAND_PET
+packetLen(0x01a1, -1)
#elif PACKETVER >= 20080610
-packetLen(0x01a1, 10) // CZ_COMMAND_PET
+packetLen(0x01a1, 10)
#elif PACKETVER >= 20080603
-packetLen(0x01a1, -1) // CZ_COMMAND_PET
+packetLen(0x01a1, -1)
#elif PACKETVER >= 20080528
-packetLen(0x01a1, 7) // CZ_COMMAND_PET
+packetLen(0x01a1, 7)
#elif PACKETVER >= 20080520
-packetLen(0x01a1, 21) // CZ_COMMAND_PET
+packetLen(0x01a1, 21)
#elif PACKETVER >= 20080507
-packetLen(0x01a1, -1) // CZ_COMMAND_PET
+packetLen(0x01a1, -1)
#elif PACKETVER >= 20080429
-packetLen(0x01a1, 7) // CZ_COMMAND_PET
+packetLen(0x01a1, 7)
#elif PACKETVER >= 20080422
-packetLen(0x01a1, 3) // CZ_COMMAND_PET
+packetLen(0x01a1, 3)
#elif PACKETVER >= 20080415
-packetLen(0x01a1, 28) // CZ_COMMAND_PET
+packetLen(0x01a1, 28)
#elif PACKETVER >= 20080408
-packetLen(0x01a1, 282) // CZ_COMMAND_PET
+packetLen(0x01a1, 282)
#elif PACKETVER >= 20080401
-packetLen(0x01a1, 30) // CZ_COMMAND_PET
+packetLen(0x01a1, 30)
#elif PACKETVER >= 20080325
-packetLen(0x01a1, 7) // CZ_COMMAND_PET
+packetLen(0x01a1, 7)
#elif PACKETVER >= 20080318
-packetLen(0x01a1, 4) // CZ_COMMAND_PET
+packetLen(0x01a1, 4)
#elif PACKETVER >= 20080311
-packetLen(0x01a1, 53) // CZ_COMMAND_PET
+packetLen(0x01a1, 53)
#elif PACKETVER >= 20080304
-packetLen(0x01a1, 26) // CZ_COMMAND_PET
+packetLen(0x01a1, 26)
#elif PACKETVER >= 20080226
-packetLen(0x01a1, -1) // CZ_COMMAND_PET
+packetLen(0x01a1, -1)
#elif PACKETVER >= 20080219
-packetLen(0x01a1, 6) // CZ_COMMAND_PET
+packetLen(0x01a1, 6)
#elif PACKETVER >= 20080124
-packetLen(0x01a1, 5) // CZ_COMMAND_PET
+packetLen(0x01a1, 5)
#elif PACKETVER >= 20080102
-packetLen(0x01a1, 3) // CZ_COMMAND_PET
+packetLen(0x01a1, 3)
#endif
// Packet: 0x01a2
#if PACKETVER >= 20081217
-packetLen(0x01a2, -1) // ZC_PROPERTY_PET
+packetLen(0x01a2, -1)
#elif PACKETVER >= 20081203
-packetLen(0x01a2, 2) // ZC_PROPERTY_PET
+packetLen(0x01a2, 2)
#elif PACKETVER >= 20081126
-packetLen(0x01a2, 7) // ZC_PROPERTY_PET
+packetLen(0x01a2, 7)
#elif PACKETVER >= 20081112
-packetLen(0x01a2, 35) // ZC_PROPERTY_PET
+packetLen(0x01a2, 35)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x01a2, 282) // ZC_PROPERTY_PET
+packetLen(0x01a2, 282)
#elif PACKETVER >= 20081029
-packetLen(0x01a2, -1) // ZC_PROPERTY_PET
+packetLen(0x01a2, -1)
#elif PACKETVER >= 20081022
-packetLen(0x01a2, 79) // ZC_PROPERTY_PET
+packetLen(0x01a2, 79)
#elif PACKETVER >= 20081015
-packetLen(0x01a2, 34) // ZC_PROPERTY_PET
+packetLen(0x01a2, 34)
#elif PACKETVER >= 20081008
-packetLen(0x01a2, 2) // ZC_PROPERTY_PET
+packetLen(0x01a2, 2)
#elif PACKETVER >= 20081001
-packetLen(0x01a2, 6) // ZC_PROPERTY_PET
+packetLen(0x01a2, 6)
#elif PACKETVER >= 20080924
-packetLen(0x01a2, 26) // ZC_PROPERTY_PET
+packetLen(0x01a2, 26)
#elif PACKETVER >= 20080910
-packetLen(0x01a2, -1) // ZC_PROPERTY_PET
+packetLen(0x01a2, -1)
#elif PACKETVER >= 20080903
-packetLen(0x01a2, 21) // ZC_PROPERTY_PET
+packetLen(0x01a2, 21)
#elif PACKETVER >= 20080827
-packetLen(0x01a2, 5) // ZC_PROPERTY_PET
+packetLen(0x01a2, 5)
#elif PACKETVER >= 20080820
-packetLen(0x01a2, -1) // ZC_PROPERTY_PET
+packetLen(0x01a2, -1)
#elif PACKETVER >= 20080806
-packetLen(0x01a2, 6) // ZC_PROPERTY_PET
+packetLen(0x01a2, 6)
#elif PACKETVER >= 20080730
-packetLen(0x01a2, 60) // ZC_PROPERTY_PET
+packetLen(0x01a2, 60)
#elif PACKETVER >= 20080722
-packetLen(0x01a2, 30) // ZC_PROPERTY_PET
+packetLen(0x01a2, 30)
#elif PACKETVER >= 20080708
-packetLen(0x01a2, -1) // ZC_PROPERTY_PET
+packetLen(0x01a2, -1)
#elif PACKETVER >= 20080701
-packetLen(0x01a2, 2) // ZC_PROPERTY_PET
+packetLen(0x01a2, 2)
#elif PACKETVER >= 20080624
-packetLen(0x01a2, 3) // ZC_PROPERTY_PET
+packetLen(0x01a2, 3)
#elif PACKETVER >= 20080610
-packetLen(0x01a2, -1) // ZC_PROPERTY_PET
+packetLen(0x01a2, -1)
#elif PACKETVER >= 20080603
-packetLen(0x01a2, 28) // ZC_PROPERTY_PET
+packetLen(0x01a2, 28)
#elif PACKETVER >= 20080520
-packetLen(0x01a2, -1) // ZC_PROPERTY_PET
+packetLen(0x01a2, -1)
#elif PACKETVER >= 20080513
-packetLen(0x01a2, 54) // ZC_PROPERTY_PET
+packetLen(0x01a2, 54)
#elif PACKETVER >= 20080507
-packetLen(0x01a2, 27) // ZC_PROPERTY_PET
+packetLen(0x01a2, 27)
#elif PACKETVER >= 20080429
-packetLen(0x01a2, 2) // ZC_PROPERTY_PET
+packetLen(0x01a2, 2)
#elif PACKETVER >= 20080422
-packetLen(0x01a2, 30) // ZC_PROPERTY_PET
+packetLen(0x01a2, 30)
#elif PACKETVER >= 20080415
-packetLen(0x01a2, 68) // ZC_PROPERTY_PET
+packetLen(0x01a2, 68)
#elif PACKETVER >= 20080408
-packetLen(0x01a2, 6) // ZC_PROPERTY_PET
+packetLen(0x01a2, 6)
#elif PACKETVER >= 20080401
-packetLen(0x01a2, -1) // ZC_PROPERTY_PET
+packetLen(0x01a2, -1)
#elif PACKETVER >= 20080318
-packetLen(0x01a2, 2) // ZC_PROPERTY_PET
+packetLen(0x01a2, 2)
#elif PACKETVER >= 20080311
-packetLen(0x01a2, 4) // ZC_PROPERTY_PET
+packetLen(0x01a2, 4)
#elif PACKETVER >= 20080304
-packetLen(0x01a2, 6) // ZC_PROPERTY_PET
+packetLen(0x01a2, 6)
#elif PACKETVER >= 20080226
-packetLen(0x01a2, 7) // ZC_PROPERTY_PET
+packetLen(0x01a2, 7)
#elif PACKETVER >= 20080219
-packetLen(0x01a2, 8) // ZC_PROPERTY_PET
+packetLen(0x01a2, 8)
#elif PACKETVER >= 20080124
-packetLen(0x01a2, 6) // ZC_PROPERTY_PET
+packetLen(0x01a2, 6)
#elif PACKETVER >= 20080102
-packetLen(0x01a2, 35) // ZC_PROPERTY_PET
+packetLen(0x01a2, 35)
#endif
// Packet: 0x01a3
#if PACKETVER >= 20081126
-packetLen(0x01a3, -1) // ZC_FEED_PET
+packetLen(0x01a3, -1)
#elif PACKETVER >= 20081119
-packetLen(0x01a3, 6) // ZC_FEED_PET
+packetLen(0x01a3, 6)
#elif PACKETVER >= 20081112
-packetLen(0x01a3, 5) // ZC_FEED_PET
+packetLen(0x01a3, 5)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081105
-packetLen(0x01a3, -1) // ZC_FEED_PET
+packetLen(0x01a3, -1)
#elif PACKETVER >= 20081029
-packetLen(0x01a3, 58) // ZC_FEED_PET
+packetLen(0x01a3, 58)
#elif PACKETVER >= 20081015
-packetLen(0x01a3, -1) // ZC_FEED_PET
+packetLen(0x01a3, -1)
#elif PACKETVER >= 20081008
-packetLen(0x01a3, 3) // ZC_FEED_PET
+packetLen(0x01a3, 3)
#elif PACKETVER >= 20081001
-packetLen(0x01a3, -1) // ZC_FEED_PET
+packetLen(0x01a3, -1)
#elif PACKETVER >= 20080924
-packetLen(0x01a3, 10) // ZC_FEED_PET
+packetLen(0x01a3, 10)
#elif PACKETVER >= 20080903
-packetLen(0x01a3, -1) // ZC_FEED_PET
+packetLen(0x01a3, -1)
#elif PACKETVER >= 20080827
-packetLen(0x01a3, 2) // ZC_FEED_PET
+packetLen(0x01a3, 2)
#elif PACKETVER >= 20080820
-packetLen(0x01a3, 8) // ZC_FEED_PET
+packetLen(0x01a3, 8)
#elif PACKETVER >= 20080813
-packetLen(0x01a3, 2) // ZC_FEED_PET
+packetLen(0x01a3, 2)
#elif PACKETVER >= 20080806
-packetLen(0x01a3, -1) // ZC_FEED_PET
+packetLen(0x01a3, -1)
#elif PACKETVER >= 20080730
-packetLen(0x01a3, 28) // ZC_FEED_PET
+packetLen(0x01a3, 28)
#elif PACKETVER >= 20080722
-packetLen(0x01a3, 15) // ZC_FEED_PET
+packetLen(0x01a3, 15)
#elif PACKETVER >= 20080715
-packetLen(0x01a3, 6) // ZC_FEED_PET
+packetLen(0x01a3, 6)
#elif PACKETVER >= 20080708
-packetLen(0x01a3, -1) // ZC_FEED_PET
+packetLen(0x01a3, -1)
#elif PACKETVER >= 20080701
-packetLen(0x01a3, 31) // ZC_FEED_PET
+packetLen(0x01a3, 31)
#elif PACKETVER >= 20080624
-packetLen(0x01a3, 8) // ZC_FEED_PET
+packetLen(0x01a3, 8)
#elif PACKETVER >= 20080610
-packetLen(0x01a3, -1) // ZC_FEED_PET
+packetLen(0x01a3, -1)
#elif PACKETVER >= 20080603
-packetLen(0x01a3, 26) // ZC_FEED_PET
+packetLen(0x01a3, 26)
#elif PACKETVER >= 20080528
-packetLen(0x01a3, -1) // ZC_FEED_PET
+packetLen(0x01a3, -1)
#elif PACKETVER >= 20080520
-packetLen(0x01a3, 26) // ZC_FEED_PET
+packetLen(0x01a3, 26)
#elif PACKETVER >= 20080513
-packetLen(0x01a3, -1) // ZC_FEED_PET
+packetLen(0x01a3, -1)
#elif PACKETVER >= 20080507
-packetLen(0x01a3, 5) // ZC_FEED_PET
+packetLen(0x01a3, 5)
#elif PACKETVER >= 20080429
-packetLen(0x01a3, 9) // ZC_FEED_PET
+packetLen(0x01a3, 9)
#elif PACKETVER >= 20080422
-packetLen(0x01a3, 30) // ZC_FEED_PET
+packetLen(0x01a3, 30)
#elif PACKETVER >= 20080415
-packetLen(0x01a3, 3) // ZC_FEED_PET
+packetLen(0x01a3, 3)
#elif PACKETVER >= 20080318
-packetLen(0x01a3, -1) // ZC_FEED_PET
+packetLen(0x01a3, -1)
#elif PACKETVER >= 20080311
-packetLen(0x01a3, 32) // ZC_FEED_PET
+packetLen(0x01a3, 32)
#elif PACKETVER >= 20080304
-packetLen(0x01a3, 6) // ZC_FEED_PET
+packetLen(0x01a3, 6)
#elif PACKETVER >= 20080226
-packetLen(0x01a3, 4) // ZC_FEED_PET
+packetLen(0x01a3, 4)
#elif PACKETVER >= 20080219
-packetLen(0x01a3, 11) // ZC_FEED_PET
+packetLen(0x01a3, 11)
#elif PACKETVER >= 20080124
-packetLen(0x01a3, -1) // ZC_FEED_PET
+packetLen(0x01a3, -1)
#elif PACKETVER >= 20080102
-packetLen(0x01a3, 5) // ZC_FEED_PET
+packetLen(0x01a3, 5)
#endif
// Packet: 0x01a4
#if PACKETVER >= 20081217
-packetLen(0x01a4, 3) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, 3)
#elif PACKETVER >= 20081203
-packetLen(0x01a4, 6) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, 6)
#elif PACKETVER >= 20081126
-packetLen(0x01a4, -1) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, -1)
#elif PACKETVER >= 20081119
-packetLen(0x01a4, 2) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, 2)
#elif PACKETVER >= 20081112
-packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, 11)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x01a4, -1) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, -1)
#elif PACKETVER >= 20081029
-packetLen(0x01a4, 22) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, 22)
#elif PACKETVER >= 20081001
-packetLen(0x01a4, -1) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, -1)
#elif PACKETVER >= 20080924
-packetLen(0x01a4, 10) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, 10)
#elif PACKETVER >= 20080820
-packetLen(0x01a4, -1) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, -1)
#elif PACKETVER >= 20080813
-packetLen(0x01a4, 22) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, 22)
#elif PACKETVER >= 20080806
-packetLen(0x01a4, 67) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, 67)
#elif PACKETVER >= 20080730
-packetLen(0x01a4, 8) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, 8)
#elif PACKETVER >= 20080722
-packetLen(0x01a4, 16) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, 16)
#elif PACKETVER >= 20080715
-packetLen(0x01a4, 20) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, 20)
#elif PACKETVER >= 20080617
-packetLen(0x01a4, -1) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, -1)
#elif PACKETVER >= 20080610
-packetLen(0x01a4, 4) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, 4)
#elif PACKETVER >= 20080603
-packetLen(0x01a4, 10) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, 10)
#elif PACKETVER >= 20080528
-packetLen(0x01a4, -1) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, -1)
#elif PACKETVER >= 20080520
-packetLen(0x01a4, 34) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, 34)
#elif PACKETVER >= 20080513
-packetLen(0x01a4, 2) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, 2)
#elif PACKETVER >= 20080507
-packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, 11)
#elif PACKETVER >= 20080429
-packetLen(0x01a4, -1) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, -1)
#elif PACKETVER >= 20080422
-packetLen(0x01a4, 102) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, 102)
#elif PACKETVER >= 20080415
-packetLen(0x01a4, -1) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, -1)
#elif PACKETVER >= 20080408
-packetLen(0x01a4, 16) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, 16)
#elif PACKETVER >= 20080401
-packetLen(0x01a4, 36) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, 36)
#elif PACKETVER >= 20080325
-packetLen(0x01a4, 8) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, 8)
#elif PACKETVER >= 20080318
-packetLen(0x01a4, 2) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, 2)
#elif PACKETVER >= 20080311
-packetLen(0x01a4, -1) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, -1)
#elif PACKETVER >= 20080304
-packetLen(0x01a4, 4) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, 4)
#elif PACKETVER >= 20080226
-packetLen(0x01a4, 10) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, 10)
#elif PACKETVER >= 20080124
-packetLen(0x01a4, 8) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, 8)
#elif PACKETVER >= 20080102
-packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, 11)
#endif
// Packet: 0x01a5
-packetLen(0x01a5, 26) // CZ_RENAME_PET
+packetLen(0x01a5, 26)
// Packet: 0x01a6
#if PACKETVER >= 20081217
-packetLen(0x01a6, 58) // ZC_PETEGG_LIST
+packetLen(0x01a6, 58)
#elif PACKETVER >= 20081203
-packetLen(0x01a6, 26) // ZC_PETEGG_LIST
+packetLen(0x01a6, 26)
#elif PACKETVER >= 20081126
-packetLen(0x01a6, 2) // ZC_PETEGG_LIST
+packetLen(0x01a6, 2)
#elif PACKETVER >= 20081119
-packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+packetLen(0x01a6, -1)
#elif PACKETVER >= 20081112
-packetLen(0x01a6, 39) // ZC_PETEGG_LIST
+packetLen(0x01a6, 39)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x01a6, 58) // ZC_PETEGG_LIST
+packetLen(0x01a6, 58)
#elif PACKETVER >= 20081029
-packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+packetLen(0x01a6, -1)
#elif PACKETVER >= 20081022
-packetLen(0x01a6, 3) // ZC_PETEGG_LIST
+packetLen(0x01a6, 3)
#elif PACKETVER >= 20081015
-packetLen(0x01a6, 12) // ZC_PETEGG_LIST
+packetLen(0x01a6, 12)
#elif PACKETVER >= 20081008
-packetLen(0x01a6, 30) // ZC_PETEGG_LIST
+packetLen(0x01a6, 30)
#elif PACKETVER >= 20081001
-packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+packetLen(0x01a6, -1)
#elif PACKETVER >= 20080924
-packetLen(0x01a6, 14) // ZC_PETEGG_LIST
+packetLen(0x01a6, 14)
#elif PACKETVER >= 20080917
-packetLen(0x01a6, 6) // ZC_PETEGG_LIST
+packetLen(0x01a6, 6)
#elif PACKETVER >= 20080827
-packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+packetLen(0x01a6, -1)
#elif PACKETVER >= 20080820
-packetLen(0x01a6, 6) // ZC_PETEGG_LIST
+packetLen(0x01a6, 6)
#elif PACKETVER >= 20080813
-packetLen(0x01a6, 5) // ZC_PETEGG_LIST
+packetLen(0x01a6, 5)
#elif PACKETVER >= 20080806
-packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+packetLen(0x01a6, -1)
#elif PACKETVER >= 20080730
-packetLen(0x01a6, 22) // ZC_PETEGG_LIST
+packetLen(0x01a6, 22)
#elif PACKETVER >= 20080722
-packetLen(0x01a6, 6) // ZC_PETEGG_LIST
+packetLen(0x01a6, 6)
#elif PACKETVER >= 20080715
-packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+packetLen(0x01a6, -1)
#elif PACKETVER >= 20080708
-packetLen(0x01a6, 57) // ZC_PETEGG_LIST
+packetLen(0x01a6, 57)
#elif PACKETVER >= 20080701
-packetLen(0x01a6, 4) // ZC_PETEGG_LIST
+packetLen(0x01a6, 4)
#elif PACKETVER >= 20080617
-packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+packetLen(0x01a6, -1)
#elif PACKETVER >= 20080610
-packetLen(0x01a6, 3) // ZC_PETEGG_LIST
+packetLen(0x01a6, 3)
#elif PACKETVER >= 20080603
-packetLen(0x01a6, 10) // ZC_PETEGG_LIST
+packetLen(0x01a6, 10)
#elif PACKETVER >= 20080520
-packetLen(0x01a6, 6) // ZC_PETEGG_LIST
+packetLen(0x01a6, 6)
#elif PACKETVER >= 20080513
-packetLen(0x01a6, 4) // ZC_PETEGG_LIST
+packetLen(0x01a6, 4)
#elif PACKETVER >= 20080507
-packetLen(0x01a6, 6) // ZC_PETEGG_LIST
+packetLen(0x01a6, 6)
#elif PACKETVER >= 20080429
-packetLen(0x01a6, 30) // ZC_PETEGG_LIST
+packetLen(0x01a6, 30)
#elif PACKETVER >= 20080422
-packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+packetLen(0x01a6, -1)
#elif PACKETVER >= 20080415
-packetLen(0x01a6, 6) // ZC_PETEGG_LIST
+packetLen(0x01a6, 6)
#elif PACKETVER >= 20080401
-packetLen(0x01a6, 2) // ZC_PETEGG_LIST
+packetLen(0x01a6, 2)
#elif PACKETVER >= 20080325
-packetLen(0x01a6, 3) // ZC_PETEGG_LIST
+packetLen(0x01a6, 3)
#elif PACKETVER >= 20080318
-packetLen(0x01a6, 26) // ZC_PETEGG_LIST
+packetLen(0x01a6, 26)
#elif PACKETVER >= 20080311
-packetLen(0x01a6, 2) // ZC_PETEGG_LIST
+packetLen(0x01a6, 2)
#elif PACKETVER >= 20080304
-packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+packetLen(0x01a6, -1)
#elif PACKETVER >= 20080226
-packetLen(0x01a6, 10) // ZC_PETEGG_LIST
+packetLen(0x01a6, 10)
#elif PACKETVER >= 20080219
-packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+packetLen(0x01a6, -1)
#elif PACKETVER >= 20080124
-packetLen(0x01a6, 27) // ZC_PETEGG_LIST
+packetLen(0x01a6, 27)
#elif PACKETVER >= 20080102
-packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+packetLen(0x01a6, -1)
#endif
// Packet: 0x01a7
#if PACKETVER >= 20081217
-packetLen(0x01a7, -1) // CZ_SELECT_PETEGG
+packetLen(0x01a7, -1)
#elif PACKETVER >= 20081203
-packetLen(0x01a7, 3) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 3)
#elif PACKETVER >= 20081126
-packetLen(0x01a7, 5) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 5)
#elif PACKETVER >= 20081119
-packetLen(0x01a7, -1) // CZ_SELECT_PETEGG
+packetLen(0x01a7, -1)
#elif PACKETVER >= 20081112
-packetLen(0x01a7, 23) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 23)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081015
-packetLen(0x01a7, -1) // CZ_SELECT_PETEGG
+packetLen(0x01a7, -1)
#elif PACKETVER >= 20081008
-packetLen(0x01a7, 14) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 14)
#elif PACKETVER >= 20081001
-packetLen(0x01a7, 7) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 7)
#elif PACKETVER >= 20080924
-packetLen(0x01a7, -1) // CZ_SELECT_PETEGG
+packetLen(0x01a7, -1)
#elif PACKETVER >= 20080917
-packetLen(0x01a7, 8) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 8)
#elif PACKETVER >= 20080910
-packetLen(0x01a7, -1) // CZ_SELECT_PETEGG
+packetLen(0x01a7, -1)
#elif PACKETVER >= 20080903
-packetLen(0x01a7, 5) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 5)
#elif PACKETVER >= 20080827
-packetLen(0x01a7, 6) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 6)
#elif PACKETVER >= 20080820
-packetLen(0x01a7, 10) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 10)
#elif PACKETVER >= 20080813
-packetLen(0x01a7, -1) // CZ_SELECT_PETEGG
+packetLen(0x01a7, -1)
#elif PACKETVER >= 20080806
-packetLen(0x01a7, 29) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 29)
#elif PACKETVER >= 20080730
-packetLen(0x01a7, 6) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 6)
#elif PACKETVER >= 20080722
-packetLen(0x01a7, -1) // CZ_SELECT_PETEGG
+packetLen(0x01a7, -1)
#elif PACKETVER >= 20080715
-packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 4)
#elif PACKETVER >= 20080708
-packetLen(0x01a7, 6) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 6)
#elif PACKETVER >= 20080701
-packetLen(0x01a7, 2) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 2)
#elif PACKETVER >= 20080617
-packetLen(0x01a7, 6) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 6)
#elif PACKETVER >= 20080603
-packetLen(0x01a7, -1) // CZ_SELECT_PETEGG
+packetLen(0x01a7, -1)
#elif PACKETVER >= 20080528
-packetLen(0x01a7, 30) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 30)
#elif PACKETVER >= 20080520
-packetLen(0x01a7, -1) // CZ_SELECT_PETEGG
+packetLen(0x01a7, -1)
#elif PACKETVER >= 20080513
-packetLen(0x01a7, 18) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 18)
#elif PACKETVER >= 20080507
-packetLen(0x01a7, -1) // CZ_SELECT_PETEGG
+packetLen(0x01a7, -1)
#elif PACKETVER >= 20080429
-packetLen(0x01a7, 6) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 6)
#elif PACKETVER >= 20080422
-packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 4)
#elif PACKETVER >= 20080415
-packetLen(0x01a7, 18) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 18)
#elif PACKETVER >= 20080408
-packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 4)
#elif PACKETVER >= 20080401
-packetLen(0x01a7, 22) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 22)
#elif PACKETVER >= 20080325
-packetLen(0x01a7, 16) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 16)
#elif PACKETVER >= 20080318
-packetLen(0x01a7, 26) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 26)
#elif PACKETVER >= 20080311
-packetLen(0x01a7, 6) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 6)
#elif PACKETVER >= 20080226
-packetLen(0x01a7, 2) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 2)
#elif PACKETVER >= 20080219
-packetLen(0x01a7, 6) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 6)
#elif PACKETVER >= 20080124
-packetLen(0x01a7, 3) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 3)
#elif PACKETVER >= 20080102
-packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 4)
#endif
// Packet: 0x01a8
-packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+packetLen(0x01a8, 4)
// Packet: 0x01a9
-packetLen(0x01a9, 6) // CZ_PET_ACT
+packetLen(0x01a9, 6)
// Packet: 0x01aa
#if PACKETVER >= 20081203
-packetLen(0x01aa, -1) // ZC_PET_ACT
+packetLen(0x01aa, -1)
#elif PACKETVER >= 20081126
-packetLen(0x01aa, 29) // ZC_PET_ACT
+packetLen(0x01aa, 29)
#elif PACKETVER >= 20081112
-packetLen(0x01aa, 10) // ZC_PET_ACT
+packetLen(0x01aa, 10)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x01aa, 29) // ZC_PET_ACT
+packetLen(0x01aa, 29)
#elif PACKETVER >= 20081029
-packetLen(0x01aa, 30) // ZC_PET_ACT
+packetLen(0x01aa, 30)
#elif PACKETVER >= 20081015
-packetLen(0x01aa, -1) // ZC_PET_ACT
+packetLen(0x01aa, -1)
#elif PACKETVER >= 20081008
-packetLen(0x01aa, 12) // ZC_PET_ACT
+packetLen(0x01aa, 12)
#elif PACKETVER >= 20081001
-packetLen(0x01aa, -1) // ZC_PET_ACT
+packetLen(0x01aa, -1)
#elif PACKETVER >= 20080924
-packetLen(0x01aa, 2) // ZC_PET_ACT
+packetLen(0x01aa, 2)
#elif PACKETVER >= 20080917
-packetLen(0x01aa, 6) // ZC_PET_ACT
+packetLen(0x01aa, 6)
#elif PACKETVER >= 20080910
-packetLen(0x01aa, -1) // ZC_PET_ACT
+packetLen(0x01aa, -1)
#elif PACKETVER >= 20080827
-packetLen(0x01aa, 6) // ZC_PET_ACT
+packetLen(0x01aa, 6)
#elif PACKETVER >= 20080820
-packetLen(0x01aa, 30) // ZC_PET_ACT
+packetLen(0x01aa, 30)
#elif PACKETVER >= 20080813
-packetLen(0x01aa, 282) // ZC_PET_ACT
+packetLen(0x01aa, 282)
#elif PACKETVER >= 20080806
-packetLen(0x01aa, 6) // ZC_PET_ACT
+packetLen(0x01aa, 6)
#elif PACKETVER >= 20080715
-packetLen(0x01aa, -1) // ZC_PET_ACT
+packetLen(0x01aa, -1)
#elif PACKETVER >= 20080708
-packetLen(0x01aa, 2) // ZC_PET_ACT
+packetLen(0x01aa, 2)
#elif PACKETVER >= 20080624
-packetLen(0x01aa, -1) // ZC_PET_ACT
+packetLen(0x01aa, -1)
#elif PACKETVER >= 20080610
-packetLen(0x01aa, 6) // ZC_PET_ACT
+packetLen(0x01aa, 6)
#elif PACKETVER >= 20080603
-packetLen(0x01aa, 43) // ZC_PET_ACT
+packetLen(0x01aa, 43)
#elif PACKETVER >= 20080528
-packetLen(0x01aa, -1) // ZC_PET_ACT
+packetLen(0x01aa, -1)
#elif PACKETVER >= 20080520
-packetLen(0x01aa, 28) // ZC_PET_ACT
+packetLen(0x01aa, 28)
#elif PACKETVER >= 20080513
-packetLen(0x01aa, 60) // ZC_PET_ACT
+packetLen(0x01aa, 60)
#elif PACKETVER >= 20080507
-packetLen(0x01aa, 6) // ZC_PET_ACT
+packetLen(0x01aa, 6)
#elif PACKETVER >= 20080422
-packetLen(0x01aa, -1) // ZC_PET_ACT
+packetLen(0x01aa, -1)
#elif PACKETVER >= 20080415
-packetLen(0x01aa, 8) // ZC_PET_ACT
+packetLen(0x01aa, 8)
#elif PACKETVER >= 20080408
-packetLen(0x01aa, 28) // ZC_PET_ACT
+packetLen(0x01aa, 28)
#elif PACKETVER >= 20080401
-packetLen(0x01aa, 7) // ZC_PET_ACT
+packetLen(0x01aa, 7)
#elif PACKETVER >= 20080318
-packetLen(0x01aa, -1) // ZC_PET_ACT
+packetLen(0x01aa, -1)
#elif PACKETVER >= 20080311
-packetLen(0x01aa, 9) // ZC_PET_ACT
+packetLen(0x01aa, 9)
#elif PACKETVER >= 20080304
-packetLen(0x01aa, 67) // ZC_PET_ACT
+packetLen(0x01aa, 67)
#elif PACKETVER >= 20080219
-packetLen(0x01aa, 6) // ZC_PET_ACT
+packetLen(0x01aa, 6)
#elif PACKETVER >= 20080124
-packetLen(0x01aa, 54) // ZC_PET_ACT
+packetLen(0x01aa, 54)
#elif PACKETVER >= 20080102
-packetLen(0x01aa, 10) // ZC_PET_ACT
+packetLen(0x01aa, 10)
#endif
// Packet: 0x01ab
#if PACKETVER >= 20081217
-packetLen(0x01ab, 5) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, 5)
#elif PACKETVER >= 20081126
-packetLen(0x01ab, -1) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, -1)
#elif PACKETVER >= 20081119
-packetLen(0x01ab, 7) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, 7)
#elif PACKETVER >= 20081112
-packetLen(0x01ab, 30) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, 30)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x01ab, 3) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, 3)
#elif PACKETVER >= 20081029
-packetLen(0x01ab, -1) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, -1)
#elif PACKETVER >= 20081022
-packetLen(0x01ab, 6) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, 6)
#elif PACKETVER >= 20081015
-packetLen(0x01ab, 2) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, 2)
#elif PACKETVER >= 20080917
-packetLen(0x01ab, -1) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, -1)
#elif PACKETVER >= 20080910
-packetLen(0x01ab, 16) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, 16)
#elif PACKETVER >= 20080722
-packetLen(0x01ab, -1) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, -1)
#elif PACKETVER >= 20080715
-packetLen(0x01ab, 282) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, 282)
#elif PACKETVER >= 20080708
-packetLen(0x01ab, -1) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, -1)
#elif PACKETVER >= 20080701
-packetLen(0x01ab, 10) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, 10)
#elif PACKETVER >= 20080624
-packetLen(0x01ab, 60) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, 60)
#elif PACKETVER >= 20080617
-packetLen(0x01ab, -1) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, -1)
#elif PACKETVER >= 20080610
-packetLen(0x01ab, 11) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, 11)
#elif PACKETVER >= 20080528
-packetLen(0x01ab, 6) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, 6)
#elif PACKETVER >= 20080520
-packetLen(0x01ab, -1) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, -1)
#elif PACKETVER >= 20080513
-packetLen(0x01ab, 30) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, 30)
#elif PACKETVER >= 20080507
-packetLen(0x01ab, -1) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, -1)
#elif PACKETVER >= 20080429
-packetLen(0x01ab, 10) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, 10)
#elif PACKETVER >= 20080422
-packetLen(0x01ab, -1) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, -1)
#elif PACKETVER >= 20080415
-packetLen(0x01ab, 35) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, 35)
#elif PACKETVER >= 20080408
-packetLen(0x01ab, 79) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, 79)
#elif PACKETVER >= 20080401
-packetLen(0x01ab, 18) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, 18)
#elif PACKETVER >= 20080325
-packetLen(0x01ab, 10) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, 10)
#elif PACKETVER >= 20080311
-packetLen(0x01ab, -1) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, -1)
#elif PACKETVER >= 20080304
-packetLen(0x01ab, 4) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, 4)
#elif PACKETVER >= 20080226
-packetLen(0x01ab, 10) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, 10)
#elif PACKETVER >= 20080219
-packetLen(0x01ab, 3) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, 3)
#elif PACKETVER >= 20080124
-packetLen(0x01ab, -1) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, -1)
#elif PACKETVER >= 20080102
-packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, 12)
#endif
// Packet: 0x01ac
#if PACKETVER >= 20081217
-packetLen(0x01ac, -1) // ZC_SKILL_UPDATE
+packetLen(0x01ac, -1)
#elif PACKETVER >= 20081203
-packetLen(0x01ac, 10) // ZC_SKILL_UPDATE
+packetLen(0x01ac, 10)
#elif PACKETVER >= 20081119
-packetLen(0x01ac, -1) // ZC_SKILL_UPDATE
+packetLen(0x01ac, -1)
#elif PACKETVER >= 20081112
-packetLen(0x01ac, 30) // ZC_SKILL_UPDATE
+packetLen(0x01ac, 30)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081022
-packetLen(0x01ac, -1) // ZC_SKILL_UPDATE
+packetLen(0x01ac, -1)
#elif PACKETVER >= 20081015
-packetLen(0x01ac, 8) // ZC_SKILL_UPDATE
+packetLen(0x01ac, 8)
#elif PACKETVER >= 20081008
-packetLen(0x01ac, 5) // ZC_SKILL_UPDATE
+packetLen(0x01ac, 5)
#elif PACKETVER >= 20080917
-packetLen(0x01ac, -1) // ZC_SKILL_UPDATE
+packetLen(0x01ac, -1)
#elif PACKETVER >= 20080910
-packetLen(0x01ac, 28) // ZC_SKILL_UPDATE
+packetLen(0x01ac, 28)
#elif PACKETVER >= 20080813
-packetLen(0x01ac, -1) // ZC_SKILL_UPDATE
+packetLen(0x01ac, -1)
#elif PACKETVER >= 20080806
-packetLen(0x01ac, 30) // ZC_SKILL_UPDATE
+packetLen(0x01ac, 30)
#elif PACKETVER >= 20080730
-packetLen(0x01ac, 2) // ZC_SKILL_UPDATE
+packetLen(0x01ac, 2)
#elif PACKETVER >= 20080722
-packetLen(0x01ac, -1) // ZC_SKILL_UPDATE
+packetLen(0x01ac, -1)
#elif PACKETVER >= 20080715
-packetLen(0x01ac, 26) // ZC_SKILL_UPDATE
+packetLen(0x01ac, 26)
#elif PACKETVER >= 20080610
-packetLen(0x01ac, -1) // ZC_SKILL_UPDATE
+packetLen(0x01ac, -1)
#elif PACKETVER >= 20080603
-packetLen(0x01ac, 59) // ZC_SKILL_UPDATE
+packetLen(0x01ac, 59)
#elif PACKETVER >= 20080528
-packetLen(0x01ac, -1) // ZC_SKILL_UPDATE
+packetLen(0x01ac, -1)
#elif PACKETVER >= 20080520
-packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+packetLen(0x01ac, 6)
#elif PACKETVER >= 20080513
-packetLen(0x01ac, 44) // ZC_SKILL_UPDATE
+packetLen(0x01ac, 44)
#elif PACKETVER >= 20080507
-packetLen(0x01ac, 10) // ZC_SKILL_UPDATE
+packetLen(0x01ac, 10)
#elif PACKETVER >= 20080429
-packetLen(0x01ac, 14) // ZC_SKILL_UPDATE
+packetLen(0x01ac, 14)
#elif PACKETVER >= 20080422
-packetLen(0x01ac, 3) // ZC_SKILL_UPDATE
+packetLen(0x01ac, 3)
#elif PACKETVER >= 20080415
-packetLen(0x01ac, -1) // ZC_SKILL_UPDATE
+packetLen(0x01ac, -1)
#elif PACKETVER >= 20080408
-packetLen(0x01ac, 29) // ZC_SKILL_UPDATE
+packetLen(0x01ac, 29)
#elif PACKETVER >= 20080325
-packetLen(0x01ac, -1) // ZC_SKILL_UPDATE
+packetLen(0x01ac, -1)
#elif PACKETVER >= 20080318
-packetLen(0x01ac, 97) // ZC_SKILL_UPDATE
+packetLen(0x01ac, 97)
#elif PACKETVER >= 20080311
-packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+packetLen(0x01ac, 6)
#elif PACKETVER >= 20080304
-packetLen(0x01ac, 2) // ZC_SKILL_UPDATE
+packetLen(0x01ac, 2)
#elif PACKETVER >= 20080226
-packetLen(0x01ac, 4) // ZC_SKILL_UPDATE
+packetLen(0x01ac, 4)
#elif PACKETVER >= 20080219
-packetLen(0x01ac, 26) // ZC_SKILL_UPDATE
+packetLen(0x01ac, 26)
#elif PACKETVER >= 20080124
-packetLen(0x01ac, 17) // ZC_SKILL_UPDATE
+packetLen(0x01ac, 17)
#elif PACKETVER >= 20080102
-packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+packetLen(0x01ac, 6)
#endif
// Packet: 0x01ad
#if PACKETVER >= 20081203
-packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, -1)
#elif PACKETVER >= 20081126
-packetLen(0x01ad, 8) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, 8)
#elif PACKETVER >= 20081022
-packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, -1)
#elif PACKETVER >= 20081015
-packetLen(0x01ad, 26) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, 26)
#elif PACKETVER >= 20080827
-packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, -1)
#elif PACKETVER >= 20080820
-packetLen(0x01ad, 2) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, 2)
#elif PACKETVER >= 20080806
-packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, -1)
#elif PACKETVER >= 20080730
-packetLen(0x01ad, 10) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, 10)
#elif PACKETVER >= 20080715
-packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, -1)
#elif PACKETVER >= 20080708
-packetLen(0x01ad, 66) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, 66)
#elif PACKETVER >= 20080624
-packetLen(0x01ad, 2) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, 2)
#elif PACKETVER >= 20080617
-packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, -1)
#elif PACKETVER >= 20080610
-packetLen(0x01ad, 10) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, 10)
#elif PACKETVER >= 20080603
-packetLen(0x01ad, 4) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, 4)
#elif PACKETVER >= 20080528
-packetLen(0x01ad, 8) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, 8)
#elif PACKETVER >= 20080429
-packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, -1)
#elif PACKETVER >= 20080422
-packetLen(0x01ad, 6) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, 6)
#elif PACKETVER >= 20080415
-packetLen(0x01ad, 26) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, 26)
#elif PACKETVER >= 20080408
-packetLen(0x01ad, 4) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, 4)
#elif PACKETVER >= 20080401
-packetLen(0x01ad, 14) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, 14)
#elif PACKETVER >= 20080325
-packetLen(0x01ad, 39) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, 39)
#elif PACKETVER >= 20080318
-packetLen(0x01ad, 6) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, 6)
#elif PACKETVER >= 20080311
-packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, -1)
#elif PACKETVER >= 20080304
-packetLen(0x01ad, 10) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, 10)
#elif PACKETVER >= 20080226
-packetLen(0x01ad, 4) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, 4)
#elif PACKETVER >= 20080219
-packetLen(0x01ad, 54) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, 54)
#elif PACKETVER >= 20080124
-packetLen(0x01ad, 5) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, 5)
#elif PACKETVER >= 20080102
-packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, -1)
#endif
// Packet: 0x01ae
#if PACKETVER >= 20081217
-packetLen(0x01ae, 2) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, 2)
#elif PACKETVER >= 20081203
-packetLen(0x01ae, 55) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, 55)
#elif PACKETVER >= 20081126
-packetLen(0x01ae, 10) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, 10)
#elif PACKETVER >= 20081112
-packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, 4)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081105
-packetLen(0x01ae, -1) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, -1)
#elif PACKETVER >= 20081029
-packetLen(0x01ae, 2) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, 2)
#elif PACKETVER >= 20081022
-packetLen(0x01ae, 26) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, 26)
#elif PACKETVER >= 20081015
-packetLen(0x01ae, 2) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, 2)
#elif PACKETVER >= 20081001
-packetLen(0x01ae, -1) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, -1)
#elif PACKETVER >= 20080924
-packetLen(0x01ae, 22) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, 22)
#elif PACKETVER >= 20080827
-packetLen(0x01ae, -1) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, -1)
#elif PACKETVER >= 20080820
-packetLen(0x01ae, 27) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, 27)
#elif PACKETVER >= 20080806
-packetLen(0x01ae, -1) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, -1)
#elif PACKETVER >= 20080730
-packetLen(0x01ae, 35) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, 35)
#elif PACKETVER >= 20080708
-packetLen(0x01ae, -1) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, -1)
#elif PACKETVER >= 20080701
-packetLen(0x01ae, 7) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, 7)
#elif PACKETVER >= 20080624
-packetLen(0x01ae, -1) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, -1)
#elif PACKETVER >= 20080617
-packetLen(0x01ae, 2) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, 2)
#elif PACKETVER >= 20080610
-packetLen(0x01ae, 43) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, 43)
#elif PACKETVER >= 20080528
-packetLen(0x01ae, -1) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, -1)
#elif PACKETVER >= 20080520
-packetLen(0x01ae, 8) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, 8)
#elif PACKETVER >= 20080429
-packetLen(0x01ae, -1) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, -1)
#elif PACKETVER >= 20080422
-packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, 4)
#elif PACKETVER >= 20080415
-packetLen(0x01ae, 6) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, 6)
#elif PACKETVER >= 20080408
-packetLen(0x01ae, -1) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, -1)
#elif PACKETVER >= 20080401
-packetLen(0x01ae, 14) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, 14)
#elif PACKETVER >= 20080318
-packetLen(0x01ae, -1) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, -1)
#elif PACKETVER >= 20080311
-packetLen(0x01ae, 26) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, 26)
#elif PACKETVER >= 20080304
-packetLen(0x01ae, 15) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, 15)
#elif PACKETVER >= 20080226
-packetLen(0x01ae, 2) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, 2)
#elif PACKETVER >= 20080219
-packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, 4)
#elif PACKETVER >= 20080124
-packetLen(0x01ae, -1) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, -1)
#elif PACKETVER >= 20080102
-packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, 4)
#endif
// Packet: 0x01af
-packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+packetLen(0x01af, 4)
// Packet: 0x01b0
#if PACKETVER >= 20081203
-packetLen(0x01b0, -1) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, -1)
#elif PACKETVER >= 20081126
-packetLen(0x01b0, 10) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, 10)
#elif PACKETVER >= 20081119
-packetLen(0x01b0, -1) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, -1)
#elif PACKETVER >= 20081112
-packetLen(0x01b0, 32) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, 32)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081022
-packetLen(0x01b0, -1) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, -1)
#elif PACKETVER >= 20081015
-packetLen(0x01b0, 30) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, 30)
#elif PACKETVER >= 20081008
-packetLen(0x01b0, 4) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, 4)
#elif PACKETVER >= 20080827
-packetLen(0x01b0, -1) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, -1)
#elif PACKETVER >= 20080820
-packetLen(0x01b0, 3) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, 3)
#elif PACKETVER >= 20080813
-packetLen(0x01b0, 8) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, 8)
#elif PACKETVER >= 20080730
-packetLen(0x01b0, -1) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, -1)
#elif PACKETVER >= 20080722
-packetLen(0x01b0, 53) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, 53)
#elif PACKETVER >= 20080715
-packetLen(0x01b0, 30) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, 30)
#elif PACKETVER >= 20080708
-packetLen(0x01b0, -1) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, -1)
#elif PACKETVER >= 20080701
-packetLen(0x01b0, 8) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, 8)
#elif PACKETVER >= 20080617
-packetLen(0x01b0, -1) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, -1)
#elif PACKETVER >= 20080610
-packetLen(0x01b0, 4) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, 4)
#elif PACKETVER >= 20080603
-packetLen(0x01b0, -1) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, -1)
#elif PACKETVER >= 20080528
-packetLen(0x01b0, 8) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, 8)
#elif PACKETVER >= 20080520
-packetLen(0x01b0, -1) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, -1)
#elif PACKETVER >= 20080507
-packetLen(0x01b0, 6) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, 6)
#elif PACKETVER >= 20080429
-packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, 11)
#elif PACKETVER >= 20080422
-packetLen(0x01b0, 21) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, 21)
#elif PACKETVER >= 20080415
-packetLen(0x01b0, -1) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, -1)
#elif PACKETVER >= 20080408
-packetLen(0x01b0, 3) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, 3)
#elif PACKETVER >= 20080401
-packetLen(0x01b0, 6) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, 6)
#elif PACKETVER >= 20080325
-packetLen(0x01b0, 16) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, 16)
#elif PACKETVER >= 20080318
-packetLen(0x01b0, 6) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, 6)
#elif PACKETVER >= 20080311
-packetLen(0x01b0, 2) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, 2)
#elif PACKETVER >= 20080304
-packetLen(0x01b0, 3) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, 3)
#elif PACKETVER >= 20080226
-packetLen(0x01b0, 6) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, 6)
#elif PACKETVER >= 20080219
-packetLen(0x01b0, 2) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, 2)
#elif PACKETVER >= 20080124
-packetLen(0x01b0, 3) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, 3)
#elif PACKETVER >= 20080102
-packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, 11)
#endif
// Packet: 0x01b1
-packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+packetLen(0x01b1, 7)
// Packet: 0x01b2
#if PACKETVER >= 20081203
-packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, -1)
#elif PACKETVER >= 20081126
-packetLen(0x01b2, 182) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, 182)
#elif PACKETVER >= 20081029
-packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, -1)
#elif PACKETVER >= 20081022
-packetLen(0x01b2, 30) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, 30)
#elif PACKETVER >= 20081008
-packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, -1)
#elif PACKETVER >= 20081001
-packetLen(0x01b2, 10) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, 10)
#elif PACKETVER >= 20080924
-packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, -1)
#elif PACKETVER >= 20080917
-packetLen(0x01b2, 59) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, 59)
#elif PACKETVER >= 20080910
-packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, -1)
#elif PACKETVER >= 20080903
-packetLen(0x01b2, 11) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, 11)
#elif PACKETVER >= 20080708
-packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, -1)
#elif PACKETVER >= 20080624
-packetLen(0x01b2, 6) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, 6)
#elif PACKETVER >= 20080617
-packetLen(0x01b2, 3) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, 3)
#elif PACKETVER >= 20080610
-packetLen(0x01b2, 2) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, 2)
#elif PACKETVER >= 20080603
-packetLen(0x01b2, 57) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, 57)
#elif PACKETVER >= 20080528
-packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, -1)
#elif PACKETVER >= 20080520
-packetLen(0x01b2, 54) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, 54)
#elif PACKETVER >= 20080507
-packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, -1)
#elif PACKETVER >= 20080429
-packetLen(0x01b2, 14) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, 14)
#elif PACKETVER >= 20080401
-packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, -1)
#elif PACKETVER >= 20080325
-packetLen(0x01b2, 14) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, 14)
#elif PACKETVER >= 20080318
-packetLen(0x01b2, 28) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, 28)
#elif PACKETVER >= 20080311
-packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, -1)
#elif PACKETVER >= 20080304
-packetLen(0x01b2, 10) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, 10)
#elif PACKETVER >= 20080226
-packetLen(0x01b2, 282) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, 282)
#elif PACKETVER >= 20080219
-packetLen(0x01b2, 26) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, 26)
#elif PACKETVER >= 20080124
-packetLen(0x01b2, 11) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, 11)
#elif PACKETVER >= 20080102
-packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, -1)
#endif
// Packet: 0x01b3
#if PACKETVER >= 20081203
-packetLen(0x01b3, -1) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, -1)
#elif PACKETVER >= 20081126
-packetLen(0x01b3, 12) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, 12)
#elif PACKETVER >= 20081119
-packetLen(0x01b3, 2) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, 2)
#elif PACKETVER >= 20081112
-packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, 67)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081105
-packetLen(0x01b3, -1) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, -1)
#elif PACKETVER >= 20081029
-packetLen(0x01b3, 36) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, 36)
#elif PACKETVER >= 20081022
-packetLen(0x01b3, 10) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, 10)
#elif PACKETVER >= 20081015
-packetLen(0x01b3, 2) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, 2)
#elif PACKETVER >= 20081008
-packetLen(0x01b3, -1) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, -1)
#elif PACKETVER >= 20081001
-packetLen(0x01b3, 22) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, 22)
#elif PACKETVER >= 20080924
-packetLen(0x01b3, -1) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, -1)
#elif PACKETVER >= 20080917
-packetLen(0x01b3, 16) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, 16)
#elif PACKETVER >= 20080820
-packetLen(0x01b3, -1) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, -1)
#elif PACKETVER >= 20080813
-packetLen(0x01b3, 6) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, 6)
#elif PACKETVER >= 20080715
-packetLen(0x01b3, -1) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, -1)
#elif PACKETVER >= 20080708
-packetLen(0x01b3, 6) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, 6)
#elif PACKETVER >= 20080610
-packetLen(0x01b3, -1) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, -1)
#elif PACKETVER >= 20080603
-packetLen(0x01b3, 2) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, 2)
#elif PACKETVER >= 20080528
-packetLen(0x01b3, 60) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, 60)
#elif PACKETVER >= 20080520
-packetLen(0x01b3, 71) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, 71)
#elif PACKETVER >= 20080513
-packetLen(0x01b3, -1) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, -1)
#elif PACKETVER >= 20080507
-packetLen(0x01b3, 2) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, 2)
#elif PACKETVER >= 20080422
-packetLen(0x01b3, -1) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, -1)
#elif PACKETVER >= 20080415
-packetLen(0x01b3, 22) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, 22)
#elif PACKETVER >= 20080408
-packetLen(0x01b3, 6) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, 6)
#elif PACKETVER >= 20080401
-packetLen(0x01b3, 4) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, 4)
#elif PACKETVER >= 20080325
-packetLen(0x01b3, -1) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, -1)
#elif PACKETVER >= 20080318
-packetLen(0x01b3, 33) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, 33)
#elif PACKETVER >= 20080311
-packetLen(0x01b3, -1) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, -1)
#elif PACKETVER >= 20080304
-packetLen(0x01b3, 9) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, 9)
#elif PACKETVER >= 20080226
-packetLen(0x01b3, 2) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, 2)
#elif PACKETVER >= 20080219
-packetLen(0x01b3, -1) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, -1)
#elif PACKETVER >= 20080124
-packetLen(0x01b3, 20) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, 20)
#elif PACKETVER >= 20080102
-packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, 67)
#endif
// Packet: 0x01b4
-packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+packetLen(0x01b4, 12)
// Packet: 0x01b5
-packetLen(0x01b5, 18) // SC_BILLING_INFO
+packetLen(0x01b5, 18)
// Packet: 0x01b6
#if PACKETVER >= 20081203
-packetLen(0x01b6, -1) // ZC_GUILD_INFO2
+packetLen(0x01b6, -1)
#elif PACKETVER >= 20081126
-packetLen(0x01b6, 65) // ZC_GUILD_INFO2
+packetLen(0x01b6, 65)
#elif PACKETVER >= 20081119
-packetLen(0x01b6, 31) // ZC_GUILD_INFO2
+packetLen(0x01b6, 31)
#elif PACKETVER >= 20081112
-packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+packetLen(0x01b6, 114)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x01b6, -1) // ZC_GUILD_INFO2
+packetLen(0x01b6, -1)
#elif PACKETVER >= 20081029
-packetLen(0x01b6, 2) // ZC_GUILD_INFO2
+packetLen(0x01b6, 2)
#elif PACKETVER >= 20081022
-packetLen(0x01b6, 31) // ZC_GUILD_INFO2
+packetLen(0x01b6, 31)
#elif PACKETVER >= 20081015
-packetLen(0x01b6, 26) // ZC_GUILD_INFO2
+packetLen(0x01b6, 26)
#elif PACKETVER >= 20081008
-packetLen(0x01b6, 31) // ZC_GUILD_INFO2
+packetLen(0x01b6, 31)
#elif PACKETVER >= 20081001
-packetLen(0x01b6, 6) // ZC_GUILD_INFO2
+packetLen(0x01b6, 6)
#elif PACKETVER >= 20080924
-packetLen(0x01b6, -1) // ZC_GUILD_INFO2
+packetLen(0x01b6, -1)
#elif PACKETVER >= 20080917
-packetLen(0x01b6, 2) // ZC_GUILD_INFO2
+packetLen(0x01b6, 2)
#elif PACKETVER >= 20080827
-packetLen(0x01b6, -1) // ZC_GUILD_INFO2
+packetLen(0x01b6, -1)
#elif PACKETVER >= 20080820
-packetLen(0x01b6, 4) // ZC_GUILD_INFO2
+packetLen(0x01b6, 4)
#elif PACKETVER >= 20080806
-packetLen(0x01b6, -1) // ZC_GUILD_INFO2
+packetLen(0x01b6, -1)
#elif PACKETVER >= 20080730
-packetLen(0x01b6, 58) // ZC_GUILD_INFO2
+packetLen(0x01b6, 58)
#elif PACKETVER >= 20080715
-packetLen(0x01b6, -1) // ZC_GUILD_INFO2
+packetLen(0x01b6, -1)
#elif PACKETVER >= 20080708
-packetLen(0x01b6, 10) // ZC_GUILD_INFO2
+packetLen(0x01b6, 10)
#elif PACKETVER >= 20080701
-packetLen(0x01b6, 12) // ZC_GUILD_INFO2
+packetLen(0x01b6, 12)
#elif PACKETVER >= 20080624
-packetLen(0x01b6, 31) // ZC_GUILD_INFO2
+packetLen(0x01b6, 31)
#elif PACKETVER >= 20080617
-packetLen(0x01b6, 26) // ZC_GUILD_INFO2
+packetLen(0x01b6, 26)
#elif PACKETVER >= 20080610
-packetLen(0x01b6, 55) // ZC_GUILD_INFO2
+packetLen(0x01b6, 55)
#elif PACKETVER >= 20080603
-packetLen(0x01b6, -1) // ZC_GUILD_INFO2
+packetLen(0x01b6, -1)
#elif PACKETVER >= 20080528
-packetLen(0x01b6, 33) // ZC_GUILD_INFO2
+packetLen(0x01b6, 33)
#elif PACKETVER >= 20080513
-packetLen(0x01b6, -1) // ZC_GUILD_INFO2
+packetLen(0x01b6, -1)
#elif PACKETVER >= 20080507
-packetLen(0x01b6, 7) // ZC_GUILD_INFO2
+packetLen(0x01b6, 7)
#elif PACKETVER >= 20080429
-packetLen(0x01b6, 86) // ZC_GUILD_INFO2
+packetLen(0x01b6, 86)
#elif PACKETVER >= 20080422
-packetLen(0x01b6, 23) // ZC_GUILD_INFO2
+packetLen(0x01b6, 23)
#elif PACKETVER >= 20080408
-packetLen(0x01b6, -1) // ZC_GUILD_INFO2
+packetLen(0x01b6, -1)
#elif PACKETVER >= 20080401
-packetLen(0x01b6, 60) // ZC_GUILD_INFO2
+packetLen(0x01b6, 60)
#elif PACKETVER >= 20080325
-packetLen(0x01b6, 12) // ZC_GUILD_INFO2
+packetLen(0x01b6, 12)
#elif PACKETVER >= 20080318
-packetLen(0x01b6, -1) // ZC_GUILD_INFO2
+packetLen(0x01b6, -1)
#elif PACKETVER >= 20080311
-packetLen(0x01b6, 3) // ZC_GUILD_INFO2
+packetLen(0x01b6, 3)
#elif PACKETVER >= 20080304
-packetLen(0x01b6, 2) // ZC_GUILD_INFO2
+packetLen(0x01b6, 2)
#elif PACKETVER >= 20080226
-packetLen(0x01b6, 18) // ZC_GUILD_INFO2
+packetLen(0x01b6, 18)
#elif PACKETVER >= 20080219
-packetLen(0x01b6, 22) // ZC_GUILD_INFO2
+packetLen(0x01b6, 22)
#elif PACKETVER >= 20080124
-packetLen(0x01b6, 6) // ZC_GUILD_INFO2
+packetLen(0x01b6, 6)
#elif PACKETVER >= 20080102
-packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+packetLen(0x01b6, 114)
#endif
// Packet: 0x01b7
-packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+packetLen(0x01b7, 6)
// Packet: 0x01b8
-packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+packetLen(0x01b8, 3)
// Packet: 0x01b9
#if PACKETVER >= 20081203
-packetLen(0x01b9, -1) // ZC_DISPEL
+packetLen(0x01b9, -1)
#elif PACKETVER >= 20081126
-packetLen(0x01b9, 24) // ZC_DISPEL
+packetLen(0x01b9, 24)
#elif PACKETVER >= 20081119
-packetLen(0x01b9, -1) // ZC_DISPEL
+packetLen(0x01b9, -1)
#elif PACKETVER >= 20081112
-packetLen(0x01b9, 8) // ZC_DISPEL
+packetLen(0x01b9, 8)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081029
-packetLen(0x01b9, -1) // ZC_DISPEL
+packetLen(0x01b9, -1)
#elif PACKETVER >= 20081022
-packetLen(0x01b9, 21) // ZC_DISPEL
+packetLen(0x01b9, 21)
#elif PACKETVER >= 20081015
-packetLen(0x01b9, 6) // ZC_DISPEL
+packetLen(0x01b9, 6)
#elif PACKETVER >= 20081008
-packetLen(0x01b9, 18) // ZC_DISPEL
+packetLen(0x01b9, 18)
#elif PACKETVER >= 20080917
-packetLen(0x01b9, -1) // ZC_DISPEL
+packetLen(0x01b9, -1)
#elif PACKETVER >= 20080910
-packetLen(0x01b9, 6) // ZC_DISPEL
+packetLen(0x01b9, 6)
#elif PACKETVER >= 20080813
-packetLen(0x01b9, -1) // ZC_DISPEL
+packetLen(0x01b9, -1)
#elif PACKETVER >= 20080806
-packetLen(0x01b9, 14) // ZC_DISPEL
+packetLen(0x01b9, 14)
#elif PACKETVER >= 20080730
-packetLen(0x01b9, -1) // ZC_DISPEL
+packetLen(0x01b9, -1)
#elif PACKETVER >= 20080715
-packetLen(0x01b9, 68) // ZC_DISPEL
+packetLen(0x01b9, 68)
#elif PACKETVER >= 20080708
-packetLen(0x01b9, -1) // ZC_DISPEL
+packetLen(0x01b9, -1)
#elif PACKETVER >= 20080701
-packetLen(0x01b9, 14) // ZC_DISPEL
+packetLen(0x01b9, 14)
#elif PACKETVER >= 20080617
-packetLen(0x01b9, -1) // ZC_DISPEL
+packetLen(0x01b9, -1)
#elif PACKETVER >= 20080610
-packetLen(0x01b9, 6) // ZC_DISPEL
+packetLen(0x01b9, 6)
#elif PACKETVER >= 20080603
-packetLen(0x01b9, 8) // ZC_DISPEL
+packetLen(0x01b9, 8)
#elif PACKETVER >= 20080429
-packetLen(0x01b9, -1) // ZC_DISPEL
+packetLen(0x01b9, -1)
#elif PACKETVER >= 20080422
-packetLen(0x01b9, 7) // ZC_DISPEL
+packetLen(0x01b9, 7)
#elif PACKETVER >= 20080415
-packetLen(0x01b9, -1) // ZC_DISPEL
+packetLen(0x01b9, -1)
#elif PACKETVER >= 20080408
-packetLen(0x01b9, 4) // ZC_DISPEL
+packetLen(0x01b9, 4)
#elif PACKETVER >= 20080401
-packetLen(0x01b9, 10) // ZC_DISPEL
+packetLen(0x01b9, 10)
#elif PACKETVER >= 20080325
-packetLen(0x01b9, 26) // ZC_DISPEL
+packetLen(0x01b9, 26)
#elif PACKETVER >= 20080318
-packetLen(0x01b9, 9) // ZC_DISPEL
+packetLen(0x01b9, 9)
#elif PACKETVER >= 20080311
-packetLen(0x01b9, 3) // ZC_DISPEL
+packetLen(0x01b9, 3)
#elif PACKETVER >= 20080304
-packetLen(0x01b9, 30) // ZC_DISPEL
+packetLen(0x01b9, 30)
#elif PACKETVER >= 20080226
-packetLen(0x01b9, 60) // ZC_DISPEL
+packetLen(0x01b9, 60)
#elif PACKETVER >= 20080219
-packetLen(0x01b9, 2) // ZC_DISPEL
+packetLen(0x01b9, 2)
#elif PACKETVER >= 20080124
-packetLen(0x01b9, -1) // ZC_DISPEL
+packetLen(0x01b9, -1)
#elif PACKETVER >= 20080102
-packetLen(0x01b9, 6) // ZC_DISPEL
+packetLen(0x01b9, 6)
#endif
// Packet: 0x01ba
#if PACKETVER >= 20081217
-packetLen(0x01ba, 15) // CZ_REMOVE_AID
+packetLen(0x01ba, 15)
#elif PACKETVER >= 20081203
-packetLen(0x01ba, -1) // CZ_REMOVE_AID
+packetLen(0x01ba, -1)
#elif PACKETVER >= 20081126
-packetLen(0x01ba, 5) // CZ_REMOVE_AID
+packetLen(0x01ba, 5)
#elif PACKETVER >= 20081112
-packetLen(0x01ba, 26) // CZ_REMOVE_AID
+packetLen(0x01ba, 26)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081008
-packetLen(0x01ba, -1) // CZ_REMOVE_AID
+packetLen(0x01ba, -1)
#elif PACKETVER >= 20081001
-packetLen(0x01ba, 5) // CZ_REMOVE_AID
+packetLen(0x01ba, 5)
#elif PACKETVER >= 20080924
-packetLen(0x01ba, 7) // CZ_REMOVE_AID
+packetLen(0x01ba, 7)
#elif PACKETVER >= 20080910
-packetLen(0x01ba, -1) // CZ_REMOVE_AID
+packetLen(0x01ba, -1)
#elif PACKETVER >= 20080903
-packetLen(0x01ba, 9) // CZ_REMOVE_AID
+packetLen(0x01ba, 9)
#elif PACKETVER >= 20080813
-packetLen(0x01ba, -1) // CZ_REMOVE_AID
+packetLen(0x01ba, -1)
#elif PACKETVER >= 20080806
-packetLen(0x01ba, 6) // CZ_REMOVE_AID
+packetLen(0x01ba, 6)
#elif PACKETVER >= 20080730
-packetLen(0x01ba, 2) // CZ_REMOVE_AID
+packetLen(0x01ba, 2)
#elif PACKETVER >= 20080722
-packetLen(0x01ba, 42) // CZ_REMOVE_AID
+packetLen(0x01ba, 42)
#elif PACKETVER >= 20080715
-packetLen(0x01ba, 26) // CZ_REMOVE_AID
+packetLen(0x01ba, 26)
#elif PACKETVER >= 20080701
-packetLen(0x01ba, -1) // CZ_REMOVE_AID
+packetLen(0x01ba, -1)
#elif PACKETVER >= 20080624
-packetLen(0x01ba, 6) // CZ_REMOVE_AID
+packetLen(0x01ba, 6)
#elif PACKETVER >= 20080617
-packetLen(0x01ba, 3) // CZ_REMOVE_AID
+packetLen(0x01ba, 3)
#elif PACKETVER >= 20080528
-packetLen(0x01ba, -1) // CZ_REMOVE_AID
+packetLen(0x01ba, -1)
#elif PACKETVER >= 20080520
-packetLen(0x01ba, 7) // CZ_REMOVE_AID
+packetLen(0x01ba, 7)
#elif PACKETVER >= 20080513
-packetLen(0x01ba, 22) // CZ_REMOVE_AID
+packetLen(0x01ba, 22)
#elif PACKETVER >= 20080507
-packetLen(0x01ba, -1) // CZ_REMOVE_AID
+packetLen(0x01ba, -1)
#elif PACKETVER >= 20080429
-packetLen(0x01ba, 3) // CZ_REMOVE_AID
+packetLen(0x01ba, 3)
#elif PACKETVER >= 20080415
-packetLen(0x01ba, 26) // CZ_REMOVE_AID
+packetLen(0x01ba, 26)
#elif PACKETVER >= 20080408
-packetLen(0x01ba, 6) // CZ_REMOVE_AID
+packetLen(0x01ba, 6)
#elif PACKETVER >= 20080401
-packetLen(0x01ba, 4) // CZ_REMOVE_AID
+packetLen(0x01ba, 4)
#elif PACKETVER >= 20080325
-packetLen(0x01ba, 81) // CZ_REMOVE_AID
+packetLen(0x01ba, 81)
#elif PACKETVER >= 20080311
-packetLen(0x01ba, -1) // CZ_REMOVE_AID
+packetLen(0x01ba, -1)
#elif PACKETVER >= 20080304
-packetLen(0x01ba, 8) // CZ_REMOVE_AID
+packetLen(0x01ba, 8)
#elif PACKETVER >= 20080226
-packetLen(0x01ba, -1) // CZ_REMOVE_AID
+packetLen(0x01ba, -1)
#elif PACKETVER >= 20080219
-packetLen(0x01ba, 14) // CZ_REMOVE_AID
+packetLen(0x01ba, 14)
#elif PACKETVER >= 20080124
-packetLen(0x01ba, 60) // CZ_REMOVE_AID
+packetLen(0x01ba, 60)
#elif PACKETVER >= 20080102
-packetLen(0x01ba, 26) // CZ_REMOVE_AID
+packetLen(0x01ba, 26)
#endif
// Packet: 0x01bb
#if PACKETVER >= 20081217
-packetLen(0x01bb, -1) // CZ_SHIFT
+packetLen(0x01bb, -1)
#elif PACKETVER >= 20081203
-packetLen(0x01bb, 30) // CZ_SHIFT
+packetLen(0x01bb, 30)
#elif PACKETVER >= 20081119
-packetLen(0x01bb, -1) // CZ_SHIFT
+packetLen(0x01bb, -1)
#elif PACKETVER >= 20081112
-packetLen(0x01bb, 65) // CZ_SHIFT
+packetLen(0x01bb, 65)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x01bb, -1) // CZ_SHIFT
+packetLen(0x01bb, -1)
#elif PACKETVER >= 20081029
-packetLen(0x01bb, 90) // CZ_SHIFT
+packetLen(0x01bb, 90)
#elif PACKETVER >= 20081022
-packetLen(0x01bb, 6) // CZ_SHIFT
+packetLen(0x01bb, 6)
#elif PACKETVER >= 20081015
-packetLen(0x01bb, -1) // CZ_SHIFT
+packetLen(0x01bb, -1)
#elif PACKETVER >= 20081008
-packetLen(0x01bb, 7) // CZ_SHIFT
+packetLen(0x01bb, 7)
#elif PACKETVER >= 20081001
-packetLen(0x01bb, 32) // CZ_SHIFT
+packetLen(0x01bb, 32)
#elif PACKETVER >= 20080924
-packetLen(0x01bb, 27) // CZ_SHIFT
+packetLen(0x01bb, 27)
#elif PACKETVER >= 20080910
-packetLen(0x01bb, -1) // CZ_SHIFT
+packetLen(0x01bb, -1)
#elif PACKETVER >= 20080903
-packetLen(0x01bb, 7) // CZ_SHIFT
+packetLen(0x01bb, 7)
#elif PACKETVER >= 20080827
-packetLen(0x01bb, -1) // CZ_SHIFT
+packetLen(0x01bb, -1)
#elif PACKETVER >= 20080820
-packetLen(0x01bb, 2) // CZ_SHIFT
+packetLen(0x01bb, 2)
#elif PACKETVER >= 20080813
-packetLen(0x01bb, 79) // CZ_SHIFT
+packetLen(0x01bb, 79)
#elif PACKETVER >= 20080730
-packetLen(0x01bb, -1) // CZ_SHIFT
+packetLen(0x01bb, -1)
#elif PACKETVER >= 20080722
-packetLen(0x01bb, 10) // CZ_SHIFT
+packetLen(0x01bb, 10)
#elif PACKETVER >= 20080715
-packetLen(0x01bb, 20) // CZ_SHIFT
+packetLen(0x01bb, 20)
#elif PACKETVER >= 20080708
-packetLen(0x01bb, 6) // CZ_SHIFT
+packetLen(0x01bb, 6)
#elif PACKETVER >= 20080603
-packetLen(0x01bb, -1) // CZ_SHIFT
+packetLen(0x01bb, -1)
#elif PACKETVER >= 20080528
-packetLen(0x01bb, 16) // CZ_SHIFT
+packetLen(0x01bb, 16)
#elif PACKETVER >= 20080513
-packetLen(0x01bb, -1) // CZ_SHIFT
+packetLen(0x01bb, -1)
#elif PACKETVER >= 20080429
-packetLen(0x01bb, 2) // CZ_SHIFT
+packetLen(0x01bb, 2)
#elif PACKETVER >= 20080422
-packetLen(0x01bb, 26) // CZ_SHIFT
+packetLen(0x01bb, 26)
#elif PACKETVER >= 20080415
-packetLen(0x01bb, -1) // CZ_SHIFT
+packetLen(0x01bb, -1)
#elif PACKETVER >= 20080408
-packetLen(0x01bb, 3) // CZ_SHIFT
+packetLen(0x01bb, 3)
#elif PACKETVER >= 20080401
-packetLen(0x01bb, 4) // CZ_SHIFT
+packetLen(0x01bb, 4)
#elif PACKETVER >= 20080325
-packetLen(0x01bb, 43) // CZ_SHIFT
+packetLen(0x01bb, 43)
#elif PACKETVER >= 20080318
-packetLen(0x01bb, 31) // CZ_SHIFT
+packetLen(0x01bb, 31)
#elif PACKETVER >= 20080311
-packetLen(0x01bb, 4) // CZ_SHIFT
+packetLen(0x01bb, 4)
#elif PACKETVER >= 20080304
-packetLen(0x01bb, 8) // CZ_SHIFT
+packetLen(0x01bb, 8)
#elif PACKETVER >= 20080226
-packetLen(0x01bb, 6) // CZ_SHIFT
+packetLen(0x01bb, 6)
#elif PACKETVER >= 20080219
-packetLen(0x01bb, 3) // CZ_SHIFT
+packetLen(0x01bb, 3)
#elif PACKETVER >= 20080124
-packetLen(0x01bb, 81) // CZ_SHIFT
+packetLen(0x01bb, 81)
#elif PACKETVER >= 20080102
-packetLen(0x01bb, 26) // CZ_SHIFT
+packetLen(0x01bb, 26)
#endif
// Packet: 0x01bc
#if PACKETVER >= 20081217
-packetLen(0x01bc, 4) // CZ_RECALL
+packetLen(0x01bc, 4)
#elif PACKETVER >= 20081203
-packetLen(0x01bc, 9) // CZ_RECALL
+packetLen(0x01bc, 9)
#elif PACKETVER >= 20081119
-packetLen(0x01bc, -1) // CZ_RECALL
+packetLen(0x01bc, -1)
#elif PACKETVER >= 20081112
-packetLen(0x01bc, 26) // CZ_RECALL
+packetLen(0x01bc, 26)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x01bc, -1) // CZ_RECALL
+packetLen(0x01bc, -1)
#elif PACKETVER >= 20081029
-packetLen(0x01bc, 14) // CZ_RECALL
+packetLen(0x01bc, 14)
#elif PACKETVER >= 20081022
-packetLen(0x01bc, -1) // CZ_RECALL
+packetLen(0x01bc, -1)
#elif PACKETVER >= 20081015
-packetLen(0x01bc, 2) // CZ_RECALL
+packetLen(0x01bc, 2)
#elif PACKETVER >= 20081008
-packetLen(0x01bc, -1) // CZ_RECALL
+packetLen(0x01bc, -1)
#elif PACKETVER >= 20081001
-packetLen(0x01bc, 6) // CZ_RECALL
+packetLen(0x01bc, 6)
#elif PACKETVER >= 20080917
-packetLen(0x01bc, -1) // CZ_RECALL
+packetLen(0x01bc, -1)
#elif PACKETVER >= 20080910
-packetLen(0x01bc, 3) // CZ_RECALL
+packetLen(0x01bc, 3)
#elif PACKETVER >= 20080903
-packetLen(0x01bc, 55) // CZ_RECALL
+packetLen(0x01bc, 55)
#elif PACKETVER >= 20080820
-packetLen(0x01bc, -1) // CZ_RECALL
+packetLen(0x01bc, -1)
#elif PACKETVER >= 20080813
-packetLen(0x01bc, 43) // CZ_RECALL
+packetLen(0x01bc, 43)
#elif PACKETVER >= 20080806
-packetLen(0x01bc, -1) // CZ_RECALL
+packetLen(0x01bc, -1)
#elif PACKETVER >= 20080730
-packetLen(0x01bc, 16) // CZ_RECALL
+packetLen(0x01bc, 16)
#elif PACKETVER >= 20080722
-packetLen(0x01bc, -1) // CZ_RECALL
+packetLen(0x01bc, -1)
#elif PACKETVER >= 20080715
-packetLen(0x01bc, 28) // CZ_RECALL
+packetLen(0x01bc, 28)
#elif PACKETVER >= 20080708
-packetLen(0x01bc, 6) // CZ_RECALL
+packetLen(0x01bc, 6)
#elif PACKETVER >= 20080617
-packetLen(0x01bc, -1) // CZ_RECALL
+packetLen(0x01bc, -1)
#elif PACKETVER >= 20080610
-packetLen(0x01bc, 2) // CZ_RECALL
+packetLen(0x01bc, 2)
#elif PACKETVER >= 20080603
-packetLen(0x01bc, 282) // CZ_RECALL
+packetLen(0x01bc, 282)
#elif PACKETVER >= 20080528
-packetLen(0x01bc, 7) // CZ_RECALL
+packetLen(0x01bc, 7)
#elif PACKETVER >= 20080520
-packetLen(0x01bc, 10) // CZ_RECALL
+packetLen(0x01bc, 10)
#elif PACKETVER >= 20080513
-packetLen(0x01bc, 20) // CZ_RECALL
+packetLen(0x01bc, 20)
#elif PACKETVER >= 20080507
-packetLen(0x01bc, 39) // CZ_RECALL
+packetLen(0x01bc, 39)
#elif PACKETVER >= 20080429
-packetLen(0x01bc, -1) // CZ_RECALL
+packetLen(0x01bc, -1)
#elif PACKETVER >= 20080422
-packetLen(0x01bc, 26) // CZ_RECALL
+packetLen(0x01bc, 26)
#elif PACKETVER >= 20080415
-packetLen(0x01bc, -1) // CZ_RECALL
+packetLen(0x01bc, -1)
#elif PACKETVER >= 20080408
-packetLen(0x01bc, 8) // CZ_RECALL
+packetLen(0x01bc, 8)
#elif PACKETVER >= 20080401
-packetLen(0x01bc, 4) // CZ_RECALL
+packetLen(0x01bc, 4)
#elif PACKETVER >= 20080325
-packetLen(0x01bc, 26) // CZ_RECALL
+packetLen(0x01bc, 26)
#elif PACKETVER >= 20080318
-packetLen(0x01bc, 4) // CZ_RECALL
+packetLen(0x01bc, 4)
#elif PACKETVER >= 20080311
-packetLen(0x01bc, 9) // CZ_RECALL
+packetLen(0x01bc, 9)
#elif PACKETVER >= 20080304
-packetLen(0x01bc, 6) // CZ_RECALL
+packetLen(0x01bc, 6)
#elif PACKETVER >= 20080226
-packetLen(0x01bc, 86) // CZ_RECALL
+packetLen(0x01bc, 86)
#elif PACKETVER >= 20080219
-packetLen(0x01bc, 9) // CZ_RECALL
+packetLen(0x01bc, 9)
#elif PACKETVER >= 20080124
-packetLen(0x01bc, 10) // CZ_RECALL
+packetLen(0x01bc, 10)
#elif PACKETVER >= 20080102
-packetLen(0x01bc, 26) // CZ_RECALL
+packetLen(0x01bc, 26)
#endif
// Packet: 0x01bd
#if PACKETVER >= 20081217
-packetLen(0x01bd, -1) // CZ_RECALL_GID
+packetLen(0x01bd, -1)
#elif PACKETVER >= 20081203
-packetLen(0x01bd, 6) // CZ_RECALL_GID
+packetLen(0x01bd, 6)
#elif PACKETVER >= 20081112
-packetLen(0x01bd, 26) // CZ_RECALL_GID
+packetLen(0x01bd, 26)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x01bd, 4) // CZ_RECALL_GID
+packetLen(0x01bd, 4)
#elif PACKETVER >= 20081015
-packetLen(0x01bd, -1) // CZ_RECALL_GID
+packetLen(0x01bd, -1)
#elif PACKETVER >= 20081008
-packetLen(0x01bd, 26) // CZ_RECALL_GID
+packetLen(0x01bd, 26)
#elif PACKETVER >= 20081001
-packetLen(0x01bd, 6) // CZ_RECALL_GID
+packetLen(0x01bd, 6)
#elif PACKETVER >= 20080924
-packetLen(0x01bd, 97) // CZ_RECALL_GID
+packetLen(0x01bd, 97)
#elif PACKETVER >= 20080820
-packetLen(0x01bd, -1) // CZ_RECALL_GID
+packetLen(0x01bd, -1)
#elif PACKETVER >= 20080813
-packetLen(0x01bd, 22) // CZ_RECALL_GID
+packetLen(0x01bd, 22)
#elif PACKETVER >= 20080730
-packetLen(0x01bd, 6) // CZ_RECALL_GID
+packetLen(0x01bd, 6)
#elif PACKETVER >= 20080715
-packetLen(0x01bd, -1) // CZ_RECALL_GID
+packetLen(0x01bd, -1)
#elif PACKETVER >= 20080708
-packetLen(0x01bd, 43) // CZ_RECALL_GID
+packetLen(0x01bd, 43)
#elif PACKETVER >= 20080701
-packetLen(0x01bd, 6) // CZ_RECALL_GID
+packetLen(0x01bd, 6)
#elif PACKETVER >= 20080624
-packetLen(0x01bd, 22) // CZ_RECALL_GID
+packetLen(0x01bd, 22)
#elif PACKETVER >= 20080617
-packetLen(0x01bd, 44) // CZ_RECALL_GID
+packetLen(0x01bd, 44)
#elif PACKETVER >= 20080610
-packetLen(0x01bd, 3) // CZ_RECALL_GID
+packetLen(0x01bd, 3)
#elif PACKETVER >= 20080603
-packetLen(0x01bd, -1) // CZ_RECALL_GID
+packetLen(0x01bd, -1)
#elif PACKETVER >= 20080528
-packetLen(0x01bd, 9) // CZ_RECALL_GID
+packetLen(0x01bd, 9)
#elif PACKETVER >= 20080520
-packetLen(0x01bd, 35) // CZ_RECALL_GID
+packetLen(0x01bd, 35)
#elif PACKETVER >= 20080507
-packetLen(0x01bd, 4) // CZ_RECALL_GID
+packetLen(0x01bd, 4)
#elif PACKETVER >= 20080429
-packetLen(0x01bd, -1) // CZ_RECALL_GID
+packetLen(0x01bd, -1)
#elif PACKETVER >= 20080422
-packetLen(0x01bd, 26) // CZ_RECALL_GID
+packetLen(0x01bd, 26)
#elif PACKETVER >= 20080415
-packetLen(0x01bd, -1) // CZ_RECALL_GID
+packetLen(0x01bd, -1)
#elif PACKETVER >= 20080408
-packetLen(0x01bd, 102) // CZ_RECALL_GID
+packetLen(0x01bd, 102)
#elif PACKETVER >= 20080401
-packetLen(0x01bd, -1) // CZ_RECALL_GID
+packetLen(0x01bd, -1)
#elif PACKETVER >= 20080325
-packetLen(0x01bd, 21) // CZ_RECALL_GID
+packetLen(0x01bd, 21)
#elif PACKETVER >= 20080311
-packetLen(0x01bd, 6) // CZ_RECALL_GID
+packetLen(0x01bd, 6)
#elif PACKETVER >= 20080304
-packetLen(0x01bd, 102) // CZ_RECALL_GID
+packetLen(0x01bd, 102)
#elif PACKETVER >= 20080226
-packetLen(0x01bd, -1) // CZ_RECALL_GID
+packetLen(0x01bd, -1)
#elif PACKETVER >= 20080219
-packetLen(0x01bd, 6) // CZ_RECALL_GID
+packetLen(0x01bd, 6)
#elif PACKETVER >= 20080124
-packetLen(0x01bd, 2) // CZ_RECALL_GID
+packetLen(0x01bd, 2)
#elif PACKETVER >= 20080102
-packetLen(0x01bd, 26) // CZ_RECALL_GID
+packetLen(0x01bd, 26)
#endif
// Packet: 0x01be
-packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+packetLen(0x01be, 2)
// Packet: 0x01bf
-packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+packetLen(0x01bf, 3)
// Packet: 0x01c0
-packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+packetLen(0x01c0, 2)
// Packet: 0x01c1
-packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+packetLen(0x01c1, 14)
// Packet: 0x01c2
-packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+packetLen(0x01c2, 10)
// Packet: 0x01c3
#if PACKETVER >= 20081217
-packetLen(0x01c3, -1) // ZC_BROADCAST2
+packetLen(0x01c3, -1)
#elif PACKETVER >= 20081203
-packetLen(0x01c3, 6) // ZC_BROADCAST2
+packetLen(0x01c3, 6)
#elif PACKETVER >= 20081126
-packetLen(0x01c3, -1) // ZC_BROADCAST2
+packetLen(0x01c3, -1)
#elif PACKETVER >= 20081119
-packetLen(0x01c3, 4) // ZC_BROADCAST2
+packetLen(0x01c3, 4)
#elif PACKETVER >= 20081112
-packetLen(0x01c3, 2) // ZC_BROADCAST2
+packetLen(0x01c3, 2)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x01c3, -1) // ZC_BROADCAST2
+packetLen(0x01c3, -1)
#elif PACKETVER >= 20081029
-packetLen(0x01c3, 3) // ZC_BROADCAST2
+packetLen(0x01c3, 3)
#elif PACKETVER >= 20081022
-packetLen(0x01c3, 26) // ZC_BROADCAST2
+packetLen(0x01c3, 26)
#elif PACKETVER >= 20081015
-packetLen(0x01c3, -1) // ZC_BROADCAST2
+packetLen(0x01c3, -1)
#elif PACKETVER >= 20081008
-packetLen(0x01c3, 186) // ZC_BROADCAST2
+packetLen(0x01c3, 186)
#elif PACKETVER >= 20080924
-packetLen(0x01c3, -1) // ZC_BROADCAST2
+packetLen(0x01c3, -1)
#elif PACKETVER >= 20080917
-packetLen(0x01c3, 31) // ZC_BROADCAST2
+packetLen(0x01c3, 31)
#elif PACKETVER >= 20080910
-packetLen(0x01c3, -1) // ZC_BROADCAST2
+packetLen(0x01c3, -1)
#elif PACKETVER >= 20080903
-packetLen(0x01c3, 59) // ZC_BROADCAST2
+packetLen(0x01c3, 59)
#elif PACKETVER >= 20080827
-packetLen(0x01c3, -1) // ZC_BROADCAST2
+packetLen(0x01c3, -1)
#elif PACKETVER >= 20080820
-packetLen(0x01c3, 43) // ZC_BROADCAST2
+packetLen(0x01c3, 43)
#elif PACKETVER >= 20080813
-packetLen(0x01c3, -1) // ZC_BROADCAST2
+packetLen(0x01c3, -1)
#elif PACKETVER >= 20080806
-packetLen(0x01c3, 11) // ZC_BROADCAST2
+packetLen(0x01c3, 11)
#elif PACKETVER >= 20080730
-packetLen(0x01c3, -1) // ZC_BROADCAST2
+packetLen(0x01c3, -1)
#elif PACKETVER >= 20080722
-packetLen(0x01c3, 26) // ZC_BROADCAST2
+packetLen(0x01c3, 26)
#elif PACKETVER >= 20080708
-packetLen(0x01c3, -1) // ZC_BROADCAST2
+packetLen(0x01c3, -1)
#elif PACKETVER >= 20080701
-packetLen(0x01c3, 10) // ZC_BROADCAST2
+packetLen(0x01c3, 10)
#elif PACKETVER >= 20080624
-packetLen(0x01c3, -1) // ZC_BROADCAST2
+packetLen(0x01c3, -1)
#elif PACKETVER >= 20080617
-packetLen(0x01c3, 6) // ZC_BROADCAST2
+packetLen(0x01c3, 6)
#elif PACKETVER >= 20080610
-packetLen(0x01c3, -1) // ZC_BROADCAST2
+packetLen(0x01c3, -1)
#elif PACKETVER >= 20080603
-packetLen(0x01c3, 58) // ZC_BROADCAST2
+packetLen(0x01c3, 58)
#elif PACKETVER >= 20080520
-packetLen(0x01c3, -1) // ZC_BROADCAST2
+packetLen(0x01c3, -1)
#elif PACKETVER >= 20080513
-packetLen(0x01c3, 66) // ZC_BROADCAST2
+packetLen(0x01c3, 66)
#elif PACKETVER >= 20080507
-packetLen(0x01c3, 7) // ZC_BROADCAST2
+packetLen(0x01c3, 7)
#elif PACKETVER >= 20080429
-packetLen(0x01c3, 3) // ZC_BROADCAST2
+packetLen(0x01c3, 3)
#elif PACKETVER >= 20080422
-packetLen(0x01c3, -1) // ZC_BROADCAST2
+packetLen(0x01c3, -1)
#elif PACKETVER >= 20080415
-packetLen(0x01c3, 30) // ZC_BROADCAST2
+packetLen(0x01c3, 30)
#elif PACKETVER >= 20080408
-packetLen(0x01c3, 6) // ZC_BROADCAST2
+packetLen(0x01c3, 6)
#elif PACKETVER >= 20080401
-packetLen(0x01c3, 14) // ZC_BROADCAST2
+packetLen(0x01c3, 14)
#elif PACKETVER >= 20080325
-packetLen(0x01c3, 30) // ZC_BROADCAST2
+packetLen(0x01c3, 30)
#elif PACKETVER >= 20080318
-packetLen(0x01c3, 9) // ZC_BROADCAST2
+packetLen(0x01c3, 9)
#elif PACKETVER >= 20080311
-packetLen(0x01c3, 58) // ZC_BROADCAST2
+packetLen(0x01c3, 58)
#elif PACKETVER >= 20080304
-packetLen(0x01c3, 4) // ZC_BROADCAST2
+packetLen(0x01c3, 4)
#elif PACKETVER >= 20080226
-packetLen(0x01c3, -1) // ZC_BROADCAST2
+packetLen(0x01c3, -1)
#elif PACKETVER >= 20080219
-packetLen(0x01c3, 14) // ZC_BROADCAST2
+packetLen(0x01c3, 14)
#elif PACKETVER >= 20080124
-packetLen(0x01c3, 3) // ZC_BROADCAST2
+packetLen(0x01c3, 3)
#elif PACKETVER >= 20080102
-packetLen(0x01c3, -1) // ZC_BROADCAST2
+packetLen(0x01c3, -1)
#endif
// Packet: 0x01c4
#if PACKETVER >= 20081217
-packetLen(0x01c4, 9) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 9)
#elif PACKETVER >= 20081112
-packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 22)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x01c4, 6) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 6)
#elif PACKETVER >= 20081008
-packetLen(0x01c4, -1) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, -1)
#elif PACKETVER >= 20081001
-packetLen(0x01c4, 5) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 5)
#elif PACKETVER >= 20080924
-packetLen(0x01c4, 10) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 10)
#elif PACKETVER >= 20080917
-packetLen(0x01c4, 282) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 282)
#elif PACKETVER >= 20080910
-packetLen(0x01c4, -1) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, -1)
#elif PACKETVER >= 20080903
-packetLen(0x01c4, 11) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 11)
#elif PACKETVER >= 20080820
-packetLen(0x01c4, -1) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, -1)
#elif PACKETVER >= 20080813
-packetLen(0x01c4, 4) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 4)
#elif PACKETVER >= 20080730
-packetLen(0x01c4, -1) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, -1)
#elif PACKETVER >= 20080722
-packetLen(0x01c4, 34) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 34)
#elif PACKETVER >= 20080715
-packetLen(0x01c4, -1) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, -1)
#elif PACKETVER >= 20080708
-packetLen(0x01c4, 5) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 5)
#elif PACKETVER >= 20080617
-packetLen(0x01c4, -1) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, -1)
#elif PACKETVER >= 20080610
-packetLen(0x01c4, 33) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 33)
#elif PACKETVER >= 20080528
-packetLen(0x01c4, 6) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 6)
#elif PACKETVER >= 20080520
-packetLen(0x01c4, -1) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, -1)
#elif PACKETVER >= 20080513
-packetLen(0x01c4, 3) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 3)
#elif PACKETVER >= 20080507
-packetLen(0x01c4, 31) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 31)
#elif PACKETVER >= 20080429
-packetLen(0x01c4, 53) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 53)
#elif PACKETVER >= 20080422
-packetLen(0x01c4, 34) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 34)
#elif PACKETVER >= 20080415
-packetLen(0x01c4, 11) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 11)
#elif PACKETVER >= 20080408
-packetLen(0x01c4, -1) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, -1)
#elif PACKETVER >= 20080401
-packetLen(0x01c4, 2) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 2)
#elif PACKETVER >= 20080325
-packetLen(0x01c4, 21) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 21)
#elif PACKETVER >= 20080311
-packetLen(0x01c4, 2) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 2)
#elif PACKETVER >= 20080219
-packetLen(0x01c4, -1) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, -1)
#elif PACKETVER >= 20080124
-packetLen(0x01c4, 28) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 28)
#elif PACKETVER >= 20080102
-packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 22)
#endif
// Packet: 0x01c5
#if PACKETVER >= 20081126
-packetLen(0x01c5, -1) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, -1)
#elif PACKETVER >= 20081119
-packetLen(0x01c5, 97) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 97)
#elif PACKETVER >= 20081112
-packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 22)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x01c5, 14) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 14)
#elif PACKETVER >= 20081029
-packetLen(0x01c5, 15) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 15)
#elif PACKETVER >= 20081008
-packetLen(0x01c5, -1) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, -1)
#elif PACKETVER >= 20081001
-packetLen(0x01c5, 2) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 2)
#elif PACKETVER >= 20080924
-packetLen(0x01c5, 3) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 3)
#elif PACKETVER >= 20080917
-packetLen(0x01c5, -1) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, -1)
#elif PACKETVER >= 20080910
-packetLen(0x01c5, 13) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 13)
#elif PACKETVER >= 20080827
-packetLen(0x01c5, -1) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, -1)
#elif PACKETVER >= 20080820
-packetLen(0x01c5, 6) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 6)
#elif PACKETVER >= 20080813
-packetLen(0x01c5, 23) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 23)
#elif PACKETVER >= 20080730
-packetLen(0x01c5, -1) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, -1)
#elif PACKETVER >= 20080722
-packetLen(0x01c5, 11) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 11)
#elif PACKETVER >= 20080715
-packetLen(0x01c5, -1) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, -1)
#elif PACKETVER >= 20080708
-packetLen(0x01c5, 10) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 10)
#elif PACKETVER >= 20080624
-packetLen(0x01c5, -1) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, -1)
#elif PACKETVER >= 20080617
-packetLen(0x01c5, 8) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 8)
#elif PACKETVER >= 20080610
-packetLen(0x01c5, 26) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 26)
#elif PACKETVER >= 20080603
-packetLen(0x01c5, 30) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 30)
#elif PACKETVER >= 20080528
-packetLen(0x01c5, -1) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, -1)
#elif PACKETVER >= 20080520
-packetLen(0x01c5, 11) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 11)
#elif PACKETVER >= 20080513
-packetLen(0x01c5, 3) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 3)
#elif PACKETVER >= 20080429
-packetLen(0x01c5, -1) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, -1)
#elif PACKETVER >= 20080422
-packetLen(0x01c5, 4) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 4)
#elif PACKETVER >= 20080415
-packetLen(0x01c5, -1) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, -1)
#elif PACKETVER >= 20080408
-packetLen(0x01c5, 7) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 7)
#elif PACKETVER >= 20080401
-packetLen(0x01c5, -1) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, -1)
#elif PACKETVER >= 20080325
-packetLen(0x01c5, 31) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 31)
#elif PACKETVER >= 20080318
-packetLen(0x01c5, -1) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, -1)
#elif PACKETVER >= 20080311
-packetLen(0x01c5, 10) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 10)
#elif PACKETVER >= 20080226
-packetLen(0x01c5, -1) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, -1)
#elif PACKETVER >= 20080219
-packetLen(0x01c5, 28) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 28)
#elif PACKETVER >= 20080124
-packetLen(0x01c5, 90) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 90)
#elif PACKETVER >= 20080102
-packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 22)
#endif
// Packet: 0x01c6
-packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+packetLen(0x01c6, 4)
// Packet: 0x01c7
-packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+packetLen(0x01c7, 2)
// Packet: 0x01c8
#if PACKETVER >= 20081126
-packetLen(0x01c8, -1) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, -1)
#elif PACKETVER >= 20081119
-packetLen(0x01c8, 10) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, 10)
#elif PACKETVER >= 20081112
-packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, 13)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081105
-packetLen(0x01c8, -1) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, -1)
#elif PACKETVER >= 20081029
-packetLen(0x01c8, 35) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, 35)
#elif PACKETVER >= 20081015
-packetLen(0x01c8, 6) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, 6)
#elif PACKETVER >= 20081008
-packetLen(0x01c8, 35) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, 35)
#elif PACKETVER >= 20081001
-packetLen(0x01c8, 6) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, 6)
#elif PACKETVER >= 20080910
-packetLen(0x01c8, -1) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, -1)
#elif PACKETVER >= 20080903
-packetLen(0x01c8, 8) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, 8)
#elif PACKETVER >= 20080806
-packetLen(0x01c8, -1) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, -1)
#elif PACKETVER >= 20080730
-packetLen(0x01c8, 4) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, 4)
#elif PACKETVER >= 20080722
-packetLen(0x01c8, -1) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, -1)
#elif PACKETVER >= 20080708
-packetLen(0x01c8, 2) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, 2)
#elif PACKETVER >= 20080624
-packetLen(0x01c8, -1) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, -1)
#elif PACKETVER >= 20080617
-packetLen(0x01c8, 65) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, 65)
#elif PACKETVER >= 20080610
-packetLen(0x01c8, -1) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, -1)
#elif PACKETVER >= 20080603
-packetLen(0x01c8, 8) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, 8)
#elif PACKETVER >= 20080513
-packetLen(0x01c8, -1) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, -1)
#elif PACKETVER >= 20080507
-packetLen(0x01c8, 29) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, 29)
#elif PACKETVER >= 20080429
-packetLen(0x01c8, 8) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, 8)
#elif PACKETVER >= 20080415
-packetLen(0x01c8, -1) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, -1)
#elif PACKETVER >= 20080408
-packetLen(0x01c8, 26) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, 26)
#elif PACKETVER >= 20080401
-packetLen(0x01c8, 2) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, 2)
#elif PACKETVER >= 20080325
-packetLen(0x01c8, 4) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, 4)
#elif PACKETVER >= 20080318
-packetLen(0x01c8, 6) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, 6)
#elif PACKETVER >= 20080311
-packetLen(0x01c8, 4) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, 4)
#elif PACKETVER >= 20080304
-packetLen(0x01c8, 11) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, 11)
#elif PACKETVER >= 20080226
-packetLen(0x01c8, 8) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, 8)
#elif PACKETVER >= 20080219
-packetLen(0x01c8, 6) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, 6)
#elif PACKETVER >= 20080124
-packetLen(0x01c8, 5) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, 5)
#elif PACKETVER >= 20080102
-packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, 13)
#endif
// Packet: 0x01c9
#if PACKETVER >= 20081217
-packetLen(0x01c9, 6) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 6)
#elif PACKETVER >= 20081203
-packetLen(0x01c9, -1) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, -1)
#elif PACKETVER >= 20081126
-packetLen(0x01c9, 4) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 4)
#elif PACKETVER >= 20081112
-packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 97)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081105
-packetLen(0x01c9, -1) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, -1)
#elif PACKETVER >= 20081029
-packetLen(0x01c9, 14) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 14)
#elif PACKETVER >= 20080917
-packetLen(0x01c9, -1) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, -1)
#elif PACKETVER >= 20080910
-packetLen(0x01c9, 6) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 6)
#elif PACKETVER >= 20080903
-packetLen(0x01c9, -1) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, -1)
#elif PACKETVER >= 20080827
-packetLen(0x01c9, 6) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 6)
#elif PACKETVER >= 20080813
-packetLen(0x01c9, -1) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, -1)
#elif PACKETVER >= 20080806
-packetLen(0x01c9, 7) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 7)
#elif PACKETVER >= 20080730
-packetLen(0x01c9, 26) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 26)
#elif PACKETVER >= 20080722
-packetLen(0x01c9, 6) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 6)
#elif PACKETVER >= 20080715
-packetLen(0x01c9, -1) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, -1)
#elif PACKETVER >= 20080708
-packetLen(0x01c9, 4) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 4)
#elif PACKETVER >= 20080701
-packetLen(0x01c9, -1) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, -1)
#elif PACKETVER >= 20080624
-packetLen(0x01c9, 11) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 11)
#elif PACKETVER >= 20080617
-packetLen(0x01c9, 3) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 3)
#elif PACKETVER >= 20080610
-packetLen(0x01c9, -1) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, -1)
#elif PACKETVER >= 20080603
-packetLen(0x01c9, 4) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 4)
#elif PACKETVER >= 20080528
-packetLen(0x01c9, 14) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 14)
#elif PACKETVER >= 20080513
-packetLen(0x01c9, -1) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, -1)
#elif PACKETVER >= 20080507
-packetLen(0x01c9, 6) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 6)
#elif PACKETVER >= 20080429
-packetLen(0x01c9, 4) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 4)
#elif PACKETVER >= 20080415
-packetLen(0x01c9, 58) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 58)
#elif PACKETVER >= 20080408
-packetLen(0x01c9, -1) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, -1)
#elif PACKETVER >= 20080401
-packetLen(0x01c9, 7) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 7)
#elif PACKETVER >= 20080325
-packetLen(0x01c9, 2) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 2)
#elif PACKETVER >= 20080318
-packetLen(0x01c9, -1) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, -1)
#elif PACKETVER >= 20080304
-packetLen(0x01c9, 2) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 2)
#elif PACKETVER >= 20080226
-packetLen(0x01c9, 22) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 22)
#elif PACKETVER >= 20080219
-packetLen(0x01c9, 26) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 26)
#elif PACKETVER >= 20080124
-packetLen(0x01c9, -1) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, -1)
#elif PACKETVER >= 20080102
-packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 97)
#endif
// Packet: 0x01ca
-packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+packetLen(0x01ca, 3)
// Packet: 0x01cb
-packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+packetLen(0x01cb, 9)
// Packet: 0x01cc
-packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+packetLen(0x01cc, 9)
// Packet: 0x01cd
#if PACKETVER >= 20081217
-packetLen(0x01cd, 20) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, 20)
#elif PACKETVER >= 20081203
-packetLen(0x01cd, 114) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, 114)
#elif PACKETVER >= 20081126
-packetLen(0x01cd, 5) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, 5)
#elif PACKETVER >= 20081112
-packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, 30)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081105
-packetLen(0x01cd, -1) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, -1)
#elif PACKETVER >= 20081029
-packetLen(0x01cd, 26) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, 26)
#elif PACKETVER >= 20080917
-packetLen(0x01cd, -1) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, -1)
#elif PACKETVER >= 20080910
-packetLen(0x01cd, 33) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, 33)
#elif PACKETVER >= 20080903
-packetLen(0x01cd, 2) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, 2)
#elif PACKETVER >= 20080813
-packetLen(0x01cd, -1) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, -1)
#elif PACKETVER >= 20080806
-packetLen(0x01cd, 11) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, 11)
#elif PACKETVER >= 20080708
-packetLen(0x01cd, -1) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, -1)
#elif PACKETVER >= 20080701
-packetLen(0x01cd, 10) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, 10)
#elif PACKETVER >= 20080617
-packetLen(0x01cd, -1) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, -1)
#elif PACKETVER >= 20080610
-packetLen(0x01cd, 102) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, 102)
#elif PACKETVER >= 20080603
-packetLen(0x01cd, 4) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, 4)
#elif PACKETVER >= 20080513
-packetLen(0x01cd, -1) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, -1)
#elif PACKETVER >= 20080507
-packetLen(0x01cd, 10) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, 10)
#elif PACKETVER >= 20080429
-packetLen(0x01cd, 3) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, 3)
#elif PACKETVER >= 20080422
-packetLen(0x01cd, 10) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, 10)
#elif PACKETVER >= 20080415
-packetLen(0x01cd, -1) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, -1)
#elif PACKETVER >= 20080408
-packetLen(0x01cd, 12) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, 12)
#elif PACKETVER >= 20080401
-packetLen(0x01cd, 6) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, 6)
#elif PACKETVER >= 20080325
-packetLen(0x01cd, 14) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, 14)
#elif PACKETVER >= 20080318
-packetLen(0x01cd, 2) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, 2)
#elif PACKETVER >= 20080311
-packetLen(0x01cd, 6) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, 6)
#elif PACKETVER >= 20080304
-packetLen(0x01cd, 5) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, 5)
#elif PACKETVER >= 20080226
-packetLen(0x01cd, -1) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, -1)
#elif PACKETVER >= 20080219
-packetLen(0x01cd, 8) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, 8)
#elif PACKETVER >= 20080124
-packetLen(0x01cd, 10) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, 10)
#elif PACKETVER >= 20080102
-packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, 30)
#endif
// Packet: 0x01ce
#if PACKETVER >= 20081203
-packetLen(0x01ce, -1) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, -1)
#elif PACKETVER >= 20081126
-packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, 6)
#elif PACKETVER >= 20081119
-packetLen(0x01ce, 15) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, 15)
#elif PACKETVER >= 20081112
-packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, 6)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081105
-packetLen(0x01ce, -1) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, -1)
#elif PACKETVER >= 20081029
-packetLen(0x01ce, 10) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, 10)
#elif PACKETVER >= 20081015
-packetLen(0x01ce, -1) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, -1)
#elif PACKETVER >= 20081008
-packetLen(0x01ce, 53) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, 53)
#elif PACKETVER >= 20080917
-packetLen(0x01ce, -1) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, -1)
#elif PACKETVER >= 20080910
-packetLen(0x01ce, 10) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, 10)
#elif PACKETVER >= 20080903
-packetLen(0x01ce, 30) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, 30)
#elif PACKETVER >= 20080827
-packetLen(0x01ce, 8) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, 8)
#elif PACKETVER >= 20080820
-packetLen(0x01ce, -1) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, -1)
#elif PACKETVER >= 20080813
-packetLen(0x01ce, 7) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, 7)
#elif PACKETVER >= 20080806
-packetLen(0x01ce, 13) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, 13)
#elif PACKETVER >= 20080624
-packetLen(0x01ce, -1) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, -1)
#elif PACKETVER >= 20080617
-packetLen(0x01ce, 27) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, 27)
#elif PACKETVER >= 20080610
-packetLen(0x01ce, 3) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, 3)
#elif PACKETVER >= 20080603
-packetLen(0x01ce, -1) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, -1)
#elif PACKETVER >= 20080528
-packetLen(0x01ce, 22) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, 22)
#elif PACKETVER >= 20080520
-packetLen(0x01ce, 53) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, 53)
#elif PACKETVER >= 20080513
-packetLen(0x01ce, 4) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, 4)
#elif PACKETVER >= 20080507
-packetLen(0x01ce, 65) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, 65)
#elif PACKETVER >= 20080429
-packetLen(0x01ce, 2) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, 2)
#elif PACKETVER >= 20080422
-packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, 6)
#elif PACKETVER >= 20080408
-packetLen(0x01ce, -1) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, -1)
#elif PACKETVER >= 20080401
-packetLen(0x01ce, 26) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, 26)
#elif PACKETVER >= 20080325
-packetLen(0x01ce, 3) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, 3)
#elif PACKETVER >= 20080318
-packetLen(0x01ce, 21) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, 21)
#elif PACKETVER >= 20080304
-packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, 6)
#elif PACKETVER >= 20080226
-packetLen(0x01ce, 2) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, 2)
#elif PACKETVER >= 20080219
-packetLen(0x01ce, 28) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, 28)
#elif PACKETVER >= 20080102
-packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, 6)
#endif
// Packet: 0x01cf
#if PACKETVER >= 20081217
-packetLen(0x01cf, -1) // ZC_DEVOTIONLIST
+packetLen(0x01cf, -1)
#elif PACKETVER >= 20081203
-packetLen(0x01cf, 54) // ZC_DEVOTIONLIST
+packetLen(0x01cf, 54)
#elif PACKETVER >= 20081126
-packetLen(0x01cf, 8) // ZC_DEVOTIONLIST
+packetLen(0x01cf, 8)
#elif PACKETVER >= 20081119
-packetLen(0x01cf, -1) // ZC_DEVOTIONLIST
+packetLen(0x01cf, -1)
#elif PACKETVER >= 20081112
-packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+packetLen(0x01cf, 28)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081029
-packetLen(0x01cf, -1) // ZC_DEVOTIONLIST
+packetLen(0x01cf, -1)
#elif PACKETVER >= 20081022
-packetLen(0x01cf, 6) // ZC_DEVOTIONLIST
+packetLen(0x01cf, 6)
#elif PACKETVER >= 20081008
-packetLen(0x01cf, -1) // ZC_DEVOTIONLIST
+packetLen(0x01cf, -1)
#elif PACKETVER >= 20081001
-packetLen(0x01cf, 15) // ZC_DEVOTIONLIST
+packetLen(0x01cf, 15)
#elif PACKETVER >= 20080924
-packetLen(0x01cf, -1) // ZC_DEVOTIONLIST
+packetLen(0x01cf, -1)
#elif PACKETVER >= 20080917
-packetLen(0x01cf, 5) // ZC_DEVOTIONLIST
+packetLen(0x01cf, 5)
#elif PACKETVER >= 20080903
-packetLen(0x01cf, -1) // ZC_DEVOTIONLIST
+packetLen(0x01cf, -1)
#elif PACKETVER >= 20080827
-packetLen(0x01cf, 3) // ZC_DEVOTIONLIST
+packetLen(0x01cf, 3)
#elif PACKETVER >= 20080806
-packetLen(0x01cf, -1) // ZC_DEVOTIONLIST
+packetLen(0x01cf, -1)
#elif PACKETVER >= 20080730
-packetLen(0x01cf, 5) // ZC_DEVOTIONLIST
+packetLen(0x01cf, 5)
#elif PACKETVER >= 20080722
-packetLen(0x01cf, 7) // ZC_DEVOTIONLIST
+packetLen(0x01cf, 7)
#elif PACKETVER >= 20080715
-packetLen(0x01cf, -1) // ZC_DEVOTIONLIST
+packetLen(0x01cf, -1)
#elif PACKETVER >= 20080708
-packetLen(0x01cf, 14) // ZC_DEVOTIONLIST
+packetLen(0x01cf, 14)
#elif PACKETVER >= 20080701
-packetLen(0x01cf, 3) // ZC_DEVOTIONLIST
+packetLen(0x01cf, 3)
#elif PACKETVER >= 20080624
-packetLen(0x01cf, 11) // ZC_DEVOTIONLIST
+packetLen(0x01cf, 11)
#elif PACKETVER >= 20080617
-packetLen(0x01cf, -1) // ZC_DEVOTIONLIST
+packetLen(0x01cf, -1)
#elif PACKETVER >= 20080610
-packetLen(0x01cf, 2) // ZC_DEVOTIONLIST
+packetLen(0x01cf, 2)
#elif PACKETVER >= 20080603
-packetLen(0x01cf, -1) // ZC_DEVOTIONLIST
+packetLen(0x01cf, -1)
#elif PACKETVER >= 20080528
-packetLen(0x01cf, 15) // ZC_DEVOTIONLIST
+packetLen(0x01cf, 15)
#elif PACKETVER >= 20080520
-packetLen(0x01cf, 26) // ZC_DEVOTIONLIST
+packetLen(0x01cf, 26)
#elif PACKETVER >= 20080513
-packetLen(0x01cf, -1) // ZC_DEVOTIONLIST
+packetLen(0x01cf, -1)
#elif PACKETVER >= 20080507
-packetLen(0x01cf, 2) // ZC_DEVOTIONLIST
+packetLen(0x01cf, 2)
#elif PACKETVER >= 20080415
-packetLen(0x01cf, -1) // ZC_DEVOTIONLIST
+packetLen(0x01cf, -1)
#elif PACKETVER >= 20080408
-packetLen(0x01cf, 39) // ZC_DEVOTIONLIST
+packetLen(0x01cf, 39)
#elif PACKETVER >= 20080401
-packetLen(0x01cf, -1) // ZC_DEVOTIONLIST
+packetLen(0x01cf, -1)
#elif PACKETVER >= 20080325
-packetLen(0x01cf, 186) // ZC_DEVOTIONLIST
+packetLen(0x01cf, 186)
#elif PACKETVER >= 20080318
-packetLen(0x01cf, 6) // ZC_DEVOTIONLIST
+packetLen(0x01cf, 6)
#elif PACKETVER >= 20080311
-packetLen(0x01cf, 23) // ZC_DEVOTIONLIST
+packetLen(0x01cf, 23)
#elif PACKETVER >= 20080304
-packetLen(0x01cf, -1) // ZC_DEVOTIONLIST
+packetLen(0x01cf, -1)
#elif PACKETVER >= 20080226
-packetLen(0x01cf, 102) // ZC_DEVOTIONLIST
+packetLen(0x01cf, 102)
#elif PACKETVER >= 20080124
-packetLen(0x01cf, 5) // ZC_DEVOTIONLIST
+packetLen(0x01cf, 5)
#elif PACKETVER >= 20080102
-packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+packetLen(0x01cf, 28)
#endif
// Packet: 0x01d0
#if PACKETVER >= 20081217
-packetLen(0x01d0, -1) // ZC_SPIRITS
+packetLen(0x01d0, -1)
#elif PACKETVER >= 20081203
-packetLen(0x01d0, 282) // ZC_SPIRITS
+packetLen(0x01d0, 282)
#elif PACKETVER >= 20081126
-packetLen(0x01d0, 31) // ZC_SPIRITS
+packetLen(0x01d0, 31)
#elif PACKETVER >= 20081119
-packetLen(0x01d0, 27) // ZC_SPIRITS
+packetLen(0x01d0, 27)
#elif PACKETVER >= 20081112
-packetLen(0x01d0, 8) // ZC_SPIRITS
+packetLen(0x01d0, 8)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x01d0, -1) // ZC_SPIRITS
+packetLen(0x01d0, -1)
#elif PACKETVER >= 20081029
-packetLen(0x01d0, 21) // ZC_SPIRITS
+packetLen(0x01d0, 21)
#elif PACKETVER >= 20081015
-packetLen(0x01d0, -1) // ZC_SPIRITS
+packetLen(0x01d0, -1)
#elif PACKETVER >= 20081008
-packetLen(0x01d0, 10) // ZC_SPIRITS
+packetLen(0x01d0, 10)
#elif PACKETVER >= 20080917
-packetLen(0x01d0, -1) // ZC_SPIRITS
+packetLen(0x01d0, -1)
#elif PACKETVER >= 20080910
-packetLen(0x01d0, 31) // ZC_SPIRITS
+packetLen(0x01d0, 31)
#elif PACKETVER >= 20080820
-packetLen(0x01d0, -1) // ZC_SPIRITS
+packetLen(0x01d0, -1)
#elif PACKETVER >= 20080813
-packetLen(0x01d0, 32) // ZC_SPIRITS
+packetLen(0x01d0, 32)
#elif PACKETVER >= 20080806
-packetLen(0x01d0, 6) // ZC_SPIRITS
+packetLen(0x01d0, 6)
#elif PACKETVER >= 20080715
-packetLen(0x01d0, -1) // ZC_SPIRITS
+packetLen(0x01d0, -1)
#elif PACKETVER >= 20080708
-packetLen(0x01d0, 33) // ZC_SPIRITS
+packetLen(0x01d0, 33)
#elif PACKETVER >= 20080701
-packetLen(0x01d0, 3) // ZC_SPIRITS
+packetLen(0x01d0, 3)
#elif PACKETVER >= 20080624
-packetLen(0x01d0, 9) // ZC_SPIRITS
+packetLen(0x01d0, 9)
#elif PACKETVER >= 20080617
-packetLen(0x01d0, 53) // ZC_SPIRITS
+packetLen(0x01d0, 53)
#elif PACKETVER >= 20080610
-packetLen(0x01d0, 7) // ZC_SPIRITS
+packetLen(0x01d0, 7)
#elif PACKETVER >= 20080603
-packetLen(0x01d0, 2) // ZC_SPIRITS
+packetLen(0x01d0, 2)
#elif PACKETVER >= 20080528
-packetLen(0x01d0, -1) // ZC_SPIRITS
+packetLen(0x01d0, -1)
#elif PACKETVER >= 20080520
-packetLen(0x01d0, 2) // ZC_SPIRITS
+packetLen(0x01d0, 2)
#elif PACKETVER >= 20080513
-packetLen(0x01d0, 10) // ZC_SPIRITS
+packetLen(0x01d0, 10)
#elif PACKETVER >= 20080422
-packetLen(0x01d0, -1) // ZC_SPIRITS
+packetLen(0x01d0, -1)
#elif PACKETVER >= 20080415
-packetLen(0x01d0, 2) // ZC_SPIRITS
+packetLen(0x01d0, 2)
#elif PACKETVER >= 20080408
-packetLen(0x01d0, -1) // ZC_SPIRITS
+packetLen(0x01d0, -1)
#elif PACKETVER >= 20080401
-packetLen(0x01d0, 2) // ZC_SPIRITS
+packetLen(0x01d0, 2)
#elif PACKETVER >= 20080325
-packetLen(0x01d0, 65) // ZC_SPIRITS
+packetLen(0x01d0, 65)
#elif PACKETVER >= 20080318
-packetLen(0x01d0, 39) // ZC_SPIRITS
+packetLen(0x01d0, 39)
#elif PACKETVER >= 20080304
-packetLen(0x01d0, -1) // ZC_SPIRITS
+packetLen(0x01d0, -1)
#elif PACKETVER >= 20080226
-packetLen(0x01d0, 26) // ZC_SPIRITS
+packetLen(0x01d0, 26)
#elif PACKETVER >= 20080219
-packetLen(0x01d0, 2) // ZC_SPIRITS
+packetLen(0x01d0, 2)
#elif PACKETVER >= 20080124
-packetLen(0x01d0, 6) // ZC_SPIRITS
+packetLen(0x01d0, 6)
#elif PACKETVER >= 20080102
-packetLen(0x01d0, 8) // ZC_SPIRITS
+packetLen(0x01d0, 8)
#endif
// Packet: 0x01d1
-packetLen(0x01d1, 14) // ZC_BLADESTOP
+packetLen(0x01d1, 14)
// Packet: 0x01d2
#if PACKETVER >= 20081217
-packetLen(0x01d2, 10) // ZC_COMBODELAY
+packetLen(0x01d2, 10)
#elif PACKETVER >= 20081119
-packetLen(0x01d2, -1) // ZC_COMBODELAY
+packetLen(0x01d2, -1)
#elif PACKETVER >= 20081112
-packetLen(0x01d2, 10) // ZC_COMBODELAY
+packetLen(0x01d2, 10)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x01d2, 10) // ZC_COMBODELAY
+packetLen(0x01d2, 10)
#elif PACKETVER >= 20081029
-packetLen(0x01d2, 4) // ZC_COMBODELAY
+packetLen(0x01d2, 4)
#elif PACKETVER >= 20081022
-packetLen(0x01d2, 29) // ZC_COMBODELAY
+packetLen(0x01d2, 29)
#elif PACKETVER >= 20081015
-packetLen(0x01d2, -1) // ZC_COMBODELAY
+packetLen(0x01d2, -1)
#elif PACKETVER >= 20081008
-packetLen(0x01d2, 4) // ZC_COMBODELAY
+packetLen(0x01d2, 4)
#elif PACKETVER >= 20081001
-packetLen(0x01d2, 28) // ZC_COMBODELAY
+packetLen(0x01d2, 28)
#elif PACKETVER >= 20080917
-packetLen(0x01d2, 6) // ZC_COMBODELAY
+packetLen(0x01d2, 6)
#elif PACKETVER >= 20080910
-packetLen(0x01d2, -1) // ZC_COMBODELAY
+packetLen(0x01d2, -1)
#elif PACKETVER >= 20080903
-packetLen(0x01d2, 4) // ZC_COMBODELAY
+packetLen(0x01d2, 4)
#elif PACKETVER >= 20080827
-packetLen(0x01d2, -1) // ZC_COMBODELAY
+packetLen(0x01d2, -1)
#elif PACKETVER >= 20080820
-packetLen(0x01d2, 7) // ZC_COMBODELAY
+packetLen(0x01d2, 7)
#elif PACKETVER >= 20080806
-packetLen(0x01d2, -1) // ZC_COMBODELAY
+packetLen(0x01d2, -1)
#elif PACKETVER >= 20080730
-packetLen(0x01d2, 21) // ZC_COMBODELAY
+packetLen(0x01d2, 21)
#elif PACKETVER >= 20080722
-packetLen(0x01d2, 28) // ZC_COMBODELAY
+packetLen(0x01d2, 28)
#elif PACKETVER >= 20080708
-packetLen(0x01d2, -1) // ZC_COMBODELAY
+packetLen(0x01d2, -1)
#elif PACKETVER >= 20080701
-packetLen(0x01d2, 2) // ZC_COMBODELAY
+packetLen(0x01d2, 2)
#elif PACKETVER >= 20080624
-packetLen(0x01d2, -1) // ZC_COMBODELAY
+packetLen(0x01d2, -1)
#elif PACKETVER >= 20080617
-packetLen(0x01d2, 7) // ZC_COMBODELAY
+packetLen(0x01d2, 7)
#elif PACKETVER >= 20080603
-packetLen(0x01d2, 4) // ZC_COMBODELAY
+packetLen(0x01d2, 4)
#elif PACKETVER >= 20080520
-packetLen(0x01d2, -1) // ZC_COMBODELAY
+packetLen(0x01d2, -1)
#elif PACKETVER >= 20080513
-packetLen(0x01d2, 8) // ZC_COMBODELAY
+packetLen(0x01d2, 8)
#elif PACKETVER >= 20080507
-packetLen(0x01d2, 58) // ZC_COMBODELAY
+packetLen(0x01d2, 58)
#elif PACKETVER >= 20080415
-packetLen(0x01d2, -1) // ZC_COMBODELAY
+packetLen(0x01d2, -1)
#elif PACKETVER >= 20080408
-packetLen(0x01d2, 18) // ZC_COMBODELAY
+packetLen(0x01d2, 18)
#elif PACKETVER >= 20080401
-packetLen(0x01d2, 6) // ZC_COMBODELAY
+packetLen(0x01d2, 6)
#elif PACKETVER >= 20080325
-packetLen(0x01d2, 12) // ZC_COMBODELAY
+packetLen(0x01d2, 12)
#elif PACKETVER >= 20080318
-packetLen(0x01d2, 30) // ZC_COMBODELAY
+packetLen(0x01d2, 30)
#elif PACKETVER >= 20080311
-packetLen(0x01d2, 19) // ZC_COMBODELAY
+packetLen(0x01d2, 19)
#elif PACKETVER >= 20080304
-packetLen(0x01d2, 6) // ZC_COMBODELAY
+packetLen(0x01d2, 6)
#elif PACKETVER >= 20080226
-packetLen(0x01d2, 8) // ZC_COMBODELAY
+packetLen(0x01d2, 8)
#elif PACKETVER >= 20080219
-packetLen(0x01d2, -1) // ZC_COMBODELAY
+packetLen(0x01d2, -1)
#elif PACKETVER >= 20080124
-packetLen(0x01d2, 53) // ZC_COMBODELAY
+packetLen(0x01d2, 53)
#elif PACKETVER >= 20080102
-packetLen(0x01d2, 10) // ZC_COMBODELAY
+packetLen(0x01d2, 10)
#endif
// Packet: 0x01d3
-packetLen(0x01d3, 35) // ZC_SOUND
+packetLen(0x01d3, 35)
// Packet: 0x01d4
#if PACKETVER >= 20081203
-packetLen(0x01d4, -1) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, -1)
#elif PACKETVER >= 20081126
-packetLen(0x01d4, 29) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, 29)
#elif PACKETVER >= 20081112
-packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, 6)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x01d4, 2) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, 2)
#elif PACKETVER >= 20081008
-packetLen(0x01d4, -1) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, -1)
#elif PACKETVER >= 20081001
-packetLen(0x01d4, 12) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, 12)
#elif PACKETVER >= 20080924
-packetLen(0x01d4, -1) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, -1)
#elif PACKETVER >= 20080917
-packetLen(0x01d4, 28) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, 28)
#elif PACKETVER >= 20080910
-packetLen(0x01d4, 26) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, 26)
#elif PACKETVER >= 20080827
-packetLen(0x01d4, -1) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, -1)
#elif PACKETVER >= 20080820
-packetLen(0x01d4, 22) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, 22)
#elif PACKETVER >= 20080813
-packetLen(0x01d4, -1) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, -1)
#elif PACKETVER >= 20080806
-packetLen(0x01d4, 2) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, 2)
#elif PACKETVER >= 20080708
-packetLen(0x01d4, -1) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, -1)
#elif PACKETVER >= 20080701
-packetLen(0x01d4, 8) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, 8)
#elif PACKETVER >= 20080624
-packetLen(0x01d4, 54) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, 54)
#elif PACKETVER >= 20080617
-packetLen(0x01d4, -1) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, -1)
#elif PACKETVER >= 20080610
-packetLen(0x01d4, 20) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, 20)
#elif PACKETVER >= 20080520
-packetLen(0x01d4, -1) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, -1)
#elif PACKETVER >= 20080513
-packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, 6)
#elif PACKETVER >= 20080401
-packetLen(0x01d4, -1) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, -1)
#elif PACKETVER >= 20080325
-packetLen(0x01d4, 19) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, 19)
#elif PACKETVER >= 20080318
-packetLen(0x01d4, 60) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, 60)
#elif PACKETVER >= 20080311
-packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, 6)
#elif PACKETVER >= 20080304
-packetLen(0x01d4, 3) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, 3)
#elif PACKETVER >= 20080226
-packetLen(0x01d4, -1) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, -1)
#elif PACKETVER >= 20080219
-packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, 6)
#elif PACKETVER >= 20080124
-packetLen(0x01d4, 15) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, 15)
#elif PACKETVER >= 20080102
-packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, 6)
#endif
// Packet: 0x01d5
#if PACKETVER >= 20081217
-packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, -1)
#elif PACKETVER >= 20081203
-packetLen(0x01d5, 26) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, 26)
#elif PACKETVER >= 20081126
-packetLen(0x01d5, 8) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, 8)
#elif PACKETVER >= 20081119
-packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, -1)
#elif PACKETVER >= 20081112
-packetLen(0x01d5, 8) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, 8)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x01d5, 2) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, 2)
#elif PACKETVER >= 20081029
-packetLen(0x01d5, 11) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, 11)
#elif PACKETVER >= 20081022
-packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, -1)
#elif PACKETVER >= 20081015
-packetLen(0x01d5, 4) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, 4)
#elif PACKETVER >= 20081008
-packetLen(0x01d5, 6) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, 6)
#elif PACKETVER >= 20081001
-packetLen(0x01d5, 21) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, 21)
#elif PACKETVER >= 20080924
-packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, -1)
#elif PACKETVER >= 20080917
-packetLen(0x01d5, 18) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, 18)
#elif PACKETVER >= 20080910
-packetLen(0x01d5, 10) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, 10)
#elif PACKETVER >= 20080903
-packetLen(0x01d5, 29) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, 29)
#elif PACKETVER >= 20080827
-packetLen(0x01d5, 10) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, 10)
#elif PACKETVER >= 20080813
-packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, -1)
#elif PACKETVER >= 20080806
-packetLen(0x01d5, 53) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, 53)
#elif PACKETVER >= 20080715
-packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, -1)
#elif PACKETVER >= 20080708
-packetLen(0x01d5, 10) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, 10)
#elif PACKETVER >= 20080701
-packetLen(0x01d5, 3) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, 3)
#elif PACKETVER >= 20080624
-packetLen(0x01d5, 27) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, 27)
#elif PACKETVER >= 20080610
-packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, -1)
#elif PACKETVER >= 20080603
-packetLen(0x01d5, 9) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, 9)
#elif PACKETVER >= 20080528
-packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, -1)
#elif PACKETVER >= 20080520
-packetLen(0x01d5, 6) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, 6)
#elif PACKETVER >= 20080507
-packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, -1)
#elif PACKETVER >= 20080429
-packetLen(0x01d5, 4) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, 4)
#elif PACKETVER >= 20080408
-packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, -1)
#elif PACKETVER >= 20080401
-packetLen(0x01d5, 97) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, 97)
#elif PACKETVER >= 20080325
-packetLen(0x01d5, 6) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, 6)
#elif PACKETVER >= 20080318
-packetLen(0x01d5, 34) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, 34)
#elif PACKETVER >= 20080311
-packetLen(0x01d5, 13) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, 13)
#elif PACKETVER >= 20080304
-packetLen(0x01d5, 5) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, 5)
#elif PACKETVER >= 20080226
-packetLen(0x01d5, 6) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, 6)
#elif PACKETVER >= 20080219
-packetLen(0x01d5, 16) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, 16)
#elif PACKETVER >= 20080102
-packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, -1)
#endif
// Packet: 0x01d6
#if PACKETVER >= 20081217
-packetLen(0x01d6, 11) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 11)
#elif PACKETVER >= 20081203
-packetLen(0x01d6, 3) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 3)
#elif PACKETVER >= 20081126
-packetLen(0x01d6, 11) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 11)
#elif PACKETVER >= 20081119
-packetLen(0x01d6, 86) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 86)
#elif PACKETVER >= 20081112
-packetLen(0x01d6, 14) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 14)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081001
-packetLen(0x01d6, -1) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, -1)
#elif PACKETVER >= 20080924
-packetLen(0x01d6, 28) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 28)
#elif PACKETVER >= 20080917
-packetLen(0x01d6, -1) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, -1)
#elif PACKETVER >= 20080910
-packetLen(0x01d6, 22) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 22)
#elif PACKETVER >= 20080903
-packetLen(0x01d6, 58) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 58)
#elif PACKETVER >= 20080827
-packetLen(0x01d6, -1) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, -1)
#elif PACKETVER >= 20080820
-packetLen(0x01d6, 10) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 10)
#elif PACKETVER >= 20080813
-packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 4)
#elif PACKETVER >= 20080806
-packetLen(0x01d6, 6) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 6)
#elif PACKETVER >= 20080722
-packetLen(0x01d6, -1) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, -1)
#elif PACKETVER >= 20080715
-packetLen(0x01d6, 6) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 6)
#elif PACKETVER >= 20080708
-packetLen(0x01d6, 3) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 3)
#elif PACKETVER >= 20080701
-packetLen(0x01d6, 30) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 30)
#elif PACKETVER >= 20080624
-packetLen(0x01d6, 3) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 3)
#elif PACKETVER >= 20080617
-packetLen(0x01d6, -1) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, -1)
#elif PACKETVER >= 20080610
-packetLen(0x01d6, 6) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 6)
#elif PACKETVER >= 20080603
-packetLen(0x01d6, -1) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, -1)
#elif PACKETVER >= 20080528
-packetLen(0x01d6, 8) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 8)
#elif PACKETVER >= 20080520
-packetLen(0x01d6, 2) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 2)
#elif PACKETVER >= 20080513
-packetLen(0x01d6, 35) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 35)
#elif PACKETVER >= 20080507
-packetLen(0x01d6, -1) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, -1)
#elif PACKETVER >= 20080429
-packetLen(0x01d6, 6) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 6)
#elif PACKETVER >= 20080422
-packetLen(0x01d6, -1) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, -1)
#elif PACKETVER >= 20080415
-packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 4)
#elif PACKETVER >= 20080408
-packetLen(0x01d6, 54) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 54)
#elif PACKETVER >= 20080401
-packetLen(0x01d6, 11) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 11)
#elif PACKETVER >= 20080325
-packetLen(0x01d6, 54) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 54)
#elif PACKETVER >= 20080318
-packetLen(0x01d6, 58) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 58)
#elif PACKETVER >= 20080311
-packetLen(0x01d6, 5) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 5)
#elif PACKETVER >= 20080304
-packetLen(0x01d6, 6) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 6)
#elif PACKETVER >= 20080226
-packetLen(0x01d6, 10) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 10)
#elif PACKETVER >= 20080219
-packetLen(0x01d6, 6) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 6)
#elif PACKETVER >= 20080124
-packetLen(0x01d6, 16) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 16)
#elif PACKETVER >= 20080102
-packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 4)
#endif
// Packet: 0x01d7
#if PACKETVER >= 20081217
-packetLen(0x01d7, 114) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 114)
#elif PACKETVER >= 20081203
-packetLen(0x01d7, 6) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 6)
#elif PACKETVER >= 20081112
-packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 11)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081029
-packetLen(0x01d7, -1) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, -1)
#elif PACKETVER >= 20081022
-packetLen(0x01d7, 55) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 55)
#elif PACKETVER >= 20081015
-packetLen(0x01d7, 60) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 60)
#elif PACKETVER >= 20081008
-packetLen(0x01d7, -1) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, -1)
#elif PACKETVER >= 20081001
-packetLen(0x01d7, 4) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 4)
#elif PACKETVER >= 20080910
-packetLen(0x01d7, -1) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, -1)
#elif PACKETVER >= 20080903
-packetLen(0x01d7, 102) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 102)
#elif PACKETVER >= 20080827
-packetLen(0x01d7, 4) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 4)
#elif PACKETVER >= 20080820
-packetLen(0x01d7, 8) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 8)
#elif PACKETVER >= 20080806
-packetLen(0x01d7, -1) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, -1)
#elif PACKETVER >= 20080722
-packetLen(0x01d7, 6) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 6)
#elif PACKETVER >= 20080715
-packetLen(0x01d7, -1) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, -1)
#elif PACKETVER >= 20080708
-packetLen(0x01d7, 27) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 27)
#elif PACKETVER >= 20080701
-packetLen(0x01d7, 14) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 14)
#elif PACKETVER >= 20080624
-packetLen(0x01d7, -1) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, -1)
#elif PACKETVER >= 20080617
-packetLen(0x01d7, 8) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 8)
#elif PACKETVER >= 20080610
-packetLen(0x01d7, -1) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, -1)
#elif PACKETVER >= 20080603
-packetLen(0x01d7, 5) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 5)
#elif PACKETVER >= 20080528
-packetLen(0x01d7, 9) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 9)
#elif PACKETVER >= 20080520
-packetLen(0x01d7, 282) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 282)
#elif PACKETVER >= 20080513
-packetLen(0x01d7, -1) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, -1)
#elif PACKETVER >= 20080507
-packetLen(0x01d7, 2) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 2)
#elif PACKETVER >= 20080408
-packetLen(0x01d7, -1) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, -1)
#elif PACKETVER >= 20080401
-packetLen(0x01d7, 3) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 3)
#elif PACKETVER >= 20080325
-packetLen(0x01d7, -1) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, -1)
#elif PACKETVER >= 20080318
-packetLen(0x01d7, 4) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 4)
#elif PACKETVER >= 20080311
-packetLen(0x01d7, 28) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 28)
#elif PACKETVER >= 20080304
-packetLen(0x01d7, 54) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 54)
#elif PACKETVER >= 20080226
-packetLen(0x01d7, 2) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 2)
#elif PACKETVER >= 20080219
-packetLen(0x01d7, 35) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 35)
#elif PACKETVER >= 20080124
-packetLen(0x01d7, 2) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 2)
#elif PACKETVER >= 20080102
-packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 11)
#endif
// Packet: 0x01d8
#if PACKETVER >= 20081217
-packetLen(0x01d8, 39) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 39)
#elif PACKETVER >= 20081203
-packetLen(0x01d8, 5) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 5)
#elif PACKETVER >= 20081126
-packetLen(0x01d8, -1) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, -1)
#elif PACKETVER >= 20081119
-packetLen(0x01d8, 9) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 9)
#elif PACKETVER >= 20081112
-packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 54)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x01d8, 30) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 30)
#elif PACKETVER >= 20081008
-packetLen(0x01d8, -1) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, -1)
#elif PACKETVER >= 20081001
-packetLen(0x01d8, 8) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 8)
#elif PACKETVER >= 20080917
-packetLen(0x01d8, -1) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, -1)
#elif PACKETVER >= 20080910
-packetLen(0x01d8, 6) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 6)
#elif PACKETVER >= 20080820
-packetLen(0x01d8, -1) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, -1)
#elif PACKETVER >= 20080813
-packetLen(0x01d8, 3) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 3)
#elif PACKETVER >= 20080806
-packetLen(0x01d8, 34) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 34)
#elif PACKETVER >= 20080722
-packetLen(0x01d8, -1) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, -1)
#elif PACKETVER >= 20080715
-packetLen(0x01d8, 10) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 10)
#elif PACKETVER >= 20080708
-packetLen(0x01d8, -1) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, -1)
#elif PACKETVER >= 20080701
-packetLen(0x01d8, 6) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 6)
#elif PACKETVER >= 20080624
-packetLen(0x01d8, -1) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, -1)
#elif PACKETVER >= 20080617
-packetLen(0x01d8, 6) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 6)
#elif PACKETVER >= 20080610
-packetLen(0x01d8, -1) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, -1)
#elif PACKETVER >= 20080603
-packetLen(0x01d8, 11) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 11)
#elif PACKETVER >= 20080528
-packetLen(0x01d8, 3) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 3)
#elif PACKETVER >= 20080520
-packetLen(0x01d8, 6) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 6)
#elif PACKETVER >= 20080513
-packetLen(0x01d8, -1) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, -1)
#elif PACKETVER >= 20080507
-packetLen(0x01d8, 6) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 6)
#elif PACKETVER >= 20080429
-packetLen(0x01d8, 186) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 186)
#elif PACKETVER >= 20080415
-packetLen(0x01d8, -1) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, -1)
#elif PACKETVER >= 20080408
-packetLen(0x01d8, 4) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 4)
#elif PACKETVER >= 20080401
-packetLen(0x01d8, 27) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 27)
#elif PACKETVER >= 20080325
-packetLen(0x01d8, -1) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, -1)
#elif PACKETVER >= 20080318
-packetLen(0x01d8, 5) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 5)
#elif PACKETVER >= 20080311
-packetLen(0x01d8, 2) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 2)
#elif PACKETVER >= 20080304
-packetLen(0x01d8, 10) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 10)
#elif PACKETVER >= 20080226
-packetLen(0x01d8, 15) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 15)
#elif PACKETVER >= 20080219
-packetLen(0x01d8, -1) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, -1)
#elif PACKETVER >= 20080124
-packetLen(0x01d8, 3) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 3)
#elif PACKETVER >= 20080102
-packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 54)
#endif
// Packet: 0x01d9
#if PACKETVER >= 20081217
-packetLen(0x01d9, 28) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 28)
#elif PACKETVER >= 20081203
-packetLen(0x01d9, 14) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 14)
#elif PACKETVER >= 20081126
-packetLen(0x01d9, 8) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 8)
#elif PACKETVER >= 20081119
-packetLen(0x01d9, 10) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 10)
#elif PACKETVER >= 20081112
-packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 53)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081105
-packetLen(0x01d9, -1) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, -1)
#elif PACKETVER >= 20081029
-packetLen(0x01d9, 23) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 23)
#elif PACKETVER >= 20081008
-packetLen(0x01d9, -1) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, -1)
#elif PACKETVER >= 20081001
-packetLen(0x01d9, 14) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 14)
#elif PACKETVER >= 20080917
-packetLen(0x01d9, -1) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, -1)
#elif PACKETVER >= 20080910
-packetLen(0x01d9, 282) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 282)
#elif PACKETVER >= 20080903
-packetLen(0x01d9, 2) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 2)
#elif PACKETVER >= 20080820
-packetLen(0x01d9, -1) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, -1)
#elif PACKETVER >= 20080813
-packetLen(0x01d9, 7) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 7)
#elif PACKETVER >= 20080806
-packetLen(0x01d9, 27) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 27)
#elif PACKETVER >= 20080730
-packetLen(0x01d9, 13) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 13)
#elif PACKETVER >= 20080708
-packetLen(0x01d9, -1) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, -1)
#elif PACKETVER >= 20080701
-packetLen(0x01d9, 39) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 39)
#elif PACKETVER >= 20080624
-packetLen(0x01d9, 15) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 15)
#elif PACKETVER >= 20080617
-packetLen(0x01d9, 22) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 22)
#elif PACKETVER >= 20080610
-packetLen(0x01d9, 8) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 8)
#elif PACKETVER >= 20080528
-packetLen(0x01d9, -1) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, -1)
#elif PACKETVER >= 20080520
-packetLen(0x01d9, 4) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 4)
#elif PACKETVER >= 20080513
-packetLen(0x01d9, -1) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, -1)
#elif PACKETVER >= 20080507
-packetLen(0x01d9, 60) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 60)
#elif PACKETVER >= 20080429
-packetLen(0x01d9, -1) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, -1)
#elif PACKETVER >= 20080422
-packetLen(0x01d9, 6) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 6)
#elif PACKETVER >= 20080415
-packetLen(0x01d9, 26) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 26)
#elif PACKETVER >= 20080408
-packetLen(0x01d9, 2) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 2)
#elif PACKETVER >= 20080325
-packetLen(0x01d9, -1) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, -1)
#elif PACKETVER >= 20080318
-packetLen(0x01d9, 282) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 282)
#elif PACKETVER >= 20080311
-packetLen(0x01d9, 28) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 28)
#elif PACKETVER >= 20080304
-packetLen(0x01d9, 42) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 42)
#elif PACKETVER >= 20080226
-packetLen(0x01d9, 8) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 8)
#elif PACKETVER >= 20080219
-packetLen(0x01d9, 282) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 282)
#elif PACKETVER >= 20080124
-packetLen(0x01d9, 8) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 8)
#elif PACKETVER >= 20080102
-packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 53)
#endif
// Packet: 0x01da
#if PACKETVER >= 20081217
-packetLen(0x01da, -1) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, -1)
#elif PACKETVER >= 20081203
-packetLen(0x01da, 28) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 28)
#elif PACKETVER >= 20081126
-packetLen(0x01da, -1) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, -1)
#elif PACKETVER >= 20081119
-packetLen(0x01da, 4) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 4)
#elif PACKETVER >= 20081112
-packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 60)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x01da, -1) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, -1)
#elif PACKETVER >= 20081029
-packetLen(0x01da, 6) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 6)
#elif PACKETVER >= 20081022
-packetLen(0x01da, -1) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, -1)
#elif PACKETVER >= 20081015
-packetLen(0x01da, 282) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 282)
#elif PACKETVER >= 20081008
-packetLen(0x01da, 55) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 55)
#elif PACKETVER >= 20081001
-packetLen(0x01da, 8) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 8)
#elif PACKETVER >= 20080924
-packetLen(0x01da, 3) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 3)
#elif PACKETVER >= 20080917
-packetLen(0x01da, 2) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 2)
#elif PACKETVER >= 20080910
-packetLen(0x01da, 3) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 3)
#elif PACKETVER >= 20080903
-packetLen(0x01da, -1) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, -1)
#elif PACKETVER >= 20080827
-packetLen(0x01da, 2) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 2)
#elif PACKETVER >= 20080820
-packetLen(0x01da, 14) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 14)
#elif PACKETVER >= 20080813
-packetLen(0x01da, -1) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, -1)
#elif PACKETVER >= 20080806
-packetLen(0x01da, 2) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 2)
#elif PACKETVER >= 20080730
-packetLen(0x01da, -1) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, -1)
#elif PACKETVER >= 20080722
-packetLen(0x01da, 8) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 8)
#elif PACKETVER >= 20080708
-packetLen(0x01da, -1) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, -1)
#elif PACKETVER >= 20080701
-packetLen(0x01da, 32) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 32)
#elif PACKETVER >= 20080624
-packetLen(0x01da, -1) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, -1)
#elif PACKETVER >= 20080617
-packetLen(0x01da, 2) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 2)
#elif PACKETVER >= 20080610
-packetLen(0x01da, 12) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 12)
#elif PACKETVER >= 20080603
-packetLen(0x01da, 10) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 10)
#elif PACKETVER >= 20080528
-packetLen(0x01da, -1) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, -1)
#elif PACKETVER >= 20080520
-packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 60)
#elif PACKETVER >= 20080513
-packetLen(0x01da, 5) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 5)
#elif PACKETVER >= 20080507
-packetLen(0x01da, 10) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 10)
#elif PACKETVER >= 20080429
-packetLen(0x01da, 6) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 6)
#elif PACKETVER >= 20080422
-packetLen(0x01da, 2) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 2)
#elif PACKETVER >= 20080415
-packetLen(0x01da, 6) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 6)
#elif PACKETVER >= 20080408
-packetLen(0x01da, 8) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 8)
#elif PACKETVER >= 20080401
-packetLen(0x01da, 9) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 9)
#elif PACKETVER >= 20080325
-packetLen(0x01da, 6) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 6)
#elif PACKETVER >= 20080318
-packetLen(0x01da, 2) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 2)
#elif PACKETVER >= 20080311
-packetLen(0x01da, 79) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 79)
#elif PACKETVER >= 20080226
-packetLen(0x01da, 6) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 6)
#elif PACKETVER >= 20080219
-packetLen(0x01da, 2) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 2)
#elif PACKETVER >= 20080124
-packetLen(0x01da, 12) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 12)
#elif PACKETVER >= 20080102
-packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 60)
#endif
// Packet: 0x01db
-packetLen(0x01db, 2) // CA_REQ_HASH
+packetLen(0x01db, 2)
// Packet: 0x01dc
-packetLen(0x01dc, -1) // AC_ACK_HASH
+packetLen(0x01dc, -1)
// Packet: 0x01dd
-packetLen(0x01dd, 47) // CA_LOGIN2
+packetLen(0x01dd, 47)
// Packet: 0x01de
#if PACKETVER >= 20081126
-packetLen(0x01de, -1) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, -1)
#elif PACKETVER >= 20081119
-packetLen(0x01de, 16) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 16)
#elif PACKETVER >= 20081112
-packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 33)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x01de, 22) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 22)
#elif PACKETVER >= 20081029
-packetLen(0x01de, -1) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, -1)
#elif PACKETVER >= 20081022
-packetLen(0x01de, 2) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 2)
#elif PACKETVER >= 20081015
-packetLen(0x01de, -1) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, -1)
#elif PACKETVER >= 20081008
-packetLen(0x01de, 7) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 7)
#elif PACKETVER >= 20081001
-packetLen(0x01de, -1) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, -1)
#elif PACKETVER >= 20080924
-packetLen(0x01de, 2) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 2)
#elif PACKETVER >= 20080917
-packetLen(0x01de, 86) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 86)
#elif PACKETVER >= 20080827
-packetLen(0x01de, -1) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, -1)
#elif PACKETVER >= 20080820
-packetLen(0x01de, 60) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 60)
#elif PACKETVER >= 20080813
-packetLen(0x01de, 3) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 3)
#elif PACKETVER >= 20080806
-packetLen(0x01de, -1) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, -1)
#elif PACKETVER >= 20080730
-packetLen(0x01de, 27) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 27)
#elif PACKETVER >= 20080722
-packetLen(0x01de, -1) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, -1)
#elif PACKETVER >= 20080715
-packetLen(0x01de, 2) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 2)
#elif PACKETVER >= 20080708
-packetLen(0x01de, 3) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 3)
#elif PACKETVER >= 20080701
-packetLen(0x01de, -1) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, -1)
#elif PACKETVER >= 20080624
-packetLen(0x01de, 22) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 22)
#elif PACKETVER >= 20080617
-packetLen(0x01de, 14) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 14)
#elif PACKETVER >= 20080603
-packetLen(0x01de, 6) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 6)
#elif PACKETVER >= 20080528
-packetLen(0x01de, 14) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 14)
#elif PACKETVER >= 20080520
-packetLen(0x01de, -1) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, -1)
#elif PACKETVER >= 20080513
-packetLen(0x01de, 8) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 8)
#elif PACKETVER >= 20080507
-packetLen(0x01de, -1) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, -1)
#elif PACKETVER >= 20080429
-packetLen(0x01de, 3) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 3)
#elif PACKETVER >= 20080422
-packetLen(0x01de, -1) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, -1)
#elif PACKETVER >= 20080415
-packetLen(0x01de, 30) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 30)
#elif PACKETVER >= 20080408
-packetLen(0x01de, 2) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 2)
#elif PACKETVER >= 20080401
-packetLen(0x01de, 15) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 15)
#elif PACKETVER >= 20080325
-packetLen(0x01de, -1) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, -1)
#elif PACKETVER >= 20080318
-packetLen(0x01de, 15) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 15)
#elif PACKETVER >= 20080311
-packetLen(0x01de, -1) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, -1)
#elif PACKETVER >= 20080304
-packetLen(0x01de, 7) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 7)
#elif PACKETVER >= 20080226
-packetLen(0x01de, -1) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, -1)
#elif PACKETVER >= 20080219
-packetLen(0x01de, 3) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 3)
#elif PACKETVER >= 20080124
-packetLen(0x01de, 2) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 2)
#elif PACKETVER >= 20080102
-packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 33)
#endif
// Packet: 0x01df
-packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+packetLen(0x01df, 6)
// Packet: 0x01e0
-packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+packetLen(0x01e0, 30)
// Packet: 0x01e1
#if PACKETVER >= 20081217
-packetLen(0x01e1, -1) // ZC_SPIRITS2
+packetLen(0x01e1, -1)
#elif PACKETVER >= 20081203
-packetLen(0x01e1, 10) // ZC_SPIRITS2
+packetLen(0x01e1, 10)
#elif PACKETVER >= 20081112
-packetLen(0x01e1, 8) // ZC_SPIRITS2
+packetLen(0x01e1, 8)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x01e1, 3) // ZC_SPIRITS2
+packetLen(0x01e1, 3)
#elif PACKETVER >= 20081029
-packetLen(0x01e1, 86) // ZC_SPIRITS2
+packetLen(0x01e1, 86)
#elif PACKETVER >= 20081022
-packetLen(0x01e1, 39) // ZC_SPIRITS2
+packetLen(0x01e1, 39)
#elif PACKETVER >= 20081008
-packetLen(0x01e1, -1) // ZC_SPIRITS2
+packetLen(0x01e1, -1)
#elif PACKETVER >= 20081001
-packetLen(0x01e1, 14) // ZC_SPIRITS2
+packetLen(0x01e1, 14)
#elif PACKETVER >= 20080924
-packetLen(0x01e1, 19) // ZC_SPIRITS2
+packetLen(0x01e1, 19)
#elif PACKETVER >= 20080917
-packetLen(0x01e1, -1) // ZC_SPIRITS2
+packetLen(0x01e1, -1)
#elif PACKETVER >= 20080910
-packetLen(0x01e1, 4) // ZC_SPIRITS2
+packetLen(0x01e1, 4)
#elif PACKETVER >= 20080820
-packetLen(0x01e1, -1) // ZC_SPIRITS2
+packetLen(0x01e1, -1)
#elif PACKETVER >= 20080813
-packetLen(0x01e1, 5) // ZC_SPIRITS2
+packetLen(0x01e1, 5)
#elif PACKETVER >= 20080806
-packetLen(0x01e1, 14) // ZC_SPIRITS2
+packetLen(0x01e1, 14)
#elif PACKETVER >= 20080730
-packetLen(0x01e1, 4) // ZC_SPIRITS2
+packetLen(0x01e1, 4)
#elif PACKETVER >= 20080701
-packetLen(0x01e1, -1) // ZC_SPIRITS2
+packetLen(0x01e1, -1)
#elif PACKETVER >= 20080624
-packetLen(0x01e1, 6) // ZC_SPIRITS2
+packetLen(0x01e1, 6)
#elif PACKETVER >= 20080603
-packetLen(0x01e1, -1) // ZC_SPIRITS2
+packetLen(0x01e1, -1)
#elif PACKETVER >= 20080528
-packetLen(0x01e1, 43) // ZC_SPIRITS2
+packetLen(0x01e1, 43)
#elif PACKETVER >= 20080520
-packetLen(0x01e1, 32) // ZC_SPIRITS2
+packetLen(0x01e1, 32)
#elif PACKETVER >= 20080513
-packetLen(0x01e1, -1) // ZC_SPIRITS2
+packetLen(0x01e1, -1)
#elif PACKETVER >= 20080507
-packetLen(0x01e1, 3) // ZC_SPIRITS2
+packetLen(0x01e1, 3)
#elif PACKETVER >= 20080429
-packetLen(0x01e1, -1) // ZC_SPIRITS2
+packetLen(0x01e1, -1)
#elif PACKETVER >= 20080422
-packetLen(0x01e1, 6) // ZC_SPIRITS2
+packetLen(0x01e1, 6)
#elif PACKETVER >= 20080415
-packetLen(0x01e1, 8) // ZC_SPIRITS2
+packetLen(0x01e1, 8)
#elif PACKETVER >= 20080408
-packetLen(0x01e1, 71) // ZC_SPIRITS2
+packetLen(0x01e1, 71)
#elif PACKETVER >= 20080401
-packetLen(0x01e1, 2) // ZC_SPIRITS2
+packetLen(0x01e1, 2)
#elif PACKETVER >= 20080325
-packetLen(0x01e1, 17) // ZC_SPIRITS2
+packetLen(0x01e1, 17)
#elif PACKETVER >= 20080318
-packetLen(0x01e1, 60) // ZC_SPIRITS2
+packetLen(0x01e1, 60)
#elif PACKETVER >= 20080304
-packetLen(0x01e1, -1) // ZC_SPIRITS2
+packetLen(0x01e1, -1)
#elif PACKETVER >= 20080226
-packetLen(0x01e1, 32) // ZC_SPIRITS2
+packetLen(0x01e1, 32)
#elif PACKETVER >= 20080219
-packetLen(0x01e1, -1) // ZC_SPIRITS2
+packetLen(0x01e1, -1)
#elif PACKETVER >= 20080124
-packetLen(0x01e1, 11) // ZC_SPIRITS2
+packetLen(0x01e1, 11)
#elif PACKETVER >= 20080102
-packetLen(0x01e1, 8) // ZC_SPIRITS2
+packetLen(0x01e1, 8)
#endif
// Packet: 0x01e2
-packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+packetLen(0x01e2, 34)
// Packet: 0x01e3
-packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+packetLen(0x01e3, 14)
// Packet: 0x01e4
-packetLen(0x01e4, 2) // ZC_START_COUPLE
+packetLen(0x01e4, 2)
// Packet: 0x01e5
-packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+packetLen(0x01e5, 6)
// Packet: 0x01e6
-packetLen(0x01e6, 26) // ZC_COUPLENAME
+packetLen(0x01e6, 26)
// Packet: 0x01e7
#if PACKETVER >= 20081126
-packetLen(0x01e7, 6) // CZ_DORIDORI
+packetLen(0x01e7, 6)
#elif PACKETVER >= 20081112
-packetLen(0x01e7, 2) // CZ_DORIDORI
+packetLen(0x01e7, 2)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x01e7, 8) // CZ_DORIDORI
+packetLen(0x01e7, 8)
#elif PACKETVER >= 20081029
-packetLen(0x01e7, 26) // CZ_DORIDORI
+packetLen(0x01e7, 26)
#elif PACKETVER >= 20081022
-packetLen(0x01e7, -1) // CZ_DORIDORI
+packetLen(0x01e7, -1)
#elif PACKETVER >= 20081015
-packetLen(0x01e7, 4) // CZ_DORIDORI
+packetLen(0x01e7, 4)
#elif PACKETVER >= 20081001
-packetLen(0x01e7, -1) // CZ_DORIDORI
+packetLen(0x01e7, -1)
#elif PACKETVER >= 20080924
-packetLen(0x01e7, 8) // CZ_DORIDORI
+packetLen(0x01e7, 8)
#elif PACKETVER >= 20080917
-packetLen(0x01e7, -1) // CZ_DORIDORI
+packetLen(0x01e7, -1)
#elif PACKETVER >= 20080910
-packetLen(0x01e7, 11) // CZ_DORIDORI
+packetLen(0x01e7, 11)
#elif PACKETVER >= 20080903
-packetLen(0x01e7, 6) // CZ_DORIDORI
+packetLen(0x01e7, 6)
#elif PACKETVER >= 20080827
-packetLen(0x01e7, 34) // CZ_DORIDORI
+packetLen(0x01e7, 34)
#elif PACKETVER >= 20080820
-packetLen(0x01e7, 4) // CZ_DORIDORI
+packetLen(0x01e7, 4)
#elif PACKETVER >= 20080813
-packetLen(0x01e7, 7) // CZ_DORIDORI
+packetLen(0x01e7, 7)
#elif PACKETVER >= 20080806
-packetLen(0x01e7, 3) // CZ_DORIDORI
+packetLen(0x01e7, 3)
#elif PACKETVER >= 20080730
-packetLen(0x01e7, 26) // CZ_DORIDORI
+packetLen(0x01e7, 26)
#elif PACKETVER >= 20080722
-packetLen(0x01e7, 21) // CZ_DORIDORI
+packetLen(0x01e7, 21)
#elif PACKETVER >= 20080715
-packetLen(0x01e7, -1) // CZ_DORIDORI
+packetLen(0x01e7, -1)
#elif PACKETVER >= 20080708
-packetLen(0x01e7, 27) // CZ_DORIDORI
+packetLen(0x01e7, 27)
#elif PACKETVER >= 20080624
-packetLen(0x01e7, -1) // CZ_DORIDORI
+packetLen(0x01e7, -1)
#elif PACKETVER >= 20080617
-packetLen(0x01e7, 6) // CZ_DORIDORI
+packetLen(0x01e7, 6)
#elif PACKETVER >= 20080610
-packetLen(0x01e7, 4) // CZ_DORIDORI
+packetLen(0x01e7, 4)
#elif PACKETVER >= 20080603
-packetLen(0x01e7, 14) // CZ_DORIDORI
+packetLen(0x01e7, 14)
#elif PACKETVER >= 20080528
-packetLen(0x01e7, 39) // CZ_DORIDORI
+packetLen(0x01e7, 39)
#elif PACKETVER >= 20080520
-packetLen(0x01e7, 22) // CZ_DORIDORI
+packetLen(0x01e7, 22)
#elif PACKETVER >= 20080513
-packetLen(0x01e7, 6) // CZ_DORIDORI
+packetLen(0x01e7, 6)
#elif PACKETVER >= 20080507
-packetLen(0x01e7, 54) // CZ_DORIDORI
+packetLen(0x01e7, 54)
#elif PACKETVER >= 20080429
-packetLen(0x01e7, -1) // CZ_DORIDORI
+packetLen(0x01e7, -1)
#elif PACKETVER >= 20080422
-packetLen(0x01e7, 2) // CZ_DORIDORI
+packetLen(0x01e7, 2)
#elif PACKETVER >= 20080415
-packetLen(0x01e7, -1) // CZ_DORIDORI
+packetLen(0x01e7, -1)
#elif PACKETVER >= 20080408
-packetLen(0x01e7, 60) // CZ_DORIDORI
+packetLen(0x01e7, 60)
#elif PACKETVER >= 20080401
-packetLen(0x01e7, 5) // CZ_DORIDORI
+packetLen(0x01e7, 5)
#elif PACKETVER >= 20080325
-packetLen(0x01e7, 20) // CZ_DORIDORI
+packetLen(0x01e7, 20)
#elif PACKETVER >= 20080318
-packetLen(0x01e7, 18) // CZ_DORIDORI
+packetLen(0x01e7, 18)
#elif PACKETVER >= 20080311
-packetLen(0x01e7, 55) // CZ_DORIDORI
+packetLen(0x01e7, 55)
#elif PACKETVER >= 20080304
-packetLen(0x01e7, 26) // CZ_DORIDORI
+packetLen(0x01e7, 26)
#elif PACKETVER >= 20080219
-packetLen(0x01e7, 2) // CZ_DORIDORI
+packetLen(0x01e7, 2)
#elif PACKETVER >= 20080124
-packetLen(0x01e7, -1) // CZ_DORIDORI
+packetLen(0x01e7, -1)
#elif PACKETVER >= 20080102
-packetLen(0x01e7, 2) // CZ_DORIDORI
+packetLen(0x01e7, 2)
#endif
// Packet: 0x01e8
#if PACKETVER >= 20081203
-packetLen(0x01e8, -1) // CZ_MAKE_GROUP2
+packetLen(0x01e8, -1)
#elif PACKETVER >= 20081126
-packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 28)
#elif PACKETVER >= 20081112
-packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 28)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x01e8, 8) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 8)
#elif PACKETVER >= 20081029
-packetLen(0x01e8, 59) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 59)
#elif PACKETVER >= 20081022
-packetLen(0x01e8, 6) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 6)
#elif PACKETVER >= 20081008
-packetLen(0x01e8, -1) // CZ_MAKE_GROUP2
+packetLen(0x01e8, -1)
#elif PACKETVER >= 20081001
-packetLen(0x01e8, 54) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 54)
#elif PACKETVER >= 20080924
-packetLen(0x01e8, -1) // CZ_MAKE_GROUP2
+packetLen(0x01e8, -1)
#elif PACKETVER >= 20080917
-packetLen(0x01e8, 33) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 33)
#elif PACKETVER >= 20080730
-packetLen(0x01e8, -1) // CZ_MAKE_GROUP2
+packetLen(0x01e8, -1)
#elif PACKETVER >= 20080722
-packetLen(0x01e8, 59) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 59)
#elif PACKETVER >= 20080715
-packetLen(0x01e8, -1) // CZ_MAKE_GROUP2
+packetLen(0x01e8, -1)
#elif PACKETVER >= 20080708
-packetLen(0x01e8, 8) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 8)
#elif PACKETVER >= 20080701
-packetLen(0x01e8, -1) // CZ_MAKE_GROUP2
+packetLen(0x01e8, -1)
#elif PACKETVER >= 20080624
-packetLen(0x01e8, 22) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 22)
#elif PACKETVER >= 20080617
-packetLen(0x01e8, 14) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 14)
#elif PACKETVER >= 20080610
-packetLen(0x01e8, 27) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 27)
#elif PACKETVER >= 20080603
-packetLen(0x01e8, -1) // CZ_MAKE_GROUP2
+packetLen(0x01e8, -1)
#elif PACKETVER >= 20080528
-packetLen(0x01e8, 53) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 53)
#elif PACKETVER >= 20080520
-packetLen(0x01e8, 3) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 3)
#elif PACKETVER >= 20080513
-packetLen(0x01e8, 10) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 10)
#elif PACKETVER >= 20080507
-packetLen(0x01e8, 14) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 14)
#elif PACKETVER >= 20080429
-packetLen(0x01e8, 10) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 10)
#elif PACKETVER >= 20080422
-packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 28)
#elif PACKETVER >= 20080415
-packetLen(0x01e8, -1) // CZ_MAKE_GROUP2
+packetLen(0x01e8, -1)
#elif PACKETVER >= 20080408
-packetLen(0x01e8, 16) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 16)
#elif PACKETVER >= 20080401
-packetLen(0x01e8, 10) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 10)
#elif PACKETVER >= 20080318
-packetLen(0x01e8, 4) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 4)
#elif PACKETVER >= 20080311
-packetLen(0x01e8, 6) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 6)
#elif PACKETVER >= 20080304
-packetLen(0x01e8, 4) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 4)
#elif PACKETVER >= 20080226
-packetLen(0x01e8, -1) // CZ_MAKE_GROUP2
+packetLen(0x01e8, -1)
#elif PACKETVER >= 20080219
-packetLen(0x01e8, 6) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 6)
#elif PACKETVER >= 20080124
-packetLen(0x01e8, 44) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 44)
#elif PACKETVER >= 20080102
-packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 28)
#endif
// Packet: 0x01e9
#if PACKETVER >= 20081217
-packetLen(0x01e9, -1) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, -1)
#elif PACKETVER >= 20081203
-packetLen(0x01e9, 10) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, 10)
#elif PACKETVER >= 20081126
-packetLen(0x01e9, 186) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, 186)
#elif PACKETVER >= 20081119
-packetLen(0x01e9, -1) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, -1)
#elif PACKETVER >= 20081112
-packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, 81)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x01e9, -1) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, -1)
#elif PACKETVER >= 20081029
-packetLen(0x01e9, 28) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, 28)
#elif PACKETVER >= 20080910
-packetLen(0x01e9, -1) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, -1)
#elif PACKETVER >= 20080903
-packetLen(0x01e9, 9) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, 9)
#elif PACKETVER >= 20080820
-packetLen(0x01e9, -1) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, -1)
#elif PACKETVER >= 20080813
-packetLen(0x01e9, 15) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, 15)
#elif PACKETVER >= 20080806
-packetLen(0x01e9, 26) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, 26)
#elif PACKETVER >= 20080730
-packetLen(0x01e9, 8) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, 8)
#elif PACKETVER >= 20080715
-packetLen(0x01e9, -1) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, -1)
#elif PACKETVER >= 20080708
-packetLen(0x01e9, 3) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, 3)
#elif PACKETVER >= 20080701
-packetLen(0x01e9, -1) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, -1)
#elif PACKETVER >= 20080624
-packetLen(0x01e9, 282) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, 282)
#elif PACKETVER >= 20080617
-packetLen(0x01e9, 6) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, 6)
#elif PACKETVER >= 20080610
-packetLen(0x01e9, -1) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, -1)
#elif PACKETVER >= 20080528
-packetLen(0x01e9, 3) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, 3)
#elif PACKETVER >= 20080507
-packetLen(0x01e9, -1) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, -1)
#elif PACKETVER >= 20080429
-packetLen(0x01e9, 5) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, 5)
#elif PACKETVER >= 20080422
-packetLen(0x01e9, 3) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, 3)
#elif PACKETVER >= 20080415
-packetLen(0x01e9, 2) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, 2)
#elif PACKETVER >= 20080408
-packetLen(0x01e9, 34) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, 34)
#elif PACKETVER >= 20080401
-packetLen(0x01e9, 8) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, 8)
#elif PACKETVER >= 20080325
-packetLen(0x01e9, -1) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, -1)
#elif PACKETVER >= 20080318
-packetLen(0x01e9, 8) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, 8)
#elif PACKETVER >= 20080311
-packetLen(0x01e9, 2) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, 2)
#elif PACKETVER >= 20080304
-packetLen(0x01e9, 4) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, 4)
#elif PACKETVER >= 20080226
-packetLen(0x01e9, 12) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, 12)
#elif PACKETVER >= 20080219
-packetLen(0x01e9, -1) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, -1)
#elif PACKETVER >= 20080124
-packetLen(0x01e9, 6) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, 6)
#elif PACKETVER >= 20080102
-packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, 81)
#endif
// Packet: 0x01ea
#if PACKETVER >= 20081217
-packetLen(0x01ea, -1) // ZC_CONGRATULATION
+packetLen(0x01ea, -1)
#elif PACKETVER >= 20081203
-packetLen(0x01ea, 6) // ZC_CONGRATULATION
+packetLen(0x01ea, 6)
#elif PACKETVER >= 20081126
-packetLen(0x01ea, 4) // ZC_CONGRATULATION
+packetLen(0x01ea, 4)
#elif PACKETVER >= 20081112
-packetLen(0x01ea, 6) // ZC_CONGRATULATION
+packetLen(0x01ea, 6)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081105
-packetLen(0x01ea, -1) // ZC_CONGRATULATION
+packetLen(0x01ea, -1)
#elif PACKETVER >= 20081029
-packetLen(0x01ea, 2) // ZC_CONGRATULATION
+packetLen(0x01ea, 2)
#elif PACKETVER >= 20081022
-packetLen(0x01ea, -1) // ZC_CONGRATULATION
+packetLen(0x01ea, -1)
#elif PACKETVER >= 20081015
-packetLen(0x01ea, 39) // ZC_CONGRATULATION
+packetLen(0x01ea, 39)
#elif PACKETVER >= 20081008
-packetLen(0x01ea, 11) // ZC_CONGRATULATION
+packetLen(0x01ea, 11)
#elif PACKETVER >= 20081001
-packetLen(0x01ea, 3) // ZC_CONGRATULATION
+packetLen(0x01ea, 3)
#elif PACKETVER >= 20080924
-packetLen(0x01ea, 8) // ZC_CONGRATULATION
+packetLen(0x01ea, 8)
#elif PACKETVER >= 20080917
-packetLen(0x01ea, 6) // ZC_CONGRATULATION
+packetLen(0x01ea, 6)
#elif PACKETVER >= 20080910
-packetLen(0x01ea, 4) // ZC_CONGRATULATION
+packetLen(0x01ea, 4)
#elif PACKETVER >= 20080806
-packetLen(0x01ea, -1) // ZC_CONGRATULATION
+packetLen(0x01ea, -1)
#elif PACKETVER >= 20080730
-packetLen(0x01ea, 33) // ZC_CONGRATULATION
+packetLen(0x01ea, 33)
#elif PACKETVER >= 20080722
-packetLen(0x01ea, 2) // ZC_CONGRATULATION
+packetLen(0x01ea, 2)
#elif PACKETVER >= 20080708
-packetLen(0x01ea, -1) // ZC_CONGRATULATION
+packetLen(0x01ea, -1)
#elif PACKETVER >= 20080701
-packetLen(0x01ea, 97) // ZC_CONGRATULATION
+packetLen(0x01ea, 97)
#elif PACKETVER >= 20080624
-packetLen(0x01ea, 79) // ZC_CONGRATULATION
+packetLen(0x01ea, 79)
#elif PACKETVER >= 20080617
-packetLen(0x01ea, -1) // ZC_CONGRATULATION
+packetLen(0x01ea, -1)
#elif PACKETVER >= 20080610
-packetLen(0x01ea, 4) // ZC_CONGRATULATION
+packetLen(0x01ea, 4)
#elif PACKETVER >= 20080603
-packetLen(0x01ea, -1) // ZC_CONGRATULATION
+packetLen(0x01ea, -1)
#elif PACKETVER >= 20080528
-packetLen(0x01ea, 2) // ZC_CONGRATULATION
+packetLen(0x01ea, 2)
#elif PACKETVER >= 20080513
-packetLen(0x01ea, -1) // ZC_CONGRATULATION
+packetLen(0x01ea, -1)
#elif PACKETVER >= 20080507
-packetLen(0x01ea, 12) // ZC_CONGRATULATION
+packetLen(0x01ea, 12)
#elif PACKETVER >= 20080429
-packetLen(0x01ea, 22) // ZC_CONGRATULATION
+packetLen(0x01ea, 22)
#elif PACKETVER >= 20080422
-packetLen(0x01ea, -1) // ZC_CONGRATULATION
+packetLen(0x01ea, -1)
#elif PACKETVER >= 20080415
-packetLen(0x01ea, 282) // ZC_CONGRATULATION
+packetLen(0x01ea, 282)
#elif PACKETVER >= 20080401
-packetLen(0x01ea, -1) // ZC_CONGRATULATION
+packetLen(0x01ea, -1)
#elif PACKETVER >= 20080325
-packetLen(0x01ea, 27) // ZC_CONGRATULATION
+packetLen(0x01ea, 27)
#elif PACKETVER >= 20080318
-packetLen(0x01ea, -1) // ZC_CONGRATULATION
+packetLen(0x01ea, -1)
#elif PACKETVER >= 20080311
-packetLen(0x01ea, 6) // ZC_CONGRATULATION
+packetLen(0x01ea, 6)
#elif PACKETVER >= 20080304
-packetLen(0x01ea, 60) // ZC_CONGRATULATION
+packetLen(0x01ea, 60)
#elif PACKETVER >= 20080219
-packetLen(0x01ea, 6) // ZC_CONGRATULATION
+packetLen(0x01ea, 6)
#elif PACKETVER >= 20080124
-packetLen(0x01ea, 10) // ZC_CONGRATULATION
+packetLen(0x01ea, 10)
#elif PACKETVER >= 20080102
-packetLen(0x01ea, 6) // ZC_CONGRATULATION
+packetLen(0x01ea, 6)
#endif
// Packet: 0x01eb
#if PACKETVER >= 20081126
-packetLen(0x01eb, -1) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, -1)
#elif PACKETVER >= 20081119
-packetLen(0x01eb, 2) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, 2)
#elif PACKETVER >= 20081112
-packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, 10)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081022
-packetLen(0x01eb, -1) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, -1)
#elif PACKETVER >= 20081015
-packetLen(0x01eb, 2) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, 2)
#elif PACKETVER >= 20081008
-packetLen(0x01eb, -1) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, -1)
#elif PACKETVER >= 20081001
-packetLen(0x01eb, 30) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, 30)
#elif PACKETVER >= 20080924
-packetLen(0x01eb, -1) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, -1)
#elif PACKETVER >= 20080917
-packetLen(0x01eb, 2) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, 2)
#elif PACKETVER >= 20080910
-packetLen(0x01eb, -1) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, -1)
#elif PACKETVER >= 20080903
-packetLen(0x01eb, 16) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, 16)
#elif PACKETVER >= 20080827
-packetLen(0x01eb, 6) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, 6)
#elif PACKETVER >= 20080820
-packetLen(0x01eb, -1) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, -1)
#elif PACKETVER >= 20080813
-packetLen(0x01eb, 6) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, 6)
#elif PACKETVER >= 20080722
-packetLen(0x01eb, -1) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, -1)
#elif PACKETVER >= 20080715
-packetLen(0x01eb, 16) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, 16)
#elif PACKETVER >= 20080624
-packetLen(0x01eb, -1) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, -1)
#elif PACKETVER >= 20080617
-packetLen(0x01eb, 7) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, 7)
#elif PACKETVER >= 20080610
-packetLen(0x01eb, 4) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, 4)
#elif PACKETVER >= 20080528
-packetLen(0x01eb, -1) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, -1)
#elif PACKETVER >= 20080520
-packetLen(0x01eb, 4) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, 4)
#elif PACKETVER >= 20080513
-packetLen(0x01eb, 30) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, 30)
#elif PACKETVER >= 20080507
-packetLen(0x01eb, 114) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, 114)
#elif PACKETVER >= 20080429
-packetLen(0x01eb, 27) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, 27)
#elif PACKETVER >= 20080422
-packetLen(0x01eb, 30) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, 30)
#elif PACKETVER >= 20080415
-packetLen(0x01eb, 9) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, 9)
#elif PACKETVER >= 20080408
-packetLen(0x01eb, 13) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, 13)
#elif PACKETVER >= 20080401
-packetLen(0x01eb, 5) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, 5)
#elif PACKETVER >= 20080311
-packetLen(0x01eb, -1) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, -1)
#elif PACKETVER >= 20080304
-packetLen(0x01eb, 30) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, 30)
#elif PACKETVER >= 20080226
-packetLen(0x01eb, 11) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, 11)
#elif PACKETVER >= 20080219
-packetLen(0x01eb, 26) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, 26)
#elif PACKETVER >= 20080124
-packetLen(0x01eb, 53) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, 53)
#elif PACKETVER >= 20080102
-packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, 10)
#endif
// Packet: 0x01ec
-packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+packetLen(0x01ec, 26)
// Packet: 0x01ed
#if PACKETVER >= 20081217
-packetLen(0x01ed, 67) // CZ_CHOPOKGI
+packetLen(0x01ed, 67)
#elif PACKETVER >= 20081203
-packetLen(0x01ed, -1) // CZ_CHOPOKGI
+packetLen(0x01ed, -1)
#elif PACKETVER >= 20081126
-packetLen(0x01ed, 5) // CZ_CHOPOKGI
+packetLen(0x01ed, 5)
#elif PACKETVER >= 20081112
-packetLen(0x01ed, 2) // CZ_CHOPOKGI
+packetLen(0x01ed, 2)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081022
-packetLen(0x01ed, -1) // CZ_CHOPOKGI
+packetLen(0x01ed, -1)
#elif PACKETVER >= 20081015
-packetLen(0x01ed, 2) // CZ_CHOPOKGI
+packetLen(0x01ed, 2)
#elif PACKETVER >= 20081008
-packetLen(0x01ed, 8) // CZ_CHOPOKGI
+packetLen(0x01ed, 8)
#elif PACKETVER >= 20081001
-packetLen(0x01ed, -1) // CZ_CHOPOKGI
+packetLen(0x01ed, -1)
#elif PACKETVER >= 20080924
-packetLen(0x01ed, 10) // CZ_CHOPOKGI
+packetLen(0x01ed, 10)
#elif PACKETVER >= 20080917
-packetLen(0x01ed, 8) // CZ_CHOPOKGI
+packetLen(0x01ed, 8)
#elif PACKETVER >= 20080910
-packetLen(0x01ed, 14) // CZ_CHOPOKGI
+packetLen(0x01ed, 14)
#elif PACKETVER >= 20080903
-packetLen(0x01ed, -1) // CZ_CHOPOKGI
+packetLen(0x01ed, -1)
#elif PACKETVER >= 20080827
-packetLen(0x01ed, 4) // CZ_CHOPOKGI
+packetLen(0x01ed, 4)
#elif PACKETVER >= 20080820
-packetLen(0x01ed, 31) // CZ_CHOPOKGI
+packetLen(0x01ed, 31)
#elif PACKETVER >= 20080813
-packetLen(0x01ed, 11) // CZ_CHOPOKGI
+packetLen(0x01ed, 11)
#elif PACKETVER >= 20080806
-packetLen(0x01ed, 27) // CZ_CHOPOKGI
+packetLen(0x01ed, 27)
#elif PACKETVER >= 20080730
-packetLen(0x01ed, 2) // CZ_CHOPOKGI
+packetLen(0x01ed, 2)
#elif PACKETVER >= 20080722
-packetLen(0x01ed, -1) // CZ_CHOPOKGI
+packetLen(0x01ed, -1)
#elif PACKETVER >= 20080715
-packetLen(0x01ed, 15) // CZ_CHOPOKGI
+packetLen(0x01ed, 15)
#elif PACKETVER >= 20080708
-packetLen(0x01ed, 54) // CZ_CHOPOKGI
+packetLen(0x01ed, 54)
#elif PACKETVER >= 20080701
-packetLen(0x01ed, 14) // CZ_CHOPOKGI
+packetLen(0x01ed, 14)
#elif PACKETVER >= 20080624
-packetLen(0x01ed, 6) // CZ_CHOPOKGI
+packetLen(0x01ed, 6)
#elif PACKETVER >= 20080610
-packetLen(0x01ed, -1) // CZ_CHOPOKGI
+packetLen(0x01ed, -1)
#elif PACKETVER >= 20080603
-packetLen(0x01ed, 30) // CZ_CHOPOKGI
+packetLen(0x01ed, 30)
#elif PACKETVER >= 20080528
-packetLen(0x01ed, 4) // CZ_CHOPOKGI
+packetLen(0x01ed, 4)
#elif PACKETVER >= 20080520
-packetLen(0x01ed, -1) // CZ_CHOPOKGI
+packetLen(0x01ed, -1)
#elif PACKETVER >= 20080513
-packetLen(0x01ed, 14) // CZ_CHOPOKGI
+packetLen(0x01ed, 14)
#elif PACKETVER >= 20080507
-packetLen(0x01ed, -1) // CZ_CHOPOKGI
+packetLen(0x01ed, -1)
#elif PACKETVER >= 20080429
-packetLen(0x01ed, 30) // CZ_CHOPOKGI
+packetLen(0x01ed, 30)
#elif PACKETVER >= 20080422
-packetLen(0x01ed, 2) // CZ_CHOPOKGI
+packetLen(0x01ed, 2)
#elif PACKETVER >= 20080415
-packetLen(0x01ed, 3) // CZ_CHOPOKGI
+packetLen(0x01ed, 3)
#elif PACKETVER >= 20080408
-packetLen(0x01ed, 22) // CZ_CHOPOKGI
+packetLen(0x01ed, 22)
#elif PACKETVER >= 20080325
-packetLen(0x01ed, -1) // CZ_CHOPOKGI
+packetLen(0x01ed, -1)
#elif PACKETVER >= 20080318
-packetLen(0x01ed, 10) // CZ_CHOPOKGI
+packetLen(0x01ed, 10)
#elif PACKETVER >= 20080311
-packetLen(0x01ed, 5) // CZ_CHOPOKGI
+packetLen(0x01ed, 5)
#elif PACKETVER >= 20080304
-packetLen(0x01ed, 4) // CZ_CHOPOKGI
+packetLen(0x01ed, 4)
#elif PACKETVER >= 20080226
-packetLen(0x01ed, 10) // CZ_CHOPOKGI
+packetLen(0x01ed, 10)
#elif PACKETVER >= 20080219
-packetLen(0x01ed, 22) // CZ_CHOPOKGI
+packetLen(0x01ed, 22)
#elif PACKETVER >= 20080124
-packetLen(0x01ed, 6) // CZ_CHOPOKGI
+packetLen(0x01ed, 6)
#elif PACKETVER >= 20080102
-packetLen(0x01ed, 2) // CZ_CHOPOKGI
+packetLen(0x01ed, 2)
#endif
// Packet: 0x01ee
#if PACKETVER >= 20081217
-packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, -1)
#elif PACKETVER >= 20081203
-packetLen(0x01ee, 39) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, 39)
#elif PACKETVER >= 20081126
-packetLen(0x01ee, 17) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, 17)
#elif PACKETVER >= 20081112
-packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, -1)
#elif PACKETVER >= 20081105
-packetLen(0x01ee, 10) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, 10)
#elif PACKETVER >= 20081029
-packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, -1)
#elif PACKETVER >= 20081022
-packetLen(0x01ee, 23) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, 23)
#elif PACKETVER >= 20080903
-packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, -1)
#elif PACKETVER >= 20080827
-packetLen(0x01ee, 31) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, 31)
#elif PACKETVER >= 20080820
-packetLen(0x01ee, 10) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, 10)
#elif PACKETVER >= 20080813
-packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, -1)
#elif PACKETVER >= 20080806
-packetLen(0x01ee, 10) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, 10)
#elif PACKETVER >= 20080730
-packetLen(0x01ee, 5) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, 5)
#elif PACKETVER >= 20080715
-packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, -1)
#elif PACKETVER >= 20080708
-packetLen(0x01ee, 23) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, 23)
#elif PACKETVER >= 20080701
-packetLen(0x01ee, 8) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, 8)
#elif PACKETVER >= 20080624
-packetLen(0x01ee, 6) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, 6)
#elif PACKETVER >= 20080617
-packetLen(0x01ee, 23) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, 23)
#elif PACKETVER >= 20080610
-packetLen(0x01ee, 8) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, 8)
#elif PACKETVER >= 20080528
-packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, -1)
#elif PACKETVER >= 20080520
-packetLen(0x01ee, 26) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, 26)
#elif PACKETVER >= 20080513
-packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, -1)
#elif PACKETVER >= 20080507
-packetLen(0x01ee, 2) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, 2)
#elif PACKETVER >= 20080408
-packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, -1)
#elif PACKETVER >= 20080401
-packetLen(0x01ee, 2) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, 2)
#elif PACKETVER >= 20080325
-packetLen(0x01ee, 6) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, 6)
#elif PACKETVER >= 20080318
-packetLen(0x01ee, 71) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, 71)
#elif PACKETVER >= 20080311
-packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, -1)
#elif PACKETVER >= 20080304
-packetLen(0x01ee, 6) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, 6)
#elif PACKETVER >= 20080226
-packetLen(0x01ee, 11) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, 11)
#elif PACKETVER >= 20080219
-packetLen(0x01ee, 8) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, 8)
#elif PACKETVER >= 20080124
-packetLen(0x01ee, 6) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, 6)
#elif PACKETVER >= 20080102
-packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, -1)
#endif
// Packet: 0x01ef
#if PACKETVER >= 20081217
-packetLen(0x01ef, 10) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, 10)
#elif PACKETVER >= 20081126
-packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, -1)
#elif PACKETVER >= 20081119
-packetLen(0x01ef, 10) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, 10)
#elif PACKETVER >= 20081112
-packetLen(0x01ef, 4) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, 4)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x01ef, 24) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, 24)
#elif PACKETVER >= 20081029
-packetLen(0x01ef, 18) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, 18)
#elif PACKETVER >= 20081001
-packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, -1)
#elif PACKETVER >= 20080917
-packetLen(0x01ef, 2) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, 2)
#elif PACKETVER >= 20080910
-packetLen(0x01ef, 90) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, 90)
#elif PACKETVER >= 20080813
-packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, -1)
#elif PACKETVER >= 20080806
-packetLen(0x01ef, 58) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, 58)
#elif PACKETVER >= 20080730
-packetLen(0x01ef, 10) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, 10)
#elif PACKETVER >= 20080722
-packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, -1)
#elif PACKETVER >= 20080715
-packetLen(0x01ef, 3) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, 3)
#elif PACKETVER >= 20080708
-packetLen(0x01ef, 6) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, 6)
#elif PACKETVER >= 20080701
-packetLen(0x01ef, 7) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, 7)
#elif PACKETVER >= 20080624
-packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, -1)
#elif PACKETVER >= 20080617
-packetLen(0x01ef, 10) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, 10)
#elif PACKETVER >= 20080603
-packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, -1)
#elif PACKETVER >= 20080528
-packetLen(0x01ef, 6) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, 6)
#elif PACKETVER >= 20080520
-packetLen(0x01ef, 14) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, 14)
#elif PACKETVER >= 20080513
-packetLen(0x01ef, 8) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, 8)
#elif PACKETVER >= 20080507
-packetLen(0x01ef, 7) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, 7)
#elif PACKETVER >= 20080429
-packetLen(0x01ef, 30) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, 30)
#elif PACKETVER >= 20080422
-packetLen(0x01ef, 16) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, 16)
#elif PACKETVER >= 20080415
-packetLen(0x01ef, 3) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, 3)
#elif PACKETVER >= 20080401
-packetLen(0x01ef, 6) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, 6)
#elif PACKETVER >= 20080325
-packetLen(0x01ef, 29) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, 29)
#elif PACKETVER >= 20080318
-packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, -1)
#elif PACKETVER >= 20080304
-packetLen(0x01ef, 8) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, 8)
#elif PACKETVER >= 20080226
-packetLen(0x01ef, 35) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, 35)
#elif PACKETVER >= 20080124
-packetLen(0x01ef, 6) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, 6)
#elif PACKETVER >= 20080102
-packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, -1)
#endif
// Packet: 0x01f0
#if PACKETVER >= 20081217
-packetLen(0x01f0, 10) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, 10)
#elif PACKETVER >= 20081126
-packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, -1)
#elif PACKETVER >= 20081119
-packetLen(0x01f0, 3) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, 3)
#elif PACKETVER >= 20081112
-packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, -1)
#elif PACKETVER >= 20081105
-packetLen(0x01f0, 3) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, 3)
#elif PACKETVER >= 20081015
-packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, -1)
#elif PACKETVER >= 20081008
-packetLen(0x01f0, 9) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, 9)
#elif PACKETVER >= 20080924
-packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, -1)
#elif PACKETVER >= 20080917
-packetLen(0x01f0, 65) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, 65)
#elif PACKETVER >= 20080903
-packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, -1)
#elif PACKETVER >= 20080827
-packetLen(0x01f0, 12) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, 12)
#elif PACKETVER >= 20080820
-packetLen(0x01f0, 4) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, 4)
#elif PACKETVER >= 20080813
-packetLen(0x01f0, 26) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, 26)
#elif PACKETVER >= 20080730
-packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, -1)
#elif PACKETVER >= 20080722
-packetLen(0x01f0, 4) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, 4)
#elif PACKETVER >= 20080715
-packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, -1)
#elif PACKETVER >= 20080708
-packetLen(0x01f0, 55) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, 55)
#elif PACKETVER >= 20080701
-packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, -1)
#elif PACKETVER >= 20080624
-packetLen(0x01f0, 8) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, 8)
#elif PACKETVER >= 20080617
-packetLen(0x01f0, 16) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, 16)
#elif PACKETVER >= 20080603
-packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, -1)
#elif PACKETVER >= 20080528
-packetLen(0x01f0, 8) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, 8)
#elif PACKETVER >= 20080520
-packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, -1)
#elif PACKETVER >= 20080513
-packetLen(0x01f0, 26) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, 26)
#elif PACKETVER >= 20080507
-packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, -1)
#elif PACKETVER >= 20080429
-packetLen(0x01f0, 7) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, 7)
#elif PACKETVER >= 20080422
-packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, -1)
#elif PACKETVER >= 20080415
-packetLen(0x01f0, 53) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, 53)
#elif PACKETVER >= 20080408
-packetLen(0x01f0, 22) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, 22)
#elif PACKETVER >= 20080401
-packetLen(0x01f0, 44) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, 44)
#elif PACKETVER >= 20080325
-packetLen(0x01f0, 13) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, 13)
#elif PACKETVER >= 20080318
-packetLen(0x01f0, 39) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, 39)
#elif PACKETVER >= 20080311
-packetLen(0x01f0, 4) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, 4)
#elif PACKETVER >= 20080304
-packetLen(0x01f0, 2) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, 2)
#elif PACKETVER >= 20080219
-packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, -1)
#elif PACKETVER >= 20080124
-packetLen(0x01f0, 30) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, 30)
#elif PACKETVER >= 20080102
-packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, -1)
#endif
// Packet: 0x01f1
-packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+packetLen(0x01f1, -1)
// Packet: 0x01f2
#if PACKETVER >= 20081126
-packetLen(0x01f2, -1) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, -1)
#elif PACKETVER >= 20081119
-packetLen(0x01f2, 90) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, 90)
#elif PACKETVER >= 20081112
-packetLen(0x01f2, 42) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, 42)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x01f2, -1) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, -1)
#elif PACKETVER >= 20081029
-packetLen(0x01f2, 6) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, 6)
#elif PACKETVER >= 20081022
-packetLen(0x01f2, 59) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, 59)
#elif PACKETVER >= 20081015
-packetLen(0x01f2, 8) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, 8)
#elif PACKETVER >= 20080924
-packetLen(0x01f2, -1) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, -1)
#elif PACKETVER >= 20080917
-packetLen(0x01f2, 32) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, 32)
#elif PACKETVER >= 20080910
-packetLen(0x01f2, 6) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, 6)
#elif PACKETVER >= 20080903
-packetLen(0x01f2, -1) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, -1)
#elif PACKETVER >= 20080827
-packetLen(0x01f2, 86) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, 86)
#elif PACKETVER >= 20080806
-packetLen(0x01f2, -1) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, -1)
#elif PACKETVER >= 20080730
-packetLen(0x01f2, 3) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, 3)
#elif PACKETVER >= 20080722
-packetLen(0x01f2, 9) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, 9)
#elif PACKETVER >= 20080715
-packetLen(0x01f2, 2) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, 2)
#elif PACKETVER >= 20080708
-packetLen(0x01f2, 30) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, 30)
#elif PACKETVER >= 20080701
-packetLen(0x01f2, 12) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, 12)
#elif PACKETVER >= 20080603
-packetLen(0x01f2, -1) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, -1)
#elif PACKETVER >= 20080528
-packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, 20)
#elif PACKETVER >= 20080513
-packetLen(0x01f2, -1) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, -1)
#elif PACKETVER >= 20080507
-packetLen(0x01f2, 22) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, 22)
#elif PACKETVER >= 20080429
-packetLen(0x01f2, -1) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, -1)
#elif PACKETVER >= 20080422
-packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, 20)
#elif PACKETVER >= 20080415
-packetLen(0x01f2, 8) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, 8)
#elif PACKETVER >= 20080408
-packetLen(0x01f2, 186) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, 186)
#elif PACKETVER >= 20080401
-packetLen(0x01f2, -1) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, -1)
#elif PACKETVER >= 20080325
-packetLen(0x01f2, 6) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, 6)
#elif PACKETVER >= 20080318
-packetLen(0x01f2, 2) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, 2)
#elif PACKETVER >= 20080311
-packetLen(0x01f2, 28) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, 28)
#elif PACKETVER >= 20080304
-packetLen(0x01f2, 26) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, 26)
#elif PACKETVER >= 20080226
-packetLen(0x01f2, 27) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, 27)
#elif PACKETVER >= 20080219
-packetLen(0x01f2, 31) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, 31)
#elif PACKETVER >= 20080124
-packetLen(0x01f2, 14) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, 14)
#elif PACKETVER >= 20080102
-packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, 20)
#endif
// Packet: 0x01f3
-packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+packetLen(0x01f3, 10)
// Packet: 0x01f4
#if PACKETVER >= 20081217
-packetLen(0x01f4, 12) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, 12)
#elif PACKETVER >= 20081203
-packetLen(0x01f4, 2) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, 2)
#elif PACKETVER >= 20081119
-packetLen(0x01f4, -1) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, -1)
#elif PACKETVER >= 20081112
-packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, 32)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081015
-packetLen(0x01f4, -1) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, -1)
#elif PACKETVER >= 20081008
-packetLen(0x01f4, 3) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, 3)
#elif PACKETVER >= 20081001
-packetLen(0x01f4, 10) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, 10)
#elif PACKETVER >= 20080924
-packetLen(0x01f4, -1) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, -1)
#elif PACKETVER >= 20080917
-packetLen(0x01f4, 4) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, 4)
#elif PACKETVER >= 20080910
-packetLen(0x01f4, 10) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, 10)
#elif PACKETVER >= 20080903
-packetLen(0x01f4, 14) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, 14)
#elif PACKETVER >= 20080820
-packetLen(0x01f4, -1) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, -1)
#elif PACKETVER >= 20080813
-packetLen(0x01f4, 53) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, 53)
#elif PACKETVER >= 20080806
-packetLen(0x01f4, 7) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, 7)
#elif PACKETVER >= 20080715
-packetLen(0x01f4, 4) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, 4)
#elif PACKETVER >= 20080708
-packetLen(0x01f4, 6) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, 6)
#elif PACKETVER >= 20080701
-packetLen(0x01f4, -1) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, -1)
#elif PACKETVER >= 20080624
-packetLen(0x01f4, 54) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, 54)
#elif PACKETVER >= 20080610
-packetLen(0x01f4, -1) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, -1)
#elif PACKETVER >= 20080603
-packetLen(0x01f4, 7) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, 7)
#elif PACKETVER >= 20080520
-packetLen(0x01f4, -1) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, -1)
#elif PACKETVER >= 20080513
-packetLen(0x01f4, 67) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, 67)
#elif PACKETVER >= 20080507
-packetLen(0x01f4, -1) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, -1)
#elif PACKETVER >= 20080429
-packetLen(0x01f4, 28) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, 28)
#elif PACKETVER >= 20080422
-packetLen(0x01f4, 22) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, 22)
#elif PACKETVER >= 20080415
-packetLen(0x01f4, 6) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, 6)
#elif PACKETVER >= 20080408
-packetLen(0x01f4, 14) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, 14)
#elif PACKETVER >= 20080401
-packetLen(0x01f4, 6) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, 6)
#elif PACKETVER >= 20080325
-packetLen(0x01f4, 3) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, 3)
#elif PACKETVER >= 20080318
-packetLen(0x01f4, 10) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, 10)
#elif PACKETVER >= 20080311
-packetLen(0x01f4, 7) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, 7)
#elif PACKETVER >= 20080304
-packetLen(0x01f4, 12) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, 12)
#elif PACKETVER >= 20080226
-packetLen(0x01f4, -1) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, -1)
#elif PACKETVER >= 20080124
-packetLen(0x01f4, 6) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, 6)
#elif PACKETVER >= 20080102
-packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, 32)
#endif
// Packet: 0x01f5
#if PACKETVER >= 20081112
-packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, 9)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20080924
-packetLen(0x01f5, -1) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, -1)
#elif PACKETVER >= 20080917
-packetLen(0x01f5, 23) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, 23)
#elif PACKETVER >= 20080910
-packetLen(0x01f5, 102) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, 102)
#elif PACKETVER >= 20080903
-packetLen(0x01f5, 4) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, 4)
#elif PACKETVER >= 20080820
-packetLen(0x01f5, -1) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, -1)
#elif PACKETVER >= 20080813
-packetLen(0x01f5, 4) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, 4)
#elif PACKETVER >= 20080722
-packetLen(0x01f5, -1) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, -1)
#elif PACKETVER >= 20080715
-packetLen(0x01f5, 11) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, 11)
#elif PACKETVER >= 20080624
-packetLen(0x01f5, -1) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, -1)
#elif PACKETVER >= 20080617
-packetLen(0x01f5, 6) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, 6)
#elif PACKETVER >= 20080603
-packetLen(0x01f5, -1) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, -1)
#elif PACKETVER >= 20080528
-packetLen(0x01f5, 60) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, 60)
#elif PACKETVER >= 20080520
-packetLen(0x01f5, 5) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, 5)
#elif PACKETVER >= 20080513
-packetLen(0x01f5, 60) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, 60)
#elif PACKETVER >= 20080507
-packetLen(0x01f5, 4) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, 4)
#elif PACKETVER >= 20080429
-packetLen(0x01f5, -1) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, -1)
#elif PACKETVER >= 20080422
-packetLen(0x01f5, 11) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, 11)
#elif PACKETVER >= 20080415
-packetLen(0x01f5, 4) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, 4)
#elif PACKETVER >= 20080408
-packetLen(0x01f5, -1) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, -1)
#elif PACKETVER >= 20080401
-packetLen(0x01f5, 6) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, 6)
#elif PACKETVER >= 20080325
-packetLen(0x01f5, 14) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, 14)
#elif PACKETVER >= 20080318
-packetLen(0x01f5, 55) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, 55)
#elif PACKETVER >= 20080311
-packetLen(0x01f5, 30) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, 30)
#elif PACKETVER >= 20080304
-packetLen(0x01f5, 3) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, 3)
#elif PACKETVER >= 20080226
-packetLen(0x01f5, 10) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, 10)
#elif PACKETVER >= 20080219
-packetLen(0x01f5, 114) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, 114)
#elif PACKETVER >= 20080124
-packetLen(0x01f5, 7) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, 7)
#elif PACKETVER >= 20080102
-packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, 9)
#endif
// Packet: 0x01f6
-packetLen(0x01f6, 34) // ZC_REQ_BABY
+packetLen(0x01f6, 34)
// Packet: 0x01f7
-packetLen(0x01f7, 14) // CZ_JOIN_BABY
+packetLen(0x01f7, 14)
// Packet: 0x01f8
-packetLen(0x01f8, 2) // ZC_START_BABY
+packetLen(0x01f8, 2)
// Packet: 0x01f9
-packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+packetLen(0x01f9, 6)
// Packet: 0x01fa
-packetLen(0x01fa, 48) // CA_LOGIN3
+packetLen(0x01fa, 48)
// Packet: 0x01fb
-packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+packetLen(0x01fb, 56)
// Packet: 0x01fc
#if PACKETVER >= 20081217
-packetLen(0x01fc, 11) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, 11)
#elif PACKETVER >= 20081203
-packetLen(0x01fc, 15) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, 15)
#elif PACKETVER >= 20081126
-packetLen(0x01fc, 2) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, 2)
#elif PACKETVER >= 20081029
-packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, -1)
#elif PACKETVER >= 20081022
-packetLen(0x01fc, 6) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, 6)
#elif PACKETVER >= 20081015
-packetLen(0x01fc, 44) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, 44)
#elif PACKETVER >= 20081001
-packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, -1)
#elif PACKETVER >= 20080924
-packetLen(0x01fc, 3) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, 3)
#elif PACKETVER >= 20080917
-packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, -1)
#elif PACKETVER >= 20080910
-packetLen(0x01fc, 16) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, 16)
#elif PACKETVER >= 20080903
-packetLen(0x01fc, 27) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, 27)
#elif PACKETVER >= 20080827
-packetLen(0x01fc, 90) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, 90)
#elif PACKETVER >= 20080820
-packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, -1)
#elif PACKETVER >= 20080813
-packetLen(0x01fc, 16) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, 16)
#elif PACKETVER >= 20080806
-packetLen(0x01fc, 30) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, 30)
#elif PACKETVER >= 20080701
-packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, -1)
#elif PACKETVER >= 20080624
-packetLen(0x01fc, 7) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, 7)
#elif PACKETVER >= 20080617
-packetLen(0x01fc, 186) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, 186)
#elif PACKETVER >= 20080610
-packetLen(0x01fc, 10) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, 10)
#elif PACKETVER >= 20080603
-packetLen(0x01fc, 71) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, 71)
#elif PACKETVER >= 20080528
-packetLen(0x01fc, 4) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, 4)
#elif PACKETVER >= 20080520
-packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, -1)
#elif PACKETVER >= 20080513
-packetLen(0x01fc, 26) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, 26)
#elif PACKETVER >= 20080507
-packetLen(0x01fc, 10) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, 10)
#elif PACKETVER >= 20080429
-packetLen(0x01fc, 4) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, 4)
#elif PACKETVER >= 20080422
-packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, -1)
#elif PACKETVER >= 20080415
-packetLen(0x01fc, 10) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, 10)
#elif PACKETVER >= 20080408
-packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, -1)
#elif PACKETVER >= 20080401
-packetLen(0x01fc, 10) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, 10)
#elif PACKETVER >= 20080325
-packetLen(0x01fc, 59) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, 59)
#elif PACKETVER >= 20080318
-packetLen(0x01fc, 7) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, 7)
#elif PACKETVER >= 20080311
-packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, -1)
#elif PACKETVER >= 20080304
-packetLen(0x01fc, 6) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, 6)
#elif PACKETVER >= 20080226
-packetLen(0x01fc, 4) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, 4)
#elif PACKETVER >= 20080219
-packetLen(0x01fc, 282) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, 282)
#elif PACKETVER >= 20080124
-packetLen(0x01fc, 10) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, 10)
#elif PACKETVER >= 20080102
-packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, -1)
#endif
// Packet: 0x01fd
#if PACKETVER >= 20081203
-packetLen(0x01fd, -1) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, -1)
#elif PACKETVER >= 20081126
-packetLen(0x01fd, 32) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 32)
#elif PACKETVER >= 20081119
-packetLen(0x01fd, 20) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 20)
#elif PACKETVER >= 20081112
-packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 15)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x01fd, 2) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 2)
#elif PACKETVER >= 20081029
-packetLen(0x01fd, 8) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 8)
#elif PACKETVER >= 20081001
-packetLen(0x01fd, -1) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, -1)
#elif PACKETVER >= 20080924
-packetLen(0x01fd, 32) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 32)
#elif PACKETVER >= 20080917
-packetLen(0x01fd, 27) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 27)
#elif PACKETVER >= 20080910
-packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 15)
#elif PACKETVER >= 20080903
-packetLen(0x01fd, -1) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, -1)
#elif PACKETVER >= 20080827
-packetLen(0x01fd, 16) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 16)
#elif PACKETVER >= 20080730
-packetLen(0x01fd, -1) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, -1)
#elif PACKETVER >= 20080722
-packetLen(0x01fd, 7) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 7)
#elif PACKETVER >= 20080715
-packetLen(0x01fd, -1) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, -1)
#elif PACKETVER >= 20080708
-packetLen(0x01fd, 2) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 2)
#elif PACKETVER >= 20080701
-packetLen(0x01fd, 13) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 13)
#elif PACKETVER >= 20080617
-packetLen(0x01fd, -1) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, -1)
#elif PACKETVER >= 20080610
-packetLen(0x01fd, 10) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 10)
#elif PACKETVER >= 20080603
-packetLen(0x01fd, -1) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, -1)
#elif PACKETVER >= 20080528
-packetLen(0x01fd, 26) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 26)
#elif PACKETVER >= 20080520
-packetLen(0x01fd, 8) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 8)
#elif PACKETVER >= 20080513
-packetLen(0x01fd, -1) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, -1)
#elif PACKETVER >= 20080507
-packetLen(0x01fd, 6) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 6)
#elif PACKETVER >= 20080429
-packetLen(0x01fd, -1) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, -1)
#elif PACKETVER >= 20080422
-packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 15)
#elif PACKETVER >= 20080415
-packetLen(0x01fd, 54) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 54)
#elif PACKETVER >= 20080408
-packetLen(0x01fd, -1) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, -1)
#elif PACKETVER >= 20080401
-packetLen(0x01fd, 6) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 6)
#elif PACKETVER >= 20080325
-packetLen(0x01fd, 8) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 8)
#elif PACKETVER >= 20080318
-packetLen(0x01fd, 6) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 6)
#elif PACKETVER >= 20080311
-packetLen(0x01fd, 39) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 39)
#elif PACKETVER >= 20080304
-packetLen(0x01fd, 6) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 6)
#elif PACKETVER >= 20080226
-packetLen(0x01fd, 8) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 8)
#elif PACKETVER >= 20080219
-packetLen(0x01fd, 26) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 26)
#elif PACKETVER >= 20080124
-packetLen(0x01fd, -1) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, -1)
#elif PACKETVER >= 20080102
-packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 15)
#endif
// Packet: 0x01fe
#if PACKETVER >= 20081217
-packetLen(0x01fe, 15) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, 15)
#elif PACKETVER >= 20081119
-packetLen(0x01fe, -1) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, -1)
#elif PACKETVER >= 20081112
-packetLen(0x01fe, 8) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, 8)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x01fe, -1) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, -1)
#elif PACKETVER >= 20081029
-packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, 5)
#elif PACKETVER >= 20080924
-packetLen(0x01fe, -1) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, -1)
#elif PACKETVER >= 20080917
-packetLen(0x01fe, 97) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, 97)
#elif PACKETVER >= 20080910
-packetLen(0x01fe, -1) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, -1)
#elif PACKETVER >= 20080903
-packetLen(0x01fe, 8) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, 8)
#elif PACKETVER >= 20080827
-packetLen(0x01fe, -1) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, -1)
#elif PACKETVER >= 20080820
-packetLen(0x01fe, 30) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, 30)
#elif PACKETVER >= 20080813
-packetLen(0x01fe, 20) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, 20)
#elif PACKETVER >= 20080806
-packetLen(0x01fe, 4) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, 4)
#elif PACKETVER >= 20080708
-packetLen(0x01fe, -1) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, -1)
#elif PACKETVER >= 20080701
-packetLen(0x01fe, 30) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, 30)
#elif PACKETVER >= 20080624
-packetLen(0x01fe, -1) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, -1)
#elif PACKETVER >= 20080617
-packetLen(0x01fe, 11) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, 11)
#elif PACKETVER >= 20080610
-packetLen(0x01fe, -1) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, -1)
#elif PACKETVER >= 20080603
-packetLen(0x01fe, 4) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, 4)
#elif PACKETVER >= 20080513
-packetLen(0x01fe, -1) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, -1)
#elif PACKETVER >= 20080507
-packetLen(0x01fe, 7) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, 7)
#elif PACKETVER >= 20080415
-packetLen(0x01fe, -1) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, -1)
#elif PACKETVER >= 20080408
-packetLen(0x01fe, 8) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, 8)
#elif PACKETVER >= 20080401
-packetLen(0x01fe, 54) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, 54)
#elif PACKETVER >= 20080325
-packetLen(0x01fe, -1) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, -1)
#elif PACKETVER >= 20080318
-packetLen(0x01fe, 20) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, 20)
#elif PACKETVER >= 20080311
-packetLen(0x01fe, 18) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, 18)
#elif PACKETVER >= 20080304
-packetLen(0x01fe, 22) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, 22)
#elif PACKETVER >= 20080226
-packetLen(0x01fe, 2) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, 2)
#elif PACKETVER >= 20080219
-packetLen(0x01fe, 13) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, 13)
#elif PACKETVER >= 20080124
-packetLen(0x01fe, 16) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, 16)
#elif PACKETVER >= 20080102
-packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, 5)
#endif
// Packet: 0x01ff
-packetLen(0x01ff, 10) // ZC_HIGHJUMP
+packetLen(0x01ff, 10)
// Packet: 0x0200
-packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+packetLen(0x0200, 26)
// Packet: 0x0201
#if PACKETVER >= 20081217
-packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+packetLen(0x0201, -1)
#elif PACKETVER >= 20081203
-packetLen(0x0201, 8) // ZC_FRIENDS_LIST
+packetLen(0x0201, 8)
#elif PACKETVER >= 20081126
-packetLen(0x0201, 67) // ZC_FRIENDS_LIST
+packetLen(0x0201, 67)
#elif PACKETVER >= 20081119
-packetLen(0x0201, 11) // ZC_FRIENDS_LIST
+packetLen(0x0201, 11)
#elif PACKETVER >= 20081105
-packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+packetLen(0x0201, -1)
#elif PACKETVER >= 20081022
-packetLen(0x0201, 6) // ZC_FRIENDS_LIST
+packetLen(0x0201, 6)
#elif PACKETVER >= 20081015
-packetLen(0x0201, 8) // ZC_FRIENDS_LIST
+packetLen(0x0201, 8)
#elif PACKETVER >= 20080813
-packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+packetLen(0x0201, -1)
#elif PACKETVER >= 20080806
-packetLen(0x0201, 3) // ZC_FRIENDS_LIST
+packetLen(0x0201, 3)
#elif PACKETVER >= 20080715
-packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+packetLen(0x0201, -1)
#elif PACKETVER >= 20080708
-packetLen(0x0201, 22) // ZC_FRIENDS_LIST
+packetLen(0x0201, 22)
#elif PACKETVER >= 20080701
-packetLen(0x0201, 9) // ZC_FRIENDS_LIST
+packetLen(0x0201, 9)
#elif PACKETVER >= 20080624
-packetLen(0x0201, 3) // ZC_FRIENDS_LIST
+packetLen(0x0201, 3)
#elif PACKETVER >= 20080610
-packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+packetLen(0x0201, -1)
#elif PACKETVER >= 20080603
-packetLen(0x0201, 29) // ZC_FRIENDS_LIST
+packetLen(0x0201, 29)
#elif PACKETVER >= 20080528
-packetLen(0x0201, 26) // ZC_FRIENDS_LIST
+packetLen(0x0201, 26)
#elif PACKETVER >= 20080513
-packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+packetLen(0x0201, -1)
#elif PACKETVER >= 20080507
-packetLen(0x0201, 67) // ZC_FRIENDS_LIST
+packetLen(0x0201, 67)
#elif PACKETVER >= 20080429
-packetLen(0x0201, 33) // ZC_FRIENDS_LIST
+packetLen(0x0201, 33)
#elif PACKETVER >= 20080422
-packetLen(0x0201, 68) // ZC_FRIENDS_LIST
+packetLen(0x0201, 68)
#elif PACKETVER >= 20080415
-packetLen(0x0201, 58) // ZC_FRIENDS_LIST
+packetLen(0x0201, 58)
#elif PACKETVER >= 20080408
-packetLen(0x0201, 54) // ZC_FRIENDS_LIST
+packetLen(0x0201, 54)
#elif PACKETVER >= 20080401
-packetLen(0x0201, 7) // ZC_FRIENDS_LIST
+packetLen(0x0201, 7)
#elif PACKETVER >= 20080325
-packetLen(0x0201, 5) // ZC_FRIENDS_LIST
+packetLen(0x0201, 5)
#elif PACKETVER >= 20080318
-packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+packetLen(0x0201, -1)
#elif PACKETVER >= 20080311
-packetLen(0x0201, 11) // ZC_FRIENDS_LIST
+packetLen(0x0201, 11)
#elif PACKETVER >= 20080304
-packetLen(0x0201, 282) // ZC_FRIENDS_LIST
+packetLen(0x0201, 282)
#elif PACKETVER >= 20080226
-packetLen(0x0201, 6) // ZC_FRIENDS_LIST
+packetLen(0x0201, 6)
#elif PACKETVER >= 20080219
-packetLen(0x0201, 7) // ZC_FRIENDS_LIST
+packetLen(0x0201, 7)
#elif PACKETVER >= 20080124
-packetLen(0x0201, 282) // ZC_FRIENDS_LIST
+packetLen(0x0201, 282)
#elif PACKETVER >= 20080102
-packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+packetLen(0x0201, -1)
#endif
// Packet: 0x0202
#if PACKETVER >= 20081217
-packetLen(0x0202, 9) // CZ_ADD_FRIENDS
+packetLen(0x0202, 9)
#elif PACKETVER >= 20081203
-packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+packetLen(0x0202, -1)
#elif PACKETVER >= 20081126
-packetLen(0x0202, 14) // CZ_ADD_FRIENDS
+packetLen(0x0202, 14)
#elif PACKETVER >= 20081119
-packetLen(0x0202, 7) // CZ_ADD_FRIENDS
+packetLen(0x0202, 7)
#elif PACKETVER >= 20081112
-packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+packetLen(0x0202, 26)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081029
-packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+packetLen(0x0202, -1)
#elif PACKETVER >= 20081022
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20081015
-packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+packetLen(0x0202, -1)
#elif PACKETVER >= 20081008
-packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+packetLen(0x0202, 26)
#elif PACKETVER >= 20080910
-packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+packetLen(0x0202, -1)
#elif PACKETVER >= 20080903
-packetLen(0x0202, 9) // CZ_ADD_FRIENDS
+packetLen(0x0202, 9)
#elif PACKETVER >= 20080820
-packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+packetLen(0x0202, -1)
#elif PACKETVER >= 20080813
-packetLen(0x0202, 60) // CZ_ADD_FRIENDS
+packetLen(0x0202, 60)
#elif PACKETVER >= 20080806
-packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+packetLen(0x0202, 26)
#elif PACKETVER >= 20080730
-packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+packetLen(0x0202, -1)
#elif PACKETVER >= 20080722
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20080610
-packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+packetLen(0x0202, -1)
#elif PACKETVER >= 20080603
-packetLen(0x0202, 6) // CZ_ADD_FRIENDS
+packetLen(0x0202, 6)
#elif PACKETVER >= 20080528
-packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+packetLen(0x0202, -1)
#elif PACKETVER >= 20080520
-packetLen(0x0202, 11) // CZ_ADD_FRIENDS
+packetLen(0x0202, 11)
#elif PACKETVER >= 20080513
-packetLen(0x0202, 3) // CZ_ADD_FRIENDS
+packetLen(0x0202, 3)
#elif PACKETVER >= 20080507
-packetLen(0x0202, 19) // CZ_ADD_FRIENDS
+packetLen(0x0202, 19)
#elif PACKETVER >= 20080429
-packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+packetLen(0x0202, -1)
#elif PACKETVER >= 20080422
-packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+packetLen(0x0202, 26)
#elif PACKETVER >= 20080415
-packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+packetLen(0x0202, -1)
#elif PACKETVER >= 20080408
-packetLen(0x0202, 3) // CZ_ADD_FRIENDS
+packetLen(0x0202, 3)
#elif PACKETVER >= 20080325
-packetLen(0x0202, 6) // CZ_ADD_FRIENDS
+packetLen(0x0202, 6)
#elif PACKETVER >= 20080318
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20080311
-packetLen(0x0202, 33) // CZ_ADD_FRIENDS
+packetLen(0x0202, 33)
#elif PACKETVER >= 20080304
-packetLen(0x0202, 11) // CZ_ADD_FRIENDS
+packetLen(0x0202, 11)
#elif PACKETVER >= 20080226
-packetLen(0x0202, 44) // CZ_ADD_FRIENDS
+packetLen(0x0202, 44)
#elif PACKETVER >= 20080219
-packetLen(0x0202, 4) // CZ_ADD_FRIENDS
+packetLen(0x0202, 4)
#elif PACKETVER >= 20080124
-packetLen(0x0202, 10) // CZ_ADD_FRIENDS
+packetLen(0x0202, 10)
#elif PACKETVER >= 20080102
-packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+packetLen(0x0202, 26)
#endif
// Packet: 0x0203
#if PACKETVER >= 20081112
-packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+packetLen(0x0203, 10)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081015
-packetLen(0x0203, -1) // CZ_DELETE_FRIENDS
+packetLen(0x0203, -1)
#elif PACKETVER >= 20081008
-packetLen(0x0203, 6) // CZ_DELETE_FRIENDS
+packetLen(0x0203, 6)
#elif PACKETVER >= 20081001
-packetLen(0x0203, -1) // CZ_DELETE_FRIENDS
+packetLen(0x0203, -1)
#elif PACKETVER >= 20080924
-packetLen(0x0203, 6) // CZ_DELETE_FRIENDS
+packetLen(0x0203, 6)
#elif PACKETVER >= 20080917
-packetLen(0x0203, -1) // CZ_DELETE_FRIENDS
+packetLen(0x0203, -1)
#elif PACKETVER >= 20080910
-packetLen(0x0203, 58) // CZ_DELETE_FRIENDS
+packetLen(0x0203, 58)
#elif PACKETVER >= 20080903
-packetLen(0x0203, 11) // CZ_DELETE_FRIENDS
+packetLen(0x0203, 11)
#elif PACKETVER >= 20080827
-packetLen(0x0203, 6) // CZ_DELETE_FRIENDS
+packetLen(0x0203, 6)
#elif PACKETVER >= 20080813
-packetLen(0x0203, -1) // CZ_DELETE_FRIENDS
+packetLen(0x0203, -1)
#elif PACKETVER >= 20080806
-packetLen(0x0203, 2) // CZ_DELETE_FRIENDS
+packetLen(0x0203, 2)
#elif PACKETVER >= 20080730
-packetLen(0x0203, -1) // CZ_DELETE_FRIENDS
+packetLen(0x0203, -1)
#elif PACKETVER >= 20080722
-packetLen(0x0203, 282) // CZ_DELETE_FRIENDS
+packetLen(0x0203, 282)
#elif PACKETVER >= 20080715
-packetLen(0x0203, -1) // CZ_DELETE_FRIENDS
+packetLen(0x0203, -1)
#elif PACKETVER >= 20080708
-packetLen(0x0203, 4) // CZ_DELETE_FRIENDS
+packetLen(0x0203, 4)
#elif PACKETVER >= 20080701
-packetLen(0x0203, -1) // CZ_DELETE_FRIENDS
+packetLen(0x0203, -1)
#elif PACKETVER >= 20080624
-packetLen(0x0203, 3) // CZ_DELETE_FRIENDS
+packetLen(0x0203, 3)
#elif PACKETVER >= 20080610
-packetLen(0x0203, -1) // CZ_DELETE_FRIENDS
+packetLen(0x0203, -1)
#elif PACKETVER >= 20080603
-packetLen(0x0203, 7) // CZ_DELETE_FRIENDS
+packetLen(0x0203, 7)
#elif PACKETVER >= 20080528
-packetLen(0x0203, 34) // CZ_DELETE_FRIENDS
+packetLen(0x0203, 34)
#elif PACKETVER >= 20080520
-packetLen(0x0203, -1) // CZ_DELETE_FRIENDS
+packetLen(0x0203, -1)
#elif PACKETVER >= 20080513
-packetLen(0x0203, 4) // CZ_DELETE_FRIENDS
+packetLen(0x0203, 4)
#elif PACKETVER >= 20080507
-packetLen(0x0203, 7) // CZ_DELETE_FRIENDS
+packetLen(0x0203, 7)
#elif PACKETVER >= 20080429
-packetLen(0x0203, -1) // CZ_DELETE_FRIENDS
+packetLen(0x0203, -1)
#elif PACKETVER >= 20080422
-packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+packetLen(0x0203, 10)
#elif PACKETVER >= 20080401
-packetLen(0x0203, -1) // CZ_DELETE_FRIENDS
+packetLen(0x0203, -1)
#elif PACKETVER >= 20080325
-packetLen(0x0203, 3) // CZ_DELETE_FRIENDS
+packetLen(0x0203, 3)
#elif PACKETVER >= 20080318
-packetLen(0x0203, 67) // CZ_DELETE_FRIENDS
+packetLen(0x0203, 67)
#elif PACKETVER >= 20080311
-packetLen(0x0203, 60) // CZ_DELETE_FRIENDS
+packetLen(0x0203, 60)
#elif PACKETVER >= 20080304
-packetLen(0x0203, -1) // CZ_DELETE_FRIENDS
+packetLen(0x0203, -1)
#elif PACKETVER >= 20080226
-packetLen(0x0203, 7) // CZ_DELETE_FRIENDS
+packetLen(0x0203, 7)
#elif PACKETVER >= 20080219
-packetLen(0x0203, 4) // CZ_DELETE_FRIENDS
+packetLen(0x0203, 4)
#elif PACKETVER >= 20080124
-packetLen(0x0203, 6) // CZ_DELETE_FRIENDS
+packetLen(0x0203, 6)
#elif PACKETVER >= 20080102
-packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+packetLen(0x0203, 10)
#endif
// Packet: 0x0204
-packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+packetLen(0x0204, 18)
// Packet: 0x0205
-packetLen(0x0205, 26) // ZC_DIVORCE
+packetLen(0x0205, 26)
// Packet: 0x0206
#if PACKETVER >= 20081217
-packetLen(0x0206, 6) // ZC_FRIENDS_STATE
+packetLen(0x0206, 6)
#elif PACKETVER >= 20081203
-packetLen(0x0206, -1) // ZC_FRIENDS_STATE
+packetLen(0x0206, -1)
#elif PACKETVER >= 20081126
-packetLen(0x0206, 3) // ZC_FRIENDS_STATE
+packetLen(0x0206, 3)
#elif PACKETVER >= 20081119
-packetLen(0x0206, 8) // ZC_FRIENDS_STATE
+packetLen(0x0206, 8)
#elif PACKETVER >= 20081112
-packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+packetLen(0x0206, 11)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0206, 44) // ZC_FRIENDS_STATE
+packetLen(0x0206, 44)
#elif PACKETVER >= 20081029
-packetLen(0x0206, 22) // ZC_FRIENDS_STATE
+packetLen(0x0206, 22)
#elif PACKETVER >= 20081001
-packetLen(0x0206, -1) // ZC_FRIENDS_STATE
+packetLen(0x0206, -1)
#elif PACKETVER >= 20080924
-packetLen(0x0206, 8) // ZC_FRIENDS_STATE
+packetLen(0x0206, 8)
#elif PACKETVER >= 20080917
-packetLen(0x0206, 81) // ZC_FRIENDS_STATE
+packetLen(0x0206, 81)
#elif PACKETVER >= 20080910
-packetLen(0x0206, 2) // ZC_FRIENDS_STATE
+packetLen(0x0206, 2)
#elif PACKETVER >= 20080903
-packetLen(0x0206, 65) // ZC_FRIENDS_STATE
+packetLen(0x0206, 65)
#elif PACKETVER >= 20080827
-packetLen(0x0206, 8) // ZC_FRIENDS_STATE
+packetLen(0x0206, 8)
#elif PACKETVER >= 20080813
-packetLen(0x0206, -1) // ZC_FRIENDS_STATE
+packetLen(0x0206, -1)
#elif PACKETVER >= 20080806
-packetLen(0x0206, 8) // ZC_FRIENDS_STATE
+packetLen(0x0206, 8)
#elif PACKETVER >= 20080730
-packetLen(0x0206, 6) // ZC_FRIENDS_STATE
+packetLen(0x0206, 6)
#elif PACKETVER >= 20080722
-packetLen(0x0206, -1) // ZC_FRIENDS_STATE
+packetLen(0x0206, -1)
#elif PACKETVER >= 20080715
-packetLen(0x0206, 282) // ZC_FRIENDS_STATE
+packetLen(0x0206, 282)
#elif PACKETVER >= 20080708
-packetLen(0x0206, -1) // ZC_FRIENDS_STATE
+packetLen(0x0206, -1)
#elif PACKETVER >= 20080701
-packetLen(0x0206, 2) // ZC_FRIENDS_STATE
+packetLen(0x0206, 2)
#elif PACKETVER >= 20080624
-packetLen(0x0206, -1) // ZC_FRIENDS_STATE
+packetLen(0x0206, -1)
#elif PACKETVER >= 20080617
-packetLen(0x0206, 30) // ZC_FRIENDS_STATE
+packetLen(0x0206, 30)
#elif PACKETVER >= 20080603
-packetLen(0x0206, 3) // ZC_FRIENDS_STATE
+packetLen(0x0206, 3)
#elif PACKETVER >= 20080520
-packetLen(0x0206, -1) // ZC_FRIENDS_STATE
+packetLen(0x0206, -1)
#elif PACKETVER >= 20080513
-packetLen(0x0206, 6) // ZC_FRIENDS_STATE
+packetLen(0x0206, 6)
#elif PACKETVER >= 20080429
-packetLen(0x0206, -1) // ZC_FRIENDS_STATE
+packetLen(0x0206, -1)
#elif PACKETVER >= 20080422
-packetLen(0x0206, 7) // ZC_FRIENDS_STATE
+packetLen(0x0206, 7)
#elif PACKETVER >= 20080415
-packetLen(0x0206, 4) // ZC_FRIENDS_STATE
+packetLen(0x0206, 4)
#elif PACKETVER >= 20080408
-packetLen(0x0206, -1) // ZC_FRIENDS_STATE
+packetLen(0x0206, -1)
#elif PACKETVER >= 20080401
-packetLen(0x0206, 59) // ZC_FRIENDS_STATE
+packetLen(0x0206, 59)
#elif PACKETVER >= 20080325
-packetLen(0x0206, -1) // ZC_FRIENDS_STATE
+packetLen(0x0206, -1)
#elif PACKETVER >= 20080318
-packetLen(0x0206, 30) // ZC_FRIENDS_STATE
+packetLen(0x0206, 30)
#elif PACKETVER >= 20080311
-packetLen(0x0206, -1) // ZC_FRIENDS_STATE
+packetLen(0x0206, -1)
#elif PACKETVER >= 20080304
-packetLen(0x0206, 9) // ZC_FRIENDS_STATE
+packetLen(0x0206, 9)
#elif PACKETVER >= 20080226
-packetLen(0x0206, 8) // ZC_FRIENDS_STATE
+packetLen(0x0206, 8)
#elif PACKETVER >= 20080219
-packetLen(0x0206, 7) // ZC_FRIENDS_STATE
+packetLen(0x0206, 7)
#elif PACKETVER >= 20080124
-packetLen(0x0206, -1) // ZC_FRIENDS_STATE
+packetLen(0x0206, -1)
#elif PACKETVER >= 20080102
-packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+packetLen(0x0206, 11)
#endif
// Packet: 0x0207
#if PACKETVER >= 20081112
-packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, 34)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0207, 5) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, 5)
#elif PACKETVER >= 20081015
-packetLen(0x0207, -1) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, -1)
#elif PACKETVER >= 20081008
-packetLen(0x0207, 2) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, 2)
#elif PACKETVER >= 20081001
-packetLen(0x0207, -1) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, -1)
#elif PACKETVER >= 20080924
-packetLen(0x0207, 30) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, 30)
#elif PACKETVER >= 20080910
-packetLen(0x0207, -1) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, -1)
#elif PACKETVER >= 20080903
-packetLen(0x0207, 54) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, 54)
#elif PACKETVER >= 20080820
-packetLen(0x0207, -1) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, -1)
#elif PACKETVER >= 20080813
-packetLen(0x0207, 11) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, 11)
#elif PACKETVER >= 20080806
-packetLen(0x0207, 6) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, 6)
#elif PACKETVER >= 20080730
-packetLen(0x0207, 60) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, 60)
#elif PACKETVER >= 20080722
-packetLen(0x0207, 6) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, 6)
#elif PACKETVER >= 20080715
-packetLen(0x0207, -1) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, -1)
#elif PACKETVER >= 20080708
-packetLen(0x0207, 14) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, 14)
#elif PACKETVER >= 20080701
-packetLen(0x0207, -1) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, -1)
#elif PACKETVER >= 20080624
-packetLen(0x0207, 2) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, 2)
#elif PACKETVER >= 20080617
-packetLen(0x0207, 11) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, 11)
#elif PACKETVER >= 20080610
-packetLen(0x0207, 7) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, 7)
#elif PACKETVER >= 20080528
-packetLen(0x0207, -1) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, -1)
#elif PACKETVER >= 20080520
-packetLen(0x0207, 28) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, 28)
#elif PACKETVER >= 20080513
-packetLen(0x0207, -1) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, -1)
#elif PACKETVER >= 20080507
-packetLen(0x0207, 2) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, 2)
#elif PACKETVER >= 20080429
-packetLen(0x0207, 5) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, 5)
#elif PACKETVER >= 20080422
-packetLen(0x0207, 2) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, 2)
#elif PACKETVER >= 20080408
-packetLen(0x0207, -1) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, -1)
#elif PACKETVER >= 20080401
-packetLen(0x0207, 102) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, 102)
#elif PACKETVER >= 20080325
-packetLen(0x0207, 8) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, 8)
#elif PACKETVER >= 20080318
-packetLen(0x0207, 2) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, 2)
#elif PACKETVER >= 20080311
-packetLen(0x0207, -1) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, -1)
#elif PACKETVER >= 20080304
-packetLen(0x0207, 6) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, 6)
#elif PACKETVER >= 20080226
-packetLen(0x0207, 26) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, 26)
#elif PACKETVER >= 20080219
-packetLen(0x0207, 66) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, 66)
#elif PACKETVER >= 20080124
-packetLen(0x0207, 28) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, 28)
#elif PACKETVER >= 20080102
-packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, 34)
#endif
// Packet: 0x0208
#if PACKETVER >= 20081112
-packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, 14)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081029
-packetLen(0x0208, -1) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, -1)
#elif PACKETVER >= 20081022
-packetLen(0x0208, 27) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, 27)
#elif PACKETVER >= 20081015
-packetLen(0x0208, -1) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, -1)
#elif PACKETVER >= 20081008
-packetLen(0x0208, 3) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, 3)
#elif PACKETVER >= 20081001
-packetLen(0x0208, 6) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, 6)
#elif PACKETVER >= 20080924
-packetLen(0x0208, 18) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, 18)
#elif PACKETVER >= 20080820
-packetLen(0x0208, -1) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, -1)
#elif PACKETVER >= 20080813
-packetLen(0x0208, 3) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, 3)
#elif PACKETVER >= 20080730
-packetLen(0x0208, -1) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, -1)
#elif PACKETVER >= 20080722
-packetLen(0x0208, 2) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, 2)
#elif PACKETVER >= 20080715
-packetLen(0x0208, 12) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, 12)
#elif PACKETVER >= 20080708
-packetLen(0x0208, 16) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, 16)
#elif PACKETVER >= 20080701
-packetLen(0x0208, 2) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, 2)
#elif PACKETVER >= 20080624
-packetLen(0x0208, 6) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, 6)
#elif PACKETVER >= 20080617
-packetLen(0x0208, -1) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, -1)
#elif PACKETVER >= 20080610
-packetLen(0x0208, 15) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, 15)
#elif PACKETVER >= 20080603
-packetLen(0x0208, 10) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, 10)
#elif PACKETVER >= 20080528
-packetLen(0x0208, 26) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, 26)
#elif PACKETVER >= 20080520
-packetLen(0x0208, 10) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, 10)
#elif PACKETVER >= 20080513
-packetLen(0x0208, -1) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, -1)
#elif PACKETVER >= 20080507
-packetLen(0x0208, 60) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, 60)
#elif PACKETVER >= 20080429
-packetLen(0x0208, 6) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, 6)
#elif PACKETVER >= 20080415
-packetLen(0x0208, -1) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, -1)
#elif PACKETVER >= 20080408
-packetLen(0x0208, 5) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, 5)
#elif PACKETVER >= 20080401
-packetLen(0x0208, 22) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, 22)
#elif PACKETVER >= 20080325
-packetLen(0x0208, 6) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, 6)
#elif PACKETVER >= 20080318
-packetLen(0x0208, 10) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, 10)
#elif PACKETVER >= 20080311
-packetLen(0x0208, 6) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, 6)
#elif PACKETVER >= 20080226
-packetLen(0x0208, -1) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, -1)
#elif PACKETVER >= 20080219
-packetLen(0x0208, 71) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, 71)
#elif PACKETVER >= 20080124
-packetLen(0x0208, 65) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, 65)
#elif PACKETVER >= 20080102
-packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, 14)
#endif
// Packet: 0x0209
#if PACKETVER >= 20081112
-packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, 36)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0209, -1) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, -1)
#elif PACKETVER >= 20081029
-packetLen(0x0209, 4) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, 4)
#elif PACKETVER >= 20081022
-packetLen(0x0209, 10) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, 10)
#elif PACKETVER >= 20081015
-packetLen(0x0209, 4) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, 4)
#elif PACKETVER >= 20081001
-packetLen(0x0209, -1) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, -1)
#elif PACKETVER >= 20080924
-packetLen(0x0209, 3) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, 3)
#elif PACKETVER >= 20080917
-packetLen(0x0209, -1) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, -1)
#elif PACKETVER >= 20080910
-packetLen(0x0209, 12) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, 12)
#elif PACKETVER >= 20080827
-packetLen(0x0209, -1) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, -1)
#elif PACKETVER >= 20080820
-packetLen(0x0209, 20) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, 20)
#elif PACKETVER >= 20080730
-packetLen(0x0209, -1) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, -1)
#elif PACKETVER >= 20080722
-packetLen(0x0209, 5) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, 5)
#elif PACKETVER >= 20080715
-packetLen(0x0209, 8) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, 8)
#elif PACKETVER >= 20080708
-packetLen(0x0209, 6) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, 6)
#elif PACKETVER >= 20080701
-packetLen(0x0209, -1) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, -1)
#elif PACKETVER >= 20080624
-packetLen(0x0209, 9) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, 9)
#elif PACKETVER >= 20080617
-packetLen(0x0209, -1) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, -1)
#elif PACKETVER >= 20080610
-packetLen(0x0209, 6) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, 6)
#elif PACKETVER >= 20080603
-packetLen(0x0209, -1) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, -1)
#elif PACKETVER >= 20080528
-packetLen(0x0209, 39) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, 39)
#elif PACKETVER >= 20080520
-packetLen(0x0209, 6) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, 6)
#elif PACKETVER >= 20080513
-packetLen(0x0209, 8) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, 8)
#elif PACKETVER >= 20080507
-packetLen(0x0209, 5) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, 5)
#elif PACKETVER >= 20080429
-packetLen(0x0209, -1) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, -1)
#elif PACKETVER >= 20080422
-packetLen(0x0209, 18) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, 18)
#elif PACKETVER >= 20080415
-packetLen(0x0209, -1) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, -1)
#elif PACKETVER >= 20080408
-packetLen(0x0209, 6) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, 6)
#elif PACKETVER >= 20080401
-packetLen(0x0209, 10) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, 10)
#elif PACKETVER >= 20080325
-packetLen(0x0209, 3) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, 3)
#elif PACKETVER >= 20080318
-packetLen(0x0209, 4) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, 4)
#elif PACKETVER >= 20080311
-packetLen(0x0209, 10) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, 10)
#elif PACKETVER >= 20080304
-packetLen(0x0209, -1) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, -1)
#elif PACKETVER >= 20080226
-packetLen(0x0209, 6) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, 6)
#elif PACKETVER >= 20080219
-packetLen(0x0209, 30) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, 30)
#elif PACKETVER >= 20080124
-packetLen(0x0209, 10) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, 10)
#elif PACKETVER >= 20080102
-packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, 36)
#endif
// Packet: 0x020a
#if PACKETVER >= 20081217
-packetLen(0x020a, 4) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 4)
#elif PACKETVER >= 20081119
-packetLen(0x020a, -1) // ZC_DELETE_FRIENDS
+packetLen(0x020a, -1)
#elif PACKETVER >= 20081112
-packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 10)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081029
-packetLen(0x020a, -1) // ZC_DELETE_FRIENDS
+packetLen(0x020a, -1)
#elif PACKETVER >= 20081022
-packetLen(0x020a, 7) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 7)
#elif PACKETVER >= 20081015
-packetLen(0x020a, -1) // ZC_DELETE_FRIENDS
+packetLen(0x020a, -1)
#elif PACKETVER >= 20081008
-packetLen(0x020a, 5) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 5)
#elif PACKETVER >= 20081001
-packetLen(0x020a, 27) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 27)
#elif PACKETVER >= 20080924
-packetLen(0x020a, 4) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 4)
#elif PACKETVER >= 20080917
-packetLen(0x020a, -1) // ZC_DELETE_FRIENDS
+packetLen(0x020a, -1)
#elif PACKETVER >= 20080910
-packetLen(0x020a, 7) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 7)
#elif PACKETVER >= 20080903
-packetLen(0x020a, -1) // ZC_DELETE_FRIENDS
+packetLen(0x020a, -1)
#elif PACKETVER >= 20080827
-packetLen(0x020a, 7) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 7)
#elif PACKETVER >= 20080820
-packetLen(0x020a, 29) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 29)
#elif PACKETVER >= 20080813
-packetLen(0x020a, -1) // ZC_DELETE_FRIENDS
+packetLen(0x020a, -1)
#elif PACKETVER >= 20080730
-packetLen(0x020a, 3) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 3)
#elif PACKETVER >= 20080722
-packetLen(0x020a, 6) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 6)
#elif PACKETVER >= 20080715
-packetLen(0x020a, 30) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 30)
#elif PACKETVER >= 20080701
-packetLen(0x020a, -1) // ZC_DELETE_FRIENDS
+packetLen(0x020a, -1)
#elif PACKETVER >= 20080624
-packetLen(0x020a, 68) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 68)
#elif PACKETVER >= 20080617
-packetLen(0x020a, -1) // ZC_DELETE_FRIENDS
+packetLen(0x020a, -1)
#elif PACKETVER >= 20080610
-packetLen(0x020a, 186) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 186)
#elif PACKETVER >= 20080603
-packetLen(0x020a, 11) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 11)
#elif PACKETVER >= 20080528
-packetLen(0x020a, 32) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 32)
#elif PACKETVER >= 20080520
-packetLen(0x020a, 30) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 30)
#elif PACKETVER >= 20080513
-packetLen(0x020a, 2) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 2)
#elif PACKETVER >= 20080507
-packetLen(0x020a, 71) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 71)
#elif PACKETVER >= 20080422
-packetLen(0x020a, -1) // ZC_DELETE_FRIENDS
+packetLen(0x020a, -1)
#elif PACKETVER >= 20080415
-packetLen(0x020a, 6) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 6)
#elif PACKETVER >= 20080408
-packetLen(0x020a, -1) // ZC_DELETE_FRIENDS
+packetLen(0x020a, -1)
#elif PACKETVER >= 20080401
-packetLen(0x020a, 14) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 14)
#elif PACKETVER >= 20080325
-packetLen(0x020a, 13) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 13)
#elif PACKETVER >= 20080318
-packetLen(0x020a, 7) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 7)
#elif PACKETVER >= 20080311
-packetLen(0x020a, 6) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 6)
#elif PACKETVER >= 20080304
-packetLen(0x020a, 11) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 11)
#elif PACKETVER >= 20080226
-packetLen(0x020a, -1) // ZC_DELETE_FRIENDS
+packetLen(0x020a, -1)
#elif PACKETVER >= 20080219
-packetLen(0x020a, 20) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 20)
#elif PACKETVER >= 20080124
-packetLen(0x020a, 2) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 2)
#elif PACKETVER >= 20080102
-packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 10)
#endif
// Packet: 0x020d
-packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+packetLen(0x020d, -1)
// Packet: 0x020e
#if PACKETVER >= 20081217
-packetLen(0x020e, 6) // ZC_STARSKILL
+packetLen(0x020e, 6)
#elif PACKETVER >= 20081203
-packetLen(0x020e, -1) // ZC_STARSKILL
+packetLen(0x020e, -1)
#elif PACKETVER >= 20081126
-packetLen(0x020e, 10) // ZC_STARSKILL
+packetLen(0x020e, 10)
#elif PACKETVER >= 20081112
-packetLen(0x020e, 32) // ZC_STARSKILL
+packetLen(0x020e, 32)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081029
-packetLen(0x020e, -1) // ZC_STARSKILL
+packetLen(0x020e, -1)
#elif PACKETVER >= 20081022
-packetLen(0x020e, 67) // ZC_STARSKILL
+packetLen(0x020e, 67)
#elif PACKETVER >= 20081015
-packetLen(0x020e, -1) // ZC_STARSKILL
+packetLen(0x020e, -1)
#elif PACKETVER >= 20081001
-packetLen(0x020e, 2) // ZC_STARSKILL
+packetLen(0x020e, 2)
#elif PACKETVER >= 20080910
-packetLen(0x020e, -1) // ZC_STARSKILL
+packetLen(0x020e, -1)
#elif PACKETVER >= 20080903
-packetLen(0x020e, 30) // ZC_STARSKILL
+packetLen(0x020e, 30)
#elif PACKETVER >= 20080827
-packetLen(0x020e, -1) // ZC_STARSKILL
+packetLen(0x020e, -1)
#elif PACKETVER >= 20080820
-packetLen(0x020e, 4) // ZC_STARSKILL
+packetLen(0x020e, 4)
#elif PACKETVER >= 20080813
-packetLen(0x020e, 6) // ZC_STARSKILL
+packetLen(0x020e, 6)
#elif PACKETVER >= 20080806
-packetLen(0x020e, 2) // ZC_STARSKILL
+packetLen(0x020e, 2)
#elif PACKETVER >= 20080730
-packetLen(0x020e, 3) // ZC_STARSKILL
+packetLen(0x020e, 3)
#elif PACKETVER >= 20080722
-packetLen(0x020e, -1) // ZC_STARSKILL
+packetLen(0x020e, -1)
#elif PACKETVER >= 20080715
-packetLen(0x020e, 2) // ZC_STARSKILL
+packetLen(0x020e, 2)
#elif PACKETVER >= 20080708
-packetLen(0x020e, -1) // ZC_STARSKILL
+packetLen(0x020e, -1)
#elif PACKETVER >= 20080701
-packetLen(0x020e, 10) // ZC_STARSKILL
+packetLen(0x020e, 10)
#elif PACKETVER >= 20080624
-packetLen(0x020e, 5) // ZC_STARSKILL
+packetLen(0x020e, 5)
#elif PACKETVER >= 20080603
-packetLen(0x020e, -1) // ZC_STARSKILL
+packetLen(0x020e, -1)
#elif PACKETVER >= 20080528
-packetLen(0x020e, 7) // ZC_STARSKILL
+packetLen(0x020e, 7)
#elif PACKETVER >= 20080520
-packetLen(0x020e, -1) // ZC_STARSKILL
+packetLen(0x020e, -1)
#elif PACKETVER >= 20080513
-packetLen(0x020e, 32) // ZC_STARSKILL
+packetLen(0x020e, 32)
#elif PACKETVER >= 20080507
-packetLen(0x020e, -1) // ZC_STARSKILL
+packetLen(0x020e, -1)
#elif PACKETVER >= 20080429
-packetLen(0x020e, 54) // ZC_STARSKILL
+packetLen(0x020e, 54)
#elif PACKETVER >= 20080415
-packetLen(0x020e, 4) // ZC_STARSKILL
+packetLen(0x020e, 4)
#elif PACKETVER >= 20080408
-packetLen(0x020e, 3) // ZC_STARSKILL
+packetLen(0x020e, 3)
#elif PACKETVER >= 20080401
-packetLen(0x020e, 6) // ZC_STARSKILL
+packetLen(0x020e, 6)
#elif PACKETVER >= 20080318
-packetLen(0x020e, -1) // ZC_STARSKILL
+packetLen(0x020e, -1)
#elif PACKETVER >= 20080311
-packetLen(0x020e, 6) // ZC_STARSKILL
+packetLen(0x020e, 6)
#elif PACKETVER >= 20080304
-packetLen(0x020e, 27) // ZC_STARSKILL
+packetLen(0x020e, 27)
#elif PACKETVER >= 20080226
-packetLen(0x020e, -1) // ZC_STARSKILL
+packetLen(0x020e, -1)
#elif PACKETVER >= 20080219
-packetLen(0x020e, 8) // ZC_STARSKILL
+packetLen(0x020e, 8)
#elif PACKETVER >= 20080124
-packetLen(0x020e, 102) // ZC_STARSKILL
+packetLen(0x020e, 102)
#elif PACKETVER >= 20080102
-packetLen(0x020e, 32) // ZC_STARSKILL
+packetLen(0x020e, 32)
#endif
// Packet: 0x0212
-packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+packetLen(0x0212, 26)
// Packet: 0x0213
-packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+packetLen(0x0213, 26)
// Packet: 0x0214
-packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+packetLen(0x0214, 42)
// Packet: 0x0215
-packetLen(0x0215, 6) // ZC_SKILLMSG
+packetLen(0x0215, 6)
// Packet: 0x0216
-packetLen(0x0216, 6) // ZC_BABYMSG
+packetLen(0x0216, 6)
// Packet: 0x0217
#if PACKETVER >= 20081126
-packetLen(0x0217, -1) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, -1)
#elif PACKETVER >= 20081119
-packetLen(0x0217, 28) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 28)
#elif PACKETVER >= 20081112
-packetLen(0x0217, 30) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 30)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0217, 10) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 10)
#elif PACKETVER >= 20081008
-packetLen(0x0217, -1) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, -1)
#elif PACKETVER >= 20081001
-packetLen(0x0217, 7) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 7)
#elif PACKETVER >= 20080924
-packetLen(0x0217, -1) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, -1)
#elif PACKETVER >= 20080917
-packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 2)
#elif PACKETVER >= 20080903
-packetLen(0x0217, -1) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, -1)
#elif PACKETVER >= 20080827
-packetLen(0x0217, 26) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 26)
#elif PACKETVER >= 20080820
-packetLen(0x0217, 55) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 55)
#elif PACKETVER >= 20080806
-packetLen(0x0217, -1) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, -1)
#elif PACKETVER >= 20080730
-packetLen(0x0217, 7) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 7)
#elif PACKETVER >= 20080722
-packetLen(0x0217, -1) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, -1)
#elif PACKETVER >= 20080715
-packetLen(0x0217, 54) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 54)
#elif PACKETVER >= 20080708
-packetLen(0x0217, -1) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, -1)
#elif PACKETVER >= 20080701
-packetLen(0x0217, 7) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 7)
#elif PACKETVER >= 20080617
-packetLen(0x0217, 4) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 4)
#elif PACKETVER >= 20080610
-packetLen(0x0217, 53) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 53)
#elif PACKETVER >= 20080603
-packetLen(0x0217, 6) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 6)
#elif PACKETVER >= 20080528
-packetLen(0x0217, -1) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, -1)
#elif PACKETVER >= 20080520
-packetLen(0x0217, 8) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 8)
#elif PACKETVER >= 20080513
-packetLen(0x0217, 65) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 65)
#elif PACKETVER >= 20080507
-packetLen(0x0217, 8) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 8)
#elif PACKETVER >= 20080429
-packetLen(0x0217, 15) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 15)
#elif PACKETVER >= 20080422
-packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 2)
#elif PACKETVER >= 20080415
-packetLen(0x0217, 8) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 8)
#elif PACKETVER >= 20080408
-packetLen(0x0217, -1) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, -1)
#elif PACKETVER >= 20080401
-packetLen(0x0217, 13) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 13)
#elif PACKETVER >= 20080325
-packetLen(0x0217, -1) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, -1)
#elif PACKETVER >= 20080318
-packetLen(0x0217, 4) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 4)
#elif PACKETVER >= 20080311
-packetLen(0x0217, 26) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 26)
#elif PACKETVER >= 20080304
-packetLen(0x0217, 44) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 44)
#elif PACKETVER >= 20080226
-packetLen(0x0217, 5) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 5)
#elif PACKETVER >= 20080219
-packetLen(0x0217, -1) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, -1)
#elif PACKETVER >= 20080124
-packetLen(0x0217, 3) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 3)
#elif PACKETVER >= 20080102
-packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 2)
#endif
// Packet: 0x0218
#if PACKETVER >= 20081203
-packetLen(0x0218, -1) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, -1)
#elif PACKETVER >= 20081126
-packetLen(0x0218, 102) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, 102)
#elif PACKETVER >= 20081119
-packetLen(0x0218, 13) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, 13)
#elif PACKETVER >= 20081112
-packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, 2)
#elif PACKETVER >= 20081105
-packetLen(0x0218, 30) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, 30)
#elif PACKETVER >= 20081015
-packetLen(0x0218, -1) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, -1)
#elif PACKETVER >= 20081008
-packetLen(0x0218, 3) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, 3)
#elif PACKETVER >= 20080917
-packetLen(0x0218, -1) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, -1)
#elif PACKETVER >= 20080910
-packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, 2)
#elif PACKETVER >= 20080820
-packetLen(0x0218, -1) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, -1)
#elif PACKETVER >= 20080813
-packetLen(0x0218, 11) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, 11)
#elif PACKETVER >= 20080806
-packetLen(0x0218, -1) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, -1)
#elif PACKETVER >= 20080730
-packetLen(0x0218, 4) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, 4)
#elif PACKETVER >= 20080722
-packetLen(0x0218, 33) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, 33)
#elif PACKETVER >= 20080715
-packetLen(0x0218, 8) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, 8)
#elif PACKETVER >= 20080701
-packetLen(0x0218, -1) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, -1)
#elif PACKETVER >= 20080624
-packetLen(0x0218, 10) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, 10)
#elif PACKETVER >= 20080617
-packetLen(0x0218, 68) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, 68)
#elif PACKETVER >= 20080610
-packetLen(0x0218, 30) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, 30)
#elif PACKETVER >= 20080603
-packetLen(0x0218, 5) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, 5)
#elif PACKETVER >= 20080520
-packetLen(0x0218, -1) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, -1)
#elif PACKETVER >= 20080513
-packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, 2)
#elif PACKETVER >= 20080507
-packetLen(0x0218, -1) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, -1)
#elif PACKETVER >= 20080429
-packetLen(0x0218, 18) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, 18)
#elif PACKETVER >= 20080422
-packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, 2)
#elif PACKETVER >= 20080408
-packetLen(0x0218, -1) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, -1)
#elif PACKETVER >= 20080401
-packetLen(0x0218, 67) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, 67)
#elif PACKETVER >= 20080325
-packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, 2)
#elif PACKETVER >= 20080318
-packetLen(0x0218, 6) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, 6)
#elif PACKETVER >= 20080311
-packetLen(0x0218, 14) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, 14)
#elif PACKETVER >= 20080304
-packetLen(0x0218, 4) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, 4)
#elif PACKETVER >= 20080226
-packetLen(0x0218, 8) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, 8)
#elif PACKETVER >= 20080219
-packetLen(0x0218, 26) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, 26)
#elif PACKETVER >= 20080124
-packetLen(0x0218, 6) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, 6)
#elif PACKETVER >= 20080102
-packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, 2)
#endif
// Packet: 0x0219
#if PACKETVER >= 20081217
-packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 282)
#elif PACKETVER >= 20081203
-packetLen(0x0219, 26) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 26)
#elif PACKETVER >= 20081119
-packetLen(0x0219, 8) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 8)
#elif PACKETVER >= 20081112
-packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 282)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0219, 5) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 5)
#elif PACKETVER >= 20081015
-packetLen(0x0219, -1) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, -1)
#elif PACKETVER >= 20081008
-packetLen(0x0219, 6) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 6)
#elif PACKETVER >= 20080924
-packetLen(0x0219, -1) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, -1)
#elif PACKETVER >= 20080917
-packetLen(0x0219, 2) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 2)
#elif PACKETVER >= 20080910
-packetLen(0x0219, 4) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 4)
#elif PACKETVER >= 20080903
-packetLen(0x0219, 8) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 8)
#elif PACKETVER >= 20080827
-packetLen(0x0219, -1) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, -1)
#elif PACKETVER >= 20080820
-packetLen(0x0219, 5) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 5)
#elif PACKETVER >= 20080813
-packetLen(0x0219, 186) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 186)
#elif PACKETVER >= 20080722
-packetLen(0x0219, -1) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, -1)
#elif PACKETVER >= 20080715
-packetLen(0x0219, 6) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 6)
#elif PACKETVER >= 20080624
-packetLen(0x0219, -1) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, -1)
#elif PACKETVER >= 20080617
-packetLen(0x0219, 8) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 8)
#elif PACKETVER >= 20080610
-packetLen(0x0219, 6) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 6)
#elif PACKETVER >= 20080603
-packetLen(0x0219, 4) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 4)
#elif PACKETVER >= 20080528
-packetLen(0x0219, 30) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 30)
#elif PACKETVER >= 20080513
-packetLen(0x0219, 6) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 6)
#elif PACKETVER >= 20080507
-packetLen(0x0219, 12) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 12)
#elif PACKETVER >= 20080429
-packetLen(0x0219, 6) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 6)
#elif PACKETVER >= 20080422
-packetLen(0x0219, -1) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, -1)
#elif PACKETVER >= 20080415
-packetLen(0x0219, 9) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 9)
#elif PACKETVER >= 20080408
-packetLen(0x0219, 28) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 28)
#elif PACKETVER >= 20080401
-packetLen(0x0219, 4) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 4)
#elif PACKETVER >= 20080325
-packetLen(0x0219, 15) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 15)
#elif PACKETVER >= 20080318
-packetLen(0x0219, -1) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, -1)
#elif PACKETVER >= 20080311
-packetLen(0x0219, 6) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 6)
#elif PACKETVER >= 20080304
-packetLen(0x0219, 3) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 3)
#elif PACKETVER >= 20080226
-packetLen(0x0219, -1) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, -1)
#elif PACKETVER >= 20080219
-packetLen(0x0219, 17) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 17)
#elif PACKETVER >= 20080124
-packetLen(0x0219, 8) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 8)
#elif PACKETVER >= 20080102
-packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 282)
#endif
// Packet: 0x021a
#if PACKETVER >= 20081217
-packetLen(0x021a, -1) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, -1)
#elif PACKETVER >= 20081203
-packetLen(0x021a, 13) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, 13)
#elif PACKETVER >= 20081126
-packetLen(0x021a, -1) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, -1)
#elif PACKETVER >= 20081119
-packetLen(0x021a, 60) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, 60)
#elif PACKETVER >= 20081112
-packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, 282)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x021a, -1) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, -1)
#elif PACKETVER >= 20081029
-packetLen(0x021a, 10) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, 10)
#elif PACKETVER >= 20081022
-packetLen(0x021a, 9) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, 9)
#elif PACKETVER >= 20080917
-packetLen(0x021a, -1) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, -1)
#elif PACKETVER >= 20080910
-packetLen(0x021a, 26) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, 26)
#elif PACKETVER >= 20080813
-packetLen(0x021a, -1) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, -1)
#elif PACKETVER >= 20080806
-packetLen(0x021a, 3) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, 3)
#elif PACKETVER >= 20080730
-packetLen(0x021a, 39) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, 39)
#elif PACKETVER >= 20080715
-packetLen(0x021a, -1) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, -1)
#elif PACKETVER >= 20080708
-packetLen(0x021a, 79) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, 79)
#elif PACKETVER >= 20080701
-packetLen(0x021a, 6) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, 6)
#elif PACKETVER >= 20080624
-packetLen(0x021a, 11) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, 11)
#elif PACKETVER >= 20080617
-packetLen(0x021a, 97) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, 97)
#elif PACKETVER >= 20080610
-packetLen(0x021a, 23) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, 23)
#elif PACKETVER >= 20080603
-packetLen(0x021a, 30) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, 30)
#elif PACKETVER >= 20080528
-packetLen(0x021a, 26) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, 26)
#elif PACKETVER >= 20080513
-packetLen(0x021a, -1) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, -1)
#elif PACKETVER >= 20080507
-packetLen(0x021a, 3) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, 3)
#elif PACKETVER >= 20080429
-packetLen(0x021a, -1) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, -1)
#elif PACKETVER >= 20080422
-packetLen(0x021a, 16) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, 16)
#elif PACKETVER >= 20080408
-packetLen(0x021a, -1) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, -1)
#elif PACKETVER >= 20080401
-packetLen(0x021a, 11) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, 11)
#elif PACKETVER >= 20080325
-packetLen(0x021a, 8) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, 8)
#elif PACKETVER >= 20080318
-packetLen(0x021a, 6) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, 6)
#elif PACKETVER >= 20080311
-packetLen(0x021a, 8) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, 8)
#elif PACKETVER >= 20080304
-packetLen(0x021a, 5) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, 5)
#elif PACKETVER >= 20080226
-packetLen(0x021a, 30) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, 30)
#elif PACKETVER >= 20080219
-packetLen(0x021a, -1) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, -1)
#elif PACKETVER >= 20080124
-packetLen(0x021a, 10) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, 10)
#elif PACKETVER >= 20080102
-packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, 282)
#endif
// Packet: 0x021b
#if PACKETVER >= 20081217
-packetLen(0x021b, 28) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, 28)
#elif PACKETVER >= 20081203
-packetLen(0x021b, 14) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, 14)
#elif PACKETVER >= 20081119
-packetLen(0x021b, -1) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, -1)
#elif PACKETVER >= 20081112
-packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, 10)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081105
-packetLen(0x021b, 3) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, 3)
#elif PACKETVER >= 20081008
-packetLen(0x021b, -1) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, -1)
#elif PACKETVER >= 20081001
-packetLen(0x021b, 58) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, 58)
#elif PACKETVER >= 20080903
-packetLen(0x021b, -1) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, -1)
#elif PACKETVER >= 20080827
-packetLen(0x021b, 33) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, 33)
#elif PACKETVER >= 20080820
-packetLen(0x021b, 7) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, 7)
#elif PACKETVER >= 20080813
-packetLen(0x021b, -1) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, -1)
#elif PACKETVER >= 20080806
-packetLen(0x021b, 26) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, 26)
#elif PACKETVER >= 20080730
-packetLen(0x021b, -1) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, -1)
#elif PACKETVER >= 20080722
-packetLen(0x021b, 22) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, 22)
#elif PACKETVER >= 20080715
-packetLen(0x021b, 29) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, 29)
#elif PACKETVER >= 20080701
-packetLen(0x021b, -1) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, -1)
#elif PACKETVER >= 20080624
-packetLen(0x021b, 4) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, 4)
#elif PACKETVER >= 20080617
-packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, 10)
#elif PACKETVER >= 20080610
-packetLen(0x021b, -1) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, -1)
#elif PACKETVER >= 20080603
-packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, 10)
#elif PACKETVER >= 20080520
-packetLen(0x021b, -1) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, -1)
#elif PACKETVER >= 20080513
-packetLen(0x021b, 4) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, 4)
#elif PACKETVER >= 20080507
-packetLen(0x021b, 8) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, 8)
#elif PACKETVER >= 20080429
-packetLen(0x021b, 2) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, 2)
#elif PACKETVER >= 20080422
-packetLen(0x021b, 44) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, 44)
#elif PACKETVER >= 20080415
-packetLen(0x021b, -1) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, -1)
#elif PACKETVER >= 20080408
-packetLen(0x021b, 9) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, 9)
#elif PACKETVER >= 20080401
-packetLen(0x021b, 6) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, 6)
#elif PACKETVER >= 20080325
-packetLen(0x021b, 11) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, 11)
#elif PACKETVER >= 20080318
-packetLen(0x021b, 3) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, 3)
#elif PACKETVER >= 20080311
-packetLen(0x021b, 15) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, 15)
#elif PACKETVER >= 20080304
-packetLen(0x021b, 14) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, 14)
#elif PACKETVER >= 20080226
-packetLen(0x021b, 6) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, 6)
#elif PACKETVER >= 20080219
-packetLen(0x021b, 15) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, 15)
#elif PACKETVER >= 20080124
-packetLen(0x021b, 54) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, 54)
#elif PACKETVER >= 20080102
-packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, 10)
#endif
// Packet: 0x021c
#if PACKETVER >= 20081119
-packetLen(0x021c, -1) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, -1)
#elif PACKETVER >= 20081112
-packetLen(0x021c, 33) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, 33)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x021c, -1) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, -1)
#elif PACKETVER >= 20081029
-packetLen(0x021c, 6) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, 6)
#elif PACKETVER >= 20081008
-packetLen(0x021c, -1) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, -1)
#elif PACKETVER >= 20081001
-packetLen(0x021c, 39) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, 39)
#elif PACKETVER >= 20080917
-packetLen(0x021c, -1) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, -1)
#elif PACKETVER >= 20080910
-packetLen(0x021c, 9) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, 9)
#elif PACKETVER >= 20080827
-packetLen(0x021c, -1) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, -1)
#elif PACKETVER >= 20080820
-packetLen(0x021c, 26) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, 26)
#elif PACKETVER >= 20080730
-packetLen(0x021c, -1) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, -1)
#elif PACKETVER >= 20080722
-packetLen(0x021c, 4) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, 4)
#elif PACKETVER >= 20080715
-packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, 10)
#elif PACKETVER >= 20080617
-packetLen(0x021c, -1) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, -1)
#elif PACKETVER >= 20080610
-packetLen(0x021c, 8) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, 8)
#elif PACKETVER >= 20080603
-packetLen(0x021c, 13) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, 13)
#elif PACKETVER >= 20080528
-packetLen(0x021c, -1) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, -1)
#elif PACKETVER >= 20080520
-packetLen(0x021c, 2) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, 2)
#elif PACKETVER >= 20080513
-packetLen(0x021c, 5) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, 5)
#elif PACKETVER >= 20080507
-packetLen(0x021c, 8) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, 8)
#elif PACKETVER >= 20080429
-packetLen(0x021c, 18) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, 18)
#elif PACKETVER >= 20080422
-packetLen(0x021c, 3) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, 3)
#elif PACKETVER >= 20080415
-packetLen(0x021c, 5) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, 5)
#elif PACKETVER >= 20080408
-packetLen(0x021c, -1) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, -1)
#elif PACKETVER >= 20080401
-packetLen(0x021c, 4) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, 4)
#elif PACKETVER >= 20080325
-packetLen(0x021c, 102) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, 102)
#elif PACKETVER >= 20080318
-packetLen(0x021c, -1) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, -1)
#elif PACKETVER >= 20080311
-packetLen(0x021c, 6) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, 6)
#elif PACKETVER >= 20080304
-packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, 10)
#elif PACKETVER >= 20080226
-packetLen(0x021c, 4) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, 4)
#elif PACKETVER >= 20080219
-packetLen(0x021c, -1) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, -1)
#elif PACKETVER >= 20080124
-packetLen(0x021c, 30) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, 30)
#elif PACKETVER >= 20080102
-packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, 10)
#endif
// Packet: 0x021d
-packetLen(0x021d, 6) // CZ_LESSEFFECT
+packetLen(0x021d, 6)
// Packet: 0x021e
-packetLen(0x021e, 6) // ZC_LESSEFFECT
+packetLen(0x021e, 6)
// Packet: 0x021f
-packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+packetLen(0x021f, 66)
// Packet: 0x0220
-packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+packetLen(0x0220, 10)
// Packet: 0x0221
-packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+packetLen(0x0221, -1)
// Packet: 0x0222
-packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+packetLen(0x0222, 6)
// Packet: 0x0223
-packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+packetLen(0x0223, 8)
// Packet: 0x0224
#if PACKETVER >= 20081217
-packetLen(0x0224, 60) // ZC_TAEKWON_POINT
+packetLen(0x0224, 60)
#elif PACKETVER >= 20081203
-packetLen(0x0224, -1) // ZC_TAEKWON_POINT
+packetLen(0x0224, -1)
#elif PACKETVER >= 20081126
-packetLen(0x0224, 26) // ZC_TAEKWON_POINT
+packetLen(0x0224, 26)
#elif PACKETVER >= 20081112
-packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+packetLen(0x0224, 10)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0224, -1) // ZC_TAEKWON_POINT
+packetLen(0x0224, -1)
#elif PACKETVER >= 20081029
-packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+packetLen(0x0224, 10)
#elif PACKETVER >= 20081022
-packetLen(0x0224, -1) // ZC_TAEKWON_POINT
+packetLen(0x0224, -1)
#elif PACKETVER >= 20081015
-packetLen(0x0224, 11) // ZC_TAEKWON_POINT
+packetLen(0x0224, 11)
#elif PACKETVER >= 20081008
-packetLen(0x0224, 282) // ZC_TAEKWON_POINT
+packetLen(0x0224, 282)
#elif PACKETVER >= 20081001
-packetLen(0x0224, -1) // ZC_TAEKWON_POINT
+packetLen(0x0224, -1)
#elif PACKETVER >= 20080924
-packetLen(0x0224, 6) // ZC_TAEKWON_POINT
+packetLen(0x0224, 6)
#elif PACKETVER >= 20080917
-packetLen(0x0224, -1) // ZC_TAEKWON_POINT
+packetLen(0x0224, -1)
#elif PACKETVER >= 20080910
-packetLen(0x0224, 66) // ZC_TAEKWON_POINT
+packetLen(0x0224, 66)
#elif PACKETVER >= 20080903
-packetLen(0x0224, -1) // ZC_TAEKWON_POINT
+packetLen(0x0224, -1)
#elif PACKETVER >= 20080827
-packetLen(0x0224, 42) // ZC_TAEKWON_POINT
+packetLen(0x0224, 42)
#elif PACKETVER >= 20080820
-packetLen(0x0224, 4) // ZC_TAEKWON_POINT
+packetLen(0x0224, 4)
#elif PACKETVER >= 20080813
-packetLen(0x0224, -1) // ZC_TAEKWON_POINT
+packetLen(0x0224, -1)
#elif PACKETVER >= 20080806
-packetLen(0x0224, 17) // ZC_TAEKWON_POINT
+packetLen(0x0224, 17)
#elif PACKETVER >= 20080730
-packetLen(0x0224, -1) // ZC_TAEKWON_POINT
+packetLen(0x0224, -1)
#elif PACKETVER >= 20080722
-packetLen(0x0224, 11) // ZC_TAEKWON_POINT
+packetLen(0x0224, 11)
#elif PACKETVER >= 20080715
-packetLen(0x0224, 8) // ZC_TAEKWON_POINT
+packetLen(0x0224, 8)
#elif PACKETVER >= 20080708
-packetLen(0x0224, -1) // ZC_TAEKWON_POINT
+packetLen(0x0224, -1)
#elif PACKETVER >= 20080701
-packetLen(0x0224, 4) // ZC_TAEKWON_POINT
+packetLen(0x0224, 4)
#elif PACKETVER >= 20080624
-packetLen(0x0224, 42) // ZC_TAEKWON_POINT
+packetLen(0x0224, 42)
#elif PACKETVER >= 20080610
-packetLen(0x0224, 4) // ZC_TAEKWON_POINT
+packetLen(0x0224, 4)
#elif PACKETVER >= 20080603
-packetLen(0x0224, 14) // ZC_TAEKWON_POINT
+packetLen(0x0224, 14)
#elif PACKETVER >= 20080528
-packetLen(0x0224, 9) // ZC_TAEKWON_POINT
+packetLen(0x0224, 9)
#elif PACKETVER >= 20080520
-packetLen(0x0224, -1) // ZC_TAEKWON_POINT
+packetLen(0x0224, -1)
#elif PACKETVER >= 20080513
-packetLen(0x0224, 3) // ZC_TAEKWON_POINT
+packetLen(0x0224, 3)
#elif PACKETVER >= 20080507
-packetLen(0x0224, -1) // ZC_TAEKWON_POINT
+packetLen(0x0224, -1)
#elif PACKETVER >= 20080429
-packetLen(0x0224, 6) // ZC_TAEKWON_POINT
+packetLen(0x0224, 6)
#elif PACKETVER >= 20080422
-packetLen(0x0224, 8) // ZC_TAEKWON_POINT
+packetLen(0x0224, 8)
#elif PACKETVER >= 20080415
-packetLen(0x0224, 27) // ZC_TAEKWON_POINT
+packetLen(0x0224, 27)
#elif PACKETVER >= 20080408
-packetLen(0x0224, 81) // ZC_TAEKWON_POINT
+packetLen(0x0224, 81)
#elif PACKETVER >= 20080401
-packetLen(0x0224, 6) // ZC_TAEKWON_POINT
+packetLen(0x0224, 6)
#elif PACKETVER >= 20080325
-packetLen(0x0224, 2) // ZC_TAEKWON_POINT
+packetLen(0x0224, 2)
#elif PACKETVER >= 20080318
-packetLen(0x0224, 6) // ZC_TAEKWON_POINT
+packetLen(0x0224, 6)
#elif PACKETVER >= 20080311
-packetLen(0x0224, 20) // ZC_TAEKWON_POINT
+packetLen(0x0224, 20)
#elif PACKETVER >= 20080304
-packetLen(0x0224, 6) // ZC_TAEKWON_POINT
+packetLen(0x0224, 6)
#elif PACKETVER >= 20080226
-packetLen(0x0224, 2) // ZC_TAEKWON_POINT
+packetLen(0x0224, 2)
#elif PACKETVER >= 20080219
-packetLen(0x0224, 12) // ZC_TAEKWON_POINT
+packetLen(0x0224, 12)
#elif PACKETVER >= 20080124
-packetLen(0x0224, 9) // ZC_TAEKWON_POINT
+packetLen(0x0224, 9)
#elif PACKETVER >= 20080102
-packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+packetLen(0x0224, 10)
#endif
// Packet: 0x0225
#if PACKETVER >= 20081203
-packetLen(0x0225, -1) // CZ_TAEKWON_RANK
+packetLen(0x0225, -1)
#elif PACKETVER >= 20081126
-packetLen(0x0225, 23) // CZ_TAEKWON_RANK
+packetLen(0x0225, 23)
#elif PACKETVER >= 20081119
-packetLen(0x0225, -1) // CZ_TAEKWON_RANK
+packetLen(0x0225, -1)
#elif PACKETVER >= 20081112
-packetLen(0x0225, 28) // CZ_TAEKWON_RANK
+packetLen(0x0225, 28)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081022
-packetLen(0x0225, -1) // CZ_TAEKWON_RANK
+packetLen(0x0225, -1)
#elif PACKETVER >= 20081015
-packetLen(0x0225, 10) // CZ_TAEKWON_RANK
+packetLen(0x0225, 10)
#elif PACKETVER >= 20081001
-packetLen(0x0225, -1) // CZ_TAEKWON_RANK
+packetLen(0x0225, -1)
#elif PACKETVER >= 20080924
-packetLen(0x0225, 5) // CZ_TAEKWON_RANK
+packetLen(0x0225, 5)
#elif PACKETVER >= 20080917
-packetLen(0x0225, 10) // CZ_TAEKWON_RANK
+packetLen(0x0225, 10)
#elif PACKETVER >= 20080813
-packetLen(0x0225, -1) // CZ_TAEKWON_RANK
+packetLen(0x0225, -1)
#elif PACKETVER >= 20080806
-packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+packetLen(0x0225, 2)
#elif PACKETVER >= 20080730
-packetLen(0x0225, -1) // CZ_TAEKWON_RANK
+packetLen(0x0225, -1)
#elif PACKETVER >= 20080722
-packetLen(0x0225, 6) // CZ_TAEKWON_RANK
+packetLen(0x0225, 6)
#elif PACKETVER >= 20080701
-packetLen(0x0225, -1) // CZ_TAEKWON_RANK
+packetLen(0x0225, -1)
#elif PACKETVER >= 20080624
-packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+packetLen(0x0225, 2)
#elif PACKETVER >= 20080617
-packetLen(0x0225, 7) // CZ_TAEKWON_RANK
+packetLen(0x0225, 7)
#elif PACKETVER >= 20080610
-packetLen(0x0225, 32) // CZ_TAEKWON_RANK
+packetLen(0x0225, 32)
#elif PACKETVER >= 20080603
-packetLen(0x0225, 14) // CZ_TAEKWON_RANK
+packetLen(0x0225, 14)
#elif PACKETVER >= 20080520
-packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+packetLen(0x0225, 2)
#elif PACKETVER >= 20080513
-packetLen(0x0225, 10) // CZ_TAEKWON_RANK
+packetLen(0x0225, 10)
#elif PACKETVER >= 20080507
-packetLen(0x0225, 9) // CZ_TAEKWON_RANK
+packetLen(0x0225, 9)
#elif PACKETVER >= 20080429
-packetLen(0x0225, 3) // CZ_TAEKWON_RANK
+packetLen(0x0225, 3)
#elif PACKETVER >= 20080422
-packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+packetLen(0x0225, 2)
#elif PACKETVER >= 20080415
-packetLen(0x0225, 4) // CZ_TAEKWON_RANK
+packetLen(0x0225, 4)
#elif PACKETVER >= 20080408
-packetLen(0x0225, 3) // CZ_TAEKWON_RANK
+packetLen(0x0225, 3)
#elif PACKETVER >= 20080401
-packetLen(0x0225, 5) // CZ_TAEKWON_RANK
+packetLen(0x0225, 5)
#elif PACKETVER >= 20080325
-packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+packetLen(0x0225, 2)
#elif PACKETVER >= 20080318
-packetLen(0x0225, 5) // CZ_TAEKWON_RANK
+packetLen(0x0225, 5)
#elif PACKETVER >= 20080311
-packetLen(0x0225, 29) // CZ_TAEKWON_RANK
+packetLen(0x0225, 29)
#elif PACKETVER >= 20080304
-packetLen(0x0225, 10) // CZ_TAEKWON_RANK
+packetLen(0x0225, 10)
#elif PACKETVER >= 20080226
-packetLen(0x0225, 3) // CZ_TAEKWON_RANK
+packetLen(0x0225, 3)
#elif PACKETVER >= 20080124
-packetLen(0x0225, 6) // CZ_TAEKWON_RANK
+packetLen(0x0225, 6)
#elif PACKETVER >= 20080102
-packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+packetLen(0x0225, 2)
#endif
// Packet: 0x0226
#if PACKETVER >= 20081217
-packetLen(0x0226, 102) // ZC_TAEKWON_RANK
+packetLen(0x0226, 102)
#elif PACKETVER >= 20081203
-packetLen(0x0226, 7) // ZC_TAEKWON_RANK
+packetLen(0x0226, 7)
#elif PACKETVER >= 20081112
-packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+packetLen(0x0226, 282)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081029
-packetLen(0x0226, -1) // ZC_TAEKWON_RANK
+packetLen(0x0226, -1)
#elif PACKETVER >= 20081022
-packetLen(0x0226, 5) // ZC_TAEKWON_RANK
+packetLen(0x0226, 5)
#elif PACKETVER >= 20081008
-packetLen(0x0226, -1) // ZC_TAEKWON_RANK
+packetLen(0x0226, -1)
#elif PACKETVER >= 20081001
-packetLen(0x0226, 3) // ZC_TAEKWON_RANK
+packetLen(0x0226, 3)
#elif PACKETVER >= 20080903
-packetLen(0x0226, -1) // ZC_TAEKWON_RANK
+packetLen(0x0226, -1)
#elif PACKETVER >= 20080827
-packetLen(0x0226, 65) // ZC_TAEKWON_RANK
+packetLen(0x0226, 65)
#elif PACKETVER >= 20080820
-packetLen(0x0226, -1) // ZC_TAEKWON_RANK
+packetLen(0x0226, -1)
#elif PACKETVER >= 20080813
-packetLen(0x0226, 8) // ZC_TAEKWON_RANK
+packetLen(0x0226, 8)
#elif PACKETVER >= 20080806
-packetLen(0x0226, 43) // ZC_TAEKWON_RANK
+packetLen(0x0226, 43)
#elif PACKETVER >= 20080722
-packetLen(0x0226, -1) // ZC_TAEKWON_RANK
+packetLen(0x0226, -1)
#elif PACKETVER >= 20080715
-packetLen(0x0226, 2) // ZC_TAEKWON_RANK
+packetLen(0x0226, 2)
#elif PACKETVER >= 20080708
-packetLen(0x0226, 6) // ZC_TAEKWON_RANK
+packetLen(0x0226, 6)
#elif PACKETVER >= 20080624
-packetLen(0x0226, -1) // ZC_TAEKWON_RANK
+packetLen(0x0226, -1)
#elif PACKETVER >= 20080617
-packetLen(0x0226, 3) // ZC_TAEKWON_RANK
+packetLen(0x0226, 3)
#elif PACKETVER >= 20080610
-packetLen(0x0226, -1) // ZC_TAEKWON_RANK
+packetLen(0x0226, -1)
#elif PACKETVER >= 20080603
-packetLen(0x0226, 2) // ZC_TAEKWON_RANK
+packetLen(0x0226, 2)
#elif PACKETVER >= 20080528
-packetLen(0x0226, 36) // ZC_TAEKWON_RANK
+packetLen(0x0226, 36)
#elif PACKETVER >= 20080422
-packetLen(0x0226, -1) // ZC_TAEKWON_RANK
+packetLen(0x0226, -1)
#elif PACKETVER >= 20080415
-packetLen(0x0226, 2) // ZC_TAEKWON_RANK
+packetLen(0x0226, 2)
#elif PACKETVER >= 20080408
-packetLen(0x0226, 30) // ZC_TAEKWON_RANK
+packetLen(0x0226, 30)
#elif PACKETVER >= 20080401
-packetLen(0x0226, 2) // ZC_TAEKWON_RANK
+packetLen(0x0226, 2)
#elif PACKETVER >= 20080325
-packetLen(0x0226, 9) // ZC_TAEKWON_RANK
+packetLen(0x0226, 9)
#elif PACKETVER >= 20080318
-packetLen(0x0226, 3) // ZC_TAEKWON_RANK
+packetLen(0x0226, 3)
#elif PACKETVER >= 20080311
-packetLen(0x0226, 22) // ZC_TAEKWON_RANK
+packetLen(0x0226, 22)
#elif PACKETVER >= 20080226
-packetLen(0x0226, 3) // ZC_TAEKWON_RANK
+packetLen(0x0226, 3)
#elif PACKETVER >= 20080219
-packetLen(0x0226, 42) // ZC_TAEKWON_RANK
+packetLen(0x0226, 42)
#elif PACKETVER >= 20080124
-packetLen(0x0226, 4) // ZC_TAEKWON_RANK
+packetLen(0x0226, 4)
#elif PACKETVER >= 20080102
-packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+packetLen(0x0226, 282)
#endif
// Packet: 0x0227
#if PACKETVER >= 20081217
-packetLen(0x0227, -1) // ZC_GAME_GUARD
+packetLen(0x0227, -1)
#elif PACKETVER >= 20081203
-packetLen(0x0227, 68) // ZC_GAME_GUARD
+packetLen(0x0227, 68)
#elif PACKETVER >= 20081126
-packetLen(0x0227, 39) // ZC_GAME_GUARD
+packetLen(0x0227, 39)
#elif PACKETVER >= 20081119
-packetLen(0x0227, -1) // ZC_GAME_GUARD
+packetLen(0x0227, -1)
#elif PACKETVER >= 20081112
-packetLen(0x0227, 26) // ZC_GAME_GUARD
+packetLen(0x0227, 26)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081015
-packetLen(0x0227, -1) // ZC_GAME_GUARD
+packetLen(0x0227, -1)
#elif PACKETVER >= 20081008
-packetLen(0x0227, 4) // ZC_GAME_GUARD
+packetLen(0x0227, 4)
#elif PACKETVER >= 20081001
-packetLen(0x0227, -1) // ZC_GAME_GUARD
+packetLen(0x0227, -1)
#elif PACKETVER >= 20080924
-packetLen(0x0227, 9) // ZC_GAME_GUARD
+packetLen(0x0227, 9)
#elif PACKETVER >= 20080917
-packetLen(0x0227, -1) // ZC_GAME_GUARD
+packetLen(0x0227, -1)
#elif PACKETVER >= 20080910
-packetLen(0x0227, 11) // ZC_GAME_GUARD
+packetLen(0x0227, 11)
#elif PACKETVER >= 20080903
-packetLen(0x0227, -1) // ZC_GAME_GUARD
+packetLen(0x0227, -1)
#elif PACKETVER >= 20080827
-packetLen(0x0227, 6) // ZC_GAME_GUARD
+packetLen(0x0227, 6)
#elif PACKETVER >= 20080820
-packetLen(0x0227, 36) // ZC_GAME_GUARD
+packetLen(0x0227, 36)
#elif PACKETVER >= 20080813
-packetLen(0x0227, 2) // ZC_GAME_GUARD
+packetLen(0x0227, 2)
#elif PACKETVER >= 20080708
-packetLen(0x0227, -1) // ZC_GAME_GUARD
+packetLen(0x0227, -1)
#elif PACKETVER >= 20080701
-packetLen(0x0227, 2) // ZC_GAME_GUARD
+packetLen(0x0227, 2)
#elif PACKETVER >= 20080617
-packetLen(0x0227, -1) // ZC_GAME_GUARD
+packetLen(0x0227, -1)
#elif PACKETVER >= 20080610
-packetLen(0x0227, 10) // ZC_GAME_GUARD
+packetLen(0x0227, 10)
#elif PACKETVER >= 20080603
-packetLen(0x0227, 6) // ZC_GAME_GUARD
+packetLen(0x0227, 6)
#elif PACKETVER >= 20080528
-packetLen(0x0227, -1) // ZC_GAME_GUARD
+packetLen(0x0227, -1)
#elif PACKETVER >= 20080520
-packetLen(0x0227, 10) // ZC_GAME_GUARD
+packetLen(0x0227, 10)
#elif PACKETVER >= 20080513
-packetLen(0x0227, 4) // ZC_GAME_GUARD
+packetLen(0x0227, 4)
#elif PACKETVER >= 20080507
-packetLen(0x0227, -1) // ZC_GAME_GUARD
+packetLen(0x0227, -1)
#elif PACKETVER >= 20080429
-packetLen(0x0227, 26) // ZC_GAME_GUARD
+packetLen(0x0227, 26)
#elif PACKETVER >= 20080422
-packetLen(0x0227, 8) // ZC_GAME_GUARD
+packetLen(0x0227, 8)
#elif PACKETVER >= 20080415
-packetLen(0x0227, 2) // ZC_GAME_GUARD
+packetLen(0x0227, 2)
#elif PACKETVER >= 20080408
-packetLen(0x0227, -1) // ZC_GAME_GUARD
+packetLen(0x0227, -1)
#elif PACKETVER >= 20080325
-packetLen(0x0227, 6) // ZC_GAME_GUARD
+packetLen(0x0227, 6)
#elif PACKETVER >= 20080318
-packetLen(0x0227, 15) // ZC_GAME_GUARD
+packetLen(0x0227, 15)
#elif PACKETVER >= 20080311
-packetLen(0x0227, 7) // ZC_GAME_GUARD
+packetLen(0x0227, 7)
#elif PACKETVER >= 20080304
-packetLen(0x0227, 2) // ZC_GAME_GUARD
+packetLen(0x0227, 2)
#elif PACKETVER >= 20080226
-packetLen(0x0227, 31) // ZC_GAME_GUARD
+packetLen(0x0227, 31)
#elif PACKETVER >= 20080219
-packetLen(0x0227, 4) // ZC_GAME_GUARD
+packetLen(0x0227, 4)
#elif PACKETVER >= 20080124
-packetLen(0x0227, -1) // ZC_GAME_GUARD
+packetLen(0x0227, -1)
#elif PACKETVER >= 20080102
-packetLen(0x0227, 18) // ZC_GAME_GUARD
+packetLen(0x0227, 18)
#endif
// Packet: 0x0228
-packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+packetLen(0x0228, 18)
// Packet: 0x0229
#if PACKETVER >= 20081217
-packetLen(0x0229, -1) // ZC_STATE_CHANGE3
+packetLen(0x0229, -1)
#elif PACKETVER >= 20081203
-packetLen(0x0229, 18) // ZC_STATE_CHANGE3
+packetLen(0x0229, 18)
#elif PACKETVER >= 20081126
-packetLen(0x0229, 7) // ZC_STATE_CHANGE3
+packetLen(0x0229, 7)
#elif PACKETVER >= 20081119
-packetLen(0x0229, 11) // ZC_STATE_CHANGE3
+packetLen(0x0229, 11)
#elif PACKETVER >= 20081112
-packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+packetLen(0x0229, 15)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0229, 2) // ZC_STATE_CHANGE3
+packetLen(0x0229, 2)
#elif PACKETVER >= 20081029
-packetLen(0x0229, 6) // ZC_STATE_CHANGE3
+packetLen(0x0229, 6)
#elif PACKETVER >= 20081022
-packetLen(0x0229, 2) // ZC_STATE_CHANGE3
+packetLen(0x0229, 2)
#elif PACKETVER >= 20081015
-packetLen(0x0229, 6) // ZC_STATE_CHANGE3
+packetLen(0x0229, 6)
#elif PACKETVER >= 20081008
-packetLen(0x0229, -1) // ZC_STATE_CHANGE3
+packetLen(0x0229, -1)
#elif PACKETVER >= 20081001
-packetLen(0x0229, 6) // ZC_STATE_CHANGE3
+packetLen(0x0229, 6)
#elif PACKETVER >= 20080910
-packetLen(0x0229, -1) // ZC_STATE_CHANGE3
+packetLen(0x0229, -1)
#elif PACKETVER >= 20080903
-packetLen(0x0229, 10) // ZC_STATE_CHANGE3
+packetLen(0x0229, 10)
#elif PACKETVER >= 20080820
-packetLen(0x0229, -1) // ZC_STATE_CHANGE3
+packetLen(0x0229, -1)
#elif PACKETVER >= 20080813
-packetLen(0x0229, 3) // ZC_STATE_CHANGE3
+packetLen(0x0229, 3)
#elif PACKETVER >= 20080806
-packetLen(0x0229, 8) // ZC_STATE_CHANGE3
+packetLen(0x0229, 8)
#elif PACKETVER >= 20080730
-packetLen(0x0229, 12) // ZC_STATE_CHANGE3
+packetLen(0x0229, 12)
#elif PACKETVER >= 20080715
-packetLen(0x0229, -1) // ZC_STATE_CHANGE3
+packetLen(0x0229, -1)
#elif PACKETVER >= 20080708
-packetLen(0x0229, 20) // ZC_STATE_CHANGE3
+packetLen(0x0229, 20)
#elif PACKETVER >= 20080701
-packetLen(0x0229, -1) // ZC_STATE_CHANGE3
+packetLen(0x0229, -1)
#elif PACKETVER >= 20080624
-packetLen(0x0229, 2) // ZC_STATE_CHANGE3
+packetLen(0x0229, 2)
#elif PACKETVER >= 20080617
-packetLen(0x0229, -1) // ZC_STATE_CHANGE3
+packetLen(0x0229, -1)
#elif PACKETVER >= 20080610
-packetLen(0x0229, 21) // ZC_STATE_CHANGE3
+packetLen(0x0229, 21)
#elif PACKETVER >= 20080603
-packetLen(0x0229, -1) // ZC_STATE_CHANGE3
+packetLen(0x0229, -1)
#elif PACKETVER >= 20080528
-packetLen(0x0229, 2) // ZC_STATE_CHANGE3
+packetLen(0x0229, 2)
#elif PACKETVER >= 20080520
-packetLen(0x0229, 31) // ZC_STATE_CHANGE3
+packetLen(0x0229, 31)
#elif PACKETVER >= 20080507
-packetLen(0x0229, 5) // ZC_STATE_CHANGE3
+packetLen(0x0229, 5)
#elif PACKETVER >= 20080429
-packetLen(0x0229, 2) // ZC_STATE_CHANGE3
+packetLen(0x0229, 2)
#elif PACKETVER >= 20080422
-packetLen(0x0229, 3) // ZC_STATE_CHANGE3
+packetLen(0x0229, 3)
#elif PACKETVER >= 20080415
-packetLen(0x0229, 7) // ZC_STATE_CHANGE3
+packetLen(0x0229, 7)
#elif PACKETVER >= 20080408
-packetLen(0x0229, 5) // ZC_STATE_CHANGE3
+packetLen(0x0229, 5)
#elif PACKETVER >= 20080401
-packetLen(0x0229, -1) // ZC_STATE_CHANGE3
+packetLen(0x0229, -1)
#elif PACKETVER >= 20080325
-packetLen(0x0229, 6) // ZC_STATE_CHANGE3
+packetLen(0x0229, 6)
#elif PACKETVER >= 20080318
-packetLen(0x0229, -1) // ZC_STATE_CHANGE3
+packetLen(0x0229, -1)
#elif PACKETVER >= 20080311
-packetLen(0x0229, 22) // ZC_STATE_CHANGE3
+packetLen(0x0229, 22)
#elif PACKETVER >= 20080304
-packetLen(0x0229, 33) // ZC_STATE_CHANGE3
+packetLen(0x0229, 33)
#elif PACKETVER >= 20080226
-packetLen(0x0229, 182) // ZC_STATE_CHANGE3
+packetLen(0x0229, 182)
#elif PACKETVER >= 20080219
-packetLen(0x0229, 6) // ZC_STATE_CHANGE3
+packetLen(0x0229, 6)
#elif PACKETVER >= 20080124
-packetLen(0x0229, 22) // ZC_STATE_CHANGE3
+packetLen(0x0229, 22)
#elif PACKETVER >= 20080102
-packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+packetLen(0x0229, 15)
#endif
// Packet: 0x022a
#if PACKETVER >= 20081217
-packetLen(0x022a, 30) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 30)
#elif PACKETVER >= 20081126
-packetLen(0x022a, -1) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, -1)
#elif PACKETVER >= 20081119
-packetLen(0x022a, 8) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 8)
#elif PACKETVER >= 20081112
-packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 58)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081105
-packetLen(0x022a, -1) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, -1)
#elif PACKETVER >= 20081029
-packetLen(0x022a, 4) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 4)
#elif PACKETVER >= 20081022
-packetLen(0x022a, 282) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 282)
#elif PACKETVER >= 20081015
-packetLen(0x022a, 19) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 19)
#elif PACKETVER >= 20081008
-packetLen(0x022a, 6) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 6)
#elif PACKETVER >= 20080917
-packetLen(0x022a, -1) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, -1)
#elif PACKETVER >= 20080910
-packetLen(0x022a, 21) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 21)
#elif PACKETVER >= 20080903
-packetLen(0x022a, 26) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 26)
#elif PACKETVER >= 20080827
-packetLen(0x022a, 13) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 13)
#elif PACKETVER >= 20080806
-packetLen(0x022a, -1) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, -1)
#elif PACKETVER >= 20080730
-packetLen(0x022a, 26) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 26)
#elif PACKETVER >= 20080722
-packetLen(0x022a, 66) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 66)
#elif PACKETVER >= 20080701
-packetLen(0x022a, -1) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, -1)
#elif PACKETVER >= 20080624
-packetLen(0x022a, 2) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 2)
#elif PACKETVER >= 20080617
-packetLen(0x022a, 8) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 8)
#elif PACKETVER >= 20080520
-packetLen(0x022a, -1) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, -1)
#elif PACKETVER >= 20080513
-packetLen(0x022a, 5) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 5)
#elif PACKETVER >= 20080507
-packetLen(0x022a, -1) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, -1)
#elif PACKETVER >= 20080429
-packetLen(0x022a, 3) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 3)
#elif PACKETVER >= 20080422
-packetLen(0x022a, 23) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 23)
#elif PACKETVER >= 20080415
-packetLen(0x022a, 3) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 3)
#elif PACKETVER >= 20080408
-packetLen(0x022a, 10) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 10)
#elif PACKETVER >= 20080401
-packetLen(0x022a, 8) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 8)
#elif PACKETVER >= 20080325
-packetLen(0x022a, 114) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 114)
#elif PACKETVER >= 20080318
-packetLen(0x022a, 2) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 2)
#elif PACKETVER >= 20080311
-packetLen(0x022a, 10) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 10)
#elif PACKETVER >= 20080304
-packetLen(0x022a, 2) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 2)
#elif PACKETVER >= 20080226
-packetLen(0x022a, -1) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, -1)
#elif PACKETVER >= 20080219
-packetLen(0x022a, 2) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 2)
#elif PACKETVER >= 20080124
-packetLen(0x022a, 8) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 8)
#elif PACKETVER >= 20080102
-packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 58)
#endif
// Packet: 0x022b
#if PACKETVER >= 20081217
-packetLen(0x022b, -1) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, -1)
#elif PACKETVER >= 20081126
-packetLen(0x022b, 6) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, 6)
#elif PACKETVER >= 20081119
-packetLen(0x022b, 2) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, 2)
#elif PACKETVER >= 20081112
-packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, 57)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081022
-packetLen(0x022b, -1) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, -1)
#elif PACKETVER >= 20081015
-packetLen(0x022b, 282) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, 282)
#elif PACKETVER >= 20081008
-packetLen(0x022b, 3) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, 3)
#elif PACKETVER >= 20081001
-packetLen(0x022b, 6) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, 6)
#elif PACKETVER >= 20080806
-packetLen(0x022b, -1) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, -1)
#elif PACKETVER >= 20080730
-packetLen(0x022b, 4) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, 4)
#elif PACKETVER >= 20080701
-packetLen(0x022b, -1) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, -1)
#elif PACKETVER >= 20080624
-packetLen(0x022b, 90) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, 90)
#elif PACKETVER >= 20080617
-packetLen(0x022b, 6) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, 6)
#elif PACKETVER >= 20080610
-packetLen(0x022b, 2) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, 2)
#elif PACKETVER >= 20080603
-packetLen(0x022b, 18) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, 18)
#elif PACKETVER >= 20080528
-packetLen(0x022b, 7) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, 7)
#elif PACKETVER >= 20080520
-packetLen(0x022b, 10) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, 10)
#elif PACKETVER >= 20080513
-packetLen(0x022b, -1) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, -1)
#elif PACKETVER >= 20080507
-packetLen(0x022b, 6) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, 6)
#elif PACKETVER >= 20080429
-packetLen(0x022b, 26) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, 26)
#elif PACKETVER >= 20080415
-packetLen(0x022b, -1) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, -1)
#elif PACKETVER >= 20080408
-packetLen(0x022b, 27) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, 27)
#elif PACKETVER >= 20080401
-packetLen(0x022b, 6) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, 6)
#elif PACKETVER >= 20080325
-packetLen(0x022b, 282) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, 282)
#elif PACKETVER >= 20080318
-packetLen(0x022b, 102) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, 102)
#elif PACKETVER >= 20080311
-packetLen(0x022b, 10) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, 10)
#elif PACKETVER >= 20080304
-packetLen(0x022b, 8) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, 8)
#elif PACKETVER >= 20080219
-packetLen(0x022b, -1) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, -1)
#elif PACKETVER >= 20080124
-packetLen(0x022b, 23) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, 23)
#elif PACKETVER >= 20080102
-packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, 57)
#endif
// Packet: 0x022c
#if PACKETVER >= 20081217
-packetLen(0x022c, -1) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, -1)
#elif PACKETVER >= 20081203
-packetLen(0x022c, 54) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, 54)
#elif PACKETVER >= 20081126
-packetLen(0x022c, -1) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, -1)
#elif PACKETVER >= 20081119
-packetLen(0x022c, 60) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, 60)
#elif PACKETVER >= 20081112
-packetLen(0x022c, 65) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, 65)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081105
-packetLen(0x022c, -1) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, -1)
#elif PACKETVER >= 20081029
-packetLen(0x022c, 8) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, 8)
#elif PACKETVER >= 20081022
-packetLen(0x022c, 6) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, 6)
#elif PACKETVER >= 20081015
-packetLen(0x022c, -1) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, -1)
#elif PACKETVER >= 20081008
-packetLen(0x022c, 13) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, 13)
#elif PACKETVER >= 20081001
-packetLen(0x022c, -1) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, -1)
#elif PACKETVER >= 20080924
-packetLen(0x022c, 15) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, 15)
#elif PACKETVER >= 20080917
-packetLen(0x022c, 10) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, 10)
#elif PACKETVER >= 20080910
-packetLen(0x022c, -1) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, -1)
#elif PACKETVER >= 20080903
-packetLen(0x022c, 6) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, 6)
#elif PACKETVER >= 20080827
-packetLen(0x022c, 282) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, 282)
#elif PACKETVER >= 20080730
-packetLen(0x022c, -1) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, -1)
#elif PACKETVER >= 20080722
-packetLen(0x022c, 2) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, 2)
#elif PACKETVER >= 20080715
-packetLen(0x022c, -1) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, -1)
#elif PACKETVER >= 20080708
-packetLen(0x022c, 59) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, 59)
#elif PACKETVER >= 20080603
-packetLen(0x022c, -1) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, -1)
#elif PACKETVER >= 20080520
-packetLen(0x022c, 6) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, 6)
#elif PACKETVER >= 20080513
-packetLen(0x022c, 8) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, 8)
#elif PACKETVER >= 20080507
-packetLen(0x022c, 6) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, 6)
#elif PACKETVER >= 20080429
-packetLen(0x022c, -1) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, -1)
#elif PACKETVER >= 20080422
-packetLen(0x022c, 33) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, 33)
#elif PACKETVER >= 20080415
-packetLen(0x022c, 6) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, 6)
#elif PACKETVER >= 20080408
-packetLen(0x022c, -1) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, -1)
#elif PACKETVER >= 20080401
-packetLen(0x022c, 4) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, 4)
#elif PACKETVER >= 20080325
-packetLen(0x022c, 68) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, 68)
#elif PACKETVER >= 20080318
-packetLen(0x022c, 6) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, 6)
#elif PACKETVER >= 20080304
-packetLen(0x022c, 10) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, 10)
#elif PACKETVER >= 20080226
-packetLen(0x022c, 31) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, 31)
#elif PACKETVER >= 20080219
-packetLen(0x022c, 53) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, 53)
#elif PACKETVER >= 20080124
-packetLen(0x022c, 22) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, 22)
#elif PACKETVER >= 20080102
-packetLen(0x022c, 65) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, 65)
#endif
// Packet: 0x022d
#if PACKETVER >= 20081217
-packetLen(0x022d, -1) // CZ_COMMAND_MER
+packetLen(0x022d, -1)
#elif PACKETVER >= 20081203
-packetLen(0x022d, 44) // CZ_COMMAND_MER
+packetLen(0x022d, 44)
#elif PACKETVER >= 20081126
-packetLen(0x022d, 20) // CZ_COMMAND_MER
+packetLen(0x022d, 20)
#elif PACKETVER >= 20081112
-packetLen(0x022d, 5) // CZ_COMMAND_MER
+packetLen(0x022d, 5)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081029
-packetLen(0x022d, -1) // CZ_COMMAND_MER
+packetLen(0x022d, -1)
#elif PACKETVER >= 20081022
-packetLen(0x022d, 4) // CZ_COMMAND_MER
+packetLen(0x022d, 4)
#elif PACKETVER >= 20081015
-packetLen(0x022d, 6) // CZ_COMMAND_MER
+packetLen(0x022d, 6)
#elif PACKETVER >= 20081008
-packetLen(0x022d, 26) // CZ_COMMAND_MER
+packetLen(0x022d, 26)
#elif PACKETVER >= 20080730
-packetLen(0x022d, -1) // CZ_COMMAND_MER
+packetLen(0x022d, -1)
#elif PACKETVER >= 20080722
-packetLen(0x022d, 4) // CZ_COMMAND_MER
+packetLen(0x022d, 4)
#elif PACKETVER >= 20080715
-packetLen(0x022d, -1) // CZ_COMMAND_MER
+packetLen(0x022d, -1)
#elif PACKETVER >= 20080708
-packetLen(0x022d, 6) // CZ_COMMAND_MER
+packetLen(0x022d, 6)
#elif PACKETVER >= 20080701
-packetLen(0x022d, 10) // CZ_COMMAND_MER
+packetLen(0x022d, 10)
#elif PACKETVER >= 20080520
-packetLen(0x022d, -1) // CZ_COMMAND_MER
+packetLen(0x022d, -1)
#elif PACKETVER >= 20080513
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20080507
-packetLen(0x022d, 29) // CZ_COMMAND_MER
+packetLen(0x022d, 29)
#elif PACKETVER >= 20080429
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20080422
-packetLen(0x022d, 5) // CZ_COMMAND_MER
+packetLen(0x022d, 5)
#elif PACKETVER >= 20080408
-packetLen(0x022d, -1) // CZ_COMMAND_MER
+packetLen(0x022d, -1)
#elif PACKETVER >= 20080401
-packetLen(0x022d, 30) // CZ_COMMAND_MER
+packetLen(0x022d, 30)
#elif PACKETVER >= 20080325
-packetLen(0x022d, 11) // CZ_COMMAND_MER
+packetLen(0x022d, 11)
#elif PACKETVER >= 20080318
-packetLen(0x022d, 10) // CZ_COMMAND_MER
+packetLen(0x022d, 10)
#elif PACKETVER >= 20080311
-packetLen(0x022d, -1) // CZ_COMMAND_MER
+packetLen(0x022d, -1)
#elif PACKETVER >= 20080226
-packetLen(0x022d, 10) // CZ_COMMAND_MER
+packetLen(0x022d, 10)
#elif PACKETVER >= 20080219
-packetLen(0x022d, 9) // CZ_COMMAND_MER
+packetLen(0x022d, 9)
#elif PACKETVER >= 20080124
-packetLen(0x022d, 10) // CZ_COMMAND_MER
+packetLen(0x022d, 10)
#elif PACKETVER >= 20080102
-packetLen(0x022d, 5) // CZ_COMMAND_MER
+packetLen(0x022d, 5)
#endif
// Packet: 0x022e
#if PACKETVER >= 20081217
-packetLen(0x022e, 186) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 186)
#elif PACKETVER >= 20081203
-packetLen(0x022e, 3) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 3)
#elif PACKETVER >= 20081126
-packetLen(0x022e, 9) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 9)
#elif PACKETVER >= 20081119
-packetLen(0x022e, -1) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, -1)
#elif PACKETVER >= 20081112
-packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 71)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x022e, -1) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, -1)
#elif PACKETVER >= 20081029
-packetLen(0x022e, 60) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 60)
#elif PACKETVER >= 20081022
-packetLen(0x022e, 3) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 3)
#elif PACKETVER >= 20081015
-packetLen(0x022e, -1) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, -1)
#elif PACKETVER >= 20081008
-packetLen(0x022e, 17) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 17)
#elif PACKETVER >= 20080924
-packetLen(0x022e, -1) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, -1)
#elif PACKETVER >= 20080917
-packetLen(0x022e, 10) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 10)
#elif PACKETVER >= 20080910
-packetLen(0x022e, -1) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, -1)
#elif PACKETVER >= 20080903
-packetLen(0x022e, 30) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 30)
#elif PACKETVER >= 20080820
-packetLen(0x022e, -1) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, -1)
#elif PACKETVER >= 20080813
-packetLen(0x022e, 18) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 18)
#elif PACKETVER >= 20080730
-packetLen(0x022e, -1) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, -1)
#elif PACKETVER >= 20080722
-packetLen(0x022e, 4) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 4)
#elif PACKETVER >= 20080708
-packetLen(0x022e, -1) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, -1)
#elif PACKETVER >= 20080701
-packetLen(0x022e, 30) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 30)
#elif PACKETVER >= 20080624
-packetLen(0x022e, 4) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 4)
#elif PACKETVER >= 20080610
-packetLen(0x022e, -1) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, -1)
#elif PACKETVER >= 20080603
-packetLen(0x022e, 10) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 10)
#elif PACKETVER >= 20080520
-packetLen(0x022e, -1) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, -1)
#elif PACKETVER >= 20080513
-packetLen(0x022e, 4) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 4)
#elif PACKETVER >= 20080507
-packetLen(0x022e, 8) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 8)
#elif PACKETVER >= 20080429
-packetLen(0x022e, 3) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 3)
#elif PACKETVER >= 20080422
-packetLen(0x022e, 7) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 7)
#elif PACKETVER >= 20080415
-packetLen(0x022e, 30) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 30)
#elif PACKETVER >= 20080408
-packetLen(0x022e, 9) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 9)
#elif PACKETVER >= 20080401
-packetLen(0x022e, 2) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 2)
#elif PACKETVER >= 20080325
-packetLen(0x022e, 4) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 4)
#elif PACKETVER >= 20080318
-packetLen(0x022e, 28) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 28)
#elif PACKETVER >= 20080311
-packetLen(0x022e, 5) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 5)
#elif PACKETVER >= 20080304
-packetLen(0x022e, 55) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 55)
#elif PACKETVER >= 20080226
-packetLen(0x022e, 9) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 9)
#elif PACKETVER >= 20080219
-packetLen(0x022e, -1) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, -1)
#elif PACKETVER >= 20080124
-packetLen(0x022e, 4) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 4)
#elif PACKETVER >= 20080102
-packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 71)
#endif
// Packet: 0x022f
#if PACKETVER >= 20081217
-packetLen(0x022f, -1) // ZC_FEED_MER
+packetLen(0x022f, -1)
#elif PACKETVER >= 20081203
-packetLen(0x022f, 9) // ZC_FEED_MER
+packetLen(0x022f, 9)
#elif PACKETVER >= 20081126
-packetLen(0x022f, -1) // ZC_FEED_MER
+packetLen(0x022f, -1)
#elif PACKETVER >= 20081119
-packetLen(0x022f, 30) // ZC_FEED_MER
+packetLen(0x022f, 30)
#elif PACKETVER >= 20081112
-packetLen(0x022f, 5) // ZC_FEED_MER
+packetLen(0x022f, 5)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081105
-packetLen(0x022f, -1) // ZC_FEED_MER
+packetLen(0x022f, -1)
#elif PACKETVER >= 20081029
-packetLen(0x022f, 10) // ZC_FEED_MER
+packetLen(0x022f, 10)
#elif PACKETVER >= 20081015
-packetLen(0x022f, -1) // ZC_FEED_MER
+packetLen(0x022f, -1)
#elif PACKETVER >= 20081008
-packetLen(0x022f, 30) // ZC_FEED_MER
+packetLen(0x022f, 30)
#elif PACKETVER >= 20081001
-packetLen(0x022f, 182) // ZC_FEED_MER
+packetLen(0x022f, 182)
#elif PACKETVER >= 20080924
-packetLen(0x022f, -1) // ZC_FEED_MER
+packetLen(0x022f, -1)
#elif PACKETVER >= 20080917
-packetLen(0x022f, 6) // ZC_FEED_MER
+packetLen(0x022f, 6)
#elif PACKETVER >= 20080813
-packetLen(0x022f, -1) // ZC_FEED_MER
+packetLen(0x022f, -1)
#elif PACKETVER >= 20080806
-packetLen(0x022f, 10) // ZC_FEED_MER
+packetLen(0x022f, 10)
#elif PACKETVER >= 20080722
-packetLen(0x022f, -1) // ZC_FEED_MER
+packetLen(0x022f, -1)
#elif PACKETVER >= 20080715
-packetLen(0x022f, 10) // ZC_FEED_MER
+packetLen(0x022f, 10)
#elif PACKETVER >= 20080701
-packetLen(0x022f, -1) // ZC_FEED_MER
+packetLen(0x022f, -1)
#elif PACKETVER >= 20080624
-packetLen(0x022f, 10) // ZC_FEED_MER
+packetLen(0x022f, 10)
#elif PACKETVER >= 20080617
-packetLen(0x022f, 4) // ZC_FEED_MER
+packetLen(0x022f, 4)
#elif PACKETVER >= 20080610
-packetLen(0x022f, -1) // ZC_FEED_MER
+packetLen(0x022f, -1)
#elif PACKETVER >= 20080603
-packetLen(0x022f, 22) // ZC_FEED_MER
+packetLen(0x022f, 22)
#elif PACKETVER >= 20080528
-packetLen(0x022f, -1) // ZC_FEED_MER
+packetLen(0x022f, -1)
#elif PACKETVER >= 20080520
-packetLen(0x022f, 26) // ZC_FEED_MER
+packetLen(0x022f, 26)
#elif PACKETVER >= 20080429
-packetLen(0x022f, -1) // ZC_FEED_MER
+packetLen(0x022f, -1)
#elif PACKETVER >= 20080422
-packetLen(0x022f, 7) // ZC_FEED_MER
+packetLen(0x022f, 7)
#elif PACKETVER >= 20080415
-packetLen(0x022f, 3) // ZC_FEED_MER
+packetLen(0x022f, 3)
#elif PACKETVER >= 20080401
-packetLen(0x022f, 10) // ZC_FEED_MER
+packetLen(0x022f, 10)
#elif PACKETVER >= 20080325
-packetLen(0x022f, 67) // ZC_FEED_MER
+packetLen(0x022f, 67)
#elif PACKETVER >= 20080318
-packetLen(0x022f, 7) // ZC_FEED_MER
+packetLen(0x022f, 7)
#elif PACKETVER >= 20080304
-packetLen(0x022f, -1) // ZC_FEED_MER
+packetLen(0x022f, -1)
#elif PACKETVER >= 20080226
-packetLen(0x022f, 26) // ZC_FEED_MER
+packetLen(0x022f, 26)
#elif PACKETVER >= 20080219
-packetLen(0x022f, 282) // ZC_FEED_MER
+packetLen(0x022f, 282)
#elif PACKETVER >= 20080124
-packetLen(0x022f, 6) // ZC_FEED_MER
+packetLen(0x022f, 6)
#elif PACKETVER >= 20080102
-packetLen(0x022f, 5) // ZC_FEED_MER
+packetLen(0x022f, 5)
#endif
// Packet: 0x0230
#if PACKETVER >= 20081217
-packetLen(0x0230, -1) // ZC_CHANGESTATE_MER
+packetLen(0x0230, -1)
#elif PACKETVER >= 20081203
-packetLen(0x0230, 2) // ZC_CHANGESTATE_MER
+packetLen(0x0230, 2)
#elif PACKETVER >= 20081126
-packetLen(0x0230, -1) // ZC_CHANGESTATE_MER
+packetLen(0x0230, -1)
#elif PACKETVER >= 20081119
-packetLen(0x0230, 4) // ZC_CHANGESTATE_MER
+packetLen(0x0230, 4)
#elif PACKETVER >= 20081112
-packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+packetLen(0x0230, 12)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0230, 10) // ZC_CHANGESTATE_MER
+packetLen(0x0230, 10)
#elif PACKETVER >= 20081029
-packetLen(0x0230, -1) // ZC_CHANGESTATE_MER
+packetLen(0x0230, -1)
#elif PACKETVER >= 20081022
-packetLen(0x0230, 8) // ZC_CHANGESTATE_MER
+packetLen(0x0230, 8)
#elif PACKETVER >= 20081015
-packetLen(0x0230, -1) // ZC_CHANGESTATE_MER
+packetLen(0x0230, -1)
#elif PACKETVER >= 20081008
-packetLen(0x0230, 10) // ZC_CHANGESTATE_MER
+packetLen(0x0230, 10)
#elif PACKETVER >= 20080924
-packetLen(0x0230, -1) // ZC_CHANGESTATE_MER
+packetLen(0x0230, -1)
#elif PACKETVER >= 20080917
-packetLen(0x0230, 71) // ZC_CHANGESTATE_MER
+packetLen(0x0230, 71)
#elif PACKETVER >= 20080903
-packetLen(0x0230, -1) // ZC_CHANGESTATE_MER
+packetLen(0x0230, -1)
#elif PACKETVER >= 20080827
-packetLen(0x0230, 22) // ZC_CHANGESTATE_MER
+packetLen(0x0230, 22)
#elif PACKETVER >= 20080813
-packetLen(0x0230, 6) // ZC_CHANGESTATE_MER
+packetLen(0x0230, 6)
#elif PACKETVER >= 20080722
-packetLen(0x0230, -1) // ZC_CHANGESTATE_MER
+packetLen(0x0230, -1)
#elif PACKETVER >= 20080715
-packetLen(0x0230, 6) // ZC_CHANGESTATE_MER
+packetLen(0x0230, 6)
#elif PACKETVER >= 20080624
-packetLen(0x0230, -1) // ZC_CHANGESTATE_MER
+packetLen(0x0230, -1)
#elif PACKETVER >= 20080617
-packetLen(0x0230, 4) // ZC_CHANGESTATE_MER
+packetLen(0x0230, 4)
#elif PACKETVER >= 20080520
-packetLen(0x0230, -1) // ZC_CHANGESTATE_MER
+packetLen(0x0230, -1)
#elif PACKETVER >= 20080513
-packetLen(0x0230, 6) // ZC_CHANGESTATE_MER
+packetLen(0x0230, 6)
#elif PACKETVER >= 20080507
-packetLen(0x0230, -1) // ZC_CHANGESTATE_MER
+packetLen(0x0230, -1)
#elif PACKETVER >= 20080429
-packetLen(0x0230, 6) // ZC_CHANGESTATE_MER
+packetLen(0x0230, 6)
#elif PACKETVER >= 20080415
-packetLen(0x0230, -1) // ZC_CHANGESTATE_MER
+packetLen(0x0230, -1)
#elif PACKETVER >= 20080401
-packetLen(0x0230, 43) // ZC_CHANGESTATE_MER
+packetLen(0x0230, 43)
#elif PACKETVER >= 20080325
-packetLen(0x0230, 8) // ZC_CHANGESTATE_MER
+packetLen(0x0230, 8)
#elif PACKETVER >= 20080318
-packetLen(0x0230, 4) // ZC_CHANGESTATE_MER
+packetLen(0x0230, 4)
#elif PACKETVER >= 20080311
-packetLen(0x0230, 3) // ZC_CHANGESTATE_MER
+packetLen(0x0230, 3)
#elif PACKETVER >= 20080304
-packetLen(0x0230, 16) // ZC_CHANGESTATE_MER
+packetLen(0x0230, 16)
#elif PACKETVER >= 20080226
-packetLen(0x0230, 28) // ZC_CHANGESTATE_MER
+packetLen(0x0230, 28)
#elif PACKETVER >= 20080219
-packetLen(0x0230, 54) // ZC_CHANGESTATE_MER
+packetLen(0x0230, 54)
#elif PACKETVER >= 20080124
-packetLen(0x0230, 3) // ZC_CHANGESTATE_MER
+packetLen(0x0230, 3)
#elif PACKETVER >= 20080102
-packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+packetLen(0x0230, 12)
#endif
// Packet: 0x0231
-packetLen(0x0231, 26) // CZ_RENAME_MER
+packetLen(0x0231, 26)
// Packet: 0x0232
#if PACKETVER >= 20081217
-packetLen(0x0232, 3) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, 3)
#elif PACKETVER >= 20081203
-packetLen(0x0232, 58) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, 58)
#elif PACKETVER >= 20081126
-packetLen(0x0232, -1) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, -1)
#elif PACKETVER >= 20081119
-packetLen(0x0232, 8) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, 8)
#elif PACKETVER >= 20081112
-packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, 9)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081029
-packetLen(0x0232, -1) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, -1)
#elif PACKETVER >= 20081022
-packetLen(0x0232, 102) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, 102)
#elif PACKETVER >= 20081008
-packetLen(0x0232, -1) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, -1)
#elif PACKETVER >= 20081001
-packetLen(0x0232, 8) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, 8)
#elif PACKETVER >= 20080910
-packetLen(0x0232, -1) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, -1)
#elif PACKETVER >= 20080903
-packetLen(0x0232, 6) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, 6)
#elif PACKETVER >= 20080730
-packetLen(0x0232, -1) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, -1)
#elif PACKETVER >= 20080722
-packetLen(0x0232, 2) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, 2)
#elif PACKETVER >= 20080715
-packetLen(0x0232, 28) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, 28)
#elif PACKETVER >= 20080708
-packetLen(0x0232, 12) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, 12)
#elif PACKETVER >= 20080701
-packetLen(0x0232, 28) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, 28)
#elif PACKETVER >= 20080624
-packetLen(0x0232, -1) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, -1)
#elif PACKETVER >= 20080617
-packetLen(0x0232, 6) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, 6)
#elif PACKETVER >= 20080610
-packetLen(0x0232, 30) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, 30)
#elif PACKETVER >= 20080603
-packetLen(0x0232, 2) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, 2)
#elif PACKETVER >= 20080528
-packetLen(0x0232, 4) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, 4)
#elif PACKETVER >= 20080520
-packetLen(0x0232, -1) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, -1)
#elif PACKETVER >= 20080513
-packetLen(0x0232, 17) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, 17)
#elif PACKETVER >= 20080429
-packetLen(0x0232, -1) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, -1)
#elif PACKETVER >= 20080422
-packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, 9)
#elif PACKETVER >= 20080415
-packetLen(0x0232, 10) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, 10)
#elif PACKETVER >= 20080408
-packetLen(0x0232, -1) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, -1)
#elif PACKETVER >= 20080401
-packetLen(0x0232, 2) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, 2)
#elif PACKETVER >= 20080325
-packetLen(0x0232, 10) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, 10)
#elif PACKETVER >= 20080318
-packetLen(0x0232, -1) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, -1)
#elif PACKETVER >= 20080311
-packetLen(0x0232, 5) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, 5)
#elif PACKETVER >= 20080304
-packetLen(0x0232, -1) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, -1)
#elif PACKETVER >= 20080226
-packetLen(0x0232, 2) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, 2)
#elif PACKETVER >= 20080219
-packetLen(0x0232, 36) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, 36)
#elif PACKETVER >= 20080124
-packetLen(0x0232, 17) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, 17)
#elif PACKETVER >= 20080102
-packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, 9)
#endif
// Packet: 0x0233
#if PACKETVER >= 20081217
-packetLen(0x0233, -1) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, -1)
#elif PACKETVER >= 20081203
-packetLen(0x0233, 32) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, 32)
#elif PACKETVER >= 20081112
-packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, 11)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0233, 6) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, 6)
#elif PACKETVER >= 20081029
-packetLen(0x0233, 16) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, 16)
#elif PACKETVER >= 20081022
-packetLen(0x0233, -1) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, -1)
#elif PACKETVER >= 20081015
-packetLen(0x0233, 3) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, 3)
#elif PACKETVER >= 20081001
-packetLen(0x0233, -1) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, -1)
#elif PACKETVER >= 20080924
-packetLen(0x0233, 5) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, 5)
#elif PACKETVER >= 20080910
-packetLen(0x0233, -1) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, -1)
#elif PACKETVER >= 20080903
-packetLen(0x0233, 2) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, 2)
#elif PACKETVER >= 20080827
-packetLen(0x0233, 6) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, 6)
#elif PACKETVER >= 20080813
-packetLen(0x0233, -1) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, -1)
#elif PACKETVER >= 20080806
-packetLen(0x0233, 42) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, 42)
#elif PACKETVER >= 20080722
-packetLen(0x0233, -1) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, -1)
#elif PACKETVER >= 20080715
-packetLen(0x0233, 9) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, 9)
#elif PACKETVER >= 20080624
-packetLen(0x0233, -1) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, -1)
#elif PACKETVER >= 20080617
-packetLen(0x0233, 10) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, 10)
#elif PACKETVER >= 20080610
-packetLen(0x0233, 66) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, 66)
#elif PACKETVER >= 20080603
-packetLen(0x0233, 6) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, 6)
#elif PACKETVER >= 20080528
-packetLen(0x0233, -1) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, -1)
#elif PACKETVER >= 20080520
-packetLen(0x0233, 15) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, 15)
#elif PACKETVER >= 20080513
-packetLen(0x0233, 6) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, 6)
#elif PACKETVER >= 20080507
-packetLen(0x0233, 68) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, 68)
#elif PACKETVER >= 20080429
-packetLen(0x0233, -1) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, -1)
#elif PACKETVER >= 20080422
-packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, 11)
#elif PACKETVER >= 20080415
-packetLen(0x0233, 10) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, 10)
#elif PACKETVER >= 20080408
-packetLen(0x0233, 22) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, 22)
#elif PACKETVER >= 20080325
-packetLen(0x0233, 6) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, 6)
#elif PACKETVER >= 20080318
-packetLen(0x0233, 2) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, 2)
#elif PACKETVER >= 20080311
-packetLen(0x0233, -1) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, -1)
#elif PACKETVER >= 20080304
-packetLen(0x0233, 2) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, 2)
#elif PACKETVER >= 20080226
-packetLen(0x0233, 4) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, 4)
#elif PACKETVER >= 20080219
-packetLen(0x0233, 8) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, 8)
#elif PACKETVER >= 20080124
-packetLen(0x0233, 23) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, 23)
#elif PACKETVER >= 20080102
-packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, 11)
#endif
// Packet: 0x0234
#if PACKETVER >= 20081217
-packetLen(0x0234, 10) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, 10)
#elif PACKETVER >= 20081112
-packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, 6)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0234, 20) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, 20)
#elif PACKETVER >= 20081029
-packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, 6)
#elif PACKETVER >= 20081015
-packetLen(0x0234, -1) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, -1)
#elif PACKETVER >= 20081008
-packetLen(0x0234, 60) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, 60)
#elif PACKETVER >= 20080910
-packetLen(0x0234, -1) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, -1)
#elif PACKETVER >= 20080903
-packetLen(0x0234, 3) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, 3)
#elif PACKETVER >= 20080813
-packetLen(0x0234, -1) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, -1)
#elif PACKETVER >= 20080806
-packetLen(0x0234, 4) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, 4)
#elif PACKETVER >= 20080730
-packetLen(0x0234, -1) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, -1)
#elif PACKETVER >= 20080722
-packetLen(0x0234, 58) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, 58)
#elif PACKETVER >= 20080715
-packetLen(0x0234, 26) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, 26)
#elif PACKETVER >= 20080624
-packetLen(0x0234, -1) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, -1)
#elif PACKETVER >= 20080617
-packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, 6)
#elif PACKETVER >= 20080528
-packetLen(0x0234, -1) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, -1)
#elif PACKETVER >= 20080520
-packetLen(0x0234, 10) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, 10)
#elif PACKETVER >= 20080429
-packetLen(0x0234, -1) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, -1)
#elif PACKETVER >= 20080422
-packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, 6)
#elif PACKETVER >= 20080415
-packetLen(0x0234, -1) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, -1)
#elif PACKETVER >= 20080408
-packetLen(0x0234, 2) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, 2)
#elif PACKETVER >= 20080401
-packetLen(0x0234, 16) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, 16)
#elif PACKETVER >= 20080325
-packetLen(0x0234, -1) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, -1)
#elif PACKETVER >= 20080318
-packetLen(0x0234, 3) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, 3)
#elif PACKETVER >= 20080311
-packetLen(0x0234, 43) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, 43)
#elif PACKETVER >= 20080304
-packetLen(0x0234, 4) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, 4)
#elif PACKETVER >= 20080226
-packetLen(0x0234, 15) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, 15)
#elif PACKETVER >= 20080219
-packetLen(0x0234, 282) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, 282)
#elif PACKETVER >= 20080124
-packetLen(0x0234, 26) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, 26)
#elif PACKETVER >= 20080102
-packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, 6)
#endif
// Packet: 0x0235
#if PACKETVER >= 20081217
-packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, -1)
#elif PACKETVER >= 20081203
-packetLen(0x0235, 5) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, 5)
#elif PACKETVER >= 20081126
-packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, -1)
#elif PACKETVER >= 20081119
-packetLen(0x0235, 58) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, 58)
#elif PACKETVER >= 20081112
-packetLen(0x0235, 30) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, 30)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0235, 59) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, 59)
#elif PACKETVER >= 20081029
-packetLen(0x0235, 282) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, 282)
#elif PACKETVER >= 20081022
-packetLen(0x0235, 3) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, 3)
#elif PACKETVER >= 20081015
-packetLen(0x0235, 26) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, 26)
#elif PACKETVER >= 20081008
-packetLen(0x0235, 6) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, 6)
#elif PACKETVER >= 20080903
-packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, -1)
#elif PACKETVER >= 20080827
-packetLen(0x0235, 7) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, 7)
#elif PACKETVER >= 20080813
-packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, -1)
#elif PACKETVER >= 20080730
-packetLen(0x0235, 9) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, 9)
#elif PACKETVER >= 20080722
-packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, -1)
#elif PACKETVER >= 20080715
-packetLen(0x0235, 9) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, 9)
#elif PACKETVER >= 20080708
-packetLen(0x0235, 2) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, 2)
#elif PACKETVER >= 20080701
-packetLen(0x0235, 6) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, 6)
#elif PACKETVER >= 20080617
-packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, -1)
#elif PACKETVER >= 20080610
-packetLen(0x0235, 6) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, 6)
#elif PACKETVER >= 20080603
-packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, -1)
#elif PACKETVER >= 20080528
-packetLen(0x0235, 12) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, 12)
#elif PACKETVER >= 20080520
-packetLen(0x0235, 5) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, 5)
#elif PACKETVER >= 20080422
-packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, -1)
#elif PACKETVER >= 20080415
-packetLen(0x0235, 28) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, 28)
#elif PACKETVER >= 20080408
-packetLen(0x0235, 2) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, 2)
#elif PACKETVER >= 20080401
-packetLen(0x0235, 19) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, 19)
#elif PACKETVER >= 20080325
-packetLen(0x0235, 42) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, 42)
#elif PACKETVER >= 20080318
-packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, -1)
#elif PACKETVER >= 20080311
-packetLen(0x0235, 44) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, 44)
#elif PACKETVER >= 20080304
-packetLen(0x0235, 10) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, 10)
#elif PACKETVER >= 20080226
-packetLen(0x0235, 33) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, 33)
#elif PACKETVER >= 20080219
-packetLen(0x0235, 15) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, 15)
#elif PACKETVER >= 20080124
-packetLen(0x0235, 30) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, 30)
#elif PACKETVER >= 20080102
-packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, -1)
#endif
// Packet: 0x0236
-packetLen(0x0236, 10) // ZC_KILLER_POINT
+packetLen(0x0236, 10)
// Packet: 0x0237
#if PACKETVER >= 20081217
-packetLen(0x0237, -1) // CZ_KILLER_RANK
+packetLen(0x0237, -1)
#elif PACKETVER >= 20081203
-packetLen(0x0237, 3) // CZ_KILLER_RANK
+packetLen(0x0237, 3)
#elif PACKETVER >= 20081119
-packetLen(0x0237, -1) // CZ_KILLER_RANK
+packetLen(0x0237, -1)
#elif PACKETVER >= 20081112
-packetLen(0x0237, 15) // CZ_KILLER_RANK
+packetLen(0x0237, 15)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081015
-packetLen(0x0237, -1) // CZ_KILLER_RANK
+packetLen(0x0237, -1)
#elif PACKETVER >= 20081008
-packetLen(0x0237, 23) // CZ_KILLER_RANK
+packetLen(0x0237, 23)
#elif PACKETVER >= 20081001
-packetLen(0x0237, -1) // CZ_KILLER_RANK
+packetLen(0x0237, -1)
#elif PACKETVER >= 20080924
-packetLen(0x0237, 5) // CZ_KILLER_RANK
+packetLen(0x0237, 5)
#elif PACKETVER >= 20080917
-packetLen(0x0237, -1) // CZ_KILLER_RANK
+packetLen(0x0237, -1)
#elif PACKETVER >= 20080910
-packetLen(0x0237, 9) // CZ_KILLER_RANK
+packetLen(0x0237, 9)
#elif PACKETVER >= 20080820
-packetLen(0x0237, -1) // CZ_KILLER_RANK
+packetLen(0x0237, -1)
#elif PACKETVER >= 20080813
-packetLen(0x0237, 54) // CZ_KILLER_RANK
+packetLen(0x0237, 54)
#elif PACKETVER >= 20080806
-packetLen(0x0237, 8) // CZ_KILLER_RANK
+packetLen(0x0237, 8)
#elif PACKETVER >= 20080730
-packetLen(0x0237, 2) // CZ_KILLER_RANK
+packetLen(0x0237, 2)
#elif PACKETVER >= 20080722
-packetLen(0x0237, 6) // CZ_KILLER_RANK
+packetLen(0x0237, 6)
#elif PACKETVER >= 20080715
-packetLen(0x0237, -1) // CZ_KILLER_RANK
+packetLen(0x0237, -1)
#elif PACKETVER >= 20080708
-packetLen(0x0237, 11) // CZ_KILLER_RANK
+packetLen(0x0237, 11)
#elif PACKETVER >= 20080701
-packetLen(0x0237, 29) // CZ_KILLER_RANK
+packetLen(0x0237, 29)
#elif PACKETVER >= 20080624
-packetLen(0x0237, 14) // CZ_KILLER_RANK
+packetLen(0x0237, 14)
#elif PACKETVER >= 20080617
-packetLen(0x0237, 5) // CZ_KILLER_RANK
+packetLen(0x0237, 5)
#elif PACKETVER >= 20080610
-packetLen(0x0237, 4) // CZ_KILLER_RANK
+packetLen(0x0237, 4)
#elif PACKETVER >= 20080603
-packetLen(0x0237, -1) // CZ_KILLER_RANK
+packetLen(0x0237, -1)
#elif PACKETVER >= 20080528
-packetLen(0x0237, 19) // CZ_KILLER_RANK
+packetLen(0x0237, 19)
#elif PACKETVER >= 20080520
-packetLen(0x0237, 3) // CZ_KILLER_RANK
+packetLen(0x0237, 3)
#elif PACKETVER >= 20080507
-packetLen(0x0237, -1) // CZ_KILLER_RANK
+packetLen(0x0237, -1)
#elif PACKETVER >= 20080429
-packetLen(0x0237, 24) // CZ_KILLER_RANK
+packetLen(0x0237, 24)
#elif PACKETVER >= 20080422
-packetLen(0x0237, 2) // CZ_KILLER_RANK
+packetLen(0x0237, 2)
#elif PACKETVER >= 20080415
-packetLen(0x0237, -1) // CZ_KILLER_RANK
+packetLen(0x0237, -1)
#elif PACKETVER >= 20080408
-packetLen(0x0237, 60) // CZ_KILLER_RANK
+packetLen(0x0237, 60)
#elif PACKETVER >= 20080401
-packetLen(0x0237, 20) // CZ_KILLER_RANK
+packetLen(0x0237, 20)
#elif PACKETVER >= 20080325
-packetLen(0x0237, -1) // CZ_KILLER_RANK
+packetLen(0x0237, -1)
#elif PACKETVER >= 20080318
-packetLen(0x0237, 8) // CZ_KILLER_RANK
+packetLen(0x0237, 8)
#elif PACKETVER >= 20080311
-packetLen(0x0237, 54) // CZ_KILLER_RANK
+packetLen(0x0237, 54)
#elif PACKETVER >= 20080304
-packetLen(0x0237, 3) // CZ_KILLER_RANK
+packetLen(0x0237, 3)
#elif PACKETVER >= 20080226
-packetLen(0x0237, 10) // CZ_KILLER_RANK
+packetLen(0x0237, 10)
#elif PACKETVER >= 20080219
-packetLen(0x0237, 3) // CZ_KILLER_RANK
+packetLen(0x0237, 3)
#elif PACKETVER >= 20080124
-packetLen(0x0237, 4) // CZ_KILLER_RANK
+packetLen(0x0237, 4)
#elif PACKETVER >= 20080102
-packetLen(0x0237, 2) // CZ_KILLER_RANK
+packetLen(0x0237, 2)
#endif
// Packet: 0x0238
#if PACKETVER >= 20081217
-packetLen(0x0238, 22) // ZC_KILLER_RANK
+packetLen(0x0238, 22)
#elif PACKETVER >= 20081203
-packetLen(0x0238, 9) // ZC_KILLER_RANK
+packetLen(0x0238, 9)
#elif PACKETVER >= 20081126
-packetLen(0x0238, 2) // ZC_KILLER_RANK
+packetLen(0x0238, 2)
#elif PACKETVER >= 20081119
-packetLen(0x0238, 35) // ZC_KILLER_RANK
+packetLen(0x0238, 35)
#elif PACKETVER >= 20081112
-packetLen(0x0238, 282) // ZC_KILLER_RANK
+packetLen(0x0238, 282)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081022
-packetLen(0x0238, -1) // ZC_KILLER_RANK
+packetLen(0x0238, -1)
#elif PACKETVER >= 20081015
-packetLen(0x0238, 8) // ZC_KILLER_RANK
+packetLen(0x0238, 8)
#elif PACKETVER >= 20081008
-packetLen(0x0238, -1) // ZC_KILLER_RANK
+packetLen(0x0238, -1)
#elif PACKETVER >= 20081001
-packetLen(0x0238, 14) // ZC_KILLER_RANK
+packetLen(0x0238, 14)
#elif PACKETVER >= 20080917
-packetLen(0x0238, -1) // ZC_KILLER_RANK
+packetLen(0x0238, -1)
#elif PACKETVER >= 20080910
-packetLen(0x0238, 71) // ZC_KILLER_RANK
+packetLen(0x0238, 71)
#elif PACKETVER >= 20080903
-packetLen(0x0238, -1) // ZC_KILLER_RANK
+packetLen(0x0238, -1)
#elif PACKETVER >= 20080827
-packetLen(0x0238, 10) // ZC_KILLER_RANK
+packetLen(0x0238, 10)
#elif PACKETVER >= 20080813
-packetLen(0x0238, -1) // ZC_KILLER_RANK
+packetLen(0x0238, -1)
#elif PACKETVER >= 20080806
-packetLen(0x0238, 71) // ZC_KILLER_RANK
+packetLen(0x0238, 71)
#elif PACKETVER >= 20080722
-packetLen(0x0238, -1) // ZC_KILLER_RANK
+packetLen(0x0238, -1)
#elif PACKETVER >= 20080715
-packetLen(0x0238, 6) // ZC_KILLER_RANK
+packetLen(0x0238, 6)
#elif PACKETVER >= 20080624
-packetLen(0x0238, -1) // ZC_KILLER_RANK
+packetLen(0x0238, -1)
#elif PACKETVER >= 20080617
-packetLen(0x0238, 6) // ZC_KILLER_RANK
+packetLen(0x0238, 6)
#elif PACKETVER >= 20080610
-packetLen(0x0238, -1) // ZC_KILLER_RANK
+packetLen(0x0238, -1)
#elif PACKETVER >= 20080603
-packetLen(0x0238, 21) // ZC_KILLER_RANK
+packetLen(0x0238, 21)
#elif PACKETVER >= 20080513
-packetLen(0x0238, -1) // ZC_KILLER_RANK
+packetLen(0x0238, -1)
#elif PACKETVER >= 20080429
-packetLen(0x0238, 10) // ZC_KILLER_RANK
+packetLen(0x0238, 10)
#elif PACKETVER >= 20080415
-packetLen(0x0238, -1) // ZC_KILLER_RANK
+packetLen(0x0238, -1)
#elif PACKETVER >= 20080401
-packetLen(0x0238, 10) // ZC_KILLER_RANK
+packetLen(0x0238, 10)
#elif PACKETVER >= 20080318
-packetLen(0x0238, -1) // ZC_KILLER_RANK
+packetLen(0x0238, -1)
#elif PACKETVER >= 20080311
-packetLen(0x0238, 27) // ZC_KILLER_RANK
+packetLen(0x0238, 27)
#elif PACKETVER >= 20080304
-packetLen(0x0238, 14) // ZC_KILLER_RANK
+packetLen(0x0238, 14)
#elif PACKETVER >= 20080226
-packetLen(0x0238, 6) // ZC_KILLER_RANK
+packetLen(0x0238, 6)
#elif PACKETVER >= 20080219
-packetLen(0x0238, -1) // ZC_KILLER_RANK
+packetLen(0x0238, -1)
#elif PACKETVER >= 20080124
-packetLen(0x0238, 6) // ZC_KILLER_RANK
+packetLen(0x0238, 6)
#elif PACKETVER >= 20080102
-packetLen(0x0238, 282) // ZC_KILLER_RANK
+packetLen(0x0238, 282)
#endif
// Packet: 0x0239
#if PACKETVER >= 20081217
-packetLen(0x0239, -1) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, -1)
#elif PACKETVER >= 20081203
-packetLen(0x0239, 86) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 86)
#elif PACKETVER >= 20081126
-packetLen(0x0239, -1) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, -1)
#elif PACKETVER >= 20081119
-packetLen(0x0239, 29) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 29)
#elif PACKETVER >= 20081112
-packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 11)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081015
-packetLen(0x0239, -1) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, -1)
#elif PACKETVER >= 20081008
-packetLen(0x0239, 19) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 19)
#elif PACKETVER >= 20080917
-packetLen(0x0239, -1) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, -1)
#elif PACKETVER >= 20080910
-packetLen(0x0239, 3) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 3)
#elif PACKETVER >= 20080903
-packetLen(0x0239, -1) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, -1)
#elif PACKETVER >= 20080827
-packetLen(0x0239, 10) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 10)
#elif PACKETVER >= 20080820
-packetLen(0x0239, -1) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, -1)
#elif PACKETVER >= 20080813
-packetLen(0x0239, 12) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 12)
#elif PACKETVER >= 20080806
-packetLen(0x0239, 32) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 32)
#elif PACKETVER >= 20080730
-packetLen(0x0239, 3) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 3)
#elif PACKETVER >= 20080722
-packetLen(0x0239, 6) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 6)
#elif PACKETVER >= 20080715
-packetLen(0x0239, -1) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, -1)
#elif PACKETVER >= 20080701
-packetLen(0x0239, 30) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 30)
#elif PACKETVER >= 20080624
-packetLen(0x0239, 8) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 8)
#elif PACKETVER >= 20080610
-packetLen(0x0239, -1) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, -1)
#elif PACKETVER >= 20080603
-packetLen(0x0239, 2) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 2)
#elif PACKETVER >= 20080528
-packetLen(0x0239, 29) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 29)
#elif PACKETVER >= 20080520
-packetLen(0x0239, 282) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 282)
#elif PACKETVER >= 20080513
-packetLen(0x0239, -1) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, -1)
#elif PACKETVER >= 20080507
-packetLen(0x0239, 5) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 5)
#elif PACKETVER >= 20080429
-packetLen(0x0239, 10) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 10)
#elif PACKETVER >= 20080422
-packetLen(0x0239, 5) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 5)
#elif PACKETVER >= 20080415
-packetLen(0x0239, 10) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 10)
#elif PACKETVER >= 20080408
-packetLen(0x0239, 36) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 36)
#elif PACKETVER >= 20080401
-packetLen(0x0239, -1) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, -1)
#elif PACKETVER >= 20080325
-packetLen(0x0239, 10) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 10)
#elif PACKETVER >= 20080318
-packetLen(0x0239, 26) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 26)
#elif PACKETVER >= 20080311
-packetLen(0x0239, 8) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 8)
#elif PACKETVER >= 20080304
-packetLen(0x0239, -1) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, -1)
#elif PACKETVER >= 20080226
-packetLen(0x0239, 39) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 39)
#elif PACKETVER >= 20080219
-packetLen(0x0239, 8) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 8)
#elif PACKETVER >= 20080124
-packetLen(0x0239, 10) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 10)
#elif PACKETVER >= 20080102
-packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 11)
#endif
// Packet: 0x023a
#if PACKETVER >= 20081217
-packetLen(0x023a, 90) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, 90)
#elif PACKETVER >= 20081203
-packetLen(0x023a, 97) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, 97)
#elif PACKETVER >= 20081126
-packetLen(0x023a, 10) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, 10)
#elif PACKETVER >= 20081119
-packetLen(0x023a, -1) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, -1)
#elif PACKETVER >= 20081112
-packetLen(0x023a, 6) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, 6)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x023a, -1) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, -1)
#elif PACKETVER >= 20081029
-packetLen(0x023a, 2) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, 2)
#elif PACKETVER >= 20081022
-packetLen(0x023a, -1) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, -1)
#elif PACKETVER >= 20081015
-packetLen(0x023a, 54) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, 54)
#elif PACKETVER >= 20080910
-packetLen(0x023a, -1) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, -1)
#elif PACKETVER >= 20080903
-packetLen(0x023a, 3) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, 3)
#elif PACKETVER >= 20080827
-packetLen(0x023a, -1) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, -1)
#elif PACKETVER >= 20080820
-packetLen(0x023a, 26) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, 26)
#elif PACKETVER >= 20080813
-packetLen(0x023a, -1) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, -1)
#elif PACKETVER >= 20080806
-packetLen(0x023a, 28) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, 28)
#elif PACKETVER >= 20080715
-packetLen(0x023a, -1) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, -1)
#elif PACKETVER >= 20080708
-packetLen(0x023a, 9) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, 9)
#elif PACKETVER >= 20080701
-packetLen(0x023a, 13) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, 13)
#elif PACKETVER >= 20080624
-packetLen(0x023a, -1) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, -1)
#elif PACKETVER >= 20080617
-packetLen(0x023a, 10) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, 10)
#elif PACKETVER >= 20080513
-packetLen(0x023a, -1) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, -1)
#elif PACKETVER >= 20080507
-packetLen(0x023a, 28) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, 28)
#elif PACKETVER >= 20080429
-packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, 4)
#elif PACKETVER >= 20080422
-packetLen(0x023a, -1) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, -1)
#elif PACKETVER >= 20080415
-packetLen(0x023a, 2) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, 2)
#elif PACKETVER >= 20080401
-packetLen(0x023a, 6) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, 6)
#elif PACKETVER >= 20080325
-packetLen(0x023a, -1) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, -1)
#elif PACKETVER >= 20080318
-packetLen(0x023a, 8) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, 8)
#elif PACKETVER >= 20080311
-packetLen(0x023a, 10) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, 10)
#elif PACKETVER >= 20080304
-packetLen(0x023a, 2) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, 2)
#elif PACKETVER >= 20080226
-packetLen(0x023a, 6) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, 6)
#elif PACKETVER >= 20080219
-packetLen(0x023a, 11) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, 11)
#elif PACKETVER >= 20080124
-packetLen(0x023a, 71) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, 71)
#elif PACKETVER >= 20080102
-packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, 4)
#endif
// Packet: 0x023b
-packetLen(0x023b, 36) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 36)
// Packet: 0x023c
#if PACKETVER >= 20081217
-packetLen(0x023c, -1) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, -1)
#elif PACKETVER >= 20081203
-packetLen(0x023c, 30) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, 30)
#elif PACKETVER >= 20081126
-packetLen(0x023c, -1) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, -1)
#elif PACKETVER >= 20081119
-packetLen(0x023c, 5) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, 5)
#elif PACKETVER >= 20081112
-packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, 6)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, 6)
#elif PACKETVER >= 20081022
-packetLen(0x023c, -1) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, -1)
#elif PACKETVER >= 20081015
-packetLen(0x023c, 18) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, 18)
#elif PACKETVER >= 20081008
-packetLen(0x023c, 3) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, 3)
#elif PACKETVER >= 20080910
-packetLen(0x023c, -1) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, -1)
#elif PACKETVER >= 20080903
-packetLen(0x023c, 10) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, 10)
#elif PACKETVER >= 20080827
-packetLen(0x023c, -1) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, -1)
#elif PACKETVER >= 20080820
-packetLen(0x023c, 4) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, 4)
#elif PACKETVER >= 20080813
-packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, 6)
#elif PACKETVER >= 20080730
-packetLen(0x023c, -1) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, -1)
#elif PACKETVER >= 20080722
-packetLen(0x023c, 3) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, 3)
#elif PACKETVER >= 20080708
-packetLen(0x023c, -1) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, -1)
#elif PACKETVER >= 20080701
-packetLen(0x023c, 60) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, 60)
#elif PACKETVER >= 20080617
-packetLen(0x023c, -1) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, -1)
#elif PACKETVER >= 20080610
-packetLen(0x023c, 4) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, 4)
#elif PACKETVER >= 20080513
-packetLen(0x023c, -1) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, -1)
#elif PACKETVER >= 20080507
-packetLen(0x023c, 30) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, 30)
#elif PACKETVER >= 20080429
-packetLen(0x023c, 3) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, 3)
#elif PACKETVER >= 20080422
-packetLen(0x023c, -1) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, -1)
#elif PACKETVER >= 20080415
-packetLen(0x023c, 10) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, 10)
#elif PACKETVER >= 20080408
-packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, 6)
#elif PACKETVER >= 20080401
-packetLen(0x023c, 12) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, 12)
#elif PACKETVER >= 20080325
-packetLen(0x023c, 79) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, 79)
#elif PACKETVER >= 20080318
-packetLen(0x023c, 10) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, 10)
#elif PACKETVER >= 20080311
-packetLen(0x023c, 21) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, 21)
#elif PACKETVER >= 20080226
-packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, 6)
#elif PACKETVER >= 20080219
-packetLen(0x023c, 5) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, 5)
#elif PACKETVER >= 20080124
-packetLen(0x023c, -1) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, -1)
#elif PACKETVER >= 20080102
-packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, 6)
#endif
// Packet: 0x023d
-packetLen(0x023d, 6) // AC_EVENT_RESULT
+packetLen(0x023d, 6)
// Packet: 0x023e
-packetLen(0x023e, 8) // HC_REQUEST_CHARACTER_PASSWORD
+packetLen(0x023e, 8)
// Packet: 0x023f
-packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+packetLen(0x023f, 2)
// Packet: 0x0240
-packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+packetLen(0x0240, -1)
// Packet: 0x0241
-packetLen(0x0241, 6) // CZ_MAIL_OPEN
+packetLen(0x0241, 6)
// Packet: 0x0242
-packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+packetLen(0x0242, -1)
// Packet: 0x0243
-packetLen(0x0243, 6) // CZ_MAIL_DELETE
+packetLen(0x0243, 6)
// Packet: 0x0244
-packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+packetLen(0x0244, 6)
// Packet: 0x0245
-packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+packetLen(0x0245, 3)
// Packet: 0x0246
-packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+packetLen(0x0246, 4)
// Packet: 0x0247
-packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+packetLen(0x0247, 8)
// Packet: 0x0248
-packetLen(0x0248, -1) // CZ_MAIL_SEND
+packetLen(0x0248, -1)
// Packet: 0x0249
-packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+packetLen(0x0249, 3)
// Packet: 0x024a
-packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+packetLen(0x024a, 70)
// Packet: 0x024b
-packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+packetLen(0x024b, 4)
// Packet: 0x024c
-packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+packetLen(0x024c, 8)
// Packet: 0x024d
-packetLen(0x024d, 12) // CZ_AUCTION_ADD
+packetLen(0x024d, 12)
// Packet: 0x024e
-packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+packetLen(0x024e, 6)
// Packet: 0x024f
-packetLen(0x024f, 10) // CZ_AUCTION_BUY
+packetLen(0x024f, 10)
// Packet: 0x0250
-packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+packetLen(0x0250, 3)
// Packet: 0x0251
-packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+packetLen(0x0251, 34)
// Packet: 0x0252
-packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+packetLen(0x0252, -1)
// Packet: 0x0253
-packetLen(0x0253, 3) // ZC_STARPLACE
+packetLen(0x0253, 3)
// Packet: 0x0254
-packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+packetLen(0x0254, 3)
// Packet: 0x0255
-packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+packetLen(0x0255, 5)
// Packet: 0x0256
-packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+packetLen(0x0256, 5)
// Packet: 0x0257
-packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+packetLen(0x0257, 8)
// Packet: 0x0258
-packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+packetLen(0x0258, 2)
// Packet: 0x0259
-packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+packetLen(0x0259, 3)
// Packet: 0x025a
-packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+packetLen(0x025a, -1)
// Packet: 0x025b
-packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+packetLen(0x025b, 6)
// Packet: 0x025c
-packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+packetLen(0x025c, 4)
// Packet: 0x025d
-packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+packetLen(0x025d, 6)
// Packet: 0x025e
-packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+packetLen(0x025e, 4)
// Packet: 0x025f
-packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+packetLen(0x025f, 6)
// Packet: 0x0260
-packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+packetLen(0x0260, 6)
// Packet: 0x0261
-packetLen(0x0261, 11) // AC_REQ_LOGIN_OLDEKEY
+packetLen(0x0261, 11)
// Packet: 0x0262
-packetLen(0x0262, 11) // AC_REQ_LOGIN_NEWEKEY
+packetLen(0x0262, 11)
// Packet: 0x0263
-packetLen(0x0263, 11) // AC_REQ_LOGIN_CARDPASS
+packetLen(0x0263, 11)
// Packet: 0x0264
-packetLen(0x0264, 20) // CA_ACK_LOGIN_OLDEKEY
+packetLen(0x0264, 20)
// Packet: 0x0265
-packetLen(0x0265, 20) // CA_ACK_LOGIN_NEWEKEY
+packetLen(0x0265, 20)
// Packet: 0x0266
-packetLen(0x0266, 30) // CA_ACK_LOGIN_CARDPASS
+packetLen(0x0266, 30)
// Packet: 0x0267
-packetLen(0x0267, 4) // AC_ACK_EKEY_FAIL_NOTEXIST
+packetLen(0x0267, 4)
// Packet: 0x0268
-packetLen(0x0268, 4) // AC_ACK_EKEY_FAIL_NOTUSESEKEY
+packetLen(0x0268, 4)
// Packet: 0x0269
-packetLen(0x0269, 4) // AC_ACK_EKEY_FAIL_NOTUSEDEKEY
+packetLen(0x0269, 4)
// Packet: 0x026a
-packetLen(0x026a, 4) // AC_ACK_EKEY_FAIL_AUTHREFUSE
+packetLen(0x026a, 4)
// Packet: 0x026b
-packetLen(0x026b, 4) // AC_ACK_EKEY_FAIL_INPUTEKEY
+packetLen(0x026b, 4)
// Packet: 0x026c
-packetLen(0x026c, 4) // AC_ACK_EKEY_FAIL_NOTICE
+packetLen(0x026c, 4)
// Packet: 0x026d
-packetLen(0x026d, 4) // AC_ACK_EKEY_FAIL_NEEDCARDPASS
+packetLen(0x026d, 4)
// Packet: 0x026f
-packetLen(0x026f, 2) // AC_ACK_FIRST_LOGIN
+packetLen(0x026f, 2)
// Packet: 0x0270
-packetLen(0x0270, 2) // AC_REQ_LOGIN_ACCOUNT_INFO
+packetLen(0x0270, 2)
// Packet: 0x0271
-packetLen(0x0271, 40) // CA_ACK_LOGIN_ACCOUNT_INFO
+packetLen(0x0271, 40)
// Packet: 0x0272
-packetLen(0x0272, 44) // AC_ACK_PT_ID_INFO
+packetLen(0x0272, 44)
// Packet: 0x0273
-packetLen(0x0273, 30) // CZ_REQ_MAIL_RETURN
+packetLen(0x0273, 30)
// Packet: 0x0274
#if PACKETVER >= 20081126
-packetLen(0x0274, -1) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, -1)
#elif PACKETVER >= 20081119
-packetLen(0x0274, 11) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, 11)
#elif PACKETVER >= 20081112
-packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, 8)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0274, 3) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, 3)
#elif PACKETVER >= 20081015
-packetLen(0x0274, -1) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, -1)
#elif PACKETVER >= 20081008
-packetLen(0x0274, 6) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, 6)
#elif PACKETVER >= 20081001
-packetLen(0x0274, 186) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, 186)
#elif PACKETVER >= 20080924
-packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, 8)
#elif PACKETVER >= 20080917
-packetLen(0x0274, -1) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, -1)
#elif PACKETVER >= 20080910
-packetLen(0x0274, 6) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, 6)
#elif PACKETVER >= 20080903
-packetLen(0x0274, 35) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, 35)
#elif PACKETVER >= 20080715
-packetLen(0x0274, -1) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, -1)
#elif PACKETVER >= 20080708
-packetLen(0x0274, 67) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, 67)
#elif PACKETVER >= 20080617
-packetLen(0x0274, -1) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, -1)
#elif PACKETVER >= 20080610
-packetLen(0x0274, 4) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, 4)
#elif PACKETVER >= 20080603
-packetLen(0x0274, -1) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, -1)
#elif PACKETVER >= 20080528
-packetLen(0x0274, 10) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, 10)
#elif PACKETVER >= 20080520
-packetLen(0x0274, 30) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, 30)
#elif PACKETVER >= 20080513
-packetLen(0x0274, 7) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, 7)
#elif PACKETVER >= 20080507
-packetLen(0x0274, -1) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, -1)
#elif PACKETVER >= 20080429
-packetLen(0x0274, 7) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, 7)
#elif PACKETVER >= 20080422
-packetLen(0x0274, 282) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, 282)
#elif PACKETVER >= 20080415
-packetLen(0x0274, 6) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, 6)
#elif PACKETVER >= 20080408
-packetLen(0x0274, 3) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, 3)
#elif PACKETVER >= 20080401
-packetLen(0x0274, 2) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, 2)
#elif PACKETVER >= 20080325
-packetLen(0x0274, 53) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, 53)
#elif PACKETVER >= 20080318
-packetLen(0x0274, -1) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, -1)
#elif PACKETVER >= 20080311
-packetLen(0x0274, 67) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, 67)
#elif PACKETVER >= 20080304
-packetLen(0x0274, -1) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, -1)
#elif PACKETVER >= 20080226
-packetLen(0x0274, 24) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, 24)
#elif PACKETVER >= 20080219
-packetLen(0x0274, 32) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, 32)
#elif PACKETVER >= 20080124
-packetLen(0x0274, 3) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, 3)
#elif PACKETVER >= 20080102
-packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, 8)
#endif
// Packet: 0x0277
-packetLen(0x0277, 84) // CA_LOGIN_PCBANG
+packetLen(0x0277, 84)
// Packet: 0x0278
-packetLen(0x0278, 2) // ZC_NOTIFY_PCBANG
+packetLen(0x0278, 2)
// Packet: 0x0279
-packetLen(0x0279, 2) // CZ_HUNTINGLIST
+packetLen(0x0279, 2)
// Packet: 0x027a
-packetLen(0x027a, -1) // ZC_HUNTINGLIST
+packetLen(0x027a, -1)
// Packet: 0x027b
-packetLen(0x027b, 14) // ZC_PCBANG_EFFECT
+packetLen(0x027b, 14)
// Packet: 0x027c
#if PACKETVER >= 20080722
-packetLen(0x027c, 60) // CA_LOGIN4
+packetLen(0x027c, 60)
#elif PACKETVER >= 20080715
-packetLen(0x027c, 96) // CA_LOGIN4
+packetLen(0x027c, 96)
#elif PACKETVER >= 20080102
-packetLen(0x027c, 60) // CA_LOGIN4
+packetLen(0x027c, 60)
#endif
// Packet: 0x027d
-packetLen(0x027d, 62) // ZC_PROPERTY_MERCE
+packetLen(0x027d, 62)
// Packet: 0x027e
-packetLen(0x027e, -1) // ZC_SHANDA_PROTECT
+packetLen(0x027e, -1)
// Packet: 0x027f
-packetLen(0x027f, 8) // CA_CLIENT_TYPE
+packetLen(0x027f, 8)
// Packet: 0x0280
-packetLen(0x0280, 12) // ZC_GANGSI_POINT
+packetLen(0x0280, 12)
// Packet: 0x0281
-packetLen(0x0281, 4) // CZ_GANGSI_RANK
+packetLen(0x0281, 4)
// Packet: 0x0282
-packetLen(0x0282, 284) // ZC_GANGSI_RANK
+packetLen(0x0282, 284)
// Packet: 0x0283
-packetLen(0x0283, 6) // ZC_AID
+packetLen(0x0283, 6)
// Packet: 0x0284
-packetLen(0x0284, 14) // ZC_NOTIFY_EFFECT3
+packetLen(0x0284, 14)
// Packet: 0x0285
-packetLen(0x0285, 6) // ZC_DEATH_QUESTION
+packetLen(0x0285, 6)
// Packet: 0x0286
-packetLen(0x0286, 4) // CZ_DEATH_QUESTION
+packetLen(0x0286, 4)
// Packet: 0x0287
#if PACKETVER >= 20081105
-packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, -1)
#elif PACKETVER >= 20081029
-packetLen(0x0287, 60) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, 60)
#elif PACKETVER >= 20081022
-packetLen(0x0287, 42) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, 42)
#elif PACKETVER >= 20081015
-packetLen(0x0287, 4) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, 4)
#elif PACKETVER >= 20080924
-packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, -1)
#elif PACKETVER >= 20080917
-packetLen(0x0287, 114) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, 114)
#elif PACKETVER >= 20080820
-packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, -1)
#elif PACKETVER >= 20080813
-packetLen(0x0287, 97) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, 97)
#elif PACKETVER >= 20080806
-packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, -1)
#elif PACKETVER >= 20080730
-packetLen(0x0287, 5) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, 5)
#elif PACKETVER >= 20080722
-packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, -1)
#elif PACKETVER >= 20080715
-packetLen(0x0287, 6) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, 6)
#elif PACKETVER >= 20080708
-packetLen(0x0287, 30) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, 30)
#elif PACKETVER >= 20080701
-packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, -1)
#elif PACKETVER >= 20080624
-packetLen(0x0287, 26) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, 26)
#elif PACKETVER >= 20080617
-packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, -1)
#elif PACKETVER >= 20080610
-packetLen(0x0287, 2) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, 2)
#elif PACKETVER >= 20080513
-packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, -1)
#elif PACKETVER >= 20080507
-packetLen(0x0287, 11) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, 11)
#elif PACKETVER >= 20080422
-packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, -1)
#elif PACKETVER >= 20080415
-packetLen(0x0287, 31) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, 31)
#elif PACKETVER >= 20080408
-packetLen(0x0287, 3) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, 3)
#elif PACKETVER >= 20080401
-packetLen(0x0287, 2) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, 2)
#elif PACKETVER >= 20080325
-packetLen(0x0287, 4) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, 4)
#elif PACKETVER >= 20080318
-packetLen(0x0287, 32) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, 32)
#elif PACKETVER >= 20080311
-packetLen(0x0287, 18) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, 18)
#elif PACKETVER >= 20080304
-packetLen(0x0287, 10) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, 10)
#elif PACKETVER >= 20080226
-packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, -1)
#elif PACKETVER >= 20080219
-packetLen(0x0287, 11) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, 11)
#elif PACKETVER >= 20080124
-packetLen(0x0287, 3) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, 3)
#elif PACKETVER >= 20080102
-packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, -1)
#endif
// Packet: 0x0288
-packetLen(0x0288, 10) // CZ_PC_BUY_CASH_POINT_ITEM
+packetLen(0x0288, 10)
// Packet: 0x0289
-packetLen(0x0289, 12) // ZC_PC_CASH_POINT_UPDATE
+packetLen(0x0289, 12)
// Packet: 0x028a
-packetLen(0x028a, 18) // ZC_NPC_SHOWEFST_UPDATE
+packetLen(0x028a, 18)
// Packet: 0x028b
-packetLen(0x028b, -1) // HC_CHARNOTBEENSELECTED
+packetLen(0x028b, -1)
// Packet: 0x028c
-packetLen(0x028c, 46) // CH_SELECT_CHAR_GOINGTOBEUSED
+packetLen(0x028c, 46)
// Packet: 0x028d
-packetLen(0x028d, 34) // CH_REQ_IS_VALID_CHARNAME
+packetLen(0x028d, 34)
// Packet: 0x028e
-packetLen(0x028e, 4) // HC_ACK_IS_VALID_CHARNAME
+packetLen(0x028e, 4)
// Packet: 0x028f
-packetLen(0x028f, 6) // CH_REQ_CHANGE_CHARNAME
+packetLen(0x028f, 6)
// Packet: 0x0290
-packetLen(0x0290, 4) // HC_ACK_CHANGE_CHARNAME
+packetLen(0x0290, 4)
// Packet: 0x0291
-packetLen(0x0291, 4) // ZC_MSG
+packetLen(0x0291, 4)
// Packet: 0x0292
-packetLen(0x0292, 2) // CZ_STANDING_RESURRECTION
+packetLen(0x0292, 2)
// Packet: 0x0293
-packetLen(0x0293, 70) // ZC_BOSS_INFO
+packetLen(0x0293, 70)
// Packet: 0x0294
-packetLen(0x0294, 10) // ZC_READ_BOOK
+packetLen(0x0294, 10)
// Packet: 0x0295
#if PACKETVER >= 20081203
-packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, -1)
#elif PACKETVER >= 20081126
-packetLen(0x0295, 7) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, 7)
#elif PACKETVER >= 20081119
-packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, -1)
#elif PACKETVER >= 20081112
-packetLen(0x0295, 8) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, 8)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0295, 6) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, 6)
#elif PACKETVER >= 20081029
-packetLen(0x0295, 5) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, 5)
#elif PACKETVER >= 20081015
-packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, -1)
#elif PACKETVER >= 20081008
-packetLen(0x0295, 6) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, 6)
#elif PACKETVER >= 20081001
-packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, -1)
#elif PACKETVER >= 20080924
-packetLen(0x0295, 14) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, 14)
#elif PACKETVER >= 20080910
-packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, -1)
#elif PACKETVER >= 20080903
-packetLen(0x0295, 2) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, 2)
#elif PACKETVER >= 20080827
-packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, -1)
#elif PACKETVER >= 20080813
-packetLen(0x0295, 6) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, 6)
#elif PACKETVER >= 20080806
-packetLen(0x0295, 54) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, 54)
#elif PACKETVER >= 20080715
-packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, -1)
#elif PACKETVER >= 20080708
-packetLen(0x0295, 11) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, 11)
#elif PACKETVER >= 20080701
-packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, -1)
#elif PACKETVER >= 20080624
-packetLen(0x0295, 31) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, 31)
#elif PACKETVER >= 20080610
-packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, -1)
#elif PACKETVER >= 20080603
-packetLen(0x0295, 30) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, 30)
#elif PACKETVER >= 20080513
-packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, -1)
#elif PACKETVER >= 20080507
-packetLen(0x0295, 6) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, 6)
#elif PACKETVER >= 20080429
-packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, -1)
#elif PACKETVER >= 20080422
-packetLen(0x0295, 53) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, 53)
#elif PACKETVER >= 20080415
-packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, -1)
#elif PACKETVER >= 20080408
-packetLen(0x0295, 10) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, 10)
#elif PACKETVER >= 20080401
-packetLen(0x0295, 2) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, 2)
#elif PACKETVER >= 20080325
-packetLen(0x0295, 66) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, 66)
#elif PACKETVER >= 20080318
-packetLen(0x0295, 8) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, 8)
#elif PACKETVER >= 20080311
-packetLen(0x0295, 4) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, 4)
#elif PACKETVER >= 20080304
-packetLen(0x0295, 5) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, 5)
#elif PACKETVER >= 20080226
-packetLen(0x0295, 3) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, 3)
#elif PACKETVER >= 20080219
-packetLen(0x0295, 6) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, 6)
#elif PACKETVER >= 20080124
-packetLen(0x0295, 34) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, 34)
#elif PACKETVER >= 20080102
-packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, -1)
#endif
// Packet: 0x0296
#if PACKETVER >= 20081217
-packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, -1)
#elif PACKETVER >= 20081203
-packetLen(0x0296, 23) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, 23)
#elif PACKETVER >= 20081126
-packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, -1)
#elif PACKETVER >= 20081119
-packetLen(0x0296, 6) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, 6)
#elif PACKETVER >= 20081112
-packetLen(0x0296, 21) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, 21)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081029
-packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, -1)
#elif PACKETVER >= 20081022
-packetLen(0x0296, 16) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, 16)
#elif PACKETVER >= 20081008
-packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, -1)
#elif PACKETVER >= 20081001
-packetLen(0x0296, 19) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, 19)
#elif PACKETVER >= 20080924
-packetLen(0x0296, 14) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, 14)
#elif PACKETVER >= 20080813
-packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, -1)
#elif PACKETVER >= 20080806
-packetLen(0x0296, 86) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, 86)
#elif PACKETVER >= 20080730
-packetLen(0x0296, 4) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, 4)
#elif PACKETVER >= 20080715
-packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, -1)
#elif PACKETVER >= 20080708
-packetLen(0x0296, 282) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, 282)
#elif PACKETVER >= 20080624
-packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, -1)
#elif PACKETVER >= 20080617
-packetLen(0x0296, 19) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, 19)
#elif PACKETVER >= 20080610
-packetLen(0x0296, 17) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, 17)
#elif PACKETVER >= 20080528
-packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, -1)
#elif PACKETVER >= 20080520
-packetLen(0x0296, 5) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, 5)
#elif PACKETVER >= 20080513
-packetLen(0x0296, 53) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, 53)
#elif PACKETVER >= 20080507
-packetLen(0x0296, 3) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, 3)
#elif PACKETVER >= 20080422
-packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, -1)
#elif PACKETVER >= 20080415
-packetLen(0x0296, 28) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, 28)
#elif PACKETVER >= 20080408
-packetLen(0x0296, 14) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, 14)
#elif PACKETVER >= 20080401
-packetLen(0x0296, 20) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, 20)
#elif PACKETVER >= 20080325
-packetLen(0x0296, 9) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, 9)
#elif PACKETVER >= 20080318
-packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, -1)
#elif PACKETVER >= 20080311
-packetLen(0x0296, 29) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, 29)
#elif PACKETVER >= 20080304
-packetLen(0x0296, 90) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, 90)
#elif PACKETVER >= 20080226
-packetLen(0x0296, 6) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, 6)
#elif PACKETVER >= 20080219
-packetLen(0x0296, 5) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, 5)
#elif PACKETVER >= 20080124
-packetLen(0x0296, 4) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, 4)
#elif PACKETVER >= 20080102
-packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, -1)
#endif
// Packet: 0x0297
#if PACKETVER >= 20081217
-packetLen(0x0297, 6) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, 6)
#elif PACKETVER >= 20081203
-packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, -1)
#elif PACKETVER >= 20081126
-packetLen(0x0297, 9) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, 9)
#elif PACKETVER >= 20081105
-packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, -1)
#elif PACKETVER >= 20081029
-packetLen(0x0297, 2) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, 2)
#elif PACKETVER >= 20081022
-packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, -1)
#elif PACKETVER >= 20081008
-packetLen(0x0297, 6) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, 6)
#elif PACKETVER >= 20080910
-packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, -1)
#elif PACKETVER >= 20080903
-packetLen(0x0297, 6) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, 6)
#elif PACKETVER >= 20080820
-packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, -1)
#elif PACKETVER >= 20080813
-packetLen(0x0297, 14) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, 14)
#elif PACKETVER >= 20080806
-packetLen(0x0297, 8) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, 8)
#elif PACKETVER >= 20080730
-packetLen(0x0297, 86) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, 86)
#elif PACKETVER >= 20080715
-packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, -1)
#elif PACKETVER >= 20080708
-packetLen(0x0297, 67) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, 67)
#elif PACKETVER >= 20080701
-packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, -1)
#elif PACKETVER >= 20080624
-packetLen(0x0297, 4) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, 4)
#elif PACKETVER >= 20080610
-packetLen(0x0297, 6) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, 6)
#elif PACKETVER >= 20080603
-packetLen(0x0297, 9) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, 9)
#elif PACKETVER >= 20080513
-packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, -1)
#elif PACKETVER >= 20080429
-packetLen(0x0297, 2) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, 2)
#elif PACKETVER >= 20080422
-packetLen(0x0297, 8) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, 8)
#elif PACKETVER >= 20080408
-packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, -1)
#elif PACKETVER >= 20080401
-packetLen(0x0297, 3) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, 3)
#elif PACKETVER >= 20080325
-packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, -1)
#elif PACKETVER >= 20080318
-packetLen(0x0297, 36) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, 36)
#elif PACKETVER >= 20080311
-packetLen(0x0297, 2) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, 2)
#elif PACKETVER >= 20080304
-packetLen(0x0297, 11) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, 11)
#elif PACKETVER >= 20080226
-packetLen(0x0297, 5) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, 5)
#elif PACKETVER >= 20080219
-packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, -1)
#elif PACKETVER >= 20080124
-packetLen(0x0297, 29) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, 29)
#elif PACKETVER >= 20080102
-packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, -1)
#endif
// Packet: 0x0298
-packetLen(0x0298, 8) // ZC_CASH_TIME_COUNTER
+packetLen(0x0298, 8)
// Packet: 0x0299
-packetLen(0x0299, 6) // ZC_CASH_ITEM_DELETE
+packetLen(0x0299, 6)
// Packet: 0x029a
#if PACKETVER >= 20081217
-packetLen(0x029a, -1) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, -1)
#elif PACKETVER >= 20081203
-packetLen(0x029a, 7) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, 7)
#elif PACKETVER >= 20081119
-packetLen(0x029a, -1) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, -1)
#elif PACKETVER >= 20081112
-packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, 27)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x029a, -1) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, -1)
#elif PACKETVER >= 20081029
-packetLen(0x029a, 20) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, 20)
#elif PACKETVER >= 20081022
-packetLen(0x029a, 6) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, 6)
#elif PACKETVER >= 20080924
-packetLen(0x029a, -1) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, -1)
#elif PACKETVER >= 20080917
-packetLen(0x029a, 4) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, 4)
#elif PACKETVER >= 20080910
-packetLen(0x029a, 2) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, 2)
#elif PACKETVER >= 20080813
-packetLen(0x029a, -1) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, -1)
#elif PACKETVER >= 20080806
-packetLen(0x029a, 9) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, 9)
#elif PACKETVER >= 20080715
-packetLen(0x029a, -1) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, -1)
#elif PACKETVER >= 20080708
-packetLen(0x029a, 6) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, 6)
#elif PACKETVER >= 20080610
-packetLen(0x029a, -1) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, -1)
#elif PACKETVER >= 20080603
-packetLen(0x029a, 28) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, 28)
#elif PACKETVER >= 20080528
-packetLen(0x029a, 7) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, 7)
#elif PACKETVER >= 20080520
-packetLen(0x029a, 55) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, 55)
#elif PACKETVER >= 20080513
-packetLen(0x029a, -1) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, -1)
#elif PACKETVER >= 20080507
-packetLen(0x029a, 12) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, 12)
#elif PACKETVER >= 20080429
-packetLen(0x029a, 44) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, 44)
#elif PACKETVER >= 20080422
-packetLen(0x029a, 11) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, 11)
#elif PACKETVER >= 20080408
-packetLen(0x029a, -1) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, -1)
#elif PACKETVER >= 20080401
-packetLen(0x029a, 14) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, 14)
#elif PACKETVER >= 20080325
-packetLen(0x029a, 2) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, 2)
#elif PACKETVER >= 20080318
-packetLen(0x029a, 16) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, 16)
#elif PACKETVER >= 20080311
-packetLen(0x029a, 8) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, 8)
#elif PACKETVER >= 20080304
-packetLen(0x029a, 21) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, 21)
#elif PACKETVER >= 20080226
-packetLen(0x029a, 3) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, 3)
#elif PACKETVER >= 20080219
-packetLen(0x029a, -1) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, -1)
#elif PACKETVER >= 20080124
-packetLen(0x029a, 30) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, 30)
#elif PACKETVER >= 20080102
-packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, 27)
#endif
// Packet: 0x029b
-packetLen(0x029b, 80) // ZC_MER_INIT
+packetLen(0x029b, 80)
// Packet: 0x029c
-packetLen(0x029c, 66) // ZC_MER_PROPERTY
+packetLen(0x029c, 66)
// Packet: 0x029d
-packetLen(0x029d, -1) // ZC_MER_SKILLINFO_LIST
+packetLen(0x029d, -1)
// Packet: 0x029e
-packetLen(0x029e, 11) // ZC_MER_SKILLINFO_UPDATE
+packetLen(0x029e, 11)
// Packet: 0x029f
-packetLen(0x029f, 3) // CZ_MER_COMMAND
+packetLen(0x029f, 3)
// Packet: 0x02a2
-packetLen(0x02a2, 8) // ZC_MER_PAR_CHANGE
+packetLen(0x02a2, 8)
// Packet: 0x02a5
-packetLen(0x02a5, 8) // CZ_KSY_EVENT
+packetLen(0x02a5, 8)
// Packet: 0x02a6
#if PACKETVER >= 20080122
// removed
#elif PACKETVER >= 20080108
-packetLen(0x02a6, 204) // ZC_HACKSH_CPX_MSG
+packetLen(0x02a6, 204)
#elif PACKETVER >= 20080102
-packetLen(0x02a6, 22) // ZC_HACKSH_CPX_MSG
+packetLen(0x02a6, 22)
#endif
// Packet: 0x02a7
#if PACKETVER >= 20080122
// removed
#elif PACKETVER >= 20080108
-packetLen(0x02a7, 204) // CZ_HACKSH_CPX_MSG
+packetLen(0x02a7, 204)
#elif PACKETVER >= 20080102
-packetLen(0x02a7, 22) // CZ_HACKSH_CPX_MSG
+packetLen(0x02a7, 22)
#endif
// Packet: 0x02a8
#if PACKETVER >= 20080108
// removed
#elif PACKETVER >= 20080102
-packetLen(0x02a8, 162) // ZC_HACKSHIELD_CRC_MSG
+packetLen(0x02a8, 162)
#endif
// Packet: 0x02a9
#if PACKETVER >= 20080108
// removed
#elif PACKETVER >= 20080102
-packetLen(0x02a9, 58) // CZ_HACKSHIELD_CRC_MSG
+packetLen(0x02a9, 58)
#endif
// Packet: 0x02aa
-packetLen(0x02aa, 4) // ZC_REQ_CASH_PASSWORD
+packetLen(0x02aa, 4)
// Packet: 0x02ab
-packetLen(0x02ab, 36) // CZ_ACK_CASH_PASSWORD
+packetLen(0x02ab, 36)
// Packet: 0x02ac
-packetLen(0x02ac, 6) // ZC_RESULT_CASH_PASSWORD
+packetLen(0x02ac, 6)
// Packet: 0x02ad
-packetLen(0x02ad, 8) // AC_REQUEST_SECOND_PASSWORD
+packetLen(0x02ad, 8)
// Packet: 0x02b0
-packetLen(0x02b0, 85) // CA_LOGIN_HAN
+packetLen(0x02b0, 85)
// Packet: 0x02b1
-packetLen(0x02b1, -1) // ZC_ALL_QUEST_LIST
+packetLen(0x02b1, -1)
// Packet: 0x02b2
-packetLen(0x02b2, -1) // ZC_ALL_QUEST_MISSION
+packetLen(0x02b2, -1)
// Packet: 0x02b3
-packetLen(0x02b3, 107) // ZC_ADD_QUEST
+packetLen(0x02b3, 107)
// Packet: 0x02b4
-packetLen(0x02b4, 6) // ZC_DEL_QUEST
+packetLen(0x02b4, 6)
// Packet: 0x02b5
-packetLen(0x02b5, -1) // ZC_UPDATE_MISSION_HUNT
+packetLen(0x02b5, -1)
// Packet: 0x02b6
-packetLen(0x02b6, 7) // CZ_ACTIVE_QUEST
+packetLen(0x02b6, 7)
// Packet: 0x02b7
-packetLen(0x02b7, 7) // ZC_ACTIVE_QUEST
+packetLen(0x02b7, 7)
// Packet: 0x02b8
-packetLen(0x02b8, 22) // ZC_ITEM_PICKUP_PARTY
+packetLen(0x02b8, 22)
// Packet: 0x02b9
-packetLen(0x02b9, 191) // ZC_SHORTCUT_KEY_LIST
+packetLen(0x02b9, 191)
// Packet: 0x02ba
-packetLen(0x02ba, 11) // CZ_SHORTCUT_KEY_CHANGE
+packetLen(0x02ba, 11)
// Packet: 0x02bb
-packetLen(0x02bb, 8) // ZC_EQUIPITEM_DAMAGED
+packetLen(0x02bb, 8)
// Packet: 0x02bc
-packetLen(0x02bc, 6) // ZC_NOTIFY_PCBANG_PLAYING_TIME
+packetLen(0x02bc, 6)
// Packet: 0x02bf
#if PACKETVER >= 20080318
// removed
#elif PACKETVER >= 20080102
-packetLen(0x02bf, 10) // ZC_SRPACKETR2_INIT
+packetLen(0x02bf, 10)
#endif
// Packet: 0x02c0
#if PACKETVER >= 20080318
// removed
#elif PACKETVER >= 20080102
-packetLen(0x02c0, 2) // CZ_SRPACKETR2_START
+packetLen(0x02c0, 2)
#endif
// Packet: 0x02c1
-packetLen(0x02c1, -1) // ZC_NPC_CHAT
+packetLen(0x02c1, -1)
// Packet: 0x02c2
-packetLen(0x02c2, -1) // ZC_FORMATSTRING_MSG
+packetLen(0x02c2, -1)
// Packet: 0x02c4
-packetLen(0x02c4, 26) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 26)
// Packet: 0x02c5
-packetLen(0x02c5, 30) // ZC_PARTY_JOIN_REQ_ACK
+packetLen(0x02c5, 30)
// Packet: 0x02c6
-packetLen(0x02c6, 30) // ZC_PARTY_JOIN_REQ
+packetLen(0x02c6, 30)
// Packet: 0x02c7
-packetLen(0x02c7, 7) // CZ_PARTY_JOIN_REQ_ACK
+packetLen(0x02c7, 7)
// Packet: 0x02c8
-packetLen(0x02c8, 3) // CZ_PARTY_CONFIG
+packetLen(0x02c8, 3)
// Packet: 0x02c9
-packetLen(0x02c9, 3) // ZC_PARTY_CONFIG
+packetLen(0x02c9, 3)
// Packet: 0x02ca
-packetLen(0x02ca, 3) // HC_REFUSE_SELECTCHAR
+packetLen(0x02ca, 3)
// Packet: 0x02cb
-packetLen(0x02cb, 65) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO
+packetLen(0x02cb, 65)
// Packet: 0x02cc
-packetLen(0x02cc, 4) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_NOTIFY
+packetLen(0x02cc, 4)
// Packet: 0x02cd
-packetLen(0x02cd, 71) // ZC_MEMORIALDUNGEON_INFO
+packetLen(0x02cd, 71)
// Packet: 0x02ce
-packetLen(0x02ce, 10) // ZC_MEMORIALDUNGEON_NOTIFY
+packetLen(0x02ce, 10)
// Packet: 0x02cf
-packetLen(0x02cf, 6) // CZ_MEMORIALDUNGEON_COMMAND
+packetLen(0x02cf, 6)
// Packet: 0x02d0
-packetLen(0x02d0, -1) // ZC_EQUIPMENT_ITEMLIST3
+packetLen(0x02d0, -1)
// Packet: 0x02d1
-packetLen(0x02d1, -1) // ZC_STORE_EQUIPMENT_ITEMLIST3
+packetLen(0x02d1, -1)
// Packet: 0x02d2
-packetLen(0x02d2, -1) // ZC_CART_EQUIPMENT_ITEMLIST3
+packetLen(0x02d2, -1)
// Packet: 0x02d3
-packetLen(0x02d3, 4) // ZC_NOTIFY_BIND_ON_EQUIP
+packetLen(0x02d3, 4)
// Packet: 0x02d4
#if PACKETVER >= 20080304
-packetLen(0x02d4, 29) // ZC_ITEM_PICKUP_ACK3
+packetLen(0x02d4, 29)
#elif PACKETVER >= 20080226
-packetLen(0x02d4, 30) // ZC_ITEM_PICKUP_ACK3
+packetLen(0x02d4, 30)
#elif PACKETVER >= 20080219
-packetLen(0x02d4, 29) // ZC_ITEM_PICKUP_ACK3
+packetLen(0x02d4, 29)
#elif PACKETVER >= 20080124
-packetLen(0x02d4, 32) // ZC_ITEM_PICKUP_ACK3
+packetLen(0x02d4, 32)
#elif PACKETVER >= 20080102
-packetLen(0x02d4, 29) // ZC_ITEM_PICKUP_ACK3
+packetLen(0x02d4, 29)
#endif
// Packet: 0x02d5
-packetLen(0x02d5, 2) // ZC_ISVR_DISCONNECT
+packetLen(0x02d5, 2)
// Packet: 0x02d6
-packetLen(0x02d6, 6) // CZ_EQUIPWIN_MICROSCOPE
+packetLen(0x02d6, 6)
// Packet: 0x02d7
-packetLen(0x02d7, -1) // ZC_EQUIPWIN_MICROSCOPE
+packetLen(0x02d7, -1)
// Packet: 0x02d8
-packetLen(0x02d8, 10) // CZ_CONFIG
+packetLen(0x02d8, 10)
// Packet: 0x02d9
-packetLen(0x02d9, 10) // ZC_CONFIG
+packetLen(0x02d9, 10)
// Packet: 0x02da
-packetLen(0x02da, 3) // ZC_CONFIG_NOTIFY
+packetLen(0x02da, 3)
// Packet: 0x02db
-packetLen(0x02db, -1) // CZ_BATTLEFIELD_CHAT
+packetLen(0x02db, -1)
// Packet: 0x02dc
-packetLen(0x02dc, -1) // ZC_BATTLEFIELD_CHAT
+packetLen(0x02dc, -1)
// Packet: 0x02dd
-packetLen(0x02dd, 32) // ZC_BATTLEFIELD_NOTIFY_CAMPINFO
+packetLen(0x02dd, 32)
// Packet: 0x02de
-packetLen(0x02de, 6) // ZC_BATTLEFIELD_NOTIFY_POINT
+packetLen(0x02de, 6)
// Packet: 0x02df
-packetLen(0x02df, 36) // ZC_BATTLEFIELD_NOTIFY_POSITION
+packetLen(0x02df, 36)
// Packet: 0x02e0
-packetLen(0x02e0, 34) // ZC_BATTLEFIELD_NOTIFY_HP
+packetLen(0x02e0, 34)
// Packet: 0x02e1
#if PACKETVER >= 20081217
-packetLen(0x02e1, 6) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, 6)
#elif PACKETVER >= 20081112
-packetLen(0x02e1, 33) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, 33)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081105
-packetLen(0x02e1, -1) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, -1)
#elif PACKETVER >= 20081029
-packetLen(0x02e1, 5) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, 5)
#elif PACKETVER >= 20081022
-packetLen(0x02e1, 90) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, 90)
#elif PACKETVER >= 20081008
-packetLen(0x02e1, -1) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, -1)
#elif PACKETVER >= 20081001
-packetLen(0x02e1, 6) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, 6)
#elif PACKETVER >= 20080924
-packetLen(0x02e1, -1) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, -1)
#elif PACKETVER >= 20080917
-packetLen(0x02e1, 6) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, 6)
#elif PACKETVER >= 20080910
-packetLen(0x02e1, 2) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, 2)
#elif PACKETVER >= 20080903
-packetLen(0x02e1, 5) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, 5)
#elif PACKETVER >= 20080827
-packetLen(0x02e1, -1) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, -1)
#elif PACKETVER >= 20080820
-packetLen(0x02e1, 13) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, 13)
#elif PACKETVER >= 20080813
-packetLen(0x02e1, 2) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, 2)
#elif PACKETVER >= 20080730
-packetLen(0x02e1, -1) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, -1)
#elif PACKETVER >= 20080722
-packetLen(0x02e1, 102) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, 102)
#elif PACKETVER >= 20080715
-packetLen(0x02e1, 3) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, 3)
#elif PACKETVER >= 20080617
-packetLen(0x02e1, -1) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, -1)
#elif PACKETVER >= 20080610
-packetLen(0x02e1, 26) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, 26)
#elif PACKETVER >= 20080603
-packetLen(0x02e1, 8) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, 8)
#elif PACKETVER >= 20080528
-packetLen(0x02e1, 10) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, 10)
#elif PACKETVER >= 20080520
-packetLen(0x02e1, 6) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, 6)
#elif PACKETVER >= 20080513
-packetLen(0x02e1, 55) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, 55)
#elif PACKETVER >= 20080507
-packetLen(0x02e1, 22) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, 22)
#elif PACKETVER >= 20080408
-packetLen(0x02e1, -1) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, -1)
#elif PACKETVER >= 20080401
-packetLen(0x02e1, 9) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, 9)
#elif PACKETVER >= 20080325
-packetLen(0x02e1, 26) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, 26)
#elif PACKETVER >= 20080311
-packetLen(0x02e1, -1) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, -1)
#elif PACKETVER >= 20080304
-packetLen(0x02e1, 8) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, 8)
#elif PACKETVER >= 20080102
-packetLen(0x02e1, 33) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, 33)
#endif
// Packet: 0x02e2
-packetLen(0x02e2, 20) // CZ_USE_ITEM_NEW_JAPEN
+packetLen(0x02e2, 20)
// Packet: 0x02e3
-packetLen(0x02e3, 22) // CZ_USE_SKILL_NEW_JAPEN
+packetLen(0x02e3, 22)
// Packet: 0x02e4
-packetLen(0x02e4, 11) // CZ_ITEM_PICKUP_NEW_JAPEN
+packetLen(0x02e4, 11)
// Packet: 0x02e5
-packetLen(0x02e5, 9) // CZ_REQUEST_MOVE_NEW_JAPEN
+packetLen(0x02e5, 9)
// Packet: 0x02e6
-packetLen(0x02e6, 6) // CZ_BOT_CHECK
+packetLen(0x02e6, 6)
// Packet: 0x02e7
-packetLen(0x02e7, -1) // ZC_MAPPROPERTY
+packetLen(0x02e7, -1)
// Packet: 0x02e8
-packetLen(0x02e8, -1) // ZC_NORMAL_ITEMLIST3
+packetLen(0x02e8, -1)
// Packet: 0x02e9
-packetLen(0x02e9, -1) // ZC_CART_NORMAL_ITEMLIST3
+packetLen(0x02e9, -1)
// Packet: 0x02ea
-packetLen(0x02ea, -1) // ZC_STORE_NORMAL_ITEMLIST3
+packetLen(0x02ea, -1)
// Packet: 0x02eb
-packetLen(0x02eb, 13) // ZC_ACCEPT_ENTER2
+packetLen(0x02eb, 13)
// Packet: 0x02ec
#if PACKETVER >= 20081203
-packetLen(0x02ec, -1) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, -1)
#elif PACKETVER >= 20081119
-packetLen(0x02ec, 6) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 6)
#elif PACKETVER >= 20081112
-packetLen(0x02ec, 67) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 67)
// ignored packet from 2008-11-12dRagexe
#elif PACKETVER >= 20081105
-packetLen(0x02ec, -1) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, -1)
#elif PACKETVER >= 20081029
-packetLen(0x02ec, 68) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 68)
#elif PACKETVER >= 20081022
-packetLen(0x02ec, 30) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 30)
#elif PACKETVER >= 20081008
-packetLen(0x02ec, 4) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 4)
#elif PACKETVER >= 20080917
-packetLen(0x02ec, -1) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, -1)
#elif PACKETVER >= 20080910
-packetLen(0x02ec, 30) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 30)
#elif PACKETVER >= 20080903
-packetLen(0x02ec, -1) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, -1)
#elif PACKETVER >= 20080827
-packetLen(0x02ec, 26) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 26)
#elif PACKETVER >= 20080820
-packetLen(0x02ec, -1) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, -1)
#elif PACKETVER >= 20080813
-packetLen(0x02ec, 28) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 28)
#elif PACKETVER >= 20080806
-packetLen(0x02ec, 68) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 68)
#elif PACKETVER >= 20080730
-packetLen(0x02ec, 2) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 2)
#elif PACKETVER >= 20080722
-packetLen(0x02ec, 29) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 29)
#elif PACKETVER >= 20080715
-packetLen(0x02ec, 3) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 3)
#elif PACKETVER >= 20080708
-packetLen(0x02ec, 32) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 32)
#elif PACKETVER >= 20080624
-packetLen(0x02ec, -1) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, -1)
#elif PACKETVER >= 20080617
-packetLen(0x02ec, 42) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 42)
#elif PACKETVER >= 20080610
-packetLen(0x02ec, 6) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 6)
#elif PACKETVER >= 20080603
-packetLen(0x02ec, 4) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 4)
#elif PACKETVER >= 20080528
-packetLen(0x02ec, 6) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 6)
#elif PACKETVER >= 20080520
-packetLen(0x02ec, 14) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 14)
#elif PACKETVER >= 20080513
-packetLen(0x02ec, 11) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 11)
#elif PACKETVER >= 20080507
-packetLen(0x02ec, -1) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, -1)
#elif PACKETVER >= 20080429
-packetLen(0x02ec, 43) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 43)
#elif PACKETVER >= 20080422
-packetLen(0x02ec, 60) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 60)
#elif PACKETVER >= 20080415
-packetLen(0x02ec, 3) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 3)
#elif PACKETVER >= 20080408
-packetLen(0x02ec, 6) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 6)
#elif PACKETVER >= 20080401
-packetLen(0x02ec, 17) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 17)
#elif PACKETVER >= 20080325
-packetLen(0x02ec, 29) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 29)
#elif PACKETVER >= 20080318
-packetLen(0x02ec, 10) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 10)
#elif PACKETVER >= 20080311
-packetLen(0x02ec, 12) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 12)
#elif PACKETVER >= 20080304
-packetLen(0x02ec, 60) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 60)
#elif PACKETVER >= 20080102
-packetLen(0x02ec, 67) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 67)
#endif
// Packet: 0x02ed
#if PACKETVER >= 20081119
-packetLen(0x02ed, -1) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, -1)
#elif PACKETVER >= 20081112
-packetLen(0x02ed, 59) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, 59)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081029
-packetLen(0x02ed, -1) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, -1)
#elif PACKETVER >= 20081022
-packetLen(0x02ed, 30) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, 30)
#elif PACKETVER >= 20081015
-packetLen(0x02ed, 5) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, 5)
#elif PACKETVER >= 20081008
-packetLen(0x02ed, 4) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, 4)
#elif PACKETVER >= 20081001
-packetLen(0x02ed, -1) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, -1)
#elif PACKETVER >= 20080924
-packetLen(0x02ed, 17) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, 17)
#elif PACKETVER >= 20080917
-packetLen(0x02ed, 10) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, 10)
#elif PACKETVER >= 20080910
-packetLen(0x02ed, -1) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, -1)
#elif PACKETVER >= 20080903
-packetLen(0x02ed, 15) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, 15)
#elif PACKETVER >= 20080827
-packetLen(0x02ed, 2) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, 2)
#elif PACKETVER >= 20080813
-packetLen(0x02ed, -1) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, -1)
#elif PACKETVER >= 20080806
-packetLen(0x02ed, 6) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, 6)
#elif PACKETVER >= 20080730
-packetLen(0x02ed, 29) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, 29)
#elif PACKETVER >= 20080715
-packetLen(0x02ed, -1) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, -1)
#elif PACKETVER >= 20080708
-packetLen(0x02ed, 6) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, 6)
#elif PACKETVER >= 20080624
-packetLen(0x02ed, -1) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, -1)
#elif PACKETVER >= 20080617
-packetLen(0x02ed, 60) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, 60)
#elif PACKETVER >= 20080610
-packetLen(0x02ed, 7) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, 7)
#elif PACKETVER >= 20080603
-packetLen(0x02ed, -1) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, -1)
#elif PACKETVER >= 20080528
-packetLen(0x02ed, 97) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, 97)
#elif PACKETVER >= 20080520
-packetLen(0x02ed, 11) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, 11)
#elif PACKETVER >= 20080513
-packetLen(0x02ed, 21) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, 21)
#elif PACKETVER >= 20080507
-packetLen(0x02ed, 10) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, 10)
#elif PACKETVER >= 20080429
-packetLen(0x02ed, -1) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, -1)
#elif PACKETVER >= 20080422
-packetLen(0x02ed, 30) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, 30)
#elif PACKETVER >= 20080415
-packetLen(0x02ed, 53) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, 53)
#elif PACKETVER >= 20080408
-packetLen(0x02ed, 7) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, 7)
#elif PACKETVER >= 20080401
-packetLen(0x02ed, 11) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, 11)
#elif PACKETVER >= 20080325
-packetLen(0x02ed, -1) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, -1)
#elif PACKETVER >= 20080318
-packetLen(0x02ed, 6) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, 6)
#elif PACKETVER >= 20080304
-packetLen(0x02ed, -1) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, -1)
#elif PACKETVER >= 20080102
-packetLen(0x02ed, 59) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, 59)
#endif
// Packet: 0x02ee
#if PACKETVER >= 20081203
-packetLen(0x02ee, -1) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, -1)
#elif PACKETVER >= 20081126
-packetLen(0x02ee, 6) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, 6)
#elif PACKETVER >= 20081119
-packetLen(0x02ee, 26) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, 26)
#elif PACKETVER >= 20081112
-packetLen(0x02ee, 60) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, 60)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x02ee, 14) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, 14)
#elif PACKETVER >= 20081029
-packetLen(0x02ee, 60) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, 60)
#elif PACKETVER >= 20081008
-packetLen(0x02ee, -1) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, -1)
#elif PACKETVER >= 20081001
-packetLen(0x02ee, 6) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, 6)
#elif PACKETVER >= 20080924
-packetLen(0x02ee, -1) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, -1)
#elif PACKETVER >= 20080910
-packetLen(0x02ee, 3) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, 3)
#elif PACKETVER >= 20080903
-packetLen(0x02ee, 2) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, 2)
#elif PACKETVER >= 20080827
-packetLen(0x02ee, -1) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, -1)
#elif PACKETVER >= 20080820
-packetLen(0x02ee, 8) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, 8)
#elif PACKETVER >= 20080813
-packetLen(0x02ee, -1) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, -1)
#elif PACKETVER >= 20080806
-packetLen(0x02ee, 6) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, 6)
#elif PACKETVER >= 20080730
-packetLen(0x02ee, 4) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, 4)
#elif PACKETVER >= 20080715
-packetLen(0x02ee, -1) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, -1)
#elif PACKETVER >= 20080708
-packetLen(0x02ee, 36) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, 36)
#elif PACKETVER >= 20080610
-packetLen(0x02ee, -1) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, -1)
#elif PACKETVER >= 20080603
-packetLen(0x02ee, 2) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, 2)
#elif PACKETVER >= 20080528
-packetLen(0x02ee, 3) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, 3)
#elif PACKETVER >= 20080520
-packetLen(0x02ee, 28) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, 28)
#elif PACKETVER >= 20080507
-packetLen(0x02ee, -1) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, -1)
#elif PACKETVER >= 20080429
-packetLen(0x02ee, 4) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, 4)
#elif PACKETVER >= 20080422
-packetLen(0x02ee, 97) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, 97)
#elif PACKETVER >= 20080415
-packetLen(0x02ee, 60) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, 60)
#elif PACKETVER >= 20080408
-packetLen(0x02ee, -1) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, -1)
#elif PACKETVER >= 20080401
-packetLen(0x02ee, 42) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, 42)
#elif PACKETVER >= 20080325
-packetLen(0x02ee, 4) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, 4)
#elif PACKETVER >= 20080318
-packetLen(0x02ee, 13) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, 13)
#elif PACKETVER >= 20080311
-packetLen(0x02ee, 81) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, 81)
#elif PACKETVER >= 20080304
-packetLen(0x02ee, -1) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, -1)
#elif PACKETVER >= 20080102
-packetLen(0x02ee, 60) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, 60)
#endif
// Packet: 0x02ef
-packetLen(0x02ef, 8) // ZC_NOTIFY_FONT
+packetLen(0x02ef, 8)
// Packet: 0x02f0
#if PACKETVER >= 20080318
-packetLen(0x02f0, 10) // ZC_PROGRESS
+packetLen(0x02f0, 10)
#endif
// Packet: 0x02f1
#if PACKETVER >= 20080318
-packetLen(0x02f1, 2) // CZ_PROGRESS
+packetLen(0x02f1, 2)
#endif
// Packet: 0x02f2
#if PACKETVER >= 20080318
-packetLen(0x02f2, 2) // ZC_PROGRESS_CANCEL
+packetLen(0x02f2, 2)
#endif
// Packet: 0x02f3
#if PACKETVER >= 20081217
-packetLen(0x02f3, 3) // CZ_IRMAIL_SEND
+packetLen(0x02f3, 3)
#elif PACKETVER >= 20081203
-packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+packetLen(0x02f3, -1)
#elif PACKETVER >= 20081126
-packetLen(0x02f3, 4) // CZ_IRMAIL_SEND
+packetLen(0x02f3, 4)
#elif PACKETVER >= 20081022
-packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+packetLen(0x02f3, -1)
#elif PACKETVER >= 20081015
-packetLen(0x02f3, 7) // CZ_IRMAIL_SEND
+packetLen(0x02f3, 7)
#elif PACKETVER >= 20081008
-packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+packetLen(0x02f3, -1)
#elif PACKETVER >= 20081001
-packetLen(0x02f3, 10) // CZ_IRMAIL_SEND
+packetLen(0x02f3, 10)
#elif PACKETVER >= 20080924
-packetLen(0x02f3, 58) // CZ_IRMAIL_SEND
+packetLen(0x02f3, 58)
#elif PACKETVER >= 20080910
-packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+packetLen(0x02f3, -1)
#elif PACKETVER >= 20080903
-packetLen(0x02f3, 21) // CZ_IRMAIL_SEND
+packetLen(0x02f3, 21)
#elif PACKETVER >= 20080827
-packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+packetLen(0x02f3, -1)
#elif PACKETVER >= 20080820
-packetLen(0x02f3, 2) // CZ_IRMAIL_SEND
+packetLen(0x02f3, 2)
#elif PACKETVER >= 20080813
-packetLen(0x02f3, 10) // CZ_IRMAIL_SEND
+packetLen(0x02f3, 10)
#elif PACKETVER >= 20080806
-packetLen(0x02f3, 4) // CZ_IRMAIL_SEND
+packetLen(0x02f3, 4)
#elif PACKETVER >= 20080730
-packetLen(0x02f3, 10) // CZ_IRMAIL_SEND
+packetLen(0x02f3, 10)
#elif PACKETVER >= 20080722
-packetLen(0x02f3, 2) // CZ_IRMAIL_SEND
+packetLen(0x02f3, 2)
#elif PACKETVER >= 20080715
-packetLen(0x02f3, 30) // CZ_IRMAIL_SEND
+packetLen(0x02f3, 30)
#elif PACKETVER >= 20080701
-packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+packetLen(0x02f3, -1)
#elif PACKETVER >= 20080624
-packetLen(0x02f3, 2) // CZ_IRMAIL_SEND
+packetLen(0x02f3, 2)
#elif PACKETVER >= 20080617
-packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+packetLen(0x02f3, -1)
#elif PACKETVER >= 20080610
-packetLen(0x02f3, 30) // CZ_IRMAIL_SEND
+packetLen(0x02f3, 30)
#elif PACKETVER >= 20080603
-packetLen(0x02f3, 9) // CZ_IRMAIL_SEND
+packetLen(0x02f3, 9)
#elif PACKETVER >= 20080528
-packetLen(0x02f3, 26) // CZ_IRMAIL_SEND
+packetLen(0x02f3, 26)
#elif PACKETVER >= 20080520
-packetLen(0x02f3, 5) // CZ_IRMAIL_SEND
+packetLen(0x02f3, 5)
#elif PACKETVER >= 20080513
-packetLen(0x02f3, 3) // CZ_IRMAIL_SEND
+packetLen(0x02f3, 3)
#elif PACKETVER >= 20080507
-packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+packetLen(0x02f3, -1)
#elif PACKETVER >= 20080429
-packetLen(0x02f3, 7) // CZ_IRMAIL_SEND
+packetLen(0x02f3, 7)
#elif PACKETVER >= 20080422
-packetLen(0x02f3, 3) // CZ_IRMAIL_SEND
+packetLen(0x02f3, 3)
#elif PACKETVER >= 20080415
-packetLen(0x02f3, 67) // CZ_IRMAIL_SEND
+packetLen(0x02f3, 67)
#elif PACKETVER >= 20080408
-packetLen(0x02f3, 23) // CZ_IRMAIL_SEND
+packetLen(0x02f3, 23)
#elif PACKETVER >= 20080401
-packetLen(0x02f3, 71) // CZ_IRMAIL_SEND
+packetLen(0x02f3, 71)
#elif PACKETVER >= 20080325
-packetLen(0x02f3, 2) // CZ_IRMAIL_SEND
+packetLen(0x02f3, 2)
#endif
// Packet: 0x02f4
#if PACKETVER >= 20081217
-packetLen(0x02f4, -1) // ZC_IRMAIL_SEND_RES
+packetLen(0x02f4, -1)
#elif PACKETVER >= 20081203
-packetLen(0x02f4, 15) // ZC_IRMAIL_SEND_RES
+packetLen(0x02f4, 15)
#elif PACKETVER >= 20081126
-packetLen(0x02f4, 11) // ZC_IRMAIL_SEND_RES
+packetLen(0x02f4, 11)
#elif PACKETVER >= 20081112
-packetLen(0x02f4, -1) // ZC_IRMAIL_SEND_RES
+packetLen(0x02f4, -1)
#elif PACKETVER >= 20081105
-packetLen(0x02f4, 2) // ZC_IRMAIL_SEND_RES
+packetLen(0x02f4, 2)
#elif PACKETVER >= 20081029
-packetLen(0x02f4, -1) // ZC_IRMAIL_SEND_RES
+packetLen(0x02f4, -1)
#elif PACKETVER >= 20081015
-packetLen(0x02f4, 6) // ZC_IRMAIL_SEND_RES
+packetLen(0x02f4, 6)
#elif PACKETVER >= 20081008
-packetLen(0x02f4, 7) // ZC_IRMAIL_SEND_RES
+packetLen(0x02f4, 7)
#elif PACKETVER >= 20081001
-packetLen(0x02f4, 8) // ZC_IRMAIL_SEND_RES
+packetLen(0x02f4, 8)
#elif PACKETVER >= 20080924
-packetLen(0x02f4, -1) // ZC_IRMAIL_SEND_RES
+packetLen(0x02f4, -1)
#elif PACKETVER >= 20080917
-packetLen(0x02f4, 55) // ZC_IRMAIL_SEND_RES
+packetLen(0x02f4, 55)
#elif PACKETVER >= 20080910
-packetLen(0x02f4, 11) // ZC_IRMAIL_SEND_RES
+packetLen(0x02f4, 11)
#elif PACKETVER >= 20080813
-packetLen(0x02f4, -1) // ZC_IRMAIL_SEND_RES
+packetLen(0x02f4, -1)
#elif PACKETVER >= 20080806
-packetLen(0x02f4, 35) // ZC_IRMAIL_SEND_RES
+packetLen(0x02f4, 35)
#elif PACKETVER >= 20080715
-packetLen(0x02f4, -1) // ZC_IRMAIL_SEND_RES
+packetLen(0x02f4, -1)
#elif PACKETVER >= 20080708
-packetLen(0x02f4, 6) // ZC_IRMAIL_SEND_RES
+packetLen(0x02f4, 6)
#elif PACKETVER >= 20080617
-packetLen(0x02f4, -1) // ZC_IRMAIL_SEND_RES
+packetLen(0x02f4, -1)
#elif PACKETVER >= 20080610
-packetLen(0x02f4, 30) // ZC_IRMAIL_SEND_RES
+packetLen(0x02f4, 30)
#elif PACKETVER >= 20080507
-packetLen(0x02f4, -1) // ZC_IRMAIL_SEND_RES
+packetLen(0x02f4, -1)
#elif PACKETVER >= 20080429
-packetLen(0x02f4, 29) // ZC_IRMAIL_SEND_RES
+packetLen(0x02f4, 29)
#elif PACKETVER >= 20080422
-packetLen(0x02f4, 6) // ZC_IRMAIL_SEND_RES
+packetLen(0x02f4, 6)
#elif PACKETVER >= 20080408
-packetLen(0x02f4, -1) // ZC_IRMAIL_SEND_RES
+packetLen(0x02f4, -1)
#elif PACKETVER >= 20080401
-packetLen(0x02f4, 9) // ZC_IRMAIL_SEND_RES
+packetLen(0x02f4, 9)
#elif PACKETVER >= 20080325
-packetLen(0x02f4, 4) // ZC_IRMAIL_SEND_RES
+packetLen(0x02f4, 4)
#endif
// Packet: 0x02f5
#if PACKETVER >= 20081217
-packetLen(0x02f5, 6) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, 6)
#elif PACKETVER >= 20081126
-packetLen(0x02f5, -1) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, -1)
#elif PACKETVER >= 20081119
-packetLen(0x02f5, 2) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, 2)
#elif PACKETVER >= 20081112
-packetLen(0x02f5, -1) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, -1)
#elif PACKETVER >= 20081105
-packetLen(0x02f5, 90) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, 90)
#elif PACKETVER >= 20081029
-packetLen(0x02f5, 6) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, 6)
#elif PACKETVER >= 20081022
-packetLen(0x02f5, -1) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, -1)
#elif PACKETVER >= 20081015
-packetLen(0x02f5, 71) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, 71)
#elif PACKETVER >= 20081001
-packetLen(0x02f5, -1) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, -1)
#elif PACKETVER >= 20080924
-packetLen(0x02f5, 10) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, 10)
#elif PACKETVER >= 20080910
-packetLen(0x02f5, -1) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, -1)
#elif PACKETVER >= 20080903
-packetLen(0x02f5, 3) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, 3)
#elif PACKETVER >= 20080813
-packetLen(0x02f5, -1) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, -1)
#elif PACKETVER >= 20080806
-packetLen(0x02f5, 11) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, 11)
#elif PACKETVER >= 20080722
-packetLen(0x02f5, -1) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, -1)
#elif PACKETVER >= 20080715
-packetLen(0x02f5, 2) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, 2)
#elif PACKETVER >= 20080708
-packetLen(0x02f5, 26) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, 26)
#elif PACKETVER >= 20080701
-packetLen(0x02f5, 8) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, 8)
#elif PACKETVER >= 20080624
-packetLen(0x02f5, 7) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, 7)
#elif PACKETVER >= 20080617
-packetLen(0x02f5, 26) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, 26)
#elif PACKETVER >= 20080610
-packetLen(0x02f5, -1) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, -1)
#elif PACKETVER >= 20080603
-packetLen(0x02f5, 28) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, 28)
#elif PACKETVER >= 20080528
-packetLen(0x02f5, -1) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, -1)
#elif PACKETVER >= 20080520
-packetLen(0x02f5, 2) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, 2)
#elif PACKETVER >= 20080513
-packetLen(0x02f5, 3) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, 3)
#elif PACKETVER >= 20080507
-packetLen(0x02f5, 5) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, 5)
#elif PACKETVER >= 20080429
-packetLen(0x02f5, 8) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, 8)
#elif PACKETVER >= 20080422
-packetLen(0x02f5, -1) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, -1)
#elif PACKETVER >= 20080415
-packetLen(0x02f5, 60) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, 60)
#elif PACKETVER >= 20080401
-packetLen(0x02f5, -1) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, -1)
#elif PACKETVER >= 20080325
-packetLen(0x02f5, 86) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, 86)
#endif
// Packet: 0x02f6
#if PACKETVER >= 20081217
-packetLen(0x02f6, 4) // CZ_IRMAIL_LIST
+packetLen(0x02f6, 4)
#elif PACKETVER >= 20081126
-packetLen(0x02f6, -1) // CZ_IRMAIL_LIST
+packetLen(0x02f6, -1)
#elif PACKETVER >= 20081119
-packetLen(0x02f6, 2) // CZ_IRMAIL_LIST
+packetLen(0x02f6, 2)
#elif PACKETVER >= 20081112
-packetLen(0x02f6, 29) // CZ_IRMAIL_LIST
+packetLen(0x02f6, 29)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x02f6, 10) // CZ_IRMAIL_LIST
+packetLen(0x02f6, 10)
#elif PACKETVER >= 20081015
-packetLen(0x02f6, -1) // CZ_IRMAIL_LIST
+packetLen(0x02f6, -1)
#elif PACKETVER >= 20081008
-packetLen(0x02f6, 30) // CZ_IRMAIL_LIST
+packetLen(0x02f6, 30)
#elif PACKETVER >= 20081001
-packetLen(0x02f6, -1) // CZ_IRMAIL_LIST
+packetLen(0x02f6, -1)
#elif PACKETVER >= 20080924
-packetLen(0x02f6, 11) // CZ_IRMAIL_LIST
+packetLen(0x02f6, 11)
#elif PACKETVER >= 20080827
-packetLen(0x02f6, -1) // CZ_IRMAIL_LIST
+packetLen(0x02f6, -1)
#elif PACKETVER >= 20080820
-packetLen(0x02f6, 22) // CZ_IRMAIL_LIST
+packetLen(0x02f6, 22)
#elif PACKETVER >= 20080806
-packetLen(0x02f6, -1) // CZ_IRMAIL_LIST
+packetLen(0x02f6, -1)
#elif PACKETVER >= 20080730
-packetLen(0x02f6, 4) // CZ_IRMAIL_LIST
+packetLen(0x02f6, 4)
#elif PACKETVER >= 20080708
-packetLen(0x02f6, -1) // CZ_IRMAIL_LIST
+packetLen(0x02f6, -1)
#elif PACKETVER >= 20080624
-packetLen(0x02f6, 8) // CZ_IRMAIL_LIST
+packetLen(0x02f6, 8)
#elif PACKETVER >= 20080617
-packetLen(0x02f6, -1) // CZ_IRMAIL_LIST
+packetLen(0x02f6, -1)
#elif PACKETVER >= 20080610
-packetLen(0x02f6, 5) // CZ_IRMAIL_LIST
+packetLen(0x02f6, 5)
#elif PACKETVER >= 20080603
-packetLen(0x02f6, -1) // CZ_IRMAIL_LIST
+packetLen(0x02f6, -1)
#elif PACKETVER >= 20080528
-packetLen(0x02f6, 2) // CZ_IRMAIL_LIST
+packetLen(0x02f6, 2)
#elif PACKETVER >= 20080520
-packetLen(0x02f6, 12) // CZ_IRMAIL_LIST
+packetLen(0x02f6, 12)
#elif PACKETVER >= 20080513
-packetLen(0x02f6, -1) // CZ_IRMAIL_LIST
+packetLen(0x02f6, -1)
#elif PACKETVER >= 20080507
-packetLen(0x02f6, 5) // CZ_IRMAIL_LIST
+packetLen(0x02f6, 5)
#elif PACKETVER >= 20080429
-packetLen(0x02f6, 22) // CZ_IRMAIL_LIST
+packetLen(0x02f6, 22)
#elif PACKETVER >= 20080422
-packetLen(0x02f6, 5) // CZ_IRMAIL_LIST
+packetLen(0x02f6, 5)
#elif PACKETVER >= 20080415
-packetLen(0x02f6, 2) // CZ_IRMAIL_LIST
+packetLen(0x02f6, 2)
#elif PACKETVER >= 20080408
-packetLen(0x02f6, 8) // CZ_IRMAIL_LIST
+packetLen(0x02f6, 8)
#elif PACKETVER >= 20080401
-packetLen(0x02f6, 6) // CZ_IRMAIL_LIST
+packetLen(0x02f6, 6)
#elif PACKETVER >= 20080325
-packetLen(0x02f6, 4) // CZ_IRMAIL_LIST
+packetLen(0x02f6, 4)
#endif
// Packet: 0x02f7
@@ -31789,472 +31789,472 @@ packetLen(0x035b, 3)
// Packet: 0x035c
#if PACKETVER >= 20080520
-packetLen(0x035c, 2) // CZ_OPEN_SIMPLE_CASHSHOP_ITEMLIST
+packetLen(0x035c, 2)
#endif
// Packet: 0x035d
#if PACKETVER >= 20080521
-packetLen(0x035d, -1) // ZC_SIMPLE_CASHSHOP_POINT_ITEMLIST
+packetLen(0x035d, -1)
#elif PACKETVER >= 20080520
-packetLen(0x035d, 10) // ZC_SIMPLE_CASHSHOP_POINT_ITEMLIST
+packetLen(0x035d, 10)
#endif
// Packet: 0x035e
#if PACKETVER >= 20080521
-packetLen(0x035e, 2) // CZ_CLOSE_WINDOW
+packetLen(0x035e, 2)
#elif PACKETVER >= 20080520
-packetLen(0x035e, -1) // CZ_CLOSE_WINDOW
+packetLen(0x035e, -1)
#endif
// Packet: 0x035f
#if PACKETVER >= 20081126
-packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+packetLen(0x035f, -1)
#elif PACKETVER >= 20081119
-packetLen(0x035f, 59) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 59)
#elif PACKETVER >= 20081112
-packetLen(0x035f, 186) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 186)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x035f, 30) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 30)
#elif PACKETVER >= 20081029
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20081008
-packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+packetLen(0x035f, -1)
#elif PACKETVER >= 20081001
-packetLen(0x035f, 30) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 30)
#elif PACKETVER >= 20080924
-packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+packetLen(0x035f, -1)
#elif PACKETVER >= 20080917
-packetLen(0x035f, 3) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 3)
#elif PACKETVER >= 20080910
-packetLen(0x035f, 8) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 8)
#elif PACKETVER >= 20080730
-packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+packetLen(0x035f, -1)
#elif PACKETVER >= 20080722
-packetLen(0x035f, 282) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 282)
#elif PACKETVER >= 20080715
-packetLen(0x035f, 9) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 9)
#elif PACKETVER >= 20080708
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20080624
-packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+packetLen(0x035f, -1)
#elif PACKETVER >= 20080617
-packetLen(0x035f, 4) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 4)
#elif PACKETVER >= 20080528
-packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+packetLen(0x035f, -1)
#endif
// Packet: 0x0360
#if PACKETVER >= 20081217
-packetLen(0x0360, -1) // CZ_REQUEST_TIME2
+packetLen(0x0360, -1)
#elif PACKETVER >= 20081203
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20081112
-packetLen(0x0360, -1) // CZ_REQUEST_TIME2
+packetLen(0x0360, -1)
#elif PACKETVER >= 20081105
-packetLen(0x0360, 14) // CZ_REQUEST_TIME2
+packetLen(0x0360, 14)
#elif PACKETVER >= 20081029
-packetLen(0x0360, 28) // CZ_REQUEST_TIME2
+packetLen(0x0360, 28)
#elif PACKETVER >= 20081022
-packetLen(0x0360, 26) // CZ_REQUEST_TIME2
+packetLen(0x0360, 26)
#elif PACKETVER >= 20081001
-packetLen(0x0360, -1) // CZ_REQUEST_TIME2
+packetLen(0x0360, -1)
#elif PACKETVER >= 20080924
-packetLen(0x0360, 16) // CZ_REQUEST_TIME2
+packetLen(0x0360, 16)
#elif PACKETVER >= 20080917
-packetLen(0x0360, 5) // CZ_REQUEST_TIME2
+packetLen(0x0360, 5)
#elif PACKETVER >= 20080910
-packetLen(0x0360, 8) // CZ_REQUEST_TIME2
+packetLen(0x0360, 8)
#elif PACKETVER >= 20080903
-packetLen(0x0360, 28) // CZ_REQUEST_TIME2
+packetLen(0x0360, 28)
#elif PACKETVER >= 20080827
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20080820
-packetLen(0x0360, 12) // CZ_REQUEST_TIME2
+packetLen(0x0360, 12)
#elif PACKETVER >= 20080806
-packetLen(0x0360, -1) // CZ_REQUEST_TIME2
+packetLen(0x0360, -1)
#elif PACKETVER >= 20080730
-packetLen(0x0360, 21) // CZ_REQUEST_TIME2
+packetLen(0x0360, 21)
#elif PACKETVER >= 20080722
-packetLen(0x0360, 4) // CZ_REQUEST_TIME2
+packetLen(0x0360, 4)
#elif PACKETVER >= 20080715
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20080708
-packetLen(0x0360, -1) // CZ_REQUEST_TIME2
+packetLen(0x0360, -1)
#elif PACKETVER >= 20080701
-packetLen(0x0360, 10) // CZ_REQUEST_TIME2
+packetLen(0x0360, 10)
#elif PACKETVER >= 20080624
-packetLen(0x0360, 11) // CZ_REQUEST_TIME2
+packetLen(0x0360, 11)
#elif PACKETVER >= 20080528
-packetLen(0x0360, -1) // CZ_REQUEST_TIME2
+packetLen(0x0360, -1)
#endif
// Packet: 0x0361
#if PACKETVER >= 20081217
-packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, -1)
#elif PACKETVER >= 20081203
-packetLen(0x0361, 8) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 8)
#elif PACKETVER >= 20081126
-packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, -1)
#elif PACKETVER >= 20081119
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20081112
-packetLen(0x0361, 9) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 9)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0361, 6) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 6)
#elif PACKETVER >= 20081029
-packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, -1)
#elif PACKETVER >= 20081022
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20081015
-packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, -1)
#elif PACKETVER >= 20081008
-packetLen(0x0361, 6) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 6)
#elif PACKETVER >= 20080910
-packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, -1)
#elif PACKETVER >= 20080903
-packetLen(0x0361, 8) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 8)
#elif PACKETVER >= 20080827
-packetLen(0x0361, 60) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 60)
#elif PACKETVER >= 20080813
-packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, -1)
#elif PACKETVER >= 20080806
-packetLen(0x0361, 6) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 6)
#elif PACKETVER >= 20080730
-packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, -1)
#elif PACKETVER >= 20080722
-packetLen(0x0361, 81) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 81)
#elif PACKETVER >= 20080708
-packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, -1)
#elif PACKETVER >= 20080701
-packetLen(0x0361, 27) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 27)
#elif PACKETVER >= 20080624
-packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, -1)
#elif PACKETVER >= 20080617
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20080528
-packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, -1)
#endif
// Packet: 0x0362
#if PACKETVER >= 20081112
-packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+packetLen(0x0362, -1)
#elif PACKETVER >= 20081105
-packetLen(0x0362, 5) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 5)
#elif PACKETVER >= 20081029
-packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+packetLen(0x0362, -1)
#elif PACKETVER >= 20081022
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20081008
-packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+packetLen(0x0362, -1)
#elif PACKETVER >= 20081001
-packetLen(0x0362, 5) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 5)
#elif PACKETVER >= 20080903
-packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+packetLen(0x0362, -1)
#elif PACKETVER >= 20080827
-packetLen(0x0362, 11) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 11)
#elif PACKETVER >= 20080820
-packetLen(0x0362, 34) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 34)
#elif PACKETVER >= 20080813
-packetLen(0x0362, 3) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 3)
#elif PACKETVER >= 20080806
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20080730
-packetLen(0x0362, 7) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 7)
#elif PACKETVER >= 20080722
-packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+packetLen(0x0362, -1)
#elif PACKETVER >= 20080715
-packetLen(0x0362, 66) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 66)
#elif PACKETVER >= 20080708
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20080701
-packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+packetLen(0x0362, -1)
#elif PACKETVER >= 20080624
-packetLen(0x0362, 4) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 4)
#elif PACKETVER >= 20080528
-packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+packetLen(0x0362, -1)
#endif
// Packet: 0x0363
#if PACKETVER >= 20081203
-packetLen(0x0363, -1) // CZ_ITEM_THROW2
+packetLen(0x0363, -1)
#elif PACKETVER >= 20081126
-packetLen(0x0363, 6) // CZ_ITEM_THROW2
+packetLen(0x0363, 6)
#elif PACKETVER >= 20081112
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081022
-packetLen(0x0363, -1) // CZ_ITEM_THROW2
+packetLen(0x0363, -1)
#elif PACKETVER >= 20081015
-packetLen(0x0363, 17) // CZ_ITEM_THROW2
+packetLen(0x0363, 17)
#elif PACKETVER >= 20081008
-packetLen(0x0363, -1) // CZ_ITEM_THROW2
+packetLen(0x0363, -1)
#elif PACKETVER >= 20081001
-packetLen(0x0363, 5) // CZ_ITEM_THROW2
+packetLen(0x0363, 5)
#elif PACKETVER >= 20080924
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20080917
-packetLen(0x0363, 13) // CZ_ITEM_THROW2
+packetLen(0x0363, 13)
#elif PACKETVER >= 20080910
-packetLen(0x0363, -1) // CZ_ITEM_THROW2
+packetLen(0x0363, -1)
#elif PACKETVER >= 20080903
-packetLen(0x0363, 26) // CZ_ITEM_THROW2
+packetLen(0x0363, 26)
#elif PACKETVER >= 20080813
-packetLen(0x0363, -1) // CZ_ITEM_THROW2
+packetLen(0x0363, -1)
#elif PACKETVER >= 20080806
-packetLen(0x0363, 5) // CZ_ITEM_THROW2
+packetLen(0x0363, 5)
#elif PACKETVER >= 20080730
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20080715
-packetLen(0x0363, -1) // CZ_ITEM_THROW2
+packetLen(0x0363, -1)
#elif PACKETVER >= 20080708
-packetLen(0x0363, 4) // CZ_ITEM_THROW2
+packetLen(0x0363, 4)
#elif PACKETVER >= 20080701
-packetLen(0x0363, -1) // CZ_ITEM_THROW2
+packetLen(0x0363, -1)
#elif PACKETVER >= 20080624
-packetLen(0x0363, 6) // CZ_ITEM_THROW2
+packetLen(0x0363, 6)
#elif PACKETVER >= 20080617
-packetLen(0x0363, 58) // CZ_ITEM_THROW2
+packetLen(0x0363, 58)
#elif PACKETVER >= 20080528
-packetLen(0x0363, -1) // CZ_ITEM_THROW2
+packetLen(0x0363, -1)
#endif
// Packet: 0x0364
#if PACKETVER >= 20081203
-packetLen(0x0364, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, -1)
#elif PACKETVER >= 20081126
-packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 6)
#elif PACKETVER >= 20081119
-packetLen(0x0364, 4) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 4)
#elif PACKETVER >= 20081112
-packetLen(0x0364, 10) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 10)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0364, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, -1)
#elif PACKETVER >= 20081029
-packetLen(0x0364, 29) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 29)
#elif PACKETVER >= 20081022
-packetLen(0x0364, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, -1)
#elif PACKETVER >= 20081015
-packetLen(0x0364, 11) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 11)
#elif PACKETVER >= 20081008
-packetLen(0x0364, 22) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 22)
#elif PACKETVER >= 20081001
-packetLen(0x0364, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, -1)
#elif PACKETVER >= 20080924
-packetLen(0x0364, 10) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 10)
#elif PACKETVER >= 20080917
-packetLen(0x0364, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, -1)
#elif PACKETVER >= 20080910
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20080903
-packetLen(0x0364, 182) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 182)
#elif PACKETVER >= 20080708
-packetLen(0x0364, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, -1)
#elif PACKETVER >= 20080701
-packetLen(0x0364, 43) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 43)
#elif PACKETVER >= 20080624
-packetLen(0x0364, 5) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 5)
#elif PACKETVER >= 20080617
-packetLen(0x0364, 15) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 15)
#elif PACKETVER >= 20080528
-packetLen(0x0364, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, -1)
#endif
// Packet: 0x0365
#if PACKETVER >= 20081217
-packetLen(0x0365, 4) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 4)
#elif PACKETVER >= 20081203
-packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, -1)
#elif PACKETVER >= 20081126
-packetLen(0x0365, 4) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 4)
#elif PACKETVER >= 20081119
-packetLen(0x0365, 6) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 6)
#elif PACKETVER >= 20081112
-packetLen(0x0365, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 11)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0365, 6) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 6)
#elif PACKETVER >= 20081029
-packetLen(0x0365, 9) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 9)
#elif PACKETVER >= 20081001
-packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, -1)
#elif PACKETVER >= 20080924
-packetLen(0x0365, 86) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 86)
#elif PACKETVER >= 20080917
-packetLen(0x0365, 13) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 13)
#elif PACKETVER >= 20080910
-packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, -1)
#elif PACKETVER >= 20080903
-packetLen(0x0365, 7) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 7)
#elif PACKETVER >= 20080820
-packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, -1)
#elif PACKETVER >= 20080813
-packetLen(0x0365, 30) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 30)
#elif PACKETVER >= 20080806
-packetLen(0x0365, 79) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 79)
#elif PACKETVER >= 20080708
-packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, -1)
#elif PACKETVER >= 20080701
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20080528
-packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, -1)
#endif
// Packet: 0x0366
#if PACKETVER >= 20081105
-packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, -1)
#elif PACKETVER >= 20081029
-packetLen(0x0366, 6) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 6)
#elif PACKETVER >= 20081015
-packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, -1)
#elif PACKETVER >= 20081008
-packetLen(0x0366, 14) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 14)
#elif PACKETVER >= 20081001
-packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, -1)
#elif PACKETVER >= 20080924
-packetLen(0x0366, 14) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 14)
#elif PACKETVER >= 20080910
-packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, -1)
#elif PACKETVER >= 20080903
-packetLen(0x0366, 4) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 4)
#elif PACKETVER >= 20080827
-packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, -1)
#elif PACKETVER >= 20080820
-packetLen(0x0366, 6) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 6)
#elif PACKETVER >= 20080715
-packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, -1)
#elif PACKETVER >= 20080708
-packetLen(0x0366, 71) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 71)
#elif PACKETVER >= 20080701
-packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, -1)
#elif PACKETVER >= 20080624
-packetLen(0x0366, 67) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 67)
#elif PACKETVER >= 20080528
-packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, -1)
#endif
// Packet: 0x0367
#if PACKETVER >= 20081217
-packetLen(0x0367, 6) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 6)
#elif PACKETVER >= 20081105
-packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, -1)
#elif PACKETVER >= 20081029
-packetLen(0x0367, 6) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 6)
#elif PACKETVER >= 20081022
-packetLen(0x0367, 10) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 10)
#elif PACKETVER >= 20081015
-packetLen(0x0367, 58) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 58)
#elif PACKETVER >= 20081001
-packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, -1)
#elif PACKETVER >= 20080924
-packetLen(0x0367, 11) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 11)
#elif PACKETVER >= 20080917
-packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, -1)
#elif PACKETVER >= 20080910
-packetLen(0x0367, 30) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 30)
#elif PACKETVER >= 20080827
-packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, -1)
#elif PACKETVER >= 20080820
-packetLen(0x0367, 282) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 282)
#elif PACKETVER >= 20080813
-packetLen(0x0367, 59) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 59)
#elif PACKETVER >= 20080708
-packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, -1)
#elif PACKETVER >= 20080624
-packetLen(0x0367, 10) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 10)
#elif PACKETVER >= 20080617
-packetLen(0x0367, 29) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 29)
#elif PACKETVER >= 20080528
-packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, -1)
#endif
// Packet: 0x0368
#if PACKETVER >= 20081217
-packetLen(0x0368, 4) // CZ_REQNAME2
+packetLen(0x0368, 4)
#elif PACKETVER >= 20081126
-packetLen(0x0368, -1) // CZ_REQNAME2
+packetLen(0x0368, -1)
#elif PACKETVER >= 20081119
-packetLen(0x0368, 34) // CZ_REQNAME2
+packetLen(0x0368, 34)
#elif PACKETVER >= 20081105
-packetLen(0x0368, -1) // CZ_REQNAME2
+packetLen(0x0368, -1)
#elif PACKETVER >= 20081029
-packetLen(0x0368, 8) // CZ_REQNAME2
+packetLen(0x0368, 8)
#elif PACKETVER >= 20081022
-packetLen(0x0368, 10) // CZ_REQNAME2
+packetLen(0x0368, 10)
#elif PACKETVER >= 20081008
-packetLen(0x0368, -1) // CZ_REQNAME2
+packetLen(0x0368, -1)
#elif PACKETVER >= 20081001
-packetLen(0x0368, 3) // CZ_REQNAME2
+packetLen(0x0368, 3)
#elif PACKETVER >= 20080924
-packetLen(0x0368, 13) // CZ_REQNAME2
+packetLen(0x0368, 13)
#elif PACKETVER >= 20080917
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20080910
-packetLen(0x0368, -1) // CZ_REQNAME2
+packetLen(0x0368, -1)
#elif PACKETVER >= 20080903
-packetLen(0x0368, 43) // CZ_REQNAME2
+packetLen(0x0368, 43)
#elif PACKETVER >= 20080827
-packetLen(0x0368, 21) // CZ_REQNAME2
+packetLen(0x0368, 21)
#elif PACKETVER >= 20080820
-packetLen(0x0368, 4) // CZ_REQNAME2
+packetLen(0x0368, 4)
#elif PACKETVER >= 20080806
-packetLen(0x0368, -1) // CZ_REQNAME2
+packetLen(0x0368, -1)
#elif PACKETVER >= 20080730
-packetLen(0x0368, 16) // CZ_REQNAME2
+packetLen(0x0368, 16)
#elif PACKETVER >= 20080722
-packetLen(0x0368, -1) // CZ_REQNAME2
+packetLen(0x0368, -1)
#elif PACKETVER >= 20080715
-packetLen(0x0368, 3) // CZ_REQNAME2
+packetLen(0x0368, 3)
#elif PACKETVER >= 20080528
-packetLen(0x0368, -1) // CZ_REQNAME2
+packetLen(0x0368, -1)
#endif
// Packet: 0x0369
#if PACKETVER >= 20081126
-packetLen(0x0369, -1) // CZ_REQNAME_BYGID2
+packetLen(0x0369, -1)
#elif PACKETVER >= 20081119
-packetLen(0x0369, 10) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 10)
#elif PACKETVER >= 20081112
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081029
-packetLen(0x0369, -1) // CZ_REQNAME_BYGID2
+packetLen(0x0369, -1)
#elif PACKETVER >= 20081022
-packetLen(0x0369, 53) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 53)
#elif PACKETVER >= 20080924
-packetLen(0x0369, -1) // CZ_REQNAME_BYGID2
+packetLen(0x0369, -1)
#elif PACKETVER >= 20080917
-packetLen(0x0369, 15) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 15)
#elif PACKETVER >= 20080910
-packetLen(0x0369, -1) // CZ_REQNAME_BYGID2
+packetLen(0x0369, -1)
#elif PACKETVER >= 20080903
-packetLen(0x0369, 33) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 33)
#elif PACKETVER >= 20080827
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20080813
-packetLen(0x0369, -1) // CZ_REQNAME_BYGID2
+packetLen(0x0369, -1)
#elif PACKETVER >= 20080806
-packetLen(0x0369, 30) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 30)
#elif PACKETVER >= 20080722
-packetLen(0x0369, -1) // CZ_REQNAME_BYGID2
+packetLen(0x0369, -1)
#elif PACKETVER >= 20080715
-packetLen(0x0369, 29) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 29)
#elif PACKETVER >= 20080708
-packetLen(0x0369, 39) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 39)
#elif PACKETVER >= 20080701
-packetLen(0x0369, 26) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 26)
#elif PACKETVER >= 20080624
-packetLen(0x0369, 28) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 28)
#elif PACKETVER >= 20080528
-packetLen(0x0369, -1) // CZ_REQNAME_BYGID2
+packetLen(0x0369, -1)
#endif
// Packet: 0x036a
@@ -37013,12 +37013,12 @@ packetLen(0x03dc, -1)
// Packet: 0x03dd
#if PACKETVER >= 20080624
-packetLen(0x03dd, 18) // AHC_GAME_GUARD
+packetLen(0x03dd, 18)
#endif
// Packet: 0x03de
#if PACKETVER >= 20080624
-packetLen(0x03de, 18) // CAH_ACK_GAME_GUARD
+packetLen(0x03de, 18)
#endif
// Packet: 0x03e2
@@ -39335,143 +39335,143 @@ packetLen(0x0435, -1)
// Packet: 0x0436
#if PACKETVER >= 20081217
-packetLen(0x0436, -1) // CZ_ENTER2
+packetLen(0x0436, -1)
#elif PACKETVER >= 20081203
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20081126
-packetLen(0x0436, 9) // CZ_ENTER2
+packetLen(0x0436, 9)
#elif PACKETVER >= 20081112
-packetLen(0x0436, 19) // CZ_ENTER2
+packetLen(0x0436, 19)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0436, 60) // CZ_ENTER2
+packetLen(0x0436, 60)
#elif PACKETVER >= 20081029
-packetLen(0x0436, -1) // CZ_ENTER2
+packetLen(0x0436, -1)
#elif PACKETVER >= 20081022
-packetLen(0x0436, 13) // CZ_ENTER2
+packetLen(0x0436, 13)
#elif PACKETVER >= 20081015
-packetLen(0x0436, 7) // CZ_ENTER2
+packetLen(0x0436, 7)
#elif PACKETVER >= 20080924
-packetLen(0x0436, -1) // CZ_ENTER2
+packetLen(0x0436, -1)
#elif PACKETVER >= 20080917
-packetLen(0x0436, 7) // CZ_ENTER2
+packetLen(0x0436, 7)
#elif PACKETVER >= 20080910
-packetLen(0x0436, 3) // CZ_ENTER2
+packetLen(0x0436, 3)
#endif
// Packet: 0x0437
#if PACKETVER >= 20081112
-packetLen(0x0437, 7) // CZ_REQUEST_ACT2
+packetLen(0x0437, 7)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0437, 282) // CZ_REQUEST_ACT2
+packetLen(0x0437, 282)
#elif PACKETVER >= 20081029
-packetLen(0x0437, -1) // CZ_REQUEST_ACT2
+packetLen(0x0437, -1)
#elif PACKETVER >= 20081022
-packetLen(0x0437, 6) // CZ_REQUEST_ACT2
+packetLen(0x0437, 6)
#elif PACKETVER >= 20081015
-packetLen(0x0437, 55) // CZ_REQUEST_ACT2
+packetLen(0x0437, 55)
#elif PACKETVER >= 20081008
-packetLen(0x0437, -1) // CZ_REQUEST_ACT2
+packetLen(0x0437, -1)
#elif PACKETVER >= 20081001
-packetLen(0x0437, 33) // CZ_REQUEST_ACT2
+packetLen(0x0437, 33)
#elif PACKETVER >= 20080924
-packetLen(0x0437, -1) // CZ_REQUEST_ACT2
+packetLen(0x0437, -1)
#elif PACKETVER >= 20080917
-packetLen(0x0437, 10) // CZ_REQUEST_ACT2
+packetLen(0x0437, 10)
#elif PACKETVER >= 20080910
-packetLen(0x0437, -1) // CZ_REQUEST_ACT2
+packetLen(0x0437, -1)
#endif
// Packet: 0x0438
#if PACKETVER >= 20081217
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20081203
-packetLen(0x0438, 65) // CZ_USE_SKILL2
+packetLen(0x0438, 65)
#elif PACKETVER >= 20081119
-packetLen(0x0438, -1) // CZ_USE_SKILL2
+packetLen(0x0438, -1)
#elif PACKETVER >= 20081112
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
// ignored packet from 2008-11-12dRagexe
// ignored packet from 2008-11-12aRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0438, 4) // CZ_USE_SKILL2
+packetLen(0x0438, 4)
#elif PACKETVER >= 20081029
-packetLen(0x0438, 12) // CZ_USE_SKILL2
+packetLen(0x0438, 12)
#elif PACKETVER >= 20081022
-packetLen(0x0438, 30) // CZ_USE_SKILL2
+packetLen(0x0438, 30)
#elif PACKETVER >= 20081001
-packetLen(0x0438, -1) // CZ_USE_SKILL2
+packetLen(0x0438, -1)
#elif PACKETVER >= 20080924
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20080917
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20080910
-packetLen(0x0438, -1) // CZ_USE_SKILL2
+packetLen(0x0438, -1)
#endif
// Packet: 0x0439
#if PACKETVER >= 20081217
-packetLen(0x0439, 3) // CZ_USE_ITEM2
+packetLen(0x0439, 3)
#elif PACKETVER >= 20081119
-packetLen(0x0439, -1) // CZ_USE_ITEM2
+packetLen(0x0439, -1)
#elif PACKETVER >= 20081112
-packetLen(0x0439, 22) // CZ_USE_ITEM2
+packetLen(0x0439, 22)
// ignored packet from 2008-11-12aRagexe
// ignored packet from 2008-11-12cRagexe
#elif PACKETVER >= 20081105
-packetLen(0x0439, 4) // CZ_USE_ITEM2
+packetLen(0x0439, 4)
#elif PACKETVER >= 20081022
-packetLen(0x0439, -1) // CZ_USE_ITEM2
+packetLen(0x0439, -1)
#elif PACKETVER >= 20081015
-packetLen(0x0439, 11) // CZ_USE_ITEM2
+packetLen(0x0439, 11)
#elif PACKETVER >= 20081008
-packetLen(0x0439, 114) // CZ_USE_ITEM2
+packetLen(0x0439, 114)
#elif PACKETVER >= 20081001
-packetLen(0x0439, 12) // CZ_USE_ITEM2
+packetLen(0x0439, 12)
#elif PACKETVER >= 20080924
-packetLen(0x0439, 30) // CZ_USE_ITEM2
+packetLen(0x0439, 30)
#elif PACKETVER >= 20080917
-packetLen(0x0439, -1) // CZ_USE_ITEM2
+packetLen(0x0439, -1)
#elif PACKETVER >= 20080910
-packetLen(0x0439, 30) // CZ_USE_ITEM2
+packetLen(0x0439, 30)
#endif
// Packet: 0x043d
#if PACKETVER >= 20081112
-packetLen(0x043d, 8) // ZC_SKILL_POSTDELAY
+packetLen(0x043d, 8)
#endif
// Packet: 0x043e
#if PACKETVER >= 20081112
-packetLen(0x043e, -1) // ZC_SKILL_POSTDELAY_LIST
+packetLen(0x043e, -1)
#endif
// Packet: 0x043f
#if PACKETVER >= 20081112
-packetLen(0x043f, 8) // ZC_MSG_STATE_CHANGE2
+packetLen(0x043f, 8)
#endif
// Packet: 0x0440
#if PACKETVER >= 20081126
-packetLen(0x0440, 10) // ZC_MILLENNIUMSHIELD
+packetLen(0x0440, 10)
#endif
// Packet: 0x0441
#if PACKETVER >= 20081126
-packetLen(0x0441, 4) // ZC_SKILLINFO_DELETE
+packetLen(0x0441, 4)
#endif
// Packet: 0x0442
#if PACKETVER >= 20081210
-packetLen(0x0442, 8) // ZC_SKILL_SELECT_REQUEST
+packetLen(0x0442, 8)
#endif
// Packet: 0x0443
#if PACKETVER >= 20081210
-packetLen(0x0443, 8) // CZ_SKILL_SELECT_RESPONSE
+packetLen(0x0443, 8)
#endif
diff --git a/src/common/packets/packets2008_len_re.h b/src/common/packets/packets2008_len_re.h
index 37ee848eb..7dfd991ba 100644
--- a/src/common/packets/packets2008_len_re.h
+++ b/src/common/packets/packets2008_len_re.h
@@ -2,8 +2,8 @@
* This file is part of Hercules.
* http://herc.ws - http://github.com/HerculesWS/Hercules
*
- * Copyright (C) 2019 Hercules Dev Team
- * Copyright (C) 2019 Andrei Karas (4144)
+ * Copyright (C) 2018-2019 Hercules Dev Team
+ * Copyright (C) 2018-2019 Andrei Karas (4144)
*
* Hercules is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -25,1917 +25,1917 @@
/* This file is autogenerated, please do not commit manual changes */
// Packet: 0x0064
-packetLen(0x0064, 55) // CA_LOGIN
+packetLen(0x0064, 55)
// Packet: 0x0065
-packetLen(0x0065, 17) // CH_ENTER
+packetLen(0x0065, 17)
// Packet: 0x0066
-packetLen(0x0066, 3) // CH_SELECT_CHAR
+packetLen(0x0066, 3)
// Packet: 0x0067
-packetLen(0x0067, 37) // CH_MAKE_CHAR
+packetLen(0x0067, 37)
// Packet: 0x0068
-packetLen(0x0068, 46) // CH_DELETE_CHAR
+packetLen(0x0068, 46)
// Packet: 0x0069
-packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+packetLen(0x0069, -1)
// Packet: 0x006a
-packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+packetLen(0x006a, 23)
// Packet: 0x006b
-packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+packetLen(0x006b, -1)
// Packet: 0x006c
-packetLen(0x006c, 3) // HC_REFUSE_ENTER
+packetLen(0x006c, 3)
// Packet: 0x006d
#if PACKETVER >= 20081217
-packetLen(0x006d, 114) // HC_ACCEPT_MAKECHAR
+packetLen(0x006d, 114)
#elif PACKETVER >= 20080827
-packetLen(0x006d, 110) // HC_ACCEPT_MAKECHAR
+packetLen(0x006d, 110)
#endif
// Packet: 0x006e
-packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+packetLen(0x006e, 3)
// Packet: 0x006f
-packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+packetLen(0x006f, 2)
// Packet: 0x0070
-packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+packetLen(0x0070, 3)
// Packet: 0x0071
-packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+packetLen(0x0071, 28)
// Packet: 0x0072
-packetLen(0x0072, 22) // CZ_ENTER
+packetLen(0x0072, 22)
// Packet: 0x0073
-packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 11)
// Packet: 0x0074
-packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+packetLen(0x0074, 3)
// Packet: 0x0075
-packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, -1)
// Packet: 0x0076
-packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+packetLen(0x0076, 9)
// Packet: 0x0077
-packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 5)
// Packet: 0x0078
-packetLen(0x0078, 55) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, 55)
// Packet: 0x0079
-packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, 53)
// Packet: 0x007a
-packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, 58)
// Packet: 0x007b
-packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, 60)
// Packet: 0x007c
-packetLen(0x007c, 44) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, 44)
// Packet: 0x007d
-packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, 2)
// Packet: 0x007e
-packetLen(0x007e, 105) // CZ_REQUEST_TIME
+packetLen(0x007e, 105)
// Packet: 0x007f
-packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+packetLen(0x007f, 6)
// Packet: 0x0080
-packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+packetLen(0x0080, 7)
// Packet: 0x0081
-packetLen(0x0081, 3) // SC_NOTIFY_BAN
+packetLen(0x0081, 3)
// Packet: 0x0082
-packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+packetLen(0x0082, 2)
// Packet: 0x0083
-packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 2)
// Packet: 0x0084
-packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+packetLen(0x0084, 2)
// Packet: 0x0085
-packetLen(0x0085, 10) // CZ_REQUEST_MOVE
+packetLen(0x0085, 10)
// Packet: 0x0086
-packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 16)
// Packet: 0x0087
-packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 12)
// Packet: 0x0088
-packetLen(0x0088, 10) // ZC_STOPMOVE
+packetLen(0x0088, 10)
// Packet: 0x0089
-packetLen(0x0089, 11) // CZ_REQUEST_ACT
+packetLen(0x0089, 11)
// Packet: 0x008a
-packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+packetLen(0x008a, 29)
// Packet: 0x008b
-packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+packetLen(0x008b, 23)
// Packet: 0x008c
packetLen(0x008c, 14)
// Packet: 0x008d
-packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+packetLen(0x008d, -1)
// Packet: 0x008e
-packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, -1)
// Packet: 0x0090
-packetLen(0x0090, 7) // CZ_CONTACTNPC
+packetLen(0x0090, 7)
// Packet: 0x0091
-packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, 22)
// Packet: 0x0092
-packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 28)
// Packet: 0x0093
-packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+packetLen(0x0093, 2)
// Packet: 0x0094
-packetLen(0x0094, 19) // CZ_REQNAME
+packetLen(0x0094, 19)
// Packet: 0x0095
-packetLen(0x0095, 30) // ZC_ACK_REQNAME
+packetLen(0x0095, 30)
// Packet: 0x0096
-packetLen(0x0096, -1) // CZ_WHISPER
+packetLen(0x0096, -1)
// Packet: 0x0097
-packetLen(0x0097, -1) // ZC_WHISPER
+packetLen(0x0097, -1)
// Packet: 0x0098
-packetLen(0x0098, 3) // ZC_ACK_WHISPER
+packetLen(0x0098, 3)
// Packet: 0x0099
-packetLen(0x0099, -1) // CZ_BROADCAST
+packetLen(0x0099, -1)
// Packet: 0x009a
-packetLen(0x009a, -1) // ZC_BROADCAST
+packetLen(0x009a, -1)
// Packet: 0x009b
-packetLen(0x009b, 34) // CZ_CHANGE_DIRECTION
+packetLen(0x009b, 34)
// Packet: 0x009c
-packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, 9)
// Packet: 0x009d
-packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+packetLen(0x009d, 17)
// Packet: 0x009e
-packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 17)
// Packet: 0x009f
-packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+packetLen(0x009f, 20)
// Packet: 0x00a0
-packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, 23)
// Packet: 0x00a1
-packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, 6)
// Packet: 0x00a2
-packetLen(0x00a2, 14) // CZ_ITEM_THROW
+packetLen(0x00a2, 14)
// Packet: 0x00a3
-packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, -1)
// Packet: 0x00a4
-packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, -1)
// Packet: 0x00a5
-packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, -1)
// Packet: 0x00a6
-packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, -1)
// Packet: 0x00a7
packetLen(0x00a7, 9)
// Packet: 0x00a8
-packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 7)
// Packet: 0x00a9
-packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, 6)
// Packet: 0x00aa
-packetLen(0x00aa, 7) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 7)
// Packet: 0x00ab
-packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, 4)
// Packet: 0x00ac
-packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, 7)
// Packet: 0x00ae
-packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+packetLen(0x00ae, -1)
// Packet: 0x00af
-packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, 6)
// Packet: 0x00b0
-packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+packetLen(0x00b0, 8)
// Packet: 0x00b1
-packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, 8)
// Packet: 0x00b2
-packetLen(0x00b2, 3) // CZ_RESTART
+packetLen(0x00b2, 3)
// Packet: 0x00b3
-packetLen(0x00b3, 3) // ZC_RESTART_ACK
+packetLen(0x00b3, 3)
// Packet: 0x00b4
-packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+packetLen(0x00b4, -1)
// Packet: 0x00b5
-packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 6)
// Packet: 0x00b6
-packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 6)
// Packet: 0x00b7
-packetLen(0x00b7, -1) // ZC_MENU_LIST
+packetLen(0x00b7, -1)
// Packet: 0x00b8
-packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+packetLen(0x00b8, 7)
// Packet: 0x00b9
-packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, 6)
// Packet: 0x00ba
-packetLen(0x00ba, 2) // CZ_REQ_STATUS
+packetLen(0x00ba, 2)
// Packet: 0x00bb
-packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+packetLen(0x00bb, 5)
// Packet: 0x00bc
-packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 6)
// Packet: 0x00bd
-packetLen(0x00bd, 44) // ZC_STATUS
+packetLen(0x00bd, 44)
// Packet: 0x00be
-packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+packetLen(0x00be, 5)
// Packet: 0x00bf
-packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+packetLen(0x00bf, 3)
// Packet: 0x00c0
-packetLen(0x00c0, 7) // ZC_EMOTION
+packetLen(0x00c0, 7)
// Packet: 0x00c1
-packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, 2)
// Packet: 0x00c2
-packetLen(0x00c2, 6) // ZC_USER_COUNT
+packetLen(0x00c2, 6)
// Packet: 0x00c3
-packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, 8)
// Packet: 0x00c4
-packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, 6)
// Packet: 0x00c5
-packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, 7)
// Packet: 0x00c6
-packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, -1)
// Packet: 0x00c7
-packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, -1)
// Packet: 0x00c8
-packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, -1)
// Packet: 0x00c9
-packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, -1)
// Packet: 0x00ca
-packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, 3)
// Packet: 0x00cb
-packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+packetLen(0x00cb, 3)
// Packet: 0x00cc
-packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, 6)
// Packet: 0x00cd
-packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+packetLen(0x00cd, 3)
// Packet: 0x00ce
-packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 2)
// Packet: 0x00cf
-packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 27)
// Packet: 0x00d0
-packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, 3)
// Packet: 0x00d1
-packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, 4)
// Packet: 0x00d2
-packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 4)
// Packet: 0x00d3
-packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 2)
// Packet: 0x00d4
-packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+packetLen(0x00d4, -1)
// Packet: 0x00d5
-packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, -1)
// Packet: 0x00d6
-packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 3)
// Packet: 0x00d7
-packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, -1)
// Packet: 0x00d8
-packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+packetLen(0x00d8, 6)
// Packet: 0x00d9
-packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, 14)
// Packet: 0x00da
-packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, 3)
// Packet: 0x00db
-packetLen(0x00db, -1) // ZC_ENTER_ROOM
+packetLen(0x00db, -1)
// Packet: 0x00dc
-packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 28)
// Packet: 0x00dd
-packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+packetLen(0x00dd, 29)
// Packet: 0x00de
-packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, -1)
// Packet: 0x00df
-packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, -1)
// Packet: 0x00e0
-packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, 30)
// Packet: 0x00e1
-packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+packetLen(0x00e1, 30)
// Packet: 0x00e2
-packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, 26)
// Packet: 0x00e3
-packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+packetLen(0x00e3, 2)
// Packet: 0x00e4
-packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 6)
// Packet: 0x00e5
-packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 26)
// Packet: 0x00e6
-packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, 3)
// Packet: 0x00e7
-packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 3)
// Packet: 0x00e8
-packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, 8)
// Packet: 0x00e9
-packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 19)
// Packet: 0x00ea
-packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 5)
// Packet: 0x00eb
-packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 2)
// Packet: 0x00ec
-packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 3)
// Packet: 0x00ed
-packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, 2)
// Packet: 0x00ee
-packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, 2)
// Packet: 0x00ef
-packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 2)
// Packet: 0x00f0
-packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 3)
// Packet: 0x00f1
-packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+packetLen(0x00f1, 2)
// Packet: 0x00f2
-packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 6)
// Packet: 0x00f3
-packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+packetLen(0x00f3, -1)
// Packet: 0x00f4
-packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 21)
// Packet: 0x00f5
-packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+packetLen(0x00f5, 11)
// Packet: 0x00f6
-packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 8)
// Packet: 0x00f7
-packetLen(0x00f7, 17) // CZ_REQUEST_TIME
+packetLen(0x00f7, 17)
// Packet: 0x00f8
-packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+packetLen(0x00f8, 2)
// Packet: 0x00f9
-packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+packetLen(0x00f9, 26)
// Packet: 0x00fa
-packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, 3)
// Packet: 0x00fb
-packetLen(0x00fb, -1) // ZC_GROUP_LIST
+packetLen(0x00fb, -1)
// Packet: 0x00fc
-packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, 6)
// Packet: 0x00fd
-packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, 27)
// Packet: 0x00fe
-packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, 30)
// Packet: 0x00ff
-packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+packetLen(0x00ff, 10)
// Packet: 0x0100
-packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, 2)
// Packet: 0x0101
-packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, 6)
// Packet: 0x0102
-packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 6)
// Packet: 0x0103
-packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 30)
// Packet: 0x0104
-packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, 79)
// Packet: 0x0105
-packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, 31)
// Packet: 0x0106
-packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, 10)
// Packet: 0x0107
-packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, 10)
// Packet: 0x0108
-packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, -1)
// Packet: 0x0109
-packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, -1)
// Packet: 0x010a
-packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 4)
// Packet: 0x010b
-packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, 6)
// Packet: 0x010c
-packetLen(0x010c, 6) // ZC_MVP
+packetLen(0x010c, 6)
// Packet: 0x010d
-packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+packetLen(0x010d, 2)
// Packet: 0x010e
-packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, 11)
// Packet: 0x010f
-packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+packetLen(0x010f, -1)
// Packet: 0x0110
-packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, 10)
// Packet: 0x0111
-packetLen(0x0111, 39) // ZC_ADD_SKILL
+packetLen(0x0111, 39)
// Packet: 0x0112
-packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, 4)
// Packet: 0x0113
-packetLen(0x0113, 25) // CZ_USE_SKILL
+packetLen(0x0113, 25)
// Packet: 0x0114
-packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+packetLen(0x0114, 31)
// Packet: 0x0115
-packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+packetLen(0x0115, 35)
// Packet: 0x0116
-packetLen(0x0116, 17) // CZ_USE_SKILL_TOGROUND
+packetLen(0x0116, 17)
// Packet: 0x0117
-packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, 18)
// Packet: 0x0118
-packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+packetLen(0x0118, 2)
// Packet: 0x0119
-packetLen(0x0119, 13) // ZC_STATE_CHANGE
+packetLen(0x0119, 13)
// Packet: 0x011a
-packetLen(0x011a, 15) // ZC_USE_SKILL
+packetLen(0x011a, 15)
// Packet: 0x011b
-packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, 20)
// Packet: 0x011c
-packetLen(0x011c, 68) // ZC_WARPLIST
+packetLen(0x011c, 68)
// Packet: 0x011d
-packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 2)
// Packet: 0x011e
-packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, 3)
// Packet: 0x011f
-packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+packetLen(0x011f, 16)
// Packet: 0x0120
-packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, 6)
// Packet: 0x0121
-packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, 14)
// Packet: 0x0122
-packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, -1)
// Packet: 0x0123
-packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, -1)
// Packet: 0x0124
-packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 21)
// Packet: 0x0125
-packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 8)
// Packet: 0x0126
-packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 8)
// Packet: 0x0127
-packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, 8)
// Packet: 0x0128
-packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 8)
// Packet: 0x0129
-packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, 8)
// Packet: 0x012a
-packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+packetLen(0x012a, 2)
// Packet: 0x012b
-packetLen(0x012b, 2) // ZC_CARTOFF
+packetLen(0x012b, 2)
// Packet: 0x012c
-packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 3)
// Packet: 0x012d
-packetLen(0x012d, 4) // ZC_OPENSTORE
+packetLen(0x012d, 4)
// Packet: 0x012e
-packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, 2)
// Packet: 0x012f
-packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+packetLen(0x012f, -1)
// Packet: 0x0130
-packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, 6)
// Packet: 0x0131
-packetLen(0x0131, 86) // ZC_STORE_ENTRY
+packetLen(0x0131, 86)
// Packet: 0x0132
-packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, 6)
// Packet: 0x0133
-packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, -1)
// Packet: 0x0134
-packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, -1)
// Packet: 0x0135
-packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, 7)
// Packet: 0x0136
-packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, -1)
// Packet: 0x0137
-packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, 6)
// Packet: 0x0138
-packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+packetLen(0x0138, 3)
// Packet: 0x0139
-packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, 16)
// Packet: 0x013a
-packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+packetLen(0x013a, 4)
// Packet: 0x013b
-packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+packetLen(0x013b, 4)
// Packet: 0x013c
-packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+packetLen(0x013c, 4)
// Packet: 0x013d
-packetLen(0x013d, 6) // ZC_RECOVERY
+packetLen(0x013d, 6)
// Packet: 0x013e
-packetLen(0x013e, 24) // ZC_USESKILL_ACK
+packetLen(0x013e, 24)
// Packet: 0x013f
-packetLen(0x013f, 26) // CZ_ITEM_CREATE
+packetLen(0x013f, 26)
// Packet: 0x0140
-packetLen(0x0140, 22) // CZ_MOVETO_MAP
+packetLen(0x0140, 22)
// Packet: 0x0141
-packetLen(0x0141, 14) // ZC_COUPLESTATUS
+packetLen(0x0141, 14)
// Packet: 0x0142
-packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+packetLen(0x0142, 6)
// Packet: 0x0143
-packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+packetLen(0x0143, 10)
// Packet: 0x0144
-packetLen(0x0144, 23) // ZC_COMPASS
+packetLen(0x0144, 23)
// Packet: 0x0145
-packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+packetLen(0x0145, 19)
// Packet: 0x0146
-packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+packetLen(0x0146, 6)
// Packet: 0x0147
-packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+packetLen(0x0147, 39)
// Packet: 0x0148
-packetLen(0x0148, 8) // ZC_RESURRECTION
+packetLen(0x0148, 8)
// Packet: 0x0149
-packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, 9)
// Packet: 0x014a
-packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+packetLen(0x014a, 6)
// Packet: 0x014b
-packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+packetLen(0x014b, 27)
// Packet: 0x014c
-packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, -1)
// Packet: 0x014d
-packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 2)
// Packet: 0x014e
-packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+packetLen(0x014e, 6)
// Packet: 0x014f
-packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, 6)
// Packet: 0x0150
-packetLen(0x0150, 110) // ZC_GUILD_INFO
+packetLen(0x0150, 110)
// Packet: 0x0151
-packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+packetLen(0x0151, 6)
// Packet: 0x0152
-packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+packetLen(0x0152, -1)
// Packet: 0x0153
-packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+packetLen(0x0153, -1)
// Packet: 0x0154
-packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, -1)
// Packet: 0x0155
-packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, -1)
// Packet: 0x0156
-packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+packetLen(0x0156, -1)
// Packet: 0x0157
-packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+packetLen(0x0157, 6)
// Packet: 0x0158
-packetLen(0x0158, -1) // ZC_ACK_OPEN_MEMBER_INFO
+packetLen(0x0158, -1)
// Packet: 0x0159
-packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, 54)
// Packet: 0x015a
-packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 66)
// Packet: 0x015b
-packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 54)
// Packet: 0x015c
-packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, 90)
// Packet: 0x015d
-packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+packetLen(0x015d, 42)
// Packet: 0x015e
-packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, 6)
// Packet: 0x015f
-packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+packetLen(0x015f, 42)
// Packet: 0x0160
-packetLen(0x0160, -1) // ZC_POSITION_INFO
+packetLen(0x0160, -1)
// Packet: 0x0161
-packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, -1)
// Packet: 0x0162
-packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, -1)
// Packet: 0x0163
-packetLen(0x0163, -1) // ZC_BAN_LIST
+packetLen(0x0163, -1)
// Packet: 0x0164
-packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+packetLen(0x0164, -1)
// Packet: 0x0165
-packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, 30)
// Packet: 0x0166
-packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, -1)
// Packet: 0x0167
-packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 3)
// Packet: 0x0168
-packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, 14)
// Packet: 0x0169
-packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 3)
// Packet: 0x016a
-packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, 30)
// Packet: 0x016b
-packetLen(0x016b, 10) // CZ_JOIN_GUILD
+packetLen(0x016b, 10)
// Packet: 0x016c
-packetLen(0x016c, 43) // ZC_UPDATE_GDID
+packetLen(0x016c, 43)
// Packet: 0x016d
-packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 14)
// Packet: 0x016e
-packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+packetLen(0x016e, 186)
// Packet: 0x016f
-packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+packetLen(0x016f, 182)
// Packet: 0x0170
-packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 14)
// Packet: 0x0171
-packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, 30)
// Packet: 0x0172
-packetLen(0x0172, 10) // CZ_ALLY_GUILD
+packetLen(0x0172, 10)
// Packet: 0x0173
-packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+packetLen(0x0173, 3)
// Packet: 0x0174
-packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0174, -1)
// Packet: 0x0175
-packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+packetLen(0x0175, 6)
// Packet: 0x0176
-packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+packetLen(0x0176, 106)
// Packet: 0x0177
-packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, -1)
// Packet: 0x0178
-packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, 4)
// Packet: 0x0179
-packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 5)
// Packet: 0x017a
-packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, 4)
// Packet: 0x017b
-packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, -1)
// Packet: 0x017c
-packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, 6)
// Packet: 0x017d
-packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 7)
// Packet: 0x017e
-packetLen(0x017e, -1) // CZ_GUILD_CHAT
+packetLen(0x017e, -1)
// Packet: 0x017f
-packetLen(0x017f, -1) // ZC_GUILD_CHAT
+packetLen(0x017f, -1)
// Packet: 0x0180
-packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+packetLen(0x0180, 6)
// Packet: 0x0181
-packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+packetLen(0x0181, 3)
// Packet: 0x0182
-packetLen(0x0182, 106) // ZC_MEMBER_ADD
+packetLen(0x0182, 106)
// Packet: 0x0183
-packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+packetLen(0x0183, 10)
// Packet: 0x0184
-packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+packetLen(0x0184, 10)
// Packet: 0x0185
-packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+packetLen(0x0185, 34)
// Packet: 0x0187
-packetLen(0x0187, 6) // CH_UNKNOWN_PING
+packetLen(0x0187, 6)
// Packet: 0x0188
-packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, 8)
// Packet: 0x0189
-packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, 4)
// Packet: 0x018a
-packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+packetLen(0x018a, 4)
// Packet: 0x018b
-packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, 4)
// Packet: 0x018c
-packetLen(0x018c, 29) // ZC_MONSTER_INFO
+packetLen(0x018c, 29)
// Packet: 0x018d
-packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, -1)
// Packet: 0x018e
-packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+packetLen(0x018e, 10)
// Packet: 0x018f
-packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 6)
// Packet: 0x0190
-packetLen(0x0190, 23) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+packetLen(0x0190, 23)
// Packet: 0x0191
-packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+packetLen(0x0191, 86)
// Packet: 0x0192
-packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+packetLen(0x0192, 24)
// Packet: 0x0193
-packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+packetLen(0x0193, 2)
// Packet: 0x0194
-packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 30)
// Packet: 0x0195
-packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 102)
// Packet: 0x0196
-packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, 9)
// Packet: 0x0197
-packetLen(0x0197, 4) // CZ_RESET
+packetLen(0x0197, 4)
// Packet: 0x0198
-packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+packetLen(0x0198, 8)
// Packet: 0x0199
-packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, 4)
// Packet: 0x019a
-packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 14)
// Packet: 0x019b
-packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 10)
// Packet: 0x019c
-packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+packetLen(0x019c, -1)
// Packet: 0x019d
-packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, 6)
// Packet: 0x019e
-packetLen(0x019e, 2) // ZC_START_CAPTURE
+packetLen(0x019e, 2)
// Packet: 0x019f
-packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, 6)
// Packet: 0x01a0
-packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, 3)
// Packet: 0x01a1
-packetLen(0x01a1, 3) // CZ_COMMAND_PET
+packetLen(0x01a1, 3)
// Packet: 0x01a2
#if PACKETVER >= 20081126
-packetLen(0x01a2, 37) // ZC_PROPERTY_PET
+packetLen(0x01a2, 37)
#elif PACKETVER >= 20080827
-packetLen(0x01a2, 35) // ZC_PROPERTY_PET
+packetLen(0x01a2, 35)
#endif
// Packet: 0x01a3
-packetLen(0x01a3, 5) // ZC_FEED_PET
+packetLen(0x01a3, 5)
// Packet: 0x01a4
-packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, 11)
// Packet: 0x01a5
-packetLen(0x01a5, 26) // CZ_RENAME_PET
+packetLen(0x01a5, 26)
// Packet: 0x01a6
-packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+packetLen(0x01a6, -1)
// Packet: 0x01a7
-packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 4)
// Packet: 0x01a8
-packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+packetLen(0x01a8, 4)
// Packet: 0x01a9
-packetLen(0x01a9, 6) // CZ_PET_ACT
+packetLen(0x01a9, 6)
// Packet: 0x01aa
-packetLen(0x01aa, 10) // ZC_PET_ACT
+packetLen(0x01aa, 10)
// Packet: 0x01ab
-packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, 12)
// Packet: 0x01ac
-packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+packetLen(0x01ac, 6)
// Packet: 0x01ad
-packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, -1)
// Packet: 0x01ae
-packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, 4)
// Packet: 0x01af
-packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+packetLen(0x01af, 4)
// Packet: 0x01b0
-packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, 11)
// Packet: 0x01b1
-packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+packetLen(0x01b1, 7)
// Packet: 0x01b2
-packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, -1)
// Packet: 0x01b3
-packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, 67)
// Packet: 0x01b4
-packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+packetLen(0x01b4, 12)
// Packet: 0x01b5
-packetLen(0x01b5, 18) // SC_BILLING_INFO
+packetLen(0x01b5, 18)
// Packet: 0x01b6
-packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+packetLen(0x01b6, 114)
// Packet: 0x01b7
-packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+packetLen(0x01b7, 6)
// Packet: 0x01b8
-packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+packetLen(0x01b8, 3)
// Packet: 0x01b9
-packetLen(0x01b9, 6) // ZC_DISPEL
+packetLen(0x01b9, 6)
// Packet: 0x01ba
-packetLen(0x01ba, 26) // CZ_REMOVE_AID
+packetLen(0x01ba, 26)
// Packet: 0x01bb
-packetLen(0x01bb, 26) // CZ_SHIFT
+packetLen(0x01bb, 26)
// Packet: 0x01bc
-packetLen(0x01bc, 26) // CZ_RECALL
+packetLen(0x01bc, 26)
// Packet: 0x01bd
-packetLen(0x01bd, 26) // CZ_RECALL_GID
+packetLen(0x01bd, 26)
// Packet: 0x01be
-packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+packetLen(0x01be, 2)
// Packet: 0x01bf
-packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+packetLen(0x01bf, 3)
// Packet: 0x01c0
-packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+packetLen(0x01c0, 2)
// Packet: 0x01c1
-packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+packetLen(0x01c1, 14)
// Packet: 0x01c2
-packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+packetLen(0x01c2, 10)
// Packet: 0x01c3
-packetLen(0x01c3, -1) // ZC_BROADCAST2
+packetLen(0x01c3, -1)
// Packet: 0x01c4
-packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 22)
// Packet: 0x01c5
-packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 22)
// Packet: 0x01c6
-packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+packetLen(0x01c6, 4)
// Packet: 0x01c7
-packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+packetLen(0x01c7, 2)
// Packet: 0x01c8
-packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, 13)
// Packet: 0x01c9
-packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 97)
// Packet: 0x01ca
-packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+packetLen(0x01ca, 3)
// Packet: 0x01cb
-packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+packetLen(0x01cb, 9)
// Packet: 0x01cc
-packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+packetLen(0x01cc, 9)
// Packet: 0x01cd
-packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, 30)
// Packet: 0x01ce
-packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, 6)
// Packet: 0x01cf
-packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+packetLen(0x01cf, 28)
// Packet: 0x01d0
-packetLen(0x01d0, 8) // ZC_SPIRITS
+packetLen(0x01d0, 8)
// Packet: 0x01d1
-packetLen(0x01d1, 14) // ZC_BLADESTOP
+packetLen(0x01d1, 14)
// Packet: 0x01d2
-packetLen(0x01d2, 10) // ZC_COMBODELAY
+packetLen(0x01d2, 10)
// Packet: 0x01d3
-packetLen(0x01d3, 35) // ZC_SOUND
+packetLen(0x01d3, 35)
// Packet: 0x01d4
-packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, 6)
// Packet: 0x01d5
-packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, -1)
// Packet: 0x01d6
-packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 4)
// Packet: 0x01d7
-packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 11)
// Packet: 0x01d8
-packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 54)
// Packet: 0x01d9
-packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 53)
// Packet: 0x01da
-packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 60)
// Packet: 0x01db
-packetLen(0x01db, 2) // CA_REQ_HASH
+packetLen(0x01db, 2)
// Packet: 0x01dc
-packetLen(0x01dc, -1) // AC_ACK_HASH
+packetLen(0x01dc, -1)
// Packet: 0x01dd
-packetLen(0x01dd, 47) // CA_LOGIN2
+packetLen(0x01dd, 47)
// Packet: 0x01de
-packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 33)
// Packet: 0x01df
-packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+packetLen(0x01df, 6)
// Packet: 0x01e0
-packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+packetLen(0x01e0, 30)
// Packet: 0x01e1
-packetLen(0x01e1, 8) // ZC_SPIRITS2
+packetLen(0x01e1, 8)
// Packet: 0x01e2
-packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+packetLen(0x01e2, 34)
// Packet: 0x01e3
-packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+packetLen(0x01e3, 14)
// Packet: 0x01e4
-packetLen(0x01e4, 2) // ZC_START_COUPLE
+packetLen(0x01e4, 2)
// Packet: 0x01e5
-packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+packetLen(0x01e5, 6)
// Packet: 0x01e6
-packetLen(0x01e6, 26) // ZC_COUPLENAME
+packetLen(0x01e6, 26)
// Packet: 0x01e7
-packetLen(0x01e7, 2) // CZ_DORIDORI
+packetLen(0x01e7, 2)
// Packet: 0x01e8
-packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 28)
// Packet: 0x01e9
-packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, 81)
// Packet: 0x01ea
-packetLen(0x01ea, 6) // ZC_CONGRATULATION
+packetLen(0x01ea, 6)
// Packet: 0x01eb
-packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, 10)
// Packet: 0x01ec
-packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+packetLen(0x01ec, 26)
// Packet: 0x01ed
-packetLen(0x01ed, 2) // CZ_CHOPOKGI
+packetLen(0x01ed, 2)
// Packet: 0x01ee
-packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, -1)
// Packet: 0x01ef
-packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, -1)
// Packet: 0x01f0
-packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, -1)
// Packet: 0x01f1
-packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+packetLen(0x01f1, -1)
// Packet: 0x01f2
-packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, 20)
// Packet: 0x01f3
-packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+packetLen(0x01f3, 10)
// Packet: 0x01f4
-packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, 32)
// Packet: 0x01f5
-packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, 9)
// Packet: 0x01f6
-packetLen(0x01f6, 34) // ZC_REQ_BABY
+packetLen(0x01f6, 34)
// Packet: 0x01f7
-packetLen(0x01f7, 14) // CZ_JOIN_BABY
+packetLen(0x01f7, 14)
// Packet: 0x01f8
-packetLen(0x01f8, 2) // ZC_START_BABY
+packetLen(0x01f8, 2)
// Packet: 0x01f9
-packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+packetLen(0x01f9, 6)
// Packet: 0x01fa
-packetLen(0x01fa, 48) // CA_LOGIN3
+packetLen(0x01fa, 48)
// Packet: 0x01fb
-packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+packetLen(0x01fb, 56)
// Packet: 0x01fc
-packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, -1)
// Packet: 0x01fd
-packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 15)
// Packet: 0x01fe
-packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, 5)
// Packet: 0x01ff
-packetLen(0x01ff, 10) // ZC_HIGHJUMP
+packetLen(0x01ff, 10)
// Packet: 0x0200
-packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+packetLen(0x0200, 26)
// Packet: 0x0201
-packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+packetLen(0x0201, -1)
// Packet: 0x0202
-packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+packetLen(0x0202, 26)
// Packet: 0x0203
-packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+packetLen(0x0203, 10)
// Packet: 0x0204
-packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+packetLen(0x0204, 18)
// Packet: 0x0205
-packetLen(0x0205, 26) // ZC_DIVORCE
+packetLen(0x0205, 26)
// Packet: 0x0206
-packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+packetLen(0x0206, 11)
// Packet: 0x0207
-packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, 34)
// Packet: 0x0208
-packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, 14)
// Packet: 0x0209
-packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, 36)
// Packet: 0x020a
-packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 10)
// Packet: 0x020d
-packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+packetLen(0x020d, -1)
// Packet: 0x020e
-packetLen(0x020e, 32) // ZC_STARSKILL
+packetLen(0x020e, 32)
// Packet: 0x020f
-packetLen(0x020f, 10) // CZ_REQ_PVPPOINT
+packetLen(0x020f, 10)
// Packet: 0x0210
-packetLen(0x0210, 22) // ZC_ACK_PVPPOINT
+packetLen(0x0210, 22)
// Packet: 0x0212
-packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+packetLen(0x0212, 26)
// Packet: 0x0213
-packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+packetLen(0x0213, 26)
// Packet: 0x0214
-packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+packetLen(0x0214, 42)
// Packet: 0x0215
-packetLen(0x0215, 6) // ZC_SKILLMSG
+packetLen(0x0215, 6)
// Packet: 0x0216
-packetLen(0x0216, 6) // ZC_BABYMSG
+packetLen(0x0216, 6)
// Packet: 0x0217
-packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 2)
// Packet: 0x0218
-packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, 2)
// Packet: 0x0219
-packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 282)
// Packet: 0x021a
-packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, 282)
// Packet: 0x021b
-packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, 10)
// Packet: 0x021c
-packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, 10)
// Packet: 0x021d
-packetLen(0x021d, 6) // CZ_LESSEFFECT
+packetLen(0x021d, 6)
// Packet: 0x021e
-packetLen(0x021e, 6) // ZC_LESSEFFECT
+packetLen(0x021e, 6)
// Packet: 0x021f
-packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+packetLen(0x021f, 66)
// Packet: 0x0220
-packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+packetLen(0x0220, 10)
// Packet: 0x0221
-packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+packetLen(0x0221, -1)
// Packet: 0x0222
-packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+packetLen(0x0222, 6)
// Packet: 0x0223
-packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+packetLen(0x0223, 8)
// Packet: 0x0224
-packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+packetLen(0x0224, 10)
// Packet: 0x0225
-packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+packetLen(0x0225, 2)
// Packet: 0x0226
-packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+packetLen(0x0226, 282)
// Packet: 0x0227
-packetLen(0x0227, 18) // ZC_GAME_GUARD
+packetLen(0x0227, 18)
// Packet: 0x0228
-packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+packetLen(0x0228, 18)
// Packet: 0x0229
-packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+packetLen(0x0229, 15)
// Packet: 0x022a
-packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 58)
// Packet: 0x022b
-packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, 57)
// Packet: 0x022c
-packetLen(0x022c, 65) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, 65)
// Packet: 0x022d
-packetLen(0x022d, 5) // CZ_COMMAND_MER
+packetLen(0x022d, 5)
// Packet: 0x022e
-packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 71)
// Packet: 0x022f
-packetLen(0x022f, 5) // ZC_FEED_MER
+packetLen(0x022f, 5)
// Packet: 0x0230
-packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+packetLen(0x0230, 12)
// Packet: 0x0231
-packetLen(0x0231, 26) // CZ_RENAME_MER
+packetLen(0x0231, 26)
// Packet: 0x0232
-packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, 9)
// Packet: 0x0233
-packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, 11)
// Packet: 0x0234
-packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, 6)
// Packet: 0x0235
-packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, -1)
// Packet: 0x0236
-packetLen(0x0236, 10) // ZC_KILLER_POINT
+packetLen(0x0236, 10)
// Packet: 0x0237
-packetLen(0x0237, 2) // CZ_KILLER_RANK
+packetLen(0x0237, 2)
// Packet: 0x0238
-packetLen(0x0238, 282) // ZC_KILLER_RANK
+packetLen(0x0238, 282)
// Packet: 0x0239
-packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 11)
// Packet: 0x023a
-packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, 4)
// Packet: 0x023b
-packetLen(0x023b, 36) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 36)
// Packet: 0x023c
-packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, 6)
// Packet: 0x023d
-packetLen(0x023d, 6) // AC_EVENT_RESULT
+packetLen(0x023d, 6)
// Packet: 0x023e
-packetLen(0x023e, 8) // HC_REQUEST_CHARACTER_PASSWORD
+packetLen(0x023e, 8)
// Packet: 0x023f
-packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+packetLen(0x023f, 2)
// Packet: 0x0240
-packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+packetLen(0x0240, -1)
// Packet: 0x0241
-packetLen(0x0241, 6) // CZ_MAIL_OPEN
+packetLen(0x0241, 6)
// Packet: 0x0242
-packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+packetLen(0x0242, -1)
// Packet: 0x0243
-packetLen(0x0243, 6) // CZ_MAIL_DELETE
+packetLen(0x0243, 6)
// Packet: 0x0244
-packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+packetLen(0x0244, 6)
// Packet: 0x0245
-packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+packetLen(0x0245, 3)
// Packet: 0x0246
-packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+packetLen(0x0246, 4)
// Packet: 0x0247
-packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+packetLen(0x0247, 8)
// Packet: 0x0248
-packetLen(0x0248, -1) // CZ_MAIL_SEND
+packetLen(0x0248, -1)
// Packet: 0x0249
-packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+packetLen(0x0249, 3)
// Packet: 0x024a
-packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+packetLen(0x024a, 70)
// Packet: 0x024b
-packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+packetLen(0x024b, 4)
// Packet: 0x024c
-packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+packetLen(0x024c, 8)
// Packet: 0x024d
-packetLen(0x024d, 12) // CZ_AUCTION_ADD
+packetLen(0x024d, 12)
// Packet: 0x024e
-packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+packetLen(0x024e, 6)
// Packet: 0x024f
-packetLen(0x024f, 10) // CZ_AUCTION_BUY
+packetLen(0x024f, 10)
// Packet: 0x0250
-packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+packetLen(0x0250, 3)
// Packet: 0x0251
-packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+packetLen(0x0251, 34)
// Packet: 0x0252
-packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+packetLen(0x0252, -1)
// Packet: 0x0253
-packetLen(0x0253, 3) // ZC_STARPLACE
+packetLen(0x0253, 3)
// Packet: 0x0254
-packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+packetLen(0x0254, 3)
// Packet: 0x0255
-packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+packetLen(0x0255, 5)
// Packet: 0x0256
-packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+packetLen(0x0256, 5)
// Packet: 0x0257
-packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+packetLen(0x0257, 8)
// Packet: 0x0258
-packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+packetLen(0x0258, 2)
// Packet: 0x0259
-packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+packetLen(0x0259, 3)
// Packet: 0x025a
-packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+packetLen(0x025a, -1)
// Packet: 0x025b
-packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+packetLen(0x025b, 6)
// Packet: 0x025c
-packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+packetLen(0x025c, 4)
// Packet: 0x025d
-packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+packetLen(0x025d, 6)
// Packet: 0x025e
-packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+packetLen(0x025e, 4)
// Packet: 0x025f
-packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+packetLen(0x025f, 6)
// Packet: 0x0260
-packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+packetLen(0x0260, 6)
// Packet: 0x0261
-packetLen(0x0261, 11) // AC_REQ_LOGIN_OLDEKEY
+packetLen(0x0261, 11)
// Packet: 0x0262
-packetLen(0x0262, 11) // AC_REQ_LOGIN_NEWEKEY
+packetLen(0x0262, 11)
// Packet: 0x0263
-packetLen(0x0263, 11) // AC_REQ_LOGIN_CARDPASS
+packetLen(0x0263, 11)
// Packet: 0x0264
-packetLen(0x0264, 20) // CA_ACK_LOGIN_OLDEKEY
+packetLen(0x0264, 20)
// Packet: 0x0265
-packetLen(0x0265, 20) // CA_ACK_LOGIN_NEWEKEY
+packetLen(0x0265, 20)
// Packet: 0x0266
-packetLen(0x0266, 30) // CA_ACK_LOGIN_CARDPASS
+packetLen(0x0266, 30)
// Packet: 0x0267
-packetLen(0x0267, 4) // AC_ACK_EKEY_FAIL_NOTEXIST
+packetLen(0x0267, 4)
// Packet: 0x0268
-packetLen(0x0268, 4) // AC_ACK_EKEY_FAIL_NOTUSESEKEY
+packetLen(0x0268, 4)
// Packet: 0x0269
-packetLen(0x0269, 4) // AC_ACK_EKEY_FAIL_NOTUSEDEKEY
+packetLen(0x0269, 4)
// Packet: 0x026a
-packetLen(0x026a, 4) // AC_ACK_EKEY_FAIL_AUTHREFUSE
+packetLen(0x026a, 4)
// Packet: 0x026b
-packetLen(0x026b, 4) // AC_ACK_EKEY_FAIL_INPUTEKEY
+packetLen(0x026b, 4)
// Packet: 0x026c
-packetLen(0x026c, 4) // AC_ACK_EKEY_FAIL_NOTICE
+packetLen(0x026c, 4)
// Packet: 0x026d
-packetLen(0x026d, 4) // AC_ACK_EKEY_FAIL_NEEDCARDPASS
+packetLen(0x026d, 4)
// Packet: 0x026f
-packetLen(0x026f, 2) // AC_ACK_FIRST_LOGIN
+packetLen(0x026f, 2)
// Packet: 0x0270
-packetLen(0x0270, 2) // AC_REQ_LOGIN_ACCOUNT_INFO
+packetLen(0x0270, 2)
// Packet: 0x0271
-packetLen(0x0271, 40) // CA_ACK_LOGIN_ACCOUNT_INFO
+packetLen(0x0271, 40)
// Packet: 0x0272
-packetLen(0x0272, 44) // AC_ACK_PT_ID_INFO
+packetLen(0x0272, 44)
// Packet: 0x0273
-packetLen(0x0273, 30) // CZ_REQ_MAIL_RETURN
+packetLen(0x0273, 30)
// Packet: 0x0274
-packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, 8)
// Packet: 0x0277
-packetLen(0x0277, 84) // CA_LOGIN_PCBANG
+packetLen(0x0277, 84)
// Packet: 0x0278
-packetLen(0x0278, 2) // ZC_NOTIFY_PCBANG
+packetLen(0x0278, 2)
// Packet: 0x0279
-packetLen(0x0279, 2) // CZ_HUNTINGLIST
+packetLen(0x0279, 2)
// Packet: 0x027a
-packetLen(0x027a, -1) // ZC_HUNTINGLIST
+packetLen(0x027a, -1)
// Packet: 0x027b
-packetLen(0x027b, 14) // ZC_PCBANG_EFFECT
+packetLen(0x027b, 14)
// Packet: 0x027c
-packetLen(0x027c, 60) // CA_LOGIN4
+packetLen(0x027c, 60)
// Packet: 0x027d
-packetLen(0x027d, 62) // ZC_PROPERTY_MERCE
+packetLen(0x027d, 62)
// Packet: 0x027e
-packetLen(0x027e, -1) // ZC_SHANDA_PROTECT
+packetLen(0x027e, -1)
// Packet: 0x027f
-packetLen(0x027f, 8) // CA_CLIENT_TYPE
+packetLen(0x027f, 8)
// Packet: 0x0280
-packetLen(0x0280, 12) // ZC_GANGSI_POINT
+packetLen(0x0280, 12)
// Packet: 0x0281
-packetLen(0x0281, 4) // CZ_GANGSI_RANK
+packetLen(0x0281, 4)
// Packet: 0x0282
-packetLen(0x0282, 284) // ZC_GANGSI_RANK
+packetLen(0x0282, 284)
// Packet: 0x0283
-packetLen(0x0283, 6) // ZC_AID
+packetLen(0x0283, 6)
// Packet: 0x0284
-packetLen(0x0284, 14) // ZC_NOTIFY_EFFECT3
+packetLen(0x0284, 14)
// Packet: 0x0285
-packetLen(0x0285, 6) // ZC_DEATH_QUESTION
+packetLen(0x0285, 6)
// Packet: 0x0286
-packetLen(0x0286, 4) // CZ_DEATH_QUESTION
+packetLen(0x0286, 4)
// Packet: 0x0287
-packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, -1)
// Packet: 0x0288
-packetLen(0x0288, 10) // CZ_PC_BUY_CASH_POINT_ITEM
+packetLen(0x0288, 10)
// Packet: 0x0289
-packetLen(0x0289, 12) // ZC_PC_CASH_POINT_UPDATE
+packetLen(0x0289, 12)
// Packet: 0x028a
-packetLen(0x028a, 18) // ZC_NPC_SHOWEFST_UPDATE
+packetLen(0x028a, 18)
// Packet: 0x028b
-packetLen(0x028b, -1) // HC_CHARNOTBEENSELECTED
+packetLen(0x028b, -1)
// Packet: 0x028c
-packetLen(0x028c, 46) // CH_SELECT_CHAR_GOINGTOBEUSED
+packetLen(0x028c, 46)
// Packet: 0x028d
-packetLen(0x028d, 34) // CH_REQ_IS_VALID_CHARNAME
+packetLen(0x028d, 34)
// Packet: 0x028e
-packetLen(0x028e, 4) // HC_ACK_IS_VALID_CHARNAME
+packetLen(0x028e, 4)
// Packet: 0x028f
-packetLen(0x028f, 6) // CH_REQ_CHANGE_CHARNAME
+packetLen(0x028f, 6)
// Packet: 0x0290
-packetLen(0x0290, 4) // HC_ACK_CHANGE_CHARNAME
+packetLen(0x0290, 4)
// Packet: 0x0291
-packetLen(0x0291, 4) // ZC_MSG
+packetLen(0x0291, 4)
// Packet: 0x0292
-packetLen(0x0292, 2) // CZ_STANDING_RESURRECTION
+packetLen(0x0292, 2)
// Packet: 0x0293
-packetLen(0x0293, 70) // ZC_BOSS_INFO
+packetLen(0x0293, 70)
// Packet: 0x0294
-packetLen(0x0294, 10) // ZC_READ_BOOK
+packetLen(0x0294, 10)
// Packet: 0x0295
-packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, -1)
// Packet: 0x0296
-packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, -1)
// Packet: 0x0297
-packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, -1)
// Packet: 0x0298
-packetLen(0x0298, 8) // ZC_CASH_TIME_COUNTER
+packetLen(0x0298, 8)
// Packet: 0x0299
-packetLen(0x0299, 6) // ZC_CASH_ITEM_DELETE
+packetLen(0x0299, 6)
// Packet: 0x029a
-packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, 27)
// Packet: 0x029b
-packetLen(0x029b, 80) // ZC_MER_INIT
+packetLen(0x029b, 80)
// Packet: 0x029c
-packetLen(0x029c, 66) // ZC_MER_PROPERTY
+packetLen(0x029c, 66)
// Packet: 0x029d
-packetLen(0x029d, -1) // ZC_MER_SKILLINFO_LIST
+packetLen(0x029d, -1)
// Packet: 0x029e
-packetLen(0x029e, 11) // ZC_MER_SKILLINFO_UPDATE
+packetLen(0x029e, 11)
// Packet: 0x029f
-packetLen(0x029f, 3) // CZ_MER_COMMAND
+packetLen(0x029f, 3)
// Packet: 0x02a2
-packetLen(0x02a2, 8) // ZC_MER_PAR_CHANGE
+packetLen(0x02a2, 8)
// Packet: 0x02a5
-packetLen(0x02a5, 8) // CZ_KSY_EVENT
+packetLen(0x02a5, 8)
// Packet: 0x02aa
-packetLen(0x02aa, 4) // ZC_REQ_CASH_PASSWORD
+packetLen(0x02aa, 4)
// Packet: 0x02ab
-packetLen(0x02ab, 36) // CZ_ACK_CASH_PASSWORD
+packetLen(0x02ab, 36)
// Packet: 0x02ac
-packetLen(0x02ac, 6) // ZC_RESULT_CASH_PASSWORD
+packetLen(0x02ac, 6)
// Packet: 0x02ad
-packetLen(0x02ad, 8) // AC_REQUEST_SECOND_PASSWORD
+packetLen(0x02ad, 8)
// Packet: 0x02b0
-packetLen(0x02b0, 85) // CA_LOGIN_HAN
+packetLen(0x02b0, 85)
// Packet: 0x02b1
-packetLen(0x02b1, -1) // ZC_ALL_QUEST_LIST
+packetLen(0x02b1, -1)
// Packet: 0x02b2
-packetLen(0x02b2, -1) // ZC_ALL_QUEST_MISSION
+packetLen(0x02b2, -1)
// Packet: 0x02b3
-packetLen(0x02b3, 107) // ZC_ADD_QUEST
+packetLen(0x02b3, 107)
// Packet: 0x02b4
-packetLen(0x02b4, 6) // ZC_DEL_QUEST
+packetLen(0x02b4, 6)
// Packet: 0x02b5
-packetLen(0x02b5, -1) // ZC_UPDATE_MISSION_HUNT
+packetLen(0x02b5, -1)
// Packet: 0x02b6
-packetLen(0x02b6, 7) // CZ_ACTIVE_QUEST
+packetLen(0x02b6, 7)
// Packet: 0x02b7
-packetLen(0x02b7, 7) // ZC_ACTIVE_QUEST
+packetLen(0x02b7, 7)
// Packet: 0x02b8
-packetLen(0x02b8, 22) // ZC_ITEM_PICKUP_PARTY
+packetLen(0x02b8, 22)
// Packet: 0x02b9
-packetLen(0x02b9, 191) // ZC_SHORTCUT_KEY_LIST
+packetLen(0x02b9, 191)
// Packet: 0x02ba
-packetLen(0x02ba, 11) // CZ_SHORTCUT_KEY_CHANGE
+packetLen(0x02ba, 11)
// Packet: 0x02bb
-packetLen(0x02bb, 8) // ZC_EQUIPITEM_DAMAGED
+packetLen(0x02bb, 8)
// Packet: 0x02bc
-packetLen(0x02bc, 6) // ZC_NOTIFY_PCBANG_PLAYING_TIME
+packetLen(0x02bc, 6)
// Packet: 0x02c1
-packetLen(0x02c1, -1) // ZC_NPC_CHAT
+packetLen(0x02c1, -1)
// Packet: 0x02c2
-packetLen(0x02c2, -1) // ZC_FORMATSTRING_MSG
+packetLen(0x02c2, -1)
// Packet: 0x02c4
-packetLen(0x02c4, 26) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 26)
// Packet: 0x02c5
-packetLen(0x02c5, 30) // ZC_PARTY_JOIN_REQ_ACK
+packetLen(0x02c5, 30)
// Packet: 0x02c6
-packetLen(0x02c6, 30) // ZC_PARTY_JOIN_REQ
+packetLen(0x02c6, 30)
// Packet: 0x02c7
-packetLen(0x02c7, 7) // CZ_PARTY_JOIN_REQ_ACK
+packetLen(0x02c7, 7)
// Packet: 0x02c8
-packetLen(0x02c8, 3) // CZ_PARTY_CONFIG
+packetLen(0x02c8, 3)
// Packet: 0x02c9
-packetLen(0x02c9, 3) // ZC_PARTY_CONFIG
+packetLen(0x02c9, 3)
// Packet: 0x02ca
-packetLen(0x02ca, 3) // HC_REFUSE_SELECTCHAR
+packetLen(0x02ca, 3)
// Packet: 0x02cb
-packetLen(0x02cb, 65) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO
+packetLen(0x02cb, 65)
// Packet: 0x02cc
-packetLen(0x02cc, 4) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_NOTIFY
+packetLen(0x02cc, 4)
// Packet: 0x02cd
-packetLen(0x02cd, 71) // ZC_MEMORIALDUNGEON_INFO
+packetLen(0x02cd, 71)
// Packet: 0x02ce
-packetLen(0x02ce, 10) // ZC_MEMORIALDUNGEON_NOTIFY
+packetLen(0x02ce, 10)
// Packet: 0x02cf
-packetLen(0x02cf, 6) // CZ_MEMORIALDUNGEON_COMMAND
+packetLen(0x02cf, 6)
// Packet: 0x02d0
-packetLen(0x02d0, -1) // ZC_EQUIPMENT_ITEMLIST3
+packetLen(0x02d0, -1)
// Packet: 0x02d1
-packetLen(0x02d1, -1) // ZC_STORE_EQUIPMENT_ITEMLIST3
+packetLen(0x02d1, -1)
// Packet: 0x02d2
-packetLen(0x02d2, -1) // ZC_CART_EQUIPMENT_ITEMLIST3
+packetLen(0x02d2, -1)
// Packet: 0x02d3
-packetLen(0x02d3, 4) // ZC_NOTIFY_BIND_ON_EQUIP
+packetLen(0x02d3, 4)
// Packet: 0x02d4
-packetLen(0x02d4, 29) // ZC_ITEM_PICKUP_ACK3
+packetLen(0x02d4, 29)
// Packet: 0x02d5
-packetLen(0x02d5, 2) // ZC_ISVR_DISCONNECT
+packetLen(0x02d5, 2)
// Packet: 0x02d6
-packetLen(0x02d6, 6) // CZ_EQUIPWIN_MICROSCOPE
+packetLen(0x02d6, 6)
// Packet: 0x02d7
-packetLen(0x02d7, -1) // ZC_EQUIPWIN_MICROSCOPE
+packetLen(0x02d7, -1)
// Packet: 0x02d8
-packetLen(0x02d8, 10) // CZ_CONFIG
+packetLen(0x02d8, 10)
// Packet: 0x02d9
-packetLen(0x02d9, 10) // ZC_CONFIG
+packetLen(0x02d9, 10)
// Packet: 0x02da
-packetLen(0x02da, 3) // ZC_CONFIG_NOTIFY
+packetLen(0x02da, 3)
// Packet: 0x02db
-packetLen(0x02db, -1) // CZ_BATTLEFIELD_CHAT
+packetLen(0x02db, -1)
// Packet: 0x02dc
-packetLen(0x02dc, -1) // ZC_BATTLEFIELD_CHAT
+packetLen(0x02dc, -1)
// Packet: 0x02dd
-packetLen(0x02dd, 32) // ZC_BATTLEFIELD_NOTIFY_CAMPINFO
+packetLen(0x02dd, 32)
// Packet: 0x02de
-packetLen(0x02de, 6) // ZC_BATTLEFIELD_NOTIFY_POINT
+packetLen(0x02de, 6)
// Packet: 0x02df
-packetLen(0x02df, 36) // ZC_BATTLEFIELD_NOTIFY_POSITION
+packetLen(0x02df, 36)
// Packet: 0x02e0
-packetLen(0x02e0, 34) // ZC_BATTLEFIELD_NOTIFY_HP
+packetLen(0x02e0, 34)
// Packet: 0x02e1
-packetLen(0x02e1, 33) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, 33)
// Packet: 0x02e2
-packetLen(0x02e2, 20) // CZ_USE_ITEM_NEW_JAPEN
+packetLen(0x02e2, 20)
// Packet: 0x02e3
-packetLen(0x02e3, 22) // CZ_USE_SKILL_NEW_JAPEN
+packetLen(0x02e3, 22)
// Packet: 0x02e4
-packetLen(0x02e4, 11) // CZ_ITEM_PICKUP_NEW_JAPEN
+packetLen(0x02e4, 11)
// Packet: 0x02e5
-packetLen(0x02e5, 9) // CZ_REQUEST_MOVE_NEW_JAPEN
+packetLen(0x02e5, 9)
// Packet: 0x02e6
-packetLen(0x02e6, 6) // CZ_BOT_CHECK
+packetLen(0x02e6, 6)
// Packet: 0x02e7
-packetLen(0x02e7, -1) // ZC_MAPPROPERTY
+packetLen(0x02e7, -1)
// Packet: 0x02e8
-packetLen(0x02e8, -1) // ZC_NORMAL_ITEMLIST3
+packetLen(0x02e8, -1)
// Packet: 0x02e9
-packetLen(0x02e9, -1) // ZC_CART_NORMAL_ITEMLIST3
+packetLen(0x02e9, -1)
// Packet: 0x02ea
-packetLen(0x02ea, -1) // ZC_STORE_NORMAL_ITEMLIST3
+packetLen(0x02ea, -1)
// Packet: 0x02eb
-packetLen(0x02eb, 13) // ZC_ACCEPT_ENTER2
+packetLen(0x02eb, 13)
// Packet: 0x02ec
-packetLen(0x02ec, 67) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 67)
// Packet: 0x02ed
-packetLen(0x02ed, 59) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, 59)
// Packet: 0x02ee
-packetLen(0x02ee, 60) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, 60)
// Packet: 0x02ef
-packetLen(0x02ef, 8) // ZC_NOTIFY_FONT
+packetLen(0x02ef, 8)
// Packet: 0x02f0
-packetLen(0x02f0, 10) // ZC_PROGRESS
+packetLen(0x02f0, 10)
// Packet: 0x02f1
-packetLen(0x02f1, 2) // CZ_PROGRESS
+packetLen(0x02f1, 2)
// Packet: 0x02f2
-packetLen(0x02f2, 2) // ZC_PROGRESS_CANCEL
+packetLen(0x02f2, 2)
// Packet: 0x02f3
-packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+packetLen(0x02f3, -1)
// Packet: 0x02f4
-packetLen(0x02f4, -1) // ZC_IRMAIL_SEND_RES
+packetLen(0x02f4, -1)
// Packet: 0x02f5
-packetLen(0x02f5, -1) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, -1)
// Packet: 0x02f6
-packetLen(0x02f6, -1) // CZ_IRMAIL_LIST
+packetLen(0x02f6, -1)
// Packet: 0x02f7
packetLen(0x02f7, -1)
@@ -2241,46 +2241,46 @@ packetLen(0x035a, -1)
packetLen(0x035b, -1)
// Packet: 0x035c
-packetLen(0x035c, 2) // CZ_OPEN_SIMPLE_CASHSHOP_ITEMLIST
+packetLen(0x035c, 2)
// Packet: 0x035d
-packetLen(0x035d, -1) // ZC_SIMPLE_CASHSHOP_POINT_ITEMLIST
+packetLen(0x035d, -1)
// Packet: 0x035e
-packetLen(0x035e, 2) // CZ_CLOSE_WINDOW
+packetLen(0x035e, 2)
// Packet: 0x035f
-packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+packetLen(0x035f, -1)
// Packet: 0x0360
-packetLen(0x0360, -1) // CZ_REQUEST_TIME2
+packetLen(0x0360, -1)
// Packet: 0x0361
-packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, -1)
// Packet: 0x0362
-packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+packetLen(0x0362, -1)
// Packet: 0x0363
-packetLen(0x0363, -1) // CZ_ITEM_THROW2
+packetLen(0x0363, -1)
// Packet: 0x0364
-packetLen(0x0364, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, -1)
// Packet: 0x0365
-packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, -1)
// Packet: 0x0366
-packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, -1)
// Packet: 0x0367
-packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, -1)
// Packet: 0x0368
-packetLen(0x0368, -1) // CZ_REQNAME2
+packetLen(0x0368, -1)
// Packet: 0x0369
-packetLen(0x0369, -1) // CZ_REQNAME_BYGID2
+packetLen(0x0369, -1)
// Packet: 0x036a
packetLen(0x036a, -1)
@@ -2628,10 +2628,10 @@ packetLen(0x03db, -1)
packetLen(0x03dc, -1)
// Packet: 0x03dd
-packetLen(0x03dd, 18) // AHC_GAME_GUARD
+packetLen(0x03dd, 18)
// Packet: 0x03de
-packetLen(0x03de, 18) // CAH_ACK_GAME_GUARD
+packetLen(0x03de, 18)
// Packet: 0x03e2
packetLen(0x03e2, -1)
@@ -2887,57 +2887,57 @@ packetLen(0x0435, -1)
// Packet: 0x0436
#if PACKETVER >= 20080910
-packetLen(0x0436, 19) // CZ_ENTER2
+packetLen(0x0436, 19)
#endif
// Packet: 0x0437
#if PACKETVER >= 20080910
-packetLen(0x0437, 7) // CZ_REQUEST_ACT2
+packetLen(0x0437, 7)
#endif
// Packet: 0x0438
#if PACKETVER >= 20080910
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#endif
// Packet: 0x0439
#if PACKETVER >= 20080910
-packetLen(0x0439, 8) // CZ_USE_ITEM2
+packetLen(0x0439, 8)
#endif
// Packet: 0x043d
#if PACKETVER >= 20081111
-packetLen(0x043d, 8) // ZC_SKILL_POSTDELAY
+packetLen(0x043d, 8)
#endif
// Packet: 0x043e
#if PACKETVER >= 20081111
-packetLen(0x043e, -1) // ZC_SKILL_POSTDELAY_LIST
+packetLen(0x043e, -1)
#endif
// Packet: 0x043f
#if PACKETVER >= 20081111
-packetLen(0x043f, 8) // ZC_MSG_STATE_CHANGE2
+packetLen(0x043f, 8)
#endif
// Packet: 0x0440
#if PACKETVER >= 20081126
-packetLen(0x0440, 10) // ZC_MILLENNIUMSHIELD
+packetLen(0x0440, 10)
#endif
// Packet: 0x0441
#if PACKETVER >= 20081126
-packetLen(0x0441, 4) // ZC_SKILLINFO_DELETE
+packetLen(0x0441, 4)
#endif
// Packet: 0x0442
#if PACKETVER >= 20081217
-packetLen(0x0442, 8) // ZC_SKILL_SELECT_REQUEST
+packetLen(0x0442, 8)
#endif
// Packet: 0x0443
#if PACKETVER >= 20081217
-packetLen(0x0443, 8) // CZ_SKILL_SELECT_RESPONSE
+packetLen(0x0443, 8)
#endif
diff --git a/src/common/packets/packets2009_len_main.h b/src/common/packets/packets2009_len_main.h
index de9919468..0917b89cb 100644
--- a/src/common/packets/packets2009_len_main.h
+++ b/src/common/packets/packets2009_len_main.h
@@ -2,8 +2,8 @@
* This file is part of Hercules.
* http://herc.ws - http://github.com/HerculesWS/Hercules
*
- * Copyright (C) 2019 Hercules Dev Team
- * Copyright (C) 2019 Andrei Karas (4144)
+ * Copyright (C) 2018-2019 Hercules Dev Team
+ * Copyright (C) 2018-2019 Andrei Karas (4144)
*
* Hercules is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -25,865 +25,865 @@
/* This file is autogenerated, please do not commit manual changes */
// Packet: 0x0064
-packetLen(0x0064, 55) // CA_LOGIN
+packetLen(0x0064, 55)
// Packet: 0x0065
-packetLen(0x0065, 17) // CH_ENTER
+packetLen(0x0065, 17)
// Packet: 0x0066
-packetLen(0x0066, 3) // CH_SELECT_CHAR
+packetLen(0x0066, 3)
// Packet: 0x0067
-packetLen(0x0067, 37) // CH_MAKE_CHAR
+packetLen(0x0067, 37)
// Packet: 0x0068
-packetLen(0x0068, 46) // CH_DELETE_CHAR
+packetLen(0x0068, 46)
// Packet: 0x0069
-packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+packetLen(0x0069, -1)
// Packet: 0x006a
-packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+packetLen(0x006a, 23)
// Packet: 0x006b
-packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+packetLen(0x006b, -1)
// Packet: 0x006c
-packetLen(0x006c, 3) // HC_REFUSE_ENTER
+packetLen(0x006c, 3)
// Packet: 0x006d
#if PACKETVER >= 20090617
-packetLen(0x006d, 114) // HC_ACCEPT_MAKECHAR
+packetLen(0x006d, 114)
#elif PACKETVER >= 20090107
-packetLen(0x006d, 110) // HC_ACCEPT_MAKECHAR
+packetLen(0x006d, 110)
#endif
// Packet: 0x006e
-packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+packetLen(0x006e, 3)
// Packet: 0x006f
-packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+packetLen(0x006f, 2)
// Packet: 0x0070
-packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+packetLen(0x0070, 3)
// Packet: 0x0071
-packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+packetLen(0x0071, 28)
// Packet: 0x0072
-packetLen(0x0072, 22) // CZ_ENTER
+packetLen(0x0072, 22)
// Packet: 0x0073
#if PACKETVER >= 20090406
-packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 11)
#elif PACKETVER >= 20090401
-packetLen(0x0073, 6) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 6)
#elif PACKETVER >= 20090311
-packetLen(0x0073, -1) // ZC_ACCEPT_ENTER
+packetLen(0x0073, -1)
#elif PACKETVER >= 20090225
-packetLen(0x0073, 282) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 282)
#elif PACKETVER >= 20090218
-packetLen(0x0073, 2) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 2)
#elif PACKETVER >= 20090211
-packetLen(0x0073, 8) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 8)
#elif PACKETVER >= 20090120
-packetLen(0x0073, -1) // ZC_ACCEPT_ENTER
+packetLen(0x0073, -1)
#elif PACKETVER >= 20090107
-packetLen(0x0073, 8) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 8)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x0074
-packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+packetLen(0x0074, 3)
// Packet: 0x0075
#if PACKETVER >= 20090401
-packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, -1)
#elif PACKETVER >= 20090325
-packetLen(0x0075, 22) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, 22)
#elif PACKETVER >= 20090225
-packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, -1)
#elif PACKETVER >= 20090218
-packetLen(0x0075, 2) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, 2)
#elif PACKETVER >= 20090114
-packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, -1)
#elif PACKETVER >= 20090107
-packetLen(0x0075, 6) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, 6)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x0076
-packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+packetLen(0x0076, 9)
// Packet: 0x0077
#if PACKETVER >= 20090406
-packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 5)
#elif PACKETVER >= 20090401
-packetLen(0x0077, -1) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, -1)
#elif PACKETVER >= 20090325
-packetLen(0x0077, 4) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 4)
#elif PACKETVER >= 20090311
-packetLen(0x0077, -1) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, -1)
#elif PACKETVER >= 20090225
-packetLen(0x0077, 7) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 7)
#elif PACKETVER >= 20090211
-packetLen(0x0077, -1) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, -1)
#elif PACKETVER >= 20090204
-packetLen(0x0077, 7) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 7)
#elif PACKETVER >= 20090129
-packetLen(0x0077, 3) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 3)
#elif PACKETVER >= 20090120
-packetLen(0x0077, -1) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, -1)
#elif PACKETVER >= 20090114
-packetLen(0x0077, 7) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 7)
#elif PACKETVER >= 20090107
-packetLen(0x0077, -1) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, -1)
#endif
// Packet: 0x0078
#if PACKETVER >= 20090406
-packetLen(0x0078, 55) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, 55)
#elif PACKETVER >= 20090318
-packetLen(0x0078, -1) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, -1)
#elif PACKETVER >= 20090311
-packetLen(0x0078, 2) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, 2)
#elif PACKETVER >= 20090114
-packetLen(0x0078, -1) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, -1)
#elif PACKETVER >= 20090107
-packetLen(0x0078, 22) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, 22)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x0079
#if PACKETVER >= 20090406
-packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, 53)
#elif PACKETVER >= 20090318
-packetLen(0x0079, -1) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, -1)
#elif PACKETVER >= 20090311
-packetLen(0x0079, 15) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, 15)
#elif PACKETVER >= 20090225
-packetLen(0x0079, 20) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, 20)
#elif PACKETVER >= 20090218
-packetLen(0x0079, 2) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, 2)
#elif PACKETVER >= 20090129
-packetLen(0x0079, -1) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, -1)
#elif PACKETVER >= 20090120
-packetLen(0x0079, 3) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, 3)
#elif PACKETVER >= 20090114
-packetLen(0x0079, 21) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, 21)
#elif PACKETVER >= 20090107
-packetLen(0x0079, -1) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, -1)
#endif
// Packet: 0x007a
#if PACKETVER >= 20090406
-packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, 58)
#elif PACKETVER >= 20090325
-packetLen(0x007a, -1) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, -1)
#elif PACKETVER >= 20090318
-packetLen(0x007a, 3) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, 3)
#elif PACKETVER >= 20090225
-packetLen(0x007a, -1) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, -1)
#elif PACKETVER >= 20090218
-packetLen(0x007a, 6) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, 6)
#elif PACKETVER >= 20090120
-packetLen(0x007a, -1) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, -1)
#elif PACKETVER >= 20090114
-packetLen(0x007a, 6) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, 6)
#elif PACKETVER >= 20090107
-packetLen(0x007a, -1) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, -1)
#endif
// Packet: 0x007b
#if PACKETVER >= 20090406
-packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, 60)
#elif PACKETVER >= 20090401
-packetLen(0x007b, 8) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, 8)
#elif PACKETVER >= 20090325
-packetLen(0x007b, 3) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, 3)
#elif PACKETVER >= 20090218
-packetLen(0x007b, -1) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, -1)
#elif PACKETVER >= 20090211
-packetLen(0x007b, 2) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, 2)
#elif PACKETVER >= 20090204
-packetLen(0x007b, 5) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, 5)
#elif PACKETVER >= 20090129
-packetLen(0x007b, 14) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, 14)
#elif PACKETVER >= 20090107
-packetLen(0x007b, -1) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, -1)
#endif
// Packet: 0x007c
#if PACKETVER >= 20090617
-packetLen(0x007c, 44) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, 44)
#elif PACKETVER >= 20090406
-packetLen(0x007c, 42) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, 42)
#elif PACKETVER >= 20090401
-packetLen(0x007c, 14) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, 14)
#elif PACKETVER >= 20090325
-packetLen(0x007c, 182) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, 182)
#elif PACKETVER >= 20090311
-packetLen(0x007c, -1) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, -1)
#elif PACKETVER >= 20090225
-packetLen(0x007c, 19) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, 19)
#elif PACKETVER >= 20090218
-packetLen(0x007c, 10) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, 10)
#elif PACKETVER >= 20090211
-packetLen(0x007c, -1) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, -1)
#elif PACKETVER >= 20090204
-packetLen(0x007c, 5) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, 5)
#elif PACKETVER >= 20090120
-packetLen(0x007c, -1) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, -1)
#elif PACKETVER >= 20090114
-packetLen(0x007c, 2) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, 2)
#elif PACKETVER >= 20090107
-packetLen(0x007c, 2) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, 2)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x007d
#if PACKETVER >= 20090406
-packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, 2)
#elif PACKETVER >= 20090401
-packetLen(0x007d, -1) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, -1)
#elif PACKETVER >= 20090325
-packetLen(0x007d, 10) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, 10)
#elif PACKETVER >= 20090114
-packetLen(0x007d, -1) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, -1)
#elif PACKETVER >= 20090107
-packetLen(0x007d, 282) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, 282)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x007e
-packetLen(0x007e, 105) // CZ_REQUEST_TIME
+packetLen(0x007e, 105)
// Packet: 0x007f
#if PACKETVER >= 20090406
-packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+packetLen(0x007f, 6)
#elif PACKETVER >= 20090401
-packetLen(0x007f, -1) // ZC_NOTIFY_TIME
+packetLen(0x007f, -1)
#elif PACKETVER >= 20090325
-packetLen(0x007f, 2) // ZC_NOTIFY_TIME
+packetLen(0x007f, 2)
#elif PACKETVER >= 20090318
-packetLen(0x007f, 10) // ZC_NOTIFY_TIME
+packetLen(0x007f, 10)
#elif PACKETVER >= 20090204
-packetLen(0x007f, -1) // ZC_NOTIFY_TIME
+packetLen(0x007f, -1)
#elif PACKETVER >= 20090129
-packetLen(0x007f, 8) // ZC_NOTIFY_TIME
+packetLen(0x007f, 8)
#elif PACKETVER >= 20090107
-packetLen(0x007f, -1) // ZC_NOTIFY_TIME
+packetLen(0x007f, -1)
#endif
// Packet: 0x0080
#if PACKETVER >= 20090406
-packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+packetLen(0x0080, 7)
#elif PACKETVER >= 20090318
-packetLen(0x0080, -1) // ZC_NOTIFY_VANISH
+packetLen(0x0080, -1)
#elif PACKETVER >= 20090311
-packetLen(0x0080, 6) // ZC_NOTIFY_VANISH
+packetLen(0x0080, 6)
#elif PACKETVER >= 20090225
-packetLen(0x0080, 36) // ZC_NOTIFY_VANISH
+packetLen(0x0080, 36)
#elif PACKETVER >= 20090107
-packetLen(0x0080, -1) // ZC_NOTIFY_VANISH
+packetLen(0x0080, -1)
#endif
// Packet: 0x0081
-packetLen(0x0081, 3) // SC_NOTIFY_BAN
+packetLen(0x0081, 3)
// Packet: 0x0082
-packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+packetLen(0x0082, 2)
// Packet: 0x0083
#if PACKETVER >= 20090406
-packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 2)
#elif PACKETVER >= 20090325
-packetLen(0x0083, 6) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 6)
#elif PACKETVER >= 20090318
-packetLen(0x0083, 65) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 65)
#elif PACKETVER >= 20090311
-packetLen(0x0083, -1) // ZC_ACCEPT_QUIT
+packetLen(0x0083, -1)
#elif PACKETVER >= 20090225
-packetLen(0x0083, 8) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 8)
#elif PACKETVER >= 20090211
-packetLen(0x0083, -1) // ZC_ACCEPT_QUIT
+packetLen(0x0083, -1)
#elif PACKETVER >= 20090204
-packetLen(0x0083, 6) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 6)
#elif PACKETVER >= 20090129
-packetLen(0x0083, -1) // ZC_ACCEPT_QUIT
+packetLen(0x0083, -1)
#elif PACKETVER >= 20090120
-packetLen(0x0083, 6) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 6)
#elif PACKETVER >= 20090114
-packetLen(0x0083, 10) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 10)
#elif PACKETVER >= 20090107
-packetLen(0x0083, 5) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 5)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x0084
-packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+packetLen(0x0084, 2)
// Packet: 0x0085
-packetLen(0x0085, 10) // CZ_REQUEST_MOVE
+packetLen(0x0085, 10)
// Packet: 0x0086
#if PACKETVER >= 20090406
-packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 16)
#elif PACKETVER >= 20090325
-packetLen(0x0086, -1) // ZC_NOTIFY_MOVE
+packetLen(0x0086, -1)
#elif PACKETVER >= 20090318
-packetLen(0x0086, 4) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 4)
#elif PACKETVER >= 20090225
-packetLen(0x0086, -1) // ZC_NOTIFY_MOVE
+packetLen(0x0086, -1)
#elif PACKETVER >= 20090218
-packetLen(0x0086, 7) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 7)
#elif PACKETVER >= 20090129
-packetLen(0x0086, -1) // ZC_NOTIFY_MOVE
+packetLen(0x0086, -1)
#elif PACKETVER >= 20090120
-packetLen(0x0086, 10) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 10)
#elif PACKETVER >= 20090114
-packetLen(0x0086, -1) // ZC_NOTIFY_MOVE
+packetLen(0x0086, -1)
#elif PACKETVER >= 20090107
-packetLen(0x0086, 17) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 17)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x0087
#if PACKETVER >= 20090406
-packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 12)
#elif PACKETVER >= 20090401
-packetLen(0x0087, 39) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 39)
#elif PACKETVER >= 20090325
-packetLen(0x0087, 15) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 15)
#elif PACKETVER >= 20090318
-packetLen(0x0087, 3) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 3)
#elif PACKETVER >= 20090311
-packetLen(0x0087, -1) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, -1)
#elif PACKETVER >= 20090225
-packetLen(0x0087, 6) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 6)
#elif PACKETVER >= 20090218
-packetLen(0x0087, 21) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 21)
#elif PACKETVER >= 20090211
-packetLen(0x0087, 8) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 8)
#elif PACKETVER >= 20090204
-packetLen(0x0087, -1) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, -1)
#elif PACKETVER >= 20090129
-packetLen(0x0087, 8) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 8)
#elif PACKETVER >= 20090114
-packetLen(0x0087, -1) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, -1)
#elif PACKETVER >= 20090107
-packetLen(0x0087, 8) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 8)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x0088
#if PACKETVER >= 20090406
-packetLen(0x0088, 10) // ZC_STOPMOVE
+packetLen(0x0088, 10)
#elif PACKETVER >= 20090318
-packetLen(0x0088, -1) // ZC_STOPMOVE
+packetLen(0x0088, -1)
#elif PACKETVER >= 20090311
-packetLen(0x0088, 4) // ZC_STOPMOVE
+packetLen(0x0088, 4)
#elif PACKETVER >= 20090225
-packetLen(0x0088, -1) // ZC_STOPMOVE
+packetLen(0x0088, -1)
#elif PACKETVER >= 20090218
-packetLen(0x0088, 4) // ZC_STOPMOVE
+packetLen(0x0088, 4)
#elif PACKETVER >= 20090211
-packetLen(0x0088, 37) // ZC_STOPMOVE
+packetLen(0x0088, 37)
#elif PACKETVER >= 20090204
-packetLen(0x0088, -1) // ZC_STOPMOVE
+packetLen(0x0088, -1)
#elif PACKETVER >= 20090129
-packetLen(0x0088, 6) // ZC_STOPMOVE
+packetLen(0x0088, 6)
#elif PACKETVER >= 20090120
-packetLen(0x0088, -1) // ZC_STOPMOVE
+packetLen(0x0088, -1)
#elif PACKETVER >= 20090114
-packetLen(0x0088, 60) // ZC_STOPMOVE
+packetLen(0x0088, 60)
#elif PACKETVER >= 20090107
-packetLen(0x0088, 26) // ZC_STOPMOVE
+packetLen(0x0088, 26)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x0089
-packetLen(0x0089, 11) // CZ_REQUEST_ACT
+packetLen(0x0089, 11)
// Packet: 0x008a
#if PACKETVER >= 20090406
-packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+packetLen(0x008a, 29)
#elif PACKETVER >= 20090401
-packetLen(0x008a, 15) // ZC_NOTIFY_ACT
+packetLen(0x008a, 15)
#elif PACKETVER >= 20090325
-packetLen(0x008a, -1) // ZC_NOTIFY_ACT
+packetLen(0x008a, -1)
#elif PACKETVER >= 20090318
-packetLen(0x008a, 7) // ZC_NOTIFY_ACT
+packetLen(0x008a, 7)
#elif PACKETVER >= 20090311
-packetLen(0x008a, 21) // ZC_NOTIFY_ACT
+packetLen(0x008a, 21)
#elif PACKETVER >= 20090218
-packetLen(0x008a, -1) // ZC_NOTIFY_ACT
+packetLen(0x008a, -1)
#elif PACKETVER >= 20090211
-packetLen(0x008a, 282) // ZC_NOTIFY_ACT
+packetLen(0x008a, 282)
#elif PACKETVER >= 20090204
-packetLen(0x008a, 2) // ZC_NOTIFY_ACT
+packetLen(0x008a, 2)
#elif PACKETVER >= 20090114
-packetLen(0x008a, -1) // ZC_NOTIFY_ACT
+packetLen(0x008a, -1)
#elif PACKETVER >= 20090107
-packetLen(0x008a, 10) // ZC_NOTIFY_ACT
+packetLen(0x008a, 10)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x008b
-packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+packetLen(0x008b, 23)
// Packet: 0x008c
packetLen(0x008c, 14)
// Packet: 0x008d
#if PACKETVER >= 20090311
-packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+packetLen(0x008d, -1)
#elif PACKETVER >= 20090225
-packetLen(0x008d, 34) // ZC_NOTIFY_CHAT
+packetLen(0x008d, 34)
#elif PACKETVER >= 20090107
-packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+packetLen(0x008d, -1)
#endif
// Packet: 0x008e
#if PACKETVER >= 20090401
-packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, -1)
#elif PACKETVER >= 20090325
-packetLen(0x008e, 3) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, 3)
#elif PACKETVER >= 20090204
-packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, -1)
#elif PACKETVER >= 20090129
-packetLen(0x008e, 6) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, 6)
#elif PACKETVER >= 20090120
-packetLen(0x008e, 8) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, 8)
#elif PACKETVER >= 20090114
-packetLen(0x008e, 12) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, 12)
#elif PACKETVER >= 20090107
-packetLen(0x008e, 60) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, 60)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x0090
#if PACKETVER >= 20090406
-packetLen(0x0090, 7) // CZ_CONTACTNPC
+packetLen(0x0090, 7)
#elif PACKETVER >= 20090318
-packetLen(0x0090, -1) // CZ_CONTACTNPC
+packetLen(0x0090, -1)
#elif PACKETVER >= 20090311
-packetLen(0x0090, 26) // CZ_CONTACTNPC
+packetLen(0x0090, 26)
#elif PACKETVER >= 20090225
-packetLen(0x0090, -1) // CZ_CONTACTNPC
+packetLen(0x0090, -1)
#elif PACKETVER >= 20090218
-packetLen(0x0090, 2) // CZ_CONTACTNPC
+packetLen(0x0090, 2)
#elif PACKETVER >= 20090211
-packetLen(0x0090, 4) // CZ_CONTACTNPC
+packetLen(0x0090, 4)
#elif PACKETVER >= 20090204
-packetLen(0x0090, 44) // CZ_CONTACTNPC
+packetLen(0x0090, 44)
#elif PACKETVER >= 20090129
-packetLen(0x0090, -1) // CZ_CONTACTNPC
+packetLen(0x0090, -1)
#elif PACKETVER >= 20090120
-packetLen(0x0090, 3) // CZ_CONTACTNPC
+packetLen(0x0090, 3)
#elif PACKETVER >= 20090114
-packetLen(0x0090, -1) // CZ_CONTACTNPC
+packetLen(0x0090, -1)
#elif PACKETVER >= 20090107
-packetLen(0x0090, 36) // CZ_CONTACTNPC
+packetLen(0x0090, 36)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x0091
#if PACKETVER >= 20090406
-packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, 22)
#elif PACKETVER >= 20090401
-packetLen(0x0091, -1) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, -1)
#elif PACKETVER >= 20090325
-packetLen(0x0091, 21) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, 21)
#elif PACKETVER >= 20090114
-packetLen(0x0091, -1) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, -1)
#elif PACKETVER >= 20090107
-packetLen(0x0091, 8) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, 8)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x0092
#if PACKETVER >= 20090406
-packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 28)
#elif PACKETVER >= 20090401
-packetLen(0x0092, 26) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 26)
#elif PACKETVER >= 20090325
-packetLen(0x0092, 6) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 6)
#elif PACKETVER >= 20090318
-packetLen(0x0092, 30) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 30)
#elif PACKETVER >= 20090218
-packetLen(0x0092, -1) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, -1)
#elif PACKETVER >= 20090211
-packetLen(0x0092, 6) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 6)
#elif PACKETVER >= 20090204
-packetLen(0x0092, -1) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, -1)
#elif PACKETVER >= 20090129
-packetLen(0x0092, 2) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 2)
#elif PACKETVER >= 20090120
-packetLen(0x0092, -1) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, -1)
#elif PACKETVER >= 20090114
-packetLen(0x0092, 3) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 3)
#elif PACKETVER >= 20090107
-packetLen(0x0092, 6) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 6)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x0093
#if PACKETVER >= 20090401
-packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+packetLen(0x0093, 2)
#elif PACKETVER >= 20090225
-packetLen(0x0093, -1) // ZC_NPCACK_ENABLE
+packetLen(0x0093, -1)
#elif PACKETVER >= 20090218
-packetLen(0x0093, 14) // ZC_NPCACK_ENABLE
+packetLen(0x0093, 14)
#elif PACKETVER >= 20090211
-packetLen(0x0093, -1) // ZC_NPCACK_ENABLE
+packetLen(0x0093, -1)
#elif PACKETVER >= 20090204
-packetLen(0x0093, 3) // ZC_NPCACK_ENABLE
+packetLen(0x0093, 3)
#elif PACKETVER >= 20090129
-packetLen(0x0093, 8) // ZC_NPCACK_ENABLE
+packetLen(0x0093, 8)
#elif PACKETVER >= 20090120
-packetLen(0x0093, 4) // ZC_NPCACK_ENABLE
+packetLen(0x0093, 4)
#elif PACKETVER >= 20090107
-packetLen(0x0093, -1) // ZC_NPCACK_ENABLE
+packetLen(0x0093, -1)
#endif
// Packet: 0x0094
-packetLen(0x0094, 19) // CZ_REQNAME
+packetLen(0x0094, 19)
// Packet: 0x0095
#if PACKETVER >= 20090406
-packetLen(0x0095, 30) // ZC_ACK_REQNAME
+packetLen(0x0095, 30)
#elif PACKETVER >= 20090401
-packetLen(0x0095, -1) // ZC_ACK_REQNAME
+packetLen(0x0095, -1)
#elif PACKETVER >= 20090325
-packetLen(0x0095, 4) // ZC_ACK_REQNAME
+packetLen(0x0095, 4)
#elif PACKETVER >= 20090311
-packetLen(0x0095, -1) // ZC_ACK_REQNAME
+packetLen(0x0095, -1)
#elif PACKETVER >= 20090225
-packetLen(0x0095, 33) // ZC_ACK_REQNAME
+packetLen(0x0095, 33)
#elif PACKETVER >= 20090218
-packetLen(0x0095, 60) // ZC_ACK_REQNAME
+packetLen(0x0095, 60)
#elif PACKETVER >= 20090211
-packetLen(0x0095, 11) // ZC_ACK_REQNAME
+packetLen(0x0095, 11)
#elif PACKETVER >= 20090129
-packetLen(0x0095, -1) // ZC_ACK_REQNAME
+packetLen(0x0095, -1)
#elif PACKETVER >= 20090120
-packetLen(0x0095, 53) // ZC_ACK_REQNAME
+packetLen(0x0095, 53)
#elif PACKETVER >= 20090107
-packetLen(0x0095, -1) // ZC_ACK_REQNAME
+packetLen(0x0095, -1)
#endif
// Packet: 0x0096
#if PACKETVER >= 20090406
-packetLen(0x0096, -1) // CZ_WHISPER
+packetLen(0x0096, -1)
#elif PACKETVER >= 20090401
-packetLen(0x0096, 6) // CZ_WHISPER
+packetLen(0x0096, 6)
#elif PACKETVER >= 20090325
-packetLen(0x0096, 71) // CZ_WHISPER
+packetLen(0x0096, 71)
#elif PACKETVER >= 20090318
-packetLen(0x0096, 11) // CZ_WHISPER
+packetLen(0x0096, 11)
#elif PACKETVER >= 20090311
-packetLen(0x0096, 9) // CZ_WHISPER
+packetLen(0x0096, 9)
#elif PACKETVER >= 20090225
-packetLen(0x0096, -1) // CZ_WHISPER
+packetLen(0x0096, -1)
#elif PACKETVER >= 20090218
-packetLen(0x0096, 39) // CZ_WHISPER
+packetLen(0x0096, 39)
#elif PACKETVER >= 20090211
-packetLen(0x0096, -1) // CZ_WHISPER
+packetLen(0x0096, -1)
#elif PACKETVER >= 20090204
-packetLen(0x0096, 2) // CZ_WHISPER
+packetLen(0x0096, 2)
#elif PACKETVER >= 20090129
-packetLen(0x0096, 3) // CZ_WHISPER
+packetLen(0x0096, 3)
#elif PACKETVER >= 20090120
-packetLen(0x0096, 30) // CZ_WHISPER
+packetLen(0x0096, 30)
#elif PACKETVER >= 20090107
-packetLen(0x0096, -1) // CZ_WHISPER
+packetLen(0x0096, -1)
#endif
// Packet: 0x0097
#if PACKETVER >= 20090406
-packetLen(0x0097, -1) // ZC_WHISPER
+packetLen(0x0097, -1)
#elif PACKETVER >= 20090401
-packetLen(0x0097, 30) // ZC_WHISPER
+packetLen(0x0097, 30)
#elif PACKETVER >= 20090325
-packetLen(0x0097, -1) // ZC_WHISPER
+packetLen(0x0097, -1)
#elif PACKETVER >= 20090318
-packetLen(0x0097, 6) // ZC_WHISPER
+packetLen(0x0097, 6)
#elif PACKETVER >= 20090311
-packetLen(0x0097, -1) // ZC_WHISPER
+packetLen(0x0097, -1)
#elif PACKETVER >= 20090225
-packetLen(0x0097, 4) // ZC_WHISPER
+packetLen(0x0097, 4)
#elif PACKETVER >= 20090211
-packetLen(0x0097, -1) // ZC_WHISPER
+packetLen(0x0097, -1)
#elif PACKETVER >= 20090204
-packetLen(0x0097, 4) // ZC_WHISPER
+packetLen(0x0097, 4)
#elif PACKETVER >= 20090120
-packetLen(0x0097, -1) // ZC_WHISPER
+packetLen(0x0097, -1)
#elif PACKETVER >= 20090114
-packetLen(0x0097, 10) // ZC_WHISPER
+packetLen(0x0097, 10)
#elif PACKETVER >= 20090107
-packetLen(0x0097, 37) // ZC_WHISPER
+packetLen(0x0097, 37)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x0098
#if PACKETVER >= 20090406
-packetLen(0x0098, 3) // ZC_ACK_WHISPER
+packetLen(0x0098, 3)
#elif PACKETVER >= 20090401
-packetLen(0x0098, -1) // ZC_ACK_WHISPER
+packetLen(0x0098, -1)
#elif PACKETVER >= 20090325
-packetLen(0x0098, 26) // ZC_ACK_WHISPER
+packetLen(0x0098, 26)
#elif PACKETVER >= 20090318
-packetLen(0x0098, 10) // ZC_ACK_WHISPER
+packetLen(0x0098, 10)
#elif PACKETVER >= 20090225
-packetLen(0x0098, -1) // ZC_ACK_WHISPER
+packetLen(0x0098, -1)
#elif PACKETVER >= 20090218
-packetLen(0x0098, 26) // ZC_ACK_WHISPER
+packetLen(0x0098, 26)
#elif PACKETVER >= 20090129
-packetLen(0x0098, -1) // ZC_ACK_WHISPER
+packetLen(0x0098, -1)
#elif PACKETVER >= 20090120
-packetLen(0x0098, 20) // ZC_ACK_WHISPER
+packetLen(0x0098, 20)
#elif PACKETVER >= 20090114
-packetLen(0x0098, 8) // ZC_ACK_WHISPER
+packetLen(0x0098, 8)
#elif PACKETVER >= 20090107
-packetLen(0x0098, 9) // ZC_ACK_WHISPER
+packetLen(0x0098, 9)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x0099
#if PACKETVER >= 20090318
-packetLen(0x0099, -1) // CZ_BROADCAST
+packetLen(0x0099, -1)
#elif PACKETVER >= 20090311
-packetLen(0x0099, 6) // CZ_BROADCAST
+packetLen(0x0099, 6)
#elif PACKETVER >= 20090225
-packetLen(0x0099, -1) // CZ_BROADCAST
+packetLen(0x0099, -1)
#elif PACKETVER >= 20090218
-packetLen(0x0099, 8) // CZ_BROADCAST
+packetLen(0x0099, 8)
#elif PACKETVER >= 20090211
-packetLen(0x0099, 6) // CZ_BROADCAST
+packetLen(0x0099, 6)
#elif PACKETVER >= 20090204
-packetLen(0x0099, 2) // CZ_BROADCAST
+packetLen(0x0099, 2)
#elif PACKETVER >= 20090129
-packetLen(0x0099, -1) // CZ_BROADCAST
+packetLen(0x0099, -1)
#elif PACKETVER >= 20090120
-packetLen(0x0099, 4) // CZ_BROADCAST
+packetLen(0x0099, 4)
#elif PACKETVER >= 20090107
-packetLen(0x0099, 31) // CZ_BROADCAST
+packetLen(0x0099, 31)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x009a
#if PACKETVER >= 20090311
-packetLen(0x009a, -1) // ZC_BROADCAST
+packetLen(0x009a, -1)
#elif PACKETVER >= 20090225
-packetLen(0x009a, 2) // ZC_BROADCAST
+packetLen(0x009a, 2)
#elif PACKETVER >= 20090218
-packetLen(0x009a, 10) // ZC_BROADCAST
+packetLen(0x009a, 10)
#elif PACKETVER >= 20090211
-packetLen(0x009a, 4) // ZC_BROADCAST
+packetLen(0x009a, 4)
#elif PACKETVER >= 20090129
-packetLen(0x009a, -1) // ZC_BROADCAST
+packetLen(0x009a, -1)
#elif PACKETVER >= 20090120
-packetLen(0x009a, 6) // ZC_BROADCAST
+packetLen(0x009a, 6)
#elif PACKETVER >= 20090114
-packetLen(0x009a, -1) // ZC_BROADCAST
+packetLen(0x009a, -1)
#elif PACKETVER >= 20090107
-packetLen(0x009a, 65) // ZC_BROADCAST
+packetLen(0x009a, 65)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x009b
-packetLen(0x009b, 34) // CZ_CHANGE_DIRECTION
+packetLen(0x009b, 34)
// Packet: 0x009c
#if PACKETVER >= 20090406
-packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, 9)
#elif PACKETVER >= 20090401
-packetLen(0x009c, -1) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, -1)
#elif PACKETVER >= 20090325
-packetLen(0x009c, 79) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, 79)
#elif PACKETVER >= 20090318
-packetLen(0x009c, -1) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, -1)
#elif PACKETVER >= 20090311
-packetLen(0x009c, 29) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, 29)
#elif PACKETVER >= 20090225
-packetLen(0x009c, 65) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, 65)
#elif PACKETVER >= 20090107
-packetLen(0x009c, -1) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, -1)
#endif
// Packet: 0x009d
#if PACKETVER >= 20090406
-packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+packetLen(0x009d, 17)
#elif PACKETVER >= 20090401
-packetLen(0x009d, 2) // ZC_ITEM_ENTRY
+packetLen(0x009d, 2)
#elif PACKETVER >= 20090318
-packetLen(0x009d, -1) // ZC_ITEM_ENTRY
+packetLen(0x009d, -1)
#elif PACKETVER >= 20090311
-packetLen(0x009d, 54) // ZC_ITEM_ENTRY
+packetLen(0x009d, 54)
#elif PACKETVER >= 20090225
-packetLen(0x009d, -1) // ZC_ITEM_ENTRY
+packetLen(0x009d, -1)
#elif PACKETVER >= 20090218
-packetLen(0x009d, 68) // ZC_ITEM_ENTRY
+packetLen(0x009d, 68)
#elif PACKETVER >= 20090211
-packetLen(0x009d, -1) // ZC_ITEM_ENTRY
+packetLen(0x009d, -1)
#elif PACKETVER >= 20090204
-packetLen(0x009d, 3) // ZC_ITEM_ENTRY
+packetLen(0x009d, 3)
#elif PACKETVER >= 20090120
-packetLen(0x009d, -1) // ZC_ITEM_ENTRY
+packetLen(0x009d, -1)
#elif PACKETVER >= 20090114
-packetLen(0x009d, 3) // ZC_ITEM_ENTRY
+packetLen(0x009d, 3)
#elif PACKETVER >= 20090107
-packetLen(0x009d, -1) // ZC_ITEM_ENTRY
+packetLen(0x009d, -1)
#endif
// Packet: 0x009e
#if PACKETVER >= 20090406
-packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 17)
#elif PACKETVER >= 20090401
-packetLen(0x009e, -1) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, -1)
#elif PACKETVER >= 20090325
-packetLen(0x009e, 8) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 8)
#elif PACKETVER >= 20090318
-packetLen(0x009e, -1) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, -1)
#elif PACKETVER >= 20090311
-packetLen(0x009e, 114) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 114)
#elif PACKETVER >= 20090225
-packetLen(0x009e, 6) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 6)
#elif PACKETVER >= 20090218
-packetLen(0x009e, -1) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, -1)
#elif PACKETVER >= 20090211
-packetLen(0x009e, 10) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 10)
#elif PACKETVER >= 20090204
-packetLen(0x009e, -1) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, -1)
#elif PACKETVER >= 20090129
-packetLen(0x009e, 7) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 7)
#elif PACKETVER >= 20090120
-packetLen(0x009e, -1) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, -1)
#elif PACKETVER >= 20090114
-packetLen(0x009e, 3) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 3)
#elif PACKETVER >= 20090107
-packetLen(0x009e, -1) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, -1)
#endif
// Packet: 0x009f
-packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+packetLen(0x009f, 20)
// Packet: 0x00a0
#if PACKETVER >= 20090406
-packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, 23)
#elif PACKETVER >= 20090325
-packetLen(0x00a0, -1) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, -1)
#elif PACKETVER >= 20090318
-packetLen(0x00a0, 10) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, 10)
#elif PACKETVER >= 20090211
-packetLen(0x00a0, -1) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, -1)
#elif PACKETVER >= 20090204
-packetLen(0x00a0, 2) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, 2)
#elif PACKETVER >= 20090107
-packetLen(0x00a0, -1) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, -1)
#endif
// Packet: 0x00a1
#if PACKETVER >= 20090406
-packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, 6)
#elif PACKETVER >= 20090401
-packetLen(0x00a1, 8) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, 8)
#elif PACKETVER >= 20090325
-packetLen(0x00a1, -1) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, -1)
#elif PACKETVER >= 20090318
-packetLen(0x00a1, 4) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, 4)
#elif PACKETVER >= 20090311
-packetLen(0x00a1, 27) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, 27)
#elif PACKETVER >= 20090225
-packetLen(0x00a1, -1) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, -1)
#elif PACKETVER >= 20090218
-packetLen(0x00a1, 4) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, 4)
#elif PACKETVER >= 20090211
-packetLen(0x00a1, 30) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, 30)
#elif PACKETVER >= 20090107
-packetLen(0x00a1, -1) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, -1)
#endif
// Packet: 0x00a2
-packetLen(0x00a2, 14) // CZ_ITEM_THROW
+packetLen(0x00a2, 14)
// Packet: 0x00a3
#if PACKETVER >= 20090406
-packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, -1)
#elif PACKETVER >= 20090401
-packetLen(0x00a3, 4) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, 4)
#elif PACKETVER >= 20090129
-packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, -1)
#elif PACKETVER >= 20090120
-packetLen(0x00a3, 5) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, 5)
#elif PACKETVER >= 20090107
-packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, -1)
#endif
// Packet: 0x00a4
#if PACKETVER >= 20090401
-packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, -1)
#elif PACKETVER >= 20090325
-packetLen(0x00a4, 10) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, 10)
#elif PACKETVER >= 20090318
-packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, -1)
#elif PACKETVER >= 20090311
-packetLen(0x00a4, 3) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, 3)
#elif PACKETVER >= 20090225
-packetLen(0x00a4, 31) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, 31)
#elif PACKETVER >= 20090114
-packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, -1)
#elif PACKETVER >= 20090107
-packetLen(0x00a4, 54) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, 54)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x00a5
#if PACKETVER >= 20090406
-packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, -1)
#elif PACKETVER >= 20090401
-packetLen(0x00a5, 6) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, 6)
#elif PACKETVER >= 20090311
-packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, -1)
#elif PACKETVER >= 20090225
-packetLen(0x00a5, 12) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, 12)
#elif PACKETVER >= 20090129
-packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, -1)
#elif PACKETVER >= 20090120
-packetLen(0x00a5, 54) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, 54)
#elif PACKETVER >= 20090114
-packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, -1)
#elif PACKETVER >= 20090107
-packetLen(0x00a5, 24) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, 24)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x00a6
#if PACKETVER >= 20090406
-packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, -1)
#elif PACKETVER >= 20090401
-packetLen(0x00a6, 59) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, 59)
#elif PACKETVER >= 20090325
-packetLen(0x00a6, 4) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, 4)
#elif PACKETVER >= 20090311
-packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, -1)
#elif PACKETVER >= 20090225
-packetLen(0x00a6, 10) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, 10)
#elif PACKETVER >= 20090218
-packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, -1)
#elif PACKETVER >= 20090211
-packetLen(0x00a6, 6) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, 6)
#elif PACKETVER >= 20090204
-packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, -1)
#elif PACKETVER >= 20090129
-packetLen(0x00a6, 2) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, 2)
#elif PACKETVER >= 20090120
-packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, -1)
#elif PACKETVER >= 20090114
-packetLen(0x00a6, 18) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, 18)
#elif PACKETVER >= 20090107
-packetLen(0x00a6, 20) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, 20)
// ignored packet from 2009-01-07bRagexe
#endif
@@ -892,7507 +892,7507 @@ packetLen(0x00a7, 9)
// Packet: 0x00a8
#if PACKETVER >= 20090406
-packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 7)
#elif PACKETVER >= 20090401
-packetLen(0x00a8, -1) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, -1)
#elif PACKETVER >= 20090325
-packetLen(0x00a8, 6) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 6)
#elif PACKETVER >= 20090318
-packetLen(0x00a8, -1) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, -1)
#elif PACKETVER >= 20090311
-packetLen(0x00a8, 30) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 30)
#elif PACKETVER >= 20090218
-packetLen(0x00a8, -1) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, -1)
#elif PACKETVER >= 20090211
-packetLen(0x00a8, 20) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 20)
#elif PACKETVER >= 20090204
-packetLen(0x00a8, -1) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, -1)
#elif PACKETVER >= 20090129
-packetLen(0x00a8, 54) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 54)
#elif PACKETVER >= 20090120
-packetLen(0x00a8, -1) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, -1)
#elif PACKETVER >= 20090114
-packetLen(0x00a8, 27) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 27)
#elif PACKETVER >= 20090107
-packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 7)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x00a9
#if PACKETVER >= 20090406
-packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, 6)
#elif PACKETVER >= 20090401
-packetLen(0x00a9, -1) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, -1)
#elif PACKETVER >= 20090325
-packetLen(0x00a9, 8) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, 8)
#elif PACKETVER >= 20090318
-packetLen(0x00a9, -1) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, -1)
#elif PACKETVER >= 20090311
-packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, 6)
#elif PACKETVER >= 20090107
-packetLen(0x00a9, 30) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, 30)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x00aa
#if PACKETVER >= 20090406
-packetLen(0x00aa, 7) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 7)
#elif PACKETVER >= 20090325
-packetLen(0x00aa, -1) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, -1)
#elif PACKETVER >= 20090318
-packetLen(0x00aa, 8) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 8)
#elif PACKETVER >= 20090311
-packetLen(0x00aa, -1) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, -1)
#elif PACKETVER >= 20090225
-packetLen(0x00aa, 2) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 2)
#elif PACKETVER >= 20090218
-packetLen(0x00aa, 5) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 5)
#elif PACKETVER >= 20090211
-packetLen(0x00aa, -1) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, -1)
#elif PACKETVER >= 20090204
-packetLen(0x00aa, 4) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 4)
#elif PACKETVER >= 20090129
-packetLen(0x00aa, -1) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, -1)
#elif PACKETVER >= 20090120
-packetLen(0x00aa, 53) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 53)
#elif PACKETVER >= 20090114
-packetLen(0x00aa, 26) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 26)
#elif PACKETVER >= 20090107
-packetLen(0x00aa, -1) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, -1)
#endif
// Packet: 0x00ab
#if PACKETVER >= 20090406
-packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, 4)
#elif PACKETVER >= 20090325
-packetLen(0x00ab, -1) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, -1)
#elif PACKETVER >= 20090318
-packetLen(0x00ab, 14) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, 14)
#elif PACKETVER >= 20090204
-packetLen(0x00ab, -1) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, -1)
#elif PACKETVER >= 20090129
-packetLen(0x00ab, 6) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, 6)
#elif PACKETVER >= 20090120
-packetLen(0x00ab, -1) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, -1)
#elif PACKETVER >= 20090114
-packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, 4)
#elif PACKETVER >= 20090107
-packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, 4)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x00ac
#if PACKETVER >= 20090325
-packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, 7)
#elif PACKETVER >= 20090311
-packetLen(0x00ac, -1) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, -1)
#elif PACKETVER >= 20090225
-packetLen(0x00ac, 14) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, 14)
#elif PACKETVER >= 20090211
-packetLen(0x00ac, 6) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, 6)
#elif PACKETVER >= 20090114
-packetLen(0x00ac, -1) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, -1)
#elif PACKETVER >= 20090107
-packetLen(0x00ac, 3) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, 3)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x00ae
-packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+packetLen(0x00ae, -1)
// Packet: 0x00af
#if PACKETVER >= 20090406
-packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, 6)
#elif PACKETVER >= 20090401
-packetLen(0x00af, 54) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, 54)
#elif PACKETVER >= 20090325
-packetLen(0x00af, -1) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, -1)
#elif PACKETVER >= 20090318
-packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, 6)
#elif PACKETVER >= 20090225
-packetLen(0x00af, -1) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, -1)
#elif PACKETVER >= 20090218
-packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, 6)
#elif PACKETVER >= 20090211
-packetLen(0x00af, -1) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, -1)
#elif PACKETVER >= 20090204
-packetLen(0x00af, 14) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, 14)
#elif PACKETVER >= 20090129
-packetLen(0x00af, 4) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, 4)
#elif PACKETVER >= 20090107
-packetLen(0x00af, -1) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, -1)
#endif
// Packet: 0x00b0
#if PACKETVER >= 20090406
-packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+packetLen(0x00b0, 8)
#elif PACKETVER >= 20090401
-packetLen(0x00b0, 10) // ZC_PAR_CHANGE
+packetLen(0x00b0, 10)
#elif PACKETVER >= 20090318
-packetLen(0x00b0, -1) // ZC_PAR_CHANGE
+packetLen(0x00b0, -1)
#elif PACKETVER >= 20090311
-packetLen(0x00b0, 57) // ZC_PAR_CHANGE
+packetLen(0x00b0, 57)
#elif PACKETVER >= 20090114
-packetLen(0x00b0, -1) // ZC_PAR_CHANGE
+packetLen(0x00b0, -1)
#elif PACKETVER >= 20090107
-packetLen(0x00b0, 30) // ZC_PAR_CHANGE
+packetLen(0x00b0, 30)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x00b1
#if PACKETVER >= 20090406
-packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, 8)
#elif PACKETVER >= 20090401
-packetLen(0x00b1, 3) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, 3)
#elif PACKETVER >= 20090325
-packetLen(0x00b1, 27) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, 27)
#elif PACKETVER >= 20090311
-packetLen(0x00b1, -1) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, -1)
#elif PACKETVER >= 20090225
-packetLen(0x00b1, 30) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, 30)
#elif PACKETVER >= 20090204
-packetLen(0x00b1, -1) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, -1)
#elif PACKETVER >= 20090129
-packetLen(0x00b1, 29) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, 29)
#elif PACKETVER >= 20090107
-packetLen(0x00b1, 11) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, 11)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x00b2
#if PACKETVER >= 20090406
-packetLen(0x00b2, 3) // CZ_RESTART
+packetLen(0x00b2, 3)
#elif PACKETVER >= 20090401
-packetLen(0x00b2, 42) // CZ_RESTART
+packetLen(0x00b2, 42)
#elif PACKETVER >= 20090325
-packetLen(0x00b2, 32) // CZ_RESTART
+packetLen(0x00b2, 32)
#elif PACKETVER >= 20090318
-packetLen(0x00b2, -1) // CZ_RESTART
+packetLen(0x00b2, -1)
#elif PACKETVER >= 20090311
-packetLen(0x00b2, 186) // CZ_RESTART
+packetLen(0x00b2, 186)
#elif PACKETVER >= 20090225
-packetLen(0x00b2, 6) // CZ_RESTART
+packetLen(0x00b2, 6)
#elif PACKETVER >= 20090218
-packetLen(0x00b2, -1) // CZ_RESTART
+packetLen(0x00b2, -1)
#elif PACKETVER >= 20090211
-packetLen(0x00b2, 2) // CZ_RESTART
+packetLen(0x00b2, 2)
#elif PACKETVER >= 20090129
-packetLen(0x00b2, -1) // CZ_RESTART
+packetLen(0x00b2, -1)
#elif PACKETVER >= 20090120
-packetLen(0x00b2, 97) // CZ_RESTART
+packetLen(0x00b2, 97)
#elif PACKETVER >= 20090107
-packetLen(0x00b2, 23) // CZ_RESTART
+packetLen(0x00b2, 23)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x00b3
#if PACKETVER >= 20090406
-packetLen(0x00b3, 3) // ZC_RESTART_ACK
+packetLen(0x00b3, 3)
#elif PACKETVER >= 20090401
-packetLen(0x00b3, 4) // ZC_RESTART_ACK
+packetLen(0x00b3, 4)
#elif PACKETVER >= 20090318
-packetLen(0x00b3, -1) // ZC_RESTART_ACK
+packetLen(0x00b3, -1)
#elif PACKETVER >= 20090311
-packetLen(0x00b3, 6) // ZC_RESTART_ACK
+packetLen(0x00b3, 6)
#elif PACKETVER >= 20090204
-packetLen(0x00b3, -1) // ZC_RESTART_ACK
+packetLen(0x00b3, -1)
#elif PACKETVER >= 20090129
-packetLen(0x00b3, 2) // ZC_RESTART_ACK
+packetLen(0x00b3, 2)
#elif PACKETVER >= 20090114
-packetLen(0x00b3, -1) // ZC_RESTART_ACK
+packetLen(0x00b3, -1)
#elif PACKETVER >= 20090107
-packetLen(0x00b3, 2) // ZC_RESTART_ACK
+packetLen(0x00b3, 2)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x00b4
#if PACKETVER >= 20090325
-packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+packetLen(0x00b4, -1)
#elif PACKETVER >= 20090318
-packetLen(0x00b4, 6) // ZC_SAY_DIALOG
+packetLen(0x00b4, 6)
#elif PACKETVER >= 20090311
-packetLen(0x00b4, 37) // ZC_SAY_DIALOG
+packetLen(0x00b4, 37)
#elif PACKETVER >= 20090225
-packetLen(0x00b4, 30) // ZC_SAY_DIALOG
+packetLen(0x00b4, 30)
#elif PACKETVER >= 20090211
-packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+packetLen(0x00b4, -1)
#elif PACKETVER >= 20090204
-packetLen(0x00b4, 7) // ZC_SAY_DIALOG
+packetLen(0x00b4, 7)
#elif PACKETVER >= 20090129
-packetLen(0x00b4, 2) // ZC_SAY_DIALOG
+packetLen(0x00b4, 2)
#elif PACKETVER >= 20090107
-packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+packetLen(0x00b4, -1)
#endif
// Packet: 0x00b5
#if PACKETVER >= 20090406
-packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 6)
#elif PACKETVER >= 20090318
-packetLen(0x00b5, -1) // ZC_WAIT_DIALOG
+packetLen(0x00b5, -1)
#elif PACKETVER >= 20090311
-packetLen(0x00b5, 3) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 3)
#elif PACKETVER >= 20090225
-packetLen(0x00b5, 32) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 32)
#elif PACKETVER >= 20090211
-packetLen(0x00b5, -1) // ZC_WAIT_DIALOG
+packetLen(0x00b5, -1)
#elif PACKETVER >= 20090204
-packetLen(0x00b5, 2) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 2)
#elif PACKETVER >= 20090120
-packetLen(0x00b5, -1) // ZC_WAIT_DIALOG
+packetLen(0x00b5, -1)
#elif PACKETVER >= 20090114
-packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 6)
#elif PACKETVER >= 20090107
-packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 6)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x00b6
#if PACKETVER >= 20090406
-packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 6)
#elif PACKETVER >= 20090311
-packetLen(0x00b6, -1) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, -1)
#elif PACKETVER >= 20090225
-packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 6)
#elif PACKETVER >= 20090218
-packetLen(0x00b6, -1) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, -1)
#elif PACKETVER >= 20090211
-packetLen(0x00b6, 2) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 2)
#elif PACKETVER >= 20090204
-packetLen(0x00b6, -1) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, -1)
#elif PACKETVER >= 20090129
-packetLen(0x00b6, 2) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 2)
#elif PACKETVER >= 20090120
-packetLen(0x00b6, -1) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, -1)
#elif PACKETVER >= 20090114
-packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 6)
#elif PACKETVER >= 20090107
-packetLen(0x00b6, 26) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 26)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x00b7
#if PACKETVER >= 20090406
-packetLen(0x00b7, -1) // ZC_MENU_LIST
+packetLen(0x00b7, -1)
#elif PACKETVER >= 20090401
-packetLen(0x00b7, 3) // ZC_MENU_LIST
+packetLen(0x00b7, 3)
#elif PACKETVER >= 20090325
-packetLen(0x00b7, -1) // ZC_MENU_LIST
+packetLen(0x00b7, -1)
#elif PACKETVER >= 20090318
-packetLen(0x00b7, 29) // ZC_MENU_LIST
+packetLen(0x00b7, 29)
#elif PACKETVER >= 20090311
-packetLen(0x00b7, -1) // ZC_MENU_LIST
+packetLen(0x00b7, -1)
#elif PACKETVER >= 20090225
-packetLen(0x00b7, 2) // ZC_MENU_LIST
+packetLen(0x00b7, 2)
#elif PACKETVER >= 20090218
-packetLen(0x00b7, -1) // ZC_MENU_LIST
+packetLen(0x00b7, -1)
#elif PACKETVER >= 20090211
-packetLen(0x00b7, 54) // ZC_MENU_LIST
+packetLen(0x00b7, 54)
#elif PACKETVER >= 20090204
-packetLen(0x00b7, -1) // ZC_MENU_LIST
+packetLen(0x00b7, -1)
#elif PACKETVER >= 20090129
-packetLen(0x00b7, 2) // ZC_MENU_LIST
+packetLen(0x00b7, 2)
#elif PACKETVER >= 20090107
-packetLen(0x00b7, -1) // ZC_MENU_LIST
+packetLen(0x00b7, -1)
#endif
// Packet: 0x00b8
#if PACKETVER >= 20090406
-packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+packetLen(0x00b8, 7)
#elif PACKETVER >= 20090311
-packetLen(0x00b8, -1) // CZ_CHOOSE_MENU
+packetLen(0x00b8, -1)
#elif PACKETVER >= 20090225
-packetLen(0x00b8, 2) // CZ_CHOOSE_MENU
+packetLen(0x00b8, 2)
#elif PACKETVER >= 20090218
-packetLen(0x00b8, -1) // CZ_CHOOSE_MENU
+packetLen(0x00b8, -1)
#elif PACKETVER >= 20090211
-packetLen(0x00b8, 33) // CZ_CHOOSE_MENU
+packetLen(0x00b8, 33)
#elif PACKETVER >= 20090129
-packetLen(0x00b8, -1) // CZ_CHOOSE_MENU
+packetLen(0x00b8, -1)
#elif PACKETVER >= 20090120
-packetLen(0x00b8, 10) // CZ_CHOOSE_MENU
+packetLen(0x00b8, 10)
#elif PACKETVER >= 20090114
-packetLen(0x00b8, 2) // CZ_CHOOSE_MENU
+packetLen(0x00b8, 2)
#elif PACKETVER >= 20090107
-packetLen(0x00b8, 3) // CZ_CHOOSE_MENU
+packetLen(0x00b8, 3)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x00b9
#if PACKETVER >= 20090406
-packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, 6)
#elif PACKETVER >= 20090401
-packetLen(0x00b9, 9) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, 9)
#elif PACKETVER >= 20090311
-packetLen(0x00b9, -1) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, -1)
#elif PACKETVER >= 20090225
-packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, 6)
#elif PACKETVER >= 20090204
-packetLen(0x00b9, -1) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, -1)
#elif PACKETVER >= 20090129
-packetLen(0x00b9, 31) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, 31)
#elif PACKETVER >= 20090114
-packetLen(0x00b9, -1) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, -1)
#elif PACKETVER >= 20090107
-packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, 6)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x00ba
-packetLen(0x00ba, 2) // CZ_REQ_STATUS
+packetLen(0x00ba, 2)
// Packet: 0x00bb
#if PACKETVER >= 20090406
-packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+packetLen(0x00bb, 5)
#elif PACKETVER >= 20090401
-packetLen(0x00bb, -1) // CZ_STATUS_CHANGE
+packetLen(0x00bb, -1)
#elif PACKETVER >= 20090318
-packetLen(0x00bb, 7) // CZ_STATUS_CHANGE
+packetLen(0x00bb, 7)
#elif PACKETVER >= 20090311
-packetLen(0x00bb, 43) // CZ_STATUS_CHANGE
+packetLen(0x00bb, 43)
#elif PACKETVER >= 20090211
-packetLen(0x00bb, -1) // CZ_STATUS_CHANGE
+packetLen(0x00bb, -1)
#elif PACKETVER >= 20090204
-packetLen(0x00bb, 4) // CZ_STATUS_CHANGE
+packetLen(0x00bb, 4)
#elif PACKETVER >= 20090129
-packetLen(0x00bb, 9) // CZ_STATUS_CHANGE
+packetLen(0x00bb, 9)
#elif PACKETVER >= 20090120
-packetLen(0x00bb, -1) // CZ_STATUS_CHANGE
+packetLen(0x00bb, -1)
#elif PACKETVER >= 20090114
-packetLen(0x00bb, 10) // CZ_STATUS_CHANGE
+packetLen(0x00bb, 10)
#elif PACKETVER >= 20090107
-packetLen(0x00bb, 2) // CZ_STATUS_CHANGE
+packetLen(0x00bb, 2)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x00bc
#if PACKETVER >= 20090406
-packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 6)
#elif PACKETVER >= 20090401
-packetLen(0x00bc, 65) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 65)
#elif PACKETVER >= 20090325
-packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 6)
#elif PACKETVER >= 20090318
-packetLen(0x00bc, 2) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 2)
#elif PACKETVER >= 20090311
-packetLen(0x00bc, -1) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, -1)
#elif PACKETVER >= 20090225
-packetLen(0x00bc, 27) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 27)
#elif PACKETVER >= 20090218
-packetLen(0x00bc, -1) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, -1)
#elif PACKETVER >= 20090211
-packetLen(0x00bc, 81) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 81)
#elif PACKETVER >= 20090204
-packetLen(0x00bc, 15) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 15)
#elif PACKETVER >= 20090129
-packetLen(0x00bc, 8) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 8)
#elif PACKETVER >= 20090107
-packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 6)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x00bd
#if PACKETVER >= 20090406
-packetLen(0x00bd, 44) // ZC_STATUS
+packetLen(0x00bd, 44)
#elif PACKETVER >= 20090225
-packetLen(0x00bd, -1) // ZC_STATUS
+packetLen(0x00bd, -1)
#elif PACKETVER >= 20090218
-packetLen(0x00bd, 2) // ZC_STATUS
+packetLen(0x00bd, 2)
#elif PACKETVER >= 20090211
-packetLen(0x00bd, -1) // ZC_STATUS
+packetLen(0x00bd, -1)
#elif PACKETVER >= 20090204
-packetLen(0x00bd, 60) // ZC_STATUS
+packetLen(0x00bd, 60)
#elif PACKETVER >= 20090120
-packetLen(0x00bd, -1) // ZC_STATUS
+packetLen(0x00bd, -1)
#elif PACKETVER >= 20090114
-packetLen(0x00bd, 10) // ZC_STATUS
+packetLen(0x00bd, 10)
#elif PACKETVER >= 20090107
-packetLen(0x00bd, 14) // ZC_STATUS
+packetLen(0x00bd, 14)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x00be
#if PACKETVER >= 20090406
-packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+packetLen(0x00be, 5)
#elif PACKETVER >= 20090401
-packetLen(0x00be, 30) // ZC_STATUS_CHANGE
+packetLen(0x00be, 30)
#elif PACKETVER >= 20090325
-packetLen(0x00be, 6) // ZC_STATUS_CHANGE
+packetLen(0x00be, 6)
#elif PACKETVER >= 20090318
-packetLen(0x00be, 10) // ZC_STATUS_CHANGE
+packetLen(0x00be, 10)
#elif PACKETVER >= 20090311
-packetLen(0x00be, 2) // ZC_STATUS_CHANGE
+packetLen(0x00be, 2)
#elif PACKETVER >= 20090218
-packetLen(0x00be, -1) // ZC_STATUS_CHANGE
+packetLen(0x00be, -1)
#elif PACKETVER >= 20090211
-packetLen(0x00be, 6) // ZC_STATUS_CHANGE
+packetLen(0x00be, 6)
#elif PACKETVER >= 20090120
-packetLen(0x00be, -1) // ZC_STATUS_CHANGE
+packetLen(0x00be, -1)
#elif PACKETVER >= 20090114
-packetLen(0x00be, 14) // ZC_STATUS_CHANGE
+packetLen(0x00be, 14)
#elif PACKETVER >= 20090107
-packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+packetLen(0x00be, 5)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x00bf
#if PACKETVER >= 20090406
-packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+packetLen(0x00bf, 3)
#elif PACKETVER >= 20090325
-packetLen(0x00bf, -1) // CZ_REQ_EMOTION
+packetLen(0x00bf, -1)
#elif PACKETVER >= 20090318
-packetLen(0x00bf, 18) // CZ_REQ_EMOTION
+packetLen(0x00bf, 18)
#elif PACKETVER >= 20090311
-packetLen(0x00bf, -1) // CZ_REQ_EMOTION
+packetLen(0x00bf, -1)
#elif PACKETVER >= 20090225
-packetLen(0x00bf, 4) // CZ_REQ_EMOTION
+packetLen(0x00bf, 4)
#elif PACKETVER >= 20090211
-packetLen(0x00bf, -1) // CZ_REQ_EMOTION
+packetLen(0x00bf, -1)
#elif PACKETVER >= 20090204
-packetLen(0x00bf, 28) // CZ_REQ_EMOTION
+packetLen(0x00bf, 28)
#elif PACKETVER >= 20090129
-packetLen(0x00bf, -1) // CZ_REQ_EMOTION
+packetLen(0x00bf, -1)
#elif PACKETVER >= 20090114
-packetLen(0x00bf, 6) // CZ_REQ_EMOTION
+packetLen(0x00bf, 6)
#elif PACKETVER >= 20090107
-packetLen(0x00bf, 86) // CZ_REQ_EMOTION
+packetLen(0x00bf, 86)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x00c0
#if PACKETVER >= 20090406
-packetLen(0x00c0, 7) // ZC_EMOTION
+packetLen(0x00c0, 7)
#elif PACKETVER >= 20090401
-packetLen(0x00c0, 10) // ZC_EMOTION
+packetLen(0x00c0, 10)
#elif PACKETVER >= 20090325
-packetLen(0x00c0, -1) // ZC_EMOTION
+packetLen(0x00c0, -1)
#elif PACKETVER >= 20090318
-packetLen(0x00c0, 4) // ZC_EMOTION
+packetLen(0x00c0, 4)
#elif PACKETVER >= 20090129
-packetLen(0x00c0, -1) // ZC_EMOTION
+packetLen(0x00c0, -1)
#elif PACKETVER >= 20090120
-packetLen(0x00c0, 6) // ZC_EMOTION
+packetLen(0x00c0, 6)
#elif PACKETVER >= 20090114
-packetLen(0x00c0, 31) // ZC_EMOTION
+packetLen(0x00c0, 31)
#elif PACKETVER >= 20090107
-packetLen(0x00c0, 54) // ZC_EMOTION
+packetLen(0x00c0, 54)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x00c1
#if PACKETVER >= 20090406
-packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, 2)
#elif PACKETVER >= 20090401
-packetLen(0x00c1, 67) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, 67)
#elif PACKETVER >= 20090318
-packetLen(0x00c1, -1) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, -1)
#elif PACKETVER >= 20090311
-packetLen(0x00c1, 10) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, 10)
#elif PACKETVER >= 20090225
-packetLen(0x00c1, -1) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, -1)
#elif PACKETVER >= 20090218
-packetLen(0x00c1, 54) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, 54)
#elif PACKETVER >= 20090211
-packetLen(0x00c1, 30) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, 30)
#elif PACKETVER >= 20090204
-packetLen(0x00c1, -1) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, -1)
#elif PACKETVER >= 20090129
-packetLen(0x00c1, 8) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, 8)
#elif PACKETVER >= 20090120
-packetLen(0x00c1, 6) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, 6)
#elif PACKETVER >= 20090107
-packetLen(0x00c1, -1) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, -1)
#endif
// Packet: 0x00c2
#if PACKETVER >= 20090406
-packetLen(0x00c2, 6) // ZC_USER_COUNT
+packetLen(0x00c2, 6)
#elif PACKETVER >= 20090401
-packetLen(0x00c2, 30) // ZC_USER_COUNT
+packetLen(0x00c2, 30)
#elif PACKETVER >= 20090318
-packetLen(0x00c2, -1) // ZC_USER_COUNT
+packetLen(0x00c2, -1)
#elif PACKETVER >= 20090311
-packetLen(0x00c2, 12) // ZC_USER_COUNT
+packetLen(0x00c2, 12)
#elif PACKETVER >= 20090225
-packetLen(0x00c2, 9) // ZC_USER_COUNT
+packetLen(0x00c2, 9)
#elif PACKETVER >= 20090218
-packetLen(0x00c2, 14) // ZC_USER_COUNT
+packetLen(0x00c2, 14)
#elif PACKETVER >= 20090204
-packetLen(0x00c2, -1) // ZC_USER_COUNT
+packetLen(0x00c2, -1)
#elif PACKETVER >= 20090129
-packetLen(0x00c2, 60) // ZC_USER_COUNT
+packetLen(0x00c2, 60)
#elif PACKETVER >= 20090120
-packetLen(0x00c2, 5) // ZC_USER_COUNT
+packetLen(0x00c2, 5)
#elif PACKETVER >= 20090114
-packetLen(0x00c2, 4) // ZC_USER_COUNT
+packetLen(0x00c2, 4)
#elif PACKETVER >= 20090107
-packetLen(0x00c2, 2) // ZC_USER_COUNT
+packetLen(0x00c2, 2)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x00c3
#if PACKETVER >= 20090406
-packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, 8)
#elif PACKETVER >= 20090401
-packetLen(0x00c3, 10) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, 10)
#elif PACKETVER >= 20090325
-packetLen(0x00c3, -1) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, -1)
#elif PACKETVER >= 20090318
-packetLen(0x00c3, 6) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, 6)
#elif PACKETVER >= 20090107
-packetLen(0x00c3, 5) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, 5)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x00c4
#if PACKETVER >= 20090406
-packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, 6)
#elif PACKETVER >= 20090401
-packetLen(0x00c4, 9) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, 9)
#elif PACKETVER >= 20090218
-packetLen(0x00c4, -1) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, -1)
#elif PACKETVER >= 20090211
-packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, 6)
#elif PACKETVER >= 20090114
-packetLen(0x00c4, -1) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, -1)
#elif PACKETVER >= 20090107
-packetLen(0x00c4, 3) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, 3)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x00c5
#if PACKETVER >= 20090406
-packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, 7)
#elif PACKETVER >= 20090318
-packetLen(0x00c5, -1) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, -1)
#elif PACKETVER >= 20090311
-packetLen(0x00c5, 8) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, 8)
#elif PACKETVER >= 20090218
-packetLen(0x00c5, 2) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, 2)
#elif PACKETVER >= 20090211
-packetLen(0x00c5, 32) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, 32)
#elif PACKETVER >= 20090129
-packetLen(0x00c5, -1) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, -1)
#elif PACKETVER >= 20090120
-packetLen(0x00c5, 2) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, 2)
#elif PACKETVER >= 20090114
-packetLen(0x00c5, 6) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, 6)
#elif PACKETVER >= 20090107
-packetLen(0x00c5, -1) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, -1)
#endif
// Packet: 0x00c6
#if PACKETVER >= 20090325
-packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, -1)
#elif PACKETVER >= 20090318
-packetLen(0x00c6, 6) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, 6)
#elif PACKETVER >= 20090311
-packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, -1)
#elif PACKETVER >= 20090225
-packetLen(0x00c6, 14) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, 14)
#elif PACKETVER >= 20090218
-packetLen(0x00c6, 8) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, 8)
#elif PACKETVER >= 20090204
-packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, -1)
#elif PACKETVER >= 20090129
-packetLen(0x00c6, 57) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, 57)
#elif PACKETVER >= 20090120
-packetLen(0x00c6, 6) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, 6)
#elif PACKETVER >= 20090114
-packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, -1)
#elif PACKETVER >= 20090107
-packetLen(0x00c6, 6) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, 6)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x00c7
#if PACKETVER >= 20090406
-packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, -1)
#elif PACKETVER >= 20090401
-packetLen(0x00c7, 5) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, 5)
#elif PACKETVER >= 20090325
-packetLen(0x00c7, 53) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, 53)
#elif PACKETVER >= 20090318
-packetLen(0x00c7, 54) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, 54)
#elif PACKETVER >= 20090311
-packetLen(0x00c7, 27) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, 27)
#elif PACKETVER >= 20090225
-packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, -1)
#elif PACKETVER >= 20090218
-packetLen(0x00c7, 23) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, 23)
#elif PACKETVER >= 20090211
-packetLen(0x00c7, 57) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, 57)
#elif PACKETVER >= 20090129
-packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, -1)
#elif PACKETVER >= 20090120
-packetLen(0x00c7, 2) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, 2)
#elif PACKETVER >= 20090107
-packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, -1)
#endif
// Packet: 0x00c8
#if PACKETVER >= 20090401
-packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, -1)
#elif PACKETVER >= 20090325
-packetLen(0x00c8, 58) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, 58)
#elif PACKETVER >= 20090318
-packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, -1)
#elif PACKETVER >= 20090311
-packetLen(0x00c8, 8) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, 8)
#elif PACKETVER >= 20090218
-packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, -1)
#elif PACKETVER >= 20090211
-packetLen(0x00c8, 9) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, 9)
#elif PACKETVER >= 20090204
-packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, -1)
#elif PACKETVER >= 20090129
-packetLen(0x00c8, 26) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, 26)
#elif PACKETVER >= 20090120
-packetLen(0x00c8, 8) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, 8)
#elif PACKETVER >= 20090114
-packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, -1)
#elif PACKETVER >= 20090107
-packetLen(0x00c8, 42) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, 42)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x00c9
#if PACKETVER >= 20090401
-packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, -1)
#elif PACKETVER >= 20090325
-packetLen(0x00c9, 2) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, 2)
#elif PACKETVER >= 20090318
-packetLen(0x00c9, 8) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, 8)
#elif PACKETVER >= 20090311
-packetLen(0x00c9, 29) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, 29)
#elif PACKETVER >= 20090218
-packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, -1)
#elif PACKETVER >= 20090211
-packetLen(0x00c9, 30) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, 30)
#elif PACKETVER >= 20090204
-packetLen(0x00c9, 22) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, 22)
#elif PACKETVER >= 20090120
-packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, -1)
#elif PACKETVER >= 20090114
-packetLen(0x00c9, 15) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, 15)
#elif PACKETVER >= 20090107
-packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, -1)
#endif
// Packet: 0x00ca
#if PACKETVER >= 20090406
-packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, 3)
#elif PACKETVER >= 20090401
-packetLen(0x00ca, -1) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, -1)
#elif PACKETVER >= 20090325
-packetLen(0x00ca, 282) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, 282)
#elif PACKETVER >= 20090318
-packetLen(0x00ca, 4) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, 4)
#elif PACKETVER >= 20090311
-packetLen(0x00ca, 7) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, 7)
#elif PACKETVER >= 20090225
-packetLen(0x00ca, -1) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, -1)
#elif PACKETVER >= 20090218
-packetLen(0x00ca, 22) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, 22)
#elif PACKETVER >= 20090211
-packetLen(0x00ca, 21) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, 21)
#elif PACKETVER >= 20090204
-packetLen(0x00ca, 6) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, 6)
#elif PACKETVER >= 20090114
-packetLen(0x00ca, -1) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, -1)
#elif PACKETVER >= 20090107
-packetLen(0x00ca, 10) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, 10)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x00cb
-packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+packetLen(0x00cb, 3)
// Packet: 0x00cc
#if PACKETVER >= 20090406
-packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, 6)
#elif PACKETVER >= 20090401
-packetLen(0x00cc, 7) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, 7)
#elif PACKETVER >= 20090325
-packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, 6)
#elif PACKETVER >= 20090318
-packetLen(0x00cc, 9) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, 9)
#elif PACKETVER >= 20090204
-packetLen(0x00cc, -1) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, -1)
#elif PACKETVER >= 20090129
-packetLen(0x00cc, 12) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, 12)
#elif PACKETVER >= 20090120
-packetLen(0x00cc, 39) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, 39)
#elif PACKETVER >= 20090114
-packetLen(0x00cc, 8) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, 8)
#elif PACKETVER >= 20090107
-packetLen(0x00cc, 5) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, 5)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x00cd
-packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+packetLen(0x00cd, 3)
// Packet: 0x00ce
#if PACKETVER >= 20090406
-packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 2)
#elif PACKETVER >= 20090401
-packetLen(0x00ce, -1) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, -1)
#elif PACKETVER >= 20090325
-packetLen(0x00ce, 4) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 4)
#elif PACKETVER >= 20090318
-packetLen(0x00ce, -1) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, -1)
#elif PACKETVER >= 20090311
-packetLen(0x00ce, 3) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 3)
#elif PACKETVER >= 20090204
-packetLen(0x00ce, -1) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, -1)
#elif PACKETVER >= 20090129
-packetLen(0x00ce, 14) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 14)
#elif PACKETVER >= 20090107
-packetLen(0x00ce, 8) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 8)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x00cf
#if PACKETVER >= 20090406
-packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 27)
#elif PACKETVER >= 20090401
-packetLen(0x00cf, 16) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 16)
#elif PACKETVER >= 20090325
-packetLen(0x00cf, 282) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 282)
#elif PACKETVER >= 20090318
-packetLen(0x00cf, 44) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 44)
#elif PACKETVER >= 20090311
-packetLen(0x00cf, 14) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 14)
#elif PACKETVER >= 20090225
-packetLen(0x00cf, 79) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 79)
#elif PACKETVER >= 20090211
-packetLen(0x00cf, -1) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, -1)
#elif PACKETVER >= 20090204
-packetLen(0x00cf, 2) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 2)
#elif PACKETVER >= 20090129
-packetLen(0x00cf, 10) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 10)
#elif PACKETVER >= 20090120
-packetLen(0x00cf, -1) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, -1)
#elif PACKETVER >= 20090114
-packetLen(0x00cf, 2) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 2)
#elif PACKETVER >= 20090107
-packetLen(0x00cf, 14) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 14)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x00d0
#if PACKETVER >= 20090406
-packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, 3)
#elif PACKETVER >= 20090401
-packetLen(0x00d0, 8) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, 8)
#elif PACKETVER >= 20090325
-packetLen(0x00d0, 37) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, 37)
#elif PACKETVER >= 20090318
-packetLen(0x00d0, 30) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, 30)
#elif PACKETVER >= 20090225
-packetLen(0x00d0, -1) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, -1)
#elif PACKETVER >= 20090218
-packetLen(0x00d0, 2) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, 2)
#elif PACKETVER >= 20090107
-packetLen(0x00d0, -1) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, -1)
#endif
// Packet: 0x00d1
#if PACKETVER >= 20090406
-packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, 4)
#elif PACKETVER >= 20090325
-packetLen(0x00d1, -1) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, -1)
#elif PACKETVER >= 20090318
-packetLen(0x00d1, 2) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, 2)
#elif PACKETVER >= 20090311
-packetLen(0x00d1, 6) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, 6)
#elif PACKETVER >= 20090218
-packetLen(0x00d1, -1) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, -1)
#elif PACKETVER >= 20090211
-packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, 4)
#elif PACKETVER >= 20090129
-packetLen(0x00d1, -1) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, -1)
#elif PACKETVER >= 20090120
-packetLen(0x00d1, 6) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, 6)
#elif PACKETVER >= 20090107
-packetLen(0x00d1, 16) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, 16)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x00d2
#if PACKETVER >= 20090406
-packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 4)
#elif PACKETVER >= 20090401
-packetLen(0x00d2, 30) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 30)
#elif PACKETVER >= 20090325
-packetLen(0x00d2, 5) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 5)
#elif PACKETVER >= 20090311
-packetLen(0x00d2, -1) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, -1)
#elif PACKETVER >= 20090225
-packetLen(0x00d2, 2) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 2)
#elif PACKETVER >= 20090120
-packetLen(0x00d2, -1) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, -1)
#elif PACKETVER >= 20090114
-packetLen(0x00d2, 6) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 6)
#elif PACKETVER >= 20090107
-packetLen(0x00d2, 8) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 8)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x00d3
#if PACKETVER >= 20090401
-packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 2)
#elif PACKETVER >= 20090325
-packetLen(0x00d3, 6) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 6)
#elif PACKETVER >= 20090318
-packetLen(0x00d3, -1) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, -1)
#elif PACKETVER >= 20090311
-packetLen(0x00d3, 12) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 12)
#elif PACKETVER >= 20090225
-packetLen(0x00d3, 10) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 10)
#elif PACKETVER >= 20090218
-packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 2)
#elif PACKETVER >= 20090204
-packetLen(0x00d3, -1) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, -1)
#elif PACKETVER >= 20090129
-packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 2)
#elif PACKETVER >= 20090120
-packetLen(0x00d3, 7) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 7)
#elif PACKETVER >= 20090107
-packetLen(0x00d3, 6) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 6)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x00d4
-packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+packetLen(0x00d4, -1)
// Packet: 0x00d5
#if PACKETVER >= 20090401
-packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, -1)
#elif PACKETVER >= 20090325
-packetLen(0x00d5, 12) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, 12)
#elif PACKETVER >= 20090318
-packetLen(0x00d5, 26) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, 26)
#elif PACKETVER >= 20090311
-packetLen(0x00d5, 30) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, 30)
#elif PACKETVER >= 20090114
-packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, -1)
#elif PACKETVER >= 20090107
-packetLen(0x00d5, 58) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, 58)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x00d6
#if PACKETVER >= 20090406
-packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 3)
#elif PACKETVER >= 20090401
-packetLen(0x00d6, 11) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 11)
#elif PACKETVER >= 20090318
-packetLen(0x00d6, -1) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, -1)
#elif PACKETVER >= 20090311
-packetLen(0x00d6, 2) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 2)
#elif PACKETVER >= 20090225
-packetLen(0x00d6, 4) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 4)
#elif PACKETVER >= 20090218
-packetLen(0x00d6, -1) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, -1)
#elif PACKETVER >= 20090211
-packetLen(0x00d6, 59) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 59)
#elif PACKETVER >= 20090204
-packetLen(0x00d6, 8) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 8)
#elif PACKETVER >= 20090114
-packetLen(0x00d6, -1) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, -1)
#elif PACKETVER >= 20090107
-packetLen(0x00d6, 18) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 18)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x00d7
#if PACKETVER >= 20090406
-packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, -1)
#elif PACKETVER >= 20090401
-packetLen(0x00d7, 6) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, 6)
#elif PACKETVER >= 20090325
-packetLen(0x00d7, 10) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, 10)
#elif PACKETVER >= 20090318
-packetLen(0x00d7, 11) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, 11)
#elif PACKETVER >= 20090225
-packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, -1)
#elif PACKETVER >= 20090218
-packetLen(0x00d7, 26) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, 26)
#elif PACKETVER >= 20090211
-packetLen(0x00d7, 10) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, 10)
#elif PACKETVER >= 20090204
-packetLen(0x00d7, 23) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, 23)
#elif PACKETVER >= 20090129
-packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, -1)
#elif PACKETVER >= 20090120
-packetLen(0x00d7, 2) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, 2)
#elif PACKETVER >= 20090107
-packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, -1)
#endif
// Packet: 0x00d8
#if PACKETVER >= 20090406
-packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+packetLen(0x00d8, 6)
#elif PACKETVER >= 20090401
-packetLen(0x00d8, 14) // ZC_DESTROY_ROOM
+packetLen(0x00d8, 14)
#elif PACKETVER >= 20090325
-packetLen(0x00d8, -1) // ZC_DESTROY_ROOM
+packetLen(0x00d8, -1)
#elif PACKETVER >= 20090311
-packetLen(0x00d8, 2) // ZC_DESTROY_ROOM
+packetLen(0x00d8, 2)
#elif PACKETVER >= 20090225
-packetLen(0x00d8, 97) // ZC_DESTROY_ROOM
+packetLen(0x00d8, 97)
#elif PACKETVER >= 20090218
-packetLen(0x00d8, -1) // ZC_DESTROY_ROOM
+packetLen(0x00d8, -1)
#elif PACKETVER >= 20090211
-packetLen(0x00d8, 3) // ZC_DESTROY_ROOM
+packetLen(0x00d8, 3)
#elif PACKETVER >= 20090204
-packetLen(0x00d8, 42) // ZC_DESTROY_ROOM
+packetLen(0x00d8, 42)
#elif PACKETVER >= 20090129
-packetLen(0x00d8, 15) // ZC_DESTROY_ROOM
+packetLen(0x00d8, 15)
#elif PACKETVER >= 20090120
-packetLen(0x00d8, 4) // ZC_DESTROY_ROOM
+packetLen(0x00d8, 4)
#elif PACKETVER >= 20090114
-packetLen(0x00d8, -1) // ZC_DESTROY_ROOM
+packetLen(0x00d8, -1)
#elif PACKETVER >= 20090107
-packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+packetLen(0x00d8, 6)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x00d9
#if PACKETVER >= 20090406
-packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, 14)
#elif PACKETVER >= 20090401
-packetLen(0x00d9, 3) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, 3)
#elif PACKETVER >= 20090325
-packetLen(0x00d9, 26) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, 26)
#elif PACKETVER >= 20090318
-packetLen(0x00d9, 4) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, 4)
#elif PACKETVER >= 20090311
-packetLen(0x00d9, 2) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, 2)
#elif PACKETVER >= 20090225
-packetLen(0x00d9, 58) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, 58)
#elif PACKETVER >= 20090218
-packetLen(0x00d9, 7) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, 7)
#elif PACKETVER >= 20090211
-packetLen(0x00d9, 5) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, 5)
#elif PACKETVER >= 20090204
-packetLen(0x00d9, 3) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, 3)
#elif PACKETVER >= 20090107
-packetLen(0x00d9, 55) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, 55)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x00da
#if PACKETVER >= 20090406
-packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, 3)
#elif PACKETVER >= 20090311
-packetLen(0x00da, -1) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, -1)
#elif PACKETVER >= 20090225
-packetLen(0x00da, 6) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, 6)
#elif PACKETVER >= 20090218
-packetLen(0x00da, -1) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, -1)
#elif PACKETVER >= 20090211
-packetLen(0x00da, 19) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, 19)
#elif PACKETVER >= 20090204
-packetLen(0x00da, -1) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, -1)
#elif PACKETVER >= 20090129
-packetLen(0x00da, 2) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, 2)
#elif PACKETVER >= 20090114
-packetLen(0x00da, -1) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, -1)
#elif PACKETVER >= 20090107
-packetLen(0x00da, 31) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, 31)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x00db
#if PACKETVER >= 20090401
-packetLen(0x00db, -1) // ZC_ENTER_ROOM
+packetLen(0x00db, -1)
#elif PACKETVER >= 20090325
-packetLen(0x00db, 9) // ZC_ENTER_ROOM
+packetLen(0x00db, 9)
#elif PACKETVER >= 20090311
-packetLen(0x00db, -1) // ZC_ENTER_ROOM
+packetLen(0x00db, -1)
#elif PACKETVER >= 20090225
-packetLen(0x00db, 10) // ZC_ENTER_ROOM
+packetLen(0x00db, 10)
#elif PACKETVER >= 20090218
-packetLen(0x00db, 8) // ZC_ENTER_ROOM
+packetLen(0x00db, 8)
#elif PACKETVER >= 20090120
-packetLen(0x00db, -1) // ZC_ENTER_ROOM
+packetLen(0x00db, -1)
#elif PACKETVER >= 20090114
-packetLen(0x00db, 8) // ZC_ENTER_ROOM
+packetLen(0x00db, 8)
#elif PACKETVER >= 20090107
-packetLen(0x00db, -1) // ZC_ENTER_ROOM
+packetLen(0x00db, -1)
#endif
// Packet: 0x00dc
#if PACKETVER >= 20090406
-packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 28)
#elif PACKETVER >= 20090401
-packetLen(0x00dc, 282) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 282)
#elif PACKETVER >= 20090318
-packetLen(0x00dc, 3) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 3)
#elif PACKETVER >= 20090311
-packetLen(0x00dc, -1) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, -1)
#elif PACKETVER >= 20090225
-packetLen(0x00dc, 26) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 26)
#elif PACKETVER >= 20090218
-packetLen(0x00dc, -1) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, -1)
#elif PACKETVER >= 20090211
-packetLen(0x00dc, 67) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 67)
#elif PACKETVER >= 20090129
-packetLen(0x00dc, -1) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, -1)
#elif PACKETVER >= 20090120
-packetLen(0x00dc, 26) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 26)
#elif PACKETVER >= 20090114
-packetLen(0x00dc, 4) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 4)
#elif PACKETVER >= 20090107
-packetLen(0x00dc, -1) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, -1)
#endif
// Packet: 0x00dd
#if PACKETVER >= 20090406
-packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+packetLen(0x00dd, 29)
#elif PACKETVER >= 20090401
-packetLen(0x00dd, -1) // ZC_MEMBER_EXIT
+packetLen(0x00dd, -1)
#elif PACKETVER >= 20090325
-packetLen(0x00dd, 30) // ZC_MEMBER_EXIT
+packetLen(0x00dd, 30)
#elif PACKETVER >= 20090225
-packetLen(0x00dd, -1) // ZC_MEMBER_EXIT
+packetLen(0x00dd, -1)
#elif PACKETVER >= 20090218
-packetLen(0x00dd, 8) // ZC_MEMBER_EXIT
+packetLen(0x00dd, 8)
#elif PACKETVER >= 20090129
-packetLen(0x00dd, -1) // ZC_MEMBER_EXIT
+packetLen(0x00dd, -1)
#elif PACKETVER >= 20090120
-packetLen(0x00dd, 11) // ZC_MEMBER_EXIT
+packetLen(0x00dd, 11)
#elif PACKETVER >= 20090114
-packetLen(0x00dd, -1) // ZC_MEMBER_EXIT
+packetLen(0x00dd, -1)
#elif PACKETVER >= 20090107
-packetLen(0x00dd, 30) // ZC_MEMBER_EXIT
+packetLen(0x00dd, 30)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x00de
#if PACKETVER >= 20090406
-packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, -1)
#elif PACKETVER >= 20090401
-packetLen(0x00de, 10) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, 10)
#elif PACKETVER >= 20090325
-packetLen(0x00de, 6) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, 6)
#elif PACKETVER >= 20090311
-packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, -1)
#elif PACKETVER >= 20090225
-packetLen(0x00de, 5) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, 5)
#elif PACKETVER >= 20090218
-packetLen(0x00de, 4) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, 4)
#elif PACKETVER >= 20090211
-packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, -1)
#elif PACKETVER >= 20090204
-packetLen(0x00de, 32) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, 32)
#elif PACKETVER >= 20090129
-packetLen(0x00de, 5) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, 5)
#elif PACKETVER >= 20090120
-packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, -1)
#elif PACKETVER >= 20090114
-packetLen(0x00de, 282) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, 282)
#elif PACKETVER >= 20090107
-packetLen(0x00de, 26) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, 26)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x00df
#if PACKETVER >= 20090406
-packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, -1)
#elif PACKETVER >= 20090401
-packetLen(0x00df, 33) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, 33)
#elif PACKETVER >= 20090325
-packetLen(0x00df, 6) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, 6)
#elif PACKETVER >= 20090311
-packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, -1)
#elif PACKETVER >= 20090225
-packetLen(0x00df, 2) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, 2)
#elif PACKETVER >= 20090218
-packetLen(0x00df, 27) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, 27)
#elif PACKETVER >= 20090211
-packetLen(0x00df, 3) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, 3)
#elif PACKETVER >= 20090204
-packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, -1)
#elif PACKETVER >= 20090129
-packetLen(0x00df, 2) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, 2)
#elif PACKETVER >= 20090120
-packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, -1)
#elif PACKETVER >= 20090114
-packetLen(0x00df, 3) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, 3)
#elif PACKETVER >= 20090107
-packetLen(0x00df, 22) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, 22)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x00e0
#if PACKETVER >= 20090406
-packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, 30)
#elif PACKETVER >= 20090401
-packetLen(0x00e0, -1) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, -1)
#elif PACKETVER >= 20090311
-packetLen(0x00e0, 5) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, 5)
#elif PACKETVER >= 20090218
-packetLen(0x00e0, -1) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, -1)
#elif PACKETVER >= 20090211
-packetLen(0x00e0, 11) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, 11)
#elif PACKETVER >= 20090204
-packetLen(0x00e0, 33) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, 33)
#elif PACKETVER >= 20090114
-packetLen(0x00e0, -1) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, -1)
#elif PACKETVER >= 20090107
-packetLen(0x00e0, 10) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, 10)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x00e1
#if PACKETVER >= 20090406
-packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+packetLen(0x00e1, 30)
#elif PACKETVER >= 20090401
-packetLen(0x00e1, 6) // ZC_ROLE_CHANGE
+packetLen(0x00e1, 6)
#elif PACKETVER >= 20090325
-packetLen(0x00e1, 7) // ZC_ROLE_CHANGE
+packetLen(0x00e1, 7)
#elif PACKETVER >= 20090318
-packetLen(0x00e1, -1) // ZC_ROLE_CHANGE
+packetLen(0x00e1, -1)
#elif PACKETVER >= 20090311
-packetLen(0x00e1, 14) // ZC_ROLE_CHANGE
+packetLen(0x00e1, 14)
#elif PACKETVER >= 20090218
-packetLen(0x00e1, -1) // ZC_ROLE_CHANGE
+packetLen(0x00e1, -1)
#elif PACKETVER >= 20090211
-packetLen(0x00e1, 23) // ZC_ROLE_CHANGE
+packetLen(0x00e1, 23)
#elif PACKETVER >= 20090120
-packetLen(0x00e1, -1) // ZC_ROLE_CHANGE
+packetLen(0x00e1, -1)
#elif PACKETVER >= 20090114
-packetLen(0x00e1, 28) // ZC_ROLE_CHANGE
+packetLen(0x00e1, 28)
#elif PACKETVER >= 20090107
-packetLen(0x00e1, -1) // ZC_ROLE_CHANGE
+packetLen(0x00e1, -1)
#endif
// Packet: 0x00e2
#if PACKETVER >= 20090406
-packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, 26)
#elif PACKETVER >= 20090401
-packetLen(0x00e2, 3) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, 3)
#elif PACKETVER >= 20090225
-packetLen(0x00e2, -1) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, -1)
#elif PACKETVER >= 20090218
-packetLen(0x00e2, 3) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, 3)
#elif PACKETVER >= 20090120
-packetLen(0x00e2, -1) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, -1)
#elif PACKETVER >= 20090114
-packetLen(0x00e2, 7) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, 7)
#elif PACKETVER >= 20090107
-packetLen(0x00e2, 8) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, 8)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x00e3
#if PACKETVER >= 20090406
-packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+packetLen(0x00e3, 2)
#elif PACKETVER >= 20090401
-packetLen(0x00e3, -1) // CZ_EXIT_ROOM
+packetLen(0x00e3, -1)
#elif PACKETVER >= 20090325
-packetLen(0x00e3, 7) // CZ_EXIT_ROOM
+packetLen(0x00e3, 7)
#elif PACKETVER >= 20090318
-packetLen(0x00e3, 55) // CZ_EXIT_ROOM
+packetLen(0x00e3, 55)
#elif PACKETVER >= 20090311
-packetLen(0x00e3, 15) // CZ_EXIT_ROOM
+packetLen(0x00e3, 15)
#elif PACKETVER >= 20090225
-packetLen(0x00e3, 7) // CZ_EXIT_ROOM
+packetLen(0x00e3, 7)
#elif PACKETVER >= 20090218
-packetLen(0x00e3, -1) // CZ_EXIT_ROOM
+packetLen(0x00e3, -1)
#elif PACKETVER >= 20090211
-packetLen(0x00e3, 21) // CZ_EXIT_ROOM
+packetLen(0x00e3, 21)
#elif PACKETVER >= 20090129
-packetLen(0x00e3, -1) // CZ_EXIT_ROOM
+packetLen(0x00e3, -1)
#elif PACKETVER >= 20090120
-packetLen(0x00e3, 6) // CZ_EXIT_ROOM
+packetLen(0x00e3, 6)
#elif PACKETVER >= 20090114
-packetLen(0x00e3, -1) // CZ_EXIT_ROOM
+packetLen(0x00e3, -1)
#elif PACKETVER >= 20090107
-packetLen(0x00e3, 26) // CZ_EXIT_ROOM
+packetLen(0x00e3, 26)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x00e4
#if PACKETVER >= 20090401
-packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 6)
#elif PACKETVER >= 20090325
-packetLen(0x00e4, 8) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 8)
#elif PACKETVER >= 20090218
-packetLen(0x00e4, -1) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, -1)
#elif PACKETVER >= 20090211
-packetLen(0x00e4, 10) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 10)
#elif PACKETVER >= 20090204
-packetLen(0x00e4, -1) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, -1)
#elif PACKETVER >= 20090129
-packetLen(0x00e4, 20) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 20)
#elif PACKETVER >= 20090107
-packetLen(0x00e4, 7) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 7)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x00e5
#if PACKETVER >= 20090406
-packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 26)
#elif PACKETVER >= 20090325
-packetLen(0x00e5, -1) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, -1)
#elif PACKETVER >= 20090318
-packetLen(0x00e5, 68) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 68)
#elif PACKETVER >= 20090311
-packetLen(0x00e5, 11) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 11)
#elif PACKETVER >= 20090225
-packetLen(0x00e5, -1) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, -1)
#elif PACKETVER >= 20090218
-packetLen(0x00e5, 37) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 37)
#elif PACKETVER >= 20090211
-packetLen(0x00e5, 6) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 6)
#elif PACKETVER >= 20090129
-packetLen(0x00e5, -1) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, -1)
#elif PACKETVER >= 20090120
-packetLen(0x00e5, 5) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 5)
#elif PACKETVER >= 20090114
-packetLen(0x00e5, 2) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 2)
#elif PACKETVER >= 20090107
-packetLen(0x00e5, 2) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 2)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x00e6
#if PACKETVER >= 20090406
-packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, 3)
#elif PACKETVER >= 20090401
-packetLen(0x00e6, -1) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, -1)
#elif PACKETVER >= 20090325
-packetLen(0x00e6, 86) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, 86)
#elif PACKETVER >= 20090204
-packetLen(0x00e6, -1) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, -1)
#elif PACKETVER >= 20090129
-packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, 3)
#elif PACKETVER >= 20090120
-packetLen(0x00e6, 58) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, 58)
#elif PACKETVER >= 20090114
-packetLen(0x00e6, 57) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, 57)
#elif PACKETVER >= 20090107
-packetLen(0x00e6, -1) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, -1)
#endif
// Packet: 0x00e7
#if PACKETVER >= 20090406
-packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 3)
#elif PACKETVER >= 20090401
-packetLen(0x00e7, -1) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, -1)
#elif PACKETVER >= 20090325
-packetLen(0x00e7, 55) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 55)
#elif PACKETVER >= 20090218
-packetLen(0x00e7, -1) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, -1)
#elif PACKETVER >= 20090211
-packetLen(0x00e7, 2) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 2)
#elif PACKETVER >= 20090129
-packetLen(0x00e7, -1) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, -1)
#elif PACKETVER >= 20090120
-packetLen(0x00e7, 68) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 68)
#elif PACKETVER >= 20090114
-packetLen(0x00e7, 6) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 6)
#elif PACKETVER >= 20090107
-packetLen(0x00e7, 42) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 42)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x00e8
#if PACKETVER >= 20090406
-packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, 8)
#elif PACKETVER >= 20090311
-packetLen(0x00e8, -1) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, -1)
#elif PACKETVER >= 20090225
-packetLen(0x00e8, 7) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, 7)
#elif PACKETVER >= 20090211
-packetLen(0x00e8, -1) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, -1)
#elif PACKETVER >= 20090204
-packetLen(0x00e8, 58) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, 58)
#elif PACKETVER >= 20090129
-packetLen(0x00e8, 14) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, 14)
#elif PACKETVER >= 20090107
-packetLen(0x00e8, -1) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, -1)
#endif
// Packet: 0x00e9
#if PACKETVER >= 20090406
-packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 19)
#elif PACKETVER >= 20090325
-packetLen(0x00e9, -1) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, -1)
#elif PACKETVER >= 20090318
-packetLen(0x00e9, 2) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 2)
#elif PACKETVER >= 20090311
-packetLen(0x00e9, 22) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 22)
#elif PACKETVER >= 20090225
-packetLen(0x00e9, -1) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, -1)
#elif PACKETVER >= 20090218
-packetLen(0x00e9, 5) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 5)
#elif PACKETVER >= 20090211
-packetLen(0x00e9, 10) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 10)
#elif PACKETVER >= 20090204
-packetLen(0x00e9, 33) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 33)
#elif PACKETVER >= 20090129
-packetLen(0x00e9, 32) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 32)
#elif PACKETVER >= 20090120
-packetLen(0x00e9, 54) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 54)
#elif PACKETVER >= 20090107
-packetLen(0x00e9, -1) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, -1)
#endif
// Packet: 0x00ea
#if PACKETVER >= 20090406
-packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 5)
#elif PACKETVER >= 20090401
-packetLen(0x00ea, -1) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, -1)
#elif PACKETVER >= 20090325
-packetLen(0x00ea, 4) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 4)
#elif PACKETVER >= 20090318
-packetLen(0x00ea, 6) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 6)
#elif PACKETVER >= 20090311
-packetLen(0x00ea, -1) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, -1)
#elif PACKETVER >= 20090225
-packetLen(0x00ea, 12) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 12)
#elif PACKETVER >= 20090218
-packetLen(0x00ea, -1) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, -1)
#elif PACKETVER >= 20090211
-packetLen(0x00ea, 282) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 282)
#elif PACKETVER >= 20090129
-packetLen(0x00ea, -1) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, -1)
#elif PACKETVER >= 20090120
-packetLen(0x00ea, 3) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 3)
#elif PACKETVER >= 20090114
-packetLen(0x00ea, 6) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 6)
#elif PACKETVER >= 20090107
-packetLen(0x00ea, -1) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, -1)
#endif
// Packet: 0x00eb
#if PACKETVER >= 20090406
-packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 2)
#elif PACKETVER >= 20090401
-packetLen(0x00eb, -1) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, -1)
#elif PACKETVER >= 20090325
-packetLen(0x00eb, 10) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 10)
#elif PACKETVER >= 20090318
-packetLen(0x00eb, 15) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 15)
#elif PACKETVER >= 20090311
-packetLen(0x00eb, 11) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 11)
#elif PACKETVER >= 20090225
-packetLen(0x00eb, 6) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 6)
#elif PACKETVER >= 20090218
-packetLen(0x00eb, 10) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 10)
#elif PACKETVER >= 20090211
-packetLen(0x00eb, 6) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 6)
#elif PACKETVER >= 20090204
-packetLen(0x00eb, -1) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, -1)
#elif PACKETVER >= 20090129
-packetLen(0x00eb, 71) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 71)
#elif PACKETVER >= 20090114
-packetLen(0x00eb, -1) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, -1)
#elif PACKETVER >= 20090107
-packetLen(0x00eb, 14) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 14)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x00ec
#if PACKETVER >= 20090406
-packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 3)
#elif PACKETVER >= 20090401
-packetLen(0x00ec, 60) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 60)
#elif PACKETVER >= 20090325
-packetLen(0x00ec, -1) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, -1)
#elif PACKETVER >= 20090318
-packetLen(0x00ec, 27) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 27)
#elif PACKETVER >= 20090311
-packetLen(0x00ec, -1) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, -1)
#elif PACKETVER >= 20090225
-packetLen(0x00ec, 5) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 5)
#elif PACKETVER >= 20090218
-packetLen(0x00ec, -1) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, -1)
#elif PACKETVER >= 20090211
-packetLen(0x00ec, 15) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 15)
#elif PACKETVER >= 20090204
-packetLen(0x00ec, -1) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, -1)
#elif PACKETVER >= 20090129
-packetLen(0x00ec, 4) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 4)
#elif PACKETVER >= 20090120
-packetLen(0x00ec, 2) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 2)
#elif PACKETVER >= 20090114
-packetLen(0x00ec, 6) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 6)
#elif PACKETVER >= 20090107
-packetLen(0x00ec, 18) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 18)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x00ed
#if PACKETVER >= 20090406
-packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, 2)
#elif PACKETVER >= 20090225
-packetLen(0x00ed, -1) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, -1)
#elif PACKETVER >= 20090218
-packetLen(0x00ed, 3) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, 3)
#elif PACKETVER >= 20090211
-packetLen(0x00ed, 22) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, 22)
#elif PACKETVER >= 20090204
-packetLen(0x00ed, 6) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, 6)
#elif PACKETVER >= 20090129
-packetLen(0x00ed, 282) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, 282)
#elif PACKETVER >= 20090114
-packetLen(0x00ed, 8) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, 8)
#elif PACKETVER >= 20090107
-packetLen(0x00ed, 7) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, 7)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x00ee
#if PACKETVER >= 20090401
-packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, 2)
#elif PACKETVER >= 20090325
-packetLen(0x00ee, 8) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, 8)
#elif PACKETVER >= 20090318
-packetLen(0x00ee, 282) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, 282)
#elif PACKETVER >= 20090311
-packetLen(0x00ee, -1) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, -1)
#elif PACKETVER >= 20090225
-packetLen(0x00ee, 4) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, 4)
#elif PACKETVER >= 20090204
-packetLen(0x00ee, -1) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, -1)
#elif PACKETVER >= 20090129
-packetLen(0x00ee, 24) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, 24)
#elif PACKETVER >= 20090120
-packetLen(0x00ee, 8) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, 8)
#elif PACKETVER >= 20090114
-packetLen(0x00ee, -1) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, -1)
#elif PACKETVER >= 20090107
-packetLen(0x00ee, 16) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, 16)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x00ef
#if PACKETVER >= 20090406
-packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 2)
#elif PACKETVER >= 20090401
-packetLen(0x00ef, 8) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 8)
#elif PACKETVER >= 20090325
-packetLen(0x00ef, 30) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 30)
#elif PACKETVER >= 20090311
-packetLen(0x00ef, -1) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, -1)
#elif PACKETVER >= 20090225
-packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 2)
#elif PACKETVER >= 20090218
-packetLen(0x00ef, 16) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 16)
#elif PACKETVER >= 20090211
-packetLen(0x00ef, -1) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, -1)
#elif PACKETVER >= 20090204
-packetLen(0x00ef, 43) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 43)
#elif PACKETVER >= 20090129
-packetLen(0x00ef, 30) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 30)
#elif PACKETVER >= 20090120
-packetLen(0x00ef, 81) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 81)
#elif PACKETVER >= 20090114
-packetLen(0x00ef, -1) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, -1)
#elif PACKETVER >= 20090107
-packetLen(0x00ef, 39) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 39)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x00f0
#if PACKETVER >= 20090406
-packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 3)
#elif PACKETVER >= 20090401
-packetLen(0x00f0, 7) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 7)
#elif PACKETVER >= 20090318
-packetLen(0x00f0, -1) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, -1)
#elif PACKETVER >= 20090311
-packetLen(0x00f0, 34) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 34)
#elif PACKETVER >= 20090211
-packetLen(0x00f0, -1) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, -1)
#elif PACKETVER >= 20090204
-packetLen(0x00f0, 31) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 31)
#elif PACKETVER >= 20090129
-packetLen(0x00f0, 26) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 26)
#elif PACKETVER >= 20090107
-packetLen(0x00f0, 26) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 26)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x00f1
-packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+packetLen(0x00f1, 2)
// Packet: 0x00f2
#if PACKETVER >= 20090406
-packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 6)
#elif PACKETVER >= 20090401
-packetLen(0x00f2, 2) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 2)
#elif PACKETVER >= 20090325
-packetLen(0x00f2, 32) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 32)
#elif PACKETVER >= 20090318
-packetLen(0x00f2, 8) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 8)
#elif PACKETVER >= 20090311
-packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 6)
#elif PACKETVER >= 20090225
-packetLen(0x00f2, 8) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 8)
#elif PACKETVER >= 20090218
-packetLen(0x00f2, 3) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 3)
#elif PACKETVER >= 20090211
-packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 6)
#elif PACKETVER >= 20090204
-packetLen(0x00f2, 10) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 10)
#elif PACKETVER >= 20090129
-packetLen(0x00f2, -1) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, -1)
#elif PACKETVER >= 20090120
-packetLen(0x00f2, 11) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 11)
#elif PACKETVER >= 20090107
-packetLen(0x00f2, -1) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, -1)
#endif
// Packet: 0x00f3
-packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+packetLen(0x00f3, -1)
// Packet: 0x00f4
#if PACKETVER >= 20090406
-packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 21)
#elif PACKETVER >= 20090401
-packetLen(0x00f4, 18) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 18)
#elif PACKETVER >= 20090311
-packetLen(0x00f4, -1) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, -1)
#elif PACKETVER >= 20090225
-packetLen(0x00f4, 2) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 2)
#elif PACKETVER >= 20090218
-packetLen(0x00f4, 14) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 14)
#elif PACKETVER >= 20090211
-packetLen(0x00f4, 53) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 53)
#elif PACKETVER >= 20090129
-packetLen(0x00f4, -1) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, -1)
#elif PACKETVER >= 20090120
-packetLen(0x00f4, 43) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 43)
#elif PACKETVER >= 20090114
-packetLen(0x00f4, 26) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 26)
#elif PACKETVER >= 20090107
-packetLen(0x00f4, 14) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 14)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x00f5
-packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+packetLen(0x00f5, 11)
// Packet: 0x00f6
#if PACKETVER >= 20090406
-packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 8)
#elif PACKETVER >= 20090401
-packetLen(0x00f6, 4) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 4)
#elif PACKETVER >= 20090318
-packetLen(0x00f6, -1) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, -1)
#elif PACKETVER >= 20090311
-packetLen(0x00f6, 10) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 10)
#elif PACKETVER >= 20090225
-packetLen(0x00f6, 2) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 2)
#elif PACKETVER >= 20090218
-packetLen(0x00f6, 30) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 30)
#elif PACKETVER >= 20090129
-packetLen(0x00f6, -1) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, -1)
#elif PACKETVER >= 20090120
-packetLen(0x00f6, 21) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 21)
#elif PACKETVER >= 20090114
-packetLen(0x00f6, -1) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, -1)
#elif PACKETVER >= 20090107
-packetLen(0x00f6, 26) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 26)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x00f7
-packetLen(0x00f7, 17) // CZ_REQUEST_TIME
+packetLen(0x00f7, 17)
// Packet: 0x00f8
#if PACKETVER >= 20090401
-packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+packetLen(0x00f8, 2)
#elif PACKETVER >= 20090318
-packetLen(0x00f8, -1) // ZC_CLOSE_STORE
+packetLen(0x00f8, -1)
#elif PACKETVER >= 20090311
-packetLen(0x00f8, 10) // ZC_CLOSE_STORE
+packetLen(0x00f8, 10)
#elif PACKETVER >= 20090225
-packetLen(0x00f8, 3) // ZC_CLOSE_STORE
+packetLen(0x00f8, 3)
#elif PACKETVER >= 20090218
-packetLen(0x00f8, -1) // ZC_CLOSE_STORE
+packetLen(0x00f8, -1)
#elif PACKETVER >= 20090211
-packetLen(0x00f8, 65) // ZC_CLOSE_STORE
+packetLen(0x00f8, 65)
#elif PACKETVER >= 20090204
-packetLen(0x00f8, -1) // ZC_CLOSE_STORE
+packetLen(0x00f8, -1)
#elif PACKETVER >= 20090129
-packetLen(0x00f8, 60) // ZC_CLOSE_STORE
+packetLen(0x00f8, 60)
#elif PACKETVER >= 20090107
-packetLen(0x00f8, -1) // ZC_CLOSE_STORE
+packetLen(0x00f8, -1)
#endif
// Packet: 0x00f9
#if PACKETVER >= 20090406
-packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+packetLen(0x00f9, 26)
#elif PACKETVER >= 20090325
-packetLen(0x00f9, -1) // CZ_MAKE_GROUP
+packetLen(0x00f9, -1)
#elif PACKETVER >= 20090318
-packetLen(0x00f9, 11) // CZ_MAKE_GROUP
+packetLen(0x00f9, 11)
#elif PACKETVER >= 20090225
-packetLen(0x00f9, -1) // CZ_MAKE_GROUP
+packetLen(0x00f9, -1)
#elif PACKETVER >= 20090218
-packetLen(0x00f9, 8) // CZ_MAKE_GROUP
+packetLen(0x00f9, 8)
#elif PACKETVER >= 20090211
-packetLen(0x00f9, -1) // CZ_MAKE_GROUP
+packetLen(0x00f9, -1)
#elif PACKETVER >= 20090204
-packetLen(0x00f9, 39) // CZ_MAKE_GROUP
+packetLen(0x00f9, 39)
#elif PACKETVER >= 20090129
-packetLen(0x00f9, 10) // CZ_MAKE_GROUP
+packetLen(0x00f9, 10)
#elif PACKETVER >= 20090120
-packetLen(0x00f9, 12) // CZ_MAKE_GROUP
+packetLen(0x00f9, 12)
#elif PACKETVER >= 20090107
-packetLen(0x00f9, -1) // CZ_MAKE_GROUP
+packetLen(0x00f9, -1)
#endif
// Packet: 0x00fa
#if PACKETVER >= 20090406
-packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, 3)
#elif PACKETVER >= 20090325
-packetLen(0x00fa, -1) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, -1)
#elif PACKETVER >= 20090318
-packetLen(0x00fa, 20) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, 20)
#elif PACKETVER >= 20090311
-packetLen(0x00fa, -1) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, -1)
#elif PACKETVER >= 20090225
-packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, 3)
#elif PACKETVER >= 20090218
-packetLen(0x00fa, -1) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, -1)
#elif PACKETVER >= 20090211
-packetLen(0x00fa, 114) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, 114)
#elif PACKETVER >= 20090107
-packetLen(0x00fa, -1) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, -1)
#endif
// Packet: 0x00fb
#if PACKETVER >= 20090406
-packetLen(0x00fb, -1) // ZC_GROUP_LIST
+packetLen(0x00fb, -1)
#elif PACKETVER >= 20090401
-packetLen(0x00fb, 7) // ZC_GROUP_LIST
+packetLen(0x00fb, 7)
#elif PACKETVER >= 20090318
-packetLen(0x00fb, -1) // ZC_GROUP_LIST
+packetLen(0x00fb, -1)
#elif PACKETVER >= 20090311
-packetLen(0x00fb, 36) // ZC_GROUP_LIST
+packetLen(0x00fb, 36)
#elif PACKETVER >= 20090225
-packetLen(0x00fb, -1) // ZC_GROUP_LIST
+packetLen(0x00fb, -1)
#elif PACKETVER >= 20090218
-packetLen(0x00fb, 8) // ZC_GROUP_LIST
+packetLen(0x00fb, 8)
#elif PACKETVER >= 20090211
-packetLen(0x00fb, 7) // ZC_GROUP_LIST
+packetLen(0x00fb, 7)
#elif PACKETVER >= 20090204
-packetLen(0x00fb, 6) // ZC_GROUP_LIST
+packetLen(0x00fb, 6)
#elif PACKETVER >= 20090129
-packetLen(0x00fb, 3) // ZC_GROUP_LIST
+packetLen(0x00fb, 3)
#elif PACKETVER >= 20090120
-packetLen(0x00fb, -1) // ZC_GROUP_LIST
+packetLen(0x00fb, -1)
#elif PACKETVER >= 20090114
-packetLen(0x00fb, 16) // ZC_GROUP_LIST
+packetLen(0x00fb, 16)
#elif PACKETVER >= 20090107
-packetLen(0x00fb, 282) // ZC_GROUP_LIST
+packetLen(0x00fb, 282)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x00fc
#if PACKETVER >= 20090406
-packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, 6)
#elif PACKETVER >= 20090401
-packetLen(0x00fc, -1) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, -1)
#elif PACKETVER >= 20090325
-packetLen(0x00fc, 22) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, 22)
#elif PACKETVER >= 20090120
-packetLen(0x00fc, -1) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, -1)
#elif PACKETVER >= 20090114
-packetLen(0x00fc, 3) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, 3)
#elif PACKETVER >= 20090107
-packetLen(0x00fc, -1) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, -1)
#endif
// Packet: 0x00fd
#if PACKETVER >= 20090406
-packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, 27)
#elif PACKETVER >= 20090218
-packetLen(0x00fd, -1) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, -1)
#elif PACKETVER >= 20090211
-packetLen(0x00fd, 2) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, 2)
#elif PACKETVER >= 20090204
-packetLen(0x00fd, -1) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, -1)
#elif PACKETVER >= 20090129
-packetLen(0x00fd, 7) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, 7)
#elif PACKETVER >= 20090114
-packetLen(0x00fd, -1) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, -1)
#elif PACKETVER >= 20090107
-packetLen(0x00fd, 10) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, 10)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x00fe
#if PACKETVER >= 20090406
-packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, 30)
#elif PACKETVER >= 20090401
-packetLen(0x00fe, -1) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, -1)
#elif PACKETVER >= 20090325
-packetLen(0x00fe, 67) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, 67)
#elif PACKETVER >= 20090211
-packetLen(0x00fe, -1) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, -1)
#elif PACKETVER >= 20090204
-packetLen(0x00fe, 29) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, 29)
#elif PACKETVER >= 20090129
-packetLen(0x00fe, 2) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, 2)
#elif PACKETVER >= 20090114
-packetLen(0x00fe, -1) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, -1)
#elif PACKETVER >= 20090107
-packetLen(0x00fe, 21) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, 21)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x00ff
#if PACKETVER >= 20090406
-packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+packetLen(0x00ff, 10)
#elif PACKETVER >= 20090401
-packetLen(0x00ff, -1) // CZ_JOIN_GROUP
+packetLen(0x00ff, -1)
#elif PACKETVER >= 20090325
-packetLen(0x00ff, 6) // CZ_JOIN_GROUP
+packetLen(0x00ff, 6)
#elif PACKETVER >= 20090318
-packetLen(0x00ff, 4) // CZ_JOIN_GROUP
+packetLen(0x00ff, 4)
#elif PACKETVER >= 20090218
-packetLen(0x00ff, 6) // CZ_JOIN_GROUP
+packetLen(0x00ff, 6)
#elif PACKETVER >= 20090211
-packetLen(0x00ff, 30) // CZ_JOIN_GROUP
+packetLen(0x00ff, 30)
#elif PACKETVER >= 20090204
-packetLen(0x00ff, -1) // CZ_JOIN_GROUP
+packetLen(0x00ff, -1)
#elif PACKETVER >= 20090129
-packetLen(0x00ff, 6) // CZ_JOIN_GROUP
+packetLen(0x00ff, 6)
#elif PACKETVER >= 20090120
-packetLen(0x00ff, -1) // CZ_JOIN_GROUP
+packetLen(0x00ff, -1)
#elif PACKETVER >= 20090114
-packetLen(0x00ff, 3) // CZ_JOIN_GROUP
+packetLen(0x00ff, 3)
#elif PACKETVER >= 20090107
-packetLen(0x00ff, 5) // CZ_JOIN_GROUP
+packetLen(0x00ff, 5)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x0100
#if PACKETVER >= 20090406
-packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, 2)
#elif PACKETVER >= 20090401
-packetLen(0x0100, 10) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, 10)
#elif PACKETVER >= 20090311
-packetLen(0x0100, -1) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, -1)
#elif PACKETVER >= 20090225
-packetLen(0x0100, 6) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, 6)
#elif PACKETVER >= 20090218
-packetLen(0x0100, 81) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, 81)
#elif PACKETVER >= 20090211
-packetLen(0x0100, -1) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, -1)
#elif PACKETVER >= 20090204
-packetLen(0x0100, 5) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, 5)
#elif PACKETVER >= 20090114
-packetLen(0x0100, -1) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, -1)
#elif PACKETVER >= 20090107
-packetLen(0x0100, 6) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, 6)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x0101
#if PACKETVER >= 20090406
-packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, 6)
#elif PACKETVER >= 20090225
-packetLen(0x0101, -1) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, -1)
#elif PACKETVER >= 20090218
-packetLen(0x0101, 20) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, 20)
#elif PACKETVER >= 20090120
-packetLen(0x0101, -1) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, -1)
#elif PACKETVER >= 20090114
-packetLen(0x0101, 20) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, 20)
#elif PACKETVER >= 20090107
-packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, 6)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x0102
#if PACKETVER >= 20090406
-packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 6)
#elif PACKETVER >= 20090401
-packetLen(0x0102, -1) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, -1)
#elif PACKETVER >= 20090318
-packetLen(0x0102, 10) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 10)
#elif PACKETVER >= 20090311
-packetLen(0x0102, -1) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, -1)
#elif PACKETVER >= 20090225
-packetLen(0x0102, 11) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 11)
#elif PACKETVER >= 20090218
-packetLen(0x0102, 7) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 7)
#elif PACKETVER >= 20090211
-packetLen(0x0102, 282) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 282)
#elif PACKETVER >= 20090204
-packetLen(0x0102, 8) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 8)
#elif PACKETVER >= 20090129
-packetLen(0x0102, -1) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, -1)
#elif PACKETVER >= 20090114
-packetLen(0x0102, 30) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 30)
#elif PACKETVER >= 20090107
-packetLen(0x0102, 9) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 9)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x0103
#if PACKETVER >= 20090406
-packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 30)
#elif PACKETVER >= 20090318
-packetLen(0x0103, -1) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, -1)
#elif PACKETVER >= 20090311
-packetLen(0x0103, 2) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 2)
#elif PACKETVER >= 20090218
-packetLen(0x0103, -1) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, -1)
#elif PACKETVER >= 20090211
-packetLen(0x0103, 54) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 54)
#elif PACKETVER >= 20090204
-packetLen(0x0103, 28) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 28)
#elif PACKETVER >= 20090129
-packetLen(0x0103, -1) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, -1)
#elif PACKETVER >= 20090120
-packetLen(0x0103, 66) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 66)
#elif PACKETVER >= 20090114
-packetLen(0x0103, 11) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 11)
#elif PACKETVER >= 20090107
-packetLen(0x0103, 6) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 6)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x0104
#if PACKETVER >= 20090406
-packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, 79)
#elif PACKETVER >= 20090325
-packetLen(0x0104, -1) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, -1)
#elif PACKETVER >= 20090318
-packetLen(0x0104, 8) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, 8)
#elif PACKETVER >= 20090311
-packetLen(0x0104, -1) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, -1)
#elif PACKETVER >= 20090225
-packetLen(0x0104, 26) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, 26)
#elif PACKETVER >= 20090218
-packetLen(0x0104, -1) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, -1)
#elif PACKETVER >= 20090211
-packetLen(0x0104, 26) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, 26)
#elif PACKETVER >= 20090120
-packetLen(0x0104, -1) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, -1)
#elif PACKETVER >= 20090114
-packetLen(0x0104, 6) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, 6)
#elif PACKETVER >= 20090107
-packetLen(0x0104, -1) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, -1)
#endif
// Packet: 0x0105
#if PACKETVER >= 20090406
-packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, 31)
#elif PACKETVER >= 20090401
-packetLen(0x0105, 10) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, 10)
#elif PACKETVER >= 20090325
-packetLen(0x0105, 2) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, 2)
#elif PACKETVER >= 20090204
-packetLen(0x0105, -1) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, -1)
#elif PACKETVER >= 20090129
-packetLen(0x0105, 14) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, 14)
#elif PACKETVER >= 20090114
-packetLen(0x0105, -1) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, -1)
#elif PACKETVER >= 20090107
-packetLen(0x0105, 2) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, 2)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x0106
#if PACKETVER >= 20090406
-packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, 10)
#elif PACKETVER >= 20090401
-packetLen(0x0106, 24) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, 24)
#elif PACKETVER >= 20090325
-packetLen(0x0106, -1) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, -1)
#elif PACKETVER >= 20090318
-packetLen(0x0106, 2) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, 2)
#elif PACKETVER >= 20090211
-packetLen(0x0106, -1) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, -1)
#elif PACKETVER >= 20090204
-packetLen(0x0106, 9) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, 9)
#elif PACKETVER >= 20090129
-packetLen(0x0106, -1) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, -1)
#elif PACKETVER >= 20090120
-packetLen(0x0106, 7) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, 7)
#elif PACKETVER >= 20090114
-packetLen(0x0106, -1) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, -1)
#elif PACKETVER >= 20090107
-packetLen(0x0106, 6) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, 6)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x0107
#if PACKETVER >= 20090406
-packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, 10)
#elif PACKETVER >= 20090401
-packetLen(0x0107, 16) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, 16)
#elif PACKETVER >= 20090325
-packetLen(0x0107, 14) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, 14)
#elif PACKETVER >= 20090225
-packetLen(0x0107, -1) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, -1)
#elif PACKETVER >= 20090218
-packetLen(0x0107, 4) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, 4)
#elif PACKETVER >= 20090204
-packetLen(0x0107, -1) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, -1)
#elif PACKETVER >= 20090129
-packetLen(0x0107, 23) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, 23)
#elif PACKETVER >= 20090107
-packetLen(0x0107, -1) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, -1)
#endif
// Packet: 0x0108
#if PACKETVER >= 20090325
-packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, -1)
#elif PACKETVER >= 20090318
-packetLen(0x0108, 4) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, 4)
#elif PACKETVER >= 20090129
-packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, -1)
#elif PACKETVER >= 20090120
-packetLen(0x0108, 6) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, 6)
#elif PACKETVER >= 20090107
-packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, -1)
#endif
// Packet: 0x0109
#if PACKETVER >= 20090325
-packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, -1)
#elif PACKETVER >= 20090318
-packetLen(0x0109, 81) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, 81)
#elif PACKETVER >= 20090225
-packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, -1)
#elif PACKETVER >= 20090218
-packetLen(0x0109, 8) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, 8)
#elif PACKETVER >= 20090204
-packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, -1)
#elif PACKETVER >= 20090129
-packetLen(0x0109, 6) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, 6)
#elif PACKETVER >= 20090120
-packetLen(0x0109, 5) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, 5)
#elif PACKETVER >= 20090114
-packetLen(0x0109, 3) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, 3)
#elif PACKETVER >= 20090107
-packetLen(0x0109, 11) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, 11)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x010a
#if PACKETVER >= 20090406
-packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 4)
#elif PACKETVER >= 20090401
-packetLen(0x010a, 6) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 6)
#elif PACKETVER >= 20090325
-packetLen(0x010a, 26) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 26)
#elif PACKETVER >= 20090204
-packetLen(0x010a, -1) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, -1)
#elif PACKETVER >= 20090129
-packetLen(0x010a, 22) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 22)
#elif PACKETVER >= 20090107
-packetLen(0x010a, 8) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 8)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x010b
#if PACKETVER >= 20090401
-packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, 6)
#elif PACKETVER >= 20090325
-packetLen(0x010b, 17) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, 17)
#elif PACKETVER >= 20090211
-packetLen(0x010b, -1) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, -1)
#elif PACKETVER >= 20090204
-packetLen(0x010b, 14) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, 14)
#elif PACKETVER >= 20090129
-packetLen(0x010b, -1) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, -1)
#elif PACKETVER >= 20090120
-packetLen(0x010b, 2) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, 2)
#elif PACKETVER >= 20090114
-packetLen(0x010b, -1) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, -1)
#elif PACKETVER >= 20090107
-packetLen(0x010b, 23) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, 23)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x010c
#if PACKETVER >= 20090406
-packetLen(0x010c, 6) // ZC_MVP
+packetLen(0x010c, 6)
#elif PACKETVER >= 20090401
-packetLen(0x010c, 2) // ZC_MVP
+packetLen(0x010c, 2)
#elif PACKETVER >= 20090218
-packetLen(0x010c, -1) // ZC_MVP
+packetLen(0x010c, -1)
#elif PACKETVER >= 20090211
-packetLen(0x010c, 2) // ZC_MVP
+packetLen(0x010c, 2)
#elif PACKETVER >= 20090204
-packetLen(0x010c, -1) // ZC_MVP
+packetLen(0x010c, -1)
#elif PACKETVER >= 20090129
-packetLen(0x010c, 27) // ZC_MVP
+packetLen(0x010c, 27)
#elif PACKETVER >= 20090120
-packetLen(0x010c, 2) // ZC_MVP
+packetLen(0x010c, 2)
#elif PACKETVER >= 20090114
-packetLen(0x010c, 8) // ZC_MVP
+packetLen(0x010c, 8)
#elif PACKETVER >= 20090107
-packetLen(0x010c, 6) // ZC_MVP
+packetLen(0x010c, 6)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x010d
-packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+packetLen(0x010d, 2)
// Packet: 0x010e
#if PACKETVER >= 20090406
-packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, 11)
#elif PACKETVER >= 20090325
-packetLen(0x010e, -1) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, -1)
#elif PACKETVER >= 20090318
-packetLen(0x010e, 6) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, 6)
#elif PACKETVER >= 20090218
-packetLen(0x010e, -1) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, -1)
#elif PACKETVER >= 20090211
-packetLen(0x010e, 86) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, 86)
#elif PACKETVER >= 20090204
-packetLen(0x010e, -1) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, -1)
#elif PACKETVER >= 20090129
-packetLen(0x010e, 6) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, 6)
#elif PACKETVER >= 20090107
-packetLen(0x010e, 6) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, 6)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x010f
#if PACKETVER >= 20090325
-packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+packetLen(0x010f, -1)
#elif PACKETVER >= 20090318
-packetLen(0x010f, 26) // ZC_SKILLINFO_LIST
+packetLen(0x010f, 26)
#elif PACKETVER >= 20090225
-packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+packetLen(0x010f, -1)
#elif PACKETVER >= 20090218
-packetLen(0x010f, 6) // ZC_SKILLINFO_LIST
+packetLen(0x010f, 6)
#elif PACKETVER >= 20090120
-packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+packetLen(0x010f, -1)
#elif PACKETVER >= 20090114
-packetLen(0x010f, 43) // ZC_SKILLINFO_LIST
+packetLen(0x010f, 43)
#elif PACKETVER >= 20090107
-packetLen(0x010f, 81) // ZC_SKILLINFO_LIST
+packetLen(0x010f, 81)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x0110
#if PACKETVER >= 20090406
-packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, 10)
#elif PACKETVER >= 20090318
-packetLen(0x0110, -1) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, -1)
#elif PACKETVER >= 20090311
-packetLen(0x0110, 9) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, 9)
#elif PACKETVER >= 20090225
-packetLen(0x0110, -1) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, -1)
#elif PACKETVER >= 20090218
-packetLen(0x0110, 29) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, 29)
#elif PACKETVER >= 20090129
-packetLen(0x0110, -1) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, -1)
#elif PACKETVER >= 20090120
-packetLen(0x0110, 30) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, 30)
#elif PACKETVER >= 20090107
-packetLen(0x0110, -1) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, -1)
#endif
// Packet: 0x0111
#if PACKETVER >= 20090406
-packetLen(0x0111, 39) // ZC_ADD_SKILL
+packetLen(0x0111, 39)
#elif PACKETVER >= 20090325
-packetLen(0x0111, -1) // ZC_ADD_SKILL
+packetLen(0x0111, -1)
#elif PACKETVER >= 20090318
-packetLen(0x0111, 20) // ZC_ADD_SKILL
+packetLen(0x0111, 20)
#elif PACKETVER >= 20090218
-packetLen(0x0111, -1) // ZC_ADD_SKILL
+packetLen(0x0111, -1)
#elif PACKETVER >= 20090211
-packetLen(0x0111, 6) // ZC_ADD_SKILL
+packetLen(0x0111, 6)
#elif PACKETVER >= 20090107
-packetLen(0x0111, -1) // ZC_ADD_SKILL
+packetLen(0x0111, -1)
#endif
// Packet: 0x0112
#if PACKETVER >= 20090406
-packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, 4)
#elif PACKETVER >= 20090401
-packetLen(0x0112, 3) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, 3)
#elif PACKETVER >= 20090318
-packetLen(0x0112, -1) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, -1)
#elif PACKETVER >= 20090311
-packetLen(0x0112, 6) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, 6)
#elif PACKETVER >= 20090211
-packetLen(0x0112, -1) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, -1)
#elif PACKETVER >= 20090204
-packetLen(0x0112, 6) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, 6)
#elif PACKETVER >= 20090114
-packetLen(0x0112, -1) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, -1)
#elif PACKETVER >= 20090107
-packetLen(0x0112, 29) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, 29)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x0113
-packetLen(0x0113, 25) // CZ_USE_SKILL
+packetLen(0x0113, 25)
// Packet: 0x0114
#if PACKETVER >= 20090406
-packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+packetLen(0x0114, 31)
#elif PACKETVER >= 20090401
-packetLen(0x0114, 28) // ZC_NOTIFY_SKILL
+packetLen(0x0114, 28)
#elif PACKETVER >= 20090325
-packetLen(0x0114, -1) // ZC_NOTIFY_SKILL
+packetLen(0x0114, -1)
#elif PACKETVER >= 20090318
-packetLen(0x0114, 2) // ZC_NOTIFY_SKILL
+packetLen(0x0114, 2)
#elif PACKETVER >= 20090211
-packetLen(0x0114, -1) // ZC_NOTIFY_SKILL
+packetLen(0x0114, -1)
#elif PACKETVER >= 20090204
-packetLen(0x0114, 17) // ZC_NOTIFY_SKILL
+packetLen(0x0114, 17)
#elif PACKETVER >= 20090129
-packetLen(0x0114, 182) // ZC_NOTIFY_SKILL
+packetLen(0x0114, 182)
#elif PACKETVER >= 20090120
-packetLen(0x0114, -1) // ZC_NOTIFY_SKILL
+packetLen(0x0114, -1)
#elif PACKETVER >= 20090114
-packetLen(0x0114, 10) // ZC_NOTIFY_SKILL
+packetLen(0x0114, 10)
#elif PACKETVER >= 20090107
-packetLen(0x0114, 60) // ZC_NOTIFY_SKILL
+packetLen(0x0114, 60)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x0115
-packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+packetLen(0x0115, 35)
// Packet: 0x0116
-packetLen(0x0116, 17) // CZ_USE_SKILL_TOGROUND
+packetLen(0x0116, 17)
// Packet: 0x0117
#if PACKETVER >= 20090406
-packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, 18)
#elif PACKETVER >= 20090325
-packetLen(0x0117, -1) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, -1)
#elif PACKETVER >= 20090318
-packetLen(0x0117, 2) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, 2)
#elif PACKETVER >= 20090311
-packetLen(0x0117, 282) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, 282)
#elif PACKETVER >= 20090129
-packetLen(0x0117, -1) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, -1)
#elif PACKETVER >= 20090120
-packetLen(0x0117, 30) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, 30)
#elif PACKETVER >= 20090114
-packetLen(0x0117, 26) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, 26)
#elif PACKETVER >= 20090107
-packetLen(0x0117, -1) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, -1)
#endif
// Packet: 0x0118
#if PACKETVER >= 20090406
-packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+packetLen(0x0118, 2)
#elif PACKETVER >= 20090401
-packetLen(0x0118, -1) // CZ_CANCEL_LOCKON
+packetLen(0x0118, -1)
#elif PACKETVER >= 20090325
-packetLen(0x0118, 6) // CZ_CANCEL_LOCKON
+packetLen(0x0118, 6)
#elif PACKETVER >= 20090318
-packetLen(0x0118, -1) // CZ_CANCEL_LOCKON
+packetLen(0x0118, -1)
#elif PACKETVER >= 20090311
-packetLen(0x0118, 27) // CZ_CANCEL_LOCKON
+packetLen(0x0118, 27)
#elif PACKETVER >= 20090225
-packetLen(0x0118, -1) // CZ_CANCEL_LOCKON
+packetLen(0x0118, -1)
#elif PACKETVER >= 20090218
-packetLen(0x0118, 4) // CZ_CANCEL_LOCKON
+packetLen(0x0118, 4)
#elif PACKETVER >= 20090114
-packetLen(0x0118, -1) // CZ_CANCEL_LOCKON
+packetLen(0x0118, -1)
#elif PACKETVER >= 20090107
-packetLen(0x0118, 33) // CZ_CANCEL_LOCKON
+packetLen(0x0118, 33)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x0119
#if PACKETVER >= 20090406
-packetLen(0x0119, 13) // ZC_STATE_CHANGE
+packetLen(0x0119, 13)
#elif PACKETVER >= 20090325
-packetLen(0x0119, -1) // ZC_STATE_CHANGE
+packetLen(0x0119, -1)
#elif PACKETVER >= 20090318
-packetLen(0x0119, 6) // ZC_STATE_CHANGE
+packetLen(0x0119, 6)
#elif PACKETVER >= 20090225
-packetLen(0x0119, -1) // ZC_STATE_CHANGE
+packetLen(0x0119, -1)
#elif PACKETVER >= 20090218
-packetLen(0x0119, 97) // ZC_STATE_CHANGE
+packetLen(0x0119, 97)
#elif PACKETVER >= 20090114
-packetLen(0x0119, -1) // ZC_STATE_CHANGE
+packetLen(0x0119, -1)
#elif PACKETVER >= 20090107
-packetLen(0x0119, 30) // ZC_STATE_CHANGE
+packetLen(0x0119, 30)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x011a
#if PACKETVER >= 20090406
-packetLen(0x011a, 15) // ZC_USE_SKILL
+packetLen(0x011a, 15)
#elif PACKETVER >= 20090401
-packetLen(0x011a, 6) // ZC_USE_SKILL
+packetLen(0x011a, 6)
#elif PACKETVER >= 20090325
-packetLen(0x011a, -1) // ZC_USE_SKILL
+packetLen(0x011a, -1)
#elif PACKETVER >= 20090318
-packetLen(0x011a, 8) // ZC_USE_SKILL
+packetLen(0x011a, 8)
#elif PACKETVER >= 20090311
-packetLen(0x011a, -1) // ZC_USE_SKILL
+packetLen(0x011a, -1)
#elif PACKETVER >= 20090225
-packetLen(0x011a, 9) // ZC_USE_SKILL
+packetLen(0x011a, 9)
#elif PACKETVER >= 20090218
-packetLen(0x011a, 3) // ZC_USE_SKILL
+packetLen(0x011a, 3)
#elif PACKETVER >= 20090204
-packetLen(0x011a, -1) // ZC_USE_SKILL
+packetLen(0x011a, -1)
#elif PACKETVER >= 20090129
-packetLen(0x011a, 282) // ZC_USE_SKILL
+packetLen(0x011a, 282)
#elif PACKETVER >= 20090120
-packetLen(0x011a, 9) // ZC_USE_SKILL
+packetLen(0x011a, 9)
#elif PACKETVER >= 20090114
-packetLen(0x011a, 8) // ZC_USE_SKILL
+packetLen(0x011a, 8)
#elif PACKETVER >= 20090107
-packetLen(0x011a, 3) // ZC_USE_SKILL
+packetLen(0x011a, 3)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x011b
#if PACKETVER >= 20090406
-packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, 20)
#elif PACKETVER >= 20090401
-packetLen(0x011b, -1) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, -1)
#elif PACKETVER >= 20090325
-packetLen(0x011b, 3) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, 3)
#elif PACKETVER >= 20090318
-packetLen(0x011b, 24) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, 24)
#elif PACKETVER >= 20090311
-packetLen(0x011b, 4) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, 4)
#elif PACKETVER >= 20090225
-packetLen(0x011b, 30) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, 30)
#elif PACKETVER >= 20090211
-packetLen(0x011b, -1) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, -1)
#elif PACKETVER >= 20090204
-packetLen(0x011b, 4) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, 4)
#elif PACKETVER >= 20090129
-packetLen(0x011b, -1) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, -1)
#elif PACKETVER >= 20090120
-packetLen(0x011b, 32) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, 32)
#elif PACKETVER >= 20090107
-packetLen(0x011b, -1) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, -1)
#endif
// Packet: 0x011c
#if PACKETVER >= 20090406
-packetLen(0x011c, 68) // ZC_WARPLIST
+packetLen(0x011c, 68)
#elif PACKETVER >= 20090325
-packetLen(0x011c, -1) // ZC_WARPLIST
+packetLen(0x011c, -1)
#elif PACKETVER >= 20090318
-packetLen(0x011c, 282) // ZC_WARPLIST
+packetLen(0x011c, 282)
#elif PACKETVER >= 20090311
-packetLen(0x011c, 58) // ZC_WARPLIST
+packetLen(0x011c, 58)
#elif PACKETVER >= 20090225
-packetLen(0x011c, 26) // ZC_WARPLIST
+packetLen(0x011c, 26)
#elif PACKETVER >= 20090218
-packetLen(0x011c, 14) // ZC_WARPLIST
+packetLen(0x011c, 14)
#elif PACKETVER >= 20090107
-packetLen(0x011c, -1) // ZC_WARPLIST
+packetLen(0x011c, -1)
#endif
// Packet: 0x011d
#if PACKETVER >= 20090406
-packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 2)
#elif PACKETVER >= 20090401
-packetLen(0x011d, -1) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, -1)
#elif PACKETVER >= 20090325
-packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 2)
#elif PACKETVER >= 20090318
-packetLen(0x011d, -1) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, -1)
#elif PACKETVER >= 20090311
-packetLen(0x011d, 30) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 30)
#elif PACKETVER >= 20090225
-packetLen(0x011d, 10) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 10)
#elif PACKETVER >= 20090211
-packetLen(0x011d, -1) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, -1)
#elif PACKETVER >= 20090204
-packetLen(0x011d, 32) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 32)
#elif PACKETVER >= 20090129
-packetLen(0x011d, -1) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, -1)
#elif PACKETVER >= 20090120
-packetLen(0x011d, 182) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 182)
#elif PACKETVER >= 20090107
-packetLen(0x011d, -1) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, -1)
#endif
// Packet: 0x011e
#if PACKETVER >= 20090406
-packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, 3)
#elif PACKETVER >= 20090318
-packetLen(0x011e, -1) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, -1)
#elif PACKETVER >= 20090311
-packetLen(0x011e, 2) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, 2)
#elif PACKETVER >= 20090225
-packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, 3)
#elif PACKETVER >= 20090218
-packetLen(0x011e, 60) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, 60)
#elif PACKETVER >= 20090211
-packetLen(0x011e, -1) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, -1)
#elif PACKETVER >= 20090204
-packetLen(0x011e, 22) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, 22)
#elif PACKETVER >= 20090120
-packetLen(0x011e, -1) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, -1)
#elif PACKETVER >= 20090114
-packetLen(0x011e, 2) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, 2)
#elif PACKETVER >= 20090107
-packetLen(0x011e, -1) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, -1)
#endif
// Packet: 0x011f
#if PACKETVER >= 20090406
-packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+packetLen(0x011f, 16)
#elif PACKETVER >= 20090401
-packetLen(0x011f, 2) // ZC_SKILL_ENTRY
+packetLen(0x011f, 2)
#elif PACKETVER >= 20090311
-packetLen(0x011f, -1) // ZC_SKILL_ENTRY
+packetLen(0x011f, -1)
#elif PACKETVER >= 20090225
-packetLen(0x011f, 6) // ZC_SKILL_ENTRY
+packetLen(0x011f, 6)
#elif PACKETVER >= 20090218
-packetLen(0x011f, -1) // ZC_SKILL_ENTRY
+packetLen(0x011f, -1)
#elif PACKETVER >= 20090211
-packetLen(0x011f, 3) // ZC_SKILL_ENTRY
+packetLen(0x011f, 3)
#elif PACKETVER >= 20090129
-packetLen(0x011f, -1) // ZC_SKILL_ENTRY
+packetLen(0x011f, -1)
#elif PACKETVER >= 20090120
-packetLen(0x011f, 282) // ZC_SKILL_ENTRY
+packetLen(0x011f, 282)
#elif PACKETVER >= 20090107
-packetLen(0x011f, -1) // ZC_SKILL_ENTRY
+packetLen(0x011f, -1)
#endif
// Packet: 0x0120
#if PACKETVER >= 20090406
-packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, 6)
#elif PACKETVER >= 20090401
-packetLen(0x0120, -1) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, -1)
#elif PACKETVER >= 20090325
-packetLen(0x0120, 9) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, 9)
#elif PACKETVER >= 20090311
-packetLen(0x0120, -1) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, -1)
#elif PACKETVER >= 20090225
-packetLen(0x0120, 15) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, 15)
#elif PACKETVER >= 20090218
-packetLen(0x0120, -1) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, -1)
#elif PACKETVER >= 20090211
-packetLen(0x0120, 8) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, 8)
#elif PACKETVER >= 20090204
-packetLen(0x0120, 10) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, 10)
#elif PACKETVER >= 20090120
-packetLen(0x0120, -1) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, -1)
#elif PACKETVER >= 20090114
-packetLen(0x0120, 12) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, 12)
#elif PACKETVER >= 20090107
-packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, 6)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x0121
#if PACKETVER >= 20090406
-packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, 14)
#elif PACKETVER >= 20090318
-packetLen(0x0121, -1) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, -1)
#elif PACKETVER >= 20090225
-packetLen(0x0121, 10) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, 10)
#elif PACKETVER >= 20090218
-packetLen(0x0121, 31) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, 31)
#elif PACKETVER >= 20090211
-packetLen(0x0121, 12) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, 12)
#elif PACKETVER >= 20090204
-packetLen(0x0121, 6) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, 6)
#elif PACKETVER >= 20090129
-packetLen(0x0121, -1) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, -1)
#elif PACKETVER >= 20090120
-packetLen(0x0121, 2) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, 2)
#elif PACKETVER >= 20090114
-packetLen(0x0121, 67) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, 67)
#elif PACKETVER >= 20090107
-packetLen(0x0121, 10) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, 10)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x0122
#if PACKETVER >= 20090204
-packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, -1)
#elif PACKETVER >= 20090129
-packetLen(0x0122, 20) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, 20)
#elif PACKETVER >= 20090120
-packetLen(0x0122, 3) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, 3)
#elif PACKETVER >= 20090114
-packetLen(0x0122, 4) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, 4)
#elif PACKETVER >= 20090107
-packetLen(0x0122, 9) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, 9)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x0123
#if PACKETVER >= 20090401
-packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, -1)
#elif PACKETVER >= 20090325
-packetLen(0x0123, 10) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, 10)
#elif PACKETVER >= 20090318
-packetLen(0x0123, 6) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, 6)
#elif PACKETVER >= 20090225
-packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, -1)
#elif PACKETVER >= 20090218
-packetLen(0x0123, 22) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, 22)
#elif PACKETVER >= 20090114
-packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, -1)
#elif PACKETVER >= 20090107
-packetLen(0x0123, 26) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, 26)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x0124
#if PACKETVER >= 20090406
-packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 21)
#elif PACKETVER >= 20090325
-packetLen(0x0124, -1) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, -1)
#elif PACKETVER >= 20090318
-packetLen(0x0124, 8) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 8)
#elif PACKETVER >= 20090218
-packetLen(0x0124, -1) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, -1)
#elif PACKETVER >= 20090211
-packetLen(0x0124, 4) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 4)
#elif PACKETVER >= 20090204
-packetLen(0x0124, -1) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, -1)
#elif PACKETVER >= 20090129
-packetLen(0x0124, 28) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 28)
#elif PACKETVER >= 20090114
-packetLen(0x0124, -1) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, -1)
#elif PACKETVER >= 20090107
-packetLen(0x0124, 3) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 3)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x0125
#if PACKETVER >= 20090406
-packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 8)
#elif PACKETVER >= 20090318
-packetLen(0x0125, -1) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, -1)
#elif PACKETVER >= 20090311
-packetLen(0x0125, 282) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 282)
#elif PACKETVER >= 20090225
-packetLen(0x0125, 7) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 7)
#elif PACKETVER >= 20090218
-packetLen(0x0125, 28) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 28)
#elif PACKETVER >= 20090211
-packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 8)
#elif PACKETVER >= 20090204
-packetLen(0x0125, 20) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 20)
#elif PACKETVER >= 20090129
-packetLen(0x0125, 6) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 6)
#elif PACKETVER >= 20090120
-packetLen(0x0125, 2) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 2)
#elif PACKETVER >= 20090107
-packetLen(0x0125, -1) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, -1)
#endif
// Packet: 0x0126
#if PACKETVER >= 20090406
-packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 8)
#elif PACKETVER >= 20090401
-packetLen(0x0126, 3) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 3)
#elif PACKETVER >= 20090325
-packetLen(0x0126, 282) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 282)
#elif PACKETVER >= 20090318
-packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 8)
#elif PACKETVER >= 20090311
-packetLen(0x0126, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, -1)
#elif PACKETVER >= 20090225
-packetLen(0x0126, 10) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 10)
#elif PACKETVER >= 20090218
-packetLen(0x0126, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, -1)
#elif PACKETVER >= 20090211
-packetLen(0x0126, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 2)
#elif PACKETVER >= 20090204
-packetLen(0x0126, 14) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 14)
#elif PACKETVER >= 20090129
-packetLen(0x0126, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, -1)
#elif PACKETVER >= 20090120
-packetLen(0x0126, 14) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 14)
#elif PACKETVER >= 20090114
-packetLen(0x0126, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, -1)
#elif PACKETVER >= 20090107
-packetLen(0x0126, 60) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 60)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x0127
#if PACKETVER >= 20090406
-packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, 8)
#elif PACKETVER >= 20090401
-packetLen(0x0127, -1) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, -1)
#elif PACKETVER >= 20090325
-packetLen(0x0127, 66) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, 66)
#elif PACKETVER >= 20090318
-packetLen(0x0127, -1) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, -1)
#elif PACKETVER >= 20090311
-packetLen(0x0127, 10) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, 10)
#elif PACKETVER >= 20090225
-packetLen(0x0127, 4) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, 4)
#elif PACKETVER >= 20090218
-packetLen(0x0127, 44) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, 44)
#elif PACKETVER >= 20090211
-packetLen(0x0127, -1) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, -1)
#elif PACKETVER >= 20090204
-packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, 8)
#elif PACKETVER >= 20090129
-packetLen(0x0127, 30) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, 30)
#elif PACKETVER >= 20090120
-packetLen(0x0127, 3) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, 3)
#elif PACKETVER >= 20090114
-packetLen(0x0127, -1) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, -1)
#elif PACKETVER >= 20090107
-packetLen(0x0127, 18) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, 18)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x0128
#if PACKETVER >= 20090406
-packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 8)
#elif PACKETVER >= 20090401
-packetLen(0x0128, 3) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 3)
#elif PACKETVER >= 20090325
-packetLen(0x0128, 7) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 7)
#elif PACKETVER >= 20090318
-packetLen(0x0128, 12) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 12)
#elif PACKETVER >= 20090311
-packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 8)
#elif PACKETVER >= 20090129
-packetLen(0x0128, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, -1)
#elif PACKETVER >= 20090120
-packetLen(0x0128, 6) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 6)
#elif PACKETVER >= 20090114
-packetLen(0x0128, 29) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 29)
#elif PACKETVER >= 20090107
-packetLen(0x0128, 6) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 6)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x0129
#if PACKETVER >= 20090406
-packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, 8)
#elif PACKETVER >= 20090401
-packetLen(0x0129, 6) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, 6)
#elif PACKETVER >= 20090218
-packetLen(0x0129, -1) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, -1)
#elif PACKETVER >= 20090211
-packetLen(0x0129, 30) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, 30)
#elif PACKETVER >= 20090204
-packetLen(0x0129, 6) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, 6)
#elif PACKETVER >= 20090129
-packetLen(0x0129, 10) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, 10)
#elif PACKETVER >= 20090114
-packetLen(0x0129, -1) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, -1)
#elif PACKETVER >= 20090107
-packetLen(0x0129, 22) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, 22)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x012a
#if PACKETVER >= 20090406
-packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+packetLen(0x012a, 2)
#elif PACKETVER >= 20090325
-packetLen(0x012a, -1) // CZ_REQ_CARTOFF
+packetLen(0x012a, -1)
#elif PACKETVER >= 20090318
-packetLen(0x012a, 13) // CZ_REQ_CARTOFF
+packetLen(0x012a, 13)
#elif PACKETVER >= 20090311
-packetLen(0x012a, 33) // CZ_REQ_CARTOFF
+packetLen(0x012a, 33)
#elif PACKETVER >= 20090225
-packetLen(0x012a, 7) // CZ_REQ_CARTOFF
+packetLen(0x012a, 7)
#elif PACKETVER >= 20090211
-packetLen(0x012a, -1) // CZ_REQ_CARTOFF
+packetLen(0x012a, -1)
#elif PACKETVER >= 20090204
-packetLen(0x012a, 34) // CZ_REQ_CARTOFF
+packetLen(0x012a, 34)
#elif PACKETVER >= 20090129
-packetLen(0x012a, 4) // CZ_REQ_CARTOFF
+packetLen(0x012a, 4)
#elif PACKETVER >= 20090120
-packetLen(0x012a, 29) // CZ_REQ_CARTOFF
+packetLen(0x012a, 29)
#elif PACKETVER >= 20090114
-packetLen(0x012a, -1) // CZ_REQ_CARTOFF
+packetLen(0x012a, -1)
#elif PACKETVER >= 20090107
-packetLen(0x012a, 11) // CZ_REQ_CARTOFF
+packetLen(0x012a, 11)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x012b
-packetLen(0x012b, 2) // ZC_CARTOFF
+packetLen(0x012b, 2)
// Packet: 0x012c
#if PACKETVER >= 20090406
-packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 3)
#elif PACKETVER >= 20090401
-packetLen(0x012c, 6) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 6)
#elif PACKETVER >= 20090211
-packetLen(0x012c, -1) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, -1)
#elif PACKETVER >= 20090204
-packetLen(0x012c, 13) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 13)
#elif PACKETVER >= 20090129
-packetLen(0x012c, 4) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 4)
#elif PACKETVER >= 20090120
-packetLen(0x012c, 282) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 282)
#elif PACKETVER >= 20090107
-packetLen(0x012c, 79) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 79)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x012d
#if PACKETVER >= 20090406
-packetLen(0x012d, 4) // ZC_OPENSTORE
+packetLen(0x012d, 4)
#elif PACKETVER >= 20090401
-packetLen(0x012d, 43) // ZC_OPENSTORE
+packetLen(0x012d, 43)
#elif PACKETVER >= 20090325
-packetLen(0x012d, 4) // ZC_OPENSTORE
+packetLen(0x012d, 4)
#elif PACKETVER >= 20090311
-packetLen(0x012d, -1) // ZC_OPENSTORE
+packetLen(0x012d, -1)
#elif PACKETVER >= 20090225
-packetLen(0x012d, 22) // ZC_OPENSTORE
+packetLen(0x012d, 22)
#elif PACKETVER >= 20090204
-packetLen(0x012d, -1) // ZC_OPENSTORE
+packetLen(0x012d, -1)
#elif PACKETVER >= 20090129
-packetLen(0x012d, 79) // ZC_OPENSTORE
+packetLen(0x012d, 79)
#elif PACKETVER >= 20090120
-packetLen(0x012d, 11) // ZC_OPENSTORE
+packetLen(0x012d, 11)
#elif PACKETVER >= 20090114
-packetLen(0x012d, 13) // ZC_OPENSTORE
+packetLen(0x012d, 13)
#elif PACKETVER >= 20090107
-packetLen(0x012d, -1) // ZC_OPENSTORE
+packetLen(0x012d, -1)
#endif
// Packet: 0x012e
#if PACKETVER >= 20090406
-packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, 2)
#elif PACKETVER >= 20090401
-packetLen(0x012e, 14) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, 14)
#elif PACKETVER >= 20090311
-packetLen(0x012e, -1) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, -1)
#elif PACKETVER >= 20090225
-packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, 2)
#elif PACKETVER >= 20090129
-packetLen(0x012e, -1) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, -1)
#elif PACKETVER >= 20090120
-packetLen(0x012e, 28) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, 28)
#elif PACKETVER >= 20090114
-packetLen(0x012e, -1) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, -1)
#elif PACKETVER >= 20090107
-packetLen(0x012e, 65) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, 65)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x012f
-packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+packetLen(0x012f, -1)
// Packet: 0x0130
#if PACKETVER >= 20090406
-packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, 6)
#elif PACKETVER >= 20090401
-packetLen(0x0130, 7) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, 7)
#elif PACKETVER >= 20090325
-packetLen(0x0130, -1) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, -1)
#elif PACKETVER >= 20090318
-packetLen(0x0130, 7) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, 7)
#elif PACKETVER >= 20090311
-packetLen(0x0130, -1) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, -1)
#elif PACKETVER >= 20090225
-packetLen(0x0130, 8) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, 8)
#elif PACKETVER >= 20090211
-packetLen(0x0130, -1) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, -1)
#elif PACKETVER >= 20090204
-packetLen(0x0130, 7) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, 7)
#elif PACKETVER >= 20090129
-packetLen(0x0130, 8) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, 8)
#elif PACKETVER >= 20090120
-packetLen(0x0130, -1) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, -1)
#elif PACKETVER >= 20090114
-packetLen(0x0130, 30) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, 30)
#elif PACKETVER >= 20090107
-packetLen(0x0130, -1) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, -1)
#endif
// Packet: 0x0131
#if PACKETVER >= 20090406
-packetLen(0x0131, 86) // ZC_STORE_ENTRY
+packetLen(0x0131, 86)
#elif PACKETVER >= 20090401
-packetLen(0x0131, 37) // ZC_STORE_ENTRY
+packetLen(0x0131, 37)
#elif PACKETVER >= 20090325
-packetLen(0x0131, -1) // ZC_STORE_ENTRY
+packetLen(0x0131, -1)
#elif PACKETVER >= 20090318
-packetLen(0x0131, 6) // ZC_STORE_ENTRY
+packetLen(0x0131, 6)
#elif PACKETVER >= 20090311
-packetLen(0x0131, 17) // ZC_STORE_ENTRY
+packetLen(0x0131, 17)
#elif PACKETVER >= 20090218
-packetLen(0x0131, -1) // ZC_STORE_ENTRY
+packetLen(0x0131, -1)
#elif PACKETVER >= 20090211
-packetLen(0x0131, 7) // ZC_STORE_ENTRY
+packetLen(0x0131, 7)
#elif PACKETVER >= 20090120
-packetLen(0x0131, -1) // ZC_STORE_ENTRY
+packetLen(0x0131, -1)
#elif PACKETVER >= 20090114
-packetLen(0x0131, 5) // ZC_STORE_ENTRY
+packetLen(0x0131, 5)
#elif PACKETVER >= 20090107
-packetLen(0x0131, -1) // ZC_STORE_ENTRY
+packetLen(0x0131, -1)
#endif
// Packet: 0x0132
#if PACKETVER >= 20090406
-packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, 6)
#elif PACKETVER >= 20090401
-packetLen(0x0132, 11) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, 11)
#elif PACKETVER >= 20090318
-packetLen(0x0132, -1) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, -1)
#elif PACKETVER >= 20090311
-packetLen(0x0132, 28) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, 28)
#elif PACKETVER >= 20090225
-packetLen(0x0132, 39) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, 39)
#elif PACKETVER >= 20090218
-packetLen(0x0132, -1) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, -1)
#elif PACKETVER >= 20090211
-packetLen(0x0132, 27) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, 27)
#elif PACKETVER >= 20090204
-packetLen(0x0132, 7) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, 7)
#elif PACKETVER >= 20090129
-packetLen(0x0132, -1) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, -1)
#elif PACKETVER >= 20090120
-packetLen(0x0132, 2) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, 2)
#elif PACKETVER >= 20090107
-packetLen(0x0132, -1) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, -1)
#endif
// Packet: 0x0133
#if PACKETVER >= 20090325
-packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, -1)
#elif PACKETVER >= 20090318
-packetLen(0x0133, 4) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, 4)
#elif PACKETVER >= 20090311
-packetLen(0x0133, 60) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, 60)
#elif PACKETVER >= 20090225
-packetLen(0x0133, 8) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, 8)
#elif PACKETVER >= 20090218
-packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, -1)
#elif PACKETVER >= 20090211
-packetLen(0x0133, 10) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, 10)
#elif PACKETVER >= 20090204
-packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, -1)
#elif PACKETVER >= 20090129
-packetLen(0x0133, 68) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, 68)
#elif PACKETVER >= 20090107
-packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, -1)
#endif
// Packet: 0x0134
#if PACKETVER >= 20090406
-packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, -1)
#elif PACKETVER >= 20090401
-packetLen(0x0134, 29) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, 29)
#elif PACKETVER >= 20090325
-packetLen(0x0134, 2) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, 2)
#elif PACKETVER >= 20090318
-packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, -1)
#elif PACKETVER >= 20090311
-packetLen(0x0134, 58) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, 58)
#elif PACKETVER >= 20090225
-packetLen(0x0134, 4) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, 4)
#elif PACKETVER >= 20090218
-packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, -1)
#elif PACKETVER >= 20090211
-packetLen(0x0134, 3) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, 3)
#elif PACKETVER >= 20090204
-packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, -1)
#elif PACKETVER >= 20090129
-packetLen(0x0134, 6) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, 6)
#elif PACKETVER >= 20090120
-packetLen(0x0134, 10) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, 10)
#elif PACKETVER >= 20090114
-packetLen(0x0134, 6) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, 6)
#elif PACKETVER >= 20090107
-packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, -1)
#endif
// Packet: 0x0135
#if PACKETVER >= 20090406
-packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, 7)
#elif PACKETVER >= 20090401
-packetLen(0x0135, 97) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, 97)
#elif PACKETVER >= 20090311
-packetLen(0x0135, -1) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, -1)
#elif PACKETVER >= 20090225
-packetLen(0x0135, 3) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, 3)
#elif PACKETVER >= 20090218
-packetLen(0x0135, -1) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, -1)
#elif PACKETVER >= 20090211
-packetLen(0x0135, 44) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, 44)
#elif PACKETVER >= 20090204
-packetLen(0x0135, 282) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, 282)
#elif PACKETVER >= 20090129
-packetLen(0x0135, 59) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, 59)
#elif PACKETVER >= 20090107
-packetLen(0x0135, -1) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, -1)
#endif
// Packet: 0x0136
#if PACKETVER >= 20090401
-packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, -1)
#elif PACKETVER >= 20090325
-packetLen(0x0136, 53) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, 53)
#elif PACKETVER >= 20090318
-packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, -1)
#elif PACKETVER >= 20090311
-packetLen(0x0136, 2) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, 2)
#elif PACKETVER >= 20090225
-packetLen(0x0136, 30) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, 30)
#elif PACKETVER >= 20090218
-packetLen(0x0136, 26) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, 26)
#elif PACKETVER >= 20090129
-packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, -1)
#elif PACKETVER >= 20090120
-packetLen(0x0136, 16) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, 16)
#elif PACKETVER >= 20090114
-packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, -1)
#elif PACKETVER >= 20090107
-packetLen(0x0136, 26) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, 26)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x0137
#if PACKETVER >= 20090406
-packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, 6)
#elif PACKETVER >= 20090325
-packetLen(0x0137, -1) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, -1)
#elif PACKETVER >= 20090318
-packetLen(0x0137, 16) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, 16)
#elif PACKETVER >= 20090311
-packetLen(0x0137, 3) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, 3)
#elif PACKETVER >= 20090225
-packetLen(0x0137, -1) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, -1)
#elif PACKETVER >= 20090218
-packetLen(0x0137, 3) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, 3)
#elif PACKETVER >= 20090211
-packetLen(0x0137, -1) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, -1)
#elif PACKETVER >= 20090204
-packetLen(0x0137, 68) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, 68)
#elif PACKETVER >= 20090129
-packetLen(0x0137, 2) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, 2)
#elif PACKETVER >= 20090107
-packetLen(0x0137, -1) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, -1)
#endif
// Packet: 0x0138
-packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+packetLen(0x0138, 3)
// Packet: 0x0139
#if PACKETVER >= 20090406
-packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, 16)
#elif PACKETVER >= 20090211
-packetLen(0x0139, -1) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, -1)
#elif PACKETVER >= 20090204
-packetLen(0x0139, 21) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, 21)
#elif PACKETVER >= 20090129
-packetLen(0x0139, -1) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, -1)
#elif PACKETVER >= 20090120
-packetLen(0x0139, 54) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, 54)
#elif PACKETVER >= 20090107
-packetLen(0x0139, -1) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, -1)
#endif
// Packet: 0x013a
#if PACKETVER >= 20090406
-packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+packetLen(0x013a, 4)
#elif PACKETVER >= 20090401
-packetLen(0x013a, -1) // ZC_ATTACK_RANGE
+packetLen(0x013a, -1)
#elif PACKETVER >= 20090325
-packetLen(0x013a, 2) // ZC_ATTACK_RANGE
+packetLen(0x013a, 2)
#elif PACKETVER >= 20090318
-packetLen(0x013a, 10) // ZC_ATTACK_RANGE
+packetLen(0x013a, 10)
#elif PACKETVER >= 20090311
-packetLen(0x013a, 8) // ZC_ATTACK_RANGE
+packetLen(0x013a, 8)
#elif PACKETVER >= 20090225
-packetLen(0x013a, -1) // ZC_ATTACK_RANGE
+packetLen(0x013a, -1)
#elif PACKETVER >= 20090218
-packetLen(0x013a, 8) // ZC_ATTACK_RANGE
+packetLen(0x013a, 8)
#elif PACKETVER >= 20090211
-packetLen(0x013a, -1) // ZC_ATTACK_RANGE
+packetLen(0x013a, -1)
#elif PACKETVER >= 20090204
-packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+packetLen(0x013a, 4)
#elif PACKETVER >= 20090107
-packetLen(0x013a, -1) // ZC_ATTACK_RANGE
+packetLen(0x013a, -1)
#endif
// Packet: 0x013b
#if PACKETVER >= 20090406
-packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+packetLen(0x013b, 4)
#elif PACKETVER >= 20090325
-packetLen(0x013b, -1) // ZC_ACTION_FAILURE
+packetLen(0x013b, -1)
#elif PACKETVER >= 20090318
-packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+packetLen(0x013b, 4)
#elif PACKETVER >= 20090311
-packetLen(0x013b, -1) // ZC_ACTION_FAILURE
+packetLen(0x013b, -1)
#elif PACKETVER >= 20090225
-packetLen(0x013b, 3) // ZC_ACTION_FAILURE
+packetLen(0x013b, 3)
#elif PACKETVER >= 20090218
-packetLen(0x013b, -1) // ZC_ACTION_FAILURE
+packetLen(0x013b, -1)
#elif PACKETVER >= 20090211
-packetLen(0x013b, 18) // ZC_ACTION_FAILURE
+packetLen(0x013b, 18)
#elif PACKETVER >= 20090204
-packetLen(0x013b, 5) // ZC_ACTION_FAILURE
+packetLen(0x013b, 5)
#elif PACKETVER >= 20090129
-packetLen(0x013b, 32) // ZC_ACTION_FAILURE
+packetLen(0x013b, 32)
#elif PACKETVER >= 20090120
-packetLen(0x013b, -1) // ZC_ACTION_FAILURE
+packetLen(0x013b, -1)
#elif PACKETVER >= 20090114
-packetLen(0x013b, 8) // ZC_ACTION_FAILURE
+packetLen(0x013b, 8)
#elif PACKETVER >= 20090107
-packetLen(0x013b, 7) // ZC_ACTION_FAILURE
+packetLen(0x013b, 7)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x013c
#if PACKETVER >= 20090406
-packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+packetLen(0x013c, 4)
#elif PACKETVER >= 20090401
-packetLen(0x013c, 34) // ZC_EQUIP_ARROW
+packetLen(0x013c, 34)
#elif PACKETVER >= 20090325
-packetLen(0x013c, -1) // ZC_EQUIP_ARROW
+packetLen(0x013c, -1)
#elif PACKETVER >= 20090318
-packetLen(0x013c, 30) // ZC_EQUIP_ARROW
+packetLen(0x013c, 30)
#elif PACKETVER >= 20090225
-packetLen(0x013c, -1) // ZC_EQUIP_ARROW
+packetLen(0x013c, -1)
#elif PACKETVER >= 20090218
-packetLen(0x013c, 28) // ZC_EQUIP_ARROW
+packetLen(0x013c, 28)
#elif PACKETVER >= 20090211
-packetLen(0x013c, -1) // ZC_EQUIP_ARROW
+packetLen(0x013c, -1)
#elif PACKETVER >= 20090204
-packetLen(0x013c, 7) // ZC_EQUIP_ARROW
+packetLen(0x013c, 7)
#elif PACKETVER >= 20090129
-packetLen(0x013c, 3) // ZC_EQUIP_ARROW
+packetLen(0x013c, 3)
#elif PACKETVER >= 20090114
-packetLen(0x013c, -1) // ZC_EQUIP_ARROW
+packetLen(0x013c, -1)
#elif PACKETVER >= 20090107
-packetLen(0x013c, 5) // ZC_EQUIP_ARROW
+packetLen(0x013c, 5)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x013d
#if PACKETVER >= 20090406
-packetLen(0x013d, 6) // ZC_RECOVERY
+packetLen(0x013d, 6)
#elif PACKETVER >= 20090311
-packetLen(0x013d, -1) // ZC_RECOVERY
+packetLen(0x013d, -1)
#elif PACKETVER >= 20090225
-packetLen(0x013d, 6) // ZC_RECOVERY
+packetLen(0x013d, 6)
#elif PACKETVER >= 20090204
-packetLen(0x013d, -1) // ZC_RECOVERY
+packetLen(0x013d, -1)
#elif PACKETVER >= 20090129
-packetLen(0x013d, 53) // ZC_RECOVERY
+packetLen(0x013d, 53)
#elif PACKETVER >= 20090120
-packetLen(0x013d, 36) // ZC_RECOVERY
+packetLen(0x013d, 36)
#elif PACKETVER >= 20090114
-packetLen(0x013d, 3) // ZC_RECOVERY
+packetLen(0x013d, 3)
#elif PACKETVER >= 20090107
-packetLen(0x013d, -1) // ZC_RECOVERY
+packetLen(0x013d, -1)
#endif
// Packet: 0x013e
#if PACKETVER >= 20090406
-packetLen(0x013e, 24) // ZC_USESKILL_ACK
+packetLen(0x013e, 24)
#elif PACKETVER >= 20090318
-packetLen(0x013e, -1) // ZC_USESKILL_ACK
+packetLen(0x013e, -1)
#elif PACKETVER >= 20090311
-packetLen(0x013e, 4) // ZC_USESKILL_ACK
+packetLen(0x013e, 4)
#elif PACKETVER >= 20090225
-packetLen(0x013e, 6) // ZC_USESKILL_ACK
+packetLen(0x013e, 6)
#elif PACKETVER >= 20090218
-packetLen(0x013e, -1) // ZC_USESKILL_ACK
+packetLen(0x013e, -1)
#elif PACKETVER >= 20090211
-packetLen(0x013e, 2) // ZC_USESKILL_ACK
+packetLen(0x013e, 2)
#elif PACKETVER >= 20090204
-packetLen(0x013e, 10) // ZC_USESKILL_ACK
+packetLen(0x013e, 10)
#elif PACKETVER >= 20090129
-packetLen(0x013e, -1) // ZC_USESKILL_ACK
+packetLen(0x013e, -1)
#elif PACKETVER >= 20090120
-packetLen(0x013e, 23) // ZC_USESKILL_ACK
+packetLen(0x013e, 23)
#elif PACKETVER >= 20090114
-packetLen(0x013e, -1) // ZC_USESKILL_ACK
+packetLen(0x013e, -1)
#elif PACKETVER >= 20090107
-packetLen(0x013e, 182) // ZC_USESKILL_ACK
+packetLen(0x013e, 182)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x013f
#if PACKETVER >= 20090406
-packetLen(0x013f, 26) // CZ_ITEM_CREATE
+packetLen(0x013f, 26)
#elif PACKETVER >= 20090401
-packetLen(0x013f, 14) // CZ_ITEM_CREATE
+packetLen(0x013f, 14)
#elif PACKETVER >= 20090325
-packetLen(0x013f, 29) // CZ_ITEM_CREATE
+packetLen(0x013f, 29)
#elif PACKETVER >= 20090318
-packetLen(0x013f, -1) // CZ_ITEM_CREATE
+packetLen(0x013f, -1)
#elif PACKETVER >= 20090311
-packetLen(0x013f, 3) // CZ_ITEM_CREATE
+packetLen(0x013f, 3)
#elif PACKETVER >= 20090225
-packetLen(0x013f, -1) // CZ_ITEM_CREATE
+packetLen(0x013f, -1)
#elif PACKETVER >= 20090218
-packetLen(0x013f, 4) // CZ_ITEM_CREATE
+packetLen(0x013f, 4)
#elif PACKETVER >= 20090211
-packetLen(0x013f, 14) // CZ_ITEM_CREATE
+packetLen(0x013f, 14)
#elif PACKETVER >= 20090204
-packetLen(0x013f, 53) // CZ_ITEM_CREATE
+packetLen(0x013f, 53)
#elif PACKETVER >= 20090129
-packetLen(0x013f, 6) // CZ_ITEM_CREATE
+packetLen(0x013f, 6)
#elif PACKETVER >= 20090120
-packetLen(0x013f, -1) // CZ_ITEM_CREATE
+packetLen(0x013f, -1)
#elif PACKETVER >= 20090114
-packetLen(0x013f, 6) // CZ_ITEM_CREATE
+packetLen(0x013f, 6)
#elif PACKETVER >= 20090107
-packetLen(0x013f, 10) // CZ_ITEM_CREATE
+packetLen(0x013f, 10)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x0140
#if PACKETVER >= 20090406
-packetLen(0x0140, 22) // CZ_MOVETO_MAP
+packetLen(0x0140, 22)
#elif PACKETVER >= 20090318
-packetLen(0x0140, -1) // CZ_MOVETO_MAP
+packetLen(0x0140, -1)
#elif PACKETVER >= 20090311
-packetLen(0x0140, 2) // CZ_MOVETO_MAP
+packetLen(0x0140, 2)
#elif PACKETVER >= 20090204
-packetLen(0x0140, -1) // CZ_MOVETO_MAP
+packetLen(0x0140, -1)
#elif PACKETVER >= 20090129
-packetLen(0x0140, 30) // CZ_MOVETO_MAP
+packetLen(0x0140, 30)
#elif PACKETVER >= 20090120
-packetLen(0x0140, -1) // CZ_MOVETO_MAP
+packetLen(0x0140, -1)
#elif PACKETVER >= 20090114
-packetLen(0x0140, 4) // CZ_MOVETO_MAP
+packetLen(0x0140, 4)
#elif PACKETVER >= 20090107
-packetLen(0x0140, -1) // CZ_MOVETO_MAP
+packetLen(0x0140, -1)
#endif
// Packet: 0x0141
#if PACKETVER >= 20090406
-packetLen(0x0141, 14) // ZC_COUPLESTATUS
+packetLen(0x0141, 14)
#elif PACKETVER >= 20090325
-packetLen(0x0141, -1) // ZC_COUPLESTATUS
+packetLen(0x0141, -1)
#elif PACKETVER >= 20090318
-packetLen(0x0141, 11) // ZC_COUPLESTATUS
+packetLen(0x0141, 11)
#elif PACKETVER >= 20090311
-packetLen(0x0141, -1) // ZC_COUPLESTATUS
+packetLen(0x0141, -1)
#elif PACKETVER >= 20090225
-packetLen(0x0141, 17) // ZC_COUPLESTATUS
+packetLen(0x0141, 17)
#elif PACKETVER >= 20090218
-packetLen(0x0141, -1) // ZC_COUPLESTATUS
+packetLen(0x0141, -1)
#elif PACKETVER >= 20090211
-packetLen(0x0141, 14) // ZC_COUPLESTATUS
+packetLen(0x0141, 14)
#elif PACKETVER >= 20090204
-packetLen(0x0141, 6) // ZC_COUPLESTATUS
+packetLen(0x0141, 6)
#elif PACKETVER >= 20090129
-packetLen(0x0141, -1) // ZC_COUPLESTATUS
+packetLen(0x0141, -1)
#elif PACKETVER >= 20090120
-packetLen(0x0141, 6) // ZC_COUPLESTATUS
+packetLen(0x0141, 6)
#elif PACKETVER >= 20090107
-packetLen(0x0141, 8) // ZC_COUPLESTATUS
+packetLen(0x0141, 8)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x0142
#if PACKETVER >= 20090406
-packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+packetLen(0x0142, 6)
#elif PACKETVER >= 20090401
-packetLen(0x0142, 10) // ZC_OPEN_EDITDLG
+packetLen(0x0142, 10)
#elif PACKETVER >= 20090211
-packetLen(0x0142, -1) // ZC_OPEN_EDITDLG
+packetLen(0x0142, -1)
#elif PACKETVER >= 20090204
-packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+packetLen(0x0142, 6)
#elif PACKETVER >= 20090129
-packetLen(0x0142, 30) // ZC_OPEN_EDITDLG
+packetLen(0x0142, 30)
#elif PACKETVER >= 20090120
-packetLen(0x0142, 60) // ZC_OPEN_EDITDLG
+packetLen(0x0142, 60)
#elif PACKETVER >= 20090107
-packetLen(0x0142, -1) // ZC_OPEN_EDITDLG
+packetLen(0x0142, -1)
#endif
// Packet: 0x0143
#if PACKETVER >= 20090406
-packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+packetLen(0x0143, 10)
#elif PACKETVER >= 20090401
-packetLen(0x0143, 30) // CZ_INPUT_EDITDLG
+packetLen(0x0143, 30)
#elif PACKETVER >= 20090211
-packetLen(0x0143, -1) // CZ_INPUT_EDITDLG
+packetLen(0x0143, -1)
#elif PACKETVER >= 20090204
-packetLen(0x0143, 26) // CZ_INPUT_EDITDLG
+packetLen(0x0143, 26)
#elif PACKETVER >= 20090120
-packetLen(0x0143, -1) // CZ_INPUT_EDITDLG
+packetLen(0x0143, -1)
#elif PACKETVER >= 20090114
-packetLen(0x0143, 22) // CZ_INPUT_EDITDLG
+packetLen(0x0143, 22)
#elif PACKETVER >= 20090107
-packetLen(0x0143, -1) // CZ_INPUT_EDITDLG
+packetLen(0x0143, -1)
#endif
// Packet: 0x0144
#if PACKETVER >= 20090406
-packetLen(0x0144, 23) // ZC_COMPASS
+packetLen(0x0144, 23)
#elif PACKETVER >= 20090218
-packetLen(0x0144, -1) // ZC_COMPASS
+packetLen(0x0144, -1)
#elif PACKETVER >= 20090211
-packetLen(0x0144, 4) // ZC_COMPASS
+packetLen(0x0144, 4)
#elif PACKETVER >= 20090129
-packetLen(0x0144, -1) // ZC_COMPASS
+packetLen(0x0144, -1)
#elif PACKETVER >= 20090120
-packetLen(0x0144, 6) // ZC_COMPASS
+packetLen(0x0144, 6)
#elif PACKETVER >= 20090114
-packetLen(0x0144, 2) // ZC_COMPASS
+packetLen(0x0144, 2)
#elif PACKETVER >= 20090107
-packetLen(0x0144, 6) // ZC_COMPASS
+packetLen(0x0144, 6)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x0145
-packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+packetLen(0x0145, 19)
// Packet: 0x0146
#if PACKETVER >= 20090406
-packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+packetLen(0x0146, 6)
#elif PACKETVER >= 20090401
-packetLen(0x0146, -1) // CZ_CLOSE_DIALOG
+packetLen(0x0146, -1)
#elif PACKETVER >= 20090325
-packetLen(0x0146, 3) // CZ_CLOSE_DIALOG
+packetLen(0x0146, 3)
#elif PACKETVER >= 20090225
-packetLen(0x0146, -1) // CZ_CLOSE_DIALOG
+packetLen(0x0146, -1)
#elif PACKETVER >= 20090218
-packetLen(0x0146, 3) // CZ_CLOSE_DIALOG
+packetLen(0x0146, 3)
#elif PACKETVER >= 20090211
-packetLen(0x0146, -1) // CZ_CLOSE_DIALOG
+packetLen(0x0146, -1)
#elif PACKETVER >= 20090204
-packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+packetLen(0x0146, 6)
#elif PACKETVER >= 20090114
-packetLen(0x0146, -1) // CZ_CLOSE_DIALOG
+packetLen(0x0146, -1)
#elif PACKETVER >= 20090107
-packetLen(0x0146, 2) // CZ_CLOSE_DIALOG
+packetLen(0x0146, 2)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x0147
#if PACKETVER >= 20090406
-packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+packetLen(0x0147, 39)
#elif PACKETVER >= 20090401
-packetLen(0x0147, 3) // ZC_AUTORUN_SKILL
+packetLen(0x0147, 3)
#elif PACKETVER >= 20090211
-packetLen(0x0147, -1) // ZC_AUTORUN_SKILL
+packetLen(0x0147, -1)
#elif PACKETVER >= 20090204
-packetLen(0x0147, 114) // ZC_AUTORUN_SKILL
+packetLen(0x0147, 114)
#elif PACKETVER >= 20090129
-packetLen(0x0147, 4) // ZC_AUTORUN_SKILL
+packetLen(0x0147, 4)
#elif PACKETVER >= 20090120
-packetLen(0x0147, 30) // ZC_AUTORUN_SKILL
+packetLen(0x0147, 30)
#elif PACKETVER >= 20090107
-packetLen(0x0147, 2) // ZC_AUTORUN_SKILL
+packetLen(0x0147, 2)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x0148
#if PACKETVER >= 20090406
-packetLen(0x0148, 8) // ZC_RESURRECTION
+packetLen(0x0148, 8)
#elif PACKETVER >= 20090325
-packetLen(0x0148, -1) // ZC_RESURRECTION
+packetLen(0x0148, -1)
#elif PACKETVER >= 20090311
-packetLen(0x0148, 26) // ZC_RESURRECTION
+packetLen(0x0148, 26)
#elif PACKETVER >= 20090225
-packetLen(0x0148, 10) // ZC_RESURRECTION
+packetLen(0x0148, 10)
#elif PACKETVER >= 20090218
-packetLen(0x0148, -1) // ZC_RESURRECTION
+packetLen(0x0148, -1)
#elif PACKETVER >= 20090211
-packetLen(0x0148, 22) // ZC_RESURRECTION
+packetLen(0x0148, 22)
#elif PACKETVER >= 20090204
-packetLen(0x0148, 30) // ZC_RESURRECTION
+packetLen(0x0148, 30)
#elif PACKETVER >= 20090114
-packetLen(0x0148, -1) // ZC_RESURRECTION
+packetLen(0x0148, -1)
#elif PACKETVER >= 20090107
-packetLen(0x0148, 2) // ZC_RESURRECTION
+packetLen(0x0148, 2)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x0149
#if PACKETVER >= 20090406
-packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, 9)
#elif PACKETVER >= 20090401
-packetLen(0x0149, -1) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, -1)
#elif PACKETVER >= 20090325
-packetLen(0x0149, 6) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, 6)
#elif PACKETVER >= 20090318
-packetLen(0x0149, 22) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, 22)
#elif PACKETVER >= 20090311
-packetLen(0x0149, 29) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, 29)
#elif PACKETVER >= 20090225
-packetLen(0x0149, -1) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, -1)
#elif PACKETVER >= 20090218
-packetLen(0x0149, 10) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, 10)
#elif PACKETVER >= 20090107
-packetLen(0x0149, -1) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, -1)
#endif
// Packet: 0x014a
-packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+packetLen(0x014a, 6)
// Packet: 0x014b
-packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+packetLen(0x014b, 27)
// Packet: 0x014c
#if PACKETVER >= 20090406
-packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, -1)
#elif PACKETVER >= 20090401
-packetLen(0x014c, 6) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, 6)
#elif PACKETVER >= 20090325
-packetLen(0x014c, 10) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, 10)
#elif PACKETVER >= 20090318
-packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, -1)
#elif PACKETVER >= 20090311
-packetLen(0x014c, 4) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, 4)
#elif PACKETVER >= 20090225
-packetLen(0x014c, 57) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, 57)
#elif PACKETVER >= 20090204
-packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, -1)
#elif PACKETVER >= 20090129
-packetLen(0x014c, 5) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, 5)
#elif PACKETVER >= 20090120
-packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, -1)
#elif PACKETVER >= 20090114
-packetLen(0x014c, 2) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, 2)
#elif PACKETVER >= 20090107
-packetLen(0x014c, 6) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, 6)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x014d
#if PACKETVER >= 20090406
-packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 2)
#elif PACKETVER >= 20090401
-packetLen(0x014d, 6) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 6)
#elif PACKETVER >= 20090325
-packetLen(0x014d, -1) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, -1)
#elif PACKETVER >= 20090318
-packetLen(0x014d, 39) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 39)
#elif PACKETVER >= 20090218
-packetLen(0x014d, -1) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, -1)
#elif PACKETVER >= 20090211
-packetLen(0x014d, 30) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 30)
#elif PACKETVER >= 20090204
-packetLen(0x014d, 13) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 13)
#elif PACKETVER >= 20090129
-packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 2)
#elif PACKETVER >= 20090114
-packetLen(0x014d, -1) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, -1)
#elif PACKETVER >= 20090107
-packetLen(0x014d, 282) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 282)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x014e
-packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+packetLen(0x014e, 6)
// Packet: 0x014f
#if PACKETVER >= 20090406
-packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, 6)
#elif PACKETVER >= 20090401
-packetLen(0x014f, 2) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, 2)
#elif PACKETVER >= 20090325
-packetLen(0x014f, 16) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, 16)
#elif PACKETVER >= 20090318
-packetLen(0x014f, 58) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, 58)
#elif PACKETVER >= 20090311
-packetLen(0x014f, -1) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, -1)
#elif PACKETVER >= 20090225
-packetLen(0x014f, 7) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, 7)
#elif PACKETVER >= 20090211
-packetLen(0x014f, -1) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, -1)
#elif PACKETVER >= 20090204
-packetLen(0x014f, 10) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, 10)
#elif PACKETVER >= 20090129
-packetLen(0x014f, 26) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, 26)
#elif PACKETVER >= 20090120
-packetLen(0x014f, -1) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, -1)
#elif PACKETVER >= 20090114
-packetLen(0x014f, 182) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, 182)
#elif PACKETVER >= 20090107
-packetLen(0x014f, -1) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, -1)
#endif
// Packet: 0x0150
-packetLen(0x0150, 110) // ZC_GUILD_INFO
+packetLen(0x0150, 110)
// Packet: 0x0151
-packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+packetLen(0x0151, 6)
// Packet: 0x0152
-packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+packetLen(0x0152, -1)
// Packet: 0x0153
-packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+packetLen(0x0153, -1)
// Packet: 0x0154
#if PACKETVER >= 20090318
-packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, -1)
#elif PACKETVER >= 20090311
-packetLen(0x0154, 26) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, 26)
#elif PACKETVER >= 20090225
-packetLen(0x0154, 17) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, 17)
#elif PACKETVER >= 20090218
-packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, -1)
#elif PACKETVER >= 20090211
-packetLen(0x0154, 4) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, 4)
#elif PACKETVER >= 20090204
-packetLen(0x0154, 10) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, 10)
#elif PACKETVER >= 20090129
-packetLen(0x0154, 21) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, 21)
#elif PACKETVER >= 20090107
-packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, -1)
#endif
// Packet: 0x0155
#if PACKETVER >= 20090318
-packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, -1)
#elif PACKETVER >= 20090311
-packetLen(0x0155, 3) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, 3)
#elif PACKETVER >= 20090218
-packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, -1)
#elif PACKETVER >= 20090211
-packetLen(0x0155, 12) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, 12)
#elif PACKETVER >= 20090204
-packetLen(0x0155, 26) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, 26)
#elif PACKETVER >= 20090114
-packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, -1)
#elif PACKETVER >= 20090107
-packetLen(0x0155, 10) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, 10)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x0156
-packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+packetLen(0x0156, -1)
// Packet: 0x0157
-packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+packetLen(0x0157, 6)
// Packet: 0x0158
-packetLen(0x0158, -1) // ZC_ACK_OPEN_MEMBER_INFO
+packetLen(0x0158, -1)
// Packet: 0x0159
#if PACKETVER >= 20090406
-packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, 54)
#elif PACKETVER >= 20090401
-packetLen(0x0159, -1) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, -1)
#elif PACKETVER >= 20090325
-packetLen(0x0159, 34) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, 34)
#elif PACKETVER >= 20090318
-packetLen(0x0159, 8) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, 8)
#elif PACKETVER >= 20090311
-packetLen(0x0159, 18) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, 18)
#elif PACKETVER >= 20090218
-packetLen(0x0159, -1) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, -1)
#elif PACKETVER >= 20090211
-packetLen(0x0159, 5) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, 5)
#elif PACKETVER >= 20090107
-packetLen(0x0159, -1) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, -1)
#endif
// Packet: 0x015a
#if PACKETVER >= 20090406
-packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 66)
#elif PACKETVER >= 20090401
-packetLen(0x015a, 6) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 6)
#elif PACKETVER >= 20090325
-packetLen(0x015a, 3) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 3)
#elif PACKETVER >= 20090318
-packetLen(0x015a, 2) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 2)
#elif PACKETVER >= 20090311
-packetLen(0x015a, 8) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 8)
#elif PACKETVER >= 20090225
-packetLen(0x015a, 6) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 6)
#elif PACKETVER >= 20090211
-packetLen(0x015a, -1) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, -1)
#elif PACKETVER >= 20090204
-packetLen(0x015a, 14) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 14)
#elif PACKETVER >= 20090129
-packetLen(0x015a, -1) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, -1)
#elif PACKETVER >= 20090120
-packetLen(0x015a, 4) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 4)
#elif PACKETVER >= 20090107
-packetLen(0x015a, 3) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 3)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x015b
#if PACKETVER >= 20090406
-packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 54)
#elif PACKETVER >= 20090401
-packetLen(0x015b, 6) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 6)
#elif PACKETVER >= 20090325
-packetLen(0x015b, 8) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 8)
#elif PACKETVER >= 20090225
-packetLen(0x015b, -1) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, -1)
#elif PACKETVER >= 20090218
-packetLen(0x015b, 4) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 4)
#elif PACKETVER >= 20090211
-packetLen(0x015b, -1) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, -1)
#elif PACKETVER >= 20090204
-packetLen(0x015b, 6) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 6)
#elif PACKETVER >= 20090107
-packetLen(0x015b, 11) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 11)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x015c
#if PACKETVER >= 20090406
-packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, 90)
#elif PACKETVER >= 20090401
-packetLen(0x015c, -1) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, -1)
#elif PACKETVER >= 20090325
-packetLen(0x015c, 8) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, 8)
#elif PACKETVER >= 20090225
-packetLen(0x015c, -1) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, -1)
#elif PACKETVER >= 20090218
-packetLen(0x015c, 3) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, 3)
#elif PACKETVER >= 20090114
-packetLen(0x015c, -1) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, -1)
#elif PACKETVER >= 20090107
-packetLen(0x015c, 14) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, 14)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x015d
-packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+packetLen(0x015d, 42)
// Packet: 0x015e
#if PACKETVER >= 20090406
-packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, 6)
#elif PACKETVER >= 20090401
-packetLen(0x015e, 26) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, 26)
#elif PACKETVER >= 20090311
-packetLen(0x015e, -1) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, -1)
#elif PACKETVER >= 20090225
-packetLen(0x015e, 21) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, 21)
#elif PACKETVER >= 20090218
-packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, 6)
#elif PACKETVER >= 20090107
-packetLen(0x015e, -1) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, -1)
#endif
// Packet: 0x015f
-packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+packetLen(0x015f, 42)
// Packet: 0x0160
#if PACKETVER >= 20090406
-packetLen(0x0160, -1) // ZC_POSITION_INFO
+packetLen(0x0160, -1)
#elif PACKETVER >= 20090401
-packetLen(0x0160, 17) // ZC_POSITION_INFO
+packetLen(0x0160, 17)
#elif PACKETVER >= 20090325
-packetLen(0x0160, -1) // ZC_POSITION_INFO
+packetLen(0x0160, -1)
#elif PACKETVER >= 20090311
-packetLen(0x0160, 6) // ZC_POSITION_INFO
+packetLen(0x0160, 6)
#elif PACKETVER >= 20090225
-packetLen(0x0160, -1) // ZC_POSITION_INFO
+packetLen(0x0160, -1)
#elif PACKETVER >= 20090218
-packetLen(0x0160, 6) // ZC_POSITION_INFO
+packetLen(0x0160, 6)
#elif PACKETVER >= 20090211
-packetLen(0x0160, -1) // ZC_POSITION_INFO
+packetLen(0x0160, -1)
#elif PACKETVER >= 20090204
-packetLen(0x0160, 8) // ZC_POSITION_INFO
+packetLen(0x0160, 8)
#elif PACKETVER >= 20090129
-packetLen(0x0160, -1) // ZC_POSITION_INFO
+packetLen(0x0160, -1)
#elif PACKETVER >= 20090120
-packetLen(0x0160, 6) // ZC_POSITION_INFO
+packetLen(0x0160, 6)
#elif PACKETVER >= 20090107
-packetLen(0x0160, 37) // ZC_POSITION_INFO
+packetLen(0x0160, 37)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x0161
#if PACKETVER >= 20090406
-packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, -1)
#elif PACKETVER >= 20090401
-packetLen(0x0161, 10) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, 10)
#elif PACKETVER >= 20090325
-packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, -1)
#elif PACKETVER >= 20090318
-packetLen(0x0161, 7) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, 7)
#elif PACKETVER >= 20090311
-packetLen(0x0161, 14) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, 14)
#elif PACKETVER >= 20090225
-packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, -1)
#elif PACKETVER >= 20090218
-packetLen(0x0161, 2) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, 2)
#elif PACKETVER >= 20090204
-packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, -1)
#elif PACKETVER >= 20090129
-packetLen(0x0161, 54) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, 54)
#elif PACKETVER >= 20090120
-packetLen(0x0161, 6) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, 6)
#elif PACKETVER >= 20090114
-packetLen(0x0161, 30) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, 30)
#elif PACKETVER >= 20090107
-packetLen(0x0161, 4) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, 4)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x0162
#if PACKETVER >= 20090406
-packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, -1)
#elif PACKETVER >= 20090401
-packetLen(0x0162, 54) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, 54)
#elif PACKETVER >= 20090225
-packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, -1)
#elif PACKETVER >= 20090218
-packetLen(0x0162, 4) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, 4)
#elif PACKETVER >= 20090120
-packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, -1)
#elif PACKETVER >= 20090114
-packetLen(0x0162, 10) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, 10)
#elif PACKETVER >= 20090107
-packetLen(0x0162, 6) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, 6)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x0163
#if PACKETVER >= 20090401
-packetLen(0x0163, -1) // ZC_BAN_LIST
+packetLen(0x0163, -1)
#elif PACKETVER >= 20090325
-packetLen(0x0163, 8) // ZC_BAN_LIST
+packetLen(0x0163, 8)
#elif PACKETVER >= 20090318
-packetLen(0x0163, 3) // ZC_BAN_LIST
+packetLen(0x0163, 3)
#elif PACKETVER >= 20090225
-packetLen(0x0163, -1) // ZC_BAN_LIST
+packetLen(0x0163, -1)
#elif PACKETVER >= 20090218
-packetLen(0x0163, 27) // ZC_BAN_LIST
+packetLen(0x0163, 27)
#elif PACKETVER >= 20090211
-packetLen(0x0163, 22) // ZC_BAN_LIST
+packetLen(0x0163, 22)
#elif PACKETVER >= 20090204
-packetLen(0x0163, -1) // ZC_BAN_LIST
+packetLen(0x0163, -1)
#elif PACKETVER >= 20090129
-packetLen(0x0163, 9) // ZC_BAN_LIST
+packetLen(0x0163, 9)
#elif PACKETVER >= 20090107
-packetLen(0x0163, -1) // ZC_BAN_LIST
+packetLen(0x0163, -1)
#endif
// Packet: 0x0164
-packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+packetLen(0x0164, -1)
// Packet: 0x0165
#if PACKETVER >= 20090406
-packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, 30)
#elif PACKETVER >= 20090401
-packetLen(0x0165, 2) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, 2)
#elif PACKETVER >= 20090218
-packetLen(0x0165, -1) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, -1)
#elif PACKETVER >= 20090211
-packetLen(0x0165, 26) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, 26)
#elif PACKETVER >= 20090204
-packetLen(0x0165, -1) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, -1)
#elif PACKETVER >= 20090129
-packetLen(0x0165, 6) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, 6)
#elif PACKETVER >= 20090107
-packetLen(0x0165, -1) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, -1)
#endif
// Packet: 0x0166
#if PACKETVER >= 20090401
-packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, -1)
#elif PACKETVER >= 20090325
-packetLen(0x0166, 4) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, 4)
#elif PACKETVER >= 20090318
-packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, -1)
#elif PACKETVER >= 20090311
-packetLen(0x0166, 26) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, 26)
#elif PACKETVER >= 20090225
-packetLen(0x0166, 4) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, 4)
#elif PACKETVER >= 20090218
-packetLen(0x0166, 2) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, 2)
#elif PACKETVER >= 20090211
-packetLen(0x0166, 6) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, 6)
#elif PACKETVER >= 20090204
-packetLen(0x0166, 4) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, 4)
#elif PACKETVER >= 20090107
-packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, -1)
#endif
// Packet: 0x0167
#if PACKETVER >= 20090406
-packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 3)
#elif PACKETVER >= 20090401
-packetLen(0x0167, 53) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 53)
#elif PACKETVER >= 20090325
-packetLen(0x0167, 8) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 8)
#elif PACKETVER >= 20090218
-packetLen(0x0167, -1) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, -1)
#elif PACKETVER >= 20090211
-packetLen(0x0167, 14) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 14)
#elif PACKETVER >= 20090204
-packetLen(0x0167, 6) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 6)
#elif PACKETVER >= 20090129
-packetLen(0x0167, 11) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 11)
#elif PACKETVER >= 20090120
-packetLen(0x0167, -1) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, -1)
#elif PACKETVER >= 20090114
-packetLen(0x0167, 5) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 5)
#elif PACKETVER >= 20090107
-packetLen(0x0167, 26) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 26)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x0168
#if PACKETVER >= 20090406
-packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, 14)
#elif PACKETVER >= 20090401
-packetLen(0x0168, 23) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, 23)
#elif PACKETVER >= 20090204
-packetLen(0x0168, -1) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, -1)
#elif PACKETVER >= 20090129
-packetLen(0x0168, 27) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, 27)
#elif PACKETVER >= 20090114
-packetLen(0x0168, -1) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, -1)
#elif PACKETVER >= 20090107
-packetLen(0x0168, 11) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, 11)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x0169
#if PACKETVER >= 20090406
-packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 3)
#elif PACKETVER >= 20090401
-packetLen(0x0169, -1) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, -1)
#elif PACKETVER >= 20090325
-packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 3)
#elif PACKETVER >= 20090318
-packetLen(0x0169, 29) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 29)
#elif PACKETVER >= 20090311
-packetLen(0x0169, -1) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, -1)
#elif PACKETVER >= 20090225
-packetLen(0x0169, 26) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 26)
#elif PACKETVER >= 20090218
-packetLen(0x0169, -1) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, -1)
#elif PACKETVER >= 20090211
-packetLen(0x0169, 17) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 17)
#elif PACKETVER >= 20090204
-packetLen(0x0169, 6) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 6)
#elif PACKETVER >= 20090129
-packetLen(0x0169, 11) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 11)
#elif PACKETVER >= 20090114
-packetLen(0x0169, -1) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, -1)
#elif PACKETVER >= 20090107
-packetLen(0x0169, 6) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 6)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x016a
#if PACKETVER >= 20090406
-packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, 30)
#elif PACKETVER >= 20090401
-packetLen(0x016a, -1) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, -1)
#elif PACKETVER >= 20090325
-packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, 30)
#elif PACKETVER >= 20090211
-packetLen(0x016a, -1) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, -1)
#elif PACKETVER >= 20090204
-packetLen(0x016a, 3) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, 3)
#elif PACKETVER >= 20090129
-packetLen(0x016a, 7) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, 7)
#elif PACKETVER >= 20090120
-packetLen(0x016a, 34) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, 34)
#elif PACKETVER >= 20090107
-packetLen(0x016a, 5) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, 5)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x016b
#if PACKETVER >= 20090406
-packetLen(0x016b, 10) // CZ_JOIN_GUILD
+packetLen(0x016b, 10)
#elif PACKETVER >= 20090401
-packetLen(0x016b, -1) // CZ_JOIN_GUILD
+packetLen(0x016b, -1)
#elif PACKETVER >= 20090325
-packetLen(0x016b, 2) // CZ_JOIN_GUILD
+packetLen(0x016b, 2)
#elif PACKETVER >= 20090318
-packetLen(0x016b, -1) // CZ_JOIN_GUILD
+packetLen(0x016b, -1)
#elif PACKETVER >= 20090311
-packetLen(0x016b, 6) // CZ_JOIN_GUILD
+packetLen(0x016b, 6)
#elif PACKETVER >= 20090225
-packetLen(0x016b, -1) // CZ_JOIN_GUILD
+packetLen(0x016b, -1)
#elif PACKETVER >= 20090218
-packetLen(0x016b, 4) // CZ_JOIN_GUILD
+packetLen(0x016b, 4)
#elif PACKETVER >= 20090204
-packetLen(0x016b, -1) // CZ_JOIN_GUILD
+packetLen(0x016b, -1)
#elif PACKETVER >= 20090129
-packetLen(0x016b, 8) // CZ_JOIN_GUILD
+packetLen(0x016b, 8)
#elif PACKETVER >= 20090120
-packetLen(0x016b, -1) // CZ_JOIN_GUILD
+packetLen(0x016b, -1)
#elif PACKETVER >= 20090114
-packetLen(0x016b, 30) // CZ_JOIN_GUILD
+packetLen(0x016b, 30)
#elif PACKETVER >= 20090107
-packetLen(0x016b, 6) // CZ_JOIN_GUILD
+packetLen(0x016b, 6)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x016c
#if PACKETVER >= 20090406
-packetLen(0x016c, 43) // ZC_UPDATE_GDID
+packetLen(0x016c, 43)
#elif PACKETVER >= 20090225
-packetLen(0x016c, -1) // ZC_UPDATE_GDID
+packetLen(0x016c, -1)
#elif PACKETVER >= 20090218
-packetLen(0x016c, 11) // ZC_UPDATE_GDID
+packetLen(0x016c, 11)
#elif PACKETVER >= 20090211
-packetLen(0x016c, 16) // ZC_UPDATE_GDID
+packetLen(0x016c, 16)
#elif PACKETVER >= 20090114
-packetLen(0x016c, -1) // ZC_UPDATE_GDID
+packetLen(0x016c, -1)
#elif PACKETVER >= 20090107
-packetLen(0x016c, 53) // ZC_UPDATE_GDID
+packetLen(0x016c, 53)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x016d
#if PACKETVER >= 20090406
-packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 14)
#elif PACKETVER >= 20090401
-packetLen(0x016d, -1) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, -1)
#elif PACKETVER >= 20090325
-packetLen(0x016d, 9) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 9)
#elif PACKETVER >= 20090318
-packetLen(0x016d, 11) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 11)
#elif PACKETVER >= 20090225
-packetLen(0x016d, -1) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, -1)
#elif PACKETVER >= 20090218
-packetLen(0x016d, 4) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 4)
#elif PACKETVER >= 20090129
-packetLen(0x016d, -1) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, -1)
#elif PACKETVER >= 20090120
-packetLen(0x016d, 10) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 10)
#elif PACKETVER >= 20090114
-packetLen(0x016d, -1) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, -1)
#elif PACKETVER >= 20090107
-packetLen(0x016d, 11) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 11)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x016e
#if PACKETVER >= 20090406
-packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+packetLen(0x016e, 186)
#elif PACKETVER >= 20090311
-packetLen(0x016e, -1) // CZ_GUILD_NOTICE
+packetLen(0x016e, -1)
#elif PACKETVER >= 20090225
-packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+packetLen(0x016e, 186)
#elif PACKETVER >= 20090218
-packetLen(0x016e, 30) // CZ_GUILD_NOTICE
+packetLen(0x016e, 30)
#elif PACKETVER >= 20090204
-packetLen(0x016e, -1) // CZ_GUILD_NOTICE
+packetLen(0x016e, -1)
#elif PACKETVER >= 20090129
-packetLen(0x016e, 6) // CZ_GUILD_NOTICE
+packetLen(0x016e, 6)
#elif PACKETVER >= 20090120
-packetLen(0x016e, 4) // CZ_GUILD_NOTICE
+packetLen(0x016e, 4)
#elif PACKETVER >= 20090114
-packetLen(0x016e, 97) // CZ_GUILD_NOTICE
+packetLen(0x016e, 97)
#elif PACKETVER >= 20090107
-packetLen(0x016e, 2) // CZ_GUILD_NOTICE
+packetLen(0x016e, 2)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x016f
#if PACKETVER >= 20090406
-packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+packetLen(0x016f, 182)
#elif PACKETVER >= 20090401
-packetLen(0x016f, -1) // ZC_GUILD_NOTICE
+packetLen(0x016f, -1)
#elif PACKETVER >= 20090325
-packetLen(0x016f, 67) // ZC_GUILD_NOTICE
+packetLen(0x016f, 67)
#elif PACKETVER >= 20090318
-packetLen(0x016f, -1) // ZC_GUILD_NOTICE
+packetLen(0x016f, -1)
#elif PACKETVER >= 20090311
-packetLen(0x016f, 7) // ZC_GUILD_NOTICE
+packetLen(0x016f, 7)
#elif PACKETVER >= 20090225
-packetLen(0x016f, 10) // ZC_GUILD_NOTICE
+packetLen(0x016f, 10)
#elif PACKETVER >= 20090204
-packetLen(0x016f, -1) // ZC_GUILD_NOTICE
+packetLen(0x016f, -1)
#elif PACKETVER >= 20090129
-packetLen(0x016f, 10) // ZC_GUILD_NOTICE
+packetLen(0x016f, 10)
#elif PACKETVER >= 20090120
-packetLen(0x016f, 6) // ZC_GUILD_NOTICE
+packetLen(0x016f, 6)
#elif PACKETVER >= 20090114
-packetLen(0x016f, 9) // ZC_GUILD_NOTICE
+packetLen(0x016f, 9)
#elif PACKETVER >= 20090107
-packetLen(0x016f, -1) // ZC_GUILD_NOTICE
+packetLen(0x016f, -1)
#endif
// Packet: 0x0170
#if PACKETVER >= 20090406
-packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 14)
#elif PACKETVER >= 20090401
-packetLen(0x0170, 36) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 36)
#elif PACKETVER >= 20090318
-packetLen(0x0170, -1) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, -1)
#elif PACKETVER >= 20090311
-packetLen(0x0170, 2) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 2)
#elif PACKETVER >= 20090211
-packetLen(0x0170, -1) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, -1)
#elif PACKETVER >= 20090204
-packetLen(0x0170, 2) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 2)
#elif PACKETVER >= 20090129
-packetLen(0x0170, 30) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 30)
#elif PACKETVER >= 20090120
-packetLen(0x0170, 10) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 10)
#elif PACKETVER >= 20090114
-packetLen(0x0170, -1) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, -1)
#elif PACKETVER >= 20090107
-packetLen(0x0170, 79) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 79)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x0171
#if PACKETVER >= 20090406
-packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, 30)
#elif PACKETVER >= 20090401
-packetLen(0x0171, 67) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, 67)
#elif PACKETVER >= 20090325
-packetLen(0x0171, 10) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, 10)
#elif PACKETVER >= 20090318
-packetLen(0x0171, -1) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, -1)
#elif PACKETVER >= 20090311
-packetLen(0x0171, 7) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, 7)
#elif PACKETVER >= 20090225
-packetLen(0x0171, -1) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, -1)
#elif PACKETVER >= 20090218
-packetLen(0x0171, 4) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, 4)
#elif PACKETVER >= 20090120
-packetLen(0x0171, -1) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, -1)
#elif PACKETVER >= 20090114
-packetLen(0x0171, 6) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, 6)
#elif PACKETVER >= 20090107
-packetLen(0x0171, 43) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, 43)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x0172
#if PACKETVER >= 20090406
-packetLen(0x0172, 10) // CZ_ALLY_GUILD
+packetLen(0x0172, 10)
#elif PACKETVER >= 20090325
-packetLen(0x0172, 3) // CZ_ALLY_GUILD
+packetLen(0x0172, 3)
#elif PACKETVER >= 20090318
-packetLen(0x0172, 10) // CZ_ALLY_GUILD
+packetLen(0x0172, 10)
#elif PACKETVER >= 20090225
-packetLen(0x0172, -1) // CZ_ALLY_GUILD
+packetLen(0x0172, -1)
#elif PACKETVER >= 20090218
-packetLen(0x0172, 55) // CZ_ALLY_GUILD
+packetLen(0x0172, 55)
#elif PACKETVER >= 20090211
-packetLen(0x0172, 11) // CZ_ALLY_GUILD
+packetLen(0x0172, 11)
#elif PACKETVER >= 20090204
-packetLen(0x0172, -1) // CZ_ALLY_GUILD
+packetLen(0x0172, -1)
#elif PACKETVER >= 20090129
-packetLen(0x0172, 6) // CZ_ALLY_GUILD
+packetLen(0x0172, 6)
#elif PACKETVER >= 20090120
-packetLen(0x0172, 10) // CZ_ALLY_GUILD
+packetLen(0x0172, 10)
#elif PACKETVER >= 20090107
-packetLen(0x0172, -1) // CZ_ALLY_GUILD
+packetLen(0x0172, -1)
#endif
// Packet: 0x0173
-packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+packetLen(0x0173, 3)
// Packet: 0x0174
-packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0174, -1)
// Packet: 0x0175
-packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+packetLen(0x0175, 6)
// Packet: 0x0176
-packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+packetLen(0x0176, 106)
// Packet: 0x0177
#if PACKETVER >= 20090406
-packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, -1)
#elif PACKETVER >= 20090401
-packetLen(0x0177, 26) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, 26)
#elif PACKETVER >= 20090325
-packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, -1)
#elif PACKETVER >= 20090318
-packetLen(0x0177, 5) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, 5)
#elif PACKETVER >= 20090225
-packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, -1)
#elif PACKETVER >= 20090218
-packetLen(0x0177, 6) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, 6)
#elif PACKETVER >= 20090204
-packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, -1)
#elif PACKETVER >= 20090129
-packetLen(0x0177, 22) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, 22)
#elif PACKETVER >= 20090120
-packetLen(0x0177, 2) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, 2)
#elif PACKETVER >= 20090114
-packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, -1)
#elif PACKETVER >= 20090107
-packetLen(0x0177, 4) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, 4)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x0178
#if PACKETVER >= 20090406
-packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, 4)
#elif PACKETVER >= 20090401
-packetLen(0x0178, -1) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, -1)
#elif PACKETVER >= 20090325
-packetLen(0x0178, 2) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, 2)
#elif PACKETVER >= 20090318
-packetLen(0x0178, -1) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, -1)
#elif PACKETVER >= 20090311
-packetLen(0x0178, 6) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, 6)
#elif PACKETVER >= 20090225
-packetLen(0x0178, 68) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, 68)
#elif PACKETVER >= 20090120
-packetLen(0x0178, -1) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, -1)
#elif PACKETVER >= 20090114
-packetLen(0x0178, 6) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, 6)
#elif PACKETVER >= 20090107
-packetLen(0x0178, -1) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, -1)
#endif
// Packet: 0x0179
#if PACKETVER >= 20090406
-packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 5)
#elif PACKETVER >= 20090401
-packetLen(0x0179, 10) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 10)
#elif PACKETVER >= 20090325
-packetLen(0x0179, -1) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, -1)
#elif PACKETVER >= 20090318
-packetLen(0x0179, 3) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 3)
#elif PACKETVER >= 20090311
-packetLen(0x0179, 32) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 32)
#elif PACKETVER >= 20090225
-packetLen(0x0179, 6) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 6)
#elif PACKETVER >= 20090218
-packetLen(0x0179, -1) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, -1)
#elif PACKETVER >= 20090211
-packetLen(0x0179, 10) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 10)
#elif PACKETVER >= 20090204
-packetLen(0x0179, -1) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, -1)
#elif PACKETVER >= 20090129
-packetLen(0x0179, 33) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 33)
#elif PACKETVER >= 20090107
-packetLen(0x0179, 53) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 53)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x017a
#if PACKETVER >= 20090406
-packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, 4)
#elif PACKETVER >= 20090325
-packetLen(0x017a, -1) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, -1)
#elif PACKETVER >= 20090318
-packetLen(0x017a, 10) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, 10)
#elif PACKETVER >= 20090211
-packetLen(0x017a, -1) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, -1)
#elif PACKETVER >= 20090204
-packetLen(0x017a, 29) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, 29)
#elif PACKETVER >= 20090129
-packetLen(0x017a, -1) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, -1)
#elif PACKETVER >= 20090120
-packetLen(0x017a, 11) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, 11)
#elif PACKETVER >= 20090114
-packetLen(0x017a, -1) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, -1)
#elif PACKETVER >= 20090107
-packetLen(0x017a, 30) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, 30)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x017b
#if PACKETVER >= 20090401
-packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, -1)
#elif PACKETVER >= 20090325
-packetLen(0x017b, 13) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, 13)
#elif PACKETVER >= 20090225
-packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, -1)
#elif PACKETVER >= 20090218
-packetLen(0x017b, 30) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, 30)
#elif PACKETVER >= 20090211
-packetLen(0x017b, 14) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, 14)
#elif PACKETVER >= 20090204
-packetLen(0x017b, 8) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, 8)
#elif PACKETVER >= 20090129
-packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, -1)
#elif PACKETVER >= 20090120
-packetLen(0x017b, 17) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, 17)
#elif PACKETVER >= 20090114
-packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, -1)
#elif PACKETVER >= 20090107
-packetLen(0x017b, 11) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, 11)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x017c
#if PACKETVER >= 20090406
-packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, 6)
#elif PACKETVER >= 20090325
-packetLen(0x017c, -1) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, -1)
#elif PACKETVER >= 20090318
-packetLen(0x017c, 282) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, 282)
#elif PACKETVER >= 20090311
-packetLen(0x017c, 8) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, 8)
#elif PACKETVER >= 20090225
-packetLen(0x017c, -1) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, -1)
#elif PACKETVER >= 20090218
-packetLen(0x017c, 3) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, 3)
#elif PACKETVER >= 20090204
-packetLen(0x017c, -1) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, -1)
#elif PACKETVER >= 20090129
-packetLen(0x017c, 4) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, 4)
#elif PACKETVER >= 20090114
-packetLen(0x017c, -1) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, -1)
#elif PACKETVER >= 20090107
-packetLen(0x017c, 3) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, 3)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x017d
#if PACKETVER >= 20090406
-packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 7)
#elif PACKETVER >= 20090401
-packetLen(0x017d, 53) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 53)
#elif PACKETVER >= 20090325
-packetLen(0x017d, -1) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, -1)
#elif PACKETVER >= 20090318
-packetLen(0x017d, 28) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 28)
#elif PACKETVER >= 20090311
-packetLen(0x017d, 2) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 2)
#elif PACKETVER >= 20090225
-packetLen(0x017d, 31) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 31)
#elif PACKETVER >= 20090218
-packetLen(0x017d, 9) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 9)
#elif PACKETVER >= 20090211
-packetLen(0x017d, 6) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 6)
#elif PACKETVER >= 20090204
-packetLen(0x017d, 11) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 11)
#elif PACKETVER >= 20090107
-packetLen(0x017d, 2) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 2)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x017e
#if PACKETVER >= 20090325
-packetLen(0x017e, -1) // CZ_GUILD_CHAT
+packetLen(0x017e, -1)
#elif PACKETVER >= 20090318
-packetLen(0x017e, 26) // CZ_GUILD_CHAT
+packetLen(0x017e, 26)
#elif PACKETVER >= 20090311
-packetLen(0x017e, -1) // CZ_GUILD_CHAT
+packetLen(0x017e, -1)
#elif PACKETVER >= 20090225
-packetLen(0x017e, 30) // CZ_GUILD_CHAT
+packetLen(0x017e, 30)
#elif PACKETVER >= 20090218
-packetLen(0x017e, 6) // CZ_GUILD_CHAT
+packetLen(0x017e, 6)
#elif PACKETVER >= 20090204
-packetLen(0x017e, -1) // CZ_GUILD_CHAT
+packetLen(0x017e, -1)
#elif PACKETVER >= 20090129
-packetLen(0x017e, 14) // CZ_GUILD_CHAT
+packetLen(0x017e, 14)
#elif PACKETVER >= 20090120
-packetLen(0x017e, 186) // CZ_GUILD_CHAT
+packetLen(0x017e, 186)
#elif PACKETVER >= 20090114
-packetLen(0x017e, 6) // CZ_GUILD_CHAT
+packetLen(0x017e, 6)
#elif PACKETVER >= 20090107
-packetLen(0x017e, 2) // CZ_GUILD_CHAT
+packetLen(0x017e, 2)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x017f
#if PACKETVER >= 20090311
-packetLen(0x017f, -1) // ZC_GUILD_CHAT
+packetLen(0x017f, -1)
#elif PACKETVER >= 20090225
-packetLen(0x017f, 3) // ZC_GUILD_CHAT
+packetLen(0x017f, 3)
#elif PACKETVER >= 20090129
-packetLen(0x017f, -1) // ZC_GUILD_CHAT
+packetLen(0x017f, -1)
#elif PACKETVER >= 20090120
-packetLen(0x017f, 33) // ZC_GUILD_CHAT
+packetLen(0x017f, 33)
#elif PACKETVER >= 20090107
-packetLen(0x017f, 30) // ZC_GUILD_CHAT
+packetLen(0x017f, 30)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x0180
-packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+packetLen(0x0180, 6)
// Packet: 0x0181
-packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+packetLen(0x0181, 3)
// Packet: 0x0182
-packetLen(0x0182, 106) // ZC_MEMBER_ADD
+packetLen(0x0182, 106)
// Packet: 0x0183
-packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+packetLen(0x0183, 10)
// Packet: 0x0184
-packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+packetLen(0x0184, 10)
// Packet: 0x0185
-packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+packetLen(0x0185, 34)
// Packet: 0x0187
-packetLen(0x0187, 6) // CH_UNKNOWN_PING
+packetLen(0x0187, 6)
// Packet: 0x0188
#if PACKETVER >= 20090406
-packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, 8)
#elif PACKETVER >= 20090311
-packetLen(0x0188, -1) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, -1)
#elif PACKETVER >= 20090225
-packetLen(0x0188, 10) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, 10)
#elif PACKETVER >= 20090218
-packetLen(0x0188, -1) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, -1)
#elif PACKETVER >= 20090211
-packetLen(0x0188, 5) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, 5)
#elif PACKETVER >= 20090114
-packetLen(0x0188, -1) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, -1)
#elif PACKETVER >= 20090107
-packetLen(0x0188, 3) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, 3)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x0189
#if PACKETVER >= 20090406
-packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, 4)
#elif PACKETVER >= 20090325
-packetLen(0x0189, -1) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, -1)
#elif PACKETVER >= 20090318
-packetLen(0x0189, 90) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, 90)
#elif PACKETVER >= 20090204
-packetLen(0x0189, -1) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, -1)
#elif PACKETVER >= 20090129
-packetLen(0x0189, 2) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, 2)
#elif PACKETVER >= 20090120
-packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, 4)
#elif PACKETVER >= 20090114
-packetLen(0x0189, 6) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, 6)
#elif PACKETVER >= 20090107
-packetLen(0x0189, -1) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, -1)
#endif
// Packet: 0x018a
#if PACKETVER >= 20090406
-packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+packetLen(0x018a, 4)
#elif PACKETVER >= 20090311
-packetLen(0x018a, -1) // CZ_REQ_DISCONNECT
+packetLen(0x018a, -1)
#elif PACKETVER >= 20090225
-packetLen(0x018a, 6) // CZ_REQ_DISCONNECT
+packetLen(0x018a, 6)
#elif PACKETVER >= 20090218
-packetLen(0x018a, 2) // CZ_REQ_DISCONNECT
+packetLen(0x018a, 2)
#elif PACKETVER >= 20090211
-packetLen(0x018a, 71) // CZ_REQ_DISCONNECT
+packetLen(0x018a, 71)
#elif PACKETVER >= 20090204
-packetLen(0x018a, 10) // CZ_REQ_DISCONNECT
+packetLen(0x018a, 10)
#elif PACKETVER >= 20090120
-packetLen(0x018a, 3) // CZ_REQ_DISCONNECT
+packetLen(0x018a, 3)
#elif PACKETVER >= 20090114
-packetLen(0x018a, 2) // CZ_REQ_DISCONNECT
+packetLen(0x018a, 2)
#elif PACKETVER >= 20090107
-packetLen(0x018a, 8) // CZ_REQ_DISCONNECT
+packetLen(0x018a, 8)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x018b
#if PACKETVER >= 20090401
-packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, 4)
#elif PACKETVER >= 20090325
-packetLen(0x018b, 30) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, 30)
#elif PACKETVER >= 20090311
-packetLen(0x018b, -1) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, -1)
#elif PACKETVER >= 20090225
-packetLen(0x018b, 21) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, 21)
#elif PACKETVER >= 20090129
-packetLen(0x018b, -1) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, -1)
#elif PACKETVER >= 20090120
-packetLen(0x018b, 7) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, 7)
#elif PACKETVER >= 20090114
-packetLen(0x018b, -1) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, -1)
#elif PACKETVER >= 20090107
-packetLen(0x018b, 6) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, 6)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x018c
#if PACKETVER >= 20090406
-packetLen(0x018c, 29) // ZC_MONSTER_INFO
+packetLen(0x018c, 29)
#elif PACKETVER >= 20090401
-packetLen(0x018c, 11) // ZC_MONSTER_INFO
+packetLen(0x018c, 11)
#elif PACKETVER >= 20090318
-packetLen(0x018c, -1) // ZC_MONSTER_INFO
+packetLen(0x018c, -1)
#elif PACKETVER >= 20090311
-packetLen(0x018c, 2) // ZC_MONSTER_INFO
+packetLen(0x018c, 2)
#elif PACKETVER >= 20090225
-packetLen(0x018c, -1) // ZC_MONSTER_INFO
+packetLen(0x018c, -1)
#elif PACKETVER >= 20090218
-packetLen(0x018c, 30) // ZC_MONSTER_INFO
+packetLen(0x018c, 30)
#elif PACKETVER >= 20090211
-packetLen(0x018c, -1) // ZC_MONSTER_INFO
+packetLen(0x018c, -1)
#elif PACKETVER >= 20090204
-packetLen(0x018c, 3) // ZC_MONSTER_INFO
+packetLen(0x018c, 3)
#elif PACKETVER >= 20090129
-packetLen(0x018c, -1) // ZC_MONSTER_INFO
+packetLen(0x018c, -1)
#elif PACKETVER >= 20090120
-packetLen(0x018c, 30) // ZC_MONSTER_INFO
+packetLen(0x018c, 30)
#elif PACKETVER >= 20090114
-packetLen(0x018c, -1) // ZC_MONSTER_INFO
+packetLen(0x018c, -1)
#elif PACKETVER >= 20090107
-packetLen(0x018c, 8) // ZC_MONSTER_INFO
+packetLen(0x018c, 8)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x018d
#if PACKETVER >= 20090401
-packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, -1)
#elif PACKETVER >= 20090325
-packetLen(0x018d, 6) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, 6)
#elif PACKETVER >= 20090318
-packetLen(0x018d, 14) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, 14)
#elif PACKETVER >= 20090311
-packetLen(0x018d, 4) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, 4)
#elif PACKETVER >= 20090218
-packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, -1)
#elif PACKETVER >= 20090211
-packetLen(0x018d, 28) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, 28)
#elif PACKETVER >= 20090204
-packetLen(0x018d, 18) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, 18)
#elif PACKETVER >= 20090129
-packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, -1)
#elif PACKETVER >= 20090120
-packetLen(0x018d, 6) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, 6)
#elif PACKETVER >= 20090114
-packetLen(0x018d, 7) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, 7)
#elif PACKETVER >= 20090107
-packetLen(0x018d, 6) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, 6)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x018e
#if PACKETVER >= 20090406
-packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+packetLen(0x018e, 10)
#elif PACKETVER >= 20090401
-packetLen(0x018e, 7) // CZ_REQMAKINGITEM
+packetLen(0x018e, 7)
#elif PACKETVER >= 20090318
-packetLen(0x018e, -1) // CZ_REQMAKINGITEM
+packetLen(0x018e, -1)
#elif PACKETVER >= 20090311
-packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+packetLen(0x018e, 10)
#elif PACKETVER >= 20090225
-packetLen(0x018e, 5) // CZ_REQMAKINGITEM
+packetLen(0x018e, 5)
#elif PACKETVER >= 20090218
-packetLen(0x018e, 8) // CZ_REQMAKINGITEM
+packetLen(0x018e, 8)
#elif PACKETVER >= 20090107
-packetLen(0x018e, -1) // CZ_REQMAKINGITEM
+packetLen(0x018e, -1)
#endif
// Packet: 0x018f
#if PACKETVER >= 20090406
-packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 6)
#elif PACKETVER >= 20090401
-packetLen(0x018f, -1) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, -1)
#elif PACKETVER >= 20090325
-packetLen(0x018f, 2) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 2)
#elif PACKETVER >= 20090318
-packetLen(0x018f, -1) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, -1)
#elif PACKETVER >= 20090311
-packetLen(0x018f, 4) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 4)
#elif PACKETVER >= 20090129
-packetLen(0x018f, -1) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, -1)
#elif PACKETVER >= 20090120
-packetLen(0x018f, 10) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 10)
#elif PACKETVER >= 20090107
-packetLen(0x018f, -1) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, -1)
#endif
// Packet: 0x0190
-packetLen(0x0190, 23) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+packetLen(0x0190, 23)
// Packet: 0x0191
-packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+packetLen(0x0191, 86)
// Packet: 0x0192
-packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+packetLen(0x0192, 24)
// Packet: 0x0193
-packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+packetLen(0x0193, 2)
// Packet: 0x0194
#if PACKETVER >= 20090406
-packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 30)
#elif PACKETVER >= 20090401
-packetLen(0x0194, -1) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, -1)
#elif PACKETVER >= 20090325
-packetLen(0x0194, 28) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 28)
#elif PACKETVER >= 20090318
-packetLen(0x0194, 6) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 6)
#elif PACKETVER >= 20090311
-packetLen(0x0194, 54) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 54)
#elif PACKETVER >= 20090225
-packetLen(0x0194, -1) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, -1)
#elif PACKETVER >= 20090218
-packetLen(0x0194, 8) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 8)
#elif PACKETVER >= 20090211
-packetLen(0x0194, 3) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 3)
#elif PACKETVER >= 20090114
-packetLen(0x0194, -1) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, -1)
#elif PACKETVER >= 20090107
-packetLen(0x0194, 12) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 12)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x0195
#if PACKETVER >= 20090406
-packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 102)
#elif PACKETVER >= 20090401
-packetLen(0x0195, -1) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, -1)
#elif PACKETVER >= 20090325
-packetLen(0x0195, 7) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 7)
#elif PACKETVER >= 20090318
-packetLen(0x0195, 4) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 4)
#elif PACKETVER >= 20090311
-packetLen(0x0195, 3) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 3)
#elif PACKETVER >= 20090225
-packetLen(0x0195, 8) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 8)
#elif PACKETVER >= 20090218
-packetLen(0x0195, 3) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 3)
#elif PACKETVER >= 20090107
-packetLen(0x0195, 29) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 29)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x0196
#if PACKETVER >= 20090406
-packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, 9)
#elif PACKETVER >= 20090311
-packetLen(0x0196, -1) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, -1)
#elif PACKETVER >= 20090225
-packetLen(0x0196, 4) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, 4)
#elif PACKETVER >= 20090204
-packetLen(0x0196, -1) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, -1)
#elif PACKETVER >= 20090129
-packetLen(0x0196, 10) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, 10)
#elif PACKETVER >= 20090107
-packetLen(0x0196, -1) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, -1)
#endif
// Packet: 0x0197
-packetLen(0x0197, 4) // CZ_RESET
+packetLen(0x0197, 4)
// Packet: 0x0198
-packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+packetLen(0x0198, 8)
// Packet: 0x0199
#if PACKETVER >= 20090406
-packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, 4)
#elif PACKETVER >= 20090401
-packetLen(0x0199, -1) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, -1)
#elif PACKETVER >= 20090325
-packetLen(0x0199, 6) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, 6)
#elif PACKETVER >= 20090318
-packetLen(0x0199, 67) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, 67)
#elif PACKETVER >= 20090218
-packetLen(0x0199, -1) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, -1)
#elif PACKETVER >= 20090204
-packetLen(0x0199, 6) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, 6)
#elif PACKETVER >= 20090129
-packetLen(0x0199, 26) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, 26)
#elif PACKETVER >= 20090120
-packetLen(0x0199, -1) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, -1)
#elif PACKETVER >= 20090114
-packetLen(0x0199, 282) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, 282)
#elif PACKETVER >= 20090107
-packetLen(0x0199, -1) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, -1)
#endif
// Packet: 0x019a
#if PACKETVER >= 20090406
-packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 14)
#elif PACKETVER >= 20090401
-packetLen(0x019a, 20) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 20)
#elif PACKETVER >= 20090325
-packetLen(0x019a, 6) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 6)
#elif PACKETVER >= 20090318
-packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 14)
#elif PACKETVER >= 20090218
-packetLen(0x019a, -1) // ZC_NOTIFY_RANKING
+packetLen(0x019a, -1)
#elif PACKETVER >= 20090211
-packetLen(0x019a, 33) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 33)
#elif PACKETVER >= 20090204
-packetLen(0x019a, -1) // ZC_NOTIFY_RANKING
+packetLen(0x019a, -1)
#elif PACKETVER >= 20090129
-packetLen(0x019a, 4) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 4)
#elif PACKETVER >= 20090107
-packetLen(0x019a, 17) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 17)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x019b
#if PACKETVER >= 20090406
-packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 10)
#elif PACKETVER >= 20090401
-packetLen(0x019b, 4) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 4)
#elif PACKETVER >= 20090325
-packetLen(0x019b, 65) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 65)
#elif PACKETVER >= 20090311
-packetLen(0x019b, -1) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, -1)
#elif PACKETVER >= 20090225
-packetLen(0x019b, 6) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 6)
#elif PACKETVER >= 20090211
-packetLen(0x019b, -1) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, -1)
#elif PACKETVER >= 20090204
-packetLen(0x019b, 11) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 11)
#elif PACKETVER >= 20090129
-packetLen(0x019b, 4) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 4)
#elif PACKETVER >= 20090120
-packetLen(0x019b, 26) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 26)
#elif PACKETVER >= 20090107
-packetLen(0x019b, 8) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 8)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x019c
#if PACKETVER >= 20090406
-packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+packetLen(0x019c, -1)
#elif PACKETVER >= 20090401
-packetLen(0x019c, 2) // CZ_LOCALBROADCAST
+packetLen(0x019c, 2)
#elif PACKETVER >= 20090325
-packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+packetLen(0x019c, -1)
#elif PACKETVER >= 20090318
-packetLen(0x019c, 8) // CZ_LOCALBROADCAST
+packetLen(0x019c, 8)
#elif PACKETVER >= 20090211
-packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+packetLen(0x019c, -1)
#elif PACKETVER >= 20090204
-packetLen(0x019c, 8) // CZ_LOCALBROADCAST
+packetLen(0x019c, 8)
#elif PACKETVER >= 20090114
-packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+packetLen(0x019c, -1)
#elif PACKETVER >= 20090107
-packetLen(0x019c, 15) // CZ_LOCALBROADCAST
+packetLen(0x019c, 15)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x019d
#if PACKETVER >= 20090406
-packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, 6)
#elif PACKETVER >= 20090401
-packetLen(0x019d, 282) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, 282)
#elif PACKETVER >= 20090325
-packetLen(0x019d, 30) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, 30)
#elif PACKETVER >= 20090318
-packetLen(0x019d, 13) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, 13)
#elif PACKETVER >= 20090311
-packetLen(0x019d, -1) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, -1)
#elif PACKETVER >= 20090225
-packetLen(0x019d, 10) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, 10)
#elif PACKETVER >= 20090114
-packetLen(0x019d, -1) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, -1)
#elif PACKETVER >= 20090107
-packetLen(0x019d, 60) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, 60)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x019e
-packetLen(0x019e, 2) // ZC_START_CAPTURE
+packetLen(0x019e, 2)
// Packet: 0x019f
#if PACKETVER >= 20090406
-packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, 6)
#elif PACKETVER >= 20090401
-packetLen(0x019f, -1) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, -1)
#elif PACKETVER >= 20090325
-packetLen(0x019f, 4) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, 4)
#elif PACKETVER >= 20090318
-packetLen(0x019f, 53) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, 53)
#elif PACKETVER >= 20090311
-packetLen(0x019f, 8) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, 8)
#elif PACKETVER >= 20090225
-packetLen(0x019f, 5) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, 5)
#elif PACKETVER >= 20090218
-packetLen(0x019f, -1) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, -1)
#elif PACKETVER >= 20090211
-packetLen(0x019f, 7) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, 7)
#elif PACKETVER >= 20090129
-packetLen(0x019f, -1) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, -1)
#elif PACKETVER >= 20090120
-packetLen(0x019f, 15) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, 15)
#elif PACKETVER >= 20090114
-packetLen(0x019f, 7) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, 7)
#elif PACKETVER >= 20090107
-packetLen(0x019f, 26) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, 26)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x01a0
#if PACKETVER >= 20090406
-packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, 3)
#elif PACKETVER >= 20090325
-packetLen(0x01a0, -1) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, -1)
#elif PACKETVER >= 20090318
-packetLen(0x01a0, 79) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, 79)
#elif PACKETVER >= 20090114
-packetLen(0x01a0, -1) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, -1)
#elif PACKETVER >= 20090107
-packetLen(0x01a0, 114) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, 114)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x01a1
#if PACKETVER >= 20090406
-packetLen(0x01a1, 3) // CZ_COMMAND_PET
+packetLen(0x01a1, 3)
#elif PACKETVER >= 20090325
-packetLen(0x01a1, -1) // CZ_COMMAND_PET
+packetLen(0x01a1, -1)
#elif PACKETVER >= 20090318
-packetLen(0x01a1, 30) // CZ_COMMAND_PET
+packetLen(0x01a1, 30)
#elif PACKETVER >= 20090311
-packetLen(0x01a1, 26) // CZ_COMMAND_PET
+packetLen(0x01a1, 26)
#elif PACKETVER >= 20090107
-packetLen(0x01a1, -1) // CZ_COMMAND_PET
+packetLen(0x01a1, -1)
#endif
// Packet: 0x01a2
#if PACKETVER >= 20090406
-packetLen(0x01a2, 37) // ZC_PROPERTY_PET
+packetLen(0x01a2, 37)
#elif PACKETVER >= 20090401
-packetLen(0x01a2, 21) // ZC_PROPERTY_PET
+packetLen(0x01a2, 21)
#elif PACKETVER >= 20090325
-packetLen(0x01a2, 31) // ZC_PROPERTY_PET
+packetLen(0x01a2, 31)
#elif PACKETVER >= 20090225
-packetLen(0x01a2, -1) // ZC_PROPERTY_PET
+packetLen(0x01a2, -1)
#elif PACKETVER >= 20090218
-packetLen(0x01a2, 7) // ZC_PROPERTY_PET
+packetLen(0x01a2, 7)
#elif PACKETVER >= 20090211
-packetLen(0x01a2, 4) // ZC_PROPERTY_PET
+packetLen(0x01a2, 4)
#elif PACKETVER >= 20090129
-packetLen(0x01a2, -1) // ZC_PROPERTY_PET
+packetLen(0x01a2, -1)
#elif PACKETVER >= 20090120
-packetLen(0x01a2, 59) // ZC_PROPERTY_PET
+packetLen(0x01a2, 59)
#elif PACKETVER >= 20090107
-packetLen(0x01a2, -1) // ZC_PROPERTY_PET
+packetLen(0x01a2, -1)
#endif
// Packet: 0x01a3
#if PACKETVER >= 20090406
-packetLen(0x01a3, 5) // ZC_FEED_PET
+packetLen(0x01a3, 5)
#elif PACKETVER >= 20090401
-packetLen(0x01a3, -1) // ZC_FEED_PET
+packetLen(0x01a3, -1)
#elif PACKETVER >= 20090325
-packetLen(0x01a3, 8) // ZC_FEED_PET
+packetLen(0x01a3, 8)
#elif PACKETVER >= 20090211
-packetLen(0x01a3, -1) // ZC_FEED_PET
+packetLen(0x01a3, -1)
#elif PACKETVER >= 20090204
-packetLen(0x01a3, 6) // ZC_FEED_PET
+packetLen(0x01a3, 6)
#elif PACKETVER >= 20090129
-packetLen(0x01a3, -1) // ZC_FEED_PET
+packetLen(0x01a3, -1)
#elif PACKETVER >= 20090120
-packetLen(0x01a3, 6) // ZC_FEED_PET
+packetLen(0x01a3, 6)
#elif PACKETVER >= 20090114
-packetLen(0x01a3, 3) // ZC_FEED_PET
+packetLen(0x01a3, 3)
#elif PACKETVER >= 20090107
-packetLen(0x01a3, 2) // ZC_FEED_PET
+packetLen(0x01a3, 2)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x01a4
#if PACKETVER >= 20090406
-packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, 11)
#elif PACKETVER >= 20090325
-packetLen(0x01a4, 6) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, 6)
#elif PACKETVER >= 20090225
-packetLen(0x01a4, -1) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, -1)
#elif PACKETVER >= 20090218
-packetLen(0x01a4, 8) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, 8)
#elif PACKETVER >= 20090211
-packetLen(0x01a4, -1) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, -1)
#elif PACKETVER >= 20090204
-packetLen(0x01a4, 3) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, 3)
#elif PACKETVER >= 20090129
-packetLen(0x01a4, 27) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, 27)
#elif PACKETVER >= 20090114
-packetLen(0x01a4, -1) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, -1)
#elif PACKETVER >= 20090107
-packetLen(0x01a4, 20) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, 20)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x01a5
-packetLen(0x01a5, 26) // CZ_RENAME_PET
+packetLen(0x01a5, 26)
// Packet: 0x01a6
#if PACKETVER >= 20090401
-packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+packetLen(0x01a6, -1)
#elif PACKETVER >= 20090325
-packetLen(0x01a6, 23) // ZC_PETEGG_LIST
+packetLen(0x01a6, 23)
#elif PACKETVER >= 20090318
-packetLen(0x01a6, 6) // ZC_PETEGG_LIST
+packetLen(0x01a6, 6)
#elif PACKETVER >= 20090225
-packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+packetLen(0x01a6, -1)
#elif PACKETVER >= 20090218
-packetLen(0x01a6, 182) // ZC_PETEGG_LIST
+packetLen(0x01a6, 182)
#elif PACKETVER >= 20090204
-packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+packetLen(0x01a6, -1)
#elif PACKETVER >= 20090129
-packetLen(0x01a6, 26) // ZC_PETEGG_LIST
+packetLen(0x01a6, 26)
#elif PACKETVER >= 20090107
-packetLen(0x01a6, 58) // ZC_PETEGG_LIST
+packetLen(0x01a6, 58)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x01a7
#if PACKETVER >= 20090406
-packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 4)
#elif PACKETVER >= 20090401
-packetLen(0x01a7, 27) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 27)
#elif PACKETVER >= 20090325
-packetLen(0x01a7, 3) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 3)
#elif PACKETVER >= 20090318
-packetLen(0x01a7, 60) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 60)
#elif PACKETVER >= 20090311
-packetLen(0x01a7, 6) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 6)
#elif PACKETVER >= 20090225
-packetLen(0x01a7, -1) // CZ_SELECT_PETEGG
+packetLen(0x01a7, -1)
#elif PACKETVER >= 20090218
-packetLen(0x01a7, 10) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 10)
#elif PACKETVER >= 20090204
-packetLen(0x01a7, -1) // CZ_SELECT_PETEGG
+packetLen(0x01a7, -1)
#elif PACKETVER >= 20090129
-packetLen(0x01a7, 5) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 5)
#elif PACKETVER >= 20090107
-packetLen(0x01a7, -1) // CZ_SELECT_PETEGG
+packetLen(0x01a7, -1)
#endif
// Packet: 0x01a8
-packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+packetLen(0x01a8, 4)
// Packet: 0x01a9
-packetLen(0x01a9, 6) // CZ_PET_ACT
+packetLen(0x01a9, 6)
// Packet: 0x01aa
#if PACKETVER >= 20090406
-packetLen(0x01aa, 10) // ZC_PET_ACT
+packetLen(0x01aa, 10)
#elif PACKETVER >= 20090401
-packetLen(0x01aa, -1) // ZC_PET_ACT
+packetLen(0x01aa, -1)
#elif PACKETVER >= 20090325
-packetLen(0x01aa, 14) // ZC_PET_ACT
+packetLen(0x01aa, 14)
#elif PACKETVER >= 20090225
-packetLen(0x01aa, -1) // ZC_PET_ACT
+packetLen(0x01aa, -1)
#elif PACKETVER >= 20090218
-packetLen(0x01aa, 86) // ZC_PET_ACT
+packetLen(0x01aa, 86)
#elif PACKETVER >= 20090211
-packetLen(0x01aa, 79) // ZC_PET_ACT
+packetLen(0x01aa, 79)
#elif PACKETVER >= 20090107
-packetLen(0x01aa, -1) // ZC_PET_ACT
+packetLen(0x01aa, -1)
#endif
// Packet: 0x01ab
#if PACKETVER >= 20090406
-packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, 12)
#elif PACKETVER >= 20090401
-packetLen(0x01ab, 4) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, 4)
#elif PACKETVER >= 20090325
-packetLen(0x01ab, -1) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, -1)
#elif PACKETVER >= 20090318
-packetLen(0x01ab, 23) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, 23)
#elif PACKETVER >= 20090311
-packetLen(0x01ab, 26) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, 26)
#elif PACKETVER >= 20090225
-packetLen(0x01ab, 10) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, 10)
#elif PACKETVER >= 20090211
-packetLen(0x01ab, -1) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, -1)
#elif PACKETVER >= 20090204
-packetLen(0x01ab, 57) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, 57)
#elif PACKETVER >= 20090129
-packetLen(0x01ab, -1) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, -1)
#elif PACKETVER >= 20090120
-packetLen(0x01ab, 6) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, 6)
#elif PACKETVER >= 20090107
-packetLen(0x01ab, 5) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, 5)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x01ac
#if PACKETVER >= 20090406
-packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+packetLen(0x01ac, 6)
#elif PACKETVER >= 20090401
-packetLen(0x01ac, -1) // ZC_SKILL_UPDATE
+packetLen(0x01ac, -1)
#elif PACKETVER >= 20090325
-packetLen(0x01ac, 28) // ZC_SKILL_UPDATE
+packetLen(0x01ac, 28)
#elif PACKETVER >= 20090318
-packetLen(0x01ac, -1) // ZC_SKILL_UPDATE
+packetLen(0x01ac, -1)
#elif PACKETVER >= 20090311
-packetLen(0x01ac, 4) // ZC_SKILL_UPDATE
+packetLen(0x01ac, 4)
#elif PACKETVER >= 20090225
-packetLen(0x01ac, -1) // ZC_SKILL_UPDATE
+packetLen(0x01ac, -1)
#elif PACKETVER >= 20090218
-packetLen(0x01ac, 13) // ZC_SKILL_UPDATE
+packetLen(0x01ac, 13)
#elif PACKETVER >= 20090211
-packetLen(0x01ac, 68) // ZC_SKILL_UPDATE
+packetLen(0x01ac, 68)
#elif PACKETVER >= 20090120
-packetLen(0x01ac, -1) // ZC_SKILL_UPDATE
+packetLen(0x01ac, -1)
#elif PACKETVER >= 20090114
-packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+packetLen(0x01ac, 6)
#elif PACKETVER >= 20090107
-packetLen(0x01ac, -1) // ZC_SKILL_UPDATE
+packetLen(0x01ac, -1)
#endif
// Packet: 0x01ad
#if PACKETVER >= 20090401
-packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, -1)
#elif PACKETVER >= 20090325
-packetLen(0x01ad, 24) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, 24)
#elif PACKETVER >= 20090225
-packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, -1)
#elif PACKETVER >= 20090218
-packetLen(0x01ad, 90) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, 90)
#elif PACKETVER >= 20090211
-packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, -1)
#elif PACKETVER >= 20090204
-packetLen(0x01ad, 27) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, 27)
#elif PACKETVER >= 20090129
-packetLen(0x01ad, 10) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, 10)
#elif PACKETVER >= 20090120
-packetLen(0x01ad, 60) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, 60)
#elif PACKETVER >= 20090114
-packetLen(0x01ad, 14) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, 14)
#elif PACKETVER >= 20090107
-packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, -1)
#endif
// Packet: 0x01ae
#if PACKETVER >= 20090406
-packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, 4)
#elif PACKETVER >= 20090401
-packetLen(0x01ae, -1) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, -1)
#elif PACKETVER >= 20090325
-packetLen(0x01ae, 18) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, 18)
#elif PACKETVER >= 20090311
-packetLen(0x01ae, -1) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, -1)
#elif PACKETVER >= 20090225
-packetLen(0x01ae, 6) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, 6)
#elif PACKETVER >= 20090218
-packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, 4)
#elif PACKETVER >= 20090204
-packetLen(0x01ae, 6) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, 6)
#elif PACKETVER >= 20090120
-packetLen(0x01ae, -1) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, -1)
#elif PACKETVER >= 20090114
-packetLen(0x01ae, 11) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, 11)
#elif PACKETVER >= 20090107
-packetLen(0x01ae, 2) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, 2)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x01af
-packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+packetLen(0x01af, 4)
// Packet: 0x01b0
#if PACKETVER >= 20090406
-packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, 11)
#elif PACKETVER >= 20090325
-packetLen(0x01b0, -1) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, -1)
#elif PACKETVER >= 20090318
-packetLen(0x01b0, 7) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, 7)
#elif PACKETVER >= 20090107
-packetLen(0x01b0, -1) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, -1)
#endif
// Packet: 0x01b1
-packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+packetLen(0x01b1, 7)
// Packet: 0x01b2
#if PACKETVER >= 20090406
-packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, -1)
#elif PACKETVER >= 20090401
-packetLen(0x01b2, 4) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, 4)
#elif PACKETVER >= 20090318
-packetLen(0x01b2, 6) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, 6)
#elif PACKETVER >= 20090311
-packetLen(0x01b2, 44) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, 44)
#elif PACKETVER >= 20090225
-packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, -1)
#elif PACKETVER >= 20090218
-packetLen(0x01b2, 58) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, 58)
#elif PACKETVER >= 20090204
-packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, -1)
#elif PACKETVER >= 20090129
-packetLen(0x01b2, 7) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, 7)
#elif PACKETVER >= 20090120
-packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, -1)
#elif PACKETVER >= 20090114
-packetLen(0x01b2, 60) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, 60)
#elif PACKETVER >= 20090107
-packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, -1)
#endif
// Packet: 0x01b3
#if PACKETVER >= 20090406
-packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, 67)
#elif PACKETVER >= 20090401
-packetLen(0x01b3, -1) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, -1)
#elif PACKETVER >= 20090325
-packetLen(0x01b3, 3) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, 3)
#elif PACKETVER >= 20090318
-packetLen(0x01b3, 6) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, 6)
#elif PACKETVER >= 20090218
-packetLen(0x01b3, -1) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, -1)
#elif PACKETVER >= 20090211
-packetLen(0x01b3, 8) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, 8)
#elif PACKETVER >= 20090114
-packetLen(0x01b3, -1) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, -1)
#elif PACKETVER >= 20090107
-packetLen(0x01b3, 2) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, 2)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x01b4
-packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+packetLen(0x01b4, 12)
// Packet: 0x01b5
-packetLen(0x01b5, 18) // SC_BILLING_INFO
+packetLen(0x01b5, 18)
// Packet: 0x01b6
#if PACKETVER >= 20090406
-packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+packetLen(0x01b6, 114)
#elif PACKETVER >= 20090401
-packetLen(0x01b6, 8) // ZC_GUILD_INFO2
+packetLen(0x01b6, 8)
#elif PACKETVER >= 20090325
-packetLen(0x01b6, 6) // ZC_GUILD_INFO2
+packetLen(0x01b6, 6)
#elif PACKETVER >= 20090318
-packetLen(0x01b6, 33) // ZC_GUILD_INFO2
+packetLen(0x01b6, 33)
#elif PACKETVER >= 20090311
-packetLen(0x01b6, 6) // ZC_GUILD_INFO2
+packetLen(0x01b6, 6)
#elif PACKETVER >= 20090225
-packetLen(0x01b6, 18) // ZC_GUILD_INFO2
+packetLen(0x01b6, 18)
#elif PACKETVER >= 20090218
-packetLen(0x01b6, 27) // ZC_GUILD_INFO2
+packetLen(0x01b6, 27)
#elif PACKETVER >= 20090211
-packetLen(0x01b6, -1) // ZC_GUILD_INFO2
+packetLen(0x01b6, -1)
#elif PACKETVER >= 20090204
-packetLen(0x01b6, 2) // ZC_GUILD_INFO2
+packetLen(0x01b6, 2)
#elif PACKETVER >= 20090120
-packetLen(0x01b6, -1) // ZC_GUILD_INFO2
+packetLen(0x01b6, -1)
#elif PACKETVER >= 20090114
-packetLen(0x01b6, 13) // ZC_GUILD_INFO2
+packetLen(0x01b6, 13)
#elif PACKETVER >= 20090107
-packetLen(0x01b6, 16) // ZC_GUILD_INFO2
+packetLen(0x01b6, 16)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x01b7
-packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+packetLen(0x01b7, 6)
// Packet: 0x01b8
-packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+packetLen(0x01b8, 3)
// Packet: 0x01b9
#if PACKETVER >= 20090406
-packetLen(0x01b9, 6) // ZC_DISPEL
+packetLen(0x01b9, 6)
#elif PACKETVER >= 20090401
-packetLen(0x01b9, -1) // ZC_DISPEL
+packetLen(0x01b9, -1)
#elif PACKETVER >= 20090325
-packetLen(0x01b9, 6) // ZC_DISPEL
+packetLen(0x01b9, 6)
#elif PACKETVER >= 20090311
-packetLen(0x01b9, -1) // ZC_DISPEL
+packetLen(0x01b9, -1)
#elif PACKETVER >= 20090225
-packetLen(0x01b9, 2) // ZC_DISPEL
+packetLen(0x01b9, 2)
#elif PACKETVER >= 20090211
-packetLen(0x01b9, -1) // ZC_DISPEL
+packetLen(0x01b9, -1)
#elif PACKETVER >= 20090204
-packetLen(0x01b9, 26) // ZC_DISPEL
+packetLen(0x01b9, 26)
#elif PACKETVER >= 20090129
-packetLen(0x01b9, 3) // ZC_DISPEL
+packetLen(0x01b9, 3)
#elif PACKETVER >= 20090107
-packetLen(0x01b9, -1) // ZC_DISPEL
+packetLen(0x01b9, -1)
#endif
// Packet: 0x01ba
#if PACKETVER >= 20090406
-packetLen(0x01ba, 26) // CZ_REMOVE_AID
+packetLen(0x01ba, 26)
#elif PACKETVER >= 20090325
-packetLen(0x01ba, -1) // CZ_REMOVE_AID
+packetLen(0x01ba, -1)
#elif PACKETVER >= 20090318
-packetLen(0x01ba, 6) // CZ_REMOVE_AID
+packetLen(0x01ba, 6)
#elif PACKETVER >= 20090218
-packetLen(0x01ba, -1) // CZ_REMOVE_AID
+packetLen(0x01ba, -1)
#elif PACKETVER >= 20090211
-packetLen(0x01ba, 10) // CZ_REMOVE_AID
+packetLen(0x01ba, 10)
#elif PACKETVER >= 20090204
-packetLen(0x01ba, 6) // CZ_REMOVE_AID
+packetLen(0x01ba, 6)
#elif PACKETVER >= 20090129
-packetLen(0x01ba, 30) // CZ_REMOVE_AID
+packetLen(0x01ba, 30)
#elif PACKETVER >= 20090120
-packetLen(0x01ba, -1) // CZ_REMOVE_AID
+packetLen(0x01ba, -1)
#elif PACKETVER >= 20090114
-packetLen(0x01ba, 30) // CZ_REMOVE_AID
+packetLen(0x01ba, 30)
#elif PACKETVER >= 20090107
-packetLen(0x01ba, 15) // CZ_REMOVE_AID
+packetLen(0x01ba, 15)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x01bb
#if PACKETVER >= 20090406
-packetLen(0x01bb, 26) // CZ_SHIFT
+packetLen(0x01bb, 26)
#elif PACKETVER >= 20090325
-packetLen(0x01bb, -1) // CZ_SHIFT
+packetLen(0x01bb, -1)
#elif PACKETVER >= 20090318
-packetLen(0x01bb, 6) // CZ_SHIFT
+packetLen(0x01bb, 6)
#elif PACKETVER >= 20090225
-packetLen(0x01bb, -1) // CZ_SHIFT
+packetLen(0x01bb, -1)
#elif PACKETVER >= 20090218
-packetLen(0x01bb, 6) // CZ_SHIFT
+packetLen(0x01bb, 6)
#elif PACKETVER >= 20090211
-packetLen(0x01bb, 26) // CZ_SHIFT
+packetLen(0x01bb, 26)
#elif PACKETVER >= 20090204
-packetLen(0x01bb, 12) // CZ_SHIFT
+packetLen(0x01bb, 12)
#elif PACKETVER >= 20090129
-packetLen(0x01bb, -1) // CZ_SHIFT
+packetLen(0x01bb, -1)
#elif PACKETVER >= 20090120
-packetLen(0x01bb, 4) // CZ_SHIFT
+packetLen(0x01bb, 4)
#elif PACKETVER >= 20090114
-packetLen(0x01bb, -1) // CZ_SHIFT
+packetLen(0x01bb, -1)
#elif PACKETVER >= 20090107
-packetLen(0x01bb, 10) // CZ_SHIFT
+packetLen(0x01bb, 10)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x01bc
#if PACKETVER >= 20090406
-packetLen(0x01bc, 26) // CZ_RECALL
+packetLen(0x01bc, 26)
#elif PACKETVER >= 20090401
-packetLen(0x01bc, 6) // CZ_RECALL
+packetLen(0x01bc, 6)
#elif PACKETVER >= 20090325
-packetLen(0x01bc, -1) // CZ_RECALL
+packetLen(0x01bc, -1)
#elif PACKETVER >= 20090318
-packetLen(0x01bc, 6) // CZ_RECALL
+packetLen(0x01bc, 6)
#elif PACKETVER >= 20090225
-packetLen(0x01bc, -1) // CZ_RECALL
+packetLen(0x01bc, -1)
#elif PACKETVER >= 20090218
-packetLen(0x01bc, 14) // CZ_RECALL
+packetLen(0x01bc, 14)
#elif PACKETVER >= 20090129
-packetLen(0x01bc, -1) // CZ_RECALL
+packetLen(0x01bc, -1)
#elif PACKETVER >= 20090120
-packetLen(0x01bc, 7) // CZ_RECALL
+packetLen(0x01bc, 7)
#elif PACKETVER >= 20090107
-packetLen(0x01bc, 4) // CZ_RECALL
+packetLen(0x01bc, 4)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x01bd
#if PACKETVER >= 20090406
-packetLen(0x01bd, 26) // CZ_RECALL_GID
+packetLen(0x01bd, 26)
#elif PACKETVER >= 20090401
-packetLen(0x01bd, -1) // CZ_RECALL_GID
+packetLen(0x01bd, -1)
#elif PACKETVER >= 20090325
-packetLen(0x01bd, 30) // CZ_RECALL_GID
+packetLen(0x01bd, 30)
#elif PACKETVER >= 20090318
-packetLen(0x01bd, -1) // CZ_RECALL_GID
+packetLen(0x01bd, -1)
#elif PACKETVER >= 20090311
-packetLen(0x01bd, 22) // CZ_RECALL_GID
+packetLen(0x01bd, 22)
#elif PACKETVER >= 20090211
-packetLen(0x01bd, -1) // CZ_RECALL_GID
+packetLen(0x01bd, -1)
#elif PACKETVER >= 20090204
-packetLen(0x01bd, 65) // CZ_RECALL_GID
+packetLen(0x01bd, 65)
#elif PACKETVER >= 20090129
-packetLen(0x01bd, 10) // CZ_RECALL_GID
+packetLen(0x01bd, 10)
#elif PACKETVER >= 20090107
-packetLen(0x01bd, -1) // CZ_RECALL_GID
+packetLen(0x01bd, -1)
#endif
// Packet: 0x01be
-packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+packetLen(0x01be, 2)
// Packet: 0x01bf
-packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+packetLen(0x01bf, 3)
// Packet: 0x01c0
-packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+packetLen(0x01c0, 2)
// Packet: 0x01c1
-packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+packetLen(0x01c1, 14)
// Packet: 0x01c2
-packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+packetLen(0x01c2, 10)
// Packet: 0x01c3
#if PACKETVER >= 20090318
-packetLen(0x01c3, -1) // ZC_BROADCAST2
+packetLen(0x01c3, -1)
#elif PACKETVER >= 20090311
-packetLen(0x01c3, 15) // ZC_BROADCAST2
+packetLen(0x01c3, 15)
#elif PACKETVER >= 20090218
-packetLen(0x01c3, -1) // ZC_BROADCAST2
+packetLen(0x01c3, -1)
#elif PACKETVER >= 20090211
-packetLen(0x01c3, 2) // ZC_BROADCAST2
+packetLen(0x01c3, 2)
#elif PACKETVER >= 20090129
-packetLen(0x01c3, -1) // ZC_BROADCAST2
+packetLen(0x01c3, -1)
#elif PACKETVER >= 20090120
-packetLen(0x01c3, 2) // ZC_BROADCAST2
+packetLen(0x01c3, 2)
#elif PACKETVER >= 20090114
-packetLen(0x01c3, 15) // ZC_BROADCAST2
+packetLen(0x01c3, 15)
#elif PACKETVER >= 20090107
-packetLen(0x01c3, -1) // ZC_BROADCAST2
+packetLen(0x01c3, -1)
#endif
// Packet: 0x01c4
#if PACKETVER >= 20090406
-packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 22)
#elif PACKETVER >= 20090401
-packetLen(0x01c4, 81) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 81)
#elif PACKETVER >= 20090325
-packetLen(0x01c4, 8) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 8)
#elif PACKETVER >= 20090318
-packetLen(0x01c4, 16) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 16)
#elif PACKETVER >= 20090311
-packetLen(0x01c4, -1) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, -1)
#elif PACKETVER >= 20090225
-packetLen(0x01c4, 7) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 7)
#elif PACKETVER >= 20090204
-packetLen(0x01c4, -1) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, -1)
#elif PACKETVER >= 20090129
-packetLen(0x01c4, 6) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 6)
#elif PACKETVER >= 20090114
-packetLen(0x01c4, -1) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, -1)
#elif PACKETVER >= 20090107
-packetLen(0x01c4, 9) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 9)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x01c5
#if PACKETVER >= 20090406
-packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 22)
#elif PACKETVER >= 20090401
-packetLen(0x01c5, 32) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 32)
#elif PACKETVER >= 20090325
-packetLen(0x01c5, -1) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, -1)
#elif PACKETVER >= 20090318
-packetLen(0x01c5, 10) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 10)
#elif PACKETVER >= 20090311
-packetLen(0x01c5, 6) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 6)
#elif PACKETVER >= 20090120
-packetLen(0x01c5, -1) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, -1)
#elif PACKETVER >= 20090114
-packetLen(0x01c5, 2) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 2)
#elif PACKETVER >= 20090107
-packetLen(0x01c5, -1) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, -1)
#endif
// Packet: 0x01c6
-packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+packetLen(0x01c6, 4)
// Packet: 0x01c7
-packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+packetLen(0x01c7, 2)
// Packet: 0x01c8
#if PACKETVER >= 20090406
-packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, 13)
#elif PACKETVER >= 20090325
-packetLen(0x01c8, -1) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, -1)
#elif PACKETVER >= 20090318
-packetLen(0x01c8, 43) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, 43)
#elif PACKETVER >= 20090311
-packetLen(0x01c8, 3) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, 3)
#elif PACKETVER >= 20090225
-packetLen(0x01c8, 53) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, 53)
#elif PACKETVER >= 20090211
-packetLen(0x01c8, -1) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, -1)
#elif PACKETVER >= 20090204
-packetLen(0x01c8, 10) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, 10)
#elif PACKETVER >= 20090120
-packetLen(0x01c8, -1) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, -1)
#elif PACKETVER >= 20090114
-packetLen(0x01c8, 4) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, 4)
#elif PACKETVER >= 20090107
-packetLen(0x01c8, -1) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, -1)
#endif
// Packet: 0x01c9
#if PACKETVER >= 20090406
-packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 97)
#elif PACKETVER >= 20090401
-packetLen(0x01c9, -1) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, -1)
#elif PACKETVER >= 20090325
-packetLen(0x01c9, 28) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 28)
#elif PACKETVER >= 20090318
-packetLen(0x01c9, 54) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 54)
#elif PACKETVER >= 20090311
-packetLen(0x01c9, -1) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, -1)
#elif PACKETVER >= 20090225
-packetLen(0x01c9, 6) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 6)
#elif PACKETVER >= 20090218
-packetLen(0x01c9, 282) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 282)
#elif PACKETVER >= 20090211
-packetLen(0x01c9, 6) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 6)
#elif PACKETVER >= 20090204
-packetLen(0x01c9, 14) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 14)
#elif PACKETVER >= 20090129
-packetLen(0x01c9, 102) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 102)
#elif PACKETVER >= 20090120
-packetLen(0x01c9, 10) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 10)
#elif PACKETVER >= 20090114
-packetLen(0x01c9, 79) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 79)
#elif PACKETVER >= 20090107
-packetLen(0x01c9, 32) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 32)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x01ca
-packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+packetLen(0x01ca, 3)
// Packet: 0x01cb
-packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+packetLen(0x01cb, 9)
// Packet: 0x01cc
-packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+packetLen(0x01cc, 9)
// Packet: 0x01cd
#if PACKETVER >= 20090406
-packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, 30)
#elif PACKETVER >= 20090318
-packetLen(0x01cd, -1) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, -1)
#elif PACKETVER >= 20090311
-packetLen(0x01cd, 6) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, 6)
#elif PACKETVER >= 20090211
-packetLen(0x01cd, -1) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, -1)
#elif PACKETVER >= 20090204
-packetLen(0x01cd, 26) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, 26)
#elif PACKETVER >= 20090129
-packetLen(0x01cd, 8) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, 8)
#elif PACKETVER >= 20090120
-packetLen(0x01cd, 18) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, 18)
#elif PACKETVER >= 20090114
-packetLen(0x01cd, 33) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, 33)
#elif PACKETVER >= 20090107
-packetLen(0x01cd, 20) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, 20)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x01ce
#if PACKETVER >= 20090406
-packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, 6)
#elif PACKETVER >= 20090401
-packetLen(0x01ce, -1) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, -1)
#elif PACKETVER >= 20090325
-packetLen(0x01ce, 26) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, 26)
#elif PACKETVER >= 20090211
-packetLen(0x01ce, -1) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, -1)
#elif PACKETVER >= 20090204
-packetLen(0x01ce, 11) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, 11)
#elif PACKETVER >= 20090129
-packetLen(0x01ce, 14) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, 14)
#elif PACKETVER >= 20090107
-packetLen(0x01ce, -1) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, -1)
#endif
// Packet: 0x01cf
#if PACKETVER >= 20090406
-packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+packetLen(0x01cf, 28)
#elif PACKETVER >= 20090225
-packetLen(0x01cf, -1) // ZC_DEVOTIONLIST
+packetLen(0x01cf, -1)
#elif PACKETVER >= 20090211
-packetLen(0x01cf, 4) // ZC_DEVOTIONLIST
+packetLen(0x01cf, 4)
#elif PACKETVER >= 20090114
-packetLen(0x01cf, -1) // ZC_DEVOTIONLIST
+packetLen(0x01cf, -1)
#elif PACKETVER >= 20090107
-packetLen(0x01cf, 2) // ZC_DEVOTIONLIST
+packetLen(0x01cf, 2)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x01d0
#if PACKETVER >= 20090406
-packetLen(0x01d0, 8) // ZC_SPIRITS
+packetLen(0x01d0, 8)
#elif PACKETVER >= 20090401
-packetLen(0x01d0, 23) // ZC_SPIRITS
+packetLen(0x01d0, 23)
#elif PACKETVER >= 20090325
-packetLen(0x01d0, -1) // ZC_SPIRITS
+packetLen(0x01d0, -1)
#elif PACKETVER >= 20090318
-packetLen(0x01d0, 26) // ZC_SPIRITS
+packetLen(0x01d0, 26)
#elif PACKETVER >= 20090225
-packetLen(0x01d0, -1) // ZC_SPIRITS
+packetLen(0x01d0, -1)
#elif PACKETVER >= 20090218
-packetLen(0x01d0, 30) // ZC_SPIRITS
+packetLen(0x01d0, 30)
#elif PACKETVER >= 20090211
-packetLen(0x01d0, 8) // ZC_SPIRITS
+packetLen(0x01d0, 8)
#elif PACKETVER >= 20090204
-packetLen(0x01d0, 36) // ZC_SPIRITS
+packetLen(0x01d0, 36)
#elif PACKETVER >= 20090129
-packetLen(0x01d0, 10) // ZC_SPIRITS
+packetLen(0x01d0, 10)
#elif PACKETVER >= 20090114
-packetLen(0x01d0, -1) // ZC_SPIRITS
+packetLen(0x01d0, -1)
#elif PACKETVER >= 20090107
-packetLen(0x01d0, 30) // ZC_SPIRITS
+packetLen(0x01d0, 30)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x01d1
-packetLen(0x01d1, 14) // ZC_BLADESTOP
+packetLen(0x01d1, 14)
// Packet: 0x01d2
#if PACKETVER >= 20090406
-packetLen(0x01d2, 10) // ZC_COMBODELAY
+packetLen(0x01d2, 10)
#elif PACKETVER >= 20090401
-packetLen(0x01d2, -1) // ZC_COMBODELAY
+packetLen(0x01d2, -1)
#elif PACKETVER >= 20090325
-packetLen(0x01d2, 54) // ZC_COMBODELAY
+packetLen(0x01d2, 54)
#elif PACKETVER >= 20090318
-packetLen(0x01d2, -1) // ZC_COMBODELAY
+packetLen(0x01d2, -1)
#elif PACKETVER >= 20090311
-packetLen(0x01d2, 2) // ZC_COMBODELAY
+packetLen(0x01d2, 2)
#elif PACKETVER >= 20090225
-packetLen(0x01d2, 26) // ZC_COMBODELAY
+packetLen(0x01d2, 26)
#elif PACKETVER >= 20090218
-packetLen(0x01d2, 3) // ZC_COMBODELAY
+packetLen(0x01d2, 3)
#elif PACKETVER >= 20090129
-packetLen(0x01d2, -1) // ZC_COMBODELAY
+packetLen(0x01d2, -1)
#elif PACKETVER >= 20090120
-packetLen(0x01d2, 22) // ZC_COMBODELAY
+packetLen(0x01d2, 22)
#elif PACKETVER >= 20090107
-packetLen(0x01d2, 10) // ZC_COMBODELAY
+packetLen(0x01d2, 10)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x01d3
-packetLen(0x01d3, 35) // ZC_SOUND
+packetLen(0x01d3, 35)
// Packet: 0x01d4
#if PACKETVER >= 20090406
-packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, 6)
#elif PACKETVER >= 20090401
-packetLen(0x01d4, -1) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, -1)
#elif PACKETVER >= 20090325
-packetLen(0x01d4, 7) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, 7)
#elif PACKETVER >= 20090318
-packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, 6)
#elif PACKETVER >= 20090311
-packetLen(0x01d4, 53) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, 53)
#elif PACKETVER >= 20090204
-packetLen(0x01d4, -1) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, -1)
#elif PACKETVER >= 20090129
-packetLen(0x01d4, 8) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, 8)
#elif PACKETVER >= 20090107
-packetLen(0x01d4, -1) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, -1)
#endif
// Packet: 0x01d5
#if PACKETVER >= 20090401
-packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, -1)
#elif PACKETVER >= 20090318
-packetLen(0x01d5, 2) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, 2)
#elif PACKETVER >= 20090120
-packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, -1)
#elif PACKETVER >= 20090114
-packetLen(0x01d5, 14) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, 14)
#elif PACKETVER >= 20090107
-packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, -1)
#endif
// Packet: 0x01d6
#if PACKETVER >= 20090406
-packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 4)
#elif PACKETVER >= 20090401
-packetLen(0x01d6, 2) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 2)
#elif PACKETVER >= 20090325
-packetLen(0x01d6, 3) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 3)
#elif PACKETVER >= 20090318
-packetLen(0x01d6, 8) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 8)
#elif PACKETVER >= 20090311
-packetLen(0x01d6, 30) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 30)
#elif PACKETVER >= 20090211
-packetLen(0x01d6, -1) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, -1)
#elif PACKETVER >= 20090204
-packetLen(0x01d6, 2) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 2)
#elif PACKETVER >= 20090129
-packetLen(0x01d6, 26) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 26)
#elif PACKETVER >= 20090114
-packetLen(0x01d6, -1) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, -1)
#elif PACKETVER >= 20090107
-packetLen(0x01d6, 11) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 11)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x01d7
#if PACKETVER >= 20090406
-packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 11)
#elif PACKETVER >= 20090401
-packetLen(0x01d7, -1) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, -1)
#elif PACKETVER >= 20090325
-packetLen(0x01d7, 14) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 14)
#elif PACKETVER >= 20090311
-packetLen(0x01d7, -1) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, -1)
#elif PACKETVER >= 20090225
-packetLen(0x01d7, 5) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 5)
#elif PACKETVER >= 20090218
-packetLen(0x01d7, 59) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 59)
#elif PACKETVER >= 20090204
-packetLen(0x01d7, -1) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, -1)
#elif PACKETVER >= 20090129
-packetLen(0x01d7, 16) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 16)
#elif PACKETVER >= 20090107
-packetLen(0x01d7, 114) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 114)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x01d8
#if PACKETVER >= 20090406
-packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 54)
#elif PACKETVER >= 20090401
-packetLen(0x01d8, 19) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 19)
#elif PACKETVER >= 20090325
-packetLen(0x01d8, -1) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, -1)
#elif PACKETVER >= 20090318
-packetLen(0x01d8, 57) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 57)
#elif PACKETVER >= 20090129
-packetLen(0x01d8, -1) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, -1)
#elif PACKETVER >= 20090114
-packetLen(0x01d8, 7) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 7)
#elif PACKETVER >= 20090107
-packetLen(0x01d8, 39) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 39)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x01d9
#if PACKETVER >= 20090406
-packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 53)
#elif PACKETVER >= 20090325
-packetLen(0x01d9, -1) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, -1)
#elif PACKETVER >= 20090318
-packetLen(0x01d9, 3) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 3)
#elif PACKETVER >= 20090311
-packetLen(0x01d9, 31) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 31)
#elif PACKETVER >= 20090218
-packetLen(0x01d9, -1) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, -1)
#elif PACKETVER >= 20090211
-packetLen(0x01d9, 11) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 11)
#elif PACKETVER >= 20090204
-packetLen(0x01d9, 22) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 22)
#elif PACKETVER >= 20090129
-packetLen(0x01d9, 37) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 37)
#elif PACKETVER >= 20090120
-packetLen(0x01d9, -1) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, -1)
#elif PACKETVER >= 20090114
-packetLen(0x01d9, 54) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 54)
#elif PACKETVER >= 20090107
-packetLen(0x01d9, 28) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 28)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x01da
#if PACKETVER >= 20090406
-packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 60)
#elif PACKETVER >= 20090401
-packetLen(0x01da, -1) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, -1)
#elif PACKETVER >= 20090325
-packetLen(0x01da, 11) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 11)
#elif PACKETVER >= 20090204
-packetLen(0x01da, -1) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, -1)
#elif PACKETVER >= 20090129
-packetLen(0x01da, 2) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 2)
#elif PACKETVER >= 20090120
-packetLen(0x01da, 22) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 22)
#elif PACKETVER >= 20090114
-packetLen(0x01da, 4) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 4)
#elif PACKETVER >= 20090107
-packetLen(0x01da, -1) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, -1)
#endif
// Packet: 0x01db
-packetLen(0x01db, 2) // CA_REQ_HASH
+packetLen(0x01db, 2)
// Packet: 0x01dc
-packetLen(0x01dc, -1) // AC_ACK_HASH
+packetLen(0x01dc, -1)
// Packet: 0x01dd
-packetLen(0x01dd, 47) // CA_LOGIN2
+packetLen(0x01dd, 47)
// Packet: 0x01de
#if PACKETVER >= 20090406
-packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 33)
#elif PACKETVER >= 20090401
-packetLen(0x01de, 18) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 18)
#elif PACKETVER >= 20090318
-packetLen(0x01de, -1) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, -1)
#elif PACKETVER >= 20090311
-packetLen(0x01de, 67) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 67)
#elif PACKETVER >= 20090225
-packetLen(0x01de, 59) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 59)
#elif PACKETVER >= 20090218
-packetLen(0x01de, 11) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 11)
#elif PACKETVER >= 20090204
-packetLen(0x01de, -1) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, -1)
#elif PACKETVER >= 20090129
-packetLen(0x01de, 3) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 3)
#elif PACKETVER >= 20090120
-packetLen(0x01de, -1) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, -1)
#elif PACKETVER >= 20090114
-packetLen(0x01de, 282) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 282)
#elif PACKETVER >= 20090107
-packetLen(0x01de, -1) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, -1)
#endif
// Packet: 0x01df
-packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+packetLen(0x01df, 6)
// Packet: 0x01e0
-packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+packetLen(0x01e0, 30)
// Packet: 0x01e1
#if PACKETVER >= 20090406
-packetLen(0x01e1, 8) // ZC_SPIRITS2
+packetLen(0x01e1, 8)
#elif PACKETVER >= 20090325
-packetLen(0x01e1, -1) // ZC_SPIRITS2
+packetLen(0x01e1, -1)
#elif PACKETVER >= 20090311
-packetLen(0x01e1, 5) // ZC_SPIRITS2
+packetLen(0x01e1, 5)
#elif PACKETVER >= 20090218
-packetLen(0x01e1, -1) // ZC_SPIRITS2
+packetLen(0x01e1, -1)
#elif PACKETVER >= 20090211
-packetLen(0x01e1, 10) // ZC_SPIRITS2
+packetLen(0x01e1, 10)
#elif PACKETVER >= 20090129
-packetLen(0x01e1, -1) // ZC_SPIRITS2
+packetLen(0x01e1, -1)
#elif PACKETVER >= 20090120
-packetLen(0x01e1, 26) // ZC_SPIRITS2
+packetLen(0x01e1, 26)
#elif PACKETVER >= 20090114
-packetLen(0x01e1, 7) // ZC_SPIRITS2
+packetLen(0x01e1, 7)
#elif PACKETVER >= 20090107
-packetLen(0x01e1, -1) // ZC_SPIRITS2
+packetLen(0x01e1, -1)
#endif
// Packet: 0x01e2
-packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+packetLen(0x01e2, 34)
// Packet: 0x01e3
-packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+packetLen(0x01e3, 14)
// Packet: 0x01e4
-packetLen(0x01e4, 2) // ZC_START_COUPLE
+packetLen(0x01e4, 2)
// Packet: 0x01e5
-packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+packetLen(0x01e5, 6)
// Packet: 0x01e6
-packetLen(0x01e6, 26) // ZC_COUPLENAME
+packetLen(0x01e6, 26)
// Packet: 0x01e7
#if PACKETVER >= 20090406
-packetLen(0x01e7, 2) // CZ_DORIDORI
+packetLen(0x01e7, 2)
#elif PACKETVER >= 20090401
-packetLen(0x01e7, 8) // CZ_DORIDORI
+packetLen(0x01e7, 8)
#elif PACKETVER >= 20090325
-packetLen(0x01e7, -1) // CZ_DORIDORI
+packetLen(0x01e7, -1)
#elif PACKETVER >= 20090318
-packetLen(0x01e7, 86) // CZ_DORIDORI
+packetLen(0x01e7, 86)
#elif PACKETVER >= 20090311
-packetLen(0x01e7, 10) // CZ_DORIDORI
+packetLen(0x01e7, 10)
#elif PACKETVER >= 20090225
-packetLen(0x01e7, 7) // CZ_DORIDORI
+packetLen(0x01e7, 7)
#elif PACKETVER >= 20090218
-packetLen(0x01e7, -1) // CZ_DORIDORI
+packetLen(0x01e7, -1)
#elif PACKETVER >= 20090211
-packetLen(0x01e7, 8) // CZ_DORIDORI
+packetLen(0x01e7, 8)
#elif PACKETVER >= 20090129
-packetLen(0x01e7, -1) // CZ_DORIDORI
+packetLen(0x01e7, -1)
#elif PACKETVER >= 20090120
-packetLen(0x01e7, 5) // CZ_DORIDORI
+packetLen(0x01e7, 5)
#elif PACKETVER >= 20090114
-packetLen(0x01e7, -1) // CZ_DORIDORI
+packetLen(0x01e7, -1)
#elif PACKETVER >= 20090107
-packetLen(0x01e7, 15) // CZ_DORIDORI
+packetLen(0x01e7, 15)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x01e8
#if PACKETVER >= 20090406
-packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 28)
#elif PACKETVER >= 20090401
-packetLen(0x01e8, 6) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 6)
#elif PACKETVER >= 20090325
-packetLen(0x01e8, 4) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 4)
#elif PACKETVER >= 20090225
-packetLen(0x01e8, -1) // CZ_MAKE_GROUP2
+packetLen(0x01e8, -1)
#elif PACKETVER >= 20090218
-packetLen(0x01e8, 10) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 10)
#elif PACKETVER >= 20090204
-packetLen(0x01e8, -1) // CZ_MAKE_GROUP2
+packetLen(0x01e8, -1)
#elif PACKETVER >= 20090129
-packetLen(0x01e8, 10) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 10)
#elif PACKETVER >= 20090120
-packetLen(0x01e8, -1) // CZ_MAKE_GROUP2
+packetLen(0x01e8, -1)
#elif PACKETVER >= 20090114
-packetLen(0x01e8, 14) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 14)
#elif PACKETVER >= 20090107
-packetLen(0x01e8, -1) // CZ_MAKE_GROUP2
+packetLen(0x01e8, -1)
#endif
// Packet: 0x01e9
#if PACKETVER >= 20090406
-packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, 81)
#elif PACKETVER >= 20090325
-packetLen(0x01e9, -1) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, -1)
#elif PACKETVER >= 20090318
-packetLen(0x01e9, 28) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, 28)
#elif PACKETVER >= 20090211
-packetLen(0x01e9, -1) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, -1)
#elif PACKETVER >= 20090204
-packetLen(0x01e9, 79) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, 79)
#elif PACKETVER >= 20090129
-packetLen(0x01e9, 6) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, 6)
#elif PACKETVER >= 20090120
-packetLen(0x01e9, 27) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, 27)
#elif PACKETVER >= 20090114
-packetLen(0x01e9, 55) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, 55)
#elif PACKETVER >= 20090107
-packetLen(0x01e9, 17) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, 17)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x01ea
#if PACKETVER >= 20090406
-packetLen(0x01ea, 6) // ZC_CONGRATULATION
+packetLen(0x01ea, 6)
#elif PACKETVER >= 20090401
-packetLen(0x01ea, -1) // ZC_CONGRATULATION
+packetLen(0x01ea, -1)
#elif PACKETVER >= 20090325
-packetLen(0x01ea, 6) // ZC_CONGRATULATION
+packetLen(0x01ea, 6)
#elif PACKETVER >= 20090318
-packetLen(0x01ea, 2) // ZC_CONGRATULATION
+packetLen(0x01ea, 2)
#elif PACKETVER >= 20090311
-packetLen(0x01ea, 59) // ZC_CONGRATULATION
+packetLen(0x01ea, 59)
#elif PACKETVER >= 20090225
-packetLen(0x01ea, -1) // ZC_CONGRATULATION
+packetLen(0x01ea, -1)
#elif PACKETVER >= 20090218
-packetLen(0x01ea, 66) // ZC_CONGRATULATION
+packetLen(0x01ea, 66)
#elif PACKETVER >= 20090211
-packetLen(0x01ea, -1) // ZC_CONGRATULATION
+packetLen(0x01ea, -1)
#elif PACKETVER >= 20090204
-packetLen(0x01ea, 3) // ZC_CONGRATULATION
+packetLen(0x01ea, 3)
#elif PACKETVER >= 20090129
-packetLen(0x01ea, -1) // ZC_CONGRATULATION
+packetLen(0x01ea, -1)
#elif PACKETVER >= 20090120
-packetLen(0x01ea, 90) // ZC_CONGRATULATION
+packetLen(0x01ea, 90)
#elif PACKETVER >= 20090114
-packetLen(0x01ea, -1) // ZC_CONGRATULATION
+packetLen(0x01ea, -1)
#elif PACKETVER >= 20090107
-packetLen(0x01ea, 3) // ZC_CONGRATULATION
+packetLen(0x01ea, 3)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x01eb
#if PACKETVER >= 20090406
-packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, 10)
#elif PACKETVER >= 20090401
-packetLen(0x01eb, 2) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, 2)
#elif PACKETVER >= 20090325
-packetLen(0x01eb, 14) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, 14)
#elif PACKETVER >= 20090225
-packetLen(0x01eb, -1) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, -1)
#elif PACKETVER >= 20090218
-packetLen(0x01eb, 33) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, 33)
#elif PACKETVER >= 20090211
-packetLen(0x01eb, 6) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, 6)
#elif PACKETVER >= 20090204
-packetLen(0x01eb, -1) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, -1)
#elif PACKETVER >= 20090129
-packetLen(0x01eb, 23) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, 23)
#elif PACKETVER >= 20090120
-packetLen(0x01eb, -1) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, -1)
#elif PACKETVER >= 20090114
-packetLen(0x01eb, 59) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, 59)
#elif PACKETVER >= 20090107
-packetLen(0x01eb, -1) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, -1)
#endif
// Packet: 0x01ec
-packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+packetLen(0x01ec, 26)
// Packet: 0x01ed
#if PACKETVER >= 20090406
-packetLen(0x01ed, 2) // CZ_CHOPOKGI
+packetLen(0x01ed, 2)
#elif PACKETVER >= 20090401
-packetLen(0x01ed, -1) // CZ_CHOPOKGI
+packetLen(0x01ed, -1)
#elif PACKETVER >= 20090325
-packetLen(0x01ed, 5) // CZ_CHOPOKGI
+packetLen(0x01ed, 5)
#elif PACKETVER >= 20090311
-packetLen(0x01ed, -1) // CZ_CHOPOKGI
+packetLen(0x01ed, -1)
#elif PACKETVER >= 20090211
-packetLen(0x01ed, 2) // CZ_CHOPOKGI
+packetLen(0x01ed, 2)
#elif PACKETVER >= 20090107
-packetLen(0x01ed, 67) // CZ_CHOPOKGI
+packetLen(0x01ed, 67)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x01ee
#if PACKETVER >= 20090401
-packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, -1)
#elif PACKETVER >= 20090325
-packetLen(0x01ee, 4) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, 4)
#elif PACKETVER >= 20090318
-packetLen(0x01ee, 7) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, 7)
#elif PACKETVER >= 20090311
-packetLen(0x01ee, 6) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, 6)
#elif PACKETVER >= 20090218
-packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, -1)
#elif PACKETVER >= 20090211
-packetLen(0x01ee, 6) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, 6)
#elif PACKETVER >= 20090129
-packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, -1)
#elif PACKETVER >= 20090120
-packetLen(0x01ee, 2) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, 2)
#elif PACKETVER >= 20090114
-packetLen(0x01ee, 11) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, 11)
#elif PACKETVER >= 20090107
-packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, -1)
#endif
// Packet: 0x01ef
#if PACKETVER >= 20090325
-packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, -1)
#elif PACKETVER >= 20090318
-packetLen(0x01ef, 9) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, 9)
#elif PACKETVER >= 20090225
-packetLen(0x01ef, 2) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, 2)
#elif PACKETVER >= 20090218
-packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, -1)
#elif PACKETVER >= 20090211
-packetLen(0x01ef, 4) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, 4)
#elif PACKETVER >= 20090204
-packetLen(0x01ef, 18) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, 18)
#elif PACKETVER >= 20090129
-packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, -1)
#elif PACKETVER >= 20090120
-packetLen(0x01ef, 14) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, 14)
#elif PACKETVER >= 20090114
-packetLen(0x01ef, 30) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, 30)
#elif PACKETVER >= 20090107
-packetLen(0x01ef, 14) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, 14)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x01f0
#if PACKETVER >= 20090401
-packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, -1)
#elif PACKETVER >= 20090325
-packetLen(0x01f0, 60) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, 60)
#elif PACKETVER >= 20090318
-packetLen(0x01f0, 6) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, 6)
#elif PACKETVER >= 20090218
-packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, -1)
#elif PACKETVER >= 20090211
-packetLen(0x01f0, 4) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, 4)
#elif PACKETVER >= 20090204
-packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, -1)
#elif PACKETVER >= 20090129
-packetLen(0x01f0, 6) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, 6)
#elif PACKETVER >= 20090107
-packetLen(0x01f0, 10) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, 10)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x01f1
-packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+packetLen(0x01f1, -1)
// Packet: 0x01f2
#if PACKETVER >= 20090406
-packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, 20)
#elif PACKETVER >= 20090325
-packetLen(0x01f2, -1) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, -1)
#elif PACKETVER >= 20090318
-packetLen(0x01f2, 11) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, 11)
#elif PACKETVER >= 20090311
-packetLen(0x01f2, 4) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, 4)
#elif PACKETVER >= 20090225
-packetLen(0x01f2, -1) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, -1)
#elif PACKETVER >= 20090218
-packetLen(0x01f2, 18) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, 18)
#elif PACKETVER >= 20090211
-packetLen(0x01f2, -1) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, -1)
#elif PACKETVER >= 20090204
-packetLen(0x01f2, 5) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, 5)
#elif PACKETVER >= 20090114
-packetLen(0x01f2, -1) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, -1)
#elif PACKETVER >= 20090107
-packetLen(0x01f2, 12) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, 12)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x01f3
-packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+packetLen(0x01f3, 10)
// Packet: 0x01f4
#if PACKETVER >= 20090406
-packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, 32)
#elif PACKETVER >= 20090401
-packetLen(0x01f4, -1) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, -1)
#elif PACKETVER >= 20090325
-packetLen(0x01f4, 6) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, 6)
#elif PACKETVER >= 20090318
-packetLen(0x01f4, -1) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, -1)
#elif PACKETVER >= 20090311
-packetLen(0x01f4, 20) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, 20)
#elif PACKETVER >= 20090225
-packetLen(0x01f4, 37) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, 37)
#elif PACKETVER >= 20090120
-packetLen(0x01f4, -1) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, -1)
#elif PACKETVER >= 20090114
-packetLen(0x01f4, 8) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, 8)
#elif PACKETVER >= 20090107
-packetLen(0x01f4, 12) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, 12)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x01f5
#if PACKETVER >= 20090406
-packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, 9)
#elif PACKETVER >= 20090225
-packetLen(0x01f5, -1) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, -1)
#elif PACKETVER >= 20090218
-packetLen(0x01f5, 26) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, 26)
#elif PACKETVER >= 20090211
-packetLen(0x01f5, 6) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, 6)
#elif PACKETVER >= 20090204
-packetLen(0x01f5, 54) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, 54)
#elif PACKETVER >= 20090129
-packetLen(0x01f5, -1) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, -1)
#elif PACKETVER >= 20090120
-packetLen(0x01f5, 11) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, 11)
#elif PACKETVER >= 20090114
-packetLen(0x01f5, -1) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, -1)
#elif PACKETVER >= 20090107
-packetLen(0x01f5, 3) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, 3)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x01f6
-packetLen(0x01f6, 34) // ZC_REQ_BABY
+packetLen(0x01f6, 34)
// Packet: 0x01f7
-packetLen(0x01f7, 14) // CZ_JOIN_BABY
+packetLen(0x01f7, 14)
// Packet: 0x01f8
-packetLen(0x01f8, 2) // ZC_START_BABY
+packetLen(0x01f8, 2)
// Packet: 0x01f9
-packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+packetLen(0x01f9, 6)
// Packet: 0x01fa
-packetLen(0x01fa, 48) // CA_LOGIN3
+packetLen(0x01fa, 48)
// Packet: 0x01fb
-packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+packetLen(0x01fb, 56)
// Packet: 0x01fc
#if PACKETVER >= 20090325
-packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, -1)
#elif PACKETVER >= 20090318
-packetLen(0x01fc, 8) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, 8)
#elif PACKETVER >= 20090311
-packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, -1)
#elif PACKETVER >= 20090225
-packetLen(0x01fc, 4) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, 4)
#elif PACKETVER >= 20090211
-packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, -1)
#elif PACKETVER >= 20090204
-packetLen(0x01fc, 30) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, 30)
#elif PACKETVER >= 20090120
-packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, -1)
#elif PACKETVER >= 20090107
-packetLen(0x01fc, 11) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, 11)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x01fd
#if PACKETVER >= 20090406
-packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 15)
#elif PACKETVER >= 20090401
-packetLen(0x01fd, -1) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, -1)
#elif PACKETVER >= 20090325
-packetLen(0x01fd, 10) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 10)
#elif PACKETVER >= 20090318
-packetLen(0x01fd, -1) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, -1)
#elif PACKETVER >= 20090311
-packetLen(0x01fd, 10) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 10)
#elif PACKETVER >= 20090225
-packetLen(0x01fd, 29) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 29)
#elif PACKETVER >= 20090218
-packetLen(0x01fd, 26) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 26)
#elif PACKETVER >= 20090120
-packetLen(0x01fd, -1) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, -1)
#elif PACKETVER >= 20090114
-packetLen(0x01fd, 53) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 53)
#elif PACKETVER >= 20090107
-packetLen(0x01fd, -1) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, -1)
#endif
// Packet: 0x01fe
#if PACKETVER >= 20090406
-packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, 5)
#elif PACKETVER >= 20090401
-packetLen(0x01fe, 28) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, 28)
#elif PACKETVER >= 20090325
-packetLen(0x01fe, 44) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, 44)
#elif PACKETVER >= 20090120
-packetLen(0x01fe, -1) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, -1)
#elif PACKETVER >= 20090114
-packetLen(0x01fe, 10) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, 10)
#elif PACKETVER >= 20090107
-packetLen(0x01fe, 15) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, 15)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x01ff
-packetLen(0x01ff, 10) // ZC_HIGHJUMP
+packetLen(0x01ff, 10)
// Packet: 0x0200
-packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+packetLen(0x0200, 26)
// Packet: 0x0201
#if PACKETVER >= 20090406
-packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+packetLen(0x0201, -1)
#elif PACKETVER >= 20090401
-packetLen(0x0201, 58) // ZC_FRIENDS_LIST
+packetLen(0x0201, 58)
#elif PACKETVER >= 20090225
-packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+packetLen(0x0201, -1)
#elif PACKETVER >= 20090218
-packetLen(0x0201, 5) // ZC_FRIENDS_LIST
+packetLen(0x0201, 5)
#elif PACKETVER >= 20090120
-packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+packetLen(0x0201, -1)
#elif PACKETVER >= 20090114
-packetLen(0x0201, 4) // ZC_FRIENDS_LIST
+packetLen(0x0201, 4)
#elif PACKETVER >= 20090107
-packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+packetLen(0x0201, -1)
#endif
// Packet: 0x0202
#if PACKETVER >= 20090406
-packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+packetLen(0x0202, 26)
#elif PACKETVER >= 20090401
-packetLen(0x0202, 4) // CZ_ADD_FRIENDS
+packetLen(0x0202, 4)
#elif PACKETVER >= 20090218
-packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+packetLen(0x0202, -1)
#elif PACKETVER >= 20090211
-packetLen(0x0202, 27) // CZ_ADD_FRIENDS
+packetLen(0x0202, 27)
#elif PACKETVER >= 20090204
-packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+packetLen(0x0202, -1)
#elif PACKETVER >= 20090129
-packetLen(0x0202, 13) // CZ_ADD_FRIENDS
+packetLen(0x0202, 13)
#elif PACKETVER >= 20090114
-packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+packetLen(0x0202, -1)
#elif PACKETVER >= 20090107
-packetLen(0x0202, 11) // CZ_ADD_FRIENDS
+packetLen(0x0202, 11)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x0203
#if PACKETVER >= 20090406
-packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+packetLen(0x0203, 10)
#elif PACKETVER >= 20090401
-packetLen(0x0203, 26) // CZ_DELETE_FRIENDS
+packetLen(0x0203, 26)
#elif PACKETVER >= 20090325
-packetLen(0x0203, 2) // CZ_DELETE_FRIENDS
+packetLen(0x0203, 2)
#elif PACKETVER >= 20090318
-packetLen(0x0203, -1) // CZ_DELETE_FRIENDS
+packetLen(0x0203, -1)
#elif PACKETVER >= 20090311
-packetLen(0x0203, 7) // CZ_DELETE_FRIENDS
+packetLen(0x0203, 7)
#elif PACKETVER >= 20090225
-packetLen(0x0203, 11) // CZ_DELETE_FRIENDS
+packetLen(0x0203, 11)
#elif PACKETVER >= 20090218
-packetLen(0x0203, -1) // CZ_DELETE_FRIENDS
+packetLen(0x0203, -1)
#elif PACKETVER >= 20090211
-packetLen(0x0203, 29) // CZ_DELETE_FRIENDS
+packetLen(0x0203, 29)
#elif PACKETVER >= 20090204
-packetLen(0x0203, 67) // CZ_DELETE_FRIENDS
+packetLen(0x0203, 67)
#elif PACKETVER >= 20090129
-packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+packetLen(0x0203, 10)
#elif PACKETVER >= 20090120
-packetLen(0x0203, 2) // CZ_DELETE_FRIENDS
+packetLen(0x0203, 2)
#elif PACKETVER >= 20090107
-packetLen(0x0203, -1) // CZ_DELETE_FRIENDS
+packetLen(0x0203, -1)
#endif
// Packet: 0x0204
-packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+packetLen(0x0204, 18)
// Packet: 0x0205
-packetLen(0x0205, 26) // ZC_DIVORCE
+packetLen(0x0205, 26)
// Packet: 0x0206
#if PACKETVER >= 20090406
-packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+packetLen(0x0206, 11)
#elif PACKETVER >= 20090401
-packetLen(0x0206, -1) // ZC_FRIENDS_STATE
+packetLen(0x0206, -1)
#elif PACKETVER >= 20090325
-packetLen(0x0206, 18) // ZC_FRIENDS_STATE
+packetLen(0x0206, 18)
#elif PACKETVER >= 20090318
-packetLen(0x0206, 71) // ZC_FRIENDS_STATE
+packetLen(0x0206, 71)
#elif PACKETVER >= 20090311
-packetLen(0x0206, -1) // ZC_FRIENDS_STATE
+packetLen(0x0206, -1)
#elif PACKETVER >= 20090225
-packetLen(0x0206, 14) // ZC_FRIENDS_STATE
+packetLen(0x0206, 14)
#elif PACKETVER >= 20090218
-packetLen(0x0206, 7) // ZC_FRIENDS_STATE
+packetLen(0x0206, 7)
#elif PACKETVER >= 20090211
-packetLen(0x0206, -1) // ZC_FRIENDS_STATE
+packetLen(0x0206, -1)
#elif PACKETVER >= 20090204
-packetLen(0x0206, 3) // ZC_FRIENDS_STATE
+packetLen(0x0206, 3)
#elif PACKETVER >= 20090129
-packetLen(0x0206, -1) // ZC_FRIENDS_STATE
+packetLen(0x0206, -1)
#elif PACKETVER >= 20090120
-packetLen(0x0206, 4) // ZC_FRIENDS_STATE
+packetLen(0x0206, 4)
#elif PACKETVER >= 20090107
-packetLen(0x0206, 6) // ZC_FRIENDS_STATE
+packetLen(0x0206, 6)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x0207
#if PACKETVER >= 20090406
-packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, 34)
#elif PACKETVER >= 20090401
-packetLen(0x0207, -1) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, -1)
#elif PACKETVER >= 20090325
-packetLen(0x0207, 7) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, 7)
#elif PACKETVER >= 20090318
-packetLen(0x0207, 9) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, 9)
#elif PACKETVER >= 20090311
-packetLen(0x0207, 3) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, 3)
#elif PACKETVER >= 20090225
-packetLen(0x0207, 7) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, 7)
#elif PACKETVER >= 20090218
-packetLen(0x0207, 9) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, 9)
#elif PACKETVER >= 20090211
-packetLen(0x0207, -1) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, -1)
#elif PACKETVER >= 20090204
-packetLen(0x0207, 30) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, 30)
#elif PACKETVER >= 20090129
-packetLen(0x0207, 7) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, 7)
#elif PACKETVER >= 20090107
-packetLen(0x0207, -1) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, -1)
#endif
// Packet: 0x0208
#if PACKETVER >= 20090406
-packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, 14)
#elif PACKETVER >= 20090401
-packetLen(0x0208, -1) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, -1)
#elif PACKETVER >= 20090325
-packetLen(0x0208, 2) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, 2)
#elif PACKETVER >= 20090318
-packetLen(0x0208, 31) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, 31)
#elif PACKETVER >= 20090311
-packetLen(0x0208, 8) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, 8)
#elif PACKETVER >= 20090225
-packetLen(0x0208, 6) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, 6)
#elif PACKETVER >= 20090218
-packetLen(0x0208, 30) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, 30)
#elif PACKETVER >= 20090120
-packetLen(0x0208, -1) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, -1)
#elif PACKETVER >= 20090114
-packetLen(0x0208, 26) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, 26)
#elif PACKETVER >= 20090107
-packetLen(0x0208, -1) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, -1)
#endif
// Packet: 0x0209
#if PACKETVER >= 20090406
-packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, 36)
#elif PACKETVER >= 20090401
-packetLen(0x0209, -1) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, -1)
#elif PACKETVER >= 20090325
-packetLen(0x0209, 4) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, 4)
#elif PACKETVER >= 20090318
-packetLen(0x0209, 6) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, 6)
#elif PACKETVER >= 20090311
-packetLen(0x0209, 4) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, 4)
#elif PACKETVER >= 20090225
-packetLen(0x0209, 2) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, 2)
#elif PACKETVER >= 20090204
-packetLen(0x0209, -1) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, -1)
#elif PACKETVER >= 20090129
-packetLen(0x0209, 86) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, 86)
#elif PACKETVER >= 20090120
-packetLen(0x0209, 6) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, 6)
#elif PACKETVER >= 20090107
-packetLen(0x0209, -1) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, -1)
#endif
// Packet: 0x020a
#if PACKETVER >= 20090406
-packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 10)
#elif PACKETVER >= 20090401
-packetLen(0x020a, 31) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 31)
#elif PACKETVER >= 20090311
-packetLen(0x020a, -1) // ZC_DELETE_FRIENDS
+packetLen(0x020a, -1)
#elif PACKETVER >= 20090225
-packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 10)
#elif PACKETVER >= 20090218
-packetLen(0x020a, 2) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 2)
#elif PACKETVER >= 20090120
-packetLen(0x020a, -1) // ZC_DELETE_FRIENDS
+packetLen(0x020a, -1)
#elif PACKETVER >= 20090114
-packetLen(0x020a, 4) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 4)
#elif PACKETVER >= 20090107
-packetLen(0x020a, 4) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 4)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x020d
-packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+packetLen(0x020d, -1)
// Packet: 0x020e
#if PACKETVER >= 20090406
-packetLen(0x020e, 32) // ZC_STARSKILL
+packetLen(0x020e, 32)
#elif PACKETVER >= 20090318
-packetLen(0x020e, -1) // ZC_STARSKILL
+packetLen(0x020e, -1)
#elif PACKETVER >= 20090311
-packetLen(0x020e, 12) // ZC_STARSKILL
+packetLen(0x020e, 12)
#elif PACKETVER >= 20090225
-packetLen(0x020e, -1) // ZC_STARSKILL
+packetLen(0x020e, -1)
#elif PACKETVER >= 20090218
-packetLen(0x020e, 10) // ZC_STARSKILL
+packetLen(0x020e, 10)
#elif PACKETVER >= 20090211
-packetLen(0x020e, 4) // ZC_STARSKILL
+packetLen(0x020e, 4)
#elif PACKETVER >= 20090204
-packetLen(0x020e, 6) // ZC_STARSKILL
+packetLen(0x020e, 6)
#elif PACKETVER >= 20090129
-packetLen(0x020e, 2) // ZC_STARSKILL
+packetLen(0x020e, 2)
#elif PACKETVER >= 20090120
-packetLen(0x020e, 6) // ZC_STARSKILL
+packetLen(0x020e, 6)
#elif PACKETVER >= 20090107
-packetLen(0x020e, 6) // ZC_STARSKILL
+packetLen(0x020e, 6)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x0212
-packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+packetLen(0x0212, 26)
// Packet: 0x0213
-packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+packetLen(0x0213, 26)
// Packet: 0x0214
-packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+packetLen(0x0214, 42)
// Packet: 0x0215
-packetLen(0x0215, 6) // ZC_SKILLMSG
+packetLen(0x0215, 6)
// Packet: 0x0216
-packetLen(0x0216, 6) // ZC_BABYMSG
+packetLen(0x0216, 6)
// Packet: 0x0217
#if PACKETVER >= 20090406
-packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 2)
#elif PACKETVER >= 20090401
-packetLen(0x0217, 102) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 102)
#elif PACKETVER >= 20090325
-packetLen(0x0217, 3) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 3)
#elif PACKETVER >= 20090311
-packetLen(0x0217, -1) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, -1)
#elif PACKETVER >= 20090225
-packetLen(0x0217, 8) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 8)
#elif PACKETVER >= 20090218
-packetLen(0x0217, -1) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, -1)
#elif PACKETVER >= 20090211
-packetLen(0x0217, 26) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 26)
#elif PACKETVER >= 20090204
-packetLen(0x0217, 24) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 24)
#elif PACKETVER >= 20090129
-packetLen(0x0217, 10) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 10)
#elif PACKETVER >= 20090120
-packetLen(0x0217, 14) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 14)
#elif PACKETVER >= 20090114
-packetLen(0x0217, 44) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 44)
#elif PACKETVER >= 20090107
-packetLen(0x0217, -1) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, -1)
#endif
// Packet: 0x0218
#if PACKETVER >= 20090406
-packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, 2)
#elif PACKETVER >= 20090325
-packetLen(0x0218, -1) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, -1)
#elif PACKETVER >= 20090318
-packetLen(0x0218, 28) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, 28)
#elif PACKETVER >= 20090225
-packetLen(0x0218, -1) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, -1)
#elif PACKETVER >= 20090218
-packetLen(0x0218, 9) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, 9)
#elif PACKETVER >= 20090211
-packetLen(0x0218, 66) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, 66)
#elif PACKETVER >= 20090204
-packetLen(0x0218, 6) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, 6)
#elif PACKETVER >= 20090107
-packetLen(0x0218, -1) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, -1)
#endif
// Packet: 0x0219
#if PACKETVER >= 20090406
-packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 282)
#elif PACKETVER >= 20090311
-packetLen(0x0219, -1) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, -1)
#elif PACKETVER >= 20090225
-packetLen(0x0219, 28) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 28)
#elif PACKETVER >= 20090218
-packetLen(0x0219, -1) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, -1)
#elif PACKETVER >= 20090211
-packetLen(0x0219, 6) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 6)
#elif PACKETVER >= 20090204
-packetLen(0x0219, -1) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, -1)
#elif PACKETVER >= 20090129
-packetLen(0x0219, 58) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 58)
#elif PACKETVER >= 20090120
-packetLen(0x0219, -1) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, -1)
#elif PACKETVER >= 20090114
-packetLen(0x0219, 2) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 2)
#elif PACKETVER >= 20090107
-packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 282)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x021a
#if PACKETVER >= 20090406
-packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, 282)
#elif PACKETVER >= 20090325
-packetLen(0x021a, -1) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, -1)
#elif PACKETVER >= 20090318
-packetLen(0x021a, 23) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, 23)
#elif PACKETVER >= 20090107
-packetLen(0x021a, -1) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, -1)
#endif
// Packet: 0x021b
#if PACKETVER >= 20090406
-packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, 10)
#elif PACKETVER >= 20090311
-packetLen(0x021b, -1) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, -1)
#elif PACKETVER >= 20090225
-packetLen(0x021b, 6) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, 6)
#elif PACKETVER >= 20090218
-packetLen(0x021b, 15) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, 15)
#elif PACKETVER >= 20090204
-packetLen(0x021b, -1) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, -1)
#elif PACKETVER >= 20090129
-packetLen(0x021b, 55) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, 55)
#elif PACKETVER >= 20090107
-packetLen(0x021b, 28) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, 28)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x021c
#if PACKETVER >= 20090406
-packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, 10)
#elif PACKETVER >= 20090401
-packetLen(0x021c, -1) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, -1)
#elif PACKETVER >= 20090325
-packetLen(0x021c, 11) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, 11)
#elif PACKETVER >= 20090311
-packetLen(0x021c, -1) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, -1)
#elif PACKETVER >= 20090225
-packetLen(0x021c, 9) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, 9)
#elif PACKETVER >= 20090218
-packetLen(0x021c, -1) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, -1)
#elif PACKETVER >= 20090211
-packetLen(0x021c, 11) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, 11)
#elif PACKETVER >= 20090204
-packetLen(0x021c, 2) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, 2)
#elif PACKETVER >= 20090129
-packetLen(0x021c, -1) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, -1)
#elif PACKETVER >= 20090120
-packetLen(0x021c, 79) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, 79)
#elif PACKETVER >= 20090107
-packetLen(0x021c, -1) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, -1)
#endif
// Packet: 0x021d
-packetLen(0x021d, 6) // CZ_LESSEFFECT
+packetLen(0x021d, 6)
// Packet: 0x021e
-packetLen(0x021e, 6) // ZC_LESSEFFECT
+packetLen(0x021e, 6)
// Packet: 0x021f
-packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+packetLen(0x021f, 66)
// Packet: 0x0220
-packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+packetLen(0x0220, 10)
// Packet: 0x0221
-packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+packetLen(0x0221, -1)
// Packet: 0x0222
-packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+packetLen(0x0222, 6)
// Packet: 0x0223
-packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+packetLen(0x0223, 8)
// Packet: 0x0224
#if PACKETVER >= 20090406
-packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+packetLen(0x0224, 10)
#elif PACKETVER >= 20090401
-packetLen(0x0224, -1) // ZC_TAEKWON_POINT
+packetLen(0x0224, -1)
#elif PACKETVER >= 20090325
-packetLen(0x0224, 4) // ZC_TAEKWON_POINT
+packetLen(0x0224, 4)
#elif PACKETVER >= 20090318
-packetLen(0x0224, 6) // ZC_TAEKWON_POINT
+packetLen(0x0224, 6)
#elif PACKETVER >= 20090225
-packetLen(0x0224, -1) // ZC_TAEKWON_POINT
+packetLen(0x0224, -1)
#elif PACKETVER >= 20090218
-packetLen(0x0224, 19) // ZC_TAEKWON_POINT
+packetLen(0x0224, 19)
#elif PACKETVER >= 20090211
-packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+packetLen(0x0224, 10)
#elif PACKETVER >= 20090204
-packetLen(0x0224, 2) // ZC_TAEKWON_POINT
+packetLen(0x0224, 2)
#elif PACKETVER >= 20090129
-packetLen(0x0224, 16) // ZC_TAEKWON_POINT
+packetLen(0x0224, 16)
#elif PACKETVER >= 20090120
-packetLen(0x0224, 26) // ZC_TAEKWON_POINT
+packetLen(0x0224, 26)
#elif PACKETVER >= 20090107
-packetLen(0x0224, 60) // ZC_TAEKWON_POINT
+packetLen(0x0224, 60)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x0225
#if PACKETVER >= 20090406
-packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+packetLen(0x0225, 2)
#elif PACKETVER >= 20090401
-packetLen(0x0225, 66) // CZ_TAEKWON_RANK
+packetLen(0x0225, 66)
#elif PACKETVER >= 20090325
-packetLen(0x0225, -1) // CZ_TAEKWON_RANK
+packetLen(0x0225, -1)
#elif PACKETVER >= 20090318
-packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+packetLen(0x0225, 2)
#elif PACKETVER >= 20090311
-packetLen(0x0225, 4) // CZ_TAEKWON_RANK
+packetLen(0x0225, 4)
#elif PACKETVER >= 20090225
-packetLen(0x0225, -1) // CZ_TAEKWON_RANK
+packetLen(0x0225, -1)
#elif PACKETVER >= 20090218
-packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+packetLen(0x0225, 2)
#elif PACKETVER >= 20090211
-packetLen(0x0225, -1) // CZ_TAEKWON_RANK
+packetLen(0x0225, -1)
#elif PACKETVER >= 20090204
-packetLen(0x0225, 10) // CZ_TAEKWON_RANK
+packetLen(0x0225, 10)
#elif PACKETVER >= 20090129
-packetLen(0x0225, 44) // CZ_TAEKWON_RANK
+packetLen(0x0225, 44)
#elif PACKETVER >= 20090107
-packetLen(0x0225, -1) // CZ_TAEKWON_RANK
+packetLen(0x0225, -1)
#endif
// Packet: 0x0226
#if PACKETVER >= 20090406
-packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+packetLen(0x0226, 282)
#elif PACKETVER >= 20090401
-packetLen(0x0226, -1) // ZC_TAEKWON_RANK
+packetLen(0x0226, -1)
#elif PACKETVER >= 20090325
-packetLen(0x0226, 2) // ZC_TAEKWON_RANK
+packetLen(0x0226, 2)
#elif PACKETVER >= 20090318
-packetLen(0x0226, 53) // ZC_TAEKWON_RANK
+packetLen(0x0226, 53)
#elif PACKETVER >= 20090311
-packetLen(0x0226, 55) // ZC_TAEKWON_RANK
+packetLen(0x0226, 55)
#elif PACKETVER >= 20090218
-packetLen(0x0226, -1) // ZC_TAEKWON_RANK
+packetLen(0x0226, -1)
#elif PACKETVER >= 20090211
-packetLen(0x0226, 10) // ZC_TAEKWON_RANK
+packetLen(0x0226, 10)
#elif PACKETVER >= 20090129
-packetLen(0x0226, -1) // ZC_TAEKWON_RANK
+packetLen(0x0226, -1)
#elif PACKETVER >= 20090114
-packetLen(0x0226, 6) // ZC_TAEKWON_RANK
+packetLen(0x0226, 6)
#elif PACKETVER >= 20090107
-packetLen(0x0226, 102) // ZC_TAEKWON_RANK
+packetLen(0x0226, 102)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x0227
#if PACKETVER >= 20090406
-packetLen(0x0227, 18) // ZC_GAME_GUARD
+packetLen(0x0227, 18)
#elif PACKETVER >= 20090401
-packetLen(0x0227, 22) // ZC_GAME_GUARD
+packetLen(0x0227, 22)
#elif PACKETVER >= 20090311
-packetLen(0x0227, -1) // ZC_GAME_GUARD
+packetLen(0x0227, -1)
#elif PACKETVER >= 20090225
-packetLen(0x0227, 86) // ZC_GAME_GUARD
+packetLen(0x0227, 86)
#elif PACKETVER >= 20090218
-packetLen(0x0227, 17) // ZC_GAME_GUARD
+packetLen(0x0227, 17)
#elif PACKETVER >= 20090211
-packetLen(0x0227, 20) // ZC_GAME_GUARD
+packetLen(0x0227, 20)
#elif PACKETVER >= 20090204
-packetLen(0x0227, -1) // ZC_GAME_GUARD
+packetLen(0x0227, -1)
#elif PACKETVER >= 20090129
-packetLen(0x0227, 4) // ZC_GAME_GUARD
+packetLen(0x0227, 4)
#elif PACKETVER >= 20090120
-packetLen(0x0227, 29) // ZC_GAME_GUARD
+packetLen(0x0227, 29)
#elif PACKETVER >= 20090114
-packetLen(0x0227, 4) // ZC_GAME_GUARD
+packetLen(0x0227, 4)
#elif PACKETVER >= 20090107
-packetLen(0x0227, 9) // ZC_GAME_GUARD
+packetLen(0x0227, 9)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x0228
-packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+packetLen(0x0228, 18)
// Packet: 0x0229
#if PACKETVER >= 20090406
-packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+packetLen(0x0229, 15)
#elif PACKETVER >= 20090401
-packetLen(0x0229, 33) // ZC_STATE_CHANGE3
+packetLen(0x0229, 33)
#elif PACKETVER >= 20090325
-packetLen(0x0229, 39) // ZC_STATE_CHANGE3
+packetLen(0x0229, 39)
#elif PACKETVER >= 20090318
-packetLen(0x0229, 27) // ZC_STATE_CHANGE3
+packetLen(0x0229, 27)
#elif PACKETVER >= 20090129
-packetLen(0x0229, -1) // ZC_STATE_CHANGE3
+packetLen(0x0229, -1)
#elif PACKETVER >= 20090120
-packetLen(0x0229, 9) // ZC_STATE_CHANGE3
+packetLen(0x0229, 9)
#elif PACKETVER >= 20090107
-packetLen(0x0229, -1) // ZC_STATE_CHANGE3
+packetLen(0x0229, -1)
#endif
// Packet: 0x022a
#if PACKETVER >= 20090406
-packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 58)
#elif PACKETVER >= 20090401
-packetLen(0x022a, 10) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 10)
#elif PACKETVER >= 20090325
-packetLen(0x022a, 6) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 6)
#elif PACKETVER >= 20090318
-packetLen(0x022a, 26) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 26)
#elif PACKETVER >= 20090311
-packetLen(0x022a, 3) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 3)
#elif PACKETVER >= 20090225
-packetLen(0x022a, -1) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, -1)
#elif PACKETVER >= 20090218
-packetLen(0x022a, 6) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 6)
#elif PACKETVER >= 20090211
-packetLen(0x022a, 26) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 26)
#elif PACKETVER >= 20090204
-packetLen(0x022a, 4) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 4)
#elif PACKETVER >= 20090129
-packetLen(0x022a, -1) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, -1)
#elif PACKETVER >= 20090120
-packetLen(0x022a, 282) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 282)
#elif PACKETVER >= 20090114
-packetLen(0x022a, -1) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, -1)
#elif PACKETVER >= 20090107
-packetLen(0x022a, 30) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 30)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x022b
#if PACKETVER >= 20090406
-packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, 57)
#elif PACKETVER >= 20090401
-packetLen(0x022b, -1) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, -1)
#elif PACKETVER >= 20090325
-packetLen(0x022b, 2) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, 2)
#elif PACKETVER >= 20090225
-packetLen(0x022b, -1) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, -1)
#elif PACKETVER >= 20090218
-packetLen(0x022b, 12) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, 12)
#elif PACKETVER >= 20090211
-packetLen(0x022b, 16) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, 16)
#elif PACKETVER >= 20090129
-packetLen(0x022b, -1) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, -1)
#elif PACKETVER >= 20090120
-packetLen(0x022b, 3) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, 3)
#elif PACKETVER >= 20090107
-packetLen(0x022b, -1) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, -1)
#endif
// Packet: 0x022c
#if PACKETVER >= 20090406
-packetLen(0x022c, 65) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, 65)
#elif PACKETVER >= 20090401
-packetLen(0x022c, 6) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, 6)
#elif PACKETVER >= 20090318
-packetLen(0x022c, -1) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, -1)
#elif PACKETVER >= 20090311
-packetLen(0x022c, 2) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, 2)
#elif PACKETVER >= 20090211
-packetLen(0x022c, -1) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, -1)
#elif PACKETVER >= 20090204
-packetLen(0x022c, 5) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, 5)
#elif PACKETVER >= 20090114
-packetLen(0x022c, -1) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, -1)
#elif PACKETVER >= 20090107
-packetLen(0x022c, 6) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, 6)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x022d
#if PACKETVER >= 20090406
-packetLen(0x022d, 5) // CZ_COMMAND_MER
+packetLen(0x022d, 5)
#elif PACKETVER >= 20090401
-packetLen(0x022d, 27) // CZ_COMMAND_MER
+packetLen(0x022d, 27)
#elif PACKETVER >= 20090325
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20090318
-packetLen(0x022d, 10) // CZ_COMMAND_MER
+packetLen(0x022d, 10)
#elif PACKETVER >= 20090311
-packetLen(0x022d, 28) // CZ_COMMAND_MER
+packetLen(0x022d, 28)
#elif PACKETVER >= 20090225
-packetLen(0x022d, 11) // CZ_COMMAND_MER
+packetLen(0x022d, 11)
#elif PACKETVER >= 20090218
-packetLen(0x022d, 67) // CZ_COMMAND_MER
+packetLen(0x022d, 67)
#elif PACKETVER >= 20090211
-packetLen(0x022d, 31) // CZ_COMMAND_MER
+packetLen(0x022d, 31)
#elif PACKETVER >= 20090204
-packetLen(0x022d, 8) // CZ_COMMAND_MER
+packetLen(0x022d, 8)
#elif PACKETVER >= 20090114
-packetLen(0x022d, -1) // CZ_COMMAND_MER
+packetLen(0x022d, -1)
#elif PACKETVER >= 20090107
-packetLen(0x022d, 14) // CZ_COMMAND_MER
+packetLen(0x022d, 14)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x022e
#if PACKETVER >= 20090406
-packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 71)
#elif PACKETVER >= 20090401
-packetLen(0x022e, 2) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 2)
#elif PACKETVER >= 20090325
-packetLen(0x022e, 16) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 16)
#elif PACKETVER >= 20090311
-packetLen(0x022e, -1) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, -1)
#elif PACKETVER >= 20090225
-packetLen(0x022e, 26) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 26)
#elif PACKETVER >= 20090129
-packetLen(0x022e, -1) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, -1)
#elif PACKETVER >= 20090120
-packetLen(0x022e, 8) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 8)
#elif PACKETVER >= 20090107
-packetLen(0x022e, 186) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 186)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x022f
#if PACKETVER >= 20090406
-packetLen(0x022f, 5) // ZC_FEED_MER
+packetLen(0x022f, 5)
#elif PACKETVER >= 20090401
-packetLen(0x022f, 17) // ZC_FEED_MER
+packetLen(0x022f, 17)
#elif PACKETVER >= 20090325
-packetLen(0x022f, 39) // ZC_FEED_MER
+packetLen(0x022f, 39)
#elif PACKETVER >= 20090318
-packetLen(0x022f, -1) // ZC_FEED_MER
+packetLen(0x022f, -1)
#elif PACKETVER >= 20090311
-packetLen(0x022f, 23) // ZC_FEED_MER
+packetLen(0x022f, 23)
#elif PACKETVER >= 20090225
-packetLen(0x022f, -1) // ZC_FEED_MER
+packetLen(0x022f, -1)
#elif PACKETVER >= 20090218
-packetLen(0x022f, 12) // ZC_FEED_MER
+packetLen(0x022f, 12)
#elif PACKETVER >= 20090211
-packetLen(0x022f, 5) // ZC_FEED_MER
+packetLen(0x022f, 5)
#elif PACKETVER >= 20090129
-packetLen(0x022f, -1) // ZC_FEED_MER
+packetLen(0x022f, -1)
#elif PACKETVER >= 20090120
-packetLen(0x022f, 31) // ZC_FEED_MER
+packetLen(0x022f, 31)
#elif PACKETVER >= 20090114
-packetLen(0x022f, -1) // ZC_FEED_MER
+packetLen(0x022f, -1)
#elif PACKETVER >= 20090107
-packetLen(0x022f, 2) // ZC_FEED_MER
+packetLen(0x022f, 2)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x0230
#if PACKETVER >= 20090406
-packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+packetLen(0x0230, 12)
#elif PACKETVER >= 20090311
-packetLen(0x0230, -1) // ZC_CHANGESTATE_MER
+packetLen(0x0230, -1)
#elif PACKETVER >= 20090225
-packetLen(0x0230, 30) // ZC_CHANGESTATE_MER
+packetLen(0x0230, 30)
#elif PACKETVER >= 20090218
-packetLen(0x0230, -1) // ZC_CHANGESTATE_MER
+packetLen(0x0230, -1)
#elif PACKETVER >= 20090211
-packetLen(0x0230, 10) // ZC_CHANGESTATE_MER
+packetLen(0x0230, 10)
#elif PACKETVER >= 20090204
-packetLen(0x0230, 15) // ZC_CHANGESTATE_MER
+packetLen(0x0230, 15)
#elif PACKETVER >= 20090129
-packetLen(0x0230, -1) // ZC_CHANGESTATE_MER
+packetLen(0x0230, -1)
#elif PACKETVER >= 20090120
-packetLen(0x0230, 15) // ZC_CHANGESTATE_MER
+packetLen(0x0230, 15)
#elif PACKETVER >= 20090114
-packetLen(0x0230, 5) // ZC_CHANGESTATE_MER
+packetLen(0x0230, 5)
#elif PACKETVER >= 20090107
-packetLen(0x0230, -1) // ZC_CHANGESTATE_MER
+packetLen(0x0230, -1)
#endif
// Packet: 0x0231
-packetLen(0x0231, 26) // CZ_RENAME_MER
+packetLen(0x0231, 26)
// Packet: 0x0232
#if PACKETVER >= 20090406
-packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, 9)
#elif PACKETVER >= 20090325
-packetLen(0x0232, -1) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, -1)
#elif PACKETVER >= 20090318
-packetLen(0x0232, 6) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, 6)
#elif PACKETVER >= 20090311
-packetLen(0x0232, -1) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, -1)
#elif PACKETVER >= 20090225
-packetLen(0x0232, 8) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, 8)
#elif PACKETVER >= 20090114
-packetLen(0x0232, -1) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, -1)
#elif PACKETVER >= 20090107
-packetLen(0x0232, 3) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, 3)
#endif
// Packet: 0x0233
#if PACKETVER >= 20090406
-packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, 11)
#elif PACKETVER >= 20090401
-packetLen(0x0233, 10) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, 10)
#elif PACKETVER >= 20090325
-packetLen(0x0233, 4) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, 4)
#elif PACKETVER >= 20090311
-packetLen(0x0233, -1) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, -1)
#elif PACKETVER >= 20090225
-packetLen(0x0233, 60) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, 60)
#elif PACKETVER >= 20090218
-packetLen(0x0233, 10) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, 10)
#elif PACKETVER >= 20090204
-packetLen(0x0233, 6) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, 6)
#elif PACKETVER >= 20090129
-packetLen(0x0233, -1) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, -1)
#elif PACKETVER >= 20090114
-packetLen(0x0233, 6) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, 6)
#elif PACKETVER >= 20090107
-packetLen(0x0233, 7) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, 7)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x0234
#if PACKETVER >= 20090406
-packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, 6)
#elif PACKETVER >= 20090401
-packetLen(0x0234, 7) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, 7)
#elif PACKETVER >= 20090318
-packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, 6)
#elif PACKETVER >= 20090225
-packetLen(0x0234, -1) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, -1)
#elif PACKETVER >= 20090218
-packetLen(0x0234, 7) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, 7)
#elif PACKETVER >= 20090211
-packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, 6)
#elif PACKETVER >= 20090204
-packetLen(0x0234, 16) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, 16)
#elif PACKETVER >= 20090129
-packetLen(0x0234, -1) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, -1)
#elif PACKETVER >= 20090120
-packetLen(0x0234, 10) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, 10)
#elif PACKETVER >= 20090107
-packetLen(0x0234, 10) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, 10)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x0235
#if PACKETVER >= 20090311
-packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, -1)
#elif PACKETVER >= 20090225
-packetLen(0x0235, 22) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, 22)
#elif PACKETVER >= 20090218
-packetLen(0x0235, 79) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, 79)
#elif PACKETVER >= 20090211
-packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, -1)
#elif PACKETVER >= 20090204
-packetLen(0x0235, 21) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, 21)
#elif PACKETVER >= 20090107
-packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, -1)
#endif
// Packet: 0x0236
-packetLen(0x0236, 10) // ZC_KILLER_POINT
+packetLen(0x0236, 10)
// Packet: 0x0237
#if PACKETVER >= 20090401
-packetLen(0x0237, 2) // CZ_KILLER_RANK
+packetLen(0x0237, 2)
#elif PACKETVER >= 20090325
-packetLen(0x0237, 43) // CZ_KILLER_RANK
+packetLen(0x0237, 43)
#elif PACKETVER >= 20090211
-packetLen(0x0237, -1) // CZ_KILLER_RANK
+packetLen(0x0237, -1)
#elif PACKETVER >= 20090204
-packetLen(0x0237, 19) // CZ_KILLER_RANK
+packetLen(0x0237, 19)
#elif PACKETVER >= 20090129
-packetLen(0x0237, 6) // CZ_KILLER_RANK
+packetLen(0x0237, 6)
#elif PACKETVER >= 20090120
-packetLen(0x0237, -1) // CZ_KILLER_RANK
+packetLen(0x0237, -1)
#elif PACKETVER >= 20090114
-packetLen(0x0237, 2) // CZ_KILLER_RANK
+packetLen(0x0237, 2)
#elif PACKETVER >= 20090107
-packetLen(0x0237, -1) // CZ_KILLER_RANK
+packetLen(0x0237, -1)
#endif
// Packet: 0x0238
#if PACKETVER >= 20090406
-packetLen(0x0238, 282) // ZC_KILLER_RANK
+packetLen(0x0238, 282)
#elif PACKETVER >= 20090401
-packetLen(0x0238, 6) // ZC_KILLER_RANK
+packetLen(0x0238, 6)
#elif PACKETVER >= 20090325
-packetLen(0x0238, -1) // ZC_KILLER_RANK
+packetLen(0x0238, -1)
#elif PACKETVER >= 20090318
-packetLen(0x0238, 3) // ZC_KILLER_RANK
+packetLen(0x0238, 3)
#elif PACKETVER >= 20090225
-packetLen(0x0238, -1) // ZC_KILLER_RANK
+packetLen(0x0238, -1)
#elif PACKETVER >= 20090218
-packetLen(0x0238, 6) // ZC_KILLER_RANK
+packetLen(0x0238, 6)
#elif PACKETVER >= 20090211
-packetLen(0x0238, 3) // ZC_KILLER_RANK
+packetLen(0x0238, 3)
#elif PACKETVER >= 20090204
-packetLen(0x0238, -1) // ZC_KILLER_RANK
+packetLen(0x0238, -1)
#elif PACKETVER >= 20090129
-packetLen(0x0238, 6) // ZC_KILLER_RANK
+packetLen(0x0238, 6)
#elif PACKETVER >= 20090120
-packetLen(0x0238, -1) // ZC_KILLER_RANK
+packetLen(0x0238, -1)
#elif PACKETVER >= 20090114
-packetLen(0x0238, 12) // ZC_KILLER_RANK
+packetLen(0x0238, 12)
#elif PACKETVER >= 20090107
-packetLen(0x0238, 22) // ZC_KILLER_RANK
+packetLen(0x0238, 22)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x0239
#if PACKETVER >= 20090406
-packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 11)
#elif PACKETVER >= 20090401
-packetLen(0x0239, 12) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 12)
#elif PACKETVER >= 20090325
-packetLen(0x0239, -1) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, -1)
#elif PACKETVER >= 20090318
-packetLen(0x0239, 97) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 97)
#elif PACKETVER >= 20090218
-packetLen(0x0239, -1) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, -1)
#elif PACKETVER >= 20090211
-packetLen(0x0239, 3) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 3)
#elif PACKETVER >= 20090204
-packetLen(0x0239, 10) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 10)
#elif PACKETVER >= 20090129
-packetLen(0x0239, 66) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 66)
#elif PACKETVER >= 20090120
-packetLen(0x0239, -1) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, -1)
#elif PACKETVER >= 20090114
-packetLen(0x0239, 71) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 71)
#elif PACKETVER >= 20090107
-packetLen(0x0239, 7) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 7)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x023a
#if PACKETVER >= 20090406
-packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, 4)
#elif PACKETVER >= 20090401
-packetLen(0x023a, 15) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, 15)
#elif PACKETVER >= 20090318
-packetLen(0x023a, -1) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, -1)
#elif PACKETVER >= 20090311
-packetLen(0x023a, 79) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, 79)
#elif PACKETVER >= 20090225
-packetLen(0x023a, 8) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, 8)
#elif PACKETVER >= 20090204
-packetLen(0x023a, -1) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, -1)
#elif PACKETVER >= 20090129
-packetLen(0x023a, 10) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, 10)
#elif PACKETVER >= 20090120
-packetLen(0x023a, -1) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, -1)
#elif PACKETVER >= 20090114
-packetLen(0x023a, 22) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, 22)
#elif PACKETVER >= 20090107
-packetLen(0x023a, 90) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, 90)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x023b
-packetLen(0x023b, 36) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 36)
// Packet: 0x023c
#if PACKETVER >= 20090406
-packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, 6)
#elif PACKETVER >= 20090318
-packetLen(0x023c, -1) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, -1)
#elif PACKETVER >= 20090311
-packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, 6)
#elif PACKETVER >= 20090218
-packetLen(0x023c, -1) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, -1)
#elif PACKETVER >= 20090211
-packetLen(0x023c, 4) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, 4)
#elif PACKETVER >= 20090107
-packetLen(0x023c, -1) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, -1)
#endif
// Packet: 0x023d
-packetLen(0x023d, 6) // AC_EVENT_RESULT
+packetLen(0x023d, 6)
// Packet: 0x023e
-packetLen(0x023e, 8) // HC_REQUEST_CHARACTER_PASSWORD
+packetLen(0x023e, 8)
// Packet: 0x023f
-packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+packetLen(0x023f, 2)
// Packet: 0x0240
-packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+packetLen(0x0240, -1)
// Packet: 0x0241
-packetLen(0x0241, 6) // CZ_MAIL_OPEN
+packetLen(0x0241, 6)
// Packet: 0x0242
-packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+packetLen(0x0242, -1)
// Packet: 0x0243
-packetLen(0x0243, 6) // CZ_MAIL_DELETE
+packetLen(0x0243, 6)
// Packet: 0x0244
-packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+packetLen(0x0244, 6)
// Packet: 0x0245
-packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+packetLen(0x0245, 3)
// Packet: 0x0246
-packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+packetLen(0x0246, 4)
// Packet: 0x0247
-packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+packetLen(0x0247, 8)
// Packet: 0x0248
-packetLen(0x0248, -1) // CZ_MAIL_SEND
+packetLen(0x0248, -1)
// Packet: 0x0249
-packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+packetLen(0x0249, 3)
// Packet: 0x024a
-packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+packetLen(0x024a, 70)
// Packet: 0x024b
-packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+packetLen(0x024b, 4)
// Packet: 0x024c
-packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+packetLen(0x024c, 8)
// Packet: 0x024d
-packetLen(0x024d, 12) // CZ_AUCTION_ADD
+packetLen(0x024d, 12)
// Packet: 0x024e
-packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+packetLen(0x024e, 6)
// Packet: 0x024f
-packetLen(0x024f, 10) // CZ_AUCTION_BUY
+packetLen(0x024f, 10)
// Packet: 0x0250
-packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+packetLen(0x0250, 3)
// Packet: 0x0251
-packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+packetLen(0x0251, 34)
// Packet: 0x0252
-packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+packetLen(0x0252, -1)
// Packet: 0x0253
-packetLen(0x0253, 3) // ZC_STARPLACE
+packetLen(0x0253, 3)
// Packet: 0x0254
-packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+packetLen(0x0254, 3)
// Packet: 0x0255
-packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+packetLen(0x0255, 5)
// Packet: 0x0256
-packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+packetLen(0x0256, 5)
// Packet: 0x0257
-packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+packetLen(0x0257, 8)
// Packet: 0x0258
-packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+packetLen(0x0258, 2)
// Packet: 0x0259
-packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+packetLen(0x0259, 3)
// Packet: 0x025a
-packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+packetLen(0x025a, -1)
// Packet: 0x025b
-packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+packetLen(0x025b, 6)
// Packet: 0x025c
-packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+packetLen(0x025c, 4)
// Packet: 0x025d
-packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+packetLen(0x025d, 6)
// Packet: 0x025e
-packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+packetLen(0x025e, 4)
// Packet: 0x025f
-packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+packetLen(0x025f, 6)
// Packet: 0x0260
-packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+packetLen(0x0260, 6)
// Packet: 0x0261
-packetLen(0x0261, 11) // AC_REQ_LOGIN_OLDEKEY
+packetLen(0x0261, 11)
// Packet: 0x0262
-packetLen(0x0262, 11) // AC_REQ_LOGIN_NEWEKEY
+packetLen(0x0262, 11)
// Packet: 0x0263
-packetLen(0x0263, 11) // AC_REQ_LOGIN_CARDPASS
+packetLen(0x0263, 11)
// Packet: 0x0264
-packetLen(0x0264, 20) // CA_ACK_LOGIN_OLDEKEY
+packetLen(0x0264, 20)
// Packet: 0x0265
-packetLen(0x0265, 20) // CA_ACK_LOGIN_NEWEKEY
+packetLen(0x0265, 20)
// Packet: 0x0266
-packetLen(0x0266, 30) // CA_ACK_LOGIN_CARDPASS
+packetLen(0x0266, 30)
// Packet: 0x0267
-packetLen(0x0267, 4) // AC_ACK_EKEY_FAIL_NOTEXIST
+packetLen(0x0267, 4)
// Packet: 0x0268
-packetLen(0x0268, 4) // AC_ACK_EKEY_FAIL_NOTUSESEKEY
+packetLen(0x0268, 4)
// Packet: 0x0269
-packetLen(0x0269, 4) // AC_ACK_EKEY_FAIL_NOTUSEDEKEY
+packetLen(0x0269, 4)
// Packet: 0x026a
-packetLen(0x026a, 4) // AC_ACK_EKEY_FAIL_AUTHREFUSE
+packetLen(0x026a, 4)
// Packet: 0x026b
-packetLen(0x026b, 4) // AC_ACK_EKEY_FAIL_INPUTEKEY
+packetLen(0x026b, 4)
// Packet: 0x026c
-packetLen(0x026c, 4) // AC_ACK_EKEY_FAIL_NOTICE
+packetLen(0x026c, 4)
// Packet: 0x026d
-packetLen(0x026d, 4) // AC_ACK_EKEY_FAIL_NEEDCARDPASS
+packetLen(0x026d, 4)
// Packet: 0x026f
-packetLen(0x026f, 2) // AC_ACK_FIRST_LOGIN
+packetLen(0x026f, 2)
// Packet: 0x0270
-packetLen(0x0270, 2) // AC_REQ_LOGIN_ACCOUNT_INFO
+packetLen(0x0270, 2)
// Packet: 0x0271
-packetLen(0x0271, 40) // CA_ACK_LOGIN_ACCOUNT_INFO
+packetLen(0x0271, 40)
// Packet: 0x0272
-packetLen(0x0272, 44) // AC_ACK_PT_ID_INFO
+packetLen(0x0272, 44)
// Packet: 0x0273
-packetLen(0x0273, 30) // CZ_REQ_MAIL_RETURN
+packetLen(0x0273, 30)
// Packet: 0x0274
#if PACKETVER >= 20090406
-packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, 8)
#elif PACKETVER >= 20090401
-packetLen(0x0274, 15) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, 15)
#elif PACKETVER >= 20090311
-packetLen(0x0274, -1) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, -1)
#elif PACKETVER >= 20090225
-packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, 8)
#elif PACKETVER >= 20090129
-packetLen(0x0274, -1) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, -1)
#elif PACKETVER >= 20090120
-packetLen(0x0274, 2) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, 2)
#elif PACKETVER >= 20090107
-packetLen(0x0274, -1) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, -1)
#endif
// Packet: 0x0275
#if PACKETVER >= 20090701
-packetLen(0x0275, 37) // CH_ENTER2
+packetLen(0x0275, 37)
#endif
// Packet: 0x0276
#if PACKETVER >= 20090701
-packetLen(0x0276, -1) // AC_ACCEPT_LOGIN2
+packetLen(0x0276, -1)
#endif
// Packet: 0x0277
-packetLen(0x0277, 84) // CA_LOGIN_PCBANG
+packetLen(0x0277, 84)
// Packet: 0x0278
-packetLen(0x0278, 2) // ZC_NOTIFY_PCBANG
+packetLen(0x0278, 2)
// Packet: 0x0279
-packetLen(0x0279, 2) // CZ_HUNTINGLIST
+packetLen(0x0279, 2)
// Packet: 0x027a
-packetLen(0x027a, -1) // ZC_HUNTINGLIST
+packetLen(0x027a, -1)
// Packet: 0x027b
-packetLen(0x027b, 14) // ZC_PCBANG_EFFECT
+packetLen(0x027b, 14)
// Packet: 0x027c
-packetLen(0x027c, 60) // CA_LOGIN4
+packetLen(0x027c, 60)
// Packet: 0x027d
-packetLen(0x027d, 62) // ZC_PROPERTY_MERCE
+packetLen(0x027d, 62)
// Packet: 0x027e
-packetLen(0x027e, -1) // ZC_SHANDA_PROTECT
+packetLen(0x027e, -1)
// Packet: 0x027f
-packetLen(0x027f, 8) // CA_CLIENT_TYPE
+packetLen(0x027f, 8)
// Packet: 0x0280
-packetLen(0x0280, 12) // ZC_GANGSI_POINT
+packetLen(0x0280, 12)
// Packet: 0x0281
-packetLen(0x0281, 4) // CZ_GANGSI_RANK
+packetLen(0x0281, 4)
// Packet: 0x0282
-packetLen(0x0282, 284) // ZC_GANGSI_RANK
+packetLen(0x0282, 284)
// Packet: 0x0283
-packetLen(0x0283, 6) // ZC_AID
+packetLen(0x0283, 6)
// Packet: 0x0284
-packetLen(0x0284, 14) // ZC_NOTIFY_EFFECT3
+packetLen(0x0284, 14)
// Packet: 0x0285
-packetLen(0x0285, 6) // ZC_DEATH_QUESTION
+packetLen(0x0285, 6)
// Packet: 0x0286
-packetLen(0x0286, 4) // CZ_DEATH_QUESTION
+packetLen(0x0286, 4)
// Packet: 0x0287
#if PACKETVER >= 20090406
-packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, -1)
#elif PACKETVER >= 20090401
-packetLen(0x0287, 10) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, 10)
#elif PACKETVER >= 20090311
-packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, -1)
#elif PACKETVER >= 20090225
-packetLen(0x0287, 2) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, 2)
#elif PACKETVER >= 20090218
-packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, -1)
#elif PACKETVER >= 20090211
-packetLen(0x0287, 7) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, 7)
#elif PACKETVER >= 20090204
-packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, -1)
#elif PACKETVER >= 20090129
-packetLen(0x0287, 8) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, 8)
#elif PACKETVER >= 20090120
-packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, -1)
#elif PACKETVER >= 20090114
-packetLen(0x0287, 3) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, 3)
#elif PACKETVER >= 20090107
-packetLen(0x0287, 29) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, 29)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x0288
-packetLen(0x0288, 10) // CZ_PC_BUY_CASH_POINT_ITEM
+packetLen(0x0288, 10)
// Packet: 0x0289
-packetLen(0x0289, 12) // ZC_PC_CASH_POINT_UPDATE
+packetLen(0x0289, 12)
// Packet: 0x028a
-packetLen(0x028a, 18) // ZC_NPC_SHOWEFST_UPDATE
+packetLen(0x028a, 18)
// Packet: 0x028b
-packetLen(0x028b, -1) // HC_CHARNOTBEENSELECTED
+packetLen(0x028b, -1)
// Packet: 0x028c
-packetLen(0x028c, 46) // CH_SELECT_CHAR_GOINGTOBEUSED
+packetLen(0x028c, 46)
// Packet: 0x028d
-packetLen(0x028d, 34) // CH_REQ_IS_VALID_CHARNAME
+packetLen(0x028d, 34)
// Packet: 0x028e
-packetLen(0x028e, 4) // HC_ACK_IS_VALID_CHARNAME
+packetLen(0x028e, 4)
// Packet: 0x028f
-packetLen(0x028f, 6) // CH_REQ_CHANGE_CHARNAME
+packetLen(0x028f, 6)
// Packet: 0x0290
-packetLen(0x0290, 4) // HC_ACK_CHANGE_CHARNAME
+packetLen(0x0290, 4)
// Packet: 0x0291
-packetLen(0x0291, 4) // ZC_MSG
+packetLen(0x0291, 4)
// Packet: 0x0292
-packetLen(0x0292, 2) // CZ_STANDING_RESURRECTION
+packetLen(0x0292, 2)
// Packet: 0x0293
-packetLen(0x0293, 70) // ZC_BOSS_INFO
+packetLen(0x0293, 70)
// Packet: 0x0294
-packetLen(0x0294, 10) // ZC_READ_BOOK
+packetLen(0x0294, 10)
// Packet: 0x0295
#if PACKETVER >= 20090318
-packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, -1)
#elif PACKETVER >= 20090311
-packetLen(0x0295, 81) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, 81)
#elif PACKETVER >= 20090225
-packetLen(0x0295, 8) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, 8)
#elif PACKETVER >= 20090218
-packetLen(0x0295, 4) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, 4)
#elif PACKETVER >= 20090107
-packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, -1)
#endif
// Packet: 0x0296
#if PACKETVER >= 20090406
-packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, -1)
#elif PACKETVER >= 20090401
-packetLen(0x0296, 4) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, 4)
#elif PACKETVER >= 20090311
-packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, -1)
#elif PACKETVER >= 20090218
-packetLen(0x0296, 6) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, 6)
#elif PACKETVER >= 20090211
-packetLen(0x0296, 36) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, 36)
#elif PACKETVER >= 20090204
-packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, -1)
#elif PACKETVER >= 20090129
-packetLen(0x0296, 6) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, 6)
#elif PACKETVER >= 20090120
-packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, -1)
#elif PACKETVER >= 20090114
-packetLen(0x0296, 6) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, 6)
#elif PACKETVER >= 20090107
-packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, -1)
#endif
// Packet: 0x0297
#if PACKETVER >= 20090211
-packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, -1)
#elif PACKETVER >= 20090204
-packetLen(0x0297, 59) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, 59)
#elif PACKETVER >= 20090129
-packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, -1)
#elif PACKETVER >= 20090120
-packetLen(0x0297, 58) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, 58)
#elif PACKETVER >= 20090107
-packetLen(0x0297, 6) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, 6)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x0298
-packetLen(0x0298, 8) // ZC_CASH_TIME_COUNTER
+packetLen(0x0298, 8)
// Packet: 0x0299
-packetLen(0x0299, 6) // ZC_CASH_ITEM_DELETE
+packetLen(0x0299, 6)
// Packet: 0x029a
#if PACKETVER >= 20090406
-packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, 27)
#elif PACKETVER >= 20090401
-packetLen(0x029a, 9) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, 9)
#elif PACKETVER >= 20090325
-packetLen(0x029a, -1) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, -1)
#elif PACKETVER >= 20090318
-packetLen(0x029a, 15) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, 15)
#elif PACKETVER >= 20090311
-packetLen(0x029a, 32) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, 32)
#elif PACKETVER >= 20090218
-packetLen(0x029a, -1) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, -1)
#elif PACKETVER >= 20090211
-packetLen(0x029a, 102) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, 102)
#elif PACKETVER >= 20090204
-packetLen(0x029a, -1) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, -1)
#elif PACKETVER >= 20090129
-packetLen(0x029a, 2) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, 2)
#elif PACKETVER >= 20090120
-packetLen(0x029a, -1) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, -1)
#elif PACKETVER >= 20090107
-packetLen(0x029a, 6) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, 6)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x029b
-packetLen(0x029b, 80) // ZC_MER_INIT
+packetLen(0x029b, 80)
// Packet: 0x029c
-packetLen(0x029c, 66) // ZC_MER_PROPERTY
+packetLen(0x029c, 66)
// Packet: 0x029d
-packetLen(0x029d, -1) // ZC_MER_SKILLINFO_LIST
+packetLen(0x029d, -1)
// Packet: 0x029e
-packetLen(0x029e, 11) // ZC_MER_SKILLINFO_UPDATE
+packetLen(0x029e, 11)
// Packet: 0x029f
-packetLen(0x029f, 3) // CZ_MER_COMMAND
+packetLen(0x029f, 3)
// Packet: 0x02a2
-packetLen(0x02a2, 8) // ZC_MER_PAR_CHANGE
+packetLen(0x02a2, 8)
// Packet: 0x02a5
-packetLen(0x02a5, 8) // CZ_KSY_EVENT
+packetLen(0x02a5, 8)
// Packet: 0x02a6
#if PACKETVER >= 20090408
-packetLen(0x02a6, -1) // ZC_HACKSH_CPX_MSG
+packetLen(0x02a6, -1)
#elif PACKETVER >= 20090325
-packetLen(0x02a6, 404) // ZC_HACKSH_CPX_MSG
+packetLen(0x02a6, 404)
#endif
// Packet: 0x02a7
#if PACKETVER >= 20090408
-packetLen(0x02a7, -1) // CZ_HACKSH_CPX_MSG
+packetLen(0x02a7, -1)
#elif PACKETVER >= 20090325
-packetLen(0x02a7, 404) // CZ_HACKSH_CPX_MSG
+packetLen(0x02a7, 404)
#endif
// Packet: 0x02aa
-packetLen(0x02aa, 4) // ZC_REQ_CASH_PASSWORD
+packetLen(0x02aa, 4)
// Packet: 0x02ab
-packetLen(0x02ab, 36) // CZ_ACK_CASH_PASSWORD
+packetLen(0x02ab, 36)
// Packet: 0x02ac
-packetLen(0x02ac, 6) // ZC_RESULT_CASH_PASSWORD
+packetLen(0x02ac, 6)
// Packet: 0x02ad
-packetLen(0x02ad, 8) // AC_REQUEST_SECOND_PASSWORD
+packetLen(0x02ad, 8)
// Packet: 0x02b0
-packetLen(0x02b0, 85) // CA_LOGIN_HAN
+packetLen(0x02b0, 85)
// Packet: 0x02b1
-packetLen(0x02b1, -1) // ZC_ALL_QUEST_LIST
+packetLen(0x02b1, -1)
// Packet: 0x02b2
-packetLen(0x02b2, -1) // ZC_ALL_QUEST_MISSION
+packetLen(0x02b2, -1)
// Packet: 0x02b3
-packetLen(0x02b3, 107) // ZC_ADD_QUEST
+packetLen(0x02b3, 107)
// Packet: 0x02b4
-packetLen(0x02b4, 6) // ZC_DEL_QUEST
+packetLen(0x02b4, 6)
// Packet: 0x02b5
-packetLen(0x02b5, -1) // ZC_UPDATE_MISSION_HUNT
+packetLen(0x02b5, -1)
// Packet: 0x02b6
-packetLen(0x02b6, 7) // CZ_ACTIVE_QUEST
+packetLen(0x02b6, 7)
// Packet: 0x02b7
-packetLen(0x02b7, 7) // ZC_ACTIVE_QUEST
+packetLen(0x02b7, 7)
// Packet: 0x02b8
-packetLen(0x02b8, 22) // ZC_ITEM_PICKUP_PARTY
+packetLen(0x02b8, 22)
// Packet: 0x02b9
-packetLen(0x02b9, 191) // ZC_SHORTCUT_KEY_LIST
+packetLen(0x02b9, 191)
// Packet: 0x02ba
-packetLen(0x02ba, 11) // CZ_SHORTCUT_KEY_CHANGE
+packetLen(0x02ba, 11)
// Packet: 0x02bb
-packetLen(0x02bb, 8) // ZC_EQUIPITEM_DAMAGED
+packetLen(0x02bb, 8)
// Packet: 0x02bc
-packetLen(0x02bc, 6) // ZC_NOTIFY_PCBANG_PLAYING_TIME
+packetLen(0x02bc, 6)
// Packet: 0x02c1
-packetLen(0x02c1, -1) // ZC_NPC_CHAT
+packetLen(0x02c1, -1)
// Packet: 0x02c2
-packetLen(0x02c2, -1) // ZC_FORMATSTRING_MSG
+packetLen(0x02c2, -1)
// Packet: 0x02c4
-packetLen(0x02c4, 26) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 26)
// Packet: 0x02c5
-packetLen(0x02c5, 30) // ZC_PARTY_JOIN_REQ_ACK
+packetLen(0x02c5, 30)
// Packet: 0x02c6
-packetLen(0x02c6, 30) // ZC_PARTY_JOIN_REQ
+packetLen(0x02c6, 30)
// Packet: 0x02c7
-packetLen(0x02c7, 7) // CZ_PARTY_JOIN_REQ_ACK
+packetLen(0x02c7, 7)
// Packet: 0x02c8
-packetLen(0x02c8, 3) // CZ_PARTY_CONFIG
+packetLen(0x02c8, 3)
// Packet: 0x02c9
-packetLen(0x02c9, 3) // ZC_PARTY_CONFIG
+packetLen(0x02c9, 3)
// Packet: 0x02ca
-packetLen(0x02ca, 3) // HC_REFUSE_SELECTCHAR
+packetLen(0x02ca, 3)
// Packet: 0x02cb
-packetLen(0x02cb, 65) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO
+packetLen(0x02cb, 65)
// Packet: 0x02cc
-packetLen(0x02cc, 4) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_NOTIFY
+packetLen(0x02cc, 4)
// Packet: 0x02cd
-packetLen(0x02cd, 71) // ZC_MEMORIALDUNGEON_INFO
+packetLen(0x02cd, 71)
// Packet: 0x02ce
-packetLen(0x02ce, 10) // ZC_MEMORIALDUNGEON_NOTIFY
+packetLen(0x02ce, 10)
// Packet: 0x02cf
-packetLen(0x02cf, 6) // CZ_MEMORIALDUNGEON_COMMAND
+packetLen(0x02cf, 6)
// Packet: 0x02d0
-packetLen(0x02d0, -1) // ZC_EQUIPMENT_ITEMLIST3
+packetLen(0x02d0, -1)
// Packet: 0x02d1
-packetLen(0x02d1, -1) // ZC_STORE_EQUIPMENT_ITEMLIST3
+packetLen(0x02d1, -1)
// Packet: 0x02d2
-packetLen(0x02d2, -1) // ZC_CART_EQUIPMENT_ITEMLIST3
+packetLen(0x02d2, -1)
// Packet: 0x02d3
-packetLen(0x02d3, 4) // ZC_NOTIFY_BIND_ON_EQUIP
+packetLen(0x02d3, 4)
// Packet: 0x02d4
-packetLen(0x02d4, 29) // ZC_ITEM_PICKUP_ACK3
+packetLen(0x02d4, 29)
// Packet: 0x02d5
-packetLen(0x02d5, 2) // ZC_ISVR_DISCONNECT
+packetLen(0x02d5, 2)
// Packet: 0x02d6
-packetLen(0x02d6, 6) // CZ_EQUIPWIN_MICROSCOPE
+packetLen(0x02d6, 6)
// Packet: 0x02d7
-packetLen(0x02d7, -1) // ZC_EQUIPWIN_MICROSCOPE
+packetLen(0x02d7, -1)
// Packet: 0x02d8
-packetLen(0x02d8, 10) // CZ_CONFIG
+packetLen(0x02d8, 10)
// Packet: 0x02d9
-packetLen(0x02d9, 10) // ZC_CONFIG
+packetLen(0x02d9, 10)
// Packet: 0x02da
-packetLen(0x02da, 3) // ZC_CONFIG_NOTIFY
+packetLen(0x02da, 3)
// Packet: 0x02db
-packetLen(0x02db, -1) // CZ_BATTLEFIELD_CHAT
+packetLen(0x02db, -1)
// Packet: 0x02dc
-packetLen(0x02dc, -1) // ZC_BATTLEFIELD_CHAT
+packetLen(0x02dc, -1)
// Packet: 0x02dd
-packetLen(0x02dd, 32) // ZC_BATTLEFIELD_NOTIFY_CAMPINFO
+packetLen(0x02dd, 32)
// Packet: 0x02de
-packetLen(0x02de, 6) // ZC_BATTLEFIELD_NOTIFY_POINT
+packetLen(0x02de, 6)
// Packet: 0x02df
-packetLen(0x02df, 36) // ZC_BATTLEFIELD_NOTIFY_POSITION
+packetLen(0x02df, 36)
// Packet: 0x02e0
-packetLen(0x02e0, 34) // ZC_BATTLEFIELD_NOTIFY_HP
+packetLen(0x02e0, 34)
// Packet: 0x02e1
#if PACKETVER >= 20090406
-packetLen(0x02e1, 33) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, 33)
#elif PACKETVER >= 20090325
-packetLen(0x02e1, -1) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, -1)
#elif PACKETVER >= 20090318
-packetLen(0x02e1, 114) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, 114)
#elif PACKETVER >= 20090311
-packetLen(0x02e1, -1) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, -1)
#elif PACKETVER >= 20090225
-packetLen(0x02e1, 3) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, 3)
#elif PACKETVER >= 20090218
-packetLen(0x02e1, 2) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, 2)
#elif PACKETVER >= 20090211
-packetLen(0x02e1, -1) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, -1)
#elif PACKETVER >= 20090204
-packetLen(0x02e1, 30) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, 30)
#elif PACKETVER >= 20090129
-packetLen(0x02e1, -1) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, -1)
#elif PACKETVER >= 20090120
-packetLen(0x02e1, 6) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, 6)
#elif PACKETVER >= 20090114
-packetLen(0x02e1, 60) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, 60)
#elif PACKETVER >= 20090107
-packetLen(0x02e1, 7) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, 7)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x02e2
-packetLen(0x02e2, 20) // CZ_USE_ITEM_NEW_JAPEN
+packetLen(0x02e2, 20)
// Packet: 0x02e3
-packetLen(0x02e3, 22) // CZ_USE_SKILL_NEW_JAPEN
+packetLen(0x02e3, 22)
// Packet: 0x02e4
-packetLen(0x02e4, 11) // CZ_ITEM_PICKUP_NEW_JAPEN
+packetLen(0x02e4, 11)
// Packet: 0x02e5
-packetLen(0x02e5, 9) // CZ_REQUEST_MOVE_NEW_JAPEN
+packetLen(0x02e5, 9)
// Packet: 0x02e6
-packetLen(0x02e6, 6) // CZ_BOT_CHECK
+packetLen(0x02e6, 6)
// Packet: 0x02e7
-packetLen(0x02e7, -1) // ZC_MAPPROPERTY
+packetLen(0x02e7, -1)
// Packet: 0x02e8
-packetLen(0x02e8, -1) // ZC_NORMAL_ITEMLIST3
+packetLen(0x02e8, -1)
// Packet: 0x02e9
-packetLen(0x02e9, -1) // ZC_CART_NORMAL_ITEMLIST3
+packetLen(0x02e9, -1)
// Packet: 0x02ea
-packetLen(0x02ea, -1) // ZC_STORE_NORMAL_ITEMLIST3
+packetLen(0x02ea, -1)
// Packet: 0x02eb
-packetLen(0x02eb, 13) // ZC_ACCEPT_ENTER2
+packetLen(0x02eb, 13)
// Packet: 0x02ec
#if PACKETVER >= 20090406
-packetLen(0x02ec, 67) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 67)
#elif PACKETVER >= 20090318
-packetLen(0x02ec, -1) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, -1)
#elif PACKETVER >= 20090311
-packetLen(0x02ec, 7) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 7)
#elif PACKETVER >= 20090225
-packetLen(0x02ec, 2) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 2)
#elif PACKETVER >= 20090218
-packetLen(0x02ec, -1) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, -1)
#elif PACKETVER >= 20090211
-packetLen(0x02ec, 26) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 26)
#elif PACKETVER >= 20090204
-packetLen(0x02ec, 4) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 4)
#elif PACKETVER >= 20090120
-packetLen(0x02ec, -1) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, -1)
#elif PACKETVER >= 20090114
-packetLen(0x02ec, 9) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 9)
#elif PACKETVER >= 20090107
-packetLen(0x02ec, -1) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, -1)
#endif
// Packet: 0x02ed
#if PACKETVER >= 20090406
-packetLen(0x02ed, 59) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, 59)
#elif PACKETVER >= 20090401
-packetLen(0x02ed, 28) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, 28)
#elif PACKETVER >= 20090325
-packetLen(0x02ed, 15) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, 15)
#elif PACKETVER >= 20090318
-packetLen(0x02ed, 2) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, 2)
#elif PACKETVER >= 20090311
-packetLen(0x02ed, 6) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, 6)
#elif PACKETVER >= 20090225
-packetLen(0x02ed, 29) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, 29)
#elif PACKETVER >= 20090211
-packetLen(0x02ed, -1) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, -1)
#elif PACKETVER >= 20090204
-packetLen(0x02ed, 23) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, 23)
#elif PACKETVER >= 20090129
-packetLen(0x02ed, -1) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, -1)
#elif PACKETVER >= 20090120
-packetLen(0x02ed, 2) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, 2)
#elif PACKETVER >= 20090107
-packetLen(0x02ed, -1) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, -1)
#endif
// Packet: 0x02ee
#if PACKETVER >= 20090406
-packetLen(0x02ee, 60) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, 60)
#elif PACKETVER >= 20090401
-packetLen(0x02ee, 3) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, 3)
#elif PACKETVER >= 20090325
-packetLen(0x02ee, 6) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, 6)
#elif PACKETVER >= 20090318
-packetLen(0x02ee, 5) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, 5)
#elif PACKETVER >= 20090311
-packetLen(0x02ee, 3) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, 3)
#elif PACKETVER >= 20090211
-packetLen(0x02ee, -1) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, -1)
#elif PACKETVER >= 20090204
-packetLen(0x02ee, 20) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, 20)
#elif PACKETVER >= 20090129
-packetLen(0x02ee, 13) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, 13)
#elif PACKETVER >= 20090120
-packetLen(0x02ee, 21) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, 21)
#elif PACKETVER >= 20090107
-packetLen(0x02ee, -1) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, -1)
#endif
// Packet: 0x02ef
-packetLen(0x02ef, 8) // ZC_NOTIFY_FONT
+packetLen(0x02ef, 8)
// Packet: 0x02f0
-packetLen(0x02f0, 10) // ZC_PROGRESS
+packetLen(0x02f0, 10)
// Packet: 0x02f1
-packetLen(0x02f1, 2) // CZ_PROGRESS
+packetLen(0x02f1, 2)
// Packet: 0x02f2
-packetLen(0x02f2, 2) // ZC_PROGRESS_CANCEL
+packetLen(0x02f2, 2)
// Packet: 0x02f3
#if PACKETVER >= 20090406
-packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+packetLen(0x02f3, -1)
#elif PACKETVER >= 20090401
-packetLen(0x02f3, 58) // CZ_IRMAIL_SEND
+packetLen(0x02f3, 58)
#elif PACKETVER >= 20090318
-packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+packetLen(0x02f3, -1)
#elif PACKETVER >= 20090311
-packetLen(0x02f3, 2) // CZ_IRMAIL_SEND
+packetLen(0x02f3, 2)
#elif PACKETVER >= 20090218
-packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+packetLen(0x02f3, -1)
#elif PACKETVER >= 20090211
-packetLen(0x02f3, 10) // CZ_IRMAIL_SEND
+packetLen(0x02f3, 10)
#elif PACKETVER >= 20090204
-packetLen(0x02f3, 27) // CZ_IRMAIL_SEND
+packetLen(0x02f3, 27)
#elif PACKETVER >= 20090129
-packetLen(0x02f3, 8) // CZ_IRMAIL_SEND
+packetLen(0x02f3, 8)
#elif PACKETVER >= 20090120
-packetLen(0x02f3, 4) // CZ_IRMAIL_SEND
+packetLen(0x02f3, 4)
#elif PACKETVER >= 20090107
-packetLen(0x02f3, 3) // CZ_IRMAIL_SEND
+packetLen(0x02f3, 3)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x02f4
#if PACKETVER >= 20090401
-packetLen(0x02f4, -1) // ZC_IRMAIL_SEND_RES
+packetLen(0x02f4, -1)
#elif PACKETVER >= 20090325
-packetLen(0x02f4, 6) // ZC_IRMAIL_SEND_RES
+packetLen(0x02f4, 6)
#elif PACKETVER >= 20090318
-packetLen(0x02f4, 2) // ZC_IRMAIL_SEND_RES
+packetLen(0x02f4, 2)
#elif PACKETVER >= 20090311
-packetLen(0x02f4, 39) // ZC_IRMAIL_SEND_RES
+packetLen(0x02f4, 39)
#elif PACKETVER >= 20090225
-packetLen(0x02f4, -1) // ZC_IRMAIL_SEND_RES
+packetLen(0x02f4, -1)
#elif PACKETVER >= 20090218
-packetLen(0x02f4, 11) // ZC_IRMAIL_SEND_RES
+packetLen(0x02f4, 11)
#elif PACKETVER >= 20090211
-packetLen(0x02f4, 7) // ZC_IRMAIL_SEND_RES
+packetLen(0x02f4, 7)
#elif PACKETVER >= 20090204
-packetLen(0x02f4, 6) // ZC_IRMAIL_SEND_RES
+packetLen(0x02f4, 6)
#elif PACKETVER >= 20090129
-packetLen(0x02f4, -1) // ZC_IRMAIL_SEND_RES
+packetLen(0x02f4, -1)
#elif PACKETVER >= 20090120
-packetLen(0x02f4, 8) // ZC_IRMAIL_SEND_RES
+packetLen(0x02f4, 8)
#elif PACKETVER >= 20090107
-packetLen(0x02f4, -1) // ZC_IRMAIL_SEND_RES
+packetLen(0x02f4, -1)
#endif
// Packet: 0x02f5
#if PACKETVER >= 20090325
-packetLen(0x02f5, -1) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, -1)
#elif PACKETVER >= 20090318
-packetLen(0x02f5, 10) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, 10)
#elif PACKETVER >= 20090311
-packetLen(0x02f5, 60) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, 60)
#elif PACKETVER >= 20090225
-packetLen(0x02f5, 6) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, 6)
#elif PACKETVER >= 20090218
-packetLen(0x02f5, 8) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, 8)
#elif PACKETVER >= 20090120
-packetLen(0x02f5, -1) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, -1)
#elif PACKETVER >= 20090114
-packetLen(0x02f5, 8) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, 8)
#elif PACKETVER >= 20090107
-packetLen(0x02f5, 6) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, 6)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x02f6
#if PACKETVER >= 20090401
-packetLen(0x02f6, -1) // CZ_IRMAIL_LIST
+packetLen(0x02f6, -1)
#elif PACKETVER >= 20090325
-packetLen(0x02f6, 26) // CZ_IRMAIL_LIST
+packetLen(0x02f6, 26)
#elif PACKETVER >= 20090318
-packetLen(0x02f6, -1) // CZ_IRMAIL_LIST
+packetLen(0x02f6, -1)
#elif PACKETVER >= 20090311
-packetLen(0x02f6, 65) // CZ_IRMAIL_LIST
+packetLen(0x02f6, 65)
#elif PACKETVER >= 20090225
-packetLen(0x02f6, 19) // CZ_IRMAIL_LIST
+packetLen(0x02f6, 19)
#elif PACKETVER >= 20090218
-packetLen(0x02f6, -1) // CZ_IRMAIL_LIST
+packetLen(0x02f6, -1)
#elif PACKETVER >= 20090211
-packetLen(0x02f6, 5) // CZ_IRMAIL_LIST
+packetLen(0x02f6, 5)
#elif PACKETVER >= 20090129
-packetLen(0x02f6, 2) // CZ_IRMAIL_LIST
+packetLen(0x02f6, 2)
#elif PACKETVER >= 20090120
-packetLen(0x02f6, 18) // CZ_IRMAIL_LIST
+packetLen(0x02f6, 18)
#elif PACKETVER >= 20090114
-packetLen(0x02f6, -1) // CZ_IRMAIL_LIST
+packetLen(0x02f6, -1)
#elif PACKETVER >= 20090107
-packetLen(0x02f6, 8) // CZ_IRMAIL_LIST
+packetLen(0x02f6, 8)
// ignored packet from 2009-01-07aRagexe
#endif
@@ -10492,235 +10492,235 @@ packetLen(0x035b, 10)
#endif
// Packet: 0x035c
-packetLen(0x035c, 2) // CZ_OPEN_SIMPLE_CASHSHOP_ITEMLIST
+packetLen(0x035c, 2)
// Packet: 0x035d
-packetLen(0x035d, -1) // ZC_SIMPLE_CASHSHOP_POINT_ITEMLIST
+packetLen(0x035d, -1)
// Packet: 0x035e
-packetLen(0x035e, 2) // CZ_CLOSE_WINDOW
+packetLen(0x035e, 2)
// Packet: 0x035f
#if PACKETVER >= 20090406
-packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+packetLen(0x035f, -1)
#elif PACKETVER >= 20090401
-packetLen(0x035f, 11) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 11)
#elif PACKETVER >= 20090325
-packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+packetLen(0x035f, -1)
#elif PACKETVER >= 20090318
-packetLen(0x035f, 67) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 67)
#elif PACKETVER >= 20090311
-packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+packetLen(0x035f, -1)
#elif PACKETVER >= 20090225
-packetLen(0x035f, 26) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 26)
#elif PACKETVER >= 20090218
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20090129
-packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+packetLen(0x035f, -1)
#elif PACKETVER >= 20090120
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20090107
-packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+packetLen(0x035f, -1)
#endif
// Packet: 0x0360
#if PACKETVER >= 20090401
-packetLen(0x0360, -1) // CZ_REQUEST_TIME2
+packetLen(0x0360, -1)
#elif PACKETVER >= 20090325
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20090318
-packetLen(0x0360, 4) // CZ_REQUEST_TIME2
+packetLen(0x0360, 4)
#elif PACKETVER >= 20090311
-packetLen(0x0360, -1) // CZ_REQUEST_TIME2
+packetLen(0x0360, -1)
#elif PACKETVER >= 20090225
-packetLen(0x0360, 8) // CZ_REQUEST_TIME2
+packetLen(0x0360, 8)
#elif PACKETVER >= 20090211
-packetLen(0x0360, -1) // CZ_REQUEST_TIME2
+packetLen(0x0360, -1)
#elif PACKETVER >= 20090204
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20090129
-packetLen(0x0360, 4) // CZ_REQUEST_TIME2
+packetLen(0x0360, 4)
#elif PACKETVER >= 20090120
-packetLen(0x0360, -1) // CZ_REQUEST_TIME2
+packetLen(0x0360, -1)
#elif PACKETVER >= 20090114
-packetLen(0x0360, 11) // CZ_REQUEST_TIME2
+packetLen(0x0360, 11)
#elif PACKETVER >= 20090107
-packetLen(0x0360, 29) // CZ_REQUEST_TIME2
+packetLen(0x0360, 29)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x0361
#if PACKETVER >= 20090406
-packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, -1)
#elif PACKETVER >= 20090401
-packetLen(0x0361, 8) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 8)
#elif PACKETVER >= 20090325
-packetLen(0x0361, 6) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 6)
#elif PACKETVER >= 20090225
-packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, -1)
#elif PACKETVER >= 20090218
-packetLen(0x0361, 22) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 22)
#elif PACKETVER >= 20090211
-packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, -1)
#elif PACKETVER >= 20090204
-packetLen(0x0361, 86) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 86)
#elif PACKETVER >= 20090120
-packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, -1)
#elif PACKETVER >= 20090114
-packetLen(0x0361, 6) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 6)
#elif PACKETVER >= 20090107
-packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, -1)
#endif
// Packet: 0x0362
#if PACKETVER >= 20090318
-packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+packetLen(0x0362, -1)
#elif PACKETVER >= 20090225
-packetLen(0x0362, 3) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 3)
#elif PACKETVER >= 20090218
-packetLen(0x0362, 11) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 11)
#elif PACKETVER >= 20090211
-packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+packetLen(0x0362, -1)
#elif PACKETVER >= 20090204
-packetLen(0x0362, 26) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 26)
#elif PACKETVER >= 20090120
-packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+packetLen(0x0362, -1)
#elif PACKETVER >= 20090114
-packetLen(0x0362, 15) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 15)
#elif PACKETVER >= 20090107
-packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+packetLen(0x0362, -1)
#endif
// Packet: 0x0363
#if PACKETVER >= 20090401
-packetLen(0x0363, -1) // CZ_ITEM_THROW2
+packetLen(0x0363, -1)
#elif PACKETVER >= 20090325
-packetLen(0x0363, 6) // CZ_ITEM_THROW2
+packetLen(0x0363, 6)
#elif PACKETVER >= 20090311
-packetLen(0x0363, -1) // CZ_ITEM_THROW2
+packetLen(0x0363, -1)
#elif PACKETVER >= 20090225
-packetLen(0x0363, 13) // CZ_ITEM_THROW2
+packetLen(0x0363, 13)
#elif PACKETVER >= 20090211
-packetLen(0x0363, -1) // CZ_ITEM_THROW2
+packetLen(0x0363, -1)
#elif PACKETVER >= 20090204
-packetLen(0x0363, 30) // CZ_ITEM_THROW2
+packetLen(0x0363, 30)
#elif PACKETVER >= 20090120
-packetLen(0x0363, -1) // CZ_ITEM_THROW2
+packetLen(0x0363, -1)
#elif PACKETVER >= 20090114
-packetLen(0x0363, 4) // CZ_ITEM_THROW2
+packetLen(0x0363, 4)
#elif PACKETVER >= 20090107
-packetLen(0x0363, 34) // CZ_ITEM_THROW2
+packetLen(0x0363, 34)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x0364
#if PACKETVER >= 20090406
-packetLen(0x0364, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, -1)
#elif PACKETVER >= 20090401
-packetLen(0x0364, 30) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 30)
#elif PACKETVER >= 20090325
-packetLen(0x0364, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, -1)
#elif PACKETVER >= 20090318
-packetLen(0x0364, 30) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 30)
#elif PACKETVER >= 20090311
-packetLen(0x0364, 3) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 3)
#elif PACKETVER >= 20090225
-packetLen(0x0364, 30) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 30)
#elif PACKETVER >= 20090218
-packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 6)
#elif PACKETVER >= 20090204
-packetLen(0x0364, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, -1)
#elif PACKETVER >= 20090129
-packetLen(0x0364, 7) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 7)
#elif PACKETVER >= 20090120
-packetLen(0x0364, 5) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 5)
#elif PACKETVER >= 20090114
-packetLen(0x0364, 14) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 14)
#elif PACKETVER >= 20090107
-packetLen(0x0364, 10) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 10)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x0365
#if PACKETVER >= 20090318
-packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, -1)
#elif PACKETVER >= 20090311
-packetLen(0x0365, 60) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 60)
#elif PACKETVER >= 20090211
-packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, -1)
#elif PACKETVER >= 20090204
-packetLen(0x0365, 54) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 54)
#elif PACKETVER >= 20090120
-packetLen(0x0365, 67) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 67)
#elif PACKETVER >= 20090107
-packetLen(0x0365, 4) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 4)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x0366
#if PACKETVER >= 20090406
-packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, -1)
#elif PACKETVER >= 20090401
-packetLen(0x0366, 8) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 8)
#elif PACKETVER >= 20090318
-packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, -1)
#elif PACKETVER >= 20090311
-packetLen(0x0366, 16) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 16)
#elif PACKETVER >= 20090107
-packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, -1)
#endif
// Packet: 0x0367
#if PACKETVER >= 20090406
-packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, -1)
#elif PACKETVER >= 20090401
-packetLen(0x0367, 26) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 26)
#elif PACKETVER >= 20090325
-packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, -1)
#elif PACKETVER >= 20090318
-packetLen(0x0367, 30) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 30)
#elif PACKETVER >= 20090218
-packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, -1)
#elif PACKETVER >= 20090211
-packetLen(0x0367, 15) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 15)
#elif PACKETVER >= 20090204
-packetLen(0x0367, 6) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 6)
#elif PACKETVER >= 20090129
-packetLen(0x0367, 29) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 29)
#elif PACKETVER >= 20090107
-packetLen(0x0367, 6) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 6)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x0368
#if PACKETVER >= 20090204
-packetLen(0x0368, -1) // CZ_REQNAME2
+packetLen(0x0368, -1)
#elif PACKETVER >= 20090129
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20090120
-packetLen(0x0368, 71) // CZ_REQNAME2
+packetLen(0x0368, 71)
#elif PACKETVER >= 20090114
-packetLen(0x0368, 30) // CZ_REQNAME2
+packetLen(0x0368, 30)
#elif PACKETVER >= 20090107
-packetLen(0x0368, 53) // CZ_REQNAME2
+packetLen(0x0368, 53)
// ignored packet from 2009-01-07aRagexe
#endif
// Packet: 0x0369
#if PACKETVER >= 20090318
-packetLen(0x0369, -1) // CZ_REQNAME_BYGID2
+packetLen(0x0369, -1)
#elif PACKETVER >= 20090311
-packetLen(0x0369, 5) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 5)
#elif PACKETVER >= 20090225
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20090211
-packetLen(0x0369, -1) // CZ_REQNAME_BYGID2
+packetLen(0x0369, -1)
#elif PACKETVER >= 20090204
-packetLen(0x0369, 3) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 3)
#elif PACKETVER >= 20090114
-packetLen(0x0369, -1) // CZ_REQNAME_BYGID2
+packetLen(0x0369, -1)
#elif PACKETVER >= 20090107
-packetLen(0x0369, 19) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 19)
// ignored packet from 2009-01-07aRagexe
#endif
@@ -13118,10 +13118,10 @@ packetLen(0x03dc, 90)
#endif
// Packet: 0x03dd
-packetLen(0x03dd, 18) // AHC_GAME_GUARD
+packetLen(0x03dd, 18)
// Packet: 0x03de
-packetLen(0x03de, 18) // CAH_ACK_GAME_GUARD
+packetLen(0x03de, 18)
// Packet: 0x03e2
#if PACKETVER >= 20090401
@@ -14919,486 +14919,486 @@ packetLen(0x0435, 3)
// Packet: 0x0436
#if PACKETVER >= 20090406
-packetLen(0x0436, 19) // CZ_ENTER2
+packetLen(0x0436, 19)
#elif PACKETVER >= 20090325
-packetLen(0x0436, -1) // CZ_ENTER2
+packetLen(0x0436, -1)
#elif PACKETVER >= 20090318
-packetLen(0x0436, 8) // CZ_ENTER2
+packetLen(0x0436, 8)
#elif PACKETVER >= 20090311
-packetLen(0x0436, 10) // CZ_ENTER2
+packetLen(0x0436, 10)
#elif PACKETVER >= 20090225
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20090120
-packetLen(0x0436, -1) // CZ_ENTER2
+packetLen(0x0436, -1)
#elif PACKETVER >= 20090114
-packetLen(0x0436, 14) // CZ_ENTER2
+packetLen(0x0436, 14)
#elif PACKETVER >= 20090107
-packetLen(0x0436, -1) // CZ_ENTER2
+packetLen(0x0436, -1)
#endif
// Packet: 0x0437
#if PACKETVER >= 20090406
-packetLen(0x0437, 7) // CZ_REQUEST_ACT2
+packetLen(0x0437, 7)
#elif PACKETVER >= 20090401
-packetLen(0x0437, -1) // CZ_REQUEST_ACT2
+packetLen(0x0437, -1)
#elif PACKETVER >= 20090325
-packetLen(0x0437, 4) // CZ_REQUEST_ACT2
+packetLen(0x0437, 4)
#elif PACKETVER >= 20090318
-packetLen(0x0437, -1) // CZ_REQUEST_ACT2
+packetLen(0x0437, -1)
#elif PACKETVER >= 20090311
-packetLen(0x0437, 30) // CZ_REQUEST_ACT2
+packetLen(0x0437, 30)
#elif PACKETVER >= 20090225
-packetLen(0x0437, 16) // CZ_REQUEST_ACT2
+packetLen(0x0437, 16)
#elif PACKETVER >= 20090218
-packetLen(0x0437, -1) // CZ_REQUEST_ACT2
+packetLen(0x0437, -1)
#elif PACKETVER >= 20090211
-packetLen(0x0437, 54) // CZ_REQUEST_ACT2
+packetLen(0x0437, 54)
#elif PACKETVER >= 20090204
-packetLen(0x0437, 6) // CZ_REQUEST_ACT2
+packetLen(0x0437, 6)
#elif PACKETVER >= 20090129
-packetLen(0x0437, -1) // CZ_REQUEST_ACT2
+packetLen(0x0437, -1)
#elif PACKETVER >= 20090120
-packetLen(0x0437, 57) // CZ_REQUEST_ACT2
+packetLen(0x0437, 57)
#elif PACKETVER >= 20090107
-packetLen(0x0437, -1) // CZ_REQUEST_ACT2
+packetLen(0x0437, -1)
#endif
// Packet: 0x0438
#if PACKETVER >= 20090406
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20090318
-packetLen(0x0438, -1) // CZ_USE_SKILL2
+packetLen(0x0438, -1)
#elif PACKETVER >= 20090311
-packetLen(0x0438, 5) // CZ_USE_SKILL2
+packetLen(0x0438, 5)
#elif PACKETVER >= 20090225
-packetLen(0x0438, 3) // CZ_USE_SKILL2
+packetLen(0x0438, 3)
#elif PACKETVER >= 20090204
-packetLen(0x0438, -1) // CZ_USE_SKILL2
+packetLen(0x0438, -1)
#elif PACKETVER >= 20090129
-packetLen(0x0438, 39) // CZ_USE_SKILL2
+packetLen(0x0438, 39)
#elif PACKETVER >= 20090120
-packetLen(0x0438, -1) // CZ_USE_SKILL2
+packetLen(0x0438, -1)
#elif PACKETVER >= 20090114
-packetLen(0x0438, 3) // CZ_USE_SKILL2
+packetLen(0x0438, 3)
#elif PACKETVER >= 20090107
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x0439
#if PACKETVER >= 20090406
-packetLen(0x0439, 8) // CZ_USE_ITEM2
+packetLen(0x0439, 8)
#elif PACKETVER >= 20090401
-packetLen(0x0439, 5) // CZ_USE_ITEM2
+packetLen(0x0439, 5)
#elif PACKETVER >= 20090218
-packetLen(0x0439, -1) // CZ_USE_ITEM2
+packetLen(0x0439, -1)
#elif PACKETVER >= 20090211
-packetLen(0x0439, 6) // CZ_USE_ITEM2
+packetLen(0x0439, 6)
#elif PACKETVER >= 20090129
-packetLen(0x0439, -1) // CZ_USE_ITEM2
+packetLen(0x0439, -1)
#elif PACKETVER >= 20090120
-packetLen(0x0439, 10) // CZ_USE_ITEM2
+packetLen(0x0439, 10)
#elif PACKETVER >= 20090114
-packetLen(0x0439, 28) // CZ_USE_ITEM2
+packetLen(0x0439, 28)
#elif PACKETVER >= 20090107
-packetLen(0x0439, 3) // CZ_USE_ITEM2
+packetLen(0x0439, 3)
// ignored packet from 2009-01-07bRagexe
#endif
// Packet: 0x043d
-packetLen(0x043d, 8) // ZC_SKILL_POSTDELAY
+packetLen(0x043d, 8)
// Packet: 0x043e
-packetLen(0x043e, -1) // ZC_SKILL_POSTDELAY_LIST
+packetLen(0x043e, -1)
// Packet: 0x043f
#if PACKETVER >= 20090114
-packetLen(0x043f, 25) // ZC_MSG_STATE_CHANGE2
+packetLen(0x043f, 25)
#elif PACKETVER >= 20090107
-packetLen(0x043f, 8) // ZC_MSG_STATE_CHANGE2
+packetLen(0x043f, 8)
#endif
// Packet: 0x0440
-packetLen(0x0440, 10) // ZC_MILLENNIUMSHIELD
+packetLen(0x0440, 10)
// Packet: 0x0441
-packetLen(0x0441, 4) // ZC_SKILLINFO_DELETE
+packetLen(0x0441, 4)
// Packet: 0x0442
-packetLen(0x0442, 8) // ZC_SKILL_SELECT_REQUEST
+packetLen(0x0442, 8)
// Packet: 0x0443
-packetLen(0x0443, 8) // CZ_SKILL_SELECT_RESPONSE
+packetLen(0x0443, 8)
// Packet: 0x0444
-packetLen(0x0444, -1) // ZC_SIMPLE_CASH_POINT_ITEMLIST
+packetLen(0x0444, -1)
// Packet: 0x0445
-packetLen(0x0445, 10) // CZ_SIMPLE_BUY_CASH_POINT_ITEM
+packetLen(0x0445, 10)
// Packet: 0x0446
#if PACKETVER >= 20090218
-packetLen(0x0446, 14) // ZC_QUEST_NOTIFY_EFFECT
+packetLen(0x0446, 14)
#endif
// Packet: 0x0447
#if PACKETVER >= 20090520
-packetLen(0x0447, 2) // CZ_BLOCKING_PLAY_CANCEL
+packetLen(0x0447, 2)
#endif
// Packet: 0x0448
#if PACKETVER >= 20090225
-packetLen(0x0448, -1) // HC_CHARACTER_LIST
+packetLen(0x0448, -1)
#endif
// Packet: 0x0449
#if PACKETVER >= 20090401
-packetLen(0x0449, 4) // ZC_HACKSH_ERROR_MSG
+packetLen(0x0449, 4)
#endif
// Packet: 0x044a
#if PACKETVER >= 20090406
-packetLen(0x044a, 6) // CZ_CLIENT_VERSION
+packetLen(0x044a, 6)
#endif
// Packet: 0x044b
#if PACKETVER >= 20090514
-packetLen(0x044b, 2) // CZ_CLOSE_SIMPLECASH_SHOP
+packetLen(0x044b, 2)
#endif
// Packet: 0x07d0
#if PACKETVER >= 20090520
-packetLen(0x07d0, 6) // ZC_ES_RESULT
+packetLen(0x07d0, 6)
#endif
// Packet: 0x07d1
#if PACKETVER >= 20090520
-packetLen(0x07d1, 2) // CZ_ES_GET_LIST
+packetLen(0x07d1, 2)
#endif
// Packet: 0x07d2
#if PACKETVER >= 20090520
-packetLen(0x07d2, -1) // ZC_ES_LIST
+packetLen(0x07d2, -1)
#endif
// Packet: 0x07d3
#if PACKETVER >= 20090520
-packetLen(0x07d3, 4) // CZ_ES_CHOOSE
+packetLen(0x07d3, 4)
#endif
// Packet: 0x07d4
#if PACKETVER >= 20090520
-packetLen(0x07d4, 4) // CZ_ES_CANCEL
+packetLen(0x07d4, 4)
#endif
// Packet: 0x07d5
#if PACKETVER >= 20090520
-packetLen(0x07d5, 4) // ZC_ES_READY
+packetLen(0x07d5, 4)
#endif
// Packet: 0x07d6
#if PACKETVER >= 20090520
-packetLen(0x07d6, 4) // ZC_ES_GOTO
+packetLen(0x07d6, 4)
#endif
// Packet: 0x07d7
#if PACKETVER >= 20090603
-packetLen(0x07d7, 8) // CZ_GROUPINFO_CHANGE_V2
+packetLen(0x07d7, 8)
#endif
// Packet: 0x07d8
#if PACKETVER >= 20090603
-packetLen(0x07d8, 8) // ZC_REQ_GROUPINFO_CHANGE_V2
+packetLen(0x07d8, 8)
#endif
// Packet: 0x07d9
#if PACKETVER >= 20090617
-packetLen(0x07d9, 268) // ZC_SHORTCUT_KEY_LIST_V2
+packetLen(0x07d9, 268)
#elif PACKETVER >= 20090603
-packetLen(0x07d9, 254) // ZC_SHORTCUT_KEY_LIST_V2
+packetLen(0x07d9, 254)
#endif
// Packet: 0x07da
#if PACKETVER >= 20090603
-packetLen(0x07da, 6) // CZ_CHANGE_GROUP_MASTER
+packetLen(0x07da, 6)
#endif
// Packet: 0x07db
#if PACKETVER >= 20090610
-packetLen(0x07db, 8) // ZC_HO_PAR_CHANGE
+packetLen(0x07db, 8)
#endif
// Packet: 0x07dc
#if PACKETVER >= 20090617
-packetLen(0x07dc, 6) // CZ_SEEK_PARTY
+packetLen(0x07dc, 6)
#endif
// Packet: 0x07dd
#if PACKETVER >= 20090617
-packetLen(0x07dd, 54) // ZC_SEEK_PARTY
+packetLen(0x07dd, 54)
#endif
// Packet: 0x07de
#if PACKETVER >= 20090617
-packetLen(0x07de, 30) // CZ_SEEK_PARTY_MEMBER
+packetLen(0x07de, 30)
#endif
// Packet: 0x07df
#if PACKETVER >= 20090617
-packetLen(0x07df, 54) // ZC_SEEK_PARTY_MEMBER
+packetLen(0x07df, 54)
#endif
// Packet: 0x07e0
#if PACKETVER >= 20090708
-packetLen(0x07e0, 58) // ZC_ES_NOTI_MYINFO
+packetLen(0x07e0, 58)
#endif
// Packet: 0x07e1
#if PACKETVER >= 20090715
-packetLen(0x07e1, 15) // ZC_SKILLINFO_UPDATE2
+packetLen(0x07e1, 15)
#endif
// Packet: 0x07e2
#if PACKETVER >= 20090805
-packetLen(0x07e2, 8) // ZC_MSG_VALUE
+packetLen(0x07e2, 8)
#endif
// Packet: 0x07e3
#if PACKETVER >= 20090818
-packetLen(0x07e3, 6) // ZC_ITEMLISTWIN_OPEN
+packetLen(0x07e3, 6)
#endif
// Packet: 0x07e4
#if PACKETVER >= 20090818
-packetLen(0x07e4, -1) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, -1)
#endif
// Packet: 0x07e5
#if PACKETVER >= 20090922
-packetLen(0x07e5, 8) // CH_ENTER_CHECKBOT
+packetLen(0x07e5, 8)
#elif PACKETVER >= 20090825
-packetLen(0x07e5, -1) // CH_ENTER_CHECKBOT
+packetLen(0x07e5, -1)
#endif
// Packet: 0x07e6
#if PACKETVER >= 20090818
-packetLen(0x07e6, 8) // ZC_MSG_SKILL
+packetLen(0x07e6, 8)
#endif
// Packet: 0x07e7
#if PACKETVER >= 20090922
-packetLen(0x07e7, 32) // CH_CHECKBOT
+packetLen(0x07e7, 32)
#elif PACKETVER >= 20090825
-packetLen(0x07e7, 5) // CH_CHECKBOT
+packetLen(0x07e7, 5)
#endif
// Packet: 0x07e8
#if PACKETVER >= 20090922
-packetLen(0x07e8, -1) // HC_CHECKBOT
+packetLen(0x07e8, -1)
#endif
// Packet: 0x07e9
#if PACKETVER >= 20090922
-packetLen(0x07e9, 5) // HC_CHECKBOT_RESULT
+packetLen(0x07e9, 5)
#endif
// Packet: 0x07ea
#if PACKETVER >= 20090929
-packetLen(0x07ea, 2) // CZ_BATTLE_FIELD_LIST
+packetLen(0x07ea, 2)
#endif
// Packet: 0x07eb
#if PACKETVER >= 20090929
-packetLen(0x07eb, -1) // ZC_BATTLE_FIELD_LIST
+packetLen(0x07eb, -1)
#endif
// Packet: 0x07ec
#if PACKETVER >= 20091006
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20090929
-packetLen(0x07ec, 6) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 6)
#endif
// Packet: 0x07ed
#if PACKETVER >= 20091006
-packetLen(0x07ed, 10) // ZC_JOIN_BATTLE_FIELD
+packetLen(0x07ed, 10)
#elif PACKETVER >= 20090929
-packetLen(0x07ed, 8) // ZC_JOIN_BATTLE_FIELD
+packetLen(0x07ed, 8)
#endif
// Packet: 0x07ee
#if PACKETVER >= 20090929
-packetLen(0x07ee, 6) // CZ_CANCEL_BATTLE_FIELD
+packetLen(0x07ee, 6)
#endif
// Packet: 0x07ef
#if PACKETVER >= 20090929
-packetLen(0x07ef, 8) // ZC_CANCEL_BATTLE_FIELD
+packetLen(0x07ef, 8)
#endif
// Packet: 0x07f0
#if PACKETVER >= 20090929
-packetLen(0x07f0, 8) // CZ_REQ_BATTLE_STATE_MONITOR
+packetLen(0x07f0, 8)
#endif
// Packet: 0x07f1
#if PACKETVER >= 20090929
-packetLen(0x07f1, 15) // ZC_ACK_BATTLE_STATE_MONITOR
+packetLen(0x07f1, 15)
#endif
// Packet: 0x07f2
#if PACKETVER >= 20091006
-packetLen(0x07f2, 6) // ZC_BATTLE_NOTI_START_STEP
+packetLen(0x07f2, 6)
#elif PACKETVER >= 20090929
-packetLen(0x07f2, 4) // ZC_BATTLE_NOTI_START_STEP
+packetLen(0x07f2, 4)
#endif
// Packet: 0x07f3
#if PACKETVER >= 20091006
-packetLen(0x07f3, 4) // ZC_BATTLE_JOIN_NOTI_DEFER
+packetLen(0x07f3, 4)
#elif PACKETVER >= 20090929
-packetLen(0x07f3, 3) // ZC_BATTLE_JOIN_NOTI_DEFER
+packetLen(0x07f3, 3)
#endif
// Packet: 0x07f4
#if PACKETVER >= 20091006
-packetLen(0x07f4, 3) // ZC_BATTLE_JOIN_DISABLE_STATE
+packetLen(0x07f4, 3)
#endif
// Packet: 0x07f5
#if PACKETVER >= 20091027
-packetLen(0x07f5, 6) // CZ_GM_FULLSTRIP
+packetLen(0x07f5, 6)
#endif
// Packet: 0x07f6
#if PACKETVER >= 20091027
-packetLen(0x07f6, 14) // ZC_NOTIFY_EXP
+packetLen(0x07f6, 14)
#endif
// Packet: 0x07f7
#if PACKETVER >= 20091103
-packetLen(0x07f7, -1) // ZC_NOTIFY_MOVEENTRY7
+packetLen(0x07f7, -1)
#endif
// Packet: 0x07f8
#if PACKETVER >= 20091103
-packetLen(0x07f8, -1) // ZC_NOTIFY_NEWENTRY5
+packetLen(0x07f8, -1)
#endif
// Packet: 0x07f9
#if PACKETVER >= 20091103
-packetLen(0x07f9, -1) // ZC_NOTIFY_STANDENTRY5
+packetLen(0x07f9, -1)
#endif
// Packet: 0x07fa
#if PACKETVER >= 20091117
-packetLen(0x07fa, 8) // ZC_DELETE_ITEM_FROM_BODY
+packetLen(0x07fa, 8)
#endif
// Packet: 0x07fb
#if PACKETVER >= 20091124
-packetLen(0x07fb, 25) // ZC_USESKILL_ACK2
+packetLen(0x07fb, 25)
#endif
// Packet: 0x07fc
#if PACKETVER >= 20091201
-packetLen(0x07fc, 10) // ZC_CHANGE_GROUP_MASTER
+packetLen(0x07fc, 10)
#endif
// Packet: 0x07fd
#if PACKETVER >= 20091201
-packetLen(0x07fd, -1) // ZC_BROADCASTING_SPECIAL_ITEM_OBTAIN
+packetLen(0x07fd, -1)
#endif
// Packet: 0x07fe
#if PACKETVER >= 20091201
-packetLen(0x07fe, 26) // ZC_PLAY_NPC_BGM
+packetLen(0x07fe, 26)
#endif
// Packet: 0x07ff
#if PACKETVER >= 20091201
-packetLen(0x07ff, -1) // ZC_DEFINE_CHECK
+packetLen(0x07ff, -1)
#endif
// Packet: 0x0800
#if PACKETVER >= 20091215
-packetLen(0x0800, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC2
+packetLen(0x0800, -1)
#endif
// Packet: 0x0801
#if PACKETVER >= 20091215
-packetLen(0x0801, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC2
+packetLen(0x0801, -1)
#endif
// Packet: 0x0802
#if PACKETVER >= 20091222
-packetLen(0x0802, 18) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 18)
#endif
// Packet: 0x0803
#if PACKETVER >= 20091222
-packetLen(0x0803, 4) // ZC_PARTY_BOOKING_ACK_REGISTER
+packetLen(0x0803, 4)
#endif
// Packet: 0x0804
#if PACKETVER >= 20091228
-packetLen(0x0804, 14) // CZ_PARTY_BOOKING_REQ_SEARCH
+packetLen(0x0804, 14)
#elif PACKETVER >= 20091222
-packetLen(0x0804, 8) // CZ_PARTY_BOOKING_REQ_SEARCH
+packetLen(0x0804, 8)
#endif
// Packet: 0x0805
#if PACKETVER >= 20091222
-packetLen(0x0805, -1) // ZC_PARTY_BOOKING_ACK_SEARCH
+packetLen(0x0805, -1)
#endif
// Packet: 0x0806
#if PACKETVER >= 20091228
-packetLen(0x0806, 2) // CZ_PARTY_BOOKING_REQ_DELETE
+packetLen(0x0806, 2)
#elif PACKETVER >= 20091222
-packetLen(0x0806, 4) // CZ_PARTY_BOOKING_REQ_DELETE
+packetLen(0x0806, 4)
#endif
// Packet: 0x0807
#if PACKETVER >= 20091228
-packetLen(0x0807, 4) // ZC_PARTY_BOOKING_ACK_DELETE
+packetLen(0x0807, 4)
#elif PACKETVER >= 20091222
-packetLen(0x0807, 2) // ZC_PARTY_BOOKING_ACK_DELETE
+packetLen(0x0807, 2)
#endif
// Packet: 0x0808
#if PACKETVER >= 20091228
-packetLen(0x0808, 14) // CZ_PARTY_BOOKING_REQ_UPDATE
+packetLen(0x0808, 14)
#elif PACKETVER >= 20091222
-packetLen(0x0808, 4) // CZ_PARTY_BOOKING_REQ_UPDATE
+packetLen(0x0808, 4)
#endif
// Packet: 0x0809
#if PACKETVER >= 20091228
-packetLen(0x0809, 50) // ZC_PARTY_BOOKING_NOTIFY_INSERT
+packetLen(0x0809, 50)
#elif PACKETVER >= 20091222
-packetLen(0x0809, 14) // ZC_PARTY_BOOKING_NOTIFY_INSERT
+packetLen(0x0809, 14)
#endif
// Packet: 0x080a
#if PACKETVER >= 20091228
-packetLen(0x080a, 18) // ZC_PARTY_BOOKING_NOTIFY_UPDATE
+packetLen(0x080a, 18)
#elif PACKETVER >= 20091222
-packetLen(0x080a, 50) // ZC_PARTY_BOOKING_NOTIFY_UPDATE
+packetLen(0x080a, 50)
#endif
// Packet: 0x080b
#if PACKETVER >= 20091228
-packetLen(0x080b, 6) // ZC_PARTY_BOOKING_NOTIFY_DELETE
+packetLen(0x080b, 6)
#elif PACKETVER >= 20091222
-packetLen(0x080b, 18) // ZC_PARTY_BOOKING_NOTIFY_DELETE
+packetLen(0x080b, 18)
#endif
// Packet: 0x080c
#if PACKETVER >= 20091228
// removed
#elif PACKETVER >= 20091222
-packetLen(0x080c, 6) // CZ_SIMPLE_CASH_BTNSHOW
+packetLen(0x080c, 6)
#endif
diff --git a/src/common/packets/packets2009_len_re.h b/src/common/packets/packets2009_len_re.h
index 4cd76c5ca..37d5efa47 100644
--- a/src/common/packets/packets2009_len_re.h
+++ b/src/common/packets/packets2009_len_re.h
@@ -2,8 +2,8 @@
* This file is part of Hercules.
* http://herc.ws - http://github.com/HerculesWS/Hercules
*
- * Copyright (C) 2019 Hercules Dev Team
- * Copyright (C) 2019 Andrei Karas (4144)
+ * Copyright (C) 2018-2019 Hercules Dev Team
+ * Copyright (C) 2018-2019 Andrei Karas (4144)
*
* Hercules is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -25,144 +25,144 @@
/* This file is autogenerated, please do not commit manual changes */
// Packet: 0x0064
-packetLen(0x0064, 55) // CA_LOGIN
+packetLen(0x0064, 55)
// Packet: 0x0065
-packetLen(0x0065, 17) // CH_ENTER
+packetLen(0x0065, 17)
// Packet: 0x0066
-packetLen(0x0066, 3) // CH_SELECT_CHAR
+packetLen(0x0066, 3)
// Packet: 0x0067
-packetLen(0x0067, 37) // CH_MAKE_CHAR
+packetLen(0x0067, 37)
// Packet: 0x0068
-packetLen(0x0068, 46) // CH_DELETE_CHAR
+packetLen(0x0068, 46)
// Packet: 0x0069
-packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+packetLen(0x0069, -1)
// Packet: 0x006a
-packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+packetLen(0x006a, 23)
// Packet: 0x006b
-packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+packetLen(0x006b, -1)
// Packet: 0x006c
-packetLen(0x006c, 3) // HC_REFUSE_ENTER
+packetLen(0x006c, 3)
// Packet: 0x006d
-packetLen(0x006d, 114) // HC_ACCEPT_MAKECHAR
+packetLen(0x006d, 114)
// Packet: 0x006e
-packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+packetLen(0x006e, 3)
// Packet: 0x006f
-packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+packetLen(0x006f, 2)
// Packet: 0x0070
-packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+packetLen(0x0070, 3)
// Packet: 0x0071
-packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+packetLen(0x0071, 28)
// Packet: 0x0072
#if PACKETVER >= 20090617
-packetLen(0x0072, 25) // CZ_ENTER
+packetLen(0x0072, 25)
// ignored packet from 2009-06-17cRagexeRE
#elif PACKETVER >= 20090107
-packetLen(0x0072, 22) // CZ_ENTER
+packetLen(0x0072, 22)
#endif
// Packet: 0x0073
-packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 11)
// Packet: 0x0074
-packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+packetLen(0x0074, 3)
// Packet: 0x0075
-packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, -1)
// Packet: 0x0076
-packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+packetLen(0x0076, 9)
// Packet: 0x0077
-packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 5)
// Packet: 0x0078
-packetLen(0x0078, 55) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, 55)
// Packet: 0x0079
-packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, 53)
// Packet: 0x007a
-packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, 58)
// Packet: 0x007b
-packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, 60)
// Packet: 0x007c
-packetLen(0x007c, 44) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, 44)
// Packet: 0x007d
-packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, 2)
// Packet: 0x007e
#if PACKETVER >= 20090617
-packetLen(0x007e, 105) // CZ_REQUEST_TIME
+packetLen(0x007e, 105)
// ignored packet from 2009-06-17bRagexeRE
#elif PACKETVER >= 20090107
-packetLen(0x007e, 105) // CZ_REQUEST_TIME
+packetLen(0x007e, 105)
#endif
// Packet: 0x007f
-packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+packetLen(0x007f, 6)
// Packet: 0x0080
-packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+packetLen(0x0080, 7)
// Packet: 0x0081
-packetLen(0x0081, 3) // SC_NOTIFY_BAN
+packetLen(0x0081, 3)
// Packet: 0x0082
-packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+packetLen(0x0082, 2)
// Packet: 0x0083
-packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 2)
// Packet: 0x0084
-packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+packetLen(0x0084, 2)
// Packet: 0x0085
#if PACKETVER >= 20090617
-packetLen(0x0085, 11) // CZ_REQUEST_MOVE
+packetLen(0x0085, 11)
// ignored packet from 2009-06-17cRagexeRE
#elif PACKETVER >= 20090107
-packetLen(0x0085, 10) // CZ_REQUEST_MOVE
+packetLen(0x0085, 10)
#endif
// Packet: 0x0086
-packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 16)
// Packet: 0x0087
-packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 12)
// Packet: 0x0088
-packetLen(0x0088, 10) // ZC_STOPMOVE
+packetLen(0x0088, 10)
// Packet: 0x0089
#if PACKETVER >= 20090617
-packetLen(0x0089, 11) // CZ_REQUEST_ACT
+packetLen(0x0089, 11)
// ignored packet from 2009-06-17bRagexeRE
#elif PACKETVER >= 20090107
-packetLen(0x0089, 11) // CZ_REQUEST_ACT
+packetLen(0x0089, 11)
#endif
// Packet: 0x008a
-packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+packetLen(0x008a, 29)
// Packet: 0x008b
-packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+packetLen(0x008b, 23)
// Packet: 0x008c
#if PACKETVER >= 20090617
@@ -173,99 +173,99 @@ packetLen(0x008c, 14)
#endif
// Packet: 0x008d
-packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+packetLen(0x008d, -1)
// Packet: 0x008e
-packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, -1)
// Packet: 0x0090
-packetLen(0x0090, 7) // CZ_CONTACTNPC
+packetLen(0x0090, 7)
// Packet: 0x0091
-packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, 22)
// Packet: 0x0092
-packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 28)
// Packet: 0x0093
-packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+packetLen(0x0093, 2)
// Packet: 0x0094
#if PACKETVER >= 20090617
-packetLen(0x0094, 19) // CZ_REQNAME
+packetLen(0x0094, 19)
// ignored packet from 2009-06-17bRagexeRE
#elif PACKETVER >= 20090107
-packetLen(0x0094, 19) // CZ_REQNAME
+packetLen(0x0094, 19)
#endif
// Packet: 0x0095
-packetLen(0x0095, 30) // ZC_ACK_REQNAME
+packetLen(0x0095, 30)
// Packet: 0x0096
-packetLen(0x0096, -1) // CZ_WHISPER
+packetLen(0x0096, -1)
// Packet: 0x0097
-packetLen(0x0097, -1) // ZC_WHISPER
+packetLen(0x0097, -1)
// Packet: 0x0098
-packetLen(0x0098, 3) // ZC_ACK_WHISPER
+packetLen(0x0098, 3)
// Packet: 0x0099
-packetLen(0x0099, -1) // CZ_BROADCAST
+packetLen(0x0099, -1)
// Packet: 0x009a
-packetLen(0x009a, -1) // ZC_BROADCAST
+packetLen(0x009a, -1)
// Packet: 0x009b
#if PACKETVER >= 20090617
-packetLen(0x009b, 34) // CZ_CHANGE_DIRECTION
+packetLen(0x009b, 34)
// ignored packet from 2009-06-17bRagexeRE
#elif PACKETVER >= 20090107
-packetLen(0x009b, 34) // CZ_CHANGE_DIRECTION
+packetLen(0x009b, 34)
#endif
// Packet: 0x009c
-packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, 9)
// Packet: 0x009d
-packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+packetLen(0x009d, 17)
// Packet: 0x009e
-packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 17)
// Packet: 0x009f
#if PACKETVER >= 20090617
-packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+packetLen(0x009f, 20)
// ignored packet from 2009-06-17bRagexeRE
#elif PACKETVER >= 20090107
-packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+packetLen(0x009f, 20)
#endif
// Packet: 0x00a0
-packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, 23)
// Packet: 0x00a1
-packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, 6)
// Packet: 0x00a2
#if PACKETVER >= 20090617
-packetLen(0x00a2, 15) // CZ_ITEM_THROW
+packetLen(0x00a2, 15)
// ignored packet from 2009-06-17cRagexeRE
#elif PACKETVER >= 20090107
-packetLen(0x00a2, 14) // CZ_ITEM_THROW
+packetLen(0x00a2, 14)
#endif
// Packet: 0x00a3
-packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, -1)
// Packet: 0x00a4
-packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, -1)
// Packet: 0x00a5
-packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, -1)
// Packet: 0x00a6
-packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, -1)
// Packet: 0x00a7
#if PACKETVER >= 20090617
@@ -276,1781 +276,1781 @@ packetLen(0x00a7, 9)
#endif
// Packet: 0x00a8
-packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 7)
// Packet: 0x00a9
-packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, 6)
// Packet: 0x00aa
-packetLen(0x00aa, 7) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 7)
// Packet: 0x00ab
-packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, 4)
// Packet: 0x00ac
-packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, 7)
// Packet: 0x00ae
-packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+packetLen(0x00ae, -1)
// Packet: 0x00af
-packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, 6)
// Packet: 0x00b0
-packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+packetLen(0x00b0, 8)
// Packet: 0x00b1
-packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, 8)
// Packet: 0x00b2
-packetLen(0x00b2, 3) // CZ_RESTART
+packetLen(0x00b2, 3)
// Packet: 0x00b3
-packetLen(0x00b3, 3) // ZC_RESTART_ACK
+packetLen(0x00b3, 3)
// Packet: 0x00b4
-packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+packetLen(0x00b4, -1)
// Packet: 0x00b5
-packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 6)
// Packet: 0x00b6
-packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 6)
// Packet: 0x00b7
-packetLen(0x00b7, -1) // ZC_MENU_LIST
+packetLen(0x00b7, -1)
// Packet: 0x00b8
-packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+packetLen(0x00b8, 7)
// Packet: 0x00b9
-packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, 6)
// Packet: 0x00ba
-packetLen(0x00ba, 2) // CZ_REQ_STATUS
+packetLen(0x00ba, 2)
// Packet: 0x00bb
-packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+packetLen(0x00bb, 5)
// Packet: 0x00bc
-packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 6)
// Packet: 0x00bd
-packetLen(0x00bd, 44) // ZC_STATUS
+packetLen(0x00bd, 44)
// Packet: 0x00be
-packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+packetLen(0x00be, 5)
// Packet: 0x00bf
-packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+packetLen(0x00bf, 3)
// Packet: 0x00c0
-packetLen(0x00c0, 7) // ZC_EMOTION
+packetLen(0x00c0, 7)
// Packet: 0x00c1
-packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, 2)
// Packet: 0x00c2
-packetLen(0x00c2, 6) // ZC_USER_COUNT
+packetLen(0x00c2, 6)
// Packet: 0x00c3
-packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, 8)
// Packet: 0x00c4
-packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, 6)
// Packet: 0x00c5
-packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, 7)
// Packet: 0x00c6
-packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, -1)
// Packet: 0x00c7
-packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, -1)
// Packet: 0x00c8
-packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, -1)
// Packet: 0x00c9
-packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, -1)
// Packet: 0x00ca
-packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, 3)
// Packet: 0x00cb
-packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+packetLen(0x00cb, 3)
// Packet: 0x00cc
-packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, 6)
// Packet: 0x00cd
-packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+packetLen(0x00cd, 3)
// Packet: 0x00ce
-packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 2)
// Packet: 0x00cf
-packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 27)
// Packet: 0x00d0
-packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, 3)
// Packet: 0x00d1
-packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, 4)
// Packet: 0x00d2
-packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 4)
// Packet: 0x00d3
-packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 2)
// Packet: 0x00d4
-packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+packetLen(0x00d4, -1)
// Packet: 0x00d5
-packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, -1)
// Packet: 0x00d6
-packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 3)
// Packet: 0x00d7
-packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, -1)
// Packet: 0x00d8
-packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+packetLen(0x00d8, 6)
// Packet: 0x00d9
-packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, 14)
// Packet: 0x00da
-packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, 3)
// Packet: 0x00db
-packetLen(0x00db, -1) // ZC_ENTER_ROOM
+packetLen(0x00db, -1)
// Packet: 0x00dc
-packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 28)
// Packet: 0x00dd
-packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+packetLen(0x00dd, 29)
// Packet: 0x00de
-packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, -1)
// Packet: 0x00df
-packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, -1)
// Packet: 0x00e0
-packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, 30)
// Packet: 0x00e1
-packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+packetLen(0x00e1, 30)
// Packet: 0x00e2
-packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, 26)
// Packet: 0x00e3
-packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+packetLen(0x00e3, 2)
// Packet: 0x00e4
-packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 6)
// Packet: 0x00e5
-packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 26)
// Packet: 0x00e6
-packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, 3)
// Packet: 0x00e7
-packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 3)
// Packet: 0x00e8
-packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, 8)
// Packet: 0x00e9
-packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 19)
// Packet: 0x00ea
-packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 5)
// Packet: 0x00eb
-packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 2)
// Packet: 0x00ec
-packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 3)
// Packet: 0x00ed
-packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, 2)
// Packet: 0x00ee
-packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, 2)
// Packet: 0x00ef
-packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 2)
// Packet: 0x00f0
-packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 3)
// Packet: 0x00f1
-packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+packetLen(0x00f1, 2)
// Packet: 0x00f2
-packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 6)
// Packet: 0x00f3
-packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+packetLen(0x00f3, -1)
// Packet: 0x00f4
-packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 21)
// Packet: 0x00f5
#if PACKETVER >= 20090617
-packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+packetLen(0x00f5, 11)
// ignored packet from 2009-06-17bRagexeRE
#elif PACKETVER >= 20090107
-packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+packetLen(0x00f5, 11)
#endif
// Packet: 0x00f6
-packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 8)
// Packet: 0x00f7
#if PACKETVER >= 20090617
-packetLen(0x00f7, 22) // CZ_REQUEST_TIME
+packetLen(0x00f7, 22)
// ignored packet from 2009-06-17cRagexeRE
#elif PACKETVER >= 20090107
-packetLen(0x00f7, 17) // CZ_REQUEST_TIME
+packetLen(0x00f7, 17)
#endif
// Packet: 0x00f8
-packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+packetLen(0x00f8, 2)
// Packet: 0x00f9
-packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+packetLen(0x00f9, 26)
// Packet: 0x00fa
-packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, 3)
// Packet: 0x00fb
-packetLen(0x00fb, -1) // ZC_GROUP_LIST
+packetLen(0x00fb, -1)
// Packet: 0x00fc
-packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, 6)
// Packet: 0x00fd
-packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, 27)
// Packet: 0x00fe
-packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, 30)
// Packet: 0x00ff
-packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+packetLen(0x00ff, 10)
// Packet: 0x0100
-packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, 2)
// Packet: 0x0101
-packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, 6)
// Packet: 0x0102
-packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 6)
// Packet: 0x0103
-packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 30)
// Packet: 0x0104
-packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, 79)
// Packet: 0x0105
-packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, 31)
// Packet: 0x0106
-packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, 10)
// Packet: 0x0107
-packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, 10)
// Packet: 0x0108
-packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, -1)
// Packet: 0x0109
-packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, -1)
// Packet: 0x010a
-packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 4)
// Packet: 0x010b
-packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, 6)
// Packet: 0x010c
-packetLen(0x010c, 6) // ZC_MVP
+packetLen(0x010c, 6)
// Packet: 0x010d
-packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+packetLen(0x010d, 2)
// Packet: 0x010e
-packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, 11)
// Packet: 0x010f
-packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+packetLen(0x010f, -1)
// Packet: 0x0110
-packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, 10)
// Packet: 0x0111
-packetLen(0x0111, 39) // ZC_ADD_SKILL
+packetLen(0x0111, 39)
// Packet: 0x0112
-packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, 4)
// Packet: 0x0113
#if PACKETVER >= 20090617
-packetLen(0x0113, 25) // CZ_USE_SKILL
+packetLen(0x0113, 25)
// ignored packet from 2009-06-17bRagexeRE
#elif PACKETVER >= 20090107
-packetLen(0x0113, 25) // CZ_USE_SKILL
+packetLen(0x0113, 25)
#endif
// Packet: 0x0114
-packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+packetLen(0x0114, 31)
// Packet: 0x0115
-packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+packetLen(0x0115, 35)
// Packet: 0x0116
#if PACKETVER >= 20090617
-packetLen(0x0116, 17) // CZ_USE_SKILL_TOGROUND
+packetLen(0x0116, 17)
// ignored packet from 2009-06-17bRagexeRE
#elif PACKETVER >= 20090107
-packetLen(0x0116, 17) // CZ_USE_SKILL_TOGROUND
+packetLen(0x0116, 17)
#endif
// Packet: 0x0117
-packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, 18)
// Packet: 0x0118
-packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+packetLen(0x0118, 2)
// Packet: 0x0119
-packetLen(0x0119, 13) // ZC_STATE_CHANGE
+packetLen(0x0119, 13)
// Packet: 0x011a
-packetLen(0x011a, 15) // ZC_USE_SKILL
+packetLen(0x011a, 15)
// Packet: 0x011b
-packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, 20)
// Packet: 0x011c
-packetLen(0x011c, 68) // ZC_WARPLIST
+packetLen(0x011c, 68)
// Packet: 0x011d
-packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 2)
// Packet: 0x011e
-packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, 3)
// Packet: 0x011f
-packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+packetLen(0x011f, 16)
// Packet: 0x0120
-packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, 6)
// Packet: 0x0121
-packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, 14)
// Packet: 0x0122
-packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, -1)
// Packet: 0x0123
-packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, -1)
// Packet: 0x0124
-packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 21)
// Packet: 0x0125
-packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 8)
// Packet: 0x0126
-packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 8)
// Packet: 0x0127
-packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, 8)
// Packet: 0x0128
-packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 8)
// Packet: 0x0129
-packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, 8)
// Packet: 0x012a
-packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+packetLen(0x012a, 2)
// Packet: 0x012b
-packetLen(0x012b, 2) // ZC_CARTOFF
+packetLen(0x012b, 2)
// Packet: 0x012c
-packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 3)
// Packet: 0x012d
-packetLen(0x012d, 4) // ZC_OPENSTORE
+packetLen(0x012d, 4)
// Packet: 0x012e
-packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, 2)
// Packet: 0x012f
-packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+packetLen(0x012f, -1)
// Packet: 0x0130
-packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, 6)
// Packet: 0x0131
-packetLen(0x0131, 86) // ZC_STORE_ENTRY
+packetLen(0x0131, 86)
// Packet: 0x0132
-packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, 6)
// Packet: 0x0133
-packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, -1)
// Packet: 0x0134
-packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, -1)
// Packet: 0x0135
-packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, 7)
// Packet: 0x0136
-packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, -1)
// Packet: 0x0137
-packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, 6)
// Packet: 0x0138
-packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+packetLen(0x0138, 3)
// Packet: 0x0139
-packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, 16)
// Packet: 0x013a
-packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+packetLen(0x013a, 4)
// Packet: 0x013b
-packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+packetLen(0x013b, 4)
// Packet: 0x013c
-packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+packetLen(0x013c, 4)
// Packet: 0x013d
-packetLen(0x013d, 6) // ZC_RECOVERY
+packetLen(0x013d, 6)
// Packet: 0x013e
-packetLen(0x013e, 24) // ZC_USESKILL_ACK
+packetLen(0x013e, 24)
// Packet: 0x013f
-packetLen(0x013f, 26) // CZ_ITEM_CREATE
+packetLen(0x013f, 26)
// Packet: 0x0140
-packetLen(0x0140, 22) // CZ_MOVETO_MAP
+packetLen(0x0140, 22)
// Packet: 0x0141
-packetLen(0x0141, 14) // ZC_COUPLESTATUS
+packetLen(0x0141, 14)
// Packet: 0x0142
-packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+packetLen(0x0142, 6)
// Packet: 0x0143
-packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+packetLen(0x0143, 10)
// Packet: 0x0144
-packetLen(0x0144, 23) // ZC_COMPASS
+packetLen(0x0144, 23)
// Packet: 0x0145
-packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+packetLen(0x0145, 19)
// Packet: 0x0146
-packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+packetLen(0x0146, 6)
// Packet: 0x0147
-packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+packetLen(0x0147, 39)
// Packet: 0x0148
-packetLen(0x0148, 8) // ZC_RESURRECTION
+packetLen(0x0148, 8)
// Packet: 0x0149
-packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, 9)
// Packet: 0x014a
-packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+packetLen(0x014a, 6)
// Packet: 0x014b
-packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+packetLen(0x014b, 27)
// Packet: 0x014c
-packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, -1)
// Packet: 0x014d
-packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 2)
// Packet: 0x014e
-packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+packetLen(0x014e, 6)
// Packet: 0x014f
-packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, 6)
// Packet: 0x0150
-packetLen(0x0150, 110) // ZC_GUILD_INFO
+packetLen(0x0150, 110)
// Packet: 0x0151
-packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+packetLen(0x0151, 6)
// Packet: 0x0152
-packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+packetLen(0x0152, -1)
// Packet: 0x0153
-packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+packetLen(0x0153, -1)
// Packet: 0x0154
-packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, -1)
// Packet: 0x0155
-packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, -1)
// Packet: 0x0156
-packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+packetLen(0x0156, -1)
// Packet: 0x0157
-packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+packetLen(0x0157, 6)
// Packet: 0x0158
-packetLen(0x0158, -1) // ZC_ACK_OPEN_MEMBER_INFO
+packetLen(0x0158, -1)
// Packet: 0x0159
-packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, 54)
// Packet: 0x015a
-packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 66)
// Packet: 0x015b
-packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 54)
// Packet: 0x015c
-packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, 90)
// Packet: 0x015d
-packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+packetLen(0x015d, 42)
// Packet: 0x015e
-packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, 6)
// Packet: 0x015f
-packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+packetLen(0x015f, 42)
// Packet: 0x0160
-packetLen(0x0160, -1) // ZC_POSITION_INFO
+packetLen(0x0160, -1)
// Packet: 0x0161
-packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, -1)
// Packet: 0x0162
-packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, -1)
// Packet: 0x0163
-packetLen(0x0163, -1) // ZC_BAN_LIST
+packetLen(0x0163, -1)
// Packet: 0x0164
-packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+packetLen(0x0164, -1)
// Packet: 0x0165
-packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, 30)
// Packet: 0x0166
-packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, -1)
// Packet: 0x0167
-packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 3)
// Packet: 0x0168
-packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, 14)
// Packet: 0x0169
-packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 3)
// Packet: 0x016a
-packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, 30)
// Packet: 0x016b
-packetLen(0x016b, 10) // CZ_JOIN_GUILD
+packetLen(0x016b, 10)
// Packet: 0x016c
-packetLen(0x016c, 43) // ZC_UPDATE_GDID
+packetLen(0x016c, 43)
// Packet: 0x016d
-packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 14)
// Packet: 0x016e
-packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+packetLen(0x016e, 186)
// Packet: 0x016f
-packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+packetLen(0x016f, 182)
// Packet: 0x0170
-packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 14)
// Packet: 0x0171
-packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, 30)
// Packet: 0x0172
-packetLen(0x0172, 10) // CZ_ALLY_GUILD
+packetLen(0x0172, 10)
// Packet: 0x0173
-packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+packetLen(0x0173, 3)
// Packet: 0x0174
-packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0174, -1)
// Packet: 0x0175
-packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+packetLen(0x0175, 6)
// Packet: 0x0176
-packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+packetLen(0x0176, 106)
// Packet: 0x0177
-packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, -1)
// Packet: 0x0178
-packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, 4)
// Packet: 0x0179
-packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 5)
// Packet: 0x017a
-packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, 4)
// Packet: 0x017b
-packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, -1)
// Packet: 0x017c
-packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, 6)
// Packet: 0x017d
-packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 7)
// Packet: 0x017e
-packetLen(0x017e, -1) // CZ_GUILD_CHAT
+packetLen(0x017e, -1)
// Packet: 0x017f
-packetLen(0x017f, -1) // ZC_GUILD_CHAT
+packetLen(0x017f, -1)
// Packet: 0x0180
-packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+packetLen(0x0180, 6)
// Packet: 0x0181
-packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+packetLen(0x0181, 3)
// Packet: 0x0182
-packetLen(0x0182, 106) // ZC_MEMBER_ADD
+packetLen(0x0182, 106)
// Packet: 0x0183
-packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+packetLen(0x0183, 10)
// Packet: 0x0184
-packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+packetLen(0x0184, 10)
// Packet: 0x0185
-packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+packetLen(0x0185, 34)
// Packet: 0x0187
-packetLen(0x0187, 6) // CH_UNKNOWN_PING
+packetLen(0x0187, 6)
// Packet: 0x0188
-packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, 8)
// Packet: 0x0189
-packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, 4)
// Packet: 0x018a
-packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+packetLen(0x018a, 4)
// Packet: 0x018b
-packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, 4)
// Packet: 0x018c
-packetLen(0x018c, 29) // ZC_MONSTER_INFO
+packetLen(0x018c, 29)
// Packet: 0x018d
-packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, -1)
// Packet: 0x018e
-packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+packetLen(0x018e, 10)
// Packet: 0x018f
-packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 6)
// Packet: 0x0190
#if PACKETVER >= 20090617
-packetLen(0x0190, 23) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+packetLen(0x0190, 23)
// ignored packet from 2009-06-17bRagexeRE
#elif PACKETVER >= 20090107
-packetLen(0x0190, 23) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+packetLen(0x0190, 23)
#endif
// Packet: 0x0191
-packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+packetLen(0x0191, 86)
// Packet: 0x0192
-packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+packetLen(0x0192, 24)
// Packet: 0x0193
-packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+packetLen(0x0193, 2)
// Packet: 0x0194
-packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 30)
// Packet: 0x0195
-packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 102)
// Packet: 0x0196
-packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, 9)
// Packet: 0x0197
-packetLen(0x0197, 4) // CZ_RESET
+packetLen(0x0197, 4)
// Packet: 0x0198
-packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+packetLen(0x0198, 8)
// Packet: 0x0199
-packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, 4)
// Packet: 0x019a
-packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 14)
// Packet: 0x019b
-packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 10)
// Packet: 0x019c
-packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+packetLen(0x019c, -1)
// Packet: 0x019d
-packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, 6)
// Packet: 0x019e
-packetLen(0x019e, 2) // ZC_START_CAPTURE
+packetLen(0x019e, 2)
// Packet: 0x019f
-packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, 6)
// Packet: 0x01a0
-packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, 3)
// Packet: 0x01a1
-packetLen(0x01a1, 3) // CZ_COMMAND_PET
+packetLen(0x01a1, 3)
// Packet: 0x01a2
-packetLen(0x01a2, 37) // ZC_PROPERTY_PET
+packetLen(0x01a2, 37)
// Packet: 0x01a3
-packetLen(0x01a3, 5) // ZC_FEED_PET
+packetLen(0x01a3, 5)
// Packet: 0x01a4
-packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, 11)
// Packet: 0x01a5
-packetLen(0x01a5, 26) // CZ_RENAME_PET
+packetLen(0x01a5, 26)
// Packet: 0x01a6
-packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+packetLen(0x01a6, -1)
// Packet: 0x01a7
-packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 4)
// Packet: 0x01a8
-packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+packetLen(0x01a8, 4)
// Packet: 0x01a9
-packetLen(0x01a9, 6) // CZ_PET_ACT
+packetLen(0x01a9, 6)
// Packet: 0x01aa
-packetLen(0x01aa, 10) // ZC_PET_ACT
+packetLen(0x01aa, 10)
// Packet: 0x01ab
-packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, 12)
// Packet: 0x01ac
-packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+packetLen(0x01ac, 6)
// Packet: 0x01ad
-packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, -1)
// Packet: 0x01ae
-packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, 4)
// Packet: 0x01af
-packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+packetLen(0x01af, 4)
// Packet: 0x01b0
-packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, 11)
// Packet: 0x01b1
-packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+packetLen(0x01b1, 7)
// Packet: 0x01b2
-packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, -1)
// Packet: 0x01b3
-packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, 67)
// Packet: 0x01b4
-packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+packetLen(0x01b4, 12)
// Packet: 0x01b5
-packetLen(0x01b5, 18) // SC_BILLING_INFO
+packetLen(0x01b5, 18)
// Packet: 0x01b6
-packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+packetLen(0x01b6, 114)
// Packet: 0x01b7
-packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+packetLen(0x01b7, 6)
// Packet: 0x01b8
-packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+packetLen(0x01b8, 3)
// Packet: 0x01b9
-packetLen(0x01b9, 6) // ZC_DISPEL
+packetLen(0x01b9, 6)
// Packet: 0x01ba
-packetLen(0x01ba, 26) // CZ_REMOVE_AID
+packetLen(0x01ba, 26)
// Packet: 0x01bb
-packetLen(0x01bb, 26) // CZ_SHIFT
+packetLen(0x01bb, 26)
// Packet: 0x01bc
-packetLen(0x01bc, 26) // CZ_RECALL
+packetLen(0x01bc, 26)
// Packet: 0x01bd
-packetLen(0x01bd, 26) // CZ_RECALL_GID
+packetLen(0x01bd, 26)
// Packet: 0x01be
-packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+packetLen(0x01be, 2)
// Packet: 0x01bf
-packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+packetLen(0x01bf, 3)
// Packet: 0x01c0
-packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+packetLen(0x01c0, 2)
// Packet: 0x01c1
-packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+packetLen(0x01c1, 14)
// Packet: 0x01c2
-packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+packetLen(0x01c2, 10)
// Packet: 0x01c3
-packetLen(0x01c3, -1) // ZC_BROADCAST2
+packetLen(0x01c3, -1)
// Packet: 0x01c4
-packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 22)
// Packet: 0x01c5
-packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 22)
// Packet: 0x01c6
-packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+packetLen(0x01c6, 4)
// Packet: 0x01c7
-packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+packetLen(0x01c7, 2)
// Packet: 0x01c8
-packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, 13)
// Packet: 0x01c9
-packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 97)
// Packet: 0x01ca
-packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+packetLen(0x01ca, 3)
// Packet: 0x01cb
-packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+packetLen(0x01cb, 9)
// Packet: 0x01cc
-packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+packetLen(0x01cc, 9)
// Packet: 0x01cd
-packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, 30)
// Packet: 0x01ce
-packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, 6)
// Packet: 0x01cf
-packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+packetLen(0x01cf, 28)
// Packet: 0x01d0
-packetLen(0x01d0, 8) // ZC_SPIRITS
+packetLen(0x01d0, 8)
// Packet: 0x01d1
-packetLen(0x01d1, 14) // ZC_BLADESTOP
+packetLen(0x01d1, 14)
// Packet: 0x01d2
-packetLen(0x01d2, 10) // ZC_COMBODELAY
+packetLen(0x01d2, 10)
// Packet: 0x01d3
-packetLen(0x01d3, 35) // ZC_SOUND
+packetLen(0x01d3, 35)
// Packet: 0x01d4
-packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, 6)
// Packet: 0x01d5
-packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, -1)
// Packet: 0x01d6
-packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 4)
// Packet: 0x01d7
-packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 11)
// Packet: 0x01d8
-packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 54)
// Packet: 0x01d9
-packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 53)
// Packet: 0x01da
-packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 60)
// Packet: 0x01db
-packetLen(0x01db, 2) // CA_REQ_HASH
+packetLen(0x01db, 2)
// Packet: 0x01dc
-packetLen(0x01dc, -1) // AC_ACK_HASH
+packetLen(0x01dc, -1)
// Packet: 0x01dd
-packetLen(0x01dd, 47) // CA_LOGIN2
+packetLen(0x01dd, 47)
// Packet: 0x01de
-packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 33)
// Packet: 0x01df
-packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+packetLen(0x01df, 6)
// Packet: 0x01e0
-packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+packetLen(0x01e0, 30)
// Packet: 0x01e1
-packetLen(0x01e1, 8) // ZC_SPIRITS2
+packetLen(0x01e1, 8)
// Packet: 0x01e2
-packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+packetLen(0x01e2, 34)
// Packet: 0x01e3
-packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+packetLen(0x01e3, 14)
// Packet: 0x01e4
-packetLen(0x01e4, 2) // ZC_START_COUPLE
+packetLen(0x01e4, 2)
// Packet: 0x01e5
-packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+packetLen(0x01e5, 6)
// Packet: 0x01e6
-packetLen(0x01e6, 26) // ZC_COUPLENAME
+packetLen(0x01e6, 26)
// Packet: 0x01e7
-packetLen(0x01e7, 2) // CZ_DORIDORI
+packetLen(0x01e7, 2)
// Packet: 0x01e8
-packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 28)
// Packet: 0x01e9
-packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, 81)
// Packet: 0x01ea
-packetLen(0x01ea, 6) // ZC_CONGRATULATION
+packetLen(0x01ea, 6)
// Packet: 0x01eb
-packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, 10)
// Packet: 0x01ec
-packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+packetLen(0x01ec, 26)
// Packet: 0x01ed
-packetLen(0x01ed, 2) // CZ_CHOPOKGI
+packetLen(0x01ed, 2)
// Packet: 0x01ee
-packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, -1)
// Packet: 0x01ef
-packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, -1)
// Packet: 0x01f0
-packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, -1)
// Packet: 0x01f1
-packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+packetLen(0x01f1, -1)
// Packet: 0x01f2
-packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, 20)
// Packet: 0x01f3
-packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+packetLen(0x01f3, 10)
// Packet: 0x01f4
-packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, 32)
// Packet: 0x01f5
-packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, 9)
// Packet: 0x01f6
-packetLen(0x01f6, 34) // ZC_REQ_BABY
+packetLen(0x01f6, 34)
// Packet: 0x01f7
-packetLen(0x01f7, 14) // CZ_JOIN_BABY
+packetLen(0x01f7, 14)
// Packet: 0x01f8
-packetLen(0x01f8, 2) // ZC_START_BABY
+packetLen(0x01f8, 2)
// Packet: 0x01f9
-packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+packetLen(0x01f9, 6)
// Packet: 0x01fa
-packetLen(0x01fa, 48) // CA_LOGIN3
+packetLen(0x01fa, 48)
// Packet: 0x01fb
-packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+packetLen(0x01fb, 56)
// Packet: 0x01fc
-packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, -1)
// Packet: 0x01fd
-packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 15)
// Packet: 0x01fe
-packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, 5)
// Packet: 0x01ff
-packetLen(0x01ff, 10) // ZC_HIGHJUMP
+packetLen(0x01ff, 10)
// Packet: 0x0200
-packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+packetLen(0x0200, 26)
// Packet: 0x0201
-packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+packetLen(0x0201, -1)
// Packet: 0x0202
-packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+packetLen(0x0202, 26)
// Packet: 0x0203
-packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+packetLen(0x0203, 10)
// Packet: 0x0204
-packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+packetLen(0x0204, 18)
// Packet: 0x0205
-packetLen(0x0205, 26) // ZC_DIVORCE
+packetLen(0x0205, 26)
// Packet: 0x0206
-packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+packetLen(0x0206, 11)
// Packet: 0x0207
-packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, 34)
// Packet: 0x0208
-packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, 14)
// Packet: 0x0209
-packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, 36)
// Packet: 0x020a
-packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 10)
// Packet: 0x020d
-packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+packetLen(0x020d, -1)
// Packet: 0x020e
-packetLen(0x020e, 32) // ZC_STARSKILL
+packetLen(0x020e, 32)
// Packet: 0x020f
-packetLen(0x020f, 10) // CZ_REQ_PVPPOINT
+packetLen(0x020f, 10)
// Packet: 0x0210
-packetLen(0x0210, 22) // ZC_ACK_PVPPOINT
+packetLen(0x0210, 22)
// Packet: 0x0212
-packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+packetLen(0x0212, 26)
// Packet: 0x0213
-packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+packetLen(0x0213, 26)
// Packet: 0x0214
-packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+packetLen(0x0214, 42)
// Packet: 0x0215
-packetLen(0x0215, 6) // ZC_SKILLMSG
+packetLen(0x0215, 6)
// Packet: 0x0216
-packetLen(0x0216, 6) // ZC_BABYMSG
+packetLen(0x0216, 6)
// Packet: 0x0217
-packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 2)
// Packet: 0x0218
-packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, 2)
// Packet: 0x0219
-packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 282)
// Packet: 0x021a
-packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, 282)
// Packet: 0x021b
-packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, 10)
// Packet: 0x021c
-packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, 10)
// Packet: 0x021d
-packetLen(0x021d, 6) // CZ_LESSEFFECT
+packetLen(0x021d, 6)
// Packet: 0x021e
-packetLen(0x021e, 6) // ZC_LESSEFFECT
+packetLen(0x021e, 6)
// Packet: 0x021f
-packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+packetLen(0x021f, 66)
// Packet: 0x0220
-packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+packetLen(0x0220, 10)
// Packet: 0x0221
-packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+packetLen(0x0221, -1)
// Packet: 0x0222
-packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+packetLen(0x0222, 6)
// Packet: 0x0223
-packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+packetLen(0x0223, 8)
// Packet: 0x0224
-packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+packetLen(0x0224, 10)
// Packet: 0x0225
-packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+packetLen(0x0225, 2)
// Packet: 0x0226
-packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+packetLen(0x0226, 282)
// Packet: 0x0227
-packetLen(0x0227, 18) // ZC_GAME_GUARD
+packetLen(0x0227, 18)
// Packet: 0x0228
-packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+packetLen(0x0228, 18)
// Packet: 0x0229
-packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+packetLen(0x0229, 15)
// Packet: 0x022a
-packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 58)
// Packet: 0x022b
-packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, 57)
// Packet: 0x022c
-packetLen(0x022c, 65) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, 65)
// Packet: 0x022d
-packetLen(0x022d, 5) // CZ_COMMAND_MER
+packetLen(0x022d, 5)
// Packet: 0x022e
-packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 71)
// Packet: 0x022f
-packetLen(0x022f, 5) // ZC_FEED_MER
+packetLen(0x022f, 5)
// Packet: 0x0230
-packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+packetLen(0x0230, 12)
// Packet: 0x0231
-packetLen(0x0231, 26) // CZ_RENAME_MER
+packetLen(0x0231, 26)
// Packet: 0x0232
-packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, 9)
// Packet: 0x0233
-packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, 11)
// Packet: 0x0234
-packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, 6)
// Packet: 0x0235
-packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, -1)
// Packet: 0x0236
-packetLen(0x0236, 10) // ZC_KILLER_POINT
+packetLen(0x0236, 10)
// Packet: 0x0237
-packetLen(0x0237, 2) // CZ_KILLER_RANK
+packetLen(0x0237, 2)
// Packet: 0x0238
-packetLen(0x0238, 282) // ZC_KILLER_RANK
+packetLen(0x0238, 282)
// Packet: 0x0239
-packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 11)
// Packet: 0x023a
-packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, 4)
// Packet: 0x023b
-packetLen(0x023b, 36) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 36)
// Packet: 0x023c
-packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, 6)
// Packet: 0x023d
-packetLen(0x023d, 6) // AC_EVENT_RESULT
+packetLen(0x023d, 6)
// Packet: 0x023e
-packetLen(0x023e, 8) // HC_REQUEST_CHARACTER_PASSWORD
+packetLen(0x023e, 8)
// Packet: 0x023f
-packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+packetLen(0x023f, 2)
// Packet: 0x0240
-packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+packetLen(0x0240, -1)
// Packet: 0x0241
-packetLen(0x0241, 6) // CZ_MAIL_OPEN
+packetLen(0x0241, 6)
// Packet: 0x0242
-packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+packetLen(0x0242, -1)
// Packet: 0x0243
-packetLen(0x0243, 6) // CZ_MAIL_DELETE
+packetLen(0x0243, 6)
// Packet: 0x0244
-packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+packetLen(0x0244, 6)
// Packet: 0x0245
-packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+packetLen(0x0245, 3)
// Packet: 0x0246
-packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+packetLen(0x0246, 4)
// Packet: 0x0247
-packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+packetLen(0x0247, 8)
// Packet: 0x0248
-packetLen(0x0248, -1) // CZ_MAIL_SEND
+packetLen(0x0248, -1)
// Packet: 0x0249
-packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+packetLen(0x0249, 3)
// Packet: 0x024a
-packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+packetLen(0x024a, 70)
// Packet: 0x024b
-packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+packetLen(0x024b, 4)
// Packet: 0x024c
-packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+packetLen(0x024c, 8)
// Packet: 0x024d
-packetLen(0x024d, 12) // CZ_AUCTION_ADD
+packetLen(0x024d, 12)
// Packet: 0x024e
-packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+packetLen(0x024e, 6)
// Packet: 0x024f
-packetLen(0x024f, 10) // CZ_AUCTION_BUY
+packetLen(0x024f, 10)
// Packet: 0x0250
-packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+packetLen(0x0250, 3)
// Packet: 0x0251
-packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+packetLen(0x0251, 34)
// Packet: 0x0252
-packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+packetLen(0x0252, -1)
// Packet: 0x0253
-packetLen(0x0253, 3) // ZC_STARPLACE
+packetLen(0x0253, 3)
// Packet: 0x0254
-packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+packetLen(0x0254, 3)
// Packet: 0x0255
-packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+packetLen(0x0255, 5)
// Packet: 0x0256
-packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+packetLen(0x0256, 5)
// Packet: 0x0257
-packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+packetLen(0x0257, 8)
// Packet: 0x0258
-packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+packetLen(0x0258, 2)
// Packet: 0x0259
-packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+packetLen(0x0259, 3)
// Packet: 0x025a
-packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+packetLen(0x025a, -1)
// Packet: 0x025b
-packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+packetLen(0x025b, 6)
// Packet: 0x025c
-packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+packetLen(0x025c, 4)
// Packet: 0x025d
-packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+packetLen(0x025d, 6)
// Packet: 0x025e
-packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+packetLen(0x025e, 4)
// Packet: 0x025f
-packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+packetLen(0x025f, 6)
// Packet: 0x0260
-packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+packetLen(0x0260, 6)
// Packet: 0x0261
-packetLen(0x0261, 11) // AC_REQ_LOGIN_OLDEKEY
+packetLen(0x0261, 11)
// Packet: 0x0262
-packetLen(0x0262, 11) // AC_REQ_LOGIN_NEWEKEY
+packetLen(0x0262, 11)
// Packet: 0x0263
-packetLen(0x0263, 11) // AC_REQ_LOGIN_CARDPASS
+packetLen(0x0263, 11)
// Packet: 0x0264
-packetLen(0x0264, 20) // CA_ACK_LOGIN_OLDEKEY
+packetLen(0x0264, 20)
// Packet: 0x0265
-packetLen(0x0265, 20) // CA_ACK_LOGIN_NEWEKEY
+packetLen(0x0265, 20)
// Packet: 0x0266
-packetLen(0x0266, 30) // CA_ACK_LOGIN_CARDPASS
+packetLen(0x0266, 30)
// Packet: 0x0267
-packetLen(0x0267, 4) // AC_ACK_EKEY_FAIL_NOTEXIST
+packetLen(0x0267, 4)
// Packet: 0x0268
-packetLen(0x0268, 4) // AC_ACK_EKEY_FAIL_NOTUSESEKEY
+packetLen(0x0268, 4)
// Packet: 0x0269
-packetLen(0x0269, 4) // AC_ACK_EKEY_FAIL_NOTUSEDEKEY
+packetLen(0x0269, 4)
// Packet: 0x026a
-packetLen(0x026a, 4) // AC_ACK_EKEY_FAIL_AUTHREFUSE
+packetLen(0x026a, 4)
// Packet: 0x026b
-packetLen(0x026b, 4) // AC_ACK_EKEY_FAIL_INPUTEKEY
+packetLen(0x026b, 4)
// Packet: 0x026c
-packetLen(0x026c, 4) // AC_ACK_EKEY_FAIL_NOTICE
+packetLen(0x026c, 4)
// Packet: 0x026d
-packetLen(0x026d, 4) // AC_ACK_EKEY_FAIL_NEEDCARDPASS
+packetLen(0x026d, 4)
// Packet: 0x026f
-packetLen(0x026f, 2) // AC_ACK_FIRST_LOGIN
+packetLen(0x026f, 2)
// Packet: 0x0270
-packetLen(0x0270, 2) // AC_REQ_LOGIN_ACCOUNT_INFO
+packetLen(0x0270, 2)
// Packet: 0x0271
-packetLen(0x0271, 40) // CA_ACK_LOGIN_ACCOUNT_INFO
+packetLen(0x0271, 40)
// Packet: 0x0272
-packetLen(0x0272, 44) // AC_ACK_PT_ID_INFO
+packetLen(0x0272, 44)
// Packet: 0x0273
-packetLen(0x0273, 30) // CZ_REQ_MAIL_RETURN
+packetLen(0x0273, 30)
// Packet: 0x0274
-packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, 8)
// Packet: 0x0275
#if PACKETVER >= 20090701
-packetLen(0x0275, 37) // CH_ENTER2
+packetLen(0x0275, 37)
#endif
// Packet: 0x0276
#if PACKETVER >= 20090701
-packetLen(0x0276, -1) // AC_ACCEPT_LOGIN2
+packetLen(0x0276, -1)
#endif
// Packet: 0x0277
-packetLen(0x0277, 84) // CA_LOGIN_PCBANG
+packetLen(0x0277, 84)
// Packet: 0x0278
-packetLen(0x0278, 2) // ZC_NOTIFY_PCBANG
+packetLen(0x0278, 2)
// Packet: 0x0279
-packetLen(0x0279, 2) // CZ_HUNTINGLIST
+packetLen(0x0279, 2)
// Packet: 0x027a
-packetLen(0x027a, -1) // ZC_HUNTINGLIST
+packetLen(0x027a, -1)
// Packet: 0x027b
-packetLen(0x027b, 14) // ZC_PCBANG_EFFECT
+packetLen(0x027b, 14)
// Packet: 0x027c
-packetLen(0x027c, 60) // CA_LOGIN4
+packetLen(0x027c, 60)
// Packet: 0x027d
-packetLen(0x027d, 62) // ZC_PROPERTY_MERCE
+packetLen(0x027d, 62)
// Packet: 0x027e
-packetLen(0x027e, -1) // ZC_SHANDA_PROTECT
+packetLen(0x027e, -1)
// Packet: 0x027f
-packetLen(0x027f, 8) // CA_CLIENT_TYPE
+packetLen(0x027f, 8)
// Packet: 0x0280
-packetLen(0x0280, 12) // ZC_GANGSI_POINT
+packetLen(0x0280, 12)
// Packet: 0x0281
-packetLen(0x0281, 4) // CZ_GANGSI_RANK
+packetLen(0x0281, 4)
// Packet: 0x0282
-packetLen(0x0282, 284) // ZC_GANGSI_RANK
+packetLen(0x0282, 284)
// Packet: 0x0283
-packetLen(0x0283, 6) // ZC_AID
+packetLen(0x0283, 6)
// Packet: 0x0284
-packetLen(0x0284, 14) // ZC_NOTIFY_EFFECT3
+packetLen(0x0284, 14)
// Packet: 0x0285
-packetLen(0x0285, 6) // ZC_DEATH_QUESTION
+packetLen(0x0285, 6)
// Packet: 0x0286
-packetLen(0x0286, 4) // CZ_DEATH_QUESTION
+packetLen(0x0286, 4)
// Packet: 0x0287
-packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, -1)
// Packet: 0x0288
-packetLen(0x0288, 10) // CZ_PC_BUY_CASH_POINT_ITEM
+packetLen(0x0288, 10)
// Packet: 0x0289
-packetLen(0x0289, 12) // ZC_PC_CASH_POINT_UPDATE
+packetLen(0x0289, 12)
// Packet: 0x028a
-packetLen(0x028a, 18) // ZC_NPC_SHOWEFST_UPDATE
+packetLen(0x028a, 18)
// Packet: 0x028b
-packetLen(0x028b, -1) // HC_CHARNOTBEENSELECTED
+packetLen(0x028b, -1)
// Packet: 0x028c
-packetLen(0x028c, 46) // CH_SELECT_CHAR_GOINGTOBEUSED
+packetLen(0x028c, 46)
// Packet: 0x028d
-packetLen(0x028d, 34) // CH_REQ_IS_VALID_CHARNAME
+packetLen(0x028d, 34)
// Packet: 0x028e
-packetLen(0x028e, 4) // HC_ACK_IS_VALID_CHARNAME
+packetLen(0x028e, 4)
// Packet: 0x028f
-packetLen(0x028f, 6) // CH_REQ_CHANGE_CHARNAME
+packetLen(0x028f, 6)
// Packet: 0x0290
-packetLen(0x0290, 4) // HC_ACK_CHANGE_CHARNAME
+packetLen(0x0290, 4)
// Packet: 0x0291
-packetLen(0x0291, 4) // ZC_MSG
+packetLen(0x0291, 4)
// Packet: 0x0292
-packetLen(0x0292, 2) // CZ_STANDING_RESURRECTION
+packetLen(0x0292, 2)
// Packet: 0x0293
-packetLen(0x0293, 70) // ZC_BOSS_INFO
+packetLen(0x0293, 70)
// Packet: 0x0294
-packetLen(0x0294, 10) // ZC_READ_BOOK
+packetLen(0x0294, 10)
// Packet: 0x0295
-packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, -1)
// Packet: 0x0296
-packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, -1)
// Packet: 0x0297
-packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, -1)
// Packet: 0x0298
-packetLen(0x0298, 8) // ZC_CASH_TIME_COUNTER
+packetLen(0x0298, 8)
// Packet: 0x0299
-packetLen(0x0299, 6) // ZC_CASH_ITEM_DELETE
+packetLen(0x0299, 6)
// Packet: 0x029a
-packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, 27)
// Packet: 0x029b
-packetLen(0x029b, 80) // ZC_MER_INIT
+packetLen(0x029b, 80)
// Packet: 0x029c
-packetLen(0x029c, 66) // ZC_MER_PROPERTY
+packetLen(0x029c, 66)
// Packet: 0x029d
-packetLen(0x029d, -1) // ZC_MER_SKILLINFO_LIST
+packetLen(0x029d, -1)
// Packet: 0x029e
-packetLen(0x029e, 11) // ZC_MER_SKILLINFO_UPDATE
+packetLen(0x029e, 11)
// Packet: 0x029f
-packetLen(0x029f, 3) // CZ_MER_COMMAND
+packetLen(0x029f, 3)
// Packet: 0x02a2
-packetLen(0x02a2, 8) // ZC_MER_PAR_CHANGE
+packetLen(0x02a2, 8)
// Packet: 0x02a5
-packetLen(0x02a5, 8) // CZ_KSY_EVENT
+packetLen(0x02a5, 8)
// Packet: 0x02a6
#if PACKETVER >= 20090722
// removed
#elif PACKETVER >= 20090408
-packetLen(0x02a6, -1) // ZC_HACKSH_CPX_MSG
+packetLen(0x02a6, -1)
#elif PACKETVER >= 20090325
-packetLen(0x02a6, 404) // ZC_HACKSH_CPX_MSG
+packetLen(0x02a6, 404)
#endif
// Packet: 0x02a7
#if PACKETVER >= 20090722
// removed
#elif PACKETVER >= 20090408
-packetLen(0x02a7, -1) // CZ_HACKSH_CPX_MSG
+packetLen(0x02a7, -1)
#elif PACKETVER >= 20090325
-packetLen(0x02a7, 404) // CZ_HACKSH_CPX_MSG
+packetLen(0x02a7, 404)
#endif
// Packet: 0x02aa
-packetLen(0x02aa, 4) // ZC_REQ_CASH_PASSWORD
+packetLen(0x02aa, 4)
// Packet: 0x02ab
-packetLen(0x02ab, 36) // CZ_ACK_CASH_PASSWORD
+packetLen(0x02ab, 36)
// Packet: 0x02ac
-packetLen(0x02ac, 6) // ZC_RESULT_CASH_PASSWORD
+packetLen(0x02ac, 6)
// Packet: 0x02ad
-packetLen(0x02ad, 8) // AC_REQUEST_SECOND_PASSWORD
+packetLen(0x02ad, 8)
// Packet: 0x02b0
-packetLen(0x02b0, 85) // CA_LOGIN_HAN
+packetLen(0x02b0, 85)
// Packet: 0x02b1
-packetLen(0x02b1, -1) // ZC_ALL_QUEST_LIST
+packetLen(0x02b1, -1)
// Packet: 0x02b2
-packetLen(0x02b2, -1) // ZC_ALL_QUEST_MISSION
+packetLen(0x02b2, -1)
// Packet: 0x02b3
-packetLen(0x02b3, 107) // ZC_ADD_QUEST
+packetLen(0x02b3, 107)
// Packet: 0x02b4
-packetLen(0x02b4, 6) // ZC_DEL_QUEST
+packetLen(0x02b4, 6)
// Packet: 0x02b5
-packetLen(0x02b5, -1) // ZC_UPDATE_MISSION_HUNT
+packetLen(0x02b5, -1)
// Packet: 0x02b6
-packetLen(0x02b6, 7) // CZ_ACTIVE_QUEST
+packetLen(0x02b6, 7)
// Packet: 0x02b7
-packetLen(0x02b7, 7) // ZC_ACTIVE_QUEST
+packetLen(0x02b7, 7)
// Packet: 0x02b8
-packetLen(0x02b8, 22) // ZC_ITEM_PICKUP_PARTY
+packetLen(0x02b8, 22)
// Packet: 0x02b9
-packetLen(0x02b9, 191) // ZC_SHORTCUT_KEY_LIST
+packetLen(0x02b9, 191)
// Packet: 0x02ba
-packetLen(0x02ba, 11) // CZ_SHORTCUT_KEY_CHANGE
+packetLen(0x02ba, 11)
// Packet: 0x02bb
-packetLen(0x02bb, 8) // ZC_EQUIPITEM_DAMAGED
+packetLen(0x02bb, 8)
// Packet: 0x02bc
-packetLen(0x02bc, 6) // ZC_NOTIFY_PCBANG_PLAYING_TIME
+packetLen(0x02bc, 6)
// Packet: 0x02c1
-packetLen(0x02c1, -1) // ZC_NPC_CHAT
+packetLen(0x02c1, -1)
// Packet: 0x02c2
-packetLen(0x02c2, -1) // ZC_FORMATSTRING_MSG
+packetLen(0x02c2, -1)
// Packet: 0x02c4
-packetLen(0x02c4, 26) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 26)
// Packet: 0x02c5
-packetLen(0x02c5, 30) // ZC_PARTY_JOIN_REQ_ACK
+packetLen(0x02c5, 30)
// Packet: 0x02c6
-packetLen(0x02c6, 30) // ZC_PARTY_JOIN_REQ
+packetLen(0x02c6, 30)
// Packet: 0x02c7
-packetLen(0x02c7, 7) // CZ_PARTY_JOIN_REQ_ACK
+packetLen(0x02c7, 7)
// Packet: 0x02c8
-packetLen(0x02c8, 3) // CZ_PARTY_CONFIG
+packetLen(0x02c8, 3)
// Packet: 0x02c9
-packetLen(0x02c9, 3) // ZC_PARTY_CONFIG
+packetLen(0x02c9, 3)
// Packet: 0x02ca
-packetLen(0x02ca, 3) // HC_REFUSE_SELECTCHAR
+packetLen(0x02ca, 3)
// Packet: 0x02cb
-packetLen(0x02cb, 65) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO
+packetLen(0x02cb, 65)
// Packet: 0x02cc
-packetLen(0x02cc, 4) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_NOTIFY
+packetLen(0x02cc, 4)
// Packet: 0x02cd
-packetLen(0x02cd, 71) // ZC_MEMORIALDUNGEON_INFO
+packetLen(0x02cd, 71)
// Packet: 0x02ce
-packetLen(0x02ce, 10) // ZC_MEMORIALDUNGEON_NOTIFY
+packetLen(0x02ce, 10)
// Packet: 0x02cf
-packetLen(0x02cf, 6) // CZ_MEMORIALDUNGEON_COMMAND
+packetLen(0x02cf, 6)
// Packet: 0x02d0
-packetLen(0x02d0, -1) // ZC_EQUIPMENT_ITEMLIST3
+packetLen(0x02d0, -1)
// Packet: 0x02d1
-packetLen(0x02d1, -1) // ZC_STORE_EQUIPMENT_ITEMLIST3
+packetLen(0x02d1, -1)
// Packet: 0x02d2
-packetLen(0x02d2, -1) // ZC_CART_EQUIPMENT_ITEMLIST3
+packetLen(0x02d2, -1)
// Packet: 0x02d3
-packetLen(0x02d3, 4) // ZC_NOTIFY_BIND_ON_EQUIP
+packetLen(0x02d3, 4)
// Packet: 0x02d4
-packetLen(0x02d4, 29) // ZC_ITEM_PICKUP_ACK3
+packetLen(0x02d4, 29)
// Packet: 0x02d5
-packetLen(0x02d5, 2) // ZC_ISVR_DISCONNECT
+packetLen(0x02d5, 2)
// Packet: 0x02d6
-packetLen(0x02d6, 6) // CZ_EQUIPWIN_MICROSCOPE
+packetLen(0x02d6, 6)
// Packet: 0x02d7
-packetLen(0x02d7, -1) // ZC_EQUIPWIN_MICROSCOPE
+packetLen(0x02d7, -1)
// Packet: 0x02d8
-packetLen(0x02d8, 10) // CZ_CONFIG
+packetLen(0x02d8, 10)
// Packet: 0x02d9
-packetLen(0x02d9, 10) // ZC_CONFIG
+packetLen(0x02d9, 10)
// Packet: 0x02da
-packetLen(0x02da, 3) // ZC_CONFIG_NOTIFY
+packetLen(0x02da, 3)
// Packet: 0x02db
-packetLen(0x02db, -1) // CZ_BATTLEFIELD_CHAT
+packetLen(0x02db, -1)
// Packet: 0x02dc
-packetLen(0x02dc, -1) // ZC_BATTLEFIELD_CHAT
+packetLen(0x02dc, -1)
// Packet: 0x02dd
-packetLen(0x02dd, 32) // ZC_BATTLEFIELD_NOTIFY_CAMPINFO
+packetLen(0x02dd, 32)
// Packet: 0x02de
-packetLen(0x02de, 6) // ZC_BATTLEFIELD_NOTIFY_POINT
+packetLen(0x02de, 6)
// Packet: 0x02df
-packetLen(0x02df, 36) // ZC_BATTLEFIELD_NOTIFY_POSITION
+packetLen(0x02df, 36)
// Packet: 0x02e0
-packetLen(0x02e0, 34) // ZC_BATTLEFIELD_NOTIFY_HP
+packetLen(0x02e0, 34)
// Packet: 0x02e1
-packetLen(0x02e1, 33) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, 33)
// Packet: 0x02e2
#if PACKETVER >= 20090617
-packetLen(0x02e2, 20) // CZ_USE_ITEM_NEW_JAPEN
+packetLen(0x02e2, 20)
// ignored packet from 2009-06-17bRagexeRE
#elif PACKETVER >= 20090107
-packetLen(0x02e2, 20) // CZ_USE_ITEM_NEW_JAPEN
+packetLen(0x02e2, 20)
#endif
// Packet: 0x02e3
#if PACKETVER >= 20090617
-packetLen(0x02e3, 25) // CZ_USE_SKILL_NEW_JAPEN
+packetLen(0x02e3, 25)
// ignored packet from 2009-06-17cRagexeRE
#elif PACKETVER >= 20090107
-packetLen(0x02e3, 22) // CZ_USE_SKILL_NEW_JAPEN
+packetLen(0x02e3, 22)
#endif
// Packet: 0x02e4
#if PACKETVER >= 20090617
-packetLen(0x02e4, 11) // CZ_ITEM_PICKUP_NEW_JAPEN
+packetLen(0x02e4, 11)
// ignored packet from 2009-06-17bRagexeRE
#elif PACKETVER >= 20090107
-packetLen(0x02e4, 11) // CZ_ITEM_PICKUP_NEW_JAPEN
+packetLen(0x02e4, 11)
#endif
// Packet: 0x02e5
#if PACKETVER >= 20090617
-packetLen(0x02e5, 9) // CZ_REQUEST_MOVE_NEW_JAPEN
+packetLen(0x02e5, 9)
// ignored packet from 2009-06-17bRagexeRE
#elif PACKETVER >= 20090107
-packetLen(0x02e5, 9) // CZ_REQUEST_MOVE_NEW_JAPEN
+packetLen(0x02e5, 9)
#endif
// Packet: 0x02e6
-packetLen(0x02e6, 6) // CZ_BOT_CHECK
+packetLen(0x02e6, 6)
// Packet: 0x02e7
-packetLen(0x02e7, -1) // ZC_MAPPROPERTY
+packetLen(0x02e7, -1)
// Packet: 0x02e8
-packetLen(0x02e8, -1) // ZC_NORMAL_ITEMLIST3
+packetLen(0x02e8, -1)
// Packet: 0x02e9
-packetLen(0x02e9, -1) // ZC_CART_NORMAL_ITEMLIST3
+packetLen(0x02e9, -1)
// Packet: 0x02ea
-packetLen(0x02ea, -1) // ZC_STORE_NORMAL_ITEMLIST3
+packetLen(0x02ea, -1)
// Packet: 0x02eb
-packetLen(0x02eb, 13) // ZC_ACCEPT_ENTER2
+packetLen(0x02eb, 13)
// Packet: 0x02ec
-packetLen(0x02ec, 67) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 67)
// Packet: 0x02ed
-packetLen(0x02ed, 59) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, 59)
// Packet: 0x02ee
-packetLen(0x02ee, 60) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, 60)
// Packet: 0x02ef
-packetLen(0x02ef, 8) // ZC_NOTIFY_FONT
+packetLen(0x02ef, 8)
// Packet: 0x02f0
-packetLen(0x02f0, 10) // ZC_PROGRESS
+packetLen(0x02f0, 10)
// Packet: 0x02f1
-packetLen(0x02f1, 2) // CZ_PROGRESS
+packetLen(0x02f1, 2)
// Packet: 0x02f2
-packetLen(0x02f2, 2) // ZC_PROGRESS_CANCEL
+packetLen(0x02f2, 2)
// Packet: 0x02f3
-packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+packetLen(0x02f3, -1)
// Packet: 0x02f4
-packetLen(0x02f4, -1) // ZC_IRMAIL_SEND_RES
+packetLen(0x02f4, -1)
// Packet: 0x02f5
-packetLen(0x02f5, -1) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, -1)
// Packet: 0x02f6
-packetLen(0x02f6, -1) // CZ_IRMAIL_LIST
+packetLen(0x02f6, -1)
// Packet: 0x02f7
packetLen(0x02f7, -1)
@@ -2356,46 +2356,46 @@ packetLen(0x035a, -1)
packetLen(0x035b, -1)
// Packet: 0x035c
-packetLen(0x035c, 2) // CZ_OPEN_SIMPLE_CASHSHOP_ITEMLIST
+packetLen(0x035c, 2)
// Packet: 0x035d
-packetLen(0x035d, -1) // ZC_SIMPLE_CASHSHOP_POINT_ITEMLIST
+packetLen(0x035d, -1)
// Packet: 0x035e
-packetLen(0x035e, 2) // CZ_CLOSE_WINDOW
+packetLen(0x035e, 2)
// Packet: 0x035f
-packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+packetLen(0x035f, -1)
// Packet: 0x0360
-packetLen(0x0360, -1) // CZ_REQUEST_TIME2
+packetLen(0x0360, -1)
// Packet: 0x0361
-packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, -1)
// Packet: 0x0362
-packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+packetLen(0x0362, -1)
// Packet: 0x0363
-packetLen(0x0363, -1) // CZ_ITEM_THROW2
+packetLen(0x0363, -1)
// Packet: 0x0364
-packetLen(0x0364, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, -1)
// Packet: 0x0365
-packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, -1)
// Packet: 0x0366
-packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, -1)
// Packet: 0x0367
-packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, -1)
// Packet: 0x0368
-packetLen(0x0368, -1) // CZ_REQNAME2
+packetLen(0x0368, -1)
// Packet: 0x0369
-packetLen(0x0369, -1) // CZ_REQNAME_BYGID2
+packetLen(0x0369, -1)
// Packet: 0x036a
packetLen(0x036a, -1)
@@ -2743,10 +2743,10 @@ packetLen(0x03db, -1)
packetLen(0x03dc, -1)
// Packet: 0x03dd
-packetLen(0x03dd, 18) // AHC_GAME_GUARD
+packetLen(0x03dd, 18)
// Packet: 0x03de
-packetLen(0x03de, 18) // CAH_ACK_GAME_GUARD
+packetLen(0x03de, 18)
// Packet: 0x03e2
packetLen(0x03e2, -1)
@@ -3001,417 +3001,417 @@ packetLen(0x0434, -1)
packetLen(0x0435, -1)
// Packet: 0x0436
-packetLen(0x0436, 19) // CZ_ENTER2
+packetLen(0x0436, 19)
// Packet: 0x0437
-packetLen(0x0437, 7) // CZ_REQUEST_ACT2
+packetLen(0x0437, 7)
// Packet: 0x0438
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
// Packet: 0x0439
-packetLen(0x0439, 8) // CZ_USE_ITEM2
+packetLen(0x0439, 8)
// Packet: 0x043d
-packetLen(0x043d, 8) // ZC_SKILL_POSTDELAY
+packetLen(0x043d, 8)
// Packet: 0x043e
-packetLen(0x043e, -1) // ZC_SKILL_POSTDELAY_LIST
+packetLen(0x043e, -1)
// Packet: 0x043f
#if PACKETVER >= 20090113
-packetLen(0x043f, 25) // ZC_MSG_STATE_CHANGE2
+packetLen(0x043f, 25)
#elif PACKETVER >= 20090107
-packetLen(0x043f, 8) // ZC_MSG_STATE_CHANGE2
+packetLen(0x043f, 8)
#endif
// Packet: 0x0440
-packetLen(0x0440, 10) // ZC_MILLENNIUMSHIELD
+packetLen(0x0440, 10)
// Packet: 0x0441
-packetLen(0x0441, 4) // ZC_SKILLINFO_DELETE
+packetLen(0x0441, 4)
// Packet: 0x0442
-packetLen(0x0442, 8) // ZC_SKILL_SELECT_REQUEST
+packetLen(0x0442, 8)
// Packet: 0x0443
-packetLen(0x0443, 8) // CZ_SKILL_SELECT_RESPONSE
+packetLen(0x0443, 8)
// Packet: 0x0444
#if PACKETVER >= 20090113
-packetLen(0x0444, -1) // ZC_SIMPLE_CASH_POINT_ITEMLIST
+packetLen(0x0444, -1)
#endif
// Packet: 0x0445
#if PACKETVER >= 20090113
-packetLen(0x0445, 10) // CZ_SIMPLE_BUY_CASH_POINT_ITEM
+packetLen(0x0445, 10)
#endif
// Packet: 0x0446
#if PACKETVER >= 20090218
-packetLen(0x0446, 14) // ZC_QUEST_NOTIFY_EFFECT
+packetLen(0x0446, 14)
#endif
// Packet: 0x0447
#if PACKETVER >= 20090520
-packetLen(0x0447, 2) // CZ_BLOCKING_PLAY_CANCEL
+packetLen(0x0447, 2)
#endif
// Packet: 0x0448
#if PACKETVER >= 20090226
-packetLen(0x0448, -1) // HC_CHARACTER_LIST
+packetLen(0x0448, -1)
#endif
// Packet: 0x0449
#if PACKETVER >= 20090722
// removed
#elif PACKETVER >= 20090401
-packetLen(0x0449, 4) // ZC_HACKSH_ERROR_MSG
+packetLen(0x0449, 4)
#endif
// Packet: 0x044a
#if PACKETVER >= 20090408
-packetLen(0x044a, 6) // CZ_CLIENT_VERSION
+packetLen(0x044a, 6)
#endif
// Packet: 0x044b
#if PACKETVER >= 20090514
-packetLen(0x044b, 2) // CZ_CLOSE_SIMPLECASH_SHOP
+packetLen(0x044b, 2)
#endif
// Packet: 0x07d0
#if PACKETVER >= 20090520
-packetLen(0x07d0, 6) // ZC_ES_RESULT
+packetLen(0x07d0, 6)
#endif
// Packet: 0x07d1
#if PACKETVER >= 20090520
-packetLen(0x07d1, 2) // CZ_ES_GET_LIST
+packetLen(0x07d1, 2)
#endif
// Packet: 0x07d2
#if PACKETVER >= 20090520
-packetLen(0x07d2, -1) // ZC_ES_LIST
+packetLen(0x07d2, -1)
#endif
// Packet: 0x07d3
#if PACKETVER >= 20090520
-packetLen(0x07d3, 4) // CZ_ES_CHOOSE
+packetLen(0x07d3, 4)
#endif
// Packet: 0x07d4
#if PACKETVER >= 20090520
-packetLen(0x07d4, 4) // CZ_ES_CANCEL
+packetLen(0x07d4, 4)
#endif
// Packet: 0x07d5
#if PACKETVER >= 20090520
-packetLen(0x07d5, 4) // ZC_ES_READY
+packetLen(0x07d5, 4)
#endif
// Packet: 0x07d6
#if PACKETVER >= 20090520
-packetLen(0x07d6, 4) // ZC_ES_GOTO
+packetLen(0x07d6, 4)
#endif
// Packet: 0x07d7
#if PACKETVER >= 20090603
-packetLen(0x07d7, 8) // CZ_GROUPINFO_CHANGE_V2
+packetLen(0x07d7, 8)
#endif
// Packet: 0x07d8
#if PACKETVER >= 20090603
-packetLen(0x07d8, 8) // ZC_REQ_GROUPINFO_CHANGE_V2
+packetLen(0x07d8, 8)
#endif
// Packet: 0x07d9
#if PACKETVER >= 20090617
-packetLen(0x07d9, 268) // ZC_SHORTCUT_KEY_LIST_V2
+packetLen(0x07d9, 268)
#elif PACKETVER >= 20090603
-packetLen(0x07d9, 254) // ZC_SHORTCUT_KEY_LIST_V2
+packetLen(0x07d9, 254)
#endif
// Packet: 0x07da
#if PACKETVER >= 20090603
-packetLen(0x07da, 6) // CZ_CHANGE_GROUP_MASTER
+packetLen(0x07da, 6)
#endif
// Packet: 0x07db
#if PACKETVER >= 20090610
-packetLen(0x07db, 8) // ZC_HO_PAR_CHANGE
+packetLen(0x07db, 8)
#endif
// Packet: 0x07dc
#if PACKETVER >= 20090617
-packetLen(0x07dc, 6) // CZ_SEEK_PARTY
+packetLen(0x07dc, 6)
#endif
// Packet: 0x07dd
#if PACKETVER >= 20090617
-packetLen(0x07dd, 54) // ZC_SEEK_PARTY
+packetLen(0x07dd, 54)
#endif
// Packet: 0x07de
#if PACKETVER >= 20090617
-packetLen(0x07de, 30) // CZ_SEEK_PARTY_MEMBER
+packetLen(0x07de, 30)
#endif
// Packet: 0x07df
#if PACKETVER >= 20090617
-packetLen(0x07df, 54) // ZC_SEEK_PARTY_MEMBER
+packetLen(0x07df, 54)
#endif
// Packet: 0x07e0
#if PACKETVER >= 20090708
-packetLen(0x07e0, 58) // ZC_ES_NOTI_MYINFO
+packetLen(0x07e0, 58)
#endif
// Packet: 0x07e1
#if PACKETVER >= 20090715
-packetLen(0x07e1, 15) // ZC_SKILLINFO_UPDATE2
+packetLen(0x07e1, 15)
#endif
// Packet: 0x07e2
#if PACKETVER >= 20090805
-packetLen(0x07e2, 8) // ZC_MSG_VALUE
+packetLen(0x07e2, 8)
#endif
// Packet: 0x07e3
#if PACKETVER >= 20090818
-packetLen(0x07e3, 6) // ZC_ITEMLISTWIN_OPEN
+packetLen(0x07e3, 6)
#endif
// Packet: 0x07e4
#if PACKETVER >= 20090818
-packetLen(0x07e4, -1) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, -1)
#endif
// Packet: 0x07e5
#if PACKETVER >= 20090922
-packetLen(0x07e5, 8) // CH_ENTER_CHECKBOT
+packetLen(0x07e5, 8)
#elif PACKETVER >= 20090825
-packetLen(0x07e5, -1) // CH_ENTER_CHECKBOT
+packetLen(0x07e5, -1)
#endif
// Packet: 0x07e6
#if PACKETVER >= 20090818
-packetLen(0x07e6, 8) // ZC_MSG_SKILL
+packetLen(0x07e6, 8)
#endif
// Packet: 0x07e7
#if PACKETVER >= 20090922
-packetLen(0x07e7, 32) // CH_CHECKBOT
+packetLen(0x07e7, 32)
#elif PACKETVER >= 20090825
-packetLen(0x07e7, 5) // CH_CHECKBOT
+packetLen(0x07e7, 5)
#endif
// Packet: 0x07e8
#if PACKETVER >= 20090922
-packetLen(0x07e8, -1) // HC_CHECKBOT
+packetLen(0x07e8, -1)
#endif
// Packet: 0x07e9
#if PACKETVER >= 20090922
-packetLen(0x07e9, 5) // HC_CHECKBOT_RESULT
+packetLen(0x07e9, 5)
#endif
// Packet: 0x07ea
#if PACKETVER >= 20090929
-packetLen(0x07ea, 2) // CZ_BATTLE_FIELD_LIST
+packetLen(0x07ea, 2)
#endif
// Packet: 0x07eb
#if PACKETVER >= 20090929
-packetLen(0x07eb, -1) // ZC_BATTLE_FIELD_LIST
+packetLen(0x07eb, -1)
#endif
// Packet: 0x07ec
#if PACKETVER >= 20091006
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20090929
-packetLen(0x07ec, 6) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 6)
#endif
// Packet: 0x07ed
#if PACKETVER >= 20091006
-packetLen(0x07ed, 10) // ZC_JOIN_BATTLE_FIELD
+packetLen(0x07ed, 10)
#elif PACKETVER >= 20090929
-packetLen(0x07ed, 8) // ZC_JOIN_BATTLE_FIELD
+packetLen(0x07ed, 8)
#endif
// Packet: 0x07ee
#if PACKETVER >= 20090929
-packetLen(0x07ee, 6) // CZ_CANCEL_BATTLE_FIELD
+packetLen(0x07ee, 6)
#endif
// Packet: 0x07ef
#if PACKETVER >= 20090929
-packetLen(0x07ef, 8) // ZC_CANCEL_BATTLE_FIELD
+packetLen(0x07ef, 8)
#endif
// Packet: 0x07f0
#if PACKETVER >= 20090929
-packetLen(0x07f0, 8) // CZ_REQ_BATTLE_STATE_MONITOR
+packetLen(0x07f0, 8)
#endif
// Packet: 0x07f1
#if PACKETVER >= 20090929
-packetLen(0x07f1, 15) // ZC_ACK_BATTLE_STATE_MONITOR
+packetLen(0x07f1, 15)
#endif
// Packet: 0x07f2
#if PACKETVER >= 20091006
-packetLen(0x07f2, 6) // ZC_BATTLE_NOTI_START_STEP
+packetLen(0x07f2, 6)
#elif PACKETVER >= 20090929
-packetLen(0x07f2, 4) // ZC_BATTLE_NOTI_START_STEP
+packetLen(0x07f2, 4)
#endif
// Packet: 0x07f3
#if PACKETVER >= 20091006
-packetLen(0x07f3, 4) // ZC_BATTLE_JOIN_NOTI_DEFER
+packetLen(0x07f3, 4)
#elif PACKETVER >= 20090929
-packetLen(0x07f3, 3) // ZC_BATTLE_JOIN_NOTI_DEFER
+packetLen(0x07f3, 3)
#endif
// Packet: 0x07f4
#if PACKETVER >= 20091006
-packetLen(0x07f4, 3) // ZC_BATTLE_JOIN_DISABLE_STATE
+packetLen(0x07f4, 3)
#endif
// Packet: 0x07f5
#if PACKETVER >= 20091027
-packetLen(0x07f5, 6) // CZ_GM_FULLSTRIP
+packetLen(0x07f5, 6)
#endif
// Packet: 0x07f6
#if PACKETVER >= 20091027
-packetLen(0x07f6, 14) // ZC_NOTIFY_EXP
+packetLen(0x07f6, 14)
#endif
// Packet: 0x07f7
#if PACKETVER >= 20091103
-packetLen(0x07f7, -1) // ZC_NOTIFY_MOVEENTRY7
+packetLen(0x07f7, -1)
#endif
// Packet: 0x07f8
#if PACKETVER >= 20091103
-packetLen(0x07f8, -1) // ZC_NOTIFY_NEWENTRY5
+packetLen(0x07f8, -1)
#endif
// Packet: 0x07f9
#if PACKETVER >= 20091103
-packetLen(0x07f9, -1) // ZC_NOTIFY_STANDENTRY5
+packetLen(0x07f9, -1)
#endif
// Packet: 0x07fa
#if PACKETVER >= 20091117
-packetLen(0x07fa, 8) // ZC_DELETE_ITEM_FROM_BODY
+packetLen(0x07fa, 8)
#endif
// Packet: 0x07fb
#if PACKETVER >= 20091124
-packetLen(0x07fb, 25) // ZC_USESKILL_ACK2
+packetLen(0x07fb, 25)
#endif
// Packet: 0x07fc
#if PACKETVER >= 20091201
-packetLen(0x07fc, 10) // ZC_CHANGE_GROUP_MASTER
+packetLen(0x07fc, 10)
#endif
// Packet: 0x07fd
#if PACKETVER >= 20091201
-packetLen(0x07fd, -1) // ZC_BROADCASTING_SPECIAL_ITEM_OBTAIN
+packetLen(0x07fd, -1)
#endif
// Packet: 0x07fe
#if PACKETVER >= 20091201
-packetLen(0x07fe, 26) // ZC_PLAY_NPC_BGM
+packetLen(0x07fe, 26)
#endif
// Packet: 0x07ff
#if PACKETVER >= 20091201
-packetLen(0x07ff, -1) // ZC_DEFINE_CHECK
+packetLen(0x07ff, -1)
#endif
// Packet: 0x0800
#if PACKETVER >= 20091215
-packetLen(0x0800, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC2
+packetLen(0x0800, -1)
#endif
// Packet: 0x0801
#if PACKETVER >= 20091215
-packetLen(0x0801, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC2
+packetLen(0x0801, -1)
#endif
// Packet: 0x0802
#if PACKETVER >= 20091222
-packetLen(0x0802, 18) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 18)
#endif
// Packet: 0x0803
#if PACKETVER >= 20091222
-packetLen(0x0803, 4) // ZC_PARTY_BOOKING_ACK_REGISTER
+packetLen(0x0803, 4)
#endif
// Packet: 0x0804
#if PACKETVER >= 20091229
-packetLen(0x0804, 14) // CZ_PARTY_BOOKING_REQ_SEARCH
+packetLen(0x0804, 14)
#elif PACKETVER >= 20091222
-packetLen(0x0804, 8) // CZ_PARTY_BOOKING_REQ_SEARCH
+packetLen(0x0804, 8)
#endif
// Packet: 0x0805
#if PACKETVER >= 20091222
-packetLen(0x0805, -1) // ZC_PARTY_BOOKING_ACK_SEARCH
+packetLen(0x0805, -1)
#endif
// Packet: 0x0806
#if PACKETVER >= 20091229
-packetLen(0x0806, 2) // CZ_PARTY_BOOKING_REQ_DELETE
+packetLen(0x0806, 2)
#elif PACKETVER >= 20091222
-packetLen(0x0806, 4) // CZ_PARTY_BOOKING_REQ_DELETE
+packetLen(0x0806, 4)
#endif
// Packet: 0x0807
#if PACKETVER >= 20091229
-packetLen(0x0807, 4) // ZC_PARTY_BOOKING_ACK_DELETE
+packetLen(0x0807, 4)
#elif PACKETVER >= 20091222
-packetLen(0x0807, 2) // ZC_PARTY_BOOKING_ACK_DELETE
+packetLen(0x0807, 2)
#endif
// Packet: 0x0808
#if PACKETVER >= 20091229
-packetLen(0x0808, 14) // CZ_PARTY_BOOKING_REQ_UPDATE
+packetLen(0x0808, 14)
#elif PACKETVER >= 20091222
-packetLen(0x0808, 4) // CZ_PARTY_BOOKING_REQ_UPDATE
+packetLen(0x0808, 4)
#endif
// Packet: 0x0809
#if PACKETVER >= 20091229
-packetLen(0x0809, 50) // ZC_PARTY_BOOKING_NOTIFY_INSERT
+packetLen(0x0809, 50)
#elif PACKETVER >= 20091222
-packetLen(0x0809, 14) // ZC_PARTY_BOOKING_NOTIFY_INSERT
+packetLen(0x0809, 14)
#endif
// Packet: 0x080a
#if PACKETVER >= 20091229
-packetLen(0x080a, 18) // ZC_PARTY_BOOKING_NOTIFY_UPDATE
+packetLen(0x080a, 18)
#elif PACKETVER >= 20091222
-packetLen(0x080a, 50) // ZC_PARTY_BOOKING_NOTIFY_UPDATE
+packetLen(0x080a, 50)
#endif
// Packet: 0x080b
#if PACKETVER >= 20091229
-packetLen(0x080b, 6) // ZC_PARTY_BOOKING_NOTIFY_DELETE
+packetLen(0x080b, 6)
#elif PACKETVER >= 20091222
-packetLen(0x080b, 18) // ZC_PARTY_BOOKING_NOTIFY_DELETE
+packetLen(0x080b, 18)
#endif
// Packet: 0x080c
#if PACKETVER >= 20091229
// removed
#elif PACKETVER >= 20091222
-packetLen(0x080c, 6) // CZ_SIMPLE_CASH_BTNSHOW
+packetLen(0x080c, 6)
#endif
diff --git a/src/common/packets/packets2010_len_main.h b/src/common/packets/packets2010_len_main.h
index 32424bac8..e21fd53ac 100644
--- a/src/common/packets/packets2010_len_main.h
+++ b/src/common/packets/packets2010_len_main.h
@@ -2,8 +2,8 @@
* This file is part of Hercules.
* http://herc.ws - http://github.com/HerculesWS/Hercules
*
- * Copyright (C) 2019 Hercules Dev Team
- * Copyright (C) 2019 Andrei Karas (4144)
+ * Copyright (C) 2018-2019 Hercules Dev Team
+ * Copyright (C) 2018-2019 Andrei Karas (4144)
*
* Hercules is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -25,1994 +25,1994 @@
/* This file is autogenerated, please do not commit manual changes */
// Packet: 0x0064
-packetLen(0x0064, 55) // CA_LOGIN
+packetLen(0x0064, 55)
// Packet: 0x0065
-packetLen(0x0065, 17) // CH_ENTER
+packetLen(0x0065, 17)
// Packet: 0x0066
-packetLen(0x0066, 3) // CH_SELECT_CHAR
+packetLen(0x0066, 3)
// Packet: 0x0067
-packetLen(0x0067, 37) // CH_MAKE_CHAR
+packetLen(0x0067, 37)
// Packet: 0x0068
-packetLen(0x0068, 46) // CH_DELETE_CHAR
+packetLen(0x0068, 46)
// Packet: 0x0069
-packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+packetLen(0x0069, -1)
// Packet: 0x006a
-packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+packetLen(0x006a, 23)
// Packet: 0x006b
-packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+packetLen(0x006b, -1)
// Packet: 0x006c
-packetLen(0x006c, 3) // HC_REFUSE_ENTER
+packetLen(0x006c, 3)
// Packet: 0x006d
#if PACKETVER >= 20100803
-packetLen(0x006d, 134) // HC_ACCEPT_MAKECHAR
+packetLen(0x006d, 134)
#elif PACKETVER >= 20100728
-packetLen(0x006d, 114) // HC_ACCEPT_MAKECHAR
+packetLen(0x006d, 114)
#elif PACKETVER >= 20100727
-packetLen(0x006d, 130) // HC_ACCEPT_MAKECHAR
+packetLen(0x006d, 130)
#elif PACKETVER >= 20100105
-packetLen(0x006d, 114) // HC_ACCEPT_MAKECHAR
+packetLen(0x006d, 114)
#endif
// Packet: 0x006e
-packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+packetLen(0x006e, 3)
// Packet: 0x006f
-packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+packetLen(0x006f, 2)
// Packet: 0x0070
-packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+packetLen(0x0070, 3)
// Packet: 0x0071
-packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+packetLen(0x0071, 28)
// Packet: 0x0072
-packetLen(0x0072, 22) // CZ_ENTER
+packetLen(0x0072, 22)
// Packet: 0x0073
-packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 11)
// Packet: 0x0074
-packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+packetLen(0x0074, 3)
// Packet: 0x0075
-packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, -1)
// Packet: 0x0076
-packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+packetLen(0x0076, 9)
// Packet: 0x0077
-packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 5)
// Packet: 0x0078
-packetLen(0x0078, 55) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, 55)
// Packet: 0x0079
-packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, 53)
// Packet: 0x007a
-packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, 58)
// Packet: 0x007b
-packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, 60)
// Packet: 0x007c
-packetLen(0x007c, 44) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, 44)
// Packet: 0x007d
-packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, 2)
// Packet: 0x007e
-packetLen(0x007e, 105) // CZ_REQUEST_TIME
+packetLen(0x007e, 105)
// Packet: 0x007f
-packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+packetLen(0x007f, 6)
// Packet: 0x0080
-packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+packetLen(0x0080, 7)
// Packet: 0x0081
-packetLen(0x0081, 3) // SC_NOTIFY_BAN
+packetLen(0x0081, 3)
// Packet: 0x0082
-packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+packetLen(0x0082, 2)
// Packet: 0x0083
-packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 2)
// Packet: 0x0084
-packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+packetLen(0x0084, 2)
// Packet: 0x0085
-packetLen(0x0085, 10) // CZ_REQUEST_MOVE
+packetLen(0x0085, 10)
// Packet: 0x0086
-packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 16)
// Packet: 0x0087
-packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 12)
// Packet: 0x0088
-packetLen(0x0088, 10) // ZC_STOPMOVE
+packetLen(0x0088, 10)
// Packet: 0x0089
-packetLen(0x0089, 11) // CZ_REQUEST_ACT
+packetLen(0x0089, 11)
// Packet: 0x008a
-packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+packetLen(0x008a, 29)
// Packet: 0x008b
-packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+packetLen(0x008b, 23)
// Packet: 0x008c
packetLen(0x008c, 14)
// Packet: 0x008d
-packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+packetLen(0x008d, -1)
// Packet: 0x008e
-packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, -1)
// Packet: 0x0090
-packetLen(0x0090, 7) // CZ_CONTACTNPC
+packetLen(0x0090, 7)
// Packet: 0x0091
-packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, 22)
// Packet: 0x0092
-packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 28)
// Packet: 0x0093
-packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+packetLen(0x0093, 2)
// Packet: 0x0094
-packetLen(0x0094, 19) // CZ_REQNAME
+packetLen(0x0094, 19)
// Packet: 0x0095
-packetLen(0x0095, 30) // ZC_ACK_REQNAME
+packetLen(0x0095, 30)
// Packet: 0x0096
-packetLen(0x0096, -1) // CZ_WHISPER
+packetLen(0x0096, -1)
// Packet: 0x0097
-packetLen(0x0097, -1) // ZC_WHISPER
+packetLen(0x0097, -1)
// Packet: 0x0098
-packetLen(0x0098, 3) // ZC_ACK_WHISPER
+packetLen(0x0098, 3)
// Packet: 0x0099
-packetLen(0x0099, -1) // CZ_BROADCAST
+packetLen(0x0099, -1)
// Packet: 0x009a
-packetLen(0x009a, -1) // ZC_BROADCAST
+packetLen(0x009a, -1)
// Packet: 0x009b
-packetLen(0x009b, 34) // CZ_CHANGE_DIRECTION
+packetLen(0x009b, 34)
// Packet: 0x009c
-packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, 9)
// Packet: 0x009d
-packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+packetLen(0x009d, 17)
// Packet: 0x009e
-packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 17)
// Packet: 0x009f
-packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+packetLen(0x009f, 20)
// Packet: 0x00a0
-packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, 23)
// Packet: 0x00a1
-packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, 6)
// Packet: 0x00a2
-packetLen(0x00a2, 14) // CZ_ITEM_THROW
+packetLen(0x00a2, 14)
// Packet: 0x00a3
-packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, -1)
// Packet: 0x00a4
-packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, -1)
// Packet: 0x00a5
-packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, -1)
// Packet: 0x00a6
-packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, -1)
// Packet: 0x00a7
packetLen(0x00a7, 9)
// Packet: 0x00a8
-packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 7)
// Packet: 0x00a9
-packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, 6)
// Packet: 0x00aa
#if PACKETVER >= 20101123
-packetLen(0x00aa, 9) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 9)
#elif PACKETVER >= 20100105
-packetLen(0x00aa, 7) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 7)
#endif
// Packet: 0x00ab
-packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, 4)
// Packet: 0x00ac
-packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, 7)
// Packet: 0x00ae
-packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+packetLen(0x00ae, -1)
// Packet: 0x00af
-packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, 6)
// Packet: 0x00b0
-packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+packetLen(0x00b0, 8)
// Packet: 0x00b1
-packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, 8)
// Packet: 0x00b2
-packetLen(0x00b2, 3) // CZ_RESTART
+packetLen(0x00b2, 3)
// Packet: 0x00b3
-packetLen(0x00b3, 3) // ZC_RESTART_ACK
+packetLen(0x00b3, 3)
// Packet: 0x00b4
-packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+packetLen(0x00b4, -1)
// Packet: 0x00b5
-packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 6)
// Packet: 0x00b6
-packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 6)
// Packet: 0x00b7
-packetLen(0x00b7, -1) // ZC_MENU_LIST
+packetLen(0x00b7, -1)
// Packet: 0x00b8
-packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+packetLen(0x00b8, 7)
// Packet: 0x00b9
-packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, 6)
// Packet: 0x00ba
-packetLen(0x00ba, 2) // CZ_REQ_STATUS
+packetLen(0x00ba, 2)
// Packet: 0x00bb
-packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+packetLen(0x00bb, 5)
// Packet: 0x00bc
-packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 6)
// Packet: 0x00bd
-packetLen(0x00bd, 44) // ZC_STATUS
+packetLen(0x00bd, 44)
// Packet: 0x00be
-packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+packetLen(0x00be, 5)
// Packet: 0x00bf
-packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+packetLen(0x00bf, 3)
// Packet: 0x00c0
-packetLen(0x00c0, 7) // ZC_EMOTION
+packetLen(0x00c0, 7)
// Packet: 0x00c1
-packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, 2)
// Packet: 0x00c2
-packetLen(0x00c2, 6) // ZC_USER_COUNT
+packetLen(0x00c2, 6)
// Packet: 0x00c3
-packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, 8)
// Packet: 0x00c4
-packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, 6)
// Packet: 0x00c5
-packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, 7)
// Packet: 0x00c6
-packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, -1)
// Packet: 0x00c7
-packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, -1)
// Packet: 0x00c8
-packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, -1)
// Packet: 0x00c9
-packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, -1)
// Packet: 0x00ca
-packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, 3)
// Packet: 0x00cb
-packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+packetLen(0x00cb, 3)
// Packet: 0x00cc
-packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, 6)
// Packet: 0x00cd
-packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+packetLen(0x00cd, 3)
// Packet: 0x00ce
-packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 2)
// Packet: 0x00cf
-packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 27)
// Packet: 0x00d0
-packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, 3)
// Packet: 0x00d1
-packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, 4)
// Packet: 0x00d2
-packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 4)
// Packet: 0x00d3
-packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 2)
// Packet: 0x00d4
-packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+packetLen(0x00d4, -1)
// Packet: 0x00d5
-packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, -1)
// Packet: 0x00d6
-packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 3)
// Packet: 0x00d7
-packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, -1)
// Packet: 0x00d8
-packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+packetLen(0x00d8, 6)
// Packet: 0x00d9
-packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, 14)
// Packet: 0x00da
-packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, 3)
// Packet: 0x00db
-packetLen(0x00db, -1) // ZC_ENTER_ROOM
+packetLen(0x00db, -1)
// Packet: 0x00dc
-packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 28)
// Packet: 0x00dd
-packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+packetLen(0x00dd, 29)
// Packet: 0x00de
-packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, -1)
// Packet: 0x00df
-packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, -1)
// Packet: 0x00e0
-packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, 30)
// Packet: 0x00e1
-packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+packetLen(0x00e1, 30)
// Packet: 0x00e2
-packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, 26)
// Packet: 0x00e3
-packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+packetLen(0x00e3, 2)
// Packet: 0x00e4
-packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 6)
// Packet: 0x00e5
-packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 26)
// Packet: 0x00e6
-packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, 3)
// Packet: 0x00e7
-packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 3)
// Packet: 0x00e8
-packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, 8)
// Packet: 0x00e9
-packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 19)
// Packet: 0x00ea
-packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 5)
// Packet: 0x00eb
-packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 2)
// Packet: 0x00ec
-packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 3)
// Packet: 0x00ed
-packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, 2)
// Packet: 0x00ee
-packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, 2)
// Packet: 0x00ef
-packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 2)
// Packet: 0x00f0
-packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 3)
// Packet: 0x00f1
-packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+packetLen(0x00f1, 2)
// Packet: 0x00f2
-packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 6)
// Packet: 0x00f3
-packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+packetLen(0x00f3, -1)
// Packet: 0x00f4
-packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 21)
// Packet: 0x00f5
-packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+packetLen(0x00f5, 11)
// Packet: 0x00f6
-packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 8)
// Packet: 0x00f7
-packetLen(0x00f7, 17) // CZ_REQUEST_TIME
+packetLen(0x00f7, 17)
// Packet: 0x00f8
-packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+packetLen(0x00f8, 2)
// Packet: 0x00f9
-packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+packetLen(0x00f9, 26)
// Packet: 0x00fa
-packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, 3)
// Packet: 0x00fb
-packetLen(0x00fb, -1) // ZC_GROUP_LIST
+packetLen(0x00fb, -1)
// Packet: 0x00fc
-packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, 6)
// Packet: 0x00fd
-packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, 27)
// Packet: 0x00fe
-packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, 30)
// Packet: 0x00ff
-packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+packetLen(0x00ff, 10)
// Packet: 0x0100
-packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, 2)
// Packet: 0x0101
-packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, 6)
// Packet: 0x0102
-packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 6)
// Packet: 0x0103
-packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 30)
// Packet: 0x0104
-packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, 79)
// Packet: 0x0105
-packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, 31)
// Packet: 0x0106
-packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, 10)
// Packet: 0x0107
-packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, 10)
// Packet: 0x0108
-packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, -1)
// Packet: 0x0109
-packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, -1)
// Packet: 0x010a
-packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 4)
// Packet: 0x010b
-packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, 6)
// Packet: 0x010c
-packetLen(0x010c, 6) // ZC_MVP
+packetLen(0x010c, 6)
// Packet: 0x010d
-packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+packetLen(0x010d, 2)
// Packet: 0x010e
-packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, 11)
// Packet: 0x010f
-packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+packetLen(0x010f, -1)
// Packet: 0x0110
-packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, 10)
// Packet: 0x0111
-packetLen(0x0111, 39) // ZC_ADD_SKILL
+packetLen(0x0111, 39)
// Packet: 0x0112
-packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, 4)
// Packet: 0x0113
-packetLen(0x0113, 25) // CZ_USE_SKILL
+packetLen(0x0113, 25)
// Packet: 0x0114
-packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+packetLen(0x0114, 31)
// Packet: 0x0115
-packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+packetLen(0x0115, 35)
// Packet: 0x0116
-packetLen(0x0116, 17) // CZ_USE_SKILL_TOGROUND
+packetLen(0x0116, 17)
// Packet: 0x0117
-packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, 18)
// Packet: 0x0118
-packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+packetLen(0x0118, 2)
// Packet: 0x0119
-packetLen(0x0119, 13) // ZC_STATE_CHANGE
+packetLen(0x0119, 13)
// Packet: 0x011a
-packetLen(0x011a, 15) // ZC_USE_SKILL
+packetLen(0x011a, 15)
// Packet: 0x011b
-packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, 20)
// Packet: 0x011c
-packetLen(0x011c, 68) // ZC_WARPLIST
+packetLen(0x011c, 68)
// Packet: 0x011d
-packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 2)
// Packet: 0x011e
-packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, 3)
// Packet: 0x011f
-packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+packetLen(0x011f, 16)
// Packet: 0x0120
-packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, 6)
// Packet: 0x0121
-packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, 14)
// Packet: 0x0122
-packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, -1)
// Packet: 0x0123
-packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, -1)
// Packet: 0x0124
-packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 21)
// Packet: 0x0125
-packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 8)
// Packet: 0x0126
-packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 8)
// Packet: 0x0127
-packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, 8)
// Packet: 0x0128
-packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 8)
// Packet: 0x0129
-packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, 8)
// Packet: 0x012a
-packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+packetLen(0x012a, 2)
// Packet: 0x012b
-packetLen(0x012b, 2) // ZC_CARTOFF
+packetLen(0x012b, 2)
// Packet: 0x012c
-packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 3)
// Packet: 0x012d
-packetLen(0x012d, 4) // ZC_OPENSTORE
+packetLen(0x012d, 4)
// Packet: 0x012e
-packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, 2)
// Packet: 0x012f
-packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+packetLen(0x012f, -1)
// Packet: 0x0130
-packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, 6)
// Packet: 0x0131
-packetLen(0x0131, 86) // ZC_STORE_ENTRY
+packetLen(0x0131, 86)
// Packet: 0x0132
-packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, 6)
// Packet: 0x0133
-packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, -1)
// Packet: 0x0134
-packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, -1)
// Packet: 0x0135
-packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, 7)
// Packet: 0x0136
-packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, -1)
// Packet: 0x0137
-packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, 6)
// Packet: 0x0138
-packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+packetLen(0x0138, 3)
// Packet: 0x0139
-packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, 16)
// Packet: 0x013a
-packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+packetLen(0x013a, 4)
// Packet: 0x013b
-packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+packetLen(0x013b, 4)
// Packet: 0x013c
-packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+packetLen(0x013c, 4)
// Packet: 0x013d
-packetLen(0x013d, 6) // ZC_RECOVERY
+packetLen(0x013d, 6)
// Packet: 0x013e
-packetLen(0x013e, 24) // ZC_USESKILL_ACK
+packetLen(0x013e, 24)
// Packet: 0x013f
-packetLen(0x013f, 26) // CZ_ITEM_CREATE
+packetLen(0x013f, 26)
// Packet: 0x0140
-packetLen(0x0140, 22) // CZ_MOVETO_MAP
+packetLen(0x0140, 22)
// Packet: 0x0141
-packetLen(0x0141, 14) // ZC_COUPLESTATUS
+packetLen(0x0141, 14)
// Packet: 0x0142
-packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+packetLen(0x0142, 6)
// Packet: 0x0143
-packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+packetLen(0x0143, 10)
// Packet: 0x0144
-packetLen(0x0144, 23) // ZC_COMPASS
+packetLen(0x0144, 23)
// Packet: 0x0145
-packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+packetLen(0x0145, 19)
// Packet: 0x0146
-packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+packetLen(0x0146, 6)
// Packet: 0x0147
-packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+packetLen(0x0147, 39)
// Packet: 0x0148
-packetLen(0x0148, 8) // ZC_RESURRECTION
+packetLen(0x0148, 8)
// Packet: 0x0149
-packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, 9)
// Packet: 0x014a
-packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+packetLen(0x014a, 6)
// Packet: 0x014b
-packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+packetLen(0x014b, 27)
// Packet: 0x014c
-packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, -1)
// Packet: 0x014d
-packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 2)
// Packet: 0x014e
-packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+packetLen(0x014e, 6)
// Packet: 0x014f
-packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, 6)
// Packet: 0x0150
-packetLen(0x0150, 110) // ZC_GUILD_INFO
+packetLen(0x0150, 110)
// Packet: 0x0151
-packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+packetLen(0x0151, 6)
// Packet: 0x0152
-packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+packetLen(0x0152, -1)
// Packet: 0x0153
-packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+packetLen(0x0153, -1)
// Packet: 0x0154
-packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, -1)
// Packet: 0x0155
-packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, -1)
// Packet: 0x0156
-packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+packetLen(0x0156, -1)
// Packet: 0x0157
-packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+packetLen(0x0157, 6)
// Packet: 0x0158
#if PACKETVER >= 20100817
// removed
#elif PACKETVER >= 20100105
-packetLen(0x0158, -1) // ZC_ACK_OPEN_MEMBER_INFO
+packetLen(0x0158, -1)
#endif
// Packet: 0x0159
-packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, 54)
// Packet: 0x015a
-packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 66)
// Packet: 0x015b
-packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 54)
// Packet: 0x015c
-packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, 90)
// Packet: 0x015d
-packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+packetLen(0x015d, 42)
// Packet: 0x015e
-packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, 6)
// Packet: 0x015f
-packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+packetLen(0x015f, 42)
// Packet: 0x0160
-packetLen(0x0160, -1) // ZC_POSITION_INFO
+packetLen(0x0160, -1)
// Packet: 0x0161
-packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, -1)
// Packet: 0x0162
-packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, -1)
// Packet: 0x0163
-packetLen(0x0163, -1) // ZC_BAN_LIST
+packetLen(0x0163, -1)
// Packet: 0x0164
-packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+packetLen(0x0164, -1)
// Packet: 0x0165
-packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, 30)
// Packet: 0x0166
-packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, -1)
// Packet: 0x0167
-packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 3)
// Packet: 0x0168
-packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, 14)
// Packet: 0x0169
-packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 3)
// Packet: 0x016a
-packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, 30)
// Packet: 0x016b
-packetLen(0x016b, 10) // CZ_JOIN_GUILD
+packetLen(0x016b, 10)
// Packet: 0x016c
-packetLen(0x016c, 43) // ZC_UPDATE_GDID
+packetLen(0x016c, 43)
// Packet: 0x016d
-packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 14)
// Packet: 0x016e
-packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+packetLen(0x016e, 186)
// Packet: 0x016f
-packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+packetLen(0x016f, 182)
// Packet: 0x0170
-packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 14)
// Packet: 0x0171
-packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, 30)
// Packet: 0x0172
-packetLen(0x0172, 10) // CZ_ALLY_GUILD
+packetLen(0x0172, 10)
// Packet: 0x0173
-packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+packetLen(0x0173, 3)
// Packet: 0x0174
-packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0174, -1)
// Packet: 0x0175
-packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+packetLen(0x0175, 6)
// Packet: 0x0176
-packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+packetLen(0x0176, 106)
// Packet: 0x0177
-packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, -1)
// Packet: 0x0178
-packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, 4)
// Packet: 0x0179
-packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 5)
// Packet: 0x017a
-packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, 4)
// Packet: 0x017b
-packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, -1)
// Packet: 0x017c
-packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, 6)
// Packet: 0x017d
-packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 7)
// Packet: 0x017e
-packetLen(0x017e, -1) // CZ_GUILD_CHAT
+packetLen(0x017e, -1)
// Packet: 0x017f
-packetLen(0x017f, -1) // ZC_GUILD_CHAT
+packetLen(0x017f, -1)
// Packet: 0x0180
-packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+packetLen(0x0180, 6)
// Packet: 0x0181
-packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+packetLen(0x0181, 3)
// Packet: 0x0182
-packetLen(0x0182, 106) // ZC_MEMBER_ADD
+packetLen(0x0182, 106)
// Packet: 0x0183
-packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+packetLen(0x0183, 10)
// Packet: 0x0184
-packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+packetLen(0x0184, 10)
// Packet: 0x0185
-packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+packetLen(0x0185, 34)
// Packet: 0x0187
-packetLen(0x0187, 6) // CH_UNKNOWN_PING
+packetLen(0x0187, 6)
// Packet: 0x0188
-packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, 8)
// Packet: 0x0189
-packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, 4)
// Packet: 0x018a
-packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+packetLen(0x018a, 4)
// Packet: 0x018b
-packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, 4)
// Packet: 0x018c
-packetLen(0x018c, 29) // ZC_MONSTER_INFO
+packetLen(0x018c, 29)
// Packet: 0x018d
-packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, -1)
// Packet: 0x018e
-packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+packetLen(0x018e, 10)
// Packet: 0x018f
-packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 6)
// Packet: 0x0190
-packetLen(0x0190, 23) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+packetLen(0x0190, 23)
// Packet: 0x0191
-packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+packetLen(0x0191, 86)
// Packet: 0x0192
-packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+packetLen(0x0192, 24)
// Packet: 0x0193
-packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+packetLen(0x0193, 2)
// Packet: 0x0194
-packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 30)
// Packet: 0x0195
-packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 102)
// Packet: 0x0196
-packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, 9)
// Packet: 0x0197
-packetLen(0x0197, 4) // CZ_RESET
+packetLen(0x0197, 4)
// Packet: 0x0198
-packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+packetLen(0x0198, 8)
// Packet: 0x0199
-packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, 4)
// Packet: 0x019a
-packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 14)
// Packet: 0x019b
-packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 10)
// Packet: 0x019c
-packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+packetLen(0x019c, -1)
// Packet: 0x019d
-packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, 6)
// Packet: 0x019e
-packetLen(0x019e, 2) // ZC_START_CAPTURE
+packetLen(0x019e, 2)
// Packet: 0x019f
-packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, 6)
// Packet: 0x01a0
-packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, 3)
// Packet: 0x01a1
-packetLen(0x01a1, 3) // CZ_COMMAND_PET
+packetLen(0x01a1, 3)
// Packet: 0x01a2
-packetLen(0x01a2, 37) // ZC_PROPERTY_PET
+packetLen(0x01a2, 37)
// Packet: 0x01a3
-packetLen(0x01a3, 5) // ZC_FEED_PET
+packetLen(0x01a3, 5)
// Packet: 0x01a4
-packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, 11)
// Packet: 0x01a5
-packetLen(0x01a5, 26) // CZ_RENAME_PET
+packetLen(0x01a5, 26)
// Packet: 0x01a6
-packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+packetLen(0x01a6, -1)
// Packet: 0x01a7
-packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 4)
// Packet: 0x01a8
-packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+packetLen(0x01a8, 4)
// Packet: 0x01a9
-packetLen(0x01a9, 6) // CZ_PET_ACT
+packetLen(0x01a9, 6)
// Packet: 0x01aa
-packetLen(0x01aa, 10) // ZC_PET_ACT
+packetLen(0x01aa, 10)
// Packet: 0x01ab
-packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, 12)
// Packet: 0x01ac
-packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+packetLen(0x01ac, 6)
// Packet: 0x01ad
-packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, -1)
// Packet: 0x01ae
-packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, 4)
// Packet: 0x01af
-packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+packetLen(0x01af, 4)
// Packet: 0x01b0
-packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, 11)
// Packet: 0x01b1
-packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+packetLen(0x01b1, 7)
// Packet: 0x01b2
-packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, -1)
// Packet: 0x01b3
-packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, 67)
// Packet: 0x01b4
-packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+packetLen(0x01b4, 12)
// Packet: 0x01b5
-packetLen(0x01b5, 18) // SC_BILLING_INFO
+packetLen(0x01b5, 18)
// Packet: 0x01b6
-packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+packetLen(0x01b6, 114)
// Packet: 0x01b7
-packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+packetLen(0x01b7, 6)
// Packet: 0x01b8
-packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+packetLen(0x01b8, 3)
// Packet: 0x01b9
-packetLen(0x01b9, 6) // ZC_DISPEL
+packetLen(0x01b9, 6)
// Packet: 0x01ba
-packetLen(0x01ba, 26) // CZ_REMOVE_AID
+packetLen(0x01ba, 26)
// Packet: 0x01bb
-packetLen(0x01bb, 26) // CZ_SHIFT
+packetLen(0x01bb, 26)
// Packet: 0x01bc
-packetLen(0x01bc, 26) // CZ_RECALL
+packetLen(0x01bc, 26)
// Packet: 0x01bd
-packetLen(0x01bd, 26) // CZ_RECALL_GID
+packetLen(0x01bd, 26)
// Packet: 0x01be
-packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+packetLen(0x01be, 2)
// Packet: 0x01bf
-packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+packetLen(0x01bf, 3)
// Packet: 0x01c0
-packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+packetLen(0x01c0, 2)
// Packet: 0x01c1
-packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+packetLen(0x01c1, 14)
// Packet: 0x01c2
-packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+packetLen(0x01c2, 10)
// Packet: 0x01c3
-packetLen(0x01c3, -1) // ZC_BROADCAST2
+packetLen(0x01c3, -1)
// Packet: 0x01c4
-packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 22)
// Packet: 0x01c5
-packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 22)
// Packet: 0x01c6
-packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+packetLen(0x01c6, 4)
// Packet: 0x01c7
-packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+packetLen(0x01c7, 2)
// Packet: 0x01c8
-packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, 13)
// Packet: 0x01c9
-packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 97)
// Packet: 0x01ca
-packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+packetLen(0x01ca, 3)
// Packet: 0x01cb
-packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+packetLen(0x01cb, 9)
// Packet: 0x01cc
-packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+packetLen(0x01cc, 9)
// Packet: 0x01cd
-packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, 30)
// Packet: 0x01ce
-packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, 6)
// Packet: 0x01cf
-packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+packetLen(0x01cf, 28)
// Packet: 0x01d0
-packetLen(0x01d0, 8) // ZC_SPIRITS
+packetLen(0x01d0, 8)
// Packet: 0x01d1
-packetLen(0x01d1, 14) // ZC_BLADESTOP
+packetLen(0x01d1, 14)
// Packet: 0x01d2
-packetLen(0x01d2, 10) // ZC_COMBODELAY
+packetLen(0x01d2, 10)
// Packet: 0x01d3
-packetLen(0x01d3, 35) // ZC_SOUND
+packetLen(0x01d3, 35)
// Packet: 0x01d4
-packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, 6)
// Packet: 0x01d5
-packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, -1)
// Packet: 0x01d6
-packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 4)
// Packet: 0x01d7
-packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 11)
// Packet: 0x01d8
-packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 54)
// Packet: 0x01d9
-packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 53)
// Packet: 0x01da
-packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 60)
// Packet: 0x01db
-packetLen(0x01db, 2) // CA_REQ_HASH
+packetLen(0x01db, 2)
// Packet: 0x01dc
-packetLen(0x01dc, -1) // AC_ACK_HASH
+packetLen(0x01dc, -1)
// Packet: 0x01dd
-packetLen(0x01dd, 47) // CA_LOGIN2
+packetLen(0x01dd, 47)
// Packet: 0x01de
-packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 33)
// Packet: 0x01df
-packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+packetLen(0x01df, 6)
// Packet: 0x01e0
-packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+packetLen(0x01e0, 30)
// Packet: 0x01e1
-packetLen(0x01e1, 8) // ZC_SPIRITS2
+packetLen(0x01e1, 8)
// Packet: 0x01e2
-packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+packetLen(0x01e2, 34)
// Packet: 0x01e3
-packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+packetLen(0x01e3, 14)
// Packet: 0x01e4
-packetLen(0x01e4, 2) // ZC_START_COUPLE
+packetLen(0x01e4, 2)
// Packet: 0x01e5
-packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+packetLen(0x01e5, 6)
// Packet: 0x01e6
-packetLen(0x01e6, 26) // ZC_COUPLENAME
+packetLen(0x01e6, 26)
// Packet: 0x01e7
-packetLen(0x01e7, 2) // CZ_DORIDORI
+packetLen(0x01e7, 2)
// Packet: 0x01e8
-packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 28)
// Packet: 0x01e9
-packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, 81)
// Packet: 0x01ea
-packetLen(0x01ea, 6) // ZC_CONGRATULATION
+packetLen(0x01ea, 6)
// Packet: 0x01eb
-packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, 10)
// Packet: 0x01ec
-packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+packetLen(0x01ec, 26)
// Packet: 0x01ed
-packetLen(0x01ed, 2) // CZ_CHOPOKGI
+packetLen(0x01ed, 2)
// Packet: 0x01ee
-packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, -1)
// Packet: 0x01ef
-packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, -1)
// Packet: 0x01f0
-packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, -1)
// Packet: 0x01f1
-packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+packetLen(0x01f1, -1)
// Packet: 0x01f2
-packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, 20)
// Packet: 0x01f3
-packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+packetLen(0x01f3, 10)
// Packet: 0x01f4
-packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, 32)
// Packet: 0x01f5
-packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, 9)
// Packet: 0x01f6
-packetLen(0x01f6, 34) // ZC_REQ_BABY
+packetLen(0x01f6, 34)
// Packet: 0x01f7
-packetLen(0x01f7, 14) // CZ_JOIN_BABY
+packetLen(0x01f7, 14)
// Packet: 0x01f8
-packetLen(0x01f8, 2) // ZC_START_BABY
+packetLen(0x01f8, 2)
// Packet: 0x01f9
-packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+packetLen(0x01f9, 6)
// Packet: 0x01fa
-packetLen(0x01fa, 48) // CA_LOGIN3
+packetLen(0x01fa, 48)
// Packet: 0x01fb
-packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+packetLen(0x01fb, 56)
// Packet: 0x01fc
-packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, -1)
// Packet: 0x01fd
-packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 15)
// Packet: 0x01fe
-packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, 5)
// Packet: 0x01ff
-packetLen(0x01ff, 10) // ZC_HIGHJUMP
+packetLen(0x01ff, 10)
// Packet: 0x0200
-packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+packetLen(0x0200, 26)
// Packet: 0x0201
-packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+packetLen(0x0201, -1)
// Packet: 0x0202
#if PACKETVER >= 20101228
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20101221
-packetLen(0x0202, 18) // CZ_ADD_FRIENDS
+packetLen(0x0202, 18)
#elif PACKETVER >= 20101130
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20101123
-packetLen(0x0202, 90) // CZ_ADD_FRIENDS
+packetLen(0x0202, 90)
#elif PACKETVER >= 20100105
-packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+packetLen(0x0202, 26)
#endif
// Packet: 0x0203
-packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+packetLen(0x0203, 10)
// Packet: 0x0204
-packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+packetLen(0x0204, 18)
// Packet: 0x0205
-packetLen(0x0205, 26) // ZC_DIVORCE
+packetLen(0x0205, 26)
// Packet: 0x0206
-packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+packetLen(0x0206, 11)
// Packet: 0x0207
-packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, 34)
// Packet: 0x0208
-packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, 14)
// Packet: 0x0209
-packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, 36)
// Packet: 0x020a
-packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 10)
// Packet: 0x020d
-packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+packetLen(0x020d, -1)
// Packet: 0x020e
-packetLen(0x020e, 32) // ZC_STARSKILL
+packetLen(0x020e, 32)
// Packet: 0x0212
-packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+packetLen(0x0212, 26)
// Packet: 0x0213
-packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+packetLen(0x0213, 26)
// Packet: 0x0214
-packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+packetLen(0x0214, 42)
// Packet: 0x0215
-packetLen(0x0215, 6) // ZC_SKILLMSG
+packetLen(0x0215, 6)
// Packet: 0x0216
-packetLen(0x0216, 6) // ZC_BABYMSG
+packetLen(0x0216, 6)
// Packet: 0x0217
-packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 2)
// Packet: 0x0218
-packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, 2)
// Packet: 0x0219
-packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 282)
// Packet: 0x021a
-packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, 282)
// Packet: 0x021b
-packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, 10)
// Packet: 0x021c
-packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, 10)
// Packet: 0x021d
-packetLen(0x021d, 6) // CZ_LESSEFFECT
+packetLen(0x021d, 6)
// Packet: 0x021e
-packetLen(0x021e, 6) // ZC_LESSEFFECT
+packetLen(0x021e, 6)
// Packet: 0x021f
-packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+packetLen(0x021f, 66)
// Packet: 0x0220
-packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+packetLen(0x0220, 10)
// Packet: 0x0221
-packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+packetLen(0x0221, -1)
// Packet: 0x0222
-packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+packetLen(0x0222, 6)
// Packet: 0x0223
-packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+packetLen(0x0223, 8)
// Packet: 0x0224
-packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+packetLen(0x0224, 10)
// Packet: 0x0225
-packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+packetLen(0x0225, 2)
// Packet: 0x0226
-packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+packetLen(0x0226, 282)
// Packet: 0x0227
-packetLen(0x0227, 18) // ZC_GAME_GUARD
+packetLen(0x0227, 18)
// Packet: 0x0228
-packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+packetLen(0x0228, 18)
// Packet: 0x0229
-packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+packetLen(0x0229, 15)
// Packet: 0x022a
-packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 58)
// Packet: 0x022b
-packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, 57)
// Packet: 0x022c
-packetLen(0x022c, 65) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, 65)
// Packet: 0x022d
#if PACKETVER >= 20101214
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20101207
-packetLen(0x022d, -1) // CZ_COMMAND_MER
+packetLen(0x022d, -1)
#elif PACKETVER >= 20101130
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20101123
-packetLen(0x022d, 6) // CZ_COMMAND_MER
+packetLen(0x022d, 6)
#elif PACKETVER >= 20100105
-packetLen(0x022d, 5) // CZ_COMMAND_MER
+packetLen(0x022d, 5)
#endif
// Packet: 0x022e
-packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 71)
// Packet: 0x022f
-packetLen(0x022f, 5) // ZC_FEED_MER
+packetLen(0x022f, 5)
// Packet: 0x0230
-packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+packetLen(0x0230, 12)
// Packet: 0x0231
-packetLen(0x0231, 26) // CZ_RENAME_MER
+packetLen(0x0231, 26)
// Packet: 0x0232
-packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, 9)
// Packet: 0x0233
-packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, 11)
// Packet: 0x0234
-packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, 6)
// Packet: 0x0235
-packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, -1)
// Packet: 0x0236
-packetLen(0x0236, 10) // ZC_KILLER_POINT
+packetLen(0x0236, 10)
// Packet: 0x0237
-packetLen(0x0237, 2) // CZ_KILLER_RANK
+packetLen(0x0237, 2)
// Packet: 0x0238
-packetLen(0x0238, 282) // ZC_KILLER_RANK
+packetLen(0x0238, 282)
// Packet: 0x0239
-packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 11)
// Packet: 0x023a
-packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, 4)
// Packet: 0x023b
#if PACKETVER >= 20101228
-packetLen(0x023b, 8) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 8)
#elif PACKETVER >= 20101221
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20101214
-packetLen(0x023b, 6) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 6)
#elif PACKETVER >= 20101207
-packetLen(0x023b, 36) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 36)
#elif PACKETVER >= 20101123
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20100105
-packetLen(0x023b, 36) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 36)
#endif
// Packet: 0x023c
-packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, 6)
// Packet: 0x023d
-packetLen(0x023d, 6) // AC_EVENT_RESULT
+packetLen(0x023d, 6)
// Packet: 0x023e
-packetLen(0x023e, 8) // HC_REQUEST_CHARACTER_PASSWORD
+packetLen(0x023e, 8)
// Packet: 0x023f
-packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+packetLen(0x023f, 2)
// Packet: 0x0240
-packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+packetLen(0x0240, -1)
// Packet: 0x0241
-packetLen(0x0241, 6) // CZ_MAIL_OPEN
+packetLen(0x0241, 6)
// Packet: 0x0242
-packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+packetLen(0x0242, -1)
// Packet: 0x0243
-packetLen(0x0243, 6) // CZ_MAIL_DELETE
+packetLen(0x0243, 6)
// Packet: 0x0244
-packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+packetLen(0x0244, 6)
// Packet: 0x0245
-packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+packetLen(0x0245, 3)
// Packet: 0x0246
-packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+packetLen(0x0246, 4)
// Packet: 0x0247
-packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+packetLen(0x0247, 8)
// Packet: 0x0248
-packetLen(0x0248, -1) // CZ_MAIL_SEND
+packetLen(0x0248, -1)
// Packet: 0x0249
-packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+packetLen(0x0249, 3)
// Packet: 0x024a
-packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+packetLen(0x024a, 70)
// Packet: 0x024b
-packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+packetLen(0x024b, 4)
// Packet: 0x024c
-packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+packetLen(0x024c, 8)
// Packet: 0x024d
-packetLen(0x024d, 12) // CZ_AUCTION_ADD
+packetLen(0x024d, 12)
// Packet: 0x024e
-packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+packetLen(0x024e, 6)
// Packet: 0x024f
-packetLen(0x024f, 10) // CZ_AUCTION_BUY
+packetLen(0x024f, 10)
// Packet: 0x0250
-packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+packetLen(0x0250, 3)
// Packet: 0x0251
-packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+packetLen(0x0251, 34)
// Packet: 0x0252
-packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+packetLen(0x0252, -1)
// Packet: 0x0253
-packetLen(0x0253, 3) // ZC_STARPLACE
+packetLen(0x0253, 3)
// Packet: 0x0254
-packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+packetLen(0x0254, 3)
// Packet: 0x0255
-packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+packetLen(0x0255, 5)
// Packet: 0x0256
-packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+packetLen(0x0256, 5)
// Packet: 0x0257
-packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+packetLen(0x0257, 8)
// Packet: 0x0258
-packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+packetLen(0x0258, 2)
// Packet: 0x0259
-packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+packetLen(0x0259, 3)
// Packet: 0x025a
-packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+packetLen(0x025a, -1)
// Packet: 0x025b
-packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+packetLen(0x025b, 6)
// Packet: 0x025c
-packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+packetLen(0x025c, 4)
// Packet: 0x025d
-packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+packetLen(0x025d, 6)
// Packet: 0x025e
-packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+packetLen(0x025e, 4)
// Packet: 0x025f
-packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+packetLen(0x025f, 6)
// Packet: 0x0260
-packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+packetLen(0x0260, 6)
// Packet: 0x0261
-packetLen(0x0261, 11) // AC_REQ_LOGIN_OLDEKEY
+packetLen(0x0261, 11)
// Packet: 0x0262
-packetLen(0x0262, 11) // AC_REQ_LOGIN_NEWEKEY
+packetLen(0x0262, 11)
// Packet: 0x0263
-packetLen(0x0263, 11) // AC_REQ_LOGIN_CARDPASS
+packetLen(0x0263, 11)
// Packet: 0x0264
-packetLen(0x0264, 20) // CA_ACK_LOGIN_OLDEKEY
+packetLen(0x0264, 20)
// Packet: 0x0265
-packetLen(0x0265, 20) // CA_ACK_LOGIN_NEWEKEY
+packetLen(0x0265, 20)
// Packet: 0x0266
-packetLen(0x0266, 30) // CA_ACK_LOGIN_CARDPASS
+packetLen(0x0266, 30)
// Packet: 0x0267
-packetLen(0x0267, 4) // AC_ACK_EKEY_FAIL_NOTEXIST
+packetLen(0x0267, 4)
// Packet: 0x0268
-packetLen(0x0268, 4) // AC_ACK_EKEY_FAIL_NOTUSESEKEY
+packetLen(0x0268, 4)
// Packet: 0x0269
-packetLen(0x0269, 4) // AC_ACK_EKEY_FAIL_NOTUSEDEKEY
+packetLen(0x0269, 4)
// Packet: 0x026a
-packetLen(0x026a, 4) // AC_ACK_EKEY_FAIL_AUTHREFUSE
+packetLen(0x026a, 4)
// Packet: 0x026b
-packetLen(0x026b, 4) // AC_ACK_EKEY_FAIL_INPUTEKEY
+packetLen(0x026b, 4)
// Packet: 0x026c
-packetLen(0x026c, 4) // AC_ACK_EKEY_FAIL_NOTICE
+packetLen(0x026c, 4)
// Packet: 0x026d
-packetLen(0x026d, 4) // AC_ACK_EKEY_FAIL_NEEDCARDPASS
+packetLen(0x026d, 4)
// Packet: 0x026f
-packetLen(0x026f, 2) // AC_ACK_FIRST_LOGIN
+packetLen(0x026f, 2)
// Packet: 0x0270
-packetLen(0x0270, 2) // AC_REQ_LOGIN_ACCOUNT_INFO
+packetLen(0x0270, 2)
// Packet: 0x0271
-packetLen(0x0271, 40) // CA_ACK_LOGIN_ACCOUNT_INFO
+packetLen(0x0271, 40)
// Packet: 0x0272
-packetLen(0x0272, 44) // AC_ACK_PT_ID_INFO
+packetLen(0x0272, 44)
// Packet: 0x0273
-packetLen(0x0273, 30) // CZ_REQ_MAIL_RETURN
+packetLen(0x0273, 30)
// Packet: 0x0274
-packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, 8)
// Packet: 0x0275
-packetLen(0x0275, 37) // CH_ENTER2
+packetLen(0x0275, 37)
// Packet: 0x0276
-packetLen(0x0276, -1) // AC_ACCEPT_LOGIN2
+packetLen(0x0276, -1)
// Packet: 0x0277
-packetLen(0x0277, 84) // CA_LOGIN_PCBANG
+packetLen(0x0277, 84)
// Packet: 0x0278
-packetLen(0x0278, 2) // ZC_NOTIFY_PCBANG
+packetLen(0x0278, 2)
// Packet: 0x0279
-packetLen(0x0279, 2) // CZ_HUNTINGLIST
+packetLen(0x0279, 2)
// Packet: 0x027a
-packetLen(0x027a, -1) // ZC_HUNTINGLIST
+packetLen(0x027a, -1)
// Packet: 0x027b
-packetLen(0x027b, 14) // ZC_PCBANG_EFFECT
+packetLen(0x027b, 14)
// Packet: 0x027c
-packetLen(0x027c, 60) // CA_LOGIN4
+packetLen(0x027c, 60)
// Packet: 0x027d
-packetLen(0x027d, 62) // ZC_PROPERTY_MERCE
+packetLen(0x027d, 62)
// Packet: 0x027e
-packetLen(0x027e, -1) // ZC_SHANDA_PROTECT
+packetLen(0x027e, -1)
// Packet: 0x027f
-packetLen(0x027f, 8) // CA_CLIENT_TYPE
+packetLen(0x027f, 8)
// Packet: 0x0280
-packetLen(0x0280, 12) // ZC_GANGSI_POINT
+packetLen(0x0280, 12)
// Packet: 0x0281
#if PACKETVER >= 20101228
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20101221
-packetLen(0x0281, 26) // CZ_GANGSI_RANK
+packetLen(0x0281, 26)
#elif PACKETVER >= 20101123
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20100105
-packetLen(0x0281, 4) // CZ_GANGSI_RANK
+packetLen(0x0281, 4)
#endif
// Packet: 0x0282
-packetLen(0x0282, 284) // ZC_GANGSI_RANK
+packetLen(0x0282, 284)
// Packet: 0x0283
-packetLen(0x0283, 6) // ZC_AID
+packetLen(0x0283, 6)
// Packet: 0x0284
-packetLen(0x0284, 14) // ZC_NOTIFY_EFFECT3
+packetLen(0x0284, 14)
// Packet: 0x0285
-packetLen(0x0285, 6) // ZC_DEATH_QUESTION
+packetLen(0x0285, 6)
// Packet: 0x0286
-packetLen(0x0286, 4) // CZ_DEATH_QUESTION
+packetLen(0x0286, 4)
// Packet: 0x0287
-packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, -1)
// Packet: 0x0288
#if PACKETVER >= 20100803
-packetLen(0x0288, -1) // CZ_PC_BUY_CASH_POINT_ITEM
+packetLen(0x0288, -1)
#elif PACKETVER >= 20100105
-packetLen(0x0288, 10) // CZ_PC_BUY_CASH_POINT_ITEM
+packetLen(0x0288, 10)
#endif
// Packet: 0x0289
-packetLen(0x0289, 12) // ZC_PC_CASH_POINT_UPDATE
+packetLen(0x0289, 12)
// Packet: 0x028a
-packetLen(0x028a, 18) // ZC_NPC_SHOWEFST_UPDATE
+packetLen(0x028a, 18)
// Packet: 0x028b
-packetLen(0x028b, -1) // HC_CHARNOTBEENSELECTED
+packetLen(0x028b, -1)
// Packet: 0x028c
-packetLen(0x028c, 46) // CH_SELECT_CHAR_GOINGTOBEUSED
+packetLen(0x028c, 46)
// Packet: 0x028d
-packetLen(0x028d, 34) // CH_REQ_IS_VALID_CHARNAME
+packetLen(0x028d, 34)
// Packet: 0x028e
-packetLen(0x028e, 4) // HC_ACK_IS_VALID_CHARNAME
+packetLen(0x028e, 4)
// Packet: 0x028f
-packetLen(0x028f, 6) // CH_REQ_CHANGE_CHARNAME
+packetLen(0x028f, 6)
// Packet: 0x0290
-packetLen(0x0290, 4) // HC_ACK_CHANGE_CHARNAME
+packetLen(0x0290, 4)
// Packet: 0x0291
-packetLen(0x0291, 4) // ZC_MSG
+packetLen(0x0291, 4)
// Packet: 0x0292
-packetLen(0x0292, 2) // CZ_STANDING_RESURRECTION
+packetLen(0x0292, 2)
// Packet: 0x0293
-packetLen(0x0293, 70) // ZC_BOSS_INFO
+packetLen(0x0293, 70)
// Packet: 0x0294
-packetLen(0x0294, 10) // ZC_READ_BOOK
+packetLen(0x0294, 10)
// Packet: 0x0295
-packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, -1)
// Packet: 0x0296
-packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, -1)
// Packet: 0x0297
-packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, -1)
// Packet: 0x0298
-packetLen(0x0298, 8) // ZC_CASH_TIME_COUNTER
+packetLen(0x0298, 8)
// Packet: 0x0299
-packetLen(0x0299, 6) // ZC_CASH_ITEM_DELETE
+packetLen(0x0299, 6)
// Packet: 0x029a
-packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, 27)
// Packet: 0x029b
-packetLen(0x029b, 80) // ZC_MER_INIT
+packetLen(0x029b, 80)
// Packet: 0x029c
-packetLen(0x029c, 66) // ZC_MER_PROPERTY
+packetLen(0x029c, 66)
// Packet: 0x029d
-packetLen(0x029d, -1) // ZC_MER_SKILLINFO_LIST
+packetLen(0x029d, -1)
// Packet: 0x029e
-packetLen(0x029e, 11) // ZC_MER_SKILLINFO_UPDATE
+packetLen(0x029e, 11)
// Packet: 0x029f
-packetLen(0x029f, 3) // CZ_MER_COMMAND
+packetLen(0x029f, 3)
// Packet: 0x02a2
-packetLen(0x02a2, 8) // ZC_MER_PAR_CHANGE
+packetLen(0x02a2, 8)
// Packet: 0x02a5
-packetLen(0x02a5, 8) // CZ_KSY_EVENT
+packetLen(0x02a5, 8)
// Packet: 0x02a6
-packetLen(0x02a6, -1) // ZC_HACKSH_CPX_MSG
+packetLen(0x02a6, -1)
// Packet: 0x02a7
-packetLen(0x02a7, -1) // CZ_HACKSH_CPX_MSG
+packetLen(0x02a7, -1)
// Packet: 0x02aa
-packetLen(0x02aa, 4) // ZC_REQ_CASH_PASSWORD
+packetLen(0x02aa, 4)
// Packet: 0x02ab
-packetLen(0x02ab, 36) // CZ_ACK_CASH_PASSWORD
+packetLen(0x02ab, 36)
// Packet: 0x02ac
-packetLen(0x02ac, 6) // ZC_RESULT_CASH_PASSWORD
+packetLen(0x02ac, 6)
// Packet: 0x02ad
-packetLen(0x02ad, 8) // AC_REQUEST_SECOND_PASSWORD
+packetLen(0x02ad, 8)
// Packet: 0x02b0
-packetLen(0x02b0, 85) // CA_LOGIN_HAN
+packetLen(0x02b0, 85)
// Packet: 0x02b1
-packetLen(0x02b1, -1) // ZC_ALL_QUEST_LIST
+packetLen(0x02b1, -1)
// Packet: 0x02b2
-packetLen(0x02b2, -1) // ZC_ALL_QUEST_MISSION
+packetLen(0x02b2, -1)
// Packet: 0x02b3
-packetLen(0x02b3, 107) // ZC_ADD_QUEST
+packetLen(0x02b3, 107)
// Packet: 0x02b4
-packetLen(0x02b4, 6) // ZC_DEL_QUEST
+packetLen(0x02b4, 6)
// Packet: 0x02b5
-packetLen(0x02b5, -1) // ZC_UPDATE_MISSION_HUNT
+packetLen(0x02b5, -1)
// Packet: 0x02b6
-packetLen(0x02b6, 7) // CZ_ACTIVE_QUEST
+packetLen(0x02b6, 7)
// Packet: 0x02b7
-packetLen(0x02b7, 7) // ZC_ACTIVE_QUEST
+packetLen(0x02b7, 7)
// Packet: 0x02b8
-packetLen(0x02b8, 22) // ZC_ITEM_PICKUP_PARTY
+packetLen(0x02b8, 22)
// Packet: 0x02b9
-packetLen(0x02b9, 191) // ZC_SHORTCUT_KEY_LIST
+packetLen(0x02b9, 191)
// Packet: 0x02ba
-packetLen(0x02ba, 11) // CZ_SHORTCUT_KEY_CHANGE
+packetLen(0x02ba, 11)
// Packet: 0x02bb
-packetLen(0x02bb, 8) // ZC_EQUIPITEM_DAMAGED
+packetLen(0x02bb, 8)
// Packet: 0x02bc
-packetLen(0x02bc, 6) // ZC_NOTIFY_PCBANG_PLAYING_TIME
+packetLen(0x02bc, 6)
// Packet: 0x02c1
-packetLen(0x02c1, -1) // ZC_NPC_CHAT
+packetLen(0x02c1, -1)
// Packet: 0x02c2
-packetLen(0x02c2, -1) // ZC_FORMATSTRING_MSG
+packetLen(0x02c2, -1)
// Packet: 0x02c4
#if PACKETVER >= 20101123
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20100105
-packetLen(0x02c4, 26) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 26)
#endif
// Packet: 0x02c5
-packetLen(0x02c5, 30) // ZC_PARTY_JOIN_REQ_ACK
+packetLen(0x02c5, 30)
// Packet: 0x02c6
-packetLen(0x02c6, 30) // ZC_PARTY_JOIN_REQ
+packetLen(0x02c6, 30)
// Packet: 0x02c7
-packetLen(0x02c7, 7) // CZ_PARTY_JOIN_REQ_ACK
+packetLen(0x02c7, 7)
// Packet: 0x02c8
-packetLen(0x02c8, 3) // CZ_PARTY_CONFIG
+packetLen(0x02c8, 3)
// Packet: 0x02c9
-packetLen(0x02c9, 3) // ZC_PARTY_CONFIG
+packetLen(0x02c9, 3)
// Packet: 0x02ca
-packetLen(0x02ca, 3) // HC_REFUSE_SELECTCHAR
+packetLen(0x02ca, 3)
// Packet: 0x02cb
-packetLen(0x02cb, 65) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO
+packetLen(0x02cb, 65)
// Packet: 0x02cc
-packetLen(0x02cc, 4) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_NOTIFY
+packetLen(0x02cc, 4)
// Packet: 0x02cd
-packetLen(0x02cd, 71) // ZC_MEMORIALDUNGEON_INFO
+packetLen(0x02cd, 71)
// Packet: 0x02ce
-packetLen(0x02ce, 10) // ZC_MEMORIALDUNGEON_NOTIFY
+packetLen(0x02ce, 10)
// Packet: 0x02cf
-packetLen(0x02cf, 6) // CZ_MEMORIALDUNGEON_COMMAND
+packetLen(0x02cf, 6)
// Packet: 0x02d0
-packetLen(0x02d0, -1) // ZC_EQUIPMENT_ITEMLIST3
+packetLen(0x02d0, -1)
// Packet: 0x02d1
-packetLen(0x02d1, -1) // ZC_STORE_EQUIPMENT_ITEMLIST3
+packetLen(0x02d1, -1)
// Packet: 0x02d2
-packetLen(0x02d2, -1) // ZC_CART_EQUIPMENT_ITEMLIST3
+packetLen(0x02d2, -1)
// Packet: 0x02d3
-packetLen(0x02d3, 4) // ZC_NOTIFY_BIND_ON_EQUIP
+packetLen(0x02d3, 4)
// Packet: 0x02d4
-packetLen(0x02d4, 29) // ZC_ITEM_PICKUP_ACK3
+packetLen(0x02d4, 29)
// Packet: 0x02d5
-packetLen(0x02d5, 2) // ZC_ISVR_DISCONNECT
+packetLen(0x02d5, 2)
// Packet: 0x02d6
-packetLen(0x02d6, 6) // CZ_EQUIPWIN_MICROSCOPE
+packetLen(0x02d6, 6)
// Packet: 0x02d7
-packetLen(0x02d7, -1) // ZC_EQUIPWIN_MICROSCOPE
+packetLen(0x02d7, -1)
// Packet: 0x02d8
-packetLen(0x02d8, 10) // CZ_CONFIG
+packetLen(0x02d8, 10)
// Packet: 0x02d9
-packetLen(0x02d9, 10) // ZC_CONFIG
+packetLen(0x02d9, 10)
// Packet: 0x02da
-packetLen(0x02da, 3) // ZC_CONFIG_NOTIFY
+packetLen(0x02da, 3)
// Packet: 0x02db
-packetLen(0x02db, -1) // CZ_BATTLEFIELD_CHAT
+packetLen(0x02db, -1)
// Packet: 0x02dc
-packetLen(0x02dc, -1) // ZC_BATTLEFIELD_CHAT
+packetLen(0x02dc, -1)
// Packet: 0x02dd
-packetLen(0x02dd, 32) // ZC_BATTLEFIELD_NOTIFY_CAMPINFO
+packetLen(0x02dd, 32)
// Packet: 0x02de
-packetLen(0x02de, 6) // ZC_BATTLEFIELD_NOTIFY_POINT
+packetLen(0x02de, 6)
// Packet: 0x02df
-packetLen(0x02df, 36) // ZC_BATTLEFIELD_NOTIFY_POSITION
+packetLen(0x02df, 36)
// Packet: 0x02e0
-packetLen(0x02e0, 34) // ZC_BATTLEFIELD_NOTIFY_HP
+packetLen(0x02e0, 34)
// Packet: 0x02e1
-packetLen(0x02e1, 33) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, 33)
// Packet: 0x02e2
-packetLen(0x02e2, 20) // CZ_USE_ITEM_NEW_JAPEN
+packetLen(0x02e2, 20)
// Packet: 0x02e3
-packetLen(0x02e3, 22) // CZ_USE_SKILL_NEW_JAPEN
+packetLen(0x02e3, 22)
// Packet: 0x02e4
-packetLen(0x02e4, 11) // CZ_ITEM_PICKUP_NEW_JAPEN
+packetLen(0x02e4, 11)
// Packet: 0x02e5
-packetLen(0x02e5, 9) // CZ_REQUEST_MOVE_NEW_JAPEN
+packetLen(0x02e5, 9)
// Packet: 0x02e6
-packetLen(0x02e6, 6) // CZ_BOT_CHECK
+packetLen(0x02e6, 6)
// Packet: 0x02e7
-packetLen(0x02e7, -1) // ZC_MAPPROPERTY
+packetLen(0x02e7, -1)
// Packet: 0x02e8
-packetLen(0x02e8, -1) // ZC_NORMAL_ITEMLIST3
+packetLen(0x02e8, -1)
// Packet: 0x02e9
-packetLen(0x02e9, -1) // ZC_CART_NORMAL_ITEMLIST3
+packetLen(0x02e9, -1)
// Packet: 0x02ea
-packetLen(0x02ea, -1) // ZC_STORE_NORMAL_ITEMLIST3
+packetLen(0x02ea, -1)
// Packet: 0x02eb
-packetLen(0x02eb, 13) // ZC_ACCEPT_ENTER2
+packetLen(0x02eb, 13)
// Packet: 0x02ec
-packetLen(0x02ec, 67) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 67)
// Packet: 0x02ed
-packetLen(0x02ed, 59) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, 59)
// Packet: 0x02ee
-packetLen(0x02ee, 60) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, 60)
// Packet: 0x02ef
-packetLen(0x02ef, 8) // ZC_NOTIFY_FONT
+packetLen(0x02ef, 8)
// Packet: 0x02f0
-packetLen(0x02f0, 10) // ZC_PROGRESS
+packetLen(0x02f0, 10)
// Packet: 0x02f1
-packetLen(0x02f1, 2) // CZ_PROGRESS
+packetLen(0x02f1, 2)
// Packet: 0x02f2
-packetLen(0x02f2, 2) // ZC_PROGRESS_CANCEL
+packetLen(0x02f2, 2)
// Packet: 0x02f3
#if PACKETVER >= 20101123
// removed
#elif PACKETVER >= 20100105
-packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+packetLen(0x02f3, -1)
#endif
// Packet: 0x02f4
#if PACKETVER >= 20101123
// removed
#elif PACKETVER >= 20100105
-packetLen(0x02f4, -1) // ZC_IRMAIL_SEND_RES
+packetLen(0x02f4, -1)
#endif
// Packet: 0x02f5
#if PACKETVER >= 20101123
// removed
#elif PACKETVER >= 20100105
-packetLen(0x02f5, -1) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, -1)
#endif
// Packet: 0x02f6
#if PACKETVER >= 20101123
// removed
#elif PACKETVER >= 20100105
-packetLen(0x02f6, -1) // CZ_IRMAIL_LIST
+packetLen(0x02f6, -1)
#endif
// Packet: 0x02f7
@@ -2723,157 +2723,157 @@ packetLen(0x035b, -1)
#endif
// Packet: 0x035c
-packetLen(0x035c, 2) // CZ_OPEN_SIMPLE_CASHSHOP_ITEMLIST
+packetLen(0x035c, 2)
// Packet: 0x035d
-packetLen(0x035d, -1) // ZC_SIMPLE_CASHSHOP_POINT_ITEMLIST
+packetLen(0x035d, -1)
// Packet: 0x035e
-packetLen(0x035e, 2) // CZ_CLOSE_WINDOW
+packetLen(0x035e, 2)
// Packet: 0x035f
#if PACKETVER >= 20101221
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20101214
-packetLen(0x035f, 18) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 18)
#elif PACKETVER >= 20101130
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20101123
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20100105
-packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+packetLen(0x035f, -1)
#endif
// Packet: 0x0360
#if PACKETVER >= 20101214
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20101207
-packetLen(0x0360, -1) // CZ_REQUEST_TIME2
+packetLen(0x0360, -1)
#elif PACKETVER >= 20101123
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20100105
-packetLen(0x0360, -1) // CZ_REQUEST_TIME2
+packetLen(0x0360, -1)
#endif
// Packet: 0x0361
#if PACKETVER >= 20101228
-packetLen(0x0361, 10) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 10)
#elif PACKETVER >= 20101221
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20101214
-packetLen(0x0361, 6) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 6)
#elif PACKETVER >= 20101130
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20101123
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20100105
-packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, -1)
#endif
// Packet: 0x0362
#if PACKETVER >= 20101221
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20101214
-packetLen(0x0362, 90) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 90)
#elif PACKETVER >= 20101207
-packetLen(0x0362, 5) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 5)
#elif PACKETVER >= 20101130
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20100105
-packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+packetLen(0x0362, -1)
#endif
// Packet: 0x0363
#if PACKETVER >= 20101228
-packetLen(0x0363, 12) // CZ_ITEM_THROW2
+packetLen(0x0363, 12)
#elif PACKETVER >= 20101221
-packetLen(0x0363, 19) // CZ_ITEM_THROW2
+packetLen(0x0363, 19)
#elif PACKETVER >= 20101207
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20101130
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20101123
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20100105
-packetLen(0x0363, -1) // CZ_ITEM_THROW2
+packetLen(0x0363, -1)
#endif
// Packet: 0x0364
#if PACKETVER >= 20101214
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20101207
-packetLen(0x0364, 12) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 12)
#elif PACKETVER >= 20101123
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20100105
-packetLen(0x0364, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, -1)
#endif
// Packet: 0x0365
#if PACKETVER >= 20101228
-packetLen(0x0365, 6) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 6)
#elif PACKETVER >= 20101130
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20101123
-packetLen(0x0365, 36) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 36)
#elif PACKETVER >= 20100105
-packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, -1)
#endif
// Packet: 0x0366
#if PACKETVER >= 20101221
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20101214
-packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, -1)
#elif PACKETVER >= 20101207
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20101130
-packetLen(0x0366, 26) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 26)
#elif PACKETVER >= 20101123
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20100105
-packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, -1)
#endif
// Packet: 0x0367
#if PACKETVER >= 20101228
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20101221
-packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, -1)
#elif PACKETVER >= 20101123
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20100105
-packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, -1)
#endif
// Packet: 0x0368
#if PACKETVER >= 20101228
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20101221
-packetLen(0x0368, 10) // CZ_REQNAME2
+packetLen(0x0368, 10)
#elif PACKETVER >= 20101214
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20101207
-packetLen(0x0368, 4) // CZ_REQNAME2
+packetLen(0x0368, 4)
#elif PACKETVER >= 20101130
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20101123
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20100105
-packetLen(0x0368, -1) // CZ_REQNAME2
+packetLen(0x0368, -1)
#endif
// Packet: 0x0369
#if PACKETVER >= 20101228
-packetLen(0x0369, 26) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 26)
#elif PACKETVER >= 20101207
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20101130
-packetLen(0x0369, 90) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 90)
#elif PACKETVER >= 20101123
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20100105
-packetLen(0x0369, -1) // CZ_REQNAME_BYGID2
+packetLen(0x0369, -1)
#endif
// Packet: 0x036a
@@ -3682,10 +3682,10 @@ packetLen(0x03dc, -1)
#endif
// Packet: 0x03dd
-packetLen(0x03dd, 18) // AHC_GAME_GUARD
+packetLen(0x03dd, 18)
// Packet: 0x03de
-packetLen(0x03de, 18) // CAH_ACK_GAME_GUARD
+packetLen(0x03de, 18)
// Packet: 0x03e2
#if PACKETVER >= 20101123
@@ -4277,936 +4277,936 @@ packetLen(0x0435, -1)
// Packet: 0x0436
#if PACKETVER >= 20101228
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20101221
-packetLen(0x0436, 12) // CZ_ENTER2
+packetLen(0x0436, 12)
#elif PACKETVER >= 20101214
-packetLen(0x0436, 5) // CZ_ENTER2
+packetLen(0x0436, 5)
#elif PACKETVER >= 20101123
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20100105
-packetLen(0x0436, 19) // CZ_ENTER2
+packetLen(0x0436, 19)
#endif
// Packet: 0x0437
#if PACKETVER >= 20101228
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20101221
-packetLen(0x0437, 8) // CZ_REQUEST_ACT2
+packetLen(0x0437, 8)
#elif PACKETVER >= 20101207
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20101130
-packetLen(0x0437, -1) // CZ_REQUEST_ACT2
+packetLen(0x0437, -1)
#elif PACKETVER >= 20101123
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20100105
-packetLen(0x0437, 7) // CZ_REQUEST_ACT2
+packetLen(0x0437, 7)
#endif
// Packet: 0x0438
#if PACKETVER >= 20101214
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20101207
-packetLen(0x0438, 7) // CZ_USE_SKILL2
+packetLen(0x0438, 7)
#elif PACKETVER >= 20101130
-packetLen(0x0438, 12) // CZ_USE_SKILL2
+packetLen(0x0438, 12)
#elif PACKETVER >= 20100105
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#endif
// Packet: 0x0439
-packetLen(0x0439, 8) // CZ_USE_ITEM2
+packetLen(0x0439, 8)
// Packet: 0x043d
-packetLen(0x043d, 8) // ZC_SKILL_POSTDELAY
+packetLen(0x043d, 8)
// Packet: 0x043e
-packetLen(0x043e, -1) // ZC_SKILL_POSTDELAY_LIST
+packetLen(0x043e, -1)
// Packet: 0x043f
-packetLen(0x043f, 25) // ZC_MSG_STATE_CHANGE2
+packetLen(0x043f, 25)
// Packet: 0x0440
-packetLen(0x0440, 10) // ZC_MILLENNIUMSHIELD
+packetLen(0x0440, 10)
// Packet: 0x0441
-packetLen(0x0441, 4) // ZC_SKILLINFO_DELETE
+packetLen(0x0441, 4)
// Packet: 0x0442
#if PACKETVER >= 20100817
-packetLen(0x0442, -1) // ZC_SKILL_SELECT_REQUEST
+packetLen(0x0442, -1)
#elif PACKETVER >= 20100105
-packetLen(0x0442, 8) // ZC_SKILL_SELECT_REQUEST
+packetLen(0x0442, 8)
#endif
// Packet: 0x0443
-packetLen(0x0443, 8) // CZ_SKILL_SELECT_RESPONSE
+packetLen(0x0443, 8)
// Packet: 0x0444
-packetLen(0x0444, -1) // ZC_SIMPLE_CASH_POINT_ITEMLIST
+packetLen(0x0444, -1)
// Packet: 0x0445
-packetLen(0x0445, 10) // CZ_SIMPLE_BUY_CASH_POINT_ITEM
+packetLen(0x0445, 10)
// Packet: 0x0446
-packetLen(0x0446, 14) // ZC_QUEST_NOTIFY_EFFECT
+packetLen(0x0446, 14)
// Packet: 0x0447
-packetLen(0x0447, 2) // CZ_BLOCKING_PLAY_CANCEL
+packetLen(0x0447, 2)
// Packet: 0x0448
-packetLen(0x0448, -1) // HC_CHARACTER_LIST
+packetLen(0x0448, -1)
// Packet: 0x0449
-packetLen(0x0449, 4) // ZC_HACKSH_ERROR_MSG
+packetLen(0x0449, 4)
// Packet: 0x044a
-packetLen(0x044a, 6) // CZ_CLIENT_VERSION
+packetLen(0x044a, 6)
// Packet: 0x044b
-packetLen(0x044b, 2) // CZ_CLOSE_SIMPLECASH_SHOP
+packetLen(0x044b, 2)
// Packet: 0x07d0
#if PACKETVER >= 20100701
// removed
#elif PACKETVER >= 20100105
-packetLen(0x07d0, 6) // ZC_ES_RESULT
+packetLen(0x07d0, 6)
#endif
// Packet: 0x07d1
#if PACKETVER >= 20100701
// removed
#elif PACKETVER >= 20100105
-packetLen(0x07d1, 2) // CZ_ES_GET_LIST
+packetLen(0x07d1, 2)
#endif
// Packet: 0x07d2
#if PACKETVER >= 20100701
// removed
#elif PACKETVER >= 20100105
-packetLen(0x07d2, -1) // ZC_ES_LIST
+packetLen(0x07d2, -1)
#endif
// Packet: 0x07d3
#if PACKETVER >= 20100701
// removed
#elif PACKETVER >= 20100105
-packetLen(0x07d3, 4) // CZ_ES_CHOOSE
+packetLen(0x07d3, 4)
#endif
// Packet: 0x07d4
#if PACKETVER >= 20100701
// removed
#elif PACKETVER >= 20100105
-packetLen(0x07d4, 4) // CZ_ES_CANCEL
+packetLen(0x07d4, 4)
#endif
// Packet: 0x07d5
#if PACKETVER >= 20100701
// removed
#elif PACKETVER >= 20100105
-packetLen(0x07d5, 4) // ZC_ES_READY
+packetLen(0x07d5, 4)
#endif
// Packet: 0x07d6
#if PACKETVER >= 20100701
// removed
#elif PACKETVER >= 20100105
-packetLen(0x07d6, 4) // ZC_ES_GOTO
+packetLen(0x07d6, 4)
#endif
// Packet: 0x07d7
-packetLen(0x07d7, 8) // CZ_GROUPINFO_CHANGE_V2
+packetLen(0x07d7, 8)
// Packet: 0x07d8
-packetLen(0x07d8, 8) // ZC_REQ_GROUPINFO_CHANGE_V2
+packetLen(0x07d8, 8)
// Packet: 0x07d9
-packetLen(0x07d9, 268) // ZC_SHORTCUT_KEY_LIST_V2
+packetLen(0x07d9, 268)
// Packet: 0x07da
-packetLen(0x07da, 6) // CZ_CHANGE_GROUP_MASTER
+packetLen(0x07da, 6)
// Packet: 0x07db
-packetLen(0x07db, 8) // ZC_HO_PAR_CHANGE
+packetLen(0x07db, 8)
// Packet: 0x07dc
-packetLen(0x07dc, 6) // CZ_SEEK_PARTY
+packetLen(0x07dc, 6)
// Packet: 0x07dd
-packetLen(0x07dd, 54) // ZC_SEEK_PARTY
+packetLen(0x07dd, 54)
// Packet: 0x07de
-packetLen(0x07de, 30) // CZ_SEEK_PARTY_MEMBER
+packetLen(0x07de, 30)
// Packet: 0x07df
-packetLen(0x07df, 54) // ZC_SEEK_PARTY_MEMBER
+packetLen(0x07df, 54)
// Packet: 0x07e0
-packetLen(0x07e0, 58) // ZC_ES_NOTI_MYINFO
+packetLen(0x07e0, 58)
// Packet: 0x07e1
-packetLen(0x07e1, 15) // ZC_SKILLINFO_UPDATE2
+packetLen(0x07e1, 15)
// Packet: 0x07e2
-packetLen(0x07e2, 8) // ZC_MSG_VALUE
+packetLen(0x07e2, 8)
// Packet: 0x07e3
-packetLen(0x07e3, 6) // ZC_ITEMLISTWIN_OPEN
+packetLen(0x07e3, 6)
// Packet: 0x07e4
#if PACKETVER >= 20101228
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20101221
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20101214
-packetLen(0x07e4, -1) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, -1)
#elif PACKETVER >= 20101207
-packetLen(0x07e4, 26) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 26)
#elif PACKETVER >= 20101123
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20100105
-packetLen(0x07e4, -1) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, -1)
#endif
// Packet: 0x07e5
#if PACKETVER >= 20101012
-packetLen(0x07e5, 4) // CH_ENTER_CHECKBOT
+packetLen(0x07e5, 4)
#elif PACKETVER >= 20100105
-packetLen(0x07e5, 8) // CH_ENTER_CHECKBOT
+packetLen(0x07e5, 8)
#endif
// Packet: 0x07e6
-packetLen(0x07e6, 8) // ZC_MSG_SKILL
+packetLen(0x07e6, 8)
// Packet: 0x07e7
-packetLen(0x07e7, 32) // CH_CHECKBOT
+packetLen(0x07e7, 32)
// Packet: 0x07e8
-packetLen(0x07e8, -1) // HC_CHECKBOT
+packetLen(0x07e8, -1)
// Packet: 0x07e9
-packetLen(0x07e9, 5) // HC_CHECKBOT_RESULT
+packetLen(0x07e9, 5)
// Packet: 0x07ea
-packetLen(0x07ea, 2) // CZ_BATTLE_FIELD_LIST
+packetLen(0x07ea, 2)
// Packet: 0x07eb
-packetLen(0x07eb, -1) // ZC_BATTLE_FIELD_LIST
+packetLen(0x07eb, -1)
// Packet: 0x07ec
#if PACKETVER >= 20101207
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20101130
-packetLen(0x07ec, -1) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, -1)
#elif PACKETVER >= 20101123
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20100105
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#endif
// Packet: 0x07ed
-packetLen(0x07ed, 10) // ZC_JOIN_BATTLE_FIELD
+packetLen(0x07ed, 10)
// Packet: 0x07ee
-packetLen(0x07ee, 6) // CZ_CANCEL_BATTLE_FIELD
+packetLen(0x07ee, 6)
// Packet: 0x07ef
-packetLen(0x07ef, 8) // ZC_CANCEL_BATTLE_FIELD
+packetLen(0x07ef, 8)
// Packet: 0x07f0
#if PACKETVER >= 20100209
-packetLen(0x07f0, 6) // CZ_REQ_BATTLE_STATE_MONITOR
+packetLen(0x07f0, 6)
#elif PACKETVER >= 20100105
-packetLen(0x07f0, 8) // CZ_REQ_BATTLE_STATE_MONITOR
+packetLen(0x07f0, 8)
#endif
// Packet: 0x07f1
#if PACKETVER >= 20100629
-packetLen(0x07f1, 18) // ZC_ACK_BATTLE_STATE_MONITOR
+packetLen(0x07f1, 18)
#elif PACKETVER >= 20100105
-packetLen(0x07f1, 15) // ZC_ACK_BATTLE_STATE_MONITOR
+packetLen(0x07f1, 15)
#endif
// Packet: 0x07f2
#if PACKETVER >= 20100629
-packetLen(0x07f2, 8) // ZC_BATTLE_NOTI_START_STEP
+packetLen(0x07f2, 8)
#elif PACKETVER >= 20100105
-packetLen(0x07f2, 6) // ZC_BATTLE_NOTI_START_STEP
+packetLen(0x07f2, 6)
#endif
// Packet: 0x07f3
#if PACKETVER >= 20100629
-packetLen(0x07f3, 6) // ZC_BATTLE_JOIN_NOTI_DEFER
+packetLen(0x07f3, 6)
#elif PACKETVER >= 20100105
-packetLen(0x07f3, 4) // ZC_BATTLE_JOIN_NOTI_DEFER
+packetLen(0x07f3, 4)
#endif
// Packet: 0x07f4
-packetLen(0x07f4, 3) // ZC_BATTLE_JOIN_DISABLE_STATE
+packetLen(0x07f4, 3)
// Packet: 0x07f5
-packetLen(0x07f5, 6) // CZ_GM_FULLSTRIP
+packetLen(0x07f5, 6)
// Packet: 0x07f6
-packetLen(0x07f6, 14) // ZC_NOTIFY_EXP
+packetLen(0x07f6, 14)
// Packet: 0x07f7
-packetLen(0x07f7, -1) // ZC_NOTIFY_MOVEENTRY7
+packetLen(0x07f7, -1)
// Packet: 0x07f8
-packetLen(0x07f8, -1) // ZC_NOTIFY_NEWENTRY5
+packetLen(0x07f8, -1)
// Packet: 0x07f9
-packetLen(0x07f9, -1) // ZC_NOTIFY_STANDENTRY5
+packetLen(0x07f9, -1)
// Packet: 0x07fa
-packetLen(0x07fa, 8) // ZC_DELETE_ITEM_FROM_BODY
+packetLen(0x07fa, 8)
// Packet: 0x07fb
-packetLen(0x07fb, 25) // ZC_USESKILL_ACK2
+packetLen(0x07fb, 25)
// Packet: 0x07fc
-packetLen(0x07fc, 10) // ZC_CHANGE_GROUP_MASTER
+packetLen(0x07fc, 10)
// Packet: 0x07fd
-packetLen(0x07fd, -1) // ZC_BROADCASTING_SPECIAL_ITEM_OBTAIN
+packetLen(0x07fd, -1)
// Packet: 0x07fe
-packetLen(0x07fe, 26) // ZC_PLAY_NPC_BGM
+packetLen(0x07fe, 26)
// Packet: 0x07ff
-packetLen(0x07ff, -1) // ZC_DEFINE_CHECK
+packetLen(0x07ff, -1)
// Packet: 0x0800
-packetLen(0x0800, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC2
+packetLen(0x0800, -1)
// Packet: 0x0801
-packetLen(0x0801, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC2
+packetLen(0x0801, -1)
// Packet: 0x0802
#if PACKETVER >= 20101228
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20101221
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20101214
-packetLen(0x0802, 36) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 36)
#elif PACKETVER >= 20101130
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20101123
-packetLen(0x0802, 5) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 5)
#elif PACKETVER >= 20100105
-packetLen(0x0802, 18) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 18)
#endif
// Packet: 0x0803
-packetLen(0x0803, 4) // ZC_PARTY_BOOKING_ACK_REGISTER
+packetLen(0x0803, 4)
// Packet: 0x0804
-packetLen(0x0804, 14) // CZ_PARTY_BOOKING_REQ_SEARCH
+packetLen(0x0804, 14)
// Packet: 0x0805
-packetLen(0x0805, -1) // ZC_PARTY_BOOKING_ACK_SEARCH
+packetLen(0x0805, -1)
// Packet: 0x0806
-packetLen(0x0806, 2) // CZ_PARTY_BOOKING_REQ_DELETE
+packetLen(0x0806, 2)
// Packet: 0x0807
-packetLen(0x0807, 4) // ZC_PARTY_BOOKING_ACK_DELETE
+packetLen(0x0807, 4)
// Packet: 0x0808
-packetLen(0x0808, 14) // CZ_PARTY_BOOKING_REQ_UPDATE
+packetLen(0x0808, 14)
// Packet: 0x0809
-packetLen(0x0809, 50) // ZC_PARTY_BOOKING_NOTIFY_INSERT
+packetLen(0x0809, 50)
// Packet: 0x080a
-packetLen(0x080a, 18) // ZC_PARTY_BOOKING_NOTIFY_UPDATE
+packetLen(0x080a, 18)
// Packet: 0x080b
-packetLen(0x080b, 6) // ZC_PARTY_BOOKING_NOTIFY_DELETE
+packetLen(0x080b, 6)
// Packet: 0x080c
#if PACKETVER >= 20100113
-packetLen(0x080c, 2) // CZ_SIMPLE_CASH_BTNSHOW
+packetLen(0x080c, 2)
#endif
// Packet: 0x080d
#if PACKETVER >= 20100113
-packetLen(0x080d, 3) // ZC_SIMPLE_CASH_BTNSHOW
+packetLen(0x080d, 3)
#endif
// Packet: 0x080e
#if PACKETVER >= 20100119
-packetLen(0x080e, 14) // ZC_NOTIFY_HP_TO_GROUPM_R2
+packetLen(0x080e, 14)
#endif
// Packet: 0x080f
#if PACKETVER >= 20100223
-packetLen(0x080f, 20) // ZC_ADD_EXCHANGE_ITEM2
+packetLen(0x080f, 20)
#endif
// Packet: 0x0810
#if PACKETVER >= 20100303
-packetLen(0x0810, 3) // ZC_OPEN_BUYING_STORE
+packetLen(0x0810, 3)
#endif
// Packet: 0x0811
#if PACKETVER >= 20101228
-packetLen(0x0811, 90) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 90)
#elif PACKETVER >= 20101221
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20101207
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20101130
-packetLen(0x0811, 5) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 5)
#elif PACKETVER >= 20101123
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20100303
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#endif
// Packet: 0x0812
#if PACKETVER >= 20100420
-packetLen(0x0812, 8) // ZC_FAILED_OPEN_BUYING_STORE_TO_BUYER
+packetLen(0x0812, 8)
#elif PACKETVER >= 20100303
-packetLen(0x0812, 86) // ZC_FAILED_OPEN_BUYING_STORE_TO_BUYER
+packetLen(0x0812, 86)
#endif
// Packet: 0x0813
#if PACKETVER >= 20100309
-packetLen(0x0813, -1) // ZC_MYITEMLIST_BUYING_STORE
+packetLen(0x0813, -1)
#elif PACKETVER >= 20100303
-packetLen(0x0813, 6) // ZC_MYITEMLIST_BUYING_STORE
+packetLen(0x0813, 6)
#endif
// Packet: 0x0814
#if PACKETVER >= 20100420
-packetLen(0x0814, 86) // ZC_BUYING_STORE_ENTRY
+packetLen(0x0814, 86)
#elif PACKETVER >= 20100309
-packetLen(0x0814, 2) // ZC_BUYING_STORE_ENTRY
+packetLen(0x0814, 2)
#elif PACKETVER >= 20100303
-packetLen(0x0814, 6) // ZC_BUYING_STORE_ENTRY
+packetLen(0x0814, 6)
#endif
// Packet: 0x0815
#if PACKETVER >= 20101228
-packetLen(0x0815, 7) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 7)
#elif PACKETVER >= 20101221
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20101214
-packetLen(0x0815, 5) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 5)
#elif PACKETVER >= 20101207
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20101130
-packetLen(0x0815, 6) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 6)
#elif PACKETVER >= 20100420
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20100309
-packetLen(0x0815, 6) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 6)
#elif PACKETVER >= 20100303
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#endif
// Packet: 0x0816
#if PACKETVER >= 20100309
-packetLen(0x0816, 6) // ZC_DISAPPEAR_BUYING_STORE_ENTRY
+packetLen(0x0816, 6)
#endif
// Packet: 0x0817
#if PACKETVER >= 20101228
-packetLen(0x0817, -1) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, -1)
#elif PACKETVER >= 20101221
-packetLen(0x0817, 7) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 7)
#elif PACKETVER >= 20101130
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20101123
-packetLen(0x0817, 8) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 8)
#elif PACKETVER >= 20100420
-packetLen(0x0817, 6) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 6)
#elif PACKETVER >= 20100303
-packetLen(0x0817, -1) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, -1)
#endif
// Packet: 0x0818
#if PACKETVER >= 20100309
-packetLen(0x0818, -1) // ZC_ACK_ITEMLIST_BUYING_STORE
+packetLen(0x0818, -1)
#elif PACKETVER >= 20100303
-packetLen(0x0818, 6) // ZC_ACK_ITEMLIST_BUYING_STORE
+packetLen(0x0818, 6)
#endif
// Packet: 0x0819
#if PACKETVER >= 20101207
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20101130
-packetLen(0x0819, 7) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 7)
#elif PACKETVER >= 20101123
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20100420
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20100309
-packetLen(0x0819, 10) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 10)
#elif PACKETVER >= 20100303
-packetLen(0x0819, 4) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 4)
#endif
// Packet: 0x081a
#if PACKETVER >= 20100420
-packetLen(0x081a, 4) // ZC_FAILED_TRADE_BUYING_STORE_TO_BUYER
+packetLen(0x081a, 4)
#elif PACKETVER >= 20100413
-packetLen(0x081a, 10) // ZC_FAILED_TRADE_BUYING_STORE_TO_BUYER
+packetLen(0x081a, 10)
#elif PACKETVER >= 20100331
-packetLen(0x081a, 6) // ZC_FAILED_TRADE_BUYING_STORE_TO_BUYER
+packetLen(0x081a, 6)
#elif PACKETVER >= 20100309
-packetLen(0x081a, 4) // ZC_FAILED_TRADE_BUYING_STORE_TO_BUYER
+packetLen(0x081a, 4)
#endif
// Packet: 0x081b
#if PACKETVER >= 20100420
-packetLen(0x081b, 10) // ZC_UPDATE_ITEM_FROM_BUYING_STORE
+packetLen(0x081b, 10)
#elif PACKETVER >= 20100414
-packetLen(0x081b, 8) // ZC_UPDATE_ITEM_FROM_BUYING_STORE
+packetLen(0x081b, 8)
#elif PACKETVER >= 20100309
-packetLen(0x081b, 4) // ZC_UPDATE_ITEM_FROM_BUYING_STORE
+packetLen(0x081b, 4)
#endif
// Packet: 0x081c
#if PACKETVER >= 20100420
-packetLen(0x081c, 10) // ZC_ITEM_DELETE_BUYING_STORE
+packetLen(0x081c, 10)
#elif PACKETVER >= 20100309
-packetLen(0x081c, 6) // ZC_ITEM_DELETE_BUYING_STORE
+packetLen(0x081c, 6)
#endif
// Packet: 0x081d
#if PACKETVER >= 20100309
-packetLen(0x081d, 22) // ZC_EL_INIT
+packetLen(0x081d, 22)
#endif
// Packet: 0x081e
#if PACKETVER >= 20100309
-packetLen(0x081e, 8) // ZC_EL_PAR_CHANGE
+packetLen(0x081e, 8)
#endif
// Packet: 0x081f
#if PACKETVER >= 20100323
-packetLen(0x081f, -1) // ZC_BROADCAST4
+packetLen(0x081f, -1)
#endif
// Packet: 0x0820
#if PACKETVER >= 20100413
-packetLen(0x0820, 11) // ZC_COSTUME_SPRITE_CHANGE
+packetLen(0x0820, 11)
#endif
// Packet: 0x0821
#if PACKETVER >= 20100413
-packetLen(0x0821, 2) // AC_OTP_USER
+packetLen(0x0821, 2)
#endif
// Packet: 0x0822
#if PACKETVER >= 20100413
-packetLen(0x0822, 9) // CA_OTP_AUTH_REQ
+packetLen(0x0822, 9)
#endif
// Packet: 0x0823
#if PACKETVER >= 20100413
-packetLen(0x0823, -1) // AC_OTP_AUTH_ACK
+packetLen(0x0823, -1)
#endif
// Packet: 0x0824
#if PACKETVER >= 20100420
-packetLen(0x0824, 6) // ZC_FAILED_TRADE_BUYING_STORE_TO_SELLER
+packetLen(0x0824, 6)
#endif
// Packet: 0x0825
#if PACKETVER >= 20100601
-packetLen(0x0825, -1) // CA_SSO_LOGIN_REQ
+packetLen(0x0825, -1)
#endif
// Packet: 0x0826
#if PACKETVER >= 20101019
// removed
#elif PACKETVER >= 20100601
-packetLen(0x0826, 4) // AC_SSO_LOGIN_ACK
+packetLen(0x0826, 4)
#endif
// Packet: 0x0827
#if PACKETVER >= 20100713
-packetLen(0x0827, 6) // CH_DELETE_CHAR3_RESERVED
+packetLen(0x0827, 6)
#endif
// Packet: 0x0828
#if PACKETVER >= 20100713
-packetLen(0x0828, 14) // HC_DELETE_CHAR3_RESERVED
+packetLen(0x0828, 14)
#endif
// Packet: 0x0829
#if PACKETVER >= 20100728
-packetLen(0x0829, 12) // CH_DELETE_CHAR3
+packetLen(0x0829, 12)
#elif PACKETVER >= 20100713
-packetLen(0x0829, 6) // CH_DELETE_CHAR3
+packetLen(0x0829, 6)
#endif
// Packet: 0x082a
#if PACKETVER >= 20100713
-packetLen(0x082a, 10) // HC_DELETE_CHAR3
+packetLen(0x082a, 10)
#endif
// Packet: 0x082b
#if PACKETVER >= 20100713
-packetLen(0x082b, 6) // CH_DELETE_CHAR3_CANCEL
+packetLen(0x082b, 6)
#endif
// Packet: 0x082c
#if PACKETVER >= 20100720
-packetLen(0x082c, 10) // HC_DELETE_CHAR3_CANCEL
+packetLen(0x082c, 10)
#elif PACKETVER >= 20100713
-packetLen(0x082c, 14) // HC_DELETE_CHAR3_CANCEL
+packetLen(0x082c, 14)
#endif
// Packet: 0x082d
#if PACKETVER >= 20101221
-packetLen(0x082d, -1) // HC_ACCEPT_ENTER2
+packetLen(0x082d, -1)
#endif
// Packet: 0x0835
#if PACKETVER >= 20101228
-packetLen(0x0835, 5) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 5)
#elif PACKETVER >= 20101214
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20101207
-packetLen(0x0835, 19) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 19)
#elif PACKETVER >= 20101130
-packetLen(0x0835, 6) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 6)
#elif PACKETVER >= 20101123
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20100601
-packetLen(0x0835, -1) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, -1)
#endif
// Packet: 0x0836
#if PACKETVER >= 20100601
-packetLen(0x0836, -1) // ZC_SEARCH_STORE_INFO_ACK
+packetLen(0x0836, -1)
#endif
// Packet: 0x0837
#if PACKETVER >= 20100601
-packetLen(0x0837, 3) // ZC_SEARCH_STORE_INFO_FAILED
+packetLen(0x0837, 3)
#endif
// Packet: 0x0838
#if PACKETVER >= 20101228
-packetLen(0x0838, -1) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, -1)
#elif PACKETVER >= 20101214
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20101207
-packetLen(0x0838, 8) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 8)
#elif PACKETVER >= 20101130
-packetLen(0x0838, -1) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, -1)
#elif PACKETVER >= 20100608
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20100601
-packetLen(0x0838, 3) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 3)
#endif
// Packet: 0x0839
#if PACKETVER >= 20100608
-packetLen(0x0839, 66) // ZC_ACK_BAN_GUILD_SSO
+packetLen(0x0839, 66)
#endif
// Packet: 0x083a
#if PACKETVER >= 20100701
-packetLen(0x083a, 5) // ZC_OPEN_SEARCH_STORE_INFO
+packetLen(0x083a, 5)
#elif PACKETVER >= 20100608
-packetLen(0x083a, 4) // ZC_OPEN_SEARCH_STORE_INFO
+packetLen(0x083a, 4)
#endif
// Packet: 0x083b
#if PACKETVER >= 20100608
-packetLen(0x083b, 2) // CZ_CLOSE_SEARCH_STORE_INFO
+packetLen(0x083b, 2)
#endif
// Packet: 0x083c
#if PACKETVER >= 20101214
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20101207
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20101130
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20101123
-packetLen(0x083c, 7) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 7)
#elif PACKETVER >= 20100608
-packetLen(0x083c, 12) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 12)
#endif
// Packet: 0x083d
#if PACKETVER >= 20100608
-packetLen(0x083d, 6) // ZC_SSILIST_ITEM_CLICK_ACK
+packetLen(0x083d, 6)
#endif
// Packet: 0x083e
#if PACKETVER >= 20100615
-packetLen(0x083e, 26) // AC_REFUSE_LOGIN2
+packetLen(0x083e, 26)
#endif
// Packet: 0x083f
#if PACKETVER >= 20100629
// removed
#elif PACKETVER >= 20100622
-packetLen(0x083f, 22) // ZC_SEARCH_STORE_OPEN_INFO
+packetLen(0x083f, 22)
#endif
// Packet: 0x0840
#if PACKETVER >= 20100713
-packetLen(0x0840, -1) // HC_NOTIFY_ACCESSIBLE_MAPNAME
+packetLen(0x0840, -1)
#endif
// Packet: 0x0841
#if PACKETVER >= 20100714
-packetLen(0x0841, 4) // CH_SELECT_ACCESSIBLE_MAPNAME
+packetLen(0x0841, 4)
#elif PACKETVER >= 20100713
-packetLen(0x0841, 19) // CH_SELECT_ACCESSIBLE_MAPNAME
+packetLen(0x0841, 19)
#endif
// Packet: 0x0842
#if PACKETVER >= 20100720
-packetLen(0x0842, 6) // CZ_RECALL_SSO
+packetLen(0x0842, 6)
#endif
// Packet: 0x0843
#if PACKETVER >= 20100720
-packetLen(0x0843, 6) // CZ_REMOVE_AID_SSO
+packetLen(0x0843, 6)
#endif
// Packet: 0x0844
#if PACKETVER >= 20100824
-packetLen(0x0844, 2) // CZ_SE_CASHSHOP_OPEN
+packetLen(0x0844, 2)
#endif
// Packet: 0x0845
#if PACKETVER >= 20100824
-packetLen(0x0845, 10) // ZC_SE_CASHSHOP_OPEN
+packetLen(0x0845, 10)
#endif
// Packet: 0x0846
#if PACKETVER >= 20100824
-packetLen(0x0846, 4) // CZ_REQ_SE_CASH_TAB_CODE
+packetLen(0x0846, 4)
#endif
// Packet: 0x0847
#if PACKETVER >= 20100824
-packetLen(0x0847, -1) // ZC_ACK_SE_CASH_ITEM_LIST
+packetLen(0x0847, -1)
#endif
// Packet: 0x0848
#if PACKETVER >= 20100824
-packetLen(0x0848, -1) // CZ_SE_PC_BUY_CASHITEM_LIST
+packetLen(0x0848, -1)
#endif
// Packet: 0x0849
#if PACKETVER >= 20100914
-packetLen(0x0849, 16) // ZC_SE_PC_BUY_CASHITEM_RESULT
+packetLen(0x0849, 16)
#elif PACKETVER >= 20100824
-packetLen(0x0849, 12) // ZC_SE_PC_BUY_CASHITEM_RESULT
+packetLen(0x0849, 12)
#endif
// Packet: 0x084a
#if PACKETVER >= 20101019
-packetLen(0x084a, 2) // CZ_SE_CASHSHOP_CLOSE
+packetLen(0x084a, 2)
#endif
// Packet: 0x084b
#if PACKETVER >= 20101019
-packetLen(0x084b, 19) // ZC_ITEM_FALL_ENTRY4
+packetLen(0x084b, 19)
#endif
// Packet: 0x084c
#if PACKETVER >= 20101026
-packetLen(0x084c, 10) // CZ_MACRO_USE_SKILL
+packetLen(0x084c, 10)
#endif
// Packet: 0x084d
#if PACKETVER >= 20101026
-packetLen(0x084d, 10) // CZ_MACRO_USE_SKILL_TOGROUND
+packetLen(0x084d, 10)
#endif
// Packet: 0x084e
#if PACKETVER >= 20101026
-packetLen(0x084e, 5) // CZ_MACRO_REQUEST_MOVE
+packetLen(0x084e, 5)
#endif
// Packet: 0x084f
#if PACKETVER >= 20101026
-packetLen(0x084f, 6) // CZ_MACRO_ITEM_PICKUP
+packetLen(0x084f, 6)
#endif
// Packet: 0x0850
#if PACKETVER >= 20101026
-packetLen(0x0850, 7) // CZ_MACRO_REQUEST_ACT
+packetLen(0x0850, 7)
#endif
// Packet: 0x0851
#if PACKETVER >= 20101102
-packetLen(0x0851, -1) // ZC_GPK_DYNCODE
+packetLen(0x0851, -1)
#endif
// Packet: 0x0852
#if PACKETVER >= 20101102
-packetLen(0x0852, 2) // CZ_GPK_DYNCODE_RELOAD
+packetLen(0x0852, 2)
#endif
// Packet: 0x0853
#if PACKETVER >= 20101102
-packetLen(0x0853, -1) // ZC_GPK_AUTH
+packetLen(0x0853, -1)
#endif
// Packet: 0x0854
#if PACKETVER >= 20101102
-packetLen(0x0854, -1) // CZ_GPK_AUTH
+packetLen(0x0854, -1)
#endif
// Packet: 0x0855
#if PACKETVER >= 20101102
-packetLen(0x0855, 6) // ZC_MACRO_ITEMPICKUP_FAIL
+packetLen(0x0855, 6)
#endif
// Packet: 0x0856
#if PACKETVER >= 20101123
-packetLen(0x0856, -1) // ZC_NOTIFY_MOVEENTRY8
+packetLen(0x0856, -1)
#endif
// Packet: 0x0857
#if PACKETVER >= 20101123
-packetLen(0x0857, -1) // ZC_NOTIFY_STANDENTRY7
+packetLen(0x0857, -1)
#endif
// Packet: 0x0858
#if PACKETVER >= 20101123
-packetLen(0x0858, -1) // ZC_NOTIFY_NEWENTRY6
+packetLen(0x0858, -1)
#endif
// Packet: 0x0859
#if PACKETVER >= 20101123
-packetLen(0x0859, -1) // ZC_EQUIPWIN_MICROSCOPE2
+packetLen(0x0859, -1)
#endif
// Packet: 0x085a
#if PACKETVER >= 20101123
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#endif
// Packet: 0x085b
#if PACKETVER >= 20101123
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
#endif
// Packet: 0x085c
#if PACKETVER >= 20101123
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
#endif
// Packet: 0x085d
#if PACKETVER >= 20101123
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
#endif
// Packet: 0x085e
#if PACKETVER >= 20101123
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#endif
// Packet: 0x085f
#if PACKETVER >= 20101123
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#endif
// Packet: 0x0860
#if PACKETVER >= 20101123
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#endif
// Packet: 0x0861
#if PACKETVER >= 20101123
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#endif
// Packet: 0x0862
#if PACKETVER >= 20101123
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#endif
// Packet: 0x0863
#if PACKETVER >= 20101123
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#endif
// Packet: 0x0864
#if PACKETVER >= 20101123
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#endif
// Packet: 0x0865
#if PACKETVER >= 20101123
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#endif
// Packet: 0x0866
#if PACKETVER >= 20101123
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
#endif
// Packet: 0x0867
#if PACKETVER >= 20101123
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#endif
// Packet: 0x0868
#if PACKETVER >= 20101123
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#endif
// Packet: 0x0869
#if PACKETVER >= 20101123
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#endif
// Packet: 0x086a
#if PACKETVER >= 20101123
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#endif
// Packet: 0x086b
#if PACKETVER >= 20101123
-packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 2)
#endif
// Packet: 0x086c
#if PACKETVER >= 20101123
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#endif
// Packet: 0x086d
#if PACKETVER >= 20101123
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#endif
// Packet: 0x086e
#if PACKETVER >= 20101123
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
#endif
// Packet: 0x086f
#if PACKETVER >= 20101123
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#endif
// Packet: 0x0870
#if PACKETVER >= 20101123
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#endif
// Packet: 0x0871
#if PACKETVER >= 20101123
-packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 2)
#endif
// Packet: 0x0872
@@ -5216,568 +5216,568 @@ packetLen(0x0872, 2)
// Packet: 0x0873
#if PACKETVER >= 20101123
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#endif
// Packet: 0x0874
#if PACKETVER >= 20101123
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#endif
// Packet: 0x0875
#if PACKETVER >= 20101123
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#endif
// Packet: 0x0876
#if PACKETVER >= 20101123
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
#endif
// Packet: 0x0877
#if PACKETVER >= 20101123
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#endif
// Packet: 0x0878
#if PACKETVER >= 20101123
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#endif
// Packet: 0x0879
#if PACKETVER >= 20101123
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
#endif
// Packet: 0x087a
#if PACKETVER >= 20101123
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
#endif
// Packet: 0x087b
#if PACKETVER >= 20101123
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#endif
// Packet: 0x087c
#if PACKETVER >= 20101123
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
#endif
// Packet: 0x087d
#if PACKETVER >= 20101123
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#endif
// Packet: 0x087e
#if PACKETVER >= 20101123
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#endif
// Packet: 0x087f
#if PACKETVER >= 20101123
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#endif
// Packet: 0x0880
#if PACKETVER >= 20101123
-packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 2)
#endif
// Packet: 0x0881
#if PACKETVER >= 20101123
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#endif
// Packet: 0x0882
#if PACKETVER >= 20101123
-packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 2)
#endif
// Packet: 0x0883
#if PACKETVER >= 20101123
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#endif
// Packet: 0x0884
#if PACKETVER >= 20101228
-packetLen(0x0884, 19) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 19)
#elif PACKETVER >= 20101221
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20101214
-packetLen(0x0884, 6) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 6)
#elif PACKETVER >= 20101123
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#endif
// Packet: 0x0885
#if PACKETVER >= 20101228
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20101221
-packetLen(0x0885, 8) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 8)
#elif PACKETVER >= 20101214
-packetLen(0x0885, 19) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 19)
#elif PACKETVER >= 20101207
-packetLen(0x0885, 6) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 6)
#elif PACKETVER >= 20101123
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#endif
// Packet: 0x0886
#if PACKETVER >= 20101228
-packetLen(0x0886, 6) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 6)
#elif PACKETVER >= 20101221
-packetLen(0x0886, -1) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, -1)
#elif PACKETVER >= 20101207
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20101130
-packetLen(0x0886, 10) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 10)
#elif PACKETVER >= 20101123
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#endif
// Packet: 0x0887
#if PACKETVER >= 20101221
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20101214
-packetLen(0x0887, 4) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 4)
#elif PACKETVER >= 20101207
-packetLen(0x0887, -1) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, -1)
#elif PACKETVER >= 20101130
-packetLen(0x0887, 18) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 18)
#elif PACKETVER >= 20101123
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#endif
// Packet: 0x0888
#if PACKETVER >= 20101228
-packetLen(0x0888, 8) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 8)
#elif PACKETVER >= 20101221
-packetLen(0x0888, 4) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 4)
#elif PACKETVER >= 20101130
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20101123
-packetLen(0x0888, 10) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 10)
#endif
// Packet: 0x0889
#if PACKETVER >= 20101228
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20101221
-packetLen(0x0889, 6) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 6)
#elif PACKETVER >= 20101214
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20101207
-packetLen(0x0889, 26) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 26)
#elif PACKETVER >= 20101130
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20101123
-packetLen(0x0889, 19) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 19)
#endif
// Packet: 0x088a
#if PACKETVER >= 20101123
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#endif
// Packet: 0x088b
#if PACKETVER >= 20101123
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#endif
// Packet: 0x088c
#if PACKETVER >= 20101228
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20101221
-packetLen(0x088c, 5) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 5)
#elif PACKETVER >= 20101207
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20101130
-packetLen(0x088c, 5) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 5)
#elif PACKETVER >= 20101123
-packetLen(0x088c, 26) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 26)
#endif
// Packet: 0x088d
#if PACKETVER >= 20101228
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20101221
-packetLen(0x088d, 6) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 6)
#elif PACKETVER >= 20101214
-packetLen(0x088d, 12) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 12)
#elif PACKETVER >= 20101123
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#endif
// Packet: 0x088e
#if PACKETVER >= 20101228
-packetLen(0x088e, 18) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 18)
#elif PACKETVER >= 20101207
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20101130
-packetLen(0x088e, 8) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 8)
#elif PACKETVER >= 20101123
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#endif
// Packet: 0x088f
#if PACKETVER >= 20101228
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20101221
-packetLen(0x088f, 10) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 10)
#elif PACKETVER >= 20101214
-packetLen(0x088f, 6) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 6)
#elif PACKETVER >= 20101207
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20101130
-packetLen(0x088f, 26) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 26)
#elif PACKETVER >= 20101123
-packetLen(0x088f, 6) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 6)
#endif
// Packet: 0x0890
#if PACKETVER >= 20101228
-packetLen(0x0890, 4) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 4)
#elif PACKETVER >= 20101214
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20101207
-packetLen(0x0890, 5) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 5)
#elif PACKETVER >= 20101123
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#endif
// Packet: 0x0891
#if PACKETVER >= 20101228
-packetLen(0x0891, 26) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 26)
#elif PACKETVER >= 20101214
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20101207
-packetLen(0x0891, 8) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 8)
#elif PACKETVER >= 20101130
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20101123
-packetLen(0x0891, 5) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 5)
#endif
// Packet: 0x0892
#if PACKETVER >= 20101228
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20101221
-packetLen(0x0892, 8) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 8)
#elif PACKETVER >= 20101214
-packetLen(0x0892, 10) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 10)
#elif PACKETVER >= 20101123
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#endif
// Packet: 0x0893
#if PACKETVER >= 20101228
-packetLen(0x0893, -1) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, -1)
#elif PACKETVER >= 20101130
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20101123
-packetLen(0x0893, 18) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 18)
#endif
// Packet: 0x0894
#if PACKETVER >= 20101207
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20101130
-packetLen(0x0894, 5) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 5)
#elif PACKETVER >= 20101123
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#endif
// Packet: 0x0895
#if PACKETVER >= 20101214
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20101207
-packetLen(0x0895, 6) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 6)
#elif PACKETVER >= 20101123
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#endif
// Packet: 0x0896
#if PACKETVER >= 20101228
-packetLen(0x0896, -1) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, -1)
#elif PACKETVER >= 20101214
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#elif PACKETVER >= 20101207
-packetLen(0x0896, 6) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 6)
#elif PACKETVER >= 20101130
-packetLen(0x0896, 10) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 10)
#elif PACKETVER >= 20101123
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#endif
// Packet: 0x0897
#if PACKETVER >= 20101228
-packetLen(0x0897, 8) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 8)
#elif PACKETVER >= 20101221
-packetLen(0x0897, 36) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 36)
#elif PACKETVER >= 20101214
-packetLen(0x0897, 6) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 6)
#elif PACKETVER >= 20101123
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#endif
// Packet: 0x0898
#if PACKETVER >= 20101228
-packetLen(0x0898, 10) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 10)
#elif PACKETVER >= 20101221
-packetLen(0x0898, 6) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 6)
#elif PACKETVER >= 20101214
-packetLen(0x0898, 5) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 5)
#elif PACKETVER >= 20101207
-packetLen(0x0898, 6) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 6)
#elif PACKETVER >= 20101130
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20101123
-packetLen(0x0898, -1) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, -1)
#endif
// Packet: 0x0899
#if PACKETVER >= 20101228
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20101221
-packetLen(0x0899, 5) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 5)
#elif PACKETVER >= 20101214
-packetLen(0x0899, 26) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 26)
#elif PACKETVER >= 20101207
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20101130
-packetLen(0x0899, -1) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, -1)
#elif PACKETVER >= 20101123
-packetLen(0x0899, 6) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 6)
#endif
// Packet: 0x089a
#if PACKETVER >= 20101123
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#endif
// Packet: 0x089b
#if PACKETVER >= 20101130
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20101123
-packetLen(0x089b, 26) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 26)
#endif
// Packet: 0x089c
#if PACKETVER >= 20101228
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20101221
-packetLen(0x089c, -1) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, -1)
#elif PACKETVER >= 20101214
-packetLen(0x089c, 8) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 8)
#elif PACKETVER >= 20101123
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#endif
// Packet: 0x089d
#if PACKETVER >= 20101228
-packetLen(0x089d, 36) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 36)
#elif PACKETVER >= 20101214
-packetLen(0x089d, 6) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 6)
#elif PACKETVER >= 20101207
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20101130
-packetLen(0x089d, 36) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 36)
#elif PACKETVER >= 20101123
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#endif
// Packet: 0x089e
#if PACKETVER >= 20101228
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20101221
-packetLen(0x089e, 90) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 90)
#elif PACKETVER >= 20101214
-packetLen(0x089e, 8) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 8)
#elif PACKETVER >= 20101207
-packetLen(0x089e, 18) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 18)
#elif PACKETVER >= 20101130
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20101123
-packetLen(0x089e, 4) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 4)
#endif
// Packet: 0x089f
#if PACKETVER >= 20101221
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#elif PACKETVER >= 20101214
-packetLen(0x089f, -1) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, -1)
#elif PACKETVER >= 20101207
-packetLen(0x089f, 6) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 6)
#elif PACKETVER >= 20101130
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#elif PACKETVER >= 20101123
-packetLen(0x089f, 8) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 8)
#endif
// Packet: 0x08a0
#if PACKETVER >= 20101228
-packetLen(0x08a0, 6) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 6)
#elif PACKETVER >= 20101123
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#endif
// Packet: 0x08a1
#if PACKETVER >= 20101221
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20101214
-packetLen(0x08a1, -1) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, -1)
#elif PACKETVER >= 20101130
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20101123
-packetLen(0x08a1, 6) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 6)
#endif
// Packet: 0x08a2
#if PACKETVER >= 20101228
-packetLen(0x08a2, 5) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 5)
#elif PACKETVER >= 20101214
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20101207
-packetLen(0x08a2, 8) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 8)
#elif PACKETVER >= 20101130
-packetLen(0x08a2, 19) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 19)
#elif PACKETVER >= 20101123
-packetLen(0x08a2, -1) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, -1)
#endif
// Packet: 0x08a3
#if PACKETVER >= 20101221
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#elif PACKETVER >= 20101214
-packetLen(0x08a3, 26) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 26)
#elif PACKETVER >= 20101207
-packetLen(0x08a3, -1) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, -1)
#elif PACKETVER >= 20101130
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#elif PACKETVER >= 20101123
-packetLen(0x08a3, 12) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 12)
#endif
// Packet: 0x08a4
#if PACKETVER >= 20101228
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20101221
-packetLen(0x08a4, 5) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 5)
#elif PACKETVER >= 20101214
-packetLen(0x08a4, 10) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 10)
#elif PACKETVER >= 20101123
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#endif
// Packet: 0x08a5
#if PACKETVER >= 20101228
-packetLen(0x08a5, 6) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 6)
#elif PACKETVER >= 20101214
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20101207
-packetLen(0x08a5, 6) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 6)
#elif PACKETVER >= 20101123
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#endif
// Packet: 0x08a6
#if PACKETVER >= 20101123
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#endif
// Packet: 0x08a7
#if PACKETVER >= 20101221
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20101214
-packetLen(0x08a7, 8) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 8)
#elif PACKETVER >= 20101123
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#endif
// Packet: 0x08a8
#if PACKETVER >= 20101123
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#endif
// Packet: 0x08a9
#if PACKETVER >= 20101214
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20101207
-packetLen(0x08a9, 10) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 10)
#elif PACKETVER >= 20101130
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20101123
-packetLen(0x08a9, -1) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, -1)
#endif
// Packet: 0x08aa
#if PACKETVER >= 20101228
-packetLen(0x08aa, 5) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 5)
#elif PACKETVER >= 20101221
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20101214
-packetLen(0x08aa, 7) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 7)
#elif PACKETVER >= 20101207
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20101130
-packetLen(0x08aa, 6) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 6)
#elif PACKETVER >= 20101123
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#endif
// Packet: 0x08ab
#if PACKETVER >= 20101207
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20101130
-packetLen(0x08ab, 4) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 4)
#elif PACKETVER >= 20101123
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#endif
// Packet: 0x08ac
#if PACKETVER >= 20101228
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20101221
-packetLen(0x08ac, 6) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 6)
#elif PACKETVER >= 20101214
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20101207
-packetLen(0x08ac, 5) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 5)
#elif PACKETVER >= 20101130
-packetLen(0x08ac, 6) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 6)
#elif PACKETVER >= 20101123
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#endif
// Packet: 0x08ad
#if PACKETVER >= 20101228
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20101221
-packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 6)
#elif PACKETVER >= 20101214
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20101207
-packetLen(0x08ad, 90) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 90)
#elif PACKETVER >= 20101130
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20101123
-packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 6)
#endif
// Packet: 0x08af
#if PACKETVER >= 20101228
-packetLen(0x08af, 10) // HC_WAITING_LOGIN
+packetLen(0x08af, 10)
#endif
// Packet: 0x08b1
#if PACKETVER >= 20101221
-packetLen(0x08b1, -1) // ZC_MCSTORE_NOTMOVEITEM_LIST
+packetLen(0x08b1, -1)
#endif
// Packet: 0x08b2
#if PACKETVER >= 20101228
-packetLen(0x08b2, -1) // AC_REALNAME_AUTH
+packetLen(0x08b2, -1)
#endif
diff --git a/src/common/packets/packets2010_len_re.h b/src/common/packets/packets2010_len_re.h
index ef683fc04..c1adcfd47 100644
--- a/src/common/packets/packets2010_len_re.h
+++ b/src/common/packets/packets2010_len_re.h
@@ -2,8 +2,8 @@
* This file is part of Hercules.
* http://herc.ws - http://github.com/HerculesWS/Hercules
*
- * Copyright (C) 2019 Hercules Dev Team
- * Copyright (C) 2019 Andrei Karas (4144)
+ * Copyright (C) 2018-2019 Hercules Dev Team
+ * Copyright (C) 2018-2019 Andrei Karas (4144)
*
* Hercules is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -25,1950 +25,1950 @@
/* This file is autogenerated, please do not commit manual changes */
// Packet: 0x0064
-packetLen(0x0064, 55) // CA_LOGIN
+packetLen(0x0064, 55)
// Packet: 0x0065
-packetLen(0x0065, 17) // CH_ENTER
+packetLen(0x0065, 17)
// Packet: 0x0066
-packetLen(0x0066, 3) // CH_SELECT_CHAR
+packetLen(0x0066, 3)
// Packet: 0x0067
-packetLen(0x0067, 37) // CH_MAKE_CHAR
+packetLen(0x0067, 37)
// Packet: 0x0068
-packetLen(0x0068, 46) // CH_DELETE_CHAR
+packetLen(0x0068, 46)
// Packet: 0x0069
-packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+packetLen(0x0069, -1)
// Packet: 0x006a
-packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+packetLen(0x006a, 23)
// Packet: 0x006b
-packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+packetLen(0x006b, -1)
// Packet: 0x006c
-packetLen(0x006c, 3) // HC_REFUSE_ENTER
+packetLen(0x006c, 3)
// Packet: 0x006d
#if PACKETVER >= 20100803
-packetLen(0x006d, 134) // HC_ACCEPT_MAKECHAR
+packetLen(0x006d, 134)
#elif PACKETVER >= 20100728
-packetLen(0x006d, 114) // HC_ACCEPT_MAKECHAR
+packetLen(0x006d, 114)
#elif PACKETVER >= 20100720
-packetLen(0x006d, 130) // HC_ACCEPT_MAKECHAR
+packetLen(0x006d, 130)
#elif PACKETVER >= 20100105
-packetLen(0x006d, 114) // HC_ACCEPT_MAKECHAR
+packetLen(0x006d, 114)
#endif
// Packet: 0x006e
-packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+packetLen(0x006e, 3)
// Packet: 0x006f
-packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+packetLen(0x006f, 2)
// Packet: 0x0070
-packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+packetLen(0x0070, 3)
// Packet: 0x0071
-packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+packetLen(0x0071, 28)
// Packet: 0x0072
-packetLen(0x0072, 22) // CZ_ENTER
+packetLen(0x0072, 22)
// Packet: 0x0073
-packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 11)
// Packet: 0x0074
-packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+packetLen(0x0074, 3)
// Packet: 0x0075
-packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, -1)
// Packet: 0x0076
-packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+packetLen(0x0076, 9)
// Packet: 0x0077
-packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 5)
// Packet: 0x0078
-packetLen(0x0078, 55) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, 55)
// Packet: 0x0079
-packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, 53)
// Packet: 0x007a
-packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, 58)
// Packet: 0x007b
-packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, 60)
// Packet: 0x007c
-packetLen(0x007c, 44) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, 44)
// Packet: 0x007d
-packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, 2)
// Packet: 0x007e
-packetLen(0x007e, 105) // CZ_REQUEST_TIME
+packetLen(0x007e, 105)
// Packet: 0x007f
-packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+packetLen(0x007f, 6)
// Packet: 0x0080
-packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+packetLen(0x0080, 7)
// Packet: 0x0081
-packetLen(0x0081, 3) // SC_NOTIFY_BAN
+packetLen(0x0081, 3)
// Packet: 0x0082
-packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+packetLen(0x0082, 2)
// Packet: 0x0083
-packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 2)
// Packet: 0x0084
-packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+packetLen(0x0084, 2)
// Packet: 0x0085
-packetLen(0x0085, 10) // CZ_REQUEST_MOVE
+packetLen(0x0085, 10)
// Packet: 0x0086
-packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 16)
// Packet: 0x0087
-packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 12)
// Packet: 0x0088
-packetLen(0x0088, 10) // ZC_STOPMOVE
+packetLen(0x0088, 10)
// Packet: 0x0089
-packetLen(0x0089, 11) // CZ_REQUEST_ACT
+packetLen(0x0089, 11)
// Packet: 0x008a
-packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+packetLen(0x008a, 29)
// Packet: 0x008b
-packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+packetLen(0x008b, 23)
// Packet: 0x008c
packetLen(0x008c, 14)
// Packet: 0x008d
-packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+packetLen(0x008d, -1)
// Packet: 0x008e
-packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, -1)
// Packet: 0x0090
-packetLen(0x0090, 7) // CZ_CONTACTNPC
+packetLen(0x0090, 7)
// Packet: 0x0091
-packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, 22)
// Packet: 0x0092
-packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 28)
// Packet: 0x0093
-packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+packetLen(0x0093, 2)
// Packet: 0x0094
-packetLen(0x0094, 19) // CZ_REQNAME
+packetLen(0x0094, 19)
// Packet: 0x0095
-packetLen(0x0095, 30) // ZC_ACK_REQNAME
+packetLen(0x0095, 30)
// Packet: 0x0096
-packetLen(0x0096, -1) // CZ_WHISPER
+packetLen(0x0096, -1)
// Packet: 0x0097
-packetLen(0x0097, -1) // ZC_WHISPER
+packetLen(0x0097, -1)
// Packet: 0x0098
-packetLen(0x0098, 3) // ZC_ACK_WHISPER
+packetLen(0x0098, 3)
// Packet: 0x0099
-packetLen(0x0099, -1) // CZ_BROADCAST
+packetLen(0x0099, -1)
// Packet: 0x009a
-packetLen(0x009a, -1) // ZC_BROADCAST
+packetLen(0x009a, -1)
// Packet: 0x009b
-packetLen(0x009b, 34) // CZ_CHANGE_DIRECTION
+packetLen(0x009b, 34)
// Packet: 0x009c
-packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, 9)
// Packet: 0x009d
-packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+packetLen(0x009d, 17)
// Packet: 0x009e
-packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 17)
// Packet: 0x009f
-packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+packetLen(0x009f, 20)
// Packet: 0x00a0
-packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, 23)
// Packet: 0x00a1
-packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, 6)
// Packet: 0x00a2
-packetLen(0x00a2, 14) // CZ_ITEM_THROW
+packetLen(0x00a2, 14)
// Packet: 0x00a3
-packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, -1)
// Packet: 0x00a4
-packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, -1)
// Packet: 0x00a5
-packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, -1)
// Packet: 0x00a6
-packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, -1)
// Packet: 0x00a7
packetLen(0x00a7, 9)
// Packet: 0x00a8
-packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 7)
// Packet: 0x00a9
-packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, 6)
// Packet: 0x00aa
#if PACKETVER >= 20100629
-packetLen(0x00aa, 9) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 9)
#elif PACKETVER >= 20100105
-packetLen(0x00aa, 7) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 7)
#endif
// Packet: 0x00ab
-packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, 4)
// Packet: 0x00ac
-packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, 7)
// Packet: 0x00ae
-packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+packetLen(0x00ae, -1)
// Packet: 0x00af
-packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, 6)
// Packet: 0x00b0
-packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+packetLen(0x00b0, 8)
// Packet: 0x00b1
-packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, 8)
// Packet: 0x00b2
-packetLen(0x00b2, 3) // CZ_RESTART
+packetLen(0x00b2, 3)
// Packet: 0x00b3
-packetLen(0x00b3, 3) // ZC_RESTART_ACK
+packetLen(0x00b3, 3)
// Packet: 0x00b4
-packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+packetLen(0x00b4, -1)
// Packet: 0x00b5
-packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 6)
// Packet: 0x00b6
-packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 6)
// Packet: 0x00b7
-packetLen(0x00b7, -1) // ZC_MENU_LIST
+packetLen(0x00b7, -1)
// Packet: 0x00b8
-packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+packetLen(0x00b8, 7)
// Packet: 0x00b9
-packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, 6)
// Packet: 0x00ba
-packetLen(0x00ba, 2) // CZ_REQ_STATUS
+packetLen(0x00ba, 2)
// Packet: 0x00bb
-packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+packetLen(0x00bb, 5)
// Packet: 0x00bc
-packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 6)
// Packet: 0x00bd
-packetLen(0x00bd, 44) // ZC_STATUS
+packetLen(0x00bd, 44)
// Packet: 0x00be
-packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+packetLen(0x00be, 5)
// Packet: 0x00bf
-packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+packetLen(0x00bf, 3)
// Packet: 0x00c0
-packetLen(0x00c0, 7) // ZC_EMOTION
+packetLen(0x00c0, 7)
// Packet: 0x00c1
-packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, 2)
// Packet: 0x00c2
-packetLen(0x00c2, 6) // ZC_USER_COUNT
+packetLen(0x00c2, 6)
// Packet: 0x00c3
-packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, 8)
// Packet: 0x00c4
-packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, 6)
// Packet: 0x00c5
-packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, 7)
// Packet: 0x00c6
-packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, -1)
// Packet: 0x00c7
-packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, -1)
// Packet: 0x00c8
-packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, -1)
// Packet: 0x00c9
-packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, -1)
// Packet: 0x00ca
-packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, 3)
// Packet: 0x00cb
-packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+packetLen(0x00cb, 3)
// Packet: 0x00cc
-packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, 6)
// Packet: 0x00cd
-packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+packetLen(0x00cd, 3)
// Packet: 0x00ce
-packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 2)
// Packet: 0x00cf
-packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 27)
// Packet: 0x00d0
-packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, 3)
// Packet: 0x00d1
-packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, 4)
// Packet: 0x00d2
-packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 4)
// Packet: 0x00d3
-packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 2)
// Packet: 0x00d4
-packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+packetLen(0x00d4, -1)
// Packet: 0x00d5
-packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, -1)
// Packet: 0x00d6
-packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 3)
// Packet: 0x00d7
-packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, -1)
// Packet: 0x00d8
-packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+packetLen(0x00d8, 6)
// Packet: 0x00d9
-packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, 14)
// Packet: 0x00da
-packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, 3)
// Packet: 0x00db
-packetLen(0x00db, -1) // ZC_ENTER_ROOM
+packetLen(0x00db, -1)
// Packet: 0x00dc
-packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 28)
// Packet: 0x00dd
-packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+packetLen(0x00dd, 29)
// Packet: 0x00de
-packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, -1)
// Packet: 0x00df
-packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, -1)
// Packet: 0x00e0
-packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, 30)
// Packet: 0x00e1
-packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+packetLen(0x00e1, 30)
// Packet: 0x00e2
-packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, 26)
// Packet: 0x00e3
-packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+packetLen(0x00e3, 2)
// Packet: 0x00e4
-packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 6)
// Packet: 0x00e5
-packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 26)
// Packet: 0x00e6
-packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, 3)
// Packet: 0x00e7
-packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 3)
// Packet: 0x00e8
-packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, 8)
// Packet: 0x00e9
-packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 19)
// Packet: 0x00ea
-packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 5)
// Packet: 0x00eb
-packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 2)
// Packet: 0x00ec
-packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 3)
// Packet: 0x00ed
-packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, 2)
// Packet: 0x00ee
-packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, 2)
// Packet: 0x00ef
-packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 2)
// Packet: 0x00f0
-packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 3)
// Packet: 0x00f1
-packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+packetLen(0x00f1, 2)
// Packet: 0x00f2
-packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 6)
// Packet: 0x00f3
-packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+packetLen(0x00f3, -1)
// Packet: 0x00f4
-packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 21)
// Packet: 0x00f5
-packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+packetLen(0x00f5, 11)
// Packet: 0x00f6
-packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 8)
// Packet: 0x00f7
-packetLen(0x00f7, 17) // CZ_REQUEST_TIME
+packetLen(0x00f7, 17)
// Packet: 0x00f8
-packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+packetLen(0x00f8, 2)
// Packet: 0x00f9
-packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+packetLen(0x00f9, 26)
// Packet: 0x00fa
-packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, 3)
// Packet: 0x00fb
-packetLen(0x00fb, -1) // ZC_GROUP_LIST
+packetLen(0x00fb, -1)
// Packet: 0x00fc
-packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, 6)
// Packet: 0x00fd
-packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, 27)
// Packet: 0x00fe
-packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, 30)
// Packet: 0x00ff
-packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+packetLen(0x00ff, 10)
// Packet: 0x0100
-packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, 2)
// Packet: 0x0101
-packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, 6)
// Packet: 0x0102
-packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 6)
// Packet: 0x0103
-packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 30)
// Packet: 0x0104
-packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, 79)
// Packet: 0x0105
-packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, 31)
// Packet: 0x0106
-packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, 10)
// Packet: 0x0107
-packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, 10)
// Packet: 0x0108
-packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, -1)
// Packet: 0x0109
-packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, -1)
// Packet: 0x010a
-packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 4)
// Packet: 0x010b
-packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, 6)
// Packet: 0x010c
-packetLen(0x010c, 6) // ZC_MVP
+packetLen(0x010c, 6)
// Packet: 0x010d
-packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+packetLen(0x010d, 2)
// Packet: 0x010e
-packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, 11)
// Packet: 0x010f
-packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+packetLen(0x010f, -1)
// Packet: 0x0110
-packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, 10)
// Packet: 0x0111
-packetLen(0x0111, 39) // ZC_ADD_SKILL
+packetLen(0x0111, 39)
// Packet: 0x0112
-packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, 4)
// Packet: 0x0113
-packetLen(0x0113, 25) // CZ_USE_SKILL
+packetLen(0x0113, 25)
// Packet: 0x0114
-packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+packetLen(0x0114, 31)
// Packet: 0x0115
-packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+packetLen(0x0115, 35)
// Packet: 0x0116
-packetLen(0x0116, 17) // CZ_USE_SKILL_TOGROUND
+packetLen(0x0116, 17)
// Packet: 0x0117
-packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, 18)
// Packet: 0x0118
-packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+packetLen(0x0118, 2)
// Packet: 0x0119
-packetLen(0x0119, 13) // ZC_STATE_CHANGE
+packetLen(0x0119, 13)
// Packet: 0x011a
-packetLen(0x011a, 15) // ZC_USE_SKILL
+packetLen(0x011a, 15)
// Packet: 0x011b
-packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, 20)
// Packet: 0x011c
-packetLen(0x011c, 68) // ZC_WARPLIST
+packetLen(0x011c, 68)
// Packet: 0x011d
-packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 2)
// Packet: 0x011e
-packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, 3)
// Packet: 0x011f
-packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+packetLen(0x011f, 16)
// Packet: 0x0120
-packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, 6)
// Packet: 0x0121
-packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, 14)
// Packet: 0x0122
-packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, -1)
// Packet: 0x0123
-packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, -1)
// Packet: 0x0124
-packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 21)
// Packet: 0x0125
-packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 8)
// Packet: 0x0126
-packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 8)
// Packet: 0x0127
-packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, 8)
// Packet: 0x0128
-packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 8)
// Packet: 0x0129
-packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, 8)
// Packet: 0x012a
-packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+packetLen(0x012a, 2)
// Packet: 0x012b
-packetLen(0x012b, 2) // ZC_CARTOFF
+packetLen(0x012b, 2)
// Packet: 0x012c
-packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 3)
// Packet: 0x012d
-packetLen(0x012d, 4) // ZC_OPENSTORE
+packetLen(0x012d, 4)
// Packet: 0x012e
-packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, 2)
// Packet: 0x012f
-packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+packetLen(0x012f, -1)
// Packet: 0x0130
-packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, 6)
// Packet: 0x0131
-packetLen(0x0131, 86) // ZC_STORE_ENTRY
+packetLen(0x0131, 86)
// Packet: 0x0132
-packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, 6)
// Packet: 0x0133
-packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, -1)
// Packet: 0x0134
-packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, -1)
// Packet: 0x0135
-packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, 7)
// Packet: 0x0136
-packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, -1)
// Packet: 0x0137
-packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, 6)
// Packet: 0x0138
-packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+packetLen(0x0138, 3)
// Packet: 0x0139
-packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, 16)
// Packet: 0x013a
-packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+packetLen(0x013a, 4)
// Packet: 0x013b
-packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+packetLen(0x013b, 4)
// Packet: 0x013c
-packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+packetLen(0x013c, 4)
// Packet: 0x013d
-packetLen(0x013d, 6) // ZC_RECOVERY
+packetLen(0x013d, 6)
// Packet: 0x013e
-packetLen(0x013e, 24) // ZC_USESKILL_ACK
+packetLen(0x013e, 24)
// Packet: 0x013f
-packetLen(0x013f, 26) // CZ_ITEM_CREATE
+packetLen(0x013f, 26)
// Packet: 0x0140
-packetLen(0x0140, 22) // CZ_MOVETO_MAP
+packetLen(0x0140, 22)
// Packet: 0x0141
-packetLen(0x0141, 14) // ZC_COUPLESTATUS
+packetLen(0x0141, 14)
// Packet: 0x0142
-packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+packetLen(0x0142, 6)
// Packet: 0x0143
-packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+packetLen(0x0143, 10)
// Packet: 0x0144
-packetLen(0x0144, 23) // ZC_COMPASS
+packetLen(0x0144, 23)
// Packet: 0x0145
-packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+packetLen(0x0145, 19)
// Packet: 0x0146
-packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+packetLen(0x0146, 6)
// Packet: 0x0147
-packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+packetLen(0x0147, 39)
// Packet: 0x0148
-packetLen(0x0148, 8) // ZC_RESURRECTION
+packetLen(0x0148, 8)
// Packet: 0x0149
-packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, 9)
// Packet: 0x014a
-packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+packetLen(0x014a, 6)
// Packet: 0x014b
-packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+packetLen(0x014b, 27)
// Packet: 0x014c
-packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, -1)
// Packet: 0x014d
-packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 2)
// Packet: 0x014e
-packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+packetLen(0x014e, 6)
// Packet: 0x014f
-packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, 6)
// Packet: 0x0150
-packetLen(0x0150, 110) // ZC_GUILD_INFO
+packetLen(0x0150, 110)
// Packet: 0x0151
-packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+packetLen(0x0151, 6)
// Packet: 0x0152
-packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+packetLen(0x0152, -1)
// Packet: 0x0153
-packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+packetLen(0x0153, -1)
// Packet: 0x0154
-packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, -1)
// Packet: 0x0155
-packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, -1)
// Packet: 0x0156
-packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+packetLen(0x0156, -1)
// Packet: 0x0157
-packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+packetLen(0x0157, 6)
// Packet: 0x0158
#if PACKETVER >= 20100817
// removed
#elif PACKETVER >= 20100105
-packetLen(0x0158, -1) // ZC_ACK_OPEN_MEMBER_INFO
+packetLen(0x0158, -1)
#endif
// Packet: 0x0159
-packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, 54)
// Packet: 0x015a
-packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 66)
// Packet: 0x015b
-packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 54)
// Packet: 0x015c
-packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, 90)
// Packet: 0x015d
-packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+packetLen(0x015d, 42)
// Packet: 0x015e
-packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, 6)
// Packet: 0x015f
-packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+packetLen(0x015f, 42)
// Packet: 0x0160
-packetLen(0x0160, -1) // ZC_POSITION_INFO
+packetLen(0x0160, -1)
// Packet: 0x0161
-packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, -1)
// Packet: 0x0162
-packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, -1)
// Packet: 0x0163
-packetLen(0x0163, -1) // ZC_BAN_LIST
+packetLen(0x0163, -1)
// Packet: 0x0164
-packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+packetLen(0x0164, -1)
// Packet: 0x0165
-packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, 30)
// Packet: 0x0166
-packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, -1)
// Packet: 0x0167
-packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 3)
// Packet: 0x0168
-packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, 14)
// Packet: 0x0169
-packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 3)
// Packet: 0x016a
-packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, 30)
// Packet: 0x016b
-packetLen(0x016b, 10) // CZ_JOIN_GUILD
+packetLen(0x016b, 10)
// Packet: 0x016c
-packetLen(0x016c, 43) // ZC_UPDATE_GDID
+packetLen(0x016c, 43)
// Packet: 0x016d
-packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 14)
// Packet: 0x016e
-packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+packetLen(0x016e, 186)
// Packet: 0x016f
-packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+packetLen(0x016f, 182)
// Packet: 0x0170
-packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 14)
// Packet: 0x0171
-packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, 30)
// Packet: 0x0172
-packetLen(0x0172, 10) // CZ_ALLY_GUILD
+packetLen(0x0172, 10)
// Packet: 0x0173
-packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+packetLen(0x0173, 3)
// Packet: 0x0174
-packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0174, -1)
// Packet: 0x0175
-packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+packetLen(0x0175, 6)
// Packet: 0x0176
-packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+packetLen(0x0176, 106)
// Packet: 0x0177
-packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, -1)
// Packet: 0x0178
-packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, 4)
// Packet: 0x0179
-packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 5)
// Packet: 0x017a
-packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, 4)
// Packet: 0x017b
-packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, -1)
// Packet: 0x017c
-packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, 6)
// Packet: 0x017d
-packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 7)
// Packet: 0x017e
-packetLen(0x017e, -1) // CZ_GUILD_CHAT
+packetLen(0x017e, -1)
// Packet: 0x017f
-packetLen(0x017f, -1) // ZC_GUILD_CHAT
+packetLen(0x017f, -1)
// Packet: 0x0180
-packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+packetLen(0x0180, 6)
// Packet: 0x0181
-packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+packetLen(0x0181, 3)
// Packet: 0x0182
-packetLen(0x0182, 106) // ZC_MEMBER_ADD
+packetLen(0x0182, 106)
// Packet: 0x0183
-packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+packetLen(0x0183, 10)
// Packet: 0x0184
-packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+packetLen(0x0184, 10)
// Packet: 0x0185
-packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+packetLen(0x0185, 34)
// Packet: 0x0187
-packetLen(0x0187, 6) // CH_UNKNOWN_PING
+packetLen(0x0187, 6)
// Packet: 0x0188
-packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, 8)
// Packet: 0x0189
-packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, 4)
// Packet: 0x018a
-packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+packetLen(0x018a, 4)
// Packet: 0x018b
-packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, 4)
// Packet: 0x018c
-packetLen(0x018c, 29) // ZC_MONSTER_INFO
+packetLen(0x018c, 29)
// Packet: 0x018d
-packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, -1)
// Packet: 0x018e
-packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+packetLen(0x018e, 10)
// Packet: 0x018f
-packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 6)
// Packet: 0x0190
-packetLen(0x0190, 23) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+packetLen(0x0190, 23)
// Packet: 0x0191
-packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+packetLen(0x0191, 86)
// Packet: 0x0192
-packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+packetLen(0x0192, 24)
// Packet: 0x0193
-packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+packetLen(0x0193, 2)
// Packet: 0x0194
-packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 30)
// Packet: 0x0195
-packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 102)
// Packet: 0x0196
-packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, 9)
// Packet: 0x0197
-packetLen(0x0197, 4) // CZ_RESET
+packetLen(0x0197, 4)
// Packet: 0x0198
-packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+packetLen(0x0198, 8)
// Packet: 0x0199
-packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, 4)
// Packet: 0x019a
-packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 14)
// Packet: 0x019b
-packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 10)
// Packet: 0x019c
-packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+packetLen(0x019c, -1)
// Packet: 0x019d
-packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, 6)
// Packet: 0x019e
-packetLen(0x019e, 2) // ZC_START_CAPTURE
+packetLen(0x019e, 2)
// Packet: 0x019f
-packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, 6)
// Packet: 0x01a0
-packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, 3)
// Packet: 0x01a1
-packetLen(0x01a1, 3) // CZ_COMMAND_PET
+packetLen(0x01a1, 3)
// Packet: 0x01a2
-packetLen(0x01a2, 37) // ZC_PROPERTY_PET
+packetLen(0x01a2, 37)
// Packet: 0x01a3
-packetLen(0x01a3, 5) // ZC_FEED_PET
+packetLen(0x01a3, 5)
// Packet: 0x01a4
-packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, 11)
// Packet: 0x01a5
-packetLen(0x01a5, 26) // CZ_RENAME_PET
+packetLen(0x01a5, 26)
// Packet: 0x01a6
-packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+packetLen(0x01a6, -1)
// Packet: 0x01a7
-packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 4)
// Packet: 0x01a8
-packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+packetLen(0x01a8, 4)
// Packet: 0x01a9
-packetLen(0x01a9, 6) // CZ_PET_ACT
+packetLen(0x01a9, 6)
// Packet: 0x01aa
-packetLen(0x01aa, 10) // ZC_PET_ACT
+packetLen(0x01aa, 10)
// Packet: 0x01ab
-packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, 12)
// Packet: 0x01ac
-packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+packetLen(0x01ac, 6)
// Packet: 0x01ad
-packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, -1)
// Packet: 0x01ae
-packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, 4)
// Packet: 0x01af
-packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+packetLen(0x01af, 4)
// Packet: 0x01b0
-packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, 11)
// Packet: 0x01b1
-packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+packetLen(0x01b1, 7)
// Packet: 0x01b2
-packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, -1)
// Packet: 0x01b3
-packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, 67)
// Packet: 0x01b4
-packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+packetLen(0x01b4, 12)
// Packet: 0x01b5
-packetLen(0x01b5, 18) // SC_BILLING_INFO
+packetLen(0x01b5, 18)
// Packet: 0x01b6
-packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+packetLen(0x01b6, 114)
// Packet: 0x01b7
-packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+packetLen(0x01b7, 6)
// Packet: 0x01b8
-packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+packetLen(0x01b8, 3)
// Packet: 0x01b9
-packetLen(0x01b9, 6) // ZC_DISPEL
+packetLen(0x01b9, 6)
// Packet: 0x01ba
-packetLen(0x01ba, 26) // CZ_REMOVE_AID
+packetLen(0x01ba, 26)
// Packet: 0x01bb
-packetLen(0x01bb, 26) // CZ_SHIFT
+packetLen(0x01bb, 26)
// Packet: 0x01bc
-packetLen(0x01bc, 26) // CZ_RECALL
+packetLen(0x01bc, 26)
// Packet: 0x01bd
-packetLen(0x01bd, 26) // CZ_RECALL_GID
+packetLen(0x01bd, 26)
// Packet: 0x01be
-packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+packetLen(0x01be, 2)
// Packet: 0x01bf
-packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+packetLen(0x01bf, 3)
// Packet: 0x01c0
-packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+packetLen(0x01c0, 2)
// Packet: 0x01c1
-packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+packetLen(0x01c1, 14)
// Packet: 0x01c2
-packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+packetLen(0x01c2, 10)
// Packet: 0x01c3
-packetLen(0x01c3, -1) // ZC_BROADCAST2
+packetLen(0x01c3, -1)
// Packet: 0x01c4
-packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 22)
// Packet: 0x01c5
-packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 22)
// Packet: 0x01c6
-packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+packetLen(0x01c6, 4)
// Packet: 0x01c7
-packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+packetLen(0x01c7, 2)
// Packet: 0x01c8
-packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, 13)
// Packet: 0x01c9
-packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 97)
// Packet: 0x01ca
-packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+packetLen(0x01ca, 3)
// Packet: 0x01cb
-packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+packetLen(0x01cb, 9)
// Packet: 0x01cc
-packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+packetLen(0x01cc, 9)
// Packet: 0x01cd
-packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, 30)
// Packet: 0x01ce
-packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, 6)
// Packet: 0x01cf
-packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+packetLen(0x01cf, 28)
// Packet: 0x01d0
-packetLen(0x01d0, 8) // ZC_SPIRITS
+packetLen(0x01d0, 8)
// Packet: 0x01d1
-packetLen(0x01d1, 14) // ZC_BLADESTOP
+packetLen(0x01d1, 14)
// Packet: 0x01d2
-packetLen(0x01d2, 10) // ZC_COMBODELAY
+packetLen(0x01d2, 10)
// Packet: 0x01d3
-packetLen(0x01d3, 35) // ZC_SOUND
+packetLen(0x01d3, 35)
// Packet: 0x01d4
-packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, 6)
// Packet: 0x01d5
-packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, -1)
// Packet: 0x01d6
-packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 4)
// Packet: 0x01d7
-packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 11)
// Packet: 0x01d8
-packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 54)
// Packet: 0x01d9
-packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 53)
// Packet: 0x01da
-packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 60)
// Packet: 0x01db
-packetLen(0x01db, 2) // CA_REQ_HASH
+packetLen(0x01db, 2)
// Packet: 0x01dc
-packetLen(0x01dc, -1) // AC_ACK_HASH
+packetLen(0x01dc, -1)
// Packet: 0x01dd
-packetLen(0x01dd, 47) // CA_LOGIN2
+packetLen(0x01dd, 47)
// Packet: 0x01de
-packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 33)
// Packet: 0x01df
-packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+packetLen(0x01df, 6)
// Packet: 0x01e0
-packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+packetLen(0x01e0, 30)
// Packet: 0x01e1
-packetLen(0x01e1, 8) // ZC_SPIRITS2
+packetLen(0x01e1, 8)
// Packet: 0x01e2
-packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+packetLen(0x01e2, 34)
// Packet: 0x01e3
-packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+packetLen(0x01e3, 14)
// Packet: 0x01e4
-packetLen(0x01e4, 2) // ZC_START_COUPLE
+packetLen(0x01e4, 2)
// Packet: 0x01e5
-packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+packetLen(0x01e5, 6)
// Packet: 0x01e6
-packetLen(0x01e6, 26) // ZC_COUPLENAME
+packetLen(0x01e6, 26)
// Packet: 0x01e7
-packetLen(0x01e7, 2) // CZ_DORIDORI
+packetLen(0x01e7, 2)
// Packet: 0x01e8
-packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 28)
// Packet: 0x01e9
-packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, 81)
// Packet: 0x01ea
-packetLen(0x01ea, 6) // ZC_CONGRATULATION
+packetLen(0x01ea, 6)
// Packet: 0x01eb
-packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, 10)
// Packet: 0x01ec
-packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+packetLen(0x01ec, 26)
// Packet: 0x01ed
-packetLen(0x01ed, 2) // CZ_CHOPOKGI
+packetLen(0x01ed, 2)
// Packet: 0x01ee
-packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, -1)
// Packet: 0x01ef
-packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, -1)
// Packet: 0x01f0
-packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, -1)
// Packet: 0x01f1
-packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+packetLen(0x01f1, -1)
// Packet: 0x01f2
-packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, 20)
// Packet: 0x01f3
-packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+packetLen(0x01f3, 10)
// Packet: 0x01f4
-packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, 32)
// Packet: 0x01f5
-packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, 9)
// Packet: 0x01f6
-packetLen(0x01f6, 34) // ZC_REQ_BABY
+packetLen(0x01f6, 34)
// Packet: 0x01f7
-packetLen(0x01f7, 14) // CZ_JOIN_BABY
+packetLen(0x01f7, 14)
// Packet: 0x01f8
-packetLen(0x01f8, 2) // ZC_START_BABY
+packetLen(0x01f8, 2)
// Packet: 0x01f9
-packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+packetLen(0x01f9, 6)
// Packet: 0x01fa
-packetLen(0x01fa, 48) // CA_LOGIN3
+packetLen(0x01fa, 48)
// Packet: 0x01fb
-packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+packetLen(0x01fb, 56)
// Packet: 0x01fc
-packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, -1)
// Packet: 0x01fd
-packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 15)
// Packet: 0x01fe
-packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, 5)
// Packet: 0x01ff
-packetLen(0x01ff, 10) // ZC_HIGHJUMP
+packetLen(0x01ff, 10)
// Packet: 0x0200
-packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+packetLen(0x0200, 26)
// Packet: 0x0201
-packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+packetLen(0x0201, -1)
// Packet: 0x0202
-packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+packetLen(0x0202, 26)
// Packet: 0x0203
-packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+packetLen(0x0203, 10)
// Packet: 0x0204
-packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+packetLen(0x0204, 18)
// Packet: 0x0205
-packetLen(0x0205, 26) // ZC_DIVORCE
+packetLen(0x0205, 26)
// Packet: 0x0206
-packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+packetLen(0x0206, 11)
// Packet: 0x0207
-packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, 34)
// Packet: 0x0208
-packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, 14)
// Packet: 0x0209
-packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, 36)
// Packet: 0x020a
-packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 10)
// Packet: 0x020d
-packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+packetLen(0x020d, -1)
// Packet: 0x020e
-packetLen(0x020e, 32) // ZC_STARSKILL
+packetLen(0x020e, 32)
// Packet: 0x020f
-packetLen(0x020f, 10) // CZ_REQ_PVPPOINT
+packetLen(0x020f, 10)
// Packet: 0x0210
-packetLen(0x0210, 22) // ZC_ACK_PVPPOINT
+packetLen(0x0210, 22)
// Packet: 0x0212
-packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+packetLen(0x0212, 26)
// Packet: 0x0213
-packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+packetLen(0x0213, 26)
// Packet: 0x0214
-packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+packetLen(0x0214, 42)
// Packet: 0x0215
-packetLen(0x0215, 6) // ZC_SKILLMSG
+packetLen(0x0215, 6)
// Packet: 0x0216
-packetLen(0x0216, 6) // ZC_BABYMSG
+packetLen(0x0216, 6)
// Packet: 0x0217
-packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 2)
// Packet: 0x0218
-packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, 2)
// Packet: 0x0219
-packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 282)
// Packet: 0x021a
-packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, 282)
// Packet: 0x021b
-packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, 10)
// Packet: 0x021c
-packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, 10)
// Packet: 0x021d
-packetLen(0x021d, 6) // CZ_LESSEFFECT
+packetLen(0x021d, 6)
// Packet: 0x021e
-packetLen(0x021e, 6) // ZC_LESSEFFECT
+packetLen(0x021e, 6)
// Packet: 0x021f
-packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+packetLen(0x021f, 66)
// Packet: 0x0220
-packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+packetLen(0x0220, 10)
// Packet: 0x0221
-packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+packetLen(0x0221, -1)
// Packet: 0x0222
-packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+packetLen(0x0222, 6)
// Packet: 0x0223
-packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+packetLen(0x0223, 8)
// Packet: 0x0224
-packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+packetLen(0x0224, 10)
// Packet: 0x0225
-packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+packetLen(0x0225, 2)
// Packet: 0x0226
-packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+packetLen(0x0226, 282)
// Packet: 0x0227
-packetLen(0x0227, 18) // ZC_GAME_GUARD
+packetLen(0x0227, 18)
// Packet: 0x0228
-packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+packetLen(0x0228, 18)
// Packet: 0x0229
-packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+packetLen(0x0229, 15)
// Packet: 0x022a
-packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 58)
// Packet: 0x022b
-packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, 57)
// Packet: 0x022c
-packetLen(0x022c, 65) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, 65)
// Packet: 0x022d
-packetLen(0x022d, 5) // CZ_COMMAND_MER
+packetLen(0x022d, 5)
// Packet: 0x022e
-packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 71)
// Packet: 0x022f
-packetLen(0x022f, 5) // ZC_FEED_MER
+packetLen(0x022f, 5)
// Packet: 0x0230
-packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+packetLen(0x0230, 12)
// Packet: 0x0231
-packetLen(0x0231, 26) // CZ_RENAME_MER
+packetLen(0x0231, 26)
// Packet: 0x0232
-packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, 9)
// Packet: 0x0233
-packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, 11)
// Packet: 0x0234
-packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, 6)
// Packet: 0x0235
-packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, -1)
// Packet: 0x0236
-packetLen(0x0236, 10) // ZC_KILLER_POINT
+packetLen(0x0236, 10)
// Packet: 0x0237
-packetLen(0x0237, 2) // CZ_KILLER_RANK
+packetLen(0x0237, 2)
// Packet: 0x0238
-packetLen(0x0238, 282) // ZC_KILLER_RANK
+packetLen(0x0238, 282)
// Packet: 0x0239
-packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 11)
// Packet: 0x023a
-packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, 4)
// Packet: 0x023b
-packetLen(0x023b, 36) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 36)
// Packet: 0x023c
-packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, 6)
// Packet: 0x023d
-packetLen(0x023d, 6) // AC_EVENT_RESULT
+packetLen(0x023d, 6)
// Packet: 0x023e
-packetLen(0x023e, 8) // HC_REQUEST_CHARACTER_PASSWORD
+packetLen(0x023e, 8)
// Packet: 0x023f
-packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+packetLen(0x023f, 2)
// Packet: 0x0240
-packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+packetLen(0x0240, -1)
// Packet: 0x0241
-packetLen(0x0241, 6) // CZ_MAIL_OPEN
+packetLen(0x0241, 6)
// Packet: 0x0242
-packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+packetLen(0x0242, -1)
// Packet: 0x0243
-packetLen(0x0243, 6) // CZ_MAIL_DELETE
+packetLen(0x0243, 6)
// Packet: 0x0244
-packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+packetLen(0x0244, 6)
// Packet: 0x0245
-packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+packetLen(0x0245, 3)
// Packet: 0x0246
-packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+packetLen(0x0246, 4)
// Packet: 0x0247
-packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+packetLen(0x0247, 8)
// Packet: 0x0248
-packetLen(0x0248, -1) // CZ_MAIL_SEND
+packetLen(0x0248, -1)
// Packet: 0x0249
-packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+packetLen(0x0249, 3)
// Packet: 0x024a
-packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+packetLen(0x024a, 70)
// Packet: 0x024b
-packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+packetLen(0x024b, 4)
// Packet: 0x024c
-packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+packetLen(0x024c, 8)
// Packet: 0x024d
-packetLen(0x024d, 12) // CZ_AUCTION_ADD
+packetLen(0x024d, 12)
// Packet: 0x024e
-packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+packetLen(0x024e, 6)
// Packet: 0x024f
-packetLen(0x024f, 10) // CZ_AUCTION_BUY
+packetLen(0x024f, 10)
// Packet: 0x0250
-packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+packetLen(0x0250, 3)
// Packet: 0x0251
-packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+packetLen(0x0251, 34)
// Packet: 0x0252
-packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+packetLen(0x0252, -1)
// Packet: 0x0253
-packetLen(0x0253, 3) // ZC_STARPLACE
+packetLen(0x0253, 3)
// Packet: 0x0254
-packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+packetLen(0x0254, 3)
// Packet: 0x0255
-packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+packetLen(0x0255, 5)
// Packet: 0x0256
-packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+packetLen(0x0256, 5)
// Packet: 0x0257
-packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+packetLen(0x0257, 8)
// Packet: 0x0258
-packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+packetLen(0x0258, 2)
// Packet: 0x0259
-packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+packetLen(0x0259, 3)
// Packet: 0x025a
-packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+packetLen(0x025a, -1)
// Packet: 0x025b
-packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+packetLen(0x025b, 6)
// Packet: 0x025c
-packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+packetLen(0x025c, 4)
// Packet: 0x025d
-packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+packetLen(0x025d, 6)
// Packet: 0x025e
-packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+packetLen(0x025e, 4)
// Packet: 0x025f
-packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+packetLen(0x025f, 6)
// Packet: 0x0260
-packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+packetLen(0x0260, 6)
// Packet: 0x0261
-packetLen(0x0261, 11) // AC_REQ_LOGIN_OLDEKEY
+packetLen(0x0261, 11)
// Packet: 0x0262
-packetLen(0x0262, 11) // AC_REQ_LOGIN_NEWEKEY
+packetLen(0x0262, 11)
// Packet: 0x0263
-packetLen(0x0263, 11) // AC_REQ_LOGIN_CARDPASS
+packetLen(0x0263, 11)
// Packet: 0x0264
-packetLen(0x0264, 20) // CA_ACK_LOGIN_OLDEKEY
+packetLen(0x0264, 20)
// Packet: 0x0265
-packetLen(0x0265, 20) // CA_ACK_LOGIN_NEWEKEY
+packetLen(0x0265, 20)
// Packet: 0x0266
-packetLen(0x0266, 30) // CA_ACK_LOGIN_CARDPASS
+packetLen(0x0266, 30)
// Packet: 0x0267
-packetLen(0x0267, 4) // AC_ACK_EKEY_FAIL_NOTEXIST
+packetLen(0x0267, 4)
// Packet: 0x0268
-packetLen(0x0268, 4) // AC_ACK_EKEY_FAIL_NOTUSESEKEY
+packetLen(0x0268, 4)
// Packet: 0x0269
-packetLen(0x0269, 4) // AC_ACK_EKEY_FAIL_NOTUSEDEKEY
+packetLen(0x0269, 4)
// Packet: 0x026a
-packetLen(0x026a, 4) // AC_ACK_EKEY_FAIL_AUTHREFUSE
+packetLen(0x026a, 4)
// Packet: 0x026b
-packetLen(0x026b, 4) // AC_ACK_EKEY_FAIL_INPUTEKEY
+packetLen(0x026b, 4)
// Packet: 0x026c
-packetLen(0x026c, 4) // AC_ACK_EKEY_FAIL_NOTICE
+packetLen(0x026c, 4)
// Packet: 0x026d
-packetLen(0x026d, 4) // AC_ACK_EKEY_FAIL_NEEDCARDPASS
+packetLen(0x026d, 4)
// Packet: 0x026f
-packetLen(0x026f, 2) // AC_ACK_FIRST_LOGIN
+packetLen(0x026f, 2)
// Packet: 0x0270
-packetLen(0x0270, 2) // AC_REQ_LOGIN_ACCOUNT_INFO
+packetLen(0x0270, 2)
// Packet: 0x0271
-packetLen(0x0271, 40) // CA_ACK_LOGIN_ACCOUNT_INFO
+packetLen(0x0271, 40)
// Packet: 0x0272
-packetLen(0x0272, 44) // AC_ACK_PT_ID_INFO
+packetLen(0x0272, 44)
// Packet: 0x0273
-packetLen(0x0273, 30) // CZ_REQ_MAIL_RETURN
+packetLen(0x0273, 30)
// Packet: 0x0274
-packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, 8)
// Packet: 0x0275
-packetLen(0x0275, 37) // CH_ENTER2
+packetLen(0x0275, 37)
// Packet: 0x0276
-packetLen(0x0276, -1) // AC_ACCEPT_LOGIN2
+packetLen(0x0276, -1)
// Packet: 0x0277
-packetLen(0x0277, 84) // CA_LOGIN_PCBANG
+packetLen(0x0277, 84)
// Packet: 0x0278
-packetLen(0x0278, 2) // ZC_NOTIFY_PCBANG
+packetLen(0x0278, 2)
// Packet: 0x0279
-packetLen(0x0279, 2) // CZ_HUNTINGLIST
+packetLen(0x0279, 2)
// Packet: 0x027a
-packetLen(0x027a, -1) // ZC_HUNTINGLIST
+packetLen(0x027a, -1)
// Packet: 0x027b
-packetLen(0x027b, 14) // ZC_PCBANG_EFFECT
+packetLen(0x027b, 14)
// Packet: 0x027c
-packetLen(0x027c, 60) // CA_LOGIN4
+packetLen(0x027c, 60)
// Packet: 0x027d
-packetLen(0x027d, 62) // ZC_PROPERTY_MERCE
+packetLen(0x027d, 62)
// Packet: 0x027e
-packetLen(0x027e, -1) // ZC_SHANDA_PROTECT
+packetLen(0x027e, -1)
// Packet: 0x027f
-packetLen(0x027f, 8) // CA_CLIENT_TYPE
+packetLen(0x027f, 8)
// Packet: 0x0280
-packetLen(0x0280, 12) // ZC_GANGSI_POINT
+packetLen(0x0280, 12)
// Packet: 0x0281
-packetLen(0x0281, 4) // CZ_GANGSI_RANK
+packetLen(0x0281, 4)
// Packet: 0x0282
-packetLen(0x0282, 284) // ZC_GANGSI_RANK
+packetLen(0x0282, 284)
// Packet: 0x0283
-packetLen(0x0283, 6) // ZC_AID
+packetLen(0x0283, 6)
// Packet: 0x0284
-packetLen(0x0284, 14) // ZC_NOTIFY_EFFECT3
+packetLen(0x0284, 14)
// Packet: 0x0285
-packetLen(0x0285, 6) // ZC_DEATH_QUESTION
+packetLen(0x0285, 6)
// Packet: 0x0286
-packetLen(0x0286, 4) // CZ_DEATH_QUESTION
+packetLen(0x0286, 4)
// Packet: 0x0287
-packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, -1)
// Packet: 0x0288
#if PACKETVER >= 20100803
-packetLen(0x0288, -1) // CZ_PC_BUY_CASH_POINT_ITEM
+packetLen(0x0288, -1)
#elif PACKETVER >= 20100105
-packetLen(0x0288, 10) // CZ_PC_BUY_CASH_POINT_ITEM
+packetLen(0x0288, 10)
#endif
// Packet: 0x0289
-packetLen(0x0289, 12) // ZC_PC_CASH_POINT_UPDATE
+packetLen(0x0289, 12)
// Packet: 0x028a
-packetLen(0x028a, 18) // ZC_NPC_SHOWEFST_UPDATE
+packetLen(0x028a, 18)
// Packet: 0x028b
-packetLen(0x028b, -1) // HC_CHARNOTBEENSELECTED
+packetLen(0x028b, -1)
// Packet: 0x028c
-packetLen(0x028c, 46) // CH_SELECT_CHAR_GOINGTOBEUSED
+packetLen(0x028c, 46)
// Packet: 0x028d
-packetLen(0x028d, 34) // CH_REQ_IS_VALID_CHARNAME
+packetLen(0x028d, 34)
// Packet: 0x028e
-packetLen(0x028e, 4) // HC_ACK_IS_VALID_CHARNAME
+packetLen(0x028e, 4)
// Packet: 0x028f
-packetLen(0x028f, 6) // CH_REQ_CHANGE_CHARNAME
+packetLen(0x028f, 6)
// Packet: 0x0290
-packetLen(0x0290, 4) // HC_ACK_CHANGE_CHARNAME
+packetLen(0x0290, 4)
// Packet: 0x0291
-packetLen(0x0291, 4) // ZC_MSG
+packetLen(0x0291, 4)
// Packet: 0x0292
-packetLen(0x0292, 2) // CZ_STANDING_RESURRECTION
+packetLen(0x0292, 2)
// Packet: 0x0293
-packetLen(0x0293, 70) // ZC_BOSS_INFO
+packetLen(0x0293, 70)
// Packet: 0x0294
-packetLen(0x0294, 10) // ZC_READ_BOOK
+packetLen(0x0294, 10)
// Packet: 0x0295
-packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, -1)
// Packet: 0x0296
-packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, -1)
// Packet: 0x0297
-packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, -1)
// Packet: 0x0298
-packetLen(0x0298, 8) // ZC_CASH_TIME_COUNTER
+packetLen(0x0298, 8)
// Packet: 0x0299
-packetLen(0x0299, 6) // ZC_CASH_ITEM_DELETE
+packetLen(0x0299, 6)
// Packet: 0x029a
-packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, 27)
// Packet: 0x029b
-packetLen(0x029b, 80) // ZC_MER_INIT
+packetLen(0x029b, 80)
// Packet: 0x029c
-packetLen(0x029c, 66) // ZC_MER_PROPERTY
+packetLen(0x029c, 66)
// Packet: 0x029d
-packetLen(0x029d, -1) // ZC_MER_SKILLINFO_LIST
+packetLen(0x029d, -1)
// Packet: 0x029e
-packetLen(0x029e, 11) // ZC_MER_SKILLINFO_UPDATE
+packetLen(0x029e, 11)
// Packet: 0x029f
-packetLen(0x029f, 3) // CZ_MER_COMMAND
+packetLen(0x029f, 3)
// Packet: 0x02a2
-packetLen(0x02a2, 8) // ZC_MER_PAR_CHANGE
+packetLen(0x02a2, 8)
// Packet: 0x02a5
-packetLen(0x02a5, 8) // CZ_KSY_EVENT
+packetLen(0x02a5, 8)
// Packet: 0x02aa
-packetLen(0x02aa, 4) // ZC_REQ_CASH_PASSWORD
+packetLen(0x02aa, 4)
// Packet: 0x02ab
-packetLen(0x02ab, 36) // CZ_ACK_CASH_PASSWORD
+packetLen(0x02ab, 36)
// Packet: 0x02ac
-packetLen(0x02ac, 6) // ZC_RESULT_CASH_PASSWORD
+packetLen(0x02ac, 6)
// Packet: 0x02ad
-packetLen(0x02ad, 8) // AC_REQUEST_SECOND_PASSWORD
+packetLen(0x02ad, 8)
// Packet: 0x02b0
-packetLen(0x02b0, 85) // CA_LOGIN_HAN
+packetLen(0x02b0, 85)
// Packet: 0x02b1
-packetLen(0x02b1, -1) // ZC_ALL_QUEST_LIST
+packetLen(0x02b1, -1)
// Packet: 0x02b2
-packetLen(0x02b2, -1) // ZC_ALL_QUEST_MISSION
+packetLen(0x02b2, -1)
// Packet: 0x02b3
-packetLen(0x02b3, 107) // ZC_ADD_QUEST
+packetLen(0x02b3, 107)
// Packet: 0x02b4
-packetLen(0x02b4, 6) // ZC_DEL_QUEST
+packetLen(0x02b4, 6)
// Packet: 0x02b5
-packetLen(0x02b5, -1) // ZC_UPDATE_MISSION_HUNT
+packetLen(0x02b5, -1)
// Packet: 0x02b6
-packetLen(0x02b6, 7) // CZ_ACTIVE_QUEST
+packetLen(0x02b6, 7)
// Packet: 0x02b7
-packetLen(0x02b7, 7) // ZC_ACTIVE_QUEST
+packetLen(0x02b7, 7)
// Packet: 0x02b8
-packetLen(0x02b8, 22) // ZC_ITEM_PICKUP_PARTY
+packetLen(0x02b8, 22)
// Packet: 0x02b9
-packetLen(0x02b9, 191) // ZC_SHORTCUT_KEY_LIST
+packetLen(0x02b9, 191)
// Packet: 0x02ba
-packetLen(0x02ba, 11) // CZ_SHORTCUT_KEY_CHANGE
+packetLen(0x02ba, 11)
// Packet: 0x02bb
-packetLen(0x02bb, 8) // ZC_EQUIPITEM_DAMAGED
+packetLen(0x02bb, 8)
// Packet: 0x02bc
-packetLen(0x02bc, 6) // ZC_NOTIFY_PCBANG_PLAYING_TIME
+packetLen(0x02bc, 6)
// Packet: 0x02c1
-packetLen(0x02c1, -1) // ZC_NPC_CHAT
+packetLen(0x02c1, -1)
// Packet: 0x02c2
-packetLen(0x02c2, -1) // ZC_FORMATSTRING_MSG
+packetLen(0x02c2, -1)
// Packet: 0x02c4
-packetLen(0x02c4, 26) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 26)
// Packet: 0x02c5
-packetLen(0x02c5, 30) // ZC_PARTY_JOIN_REQ_ACK
+packetLen(0x02c5, 30)
// Packet: 0x02c6
-packetLen(0x02c6, 30) // ZC_PARTY_JOIN_REQ
+packetLen(0x02c6, 30)
// Packet: 0x02c7
-packetLen(0x02c7, 7) // CZ_PARTY_JOIN_REQ_ACK
+packetLen(0x02c7, 7)
// Packet: 0x02c8
-packetLen(0x02c8, 3) // CZ_PARTY_CONFIG
+packetLen(0x02c8, 3)
// Packet: 0x02c9
-packetLen(0x02c9, 3) // ZC_PARTY_CONFIG
+packetLen(0x02c9, 3)
// Packet: 0x02ca
-packetLen(0x02ca, 3) // HC_REFUSE_SELECTCHAR
+packetLen(0x02ca, 3)
// Packet: 0x02cb
-packetLen(0x02cb, 65) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO
+packetLen(0x02cb, 65)
// Packet: 0x02cc
-packetLen(0x02cc, 4) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_NOTIFY
+packetLen(0x02cc, 4)
// Packet: 0x02cd
-packetLen(0x02cd, 71) // ZC_MEMORIALDUNGEON_INFO
+packetLen(0x02cd, 71)
// Packet: 0x02ce
-packetLen(0x02ce, 10) // ZC_MEMORIALDUNGEON_NOTIFY
+packetLen(0x02ce, 10)
// Packet: 0x02cf
-packetLen(0x02cf, 6) // CZ_MEMORIALDUNGEON_COMMAND
+packetLen(0x02cf, 6)
// Packet: 0x02d0
-packetLen(0x02d0, -1) // ZC_EQUIPMENT_ITEMLIST3
+packetLen(0x02d0, -1)
// Packet: 0x02d1
-packetLen(0x02d1, -1) // ZC_STORE_EQUIPMENT_ITEMLIST3
+packetLen(0x02d1, -1)
// Packet: 0x02d2
-packetLen(0x02d2, -1) // ZC_CART_EQUIPMENT_ITEMLIST3
+packetLen(0x02d2, -1)
// Packet: 0x02d3
-packetLen(0x02d3, 4) // ZC_NOTIFY_BIND_ON_EQUIP
+packetLen(0x02d3, 4)
// Packet: 0x02d4
-packetLen(0x02d4, 29) // ZC_ITEM_PICKUP_ACK3
+packetLen(0x02d4, 29)
// Packet: 0x02d5
-packetLen(0x02d5, 2) // ZC_ISVR_DISCONNECT
+packetLen(0x02d5, 2)
// Packet: 0x02d6
-packetLen(0x02d6, 6) // CZ_EQUIPWIN_MICROSCOPE
+packetLen(0x02d6, 6)
// Packet: 0x02d7
-packetLen(0x02d7, -1) // ZC_EQUIPWIN_MICROSCOPE
+packetLen(0x02d7, -1)
// Packet: 0x02d8
-packetLen(0x02d8, 10) // CZ_CONFIG
+packetLen(0x02d8, 10)
// Packet: 0x02d9
-packetLen(0x02d9, 10) // ZC_CONFIG
+packetLen(0x02d9, 10)
// Packet: 0x02da
-packetLen(0x02da, 3) // ZC_CONFIG_NOTIFY
+packetLen(0x02da, 3)
// Packet: 0x02db
-packetLen(0x02db, -1) // CZ_BATTLEFIELD_CHAT
+packetLen(0x02db, -1)
// Packet: 0x02dc
-packetLen(0x02dc, -1) // ZC_BATTLEFIELD_CHAT
+packetLen(0x02dc, -1)
// Packet: 0x02dd
-packetLen(0x02dd, 32) // ZC_BATTLEFIELD_NOTIFY_CAMPINFO
+packetLen(0x02dd, 32)
// Packet: 0x02de
-packetLen(0x02de, 6) // ZC_BATTLEFIELD_NOTIFY_POINT
+packetLen(0x02de, 6)
// Packet: 0x02df
-packetLen(0x02df, 36) // ZC_BATTLEFIELD_NOTIFY_POSITION
+packetLen(0x02df, 36)
// Packet: 0x02e0
-packetLen(0x02e0, 34) // ZC_BATTLEFIELD_NOTIFY_HP
+packetLen(0x02e0, 34)
// Packet: 0x02e1
-packetLen(0x02e1, 33) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, 33)
// Packet: 0x02e2
-packetLen(0x02e2, 20) // CZ_USE_ITEM_NEW_JAPEN
+packetLen(0x02e2, 20)
// Packet: 0x02e3
-packetLen(0x02e3, 22) // CZ_USE_SKILL_NEW_JAPEN
+packetLen(0x02e3, 22)
// Packet: 0x02e4
-packetLen(0x02e4, 11) // CZ_ITEM_PICKUP_NEW_JAPEN
+packetLen(0x02e4, 11)
// Packet: 0x02e5
-packetLen(0x02e5, 9) // CZ_REQUEST_MOVE_NEW_JAPEN
+packetLen(0x02e5, 9)
// Packet: 0x02e6
-packetLen(0x02e6, 6) // CZ_BOT_CHECK
+packetLen(0x02e6, 6)
// Packet: 0x02e7
-packetLen(0x02e7, -1) // ZC_MAPPROPERTY
+packetLen(0x02e7, -1)
// Packet: 0x02e8
-packetLen(0x02e8, -1) // ZC_NORMAL_ITEMLIST3
+packetLen(0x02e8, -1)
// Packet: 0x02e9
-packetLen(0x02e9, -1) // ZC_CART_NORMAL_ITEMLIST3
+packetLen(0x02e9, -1)
// Packet: 0x02ea
-packetLen(0x02ea, -1) // ZC_STORE_NORMAL_ITEMLIST3
+packetLen(0x02ea, -1)
// Packet: 0x02eb
-packetLen(0x02eb, 13) // ZC_ACCEPT_ENTER2
+packetLen(0x02eb, 13)
// Packet: 0x02ec
-packetLen(0x02ec, 67) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 67)
// Packet: 0x02ed
-packetLen(0x02ed, 59) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, 59)
// Packet: 0x02ee
-packetLen(0x02ee, 60) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, 60)
// Packet: 0x02ef
-packetLen(0x02ef, 8) // ZC_NOTIFY_FONT
+packetLen(0x02ef, 8)
// Packet: 0x02f0
-packetLen(0x02f0, 10) // ZC_PROGRESS
+packetLen(0x02f0, 10)
// Packet: 0x02f1
-packetLen(0x02f1, 2) // CZ_PROGRESS
+packetLen(0x02f1, 2)
// Packet: 0x02f2
-packetLen(0x02f2, 2) // ZC_PROGRESS_CANCEL
+packetLen(0x02f2, 2)
// Packet: 0x02f3
#if PACKETVER >= 20101123
// removed
#elif PACKETVER >= 20100105
-packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+packetLen(0x02f3, -1)
#endif
// Packet: 0x02f4
#if PACKETVER >= 20101123
// removed
#elif PACKETVER >= 20100105
-packetLen(0x02f4, -1) // ZC_IRMAIL_SEND_RES
+packetLen(0x02f4, -1)
#endif
// Packet: 0x02f5
#if PACKETVER >= 20101123
// removed
#elif PACKETVER >= 20100105
-packetLen(0x02f5, -1) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, -1)
#endif
// Packet: 0x02f6
#if PACKETVER >= 20101123
// removed
#elif PACKETVER >= 20100105
-packetLen(0x02f6, -1) // CZ_IRMAIL_LIST
+packetLen(0x02f6, -1)
#endif
// Packet: 0x02f7
@@ -2679,89 +2679,89 @@ packetLen(0x035b, -1)
#endif
// Packet: 0x035c
-packetLen(0x035c, 2) // CZ_OPEN_SIMPLE_CASHSHOP_ITEMLIST
+packetLen(0x035c, 2)
// Packet: 0x035d
-packetLen(0x035d, -1) // ZC_SIMPLE_CASHSHOP_POINT_ITEMLIST
+packetLen(0x035d, -1)
// Packet: 0x035e
-packetLen(0x035e, 2) // CZ_CLOSE_WINDOW
+packetLen(0x035e, 2)
// Packet: 0x035f
#if PACKETVER >= 20101123
-packetLen(0x035f, 5) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 5)
#elif PACKETVER >= 20100105
-packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+packetLen(0x035f, -1)
#endif
// Packet: 0x0360
#if PACKETVER >= 20101123
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20100105
-packetLen(0x0360, -1) // CZ_REQUEST_TIME2
+packetLen(0x0360, -1)
#endif
// Packet: 0x0361
#if PACKETVER >= 20101123
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20100105
-packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, -1)
#endif
// Packet: 0x0362
#if PACKETVER >= 20101123
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20100105
-packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+packetLen(0x0362, -1)
#endif
// Packet: 0x0363
#if PACKETVER >= 20101123
-packetLen(0x0363, 6) // CZ_ITEM_THROW2
+packetLen(0x0363, 6)
#elif PACKETVER >= 20100105
-packetLen(0x0363, -1) // CZ_ITEM_THROW2
+packetLen(0x0363, -1)
#endif
// Packet: 0x0364
#if PACKETVER >= 20101123
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20100105
-packetLen(0x0364, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, -1)
#endif
// Packet: 0x0365
#if PACKETVER >= 20101123
-packetLen(0x0365, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 8)
#elif PACKETVER >= 20100105
-packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, -1)
#endif
// Packet: 0x0366
#if PACKETVER >= 20101123
-packetLen(0x0366, 10) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 10)
#elif PACKETVER >= 20100105
-packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, -1)
#endif
// Packet: 0x0367
#if PACKETVER >= 20101123
-packetLen(0x0367, 90) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 90)
#elif PACKETVER >= 20100105
-packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, -1)
#endif
// Packet: 0x0368
#if PACKETVER >= 20101123
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20100105
-packetLen(0x0368, -1) // CZ_REQNAME2
+packetLen(0x0368, -1)
#endif
// Packet: 0x0369
#if PACKETVER >= 20101123
-packetLen(0x0369, 6) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 6)
#elif PACKETVER >= 20100105
-packetLen(0x0369, -1) // CZ_REQNAME_BYGID2
+packetLen(0x0369, -1)
#endif
// Packet: 0x036a
@@ -3570,10 +3570,10 @@ packetLen(0x03dc, -1)
#endif
// Packet: 0x03dd
-packetLen(0x03dd, 18) // AHC_GAME_GUARD
+packetLen(0x03dd, 18)
// Packet: 0x03de
-packetLen(0x03de, 18) // CAH_ACK_GAME_GUARD
+packetLen(0x03de, 18)
// Packet: 0x03e2
#if PACKETVER >= 20101123
@@ -4164,812 +4164,812 @@ packetLen(0x0435, -1)
#endif
// Packet: 0x0436
-packetLen(0x0436, 19) // CZ_ENTER2
+packetLen(0x0436, 19)
// Packet: 0x0437
-packetLen(0x0437, 7) // CZ_REQUEST_ACT2
+packetLen(0x0437, 7)
// Packet: 0x0438
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
// Packet: 0x0439
-packetLen(0x0439, 8) // CZ_USE_ITEM2
+packetLen(0x0439, 8)
// Packet: 0x043d
-packetLen(0x043d, 8) // ZC_SKILL_POSTDELAY
+packetLen(0x043d, 8)
// Packet: 0x043e
-packetLen(0x043e, -1) // ZC_SKILL_POSTDELAY_LIST
+packetLen(0x043e, -1)
// Packet: 0x043f
-packetLen(0x043f, 25) // ZC_MSG_STATE_CHANGE2
+packetLen(0x043f, 25)
// Packet: 0x0440
-packetLen(0x0440, 10) // ZC_MILLENNIUMSHIELD
+packetLen(0x0440, 10)
// Packet: 0x0441
-packetLen(0x0441, 4) // ZC_SKILLINFO_DELETE
+packetLen(0x0441, 4)
// Packet: 0x0442
#if PACKETVER >= 20100817
-packetLen(0x0442, -1) // ZC_SKILL_SELECT_REQUEST
+packetLen(0x0442, -1)
#elif PACKETVER >= 20100105
-packetLen(0x0442, 8) // ZC_SKILL_SELECT_REQUEST
+packetLen(0x0442, 8)
#endif
// Packet: 0x0443
-packetLen(0x0443, 8) // CZ_SKILL_SELECT_RESPONSE
+packetLen(0x0443, 8)
// Packet: 0x0444
-packetLen(0x0444, -1) // ZC_SIMPLE_CASH_POINT_ITEMLIST
+packetLen(0x0444, -1)
// Packet: 0x0445
-packetLen(0x0445, 10) // CZ_SIMPLE_BUY_CASH_POINT_ITEM
+packetLen(0x0445, 10)
// Packet: 0x0446
-packetLen(0x0446, 14) // ZC_QUEST_NOTIFY_EFFECT
+packetLen(0x0446, 14)
// Packet: 0x0447
-packetLen(0x0447, 2) // CZ_BLOCKING_PLAY_CANCEL
+packetLen(0x0447, 2)
// Packet: 0x0448
-packetLen(0x0448, -1) // HC_CHARACTER_LIST
+packetLen(0x0448, -1)
// Packet: 0x044a
-packetLen(0x044a, 6) // CZ_CLIENT_VERSION
+packetLen(0x044a, 6)
// Packet: 0x044b
-packetLen(0x044b, 2) // CZ_CLOSE_SIMPLECASH_SHOP
+packetLen(0x044b, 2)
// Packet: 0x07d0
#if PACKETVER >= 20100701
// removed
#elif PACKETVER >= 20100105
-packetLen(0x07d0, 6) // ZC_ES_RESULT
+packetLen(0x07d0, 6)
#endif
// Packet: 0x07d1
#if PACKETVER >= 20100701
// removed
#elif PACKETVER >= 20100105
-packetLen(0x07d1, 2) // CZ_ES_GET_LIST
+packetLen(0x07d1, 2)
#endif
// Packet: 0x07d2
#if PACKETVER >= 20100701
// removed
#elif PACKETVER >= 20100105
-packetLen(0x07d2, -1) // ZC_ES_LIST
+packetLen(0x07d2, -1)
#endif
// Packet: 0x07d3
#if PACKETVER >= 20100701
// removed
#elif PACKETVER >= 20100105
-packetLen(0x07d3, 4) // CZ_ES_CHOOSE
+packetLen(0x07d3, 4)
#endif
// Packet: 0x07d4
#if PACKETVER >= 20100701
// removed
#elif PACKETVER >= 20100105
-packetLen(0x07d4, 4) // CZ_ES_CANCEL
+packetLen(0x07d4, 4)
#endif
// Packet: 0x07d5
#if PACKETVER >= 20100701
// removed
#elif PACKETVER >= 20100105
-packetLen(0x07d5, 4) // ZC_ES_READY
+packetLen(0x07d5, 4)
#endif
// Packet: 0x07d6
#if PACKETVER >= 20100701
// removed
#elif PACKETVER >= 20100105
-packetLen(0x07d6, 4) // ZC_ES_GOTO
+packetLen(0x07d6, 4)
#endif
// Packet: 0x07d7
-packetLen(0x07d7, 8) // CZ_GROUPINFO_CHANGE_V2
+packetLen(0x07d7, 8)
// Packet: 0x07d8
-packetLen(0x07d8, 8) // ZC_REQ_GROUPINFO_CHANGE_V2
+packetLen(0x07d8, 8)
// Packet: 0x07d9
-packetLen(0x07d9, 268) // ZC_SHORTCUT_KEY_LIST_V2
+packetLen(0x07d9, 268)
// Packet: 0x07da
-packetLen(0x07da, 6) // CZ_CHANGE_GROUP_MASTER
+packetLen(0x07da, 6)
// Packet: 0x07db
-packetLen(0x07db, 8) // ZC_HO_PAR_CHANGE
+packetLen(0x07db, 8)
// Packet: 0x07dc
-packetLen(0x07dc, 6) // CZ_SEEK_PARTY
+packetLen(0x07dc, 6)
// Packet: 0x07dd
-packetLen(0x07dd, 54) // ZC_SEEK_PARTY
+packetLen(0x07dd, 54)
// Packet: 0x07de
-packetLen(0x07de, 30) // CZ_SEEK_PARTY_MEMBER
+packetLen(0x07de, 30)
// Packet: 0x07df
-packetLen(0x07df, 54) // ZC_SEEK_PARTY_MEMBER
+packetLen(0x07df, 54)
// Packet: 0x07e0
-packetLen(0x07e0, 58) // ZC_ES_NOTI_MYINFO
+packetLen(0x07e0, 58)
// Packet: 0x07e1
-packetLen(0x07e1, 15) // ZC_SKILLINFO_UPDATE2
+packetLen(0x07e1, 15)
// Packet: 0x07e2
-packetLen(0x07e2, 8) // ZC_MSG_VALUE
+packetLen(0x07e2, 8)
// Packet: 0x07e3
-packetLen(0x07e3, 6) // ZC_ITEMLISTWIN_OPEN
+packetLen(0x07e3, 6)
// Packet: 0x07e4
-packetLen(0x07e4, -1) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, -1)
// Packet: 0x07e5
#if PACKETVER >= 20101012
-packetLen(0x07e5, 4) // CH_ENTER_CHECKBOT
+packetLen(0x07e5, 4)
#elif PACKETVER >= 20100105
-packetLen(0x07e5, 8) // CH_ENTER_CHECKBOT
+packetLen(0x07e5, 8)
#endif
// Packet: 0x07e6
-packetLen(0x07e6, 8) // ZC_MSG_SKILL
+packetLen(0x07e6, 8)
// Packet: 0x07e7
-packetLen(0x07e7, 32) // CH_CHECKBOT
+packetLen(0x07e7, 32)
// Packet: 0x07e8
-packetLen(0x07e8, -1) // HC_CHECKBOT
+packetLen(0x07e8, -1)
// Packet: 0x07e9
-packetLen(0x07e9, 5) // HC_CHECKBOT_RESULT
+packetLen(0x07e9, 5)
// Packet: 0x07ea
-packetLen(0x07ea, 2) // CZ_BATTLE_FIELD_LIST
+packetLen(0x07ea, 2)
// Packet: 0x07eb
-packetLen(0x07eb, -1) // ZC_BATTLE_FIELD_LIST
+packetLen(0x07eb, -1)
// Packet: 0x07ec
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
// Packet: 0x07ed
-packetLen(0x07ed, 10) // ZC_JOIN_BATTLE_FIELD
+packetLen(0x07ed, 10)
// Packet: 0x07ee
-packetLen(0x07ee, 6) // CZ_CANCEL_BATTLE_FIELD
+packetLen(0x07ee, 6)
// Packet: 0x07ef
-packetLen(0x07ef, 8) // ZC_CANCEL_BATTLE_FIELD
+packetLen(0x07ef, 8)
// Packet: 0x07f0
#if PACKETVER >= 20100209
-packetLen(0x07f0, 6) // CZ_REQ_BATTLE_STATE_MONITOR
+packetLen(0x07f0, 6)
#elif PACKETVER >= 20100105
-packetLen(0x07f0, 8) // CZ_REQ_BATTLE_STATE_MONITOR
+packetLen(0x07f0, 8)
#endif
// Packet: 0x07f1
#if PACKETVER >= 20100629
-packetLen(0x07f1, 18) // ZC_ACK_BATTLE_STATE_MONITOR
+packetLen(0x07f1, 18)
#elif PACKETVER >= 20100105
-packetLen(0x07f1, 15) // ZC_ACK_BATTLE_STATE_MONITOR
+packetLen(0x07f1, 15)
#endif
// Packet: 0x07f2
#if PACKETVER >= 20100629
-packetLen(0x07f2, 8) // ZC_BATTLE_NOTI_START_STEP
+packetLen(0x07f2, 8)
#elif PACKETVER >= 20100105
-packetLen(0x07f2, 6) // ZC_BATTLE_NOTI_START_STEP
+packetLen(0x07f2, 6)
#endif
// Packet: 0x07f3
#if PACKETVER >= 20100629
-packetLen(0x07f3, 6) // ZC_BATTLE_JOIN_NOTI_DEFER
+packetLen(0x07f3, 6)
#elif PACKETVER >= 20100105
-packetLen(0x07f3, 4) // ZC_BATTLE_JOIN_NOTI_DEFER
+packetLen(0x07f3, 4)
#endif
// Packet: 0x07f4
-packetLen(0x07f4, 3) // ZC_BATTLE_JOIN_DISABLE_STATE
+packetLen(0x07f4, 3)
// Packet: 0x07f5
-packetLen(0x07f5, 6) // CZ_GM_FULLSTRIP
+packetLen(0x07f5, 6)
// Packet: 0x07f6
-packetLen(0x07f6, 14) // ZC_NOTIFY_EXP
+packetLen(0x07f6, 14)
// Packet: 0x07f7
-packetLen(0x07f7, -1) // ZC_NOTIFY_MOVEENTRY7
+packetLen(0x07f7, -1)
// Packet: 0x07f8
-packetLen(0x07f8, -1) // ZC_NOTIFY_NEWENTRY5
+packetLen(0x07f8, -1)
// Packet: 0x07f9
-packetLen(0x07f9, -1) // ZC_NOTIFY_STANDENTRY5
+packetLen(0x07f9, -1)
// Packet: 0x07fa
-packetLen(0x07fa, 8) // ZC_DELETE_ITEM_FROM_BODY
+packetLen(0x07fa, 8)
// Packet: 0x07fb
-packetLen(0x07fb, 25) // ZC_USESKILL_ACK2
+packetLen(0x07fb, 25)
// Packet: 0x07fc
-packetLen(0x07fc, 10) // ZC_CHANGE_GROUP_MASTER
+packetLen(0x07fc, 10)
// Packet: 0x07fd
-packetLen(0x07fd, -1) // ZC_BROADCASTING_SPECIAL_ITEM_OBTAIN
+packetLen(0x07fd, -1)
// Packet: 0x07fe
-packetLen(0x07fe, 26) // ZC_PLAY_NPC_BGM
+packetLen(0x07fe, 26)
// Packet: 0x07ff
-packetLen(0x07ff, -1) // ZC_DEFINE_CHECK
+packetLen(0x07ff, -1)
// Packet: 0x0800
-packetLen(0x0800, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC2
+packetLen(0x0800, -1)
// Packet: 0x0801
-packetLen(0x0801, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC2
+packetLen(0x0801, -1)
// Packet: 0x0802
-packetLen(0x0802, 18) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 18)
// Packet: 0x0803
-packetLen(0x0803, 4) // ZC_PARTY_BOOKING_ACK_REGISTER
+packetLen(0x0803, 4)
// Packet: 0x0804
-packetLen(0x0804, 14) // CZ_PARTY_BOOKING_REQ_SEARCH
+packetLen(0x0804, 14)
// Packet: 0x0805
-packetLen(0x0805, -1) // ZC_PARTY_BOOKING_ACK_SEARCH
+packetLen(0x0805, -1)
// Packet: 0x0806
-packetLen(0x0806, 2) // CZ_PARTY_BOOKING_REQ_DELETE
+packetLen(0x0806, 2)
// Packet: 0x0807
-packetLen(0x0807, 4) // ZC_PARTY_BOOKING_ACK_DELETE
+packetLen(0x0807, 4)
// Packet: 0x0808
-packetLen(0x0808, 14) // CZ_PARTY_BOOKING_REQ_UPDATE
+packetLen(0x0808, 14)
// Packet: 0x0809
-packetLen(0x0809, 50) // ZC_PARTY_BOOKING_NOTIFY_INSERT
+packetLen(0x0809, 50)
// Packet: 0x080a
-packetLen(0x080a, 18) // ZC_PARTY_BOOKING_NOTIFY_UPDATE
+packetLen(0x080a, 18)
// Packet: 0x080b
-packetLen(0x080b, 6) // ZC_PARTY_BOOKING_NOTIFY_DELETE
+packetLen(0x080b, 6)
// Packet: 0x080c
#if PACKETVER >= 20100113
-packetLen(0x080c, 2) // CZ_SIMPLE_CASH_BTNSHOW
+packetLen(0x080c, 2)
#endif
// Packet: 0x080d
#if PACKETVER >= 20100113
-packetLen(0x080d, 3) // ZC_SIMPLE_CASH_BTNSHOW
+packetLen(0x080d, 3)
#endif
// Packet: 0x080e
#if PACKETVER >= 20100119
-packetLen(0x080e, 14) // ZC_NOTIFY_HP_TO_GROUPM_R2
+packetLen(0x080e, 14)
#endif
// Packet: 0x080f
#if PACKETVER >= 20100223
-packetLen(0x080f, 20) // ZC_ADD_EXCHANGE_ITEM2
+packetLen(0x080f, 20)
#endif
// Packet: 0x0810
#if PACKETVER >= 20100303
-packetLen(0x0810, 3) // ZC_OPEN_BUYING_STORE
+packetLen(0x0810, 3)
#endif
// Packet: 0x0811
#if PACKETVER >= 20100303
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#endif
// Packet: 0x0812
#if PACKETVER >= 20100420
-packetLen(0x0812, 8) // ZC_FAILED_OPEN_BUYING_STORE_TO_BUYER
+packetLen(0x0812, 8)
#elif PACKETVER >= 20100303
-packetLen(0x0812, 86) // ZC_FAILED_OPEN_BUYING_STORE_TO_BUYER
+packetLen(0x0812, 86)
#endif
// Packet: 0x0813
#if PACKETVER >= 20100309
-packetLen(0x0813, -1) // ZC_MYITEMLIST_BUYING_STORE
+packetLen(0x0813, -1)
#elif PACKETVER >= 20100303
-packetLen(0x0813, 6) // ZC_MYITEMLIST_BUYING_STORE
+packetLen(0x0813, 6)
#endif
// Packet: 0x0814
#if PACKETVER >= 20100420
-packetLen(0x0814, 86) // ZC_BUYING_STORE_ENTRY
+packetLen(0x0814, 86)
#elif PACKETVER >= 20100309
-packetLen(0x0814, 2) // ZC_BUYING_STORE_ENTRY
+packetLen(0x0814, 2)
#elif PACKETVER >= 20100303
-packetLen(0x0814, 6) // ZC_BUYING_STORE_ENTRY
+packetLen(0x0814, 6)
#endif
// Packet: 0x0815
#if PACKETVER >= 20100420
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20100309
-packetLen(0x0815, 6) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 6)
#elif PACKETVER >= 20100303
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#endif
// Packet: 0x0816
#if PACKETVER >= 20100309
-packetLen(0x0816, 6) // ZC_DISAPPEAR_BUYING_STORE_ENTRY
+packetLen(0x0816, 6)
#endif
// Packet: 0x0817
#if PACKETVER >= 20100420
-packetLen(0x0817, 6) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 6)
#elif PACKETVER >= 20100303
-packetLen(0x0817, -1) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, -1)
#endif
// Packet: 0x0818
#if PACKETVER >= 20100309
-packetLen(0x0818, -1) // ZC_ACK_ITEMLIST_BUYING_STORE
+packetLen(0x0818, -1)
#elif PACKETVER >= 20100303
-packetLen(0x0818, 6) // ZC_ACK_ITEMLIST_BUYING_STORE
+packetLen(0x0818, 6)
#endif
// Packet: 0x0819
#if PACKETVER >= 20100420
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20100309
-packetLen(0x0819, 10) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 10)
#elif PACKETVER >= 20100303
-packetLen(0x0819, 4) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 4)
#endif
// Packet: 0x081a
#if PACKETVER >= 20100420
-packetLen(0x081a, 4) // ZC_FAILED_TRADE_BUYING_STORE_TO_BUYER
+packetLen(0x081a, 4)
#elif PACKETVER >= 20100413
-packetLen(0x081a, 10) // ZC_FAILED_TRADE_BUYING_STORE_TO_BUYER
+packetLen(0x081a, 10)
#elif PACKETVER >= 20100406
-packetLen(0x081a, 6) // ZC_FAILED_TRADE_BUYING_STORE_TO_BUYER
+packetLen(0x081a, 6)
#elif PACKETVER >= 20100309
-packetLen(0x081a, 4) // ZC_FAILED_TRADE_BUYING_STORE_TO_BUYER
+packetLen(0x081a, 4)
#endif
// Packet: 0x081b
#if PACKETVER >= 20100420
-packetLen(0x081b, 10) // ZC_UPDATE_ITEM_FROM_BUYING_STORE
+packetLen(0x081b, 10)
#elif PACKETVER >= 20100414
-packetLen(0x081b, 8) // ZC_UPDATE_ITEM_FROM_BUYING_STORE
+packetLen(0x081b, 8)
#elif PACKETVER >= 20100309
-packetLen(0x081b, 4) // ZC_UPDATE_ITEM_FROM_BUYING_STORE
+packetLen(0x081b, 4)
#endif
// Packet: 0x081c
#if PACKETVER >= 20100420
-packetLen(0x081c, 10) // ZC_ITEM_DELETE_BUYING_STORE
+packetLen(0x081c, 10)
#elif PACKETVER >= 20100309
-packetLen(0x081c, 6) // ZC_ITEM_DELETE_BUYING_STORE
+packetLen(0x081c, 6)
#endif
// Packet: 0x081d
#if PACKETVER >= 20100309
-packetLen(0x081d, 22) // ZC_EL_INIT
+packetLen(0x081d, 22)
#endif
// Packet: 0x081e
#if PACKETVER >= 20100309
-packetLen(0x081e, 8) // ZC_EL_PAR_CHANGE
+packetLen(0x081e, 8)
#endif
// Packet: 0x081f
#if PACKETVER >= 20100323
-packetLen(0x081f, -1) // ZC_BROADCAST4
+packetLen(0x081f, -1)
#endif
// Packet: 0x0820
#if PACKETVER >= 20100413
-packetLen(0x0820, 11) // ZC_COSTUME_SPRITE_CHANGE
+packetLen(0x0820, 11)
#endif
// Packet: 0x0821
#if PACKETVER >= 20100413
-packetLen(0x0821, 2) // AC_OTP_USER
+packetLen(0x0821, 2)
#endif
// Packet: 0x0822
#if PACKETVER >= 20100413
-packetLen(0x0822, 9) // CA_OTP_AUTH_REQ
+packetLen(0x0822, 9)
#endif
// Packet: 0x0823
#if PACKETVER >= 20100413
-packetLen(0x0823, -1) // AC_OTP_AUTH_ACK
+packetLen(0x0823, -1)
#endif
// Packet: 0x0824
#if PACKETVER >= 20100420
-packetLen(0x0824, 6) // ZC_FAILED_TRADE_BUYING_STORE_TO_SELLER
+packetLen(0x0824, 6)
#endif
// Packet: 0x0825
#if PACKETVER >= 20100601
-packetLen(0x0825, -1) // CA_SSO_LOGIN_REQ
+packetLen(0x0825, -1)
#endif
// Packet: 0x0826
#if PACKETVER >= 20101019
// removed
#elif PACKETVER >= 20100601
-packetLen(0x0826, 4) // AC_SSO_LOGIN_ACK
+packetLen(0x0826, 4)
#endif
// Packet: 0x0827
#if PACKETVER >= 20100713
-packetLen(0x0827, 6) // CH_DELETE_CHAR3_RESERVED
+packetLen(0x0827, 6)
#endif
// Packet: 0x0828
#if PACKETVER >= 20100713
-packetLen(0x0828, 14) // HC_DELETE_CHAR3_RESERVED
+packetLen(0x0828, 14)
#endif
// Packet: 0x0829
#if PACKETVER >= 20100728
-packetLen(0x0829, 12) // CH_DELETE_CHAR3
+packetLen(0x0829, 12)
#elif PACKETVER >= 20100713
-packetLen(0x0829, 6) // CH_DELETE_CHAR3
+packetLen(0x0829, 6)
#endif
// Packet: 0x082a
#if PACKETVER >= 20100713
-packetLen(0x082a, 10) // HC_DELETE_CHAR3
+packetLen(0x082a, 10)
#endif
// Packet: 0x082b
#if PACKETVER >= 20100713
-packetLen(0x082b, 6) // CH_DELETE_CHAR3_CANCEL
+packetLen(0x082b, 6)
#endif
// Packet: 0x082c
#if PACKETVER >= 20100720
-packetLen(0x082c, 10) // HC_DELETE_CHAR3_CANCEL
+packetLen(0x082c, 10)
#elif PACKETVER >= 20100713
-packetLen(0x082c, 14) // HC_DELETE_CHAR3_CANCEL
+packetLen(0x082c, 14)
#endif
// Packet: 0x082d
#if PACKETVER >= 20101221
-packetLen(0x082d, -1) // HC_ACCEPT_ENTER2
+packetLen(0x082d, -1)
#endif
// Packet: 0x0835
#if PACKETVER >= 20100601
-packetLen(0x0835, -1) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, -1)
#endif
// Packet: 0x0836
#if PACKETVER >= 20100601
-packetLen(0x0836, -1) // ZC_SEARCH_STORE_INFO_ACK
+packetLen(0x0836, -1)
#endif
// Packet: 0x0837
#if PACKETVER >= 20100601
-packetLen(0x0837, 3) // ZC_SEARCH_STORE_INFO_FAILED
+packetLen(0x0837, 3)
#endif
// Packet: 0x0838
#if PACKETVER >= 20100608
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20100601
-packetLen(0x0838, 3) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 3)
#endif
// Packet: 0x0839
#if PACKETVER >= 20100608
-packetLen(0x0839, 66) // ZC_ACK_BAN_GUILD_SSO
+packetLen(0x0839, 66)
#endif
// Packet: 0x083a
#if PACKETVER >= 20100701
-packetLen(0x083a, 5) // ZC_OPEN_SEARCH_STORE_INFO
+packetLen(0x083a, 5)
#elif PACKETVER >= 20100608
-packetLen(0x083a, 4) // ZC_OPEN_SEARCH_STORE_INFO
+packetLen(0x083a, 4)
#endif
// Packet: 0x083b
#if PACKETVER >= 20100608
-packetLen(0x083b, 2) // CZ_CLOSE_SEARCH_STORE_INFO
+packetLen(0x083b, 2)
#endif
// Packet: 0x083c
#if PACKETVER >= 20100608
-packetLen(0x083c, 12) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 12)
#endif
// Packet: 0x083d
#if PACKETVER >= 20100608
-packetLen(0x083d, 6) // ZC_SSILIST_ITEM_CLICK_ACK
+packetLen(0x083d, 6)
#endif
// Packet: 0x083e
#if PACKETVER >= 20100615
-packetLen(0x083e, 26) // AC_REFUSE_LOGIN2
+packetLen(0x083e, 26)
#endif
// Packet: 0x083f
#if PACKETVER >= 20100629
// removed
#elif PACKETVER >= 20100622
-packetLen(0x083f, 22) // ZC_SEARCH_STORE_OPEN_INFO
+packetLen(0x083f, 22)
#endif
// Packet: 0x0840
#if PACKETVER >= 20100713
-packetLen(0x0840, -1) // HC_NOTIFY_ACCESSIBLE_MAPNAME
+packetLen(0x0840, -1)
#endif
// Packet: 0x0841
#if PACKETVER >= 20100714
-packetLen(0x0841, 4) // CH_SELECT_ACCESSIBLE_MAPNAME
+packetLen(0x0841, 4)
#elif PACKETVER >= 20100713
-packetLen(0x0841, 19) // CH_SELECT_ACCESSIBLE_MAPNAME
+packetLen(0x0841, 19)
#endif
// Packet: 0x0842
#if PACKETVER >= 20100720
-packetLen(0x0842, 6) // CZ_RECALL_SSO
+packetLen(0x0842, 6)
#endif
// Packet: 0x0843
#if PACKETVER >= 20100720
-packetLen(0x0843, 6) // CZ_REMOVE_AID_SSO
+packetLen(0x0843, 6)
#endif
// Packet: 0x0844
#if PACKETVER >= 20100824
-packetLen(0x0844, 2) // CZ_SE_CASHSHOP_OPEN
+packetLen(0x0844, 2)
#endif
// Packet: 0x0845
#if PACKETVER >= 20100824
-packetLen(0x0845, 10) // ZC_SE_CASHSHOP_OPEN
+packetLen(0x0845, 10)
#endif
// Packet: 0x0846
#if PACKETVER >= 20100824
-packetLen(0x0846, 4) // CZ_REQ_SE_CASH_TAB_CODE
+packetLen(0x0846, 4)
#endif
// Packet: 0x0847
#if PACKETVER >= 20100824
-packetLen(0x0847, -1) // ZC_ACK_SE_CASH_ITEM_LIST
+packetLen(0x0847, -1)
#endif
// Packet: 0x0848
#if PACKETVER >= 20100824
-packetLen(0x0848, -1) // CZ_SE_PC_BUY_CASHITEM_LIST
+packetLen(0x0848, -1)
#endif
// Packet: 0x0849
#if PACKETVER >= 20100914
-packetLen(0x0849, 16) // ZC_SE_PC_BUY_CASHITEM_RESULT
+packetLen(0x0849, 16)
#elif PACKETVER >= 20100824
-packetLen(0x0849, 12) // ZC_SE_PC_BUY_CASHITEM_RESULT
+packetLen(0x0849, 12)
#endif
// Packet: 0x084a
#if PACKETVER >= 20101019
-packetLen(0x084a, 2) // CZ_SE_CASHSHOP_CLOSE
+packetLen(0x084a, 2)
#endif
// Packet: 0x084b
#if PACKETVER >= 20101019
-packetLen(0x084b, 19) // ZC_ITEM_FALL_ENTRY4
+packetLen(0x084b, 19)
#endif
// Packet: 0x084c
#if PACKETVER >= 20101026
-packetLen(0x084c, 10) // CZ_MACRO_USE_SKILL
+packetLen(0x084c, 10)
#endif
// Packet: 0x084d
#if PACKETVER >= 20101026
-packetLen(0x084d, 10) // CZ_MACRO_USE_SKILL_TOGROUND
+packetLen(0x084d, 10)
#endif
// Packet: 0x084e
#if PACKETVER >= 20101026
-packetLen(0x084e, 5) // CZ_MACRO_REQUEST_MOVE
+packetLen(0x084e, 5)
#endif
// Packet: 0x084f
#if PACKETVER >= 20101026
-packetLen(0x084f, 6) // CZ_MACRO_ITEM_PICKUP
+packetLen(0x084f, 6)
#endif
// Packet: 0x0850
#if PACKETVER >= 20101026
-packetLen(0x0850, 7) // CZ_MACRO_REQUEST_ACT
+packetLen(0x0850, 7)
#endif
// Packet: 0x0851
#if PACKETVER >= 20101102
-packetLen(0x0851, -1) // ZC_GPK_DYNCODE
+packetLen(0x0851, -1)
#endif
// Packet: 0x0852
#if PACKETVER >= 20101102
-packetLen(0x0852, 2) // CZ_GPK_DYNCODE_RELOAD
+packetLen(0x0852, 2)
#endif
// Packet: 0x0853
#if PACKETVER >= 20101102
-packetLen(0x0853, -1) // ZC_GPK_AUTH
+packetLen(0x0853, -1)
#endif
// Packet: 0x0854
#if PACKETVER >= 20101102
-packetLen(0x0854, -1) // CZ_GPK_AUTH
+packetLen(0x0854, -1)
#endif
// Packet: 0x0855
#if PACKETVER >= 20101102
-packetLen(0x0855, 6) // ZC_MACRO_ITEMPICKUP_FAIL
+packetLen(0x0855, 6)
#endif
// Packet: 0x0856
#if PACKETVER >= 20101123
-packetLen(0x0856, -1) // ZC_NOTIFY_MOVEENTRY8
+packetLen(0x0856, -1)
#endif
// Packet: 0x0857
#if PACKETVER >= 20101123
-packetLen(0x0857, -1) // ZC_NOTIFY_STANDENTRY7
+packetLen(0x0857, -1)
#endif
// Packet: 0x0858
#if PACKETVER >= 20101123
-packetLen(0x0858, -1) // ZC_NOTIFY_NEWENTRY6
+packetLen(0x0858, -1)
#endif
// Packet: 0x0859
#if PACKETVER >= 20101123
-packetLen(0x0859, -1) // ZC_EQUIPWIN_MICROSCOPE2
+packetLen(0x0859, -1)
#endif
// Packet: 0x085a
#if PACKETVER >= 20101123
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#endif
// Packet: 0x085b
#if PACKETVER >= 20101123
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
#endif
// Packet: 0x085c
#if PACKETVER >= 20101123
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
#endif
// Packet: 0x085d
#if PACKETVER >= 20101123
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
#endif
// Packet: 0x085e
#if PACKETVER >= 20101123
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#endif
// Packet: 0x085f
#if PACKETVER >= 20101123
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#endif
// Packet: 0x0860
#if PACKETVER >= 20101123
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#endif
// Packet: 0x0861
#if PACKETVER >= 20101123
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#endif
// Packet: 0x0862
#if PACKETVER >= 20101123
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#endif
// Packet: 0x0863
#if PACKETVER >= 20101123
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#endif
// Packet: 0x0864
#if PACKETVER >= 20101123
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#endif
// Packet: 0x0865
#if PACKETVER >= 20101123
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#endif
// Packet: 0x0866
#if PACKETVER >= 20101123
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
#endif
// Packet: 0x0867
#if PACKETVER >= 20101123
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#endif
// Packet: 0x0868
#if PACKETVER >= 20101123
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#endif
// Packet: 0x0869
#if PACKETVER >= 20101123
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#endif
// Packet: 0x086a
#if PACKETVER >= 20101123
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#endif
// Packet: 0x086b
#if PACKETVER >= 20101123
-packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 2)
#endif
// Packet: 0x086c
#if PACKETVER >= 20101123
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#endif
// Packet: 0x086d
#if PACKETVER >= 20101123
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#endif
// Packet: 0x086e
#if PACKETVER >= 20101123
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
#endif
// Packet: 0x086f
#if PACKETVER >= 20101123
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#endif
// Packet: 0x0870
#if PACKETVER >= 20101123
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#endif
// Packet: 0x0871
#if PACKETVER >= 20101123
-packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 2)
#endif
// Packet: 0x0872
@@ -4979,312 +4979,312 @@ packetLen(0x0872, 2)
// Packet: 0x0873
#if PACKETVER >= 20101123
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#endif
// Packet: 0x0874
#if PACKETVER >= 20101123
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#endif
// Packet: 0x0875
#if PACKETVER >= 20101123
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#endif
// Packet: 0x0876
#if PACKETVER >= 20101123
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
#endif
// Packet: 0x0877
#if PACKETVER >= 20101123
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#endif
// Packet: 0x0878
#if PACKETVER >= 20101123
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#endif
// Packet: 0x0879
#if PACKETVER >= 20101123
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
#endif
// Packet: 0x087a
#if PACKETVER >= 20101123
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
#endif
// Packet: 0x087b
#if PACKETVER >= 20101123
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#endif
// Packet: 0x087c
#if PACKETVER >= 20101123
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
#endif
// Packet: 0x087d
#if PACKETVER >= 20101123
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#endif
// Packet: 0x087e
#if PACKETVER >= 20101123
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#endif
// Packet: 0x087f
#if PACKETVER >= 20101123
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#endif
// Packet: 0x0880
#if PACKETVER >= 20101123
-packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 2)
#endif
// Packet: 0x0881
#if PACKETVER >= 20101123
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#endif
// Packet: 0x0882
#if PACKETVER >= 20101123
-packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 2)
#endif
// Packet: 0x0883
#if PACKETVER >= 20101123
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#endif
// Packet: 0x0884
#if PACKETVER >= 20101123
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#endif
// Packet: 0x0885
#if PACKETVER >= 20101123
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#endif
// Packet: 0x0886
#if PACKETVER >= 20101123
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#endif
// Packet: 0x0887
#if PACKETVER >= 20101123
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#endif
// Packet: 0x0888
#if PACKETVER >= 20101123
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#endif
// Packet: 0x0889
#if PACKETVER >= 20101123
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#endif
// Packet: 0x088a
#if PACKETVER >= 20101123
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#endif
// Packet: 0x088b
#if PACKETVER >= 20101123
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#endif
// Packet: 0x088c
#if PACKETVER >= 20101123
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#endif
// Packet: 0x088d
#if PACKETVER >= 20101123
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#endif
// Packet: 0x088e
#if PACKETVER >= 20101123
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#endif
// Packet: 0x088f
#if PACKETVER >= 20101123
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#endif
// Packet: 0x0890
#if PACKETVER >= 20101123
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#endif
// Packet: 0x0891
#if PACKETVER >= 20101123
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#endif
// Packet: 0x0892
#if PACKETVER >= 20101123
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#endif
// Packet: 0x0893
#if PACKETVER >= 20101123
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#endif
// Packet: 0x0894
#if PACKETVER >= 20101123
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#endif
// Packet: 0x0895
#if PACKETVER >= 20101123
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#endif
// Packet: 0x0896
#if PACKETVER >= 20101123
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#endif
// Packet: 0x0897
#if PACKETVER >= 20101123
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#endif
// Packet: 0x0898
#if PACKETVER >= 20101123
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#endif
// Packet: 0x0899
#if PACKETVER >= 20101123
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#endif
// Packet: 0x089a
#if PACKETVER >= 20101123
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#endif
// Packet: 0x089b
#if PACKETVER >= 20101123
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#endif
// Packet: 0x089c
#if PACKETVER >= 20101123
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#endif
// Packet: 0x089d
#if PACKETVER >= 20101123
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#endif
// Packet: 0x089e
#if PACKETVER >= 20101123
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#endif
// Packet: 0x089f
#if PACKETVER >= 20101123
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#endif
// Packet: 0x08a0
#if PACKETVER >= 20101123
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#endif
// Packet: 0x08a1
#if PACKETVER >= 20101123
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#endif
// Packet: 0x08a2
#if PACKETVER >= 20101123
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#endif
// Packet: 0x08a3
#if PACKETVER >= 20101123
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#endif
// Packet: 0x08a4
#if PACKETVER >= 20101123
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#endif
// Packet: 0x08a5
#if PACKETVER >= 20101123
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#endif
// Packet: 0x08a6
#if PACKETVER >= 20101123
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#endif
// Packet: 0x08a7
#if PACKETVER >= 20101123
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#endif
// Packet: 0x08a8
#if PACKETVER >= 20101123
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#endif
// Packet: 0x08a9
#if PACKETVER >= 20101123
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#endif
// Packet: 0x08aa
#if PACKETVER >= 20101123
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#endif
// Packet: 0x08ab
#if PACKETVER >= 20101123
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#endif
// Packet: 0x08ac
#if PACKETVER >= 20101123
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#endif
// Packet: 0x08ad
#if PACKETVER >= 20101123
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#endif
// Packet: 0x08af
#if PACKETVER >= 20101228
-packetLen(0x08af, 10) // HC_WAITING_LOGIN
+packetLen(0x08af, 10)
#endif
// Packet: 0x08b1
#if PACKETVER >= 20101221
-packetLen(0x08b1, -1) // ZC_MCSTORE_NOTMOVEITEM_LIST
+packetLen(0x08b1, -1)
#endif
// Packet: 0x08b2
#if PACKETVER >= 20101228
-packetLen(0x08b2, -1) // AC_REALNAME_AUTH
+packetLen(0x08b2, -1)
#endif
diff --git a/src/common/packets/packets2011_len_main.h b/src/common/packets/packets2011_len_main.h
index 2728aeb61..3a22085c9 100644
--- a/src/common/packets/packets2011_len_main.h
+++ b/src/common/packets/packets2011_len_main.h
@@ -2,8 +2,8 @@
* This file is part of Hercules.
* http://herc.ws - http://github.com/HerculesWS/Hercules
*
- * Copyright (C) 2019 Hercules Dev Team
- * Copyright (C) 2019 Andrei Karas (4144)
+ * Copyright (C) 2018-2019 Hercules Dev Team
+ * Copyright (C) 2018-2019 Andrei Karas (4144)
*
* Hercules is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -25,6957 +25,6957 @@
/* This file is autogenerated, please do not commit manual changes */
// Packet: 0x0064
-packetLen(0x0064, 55) // CA_LOGIN
+packetLen(0x0064, 55)
// Packet: 0x0065
-packetLen(0x0065, 17) // CH_ENTER
+packetLen(0x0065, 17)
// Packet: 0x0066
-packetLen(0x0066, 3) // CH_SELECT_CHAR
+packetLen(0x0066, 3)
// Packet: 0x0067
-packetLen(0x0067, 37) // CH_MAKE_CHAR
+packetLen(0x0067, 37)
// Packet: 0x0068
-packetLen(0x0068, 46) // CH_DELETE_CHAR
+packetLen(0x0068, 46)
// Packet: 0x0069
-packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+packetLen(0x0069, -1)
// Packet: 0x006a
-packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+packetLen(0x006a, 23)
// Packet: 0x006b
-packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+packetLen(0x006b, -1)
// Packet: 0x006c
-packetLen(0x006c, 3) // HC_REFUSE_ENTER
+packetLen(0x006c, 3)
// Packet: 0x006d
#if PACKETVER >= 20111101
-packetLen(0x006d, 146) // HC_ACCEPT_MAKECHAR
+packetLen(0x006d, 146)
#elif PACKETVER >= 20110111
-packetLen(0x006d, 138) // HC_ACCEPT_MAKECHAR
+packetLen(0x006d, 138)
#elif PACKETVER >= 20110104
-packetLen(0x006d, 134) // HC_ACCEPT_MAKECHAR
+packetLen(0x006d, 134)
#endif
// Packet: 0x006e
-packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+packetLen(0x006e, 3)
// Packet: 0x006f
-packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+packetLen(0x006f, 2)
// Packet: 0x0070
-packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+packetLen(0x0070, 3)
// Packet: 0x0071
-packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+packetLen(0x0071, 28)
// Packet: 0x0072
-packetLen(0x0072, 22) // CZ_ENTER
+packetLen(0x0072, 22)
// Packet: 0x0073
-packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 11)
// Packet: 0x0074
-packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+packetLen(0x0074, 3)
// Packet: 0x0075
-packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, -1)
// Packet: 0x0076
-packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+packetLen(0x0076, 9)
// Packet: 0x0077
-packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 5)
// Packet: 0x0078
-packetLen(0x0078, 55) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, 55)
// Packet: 0x0079
-packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, 53)
// Packet: 0x007a
-packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, 58)
// Packet: 0x007b
-packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, 60)
// Packet: 0x007c
-packetLen(0x007c, 44) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, 44)
// Packet: 0x007d
-packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, 2)
// Packet: 0x007e
-packetLen(0x007e, 105) // CZ_REQUEST_TIME
+packetLen(0x007e, 105)
// Packet: 0x007f
-packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+packetLen(0x007f, 6)
// Packet: 0x0080
-packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+packetLen(0x0080, 7)
// Packet: 0x0081
-packetLen(0x0081, 3) // SC_NOTIFY_BAN
+packetLen(0x0081, 3)
// Packet: 0x0082
-packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+packetLen(0x0082, 2)
// Packet: 0x0083
-packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 2)
// Packet: 0x0084
-packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+packetLen(0x0084, 2)
// Packet: 0x0085
-packetLen(0x0085, 10) // CZ_REQUEST_MOVE
+packetLen(0x0085, 10)
// Packet: 0x0086
-packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 16)
// Packet: 0x0087
-packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 12)
// Packet: 0x0088
-packetLen(0x0088, 10) // ZC_STOPMOVE
+packetLen(0x0088, 10)
// Packet: 0x0089
-packetLen(0x0089, 11) // CZ_REQUEST_ACT
+packetLen(0x0089, 11)
// Packet: 0x008a
-packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+packetLen(0x008a, 29)
// Packet: 0x008b
-packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+packetLen(0x008b, 23)
// Packet: 0x008c
packetLen(0x008c, 14)
// Packet: 0x008d
-packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+packetLen(0x008d, -1)
// Packet: 0x008e
-packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, -1)
// Packet: 0x0090
-packetLen(0x0090, 7) // CZ_CONTACTNPC
+packetLen(0x0090, 7)
// Packet: 0x0091
-packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, 22)
// Packet: 0x0092
-packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 28)
// Packet: 0x0093
-packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+packetLen(0x0093, 2)
// Packet: 0x0094
-packetLen(0x0094, 19) // CZ_REQNAME
+packetLen(0x0094, 19)
// Packet: 0x0095
-packetLen(0x0095, 30) // ZC_ACK_REQNAME
+packetLen(0x0095, 30)
// Packet: 0x0096
-packetLen(0x0096, -1) // CZ_WHISPER
+packetLen(0x0096, -1)
// Packet: 0x0097
-packetLen(0x0097, -1) // ZC_WHISPER
+packetLen(0x0097, -1)
// Packet: 0x0098
-packetLen(0x0098, 3) // ZC_ACK_WHISPER
+packetLen(0x0098, 3)
// Packet: 0x0099
-packetLen(0x0099, -1) // CZ_BROADCAST
+packetLen(0x0099, -1)
// Packet: 0x009a
-packetLen(0x009a, -1) // ZC_BROADCAST
+packetLen(0x009a, -1)
// Packet: 0x009b
-packetLen(0x009b, 34) // CZ_CHANGE_DIRECTION
+packetLen(0x009b, 34)
// Packet: 0x009c
-packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, 9)
// Packet: 0x009d
-packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+packetLen(0x009d, 17)
// Packet: 0x009e
-packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 17)
// Packet: 0x009f
-packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+packetLen(0x009f, 20)
// Packet: 0x00a0
-packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, 23)
// Packet: 0x00a1
-packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, 6)
// Packet: 0x00a2
-packetLen(0x00a2, 14) // CZ_ITEM_THROW
+packetLen(0x00a2, 14)
// Packet: 0x00a3
-packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, -1)
// Packet: 0x00a4
-packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, -1)
// Packet: 0x00a5
-packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, -1)
// Packet: 0x00a6
-packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, -1)
// Packet: 0x00a7
packetLen(0x00a7, 9)
// Packet: 0x00a8
-packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 7)
// Packet: 0x00a9
-packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, 6)
// Packet: 0x00aa
-packetLen(0x00aa, 9) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 9)
// Packet: 0x00ab
-packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, 4)
// Packet: 0x00ac
-packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, 7)
// Packet: 0x00ae
-packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+packetLen(0x00ae, -1)
// Packet: 0x00af
-packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, 6)
// Packet: 0x00b0
-packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+packetLen(0x00b0, 8)
// Packet: 0x00b1
-packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, 8)
// Packet: 0x00b2
-packetLen(0x00b2, 3) // CZ_RESTART
+packetLen(0x00b2, 3)
// Packet: 0x00b3
-packetLen(0x00b3, 3) // ZC_RESTART_ACK
+packetLen(0x00b3, 3)
// Packet: 0x00b4
-packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+packetLen(0x00b4, -1)
// Packet: 0x00b5
-packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 6)
// Packet: 0x00b6
-packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 6)
// Packet: 0x00b7
-packetLen(0x00b7, -1) // ZC_MENU_LIST
+packetLen(0x00b7, -1)
// Packet: 0x00b8
-packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+packetLen(0x00b8, 7)
// Packet: 0x00b9
-packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, 6)
// Packet: 0x00ba
-packetLen(0x00ba, 2) // CZ_REQ_STATUS
+packetLen(0x00ba, 2)
// Packet: 0x00bb
-packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+packetLen(0x00bb, 5)
// Packet: 0x00bc
-packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 6)
// Packet: 0x00bd
-packetLen(0x00bd, 44) // ZC_STATUS
+packetLen(0x00bd, 44)
// Packet: 0x00be
-packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+packetLen(0x00be, 5)
// Packet: 0x00bf
-packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+packetLen(0x00bf, 3)
// Packet: 0x00c0
-packetLen(0x00c0, 7) // ZC_EMOTION
+packetLen(0x00c0, 7)
// Packet: 0x00c1
-packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, 2)
// Packet: 0x00c2
-packetLen(0x00c2, 6) // ZC_USER_COUNT
+packetLen(0x00c2, 6)
// Packet: 0x00c3
-packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, 8)
// Packet: 0x00c4
-packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, 6)
// Packet: 0x00c5
-packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, 7)
// Packet: 0x00c6
-packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, -1)
// Packet: 0x00c7
-packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, -1)
// Packet: 0x00c8
-packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, -1)
// Packet: 0x00c9
-packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, -1)
// Packet: 0x00ca
-packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, 3)
// Packet: 0x00cb
-packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+packetLen(0x00cb, 3)
// Packet: 0x00cc
-packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, 6)
// Packet: 0x00cd
-packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+packetLen(0x00cd, 3)
// Packet: 0x00ce
-packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 2)
// Packet: 0x00cf
-packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 27)
// Packet: 0x00d0
-packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, 3)
// Packet: 0x00d1
-packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, 4)
// Packet: 0x00d2
-packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 4)
// Packet: 0x00d3
-packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 2)
// Packet: 0x00d4
-packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+packetLen(0x00d4, -1)
// Packet: 0x00d5
-packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, -1)
// Packet: 0x00d6
-packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 3)
// Packet: 0x00d7
-packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, -1)
// Packet: 0x00d8
-packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+packetLen(0x00d8, 6)
// Packet: 0x00d9
-packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, 14)
// Packet: 0x00da
-packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, 3)
// Packet: 0x00db
-packetLen(0x00db, -1) // ZC_ENTER_ROOM
+packetLen(0x00db, -1)
// Packet: 0x00dc
-packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 28)
// Packet: 0x00dd
-packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+packetLen(0x00dd, 29)
// Packet: 0x00de
-packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, -1)
// Packet: 0x00df
-packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, -1)
// Packet: 0x00e0
-packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, 30)
// Packet: 0x00e1
-packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+packetLen(0x00e1, 30)
// Packet: 0x00e2
-packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, 26)
// Packet: 0x00e3
-packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+packetLen(0x00e3, 2)
// Packet: 0x00e4
-packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 6)
// Packet: 0x00e5
-packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 26)
// Packet: 0x00e6
-packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, 3)
// Packet: 0x00e7
-packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 3)
// Packet: 0x00e8
-packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, 8)
// Packet: 0x00e9
-packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 19)
// Packet: 0x00ea
-packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 5)
// Packet: 0x00eb
-packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 2)
// Packet: 0x00ec
-packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 3)
// Packet: 0x00ed
-packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, 2)
// Packet: 0x00ee
-packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, 2)
// Packet: 0x00ef
-packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 2)
// Packet: 0x00f0
-packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 3)
// Packet: 0x00f1
-packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+packetLen(0x00f1, 2)
// Packet: 0x00f2
-packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 6)
// Packet: 0x00f3
-packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+packetLen(0x00f3, -1)
// Packet: 0x00f4
-packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 21)
// Packet: 0x00f5
-packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+packetLen(0x00f5, 11)
// Packet: 0x00f6
-packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 8)
// Packet: 0x00f7
-packetLen(0x00f7, 17) // CZ_REQUEST_TIME
+packetLen(0x00f7, 17)
// Packet: 0x00f8
-packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+packetLen(0x00f8, 2)
// Packet: 0x00f9
-packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+packetLen(0x00f9, 26)
// Packet: 0x00fa
-packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, 3)
// Packet: 0x00fb
-packetLen(0x00fb, -1) // ZC_GROUP_LIST
+packetLen(0x00fb, -1)
// Packet: 0x00fc
-packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, 6)
// Packet: 0x00fd
-packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, 27)
// Packet: 0x00fe
-packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, 30)
// Packet: 0x00ff
-packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+packetLen(0x00ff, 10)
// Packet: 0x0100
-packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, 2)
// Packet: 0x0101
-packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, 6)
// Packet: 0x0102
-packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 6)
// Packet: 0x0103
-packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 30)
// Packet: 0x0104
-packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, 79)
// Packet: 0x0105
-packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, 31)
// Packet: 0x0106
-packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, 10)
// Packet: 0x0107
-packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, 10)
// Packet: 0x0108
-packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, -1)
// Packet: 0x0109
-packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, -1)
// Packet: 0x010a
-packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 4)
// Packet: 0x010b
-packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, 6)
// Packet: 0x010c
-packetLen(0x010c, 6) // ZC_MVP
+packetLen(0x010c, 6)
// Packet: 0x010d
-packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+packetLen(0x010d, 2)
// Packet: 0x010e
-packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, 11)
// Packet: 0x010f
-packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+packetLen(0x010f, -1)
// Packet: 0x0110
-packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, 10)
// Packet: 0x0111
-packetLen(0x0111, 39) // ZC_ADD_SKILL
+packetLen(0x0111, 39)
// Packet: 0x0112
-packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, 4)
// Packet: 0x0113
-packetLen(0x0113, 25) // CZ_USE_SKILL
+packetLen(0x0113, 25)
// Packet: 0x0114
-packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+packetLen(0x0114, 31)
// Packet: 0x0115
-packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+packetLen(0x0115, 35)
// Packet: 0x0116
-packetLen(0x0116, 17) // CZ_USE_SKILL_TOGROUND
+packetLen(0x0116, 17)
// Packet: 0x0117
-packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, 18)
// Packet: 0x0118
-packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+packetLen(0x0118, 2)
// Packet: 0x0119
-packetLen(0x0119, 13) // ZC_STATE_CHANGE
+packetLen(0x0119, 13)
// Packet: 0x011a
-packetLen(0x011a, 15) // ZC_USE_SKILL
+packetLen(0x011a, 15)
// Packet: 0x011b
-packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, 20)
// Packet: 0x011c
-packetLen(0x011c, 68) // ZC_WARPLIST
+packetLen(0x011c, 68)
// Packet: 0x011d
-packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 2)
// Packet: 0x011e
-packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, 3)
// Packet: 0x011f
-packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+packetLen(0x011f, 16)
// Packet: 0x0120
-packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, 6)
// Packet: 0x0121
-packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, 14)
// Packet: 0x0122
-packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, -1)
// Packet: 0x0123
-packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, -1)
// Packet: 0x0124
-packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 21)
// Packet: 0x0125
-packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 8)
// Packet: 0x0126
-packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 8)
// Packet: 0x0127
-packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, 8)
// Packet: 0x0128
-packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 8)
// Packet: 0x0129
-packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, 8)
// Packet: 0x012a
-packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+packetLen(0x012a, 2)
// Packet: 0x012b
-packetLen(0x012b, 2) // ZC_CARTOFF
+packetLen(0x012b, 2)
// Packet: 0x012c
-packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 3)
// Packet: 0x012d
-packetLen(0x012d, 4) // ZC_OPENSTORE
+packetLen(0x012d, 4)
// Packet: 0x012e
-packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, 2)
// Packet: 0x012f
-packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+packetLen(0x012f, -1)
// Packet: 0x0130
-packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, 6)
// Packet: 0x0131
-packetLen(0x0131, 86) // ZC_STORE_ENTRY
+packetLen(0x0131, 86)
// Packet: 0x0132
-packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, 6)
// Packet: 0x0133
-packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, -1)
// Packet: 0x0134
-packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, -1)
// Packet: 0x0135
-packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, 7)
// Packet: 0x0136
-packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, -1)
// Packet: 0x0137
-packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, 6)
// Packet: 0x0138
-packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+packetLen(0x0138, 3)
// Packet: 0x0139
-packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, 16)
// Packet: 0x013a
-packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+packetLen(0x013a, 4)
// Packet: 0x013b
-packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+packetLen(0x013b, 4)
// Packet: 0x013c
-packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+packetLen(0x013c, 4)
// Packet: 0x013d
-packetLen(0x013d, 6) // ZC_RECOVERY
+packetLen(0x013d, 6)
// Packet: 0x013e
-packetLen(0x013e, 24) // ZC_USESKILL_ACK
+packetLen(0x013e, 24)
// Packet: 0x013f
-packetLen(0x013f, 26) // CZ_ITEM_CREATE
+packetLen(0x013f, 26)
// Packet: 0x0140
-packetLen(0x0140, 22) // CZ_MOVETO_MAP
+packetLen(0x0140, 22)
// Packet: 0x0141
-packetLen(0x0141, 14) // ZC_COUPLESTATUS
+packetLen(0x0141, 14)
// Packet: 0x0142
-packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+packetLen(0x0142, 6)
// Packet: 0x0143
-packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+packetLen(0x0143, 10)
// Packet: 0x0144
-packetLen(0x0144, 23) // ZC_COMPASS
+packetLen(0x0144, 23)
// Packet: 0x0145
-packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+packetLen(0x0145, 19)
// Packet: 0x0146
-packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+packetLen(0x0146, 6)
// Packet: 0x0147
-packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+packetLen(0x0147, 39)
// Packet: 0x0148
-packetLen(0x0148, 8) // ZC_RESURRECTION
+packetLen(0x0148, 8)
// Packet: 0x0149
-packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, 9)
// Packet: 0x014a
-packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+packetLen(0x014a, 6)
// Packet: 0x014b
-packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+packetLen(0x014b, 27)
// Packet: 0x014c
-packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, -1)
// Packet: 0x014d
-packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 2)
// Packet: 0x014e
-packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+packetLen(0x014e, 6)
// Packet: 0x014f
-packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, 6)
// Packet: 0x0150
-packetLen(0x0150, 110) // ZC_GUILD_INFO
+packetLen(0x0150, 110)
// Packet: 0x0151
-packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+packetLen(0x0151, 6)
// Packet: 0x0152
-packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+packetLen(0x0152, -1)
// Packet: 0x0153
-packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+packetLen(0x0153, -1)
// Packet: 0x0154
-packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, -1)
// Packet: 0x0155
-packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, -1)
// Packet: 0x0156
-packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+packetLen(0x0156, -1)
// Packet: 0x0157
-packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+packetLen(0x0157, 6)
// Packet: 0x0159
-packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, 54)
// Packet: 0x015a
-packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 66)
// Packet: 0x015b
-packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 54)
// Packet: 0x015c
-packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, 90)
// Packet: 0x015d
-packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+packetLen(0x015d, 42)
// Packet: 0x015e
-packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, 6)
// Packet: 0x015f
-packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+packetLen(0x015f, 42)
// Packet: 0x0160
-packetLen(0x0160, -1) // ZC_POSITION_INFO
+packetLen(0x0160, -1)
// Packet: 0x0161
-packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, -1)
// Packet: 0x0162
-packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, -1)
// Packet: 0x0163
-packetLen(0x0163, -1) // ZC_BAN_LIST
+packetLen(0x0163, -1)
// Packet: 0x0164
-packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+packetLen(0x0164, -1)
// Packet: 0x0165
-packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, 30)
// Packet: 0x0166
-packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, -1)
// Packet: 0x0167
-packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 3)
// Packet: 0x0168
-packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, 14)
// Packet: 0x0169
-packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 3)
// Packet: 0x016a
-packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, 30)
// Packet: 0x016b
-packetLen(0x016b, 10) // CZ_JOIN_GUILD
+packetLen(0x016b, 10)
// Packet: 0x016c
-packetLen(0x016c, 43) // ZC_UPDATE_GDID
+packetLen(0x016c, 43)
// Packet: 0x016d
-packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 14)
// Packet: 0x016e
-packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+packetLen(0x016e, 186)
// Packet: 0x016f
-packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+packetLen(0x016f, 182)
// Packet: 0x0170
-packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 14)
// Packet: 0x0171
-packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, 30)
// Packet: 0x0172
-packetLen(0x0172, 10) // CZ_ALLY_GUILD
+packetLen(0x0172, 10)
// Packet: 0x0173
-packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+packetLen(0x0173, 3)
// Packet: 0x0174
-packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0174, -1)
// Packet: 0x0175
-packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+packetLen(0x0175, 6)
// Packet: 0x0176
-packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+packetLen(0x0176, 106)
// Packet: 0x0177
-packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, -1)
// Packet: 0x0178
-packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, 4)
// Packet: 0x0179
-packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 5)
// Packet: 0x017a
-packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, 4)
// Packet: 0x017b
-packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, -1)
// Packet: 0x017c
-packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, 6)
// Packet: 0x017d
-packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 7)
// Packet: 0x017e
-packetLen(0x017e, -1) // CZ_GUILD_CHAT
+packetLen(0x017e, -1)
// Packet: 0x017f
-packetLen(0x017f, -1) // ZC_GUILD_CHAT
+packetLen(0x017f, -1)
// Packet: 0x0180
-packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+packetLen(0x0180, 6)
// Packet: 0x0181
-packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+packetLen(0x0181, 3)
// Packet: 0x0182
-packetLen(0x0182, 106) // ZC_MEMBER_ADD
+packetLen(0x0182, 106)
// Packet: 0x0183
-packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+packetLen(0x0183, 10)
// Packet: 0x0184
-packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+packetLen(0x0184, 10)
// Packet: 0x0185
-packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+packetLen(0x0185, 34)
// Packet: 0x0187
-packetLen(0x0187, 6) // CH_UNKNOWN_PING
+packetLen(0x0187, 6)
// Packet: 0x0188
-packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, 8)
// Packet: 0x0189
-packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, 4)
// Packet: 0x018a
-packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+packetLen(0x018a, 4)
// Packet: 0x018b
-packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, 4)
// Packet: 0x018c
-packetLen(0x018c, 29) // ZC_MONSTER_INFO
+packetLen(0x018c, 29)
// Packet: 0x018d
-packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, -1)
// Packet: 0x018e
-packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+packetLen(0x018e, 10)
// Packet: 0x018f
-packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 6)
// Packet: 0x0190
-packetLen(0x0190, 23) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+packetLen(0x0190, 23)
// Packet: 0x0191
-packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+packetLen(0x0191, 86)
// Packet: 0x0192
-packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+packetLen(0x0192, 24)
// Packet: 0x0193
-packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+packetLen(0x0193, 2)
// Packet: 0x0194
-packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 30)
// Packet: 0x0195
-packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 102)
// Packet: 0x0196
-packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, 9)
// Packet: 0x0197
-packetLen(0x0197, 4) // CZ_RESET
+packetLen(0x0197, 4)
// Packet: 0x0198
-packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+packetLen(0x0198, 8)
// Packet: 0x0199
-packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, 4)
// Packet: 0x019a
-packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 14)
// Packet: 0x019b
-packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 10)
// Packet: 0x019c
-packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+packetLen(0x019c, -1)
// Packet: 0x019d
-packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, 6)
// Packet: 0x019e
-packetLen(0x019e, 2) // ZC_START_CAPTURE
+packetLen(0x019e, 2)
// Packet: 0x019f
-packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, 6)
// Packet: 0x01a0
-packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, 3)
// Packet: 0x01a1
-packetLen(0x01a1, 3) // CZ_COMMAND_PET
+packetLen(0x01a1, 3)
// Packet: 0x01a2
-packetLen(0x01a2, 37) // ZC_PROPERTY_PET
+packetLen(0x01a2, 37)
// Packet: 0x01a3
-packetLen(0x01a3, 5) // ZC_FEED_PET
+packetLen(0x01a3, 5)
// Packet: 0x01a4
-packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, 11)
// Packet: 0x01a5
-packetLen(0x01a5, 26) // CZ_RENAME_PET
+packetLen(0x01a5, 26)
// Packet: 0x01a6
-packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+packetLen(0x01a6, -1)
// Packet: 0x01a7
-packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 4)
// Packet: 0x01a8
-packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+packetLen(0x01a8, 4)
// Packet: 0x01a9
-packetLen(0x01a9, 6) // CZ_PET_ACT
+packetLen(0x01a9, 6)
// Packet: 0x01aa
-packetLen(0x01aa, 10) // ZC_PET_ACT
+packetLen(0x01aa, 10)
// Packet: 0x01ab
-packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, 12)
// Packet: 0x01ac
-packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+packetLen(0x01ac, 6)
// Packet: 0x01ad
-packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, -1)
// Packet: 0x01ae
-packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, 4)
// Packet: 0x01af
-packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+packetLen(0x01af, 4)
// Packet: 0x01b0
-packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, 11)
// Packet: 0x01b1
-packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+packetLen(0x01b1, 7)
// Packet: 0x01b2
-packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, -1)
// Packet: 0x01b3
-packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, 67)
// Packet: 0x01b4
-packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+packetLen(0x01b4, 12)
// Packet: 0x01b5
-packetLen(0x01b5, 18) // SC_BILLING_INFO
+packetLen(0x01b5, 18)
// Packet: 0x01b6
-packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+packetLen(0x01b6, 114)
// Packet: 0x01b7
-packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+packetLen(0x01b7, 6)
// Packet: 0x01b8
-packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+packetLen(0x01b8, 3)
// Packet: 0x01b9
-packetLen(0x01b9, 6) // ZC_DISPEL
+packetLen(0x01b9, 6)
// Packet: 0x01ba
-packetLen(0x01ba, 26) // CZ_REMOVE_AID
+packetLen(0x01ba, 26)
// Packet: 0x01bb
-packetLen(0x01bb, 26) // CZ_SHIFT
+packetLen(0x01bb, 26)
// Packet: 0x01bc
-packetLen(0x01bc, 26) // CZ_RECALL
+packetLen(0x01bc, 26)
// Packet: 0x01bd
-packetLen(0x01bd, 26) // CZ_RECALL_GID
+packetLen(0x01bd, 26)
// Packet: 0x01be
-packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+packetLen(0x01be, 2)
// Packet: 0x01bf
-packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+packetLen(0x01bf, 3)
// Packet: 0x01c0
-packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+packetLen(0x01c0, 2)
// Packet: 0x01c1
-packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+packetLen(0x01c1, 14)
// Packet: 0x01c2
-packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+packetLen(0x01c2, 10)
// Packet: 0x01c3
-packetLen(0x01c3, -1) // ZC_BROADCAST2
+packetLen(0x01c3, -1)
// Packet: 0x01c4
-packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 22)
// Packet: 0x01c5
-packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 22)
// Packet: 0x01c6
-packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+packetLen(0x01c6, 4)
// Packet: 0x01c7
-packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+packetLen(0x01c7, 2)
// Packet: 0x01c8
-packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, 13)
// Packet: 0x01c9
-packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 97)
// Packet: 0x01ca
-packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+packetLen(0x01ca, 3)
// Packet: 0x01cb
-packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+packetLen(0x01cb, 9)
// Packet: 0x01cc
-packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+packetLen(0x01cc, 9)
// Packet: 0x01cd
-packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, 30)
// Packet: 0x01ce
-packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, 6)
// Packet: 0x01cf
-packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+packetLen(0x01cf, 28)
// Packet: 0x01d0
-packetLen(0x01d0, 8) // ZC_SPIRITS
+packetLen(0x01d0, 8)
// Packet: 0x01d1
-packetLen(0x01d1, 14) // ZC_BLADESTOP
+packetLen(0x01d1, 14)
// Packet: 0x01d2
-packetLen(0x01d2, 10) // ZC_COMBODELAY
+packetLen(0x01d2, 10)
// Packet: 0x01d3
-packetLen(0x01d3, 35) // ZC_SOUND
+packetLen(0x01d3, 35)
// Packet: 0x01d4
-packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, 6)
// Packet: 0x01d5
-packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, -1)
// Packet: 0x01d6
-packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 4)
// Packet: 0x01d7
-packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 11)
// Packet: 0x01d8
-packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 54)
// Packet: 0x01d9
-packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 53)
// Packet: 0x01da
-packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 60)
// Packet: 0x01db
-packetLen(0x01db, 2) // CA_REQ_HASH
+packetLen(0x01db, 2)
// Packet: 0x01dc
-packetLen(0x01dc, -1) // AC_ACK_HASH
+packetLen(0x01dc, -1)
// Packet: 0x01dd
-packetLen(0x01dd, 47) // CA_LOGIN2
+packetLen(0x01dd, 47)
// Packet: 0x01de
-packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 33)
// Packet: 0x01df
-packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+packetLen(0x01df, 6)
// Packet: 0x01e0
-packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+packetLen(0x01e0, 30)
// Packet: 0x01e1
-packetLen(0x01e1, 8) // ZC_SPIRITS2
+packetLen(0x01e1, 8)
// Packet: 0x01e2
-packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+packetLen(0x01e2, 34)
// Packet: 0x01e3
-packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+packetLen(0x01e3, 14)
// Packet: 0x01e4
-packetLen(0x01e4, 2) // ZC_START_COUPLE
+packetLen(0x01e4, 2)
// Packet: 0x01e5
-packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+packetLen(0x01e5, 6)
// Packet: 0x01e6
-packetLen(0x01e6, 26) // ZC_COUPLENAME
+packetLen(0x01e6, 26)
// Packet: 0x01e7
-packetLen(0x01e7, 2) // CZ_DORIDORI
+packetLen(0x01e7, 2)
// Packet: 0x01e8
-packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 28)
// Packet: 0x01e9
-packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, 81)
// Packet: 0x01ea
-packetLen(0x01ea, 6) // ZC_CONGRATULATION
+packetLen(0x01ea, 6)
// Packet: 0x01eb
-packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, 10)
// Packet: 0x01ec
-packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+packetLen(0x01ec, 26)
// Packet: 0x01ed
-packetLen(0x01ed, 2) // CZ_CHOPOKGI
+packetLen(0x01ed, 2)
// Packet: 0x01ee
-packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, -1)
// Packet: 0x01ef
-packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, -1)
// Packet: 0x01f0
-packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, -1)
// Packet: 0x01f1
-packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+packetLen(0x01f1, -1)
// Packet: 0x01f2
-packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, 20)
// Packet: 0x01f3
-packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+packetLen(0x01f3, 10)
// Packet: 0x01f4
-packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, 32)
// Packet: 0x01f5
-packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, 9)
// Packet: 0x01f6
-packetLen(0x01f6, 34) // ZC_REQ_BABY
+packetLen(0x01f6, 34)
// Packet: 0x01f7
-packetLen(0x01f7, 14) // CZ_JOIN_BABY
+packetLen(0x01f7, 14)
// Packet: 0x01f8
-packetLen(0x01f8, 2) // ZC_START_BABY
+packetLen(0x01f8, 2)
// Packet: 0x01f9
-packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+packetLen(0x01f9, 6)
// Packet: 0x01fa
-packetLen(0x01fa, 48) // CA_LOGIN3
+packetLen(0x01fa, 48)
// Packet: 0x01fb
-packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+packetLen(0x01fb, 56)
// Packet: 0x01fc
-packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, -1)
// Packet: 0x01fd
-packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 15)
// Packet: 0x01fe
-packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, 5)
// Packet: 0x01ff
-packetLen(0x01ff, 10) // ZC_HIGHJUMP
+packetLen(0x01ff, 10)
// Packet: 0x0200
-packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+packetLen(0x0200, 26)
// Packet: 0x0201
-packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+packetLen(0x0201, -1)
// Packet: 0x0202
#if PACKETVER >= 20111220
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20111213
-packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+packetLen(0x0202, -1)
#elif PACKETVER >= 20111207
-packetLen(0x0202, 8) // CZ_ADD_FRIENDS
+packetLen(0x0202, 8)
#elif PACKETVER >= 20111122
-packetLen(0x0202, 18) // CZ_ADD_FRIENDS
+packetLen(0x0202, 18)
#elif PACKETVER >= 20111101
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20111025
-packetLen(0x0202, 4) // CZ_ADD_FRIENDS
+packetLen(0x0202, 4)
#elif PACKETVER >= 20111017
-packetLen(0x0202, 90) // CZ_ADD_FRIENDS
+packetLen(0x0202, 90)
#elif PACKETVER >= 20111010
-packetLen(0x0202, 8) // CZ_ADD_FRIENDS
+packetLen(0x0202, 8)
#elif PACKETVER >= 20110920
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20110906
-packetLen(0x0202, 10) // CZ_ADD_FRIENDS
+packetLen(0x0202, 10)
#elif PACKETVER >= 20110823
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20110816
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20110726
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20110718
-packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+packetLen(0x0202, 26)
#elif PACKETVER >= 20110711
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20110531
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20110523
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20110517
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20110511
-packetLen(0x0202, 6) // CZ_ADD_FRIENDS
+packetLen(0x0202, 6)
#elif PACKETVER >= 20110426
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20110419
-packetLen(0x0202, 6) // CZ_ADD_FRIENDS
+packetLen(0x0202, 6)
#elif PACKETVER >= 20110405
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20110329
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20110322
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20110315
-packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+packetLen(0x0202, 26)
#elif PACKETVER >= 20110308
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20110222
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20110215
-packetLen(0x0202, 8) // CZ_ADD_FRIENDS
+packetLen(0x0202, 8)
#elif PACKETVER >= 20110125
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20110118
-packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+packetLen(0x0202, -1)
#elif PACKETVER >= 20110111
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20110104
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#endif
// Packet: 0x0203
-packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+packetLen(0x0203, 10)
// Packet: 0x0204
-packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+packetLen(0x0204, 18)
// Packet: 0x0205
-packetLen(0x0205, 26) // ZC_DIVORCE
+packetLen(0x0205, 26)
// Packet: 0x0206
-packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+packetLen(0x0206, 11)
// Packet: 0x0207
-packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, 34)
// Packet: 0x0208
-packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, 14)
// Packet: 0x0209
-packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, 36)
// Packet: 0x020a
-packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 10)
// Packet: 0x020d
-packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+packetLen(0x020d, -1)
// Packet: 0x020e
-packetLen(0x020e, 32) // ZC_STARSKILL
+packetLen(0x020e, 32)
// Packet: 0x0212
-packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+packetLen(0x0212, 26)
// Packet: 0x0213
-packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+packetLen(0x0213, 26)
// Packet: 0x0214
-packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+packetLen(0x0214, 42)
// Packet: 0x0215
-packetLen(0x0215, 6) // ZC_SKILLMSG
+packetLen(0x0215, 6)
// Packet: 0x0216
-packetLen(0x0216, 6) // ZC_BABYMSG
+packetLen(0x0216, 6)
// Packet: 0x0217
-packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 2)
// Packet: 0x0218
-packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, 2)
// Packet: 0x0219
-packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 282)
// Packet: 0x021a
-packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, 282)
// Packet: 0x021b
-packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, 10)
// Packet: 0x021c
-packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, 10)
// Packet: 0x021d
-packetLen(0x021d, 6) // CZ_LESSEFFECT
+packetLen(0x021d, 6)
// Packet: 0x021e
-packetLen(0x021e, 6) // ZC_LESSEFFECT
+packetLen(0x021e, 6)
// Packet: 0x021f
-packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+packetLen(0x021f, 66)
// Packet: 0x0220
-packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+packetLen(0x0220, 10)
// Packet: 0x0221
-packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+packetLen(0x0221, -1)
// Packet: 0x0222
-packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+packetLen(0x0222, 6)
// Packet: 0x0223
-packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+packetLen(0x0223, 8)
// Packet: 0x0224
-packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+packetLen(0x0224, 10)
// Packet: 0x0225
-packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+packetLen(0x0225, 2)
// Packet: 0x0226
-packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+packetLen(0x0226, 282)
// Packet: 0x0227
-packetLen(0x0227, 18) // ZC_GAME_GUARD
+packetLen(0x0227, 18)
// Packet: 0x0228
-packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+packetLen(0x0228, 18)
// Packet: 0x0229
-packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+packetLen(0x0229, 15)
// Packet: 0x022a
-packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 58)
// Packet: 0x022b
-packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, 57)
// Packet: 0x022c
-packetLen(0x022c, 65) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, 65)
// Packet: 0x022d
#if PACKETVER >= 20111227
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20111220
-packetLen(0x022d, 6) // CZ_COMMAND_MER
+packetLen(0x022d, 6)
#elif PACKETVER >= 20111213
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20111207
-packetLen(0x022d, 8) // CZ_COMMAND_MER
+packetLen(0x022d, 8)
#elif PACKETVER >= 20111122
-packetLen(0x022d, 7) // CZ_COMMAND_MER
+packetLen(0x022d, 7)
#elif PACKETVER >= 20111114
-packetLen(0x022d, -1) // CZ_COMMAND_MER
+packetLen(0x022d, -1)
#elif PACKETVER >= 20111108
-packetLen(0x022d, 5) // CZ_COMMAND_MER
+packetLen(0x022d, 5)
#elif PACKETVER >= 20111025
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20111017
-packetLen(0x022d, 12) // CZ_COMMAND_MER
+packetLen(0x022d, 12)
#elif PACKETVER >= 20111004
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20110920
-packetLen(0x022d, -1) // CZ_COMMAND_MER
+packetLen(0x022d, -1)
#elif PACKETVER >= 20110906
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20110823
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20110816
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20110809
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20110802
-packetLen(0x022d, 6) // CZ_COMMAND_MER
+packetLen(0x022d, 6)
#elif PACKETVER >= 20110726
-packetLen(0x022d, 12) // CZ_COMMAND_MER
+packetLen(0x022d, 12)
#elif PACKETVER >= 20110705
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20110627
-packetLen(0x022d, -1) // CZ_COMMAND_MER
+packetLen(0x022d, -1)
#elif PACKETVER >= 20110620
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20110614
-packetLen(0x022d, 6) // CZ_COMMAND_MER
+packetLen(0x022d, 6)
#elif PACKETVER >= 20110531
-packetLen(0x022d, -1) // CZ_COMMAND_MER
+packetLen(0x022d, -1)
#elif PACKETVER >= 20110523
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20110503
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20110426
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20110412
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20110405
-packetLen(0x022d, 6) // CZ_COMMAND_MER
+packetLen(0x022d, 6)
#elif PACKETVER >= 20110329
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20110315
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20110308
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20110215
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20110208
-packetLen(0x022d, 36) // CZ_COMMAND_MER
+packetLen(0x022d, 36)
#elif PACKETVER >= 20110131
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20110125
-packetLen(0x022d, 26) // CZ_COMMAND_MER
+packetLen(0x022d, 26)
#elif PACKETVER >= 20110118
-packetLen(0x022d, 10) // CZ_COMMAND_MER
+packetLen(0x022d, 10)
#elif PACKETVER >= 20110111
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20110104
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#endif
// Packet: 0x022e
-packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 71)
// Packet: 0x022f
-packetLen(0x022f, 5) // ZC_FEED_MER
+packetLen(0x022f, 5)
// Packet: 0x0230
-packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+packetLen(0x0230, 12)
// Packet: 0x0231
-packetLen(0x0231, 26) // CZ_RENAME_MER
+packetLen(0x0231, 26)
// Packet: 0x0232
-packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, 9)
// Packet: 0x0233
-packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, 11)
// Packet: 0x0234
-packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, 6)
// Packet: 0x0235
-packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, -1)
// Packet: 0x0236
-packetLen(0x0236, 10) // ZC_KILLER_POINT
+packetLen(0x0236, 10)
// Packet: 0x0237
-packetLen(0x0237, 2) // CZ_KILLER_RANK
+packetLen(0x0237, 2)
// Packet: 0x0238
-packetLen(0x0238, 282) // ZC_KILLER_RANK
+packetLen(0x0238, 282)
// Packet: 0x0239
-packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 11)
// Packet: 0x023a
-packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, 4)
// Packet: 0x023b
#if PACKETVER >= 20111220
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20111213
-packetLen(0x023b, 8) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 8)
#elif PACKETVER >= 20111207
-packetLen(0x023b, 19) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 19)
#elif PACKETVER >= 20111114
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20111108
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20111101
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20111025
-packetLen(0x023b, 5) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 5)
#elif PACKETVER >= 20111010
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20111004
-packetLen(0x023b, 6) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 6)
#elif PACKETVER >= 20110928
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20110920
-packetLen(0x023b, 5) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 5)
#elif PACKETVER >= 20110906
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20110831
-packetLen(0x023b, 10) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 10)
#elif PACKETVER >= 20110823
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20110816
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20110726
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20110718
-packetLen(0x023b, 6) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 6)
#elif PACKETVER >= 20110705
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20110627
-packetLen(0x023b, 4) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 4)
#elif PACKETVER >= 20110620
-packetLen(0x023b, 8) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 8)
#elif PACKETVER >= 20110531
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20110523
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20110517
-packetLen(0x023b, 5) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 5)
#elif PACKETVER >= 20110511
-packetLen(0x023b, 7) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 7)
#elif PACKETVER >= 20110426
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20110419
-packetLen(0x023b, 5) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 5)
#elif PACKETVER >= 20110405
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20110329
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20110308
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20110228
-packetLen(0x023b, 5) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 5)
#elif PACKETVER >= 20110222
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20110215
-packetLen(0x023b, 18) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 18)
#elif PACKETVER >= 20110208
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20110131
-packetLen(0x023b, 6) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 6)
#elif PACKETVER >= 20110125
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20110118
-packetLen(0x023b, -1) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, -1)
#elif PACKETVER >= 20110111
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20110104
-packetLen(0x023b, 4) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 4)
#endif
// Packet: 0x023c
-packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, 6)
// Packet: 0x023d
-packetLen(0x023d, 6) // AC_EVENT_RESULT
+packetLen(0x023d, 6)
// Packet: 0x023e
-packetLen(0x023e, 8) // HC_REQUEST_CHARACTER_PASSWORD
+packetLen(0x023e, 8)
// Packet: 0x023f
-packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+packetLen(0x023f, 2)
// Packet: 0x0240
-packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+packetLen(0x0240, -1)
// Packet: 0x0241
-packetLen(0x0241, 6) // CZ_MAIL_OPEN
+packetLen(0x0241, 6)
// Packet: 0x0242
-packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+packetLen(0x0242, -1)
// Packet: 0x0243
-packetLen(0x0243, 6) // CZ_MAIL_DELETE
+packetLen(0x0243, 6)
// Packet: 0x0244
-packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+packetLen(0x0244, 6)
// Packet: 0x0245
-packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+packetLen(0x0245, 3)
// Packet: 0x0246
-packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+packetLen(0x0246, 4)
// Packet: 0x0247
-packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+packetLen(0x0247, 8)
// Packet: 0x0248
-packetLen(0x0248, -1) // CZ_MAIL_SEND
+packetLen(0x0248, -1)
// Packet: 0x0249
-packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+packetLen(0x0249, 3)
// Packet: 0x024a
-packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+packetLen(0x024a, 70)
// Packet: 0x024b
-packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+packetLen(0x024b, 4)
// Packet: 0x024c
-packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+packetLen(0x024c, 8)
// Packet: 0x024d
-packetLen(0x024d, 12) // CZ_AUCTION_ADD
+packetLen(0x024d, 12)
// Packet: 0x024e
-packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+packetLen(0x024e, 6)
// Packet: 0x024f
-packetLen(0x024f, 10) // CZ_AUCTION_BUY
+packetLen(0x024f, 10)
// Packet: 0x0250
-packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+packetLen(0x0250, 3)
// Packet: 0x0251
-packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+packetLen(0x0251, 34)
// Packet: 0x0252
-packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+packetLen(0x0252, -1)
// Packet: 0x0253
-packetLen(0x0253, 3) // ZC_STARPLACE
+packetLen(0x0253, 3)
// Packet: 0x0254
-packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+packetLen(0x0254, 3)
// Packet: 0x0255
-packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+packetLen(0x0255, 5)
// Packet: 0x0256
-packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+packetLen(0x0256, 5)
// Packet: 0x0257
-packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+packetLen(0x0257, 8)
// Packet: 0x0258
-packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+packetLen(0x0258, 2)
// Packet: 0x0259
-packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+packetLen(0x0259, 3)
// Packet: 0x025a
-packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+packetLen(0x025a, -1)
// Packet: 0x025b
-packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+packetLen(0x025b, 6)
// Packet: 0x025c
-packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+packetLen(0x025c, 4)
// Packet: 0x025d
-packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+packetLen(0x025d, 6)
// Packet: 0x025e
-packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+packetLen(0x025e, 4)
// Packet: 0x025f
-packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+packetLen(0x025f, 6)
// Packet: 0x0260
-packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+packetLen(0x0260, 6)
// Packet: 0x0261
-packetLen(0x0261, 11) // AC_REQ_LOGIN_OLDEKEY
+packetLen(0x0261, 11)
// Packet: 0x0262
-packetLen(0x0262, 11) // AC_REQ_LOGIN_NEWEKEY
+packetLen(0x0262, 11)
// Packet: 0x0263
-packetLen(0x0263, 11) // AC_REQ_LOGIN_CARDPASS
+packetLen(0x0263, 11)
// Packet: 0x0264
-packetLen(0x0264, 20) // CA_ACK_LOGIN_OLDEKEY
+packetLen(0x0264, 20)
// Packet: 0x0265
-packetLen(0x0265, 20) // CA_ACK_LOGIN_NEWEKEY
+packetLen(0x0265, 20)
// Packet: 0x0266
-packetLen(0x0266, 30) // CA_ACK_LOGIN_CARDPASS
+packetLen(0x0266, 30)
// Packet: 0x0267
-packetLen(0x0267, 4) // AC_ACK_EKEY_FAIL_NOTEXIST
+packetLen(0x0267, 4)
// Packet: 0x0268
-packetLen(0x0268, 4) // AC_ACK_EKEY_FAIL_NOTUSESEKEY
+packetLen(0x0268, 4)
// Packet: 0x0269
-packetLen(0x0269, 4) // AC_ACK_EKEY_FAIL_NOTUSEDEKEY
+packetLen(0x0269, 4)
// Packet: 0x026a
-packetLen(0x026a, 4) // AC_ACK_EKEY_FAIL_AUTHREFUSE
+packetLen(0x026a, 4)
// Packet: 0x026b
-packetLen(0x026b, 4) // AC_ACK_EKEY_FAIL_INPUTEKEY
+packetLen(0x026b, 4)
// Packet: 0x026c
-packetLen(0x026c, 4) // AC_ACK_EKEY_FAIL_NOTICE
+packetLen(0x026c, 4)
// Packet: 0x026d
-packetLen(0x026d, 4) // AC_ACK_EKEY_FAIL_NEEDCARDPASS
+packetLen(0x026d, 4)
// Packet: 0x026f
-packetLen(0x026f, 2) // AC_ACK_FIRST_LOGIN
+packetLen(0x026f, 2)
// Packet: 0x0270
-packetLen(0x0270, 2) // AC_REQ_LOGIN_ACCOUNT_INFO
+packetLen(0x0270, 2)
// Packet: 0x0271
-packetLen(0x0271, 40) // CA_ACK_LOGIN_ACCOUNT_INFO
+packetLen(0x0271, 40)
// Packet: 0x0272
-packetLen(0x0272, 44) // AC_ACK_PT_ID_INFO
+packetLen(0x0272, 44)
// Packet: 0x0273
-packetLen(0x0273, 30) // CZ_REQ_MAIL_RETURN
+packetLen(0x0273, 30)
// Packet: 0x0274
-packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, 8)
// Packet: 0x0275
-packetLen(0x0275, 37) // CH_ENTER2
+packetLen(0x0275, 37)
// Packet: 0x0276
-packetLen(0x0276, -1) // AC_ACCEPT_LOGIN2
+packetLen(0x0276, -1)
// Packet: 0x0277
-packetLen(0x0277, 84) // CA_LOGIN_PCBANG
+packetLen(0x0277, 84)
// Packet: 0x0278
-packetLen(0x0278, 2) // ZC_NOTIFY_PCBANG
+packetLen(0x0278, 2)
// Packet: 0x0279
-packetLen(0x0279, 2) // CZ_HUNTINGLIST
+packetLen(0x0279, 2)
// Packet: 0x027a
-packetLen(0x027a, -1) // ZC_HUNTINGLIST
+packetLen(0x027a, -1)
// Packet: 0x027b
-packetLen(0x027b, 14) // ZC_PCBANG_EFFECT
+packetLen(0x027b, 14)
// Packet: 0x027c
-packetLen(0x027c, 60) // CA_LOGIN4
+packetLen(0x027c, 60)
// Packet: 0x027d
-packetLen(0x027d, 62) // ZC_PROPERTY_MERCE
+packetLen(0x027d, 62)
// Packet: 0x027e
-packetLen(0x027e, -1) // ZC_SHANDA_PROTECT
+packetLen(0x027e, -1)
// Packet: 0x027f
-packetLen(0x027f, 8) // CA_CLIENT_TYPE
+packetLen(0x027f, 8)
// Packet: 0x0280
-packetLen(0x0280, 12) // ZC_GANGSI_POINT
+packetLen(0x0280, 12)
// Packet: 0x0281
#if PACKETVER >= 20111227
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20111220
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20111213
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20111207
-packetLen(0x0281, 7) // CZ_GANGSI_RANK
+packetLen(0x0281, 7)
#elif PACKETVER >= 20111122
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20111114
-packetLen(0x0281, 6) // CZ_GANGSI_RANK
+packetLen(0x0281, 6)
#elif PACKETVER >= 20111108
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20111101
-packetLen(0x0281, 36) // CZ_GANGSI_RANK
+packetLen(0x0281, 36)
#elif PACKETVER >= 20111025
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20111004
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20110928
-packetLen(0x0281, 5) // CZ_GANGSI_RANK
+packetLen(0x0281, 5)
#elif PACKETVER >= 20110920
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20110906
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20110823
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20110816
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20110809
-packetLen(0x0281, 18) // CZ_GANGSI_RANK
+packetLen(0x0281, 18)
#elif PACKETVER >= 20110726
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20110718
-packetLen(0x0281, 18) // CZ_GANGSI_RANK
+packetLen(0x0281, 18)
#elif PACKETVER >= 20110711
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20110705
-packetLen(0x0281, 6) // CZ_GANGSI_RANK
+packetLen(0x0281, 6)
#elif PACKETVER >= 20110627
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20110620
-packetLen(0x0281, 6) // CZ_GANGSI_RANK
+packetLen(0x0281, 6)
#elif PACKETVER >= 20110607
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20110531
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20110523
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20110511
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20110503
-packetLen(0x0281, 7) // CZ_GANGSI_RANK
+packetLen(0x0281, 7)
#elif PACKETVER >= 20110426
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20110419
-packetLen(0x0281, 8) // CZ_GANGSI_RANK
+packetLen(0x0281, 8)
#elif PACKETVER >= 20110412
-packetLen(0x0281, 26) // CZ_GANGSI_RANK
+packetLen(0x0281, 26)
#elif PACKETVER >= 20110405
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20110329
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20110315
-packetLen(0x0281, 8) // CZ_GANGSI_RANK
+packetLen(0x0281, 8)
#elif PACKETVER >= 20110308
-packetLen(0x0281, 36) // CZ_GANGSI_RANK
+packetLen(0x0281, 36)
#elif PACKETVER >= 20110228
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20110222
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20110125
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20110118
-packetLen(0x0281, 7) // CZ_GANGSI_RANK
+packetLen(0x0281, 7)
#elif PACKETVER >= 20110104
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#endif
// Packet: 0x0282
-packetLen(0x0282, 284) // ZC_GANGSI_RANK
+packetLen(0x0282, 284)
// Packet: 0x0283
-packetLen(0x0283, 6) // ZC_AID
+packetLen(0x0283, 6)
// Packet: 0x0284
-packetLen(0x0284, 14) // ZC_NOTIFY_EFFECT3
+packetLen(0x0284, 14)
// Packet: 0x0285
-packetLen(0x0285, 6) // ZC_DEATH_QUESTION
+packetLen(0x0285, 6)
// Packet: 0x0286
-packetLen(0x0286, 4) // CZ_DEATH_QUESTION
+packetLen(0x0286, 4)
// Packet: 0x0287
-packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, -1)
// Packet: 0x0288
-packetLen(0x0288, -1) // CZ_PC_BUY_CASH_POINT_ITEM
+packetLen(0x0288, -1)
// Packet: 0x0289
-packetLen(0x0289, 12) // ZC_PC_CASH_POINT_UPDATE
+packetLen(0x0289, 12)
// Packet: 0x028a
-packetLen(0x028a, 18) // ZC_NPC_SHOWEFST_UPDATE
+packetLen(0x028a, 18)
// Packet: 0x028b
-packetLen(0x028b, -1) // HC_CHARNOTBEENSELECTED
+packetLen(0x028b, -1)
// Packet: 0x028c
-packetLen(0x028c, 46) // CH_SELECT_CHAR_GOINGTOBEUSED
+packetLen(0x028c, 46)
// Packet: 0x028d
-packetLen(0x028d, 34) // CH_REQ_IS_VALID_CHARNAME
+packetLen(0x028d, 34)
// Packet: 0x028e
-packetLen(0x028e, 4) // HC_ACK_IS_VALID_CHARNAME
+packetLen(0x028e, 4)
// Packet: 0x028f
-packetLen(0x028f, 6) // CH_REQ_CHANGE_CHARNAME
+packetLen(0x028f, 6)
// Packet: 0x0290
-packetLen(0x0290, 4) // HC_ACK_CHANGE_CHARNAME
+packetLen(0x0290, 4)
// Packet: 0x0291
-packetLen(0x0291, 4) // ZC_MSG
+packetLen(0x0291, 4)
// Packet: 0x0292
-packetLen(0x0292, 2) // CZ_STANDING_RESURRECTION
+packetLen(0x0292, 2)
// Packet: 0x0293
-packetLen(0x0293, 70) // ZC_BOSS_INFO
+packetLen(0x0293, 70)
// Packet: 0x0294
-packetLen(0x0294, 10) // ZC_READ_BOOK
+packetLen(0x0294, 10)
// Packet: 0x0295
-packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, -1)
// Packet: 0x0296
-packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, -1)
// Packet: 0x0297
-packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, -1)
// Packet: 0x0298
-packetLen(0x0298, 8) // ZC_CASH_TIME_COUNTER
+packetLen(0x0298, 8)
// Packet: 0x0299
-packetLen(0x0299, 6) // ZC_CASH_ITEM_DELETE
+packetLen(0x0299, 6)
// Packet: 0x029a
-packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, 27)
// Packet: 0x029b
-packetLen(0x029b, 80) // ZC_MER_INIT
+packetLen(0x029b, 80)
// Packet: 0x029c
-packetLen(0x029c, 66) // ZC_MER_PROPERTY
+packetLen(0x029c, 66)
// Packet: 0x029d
-packetLen(0x029d, -1) // ZC_MER_SKILLINFO_LIST
+packetLen(0x029d, -1)
// Packet: 0x029e
-packetLen(0x029e, 11) // ZC_MER_SKILLINFO_UPDATE
+packetLen(0x029e, 11)
// Packet: 0x029f
-packetLen(0x029f, 3) // CZ_MER_COMMAND
+packetLen(0x029f, 3)
// Packet: 0x02a2
-packetLen(0x02a2, 8) // ZC_MER_PAR_CHANGE
+packetLen(0x02a2, 8)
// Packet: 0x02a5
-packetLen(0x02a5, 8) // CZ_KSY_EVENT
+packetLen(0x02a5, 8)
// Packet: 0x02a6
-packetLen(0x02a6, -1) // ZC_HACKSH_CPX_MSG
+packetLen(0x02a6, -1)
// Packet: 0x02a7
-packetLen(0x02a7, -1) // CZ_HACKSH_CPX_MSG
+packetLen(0x02a7, -1)
// Packet: 0x02aa
-packetLen(0x02aa, 4) // ZC_REQ_CASH_PASSWORD
+packetLen(0x02aa, 4)
// Packet: 0x02ab
-packetLen(0x02ab, 36) // CZ_ACK_CASH_PASSWORD
+packetLen(0x02ab, 36)
// Packet: 0x02ac
-packetLen(0x02ac, 6) // ZC_RESULT_CASH_PASSWORD
+packetLen(0x02ac, 6)
// Packet: 0x02ad
-packetLen(0x02ad, 8) // AC_REQUEST_SECOND_PASSWORD
+packetLen(0x02ad, 8)
// Packet: 0x02b0
-packetLen(0x02b0, 85) // CA_LOGIN_HAN
+packetLen(0x02b0, 85)
// Packet: 0x02b1
-packetLen(0x02b1, -1) // ZC_ALL_QUEST_LIST
+packetLen(0x02b1, -1)
// Packet: 0x02b2
-packetLen(0x02b2, -1) // ZC_ALL_QUEST_MISSION
+packetLen(0x02b2, -1)
// Packet: 0x02b3
-packetLen(0x02b3, 107) // ZC_ADD_QUEST
+packetLen(0x02b3, 107)
// Packet: 0x02b4
-packetLen(0x02b4, 6) // ZC_DEL_QUEST
+packetLen(0x02b4, 6)
// Packet: 0x02b5
-packetLen(0x02b5, -1) // ZC_UPDATE_MISSION_HUNT
+packetLen(0x02b5, -1)
// Packet: 0x02b6
-packetLen(0x02b6, 7) // CZ_ACTIVE_QUEST
+packetLen(0x02b6, 7)
// Packet: 0x02b7
-packetLen(0x02b7, 7) // ZC_ACTIVE_QUEST
+packetLen(0x02b7, 7)
// Packet: 0x02b8
-packetLen(0x02b8, 22) // ZC_ITEM_PICKUP_PARTY
+packetLen(0x02b8, 22)
// Packet: 0x02b9
-packetLen(0x02b9, 191) // ZC_SHORTCUT_KEY_LIST
+packetLen(0x02b9, 191)
// Packet: 0x02ba
-packetLen(0x02ba, 11) // CZ_SHORTCUT_KEY_CHANGE
+packetLen(0x02ba, 11)
// Packet: 0x02bb
-packetLen(0x02bb, 8) // ZC_EQUIPITEM_DAMAGED
+packetLen(0x02bb, 8)
// Packet: 0x02bc
-packetLen(0x02bc, 6) // ZC_NOTIFY_PCBANG_PLAYING_TIME
+packetLen(0x02bc, 6)
// Packet: 0x02c1
-packetLen(0x02c1, -1) // ZC_NPC_CHAT
+packetLen(0x02c1, -1)
// Packet: 0x02c2
-packetLen(0x02c2, -1) // ZC_FORMATSTRING_MSG
+packetLen(0x02c2, -1)
// Packet: 0x02c4
#if PACKETVER >= 20111227
-packetLen(0x02c4, 36) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 36)
#elif PACKETVER >= 20111220
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20111213
-packetLen(0x02c4, 6) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 6)
#elif PACKETVER >= 20111122
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20111108
-packetLen(0x02c4, 8) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 8)
#elif PACKETVER >= 20111101
-packetLen(0x02c4, 10) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 10)
#elif PACKETVER >= 20111010
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20111004
-packetLen(0x02c4, 10) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 10)
#elif PACKETVER >= 20110831
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20110823
-packetLen(0x02c4, 5) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 5)
#elif PACKETVER >= 20110816
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20110809
-packetLen(0x02c4, 8) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 8)
#elif PACKETVER >= 20110802
-packetLen(0x02c4, 5) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 5)
#elif PACKETVER >= 20110726
-packetLen(0x02c4, 4) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 4)
#elif PACKETVER >= 20110718
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20110711
-packetLen(0x02c4, 6) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 6)
#elif PACKETVER >= 20110705
-packetLen(0x02c4, 4) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 4)
#elif PACKETVER >= 20110627
-packetLen(0x02c4, 6) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 6)
#elif PACKETVER >= 20110614
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20110607
-packetLen(0x02c4, 19) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 19)
#elif PACKETVER >= 20110523
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20110517
-packetLen(0x02c4, 6) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 6)
#elif PACKETVER >= 20110511
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20110503
-packetLen(0x02c4, 8) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 8)
#elif PACKETVER >= 20110426
-packetLen(0x02c4, 26) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 26)
#elif PACKETVER >= 20110419
-packetLen(0x02c4, -1) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, -1)
#elif PACKETVER >= 20110322
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20110315
-packetLen(0x02c4, 6) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 6)
#elif PACKETVER >= 20110228
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20110222
-packetLen(0x02c4, 6) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 6)
#elif PACKETVER >= 20110215
-packetLen(0x02c4, 36) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 36)
#elif PACKETVER >= 20110125
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20110118
-packetLen(0x02c4, 6) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 6)
#elif PACKETVER >= 20110104
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#endif
// Packet: 0x02c5
-packetLen(0x02c5, 30) // ZC_PARTY_JOIN_REQ_ACK
+packetLen(0x02c5, 30)
// Packet: 0x02c6
-packetLen(0x02c6, 30) // ZC_PARTY_JOIN_REQ
+packetLen(0x02c6, 30)
// Packet: 0x02c7
-packetLen(0x02c7, 7) // CZ_PARTY_JOIN_REQ_ACK
+packetLen(0x02c7, 7)
// Packet: 0x02c8
-packetLen(0x02c8, 3) // CZ_PARTY_CONFIG
+packetLen(0x02c8, 3)
// Packet: 0x02c9
-packetLen(0x02c9, 3) // ZC_PARTY_CONFIG
+packetLen(0x02c9, 3)
// Packet: 0x02ca
-packetLen(0x02ca, 3) // HC_REFUSE_SELECTCHAR
+packetLen(0x02ca, 3)
// Packet: 0x02cb
-packetLen(0x02cb, 65) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO
+packetLen(0x02cb, 65)
// Packet: 0x02cc
-packetLen(0x02cc, 4) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_NOTIFY
+packetLen(0x02cc, 4)
// Packet: 0x02cd
-packetLen(0x02cd, 71) // ZC_MEMORIALDUNGEON_INFO
+packetLen(0x02cd, 71)
// Packet: 0x02ce
-packetLen(0x02ce, 10) // ZC_MEMORIALDUNGEON_NOTIFY
+packetLen(0x02ce, 10)
// Packet: 0x02cf
-packetLen(0x02cf, 6) // CZ_MEMORIALDUNGEON_COMMAND
+packetLen(0x02cf, 6)
// Packet: 0x02d0
-packetLen(0x02d0, -1) // ZC_EQUIPMENT_ITEMLIST3
+packetLen(0x02d0, -1)
// Packet: 0x02d1
-packetLen(0x02d1, -1) // ZC_STORE_EQUIPMENT_ITEMLIST3
+packetLen(0x02d1, -1)
// Packet: 0x02d2
-packetLen(0x02d2, -1) // ZC_CART_EQUIPMENT_ITEMLIST3
+packetLen(0x02d2, -1)
// Packet: 0x02d3
-packetLen(0x02d3, 4) // ZC_NOTIFY_BIND_ON_EQUIP
+packetLen(0x02d3, 4)
// Packet: 0x02d4
-packetLen(0x02d4, 29) // ZC_ITEM_PICKUP_ACK3
+packetLen(0x02d4, 29)
// Packet: 0x02d5
-packetLen(0x02d5, 2) // ZC_ISVR_DISCONNECT
+packetLen(0x02d5, 2)
// Packet: 0x02d6
-packetLen(0x02d6, 6) // CZ_EQUIPWIN_MICROSCOPE
+packetLen(0x02d6, 6)
// Packet: 0x02d7
-packetLen(0x02d7, -1) // ZC_EQUIPWIN_MICROSCOPE
+packetLen(0x02d7, -1)
// Packet: 0x02d8
-packetLen(0x02d8, 10) // CZ_CONFIG
+packetLen(0x02d8, 10)
// Packet: 0x02d9
-packetLen(0x02d9, 10) // ZC_CONFIG
+packetLen(0x02d9, 10)
// Packet: 0x02da
-packetLen(0x02da, 3) // ZC_CONFIG_NOTIFY
+packetLen(0x02da, 3)
// Packet: 0x02db
-packetLen(0x02db, -1) // CZ_BATTLEFIELD_CHAT
+packetLen(0x02db, -1)
// Packet: 0x02dc
-packetLen(0x02dc, -1) // ZC_BATTLEFIELD_CHAT
+packetLen(0x02dc, -1)
// Packet: 0x02dd
-packetLen(0x02dd, 32) // ZC_BATTLEFIELD_NOTIFY_CAMPINFO
+packetLen(0x02dd, 32)
// Packet: 0x02de
-packetLen(0x02de, 6) // ZC_BATTLEFIELD_NOTIFY_POINT
+packetLen(0x02de, 6)
// Packet: 0x02df
-packetLen(0x02df, 36) // ZC_BATTLEFIELD_NOTIFY_POSITION
+packetLen(0x02df, 36)
// Packet: 0x02e0
-packetLen(0x02e0, 34) // ZC_BATTLEFIELD_NOTIFY_HP
+packetLen(0x02e0, 34)
// Packet: 0x02e1
-packetLen(0x02e1, 33) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, 33)
// Packet: 0x02e2
-packetLen(0x02e2, 20) // CZ_USE_ITEM_NEW_JAPEN
+packetLen(0x02e2, 20)
// Packet: 0x02e3
-packetLen(0x02e3, 22) // CZ_USE_SKILL_NEW_JAPEN
+packetLen(0x02e3, 22)
// Packet: 0x02e4
-packetLen(0x02e4, 11) // CZ_ITEM_PICKUP_NEW_JAPEN
+packetLen(0x02e4, 11)
// Packet: 0x02e5
-packetLen(0x02e5, 9) // CZ_REQUEST_MOVE_NEW_JAPEN
+packetLen(0x02e5, 9)
// Packet: 0x02e6
-packetLen(0x02e6, 6) // CZ_BOT_CHECK
+packetLen(0x02e6, 6)
// Packet: 0x02e7
-packetLen(0x02e7, -1) // ZC_MAPPROPERTY
+packetLen(0x02e7, -1)
// Packet: 0x02e8
-packetLen(0x02e8, -1) // ZC_NORMAL_ITEMLIST3
+packetLen(0x02e8, -1)
// Packet: 0x02e9
-packetLen(0x02e9, -1) // ZC_CART_NORMAL_ITEMLIST3
+packetLen(0x02e9, -1)
// Packet: 0x02ea
-packetLen(0x02ea, -1) // ZC_STORE_NORMAL_ITEMLIST3
+packetLen(0x02ea, -1)
// Packet: 0x02eb
-packetLen(0x02eb, 13) // ZC_ACCEPT_ENTER2
+packetLen(0x02eb, 13)
// Packet: 0x02ec
-packetLen(0x02ec, 67) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 67)
// Packet: 0x02ed
-packetLen(0x02ed, 59) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, 59)
// Packet: 0x02ee
-packetLen(0x02ee, 60) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, 60)
// Packet: 0x02ef
-packetLen(0x02ef, 8) // ZC_NOTIFY_FONT
+packetLen(0x02ef, 8)
// Packet: 0x02f0
-packetLen(0x02f0, 10) // ZC_PROGRESS
+packetLen(0x02f0, 10)
// Packet: 0x02f1
-packetLen(0x02f1, 2) // CZ_PROGRESS
+packetLen(0x02f1, 2)
// Packet: 0x02f2
-packetLen(0x02f2, 2) // ZC_PROGRESS_CANCEL
+packetLen(0x02f2, 2)
// Packet: 0x02f3
#if PACKETVER >= 20110131
-packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+packetLen(0x02f3, -1)
#endif
// Packet: 0x02f4
#if PACKETVER >= 20110131
-packetLen(0x02f4, 3) // ZC_IRMAIL_SEND_RES
+packetLen(0x02f4, 3)
#endif
// Packet: 0x02f5
#if PACKETVER >= 20110131
-packetLen(0x02f5, 7) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, 7)
#endif
// Packet: 0x02f6
#if PACKETVER >= 20110131
-packetLen(0x02f6, 7) // CZ_IRMAIL_LIST
+packetLen(0x02f6, 7)
#endif
// Packet: 0x035c
-packetLen(0x035c, 2) // CZ_OPEN_SIMPLE_CASHSHOP_ITEMLIST
+packetLen(0x035c, 2)
// Packet: 0x035d
-packetLen(0x035d, -1) // ZC_SIMPLE_CASHSHOP_POINT_ITEMLIST
+packetLen(0x035d, -1)
// Packet: 0x035e
-packetLen(0x035e, 2) // CZ_CLOSE_WINDOW
+packetLen(0x035e, 2)
// Packet: 0x035f
#if PACKETVER >= 20111227
-packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+packetLen(0x035f, -1)
#elif PACKETVER >= 20111220
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20111213
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20111207
-packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+packetLen(0x035f, -1)
#elif PACKETVER >= 20111108
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20111101
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20111025
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20111017
-packetLen(0x035f, 19) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 19)
#elif PACKETVER >= 20111010
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20110928
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20110920
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20110906
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20110823
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20110802
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20110726
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20110718
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20110711
-packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+packetLen(0x035f, -1)
#elif PACKETVER >= 20110627
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20110620
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20110517
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20110503
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20110419
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20110405
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20110329
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20110322
-packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+packetLen(0x035f, -1)
#elif PACKETVER >= 20110308
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20110222
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20110208
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20110131
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20110125
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20110118
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20110104
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#endif
// Packet: 0x0360
#if PACKETVER >= 20111227
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20111220
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20111122
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20111108
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20111101
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20111025
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20111017
-packetLen(0x0360, 5) // CZ_REQUEST_TIME2
+packetLen(0x0360, 5)
#elif PACKETVER >= 20111004
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20110928
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20110920
-packetLen(0x0360, 19) // CZ_REQUEST_TIME2
+packetLen(0x0360, 19)
#elif PACKETVER >= 20110906
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20110831
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20110823
-packetLen(0x0360, 12) // CZ_REQUEST_TIME2
+packetLen(0x0360, 12)
#elif PACKETVER >= 20110809
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20110802
-packetLen(0x0360, 90) // CZ_REQUEST_TIME2
+packetLen(0x0360, 90)
#elif PACKETVER >= 20110711
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20110705
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20110620
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20110614
-packetLen(0x0360, 4) // CZ_REQUEST_TIME2
+packetLen(0x0360, 4)
#elif PACKETVER >= 20110517
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20110511
-packetLen(0x0360, 36) // CZ_REQUEST_TIME2
+packetLen(0x0360, 36)
#elif PACKETVER >= 20110503
-packetLen(0x0360, 5) // CZ_REQUEST_TIME2
+packetLen(0x0360, 5)
#elif PACKETVER >= 20110426
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20110419
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20110405
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20110329
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20110322
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20110315
-packetLen(0x0360, 5) // CZ_REQUEST_TIME2
+packetLen(0x0360, 5)
#elif PACKETVER >= 20110308
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20110228
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20110222
-packetLen(0x0360, 26) // CZ_REQUEST_TIME2
+packetLen(0x0360, 26)
#elif PACKETVER >= 20110208
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20110131
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20110125
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20110118
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20110104
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#endif
// Packet: 0x0361
#if PACKETVER >= 20111220
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20111213
-packetLen(0x0361, 26) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 26)
#elif PACKETVER >= 20111207
-packetLen(0x0361, 10) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 10)
#elif PACKETVER >= 20111122
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20111114
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20111025
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20111017
-packetLen(0x0361, 6) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 6)
#elif PACKETVER >= 20111010
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20111004
-packetLen(0x0361, 18) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 18)
#elif PACKETVER >= 20110928
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20110831
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20110823
-packetLen(0x0361, 18) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 18)
#elif PACKETVER >= 20110816
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20110809
-packetLen(0x0361, 10) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 10)
#elif PACKETVER >= 20110726
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20110718
-packetLen(0x0361, 90) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 90)
#elif PACKETVER >= 20110711
-packetLen(0x0361, 10) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 10)
#elif PACKETVER >= 20110705
-packetLen(0x0361, 6) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 6)
#elif PACKETVER >= 20110627
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20110620
-packetLen(0x0361, 4) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 4)
#elif PACKETVER >= 20110614
-packetLen(0x0361, 8) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 8)
#elif PACKETVER >= 20110607
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20110531
-packetLen(0x0361, 7) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 7)
#elif PACKETVER >= 20110523
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20110511
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20110503
-packetLen(0x0361, 8) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 8)
#elif PACKETVER >= 20110405
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20110329
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20110322
-packetLen(0x0361, 10) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 10)
#elif PACKETVER >= 20110315
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20110308
-packetLen(0x0361, 6) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 6)
#elif PACKETVER >= 20110228
-packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, -1)
#elif PACKETVER >= 20110131
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20110125
-packetLen(0x0361, 26) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 26)
#elif PACKETVER >= 20110118
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20110111
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20110104
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#endif
// Packet: 0x0362
#if PACKETVER >= 20111213
-packetLen(0x0362, 5) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 5)
#elif PACKETVER >= 20111207
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20111122
-packetLen(0x0362, 8) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 8)
#elif PACKETVER >= 20111017
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20111010
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20111004
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20110928
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20110920
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20110906
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20110831
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20110823
-packetLen(0x0362, 10) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 10)
#elif PACKETVER >= 20110816
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20110809
-packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+packetLen(0x0362, -1)
#elif PACKETVER >= 20110802
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20110726
-packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+packetLen(0x0362, -1)
#elif PACKETVER >= 20110620
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20110607
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20110531
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20110523
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20110517
-packetLen(0x0362, 4) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 4)
#elif PACKETVER >= 20110511
-packetLen(0x0362, 8) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 8)
#elif PACKETVER >= 20110426
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20110419
-packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+packetLen(0x0362, -1)
#elif PACKETVER >= 20110412
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20110405
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20110329
-packetLen(0x0362, 36) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 36)
#elif PACKETVER >= 20110322
-packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+packetLen(0x0362, -1)
#elif PACKETVER >= 20110315
-packetLen(0x0362, 4) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 4)
#elif PACKETVER >= 20110308
-packetLen(0x0362, 10) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 10)
#elif PACKETVER >= 20110208
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20110131
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20110125
-packetLen(0x0362, 8) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 8)
#elif PACKETVER >= 20110118
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20110104
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#endif
// Packet: 0x0363
#if PACKETVER >= 20111227
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20111220
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20111207
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20111122
-packetLen(0x0363, 90) // CZ_ITEM_THROW2
+packetLen(0x0363, 90)
#elif PACKETVER >= 20111114
-packetLen(0x0363, 18) // CZ_ITEM_THROW2
+packetLen(0x0363, 18)
#elif PACKETVER >= 20111101
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20111025
-packetLen(0x0363, 19) // CZ_ITEM_THROW2
+packetLen(0x0363, 19)
#elif PACKETVER >= 20111017
-packetLen(0x0363, 26) // CZ_ITEM_THROW2
+packetLen(0x0363, 26)
#elif PACKETVER >= 20111010
-packetLen(0x0363, 7) // CZ_ITEM_THROW2
+packetLen(0x0363, 7)
#elif PACKETVER >= 20111004
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20110928
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20110920
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20110906
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20110823
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20110816
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20110809
-packetLen(0x0363, 6) // CZ_ITEM_THROW2
+packetLen(0x0363, 6)
#elif PACKETVER >= 20110718
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20110711
-packetLen(0x0363, 6) // CZ_ITEM_THROW2
+packetLen(0x0363, 6)
#elif PACKETVER >= 20110627
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20110620
-packetLen(0x0363, 6) // CZ_ITEM_THROW2
+packetLen(0x0363, 6)
#elif PACKETVER >= 20110607
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20110531
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20110523
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20110503
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20110426
-packetLen(0x0363, 6) // CZ_ITEM_THROW2
+packetLen(0x0363, 6)
#elif PACKETVER >= 20110419
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20110412
-packetLen(0x0363, -1) // CZ_ITEM_THROW2
+packetLen(0x0363, -1)
#elif PACKETVER >= 20110405
-packetLen(0x0363, 26) // CZ_ITEM_THROW2
+packetLen(0x0363, 26)
#elif PACKETVER >= 20110329
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20110322
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20110315
-packetLen(0x0363, 5) // CZ_ITEM_THROW2
+packetLen(0x0363, 5)
#elif PACKETVER >= 20110308
-packetLen(0x0363, 6) // CZ_ITEM_THROW2
+packetLen(0x0363, 6)
#elif PACKETVER >= 20110228
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20110222
-packetLen(0x0363, 4) // CZ_ITEM_THROW2
+packetLen(0x0363, 4)
#elif PACKETVER >= 20110208
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20110131
-packetLen(0x0363, 10) // CZ_ITEM_THROW2
+packetLen(0x0363, 10)
#elif PACKETVER >= 20110125
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20110118
-packetLen(0x0363, 5) // CZ_ITEM_THROW2
+packetLen(0x0363, 5)
#elif PACKETVER >= 20110104
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#endif
// Packet: 0x0364
#if PACKETVER >= 20111227
-packetLen(0x0364, 10) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 10)
#elif PACKETVER >= 20111220
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20111207
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20111114
-packetLen(0x0364, 36) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 36)
#elif PACKETVER >= 20111108
-packetLen(0x0364, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, -1)
#elif PACKETVER >= 20111101
-packetLen(0x0364, 5) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 5)
#elif PACKETVER >= 20111017
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20111010
-packetLen(0x0364, 19) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 19)
#elif PACKETVER >= 20111004
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20110928
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20110920
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20110906
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20110823
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20110816
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20110809
-packetLen(0x0364, 90) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 90)
#elif PACKETVER >= 20110726
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20110718
-packetLen(0x0364, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, -1)
#elif PACKETVER >= 20110705
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20110627
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20110620
-packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 6)
#elif PACKETVER >= 20110607
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20110531
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20110523
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20110517
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20110511
-packetLen(0x0364, 5) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 5)
#elif PACKETVER >= 20110503
-packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 6)
#elif PACKETVER >= 20110419
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20110412
-packetLen(0x0364, 10) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 10)
#elif PACKETVER >= 20110405
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20110329
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20110315
-packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 6)
#elif PACKETVER >= 20110308
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20110228
-packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 6)
#elif PACKETVER >= 20110222
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20110215
-packetLen(0x0364, 5) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 5)
#elif PACKETVER >= 20110208
-packetLen(0x0364, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, -1)
#elif PACKETVER >= 20110131
-packetLen(0x0364, 90) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 90)
#elif PACKETVER >= 20110125
-packetLen(0x0364, 12) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 12)
#elif PACKETVER >= 20110104
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#endif
// Packet: 0x0365
#if PACKETVER >= 20111227
-packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, -1)
#elif PACKETVER >= 20111220
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20111213
-packetLen(0x0365, 6) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 6)
#elif PACKETVER >= 20111207
-packetLen(0x0365, 12) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 12)
#elif PACKETVER >= 20111122
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20111114
-packetLen(0x0365, 26) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 26)
#elif PACKETVER >= 20111108
-packetLen(0x0365, 10) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 10)
#elif PACKETVER >= 20111010
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20111004
-packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, -1)
#elif PACKETVER >= 20110928
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20110920
-packetLen(0x0365, 90) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 90)
#elif PACKETVER >= 20110906
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20110831
-packetLen(0x0365, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 8)
#elif PACKETVER >= 20110823
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20110816
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20110809
-packetLen(0x0365, 6) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 6)
#elif PACKETVER >= 20110705
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20110627
-packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, -1)
#elif PACKETVER >= 20110620
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20110607
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20110531
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20110523
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20110517
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20110511
-packetLen(0x0365, 6) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 6)
#elif PACKETVER >= 20110503
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20110426
-packetLen(0x0365, 90) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 90)
#elif PACKETVER >= 20110412
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20110405
-packetLen(0x0365, 26) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 26)
#elif PACKETVER >= 20110329
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20110118
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20110104
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#endif
// Packet: 0x0366
#if PACKETVER >= 20111227
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20111220
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20111213
-packetLen(0x0366, 4) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 4)
#elif PACKETVER >= 20111207
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20111122
-packetLen(0x0366, 12) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 12)
#elif PACKETVER >= 20111108
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20111101
-packetLen(0x0366, 5) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 5)
#elif PACKETVER >= 20111025
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20111017
-packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, -1)
#elif PACKETVER >= 20111010
-packetLen(0x0366, 5) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 5)
#elif PACKETVER >= 20110928
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20110920
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20110906
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20110831
-packetLen(0x0366, 5) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 5)
#elif PACKETVER >= 20110823
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20110816
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20110809
-packetLen(0x0366, 4) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 4)
#elif PACKETVER >= 20110802
-packetLen(0x0366, 12) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 12)
#elif PACKETVER >= 20110711
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20110705
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20110620
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20110517
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20110426
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20110419
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20110405
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20110329
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20110322
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20110308
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20110228
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20110208
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20110131
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20110125
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20110118
-packetLen(0x0366, 6) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 6)
#elif PACKETVER >= 20110104
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#endif
// Packet: 0x0367
#if PACKETVER >= 20111220
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20111213
-packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, -1)
#elif PACKETVER >= 20111207
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20111122
-packetLen(0x0367, 4) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 4)
#elif PACKETVER >= 20111101
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20111025
-packetLen(0x0367, 8) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 8)
#elif PACKETVER >= 20111017
-packetLen(0x0367, 10) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 10)
#elif PACKETVER >= 20111010
-packetLen(0x0367, 26) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 26)
#elif PACKETVER >= 20111004
-packetLen(0x0367, 6) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 6)
#elif PACKETVER >= 20110906
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20110831
-packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, -1)
#elif PACKETVER >= 20110816
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20110809
-packetLen(0x0367, 26) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 26)
#elif PACKETVER >= 20110802
-packetLen(0x0367, 5) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 5)
#elif PACKETVER >= 20110726
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20110718
-packetLen(0x0367, 19) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 19)
#elif PACKETVER >= 20110627
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20110620
-packetLen(0x0367, 90) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 90)
#elif PACKETVER >= 20110614
-packetLen(0x0367, 6) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 6)
#elif PACKETVER >= 20110531
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20110523
-packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, -1)
#elif PACKETVER >= 20110517
-packetLen(0x0367, 26) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 26)
#elif PACKETVER >= 20110419
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20110405
-packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, -1)
#elif PACKETVER >= 20110329
-packetLen(0x0367, 6) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 6)
#elif PACKETVER >= 20110322
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20110315
-packetLen(0x0367, 8) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 8)
#elif PACKETVER >= 20110131
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20110125
-packetLen(0x0367, 10) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 10)
#elif PACKETVER >= 20110118
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20110111
-packetLen(0x0367, 36) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 36)
#elif PACKETVER >= 20110104
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#endif
// Packet: 0x0368
#if PACKETVER >= 20111227
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20111220
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20111122
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20111108
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20111101
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20111025
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20111010
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20110906
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20110831
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20110809
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20110802
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20110726
-packetLen(0x0368, 8) // CZ_REQNAME2
+packetLen(0x0368, 8)
#elif PACKETVER >= 20110718
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20110711
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20110627
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20110620
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20110523
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20110426
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20110419
-packetLen(0x0368, 4) // CZ_REQNAME2
+packetLen(0x0368, 4)
#elif PACKETVER >= 20110412
-packetLen(0x0368, 19) // CZ_REQNAME2
+packetLen(0x0368, 19)
#elif PACKETVER >= 20110405
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20110329
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20110322
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20110315
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20110308
-packetLen(0x0368, 5) // CZ_REQNAME2
+packetLen(0x0368, 5)
#elif PACKETVER >= 20110228
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20110208
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20110131
-packetLen(0x0368, 26) // CZ_REQNAME2
+packetLen(0x0368, 26)
#elif PACKETVER >= 20110125
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20110118
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20110104
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#endif
// Packet: 0x0369
#if PACKETVER >= 20111227
-packetLen(0x0369, 26) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 26)
#elif PACKETVER >= 20111220
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20111207
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20111122
-packetLen(0x0369, -1) // CZ_REQNAME_BYGID2
+packetLen(0x0369, -1)
#elif PACKETVER >= 20111114
-packetLen(0x0369, 6) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 6)
#elif PACKETVER >= 20111108
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20111101
-packetLen(0x0369, 10) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 10)
#elif PACKETVER >= 20111025
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20111010
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20111004
-packetLen(0x0369, 8) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 8)
#elif PACKETVER >= 20110928
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20110920
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20110906
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20110831
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20110823
-packetLen(0x0369, -1) // CZ_REQNAME_BYGID2
+packetLen(0x0369, -1)
#elif PACKETVER >= 20110816
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20110809
-packetLen(0x0369, 8) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 8)
#elif PACKETVER >= 20110726
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20110718
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20110711
-packetLen(0x0369, 19) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 19)
#elif PACKETVER >= 20110705
-packetLen(0x0369, 18) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 18)
#elif PACKETVER >= 20110620
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20110607
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20110531
-packetLen(0x0369, 5) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 5)
#elif PACKETVER >= 20110517
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20110503
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20110426
-packetLen(0x0369, -1) // CZ_REQNAME_BYGID2
+packetLen(0x0369, -1)
#elif PACKETVER >= 20110419
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20110412
-packetLen(0x0369, 4) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 4)
#elif PACKETVER >= 20110405
-packetLen(0x0369, 6) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 6)
#elif PACKETVER >= 20110329
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20110322
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20110308
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20110228
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20110208
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20110131
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20110125
-packetLen(0x0369, 18) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 18)
#elif PACKETVER >= 20110118
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20110104
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#endif
// Packet: 0x03dd
-packetLen(0x03dd, 18) // AHC_GAME_GUARD
+packetLen(0x03dd, 18)
// Packet: 0x03de
-packetLen(0x03de, 18) // CAH_ACK_GAME_GUARD
+packetLen(0x03de, 18)
// Packet: 0x0436
#if PACKETVER >= 20111227
-packetLen(0x0436, 10) // CZ_ENTER2
+packetLen(0x0436, 10)
#elif PACKETVER >= 20111213
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20111122
-packetLen(0x0436, 6) // CZ_ENTER2
+packetLen(0x0436, 6)
#elif PACKETVER >= 20111108
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20111101
-packetLen(0x0436, 26) // CZ_ENTER2
+packetLen(0x0436, 26)
#elif PACKETVER >= 20111025
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20111017
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20111010
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20111004
-packetLen(0x0436, 19) // CZ_ENTER2
+packetLen(0x0436, 19)
#elif PACKETVER >= 20110928
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20110920
-packetLen(0x0436, 12) // CZ_ENTER2
+packetLen(0x0436, 12)
#elif PACKETVER >= 20110906
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20110831
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20110823
-packetLen(0x0436, 5) // CZ_ENTER2
+packetLen(0x0436, 5)
#elif PACKETVER >= 20110816
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20110809
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20110802
-packetLen(0x0436, 5) // CZ_ENTER2
+packetLen(0x0436, 5)
#elif PACKETVER >= 20110726
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20110718
-packetLen(0x0436, 6) // CZ_ENTER2
+packetLen(0x0436, 6)
#elif PACKETVER >= 20110711
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20110705
-packetLen(0x0436, 26) // CZ_ENTER2
+packetLen(0x0436, 26)
#elif PACKETVER >= 20110620
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20110614
-packetLen(0x0436, 6) // CZ_ENTER2
+packetLen(0x0436, 6)
#elif PACKETVER >= 20110607
-packetLen(0x0436, 26) // CZ_ENTER2
+packetLen(0x0436, 26)
#elif PACKETVER >= 20110531
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20110523
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20110511
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20110503
-packetLen(0x0436, 6) // CZ_ENTER2
+packetLen(0x0436, 6)
#elif PACKETVER >= 20110426
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20110419
-packetLen(0x0436, 36) // CZ_ENTER2
+packetLen(0x0436, 36)
#elif PACKETVER >= 20110412
-packetLen(0x0436, 5) // CZ_ENTER2
+packetLen(0x0436, 5)
#elif PACKETVER >= 20110329
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20110315
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20110308
-packetLen(0x0436, -1) // CZ_ENTER2
+packetLen(0x0436, -1)
#elif PACKETVER >= 20110222
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20110215
-packetLen(0x0436, 6) // CZ_ENTER2
+packetLen(0x0436, 6)
#elif PACKETVER >= 20110118
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20110111
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20110104
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#endif
// Packet: 0x0437
#if PACKETVER >= 20111220
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20111122
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20111108
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20111101
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20111025
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20111010
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20110906
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20110823
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20110809
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20110802
-packetLen(0x0437, 18) // CZ_REQUEST_ACT2
+packetLen(0x0437, 18)
#elif PACKETVER >= 20110726
-packetLen(0x0437, 8) // CZ_REQUEST_ACT2
+packetLen(0x0437, 8)
#elif PACKETVER >= 20110718
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20110711
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20110705
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20110620
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20110523
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20110517
-packetLen(0x0437, 36) // CZ_REQUEST_ACT2
+packetLen(0x0437, 36)
#elif PACKETVER >= 20110511
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20110503
-packetLen(0x0437, 26) // CZ_REQUEST_ACT2
+packetLen(0x0437, 26)
#elif PACKETVER >= 20110426
-packetLen(0x0437, 6) // CZ_REQUEST_ACT2
+packetLen(0x0437, 6)
#elif PACKETVER >= 20110419
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20110412
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20110405
-packetLen(0x0437, 36) // CZ_REQUEST_ACT2
+packetLen(0x0437, 36)
#elif PACKETVER >= 20110329
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20110322
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20110308
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20110228
-packetLen(0x0437, 6) // CZ_REQUEST_ACT2
+packetLen(0x0437, 6)
#elif PACKETVER >= 20110222
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20110215
-packetLen(0x0437, 8) // CZ_REQUEST_ACT2
+packetLen(0x0437, 8)
#elif PACKETVER >= 20110208
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20110131
-packetLen(0x0437, 19) // CZ_REQUEST_ACT2
+packetLen(0x0437, 19)
#elif PACKETVER >= 20110125
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20110118
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20110104
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#endif
// Packet: 0x0438
#if PACKETVER >= 20111227
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20111220
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20111122
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20111114
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20111108
-packetLen(0x0438, 8) // CZ_USE_SKILL2
+packetLen(0x0438, 8)
#elif PACKETVER >= 20111025
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20111017
-packetLen(0x0438, -1) // CZ_USE_SKILL2
+packetLen(0x0438, -1)
#elif PACKETVER >= 20111010
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20110928
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20110920
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20110906
-packetLen(0x0438, 26) // CZ_USE_SKILL2
+packetLen(0x0438, 26)
#elif PACKETVER >= 20110831
-packetLen(0x0438, 6) // CZ_USE_SKILL2
+packetLen(0x0438, 6)
#elif PACKETVER >= 20110823
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20110809
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20110802
-packetLen(0x0438, -1) // CZ_USE_SKILL2
+packetLen(0x0438, -1)
#elif PACKETVER >= 20110726
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20110718
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20110627
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20110620
-packetLen(0x0438, 18) // CZ_USE_SKILL2
+packetLen(0x0438, 18)
#elif PACKETVER >= 20110517
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20110503
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20110426
-packetLen(0x0438, 8) // CZ_USE_SKILL2
+packetLen(0x0438, 8)
#elif PACKETVER >= 20110419
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20110412
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20110405
-packetLen(0x0438, 5) // CZ_USE_SKILL2
+packetLen(0x0438, 5)
#elif PACKETVER >= 20110329
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20110322
-packetLen(0x0438, 6) // CZ_USE_SKILL2
+packetLen(0x0438, 6)
#elif PACKETVER >= 20110308
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20110228
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20110222
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20110215
-packetLen(0x0438, 5) // CZ_USE_SKILL2
+packetLen(0x0438, 5)
#elif PACKETVER >= 20110208
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20110131
-packetLen(0x0438, -1) // CZ_USE_SKILL2
+packetLen(0x0438, -1)
#elif PACKETVER >= 20110125
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20110118
-packetLen(0x0438, 8) // CZ_USE_SKILL2
+packetLen(0x0438, 8)
#elif PACKETVER >= 20110104
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#endif
// Packet: 0x0439
-packetLen(0x0439, 8) // CZ_USE_ITEM2
+packetLen(0x0439, 8)
// Packet: 0x043d
-packetLen(0x043d, 8) // ZC_SKILL_POSTDELAY
+packetLen(0x043d, 8)
// Packet: 0x043e
-packetLen(0x043e, -1) // ZC_SKILL_POSTDELAY_LIST
+packetLen(0x043e, -1)
// Packet: 0x043f
-packetLen(0x043f, 25) // ZC_MSG_STATE_CHANGE2
+packetLen(0x043f, 25)
// Packet: 0x0440
-packetLen(0x0440, 10) // ZC_MILLENNIUMSHIELD
+packetLen(0x0440, 10)
// Packet: 0x0441
-packetLen(0x0441, 4) // ZC_SKILLINFO_DELETE
+packetLen(0x0441, 4)
// Packet: 0x0442
-packetLen(0x0442, -1) // ZC_SKILL_SELECT_REQUEST
+packetLen(0x0442, -1)
// Packet: 0x0443
-packetLen(0x0443, 8) // CZ_SKILL_SELECT_RESPONSE
+packetLen(0x0443, 8)
// Packet: 0x0444
-packetLen(0x0444, -1) // ZC_SIMPLE_CASH_POINT_ITEMLIST
+packetLen(0x0444, -1)
// Packet: 0x0445
-packetLen(0x0445, 10) // CZ_SIMPLE_BUY_CASH_POINT_ITEM
+packetLen(0x0445, 10)
// Packet: 0x0446
-packetLen(0x0446, 14) // ZC_QUEST_NOTIFY_EFFECT
+packetLen(0x0446, 14)
// Packet: 0x0447
-packetLen(0x0447, 2) // CZ_BLOCKING_PLAY_CANCEL
+packetLen(0x0447, 2)
// Packet: 0x0448
-packetLen(0x0448, -1) // HC_CHARACTER_LIST
+packetLen(0x0448, -1)
// Packet: 0x0449
-packetLen(0x0449, 4) // ZC_HACKSH_ERROR_MSG
+packetLen(0x0449, 4)
// Packet: 0x044a
-packetLen(0x044a, 6) // CZ_CLIENT_VERSION
+packetLen(0x044a, 6)
// Packet: 0x044b
-packetLen(0x044b, 2) // CZ_CLOSE_SIMPLECASH_SHOP
+packetLen(0x044b, 2)
// Packet: 0x07d7
-packetLen(0x07d7, 8) // CZ_GROUPINFO_CHANGE_V2
+packetLen(0x07d7, 8)
// Packet: 0x07d8
-packetLen(0x07d8, 8) // ZC_REQ_GROUPINFO_CHANGE_V2
+packetLen(0x07d8, 8)
// Packet: 0x07d9
-packetLen(0x07d9, 268) // ZC_SHORTCUT_KEY_LIST_V2
+packetLen(0x07d9, 268)
// Packet: 0x07da
-packetLen(0x07da, 6) // CZ_CHANGE_GROUP_MASTER
+packetLen(0x07da, 6)
// Packet: 0x07db
-packetLen(0x07db, 8) // ZC_HO_PAR_CHANGE
+packetLen(0x07db, 8)
// Packet: 0x07dc
-packetLen(0x07dc, 6) // CZ_SEEK_PARTY
+packetLen(0x07dc, 6)
// Packet: 0x07dd
-packetLen(0x07dd, 54) // ZC_SEEK_PARTY
+packetLen(0x07dd, 54)
// Packet: 0x07de
-packetLen(0x07de, 30) // CZ_SEEK_PARTY_MEMBER
+packetLen(0x07de, 30)
// Packet: 0x07df
-packetLen(0x07df, 54) // ZC_SEEK_PARTY_MEMBER
+packetLen(0x07df, 54)
// Packet: 0x07e0
-packetLen(0x07e0, 58) // ZC_ES_NOTI_MYINFO
+packetLen(0x07e0, 58)
// Packet: 0x07e1
-packetLen(0x07e1, 15) // ZC_SKILLINFO_UPDATE2
+packetLen(0x07e1, 15)
// Packet: 0x07e2
-packetLen(0x07e2, 8) // ZC_MSG_VALUE
+packetLen(0x07e2, 8)
// Packet: 0x07e3
-packetLen(0x07e3, 6) // ZC_ITEMLISTWIN_OPEN
+packetLen(0x07e3, 6)
// Packet: 0x07e4
#if PACKETVER >= 20111227
-packetLen(0x07e4, 4) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 4)
#elif PACKETVER >= 20111220
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20111004
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20110928
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20110920
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20110906
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20110831
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20110823
-packetLen(0x07e4, 26) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 26)
#elif PACKETVER >= 20110816
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20110809
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20110802
-packetLen(0x07e4, 4) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 4)
#elif PACKETVER >= 20110726
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20110718
-packetLen(0x07e4, 4) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 4)
#elif PACKETVER >= 20110711
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20110705
-packetLen(0x07e4, 8) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 8)
#elif PACKETVER >= 20110627
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20110620
-packetLen(0x07e4, 26) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 26)
#elif PACKETVER >= 20110614
-packetLen(0x07e4, 19) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 19)
#elif PACKETVER >= 20110607
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20110531
-packetLen(0x07e4, 5) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 5)
#elif PACKETVER >= 20110523
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20110517
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20110511
-packetLen(0x07e4, 5) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 5)
#elif PACKETVER >= 20110419
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20110412
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20110405
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20110329
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20110322
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20110315
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20110308
-packetLen(0x07e4, -1) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, -1)
#elif PACKETVER >= 20110118
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20110104
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#endif
// Packet: 0x07e5
-packetLen(0x07e5, 4) // CH_ENTER_CHECKBOT
+packetLen(0x07e5, 4)
// Packet: 0x07e6
-packetLen(0x07e6, 8) // ZC_MSG_SKILL
+packetLen(0x07e6, 8)
// Packet: 0x07e7
-packetLen(0x07e7, 32) // CH_CHECKBOT
+packetLen(0x07e7, 32)
// Packet: 0x07e8
-packetLen(0x07e8, -1) // HC_CHECKBOT
+packetLen(0x07e8, -1)
// Packet: 0x07e9
-packetLen(0x07e9, 5) // HC_CHECKBOT_RESULT
+packetLen(0x07e9, 5)
// Packet: 0x07ea
-packetLen(0x07ea, 2) // CZ_BATTLE_FIELD_LIST
+packetLen(0x07ea, 2)
// Packet: 0x07eb
-packetLen(0x07eb, -1) // ZC_BATTLE_FIELD_LIST
+packetLen(0x07eb, -1)
// Packet: 0x07ec
#if PACKETVER >= 20111227
-packetLen(0x07ec, 90) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 90)
#elif PACKETVER >= 20111220
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20111213
-packetLen(0x07ec, 10) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 10)
#elif PACKETVER >= 20111207
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20111122
-packetLen(0x07ec, -1) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, -1)
#elif PACKETVER >= 20111114
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20111108
-packetLen(0x07ec, 18) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 18)
#elif PACKETVER >= 20111101
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20111025
-packetLen(0x07ec, 10) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 10)
#elif PACKETVER >= 20111017
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20111010
-packetLen(0x07ec, 26) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 26)
#elif PACKETVER >= 20111004
-packetLen(0x07ec, 7) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 7)
#elif PACKETVER >= 20110928
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20110920
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20110906
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20110831
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20110823
-packetLen(0x07ec, 36) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 36)
#elif PACKETVER >= 20110816
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20110809
-packetLen(0x07ec, 7) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 7)
#elif PACKETVER >= 20110802
-packetLen(0x07ec, 6) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 6)
#elif PACKETVER >= 20110726
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20110718
-packetLen(0x07ec, 12) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 12)
#elif PACKETVER >= 20110711
-packetLen(0x07ec, -1) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, -1)
#elif PACKETVER >= 20110705
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20110620
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20110614
-packetLen(0x07ec, 5) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 5)
#elif PACKETVER >= 20110607
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20110531
-packetLen(0x07ec, 4) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 4)
#elif PACKETVER >= 20110523
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20110517
-packetLen(0x07ec, 6) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 6)
#elif PACKETVER >= 20110503
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20110426
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20110419
-packetLen(0x07ec, 26) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 26)
#elif PACKETVER >= 20110405
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20110329
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20110322
-packetLen(0x07ec, 6) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 6)
#elif PACKETVER >= 20110308
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20110228
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20110222
-packetLen(0x07ec, -1) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, -1)
#elif PACKETVER >= 20110131
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20110118
-packetLen(0x07ec, 6) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 6)
#elif PACKETVER >= 20110104
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#endif
// Packet: 0x07ed
-packetLen(0x07ed, 10) // ZC_JOIN_BATTLE_FIELD
+packetLen(0x07ed, 10)
// Packet: 0x07ee
-packetLen(0x07ee, 6) // CZ_CANCEL_BATTLE_FIELD
+packetLen(0x07ee, 6)
// Packet: 0x07ef
-packetLen(0x07ef, 8) // ZC_CANCEL_BATTLE_FIELD
+packetLen(0x07ef, 8)
// Packet: 0x07f0
-packetLen(0x07f0, 6) // CZ_REQ_BATTLE_STATE_MONITOR
+packetLen(0x07f0, 6)
// Packet: 0x07f1
-packetLen(0x07f1, 18) // ZC_ACK_BATTLE_STATE_MONITOR
+packetLen(0x07f1, 18)
// Packet: 0x07f2
-packetLen(0x07f2, 8) // ZC_BATTLE_NOTI_START_STEP
+packetLen(0x07f2, 8)
// Packet: 0x07f3
-packetLen(0x07f3, 6) // ZC_BATTLE_JOIN_NOTI_DEFER
+packetLen(0x07f3, 6)
// Packet: 0x07f4
-packetLen(0x07f4, 3) // ZC_BATTLE_JOIN_DISABLE_STATE
+packetLen(0x07f4, 3)
// Packet: 0x07f5
-packetLen(0x07f5, 6) // CZ_GM_FULLSTRIP
+packetLen(0x07f5, 6)
// Packet: 0x07f6
-packetLen(0x07f6, 14) // ZC_NOTIFY_EXP
+packetLen(0x07f6, 14)
// Packet: 0x07f7
-packetLen(0x07f7, -1) // ZC_NOTIFY_MOVEENTRY7
+packetLen(0x07f7, -1)
// Packet: 0x07f8
-packetLen(0x07f8, -1) // ZC_NOTIFY_NEWENTRY5
+packetLen(0x07f8, -1)
// Packet: 0x07f9
-packetLen(0x07f9, -1) // ZC_NOTIFY_STANDENTRY5
+packetLen(0x07f9, -1)
// Packet: 0x07fa
-packetLen(0x07fa, 8) // ZC_DELETE_ITEM_FROM_BODY
+packetLen(0x07fa, 8)
// Packet: 0x07fb
-packetLen(0x07fb, 25) // ZC_USESKILL_ACK2
+packetLen(0x07fb, 25)
// Packet: 0x07fc
-packetLen(0x07fc, 10) // ZC_CHANGE_GROUP_MASTER
+packetLen(0x07fc, 10)
// Packet: 0x07fd
-packetLen(0x07fd, -1) // ZC_BROADCASTING_SPECIAL_ITEM_OBTAIN
+packetLen(0x07fd, -1)
// Packet: 0x07fe
-packetLen(0x07fe, 26) // ZC_PLAY_NPC_BGM
+packetLen(0x07fe, 26)
// Packet: 0x07ff
#if PACKETVER >= 20110718
// removed
#elif PACKETVER >= 20110104
-packetLen(0x07ff, -1) // ZC_DEFINE_CHECK
+packetLen(0x07ff, -1)
#endif
// Packet: 0x0800
-packetLen(0x0800, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC2
+packetLen(0x0800, -1)
// Packet: 0x0801
-packetLen(0x0801, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC2
+packetLen(0x0801, -1)
// Packet: 0x0802
#if PACKETVER >= 20111220
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20111122
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20111114
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20111025
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20111017
-packetLen(0x0802, 18) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 18)
#elif PACKETVER >= 20111010
-packetLen(0x0802, 12) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 12)
#elif PACKETVER >= 20111004
-packetLen(0x0802, 8) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 8)
#elif PACKETVER >= 20110928
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20110920
-packetLen(0x0802, -1) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, -1)
#elif PACKETVER >= 20110906
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20110831
-packetLen(0x0802, 19) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 19)
#elif PACKETVER >= 20110823
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20110816
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20110802
-packetLen(0x0802, 8) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 8)
#elif PACKETVER >= 20110711
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20110705
-packetLen(0x0802, 7) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 7)
#elif PACKETVER >= 20110620
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20110607
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20110531
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20110523
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20110511
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20110503
-packetLen(0x0802, -1) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, -1)
#elif PACKETVER >= 20110426
-packetLen(0x0802, 36) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 36)
#elif PACKETVER >= 20110419
-packetLen(0x0802, 6) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 6)
#elif PACKETVER >= 20110412
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20110405
-packetLen(0x0802, 6) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 6)
#elif PACKETVER >= 20110329
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20110308
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20110228
-packetLen(0x0802, -1) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, -1)
#elif PACKETVER >= 20110222
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20110215
-packetLen(0x0802, 19) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 19)
#elif PACKETVER >= 20110208
-packetLen(0x0802, 6) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 6)
#elif PACKETVER >= 20110131
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20110125
-packetLen(0x0802, 7) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 7)
#elif PACKETVER >= 20110118
-packetLen(0x0802, 6) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 6)
#elif PACKETVER >= 20110104
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#endif
// Packet: 0x0803
-packetLen(0x0803, 4) // ZC_PARTY_BOOKING_ACK_REGISTER
+packetLen(0x0803, 4)
// Packet: 0x0804
-packetLen(0x0804, 14) // CZ_PARTY_BOOKING_REQ_SEARCH
+packetLen(0x0804, 14)
// Packet: 0x0805
-packetLen(0x0805, -1) // ZC_PARTY_BOOKING_ACK_SEARCH
+packetLen(0x0805, -1)
// Packet: 0x0806
-packetLen(0x0806, 2) // CZ_PARTY_BOOKING_REQ_DELETE
+packetLen(0x0806, 2)
// Packet: 0x0807
-packetLen(0x0807, 4) // ZC_PARTY_BOOKING_ACK_DELETE
+packetLen(0x0807, 4)
// Packet: 0x0808
-packetLen(0x0808, 14) // CZ_PARTY_BOOKING_REQ_UPDATE
+packetLen(0x0808, 14)
// Packet: 0x0809
-packetLen(0x0809, 50) // ZC_PARTY_BOOKING_NOTIFY_INSERT
+packetLen(0x0809, 50)
// Packet: 0x080a
-packetLen(0x080a, 18) // ZC_PARTY_BOOKING_NOTIFY_UPDATE
+packetLen(0x080a, 18)
// Packet: 0x080b
-packetLen(0x080b, 6) // ZC_PARTY_BOOKING_NOTIFY_DELETE
+packetLen(0x080b, 6)
// Packet: 0x080c
-packetLen(0x080c, 2) // CZ_SIMPLE_CASH_BTNSHOW
+packetLen(0x080c, 2)
// Packet: 0x080d
-packetLen(0x080d, 3) // ZC_SIMPLE_CASH_BTNSHOW
+packetLen(0x080d, 3)
// Packet: 0x080e
-packetLen(0x080e, 14) // ZC_NOTIFY_HP_TO_GROUPM_R2
+packetLen(0x080e, 14)
// Packet: 0x080f
-packetLen(0x080f, 20) // ZC_ADD_EXCHANGE_ITEM2
+packetLen(0x080f, 20)
// Packet: 0x0810
-packetLen(0x0810, 3) // ZC_OPEN_BUYING_STORE
+packetLen(0x0810, 3)
// Packet: 0x0811
#if PACKETVER >= 20111227
-packetLen(0x0811, 6) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 6)
#elif PACKETVER >= 20111220
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20111122
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20111101
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20111010
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20110928
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20110920
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20110906
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20110823
-packetLen(0x0811, 10) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 10)
#elif PACKETVER >= 20110809
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20110802
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20110726
-packetLen(0x0811, 5) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 5)
#elif PACKETVER >= 20110718
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20110711
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20110627
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20110620
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20110517
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20110511
-packetLen(0x0811, 90) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 90)
#elif PACKETVER >= 20110426
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20110419
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20110412
-packetLen(0x0811, 5) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 5)
#elif PACKETVER >= 20110405
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20110329
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20110322
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20110308
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20110228
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20110215
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20110208
-packetLen(0x0811, 8) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 8)
#elif PACKETVER >= 20110131
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20110125
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20110118
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20110104
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#endif
// Packet: 0x0812
-packetLen(0x0812, 8) // ZC_FAILED_OPEN_BUYING_STORE_TO_BUYER
+packetLen(0x0812, 8)
// Packet: 0x0813
-packetLen(0x0813, -1) // ZC_MYITEMLIST_BUYING_STORE
+packetLen(0x0813, -1)
// Packet: 0x0814
-packetLen(0x0814, 86) // ZC_BUYING_STORE_ENTRY
+packetLen(0x0814, 86)
// Packet: 0x0815
#if PACKETVER >= 20111227
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20111220
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20111114
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20111108
-packetLen(0x0815, 36) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 36)
#elif PACKETVER >= 20111101
-packetLen(0x0815, 6) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 6)
#elif PACKETVER >= 20111025
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20111010
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20111004
-packetLen(0x0815, 5) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 5)
#elif PACKETVER >= 20110928
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20110920
-packetLen(0x0815, 4) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 4)
#elif PACKETVER >= 20110831
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20110823
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20110809
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20110802
-packetLen(0x0815, 6) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 6)
#elif PACKETVER >= 20110726
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20110718
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20110711
-packetLen(0x0815, 26) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 26)
#elif PACKETVER >= 20110620
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20110614
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20110607
-packetLen(0x0815, 5) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 5)
#elif PACKETVER >= 20110523
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20110503
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20110426
-packetLen(0x0815, 5) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 5)
#elif PACKETVER >= 20110419
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20110405
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20110329
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20110322
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20110315
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20110308
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20110228
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20110222
-packetLen(0x0815, 8) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 8)
#elif PACKETVER >= 20110215
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20110131
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20110125
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20110118
-packetLen(0x0815, 26) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 26)
#elif PACKETVER >= 20110104
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#endif
// Packet: 0x0816
-packetLen(0x0816, 6) // ZC_DISAPPEAR_BUYING_STORE_ENTRY
+packetLen(0x0816, 6)
// Packet: 0x0817
#if PACKETVER >= 20111220
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20111213
-packetLen(0x0817, 5) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 5)
#elif PACKETVER >= 20111108
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20111101
-packetLen(0x0817, 6) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 6)
#elif PACKETVER >= 20111025
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20111017
-packetLen(0x0817, -1) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, -1)
#elif PACKETVER >= 20110906
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20110831
-packetLen(0x0817, 6) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 6)
#elif PACKETVER >= 20110718
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20110711
-packetLen(0x0817, 26) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 26)
#elif PACKETVER >= 20110705
-packetLen(0x0817, -1) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, -1)
#elif PACKETVER >= 20110627
-packetLen(0x0817, 10) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 10)
#elif PACKETVER >= 20110419
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20110412
-packetLen(0x0817, 6) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 6)
#elif PACKETVER >= 20110329
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20110322
-packetLen(0x0817, 36) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 36)
#elif PACKETVER >= 20110104
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#endif
// Packet: 0x0818
-packetLen(0x0818, -1) // ZC_ACK_ITEMLIST_BUYING_STORE
+packetLen(0x0818, -1)
// Packet: 0x0819
#if PACKETVER >= 20111227
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20111220
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20111213
-packetLen(0x0819, 6) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 6)
#elif PACKETVER >= 20111207
-packetLen(0x0819, 18) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 18)
#elif PACKETVER >= 20111122
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20111114
-packetLen(0x0819, 5) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 5)
#elif PACKETVER >= 20111108
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20111101
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20111025
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20111017
-packetLen(0x0819, 8) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 8)
#elif PACKETVER >= 20111010
-packetLen(0x0819, 6) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 6)
#elif PACKETVER >= 20110928
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20110920
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20110906
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20110831
-packetLen(0x0819, 12) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 12)
#elif PACKETVER >= 20110823
-packetLen(0x0819, 6) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 6)
#elif PACKETVER >= 20110816
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20110809
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20110802
-packetLen(0x0819, 7) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 7)
#elif PACKETVER >= 20110718
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20110711
-packetLen(0x0819, 5) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 5)
#elif PACKETVER >= 20110705
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20110627
-packetLen(0x0819, 19) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 19)
#elif PACKETVER >= 20110620
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20110531
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20110523
-packetLen(0x0819, 36) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 36)
#elif PACKETVER >= 20110517
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20110503
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20110426
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20110419
-packetLen(0x0819, 26) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 26)
#elif PACKETVER >= 20110412
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20110405
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20110329
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20110322
-packetLen(0x0819, 90) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 90)
#elif PACKETVER >= 20110315
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20110308
-packetLen(0x0819, 26) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 26)
#elif PACKETVER >= 20110228
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20110222
-packetLen(0x0819, 6) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 6)
#elif PACKETVER >= 20110208
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20110131
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20110125
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20110118
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20110104
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#endif
// Packet: 0x081a
-packetLen(0x081a, 4) // ZC_FAILED_TRADE_BUYING_STORE_TO_BUYER
+packetLen(0x081a, 4)
// Packet: 0x081b
-packetLen(0x081b, 10) // ZC_UPDATE_ITEM_FROM_BUYING_STORE
+packetLen(0x081b, 10)
// Packet: 0x081c
-packetLen(0x081c, 10) // ZC_ITEM_DELETE_BUYING_STORE
+packetLen(0x081c, 10)
// Packet: 0x081d
-packetLen(0x081d, 22) // ZC_EL_INIT
+packetLen(0x081d, 22)
// Packet: 0x081e
-packetLen(0x081e, 8) // ZC_EL_PAR_CHANGE
+packetLen(0x081e, 8)
// Packet: 0x081f
-packetLen(0x081f, -1) // ZC_BROADCAST4
+packetLen(0x081f, -1)
// Packet: 0x0820
-packetLen(0x0820, 11) // ZC_COSTUME_SPRITE_CHANGE
+packetLen(0x0820, 11)
// Packet: 0x0821
-packetLen(0x0821, 2) // AC_OTP_USER
+packetLen(0x0821, 2)
// Packet: 0x0822
-packetLen(0x0822, 9) // CA_OTP_AUTH_REQ
+packetLen(0x0822, 9)
// Packet: 0x0823
-packetLen(0x0823, -1) // AC_OTP_AUTH_ACK
+packetLen(0x0823, -1)
// Packet: 0x0824
-packetLen(0x0824, 6) // ZC_FAILED_TRADE_BUYING_STORE_TO_SELLER
+packetLen(0x0824, 6)
// Packet: 0x0825
-packetLen(0x0825, -1) // CA_SSO_LOGIN_REQ
+packetLen(0x0825, -1)
// Packet: 0x0827
-packetLen(0x0827, 6) // CH_DELETE_CHAR3_RESERVED
+packetLen(0x0827, 6)
// Packet: 0x0828
-packetLen(0x0828, 14) // HC_DELETE_CHAR3_RESERVED
+packetLen(0x0828, 14)
// Packet: 0x0829
-packetLen(0x0829, 12) // CH_DELETE_CHAR3
+packetLen(0x0829, 12)
// Packet: 0x082a
-packetLen(0x082a, 10) // HC_DELETE_CHAR3
+packetLen(0x082a, 10)
// Packet: 0x082b
-packetLen(0x082b, 6) // CH_DELETE_CHAR3_CANCEL
+packetLen(0x082b, 6)
// Packet: 0x082c
-packetLen(0x082c, 10) // HC_DELETE_CHAR3_CANCEL
+packetLen(0x082c, 10)
// Packet: 0x082d
-packetLen(0x082d, -1) // HC_ACCEPT_ENTER2
+packetLen(0x082d, -1)
// Packet: 0x0835
#if PACKETVER >= 20111213
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20111207
-packetLen(0x0835, 10) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 10)
#elif PACKETVER >= 20111122
-packetLen(0x0835, 19) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 19)
#elif PACKETVER >= 20111108
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20111101
-packetLen(0x0835, -1) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, -1)
#elif PACKETVER >= 20111025
-packetLen(0x0835, 6) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 6)
#elif PACKETVER >= 20111010
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20111004
-packetLen(0x0835, 26) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 26)
#elif PACKETVER >= 20110906
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20110831
-packetLen(0x0835, 4) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 4)
#elif PACKETVER >= 20110823
-packetLen(0x0835, 8) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 8)
#elif PACKETVER >= 20110809
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20110802
-packetLen(0x0835, 26) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 26)
#elif PACKETVER >= 20110726
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20110718
-packetLen(0x0835, 8) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 8)
#elif PACKETVER >= 20110711
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20110705
-packetLen(0x0835, 36) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 36)
#elif PACKETVER >= 20110627
-packetLen(0x0835, 5) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 5)
#elif PACKETVER >= 20110503
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20110426
-packetLen(0x0835, 6) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 6)
#elif PACKETVER >= 20110412
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20110405
-packetLen(0x0835, 6) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 6)
#elif PACKETVER >= 20110315
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20110308
-packetLen(0x0835, 4) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 4)
#elif PACKETVER >= 20110222
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20110215
-packetLen(0x0835, 26) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 26)
#elif PACKETVER >= 20110208
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20110131
-packetLen(0x0835, 6) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 6)
#elif PACKETVER >= 20110125
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20110118
-packetLen(0x0835, -1) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, -1)
#elif PACKETVER >= 20110104
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#endif
// Packet: 0x0836
-packetLen(0x0836, -1) // ZC_SEARCH_STORE_INFO_ACK
+packetLen(0x0836, -1)
// Packet: 0x0837
-packetLen(0x0837, 3) // ZC_SEARCH_STORE_INFO_FAILED
+packetLen(0x0837, 3)
// Packet: 0x0838
#if PACKETVER >= 20111227
-packetLen(0x0838, 6) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 6)
#elif PACKETVER >= 20111220
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20111213
-packetLen(0x0838, 19) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 19)
#elif PACKETVER >= 20111122
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20111108
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20111101
-packetLen(0x0838, 6) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 6)
#elif PACKETVER >= 20111025
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20111010
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20110928
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20110920
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20110906
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20110823
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20110809
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20110802
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20110726
-packetLen(0x0838, -1) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, -1)
#elif PACKETVER >= 20110718
-packetLen(0x0838, 8) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 8)
#elif PACKETVER >= 20110711
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20110705
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20110620
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20110517
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20110511
-packetLen(0x0838, 8) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 8)
#elif PACKETVER >= 20110503
-packetLen(0x0838, 26) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 26)
#elif PACKETVER >= 20110426
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20110419
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20110412
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20110405
-packetLen(0x0838, -1) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, -1)
#elif PACKETVER >= 20110329
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20110315
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20110308
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20110228
-packetLen(0x0838, 5) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 5)
#elif PACKETVER >= 20110208
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20110131
-packetLen(0x0838, 4) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 4)
#elif PACKETVER >= 20110125
-packetLen(0x0838, 8) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 8)
#elif PACKETVER >= 20110118
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20110104
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#endif
// Packet: 0x0839
-packetLen(0x0839, 66) // ZC_ACK_BAN_GUILD_SSO
+packetLen(0x0839, 66)
// Packet: 0x083a
-packetLen(0x083a, 5) // ZC_OPEN_SEARCH_STORE_INFO
+packetLen(0x083a, 5)
// Packet: 0x083b
-packetLen(0x083b, 2) // CZ_CLOSE_SEARCH_STORE_INFO
+packetLen(0x083b, 2)
// Packet: 0x083c
#if PACKETVER >= 20111227
-packetLen(0x083c, 8) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 8)
#elif PACKETVER >= 20111220
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20111122
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20111114
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20111108
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20111101
-packetLen(0x083c, 19) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 19)
#elif PACKETVER >= 20111017
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20111010
-packetLen(0x083c, -1) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, -1)
#elif PACKETVER >= 20111004
-packetLen(0x083c, 26) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 26)
#elif PACKETVER >= 20110928
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20110920
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20110906
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20110831
-packetLen(0x083c, 26) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 26)
#elif PACKETVER >= 20110823
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20110816
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20110809
-packetLen(0x083c, 5) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 5)
#elif PACKETVER >= 20110726
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20110718
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20110711
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20110705
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20110627
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20110620
-packetLen(0x083c, 6) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 6)
#elif PACKETVER >= 20110523
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20110511
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20110503
-packetLen(0x083c, 6) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 6)
#elif PACKETVER >= 20110426
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20110419
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20110412
-packetLen(0x083c, -1) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, -1)
#elif PACKETVER >= 20110405
-packetLen(0x083c, 19) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 19)
#elif PACKETVER >= 20110329
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20110322
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20110315
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20110308
-packetLen(0x083c, 6) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 6)
#elif PACKETVER >= 20110228
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20110208
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20110131
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20110125
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20110118
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20110104
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#endif
// Packet: 0x083d
-packetLen(0x083d, 6) // ZC_SSILIST_ITEM_CLICK_ACK
+packetLen(0x083d, 6)
// Packet: 0x083e
-packetLen(0x083e, 26) // AC_REFUSE_LOGIN2
+packetLen(0x083e, 26)
// Packet: 0x0840
-packetLen(0x0840, -1) // HC_NOTIFY_ACCESSIBLE_MAPNAME
+packetLen(0x0840, -1)
// Packet: 0x0841
-packetLen(0x0841, 4) // CH_SELECT_ACCESSIBLE_MAPNAME
+packetLen(0x0841, 4)
// Packet: 0x0842
-packetLen(0x0842, 6) // CZ_RECALL_SSO
+packetLen(0x0842, 6)
// Packet: 0x0843
-packetLen(0x0843, 6) // CZ_REMOVE_AID_SSO
+packetLen(0x0843, 6)
// Packet: 0x0844
-packetLen(0x0844, 2) // CZ_SE_CASHSHOP_OPEN
+packetLen(0x0844, 2)
// Packet: 0x0845
-packetLen(0x0845, 10) // ZC_SE_CASHSHOP_OPEN
+packetLen(0x0845, 10)
// Packet: 0x0846
-packetLen(0x0846, 4) // CZ_REQ_SE_CASH_TAB_CODE
+packetLen(0x0846, 4)
// Packet: 0x0847
-packetLen(0x0847, -1) // ZC_ACK_SE_CASH_ITEM_LIST
+packetLen(0x0847, -1)
// Packet: 0x0848
-packetLen(0x0848, -1) // CZ_SE_PC_BUY_CASHITEM_LIST
+packetLen(0x0848, -1)
// Packet: 0x0849
-packetLen(0x0849, 16) // ZC_SE_PC_BUY_CASHITEM_RESULT
+packetLen(0x0849, 16)
// Packet: 0x084a
-packetLen(0x084a, 2) // CZ_SE_CASHSHOP_CLOSE
+packetLen(0x084a, 2)
// Packet: 0x084b
-packetLen(0x084b, 19) // ZC_ITEM_FALL_ENTRY4
+packetLen(0x084b, 19)
// Packet: 0x084c
-packetLen(0x084c, 10) // CZ_MACRO_USE_SKILL
+packetLen(0x084c, 10)
// Packet: 0x084d
-packetLen(0x084d, 10) // CZ_MACRO_USE_SKILL_TOGROUND
+packetLen(0x084d, 10)
// Packet: 0x084e
-packetLen(0x084e, 5) // CZ_MACRO_REQUEST_MOVE
+packetLen(0x084e, 5)
// Packet: 0x084f
-packetLen(0x084f, 6) // CZ_MACRO_ITEM_PICKUP
+packetLen(0x084f, 6)
// Packet: 0x0850
-packetLen(0x0850, 7) // CZ_MACRO_REQUEST_ACT
+packetLen(0x0850, 7)
// Packet: 0x0851
-packetLen(0x0851, -1) // ZC_GPK_DYNCODE
+packetLen(0x0851, -1)
// Packet: 0x0852
-packetLen(0x0852, 2) // CZ_GPK_DYNCODE_RELOAD
+packetLen(0x0852, 2)
// Packet: 0x0853
-packetLen(0x0853, -1) // ZC_GPK_AUTH
+packetLen(0x0853, -1)
// Packet: 0x0854
-packetLen(0x0854, -1) // CZ_GPK_AUTH
+packetLen(0x0854, -1)
// Packet: 0x0855
-packetLen(0x0855, 6) // ZC_MACRO_ITEMPICKUP_FAIL
+packetLen(0x0855, 6)
// Packet: 0x0856
-packetLen(0x0856, -1) // ZC_NOTIFY_MOVEENTRY8
+packetLen(0x0856, -1)
// Packet: 0x0857
-packetLen(0x0857, -1) // ZC_NOTIFY_STANDENTRY7
+packetLen(0x0857, -1)
// Packet: 0x0858
-packetLen(0x0858, -1) // ZC_NOTIFY_NEWENTRY6
+packetLen(0x0858, -1)
// Packet: 0x0859
-packetLen(0x0859, -1) // ZC_EQUIPWIN_MICROSCOPE2
+packetLen(0x0859, -1)
// Packet: 0x085a
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
// Packet: 0x085b
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
// Packet: 0x085c
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
// Packet: 0x085d
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
// Packet: 0x085e
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
// Packet: 0x085f
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
// Packet: 0x0860
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
// Packet: 0x0861
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
// Packet: 0x0862
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
// Packet: 0x0863
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
// Packet: 0x0864
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
// Packet: 0x0865
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
// Packet: 0x0866
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
// Packet: 0x0867
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
// Packet: 0x0868
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
// Packet: 0x0869
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
// Packet: 0x086a
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
// Packet: 0x086b
-packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 2)
// Packet: 0x086c
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
// Packet: 0x086d
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
// Packet: 0x086e
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
// Packet: 0x086f
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
// Packet: 0x0870
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
// Packet: 0x0871
-packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 2)
// Packet: 0x0872
packetLen(0x0872, 2)
// Packet: 0x0873
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
// Packet: 0x0874
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
// Packet: 0x0875
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
// Packet: 0x0876
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
// Packet: 0x0877
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
// Packet: 0x0878
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
// Packet: 0x0879
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
// Packet: 0x087a
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
// Packet: 0x087b
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
// Packet: 0x087c
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
// Packet: 0x087d
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
// Packet: 0x087e
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
// Packet: 0x087f
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
// Packet: 0x0880
-packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 2)
// Packet: 0x0881
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
// Packet: 0x0882
-packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 2)
// Packet: 0x0883
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
// Packet: 0x0884
#if PACKETVER >= 20111114
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20111108
-packetLen(0x0884, 10) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 10)
#elif PACKETVER >= 20111025
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20111017
-packetLen(0x0884, 7) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 7)
#elif PACKETVER >= 20111010
-packetLen(0x0884, 6) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 6)
#elif PACKETVER >= 20110928
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20110920
-packetLen(0x0884, -1) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, -1)
#elif PACKETVER >= 20110831
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20110823
-packetLen(0x0884, 8) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 8)
#elif PACKETVER >= 20110802
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20110726
-packetLen(0x0884, 6) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 6)
#elif PACKETVER >= 20110718
-packetLen(0x0884, -1) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, -1)
#elif PACKETVER >= 20110711
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20110705
-packetLen(0x0884, 26) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 26)
#elif PACKETVER >= 20110627
-packetLen(0x0884, 6) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 6)
#elif PACKETVER >= 20110620
-packetLen(0x0884, 10) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 10)
#elif PACKETVER >= 20110523
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20110517
-packetLen(0x0884, -1) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, -1)
#elif PACKETVER >= 20110503
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20110426
-packetLen(0x0884, 18) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 18)
#elif PACKETVER >= 20110315
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20110308
-packetLen(0x0884, -1) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, -1)
#elif PACKETVER >= 20110215
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20110208
-packetLen(0x0884, 5) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 5)
#elif PACKETVER >= 20110131
-packetLen(0x0884, -1) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, -1)
#elif PACKETVER >= 20110104
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#endif
// Packet: 0x0885
#if PACKETVER >= 20111227
-packetLen(0x0885, 8) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 8)
#elif PACKETVER >= 20111108
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20111101
-packetLen(0x0885, 6) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 6)
#elif PACKETVER >= 20111025
-packetLen(0x0885, 10) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 10)
#elif PACKETVER >= 20111017
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20111010
-packetLen(0x0885, 10) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 10)
#elif PACKETVER >= 20111004
-packetLen(0x0885, 5) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 5)
#elif PACKETVER >= 20110928
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20110920
-packetLen(0x0885, 36) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 36)
#elif PACKETVER >= 20110906
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20110831
-packetLen(0x0885, 6) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 6)
#elif PACKETVER >= 20110726
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20110718
-packetLen(0x0885, 26) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 26)
#elif PACKETVER >= 20110607
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20110531
-packetLen(0x0885, 26) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 26)
#elif PACKETVER >= 20110517
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20110511
-packetLen(0x0885, 5) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 5)
#elif PACKETVER >= 20110503
-packetLen(0x0885, 18) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 18)
#elif PACKETVER >= 20110426
-packetLen(0x0885, 5) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 5)
#elif PACKETVER >= 20110412
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20110405
-packetLen(0x0885, 8) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 8)
#elif PACKETVER >= 20110322
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20110315
-packetLen(0x0885, 18) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 18)
#elif PACKETVER >= 20110228
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20110222
-packetLen(0x0885, 6) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 6)
#elif PACKETVER >= 20110215
-packetLen(0x0885, 10) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 10)
#elif PACKETVER >= 20110208
-packetLen(0x0885, -1) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, -1)
#elif PACKETVER >= 20110125
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20110118
-packetLen(0x0885, 18) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 18)
#elif PACKETVER >= 20110104
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#endif
// Packet: 0x0886
#if PACKETVER >= 20111227
-packetLen(0x0886, 6) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 6)
#elif PACKETVER >= 20111025
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20111017
-packetLen(0x0886, 6) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 6)
#elif PACKETVER >= 20111010
-packetLen(0x0886, -1) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, -1)
#elif PACKETVER >= 20110920
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20110906
-packetLen(0x0886, 36) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 36)
#elif PACKETVER >= 20110802
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20110726
-packetLen(0x0886, -1) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, -1)
#elif PACKETVER >= 20110718
-packetLen(0x0886, 5) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 5)
#elif PACKETVER >= 20110711
-packetLen(0x0886, 8) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 8)
#elif PACKETVER >= 20110627
-packetLen(0x0886, 10) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 10)
#elif PACKETVER >= 20110607
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20110531
-packetLen(0x0886, 18) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 18)
#elif PACKETVER >= 20110517
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20110511
-packetLen(0x0886, 12) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 12)
#elif PACKETVER >= 20110503
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20110426
-packetLen(0x0886, 4) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 4)
#elif PACKETVER >= 20110419
-packetLen(0x0886, 18) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 18)
#elif PACKETVER >= 20110412
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20110405
-packetLen(0x0886, 90) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 90)
#elif PACKETVER >= 20110329
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20110322
-packetLen(0x0886, 5) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 5)
#elif PACKETVER >= 20110315
-packetLen(0x0886, 26) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 26)
#elif PACKETVER >= 20110131
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20110125
-packetLen(0x0886, 19) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 19)
#elif PACKETVER >= 20110118
-packetLen(0x0886, 5) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 5)
#elif PACKETVER >= 20110104
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#endif
// Packet: 0x0887
#if PACKETVER >= 20111220
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20111213
-packetLen(0x0887, -1) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, -1)
#elif PACKETVER >= 20111207
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20111122
-packetLen(0x0887, -1) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, -1)
#elif PACKETVER >= 20111114
-packetLen(0x0887, 7) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 7)
#elif PACKETVER >= 20111101
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20111025
-packetLen(0x0887, 26) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 26)
#elif PACKETVER >= 20111010
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20111004
-packetLen(0x0887, 6) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 6)
#elif PACKETVER >= 20110906
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20110831
-packetLen(0x0887, 6) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 6)
#elif PACKETVER >= 20110802
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20110726
-packetLen(0x0887, 90) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 90)
#elif PACKETVER >= 20110711
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20110705
-packetLen(0x0887, 19) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 19)
#elif PACKETVER >= 20110627
-packetLen(0x0887, 5) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 5)
#elif PACKETVER >= 20110620
-packetLen(0x0887, 36) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 36)
#elif PACKETVER >= 20110523
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20110517
-packetLen(0x0887, 5) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 5)
#elif PACKETVER >= 20110511
-packetLen(0x0887, 18) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 18)
#elif PACKETVER >= 20110412
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20110405
-packetLen(0x0887, 12) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 12)
#elif PACKETVER >= 20110322
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20110315
-packetLen(0x0887, 19) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 19)
#elif PACKETVER >= 20110308
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20110228
-packetLen(0x0887, 6) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 6)
#elif PACKETVER >= 20110222
-packetLen(0x0887, 8) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 8)
#elif PACKETVER >= 20110215
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20110208
-packetLen(0x0887, 8) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 8)
#elif PACKETVER >= 20110131
-packetLen(0x0887, 6) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 6)
#elif PACKETVER >= 20110111
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20110104
-packetLen(0x0887, 5) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 5)
#endif
// Packet: 0x0888
#if PACKETVER >= 20111227
-packetLen(0x0888, 6) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 6)
#elif PACKETVER >= 20111122
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20111114
-packetLen(0x0888, -1) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, -1)
#elif PACKETVER >= 20111108
-packetLen(0x0888, 8) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 8)
#elif PACKETVER >= 20111101
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20111025
-packetLen(0x0888, 18) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 18)
#elif PACKETVER >= 20110831
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20110823
-packetLen(0x0888, 5) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 5)
#elif PACKETVER >= 20110809
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20110802
-packetLen(0x0888, 6) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 6)
#elif PACKETVER >= 20110718
-packetLen(0x0888, 36) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 36)
#elif PACKETVER >= 20110705
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20110627
-packetLen(0x0888, 90) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 90)
#elif PACKETVER >= 20110607
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20110531
-packetLen(0x0888, 6) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 6)
#elif PACKETVER >= 20110523
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20110517
-packetLen(0x0888, -1) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, -1)
#elif PACKETVER >= 20110511
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20110503
-packetLen(0x0888, 6) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 6)
#elif PACKETVER >= 20110426
-packetLen(0x0888, 10) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 10)
#elif PACKETVER >= 20110419
-packetLen(0x0888, 6) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 6)
#elif PACKETVER >= 20110412
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20110405
-packetLen(0x0888, 8) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 8)
#elif PACKETVER >= 20110329
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20110322
-packetLen(0x0888, 5) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 5)
#elif PACKETVER >= 20110315
-packetLen(0x0888, 12) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 12)
#elif PACKETVER >= 20110308
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20110228
-packetLen(0x0888, 5) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 5)
#elif PACKETVER >= 20110222
-packetLen(0x0888, 18) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 18)
#elif PACKETVER >= 20110215
-packetLen(0x0888, 8) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 8)
#elif PACKETVER >= 20110208
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20110131
-packetLen(0x0888, 5) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 5)
#elif PACKETVER >= 20110104
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#endif
// Packet: 0x0889
#if PACKETVER >= 20111227
-packetLen(0x0889, 18) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 18)
#elif PACKETVER >= 20111220
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20111213
-packetLen(0x0889, 26) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 26)
#elif PACKETVER >= 20111010
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20111004
-packetLen(0x0889, -1) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, -1)
#elif PACKETVER >= 20110809
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20110802
-packetLen(0x0889, 26) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 26)
#elif PACKETVER >= 20110607
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20110531
-packetLen(0x0889, 8) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 8)
#elif PACKETVER >= 20110523
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20110517
-packetLen(0x0889, 10) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 10)
#elif PACKETVER >= 20110511
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20110503
-packetLen(0x0889, 19) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 19)
#elif PACKETVER >= 20110426
-packetLen(0x0889, 8) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 8)
#elif PACKETVER >= 20110419
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20110412
-packetLen(0x0889, 5) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 5)
#elif PACKETVER >= 20110405
-packetLen(0x0889, 18) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 18)
#elif PACKETVER >= 20110329
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20110322
-packetLen(0x0889, 5) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 5)
#elif PACKETVER >= 20110315
-packetLen(0x0889, -1) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, -1)
#elif PACKETVER >= 20110308
-packetLen(0x0889, 18) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 18)
#elif PACKETVER >= 20110228
-packetLen(0x0889, 90) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 90)
#elif PACKETVER >= 20110222
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20110215
-packetLen(0x0889, 6) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 6)
#elif PACKETVER >= 20110104
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#endif
// Packet: 0x088a
#if PACKETVER >= 20111108
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20111101
-packetLen(0x088a, 6) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 6)
#elif PACKETVER >= 20111017
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20111010
-packetLen(0x088a, 18) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 18)
#elif PACKETVER >= 20110906
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20110831
-packetLen(0x088a, 5) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 5)
#elif PACKETVER >= 20110718
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20110711
-packetLen(0x088a, -1) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, -1)
#elif PACKETVER >= 20110627
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20110620
-packetLen(0x088a, 7) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 7)
#elif PACKETVER >= 20110419
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20110412
-packetLen(0x088a, 8) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 8)
#elif PACKETVER >= 20110329
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20110322
-packetLen(0x088a, 18) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 18)
#elif PACKETVER >= 20110228
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20110222
-packetLen(0x088a, 8) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 8)
#elif PACKETVER >= 20110215
-packetLen(0x088a, 5) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 5)
#elif PACKETVER >= 20110208
-packetLen(0x088a, 19) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 19)
#elif PACKETVER >= 20110111
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20110104
-packetLen(0x088a, 19) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 19)
#endif
// Packet: 0x088b
#if PACKETVER >= 20111227
-packetLen(0x088b, 12) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 12)
#elif PACKETVER >= 20111220
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20111213
-packetLen(0x088b, 6) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 6)
#elif PACKETVER >= 20111207
-packetLen(0x088b, 4) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 4)
#elif PACKETVER >= 20111114
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20111108
-packetLen(0x088b, 4) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 4)
#elif PACKETVER >= 20110809
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20110802
-packetLen(0x088b, 8) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 8)
#elif PACKETVER >= 20110726
-packetLen(0x088b, 10) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 10)
#elif PACKETVER >= 20110718
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20110711
-packetLen(0x088b, 18) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 18)
#elif PACKETVER >= 20110705
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20110627
-packetLen(0x088b, 8) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 8)
#elif PACKETVER >= 20110620
-packetLen(0x088b, 5) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 5)
#elif PACKETVER >= 20110614
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20110607
-packetLen(0x088b, 5) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 5)
#elif PACKETVER >= 20110517
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20110511
-packetLen(0x088b, 4) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 4)
#elif PACKETVER >= 20110503
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20110426
-packetLen(0x088b, 10) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 10)
#elif PACKETVER >= 20110208
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20110131
-packetLen(0x088b, 7) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 7)
#elif PACKETVER >= 20110104
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#endif
// Packet: 0x088c
#if PACKETVER >= 20111213
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20111122
-packetLen(0x088c, 6) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 6)
#elif PACKETVER >= 20111017
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20111010
-packetLen(0x088c, 36) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 36)
#elif PACKETVER >= 20111004
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20110928
-packetLen(0x088c, 36) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 36)
#elif PACKETVER >= 20110920
-packetLen(0x088c, 6) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 6)
#elif PACKETVER >= 20110831
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20110823
-packetLen(0x088c, -1) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, -1)
#elif PACKETVER >= 20110802
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20110726
-packetLen(0x088c, 5) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 5)
#elif PACKETVER >= 20110705
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20110627
-packetLen(0x088c, 5) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 5)
#elif PACKETVER >= 20110511
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20110503
-packetLen(0x088c, -1) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, -1)
#elif PACKETVER >= 20110322
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20110315
-packetLen(0x088c, 8) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 8)
#elif PACKETVER >= 20110125
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20110118
-packetLen(0x088c, 8) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 8)
#elif PACKETVER >= 20110104
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#endif
// Packet: 0x088d
#if PACKETVER >= 20111213
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20111207
-packetLen(0x088d, -1) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, -1)
#elif PACKETVER >= 20111108
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20111101
-packetLen(0x088d, 26) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 26)
#elif PACKETVER >= 20111017
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20111010
-packetLen(0x088d, 10) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 10)
#elif PACKETVER >= 20110928
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20110920
-packetLen(0x088d, 8) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 8)
#elif PACKETVER >= 20110816
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20110809
-packetLen(0x088d, 5) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 5)
#elif PACKETVER >= 20110802
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20110726
-packetLen(0x088d, 5) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 5)
#elif PACKETVER >= 20110711
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20110705
-packetLen(0x088d, 8) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 8)
#elif PACKETVER >= 20110517
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20110511
-packetLen(0x088d, 6) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 6)
#elif PACKETVER >= 20110419
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20110412
-packetLen(0x088d, 26) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 26)
#elif PACKETVER >= 20110329
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20110322
-packetLen(0x088d, 8) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 8)
#elif PACKETVER >= 20110104
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#endif
// Packet: 0x088e
#if PACKETVER >= 20111025
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20111017
-packetLen(0x088e, 8) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 8)
#elif PACKETVER >= 20110928
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20110920
-packetLen(0x088e, 8) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 8)
#elif PACKETVER >= 20110809
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20110802
-packetLen(0x088e, 19) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 19)
#elif PACKETVER >= 20110718
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20110711
-packetLen(0x088e, 6) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 6)
#elif PACKETVER >= 20110705
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20110627
-packetLen(0x088e, 26) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 26)
#elif PACKETVER >= 20110412
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20110405
-packetLen(0x088e, 6) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 6)
#elif PACKETVER >= 20110329
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20110322
-packetLen(0x088e, 6) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 6)
#elif PACKETVER >= 20110208
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20110131
-packetLen(0x088e, 5) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 5)
#elif PACKETVER >= 20110125
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20110118
-packetLen(0x088e, 19) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 19)
#elif PACKETVER >= 20110104
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#endif
// Packet: 0x088f
#if PACKETVER >= 20111220
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20111213
-packetLen(0x088f, 8) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 8)
#elif PACKETVER >= 20111207
-packetLen(0x088f, 6) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 6)
#elif PACKETVER >= 20111025
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20111017
-packetLen(0x088f, 6) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 6)
#elif PACKETVER >= 20111010
-packetLen(0x088f, -1) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, -1)
#elif PACKETVER >= 20110906
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20110831
-packetLen(0x088f, 8) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 8)
#elif PACKETVER >= 20110823
-packetLen(0x088f, 26) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 26)
#elif PACKETVER >= 20110816
-packetLen(0x088f, 36) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 36)
#elif PACKETVER >= 20110809
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20110802
-packetLen(0x088f, 6) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 6)
#elif PACKETVER >= 20110718
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20110711
-packetLen(0x088f, 8) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 8)
#elif PACKETVER >= 20110627
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20110620
-packetLen(0x088f, 6) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 6)
#elif PACKETVER >= 20110517
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20110511
-packetLen(0x088f, 6) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 6)
#elif PACKETVER >= 20110412
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20110405
-packetLen(0x088f, 6) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 6)
#elif PACKETVER >= 20110329
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20110322
-packetLen(0x088f, 6) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 6)
#elif PACKETVER >= 20110308
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20110228
-packetLen(0x088f, 10) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 10)
#elif PACKETVER >= 20110125
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20110118
-packetLen(0x088f, 6) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 6)
#elif PACKETVER >= 20110111
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20110104
-packetLen(0x088f, 5) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 5)
#endif
// Packet: 0x0890
#if PACKETVER >= 20111220
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20111213
-packetLen(0x0890, 12) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 12)
#elif PACKETVER >= 20111207
-packetLen(0x0890, 8) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 8)
#elif PACKETVER >= 20111108
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20111101
-packetLen(0x0890, 8) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 8)
#elif PACKETVER >= 20111025
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20111017
-packetLen(0x0890, 26) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 26)
#elif PACKETVER >= 20111010
-packetLen(0x0890, 5) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 5)
#elif PACKETVER >= 20110928
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20110920
-packetLen(0x0890, 26) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 26)
#elif PACKETVER >= 20110831
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20110823
-packetLen(0x0890, 90) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 90)
#elif PACKETVER >= 20110523
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20110517
-packetLen(0x0890, 5) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 5)
#elif PACKETVER >= 20110511
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20110503
-packetLen(0x0890, 6) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 6)
#elif PACKETVER >= 20110329
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20110322
-packetLen(0x0890, 7) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 7)
#elif PACKETVER >= 20110308
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20110228
-packetLen(0x0890, 6) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 6)
#elif PACKETVER >= 20110208
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20110131
-packetLen(0x0890, 6) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 6)
#elif PACKETVER >= 20110125
-packetLen(0x0890, 36) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 36)
#elif PACKETVER >= 20110118
-packetLen(0x0890, 90) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 90)
#elif PACKETVER >= 20110104
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#endif
// Packet: 0x0891
#if PACKETVER >= 20111227
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20111220
-packetLen(0x0891, 5) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 5)
#elif PACKETVER >= 20111213
-packetLen(0x0891, 8) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 8)
#elif PACKETVER >= 20111207
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20111122
-packetLen(0x0891, 26) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 26)
#elif PACKETVER >= 20111025
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20111010
-packetLen(0x0891, 6) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 6)
#elif PACKETVER >= 20111004
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20110928
-packetLen(0x0891, 4) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 4)
#elif PACKETVER >= 20110920
-packetLen(0x0891, 8) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 8)
#elif PACKETVER >= 20110718
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20110711
-packetLen(0x0891, 6) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 6)
#elif PACKETVER >= 20110627
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20110620
-packetLen(0x0891, 5) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 5)
#elif PACKETVER >= 20110517
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20110511
-packetLen(0x0891, -1) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, -1)
#elif PACKETVER >= 20110503
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20110426
-packetLen(0x0891, 7) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 7)
#elif PACKETVER >= 20110329
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20110322
-packetLen(0x0891, 10) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 10)
#elif PACKETVER >= 20110315
-packetLen(0x0891, 36) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 36)
#elif PACKETVER >= 20110215
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20110208
-packetLen(0x0891, 5) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 5)
#elif PACKETVER >= 20110131
-packetLen(0x0891, 10) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 10)
#elif PACKETVER >= 20110104
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#endif
// Packet: 0x0892
#if PACKETVER >= 20111227
-packetLen(0x0892, -1) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, -1)
#elif PACKETVER >= 20111220
-packetLen(0x0892, 26) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 26)
#elif PACKETVER >= 20111207
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20111122
-packetLen(0x0892, 5) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 5)
#elif PACKETVER >= 20111114
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20111108
-packetLen(0x0892, 5) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 5)
#elif PACKETVER >= 20110607
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20110531
-packetLen(0x0892, 8) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 8)
#elif PACKETVER >= 20110517
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20110511
-packetLen(0x0892, -1) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, -1)
#elif PACKETVER >= 20110503
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20110426
-packetLen(0x0892, 12) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 12)
#elif PACKETVER >= 20110419
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20110412
-packetLen(0x0892, 7) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 7)
#elif PACKETVER >= 20110228
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20110222
-packetLen(0x0892, 5) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 5)
#elif PACKETVER >= 20110208
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20110131
-packetLen(0x0892, 5) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 5)
#elif PACKETVER >= 20110104
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#endif
// Packet: 0x0893
#if PACKETVER >= 20111227
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20111220
-packetLen(0x0893, 4) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 4)
#elif PACKETVER >= 20111213
-packetLen(0x0893, 10) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 10)
#elif PACKETVER >= 20111122
-packetLen(0x0893, 6) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 6)
#elif PACKETVER >= 20111108
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20111101
-packetLen(0x0893, 8) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 8)
#elif PACKETVER >= 20111025
-packetLen(0x0893, 6) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 6)
#elif PACKETVER >= 20110920
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20110906
-packetLen(0x0893, 5) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 5)
#elif PACKETVER >= 20110831
-packetLen(0x0893, 90) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 90)
#elif PACKETVER >= 20110823
-packetLen(0x0893, 8) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 8)
#elif PACKETVER >= 20110816
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20110809
-packetLen(0x0893, 26) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 26)
#elif PACKETVER >= 20110802
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20110726
-packetLen(0x0893, 8) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 8)
#elif PACKETVER >= 20110718
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20110711
-packetLen(0x0893, -1) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, -1)
#elif PACKETVER >= 20110308
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20110228
-packetLen(0x0893, -1) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, -1)
#elif PACKETVER >= 20110222
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20110215
-packetLen(0x0893, 4) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 4)
#elif PACKETVER >= 20110208
-packetLen(0x0893, 8) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 8)
#elif PACKETVER >= 20110131
-packetLen(0x0893, 36) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 36)
#elif PACKETVER >= 20110104
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#endif
// Packet: 0x0894
#if PACKETVER >= 20111213
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20111207
-packetLen(0x0894, 5) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 5)
#elif PACKETVER >= 20111114
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20111108
-packetLen(0x0894, 6) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 6)
#elif PACKETVER >= 20111101
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20111025
-packetLen(0x0894, 5) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 5)
#elif PACKETVER >= 20111017
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20111010
-packetLen(0x0894, 4) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 4)
#elif PACKETVER >= 20110906
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20110831
-packetLen(0x0894, 18) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 18)
#elif PACKETVER >= 20110816
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20110809
-packetLen(0x0894, 36) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 36)
#elif PACKETVER >= 20110614
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20110607
-packetLen(0x0894, 4) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 4)
#elif PACKETVER >= 20110517
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20110511
-packetLen(0x0894, 26) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 26)
#elif PACKETVER >= 20110503
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20110426
-packetLen(0x0894, -1) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, -1)
#elif PACKETVER >= 20110419
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20110412
-packetLen(0x0894, 10) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 10)
#elif PACKETVER >= 20110329
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20110322
-packetLen(0x0894, 12) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 12)
#elif PACKETVER >= 20110104
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#endif
// Packet: 0x0895
#if PACKETVER >= 20111207
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20111122
-packetLen(0x0895, 26) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 26)
#elif PACKETVER >= 20111114
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20111108
-packetLen(0x0895, 19) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 19)
#elif PACKETVER >= 20111101
-packetLen(0x0895, 4) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 4)
#elif PACKETVER >= 20110906
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20110831
-packetLen(0x0895, 36) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 36)
#elif PACKETVER >= 20110802
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20110726
-packetLen(0x0895, 26) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 26)
#elif PACKETVER >= 20110718
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20110711
-packetLen(0x0895, 12) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 12)
#elif PACKETVER >= 20110627
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20110620
-packetLen(0x0895, -1) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, -1)
#elif PACKETVER >= 20110412
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20110405
-packetLen(0x0895, 10) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 10)
#elif PACKETVER >= 20110104
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#endif
// Packet: 0x0896
#if PACKETVER >= 20111220
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#elif PACKETVER >= 20111213
-packetLen(0x0896, 6) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 6)
#elif PACKETVER >= 20111207
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#elif PACKETVER >= 20111122
-packetLen(0x0896, 5) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 5)
#elif PACKETVER >= 20111114
-packetLen(0x0896, 8) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 8)
#elif PACKETVER >= 20111004
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#elif PACKETVER >= 20110928
-packetLen(0x0896, 26) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 26)
#elif PACKETVER >= 20110920
-packetLen(0x0896, 6) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 6)
#elif PACKETVER >= 20110802
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#elif PACKETVER >= 20110726
-packetLen(0x0896, -1) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, -1)
#elif PACKETVER >= 20110705
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#elif PACKETVER >= 20110627
-packetLen(0x0896, 8) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 8)
#elif PACKETVER >= 20110607
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#elif PACKETVER >= 20110531
-packetLen(0x0896, 6) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 6)
#elif PACKETVER >= 20110517
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#elif PACKETVER >= 20110511
-packetLen(0x0896, 26) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 26)
#elif PACKETVER >= 20110426
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#elif PACKETVER >= 20110419
-packetLen(0x0896, 8) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 8)
#elif PACKETVER >= 20110308
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#elif PACKETVER >= 20110228
-packetLen(0x0896, 4) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 4)
#elif PACKETVER >= 20110208
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#elif PACKETVER >= 20110131
-packetLen(0x0896, 18) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 18)
#elif PACKETVER >= 20110104
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#endif
// Packet: 0x0897
#if PACKETVER >= 20111227
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20111220
-packetLen(0x0897, 36) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 36)
#elif PACKETVER >= 20111213
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20111207
-packetLen(0x0897, 5) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 5)
#elif PACKETVER >= 20111108
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20111101
-packetLen(0x0897, 8) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 8)
#elif PACKETVER >= 20111025
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20111017
-packetLen(0x0897, 8) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 8)
#elif PACKETVER >= 20111010
-packetLen(0x0897, 6) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 6)
#elif PACKETVER >= 20110809
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20110802
-packetLen(0x0897, 10) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 10)
#elif PACKETVER >= 20110726
-packetLen(0x0897, 6) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 6)
#elif PACKETVER >= 20110705
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20110627
-packetLen(0x0897, 12) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 12)
#elif PACKETVER >= 20110620
-packetLen(0x0897, 26) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 26)
#elif PACKETVER >= 20110517
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20110511
-packetLen(0x0897, -1) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, -1)
#elif PACKETVER >= 20110315
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20110308
-packetLen(0x0897, 8) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 8)
#elif PACKETVER >= 20110228
-packetLen(0x0897, 6) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 6)
#elif PACKETVER >= 20110208
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20110131
-packetLen(0x0897, 8) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 8)
#elif PACKETVER >= 20110125
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20110118
-packetLen(0x0897, 5) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 5)
#elif PACKETVER >= 20110104
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#endif
// Packet: 0x0898
#if PACKETVER >= 20111220
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20111213
-packetLen(0x0898, 6) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 6)
#elif PACKETVER >= 20111207
-packetLen(0x0898, -1) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, -1)
#elif PACKETVER >= 20111122
-packetLen(0x0898, 6) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 6)
#elif PACKETVER >= 20111108
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20111101
-packetLen(0x0898, 5) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 5)
#elif PACKETVER >= 20111025
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20111017
-packetLen(0x0898, 36) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 36)
#elif PACKETVER >= 20111010
-packetLen(0x0898, 8) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 8)
#elif PACKETVER >= 20110831
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20110823
-packetLen(0x0898, -1) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, -1)
#elif PACKETVER >= 20110705
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20110627
-packetLen(0x0898, 6) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 6)
#elif PACKETVER >= 20110511
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20110503
-packetLen(0x0898, 12) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 12)
#elif PACKETVER >= 20110329
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20110322
-packetLen(0x0898, -1) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, -1)
#elif PACKETVER >= 20110308
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20110222
-packetLen(0x0898, 26) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 26)
#elif PACKETVER >= 20110208
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20110131
-packetLen(0x0898, 12) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 12)
#elif PACKETVER >= 20110125
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20110118
-packetLen(0x0898, 36) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 36)
#elif PACKETVER >= 20110104
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#endif
// Packet: 0x0899
#if PACKETVER >= 20111207
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20111122
-packetLen(0x0899, 6) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 6)
#elif PACKETVER >= 20111114
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20111108
-packetLen(0x0899, -1) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, -1)
#elif PACKETVER >= 20110928
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20110920
-packetLen(0x0899, 5) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 5)
#elif PACKETVER >= 20110831
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20110823
-packetLen(0x0899, 6) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 6)
#elif PACKETVER >= 20110802
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20110726
-packetLen(0x0899, 7) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 7)
#elif PACKETVER >= 20110718
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20110711
-packetLen(0x0899, 10) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 10)
#elif PACKETVER >= 20110705
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20110627
-packetLen(0x0899, 26) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 26)
#elif PACKETVER >= 20110620
-packetLen(0x0899, 8) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 8)
#elif PACKETVER >= 20110511
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20110503
-packetLen(0x0899, 5) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 5)
#elif PACKETVER >= 20110426
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20110419
-packetLen(0x0899, 5) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 5)
#elif PACKETVER >= 20110412
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20110405
-packetLen(0x0899, 7) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 7)
#elif PACKETVER >= 20110104
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#endif
// Packet: 0x089a
#if PACKETVER >= 20111220
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20111213
-packetLen(0x089a, 90) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 90)
#elif PACKETVER >= 20111122
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20111114
-packetLen(0x089a, -1) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, -1)
#elif PACKETVER >= 20111010
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20111004
-packetLen(0x089a, 4) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 4)
#elif PACKETVER >= 20110928
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20110920
-packetLen(0x089a, 10) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 10)
#elif PACKETVER >= 20110726
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20110718
-packetLen(0x089a, 5) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 5)
#elif PACKETVER >= 20110711
-packetLen(0x089a, 6) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 6)
#elif PACKETVER >= 20110517
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20110511
-packetLen(0x089a, -1) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, -1)
#elif PACKETVER >= 20110503
-packetLen(0x089a, 6) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 6)
#elif PACKETVER >= 20110208
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20110131
-packetLen(0x089a, 8) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 8)
#elif PACKETVER >= 20110104
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#endif
// Packet: 0x089b
#if PACKETVER >= 20111227
-packetLen(0x089b, 6) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 6)
#elif PACKETVER >= 20111213
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20111207
-packetLen(0x089b, 36) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 36)
#elif PACKETVER >= 20111101
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20111025
-packetLen(0x089b, 8) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 8)
#elif PACKETVER >= 20111017
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20111010
-packetLen(0x089b, -1) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, -1)
#elif PACKETVER >= 20111004
-packetLen(0x089b, 36) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 36)
#elif PACKETVER >= 20110928
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20110920
-packetLen(0x089b, 6) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 6)
#elif PACKETVER >= 20110831
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20110823
-packetLen(0x089b, 19) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 19)
#elif PACKETVER >= 20110802
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20110726
-packetLen(0x089b, 26) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 26)
#elif PACKETVER >= 20110718
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20110711
-packetLen(0x089b, 5) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 5)
#elif PACKETVER >= 20110705
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20110627
-packetLen(0x089b, -1) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, -1)
#elif PACKETVER >= 20110620
-packetLen(0x089b, 5) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 5)
#elif PACKETVER >= 20110607
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20110531
-packetLen(0x089b, 8) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 8)
#elif PACKETVER >= 20110523
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20110511
-packetLen(0x089b, 8) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 8)
#elif PACKETVER >= 20110503
-packetLen(0x089b, 90) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 90)
#elif PACKETVER >= 20110426
-packetLen(0x089b, 6) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 6)
#elif PACKETVER >= 20110419
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20110412
-packetLen(0x089b, 6) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 6)
#elif PACKETVER >= 20110405
-packetLen(0x089b, 5) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 5)
#elif PACKETVER >= 20110308
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20110228
-packetLen(0x089b, 7) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 7)
#elif PACKETVER >= 20110125
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20110118
-packetLen(0x089b, 10) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 10)
#elif PACKETVER >= 20110111
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20110104
-packetLen(0x089b, 36) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 36)
#endif
// Packet: 0x089c
#if PACKETVER >= 20111227
-packetLen(0x089c, 8) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 8)
#elif PACKETVER >= 20111220
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20111213
-packetLen(0x089c, 18) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 18)
#elif PACKETVER >= 20111122
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20111114
-packetLen(0x089c, 19) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 19)
#elif PACKETVER >= 20111025
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20111010
-packetLen(0x089c, 6) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 6)
#elif PACKETVER >= 20110928
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20110920
-packetLen(0x089c, 18) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 18)
#elif PACKETVER >= 20110831
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20110823
-packetLen(0x089c, -1) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, -1)
#elif PACKETVER >= 20110816
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20110809
-packetLen(0x089c, 19) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 19)
#elif PACKETVER >= 20110718
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20110711
-packetLen(0x089c, 7) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 7)
#elif PACKETVER >= 20110627
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20110620
-packetLen(0x089c, -1) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, -1)
#elif PACKETVER >= 20110503
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20110426
-packetLen(0x089c, 5) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 5)
#elif PACKETVER >= 20110329
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20110322
-packetLen(0x089c, 26) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 26)
#elif PACKETVER >= 20110315
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20110308
-packetLen(0x089c, 8) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 8)
#elif PACKETVER >= 20110228
-packetLen(0x089c, 12) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 12)
#elif PACKETVER >= 20110215
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20110208
-packetLen(0x089c, -1) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, -1)
#elif PACKETVER >= 20110131
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20110125
-packetLen(0x089c, 4) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 4)
#elif PACKETVER >= 20110118
-packetLen(0x089c, -1) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, -1)
#elif PACKETVER >= 20110104
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#endif
// Packet: 0x089d
#if PACKETVER >= 20111213
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20111207
-packetLen(0x089d, 5) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 5)
#elif PACKETVER >= 20111122
-packetLen(0x089d, -1) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, -1)
#elif PACKETVER >= 20111114
-packetLen(0x089d, 6) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 6)
#elif PACKETVER >= 20110928
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20110920
-packetLen(0x089d, -1) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, -1)
#elif PACKETVER >= 20110906
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20110831
-packetLen(0x089d, 7) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 7)
#elif PACKETVER >= 20110802
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20110726
-packetLen(0x089d, 6) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 6)
#elif PACKETVER >= 20110718
-packetLen(0x089d, 8) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 8)
#elif PACKETVER >= 20110711
-packetLen(0x089d, 36) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 36)
#elif PACKETVER >= 20110523
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20110517
-packetLen(0x089d, 8) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 8)
#elif PACKETVER >= 20110511
-packetLen(0x089d, 10) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 10)
#elif PACKETVER >= 20110503
-packetLen(0x089d, 4) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 4)
#elif PACKETVER >= 20110419
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20110412
-packetLen(0x089d, 8) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 8)
#elif PACKETVER >= 20110228
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20110222
-packetLen(0x089d, -1) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, -1)
#elif PACKETVER >= 20110215
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20110208
-packetLen(0x089d, 26) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 26)
#elif PACKETVER >= 20110104
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#endif
// Packet: 0x089e
#if PACKETVER >= 20111207
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20111122
-packetLen(0x089e, 5) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 5)
#elif PACKETVER >= 20111108
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20111101
-packetLen(0x089e, -1) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, -1)
#elif PACKETVER >= 20111025
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20111017
-packetLen(0x089e, 5) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 5)
#elif PACKETVER >= 20110802
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20110726
-packetLen(0x089e, 19) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 19)
#elif PACKETVER >= 20110607
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20110531
-packetLen(0x089e, 36) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 36)
#elif PACKETVER >= 20110517
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20110511
-packetLen(0x089e, 6) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 6)
#elif PACKETVER >= 20110503
-packetLen(0x089e, 10) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 10)
#elif PACKETVER >= 20110419
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20110412
-packetLen(0x089e, 18) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 18)
#elif PACKETVER >= 20110329
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20110322
-packetLen(0x089e, 19) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 19)
#elif PACKETVER >= 20110308
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20110228
-packetLen(0x089e, 6) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 6)
#elif PACKETVER >= 20110208
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20110125
-packetLen(0x089e, -1) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, -1)
#elif PACKETVER >= 20110104
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#endif
// Packet: 0x089f
#if PACKETVER >= 20111025
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#elif PACKETVER >= 20111017
-packetLen(0x089f, 10) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 10)
#elif PACKETVER >= 20110802
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#elif PACKETVER >= 20110726
-packetLen(0x089f, 10) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 10)
#elif PACKETVER >= 20110627
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#elif PACKETVER >= 20110620
-packetLen(0x089f, 12) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 12)
#elif PACKETVER >= 20110511
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#elif PACKETVER >= 20110503
-packetLen(0x089f, 36) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 36)
#elif PACKETVER >= 20110419
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#elif PACKETVER >= 20110412
-packetLen(0x089f, 6) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 6)
#elif PACKETVER >= 20110405
-packetLen(0x089f, 5) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 5)
#elif PACKETVER >= 20110308
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#elif PACKETVER >= 20110228
-packetLen(0x089f, 19) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 19)
#elif PACKETVER >= 20110222
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#elif PACKETVER >= 20110215
-packetLen(0x089f, -1) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, -1)
#elif PACKETVER >= 20110104
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#endif
// Packet: 0x08a0
#if PACKETVER >= 20110928
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20110920
-packetLen(0x08a0, 10) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 10)
#elif PACKETVER >= 20110906
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20110831
-packetLen(0x08a0, -1) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, -1)
#elif PACKETVER >= 20110711
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20110705
-packetLen(0x08a0, 6) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 6)
#elif PACKETVER >= 20110627
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20110620
-packetLen(0x08a0, 8) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 8)
#elif PACKETVER >= 20110517
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20110511
-packetLen(0x08a0, 6) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 6)
#elif PACKETVER >= 20110308
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20110228
-packetLen(0x08a0, 10) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 10)
#elif PACKETVER >= 20110215
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20110208
-packetLen(0x08a0, 6) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 6)
#elif PACKETVER >= 20110104
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#endif
// Packet: 0x08a1
#if PACKETVER >= 20111207
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20111122
-packetLen(0x08a1, 10) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 10)
#elif PACKETVER >= 20111114
-packetLen(0x08a1, 8) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 8)
#elif PACKETVER >= 20111108
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20111101
-packetLen(0x08a1, 6) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 6)
#elif PACKETVER >= 20111025
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20111017
-packetLen(0x08a1, 5) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 5)
#elif PACKETVER >= 20110831
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20110823
-packetLen(0x08a1, 6) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 6)
#elif PACKETVER >= 20110627
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20110620
-packetLen(0x08a1, 10) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 10)
#elif PACKETVER >= 20110419
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20110412
-packetLen(0x08a1, 90) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 90)
#elif PACKETVER >= 20110208
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20110131
-packetLen(0x08a1, 26) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 26)
#elif PACKETVER >= 20110125
-packetLen(0x08a1, 6) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 6)
#elif PACKETVER >= 20110104
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#endif
// Packet: 0x08a2
#if PACKETVER >= 20111227
-packetLen(0x08a2, 6) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 6)
#elif PACKETVER >= 20111207
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20111122
-packetLen(0x08a2, 8) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 8)
#elif PACKETVER >= 20111114
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20111108
-packetLen(0x08a2, 26) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 26)
#elif PACKETVER >= 20111101
-packetLen(0x08a2, 12) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 12)
#elif PACKETVER >= 20111025
-packetLen(0x08a2, -1) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, -1)
#elif PACKETVER >= 20111017
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20111010
-packetLen(0x08a2, 90) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 90)
#elif PACKETVER >= 20111004
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20110928
-packetLen(0x08a2, 19) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 19)
#elif PACKETVER >= 20110809
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20110802
-packetLen(0x08a2, -1) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, -1)
#elif PACKETVER >= 20110718
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20110711
-packetLen(0x08a2, 8) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 8)
#elif PACKETVER >= 20110705
-packetLen(0x08a2, 5) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 5)
#elif PACKETVER >= 20110627
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20110620
-packetLen(0x08a2, -1) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, -1)
#elif PACKETVER >= 20110523
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20110517
-packetLen(0x08a2, 18) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 18)
#elif PACKETVER >= 20110308
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20110228
-packetLen(0x08a2, 26) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 26)
#elif PACKETVER >= 20110208
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20110131
-packetLen(0x08a2, 8) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 8)
#elif PACKETVER >= 20110125
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20110118
-packetLen(0x08a2, 26) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 26)
#elif PACKETVER >= 20110104
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#endif
// Packet: 0x08a3
#if PACKETVER >= 20110831
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#elif PACKETVER >= 20110823
-packetLen(0x08a3, 7) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 7)
#elif PACKETVER >= 20110523
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#elif PACKETVER >= 20110517
-packetLen(0x08a3, 26) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 26)
#elif PACKETVER >= 20110511
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#elif PACKETVER >= 20110503
-packetLen(0x08a3, 10) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 10)
#elif PACKETVER >= 20110412
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#elif PACKETVER >= 20110405
-packetLen(0x08a3, 8) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 8)
#elif PACKETVER >= 20110215
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#elif PACKETVER >= 20110208
-packetLen(0x08a3, 26) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 26)
#elif PACKETVER >= 20110104
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#endif
// Packet: 0x08a4
#if PACKETVER >= 20111227
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20111220
-packetLen(0x08a4, 19) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 19)
#elif PACKETVER >= 20111207
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20111122
-packetLen(0x08a4, 8) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 8)
#elif PACKETVER >= 20111017
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20111010
-packetLen(0x08a4, 5) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 5)
#elif PACKETVER >= 20111004
-packetLen(0x08a4, 8) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 8)
#elif PACKETVER >= 20110928
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20110920
-packetLen(0x08a4, 7) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 7)
#elif PACKETVER >= 20110906
-packetLen(0x08a4, 5) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 5)
#elif PACKETVER >= 20110831
-packetLen(0x08a4, 26) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 26)
#elif PACKETVER >= 20110823
-packetLen(0x08a4, 4) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 4)
#elif PACKETVER >= 20110809
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20110802
-packetLen(0x08a4, 10) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 10)
#elif PACKETVER >= 20110726
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20110718
-packetLen(0x08a4, 6) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 6)
#elif PACKETVER >= 20110711
-packetLen(0x08a4, 90) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 90)
#elif PACKETVER >= 20110627
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20110620
-packetLen(0x08a4, -1) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, -1)
#elif PACKETVER >= 20110614
-packetLen(0x08a4, 26) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 26)
#elif PACKETVER >= 20110517
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20110511
-packetLen(0x08a4, 19) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 19)
#elif PACKETVER >= 20110426
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20110419
-packetLen(0x08a4, 8) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 8)
#elif PACKETVER >= 20110412
-packetLen(0x08a4, 6) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 6)
#elif PACKETVER >= 20110329
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20110322
-packetLen(0x08a4, 8) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 8)
#elif PACKETVER >= 20110228
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20110222
-packetLen(0x08a4, 36) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 36)
#elif PACKETVER >= 20110131
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20110125
-packetLen(0x08a4, 5) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 5)
#elif PACKETVER >= 20110104
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#endif
// Packet: 0x08a5
#if PACKETVER >= 20111220
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20111213
-packetLen(0x08a5, 5) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 5)
#elif PACKETVER >= 20111207
-packetLen(0x08a5, 26) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 26)
#elif PACKETVER >= 20111108
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20111101
-packetLen(0x08a5, 18) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 18)
#elif PACKETVER >= 20110906
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20110831
-packetLen(0x08a5, 5) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 5)
#elif PACKETVER >= 20110802
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20110726
-packetLen(0x08a5, 6) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 6)
#elif PACKETVER >= 20110705
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20110627
-packetLen(0x08a5, 7) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 7)
#elif PACKETVER >= 20110607
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20110531
-packetLen(0x08a5, 26) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 26)
#elif PACKETVER >= 20110511
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20110503
-packetLen(0x08a5, -1) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, -1)
#elif PACKETVER >= 20110426
-packetLen(0x08a5, 26) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 26)
#elif PACKETVER >= 20110412
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20110405
-packetLen(0x08a5, -1) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, -1)
#elif PACKETVER >= 20110329
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20110322
-packetLen(0x08a5, 26) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 26)
#elif PACKETVER >= 20110315
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20110308
-packetLen(0x08a5, 26) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 26)
#elif PACKETVER >= 20110228
-packetLen(0x08a5, 18) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 18)
#elif PACKETVER >= 20110131
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20110125
-packetLen(0x08a5, 5) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 5)
#elif PACKETVER >= 20110104
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#endif
// Packet: 0x08a6
#if PACKETVER >= 20111227
-packetLen(0x08a6, 5) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 5)
#elif PACKETVER >= 20111220
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20111213
-packetLen(0x08a6, -1) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, -1)
#elif PACKETVER >= 20111101
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20111025
-packetLen(0x08a6, 8) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 8)
#elif PACKETVER >= 20111017
-packetLen(0x08a6, 6) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 6)
#elif PACKETVER >= 20111010
-packetLen(0x08a6, 8) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 8)
#elif PACKETVER >= 20110928
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20110920
-packetLen(0x08a6, 26) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 26)
#elif PACKETVER >= 20110906
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20110831
-packetLen(0x08a6, 8) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 8)
#elif PACKETVER >= 20110816
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20110809
-packetLen(0x08a6, -1) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, -1)
#elif PACKETVER >= 20110802
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20110726
-packetLen(0x08a6, 6) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 6)
#elif PACKETVER >= 20110718
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20110711
-packetLen(0x08a6, 6) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 6)
#elif PACKETVER >= 20110705
-packetLen(0x08a6, -1) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, -1)
#elif PACKETVER >= 20110104
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#endif
// Packet: 0x08a7
#if PACKETVER >= 20111227
-packetLen(0x08a7, 19) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 19)
#elif PACKETVER >= 20111220
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20111213
-packetLen(0x08a7, 36) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 36)
#elif PACKETVER >= 20111207
-packetLen(0x08a7, 90) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 90)
#elif PACKETVER >= 20111010
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20111004
-packetLen(0x08a7, 6) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 6)
#elif PACKETVER >= 20110906
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20110831
-packetLen(0x08a7, 6) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 6)
#elif PACKETVER >= 20110705
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20110627
-packetLen(0x08a7, 18) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 18)
#elif PACKETVER >= 20110620
-packetLen(0x08a7, 6) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 6)
#elif PACKETVER >= 20110614
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20110607
-packetLen(0x08a7, 36) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 36)
#elif PACKETVER >= 20110531
-packetLen(0x08a7, 19) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 19)
#elif PACKETVER >= 20110503
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20110426
-packetLen(0x08a7, 6) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 6)
#elif PACKETVER >= 20110228
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20110222
-packetLen(0x08a7, 6) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 6)
#elif PACKETVER >= 20110215
-packetLen(0x08a7, 26) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 26)
#elif PACKETVER >= 20110208
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20110131
-packetLen(0x08a7, 6) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 6)
#elif PACKETVER >= 20110125
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20110118
-packetLen(0x08a7, 12) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 12)
#elif PACKETVER >= 20110104
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#endif
// Packet: 0x08a8
#if PACKETVER >= 20111213
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20111207
-packetLen(0x08a8, 6) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 6)
#elif PACKETVER >= 20111114
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20111108
-packetLen(0x08a8, 6) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 6)
#elif PACKETVER >= 20111101
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20111025
-packetLen(0x08a8, 26) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 26)
#elif PACKETVER >= 20110928
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20110920
-packetLen(0x08a8, 6) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 6)
#elif PACKETVER >= 20110802
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20110726
-packetLen(0x08a8, 6) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 6)
#elif PACKETVER >= 20110419
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20110412
-packetLen(0x08a8, 12) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 12)
#elif PACKETVER >= 20110329
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20110322
-packetLen(0x08a8, 4) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 4)
#elif PACKETVER >= 20110308
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20110228
-packetLen(0x08a8, 36) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 36)
#elif PACKETVER >= 20110215
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20110208
-packetLen(0x08a8, 6) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 6)
#elif PACKETVER >= 20110104
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#endif
// Packet: 0x08a9
#if PACKETVER >= 20111213
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20111207
-packetLen(0x08a9, 6) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 6)
#elif PACKETVER >= 20110809
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20110802
-packetLen(0x08a9, 36) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 36)
#elif PACKETVER >= 20110705
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20110627
-packetLen(0x08a9, 36) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 36)
#elif PACKETVER >= 20110620
-packetLen(0x08a9, 19) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 19)
#elif PACKETVER >= 20110523
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20110517
-packetLen(0x08a9, 8) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 8)
#elif PACKETVER >= 20110419
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20110412
-packetLen(0x08a9, 36) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 36)
#elif PACKETVER >= 20110405
-packetLen(0x08a9, -1) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, -1)
#elif PACKETVER >= 20110329
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20110322
-packetLen(0x08a9, -1) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, -1)
#elif PACKETVER >= 20110222
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20110215
-packetLen(0x08a9, 6) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 6)
#elif PACKETVER >= 20110125
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20110118
-packetLen(0x08a9, 6) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 6)
#elif PACKETVER >= 20110104
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#endif
// Packet: 0x08aa
#if PACKETVER >= 20111220
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20111213
-packetLen(0x08aa, 7) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 7)
#elif PACKETVER >= 20111207
-packetLen(0x08aa, 26) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 26)
#elif PACKETVER >= 20111108
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20111101
-packetLen(0x08aa, 7) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 7)
#elif PACKETVER >= 20111025
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20111017
-packetLen(0x08aa, -1) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, -1)
#elif PACKETVER >= 20110928
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20110920
-packetLen(0x08aa, 6) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 6)
#elif PACKETVER >= 20110906
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20110823
-packetLen(0x08aa, 6) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 6)
#elif PACKETVER >= 20110523
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20110517
-packetLen(0x08aa, 19) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 19)
#elif PACKETVER >= 20110511
-packetLen(0x08aa, 10) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 10)
#elif PACKETVER >= 20110503
-packetLen(0x08aa, 5) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 5)
#elif PACKETVER >= 20110426
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20110419
-packetLen(0x08aa, 19) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 19)
#elif PACKETVER >= 20110228
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20110222
-packetLen(0x08aa, 5) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 5)
#elif PACKETVER >= 20110208
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20110131
-packetLen(0x08aa, -1) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, -1)
#elif PACKETVER >= 20110104
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#endif
// Packet: 0x08ab
#if PACKETVER >= 20111213
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20111207
-packetLen(0x08ab, -1) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, -1)
#elif PACKETVER >= 20111108
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20111101
-packetLen(0x08ab, -1) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, -1)
#elif PACKETVER >= 20111025
-packetLen(0x08ab, 36) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 36)
#elif PACKETVER >= 20110809
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20110802
-packetLen(0x08ab, -1) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, -1)
#elif PACKETVER >= 20110718
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20110711
-packetLen(0x08ab, 4) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 4)
#elif PACKETVER >= 20110620
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20110614
-packetLen(0x08ab, 36) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 36)
#elif PACKETVER >= 20110523
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20110517
-packetLen(0x08ab, 6) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 6)
#elif PACKETVER >= 20110511
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20110503
-packetLen(0x08ab, -1) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, -1)
#elif PACKETVER >= 20110412
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20110405
-packetLen(0x08ab, 10) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 10)
#elif PACKETVER >= 20110329
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20110322
-packetLen(0x08ab, 6) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 6)
#elif PACKETVER >= 20110228
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20110222
-packetLen(0x08ab, 19) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 19)
#elif PACKETVER >= 20110111
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20110104
-packetLen(0x08ab, 26) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 26)
#endif
// Packet: 0x08ac
#if PACKETVER >= 20111227
-packetLen(0x08ac, -1) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, -1)
#elif PACKETVER >= 20110809
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20110802
-packetLen(0x08ac, -1) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, -1)
#elif PACKETVER >= 20110726
-packetLen(0x08ac, 18) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 18)
#elif PACKETVER >= 20110511
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20110503
-packetLen(0x08ac, 8) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 8)
#elif PACKETVER >= 20110426
-packetLen(0x08ac, -1) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, -1)
#elif PACKETVER >= 20110308
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20110228
-packetLen(0x08ac, 8) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 8)
#elif PACKETVER >= 20110215
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20110208
-packetLen(0x08ac, 4) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 4)
#elif PACKETVER >= 20110131
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20110125
-packetLen(0x08ac, 8) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 8)
#elif PACKETVER >= 20110104
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#endif
// Packet: 0x08ad
#if PACKETVER >= 20111227
-packetLen(0x08ad, 7) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 7)
#elif PACKETVER >= 20111220
-packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 6)
#elif PACKETVER >= 20111207
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20111122
-packetLen(0x08ad, 10) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 10)
#elif PACKETVER >= 20111114
-packetLen(0x08ad, 4) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 4)
#elif PACKETVER >= 20111108
-packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 6)
#elif PACKETVER >= 20111101
-packetLen(0x08ad, 90) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 90)
#elif PACKETVER >= 20111025
-packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 6)
#elif PACKETVER >= 20111004
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20110928
-packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 6)
#elif PACKETVER >= 20110920
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20110906
-packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 6)
#elif PACKETVER >= 20110831
-packetLen(0x08ad, -1) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, -1)
#elif PACKETVER >= 20110809
-packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 6)
#elif PACKETVER >= 20110802
-packetLen(0x08ad, 8) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 8)
#elif PACKETVER >= 20110726
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20110718
-packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 6)
#elif PACKETVER >= 20110711
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20110705
-packetLen(0x08ad, 5) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 5)
#elif PACKETVER >= 20110620
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20110614
-packetLen(0x08ad, 5) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 5)
#elif PACKETVER >= 20110517
-packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 6)
#elif PACKETVER >= 20110426
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20110419
-packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 6)
#elif PACKETVER >= 20110412
-packetLen(0x08ad, 8) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 8)
#elif PACKETVER >= 20110405
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20110329
-packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 6)
#elif PACKETVER >= 20110322
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20110308
-packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 6)
#elif PACKETVER >= 20110228
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20110222
-packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 6)
#elif PACKETVER >= 20110215
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20110208
-packetLen(0x08ad, 18) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 18)
#elif PACKETVER >= 20110131
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20110125
-packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 6)
#elif PACKETVER >= 20110118
-packetLen(0x08ad, 4) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 4)
#elif PACKETVER >= 20110104
-packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 6)
#endif
// Packet: 0x08af
-packetLen(0x08af, 10) // HC_WAITING_LOGIN
+packetLen(0x08af, 10)
// Packet: 0x08b0
#if PACKETVER >= 20110111
-packetLen(0x08b0, 17) // CH_WAITING_LOGIN
+packetLen(0x08b0, 17)
#endif
// Packet: 0x08b1
-packetLen(0x08b1, -1) // ZC_MCSTORE_NOTMOVEITEM_LIST
+packetLen(0x08b1, -1)
// Packet: 0x08b2
-packetLen(0x08b2, -1) // AC_REALNAME_AUTH
+packetLen(0x08b2, -1)
// Packet: 0x08b3
#if PACKETVER >= 20110111
-packetLen(0x08b3, -1) // ZC_SHOWSCRIPT
+packetLen(0x08b3, -1)
#endif
// Packet: 0x08b4
#if PACKETVER >= 20110125
-packetLen(0x08b4, 2) // ZC_START_COLLECTION
+packetLen(0x08b4, 2)
#endif
// Packet: 0x08b5
#if PACKETVER >= 20110125
-packetLen(0x08b5, 6) // CZ_TRYCOLLECTION
+packetLen(0x08b5, 6)
#endif
// Packet: 0x08b6
#if PACKETVER >= 20110125
-packetLen(0x08b6, 3) // ZC_TRYCOLLECTION
+packetLen(0x08b6, 3)
#endif
// Packet: 0x08b7
#if PACKETVER >= 20110222
// removed
#elif PACKETVER >= 20110215
-packetLen(0x08b7, 10) // HC_SECOND_PASSWD_REQ
+packetLen(0x08b7, 10)
#endif
// Packet: 0x08b8
#if PACKETVER >= 20110308
-packetLen(0x08b8, 10) // CH_SECOND_PASSWD_ACK
+packetLen(0x08b8, 10)
#elif PACKETVER >= 20110215
-packetLen(0x08b8, 12) // CH_SECOND_PASSWD_ACK
+packetLen(0x08b8, 12)
#endif
// Packet: 0x08b9
#if PACKETVER >= 20110222
-packetLen(0x08b9, 12) // HC_SECOND_PASSWD_LOGIN
+packetLen(0x08b9, 12)
#endif
// Packet: 0x08ba
#if PACKETVER >= 20110308
-packetLen(0x08ba, 10) // CH_MAKE_SECOND_PASSWD
+packetLen(0x08ba, 10)
#elif PACKETVER >= 20110222
-packetLen(0x08ba, 12) // CH_MAKE_SECOND_PASSWD
+packetLen(0x08ba, 12)
#endif
// Packet: 0x08bb
#if PACKETVER >= 20110308
-packetLen(0x08bb, 8) // HC_MAKE_SECOND_PASSWD
+packetLen(0x08bb, 8)
#elif PACKETVER >= 20110222
-packetLen(0x08bb, 4) // HC_MAKE_SECOND_PASSWD
+packetLen(0x08bb, 4)
#endif
// Packet: 0x08bc
#if PACKETVER >= 20110308
-packetLen(0x08bc, 10) // CH_DELETE_SECOND_PASSWD
+packetLen(0x08bc, 10)
#elif PACKETVER >= 20110222
-packetLen(0x08bc, 12) // CH_DELETE_SECOND_PASSWD
+packetLen(0x08bc, 12)
#endif
// Packet: 0x08bd
#if PACKETVER >= 20111207
-packetLen(0x08bd, 8) // HC_DELETE_SECOND_PASSWD
+packetLen(0x08bd, 8)
#elif PACKETVER >= 20110222
-packetLen(0x08bd, 12) // HC_DELETE_SECOND_PASSWD
+packetLen(0x08bd, 12)
#endif
// Packet: 0x08be
#if PACKETVER >= 20110308
-packetLen(0x08be, 14) // CH_EDIT_SECOND_PASSWD
+packetLen(0x08be, 14)
#elif PACKETVER >= 20110228
-packetLen(0x08be, 18) // CH_EDIT_SECOND_PASSWD
+packetLen(0x08be, 18)
#elif PACKETVER >= 20110222
-packetLen(0x08be, 12) // CH_EDIT_SECOND_PASSWD
+packetLen(0x08be, 12)
#endif
// Packet: 0x08bf
#if PACKETVER >= 20110308
-packetLen(0x08bf, 8) // HC_EDIT_SECOND_PASSWD
+packetLen(0x08bf, 8)
#elif PACKETVER >= 20110222
-packetLen(0x08bf, 4) // HC_EDIT_SECOND_PASSWD
+packetLen(0x08bf, 4)
#endif
// Packet: 0x08c0
#if PACKETVER >= 20110222
-packetLen(0x08c0, -1) // ZC_ACK_SE_CASH_ITEM_LIST2
+packetLen(0x08c0, -1)
#endif
// Packet: 0x08c1
#if PACKETVER >= 20110222
-packetLen(0x08c1, 2) // CZ_MACRO_START
+packetLen(0x08c1, 2)
#endif
// Packet: 0x08c2
#if PACKETVER >= 20110222
-packetLen(0x08c2, 2) // CZ_MACRO_STOP
+packetLen(0x08c2, 2)
#endif
// Packet: 0x08c3
#if PACKETVER >= 20110308
-packetLen(0x08c3, 10) // CH_NOT_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c3, 10)
#elif PACKETVER >= 20110228
-packetLen(0x08c3, 12) // CH_NOT_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c3, 12)
#endif
// Packet: 0x08c4
#if PACKETVER >= 20110308
-packetLen(0x08c4, 8) // HC_NOT_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c4, 8)
#elif PACKETVER >= 20110228
-packetLen(0x08c4, 4) // HC_NOT_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c4, 4)
#endif
// Packet: 0x08c5
#if PACKETVER >= 20110308
-packetLen(0x08c5, 6) // CH_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c5, 6)
#elif PACKETVER >= 20110228
-packetLen(0x08c5, 12) // CH_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c5, 12)
#endif
// Packet: 0x08c6
#if PACKETVER >= 20110228
-packetLen(0x08c6, 4) // HC_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c6, 4)
#endif
// Packet: 0x08c7
#if PACKETVER >= 20110419
-packetLen(0x08c7, -1) // ZC_SKILL_ENTRY3
+packetLen(0x08c7, -1)
#endif
// Packet: 0x08c8
#if PACKETVER >= 20110614
-packetLen(0x08c8, 34) // ZC_NOTIFY_ACT3
+packetLen(0x08c8, 34)
#endif
// Packet: 0x08c9
#if PACKETVER >= 20110614
-packetLen(0x08c9, 2) // CZ_REQ_SCHEDULER_CASHITEM
+packetLen(0x08c9, 2)
#endif
// Packet: 0x08ca
#if PACKETVER >= 20110614
-packetLen(0x08ca, -1) // ZC_ACK_SCHEDULER_CASHITEM
+packetLen(0x08ca, -1)
#endif
// Packet: 0x08cb
#if PACKETVER >= 20110627
-packetLen(0x08cb, -1) // ZC_PERSONAL_INFOMATION
+packetLen(0x08cb, -1)
#endif
// Packet: 0x08cc
#if PACKETVER >= 20110726
-packetLen(0x08cc, 109) // CA_LOGIN5
+packetLen(0x08cc, 109)
#elif PACKETVER >= 20110711
// removed
#elif PACKETVER >= 20110705
-packetLen(0x08cc, 5) // CA_LOGIN5
+packetLen(0x08cc, 5)
#endif
// Packet: 0x08cd
#if PACKETVER >= 20110802
-packetLen(0x08cd, 10) // ZC_STOPMOVE_FORCE
+packetLen(0x08cd, 10)
#endif
// Packet: 0x08ce
#if PACKETVER >= 20110809
-packetLen(0x08ce, 2) // ZC_FAILED_GET_ITEM_FROM_ZONEDA
+packetLen(0x08ce, 2)
#elif PACKETVER >= 20110802
-packetLen(0x08ce, 10) // ZC_FAILED_GET_ITEM_FROM_ZONEDA
+packetLen(0x08ce, 10)
#endif
// Packet: 0x08cf
#if PACKETVER >= 20110809
-packetLen(0x08cf, 10) // ZC_SPIRITS_ATTRIBUTE
+packetLen(0x08cf, 10)
#endif
// Packet: 0x08d0
#if PACKETVER >= 20110809
-packetLen(0x08d0, 9) // ZC_REQ_WEAR_EQUIP_ACK2
+packetLen(0x08d0, 9)
#endif
// Packet: 0x08d1
#if PACKETVER >= 20110809
-packetLen(0x08d1, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK2
+packetLen(0x08d1, 7)
#endif
// Packet: 0x08d2
#if PACKETVER >= 20110809
-packetLen(0x08d2, 10) // ZC_FASTMOVE
+packetLen(0x08d2, 10)
#endif
// Packet: 0x08d3
#if PACKETVER >= 20110816
-packetLen(0x08d3, 10) // ZC_SE_CASHSHOP_UPDATE
+packetLen(0x08d3, 10)
#endif
// Packet: 0x08d4
#if PACKETVER >= 20111101
-packetLen(0x08d4, 8) // CH_REQ_CHANGE_CHARACTER_SLOT
+packetLen(0x08d4, 8)
#elif PACKETVER >= 20110928
-packetLen(0x08d4, 12) // CH_REQ_CHANGE_CHARACTER_SLOT
+packetLen(0x08d4, 12)
#elif PACKETVER >= 20110920
-packetLen(0x08d4, 10) // CH_REQ_CHANGE_CHARACTER_SLOT
+packetLen(0x08d4, 10)
#elif PACKETVER >= 20110906
-packetLen(0x08d4, 14) // CH_REQ_CHANGE_CHARACTER_SLOT
+packetLen(0x08d4, 14)
#endif
// Packet: 0x08d5
#if PACKETVER >= 20110906
-packetLen(0x08d5, -1) // HC_ACK_CHANGE_CHARACTER_SLOT
+packetLen(0x08d5, -1)
#endif
// Packet: 0x08d6
#if PACKETVER >= 20110928
-packetLen(0x08d6, 6) // ZC_CLEAR_DIALOG
+packetLen(0x08d6, 6)
#endif
// Packet: 0x08d7
#if PACKETVER >= 20111004
-packetLen(0x08d7, 28) // CZ_REQ_ENTRY_QUEUE_APPLY
+packetLen(0x08d7, 28)
#endif
// Packet: 0x08d8
#if PACKETVER >= 20111004
-packetLen(0x08d8, 27) // ZC_ACK_ENTRY_QUEUE_APPLY
+packetLen(0x08d8, 27)
#endif
// Packet: 0x08d9
#if PACKETVER >= 20111004
-packetLen(0x08d9, 30) // ZC_NOTIFY_ENTRY_QUEUE_APPLY
+packetLen(0x08d9, 30)
#endif
// Packet: 0x08da
#if PACKETVER >= 20111004
-packetLen(0x08da, 26) // CZ_REQ_ENTRY_QUEUE_CANCEL
+packetLen(0x08da, 26)
#endif
// Packet: 0x08db
#if PACKETVER >= 20111004
-packetLen(0x08db, 27) // ZC_ACK_ENTRY_QUEUE_CANCEL
+packetLen(0x08db, 27)
#endif
// Packet: 0x08dc
#if PACKETVER >= 20111004
-packetLen(0x08dc, 26) // ZC_NOTIFY_ENTRY_QUEUE_ADMISSION
+packetLen(0x08dc, 26)
#endif
// Packet: 0x08dd
#if PACKETVER >= 20111004
-packetLen(0x08dd, 27) // CZ_REPLY_ENTRY_QUEUE_ADMISSION
+packetLen(0x08dd, 27)
#endif
// Packet: 0x08de
#if PACKETVER >= 20111004
-packetLen(0x08de, 27) // ZC_REPLY_ACK_ENTRY_QUEUE_ADMISSION
+packetLen(0x08de, 27)
#endif
// Packet: 0x08df
#if PACKETVER >= 20111004
-packetLen(0x08df, 50) // ZC_NOTIFY_LOBBY_ADMISSION
+packetLen(0x08df, 50)
#endif
// Packet: 0x08e0
#if PACKETVER >= 20111004
-packetLen(0x08e0, 51) // CZ_REPLY_LOBBY_ADMISSION
+packetLen(0x08e0, 51)
#endif
// Packet: 0x08e1
#if PACKETVER >= 20111004
-packetLen(0x08e1, 51) // ZC_REPLY_ACK_LOBBY_ADMISSION
+packetLen(0x08e1, 51)
#endif
// Packet: 0x08e2
#if PACKETVER >= 20111108
-packetLen(0x08e2, 25) // ZC_NAVIGATION_ACTIVE
+packetLen(0x08e2, 25)
#elif PACKETVER >= 20111004
-packetLen(0x08e2, 23) // ZC_NAVIGATION_ACTIVE
+packetLen(0x08e2, 23)
#endif
// Packet: 0x08e3
#if PACKETVER >= 20111101
-packetLen(0x08e3, 146) // HC_UPDATE_CHARINFO
+packetLen(0x08e3, 146)
#elif PACKETVER >= 20111017
-packetLen(0x08e3, 138) // HC_UPDATE_CHARINFO
+packetLen(0x08e3, 138)
#endif
// Packet: 0x08e4
#if PACKETVER >= 20111025
-packetLen(0x08e4, 6) // AC_SHUTDOWN_INFO
+packetLen(0x08e4, 6)
#endif
// Packet: 0x08e5
#if PACKETVER >= 20111025
-packetLen(0x08e5, 41) // CZ_PARTY_RECRUIT_REQ_REGISTER
+packetLen(0x08e5, 41)
#endif
// Packet: 0x08e6
#if PACKETVER >= 20111025
-packetLen(0x08e6, 4) // ZC_PARTY_RECRUIT_ACK_REGISTER
+packetLen(0x08e6, 4)
#endif
// Packet: 0x08e7
#if PACKETVER >= 20111025
-packetLen(0x08e7, 10) // CZ_PARTY_RECRUIT_REQ_SEARCH
+packetLen(0x08e7, 10)
#endif
// Packet: 0x08e8
@@ -6985,58 +6985,58 @@ packetLen(0x08e8, -1)
// Packet: 0x08e9
#if PACKETVER >= 20111025
-packetLen(0x08e9, 2) // CZ_PARTY_RECRUIT_REQ_DELETE
+packetLen(0x08e9, 2)
#endif
// Packet: 0x08ea
#if PACKETVER >= 20111025
-packetLen(0x08ea, 4) // ZC_PARTY_RECRUIT_ACK_DELETE
+packetLen(0x08ea, 4)
#endif
// Packet: 0x08eb
#if PACKETVER >= 20111025
-packetLen(0x08eb, 39) // CZ_PARTY_RECRUIT_REQ_UPDATE
+packetLen(0x08eb, 39)
#endif
// Packet: 0x08ec
#if PACKETVER >= 20111025
-packetLen(0x08ec, 73) // ZC_PARTY_RECRUIT_NOTIFY_INSERT
+packetLen(0x08ec, 73)
#endif
// Packet: 0x08ed
#if PACKETVER >= 20111025
-packetLen(0x08ed, 43) // ZC_PARTY_RECRUIT_NOTIFY_UPDATE
+packetLen(0x08ed, 43)
#endif
// Packet: 0x08ee
#if PACKETVER >= 20111025
-packetLen(0x08ee, 6) // ZC_PARTY_RECRUIT_NOTIFY_DELETE
+packetLen(0x08ee, 6)
#endif
// Packet: 0x08ef
#if PACKETVER >= 20111101
-packetLen(0x08ef, 6) // CZ_PARTY_RECRUIT_ADD_FILTERLINGLIST
+packetLen(0x08ef, 6)
#elif PACKETVER >= 20111025
-packetLen(0x08ef, -1) // CZ_PARTY_RECRUIT_ADD_FILTERLINGLIST
+packetLen(0x08ef, -1)
#endif
// Packet: 0x08f0
#if PACKETVER >= 20111101
-packetLen(0x08f0, 6) // CZ_PARTY_RECRUIT_SUB_FILTERLINGLIST
+packetLen(0x08f0, 6)
#elif PACKETVER >= 20111025
-packetLen(0x08f0, -1) // CZ_PARTY_RECRUIT_SUB_FILTERLINGLIST
+packetLen(0x08f0, -1)
#endif
// Packet: 0x08f1
#if PACKETVER >= 20111025
-packetLen(0x08f1, 6) // CZ_PARTY_RECRUIT_REQ_VOLUNTEER
+packetLen(0x08f1, 6)
#endif
// Packet: 0x08f2
#if PACKETVER >= 20111101
-packetLen(0x08f2, 36) // ZC_PARTY_RECRUIT_VOLUNTEER_INFO
+packetLen(0x08f2, 36)
#elif PACKETVER >= 20111025
-packetLen(0x08f2, 12) // ZC_PARTY_RECRUIT_VOLUNTEER_INFO
+packetLen(0x08f2, 12)
#endif
// Packet: 0x08f3
@@ -7046,154 +7046,154 @@ packetLen(0x08f3, -1)
// Packet: 0x08f4
#if PACKETVER >= 20111025
-packetLen(0x08f4, 6) // CZ_PARTY_RECRUIT_SHOW_EQUIPMENT
+packetLen(0x08f4, 6)
#endif
// Packet: 0x08f5
#if PACKETVER >= 20111108
-packetLen(0x08f5, -1) // CZ_UNKNOWN_BOOKING_SOMMON_MEMBER_08f5
+packetLen(0x08f5, -1)
#elif PACKETVER >= 20111025
-packetLen(0x08f5, 2) // CZ_UNKNOWN_BOOKING_SOMMON_MEMBER_08f5
+packetLen(0x08f5, 2)
#endif
// Packet: 0x08f6
#if PACKETVER >= 20111108
-packetLen(0x08f6, 22) // ZC_PARTY_RECRUIT_RECALL_COST
+packetLen(0x08f6, 22)
#elif PACKETVER >= 20111025
-packetLen(0x08f6, 6) // ZC_PARTY_RECRUIT_RECALL_COST
+packetLen(0x08f6, 6)
#endif
// Packet: 0x08f7
#if PACKETVER >= 20111108
-packetLen(0x08f7, 3) // CZ_PARTY_RECRUIT_ACK_RECALL
+packetLen(0x08f7, 3)
#elif PACKETVER >= 20111101
-packetLen(0x08f7, -1) // CZ_PARTY_RECRUIT_ACK_RECALL
+packetLen(0x08f7, -1)
#elif PACKETVER >= 20111025
-packetLen(0x08f7, 6) // CZ_PARTY_RECRUIT_ACK_RECALL
+packetLen(0x08f7, 6)
#endif
// Packet: 0x08f8
#if PACKETVER >= 20111108
-packetLen(0x08f8, 7) // ZC_PARTY_RECRUIT_FAILED_RECALL
+packetLen(0x08f8, 7)
#elif PACKETVER >= 20111025
-packetLen(0x08f8, 6) // ZC_PARTY_RECRUIT_FAILED_RECALL
+packetLen(0x08f8, 6)
#endif
// Packet: 0x08f9
#if PACKETVER >= 20111108
-packetLen(0x08f9, 6) // CZ_PARTY_RECRUIT_REFUSE_VOLUNTEER
+packetLen(0x08f9, 6)
#endif
// Packet: 0x08fa
#if PACKETVER >= 20111108
-packetLen(0x08fa, 6) // ZC_PARTY_RECRUIT_REFUSE_VOLUNTEER
+packetLen(0x08fa, 6)
#endif
// Packet: 0x08fb
#if PACKETVER >= 20111122
-packetLen(0x08fb, 6) // CZ_PARTY_RECRUIT_CANCEL_VOLUNTEER
+packetLen(0x08fb, 6)
#endif
// Packet: 0x08fc
#if PACKETVER >= 20111101
-packetLen(0x08fc, 30) // CH_REQ_CHANGE_CHARACTERNAME
+packetLen(0x08fc, 30)
#endif
// Packet: 0x08fd
#if PACKETVER >= 20111101
-packetLen(0x08fd, 6) // CH_ACK_CHANGE_CHARACTERNAME
+packetLen(0x08fd, 6)
#endif
// Packet: 0x08fe
#if PACKETVER >= 20111101
-packetLen(0x08fe, -1) // ZC_HUNTING_QUEST_INFO
+packetLen(0x08fe, -1)
#endif
// Packet: 0x08ff
#if PACKETVER >= 20111101
-packetLen(0x08ff, 24) // ZC_EFST_SET_ENTER
+packetLen(0x08ff, 24)
#endif
// Packet: 0x0900
#if PACKETVER >= 20111122
-packetLen(0x0900, -1) // ZC_INVENTORY_ITEMLIST_NORMAL
+packetLen(0x0900, -1)
#endif
// Packet: 0x0901
#if PACKETVER >= 20111122
-packetLen(0x0901, -1) // ZC_INVENTORY_ITEMLIST_EQUIP
+packetLen(0x0901, -1)
#endif
// Packet: 0x0902
#if PACKETVER >= 20111122
-packetLen(0x0902, -1) // ZC_CART_ITEMLIST_NORMAL
+packetLen(0x0902, -1)
#endif
// Packet: 0x0903
#if PACKETVER >= 20111122
-packetLen(0x0903, -1) // ZC_CART_ITEMLIST_EQUIP
+packetLen(0x0903, -1)
#endif
// Packet: 0x0904
#if PACKETVER >= 20111122
-packetLen(0x0904, -1) // ZC_STORE_ITEMLIST_NORMAL
+packetLen(0x0904, -1)
#endif
// Packet: 0x0905
#if PACKETVER >= 20111122
-packetLen(0x0905, -1) // ZC_STORE_ITEMLIST_EQUIP
+packetLen(0x0905, -1)
#endif
// Packet: 0x0906
#if PACKETVER >= 20111122
-packetLen(0x0906, -1) // ZC_MICROSCOPE
+packetLen(0x0906, -1)
#endif
// Packet: 0x0907
#if PACKETVER >= 20111122
-packetLen(0x0907, 5) // CZ_INVENTORY_TAB
+packetLen(0x0907, 5)
#endif
// Packet: 0x0908
#if PACKETVER >= 20111122
-packetLen(0x0908, 5) // ZC_INVENTORY_TAB
+packetLen(0x0908, 5)
#endif
// Packet: 0x0909
#if PACKETVER >= 20111122
-packetLen(0x0909, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER
+packetLen(0x0909, 6)
#endif
// Packet: 0x090a
#if PACKETVER >= 20111207
-packetLen(0x090a, 26) // CZ_REQ_ENTRY_QUEUE_RANKING
+packetLen(0x090a, 26)
#endif
// Packet: 0x090b
#if PACKETVER >= 20111207
-packetLen(0x090b, 30) // ZC_PARTY_RECRUIT_ADD_FILTERLINGLIST
+packetLen(0x090b, 30)
#endif
// Packet: 0x090c
#if PACKETVER >= 20111207
-packetLen(0x090c, 30) // ZC_PARTY_RECRUIT_SUB_FILTERLINGLIST
+packetLen(0x090c, 30)
#endif
// Packet: 0x090d
#if PACKETVER >= 20111227
-packetLen(0x090d, -1) // ZC_PREMIUM_CAMPAIGN_INFO
+packetLen(0x090d, -1)
#endif
// Packet: 0x090e
#if PACKETVER >= 20111227
-packetLen(0x090e, 2) // ZC_ENTRY_QUEUE_INIT
+packetLen(0x090e, 2)
#endif
// Packet: 0x09dc
#if PACKETVER >= 20110809
// removed
#elif PACKETVER >= 20110802
-packetLen(0x09dc, 2) // ZC_NOTIFY_NEWENTRY10
+packetLen(0x09dc, 2)
#endif
diff --git a/src/common/packets/packets2011_len_re.h b/src/common/packets/packets2011_len_re.h
index 58e647cac..d4e51782d 100644
--- a/src/common/packets/packets2011_len_re.h
+++ b/src/common/packets/packets2011_len_re.h
@@ -2,8 +2,8 @@
* This file is part of Hercules.
* http://herc.ws - http://github.com/HerculesWS/Hercules
*
- * Copyright (C) 2019 Hercules Dev Team
- * Copyright (C) 2019 Andrei Karas (4144)
+ * Copyright (C) 2018-2019 Hercules Dev Team
+ * Copyright (C) 2018-2019 Andrei Karas (4144)
*
* Hercules is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -25,4538 +25,4538 @@
/* This file is autogenerated, please do not commit manual changes */
// Packet: 0x0064
-packetLen(0x0064, 55) // CA_LOGIN
+packetLen(0x0064, 55)
// Packet: 0x0065
-packetLen(0x0065, 17) // CH_ENTER
+packetLen(0x0065, 17)
// Packet: 0x0066
-packetLen(0x0066, 3) // CH_SELECT_CHAR
+packetLen(0x0066, 3)
// Packet: 0x0067
-packetLen(0x0067, 37) // CH_MAKE_CHAR
+packetLen(0x0067, 37)
// Packet: 0x0068
-packetLen(0x0068, 46) // CH_DELETE_CHAR
+packetLen(0x0068, 46)
// Packet: 0x0069
-packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+packetLen(0x0069, -1)
// Packet: 0x006a
-packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+packetLen(0x006a, 23)
// Packet: 0x006b
-packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+packetLen(0x006b, -1)
// Packet: 0x006c
-packetLen(0x006c, 3) // HC_REFUSE_ENTER
+packetLen(0x006c, 3)
// Packet: 0x006d
#if PACKETVER >= 20111025
-packetLen(0x006d, 146) // HC_ACCEPT_MAKECHAR
+packetLen(0x006d, 146)
#elif PACKETVER >= 20110928
-packetLen(0x006d, 142) // HC_ACCEPT_MAKECHAR
+packetLen(0x006d, 142)
#elif PACKETVER >= 20110111
-packetLen(0x006d, 138) // HC_ACCEPT_MAKECHAR
+packetLen(0x006d, 138)
#elif PACKETVER >= 20110104
-packetLen(0x006d, 134) // HC_ACCEPT_MAKECHAR
+packetLen(0x006d, 134)
#endif
// Packet: 0x006e
-packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+packetLen(0x006e, 3)
// Packet: 0x006f
-packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+packetLen(0x006f, 2)
// Packet: 0x0070
-packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+packetLen(0x0070, 3)
// Packet: 0x0071
-packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+packetLen(0x0071, 28)
// Packet: 0x0072
-packetLen(0x0072, 22) // CZ_ENTER
+packetLen(0x0072, 22)
// Packet: 0x0073
-packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 11)
// Packet: 0x0074
-packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+packetLen(0x0074, 3)
// Packet: 0x0075
-packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, -1)
// Packet: 0x0076
-packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+packetLen(0x0076, 9)
// Packet: 0x0077
-packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 5)
// Packet: 0x0078
-packetLen(0x0078, 55) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, 55)
// Packet: 0x0079
-packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, 53)
// Packet: 0x007a
-packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, 58)
// Packet: 0x007b
-packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, 60)
// Packet: 0x007c
-packetLen(0x007c, 44) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, 44)
// Packet: 0x007d
-packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, 2)
// Packet: 0x007e
-packetLen(0x007e, 105) // CZ_REQUEST_TIME
+packetLen(0x007e, 105)
// Packet: 0x007f
-packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+packetLen(0x007f, 6)
// Packet: 0x0080
-packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+packetLen(0x0080, 7)
// Packet: 0x0081
-packetLen(0x0081, 3) // SC_NOTIFY_BAN
+packetLen(0x0081, 3)
// Packet: 0x0082
-packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+packetLen(0x0082, 2)
// Packet: 0x0083
-packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 2)
// Packet: 0x0084
-packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+packetLen(0x0084, 2)
// Packet: 0x0085
-packetLen(0x0085, 10) // CZ_REQUEST_MOVE
+packetLen(0x0085, 10)
// Packet: 0x0086
-packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 16)
// Packet: 0x0087
-packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 12)
// Packet: 0x0088
-packetLen(0x0088, 10) // ZC_STOPMOVE
+packetLen(0x0088, 10)
// Packet: 0x0089
-packetLen(0x0089, 11) // CZ_REQUEST_ACT
+packetLen(0x0089, 11)
// Packet: 0x008a
-packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+packetLen(0x008a, 29)
// Packet: 0x008b
-packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+packetLen(0x008b, 23)
// Packet: 0x008c
packetLen(0x008c, 14)
// Packet: 0x008d
-packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+packetLen(0x008d, -1)
// Packet: 0x008e
-packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, -1)
// Packet: 0x0090
-packetLen(0x0090, 7) // CZ_CONTACTNPC
+packetLen(0x0090, 7)
// Packet: 0x0091
-packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, 22)
// Packet: 0x0092
-packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 28)
// Packet: 0x0093
-packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+packetLen(0x0093, 2)
// Packet: 0x0094
-packetLen(0x0094, 19) // CZ_REQNAME
+packetLen(0x0094, 19)
// Packet: 0x0095
-packetLen(0x0095, 30) // ZC_ACK_REQNAME
+packetLen(0x0095, 30)
// Packet: 0x0096
-packetLen(0x0096, -1) // CZ_WHISPER
+packetLen(0x0096, -1)
// Packet: 0x0097
-packetLen(0x0097, -1) // ZC_WHISPER
+packetLen(0x0097, -1)
// Packet: 0x0098
-packetLen(0x0098, 3) // ZC_ACK_WHISPER
+packetLen(0x0098, 3)
// Packet: 0x0099
-packetLen(0x0099, -1) // CZ_BROADCAST
+packetLen(0x0099, -1)
// Packet: 0x009a
-packetLen(0x009a, -1) // ZC_BROADCAST
+packetLen(0x009a, -1)
// Packet: 0x009b
-packetLen(0x009b, 34) // CZ_CHANGE_DIRECTION
+packetLen(0x009b, 34)
// Packet: 0x009c
-packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, 9)
// Packet: 0x009d
-packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+packetLen(0x009d, 17)
// Packet: 0x009e
-packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 17)
// Packet: 0x009f
-packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+packetLen(0x009f, 20)
// Packet: 0x00a0
-packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, 23)
// Packet: 0x00a1
-packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, 6)
// Packet: 0x00a2
-packetLen(0x00a2, 14) // CZ_ITEM_THROW
+packetLen(0x00a2, 14)
// Packet: 0x00a3
-packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, -1)
// Packet: 0x00a4
-packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, -1)
// Packet: 0x00a5
-packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, -1)
// Packet: 0x00a6
-packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, -1)
// Packet: 0x00a7
packetLen(0x00a7, 9)
// Packet: 0x00a8
-packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 7)
// Packet: 0x00a9
-packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, 6)
// Packet: 0x00aa
-packetLen(0x00aa, 9) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 9)
// Packet: 0x00ab
-packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, 4)
// Packet: 0x00ac
-packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, 7)
// Packet: 0x00ae
-packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+packetLen(0x00ae, -1)
// Packet: 0x00af
-packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, 6)
// Packet: 0x00b0
-packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+packetLen(0x00b0, 8)
// Packet: 0x00b1
-packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, 8)
// Packet: 0x00b2
-packetLen(0x00b2, 3) // CZ_RESTART
+packetLen(0x00b2, 3)
// Packet: 0x00b3
-packetLen(0x00b3, 3) // ZC_RESTART_ACK
+packetLen(0x00b3, 3)
// Packet: 0x00b4
-packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+packetLen(0x00b4, -1)
// Packet: 0x00b5
-packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 6)
// Packet: 0x00b6
-packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 6)
// Packet: 0x00b7
-packetLen(0x00b7, -1) // ZC_MENU_LIST
+packetLen(0x00b7, -1)
// Packet: 0x00b8
-packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+packetLen(0x00b8, 7)
// Packet: 0x00b9
-packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, 6)
// Packet: 0x00ba
-packetLen(0x00ba, 2) // CZ_REQ_STATUS
+packetLen(0x00ba, 2)
// Packet: 0x00bb
-packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+packetLen(0x00bb, 5)
// Packet: 0x00bc
-packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 6)
// Packet: 0x00bd
-packetLen(0x00bd, 44) // ZC_STATUS
+packetLen(0x00bd, 44)
// Packet: 0x00be
-packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+packetLen(0x00be, 5)
// Packet: 0x00bf
-packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+packetLen(0x00bf, 3)
// Packet: 0x00c0
-packetLen(0x00c0, 7) // ZC_EMOTION
+packetLen(0x00c0, 7)
// Packet: 0x00c1
-packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, 2)
// Packet: 0x00c2
-packetLen(0x00c2, 6) // ZC_USER_COUNT
+packetLen(0x00c2, 6)
// Packet: 0x00c3
-packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, 8)
// Packet: 0x00c4
-packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, 6)
// Packet: 0x00c5
-packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, 7)
// Packet: 0x00c6
-packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, -1)
// Packet: 0x00c7
-packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, -1)
// Packet: 0x00c8
-packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, -1)
// Packet: 0x00c9
-packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, -1)
// Packet: 0x00ca
-packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, 3)
// Packet: 0x00cb
-packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+packetLen(0x00cb, 3)
// Packet: 0x00cc
-packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, 6)
// Packet: 0x00cd
-packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+packetLen(0x00cd, 3)
// Packet: 0x00ce
-packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 2)
// Packet: 0x00cf
-packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 27)
// Packet: 0x00d0
-packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, 3)
// Packet: 0x00d1
-packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, 4)
// Packet: 0x00d2
-packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 4)
// Packet: 0x00d3
-packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 2)
// Packet: 0x00d4
-packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+packetLen(0x00d4, -1)
// Packet: 0x00d5
-packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, -1)
// Packet: 0x00d6
-packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 3)
// Packet: 0x00d7
-packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, -1)
// Packet: 0x00d8
-packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+packetLen(0x00d8, 6)
// Packet: 0x00d9
-packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, 14)
// Packet: 0x00da
-packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, 3)
// Packet: 0x00db
-packetLen(0x00db, -1) // ZC_ENTER_ROOM
+packetLen(0x00db, -1)
// Packet: 0x00dc
-packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 28)
// Packet: 0x00dd
-packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+packetLen(0x00dd, 29)
// Packet: 0x00de
-packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, -1)
// Packet: 0x00df
-packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, -1)
// Packet: 0x00e0
-packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, 30)
// Packet: 0x00e1
-packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+packetLen(0x00e1, 30)
// Packet: 0x00e2
-packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, 26)
// Packet: 0x00e3
-packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+packetLen(0x00e3, 2)
// Packet: 0x00e4
-packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 6)
// Packet: 0x00e5
-packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 26)
// Packet: 0x00e6
-packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, 3)
// Packet: 0x00e7
-packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 3)
// Packet: 0x00e8
-packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, 8)
// Packet: 0x00e9
-packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 19)
// Packet: 0x00ea
-packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 5)
// Packet: 0x00eb
-packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 2)
// Packet: 0x00ec
-packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 3)
// Packet: 0x00ed
-packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, 2)
// Packet: 0x00ee
-packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, 2)
// Packet: 0x00ef
-packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 2)
// Packet: 0x00f0
-packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 3)
// Packet: 0x00f1
-packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+packetLen(0x00f1, 2)
// Packet: 0x00f2
-packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 6)
// Packet: 0x00f3
-packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+packetLen(0x00f3, -1)
// Packet: 0x00f4
-packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 21)
// Packet: 0x00f5
-packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+packetLen(0x00f5, 11)
// Packet: 0x00f6
-packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 8)
// Packet: 0x00f7
-packetLen(0x00f7, 17) // CZ_REQUEST_TIME
+packetLen(0x00f7, 17)
// Packet: 0x00f8
-packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+packetLen(0x00f8, 2)
// Packet: 0x00f9
-packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+packetLen(0x00f9, 26)
// Packet: 0x00fa
-packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, 3)
// Packet: 0x00fb
-packetLen(0x00fb, -1) // ZC_GROUP_LIST
+packetLen(0x00fb, -1)
// Packet: 0x00fc
-packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, 6)
// Packet: 0x00fd
-packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, 27)
// Packet: 0x00fe
-packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, 30)
// Packet: 0x00ff
-packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+packetLen(0x00ff, 10)
// Packet: 0x0100
-packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, 2)
// Packet: 0x0101
-packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, 6)
// Packet: 0x0102
-packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 6)
// Packet: 0x0103
-packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 30)
// Packet: 0x0104
-packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, 79)
// Packet: 0x0105
-packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, 31)
// Packet: 0x0106
-packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, 10)
// Packet: 0x0107
-packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, 10)
// Packet: 0x0108
-packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, -1)
// Packet: 0x0109
-packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, -1)
// Packet: 0x010a
-packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 4)
// Packet: 0x010b
-packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, 6)
// Packet: 0x010c
-packetLen(0x010c, 6) // ZC_MVP
+packetLen(0x010c, 6)
// Packet: 0x010d
-packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+packetLen(0x010d, 2)
// Packet: 0x010e
-packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, 11)
// Packet: 0x010f
-packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+packetLen(0x010f, -1)
// Packet: 0x0110
-packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, 10)
// Packet: 0x0111
-packetLen(0x0111, 39) // ZC_ADD_SKILL
+packetLen(0x0111, 39)
// Packet: 0x0112
-packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, 4)
// Packet: 0x0113
-packetLen(0x0113, 25) // CZ_USE_SKILL
+packetLen(0x0113, 25)
// Packet: 0x0114
-packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+packetLen(0x0114, 31)
// Packet: 0x0115
-packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+packetLen(0x0115, 35)
// Packet: 0x0116
-packetLen(0x0116, 17) // CZ_USE_SKILL_TOGROUND
+packetLen(0x0116, 17)
// Packet: 0x0117
-packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, 18)
// Packet: 0x0118
-packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+packetLen(0x0118, 2)
// Packet: 0x0119
-packetLen(0x0119, 13) // ZC_STATE_CHANGE
+packetLen(0x0119, 13)
// Packet: 0x011a
-packetLen(0x011a, 15) // ZC_USE_SKILL
+packetLen(0x011a, 15)
// Packet: 0x011b
-packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, 20)
// Packet: 0x011c
-packetLen(0x011c, 68) // ZC_WARPLIST
+packetLen(0x011c, 68)
// Packet: 0x011d
-packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 2)
// Packet: 0x011e
-packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, 3)
// Packet: 0x011f
-packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+packetLen(0x011f, 16)
// Packet: 0x0120
-packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, 6)
// Packet: 0x0121
-packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, 14)
// Packet: 0x0122
-packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, -1)
// Packet: 0x0123
-packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, -1)
// Packet: 0x0124
-packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 21)
// Packet: 0x0125
-packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 8)
// Packet: 0x0126
-packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 8)
// Packet: 0x0127
-packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, 8)
// Packet: 0x0128
-packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 8)
// Packet: 0x0129
-packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, 8)
// Packet: 0x012a
-packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+packetLen(0x012a, 2)
// Packet: 0x012b
-packetLen(0x012b, 2) // ZC_CARTOFF
+packetLen(0x012b, 2)
// Packet: 0x012c
-packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 3)
// Packet: 0x012d
-packetLen(0x012d, 4) // ZC_OPENSTORE
+packetLen(0x012d, 4)
// Packet: 0x012e
-packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, 2)
// Packet: 0x012f
-packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+packetLen(0x012f, -1)
// Packet: 0x0130
-packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, 6)
// Packet: 0x0131
-packetLen(0x0131, 86) // ZC_STORE_ENTRY
+packetLen(0x0131, 86)
// Packet: 0x0132
-packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, 6)
// Packet: 0x0133
-packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, -1)
// Packet: 0x0134
-packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, -1)
// Packet: 0x0135
-packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, 7)
// Packet: 0x0136
-packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, -1)
// Packet: 0x0137
-packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, 6)
// Packet: 0x0138
-packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+packetLen(0x0138, 3)
// Packet: 0x0139
-packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, 16)
// Packet: 0x013a
-packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+packetLen(0x013a, 4)
// Packet: 0x013b
-packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+packetLen(0x013b, 4)
// Packet: 0x013c
-packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+packetLen(0x013c, 4)
// Packet: 0x013d
-packetLen(0x013d, 6) // ZC_RECOVERY
+packetLen(0x013d, 6)
// Packet: 0x013e
-packetLen(0x013e, 24) // ZC_USESKILL_ACK
+packetLen(0x013e, 24)
// Packet: 0x013f
-packetLen(0x013f, 26) // CZ_ITEM_CREATE
+packetLen(0x013f, 26)
// Packet: 0x0140
-packetLen(0x0140, 22) // CZ_MOVETO_MAP
+packetLen(0x0140, 22)
// Packet: 0x0141
-packetLen(0x0141, 14) // ZC_COUPLESTATUS
+packetLen(0x0141, 14)
// Packet: 0x0142
-packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+packetLen(0x0142, 6)
// Packet: 0x0143
-packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+packetLen(0x0143, 10)
// Packet: 0x0144
-packetLen(0x0144, 23) // ZC_COMPASS
+packetLen(0x0144, 23)
// Packet: 0x0145
-packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+packetLen(0x0145, 19)
// Packet: 0x0146
-packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+packetLen(0x0146, 6)
// Packet: 0x0147
-packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+packetLen(0x0147, 39)
// Packet: 0x0148
-packetLen(0x0148, 8) // ZC_RESURRECTION
+packetLen(0x0148, 8)
// Packet: 0x0149
-packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, 9)
// Packet: 0x014a
-packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+packetLen(0x014a, 6)
// Packet: 0x014b
-packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+packetLen(0x014b, 27)
// Packet: 0x014c
-packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, -1)
// Packet: 0x014d
-packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 2)
// Packet: 0x014e
-packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+packetLen(0x014e, 6)
// Packet: 0x014f
-packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, 6)
// Packet: 0x0150
-packetLen(0x0150, 110) // ZC_GUILD_INFO
+packetLen(0x0150, 110)
// Packet: 0x0151
-packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+packetLen(0x0151, 6)
// Packet: 0x0152
-packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+packetLen(0x0152, -1)
// Packet: 0x0153
-packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+packetLen(0x0153, -1)
// Packet: 0x0154
-packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, -1)
// Packet: 0x0155
-packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, -1)
// Packet: 0x0156
-packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+packetLen(0x0156, -1)
// Packet: 0x0157
-packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+packetLen(0x0157, 6)
// Packet: 0x0159
-packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, 54)
// Packet: 0x015a
-packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 66)
// Packet: 0x015b
-packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 54)
// Packet: 0x015c
-packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, 90)
// Packet: 0x015d
-packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+packetLen(0x015d, 42)
// Packet: 0x015e
-packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, 6)
// Packet: 0x015f
-packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+packetLen(0x015f, 42)
// Packet: 0x0160
-packetLen(0x0160, -1) // ZC_POSITION_INFO
+packetLen(0x0160, -1)
// Packet: 0x0161
-packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, -1)
// Packet: 0x0162
-packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, -1)
// Packet: 0x0163
-packetLen(0x0163, -1) // ZC_BAN_LIST
+packetLen(0x0163, -1)
// Packet: 0x0164
-packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+packetLen(0x0164, -1)
// Packet: 0x0165
-packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, 30)
// Packet: 0x0166
-packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, -1)
// Packet: 0x0167
-packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 3)
// Packet: 0x0168
-packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, 14)
// Packet: 0x0169
-packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 3)
// Packet: 0x016a
-packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, 30)
// Packet: 0x016b
-packetLen(0x016b, 10) // CZ_JOIN_GUILD
+packetLen(0x016b, 10)
// Packet: 0x016c
-packetLen(0x016c, 43) // ZC_UPDATE_GDID
+packetLen(0x016c, 43)
// Packet: 0x016d
-packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 14)
// Packet: 0x016e
-packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+packetLen(0x016e, 186)
// Packet: 0x016f
-packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+packetLen(0x016f, 182)
// Packet: 0x0170
-packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 14)
// Packet: 0x0171
-packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, 30)
// Packet: 0x0172
-packetLen(0x0172, 10) // CZ_ALLY_GUILD
+packetLen(0x0172, 10)
// Packet: 0x0173
-packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+packetLen(0x0173, 3)
// Packet: 0x0174
-packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0174, -1)
// Packet: 0x0175
-packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+packetLen(0x0175, 6)
// Packet: 0x0176
-packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+packetLen(0x0176, 106)
// Packet: 0x0177
-packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, -1)
// Packet: 0x0178
-packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, 4)
// Packet: 0x0179
-packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 5)
// Packet: 0x017a
-packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, 4)
// Packet: 0x017b
-packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, -1)
// Packet: 0x017c
-packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, 6)
// Packet: 0x017d
-packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 7)
// Packet: 0x017e
-packetLen(0x017e, -1) // CZ_GUILD_CHAT
+packetLen(0x017e, -1)
// Packet: 0x017f
-packetLen(0x017f, -1) // ZC_GUILD_CHAT
+packetLen(0x017f, -1)
// Packet: 0x0180
-packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+packetLen(0x0180, 6)
// Packet: 0x0181
-packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+packetLen(0x0181, 3)
// Packet: 0x0182
-packetLen(0x0182, 106) // ZC_MEMBER_ADD
+packetLen(0x0182, 106)
// Packet: 0x0183
-packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+packetLen(0x0183, 10)
// Packet: 0x0184
-packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+packetLen(0x0184, 10)
// Packet: 0x0185
-packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+packetLen(0x0185, 34)
// Packet: 0x0187
-packetLen(0x0187, 6) // CH_UNKNOWN_PING
+packetLen(0x0187, 6)
// Packet: 0x0188
-packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, 8)
// Packet: 0x0189
-packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, 4)
// Packet: 0x018a
-packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+packetLen(0x018a, 4)
// Packet: 0x018b
-packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, 4)
// Packet: 0x018c
-packetLen(0x018c, 29) // ZC_MONSTER_INFO
+packetLen(0x018c, 29)
// Packet: 0x018d
-packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, -1)
// Packet: 0x018e
-packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+packetLen(0x018e, 10)
// Packet: 0x018f
-packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 6)
// Packet: 0x0190
-packetLen(0x0190, 23) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+packetLen(0x0190, 23)
// Packet: 0x0191
-packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+packetLen(0x0191, 86)
// Packet: 0x0192
-packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+packetLen(0x0192, 24)
// Packet: 0x0193
-packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+packetLen(0x0193, 2)
// Packet: 0x0194
-packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 30)
// Packet: 0x0195
-packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 102)
// Packet: 0x0196
-packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, 9)
// Packet: 0x0197
-packetLen(0x0197, 4) // CZ_RESET
+packetLen(0x0197, 4)
// Packet: 0x0198
-packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+packetLen(0x0198, 8)
// Packet: 0x0199
-packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, 4)
// Packet: 0x019a
-packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 14)
// Packet: 0x019b
-packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 10)
// Packet: 0x019c
-packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+packetLen(0x019c, -1)
// Packet: 0x019d
-packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, 6)
// Packet: 0x019e
-packetLen(0x019e, 2) // ZC_START_CAPTURE
+packetLen(0x019e, 2)
// Packet: 0x019f
-packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, 6)
// Packet: 0x01a0
-packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, 3)
// Packet: 0x01a1
-packetLen(0x01a1, 3) // CZ_COMMAND_PET
+packetLen(0x01a1, 3)
// Packet: 0x01a2
-packetLen(0x01a2, 37) // ZC_PROPERTY_PET
+packetLen(0x01a2, 37)
// Packet: 0x01a3
-packetLen(0x01a3, 5) // ZC_FEED_PET
+packetLen(0x01a3, 5)
// Packet: 0x01a4
-packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, 11)
// Packet: 0x01a5
-packetLen(0x01a5, 26) // CZ_RENAME_PET
+packetLen(0x01a5, 26)
// Packet: 0x01a6
-packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+packetLen(0x01a6, -1)
// Packet: 0x01a7
-packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 4)
// Packet: 0x01a8
-packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+packetLen(0x01a8, 4)
// Packet: 0x01a9
-packetLen(0x01a9, 6) // CZ_PET_ACT
+packetLen(0x01a9, 6)
// Packet: 0x01aa
-packetLen(0x01aa, 10) // ZC_PET_ACT
+packetLen(0x01aa, 10)
// Packet: 0x01ab
-packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, 12)
// Packet: 0x01ac
-packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+packetLen(0x01ac, 6)
// Packet: 0x01ad
-packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, -1)
// Packet: 0x01ae
-packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, 4)
// Packet: 0x01af
-packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+packetLen(0x01af, 4)
// Packet: 0x01b0
-packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, 11)
// Packet: 0x01b1
-packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+packetLen(0x01b1, 7)
// Packet: 0x01b2
-packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, -1)
// Packet: 0x01b3
-packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, 67)
// Packet: 0x01b4
-packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+packetLen(0x01b4, 12)
// Packet: 0x01b5
-packetLen(0x01b5, 18) // SC_BILLING_INFO
+packetLen(0x01b5, 18)
// Packet: 0x01b6
-packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+packetLen(0x01b6, 114)
// Packet: 0x01b7
-packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+packetLen(0x01b7, 6)
// Packet: 0x01b8
-packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+packetLen(0x01b8, 3)
// Packet: 0x01b9
-packetLen(0x01b9, 6) // ZC_DISPEL
+packetLen(0x01b9, 6)
// Packet: 0x01ba
-packetLen(0x01ba, 26) // CZ_REMOVE_AID
+packetLen(0x01ba, 26)
// Packet: 0x01bb
-packetLen(0x01bb, 26) // CZ_SHIFT
+packetLen(0x01bb, 26)
// Packet: 0x01bc
-packetLen(0x01bc, 26) // CZ_RECALL
+packetLen(0x01bc, 26)
// Packet: 0x01bd
-packetLen(0x01bd, 26) // CZ_RECALL_GID
+packetLen(0x01bd, 26)
// Packet: 0x01be
-packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+packetLen(0x01be, 2)
// Packet: 0x01bf
-packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+packetLen(0x01bf, 3)
// Packet: 0x01c0
-packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+packetLen(0x01c0, 2)
// Packet: 0x01c1
-packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+packetLen(0x01c1, 14)
// Packet: 0x01c2
-packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+packetLen(0x01c2, 10)
// Packet: 0x01c3
-packetLen(0x01c3, -1) // ZC_BROADCAST2
+packetLen(0x01c3, -1)
// Packet: 0x01c4
-packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 22)
// Packet: 0x01c5
-packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 22)
// Packet: 0x01c6
-packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+packetLen(0x01c6, 4)
// Packet: 0x01c7
-packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+packetLen(0x01c7, 2)
// Packet: 0x01c8
-packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, 13)
// Packet: 0x01c9
-packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 97)
// Packet: 0x01ca
-packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+packetLen(0x01ca, 3)
// Packet: 0x01cb
-packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+packetLen(0x01cb, 9)
// Packet: 0x01cc
-packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+packetLen(0x01cc, 9)
// Packet: 0x01cd
-packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, 30)
// Packet: 0x01ce
-packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, 6)
// Packet: 0x01cf
-packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+packetLen(0x01cf, 28)
// Packet: 0x01d0
-packetLen(0x01d0, 8) // ZC_SPIRITS
+packetLen(0x01d0, 8)
// Packet: 0x01d1
-packetLen(0x01d1, 14) // ZC_BLADESTOP
+packetLen(0x01d1, 14)
// Packet: 0x01d2
-packetLen(0x01d2, 10) // ZC_COMBODELAY
+packetLen(0x01d2, 10)
// Packet: 0x01d3
-packetLen(0x01d3, 35) // ZC_SOUND
+packetLen(0x01d3, 35)
// Packet: 0x01d4
-packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, 6)
// Packet: 0x01d5
-packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, -1)
// Packet: 0x01d6
-packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 4)
// Packet: 0x01d7
-packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 11)
// Packet: 0x01d8
-packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 54)
// Packet: 0x01d9
-packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 53)
// Packet: 0x01da
-packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 60)
// Packet: 0x01db
-packetLen(0x01db, 2) // CA_REQ_HASH
+packetLen(0x01db, 2)
// Packet: 0x01dc
-packetLen(0x01dc, -1) // AC_ACK_HASH
+packetLen(0x01dc, -1)
// Packet: 0x01dd
-packetLen(0x01dd, 47) // CA_LOGIN2
+packetLen(0x01dd, 47)
// Packet: 0x01de
-packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 33)
// Packet: 0x01df
-packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+packetLen(0x01df, 6)
// Packet: 0x01e0
-packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+packetLen(0x01e0, 30)
// Packet: 0x01e1
-packetLen(0x01e1, 8) // ZC_SPIRITS2
+packetLen(0x01e1, 8)
// Packet: 0x01e2
-packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+packetLen(0x01e2, 34)
// Packet: 0x01e3
-packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+packetLen(0x01e3, 14)
// Packet: 0x01e4
-packetLen(0x01e4, 2) // ZC_START_COUPLE
+packetLen(0x01e4, 2)
// Packet: 0x01e5
-packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+packetLen(0x01e5, 6)
// Packet: 0x01e6
-packetLen(0x01e6, 26) // ZC_COUPLENAME
+packetLen(0x01e6, 26)
// Packet: 0x01e7
-packetLen(0x01e7, 2) // CZ_DORIDORI
+packetLen(0x01e7, 2)
// Packet: 0x01e8
-packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 28)
// Packet: 0x01e9
-packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, 81)
// Packet: 0x01ea
-packetLen(0x01ea, 6) // ZC_CONGRATULATION
+packetLen(0x01ea, 6)
// Packet: 0x01eb
-packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, 10)
// Packet: 0x01ec
-packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+packetLen(0x01ec, 26)
// Packet: 0x01ed
-packetLen(0x01ed, 2) // CZ_CHOPOKGI
+packetLen(0x01ed, 2)
// Packet: 0x01ee
-packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, -1)
// Packet: 0x01ef
-packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, -1)
// Packet: 0x01f0
-packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, -1)
// Packet: 0x01f1
-packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+packetLen(0x01f1, -1)
// Packet: 0x01f2
-packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, 20)
// Packet: 0x01f3
-packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+packetLen(0x01f3, 10)
// Packet: 0x01f4
-packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, 32)
// Packet: 0x01f5
-packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, 9)
// Packet: 0x01f6
-packetLen(0x01f6, 34) // ZC_REQ_BABY
+packetLen(0x01f6, 34)
// Packet: 0x01f7
-packetLen(0x01f7, 14) // CZ_JOIN_BABY
+packetLen(0x01f7, 14)
// Packet: 0x01f8
-packetLen(0x01f8, 2) // ZC_START_BABY
+packetLen(0x01f8, 2)
// Packet: 0x01f9
-packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+packetLen(0x01f9, 6)
// Packet: 0x01fa
-packetLen(0x01fa, 48) // CA_LOGIN3
+packetLen(0x01fa, 48)
// Packet: 0x01fb
-packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+packetLen(0x01fb, 56)
// Packet: 0x01fc
-packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, -1)
// Packet: 0x01fd
-packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 15)
// Packet: 0x01fe
-packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, 5)
// Packet: 0x01ff
-packetLen(0x01ff, 10) // ZC_HIGHJUMP
+packetLen(0x01ff, 10)
// Packet: 0x0200
-packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+packetLen(0x0200, 26)
// Packet: 0x0201
-packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+packetLen(0x0201, -1)
// Packet: 0x0202
#if PACKETVER >= 20111220
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20111213
-packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+packetLen(0x0202, -1)
#elif PACKETVER >= 20111207
-packetLen(0x0202, 8) // CZ_ADD_FRIENDS
+packetLen(0x0202, 8)
#elif PACKETVER >= 20111122
-packetLen(0x0202, 18) // CZ_ADD_FRIENDS
+packetLen(0x0202, 18)
#elif PACKETVER >= 20111101
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20111025
-packetLen(0x0202, 4) // CZ_ADD_FRIENDS
+packetLen(0x0202, 4)
#elif PACKETVER >= 20111017
-packetLen(0x0202, 90) // CZ_ADD_FRIENDS
+packetLen(0x0202, 90)
#elif PACKETVER >= 20111010
-packetLen(0x0202, 8) // CZ_ADD_FRIENDS
+packetLen(0x0202, 8)
#elif PACKETVER >= 20110920
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20110906
-packetLen(0x0202, 10) // CZ_ADD_FRIENDS
+packetLen(0x0202, 10)
#elif PACKETVER >= 20110823
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20110816
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20110104
-packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+packetLen(0x0202, 26)
#endif
// Packet: 0x0203
-packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+packetLen(0x0203, 10)
// Packet: 0x0204
-packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+packetLen(0x0204, 18)
// Packet: 0x0205
-packetLen(0x0205, 26) // ZC_DIVORCE
+packetLen(0x0205, 26)
// Packet: 0x0206
-packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+packetLen(0x0206, 11)
// Packet: 0x0207
-packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, 34)
// Packet: 0x0208
-packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, 14)
// Packet: 0x0209
-packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, 36)
// Packet: 0x020a
-packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 10)
// Packet: 0x020d
-packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+packetLen(0x020d, -1)
// Packet: 0x020e
-packetLen(0x020e, 32) // ZC_STARSKILL
+packetLen(0x020e, 32)
// Packet: 0x020f
-packetLen(0x020f, 10) // CZ_REQ_PVPPOINT
+packetLen(0x020f, 10)
// Packet: 0x0210
-packetLen(0x0210, 22) // ZC_ACK_PVPPOINT
+packetLen(0x0210, 22)
// Packet: 0x0212
-packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+packetLen(0x0212, 26)
// Packet: 0x0213
-packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+packetLen(0x0213, 26)
// Packet: 0x0214
-packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+packetLen(0x0214, 42)
// Packet: 0x0215
-packetLen(0x0215, 6) // ZC_SKILLMSG
+packetLen(0x0215, 6)
// Packet: 0x0216
-packetLen(0x0216, 6) // ZC_BABYMSG
+packetLen(0x0216, 6)
// Packet: 0x0217
-packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 2)
// Packet: 0x0218
-packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, 2)
// Packet: 0x0219
-packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 282)
// Packet: 0x021a
-packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, 282)
// Packet: 0x021b
-packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, 10)
// Packet: 0x021c
-packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, 10)
// Packet: 0x021d
-packetLen(0x021d, 6) // CZ_LESSEFFECT
+packetLen(0x021d, 6)
// Packet: 0x021e
-packetLen(0x021e, 6) // ZC_LESSEFFECT
+packetLen(0x021e, 6)
// Packet: 0x021f
-packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+packetLen(0x021f, 66)
// Packet: 0x0220
-packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+packetLen(0x0220, 10)
// Packet: 0x0221
-packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+packetLen(0x0221, -1)
// Packet: 0x0222
-packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+packetLen(0x0222, 6)
// Packet: 0x0223
-packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+packetLen(0x0223, 8)
// Packet: 0x0224
-packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+packetLen(0x0224, 10)
// Packet: 0x0225
-packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+packetLen(0x0225, 2)
// Packet: 0x0226
-packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+packetLen(0x0226, 282)
// Packet: 0x0227
-packetLen(0x0227, 18) // ZC_GAME_GUARD
+packetLen(0x0227, 18)
// Packet: 0x0228
-packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+packetLen(0x0228, 18)
// Packet: 0x0229
-packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+packetLen(0x0229, 15)
// Packet: 0x022a
-packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 58)
// Packet: 0x022b
-packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, 57)
// Packet: 0x022c
-packetLen(0x022c, 65) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, 65)
// Packet: 0x022d
#if PACKETVER >= 20111227
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20111220
-packetLen(0x022d, 6) // CZ_COMMAND_MER
+packetLen(0x022d, 6)
#elif PACKETVER >= 20111213
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20111207
-packetLen(0x022d, 8) // CZ_COMMAND_MER
+packetLen(0x022d, 8)
#elif PACKETVER >= 20111122
-packetLen(0x022d, 7) // CZ_COMMAND_MER
+packetLen(0x022d, 7)
#elif PACKETVER >= 20111114
-packetLen(0x022d, -1) // CZ_COMMAND_MER
+packetLen(0x022d, -1)
#elif PACKETVER >= 20111108
-packetLen(0x022d, 5) // CZ_COMMAND_MER
+packetLen(0x022d, 5)
#elif PACKETVER >= 20111025
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20111017
-packetLen(0x022d, 12) // CZ_COMMAND_MER
+packetLen(0x022d, 12)
#elif PACKETVER >= 20111004
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20110920
-packetLen(0x022d, -1) // CZ_COMMAND_MER
+packetLen(0x022d, -1)
#elif PACKETVER >= 20110906
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20110823
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20110816
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20110104
-packetLen(0x022d, 5) // CZ_COMMAND_MER
+packetLen(0x022d, 5)
#endif
// Packet: 0x022e
-packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 71)
// Packet: 0x022f
-packetLen(0x022f, 5) // ZC_FEED_MER
+packetLen(0x022f, 5)
// Packet: 0x0230
-packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+packetLen(0x0230, 12)
// Packet: 0x0231
-packetLen(0x0231, 26) // CZ_RENAME_MER
+packetLen(0x0231, 26)
// Packet: 0x0232
-packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, 9)
// Packet: 0x0233
-packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, 11)
// Packet: 0x0234
-packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, 6)
// Packet: 0x0235
-packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, -1)
// Packet: 0x0236
-packetLen(0x0236, 10) // ZC_KILLER_POINT
+packetLen(0x0236, 10)
// Packet: 0x0237
-packetLen(0x0237, 2) // CZ_KILLER_RANK
+packetLen(0x0237, 2)
// Packet: 0x0238
-packetLen(0x0238, 282) // ZC_KILLER_RANK
+packetLen(0x0238, 282)
// Packet: 0x0239
-packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 11)
// Packet: 0x023a
-packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, 4)
// Packet: 0x023b
#if PACKETVER >= 20111220
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20111213
-packetLen(0x023b, 8) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 8)
#elif PACKETVER >= 20111207
-packetLen(0x023b, 19) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 19)
#elif PACKETVER >= 20111114
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20111108
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20111101
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20111025
-packetLen(0x023b, 5) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 5)
#elif PACKETVER >= 20111010
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20111004
-packetLen(0x023b, 6) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 6)
#elif PACKETVER >= 20110928
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20110920
-packetLen(0x023b, 5) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 5)
#elif PACKETVER >= 20110906
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20110831
-packetLen(0x023b, 10) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 10)
#elif PACKETVER >= 20110823
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20110816
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20110104
-packetLen(0x023b, 36) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 36)
#endif
// Packet: 0x023c
-packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, 6)
// Packet: 0x023d
-packetLen(0x023d, 6) // AC_EVENT_RESULT
+packetLen(0x023d, 6)
// Packet: 0x023e
-packetLen(0x023e, 8) // HC_REQUEST_CHARACTER_PASSWORD
+packetLen(0x023e, 8)
// Packet: 0x023f
-packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+packetLen(0x023f, 2)
// Packet: 0x0240
-packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+packetLen(0x0240, -1)
// Packet: 0x0241
-packetLen(0x0241, 6) // CZ_MAIL_OPEN
+packetLen(0x0241, 6)
// Packet: 0x0242
-packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+packetLen(0x0242, -1)
// Packet: 0x0243
-packetLen(0x0243, 6) // CZ_MAIL_DELETE
+packetLen(0x0243, 6)
// Packet: 0x0244
-packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+packetLen(0x0244, 6)
// Packet: 0x0245
-packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+packetLen(0x0245, 3)
// Packet: 0x0246
-packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+packetLen(0x0246, 4)
// Packet: 0x0247
-packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+packetLen(0x0247, 8)
// Packet: 0x0248
-packetLen(0x0248, -1) // CZ_MAIL_SEND
+packetLen(0x0248, -1)
// Packet: 0x0249
-packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+packetLen(0x0249, 3)
// Packet: 0x024a
-packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+packetLen(0x024a, 70)
// Packet: 0x024b
-packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+packetLen(0x024b, 4)
// Packet: 0x024c
-packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+packetLen(0x024c, 8)
// Packet: 0x024d
-packetLen(0x024d, 12) // CZ_AUCTION_ADD
+packetLen(0x024d, 12)
// Packet: 0x024e
-packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+packetLen(0x024e, 6)
// Packet: 0x024f
-packetLen(0x024f, 10) // CZ_AUCTION_BUY
+packetLen(0x024f, 10)
// Packet: 0x0250
-packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+packetLen(0x0250, 3)
// Packet: 0x0251
-packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+packetLen(0x0251, 34)
// Packet: 0x0252
-packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+packetLen(0x0252, -1)
// Packet: 0x0253
-packetLen(0x0253, 3) // ZC_STARPLACE
+packetLen(0x0253, 3)
// Packet: 0x0254
-packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+packetLen(0x0254, 3)
// Packet: 0x0255
-packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+packetLen(0x0255, 5)
// Packet: 0x0256
-packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+packetLen(0x0256, 5)
// Packet: 0x0257
-packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+packetLen(0x0257, 8)
// Packet: 0x0258
-packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+packetLen(0x0258, 2)
// Packet: 0x0259
-packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+packetLen(0x0259, 3)
// Packet: 0x025a
-packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+packetLen(0x025a, -1)
// Packet: 0x025b
-packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+packetLen(0x025b, 6)
// Packet: 0x025c
-packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+packetLen(0x025c, 4)
// Packet: 0x025d
-packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+packetLen(0x025d, 6)
// Packet: 0x025e
-packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+packetLen(0x025e, 4)
// Packet: 0x025f
-packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+packetLen(0x025f, 6)
// Packet: 0x0260
-packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+packetLen(0x0260, 6)
// Packet: 0x0261
-packetLen(0x0261, 11) // AC_REQ_LOGIN_OLDEKEY
+packetLen(0x0261, 11)
// Packet: 0x0262
-packetLen(0x0262, 11) // AC_REQ_LOGIN_NEWEKEY
+packetLen(0x0262, 11)
// Packet: 0x0263
-packetLen(0x0263, 11) // AC_REQ_LOGIN_CARDPASS
+packetLen(0x0263, 11)
// Packet: 0x0264
-packetLen(0x0264, 20) // CA_ACK_LOGIN_OLDEKEY
+packetLen(0x0264, 20)
// Packet: 0x0265
-packetLen(0x0265, 20) // CA_ACK_LOGIN_NEWEKEY
+packetLen(0x0265, 20)
// Packet: 0x0266
-packetLen(0x0266, 30) // CA_ACK_LOGIN_CARDPASS
+packetLen(0x0266, 30)
// Packet: 0x0267
-packetLen(0x0267, 4) // AC_ACK_EKEY_FAIL_NOTEXIST
+packetLen(0x0267, 4)
// Packet: 0x0268
-packetLen(0x0268, 4) // AC_ACK_EKEY_FAIL_NOTUSESEKEY
+packetLen(0x0268, 4)
// Packet: 0x0269
-packetLen(0x0269, 4) // AC_ACK_EKEY_FAIL_NOTUSEDEKEY
+packetLen(0x0269, 4)
// Packet: 0x026a
-packetLen(0x026a, 4) // AC_ACK_EKEY_FAIL_AUTHREFUSE
+packetLen(0x026a, 4)
// Packet: 0x026b
-packetLen(0x026b, 4) // AC_ACK_EKEY_FAIL_INPUTEKEY
+packetLen(0x026b, 4)
// Packet: 0x026c
-packetLen(0x026c, 4) // AC_ACK_EKEY_FAIL_NOTICE
+packetLen(0x026c, 4)
// Packet: 0x026d
-packetLen(0x026d, 4) // AC_ACK_EKEY_FAIL_NEEDCARDPASS
+packetLen(0x026d, 4)
// Packet: 0x026f
-packetLen(0x026f, 2) // AC_ACK_FIRST_LOGIN
+packetLen(0x026f, 2)
// Packet: 0x0270
-packetLen(0x0270, 2) // AC_REQ_LOGIN_ACCOUNT_INFO
+packetLen(0x0270, 2)
// Packet: 0x0271
-packetLen(0x0271, 40) // CA_ACK_LOGIN_ACCOUNT_INFO
+packetLen(0x0271, 40)
// Packet: 0x0272
-packetLen(0x0272, 44) // AC_ACK_PT_ID_INFO
+packetLen(0x0272, 44)
// Packet: 0x0273
-packetLen(0x0273, 30) // CZ_REQ_MAIL_RETURN
+packetLen(0x0273, 30)
// Packet: 0x0274
-packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, 8)
// Packet: 0x0275
-packetLen(0x0275, 37) // CH_ENTER2
+packetLen(0x0275, 37)
// Packet: 0x0276
-packetLen(0x0276, -1) // AC_ACCEPT_LOGIN2
+packetLen(0x0276, -1)
// Packet: 0x0277
-packetLen(0x0277, 84) // CA_LOGIN_PCBANG
+packetLen(0x0277, 84)
// Packet: 0x0278
-packetLen(0x0278, 2) // ZC_NOTIFY_PCBANG
+packetLen(0x0278, 2)
// Packet: 0x0279
-packetLen(0x0279, 2) // CZ_HUNTINGLIST
+packetLen(0x0279, 2)
// Packet: 0x027a
-packetLen(0x027a, -1) // ZC_HUNTINGLIST
+packetLen(0x027a, -1)
// Packet: 0x027b
-packetLen(0x027b, 14) // ZC_PCBANG_EFFECT
+packetLen(0x027b, 14)
// Packet: 0x027c
-packetLen(0x027c, 60) // CA_LOGIN4
+packetLen(0x027c, 60)
// Packet: 0x027d
-packetLen(0x027d, 62) // ZC_PROPERTY_MERCE
+packetLen(0x027d, 62)
// Packet: 0x027e
-packetLen(0x027e, -1) // ZC_SHANDA_PROTECT
+packetLen(0x027e, -1)
// Packet: 0x027f
-packetLen(0x027f, 8) // CA_CLIENT_TYPE
+packetLen(0x027f, 8)
// Packet: 0x0280
-packetLen(0x0280, 12) // ZC_GANGSI_POINT
+packetLen(0x0280, 12)
// Packet: 0x0281
#if PACKETVER >= 20111227
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20111220
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20111213
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20111207
-packetLen(0x0281, 7) // CZ_GANGSI_RANK
+packetLen(0x0281, 7)
#elif PACKETVER >= 20111122
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20111114
-packetLen(0x0281, 6) // CZ_GANGSI_RANK
+packetLen(0x0281, 6)
#elif PACKETVER >= 20111108
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20111101
-packetLen(0x0281, 36) // CZ_GANGSI_RANK
+packetLen(0x0281, 36)
#elif PACKETVER >= 20111025
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20111004
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20110928
-packetLen(0x0281, 5) // CZ_GANGSI_RANK
+packetLen(0x0281, 5)
#elif PACKETVER >= 20110920
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20110906
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20110823
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20110816
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20110104
-packetLen(0x0281, 4) // CZ_GANGSI_RANK
+packetLen(0x0281, 4)
#endif
// Packet: 0x0282
-packetLen(0x0282, 284) // ZC_GANGSI_RANK
+packetLen(0x0282, 284)
// Packet: 0x0283
-packetLen(0x0283, 6) // ZC_AID
+packetLen(0x0283, 6)
// Packet: 0x0284
-packetLen(0x0284, 14) // ZC_NOTIFY_EFFECT3
+packetLen(0x0284, 14)
// Packet: 0x0285
-packetLen(0x0285, 6) // ZC_DEATH_QUESTION
+packetLen(0x0285, 6)
// Packet: 0x0286
-packetLen(0x0286, 4) // CZ_DEATH_QUESTION
+packetLen(0x0286, 4)
// Packet: 0x0287
-packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, -1)
// Packet: 0x0288
-packetLen(0x0288, -1) // CZ_PC_BUY_CASH_POINT_ITEM
+packetLen(0x0288, -1)
// Packet: 0x0289
-packetLen(0x0289, 12) // ZC_PC_CASH_POINT_UPDATE
+packetLen(0x0289, 12)
// Packet: 0x028a
-packetLen(0x028a, 18) // ZC_NPC_SHOWEFST_UPDATE
+packetLen(0x028a, 18)
// Packet: 0x028b
-packetLen(0x028b, -1) // HC_CHARNOTBEENSELECTED
+packetLen(0x028b, -1)
// Packet: 0x028c
-packetLen(0x028c, 46) // CH_SELECT_CHAR_GOINGTOBEUSED
+packetLen(0x028c, 46)
// Packet: 0x028d
-packetLen(0x028d, 34) // CH_REQ_IS_VALID_CHARNAME
+packetLen(0x028d, 34)
// Packet: 0x028e
-packetLen(0x028e, 4) // HC_ACK_IS_VALID_CHARNAME
+packetLen(0x028e, 4)
// Packet: 0x028f
-packetLen(0x028f, 6) // CH_REQ_CHANGE_CHARNAME
+packetLen(0x028f, 6)
// Packet: 0x0290
-packetLen(0x0290, 4) // HC_ACK_CHANGE_CHARNAME
+packetLen(0x0290, 4)
// Packet: 0x0291
-packetLen(0x0291, 4) // ZC_MSG
+packetLen(0x0291, 4)
// Packet: 0x0292
-packetLen(0x0292, 2) // CZ_STANDING_RESURRECTION
+packetLen(0x0292, 2)
// Packet: 0x0293
-packetLen(0x0293, 70) // ZC_BOSS_INFO
+packetLen(0x0293, 70)
// Packet: 0x0294
-packetLen(0x0294, 10) // ZC_READ_BOOK
+packetLen(0x0294, 10)
// Packet: 0x0295
-packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, -1)
// Packet: 0x0296
-packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, -1)
// Packet: 0x0297
-packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, -1)
// Packet: 0x0298
-packetLen(0x0298, 8) // ZC_CASH_TIME_COUNTER
+packetLen(0x0298, 8)
// Packet: 0x0299
-packetLen(0x0299, 6) // ZC_CASH_ITEM_DELETE
+packetLen(0x0299, 6)
// Packet: 0x029a
-packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, 27)
// Packet: 0x029b
-packetLen(0x029b, 80) // ZC_MER_INIT
+packetLen(0x029b, 80)
// Packet: 0x029c
-packetLen(0x029c, 66) // ZC_MER_PROPERTY
+packetLen(0x029c, 66)
// Packet: 0x029d
-packetLen(0x029d, -1) // ZC_MER_SKILLINFO_LIST
+packetLen(0x029d, -1)
// Packet: 0x029e
-packetLen(0x029e, 11) // ZC_MER_SKILLINFO_UPDATE
+packetLen(0x029e, 11)
// Packet: 0x029f
-packetLen(0x029f, 3) // CZ_MER_COMMAND
+packetLen(0x029f, 3)
// Packet: 0x02a2
-packetLen(0x02a2, 8) // ZC_MER_PAR_CHANGE
+packetLen(0x02a2, 8)
// Packet: 0x02a5
-packetLen(0x02a5, 8) // CZ_KSY_EVENT
+packetLen(0x02a5, 8)
// Packet: 0x02aa
-packetLen(0x02aa, 4) // ZC_REQ_CASH_PASSWORD
+packetLen(0x02aa, 4)
// Packet: 0x02ab
-packetLen(0x02ab, 36) // CZ_ACK_CASH_PASSWORD
+packetLen(0x02ab, 36)
// Packet: 0x02ac
-packetLen(0x02ac, 6) // ZC_RESULT_CASH_PASSWORD
+packetLen(0x02ac, 6)
// Packet: 0x02ad
-packetLen(0x02ad, 8) // AC_REQUEST_SECOND_PASSWORD
+packetLen(0x02ad, 8)
// Packet: 0x02b0
-packetLen(0x02b0, 85) // CA_LOGIN_HAN
+packetLen(0x02b0, 85)
// Packet: 0x02b1
-packetLen(0x02b1, -1) // ZC_ALL_QUEST_LIST
+packetLen(0x02b1, -1)
// Packet: 0x02b2
-packetLen(0x02b2, -1) // ZC_ALL_QUEST_MISSION
+packetLen(0x02b2, -1)
// Packet: 0x02b3
-packetLen(0x02b3, 107) // ZC_ADD_QUEST
+packetLen(0x02b3, 107)
// Packet: 0x02b4
-packetLen(0x02b4, 6) // ZC_DEL_QUEST
+packetLen(0x02b4, 6)
// Packet: 0x02b5
-packetLen(0x02b5, -1) // ZC_UPDATE_MISSION_HUNT
+packetLen(0x02b5, -1)
// Packet: 0x02b6
-packetLen(0x02b6, 7) // CZ_ACTIVE_QUEST
+packetLen(0x02b6, 7)
// Packet: 0x02b7
-packetLen(0x02b7, 7) // ZC_ACTIVE_QUEST
+packetLen(0x02b7, 7)
// Packet: 0x02b8
-packetLen(0x02b8, 22) // ZC_ITEM_PICKUP_PARTY
+packetLen(0x02b8, 22)
// Packet: 0x02b9
-packetLen(0x02b9, 191) // ZC_SHORTCUT_KEY_LIST
+packetLen(0x02b9, 191)
// Packet: 0x02ba
-packetLen(0x02ba, 11) // CZ_SHORTCUT_KEY_CHANGE
+packetLen(0x02ba, 11)
// Packet: 0x02bb
-packetLen(0x02bb, 8) // ZC_EQUIPITEM_DAMAGED
+packetLen(0x02bb, 8)
// Packet: 0x02bc
-packetLen(0x02bc, 6) // ZC_NOTIFY_PCBANG_PLAYING_TIME
+packetLen(0x02bc, 6)
// Packet: 0x02c1
-packetLen(0x02c1, -1) // ZC_NPC_CHAT
+packetLen(0x02c1, -1)
// Packet: 0x02c2
-packetLen(0x02c2, -1) // ZC_FORMATSTRING_MSG
+packetLen(0x02c2, -1)
// Packet: 0x02c4
#if PACKETVER >= 20111227
-packetLen(0x02c4, 36) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 36)
#elif PACKETVER >= 20111220
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20111213
-packetLen(0x02c4, 6) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 6)
#elif PACKETVER >= 20111122
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20111108
-packetLen(0x02c4, 8) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 8)
#elif PACKETVER >= 20111101
-packetLen(0x02c4, 10) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 10)
#elif PACKETVER >= 20111010
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20111004
-packetLen(0x02c4, 10) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 10)
#elif PACKETVER >= 20110831
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20110823
-packetLen(0x02c4, 5) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 5)
#elif PACKETVER >= 20110816
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20110104
-packetLen(0x02c4, 26) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 26)
#endif
// Packet: 0x02c5
-packetLen(0x02c5, 30) // ZC_PARTY_JOIN_REQ_ACK
+packetLen(0x02c5, 30)
// Packet: 0x02c6
-packetLen(0x02c6, 30) // ZC_PARTY_JOIN_REQ
+packetLen(0x02c6, 30)
// Packet: 0x02c7
-packetLen(0x02c7, 7) // CZ_PARTY_JOIN_REQ_ACK
+packetLen(0x02c7, 7)
// Packet: 0x02c8
-packetLen(0x02c8, 3) // CZ_PARTY_CONFIG
+packetLen(0x02c8, 3)
// Packet: 0x02c9
-packetLen(0x02c9, 3) // ZC_PARTY_CONFIG
+packetLen(0x02c9, 3)
// Packet: 0x02ca
-packetLen(0x02ca, 3) // HC_REFUSE_SELECTCHAR
+packetLen(0x02ca, 3)
// Packet: 0x02cb
-packetLen(0x02cb, 65) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO
+packetLen(0x02cb, 65)
// Packet: 0x02cc
-packetLen(0x02cc, 4) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_NOTIFY
+packetLen(0x02cc, 4)
// Packet: 0x02cd
-packetLen(0x02cd, 71) // ZC_MEMORIALDUNGEON_INFO
+packetLen(0x02cd, 71)
// Packet: 0x02ce
-packetLen(0x02ce, 10) // ZC_MEMORIALDUNGEON_NOTIFY
+packetLen(0x02ce, 10)
// Packet: 0x02cf
-packetLen(0x02cf, 6) // CZ_MEMORIALDUNGEON_COMMAND
+packetLen(0x02cf, 6)
// Packet: 0x02d0
-packetLen(0x02d0, -1) // ZC_EQUIPMENT_ITEMLIST3
+packetLen(0x02d0, -1)
// Packet: 0x02d1
-packetLen(0x02d1, -1) // ZC_STORE_EQUIPMENT_ITEMLIST3
+packetLen(0x02d1, -1)
// Packet: 0x02d2
-packetLen(0x02d2, -1) // ZC_CART_EQUIPMENT_ITEMLIST3
+packetLen(0x02d2, -1)
// Packet: 0x02d3
-packetLen(0x02d3, 4) // ZC_NOTIFY_BIND_ON_EQUIP
+packetLen(0x02d3, 4)
// Packet: 0x02d4
-packetLen(0x02d4, 29) // ZC_ITEM_PICKUP_ACK3
+packetLen(0x02d4, 29)
// Packet: 0x02d5
-packetLen(0x02d5, 2) // ZC_ISVR_DISCONNECT
+packetLen(0x02d5, 2)
// Packet: 0x02d6
-packetLen(0x02d6, 6) // CZ_EQUIPWIN_MICROSCOPE
+packetLen(0x02d6, 6)
// Packet: 0x02d7
-packetLen(0x02d7, -1) // ZC_EQUIPWIN_MICROSCOPE
+packetLen(0x02d7, -1)
// Packet: 0x02d8
-packetLen(0x02d8, 10) // CZ_CONFIG
+packetLen(0x02d8, 10)
// Packet: 0x02d9
-packetLen(0x02d9, 10) // ZC_CONFIG
+packetLen(0x02d9, 10)
// Packet: 0x02da
-packetLen(0x02da, 3) // ZC_CONFIG_NOTIFY
+packetLen(0x02da, 3)
// Packet: 0x02db
-packetLen(0x02db, -1) // CZ_BATTLEFIELD_CHAT
+packetLen(0x02db, -1)
// Packet: 0x02dc
-packetLen(0x02dc, -1) // ZC_BATTLEFIELD_CHAT
+packetLen(0x02dc, -1)
// Packet: 0x02dd
-packetLen(0x02dd, 32) // ZC_BATTLEFIELD_NOTIFY_CAMPINFO
+packetLen(0x02dd, 32)
// Packet: 0x02de
-packetLen(0x02de, 6) // ZC_BATTLEFIELD_NOTIFY_POINT
+packetLen(0x02de, 6)
// Packet: 0x02df
-packetLen(0x02df, 36) // ZC_BATTLEFIELD_NOTIFY_POSITION
+packetLen(0x02df, 36)
// Packet: 0x02e0
-packetLen(0x02e0, 34) // ZC_BATTLEFIELD_NOTIFY_HP
+packetLen(0x02e0, 34)
// Packet: 0x02e1
-packetLen(0x02e1, 33) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, 33)
// Packet: 0x02e2
-packetLen(0x02e2, 20) // CZ_USE_ITEM_NEW_JAPEN
+packetLen(0x02e2, 20)
// Packet: 0x02e3
-packetLen(0x02e3, 22) // CZ_USE_SKILL_NEW_JAPEN
+packetLen(0x02e3, 22)
// Packet: 0x02e4
-packetLen(0x02e4, 11) // CZ_ITEM_PICKUP_NEW_JAPEN
+packetLen(0x02e4, 11)
// Packet: 0x02e5
-packetLen(0x02e5, 9) // CZ_REQUEST_MOVE_NEW_JAPEN
+packetLen(0x02e5, 9)
// Packet: 0x02e6
-packetLen(0x02e6, 6) // CZ_BOT_CHECK
+packetLen(0x02e6, 6)
// Packet: 0x02e7
-packetLen(0x02e7, -1) // ZC_MAPPROPERTY
+packetLen(0x02e7, -1)
// Packet: 0x02e8
-packetLen(0x02e8, -1) // ZC_NORMAL_ITEMLIST3
+packetLen(0x02e8, -1)
// Packet: 0x02e9
-packetLen(0x02e9, -1) // ZC_CART_NORMAL_ITEMLIST3
+packetLen(0x02e9, -1)
// Packet: 0x02ea
-packetLen(0x02ea, -1) // ZC_STORE_NORMAL_ITEMLIST3
+packetLen(0x02ea, -1)
// Packet: 0x02eb
-packetLen(0x02eb, 13) // ZC_ACCEPT_ENTER2
+packetLen(0x02eb, 13)
// Packet: 0x02ec
-packetLen(0x02ec, 67) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 67)
// Packet: 0x02ed
-packetLen(0x02ed, 59) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, 59)
// Packet: 0x02ee
-packetLen(0x02ee, 60) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, 60)
// Packet: 0x02ef
-packetLen(0x02ef, 8) // ZC_NOTIFY_FONT
+packetLen(0x02ef, 8)
// Packet: 0x02f0
-packetLen(0x02f0, 10) // ZC_PROGRESS
+packetLen(0x02f0, 10)
// Packet: 0x02f1
-packetLen(0x02f1, 2) // CZ_PROGRESS
+packetLen(0x02f1, 2)
// Packet: 0x02f2
-packetLen(0x02f2, 2) // ZC_PROGRESS_CANCEL
+packetLen(0x02f2, 2)
// Packet: 0x02f3
#if PACKETVER >= 20110131
-packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+packetLen(0x02f3, -1)
#endif
// Packet: 0x02f4
#if PACKETVER >= 20110131
-packetLen(0x02f4, 3) // ZC_IRMAIL_SEND_RES
+packetLen(0x02f4, 3)
#endif
// Packet: 0x02f5
#if PACKETVER >= 20110131
-packetLen(0x02f5, 7) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, 7)
#endif
// Packet: 0x02f6
#if PACKETVER >= 20110131
-packetLen(0x02f6, 7) // CZ_IRMAIL_LIST
+packetLen(0x02f6, 7)
#endif
// Packet: 0x035c
-packetLen(0x035c, 2) // CZ_OPEN_SIMPLE_CASHSHOP_ITEMLIST
+packetLen(0x035c, 2)
// Packet: 0x035d
-packetLen(0x035d, -1) // ZC_SIMPLE_CASHSHOP_POINT_ITEMLIST
+packetLen(0x035d, -1)
// Packet: 0x035e
-packetLen(0x035e, 2) // CZ_CLOSE_WINDOW
+packetLen(0x035e, 2)
// Packet: 0x035f
#if PACKETVER >= 20111227
-packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+packetLen(0x035f, -1)
#elif PACKETVER >= 20111220
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20111213
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20111207
-packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+packetLen(0x035f, -1)
#elif PACKETVER >= 20111108
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20111101
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20111025
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20111017
-packetLen(0x035f, 19) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 19)
#elif PACKETVER >= 20111010
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20110928
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20110920
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20110906
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20110823
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20110816
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20110104
-packetLen(0x035f, 5) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 5)
#endif
// Packet: 0x0360
#if PACKETVER >= 20111227
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20111220
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20111122
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20111108
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20111101
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20111025
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20111017
-packetLen(0x0360, 5) // CZ_REQUEST_TIME2
+packetLen(0x0360, 5)
#elif PACKETVER >= 20111004
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20110928
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20110920
-packetLen(0x0360, 19) // CZ_REQUEST_TIME2
+packetLen(0x0360, 19)
#elif PACKETVER >= 20110906
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20110831
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20110823
-packetLen(0x0360, 12) // CZ_REQUEST_TIME2
+packetLen(0x0360, 12)
#elif PACKETVER >= 20110104
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#endif
// Packet: 0x0361
#if PACKETVER >= 20111220
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20111213
-packetLen(0x0361, 26) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 26)
#elif PACKETVER >= 20111207
-packetLen(0x0361, 10) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 10)
#elif PACKETVER >= 20111122
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20111114
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20111025
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20111017
-packetLen(0x0361, 6) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 6)
#elif PACKETVER >= 20111010
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20111004
-packetLen(0x0361, 18) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 18)
#elif PACKETVER >= 20110928
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20110831
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20110823
-packetLen(0x0361, 18) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 18)
#elif PACKETVER >= 20110104
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#endif
// Packet: 0x0362
#if PACKETVER >= 20111213
-packetLen(0x0362, 5) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 5)
#elif PACKETVER >= 20111207
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20111122
-packetLen(0x0362, 8) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 8)
#elif PACKETVER >= 20111017
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20111010
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20111004
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20110928
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20110920
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20110906
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20110831
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20110823
-packetLen(0x0362, 10) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 10)
#elif PACKETVER >= 20110104
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#endif
// Packet: 0x0363
#if PACKETVER >= 20111227
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20111220
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20111207
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20111122
-packetLen(0x0363, 90) // CZ_ITEM_THROW2
+packetLen(0x0363, 90)
#elif PACKETVER >= 20111114
-packetLen(0x0363, 18) // CZ_ITEM_THROW2
+packetLen(0x0363, 18)
#elif PACKETVER >= 20111101
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20111025
-packetLen(0x0363, 19) // CZ_ITEM_THROW2
+packetLen(0x0363, 19)
#elif PACKETVER >= 20111017
-packetLen(0x0363, 26) // CZ_ITEM_THROW2
+packetLen(0x0363, 26)
#elif PACKETVER >= 20111010
-packetLen(0x0363, 7) // CZ_ITEM_THROW2
+packetLen(0x0363, 7)
#elif PACKETVER >= 20111004
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20110928
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20110920
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20110906
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20110823
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20110816
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20110104
-packetLen(0x0363, 6) // CZ_ITEM_THROW2
+packetLen(0x0363, 6)
#endif
// Packet: 0x0364
#if PACKETVER >= 20111227
-packetLen(0x0364, 10) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 10)
#elif PACKETVER >= 20111220
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20111207
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20111114
-packetLen(0x0364, 36) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 36)
#elif PACKETVER >= 20111108
-packetLen(0x0364, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, -1)
#elif PACKETVER >= 20111101
-packetLen(0x0364, 5) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 5)
#elif PACKETVER >= 20111017
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20111010
-packetLen(0x0364, 19) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 19)
#elif PACKETVER >= 20111004
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20110928
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20110920
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20110906
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20110823
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20110104
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#endif
// Packet: 0x0365
#if PACKETVER >= 20111227
-packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, -1)
#elif PACKETVER >= 20111220
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20111213
-packetLen(0x0365, 6) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 6)
#elif PACKETVER >= 20111207
-packetLen(0x0365, 12) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 12)
#elif PACKETVER >= 20111122
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20111114
-packetLen(0x0365, 26) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 26)
#elif PACKETVER >= 20111108
-packetLen(0x0365, 10) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 10)
#elif PACKETVER >= 20111010
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20111004
-packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, -1)
#elif PACKETVER >= 20110928
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20110920
-packetLen(0x0365, 90) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 90)
#elif PACKETVER >= 20110906
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20110831
-packetLen(0x0365, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 8)
#elif PACKETVER >= 20110823
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20110816
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20110104
-packetLen(0x0365, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 8)
#endif
// Packet: 0x0366
#if PACKETVER >= 20111227
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20111220
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20111213
-packetLen(0x0366, 4) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 4)
#elif PACKETVER >= 20111207
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20111122
-packetLen(0x0366, 12) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 12)
#elif PACKETVER >= 20111108
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20111101
-packetLen(0x0366, 5) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 5)
#elif PACKETVER >= 20111025
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20111017
-packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, -1)
#elif PACKETVER >= 20111010
-packetLen(0x0366, 5) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 5)
#elif PACKETVER >= 20110928
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20110920
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20110906
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20110831
-packetLen(0x0366, 5) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 5)
#elif PACKETVER >= 20110823
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20110816
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20110104
-packetLen(0x0366, 10) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 10)
#endif
// Packet: 0x0367
#if PACKETVER >= 20111220
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20111213
-packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, -1)
#elif PACKETVER >= 20111207
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20111122
-packetLen(0x0367, 4) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 4)
#elif PACKETVER >= 20111101
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20111025
-packetLen(0x0367, 8) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 8)
#elif PACKETVER >= 20111017
-packetLen(0x0367, 10) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 10)
#elif PACKETVER >= 20111010
-packetLen(0x0367, 26) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 26)
#elif PACKETVER >= 20111004
-packetLen(0x0367, 6) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 6)
#elif PACKETVER >= 20110906
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20110831
-packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, -1)
#elif PACKETVER >= 20110816
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20110104
-packetLen(0x0367, 90) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 90)
#endif
// Packet: 0x0368
#if PACKETVER >= 20111227
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20111220
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20111122
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20111108
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20111101
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20111025
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20111010
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20110906
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20110831
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20110104
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#endif
// Packet: 0x0369
#if PACKETVER >= 20111227
-packetLen(0x0369, 26) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 26)
#elif PACKETVER >= 20111220
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20111207
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20111122
-packetLen(0x0369, -1) // CZ_REQNAME_BYGID2
+packetLen(0x0369, -1)
#elif PACKETVER >= 20111114
-packetLen(0x0369, 6) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 6)
#elif PACKETVER >= 20111108
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20111101
-packetLen(0x0369, 10) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 10)
#elif PACKETVER >= 20111025
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20111010
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20111004
-packetLen(0x0369, 8) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 8)
#elif PACKETVER >= 20110928
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20110920
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20110906
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20110831
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20110823
-packetLen(0x0369, -1) // CZ_REQNAME_BYGID2
+packetLen(0x0369, -1)
#elif PACKETVER >= 20110816
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20110104
-packetLen(0x0369, 6) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 6)
#endif
// Packet: 0x03dd
-packetLen(0x03dd, 18) // AHC_GAME_GUARD
+packetLen(0x03dd, 18)
// Packet: 0x03de
-packetLen(0x03de, 18) // CAH_ACK_GAME_GUARD
+packetLen(0x03de, 18)
// Packet: 0x0436
#if PACKETVER >= 20111227
-packetLen(0x0436, 10) // CZ_ENTER2
+packetLen(0x0436, 10)
#elif PACKETVER >= 20111213
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20111122
-packetLen(0x0436, 6) // CZ_ENTER2
+packetLen(0x0436, 6)
#elif PACKETVER >= 20111108
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20111101
-packetLen(0x0436, 26) // CZ_ENTER2
+packetLen(0x0436, 26)
#elif PACKETVER >= 20111025
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20111017
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20111010
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20111004
-packetLen(0x0436, 19) // CZ_ENTER2
+packetLen(0x0436, 19)
#elif PACKETVER >= 20110928
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20110920
-packetLen(0x0436, 12) // CZ_ENTER2
+packetLen(0x0436, 12)
#elif PACKETVER >= 20110906
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20110831
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20110823
-packetLen(0x0436, 5) // CZ_ENTER2
+packetLen(0x0436, 5)
#elif PACKETVER >= 20110816
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20110104
-packetLen(0x0436, 19) // CZ_ENTER2
+packetLen(0x0436, 19)
#endif
// Packet: 0x0437
#if PACKETVER >= 20111220
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20111122
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20111108
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20111101
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20111025
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20111010
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20110906
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20110823
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20110816
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20110104
-packetLen(0x0437, 7) // CZ_REQUEST_ACT2
+packetLen(0x0437, 7)
#endif
// Packet: 0x0438
#if PACKETVER >= 20111227
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20111220
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20111122
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20111114
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20111108
-packetLen(0x0438, 8) // CZ_USE_SKILL2
+packetLen(0x0438, 8)
#elif PACKETVER >= 20111025
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20111017
-packetLen(0x0438, -1) // CZ_USE_SKILL2
+packetLen(0x0438, -1)
#elif PACKETVER >= 20111010
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20110928
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20110920
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20110906
-packetLen(0x0438, 26) // CZ_USE_SKILL2
+packetLen(0x0438, 26)
#elif PACKETVER >= 20110831
-packetLen(0x0438, 6) // CZ_USE_SKILL2
+packetLen(0x0438, 6)
#elif PACKETVER >= 20110823
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20110104
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#endif
// Packet: 0x0439
-packetLen(0x0439, 8) // CZ_USE_ITEM2
+packetLen(0x0439, 8)
// Packet: 0x043d
-packetLen(0x043d, 8) // ZC_SKILL_POSTDELAY
+packetLen(0x043d, 8)
// Packet: 0x043e
-packetLen(0x043e, -1) // ZC_SKILL_POSTDELAY_LIST
+packetLen(0x043e, -1)
// Packet: 0x043f
-packetLen(0x043f, 25) // ZC_MSG_STATE_CHANGE2
+packetLen(0x043f, 25)
// Packet: 0x0440
-packetLen(0x0440, 10) // ZC_MILLENNIUMSHIELD
+packetLen(0x0440, 10)
// Packet: 0x0441
-packetLen(0x0441, 4) // ZC_SKILLINFO_DELETE
+packetLen(0x0441, 4)
// Packet: 0x0442
-packetLen(0x0442, -1) // ZC_SKILL_SELECT_REQUEST
+packetLen(0x0442, -1)
// Packet: 0x0443
-packetLen(0x0443, 8) // CZ_SKILL_SELECT_RESPONSE
+packetLen(0x0443, 8)
// Packet: 0x0444
-packetLen(0x0444, -1) // ZC_SIMPLE_CASH_POINT_ITEMLIST
+packetLen(0x0444, -1)
// Packet: 0x0445
-packetLen(0x0445, 10) // CZ_SIMPLE_BUY_CASH_POINT_ITEM
+packetLen(0x0445, 10)
// Packet: 0x0446
-packetLen(0x0446, 14) // ZC_QUEST_NOTIFY_EFFECT
+packetLen(0x0446, 14)
// Packet: 0x0447
-packetLen(0x0447, 2) // CZ_BLOCKING_PLAY_CANCEL
+packetLen(0x0447, 2)
// Packet: 0x0448
-packetLen(0x0448, -1) // HC_CHARACTER_LIST
+packetLen(0x0448, -1)
// Packet: 0x044a
-packetLen(0x044a, 6) // CZ_CLIENT_VERSION
+packetLen(0x044a, 6)
// Packet: 0x044b
-packetLen(0x044b, 2) // CZ_CLOSE_SIMPLECASH_SHOP
+packetLen(0x044b, 2)
// Packet: 0x07d7
-packetLen(0x07d7, 8) // CZ_GROUPINFO_CHANGE_V2
+packetLen(0x07d7, 8)
// Packet: 0x07d8
-packetLen(0x07d8, 8) // ZC_REQ_GROUPINFO_CHANGE_V2
+packetLen(0x07d8, 8)
// Packet: 0x07d9
-packetLen(0x07d9, 268) // ZC_SHORTCUT_KEY_LIST_V2
+packetLen(0x07d9, 268)
// Packet: 0x07da
-packetLen(0x07da, 6) // CZ_CHANGE_GROUP_MASTER
+packetLen(0x07da, 6)
// Packet: 0x07db
-packetLen(0x07db, 8) // ZC_HO_PAR_CHANGE
+packetLen(0x07db, 8)
// Packet: 0x07dc
-packetLen(0x07dc, 6) // CZ_SEEK_PARTY
+packetLen(0x07dc, 6)
// Packet: 0x07dd
-packetLen(0x07dd, 54) // ZC_SEEK_PARTY
+packetLen(0x07dd, 54)
// Packet: 0x07de
-packetLen(0x07de, 30) // CZ_SEEK_PARTY_MEMBER
+packetLen(0x07de, 30)
// Packet: 0x07df
-packetLen(0x07df, 54) // ZC_SEEK_PARTY_MEMBER
+packetLen(0x07df, 54)
// Packet: 0x07e0
-packetLen(0x07e0, 58) // ZC_ES_NOTI_MYINFO
+packetLen(0x07e0, 58)
// Packet: 0x07e1
-packetLen(0x07e1, 15) // ZC_SKILLINFO_UPDATE2
+packetLen(0x07e1, 15)
// Packet: 0x07e2
-packetLen(0x07e2, 8) // ZC_MSG_VALUE
+packetLen(0x07e2, 8)
// Packet: 0x07e3
-packetLen(0x07e3, 6) // ZC_ITEMLISTWIN_OPEN
+packetLen(0x07e3, 6)
// Packet: 0x07e4
#if PACKETVER >= 20111227
-packetLen(0x07e4, 4) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 4)
#elif PACKETVER >= 20111220
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20111004
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20110928
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20110920
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20110906
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20110831
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20110823
-packetLen(0x07e4, 26) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 26)
#elif PACKETVER >= 20110816
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20110104
-packetLen(0x07e4, -1) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, -1)
#endif
// Packet: 0x07e5
-packetLen(0x07e5, 4) // CH_ENTER_CHECKBOT
+packetLen(0x07e5, 4)
// Packet: 0x07e6
-packetLen(0x07e6, 8) // ZC_MSG_SKILL
+packetLen(0x07e6, 8)
// Packet: 0x07e7
-packetLen(0x07e7, 32) // CH_CHECKBOT
+packetLen(0x07e7, 32)
// Packet: 0x07e8
-packetLen(0x07e8, -1) // HC_CHECKBOT
+packetLen(0x07e8, -1)
// Packet: 0x07e9
-packetLen(0x07e9, 5) // HC_CHECKBOT_RESULT
+packetLen(0x07e9, 5)
// Packet: 0x07ea
-packetLen(0x07ea, 2) // CZ_BATTLE_FIELD_LIST
+packetLen(0x07ea, 2)
// Packet: 0x07eb
-packetLen(0x07eb, -1) // ZC_BATTLE_FIELD_LIST
+packetLen(0x07eb, -1)
// Packet: 0x07ec
#if PACKETVER >= 20111227
-packetLen(0x07ec, 90) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 90)
#elif PACKETVER >= 20111220
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20111213
-packetLen(0x07ec, 10) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 10)
#elif PACKETVER >= 20111207
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20111122
-packetLen(0x07ec, -1) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, -1)
#elif PACKETVER >= 20111114
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20111108
-packetLen(0x07ec, 18) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 18)
#elif PACKETVER >= 20111101
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20111025
-packetLen(0x07ec, 10) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 10)
#elif PACKETVER >= 20111017
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20111010
-packetLen(0x07ec, 26) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 26)
#elif PACKETVER >= 20111004
-packetLen(0x07ec, 7) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 7)
#elif PACKETVER >= 20110928
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20110920
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20110906
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20110831
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20110823
-packetLen(0x07ec, 36) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 36)
#elif PACKETVER >= 20110104
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#endif
// Packet: 0x07ed
-packetLen(0x07ed, 10) // ZC_JOIN_BATTLE_FIELD
+packetLen(0x07ed, 10)
// Packet: 0x07ee
-packetLen(0x07ee, 6) // CZ_CANCEL_BATTLE_FIELD
+packetLen(0x07ee, 6)
// Packet: 0x07ef
-packetLen(0x07ef, 8) // ZC_CANCEL_BATTLE_FIELD
+packetLen(0x07ef, 8)
// Packet: 0x07f0
-packetLen(0x07f0, 6) // CZ_REQ_BATTLE_STATE_MONITOR
+packetLen(0x07f0, 6)
// Packet: 0x07f1
-packetLen(0x07f1, 18) // ZC_ACK_BATTLE_STATE_MONITOR
+packetLen(0x07f1, 18)
// Packet: 0x07f2
-packetLen(0x07f2, 8) // ZC_BATTLE_NOTI_START_STEP
+packetLen(0x07f2, 8)
// Packet: 0x07f3
-packetLen(0x07f3, 6) // ZC_BATTLE_JOIN_NOTI_DEFER
+packetLen(0x07f3, 6)
// Packet: 0x07f4
-packetLen(0x07f4, 3) // ZC_BATTLE_JOIN_DISABLE_STATE
+packetLen(0x07f4, 3)
// Packet: 0x07f5
-packetLen(0x07f5, 6) // CZ_GM_FULLSTRIP
+packetLen(0x07f5, 6)
// Packet: 0x07f6
-packetLen(0x07f6, 14) // ZC_NOTIFY_EXP
+packetLen(0x07f6, 14)
// Packet: 0x07f7
-packetLen(0x07f7, -1) // ZC_NOTIFY_MOVEENTRY7
+packetLen(0x07f7, -1)
// Packet: 0x07f8
-packetLen(0x07f8, -1) // ZC_NOTIFY_NEWENTRY5
+packetLen(0x07f8, -1)
// Packet: 0x07f9
-packetLen(0x07f9, -1) // ZC_NOTIFY_STANDENTRY5
+packetLen(0x07f9, -1)
// Packet: 0x07fa
-packetLen(0x07fa, 8) // ZC_DELETE_ITEM_FROM_BODY
+packetLen(0x07fa, 8)
// Packet: 0x07fb
-packetLen(0x07fb, 25) // ZC_USESKILL_ACK2
+packetLen(0x07fb, 25)
// Packet: 0x07fc
-packetLen(0x07fc, 10) // ZC_CHANGE_GROUP_MASTER
+packetLen(0x07fc, 10)
// Packet: 0x07fd
-packetLen(0x07fd, -1) // ZC_BROADCASTING_SPECIAL_ITEM_OBTAIN
+packetLen(0x07fd, -1)
// Packet: 0x07fe
-packetLen(0x07fe, 26) // ZC_PLAY_NPC_BGM
+packetLen(0x07fe, 26)
// Packet: 0x07ff
#if PACKETVER >= 20110719
// removed
#elif PACKETVER >= 20110104
-packetLen(0x07ff, -1) // ZC_DEFINE_CHECK
+packetLen(0x07ff, -1)
#endif
// Packet: 0x0800
-packetLen(0x0800, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC2
+packetLen(0x0800, -1)
// Packet: 0x0801
-packetLen(0x0801, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC2
+packetLen(0x0801, -1)
// Packet: 0x0802
#if PACKETVER >= 20111220
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20111122
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20111114
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20111025
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20111017
-packetLen(0x0802, 18) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 18)
#elif PACKETVER >= 20111010
-packetLen(0x0802, 12) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 12)
#elif PACKETVER >= 20111004
-packetLen(0x0802, 8) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 8)
#elif PACKETVER >= 20110928
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20110920
-packetLen(0x0802, -1) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, -1)
#elif PACKETVER >= 20110906
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20110831
-packetLen(0x0802, 19) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 19)
#elif PACKETVER >= 20110823
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20110816
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20110104
-packetLen(0x0802, 18) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 18)
#endif
// Packet: 0x0803
-packetLen(0x0803, 4) // ZC_PARTY_BOOKING_ACK_REGISTER
+packetLen(0x0803, 4)
// Packet: 0x0804
-packetLen(0x0804, 14) // CZ_PARTY_BOOKING_REQ_SEARCH
+packetLen(0x0804, 14)
// Packet: 0x0805
-packetLen(0x0805, -1) // ZC_PARTY_BOOKING_ACK_SEARCH
+packetLen(0x0805, -1)
// Packet: 0x0806
-packetLen(0x0806, 2) // CZ_PARTY_BOOKING_REQ_DELETE
+packetLen(0x0806, 2)
// Packet: 0x0807
-packetLen(0x0807, 4) // ZC_PARTY_BOOKING_ACK_DELETE
+packetLen(0x0807, 4)
// Packet: 0x0808
-packetLen(0x0808, 14) // CZ_PARTY_BOOKING_REQ_UPDATE
+packetLen(0x0808, 14)
// Packet: 0x0809
-packetLen(0x0809, 50) // ZC_PARTY_BOOKING_NOTIFY_INSERT
+packetLen(0x0809, 50)
// Packet: 0x080a
-packetLen(0x080a, 18) // ZC_PARTY_BOOKING_NOTIFY_UPDATE
+packetLen(0x080a, 18)
// Packet: 0x080b
-packetLen(0x080b, 6) // ZC_PARTY_BOOKING_NOTIFY_DELETE
+packetLen(0x080b, 6)
// Packet: 0x080c
-packetLen(0x080c, 2) // CZ_SIMPLE_CASH_BTNSHOW
+packetLen(0x080c, 2)
// Packet: 0x080d
-packetLen(0x080d, 3) // ZC_SIMPLE_CASH_BTNSHOW
+packetLen(0x080d, 3)
// Packet: 0x080e
-packetLen(0x080e, 14) // ZC_NOTIFY_HP_TO_GROUPM_R2
+packetLen(0x080e, 14)
// Packet: 0x080f
-packetLen(0x080f, 20) // ZC_ADD_EXCHANGE_ITEM2
+packetLen(0x080f, 20)
// Packet: 0x0810
-packetLen(0x0810, 3) // ZC_OPEN_BUYING_STORE
+packetLen(0x0810, 3)
// Packet: 0x0811
#if PACKETVER >= 20111227
-packetLen(0x0811, 6) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 6)
#elif PACKETVER >= 20111220
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20111122
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20111101
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20111010
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20110928
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20110920
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20110906
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20110823
-packetLen(0x0811, 10) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 10)
#elif PACKETVER >= 20110104
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#endif
// Packet: 0x0812
-packetLen(0x0812, 8) // ZC_FAILED_OPEN_BUYING_STORE_TO_BUYER
+packetLen(0x0812, 8)
// Packet: 0x0813
-packetLen(0x0813, -1) // ZC_MYITEMLIST_BUYING_STORE
+packetLen(0x0813, -1)
// Packet: 0x0814
-packetLen(0x0814, 86) // ZC_BUYING_STORE_ENTRY
+packetLen(0x0814, 86)
// Packet: 0x0815
#if PACKETVER >= 20111227
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20111220
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20111114
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20111108
-packetLen(0x0815, 36) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 36)
#elif PACKETVER >= 20111101
-packetLen(0x0815, 6) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 6)
#elif PACKETVER >= 20111025
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20111010
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20111004
-packetLen(0x0815, 5) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 5)
#elif PACKETVER >= 20110928
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20110920
-packetLen(0x0815, 4) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 4)
#elif PACKETVER >= 20110831
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20110823
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20110816
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20110104
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#endif
// Packet: 0x0816
-packetLen(0x0816, 6) // ZC_DISAPPEAR_BUYING_STORE_ENTRY
+packetLen(0x0816, 6)
// Packet: 0x0817
#if PACKETVER >= 20111220
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20111213
-packetLen(0x0817, 5) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 5)
#elif PACKETVER >= 20111108
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20111101
-packetLen(0x0817, 6) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 6)
#elif PACKETVER >= 20111025
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20111017
-packetLen(0x0817, -1) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, -1)
#elif PACKETVER >= 20110906
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20110831
-packetLen(0x0817, 6) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 6)
#elif PACKETVER >= 20110816
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20110104
-packetLen(0x0817, 6) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 6)
#endif
// Packet: 0x0818
-packetLen(0x0818, -1) // ZC_ACK_ITEMLIST_BUYING_STORE
+packetLen(0x0818, -1)
// Packet: 0x0819
#if PACKETVER >= 20111227
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20111220
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20111213
-packetLen(0x0819, 6) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 6)
#elif PACKETVER >= 20111207
-packetLen(0x0819, 18) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 18)
#elif PACKETVER >= 20111122
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20111114
-packetLen(0x0819, 5) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 5)
#elif PACKETVER >= 20111108
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20111101
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20111025
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20111017
-packetLen(0x0819, 8) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 8)
#elif PACKETVER >= 20111010
-packetLen(0x0819, 6) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 6)
#elif PACKETVER >= 20110928
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20110920
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20110906
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20110831
-packetLen(0x0819, 12) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 12)
#elif PACKETVER >= 20110823
-packetLen(0x0819, 6) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 6)
#elif PACKETVER >= 20110104
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#endif
// Packet: 0x081a
-packetLen(0x081a, 4) // ZC_FAILED_TRADE_BUYING_STORE_TO_BUYER
+packetLen(0x081a, 4)
// Packet: 0x081b
-packetLen(0x081b, 10) // ZC_UPDATE_ITEM_FROM_BUYING_STORE
+packetLen(0x081b, 10)
// Packet: 0x081c
-packetLen(0x081c, 10) // ZC_ITEM_DELETE_BUYING_STORE
+packetLen(0x081c, 10)
// Packet: 0x081d
-packetLen(0x081d, 22) // ZC_EL_INIT
+packetLen(0x081d, 22)
// Packet: 0x081e
-packetLen(0x081e, 8) // ZC_EL_PAR_CHANGE
+packetLen(0x081e, 8)
// Packet: 0x081f
-packetLen(0x081f, -1) // ZC_BROADCAST4
+packetLen(0x081f, -1)
// Packet: 0x0820
-packetLen(0x0820, 11) // ZC_COSTUME_SPRITE_CHANGE
+packetLen(0x0820, 11)
// Packet: 0x0821
-packetLen(0x0821, 2) // AC_OTP_USER
+packetLen(0x0821, 2)
// Packet: 0x0822
-packetLen(0x0822, 9) // CA_OTP_AUTH_REQ
+packetLen(0x0822, 9)
// Packet: 0x0823
-packetLen(0x0823, -1) // AC_OTP_AUTH_ACK
+packetLen(0x0823, -1)
// Packet: 0x0824
-packetLen(0x0824, 6) // ZC_FAILED_TRADE_BUYING_STORE_TO_SELLER
+packetLen(0x0824, 6)
// Packet: 0x0825
-packetLen(0x0825, -1) // CA_SSO_LOGIN_REQ
+packetLen(0x0825, -1)
// Packet: 0x0827
-packetLen(0x0827, 6) // CH_DELETE_CHAR3_RESERVED
+packetLen(0x0827, 6)
// Packet: 0x0828
-packetLen(0x0828, 14) // HC_DELETE_CHAR3_RESERVED
+packetLen(0x0828, 14)
// Packet: 0x0829
-packetLen(0x0829, 12) // CH_DELETE_CHAR3
+packetLen(0x0829, 12)
// Packet: 0x082a
-packetLen(0x082a, 10) // HC_DELETE_CHAR3
+packetLen(0x082a, 10)
// Packet: 0x082b
-packetLen(0x082b, 6) // CH_DELETE_CHAR3_CANCEL
+packetLen(0x082b, 6)
// Packet: 0x082c
-packetLen(0x082c, 10) // HC_DELETE_CHAR3_CANCEL
+packetLen(0x082c, 10)
// Packet: 0x082d
-packetLen(0x082d, -1) // HC_ACCEPT_ENTER2
+packetLen(0x082d, -1)
// Packet: 0x0835
#if PACKETVER >= 20111213
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20111207
-packetLen(0x0835, 10) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 10)
#elif PACKETVER >= 20111122
-packetLen(0x0835, 19) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 19)
#elif PACKETVER >= 20111108
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20111101
-packetLen(0x0835, -1) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, -1)
#elif PACKETVER >= 20111025
-packetLen(0x0835, 6) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 6)
#elif PACKETVER >= 20111010
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20111004
-packetLen(0x0835, 26) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 26)
#elif PACKETVER >= 20110906
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20110831
-packetLen(0x0835, 4) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 4)
#elif PACKETVER >= 20110823
-packetLen(0x0835, 8) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 8)
#elif PACKETVER >= 20110816
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20110104
-packetLen(0x0835, -1) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, -1)
#endif
// Packet: 0x0836
-packetLen(0x0836, -1) // ZC_SEARCH_STORE_INFO_ACK
+packetLen(0x0836, -1)
// Packet: 0x0837
-packetLen(0x0837, 3) // ZC_SEARCH_STORE_INFO_FAILED
+packetLen(0x0837, 3)
// Packet: 0x0838
#if PACKETVER >= 20111227
-packetLen(0x0838, 6) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 6)
#elif PACKETVER >= 20111220
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20111213
-packetLen(0x0838, 19) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 19)
#elif PACKETVER >= 20111122
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20111108
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20111101
-packetLen(0x0838, 6) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 6)
#elif PACKETVER >= 20111025
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20111010
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20110928
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20110920
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20110906
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20110823
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20110816
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20110104
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#endif
// Packet: 0x0839
-packetLen(0x0839, 66) // ZC_ACK_BAN_GUILD_SSO
+packetLen(0x0839, 66)
// Packet: 0x083a
-packetLen(0x083a, 5) // ZC_OPEN_SEARCH_STORE_INFO
+packetLen(0x083a, 5)
// Packet: 0x083b
-packetLen(0x083b, 2) // CZ_CLOSE_SEARCH_STORE_INFO
+packetLen(0x083b, 2)
// Packet: 0x083c
#if PACKETVER >= 20111227
-packetLen(0x083c, 8) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 8)
#elif PACKETVER >= 20111220
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20111122
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20111114
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20111108
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20111101
-packetLen(0x083c, 19) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 19)
#elif PACKETVER >= 20111017
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20111010
-packetLen(0x083c, -1) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, -1)
#elif PACKETVER >= 20111004
-packetLen(0x083c, 26) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 26)
#elif PACKETVER >= 20110928
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20110920
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20110906
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20110831
-packetLen(0x083c, 26) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 26)
#elif PACKETVER >= 20110823
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20110816
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20110104
-packetLen(0x083c, 12) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 12)
#endif
// Packet: 0x083d
-packetLen(0x083d, 6) // ZC_SSILIST_ITEM_CLICK_ACK
+packetLen(0x083d, 6)
// Packet: 0x083e
-packetLen(0x083e, 26) // AC_REFUSE_LOGIN2
+packetLen(0x083e, 26)
// Packet: 0x0840
-packetLen(0x0840, -1) // HC_NOTIFY_ACCESSIBLE_MAPNAME
+packetLen(0x0840, -1)
// Packet: 0x0841
-packetLen(0x0841, 4) // CH_SELECT_ACCESSIBLE_MAPNAME
+packetLen(0x0841, 4)
// Packet: 0x0842
-packetLen(0x0842, 6) // CZ_RECALL_SSO
+packetLen(0x0842, 6)
// Packet: 0x0843
-packetLen(0x0843, 6) // CZ_REMOVE_AID_SSO
+packetLen(0x0843, 6)
// Packet: 0x0844
-packetLen(0x0844, 2) // CZ_SE_CASHSHOP_OPEN
+packetLen(0x0844, 2)
// Packet: 0x0845
-packetLen(0x0845, 10) // ZC_SE_CASHSHOP_OPEN
+packetLen(0x0845, 10)
// Packet: 0x0846
-packetLen(0x0846, 4) // CZ_REQ_SE_CASH_TAB_CODE
+packetLen(0x0846, 4)
// Packet: 0x0847
-packetLen(0x0847, -1) // ZC_ACK_SE_CASH_ITEM_LIST
+packetLen(0x0847, -1)
// Packet: 0x0848
-packetLen(0x0848, -1) // CZ_SE_PC_BUY_CASHITEM_LIST
+packetLen(0x0848, -1)
// Packet: 0x0849
-packetLen(0x0849, 16) // ZC_SE_PC_BUY_CASHITEM_RESULT
+packetLen(0x0849, 16)
// Packet: 0x084a
-packetLen(0x084a, 2) // CZ_SE_CASHSHOP_CLOSE
+packetLen(0x084a, 2)
// Packet: 0x084b
-packetLen(0x084b, 19) // ZC_ITEM_FALL_ENTRY4
+packetLen(0x084b, 19)
// Packet: 0x084c
-packetLen(0x084c, 10) // CZ_MACRO_USE_SKILL
+packetLen(0x084c, 10)
// Packet: 0x084d
-packetLen(0x084d, 10) // CZ_MACRO_USE_SKILL_TOGROUND
+packetLen(0x084d, 10)
// Packet: 0x084e
-packetLen(0x084e, 5) // CZ_MACRO_REQUEST_MOVE
+packetLen(0x084e, 5)
// Packet: 0x084f
-packetLen(0x084f, 6) // CZ_MACRO_ITEM_PICKUP
+packetLen(0x084f, 6)
// Packet: 0x0850
-packetLen(0x0850, 7) // CZ_MACRO_REQUEST_ACT
+packetLen(0x0850, 7)
// Packet: 0x0851
-packetLen(0x0851, -1) // ZC_GPK_DYNCODE
+packetLen(0x0851, -1)
// Packet: 0x0852
-packetLen(0x0852, 2) // CZ_GPK_DYNCODE_RELOAD
+packetLen(0x0852, 2)
// Packet: 0x0853
-packetLen(0x0853, -1) // ZC_GPK_AUTH
+packetLen(0x0853, -1)
// Packet: 0x0854
-packetLen(0x0854, -1) // CZ_GPK_AUTH
+packetLen(0x0854, -1)
// Packet: 0x0855
-packetLen(0x0855, 6) // ZC_MACRO_ITEMPICKUP_FAIL
+packetLen(0x0855, 6)
// Packet: 0x0856
-packetLen(0x0856, -1) // ZC_NOTIFY_MOVEENTRY8
+packetLen(0x0856, -1)
// Packet: 0x0857
-packetLen(0x0857, -1) // ZC_NOTIFY_STANDENTRY7
+packetLen(0x0857, -1)
// Packet: 0x0858
-packetLen(0x0858, -1) // ZC_NOTIFY_NEWENTRY6
+packetLen(0x0858, -1)
// Packet: 0x0859
-packetLen(0x0859, -1) // ZC_EQUIPWIN_MICROSCOPE2
+packetLen(0x0859, -1)
// Packet: 0x085a
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
// Packet: 0x085b
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
// Packet: 0x085c
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
// Packet: 0x085d
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
// Packet: 0x085e
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
// Packet: 0x085f
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
// Packet: 0x0860
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
// Packet: 0x0861
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
// Packet: 0x0862
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
// Packet: 0x0863
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
// Packet: 0x0864
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
// Packet: 0x0865
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
// Packet: 0x0866
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
// Packet: 0x0867
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
// Packet: 0x0868
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
// Packet: 0x0869
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
// Packet: 0x086a
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
// Packet: 0x086b
-packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 2)
// Packet: 0x086c
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
// Packet: 0x086d
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
// Packet: 0x086e
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
// Packet: 0x086f
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
// Packet: 0x0870
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
// Packet: 0x0871
-packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 2)
// Packet: 0x0872
packetLen(0x0872, 2)
// Packet: 0x0873
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
// Packet: 0x0874
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
// Packet: 0x0875
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
// Packet: 0x0876
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
// Packet: 0x0877
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
// Packet: 0x0878
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
// Packet: 0x0879
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
// Packet: 0x087a
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
// Packet: 0x087b
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
// Packet: 0x087c
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
// Packet: 0x087d
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
// Packet: 0x087e
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
// Packet: 0x087f
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
// Packet: 0x0880
-packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 2)
// Packet: 0x0881
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
// Packet: 0x0882
-packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 2)
// Packet: 0x0883
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
// Packet: 0x0884
#if PACKETVER >= 20111114
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20111108
-packetLen(0x0884, 10) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 10)
#elif PACKETVER >= 20111025
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20111017
-packetLen(0x0884, 7) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 7)
#elif PACKETVER >= 20111010
-packetLen(0x0884, 6) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 6)
#elif PACKETVER >= 20110928
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20110920
-packetLen(0x0884, -1) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, -1)
#elif PACKETVER >= 20110831
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20110823
-packetLen(0x0884, 8) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 8)
#elif PACKETVER >= 20110104
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#endif
// Packet: 0x0885
#if PACKETVER >= 20111227
-packetLen(0x0885, 8) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 8)
#elif PACKETVER >= 20111108
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20111101
-packetLen(0x0885, 6) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 6)
#elif PACKETVER >= 20111025
-packetLen(0x0885, 10) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 10)
#elif PACKETVER >= 20111017
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20111010
-packetLen(0x0885, 10) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 10)
#elif PACKETVER >= 20111004
-packetLen(0x0885, 5) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 5)
#elif PACKETVER >= 20110928
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20110920
-packetLen(0x0885, 36) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 36)
#elif PACKETVER >= 20110906
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20110831
-packetLen(0x0885, 6) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 6)
#elif PACKETVER >= 20110104
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#endif
// Packet: 0x0886
#if PACKETVER >= 20111227
-packetLen(0x0886, 6) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 6)
#elif PACKETVER >= 20111025
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20111017
-packetLen(0x0886, 6) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 6)
#elif PACKETVER >= 20111010
-packetLen(0x0886, -1) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, -1)
#elif PACKETVER >= 20110920
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20110906
-packetLen(0x0886, 36) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 36)
#elif PACKETVER >= 20110104
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#endif
// Packet: 0x0887
#if PACKETVER >= 20111220
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20111213
-packetLen(0x0887, -1) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, -1)
#elif PACKETVER >= 20111207
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20111122
-packetLen(0x0887, -1) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, -1)
#elif PACKETVER >= 20111114
-packetLen(0x0887, 7) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 7)
#elif PACKETVER >= 20111101
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20111025
-packetLen(0x0887, 26) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 26)
#elif PACKETVER >= 20111010
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20111004
-packetLen(0x0887, 6) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 6)
#elif PACKETVER >= 20110906
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20110831
-packetLen(0x0887, 6) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 6)
#elif PACKETVER >= 20110104
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#endif
// Packet: 0x0888
#if PACKETVER >= 20111227
-packetLen(0x0888, 6) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 6)
#elif PACKETVER >= 20111122
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20111114
-packetLen(0x0888, -1) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, -1)
#elif PACKETVER >= 20111108
-packetLen(0x0888, 8) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 8)
#elif PACKETVER >= 20111101
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20111025
-packetLen(0x0888, 18) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 18)
#elif PACKETVER >= 20110831
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20110823
-packetLen(0x0888, 5) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 5)
#elif PACKETVER >= 20110104
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#endif
// Packet: 0x0889
#if PACKETVER >= 20111227
-packetLen(0x0889, 18) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 18)
#elif PACKETVER >= 20111220
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20111213
-packetLen(0x0889, 26) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 26)
#elif PACKETVER >= 20111010
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20111004
-packetLen(0x0889, -1) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, -1)
#elif PACKETVER >= 20110104
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#endif
// Packet: 0x088a
#if PACKETVER >= 20111108
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20111101
-packetLen(0x088a, 6) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 6)
#elif PACKETVER >= 20111017
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20111010
-packetLen(0x088a, 18) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 18)
#elif PACKETVER >= 20110906
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20110831
-packetLen(0x088a, 5) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 5)
#elif PACKETVER >= 20110104
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#endif
// Packet: 0x088b
#if PACKETVER >= 20111227
-packetLen(0x088b, 12) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 12)
#elif PACKETVER >= 20111220
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20111213
-packetLen(0x088b, 6) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 6)
#elif PACKETVER >= 20111207
-packetLen(0x088b, 4) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 4)
#elif PACKETVER >= 20111114
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20111108
-packetLen(0x088b, 4) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 4)
#elif PACKETVER >= 20110104
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#endif
// Packet: 0x088c
#if PACKETVER >= 20111213
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20111122
-packetLen(0x088c, 6) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 6)
#elif PACKETVER >= 20111017
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20111010
-packetLen(0x088c, 36) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 36)
#elif PACKETVER >= 20111004
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20110928
-packetLen(0x088c, 36) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 36)
#elif PACKETVER >= 20110920
-packetLen(0x088c, 6) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 6)
#elif PACKETVER >= 20110831
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20110823
-packetLen(0x088c, -1) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, -1)
#elif PACKETVER >= 20110104
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#endif
// Packet: 0x088d
#if PACKETVER >= 20111213
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20111207
-packetLen(0x088d, -1) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, -1)
#elif PACKETVER >= 20111108
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20111101
-packetLen(0x088d, 26) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 26)
#elif PACKETVER >= 20111017
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20111010
-packetLen(0x088d, 10) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 10)
#elif PACKETVER >= 20110928
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20110920
-packetLen(0x088d, 8) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 8)
#elif PACKETVER >= 20110104
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#endif
// Packet: 0x088e
#if PACKETVER >= 20111025
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20111017
-packetLen(0x088e, 8) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 8)
#elif PACKETVER >= 20110928
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20110920
-packetLen(0x088e, 8) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 8)
#elif PACKETVER >= 20110104
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#endif
// Packet: 0x088f
#if PACKETVER >= 20111220
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20111213
-packetLen(0x088f, 8) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 8)
#elif PACKETVER >= 20111207
-packetLen(0x088f, 6) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 6)
#elif PACKETVER >= 20111025
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20111017
-packetLen(0x088f, 6) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 6)
#elif PACKETVER >= 20111010
-packetLen(0x088f, -1) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, -1)
#elif PACKETVER >= 20110906
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20110831
-packetLen(0x088f, 8) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 8)
#elif PACKETVER >= 20110823
-packetLen(0x088f, 26) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 26)
#elif PACKETVER >= 20110816
-packetLen(0x088f, 36) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 36)
#elif PACKETVER >= 20110104
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#endif
// Packet: 0x0890
#if PACKETVER >= 20111220
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20111213
-packetLen(0x0890, 12) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 12)
#elif PACKETVER >= 20111207
-packetLen(0x0890, 8) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 8)
#elif PACKETVER >= 20111108
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20111101
-packetLen(0x0890, 8) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 8)
#elif PACKETVER >= 20111025
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20111017
-packetLen(0x0890, 26) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 26)
#elif PACKETVER >= 20111010
-packetLen(0x0890, 5) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 5)
#elif PACKETVER >= 20110928
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20110920
-packetLen(0x0890, 26) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 26)
#elif PACKETVER >= 20110831
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20110823
-packetLen(0x0890, 90) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 90)
#elif PACKETVER >= 20110104
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#endif
// Packet: 0x0891
#if PACKETVER >= 20111227
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20111220
-packetLen(0x0891, 5) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 5)
#elif PACKETVER >= 20111213
-packetLen(0x0891, 8) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 8)
#elif PACKETVER >= 20111207
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20111122
-packetLen(0x0891, 26) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 26)
#elif PACKETVER >= 20111025
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20111010
-packetLen(0x0891, 6) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 6)
#elif PACKETVER >= 20111004
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20110928
-packetLen(0x0891, 4) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 4)
#elif PACKETVER >= 20110920
-packetLen(0x0891, 8) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 8)
#elif PACKETVER >= 20110104
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#endif
// Packet: 0x0892
#if PACKETVER >= 20111227
-packetLen(0x0892, -1) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, -1)
#elif PACKETVER >= 20111220
-packetLen(0x0892, 26) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 26)
#elif PACKETVER >= 20111207
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20111122
-packetLen(0x0892, 5) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 5)
#elif PACKETVER >= 20111114
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20111108
-packetLen(0x0892, 5) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 5)
#elif PACKETVER >= 20110104
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#endif
// Packet: 0x0893
#if PACKETVER >= 20111227
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20111220
-packetLen(0x0893, 4) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 4)
#elif PACKETVER >= 20111213
-packetLen(0x0893, 10) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 10)
#elif PACKETVER >= 20111122
-packetLen(0x0893, 6) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 6)
#elif PACKETVER >= 20111108
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20111101
-packetLen(0x0893, 8) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 8)
#elif PACKETVER >= 20111025
-packetLen(0x0893, 6) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 6)
#elif PACKETVER >= 20110920
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20110906
-packetLen(0x0893, 5) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 5)
#elif PACKETVER >= 20110831
-packetLen(0x0893, 90) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 90)
#elif PACKETVER >= 20110823
-packetLen(0x0893, 8) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 8)
#elif PACKETVER >= 20110104
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#endif
// Packet: 0x0894
#if PACKETVER >= 20111213
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20111207
-packetLen(0x0894, 5) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 5)
#elif PACKETVER >= 20111114
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20111108
-packetLen(0x0894, 6) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 6)
#elif PACKETVER >= 20111101
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20111025
-packetLen(0x0894, 5) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 5)
#elif PACKETVER >= 20111017
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20111010
-packetLen(0x0894, 4) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 4)
#elif PACKETVER >= 20110906
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20110831
-packetLen(0x0894, 18) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 18)
#elif PACKETVER >= 20110104
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#endif
// Packet: 0x0895
#if PACKETVER >= 20111207
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20111122
-packetLen(0x0895, 26) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 26)
#elif PACKETVER >= 20111114
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20111108
-packetLen(0x0895, 19) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 19)
#elif PACKETVER >= 20111101
-packetLen(0x0895, 4) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 4)
#elif PACKETVER >= 20110906
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20110831
-packetLen(0x0895, 36) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 36)
#elif PACKETVER >= 20110104
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#endif
// Packet: 0x0896
#if PACKETVER >= 20111220
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#elif PACKETVER >= 20111213
-packetLen(0x0896, 6) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 6)
#elif PACKETVER >= 20111207
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#elif PACKETVER >= 20111122
-packetLen(0x0896, 5) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 5)
#elif PACKETVER >= 20111114
-packetLen(0x0896, 8) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 8)
#elif PACKETVER >= 20111004
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#elif PACKETVER >= 20110928
-packetLen(0x0896, 26) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 26)
#elif PACKETVER >= 20110920
-packetLen(0x0896, 6) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 6)
#elif PACKETVER >= 20110104
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#endif
// Packet: 0x0897
#if PACKETVER >= 20111227
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20111220
-packetLen(0x0897, 36) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 36)
#elif PACKETVER >= 20111213
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20111207
-packetLen(0x0897, 5) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 5)
#elif PACKETVER >= 20111108
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20111101
-packetLen(0x0897, 8) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 8)
#elif PACKETVER >= 20111025
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20111017
-packetLen(0x0897, 8) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 8)
#elif PACKETVER >= 20111010
-packetLen(0x0897, 6) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 6)
#elif PACKETVER >= 20110104
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#endif
// Packet: 0x0898
#if PACKETVER >= 20111220
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20111213
-packetLen(0x0898, 6) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 6)
#elif PACKETVER >= 20111207
-packetLen(0x0898, -1) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, -1)
#elif PACKETVER >= 20111122
-packetLen(0x0898, 6) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 6)
#elif PACKETVER >= 20111108
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20111101
-packetLen(0x0898, 5) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 5)
#elif PACKETVER >= 20111025
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20111017
-packetLen(0x0898, 36) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 36)
#elif PACKETVER >= 20111010
-packetLen(0x0898, 8) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 8)
#elif PACKETVER >= 20110831
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20110823
-packetLen(0x0898, -1) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, -1)
#elif PACKETVER >= 20110104
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#endif
// Packet: 0x0899
#if PACKETVER >= 20111207
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20111122
-packetLen(0x0899, 6) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 6)
#elif PACKETVER >= 20111114
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20111108
-packetLen(0x0899, -1) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, -1)
#elif PACKETVER >= 20110928
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20110920
-packetLen(0x0899, 5) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 5)
#elif PACKETVER >= 20110831
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20110823
-packetLen(0x0899, 6) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 6)
#elif PACKETVER >= 20110104
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#endif
// Packet: 0x089a
#if PACKETVER >= 20111220
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20111213
-packetLen(0x089a, 90) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 90)
#elif PACKETVER >= 20111122
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20111114
-packetLen(0x089a, -1) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, -1)
#elif PACKETVER >= 20111010
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20111004
-packetLen(0x089a, 4) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 4)
#elif PACKETVER >= 20110928
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20110920
-packetLen(0x089a, 10) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 10)
#elif PACKETVER >= 20110104
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#endif
// Packet: 0x089b
#if PACKETVER >= 20111227
-packetLen(0x089b, 6) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 6)
#elif PACKETVER >= 20111213
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20111207
-packetLen(0x089b, 36) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 36)
#elif PACKETVER >= 20111101
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20111025
-packetLen(0x089b, 8) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 8)
#elif PACKETVER >= 20111017
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20111010
-packetLen(0x089b, -1) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, -1)
#elif PACKETVER >= 20111004
-packetLen(0x089b, 36) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 36)
#elif PACKETVER >= 20110928
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20110920
-packetLen(0x089b, 6) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 6)
#elif PACKETVER >= 20110831
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20110823
-packetLen(0x089b, 19) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 19)
#elif PACKETVER >= 20110104
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#endif
// Packet: 0x089c
#if PACKETVER >= 20111227
-packetLen(0x089c, 8) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 8)
#elif PACKETVER >= 20111220
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20111213
-packetLen(0x089c, 18) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 18)
#elif PACKETVER >= 20111122
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20111114
-packetLen(0x089c, 19) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 19)
#elif PACKETVER >= 20111025
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20111010
-packetLen(0x089c, 6) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 6)
#elif PACKETVER >= 20110928
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20110920
-packetLen(0x089c, 18) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 18)
#elif PACKETVER >= 20110831
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20110823
-packetLen(0x089c, -1) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, -1)
#elif PACKETVER >= 20110104
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#endif
// Packet: 0x089d
#if PACKETVER >= 20111213
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20111207
-packetLen(0x089d, 5) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 5)
#elif PACKETVER >= 20111122
-packetLen(0x089d, -1) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, -1)
#elif PACKETVER >= 20111114
-packetLen(0x089d, 6) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 6)
#elif PACKETVER >= 20110928
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20110920
-packetLen(0x089d, -1) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, -1)
#elif PACKETVER >= 20110906
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20110831
-packetLen(0x089d, 7) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 7)
#elif PACKETVER >= 20110104
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#endif
// Packet: 0x089e
#if PACKETVER >= 20111207
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20111122
-packetLen(0x089e, 5) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 5)
#elif PACKETVER >= 20111108
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20111101
-packetLen(0x089e, -1) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, -1)
#elif PACKETVER >= 20111025
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20111017
-packetLen(0x089e, 5) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 5)
#elif PACKETVER >= 20110104
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#endif
// Packet: 0x089f
#if PACKETVER >= 20111025
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#elif PACKETVER >= 20111017
-packetLen(0x089f, 10) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 10)
#elif PACKETVER >= 20110104
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#endif
// Packet: 0x08a0
#if PACKETVER >= 20110928
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20110920
-packetLen(0x08a0, 10) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 10)
#elif PACKETVER >= 20110906
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20110831
-packetLen(0x08a0, -1) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, -1)
#elif PACKETVER >= 20110104
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#endif
// Packet: 0x08a1
#if PACKETVER >= 20111207
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20111122
-packetLen(0x08a1, 10) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 10)
#elif PACKETVER >= 20111114
-packetLen(0x08a1, 8) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 8)
#elif PACKETVER >= 20111108
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20111101
-packetLen(0x08a1, 6) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 6)
#elif PACKETVER >= 20111025
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20111017
-packetLen(0x08a1, 5) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 5)
#elif PACKETVER >= 20110831
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20110823
-packetLen(0x08a1, 6) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 6)
#elif PACKETVER >= 20110104
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#endif
// Packet: 0x08a2
#if PACKETVER >= 20111227
-packetLen(0x08a2, 6) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 6)
#elif PACKETVER >= 20111207
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20111122
-packetLen(0x08a2, 8) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 8)
#elif PACKETVER >= 20111114
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20111108
-packetLen(0x08a2, 26) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 26)
#elif PACKETVER >= 20111101
-packetLen(0x08a2, 12) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 12)
#elif PACKETVER >= 20111025
-packetLen(0x08a2, -1) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, -1)
#elif PACKETVER >= 20111017
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20111010
-packetLen(0x08a2, 90) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 90)
#elif PACKETVER >= 20111004
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20110928
-packetLen(0x08a2, 19) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 19)
#elif PACKETVER >= 20110104
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#endif
// Packet: 0x08a3
#if PACKETVER >= 20110831
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#elif PACKETVER >= 20110823
-packetLen(0x08a3, 7) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 7)
#elif PACKETVER >= 20110104
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#endif
// Packet: 0x08a4
#if PACKETVER >= 20111227
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20111220
-packetLen(0x08a4, 19) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 19)
#elif PACKETVER >= 20111207
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20111122
-packetLen(0x08a4, 8) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 8)
#elif PACKETVER >= 20111017
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20111010
-packetLen(0x08a4, 5) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 5)
#elif PACKETVER >= 20111004
-packetLen(0x08a4, 8) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 8)
#elif PACKETVER >= 20110928
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20110920
-packetLen(0x08a4, 7) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 7)
#elif PACKETVER >= 20110906
-packetLen(0x08a4, 5) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 5)
#elif PACKETVER >= 20110831
-packetLen(0x08a4, 26) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 26)
#elif PACKETVER >= 20110823
-packetLen(0x08a4, 4) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 4)
#elif PACKETVER >= 20110104
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#endif
// Packet: 0x08a5
#if PACKETVER >= 20111220
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20111213
-packetLen(0x08a5, 5) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 5)
#elif PACKETVER >= 20111207
-packetLen(0x08a5, 26) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 26)
#elif PACKETVER >= 20111108
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20111101
-packetLen(0x08a5, 18) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 18)
#elif PACKETVER >= 20110906
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20110831
-packetLen(0x08a5, 5) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 5)
#elif PACKETVER >= 20110104
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#endif
// Packet: 0x08a6
#if PACKETVER >= 20111227
-packetLen(0x08a6, 5) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 5)
#elif PACKETVER >= 20111220
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20111213
-packetLen(0x08a6, -1) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, -1)
#elif PACKETVER >= 20111101
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20111025
-packetLen(0x08a6, 8) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 8)
#elif PACKETVER >= 20111017
-packetLen(0x08a6, 6) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 6)
#elif PACKETVER >= 20111010
-packetLen(0x08a6, 8) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 8)
#elif PACKETVER >= 20110928
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20110920
-packetLen(0x08a6, 26) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 26)
#elif PACKETVER >= 20110906
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20110831
-packetLen(0x08a6, 8) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 8)
#elif PACKETVER >= 20110104
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#endif
// Packet: 0x08a7
#if PACKETVER >= 20111227
-packetLen(0x08a7, 19) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 19)
#elif PACKETVER >= 20111220
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20111213
-packetLen(0x08a7, 36) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 36)
#elif PACKETVER >= 20111207
-packetLen(0x08a7, 90) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 90)
#elif PACKETVER >= 20111010
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20111004
-packetLen(0x08a7, 6) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 6)
#elif PACKETVER >= 20110906
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20110831
-packetLen(0x08a7, 6) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 6)
#elif PACKETVER >= 20110104
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#endif
// Packet: 0x08a8
#if PACKETVER >= 20111213
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20111207
-packetLen(0x08a8, 6) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 6)
#elif PACKETVER >= 20111114
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20111108
-packetLen(0x08a8, 6) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 6)
#elif PACKETVER >= 20111101
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20111025
-packetLen(0x08a8, 26) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 26)
#elif PACKETVER >= 20110928
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20110920
-packetLen(0x08a8, 6) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 6)
#elif PACKETVER >= 20110104
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#endif
// Packet: 0x08a9
#if PACKETVER >= 20111213
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20111207
-packetLen(0x08a9, 6) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 6)
#elif PACKETVER >= 20110104
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#endif
// Packet: 0x08aa
#if PACKETVER >= 20111220
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20111213
-packetLen(0x08aa, 7) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 7)
#elif PACKETVER >= 20111207
-packetLen(0x08aa, 26) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 26)
#elif PACKETVER >= 20111108
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20111101
-packetLen(0x08aa, 7) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 7)
#elif PACKETVER >= 20111025
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20111017
-packetLen(0x08aa, -1) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, -1)
#elif PACKETVER >= 20110928
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20110920
-packetLen(0x08aa, 6) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 6)
#elif PACKETVER >= 20110906
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20110823
-packetLen(0x08aa, 6) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 6)
#elif PACKETVER >= 20110104
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#endif
// Packet: 0x08ab
#if PACKETVER >= 20111213
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20111207
-packetLen(0x08ab, -1) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, -1)
#elif PACKETVER >= 20111108
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20111101
-packetLen(0x08ab, -1) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, -1)
#elif PACKETVER >= 20111025
-packetLen(0x08ab, 36) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 36)
#elif PACKETVER >= 20110104
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#endif
// Packet: 0x08ac
#if PACKETVER >= 20111227
-packetLen(0x08ac, -1) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, -1)
#elif PACKETVER >= 20110104
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#endif
// Packet: 0x08ad
#if PACKETVER >= 20111227
-packetLen(0x08ad, 7) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 7)
#elif PACKETVER >= 20111220
-packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 6)
#elif PACKETVER >= 20111207
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20111122
-packetLen(0x08ad, 10) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 10)
#elif PACKETVER >= 20111114
-packetLen(0x08ad, 4) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 4)
#elif PACKETVER >= 20111108
-packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 6)
#elif PACKETVER >= 20111101
-packetLen(0x08ad, 90) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 90)
#elif PACKETVER >= 20111025
-packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 6)
#elif PACKETVER >= 20111004
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20110928
-packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 6)
#elif PACKETVER >= 20110920
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20110906
-packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 6)
#elif PACKETVER >= 20110831
-packetLen(0x08ad, -1) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, -1)
#elif PACKETVER >= 20110816
-packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 6)
#elif PACKETVER >= 20110104
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#endif
// Packet: 0x08af
-packetLen(0x08af, 10) // HC_WAITING_LOGIN
+packetLen(0x08af, 10)
// Packet: 0x08b0
#if PACKETVER >= 20110111
-packetLen(0x08b0, 17) // CH_WAITING_LOGIN
+packetLen(0x08b0, 17)
#endif
// Packet: 0x08b1
-packetLen(0x08b1, -1) // ZC_MCSTORE_NOTMOVEITEM_LIST
+packetLen(0x08b1, -1)
// Packet: 0x08b2
-packetLen(0x08b2, -1) // AC_REALNAME_AUTH
+packetLen(0x08b2, -1)
// Packet: 0x08b3
#if PACKETVER >= 20110111
-packetLen(0x08b3, -1) // ZC_SHOWSCRIPT
+packetLen(0x08b3, -1)
#endif
// Packet: 0x08b4
#if PACKETVER >= 20110125
-packetLen(0x08b4, 2) // ZC_START_COLLECTION
+packetLen(0x08b4, 2)
#endif
// Packet: 0x08b5
#if PACKETVER >= 20110125
-packetLen(0x08b5, 6) // CZ_TRYCOLLECTION
+packetLen(0x08b5, 6)
#endif
// Packet: 0x08b6
#if PACKETVER >= 20110125
-packetLen(0x08b6, 3) // ZC_TRYCOLLECTION
+packetLen(0x08b6, 3)
#endif
// Packet: 0x08b7
#if PACKETVER >= 20110222
// removed
#elif PACKETVER >= 20110215
-packetLen(0x08b7, 10) // HC_SECOND_PASSWD_REQ
+packetLen(0x08b7, 10)
#endif
// Packet: 0x08b8
#if PACKETVER >= 20110308
-packetLen(0x08b8, 10) // CH_SECOND_PASSWD_ACK
+packetLen(0x08b8, 10)
#elif PACKETVER >= 20110215
-packetLen(0x08b8, 12) // CH_SECOND_PASSWD_ACK
+packetLen(0x08b8, 12)
#endif
// Packet: 0x08b9
#if PACKETVER >= 20110222
-packetLen(0x08b9, 12) // HC_SECOND_PASSWD_LOGIN
+packetLen(0x08b9, 12)
#endif
// Packet: 0x08ba
#if PACKETVER >= 20110308
-packetLen(0x08ba, 10) // CH_MAKE_SECOND_PASSWD
+packetLen(0x08ba, 10)
#elif PACKETVER >= 20110222
-packetLen(0x08ba, 12) // CH_MAKE_SECOND_PASSWD
+packetLen(0x08ba, 12)
#endif
// Packet: 0x08bb
#if PACKETVER >= 20110308
-packetLen(0x08bb, 8) // HC_MAKE_SECOND_PASSWD
+packetLen(0x08bb, 8)
#elif PACKETVER >= 20110222
-packetLen(0x08bb, 4) // HC_MAKE_SECOND_PASSWD
+packetLen(0x08bb, 4)
#endif
// Packet: 0x08bc
#if PACKETVER >= 20110308
-packetLen(0x08bc, 10) // CH_DELETE_SECOND_PASSWD
+packetLen(0x08bc, 10)
#elif PACKETVER >= 20110222
-packetLen(0x08bc, 12) // CH_DELETE_SECOND_PASSWD
+packetLen(0x08bc, 12)
#endif
// Packet: 0x08bd
#if PACKETVER >= 20111207
-packetLen(0x08bd, 8) // HC_DELETE_SECOND_PASSWD
+packetLen(0x08bd, 8)
#elif PACKETVER >= 20110222
-packetLen(0x08bd, 12) // HC_DELETE_SECOND_PASSWD
+packetLen(0x08bd, 12)
#endif
// Packet: 0x08be
#if PACKETVER >= 20110308
-packetLen(0x08be, 14) // CH_EDIT_SECOND_PASSWD
+packetLen(0x08be, 14)
#elif PACKETVER >= 20110228
-packetLen(0x08be, 18) // CH_EDIT_SECOND_PASSWD
+packetLen(0x08be, 18)
#elif PACKETVER >= 20110222
-packetLen(0x08be, 12) // CH_EDIT_SECOND_PASSWD
+packetLen(0x08be, 12)
#endif
// Packet: 0x08bf
#if PACKETVER >= 20110308
-packetLen(0x08bf, 8) // HC_EDIT_SECOND_PASSWD
+packetLen(0x08bf, 8)
#elif PACKETVER >= 20110222
-packetLen(0x08bf, 4) // HC_EDIT_SECOND_PASSWD
+packetLen(0x08bf, 4)
#endif
// Packet: 0x08c0
#if PACKETVER >= 20110222
-packetLen(0x08c0, -1) // ZC_ACK_SE_CASH_ITEM_LIST2
+packetLen(0x08c0, -1)
#endif
// Packet: 0x08c1
#if PACKETVER >= 20110222
-packetLen(0x08c1, 2) // CZ_MACRO_START
+packetLen(0x08c1, 2)
#endif
// Packet: 0x08c2
#if PACKETVER >= 20110222
-packetLen(0x08c2, 2) // CZ_MACRO_STOP
+packetLen(0x08c2, 2)
#endif
// Packet: 0x08c3
#if PACKETVER >= 20110308
-packetLen(0x08c3, 10) // CH_NOT_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c3, 10)
#elif PACKETVER >= 20110228
-packetLen(0x08c3, 12) // CH_NOT_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c3, 12)
#endif
// Packet: 0x08c4
#if PACKETVER >= 20110308
-packetLen(0x08c4, 8) // HC_NOT_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c4, 8)
#elif PACKETVER >= 20110228
-packetLen(0x08c4, 4) // HC_NOT_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c4, 4)
#endif
// Packet: 0x08c5
#if PACKETVER >= 20110308
-packetLen(0x08c5, 6) // CH_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c5, 6)
#elif PACKETVER >= 20110228
-packetLen(0x08c5, 12) // CH_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c5, 12)
#endif
// Packet: 0x08c6
#if PACKETVER >= 20110228
-packetLen(0x08c6, 4) // HC_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c6, 4)
#endif
// Packet: 0x08c7
#if PACKETVER >= 20110419
-packetLen(0x08c7, -1) // ZC_SKILL_ENTRY3
+packetLen(0x08c7, -1)
#endif
// Packet: 0x08c8
#if PACKETVER >= 20110614
-packetLen(0x08c8, 34) // ZC_NOTIFY_ACT3
+packetLen(0x08c8, 34)
#endif
// Packet: 0x08c9
#if PACKETVER >= 20110614
-packetLen(0x08c9, 2) // CZ_REQ_SCHEDULER_CASHITEM
+packetLen(0x08c9, 2)
#endif
// Packet: 0x08ca
#if PACKETVER >= 20110614
-packetLen(0x08ca, -1) // ZC_ACK_SCHEDULER_CASHITEM
+packetLen(0x08ca, -1)
#endif
// Packet: 0x08cb
#if PACKETVER >= 20110628
-packetLen(0x08cb, -1) // ZC_PERSONAL_INFOMATION
+packetLen(0x08cb, -1)
#endif
// Packet: 0x08cc
#if PACKETVER >= 20110726
-packetLen(0x08cc, 109) // CA_LOGIN5
+packetLen(0x08cc, 109)
#elif PACKETVER >= 20110713
// removed
#elif PACKETVER >= 20110706
-packetLen(0x08cc, 5) // CA_LOGIN5
+packetLen(0x08cc, 5)
#endif
// Packet: 0x08cd
#if PACKETVER >= 20110803
-packetLen(0x08cd, 10) // ZC_STOPMOVE_FORCE
+packetLen(0x08cd, 10)
#endif
// Packet: 0x08ce
#if PACKETVER >= 20110810
-packetLen(0x08ce, 2) // ZC_FAILED_GET_ITEM_FROM_ZONEDA
+packetLen(0x08ce, 2)
#elif PACKETVER >= 20110803
-packetLen(0x08ce, 10) // ZC_FAILED_GET_ITEM_FROM_ZONEDA
+packetLen(0x08ce, 10)
#endif
// Packet: 0x08cf
#if PACKETVER >= 20110810
-packetLen(0x08cf, 10) // ZC_SPIRITS_ATTRIBUTE
+packetLen(0x08cf, 10)
#endif
// Packet: 0x08d0
#if PACKETVER >= 20110810
-packetLen(0x08d0, 9) // ZC_REQ_WEAR_EQUIP_ACK2
+packetLen(0x08d0, 9)
#endif
// Packet: 0x08d1
#if PACKETVER >= 20110810
-packetLen(0x08d1, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK2
+packetLen(0x08d1, 7)
#endif
// Packet: 0x08d2
#if PACKETVER >= 20110810
-packetLen(0x08d2, 10) // ZC_FASTMOVE
+packetLen(0x08d2, 10)
#endif
// Packet: 0x08d3
#if PACKETVER >= 20110816
-packetLen(0x08d3, 10) // ZC_SE_CASHSHOP_UPDATE
+packetLen(0x08d3, 10)
#endif
// Packet: 0x08d4
#if PACKETVER >= 20111101
-packetLen(0x08d4, 8) // CH_REQ_CHANGE_CHARACTER_SLOT
+packetLen(0x08d4, 8)
#elif PACKETVER >= 20110928
-packetLen(0x08d4, 12) // CH_REQ_CHANGE_CHARACTER_SLOT
+packetLen(0x08d4, 12)
#elif PACKETVER >= 20110920
-packetLen(0x08d4, 10) // CH_REQ_CHANGE_CHARACTER_SLOT
+packetLen(0x08d4, 10)
#elif PACKETVER >= 20110906
-packetLen(0x08d4, 14) // CH_REQ_CHANGE_CHARACTER_SLOT
+packetLen(0x08d4, 14)
#endif
// Packet: 0x08d5
#if PACKETVER >= 20110906
-packetLen(0x08d5, -1) // HC_ACK_CHANGE_CHARACTER_SLOT
+packetLen(0x08d5, -1)
#endif
// Packet: 0x08d6
#if PACKETVER >= 20110928
-packetLen(0x08d6, 6) // ZC_CLEAR_DIALOG
+packetLen(0x08d6, 6)
#endif
// Packet: 0x08d7
#if PACKETVER >= 20111004
-packetLen(0x08d7, 28) // CZ_REQ_ENTRY_QUEUE_APPLY
+packetLen(0x08d7, 28)
#endif
// Packet: 0x08d8
#if PACKETVER >= 20111004
-packetLen(0x08d8, 27) // ZC_ACK_ENTRY_QUEUE_APPLY
+packetLen(0x08d8, 27)
#endif
// Packet: 0x08d9
#if PACKETVER >= 20111004
-packetLen(0x08d9, 30) // ZC_NOTIFY_ENTRY_QUEUE_APPLY
+packetLen(0x08d9, 30)
#endif
// Packet: 0x08da
#if PACKETVER >= 20111004
-packetLen(0x08da, 26) // CZ_REQ_ENTRY_QUEUE_CANCEL
+packetLen(0x08da, 26)
#endif
// Packet: 0x08db
#if PACKETVER >= 20111004
-packetLen(0x08db, 27) // ZC_ACK_ENTRY_QUEUE_CANCEL
+packetLen(0x08db, 27)
#endif
// Packet: 0x08dc
#if PACKETVER >= 20111004
-packetLen(0x08dc, 26) // ZC_NOTIFY_ENTRY_QUEUE_ADMISSION
+packetLen(0x08dc, 26)
#endif
// Packet: 0x08dd
#if PACKETVER >= 20111004
-packetLen(0x08dd, 27) // CZ_REPLY_ENTRY_QUEUE_ADMISSION
+packetLen(0x08dd, 27)
#endif
// Packet: 0x08de
#if PACKETVER >= 20111004
-packetLen(0x08de, 27) // ZC_REPLY_ACK_ENTRY_QUEUE_ADMISSION
+packetLen(0x08de, 27)
#endif
// Packet: 0x08df
#if PACKETVER >= 20111004
-packetLen(0x08df, 50) // ZC_NOTIFY_LOBBY_ADMISSION
+packetLen(0x08df, 50)
#endif
// Packet: 0x08e0
#if PACKETVER >= 20111004
-packetLen(0x08e0, 51) // CZ_REPLY_LOBBY_ADMISSION
+packetLen(0x08e0, 51)
#endif
// Packet: 0x08e1
#if PACKETVER >= 20111004
-packetLen(0x08e1, 51) // ZC_REPLY_ACK_LOBBY_ADMISSION
+packetLen(0x08e1, 51)
#endif
// Packet: 0x08e2
#if PACKETVER >= 20111108
-packetLen(0x08e2, 25) // ZC_NAVIGATION_ACTIVE
+packetLen(0x08e2, 25)
#elif PACKETVER >= 20111004
-packetLen(0x08e2, 23) // ZC_NAVIGATION_ACTIVE
+packetLen(0x08e2, 23)
#endif
// Packet: 0x08e3
#if PACKETVER >= 20111025
-packetLen(0x08e3, 146) // HC_UPDATE_CHARINFO
+packetLen(0x08e3, 146)
#elif PACKETVER >= 20111017
-packetLen(0x08e3, 142) // HC_UPDATE_CHARINFO
+packetLen(0x08e3, 142)
#endif
// Packet: 0x08e4
#if PACKETVER >= 20111025
-packetLen(0x08e4, 6) // AC_SHUTDOWN_INFO
+packetLen(0x08e4, 6)
#endif
// Packet: 0x08e5
#if PACKETVER >= 20111025
-packetLen(0x08e5, 41) // CZ_PARTY_RECRUIT_REQ_REGISTER
+packetLen(0x08e5, 41)
#endif
// Packet: 0x08e6
#if PACKETVER >= 20111025
-packetLen(0x08e6, 4) // ZC_PARTY_RECRUIT_ACK_REGISTER
+packetLen(0x08e6, 4)
#endif
// Packet: 0x08e7
#if PACKETVER >= 20111025
-packetLen(0x08e7, 10) // CZ_PARTY_RECRUIT_REQ_SEARCH
+packetLen(0x08e7, 10)
#endif
// Packet: 0x08e8
@@ -4566,58 +4566,58 @@ packetLen(0x08e8, -1)
// Packet: 0x08e9
#if PACKETVER >= 20111025
-packetLen(0x08e9, 2) // CZ_PARTY_RECRUIT_REQ_DELETE
+packetLen(0x08e9, 2)
#endif
// Packet: 0x08ea
#if PACKETVER >= 20111025
-packetLen(0x08ea, 4) // ZC_PARTY_RECRUIT_ACK_DELETE
+packetLen(0x08ea, 4)
#endif
// Packet: 0x08eb
#if PACKETVER >= 20111025
-packetLen(0x08eb, 39) // CZ_PARTY_RECRUIT_REQ_UPDATE
+packetLen(0x08eb, 39)
#endif
// Packet: 0x08ec
#if PACKETVER >= 20111025
-packetLen(0x08ec, 73) // ZC_PARTY_RECRUIT_NOTIFY_INSERT
+packetLen(0x08ec, 73)
#endif
// Packet: 0x08ed
#if PACKETVER >= 20111025
-packetLen(0x08ed, 43) // ZC_PARTY_RECRUIT_NOTIFY_UPDATE
+packetLen(0x08ed, 43)
#endif
// Packet: 0x08ee
#if PACKETVER >= 20111025
-packetLen(0x08ee, 6) // ZC_PARTY_RECRUIT_NOTIFY_DELETE
+packetLen(0x08ee, 6)
#endif
// Packet: 0x08ef
#if PACKETVER >= 20111101
-packetLen(0x08ef, 6) // CZ_PARTY_RECRUIT_ADD_FILTERLINGLIST
+packetLen(0x08ef, 6)
#elif PACKETVER >= 20111025
-packetLen(0x08ef, -1) // CZ_PARTY_RECRUIT_ADD_FILTERLINGLIST
+packetLen(0x08ef, -1)
#endif
// Packet: 0x08f0
#if PACKETVER >= 20111101
-packetLen(0x08f0, 6) // CZ_PARTY_RECRUIT_SUB_FILTERLINGLIST
+packetLen(0x08f0, 6)
#elif PACKETVER >= 20111025
-packetLen(0x08f0, -1) // CZ_PARTY_RECRUIT_SUB_FILTERLINGLIST
+packetLen(0x08f0, -1)
#endif
// Packet: 0x08f1
#if PACKETVER >= 20111025
-packetLen(0x08f1, 6) // CZ_PARTY_RECRUIT_REQ_VOLUNTEER
+packetLen(0x08f1, 6)
#endif
// Packet: 0x08f2
#if PACKETVER >= 20111101
-packetLen(0x08f2, 36) // ZC_PARTY_RECRUIT_VOLUNTEER_INFO
+packetLen(0x08f2, 36)
#elif PACKETVER >= 20111025
-packetLen(0x08f2, 12) // ZC_PARTY_RECRUIT_VOLUNTEER_INFO
+packetLen(0x08f2, 12)
#endif
// Packet: 0x08f3
@@ -4627,154 +4627,154 @@ packetLen(0x08f3, -1)
// Packet: 0x08f4
#if PACKETVER >= 20111025
-packetLen(0x08f4, 6) // CZ_PARTY_RECRUIT_SHOW_EQUIPMENT
+packetLen(0x08f4, 6)
#endif
// Packet: 0x08f5
#if PACKETVER >= 20111108
-packetLen(0x08f5, -1) // CZ_UNKNOWN_BOOKING_SOMMON_MEMBER_08f5
+packetLen(0x08f5, -1)
#elif PACKETVER >= 20111025
-packetLen(0x08f5, 2) // CZ_UNKNOWN_BOOKING_SOMMON_MEMBER_08f5
+packetLen(0x08f5, 2)
#endif
// Packet: 0x08f6
#if PACKETVER >= 20111108
-packetLen(0x08f6, 22) // ZC_PARTY_RECRUIT_RECALL_COST
+packetLen(0x08f6, 22)
#elif PACKETVER >= 20111025
-packetLen(0x08f6, 6) // ZC_PARTY_RECRUIT_RECALL_COST
+packetLen(0x08f6, 6)
#endif
// Packet: 0x08f7
#if PACKETVER >= 20111108
-packetLen(0x08f7, 3) // CZ_PARTY_RECRUIT_ACK_RECALL
+packetLen(0x08f7, 3)
#elif PACKETVER >= 20111101
-packetLen(0x08f7, -1) // CZ_PARTY_RECRUIT_ACK_RECALL
+packetLen(0x08f7, -1)
#elif PACKETVER >= 20111025
-packetLen(0x08f7, 6) // CZ_PARTY_RECRUIT_ACK_RECALL
+packetLen(0x08f7, 6)
#endif
// Packet: 0x08f8
#if PACKETVER >= 20111108
-packetLen(0x08f8, 7) // ZC_PARTY_RECRUIT_FAILED_RECALL
+packetLen(0x08f8, 7)
#elif PACKETVER >= 20111025
-packetLen(0x08f8, 6) // ZC_PARTY_RECRUIT_FAILED_RECALL
+packetLen(0x08f8, 6)
#endif
// Packet: 0x08f9
#if PACKETVER >= 20111108
-packetLen(0x08f9, 6) // CZ_PARTY_RECRUIT_REFUSE_VOLUNTEER
+packetLen(0x08f9, 6)
#endif
// Packet: 0x08fa
#if PACKETVER >= 20111108
-packetLen(0x08fa, 6) // ZC_PARTY_RECRUIT_REFUSE_VOLUNTEER
+packetLen(0x08fa, 6)
#endif
// Packet: 0x08fb
#if PACKETVER >= 20111122
-packetLen(0x08fb, 6) // CZ_PARTY_RECRUIT_CANCEL_VOLUNTEER
+packetLen(0x08fb, 6)
#endif
// Packet: 0x08fc
#if PACKETVER >= 20111101
-packetLen(0x08fc, 30) // CH_REQ_CHANGE_CHARACTERNAME
+packetLen(0x08fc, 30)
#endif
// Packet: 0x08fd
#if PACKETVER >= 20111101
-packetLen(0x08fd, 6) // CH_ACK_CHANGE_CHARACTERNAME
+packetLen(0x08fd, 6)
#endif
// Packet: 0x08fe
#if PACKETVER >= 20111101
-packetLen(0x08fe, -1) // ZC_HUNTING_QUEST_INFO
+packetLen(0x08fe, -1)
#endif
// Packet: 0x08ff
#if PACKETVER >= 20111101
-packetLen(0x08ff, 24) // ZC_EFST_SET_ENTER
+packetLen(0x08ff, 24)
#endif
// Packet: 0x0900
#if PACKETVER >= 20111122
-packetLen(0x0900, -1) // ZC_INVENTORY_ITEMLIST_NORMAL
+packetLen(0x0900, -1)
#endif
// Packet: 0x0901
#if PACKETVER >= 20111122
-packetLen(0x0901, -1) // ZC_INVENTORY_ITEMLIST_EQUIP
+packetLen(0x0901, -1)
#endif
// Packet: 0x0902
#if PACKETVER >= 20111122
-packetLen(0x0902, -1) // ZC_CART_ITEMLIST_NORMAL
+packetLen(0x0902, -1)
#endif
// Packet: 0x0903
#if PACKETVER >= 20111122
-packetLen(0x0903, -1) // ZC_CART_ITEMLIST_EQUIP
+packetLen(0x0903, -1)
#endif
// Packet: 0x0904
#if PACKETVER >= 20111122
-packetLen(0x0904, -1) // ZC_STORE_ITEMLIST_NORMAL
+packetLen(0x0904, -1)
#endif
// Packet: 0x0905
#if PACKETVER >= 20111122
-packetLen(0x0905, -1) // ZC_STORE_ITEMLIST_EQUIP
+packetLen(0x0905, -1)
#endif
// Packet: 0x0906
#if PACKETVER >= 20111122
-packetLen(0x0906, -1) // ZC_MICROSCOPE
+packetLen(0x0906, -1)
#endif
// Packet: 0x0907
#if PACKETVER >= 20111122
-packetLen(0x0907, 5) // CZ_INVENTORY_TAB
+packetLen(0x0907, 5)
#endif
// Packet: 0x0908
#if PACKETVER >= 20111122
-packetLen(0x0908, 5) // ZC_INVENTORY_TAB
+packetLen(0x0908, 5)
#endif
// Packet: 0x0909
#if PACKETVER >= 20111122
-packetLen(0x0909, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER
+packetLen(0x0909, 6)
#endif
// Packet: 0x090a
#if PACKETVER >= 20111207
-packetLen(0x090a, 26) // CZ_REQ_ENTRY_QUEUE_RANKING
+packetLen(0x090a, 26)
#endif
// Packet: 0x090b
#if PACKETVER >= 20111207
-packetLen(0x090b, 30) // ZC_PARTY_RECRUIT_ADD_FILTERLINGLIST
+packetLen(0x090b, 30)
#endif
// Packet: 0x090c
#if PACKETVER >= 20111207
-packetLen(0x090c, 30) // ZC_PARTY_RECRUIT_SUB_FILTERLINGLIST
+packetLen(0x090c, 30)
#endif
// Packet: 0x090d
#if PACKETVER >= 20111227
-packetLen(0x090d, -1) // ZC_PREMIUM_CAMPAIGN_INFO
+packetLen(0x090d, -1)
#endif
// Packet: 0x090e
#if PACKETVER >= 20111227
-packetLen(0x090e, 2) // ZC_ENTRY_QUEUE_INIT
+packetLen(0x090e, 2)
#endif
// Packet: 0x09dc
#if PACKETVER >= 20110810
// removed
#elif PACKETVER >= 20110803
-packetLen(0x09dc, 2) // ZC_NOTIFY_NEWENTRY10
+packetLen(0x09dc, 2)
#endif
diff --git a/src/common/packets/packets2012_len_main.h b/src/common/packets/packets2012_len_main.h
index 7784ee39a..116526aa5 100644
--- a/src/common/packets/packets2012_len_main.h
+++ b/src/common/packets/packets2012_len_main.h
@@ -2,8 +2,8 @@
* This file is part of Hercules.
* http://herc.ws - http://github.com/HerculesWS/Hercules
*
- * Copyright (C) 2019 Hercules Dev Team
- * Copyright (C) 2019 Andrei Karas (4144)
+ * Copyright (C) 2018-2019 Hercules Dev Team
+ * Copyright (C) 2018-2019 Andrei Karas (4144)
*
* Hercules is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -25,4549 +25,4549 @@
/* This file is autogenerated, please do not commit manual changes */
// Packet: 0x0064
-packetLen(0x0064, 55) // CA_LOGIN
+packetLen(0x0064, 55)
// Packet: 0x0065
-packetLen(0x0065, 17) // CH_ENTER
+packetLen(0x0065, 17)
// Packet: 0x0066
-packetLen(0x0066, 3) // CH_SELECT_CHAR
+packetLen(0x0066, 3)
// Packet: 0x0067
-packetLen(0x0067, 37) // CH_MAKE_CHAR
+packetLen(0x0067, 37)
// Packet: 0x0068
-packetLen(0x0068, 46) // CH_DELETE_CHAR
+packetLen(0x0068, 46)
// Packet: 0x0069
-packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+packetLen(0x0069, -1)
// Packet: 0x006a
-packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+packetLen(0x006a, 23)
// Packet: 0x006b
-packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+packetLen(0x006b, -1)
// Packet: 0x006c
-packetLen(0x006c, 3) // HC_REFUSE_ENTER
+packetLen(0x006c, 3)
// Packet: 0x006d
-packetLen(0x006d, 146) // HC_ACCEPT_MAKECHAR
+packetLen(0x006d, 146)
// Packet: 0x006e
-packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+packetLen(0x006e, 3)
// Packet: 0x006f
-packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+packetLen(0x006f, 2)
// Packet: 0x0070
-packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+packetLen(0x0070, 3)
// Packet: 0x0071
-packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+packetLen(0x0071, 28)
// Packet: 0x0072
-packetLen(0x0072, 22) // CZ_ENTER
+packetLen(0x0072, 22)
// Packet: 0x0073
-packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 11)
// Packet: 0x0074
-packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+packetLen(0x0074, 3)
// Packet: 0x0075
-packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, -1)
// Packet: 0x0076
-packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+packetLen(0x0076, 9)
// Packet: 0x0077
-packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 5)
// Packet: 0x0078
-packetLen(0x0078, 55) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, 55)
// Packet: 0x0079
-packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, 53)
// Packet: 0x007a
-packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, 58)
// Packet: 0x007b
-packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, 60)
// Packet: 0x007c
-packetLen(0x007c, 44) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, 44)
// Packet: 0x007d
-packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, 2)
// Packet: 0x007e
-packetLen(0x007e, 105) // CZ_REQUEST_TIME
+packetLen(0x007e, 105)
// Packet: 0x007f
-packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+packetLen(0x007f, 6)
// Packet: 0x0080
-packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+packetLen(0x0080, 7)
// Packet: 0x0081
-packetLen(0x0081, 3) // SC_NOTIFY_BAN
+packetLen(0x0081, 3)
// Packet: 0x0082
-packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+packetLen(0x0082, 2)
// Packet: 0x0083
-packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 2)
// Packet: 0x0084
-packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+packetLen(0x0084, 2)
// Packet: 0x0085
-packetLen(0x0085, 10) // CZ_REQUEST_MOVE
+packetLen(0x0085, 10)
// Packet: 0x0086
-packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 16)
// Packet: 0x0087
-packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 12)
// Packet: 0x0088
-packetLen(0x0088, 10) // ZC_STOPMOVE
+packetLen(0x0088, 10)
// Packet: 0x0089
-packetLen(0x0089, 11) // CZ_REQUEST_ACT
+packetLen(0x0089, 11)
// Packet: 0x008a
-packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+packetLen(0x008a, 29)
// Packet: 0x008b
-packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+packetLen(0x008b, 23)
// Packet: 0x008c
packetLen(0x008c, 14)
// Packet: 0x008d
-packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+packetLen(0x008d, -1)
// Packet: 0x008e
-packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, -1)
// Packet: 0x0090
-packetLen(0x0090, 7) // CZ_CONTACTNPC
+packetLen(0x0090, 7)
// Packet: 0x0091
-packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, 22)
// Packet: 0x0092
-packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 28)
// Packet: 0x0093
-packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+packetLen(0x0093, 2)
// Packet: 0x0094
-packetLen(0x0094, 19) // CZ_REQNAME
+packetLen(0x0094, 19)
// Packet: 0x0095
-packetLen(0x0095, 30) // ZC_ACK_REQNAME
+packetLen(0x0095, 30)
// Packet: 0x0096
-packetLen(0x0096, -1) // CZ_WHISPER
+packetLen(0x0096, -1)
// Packet: 0x0097
-packetLen(0x0097, -1) // ZC_WHISPER
+packetLen(0x0097, -1)
// Packet: 0x0098
-packetLen(0x0098, 3) // ZC_ACK_WHISPER
+packetLen(0x0098, 3)
// Packet: 0x0099
-packetLen(0x0099, -1) // CZ_BROADCAST
+packetLen(0x0099, -1)
// Packet: 0x009a
-packetLen(0x009a, -1) // ZC_BROADCAST
+packetLen(0x009a, -1)
// Packet: 0x009b
-packetLen(0x009b, 34) // CZ_CHANGE_DIRECTION
+packetLen(0x009b, 34)
// Packet: 0x009c
-packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, 9)
// Packet: 0x009d
-packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+packetLen(0x009d, 17)
// Packet: 0x009e
-packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 17)
// Packet: 0x009f
-packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+packetLen(0x009f, 20)
// Packet: 0x00a0
-packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, 23)
// Packet: 0x00a1
-packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, 6)
// Packet: 0x00a2
-packetLen(0x00a2, 14) // CZ_ITEM_THROW
+packetLen(0x00a2, 14)
// Packet: 0x00a3
-packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, -1)
// Packet: 0x00a4
-packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, -1)
// Packet: 0x00a5
-packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, -1)
// Packet: 0x00a6
-packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, -1)
// Packet: 0x00a7
packetLen(0x00a7, 9)
// Packet: 0x00a8
-packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 7)
// Packet: 0x00a9
-packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, 6)
// Packet: 0x00aa
-packetLen(0x00aa, 9) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 9)
// Packet: 0x00ab
-packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, 4)
// Packet: 0x00ac
-packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, 7)
// Packet: 0x00ae
-packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+packetLen(0x00ae, -1)
// Packet: 0x00af
-packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, 6)
// Packet: 0x00b0
-packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+packetLen(0x00b0, 8)
// Packet: 0x00b1
-packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, 8)
// Packet: 0x00b2
-packetLen(0x00b2, 3) // CZ_RESTART
+packetLen(0x00b2, 3)
// Packet: 0x00b3
-packetLen(0x00b3, 3) // ZC_RESTART_ACK
+packetLen(0x00b3, 3)
// Packet: 0x00b4
-packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+packetLen(0x00b4, -1)
// Packet: 0x00b5
-packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 6)
// Packet: 0x00b6
-packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 6)
// Packet: 0x00b7
-packetLen(0x00b7, -1) // ZC_MENU_LIST
+packetLen(0x00b7, -1)
// Packet: 0x00b8
-packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+packetLen(0x00b8, 7)
// Packet: 0x00b9
-packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, 6)
// Packet: 0x00ba
-packetLen(0x00ba, 2) // CZ_REQ_STATUS
+packetLen(0x00ba, 2)
// Packet: 0x00bb
-packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+packetLen(0x00bb, 5)
// Packet: 0x00bc
-packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 6)
// Packet: 0x00bd
-packetLen(0x00bd, 44) // ZC_STATUS
+packetLen(0x00bd, 44)
// Packet: 0x00be
-packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+packetLen(0x00be, 5)
// Packet: 0x00bf
-packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+packetLen(0x00bf, 3)
// Packet: 0x00c0
-packetLen(0x00c0, 7) // ZC_EMOTION
+packetLen(0x00c0, 7)
// Packet: 0x00c1
-packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, 2)
// Packet: 0x00c2
-packetLen(0x00c2, 6) // ZC_USER_COUNT
+packetLen(0x00c2, 6)
// Packet: 0x00c3
-packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, 8)
// Packet: 0x00c4
-packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, 6)
// Packet: 0x00c5
-packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, 7)
// Packet: 0x00c6
-packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, -1)
// Packet: 0x00c7
-packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, -1)
// Packet: 0x00c8
-packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, -1)
// Packet: 0x00c9
-packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, -1)
// Packet: 0x00ca
-packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, 3)
// Packet: 0x00cb
-packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+packetLen(0x00cb, 3)
// Packet: 0x00cc
-packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, 6)
// Packet: 0x00cd
-packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+packetLen(0x00cd, 3)
// Packet: 0x00ce
-packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 2)
// Packet: 0x00cf
-packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 27)
// Packet: 0x00d0
-packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, 3)
// Packet: 0x00d1
-packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, 4)
// Packet: 0x00d2
-packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 4)
// Packet: 0x00d3
-packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 2)
// Packet: 0x00d4
-packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+packetLen(0x00d4, -1)
// Packet: 0x00d5
-packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, -1)
// Packet: 0x00d6
-packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 3)
// Packet: 0x00d7
-packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, -1)
// Packet: 0x00d8
-packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+packetLen(0x00d8, 6)
// Packet: 0x00d9
-packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, 14)
// Packet: 0x00da
-packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, 3)
// Packet: 0x00db
-packetLen(0x00db, -1) // ZC_ENTER_ROOM
+packetLen(0x00db, -1)
// Packet: 0x00dc
-packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 28)
// Packet: 0x00dd
-packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+packetLen(0x00dd, 29)
// Packet: 0x00de
-packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, -1)
// Packet: 0x00df
-packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, -1)
// Packet: 0x00e0
-packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, 30)
// Packet: 0x00e1
-packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+packetLen(0x00e1, 30)
// Packet: 0x00e2
-packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, 26)
// Packet: 0x00e3
-packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+packetLen(0x00e3, 2)
// Packet: 0x00e4
-packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 6)
// Packet: 0x00e5
-packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 26)
// Packet: 0x00e6
-packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, 3)
// Packet: 0x00e7
-packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 3)
// Packet: 0x00e8
-packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, 8)
// Packet: 0x00e9
-packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 19)
// Packet: 0x00ea
-packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 5)
// Packet: 0x00eb
-packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 2)
// Packet: 0x00ec
-packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 3)
// Packet: 0x00ed
-packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, 2)
// Packet: 0x00ee
-packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, 2)
// Packet: 0x00ef
-packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 2)
// Packet: 0x00f0
-packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 3)
// Packet: 0x00f1
-packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+packetLen(0x00f1, 2)
// Packet: 0x00f2
-packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 6)
// Packet: 0x00f3
-packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+packetLen(0x00f3, -1)
// Packet: 0x00f4
-packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 21)
// Packet: 0x00f5
-packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+packetLen(0x00f5, 11)
// Packet: 0x00f6
-packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 8)
// Packet: 0x00f7
-packetLen(0x00f7, 17) // CZ_REQUEST_TIME
+packetLen(0x00f7, 17)
// Packet: 0x00f8
-packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+packetLen(0x00f8, 2)
// Packet: 0x00f9
-packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+packetLen(0x00f9, 26)
// Packet: 0x00fa
-packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, 3)
// Packet: 0x00fb
-packetLen(0x00fb, -1) // ZC_GROUP_LIST
+packetLen(0x00fb, -1)
// Packet: 0x00fc
-packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, 6)
// Packet: 0x00fd
-packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, 27)
// Packet: 0x00fe
-packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, 30)
// Packet: 0x00ff
-packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+packetLen(0x00ff, 10)
// Packet: 0x0100
-packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, 2)
// Packet: 0x0101
-packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, 6)
// Packet: 0x0102
-packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 6)
// Packet: 0x0103
-packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 30)
// Packet: 0x0104
-packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, 79)
// Packet: 0x0105
-packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, 31)
// Packet: 0x0106
-packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, 10)
// Packet: 0x0107
-packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, 10)
// Packet: 0x0108
-packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, -1)
// Packet: 0x0109
-packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, -1)
// Packet: 0x010a
-packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 4)
// Packet: 0x010b
-packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, 6)
// Packet: 0x010c
-packetLen(0x010c, 6) // ZC_MVP
+packetLen(0x010c, 6)
// Packet: 0x010d
-packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+packetLen(0x010d, 2)
// Packet: 0x010e
-packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, 11)
// Packet: 0x010f
-packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+packetLen(0x010f, -1)
// Packet: 0x0110
-packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, 10)
// Packet: 0x0111
-packetLen(0x0111, 39) // ZC_ADD_SKILL
+packetLen(0x0111, 39)
// Packet: 0x0112
-packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, 4)
// Packet: 0x0113
-packetLen(0x0113, 25) // CZ_USE_SKILL
+packetLen(0x0113, 25)
// Packet: 0x0114
-packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+packetLen(0x0114, 31)
// Packet: 0x0115
-packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+packetLen(0x0115, 35)
// Packet: 0x0116
-packetLen(0x0116, 17) // CZ_USE_SKILL_TOGROUND
+packetLen(0x0116, 17)
// Packet: 0x0117
-packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, 18)
// Packet: 0x0118
-packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+packetLen(0x0118, 2)
// Packet: 0x0119
-packetLen(0x0119, 13) // ZC_STATE_CHANGE
+packetLen(0x0119, 13)
// Packet: 0x011a
-packetLen(0x011a, 15) // ZC_USE_SKILL
+packetLen(0x011a, 15)
// Packet: 0x011b
-packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, 20)
// Packet: 0x011c
-packetLen(0x011c, 68) // ZC_WARPLIST
+packetLen(0x011c, 68)
// Packet: 0x011d
-packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 2)
// Packet: 0x011e
-packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, 3)
// Packet: 0x011f
-packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+packetLen(0x011f, 16)
// Packet: 0x0120
-packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, 6)
// Packet: 0x0121
-packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, 14)
// Packet: 0x0122
-packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, -1)
// Packet: 0x0123
-packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, -1)
// Packet: 0x0124
-packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 21)
// Packet: 0x0125
-packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 8)
// Packet: 0x0126
-packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 8)
// Packet: 0x0127
-packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, 8)
// Packet: 0x0128
-packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 8)
// Packet: 0x0129
-packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, 8)
// Packet: 0x012a
-packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+packetLen(0x012a, 2)
// Packet: 0x012b
-packetLen(0x012b, 2) // ZC_CARTOFF
+packetLen(0x012b, 2)
// Packet: 0x012c
-packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 3)
// Packet: 0x012d
-packetLen(0x012d, 4) // ZC_OPENSTORE
+packetLen(0x012d, 4)
// Packet: 0x012e
-packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, 2)
// Packet: 0x012f
-packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+packetLen(0x012f, -1)
// Packet: 0x0130
-packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, 6)
// Packet: 0x0131
-packetLen(0x0131, 86) // ZC_STORE_ENTRY
+packetLen(0x0131, 86)
// Packet: 0x0132
-packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, 6)
// Packet: 0x0133
-packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, -1)
// Packet: 0x0134
-packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, -1)
// Packet: 0x0135
-packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, 7)
// Packet: 0x0136
-packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, -1)
// Packet: 0x0137
-packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, 6)
// Packet: 0x0138
-packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+packetLen(0x0138, 3)
// Packet: 0x0139
-packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, 16)
// Packet: 0x013a
-packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+packetLen(0x013a, 4)
// Packet: 0x013b
-packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+packetLen(0x013b, 4)
// Packet: 0x013c
-packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+packetLen(0x013c, 4)
// Packet: 0x013d
-packetLen(0x013d, 6) // ZC_RECOVERY
+packetLen(0x013d, 6)
// Packet: 0x013e
-packetLen(0x013e, 24) // ZC_USESKILL_ACK
+packetLen(0x013e, 24)
// Packet: 0x013f
-packetLen(0x013f, 26) // CZ_ITEM_CREATE
+packetLen(0x013f, 26)
// Packet: 0x0140
-packetLen(0x0140, 22) // CZ_MOVETO_MAP
+packetLen(0x0140, 22)
// Packet: 0x0141
-packetLen(0x0141, 14) // ZC_COUPLESTATUS
+packetLen(0x0141, 14)
// Packet: 0x0142
-packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+packetLen(0x0142, 6)
// Packet: 0x0143
-packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+packetLen(0x0143, 10)
// Packet: 0x0144
-packetLen(0x0144, 23) // ZC_COMPASS
+packetLen(0x0144, 23)
// Packet: 0x0145
-packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+packetLen(0x0145, 19)
// Packet: 0x0146
-packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+packetLen(0x0146, 6)
// Packet: 0x0147
-packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+packetLen(0x0147, 39)
// Packet: 0x0148
-packetLen(0x0148, 8) // ZC_RESURRECTION
+packetLen(0x0148, 8)
// Packet: 0x0149
-packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, 9)
// Packet: 0x014a
-packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+packetLen(0x014a, 6)
// Packet: 0x014b
-packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+packetLen(0x014b, 27)
// Packet: 0x014c
-packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, -1)
// Packet: 0x014d
-packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 2)
// Packet: 0x014e
-packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+packetLen(0x014e, 6)
// Packet: 0x014f
-packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, 6)
// Packet: 0x0150
-packetLen(0x0150, 110) // ZC_GUILD_INFO
+packetLen(0x0150, 110)
// Packet: 0x0151
-packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+packetLen(0x0151, 6)
// Packet: 0x0152
-packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+packetLen(0x0152, -1)
// Packet: 0x0153
-packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+packetLen(0x0153, -1)
// Packet: 0x0154
-packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, -1)
// Packet: 0x0155
-packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, -1)
// Packet: 0x0156
-packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+packetLen(0x0156, -1)
// Packet: 0x0157
-packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+packetLen(0x0157, 6)
// Packet: 0x0159
-packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, 54)
// Packet: 0x015a
-packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 66)
// Packet: 0x015b
-packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 54)
// Packet: 0x015c
-packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, 90)
// Packet: 0x015d
-packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+packetLen(0x015d, 42)
// Packet: 0x015e
-packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, 6)
// Packet: 0x015f
-packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+packetLen(0x015f, 42)
// Packet: 0x0160
-packetLen(0x0160, -1) // ZC_POSITION_INFO
+packetLen(0x0160, -1)
// Packet: 0x0161
-packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, -1)
// Packet: 0x0162
-packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, -1)
// Packet: 0x0163
-packetLen(0x0163, -1) // ZC_BAN_LIST
+packetLen(0x0163, -1)
// Packet: 0x0164
-packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+packetLen(0x0164, -1)
// Packet: 0x0165
-packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, 30)
// Packet: 0x0166
-packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, -1)
// Packet: 0x0167
-packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 3)
// Packet: 0x0168
-packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, 14)
// Packet: 0x0169
-packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 3)
// Packet: 0x016a
-packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, 30)
// Packet: 0x016b
-packetLen(0x016b, 10) // CZ_JOIN_GUILD
+packetLen(0x016b, 10)
// Packet: 0x016c
-packetLen(0x016c, 43) // ZC_UPDATE_GDID
+packetLen(0x016c, 43)
// Packet: 0x016d
-packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 14)
// Packet: 0x016e
-packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+packetLen(0x016e, 186)
// Packet: 0x016f
-packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+packetLen(0x016f, 182)
// Packet: 0x0170
-packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 14)
// Packet: 0x0171
-packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, 30)
// Packet: 0x0172
-packetLen(0x0172, 10) // CZ_ALLY_GUILD
+packetLen(0x0172, 10)
// Packet: 0x0173
-packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+packetLen(0x0173, 3)
// Packet: 0x0174
-packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0174, -1)
// Packet: 0x0175
-packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+packetLen(0x0175, 6)
// Packet: 0x0176
-packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+packetLen(0x0176, 106)
// Packet: 0x0177
-packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, -1)
// Packet: 0x0178
-packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, 4)
// Packet: 0x0179
-packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 5)
// Packet: 0x017a
-packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, 4)
// Packet: 0x017b
-packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, -1)
// Packet: 0x017c
-packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, 6)
// Packet: 0x017d
-packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 7)
// Packet: 0x017e
-packetLen(0x017e, -1) // CZ_GUILD_CHAT
+packetLen(0x017e, -1)
// Packet: 0x017f
-packetLen(0x017f, -1) // ZC_GUILD_CHAT
+packetLen(0x017f, -1)
// Packet: 0x0180
-packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+packetLen(0x0180, 6)
// Packet: 0x0181
-packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+packetLen(0x0181, 3)
// Packet: 0x0182
-packetLen(0x0182, 106) // ZC_MEMBER_ADD
+packetLen(0x0182, 106)
// Packet: 0x0183
-packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+packetLen(0x0183, 10)
// Packet: 0x0184
-packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+packetLen(0x0184, 10)
// Packet: 0x0185
-packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+packetLen(0x0185, 34)
// Packet: 0x0187
-packetLen(0x0187, 6) // CH_UNKNOWN_PING
+packetLen(0x0187, 6)
// Packet: 0x0188
-packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, 8)
// Packet: 0x0189
-packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, 4)
// Packet: 0x018a
-packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+packetLen(0x018a, 4)
// Packet: 0x018b
-packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, 4)
// Packet: 0x018c
-packetLen(0x018c, 29) // ZC_MONSTER_INFO
+packetLen(0x018c, 29)
// Packet: 0x018d
-packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, -1)
// Packet: 0x018e
-packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+packetLen(0x018e, 10)
// Packet: 0x018f
-packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 6)
// Packet: 0x0190
-packetLen(0x0190, 23) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+packetLen(0x0190, 23)
// Packet: 0x0191
-packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+packetLen(0x0191, 86)
// Packet: 0x0192
-packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+packetLen(0x0192, 24)
// Packet: 0x0193
-packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+packetLen(0x0193, 2)
// Packet: 0x0194
-packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 30)
// Packet: 0x0195
-packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 102)
// Packet: 0x0196
-packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, 9)
// Packet: 0x0197
-packetLen(0x0197, 4) // CZ_RESET
+packetLen(0x0197, 4)
// Packet: 0x0198
-packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+packetLen(0x0198, 8)
// Packet: 0x0199
-packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, 4)
// Packet: 0x019a
-packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 14)
// Packet: 0x019b
-packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 10)
// Packet: 0x019c
-packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+packetLen(0x019c, -1)
// Packet: 0x019d
-packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, 6)
// Packet: 0x019e
-packetLen(0x019e, 2) // ZC_START_CAPTURE
+packetLen(0x019e, 2)
// Packet: 0x019f
-packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, 6)
// Packet: 0x01a0
-packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, 3)
// Packet: 0x01a1
-packetLen(0x01a1, 3) // CZ_COMMAND_PET
+packetLen(0x01a1, 3)
// Packet: 0x01a2
-packetLen(0x01a2, 37) // ZC_PROPERTY_PET
+packetLen(0x01a2, 37)
// Packet: 0x01a3
-packetLen(0x01a3, 5) // ZC_FEED_PET
+packetLen(0x01a3, 5)
// Packet: 0x01a4
-packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, 11)
// Packet: 0x01a5
-packetLen(0x01a5, 26) // CZ_RENAME_PET
+packetLen(0x01a5, 26)
// Packet: 0x01a6
-packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+packetLen(0x01a6, -1)
// Packet: 0x01a7
-packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 4)
// Packet: 0x01a8
-packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+packetLen(0x01a8, 4)
// Packet: 0x01a9
-packetLen(0x01a9, 6) // CZ_PET_ACT
+packetLen(0x01a9, 6)
// Packet: 0x01aa
-packetLen(0x01aa, 10) // ZC_PET_ACT
+packetLen(0x01aa, 10)
// Packet: 0x01ab
-packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, 12)
// Packet: 0x01ac
-packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+packetLen(0x01ac, 6)
// Packet: 0x01ad
-packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, -1)
// Packet: 0x01ae
-packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, 4)
// Packet: 0x01af
-packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+packetLen(0x01af, 4)
// Packet: 0x01b0
-packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, 11)
// Packet: 0x01b1
-packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+packetLen(0x01b1, 7)
// Packet: 0x01b2
-packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, -1)
// Packet: 0x01b3
-packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, 67)
// Packet: 0x01b4
-packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+packetLen(0x01b4, 12)
// Packet: 0x01b5
-packetLen(0x01b5, 18) // SC_BILLING_INFO
+packetLen(0x01b5, 18)
// Packet: 0x01b6
-packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+packetLen(0x01b6, 114)
// Packet: 0x01b7
-packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+packetLen(0x01b7, 6)
// Packet: 0x01b8
-packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+packetLen(0x01b8, 3)
// Packet: 0x01b9
-packetLen(0x01b9, 6) // ZC_DISPEL
+packetLen(0x01b9, 6)
// Packet: 0x01ba
-packetLen(0x01ba, 26) // CZ_REMOVE_AID
+packetLen(0x01ba, 26)
// Packet: 0x01bb
-packetLen(0x01bb, 26) // CZ_SHIFT
+packetLen(0x01bb, 26)
// Packet: 0x01bc
-packetLen(0x01bc, 26) // CZ_RECALL
+packetLen(0x01bc, 26)
// Packet: 0x01bd
-packetLen(0x01bd, 26) // CZ_RECALL_GID
+packetLen(0x01bd, 26)
// Packet: 0x01be
-packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+packetLen(0x01be, 2)
// Packet: 0x01bf
-packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+packetLen(0x01bf, 3)
// Packet: 0x01c0
-packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+packetLen(0x01c0, 2)
// Packet: 0x01c1
-packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+packetLen(0x01c1, 14)
// Packet: 0x01c2
-packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+packetLen(0x01c2, 10)
// Packet: 0x01c3
-packetLen(0x01c3, -1) // ZC_BROADCAST2
+packetLen(0x01c3, -1)
// Packet: 0x01c4
-packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 22)
// Packet: 0x01c5
-packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 22)
// Packet: 0x01c6
-packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+packetLen(0x01c6, 4)
// Packet: 0x01c7
-packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+packetLen(0x01c7, 2)
// Packet: 0x01c8
-packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, 13)
// Packet: 0x01c9
-packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 97)
// Packet: 0x01ca
-packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+packetLen(0x01ca, 3)
// Packet: 0x01cb
-packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+packetLen(0x01cb, 9)
// Packet: 0x01cc
-packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+packetLen(0x01cc, 9)
// Packet: 0x01cd
-packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, 30)
// Packet: 0x01ce
-packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, 6)
// Packet: 0x01cf
-packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+packetLen(0x01cf, 28)
// Packet: 0x01d0
-packetLen(0x01d0, 8) // ZC_SPIRITS
+packetLen(0x01d0, 8)
// Packet: 0x01d1
-packetLen(0x01d1, 14) // ZC_BLADESTOP
+packetLen(0x01d1, 14)
// Packet: 0x01d2
-packetLen(0x01d2, 10) // ZC_COMBODELAY
+packetLen(0x01d2, 10)
// Packet: 0x01d3
-packetLen(0x01d3, 35) // ZC_SOUND
+packetLen(0x01d3, 35)
// Packet: 0x01d4
-packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, 6)
// Packet: 0x01d5
-packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, -1)
// Packet: 0x01d6
-packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 4)
// Packet: 0x01d7
-packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 11)
// Packet: 0x01d8
-packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 54)
// Packet: 0x01d9
-packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 53)
// Packet: 0x01da
-packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 60)
// Packet: 0x01db
-packetLen(0x01db, 2) // CA_REQ_HASH
+packetLen(0x01db, 2)
// Packet: 0x01dc
-packetLen(0x01dc, -1) // AC_ACK_HASH
+packetLen(0x01dc, -1)
// Packet: 0x01dd
-packetLen(0x01dd, 47) // CA_LOGIN2
+packetLen(0x01dd, 47)
// Packet: 0x01de
-packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 33)
// Packet: 0x01df
-packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+packetLen(0x01df, 6)
// Packet: 0x01e0
-packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+packetLen(0x01e0, 30)
// Packet: 0x01e1
-packetLen(0x01e1, 8) // ZC_SPIRITS2
+packetLen(0x01e1, 8)
// Packet: 0x01e2
-packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+packetLen(0x01e2, 34)
// Packet: 0x01e3
-packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+packetLen(0x01e3, 14)
// Packet: 0x01e4
-packetLen(0x01e4, 2) // ZC_START_COUPLE
+packetLen(0x01e4, 2)
// Packet: 0x01e5
-packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+packetLen(0x01e5, 6)
// Packet: 0x01e6
-packetLen(0x01e6, 26) // ZC_COUPLENAME
+packetLen(0x01e6, 26)
// Packet: 0x01e7
-packetLen(0x01e7, 2) // CZ_DORIDORI
+packetLen(0x01e7, 2)
// Packet: 0x01e8
-packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 28)
// Packet: 0x01e9
-packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, 81)
// Packet: 0x01ea
-packetLen(0x01ea, 6) // ZC_CONGRATULATION
+packetLen(0x01ea, 6)
// Packet: 0x01eb
-packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, 10)
// Packet: 0x01ec
-packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+packetLen(0x01ec, 26)
// Packet: 0x01ed
-packetLen(0x01ed, 2) // CZ_CHOPOKGI
+packetLen(0x01ed, 2)
// Packet: 0x01ee
-packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, -1)
// Packet: 0x01ef
-packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, -1)
// Packet: 0x01f0
-packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, -1)
// Packet: 0x01f1
-packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+packetLen(0x01f1, -1)
// Packet: 0x01f2
-packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, 20)
// Packet: 0x01f3
-packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+packetLen(0x01f3, 10)
// Packet: 0x01f4
-packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, 32)
// Packet: 0x01f5
-packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, 9)
// Packet: 0x01f6
-packetLen(0x01f6, 34) // ZC_REQ_BABY
+packetLen(0x01f6, 34)
// Packet: 0x01f7
-packetLen(0x01f7, 14) // CZ_JOIN_BABY
+packetLen(0x01f7, 14)
// Packet: 0x01f8
-packetLen(0x01f8, 2) // ZC_START_BABY
+packetLen(0x01f8, 2)
// Packet: 0x01f9
-packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+packetLen(0x01f9, 6)
// Packet: 0x01fa
-packetLen(0x01fa, 48) // CA_LOGIN3
+packetLen(0x01fa, 48)
// Packet: 0x01fb
-packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+packetLen(0x01fb, 56)
// Packet: 0x01fc
-packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, -1)
// Packet: 0x01fd
-packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 15)
// Packet: 0x01fe
-packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, 5)
// Packet: 0x01ff
-packetLen(0x01ff, 10) // ZC_HIGHJUMP
+packetLen(0x01ff, 10)
// Packet: 0x0200
-packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+packetLen(0x0200, 26)
// Packet: 0x0201
-packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+packetLen(0x0201, -1)
// Packet: 0x0202
#if PACKETVER >= 20121227
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20121128
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20121121
-packetLen(0x0202, 10) // CZ_ADD_FRIENDS
+packetLen(0x0202, 10)
#elif PACKETVER >= 20121017
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20121010
-packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+packetLen(0x0202, -1)
#elif PACKETVER >= 20120925
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20120919
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20120814
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20120808
-packetLen(0x0202, 12) // CZ_ADD_FRIENDS
+packetLen(0x0202, 12)
#elif PACKETVER >= 20120724
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20120716
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20120710
-packetLen(0x0202, 6) // CZ_ADD_FRIENDS
+packetLen(0x0202, 6)
#elif PACKETVER >= 20120626
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20120612
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20120515
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20120508
-packetLen(0x0202, 90) // CZ_ADD_FRIENDS
+packetLen(0x0202, 90)
#elif PACKETVER >= 20120503
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20120424
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20120417
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20120214
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20120131
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20120120
-packetLen(0x0202, 12) // CZ_ADD_FRIENDS
+packetLen(0x0202, 12)
#elif PACKETVER >= 20120117
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20120110
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20120103
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#endif
// Packet: 0x0203
-packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+packetLen(0x0203, 10)
// Packet: 0x0204
-packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+packetLen(0x0204, 18)
// Packet: 0x0205
-packetLen(0x0205, 26) // ZC_DIVORCE
+packetLen(0x0205, 26)
// Packet: 0x0206
-packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+packetLen(0x0206, 11)
// Packet: 0x0207
-packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, 34)
// Packet: 0x0208
-packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, 14)
// Packet: 0x0209
-packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, 36)
// Packet: 0x020a
-packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 10)
// Packet: 0x020d
-packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+packetLen(0x020d, -1)
// Packet: 0x020e
-packetLen(0x020e, 32) // ZC_STARSKILL
+packetLen(0x020e, 32)
// Packet: 0x0212
-packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+packetLen(0x0212, 26)
// Packet: 0x0213
-packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+packetLen(0x0213, 26)
// Packet: 0x0214
-packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+packetLen(0x0214, 42)
// Packet: 0x0215
-packetLen(0x0215, 6) // ZC_SKILLMSG
+packetLen(0x0215, 6)
// Packet: 0x0216
-packetLen(0x0216, 6) // ZC_BABYMSG
+packetLen(0x0216, 6)
// Packet: 0x0217
-packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 2)
// Packet: 0x0218
-packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, 2)
// Packet: 0x0219
-packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 282)
// Packet: 0x021a
-packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, 282)
// Packet: 0x021b
-packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, 10)
// Packet: 0x021c
-packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, 10)
// Packet: 0x021d
-packetLen(0x021d, 6) // CZ_LESSEFFECT
+packetLen(0x021d, 6)
// Packet: 0x021e
-packetLen(0x021e, 6) // ZC_LESSEFFECT
+packetLen(0x021e, 6)
// Packet: 0x021f
-packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+packetLen(0x021f, 66)
// Packet: 0x0220
-packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+packetLen(0x0220, 10)
// Packet: 0x0221
-packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+packetLen(0x0221, -1)
// Packet: 0x0222
-packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+packetLen(0x0222, 6)
// Packet: 0x0223
-packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+packetLen(0x0223, 8)
// Packet: 0x0224
-packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+packetLen(0x0224, 10)
// Packet: 0x0225
-packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+packetLen(0x0225, 2)
// Packet: 0x0226
-packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+packetLen(0x0226, 282)
// Packet: 0x0227
-packetLen(0x0227, 18) // ZC_GAME_GUARD
+packetLen(0x0227, 18)
// Packet: 0x0228
-packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+packetLen(0x0228, 18)
// Packet: 0x0229
-packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+packetLen(0x0229, 15)
// Packet: 0x022a
-packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 58)
// Packet: 0x022b
-packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, 57)
// Packet: 0x022c
-packetLen(0x022c, 65) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, 65)
// Packet: 0x022d
#if PACKETVER >= 20121107
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20121031
-packetLen(0x022d, 6) // CZ_COMMAND_MER
+packetLen(0x022d, 6)
#elif PACKETVER >= 20120925
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20120919
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20120911
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20120905
-packetLen(0x022d, 8) // CZ_COMMAND_MER
+packetLen(0x022d, 8)
#elif PACKETVER >= 20120830
-packetLen(0x022d, 12) // CZ_COMMAND_MER
+packetLen(0x022d, 12)
#elif PACKETVER >= 20120724
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20120716
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20120626
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20120612
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20120508
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20120503
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20120424
-packetLen(0x022d, 12) // CZ_COMMAND_MER
+packetLen(0x022d, 12)
#elif PACKETVER >= 20120417
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20120410
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20120404
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20120228
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20120221
-packetLen(0x022d, 6) // CZ_COMMAND_MER
+packetLen(0x022d, 6)
#elif PACKETVER >= 20120214
-packetLen(0x022d, -1) // CZ_COMMAND_MER
+packetLen(0x022d, -1)
#elif PACKETVER >= 20120207
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20120131
-packetLen(0x022d, 6) // CZ_COMMAND_MER
+packetLen(0x022d, 6)
#elif PACKETVER >= 20120110
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20120103
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#endif
// Packet: 0x022e
-packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 71)
// Packet: 0x022f
-packetLen(0x022f, 5) // ZC_FEED_MER
+packetLen(0x022f, 5)
// Packet: 0x0230
-packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+packetLen(0x0230, 12)
// Packet: 0x0231
-packetLen(0x0231, 26) // CZ_RENAME_MER
+packetLen(0x0231, 26)
// Packet: 0x0232
-packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, 9)
// Packet: 0x0233
-packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, 11)
// Packet: 0x0234
-packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, 6)
// Packet: 0x0235
-packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, -1)
// Packet: 0x0236
-packetLen(0x0236, 10) // ZC_KILLER_POINT
+packetLen(0x0236, 10)
// Packet: 0x0237
-packetLen(0x0237, 2) // CZ_KILLER_RANK
+packetLen(0x0237, 2)
// Packet: 0x0238
-packetLen(0x0238, 282) // ZC_KILLER_RANK
+packetLen(0x0238, 282)
// Packet: 0x0239
-packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 11)
// Packet: 0x023a
-packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, 4)
// Packet: 0x023b
#if PACKETVER >= 20121024
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20121017
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20120925
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20120919
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20120724
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20120716
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20120626
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20120612
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20120529
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20120522
-packetLen(0x023b, -1) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, -1)
#elif PACKETVER >= 20120515
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20120508
-packetLen(0x023b, 8) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 8)
#elif PACKETVER >= 20120503
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20120424
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20120417
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20120214
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20120207
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20120120
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20120117
-packetLen(0x023b, 4) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 4)
#elif PACKETVER >= 20120110
-packetLen(0x023b, 6) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 6)
#elif PACKETVER >= 20120103
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#endif
// Packet: 0x023c
-packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, 6)
// Packet: 0x023d
-packetLen(0x023d, 6) // AC_EVENT_RESULT
+packetLen(0x023d, 6)
// Packet: 0x023e
-packetLen(0x023e, 8) // HC_REQUEST_CHARACTER_PASSWORD
+packetLen(0x023e, 8)
// Packet: 0x023f
-packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+packetLen(0x023f, 2)
// Packet: 0x0240
-packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+packetLen(0x0240, -1)
// Packet: 0x0241
-packetLen(0x0241, 6) // CZ_MAIL_OPEN
+packetLen(0x0241, 6)
// Packet: 0x0242
-packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+packetLen(0x0242, -1)
// Packet: 0x0243
-packetLen(0x0243, 6) // CZ_MAIL_DELETE
+packetLen(0x0243, 6)
// Packet: 0x0244
-packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+packetLen(0x0244, 6)
// Packet: 0x0245
-packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+packetLen(0x0245, 3)
// Packet: 0x0246
-packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+packetLen(0x0246, 4)
// Packet: 0x0247
-packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+packetLen(0x0247, 8)
// Packet: 0x0248
-packetLen(0x0248, -1) // CZ_MAIL_SEND
+packetLen(0x0248, -1)
// Packet: 0x0249
-packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+packetLen(0x0249, 3)
// Packet: 0x024a
-packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+packetLen(0x024a, 70)
// Packet: 0x024b
-packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+packetLen(0x024b, 4)
// Packet: 0x024c
-packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+packetLen(0x024c, 8)
// Packet: 0x024d
-packetLen(0x024d, 12) // CZ_AUCTION_ADD
+packetLen(0x024d, 12)
// Packet: 0x024e
-packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+packetLen(0x024e, 6)
// Packet: 0x024f
-packetLen(0x024f, 10) // CZ_AUCTION_BUY
+packetLen(0x024f, 10)
// Packet: 0x0250
-packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+packetLen(0x0250, 3)
// Packet: 0x0251
-packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+packetLen(0x0251, 34)
// Packet: 0x0252
-packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+packetLen(0x0252, -1)
// Packet: 0x0253
-packetLen(0x0253, 3) // ZC_STARPLACE
+packetLen(0x0253, 3)
// Packet: 0x0254
-packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+packetLen(0x0254, 3)
// Packet: 0x0255
-packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+packetLen(0x0255, 5)
// Packet: 0x0256
-packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+packetLen(0x0256, 5)
// Packet: 0x0257
-packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+packetLen(0x0257, 8)
// Packet: 0x0258
-packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+packetLen(0x0258, 2)
// Packet: 0x0259
-packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+packetLen(0x0259, 3)
// Packet: 0x025a
-packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+packetLen(0x025a, -1)
// Packet: 0x025b
-packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+packetLen(0x025b, 6)
// Packet: 0x025c
-packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+packetLen(0x025c, 4)
// Packet: 0x025d
-packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+packetLen(0x025d, 6)
// Packet: 0x025e
-packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+packetLen(0x025e, 4)
// Packet: 0x025f
-packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+packetLen(0x025f, 6)
// Packet: 0x0260
-packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+packetLen(0x0260, 6)
// Packet: 0x0261
-packetLen(0x0261, 11) // AC_REQ_LOGIN_OLDEKEY
+packetLen(0x0261, 11)
// Packet: 0x0262
-packetLen(0x0262, 11) // AC_REQ_LOGIN_NEWEKEY
+packetLen(0x0262, 11)
// Packet: 0x0263
-packetLen(0x0263, 11) // AC_REQ_LOGIN_CARDPASS
+packetLen(0x0263, 11)
// Packet: 0x0264
-packetLen(0x0264, 20) // CA_ACK_LOGIN_OLDEKEY
+packetLen(0x0264, 20)
// Packet: 0x0265
-packetLen(0x0265, 20) // CA_ACK_LOGIN_NEWEKEY
+packetLen(0x0265, 20)
// Packet: 0x0266
-packetLen(0x0266, 30) // CA_ACK_LOGIN_CARDPASS
+packetLen(0x0266, 30)
// Packet: 0x0267
-packetLen(0x0267, 4) // AC_ACK_EKEY_FAIL_NOTEXIST
+packetLen(0x0267, 4)
// Packet: 0x0268
-packetLen(0x0268, 4) // AC_ACK_EKEY_FAIL_NOTUSESEKEY
+packetLen(0x0268, 4)
// Packet: 0x0269
-packetLen(0x0269, 4) // AC_ACK_EKEY_FAIL_NOTUSEDEKEY
+packetLen(0x0269, 4)
// Packet: 0x026a
-packetLen(0x026a, 4) // AC_ACK_EKEY_FAIL_AUTHREFUSE
+packetLen(0x026a, 4)
// Packet: 0x026b
-packetLen(0x026b, 4) // AC_ACK_EKEY_FAIL_INPUTEKEY
+packetLen(0x026b, 4)
// Packet: 0x026c
-packetLen(0x026c, 4) // AC_ACK_EKEY_FAIL_NOTICE
+packetLen(0x026c, 4)
// Packet: 0x026d
-packetLen(0x026d, 4) // AC_ACK_EKEY_FAIL_NEEDCARDPASS
+packetLen(0x026d, 4)
// Packet: 0x026f
-packetLen(0x026f, 2) // AC_ACK_FIRST_LOGIN
+packetLen(0x026f, 2)
// Packet: 0x0270
-packetLen(0x0270, 2) // AC_REQ_LOGIN_ACCOUNT_INFO
+packetLen(0x0270, 2)
// Packet: 0x0271
-packetLen(0x0271, 40) // CA_ACK_LOGIN_ACCOUNT_INFO
+packetLen(0x0271, 40)
// Packet: 0x0272
-packetLen(0x0272, 44) // AC_ACK_PT_ID_INFO
+packetLen(0x0272, 44)
// Packet: 0x0273
-packetLen(0x0273, 30) // CZ_REQ_MAIL_RETURN
+packetLen(0x0273, 30)
// Packet: 0x0274
-packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, 8)
// Packet: 0x0275
-packetLen(0x0275, 37) // CH_ENTER2
+packetLen(0x0275, 37)
// Packet: 0x0276
-packetLen(0x0276, -1) // AC_ACCEPT_LOGIN2
+packetLen(0x0276, -1)
// Packet: 0x0277
-packetLen(0x0277, 84) // CA_LOGIN_PCBANG
+packetLen(0x0277, 84)
// Packet: 0x0278
-packetLen(0x0278, 2) // ZC_NOTIFY_PCBANG
+packetLen(0x0278, 2)
// Packet: 0x0279
-packetLen(0x0279, 2) // CZ_HUNTINGLIST
+packetLen(0x0279, 2)
// Packet: 0x027a
-packetLen(0x027a, -1) // ZC_HUNTINGLIST
+packetLen(0x027a, -1)
// Packet: 0x027b
-packetLen(0x027b, 14) // ZC_PCBANG_EFFECT
+packetLen(0x027b, 14)
// Packet: 0x027c
-packetLen(0x027c, 60) // CA_LOGIN4
+packetLen(0x027c, 60)
// Packet: 0x027d
-packetLen(0x027d, 62) // ZC_PROPERTY_MERCE
+packetLen(0x027d, 62)
// Packet: 0x027e
-packetLen(0x027e, -1) // ZC_SHANDA_PROTECT
+packetLen(0x027e, -1)
// Packet: 0x027f
-packetLen(0x027f, 8) // CA_CLIENT_TYPE
+packetLen(0x027f, 8)
// Packet: 0x0280
-packetLen(0x0280, 12) // ZC_GANGSI_POINT
+packetLen(0x0280, 12)
// Packet: 0x0281
#if PACKETVER >= 20121107
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20121031
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20120925
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20120919
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20120822
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20120814
-packetLen(0x0281, 5) // CZ_GANGSI_RANK
+packetLen(0x0281, 5)
#elif PACKETVER >= 20120808
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20120724
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20120716
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20120626
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20120612
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20120604
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20120529
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20120508
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20120503
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20120424
-packetLen(0x0281, 26) // CZ_GANGSI_RANK
+packetLen(0x0281, 26)
#elif PACKETVER >= 20120417
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20120404
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20120328
-packetLen(0x0281, 6) // CZ_GANGSI_RANK
+packetLen(0x0281, 6)
#elif PACKETVER >= 20120320
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20120214
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20120207
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20120117
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20120110
-packetLen(0x0281, 36) // CZ_GANGSI_RANK
+packetLen(0x0281, 36)
#elif PACKETVER >= 20120103
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#endif
// Packet: 0x0282
-packetLen(0x0282, 284) // ZC_GANGSI_RANK
+packetLen(0x0282, 284)
// Packet: 0x0283
-packetLen(0x0283, 6) // ZC_AID
+packetLen(0x0283, 6)
// Packet: 0x0284
-packetLen(0x0284, 14) // ZC_NOTIFY_EFFECT3
+packetLen(0x0284, 14)
// Packet: 0x0285
-packetLen(0x0285, 6) // ZC_DEATH_QUESTION
+packetLen(0x0285, 6)
// Packet: 0x0286
-packetLen(0x0286, 4) // CZ_DEATH_QUESTION
+packetLen(0x0286, 4)
// Packet: 0x0287
-packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, -1)
// Packet: 0x0288
-packetLen(0x0288, -1) // CZ_PC_BUY_CASH_POINT_ITEM
+packetLen(0x0288, -1)
// Packet: 0x0289
-packetLen(0x0289, 12) // ZC_PC_CASH_POINT_UPDATE
+packetLen(0x0289, 12)
// Packet: 0x028a
-packetLen(0x028a, 18) // ZC_NPC_SHOWEFST_UPDATE
+packetLen(0x028a, 18)
// Packet: 0x028b
-packetLen(0x028b, -1) // HC_CHARNOTBEENSELECTED
+packetLen(0x028b, -1)
// Packet: 0x028c
-packetLen(0x028c, 46) // CH_SELECT_CHAR_GOINGTOBEUSED
+packetLen(0x028c, 46)
// Packet: 0x028d
-packetLen(0x028d, 34) // CH_REQ_IS_VALID_CHARNAME
+packetLen(0x028d, 34)
// Packet: 0x028e
-packetLen(0x028e, 4) // HC_ACK_IS_VALID_CHARNAME
+packetLen(0x028e, 4)
// Packet: 0x028f
-packetLen(0x028f, 6) // CH_REQ_CHANGE_CHARNAME
+packetLen(0x028f, 6)
// Packet: 0x0290
-packetLen(0x0290, 4) // HC_ACK_CHANGE_CHARNAME
+packetLen(0x0290, 4)
// Packet: 0x0291
-packetLen(0x0291, 4) // ZC_MSG
+packetLen(0x0291, 4)
// Packet: 0x0292
-packetLen(0x0292, 2) // CZ_STANDING_RESURRECTION
+packetLen(0x0292, 2)
// Packet: 0x0293
-packetLen(0x0293, 70) // ZC_BOSS_INFO
+packetLen(0x0293, 70)
// Packet: 0x0294
-packetLen(0x0294, 10) // ZC_READ_BOOK
+packetLen(0x0294, 10)
// Packet: 0x0295
-packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, -1)
// Packet: 0x0296
-packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, -1)
// Packet: 0x0297
-packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, -1)
// Packet: 0x0298
-packetLen(0x0298, 8) // ZC_CASH_TIME_COUNTER
+packetLen(0x0298, 8)
// Packet: 0x0299
-packetLen(0x0299, 6) // ZC_CASH_ITEM_DELETE
+packetLen(0x0299, 6)
// Packet: 0x029a
-packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, 27)
// Packet: 0x029b
-packetLen(0x029b, 80) // ZC_MER_INIT
+packetLen(0x029b, 80)
// Packet: 0x029c
-packetLen(0x029c, 66) // ZC_MER_PROPERTY
+packetLen(0x029c, 66)
// Packet: 0x029d
-packetLen(0x029d, -1) // ZC_MER_SKILLINFO_LIST
+packetLen(0x029d, -1)
// Packet: 0x029e
-packetLen(0x029e, 11) // ZC_MER_SKILLINFO_UPDATE
+packetLen(0x029e, 11)
// Packet: 0x029f
-packetLen(0x029f, 3) // CZ_MER_COMMAND
+packetLen(0x029f, 3)
// Packet: 0x02a2
-packetLen(0x02a2, 8) // ZC_MER_PAR_CHANGE
+packetLen(0x02a2, 8)
// Packet: 0x02a5
-packetLen(0x02a5, 8) // CZ_KSY_EVENT
+packetLen(0x02a5, 8)
// Packet: 0x02a6
-packetLen(0x02a6, -1) // ZC_HACKSH_CPX_MSG
+packetLen(0x02a6, -1)
// Packet: 0x02a7
-packetLen(0x02a7, -1) // CZ_HACKSH_CPX_MSG
+packetLen(0x02a7, -1)
// Packet: 0x02aa
-packetLen(0x02aa, 4) // ZC_REQ_CASH_PASSWORD
+packetLen(0x02aa, 4)
// Packet: 0x02ab
-packetLen(0x02ab, 36) // CZ_ACK_CASH_PASSWORD
+packetLen(0x02ab, 36)
// Packet: 0x02ac
-packetLen(0x02ac, 6) // ZC_RESULT_CASH_PASSWORD
+packetLen(0x02ac, 6)
// Packet: 0x02ad
-packetLen(0x02ad, 8) // AC_REQUEST_SECOND_PASSWORD
+packetLen(0x02ad, 8)
// Packet: 0x02b0
-packetLen(0x02b0, 85) // CA_LOGIN_HAN
+packetLen(0x02b0, 85)
// Packet: 0x02b1
-packetLen(0x02b1, -1) // ZC_ALL_QUEST_LIST
+packetLen(0x02b1, -1)
// Packet: 0x02b2
-packetLen(0x02b2, -1) // ZC_ALL_QUEST_MISSION
+packetLen(0x02b2, -1)
// Packet: 0x02b3
-packetLen(0x02b3, 107) // ZC_ADD_QUEST
+packetLen(0x02b3, 107)
// Packet: 0x02b4
-packetLen(0x02b4, 6) // ZC_DEL_QUEST
+packetLen(0x02b4, 6)
// Packet: 0x02b5
-packetLen(0x02b5, -1) // ZC_UPDATE_MISSION_HUNT
+packetLen(0x02b5, -1)
// Packet: 0x02b6
-packetLen(0x02b6, 7) // CZ_ACTIVE_QUEST
+packetLen(0x02b6, 7)
// Packet: 0x02b7
-packetLen(0x02b7, 7) // ZC_ACTIVE_QUEST
+packetLen(0x02b7, 7)
// Packet: 0x02b8
-packetLen(0x02b8, 22) // ZC_ITEM_PICKUP_PARTY
+packetLen(0x02b8, 22)
// Packet: 0x02b9
-packetLen(0x02b9, 191) // ZC_SHORTCUT_KEY_LIST
+packetLen(0x02b9, 191)
// Packet: 0x02ba
-packetLen(0x02ba, 11) // CZ_SHORTCUT_KEY_CHANGE
+packetLen(0x02ba, 11)
// Packet: 0x02bb
-packetLen(0x02bb, 8) // ZC_EQUIPITEM_DAMAGED
+packetLen(0x02bb, 8)
// Packet: 0x02bc
-packetLen(0x02bc, 6) // ZC_NOTIFY_PCBANG_PLAYING_TIME
+packetLen(0x02bc, 6)
// Packet: 0x02c1
-packetLen(0x02c1, -1) // ZC_NPC_CHAT
+packetLen(0x02c1, -1)
// Packet: 0x02c2
-packetLen(0x02c2, -1) // ZC_FORMATSTRING_MSG
+packetLen(0x02c2, -1)
// Packet: 0x02c4
#if PACKETVER >= 20121227
-packetLen(0x02c4, 19) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 19)
#elif PACKETVER >= 20120716
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20120710
-packetLen(0x02c4, 10) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 10)
#elif PACKETVER >= 20120515
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20120508
-packetLen(0x02c4, 26) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 26)
#elif PACKETVER >= 20120410
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20120404
-packetLen(0x02c4, 26) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 26)
#elif PACKETVER >= 20120314
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20120307
-packetLen(0x02c4, 6) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 6)
#elif PACKETVER >= 20120131
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20120120
-packetLen(0x02c4, 8) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 8)
#elif PACKETVER >= 20120103
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#endif
// Packet: 0x02c5
-packetLen(0x02c5, 30) // ZC_PARTY_JOIN_REQ_ACK
+packetLen(0x02c5, 30)
// Packet: 0x02c6
-packetLen(0x02c6, 30) // ZC_PARTY_JOIN_REQ
+packetLen(0x02c6, 30)
// Packet: 0x02c7
-packetLen(0x02c7, 7) // CZ_PARTY_JOIN_REQ_ACK
+packetLen(0x02c7, 7)
// Packet: 0x02c8
-packetLen(0x02c8, 3) // CZ_PARTY_CONFIG
+packetLen(0x02c8, 3)
// Packet: 0x02c9
-packetLen(0x02c9, 3) // ZC_PARTY_CONFIG
+packetLen(0x02c9, 3)
// Packet: 0x02ca
-packetLen(0x02ca, 3) // HC_REFUSE_SELECTCHAR
+packetLen(0x02ca, 3)
// Packet: 0x02cb
-packetLen(0x02cb, 65) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO
+packetLen(0x02cb, 65)
// Packet: 0x02cc
-packetLen(0x02cc, 4) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_NOTIFY
+packetLen(0x02cc, 4)
// Packet: 0x02cd
-packetLen(0x02cd, 71) // ZC_MEMORIALDUNGEON_INFO
+packetLen(0x02cd, 71)
// Packet: 0x02ce
-packetLen(0x02ce, 10) // ZC_MEMORIALDUNGEON_NOTIFY
+packetLen(0x02ce, 10)
// Packet: 0x02cf
-packetLen(0x02cf, 6) // CZ_MEMORIALDUNGEON_COMMAND
+packetLen(0x02cf, 6)
// Packet: 0x02d0
-packetLen(0x02d0, -1) // ZC_EQUIPMENT_ITEMLIST3
+packetLen(0x02d0, -1)
// Packet: 0x02d1
-packetLen(0x02d1, -1) // ZC_STORE_EQUIPMENT_ITEMLIST3
+packetLen(0x02d1, -1)
// Packet: 0x02d2
-packetLen(0x02d2, -1) // ZC_CART_EQUIPMENT_ITEMLIST3
+packetLen(0x02d2, -1)
// Packet: 0x02d3
-packetLen(0x02d3, 4) // ZC_NOTIFY_BIND_ON_EQUIP
+packetLen(0x02d3, 4)
// Packet: 0x02d4
-packetLen(0x02d4, 29) // ZC_ITEM_PICKUP_ACK3
+packetLen(0x02d4, 29)
// Packet: 0x02d5
-packetLen(0x02d5, 2) // ZC_ISVR_DISCONNECT
+packetLen(0x02d5, 2)
// Packet: 0x02d6
-packetLen(0x02d6, 6) // CZ_EQUIPWIN_MICROSCOPE
+packetLen(0x02d6, 6)
// Packet: 0x02d7
-packetLen(0x02d7, -1) // ZC_EQUIPWIN_MICROSCOPE
+packetLen(0x02d7, -1)
// Packet: 0x02d8
-packetLen(0x02d8, 10) // CZ_CONFIG
+packetLen(0x02d8, 10)
// Packet: 0x02d9
-packetLen(0x02d9, 10) // ZC_CONFIG
+packetLen(0x02d9, 10)
// Packet: 0x02da
-packetLen(0x02da, 3) // ZC_CONFIG_NOTIFY
+packetLen(0x02da, 3)
// Packet: 0x02db
-packetLen(0x02db, -1) // CZ_BATTLEFIELD_CHAT
+packetLen(0x02db, -1)
// Packet: 0x02dc
-packetLen(0x02dc, -1) // ZC_BATTLEFIELD_CHAT
+packetLen(0x02dc, -1)
// Packet: 0x02dd
-packetLen(0x02dd, 32) // ZC_BATTLEFIELD_NOTIFY_CAMPINFO
+packetLen(0x02dd, 32)
// Packet: 0x02de
-packetLen(0x02de, 6) // ZC_BATTLEFIELD_NOTIFY_POINT
+packetLen(0x02de, 6)
// Packet: 0x02df
-packetLen(0x02df, 36) // ZC_BATTLEFIELD_NOTIFY_POSITION
+packetLen(0x02df, 36)
// Packet: 0x02e0
-packetLen(0x02e0, 34) // ZC_BATTLEFIELD_NOTIFY_HP
+packetLen(0x02e0, 34)
// Packet: 0x02e1
-packetLen(0x02e1, 33) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, 33)
// Packet: 0x02e2
-packetLen(0x02e2, 20) // CZ_USE_ITEM_NEW_JAPEN
+packetLen(0x02e2, 20)
// Packet: 0x02e3
-packetLen(0x02e3, 22) // CZ_USE_SKILL_NEW_JAPEN
+packetLen(0x02e3, 22)
// Packet: 0x02e4
-packetLen(0x02e4, 11) // CZ_ITEM_PICKUP_NEW_JAPEN
+packetLen(0x02e4, 11)
// Packet: 0x02e5
-packetLen(0x02e5, 9) // CZ_REQUEST_MOVE_NEW_JAPEN
+packetLen(0x02e5, 9)
// Packet: 0x02e6
-packetLen(0x02e6, 6) // CZ_BOT_CHECK
+packetLen(0x02e6, 6)
// Packet: 0x02e7
-packetLen(0x02e7, -1) // ZC_MAPPROPERTY
+packetLen(0x02e7, -1)
// Packet: 0x02e8
-packetLen(0x02e8, -1) // ZC_NORMAL_ITEMLIST3
+packetLen(0x02e8, -1)
// Packet: 0x02e9
-packetLen(0x02e9, -1) // ZC_CART_NORMAL_ITEMLIST3
+packetLen(0x02e9, -1)
// Packet: 0x02ea
-packetLen(0x02ea, -1) // ZC_STORE_NORMAL_ITEMLIST3
+packetLen(0x02ea, -1)
// Packet: 0x02eb
-packetLen(0x02eb, 13) // ZC_ACCEPT_ENTER2
+packetLen(0x02eb, 13)
// Packet: 0x02ec
-packetLen(0x02ec, 67) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 67)
// Packet: 0x02ed
-packetLen(0x02ed, 59) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, 59)
// Packet: 0x02ee
-packetLen(0x02ee, 60) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, 60)
// Packet: 0x02ef
-packetLen(0x02ef, 8) // ZC_NOTIFY_FONT
+packetLen(0x02ef, 8)
// Packet: 0x02f0
-packetLen(0x02f0, 10) // ZC_PROGRESS
+packetLen(0x02f0, 10)
// Packet: 0x02f1
-packetLen(0x02f1, 2) // CZ_PROGRESS
+packetLen(0x02f1, 2)
// Packet: 0x02f2
-packetLen(0x02f2, 2) // ZC_PROGRESS_CANCEL
+packetLen(0x02f2, 2)
// Packet: 0x02f3
-packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+packetLen(0x02f3, -1)
// Packet: 0x02f4
-packetLen(0x02f4, 3) // ZC_IRMAIL_SEND_RES
+packetLen(0x02f4, 3)
// Packet: 0x02f5
-packetLen(0x02f5, 7) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, 7)
// Packet: 0x02f6
-packetLen(0x02f6, 7) // CZ_IRMAIL_LIST
+packetLen(0x02f6, 7)
// Packet: 0x035c
-packetLen(0x035c, 2) // CZ_OPEN_SIMPLE_CASHSHOP_ITEMLIST
+packetLen(0x035c, 2)
// Packet: 0x035d
-packetLen(0x035d, -1) // ZC_SIMPLE_CASHSHOP_POINT_ITEMLIST
+packetLen(0x035d, -1)
// Packet: 0x035e
-packetLen(0x035e, 2) // CZ_CLOSE_WINDOW
+packetLen(0x035e, 2)
// Packet: 0x035f
#if PACKETVER >= 20121227
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20121218
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20121212
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20121205
-packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+packetLen(0x035f, -1)
#elif PACKETVER >= 20121107
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20121031
-packetLen(0x035f, 5) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 5)
#elif PACKETVER >= 20121024
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20121017
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20120925
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20120919
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20120905
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20120830
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20120814
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20120808
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20120801
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20120724
-packetLen(0x035f, 8) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 8)
#elif PACKETVER >= 20120716
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20120626
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20120612
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20120604
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20120529
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20120515
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20120503
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20120424
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20120417
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20120410
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20120404
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20120328
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20120314
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20120228
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20120221
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20120214
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20120131
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20120117
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20120103
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#endif
// Packet: 0x0360
#if PACKETVER >= 20121227
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20121218
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20121212
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20121205
-packetLen(0x0360, 5) // CZ_REQUEST_TIME2
+packetLen(0x0360, 5)
#elif PACKETVER >= 20121114
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20121031
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20121024
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20121017
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20120925
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20120919
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20120905
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20120830
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20120814
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20120808
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20120801
-packetLen(0x0360, -1) // CZ_REQUEST_TIME2
+packetLen(0x0360, -1)
#elif PACKETVER >= 20120724
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20120716
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20120626
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20120612
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20120604
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20120529
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20120515
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20120503
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20120424
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20120410
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20120328
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20120307
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20120228
-packetLen(0x0360, 90) // CZ_REQUEST_TIME2
+packetLen(0x0360, 90)
#elif PACKETVER >= 20120221
-packetLen(0x0360, 5) // CZ_REQUEST_TIME2
+packetLen(0x0360, 5)
#elif PACKETVER >= 20120214
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20120131
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20120120
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20120117
-packetLen(0x0360, -1) // CZ_REQUEST_TIME2
+packetLen(0x0360, -1)
#elif PACKETVER >= 20120103
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#endif
// Packet: 0x0361
#if PACKETVER >= 20121227
-packetLen(0x0361, 36) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 36)
#elif PACKETVER >= 20121212
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20121205
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20121114
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20121107
-packetLen(0x0361, 36) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 36)
#elif PACKETVER >= 20120925
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20120919
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20120822
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20120814
-packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, -1)
#elif PACKETVER >= 20120724
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20120716
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20120626
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20120612
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20120604
-packetLen(0x0361, 6) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 6)
#elif PACKETVER >= 20120529
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20120522
-packetLen(0x0361, 10) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 10)
#elif PACKETVER >= 20120508
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20120503
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20120424
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20120417
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20120214
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20120207
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20120131
-packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, -1)
#elif PACKETVER >= 20120120
-packetLen(0x0361, 19) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 19)
#elif PACKETVER >= 20120117
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20120110
-packetLen(0x0361, 12) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 12)
#elif PACKETVER >= 20120103
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#endif
// Packet: 0x0362
#if PACKETVER >= 20121227
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20121218
-packetLen(0x0362, 10) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 10)
#elif PACKETVER >= 20121212
-packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+packetLen(0x0362, -1)
#elif PACKETVER >= 20121205
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20121128
-packetLen(0x0362, 19) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 19)
#elif PACKETVER >= 20121107
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20121031
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20120925
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20120919
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20120814
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20120808
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20120724
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20120716
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20120710
-packetLen(0x0362, 18) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 18)
#elif PACKETVER >= 20120626
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20120612
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20120604
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20120529
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20120508
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20120503
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20120424
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20120417
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20120410
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20120404
-packetLen(0x0362, 8) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 8)
#elif PACKETVER >= 20120328
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20120320
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20120214
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20120207
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20120131
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20120120
-packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+packetLen(0x0362, -1)
#elif PACKETVER >= 20120117
-packetLen(0x0362, 26) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 26)
#elif PACKETVER >= 20120103
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#endif
// Packet: 0x0363
#if PACKETVER >= 20121227
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20121218
-packetLen(0x0363, 6) // CZ_ITEM_THROW2
+packetLen(0x0363, 6)
#elif PACKETVER >= 20121205
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20121128
-packetLen(0x0363, 26) // CZ_ITEM_THROW2
+packetLen(0x0363, 26)
#elif PACKETVER >= 20121107
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20121031
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20120925
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20120919
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20120814
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20120808
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20120724
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20120716
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20120710
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20120702
-packetLen(0x0363, 19) // CZ_ITEM_THROW2
+packetLen(0x0363, 19)
#elif PACKETVER >= 20120612
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20120604
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20120529
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20120515
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20120508
-packetLen(0x0363, -1) // CZ_ITEM_THROW2
+packetLen(0x0363, -1)
#elif PACKETVER >= 20120503
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20120424
-packetLen(0x0363, 18) // CZ_ITEM_THROW2
+packetLen(0x0363, 18)
#elif PACKETVER >= 20120417
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20120328
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20120320
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20120228
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20120221
-packetLen(0x0363, 18) // CZ_ITEM_THROW2
+packetLen(0x0363, 18)
#elif PACKETVER >= 20120214
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20120207
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20120131
-packetLen(0x0363, 12) // CZ_ITEM_THROW2
+packetLen(0x0363, 12)
#elif PACKETVER >= 20120120
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20120117
-packetLen(0x0363, 6) // CZ_ITEM_THROW2
+packetLen(0x0363, 6)
#elif PACKETVER >= 20120103
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#endif
// Packet: 0x0364
#if PACKETVER >= 20121121
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20121114
-packetLen(0x0364, 36) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 36)
#elif PACKETVER >= 20121107
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20121031
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20120925
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20120919
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20120814
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20120808
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20120801
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20120724
-packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 6)
#elif PACKETVER >= 20120716
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20120710
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20120702
-packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 6)
#elif PACKETVER >= 20120626
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20120612
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20120604
-packetLen(0x0364, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, -1)
#elif PACKETVER >= 20120529
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20120522
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20120515
-packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 6)
#elif PACKETVER >= 20120508
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20120503
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20120424
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20120417
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20120410
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20120404
-packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 6)
#elif PACKETVER >= 20120328
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20120320
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20120314
-packetLen(0x0364, 19) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 19)
#elif PACKETVER >= 20120214
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20120207
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20120120
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20120117
-packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 6)
#elif PACKETVER >= 20120103
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#endif
// Packet: 0x0365
#if PACKETVER >= 20121121
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20121114
-packetLen(0x0365, 5) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 5)
#elif PACKETVER >= 20121107
-packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, -1)
#elif PACKETVER >= 20121031
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20121024
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20121017
-packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, -1)
#elif PACKETVER >= 20120925
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20120919
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20120911
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20120905
-packetLen(0x0365, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 8)
#elif PACKETVER >= 20120830
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20120822
-packetLen(0x0365, 26) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 26)
#elif PACKETVER >= 20120814
-packetLen(0x0365, 6) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 6)
#elif PACKETVER >= 20120808
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20120724
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20120716
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20120710
-packetLen(0x0365, 26) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 26)
#elif PACKETVER >= 20120702
-packetLen(0x0365, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 8)
#elif PACKETVER >= 20120626
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20120612
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20120604
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20120529
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20120508
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20120503
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20120424
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20120417
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20120328
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20120320
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20120214
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20120207
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20120131
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20120120
-packetLen(0x0365, 6) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 6)
#elif PACKETVER >= 20120117
-packetLen(0x0365, 10) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 10)
#elif PACKETVER >= 20120103
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#endif
// Packet: 0x0366
#if PACKETVER >= 20121227
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20121218
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20121107
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20121031
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20121024
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20121017
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20120925
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20120919
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20120905
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20120830
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20120814
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20120808
-packetLen(0x0366, 19) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 19)
#elif PACKETVER >= 20120724
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20120716
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20120702
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20120626
-packetLen(0x0366, 10) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 10)
#elif PACKETVER >= 20120612
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20120604
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20120529
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20120522
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20120515
-packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, -1)
#elif PACKETVER >= 20120508
-packetLen(0x0366, 26) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 26)
#elif PACKETVER >= 20120503
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20120424
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20120410
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20120404
-packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, -1)
#elif PACKETVER >= 20120328
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20120307
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20120228
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20120221
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20120214
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20120207
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20120120
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20120117
-packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, -1)
#elif PACKETVER >= 20120103
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#endif
// Packet: 0x0367
#if PACKETVER >= 20120716
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20120710
-packetLen(0x0367, 8) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 8)
#elif PACKETVER >= 20120314
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20120307
-packetLen(0x0367, 8) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 8)
#elif PACKETVER >= 20120207
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20120131
-packetLen(0x0367, 8) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 8)
#elif PACKETVER >= 20120120
-packetLen(0x0367, 10) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 10)
#elif PACKETVER >= 20120117
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20120110
-packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, -1)
#elif PACKETVER >= 20120103
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#endif
// Packet: 0x0368
#if PACKETVER >= 20121227
-packetLen(0x0368, -1) // CZ_REQNAME2
+packetLen(0x0368, -1)
#elif PACKETVER >= 20121218
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20121212
-packetLen(0x0368, 26) // CZ_REQNAME2
+packetLen(0x0368, 26)
#elif PACKETVER >= 20121107
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20121031
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20121024
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20121017
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20120925
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20120919
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20120905
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20120830
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20120814
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20120808
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20120724
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20120716
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20120626
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20120612
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20120604
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20120529
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20120515
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20120417
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20120328
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20120307
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20120228
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20120221
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20120214
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20120207
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20120131
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20120120
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20120117
-packetLen(0x0368, 7) // CZ_REQNAME2
+packetLen(0x0368, 7)
#elif PACKETVER >= 20120103
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#endif
// Packet: 0x0369
#if PACKETVER >= 20121227
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20121218
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20121212
-packetLen(0x0369, 26) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 26)
#elif PACKETVER >= 20121107
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20121031
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20121024
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20121017
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20120925
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20120919
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20120905
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20120830
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20120814
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20120808
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20120724
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20120716
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20120626
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20120612
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20120604
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20120529
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20120522
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20120515
-packetLen(0x0369, 26) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 26)
#elif PACKETVER >= 20120503
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20120424
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20120404
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20120328
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20120320
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20120314
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20120307
-packetLen(0x0369, 26) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 26)
#elif PACKETVER >= 20120228
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20120221
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20120214
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20120131
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20120117
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20120103
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#endif
// Packet: 0x03dd
-packetLen(0x03dd, 18) // AHC_GAME_GUARD
+packetLen(0x03dd, 18)
// Packet: 0x03de
-packetLen(0x03de, 18) // CAH_ACK_GAME_GUARD
+packetLen(0x03de, 18)
// Packet: 0x0436
#if PACKETVER >= 20121031
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20121024
-packetLen(0x0436, 5) // CZ_ENTER2
+packetLen(0x0436, 5)
#elif PACKETVER >= 20120925
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20120919
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20120905
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20120830
-packetLen(0x0436, 26) // CZ_ENTER2
+packetLen(0x0436, 26)
#elif PACKETVER >= 20120814
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20120808
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20120724
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20120716
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20120710
-packetLen(0x0436, 7) // CZ_ENTER2
+packetLen(0x0436, 7)
#elif PACKETVER >= 20120626
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20120612
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20120604
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20120529
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20120508
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20120503
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20120424
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20120417
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20120328
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20120320
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20120214
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20120207
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20120131
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20120120
-packetLen(0x0436, 5) // CZ_ENTER2
+packetLen(0x0436, 5)
#elif PACKETVER >= 20120117
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20120103
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#endif
// Packet: 0x0437
#if PACKETVER >= 20121227
-packetLen(0x0437, 6) // CZ_REQUEST_ACT2
+packetLen(0x0437, 6)
#elif PACKETVER >= 20121218
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20121128
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20121114
-packetLen(0x0437, 6) // CZ_REQUEST_ACT2
+packetLen(0x0437, 6)
#elif PACKETVER >= 20121107
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20121031
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20121024
-packetLen(0x0437, 10) // CZ_REQUEST_ACT2
+packetLen(0x0437, 10)
#elif PACKETVER >= 20121017
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20120925
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20120919
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20120905
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20120830
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20120822
-packetLen(0x0437, 6) // CZ_REQUEST_ACT2
+packetLen(0x0437, 6)
#elif PACKETVER >= 20120814
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20120808
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20120724
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20120716
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20120626
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20120612
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20120604
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20120529
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20120515
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20120503
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20120424
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20120404
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20120328
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20120307
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20120228
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20120221
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20120214
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20120131
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20120120
-packetLen(0x0437, -1) // CZ_REQUEST_ACT2
+packetLen(0x0437, -1)
#elif PACKETVER >= 20120117
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20120103
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#endif
// Packet: 0x0438
#if PACKETVER >= 20121227
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20121218
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20121107
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20121031
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20121024
-packetLen(0x0438, 12) // CZ_USE_SKILL2
+packetLen(0x0438, 12)
#elif PACKETVER >= 20121017
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20120925
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20120919
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20120911
-packetLen(0x0438, 6) // CZ_USE_SKILL2
+packetLen(0x0438, 6)
#elif PACKETVER >= 20120822
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20120814
-packetLen(0x0438, 6) // CZ_USE_SKILL2
+packetLen(0x0438, 6)
#elif PACKETVER >= 20120808
-packetLen(0x0438, 90) // CZ_USE_SKILL2
+packetLen(0x0438, 90)
#elif PACKETVER >= 20120801
-packetLen(0x0438, 18) // CZ_USE_SKILL2
+packetLen(0x0438, 18)
#elif PACKETVER >= 20120724
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20120716
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20120626
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20120612
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20120604
-packetLen(0x0438, 19) // CZ_USE_SKILL2
+packetLen(0x0438, 19)
#elif PACKETVER >= 20120529
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20120515
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20120503
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20120424
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20120404
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20120328
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20120307
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20120228
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20120221
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20120214
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20120131
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20120117
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20120103
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#endif
// Packet: 0x0439
-packetLen(0x0439, 8) // CZ_USE_ITEM2
+packetLen(0x0439, 8)
// Packet: 0x043d
-packetLen(0x043d, 8) // ZC_SKILL_POSTDELAY
+packetLen(0x043d, 8)
// Packet: 0x043e
-packetLen(0x043e, -1) // ZC_SKILL_POSTDELAY_LIST
+packetLen(0x043e, -1)
// Packet: 0x043f
-packetLen(0x043f, 25) // ZC_MSG_STATE_CHANGE2
+packetLen(0x043f, 25)
// Packet: 0x0440
-packetLen(0x0440, 10) // ZC_MILLENNIUMSHIELD
+packetLen(0x0440, 10)
// Packet: 0x0441
-packetLen(0x0441, 4) // ZC_SKILLINFO_DELETE
+packetLen(0x0441, 4)
// Packet: 0x0442
-packetLen(0x0442, -1) // ZC_SKILL_SELECT_REQUEST
+packetLen(0x0442, -1)
// Packet: 0x0443
-packetLen(0x0443, 8) // CZ_SKILL_SELECT_RESPONSE
+packetLen(0x0443, 8)
// Packet: 0x0444
-packetLen(0x0444, -1) // ZC_SIMPLE_CASH_POINT_ITEMLIST
+packetLen(0x0444, -1)
// Packet: 0x0445
-packetLen(0x0445, 10) // CZ_SIMPLE_BUY_CASH_POINT_ITEM
+packetLen(0x0445, 10)
// Packet: 0x0446
-packetLen(0x0446, 14) // ZC_QUEST_NOTIFY_EFFECT
+packetLen(0x0446, 14)
// Packet: 0x0447
-packetLen(0x0447, 2) // CZ_BLOCKING_PLAY_CANCEL
+packetLen(0x0447, 2)
// Packet: 0x0448
-packetLen(0x0448, -1) // HC_CHARACTER_LIST
+packetLen(0x0448, -1)
// Packet: 0x0449
-packetLen(0x0449, 4) // ZC_HACKSH_ERROR_MSG
+packetLen(0x0449, 4)
// Packet: 0x044a
-packetLen(0x044a, 6) // CZ_CLIENT_VERSION
+packetLen(0x044a, 6)
// Packet: 0x044b
-packetLen(0x044b, 2) // CZ_CLOSE_SIMPLECASH_SHOP
+packetLen(0x044b, 2)
// Packet: 0x07d7
-packetLen(0x07d7, 8) // CZ_GROUPINFO_CHANGE_V2
+packetLen(0x07d7, 8)
// Packet: 0x07d8
-packetLen(0x07d8, 8) // ZC_REQ_GROUPINFO_CHANGE_V2
+packetLen(0x07d8, 8)
// Packet: 0x07d9
-packetLen(0x07d9, 268) // ZC_SHORTCUT_KEY_LIST_V2
+packetLen(0x07d9, 268)
// Packet: 0x07da
-packetLen(0x07da, 6) // CZ_CHANGE_GROUP_MASTER
+packetLen(0x07da, 6)
// Packet: 0x07db
-packetLen(0x07db, 8) // ZC_HO_PAR_CHANGE
+packetLen(0x07db, 8)
// Packet: 0x07dc
-packetLen(0x07dc, 6) // CZ_SEEK_PARTY
+packetLen(0x07dc, 6)
// Packet: 0x07dd
-packetLen(0x07dd, 54) // ZC_SEEK_PARTY
+packetLen(0x07dd, 54)
// Packet: 0x07de
-packetLen(0x07de, 30) // CZ_SEEK_PARTY_MEMBER
+packetLen(0x07de, 30)
// Packet: 0x07df
-packetLen(0x07df, 54) // ZC_SEEK_PARTY_MEMBER
+packetLen(0x07df, 54)
// Packet: 0x07e0
-packetLen(0x07e0, 58) // ZC_ES_NOTI_MYINFO
+packetLen(0x07e0, 58)
// Packet: 0x07e1
-packetLen(0x07e1, 15) // ZC_SKILLINFO_UPDATE2
+packetLen(0x07e1, 15)
// Packet: 0x07e2
-packetLen(0x07e2, 8) // ZC_MSG_VALUE
+packetLen(0x07e2, 8)
// Packet: 0x07e3
-packetLen(0x07e3, 6) // ZC_ITEMLISTWIN_OPEN
+packetLen(0x07e3, 6)
// Packet: 0x07e4
#if PACKETVER >= 20121107
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20121031
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20121010
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20120925
-packetLen(0x07e4, 4) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 4)
#elif PACKETVER >= 20120919
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20120814
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20120808
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20120724
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20120710
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20120626
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20120612
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20120604
-packetLen(0x07e4, 10) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 10)
#elif PACKETVER >= 20120529
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20120508
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20120503
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20120424
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20120417
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20120410
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20120404
-packetLen(0x07e4, 90) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 90)
#elif PACKETVER >= 20120328
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20120320
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20120214
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20120207
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20120117
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20120110
-packetLen(0x07e4, 19) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 19)
#elif PACKETVER >= 20120103
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#endif
// Packet: 0x07e5
-packetLen(0x07e5, 4) // CH_ENTER_CHECKBOT
+packetLen(0x07e5, 4)
// Packet: 0x07e6
-packetLen(0x07e6, 8) // ZC_MSG_SKILL
+packetLen(0x07e6, 8)
// Packet: 0x07e7
-packetLen(0x07e7, 32) // CH_CHECKBOT
+packetLen(0x07e7, 32)
// Packet: 0x07e8
-packetLen(0x07e8, -1) // HC_CHECKBOT
+packetLen(0x07e8, -1)
// Packet: 0x07e9
-packetLen(0x07e9, 5) // HC_CHECKBOT_RESULT
+packetLen(0x07e9, 5)
// Packet: 0x07ea
-packetLen(0x07ea, 2) // CZ_BATTLE_FIELD_LIST
+packetLen(0x07ea, 2)
// Packet: 0x07eb
-packetLen(0x07eb, -1) // ZC_BATTLE_FIELD_LIST
+packetLen(0x07eb, -1)
// Packet: 0x07ec
#if PACKETVER >= 20121205
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20121128
-packetLen(0x07ec, 26) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 26)
#elif PACKETVER >= 20121107
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20121031
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20120925
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20120919
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20120822
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20120814
-packetLen(0x07ec, 12) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 12)
#elif PACKETVER >= 20120808
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20120724
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20120716
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20120626
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20120612
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20120604
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20120529
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20120508
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20120503
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20120424
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20120417
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20120328
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20120320
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20120307
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20120228
-packetLen(0x07ec, 5) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 5)
#elif PACKETVER >= 20120214
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20120207
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20120131
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20120120
-packetLen(0x07ec, 26) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 26)
#elif PACKETVER >= 20120117
-packetLen(0x07ec, 36) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 36)
#elif PACKETVER >= 20120103
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#endif
// Packet: 0x07ed
-packetLen(0x07ed, 10) // ZC_JOIN_BATTLE_FIELD
+packetLen(0x07ed, 10)
// Packet: 0x07ee
-packetLen(0x07ee, 6) // CZ_CANCEL_BATTLE_FIELD
+packetLen(0x07ee, 6)
// Packet: 0x07ef
-packetLen(0x07ef, 8) // ZC_CANCEL_BATTLE_FIELD
+packetLen(0x07ef, 8)
// Packet: 0x07f0
-packetLen(0x07f0, 6) // CZ_REQ_BATTLE_STATE_MONITOR
+packetLen(0x07f0, 6)
// Packet: 0x07f1
-packetLen(0x07f1, 18) // ZC_ACK_BATTLE_STATE_MONITOR
+packetLen(0x07f1, 18)
// Packet: 0x07f2
-packetLen(0x07f2, 8) // ZC_BATTLE_NOTI_START_STEP
+packetLen(0x07f2, 8)
// Packet: 0x07f3
-packetLen(0x07f3, 6) // ZC_BATTLE_JOIN_NOTI_DEFER
+packetLen(0x07f3, 6)
// Packet: 0x07f4
-packetLen(0x07f4, 3) // ZC_BATTLE_JOIN_DISABLE_STATE
+packetLen(0x07f4, 3)
// Packet: 0x07f5
-packetLen(0x07f5, 6) // CZ_GM_FULLSTRIP
+packetLen(0x07f5, 6)
// Packet: 0x07f6
-packetLen(0x07f6, 14) // ZC_NOTIFY_EXP
+packetLen(0x07f6, 14)
// Packet: 0x07f7
-packetLen(0x07f7, -1) // ZC_NOTIFY_MOVEENTRY7
+packetLen(0x07f7, -1)
// Packet: 0x07f8
-packetLen(0x07f8, -1) // ZC_NOTIFY_NEWENTRY5
+packetLen(0x07f8, -1)
// Packet: 0x07f9
-packetLen(0x07f9, -1) // ZC_NOTIFY_STANDENTRY5
+packetLen(0x07f9, -1)
// Packet: 0x07fa
-packetLen(0x07fa, 8) // ZC_DELETE_ITEM_FROM_BODY
+packetLen(0x07fa, 8)
// Packet: 0x07fb
-packetLen(0x07fb, 25) // ZC_USESKILL_ACK2
+packetLen(0x07fb, 25)
// Packet: 0x07fc
-packetLen(0x07fc, 10) // ZC_CHANGE_GROUP_MASTER
+packetLen(0x07fc, 10)
// Packet: 0x07fd
-packetLen(0x07fd, -1) // ZC_BROADCASTING_SPECIAL_ITEM_OBTAIN
+packetLen(0x07fd, -1)
// Packet: 0x07fe
-packetLen(0x07fe, 26) // ZC_PLAY_NPC_BGM
+packetLen(0x07fe, 26)
// Packet: 0x0800
-packetLen(0x0800, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC2
+packetLen(0x0800, -1)
// Packet: 0x0801
-packetLen(0x0801, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC2
+packetLen(0x0801, -1)
// Packet: 0x0802
#if PACKETVER >= 20121205
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20121128
-packetLen(0x0802, 36) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 36)
#elif PACKETVER >= 20121107
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20121031
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20120925
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20120919
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20120905
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20120830
-packetLen(0x0802, 36) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 36)
#elif PACKETVER >= 20120814
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20120808
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20120724
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20120716
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20120710
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20120702
-packetLen(0x0802, -1) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, -1)
#elif PACKETVER >= 20120626
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20120612
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20120604
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20120529
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20120508
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20120503
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20120424
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20120417
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20120328
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20120320
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20120214
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20120207
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20120131
-packetLen(0x0802, 90) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 90)
#elif PACKETVER >= 20120120
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20120103
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#endif
// Packet: 0x0803
-packetLen(0x0803, 4) // ZC_PARTY_BOOKING_ACK_REGISTER
+packetLen(0x0803, 4)
// Packet: 0x0804
-packetLen(0x0804, 14) // CZ_PARTY_BOOKING_REQ_SEARCH
+packetLen(0x0804, 14)
// Packet: 0x0805
-packetLen(0x0805, -1) // ZC_PARTY_BOOKING_ACK_SEARCH
+packetLen(0x0805, -1)
// Packet: 0x0806
-packetLen(0x0806, 2) // CZ_PARTY_BOOKING_REQ_DELETE
+packetLen(0x0806, 2)
// Packet: 0x0807
-packetLen(0x0807, 4) // ZC_PARTY_BOOKING_ACK_DELETE
+packetLen(0x0807, 4)
// Packet: 0x0808
-packetLen(0x0808, 14) // CZ_PARTY_BOOKING_REQ_UPDATE
+packetLen(0x0808, 14)
// Packet: 0x0809
-packetLen(0x0809, 50) // ZC_PARTY_BOOKING_NOTIFY_INSERT
+packetLen(0x0809, 50)
// Packet: 0x080a
-packetLen(0x080a, 18) // ZC_PARTY_BOOKING_NOTIFY_UPDATE
+packetLen(0x080a, 18)
// Packet: 0x080b
-packetLen(0x080b, 6) // ZC_PARTY_BOOKING_NOTIFY_DELETE
+packetLen(0x080b, 6)
// Packet: 0x080c
-packetLen(0x080c, 2) // CZ_SIMPLE_CASH_BTNSHOW
+packetLen(0x080c, 2)
// Packet: 0x080d
-packetLen(0x080d, 3) // ZC_SIMPLE_CASH_BTNSHOW
+packetLen(0x080d, 3)
// Packet: 0x080e
-packetLen(0x080e, 14) // ZC_NOTIFY_HP_TO_GROUPM_R2
+packetLen(0x080e, 14)
// Packet: 0x080f
-packetLen(0x080f, 20) // ZC_ADD_EXCHANGE_ITEM2
+packetLen(0x080f, 20)
// Packet: 0x0810
-packetLen(0x0810, 3) // ZC_OPEN_BUYING_STORE
+packetLen(0x0810, 3)
// Packet: 0x0811
#if PACKETVER >= 20121227
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20121218
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20121107
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20121031
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20121024
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20121017
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20120925
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20120919
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20120905
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20120830
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20120814
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20120808
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20120724
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20120716
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20120710
-packetLen(0x0811, 6) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 6)
#elif PACKETVER >= 20120626
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20120612
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20120604
-packetLen(0x0811, 12) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 12)
#elif PACKETVER >= 20120522
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20120515
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20120503
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20120424
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20120404
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20120328
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20120307
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20120228
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20120221
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20120214
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20120207
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20120131
-packetLen(0x0811, 8) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 8)
#elif PACKETVER >= 20120120
-packetLen(0x0811, 6) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 6)
#elif PACKETVER >= 20120117
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20120103
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#endif
// Packet: 0x0812
-packetLen(0x0812, 8) // ZC_FAILED_OPEN_BUYING_STORE_TO_BUYER
+packetLen(0x0812, 8)
// Packet: 0x0813
-packetLen(0x0813, -1) // ZC_MYITEMLIST_BUYING_STORE
+packetLen(0x0813, -1)
// Packet: 0x0814
-packetLen(0x0814, 86) // ZC_BUYING_STORE_ENTRY
+packetLen(0x0814, 86)
// Packet: 0x0815
#if PACKETVER >= 20121227
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20121218
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20121212
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20121205
-packetLen(0x0815, 6) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 6)
#elif PACKETVER >= 20121121
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20121114
-packetLen(0x0815, 90) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 90)
#elif PACKETVER >= 20121107
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20121031
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20121024
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20121017
-packetLen(0x0815, 8) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 8)
#elif PACKETVER >= 20121010
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20120925
-packetLen(0x0815, 12) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 12)
#elif PACKETVER >= 20120919
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20120905
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20120830
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20120822
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20120814
-packetLen(0x0815, 6) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 6)
#elif PACKETVER >= 20120808
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20120801
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20120716
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20120710
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20120702
-packetLen(0x0815, 26) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 26)
#elif PACKETVER >= 20120626
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20120612
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20120604
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20120529
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20120515
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20120503
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20120424
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20120404
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20120328
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20120307
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20120228
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20120221
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20120214
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20120207
-packetLen(0x0815, 36) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 36)
#elif PACKETVER >= 20120131
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20120117
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20120103
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#endif
// Packet: 0x0816
-packetLen(0x0816, 6) // ZC_DISAPPEAR_BUYING_STORE_ENTRY
+packetLen(0x0816, 6)
// Packet: 0x0817
#if PACKETVER >= 20121218
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20121212
-packetLen(0x0817, 10) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 10)
#elif PACKETVER >= 20121031
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20121024
-packetLen(0x0817, 7) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 7)
#elif PACKETVER >= 20121017
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20121010
-packetLen(0x0817, 6) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 6)
#elif PACKETVER >= 20120911
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20120905
-packetLen(0x0817, 36) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 36)
#elif PACKETVER >= 20120522
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20120515
-packetLen(0x0817, -1) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, -1)
#elif PACKETVER >= 20120508
-packetLen(0x0817, 4) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 4)
#elif PACKETVER >= 20120503
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20120424
-packetLen(0x0817, 8) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 8)
#elif PACKETVER >= 20120214
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20120207
-packetLen(0x0817, -1) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, -1)
#elif PACKETVER >= 20120103
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#endif
// Packet: 0x0818
-packetLen(0x0818, -1) // ZC_ACK_ITEMLIST_BUYING_STORE
+packetLen(0x0818, -1)
// Packet: 0x0819
#if PACKETVER >= 20121227
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20121218
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20121107
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20121031
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20121024
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20121017
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20121010
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20120925
-packetLen(0x0819, 19) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 19)
#elif PACKETVER >= 20120919
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20120911
-packetLen(0x0819, 8) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 8)
#elif PACKETVER >= 20120905
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20120830
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20120814
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20120808
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20120724
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20120716
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20120702
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20120626
-packetLen(0x0819, 6) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 6)
#elif PACKETVER >= 20120618
-packetLen(0x0819, 36) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 36)
#elif PACKETVER >= 20120612
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20120604
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20120529
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20120515
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20120503
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20120424
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20120404
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20120328
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20120314
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20120228
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20120221
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20120214
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20120131
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20120117
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20120103
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#endif
// Packet: 0x081a
-packetLen(0x081a, 4) // ZC_FAILED_TRADE_BUYING_STORE_TO_BUYER
+packetLen(0x081a, 4)
// Packet: 0x081b
-packetLen(0x081b, 10) // ZC_UPDATE_ITEM_FROM_BUYING_STORE
+packetLen(0x081b, 10)
// Packet: 0x081c
-packetLen(0x081c, 10) // ZC_ITEM_DELETE_BUYING_STORE
+packetLen(0x081c, 10)
// Packet: 0x081d
-packetLen(0x081d, 22) // ZC_EL_INIT
+packetLen(0x081d, 22)
// Packet: 0x081e
-packetLen(0x081e, 8) // ZC_EL_PAR_CHANGE
+packetLen(0x081e, 8)
// Packet: 0x081f
-packetLen(0x081f, -1) // ZC_BROADCAST4
+packetLen(0x081f, -1)
// Packet: 0x0820
-packetLen(0x0820, 11) // ZC_COSTUME_SPRITE_CHANGE
+packetLen(0x0820, 11)
// Packet: 0x0821
-packetLen(0x0821, 2) // AC_OTP_USER
+packetLen(0x0821, 2)
// Packet: 0x0822
-packetLen(0x0822, 9) // CA_OTP_AUTH_REQ
+packetLen(0x0822, 9)
// Packet: 0x0823
-packetLen(0x0823, -1) // AC_OTP_AUTH_ACK
+packetLen(0x0823, -1)
// Packet: 0x0824
-packetLen(0x0824, 6) // ZC_FAILED_TRADE_BUYING_STORE_TO_SELLER
+packetLen(0x0824, 6)
// Packet: 0x0825
-packetLen(0x0825, -1) // CA_SSO_LOGIN_REQ
+packetLen(0x0825, -1)
// Packet: 0x0827
-packetLen(0x0827, 6) // CH_DELETE_CHAR3_RESERVED
+packetLen(0x0827, 6)
// Packet: 0x0828
-packetLen(0x0828, 14) // HC_DELETE_CHAR3_RESERVED
+packetLen(0x0828, 14)
// Packet: 0x0829
-packetLen(0x0829, 12) // CH_DELETE_CHAR3
+packetLen(0x0829, 12)
// Packet: 0x082a
-packetLen(0x082a, 10) // HC_DELETE_CHAR3
+packetLen(0x082a, 10)
// Packet: 0x082b
-packetLen(0x082b, 6) // CH_DELETE_CHAR3_CANCEL
+packetLen(0x082b, 6)
// Packet: 0x082c
-packetLen(0x082c, 10) // HC_DELETE_CHAR3_CANCEL
+packetLen(0x082c, 10)
// Packet: 0x082d
-packetLen(0x082d, -1) // HC_ACCEPT_ENTER2
+packetLen(0x082d, -1)
// Packet: 0x0835
#if PACKETVER >= 20121010
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20120925
-packetLen(0x0835, 90) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 90)
#elif PACKETVER >= 20120905
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20120830
-packetLen(0x0835, 8) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 8)
#elif PACKETVER >= 20120801
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20120724
-packetLen(0x0835, 26) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 26)
#elif PACKETVER >= 20120103
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#endif
// Packet: 0x0836
-packetLen(0x0836, -1) // ZC_SEARCH_STORE_INFO_ACK
+packetLen(0x0836, -1)
// Packet: 0x0837
-packetLen(0x0837, 3) // ZC_SEARCH_STORE_INFO_FAILED
+packetLen(0x0837, 3)
// Packet: 0x0838
#if PACKETVER >= 20121227
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20121218
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20121121
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20121114
-packetLen(0x0838, 26) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 26)
#elif PACKETVER >= 20121107
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20121031
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20121024
-packetLen(0x0838, 18) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 18)
#elif PACKETVER >= 20121017
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20121010
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20120925
-packetLen(0x0838, 6) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 6)
#elif PACKETVER >= 20120919
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20120905
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20120830
-packetLen(0x0838, 5) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 5)
#elif PACKETVER >= 20120814
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20120808
-packetLen(0x0838, 26) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 26)
#elif PACKETVER >= 20120724
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20120716
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20120702
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20120626
-packetLen(0x0838, -1) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, -1)
#elif PACKETVER >= 20120612
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20120604
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20120529
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20120515
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20120503
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20120424
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20120404
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20120328
-packetLen(0x0838, 8) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 8)
#elif PACKETVER >= 20120307
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20120228
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20120221
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20120214
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20120207
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20120131
-packetLen(0x0838, 5) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 5)
#elif PACKETVER >= 20120120
-packetLen(0x0838, 26) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 26)
#elif PACKETVER >= 20120117
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20120110
-packetLen(0x0838, 5) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 5)
#elif PACKETVER >= 20120103
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#endif
// Packet: 0x0839
-packetLen(0x0839, 66) // ZC_ACK_BAN_GUILD_SSO
+packetLen(0x0839, 66)
// Packet: 0x083a
-packetLen(0x083a, 5) // ZC_OPEN_SEARCH_STORE_INFO
+packetLen(0x083a, 5)
// Packet: 0x083b
-packetLen(0x083b, 2) // CZ_CLOSE_SEARCH_STORE_INFO
+packetLen(0x083b, 2)
// Packet: 0x083c
#if PACKETVER >= 20121227
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20121218
-packetLen(0x083c, 6) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 6)
#elif PACKETVER >= 20121107
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20121031
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20121024
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20121017
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20120925
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20120919
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20120905
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20120830
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20120814
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20120808
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20120724
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20120716
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20120626
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20120612
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20120604
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20120529
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20120515
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20120503
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20120424
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20120404
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20120328
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20120314
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20120228
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20120221
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20120214
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20120131
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20120117
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20120103
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#endif
// Packet: 0x083d
-packetLen(0x083d, 6) // ZC_SSILIST_ITEM_CLICK_ACK
+packetLen(0x083d, 6)
// Packet: 0x083e
-packetLen(0x083e, 26) // AC_REFUSE_LOGIN2
+packetLen(0x083e, 26)
// Packet: 0x0840
-packetLen(0x0840, -1) // HC_NOTIFY_ACCESSIBLE_MAPNAME
+packetLen(0x0840, -1)
// Packet: 0x0841
-packetLen(0x0841, 4) // CH_SELECT_ACCESSIBLE_MAPNAME
+packetLen(0x0841, 4)
// Packet: 0x0842
-packetLen(0x0842, 6) // CZ_RECALL_SSO
+packetLen(0x0842, 6)
// Packet: 0x0843
-packetLen(0x0843, 6) // CZ_REMOVE_AID_SSO
+packetLen(0x0843, 6)
// Packet: 0x0844
-packetLen(0x0844, 2) // CZ_SE_CASHSHOP_OPEN
+packetLen(0x0844, 2)
// Packet: 0x0845
-packetLen(0x0845, 10) // ZC_SE_CASHSHOP_OPEN
+packetLen(0x0845, 10)
// Packet: 0x0846
-packetLen(0x0846, 4) // CZ_REQ_SE_CASH_TAB_CODE
+packetLen(0x0846, 4)
// Packet: 0x0847
-packetLen(0x0847, -1) // ZC_ACK_SE_CASH_ITEM_LIST
+packetLen(0x0847, -1)
// Packet: 0x0848
-packetLen(0x0848, -1) // CZ_SE_PC_BUY_CASHITEM_LIST
+packetLen(0x0848, -1)
// Packet: 0x0849
-packetLen(0x0849, 16) // ZC_SE_PC_BUY_CASHITEM_RESULT
+packetLen(0x0849, 16)
// Packet: 0x084a
-packetLen(0x084a, 2) // CZ_SE_CASHSHOP_CLOSE
+packetLen(0x084a, 2)
// Packet: 0x084b
-packetLen(0x084b, 19) // ZC_ITEM_FALL_ENTRY4
+packetLen(0x084b, 19)
// Packet: 0x084c
-packetLen(0x084c, 10) // CZ_MACRO_USE_SKILL
+packetLen(0x084c, 10)
// Packet: 0x084d
-packetLen(0x084d, 10) // CZ_MACRO_USE_SKILL_TOGROUND
+packetLen(0x084d, 10)
// Packet: 0x084e
-packetLen(0x084e, 5) // CZ_MACRO_REQUEST_MOVE
+packetLen(0x084e, 5)
// Packet: 0x084f
-packetLen(0x084f, 6) // CZ_MACRO_ITEM_PICKUP
+packetLen(0x084f, 6)
// Packet: 0x0850
-packetLen(0x0850, 7) // CZ_MACRO_REQUEST_ACT
+packetLen(0x0850, 7)
// Packet: 0x0851
-packetLen(0x0851, -1) // ZC_GPK_DYNCODE
+packetLen(0x0851, -1)
// Packet: 0x0852
-packetLen(0x0852, 2) // CZ_GPK_DYNCODE_RELOAD
+packetLen(0x0852, 2)
// Packet: 0x0853
-packetLen(0x0853, -1) // ZC_GPK_AUTH
+packetLen(0x0853, -1)
// Packet: 0x0854
-packetLen(0x0854, -1) // CZ_GPK_AUTH
+packetLen(0x0854, -1)
// Packet: 0x0855
-packetLen(0x0855, 6) // ZC_MACRO_ITEMPICKUP_FAIL
+packetLen(0x0855, 6)
// Packet: 0x0856
-packetLen(0x0856, -1) // ZC_NOTIFY_MOVEENTRY8
+packetLen(0x0856, -1)
// Packet: 0x0857
-packetLen(0x0857, -1) // ZC_NOTIFY_STANDENTRY7
+packetLen(0x0857, -1)
// Packet: 0x0858
-packetLen(0x0858, -1) // ZC_NOTIFY_NEWENTRY6
+packetLen(0x0858, -1)
// Packet: 0x0859
-packetLen(0x0859, -1) // ZC_EQUIPWIN_MICROSCOPE2
+packetLen(0x0859, -1)
// Packet: 0x085a
#if PACKETVER >= 20121107
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20121031
-packetLen(0x085a, 26) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 26)
#elif PACKETVER >= 20121024
-packetLen(0x085a, 8) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 8)
#elif PACKETVER >= 20120830
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20120822
-packetLen(0x085a, 5) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 5)
#elif PACKETVER >= 20120710
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20120702
-packetLen(0x085a, 7) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 7)
#elif PACKETVER >= 20120522
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20120515
-packetLen(0x085a, 8) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 8)
#elif PACKETVER >= 20120307
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20120228
-packetLen(0x085a, 8) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 8)
#elif PACKETVER >= 20120221
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20120214
-packetLen(0x085a, 12) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 12)
#elif PACKETVER >= 20120103
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#endif
// Packet: 0x085b
#if PACKETVER >= 20120716
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
#elif PACKETVER >= 20120710
-packetLen(0x085b, 10) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 10)
#elif PACKETVER >= 20120410
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
#elif PACKETVER >= 20120404
-packetLen(0x085b, 4) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 4)
#elif PACKETVER >= 20120103
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
#endif
// Packet: 0x085c
#if PACKETVER >= 20121218
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
#elif PACKETVER >= 20121212
-packetLen(0x085c, 7) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 7)
#elif PACKETVER >= 20121114
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
#elif PACKETVER >= 20121107
-packetLen(0x085c, -1) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, -1)
#elif PACKETVER >= 20120830
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
#elif PACKETVER >= 20120822
-packetLen(0x085c, -1) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, -1)
#elif PACKETVER >= 20120103
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
#endif
// Packet: 0x085d
#if PACKETVER >= 20121010
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
#elif PACKETVER >= 20120925
-packetLen(0x085d, 5) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 5)
#elif PACKETVER >= 20120911
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
#elif PACKETVER >= 20120905
-packetLen(0x085d, 10) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 10)
#elif PACKETVER >= 20120830
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
#elif PACKETVER >= 20120822
-packetLen(0x085d, 10) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 10)
#elif PACKETVER >= 20120808
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
#elif PACKETVER >= 20120801
-packetLen(0x085d, 6) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 6)
#elif PACKETVER >= 20120103
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
#endif
// Packet: 0x085e
#if PACKETVER >= 20120822
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#elif PACKETVER >= 20120814
-packetLen(0x085e, 8) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 8)
#elif PACKETVER >= 20120103
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#endif
// Packet: 0x085f
#if PACKETVER >= 20120814
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#elif PACKETVER >= 20120808
-packetLen(0x085f, 36) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 36)
#elif PACKETVER >= 20120702
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#elif PACKETVER >= 20120626
-packetLen(0x085f, 5) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 5)
#elif PACKETVER >= 20120612
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#elif PACKETVER >= 20120604
-packetLen(0x085f, 6) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 6)
#elif PACKETVER >= 20120529
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#elif PACKETVER >= 20120522
-packetLen(0x085f, 5) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 5)
#elif PACKETVER >= 20120103
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#endif
// Packet: 0x0860
#if PACKETVER >= 20121227
-packetLen(0x0860, -1) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, -1)
#elif PACKETVER >= 20120529
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#elif PACKETVER >= 20120522
-packetLen(0x0860, 36) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 36)
#elif PACKETVER >= 20120103
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#endif
// Packet: 0x0861
#if PACKETVER >= 20121205
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#elif PACKETVER >= 20121128
-packetLen(0x0861, 18) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 18)
#elif PACKETVER >= 20121114
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#elif PACKETVER >= 20121107
-packetLen(0x0861, 6) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 6)
#elif PACKETVER >= 20120905
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#elif PACKETVER >= 20120830
-packetLen(0x0861, 19) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 19)
#elif PACKETVER >= 20120822
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#elif PACKETVER >= 20120814
-packetLen(0x0861, 6) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 6)
#elif PACKETVER >= 20120710
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#elif PACKETVER >= 20120702
-packetLen(0x0861, 8) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 8)
#elif PACKETVER >= 20120612
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#elif PACKETVER >= 20120604
-packetLen(0x0861, 18) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 18)
#elif PACKETVER >= 20120529
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#elif PACKETVER >= 20120522
-packetLen(0x0861, 18) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 18)
#elif PACKETVER >= 20120404
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#elif PACKETVER >= 20120328
-packetLen(0x0861, -1) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, -1)
#elif PACKETVER >= 20120314
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#elif PACKETVER >= 20120307
-packetLen(0x0861, 36) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 36)
#elif PACKETVER >= 20120103
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#endif
// Packet: 0x0862
#if PACKETVER >= 20121121
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#elif PACKETVER >= 20121114
-packetLen(0x0862, -1) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, -1)
#elif PACKETVER >= 20120822
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#elif PACKETVER >= 20120814
-packetLen(0x0862, 6) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 6)
#elif PACKETVER >= 20120710
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#elif PACKETVER >= 20120702
-packetLen(0x0862, 10) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 10)
#elif PACKETVER >= 20120103
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#endif
// Packet: 0x0863
#if PACKETVER >= 20121212
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20121205
-packetLen(0x0863, 6) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 6)
#elif PACKETVER >= 20121128
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20121121
-packetLen(0x0863, -1) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, -1)
#elif PACKETVER >= 20120710
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20120702
-packetLen(0x0863, 10) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 10)
#elif PACKETVER >= 20120612
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20120604
-packetLen(0x0863, 6) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 6)
#elif PACKETVER >= 20120503
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20120424
-packetLen(0x0863, 26) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 26)
#elif PACKETVER >= 20120314
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20120307
-packetLen(0x0863, 5) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 5)
#elif PACKETVER >= 20120228
-packetLen(0x0863, 12) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 12)
#elif PACKETVER >= 20120103
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#endif
// Packet: 0x0864
#if PACKETVER >= 20121212
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#elif PACKETVER >= 20121205
-packetLen(0x0864, 18) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 18)
#elif PACKETVER >= 20120410
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#elif PACKETVER >= 20120404
-packetLen(0x0864, 18) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 18)
#elif PACKETVER >= 20120320
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#elif PACKETVER >= 20120314
-packetLen(0x0864, 5) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 5)
#elif PACKETVER >= 20120103
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#endif
// Packet: 0x0865
#if PACKETVER >= 20121114
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#elif PACKETVER >= 20121107
-packetLen(0x0865, 19) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 19)
#elif PACKETVER >= 20120822
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#elif PACKETVER >= 20120814
-packetLen(0x0865, 8) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 8)
#elif PACKETVER >= 20120404
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#elif PACKETVER >= 20120328
-packetLen(0x0865, 5) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 5)
#elif PACKETVER >= 20120314
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#elif PACKETVER >= 20120307
-packetLen(0x0865, 6) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 6)
#elif PACKETVER >= 20120103
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#endif
// Packet: 0x0866
#if PACKETVER >= 20120801
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
#elif PACKETVER >= 20120724
-packetLen(0x0866, 4) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 4)
#elif PACKETVER >= 20120702
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
#elif PACKETVER >= 20120626
-packetLen(0x0866, -1) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, -1)
#elif PACKETVER >= 20120529
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
#elif PACKETVER >= 20120522
-packetLen(0x0866, 8) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 8)
#elif PACKETVER >= 20120404
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
#elif PACKETVER >= 20120328
-packetLen(0x0866, 5) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 5)
#elif PACKETVER >= 20120103
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
#endif
// Packet: 0x0867
#if PACKETVER >= 20121227
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#elif PACKETVER >= 20121218
-packetLen(0x0867, 5) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 5)
#elif PACKETVER >= 20121205
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#elif PACKETVER >= 20121128
-packetLen(0x0867, 6) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 6)
#elif PACKETVER >= 20120710
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#elif PACKETVER >= 20120702
-packetLen(0x0867, -1) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, -1)
#elif PACKETVER >= 20120515
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#elif PACKETVER >= 20120508
-packetLen(0x0867, 5) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 5)
#elif PACKETVER >= 20120103
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#endif
// Packet: 0x0868
#if PACKETVER >= 20121031
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#elif PACKETVER >= 20121024
-packetLen(0x0868, -1) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, -1)
#elif PACKETVER >= 20121017
-packetLen(0x0868, 8) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 8)
#elif PACKETVER >= 20120919
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#elif PACKETVER >= 20120911
-packetLen(0x0868, 6) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 6)
#elif PACKETVER >= 20120822
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#elif PACKETVER >= 20120814
-packetLen(0x0868, 7) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 7)
#elif PACKETVER >= 20120702
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#elif PACKETVER >= 20120626
-packetLen(0x0868, 5) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 5)
#elif PACKETVER >= 20120515
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#elif PACKETVER >= 20120508
-packetLen(0x0868, 5) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 5)
#elif PACKETVER >= 20120103
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#endif
// Packet: 0x0869
#if PACKETVER >= 20121017
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#elif PACKETVER >= 20121010
-packetLen(0x0869, 6) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 6)
#elif PACKETVER >= 20120925
-packetLen(0x0869, 8) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 8)
#elif PACKETVER >= 20120702
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#elif PACKETVER >= 20120626
-packetLen(0x0869, 10) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 10)
#elif PACKETVER >= 20120612
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#elif PACKETVER >= 20120604
-packetLen(0x0869, 10) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 10)
#elif PACKETVER >= 20120529
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#elif PACKETVER >= 20120522
-packetLen(0x0869, 19) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 19)
#elif PACKETVER >= 20120515
-packetLen(0x0869, 8) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 8)
#elif PACKETVER >= 20120221
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#elif PACKETVER >= 20120214
-packetLen(0x0869, 6) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 6)
#elif PACKETVER >= 20120103
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#endif
// Packet: 0x086a
#if PACKETVER >= 20121128
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#elif PACKETVER >= 20121121
-packetLen(0x086a, 90) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 90)
#elif PACKETVER >= 20120808
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#elif PACKETVER >= 20120801
-packetLen(0x086a, -1) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, -1)
#elif PACKETVER >= 20120604
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#elif PACKETVER >= 20120529
-packetLen(0x086a, 36) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 36)
#elif PACKETVER >= 20120522
-packetLen(0x086a, -1) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, -1)
#elif PACKETVER >= 20120410
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#elif PACKETVER >= 20120404
-packetLen(0x086a, 5) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 5)
#elif PACKETVER >= 20120314
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#elif PACKETVER >= 20120307
-packetLen(0x086a, 19) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 19)
#elif PACKETVER >= 20120221
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#elif PACKETVER >= 20120214
-packetLen(0x086a, 26) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 26)
#elif PACKETVER >= 20120103
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#endif
// Packet: 0x086b
#if PACKETVER >= 20121024
-packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 2)
#elif PACKETVER >= 20121017
-packetLen(0x086b, 6) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 6)
#elif PACKETVER >= 20120830
-packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 2)
#elif PACKETVER >= 20120822
-packetLen(0x086b, 6) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 6)
#elif PACKETVER >= 20120808
-packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 2)
#elif PACKETVER >= 20120801
-packetLen(0x086b, 6) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 6)
#elif PACKETVER >= 20120103
-packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 2)
#endif
// Packet: 0x086c
#if PACKETVER >= 20121212
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#elif PACKETVER >= 20121205
-packetLen(0x086c, -1) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, -1)
#elif PACKETVER >= 20121128
-packetLen(0x086c, 10) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 10)
#elif PACKETVER >= 20121121
-packetLen(0x086c, -1) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, -1)
#elif PACKETVER >= 20121114
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#elif PACKETVER >= 20121107
-packetLen(0x086c, 5) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 5)
#elif PACKETVER >= 20121017
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#elif PACKETVER >= 20121010
-packetLen(0x086c, 8) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 8)
#elif PACKETVER >= 20120417
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#elif PACKETVER >= 20120410
-packetLen(0x086c, 8) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 8)
#elif PACKETVER >= 20120103
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#endif
// Packet: 0x086d
#if PACKETVER >= 20121128
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#elif PACKETVER >= 20121121
-packetLen(0x086d, 6) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 6)
#elif PACKETVER >= 20121114
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#elif PACKETVER >= 20121107
-packetLen(0x086d, 6) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 6)
#elif PACKETVER >= 20120702
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#elif PACKETVER >= 20120626
-packetLen(0x086d, 18) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 18)
#elif PACKETVER >= 20120612
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#elif PACKETVER >= 20120604
-packetLen(0x086d, 5) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 5)
#elif PACKETVER >= 20120103
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#endif
// Packet: 0x086e
#if PACKETVER >= 20121205
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
#elif PACKETVER >= 20121128
-packetLen(0x086e, 4) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 4)
#elif PACKETVER >= 20120830
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
#elif PACKETVER >= 20120822
-packetLen(0x086e, 5) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 5)
#elif PACKETVER >= 20120221
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
#elif PACKETVER >= 20120214
-packetLen(0x086e, 6) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 6)
#elif PACKETVER >= 20120103
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
#endif
// Packet: 0x086f
#if PACKETVER >= 20121128
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#elif PACKETVER >= 20121121
-packetLen(0x086f, 8) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 8)
#elif PACKETVER >= 20120919
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#elif PACKETVER >= 20120911
-packetLen(0x086f, 5) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 5)
#elif PACKETVER >= 20120905
-packetLen(0x086f, 6) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 6)
#elif PACKETVER >= 20120822
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#elif PACKETVER >= 20120814
-packetLen(0x086f, 36) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 36)
#elif PACKETVER >= 20120702
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#elif PACKETVER >= 20120626
-packetLen(0x086f, 26) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 26)
#elif PACKETVER >= 20120612
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#elif PACKETVER >= 20120604
-packetLen(0x086f, 5) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 5)
#elif PACKETVER >= 20120328
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#elif PACKETVER >= 20120320
-packetLen(0x086f, 5) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 5)
#elif PACKETVER >= 20120103
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#endif
// Packet: 0x0870
#if PACKETVER >= 20121227
-packetLen(0x0870, 12) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 12)
#elif PACKETVER >= 20121212
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#elif PACKETVER >= 20121205
-packetLen(0x0870, -1) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, -1)
#elif PACKETVER >= 20120314
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#elif PACKETVER >= 20120307
-packetLen(0x0870, -1) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, -1)
#elif PACKETVER >= 20120228
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#elif PACKETVER >= 20120221
-packetLen(0x0870, 6) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 6)
#elif PACKETVER >= 20120103
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#endif
// Packet: 0x0871
#if PACKETVER >= 20121107
-packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 2)
#elif PACKETVER >= 20121031
-packetLen(0x0871, 5) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 5)
#elif PACKETVER >= 20120702
-packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 2)
#elif PACKETVER >= 20120626
-packetLen(0x0871, 6) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 6)
#elif PACKETVER >= 20120612
-packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 2)
#elif PACKETVER >= 20120604
-packetLen(0x0871, 36) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 36)
#elif PACKETVER >= 20120503
-packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 2)
#elif PACKETVER >= 20120424
-packetLen(0x0871, 10) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 10)
#elif PACKETVER >= 20120417
-packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 2)
#elif PACKETVER >= 20120410
-packetLen(0x0871, 5) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 5)
#elif PACKETVER >= 20120307
-packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 2)
#elif PACKETVER >= 20120228
-packetLen(0x0871, 10) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 10)
#elif PACKETVER >= 20120103
-packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 2)
#endif
// Packet: 0x0872
@@ -4609,3877 +4609,3877 @@ packetLen(0x0872, 2)
// Packet: 0x0873
#if PACKETVER >= 20121114
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#elif PACKETVER >= 20121107
-packetLen(0x0873, 8) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 8)
#elif PACKETVER >= 20121010
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#elif PACKETVER >= 20120925
-packetLen(0x0873, -1) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, -1)
#elif PACKETVER >= 20120808
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#elif PACKETVER >= 20120801
-packetLen(0x0873, 10) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 10)
#elif PACKETVER >= 20120417
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#elif PACKETVER >= 20120410
-packetLen(0x0873, 4) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 4)
#elif PACKETVER >= 20120103
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#endif
// Packet: 0x0874
#if PACKETVER >= 20121017
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#elif PACKETVER >= 20121010
-packetLen(0x0874, 8) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 8)
#elif PACKETVER >= 20120702
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#elif PACKETVER >= 20120626
-packetLen(0x0874, 5) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 5)
#elif PACKETVER >= 20120503
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#elif PACKETVER >= 20120424
-packetLen(0x0874, 90) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 90)
#elif PACKETVER >= 20120404
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#elif PACKETVER >= 20120328
-packetLen(0x0874, 12) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 12)
#elif PACKETVER >= 20120103
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#endif
// Packet: 0x0875
#if PACKETVER >= 20121212
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20121205
-packetLen(0x0875, -1) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, -1)
#elif PACKETVER >= 20121128
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20121121
-packetLen(0x0875, 8) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 8)
#elif PACKETVER >= 20121031
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20121024
-packetLen(0x0875, 4) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 4)
#elif PACKETVER >= 20120822
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20120814
-packetLen(0x0875, 5) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 5)
#elif PACKETVER >= 20120808
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20120801
-packetLen(0x0875, 6) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 6)
#elif PACKETVER >= 20120702
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20120626
-packetLen(0x0875, 8) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 8)
#elif PACKETVER >= 20120404
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20120328
-packetLen(0x0875, 4) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 4)
#elif PACKETVER >= 20120307
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20120228
-packetLen(0x0875, -1) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, -1)
#elif PACKETVER >= 20120103
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#endif
// Packet: 0x0876
#if PACKETVER >= 20121121
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
#elif PACKETVER >= 20121114
-packetLen(0x0876, 6) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 6)
#elif PACKETVER >= 20120919
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
#elif PACKETVER >= 20120905
-packetLen(0x0876, 5) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 5)
#elif PACKETVER >= 20120404
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
#elif PACKETVER >= 20120328
-packetLen(0x0876, 36) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 36)
#elif PACKETVER >= 20120103
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
#endif
// Packet: 0x0877
#if PACKETVER >= 20121218
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#elif PACKETVER >= 20121212
-packetLen(0x0877, 6) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 6)
#elif PACKETVER >= 20121107
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#elif PACKETVER >= 20121031
-packetLen(0x0877, 19) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 19)
#elif PACKETVER >= 20120919
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#elif PACKETVER >= 20120911
-packetLen(0x0877, 26) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 26)
#elif PACKETVER >= 20120905
-packetLen(0x0877, -1) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, -1)
#elif PACKETVER >= 20120801
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#elif PACKETVER >= 20120724
-packetLen(0x0877, -1) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, -1)
#elif PACKETVER >= 20120716
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#elif PACKETVER >= 20120702
-packetLen(0x0877, 6) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 6)
#elif PACKETVER >= 20120103
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#endif
// Packet: 0x0878
#if PACKETVER >= 20121212
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#elif PACKETVER >= 20121205
-packetLen(0x0878, 90) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 90)
#elif PACKETVER >= 20121114
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#elif PACKETVER >= 20121107
-packetLen(0x0878, 26) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 26)
#elif PACKETVER >= 20120911
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#elif PACKETVER >= 20120905
-packetLen(0x0878, 5) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 5)
#elif PACKETVER >= 20120716
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#elif PACKETVER >= 20120710
-packetLen(0x0878, -1) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, -1)
#elif PACKETVER >= 20120702
-packetLen(0x0878, 12) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 12)
#elif PACKETVER >= 20120103
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#endif
// Packet: 0x0879
#if PACKETVER >= 20121121
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
#elif PACKETVER >= 20121114
-packetLen(0x0879, 6) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 6)
#elif PACKETVER >= 20120919
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
#elif PACKETVER >= 20120911
-packetLen(0x0879, 6) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 6)
#elif PACKETVER >= 20120710
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
#elif PACKETVER >= 20120702
-packetLen(0x0879, 18) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 18)
#elif PACKETVER >= 20120103
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
#endif
// Packet: 0x087a
#if PACKETVER >= 20121227
-packetLen(0x087a, 7) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 7)
#elif PACKETVER >= 20121218
-packetLen(0x087a, 5) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 5)
#elif PACKETVER >= 20121031
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
#elif PACKETVER >= 20121024
-packetLen(0x087a, 8) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 8)
#elif PACKETVER >= 20121010
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
#elif PACKETVER >= 20120925
-packetLen(0x087a, 6) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 6)
#elif PACKETVER >= 20120919
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
#elif PACKETVER >= 20120911
-packetLen(0x087a, 8) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 8)
#elif PACKETVER >= 20120905
-packetLen(0x087a, 10) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 10)
#elif PACKETVER >= 20120103
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
#endif
// Packet: 0x087b
#if PACKETVER >= 20121227
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#elif PACKETVER >= 20121218
-packetLen(0x087b, 26) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 26)
#elif PACKETVER >= 20121031
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#elif PACKETVER >= 20121024
-packetLen(0x087b, -1) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, -1)
#elif PACKETVER >= 20120911
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#elif PACKETVER >= 20120905
-packetLen(0x087b, 6) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 6)
#elif PACKETVER >= 20120529
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#elif PACKETVER >= 20120522
-packetLen(0x087b, 6) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 6)
#elif PACKETVER >= 20120103
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#endif
// Packet: 0x087c
#if PACKETVER >= 20120830
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
#elif PACKETVER >= 20120822
-packetLen(0x087c, 90) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 90)
#elif PACKETVER >= 20120801
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
#elif PACKETVER >= 20120724
-packetLen(0x087c, 18) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 18)
#elif PACKETVER >= 20120604
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
#elif PACKETVER >= 20120529
-packetLen(0x087c, 26) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 26)
#elif PACKETVER >= 20120522
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
#elif PACKETVER >= 20120515
-packetLen(0x087c, 5) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 5)
#elif PACKETVER >= 20120328
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
#elif PACKETVER >= 20120320
-packetLen(0x087c, 36) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 36)
#elif PACKETVER >= 20120103
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
#endif
// Packet: 0x087d
#if PACKETVER >= 20121218
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#elif PACKETVER >= 20121212
-packetLen(0x087d, 10) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 10)
#elif PACKETVER >= 20121017
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#elif PACKETVER >= 20121010
-packetLen(0x087d, 90) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 90)
#elif PACKETVER >= 20120830
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#elif PACKETVER >= 20120822
-packetLen(0x087d, 6) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 6)
#elif PACKETVER >= 20120612
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#elif PACKETVER >= 20120604
-packetLen(0x087d, 6) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 6)
#elif PACKETVER >= 20120522
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#elif PACKETVER >= 20120515
-packetLen(0x087d, 6) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 6)
#elif PACKETVER >= 20120103
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#endif
// Packet: 0x087e
#if PACKETVER >= 20121031
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#elif PACKETVER >= 20121024
-packetLen(0x087e, 10) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 10)
#elif PACKETVER >= 20121010
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#elif PACKETVER >= 20120925
-packetLen(0x087e, 26) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 26)
#elif PACKETVER >= 20120911
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#elif PACKETVER >= 20120905
-packetLen(0x087e, 8) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 8)
#elif PACKETVER >= 20120529
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#elif PACKETVER >= 20120522
-packetLen(0x087e, 5) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 5)
#elif PACKETVER >= 20120515
-packetLen(0x087e, 12) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 12)
#elif PACKETVER >= 20120103
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#endif
// Packet: 0x087f
#if PACKETVER >= 20121218
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#elif PACKETVER >= 20121212
-packetLen(0x087f, 12) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 12)
#elif PACKETVER >= 20121114
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#elif PACKETVER >= 20121107
-packetLen(0x087f, 5) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 5)
#elif PACKETVER >= 20120822
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#elif PACKETVER >= 20120814
-packetLen(0x087f, 26) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 26)
#elif PACKETVER >= 20120716
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#elif PACKETVER >= 20120710
-packetLen(0x087f, 5) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 5)
#elif PACKETVER >= 20120529
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#elif PACKETVER >= 20120522
-packetLen(0x087f, 6) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 6)
#elif PACKETVER >= 20120103
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#endif
// Packet: 0x0880
#if PACKETVER >= 20121128
-packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 2)
#elif PACKETVER >= 20121121
-packetLen(0x0880, 5) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 5)
#elif PACKETVER >= 20120103
-packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 2)
#endif
// Packet: 0x0881
#if PACKETVER >= 20120702
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#elif PACKETVER >= 20120626
-packetLen(0x0881, 6) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 6)
#elif PACKETVER >= 20120221
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#elif PACKETVER >= 20120214
-packetLen(0x0881, 10) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 10)
#elif PACKETVER >= 20120103
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#endif
// Packet: 0x0882
#if PACKETVER >= 20121031
-packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 2)
#elif PACKETVER >= 20121024
-packetLen(0x0882, 36) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 36)
#elif PACKETVER >= 20120822
-packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 2)
#elif PACKETVER >= 20120814
-packetLen(0x0882, 18) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 18)
#elif PACKETVER >= 20120515
-packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 2)
#elif PACKETVER >= 20120508
-packetLen(0x0882, 8) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 8)
#elif PACKETVER >= 20120103
-packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 2)
#endif
// Packet: 0x0883
#if PACKETVER >= 20121017
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#elif PACKETVER >= 20121010
-packetLen(0x0883, 5) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 5)
#elif PACKETVER >= 20120710
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#elif PACKETVER >= 20120702
-packetLen(0x0883, -1) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, -1)
#elif PACKETVER >= 20120404
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#elif PACKETVER >= 20120328
-packetLen(0x0883, 90) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 90)
#elif PACKETVER >= 20120307
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#elif PACKETVER >= 20120228
-packetLen(0x0883, 6) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 6)
#elif PACKETVER >= 20120103
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#endif
// Packet: 0x0884
#if PACKETVER >= 20120515
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20120508
-packetLen(0x0884, 36) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 36)
#elif PACKETVER >= 20120417
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20120410
-packetLen(0x0884, 6) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 6)
#elif PACKETVER >= 20120314
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20120307
-packetLen(0x0884, -1) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, -1)
#elif PACKETVER >= 20120103
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#endif
// Packet: 0x0885
#if PACKETVER >= 20120830
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20120822
-packetLen(0x0885, 4) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 4)
#elif PACKETVER >= 20120612
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20120604
-packetLen(0x0885, 26) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 26)
#elif PACKETVER >= 20120515
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20120508
-packetLen(0x0885, 6) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 6)
#elif PACKETVER >= 20120417
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20120410
-packetLen(0x0885, 5) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 5)
#elif PACKETVER >= 20120320
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20120314
-packetLen(0x0885, 5) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 5)
#elif PACKETVER >= 20120307
-packetLen(0x0885, 7) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 7)
#elif PACKETVER >= 20120228
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20120221
-packetLen(0x0885, 26) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 26)
#elif PACKETVER >= 20120207
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20120131
-packetLen(0x0885, 26) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 26)
#elif PACKETVER >= 20120120
-packetLen(0x0885, -1) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, -1)
#elif PACKETVER >= 20120117
-packetLen(0x0885, 18) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 18)
#elif PACKETVER >= 20120103
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#endif
// Packet: 0x0886
#if PACKETVER >= 20121218
-packetLen(0x0886, 8) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 8)
#elif PACKETVER >= 20120710
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20120702
-packetLen(0x0886, 6) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 6)
#elif PACKETVER >= 20120503
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20120424
-packetLen(0x0886, 36) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 36)
#elif PACKETVER >= 20120417
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20120404
-packetLen(0x0886, 6) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 6)
#elif PACKETVER >= 20120228
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20120221
-packetLen(0x0886, 8) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 8)
#elif PACKETVER >= 20120120
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20120117
-packetLen(0x0886, 5) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 5)
#elif PACKETVER >= 20120103
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#endif
// Packet: 0x0887
#if PACKETVER >= 20121024
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20121017
-packetLen(0x0887, -1) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, -1)
#elif PACKETVER >= 20121010
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20120925
-packetLen(0x0887, -1) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, -1)
#elif PACKETVER >= 20120911
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20120905
-packetLen(0x0887, 19) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 19)
#elif PACKETVER >= 20120830
-packetLen(0x0887, 10) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 10)
#elif PACKETVER >= 20120801
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20120724
-packetLen(0x0887, 5) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 5)
#elif PACKETVER >= 20120314
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20120307
-packetLen(0x0887, 6) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 6)
#elif PACKETVER >= 20120207
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20120131
-packetLen(0x0887, 6) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 6)
#elif PACKETVER >= 20120120
-packetLen(0x0887, 4) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 4)
#elif PACKETVER >= 20120117
-packetLen(0x0887, 5) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 5)
#elif PACKETVER >= 20120103
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#endif
// Packet: 0x0888
#if PACKETVER >= 20121227
-packetLen(0x0888, 6) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 6)
#elif PACKETVER >= 20121212
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20121205
-packetLen(0x0888, 36) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 36)
#elif PACKETVER >= 20121128
-packetLen(0x0888, 5) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 5)
#elif PACKETVER >= 20121031
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20121024
-packetLen(0x0888, 5) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 5)
#elif PACKETVER >= 20121017
-packetLen(0x0888, 18) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 18)
#elif PACKETVER >= 20121010
-packetLen(0x0888, 4) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 4)
#elif PACKETVER >= 20120905
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20120830
-packetLen(0x0888, 8) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 8)
#elif PACKETVER >= 20120801
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20120724
-packetLen(0x0888, 5) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 5)
#elif PACKETVER >= 20120228
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20120214
-packetLen(0x0888, 6) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 6)
#elif PACKETVER >= 20120207
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20120131
-packetLen(0x0888, 18) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 18)
#elif PACKETVER >= 20120103
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#endif
// Packet: 0x0889
#if PACKETVER >= 20121227
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20121218
-packetLen(0x0889, -1) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, -1)
#elif PACKETVER >= 20121212
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20121205
-packetLen(0x0889, 6) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 6)
#elif PACKETVER >= 20121031
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20121024
-packetLen(0x0889, 6) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 6)
#elif PACKETVER >= 20120710
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20120702
-packetLen(0x0889, 90) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 90)
#elif PACKETVER >= 20120417
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20120410
-packetLen(0x0889, 6) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 6)
#elif PACKETVER >= 20120320
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20120314
-packetLen(0x0889, 7) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 7)
#elif PACKETVER >= 20120307
-packetLen(0x0889, 10) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 10)
#elif PACKETVER >= 20120131
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20120120
-packetLen(0x0889, 36) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 36)
#elif PACKETVER >= 20120117
-packetLen(0x0889, -1) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, -1)
#elif PACKETVER >= 20120103
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#endif
// Packet: 0x088a
#if PACKETVER >= 20121031
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20121024
-packetLen(0x088a, 6) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 6)
#elif PACKETVER >= 20121010
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20120925
-packetLen(0x088a, 26) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 26)
#elif PACKETVER >= 20120919
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20120911
-packetLen(0x088a, 6) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 6)
#elif PACKETVER >= 20120830
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20120822
-packetLen(0x088a, 8) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 8)
#elif PACKETVER >= 20120404
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20120328
-packetLen(0x088a, 8) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 8)
#elif PACKETVER >= 20120307
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20120228
-packetLen(0x088a, 8) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 8)
#elif PACKETVER >= 20120207
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20120131
-packetLen(0x088a, 19) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 19)
#elif PACKETVER >= 20120103
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#endif
// Packet: 0x088b
#if PACKETVER >= 20121212
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20121205
-packetLen(0x088b, 4) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 4)
#elif PACKETVER >= 20121128
-packetLen(0x088b, -1) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, -1)
#elif PACKETVER >= 20120822
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20120814
-packetLen(0x088b, 26) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 26)
#elif PACKETVER >= 20120808
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20120801
-packetLen(0x088b, 5) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 5)
#elif PACKETVER >= 20120221
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20120214
-packetLen(0x088b, 18) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 18)
#elif PACKETVER >= 20120103
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#endif
// Packet: 0x088c
#if PACKETVER >= 20120320
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20120314
-packetLen(0x088c, 4) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 4)
#elif PACKETVER >= 20120221
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20120214
-packetLen(0x088c, 26) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 26)
#elif PACKETVER >= 20120120
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20120117
-packetLen(0x088c, 8) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 8)
#elif PACKETVER >= 20120103
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#endif
// Packet: 0x088d
#if PACKETVER >= 20121010
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20120925
-packetLen(0x088d, 10) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 10)
#elif PACKETVER >= 20120822
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20120814
-packetLen(0x088d, -1) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, -1)
#elif PACKETVER >= 20120716
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20120710
-packetLen(0x088d, 5) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 5)
#elif PACKETVER >= 20120529
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20120522
-packetLen(0x088d, 8) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 8)
#elif PACKETVER >= 20120221
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20120214
-packetLen(0x088d, 6) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 6)
#elif PACKETVER >= 20120207
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20120131
-packetLen(0x088d, -1) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, -1)
#elif PACKETVER >= 20120120
-packetLen(0x088d, 18) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 18)
#elif PACKETVER >= 20120103
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#endif
// Packet: 0x088e
#if PACKETVER >= 20121227
-packetLen(0x088e, 5) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 5)
#elif PACKETVER >= 20120801
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20120724
-packetLen(0x088e, 10) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 10)
#elif PACKETVER >= 20120612
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20120604
-packetLen(0x088e, 6) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 6)
#elif PACKETVER >= 20120503
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20120424
-packetLen(0x088e, 5) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 5)
#elif PACKETVER >= 20120404
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20120328
-packetLen(0x088e, 6) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 6)
#elif PACKETVER >= 20120120
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20120117
-packetLen(0x088e, 8) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 8)
#elif PACKETVER >= 20120103
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#endif
// Packet: 0x088f
#if PACKETVER >= 20121114
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20121107
-packetLen(0x088f, -1) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, -1)
#elif PACKETVER >= 20121017
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20121010
-packetLen(0x088f, 26) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 26)
#elif PACKETVER >= 20120925
-packetLen(0x088f, -1) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, -1)
#elif PACKETVER >= 20120919
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20120911
-packetLen(0x088f, 26) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 26)
#elif PACKETVER >= 20120814
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20120808
-packetLen(0x088f, 5) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 5)
#elif PACKETVER >= 20120508
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20120503
-packetLen(0x088f, 36) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 36)
#elif PACKETVER >= 20120131
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20120120
-packetLen(0x088f, 5) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 5)
#elif PACKETVER >= 20120117
-packetLen(0x088f, 10) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 10)
#elif PACKETVER >= 20120103
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#endif
// Packet: 0x0890
#if PACKETVER >= 20121227
-packetLen(0x0890, 10) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 10)
#elif PACKETVER >= 20121218
-packetLen(0x0890, 8) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 8)
#elif PACKETVER >= 20121114
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20121107
-packetLen(0x0890, 10) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 10)
#elif PACKETVER >= 20120905
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20120830
-packetLen(0x0890, 4) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 4)
#elif PACKETVER >= 20120808
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20120801
-packetLen(0x0890, 7) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 7)
#elif PACKETVER >= 20120529
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20120522
-packetLen(0x0890, -1) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, -1)
#elif PACKETVER >= 20120314
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20120307
-packetLen(0x0890, 5) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 5)
#elif PACKETVER >= 20120221
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20120214
-packetLen(0x0890, 8) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 8)
#elif PACKETVER >= 20120207
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20120131
-packetLen(0x0890, 8) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 8)
#elif PACKETVER >= 20120120
-packetLen(0x0890, 5) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 5)
#elif PACKETVER >= 20120103
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#endif
// Packet: 0x0891
#if PACKETVER >= 20121114
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20121107
-packetLen(0x0891, 8) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 8)
#elif PACKETVER >= 20121017
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20121010
-packetLen(0x0891, 10) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 10)
#elif PACKETVER >= 20120612
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20120604
-packetLen(0x0891, 26) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 26)
#elif PACKETVER >= 20120529
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20120522
-packetLen(0x0891, 6) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 6)
#elif PACKETVER >= 20120515
-packetLen(0x0891, -1) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, -1)
#elif PACKETVER >= 20120417
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20120410
-packetLen(0x0891, 6) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 6)
#elif PACKETVER >= 20120307
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20120228
-packetLen(0x0891, 36) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 36)
#elif PACKETVER >= 20120131
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20120120
-packetLen(0x0891, 8) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 8)
#elif PACKETVER >= 20120117
-packetLen(0x0891, 6) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 6)
#elif PACKETVER >= 20120103
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#endif
// Packet: 0x0892
#if PACKETVER >= 20121128
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20121121
-packetLen(0x0892, -1) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, -1)
#elif PACKETVER >= 20120702
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20120626
-packetLen(0x0892, 36) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 36)
#elif PACKETVER >= 20120120
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20120117
-packetLen(0x0892, -1) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, -1)
#elif PACKETVER >= 20120103
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#endif
// Packet: 0x0893
#if PACKETVER >= 20121218
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20121212
-packetLen(0x0893, 6) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 6)
#elif PACKETVER >= 20120716
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20120710
-packetLen(0x0893, 36) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 36)
#elif PACKETVER >= 20120103
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#endif
// Packet: 0x0894
#if PACKETVER >= 20121227
-packetLen(0x0894, 26) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 26)
#elif PACKETVER >= 20121205
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20121128
-packetLen(0x0894, 8) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 8)
#elif PACKETVER >= 20120404
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20120328
-packetLen(0x0894, -1) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, -1)
#elif PACKETVER >= 20120131
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20120120
-packetLen(0x0894, 10) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 10)
#elif PACKETVER >= 20120103
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#endif
// Packet: 0x0895
#if PACKETVER >= 20121218
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20121212
-packetLen(0x0895, 6) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 6)
#elif PACKETVER >= 20121205
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20121128
-packetLen(0x0895, 6) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 6)
#elif PACKETVER >= 20120911
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20120905
-packetLen(0x0895, 5) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 5)
#elif PACKETVER >= 20120822
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20120814
-packetLen(0x0895, -1) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, -1)
#elif PACKETVER >= 20120808
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20120801
-packetLen(0x0895, 19) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 19)
#elif PACKETVER >= 20120131
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20120120
-packetLen(0x0895, 7) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 7)
#elif PACKETVER >= 20120103
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#endif
// Packet: 0x0896
#if PACKETVER >= 20121227
-packetLen(0x0896, 6) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 6)
#elif PACKETVER >= 20121114
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#elif PACKETVER >= 20121107
-packetLen(0x0896, 6) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 6)
#elif PACKETVER >= 20121017
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#elif PACKETVER >= 20121010
-packetLen(0x0896, -1) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, -1)
#elif PACKETVER >= 20120103
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#endif
// Packet: 0x0897
#if PACKETVER >= 20121024
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20121017
-packetLen(0x0897, 8) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 8)
#elif PACKETVER >= 20120911
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20120905
-packetLen(0x0897, 6) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 6)
#elif PACKETVER >= 20120716
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20120710
-packetLen(0x0897, -1) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, -1)
#elif PACKETVER >= 20120702
-packetLen(0x0897, 26) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 26)
#elif PACKETVER >= 20120612
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20120604
-packetLen(0x0897, 6) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 6)
#elif PACKETVER >= 20120529
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20120522
-packetLen(0x0897, 26) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 26)
#elif PACKETVER >= 20120117
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20120110
-packetLen(0x0897, 5) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 5)
#elif PACKETVER >= 20120103
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#endif
// Packet: 0x0898
#if PACKETVER >= 20121121
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20121114
-packetLen(0x0898, 7) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 7)
#elif PACKETVER >= 20121107
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20121031
-packetLen(0x0898, 36) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 36)
#elif PACKETVER >= 20121017
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20121010
-packetLen(0x0898, 36) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 36)
#elif PACKETVER >= 20120207
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20120131
-packetLen(0x0898, 4) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 4)
#elif PACKETVER >= 20120103
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#endif
// Packet: 0x0899
#if PACKETVER >= 20121128
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20121121
-packetLen(0x0899, 26) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 26)
#elif PACKETVER >= 20121114
-packetLen(0x0899, 5) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 5)
#elif PACKETVER >= 20120830
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20120822
-packetLen(0x0899, 26) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 26)
#elif PACKETVER >= 20120716
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20120710
-packetLen(0x0899, 6) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 6)
#elif PACKETVER >= 20120410
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20120404
-packetLen(0x0899, 6) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 6)
#elif PACKETVER >= 20120207
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20120131
-packetLen(0x0899, 6) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 6)
#elif PACKETVER >= 20120120
-packetLen(0x0899, 8) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 8)
#elif PACKETVER >= 20120103
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#endif
// Packet: 0x089a
#if PACKETVER >= 20121212
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20121205
-packetLen(0x089a, 26) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 26)
#elif PACKETVER >= 20121128
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20121121
-packetLen(0x089a, 18) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 18)
#elif PACKETVER >= 20121114
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20121107
-packetLen(0x089a, 7) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 7)
#elif PACKETVER >= 20121024
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20121017
-packetLen(0x089a, 26) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 26)
#elif PACKETVER >= 20120522
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20120515
-packetLen(0x089a, 36) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 36)
#elif PACKETVER >= 20120508
-packetLen(0x089a, 8) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 8)
#elif PACKETVER >= 20120503
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20120424
-packetLen(0x089a, -1) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, -1)
#elif PACKETVER >= 20120103
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#endif
// Packet: 0x089b
#if PACKETVER >= 20121114
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20121107
-packetLen(0x089b, -1) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, -1)
#elif PACKETVER >= 20120503
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20120424
-packetLen(0x089b, 8) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 8)
#elif PACKETVER >= 20120221
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20120214
-packetLen(0x089b, -1) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, -1)
#elif PACKETVER >= 20120117
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20120110
-packetLen(0x089b, 26) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 26)
#elif PACKETVER >= 20120103
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#endif
// Packet: 0x089c
#if PACKETVER >= 20121031
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20121024
-packetLen(0x089c, 26) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 26)
#elif PACKETVER >= 20120808
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20120801
-packetLen(0x089c, 90) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 90)
#elif PACKETVER >= 20120417
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20120410
-packetLen(0x089c, 26) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 26)
#elif PACKETVER >= 20120404
-packetLen(0x089c, 8) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 8)
#elif PACKETVER >= 20120103
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#endif
// Packet: 0x089d
#if PACKETVER >= 20121212
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20121205
-packetLen(0x089d, 12) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 12)
#elif PACKETVER >= 20121010
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20120925
-packetLen(0x089d, -1) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, -1)
#elif PACKETVER >= 20120808
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20120801
-packetLen(0x089d, 6) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 6)
#elif PACKETVER >= 20120307
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20120228
-packetLen(0x089d, -1) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, -1)
#elif PACKETVER >= 20120120
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20120117
-packetLen(0x089d, 90) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 90)
#elif PACKETVER >= 20120103
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#endif
// Packet: 0x089e
#if PACKETVER >= 20120710
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20120702
-packetLen(0x089e, 6) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 6)
#elif PACKETVER >= 20120320
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20120314
-packetLen(0x089e, 26) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 26)
#elif PACKETVER >= 20120120
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20120117
-packetLen(0x089e, 6) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 6)
#elif PACKETVER >= 20120103
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#endif
// Packet: 0x089f
#if PACKETVER >= 20120830
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#elif PACKETVER >= 20120822
-packetLen(0x089f, 19) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 19)
#elif PACKETVER >= 20120808
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#elif PACKETVER >= 20120801
-packetLen(0x089f, 5) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 5)
#elif PACKETVER >= 20120724
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#elif PACKETVER >= 20120716
-packetLen(0x089f, 36) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 36)
#elif PACKETVER >= 20120710
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#elif PACKETVER >= 20120702
-packetLen(0x089f, 6) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 6)
#elif PACKETVER >= 20120221
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#elif PACKETVER >= 20120214
-packetLen(0x089f, 36) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 36)
#elif PACKETVER >= 20120207
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#elif PACKETVER >= 20120131
-packetLen(0x089f, 36) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 36)
#elif PACKETVER >= 20120120
-packetLen(0x089f, -1) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, -1)
#elif PACKETVER >= 20120103
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#endif
// Packet: 0x08a0
#if PACKETVER >= 20120911
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20120905
-packetLen(0x08a0, 4) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 4)
#elif PACKETVER >= 20120710
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20120702
-packetLen(0x08a0, 8) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 8)
#elif PACKETVER >= 20120626
-packetLen(0x08a0, 26) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 26)
#elif PACKETVER >= 20120503
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20120424
-packetLen(0x08a0, 5) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 5)
#elif PACKETVER >= 20120404
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20120328
-packetLen(0x08a0, 18) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 18)
#elif PACKETVER >= 20120320
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20120314
-packetLen(0x08a0, -1) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, -1)
#elif PACKETVER >= 20120131
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20120120
-packetLen(0x08a0, 6) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 6)
#elif PACKETVER >= 20120103
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#endif
// Packet: 0x08a1
#if PACKETVER >= 20121017
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20121010
-packetLen(0x08a1, 7) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 7)
#elif PACKETVER >= 20120801
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20120724
-packetLen(0x08a1, 6) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 6)
#elif PACKETVER >= 20120131
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20120120
-packetLen(0x08a1, 6) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 6)
#elif PACKETVER >= 20120103
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#endif
// Packet: 0x08a2
#if PACKETVER >= 20120808
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20120801
-packetLen(0x08a2, 26) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 26)
#elif PACKETVER >= 20120612
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20120604
-packetLen(0x08a2, 7) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 7)
#elif PACKETVER >= 20120522
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20120515
-packetLen(0x08a2, 90) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 90)
#elif PACKETVER >= 20120417
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20120410
-packetLen(0x08a2, 8) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 8)
#elif PACKETVER >= 20120307
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20120228
-packetLen(0x08a2, 4) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 4)
#elif PACKETVER >= 20120207
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20120131
-packetLen(0x08a2, 26) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 26)
#elif PACKETVER >= 20120103
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#endif
// Packet: 0x08a3
#if PACKETVER >= 20121218
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#elif PACKETVER >= 20121212
-packetLen(0x08a3, 19) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 19)
#elif PACKETVER >= 20120716
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#elif PACKETVER >= 20120710
-packetLen(0x08a3, 6) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 6)
#elif PACKETVER >= 20120529
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#elif PACKETVER >= 20120522
-packetLen(0x08a3, 10) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 10)
#elif PACKETVER >= 20120503
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#elif PACKETVER >= 20120424
-packetLen(0x08a3, -1) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, -1)
#elif PACKETVER >= 20120410
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#elif PACKETVER >= 20120404
-packetLen(0x08a3, 26) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 26)
#elif PACKETVER >= 20120103
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#endif
// Packet: 0x08a4
#if PACKETVER >= 20121010
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20120925
-packetLen(0x08a4, 7) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 7)
#elif PACKETVER >= 20120919
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20120911
-packetLen(0x08a4, 18) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 18)
#elif PACKETVER >= 20120702
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20120626
-packetLen(0x08a4, 19) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 19)
#elif PACKETVER >= 20120503
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20120424
-packetLen(0x08a4, 6) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 6)
#elif PACKETVER >= 20120131
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20120117
-packetLen(0x08a4, 6) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 6)
#elif PACKETVER >= 20120103
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#endif
// Packet: 0x08a5
#if PACKETVER >= 20120919
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20120911
-packetLen(0x08a5, -1) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, -1)
#elif PACKETVER >= 20120830
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20120822
-packetLen(0x08a5, 8) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 8)
#elif PACKETVER >= 20120522
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20120515
-packetLen(0x08a5, 6) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 6)
#elif PACKETVER >= 20120221
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20120214
-packetLen(0x08a5, 4) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 4)
#elif PACKETVER >= 20120131
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20120120
-packetLen(0x08a5, 90) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 90)
#elif PACKETVER >= 20120103
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#endif
// Packet: 0x08a6
#if PACKETVER >= 20121227
-packetLen(0x08a6, 6) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 6)
#elif PACKETVER >= 20121024
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20121017
-packetLen(0x08a6, 5) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 5)
#elif PACKETVER >= 20121010
-packetLen(0x08a6, 6) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 6)
#elif PACKETVER >= 20120919
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20120911
-packetLen(0x08a6, 19) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 19)
#elif PACKETVER >= 20120905
-packetLen(0x08a6, 26) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 26)
#elif PACKETVER >= 20120716
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20120710
-packetLen(0x08a6, -1) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, -1)
#elif PACKETVER >= 20120417
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20120410
-packetLen(0x08a6, 8) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 8)
#elif PACKETVER >= 20120404
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20120328
-packetLen(0x08a6, 19) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 19)
#elif PACKETVER >= 20120120
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20120117
-packetLen(0x08a6, 19) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 19)
#elif PACKETVER >= 20120103
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#endif
// Packet: 0x08a7
#if PACKETVER >= 20121218
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20121212
-packetLen(0x08a7, 5) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 5)
#elif PACKETVER >= 20121128
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20121121
-packetLen(0x08a7, -1) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, -1)
#elif PACKETVER >= 20120919
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20120911
-packetLen(0x08a7, 6) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 6)
#elif PACKETVER >= 20120515
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20120508
-packetLen(0x08a7, 18) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 18)
#elif PACKETVER >= 20120221
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20120214
-packetLen(0x08a7, 6) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 6)
#elif PACKETVER >= 20120103
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#endif
// Packet: 0x08a8
#if PACKETVER >= 20121205
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20121128
-packetLen(0x08a8, -1) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, -1)
#elif PACKETVER >= 20120822
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20120814
-packetLen(0x08a8, 4) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 4)
#elif PACKETVER >= 20120716
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20120710
-packetLen(0x08a8, 19) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 19)
#elif PACKETVER >= 20120522
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20120515
-packetLen(0x08a8, 19) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 19)
#elif PACKETVER >= 20120424
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20120417
-packetLen(0x08a8, 36) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 36)
#elif PACKETVER >= 20120320
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20120314
-packetLen(0x08a8, 36) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 36)
#elif PACKETVER >= 20120307
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20120228
-packetLen(0x08a8, 6) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 6)
#elif PACKETVER >= 20120120
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20120117
-packetLen(0x08a8, 12) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 12)
#elif PACKETVER >= 20120103
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#endif
// Packet: 0x08a9
#if PACKETVER >= 20121218
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20121212
-packetLen(0x08a9, 36) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 36)
#elif PACKETVER >= 20121121
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20121114
-packetLen(0x08a9, 6) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 6)
#elif PACKETVER >= 20121031
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20121024
-packetLen(0x08a9, -1) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, -1)
#elif PACKETVER >= 20121017
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20121010
-packetLen(0x08a9, -1) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, -1)
#elif PACKETVER >= 20120801
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20120724
-packetLen(0x08a9, 19) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 19)
#elif PACKETVER >= 20120529
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20120522
-packetLen(0x08a9, 6) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 6)
#elif PACKETVER >= 20120515
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20120508
-packetLen(0x08a9, 19) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 19)
#elif PACKETVER >= 20120503
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20120424
-packetLen(0x08a9, 7) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 7)
#elif PACKETVER >= 20120120
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20120117
-packetLen(0x08a9, 8) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 8)
#elif PACKETVER >= 20120103
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#endif
// Packet: 0x08aa
#if PACKETVER >= 20121227
-packetLen(0x08aa, 18) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 18)
#elif PACKETVER >= 20121218
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20121212
-packetLen(0x08aa, 4) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 4)
#elif PACKETVER >= 20121128
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20121121
-packetLen(0x08aa, 7) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 7)
#elif PACKETVER >= 20121031
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20121024
-packetLen(0x08aa, 5) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 5)
#elif PACKETVER >= 20120808
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20120801
-packetLen(0x08aa, 5) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 5)
#elif PACKETVER >= 20120716
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20120710
-packetLen(0x08aa, 8) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 8)
#elif PACKETVER >= 20120103
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#endif
// Packet: 0x08ab
#if PACKETVER >= 20121121
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20121114
-packetLen(0x08ab, 5) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 5)
#elif PACKETVER >= 20120830
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20120822
-packetLen(0x08ab, 7) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 7)
#elif PACKETVER >= 20120808
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20120801
-packetLen(0x08ab, 8) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 8)
#elif PACKETVER >= 20120724
-packetLen(0x08ab, 6) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 6)
#elif PACKETVER >= 20120529
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20120522
-packetLen(0x08ab, 8) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 8)
#elif PACKETVER >= 20120221
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20120214
-packetLen(0x08ab, 5) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 5)
#elif PACKETVER >= 20120110
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20120103
-packetLen(0x08ab, 36) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 36)
#endif
// Packet: 0x08ac
#if PACKETVER >= 20121218
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20121212
-packetLen(0x08ac, 6) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 6)
#elif PACKETVER >= 20120529
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20120522
-packetLen(0x08ac, 7) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 7)
#elif PACKETVER >= 20120515
-packetLen(0x08ac, 5) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 5)
#elif PACKETVER >= 20120328
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20120320
-packetLen(0x08ac, 26) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 26)
#elif PACKETVER >= 20120103
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#endif
// Packet: 0x08ad
#if PACKETVER >= 20121212
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20121205
-packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 6)
#elif PACKETVER >= 20121128
-packetLen(0x08ad, 5) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 5)
#elif PACKETVER >= 20121114
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20121107
-packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 6)
#elif PACKETVER >= 20120919
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20120911
-packetLen(0x08ad, -1) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, -1)
#elif PACKETVER >= 20120522
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20120515
-packetLen(0x08ad, 10) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 10)
#elif PACKETVER >= 20120404
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20120328
-packetLen(0x08ad, 8) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 8)
#elif PACKETVER >= 20120207
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20120131
-packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 6)
#elif PACKETVER >= 20120120
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20120103
-packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 6)
#endif
// Packet: 0x08af
-packetLen(0x08af, 10) // HC_WAITING_LOGIN
+packetLen(0x08af, 10)
// Packet: 0x08b0
-packetLen(0x08b0, 17) // CH_WAITING_LOGIN
+packetLen(0x08b0, 17)
// Packet: 0x08b1
-packetLen(0x08b1, -1) // ZC_MCSTORE_NOTMOVEITEM_LIST
+packetLen(0x08b1, -1)
// Packet: 0x08b2
-packetLen(0x08b2, -1) // AC_REALNAME_AUTH
+packetLen(0x08b2, -1)
// Packet: 0x08b3
-packetLen(0x08b3, -1) // ZC_SHOWSCRIPT
+packetLen(0x08b3, -1)
// Packet: 0x08b4
-packetLen(0x08b4, 2) // ZC_START_COLLECTION
+packetLen(0x08b4, 2)
// Packet: 0x08b5
-packetLen(0x08b5, 6) // CZ_TRYCOLLECTION
+packetLen(0x08b5, 6)
// Packet: 0x08b6
-packetLen(0x08b6, 3) // ZC_TRYCOLLECTION
+packetLen(0x08b6, 3)
// Packet: 0x08b8
-packetLen(0x08b8, 10) // CH_SECOND_PASSWD_ACK
+packetLen(0x08b8, 10)
// Packet: 0x08b9
-packetLen(0x08b9, 12) // HC_SECOND_PASSWD_LOGIN
+packetLen(0x08b9, 12)
// Packet: 0x08ba
-packetLen(0x08ba, 10) // CH_MAKE_SECOND_PASSWD
+packetLen(0x08ba, 10)
// Packet: 0x08bb
-packetLen(0x08bb, 8) // HC_MAKE_SECOND_PASSWD
+packetLen(0x08bb, 8)
// Packet: 0x08bc
-packetLen(0x08bc, 10) // CH_DELETE_SECOND_PASSWD
+packetLen(0x08bc, 10)
// Packet: 0x08bd
-packetLen(0x08bd, 8) // HC_DELETE_SECOND_PASSWD
+packetLen(0x08bd, 8)
// Packet: 0x08be
-packetLen(0x08be, 14) // CH_EDIT_SECOND_PASSWD
+packetLen(0x08be, 14)
// Packet: 0x08bf
-packetLen(0x08bf, 8) // HC_EDIT_SECOND_PASSWD
+packetLen(0x08bf, 8)
// Packet: 0x08c0
-packetLen(0x08c0, -1) // ZC_ACK_SE_CASH_ITEM_LIST2
+packetLen(0x08c0, -1)
// Packet: 0x08c1
-packetLen(0x08c1, 2) // CZ_MACRO_START
+packetLen(0x08c1, 2)
// Packet: 0x08c2
-packetLen(0x08c2, 2) // CZ_MACRO_STOP
+packetLen(0x08c2, 2)
// Packet: 0x08c3
-packetLen(0x08c3, 10) // CH_NOT_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c3, 10)
// Packet: 0x08c4
-packetLen(0x08c4, 8) // HC_NOT_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c4, 8)
// Packet: 0x08c5
-packetLen(0x08c5, 6) // CH_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c5, 6)
// Packet: 0x08c6
-packetLen(0x08c6, 4) // HC_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c6, 4)
// Packet: 0x08c7
-packetLen(0x08c7, -1) // ZC_SKILL_ENTRY3
+packetLen(0x08c7, -1)
// Packet: 0x08c8
-packetLen(0x08c8, 34) // ZC_NOTIFY_ACT3
+packetLen(0x08c8, 34)
// Packet: 0x08c9
-packetLen(0x08c9, 2) // CZ_REQ_SCHEDULER_CASHITEM
+packetLen(0x08c9, 2)
// Packet: 0x08ca
-packetLen(0x08ca, -1) // ZC_ACK_SCHEDULER_CASHITEM
+packetLen(0x08ca, -1)
// Packet: 0x08cb
-packetLen(0x08cb, -1) // ZC_PERSONAL_INFOMATION
+packetLen(0x08cb, -1)
// Packet: 0x08cc
-packetLen(0x08cc, 109) // CA_LOGIN5
+packetLen(0x08cc, 109)
// Packet: 0x08cd
-packetLen(0x08cd, 10) // ZC_STOPMOVE_FORCE
+packetLen(0x08cd, 10)
// Packet: 0x08ce
-packetLen(0x08ce, 2) // ZC_FAILED_GET_ITEM_FROM_ZONEDA
+packetLen(0x08ce, 2)
// Packet: 0x08cf
-packetLen(0x08cf, 10) // ZC_SPIRITS_ATTRIBUTE
+packetLen(0x08cf, 10)
// Packet: 0x08d0
-packetLen(0x08d0, 9) // ZC_REQ_WEAR_EQUIP_ACK2
+packetLen(0x08d0, 9)
// Packet: 0x08d1
-packetLen(0x08d1, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK2
+packetLen(0x08d1, 7)
// Packet: 0x08d2
-packetLen(0x08d2, 10) // ZC_FASTMOVE
+packetLen(0x08d2, 10)
// Packet: 0x08d3
-packetLen(0x08d3, 10) // ZC_SE_CASHSHOP_UPDATE
+packetLen(0x08d3, 10)
// Packet: 0x08d4
-packetLen(0x08d4, 8) // CH_REQ_CHANGE_CHARACTER_SLOT
+packetLen(0x08d4, 8)
// Packet: 0x08d5
-packetLen(0x08d5, -1) // HC_ACK_CHANGE_CHARACTER_SLOT
+packetLen(0x08d5, -1)
// Packet: 0x08d6
-packetLen(0x08d6, 6) // ZC_CLEAR_DIALOG
+packetLen(0x08d6, 6)
// Packet: 0x08d7
-packetLen(0x08d7, 28) // CZ_REQ_ENTRY_QUEUE_APPLY
+packetLen(0x08d7, 28)
// Packet: 0x08d8
-packetLen(0x08d8, 27) // ZC_ACK_ENTRY_QUEUE_APPLY
+packetLen(0x08d8, 27)
// Packet: 0x08d9
-packetLen(0x08d9, 30) // ZC_NOTIFY_ENTRY_QUEUE_APPLY
+packetLen(0x08d9, 30)
// Packet: 0x08da
-packetLen(0x08da, 26) // CZ_REQ_ENTRY_QUEUE_CANCEL
+packetLen(0x08da, 26)
// Packet: 0x08db
-packetLen(0x08db, 27) // ZC_ACK_ENTRY_QUEUE_CANCEL
+packetLen(0x08db, 27)
// Packet: 0x08dc
-packetLen(0x08dc, 26) // ZC_NOTIFY_ENTRY_QUEUE_ADMISSION
+packetLen(0x08dc, 26)
// Packet: 0x08dd
-packetLen(0x08dd, 27) // CZ_REPLY_ENTRY_QUEUE_ADMISSION
+packetLen(0x08dd, 27)
// Packet: 0x08de
-packetLen(0x08de, 27) // ZC_REPLY_ACK_ENTRY_QUEUE_ADMISSION
+packetLen(0x08de, 27)
// Packet: 0x08df
-packetLen(0x08df, 50) // ZC_NOTIFY_LOBBY_ADMISSION
+packetLen(0x08df, 50)
// Packet: 0x08e0
-packetLen(0x08e0, 51) // CZ_REPLY_LOBBY_ADMISSION
+packetLen(0x08e0, 51)
// Packet: 0x08e1
-packetLen(0x08e1, 51) // ZC_REPLY_ACK_LOBBY_ADMISSION
+packetLen(0x08e1, 51)
// Packet: 0x08e2
#if PACKETVER >= 20120307
-packetLen(0x08e2, 27) // ZC_NAVIGATION_ACTIVE
+packetLen(0x08e2, 27)
#elif PACKETVER >= 20120103
-packetLen(0x08e2, 25) // ZC_NAVIGATION_ACTIVE
+packetLen(0x08e2, 25)
#endif
// Packet: 0x08e3
-packetLen(0x08e3, 146) // HC_UPDATE_CHARINFO
+packetLen(0x08e3, 146)
// Packet: 0x08e4
-packetLen(0x08e4, 6) // AC_SHUTDOWN_INFO
+packetLen(0x08e4, 6)
// Packet: 0x08e5
-packetLen(0x08e5, 41) // CZ_PARTY_RECRUIT_REQ_REGISTER
+packetLen(0x08e5, 41)
// Packet: 0x08e6
-packetLen(0x08e6, 4) // ZC_PARTY_RECRUIT_ACK_REGISTER
+packetLen(0x08e6, 4)
// Packet: 0x08e7
-packetLen(0x08e7, 10) // CZ_PARTY_RECRUIT_REQ_SEARCH
+packetLen(0x08e7, 10)
// Packet: 0x08e8
packetLen(0x08e8, -1)
// Packet: 0x08e9
-packetLen(0x08e9, 2) // CZ_PARTY_RECRUIT_REQ_DELETE
+packetLen(0x08e9, 2)
// Packet: 0x08ea
-packetLen(0x08ea, 4) // ZC_PARTY_RECRUIT_ACK_DELETE
+packetLen(0x08ea, 4)
// Packet: 0x08eb
-packetLen(0x08eb, 39) // CZ_PARTY_RECRUIT_REQ_UPDATE
+packetLen(0x08eb, 39)
// Packet: 0x08ec
-packetLen(0x08ec, 73) // ZC_PARTY_RECRUIT_NOTIFY_INSERT
+packetLen(0x08ec, 73)
// Packet: 0x08ed
-packetLen(0x08ed, 43) // ZC_PARTY_RECRUIT_NOTIFY_UPDATE
+packetLen(0x08ed, 43)
// Packet: 0x08ee
-packetLen(0x08ee, 6) // ZC_PARTY_RECRUIT_NOTIFY_DELETE
+packetLen(0x08ee, 6)
// Packet: 0x08ef
-packetLen(0x08ef, 6) // CZ_PARTY_RECRUIT_ADD_FILTERLINGLIST
+packetLen(0x08ef, 6)
// Packet: 0x08f0
-packetLen(0x08f0, 6) // CZ_PARTY_RECRUIT_SUB_FILTERLINGLIST
+packetLen(0x08f0, 6)
// Packet: 0x08f1
-packetLen(0x08f1, 6) // CZ_PARTY_RECRUIT_REQ_VOLUNTEER
+packetLen(0x08f1, 6)
// Packet: 0x08f2
-packetLen(0x08f2, 36) // ZC_PARTY_RECRUIT_VOLUNTEER_INFO
+packetLen(0x08f2, 36)
// Packet: 0x08f3
packetLen(0x08f3, -1)
// Packet: 0x08f4
-packetLen(0x08f4, 6) // CZ_PARTY_RECRUIT_SHOW_EQUIPMENT
+packetLen(0x08f4, 6)
// Packet: 0x08f5
-packetLen(0x08f5, -1) // CZ_UNKNOWN_BOOKING_SOMMON_MEMBER_08f5
+packetLen(0x08f5, -1)
// Packet: 0x08f6
-packetLen(0x08f6, 22) // ZC_PARTY_RECRUIT_RECALL_COST
+packetLen(0x08f6, 22)
// Packet: 0x08f7
-packetLen(0x08f7, 3) // CZ_PARTY_RECRUIT_ACK_RECALL
+packetLen(0x08f7, 3)
// Packet: 0x08f8
-packetLen(0x08f8, 7) // ZC_PARTY_RECRUIT_FAILED_RECALL
+packetLen(0x08f8, 7)
// Packet: 0x08f9
-packetLen(0x08f9, 6) // CZ_PARTY_RECRUIT_REFUSE_VOLUNTEER
+packetLen(0x08f9, 6)
// Packet: 0x08fa
-packetLen(0x08fa, 6) // ZC_PARTY_RECRUIT_REFUSE_VOLUNTEER
+packetLen(0x08fa, 6)
// Packet: 0x08fb
-packetLen(0x08fb, 6) // CZ_PARTY_RECRUIT_CANCEL_VOLUNTEER
+packetLen(0x08fb, 6)
// Packet: 0x08fc
-packetLen(0x08fc, 30) // CH_REQ_CHANGE_CHARACTERNAME
+packetLen(0x08fc, 30)
// Packet: 0x08fd
-packetLen(0x08fd, 6) // CH_ACK_CHANGE_CHARACTERNAME
+packetLen(0x08fd, 6)
// Packet: 0x08fe
-packetLen(0x08fe, -1) // ZC_HUNTING_QUEST_INFO
+packetLen(0x08fe, -1)
// Packet: 0x08ff
-packetLen(0x08ff, 24) // ZC_EFST_SET_ENTER
+packetLen(0x08ff, 24)
// Packet: 0x0900
-packetLen(0x0900, -1) // ZC_INVENTORY_ITEMLIST_NORMAL
+packetLen(0x0900, -1)
// Packet: 0x0901
-packetLen(0x0901, -1) // ZC_INVENTORY_ITEMLIST_EQUIP
+packetLen(0x0901, -1)
// Packet: 0x0902
-packetLen(0x0902, -1) // ZC_CART_ITEMLIST_NORMAL
+packetLen(0x0902, -1)
// Packet: 0x0903
-packetLen(0x0903, -1) // ZC_CART_ITEMLIST_EQUIP
+packetLen(0x0903, -1)
// Packet: 0x0904
-packetLen(0x0904, -1) // ZC_STORE_ITEMLIST_NORMAL
+packetLen(0x0904, -1)
// Packet: 0x0905
-packetLen(0x0905, -1) // ZC_STORE_ITEMLIST_EQUIP
+packetLen(0x0905, -1)
// Packet: 0x0906
-packetLen(0x0906, -1) // ZC_MICROSCOPE
+packetLen(0x0906, -1)
// Packet: 0x0907
-packetLen(0x0907, 5) // CZ_INVENTORY_TAB
+packetLen(0x0907, 5)
// Packet: 0x0908
-packetLen(0x0908, 5) // ZC_INVENTORY_TAB
+packetLen(0x0908, 5)
// Packet: 0x0909
-packetLen(0x0909, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER
+packetLen(0x0909, 6)
// Packet: 0x090a
-packetLen(0x090a, 26) // CZ_REQ_ENTRY_QUEUE_RANKING
+packetLen(0x090a, 26)
// Packet: 0x090b
-packetLen(0x090b, 30) // ZC_PARTY_RECRUIT_ADD_FILTERLINGLIST
+packetLen(0x090b, 30)
// Packet: 0x090c
-packetLen(0x090c, 30) // ZC_PARTY_RECRUIT_SUB_FILTERLINGLIST
+packetLen(0x090c, 30)
// Packet: 0x090d
-packetLen(0x090d, -1) // ZC_PREMIUM_CAMPAIGN_INFO
+packetLen(0x090d, -1)
// Packet: 0x090e
-packetLen(0x090e, 2) // ZC_ENTRY_QUEUE_INIT
+packetLen(0x090e, 2)
// Packet: 0x090f
#if PACKETVER >= 20120131
-packetLen(0x090f, -1) // ZC_NOTIFY_NEWENTRY7
+packetLen(0x090f, -1)
#endif
// Packet: 0x0910
#if PACKETVER >= 20120120
-packetLen(0x0910, 10) // CZ_REQ_PARTY_NAME
+packetLen(0x0910, 10)
#endif
// Packet: 0x0911
#if PACKETVER >= 20120120
-packetLen(0x0911, 30) // ZC_ACK_PARTY_NAME
+packetLen(0x0911, 30)
#endif
// Packet: 0x0912
#if PACKETVER >= 20120120
-packetLen(0x0912, 10) // CZ_REQ_GUILD_NAME
+packetLen(0x0912, 10)
#endif
// Packet: 0x0913
#if PACKETVER >= 20120120
-packetLen(0x0913, 30) // ZC_ACK_GUILD_NAME
+packetLen(0x0913, 30)
#endif
// Packet: 0x0914
#if PACKETVER >= 20120131
-packetLen(0x0914, -1) // ZC_NOTIFY_MOVEENTRY9
+packetLen(0x0914, -1)
#endif
// Packet: 0x0915
#if PACKETVER >= 20120131
-packetLen(0x0915, -1) // ZC_NOTIFY_STANDENTRY8
+packetLen(0x0915, -1)
#endif
// Packet: 0x0916
#if PACKETVER >= 20120131
-packetLen(0x0916, 26) // CZ_REQ_JOIN_GUILD2
+packetLen(0x0916, 26)
#endif
// Packet: 0x0917
#if PACKETVER >= 20121218
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
#elif PACKETVER >= 20121212
-packetLen(0x0917, 8) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 8)
#elif PACKETVER >= 20120911
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
#elif PACKETVER >= 20120905
-packetLen(0x0917, -1) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, -1)
#elif PACKETVER >= 20120830
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
#elif PACKETVER >= 20120822
-packetLen(0x0917, -1) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, -1)
#elif PACKETVER >= 20120808
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
#elif PACKETVER >= 20120801
-packetLen(0x0917, 36) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 36)
#elif PACKETVER >= 20120307
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
#elif PACKETVER >= 20120228
-packetLen(0x0917, 7) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 7)
#elif PACKETVER >= 20120207
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
#endif
// Packet: 0x0918
#if PACKETVER >= 20121024
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
#elif PACKETVER >= 20121017
-packetLen(0x0918, 36) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 36)
#elif PACKETVER >= 20120911
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
#elif PACKETVER >= 20120905
-packetLen(0x0918, -1) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, -1)
#elif PACKETVER >= 20120207
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
#endif
// Packet: 0x0919
#if PACKETVER >= 20120604
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
#elif PACKETVER >= 20120529
-packetLen(0x0919, 5) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 5)
#elif PACKETVER >= 20120307
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
#elif PACKETVER >= 20120228
-packetLen(0x0919, 19) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 19)
#elif PACKETVER >= 20120221
-packetLen(0x0919, 4) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 4)
#elif PACKETVER >= 20120207
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
#endif
// Packet: 0x091a
#if PACKETVER >= 20121227
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#elif PACKETVER >= 20121218
-packetLen(0x091a, 8) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 8)
#elif PACKETVER >= 20121212
-packetLen(0x091a, -1) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, -1)
#elif PACKETVER >= 20121128
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#elif PACKETVER >= 20121121
-packetLen(0x091a, 6) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 6)
#elif PACKETVER >= 20121114
-packetLen(0x091a, 8) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 8)
#elif PACKETVER >= 20120911
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#elif PACKETVER >= 20120905
-packetLen(0x091a, 6) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 6)
#elif PACKETVER >= 20120522
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#elif PACKETVER >= 20120515
-packetLen(0x091a, 6) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 6)
#elif PACKETVER >= 20120404
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#elif PACKETVER >= 20120328
-packetLen(0x091a, -1) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, -1)
#elif PACKETVER >= 20120221
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#elif PACKETVER >= 20120214
-packetLen(0x091a, 5) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 5)
#elif PACKETVER >= 20120207
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#endif
// Packet: 0x091b
#if PACKETVER >= 20121205
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#elif PACKETVER >= 20121128
-packetLen(0x091b, 6) // ZC_PRNPC_STATE
+packetLen(0x091b, 6)
#elif PACKETVER >= 20120503
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#elif PACKETVER >= 20120424
-packetLen(0x091b, -1) // ZC_PRNPC_STATE
+packetLen(0x091b, -1)
#elif PACKETVER >= 20120404
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#elif PACKETVER >= 20120328
-packetLen(0x091b, -1) // ZC_PRNPC_STATE
+packetLen(0x091b, -1)
#elif PACKETVER >= 20120207
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#endif
// Packet: 0x091c
#if PACKETVER >= 20121227
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
#elif PACKETVER >= 20121218
-packetLen(0x091c, 19) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 19)
#elif PACKETVER >= 20121212
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
#elif PACKETVER >= 20121205
-packetLen(0x091c, 8) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 8)
#elif PACKETVER >= 20121128
-packetLen(0x091c, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 6)
#elif PACKETVER >= 20120801
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
#elif PACKETVER >= 20120724
-packetLen(0x091c, 5) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 5)
#elif PACKETVER >= 20120417
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
#elif PACKETVER >= 20120410
-packetLen(0x091c, 26) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 26)
#elif PACKETVER >= 20120207
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
#endif
// Packet: 0x091d
#if PACKETVER >= 20120905
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20120830
-packetLen(0x091d, -1) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, -1)
#elif PACKETVER >= 20120808
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20120801
-packetLen(0x091d, -1) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, -1)
#elif PACKETVER >= 20120612
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20120604
-packetLen(0x091d, -1) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, -1)
#elif PACKETVER >= 20120417
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20120410
-packetLen(0x091d, 18) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 18)
#elif PACKETVER >= 20120404
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20120328
-packetLen(0x091d, 26) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 26)
#elif PACKETVER >= 20120207
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#endif
// Packet: 0x091e
#if PACKETVER >= 20121205
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
#elif PACKETVER >= 20121128
-packetLen(0x091e, -1) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, -1)
#elif PACKETVER >= 20120529
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
#elif PACKETVER >= 20120522
-packetLen(0x091e, 12) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 12)
#elif PACKETVER >= 20120207
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
#endif
// Packet: 0x091f
#if PACKETVER >= 20121227
-packetLen(0x091f, 4) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 4)
#elif PACKETVER >= 20121205
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
#elif PACKETVER >= 20121128
-packetLen(0x091f, 90) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 90)
#elif PACKETVER >= 20120822
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
#elif PACKETVER >= 20120814
-packetLen(0x091f, 19) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 19)
#elif PACKETVER >= 20120801
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
#elif PACKETVER >= 20120724
-packetLen(0x091f, 6) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 6)
#elif PACKETVER >= 20120522
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
#elif PACKETVER >= 20120515
-packetLen(0x091f, 26) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 26)
#elif PACKETVER >= 20120207
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
#endif
// Packet: 0x0920
#if PACKETVER >= 20121227
-packetLen(0x0920, 90) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 90)
#elif PACKETVER >= 20121218
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#elif PACKETVER >= 20121212
-packetLen(0x0920, 5) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 5)
#elif PACKETVER >= 20121024
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#elif PACKETVER >= 20121017
-packetLen(0x0920, 4) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 4)
#elif PACKETVER >= 20120822
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#elif PACKETVER >= 20120814
-packetLen(0x0920, 6) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 6)
#elif PACKETVER >= 20120702
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#elif PACKETVER >= 20120626
-packetLen(0x0920, 7) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 7)
#elif PACKETVER >= 20120404
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#elif PACKETVER >= 20120328
-packetLen(0x0920, 5) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 5)
#elif PACKETVER >= 20120221
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#elif PACKETVER >= 20120214
-packetLen(0x0920, 8) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 8)
#elif PACKETVER >= 20120207
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#endif
// Packet: 0x0921
#if PACKETVER >= 20121212
-packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 2)
#elif PACKETVER >= 20121205
-packetLen(0x0921, 19) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 19)
#elif PACKETVER >= 20121128
-packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 2)
#elif PACKETVER >= 20121121
-packetLen(0x0921, 10) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 10)
#elif PACKETVER >= 20120221
-packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 2)
#elif PACKETVER >= 20120214
-packetLen(0x0921, -1) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, -1)
#elif PACKETVER >= 20120207
-packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 2)
#endif
// Packet: 0x0922
#if PACKETVER >= 20121205
-packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 2)
#elif PACKETVER >= 20121128
-packetLen(0x0922, 8) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 8)
#elif PACKETVER >= 20121114
-packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 2)
#elif PACKETVER >= 20121107
-packetLen(0x0922, 8) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 8)
#elif PACKETVER >= 20120503
-packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 2)
#elif PACKETVER >= 20120424
-packetLen(0x0922, 10) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 10)
#elif PACKETVER >= 20120207
-packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 2)
#endif
// Packet: 0x0923
#if PACKETVER >= 20121010
-packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 2)
#elif PACKETVER >= 20120925
-packetLen(0x0923, 6) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 6)
#elif PACKETVER >= 20120522
-packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 2)
#elif PACKETVER >= 20120515
-packetLen(0x0923, 7) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 7)
#elif PACKETVER >= 20120503
-packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 2)
#elif PACKETVER >= 20120424
-packetLen(0x0923, 19) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 19)
#elif PACKETVER >= 20120207
-packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 2)
#endif
// Packet: 0x0924
#if PACKETVER >= 20120612
-packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 2)
#elif PACKETVER >= 20120604
-packetLen(0x0924, 90) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 90)
#elif PACKETVER >= 20120207
-packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 2)
#endif
// Packet: 0x0925
#if PACKETVER >= 20121017
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
#elif PACKETVER >= 20121010
-packetLen(0x0925, 12) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 12)
#elif PACKETVER >= 20120307
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
#elif PACKETVER >= 20120228
-packetLen(0x0925, -1) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, -1)
#elif PACKETVER >= 20120207
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
#endif
// Packet: 0x0926
#if PACKETVER >= 20120905
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
#elif PACKETVER >= 20120830
-packetLen(0x0926, 8) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 8)
#elif PACKETVER >= 20120503
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
#elif PACKETVER >= 20120424
-packetLen(0x0926, 6) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 6)
#elif PACKETVER >= 20120314
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
#elif PACKETVER >= 20120307
-packetLen(0x0926, 18) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 18)
#elif PACKETVER >= 20120207
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
#endif
// Packet: 0x0927
#if PACKETVER >= 20121128
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#elif PACKETVER >= 20121121
-packetLen(0x0927, 19) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 19)
#elif PACKETVER >= 20121010
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#elif PACKETVER >= 20120925
-packetLen(0x0927, 6) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 6)
#elif PACKETVER >= 20120911
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#elif PACKETVER >= 20120905
-packetLen(0x0927, 18) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 18)
#elif PACKETVER >= 20120830
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#elif PACKETVER >= 20120822
-packetLen(0x0927, 6) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 6)
#elif PACKETVER >= 20120207
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#endif
// Packet: 0x0928
#if PACKETVER >= 20120801
-packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 2)
#elif PACKETVER >= 20120724
-packetLen(0x0928, -1) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, -1)
#elif PACKETVER >= 20120307
-packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 2)
#elif PACKETVER >= 20120228
-packetLen(0x0928, 26) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 26)
#elif PACKETVER >= 20120207
-packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 2)
#endif
// Packet: 0x0929
#if PACKETVER >= 20121128
-packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 2)
#elif PACKETVER >= 20121121
-packetLen(0x0929, 4) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 4)
#elif PACKETVER >= 20120822
-packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 2)
#elif PACKETVER >= 20120814
-packetLen(0x0929, 8) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 8)
#elif PACKETVER >= 20120801
-packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 2)
#elif PACKETVER >= 20120724
-packetLen(0x0929, 12) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 12)
#elif PACKETVER >= 20120314
-packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 2)
#elif PACKETVER >= 20120307
-packetLen(0x0929, 26) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 26)
#elif PACKETVER >= 20120207
-packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 2)
#endif
// Packet: 0x092a
#if PACKETVER >= 20120808
-packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 2)
#elif PACKETVER >= 20120801
-packetLen(0x092a, 4) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 4)
#elif PACKETVER >= 20120320
-packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 2)
#elif PACKETVER >= 20120314
-packetLen(0x092a, 6) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 6)
#elif PACKETVER >= 20120207
-packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 2)
#endif
// Packet: 0x092b
#if PACKETVER >= 20121107
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
#elif PACKETVER >= 20121031
-packetLen(0x092b, 4) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 4)
#elif PACKETVER >= 20120801
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
#elif PACKETVER >= 20120724
-packetLen(0x092b, 90) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 90)
#elif PACKETVER >= 20120522
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
#elif PACKETVER >= 20120515
-packetLen(0x092b, 8) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 8)
#elif PACKETVER >= 20120404
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
#elif PACKETVER >= 20120328
-packetLen(0x092b, 6) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 6)
#elif PACKETVER >= 20120207
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
#endif
// Packet: 0x092c
#if PACKETVER >= 20120710
-packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 2)
#elif PACKETVER >= 20120702
-packetLen(0x092c, -1) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, -1)
#elif PACKETVER >= 20120529
-packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 2)
#elif PACKETVER >= 20120522
-packetLen(0x092c, 5) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 5)
#elif PACKETVER >= 20120207
-packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 2)
#endif
// Packet: 0x092d
#if PACKETVER >= 20120716
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#elif PACKETVER >= 20120710
-packetLen(0x092d, 12) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 12)
#elif PACKETVER >= 20120307
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#elif PACKETVER >= 20120228
-packetLen(0x092d, -1) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, -1)
#elif PACKETVER >= 20120207
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#endif
// Packet: 0x092e
#if PACKETVER >= 20120808
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#elif PACKETVER >= 20120801
-packetLen(0x092e, 6) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 6)
#elif PACKETVER >= 20120612
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#elif PACKETVER >= 20120604
-packetLen(0x092e, -1) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, -1)
#elif PACKETVER >= 20120410
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#elif PACKETVER >= 20120404
-packetLen(0x092e, 5) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 5)
#elif PACKETVER >= 20120207
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#endif
// Packet: 0x092f
#if PACKETVER >= 20121205
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#elif PACKETVER >= 20121128
-packetLen(0x092f, 6) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 6)
#elif PACKETVER >= 20120702
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#elif PACKETVER >= 20120626
-packetLen(0x092f, 4) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 4)
#elif PACKETVER >= 20120612
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#elif PACKETVER >= 20120604
-packetLen(0x092f, -1) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, -1)
#elif PACKETVER >= 20120207
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#endif
// Packet: 0x0930
#if PACKETVER >= 20121121
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#elif PACKETVER >= 20121114
-packetLen(0x0930, 4) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 4)
#elif PACKETVER >= 20120919
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#elif PACKETVER >= 20120911
-packetLen(0x0930, -1) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, -1)
#elif PACKETVER >= 20120808
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#elif PACKETVER >= 20120801
-packetLen(0x0930, 6) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 6)
#elif PACKETVER >= 20120529
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#elif PACKETVER >= 20120522
-packetLen(0x0930, 4) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 4)
#elif PACKETVER >= 20120228
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#elif PACKETVER >= 20120221
-packetLen(0x0930, 26) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 26)
#elif PACKETVER >= 20120207
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#endif
// Packet: 0x0931
#if PACKETVER >= 20121205
-packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 2)
#elif PACKETVER >= 20121128
-packetLen(0x0931, 7) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 7)
#elif PACKETVER >= 20121031
-packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 2)
#elif PACKETVER >= 20121024
-packetLen(0x0931, 6) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 6)
#elif PACKETVER >= 20120320
-packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 2)
#elif PACKETVER >= 20120314
-packetLen(0x0931, 8) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 8)
#elif PACKETVER >= 20120207
-packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 2)
#endif
// Packet: 0x0932
#if PACKETVER >= 20121227
-packetLen(0x0932, 5) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 5)
#elif PACKETVER >= 20121218
-packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 2)
#elif PACKETVER >= 20121212
-packetLen(0x0932, 18) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 18)
#elif PACKETVER >= 20121010
-packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 2)
#elif PACKETVER >= 20120925
-packetLen(0x0932, 6) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 6)
#elif PACKETVER >= 20120822
-packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 2)
#elif PACKETVER >= 20120814
-packetLen(0x0932, 10) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 10)
#elif PACKETVER >= 20120207
-packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 2)
#endif
// Packet: 0x0933
#if PACKETVER >= 20121227
-packetLen(0x0933, -1) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, -1)
#elif PACKETVER >= 20120307
-packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 2)
#elif PACKETVER >= 20120228
-packetLen(0x0933, 18) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 18)
#elif PACKETVER >= 20120221
-packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 2)
#elif PACKETVER >= 20120214
-packetLen(0x0933, 6) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 6)
#elif PACKETVER >= 20120207
-packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 2)
#endif
// Packet: 0x0934
#if PACKETVER >= 20121114
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#elif PACKETVER >= 20121107
-packetLen(0x0934, 12) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 12)
#elif PACKETVER >= 20121017
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#elif PACKETVER >= 20121010
-packetLen(0x0934, 6) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 6)
#elif PACKETVER >= 20120905
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#elif PACKETVER >= 20120830
-packetLen(0x0934, 5) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 5)
#elif PACKETVER >= 20120822
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#elif PACKETVER >= 20120814
-packetLen(0x0934, 10) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 10)
#elif PACKETVER >= 20120808
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#elif PACKETVER >= 20120801
-packetLen(0x0934, 10) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 10)
#elif PACKETVER >= 20120404
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#elif PACKETVER >= 20120328
-packetLen(0x0934, 6) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 6)
#elif PACKETVER >= 20120207
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#endif
// Packet: 0x0935
#if PACKETVER >= 20121227
-packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 2)
#elif PACKETVER >= 20121218
-packetLen(0x0935, 26) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 26)
#elif PACKETVER >= 20121121
-packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 2)
#elif PACKETVER >= 20121114
-packetLen(0x0935, 10) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 10)
#elif PACKETVER >= 20120830
-packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 2)
#elif PACKETVER >= 20120822
-packetLen(0x0935, 5) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 5)
#elif PACKETVER >= 20120702
-packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 2)
#elif PACKETVER >= 20120626
-packetLen(0x0935, 6) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 6)
#elif PACKETVER >= 20120228
-packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 2)
#elif PACKETVER >= 20120221
-packetLen(0x0935, -1) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, -1)
#elif PACKETVER >= 20120207
-packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 2)
#endif
// Packet: 0x0936
#if PACKETVER >= 20120716
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
#elif PACKETVER >= 20120710
-packetLen(0x0936, 8) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 8)
#elif PACKETVER >= 20120702
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
#elif PACKETVER >= 20120626
-packetLen(0x0936, 12) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 12)
#elif PACKETVER >= 20120612
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
#elif PACKETVER >= 20120604
-packetLen(0x0936, 8) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 8)
#elif PACKETVER >= 20120207
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
#endif
// Packet: 0x0937
#if PACKETVER >= 20120830
-packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 2)
#elif PACKETVER >= 20120822
-packetLen(0x0937, 10) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 10)
#elif PACKETVER >= 20120307
-packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 2)
#elif PACKETVER >= 20120228
-packetLen(0x0937, 26) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 26)
#elif PACKETVER >= 20120221
-packetLen(0x0937, 8) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 8)
#elif PACKETVER >= 20120207
-packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 2)
#endif
// Packet: 0x0938
#if PACKETVER >= 20121128
-packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 2)
#elif PACKETVER >= 20121121
-packetLen(0x0938, 12) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 12)
#elif PACKETVER >= 20121114
-packetLen(0x0938, -1) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, -1)
#elif PACKETVER >= 20120801
-packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 2)
#elif PACKETVER >= 20120724
-packetLen(0x0938, 10) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 10)
#elif PACKETVER >= 20120702
-packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 2)
#elif PACKETVER >= 20120626
-packetLen(0x0938, -1) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, -1)
#elif PACKETVER >= 20120417
-packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 2)
#elif PACKETVER >= 20120410
-packetLen(0x0938, 6) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 6)
#elif PACKETVER >= 20120207
-packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 2)
#endif
// Packet: 0x0939
#if PACKETVER >= 20120207
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
#endif
// Packet: 0x093a
#if PACKETVER >= 20121212
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
#elif PACKETVER >= 20121205
-packetLen(0x093a, 6) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 6)
#elif PACKETVER >= 20121031
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
#elif PACKETVER >= 20121024
-packetLen(0x093a, 8) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 8)
#elif PACKETVER >= 20120702
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
#elif PACKETVER >= 20120626
-packetLen(0x093a, 90) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 90)
#elif PACKETVER >= 20120604
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
#elif PACKETVER >= 20120529
-packetLen(0x093a, 19) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 19)
#elif PACKETVER >= 20120320
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
#elif PACKETVER >= 20120314
-packetLen(0x093a, 8) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 8)
#elif PACKETVER >= 20120207
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
#endif
// Packet: 0x093b
#if PACKETVER >= 20121121
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#elif PACKETVER >= 20121114
-packetLen(0x093b, 12) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 12)
#elif PACKETVER >= 20121107
-packetLen(0x093b, 10) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 10)
#elif PACKETVER >= 20120314
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#elif PACKETVER >= 20120307
-packetLen(0x093b, 8) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 8)
#elif PACKETVER >= 20120207
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#endif
// Packet: 0x093c
#if PACKETVER >= 20121121
-packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 2)
#elif PACKETVER >= 20121114
-packetLen(0x093c, 8) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 8)
#elif PACKETVER >= 20121017
-packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 2)
#elif PACKETVER >= 20121010
-packetLen(0x093c, 8) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 8)
#elif PACKETVER >= 20120911
-packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 2)
#elif PACKETVER >= 20120905
-packetLen(0x093c, 12) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 12)
#elif PACKETVER >= 20120808
-packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 2)
#elif PACKETVER >= 20120801
-packetLen(0x093c, 26) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 26)
#elif PACKETVER >= 20120724
-packetLen(0x093c, 8) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 8)
#elif PACKETVER >= 20120503
-packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 2)
#elif PACKETVER >= 20120424
-packetLen(0x093c, 5) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 5)
#elif PACKETVER >= 20120228
-packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 2)
#elif PACKETVER >= 20120221
-packetLen(0x093c, 8) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 8)
#elif PACKETVER >= 20120207
-packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 2)
#endif
// Packet: 0x093d
#if PACKETVER >= 20120814
-packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 2)
#elif PACKETVER >= 20120808
-packetLen(0x093d, 5) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 5)
#elif PACKETVER >= 20120207
-packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 2)
#endif
// Packet: 0x093e
#if PACKETVER >= 20121212
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#elif PACKETVER >= 20121205
-packetLen(0x093e, 8) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 8)
#elif PACKETVER >= 20120919
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#elif PACKETVER >= 20120911
-packetLen(0x093e, 12) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 12)
#elif PACKETVER >= 20120529
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#elif PACKETVER >= 20120522
-packetLen(0x093e, 90) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 90)
#elif PACKETVER >= 20120404
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#elif PACKETVER >= 20120328
-packetLen(0x093e, 10) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 10)
#elif PACKETVER >= 20120207
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#endif
// Packet: 0x093f
#if PACKETVER >= 20121212
-packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 2)
#elif PACKETVER >= 20121205
-packetLen(0x093f, 10) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 10)
#elif PACKETVER >= 20120207
-packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 2)
#endif
// Packet: 0x0940
#if PACKETVER >= 20121227
-packetLen(0x0940, 10) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 10)
#elif PACKETVER >= 20120830
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20120822
-packetLen(0x0940, 12) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 12)
#elif PACKETVER >= 20120814
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20120808
-packetLen(0x0940, 10) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 10)
#elif PACKETVER >= 20120626
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20120618
-packetLen(0x0940, -1) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, -1)
#elif PACKETVER >= 20120515
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20120508
-packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 6)
#elif PACKETVER >= 20120410
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20120404
-packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 6)
#elif PACKETVER >= 20120207
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#endif
// Packet: 0x0941
#if PACKETVER >= 20121121
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#elif PACKETVER >= 20121114
-packetLen(0x0941, 26) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 26)
#elif PACKETVER >= 20120822
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#elif PACKETVER >= 20120814
-packetLen(0x0941, 90) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 90)
#elif PACKETVER >= 20120808
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#elif PACKETVER >= 20120801
-packetLen(0x0941, 8) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 8)
#elif PACKETVER >= 20120529
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#elif PACKETVER >= 20120522
-packetLen(0x0941, 6) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 6)
#elif PACKETVER >= 20120503
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#elif PACKETVER >= 20120424
-packetLen(0x0941, 6) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 6)
#elif PACKETVER >= 20120320
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#elif PACKETVER >= 20120314
-packetLen(0x0941, 26) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 26)
#elif PACKETVER >= 20120307
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#elif PACKETVER >= 20120228
-packetLen(0x0941, 6) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 6)
#elif PACKETVER >= 20120207
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#endif
// Packet: 0x0942
#if PACKETVER >= 20121031
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
#elif PACKETVER >= 20121024
-packetLen(0x0942, -1) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, -1)
#elif PACKETVER >= 20121017
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
#elif PACKETVER >= 20121010
-packetLen(0x0942, 6) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 6)
#elif PACKETVER >= 20120925
-packetLen(0x0942, 36) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 36)
#elif PACKETVER >= 20120307
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
#elif PACKETVER >= 20120228
-packetLen(0x0942, 5) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 5)
#elif PACKETVER >= 20120207
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
#endif
// Packet: 0x0943
#if PACKETVER >= 20120830
-packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 2)
#elif PACKETVER >= 20120822
-packetLen(0x0943, 8) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 8)
#elif PACKETVER >= 20120612
-packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 2)
#elif PACKETVER >= 20120604
-packetLen(0x0943, 4) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 4)
#elif PACKETVER >= 20120207
-packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 2)
#endif
// Packet: 0x0944
#if PACKETVER >= 20121121
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#elif PACKETVER >= 20121114
-packetLen(0x0944, -1) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, -1)
#elif PACKETVER >= 20120911
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#elif PACKETVER >= 20120905
-packetLen(0x0944, 26) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 26)
#elif PACKETVER >= 20120710
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#elif PACKETVER >= 20120702
-packetLen(0x0944, 5) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 5)
#elif PACKETVER >= 20120522
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#elif PACKETVER >= 20120515
-packetLen(0x0944, 18) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 18)
#elif PACKETVER >= 20120207
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#endif
// Packet: 0x0945
#if PACKETVER >= 20121205
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#elif PACKETVER >= 20121128
-packetLen(0x0945, 5) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 5)
#elif PACKETVER >= 20121114
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#elif PACKETVER >= 20121107
-packetLen(0x0945, 90) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 90)
#elif PACKETVER >= 20120911
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#elif PACKETVER >= 20120905
-packetLen(0x0945, -1) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, -1)
#elif PACKETVER >= 20120830
-packetLen(0x0945, 6) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 6)
#elif PACKETVER >= 20120801
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#elif PACKETVER >= 20120724
-packetLen(0x0945, 7) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 7)
#elif PACKETVER >= 20120417
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#elif PACKETVER >= 20120410
-packetLen(0x0945, -1) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, -1)
#elif PACKETVER >= 20120328
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#elif PACKETVER >= 20120320
-packetLen(0x0945, 19) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 19)
#elif PACKETVER >= 20120307
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#elif PACKETVER >= 20120228
-packetLen(0x0945, 6) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 6)
#elif PACKETVER >= 20120207
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#endif
// Packet: 0x0946
#if PACKETVER >= 20121227
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20121218
-packetLen(0x0946, 36) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 36)
#elif PACKETVER >= 20121212
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20121205
-packetLen(0x0946, 10) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 10)
#elif PACKETVER >= 20121128
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20121121
-packetLen(0x0946, 5) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 5)
#elif PACKETVER >= 20121017
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20121010
-packetLen(0x0946, 19) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 19)
#elif PACKETVER >= 20120808
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20120801
-packetLen(0x0946, -1) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, -1)
#elif PACKETVER >= 20120320
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20120314
-packetLen(0x0946, 6) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 6)
#elif PACKETVER >= 20120207
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#endif
// Packet: 0x0947
#if PACKETVER >= 20121227
-packetLen(0x0947, 6) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 6)
#elif PACKETVER >= 20121218
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#elif PACKETVER >= 20121212
-packetLen(0x0947, 5) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 5)
#elif PACKETVER >= 20121031
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#elif PACKETVER >= 20121024
-packetLen(0x0947, 6) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 6)
#elif PACKETVER >= 20121017
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#elif PACKETVER >= 20121010
-packetLen(0x0947, 10) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 10)
#elif PACKETVER >= 20120522
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#elif PACKETVER >= 20120515
-packetLen(0x0947, 10) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 10)
#elif PACKETVER >= 20120503
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#elif PACKETVER >= 20120424
-packetLen(0x0947, 4) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 4)
#elif PACKETVER >= 20120410
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#elif PACKETVER >= 20120404
-packetLen(0x0947, 36) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 36)
#elif PACKETVER >= 20120307
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#elif PACKETVER >= 20120228
-packetLen(0x0947, 6) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 6)
#elif PACKETVER >= 20120207
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#endif
// Packet: 0x0948
#if PACKETVER >= 20121010
-packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 2)
#elif PACKETVER >= 20120925
-packetLen(0x0948, 18) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 18)
#elif PACKETVER >= 20120919
-packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 2)
#elif PACKETVER >= 20120911
-packetLen(0x0948, 10) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 10)
#elif PACKETVER >= 20120503
-packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 2)
#elif PACKETVER >= 20120424
-packetLen(0x0948, 6) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 6)
#elif PACKETVER >= 20120207
-packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 2)
#endif
// Packet: 0x0949
#if PACKETVER >= 20121121
-packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 2)
#elif PACKETVER >= 20121114
-packetLen(0x0949, 18) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 18)
#elif PACKETVER >= 20120919
-packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 2)
#elif PACKETVER >= 20120911
-packetLen(0x0949, 4) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 4)
#elif PACKETVER >= 20120207
-packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 2)
#endif
// Packet: 0x094a
#if PACKETVER >= 20121121
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#elif PACKETVER >= 20121114
-packetLen(0x094a, 10) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 10)
#elif PACKETVER >= 20120710
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#elif PACKETVER >= 20120702
-packetLen(0x094a, 6) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 6)
#elif PACKETVER >= 20120626
-packetLen(0x094a, -1) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, -1)
#elif PACKETVER >= 20120207
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#endif
// Packet: 0x094b
#if PACKETVER >= 20121212
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
#elif PACKETVER >= 20121205
-packetLen(0x094b, 6) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 6)
#elif PACKETVER >= 20121121
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
#elif PACKETVER >= 20121114
-packetLen(0x094b, 19) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 19)
#elif PACKETVER >= 20120919
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
#elif PACKETVER >= 20120911
-packetLen(0x094b, -1) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, -1)
#elif PACKETVER >= 20120905
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
#elif PACKETVER >= 20120830
-packetLen(0x094b, 18) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 18)
#elif PACKETVER >= 20120716
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
#elif PACKETVER >= 20120710
-packetLen(0x094b, 5) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 5)
#elif PACKETVER >= 20120522
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
#elif PACKETVER >= 20120515
-packetLen(0x094b, 5) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 5)
#elif PACKETVER >= 20120417
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
#elif PACKETVER >= 20120410
-packetLen(0x094b, 19) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 19)
#elif PACKETVER >= 20120207
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
#endif
// Packet: 0x094c
#if PACKETVER >= 20121017
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
#elif PACKETVER >= 20121010
-packetLen(0x094c, 6) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 6)
#elif PACKETVER >= 20120604
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
#elif PACKETVER >= 20120529
-packetLen(0x094c, 5) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 5)
#elif PACKETVER >= 20120207
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
#endif
// Packet: 0x094d
#if PACKETVER >= 20121128
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
#elif PACKETVER >= 20121121
-packetLen(0x094d, 8) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 8)
#elif PACKETVER >= 20121114
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
#elif PACKETVER >= 20121107
-packetLen(0x094d, 5) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 5)
#elif PACKETVER >= 20120830
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
#elif PACKETVER >= 20120822
-packetLen(0x094d, 36) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 36)
#elif PACKETVER >= 20120529
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
#elif PACKETVER >= 20120522
-packetLen(0x094d, 26) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 26)
#elif PACKETVER >= 20120515
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
#elif PACKETVER >= 20120508
-packetLen(0x094d, 6) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 6)
#elif PACKETVER >= 20120307
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
#elif PACKETVER >= 20120228
-packetLen(0x094d, 8) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 8)
#elif PACKETVER >= 20120207
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
#endif
// Packet: 0x094e
#if PACKETVER >= 20120830
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#elif PACKETVER >= 20120822
-packetLen(0x094e, 6) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 6)
#elif PACKETVER >= 20120808
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#elif PACKETVER >= 20120801
-packetLen(0x094e, 8) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 8)
#elif PACKETVER >= 20120716
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#elif PACKETVER >= 20120710
-packetLen(0x094e, 26) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 26)
#elif PACKETVER >= 20120612
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#elif PACKETVER >= 20120604
-packetLen(0x094e, 5) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 5)
#elif PACKETVER >= 20120207
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#endif
// Packet: 0x094f
#if PACKETVER >= 20121121
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#elif PACKETVER >= 20121114
-packetLen(0x094f, 6) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 6)
#elif PACKETVER >= 20120320
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#elif PACKETVER >= 20120314
-packetLen(0x094f, 8) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 8)
#elif PACKETVER >= 20120207
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#endif
// Packet: 0x0950
#if PACKETVER >= 20121205
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
#elif PACKETVER >= 20121128
-packetLen(0x0950, 12) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 12)
#elif PACKETVER >= 20121121
-packetLen(0x0950, 5) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 5)
#elif PACKETVER >= 20121010
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
#elif PACKETVER >= 20120925
-packetLen(0x0950, 5) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 5)
#elif PACKETVER >= 20120911
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
#elif PACKETVER >= 20120905
-packetLen(0x0950, 6) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 6)
#elif PACKETVER >= 20120207
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
#endif
// Packet: 0x0951
#if PACKETVER >= 20121218
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#elif PACKETVER >= 20121212
-packetLen(0x0951, 8) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 8)
#elif PACKETVER >= 20120702
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#elif PACKETVER >= 20120626
-packetLen(0x0951, 6) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 6)
#elif PACKETVER >= 20120404
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#elif PACKETVER >= 20120328
-packetLen(0x0951, 7) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 7)
#elif PACKETVER >= 20120207
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#endif
// Packet: 0x0952
#if PACKETVER >= 20121128
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
#elif PACKETVER >= 20121121
-packetLen(0x0952, 6) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 6)
#elif PACKETVER >= 20120919
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
#elif PACKETVER >= 20120911
-packetLen(0x0952, 90) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 90)
#elif PACKETVER >= 20120221
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
#elif PACKETVER >= 20120214
-packetLen(0x0952, 19) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 19)
#elif PACKETVER >= 20120207
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
#endif
// Packet: 0x0953
#if PACKETVER >= 20121227
-packetLen(0x0953, 8) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 8)
#elif PACKETVER >= 20121218
-packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 2)
#elif PACKETVER >= 20121212
-packetLen(0x0953, 6) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 6)
#elif PACKETVER >= 20121205
-packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 2)
#elif PACKETVER >= 20121128
-packetLen(0x0953, 6) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 6)
#elif PACKETVER >= 20120830
-packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 2)
#elif PACKETVER >= 20120822
-packetLen(0x0953, 18) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 18)
#elif PACKETVER >= 20120716
-packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 2)
#elif PACKETVER >= 20120710
-packetLen(0x0953, 4) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 4)
#elif PACKETVER >= 20120702
-packetLen(0x0953, 5) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 5)
#elif PACKETVER >= 20120221
-packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 2)
#elif PACKETVER >= 20120214
-packetLen(0x0953, -1) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, -1)
#elif PACKETVER >= 20120207
-packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 2)
#endif
// Packet: 0x0954
#if PACKETVER >= 20121212
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#elif PACKETVER >= 20121205
-packetLen(0x0954, 7) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 7)
#elif PACKETVER >= 20121128
-packetLen(0x0954, 8) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 8)
#elif PACKETVER >= 20121121
-packetLen(0x0954, 36) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 36)
#elif PACKETVER >= 20121031
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#elif PACKETVER >= 20121024
-packetLen(0x0954, 90) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 90)
#elif PACKETVER >= 20120618
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#elif PACKETVER >= 20120612
-packetLen(0x0954, 36) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 36)
#elif PACKETVER >= 20120404
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#elif PACKETVER >= 20120328
-packetLen(0x0954, 6) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 6)
#elif PACKETVER >= 20120307
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#elif PACKETVER >= 20120228
-packetLen(0x0954, 6) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 6)
#elif PACKETVER >= 20120207
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#endif
// Packet: 0x0955
#if PACKETVER >= 20120830
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
#elif PACKETVER >= 20120822
-packetLen(0x0955, -1) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, -1)
#elif PACKETVER >= 20120503
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
#elif PACKETVER >= 20120424
-packetLen(0x0955, 6) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 6)
#elif PACKETVER >= 20120207
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
#endif
// Packet: 0x0956
#if PACKETVER >= 20121010
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#elif PACKETVER >= 20120925
-packetLen(0x0956, 8) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 8)
#elif PACKETVER >= 20120919
-packetLen(0x0956, 36) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 36)
#elif PACKETVER >= 20120716
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#elif PACKETVER >= 20120710
-packetLen(0x0956, -1) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, -1)
#elif PACKETVER >= 20120529
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#elif PACKETVER >= 20120522
-packetLen(0x0956, 6) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 6)
#elif PACKETVER >= 20120207
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#endif
// Packet: 0x0957
#if PACKETVER >= 20121227
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20121218
-packetLen(0x0957, 18) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 18)
#elif PACKETVER >= 20121212
-packetLen(0x0957, 90) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 90)
#elif PACKETVER >= 20121128
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20121121
-packetLen(0x0957, 26) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 26)
#elif PACKETVER >= 20121017
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20120925
-packetLen(0x0957, 5) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 5)
#elif PACKETVER >= 20120801
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20120724
-packetLen(0x0957, 36) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 36)
#elif PACKETVER >= 20120522
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20120515
-packetLen(0x0957, 6) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 6)
#elif PACKETVER >= 20120221
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20120214
-packetLen(0x0957, 90) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 90)
#elif PACKETVER >= 20120207
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#endif
// Packet: 0x0958
#if PACKETVER >= 20121227
-packetLen(0x0958, 8) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 8)
#elif PACKETVER >= 20121128
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20121121
-packetLen(0x0958, 6) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 6)
#elif PACKETVER >= 20121010
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20120925
-packetLen(0x0958, 6) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 6)
#elif PACKETVER >= 20120919
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20120911
-packetLen(0x0958, 10) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 10)
#elif PACKETVER >= 20120410
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20120404
-packetLen(0x0958, 8) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 8)
#elif PACKETVER >= 20120207
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#endif
// Packet: 0x0959
#if PACKETVER >= 20121212
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#elif PACKETVER >= 20121205
-packetLen(0x0959, 26) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 26)
#elif PACKETVER >= 20121017
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#elif PACKETVER >= 20121010
-packetLen(0x0959, -1) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, -1)
#elif PACKETVER >= 20120919
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#elif PACKETVER >= 20120911
-packetLen(0x0959, 7) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 7)
#elif PACKETVER >= 20120905
-packetLen(0x0959, 6) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 6)
#elif PACKETVER >= 20120801
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#elif PACKETVER >= 20120724
-packetLen(0x0959, 26) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 26)
#elif PACKETVER >= 20120207
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#endif
// Packet: 0x095a
#if PACKETVER >= 20120207
-packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 2)
#endif
// Packet: 0x095b
#if PACKETVER >= 20121218
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20121212
-packetLen(0x095b, 8) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 8)
#elif PACKETVER >= 20120830
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20120822
-packetLen(0x095b, 6) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 6)
#elif PACKETVER >= 20120612
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20120604
-packetLen(0x095b, 8) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 8)
#elif PACKETVER >= 20120503
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20120424
-packetLen(0x095b, -1) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, -1)
#elif PACKETVER >= 20120207
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#endif
// Packet: 0x095c
#if PACKETVER >= 20121121
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#elif PACKETVER >= 20121114
-packetLen(0x095c, -1) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, -1)
#elif PACKETVER >= 20121017
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#elif PACKETVER >= 20121010
-packetLen(0x095c, 5) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 5)
#elif PACKETVER >= 20120314
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#elif PACKETVER >= 20120307
-packetLen(0x095c, 4) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 4)
#elif PACKETVER >= 20120228
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#elif PACKETVER >= 20120221
-packetLen(0x095c, 5) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 5)
#elif PACKETVER >= 20120214
-packetLen(0x095c, 10) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 10)
#elif PACKETVER >= 20120207
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#endif
// Packet: 0x095d
#if PACKETVER >= 20121227
-packetLen(0x095d, -1) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, -1)
#elif PACKETVER >= 20121031
-packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 2)
#elif PACKETVER >= 20121024
-packetLen(0x095d, 26) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 26)
#elif PACKETVER >= 20120710
-packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 2)
#elif PACKETVER >= 20120702
-packetLen(0x095d, 36) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 36)
#elif PACKETVER >= 20120404
-packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 2)
#elif PACKETVER >= 20120328
-packetLen(0x095d, 26) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 26)
#elif PACKETVER >= 20120207
-packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 2)
#endif
// Packet: 0x095e
#if PACKETVER >= 20121031
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
#elif PACKETVER >= 20121024
-packetLen(0x095e, 6) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 6)
#elif PACKETVER >= 20121010
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
#elif PACKETVER >= 20120925
-packetLen(0x095e, 10) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 10)
#elif PACKETVER >= 20120307
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
#elif PACKETVER >= 20120228
-packetLen(0x095e, 5) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 5)
#elif PACKETVER >= 20120207
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
#endif
// Packet: 0x095f
#if PACKETVER >= 20120207
-packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 2)
#endif
// Packet: 0x0960
#if PACKETVER >= 20121205
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20121128
-packetLen(0x0960, -1) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, -1)
#elif PACKETVER >= 20121114
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20121107
-packetLen(0x0960, 6) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 6)
#elif PACKETVER >= 20121024
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20121017
-packetLen(0x0960, 5) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 5)
#elif PACKETVER >= 20120911
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20120905
-packetLen(0x0960, 90) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 90)
#elif PACKETVER >= 20120716
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20120710
-packetLen(0x0960, 90) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 90)
#elif PACKETVER >= 20120702
-packetLen(0x0960, 5) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 5)
#elif PACKETVER >= 20120207
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#endif
// Packet: 0x0961
#if PACKETVER >= 20120710
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#elif PACKETVER >= 20120702
-packetLen(0x0961, 4) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 4)
#elif PACKETVER >= 20120417
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#elif PACKETVER >= 20120410
-packetLen(0x0961, 36) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 36)
#elif PACKETVER >= 20120307
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#elif PACKETVER >= 20120228
-packetLen(0x0961, 10) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 10)
#elif PACKETVER >= 20120207
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#endif
// Packet: 0x0962
#if PACKETVER >= 20121227
-packetLen(0x0962, 26) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 26)
#elif PACKETVER >= 20121024
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#elif PACKETVER >= 20121017
-packetLen(0x0962, 6) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 6)
#elif PACKETVER >= 20120702
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#elif PACKETVER >= 20120626
-packetLen(0x0962, 8) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 8)
#elif PACKETVER >= 20120207
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#endif
// Packet: 0x0963
#if PACKETVER >= 20121114
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
#elif PACKETVER >= 20121107
-packetLen(0x0963, 4) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 4)
#elif PACKETVER >= 20121010
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
#elif PACKETVER >= 20120925
-packetLen(0x0963, 8) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 8)
#elif PACKETVER >= 20120919
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
#elif PACKETVER >= 20120911
-packetLen(0x0963, 6) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 6)
#elif PACKETVER >= 20120801
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
#elif PACKETVER >= 20120724
-packetLen(0x0963, 6) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 6)
#elif PACKETVER >= 20120612
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
#elif PACKETVER >= 20120604
-packetLen(0x0963, 8) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 8)
#elif PACKETVER >= 20120404
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
#elif PACKETVER >= 20120328
-packetLen(0x0963, 6) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 6)
#elif PACKETVER >= 20120314
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
#elif PACKETVER >= 20120307
-packetLen(0x0963, 8) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 8)
#elif PACKETVER >= 20120221
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
#elif PACKETVER >= 20120214
-packetLen(0x0963, 7) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 7)
#elif PACKETVER >= 20120207
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
#endif
// Packet: 0x0964
#if PACKETVER >= 20121017
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#elif PACKETVER >= 20121010
-packetLen(0x0964, 26) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 26)
#elif PACKETVER >= 20120905
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#elif PACKETVER >= 20120830
-packetLen(0x0964, 6) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 6)
#elif PACKETVER >= 20120808
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#elif PACKETVER >= 20120801
-packetLen(0x0964, 12) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 12)
#elif PACKETVER >= 20120522
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#elif PACKETVER >= 20120515
-packetLen(0x0964, 6) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 6)
#elif PACKETVER >= 20120320
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#elif PACKETVER >= 20120314
-packetLen(0x0964, 18) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 18)
#elif PACKETVER >= 20120207
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#endif
// Packet: 0x0965
#if PACKETVER >= 20121218
-packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 2)
#elif PACKETVER >= 20121212
-packetLen(0x0965, -1) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, -1)
#elif PACKETVER >= 20121121
-packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 2)
#elif PACKETVER >= 20121114
-packetLen(0x0965, 6) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 6)
#elif PACKETVER >= 20121031
-packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 2)
#elif PACKETVER >= 20121017
-packetLen(0x0965, 19) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 19)
#elif PACKETVER >= 20120801
-packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 2)
#elif PACKETVER >= 20120724
-packetLen(0x0965, 6) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 6)
#elif PACKETVER >= 20120503
-packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 2)
#elif PACKETVER >= 20120424
-packetLen(0x0965, 8) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 8)
#elif PACKETVER >= 20120207
-packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 2)
#endif
// Packet: 0x0966
#if PACKETVER >= 20121218
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#elif PACKETVER >= 20121212
-packetLen(0x0966, -1) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, -1)
#elif PACKETVER >= 20121205
-packetLen(0x0966, 8) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 8)
#elif PACKETVER >= 20121114
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#elif PACKETVER >= 20121107
-packetLen(0x0966, 18) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 18)
#elif PACKETVER >= 20120919
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#elif PACKETVER >= 20120911
-packetLen(0x0966, 8) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 8)
#elif PACKETVER >= 20120801
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#elif PACKETVER >= 20120724
-packetLen(0x0966, 8) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 8)
#elif PACKETVER >= 20120522
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#elif PACKETVER >= 20120515
-packetLen(0x0966, 4) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 4)
#elif PACKETVER >= 20120328
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#elif PACKETVER >= 20120320
-packetLen(0x0966, 5) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 5)
#elif PACKETVER >= 20120221
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#elif PACKETVER >= 20120214
-packetLen(0x0966, 5) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 5)
#elif PACKETVER >= 20120207
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#endif
// Packet: 0x0967
#if PACKETVER >= 20120911
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20120905
-packetLen(0x0967, 7) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 7)
#elif PACKETVER >= 20120822
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20120814
-packetLen(0x0967, -1) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, -1)
#elif PACKETVER >= 20120404
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20120328
-packetLen(0x0967, 10) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 10)
#elif PACKETVER >= 20120228
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20120221
-packetLen(0x0967, 36) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 36)
#elif PACKETVER >= 20120207
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#endif
// Packet: 0x0968
#if PACKETVER >= 20121212
-packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 2)
#elif PACKETVER >= 20121205
-packetLen(0x0968, 5) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 5)
#elif PACKETVER >= 20120919
-packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 2)
#elif PACKETVER >= 20120911
-packetLen(0x0968, 5) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 5)
#elif PACKETVER >= 20120207
-packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 2)
#endif
// Packet: 0x0969
#if PACKETVER >= 20121017
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#elif PACKETVER >= 20121010
-packetLen(0x0969, 18) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 18)
#elif PACKETVER >= 20120822
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#elif PACKETVER >= 20120814
-packetLen(0x0969, 5) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 5)
#elif PACKETVER >= 20120228
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#elif PACKETVER >= 20120221
-packetLen(0x0969, 19) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 19)
#elif PACKETVER >= 20120207
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#endif
// Packet: 0x096a
#if PACKETVER >= 20121227
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20121212
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20121121
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20121114
-packetLen(0x096a, 8) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 8)
#elif PACKETVER >= 20121107
-packetLen(0x096a, 26) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 26)
#elif PACKETVER >= 20121031
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20121024
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20121017
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20120925
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20120919
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20120911
-packetLen(0x096a, 36) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 36)
#elif PACKETVER >= 20120905
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20120830
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20120814
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20120808
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20120724
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20120716
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20120626
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20120612
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20120604
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20120529
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20120522
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20120515
-packetLen(0x096a, -1) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, -1)
#elif PACKETVER >= 20120508
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20120503
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20120424
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20120417
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20120410
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20120404
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20120328
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20120307
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20120228
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20120221
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20120214
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20120207
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#endif
// Packet: 0x096b
#if PACKETVER >= 20120404
-packetLen(0x096b, 4) // ZC_PRNPC_STATE
+packetLen(0x096b, 4)
#elif PACKETVER >= 20120207
-packetLen(0x096b, 3) // ZC_PRNPC_STATE
+packetLen(0x096b, 3)
#endif
// Packet: 0x096c
#if PACKETVER >= 20120207
-packetLen(0x096c, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x096c, 6)
#endif
// Packet: 0x096d
#if PACKETVER >= 20120228
-packetLen(0x096d, -1) // ZC_MERGE_ITEM_OPEN
+packetLen(0x096d, -1)
#elif PACKETVER >= 20120214
-packetLen(0x096d, 2) // ZC_MERGE_ITEM_OPEN
+packetLen(0x096d, 2)
#endif
// Packet: 0x096e
#if PACKETVER >= 20120228
-packetLen(0x096e, -1) // CZ_REQ_MERGE_ITEM
+packetLen(0x096e, -1)
#elif PACKETVER >= 20120221
-packetLen(0x096e, 6) // CZ_REQ_MERGE_ITEM
+packetLen(0x096e, 6)
#elif PACKETVER >= 20120214
-packetLen(0x096e, 10) // CZ_REQ_MERGE_ITEM
+packetLen(0x096e, 10)
#endif
// Packet: 0x096f
#if PACKETVER >= 20120221
-packetLen(0x096f, 7) // ZC_ACK_MERGE_ITEM
+packetLen(0x096f, 7)
#elif PACKETVER >= 20120214
-packetLen(0x096f, 3) // ZC_ACK_MERGE_ITEM
+packetLen(0x096f, 3)
#endif
// Packet: 0x0970
#if PACKETVER >= 20120214
-packetLen(0x0970, 31) // CH_MAKE_CHAR_NOT_STATS
+packetLen(0x0970, 31)
#endif
// Packet: 0x0971
#if PACKETVER >= 20120214
-packetLen(0x0971, 6) // ZC_PARTY_RECRUIT_REFUSE_VOLUNTEER_TO_PM
+packetLen(0x0971, 6)
#endif
// Packet: 0x0972
#if PACKETVER >= 20120214
-packetLen(0x0972, -1) // ZC_SAY_DIALOG2
+packetLen(0x0972, -1)
#endif
// Packet: 0x0973
#if PACKETVER >= 20120214
-packetLen(0x0973, 7) // ZC_WAIT_DIALOG2
+packetLen(0x0973, 7)
#endif
// Packet: 0x0974
#if PACKETVER >= 20120221
-packetLen(0x0974, 2) // CZ_CANCEL_MERGE_ITEM
+packetLen(0x0974, 2)
#endif
// Packet: 0x0975
#if PACKETVER >= 20120221
-packetLen(0x0975, -1) // ZC_STORE_ITEMLIST_NORMAL_V2
+packetLen(0x0975, -1)
#endif
// Packet: 0x0976
#if PACKETVER >= 20120221
-packetLen(0x0976, -1) // ZC_STORE_ITEMLIST_EQUIP_V2
+packetLen(0x0976, -1)
#endif
// Packet: 0x0977
#if PACKETVER >= 20120228
-packetLen(0x0977, 14) // ZC_HP_INFO
+packetLen(0x0977, 14)
#elif PACKETVER >= 20120221
-packetLen(0x0977, 15) // ZC_HP_INFO
+packetLen(0x0977, 15)
#endif
// Packet: 0x0978
#if PACKETVER >= 20120328
-packetLen(0x0978, 6) // CZ_REQ_BEFORE_WORLD_INFO
+packetLen(0x0978, 6)
#endif
// Packet: 0x0979
#if PACKETVER >= 20120328
-packetLen(0x0979, 50) // ZC_ACK_BEFORE_WORLD_INFO
+packetLen(0x0979, 50)
#endif
// Packet: 0x097a
#if PACKETVER >= 20120410
-packetLen(0x097a, -1) // ZC_ALL_QUEST_LIST2
+packetLen(0x097a, -1)
#endif
// Packet: 0x097b
#if PACKETVER >= 20120417
-packetLen(0x097b, -1) // ZC_PERSONAL_INFOMATION2
+packetLen(0x097b, -1)
#endif
// Packet: 0x097c
#if PACKETVER >= 20120503
-packetLen(0x097c, 4) // CZ_REQ_RANKING
+packetLen(0x097c, 4)
#endif
// Packet: 0x097d
#if PACKETVER >= 20120503
-packetLen(0x097d, 288) // ZC_ACK_RANKING
+packetLen(0x097d, 288)
#endif
// Packet: 0x097e
#if PACKETVER >= 20120503
-packetLen(0x097e, 12) // ZC_UPDATE_RANKING_POINT
+packetLen(0x097e, 12)
#endif
// Packet: 0x097f
#if PACKETVER >= 20120503
-packetLen(0x097f, -1) // ZC_SELECTCART
+packetLen(0x097f, -1)
#endif
// Packet: 0x0980
#if PACKETVER >= 20120503
-packetLen(0x0980, 7) // CZ_SELECTCART
+packetLen(0x0980, 7)
#endif
// Packet: 0x0981
#if PACKETVER >= 20120515
-packetLen(0x0981, -1) // ZC_PERSONAL_INFOMATION_CHN
+packetLen(0x0981, -1)
#endif
// Packet: 0x0982
#if PACKETVER >= 20120522
-packetLen(0x0982, 7) // ZC_FATIGUE_CHN
+packetLen(0x0982, 7)
#elif PACKETVER >= 20120515
-packetLen(0x0982, 3) // ZC_FATIGUE_CHN
+packetLen(0x0982, 3)
#endif
// Packet: 0x0983
#if PACKETVER >= 20120529
-packetLen(0x0983, 29) // ZC_MSG_STATE_CHANGE3
+packetLen(0x0983, 29)
#endif
// Packet: 0x0984
#if PACKETVER >= 20120529
-packetLen(0x0984, 28) // ZC_EFST_SET_ENTER2
+packetLen(0x0984, 28)
#endif
// Packet: 0x0985
#if PACKETVER >= 20120604
-packetLen(0x0985, -1) // ZC_SKILL_POSTDELAY_LIST2
+packetLen(0x0985, -1)
#endif
// Packet: 0x0986
#if PACKETVER >= 20120626
-packetLen(0x0986, 10) // AC_SHUTDOWN_NOTIFY
+packetLen(0x0986, 10)
#elif PACKETVER >= 20120612
-packetLen(0x0986, 6) // AC_SHUTDOWN_NOTIFY
+packetLen(0x0986, 6)
#endif
// Packet: 0x0987
#if PACKETVER >= 20120702
-packetLen(0x0987, 63) // CA_LOGIN6
+packetLen(0x0987, 63)
#endif
// Packet: 0x0988
#if PACKETVER >= 20120716
-packetLen(0x0988, 6) // ZC_NOTIFY_CLAN_CONNECTINFO
+packetLen(0x0988, 6)
#elif PACKETVER >= 20120702
-packetLen(0x0988, 2) // ZC_NOTIFY_CLAN_CONNECTINFO
+packetLen(0x0988, 2)
#endif
// Packet: 0x0989
#if PACKETVER >= 20120716
-packetLen(0x0989, 2) // ZC_ACK_CLAN_LEAVE
+packetLen(0x0989, 2)
#elif PACKETVER >= 20120702
-packetLen(0x0989, 6) // ZC_ACK_CLAN_LEAVE
+packetLen(0x0989, 6)
#endif
// Packet: 0x098a
#if PACKETVER >= 20120702
-packetLen(0x098a, -1) // ZC_CLANINFO
+packetLen(0x098a, -1)
#endif
// Packet: 0x098b
#if PACKETVER >= 20120716
-packetLen(0x098b, 2) // AC_REQ_NEW_USER
+packetLen(0x098b, 2)
#endif
// Packet: 0x098c
#if PACKETVER >= 20120716
-packetLen(0x098c, 4) // CA_ACK_NEW_USER
+packetLen(0x098c, 4)
#endif
// Packet: 0x098d
#if PACKETVER >= 20120716
-packetLen(0x098d, -1) // CZ_CLAN_CHAT
+packetLen(0x098d, -1)
#endif
// Packet: 0x098e
#if PACKETVER >= 20120716
-packetLen(0x098e, -1) // ZC_NOTIFY_CLAN_CHAT
+packetLen(0x098e, -1)
#endif
// Packet: 0x098f
#if PACKETVER >= 20120724
-packetLen(0x098f, -1) // CH_DELETE_CHAR3_EXT
+packetLen(0x098f, -1)
#endif
// Packet: 0x0990
#if PACKETVER >= 20120925
-packetLen(0x0990, 31) // ZC_ITEM_PICKUP_ACK_V5
+packetLen(0x0990, 31)
#endif
// Packet: 0x0991
#if PACKETVER >= 20120925
-packetLen(0x0991, -1) // ZC_INVENTORY_ITEMLIST_NORMAL_V5
+packetLen(0x0991, -1)
#endif
// Packet: 0x0992
#if PACKETVER >= 20120925
-packetLen(0x0992, -1) // ZC_INVENTORY_ITEMLIST_EQUIP_V5
+packetLen(0x0992, -1)
#endif
// Packet: 0x0993
#if PACKETVER >= 20120925
-packetLen(0x0993, -1) // ZC_CART_ITEMLIST_NORMAL_V5
+packetLen(0x0993, -1)
#endif
// Packet: 0x0994
#if PACKETVER >= 20120925
-packetLen(0x0994, -1) // ZC_CART_ITEMLIST_EQUIP_V5
+packetLen(0x0994, -1)
#endif
// Packet: 0x0995
#if PACKETVER >= 20120925
-packetLen(0x0995, -1) // ZC_STORE_ITEMLIST_NORMAL_V5
+packetLen(0x0995, -1)
#endif
// Packet: 0x0996
#if PACKETVER >= 20120925
-packetLen(0x0996, -1) // ZC_STORE_ITEMLIST_EQUIP_V5
+packetLen(0x0996, -1)
#endif
// Packet: 0x0997
#if PACKETVER >= 20120925
-packetLen(0x0997, -1) // ZC_EQUIPWIN_MICROSCOPE_V5
+packetLen(0x0997, -1)
#endif
// Packet: 0x0998
#if PACKETVER >= 20120925
-packetLen(0x0998, 8) // CZ_REQ_WEAR_EQUIP_V5
+packetLen(0x0998, 8)
#endif
// Packet: 0x0999
#if PACKETVER >= 20120925
-packetLen(0x0999, 11) // ZC_ACK_WEAR_EQUIP_V5
+packetLen(0x0999, 11)
#endif
// Packet: 0x099a
#if PACKETVER >= 20120925
-packetLen(0x099a, 9) // ZC_ACK_TAKEOFF_EQUIP_V5
+packetLen(0x099a, 9)
#endif
// Packet: 0x099b
#if PACKETVER >= 20121010
-packetLen(0x099b, 8) // ZC_MAPPROPERTY_R2
+packetLen(0x099b, 8)
#endif
// Packet: 0x099c
#if PACKETVER >= 20121024
-packetLen(0x099c, 6) // CH_REQ_CHARINFO_PER_PAGE
+packetLen(0x099c, 6)
#endif
// Packet: 0x099d
#if PACKETVER >= 20121024
-packetLen(0x099d, -1) // HC_ACK_CHARINFO_PER_PAGE
+packetLen(0x099d, -1)
#endif
// Packet: 0x099e
#if PACKETVER >= 20121128
-packetLen(0x099e, 12) // HC_QUEUE_ORDER
+packetLen(0x099e, 12)
#endif
// Packet: 0x099f
#if PACKETVER >= 20121212
-packetLen(0x099f, -1) // ZC_SKILL_ENTRY4
+packetLen(0x099f, -1)
#endif
// Packet: 0x09a0
#if PACKETVER >= 20121212
-packetLen(0x09a0, 6) // HC_CHARLIST_NOTIFY
+packetLen(0x09a0, 6)
#endif
// Packet: 0x09a1
#if PACKETVER >= 20121212
-packetLen(0x09a1, 2) // CH_CHARLIST_REQ
+packetLen(0x09a1, 2)
#endif
diff --git a/src/common/packets/packets2012_len_re.h b/src/common/packets/packets2012_len_re.h
index 58a8eadf8..a3399a942 100644
--- a/src/common/packets/packets2012_len_re.h
+++ b/src/common/packets/packets2012_len_re.h
@@ -2,8 +2,8 @@
* This file is part of Hercules.
* http://herc.ws - http://github.com/HerculesWS/Hercules
*
- * Copyright (C) 2019 Hercules Dev Team
- * Copyright (C) 2019 Andrei Karas (4144)
+ * Copyright (C) 2018-2019 Hercules Dev Team
+ * Copyright (C) 2018-2019 Andrei Karas (4144)
*
* Hercules is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -25,4561 +25,4561 @@
/* This file is autogenerated, please do not commit manual changes */
// Packet: 0x0064
-packetLen(0x0064, 55) // CA_LOGIN
+packetLen(0x0064, 55)
// Packet: 0x0065
-packetLen(0x0065, 17) // CH_ENTER
+packetLen(0x0065, 17)
// Packet: 0x0066
-packetLen(0x0066, 3) // CH_SELECT_CHAR
+packetLen(0x0066, 3)
// Packet: 0x0067
-packetLen(0x0067, 37) // CH_MAKE_CHAR
+packetLen(0x0067, 37)
// Packet: 0x0068
-packetLen(0x0068, 46) // CH_DELETE_CHAR
+packetLen(0x0068, 46)
// Packet: 0x0069
-packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+packetLen(0x0069, -1)
// Packet: 0x006a
-packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+packetLen(0x006a, 23)
// Packet: 0x006b
-packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+packetLen(0x006b, -1)
// Packet: 0x006c
-packetLen(0x006c, 3) // HC_REFUSE_ENTER
+packetLen(0x006c, 3)
// Packet: 0x006d
-packetLen(0x006d, 146) // HC_ACCEPT_MAKECHAR
+packetLen(0x006d, 146)
// Packet: 0x006e
-packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+packetLen(0x006e, 3)
// Packet: 0x006f
-packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+packetLen(0x006f, 2)
// Packet: 0x0070
-packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+packetLen(0x0070, 3)
// Packet: 0x0071
-packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+packetLen(0x0071, 28)
// Packet: 0x0072
-packetLen(0x0072, 22) // CZ_ENTER
+packetLen(0x0072, 22)
// Packet: 0x0073
-packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 11)
// Packet: 0x0074
-packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+packetLen(0x0074, 3)
// Packet: 0x0075
-packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, -1)
// Packet: 0x0076
-packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+packetLen(0x0076, 9)
// Packet: 0x0077
-packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 5)
// Packet: 0x0078
-packetLen(0x0078, 55) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, 55)
// Packet: 0x0079
-packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, 53)
// Packet: 0x007a
-packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, 58)
// Packet: 0x007b
-packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, 60)
// Packet: 0x007c
-packetLen(0x007c, 44) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, 44)
// Packet: 0x007d
-packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, 2)
// Packet: 0x007e
-packetLen(0x007e, 105) // CZ_REQUEST_TIME
+packetLen(0x007e, 105)
// Packet: 0x007f
-packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+packetLen(0x007f, 6)
// Packet: 0x0080
-packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+packetLen(0x0080, 7)
// Packet: 0x0081
-packetLen(0x0081, 3) // SC_NOTIFY_BAN
+packetLen(0x0081, 3)
// Packet: 0x0082
-packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+packetLen(0x0082, 2)
// Packet: 0x0083
-packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 2)
// Packet: 0x0084
-packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+packetLen(0x0084, 2)
// Packet: 0x0085
-packetLen(0x0085, 10) // CZ_REQUEST_MOVE
+packetLen(0x0085, 10)
// Packet: 0x0086
-packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 16)
// Packet: 0x0087
-packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 12)
// Packet: 0x0088
-packetLen(0x0088, 10) // ZC_STOPMOVE
+packetLen(0x0088, 10)
// Packet: 0x0089
-packetLen(0x0089, 11) // CZ_REQUEST_ACT
+packetLen(0x0089, 11)
// Packet: 0x008a
-packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+packetLen(0x008a, 29)
// Packet: 0x008b
-packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+packetLen(0x008b, 23)
// Packet: 0x008c
packetLen(0x008c, 14)
// Packet: 0x008d
-packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+packetLen(0x008d, -1)
// Packet: 0x008e
-packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, -1)
// Packet: 0x0090
-packetLen(0x0090, 7) // CZ_CONTACTNPC
+packetLen(0x0090, 7)
// Packet: 0x0091
-packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, 22)
// Packet: 0x0092
-packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 28)
// Packet: 0x0093
-packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+packetLen(0x0093, 2)
// Packet: 0x0094
-packetLen(0x0094, 19) // CZ_REQNAME
+packetLen(0x0094, 19)
// Packet: 0x0095
-packetLen(0x0095, 30) // ZC_ACK_REQNAME
+packetLen(0x0095, 30)
// Packet: 0x0096
-packetLen(0x0096, -1) // CZ_WHISPER
+packetLen(0x0096, -1)
// Packet: 0x0097
-packetLen(0x0097, -1) // ZC_WHISPER
+packetLen(0x0097, -1)
// Packet: 0x0098
-packetLen(0x0098, 3) // ZC_ACK_WHISPER
+packetLen(0x0098, 3)
// Packet: 0x0099
-packetLen(0x0099, -1) // CZ_BROADCAST
+packetLen(0x0099, -1)
// Packet: 0x009a
-packetLen(0x009a, -1) // ZC_BROADCAST
+packetLen(0x009a, -1)
// Packet: 0x009b
-packetLen(0x009b, 34) // CZ_CHANGE_DIRECTION
+packetLen(0x009b, 34)
// Packet: 0x009c
-packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, 9)
// Packet: 0x009d
-packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+packetLen(0x009d, 17)
// Packet: 0x009e
-packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 17)
// Packet: 0x009f
-packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+packetLen(0x009f, 20)
// Packet: 0x00a0
-packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, 23)
// Packet: 0x00a1
-packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, 6)
// Packet: 0x00a2
-packetLen(0x00a2, 14) // CZ_ITEM_THROW
+packetLen(0x00a2, 14)
// Packet: 0x00a3
-packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, -1)
// Packet: 0x00a4
-packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, -1)
// Packet: 0x00a5
-packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, -1)
// Packet: 0x00a6
-packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, -1)
// Packet: 0x00a7
packetLen(0x00a7, 9)
// Packet: 0x00a8
-packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 7)
// Packet: 0x00a9
-packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, 6)
// Packet: 0x00aa
-packetLen(0x00aa, 9) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 9)
// Packet: 0x00ab
-packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, 4)
// Packet: 0x00ac
-packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, 7)
// Packet: 0x00ae
-packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+packetLen(0x00ae, -1)
// Packet: 0x00af
-packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, 6)
// Packet: 0x00b0
-packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+packetLen(0x00b0, 8)
// Packet: 0x00b1
-packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, 8)
// Packet: 0x00b2
-packetLen(0x00b2, 3) // CZ_RESTART
+packetLen(0x00b2, 3)
// Packet: 0x00b3
-packetLen(0x00b3, 3) // ZC_RESTART_ACK
+packetLen(0x00b3, 3)
// Packet: 0x00b4
-packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+packetLen(0x00b4, -1)
// Packet: 0x00b5
-packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 6)
// Packet: 0x00b6
-packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 6)
// Packet: 0x00b7
-packetLen(0x00b7, -1) // ZC_MENU_LIST
+packetLen(0x00b7, -1)
// Packet: 0x00b8
-packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+packetLen(0x00b8, 7)
// Packet: 0x00b9
-packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, 6)
// Packet: 0x00ba
-packetLen(0x00ba, 2) // CZ_REQ_STATUS
+packetLen(0x00ba, 2)
// Packet: 0x00bb
-packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+packetLen(0x00bb, 5)
// Packet: 0x00bc
-packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 6)
// Packet: 0x00bd
-packetLen(0x00bd, 44) // ZC_STATUS
+packetLen(0x00bd, 44)
// Packet: 0x00be
-packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+packetLen(0x00be, 5)
// Packet: 0x00bf
-packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+packetLen(0x00bf, 3)
// Packet: 0x00c0
-packetLen(0x00c0, 7) // ZC_EMOTION
+packetLen(0x00c0, 7)
// Packet: 0x00c1
-packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, 2)
// Packet: 0x00c2
-packetLen(0x00c2, 6) // ZC_USER_COUNT
+packetLen(0x00c2, 6)
// Packet: 0x00c3
-packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, 8)
// Packet: 0x00c4
-packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, 6)
// Packet: 0x00c5
-packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, 7)
// Packet: 0x00c6
-packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, -1)
// Packet: 0x00c7
-packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, -1)
// Packet: 0x00c8
-packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, -1)
// Packet: 0x00c9
-packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, -1)
// Packet: 0x00ca
-packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, 3)
// Packet: 0x00cb
-packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+packetLen(0x00cb, 3)
// Packet: 0x00cc
-packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, 6)
// Packet: 0x00cd
-packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+packetLen(0x00cd, 3)
// Packet: 0x00ce
-packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 2)
// Packet: 0x00cf
-packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 27)
// Packet: 0x00d0
-packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, 3)
// Packet: 0x00d1
-packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, 4)
// Packet: 0x00d2
-packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 4)
// Packet: 0x00d3
-packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 2)
// Packet: 0x00d4
-packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+packetLen(0x00d4, -1)
// Packet: 0x00d5
-packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, -1)
// Packet: 0x00d6
-packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 3)
// Packet: 0x00d7
-packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, -1)
// Packet: 0x00d8
-packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+packetLen(0x00d8, 6)
// Packet: 0x00d9
-packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, 14)
// Packet: 0x00da
-packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, 3)
// Packet: 0x00db
-packetLen(0x00db, -1) // ZC_ENTER_ROOM
+packetLen(0x00db, -1)
// Packet: 0x00dc
-packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 28)
// Packet: 0x00dd
-packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+packetLen(0x00dd, 29)
// Packet: 0x00de
-packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, -1)
// Packet: 0x00df
-packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, -1)
// Packet: 0x00e0
-packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, 30)
// Packet: 0x00e1
-packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+packetLen(0x00e1, 30)
// Packet: 0x00e2
-packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, 26)
// Packet: 0x00e3
-packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+packetLen(0x00e3, 2)
// Packet: 0x00e4
-packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 6)
// Packet: 0x00e5
-packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 26)
// Packet: 0x00e6
-packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, 3)
// Packet: 0x00e7
-packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 3)
// Packet: 0x00e8
-packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, 8)
// Packet: 0x00e9
-packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 19)
// Packet: 0x00ea
-packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 5)
// Packet: 0x00eb
-packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 2)
// Packet: 0x00ec
-packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 3)
// Packet: 0x00ed
-packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, 2)
// Packet: 0x00ee
-packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, 2)
// Packet: 0x00ef
-packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 2)
// Packet: 0x00f0
-packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 3)
// Packet: 0x00f1
-packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+packetLen(0x00f1, 2)
// Packet: 0x00f2
-packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 6)
// Packet: 0x00f3
-packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+packetLen(0x00f3, -1)
// Packet: 0x00f4
-packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 21)
// Packet: 0x00f5
-packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+packetLen(0x00f5, 11)
// Packet: 0x00f6
-packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 8)
// Packet: 0x00f7
-packetLen(0x00f7, 17) // CZ_REQUEST_TIME
+packetLen(0x00f7, 17)
// Packet: 0x00f8
-packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+packetLen(0x00f8, 2)
// Packet: 0x00f9
-packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+packetLen(0x00f9, 26)
// Packet: 0x00fa
-packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, 3)
// Packet: 0x00fb
-packetLen(0x00fb, -1) // ZC_GROUP_LIST
+packetLen(0x00fb, -1)
// Packet: 0x00fc
-packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, 6)
// Packet: 0x00fd
-packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, 27)
// Packet: 0x00fe
-packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, 30)
// Packet: 0x00ff
-packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+packetLen(0x00ff, 10)
// Packet: 0x0100
-packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, 2)
// Packet: 0x0101
-packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, 6)
// Packet: 0x0102
-packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 6)
// Packet: 0x0103
-packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 30)
// Packet: 0x0104
-packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, 79)
// Packet: 0x0105
-packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, 31)
// Packet: 0x0106
-packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, 10)
// Packet: 0x0107
-packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, 10)
// Packet: 0x0108
-packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, -1)
// Packet: 0x0109
-packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, -1)
// Packet: 0x010a
-packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 4)
// Packet: 0x010b
-packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, 6)
// Packet: 0x010c
-packetLen(0x010c, 6) // ZC_MVP
+packetLen(0x010c, 6)
// Packet: 0x010d
-packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+packetLen(0x010d, 2)
// Packet: 0x010e
-packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, 11)
// Packet: 0x010f
-packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+packetLen(0x010f, -1)
// Packet: 0x0110
-packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, 10)
// Packet: 0x0111
-packetLen(0x0111, 39) // ZC_ADD_SKILL
+packetLen(0x0111, 39)
// Packet: 0x0112
-packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, 4)
// Packet: 0x0113
-packetLen(0x0113, 25) // CZ_USE_SKILL
+packetLen(0x0113, 25)
// Packet: 0x0114
-packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+packetLen(0x0114, 31)
// Packet: 0x0115
-packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+packetLen(0x0115, 35)
// Packet: 0x0116
-packetLen(0x0116, 17) // CZ_USE_SKILL_TOGROUND
+packetLen(0x0116, 17)
// Packet: 0x0117
-packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, 18)
// Packet: 0x0118
-packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+packetLen(0x0118, 2)
// Packet: 0x0119
-packetLen(0x0119, 13) // ZC_STATE_CHANGE
+packetLen(0x0119, 13)
// Packet: 0x011a
-packetLen(0x011a, 15) // ZC_USE_SKILL
+packetLen(0x011a, 15)
// Packet: 0x011b
-packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, 20)
// Packet: 0x011c
-packetLen(0x011c, 68) // ZC_WARPLIST
+packetLen(0x011c, 68)
// Packet: 0x011d
-packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 2)
// Packet: 0x011e
-packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, 3)
// Packet: 0x011f
-packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+packetLen(0x011f, 16)
// Packet: 0x0120
-packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, 6)
// Packet: 0x0121
-packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, 14)
// Packet: 0x0122
-packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, -1)
// Packet: 0x0123
-packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, -1)
// Packet: 0x0124
-packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 21)
// Packet: 0x0125
-packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 8)
// Packet: 0x0126
-packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 8)
// Packet: 0x0127
-packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, 8)
// Packet: 0x0128
-packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 8)
// Packet: 0x0129
-packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, 8)
// Packet: 0x012a
-packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+packetLen(0x012a, 2)
// Packet: 0x012b
-packetLen(0x012b, 2) // ZC_CARTOFF
+packetLen(0x012b, 2)
// Packet: 0x012c
-packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 3)
// Packet: 0x012d
-packetLen(0x012d, 4) // ZC_OPENSTORE
+packetLen(0x012d, 4)
// Packet: 0x012e
-packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, 2)
// Packet: 0x012f
-packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+packetLen(0x012f, -1)
// Packet: 0x0130
-packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, 6)
// Packet: 0x0131
-packetLen(0x0131, 86) // ZC_STORE_ENTRY
+packetLen(0x0131, 86)
// Packet: 0x0132
-packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, 6)
// Packet: 0x0133
-packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, -1)
// Packet: 0x0134
-packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, -1)
// Packet: 0x0135
-packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, 7)
// Packet: 0x0136
-packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, -1)
// Packet: 0x0137
-packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, 6)
// Packet: 0x0138
-packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+packetLen(0x0138, 3)
// Packet: 0x0139
-packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, 16)
// Packet: 0x013a
-packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+packetLen(0x013a, 4)
// Packet: 0x013b
-packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+packetLen(0x013b, 4)
// Packet: 0x013c
-packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+packetLen(0x013c, 4)
// Packet: 0x013d
-packetLen(0x013d, 6) // ZC_RECOVERY
+packetLen(0x013d, 6)
// Packet: 0x013e
-packetLen(0x013e, 24) // ZC_USESKILL_ACK
+packetLen(0x013e, 24)
// Packet: 0x013f
-packetLen(0x013f, 26) // CZ_ITEM_CREATE
+packetLen(0x013f, 26)
// Packet: 0x0140
-packetLen(0x0140, 22) // CZ_MOVETO_MAP
+packetLen(0x0140, 22)
// Packet: 0x0141
-packetLen(0x0141, 14) // ZC_COUPLESTATUS
+packetLen(0x0141, 14)
// Packet: 0x0142
-packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+packetLen(0x0142, 6)
// Packet: 0x0143
-packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+packetLen(0x0143, 10)
// Packet: 0x0144
-packetLen(0x0144, 23) // ZC_COMPASS
+packetLen(0x0144, 23)
// Packet: 0x0145
-packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+packetLen(0x0145, 19)
// Packet: 0x0146
-packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+packetLen(0x0146, 6)
// Packet: 0x0147
-packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+packetLen(0x0147, 39)
// Packet: 0x0148
-packetLen(0x0148, 8) // ZC_RESURRECTION
+packetLen(0x0148, 8)
// Packet: 0x0149
-packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, 9)
// Packet: 0x014a
-packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+packetLen(0x014a, 6)
// Packet: 0x014b
-packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+packetLen(0x014b, 27)
// Packet: 0x014c
-packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, -1)
// Packet: 0x014d
-packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 2)
// Packet: 0x014e
-packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+packetLen(0x014e, 6)
// Packet: 0x014f
-packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, 6)
// Packet: 0x0150
-packetLen(0x0150, 110) // ZC_GUILD_INFO
+packetLen(0x0150, 110)
// Packet: 0x0151
-packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+packetLen(0x0151, 6)
// Packet: 0x0152
-packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+packetLen(0x0152, -1)
// Packet: 0x0153
-packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+packetLen(0x0153, -1)
// Packet: 0x0154
-packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, -1)
// Packet: 0x0155
-packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, -1)
// Packet: 0x0156
-packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+packetLen(0x0156, -1)
// Packet: 0x0157
-packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+packetLen(0x0157, 6)
// Packet: 0x0159
-packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, 54)
// Packet: 0x015a
-packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 66)
// Packet: 0x015b
-packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 54)
// Packet: 0x015c
-packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, 90)
// Packet: 0x015d
-packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+packetLen(0x015d, 42)
// Packet: 0x015e
-packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, 6)
// Packet: 0x015f
-packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+packetLen(0x015f, 42)
// Packet: 0x0160
-packetLen(0x0160, -1) // ZC_POSITION_INFO
+packetLen(0x0160, -1)
// Packet: 0x0161
-packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, -1)
// Packet: 0x0162
-packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, -1)
// Packet: 0x0163
-packetLen(0x0163, -1) // ZC_BAN_LIST
+packetLen(0x0163, -1)
// Packet: 0x0164
-packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+packetLen(0x0164, -1)
// Packet: 0x0165
-packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, 30)
// Packet: 0x0166
-packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, -1)
// Packet: 0x0167
-packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 3)
// Packet: 0x0168
-packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, 14)
// Packet: 0x0169
-packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 3)
// Packet: 0x016a
-packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, 30)
// Packet: 0x016b
-packetLen(0x016b, 10) // CZ_JOIN_GUILD
+packetLen(0x016b, 10)
// Packet: 0x016c
-packetLen(0x016c, 43) // ZC_UPDATE_GDID
+packetLen(0x016c, 43)
// Packet: 0x016d
-packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 14)
// Packet: 0x016e
-packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+packetLen(0x016e, 186)
// Packet: 0x016f
-packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+packetLen(0x016f, 182)
// Packet: 0x0170
-packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 14)
// Packet: 0x0171
-packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, 30)
// Packet: 0x0172
-packetLen(0x0172, 10) // CZ_ALLY_GUILD
+packetLen(0x0172, 10)
// Packet: 0x0173
-packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+packetLen(0x0173, 3)
// Packet: 0x0174
-packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0174, -1)
// Packet: 0x0175
-packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+packetLen(0x0175, 6)
// Packet: 0x0176
-packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+packetLen(0x0176, 106)
// Packet: 0x0177
-packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, -1)
// Packet: 0x0178
-packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, 4)
// Packet: 0x0179
-packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 5)
// Packet: 0x017a
-packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, 4)
// Packet: 0x017b
-packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, -1)
// Packet: 0x017c
-packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, 6)
// Packet: 0x017d
-packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 7)
// Packet: 0x017e
-packetLen(0x017e, -1) // CZ_GUILD_CHAT
+packetLen(0x017e, -1)
// Packet: 0x017f
-packetLen(0x017f, -1) // ZC_GUILD_CHAT
+packetLen(0x017f, -1)
// Packet: 0x0180
-packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+packetLen(0x0180, 6)
// Packet: 0x0181
-packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+packetLen(0x0181, 3)
// Packet: 0x0182
-packetLen(0x0182, 106) // ZC_MEMBER_ADD
+packetLen(0x0182, 106)
// Packet: 0x0183
-packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+packetLen(0x0183, 10)
// Packet: 0x0184
-packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+packetLen(0x0184, 10)
// Packet: 0x0185
-packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+packetLen(0x0185, 34)
// Packet: 0x0187
-packetLen(0x0187, 6) // CH_UNKNOWN_PING
+packetLen(0x0187, 6)
// Packet: 0x0188
-packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, 8)
// Packet: 0x0189
-packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, 4)
// Packet: 0x018a
-packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+packetLen(0x018a, 4)
// Packet: 0x018b
-packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, 4)
// Packet: 0x018c
-packetLen(0x018c, 29) // ZC_MONSTER_INFO
+packetLen(0x018c, 29)
// Packet: 0x018d
-packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, -1)
// Packet: 0x018e
-packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+packetLen(0x018e, 10)
// Packet: 0x018f
-packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 6)
// Packet: 0x0190
-packetLen(0x0190, 23) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+packetLen(0x0190, 23)
// Packet: 0x0191
-packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+packetLen(0x0191, 86)
// Packet: 0x0192
-packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+packetLen(0x0192, 24)
// Packet: 0x0193
-packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+packetLen(0x0193, 2)
// Packet: 0x0194
-packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 30)
// Packet: 0x0195
-packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 102)
// Packet: 0x0196
-packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, 9)
// Packet: 0x0197
-packetLen(0x0197, 4) // CZ_RESET
+packetLen(0x0197, 4)
// Packet: 0x0198
-packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+packetLen(0x0198, 8)
// Packet: 0x0199
-packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, 4)
// Packet: 0x019a
-packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 14)
// Packet: 0x019b
-packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 10)
// Packet: 0x019c
-packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+packetLen(0x019c, -1)
// Packet: 0x019d
-packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, 6)
// Packet: 0x019e
-packetLen(0x019e, 2) // ZC_START_CAPTURE
+packetLen(0x019e, 2)
// Packet: 0x019f
-packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, 6)
// Packet: 0x01a0
-packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, 3)
// Packet: 0x01a1
-packetLen(0x01a1, 3) // CZ_COMMAND_PET
+packetLen(0x01a1, 3)
// Packet: 0x01a2
-packetLen(0x01a2, 37) // ZC_PROPERTY_PET
+packetLen(0x01a2, 37)
// Packet: 0x01a3
-packetLen(0x01a3, 5) // ZC_FEED_PET
+packetLen(0x01a3, 5)
// Packet: 0x01a4
-packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, 11)
// Packet: 0x01a5
-packetLen(0x01a5, 26) // CZ_RENAME_PET
+packetLen(0x01a5, 26)
// Packet: 0x01a6
-packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+packetLen(0x01a6, -1)
// Packet: 0x01a7
-packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 4)
// Packet: 0x01a8
-packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+packetLen(0x01a8, 4)
// Packet: 0x01a9
-packetLen(0x01a9, 6) // CZ_PET_ACT
+packetLen(0x01a9, 6)
// Packet: 0x01aa
-packetLen(0x01aa, 10) // ZC_PET_ACT
+packetLen(0x01aa, 10)
// Packet: 0x01ab
-packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, 12)
// Packet: 0x01ac
-packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+packetLen(0x01ac, 6)
// Packet: 0x01ad
-packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, -1)
// Packet: 0x01ae
-packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, 4)
// Packet: 0x01af
-packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+packetLen(0x01af, 4)
// Packet: 0x01b0
-packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, 11)
// Packet: 0x01b1
-packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+packetLen(0x01b1, 7)
// Packet: 0x01b2
-packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, -1)
// Packet: 0x01b3
-packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, 67)
// Packet: 0x01b4
-packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+packetLen(0x01b4, 12)
// Packet: 0x01b5
-packetLen(0x01b5, 18) // SC_BILLING_INFO
+packetLen(0x01b5, 18)
// Packet: 0x01b6
-packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+packetLen(0x01b6, 114)
// Packet: 0x01b7
-packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+packetLen(0x01b7, 6)
// Packet: 0x01b8
-packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+packetLen(0x01b8, 3)
// Packet: 0x01b9
-packetLen(0x01b9, 6) // ZC_DISPEL
+packetLen(0x01b9, 6)
// Packet: 0x01ba
-packetLen(0x01ba, 26) // CZ_REMOVE_AID
+packetLen(0x01ba, 26)
// Packet: 0x01bb
-packetLen(0x01bb, 26) // CZ_SHIFT
+packetLen(0x01bb, 26)
// Packet: 0x01bc
-packetLen(0x01bc, 26) // CZ_RECALL
+packetLen(0x01bc, 26)
// Packet: 0x01bd
-packetLen(0x01bd, 26) // CZ_RECALL_GID
+packetLen(0x01bd, 26)
// Packet: 0x01be
-packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+packetLen(0x01be, 2)
// Packet: 0x01bf
-packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+packetLen(0x01bf, 3)
// Packet: 0x01c0
-packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+packetLen(0x01c0, 2)
// Packet: 0x01c1
-packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+packetLen(0x01c1, 14)
// Packet: 0x01c2
-packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+packetLen(0x01c2, 10)
// Packet: 0x01c3
-packetLen(0x01c3, -1) // ZC_BROADCAST2
+packetLen(0x01c3, -1)
// Packet: 0x01c4
-packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 22)
// Packet: 0x01c5
-packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 22)
// Packet: 0x01c6
-packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+packetLen(0x01c6, 4)
// Packet: 0x01c7
-packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+packetLen(0x01c7, 2)
// Packet: 0x01c8
-packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, 13)
// Packet: 0x01c9
-packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 97)
// Packet: 0x01ca
-packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+packetLen(0x01ca, 3)
// Packet: 0x01cb
-packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+packetLen(0x01cb, 9)
// Packet: 0x01cc
-packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+packetLen(0x01cc, 9)
// Packet: 0x01cd
-packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, 30)
// Packet: 0x01ce
-packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, 6)
// Packet: 0x01cf
-packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+packetLen(0x01cf, 28)
// Packet: 0x01d0
-packetLen(0x01d0, 8) // ZC_SPIRITS
+packetLen(0x01d0, 8)
// Packet: 0x01d1
-packetLen(0x01d1, 14) // ZC_BLADESTOP
+packetLen(0x01d1, 14)
// Packet: 0x01d2
-packetLen(0x01d2, 10) // ZC_COMBODELAY
+packetLen(0x01d2, 10)
// Packet: 0x01d3
-packetLen(0x01d3, 35) // ZC_SOUND
+packetLen(0x01d3, 35)
// Packet: 0x01d4
-packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, 6)
// Packet: 0x01d5
-packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, -1)
// Packet: 0x01d6
-packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 4)
// Packet: 0x01d7
-packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 11)
// Packet: 0x01d8
-packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 54)
// Packet: 0x01d9
-packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 53)
// Packet: 0x01da
-packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 60)
// Packet: 0x01db
-packetLen(0x01db, 2) // CA_REQ_HASH
+packetLen(0x01db, 2)
// Packet: 0x01dc
-packetLen(0x01dc, -1) // AC_ACK_HASH
+packetLen(0x01dc, -1)
// Packet: 0x01dd
-packetLen(0x01dd, 47) // CA_LOGIN2
+packetLen(0x01dd, 47)
// Packet: 0x01de
-packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 33)
// Packet: 0x01df
-packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+packetLen(0x01df, 6)
// Packet: 0x01e0
-packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+packetLen(0x01e0, 30)
// Packet: 0x01e1
-packetLen(0x01e1, 8) // ZC_SPIRITS2
+packetLen(0x01e1, 8)
// Packet: 0x01e2
-packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+packetLen(0x01e2, 34)
// Packet: 0x01e3
-packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+packetLen(0x01e3, 14)
// Packet: 0x01e4
-packetLen(0x01e4, 2) // ZC_START_COUPLE
+packetLen(0x01e4, 2)
// Packet: 0x01e5
-packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+packetLen(0x01e5, 6)
// Packet: 0x01e6
-packetLen(0x01e6, 26) // ZC_COUPLENAME
+packetLen(0x01e6, 26)
// Packet: 0x01e7
-packetLen(0x01e7, 2) // CZ_DORIDORI
+packetLen(0x01e7, 2)
// Packet: 0x01e8
-packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 28)
// Packet: 0x01e9
-packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, 81)
// Packet: 0x01ea
-packetLen(0x01ea, 6) // ZC_CONGRATULATION
+packetLen(0x01ea, 6)
// Packet: 0x01eb
-packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, 10)
// Packet: 0x01ec
-packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+packetLen(0x01ec, 26)
// Packet: 0x01ed
-packetLen(0x01ed, 2) // CZ_CHOPOKGI
+packetLen(0x01ed, 2)
// Packet: 0x01ee
-packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, -1)
// Packet: 0x01ef
-packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, -1)
// Packet: 0x01f0
-packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, -1)
// Packet: 0x01f1
-packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+packetLen(0x01f1, -1)
// Packet: 0x01f2
-packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, 20)
// Packet: 0x01f3
-packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+packetLen(0x01f3, 10)
// Packet: 0x01f4
-packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, 32)
// Packet: 0x01f5
-packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, 9)
// Packet: 0x01f6
-packetLen(0x01f6, 34) // ZC_REQ_BABY
+packetLen(0x01f6, 34)
// Packet: 0x01f7
-packetLen(0x01f7, 14) // CZ_JOIN_BABY
+packetLen(0x01f7, 14)
// Packet: 0x01f8
-packetLen(0x01f8, 2) // ZC_START_BABY
+packetLen(0x01f8, 2)
// Packet: 0x01f9
-packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+packetLen(0x01f9, 6)
// Packet: 0x01fa
-packetLen(0x01fa, 48) // CA_LOGIN3
+packetLen(0x01fa, 48)
// Packet: 0x01fb
-packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+packetLen(0x01fb, 56)
// Packet: 0x01fc
-packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, -1)
// Packet: 0x01fd
-packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 15)
// Packet: 0x01fe
-packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, 5)
// Packet: 0x01ff
-packetLen(0x01ff, 10) // ZC_HIGHJUMP
+packetLen(0x01ff, 10)
// Packet: 0x0200
-packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+packetLen(0x0200, 26)
// Packet: 0x0201
-packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+packetLen(0x0201, -1)
// Packet: 0x0202
#if PACKETVER >= 20121227
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20121128
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20121121
-packetLen(0x0202, 10) // CZ_ADD_FRIENDS
+packetLen(0x0202, 10)
#elif PACKETVER >= 20121017
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20121010
-packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+packetLen(0x0202, -1)
#elif PACKETVER >= 20120925
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20120919
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20120814
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20120808
-packetLen(0x0202, 12) // CZ_ADD_FRIENDS
+packetLen(0x0202, 12)
#elif PACKETVER >= 20120724
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20120716
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20120710
-packetLen(0x0202, 6) // CZ_ADD_FRIENDS
+packetLen(0x0202, 6)
#elif PACKETVER >= 20120626
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20120612
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20120515
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20120508
-packetLen(0x0202, 90) // CZ_ADD_FRIENDS
+packetLen(0x0202, 90)
#elif PACKETVER >= 20120502
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20120424
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20120417
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20120214
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20120131
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20120120
-packetLen(0x0202, 12) // CZ_ADD_FRIENDS
+packetLen(0x0202, 12)
#elif PACKETVER >= 20120117
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20120110
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20120103
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#endif
// Packet: 0x0203
-packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+packetLen(0x0203, 10)
// Packet: 0x0204
-packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+packetLen(0x0204, 18)
// Packet: 0x0205
-packetLen(0x0205, 26) // ZC_DIVORCE
+packetLen(0x0205, 26)
// Packet: 0x0206
-packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+packetLen(0x0206, 11)
// Packet: 0x0207
-packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, 34)
// Packet: 0x0208
-packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, 14)
// Packet: 0x0209
-packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, 36)
// Packet: 0x020a
-packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 10)
// Packet: 0x020d
-packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+packetLen(0x020d, -1)
// Packet: 0x020e
-packetLen(0x020e, 32) // ZC_STARSKILL
+packetLen(0x020e, 32)
// Packet: 0x020f
-packetLen(0x020f, 10) // CZ_REQ_PVPPOINT
+packetLen(0x020f, 10)
// Packet: 0x0210
-packetLen(0x0210, 22) // ZC_ACK_PVPPOINT
+packetLen(0x0210, 22)
// Packet: 0x0212
-packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+packetLen(0x0212, 26)
// Packet: 0x0213
-packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+packetLen(0x0213, 26)
// Packet: 0x0214
-packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+packetLen(0x0214, 42)
// Packet: 0x0215
-packetLen(0x0215, 6) // ZC_SKILLMSG
+packetLen(0x0215, 6)
// Packet: 0x0216
-packetLen(0x0216, 6) // ZC_BABYMSG
+packetLen(0x0216, 6)
// Packet: 0x0217
-packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 2)
// Packet: 0x0218
-packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, 2)
// Packet: 0x0219
-packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 282)
// Packet: 0x021a
-packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, 282)
// Packet: 0x021b
-packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, 10)
// Packet: 0x021c
-packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, 10)
// Packet: 0x021d
-packetLen(0x021d, 6) // CZ_LESSEFFECT
+packetLen(0x021d, 6)
// Packet: 0x021e
-packetLen(0x021e, 6) // ZC_LESSEFFECT
+packetLen(0x021e, 6)
// Packet: 0x021f
-packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+packetLen(0x021f, 66)
// Packet: 0x0220
-packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+packetLen(0x0220, 10)
// Packet: 0x0221
-packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+packetLen(0x0221, -1)
// Packet: 0x0222
-packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+packetLen(0x0222, 6)
// Packet: 0x0223
-packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+packetLen(0x0223, 8)
// Packet: 0x0224
-packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+packetLen(0x0224, 10)
// Packet: 0x0225
-packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+packetLen(0x0225, 2)
// Packet: 0x0226
-packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+packetLen(0x0226, 282)
// Packet: 0x0227
-packetLen(0x0227, 18) // ZC_GAME_GUARD
+packetLen(0x0227, 18)
// Packet: 0x0228
-packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+packetLen(0x0228, 18)
// Packet: 0x0229
-packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+packetLen(0x0229, 15)
// Packet: 0x022a
-packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 58)
// Packet: 0x022b
-packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, 57)
// Packet: 0x022c
-packetLen(0x022c, 65) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, 65)
// Packet: 0x022d
#if PACKETVER >= 20121107
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20121031
-packetLen(0x022d, 6) // CZ_COMMAND_MER
+packetLen(0x022d, 6)
#elif PACKETVER >= 20120925
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20120919
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20120911
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20120905
-packetLen(0x022d, 8) // CZ_COMMAND_MER
+packetLen(0x022d, 8)
#elif PACKETVER >= 20120830
-packetLen(0x022d, 12) // CZ_COMMAND_MER
+packetLen(0x022d, 12)
#elif PACKETVER >= 20120724
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20120716
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20120626
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20120612
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20120508
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20120502
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20120424
-packetLen(0x022d, 12) // CZ_COMMAND_MER
+packetLen(0x022d, 12)
#elif PACKETVER >= 20120417
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20120410
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20120404
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20120228
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20120221
-packetLen(0x022d, 6) // CZ_COMMAND_MER
+packetLen(0x022d, 6)
#elif PACKETVER >= 20120214
-packetLen(0x022d, -1) // CZ_COMMAND_MER
+packetLen(0x022d, -1)
#elif PACKETVER >= 20120207
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20120131
-packetLen(0x022d, 6) // CZ_COMMAND_MER
+packetLen(0x022d, 6)
#elif PACKETVER >= 20120110
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20120103
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#endif
// Packet: 0x022e
-packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 71)
// Packet: 0x022f
-packetLen(0x022f, 5) // ZC_FEED_MER
+packetLen(0x022f, 5)
// Packet: 0x0230
-packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+packetLen(0x0230, 12)
// Packet: 0x0231
-packetLen(0x0231, 26) // CZ_RENAME_MER
+packetLen(0x0231, 26)
// Packet: 0x0232
-packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, 9)
// Packet: 0x0233
-packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, 11)
// Packet: 0x0234
-packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, 6)
// Packet: 0x0235
-packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, -1)
// Packet: 0x0236
-packetLen(0x0236, 10) // ZC_KILLER_POINT
+packetLen(0x0236, 10)
// Packet: 0x0237
-packetLen(0x0237, 2) // CZ_KILLER_RANK
+packetLen(0x0237, 2)
// Packet: 0x0238
-packetLen(0x0238, 282) // ZC_KILLER_RANK
+packetLen(0x0238, 282)
// Packet: 0x0239
-packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 11)
// Packet: 0x023a
-packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, 4)
// Packet: 0x023b
#if PACKETVER >= 20121024
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20121017
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20120925
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20120919
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20120724
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20120716
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20120626
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20120612
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20120529
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20120523
-packetLen(0x023b, -1) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, -1)
#elif PACKETVER >= 20120515
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20120508
-packetLen(0x023b, 8) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 8)
#elif PACKETVER >= 20120502
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20120424
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20120417
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20120214
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20120207
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20120120
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20120117
-packetLen(0x023b, 4) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 4)
#elif PACKETVER >= 20120110
-packetLen(0x023b, 6) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 6)
#elif PACKETVER >= 20120103
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#endif
// Packet: 0x023c
-packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, 6)
// Packet: 0x023d
-packetLen(0x023d, 6) // AC_EVENT_RESULT
+packetLen(0x023d, 6)
// Packet: 0x023e
-packetLen(0x023e, 8) // HC_REQUEST_CHARACTER_PASSWORD
+packetLen(0x023e, 8)
// Packet: 0x023f
-packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+packetLen(0x023f, 2)
// Packet: 0x0240
-packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+packetLen(0x0240, -1)
// Packet: 0x0241
-packetLen(0x0241, 6) // CZ_MAIL_OPEN
+packetLen(0x0241, 6)
// Packet: 0x0242
-packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+packetLen(0x0242, -1)
// Packet: 0x0243
-packetLen(0x0243, 6) // CZ_MAIL_DELETE
+packetLen(0x0243, 6)
// Packet: 0x0244
-packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+packetLen(0x0244, 6)
// Packet: 0x0245
-packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+packetLen(0x0245, 3)
// Packet: 0x0246
-packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+packetLen(0x0246, 4)
// Packet: 0x0247
-packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+packetLen(0x0247, 8)
// Packet: 0x0248
-packetLen(0x0248, -1) // CZ_MAIL_SEND
+packetLen(0x0248, -1)
// Packet: 0x0249
-packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+packetLen(0x0249, 3)
// Packet: 0x024a
-packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+packetLen(0x024a, 70)
// Packet: 0x024b
-packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+packetLen(0x024b, 4)
// Packet: 0x024c
-packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+packetLen(0x024c, 8)
// Packet: 0x024d
-packetLen(0x024d, 12) // CZ_AUCTION_ADD
+packetLen(0x024d, 12)
// Packet: 0x024e
-packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+packetLen(0x024e, 6)
// Packet: 0x024f
-packetLen(0x024f, 10) // CZ_AUCTION_BUY
+packetLen(0x024f, 10)
// Packet: 0x0250
-packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+packetLen(0x0250, 3)
// Packet: 0x0251
-packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+packetLen(0x0251, 34)
// Packet: 0x0252
-packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+packetLen(0x0252, -1)
// Packet: 0x0253
-packetLen(0x0253, 3) // ZC_STARPLACE
+packetLen(0x0253, 3)
// Packet: 0x0254
-packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+packetLen(0x0254, 3)
// Packet: 0x0255
-packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+packetLen(0x0255, 5)
// Packet: 0x0256
-packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+packetLen(0x0256, 5)
// Packet: 0x0257
-packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+packetLen(0x0257, 8)
// Packet: 0x0258
-packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+packetLen(0x0258, 2)
// Packet: 0x0259
-packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+packetLen(0x0259, 3)
// Packet: 0x025a
-packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+packetLen(0x025a, -1)
// Packet: 0x025b
-packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+packetLen(0x025b, 6)
// Packet: 0x025c
-packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+packetLen(0x025c, 4)
// Packet: 0x025d
-packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+packetLen(0x025d, 6)
// Packet: 0x025e
-packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+packetLen(0x025e, 4)
// Packet: 0x025f
-packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+packetLen(0x025f, 6)
// Packet: 0x0260
-packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+packetLen(0x0260, 6)
// Packet: 0x0261
-packetLen(0x0261, 11) // AC_REQ_LOGIN_OLDEKEY
+packetLen(0x0261, 11)
// Packet: 0x0262
-packetLen(0x0262, 11) // AC_REQ_LOGIN_NEWEKEY
+packetLen(0x0262, 11)
// Packet: 0x0263
-packetLen(0x0263, 11) // AC_REQ_LOGIN_CARDPASS
+packetLen(0x0263, 11)
// Packet: 0x0264
-packetLen(0x0264, 20) // CA_ACK_LOGIN_OLDEKEY
+packetLen(0x0264, 20)
// Packet: 0x0265
-packetLen(0x0265, 20) // CA_ACK_LOGIN_NEWEKEY
+packetLen(0x0265, 20)
// Packet: 0x0266
-packetLen(0x0266, 30) // CA_ACK_LOGIN_CARDPASS
+packetLen(0x0266, 30)
// Packet: 0x0267
-packetLen(0x0267, 4) // AC_ACK_EKEY_FAIL_NOTEXIST
+packetLen(0x0267, 4)
// Packet: 0x0268
-packetLen(0x0268, 4) // AC_ACK_EKEY_FAIL_NOTUSESEKEY
+packetLen(0x0268, 4)
// Packet: 0x0269
-packetLen(0x0269, 4) // AC_ACK_EKEY_FAIL_NOTUSEDEKEY
+packetLen(0x0269, 4)
// Packet: 0x026a
-packetLen(0x026a, 4) // AC_ACK_EKEY_FAIL_AUTHREFUSE
+packetLen(0x026a, 4)
// Packet: 0x026b
-packetLen(0x026b, 4) // AC_ACK_EKEY_FAIL_INPUTEKEY
+packetLen(0x026b, 4)
// Packet: 0x026c
-packetLen(0x026c, 4) // AC_ACK_EKEY_FAIL_NOTICE
+packetLen(0x026c, 4)
// Packet: 0x026d
-packetLen(0x026d, 4) // AC_ACK_EKEY_FAIL_NEEDCARDPASS
+packetLen(0x026d, 4)
// Packet: 0x026f
-packetLen(0x026f, 2) // AC_ACK_FIRST_LOGIN
+packetLen(0x026f, 2)
// Packet: 0x0270
-packetLen(0x0270, 2) // AC_REQ_LOGIN_ACCOUNT_INFO
+packetLen(0x0270, 2)
// Packet: 0x0271
-packetLen(0x0271, 40) // CA_ACK_LOGIN_ACCOUNT_INFO
+packetLen(0x0271, 40)
// Packet: 0x0272
-packetLen(0x0272, 44) // AC_ACK_PT_ID_INFO
+packetLen(0x0272, 44)
// Packet: 0x0273
-packetLen(0x0273, 30) // CZ_REQ_MAIL_RETURN
+packetLen(0x0273, 30)
// Packet: 0x0274
-packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, 8)
// Packet: 0x0275
-packetLen(0x0275, 37) // CH_ENTER2
+packetLen(0x0275, 37)
// Packet: 0x0276
-packetLen(0x0276, -1) // AC_ACCEPT_LOGIN2
+packetLen(0x0276, -1)
// Packet: 0x0277
-packetLen(0x0277, 84) // CA_LOGIN_PCBANG
+packetLen(0x0277, 84)
// Packet: 0x0278
-packetLen(0x0278, 2) // ZC_NOTIFY_PCBANG
+packetLen(0x0278, 2)
// Packet: 0x0279
-packetLen(0x0279, 2) // CZ_HUNTINGLIST
+packetLen(0x0279, 2)
// Packet: 0x027a
-packetLen(0x027a, -1) // ZC_HUNTINGLIST
+packetLen(0x027a, -1)
// Packet: 0x027b
-packetLen(0x027b, 14) // ZC_PCBANG_EFFECT
+packetLen(0x027b, 14)
// Packet: 0x027c
-packetLen(0x027c, 60) // CA_LOGIN4
+packetLen(0x027c, 60)
// Packet: 0x027d
-packetLen(0x027d, 62) // ZC_PROPERTY_MERCE
+packetLen(0x027d, 62)
// Packet: 0x027e
-packetLen(0x027e, -1) // ZC_SHANDA_PROTECT
+packetLen(0x027e, -1)
// Packet: 0x027f
-packetLen(0x027f, 8) // CA_CLIENT_TYPE
+packetLen(0x027f, 8)
// Packet: 0x0280
-packetLen(0x0280, 12) // ZC_GANGSI_POINT
+packetLen(0x0280, 12)
// Packet: 0x0281
#if PACKETVER >= 20121107
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20121031
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20120925
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20120919
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20120822
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20120814
-packetLen(0x0281, 5) // CZ_GANGSI_RANK
+packetLen(0x0281, 5)
#elif PACKETVER >= 20120808
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20120724
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20120716
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20120626
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20120612
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20120601
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20120529
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20120508
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20120502
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20120424
-packetLen(0x0281, 26) // CZ_GANGSI_RANK
+packetLen(0x0281, 26)
#elif PACKETVER >= 20120417
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20120404
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20120328
-packetLen(0x0281, 6) // CZ_GANGSI_RANK
+packetLen(0x0281, 6)
#elif PACKETVER >= 20120320
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20120214
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20120207
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20120117
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20120110
-packetLen(0x0281, 36) // CZ_GANGSI_RANK
+packetLen(0x0281, 36)
#elif PACKETVER >= 20120103
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#endif
// Packet: 0x0282
-packetLen(0x0282, 284) // ZC_GANGSI_RANK
+packetLen(0x0282, 284)
// Packet: 0x0283
-packetLen(0x0283, 6) // ZC_AID
+packetLen(0x0283, 6)
// Packet: 0x0284
-packetLen(0x0284, 14) // ZC_NOTIFY_EFFECT3
+packetLen(0x0284, 14)
// Packet: 0x0285
-packetLen(0x0285, 6) // ZC_DEATH_QUESTION
+packetLen(0x0285, 6)
// Packet: 0x0286
-packetLen(0x0286, 4) // CZ_DEATH_QUESTION
+packetLen(0x0286, 4)
// Packet: 0x0287
-packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, -1)
// Packet: 0x0288
-packetLen(0x0288, -1) // CZ_PC_BUY_CASH_POINT_ITEM
+packetLen(0x0288, -1)
// Packet: 0x0289
-packetLen(0x0289, 12) // ZC_PC_CASH_POINT_UPDATE
+packetLen(0x0289, 12)
// Packet: 0x028a
-packetLen(0x028a, 18) // ZC_NPC_SHOWEFST_UPDATE
+packetLen(0x028a, 18)
// Packet: 0x028b
-packetLen(0x028b, -1) // HC_CHARNOTBEENSELECTED
+packetLen(0x028b, -1)
// Packet: 0x028c
-packetLen(0x028c, 46) // CH_SELECT_CHAR_GOINGTOBEUSED
+packetLen(0x028c, 46)
// Packet: 0x028d
-packetLen(0x028d, 34) // CH_REQ_IS_VALID_CHARNAME
+packetLen(0x028d, 34)
// Packet: 0x028e
-packetLen(0x028e, 4) // HC_ACK_IS_VALID_CHARNAME
+packetLen(0x028e, 4)
// Packet: 0x028f
-packetLen(0x028f, 6) // CH_REQ_CHANGE_CHARNAME
+packetLen(0x028f, 6)
// Packet: 0x0290
-packetLen(0x0290, 4) // HC_ACK_CHANGE_CHARNAME
+packetLen(0x0290, 4)
// Packet: 0x0291
-packetLen(0x0291, 4) // ZC_MSG
+packetLen(0x0291, 4)
// Packet: 0x0292
-packetLen(0x0292, 2) // CZ_STANDING_RESURRECTION
+packetLen(0x0292, 2)
// Packet: 0x0293
-packetLen(0x0293, 70) // ZC_BOSS_INFO
+packetLen(0x0293, 70)
// Packet: 0x0294
-packetLen(0x0294, 10) // ZC_READ_BOOK
+packetLen(0x0294, 10)
// Packet: 0x0295
-packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, -1)
// Packet: 0x0296
-packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, -1)
// Packet: 0x0297
-packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, -1)
// Packet: 0x0298
-packetLen(0x0298, 8) // ZC_CASH_TIME_COUNTER
+packetLen(0x0298, 8)
// Packet: 0x0299
-packetLen(0x0299, 6) // ZC_CASH_ITEM_DELETE
+packetLen(0x0299, 6)
// Packet: 0x029a
-packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, 27)
// Packet: 0x029b
-packetLen(0x029b, 80) // ZC_MER_INIT
+packetLen(0x029b, 80)
// Packet: 0x029c
-packetLen(0x029c, 66) // ZC_MER_PROPERTY
+packetLen(0x029c, 66)
// Packet: 0x029d
-packetLen(0x029d, -1) // ZC_MER_SKILLINFO_LIST
+packetLen(0x029d, -1)
// Packet: 0x029e
-packetLen(0x029e, 11) // ZC_MER_SKILLINFO_UPDATE
+packetLen(0x029e, 11)
// Packet: 0x029f
-packetLen(0x029f, 3) // CZ_MER_COMMAND
+packetLen(0x029f, 3)
// Packet: 0x02a2
-packetLen(0x02a2, 8) // ZC_MER_PAR_CHANGE
+packetLen(0x02a2, 8)
// Packet: 0x02a5
-packetLen(0x02a5, 8) // CZ_KSY_EVENT
+packetLen(0x02a5, 8)
// Packet: 0x02a6
#if PACKETVER >= 20120523
-packetLen(0x02a6, -1) // ZC_HACKSH_CPX_MSG
+packetLen(0x02a6, -1)
#endif
// Packet: 0x02a7
#if PACKETVER >= 20120523
-packetLen(0x02a7, -1) // CZ_HACKSH_CPX_MSG
+packetLen(0x02a7, -1)
#endif
// Packet: 0x02aa
-packetLen(0x02aa, 4) // ZC_REQ_CASH_PASSWORD
+packetLen(0x02aa, 4)
// Packet: 0x02ab
-packetLen(0x02ab, 36) // CZ_ACK_CASH_PASSWORD
+packetLen(0x02ab, 36)
// Packet: 0x02ac
-packetLen(0x02ac, 6) // ZC_RESULT_CASH_PASSWORD
+packetLen(0x02ac, 6)
// Packet: 0x02ad
-packetLen(0x02ad, 8) // AC_REQUEST_SECOND_PASSWORD
+packetLen(0x02ad, 8)
// Packet: 0x02b0
-packetLen(0x02b0, 85) // CA_LOGIN_HAN
+packetLen(0x02b0, 85)
// Packet: 0x02b1
-packetLen(0x02b1, -1) // ZC_ALL_QUEST_LIST
+packetLen(0x02b1, -1)
// Packet: 0x02b2
-packetLen(0x02b2, -1) // ZC_ALL_QUEST_MISSION
+packetLen(0x02b2, -1)
// Packet: 0x02b3
-packetLen(0x02b3, 107) // ZC_ADD_QUEST
+packetLen(0x02b3, 107)
// Packet: 0x02b4
-packetLen(0x02b4, 6) // ZC_DEL_QUEST
+packetLen(0x02b4, 6)
// Packet: 0x02b5
-packetLen(0x02b5, -1) // ZC_UPDATE_MISSION_HUNT
+packetLen(0x02b5, -1)
// Packet: 0x02b6
-packetLen(0x02b6, 7) // CZ_ACTIVE_QUEST
+packetLen(0x02b6, 7)
// Packet: 0x02b7
-packetLen(0x02b7, 7) // ZC_ACTIVE_QUEST
+packetLen(0x02b7, 7)
// Packet: 0x02b8
-packetLen(0x02b8, 22) // ZC_ITEM_PICKUP_PARTY
+packetLen(0x02b8, 22)
// Packet: 0x02b9
-packetLen(0x02b9, 191) // ZC_SHORTCUT_KEY_LIST
+packetLen(0x02b9, 191)
// Packet: 0x02ba
-packetLen(0x02ba, 11) // CZ_SHORTCUT_KEY_CHANGE
+packetLen(0x02ba, 11)
// Packet: 0x02bb
-packetLen(0x02bb, 8) // ZC_EQUIPITEM_DAMAGED
+packetLen(0x02bb, 8)
// Packet: 0x02bc
-packetLen(0x02bc, 6) // ZC_NOTIFY_PCBANG_PLAYING_TIME
+packetLen(0x02bc, 6)
// Packet: 0x02c1
-packetLen(0x02c1, -1) // ZC_NPC_CHAT
+packetLen(0x02c1, -1)
// Packet: 0x02c2
-packetLen(0x02c2, -1) // ZC_FORMATSTRING_MSG
+packetLen(0x02c2, -1)
// Packet: 0x02c4
#if PACKETVER >= 20121227
-packetLen(0x02c4, 19) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 19)
#elif PACKETVER >= 20120716
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20120710
-packetLen(0x02c4, 10) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 10)
#elif PACKETVER >= 20120515
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20120508
-packetLen(0x02c4, 26) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 26)
#elif PACKETVER >= 20120410
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20120404
-packetLen(0x02c4, 26) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 26)
#elif PACKETVER >= 20120314
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20120307
-packetLen(0x02c4, 6) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 6)
#elif PACKETVER >= 20120131
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20120120
-packetLen(0x02c4, 8) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 8)
#elif PACKETVER >= 20120103
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#endif
// Packet: 0x02c5
-packetLen(0x02c5, 30) // ZC_PARTY_JOIN_REQ_ACK
+packetLen(0x02c5, 30)
// Packet: 0x02c6
-packetLen(0x02c6, 30) // ZC_PARTY_JOIN_REQ
+packetLen(0x02c6, 30)
// Packet: 0x02c7
-packetLen(0x02c7, 7) // CZ_PARTY_JOIN_REQ_ACK
+packetLen(0x02c7, 7)
// Packet: 0x02c8
-packetLen(0x02c8, 3) // CZ_PARTY_CONFIG
+packetLen(0x02c8, 3)
// Packet: 0x02c9
-packetLen(0x02c9, 3) // ZC_PARTY_CONFIG
+packetLen(0x02c9, 3)
// Packet: 0x02ca
-packetLen(0x02ca, 3) // HC_REFUSE_SELECTCHAR
+packetLen(0x02ca, 3)
// Packet: 0x02cb
-packetLen(0x02cb, 65) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO
+packetLen(0x02cb, 65)
// Packet: 0x02cc
-packetLen(0x02cc, 4) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_NOTIFY
+packetLen(0x02cc, 4)
// Packet: 0x02cd
-packetLen(0x02cd, 71) // ZC_MEMORIALDUNGEON_INFO
+packetLen(0x02cd, 71)
// Packet: 0x02ce
-packetLen(0x02ce, 10) // ZC_MEMORIALDUNGEON_NOTIFY
+packetLen(0x02ce, 10)
// Packet: 0x02cf
-packetLen(0x02cf, 6) // CZ_MEMORIALDUNGEON_COMMAND
+packetLen(0x02cf, 6)
// Packet: 0x02d0
-packetLen(0x02d0, -1) // ZC_EQUIPMENT_ITEMLIST3
+packetLen(0x02d0, -1)
// Packet: 0x02d1
-packetLen(0x02d1, -1) // ZC_STORE_EQUIPMENT_ITEMLIST3
+packetLen(0x02d1, -1)
// Packet: 0x02d2
-packetLen(0x02d2, -1) // ZC_CART_EQUIPMENT_ITEMLIST3
+packetLen(0x02d2, -1)
// Packet: 0x02d3
-packetLen(0x02d3, 4) // ZC_NOTIFY_BIND_ON_EQUIP
+packetLen(0x02d3, 4)
// Packet: 0x02d4
-packetLen(0x02d4, 29) // ZC_ITEM_PICKUP_ACK3
+packetLen(0x02d4, 29)
// Packet: 0x02d5
-packetLen(0x02d5, 2) // ZC_ISVR_DISCONNECT
+packetLen(0x02d5, 2)
// Packet: 0x02d6
-packetLen(0x02d6, 6) // CZ_EQUIPWIN_MICROSCOPE
+packetLen(0x02d6, 6)
// Packet: 0x02d7
-packetLen(0x02d7, -1) // ZC_EQUIPWIN_MICROSCOPE
+packetLen(0x02d7, -1)
// Packet: 0x02d8
-packetLen(0x02d8, 10) // CZ_CONFIG
+packetLen(0x02d8, 10)
// Packet: 0x02d9
-packetLen(0x02d9, 10) // ZC_CONFIG
+packetLen(0x02d9, 10)
// Packet: 0x02da
-packetLen(0x02da, 3) // ZC_CONFIG_NOTIFY
+packetLen(0x02da, 3)
// Packet: 0x02db
-packetLen(0x02db, -1) // CZ_BATTLEFIELD_CHAT
+packetLen(0x02db, -1)
// Packet: 0x02dc
-packetLen(0x02dc, -1) // ZC_BATTLEFIELD_CHAT
+packetLen(0x02dc, -1)
// Packet: 0x02dd
-packetLen(0x02dd, 32) // ZC_BATTLEFIELD_NOTIFY_CAMPINFO
+packetLen(0x02dd, 32)
// Packet: 0x02de
-packetLen(0x02de, 6) // ZC_BATTLEFIELD_NOTIFY_POINT
+packetLen(0x02de, 6)
// Packet: 0x02df
-packetLen(0x02df, 36) // ZC_BATTLEFIELD_NOTIFY_POSITION
+packetLen(0x02df, 36)
// Packet: 0x02e0
-packetLen(0x02e0, 34) // ZC_BATTLEFIELD_NOTIFY_HP
+packetLen(0x02e0, 34)
// Packet: 0x02e1
-packetLen(0x02e1, 33) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, 33)
// Packet: 0x02e2
-packetLen(0x02e2, 20) // CZ_USE_ITEM_NEW_JAPEN
+packetLen(0x02e2, 20)
// Packet: 0x02e3
-packetLen(0x02e3, 22) // CZ_USE_SKILL_NEW_JAPEN
+packetLen(0x02e3, 22)
// Packet: 0x02e4
-packetLen(0x02e4, 11) // CZ_ITEM_PICKUP_NEW_JAPEN
+packetLen(0x02e4, 11)
// Packet: 0x02e5
-packetLen(0x02e5, 9) // CZ_REQUEST_MOVE_NEW_JAPEN
+packetLen(0x02e5, 9)
// Packet: 0x02e6
-packetLen(0x02e6, 6) // CZ_BOT_CHECK
+packetLen(0x02e6, 6)
// Packet: 0x02e7
-packetLen(0x02e7, -1) // ZC_MAPPROPERTY
+packetLen(0x02e7, -1)
// Packet: 0x02e8
-packetLen(0x02e8, -1) // ZC_NORMAL_ITEMLIST3
+packetLen(0x02e8, -1)
// Packet: 0x02e9
-packetLen(0x02e9, -1) // ZC_CART_NORMAL_ITEMLIST3
+packetLen(0x02e9, -1)
// Packet: 0x02ea
-packetLen(0x02ea, -1) // ZC_STORE_NORMAL_ITEMLIST3
+packetLen(0x02ea, -1)
// Packet: 0x02eb
-packetLen(0x02eb, 13) // ZC_ACCEPT_ENTER2
+packetLen(0x02eb, 13)
// Packet: 0x02ec
-packetLen(0x02ec, 67) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 67)
// Packet: 0x02ed
-packetLen(0x02ed, 59) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, 59)
// Packet: 0x02ee
-packetLen(0x02ee, 60) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, 60)
// Packet: 0x02ef
-packetLen(0x02ef, 8) // ZC_NOTIFY_FONT
+packetLen(0x02ef, 8)
// Packet: 0x02f0
-packetLen(0x02f0, 10) // ZC_PROGRESS
+packetLen(0x02f0, 10)
// Packet: 0x02f1
-packetLen(0x02f1, 2) // CZ_PROGRESS
+packetLen(0x02f1, 2)
// Packet: 0x02f2
-packetLen(0x02f2, 2) // ZC_PROGRESS_CANCEL
+packetLen(0x02f2, 2)
// Packet: 0x02f3
-packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+packetLen(0x02f3, -1)
// Packet: 0x02f4
-packetLen(0x02f4, 3) // ZC_IRMAIL_SEND_RES
+packetLen(0x02f4, 3)
// Packet: 0x02f5
-packetLen(0x02f5, 7) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, 7)
// Packet: 0x02f6
-packetLen(0x02f6, 7) // CZ_IRMAIL_LIST
+packetLen(0x02f6, 7)
// Packet: 0x035c
-packetLen(0x035c, 2) // CZ_OPEN_SIMPLE_CASHSHOP_ITEMLIST
+packetLen(0x035c, 2)
// Packet: 0x035d
-packetLen(0x035d, -1) // ZC_SIMPLE_CASHSHOP_POINT_ITEMLIST
+packetLen(0x035d, -1)
// Packet: 0x035e
-packetLen(0x035e, 2) // CZ_CLOSE_WINDOW
+packetLen(0x035e, 2)
// Packet: 0x035f
#if PACKETVER >= 20121227
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20121218
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20121212
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20121205
-packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+packetLen(0x035f, -1)
#elif PACKETVER >= 20121107
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20121031
-packetLen(0x035f, 5) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 5)
#elif PACKETVER >= 20121024
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20121017
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20120925
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20120919
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20120905
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20120830
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20120814
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20120808
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20120801
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20120724
-packetLen(0x035f, 8) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 8)
#elif PACKETVER >= 20120716
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20120626
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20120612
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20120601
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20120529
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20120515
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20120502
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20120424
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20120417
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20120410
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20120404
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20120328
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20120314
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20120228
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20120221
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20120214
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20120131
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20120117
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20120103
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#endif
// Packet: 0x0360
#if PACKETVER >= 20121227
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20121218
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20121212
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20121205
-packetLen(0x0360, 5) // CZ_REQUEST_TIME2
+packetLen(0x0360, 5)
#elif PACKETVER >= 20121114
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20121031
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20121024
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20121017
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20120925
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20120919
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20120905
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20120830
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20120814
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20120808
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20120801
-packetLen(0x0360, -1) // CZ_REQUEST_TIME2
+packetLen(0x0360, -1)
#elif PACKETVER >= 20120724
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20120716
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20120626
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20120612
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20120601
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20120529
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20120515
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20120502
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20120424
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20120410
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20120328
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20120307
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20120228
-packetLen(0x0360, 90) // CZ_REQUEST_TIME2
+packetLen(0x0360, 90)
#elif PACKETVER >= 20120221
-packetLen(0x0360, 5) // CZ_REQUEST_TIME2
+packetLen(0x0360, 5)
#elif PACKETVER >= 20120214
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20120131
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20120120
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20120117
-packetLen(0x0360, -1) // CZ_REQUEST_TIME2
+packetLen(0x0360, -1)
#elif PACKETVER >= 20120103
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#endif
// Packet: 0x0361
#if PACKETVER >= 20121227
-packetLen(0x0361, 36) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 36)
#elif PACKETVER >= 20121212
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20121205
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20121114
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20121107
-packetLen(0x0361, 36) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 36)
#elif PACKETVER >= 20120925
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20120919
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20120822
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20120814
-packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, -1)
#elif PACKETVER >= 20120724
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20120716
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20120626
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20120612
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20120601
-packetLen(0x0361, 6) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 6)
#elif PACKETVER >= 20120529
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20120523
-packetLen(0x0361, 10) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 10)
#elif PACKETVER >= 20120508
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20120502
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20120424
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20120417
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20120214
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20120207
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20120131
-packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, -1)
#elif PACKETVER >= 20120120
-packetLen(0x0361, 19) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 19)
#elif PACKETVER >= 20120117
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20120110
-packetLen(0x0361, 12) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 12)
#elif PACKETVER >= 20120103
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#endif
// Packet: 0x0362
#if PACKETVER >= 20121227
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20121218
-packetLen(0x0362, 10) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 10)
#elif PACKETVER >= 20121212
-packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+packetLen(0x0362, -1)
#elif PACKETVER >= 20121205
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20121128
-packetLen(0x0362, 19) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 19)
#elif PACKETVER >= 20121107
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20121031
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20120925
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20120919
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20120814
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20120808
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20120724
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20120716
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20120710
-packetLen(0x0362, 18) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 18)
#elif PACKETVER >= 20120626
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20120612
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20120601
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20120529
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20120508
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20120502
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20120424
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20120417
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20120410
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20120404
-packetLen(0x0362, 8) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 8)
#elif PACKETVER >= 20120328
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20120320
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20120214
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20120207
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20120131
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20120120
-packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+packetLen(0x0362, -1)
#elif PACKETVER >= 20120117
-packetLen(0x0362, 26) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 26)
#elif PACKETVER >= 20120103
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#endif
// Packet: 0x0363
#if PACKETVER >= 20121227
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20121218
-packetLen(0x0363, 6) // CZ_ITEM_THROW2
+packetLen(0x0363, 6)
#elif PACKETVER >= 20121205
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20121128
-packetLen(0x0363, 26) // CZ_ITEM_THROW2
+packetLen(0x0363, 26)
#elif PACKETVER >= 20121107
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20121031
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20120925
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20120919
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20120814
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20120808
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20120724
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20120716
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20120710
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20120702
-packetLen(0x0363, 19) // CZ_ITEM_THROW2
+packetLen(0x0363, 19)
#elif PACKETVER >= 20120612
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20120601
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20120529
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20120515
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20120508
-packetLen(0x0363, -1) // CZ_ITEM_THROW2
+packetLen(0x0363, -1)
#elif PACKETVER >= 20120502
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20120424
-packetLen(0x0363, 18) // CZ_ITEM_THROW2
+packetLen(0x0363, 18)
#elif PACKETVER >= 20120417
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20120328
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20120320
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20120228
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20120221
-packetLen(0x0363, 18) // CZ_ITEM_THROW2
+packetLen(0x0363, 18)
#elif PACKETVER >= 20120214
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20120207
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20120131
-packetLen(0x0363, 12) // CZ_ITEM_THROW2
+packetLen(0x0363, 12)
#elif PACKETVER >= 20120120
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20120117
-packetLen(0x0363, 6) // CZ_ITEM_THROW2
+packetLen(0x0363, 6)
#elif PACKETVER >= 20120103
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#endif
// Packet: 0x0364
#if PACKETVER >= 20121121
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20121114
-packetLen(0x0364, 36) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 36)
#elif PACKETVER >= 20121107
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20121031
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20120925
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20120919
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20120814
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20120808
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20120801
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20120724
-packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 6)
#elif PACKETVER >= 20120716
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20120710
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20120702
-packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 6)
#elif PACKETVER >= 20120626
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20120612
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20120601
-packetLen(0x0364, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, -1)
#elif PACKETVER >= 20120529
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20120523
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20120515
-packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 6)
#elif PACKETVER >= 20120508
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20120502
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20120424
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20120417
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20120410
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20120404
-packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 6)
#elif PACKETVER >= 20120328
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20120320
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20120314
-packetLen(0x0364, 19) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 19)
#elif PACKETVER >= 20120214
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20120207
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20120120
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20120117
-packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 6)
#elif PACKETVER >= 20120103
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#endif
// Packet: 0x0365
#if PACKETVER >= 20121121
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20121114
-packetLen(0x0365, 5) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 5)
#elif PACKETVER >= 20121107
-packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, -1)
#elif PACKETVER >= 20121031
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20121024
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20121017
-packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, -1)
#elif PACKETVER >= 20120925
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20120919
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20120911
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20120905
-packetLen(0x0365, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 8)
#elif PACKETVER >= 20120830
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20120822
-packetLen(0x0365, 26) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 26)
#elif PACKETVER >= 20120814
-packetLen(0x0365, 6) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 6)
#elif PACKETVER >= 20120808
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20120724
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20120716
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20120710
-packetLen(0x0365, 26) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 26)
#elif PACKETVER >= 20120702
-packetLen(0x0365, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 8)
#elif PACKETVER >= 20120626
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20120612
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20120601
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20120529
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20120508
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20120502
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20120424
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20120417
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20120328
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20120320
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20120214
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20120207
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20120131
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20120120
-packetLen(0x0365, 6) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 6)
#elif PACKETVER >= 20120117
-packetLen(0x0365, 10) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 10)
#elif PACKETVER >= 20120103
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#endif
// Packet: 0x0366
#if PACKETVER >= 20121227
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20121218
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20121107
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20121031
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20121024
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20121017
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20120925
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20120919
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20120905
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20120830
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20120814
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20120808
-packetLen(0x0366, 19) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 19)
#elif PACKETVER >= 20120724
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20120716
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20120702
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20120626
-packetLen(0x0366, 10) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 10)
#elif PACKETVER >= 20120612
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20120601
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20120529
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20120523
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20120515
-packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, -1)
#elif PACKETVER >= 20120508
-packetLen(0x0366, 26) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 26)
#elif PACKETVER >= 20120502
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20120424
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20120410
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20120404
-packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, -1)
#elif PACKETVER >= 20120328
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20120307
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20120228
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20120221
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20120214
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20120207
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20120120
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20120117
-packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, -1)
#elif PACKETVER >= 20120103
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#endif
// Packet: 0x0367
#if PACKETVER >= 20120716
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20120710
-packetLen(0x0367, 8) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 8)
#elif PACKETVER >= 20120314
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20120307
-packetLen(0x0367, 8) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 8)
#elif PACKETVER >= 20120207
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20120131
-packetLen(0x0367, 8) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 8)
#elif PACKETVER >= 20120120
-packetLen(0x0367, 10) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 10)
#elif PACKETVER >= 20120117
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20120110
-packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, -1)
#elif PACKETVER >= 20120103
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#endif
// Packet: 0x0368
#if PACKETVER >= 20121227
-packetLen(0x0368, -1) // CZ_REQNAME2
+packetLen(0x0368, -1)
#elif PACKETVER >= 20121218
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20121212
-packetLen(0x0368, 26) // CZ_REQNAME2
+packetLen(0x0368, 26)
#elif PACKETVER >= 20121107
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20121031
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20121024
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20121017
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20120925
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20120919
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20120905
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20120830
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20120814
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20120808
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20120724
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20120716
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20120626
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20120612
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20120601
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20120529
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20120515
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20120417
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20120328
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20120307
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20120228
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20120221
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20120214
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20120207
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20120131
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20120120
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20120117
-packetLen(0x0368, 7) // CZ_REQNAME2
+packetLen(0x0368, 7)
#elif PACKETVER >= 20120103
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#endif
// Packet: 0x0369
#if PACKETVER >= 20121227
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20121218
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20121212
-packetLen(0x0369, 26) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 26)
#elif PACKETVER >= 20121107
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20121031
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20121024
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20121017
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20120925
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20120919
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20120905
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20120830
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20120814
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20120808
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20120724
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20120716
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20120626
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20120612
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20120601
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20120529
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20120523
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20120515
-packetLen(0x0369, 26) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 26)
#elif PACKETVER >= 20120502
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20120424
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20120404
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20120328
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20120320
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20120314
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20120307
-packetLen(0x0369, 26) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 26)
#elif PACKETVER >= 20120228
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20120221
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20120214
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20120131
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20120117
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20120103
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#endif
// Packet: 0x03dd
-packetLen(0x03dd, 18) // AHC_GAME_GUARD
+packetLen(0x03dd, 18)
// Packet: 0x03de
-packetLen(0x03de, 18) // CAH_ACK_GAME_GUARD
+packetLen(0x03de, 18)
// Packet: 0x0436
#if PACKETVER >= 20121031
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20121024
-packetLen(0x0436, 5) // CZ_ENTER2
+packetLen(0x0436, 5)
#elif PACKETVER >= 20120925
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20120919
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20120905
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20120830
-packetLen(0x0436, 26) // CZ_ENTER2
+packetLen(0x0436, 26)
#elif PACKETVER >= 20120814
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20120808
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20120724
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20120716
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20120710
-packetLen(0x0436, 7) // CZ_ENTER2
+packetLen(0x0436, 7)
#elif PACKETVER >= 20120626
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20120612
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20120601
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20120529
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20120508
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20120502
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20120424
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20120417
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20120328
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20120320
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20120214
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20120207
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20120131
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20120120
-packetLen(0x0436, 5) // CZ_ENTER2
+packetLen(0x0436, 5)
#elif PACKETVER >= 20120117
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20120103
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#endif
// Packet: 0x0437
#if PACKETVER >= 20121227
-packetLen(0x0437, 6) // CZ_REQUEST_ACT2
+packetLen(0x0437, 6)
#elif PACKETVER >= 20121218
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20121128
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20121114
-packetLen(0x0437, 6) // CZ_REQUEST_ACT2
+packetLen(0x0437, 6)
#elif PACKETVER >= 20121107
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20121031
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20121024
-packetLen(0x0437, 10) // CZ_REQUEST_ACT2
+packetLen(0x0437, 10)
#elif PACKETVER >= 20121017
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20120925
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20120919
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20120905
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20120830
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20120822
-packetLen(0x0437, 6) // CZ_REQUEST_ACT2
+packetLen(0x0437, 6)
#elif PACKETVER >= 20120814
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20120808
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20120724
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20120716
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20120626
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20120612
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20120601
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20120529
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20120515
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20120502
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20120424
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20120404
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20120328
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20120307
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20120228
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20120221
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20120214
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20120131
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20120120
-packetLen(0x0437, -1) // CZ_REQUEST_ACT2
+packetLen(0x0437, -1)
#elif PACKETVER >= 20120117
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20120103
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#endif
// Packet: 0x0438
#if PACKETVER >= 20121227
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20121218
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20121107
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20121031
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20121024
-packetLen(0x0438, 12) // CZ_USE_SKILL2
+packetLen(0x0438, 12)
#elif PACKETVER >= 20121017
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20120925
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20120919
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20120911
-packetLen(0x0438, 6) // CZ_USE_SKILL2
+packetLen(0x0438, 6)
#elif PACKETVER >= 20120822
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20120814
-packetLen(0x0438, 6) // CZ_USE_SKILL2
+packetLen(0x0438, 6)
#elif PACKETVER >= 20120808
-packetLen(0x0438, 90) // CZ_USE_SKILL2
+packetLen(0x0438, 90)
#elif PACKETVER >= 20120801
-packetLen(0x0438, 18) // CZ_USE_SKILL2
+packetLen(0x0438, 18)
#elif PACKETVER >= 20120724
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20120716
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20120626
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20120612
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20120601
-packetLen(0x0438, 19) // CZ_USE_SKILL2
+packetLen(0x0438, 19)
#elif PACKETVER >= 20120529
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20120515
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20120502
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20120424
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20120404
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20120328
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20120307
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20120228
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20120221
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20120214
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20120131
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20120117
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20120103
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#endif
// Packet: 0x0439
-packetLen(0x0439, 8) // CZ_USE_ITEM2
+packetLen(0x0439, 8)
// Packet: 0x043d
-packetLen(0x043d, 8) // ZC_SKILL_POSTDELAY
+packetLen(0x043d, 8)
// Packet: 0x043e
-packetLen(0x043e, -1) // ZC_SKILL_POSTDELAY_LIST
+packetLen(0x043e, -1)
// Packet: 0x043f
-packetLen(0x043f, 25) // ZC_MSG_STATE_CHANGE2
+packetLen(0x043f, 25)
// Packet: 0x0440
-packetLen(0x0440, 10) // ZC_MILLENNIUMSHIELD
+packetLen(0x0440, 10)
// Packet: 0x0441
-packetLen(0x0441, 4) // ZC_SKILLINFO_DELETE
+packetLen(0x0441, 4)
// Packet: 0x0442
-packetLen(0x0442, -1) // ZC_SKILL_SELECT_REQUEST
+packetLen(0x0442, -1)
// Packet: 0x0443
-packetLen(0x0443, 8) // CZ_SKILL_SELECT_RESPONSE
+packetLen(0x0443, 8)
// Packet: 0x0444
-packetLen(0x0444, -1) // ZC_SIMPLE_CASH_POINT_ITEMLIST
+packetLen(0x0444, -1)
// Packet: 0x0445
-packetLen(0x0445, 10) // CZ_SIMPLE_BUY_CASH_POINT_ITEM
+packetLen(0x0445, 10)
// Packet: 0x0446
-packetLen(0x0446, 14) // ZC_QUEST_NOTIFY_EFFECT
+packetLen(0x0446, 14)
// Packet: 0x0447
-packetLen(0x0447, 2) // CZ_BLOCKING_PLAY_CANCEL
+packetLen(0x0447, 2)
// Packet: 0x0448
-packetLen(0x0448, -1) // HC_CHARACTER_LIST
+packetLen(0x0448, -1)
// Packet: 0x0449
#if PACKETVER >= 20120523
-packetLen(0x0449, 4) // ZC_HACKSH_ERROR_MSG
+packetLen(0x0449, 4)
#endif
// Packet: 0x044a
-packetLen(0x044a, 6) // CZ_CLIENT_VERSION
+packetLen(0x044a, 6)
// Packet: 0x044b
-packetLen(0x044b, 2) // CZ_CLOSE_SIMPLECASH_SHOP
+packetLen(0x044b, 2)
// Packet: 0x07d7
-packetLen(0x07d7, 8) // CZ_GROUPINFO_CHANGE_V2
+packetLen(0x07d7, 8)
// Packet: 0x07d8
-packetLen(0x07d8, 8) // ZC_REQ_GROUPINFO_CHANGE_V2
+packetLen(0x07d8, 8)
// Packet: 0x07d9
-packetLen(0x07d9, 268) // ZC_SHORTCUT_KEY_LIST_V2
+packetLen(0x07d9, 268)
// Packet: 0x07da
-packetLen(0x07da, 6) // CZ_CHANGE_GROUP_MASTER
+packetLen(0x07da, 6)
// Packet: 0x07db
-packetLen(0x07db, 8) // ZC_HO_PAR_CHANGE
+packetLen(0x07db, 8)
// Packet: 0x07dc
-packetLen(0x07dc, 6) // CZ_SEEK_PARTY
+packetLen(0x07dc, 6)
// Packet: 0x07dd
-packetLen(0x07dd, 54) // ZC_SEEK_PARTY
+packetLen(0x07dd, 54)
// Packet: 0x07de
-packetLen(0x07de, 30) // CZ_SEEK_PARTY_MEMBER
+packetLen(0x07de, 30)
// Packet: 0x07df
-packetLen(0x07df, 54) // ZC_SEEK_PARTY_MEMBER
+packetLen(0x07df, 54)
// Packet: 0x07e0
-packetLen(0x07e0, 58) // ZC_ES_NOTI_MYINFO
+packetLen(0x07e0, 58)
// Packet: 0x07e1
-packetLen(0x07e1, 15) // ZC_SKILLINFO_UPDATE2
+packetLen(0x07e1, 15)
// Packet: 0x07e2
-packetLen(0x07e2, 8) // ZC_MSG_VALUE
+packetLen(0x07e2, 8)
// Packet: 0x07e3
-packetLen(0x07e3, 6) // ZC_ITEMLISTWIN_OPEN
+packetLen(0x07e3, 6)
// Packet: 0x07e4
#if PACKETVER >= 20121107
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20121031
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20121010
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20120925
-packetLen(0x07e4, 4) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 4)
#elif PACKETVER >= 20120919
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20120814
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20120808
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20120724
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20120710
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20120626
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20120612
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20120601
-packetLen(0x07e4, 10) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 10)
#elif PACKETVER >= 20120529
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20120508
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20120502
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20120424
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20120417
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20120410
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20120404
-packetLen(0x07e4, 90) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 90)
#elif PACKETVER >= 20120328
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20120320
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20120214
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20120207
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20120117
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20120110
-packetLen(0x07e4, 19) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 19)
#elif PACKETVER >= 20120103
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#endif
// Packet: 0x07e5
-packetLen(0x07e5, 4) // CH_ENTER_CHECKBOT
+packetLen(0x07e5, 4)
// Packet: 0x07e6
-packetLen(0x07e6, 8) // ZC_MSG_SKILL
+packetLen(0x07e6, 8)
// Packet: 0x07e7
-packetLen(0x07e7, 32) // CH_CHECKBOT
+packetLen(0x07e7, 32)
// Packet: 0x07e8
-packetLen(0x07e8, -1) // HC_CHECKBOT
+packetLen(0x07e8, -1)
// Packet: 0x07e9
-packetLen(0x07e9, 5) // HC_CHECKBOT_RESULT
+packetLen(0x07e9, 5)
// Packet: 0x07ea
-packetLen(0x07ea, 2) // CZ_BATTLE_FIELD_LIST
+packetLen(0x07ea, 2)
// Packet: 0x07eb
-packetLen(0x07eb, -1) // ZC_BATTLE_FIELD_LIST
+packetLen(0x07eb, -1)
// Packet: 0x07ec
#if PACKETVER >= 20121205
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20121128
-packetLen(0x07ec, 26) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 26)
#elif PACKETVER >= 20121107
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20121031
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20120925
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20120919
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20120822
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20120814
-packetLen(0x07ec, 12) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 12)
#elif PACKETVER >= 20120808
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20120724
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20120716
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20120626
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20120612
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20120601
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20120529
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20120508
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20120502
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20120424
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20120417
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20120328
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20120320
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20120307
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20120228
-packetLen(0x07ec, 5) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 5)
#elif PACKETVER >= 20120214
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20120207
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20120131
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20120120
-packetLen(0x07ec, 26) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 26)
#elif PACKETVER >= 20120117
-packetLen(0x07ec, 36) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 36)
#elif PACKETVER >= 20120103
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#endif
// Packet: 0x07ed
-packetLen(0x07ed, 10) // ZC_JOIN_BATTLE_FIELD
+packetLen(0x07ed, 10)
// Packet: 0x07ee
-packetLen(0x07ee, 6) // CZ_CANCEL_BATTLE_FIELD
+packetLen(0x07ee, 6)
// Packet: 0x07ef
-packetLen(0x07ef, 8) // ZC_CANCEL_BATTLE_FIELD
+packetLen(0x07ef, 8)
// Packet: 0x07f0
-packetLen(0x07f0, 6) // CZ_REQ_BATTLE_STATE_MONITOR
+packetLen(0x07f0, 6)
// Packet: 0x07f1
-packetLen(0x07f1, 18) // ZC_ACK_BATTLE_STATE_MONITOR
+packetLen(0x07f1, 18)
// Packet: 0x07f2
-packetLen(0x07f2, 8) // ZC_BATTLE_NOTI_START_STEP
+packetLen(0x07f2, 8)
// Packet: 0x07f3
-packetLen(0x07f3, 6) // ZC_BATTLE_JOIN_NOTI_DEFER
+packetLen(0x07f3, 6)
// Packet: 0x07f4
-packetLen(0x07f4, 3) // ZC_BATTLE_JOIN_DISABLE_STATE
+packetLen(0x07f4, 3)
// Packet: 0x07f5
-packetLen(0x07f5, 6) // CZ_GM_FULLSTRIP
+packetLen(0x07f5, 6)
// Packet: 0x07f6
-packetLen(0x07f6, 14) // ZC_NOTIFY_EXP
+packetLen(0x07f6, 14)
// Packet: 0x07f7
-packetLen(0x07f7, -1) // ZC_NOTIFY_MOVEENTRY7
+packetLen(0x07f7, -1)
// Packet: 0x07f8
-packetLen(0x07f8, -1) // ZC_NOTIFY_NEWENTRY5
+packetLen(0x07f8, -1)
// Packet: 0x07f9
-packetLen(0x07f9, -1) // ZC_NOTIFY_STANDENTRY5
+packetLen(0x07f9, -1)
// Packet: 0x07fa
-packetLen(0x07fa, 8) // ZC_DELETE_ITEM_FROM_BODY
+packetLen(0x07fa, 8)
// Packet: 0x07fb
-packetLen(0x07fb, 25) // ZC_USESKILL_ACK2
+packetLen(0x07fb, 25)
// Packet: 0x07fc
-packetLen(0x07fc, 10) // ZC_CHANGE_GROUP_MASTER
+packetLen(0x07fc, 10)
// Packet: 0x07fd
-packetLen(0x07fd, -1) // ZC_BROADCASTING_SPECIAL_ITEM_OBTAIN
+packetLen(0x07fd, -1)
// Packet: 0x07fe
-packetLen(0x07fe, 26) // ZC_PLAY_NPC_BGM
+packetLen(0x07fe, 26)
// Packet: 0x0800
-packetLen(0x0800, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC2
+packetLen(0x0800, -1)
// Packet: 0x0801
-packetLen(0x0801, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC2
+packetLen(0x0801, -1)
// Packet: 0x0802
#if PACKETVER >= 20121205
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20121128
-packetLen(0x0802, 36) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 36)
#elif PACKETVER >= 20121107
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20121031
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20120925
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20120919
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20120905
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20120830
-packetLen(0x0802, 36) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 36)
#elif PACKETVER >= 20120814
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20120808
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20120724
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20120716
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20120710
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20120702
-packetLen(0x0802, -1) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, -1)
#elif PACKETVER >= 20120626
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20120612
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20120601
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20120529
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20120508
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20120502
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20120424
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20120417
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20120328
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20120320
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20120214
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20120207
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20120131
-packetLen(0x0802, 90) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 90)
#elif PACKETVER >= 20120120
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20120103
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#endif
// Packet: 0x0803
-packetLen(0x0803, 4) // ZC_PARTY_BOOKING_ACK_REGISTER
+packetLen(0x0803, 4)
// Packet: 0x0804
-packetLen(0x0804, 14) // CZ_PARTY_BOOKING_REQ_SEARCH
+packetLen(0x0804, 14)
// Packet: 0x0805
-packetLen(0x0805, -1) // ZC_PARTY_BOOKING_ACK_SEARCH
+packetLen(0x0805, -1)
// Packet: 0x0806
-packetLen(0x0806, 2) // CZ_PARTY_BOOKING_REQ_DELETE
+packetLen(0x0806, 2)
// Packet: 0x0807
-packetLen(0x0807, 4) // ZC_PARTY_BOOKING_ACK_DELETE
+packetLen(0x0807, 4)
// Packet: 0x0808
-packetLen(0x0808, 14) // CZ_PARTY_BOOKING_REQ_UPDATE
+packetLen(0x0808, 14)
// Packet: 0x0809
-packetLen(0x0809, 50) // ZC_PARTY_BOOKING_NOTIFY_INSERT
+packetLen(0x0809, 50)
// Packet: 0x080a
-packetLen(0x080a, 18) // ZC_PARTY_BOOKING_NOTIFY_UPDATE
+packetLen(0x080a, 18)
// Packet: 0x080b
-packetLen(0x080b, 6) // ZC_PARTY_BOOKING_NOTIFY_DELETE
+packetLen(0x080b, 6)
// Packet: 0x080c
-packetLen(0x080c, 2) // CZ_SIMPLE_CASH_BTNSHOW
+packetLen(0x080c, 2)
// Packet: 0x080d
-packetLen(0x080d, 3) // ZC_SIMPLE_CASH_BTNSHOW
+packetLen(0x080d, 3)
// Packet: 0x080e
-packetLen(0x080e, 14) // ZC_NOTIFY_HP_TO_GROUPM_R2
+packetLen(0x080e, 14)
// Packet: 0x080f
-packetLen(0x080f, 20) // ZC_ADD_EXCHANGE_ITEM2
+packetLen(0x080f, 20)
// Packet: 0x0810
-packetLen(0x0810, 3) // ZC_OPEN_BUYING_STORE
+packetLen(0x0810, 3)
// Packet: 0x0811
#if PACKETVER >= 20121227
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20121218
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20121107
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20121031
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20121024
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20121017
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20120925
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20120919
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20120905
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20120830
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20120814
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20120808
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20120724
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20120716
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20120710
-packetLen(0x0811, 6) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 6)
#elif PACKETVER >= 20120626
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20120612
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20120601
-packetLen(0x0811, 12) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 12)
#elif PACKETVER >= 20120523
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20120515
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20120502
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20120424
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20120404
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20120328
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20120307
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20120228
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20120221
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20120214
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20120207
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20120131
-packetLen(0x0811, 8) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 8)
#elif PACKETVER >= 20120120
-packetLen(0x0811, 6) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 6)
#elif PACKETVER >= 20120117
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20120103
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#endif
// Packet: 0x0812
-packetLen(0x0812, 8) // ZC_FAILED_OPEN_BUYING_STORE_TO_BUYER
+packetLen(0x0812, 8)
// Packet: 0x0813
-packetLen(0x0813, -1) // ZC_MYITEMLIST_BUYING_STORE
+packetLen(0x0813, -1)
// Packet: 0x0814
-packetLen(0x0814, 86) // ZC_BUYING_STORE_ENTRY
+packetLen(0x0814, 86)
// Packet: 0x0815
#if PACKETVER >= 20121227
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20121218
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20121212
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20121205
-packetLen(0x0815, 6) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 6)
#elif PACKETVER >= 20121121
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20121114
-packetLen(0x0815, 90) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 90)
#elif PACKETVER >= 20121107
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20121031
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20121024
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20121017
-packetLen(0x0815, 8) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 8)
#elif PACKETVER >= 20121010
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20120925
-packetLen(0x0815, 12) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 12)
#elif PACKETVER >= 20120919
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20120905
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20120830
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20120822
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20120814
-packetLen(0x0815, 6) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 6)
#elif PACKETVER >= 20120808
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20120801
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20120716
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20120710
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20120702
-packetLen(0x0815, 26) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 26)
#elif PACKETVER >= 20120626
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20120612
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20120601
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20120529
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20120515
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20120502
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20120424
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20120404
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20120328
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20120307
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20120228
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20120221
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20120214
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20120207
-packetLen(0x0815, 36) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 36)
#elif PACKETVER >= 20120131
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20120117
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20120103
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#endif
// Packet: 0x0816
-packetLen(0x0816, 6) // ZC_DISAPPEAR_BUYING_STORE_ENTRY
+packetLen(0x0816, 6)
// Packet: 0x0817
#if PACKETVER >= 20121218
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20121212
-packetLen(0x0817, 10) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 10)
#elif PACKETVER >= 20121031
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20121024
-packetLen(0x0817, 7) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 7)
#elif PACKETVER >= 20121017
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20121010
-packetLen(0x0817, 6) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 6)
#elif PACKETVER >= 20120911
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20120905
-packetLen(0x0817, 36) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 36)
#elif PACKETVER >= 20120523
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20120515
-packetLen(0x0817, -1) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, -1)
#elif PACKETVER >= 20120508
-packetLen(0x0817, 4) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 4)
#elif PACKETVER >= 20120502
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20120424
-packetLen(0x0817, 8) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 8)
#elif PACKETVER >= 20120214
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20120207
-packetLen(0x0817, -1) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, -1)
#elif PACKETVER >= 20120103
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#endif
// Packet: 0x0818
-packetLen(0x0818, -1) // ZC_ACK_ITEMLIST_BUYING_STORE
+packetLen(0x0818, -1)
// Packet: 0x0819
#if PACKETVER >= 20121227
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20121218
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20121107
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20121031
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20121024
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20121017
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20121010
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20120925
-packetLen(0x0819, 19) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 19)
#elif PACKETVER >= 20120919
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20120911
-packetLen(0x0819, 8) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 8)
#elif PACKETVER >= 20120905
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20120830
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20120814
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20120808
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20120724
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20120716
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20120702
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20120626
-packetLen(0x0819, 6) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 6)
#elif PACKETVER >= 20120618
-packetLen(0x0819, 36) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 36)
#elif PACKETVER >= 20120612
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20120601
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20120529
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20120515
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20120502
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20120424
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20120404
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20120328
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20120314
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20120228
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20120221
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20120214
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20120131
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20120117
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20120103
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#endif
// Packet: 0x081a
-packetLen(0x081a, 4) // ZC_FAILED_TRADE_BUYING_STORE_TO_BUYER
+packetLen(0x081a, 4)
// Packet: 0x081b
-packetLen(0x081b, 10) // ZC_UPDATE_ITEM_FROM_BUYING_STORE
+packetLen(0x081b, 10)
// Packet: 0x081c
-packetLen(0x081c, 10) // ZC_ITEM_DELETE_BUYING_STORE
+packetLen(0x081c, 10)
// Packet: 0x081d
-packetLen(0x081d, 22) // ZC_EL_INIT
+packetLen(0x081d, 22)
// Packet: 0x081e
-packetLen(0x081e, 8) // ZC_EL_PAR_CHANGE
+packetLen(0x081e, 8)
// Packet: 0x081f
-packetLen(0x081f, -1) // ZC_BROADCAST4
+packetLen(0x081f, -1)
// Packet: 0x0820
-packetLen(0x0820, 11) // ZC_COSTUME_SPRITE_CHANGE
+packetLen(0x0820, 11)
// Packet: 0x0821
-packetLen(0x0821, 2) // AC_OTP_USER
+packetLen(0x0821, 2)
// Packet: 0x0822
-packetLen(0x0822, 9) // CA_OTP_AUTH_REQ
+packetLen(0x0822, 9)
// Packet: 0x0823
-packetLen(0x0823, -1) // AC_OTP_AUTH_ACK
+packetLen(0x0823, -1)
// Packet: 0x0824
-packetLen(0x0824, 6) // ZC_FAILED_TRADE_BUYING_STORE_TO_SELLER
+packetLen(0x0824, 6)
// Packet: 0x0825
-packetLen(0x0825, -1) // CA_SSO_LOGIN_REQ
+packetLen(0x0825, -1)
// Packet: 0x0827
-packetLen(0x0827, 6) // CH_DELETE_CHAR3_RESERVED
+packetLen(0x0827, 6)
// Packet: 0x0828
-packetLen(0x0828, 14) // HC_DELETE_CHAR3_RESERVED
+packetLen(0x0828, 14)
// Packet: 0x0829
-packetLen(0x0829, 12) // CH_DELETE_CHAR3
+packetLen(0x0829, 12)
// Packet: 0x082a
-packetLen(0x082a, 10) // HC_DELETE_CHAR3
+packetLen(0x082a, 10)
// Packet: 0x082b
-packetLen(0x082b, 6) // CH_DELETE_CHAR3_CANCEL
+packetLen(0x082b, 6)
// Packet: 0x082c
-packetLen(0x082c, 10) // HC_DELETE_CHAR3_CANCEL
+packetLen(0x082c, 10)
// Packet: 0x082d
-packetLen(0x082d, -1) // HC_ACCEPT_ENTER2
+packetLen(0x082d, -1)
// Packet: 0x0835
#if PACKETVER >= 20121010
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20120925
-packetLen(0x0835, 90) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 90)
#elif PACKETVER >= 20120905
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20120830
-packetLen(0x0835, 8) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 8)
#elif PACKETVER >= 20120801
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20120724
-packetLen(0x0835, 26) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 26)
#elif PACKETVER >= 20120103
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#endif
// Packet: 0x0836
-packetLen(0x0836, -1) // ZC_SEARCH_STORE_INFO_ACK
+packetLen(0x0836, -1)
// Packet: 0x0837
-packetLen(0x0837, 3) // ZC_SEARCH_STORE_INFO_FAILED
+packetLen(0x0837, 3)
// Packet: 0x0838
#if PACKETVER >= 20121227
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20121218
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20121121
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20121114
-packetLen(0x0838, 26) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 26)
#elif PACKETVER >= 20121107
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20121031
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20121024
-packetLen(0x0838, 18) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 18)
#elif PACKETVER >= 20121017
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20121010
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20120925
-packetLen(0x0838, 6) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 6)
#elif PACKETVER >= 20120919
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20120905
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20120830
-packetLen(0x0838, 5) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 5)
#elif PACKETVER >= 20120814
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20120808
-packetLen(0x0838, 26) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 26)
#elif PACKETVER >= 20120724
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20120716
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20120702
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20120626
-packetLen(0x0838, -1) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, -1)
#elif PACKETVER >= 20120612
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20120601
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20120529
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20120515
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20120502
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20120424
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20120404
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20120328
-packetLen(0x0838, 8) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 8)
#elif PACKETVER >= 20120307
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20120228
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20120221
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20120214
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20120207
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20120131
-packetLen(0x0838, 5) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 5)
#elif PACKETVER >= 20120120
-packetLen(0x0838, 26) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 26)
#elif PACKETVER >= 20120117
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20120110
-packetLen(0x0838, 5) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 5)
#elif PACKETVER >= 20120103
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#endif
// Packet: 0x0839
-packetLen(0x0839, 66) // ZC_ACK_BAN_GUILD_SSO
+packetLen(0x0839, 66)
// Packet: 0x083a
-packetLen(0x083a, 5) // ZC_OPEN_SEARCH_STORE_INFO
+packetLen(0x083a, 5)
// Packet: 0x083b
-packetLen(0x083b, 2) // CZ_CLOSE_SEARCH_STORE_INFO
+packetLen(0x083b, 2)
// Packet: 0x083c
#if PACKETVER >= 20121227
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20121218
-packetLen(0x083c, 6) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 6)
#elif PACKETVER >= 20121107
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20121031
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20121024
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20121017
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20120925
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20120919
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20120905
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20120830
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20120814
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20120808
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20120724
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20120716
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20120626
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20120612
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20120601
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20120529
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20120515
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20120502
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20120424
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20120404
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20120328
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20120314
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20120228
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20120221
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20120214
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20120131
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20120117
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20120103
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#endif
// Packet: 0x083d
-packetLen(0x083d, 6) // ZC_SSILIST_ITEM_CLICK_ACK
+packetLen(0x083d, 6)
// Packet: 0x083e
-packetLen(0x083e, 26) // AC_REFUSE_LOGIN2
+packetLen(0x083e, 26)
// Packet: 0x0840
-packetLen(0x0840, -1) // HC_NOTIFY_ACCESSIBLE_MAPNAME
+packetLen(0x0840, -1)
// Packet: 0x0841
-packetLen(0x0841, 4) // CH_SELECT_ACCESSIBLE_MAPNAME
+packetLen(0x0841, 4)
// Packet: 0x0842
-packetLen(0x0842, 6) // CZ_RECALL_SSO
+packetLen(0x0842, 6)
// Packet: 0x0843
-packetLen(0x0843, 6) // CZ_REMOVE_AID_SSO
+packetLen(0x0843, 6)
// Packet: 0x0844
-packetLen(0x0844, 2) // CZ_SE_CASHSHOP_OPEN
+packetLen(0x0844, 2)
// Packet: 0x0845
-packetLen(0x0845, 10) // ZC_SE_CASHSHOP_OPEN
+packetLen(0x0845, 10)
// Packet: 0x0846
-packetLen(0x0846, 4) // CZ_REQ_SE_CASH_TAB_CODE
+packetLen(0x0846, 4)
// Packet: 0x0847
-packetLen(0x0847, -1) // ZC_ACK_SE_CASH_ITEM_LIST
+packetLen(0x0847, -1)
// Packet: 0x0848
-packetLen(0x0848, -1) // CZ_SE_PC_BUY_CASHITEM_LIST
+packetLen(0x0848, -1)
// Packet: 0x0849
-packetLen(0x0849, 16) // ZC_SE_PC_BUY_CASHITEM_RESULT
+packetLen(0x0849, 16)
// Packet: 0x084a
-packetLen(0x084a, 2) // CZ_SE_CASHSHOP_CLOSE
+packetLen(0x084a, 2)
// Packet: 0x084b
-packetLen(0x084b, 19) // ZC_ITEM_FALL_ENTRY4
+packetLen(0x084b, 19)
// Packet: 0x084c
-packetLen(0x084c, 10) // CZ_MACRO_USE_SKILL
+packetLen(0x084c, 10)
// Packet: 0x084d
-packetLen(0x084d, 10) // CZ_MACRO_USE_SKILL_TOGROUND
+packetLen(0x084d, 10)
// Packet: 0x084e
-packetLen(0x084e, 5) // CZ_MACRO_REQUEST_MOVE
+packetLen(0x084e, 5)
// Packet: 0x084f
-packetLen(0x084f, 6) // CZ_MACRO_ITEM_PICKUP
+packetLen(0x084f, 6)
// Packet: 0x0850
-packetLen(0x0850, 7) // CZ_MACRO_REQUEST_ACT
+packetLen(0x0850, 7)
// Packet: 0x0851
-packetLen(0x0851, -1) // ZC_GPK_DYNCODE
+packetLen(0x0851, -1)
// Packet: 0x0852
-packetLen(0x0852, 2) // CZ_GPK_DYNCODE_RELOAD
+packetLen(0x0852, 2)
// Packet: 0x0853
-packetLen(0x0853, -1) // ZC_GPK_AUTH
+packetLen(0x0853, -1)
// Packet: 0x0854
-packetLen(0x0854, -1) // CZ_GPK_AUTH
+packetLen(0x0854, -1)
// Packet: 0x0855
-packetLen(0x0855, 6) // ZC_MACRO_ITEMPICKUP_FAIL
+packetLen(0x0855, 6)
// Packet: 0x0856
-packetLen(0x0856, -1) // ZC_NOTIFY_MOVEENTRY8
+packetLen(0x0856, -1)
// Packet: 0x0857
-packetLen(0x0857, -1) // ZC_NOTIFY_STANDENTRY7
+packetLen(0x0857, -1)
// Packet: 0x0858
-packetLen(0x0858, -1) // ZC_NOTIFY_NEWENTRY6
+packetLen(0x0858, -1)
// Packet: 0x0859
-packetLen(0x0859, -1) // ZC_EQUIPWIN_MICROSCOPE2
+packetLen(0x0859, -1)
// Packet: 0x085a
#if PACKETVER >= 20121107
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20121031
-packetLen(0x085a, 26) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 26)
#elif PACKETVER >= 20121024
-packetLen(0x085a, 8) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 8)
#elif PACKETVER >= 20120830
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20120822
-packetLen(0x085a, 5) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 5)
#elif PACKETVER >= 20120710
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20120702
-packetLen(0x085a, 7) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 7)
#elif PACKETVER >= 20120523
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20120515
-packetLen(0x085a, 8) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 8)
#elif PACKETVER >= 20120307
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20120228
-packetLen(0x085a, 8) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 8)
#elif PACKETVER >= 20120221
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20120214
-packetLen(0x085a, 12) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 12)
#elif PACKETVER >= 20120103
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#endif
// Packet: 0x085b
#if PACKETVER >= 20120716
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
#elif PACKETVER >= 20120710
-packetLen(0x085b, 10) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 10)
#elif PACKETVER >= 20120410
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
#elif PACKETVER >= 20120404
-packetLen(0x085b, 4) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 4)
#elif PACKETVER >= 20120103
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
#endif
// Packet: 0x085c
#if PACKETVER >= 20121218
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
#elif PACKETVER >= 20121212
-packetLen(0x085c, 7) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 7)
#elif PACKETVER >= 20121114
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
#elif PACKETVER >= 20121107
-packetLen(0x085c, -1) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, -1)
#elif PACKETVER >= 20120830
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
#elif PACKETVER >= 20120822
-packetLen(0x085c, -1) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, -1)
#elif PACKETVER >= 20120103
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
#endif
// Packet: 0x085d
#if PACKETVER >= 20121010
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
#elif PACKETVER >= 20120925
-packetLen(0x085d, 5) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 5)
#elif PACKETVER >= 20120911
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
#elif PACKETVER >= 20120905
-packetLen(0x085d, 10) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 10)
#elif PACKETVER >= 20120830
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
#elif PACKETVER >= 20120822
-packetLen(0x085d, 10) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 10)
#elif PACKETVER >= 20120808
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
#elif PACKETVER >= 20120801
-packetLen(0x085d, 6) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 6)
#elif PACKETVER >= 20120103
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
#endif
// Packet: 0x085e
#if PACKETVER >= 20120822
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#elif PACKETVER >= 20120814
-packetLen(0x085e, 8) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 8)
#elif PACKETVER >= 20120103
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#endif
// Packet: 0x085f
#if PACKETVER >= 20120814
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#elif PACKETVER >= 20120808
-packetLen(0x085f, 36) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 36)
#elif PACKETVER >= 20120702
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#elif PACKETVER >= 20120626
-packetLen(0x085f, 5) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 5)
#elif PACKETVER >= 20120612
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#elif PACKETVER >= 20120601
-packetLen(0x085f, 6) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 6)
#elif PACKETVER >= 20120529
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#elif PACKETVER >= 20120523
-packetLen(0x085f, 5) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 5)
#elif PACKETVER >= 20120103
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#endif
// Packet: 0x0860
#if PACKETVER >= 20121227
-packetLen(0x0860, -1) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, -1)
#elif PACKETVER >= 20120529
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#elif PACKETVER >= 20120523
-packetLen(0x0860, 36) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 36)
#elif PACKETVER >= 20120103
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#endif
// Packet: 0x0861
#if PACKETVER >= 20121205
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#elif PACKETVER >= 20121128
-packetLen(0x0861, 18) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 18)
#elif PACKETVER >= 20121114
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#elif PACKETVER >= 20121107
-packetLen(0x0861, 6) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 6)
#elif PACKETVER >= 20120905
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#elif PACKETVER >= 20120830
-packetLen(0x0861, 19) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 19)
#elif PACKETVER >= 20120822
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#elif PACKETVER >= 20120814
-packetLen(0x0861, 6) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 6)
#elif PACKETVER >= 20120710
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#elif PACKETVER >= 20120702
-packetLen(0x0861, 8) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 8)
#elif PACKETVER >= 20120612
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#elif PACKETVER >= 20120601
-packetLen(0x0861, 18) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 18)
#elif PACKETVER >= 20120529
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#elif PACKETVER >= 20120523
-packetLen(0x0861, 18) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 18)
#elif PACKETVER >= 20120404
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#elif PACKETVER >= 20120328
-packetLen(0x0861, -1) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, -1)
#elif PACKETVER >= 20120314
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#elif PACKETVER >= 20120307
-packetLen(0x0861, 36) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 36)
#elif PACKETVER >= 20120103
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#endif
// Packet: 0x0862
#if PACKETVER >= 20121121
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#elif PACKETVER >= 20121114
-packetLen(0x0862, -1) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, -1)
#elif PACKETVER >= 20120822
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#elif PACKETVER >= 20120814
-packetLen(0x0862, 6) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 6)
#elif PACKETVER >= 20120710
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#elif PACKETVER >= 20120702
-packetLen(0x0862, 10) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 10)
#elif PACKETVER >= 20120103
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#endif
// Packet: 0x0863
#if PACKETVER >= 20121212
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20121205
-packetLen(0x0863, 6) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 6)
#elif PACKETVER >= 20121128
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20121121
-packetLen(0x0863, -1) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, -1)
#elif PACKETVER >= 20120710
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20120702
-packetLen(0x0863, 10) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 10)
#elif PACKETVER >= 20120612
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20120601
-packetLen(0x0863, 6) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 6)
#elif PACKETVER >= 20120502
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20120424
-packetLen(0x0863, 26) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 26)
#elif PACKETVER >= 20120314
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20120307
-packetLen(0x0863, 5) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 5)
#elif PACKETVER >= 20120228
-packetLen(0x0863, 12) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 12)
#elif PACKETVER >= 20120103
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#endif
// Packet: 0x0864
#if PACKETVER >= 20121212
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#elif PACKETVER >= 20121205
-packetLen(0x0864, 18) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 18)
#elif PACKETVER >= 20120410
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#elif PACKETVER >= 20120404
-packetLen(0x0864, 18) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 18)
#elif PACKETVER >= 20120320
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#elif PACKETVER >= 20120314
-packetLen(0x0864, 5) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 5)
#elif PACKETVER >= 20120103
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#endif
// Packet: 0x0865
#if PACKETVER >= 20121114
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#elif PACKETVER >= 20121107
-packetLen(0x0865, 19) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 19)
#elif PACKETVER >= 20120822
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#elif PACKETVER >= 20120814
-packetLen(0x0865, 8) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 8)
#elif PACKETVER >= 20120404
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#elif PACKETVER >= 20120328
-packetLen(0x0865, 5) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 5)
#elif PACKETVER >= 20120314
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#elif PACKETVER >= 20120307
-packetLen(0x0865, 6) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 6)
#elif PACKETVER >= 20120103
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#endif
// Packet: 0x0866
#if PACKETVER >= 20120801
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
#elif PACKETVER >= 20120724
-packetLen(0x0866, 4) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 4)
#elif PACKETVER >= 20120702
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
#elif PACKETVER >= 20120626
-packetLen(0x0866, -1) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, -1)
#elif PACKETVER >= 20120529
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
#elif PACKETVER >= 20120523
-packetLen(0x0866, 8) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 8)
#elif PACKETVER >= 20120404
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
#elif PACKETVER >= 20120328
-packetLen(0x0866, 5) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 5)
#elif PACKETVER >= 20120103
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
#endif
// Packet: 0x0867
#if PACKETVER >= 20121227
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#elif PACKETVER >= 20121218
-packetLen(0x0867, 5) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 5)
#elif PACKETVER >= 20121205
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#elif PACKETVER >= 20121128
-packetLen(0x0867, 6) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 6)
#elif PACKETVER >= 20120710
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#elif PACKETVER >= 20120702
-packetLen(0x0867, -1) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, -1)
#elif PACKETVER >= 20120515
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#elif PACKETVER >= 20120508
-packetLen(0x0867, 5) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 5)
#elif PACKETVER >= 20120103
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#endif
// Packet: 0x0868
#if PACKETVER >= 20121031
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#elif PACKETVER >= 20121024
-packetLen(0x0868, -1) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, -1)
#elif PACKETVER >= 20121017
-packetLen(0x0868, 8) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 8)
#elif PACKETVER >= 20120919
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#elif PACKETVER >= 20120911
-packetLen(0x0868, 6) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 6)
#elif PACKETVER >= 20120822
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#elif PACKETVER >= 20120814
-packetLen(0x0868, 7) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 7)
#elif PACKETVER >= 20120702
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#elif PACKETVER >= 20120626
-packetLen(0x0868, 5) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 5)
#elif PACKETVER >= 20120515
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#elif PACKETVER >= 20120508
-packetLen(0x0868, 5) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 5)
#elif PACKETVER >= 20120103
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#endif
// Packet: 0x0869
#if PACKETVER >= 20121017
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#elif PACKETVER >= 20121010
-packetLen(0x0869, 6) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 6)
#elif PACKETVER >= 20120925
-packetLen(0x0869, 8) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 8)
#elif PACKETVER >= 20120702
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#elif PACKETVER >= 20120626
-packetLen(0x0869, 10) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 10)
#elif PACKETVER >= 20120612
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#elif PACKETVER >= 20120601
-packetLen(0x0869, 10) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 10)
#elif PACKETVER >= 20120529
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#elif PACKETVER >= 20120523
-packetLen(0x0869, 19) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 19)
#elif PACKETVER >= 20120515
-packetLen(0x0869, 8) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 8)
#elif PACKETVER >= 20120221
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#elif PACKETVER >= 20120214
-packetLen(0x0869, 6) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 6)
#elif PACKETVER >= 20120103
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#endif
// Packet: 0x086a
#if PACKETVER >= 20121128
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#elif PACKETVER >= 20121121
-packetLen(0x086a, 90) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 90)
#elif PACKETVER >= 20120808
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#elif PACKETVER >= 20120801
-packetLen(0x086a, -1) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, -1)
#elif PACKETVER >= 20120601
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#elif PACKETVER >= 20120529
-packetLen(0x086a, 36) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 36)
#elif PACKETVER >= 20120523
-packetLen(0x086a, -1) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, -1)
#elif PACKETVER >= 20120410
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#elif PACKETVER >= 20120404
-packetLen(0x086a, 5) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 5)
#elif PACKETVER >= 20120314
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#elif PACKETVER >= 20120307
-packetLen(0x086a, 19) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 19)
#elif PACKETVER >= 20120221
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#elif PACKETVER >= 20120214
-packetLen(0x086a, 26) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 26)
#elif PACKETVER >= 20120103
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#endif
// Packet: 0x086b
#if PACKETVER >= 20121024
-packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 2)
#elif PACKETVER >= 20121017
-packetLen(0x086b, 6) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 6)
#elif PACKETVER >= 20120830
-packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 2)
#elif PACKETVER >= 20120822
-packetLen(0x086b, 6) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 6)
#elif PACKETVER >= 20120808
-packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 2)
#elif PACKETVER >= 20120801
-packetLen(0x086b, 6) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 6)
#elif PACKETVER >= 20120103
-packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 2)
#endif
// Packet: 0x086c
#if PACKETVER >= 20121212
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#elif PACKETVER >= 20121205
-packetLen(0x086c, -1) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, -1)
#elif PACKETVER >= 20121128
-packetLen(0x086c, 10) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 10)
#elif PACKETVER >= 20121121
-packetLen(0x086c, -1) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, -1)
#elif PACKETVER >= 20121114
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#elif PACKETVER >= 20121107
-packetLen(0x086c, 5) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 5)
#elif PACKETVER >= 20121017
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#elif PACKETVER >= 20121010
-packetLen(0x086c, 8) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 8)
#elif PACKETVER >= 20120417
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#elif PACKETVER >= 20120410
-packetLen(0x086c, 8) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 8)
#elif PACKETVER >= 20120103
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#endif
// Packet: 0x086d
#if PACKETVER >= 20121128
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#elif PACKETVER >= 20121121
-packetLen(0x086d, 6) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 6)
#elif PACKETVER >= 20121114
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#elif PACKETVER >= 20121107
-packetLen(0x086d, 6) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 6)
#elif PACKETVER >= 20120702
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#elif PACKETVER >= 20120626
-packetLen(0x086d, 18) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 18)
#elif PACKETVER >= 20120612
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#elif PACKETVER >= 20120601
-packetLen(0x086d, 5) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 5)
#elif PACKETVER >= 20120103
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#endif
// Packet: 0x086e
#if PACKETVER >= 20121205
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
#elif PACKETVER >= 20121128
-packetLen(0x086e, 4) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 4)
#elif PACKETVER >= 20120830
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
#elif PACKETVER >= 20120822
-packetLen(0x086e, 5) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 5)
#elif PACKETVER >= 20120221
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
#elif PACKETVER >= 20120214
-packetLen(0x086e, 6) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 6)
#elif PACKETVER >= 20120103
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
#endif
// Packet: 0x086f
#if PACKETVER >= 20121128
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#elif PACKETVER >= 20121121
-packetLen(0x086f, 8) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 8)
#elif PACKETVER >= 20120919
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#elif PACKETVER >= 20120911
-packetLen(0x086f, 5) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 5)
#elif PACKETVER >= 20120905
-packetLen(0x086f, 6) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 6)
#elif PACKETVER >= 20120822
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#elif PACKETVER >= 20120814
-packetLen(0x086f, 36) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 36)
#elif PACKETVER >= 20120702
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#elif PACKETVER >= 20120626
-packetLen(0x086f, 26) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 26)
#elif PACKETVER >= 20120612
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#elif PACKETVER >= 20120601
-packetLen(0x086f, 5) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 5)
#elif PACKETVER >= 20120328
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#elif PACKETVER >= 20120320
-packetLen(0x086f, 5) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 5)
#elif PACKETVER >= 20120103
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#endif
// Packet: 0x0870
#if PACKETVER >= 20121227
-packetLen(0x0870, 12) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 12)
#elif PACKETVER >= 20121212
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#elif PACKETVER >= 20121205
-packetLen(0x0870, -1) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, -1)
#elif PACKETVER >= 20120314
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#elif PACKETVER >= 20120307
-packetLen(0x0870, -1) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, -1)
#elif PACKETVER >= 20120228
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#elif PACKETVER >= 20120221
-packetLen(0x0870, 6) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 6)
#elif PACKETVER >= 20120103
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#endif
// Packet: 0x0871
#if PACKETVER >= 20121107
-packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 2)
#elif PACKETVER >= 20121031
-packetLen(0x0871, 5) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 5)
#elif PACKETVER >= 20120702
-packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 2)
#elif PACKETVER >= 20120626
-packetLen(0x0871, 6) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 6)
#elif PACKETVER >= 20120612
-packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 2)
#elif PACKETVER >= 20120601
-packetLen(0x0871, 36) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 36)
#elif PACKETVER >= 20120502
-packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 2)
#elif PACKETVER >= 20120424
-packetLen(0x0871, 10) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 10)
#elif PACKETVER >= 20120417
-packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 2)
#elif PACKETVER >= 20120410
-packetLen(0x0871, 5) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 5)
#elif PACKETVER >= 20120307
-packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 2)
#elif PACKETVER >= 20120228
-packetLen(0x0871, 10) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 10)
#elif PACKETVER >= 20120103
-packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 2)
#endif
// Packet: 0x0872
@@ -4621,3877 +4621,3877 @@ packetLen(0x0872, 2)
// Packet: 0x0873
#if PACKETVER >= 20121114
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#elif PACKETVER >= 20121107
-packetLen(0x0873, 8) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 8)
#elif PACKETVER >= 20121010
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#elif PACKETVER >= 20120925
-packetLen(0x0873, -1) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, -1)
#elif PACKETVER >= 20120808
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#elif PACKETVER >= 20120801
-packetLen(0x0873, 10) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 10)
#elif PACKETVER >= 20120417
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#elif PACKETVER >= 20120410
-packetLen(0x0873, 4) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 4)
#elif PACKETVER >= 20120103
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#endif
// Packet: 0x0874
#if PACKETVER >= 20121017
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#elif PACKETVER >= 20121010
-packetLen(0x0874, 8) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 8)
#elif PACKETVER >= 20120702
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#elif PACKETVER >= 20120626
-packetLen(0x0874, 5) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 5)
#elif PACKETVER >= 20120502
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#elif PACKETVER >= 20120424
-packetLen(0x0874, 90) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 90)
#elif PACKETVER >= 20120404
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#elif PACKETVER >= 20120328
-packetLen(0x0874, 12) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 12)
#elif PACKETVER >= 20120103
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#endif
// Packet: 0x0875
#if PACKETVER >= 20121212
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20121205
-packetLen(0x0875, -1) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, -1)
#elif PACKETVER >= 20121128
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20121121
-packetLen(0x0875, 8) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 8)
#elif PACKETVER >= 20121031
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20121024
-packetLen(0x0875, 4) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 4)
#elif PACKETVER >= 20120822
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20120814
-packetLen(0x0875, 5) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 5)
#elif PACKETVER >= 20120808
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20120801
-packetLen(0x0875, 6) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 6)
#elif PACKETVER >= 20120702
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20120626
-packetLen(0x0875, 8) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 8)
#elif PACKETVER >= 20120404
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20120328
-packetLen(0x0875, 4) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 4)
#elif PACKETVER >= 20120307
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20120228
-packetLen(0x0875, -1) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, -1)
#elif PACKETVER >= 20120103
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#endif
// Packet: 0x0876
#if PACKETVER >= 20121121
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
#elif PACKETVER >= 20121114
-packetLen(0x0876, 6) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 6)
#elif PACKETVER >= 20120919
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
#elif PACKETVER >= 20120905
-packetLen(0x0876, 5) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 5)
#elif PACKETVER >= 20120404
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
#elif PACKETVER >= 20120328
-packetLen(0x0876, 36) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 36)
#elif PACKETVER >= 20120103
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
#endif
// Packet: 0x0877
#if PACKETVER >= 20121218
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#elif PACKETVER >= 20121212
-packetLen(0x0877, 6) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 6)
#elif PACKETVER >= 20121107
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#elif PACKETVER >= 20121031
-packetLen(0x0877, 19) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 19)
#elif PACKETVER >= 20120919
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#elif PACKETVER >= 20120911
-packetLen(0x0877, 26) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 26)
#elif PACKETVER >= 20120905
-packetLen(0x0877, -1) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, -1)
#elif PACKETVER >= 20120801
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#elif PACKETVER >= 20120724
-packetLen(0x0877, -1) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, -1)
#elif PACKETVER >= 20120716
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#elif PACKETVER >= 20120702
-packetLen(0x0877, 6) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 6)
#elif PACKETVER >= 20120103
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#endif
// Packet: 0x0878
#if PACKETVER >= 20121212
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#elif PACKETVER >= 20121205
-packetLen(0x0878, 90) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 90)
#elif PACKETVER >= 20121114
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#elif PACKETVER >= 20121107
-packetLen(0x0878, 26) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 26)
#elif PACKETVER >= 20120911
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#elif PACKETVER >= 20120905
-packetLen(0x0878, 5) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 5)
#elif PACKETVER >= 20120716
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#elif PACKETVER >= 20120710
-packetLen(0x0878, -1) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, -1)
#elif PACKETVER >= 20120702
-packetLen(0x0878, 12) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 12)
#elif PACKETVER >= 20120103
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#endif
// Packet: 0x0879
#if PACKETVER >= 20121121
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
#elif PACKETVER >= 20121114
-packetLen(0x0879, 6) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 6)
#elif PACKETVER >= 20120919
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
#elif PACKETVER >= 20120911
-packetLen(0x0879, 6) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 6)
#elif PACKETVER >= 20120710
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
#elif PACKETVER >= 20120702
-packetLen(0x0879, 18) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 18)
#elif PACKETVER >= 20120103
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
#endif
// Packet: 0x087a
#if PACKETVER >= 20121227
-packetLen(0x087a, 7) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 7)
#elif PACKETVER >= 20121218
-packetLen(0x087a, 5) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 5)
#elif PACKETVER >= 20121031
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
#elif PACKETVER >= 20121024
-packetLen(0x087a, 8) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 8)
#elif PACKETVER >= 20121010
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
#elif PACKETVER >= 20120925
-packetLen(0x087a, 6) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 6)
#elif PACKETVER >= 20120919
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
#elif PACKETVER >= 20120911
-packetLen(0x087a, 8) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 8)
#elif PACKETVER >= 20120905
-packetLen(0x087a, 10) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 10)
#elif PACKETVER >= 20120103
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
#endif
// Packet: 0x087b
#if PACKETVER >= 20121227
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#elif PACKETVER >= 20121218
-packetLen(0x087b, 26) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 26)
#elif PACKETVER >= 20121031
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#elif PACKETVER >= 20121024
-packetLen(0x087b, -1) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, -1)
#elif PACKETVER >= 20120911
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#elif PACKETVER >= 20120905
-packetLen(0x087b, 6) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 6)
#elif PACKETVER >= 20120529
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#elif PACKETVER >= 20120523
-packetLen(0x087b, 6) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 6)
#elif PACKETVER >= 20120103
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#endif
// Packet: 0x087c
#if PACKETVER >= 20120830
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
#elif PACKETVER >= 20120822
-packetLen(0x087c, 90) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 90)
#elif PACKETVER >= 20120801
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
#elif PACKETVER >= 20120724
-packetLen(0x087c, 18) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 18)
#elif PACKETVER >= 20120601
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
#elif PACKETVER >= 20120529
-packetLen(0x087c, 26) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 26)
#elif PACKETVER >= 20120523
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
#elif PACKETVER >= 20120515
-packetLen(0x087c, 5) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 5)
#elif PACKETVER >= 20120328
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
#elif PACKETVER >= 20120320
-packetLen(0x087c, 36) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 36)
#elif PACKETVER >= 20120103
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
#endif
// Packet: 0x087d
#if PACKETVER >= 20121218
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#elif PACKETVER >= 20121212
-packetLen(0x087d, 10) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 10)
#elif PACKETVER >= 20121017
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#elif PACKETVER >= 20121010
-packetLen(0x087d, 90) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 90)
#elif PACKETVER >= 20120830
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#elif PACKETVER >= 20120822
-packetLen(0x087d, 6) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 6)
#elif PACKETVER >= 20120612
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#elif PACKETVER >= 20120601
-packetLen(0x087d, 6) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 6)
#elif PACKETVER >= 20120523
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#elif PACKETVER >= 20120515
-packetLen(0x087d, 6) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 6)
#elif PACKETVER >= 20120103
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#endif
// Packet: 0x087e
#if PACKETVER >= 20121031
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#elif PACKETVER >= 20121024
-packetLen(0x087e, 10) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 10)
#elif PACKETVER >= 20121010
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#elif PACKETVER >= 20120925
-packetLen(0x087e, 26) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 26)
#elif PACKETVER >= 20120911
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#elif PACKETVER >= 20120905
-packetLen(0x087e, 8) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 8)
#elif PACKETVER >= 20120529
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#elif PACKETVER >= 20120523
-packetLen(0x087e, 5) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 5)
#elif PACKETVER >= 20120515
-packetLen(0x087e, 12) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 12)
#elif PACKETVER >= 20120103
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#endif
// Packet: 0x087f
#if PACKETVER >= 20121218
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#elif PACKETVER >= 20121212
-packetLen(0x087f, 12) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 12)
#elif PACKETVER >= 20121114
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#elif PACKETVER >= 20121107
-packetLen(0x087f, 5) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 5)
#elif PACKETVER >= 20120822
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#elif PACKETVER >= 20120814
-packetLen(0x087f, 26) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 26)
#elif PACKETVER >= 20120716
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#elif PACKETVER >= 20120710
-packetLen(0x087f, 5) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 5)
#elif PACKETVER >= 20120529
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#elif PACKETVER >= 20120523
-packetLen(0x087f, 6) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 6)
#elif PACKETVER >= 20120103
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#endif
// Packet: 0x0880
#if PACKETVER >= 20121128
-packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 2)
#elif PACKETVER >= 20121121
-packetLen(0x0880, 5) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 5)
#elif PACKETVER >= 20120103
-packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 2)
#endif
// Packet: 0x0881
#if PACKETVER >= 20120702
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#elif PACKETVER >= 20120626
-packetLen(0x0881, 6) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 6)
#elif PACKETVER >= 20120221
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#elif PACKETVER >= 20120214
-packetLen(0x0881, 10) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 10)
#elif PACKETVER >= 20120103
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#endif
// Packet: 0x0882
#if PACKETVER >= 20121031
-packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 2)
#elif PACKETVER >= 20121024
-packetLen(0x0882, 36) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 36)
#elif PACKETVER >= 20120822
-packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 2)
#elif PACKETVER >= 20120814
-packetLen(0x0882, 18) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 18)
#elif PACKETVER >= 20120515
-packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 2)
#elif PACKETVER >= 20120508
-packetLen(0x0882, 8) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 8)
#elif PACKETVER >= 20120103
-packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 2)
#endif
// Packet: 0x0883
#if PACKETVER >= 20121017
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#elif PACKETVER >= 20121010
-packetLen(0x0883, 5) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 5)
#elif PACKETVER >= 20120710
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#elif PACKETVER >= 20120702
-packetLen(0x0883, -1) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, -1)
#elif PACKETVER >= 20120404
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#elif PACKETVER >= 20120328
-packetLen(0x0883, 90) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 90)
#elif PACKETVER >= 20120307
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#elif PACKETVER >= 20120228
-packetLen(0x0883, 6) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 6)
#elif PACKETVER >= 20120103
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#endif
// Packet: 0x0884
#if PACKETVER >= 20120515
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20120508
-packetLen(0x0884, 36) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 36)
#elif PACKETVER >= 20120417
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20120410
-packetLen(0x0884, 6) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 6)
#elif PACKETVER >= 20120314
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20120307
-packetLen(0x0884, -1) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, -1)
#elif PACKETVER >= 20120103
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#endif
// Packet: 0x0885
#if PACKETVER >= 20120830
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20120822
-packetLen(0x0885, 4) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 4)
#elif PACKETVER >= 20120612
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20120601
-packetLen(0x0885, 26) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 26)
#elif PACKETVER >= 20120515
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20120508
-packetLen(0x0885, 6) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 6)
#elif PACKETVER >= 20120417
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20120410
-packetLen(0x0885, 5) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 5)
#elif PACKETVER >= 20120320
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20120314
-packetLen(0x0885, 5) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 5)
#elif PACKETVER >= 20120307
-packetLen(0x0885, 7) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 7)
#elif PACKETVER >= 20120228
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20120221
-packetLen(0x0885, 26) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 26)
#elif PACKETVER >= 20120207
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20120131
-packetLen(0x0885, 26) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 26)
#elif PACKETVER >= 20120120
-packetLen(0x0885, -1) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, -1)
#elif PACKETVER >= 20120117
-packetLen(0x0885, 18) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 18)
#elif PACKETVER >= 20120103
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#endif
// Packet: 0x0886
#if PACKETVER >= 20121218
-packetLen(0x0886, 8) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 8)
#elif PACKETVER >= 20120710
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20120702
-packetLen(0x0886, 6) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 6)
#elif PACKETVER >= 20120502
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20120424
-packetLen(0x0886, 36) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 36)
#elif PACKETVER >= 20120417
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20120404
-packetLen(0x0886, 6) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 6)
#elif PACKETVER >= 20120228
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20120221
-packetLen(0x0886, 8) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 8)
#elif PACKETVER >= 20120120
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20120117
-packetLen(0x0886, 5) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 5)
#elif PACKETVER >= 20120103
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#endif
// Packet: 0x0887
#if PACKETVER >= 20121024
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20121017
-packetLen(0x0887, -1) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, -1)
#elif PACKETVER >= 20121010
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20120925
-packetLen(0x0887, -1) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, -1)
#elif PACKETVER >= 20120911
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20120905
-packetLen(0x0887, 19) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 19)
#elif PACKETVER >= 20120830
-packetLen(0x0887, 10) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 10)
#elif PACKETVER >= 20120801
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20120724
-packetLen(0x0887, 5) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 5)
#elif PACKETVER >= 20120314
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20120307
-packetLen(0x0887, 6) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 6)
#elif PACKETVER >= 20120207
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20120131
-packetLen(0x0887, 6) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 6)
#elif PACKETVER >= 20120120
-packetLen(0x0887, 4) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 4)
#elif PACKETVER >= 20120117
-packetLen(0x0887, 5) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 5)
#elif PACKETVER >= 20120103
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#endif
// Packet: 0x0888
#if PACKETVER >= 20121227
-packetLen(0x0888, 6) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 6)
#elif PACKETVER >= 20121212
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20121205
-packetLen(0x0888, 36) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 36)
#elif PACKETVER >= 20121128
-packetLen(0x0888, 5) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 5)
#elif PACKETVER >= 20121031
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20121024
-packetLen(0x0888, 5) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 5)
#elif PACKETVER >= 20121017
-packetLen(0x0888, 18) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 18)
#elif PACKETVER >= 20121010
-packetLen(0x0888, 4) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 4)
#elif PACKETVER >= 20120905
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20120830
-packetLen(0x0888, 8) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 8)
#elif PACKETVER >= 20120801
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20120724
-packetLen(0x0888, 5) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 5)
#elif PACKETVER >= 20120228
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20120214
-packetLen(0x0888, 6) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 6)
#elif PACKETVER >= 20120207
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20120131
-packetLen(0x0888, 18) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 18)
#elif PACKETVER >= 20120103
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#endif
// Packet: 0x0889
#if PACKETVER >= 20121227
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20121218
-packetLen(0x0889, -1) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, -1)
#elif PACKETVER >= 20121212
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20121205
-packetLen(0x0889, 6) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 6)
#elif PACKETVER >= 20121031
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20121024
-packetLen(0x0889, 6) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 6)
#elif PACKETVER >= 20120710
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20120702
-packetLen(0x0889, 90) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 90)
#elif PACKETVER >= 20120417
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20120410
-packetLen(0x0889, 6) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 6)
#elif PACKETVER >= 20120320
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20120314
-packetLen(0x0889, 7) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 7)
#elif PACKETVER >= 20120307
-packetLen(0x0889, 10) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 10)
#elif PACKETVER >= 20120131
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20120120
-packetLen(0x0889, 36) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 36)
#elif PACKETVER >= 20120117
-packetLen(0x0889, -1) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, -1)
#elif PACKETVER >= 20120103
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#endif
// Packet: 0x088a
#if PACKETVER >= 20121031
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20121024
-packetLen(0x088a, 6) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 6)
#elif PACKETVER >= 20121010
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20120925
-packetLen(0x088a, 26) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 26)
#elif PACKETVER >= 20120919
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20120911
-packetLen(0x088a, 6) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 6)
#elif PACKETVER >= 20120830
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20120822
-packetLen(0x088a, 8) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 8)
#elif PACKETVER >= 20120404
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20120328
-packetLen(0x088a, 8) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 8)
#elif PACKETVER >= 20120307
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20120228
-packetLen(0x088a, 8) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 8)
#elif PACKETVER >= 20120207
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20120131
-packetLen(0x088a, 19) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 19)
#elif PACKETVER >= 20120103
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#endif
// Packet: 0x088b
#if PACKETVER >= 20121212
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20121205
-packetLen(0x088b, 4) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 4)
#elif PACKETVER >= 20121128
-packetLen(0x088b, -1) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, -1)
#elif PACKETVER >= 20120822
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20120814
-packetLen(0x088b, 26) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 26)
#elif PACKETVER >= 20120808
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20120801
-packetLen(0x088b, 5) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 5)
#elif PACKETVER >= 20120221
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20120214
-packetLen(0x088b, 18) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 18)
#elif PACKETVER >= 20120103
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#endif
// Packet: 0x088c
#if PACKETVER >= 20120320
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20120314
-packetLen(0x088c, 4) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 4)
#elif PACKETVER >= 20120221
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20120214
-packetLen(0x088c, 26) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 26)
#elif PACKETVER >= 20120120
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20120117
-packetLen(0x088c, 8) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 8)
#elif PACKETVER >= 20120103
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#endif
// Packet: 0x088d
#if PACKETVER >= 20121010
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20120925
-packetLen(0x088d, 10) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 10)
#elif PACKETVER >= 20120822
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20120814
-packetLen(0x088d, -1) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, -1)
#elif PACKETVER >= 20120716
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20120710
-packetLen(0x088d, 5) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 5)
#elif PACKETVER >= 20120529
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20120523
-packetLen(0x088d, 8) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 8)
#elif PACKETVER >= 20120221
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20120214
-packetLen(0x088d, 6) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 6)
#elif PACKETVER >= 20120207
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20120131
-packetLen(0x088d, -1) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, -1)
#elif PACKETVER >= 20120120
-packetLen(0x088d, 18) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 18)
#elif PACKETVER >= 20120103
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#endif
// Packet: 0x088e
#if PACKETVER >= 20121227
-packetLen(0x088e, 5) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 5)
#elif PACKETVER >= 20120801
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20120724
-packetLen(0x088e, 10) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 10)
#elif PACKETVER >= 20120612
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20120601
-packetLen(0x088e, 6) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 6)
#elif PACKETVER >= 20120502
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20120424
-packetLen(0x088e, 5) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 5)
#elif PACKETVER >= 20120404
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20120328
-packetLen(0x088e, 6) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 6)
#elif PACKETVER >= 20120120
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20120117
-packetLen(0x088e, 8) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 8)
#elif PACKETVER >= 20120103
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#endif
// Packet: 0x088f
#if PACKETVER >= 20121114
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20121107
-packetLen(0x088f, -1) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, -1)
#elif PACKETVER >= 20121017
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20121010
-packetLen(0x088f, 26) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 26)
#elif PACKETVER >= 20120925
-packetLen(0x088f, -1) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, -1)
#elif PACKETVER >= 20120919
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20120911
-packetLen(0x088f, 26) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 26)
#elif PACKETVER >= 20120814
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20120808
-packetLen(0x088f, 5) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 5)
#elif PACKETVER >= 20120508
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20120502
-packetLen(0x088f, 36) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 36)
#elif PACKETVER >= 20120131
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20120120
-packetLen(0x088f, 5) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 5)
#elif PACKETVER >= 20120117
-packetLen(0x088f, 10) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 10)
#elif PACKETVER >= 20120103
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#endif
// Packet: 0x0890
#if PACKETVER >= 20121227
-packetLen(0x0890, 10) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 10)
#elif PACKETVER >= 20121218
-packetLen(0x0890, 8) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 8)
#elif PACKETVER >= 20121114
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20121107
-packetLen(0x0890, 10) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 10)
#elif PACKETVER >= 20120905
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20120830
-packetLen(0x0890, 4) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 4)
#elif PACKETVER >= 20120808
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20120801
-packetLen(0x0890, 7) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 7)
#elif PACKETVER >= 20120529
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20120523
-packetLen(0x0890, -1) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, -1)
#elif PACKETVER >= 20120314
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20120307
-packetLen(0x0890, 5) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 5)
#elif PACKETVER >= 20120221
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20120214
-packetLen(0x0890, 8) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 8)
#elif PACKETVER >= 20120207
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20120131
-packetLen(0x0890, 8) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 8)
#elif PACKETVER >= 20120120
-packetLen(0x0890, 5) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 5)
#elif PACKETVER >= 20120103
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#endif
// Packet: 0x0891
#if PACKETVER >= 20121114
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20121107
-packetLen(0x0891, 8) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 8)
#elif PACKETVER >= 20121017
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20121010
-packetLen(0x0891, 10) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 10)
#elif PACKETVER >= 20120612
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20120601
-packetLen(0x0891, 26) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 26)
#elif PACKETVER >= 20120529
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20120523
-packetLen(0x0891, 6) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 6)
#elif PACKETVER >= 20120515
-packetLen(0x0891, -1) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, -1)
#elif PACKETVER >= 20120417
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20120410
-packetLen(0x0891, 6) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 6)
#elif PACKETVER >= 20120307
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20120228
-packetLen(0x0891, 36) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 36)
#elif PACKETVER >= 20120131
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20120120
-packetLen(0x0891, 8) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 8)
#elif PACKETVER >= 20120117
-packetLen(0x0891, 6) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 6)
#elif PACKETVER >= 20120103
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#endif
// Packet: 0x0892
#if PACKETVER >= 20121128
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20121121
-packetLen(0x0892, -1) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, -1)
#elif PACKETVER >= 20120702
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20120626
-packetLen(0x0892, 36) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 36)
#elif PACKETVER >= 20120120
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20120117
-packetLen(0x0892, -1) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, -1)
#elif PACKETVER >= 20120103
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#endif
// Packet: 0x0893
#if PACKETVER >= 20121218
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20121212
-packetLen(0x0893, 6) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 6)
#elif PACKETVER >= 20120716
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20120710
-packetLen(0x0893, 36) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 36)
#elif PACKETVER >= 20120103
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#endif
// Packet: 0x0894
#if PACKETVER >= 20121227
-packetLen(0x0894, 26) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 26)
#elif PACKETVER >= 20121205
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20121128
-packetLen(0x0894, 8) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 8)
#elif PACKETVER >= 20120404
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20120328
-packetLen(0x0894, -1) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, -1)
#elif PACKETVER >= 20120131
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20120120
-packetLen(0x0894, 10) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 10)
#elif PACKETVER >= 20120103
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#endif
// Packet: 0x0895
#if PACKETVER >= 20121218
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20121212
-packetLen(0x0895, 6) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 6)
#elif PACKETVER >= 20121205
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20121128
-packetLen(0x0895, 6) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 6)
#elif PACKETVER >= 20120911
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20120905
-packetLen(0x0895, 5) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 5)
#elif PACKETVER >= 20120822
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20120814
-packetLen(0x0895, -1) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, -1)
#elif PACKETVER >= 20120808
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20120801
-packetLen(0x0895, 19) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 19)
#elif PACKETVER >= 20120131
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20120120
-packetLen(0x0895, 7) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 7)
#elif PACKETVER >= 20120103
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#endif
// Packet: 0x0896
#if PACKETVER >= 20121227
-packetLen(0x0896, 6) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 6)
#elif PACKETVER >= 20121114
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#elif PACKETVER >= 20121107
-packetLen(0x0896, 6) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 6)
#elif PACKETVER >= 20121017
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#elif PACKETVER >= 20121010
-packetLen(0x0896, -1) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, -1)
#elif PACKETVER >= 20120103
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#endif
// Packet: 0x0897
#if PACKETVER >= 20121024
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20121017
-packetLen(0x0897, 8) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 8)
#elif PACKETVER >= 20120911
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20120905
-packetLen(0x0897, 6) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 6)
#elif PACKETVER >= 20120716
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20120710
-packetLen(0x0897, -1) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, -1)
#elif PACKETVER >= 20120702
-packetLen(0x0897, 26) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 26)
#elif PACKETVER >= 20120612
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20120601
-packetLen(0x0897, 6) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 6)
#elif PACKETVER >= 20120529
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20120523
-packetLen(0x0897, 26) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 26)
#elif PACKETVER >= 20120117
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20120110
-packetLen(0x0897, 5) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 5)
#elif PACKETVER >= 20120103
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#endif
// Packet: 0x0898
#if PACKETVER >= 20121121
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20121114
-packetLen(0x0898, 7) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 7)
#elif PACKETVER >= 20121107
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20121031
-packetLen(0x0898, 36) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 36)
#elif PACKETVER >= 20121017
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20121010
-packetLen(0x0898, 36) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 36)
#elif PACKETVER >= 20120207
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20120131
-packetLen(0x0898, 4) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 4)
#elif PACKETVER >= 20120103
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#endif
// Packet: 0x0899
#if PACKETVER >= 20121128
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20121121
-packetLen(0x0899, 26) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 26)
#elif PACKETVER >= 20121114
-packetLen(0x0899, 5) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 5)
#elif PACKETVER >= 20120830
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20120822
-packetLen(0x0899, 26) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 26)
#elif PACKETVER >= 20120716
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20120710
-packetLen(0x0899, 6) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 6)
#elif PACKETVER >= 20120410
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20120404
-packetLen(0x0899, 6) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 6)
#elif PACKETVER >= 20120207
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20120131
-packetLen(0x0899, 6) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 6)
#elif PACKETVER >= 20120120
-packetLen(0x0899, 8) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 8)
#elif PACKETVER >= 20120103
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#endif
// Packet: 0x089a
#if PACKETVER >= 20121212
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20121205
-packetLen(0x089a, 26) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 26)
#elif PACKETVER >= 20121128
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20121121
-packetLen(0x089a, 18) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 18)
#elif PACKETVER >= 20121114
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20121107
-packetLen(0x089a, 7) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 7)
#elif PACKETVER >= 20121024
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20121017
-packetLen(0x089a, 26) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 26)
#elif PACKETVER >= 20120523
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20120515
-packetLen(0x089a, 36) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 36)
#elif PACKETVER >= 20120508
-packetLen(0x089a, 8) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 8)
#elif PACKETVER >= 20120502
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20120424
-packetLen(0x089a, -1) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, -1)
#elif PACKETVER >= 20120103
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#endif
// Packet: 0x089b
#if PACKETVER >= 20121114
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20121107
-packetLen(0x089b, -1) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, -1)
#elif PACKETVER >= 20120502
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20120424
-packetLen(0x089b, 8) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 8)
#elif PACKETVER >= 20120221
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20120214
-packetLen(0x089b, -1) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, -1)
#elif PACKETVER >= 20120117
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20120110
-packetLen(0x089b, 26) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 26)
#elif PACKETVER >= 20120103
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#endif
// Packet: 0x089c
#if PACKETVER >= 20121031
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20121024
-packetLen(0x089c, 26) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 26)
#elif PACKETVER >= 20120808
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20120801
-packetLen(0x089c, 90) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 90)
#elif PACKETVER >= 20120417
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20120410
-packetLen(0x089c, 26) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 26)
#elif PACKETVER >= 20120404
-packetLen(0x089c, 8) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 8)
#elif PACKETVER >= 20120103
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#endif
// Packet: 0x089d
#if PACKETVER >= 20121212
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20121205
-packetLen(0x089d, 12) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 12)
#elif PACKETVER >= 20121010
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20120925
-packetLen(0x089d, -1) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, -1)
#elif PACKETVER >= 20120808
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20120801
-packetLen(0x089d, 6) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 6)
#elif PACKETVER >= 20120307
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20120228
-packetLen(0x089d, -1) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, -1)
#elif PACKETVER >= 20120120
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20120117
-packetLen(0x089d, 90) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 90)
#elif PACKETVER >= 20120103
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#endif
// Packet: 0x089e
#if PACKETVER >= 20120710
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20120702
-packetLen(0x089e, 6) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 6)
#elif PACKETVER >= 20120320
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20120314
-packetLen(0x089e, 26) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 26)
#elif PACKETVER >= 20120120
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20120117
-packetLen(0x089e, 6) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 6)
#elif PACKETVER >= 20120103
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#endif
// Packet: 0x089f
#if PACKETVER >= 20120830
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#elif PACKETVER >= 20120822
-packetLen(0x089f, 19) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 19)
#elif PACKETVER >= 20120808
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#elif PACKETVER >= 20120801
-packetLen(0x089f, 5) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 5)
#elif PACKETVER >= 20120724
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#elif PACKETVER >= 20120716
-packetLen(0x089f, 36) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 36)
#elif PACKETVER >= 20120710
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#elif PACKETVER >= 20120702
-packetLen(0x089f, 6) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 6)
#elif PACKETVER >= 20120221
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#elif PACKETVER >= 20120214
-packetLen(0x089f, 36) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 36)
#elif PACKETVER >= 20120207
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#elif PACKETVER >= 20120131
-packetLen(0x089f, 36) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 36)
#elif PACKETVER >= 20120120
-packetLen(0x089f, -1) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, -1)
#elif PACKETVER >= 20120103
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#endif
// Packet: 0x08a0
#if PACKETVER >= 20120911
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20120905
-packetLen(0x08a0, 4) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 4)
#elif PACKETVER >= 20120710
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20120702
-packetLen(0x08a0, 8) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 8)
#elif PACKETVER >= 20120626
-packetLen(0x08a0, 26) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 26)
#elif PACKETVER >= 20120502
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20120424
-packetLen(0x08a0, 5) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 5)
#elif PACKETVER >= 20120404
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20120328
-packetLen(0x08a0, 18) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 18)
#elif PACKETVER >= 20120320
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20120314
-packetLen(0x08a0, -1) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, -1)
#elif PACKETVER >= 20120131
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20120120
-packetLen(0x08a0, 6) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 6)
#elif PACKETVER >= 20120103
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#endif
// Packet: 0x08a1
#if PACKETVER >= 20121017
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20121010
-packetLen(0x08a1, 7) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 7)
#elif PACKETVER >= 20120801
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20120724
-packetLen(0x08a1, 6) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 6)
#elif PACKETVER >= 20120131
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20120120
-packetLen(0x08a1, 6) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 6)
#elif PACKETVER >= 20120103
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#endif
// Packet: 0x08a2
#if PACKETVER >= 20120808
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20120801
-packetLen(0x08a2, 26) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 26)
#elif PACKETVER >= 20120612
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20120601
-packetLen(0x08a2, 7) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 7)
#elif PACKETVER >= 20120523
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20120515
-packetLen(0x08a2, 90) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 90)
#elif PACKETVER >= 20120417
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20120410
-packetLen(0x08a2, 8) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 8)
#elif PACKETVER >= 20120307
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20120228
-packetLen(0x08a2, 4) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 4)
#elif PACKETVER >= 20120207
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20120131
-packetLen(0x08a2, 26) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 26)
#elif PACKETVER >= 20120103
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#endif
// Packet: 0x08a3
#if PACKETVER >= 20121218
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#elif PACKETVER >= 20121212
-packetLen(0x08a3, 19) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 19)
#elif PACKETVER >= 20120716
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#elif PACKETVER >= 20120710
-packetLen(0x08a3, 6) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 6)
#elif PACKETVER >= 20120529
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#elif PACKETVER >= 20120523
-packetLen(0x08a3, 10) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 10)
#elif PACKETVER >= 20120502
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#elif PACKETVER >= 20120424
-packetLen(0x08a3, -1) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, -1)
#elif PACKETVER >= 20120410
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#elif PACKETVER >= 20120404
-packetLen(0x08a3, 26) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 26)
#elif PACKETVER >= 20120103
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#endif
// Packet: 0x08a4
#if PACKETVER >= 20121010
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20120925
-packetLen(0x08a4, 7) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 7)
#elif PACKETVER >= 20120919
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20120911
-packetLen(0x08a4, 18) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 18)
#elif PACKETVER >= 20120702
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20120626
-packetLen(0x08a4, 19) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 19)
#elif PACKETVER >= 20120502
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20120424
-packetLen(0x08a4, 6) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 6)
#elif PACKETVER >= 20120131
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20120117
-packetLen(0x08a4, 6) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 6)
#elif PACKETVER >= 20120103
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#endif
// Packet: 0x08a5
#if PACKETVER >= 20120919
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20120911
-packetLen(0x08a5, -1) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, -1)
#elif PACKETVER >= 20120830
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20120822
-packetLen(0x08a5, 8) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 8)
#elif PACKETVER >= 20120523
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20120515
-packetLen(0x08a5, 6) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 6)
#elif PACKETVER >= 20120221
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20120214
-packetLen(0x08a5, 4) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 4)
#elif PACKETVER >= 20120131
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20120120
-packetLen(0x08a5, 90) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 90)
#elif PACKETVER >= 20120103
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#endif
// Packet: 0x08a6
#if PACKETVER >= 20121227
-packetLen(0x08a6, 6) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 6)
#elif PACKETVER >= 20121024
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20121017
-packetLen(0x08a6, 5) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 5)
#elif PACKETVER >= 20121010
-packetLen(0x08a6, 6) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 6)
#elif PACKETVER >= 20120919
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20120911
-packetLen(0x08a6, 19) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 19)
#elif PACKETVER >= 20120905
-packetLen(0x08a6, 26) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 26)
#elif PACKETVER >= 20120716
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20120710
-packetLen(0x08a6, -1) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, -1)
#elif PACKETVER >= 20120417
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20120410
-packetLen(0x08a6, 8) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 8)
#elif PACKETVER >= 20120404
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20120328
-packetLen(0x08a6, 19) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 19)
#elif PACKETVER >= 20120120
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20120117
-packetLen(0x08a6, 19) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 19)
#elif PACKETVER >= 20120103
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#endif
// Packet: 0x08a7
#if PACKETVER >= 20121218
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20121212
-packetLen(0x08a7, 5) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 5)
#elif PACKETVER >= 20121128
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20121121
-packetLen(0x08a7, -1) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, -1)
#elif PACKETVER >= 20120919
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20120911
-packetLen(0x08a7, 6) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 6)
#elif PACKETVER >= 20120515
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20120508
-packetLen(0x08a7, 18) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 18)
#elif PACKETVER >= 20120221
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20120214
-packetLen(0x08a7, 6) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 6)
#elif PACKETVER >= 20120103
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#endif
// Packet: 0x08a8
#if PACKETVER >= 20121205
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20121128
-packetLen(0x08a8, -1) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, -1)
#elif PACKETVER >= 20120822
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20120814
-packetLen(0x08a8, 4) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 4)
#elif PACKETVER >= 20120716
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20120710
-packetLen(0x08a8, 19) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 19)
#elif PACKETVER >= 20120523
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20120515
-packetLen(0x08a8, 19) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 19)
#elif PACKETVER >= 20120424
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20120417
-packetLen(0x08a8, 36) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 36)
#elif PACKETVER >= 20120320
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20120314
-packetLen(0x08a8, 36) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 36)
#elif PACKETVER >= 20120307
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20120228
-packetLen(0x08a8, 6) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 6)
#elif PACKETVER >= 20120120
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20120117
-packetLen(0x08a8, 12) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 12)
#elif PACKETVER >= 20120103
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#endif
// Packet: 0x08a9
#if PACKETVER >= 20121218
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20121212
-packetLen(0x08a9, 36) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 36)
#elif PACKETVER >= 20121121
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20121114
-packetLen(0x08a9, 6) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 6)
#elif PACKETVER >= 20121031
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20121024
-packetLen(0x08a9, -1) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, -1)
#elif PACKETVER >= 20121017
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20121010
-packetLen(0x08a9, -1) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, -1)
#elif PACKETVER >= 20120801
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20120724
-packetLen(0x08a9, 19) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 19)
#elif PACKETVER >= 20120529
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20120523
-packetLen(0x08a9, 6) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 6)
#elif PACKETVER >= 20120515
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20120508
-packetLen(0x08a9, 19) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 19)
#elif PACKETVER >= 20120502
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20120424
-packetLen(0x08a9, 7) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 7)
#elif PACKETVER >= 20120120
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20120117
-packetLen(0x08a9, 8) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 8)
#elif PACKETVER >= 20120103
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#endif
// Packet: 0x08aa
#if PACKETVER >= 20121227
-packetLen(0x08aa, 18) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 18)
#elif PACKETVER >= 20121218
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20121212
-packetLen(0x08aa, 4) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 4)
#elif PACKETVER >= 20121128
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20121121
-packetLen(0x08aa, 7) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 7)
#elif PACKETVER >= 20121031
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20121024
-packetLen(0x08aa, 5) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 5)
#elif PACKETVER >= 20120808
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20120801
-packetLen(0x08aa, 5) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 5)
#elif PACKETVER >= 20120716
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20120710
-packetLen(0x08aa, 8) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 8)
#elif PACKETVER >= 20120103
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#endif
// Packet: 0x08ab
#if PACKETVER >= 20121121
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20121114
-packetLen(0x08ab, 5) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 5)
#elif PACKETVER >= 20120830
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20120822
-packetLen(0x08ab, 7) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 7)
#elif PACKETVER >= 20120808
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20120801
-packetLen(0x08ab, 8) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 8)
#elif PACKETVER >= 20120724
-packetLen(0x08ab, 6) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 6)
#elif PACKETVER >= 20120529
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20120523
-packetLen(0x08ab, 8) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 8)
#elif PACKETVER >= 20120221
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20120214
-packetLen(0x08ab, 5) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 5)
#elif PACKETVER >= 20120110
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20120103
-packetLen(0x08ab, 36) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 36)
#endif
// Packet: 0x08ac
#if PACKETVER >= 20121218
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20121212
-packetLen(0x08ac, 6) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 6)
#elif PACKETVER >= 20120529
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20120523
-packetLen(0x08ac, 7) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 7)
#elif PACKETVER >= 20120515
-packetLen(0x08ac, 5) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 5)
#elif PACKETVER >= 20120328
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20120320
-packetLen(0x08ac, 26) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 26)
#elif PACKETVER >= 20120103
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#endif
// Packet: 0x08ad
#if PACKETVER >= 20121212
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20121205
-packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 6)
#elif PACKETVER >= 20121128
-packetLen(0x08ad, 5) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 5)
#elif PACKETVER >= 20121114
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20121107
-packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 6)
#elif PACKETVER >= 20120919
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20120911
-packetLen(0x08ad, -1) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, -1)
#elif PACKETVER >= 20120523
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20120515
-packetLen(0x08ad, 10) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 10)
#elif PACKETVER >= 20120404
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20120328
-packetLen(0x08ad, 8) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 8)
#elif PACKETVER >= 20120207
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20120131
-packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 6)
#elif PACKETVER >= 20120120
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20120103
-packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 6)
#endif
// Packet: 0x08af
-packetLen(0x08af, 10) // HC_WAITING_LOGIN
+packetLen(0x08af, 10)
// Packet: 0x08b0
-packetLen(0x08b0, 17) // CH_WAITING_LOGIN
+packetLen(0x08b0, 17)
// Packet: 0x08b1
-packetLen(0x08b1, -1) // ZC_MCSTORE_NOTMOVEITEM_LIST
+packetLen(0x08b1, -1)
// Packet: 0x08b2
-packetLen(0x08b2, -1) // AC_REALNAME_AUTH
+packetLen(0x08b2, -1)
// Packet: 0x08b3
-packetLen(0x08b3, -1) // ZC_SHOWSCRIPT
+packetLen(0x08b3, -1)
// Packet: 0x08b4
-packetLen(0x08b4, 2) // ZC_START_COLLECTION
+packetLen(0x08b4, 2)
// Packet: 0x08b5
-packetLen(0x08b5, 6) // CZ_TRYCOLLECTION
+packetLen(0x08b5, 6)
// Packet: 0x08b6
-packetLen(0x08b6, 3) // ZC_TRYCOLLECTION
+packetLen(0x08b6, 3)
// Packet: 0x08b8
-packetLen(0x08b8, 10) // CH_SECOND_PASSWD_ACK
+packetLen(0x08b8, 10)
// Packet: 0x08b9
-packetLen(0x08b9, 12) // HC_SECOND_PASSWD_LOGIN
+packetLen(0x08b9, 12)
// Packet: 0x08ba
-packetLen(0x08ba, 10) // CH_MAKE_SECOND_PASSWD
+packetLen(0x08ba, 10)
// Packet: 0x08bb
-packetLen(0x08bb, 8) // HC_MAKE_SECOND_PASSWD
+packetLen(0x08bb, 8)
// Packet: 0x08bc
-packetLen(0x08bc, 10) // CH_DELETE_SECOND_PASSWD
+packetLen(0x08bc, 10)
// Packet: 0x08bd
-packetLen(0x08bd, 8) // HC_DELETE_SECOND_PASSWD
+packetLen(0x08bd, 8)
// Packet: 0x08be
-packetLen(0x08be, 14) // CH_EDIT_SECOND_PASSWD
+packetLen(0x08be, 14)
// Packet: 0x08bf
-packetLen(0x08bf, 8) // HC_EDIT_SECOND_PASSWD
+packetLen(0x08bf, 8)
// Packet: 0x08c0
-packetLen(0x08c0, -1) // ZC_ACK_SE_CASH_ITEM_LIST2
+packetLen(0x08c0, -1)
// Packet: 0x08c1
-packetLen(0x08c1, 2) // CZ_MACRO_START
+packetLen(0x08c1, 2)
// Packet: 0x08c2
-packetLen(0x08c2, 2) // CZ_MACRO_STOP
+packetLen(0x08c2, 2)
// Packet: 0x08c3
-packetLen(0x08c3, 10) // CH_NOT_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c3, 10)
// Packet: 0x08c4
-packetLen(0x08c4, 8) // HC_NOT_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c4, 8)
// Packet: 0x08c5
-packetLen(0x08c5, 6) // CH_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c5, 6)
// Packet: 0x08c6
-packetLen(0x08c6, 4) // HC_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c6, 4)
// Packet: 0x08c7
-packetLen(0x08c7, -1) // ZC_SKILL_ENTRY3
+packetLen(0x08c7, -1)
// Packet: 0x08c8
-packetLen(0x08c8, 34) // ZC_NOTIFY_ACT3
+packetLen(0x08c8, 34)
// Packet: 0x08c9
-packetLen(0x08c9, 2) // CZ_REQ_SCHEDULER_CASHITEM
+packetLen(0x08c9, 2)
// Packet: 0x08ca
-packetLen(0x08ca, -1) // ZC_ACK_SCHEDULER_CASHITEM
+packetLen(0x08ca, -1)
// Packet: 0x08cb
-packetLen(0x08cb, -1) // ZC_PERSONAL_INFOMATION
+packetLen(0x08cb, -1)
// Packet: 0x08cc
-packetLen(0x08cc, 109) // CA_LOGIN5
+packetLen(0x08cc, 109)
// Packet: 0x08cd
-packetLen(0x08cd, 10) // ZC_STOPMOVE_FORCE
+packetLen(0x08cd, 10)
// Packet: 0x08ce
-packetLen(0x08ce, 2) // ZC_FAILED_GET_ITEM_FROM_ZONEDA
+packetLen(0x08ce, 2)
// Packet: 0x08cf
-packetLen(0x08cf, 10) // ZC_SPIRITS_ATTRIBUTE
+packetLen(0x08cf, 10)
// Packet: 0x08d0
-packetLen(0x08d0, 9) // ZC_REQ_WEAR_EQUIP_ACK2
+packetLen(0x08d0, 9)
// Packet: 0x08d1
-packetLen(0x08d1, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK2
+packetLen(0x08d1, 7)
// Packet: 0x08d2
-packetLen(0x08d2, 10) // ZC_FASTMOVE
+packetLen(0x08d2, 10)
// Packet: 0x08d3
-packetLen(0x08d3, 10) // ZC_SE_CASHSHOP_UPDATE
+packetLen(0x08d3, 10)
// Packet: 0x08d4
-packetLen(0x08d4, 8) // CH_REQ_CHANGE_CHARACTER_SLOT
+packetLen(0x08d4, 8)
// Packet: 0x08d5
-packetLen(0x08d5, -1) // HC_ACK_CHANGE_CHARACTER_SLOT
+packetLen(0x08d5, -1)
// Packet: 0x08d6
-packetLen(0x08d6, 6) // ZC_CLEAR_DIALOG
+packetLen(0x08d6, 6)
// Packet: 0x08d7
-packetLen(0x08d7, 28) // CZ_REQ_ENTRY_QUEUE_APPLY
+packetLen(0x08d7, 28)
// Packet: 0x08d8
-packetLen(0x08d8, 27) // ZC_ACK_ENTRY_QUEUE_APPLY
+packetLen(0x08d8, 27)
// Packet: 0x08d9
-packetLen(0x08d9, 30) // ZC_NOTIFY_ENTRY_QUEUE_APPLY
+packetLen(0x08d9, 30)
// Packet: 0x08da
-packetLen(0x08da, 26) // CZ_REQ_ENTRY_QUEUE_CANCEL
+packetLen(0x08da, 26)
// Packet: 0x08db
-packetLen(0x08db, 27) // ZC_ACK_ENTRY_QUEUE_CANCEL
+packetLen(0x08db, 27)
// Packet: 0x08dc
-packetLen(0x08dc, 26) // ZC_NOTIFY_ENTRY_QUEUE_ADMISSION
+packetLen(0x08dc, 26)
// Packet: 0x08dd
-packetLen(0x08dd, 27) // CZ_REPLY_ENTRY_QUEUE_ADMISSION
+packetLen(0x08dd, 27)
// Packet: 0x08de
-packetLen(0x08de, 27) // ZC_REPLY_ACK_ENTRY_QUEUE_ADMISSION
+packetLen(0x08de, 27)
// Packet: 0x08df
-packetLen(0x08df, 50) // ZC_NOTIFY_LOBBY_ADMISSION
+packetLen(0x08df, 50)
// Packet: 0x08e0
-packetLen(0x08e0, 51) // CZ_REPLY_LOBBY_ADMISSION
+packetLen(0x08e0, 51)
// Packet: 0x08e1
-packetLen(0x08e1, 51) // ZC_REPLY_ACK_LOBBY_ADMISSION
+packetLen(0x08e1, 51)
// Packet: 0x08e2
#if PACKETVER >= 20120307
-packetLen(0x08e2, 27) // ZC_NAVIGATION_ACTIVE
+packetLen(0x08e2, 27)
#elif PACKETVER >= 20120103
-packetLen(0x08e2, 25) // ZC_NAVIGATION_ACTIVE
+packetLen(0x08e2, 25)
#endif
// Packet: 0x08e3
-packetLen(0x08e3, 146) // HC_UPDATE_CHARINFO
+packetLen(0x08e3, 146)
// Packet: 0x08e4
-packetLen(0x08e4, 6) // AC_SHUTDOWN_INFO
+packetLen(0x08e4, 6)
// Packet: 0x08e5
-packetLen(0x08e5, 41) // CZ_PARTY_RECRUIT_REQ_REGISTER
+packetLen(0x08e5, 41)
// Packet: 0x08e6
-packetLen(0x08e6, 4) // ZC_PARTY_RECRUIT_ACK_REGISTER
+packetLen(0x08e6, 4)
// Packet: 0x08e7
-packetLen(0x08e7, 10) // CZ_PARTY_RECRUIT_REQ_SEARCH
+packetLen(0x08e7, 10)
// Packet: 0x08e8
packetLen(0x08e8, -1)
// Packet: 0x08e9
-packetLen(0x08e9, 2) // CZ_PARTY_RECRUIT_REQ_DELETE
+packetLen(0x08e9, 2)
// Packet: 0x08ea
-packetLen(0x08ea, 4) // ZC_PARTY_RECRUIT_ACK_DELETE
+packetLen(0x08ea, 4)
// Packet: 0x08eb
-packetLen(0x08eb, 39) // CZ_PARTY_RECRUIT_REQ_UPDATE
+packetLen(0x08eb, 39)
// Packet: 0x08ec
-packetLen(0x08ec, 73) // ZC_PARTY_RECRUIT_NOTIFY_INSERT
+packetLen(0x08ec, 73)
// Packet: 0x08ed
-packetLen(0x08ed, 43) // ZC_PARTY_RECRUIT_NOTIFY_UPDATE
+packetLen(0x08ed, 43)
// Packet: 0x08ee
-packetLen(0x08ee, 6) // ZC_PARTY_RECRUIT_NOTIFY_DELETE
+packetLen(0x08ee, 6)
// Packet: 0x08ef
-packetLen(0x08ef, 6) // CZ_PARTY_RECRUIT_ADD_FILTERLINGLIST
+packetLen(0x08ef, 6)
// Packet: 0x08f0
-packetLen(0x08f0, 6) // CZ_PARTY_RECRUIT_SUB_FILTERLINGLIST
+packetLen(0x08f0, 6)
// Packet: 0x08f1
-packetLen(0x08f1, 6) // CZ_PARTY_RECRUIT_REQ_VOLUNTEER
+packetLen(0x08f1, 6)
// Packet: 0x08f2
-packetLen(0x08f2, 36) // ZC_PARTY_RECRUIT_VOLUNTEER_INFO
+packetLen(0x08f2, 36)
// Packet: 0x08f3
packetLen(0x08f3, -1)
// Packet: 0x08f4
-packetLen(0x08f4, 6) // CZ_PARTY_RECRUIT_SHOW_EQUIPMENT
+packetLen(0x08f4, 6)
// Packet: 0x08f5
-packetLen(0x08f5, -1) // CZ_UNKNOWN_BOOKING_SOMMON_MEMBER_08f5
+packetLen(0x08f5, -1)
// Packet: 0x08f6
-packetLen(0x08f6, 22) // ZC_PARTY_RECRUIT_RECALL_COST
+packetLen(0x08f6, 22)
// Packet: 0x08f7
-packetLen(0x08f7, 3) // CZ_PARTY_RECRUIT_ACK_RECALL
+packetLen(0x08f7, 3)
// Packet: 0x08f8
-packetLen(0x08f8, 7) // ZC_PARTY_RECRUIT_FAILED_RECALL
+packetLen(0x08f8, 7)
// Packet: 0x08f9
-packetLen(0x08f9, 6) // CZ_PARTY_RECRUIT_REFUSE_VOLUNTEER
+packetLen(0x08f9, 6)
// Packet: 0x08fa
-packetLen(0x08fa, 6) // ZC_PARTY_RECRUIT_REFUSE_VOLUNTEER
+packetLen(0x08fa, 6)
// Packet: 0x08fb
-packetLen(0x08fb, 6) // CZ_PARTY_RECRUIT_CANCEL_VOLUNTEER
+packetLen(0x08fb, 6)
// Packet: 0x08fc
-packetLen(0x08fc, 30) // CH_REQ_CHANGE_CHARACTERNAME
+packetLen(0x08fc, 30)
// Packet: 0x08fd
-packetLen(0x08fd, 6) // CH_ACK_CHANGE_CHARACTERNAME
+packetLen(0x08fd, 6)
// Packet: 0x08fe
-packetLen(0x08fe, -1) // ZC_HUNTING_QUEST_INFO
+packetLen(0x08fe, -1)
// Packet: 0x08ff
-packetLen(0x08ff, 24) // ZC_EFST_SET_ENTER
+packetLen(0x08ff, 24)
// Packet: 0x0900
-packetLen(0x0900, -1) // ZC_INVENTORY_ITEMLIST_NORMAL
+packetLen(0x0900, -1)
// Packet: 0x0901
-packetLen(0x0901, -1) // ZC_INVENTORY_ITEMLIST_EQUIP
+packetLen(0x0901, -1)
// Packet: 0x0902
-packetLen(0x0902, -1) // ZC_CART_ITEMLIST_NORMAL
+packetLen(0x0902, -1)
// Packet: 0x0903
-packetLen(0x0903, -1) // ZC_CART_ITEMLIST_EQUIP
+packetLen(0x0903, -1)
// Packet: 0x0904
-packetLen(0x0904, -1) // ZC_STORE_ITEMLIST_NORMAL
+packetLen(0x0904, -1)
// Packet: 0x0905
-packetLen(0x0905, -1) // ZC_STORE_ITEMLIST_EQUIP
+packetLen(0x0905, -1)
// Packet: 0x0906
-packetLen(0x0906, -1) // ZC_MICROSCOPE
+packetLen(0x0906, -1)
// Packet: 0x0907
-packetLen(0x0907, 5) // CZ_INVENTORY_TAB
+packetLen(0x0907, 5)
// Packet: 0x0908
-packetLen(0x0908, 5) // ZC_INVENTORY_TAB
+packetLen(0x0908, 5)
// Packet: 0x0909
-packetLen(0x0909, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER
+packetLen(0x0909, 6)
// Packet: 0x090a
-packetLen(0x090a, 26) // CZ_REQ_ENTRY_QUEUE_RANKING
+packetLen(0x090a, 26)
// Packet: 0x090b
-packetLen(0x090b, 30) // ZC_PARTY_RECRUIT_ADD_FILTERLINGLIST
+packetLen(0x090b, 30)
// Packet: 0x090c
-packetLen(0x090c, 30) // ZC_PARTY_RECRUIT_SUB_FILTERLINGLIST
+packetLen(0x090c, 30)
// Packet: 0x090d
-packetLen(0x090d, -1) // ZC_PREMIUM_CAMPAIGN_INFO
+packetLen(0x090d, -1)
// Packet: 0x090e
-packetLen(0x090e, 2) // ZC_ENTRY_QUEUE_INIT
+packetLen(0x090e, 2)
// Packet: 0x090f
#if PACKETVER >= 20120131
-packetLen(0x090f, -1) // ZC_NOTIFY_NEWENTRY7
+packetLen(0x090f, -1)
#endif
// Packet: 0x0910
#if PACKETVER >= 20120120
-packetLen(0x0910, 10) // CZ_REQ_PARTY_NAME
+packetLen(0x0910, 10)
#endif
// Packet: 0x0911
#if PACKETVER >= 20120120
-packetLen(0x0911, 30) // ZC_ACK_PARTY_NAME
+packetLen(0x0911, 30)
#endif
// Packet: 0x0912
#if PACKETVER >= 20120120
-packetLen(0x0912, 10) // CZ_REQ_GUILD_NAME
+packetLen(0x0912, 10)
#endif
// Packet: 0x0913
#if PACKETVER >= 20120120
-packetLen(0x0913, 30) // ZC_ACK_GUILD_NAME
+packetLen(0x0913, 30)
#endif
// Packet: 0x0914
#if PACKETVER >= 20120131
-packetLen(0x0914, -1) // ZC_NOTIFY_MOVEENTRY9
+packetLen(0x0914, -1)
#endif
// Packet: 0x0915
#if PACKETVER >= 20120131
-packetLen(0x0915, -1) // ZC_NOTIFY_STANDENTRY8
+packetLen(0x0915, -1)
#endif
// Packet: 0x0916
#if PACKETVER >= 20120131
-packetLen(0x0916, 26) // CZ_REQ_JOIN_GUILD2
+packetLen(0x0916, 26)
#endif
// Packet: 0x0917
#if PACKETVER >= 20121218
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
#elif PACKETVER >= 20121212
-packetLen(0x0917, 8) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 8)
#elif PACKETVER >= 20120911
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
#elif PACKETVER >= 20120905
-packetLen(0x0917, -1) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, -1)
#elif PACKETVER >= 20120830
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
#elif PACKETVER >= 20120822
-packetLen(0x0917, -1) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, -1)
#elif PACKETVER >= 20120808
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
#elif PACKETVER >= 20120801
-packetLen(0x0917, 36) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 36)
#elif PACKETVER >= 20120307
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
#elif PACKETVER >= 20120228
-packetLen(0x0917, 7) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 7)
#elif PACKETVER >= 20120207
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
#endif
// Packet: 0x0918
#if PACKETVER >= 20121024
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
#elif PACKETVER >= 20121017
-packetLen(0x0918, 36) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 36)
#elif PACKETVER >= 20120911
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
#elif PACKETVER >= 20120905
-packetLen(0x0918, -1) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, -1)
#elif PACKETVER >= 20120207
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
#endif
// Packet: 0x0919
#if PACKETVER >= 20120601
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
#elif PACKETVER >= 20120529
-packetLen(0x0919, 5) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 5)
#elif PACKETVER >= 20120307
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
#elif PACKETVER >= 20120228
-packetLen(0x0919, 19) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 19)
#elif PACKETVER >= 20120221
-packetLen(0x0919, 4) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 4)
#elif PACKETVER >= 20120207
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
#endif
// Packet: 0x091a
#if PACKETVER >= 20121227
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#elif PACKETVER >= 20121218
-packetLen(0x091a, 8) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 8)
#elif PACKETVER >= 20121212
-packetLen(0x091a, -1) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, -1)
#elif PACKETVER >= 20121128
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#elif PACKETVER >= 20121121
-packetLen(0x091a, 6) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 6)
#elif PACKETVER >= 20121114
-packetLen(0x091a, 8) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 8)
#elif PACKETVER >= 20120911
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#elif PACKETVER >= 20120905
-packetLen(0x091a, 6) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 6)
#elif PACKETVER >= 20120523
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#elif PACKETVER >= 20120515
-packetLen(0x091a, 6) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 6)
#elif PACKETVER >= 20120404
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#elif PACKETVER >= 20120328
-packetLen(0x091a, -1) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, -1)
#elif PACKETVER >= 20120221
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#elif PACKETVER >= 20120214
-packetLen(0x091a, 5) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 5)
#elif PACKETVER >= 20120207
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#endif
// Packet: 0x091b
#if PACKETVER >= 20121205
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#elif PACKETVER >= 20121128
-packetLen(0x091b, 6) // ZC_PRNPC_STATE
+packetLen(0x091b, 6)
#elif PACKETVER >= 20120502
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#elif PACKETVER >= 20120424
-packetLen(0x091b, -1) // ZC_PRNPC_STATE
+packetLen(0x091b, -1)
#elif PACKETVER >= 20120404
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#elif PACKETVER >= 20120328
-packetLen(0x091b, -1) // ZC_PRNPC_STATE
+packetLen(0x091b, -1)
#elif PACKETVER >= 20120207
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#endif
// Packet: 0x091c
#if PACKETVER >= 20121227
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
#elif PACKETVER >= 20121218
-packetLen(0x091c, 19) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 19)
#elif PACKETVER >= 20121212
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
#elif PACKETVER >= 20121205
-packetLen(0x091c, 8) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 8)
#elif PACKETVER >= 20121128
-packetLen(0x091c, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 6)
#elif PACKETVER >= 20120801
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
#elif PACKETVER >= 20120724
-packetLen(0x091c, 5) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 5)
#elif PACKETVER >= 20120417
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
#elif PACKETVER >= 20120410
-packetLen(0x091c, 26) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 26)
#elif PACKETVER >= 20120207
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
#endif
// Packet: 0x091d
#if PACKETVER >= 20120905
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20120830
-packetLen(0x091d, -1) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, -1)
#elif PACKETVER >= 20120808
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20120801
-packetLen(0x091d, -1) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, -1)
#elif PACKETVER >= 20120612
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20120601
-packetLen(0x091d, -1) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, -1)
#elif PACKETVER >= 20120417
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20120410
-packetLen(0x091d, 18) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 18)
#elif PACKETVER >= 20120404
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20120328
-packetLen(0x091d, 26) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 26)
#elif PACKETVER >= 20120207
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#endif
// Packet: 0x091e
#if PACKETVER >= 20121205
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
#elif PACKETVER >= 20121128
-packetLen(0x091e, -1) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, -1)
#elif PACKETVER >= 20120529
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
#elif PACKETVER >= 20120523
-packetLen(0x091e, 12) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 12)
#elif PACKETVER >= 20120207
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
#endif
// Packet: 0x091f
#if PACKETVER >= 20121227
-packetLen(0x091f, 4) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 4)
#elif PACKETVER >= 20121205
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
#elif PACKETVER >= 20121128
-packetLen(0x091f, 90) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 90)
#elif PACKETVER >= 20120822
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
#elif PACKETVER >= 20120814
-packetLen(0x091f, 19) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 19)
#elif PACKETVER >= 20120801
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
#elif PACKETVER >= 20120724
-packetLen(0x091f, 6) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 6)
#elif PACKETVER >= 20120523
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
#elif PACKETVER >= 20120515
-packetLen(0x091f, 26) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 26)
#elif PACKETVER >= 20120207
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
#endif
// Packet: 0x0920
#if PACKETVER >= 20121227
-packetLen(0x0920, 90) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 90)
#elif PACKETVER >= 20121218
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#elif PACKETVER >= 20121212
-packetLen(0x0920, 5) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 5)
#elif PACKETVER >= 20121024
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#elif PACKETVER >= 20121017
-packetLen(0x0920, 4) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 4)
#elif PACKETVER >= 20120822
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#elif PACKETVER >= 20120814
-packetLen(0x0920, 6) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 6)
#elif PACKETVER >= 20120702
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#elif PACKETVER >= 20120626
-packetLen(0x0920, 7) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 7)
#elif PACKETVER >= 20120404
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#elif PACKETVER >= 20120328
-packetLen(0x0920, 5) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 5)
#elif PACKETVER >= 20120221
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#elif PACKETVER >= 20120214
-packetLen(0x0920, 8) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 8)
#elif PACKETVER >= 20120207
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#endif
// Packet: 0x0921
#if PACKETVER >= 20121212
-packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 2)
#elif PACKETVER >= 20121205
-packetLen(0x0921, 19) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 19)
#elif PACKETVER >= 20121128
-packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 2)
#elif PACKETVER >= 20121121
-packetLen(0x0921, 10) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 10)
#elif PACKETVER >= 20120221
-packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 2)
#elif PACKETVER >= 20120214
-packetLen(0x0921, -1) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, -1)
#elif PACKETVER >= 20120207
-packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 2)
#endif
// Packet: 0x0922
#if PACKETVER >= 20121205
-packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 2)
#elif PACKETVER >= 20121128
-packetLen(0x0922, 8) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 8)
#elif PACKETVER >= 20121114
-packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 2)
#elif PACKETVER >= 20121107
-packetLen(0x0922, 8) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 8)
#elif PACKETVER >= 20120502
-packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 2)
#elif PACKETVER >= 20120424
-packetLen(0x0922, 10) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 10)
#elif PACKETVER >= 20120207
-packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 2)
#endif
// Packet: 0x0923
#if PACKETVER >= 20121010
-packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 2)
#elif PACKETVER >= 20120925
-packetLen(0x0923, 6) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 6)
#elif PACKETVER >= 20120523
-packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 2)
#elif PACKETVER >= 20120515
-packetLen(0x0923, 7) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 7)
#elif PACKETVER >= 20120502
-packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 2)
#elif PACKETVER >= 20120424
-packetLen(0x0923, 19) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 19)
#elif PACKETVER >= 20120207
-packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 2)
#endif
// Packet: 0x0924
#if PACKETVER >= 20120612
-packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 2)
#elif PACKETVER >= 20120601
-packetLen(0x0924, 90) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 90)
#elif PACKETVER >= 20120207
-packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 2)
#endif
// Packet: 0x0925
#if PACKETVER >= 20121017
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
#elif PACKETVER >= 20121010
-packetLen(0x0925, 12) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 12)
#elif PACKETVER >= 20120307
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
#elif PACKETVER >= 20120228
-packetLen(0x0925, -1) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, -1)
#elif PACKETVER >= 20120207
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
#endif
// Packet: 0x0926
#if PACKETVER >= 20120905
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
#elif PACKETVER >= 20120830
-packetLen(0x0926, 8) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 8)
#elif PACKETVER >= 20120502
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
#elif PACKETVER >= 20120424
-packetLen(0x0926, 6) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 6)
#elif PACKETVER >= 20120314
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
#elif PACKETVER >= 20120307
-packetLen(0x0926, 18) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 18)
#elif PACKETVER >= 20120207
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
#endif
// Packet: 0x0927
#if PACKETVER >= 20121128
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#elif PACKETVER >= 20121121
-packetLen(0x0927, 19) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 19)
#elif PACKETVER >= 20121010
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#elif PACKETVER >= 20120925
-packetLen(0x0927, 6) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 6)
#elif PACKETVER >= 20120911
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#elif PACKETVER >= 20120905
-packetLen(0x0927, 18) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 18)
#elif PACKETVER >= 20120830
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#elif PACKETVER >= 20120822
-packetLen(0x0927, 6) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 6)
#elif PACKETVER >= 20120207
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#endif
// Packet: 0x0928
#if PACKETVER >= 20120801
-packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 2)
#elif PACKETVER >= 20120724
-packetLen(0x0928, -1) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, -1)
#elif PACKETVER >= 20120307
-packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 2)
#elif PACKETVER >= 20120228
-packetLen(0x0928, 26) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 26)
#elif PACKETVER >= 20120207
-packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 2)
#endif
// Packet: 0x0929
#if PACKETVER >= 20121128
-packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 2)
#elif PACKETVER >= 20121121
-packetLen(0x0929, 4) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 4)
#elif PACKETVER >= 20120822
-packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 2)
#elif PACKETVER >= 20120814
-packetLen(0x0929, 8) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 8)
#elif PACKETVER >= 20120801
-packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 2)
#elif PACKETVER >= 20120724
-packetLen(0x0929, 12) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 12)
#elif PACKETVER >= 20120314
-packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 2)
#elif PACKETVER >= 20120307
-packetLen(0x0929, 26) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 26)
#elif PACKETVER >= 20120207
-packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 2)
#endif
// Packet: 0x092a
#if PACKETVER >= 20120808
-packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 2)
#elif PACKETVER >= 20120801
-packetLen(0x092a, 4) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 4)
#elif PACKETVER >= 20120320
-packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 2)
#elif PACKETVER >= 20120314
-packetLen(0x092a, 6) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 6)
#elif PACKETVER >= 20120207
-packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 2)
#endif
// Packet: 0x092b
#if PACKETVER >= 20121107
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
#elif PACKETVER >= 20121031
-packetLen(0x092b, 4) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 4)
#elif PACKETVER >= 20120801
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
#elif PACKETVER >= 20120724
-packetLen(0x092b, 90) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 90)
#elif PACKETVER >= 20120523
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
#elif PACKETVER >= 20120515
-packetLen(0x092b, 8) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 8)
#elif PACKETVER >= 20120404
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
#elif PACKETVER >= 20120328
-packetLen(0x092b, 6) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 6)
#elif PACKETVER >= 20120207
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
#endif
// Packet: 0x092c
#if PACKETVER >= 20120710
-packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 2)
#elif PACKETVER >= 20120702
-packetLen(0x092c, -1) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, -1)
#elif PACKETVER >= 20120529
-packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 2)
#elif PACKETVER >= 20120523
-packetLen(0x092c, 5) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 5)
#elif PACKETVER >= 20120207
-packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 2)
#endif
// Packet: 0x092d
#if PACKETVER >= 20120716
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#elif PACKETVER >= 20120710
-packetLen(0x092d, 12) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 12)
#elif PACKETVER >= 20120307
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#elif PACKETVER >= 20120228
-packetLen(0x092d, -1) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, -1)
#elif PACKETVER >= 20120207
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#endif
// Packet: 0x092e
#if PACKETVER >= 20120808
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#elif PACKETVER >= 20120801
-packetLen(0x092e, 6) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 6)
#elif PACKETVER >= 20120612
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#elif PACKETVER >= 20120601
-packetLen(0x092e, -1) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, -1)
#elif PACKETVER >= 20120410
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#elif PACKETVER >= 20120404
-packetLen(0x092e, 5) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 5)
#elif PACKETVER >= 20120207
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#endif
// Packet: 0x092f
#if PACKETVER >= 20121205
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#elif PACKETVER >= 20121128
-packetLen(0x092f, 6) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 6)
#elif PACKETVER >= 20120702
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#elif PACKETVER >= 20120626
-packetLen(0x092f, 4) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 4)
#elif PACKETVER >= 20120612
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#elif PACKETVER >= 20120601
-packetLen(0x092f, -1) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, -1)
#elif PACKETVER >= 20120207
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#endif
// Packet: 0x0930
#if PACKETVER >= 20121121
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#elif PACKETVER >= 20121114
-packetLen(0x0930, 4) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 4)
#elif PACKETVER >= 20120919
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#elif PACKETVER >= 20120911
-packetLen(0x0930, -1) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, -1)
#elif PACKETVER >= 20120808
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#elif PACKETVER >= 20120801
-packetLen(0x0930, 6) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 6)
#elif PACKETVER >= 20120529
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#elif PACKETVER >= 20120523
-packetLen(0x0930, 4) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 4)
#elif PACKETVER >= 20120228
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#elif PACKETVER >= 20120221
-packetLen(0x0930, 26) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 26)
#elif PACKETVER >= 20120207
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#endif
// Packet: 0x0931
#if PACKETVER >= 20121205
-packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 2)
#elif PACKETVER >= 20121128
-packetLen(0x0931, 7) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 7)
#elif PACKETVER >= 20121031
-packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 2)
#elif PACKETVER >= 20121024
-packetLen(0x0931, 6) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 6)
#elif PACKETVER >= 20120320
-packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 2)
#elif PACKETVER >= 20120314
-packetLen(0x0931, 8) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 8)
#elif PACKETVER >= 20120207
-packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 2)
#endif
// Packet: 0x0932
#if PACKETVER >= 20121227
-packetLen(0x0932, 5) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 5)
#elif PACKETVER >= 20121218
-packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 2)
#elif PACKETVER >= 20121212
-packetLen(0x0932, 18) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 18)
#elif PACKETVER >= 20121010
-packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 2)
#elif PACKETVER >= 20120925
-packetLen(0x0932, 6) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 6)
#elif PACKETVER >= 20120822
-packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 2)
#elif PACKETVER >= 20120814
-packetLen(0x0932, 10) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 10)
#elif PACKETVER >= 20120207
-packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 2)
#endif
// Packet: 0x0933
#if PACKETVER >= 20121227
-packetLen(0x0933, -1) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, -1)
#elif PACKETVER >= 20120307
-packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 2)
#elif PACKETVER >= 20120228
-packetLen(0x0933, 18) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 18)
#elif PACKETVER >= 20120221
-packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 2)
#elif PACKETVER >= 20120214
-packetLen(0x0933, 6) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 6)
#elif PACKETVER >= 20120207
-packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 2)
#endif
// Packet: 0x0934
#if PACKETVER >= 20121114
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#elif PACKETVER >= 20121107
-packetLen(0x0934, 12) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 12)
#elif PACKETVER >= 20121017
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#elif PACKETVER >= 20121010
-packetLen(0x0934, 6) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 6)
#elif PACKETVER >= 20120905
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#elif PACKETVER >= 20120830
-packetLen(0x0934, 5) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 5)
#elif PACKETVER >= 20120822
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#elif PACKETVER >= 20120814
-packetLen(0x0934, 10) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 10)
#elif PACKETVER >= 20120808
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#elif PACKETVER >= 20120801
-packetLen(0x0934, 10) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 10)
#elif PACKETVER >= 20120404
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#elif PACKETVER >= 20120328
-packetLen(0x0934, 6) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 6)
#elif PACKETVER >= 20120207
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#endif
// Packet: 0x0935
#if PACKETVER >= 20121227
-packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 2)
#elif PACKETVER >= 20121218
-packetLen(0x0935, 26) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 26)
#elif PACKETVER >= 20121121
-packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 2)
#elif PACKETVER >= 20121114
-packetLen(0x0935, 10) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 10)
#elif PACKETVER >= 20120830
-packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 2)
#elif PACKETVER >= 20120822
-packetLen(0x0935, 5) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 5)
#elif PACKETVER >= 20120702
-packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 2)
#elif PACKETVER >= 20120626
-packetLen(0x0935, 6) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 6)
#elif PACKETVER >= 20120228
-packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 2)
#elif PACKETVER >= 20120221
-packetLen(0x0935, -1) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, -1)
#elif PACKETVER >= 20120207
-packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 2)
#endif
// Packet: 0x0936
#if PACKETVER >= 20120716
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
#elif PACKETVER >= 20120710
-packetLen(0x0936, 8) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 8)
#elif PACKETVER >= 20120702
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
#elif PACKETVER >= 20120626
-packetLen(0x0936, 12) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 12)
#elif PACKETVER >= 20120612
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
#elif PACKETVER >= 20120601
-packetLen(0x0936, 8) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 8)
#elif PACKETVER >= 20120207
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
#endif
// Packet: 0x0937
#if PACKETVER >= 20120830
-packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 2)
#elif PACKETVER >= 20120822
-packetLen(0x0937, 10) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 10)
#elif PACKETVER >= 20120307
-packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 2)
#elif PACKETVER >= 20120228
-packetLen(0x0937, 26) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 26)
#elif PACKETVER >= 20120221
-packetLen(0x0937, 8) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 8)
#elif PACKETVER >= 20120207
-packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 2)
#endif
// Packet: 0x0938
#if PACKETVER >= 20121128
-packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 2)
#elif PACKETVER >= 20121121
-packetLen(0x0938, 12) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 12)
#elif PACKETVER >= 20121114
-packetLen(0x0938, -1) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, -1)
#elif PACKETVER >= 20120801
-packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 2)
#elif PACKETVER >= 20120724
-packetLen(0x0938, 10) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 10)
#elif PACKETVER >= 20120702
-packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 2)
#elif PACKETVER >= 20120626
-packetLen(0x0938, -1) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, -1)
#elif PACKETVER >= 20120417
-packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 2)
#elif PACKETVER >= 20120410
-packetLen(0x0938, 6) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 6)
#elif PACKETVER >= 20120207
-packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 2)
#endif
// Packet: 0x0939
#if PACKETVER >= 20120207
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
#endif
// Packet: 0x093a
#if PACKETVER >= 20121212
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
#elif PACKETVER >= 20121205
-packetLen(0x093a, 6) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 6)
#elif PACKETVER >= 20121031
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
#elif PACKETVER >= 20121024
-packetLen(0x093a, 8) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 8)
#elif PACKETVER >= 20120702
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
#elif PACKETVER >= 20120626
-packetLen(0x093a, 90) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 90)
#elif PACKETVER >= 20120601
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
#elif PACKETVER >= 20120529
-packetLen(0x093a, 19) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 19)
#elif PACKETVER >= 20120320
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
#elif PACKETVER >= 20120314
-packetLen(0x093a, 8) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 8)
#elif PACKETVER >= 20120207
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
#endif
// Packet: 0x093b
#if PACKETVER >= 20121121
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#elif PACKETVER >= 20121114
-packetLen(0x093b, 12) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 12)
#elif PACKETVER >= 20121107
-packetLen(0x093b, 10) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 10)
#elif PACKETVER >= 20120314
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#elif PACKETVER >= 20120307
-packetLen(0x093b, 8) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 8)
#elif PACKETVER >= 20120207
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#endif
// Packet: 0x093c
#if PACKETVER >= 20121121
-packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 2)
#elif PACKETVER >= 20121114
-packetLen(0x093c, 8) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 8)
#elif PACKETVER >= 20121017
-packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 2)
#elif PACKETVER >= 20121010
-packetLen(0x093c, 8) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 8)
#elif PACKETVER >= 20120911
-packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 2)
#elif PACKETVER >= 20120905
-packetLen(0x093c, 12) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 12)
#elif PACKETVER >= 20120808
-packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 2)
#elif PACKETVER >= 20120801
-packetLen(0x093c, 26) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 26)
#elif PACKETVER >= 20120724
-packetLen(0x093c, 8) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 8)
#elif PACKETVER >= 20120502
-packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 2)
#elif PACKETVER >= 20120424
-packetLen(0x093c, 5) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 5)
#elif PACKETVER >= 20120228
-packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 2)
#elif PACKETVER >= 20120221
-packetLen(0x093c, 8) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 8)
#elif PACKETVER >= 20120207
-packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 2)
#endif
// Packet: 0x093d
#if PACKETVER >= 20120814
-packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 2)
#elif PACKETVER >= 20120808
-packetLen(0x093d, 5) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 5)
#elif PACKETVER >= 20120207
-packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 2)
#endif
// Packet: 0x093e
#if PACKETVER >= 20121212
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#elif PACKETVER >= 20121205
-packetLen(0x093e, 8) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 8)
#elif PACKETVER >= 20120919
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#elif PACKETVER >= 20120911
-packetLen(0x093e, 12) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 12)
#elif PACKETVER >= 20120529
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#elif PACKETVER >= 20120523
-packetLen(0x093e, 90) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 90)
#elif PACKETVER >= 20120404
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#elif PACKETVER >= 20120328
-packetLen(0x093e, 10) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 10)
#elif PACKETVER >= 20120207
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#endif
// Packet: 0x093f
#if PACKETVER >= 20121212
-packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 2)
#elif PACKETVER >= 20121205
-packetLen(0x093f, 10) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 10)
#elif PACKETVER >= 20120207
-packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 2)
#endif
// Packet: 0x0940
#if PACKETVER >= 20121227
-packetLen(0x0940, 10) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 10)
#elif PACKETVER >= 20120830
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20120822
-packetLen(0x0940, 12) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 12)
#elif PACKETVER >= 20120814
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20120808
-packetLen(0x0940, 10) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 10)
#elif PACKETVER >= 20120626
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20120618
-packetLen(0x0940, -1) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, -1)
#elif PACKETVER >= 20120515
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20120508
-packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 6)
#elif PACKETVER >= 20120410
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20120404
-packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 6)
#elif PACKETVER >= 20120207
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#endif
// Packet: 0x0941
#if PACKETVER >= 20121121
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#elif PACKETVER >= 20121114
-packetLen(0x0941, 26) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 26)
#elif PACKETVER >= 20120822
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#elif PACKETVER >= 20120814
-packetLen(0x0941, 90) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 90)
#elif PACKETVER >= 20120808
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#elif PACKETVER >= 20120801
-packetLen(0x0941, 8) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 8)
#elif PACKETVER >= 20120529
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#elif PACKETVER >= 20120523
-packetLen(0x0941, 6) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 6)
#elif PACKETVER >= 20120502
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#elif PACKETVER >= 20120424
-packetLen(0x0941, 6) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 6)
#elif PACKETVER >= 20120320
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#elif PACKETVER >= 20120314
-packetLen(0x0941, 26) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 26)
#elif PACKETVER >= 20120307
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#elif PACKETVER >= 20120228
-packetLen(0x0941, 6) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 6)
#elif PACKETVER >= 20120207
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#endif
// Packet: 0x0942
#if PACKETVER >= 20121031
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
#elif PACKETVER >= 20121024
-packetLen(0x0942, -1) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, -1)
#elif PACKETVER >= 20121017
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
#elif PACKETVER >= 20121010
-packetLen(0x0942, 6) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 6)
#elif PACKETVER >= 20120925
-packetLen(0x0942, 36) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 36)
#elif PACKETVER >= 20120307
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
#elif PACKETVER >= 20120228
-packetLen(0x0942, 5) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 5)
#elif PACKETVER >= 20120207
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
#endif
// Packet: 0x0943
#if PACKETVER >= 20120830
-packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 2)
#elif PACKETVER >= 20120822
-packetLen(0x0943, 8) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 8)
#elif PACKETVER >= 20120612
-packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 2)
#elif PACKETVER >= 20120601
-packetLen(0x0943, 4) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 4)
#elif PACKETVER >= 20120207
-packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 2)
#endif
// Packet: 0x0944
#if PACKETVER >= 20121121
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#elif PACKETVER >= 20121114
-packetLen(0x0944, -1) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, -1)
#elif PACKETVER >= 20120911
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#elif PACKETVER >= 20120905
-packetLen(0x0944, 26) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 26)
#elif PACKETVER >= 20120710
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#elif PACKETVER >= 20120702
-packetLen(0x0944, 5) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 5)
#elif PACKETVER >= 20120523
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#elif PACKETVER >= 20120515
-packetLen(0x0944, 18) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 18)
#elif PACKETVER >= 20120207
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#endif
// Packet: 0x0945
#if PACKETVER >= 20121205
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#elif PACKETVER >= 20121128
-packetLen(0x0945, 5) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 5)
#elif PACKETVER >= 20121114
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#elif PACKETVER >= 20121107
-packetLen(0x0945, 90) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 90)
#elif PACKETVER >= 20120911
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#elif PACKETVER >= 20120905
-packetLen(0x0945, -1) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, -1)
#elif PACKETVER >= 20120830
-packetLen(0x0945, 6) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 6)
#elif PACKETVER >= 20120801
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#elif PACKETVER >= 20120724
-packetLen(0x0945, 7) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 7)
#elif PACKETVER >= 20120417
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#elif PACKETVER >= 20120410
-packetLen(0x0945, -1) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, -1)
#elif PACKETVER >= 20120328
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#elif PACKETVER >= 20120320
-packetLen(0x0945, 19) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 19)
#elif PACKETVER >= 20120307
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#elif PACKETVER >= 20120228
-packetLen(0x0945, 6) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 6)
#elif PACKETVER >= 20120207
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#endif
// Packet: 0x0946
#if PACKETVER >= 20121227
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20121218
-packetLen(0x0946, 36) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 36)
#elif PACKETVER >= 20121212
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20121205
-packetLen(0x0946, 10) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 10)
#elif PACKETVER >= 20121128
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20121121
-packetLen(0x0946, 5) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 5)
#elif PACKETVER >= 20121017
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20121010
-packetLen(0x0946, 19) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 19)
#elif PACKETVER >= 20120808
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20120801
-packetLen(0x0946, -1) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, -1)
#elif PACKETVER >= 20120320
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20120314
-packetLen(0x0946, 6) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 6)
#elif PACKETVER >= 20120207
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#endif
// Packet: 0x0947
#if PACKETVER >= 20121227
-packetLen(0x0947, 6) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 6)
#elif PACKETVER >= 20121218
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#elif PACKETVER >= 20121212
-packetLen(0x0947, 5) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 5)
#elif PACKETVER >= 20121031
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#elif PACKETVER >= 20121024
-packetLen(0x0947, 6) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 6)
#elif PACKETVER >= 20121017
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#elif PACKETVER >= 20121010
-packetLen(0x0947, 10) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 10)
#elif PACKETVER >= 20120523
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#elif PACKETVER >= 20120515
-packetLen(0x0947, 10) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 10)
#elif PACKETVER >= 20120502
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#elif PACKETVER >= 20120424
-packetLen(0x0947, 4) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 4)
#elif PACKETVER >= 20120410
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#elif PACKETVER >= 20120404
-packetLen(0x0947, 36) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 36)
#elif PACKETVER >= 20120307
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#elif PACKETVER >= 20120228
-packetLen(0x0947, 6) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 6)
#elif PACKETVER >= 20120207
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#endif
// Packet: 0x0948
#if PACKETVER >= 20121010
-packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 2)
#elif PACKETVER >= 20120925
-packetLen(0x0948, 18) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 18)
#elif PACKETVER >= 20120919
-packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 2)
#elif PACKETVER >= 20120911
-packetLen(0x0948, 10) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 10)
#elif PACKETVER >= 20120502
-packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 2)
#elif PACKETVER >= 20120424
-packetLen(0x0948, 6) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 6)
#elif PACKETVER >= 20120207
-packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 2)
#endif
// Packet: 0x0949
#if PACKETVER >= 20121121
-packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 2)
#elif PACKETVER >= 20121114
-packetLen(0x0949, 18) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 18)
#elif PACKETVER >= 20120919
-packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 2)
#elif PACKETVER >= 20120911
-packetLen(0x0949, 4) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 4)
#elif PACKETVER >= 20120207
-packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 2)
#endif
// Packet: 0x094a
#if PACKETVER >= 20121121
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#elif PACKETVER >= 20121114
-packetLen(0x094a, 10) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 10)
#elif PACKETVER >= 20120710
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#elif PACKETVER >= 20120702
-packetLen(0x094a, 6) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 6)
#elif PACKETVER >= 20120626
-packetLen(0x094a, -1) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, -1)
#elif PACKETVER >= 20120207
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#endif
// Packet: 0x094b
#if PACKETVER >= 20121212
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
#elif PACKETVER >= 20121205
-packetLen(0x094b, 6) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 6)
#elif PACKETVER >= 20121121
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
#elif PACKETVER >= 20121114
-packetLen(0x094b, 19) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 19)
#elif PACKETVER >= 20120919
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
#elif PACKETVER >= 20120911
-packetLen(0x094b, -1) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, -1)
#elif PACKETVER >= 20120905
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
#elif PACKETVER >= 20120830
-packetLen(0x094b, 18) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 18)
#elif PACKETVER >= 20120716
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
#elif PACKETVER >= 20120710
-packetLen(0x094b, 5) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 5)
#elif PACKETVER >= 20120523
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
#elif PACKETVER >= 20120515
-packetLen(0x094b, 5) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 5)
#elif PACKETVER >= 20120417
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
#elif PACKETVER >= 20120410
-packetLen(0x094b, 19) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 19)
#elif PACKETVER >= 20120207
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
#endif
// Packet: 0x094c
#if PACKETVER >= 20121017
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
#elif PACKETVER >= 20121010
-packetLen(0x094c, 6) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 6)
#elif PACKETVER >= 20120601
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
#elif PACKETVER >= 20120529
-packetLen(0x094c, 5) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 5)
#elif PACKETVER >= 20120207
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
#endif
// Packet: 0x094d
#if PACKETVER >= 20121128
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
#elif PACKETVER >= 20121121
-packetLen(0x094d, 8) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 8)
#elif PACKETVER >= 20121114
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
#elif PACKETVER >= 20121107
-packetLen(0x094d, 5) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 5)
#elif PACKETVER >= 20120830
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
#elif PACKETVER >= 20120822
-packetLen(0x094d, 36) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 36)
#elif PACKETVER >= 20120529
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
#elif PACKETVER >= 20120523
-packetLen(0x094d, 26) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 26)
#elif PACKETVER >= 20120515
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
#elif PACKETVER >= 20120508
-packetLen(0x094d, 6) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 6)
#elif PACKETVER >= 20120307
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
#elif PACKETVER >= 20120228
-packetLen(0x094d, 8) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 8)
#elif PACKETVER >= 20120207
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
#endif
// Packet: 0x094e
#if PACKETVER >= 20120830
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#elif PACKETVER >= 20120822
-packetLen(0x094e, 6) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 6)
#elif PACKETVER >= 20120808
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#elif PACKETVER >= 20120801
-packetLen(0x094e, 8) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 8)
#elif PACKETVER >= 20120716
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#elif PACKETVER >= 20120710
-packetLen(0x094e, 26) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 26)
#elif PACKETVER >= 20120612
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#elif PACKETVER >= 20120601
-packetLen(0x094e, 5) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 5)
#elif PACKETVER >= 20120207
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#endif
// Packet: 0x094f
#if PACKETVER >= 20121121
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#elif PACKETVER >= 20121114
-packetLen(0x094f, 6) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 6)
#elif PACKETVER >= 20120320
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#elif PACKETVER >= 20120314
-packetLen(0x094f, 8) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 8)
#elif PACKETVER >= 20120207
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#endif
// Packet: 0x0950
#if PACKETVER >= 20121205
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
#elif PACKETVER >= 20121128
-packetLen(0x0950, 12) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 12)
#elif PACKETVER >= 20121121
-packetLen(0x0950, 5) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 5)
#elif PACKETVER >= 20121010
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
#elif PACKETVER >= 20120925
-packetLen(0x0950, 5) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 5)
#elif PACKETVER >= 20120911
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
#elif PACKETVER >= 20120905
-packetLen(0x0950, 6) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 6)
#elif PACKETVER >= 20120207
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
#endif
// Packet: 0x0951
#if PACKETVER >= 20121218
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#elif PACKETVER >= 20121212
-packetLen(0x0951, 8) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 8)
#elif PACKETVER >= 20120702
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#elif PACKETVER >= 20120626
-packetLen(0x0951, 6) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 6)
#elif PACKETVER >= 20120404
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#elif PACKETVER >= 20120328
-packetLen(0x0951, 7) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 7)
#elif PACKETVER >= 20120207
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#endif
// Packet: 0x0952
#if PACKETVER >= 20121128
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
#elif PACKETVER >= 20121121
-packetLen(0x0952, 6) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 6)
#elif PACKETVER >= 20120919
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
#elif PACKETVER >= 20120911
-packetLen(0x0952, 90) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 90)
#elif PACKETVER >= 20120221
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
#elif PACKETVER >= 20120214
-packetLen(0x0952, 19) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 19)
#elif PACKETVER >= 20120207
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
#endif
// Packet: 0x0953
#if PACKETVER >= 20121227
-packetLen(0x0953, 8) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 8)
#elif PACKETVER >= 20121218
-packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 2)
#elif PACKETVER >= 20121212
-packetLen(0x0953, 6) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 6)
#elif PACKETVER >= 20121205
-packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 2)
#elif PACKETVER >= 20121128
-packetLen(0x0953, 6) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 6)
#elif PACKETVER >= 20120830
-packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 2)
#elif PACKETVER >= 20120822
-packetLen(0x0953, 18) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 18)
#elif PACKETVER >= 20120716
-packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 2)
#elif PACKETVER >= 20120710
-packetLen(0x0953, 4) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 4)
#elif PACKETVER >= 20120702
-packetLen(0x0953, 5) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 5)
#elif PACKETVER >= 20120221
-packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 2)
#elif PACKETVER >= 20120214
-packetLen(0x0953, -1) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, -1)
#elif PACKETVER >= 20120207
-packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 2)
#endif
// Packet: 0x0954
#if PACKETVER >= 20121212
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#elif PACKETVER >= 20121205
-packetLen(0x0954, 7) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 7)
#elif PACKETVER >= 20121128
-packetLen(0x0954, 8) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 8)
#elif PACKETVER >= 20121121
-packetLen(0x0954, 36) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 36)
#elif PACKETVER >= 20121031
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#elif PACKETVER >= 20121024
-packetLen(0x0954, 90) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 90)
#elif PACKETVER >= 20120618
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#elif PACKETVER >= 20120612
-packetLen(0x0954, 36) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 36)
#elif PACKETVER >= 20120404
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#elif PACKETVER >= 20120328
-packetLen(0x0954, 6) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 6)
#elif PACKETVER >= 20120307
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#elif PACKETVER >= 20120228
-packetLen(0x0954, 6) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 6)
#elif PACKETVER >= 20120207
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#endif
// Packet: 0x0955
#if PACKETVER >= 20120830
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
#elif PACKETVER >= 20120822
-packetLen(0x0955, -1) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, -1)
#elif PACKETVER >= 20120502
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
#elif PACKETVER >= 20120424
-packetLen(0x0955, 6) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 6)
#elif PACKETVER >= 20120207
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
#endif
// Packet: 0x0956
#if PACKETVER >= 20121010
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#elif PACKETVER >= 20120925
-packetLen(0x0956, 8) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 8)
#elif PACKETVER >= 20120919
-packetLen(0x0956, 36) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 36)
#elif PACKETVER >= 20120716
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#elif PACKETVER >= 20120710
-packetLen(0x0956, -1) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, -1)
#elif PACKETVER >= 20120529
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#elif PACKETVER >= 20120523
-packetLen(0x0956, 6) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 6)
#elif PACKETVER >= 20120207
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#endif
// Packet: 0x0957
#if PACKETVER >= 20121227
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20121218
-packetLen(0x0957, 18) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 18)
#elif PACKETVER >= 20121212
-packetLen(0x0957, 90) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 90)
#elif PACKETVER >= 20121128
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20121121
-packetLen(0x0957, 26) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 26)
#elif PACKETVER >= 20121017
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20120925
-packetLen(0x0957, 5) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 5)
#elif PACKETVER >= 20120801
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20120724
-packetLen(0x0957, 36) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 36)
#elif PACKETVER >= 20120523
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20120515
-packetLen(0x0957, 6) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 6)
#elif PACKETVER >= 20120221
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20120214
-packetLen(0x0957, 90) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 90)
#elif PACKETVER >= 20120207
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#endif
// Packet: 0x0958
#if PACKETVER >= 20121227
-packetLen(0x0958, 8) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 8)
#elif PACKETVER >= 20121128
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20121121
-packetLen(0x0958, 6) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 6)
#elif PACKETVER >= 20121010
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20120925
-packetLen(0x0958, 6) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 6)
#elif PACKETVER >= 20120919
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20120911
-packetLen(0x0958, 10) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 10)
#elif PACKETVER >= 20120410
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20120404
-packetLen(0x0958, 8) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 8)
#elif PACKETVER >= 20120207
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#endif
// Packet: 0x0959
#if PACKETVER >= 20121212
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#elif PACKETVER >= 20121205
-packetLen(0x0959, 26) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 26)
#elif PACKETVER >= 20121017
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#elif PACKETVER >= 20121010
-packetLen(0x0959, -1) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, -1)
#elif PACKETVER >= 20120919
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#elif PACKETVER >= 20120911
-packetLen(0x0959, 7) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 7)
#elif PACKETVER >= 20120905
-packetLen(0x0959, 6) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 6)
#elif PACKETVER >= 20120801
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#elif PACKETVER >= 20120724
-packetLen(0x0959, 26) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 26)
#elif PACKETVER >= 20120207
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#endif
// Packet: 0x095a
#if PACKETVER >= 20120207
-packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 2)
#endif
// Packet: 0x095b
#if PACKETVER >= 20121218
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20121212
-packetLen(0x095b, 8) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 8)
#elif PACKETVER >= 20120830
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20120822
-packetLen(0x095b, 6) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 6)
#elif PACKETVER >= 20120612
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20120601
-packetLen(0x095b, 8) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 8)
#elif PACKETVER >= 20120502
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20120424
-packetLen(0x095b, -1) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, -1)
#elif PACKETVER >= 20120207
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#endif
// Packet: 0x095c
#if PACKETVER >= 20121121
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#elif PACKETVER >= 20121114
-packetLen(0x095c, -1) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, -1)
#elif PACKETVER >= 20121017
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#elif PACKETVER >= 20121010
-packetLen(0x095c, 5) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 5)
#elif PACKETVER >= 20120314
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#elif PACKETVER >= 20120307
-packetLen(0x095c, 4) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 4)
#elif PACKETVER >= 20120228
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#elif PACKETVER >= 20120221
-packetLen(0x095c, 5) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 5)
#elif PACKETVER >= 20120214
-packetLen(0x095c, 10) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 10)
#elif PACKETVER >= 20120207
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#endif
// Packet: 0x095d
#if PACKETVER >= 20121227
-packetLen(0x095d, -1) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, -1)
#elif PACKETVER >= 20121031
-packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 2)
#elif PACKETVER >= 20121024
-packetLen(0x095d, 26) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 26)
#elif PACKETVER >= 20120710
-packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 2)
#elif PACKETVER >= 20120702
-packetLen(0x095d, 36) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 36)
#elif PACKETVER >= 20120404
-packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 2)
#elif PACKETVER >= 20120328
-packetLen(0x095d, 26) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 26)
#elif PACKETVER >= 20120207
-packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 2)
#endif
// Packet: 0x095e
#if PACKETVER >= 20121031
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
#elif PACKETVER >= 20121024
-packetLen(0x095e, 6) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 6)
#elif PACKETVER >= 20121010
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
#elif PACKETVER >= 20120925
-packetLen(0x095e, 10) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 10)
#elif PACKETVER >= 20120307
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
#elif PACKETVER >= 20120228
-packetLen(0x095e, 5) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 5)
#elif PACKETVER >= 20120207
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
#endif
// Packet: 0x095f
#if PACKETVER >= 20120207
-packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 2)
#endif
// Packet: 0x0960
#if PACKETVER >= 20121205
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20121128
-packetLen(0x0960, -1) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, -1)
#elif PACKETVER >= 20121114
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20121107
-packetLen(0x0960, 6) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 6)
#elif PACKETVER >= 20121024
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20121017
-packetLen(0x0960, 5) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 5)
#elif PACKETVER >= 20120911
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20120905
-packetLen(0x0960, 90) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 90)
#elif PACKETVER >= 20120716
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20120710
-packetLen(0x0960, 90) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 90)
#elif PACKETVER >= 20120702
-packetLen(0x0960, 5) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 5)
#elif PACKETVER >= 20120207
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#endif
// Packet: 0x0961
#if PACKETVER >= 20120710
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#elif PACKETVER >= 20120702
-packetLen(0x0961, 4) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 4)
#elif PACKETVER >= 20120417
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#elif PACKETVER >= 20120410
-packetLen(0x0961, 36) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 36)
#elif PACKETVER >= 20120307
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#elif PACKETVER >= 20120228
-packetLen(0x0961, 10) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 10)
#elif PACKETVER >= 20120207
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#endif
// Packet: 0x0962
#if PACKETVER >= 20121227
-packetLen(0x0962, 26) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 26)
#elif PACKETVER >= 20121024
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#elif PACKETVER >= 20121017
-packetLen(0x0962, 6) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 6)
#elif PACKETVER >= 20120702
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#elif PACKETVER >= 20120626
-packetLen(0x0962, 8) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 8)
#elif PACKETVER >= 20120207
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#endif
// Packet: 0x0963
#if PACKETVER >= 20121114
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
#elif PACKETVER >= 20121107
-packetLen(0x0963, 4) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 4)
#elif PACKETVER >= 20121010
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
#elif PACKETVER >= 20120925
-packetLen(0x0963, 8) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 8)
#elif PACKETVER >= 20120919
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
#elif PACKETVER >= 20120911
-packetLen(0x0963, 6) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 6)
#elif PACKETVER >= 20120801
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
#elif PACKETVER >= 20120724
-packetLen(0x0963, 6) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 6)
#elif PACKETVER >= 20120612
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
#elif PACKETVER >= 20120601
-packetLen(0x0963, 8) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 8)
#elif PACKETVER >= 20120404
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
#elif PACKETVER >= 20120328
-packetLen(0x0963, 6) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 6)
#elif PACKETVER >= 20120314
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
#elif PACKETVER >= 20120307
-packetLen(0x0963, 8) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 8)
#elif PACKETVER >= 20120221
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
#elif PACKETVER >= 20120214
-packetLen(0x0963, 7) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 7)
#elif PACKETVER >= 20120207
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
#endif
// Packet: 0x0964
#if PACKETVER >= 20121017
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#elif PACKETVER >= 20121010
-packetLen(0x0964, 26) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 26)
#elif PACKETVER >= 20120905
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#elif PACKETVER >= 20120830
-packetLen(0x0964, 6) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 6)
#elif PACKETVER >= 20120808
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#elif PACKETVER >= 20120801
-packetLen(0x0964, 12) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 12)
#elif PACKETVER >= 20120523
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#elif PACKETVER >= 20120515
-packetLen(0x0964, 6) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 6)
#elif PACKETVER >= 20120320
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#elif PACKETVER >= 20120314
-packetLen(0x0964, 18) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 18)
#elif PACKETVER >= 20120207
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#endif
// Packet: 0x0965
#if PACKETVER >= 20121218
-packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 2)
#elif PACKETVER >= 20121212
-packetLen(0x0965, -1) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, -1)
#elif PACKETVER >= 20121121
-packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 2)
#elif PACKETVER >= 20121114
-packetLen(0x0965, 6) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 6)
#elif PACKETVER >= 20121031
-packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 2)
#elif PACKETVER >= 20121017
-packetLen(0x0965, 19) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 19)
#elif PACKETVER >= 20120801
-packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 2)
#elif PACKETVER >= 20120724
-packetLen(0x0965, 6) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 6)
#elif PACKETVER >= 20120502
-packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 2)
#elif PACKETVER >= 20120424
-packetLen(0x0965, 8) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 8)
#elif PACKETVER >= 20120207
-packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 2)
#endif
// Packet: 0x0966
#if PACKETVER >= 20121218
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#elif PACKETVER >= 20121212
-packetLen(0x0966, -1) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, -1)
#elif PACKETVER >= 20121205
-packetLen(0x0966, 8) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 8)
#elif PACKETVER >= 20121114
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#elif PACKETVER >= 20121107
-packetLen(0x0966, 18) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 18)
#elif PACKETVER >= 20120919
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#elif PACKETVER >= 20120911
-packetLen(0x0966, 8) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 8)
#elif PACKETVER >= 20120801
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#elif PACKETVER >= 20120724
-packetLen(0x0966, 8) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 8)
#elif PACKETVER >= 20120523
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#elif PACKETVER >= 20120515
-packetLen(0x0966, 4) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 4)
#elif PACKETVER >= 20120328
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#elif PACKETVER >= 20120320
-packetLen(0x0966, 5) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 5)
#elif PACKETVER >= 20120221
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#elif PACKETVER >= 20120214
-packetLen(0x0966, 5) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 5)
#elif PACKETVER >= 20120207
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#endif
// Packet: 0x0967
#if PACKETVER >= 20120911
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20120905
-packetLen(0x0967, 7) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 7)
#elif PACKETVER >= 20120822
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20120814
-packetLen(0x0967, -1) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, -1)
#elif PACKETVER >= 20120404
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20120328
-packetLen(0x0967, 10) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 10)
#elif PACKETVER >= 20120228
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20120221
-packetLen(0x0967, 36) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 36)
#elif PACKETVER >= 20120207
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#endif
// Packet: 0x0968
#if PACKETVER >= 20121212
-packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 2)
#elif PACKETVER >= 20121205
-packetLen(0x0968, 5) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 5)
#elif PACKETVER >= 20120919
-packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 2)
#elif PACKETVER >= 20120911
-packetLen(0x0968, 5) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 5)
#elif PACKETVER >= 20120207
-packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 2)
#endif
// Packet: 0x0969
#if PACKETVER >= 20121017
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#elif PACKETVER >= 20121010
-packetLen(0x0969, 18) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 18)
#elif PACKETVER >= 20120822
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#elif PACKETVER >= 20120814
-packetLen(0x0969, 5) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 5)
#elif PACKETVER >= 20120228
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#elif PACKETVER >= 20120221
-packetLen(0x0969, 19) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 19)
#elif PACKETVER >= 20120207
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#endif
// Packet: 0x096a
#if PACKETVER >= 20121227
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20121212
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20121121
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20121114
-packetLen(0x096a, 8) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 8)
#elif PACKETVER >= 20121107
-packetLen(0x096a, 26) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 26)
#elif PACKETVER >= 20121031
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20121024
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20121017
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20120925
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20120919
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20120911
-packetLen(0x096a, 36) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 36)
#elif PACKETVER >= 20120905
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20120830
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20120814
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20120808
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20120724
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20120716
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20120626
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20120612
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20120601
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20120529
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20120523
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20120515
-packetLen(0x096a, -1) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, -1)
#elif PACKETVER >= 20120508
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20120502
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20120424
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20120417
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20120410
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20120404
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20120328
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20120307
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20120228
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20120221
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20120214
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20120207
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#endif
// Packet: 0x096b
#if PACKETVER >= 20120404
-packetLen(0x096b, 4) // ZC_PRNPC_STATE
+packetLen(0x096b, 4)
#elif PACKETVER >= 20120207
-packetLen(0x096b, 3) // ZC_PRNPC_STATE
+packetLen(0x096b, 3)
#endif
// Packet: 0x096c
#if PACKETVER >= 20120207
-packetLen(0x096c, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x096c, 6)
#endif
// Packet: 0x096d
#if PACKETVER >= 20120228
-packetLen(0x096d, -1) // ZC_MERGE_ITEM_OPEN
+packetLen(0x096d, -1)
#elif PACKETVER >= 20120214
-packetLen(0x096d, 2) // ZC_MERGE_ITEM_OPEN
+packetLen(0x096d, 2)
#endif
// Packet: 0x096e
#if PACKETVER >= 20120228
-packetLen(0x096e, -1) // CZ_REQ_MERGE_ITEM
+packetLen(0x096e, -1)
#elif PACKETVER >= 20120221
-packetLen(0x096e, 6) // CZ_REQ_MERGE_ITEM
+packetLen(0x096e, 6)
#elif PACKETVER >= 20120214
-packetLen(0x096e, 10) // CZ_REQ_MERGE_ITEM
+packetLen(0x096e, 10)
#endif
// Packet: 0x096f
#if PACKETVER >= 20120221
-packetLen(0x096f, 7) // ZC_ACK_MERGE_ITEM
+packetLen(0x096f, 7)
#elif PACKETVER >= 20120214
-packetLen(0x096f, 3) // ZC_ACK_MERGE_ITEM
+packetLen(0x096f, 3)
#endif
// Packet: 0x0970
#if PACKETVER >= 20120214
-packetLen(0x0970, 31) // CH_MAKE_CHAR_NOT_STATS
+packetLen(0x0970, 31)
#endif
// Packet: 0x0971
#if PACKETVER >= 20120214
-packetLen(0x0971, 6) // ZC_PARTY_RECRUIT_REFUSE_VOLUNTEER_TO_PM
+packetLen(0x0971, 6)
#endif
// Packet: 0x0972
#if PACKETVER >= 20120214
-packetLen(0x0972, -1) // ZC_SAY_DIALOG2
+packetLen(0x0972, -1)
#endif
// Packet: 0x0973
#if PACKETVER >= 20120214
-packetLen(0x0973, 7) // ZC_WAIT_DIALOG2
+packetLen(0x0973, 7)
#endif
// Packet: 0x0974
#if PACKETVER >= 20120221
-packetLen(0x0974, 2) // CZ_CANCEL_MERGE_ITEM
+packetLen(0x0974, 2)
#endif
// Packet: 0x0975
#if PACKETVER >= 20120221
-packetLen(0x0975, -1) // ZC_STORE_ITEMLIST_NORMAL_V2
+packetLen(0x0975, -1)
#endif
// Packet: 0x0976
#if PACKETVER >= 20120221
-packetLen(0x0976, -1) // ZC_STORE_ITEMLIST_EQUIP_V2
+packetLen(0x0976, -1)
#endif
// Packet: 0x0977
#if PACKETVER >= 20120228
-packetLen(0x0977, 14) // ZC_HP_INFO
+packetLen(0x0977, 14)
#elif PACKETVER >= 20120221
-packetLen(0x0977, 15) // ZC_HP_INFO
+packetLen(0x0977, 15)
#endif
// Packet: 0x0978
#if PACKETVER >= 20120328
-packetLen(0x0978, 6) // CZ_REQ_BEFORE_WORLD_INFO
+packetLen(0x0978, 6)
#endif
// Packet: 0x0979
#if PACKETVER >= 20120328
-packetLen(0x0979, 50) // ZC_ACK_BEFORE_WORLD_INFO
+packetLen(0x0979, 50)
#endif
// Packet: 0x097a
#if PACKETVER >= 20120410
-packetLen(0x097a, -1) // ZC_ALL_QUEST_LIST2
+packetLen(0x097a, -1)
#endif
// Packet: 0x097b
#if PACKETVER >= 20120417
-packetLen(0x097b, -1) // ZC_PERSONAL_INFOMATION2
+packetLen(0x097b, -1)
#endif
// Packet: 0x097c
#if PACKETVER >= 20120502
-packetLen(0x097c, 4) // CZ_REQ_RANKING
+packetLen(0x097c, 4)
#endif
// Packet: 0x097d
#if PACKETVER >= 20120502
-packetLen(0x097d, 288) // ZC_ACK_RANKING
+packetLen(0x097d, 288)
#endif
// Packet: 0x097e
#if PACKETVER >= 20120502
-packetLen(0x097e, 12) // ZC_UPDATE_RANKING_POINT
+packetLen(0x097e, 12)
#endif
// Packet: 0x097f
#if PACKETVER >= 20120502
-packetLen(0x097f, -1) // ZC_SELECTCART
+packetLen(0x097f, -1)
#endif
// Packet: 0x0980
#if PACKETVER >= 20120502
-packetLen(0x0980, 7) // CZ_SELECTCART
+packetLen(0x0980, 7)
#endif
// Packet: 0x0981
#if PACKETVER >= 20120515
-packetLen(0x0981, -1) // ZC_PERSONAL_INFOMATION_CHN
+packetLen(0x0981, -1)
#endif
// Packet: 0x0982
#if PACKETVER >= 20120523
-packetLen(0x0982, 7) // ZC_FATIGUE_CHN
+packetLen(0x0982, 7)
#elif PACKETVER >= 20120515
-packetLen(0x0982, 3) // ZC_FATIGUE_CHN
+packetLen(0x0982, 3)
#endif
// Packet: 0x0983
#if PACKETVER >= 20120529
-packetLen(0x0983, 29) // ZC_MSG_STATE_CHANGE3
+packetLen(0x0983, 29)
#endif
// Packet: 0x0984
#if PACKETVER >= 20120529
-packetLen(0x0984, 28) // ZC_EFST_SET_ENTER2
+packetLen(0x0984, 28)
#endif
// Packet: 0x0985
#if PACKETVER >= 20120601
-packetLen(0x0985, -1) // ZC_SKILL_POSTDELAY_LIST2
+packetLen(0x0985, -1)
#endif
// Packet: 0x0986
#if PACKETVER >= 20120626
-packetLen(0x0986, 10) // AC_SHUTDOWN_NOTIFY
+packetLen(0x0986, 10)
#elif PACKETVER >= 20120612
-packetLen(0x0986, 6) // AC_SHUTDOWN_NOTIFY
+packetLen(0x0986, 6)
#endif
// Packet: 0x0987
#if PACKETVER >= 20120702
-packetLen(0x0987, 63) // CA_LOGIN6
+packetLen(0x0987, 63)
#endif
// Packet: 0x0988
#if PACKETVER >= 20120716
-packetLen(0x0988, 6) // ZC_NOTIFY_CLAN_CONNECTINFO
+packetLen(0x0988, 6)
#elif PACKETVER >= 20120702
-packetLen(0x0988, 2) // ZC_NOTIFY_CLAN_CONNECTINFO
+packetLen(0x0988, 2)
#endif
// Packet: 0x0989
#if PACKETVER >= 20120716
-packetLen(0x0989, 2) // ZC_ACK_CLAN_LEAVE
+packetLen(0x0989, 2)
#elif PACKETVER >= 20120702
-packetLen(0x0989, 6) // ZC_ACK_CLAN_LEAVE
+packetLen(0x0989, 6)
#endif
// Packet: 0x098a
#if PACKETVER >= 20120702
-packetLen(0x098a, -1) // ZC_CLANINFO
+packetLen(0x098a, -1)
#endif
// Packet: 0x098b
#if PACKETVER >= 20120716
-packetLen(0x098b, 2) // AC_REQ_NEW_USER
+packetLen(0x098b, 2)
#endif
// Packet: 0x098c
#if PACKETVER >= 20120716
-packetLen(0x098c, 4) // CA_ACK_NEW_USER
+packetLen(0x098c, 4)
#endif
// Packet: 0x098d
#if PACKETVER >= 20120716
-packetLen(0x098d, -1) // CZ_CLAN_CHAT
+packetLen(0x098d, -1)
#endif
// Packet: 0x098e
#if PACKETVER >= 20120716
-packetLen(0x098e, -1) // ZC_NOTIFY_CLAN_CHAT
+packetLen(0x098e, -1)
#endif
// Packet: 0x098f
#if PACKETVER >= 20120724
-packetLen(0x098f, -1) // CH_DELETE_CHAR3_EXT
+packetLen(0x098f, -1)
#endif
// Packet: 0x0990
#if PACKETVER >= 20120925
-packetLen(0x0990, 31) // ZC_ITEM_PICKUP_ACK_V5
+packetLen(0x0990, 31)
#endif
// Packet: 0x0991
#if PACKETVER >= 20120925
-packetLen(0x0991, -1) // ZC_INVENTORY_ITEMLIST_NORMAL_V5
+packetLen(0x0991, -1)
#endif
// Packet: 0x0992
#if PACKETVER >= 20120925
-packetLen(0x0992, -1) // ZC_INVENTORY_ITEMLIST_EQUIP_V5
+packetLen(0x0992, -1)
#endif
// Packet: 0x0993
#if PACKETVER >= 20120925
-packetLen(0x0993, -1) // ZC_CART_ITEMLIST_NORMAL_V5
+packetLen(0x0993, -1)
#endif
// Packet: 0x0994
#if PACKETVER >= 20120925
-packetLen(0x0994, -1) // ZC_CART_ITEMLIST_EQUIP_V5
+packetLen(0x0994, -1)
#endif
// Packet: 0x0995
#if PACKETVER >= 20120925
-packetLen(0x0995, -1) // ZC_STORE_ITEMLIST_NORMAL_V5
+packetLen(0x0995, -1)
#endif
// Packet: 0x0996
#if PACKETVER >= 20120925
-packetLen(0x0996, -1) // ZC_STORE_ITEMLIST_EQUIP_V5
+packetLen(0x0996, -1)
#endif
// Packet: 0x0997
#if PACKETVER >= 20120925
-packetLen(0x0997, -1) // ZC_EQUIPWIN_MICROSCOPE_V5
+packetLen(0x0997, -1)
#endif
// Packet: 0x0998
#if PACKETVER >= 20120925
-packetLen(0x0998, 8) // CZ_REQ_WEAR_EQUIP_V5
+packetLen(0x0998, 8)
#endif
// Packet: 0x0999
#if PACKETVER >= 20120925
-packetLen(0x0999, 11) // ZC_ACK_WEAR_EQUIP_V5
+packetLen(0x0999, 11)
#endif
// Packet: 0x099a
#if PACKETVER >= 20120925
-packetLen(0x099a, 9) // ZC_ACK_TAKEOFF_EQUIP_V5
+packetLen(0x099a, 9)
#endif
// Packet: 0x099b
#if PACKETVER >= 20121010
-packetLen(0x099b, 8) // ZC_MAPPROPERTY_R2
+packetLen(0x099b, 8)
#endif
// Packet: 0x099c
#if PACKETVER >= 20121024
-packetLen(0x099c, 6) // CH_REQ_CHARINFO_PER_PAGE
+packetLen(0x099c, 6)
#endif
// Packet: 0x099d
#if PACKETVER >= 20121024
-packetLen(0x099d, -1) // HC_ACK_CHARINFO_PER_PAGE
+packetLen(0x099d, -1)
#endif
// Packet: 0x099e
#if PACKETVER >= 20121128
-packetLen(0x099e, 12) // HC_QUEUE_ORDER
+packetLen(0x099e, 12)
#endif
// Packet: 0x099f
#if PACKETVER >= 20121212
-packetLen(0x099f, -1) // ZC_SKILL_ENTRY4
+packetLen(0x099f, -1)
#endif
// Packet: 0x09a0
#if PACKETVER >= 20121212
-packetLen(0x09a0, 6) // HC_CHARLIST_NOTIFY
+packetLen(0x09a0, 6)
#endif
// Packet: 0x09a1
#if PACKETVER >= 20121212
-packetLen(0x09a1, 2) // CH_CHARLIST_REQ
+packetLen(0x09a1, 2)
#endif
diff --git a/src/common/packets/packets2013_len_main.h b/src/common/packets/packets2013_len_main.h
index f7a60ade9..3845b73a8 100644
--- a/src/common/packets/packets2013_len_main.h
+++ b/src/common/packets/packets2013_len_main.h
@@ -2,8 +2,8 @@
* This file is part of Hercules.
* http://herc.ws - http://github.com/HerculesWS/Hercules
*
- * Copyright (C) 2019 Hercules Dev Team
- * Copyright (C) 2019 Andrei Karas (4144)
+ * Copyright (C) 2018-2019 Hercules Dev Team
+ * Copyright (C) 2018-2019 Andrei Karas (4144)
*
* Hercules is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -25,4461 +25,4461 @@
/* This file is autogenerated, please do not commit manual changes */
// Packet: 0x0064
-packetLen(0x0064, 55) // CA_LOGIN
+packetLen(0x0064, 55)
// Packet: 0x0065
-packetLen(0x0065, 17) // CH_ENTER
+packetLen(0x0065, 17)
// Packet: 0x0066
-packetLen(0x0066, 3) // CH_SELECT_CHAR
+packetLen(0x0066, 3)
// Packet: 0x0067
-packetLen(0x0067, 37) // CH_MAKE_CHAR
+packetLen(0x0067, 37)
// Packet: 0x0068
-packetLen(0x0068, 46) // CH_DELETE_CHAR
+packetLen(0x0068, 46)
// Packet: 0x0069
-packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+packetLen(0x0069, -1)
// Packet: 0x006a
-packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+packetLen(0x006a, 23)
// Packet: 0x006b
-packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+packetLen(0x006b, -1)
// Packet: 0x006c
-packetLen(0x006c, 3) // HC_REFUSE_ENTER
+packetLen(0x006c, 3)
// Packet: 0x006d
-packetLen(0x006d, 146) // HC_ACCEPT_MAKECHAR
+packetLen(0x006d, 146)
// Packet: 0x006e
-packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+packetLen(0x006e, 3)
// Packet: 0x006f
-packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+packetLen(0x006f, 2)
// Packet: 0x0070
-packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+packetLen(0x0070, 3)
// Packet: 0x0071
-packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+packetLen(0x0071, 28)
// Packet: 0x0072
-packetLen(0x0072, 22) // CZ_ENTER
+packetLen(0x0072, 22)
// Packet: 0x0073
-packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 11)
// Packet: 0x0074
-packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+packetLen(0x0074, 3)
// Packet: 0x0075
-packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, -1)
// Packet: 0x0076
-packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+packetLen(0x0076, 9)
// Packet: 0x0077
-packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 5)
// Packet: 0x0078
-packetLen(0x0078, 55) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, 55)
// Packet: 0x0079
-packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, 53)
// Packet: 0x007a
-packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, 58)
// Packet: 0x007b
-packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, 60)
// Packet: 0x007c
-packetLen(0x007c, 44) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, 44)
// Packet: 0x007d
-packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, 2)
// Packet: 0x007e
-packetLen(0x007e, 105) // CZ_REQUEST_TIME
+packetLen(0x007e, 105)
// Packet: 0x007f
-packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+packetLen(0x007f, 6)
// Packet: 0x0080
-packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+packetLen(0x0080, 7)
// Packet: 0x0081
-packetLen(0x0081, 3) // SC_NOTIFY_BAN
+packetLen(0x0081, 3)
// Packet: 0x0082
-packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+packetLen(0x0082, 2)
// Packet: 0x0083
-packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 2)
// Packet: 0x0084
-packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+packetLen(0x0084, 2)
// Packet: 0x0085
-packetLen(0x0085, 10) // CZ_REQUEST_MOVE
+packetLen(0x0085, 10)
// Packet: 0x0086
-packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 16)
// Packet: 0x0087
-packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 12)
// Packet: 0x0088
-packetLen(0x0088, 10) // ZC_STOPMOVE
+packetLen(0x0088, 10)
// Packet: 0x0089
-packetLen(0x0089, 11) // CZ_REQUEST_ACT
+packetLen(0x0089, 11)
// Packet: 0x008a
-packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+packetLen(0x008a, 29)
// Packet: 0x008b
-packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+packetLen(0x008b, 23)
// Packet: 0x008c
packetLen(0x008c, 14)
// Packet: 0x008d
-packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+packetLen(0x008d, -1)
// Packet: 0x008e
-packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, -1)
// Packet: 0x0090
-packetLen(0x0090, 7) // CZ_CONTACTNPC
+packetLen(0x0090, 7)
// Packet: 0x0091
-packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, 22)
// Packet: 0x0092
-packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 28)
// Packet: 0x0093
-packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+packetLen(0x0093, 2)
// Packet: 0x0094
-packetLen(0x0094, 19) // CZ_REQNAME
+packetLen(0x0094, 19)
// Packet: 0x0095
-packetLen(0x0095, 30) // ZC_ACK_REQNAME
+packetLen(0x0095, 30)
// Packet: 0x0096
-packetLen(0x0096, -1) // CZ_WHISPER
+packetLen(0x0096, -1)
// Packet: 0x0097
-packetLen(0x0097, -1) // ZC_WHISPER
+packetLen(0x0097, -1)
// Packet: 0x0098
-packetLen(0x0098, 3) // ZC_ACK_WHISPER
+packetLen(0x0098, 3)
// Packet: 0x0099
-packetLen(0x0099, -1) // CZ_BROADCAST
+packetLen(0x0099, -1)
// Packet: 0x009a
-packetLen(0x009a, -1) // ZC_BROADCAST
+packetLen(0x009a, -1)
// Packet: 0x009b
-packetLen(0x009b, 34) // CZ_CHANGE_DIRECTION
+packetLen(0x009b, 34)
// Packet: 0x009c
-packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, 9)
// Packet: 0x009d
-packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+packetLen(0x009d, 17)
// Packet: 0x009e
-packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 17)
// Packet: 0x009f
-packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+packetLen(0x009f, 20)
// Packet: 0x00a0
-packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, 23)
// Packet: 0x00a1
-packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, 6)
// Packet: 0x00a2
-packetLen(0x00a2, 14) // CZ_ITEM_THROW
+packetLen(0x00a2, 14)
// Packet: 0x00a3
-packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, -1)
// Packet: 0x00a4
-packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, -1)
// Packet: 0x00a5
-packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, -1)
// Packet: 0x00a6
-packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, -1)
// Packet: 0x00a7
packetLen(0x00a7, 9)
// Packet: 0x00a8
-packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 7)
// Packet: 0x00a9
-packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, 6)
// Packet: 0x00aa
-packetLen(0x00aa, 9) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 9)
// Packet: 0x00ab
-packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, 4)
// Packet: 0x00ac
-packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, 7)
// Packet: 0x00ae
-packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+packetLen(0x00ae, -1)
// Packet: 0x00af
-packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, 6)
// Packet: 0x00b0
-packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+packetLen(0x00b0, 8)
// Packet: 0x00b1
-packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, 8)
// Packet: 0x00b2
-packetLen(0x00b2, 3) // CZ_RESTART
+packetLen(0x00b2, 3)
// Packet: 0x00b3
-packetLen(0x00b3, 3) // ZC_RESTART_ACK
+packetLen(0x00b3, 3)
// Packet: 0x00b4
-packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+packetLen(0x00b4, -1)
// Packet: 0x00b5
-packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 6)
// Packet: 0x00b6
-packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 6)
// Packet: 0x00b7
-packetLen(0x00b7, -1) // ZC_MENU_LIST
+packetLen(0x00b7, -1)
// Packet: 0x00b8
-packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+packetLen(0x00b8, 7)
// Packet: 0x00b9
-packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, 6)
// Packet: 0x00ba
-packetLen(0x00ba, 2) // CZ_REQ_STATUS
+packetLen(0x00ba, 2)
// Packet: 0x00bb
-packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+packetLen(0x00bb, 5)
// Packet: 0x00bc
-packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 6)
// Packet: 0x00bd
-packetLen(0x00bd, 44) // ZC_STATUS
+packetLen(0x00bd, 44)
// Packet: 0x00be
-packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+packetLen(0x00be, 5)
// Packet: 0x00bf
-packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+packetLen(0x00bf, 3)
// Packet: 0x00c0
-packetLen(0x00c0, 7) // ZC_EMOTION
+packetLen(0x00c0, 7)
// Packet: 0x00c1
-packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, 2)
// Packet: 0x00c2
-packetLen(0x00c2, 6) // ZC_USER_COUNT
+packetLen(0x00c2, 6)
// Packet: 0x00c3
-packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, 8)
// Packet: 0x00c4
-packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, 6)
// Packet: 0x00c5
-packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, 7)
// Packet: 0x00c6
-packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, -1)
// Packet: 0x00c7
-packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, -1)
// Packet: 0x00c8
-packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, -1)
// Packet: 0x00c9
-packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, -1)
// Packet: 0x00ca
-packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, 3)
// Packet: 0x00cb
-packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+packetLen(0x00cb, 3)
// Packet: 0x00cc
-packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, 6)
// Packet: 0x00cd
-packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+packetLen(0x00cd, 3)
// Packet: 0x00ce
-packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 2)
// Packet: 0x00cf
-packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 27)
// Packet: 0x00d0
-packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, 3)
// Packet: 0x00d1
-packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, 4)
// Packet: 0x00d2
-packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 4)
// Packet: 0x00d3
-packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 2)
// Packet: 0x00d4
-packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+packetLen(0x00d4, -1)
// Packet: 0x00d5
-packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, -1)
// Packet: 0x00d6
-packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 3)
// Packet: 0x00d7
-packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, -1)
// Packet: 0x00d8
-packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+packetLen(0x00d8, 6)
// Packet: 0x00d9
-packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, 14)
// Packet: 0x00da
-packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, 3)
// Packet: 0x00db
-packetLen(0x00db, -1) // ZC_ENTER_ROOM
+packetLen(0x00db, -1)
// Packet: 0x00dc
-packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 28)
// Packet: 0x00dd
-packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+packetLen(0x00dd, 29)
// Packet: 0x00de
-packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, -1)
// Packet: 0x00df
-packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, -1)
// Packet: 0x00e0
-packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, 30)
// Packet: 0x00e1
-packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+packetLen(0x00e1, 30)
// Packet: 0x00e2
-packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, 26)
// Packet: 0x00e3
-packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+packetLen(0x00e3, 2)
// Packet: 0x00e4
-packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 6)
// Packet: 0x00e5
-packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 26)
// Packet: 0x00e6
-packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, 3)
// Packet: 0x00e7
-packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 3)
// Packet: 0x00e8
-packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, 8)
// Packet: 0x00e9
-packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 19)
// Packet: 0x00ea
-packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 5)
// Packet: 0x00eb
-packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 2)
// Packet: 0x00ec
-packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 3)
// Packet: 0x00ed
-packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, 2)
// Packet: 0x00ee
-packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, 2)
// Packet: 0x00ef
-packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 2)
// Packet: 0x00f0
-packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 3)
// Packet: 0x00f1
-packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+packetLen(0x00f1, 2)
// Packet: 0x00f2
-packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 6)
// Packet: 0x00f3
-packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+packetLen(0x00f3, -1)
// Packet: 0x00f4
-packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 21)
// Packet: 0x00f5
-packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+packetLen(0x00f5, 11)
// Packet: 0x00f6
-packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 8)
// Packet: 0x00f7
-packetLen(0x00f7, 17) // CZ_REQUEST_TIME
+packetLen(0x00f7, 17)
// Packet: 0x00f8
-packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+packetLen(0x00f8, 2)
// Packet: 0x00f9
-packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+packetLen(0x00f9, 26)
// Packet: 0x00fa
-packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, 3)
// Packet: 0x00fb
-packetLen(0x00fb, -1) // ZC_GROUP_LIST
+packetLen(0x00fb, -1)
// Packet: 0x00fc
-packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, 6)
// Packet: 0x00fd
-packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, 27)
// Packet: 0x00fe
-packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, 30)
// Packet: 0x00ff
-packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+packetLen(0x00ff, 10)
// Packet: 0x0100
-packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, 2)
// Packet: 0x0101
-packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, 6)
// Packet: 0x0102
-packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 6)
// Packet: 0x0103
-packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 30)
// Packet: 0x0104
-packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, 79)
// Packet: 0x0105
-packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, 31)
// Packet: 0x0106
-packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, 10)
// Packet: 0x0107
-packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, 10)
// Packet: 0x0108
-packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, -1)
// Packet: 0x0109
-packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, -1)
// Packet: 0x010a
-packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 4)
// Packet: 0x010b
-packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, 6)
// Packet: 0x010c
-packetLen(0x010c, 6) // ZC_MVP
+packetLen(0x010c, 6)
// Packet: 0x010d
-packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+packetLen(0x010d, 2)
// Packet: 0x010e
-packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, 11)
// Packet: 0x010f
-packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+packetLen(0x010f, -1)
// Packet: 0x0110
-packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, 10)
// Packet: 0x0111
-packetLen(0x0111, 39) // ZC_ADD_SKILL
+packetLen(0x0111, 39)
// Packet: 0x0112
-packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, 4)
// Packet: 0x0113
-packetLen(0x0113, 25) // CZ_USE_SKILL
+packetLen(0x0113, 25)
// Packet: 0x0114
-packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+packetLen(0x0114, 31)
// Packet: 0x0115
-packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+packetLen(0x0115, 35)
// Packet: 0x0116
-packetLen(0x0116, 17) // CZ_USE_SKILL_TOGROUND
+packetLen(0x0116, 17)
// Packet: 0x0117
-packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, 18)
// Packet: 0x0118
-packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+packetLen(0x0118, 2)
// Packet: 0x0119
-packetLen(0x0119, 13) // ZC_STATE_CHANGE
+packetLen(0x0119, 13)
// Packet: 0x011a
-packetLen(0x011a, 15) // ZC_USE_SKILL
+packetLen(0x011a, 15)
// Packet: 0x011b
-packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, 20)
// Packet: 0x011c
-packetLen(0x011c, 68) // ZC_WARPLIST
+packetLen(0x011c, 68)
// Packet: 0x011d
-packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 2)
// Packet: 0x011e
-packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, 3)
// Packet: 0x011f
-packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+packetLen(0x011f, 16)
// Packet: 0x0120
-packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, 6)
// Packet: 0x0121
-packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, 14)
// Packet: 0x0122
-packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, -1)
// Packet: 0x0123
-packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, -1)
// Packet: 0x0124
-packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 21)
// Packet: 0x0125
-packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 8)
// Packet: 0x0126
-packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 8)
// Packet: 0x0127
-packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, 8)
// Packet: 0x0128
-packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 8)
// Packet: 0x0129
-packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, 8)
// Packet: 0x012a
-packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+packetLen(0x012a, 2)
// Packet: 0x012b
-packetLen(0x012b, 2) // ZC_CARTOFF
+packetLen(0x012b, 2)
// Packet: 0x012c
-packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 3)
// Packet: 0x012d
-packetLen(0x012d, 4) // ZC_OPENSTORE
+packetLen(0x012d, 4)
// Packet: 0x012e
-packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, 2)
// Packet: 0x012f
-packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+packetLen(0x012f, -1)
// Packet: 0x0130
-packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, 6)
// Packet: 0x0131
-packetLen(0x0131, 86) // ZC_STORE_ENTRY
+packetLen(0x0131, 86)
// Packet: 0x0132
-packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, 6)
// Packet: 0x0133
-packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, -1)
// Packet: 0x0134
-packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, -1)
// Packet: 0x0135
-packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, 7)
// Packet: 0x0136
-packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, -1)
// Packet: 0x0137
-packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, 6)
// Packet: 0x0138
-packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+packetLen(0x0138, 3)
// Packet: 0x0139
-packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, 16)
// Packet: 0x013a
-packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+packetLen(0x013a, 4)
// Packet: 0x013b
-packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+packetLen(0x013b, 4)
// Packet: 0x013c
-packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+packetLen(0x013c, 4)
// Packet: 0x013d
-packetLen(0x013d, 6) // ZC_RECOVERY
+packetLen(0x013d, 6)
// Packet: 0x013e
-packetLen(0x013e, 24) // ZC_USESKILL_ACK
+packetLen(0x013e, 24)
// Packet: 0x013f
-packetLen(0x013f, 26) // CZ_ITEM_CREATE
+packetLen(0x013f, 26)
// Packet: 0x0140
-packetLen(0x0140, 22) // CZ_MOVETO_MAP
+packetLen(0x0140, 22)
// Packet: 0x0141
-packetLen(0x0141, 14) // ZC_COUPLESTATUS
+packetLen(0x0141, 14)
// Packet: 0x0142
-packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+packetLen(0x0142, 6)
// Packet: 0x0143
-packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+packetLen(0x0143, 10)
// Packet: 0x0144
-packetLen(0x0144, 23) // ZC_COMPASS
+packetLen(0x0144, 23)
// Packet: 0x0145
-packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+packetLen(0x0145, 19)
// Packet: 0x0146
-packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+packetLen(0x0146, 6)
// Packet: 0x0147
-packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+packetLen(0x0147, 39)
// Packet: 0x0148
-packetLen(0x0148, 8) // ZC_RESURRECTION
+packetLen(0x0148, 8)
// Packet: 0x0149
-packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, 9)
// Packet: 0x014a
-packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+packetLen(0x014a, 6)
// Packet: 0x014b
-packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+packetLen(0x014b, 27)
// Packet: 0x014c
-packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, -1)
// Packet: 0x014d
-packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 2)
// Packet: 0x014e
-packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+packetLen(0x014e, 6)
// Packet: 0x014f
-packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, 6)
// Packet: 0x0150
-packetLen(0x0150, 110) // ZC_GUILD_INFO
+packetLen(0x0150, 110)
// Packet: 0x0151
-packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+packetLen(0x0151, 6)
// Packet: 0x0152
-packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+packetLen(0x0152, -1)
// Packet: 0x0153
-packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+packetLen(0x0153, -1)
// Packet: 0x0154
-packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, -1)
// Packet: 0x0155
-packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, -1)
// Packet: 0x0156
-packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+packetLen(0x0156, -1)
// Packet: 0x0157
-packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+packetLen(0x0157, 6)
// Packet: 0x0159
-packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, 54)
// Packet: 0x015a
-packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 66)
// Packet: 0x015b
-packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 54)
// Packet: 0x015c
-packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, 90)
// Packet: 0x015d
-packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+packetLen(0x015d, 42)
// Packet: 0x015e
-packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, 6)
// Packet: 0x015f
-packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+packetLen(0x015f, 42)
// Packet: 0x0160
-packetLen(0x0160, -1) // ZC_POSITION_INFO
+packetLen(0x0160, -1)
// Packet: 0x0161
-packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, -1)
// Packet: 0x0162
-packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, -1)
// Packet: 0x0163
-packetLen(0x0163, -1) // ZC_BAN_LIST
+packetLen(0x0163, -1)
// Packet: 0x0164
-packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+packetLen(0x0164, -1)
// Packet: 0x0165
-packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, 30)
// Packet: 0x0166
-packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, -1)
// Packet: 0x0167
-packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 3)
// Packet: 0x0168
-packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, 14)
// Packet: 0x0169
-packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 3)
// Packet: 0x016a
-packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, 30)
// Packet: 0x016b
-packetLen(0x016b, 10) // CZ_JOIN_GUILD
+packetLen(0x016b, 10)
// Packet: 0x016c
-packetLen(0x016c, 43) // ZC_UPDATE_GDID
+packetLen(0x016c, 43)
// Packet: 0x016d
-packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 14)
// Packet: 0x016e
-packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+packetLen(0x016e, 186)
// Packet: 0x016f
-packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+packetLen(0x016f, 182)
// Packet: 0x0170
-packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 14)
// Packet: 0x0171
-packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, 30)
// Packet: 0x0172
-packetLen(0x0172, 10) // CZ_ALLY_GUILD
+packetLen(0x0172, 10)
// Packet: 0x0173
-packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+packetLen(0x0173, 3)
// Packet: 0x0174
-packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0174, -1)
// Packet: 0x0175
-packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+packetLen(0x0175, 6)
// Packet: 0x0176
-packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+packetLen(0x0176, 106)
// Packet: 0x0177
-packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, -1)
// Packet: 0x0178
-packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, 4)
// Packet: 0x0179
-packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 5)
// Packet: 0x017a
-packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, 4)
// Packet: 0x017b
-packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, -1)
// Packet: 0x017c
-packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, 6)
// Packet: 0x017d
-packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 7)
// Packet: 0x017e
-packetLen(0x017e, -1) // CZ_GUILD_CHAT
+packetLen(0x017e, -1)
// Packet: 0x017f
-packetLen(0x017f, -1) // ZC_GUILD_CHAT
+packetLen(0x017f, -1)
// Packet: 0x0180
-packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+packetLen(0x0180, 6)
// Packet: 0x0181
-packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+packetLen(0x0181, 3)
// Packet: 0x0182
-packetLen(0x0182, 106) // ZC_MEMBER_ADD
+packetLen(0x0182, 106)
// Packet: 0x0183
-packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+packetLen(0x0183, 10)
// Packet: 0x0184
-packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+packetLen(0x0184, 10)
// Packet: 0x0185
-packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+packetLen(0x0185, 34)
// Packet: 0x0187
-packetLen(0x0187, 6) // CH_UNKNOWN_PING
+packetLen(0x0187, 6)
// Packet: 0x0188
-packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, 8)
// Packet: 0x0189
-packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, 4)
// Packet: 0x018a
-packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+packetLen(0x018a, 4)
// Packet: 0x018b
-packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, 4)
// Packet: 0x018c
-packetLen(0x018c, 29) // ZC_MONSTER_INFO
+packetLen(0x018c, 29)
// Packet: 0x018d
-packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, -1)
// Packet: 0x018e
-packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+packetLen(0x018e, 10)
// Packet: 0x018f
-packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 6)
// Packet: 0x0190
-packetLen(0x0190, 23) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+packetLen(0x0190, 23)
// Packet: 0x0191
-packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+packetLen(0x0191, 86)
// Packet: 0x0192
-packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+packetLen(0x0192, 24)
// Packet: 0x0193
-packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+packetLen(0x0193, 2)
// Packet: 0x0194
-packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 30)
// Packet: 0x0195
-packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 102)
// Packet: 0x0196
-packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, 9)
// Packet: 0x0197
-packetLen(0x0197, 4) // CZ_RESET
+packetLen(0x0197, 4)
// Packet: 0x0198
-packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+packetLen(0x0198, 8)
// Packet: 0x0199
-packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, 4)
// Packet: 0x019a
-packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 14)
// Packet: 0x019b
-packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 10)
// Packet: 0x019c
-packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+packetLen(0x019c, -1)
// Packet: 0x019d
-packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, 6)
// Packet: 0x019e
-packetLen(0x019e, 2) // ZC_START_CAPTURE
+packetLen(0x019e, 2)
// Packet: 0x019f
-packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, 6)
// Packet: 0x01a0
-packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, 3)
// Packet: 0x01a1
-packetLen(0x01a1, 3) // CZ_COMMAND_PET
+packetLen(0x01a1, 3)
// Packet: 0x01a2
-packetLen(0x01a2, 37) // ZC_PROPERTY_PET
+packetLen(0x01a2, 37)
// Packet: 0x01a3
-packetLen(0x01a3, 5) // ZC_FEED_PET
+packetLen(0x01a3, 5)
// Packet: 0x01a4
-packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, 11)
// Packet: 0x01a5
-packetLen(0x01a5, 26) // CZ_RENAME_PET
+packetLen(0x01a5, 26)
// Packet: 0x01a6
-packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+packetLen(0x01a6, -1)
// Packet: 0x01a7
-packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 4)
// Packet: 0x01a8
-packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+packetLen(0x01a8, 4)
// Packet: 0x01a9
-packetLen(0x01a9, 6) // CZ_PET_ACT
+packetLen(0x01a9, 6)
// Packet: 0x01aa
-packetLen(0x01aa, 10) // ZC_PET_ACT
+packetLen(0x01aa, 10)
// Packet: 0x01ab
-packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, 12)
// Packet: 0x01ac
-packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+packetLen(0x01ac, 6)
// Packet: 0x01ad
-packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, -1)
// Packet: 0x01ae
-packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, 4)
// Packet: 0x01af
-packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+packetLen(0x01af, 4)
// Packet: 0x01b0
-packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, 11)
// Packet: 0x01b1
-packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+packetLen(0x01b1, 7)
// Packet: 0x01b2
-packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, -1)
// Packet: 0x01b3
-packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, 67)
// Packet: 0x01b4
-packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+packetLen(0x01b4, 12)
// Packet: 0x01b5
-packetLen(0x01b5, 18) // SC_BILLING_INFO
+packetLen(0x01b5, 18)
// Packet: 0x01b6
-packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+packetLen(0x01b6, 114)
// Packet: 0x01b7
-packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+packetLen(0x01b7, 6)
// Packet: 0x01b8
-packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+packetLen(0x01b8, 3)
// Packet: 0x01b9
-packetLen(0x01b9, 6) // ZC_DISPEL
+packetLen(0x01b9, 6)
// Packet: 0x01ba
-packetLen(0x01ba, 26) // CZ_REMOVE_AID
+packetLen(0x01ba, 26)
// Packet: 0x01bb
-packetLen(0x01bb, 26) // CZ_SHIFT
+packetLen(0x01bb, 26)
// Packet: 0x01bc
-packetLen(0x01bc, 26) // CZ_RECALL
+packetLen(0x01bc, 26)
// Packet: 0x01bd
-packetLen(0x01bd, 26) // CZ_RECALL_GID
+packetLen(0x01bd, 26)
// Packet: 0x01be
-packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+packetLen(0x01be, 2)
// Packet: 0x01bf
-packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+packetLen(0x01bf, 3)
// Packet: 0x01c0
-packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+packetLen(0x01c0, 2)
// Packet: 0x01c1
-packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+packetLen(0x01c1, 14)
// Packet: 0x01c2
-packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+packetLen(0x01c2, 10)
// Packet: 0x01c3
-packetLen(0x01c3, -1) // ZC_BROADCAST2
+packetLen(0x01c3, -1)
// Packet: 0x01c4
-packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 22)
// Packet: 0x01c5
-packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 22)
// Packet: 0x01c6
-packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+packetLen(0x01c6, 4)
// Packet: 0x01c7
-packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+packetLen(0x01c7, 2)
// Packet: 0x01c8
-packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, 13)
// Packet: 0x01c9
-packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 97)
// Packet: 0x01ca
-packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+packetLen(0x01ca, 3)
// Packet: 0x01cb
-packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+packetLen(0x01cb, 9)
// Packet: 0x01cc
-packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+packetLen(0x01cc, 9)
// Packet: 0x01cd
-packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, 30)
// Packet: 0x01ce
-packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, 6)
// Packet: 0x01cf
-packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+packetLen(0x01cf, 28)
// Packet: 0x01d0
-packetLen(0x01d0, 8) // ZC_SPIRITS
+packetLen(0x01d0, 8)
// Packet: 0x01d1
-packetLen(0x01d1, 14) // ZC_BLADESTOP
+packetLen(0x01d1, 14)
// Packet: 0x01d2
-packetLen(0x01d2, 10) // ZC_COMBODELAY
+packetLen(0x01d2, 10)
// Packet: 0x01d3
-packetLen(0x01d3, 35) // ZC_SOUND
+packetLen(0x01d3, 35)
// Packet: 0x01d4
-packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, 6)
// Packet: 0x01d5
-packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, -1)
// Packet: 0x01d6
-packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 4)
// Packet: 0x01d7
-packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 11)
// Packet: 0x01d8
-packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 54)
// Packet: 0x01d9
-packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 53)
// Packet: 0x01da
-packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 60)
// Packet: 0x01db
-packetLen(0x01db, 2) // CA_REQ_HASH
+packetLen(0x01db, 2)
// Packet: 0x01dc
-packetLen(0x01dc, -1) // AC_ACK_HASH
+packetLen(0x01dc, -1)
// Packet: 0x01dd
-packetLen(0x01dd, 47) // CA_LOGIN2
+packetLen(0x01dd, 47)
// Packet: 0x01de
-packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 33)
// Packet: 0x01df
-packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+packetLen(0x01df, 6)
// Packet: 0x01e0
-packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+packetLen(0x01e0, 30)
// Packet: 0x01e1
-packetLen(0x01e1, 8) // ZC_SPIRITS2
+packetLen(0x01e1, 8)
// Packet: 0x01e2
-packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+packetLen(0x01e2, 34)
// Packet: 0x01e3
-packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+packetLen(0x01e3, 14)
// Packet: 0x01e4
-packetLen(0x01e4, 2) // ZC_START_COUPLE
+packetLen(0x01e4, 2)
// Packet: 0x01e5
-packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+packetLen(0x01e5, 6)
// Packet: 0x01e6
-packetLen(0x01e6, 26) // ZC_COUPLENAME
+packetLen(0x01e6, 26)
// Packet: 0x01e7
-packetLen(0x01e7, 2) // CZ_DORIDORI
+packetLen(0x01e7, 2)
// Packet: 0x01e8
-packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 28)
// Packet: 0x01e9
-packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, 81)
// Packet: 0x01ea
-packetLen(0x01ea, 6) // ZC_CONGRATULATION
+packetLen(0x01ea, 6)
// Packet: 0x01eb
-packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, 10)
// Packet: 0x01ec
-packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+packetLen(0x01ec, 26)
// Packet: 0x01ed
-packetLen(0x01ed, 2) // CZ_CHOPOKGI
+packetLen(0x01ed, 2)
// Packet: 0x01ee
-packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, -1)
// Packet: 0x01ef
-packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, -1)
// Packet: 0x01f0
-packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, -1)
// Packet: 0x01f1
-packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+packetLen(0x01f1, -1)
// Packet: 0x01f2
-packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, 20)
// Packet: 0x01f3
-packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+packetLen(0x01f3, 10)
// Packet: 0x01f4
-packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, 32)
// Packet: 0x01f5
-packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, 9)
// Packet: 0x01f6
-packetLen(0x01f6, 34) // ZC_REQ_BABY
+packetLen(0x01f6, 34)
// Packet: 0x01f7
-packetLen(0x01f7, 14) // CZ_JOIN_BABY
+packetLen(0x01f7, 14)
// Packet: 0x01f8
-packetLen(0x01f8, 2) // ZC_START_BABY
+packetLen(0x01f8, 2)
// Packet: 0x01f9
-packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+packetLen(0x01f9, 6)
// Packet: 0x01fa
-packetLen(0x01fa, 48) // CA_LOGIN3
+packetLen(0x01fa, 48)
// Packet: 0x01fb
-packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+packetLen(0x01fb, 56)
// Packet: 0x01fc
-packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, -1)
// Packet: 0x01fd
-packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 15)
// Packet: 0x01fe
-packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, 5)
// Packet: 0x01ff
-packetLen(0x01ff, 10) // ZC_HIGHJUMP
+packetLen(0x01ff, 10)
// Packet: 0x0200
-packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+packetLen(0x0200, 26)
// Packet: 0x0201
-packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+packetLen(0x0201, -1)
// Packet: 0x0202
#if PACKETVER >= 20131230
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20131223
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20131218
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20131211
-packetLen(0x0202, 10) // CZ_ADD_FRIENDS
+packetLen(0x0202, 10)
#elif PACKETVER >= 20131016
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20131008
-packetLen(0x0202, 6) // CZ_ADD_FRIENDS
+packetLen(0x0202, 6)
#elif PACKETVER >= 20131002
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20130828
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20130821
-packetLen(0x0202, 10) // CZ_ADD_FRIENDS
+packetLen(0x0202, 10)
#elif PACKETVER >= 20130814
-packetLen(0x0202, 8) // CZ_ADD_FRIENDS
+packetLen(0x0202, 8)
#elif PACKETVER >= 20130807
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20130717
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20130710
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20130703
-packetLen(0x0202, 6) // CZ_ADD_FRIENDS
+packetLen(0x0202, 6)
#elif PACKETVER >= 20130612
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20130605
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20130502
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20130424
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20130417
-packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+packetLen(0x0202, -1)
#elif PACKETVER >= 20130320
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20130313
-packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+packetLen(0x0202, 26)
#elif PACKETVER >= 20130227
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20130220
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20130109
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20130103
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#endif
// Packet: 0x0203
-packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+packetLen(0x0203, 10)
// Packet: 0x0204
-packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+packetLen(0x0204, 18)
// Packet: 0x0205
-packetLen(0x0205, 26) // ZC_DIVORCE
+packetLen(0x0205, 26)
// Packet: 0x0206
-packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+packetLen(0x0206, 11)
// Packet: 0x0207
-packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, 34)
// Packet: 0x0208
-packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, 14)
// Packet: 0x0209
-packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, 36)
// Packet: 0x020a
-packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 10)
// Packet: 0x020d
-packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+packetLen(0x020d, -1)
// Packet: 0x020e
-packetLen(0x020e, 32) // ZC_STARSKILL
+packetLen(0x020e, 32)
// Packet: 0x0212
-packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+packetLen(0x0212, 26)
// Packet: 0x0213
-packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+packetLen(0x0213, 26)
// Packet: 0x0214
-packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+packetLen(0x0214, 42)
// Packet: 0x0215
-packetLen(0x0215, 6) // ZC_SKILLMSG
+packetLen(0x0215, 6)
// Packet: 0x0216
-packetLen(0x0216, 6) // ZC_BABYMSG
+packetLen(0x0216, 6)
// Packet: 0x0217
-packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 2)
// Packet: 0x0218
-packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, 2)
// Packet: 0x0219
-packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 282)
// Packet: 0x021a
-packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, 282)
// Packet: 0x021b
-packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, 10)
// Packet: 0x021c
-packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, 10)
// Packet: 0x021d
-packetLen(0x021d, 6) // CZ_LESSEFFECT
+packetLen(0x021d, 6)
// Packet: 0x021e
-packetLen(0x021e, 6) // ZC_LESSEFFECT
+packetLen(0x021e, 6)
// Packet: 0x021f
-packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+packetLen(0x021f, 66)
// Packet: 0x0220
-packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+packetLen(0x0220, 10)
// Packet: 0x0221
-packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+packetLen(0x0221, -1)
// Packet: 0x0222
-packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+packetLen(0x0222, 6)
// Packet: 0x0223
-packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+packetLen(0x0223, 8)
// Packet: 0x0224
-packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+packetLen(0x0224, 10)
// Packet: 0x0225
-packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+packetLen(0x0225, 2)
// Packet: 0x0226
-packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+packetLen(0x0226, 282)
// Packet: 0x0227
-packetLen(0x0227, 18) // ZC_GAME_GUARD
+packetLen(0x0227, 18)
// Packet: 0x0228
-packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+packetLen(0x0228, 18)
// Packet: 0x0229
-packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+packetLen(0x0229, 15)
// Packet: 0x022a
-packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 58)
// Packet: 0x022b
-packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, 57)
// Packet: 0x022c
-packetLen(0x022c, 65) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, 65)
// Packet: 0x022d
#if PACKETVER >= 20131230
-packetLen(0x022d, -1) // CZ_COMMAND_MER
+packetLen(0x022d, -1)
#elif PACKETVER >= 20131223
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20131218
-packetLen(0x022d, -1) // CZ_COMMAND_MER
+packetLen(0x022d, -1)
#elif PACKETVER >= 20131106
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20131030
-packetLen(0x022d, 5) // CZ_COMMAND_MER
+packetLen(0x022d, 5)
#elif PACKETVER >= 20131023
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20131016
-packetLen(0x022d, 8) // CZ_COMMAND_MER
+packetLen(0x022d, 8)
#elif PACKETVER >= 20131008
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20131002
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20130814
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20130807
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20130731
-packetLen(0x022d, 26) // CZ_COMMAND_MER
+packetLen(0x022d, 26)
#elif PACKETVER >= 20130717
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20130703
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20130612
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20130605
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20130515
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20130508
-packetLen(0x022d, 8) // CZ_COMMAND_MER
+packetLen(0x022d, 8)
#elif PACKETVER >= 20130502
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20130424
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20130313
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20130306
-packetLen(0x022d, -1) // CZ_COMMAND_MER
+packetLen(0x022d, -1)
#elif PACKETVER >= 20130227
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20130220
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20130109
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20130103
-packetLen(0x022d, 4) // CZ_COMMAND_MER
+packetLen(0x022d, 4)
#endif
// Packet: 0x022e
-packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 71)
// Packet: 0x022f
-packetLen(0x022f, 5) // ZC_FEED_MER
+packetLen(0x022f, 5)
// Packet: 0x0230
-packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+packetLen(0x0230, 12)
// Packet: 0x0231
-packetLen(0x0231, 26) // CZ_RENAME_MER
+packetLen(0x0231, 26)
// Packet: 0x0232
-packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, 9)
// Packet: 0x0233
-packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, 11)
// Packet: 0x0234
-packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, 6)
// Packet: 0x0235
-packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, -1)
// Packet: 0x0236
-packetLen(0x0236, 10) // ZC_KILLER_POINT
+packetLen(0x0236, 10)
// Packet: 0x0237
-packetLen(0x0237, 2) // CZ_KILLER_RANK
+packetLen(0x0237, 2)
// Packet: 0x0238
-packetLen(0x0238, 282) // ZC_KILLER_RANK
+packetLen(0x0238, 282)
// Packet: 0x0239
-packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 11)
// Packet: 0x023a
-packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, 4)
// Packet: 0x023b
#if PACKETVER >= 20131230
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20131223
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20131008
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20131002
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20130904
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20130828
-packetLen(0x023b, 90) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 90)
#elif PACKETVER >= 20130814
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20130807
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20130717
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20130710
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20130612
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20130605
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20130529
-packetLen(0x023b, 5) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 5)
#elif PACKETVER >= 20130502
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20130424
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20130410
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20130403
-packetLen(0x023b, 6) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 6)
#elif PACKETVER >= 20130306
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20130220
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20130215
-packetLen(0x023b, 6) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 6)
#elif PACKETVER >= 20130109
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20130103
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#endif
// Packet: 0x023c
-packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, 6)
// Packet: 0x023d
-packetLen(0x023d, 6) // AC_EVENT_RESULT
+packetLen(0x023d, 6)
// Packet: 0x023e
-packetLen(0x023e, 8) // HC_REQUEST_CHARACTER_PASSWORD
+packetLen(0x023e, 8)
// Packet: 0x023f
-packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+packetLen(0x023f, 2)
// Packet: 0x0240
-packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+packetLen(0x0240, -1)
// Packet: 0x0241
-packetLen(0x0241, 6) // CZ_MAIL_OPEN
+packetLen(0x0241, 6)
// Packet: 0x0242
-packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+packetLen(0x0242, -1)
// Packet: 0x0243
-packetLen(0x0243, 6) // CZ_MAIL_DELETE
+packetLen(0x0243, 6)
// Packet: 0x0244
-packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+packetLen(0x0244, 6)
// Packet: 0x0245
-packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+packetLen(0x0245, 3)
// Packet: 0x0246
-packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+packetLen(0x0246, 4)
// Packet: 0x0247
-packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+packetLen(0x0247, 8)
// Packet: 0x0248
-packetLen(0x0248, -1) // CZ_MAIL_SEND
+packetLen(0x0248, -1)
// Packet: 0x0249
-packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+packetLen(0x0249, 3)
// Packet: 0x024a
-packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+packetLen(0x024a, 70)
// Packet: 0x024b
-packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+packetLen(0x024b, 4)
// Packet: 0x024c
-packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+packetLen(0x024c, 8)
// Packet: 0x024d
-packetLen(0x024d, 12) // CZ_AUCTION_ADD
+packetLen(0x024d, 12)
// Packet: 0x024e
-packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+packetLen(0x024e, 6)
// Packet: 0x024f
-packetLen(0x024f, 10) // CZ_AUCTION_BUY
+packetLen(0x024f, 10)
// Packet: 0x0250
-packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+packetLen(0x0250, 3)
// Packet: 0x0251
-packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+packetLen(0x0251, 34)
// Packet: 0x0252
-packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+packetLen(0x0252, -1)
// Packet: 0x0253
-packetLen(0x0253, 3) // ZC_STARPLACE
+packetLen(0x0253, 3)
// Packet: 0x0254
-packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+packetLen(0x0254, 3)
// Packet: 0x0255
-packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+packetLen(0x0255, 5)
// Packet: 0x0256
-packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+packetLen(0x0256, 5)
// Packet: 0x0257
-packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+packetLen(0x0257, 8)
// Packet: 0x0258
-packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+packetLen(0x0258, 2)
// Packet: 0x0259
-packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+packetLen(0x0259, 3)
// Packet: 0x025a
-packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+packetLen(0x025a, -1)
// Packet: 0x025b
-packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+packetLen(0x025b, 6)
// Packet: 0x025c
-packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+packetLen(0x025c, 4)
// Packet: 0x025d
-packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+packetLen(0x025d, 6)
// Packet: 0x025e
-packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+packetLen(0x025e, 4)
// Packet: 0x025f
-packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+packetLen(0x025f, 6)
// Packet: 0x0260
-packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+packetLen(0x0260, 6)
// Packet: 0x0261
-packetLen(0x0261, 11) // AC_REQ_LOGIN_OLDEKEY
+packetLen(0x0261, 11)
// Packet: 0x0262
-packetLen(0x0262, 11) // AC_REQ_LOGIN_NEWEKEY
+packetLen(0x0262, 11)
// Packet: 0x0263
-packetLen(0x0263, 11) // AC_REQ_LOGIN_CARDPASS
+packetLen(0x0263, 11)
// Packet: 0x0264
-packetLen(0x0264, 20) // CA_ACK_LOGIN_OLDEKEY
+packetLen(0x0264, 20)
// Packet: 0x0265
-packetLen(0x0265, 20) // CA_ACK_LOGIN_NEWEKEY
+packetLen(0x0265, 20)
// Packet: 0x0266
-packetLen(0x0266, 30) // CA_ACK_LOGIN_CARDPASS
+packetLen(0x0266, 30)
// Packet: 0x0267
-packetLen(0x0267, 4) // AC_ACK_EKEY_FAIL_NOTEXIST
+packetLen(0x0267, 4)
// Packet: 0x0268
-packetLen(0x0268, 4) // AC_ACK_EKEY_FAIL_NOTUSESEKEY
+packetLen(0x0268, 4)
// Packet: 0x0269
-packetLen(0x0269, 4) // AC_ACK_EKEY_FAIL_NOTUSEDEKEY
+packetLen(0x0269, 4)
// Packet: 0x026a
-packetLen(0x026a, 4) // AC_ACK_EKEY_FAIL_AUTHREFUSE
+packetLen(0x026a, 4)
// Packet: 0x026b
-packetLen(0x026b, 4) // AC_ACK_EKEY_FAIL_INPUTEKEY
+packetLen(0x026b, 4)
// Packet: 0x026c
-packetLen(0x026c, 4) // AC_ACK_EKEY_FAIL_NOTICE
+packetLen(0x026c, 4)
// Packet: 0x026d
-packetLen(0x026d, 4) // AC_ACK_EKEY_FAIL_NEEDCARDPASS
+packetLen(0x026d, 4)
// Packet: 0x026f
-packetLen(0x026f, 2) // AC_ACK_FIRST_LOGIN
+packetLen(0x026f, 2)
// Packet: 0x0270
-packetLen(0x0270, 2) // AC_REQ_LOGIN_ACCOUNT_INFO
+packetLen(0x0270, 2)
// Packet: 0x0271
-packetLen(0x0271, 40) // CA_ACK_LOGIN_ACCOUNT_INFO
+packetLen(0x0271, 40)
// Packet: 0x0272
-packetLen(0x0272, 44) // AC_ACK_PT_ID_INFO
+packetLen(0x0272, 44)
// Packet: 0x0273
-packetLen(0x0273, 30) // CZ_REQ_MAIL_RETURN
+packetLen(0x0273, 30)
// Packet: 0x0274
-packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, 8)
// Packet: 0x0275
-packetLen(0x0275, 37) // CH_ENTER2
+packetLen(0x0275, 37)
// Packet: 0x0276
-packetLen(0x0276, -1) // AC_ACCEPT_LOGIN2
+packetLen(0x0276, -1)
// Packet: 0x0277
-packetLen(0x0277, 84) // CA_LOGIN_PCBANG
+packetLen(0x0277, 84)
// Packet: 0x0278
-packetLen(0x0278, 2) // ZC_NOTIFY_PCBANG
+packetLen(0x0278, 2)
// Packet: 0x0279
-packetLen(0x0279, 2) // CZ_HUNTINGLIST
+packetLen(0x0279, 2)
// Packet: 0x027a
-packetLen(0x027a, -1) // ZC_HUNTINGLIST
+packetLen(0x027a, -1)
// Packet: 0x027b
-packetLen(0x027b, 14) // ZC_PCBANG_EFFECT
+packetLen(0x027b, 14)
// Packet: 0x027c
-packetLen(0x027c, 60) // CA_LOGIN4
+packetLen(0x027c, 60)
// Packet: 0x027d
-packetLen(0x027d, 62) // ZC_PROPERTY_MERCE
+packetLen(0x027d, 62)
// Packet: 0x027e
-packetLen(0x027e, -1) // ZC_SHANDA_PROTECT
+packetLen(0x027e, -1)
// Packet: 0x027f
-packetLen(0x027f, 8) // CA_CLIENT_TYPE
+packetLen(0x027f, 8)
// Packet: 0x0280
-packetLen(0x0280, 12) // ZC_GANGSI_POINT
+packetLen(0x0280, 12)
// Packet: 0x0281
#if PACKETVER >= 20131230
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20131218
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20131113
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20131106
-packetLen(0x0281, 6) // CZ_GANGSI_RANK
+packetLen(0x0281, 6)
#elif PACKETVER >= 20131030
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20131023
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20131016
-packetLen(0x0281, 26) // CZ_GANGSI_RANK
+packetLen(0x0281, 26)
#elif PACKETVER >= 20131008
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20131002
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20130911
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20130904
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20130821
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20130814
-packetLen(0x0281, 26) // CZ_GANGSI_RANK
+packetLen(0x0281, 26)
#elif PACKETVER >= 20130807
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20130717
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20130703
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20130626
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20130605
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20130502
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20130417
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20130410
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20130403
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20130320
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20130313
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20130227
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20130220
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20130115
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20130109
-packetLen(0x0281, 6) // CZ_GANGSI_RANK
+packetLen(0x0281, 6)
#elif PACKETVER >= 20130103
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#endif
// Packet: 0x0282
-packetLen(0x0282, 284) // ZC_GANGSI_RANK
+packetLen(0x0282, 284)
// Packet: 0x0283
-packetLen(0x0283, 6) // ZC_AID
+packetLen(0x0283, 6)
// Packet: 0x0284
-packetLen(0x0284, 14) // ZC_NOTIFY_EFFECT3
+packetLen(0x0284, 14)
// Packet: 0x0285
-packetLen(0x0285, 6) // ZC_DEATH_QUESTION
+packetLen(0x0285, 6)
// Packet: 0x0286
-packetLen(0x0286, 4) // CZ_DEATH_QUESTION
+packetLen(0x0286, 4)
// Packet: 0x0287
-packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, -1)
// Packet: 0x0288
-packetLen(0x0288, -1) // CZ_PC_BUY_CASH_POINT_ITEM
+packetLen(0x0288, -1)
// Packet: 0x0289
-packetLen(0x0289, 12) // ZC_PC_CASH_POINT_UPDATE
+packetLen(0x0289, 12)
// Packet: 0x028a
-packetLen(0x028a, 18) // ZC_NPC_SHOWEFST_UPDATE
+packetLen(0x028a, 18)
// Packet: 0x028b
-packetLen(0x028b, -1) // HC_CHARNOTBEENSELECTED
+packetLen(0x028b, -1)
// Packet: 0x028c
-packetLen(0x028c, 46) // CH_SELECT_CHAR_GOINGTOBEUSED
+packetLen(0x028c, 46)
// Packet: 0x028d
-packetLen(0x028d, 34) // CH_REQ_IS_VALID_CHARNAME
+packetLen(0x028d, 34)
// Packet: 0x028e
-packetLen(0x028e, 4) // HC_ACK_IS_VALID_CHARNAME
+packetLen(0x028e, 4)
// Packet: 0x028f
-packetLen(0x028f, 6) // CH_REQ_CHANGE_CHARNAME
+packetLen(0x028f, 6)
// Packet: 0x0290
-packetLen(0x0290, 4) // HC_ACK_CHANGE_CHARNAME
+packetLen(0x0290, 4)
// Packet: 0x0291
-packetLen(0x0291, 4) // ZC_MSG
+packetLen(0x0291, 4)
// Packet: 0x0292
-packetLen(0x0292, 2) // CZ_STANDING_RESURRECTION
+packetLen(0x0292, 2)
// Packet: 0x0293
-packetLen(0x0293, 70) // ZC_BOSS_INFO
+packetLen(0x0293, 70)
// Packet: 0x0294
-packetLen(0x0294, 10) // ZC_READ_BOOK
+packetLen(0x0294, 10)
// Packet: 0x0295
-packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, -1)
// Packet: 0x0296
-packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, -1)
// Packet: 0x0297
-packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, -1)
// Packet: 0x0298
-packetLen(0x0298, 8) // ZC_CASH_TIME_COUNTER
+packetLen(0x0298, 8)
// Packet: 0x0299
-packetLen(0x0299, 6) // ZC_CASH_ITEM_DELETE
+packetLen(0x0299, 6)
// Packet: 0x029a
-packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, 27)
// Packet: 0x029b
-packetLen(0x029b, 80) // ZC_MER_INIT
+packetLen(0x029b, 80)
// Packet: 0x029c
-packetLen(0x029c, 66) // ZC_MER_PROPERTY
+packetLen(0x029c, 66)
// Packet: 0x029d
-packetLen(0x029d, -1) // ZC_MER_SKILLINFO_LIST
+packetLen(0x029d, -1)
// Packet: 0x029e
-packetLen(0x029e, 11) // ZC_MER_SKILLINFO_UPDATE
+packetLen(0x029e, 11)
// Packet: 0x029f
-packetLen(0x029f, 3) // CZ_MER_COMMAND
+packetLen(0x029f, 3)
// Packet: 0x02a2
-packetLen(0x02a2, 8) // ZC_MER_PAR_CHANGE
+packetLen(0x02a2, 8)
// Packet: 0x02a5
-packetLen(0x02a5, 8) // CZ_KSY_EVENT
+packetLen(0x02a5, 8)
// Packet: 0x02a6
-packetLen(0x02a6, -1) // ZC_HACKSH_CPX_MSG
+packetLen(0x02a6, -1)
// Packet: 0x02a7
-packetLen(0x02a7, -1) // CZ_HACKSH_CPX_MSG
+packetLen(0x02a7, -1)
// Packet: 0x02aa
-packetLen(0x02aa, 4) // ZC_REQ_CASH_PASSWORD
+packetLen(0x02aa, 4)
// Packet: 0x02ab
-packetLen(0x02ab, 36) // CZ_ACK_CASH_PASSWORD
+packetLen(0x02ab, 36)
// Packet: 0x02ac
-packetLen(0x02ac, 6) // ZC_RESULT_CASH_PASSWORD
+packetLen(0x02ac, 6)
// Packet: 0x02ad
-packetLen(0x02ad, 8) // AC_REQUEST_SECOND_PASSWORD
+packetLen(0x02ad, 8)
// Packet: 0x02b0
-packetLen(0x02b0, 85) // CA_LOGIN_HAN
+packetLen(0x02b0, 85)
// Packet: 0x02b1
-packetLen(0x02b1, -1) // ZC_ALL_QUEST_LIST
+packetLen(0x02b1, -1)
// Packet: 0x02b2
-packetLen(0x02b2, -1) // ZC_ALL_QUEST_MISSION
+packetLen(0x02b2, -1)
// Packet: 0x02b3
-packetLen(0x02b3, 107) // ZC_ADD_QUEST
+packetLen(0x02b3, 107)
// Packet: 0x02b4
-packetLen(0x02b4, 6) // ZC_DEL_QUEST
+packetLen(0x02b4, 6)
// Packet: 0x02b5
-packetLen(0x02b5, -1) // ZC_UPDATE_MISSION_HUNT
+packetLen(0x02b5, -1)
// Packet: 0x02b6
-packetLen(0x02b6, 7) // CZ_ACTIVE_QUEST
+packetLen(0x02b6, 7)
// Packet: 0x02b7
-packetLen(0x02b7, 7) // ZC_ACTIVE_QUEST
+packetLen(0x02b7, 7)
// Packet: 0x02b8
-packetLen(0x02b8, 22) // ZC_ITEM_PICKUP_PARTY
+packetLen(0x02b8, 22)
// Packet: 0x02b9
-packetLen(0x02b9, 191) // ZC_SHORTCUT_KEY_LIST
+packetLen(0x02b9, 191)
// Packet: 0x02ba
-packetLen(0x02ba, 11) // CZ_SHORTCUT_KEY_CHANGE
+packetLen(0x02ba, 11)
// Packet: 0x02bb
-packetLen(0x02bb, 8) // ZC_EQUIPITEM_DAMAGED
+packetLen(0x02bb, 8)
// Packet: 0x02bc
-packetLen(0x02bc, 6) // ZC_NOTIFY_PCBANG_PLAYING_TIME
+packetLen(0x02bc, 6)
// Packet: 0x02c1
-packetLen(0x02c1, -1) // ZC_NPC_CHAT
+packetLen(0x02c1, -1)
// Packet: 0x02c2
-packetLen(0x02c2, -1) // ZC_FORMATSTRING_MSG
+packetLen(0x02c2, -1)
// Packet: 0x02c4
#if PACKETVER >= 20131230
-packetLen(0x02c4, 10) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 10)
#elif PACKETVER >= 20130724
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20130717
-packetLen(0x02c4, 6) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 6)
#elif PACKETVER >= 20130626
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20130618
-packetLen(0x02c4, 5) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 5)
#elif PACKETVER >= 20130403
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20130327
-packetLen(0x02c4, 90) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 90)
#elif PACKETVER >= 20130103
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#endif
// Packet: 0x02c5
-packetLen(0x02c5, 30) // ZC_PARTY_JOIN_REQ_ACK
+packetLen(0x02c5, 30)
// Packet: 0x02c6
-packetLen(0x02c6, 30) // ZC_PARTY_JOIN_REQ
+packetLen(0x02c6, 30)
// Packet: 0x02c7
-packetLen(0x02c7, 7) // CZ_PARTY_JOIN_REQ_ACK
+packetLen(0x02c7, 7)
// Packet: 0x02c8
-packetLen(0x02c8, 3) // CZ_PARTY_CONFIG
+packetLen(0x02c8, 3)
// Packet: 0x02c9
-packetLen(0x02c9, 3) // ZC_PARTY_CONFIG
+packetLen(0x02c9, 3)
// Packet: 0x02ca
-packetLen(0x02ca, 3) // HC_REFUSE_SELECTCHAR
+packetLen(0x02ca, 3)
// Packet: 0x02cb
-packetLen(0x02cb, 65) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO
+packetLen(0x02cb, 65)
// Packet: 0x02cc
-packetLen(0x02cc, 4) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_NOTIFY
+packetLen(0x02cc, 4)
// Packet: 0x02cd
-packetLen(0x02cd, 71) // ZC_MEMORIALDUNGEON_INFO
+packetLen(0x02cd, 71)
// Packet: 0x02ce
-packetLen(0x02ce, 10) // ZC_MEMORIALDUNGEON_NOTIFY
+packetLen(0x02ce, 10)
// Packet: 0x02cf
-packetLen(0x02cf, 6) // CZ_MEMORIALDUNGEON_COMMAND
+packetLen(0x02cf, 6)
// Packet: 0x02d0
-packetLen(0x02d0, -1) // ZC_EQUIPMENT_ITEMLIST3
+packetLen(0x02d0, -1)
// Packet: 0x02d1
-packetLen(0x02d1, -1) // ZC_STORE_EQUIPMENT_ITEMLIST3
+packetLen(0x02d1, -1)
// Packet: 0x02d2
-packetLen(0x02d2, -1) // ZC_CART_EQUIPMENT_ITEMLIST3
+packetLen(0x02d2, -1)
// Packet: 0x02d3
-packetLen(0x02d3, 4) // ZC_NOTIFY_BIND_ON_EQUIP
+packetLen(0x02d3, 4)
// Packet: 0x02d4
-packetLen(0x02d4, 29) // ZC_ITEM_PICKUP_ACK3
+packetLen(0x02d4, 29)
// Packet: 0x02d5
-packetLen(0x02d5, 2) // ZC_ISVR_DISCONNECT
+packetLen(0x02d5, 2)
// Packet: 0x02d6
-packetLen(0x02d6, 6) // CZ_EQUIPWIN_MICROSCOPE
+packetLen(0x02d6, 6)
// Packet: 0x02d7
-packetLen(0x02d7, -1) // ZC_EQUIPWIN_MICROSCOPE
+packetLen(0x02d7, -1)
// Packet: 0x02d8
-packetLen(0x02d8, 10) // CZ_CONFIG
+packetLen(0x02d8, 10)
// Packet: 0x02d9
-packetLen(0x02d9, 10) // ZC_CONFIG
+packetLen(0x02d9, 10)
// Packet: 0x02da
-packetLen(0x02da, 3) // ZC_CONFIG_NOTIFY
+packetLen(0x02da, 3)
// Packet: 0x02db
-packetLen(0x02db, -1) // CZ_BATTLEFIELD_CHAT
+packetLen(0x02db, -1)
// Packet: 0x02dc
-packetLen(0x02dc, -1) // ZC_BATTLEFIELD_CHAT
+packetLen(0x02dc, -1)
// Packet: 0x02dd
-packetLen(0x02dd, 32) // ZC_BATTLEFIELD_NOTIFY_CAMPINFO
+packetLen(0x02dd, 32)
// Packet: 0x02de
-packetLen(0x02de, 6) // ZC_BATTLEFIELD_NOTIFY_POINT
+packetLen(0x02de, 6)
// Packet: 0x02df
-packetLen(0x02df, 36) // ZC_BATTLEFIELD_NOTIFY_POSITION
+packetLen(0x02df, 36)
// Packet: 0x02e0
-packetLen(0x02e0, 34) // ZC_BATTLEFIELD_NOTIFY_HP
+packetLen(0x02e0, 34)
// Packet: 0x02e1
-packetLen(0x02e1, 33) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, 33)
// Packet: 0x02e2
-packetLen(0x02e2, 20) // CZ_USE_ITEM_NEW_JAPEN
+packetLen(0x02e2, 20)
// Packet: 0x02e3
-packetLen(0x02e3, 22) // CZ_USE_SKILL_NEW_JAPEN
+packetLen(0x02e3, 22)
// Packet: 0x02e4
-packetLen(0x02e4, 11) // CZ_ITEM_PICKUP_NEW_JAPEN
+packetLen(0x02e4, 11)
// Packet: 0x02e5
-packetLen(0x02e5, 9) // CZ_REQUEST_MOVE_NEW_JAPEN
+packetLen(0x02e5, 9)
// Packet: 0x02e6
-packetLen(0x02e6, 6) // CZ_BOT_CHECK
+packetLen(0x02e6, 6)
// Packet: 0x02e7
-packetLen(0x02e7, -1) // ZC_MAPPROPERTY
+packetLen(0x02e7, -1)
// Packet: 0x02e8
-packetLen(0x02e8, -1) // ZC_NORMAL_ITEMLIST3
+packetLen(0x02e8, -1)
// Packet: 0x02e9
-packetLen(0x02e9, -1) // ZC_CART_NORMAL_ITEMLIST3
+packetLen(0x02e9, -1)
// Packet: 0x02ea
-packetLen(0x02ea, -1) // ZC_STORE_NORMAL_ITEMLIST3
+packetLen(0x02ea, -1)
// Packet: 0x02eb
-packetLen(0x02eb, 13) // ZC_ACCEPT_ENTER2
+packetLen(0x02eb, 13)
// Packet: 0x02ec
-packetLen(0x02ec, 67) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 67)
// Packet: 0x02ed
-packetLen(0x02ed, 59) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, 59)
// Packet: 0x02ee
-packetLen(0x02ee, 60) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, 60)
// Packet: 0x02ef
-packetLen(0x02ef, 8) // ZC_NOTIFY_FONT
+packetLen(0x02ef, 8)
// Packet: 0x02f0
-packetLen(0x02f0, 10) // ZC_PROGRESS
+packetLen(0x02f0, 10)
// Packet: 0x02f1
-packetLen(0x02f1, 2) // CZ_PROGRESS
+packetLen(0x02f1, 2)
// Packet: 0x02f2
-packetLen(0x02f2, 2) // ZC_PROGRESS_CANCEL
+packetLen(0x02f2, 2)
// Packet: 0x02f3
-packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+packetLen(0x02f3, -1)
// Packet: 0x02f4
-packetLen(0x02f4, 3) // ZC_IRMAIL_SEND_RES
+packetLen(0x02f4, 3)
// Packet: 0x02f5
-packetLen(0x02f5, 7) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, 7)
// Packet: 0x02f6
-packetLen(0x02f6, 7) // CZ_IRMAIL_LIST
+packetLen(0x02f6, 7)
// Packet: 0x035c
-packetLen(0x035c, 2) // CZ_OPEN_SIMPLE_CASHSHOP_ITEMLIST
+packetLen(0x035c, 2)
// Packet: 0x035d
-packetLen(0x035d, -1) // ZC_SIMPLE_CASHSHOP_POINT_ITEMLIST
+packetLen(0x035d, -1)
// Packet: 0x035e
-packetLen(0x035e, 2) // CZ_CLOSE_WINDOW
+packetLen(0x035e, 2)
// Packet: 0x035f
#if PACKETVER >= 20131230
-packetLen(0x035f, 5) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 5)
#elif PACKETVER >= 20131211
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20131204
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20131127
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20131106
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20131030
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20131008
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20131002
-packetLen(0x035f, 36) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 36)
#elif PACKETVER >= 20130925
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20130917
-packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+packetLen(0x035f, -1)
#elif PACKETVER >= 20130904
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20130814
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20130807
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20130731
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20130724
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20130717
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20130626
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20130618
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20130605
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20130522
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20130417
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20130410
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20130403
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20130327
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20130313
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20130306
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20130227
-packetLen(0x035f, 5) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 5)
#elif PACKETVER >= 20130206
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20130121
-packetLen(0x035f, 8) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 8)
#elif PACKETVER >= 20130109
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20130103
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#endif
// Packet: 0x0360
#if PACKETVER >= 20131230
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20131211
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20131106
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20131030
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20131008
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20130925
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20130911
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20130904
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20130828
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20130821
-packetLen(0x0360, 36) // CZ_REQUEST_TIME2
+packetLen(0x0360, 36)
#elif PACKETVER >= 20130814
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20130807
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20130717
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20130710
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20130703
-packetLen(0x0360, 26) // CZ_REQUEST_TIME2
+packetLen(0x0360, 26)
#elif PACKETVER >= 20130626
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20130618
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20130605
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20130529
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20130522
-packetLen(0x0360, 5) // CZ_REQUEST_TIME2
+packetLen(0x0360, 5)
#elif PACKETVER >= 20130417
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20130410
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20130403
-packetLen(0x0360, 36) // CZ_REQUEST_TIME2
+packetLen(0x0360, 36)
#elif PACKETVER >= 20130320
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20130313
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20130306
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20130227
-packetLen(0x0360, 19) // CZ_REQUEST_TIME2
+packetLen(0x0360, 19)
#elif PACKETVER >= 20130220
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20130215
-packetLen(0x0360, 36) // CZ_REQUEST_TIME2
+packetLen(0x0360, 36)
#elif PACKETVER >= 20130206
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20130130
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20130121
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20130109
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20130103
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#endif
// Packet: 0x0361
#if PACKETVER >= 20131230
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20131223
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20131127
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20131120
-packetLen(0x0361, 6) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 6)
#elif PACKETVER >= 20131023
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20131016
-packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, -1)
#elif PACKETVER >= 20131008
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20131002
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20130911
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20130904
-packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, -1)
#elif PACKETVER >= 20130828
-packetLen(0x0361, 12) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 12)
#elif PACKETVER >= 20130821
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20130814
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20130807
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20130717
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20130710
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20130612
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20130605
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20130502
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20130424
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20130227
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20130220
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20130121
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20130115
-packetLen(0x0361, 8) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 8)
#elif PACKETVER >= 20130109
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20130103
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#endif
// Packet: 0x0362
#if PACKETVER >= 20131230
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20131218
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20131211
-packetLen(0x0362, 90) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 90)
#elif PACKETVER >= 20131106
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20131030
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20131016
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20131008
-packetLen(0x0362, 19) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 19)
#elif PACKETVER >= 20131002
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20130911
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20130904
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20130814
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20130807
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20130717
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20130703
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20130618
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20130605
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20130529
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20130522
-packetLen(0x0362, 26) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 26)
#elif PACKETVER >= 20130515
-packetLen(0x0362, 5) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 5)
#elif PACKETVER >= 20130502
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20130417
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20130410
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20130403
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20130320
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20130313
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20130227
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20130220
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20130215
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20130206
-packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+packetLen(0x0362, -1)
#elif PACKETVER >= 20130130
-packetLen(0x0362, 5) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 5)
#elif PACKETVER >= 20130109
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20130103
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#endif
// Packet: 0x0363
#if PACKETVER >= 20131230
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20131218
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20131113
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20131106
-packetLen(0x0363, 10) // CZ_ITEM_THROW2
+packetLen(0x0363, 10)
#elif PACKETVER >= 20131030
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20131008
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20131002
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20130911
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20130904
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20130814
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20130807
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20130717
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20130703
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20130618
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20130605
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20130502
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20130417
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20130410
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20130403
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20130327
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20130320
-packetLen(0x0363, 6) // CZ_ITEM_THROW2
+packetLen(0x0363, 6)
#elif PACKETVER >= 20130313
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20130227
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20130220
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20130109
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20130103
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#endif
// Packet: 0x0364
#if PACKETVER >= 20131230
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20131218
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20131204
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20131127
-packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 6)
#elif PACKETVER >= 20131120
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20131113
-packetLen(0x0364, 90) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 90)
#elif PACKETVER >= 20131106
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20131030
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20131023
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20131016
-packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 6)
#elif PACKETVER >= 20131008
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20131002
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20130917
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20130911
-packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 6)
#elif PACKETVER >= 20130828
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20130814
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20130807
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20130717
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20130703
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20130618
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20130605
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20130502
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20130417
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20130410
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20130403
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20130320
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20130313
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20130227
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20130220
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20130109
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20130103
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#endif
// Packet: 0x0365
#if PACKETVER >= 20131230
-packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, -1)
#elif PACKETVER >= 20131218
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20131204
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20131127
-packetLen(0x0365, 5) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 5)
#elif PACKETVER >= 20131106
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20131030
-packetLen(0x0365, 19) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 19)
#elif PACKETVER >= 20131008
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20131002
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20130911
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20130904
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20130814
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20130807
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20130717
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20130703
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20130618
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20130605
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20130502
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20130417
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20130410
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20130403
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20130327
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20130320
-packetLen(0x0365, 12) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 12)
#elif PACKETVER >= 20130313
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20130227
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20130220
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20130115
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20130109
-packetLen(0x0365, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 8)
#elif PACKETVER >= 20130103
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#endif
// Packet: 0x0366
#if PACKETVER >= 20131230
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20131218
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20131204
-packetLen(0x0366, 6) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 6)
#elif PACKETVER >= 20131127
-packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, -1)
#elif PACKETVER >= 20131106
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20131030
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20131023
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20131016
-packetLen(0x0366, 6) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 6)
#elif PACKETVER >= 20131008
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20131002
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20130917
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20130904
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20130828
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20130821
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20130814
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20130807
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20130717
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20130626
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20130618
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20130605
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20130522
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20130417
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20130410
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20130403
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20130320
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20130313
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20130227
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20130220
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20130215
-packetLen(0x0366, 19) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 19)
#elif PACKETVER >= 20130206
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20130130
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20130121
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20130109
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20130103
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#endif
// Packet: 0x0367
#if PACKETVER >= 20130417
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20130410
-packetLen(0x0367, 6) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 6)
#elif PACKETVER >= 20130313
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20130306
-packetLen(0x0367, 6) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 6)
#elif PACKETVER >= 20130206
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20130130
-packetLen(0x0367, 6) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 6)
#elif PACKETVER >= 20130103
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#endif
// Packet: 0x0368
#if PACKETVER >= 20131230
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20131211
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20131204
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20131127
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20131120
-packetLen(0x0368, 12) // CZ_REQNAME2
+packetLen(0x0368, 12)
#elif PACKETVER >= 20131106
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20131030
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20131008
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20130925
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20130917
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20130904
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20130821
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20130814
-packetLen(0x0368, 19) // CZ_REQNAME2
+packetLen(0x0368, 19)
#elif PACKETVER >= 20130807
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20130717
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20130626
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20130618
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20130605
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20130529
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20130417
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20130410
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20130403
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20130320
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20130313
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20130306
-packetLen(0x0368, 90) // CZ_REQNAME2
+packetLen(0x0368, 90)
#elif PACKETVER >= 20130227
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20130206
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20130130
-packetLen(0x0368, 5) // CZ_REQNAME2
+packetLen(0x0368, 5)
#elif PACKETVER >= 20130121
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20130115
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20130109
-packetLen(0x0368, 10) // CZ_REQNAME2
+packetLen(0x0368, 10)
#elif PACKETVER >= 20130103
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#endif
// Packet: 0x0369
#if PACKETVER >= 20131230
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20131211
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20131204
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20131127
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20131113
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20131106
-packetLen(0x0369, -1) // CZ_REQNAME_BYGID2
+packetLen(0x0369, -1)
#elif PACKETVER >= 20131030
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20131008
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20130925
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20130917
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20130904
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20130814
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20130807
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20130717
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20130626
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20130618
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20130605
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20130529
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20130522
-packetLen(0x0369, 6) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 6)
#elif PACKETVER >= 20130417
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20130410
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20130403
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20130320
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20130313
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20130227
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20130206
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20130130
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20130121
-packetLen(0x0369, 18) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 18)
#elif PACKETVER >= 20130109
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20130103
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#endif
// Packet: 0x03dd
-packetLen(0x03dd, 18) // AHC_GAME_GUARD
+packetLen(0x03dd, 18)
// Packet: 0x03de
-packetLen(0x03de, 18) // CAH_ACK_GAME_GUARD
+packetLen(0x03de, 18)
// Packet: 0x0436
#if PACKETVER >= 20131230
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20131223
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20131113
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20131106
-packetLen(0x0436, 36) // CZ_ENTER2
+packetLen(0x0436, 36)
#elif PACKETVER >= 20131030
-packetLen(0x0436, 18) // CZ_ENTER2
+packetLen(0x0436, 18)
#elif PACKETVER >= 20131008
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20131002
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20130917
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20130911
-packetLen(0x0436, -1) // CZ_ENTER2
+packetLen(0x0436, -1)
#elif PACKETVER >= 20130904
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20130814
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20130807
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20130717
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20130703
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20130618
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20130605
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20130515
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20130508
-packetLen(0x0436, 26) // CZ_ENTER2
+packetLen(0x0436, 26)
#elif PACKETVER >= 20130502
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20130424
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20130320
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20130313
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20130227
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20130220
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20130215
-packetLen(0x0436, 18) // CZ_ENTER2
+packetLen(0x0436, 18)
#elif PACKETVER >= 20130109
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20130103
-packetLen(0x0436, 36) // CZ_ENTER2
+packetLen(0x0436, 36)
#endif
// Packet: 0x0437
#if PACKETVER >= 20131230
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20131211
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20131204
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20131127
-packetLen(0x0437, 8) // CZ_REQUEST_ACT2
+packetLen(0x0437, 8)
#elif PACKETVER >= 20131106
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20131030
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20131008
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20131002
-packetLen(0x0437, 6) // CZ_REQUEST_ACT2
+packetLen(0x0437, 6)
#elif PACKETVER >= 20130925
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20130917
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20130904
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20130828
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20130821
-packetLen(0x0437, 8) // CZ_REQUEST_ACT2
+packetLen(0x0437, 8)
#elif PACKETVER >= 20130814
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20130731
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20130724
-packetLen(0x0437, 8) // CZ_REQUEST_ACT2
+packetLen(0x0437, 8)
#elif PACKETVER >= 20130717
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20130626
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20130618
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20130605
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20130522
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20130417
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20130410
-packetLen(0x0437, 6) // CZ_REQUEST_ACT2
+packetLen(0x0437, 6)
#elif PACKETVER >= 20130403
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20130320
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20130313
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20130306
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20130206
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20130130
-packetLen(0x0437, -1) // CZ_REQUEST_ACT2
+packetLen(0x0437, -1)
#elif PACKETVER >= 20130121
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20130115
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20130109
-packetLen(0x0437, 7) // CZ_REQUEST_ACT2
+packetLen(0x0437, 7)
#elif PACKETVER >= 20130103
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#endif
// Packet: 0x0438
#if PACKETVER >= 20131230
-packetLen(0x0438, 6) // CZ_USE_SKILL2
+packetLen(0x0438, 6)
#elif PACKETVER >= 20131211
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20131204
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20131127
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20131106
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20131030
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20131023
-packetLen(0x0438, 26) // CZ_USE_SKILL2
+packetLen(0x0438, 26)
#elif PACKETVER >= 20131008
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20131002
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20130925
-packetLen(0x0438, 90) // CZ_USE_SKILL2
+packetLen(0x0438, 90)
#elif PACKETVER >= 20130917
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20130904
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20130828
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20130821
-packetLen(0x0438, 8) // CZ_USE_SKILL2
+packetLen(0x0438, 8)
#elif PACKETVER >= 20130814
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20130807
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20130731
-packetLen(0x0438, 5) // CZ_USE_SKILL2
+packetLen(0x0438, 5)
#elif PACKETVER >= 20130717
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20130626
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20130618
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20130529
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20130522
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20130417
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20130410
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20130403
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20130327
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20130320
-packetLen(0x0438, 6) // CZ_USE_SKILL2
+packetLen(0x0438, 6)
#elif PACKETVER >= 20130313
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20130227
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20130206
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20130130
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20130121
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20130109
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20130103
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#endif
// Packet: 0x0439
-packetLen(0x0439, 8) // CZ_USE_ITEM2
+packetLen(0x0439, 8)
// Packet: 0x043d
-packetLen(0x043d, 8) // ZC_SKILL_POSTDELAY
+packetLen(0x043d, 8)
// Packet: 0x043e
-packetLen(0x043e, -1) // ZC_SKILL_POSTDELAY_LIST
+packetLen(0x043e, -1)
// Packet: 0x043f
-packetLen(0x043f, 25) // ZC_MSG_STATE_CHANGE2
+packetLen(0x043f, 25)
// Packet: 0x0440
-packetLen(0x0440, 10) // ZC_MILLENNIUMSHIELD
+packetLen(0x0440, 10)
// Packet: 0x0441
-packetLen(0x0441, 4) // ZC_SKILLINFO_DELETE
+packetLen(0x0441, 4)
// Packet: 0x0442
-packetLen(0x0442, -1) // ZC_SKILL_SELECT_REQUEST
+packetLen(0x0442, -1)
// Packet: 0x0443
-packetLen(0x0443, 8) // CZ_SKILL_SELECT_RESPONSE
+packetLen(0x0443, 8)
// Packet: 0x0444
-packetLen(0x0444, -1) // ZC_SIMPLE_CASH_POINT_ITEMLIST
+packetLen(0x0444, -1)
// Packet: 0x0445
-packetLen(0x0445, 10) // CZ_SIMPLE_BUY_CASH_POINT_ITEM
+packetLen(0x0445, 10)
// Packet: 0x0446
-packetLen(0x0446, 14) // ZC_QUEST_NOTIFY_EFFECT
+packetLen(0x0446, 14)
// Packet: 0x0447
-packetLen(0x0447, 2) // CZ_BLOCKING_PLAY_CANCEL
+packetLen(0x0447, 2)
// Packet: 0x0448
-packetLen(0x0448, -1) // HC_CHARACTER_LIST
+packetLen(0x0448, -1)
// Packet: 0x0449
-packetLen(0x0449, 4) // ZC_HACKSH_ERROR_MSG
+packetLen(0x0449, 4)
// Packet: 0x044a
-packetLen(0x044a, 6) // CZ_CLIENT_VERSION
+packetLen(0x044a, 6)
// Packet: 0x044b
-packetLen(0x044b, 2) // CZ_CLOSE_SIMPLECASH_SHOP
+packetLen(0x044b, 2)
// Packet: 0x07d7
-packetLen(0x07d7, 8) // CZ_GROUPINFO_CHANGE_V2
+packetLen(0x07d7, 8)
// Packet: 0x07d8
-packetLen(0x07d8, 8) // ZC_REQ_GROUPINFO_CHANGE_V2
+packetLen(0x07d8, 8)
// Packet: 0x07d9
-packetLen(0x07d9, 268) // ZC_SHORTCUT_KEY_LIST_V2
+packetLen(0x07d9, 268)
// Packet: 0x07da
-packetLen(0x07da, 6) // CZ_CHANGE_GROUP_MASTER
+packetLen(0x07da, 6)
// Packet: 0x07db
-packetLen(0x07db, 8) // ZC_HO_PAR_CHANGE
+packetLen(0x07db, 8)
// Packet: 0x07dc
-packetLen(0x07dc, 6) // CZ_SEEK_PARTY
+packetLen(0x07dc, 6)
// Packet: 0x07dd
-packetLen(0x07dd, 54) // ZC_SEEK_PARTY
+packetLen(0x07dd, 54)
// Packet: 0x07de
-packetLen(0x07de, 30) // CZ_SEEK_PARTY_MEMBER
+packetLen(0x07de, 30)
// Packet: 0x07df
-packetLen(0x07df, 54) // ZC_SEEK_PARTY_MEMBER
+packetLen(0x07df, 54)
// Packet: 0x07e0
-packetLen(0x07e0, 58) // ZC_ES_NOTI_MYINFO
+packetLen(0x07e0, 58)
// Packet: 0x07e1
-packetLen(0x07e1, 15) // ZC_SKILLINFO_UPDATE2
+packetLen(0x07e1, 15)
// Packet: 0x07e2
-packetLen(0x07e2, 8) // ZC_MSG_VALUE
+packetLen(0x07e2, 8)
// Packet: 0x07e3
-packetLen(0x07e3, 6) // ZC_ITEMLISTWIN_OPEN
+packetLen(0x07e3, 6)
// Packet: 0x07e4
#if PACKETVER >= 20131230
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20131218
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20131211
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20131204
-packetLen(0x07e4, 36) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 36)
#elif PACKETVER >= 20131127
-packetLen(0x07e4, 90) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 90)
#elif PACKETVER >= 20131106
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20131030
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20131016
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20131008
-packetLen(0x07e4, 7) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 7)
#elif PACKETVER >= 20131002
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20130911
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20130904
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20130814
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20130807
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20130717
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20130703
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20130618
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20130605
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20130508
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20130502
-packetLen(0x07e4, 36) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 36)
#elif PACKETVER >= 20130417
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20130410
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20130403
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20130320
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20130313
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20130227
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20130220
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20130215
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20130206
-packetLen(0x07e4, 36) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 36)
#elif PACKETVER >= 20130109
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20130103
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#endif
// Packet: 0x07e5
-packetLen(0x07e5, 4) // CH_ENTER_CHECKBOT
+packetLen(0x07e5, 4)
// Packet: 0x07e6
-packetLen(0x07e6, 8) // ZC_MSG_SKILL
+packetLen(0x07e6, 8)
// Packet: 0x07e7
-packetLen(0x07e7, 32) // CH_CHECKBOT
+packetLen(0x07e7, 32)
// Packet: 0x07e8
-packetLen(0x07e8, -1) // HC_CHECKBOT
+packetLen(0x07e8, -1)
// Packet: 0x07e9
-packetLen(0x07e9, 5) // HC_CHECKBOT_RESULT
+packetLen(0x07e9, 5)
// Packet: 0x07ea
-packetLen(0x07ea, 2) // CZ_BATTLE_FIELD_LIST
+packetLen(0x07ea, 2)
// Packet: 0x07eb
-packetLen(0x07eb, -1) // ZC_BATTLE_FIELD_LIST
+packetLen(0x07eb, -1)
// Packet: 0x07ec
#if PACKETVER >= 20131230
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20131218
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20131211
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20131204
-packetLen(0x07ec, 6) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 6)
#elif PACKETVER >= 20131106
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20131030
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20131023
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20131016
-packetLen(0x07ec, 19) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 19)
#elif PACKETVER >= 20131008
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20131002
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20130911
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20130904
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20130828
-packetLen(0x07ec, 6) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 6)
#elif PACKETVER >= 20130821
-packetLen(0x07ec, -1) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, -1)
#elif PACKETVER >= 20130814
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20130807
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20130717
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20130703
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20130618
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20130605
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20130529
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20130522
-packetLen(0x07ec, 6) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 6)
#elif PACKETVER >= 20130508
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20130502
-packetLen(0x07ec, 5) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 5)
#elif PACKETVER >= 20130417
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20130410
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20130403
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20130327
-packetLen(0x07ec, 6) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 6)
#elif PACKETVER >= 20130320
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20130313
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20130227
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20130220
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20130130
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20130121
-packetLen(0x07ec, 6) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 6)
#elif PACKETVER >= 20130115
-packetLen(0x07ec, 4) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 4)
#elif PACKETVER >= 20130109
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20130103
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#endif
// Packet: 0x07ed
-packetLen(0x07ed, 10) // ZC_JOIN_BATTLE_FIELD
+packetLen(0x07ed, 10)
// Packet: 0x07ee
-packetLen(0x07ee, 6) // CZ_CANCEL_BATTLE_FIELD
+packetLen(0x07ee, 6)
// Packet: 0x07ef
-packetLen(0x07ef, 8) // ZC_CANCEL_BATTLE_FIELD
+packetLen(0x07ef, 8)
// Packet: 0x07f0
-packetLen(0x07f0, 6) // CZ_REQ_BATTLE_STATE_MONITOR
+packetLen(0x07f0, 6)
// Packet: 0x07f1
-packetLen(0x07f1, 18) // ZC_ACK_BATTLE_STATE_MONITOR
+packetLen(0x07f1, 18)
// Packet: 0x07f2
-packetLen(0x07f2, 8) // ZC_BATTLE_NOTI_START_STEP
+packetLen(0x07f2, 8)
// Packet: 0x07f3
-packetLen(0x07f3, 6) // ZC_BATTLE_JOIN_NOTI_DEFER
+packetLen(0x07f3, 6)
// Packet: 0x07f4
-packetLen(0x07f4, 3) // ZC_BATTLE_JOIN_DISABLE_STATE
+packetLen(0x07f4, 3)
// Packet: 0x07f5
-packetLen(0x07f5, 6) // CZ_GM_FULLSTRIP
+packetLen(0x07f5, 6)
// Packet: 0x07f6
-packetLen(0x07f6, 14) // ZC_NOTIFY_EXP
+packetLen(0x07f6, 14)
// Packet: 0x07f7
-packetLen(0x07f7, -1) // ZC_NOTIFY_MOVEENTRY7
+packetLen(0x07f7, -1)
// Packet: 0x07f8
-packetLen(0x07f8, -1) // ZC_NOTIFY_NEWENTRY5
+packetLen(0x07f8, -1)
// Packet: 0x07f9
-packetLen(0x07f9, -1) // ZC_NOTIFY_STANDENTRY5
+packetLen(0x07f9, -1)
// Packet: 0x07fa
-packetLen(0x07fa, 8) // ZC_DELETE_ITEM_FROM_BODY
+packetLen(0x07fa, 8)
// Packet: 0x07fb
-packetLen(0x07fb, 25) // ZC_USESKILL_ACK2
+packetLen(0x07fb, 25)
// Packet: 0x07fc
-packetLen(0x07fc, 10) // ZC_CHANGE_GROUP_MASTER
+packetLen(0x07fc, 10)
// Packet: 0x07fd
-packetLen(0x07fd, -1) // ZC_BROADCASTING_SPECIAL_ITEM_OBTAIN
+packetLen(0x07fd, -1)
// Packet: 0x07fe
-packetLen(0x07fe, 26) // ZC_PLAY_NPC_BGM
+packetLen(0x07fe, 26)
// Packet: 0x0800
-packetLen(0x0800, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC2
+packetLen(0x0800, -1)
// Packet: 0x0801
-packetLen(0x0801, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC2
+packetLen(0x0801, -1)
// Packet: 0x0802
#if PACKETVER >= 20131230
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20131218
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20131127
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20131120
-packetLen(0x0802, -1) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, -1)
#elif PACKETVER >= 20131113
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20131106
-packetLen(0x0802, 5) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 5)
#elif PACKETVER >= 20131030
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20131023
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20131016
-packetLen(0x0802, 4) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 4)
#elif PACKETVER >= 20131008
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20131002
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20130911
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20130904
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20130814
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20130807
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20130717
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20130703
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20130618
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20130605
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20130502
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20130417
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20130410
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20130403
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20130320
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20130313
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20130306
-packetLen(0x0802, 12) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 12)
#elif PACKETVER >= 20130227
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20130220
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20130215
-packetLen(0x0802, 90) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 90)
#elif PACKETVER >= 20130130
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20130121
-packetLen(0x0802, 7) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 7)
#elif PACKETVER >= 20130109
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20130103
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#endif
// Packet: 0x0803
-packetLen(0x0803, 4) // ZC_PARTY_BOOKING_ACK_REGISTER
+packetLen(0x0803, 4)
// Packet: 0x0804
-packetLen(0x0804, 14) // CZ_PARTY_BOOKING_REQ_SEARCH
+packetLen(0x0804, 14)
// Packet: 0x0805
-packetLen(0x0805, -1) // ZC_PARTY_BOOKING_ACK_SEARCH
+packetLen(0x0805, -1)
// Packet: 0x0806
-packetLen(0x0806, 2) // CZ_PARTY_BOOKING_REQ_DELETE
+packetLen(0x0806, 2)
// Packet: 0x0807
-packetLen(0x0807, 4) // ZC_PARTY_BOOKING_ACK_DELETE
+packetLen(0x0807, 4)
// Packet: 0x0808
-packetLen(0x0808, 14) // CZ_PARTY_BOOKING_REQ_UPDATE
+packetLen(0x0808, 14)
// Packet: 0x0809
-packetLen(0x0809, 50) // ZC_PARTY_BOOKING_NOTIFY_INSERT
+packetLen(0x0809, 50)
// Packet: 0x080a
-packetLen(0x080a, 18) // ZC_PARTY_BOOKING_NOTIFY_UPDATE
+packetLen(0x080a, 18)
// Packet: 0x080b
-packetLen(0x080b, 6) // ZC_PARTY_BOOKING_NOTIFY_DELETE
+packetLen(0x080b, 6)
// Packet: 0x080c
-packetLen(0x080c, 2) // CZ_SIMPLE_CASH_BTNSHOW
+packetLen(0x080c, 2)
// Packet: 0x080d
-packetLen(0x080d, 3) // ZC_SIMPLE_CASH_BTNSHOW
+packetLen(0x080d, 3)
// Packet: 0x080e
-packetLen(0x080e, 14) // ZC_NOTIFY_HP_TO_GROUPM_R2
+packetLen(0x080e, 14)
// Packet: 0x080f
-packetLen(0x080f, 20) // ZC_ADD_EXCHANGE_ITEM2
+packetLen(0x080f, 20)
// Packet: 0x0810
-packetLen(0x0810, 3) // ZC_OPEN_BUYING_STORE
+packetLen(0x0810, 3)
// Packet: 0x0811
#if PACKETVER >= 20131230
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20131223
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20131218
-packetLen(0x0811, 5) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 5)
#elif PACKETVER >= 20131211
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20131204
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20131127
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20131120
-packetLen(0x0811, 8) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 8)
#elif PACKETVER >= 20131106
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20131030
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20131023
-packetLen(0x0811, 10) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 10)
#elif PACKETVER >= 20131008
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20130925
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20130917
-packetLen(0x0811, 7) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 7)
#elif PACKETVER >= 20130904
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20130814
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20130807
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20130717
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20130626
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20130618
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20130605
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20130529
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20130522
-packetLen(0x0811, 10) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 10)
#elif PACKETVER >= 20130424
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20130417
-packetLen(0x0811, 26) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 26)
#elif PACKETVER >= 20130410
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20130403
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20130320
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20130313
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20130306
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20130227
-packetLen(0x0811, 6) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 6)
#elif PACKETVER >= 20130215
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20130206
-packetLen(0x0811, 6) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 6)
#elif PACKETVER >= 20130109
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20130103
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#endif
// Packet: 0x0812
-packetLen(0x0812, 8) // ZC_FAILED_OPEN_BUYING_STORE_TO_BUYER
+packetLen(0x0812, 8)
// Packet: 0x0813
-packetLen(0x0813, -1) // ZC_MYITEMLIST_BUYING_STORE
+packetLen(0x0813, -1)
// Packet: 0x0814
-packetLen(0x0814, 86) // ZC_BUYING_STORE_ENTRY
+packetLen(0x0814, 86)
// Packet: 0x0815
#if PACKETVER >= 20131230
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20131211
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20131204
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20131127
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20131106
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20131030
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20131008
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20130925
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20130917
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20130911
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20130904
-packetLen(0x0815, 5) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 5)
#elif PACKETVER >= 20130828
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20130821
-packetLen(0x0815, 5) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 5)
#elif PACKETVER >= 20130814
-packetLen(0x0815, 4) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 4)
#elif PACKETVER >= 20130807
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20130717
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20130626
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20130618
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20130605
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20130522
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20130417
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20130410
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20130403
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20130320
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20130313
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20130306
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20130227
-packetLen(0x0815, 18) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 18)
#elif PACKETVER >= 20130206
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20130130
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20130121
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20130109
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20130103
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#endif
// Packet: 0x0816
-packetLen(0x0816, 6) // ZC_DISAPPEAR_BUYING_STORE_ENTRY
+packetLen(0x0816, 6)
// Packet: 0x0817
#if PACKETVER >= 20131127
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20131120
-packetLen(0x0817, 6) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 6)
#elif PACKETVER >= 20131113
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20131106
-packetLen(0x0817, 8) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 8)
#elif PACKETVER >= 20130904
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20130828
-packetLen(0x0817, -1) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, -1)
#elif PACKETVER >= 20130703
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20130626
-packetLen(0x0817, 8) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 8)
#elif PACKETVER >= 20130313
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20130306
-packetLen(0x0817, 5) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 5)
#elif PACKETVER >= 20130227
-packetLen(0x0817, 6) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 6)
#elif PACKETVER >= 20130130
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20130121
-packetLen(0x0817, 36) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 36)
#elif PACKETVER >= 20130115
-packetLen(0x0817, 5) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 5)
#elif PACKETVER >= 20130103
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#endif
// Packet: 0x0818
-packetLen(0x0818, -1) // ZC_ACK_ITEMLIST_BUYING_STORE
+packetLen(0x0818, -1)
// Packet: 0x0819
#if PACKETVER >= 20131230
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20131211
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20131204
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20131127
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20131106
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20131030
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20131023
-packetLen(0x0819, 6) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 6)
#elif PACKETVER >= 20131008
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20130925
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20130917
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20130911
-packetLen(0x0819, 19) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 19)
#elif PACKETVER >= 20130904
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20130814
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20130731
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20130717
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20130626
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20130618
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20130605
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20130522
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20130417
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20130410
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20130403
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20130320
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20130313
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20130227
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20130206
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20130109
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20130103
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#endif
// Packet: 0x081a
-packetLen(0x081a, 4) // ZC_FAILED_TRADE_BUYING_STORE_TO_BUYER
+packetLen(0x081a, 4)
// Packet: 0x081b
-packetLen(0x081b, 10) // ZC_UPDATE_ITEM_FROM_BUYING_STORE
+packetLen(0x081b, 10)
// Packet: 0x081c
-packetLen(0x081c, 10) // ZC_ITEM_DELETE_BUYING_STORE
+packetLen(0x081c, 10)
// Packet: 0x081d
-packetLen(0x081d, 22) // ZC_EL_INIT
+packetLen(0x081d, 22)
// Packet: 0x081e
-packetLen(0x081e, 8) // ZC_EL_PAR_CHANGE
+packetLen(0x081e, 8)
// Packet: 0x081f
-packetLen(0x081f, -1) // ZC_BROADCAST4
+packetLen(0x081f, -1)
// Packet: 0x0820
-packetLen(0x0820, 11) // ZC_COSTUME_SPRITE_CHANGE
+packetLen(0x0820, 11)
// Packet: 0x0821
-packetLen(0x0821, 2) // AC_OTP_USER
+packetLen(0x0821, 2)
// Packet: 0x0822
-packetLen(0x0822, 9) // CA_OTP_AUTH_REQ
+packetLen(0x0822, 9)
// Packet: 0x0823
-packetLen(0x0823, -1) // AC_OTP_AUTH_ACK
+packetLen(0x0823, -1)
// Packet: 0x0824
-packetLen(0x0824, 6) // ZC_FAILED_TRADE_BUYING_STORE_TO_SELLER
+packetLen(0x0824, 6)
// Packet: 0x0825
-packetLen(0x0825, -1) // CA_SSO_LOGIN_REQ
+packetLen(0x0825, -1)
// Packet: 0x0827
-packetLen(0x0827, 6) // CH_DELETE_CHAR3_RESERVED
+packetLen(0x0827, 6)
// Packet: 0x0828
-packetLen(0x0828, 14) // HC_DELETE_CHAR3_RESERVED
+packetLen(0x0828, 14)
// Packet: 0x0829
-packetLen(0x0829, 12) // CH_DELETE_CHAR3
+packetLen(0x0829, 12)
// Packet: 0x082a
-packetLen(0x082a, 10) // HC_DELETE_CHAR3
+packetLen(0x082a, 10)
// Packet: 0x082b
-packetLen(0x082b, 6) // CH_DELETE_CHAR3_CANCEL
+packetLen(0x082b, 6)
// Packet: 0x082c
-packetLen(0x082c, 10) // HC_DELETE_CHAR3_CANCEL
+packetLen(0x082c, 10)
// Packet: 0x082d
-packetLen(0x082d, -1) // HC_ACCEPT_ENTER2
+packetLen(0x082d, -1)
// Packet: 0x0835
#if PACKETVER >= 20131030
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20131023
-packetLen(0x0835, 4) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 4)
#elif PACKETVER >= 20130911
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20130904
-packetLen(0x0835, 12) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 12)
#elif PACKETVER >= 20130821
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20130814
-packetLen(0x0835, -1) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, -1)
#elif PACKETVER >= 20130403
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20130327
-packetLen(0x0835, 5) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 5)
#elif PACKETVER >= 20130103
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#endif
// Packet: 0x0836
-packetLen(0x0836, -1) // ZC_SEARCH_STORE_INFO_ACK
+packetLen(0x0836, -1)
// Packet: 0x0837
-packetLen(0x0837, 3) // ZC_SEARCH_STORE_INFO_FAILED
+packetLen(0x0837, 3)
// Packet: 0x0838
#if PACKETVER >= 20131230
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20131211
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20131204
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20131127
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20131106
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20131030
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20131008
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20130925
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20130917
-packetLen(0x0838, 6) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 6)
#elif PACKETVER >= 20130911
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20130904
-packetLen(0x0838, 19) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 19)
#elif PACKETVER >= 20130814
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20130807
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20130717
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20130626
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20130618
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20130605
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20130522
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20130417
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20130410
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20130403
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20130320
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20130313
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20130227
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20130206
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20130130
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20130121
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20130115
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20130109
-packetLen(0x0838, 8) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 8)
#elif PACKETVER >= 20130103
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#endif
// Packet: 0x0839
-packetLen(0x0839, 66) // ZC_ACK_BAN_GUILD_SSO
+packetLen(0x0839, 66)
// Packet: 0x083a
-packetLen(0x083a, 5) // ZC_OPEN_SEARCH_STORE_INFO
+packetLen(0x083a, 5)
// Packet: 0x083b
-packetLen(0x083b, 2) // CZ_CLOSE_SEARCH_STORE_INFO
+packetLen(0x083b, 2)
// Packet: 0x083c
#if PACKETVER >= 20131230
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20131218
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20131211
-packetLen(0x083c, 26) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 26)
#elif PACKETVER >= 20131204
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20131127
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20131106
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20131030
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20131008
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20130925
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20130917
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20130904
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20130814
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20130807
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20130724
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20130717
-packetLen(0x083c, 5) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 5)
#elif PACKETVER >= 20130626
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20130618
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20130605
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20130522
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20130417
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20130410
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20130403
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20130320
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20130313
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20130227
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20130206
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20130130
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20130121
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20130109
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20130103
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#endif
// Packet: 0x083d
-packetLen(0x083d, 6) // ZC_SSILIST_ITEM_CLICK_ACK
+packetLen(0x083d, 6)
// Packet: 0x083e
-packetLen(0x083e, 26) // AC_REFUSE_LOGIN2
+packetLen(0x083e, 26)
// Packet: 0x0840
-packetLen(0x0840, -1) // HC_NOTIFY_ACCESSIBLE_MAPNAME
+packetLen(0x0840, -1)
// Packet: 0x0841
-packetLen(0x0841, 4) // CH_SELECT_ACCESSIBLE_MAPNAME
+packetLen(0x0841, 4)
// Packet: 0x0842
-packetLen(0x0842, 6) // CZ_RECALL_SSO
+packetLen(0x0842, 6)
// Packet: 0x0843
-packetLen(0x0843, 6) // CZ_REMOVE_AID_SSO
+packetLen(0x0843, 6)
// Packet: 0x0844
-packetLen(0x0844, 2) // CZ_SE_CASHSHOP_OPEN
+packetLen(0x0844, 2)
// Packet: 0x0845
-packetLen(0x0845, 10) // ZC_SE_CASHSHOP_OPEN
+packetLen(0x0845, 10)
// Packet: 0x0846
-packetLen(0x0846, 4) // CZ_REQ_SE_CASH_TAB_CODE
+packetLen(0x0846, 4)
// Packet: 0x0847
-packetLen(0x0847, -1) // ZC_ACK_SE_CASH_ITEM_LIST
+packetLen(0x0847, -1)
// Packet: 0x0848
-packetLen(0x0848, -1) // CZ_SE_PC_BUY_CASHITEM_LIST
+packetLen(0x0848, -1)
// Packet: 0x0849
-packetLen(0x0849, 16) // ZC_SE_PC_BUY_CASHITEM_RESULT
+packetLen(0x0849, 16)
// Packet: 0x084a
-packetLen(0x084a, 2) // CZ_SE_CASHSHOP_CLOSE
+packetLen(0x084a, 2)
// Packet: 0x084b
-packetLen(0x084b, 19) // ZC_ITEM_FALL_ENTRY4
+packetLen(0x084b, 19)
// Packet: 0x084c
-packetLen(0x084c, 10) // CZ_MACRO_USE_SKILL
+packetLen(0x084c, 10)
// Packet: 0x084d
-packetLen(0x084d, 10) // CZ_MACRO_USE_SKILL_TOGROUND
+packetLen(0x084d, 10)
// Packet: 0x084e
-packetLen(0x084e, 5) // CZ_MACRO_REQUEST_MOVE
+packetLen(0x084e, 5)
// Packet: 0x084f
-packetLen(0x084f, 6) // CZ_MACRO_ITEM_PICKUP
+packetLen(0x084f, 6)
// Packet: 0x0850
-packetLen(0x0850, 7) // CZ_MACRO_REQUEST_ACT
+packetLen(0x0850, 7)
// Packet: 0x0851
-packetLen(0x0851, -1) // ZC_GPK_DYNCODE
+packetLen(0x0851, -1)
// Packet: 0x0852
-packetLen(0x0852, 2) // CZ_GPK_DYNCODE_RELOAD
+packetLen(0x0852, 2)
// Packet: 0x0853
-packetLen(0x0853, -1) // ZC_GPK_AUTH
+packetLen(0x0853, -1)
// Packet: 0x0854
-packetLen(0x0854, -1) // CZ_GPK_AUTH
+packetLen(0x0854, -1)
// Packet: 0x0855
-packetLen(0x0855, 6) // ZC_MACRO_ITEMPICKUP_FAIL
+packetLen(0x0855, 6)
// Packet: 0x0856
-packetLen(0x0856, -1) // ZC_NOTIFY_MOVEENTRY8
+packetLen(0x0856, -1)
// Packet: 0x0857
-packetLen(0x0857, -1) // ZC_NOTIFY_STANDENTRY7
+packetLen(0x0857, -1)
// Packet: 0x0858
-packetLen(0x0858, -1) // ZC_NOTIFY_NEWENTRY6
+packetLen(0x0858, -1)
// Packet: 0x0859
-packetLen(0x0859, -1) // ZC_EQUIPWIN_MICROSCOPE2
+packetLen(0x0859, -1)
// Packet: 0x085a
#if PACKETVER >= 20131211
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20131204
-packetLen(0x085a, 26) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 26)
#elif PACKETVER >= 20131127
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20131120
-packetLen(0x085a, -1) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, -1)
#elif PACKETVER >= 20131023
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20131016
-packetLen(0x085a, 8) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 8)
#elif PACKETVER >= 20130731
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20130724
-packetLen(0x085a, 18) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 18)
#elif PACKETVER >= 20130605
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20130529
-packetLen(0x085a, 12) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 12)
#elif PACKETVER >= 20130508
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20130502
-packetLen(0x085a, 4) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 4)
#elif PACKETVER >= 20130327
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20130320
-packetLen(0x085a, 90) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 90)
#elif PACKETVER >= 20130306
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20130227
-packetLen(0x085a, 10) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 10)
#elif PACKETVER >= 20130130
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20130121
-packetLen(0x085a, 4) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 4)
#elif PACKETVER >= 20130103
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#endif
// Packet: 0x085b
#if PACKETVER >= 20131030
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
#elif PACKETVER >= 20131023
-packetLen(0x085b, 90) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 90)
#elif PACKETVER >= 20130313
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
#elif PACKETVER >= 20130306
-packetLen(0x085b, 5) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 5)
#elif PACKETVER >= 20130103
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
#endif
// Packet: 0x085c
#if PACKETVER >= 20131223
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
#elif PACKETVER >= 20131218
-packetLen(0x085c, 36) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 36)
#elif PACKETVER >= 20130917
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
#elif PACKETVER >= 20130911
-packetLen(0x085c, 26) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 26)
#elif PACKETVER >= 20130313
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
#elif PACKETVER >= 20130306
-packetLen(0x085c, 6) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 6)
#elif PACKETVER >= 20130103
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
#endif
// Packet: 0x085d
#if PACKETVER >= 20131023
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
#elif PACKETVER >= 20131016
-packetLen(0x085d, 6) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 6)
#elif PACKETVER >= 20131008
-packetLen(0x085d, 8) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 8)
#elif PACKETVER >= 20130327
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
#elif PACKETVER >= 20130320
-packetLen(0x085d, 18) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 18)
#elif PACKETVER >= 20130215
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
#elif PACKETVER >= 20130206
-packetLen(0x085d, 8) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 8)
#elif PACKETVER >= 20130130
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
#elif PACKETVER >= 20130121
-packetLen(0x085d, 5) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 5)
#elif PACKETVER >= 20130103
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
#endif
// Packet: 0x085e
#if PACKETVER >= 20131016
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#elif PACKETVER >= 20131008
-packetLen(0x085e, 5) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 5)
#elif PACKETVER >= 20130731
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#elif PACKETVER >= 20130724
-packetLen(0x085e, 8) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 8)
#elif PACKETVER >= 20130605
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#elif PACKETVER >= 20130529
-packetLen(0x085e, 90) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 90)
#elif PACKETVER >= 20130103
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#endif
// Packet: 0x085f
#if PACKETVER >= 20131127
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#elif PACKETVER >= 20131120
-packetLen(0x085f, 10) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 10)
#elif PACKETVER >= 20130206
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#elif PACKETVER >= 20130130
-packetLen(0x085f, -1) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, -1)
#elif PACKETVER >= 20130103
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#endif
// Packet: 0x0860
#if PACKETVER >= 20131230
-packetLen(0x0860, 6) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 6)
#elif PACKETVER >= 20130731
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#elif PACKETVER >= 20130724
-packetLen(0x0860, 36) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 36)
#elif PACKETVER >= 20130703
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#elif PACKETVER >= 20130626
-packetLen(0x0860, 8) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 8)
#elif PACKETVER >= 20130417
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#elif PACKETVER >= 20130410
-packetLen(0x0860, 19) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 19)
#elif PACKETVER >= 20130313
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#elif PACKETVER >= 20130306
-packetLen(0x0860, 5) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 5)
#elif PACKETVER >= 20130103
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#endif
// Packet: 0x0861
#if PACKETVER >= 20130121
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#elif PACKETVER >= 20130115
-packetLen(0x0861, 8) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 8)
#elif PACKETVER >= 20130103
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#endif
// Packet: 0x0862
#if PACKETVER >= 20131211
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#elif PACKETVER >= 20131204
-packetLen(0x0862, 5) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 5)
#elif PACKETVER >= 20131030
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#elif PACKETVER >= 20131023
-packetLen(0x0862, 8) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 8)
#elif PACKETVER >= 20130828
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#elif PACKETVER >= 20130821
-packetLen(0x0862, -1) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, -1)
#elif PACKETVER >= 20130724
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#elif PACKETVER >= 20130717
-packetLen(0x0862, 18) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 18)
#elif PACKETVER >= 20130626
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#elif PACKETVER >= 20130618
-packetLen(0x0862, 6) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 6)
#elif PACKETVER >= 20130522
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#elif PACKETVER >= 20130515
-packetLen(0x0862, 4) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 4)
#elif PACKETVER >= 20130103
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#endif
// Packet: 0x0863
#if PACKETVER >= 20131023
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20131016
-packetLen(0x0863, 10) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 10)
#elif PACKETVER >= 20131008
-packetLen(0x0863, 26) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 26)
#elif PACKETVER >= 20130925
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20130917
-packetLen(0x0863, 8) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 8)
#elif PACKETVER >= 20130828
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20130821
-packetLen(0x0863, 7) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 7)
#elif PACKETVER >= 20130807
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20130731
-packetLen(0x0863, 6) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 6)
#elif PACKETVER >= 20130724
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20130717
-packetLen(0x0863, 26) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 26)
#elif PACKETVER >= 20130605
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20130529
-packetLen(0x0863, 6) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 6)
#elif PACKETVER >= 20130306
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20130227
-packetLen(0x0863, -1) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, -1)
#elif PACKETVER >= 20130121
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20130115
-packetLen(0x0863, 7) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 7)
#elif PACKETVER >= 20130103
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#endif
// Packet: 0x0864
#if PACKETVER >= 20131023
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#elif PACKETVER >= 20131016
-packetLen(0x0864, 36) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 36)
#elif PACKETVER >= 20130626
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#elif PACKETVER >= 20130618
-packetLen(0x0864, 36) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 36)
#elif PACKETVER >= 20130103
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#endif
// Packet: 0x0865
#if PACKETVER >= 20131218
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#elif PACKETVER >= 20131211
-packetLen(0x0865, 26) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 26)
#elif PACKETVER >= 20130807
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#elif PACKETVER >= 20130731
-packetLen(0x0865, 10) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 10)
#elif PACKETVER >= 20130417
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#elif PACKETVER >= 20130410
-packetLen(0x0865, 12) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 12)
#elif PACKETVER >= 20130103
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#endif
// Packet: 0x0866
#if PACKETVER >= 20131113
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
#elif PACKETVER >= 20131106
-packetLen(0x0866, 5) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 5)
#elif PACKETVER >= 20130115
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
#elif PACKETVER >= 20130109
-packetLen(0x0866, 5) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 5)
#elif PACKETVER >= 20130103
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
#endif
// Packet: 0x0867
#if PACKETVER >= 20131113
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#elif PACKETVER >= 20131106
-packetLen(0x0867, 8) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 8)
#elif PACKETVER >= 20131023
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#elif PACKETVER >= 20131016
-packetLen(0x0867, 90) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 90)
#elif PACKETVER >= 20130731
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#elif PACKETVER >= 20130724
-packetLen(0x0867, 6) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 6)
#elif PACKETVER >= 20130508
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#elif PACKETVER >= 20130502
-packetLen(0x0867, 5) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 5)
#elif PACKETVER >= 20130306
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#elif PACKETVER >= 20130227
-packetLen(0x0867, 6) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 6)
#elif PACKETVER >= 20130103
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#endif
// Packet: 0x0868
#if PACKETVER >= 20130925
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#elif PACKETVER >= 20130917
-packetLen(0x0868, 26) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 26)
#elif PACKETVER >= 20130911
-packetLen(0x0868, 18) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 18)
#elif PACKETVER >= 20130821
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#elif PACKETVER >= 20130814
-packetLen(0x0868, 12) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 12)
#elif PACKETVER >= 20130515
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#elif PACKETVER >= 20130508
-packetLen(0x0868, 36) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 36)
#elif PACKETVER >= 20130327
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#elif PACKETVER >= 20130320
-packetLen(0x0868, -1) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, -1)
#elif PACKETVER >= 20130103
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#endif
// Packet: 0x0869
#if PACKETVER >= 20131211
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#elif PACKETVER >= 20131204
-packetLen(0x0869, 10) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 10)
#elif PACKETVER >= 20130605
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#elif PACKETVER >= 20130529
-packetLen(0x0869, -1) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, -1)
#elif PACKETVER >= 20130306
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#elif PACKETVER >= 20130227
-packetLen(0x0869, -1) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, -1)
#elif PACKETVER >= 20130220
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#elif PACKETVER >= 20130215
-packetLen(0x0869, 8) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 8)
#elif PACKETVER >= 20130103
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#endif
// Packet: 0x086a
#if PACKETVER >= 20130731
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#elif PACKETVER >= 20130724
-packetLen(0x086a, -1) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, -1)
#elif PACKETVER >= 20130529
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#elif PACKETVER >= 20130522
-packetLen(0x086a, -1) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, -1)
#elif PACKETVER >= 20130103
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#endif
// Packet: 0x086b
#if PACKETVER >= 20130917
-packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 2)
#elif PACKETVER >= 20130911
-packetLen(0x086b, 36) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 36)
#elif PACKETVER >= 20130724
-packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 2)
#elif PACKETVER >= 20130717
-packetLen(0x086b, -1) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, -1)
#elif PACKETVER >= 20130424
-packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 2)
#elif PACKETVER >= 20130417
-packetLen(0x086b, 19) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 19)
#elif PACKETVER >= 20130206
-packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 2)
#elif PACKETVER >= 20130130
-packetLen(0x086b, 4) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 4)
#elif PACKETVER >= 20130103
-packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 2)
#endif
// Packet: 0x086c
#if PACKETVER >= 20131211
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#elif PACKETVER >= 20131204
-packetLen(0x086c, -1) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, -1)
#elif PACKETVER >= 20131016
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#elif PACKETVER >= 20131008
-packetLen(0x086c, -1) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, -1)
#elif PACKETVER >= 20130724
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#elif PACKETVER >= 20130717
-packetLen(0x086c, 4) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 4)
#elif PACKETVER >= 20130417
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#elif PACKETVER >= 20130410
-packetLen(0x086c, 18) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 18)
#elif PACKETVER >= 20130130
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#elif PACKETVER >= 20130121
-packetLen(0x086c, 19) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 19)
#elif PACKETVER >= 20130103
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#endif
// Packet: 0x086d
#if PACKETVER >= 20131016
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#elif PACKETVER >= 20131008
-packetLen(0x086d, 6) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 6)
#elif PACKETVER >= 20131002
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#elif PACKETVER >= 20130925
-packetLen(0x086d, 36) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 36)
#elif PACKETVER >= 20130917
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#elif PACKETVER >= 20130911
-packetLen(0x086d, 8) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 8)
#elif PACKETVER >= 20130403
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#elif PACKETVER >= 20130327
-packetLen(0x086d, 18) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 18)
#elif PACKETVER >= 20130320
-packetLen(0x086d, 26) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 26)
#elif PACKETVER >= 20130313
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#elif PACKETVER >= 20130306
-packetLen(0x086d, 19) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 19)
#elif PACKETVER >= 20130103
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#endif
// Packet: 0x086e
#if PACKETVER >= 20131218
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
#elif PACKETVER >= 20131211
-packetLen(0x086e, -1) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, -1)
#elif PACKETVER >= 20131030
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
#elif PACKETVER >= 20131023
-packetLen(0x086e, -1) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, -1)
#elif PACKETVER >= 20131002
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
#elif PACKETVER >= 20130925
-packetLen(0x086e, 26) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 26)
#elif PACKETVER >= 20130917
-packetLen(0x086e, 90) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 90)
#elif PACKETVER >= 20130828
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
#elif PACKETVER >= 20130821
-packetLen(0x086e, -1) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, -1)
#elif PACKETVER >= 20130306
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
#elif PACKETVER >= 20130227
-packetLen(0x086e, 4) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 4)
#elif PACKETVER >= 20130103
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
#endif
// Packet: 0x086f
#if PACKETVER >= 20130925
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#elif PACKETVER >= 20130917
-packetLen(0x086f, 6) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 6)
#elif PACKETVER >= 20130327
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#elif PACKETVER >= 20130320
-packetLen(0x086f, 26) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 26)
#elif PACKETVER >= 20130220
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#elif PACKETVER >= 20130215
-packetLen(0x086f, 8) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 8)
#elif PACKETVER >= 20130103
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#endif
// Packet: 0x0870
#if PACKETVER >= 20131023
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#elif PACKETVER >= 20131016
-packetLen(0x0870, -1) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, -1)
#elif PACKETVER >= 20130508
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#elif PACKETVER >= 20130502
-packetLen(0x0870, 26) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 26)
#elif PACKETVER >= 20130121
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#elif PACKETVER >= 20130115
-packetLen(0x0870, -1) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, -1)
#elif PACKETVER >= 20130103
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#endif
// Packet: 0x0871
#if PACKETVER >= 20131230
-packetLen(0x0871, 7) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 7)
#elif PACKETVER >= 20130121
-packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 2)
#elif PACKETVER >= 20130115
-packetLen(0x0871, 26) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 26)
#elif PACKETVER >= 20130103
-packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 2)
#endif
// Packet: 0x0872
@@ -4493,1545 +4493,1545 @@ packetLen(0x0872, 2)
// Packet: 0x0873
#if PACKETVER >= 20131218
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#elif PACKETVER >= 20131211
-packetLen(0x0873, 19) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 19)
#elif PACKETVER >= 20130821
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#elif PACKETVER >= 20130814
-packetLen(0x0873, 8) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 8)
#elif PACKETVER >= 20130710
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#elif PACKETVER >= 20130703
-packetLen(0x0873, 36) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 36)
#elif PACKETVER >= 20130403
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#elif PACKETVER >= 20130327
-packetLen(0x0873, 19) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 19)
#elif PACKETVER >= 20130103
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#endif
// Packet: 0x0874
#if PACKETVER >= 20130821
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#elif PACKETVER >= 20130814
-packetLen(0x0874, 7) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 7)
#elif PACKETVER >= 20130731
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#elif PACKETVER >= 20130724
-packetLen(0x0874, 5) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 5)
#elif PACKETVER >= 20130605
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#elif PACKETVER >= 20130529
-packetLen(0x0874, 18) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 18)
#elif PACKETVER >= 20130522
-packetLen(0x0874, -1) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, -1)
#elif PACKETVER >= 20130508
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#elif PACKETVER >= 20130502
-packetLen(0x0874, -1) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, -1)
#elif PACKETVER >= 20130327
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#elif PACKETVER >= 20130320
-packetLen(0x0874, 8) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 8)
#elif PACKETVER >= 20130130
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#elif PACKETVER >= 20130121
-packetLen(0x0874, 8) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 8)
#elif PACKETVER >= 20130103
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#endif
// Packet: 0x0875
#if PACKETVER >= 20131113
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20131106
-packetLen(0x0875, 6) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 6)
#elif PACKETVER >= 20131023
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20131016
-packetLen(0x0875, -1) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, -1)
#elif PACKETVER >= 20131002
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20130925
-packetLen(0x0875, 5) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 5)
#elif PACKETVER >= 20130508
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20130502
-packetLen(0x0875, 26) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 26)
#elif PACKETVER >= 20130424
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20130417
-packetLen(0x0875, 36) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 36)
#elif PACKETVER >= 20130103
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#endif
// Packet: 0x0876
#if PACKETVER >= 20131030
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
#elif PACKETVER >= 20131023
-packetLen(0x0876, 10) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 10)
#elif PACKETVER >= 20131002
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
#elif PACKETVER >= 20130925
-packetLen(0x0876, 8) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 8)
#elif PACKETVER >= 20130731
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
#elif PACKETVER >= 20130724
-packetLen(0x0876, 7) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 7)
#elif PACKETVER >= 20130605
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
#elif PACKETVER >= 20130529
-packetLen(0x0876, 5) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 5)
#elif PACKETVER >= 20130215
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
#elif PACKETVER >= 20130206
-packetLen(0x0876, 4) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 4)
#elif PACKETVER >= 20130103
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
#endif
// Packet: 0x0877
#if PACKETVER >= 20131211
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#elif PACKETVER >= 20131204
-packetLen(0x0877, 19) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 19)
#elif PACKETVER >= 20130605
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#elif PACKETVER >= 20130529
-packetLen(0x0877, 26) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 26)
#elif PACKETVER >= 20130508
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#elif PACKETVER >= 20130502
-packetLen(0x0877, 8) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 8)
#elif PACKETVER >= 20130121
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#elif PACKETVER >= 20130115
-packetLen(0x0877, 6) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 6)
#elif PACKETVER >= 20130103
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#endif
// Packet: 0x0878
#if PACKETVER >= 20130807
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#elif PACKETVER >= 20130731
-packetLen(0x0878, 7) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 7)
#elif PACKETVER >= 20130626
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#elif PACKETVER >= 20130618
-packetLen(0x0878, 4) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 4)
#elif PACKETVER >= 20130515
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#elif PACKETVER >= 20130508
-packetLen(0x0878, -1) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, -1)
#elif PACKETVER >= 20130403
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#elif PACKETVER >= 20130327
-packetLen(0x0878, 12) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 12)
#elif PACKETVER >= 20130103
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#endif
// Packet: 0x0879
#if PACKETVER >= 20131211
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
#elif PACKETVER >= 20131204
-packetLen(0x0879, 6) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 6)
#elif PACKETVER >= 20130828
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
#elif PACKETVER >= 20130821
-packetLen(0x0879, 12) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 12)
#elif PACKETVER >= 20130417
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
#elif PACKETVER >= 20130410
-packetLen(0x0879, 8) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 8)
#elif PACKETVER >= 20130121
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
#elif PACKETVER >= 20130115
-packetLen(0x0879, 5) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 5)
#elif PACKETVER >= 20130103
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
#endif
// Packet: 0x087a
#if PACKETVER >= 20130925
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
#elif PACKETVER >= 20130917
-packetLen(0x087a, 6) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 6)
#elif PACKETVER >= 20130626
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
#elif PACKETVER >= 20130618
-packetLen(0x087a, 8) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 8)
#elif PACKETVER >= 20130103
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
#endif
// Packet: 0x087b
#if PACKETVER >= 20131230
-packetLen(0x087b, 12) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 12)
#elif PACKETVER >= 20131223
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#elif PACKETVER >= 20131218
-packetLen(0x087b, 4) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 4)
#elif PACKETVER >= 20130917
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#elif PACKETVER >= 20130911
-packetLen(0x087b, 4) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 4)
#elif PACKETVER >= 20130306
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#elif PACKETVER >= 20130227
-packetLen(0x087b, 26) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 26)
#elif PACKETVER >= 20130103
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#endif
// Packet: 0x087c
#if PACKETVER >= 20130508
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
#elif PACKETVER >= 20130502
-packetLen(0x087c, 19) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 19)
#elif PACKETVER >= 20130417
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
#elif PACKETVER >= 20130410
-packetLen(0x087c, 5) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 5)
#elif PACKETVER >= 20130121
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
#elif PACKETVER >= 20130115
-packetLen(0x087c, 6) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 6)
#elif PACKETVER >= 20130103
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
#endif
// Packet: 0x087d
#if PACKETVER >= 20131106
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#elif PACKETVER >= 20131030
-packetLen(0x087d, 26) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 26)
#elif PACKETVER >= 20131002
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#elif PACKETVER >= 20130925
-packetLen(0x087d, 6) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 6)
#elif PACKETVER >= 20130417
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#elif PACKETVER >= 20130410
-packetLen(0x087d, 6) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 6)
#elif PACKETVER >= 20130206
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#elif PACKETVER >= 20130130
-packetLen(0x087d, 5) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 5)
#elif PACKETVER >= 20130103
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#endif
// Packet: 0x087e
#if PACKETVER >= 20131230
-packetLen(0x087e, 4) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 4)
#elif PACKETVER >= 20130925
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#elif PACKETVER >= 20130917
-packetLen(0x087e, 10) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 10)
#elif PACKETVER >= 20130904
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#elif PACKETVER >= 20130828
-packetLen(0x087e, 6) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 6)
#elif PACKETVER >= 20130618
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#elif PACKETVER >= 20130612
-packetLen(0x087e, 5) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 5)
#elif PACKETVER >= 20130529
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#elif PACKETVER >= 20130522
-packetLen(0x087e, 8) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 8)
#elif PACKETVER >= 20130103
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#endif
// Packet: 0x087f
#if PACKETVER >= 20131230
-packetLen(0x087f, -1) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, -1)
#elif PACKETVER >= 20131211
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#elif PACKETVER >= 20131204
-packetLen(0x087f, 18) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 18)
#elif PACKETVER >= 20130206
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#elif PACKETVER >= 20130130
-packetLen(0x087f, -1) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, -1)
#elif PACKETVER >= 20130103
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#endif
// Packet: 0x0880
#if PACKETVER >= 20130717
-packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 2)
#elif PACKETVER >= 20130710
-packetLen(0x0880, 36) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 36)
#elif PACKETVER >= 20130103
-packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 2)
#endif
// Packet: 0x0881
#if PACKETVER >= 20131218
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#elif PACKETVER >= 20131211
-packetLen(0x0881, 4) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 4)
#elif PACKETVER >= 20131204
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#elif PACKETVER >= 20131127
-packetLen(0x0881, 4) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 4)
#elif PACKETVER >= 20130828
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#elif PACKETVER >= 20130821
-packetLen(0x0881, -1) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, -1)
#elif PACKETVER >= 20130327
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#elif PACKETVER >= 20130320
-packetLen(0x0881, 5) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 5)
#elif PACKETVER >= 20130313
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#elif PACKETVER >= 20130306
-packetLen(0x0881, -1) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, -1)
#elif PACKETVER >= 20130103
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#endif
// Packet: 0x0882
#if PACKETVER >= 20131211
-packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 2)
#elif PACKETVER >= 20131204
-packetLen(0x0882, 26) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 26)
#elif PACKETVER >= 20130724
-packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 2)
#elif PACKETVER >= 20130717
-packetLen(0x0882, 10) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 10)
#elif PACKETVER >= 20130103
-packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 2)
#endif
// Packet: 0x0883
#if PACKETVER >= 20131016
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#elif PACKETVER >= 20131008
-packetLen(0x0883, 8) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 8)
#elif PACKETVER >= 20130612
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#elif PACKETVER >= 20130605
-packetLen(0x0883, 36) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 36)
#elif PACKETVER >= 20130215
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#elif PACKETVER >= 20130206
-packetLen(0x0883, 18) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 18)
#elif PACKETVER >= 20130103
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#endif
// Packet: 0x0884
#if PACKETVER >= 20131204
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20131127
-packetLen(0x0884, 5) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 5)
#elif PACKETVER >= 20131120
-packetLen(0x0884, 10) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 10)
#elif PACKETVER >= 20131016
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20131008
-packetLen(0x0884, 18) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 18)
#elif PACKETVER >= 20130807
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20130731
-packetLen(0x0884, 36) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 36)
#elif PACKETVER >= 20130410
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20130403
-packetLen(0x0884, 19) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 19)
#elif PACKETVER >= 20130130
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20130121
-packetLen(0x0884, -1) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, -1)
#elif PACKETVER >= 20130103
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#endif
// Packet: 0x0885
#if PACKETVER >= 20131030
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20131023
-packetLen(0x0885, 36) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 36)
#elif PACKETVER >= 20131016
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20131008
-packetLen(0x0885, 4) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 4)
#elif PACKETVER >= 20131002
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20130925
-packetLen(0x0885, 5) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 5)
#elif PACKETVER >= 20130821
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20130814
-packetLen(0x0885, 36) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 36)
#elif PACKETVER >= 20130626
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20130618
-packetLen(0x0885, 8) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 8)
#elif PACKETVER >= 20130403
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20130327
-packetLen(0x0885, 6) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 6)
#elif PACKETVER >= 20130215
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20130206
-packetLen(0x0885, 8) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 8)
#elif PACKETVER >= 20130130
-packetLen(0x0885, 7) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 7)
#elif PACKETVER >= 20130103
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#endif
// Packet: 0x0886
#if PACKETVER >= 20131218
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20131211
-packetLen(0x0886, 5) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 5)
#elif PACKETVER >= 20130220
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20130215
-packetLen(0x0886, 6) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 6)
#elif PACKETVER >= 20130206
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20130130
-packetLen(0x0886, 6) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 6)
#elif PACKETVER >= 20130115
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20130109
-packetLen(0x0886, 8) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 8)
#elif PACKETVER >= 20130103
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#endif
// Packet: 0x0887
#if PACKETVER >= 20131113
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20131106
-packetLen(0x0887, 6) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 6)
#elif PACKETVER >= 20131030
-packetLen(0x0887, 36) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 36)
#elif PACKETVER >= 20131023
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20131016
-packetLen(0x0887, 6) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 6)
#elif PACKETVER >= 20131002
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20130925
-packetLen(0x0887, 19) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 19)
#elif PACKETVER >= 20130821
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20130814
-packetLen(0x0887, 10) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 10)
#elif PACKETVER >= 20130807
-packetLen(0x0887, 36) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 36)
#elif PACKETVER >= 20130626
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20130618
-packetLen(0x0887, 26) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 26)
#elif PACKETVER >= 20130522
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20130515
-packetLen(0x0887, 8) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 8)
#elif PACKETVER >= 20130320
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20130313
-packetLen(0x0887, 5) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 5)
#elif PACKETVER >= 20130206
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20130130
-packetLen(0x0887, 90) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 90)
#elif PACKETVER >= 20130103
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#endif
// Packet: 0x0888
#if PACKETVER >= 20131023
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20131016
-packetLen(0x0888, 5) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 5)
#elif PACKETVER >= 20130605
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20130529
-packetLen(0x0888, 4) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 4)
#elif PACKETVER >= 20130508
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20130502
-packetLen(0x0888, 6) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 6)
#elif PACKETVER >= 20130327
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20130320
-packetLen(0x0888, 19) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 19)
#elif PACKETVER >= 20130121
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20130115
-packetLen(0x0888, 12) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 12)
#elif PACKETVER >= 20130109
-packetLen(0x0888, 5) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 5)
#elif PACKETVER >= 20130103
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#endif
// Packet: 0x0889
#if PACKETVER >= 20130917
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20130911
-packetLen(0x0889, 6) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 6)
#elif PACKETVER >= 20130904
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20130828
-packetLen(0x0889, 5) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 5)
#elif PACKETVER >= 20130821
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20130814
-packetLen(0x0889, -1) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, -1)
#elif PACKETVER >= 20130807
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20130731
-packetLen(0x0889, 4) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 4)
#elif PACKETVER >= 20130626
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20130618
-packetLen(0x0889, 7) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 7)
#elif PACKETVER >= 20130508
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20130502
-packetLen(0x0889, 8) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 8)
#elif PACKETVER >= 20130206
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20130130
-packetLen(0x0889, 6) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 6)
#elif PACKETVER >= 20130103
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#endif
// Packet: 0x088a
#if PACKETVER >= 20131030
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20131023
-packetLen(0x088a, -1) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, -1)
#elif PACKETVER >= 20130925
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20130917
-packetLen(0x088a, 36) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 36)
#elif PACKETVER >= 20130821
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20130814
-packetLen(0x088a, 6) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 6)
#elif PACKETVER >= 20130724
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20130717
-packetLen(0x088a, 5) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 5)
#elif PACKETVER >= 20130115
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20130109
-packetLen(0x088a, 19) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 19)
#elif PACKETVER >= 20130103
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#endif
// Packet: 0x088b
#if PACKETVER >= 20131030
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20131023
-packetLen(0x088b, 6) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 6)
#elif PACKETVER >= 20131016
-packetLen(0x088b, 26) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 26)
#elif PACKETVER >= 20130807
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20130731
-packetLen(0x088b, 6) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 6)
#elif PACKETVER >= 20130703
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20130626
-packetLen(0x088b, 6) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 6)
#elif PACKETVER >= 20130515
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20130508
-packetLen(0x088b, 6) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 6)
#elif PACKETVER >= 20130121
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20130115
-packetLen(0x088b, 90) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 90)
#elif PACKETVER >= 20130103
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#endif
// Packet: 0x088c
#if PACKETVER >= 20131127
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20131120
-packetLen(0x088c, 19) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 19)
#elif PACKETVER >= 20131113
-packetLen(0x088c, -1) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, -1)
#elif PACKETVER >= 20130821
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20130814
-packetLen(0x088c, 5) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 5)
#elif PACKETVER >= 20130724
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20130717
-packetLen(0x088c, 5) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 5)
#elif PACKETVER >= 20130703
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20130626
-packetLen(0x088c, 19) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 19)
#elif PACKETVER >= 20130417
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20130410
-packetLen(0x088c, 36) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 36)
#elif PACKETVER >= 20130103
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#endif
// Packet: 0x088d
#if PACKETVER >= 20131204
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20131127
-packetLen(0x088d, 5) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 5)
#elif PACKETVER >= 20131120
-packetLen(0x088d, 26) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 26)
#elif PACKETVER >= 20130828
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20130821
-packetLen(0x088d, 6) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 6)
#elif PACKETVER >= 20130417
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20130410
-packetLen(0x088d, 5) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 5)
#elif PACKETVER >= 20130103
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#endif
// Packet: 0x088e
#if PACKETVER >= 20130626
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20130618
-packetLen(0x088e, 5) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 5)
#elif PACKETVER >= 20130605
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20130529
-packetLen(0x088e, 8) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 8)
#elif PACKETVER >= 20130522
-packetLen(0x088e, 36) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 36)
#elif PACKETVER >= 20130327
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20130320
-packetLen(0x088e, 7) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 7)
#elif PACKETVER >= 20130115
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20130109
-packetLen(0x088e, 12) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 12)
#elif PACKETVER >= 20130103
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#endif
// Packet: 0x088f
#if PACKETVER >= 20131120
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20131113
-packetLen(0x088f, 6) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 6)
#elif PACKETVER >= 20131030
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20131023
-packetLen(0x088f, 8) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 8)
#elif PACKETVER >= 20131002
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20130925
-packetLen(0x088f, 26) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 26)
#elif PACKETVER >= 20130828
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20130821
-packetLen(0x088f, 26) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 26)
#elif PACKETVER >= 20130703
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20130626
-packetLen(0x088f, 4) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 4)
#elif PACKETVER >= 20130403
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20130327
-packetLen(0x088f, 10) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 10)
#elif PACKETVER >= 20130103
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#endif
// Packet: 0x0890
#if PACKETVER >= 20131023
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20131016
-packetLen(0x0890, 6) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 6)
#elif PACKETVER >= 20131002
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20130925
-packetLen(0x0890, 8) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 8)
#elif PACKETVER >= 20130626
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20130618
-packetLen(0x0890, 12) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 12)
#elif PACKETVER >= 20130605
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20130529
-packetLen(0x0890, 7) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 7)
#elif PACKETVER >= 20130417
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20130410
-packetLen(0x0890, -1) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, -1)
#elif PACKETVER >= 20130327
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20130320
-packetLen(0x0890, 4) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 4)
#elif PACKETVER >= 20130313
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20130306
-packetLen(0x0890, 8) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 8)
#elif PACKETVER >= 20130103
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#endif
// Packet: 0x0891
#if PACKETVER >= 20131113
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20131106
-packetLen(0x0891, 6) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 6)
#elif PACKETVER >= 20130917
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20130911
-packetLen(0x0891, 5) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 5)
#elif PACKETVER >= 20130731
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20130724
-packetLen(0x0891, 6) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 6)
#elif PACKETVER >= 20130626
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20130618
-packetLen(0x0891, -1) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, -1)
#elif PACKETVER >= 20130417
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20130410
-packetLen(0x0891, 8) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 8)
#elif PACKETVER >= 20130403
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20130327
-packetLen(0x0891, 8) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 8)
#elif PACKETVER >= 20130115
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20130109
-packetLen(0x0891, -1) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, -1)
#elif PACKETVER >= 20130103
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#endif
// Packet: 0x0892
#if PACKETVER >= 20131218
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20131211
-packetLen(0x0892, 8) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 8)
#elif PACKETVER >= 20130828
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20130821
-packetLen(0x0892, 6) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 6)
#elif PACKETVER >= 20130605
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20130529
-packetLen(0x0892, 6) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 6)
#elif PACKETVER >= 20130115
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20130109
-packetLen(0x0892, 10) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 10)
#elif PACKETVER >= 20130103
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#endif
// Packet: 0x0893
#if PACKETVER >= 20131113
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20131106
-packetLen(0x0893, 18) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 18)
#elif PACKETVER >= 20130904
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20130828
-packetLen(0x0893, 36) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 36)
#elif PACKETVER >= 20130731
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20130724
-packetLen(0x0893, 19) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 19)
#elif PACKETVER >= 20130515
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20130508
-packetLen(0x0893, 18) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 18)
#elif PACKETVER >= 20130306
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20130227
-packetLen(0x0893, 8) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 8)
#elif PACKETVER >= 20130130
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20130121
-packetLen(0x0893, 26) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 26)
#elif PACKETVER >= 20130103
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#endif
// Packet: 0x0894
#if PACKETVER >= 20131204
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20131127
-packetLen(0x0894, 36) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 36)
#elif PACKETVER >= 20131113
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20131106
-packetLen(0x0894, 5) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 5)
#elif PACKETVER >= 20131023
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20131016
-packetLen(0x0894, 12) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 12)
#elif PACKETVER >= 20130807
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20130731
-packetLen(0x0894, -1) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, -1)
#elif PACKETVER >= 20130703
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20130626
-packetLen(0x0894, 18) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 18)
#elif PACKETVER >= 20130121
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20130115
-packetLen(0x0894, 5) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 5)
#elif PACKETVER >= 20130103
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#endif
// Packet: 0x0895
#if PACKETVER >= 20131230
-packetLen(0x0895, 8) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 8)
#elif PACKETVER >= 20130925
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20130917
-packetLen(0x0895, 6) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 6)
#elif PACKETVER >= 20130821
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20130814
-packetLen(0x0895, 6) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 6)
#elif PACKETVER >= 20130807
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20130731
-packetLen(0x0895, 8) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 8)
#elif PACKETVER >= 20130703
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20130626
-packetLen(0x0895, 26) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 26)
#elif PACKETVER >= 20130605
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20130529
-packetLen(0x0895, 6) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 6)
#elif PACKETVER >= 20130515
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20130508
-packetLen(0x0895, 19) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 19)
#elif PACKETVER >= 20130121
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20130115
-packetLen(0x0895, 6) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 6)
#elif PACKETVER >= 20130103
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#endif
// Packet: 0x0896
#if PACKETVER >= 20131016
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#elif PACKETVER >= 20131008
-packetLen(0x0896, 90) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 90)
#elif PACKETVER >= 20130821
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#elif PACKETVER >= 20130814
-packetLen(0x0896, 8) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 8)
#elif PACKETVER >= 20130103
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#endif
// Packet: 0x0897
#if PACKETVER >= 20130807
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20130731
-packetLen(0x0897, -1) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, -1)
#elif PACKETVER >= 20130724
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20130717
-packetLen(0x0897, -1) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, -1)
#elif PACKETVER >= 20130605
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20130529
-packetLen(0x0897, 6) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 6)
#elif PACKETVER >= 20130515
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20130508
-packetLen(0x0897, 8) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 8)
#elif PACKETVER >= 20130327
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20130320
-packetLen(0x0897, 5) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 5)
#elif PACKETVER >= 20130103
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#endif
// Packet: 0x0898
#if PACKETVER >= 20131230
-packetLen(0x0898, 6) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 6)
#elif PACKETVER >= 20130724
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20130717
-packetLen(0x0898, 6) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 6)
#elif PACKETVER >= 20130327
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20130320
-packetLen(0x0898, 6) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 6)
#elif PACKETVER >= 20130313
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20130306
-packetLen(0x0898, 7) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 7)
#elif PACKETVER >= 20130227
-packetLen(0x0898, 5) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 5)
#elif PACKETVER >= 20130103
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#endif
// Packet: 0x0899
#if PACKETVER >= 20130403
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20130327
-packetLen(0x0899, 6) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 6)
#elif PACKETVER >= 20130215
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20130206
-packetLen(0x0899, -1) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, -1)
#elif PACKETVER >= 20130103
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#endif
// Packet: 0x089a
#if PACKETVER >= 20131120
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20131113
-packetLen(0x089a, 19) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 19)
#elif PACKETVER >= 20130206
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20130130
-packetLen(0x089a, 26) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 26)
#elif PACKETVER >= 20130103
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#endif
// Packet: 0x089b
#if PACKETVER >= 20130724
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20130717
-packetLen(0x089b, 8) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 8)
#elif PACKETVER >= 20130529
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20130522
-packetLen(0x089b, 18) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 18)
#elif PACKETVER >= 20130327
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20130320
-packetLen(0x089b, 10) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 10)
#elif PACKETVER >= 20130103
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#endif
// Packet: 0x089c
#if PACKETVER >= 20131230
-packetLen(0x089c, 19) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 19)
#elif PACKETVER >= 20131016
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20131008
-packetLen(0x089c, 5) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 5)
#elif PACKETVER >= 20130731
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20130724
-packetLen(0x089c, 10) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 10)
#elif PACKETVER >= 20130529
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20130522
-packetLen(0x089c, 6) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 6)
#elif PACKETVER >= 20130417
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20130410
-packetLen(0x089c, 6) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 6)
#elif PACKETVER >= 20130103
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#endif
// Packet: 0x089d
#if PACKETVER >= 20130925
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20130917
-packetLen(0x089d, 19) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 19)
#elif PACKETVER >= 20130103
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#endif
// Packet: 0x089e
#if PACKETVER >= 20131204
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20131127
-packetLen(0x089e, 8) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 8)
#elif PACKETVER >= 20131120
-packetLen(0x089e, 6) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 6)
#elif PACKETVER >= 20130904
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20130828
-packetLen(0x089e, 10) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 10)
#elif PACKETVER >= 20130417
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20130410
-packetLen(0x089e, -1) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, -1)
#elif PACKETVER >= 20130220
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20130215
-packetLen(0x089e, -1) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, -1)
#elif PACKETVER >= 20130103
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#endif
// Packet: 0x089f
#if PACKETVER >= 20130904
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#elif PACKETVER >= 20130828
-packetLen(0x089f, 5) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 5)
#elif PACKETVER >= 20130313
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#elif PACKETVER >= 20130306
-packetLen(0x089f, 6) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 6)
#elif PACKETVER >= 20130220
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#elif PACKETVER >= 20130215
-packetLen(0x089f, 4) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 4)
#elif PACKETVER >= 20130206
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#elif PACKETVER >= 20130130
-packetLen(0x089f, 6) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 6)
#elif PACKETVER >= 20130103
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#endif
// Packet: 0x08a0
#if PACKETVER >= 20131211
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20131204
-packetLen(0x08a0, -1) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, -1)
#elif PACKETVER >= 20130925
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20130917
-packetLen(0x08a0, 8) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 8)
#elif PACKETVER >= 20130417
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20130410
-packetLen(0x08a0, 6) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 6)
#elif PACKETVER >= 20130215
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20130206
-packetLen(0x08a0, 5) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 5)
#elif PACKETVER >= 20130130
-packetLen(0x08a0, 10) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 10)
#elif PACKETVER >= 20130121
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20130115
-packetLen(0x08a0, 26) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 26)
#elif PACKETVER >= 20130103
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#endif
// Packet: 0x08a1
#if PACKETVER >= 20131127
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20131120
-packetLen(0x08a1, 5) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 5)
#elif PACKETVER >= 20130522
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20130515
-packetLen(0x08a1, 6) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 6)
#elif PACKETVER >= 20130508
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20130502
-packetLen(0x08a1, 18) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 18)
#elif PACKETVER >= 20130403
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20130327
-packetLen(0x08a1, 6) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 6)
#elif PACKETVER >= 20130306
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20130227
-packetLen(0x08a1, 8) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 8)
#elif PACKETVER >= 20130103
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#endif
// Packet: 0x08a2
#if PACKETVER >= 20131113
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20131106
-packetLen(0x08a2, 19) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 19)
#elif PACKETVER >= 20131030
-packetLen(0x08a2, 4) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 4)
#elif PACKETVER >= 20130925
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20130917
-packetLen(0x08a2, -1) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, -1)
#elif PACKETVER >= 20130529
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20130522
-packetLen(0x08a2, 7) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 7)
#elif PACKETVER >= 20130403
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20130327
-packetLen(0x08a2, -1) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, -1)
#elif PACKETVER >= 20130115
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20130109
-packetLen(0x08a2, 6) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 6)
#elif PACKETVER >= 20130103
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#endif
// Packet: 0x08a3
#if PACKETVER >= 20131218
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#elif PACKETVER >= 20131211
-packetLen(0x08a3, 18) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 18)
#elif PACKETVER >= 20130904
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#elif PACKETVER >= 20130828
-packetLen(0x08a3, -1) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, -1)
#elif PACKETVER >= 20130529
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#elif PACKETVER >= 20130522
-packetLen(0x08a3, 8) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 8)
#elif PACKETVER >= 20130508
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#elif PACKETVER >= 20130502
-packetLen(0x08a3, 6) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 6)
#elif PACKETVER >= 20130103
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#endif
// Packet: 0x08a4
#if PACKETVER >= 20131230
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20131223
-packetLen(0x08a4, 36) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 36)
#elif PACKETVER >= 20131218
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20131211
-packetLen(0x08a4, 5) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 5)
#elif PACKETVER >= 20131204
-packetLen(0x08a4, 6) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 6)
#elif PACKETVER >= 20131127
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20131120
-packetLen(0x08a4, 36) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 36)
#elif PACKETVER >= 20131113
-packetLen(0x08a4, -1) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, -1)
#elif PACKETVER >= 20130917
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20130911
-packetLen(0x08a4, -1) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, -1)
#elif PACKETVER >= 20130821
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20130814
-packetLen(0x08a4, -1) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, -1)
#elif PACKETVER >= 20130417
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20130410
-packetLen(0x08a4, 90) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 90)
#elif PACKETVER >= 20130313
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20130306
-packetLen(0x08a4, 10) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 10)
#elif PACKETVER >= 20130206
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20130130
-packetLen(0x08a4, 10) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 10)
#elif PACKETVER >= 20130121
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20130115
-packetLen(0x08a4, 10) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 10)
#elif PACKETVER >= 20130103
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#endif
// Packet: 0x08a5
#if PACKETVER >= 20130703
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20130626
-packetLen(0x08a5, -1) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, -1)
#elif PACKETVER >= 20130410
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20130403
-packetLen(0x08a5, 4) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 4)
#elif PACKETVER >= 20130103
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#endif
// Packet: 0x08a6
#if PACKETVER >= 20130724
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20130717
-packetLen(0x08a6, 8) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 8)
#elif PACKETVER >= 20130626
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20130618
-packetLen(0x08a6, 5) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 5)
#elif PACKETVER >= 20130529
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20130522
-packetLen(0x08a6, 6) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 6)
#elif PACKETVER >= 20130103
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#endif
// Packet: 0x08a7
#if PACKETVER >= 20131211
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20131204
-packetLen(0x08a7, 6) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 6)
#elif PACKETVER >= 20131030
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20131023
-packetLen(0x08a7, 5) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 5)
#elif PACKETVER >= 20130626
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20130618
-packetLen(0x08a7, 18) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 18)
#elif PACKETVER >= 20130605
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20130529
-packetLen(0x08a7, 6) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 6)
#elif PACKETVER >= 20130103
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#endif
// Packet: 0x08a8
#if PACKETVER >= 20131127
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20131120
-packetLen(0x08a8, 7) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 7)
#elif PACKETVER >= 20131113
-packetLen(0x08a8, 8) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 8)
#elif PACKETVER >= 20130925
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20130917
-packetLen(0x08a8, -1) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, -1)
#elif PACKETVER >= 20130605
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20130529
-packetLen(0x08a8, 26) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 26)
#elif PACKETVER >= 20130103
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#endif
// Packet: 0x08a9
#if PACKETVER >= 20131230
-packetLen(0x08a9, 26) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 26)
#elif PACKETVER >= 20131016
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20131008
-packetLen(0x08a9, 10) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 10)
#elif PACKETVER >= 20130724
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20130717
-packetLen(0x08a9, 6) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 6)
#elif PACKETVER >= 20130529
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20130522
-packetLen(0x08a9, 19) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 19)
#elif PACKETVER >= 20130206
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20130130
-packetLen(0x08a9, 8) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 8)
#elif PACKETVER >= 20130103
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#endif
// Packet: 0x08aa
#if PACKETVER >= 20130724
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20130717
-packetLen(0x08aa, -1) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, -1)
#elif PACKETVER >= 20130522
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20130515
-packetLen(0x08aa, 8) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 8)
#elif PACKETVER >= 20130115
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20130109
-packetLen(0x08aa, 4) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 4)
#elif PACKETVER >= 20130103
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#endif
// Packet: 0x08ab
#if PACKETVER >= 20131223
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20131218
-packetLen(0x08ab, 26) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 26)
#elif PACKETVER >= 20131211
-packetLen(0x08ab, 6) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 6)
#elif PACKETVER >= 20131030
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20131023
-packetLen(0x08ab, 5) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 5)
#elif PACKETVER >= 20130731
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20130724
-packetLen(0x08ab, 4) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 4)
#elif PACKETVER >= 20130703
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20130626
-packetLen(0x08ab, 26) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 26)
#elif PACKETVER >= 20130515
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20130508
-packetLen(0x08ab, 26) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 26)
#elif PACKETVER >= 20130103
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#endif
// Packet: 0x08ac
#if PACKETVER >= 20131030
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20131023
-packetLen(0x08ac, 19) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 19)
#elif PACKETVER >= 20130904
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20130828
-packetLen(0x08ac, 6) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 6)
#elif PACKETVER >= 20130529
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20130522
-packetLen(0x08ac, 4) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 4)
#elif PACKETVER >= 20130515
-packetLen(0x08ac, 8) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 8)
#elif PACKETVER >= 20130327
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20130320
-packetLen(0x08ac, 8) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 8)
#elif PACKETVER >= 20130313
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20130306
-packetLen(0x08ac, 4) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 4)
#elif PACKETVER >= 20130215
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20130206
-packetLen(0x08ac, 19) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 19)
#elif PACKETVER >= 20130121
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20130115
-packetLen(0x08ac, 8) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 8)
#elif PACKETVER >= 20130103
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#endif
// Packet: 0x08ad
#if PACKETVER >= 20131211
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20131204
-packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 6)
#elif PACKETVER >= 20130828
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20130821
-packetLen(0x08ad, 4) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 4)
#elif PACKETVER >= 20130220
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20130215
-packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 6)
#elif PACKETVER >= 20130103
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#endif
// Packet: 0x08af
-packetLen(0x08af, 10) // HC_WAITING_LOGIN
+packetLen(0x08af, 10)
// Packet: 0x08b0
-packetLen(0x08b0, 17) // CH_WAITING_LOGIN
+packetLen(0x08b0, 17)
// Packet: 0x08b1
-packetLen(0x08b1, -1) // ZC_MCSTORE_NOTMOVEITEM_LIST
+packetLen(0x08b1, -1)
// Packet: 0x08b2
-packetLen(0x08b2, -1) // AC_REALNAME_AUTH
+packetLen(0x08b2, -1)
// Packet: 0x08b3
-packetLen(0x08b3, -1) // ZC_SHOWSCRIPT
+packetLen(0x08b3, -1)
// Packet: 0x08b4
-packetLen(0x08b4, 2) // ZC_START_COLLECTION
+packetLen(0x08b4, 2)
// Packet: 0x08b5
-packetLen(0x08b5, 6) // CZ_TRYCOLLECTION
+packetLen(0x08b5, 6)
// Packet: 0x08b6
-packetLen(0x08b6, 3) // ZC_TRYCOLLECTION
+packetLen(0x08b6, 3)
// Packet: 0x08b8
-packetLen(0x08b8, 10) // CH_SECOND_PASSWD_ACK
+packetLen(0x08b8, 10)
// Packet: 0x08b9
-packetLen(0x08b9, 12) // HC_SECOND_PASSWD_LOGIN
+packetLen(0x08b9, 12)
// Packet: 0x08ba
-packetLen(0x08ba, 10) // CH_MAKE_SECOND_PASSWD
+packetLen(0x08ba, 10)
// Packet: 0x08bb
-packetLen(0x08bb, 8) // HC_MAKE_SECOND_PASSWD
+packetLen(0x08bb, 8)
// Packet: 0x08bc
-packetLen(0x08bc, 10) // CH_DELETE_SECOND_PASSWD
+packetLen(0x08bc, 10)
// Packet: 0x08bd
-packetLen(0x08bd, 8) // HC_DELETE_SECOND_PASSWD
+packetLen(0x08bd, 8)
// Packet: 0x08be
-packetLen(0x08be, 14) // CH_EDIT_SECOND_PASSWD
+packetLen(0x08be, 14)
// Packet: 0x08bf
-packetLen(0x08bf, 8) // HC_EDIT_SECOND_PASSWD
+packetLen(0x08bf, 8)
// Packet: 0x08c0
-packetLen(0x08c0, -1) // ZC_ACK_SE_CASH_ITEM_LIST2
+packetLen(0x08c0, -1)
// Packet: 0x08c1
-packetLen(0x08c1, 2) // CZ_MACRO_START
+packetLen(0x08c1, 2)
// Packet: 0x08c2
-packetLen(0x08c2, 2) // CZ_MACRO_STOP
+packetLen(0x08c2, 2)
// Packet: 0x08c3
-packetLen(0x08c3, 10) // CH_NOT_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c3, 10)
// Packet: 0x08c4
-packetLen(0x08c4, 8) // HC_NOT_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c4, 8)
// Packet: 0x08c5
-packetLen(0x08c5, 6) // CH_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c5, 6)
// Packet: 0x08c6
-packetLen(0x08c6, 4) // HC_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c6, 4)
// Packet: 0x08c7
-packetLen(0x08c7, -1) // ZC_SKILL_ENTRY3
+packetLen(0x08c7, -1)
// Packet: 0x08c8
-packetLen(0x08c8, 34) // ZC_NOTIFY_ACT3
+packetLen(0x08c8, 34)
// Packet: 0x08c9
-packetLen(0x08c9, 2) // CZ_REQ_SCHEDULER_CASHITEM
+packetLen(0x08c9, 2)
// Packet: 0x08ca
-packetLen(0x08ca, -1) // ZC_ACK_SCHEDULER_CASHITEM
+packetLen(0x08ca, -1)
// Packet: 0x08cb
-packetLen(0x08cb, -1) // ZC_PERSONAL_INFOMATION
+packetLen(0x08cb, -1)
// Packet: 0x08cc
-packetLen(0x08cc, 109) // CA_LOGIN5
+packetLen(0x08cc, 109)
// Packet: 0x08cd
-packetLen(0x08cd, 10) // ZC_STOPMOVE_FORCE
+packetLen(0x08cd, 10)
// Packet: 0x08ce
-packetLen(0x08ce, 2) // ZC_FAILED_GET_ITEM_FROM_ZONEDA
+packetLen(0x08ce, 2)
// Packet: 0x08cf
-packetLen(0x08cf, 10) // ZC_SPIRITS_ATTRIBUTE
+packetLen(0x08cf, 10)
// Packet: 0x08d0
-packetLen(0x08d0, 9) // ZC_REQ_WEAR_EQUIP_ACK2
+packetLen(0x08d0, 9)
// Packet: 0x08d1
-packetLen(0x08d1, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK2
+packetLen(0x08d1, 7)
// Packet: 0x08d2
-packetLen(0x08d2, 10) // ZC_FASTMOVE
+packetLen(0x08d2, 10)
// Packet: 0x08d3
-packetLen(0x08d3, 10) // ZC_SE_CASHSHOP_UPDATE
+packetLen(0x08d3, 10)
// Packet: 0x08d4
-packetLen(0x08d4, 8) // CH_REQ_CHANGE_CHARACTER_SLOT
+packetLen(0x08d4, 8)
// Packet: 0x08d5
-packetLen(0x08d5, -1) // HC_ACK_CHANGE_CHARACTER_SLOT
+packetLen(0x08d5, -1)
// Packet: 0x08d6
-packetLen(0x08d6, 6) // ZC_CLEAR_DIALOG
+packetLen(0x08d6, 6)
// Packet: 0x08d7
-packetLen(0x08d7, 28) // CZ_REQ_ENTRY_QUEUE_APPLY
+packetLen(0x08d7, 28)
// Packet: 0x08d8
-packetLen(0x08d8, 27) // ZC_ACK_ENTRY_QUEUE_APPLY
+packetLen(0x08d8, 27)
// Packet: 0x08d9
-packetLen(0x08d9, 30) // ZC_NOTIFY_ENTRY_QUEUE_APPLY
+packetLen(0x08d9, 30)
// Packet: 0x08da
-packetLen(0x08da, 26) // CZ_REQ_ENTRY_QUEUE_CANCEL
+packetLen(0x08da, 26)
// Packet: 0x08db
-packetLen(0x08db, 27) // ZC_ACK_ENTRY_QUEUE_CANCEL
+packetLen(0x08db, 27)
// Packet: 0x08dc
-packetLen(0x08dc, 26) // ZC_NOTIFY_ENTRY_QUEUE_ADMISSION
+packetLen(0x08dc, 26)
// Packet: 0x08dd
-packetLen(0x08dd, 27) // CZ_REPLY_ENTRY_QUEUE_ADMISSION
+packetLen(0x08dd, 27)
// Packet: 0x08de
-packetLen(0x08de, 27) // ZC_REPLY_ACK_ENTRY_QUEUE_ADMISSION
+packetLen(0x08de, 27)
// Packet: 0x08df
-packetLen(0x08df, 50) // ZC_NOTIFY_LOBBY_ADMISSION
+packetLen(0x08df, 50)
// Packet: 0x08e0
-packetLen(0x08e0, 51) // CZ_REPLY_LOBBY_ADMISSION
+packetLen(0x08e0, 51)
// Packet: 0x08e1
-packetLen(0x08e1, 51) // ZC_REPLY_ACK_LOBBY_ADMISSION
+packetLen(0x08e1, 51)
// Packet: 0x08e2
-packetLen(0x08e2, 27) // ZC_NAVIGATION_ACTIVE
+packetLen(0x08e2, 27)
// Packet: 0x08e3
-packetLen(0x08e3, 146) // HC_UPDATE_CHARINFO
+packetLen(0x08e3, 146)
// Packet: 0x08e4
-packetLen(0x08e4, 6) // AC_SHUTDOWN_INFO
+packetLen(0x08e4, 6)
// Packet: 0x08e5
#if PACKETVER >= 20130502
// removed
#elif PACKETVER >= 20130103
-packetLen(0x08e5, 41) // CZ_PARTY_RECRUIT_REQ_REGISTER
+packetLen(0x08e5, 41)
#endif
// Packet: 0x08e6
#if PACKETVER >= 20130502
// removed
#elif PACKETVER >= 20130103
-packetLen(0x08e6, 4) // ZC_PARTY_RECRUIT_ACK_REGISTER
+packetLen(0x08e6, 4)
#endif
// Packet: 0x08e7
#if PACKETVER >= 20130502
// removed
#elif PACKETVER >= 20130103
-packetLen(0x08e7, 10) // CZ_PARTY_RECRUIT_REQ_SEARCH
+packetLen(0x08e7, 10)
#endif
// Packet: 0x08e8
@@ -6045,70 +6045,70 @@ packetLen(0x08e8, -1)
#if PACKETVER >= 20130502
// removed
#elif PACKETVER >= 20130103
-packetLen(0x08e9, 2) // CZ_PARTY_RECRUIT_REQ_DELETE
+packetLen(0x08e9, 2)
#endif
// Packet: 0x08ea
#if PACKETVER >= 20130502
// removed
#elif PACKETVER >= 20130103
-packetLen(0x08ea, 4) // ZC_PARTY_RECRUIT_ACK_DELETE
+packetLen(0x08ea, 4)
#endif
// Packet: 0x08eb
#if PACKETVER >= 20130502
// removed
#elif PACKETVER >= 20130103
-packetLen(0x08eb, 39) // CZ_PARTY_RECRUIT_REQ_UPDATE
+packetLen(0x08eb, 39)
#endif
// Packet: 0x08ec
#if PACKETVER >= 20130502
// removed
#elif PACKETVER >= 20130103
-packetLen(0x08ec, 73) // ZC_PARTY_RECRUIT_NOTIFY_INSERT
+packetLen(0x08ec, 73)
#endif
// Packet: 0x08ed
#if PACKETVER >= 20130502
// removed
#elif PACKETVER >= 20130103
-packetLen(0x08ed, 43) // ZC_PARTY_RECRUIT_NOTIFY_UPDATE
+packetLen(0x08ed, 43)
#endif
// Packet: 0x08ee
#if PACKETVER >= 20130502
// removed
#elif PACKETVER >= 20130103
-packetLen(0x08ee, 6) // ZC_PARTY_RECRUIT_NOTIFY_DELETE
+packetLen(0x08ee, 6)
#endif
// Packet: 0x08ef
#if PACKETVER >= 20130502
// removed
#elif PACKETVER >= 20130103
-packetLen(0x08ef, 6) // CZ_PARTY_RECRUIT_ADD_FILTERLINGLIST
+packetLen(0x08ef, 6)
#endif
// Packet: 0x08f0
#if PACKETVER >= 20130502
// removed
#elif PACKETVER >= 20130103
-packetLen(0x08f0, 6) // CZ_PARTY_RECRUIT_SUB_FILTERLINGLIST
+packetLen(0x08f0, 6)
#endif
// Packet: 0x08f1
#if PACKETVER >= 20130502
// removed
#elif PACKETVER >= 20130103
-packetLen(0x08f1, 6) // CZ_PARTY_RECRUIT_REQ_VOLUNTEER
+packetLen(0x08f1, 6)
#endif
// Packet: 0x08f2
#if PACKETVER >= 20130502
// removed
#elif PACKETVER >= 20130103
-packetLen(0x08f2, 36) // ZC_PARTY_RECRUIT_VOLUNTEER_INFO
+packetLen(0x08f2, 36)
#endif
// Packet: 0x08f3
@@ -6122,2754 +6122,2754 @@ packetLen(0x08f3, -1)
#if PACKETVER >= 20130502
// removed
#elif PACKETVER >= 20130103
-packetLen(0x08f4, 6) // CZ_PARTY_RECRUIT_SHOW_EQUIPMENT
+packetLen(0x08f4, 6)
#endif
// Packet: 0x08f5
#if PACKETVER >= 20130502
// removed
#elif PACKETVER >= 20130103
-packetLen(0x08f5, -1) // CZ_UNKNOWN_BOOKING_SOMMON_MEMBER_08f5
+packetLen(0x08f5, -1)
#endif
// Packet: 0x08f6
#if PACKETVER >= 20130502
// removed
#elif PACKETVER >= 20130103
-packetLen(0x08f6, 22) // ZC_PARTY_RECRUIT_RECALL_COST
+packetLen(0x08f6, 22)
#endif
// Packet: 0x08f7
#if PACKETVER >= 20130502
// removed
#elif PACKETVER >= 20130103
-packetLen(0x08f7, 3) // CZ_PARTY_RECRUIT_ACK_RECALL
+packetLen(0x08f7, 3)
#endif
// Packet: 0x08f8
#if PACKETVER >= 20130502
// removed
#elif PACKETVER >= 20130103
-packetLen(0x08f8, 7) // ZC_PARTY_RECRUIT_FAILED_RECALL
+packetLen(0x08f8, 7)
#endif
// Packet: 0x08f9
#if PACKETVER >= 20130502
// removed
#elif PACKETVER >= 20130103
-packetLen(0x08f9, 6) // CZ_PARTY_RECRUIT_REFUSE_VOLUNTEER
+packetLen(0x08f9, 6)
#endif
// Packet: 0x08fa
#if PACKETVER >= 20130502
// removed
#elif PACKETVER >= 20130103
-packetLen(0x08fa, 6) // ZC_PARTY_RECRUIT_REFUSE_VOLUNTEER
+packetLen(0x08fa, 6)
#endif
// Packet: 0x08fb
#if PACKETVER >= 20130502
// removed
#elif PACKETVER >= 20130103
-packetLen(0x08fb, 6) // CZ_PARTY_RECRUIT_CANCEL_VOLUNTEER
+packetLen(0x08fb, 6)
#endif
// Packet: 0x08fc
-packetLen(0x08fc, 30) // CH_REQ_CHANGE_CHARACTERNAME
+packetLen(0x08fc, 30)
// Packet: 0x08fd
-packetLen(0x08fd, 6) // CH_ACK_CHANGE_CHARACTERNAME
+packetLen(0x08fd, 6)
// Packet: 0x08fe
-packetLen(0x08fe, -1) // ZC_HUNTING_QUEST_INFO
+packetLen(0x08fe, -1)
// Packet: 0x08ff
-packetLen(0x08ff, 24) // ZC_EFST_SET_ENTER
+packetLen(0x08ff, 24)
// Packet: 0x0900
-packetLen(0x0900, -1) // ZC_INVENTORY_ITEMLIST_NORMAL
+packetLen(0x0900, -1)
// Packet: 0x0901
-packetLen(0x0901, -1) // ZC_INVENTORY_ITEMLIST_EQUIP
+packetLen(0x0901, -1)
// Packet: 0x0902
-packetLen(0x0902, -1) // ZC_CART_ITEMLIST_NORMAL
+packetLen(0x0902, -1)
// Packet: 0x0903
-packetLen(0x0903, -1) // ZC_CART_ITEMLIST_EQUIP
+packetLen(0x0903, -1)
// Packet: 0x0904
-packetLen(0x0904, -1) // ZC_STORE_ITEMLIST_NORMAL
+packetLen(0x0904, -1)
// Packet: 0x0905
-packetLen(0x0905, -1) // ZC_STORE_ITEMLIST_EQUIP
+packetLen(0x0905, -1)
// Packet: 0x0906
-packetLen(0x0906, -1) // ZC_MICROSCOPE
+packetLen(0x0906, -1)
// Packet: 0x0907
-packetLen(0x0907, 5) // CZ_INVENTORY_TAB
+packetLen(0x0907, 5)
// Packet: 0x0908
-packetLen(0x0908, 5) // ZC_INVENTORY_TAB
+packetLen(0x0908, 5)
// Packet: 0x0909
#if PACKETVER >= 20130502
// removed
#elif PACKETVER >= 20130103
-packetLen(0x0909, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER
+packetLen(0x0909, 6)
#endif
// Packet: 0x090a
-packetLen(0x090a, 26) // CZ_REQ_ENTRY_QUEUE_RANKING
+packetLen(0x090a, 26)
// Packet: 0x090b
#if PACKETVER >= 20130502
// removed
#elif PACKETVER >= 20130103
-packetLen(0x090b, 30) // ZC_PARTY_RECRUIT_ADD_FILTERLINGLIST
+packetLen(0x090b, 30)
#endif
// Packet: 0x090c
#if PACKETVER >= 20130502
// removed
#elif PACKETVER >= 20130103
-packetLen(0x090c, 30) // ZC_PARTY_RECRUIT_SUB_FILTERLINGLIST
+packetLen(0x090c, 30)
#endif
// Packet: 0x090d
-packetLen(0x090d, -1) // ZC_PREMIUM_CAMPAIGN_INFO
+packetLen(0x090d, -1)
// Packet: 0x090e
-packetLen(0x090e, 2) // ZC_ENTRY_QUEUE_INIT
+packetLen(0x090e, 2)
// Packet: 0x090f
-packetLen(0x090f, -1) // ZC_NOTIFY_NEWENTRY7
+packetLen(0x090f, -1)
// Packet: 0x0910
-packetLen(0x0910, 10) // CZ_REQ_PARTY_NAME
+packetLen(0x0910, 10)
// Packet: 0x0911
-packetLen(0x0911, 30) // ZC_ACK_PARTY_NAME
+packetLen(0x0911, 30)
// Packet: 0x0912
-packetLen(0x0912, 10) // CZ_REQ_GUILD_NAME
+packetLen(0x0912, 10)
// Packet: 0x0913
-packetLen(0x0913, 30) // ZC_ACK_GUILD_NAME
+packetLen(0x0913, 30)
// Packet: 0x0914
-packetLen(0x0914, -1) // ZC_NOTIFY_MOVEENTRY9
+packetLen(0x0914, -1)
// Packet: 0x0915
-packetLen(0x0915, -1) // ZC_NOTIFY_STANDENTRY8
+packetLen(0x0915, -1)
// Packet: 0x0916
-packetLen(0x0916, 26) // CZ_REQ_JOIN_GUILD2
+packetLen(0x0916, 26)
// Packet: 0x0917
#if PACKETVER >= 20131127
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
#elif PACKETVER >= 20131120
-packetLen(0x0917, 6) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 6)
#elif PACKETVER >= 20131016
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
#elif PACKETVER >= 20131008
-packetLen(0x0917, 8) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 8)
#elif PACKETVER >= 20130904
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
#elif PACKETVER >= 20130828
-packetLen(0x0917, 18) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 18)
#elif PACKETVER >= 20130724
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
#elif PACKETVER >= 20130717
-packetLen(0x0917, 6) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 6)
#elif PACKETVER >= 20130626
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
#elif PACKETVER >= 20130618
-packetLen(0x0917, 6) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 6)
#elif PACKETVER >= 20130605
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
#elif PACKETVER >= 20130529
-packetLen(0x0917, 10) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 10)
#elif PACKETVER >= 20130417
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
#elif PACKETVER >= 20130410
-packetLen(0x0917, 26) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 26)
#elif PACKETVER >= 20130313
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
#elif PACKETVER >= 20130306
-packetLen(0x0917, 8) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 8)
#elif PACKETVER >= 20130103
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
#endif
// Packet: 0x0918
#if PACKETVER >= 20130925
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
#elif PACKETVER >= 20130917
-packetLen(0x0918, 5) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 5)
#elif PACKETVER >= 20130724
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
#elif PACKETVER >= 20130717
-packetLen(0x0918, 7) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 7)
#elif PACKETVER >= 20130605
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
#elif PACKETVER >= 20130529
-packetLen(0x0918, -1) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, -1)
#elif PACKETVER >= 20130121
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
#elif PACKETVER >= 20130115
-packetLen(0x0918, 10) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 10)
#elif PACKETVER >= 20130109
-packetLen(0x0918, 26) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 26)
#elif PACKETVER >= 20130103
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
#endif
// Packet: 0x0919
#if PACKETVER >= 20131030
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
#elif PACKETVER >= 20131023
-packetLen(0x0919, 6) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 6)
#elif PACKETVER >= 20130618
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
#elif PACKETVER >= 20130612
-packetLen(0x0919, 19) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 19)
#elif PACKETVER >= 20130605
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
#elif PACKETVER >= 20130529
-packetLen(0x0919, 19) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 19)
#elif PACKETVER >= 20130103
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
#endif
// Packet: 0x091a
#if PACKETVER >= 20131023
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#elif PACKETVER >= 20131016
-packetLen(0x091a, -1) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, -1)
#elif PACKETVER >= 20130206
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#elif PACKETVER >= 20130130
-packetLen(0x091a, 6) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 6)
#elif PACKETVER >= 20130103
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#endif
// Packet: 0x091b
#if PACKETVER >= 20130306
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#elif PACKETVER >= 20130227
-packetLen(0x091b, 6) // ZC_PRNPC_STATE
+packetLen(0x091b, 6)
#elif PACKETVER >= 20130115
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#elif PACKETVER >= 20130109
-packetLen(0x091b, 6) // ZC_PRNPC_STATE
+packetLen(0x091b, 6)
#elif PACKETVER >= 20130103
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#endif
// Packet: 0x091c
#if PACKETVER >= 20131120
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
#elif PACKETVER >= 20131113
-packetLen(0x091c, 8) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 8)
#elif PACKETVER >= 20131016
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
#elif PACKETVER >= 20131008
-packetLen(0x091c, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 6)
#elif PACKETVER >= 20130925
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
#elif PACKETVER >= 20130917
-packetLen(0x091c, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 6)
#elif PACKETVER >= 20130103
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
#endif
// Packet: 0x091d
#if PACKETVER >= 20131230
-packetLen(0x091d, 36) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 36)
#elif PACKETVER >= 20131113
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20131106
-packetLen(0x091d, 90) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 90)
#elif PACKETVER >= 20131030
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20131023
-packetLen(0x091d, 12) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 12)
#elif PACKETVER >= 20130828
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20130821
-packetLen(0x091d, 5) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 5)
#elif PACKETVER >= 20130724
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20130717
-packetLen(0x091d, 19) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 19)
#elif PACKETVER >= 20130417
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20130410
-packetLen(0x091d, -1) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, -1)
#elif PACKETVER >= 20130103
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#endif
// Packet: 0x091e
#if PACKETVER >= 20131230
-packetLen(0x091e, 10) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 10)
#elif PACKETVER >= 20131023
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
#elif PACKETVER >= 20131016
-packetLen(0x091e, 8) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 8)
#elif PACKETVER >= 20130925
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
#elif PACKETVER >= 20130917
-packetLen(0x091e, 4) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 4)
#elif PACKETVER >= 20130911
-packetLen(0x091e, 5) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 5)
#elif PACKETVER >= 20130904
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
#elif PACKETVER >= 20130828
-packetLen(0x091e, 6) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 6)
#elif PACKETVER >= 20130724
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
#elif PACKETVER >= 20130717
-packetLen(0x091e, 10) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 10)
#elif PACKETVER >= 20130313
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
#elif PACKETVER >= 20130306
-packetLen(0x091e, 8) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 8)
#elif PACKETVER >= 20130103
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
#endif
// Packet: 0x091f
#if PACKETVER >= 20131230
-packetLen(0x091f, 18) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 18)
#elif PACKETVER >= 20131211
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
#elif PACKETVER >= 20131204
-packetLen(0x091f, 5) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 5)
#elif PACKETVER >= 20131023
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
#elif PACKETVER >= 20131016
-packetLen(0x091f, 5) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 5)
#elif PACKETVER >= 20130403
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
#elif PACKETVER >= 20130327
-packetLen(0x091f, -1) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, -1)
#elif PACKETVER >= 20130306
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
#elif PACKETVER >= 20130227
-packetLen(0x091f, 6) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 6)
#elif PACKETVER >= 20130130
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
#elif PACKETVER >= 20130121
-packetLen(0x091f, 6) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 6)
#elif PACKETVER >= 20130103
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
#endif
// Packet: 0x0920
#if PACKETVER >= 20131120
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#elif PACKETVER >= 20131113
-packetLen(0x0920, 12) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 12)
#elif PACKETVER >= 20130320
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#elif PACKETVER >= 20130313
-packetLen(0x0920, 36) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 36)
#elif PACKETVER >= 20130215
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#elif PACKETVER >= 20130130
-packetLen(0x0920, 26) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 26)
#elif PACKETVER >= 20130103
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#endif
// Packet: 0x0921
#if PACKETVER >= 20130925
-packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 2)
#elif PACKETVER >= 20130917
-packetLen(0x0921, 6) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 6)
#elif PACKETVER >= 20130731
-packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 2)
#elif PACKETVER >= 20130724
-packetLen(0x0921, 90) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 90)
#elif PACKETVER >= 20130703
-packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 2)
#elif PACKETVER >= 20130626
-packetLen(0x0921, 8) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 8)
#elif PACKETVER >= 20130103
-packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 2)
#endif
// Packet: 0x0922
#if PACKETVER >= 20130327
-packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 2)
#elif PACKETVER >= 20130320
-packetLen(0x0922, -1) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, -1)
#elif PACKETVER >= 20130115
-packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 2)
#elif PACKETVER >= 20130109
-packetLen(0x0922, 6) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 6)
#elif PACKETVER >= 20130103
-packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 2)
#endif
// Packet: 0x0923
#if PACKETVER >= 20131030
-packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 2)
#elif PACKETVER >= 20131023
-packetLen(0x0923, 7) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 7)
#elif PACKETVER >= 20130925
-packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 2)
#elif PACKETVER >= 20130917
-packetLen(0x0923, 5) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 5)
#elif PACKETVER >= 20130904
-packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 2)
#elif PACKETVER >= 20130828
-packetLen(0x0923, 10) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 10)
#elif PACKETVER >= 20130821
-packetLen(0x0923, 19) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 19)
#elif PACKETVER >= 20130814
-packetLen(0x0923, 6) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 6)
#elif PACKETVER >= 20130807
-packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 2)
#elif PACKETVER >= 20130731
-packetLen(0x0923, 18) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 18)
#elif PACKETVER >= 20130220
-packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 2)
#elif PACKETVER >= 20130215
-packetLen(0x0923, 5) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 5)
#elif PACKETVER >= 20130103
-packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 2)
#endif
// Packet: 0x0924
#if PACKETVER >= 20131030
-packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 2)
#elif PACKETVER >= 20131023
-packetLen(0x0924, 6) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 6)
#elif PACKETVER >= 20130904
-packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 2)
#elif PACKETVER >= 20130828
-packetLen(0x0924, 6) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 6)
#elif PACKETVER >= 20130731
-packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 2)
#elif PACKETVER >= 20130724
-packetLen(0x0924, 6) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 6)
#elif PACKETVER >= 20130306
-packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 2)
#elif PACKETVER >= 20130227
-packetLen(0x0924, 90) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 90)
#elif PACKETVER >= 20130206
-packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 2)
#elif PACKETVER >= 20130130
-packetLen(0x0924, 6) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 6)
#elif PACKETVER >= 20130103
-packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 2)
#endif
// Packet: 0x0925
#if PACKETVER >= 20131106
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
#elif PACKETVER >= 20131030
-packetLen(0x0925, 5) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 5)
#elif PACKETVER >= 20130807
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
#elif PACKETVER >= 20130731
-packetLen(0x0925, 10) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 10)
#elif PACKETVER >= 20130529
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
#elif PACKETVER >= 20130522
-packetLen(0x0925, 5) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 5)
#elif PACKETVER >= 20130215
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
#elif PACKETVER >= 20130206
-packetLen(0x0925, 6) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 6)
#elif PACKETVER >= 20130103
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
#endif
// Packet: 0x0926
#if PACKETVER >= 20131230
-packetLen(0x0926, 6) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 6)
#elif PACKETVER >= 20131127
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
#elif PACKETVER >= 20131120
-packetLen(0x0926, -1) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, -1)
#elif PACKETVER >= 20131113
-packetLen(0x0926, 5) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 5)
#elif PACKETVER >= 20130821
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
#elif PACKETVER >= 20130814
-packetLen(0x0926, 6) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 6)
#elif PACKETVER >= 20130529
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
#elif PACKETVER >= 20130522
-packetLen(0x0926, 5) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 5)
#elif PACKETVER >= 20130410
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
#elif PACKETVER >= 20130403
-packetLen(0x0926, 5) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 5)
#elif PACKETVER >= 20130313
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
#elif PACKETVER >= 20130306
-packetLen(0x0926, 36) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 36)
#elif PACKETVER >= 20130103
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
#endif
// Packet: 0x0927
#if PACKETVER >= 20131127
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#elif PACKETVER >= 20131120
-packetLen(0x0927, 8) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 8)
#elif PACKETVER >= 20131113
-packetLen(0x0927, 26) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 26)
#elif PACKETVER >= 20131023
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#elif PACKETVER >= 20131016
-packetLen(0x0927, 6) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 6)
#elif PACKETVER >= 20131008
-packetLen(0x0927, 12) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 12)
#elif PACKETVER >= 20130821
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#elif PACKETVER >= 20130814
-packetLen(0x0927, 26) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 26)
#elif PACKETVER >= 20130731
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#elif PACKETVER >= 20130724
-packetLen(0x0927, 26) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 26)
#elif PACKETVER >= 20130115
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#elif PACKETVER >= 20130109
-packetLen(0x0927, 90) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 90)
#elif PACKETVER >= 20130103
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#endif
// Packet: 0x0928
#if PACKETVER >= 20131211
-packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 2)
#elif PACKETVER >= 20131204
-packetLen(0x0928, 7) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 7)
#elif PACKETVER >= 20131120
-packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 2)
#elif PACKETVER >= 20131113
-packetLen(0x0928, 36) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 36)
#elif PACKETVER >= 20130904
-packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 2)
#elif PACKETVER >= 20130828
-packetLen(0x0928, -1) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, -1)
#elif PACKETVER >= 20130121
-packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 2)
#elif PACKETVER >= 20130109
-packetLen(0x0928, -1) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, -1)
#elif PACKETVER >= 20130103
-packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 2)
#endif
// Packet: 0x0929
#if PACKETVER >= 20131120
-packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 2)
#elif PACKETVER >= 20131113
-packetLen(0x0929, 6) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 6)
#elif PACKETVER >= 20131106
-packetLen(0x0929, 8) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 8)
#elif PACKETVER >= 20130904
-packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 2)
#elif PACKETVER >= 20130828
-packetLen(0x0929, 8) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 8)
#elif PACKETVER >= 20130424
-packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 2)
#elif PACKETVER >= 20130417
-packetLen(0x0929, 5) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 5)
#elif PACKETVER >= 20130103
-packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 2)
#endif
// Packet: 0x092a
#if PACKETVER >= 20131230
-packetLen(0x092a, 6) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 6)
#elif PACKETVER >= 20130103
-packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 2)
#endif
// Packet: 0x092b
#if PACKETVER >= 20131218
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
#elif PACKETVER >= 20131211
-packetLen(0x092b, 36) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 36)
#elif PACKETVER >= 20131127
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
#elif PACKETVER >= 20131120
-packetLen(0x092b, 5) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 5)
#elif PACKETVER >= 20131113
-packetLen(0x092b, 6) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 6)
#elif PACKETVER >= 20130807
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
#elif PACKETVER >= 20130731
-packetLen(0x092b, 19) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 19)
#elif PACKETVER >= 20130724
-packetLen(0x092b, 26) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 26)
#elif PACKETVER >= 20130403
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
#elif PACKETVER >= 20130327
-packetLen(0x092b, 5) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 5)
#elif PACKETVER >= 20130306
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
#elif PACKETVER >= 20130227
-packetLen(0x092b, -1) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, -1)
#elif PACKETVER >= 20130103
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
#endif
// Packet: 0x092c
#if PACKETVER >= 20131120
-packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 2)
#elif PACKETVER >= 20131113
-packetLen(0x092c, 26) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 26)
#elif PACKETVER >= 20130103
-packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 2)
#endif
// Packet: 0x092d
#if PACKETVER >= 20131211
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#elif PACKETVER >= 20131204
-packetLen(0x092d, 10) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 10)
#elif PACKETVER >= 20131120
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#elif PACKETVER >= 20131113
-packetLen(0x092d, 6) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 6)
#elif PACKETVER >= 20130828
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#elif PACKETVER >= 20130821
-packetLen(0x092d, 6) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 6)
#elif PACKETVER >= 20130807
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#elif PACKETVER >= 20130731
-packetLen(0x092d, 5) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 5)
#elif PACKETVER >= 20130522
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#elif PACKETVER >= 20130515
-packetLen(0x092d, 18) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 18)
#elif PACKETVER >= 20130508
-packetLen(0x092d, 6) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 6)
#elif PACKETVER >= 20130403
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#elif PACKETVER >= 20130327
-packetLen(0x092d, 26) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 26)
#elif PACKETVER >= 20130320
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#elif PACKETVER >= 20130313
-packetLen(0x092d, 5) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 5)
#elif PACKETVER >= 20130121
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#elif PACKETVER >= 20130115
-packetLen(0x092d, 19) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 19)
#elif PACKETVER >= 20130103
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#endif
// Packet: 0x092e
#if PACKETVER >= 20131120
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#elif PACKETVER >= 20131113
-packetLen(0x092e, 6) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 6)
#elif PACKETVER >= 20130731
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#elif PACKETVER >= 20130724
-packetLen(0x092e, -1) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, -1)
#elif PACKETVER >= 20130403
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#elif PACKETVER >= 20130327
-packetLen(0x092e, 4) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 4)
#elif PACKETVER >= 20130121
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#elif PACKETVER >= 20130115
-packetLen(0x092e, -1) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, -1)
#elif PACKETVER >= 20130103
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#endif
// Packet: 0x092f
#if PACKETVER >= 20131223
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#elif PACKETVER >= 20131218
-packetLen(0x092f, 19) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 19)
#elif PACKETVER >= 20131211
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#elif PACKETVER >= 20131204
-packetLen(0x092f, 5) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 5)
#elif PACKETVER >= 20131120
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#elif PACKETVER >= 20131113
-packetLen(0x092f, 6) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 6)
#elif PACKETVER >= 20130724
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#elif PACKETVER >= 20130717
-packetLen(0x092f, 26) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 26)
#elif PACKETVER >= 20130403
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#elif PACKETVER >= 20130327
-packetLen(0x092f, 8) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 8)
#elif PACKETVER >= 20130306
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#elif PACKETVER >= 20130227
-packetLen(0x092f, -1) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, -1)
#elif PACKETVER >= 20130103
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#endif
// Packet: 0x0930
#if PACKETVER >= 20131204
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#elif PACKETVER >= 20131127
-packetLen(0x0930, 18) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 18)
#elif PACKETVER >= 20130904
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#elif PACKETVER >= 20130828
-packetLen(0x0930, 6) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 6)
#elif PACKETVER >= 20130710
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#elif PACKETVER >= 20130703
-packetLen(0x0930, 5) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 5)
#elif PACKETVER >= 20130626
-packetLen(0x0930, 36) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 36)
#elif PACKETVER >= 20130618
-packetLen(0x0930, 6) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 6)
#elif PACKETVER >= 20130115
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#elif PACKETVER >= 20130109
-packetLen(0x0930, 5) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 5)
#elif PACKETVER >= 20130103
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#endif
// Packet: 0x0931
#if PACKETVER >= 20131218
-packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 2)
#elif PACKETVER >= 20131211
-packetLen(0x0931, 8) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 8)
#elif PACKETVER >= 20130522
-packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 2)
#elif PACKETVER >= 20130515
-packetLen(0x0931, 5) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 5)
#elif PACKETVER >= 20130115
-packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 2)
#elif PACKETVER >= 20130109
-packetLen(0x0931, -1) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, -1)
#elif PACKETVER >= 20130103
-packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 2)
#endif
// Packet: 0x0932
#if PACKETVER >= 20131016
-packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 2)
#elif PACKETVER >= 20131008
-packetLen(0x0932, 10) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 10)
#elif PACKETVER >= 20130626
-packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 2)
#elif PACKETVER >= 20130618
-packetLen(0x0932, -1) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, -1)
#elif PACKETVER >= 20130103
-packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 2)
#endif
// Packet: 0x0933
#if PACKETVER >= 20130417
-packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 2)
#elif PACKETVER >= 20130410
-packetLen(0x0933, 10) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 10)
#elif PACKETVER >= 20130403
-packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 2)
#elif PACKETVER >= 20130327
-packetLen(0x0933, -1) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, -1)
#elif PACKETVER >= 20130320
-packetLen(0x0933, 6) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 6)
#elif PACKETVER >= 20130103
-packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 2)
#endif
// Packet: 0x0934
#if PACKETVER >= 20131120
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#elif PACKETVER >= 20131113
-packetLen(0x0934, 18) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 18)
#elif PACKETVER >= 20131016
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#elif PACKETVER >= 20131008
-packetLen(0x0934, 6) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 6)
#elif PACKETVER >= 20130925
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#elif PACKETVER >= 20130917
-packetLen(0x0934, 12) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 12)
#elif PACKETVER >= 20130313
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#elif PACKETVER >= 20130306
-packetLen(0x0934, 26) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 26)
#elif PACKETVER >= 20130103
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#endif
// Packet: 0x0935
#if PACKETVER >= 20131113
-packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 2)
#elif PACKETVER >= 20131106
-packetLen(0x0935, 26) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 26)
#elif PACKETVER >= 20131030
-packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 2)
#elif PACKETVER >= 20131023
-packetLen(0x0935, 6) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 6)
#elif PACKETVER >= 20130807
-packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 2)
#elif PACKETVER >= 20130731
-packetLen(0x0935, 6) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 6)
#elif PACKETVER >= 20130103
-packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 2)
#endif
// Packet: 0x0936
#if PACKETVER >= 20131120
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
#elif PACKETVER >= 20131113
-packetLen(0x0936, 5) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 5)
#elif PACKETVER >= 20131016
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
#elif PACKETVER >= 20131008
-packetLen(0x0936, 6) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 6)
#elif PACKETVER >= 20130821
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
#elif PACKETVER >= 20130814
-packetLen(0x0936, -1) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, -1)
#elif PACKETVER >= 20130626
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
#elif PACKETVER >= 20130618
-packetLen(0x0936, 8) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 8)
#elif PACKETVER >= 20130605
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
#elif PACKETVER >= 20130529
-packetLen(0x0936, -1) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, -1)
#elif PACKETVER >= 20130306
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
#elif PACKETVER >= 20130227
-packetLen(0x0936, 12) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 12)
#elif PACKETVER >= 20130103
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
#endif
// Packet: 0x0937
#if PACKETVER >= 20131030
-packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 2)
#elif PACKETVER >= 20131023
-packetLen(0x0937, -1) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, -1)
#elif PACKETVER >= 20130911
-packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 2)
#elif PACKETVER >= 20130904
-packetLen(0x0937, 26) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 26)
#elif PACKETVER >= 20130821
-packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 2)
#elif PACKETVER >= 20130814
-packetLen(0x0937, 6) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 6)
#elif PACKETVER >= 20130605
-packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 2)
#elif PACKETVER >= 20130529
-packetLen(0x0937, 6) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 6)
#elif PACKETVER >= 20130103
-packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 2)
#endif
// Packet: 0x0938
#if PACKETVER >= 20130605
-packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 2)
#elif PACKETVER >= 20130529
-packetLen(0x0938, 8) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 8)
#elif PACKETVER >= 20130403
-packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 2)
#elif PACKETVER >= 20130327
-packetLen(0x0938, 8) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 8)
#elif PACKETVER >= 20130320
-packetLen(0x0938, -1) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, -1)
#elif PACKETVER >= 20130115
-packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 2)
#elif PACKETVER >= 20130109
-packetLen(0x0938, 26) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 26)
#elif PACKETVER >= 20130103
-packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 2)
#endif
// Packet: 0x0939
#if PACKETVER >= 20130417
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
#elif PACKETVER >= 20130410
-packetLen(0x0939, 7) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 7)
#elif PACKETVER >= 20130403
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
#elif PACKETVER >= 20130327
-packetLen(0x0939, 6) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 6)
#elif PACKETVER >= 20130121
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
#elif PACKETVER >= 20130115
-packetLen(0x0939, 6) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 6)
#elif PACKETVER >= 20130103
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
#endif
// Packet: 0x093a
#if PACKETVER >= 20131204
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
#elif PACKETVER >= 20131127
-packetLen(0x093a, 26) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 26)
#elif PACKETVER >= 20130917
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
#elif PACKETVER >= 20130911
-packetLen(0x093a, 8) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 8)
#elif PACKETVER >= 20130904
-packetLen(0x093a, 5) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 5)
#elif PACKETVER >= 20130821
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
#elif PACKETVER >= 20130814
-packetLen(0x093a, 5) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 5)
#elif PACKETVER >= 20130618
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
#elif PACKETVER >= 20130612
-packetLen(0x093a, 5) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 5)
#elif PACKETVER >= 20130215
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
#elif PACKETVER >= 20130206
-packetLen(0x093a, 5) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 5)
#elif PACKETVER >= 20130130
-packetLen(0x093a, 36) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 36)
#elif PACKETVER >= 20130103
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
#endif
// Packet: 0x093b
#if PACKETVER >= 20131211
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#elif PACKETVER >= 20131204
-packetLen(0x093b, 8) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 8)
#elif PACKETVER >= 20131113
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#elif PACKETVER >= 20131106
-packetLen(0x093b, 6) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 6)
#elif PACKETVER >= 20130724
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#elif PACKETVER >= 20130717
-packetLen(0x093b, -1) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, -1)
#elif PACKETVER >= 20130103
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#endif
// Packet: 0x093c
#if PACKETVER >= 20131120
-packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 2)
#elif PACKETVER >= 20131113
-packetLen(0x093c, 5) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 5)
#elif PACKETVER >= 20131016
-packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 2)
#elif PACKETVER >= 20131008
-packetLen(0x093c, 5) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 5)
#elif PACKETVER >= 20130215
-packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 2)
#elif PACKETVER >= 20130206
-packetLen(0x093c, 26) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 26)
#elif PACKETVER >= 20130103
-packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 2)
#endif
// Packet: 0x093d
#if PACKETVER >= 20131230
-packetLen(0x093d, -1) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, -1)
#elif PACKETVER >= 20130417
-packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 2)
#elif PACKETVER >= 20130410
-packetLen(0x093d, 8) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 8)
#elif PACKETVER >= 20130206
-packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 2)
#elif PACKETVER >= 20130130
-packetLen(0x093d, -1) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, -1)
#elif PACKETVER >= 20130103
-packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 2)
#endif
// Packet: 0x093e
#if PACKETVER >= 20131230
-packetLen(0x093e, 8) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 8)
#elif PACKETVER >= 20131127
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#elif PACKETVER >= 20131120
-packetLen(0x093e, 90) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 90)
#elif PACKETVER >= 20130828
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#elif PACKETVER >= 20130821
-packetLen(0x093e, 8) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 8)
#elif PACKETVER >= 20130529
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#elif PACKETVER >= 20130522
-packetLen(0x093e, 12) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 12)
#elif PACKETVER >= 20130515
-packetLen(0x093e, 36) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 36)
#elif PACKETVER >= 20130115
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#elif PACKETVER >= 20130109
-packetLen(0x093e, 18) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 18)
#elif PACKETVER >= 20130103
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#endif
// Packet: 0x093f
#if PACKETVER >= 20131127
-packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 2)
#elif PACKETVER >= 20131120
-packetLen(0x093f, -1) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, -1)
#elif PACKETVER >= 20130327
-packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 2)
#elif PACKETVER >= 20130320
-packetLen(0x093f, 5) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 5)
#elif PACKETVER >= 20130103
-packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 2)
#endif
// Packet: 0x0940
#if PACKETVER >= 20131204
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20131127
-packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 6)
#elif PACKETVER >= 20131120
-packetLen(0x0940, 4) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 4)
#elif PACKETVER >= 20131008
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20131002
-packetLen(0x0940, 5) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 5)
#elif PACKETVER >= 20130925
-packetLen(0x0940, 10) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 10)
#elif PACKETVER >= 20130917
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20130911
-packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 6)
#elif PACKETVER >= 20130618
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20130612
-packetLen(0x0940, 26) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 26)
#elif PACKETVER >= 20130130
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20130121
-packetLen(0x0940, -1) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, -1)
#elif PACKETVER >= 20130109
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20130103
-packetLen(0x0940, 19) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 19)
#endif
// Packet: 0x0941
#if PACKETVER >= 20131211
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#elif PACKETVER >= 20131204
-packetLen(0x0941, 8) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 8)
#elif PACKETVER >= 20130807
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#elif PACKETVER >= 20130731
-packetLen(0x0941, 8) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 8)
#elif PACKETVER >= 20130220
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#elif PACKETVER >= 20130215
-packetLen(0x0941, 26) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 26)
#elif PACKETVER >= 20130103
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#endif
// Packet: 0x0942
#if PACKETVER >= 20131113
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
#elif PACKETVER >= 20131106
-packetLen(0x0942, 10) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 10)
#elif PACKETVER >= 20130626
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
#elif PACKETVER >= 20130618
-packetLen(0x0942, -1) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, -1)
#elif PACKETVER >= 20130410
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
#elif PACKETVER >= 20130403
-packetLen(0x0942, 5) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 5)
#elif PACKETVER >= 20130103
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
#endif
// Packet: 0x0943
#if PACKETVER >= 20131230
-packetLen(0x0943, 26) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 26)
#elif PACKETVER >= 20130522
-packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 2)
#elif PACKETVER >= 20130515
-packetLen(0x0943, 19) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 19)
#elif PACKETVER >= 20130313
-packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 2)
#elif PACKETVER >= 20130306
-packetLen(0x0943, 10) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 10)
#elif PACKETVER >= 20130103
-packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 2)
#endif
// Packet: 0x0944
#if PACKETVER >= 20131030
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#elif PACKETVER >= 20131023
-packetLen(0x0944, -1) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, -1)
#elif PACKETVER >= 20130904
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#elif PACKETVER >= 20130828
-packetLen(0x0944, 26) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 26)
#elif PACKETVER >= 20130626
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#elif PACKETVER >= 20130618
-packetLen(0x0944, 6) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 6)
#elif PACKETVER >= 20130522
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#elif PACKETVER >= 20130515
-packetLen(0x0944, 6) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 6)
#elif PACKETVER >= 20130508
-packetLen(0x0944, 4) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 4)
#elif PACKETVER >= 20130417
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#elif PACKETVER >= 20130410
-packetLen(0x0944, 4) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 4)
#elif PACKETVER >= 20130313
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#elif PACKETVER >= 20130306
-packetLen(0x0944, -1) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, -1)
#elif PACKETVER >= 20130103
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#endif
// Packet: 0x0945
#if PACKETVER >= 20130626
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#elif PACKETVER >= 20130618
-packetLen(0x0945, 6) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 6)
#elif PACKETVER >= 20130417
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#elif PACKETVER >= 20130410
-packetLen(0x0945, 5) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 5)
#elif PACKETVER >= 20130103
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#endif
// Packet: 0x0946
#if PACKETVER >= 20131113
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20131106
-packetLen(0x0946, 6) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 6)
#elif PACKETVER >= 20131023
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20131016
-packetLen(0x0946, 18) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 18)
#elif PACKETVER >= 20130904
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20130828
-packetLen(0x0946, 4) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 4)
#elif PACKETVER >= 20130313
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20130306
-packetLen(0x0946, 26) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 26)
#elif PACKETVER >= 20130227
-packetLen(0x0946, 8) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 8)
#elif PACKETVER >= 20130121
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20130115
-packetLen(0x0946, -1) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, -1)
#elif PACKETVER >= 20130103
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#endif
// Packet: 0x0947
#if PACKETVER >= 20131223
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#elif PACKETVER >= 20131218
-packetLen(0x0947, 5) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 5)
#elif PACKETVER >= 20131113
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#elif PACKETVER >= 20131106
-packetLen(0x0947, 7) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 7)
#elif PACKETVER >= 20131016
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#elif PACKETVER >= 20131008
-packetLen(0x0947, 36) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 36)
#elif PACKETVER >= 20130821
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#elif PACKETVER >= 20130814
-packetLen(0x0947, 10) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 10)
#elif PACKETVER >= 20130522
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#elif PACKETVER >= 20130515
-packetLen(0x0947, 26) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 26)
#elif PACKETVER >= 20130327
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#elif PACKETVER >= 20130320
-packetLen(0x0947, 36) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 36)
#elif PACKETVER >= 20130313
-packetLen(0x0947, 19) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 19)
#elif PACKETVER >= 20130103
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#endif
// Packet: 0x0948
#if PACKETVER >= 20131113
-packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 2)
#elif PACKETVER >= 20131106
-packetLen(0x0948, 4) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 4)
#elif PACKETVER >= 20130917
-packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 2)
#elif PACKETVER >= 20130911
-packetLen(0x0948, 26) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 26)
#elif PACKETVER >= 20130103
-packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 2)
#endif
// Packet: 0x0949
#if PACKETVER >= 20131230
-packetLen(0x0949, 5) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 5)
#elif PACKETVER >= 20131120
-packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 2)
#elif PACKETVER >= 20131113
-packetLen(0x0949, 10) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 10)
#elif PACKETVER >= 20130103
-packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 2)
#endif
// Packet: 0x094a
#if PACKETVER >= 20131230
-packetLen(0x094a, 5) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 5)
#elif PACKETVER >= 20131030
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#elif PACKETVER >= 20131023
-packetLen(0x094a, 26) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 26)
#elif PACKETVER >= 20130904
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#elif PACKETVER >= 20130828
-packetLen(0x094a, 26) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 26)
#elif PACKETVER >= 20130731
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#elif PACKETVER >= 20130724
-packetLen(0x094a, 6) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 6)
#elif PACKETVER >= 20130710
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#elif PACKETVER >= 20130703
-packetLen(0x094a, 5) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 5)
#elif PACKETVER >= 20130403
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#elif PACKETVER >= 20130327
-packetLen(0x094a, 5) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 5)
#elif PACKETVER >= 20130313
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#elif PACKETVER >= 20130306
-packetLen(0x094a, 18) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 18)
#elif PACKETVER >= 20130103
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#endif
// Packet: 0x094b
#if PACKETVER >= 20130403
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
#elif PACKETVER >= 20130327
-packetLen(0x094b, 36) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 36)
#elif PACKETVER >= 20130227
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
#elif PACKETVER >= 20130220
-packetLen(0x094b, 36) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 36)
#elif PACKETVER >= 20130121
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
#elif PACKETVER >= 20130115
-packetLen(0x094b, 18) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 18)
#elif PACKETVER >= 20130103
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
#endif
// Packet: 0x094c
#if PACKETVER >= 20131218
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
#elif PACKETVER >= 20131211
-packetLen(0x094c, 8) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 8)
#elif PACKETVER >= 20131204
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
#elif PACKETVER >= 20131127
-packetLen(0x094c, 6) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 6)
#elif PACKETVER >= 20130925
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
#elif PACKETVER >= 20130917
-packetLen(0x094c, 18) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 18)
#elif PACKETVER >= 20130904
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
#elif PACKETVER >= 20130828
-packetLen(0x094c, -1) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, -1)
#elif PACKETVER >= 20130807
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
#elif PACKETVER >= 20130731
-packetLen(0x094c, 8) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 8)
#elif PACKETVER >= 20130327
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
#elif PACKETVER >= 20130320
-packetLen(0x094c, 6) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 6)
#elif PACKETVER >= 20130121
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
#elif PACKETVER >= 20130115
-packetLen(0x094c, 6) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 6)
#elif PACKETVER >= 20130103
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
#endif
// Packet: 0x094d
#if PACKETVER >= 20130703
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
#elif PACKETVER >= 20130626
-packetLen(0x094d, 5) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 5)
#elif PACKETVER >= 20130515
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
#elif PACKETVER >= 20130508
-packetLen(0x094d, 5) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 5)
#elif PACKETVER >= 20130103
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
#endif
// Packet: 0x094e
#if PACKETVER >= 20130925
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#elif PACKETVER >= 20130917
-packetLen(0x094e, 8) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 8)
#elif PACKETVER >= 20130327
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#elif PACKETVER >= 20130320
-packetLen(0x094e, -1) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, -1)
#elif PACKETVER >= 20130313
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#elif PACKETVER >= 20130306
-packetLen(0x094e, 6) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 6)
#elif PACKETVER >= 20130121
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#elif PACKETVER >= 20130115
-packetLen(0x094e, 6) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 6)
#elif PACKETVER >= 20130103
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#endif
// Packet: 0x094f
#if PACKETVER >= 20131204
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#elif PACKETVER >= 20131127
-packetLen(0x094f, 6) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 6)
#elif PACKETVER >= 20130904
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#elif PACKETVER >= 20130828
-packetLen(0x094f, 7) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 7)
#elif PACKETVER >= 20130626
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#elif PACKETVER >= 20130618
-packetLen(0x094f, 90) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 90)
#elif PACKETVER >= 20130403
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#elif PACKETVER >= 20130327
-packetLen(0x094f, 26) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 26)
#elif PACKETVER >= 20130130
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#elif PACKETVER >= 20130121
-packetLen(0x094f, 6) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 6)
#elif PACKETVER >= 20130115
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#elif PACKETVER >= 20130109
-packetLen(0x094f, -1) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, -1)
#elif PACKETVER >= 20130103
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#endif
// Packet: 0x0950
#if PACKETVER >= 20131127
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
#elif PACKETVER >= 20131120
-packetLen(0x0950, 6) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 6)
#elif PACKETVER >= 20131106
-packetLen(0x0950, -1) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, -1)
#elif PACKETVER >= 20130529
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
#elif PACKETVER >= 20130522
-packetLen(0x0950, 26) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 26)
#elif PACKETVER >= 20130410
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
#elif PACKETVER >= 20130403
-packetLen(0x0950, 26) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 26)
#elif PACKETVER >= 20130215
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
#elif PACKETVER >= 20130206
-packetLen(0x0950, 8) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 8)
#elif PACKETVER >= 20130115
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
#elif PACKETVER >= 20130109
-packetLen(0x0950, 36) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 36)
#elif PACKETVER >= 20130103
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
#endif
// Packet: 0x0951
#if PACKETVER >= 20131211
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#elif PACKETVER >= 20131204
-packetLen(0x0951, -1) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, -1)
#elif PACKETVER >= 20131030
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#elif PACKETVER >= 20131023
-packetLen(0x0951, 6) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 6)
#elif PACKETVER >= 20130626
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#elif PACKETVER >= 20130618
-packetLen(0x0951, 10) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 10)
#elif PACKETVER >= 20130605
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#elif PACKETVER >= 20130529
-packetLen(0x0951, 5) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 5)
#elif PACKETVER >= 20130313
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#elif PACKETVER >= 20130306
-packetLen(0x0951, -1) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, -1)
#elif PACKETVER >= 20130227
-packetLen(0x0951, 10) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 10)
#elif PACKETVER >= 20130115
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#elif PACKETVER >= 20130109
-packetLen(0x0951, 6) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 6)
#elif PACKETVER >= 20130103
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#endif
// Packet: 0x0952
#if PACKETVER >= 20131016
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
#elif PACKETVER >= 20131008
-packetLen(0x0952, 6) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 6)
#elif PACKETVER >= 20130724
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
#elif PACKETVER >= 20130717
-packetLen(0x0952, 90) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 90)
#elif PACKETVER >= 20130703
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
#elif PACKETVER >= 20130626
-packetLen(0x0952, 6) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 6)
#elif PACKETVER >= 20130529
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
#elif PACKETVER >= 20130522
-packetLen(0x0952, -1) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, -1)
#elif PACKETVER >= 20130103
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
#endif
// Packet: 0x0953
#if PACKETVER >= 20131127
-packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 2)
#elif PACKETVER >= 20131120
-packetLen(0x0953, 26) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 26)
#elif PACKETVER >= 20130731
-packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 2)
#elif PACKETVER >= 20130724
-packetLen(0x0953, 5) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 5)
#elif PACKETVER >= 20130626
-packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 2)
#elif PACKETVER >= 20130618
-packetLen(0x0953, 26) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 26)
#elif PACKETVER >= 20130103
-packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 2)
#endif
// Packet: 0x0954
#if PACKETVER >= 20131113
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#elif PACKETVER >= 20131106
-packetLen(0x0954, 12) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 12)
#elif PACKETVER >= 20131030
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#elif PACKETVER >= 20131023
-packetLen(0x0954, 8) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 8)
#elif PACKETVER >= 20131016
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#elif PACKETVER >= 20131008
-packetLen(0x0954, -1) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, -1)
#elif PACKETVER >= 20130828
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#elif PACKETVER >= 20130821
-packetLen(0x0954, 10) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 10)
#elif PACKETVER >= 20130731
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#elif PACKETVER >= 20130724
-packetLen(0x0954, 6) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 6)
#elif PACKETVER >= 20130103
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#endif
// Packet: 0x0955
#if PACKETVER >= 20131127
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
#elif PACKETVER >= 20131120
-packetLen(0x0955, 6) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 6)
#elif PACKETVER >= 20130417
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
#elif PACKETVER >= 20130410
-packetLen(0x0955, 10) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 10)
#elif PACKETVER >= 20130403
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
#elif PACKETVER >= 20130327
-packetLen(0x0955, 7) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 7)
#elif PACKETVER >= 20130103
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
#endif
// Packet: 0x0956
#if PACKETVER >= 20131127
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#elif PACKETVER >= 20131120
-packetLen(0x0956, 5) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 5)
#elif PACKETVER >= 20131016
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#elif PACKETVER >= 20131008
-packetLen(0x0956, -1) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, -1)
#elif PACKETVER >= 20130911
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#elif PACKETVER >= 20130904
-packetLen(0x0956, 36) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 36)
#elif PACKETVER >= 20130807
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#elif PACKETVER >= 20130731
-packetLen(0x0956, 26) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 26)
#elif PACKETVER >= 20130724
-packetLen(0x0956, 12) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 12)
#elif PACKETVER >= 20130717
-packetLen(0x0956, 8) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 8)
#elif PACKETVER >= 20130605
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#elif PACKETVER >= 20130529
-packetLen(0x0956, 36) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 36)
#elif PACKETVER >= 20130220
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#elif PACKETVER >= 20130215
-packetLen(0x0956, 26) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 26)
#elif PACKETVER >= 20130206
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#elif PACKETVER >= 20130130
-packetLen(0x0956, 19) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 19)
#elif PACKETVER >= 20130121
-packetLen(0x0956, 5) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 5)
#elif PACKETVER >= 20130103
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#endif
// Packet: 0x0957
#if PACKETVER >= 20130925
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20130917
-packetLen(0x0957, 10) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 10)
#elif PACKETVER >= 20130807
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20130731
-packetLen(0x0957, 6) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 6)
#elif PACKETVER >= 20130605
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20130529
-packetLen(0x0957, 8) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 8)
#elif PACKETVER >= 20130515
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20130508
-packetLen(0x0957, 8) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 8)
#elif PACKETVER >= 20130206
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20130130
-packetLen(0x0957, 12) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 12)
#elif PACKETVER >= 20130103
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#endif
// Packet: 0x0958
#if PACKETVER >= 20131211
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20131204
-packetLen(0x0958, -1) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, -1)
#elif PACKETVER >= 20131002
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20130925
-packetLen(0x0958, 6) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 6)
#elif PACKETVER >= 20130821
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20130814
-packetLen(0x0958, 5) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 5)
#elif PACKETVER >= 20130807
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20130731
-packetLen(0x0958, -1) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, -1)
#elif PACKETVER >= 20130724
-packetLen(0x0958, 10) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 10)
#elif PACKETVER >= 20130717
-packetLen(0x0958, 6) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 6)
#elif PACKETVER >= 20130605
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20130529
-packetLen(0x0958, -1) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, -1)
#elif PACKETVER >= 20130103
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#endif
// Packet: 0x0959
#if PACKETVER >= 20131211
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#elif PACKETVER >= 20131204
-packetLen(0x0959, 90) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 90)
#elif PACKETVER >= 20130925
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#elif PACKETVER >= 20130917
-packetLen(0x0959, -1) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, -1)
#elif PACKETVER >= 20130821
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#elif PACKETVER >= 20130814
-packetLen(0x0959, 18) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 18)
#elif PACKETVER >= 20130327
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#elif PACKETVER >= 20130320
-packetLen(0x0959, 10) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 10)
#elif PACKETVER >= 20130103
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#endif
// Packet: 0x095a
#if PACKETVER >= 20131002
-packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 2)
#elif PACKETVER >= 20130925
-packetLen(0x095a, 18) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 18)
#elif PACKETVER >= 20130327
-packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 2)
#elif PACKETVER >= 20130320
-packetLen(0x095a, 8) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 8)
#elif PACKETVER >= 20130121
-packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 2)
#elif PACKETVER >= 20130115
-packetLen(0x095a, 36) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 36)
#elif PACKETVER >= 20130103
-packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 2)
#endif
// Packet: 0x095b
#if PACKETVER >= 20131211
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20131204
-packetLen(0x095b, 12) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 12)
#elif PACKETVER >= 20131030
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20131023
-packetLen(0x095b, 5) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 5)
#elif PACKETVER >= 20131002
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20130925
-packetLen(0x095b, -1) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, -1)
#elif PACKETVER >= 20130917
-packetLen(0x095b, 5) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 5)
#elif PACKETVER >= 20130807
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20130731
-packetLen(0x095b, 90) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 90)
#elif PACKETVER >= 20130724
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20130717
-packetLen(0x095b, 36) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 36)
#elif PACKETVER >= 20130626
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20130618
-packetLen(0x095b, 19) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 19)
#elif PACKETVER >= 20130529
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20130522
-packetLen(0x095b, -1) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, -1)
#elif PACKETVER >= 20130306
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20130227
-packetLen(0x095b, 6) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 6)
#elif PACKETVER >= 20130206
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20130130
-packetLen(0x095b, 18) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 18)
#elif PACKETVER >= 20130121
-packetLen(0x095b, 26) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 26)
#elif PACKETVER >= 20130103
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#endif
// Packet: 0x095c
#if PACKETVER >= 20131204
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#elif PACKETVER >= 20131127
-packetLen(0x095c, 19) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 19)
#elif PACKETVER >= 20131002
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#elif PACKETVER >= 20130925
-packetLen(0x095c, 8) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 8)
#elif PACKETVER >= 20130731
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#elif PACKETVER >= 20130724
-packetLen(0x095c, -1) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, -1)
#elif PACKETVER >= 20130529
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#elif PACKETVER >= 20130522
-packetLen(0x095c, 10) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 10)
#elif PACKETVER >= 20130515
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#elif PACKETVER >= 20130508
-packetLen(0x095c, 5) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 5)
#elif PACKETVER >= 20130206
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#elif PACKETVER >= 20130130
-packetLen(0x095c, 8) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 8)
#elif PACKETVER >= 20130103
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#endif
// Packet: 0x095d
#if PACKETVER >= 20131120
-packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 2)
#elif PACKETVER >= 20131113
-packetLen(0x095d, 7) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 7)
#elif PACKETVER >= 20131106
-packetLen(0x095d, 26) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 26)
#elif PACKETVER >= 20131016
-packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 2)
#elif PACKETVER >= 20131008
-packetLen(0x095d, 26) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 26)
#elif PACKETVER >= 20130904
-packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 2)
#elif PACKETVER >= 20130828
-packetLen(0x095d, 5) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 5)
#elif PACKETVER >= 20130807
-packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 2)
#elif PACKETVER >= 20130731
-packetLen(0x095d, 12) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 12)
#elif PACKETVER >= 20130724
-packetLen(0x095d, 8) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 8)
#elif PACKETVER >= 20130220
-packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 2)
#elif PACKETVER >= 20130215
-packetLen(0x095d, 5) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 5)
#elif PACKETVER >= 20130103
-packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 2)
#endif
// Packet: 0x095e
#if PACKETVER >= 20131127
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
#elif PACKETVER >= 20131120
-packetLen(0x095e, 18) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 18)
#elif PACKETVER >= 20131023
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
#elif PACKETVER >= 20131016
-packetLen(0x095e, 10) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 10)
#elif PACKETVER >= 20130828
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
#elif PACKETVER >= 20130821
-packetLen(0x095e, 6) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 6)
#elif PACKETVER >= 20130529
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
#elif PACKETVER >= 20130522
-packetLen(0x095e, 6) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 6)
#elif PACKETVER >= 20130306
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
#elif PACKETVER >= 20130227
-packetLen(0x095e, 36) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 36)
#elif PACKETVER >= 20130115
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
#elif PACKETVER >= 20130109
-packetLen(0x095e, 6) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 6)
#elif PACKETVER >= 20130103
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
#endif
// Packet: 0x095f
#if PACKETVER >= 20131120
-packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 2)
#elif PACKETVER >= 20131113
-packetLen(0x095f, 10) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 10)
#elif PACKETVER >= 20130821
-packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 2)
#elif PACKETVER >= 20130814
-packetLen(0x095f, 6) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 6)
#elif PACKETVER >= 20130807
-packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 2)
#elif PACKETVER >= 20130731
-packetLen(0x095f, 6) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 6)
#elif PACKETVER >= 20130103
-packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 2)
#endif
// Packet: 0x0960
#if PACKETVER >= 20131120
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20131113
-packetLen(0x0960, 8) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 8)
#elif PACKETVER >= 20130724
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20130717
-packetLen(0x0960, 12) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 12)
#elif PACKETVER >= 20130703
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20130626
-packetLen(0x0960, 5) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 5)
#elif PACKETVER >= 20130417
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20130410
-packetLen(0x0960, 26) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 26)
#elif PACKETVER >= 20130403
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20130327
-packetLen(0x0960, 10) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 10)
#elif PACKETVER >= 20130313
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20130306
-packetLen(0x0960, 6) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 6)
#elif PACKETVER >= 20130103
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#endif
// Packet: 0x0961
#if PACKETVER >= 20131211
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#elif PACKETVER >= 20131204
-packetLen(0x0961, 4) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 4)
#elif PACKETVER >= 20130508
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#elif PACKETVER >= 20130502
-packetLen(0x0961, 8) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 8)
#elif PACKETVER >= 20130403
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#elif PACKETVER >= 20130327
-packetLen(0x0961, 6) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 6)
#elif PACKETVER >= 20130103
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#endif
// Packet: 0x0962
#if PACKETVER >= 20131113
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#elif PACKETVER >= 20131106
-packetLen(0x0962, -1) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, -1)
#elif PACKETVER >= 20131023
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#elif PACKETVER >= 20131016
-packetLen(0x0962, 7) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 7)
#elif PACKETVER >= 20130828
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#elif PACKETVER >= 20130821
-packetLen(0x0962, 6) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 6)
#elif PACKETVER >= 20130814
-packetLen(0x0962, 90) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 90)
#elif PACKETVER >= 20130807
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#elif PACKETVER >= 20130731
-packetLen(0x0962, 6) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 6)
#elif PACKETVER >= 20130626
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#elif PACKETVER >= 20130618
-packetLen(0x0962, 6) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 6)
#elif PACKETVER >= 20130522
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#elif PACKETVER >= 20130515
-packetLen(0x0962, 26) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 26)
#elif PACKETVER >= 20130424
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#elif PACKETVER >= 20130417
-packetLen(0x0962, 5) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 5)
#elif PACKETVER >= 20130313
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#elif PACKETVER >= 20130306
-packetLen(0x0962, 6) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 6)
#elif PACKETVER >= 20130220
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#elif PACKETVER >= 20130215
-packetLen(0x0962, 8) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 8)
#elif PACKETVER >= 20130103
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#endif
// Packet: 0x0963
#if PACKETVER >= 20130522
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
#elif PACKETVER >= 20130515
-packetLen(0x0963, -1) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, -1)
#elif PACKETVER >= 20130130
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
#elif PACKETVER >= 20130121
-packetLen(0x0963, 8) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 8)
#elif PACKETVER >= 20130103
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
#endif
// Packet: 0x0964
#if PACKETVER >= 20131120
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#elif PACKETVER >= 20131113
-packetLen(0x0964, 4) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 4)
#elif PACKETVER >= 20130828
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#elif PACKETVER >= 20130821
-packetLen(0x0964, 6) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 6)
#elif PACKETVER >= 20130618
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#elif PACKETVER >= 20130612
-packetLen(0x0964, 36) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 36)
#elif PACKETVER >= 20130529
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#elif PACKETVER >= 20130522
-packetLen(0x0964, 90) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 90)
#elif PACKETVER >= 20130103
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#endif
// Packet: 0x0965
#if PACKETVER >= 20130731
-packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 2)
#elif PACKETVER >= 20130724
-packetLen(0x0965, -1) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, -1)
#elif PACKETVER >= 20130529
-packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 2)
#elif PACKETVER >= 20130522
-packetLen(0x0965, 8) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 8)
#elif PACKETVER >= 20130103
-packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 2)
#endif
// Packet: 0x0966
#if PACKETVER >= 20131023
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#elif PACKETVER >= 20131016
-packetLen(0x0966, 5) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 5)
#elif PACKETVER >= 20130904
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#elif PACKETVER >= 20130828
-packetLen(0x0966, 8) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 8)
#elif PACKETVER >= 20130731
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#elif PACKETVER >= 20130724
-packetLen(0x0966, 5) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 5)
#elif PACKETVER >= 20130103
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#endif
// Packet: 0x0967
#if PACKETVER >= 20131211
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20131204
-packetLen(0x0967, 8) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 8)
#elif PACKETVER >= 20131127
-packetLen(0x0967, 26) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 26)
#elif PACKETVER >= 20131113
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20131106
-packetLen(0x0967, -1) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, -1)
#elif PACKETVER >= 20130917
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20130911
-packetLen(0x0967, 6) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 6)
#elif PACKETVER >= 20130828
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20130821
-packetLen(0x0967, 18) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 18)
#elif PACKETVER >= 20130724
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20130717
-packetLen(0x0967, 6) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 6)
#elif PACKETVER >= 20130508
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20130502
-packetLen(0x0967, 6) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 6)
#elif PACKETVER >= 20130417
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20130410
-packetLen(0x0967, -1) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, -1)
#elif PACKETVER >= 20130403
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20130327
-packetLen(0x0967, -1) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, -1)
#elif PACKETVER >= 20130306
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20130227
-packetLen(0x0967, 7) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 7)
#elif PACKETVER >= 20130103
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#endif
// Packet: 0x0968
#if PACKETVER >= 20131230
-packetLen(0x0968, 8) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 8)
#elif PACKETVER >= 20130103
-packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 2)
#endif
// Packet: 0x0969
#if PACKETVER >= 20131230
-packetLen(0x0969, 6) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 6)
#elif PACKETVER >= 20131120
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#elif PACKETVER >= 20131113
-packetLen(0x0969, -1) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, -1)
#elif PACKETVER >= 20131016
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#elif PACKETVER >= 20131008
-packetLen(0x0969, -1) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, -1)
#elif PACKETVER >= 20131002
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#elif PACKETVER >= 20130925
-packetLen(0x0969, 4) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 4)
#elif PACKETVER >= 20130828
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#elif PACKETVER >= 20130821
-packetLen(0x0969, 26) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 26)
#elif PACKETVER >= 20130502
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#elif PACKETVER >= 20130424
-packetLen(0x0969, 36) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 36)
#elif PACKETVER >= 20130417
-packetLen(0x0969, 6) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 6)
#elif PACKETVER >= 20130130
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#elif PACKETVER >= 20130121
-packetLen(0x0969, -1) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, -1)
#elif PACKETVER >= 20130103
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#endif
// Packet: 0x096a
#if PACKETVER >= 20131230
-packetLen(0x096a, 90) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 90)
#elif PACKETVER >= 20131211
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20131204
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20131127
-packetLen(0x096a, 8) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 8)
#elif PACKETVER >= 20131106
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20131030
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20131008
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20130925
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20130917
-packetLen(0x096a, 26) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 26)
#elif PACKETVER >= 20130911
-packetLen(0x096a, 8) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 8)
#elif PACKETVER >= 20130904
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20130828
-packetLen(0x096a, 19) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 19)
#elif PACKETVER >= 20130814
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20130807
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20130717
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20130626
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20130618
-packetLen(0x096a, 10) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 10)
#elif PACKETVER >= 20130605
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20130522
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20130508
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20130502
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20130424
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20130417
-packetLen(0x096a, 4) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 4)
#elif PACKETVER >= 20130403
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20130320
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20130313
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20130227
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20130206
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20130130
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20130121
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20130109
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20130103
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#endif
// Packet: 0x096b
-packetLen(0x096b, 4) // ZC_PRNPC_STATE
+packetLen(0x096b, 4)
// Packet: 0x096c
-packetLen(0x096c, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x096c, 6)
// Packet: 0x096d
-packetLen(0x096d, -1) // ZC_MERGE_ITEM_OPEN
+packetLen(0x096d, -1)
// Packet: 0x096e
-packetLen(0x096e, -1) // CZ_REQ_MERGE_ITEM
+packetLen(0x096e, -1)
// Packet: 0x096f
-packetLen(0x096f, 7) // ZC_ACK_MERGE_ITEM
+packetLen(0x096f, 7)
// Packet: 0x0970
-packetLen(0x0970, 31) // CH_MAKE_CHAR_NOT_STATS
+packetLen(0x0970, 31)
// Packet: 0x0971
-packetLen(0x0971, 6) // ZC_PARTY_RECRUIT_REFUSE_VOLUNTEER_TO_PM
+packetLen(0x0971, 6)
// Packet: 0x0972
-packetLen(0x0972, -1) // ZC_SAY_DIALOG2
+packetLen(0x0972, -1)
// Packet: 0x0973
-packetLen(0x0973, 7) // ZC_WAIT_DIALOG2
+packetLen(0x0973, 7)
// Packet: 0x0974
-packetLen(0x0974, 2) // CZ_CANCEL_MERGE_ITEM
+packetLen(0x0974, 2)
// Packet: 0x0975
-packetLen(0x0975, -1) // ZC_STORE_ITEMLIST_NORMAL_V2
+packetLen(0x0975, -1)
// Packet: 0x0976
-packetLen(0x0976, -1) // ZC_STORE_ITEMLIST_EQUIP_V2
+packetLen(0x0976, -1)
// Packet: 0x0977
-packetLen(0x0977, 14) // ZC_HP_INFO
+packetLen(0x0977, 14)
// Packet: 0x0978
-packetLen(0x0978, 6) // CZ_REQ_BEFORE_WORLD_INFO
+packetLen(0x0978, 6)
// Packet: 0x0979
-packetLen(0x0979, 50) // ZC_ACK_BEFORE_WORLD_INFO
+packetLen(0x0979, 50)
// Packet: 0x097a
-packetLen(0x097a, -1) // ZC_ALL_QUEST_LIST2
+packetLen(0x097a, -1)
// Packet: 0x097b
-packetLen(0x097b, -1) // ZC_PERSONAL_INFOMATION2
+packetLen(0x097b, -1)
// Packet: 0x097c
-packetLen(0x097c, 4) // CZ_REQ_RANKING
+packetLen(0x097c, 4)
// Packet: 0x097d
-packetLen(0x097d, 288) // ZC_ACK_RANKING
+packetLen(0x097d, 288)
// Packet: 0x097e
-packetLen(0x097e, 12) // ZC_UPDATE_RANKING_POINT
+packetLen(0x097e, 12)
// Packet: 0x097f
-packetLen(0x097f, -1) // ZC_SELECTCART
+packetLen(0x097f, -1)
// Packet: 0x0980
-packetLen(0x0980, 7) // CZ_SELECTCART
+packetLen(0x0980, 7)
// Packet: 0x0981
-packetLen(0x0981, -1) // ZC_PERSONAL_INFOMATION_CHN
+packetLen(0x0981, -1)
// Packet: 0x0982
-packetLen(0x0982, 7) // ZC_FATIGUE_CHN
+packetLen(0x0982, 7)
// Packet: 0x0983
-packetLen(0x0983, 29) // ZC_MSG_STATE_CHANGE3
+packetLen(0x0983, 29)
// Packet: 0x0984
-packetLen(0x0984, 28) // ZC_EFST_SET_ENTER2
+packetLen(0x0984, 28)
// Packet: 0x0985
-packetLen(0x0985, -1) // ZC_SKILL_POSTDELAY_LIST2
+packetLen(0x0985, -1)
// Packet: 0x0986
-packetLen(0x0986, 10) // AC_SHUTDOWN_NOTIFY
+packetLen(0x0986, 10)
// Packet: 0x0987
#if PACKETVER >= 20130115
-packetLen(0x0987, -1) // CA_LOGIN6
+packetLen(0x0987, -1)
#elif PACKETVER >= 20130103
-packetLen(0x0987, 63) // CA_LOGIN6
+packetLen(0x0987, 63)
#endif
// Packet: 0x0988
-packetLen(0x0988, 6) // ZC_NOTIFY_CLAN_CONNECTINFO
+packetLen(0x0988, 6)
// Packet: 0x0989
-packetLen(0x0989, 2) // ZC_ACK_CLAN_LEAVE
+packetLen(0x0989, 2)
// Packet: 0x098a
-packetLen(0x098a, -1) // ZC_CLANINFO
+packetLen(0x098a, -1)
// Packet: 0x098b
-packetLen(0x098b, 2) // AC_REQ_NEW_USER
+packetLen(0x098b, 2)
// Packet: 0x098c
-packetLen(0x098c, 4) // CA_ACK_NEW_USER
+packetLen(0x098c, 4)
// Packet: 0x098d
-packetLen(0x098d, -1) // CZ_CLAN_CHAT
+packetLen(0x098d, -1)
// Packet: 0x098e
-packetLen(0x098e, -1) // ZC_NOTIFY_CLAN_CHAT
+packetLen(0x098e, -1)
// Packet: 0x098f
-packetLen(0x098f, -1) // CH_DELETE_CHAR3_EXT
+packetLen(0x098f, -1)
// Packet: 0x0990
-packetLen(0x0990, 31) // ZC_ITEM_PICKUP_ACK_V5
+packetLen(0x0990, 31)
// Packet: 0x0991
-packetLen(0x0991, -1) // ZC_INVENTORY_ITEMLIST_NORMAL_V5
+packetLen(0x0991, -1)
// Packet: 0x0992
-packetLen(0x0992, -1) // ZC_INVENTORY_ITEMLIST_EQUIP_V5
+packetLen(0x0992, -1)
// Packet: 0x0993
-packetLen(0x0993, -1) // ZC_CART_ITEMLIST_NORMAL_V5
+packetLen(0x0993, -1)
// Packet: 0x0994
-packetLen(0x0994, -1) // ZC_CART_ITEMLIST_EQUIP_V5
+packetLen(0x0994, -1)
// Packet: 0x0995
-packetLen(0x0995, -1) // ZC_STORE_ITEMLIST_NORMAL_V5
+packetLen(0x0995, -1)
// Packet: 0x0996
-packetLen(0x0996, -1) // ZC_STORE_ITEMLIST_EQUIP_V5
+packetLen(0x0996, -1)
// Packet: 0x0997
-packetLen(0x0997, -1) // ZC_EQUIPWIN_MICROSCOPE_V5
+packetLen(0x0997, -1)
// Packet: 0x0998
-packetLen(0x0998, 8) // CZ_REQ_WEAR_EQUIP_V5
+packetLen(0x0998, 8)
// Packet: 0x0999
-packetLen(0x0999, 11) // ZC_ACK_WEAR_EQUIP_V5
+packetLen(0x0999, 11)
// Packet: 0x099a
-packetLen(0x099a, 9) // ZC_ACK_TAKEOFF_EQUIP_V5
+packetLen(0x099a, 9)
// Packet: 0x099b
-packetLen(0x099b, 8) // ZC_MAPPROPERTY_R2
+packetLen(0x099b, 8)
// Packet: 0x099c
-packetLen(0x099c, 6) // CH_REQ_CHARINFO_PER_PAGE
+packetLen(0x099c, 6)
// Packet: 0x099d
-packetLen(0x099d, -1) // HC_ACK_CHARINFO_PER_PAGE
+packetLen(0x099d, -1)
// Packet: 0x099e
-packetLen(0x099e, 12) // HC_QUEUE_ORDER
+packetLen(0x099e, 12)
// Packet: 0x099f
-packetLen(0x099f, -1) // ZC_SKILL_ENTRY4
+packetLen(0x099f, -1)
// Packet: 0x09a0
-packetLen(0x09a0, 6) // HC_CHARLIST_NOTIFY
+packetLen(0x09a0, 6)
// Packet: 0x09a1
-packetLen(0x09a1, 2) // CH_CHARLIST_REQ
+packetLen(0x09a1, 2)
// Packet: 0x09a2
#if PACKETVER >= 20130130
-packetLen(0x09a2, 6) // AC_REQ_MOBILE_OTP
+packetLen(0x09a2, 6)
#endif
// Packet: 0x09a3
#if PACKETVER >= 20130130
-packetLen(0x09a3, -1) // CA_ACK_MOBILE_OTP
+packetLen(0x09a3, -1)
#endif
// Packet: 0x09a4
#if PACKETVER >= 20130206
-packetLen(0x09a4, 18) // ZC_DISPATCH_TIMING_INFO_CHN
+packetLen(0x09a4, 18)
#endif
// Packet: 0x09a5
#if PACKETVER >= 20130220
-packetLen(0x09a5, 7) // AC_REFUSE_LOGIN3
+packetLen(0x09a5, 7)
#endif
// Packet: 0x09a6
#if PACKETVER >= 20130306
-packetLen(0x09a6, 12) // ZC_BANKING_CHECK
+packetLen(0x09a6, 12)
#endif
// Packet: 0x09a7
#if PACKETVER >= 20130320
-packetLen(0x09a7, 10) // CZ_REQ_BANKING_DEPOSIT
+packetLen(0x09a7, 10)
#elif PACKETVER >= 20130306
-packetLen(0x09a7, 14) // CZ_REQ_BANKING_DEPOSIT
+packetLen(0x09a7, 14)
#endif
// Packet: 0x09a8
#if PACKETVER >= 20130515
-packetLen(0x09a8, 16) // ZC_ACK_BANKING_DEPOSIT
+packetLen(0x09a8, 16)
#elif PACKETVER >= 20130320
-packetLen(0x09a8, 12) // ZC_ACK_BANKING_DEPOSIT
+packetLen(0x09a8, 12)
#elif PACKETVER >= 20130306
-packetLen(0x09a8, 4) // ZC_ACK_BANKING_DEPOSIT
+packetLen(0x09a8, 4)
#endif
// Packet: 0x09a9
#if PACKETVER >= 20130320
-packetLen(0x09a9, 10) // CZ_REQ_BANKING_WITHDRAW
+packetLen(0x09a9, 10)
#elif PACKETVER >= 20130306
-packetLen(0x09a9, 14) // CZ_REQ_BANKING_WITHDRAW
+packetLen(0x09a9, 14)
#endif
// Packet: 0x09aa
#if PACKETVER >= 20130515
-packetLen(0x09aa, 16) // ZC_ACK_BANKING_WITHDRAW
+packetLen(0x09aa, 16)
#elif PACKETVER >= 20130320
-packetLen(0x09aa, 12) // ZC_ACK_BANKING_WITHDRAW
+packetLen(0x09aa, 12)
#elif PACKETVER >= 20130306
-packetLen(0x09aa, 4) // ZC_ACK_BANKING_WITHDRAW
+packetLen(0x09aa, 4)
#endif
// Packet: 0x09ab
#if PACKETVER >= 20130320
-packetLen(0x09ab, 6) // CZ_REQ_BANKING_CHECK
+packetLen(0x09ab, 6)
#elif PACKETVER >= 20130313
-packetLen(0x09ab, -1) // CZ_REQ_BANKING_CHECK
+packetLen(0x09ab, -1)
#endif
// Packet: 0x09ac
#if PACKETVER >= 20130327
-packetLen(0x09ac, -1) // CZ_REQ_CASH_BARGAIN_SALE_ITEM_INFO
+packetLen(0x09ac, -1)
#elif PACKETVER >= 20130320
// removed
#elif PACKETVER >= 20130313
-packetLen(0x09ac, 20) // CZ_REQ_CASH_BARGAIN_SALE_ITEM_INFO
+packetLen(0x09ac, 20)
#endif
// Packet: 0x09ad
#if PACKETVER >= 20130327
-packetLen(0x09ad, 10) // ZC_ACK_CASH_BARGAIN_SALE_ITEM_INFO
+packetLen(0x09ad, 10)
#elif PACKETVER >= 20130320
// removed
#elif PACKETVER >= 20130313
-packetLen(0x09ad, 6) // ZC_ACK_CASH_BARGAIN_SALE_ITEM_INFO
+packetLen(0x09ad, 6)
#endif
// Packet: 0x09ae
#if PACKETVER >= 20130327
-packetLen(0x09ae, 17) // CZ_REQ_APPLY_BARGAIN_SALE_ITEM
+packetLen(0x09ae, 17)
#elif PACKETVER >= 20130320
// removed
#elif PACKETVER >= 20130313
-packetLen(0x09ae, -1) // CZ_REQ_APPLY_BARGAIN_SALE_ITEM
+packetLen(0x09ae, -1)
#endif
// Packet: 0x09af
#if PACKETVER >= 20130327
-packetLen(0x09af, 4) // ZC_ACK_APPLY_BARGAIN_SALE_ITEM
+packetLen(0x09af, 4)
#elif PACKETVER >= 20130320
// removed
#elif PACKETVER >= 20130313
-packetLen(0x09af, -1) // ZC_ACK_APPLY_BARGAIN_SALE_ITEM
+packetLen(0x09af, -1)
#endif
// Packet: 0x09b0
#if PACKETVER >= 20130327
-packetLen(0x09b0, 8) // CZ_REQ_REMOVE_BARGAIN_SALE_ITEM
+packetLen(0x09b0, 8)
#elif PACKETVER >= 20130320
// removed
#elif PACKETVER >= 20130313
-packetLen(0x09b0, 8) // CZ_REQ_REMOVE_BARGAIN_SALE_ITEM
+packetLen(0x09b0, 8)
#endif
// Packet: 0x09b1
#if PACKETVER >= 20130327
-packetLen(0x09b1, 4) // ZC_ACK_REMOVE_BARGAIN_SALE_ITEM
+packetLen(0x09b1, 4)
#elif PACKETVER >= 20130320
// removed
#elif PACKETVER >= 20130313
-packetLen(0x09b1, 6) // ZC_ACK_REMOVE_BARGAIN_SALE_ITEM
+packetLen(0x09b1, 6)
#endif
// Packet: 0x09b2
#if PACKETVER >= 20130605
-packetLen(0x09b2, 8) // ZC_NOTIFY_BARGAIN_SALE_SELLING
+packetLen(0x09b2, 8)
#elif PACKETVER >= 20130327
-packetLen(0x09b2, 6) // ZC_NOTIFY_BARGAIN_SALE_SELLING
+packetLen(0x09b2, 6)
#elif PACKETVER >= 20130320
// removed
#elif PACKETVER >= 20130313
-packetLen(0x09b2, -1) // ZC_NOTIFY_BARGAIN_SALE_SELLING
+packetLen(0x09b2, -1)
#endif
// Packet: 0x09b3
#if PACKETVER >= 20130605
-packetLen(0x09b3, 4) // ZC_NOTIFY_BARGAIN_SALE_CLOSE
+packetLen(0x09b3, 4)
#elif PACKETVER >= 20130327
-packetLen(0x09b3, 6) // ZC_NOTIFY_BARGAIN_SALE_CLOSE
+packetLen(0x09b3, 6)
#endif
// Packet: 0x09b4
#if PACKETVER >= 20130417
-packetLen(0x09b4, 6) // CZ_OPEN_BARGAIN_SALE_TOOL
+packetLen(0x09b4, 6)
#endif
// Packet: 0x09b5
#if PACKETVER >= 20130417
-packetLen(0x09b5, 2) // ZC_OPEN_BARGAIN_SALE_TOOL
+packetLen(0x09b5, 2)
#endif
// Packet: 0x09b6
#if PACKETVER >= 20130417
-packetLen(0x09b6, 6) // CZ_REQ_OPEN_BANKING
+packetLen(0x09b6, 6)
#endif
// Packet: 0x09b7
#if PACKETVER >= 20130417
-packetLen(0x09b7, 4) // ZC_ACK_OPEN_BANKING
+packetLen(0x09b7, 4)
#endif
// Packet: 0x09b8
#if PACKETVER >= 20130417
-packetLen(0x09b8, 6) // CZ_REQ_CLOSE_BANKING
+packetLen(0x09b8, 6)
#endif
// Packet: 0x09b9
#if PACKETVER >= 20130417
-packetLen(0x09b9, 4) // ZC_ACK_CLOSE_BANKING
+packetLen(0x09b9, 4)
#endif
// Packet: 0x09ba
#if PACKETVER >= 20130828
-packetLen(0x09ba, 2) // CZ_REQ_OPEN_GUILD_STORAGE
+packetLen(0x09ba, 2)
#elif PACKETVER >= 20130424
-packetLen(0x09ba, 6) // CZ_REQ_OPEN_GUILD_STORAGE
+packetLen(0x09ba, 6)
#endif
// Packet: 0x09bb
#if PACKETVER >= 20130502
-packetLen(0x09bb, 6) // ZC_ACK_OPEN_GUILD_STORAGE
+packetLen(0x09bb, 6)
#elif PACKETVER >= 20130424
-packetLen(0x09bb, 4) // ZC_ACK_OPEN_GUILD_STORAGE
+packetLen(0x09bb, 4)
#endif
// Packet: 0x09bc
#if PACKETVER >= 20130424
-packetLen(0x09bc, 6) // CZ_CLOSE_BARGAIN_SALE_TOOL
+packetLen(0x09bc, 6)
#endif
// Packet: 0x09bd
#if PACKETVER >= 20130424
-packetLen(0x09bd, 2) // ZC_CLOSE_BARGAIN_SALE_TOOL
+packetLen(0x09bd, 2)
#endif
// Packet: 0x09be
#if PACKETVER >= 20130828
-packetLen(0x09be, 2) // CZ_REQ_CLOSE_GUILD_STORAGE
+packetLen(0x09be, 2)
#elif PACKETVER >= 20130502
-packetLen(0x09be, 6) // CZ_REQ_CLOSE_GUILD_STORAGE
+packetLen(0x09be, 6)
#endif
// Packet: 0x09bf
#if PACKETVER >= 20130502
-packetLen(0x09bf, 4) // ZC_ACK_CLOSE_GUILD_STORAGE
+packetLen(0x09bf, 4)
#endif
// Packet: 0x09c0
#if PACKETVER >= 20130618
// removed
#elif PACKETVER >= 20130515
-packetLen(0x09c0, 11) // ZC_ACTION_MOVE
+packetLen(0x09c0, 11)
#endif
// Packet: 0x09c1
#if PACKETVER >= 20130717
-packetLen(0x09c1, 10) // ZC_C_MARKERINFO
+packetLen(0x09c1, 10)
#elif PACKETVER >= 20130515
-packetLen(0x09c1, 11) // ZC_C_MARKERINFO
+packetLen(0x09c1, 11)
#endif
// Packet: 0x09c2
#if PACKETVER >= 20130522
-packetLen(0x09c2, -1) // HC_SECRETSCAN_DATA
+packetLen(0x09c2, -1)
#endif
// Packet: 0x09c3
#if PACKETVER >= 20130529
-packetLen(0x09c3, 8) // CZ_REQ_COUNT_BARGAIN_SALE_ITEM
+packetLen(0x09c3, 8)
#endif
// Packet: 0x09c4
#if PACKETVER >= 20130605
-packetLen(0x09c4, 8) // ZC_ACK_COUNT_BARGAIN_SALE_ITEM
+packetLen(0x09c4, 8)
#endif
// Packet: 0x09c5
#if PACKETVER >= 20130605
-packetLen(0x09c5, 1042) // CS_LOGIN_QUERY
+packetLen(0x09c5, 1042)
#endif
// Packet: 0x09c6
#if PACKETVER >= 20130605
-packetLen(0x09c6, -1) // SC_LOGIN_ANSWER
+packetLen(0x09c6, -1)
#endif
// Packet: 0x09c7
#if PACKETVER >= 20130612
-packetLen(0x09c7, 18) // SC_LOGIN_ERROR
+packetLen(0x09c7, 18)
#elif PACKETVER >= 20130605
-packetLen(0x09c7, 10) // SC_LOGIN_ERROR
+packetLen(0x09c7, 10)
#endif
// Packet: 0x09c8
#if PACKETVER >= 20130605
-packetLen(0x09c8, -1) // CA_LOGIN_OTP
+packetLen(0x09c8, -1)
#endif
// Packet: 0x09c9
#if PACKETVER >= 20130612
-packetLen(0x09c9, -1) // SC_SOCT
+packetLen(0x09c9, -1)
#endif
// Packet: 0x09ca
#if PACKETVER >= 20130828
-packetLen(0x09ca, -1) // ZC_SKILL_ENTRY5
+packetLen(0x09ca, -1)
#elif PACKETVER >= 20130618
-packetLen(0x09ca, 23) // ZC_SKILL_ENTRY5
+packetLen(0x09ca, 23)
#endif
// Packet: 0x09cb
#if PACKETVER >= 20130717
-packetLen(0x09cb, 17) // ZC_USE_SKILL2
+packetLen(0x09cb, 17)
#endif
// Packet: 0x09cc
#if PACKETVER >= 20130717
-packetLen(0x09cc, -1) // ZC_SECRETSCAN_DATA
+packetLen(0x09cc, -1)
#endif
// Packet: 0x09cd
#if PACKETVER >= 20130807
-packetLen(0x09cd, 8) // ZC_MSG_COLOR
+packetLen(0x09cd, 8)
#endif
// Packet: 0x09ce
#if PACKETVER >= 20130814
-packetLen(0x09ce, 102) // CZ_ITEM_CREATE_EX
+packetLen(0x09ce, 102)
#endif
// Packet: 0x09cf
#if PACKETVER >= 20130814
-packetLen(0x09cf, -1) // ZC_NPROTECTGAMEGUARDCSAUTH
+packetLen(0x09cf, -1)
#endif
// Packet: 0x09d0
#if PACKETVER >= 20130814
-packetLen(0x09d0, -1) // CZ_NPROTECTGAMEGUARDCSAUTH
+packetLen(0x09d0, -1)
#endif
// Packet: 0x09d1
#if PACKETVER >= 20130821
-packetLen(0x09d1, 14) // ZC_PROGRESS_ACTOR
+packetLen(0x09d1, 14)
#endif
// Packet: 0x09d2
#if PACKETVER >= 20130828
-packetLen(0x09d2, -1) // ZC_GUILDSTORAGE_ITEMLIST_NORMAL_V5
+packetLen(0x09d2, -1)
#endif
// Packet: 0x09d3
#if PACKETVER >= 20130828
-packetLen(0x09d3, -1) // ZC_GUILDSTORAGE_ITEMLIST_EQUIP_V5
+packetLen(0x09d3, -1)
#endif
// Packet: 0x09d4
#if PACKETVER >= 20130911
-packetLen(0x09d4, 2) // CZ_NPC_TRADE_QUIT
+packetLen(0x09d4, 2)
#endif
// Packet: 0x09d5
#if PACKETVER >= 20130911
-packetLen(0x09d5, -1) // ZC_NPC_MARKET_OPEN
+packetLen(0x09d5, -1)
#endif
// Packet: 0x09d6
#if PACKETVER >= 20130911
-packetLen(0x09d6, -1) // CZ_NPC_MARKET_PURCHASE
+packetLen(0x09d6, -1)
#endif
// Packet: 0x09d7
#if PACKETVER >= 20130911
-packetLen(0x09d7, -1) // ZC_NPC_MARKET_PURCHASE_RESULT
+packetLen(0x09d7, -1)
#endif
// Packet: 0x09d8
#if PACKETVER >= 20130911
-packetLen(0x09d8, 2) // CZ_NPC_MARKET_CLOSE
+packetLen(0x09d8, 2)
#endif
// Packet: 0x09d9
#if PACKETVER >= 20131023
-packetLen(0x09d9, 4) // CZ_REQ_GUILDSTORAGE_LOG
+packetLen(0x09d9, 4)
#elif PACKETVER >= 20131016
-packetLen(0x09d9, 6) // CZ_REQ_GUILDSTORAGE_LOG
+packetLen(0x09d9, 6)
#elif PACKETVER >= 20131002
-packetLen(0x09d9, 4) // CZ_REQ_GUILDSTORAGE_LOG
+packetLen(0x09d9, 4)
#elif PACKETVER >= 20130911
-packetLen(0x09d9, 2) // CZ_REQ_GUILDSTORAGE_LOG
+packetLen(0x09d9, 2)
#endif
// Packet: 0x09da
#if PACKETVER >= 20131002
-packetLen(0x09da, -1) // ZC_ACK_GUILDSTORAGE_LOG
+packetLen(0x09da, -1)
#elif PACKETVER >= 20130925
-packetLen(0x09da, 10) // ZC_ACK_GUILDSTORAGE_LOG
+packetLen(0x09da, 10)
#elif PACKETVER >= 20130911
-packetLen(0x09da, 2) // ZC_ACK_GUILDSTORAGE_LOG
+packetLen(0x09da, 2)
#endif
// Packet: 0x09db
#if PACKETVER >= 20131023
-packetLen(0x09db, -1) // ZC_NOTIFY_MOVEENTRY10
+packetLen(0x09db, -1)
#endif
// Packet: 0x09dc
#if PACKETVER >= 20131023
-packetLen(0x09dc, -1) // ZC_NOTIFY_NEWENTRY10
+packetLen(0x09dc, -1)
#endif
// Packet: 0x09dd
#if PACKETVER >= 20131023
-packetLen(0x09dd, -1) // ZC_NOTIFY_STANDENTRY10
+packetLen(0x09dd, -1)
#endif
// Packet: 0x09de
#if PACKETVER >= 20131030
-packetLen(0x09de, -1) // ZC_WHISPER02
+packetLen(0x09de, -1)
#endif
// Packet: 0x09df
#if PACKETVER >= 20131030
-packetLen(0x09df, 7) // ZC_ACK_WHISPER02
+packetLen(0x09df, 7)
#endif
// Packet: 0x09e0
#if PACKETVER >= 20131030
-packetLen(0x09e0, -1) // SC_LOGIN_ANSWER_WITH_ID
+packetLen(0x09e0, -1)
#endif
// Packet: 0x09e1
#if PACKETVER >= 20131106
-packetLen(0x09e1, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_GUILDSTORAGE
+packetLen(0x09e1, 8)
#endif
// Packet: 0x09e2
#if PACKETVER >= 20131106
-packetLen(0x09e2, 8) // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_BODY
+packetLen(0x09e2, 8)
#endif
// Packet: 0x09e3
#if PACKETVER >= 20131106
-packetLen(0x09e3, 8) // CZ_MOVE_ITEM_FROM_CART_TO_GUILDSTORAGE
+packetLen(0x09e3, 8)
#endif
// Packet: 0x09e4
#if PACKETVER >= 20131106
-packetLen(0x09e4, 8) // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_CART
+packetLen(0x09e4, 8)
#endif
// Packet: 0x09e5
#if PACKETVER >= 20131127
-packetLen(0x09e5, 18) // ZC_DELETEITEM_FROM_MCSTORE2
+packetLen(0x09e5, 18)
#elif PACKETVER >= 20131120
-packetLen(0x09e5, 14) // ZC_DELETEITEM_FROM_MCSTORE2
+packetLen(0x09e5, 14)
#endif
// Packet: 0x09e6
#if PACKETVER >= 20131127
-packetLen(0x09e6, 22) // ZC_UPDATE_ITEM_FROM_BUYING_STORE2
+packetLen(0x09e6, 22)
#elif PACKETVER >= 20131120
-packetLen(0x09e6, 18) // ZC_UPDATE_ITEM_FROM_BUYING_STORE2
+packetLen(0x09e6, 18)
#endif
// Packet: 0x09e7
#if PACKETVER >= 20131211
-packetLen(0x09e7, 2) // ZC_NOTIFY_UNREAD_RODEX
+packetLen(0x09e7, 2)
#endif
// Packet: 0x09e8
#if PACKETVER >= 20131218
-packetLen(0x09e8, 10) // CZ_OPEN_RODEXBOX
+packetLen(0x09e8, 10)
#elif PACKETVER >= 20131211
-packetLen(0x09e8, 18) // CZ_OPEN_RODEXBOX
+packetLen(0x09e8, 18)
#endif
// Packet: 0x09e9
#if PACKETVER >= 20131211
-packetLen(0x09e9, 2) // CZ_CLOSE_RODEXBOX
+packetLen(0x09e9, 2)
#endif
// Packet: 0x09ea
#if PACKETVER >= 20131223
-packetLen(0x09ea, 11) // CZ_REQ_READ_RODEX
+packetLen(0x09ea, 11)
#elif PACKETVER >= 20131218
-packetLen(0x09ea, 10) // CZ_REQ_READ_RODEX
+packetLen(0x09ea, 10)
#endif
// Packet: 0x09eb
#if PACKETVER >= 20131230
-packetLen(0x09eb, 23) // ZC_ACK_READ_RODEX
+packetLen(0x09eb, 23)
#elif PACKETVER >= 20131223
-packetLen(0x09eb, 24) // ZC_ACK_READ_RODEX
+packetLen(0x09eb, 24)
#elif PACKETVER >= 20131218
-packetLen(0x09eb, 14) // ZC_ACK_READ_RODEX
+packetLen(0x09eb, 14)
#endif
// Packet: 0x09ec
#if PACKETVER >= 20131230
-packetLen(0x09ec, -1) // CZ_REQ_SEND_RODEX
+packetLen(0x09ec, -1)
#endif
// Packet: 0x09ed
#if PACKETVER >= 20131230
-packetLen(0x09ed, 3) // ZC_ACK_SEND_RODEX
+packetLen(0x09ed, 3)
#elif PACKETVER >= 20131218
// removed
#elif PACKETVER >= 20131211
-packetLen(0x09ed, -1) // ZC_ACK_SEND_RODEX
+packetLen(0x09ed, -1)
#endif
// Packet: 0x09ee
#if PACKETVER >= 20131218
-packetLen(0x09ee, 11) // CZ_REQ_NEXT_RODEX
+packetLen(0x09ee, 11)
#elif PACKETVER >= 20131211
-packetLen(0x09ee, -1) // CZ_REQ_NEXT_RODEX
+packetLen(0x09ee, -1)
#endif
// Packet: 0x09ef
#if PACKETVER >= 20131218
-packetLen(0x09ef, 11) // CZ_REQ_REFRESH_RODEX
+packetLen(0x09ef, 11)
#endif
// Packet: 0x09f0
#if PACKETVER >= 20131218
-packetLen(0x09f0, -1) // ZC_ACK_RODEX_LIST
+packetLen(0x09f0, -1)
#endif
// Packet: 0x09f5
#if PACKETVER >= 20131218
-packetLen(0x09f5, 11) // CZ_REQ_DELETE_RODEX
+packetLen(0x09f5, 11)
#endif
// Packet: 0x09f6
#if PACKETVER >= 20131218
-packetLen(0x09f6, 11) // ZC_ACK_DELETE_RODEX
+packetLen(0x09f6, 11)
#endif
// Packet: 0x09f7
#if PACKETVER >= 20131230
-packetLen(0x09f7, 75) // ZC_PROPERTY_HOMUN_2
+packetLen(0x09f7, 75)
#endif
diff --git a/src/common/packets/packets2013_len_re.h b/src/common/packets/packets2013_len_re.h
index 2c7951f7b..c5cc6a6c7 100644
--- a/src/common/packets/packets2013_len_re.h
+++ b/src/common/packets/packets2013_len_re.h
@@ -2,8 +2,8 @@
* This file is part of Hercules.
* http://herc.ws - http://github.com/HerculesWS/Hercules
*
- * Copyright (C) 2019 Hercules Dev Team
- * Copyright (C) 2019 Andrei Karas (4144)
+ * Copyright (C) 2018-2019 Hercules Dev Team
+ * Copyright (C) 2018-2019 Andrei Karas (4144)
*
* Hercules is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -25,4519 +25,4519 @@
/* This file is autogenerated, please do not commit manual changes */
// Packet: 0x0064
-packetLen(0x0064, 55) // CA_LOGIN
+packetLen(0x0064, 55)
// Packet: 0x0065
-packetLen(0x0065, 17) // CH_ENTER
+packetLen(0x0065, 17)
// Packet: 0x0066
-packetLen(0x0066, 3) // CH_SELECT_CHAR
+packetLen(0x0066, 3)
// Packet: 0x0067
-packetLen(0x0067, 37) // CH_MAKE_CHAR
+packetLen(0x0067, 37)
// Packet: 0x0068
-packetLen(0x0068, 46) // CH_DELETE_CHAR
+packetLen(0x0068, 46)
// Packet: 0x0069
-packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+packetLen(0x0069, -1)
// Packet: 0x006a
-packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+packetLen(0x006a, 23)
// Packet: 0x006b
-packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+packetLen(0x006b, -1)
// Packet: 0x006c
-packetLen(0x006c, 3) // HC_REFUSE_ENTER
+packetLen(0x006c, 3)
// Packet: 0x006d
-packetLen(0x006d, 146) // HC_ACCEPT_MAKECHAR
+packetLen(0x006d, 146)
// Packet: 0x006e
-packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+packetLen(0x006e, 3)
// Packet: 0x006f
-packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+packetLen(0x006f, 2)
// Packet: 0x0070
-packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+packetLen(0x0070, 3)
// Packet: 0x0071
-packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+packetLen(0x0071, 28)
// Packet: 0x0072
-packetLen(0x0072, 22) // CZ_ENTER
+packetLen(0x0072, 22)
// Packet: 0x0073
-packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 11)
// Packet: 0x0074
-packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+packetLen(0x0074, 3)
// Packet: 0x0075
-packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, -1)
// Packet: 0x0076
-packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+packetLen(0x0076, 9)
// Packet: 0x0077
-packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 5)
// Packet: 0x0078
-packetLen(0x0078, 55) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, 55)
// Packet: 0x0079
-packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, 53)
// Packet: 0x007a
-packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, 58)
// Packet: 0x007b
-packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, 60)
// Packet: 0x007c
-packetLen(0x007c, 44) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, 44)
// Packet: 0x007d
-packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, 2)
// Packet: 0x007e
-packetLen(0x007e, 105) // CZ_REQUEST_TIME
+packetLen(0x007e, 105)
// Packet: 0x007f
-packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+packetLen(0x007f, 6)
// Packet: 0x0080
-packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+packetLen(0x0080, 7)
// Packet: 0x0081
-packetLen(0x0081, 3) // SC_NOTIFY_BAN
+packetLen(0x0081, 3)
// Packet: 0x0082
-packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+packetLen(0x0082, 2)
// Packet: 0x0083
-packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 2)
// Packet: 0x0084
-packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+packetLen(0x0084, 2)
// Packet: 0x0085
-packetLen(0x0085, 10) // CZ_REQUEST_MOVE
+packetLen(0x0085, 10)
// Packet: 0x0086
-packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 16)
// Packet: 0x0087
-packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 12)
// Packet: 0x0088
-packetLen(0x0088, 10) // ZC_STOPMOVE
+packetLen(0x0088, 10)
// Packet: 0x0089
-packetLen(0x0089, 11) // CZ_REQUEST_ACT
+packetLen(0x0089, 11)
// Packet: 0x008a
-packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+packetLen(0x008a, 29)
// Packet: 0x008b
-packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+packetLen(0x008b, 23)
// Packet: 0x008c
packetLen(0x008c, 14)
// Packet: 0x008d
-packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+packetLen(0x008d, -1)
// Packet: 0x008e
-packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, -1)
// Packet: 0x0090
-packetLen(0x0090, 7) // CZ_CONTACTNPC
+packetLen(0x0090, 7)
// Packet: 0x0091
-packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, 22)
// Packet: 0x0092
-packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 28)
// Packet: 0x0093
-packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+packetLen(0x0093, 2)
// Packet: 0x0094
-packetLen(0x0094, 19) // CZ_REQNAME
+packetLen(0x0094, 19)
// Packet: 0x0095
-packetLen(0x0095, 30) // ZC_ACK_REQNAME
+packetLen(0x0095, 30)
// Packet: 0x0096
-packetLen(0x0096, -1) // CZ_WHISPER
+packetLen(0x0096, -1)
// Packet: 0x0097
-packetLen(0x0097, -1) // ZC_WHISPER
+packetLen(0x0097, -1)
// Packet: 0x0098
-packetLen(0x0098, 3) // ZC_ACK_WHISPER
+packetLen(0x0098, 3)
// Packet: 0x0099
-packetLen(0x0099, -1) // CZ_BROADCAST
+packetLen(0x0099, -1)
// Packet: 0x009a
-packetLen(0x009a, -1) // ZC_BROADCAST
+packetLen(0x009a, -1)
// Packet: 0x009b
-packetLen(0x009b, 34) // CZ_CHANGE_DIRECTION
+packetLen(0x009b, 34)
// Packet: 0x009c
-packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, 9)
// Packet: 0x009d
-packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+packetLen(0x009d, 17)
// Packet: 0x009e
-packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 17)
// Packet: 0x009f
-packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+packetLen(0x009f, 20)
// Packet: 0x00a0
-packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, 23)
// Packet: 0x00a1
-packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, 6)
// Packet: 0x00a2
-packetLen(0x00a2, 14) // CZ_ITEM_THROW
+packetLen(0x00a2, 14)
// Packet: 0x00a3
-packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, -1)
// Packet: 0x00a4
-packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, -1)
// Packet: 0x00a5
-packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, -1)
// Packet: 0x00a6
-packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, -1)
// Packet: 0x00a7
packetLen(0x00a7, 9)
// Packet: 0x00a8
-packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 7)
// Packet: 0x00a9
-packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, 6)
// Packet: 0x00aa
-packetLen(0x00aa, 9) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 9)
// Packet: 0x00ab
-packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, 4)
// Packet: 0x00ac
-packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, 7)
// Packet: 0x00ae
-packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+packetLen(0x00ae, -1)
// Packet: 0x00af
-packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, 6)
// Packet: 0x00b0
-packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+packetLen(0x00b0, 8)
// Packet: 0x00b1
-packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, 8)
// Packet: 0x00b2
-packetLen(0x00b2, 3) // CZ_RESTART
+packetLen(0x00b2, 3)
// Packet: 0x00b3
-packetLen(0x00b3, 3) // ZC_RESTART_ACK
+packetLen(0x00b3, 3)
// Packet: 0x00b4
-packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+packetLen(0x00b4, -1)
// Packet: 0x00b5
-packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 6)
// Packet: 0x00b6
-packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 6)
// Packet: 0x00b7
-packetLen(0x00b7, -1) // ZC_MENU_LIST
+packetLen(0x00b7, -1)
// Packet: 0x00b8
-packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+packetLen(0x00b8, 7)
// Packet: 0x00b9
-packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, 6)
// Packet: 0x00ba
-packetLen(0x00ba, 2) // CZ_REQ_STATUS
+packetLen(0x00ba, 2)
// Packet: 0x00bb
-packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+packetLen(0x00bb, 5)
// Packet: 0x00bc
-packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 6)
// Packet: 0x00bd
-packetLen(0x00bd, 44) // ZC_STATUS
+packetLen(0x00bd, 44)
// Packet: 0x00be
-packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+packetLen(0x00be, 5)
// Packet: 0x00bf
-packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+packetLen(0x00bf, 3)
// Packet: 0x00c0
-packetLen(0x00c0, 7) // ZC_EMOTION
+packetLen(0x00c0, 7)
// Packet: 0x00c1
-packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, 2)
// Packet: 0x00c2
-packetLen(0x00c2, 6) // ZC_USER_COUNT
+packetLen(0x00c2, 6)
// Packet: 0x00c3
-packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, 8)
// Packet: 0x00c4
-packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, 6)
// Packet: 0x00c5
-packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, 7)
// Packet: 0x00c6
-packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, -1)
// Packet: 0x00c7
-packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, -1)
// Packet: 0x00c8
-packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, -1)
// Packet: 0x00c9
-packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, -1)
// Packet: 0x00ca
-packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, 3)
// Packet: 0x00cb
-packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+packetLen(0x00cb, 3)
// Packet: 0x00cc
-packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, 6)
// Packet: 0x00cd
-packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+packetLen(0x00cd, 3)
// Packet: 0x00ce
-packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 2)
// Packet: 0x00cf
-packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 27)
// Packet: 0x00d0
-packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, 3)
// Packet: 0x00d1
-packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, 4)
// Packet: 0x00d2
-packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 4)
// Packet: 0x00d3
-packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 2)
// Packet: 0x00d4
-packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+packetLen(0x00d4, -1)
// Packet: 0x00d5
-packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, -1)
// Packet: 0x00d6
-packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 3)
// Packet: 0x00d7
-packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, -1)
// Packet: 0x00d8
-packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+packetLen(0x00d8, 6)
// Packet: 0x00d9
-packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, 14)
// Packet: 0x00da
-packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, 3)
// Packet: 0x00db
-packetLen(0x00db, -1) // ZC_ENTER_ROOM
+packetLen(0x00db, -1)
// Packet: 0x00dc
-packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 28)
// Packet: 0x00dd
-packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+packetLen(0x00dd, 29)
// Packet: 0x00de
-packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, -1)
// Packet: 0x00df
-packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, -1)
// Packet: 0x00e0
-packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, 30)
// Packet: 0x00e1
-packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+packetLen(0x00e1, 30)
// Packet: 0x00e2
-packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, 26)
// Packet: 0x00e3
-packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+packetLen(0x00e3, 2)
// Packet: 0x00e4
-packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 6)
// Packet: 0x00e5
-packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 26)
// Packet: 0x00e6
-packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, 3)
// Packet: 0x00e7
-packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 3)
// Packet: 0x00e8
-packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, 8)
// Packet: 0x00e9
-packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 19)
// Packet: 0x00ea
-packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 5)
// Packet: 0x00eb
-packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 2)
// Packet: 0x00ec
-packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 3)
// Packet: 0x00ed
-packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, 2)
// Packet: 0x00ee
-packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, 2)
// Packet: 0x00ef
-packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 2)
// Packet: 0x00f0
-packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 3)
// Packet: 0x00f1
-packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+packetLen(0x00f1, 2)
// Packet: 0x00f2
-packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 6)
// Packet: 0x00f3
-packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+packetLen(0x00f3, -1)
// Packet: 0x00f4
-packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 21)
// Packet: 0x00f5
-packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+packetLen(0x00f5, 11)
// Packet: 0x00f6
-packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 8)
// Packet: 0x00f7
-packetLen(0x00f7, 17) // CZ_REQUEST_TIME
+packetLen(0x00f7, 17)
// Packet: 0x00f8
-packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+packetLen(0x00f8, 2)
// Packet: 0x00f9
-packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+packetLen(0x00f9, 26)
// Packet: 0x00fa
-packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, 3)
// Packet: 0x00fb
-packetLen(0x00fb, -1) // ZC_GROUP_LIST
+packetLen(0x00fb, -1)
// Packet: 0x00fc
-packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, 6)
// Packet: 0x00fd
-packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, 27)
// Packet: 0x00fe
-packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, 30)
// Packet: 0x00ff
-packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+packetLen(0x00ff, 10)
// Packet: 0x0100
-packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, 2)
// Packet: 0x0101
-packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, 6)
// Packet: 0x0102
-packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 6)
// Packet: 0x0103
-packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 30)
// Packet: 0x0104
-packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, 79)
// Packet: 0x0105
-packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, 31)
// Packet: 0x0106
-packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, 10)
// Packet: 0x0107
-packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, 10)
// Packet: 0x0108
-packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, -1)
// Packet: 0x0109
-packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, -1)
// Packet: 0x010a
-packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 4)
// Packet: 0x010b
-packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, 6)
// Packet: 0x010c
-packetLen(0x010c, 6) // ZC_MVP
+packetLen(0x010c, 6)
// Packet: 0x010d
-packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+packetLen(0x010d, 2)
// Packet: 0x010e
-packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, 11)
// Packet: 0x010f
-packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+packetLen(0x010f, -1)
// Packet: 0x0110
-packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, 10)
// Packet: 0x0111
-packetLen(0x0111, 39) // ZC_ADD_SKILL
+packetLen(0x0111, 39)
// Packet: 0x0112
-packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, 4)
// Packet: 0x0113
-packetLen(0x0113, 25) // CZ_USE_SKILL
+packetLen(0x0113, 25)
// Packet: 0x0114
-packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+packetLen(0x0114, 31)
// Packet: 0x0115
-packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+packetLen(0x0115, 35)
// Packet: 0x0116
-packetLen(0x0116, 17) // CZ_USE_SKILL_TOGROUND
+packetLen(0x0116, 17)
// Packet: 0x0117
-packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, 18)
// Packet: 0x0118
-packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+packetLen(0x0118, 2)
// Packet: 0x0119
-packetLen(0x0119, 13) // ZC_STATE_CHANGE
+packetLen(0x0119, 13)
// Packet: 0x011a
-packetLen(0x011a, 15) // ZC_USE_SKILL
+packetLen(0x011a, 15)
// Packet: 0x011b
-packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, 20)
// Packet: 0x011c
-packetLen(0x011c, 68) // ZC_WARPLIST
+packetLen(0x011c, 68)
// Packet: 0x011d
-packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 2)
// Packet: 0x011e
-packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, 3)
// Packet: 0x011f
-packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+packetLen(0x011f, 16)
// Packet: 0x0120
-packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, 6)
// Packet: 0x0121
-packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, 14)
// Packet: 0x0122
-packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, -1)
// Packet: 0x0123
-packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, -1)
// Packet: 0x0124
-packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 21)
// Packet: 0x0125
-packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 8)
// Packet: 0x0126
-packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 8)
// Packet: 0x0127
-packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, 8)
// Packet: 0x0128
-packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 8)
// Packet: 0x0129
-packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, 8)
// Packet: 0x012a
-packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+packetLen(0x012a, 2)
// Packet: 0x012b
-packetLen(0x012b, 2) // ZC_CARTOFF
+packetLen(0x012b, 2)
// Packet: 0x012c
-packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 3)
// Packet: 0x012d
-packetLen(0x012d, 4) // ZC_OPENSTORE
+packetLen(0x012d, 4)
// Packet: 0x012e
-packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, 2)
// Packet: 0x012f
-packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+packetLen(0x012f, -1)
// Packet: 0x0130
-packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, 6)
// Packet: 0x0131
-packetLen(0x0131, 86) // ZC_STORE_ENTRY
+packetLen(0x0131, 86)
// Packet: 0x0132
-packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, 6)
// Packet: 0x0133
-packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, -1)
// Packet: 0x0134
-packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, -1)
// Packet: 0x0135
-packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, 7)
// Packet: 0x0136
-packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, -1)
// Packet: 0x0137
-packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, 6)
// Packet: 0x0138
-packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+packetLen(0x0138, 3)
// Packet: 0x0139
-packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, 16)
// Packet: 0x013a
-packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+packetLen(0x013a, 4)
// Packet: 0x013b
-packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+packetLen(0x013b, 4)
// Packet: 0x013c
-packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+packetLen(0x013c, 4)
// Packet: 0x013d
-packetLen(0x013d, 6) // ZC_RECOVERY
+packetLen(0x013d, 6)
// Packet: 0x013e
-packetLen(0x013e, 24) // ZC_USESKILL_ACK
+packetLen(0x013e, 24)
// Packet: 0x013f
-packetLen(0x013f, 26) // CZ_ITEM_CREATE
+packetLen(0x013f, 26)
// Packet: 0x0140
-packetLen(0x0140, 22) // CZ_MOVETO_MAP
+packetLen(0x0140, 22)
// Packet: 0x0141
-packetLen(0x0141, 14) // ZC_COUPLESTATUS
+packetLen(0x0141, 14)
// Packet: 0x0142
-packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+packetLen(0x0142, 6)
// Packet: 0x0143
-packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+packetLen(0x0143, 10)
// Packet: 0x0144
-packetLen(0x0144, 23) // ZC_COMPASS
+packetLen(0x0144, 23)
// Packet: 0x0145
-packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+packetLen(0x0145, 19)
// Packet: 0x0146
-packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+packetLen(0x0146, 6)
// Packet: 0x0147
-packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+packetLen(0x0147, 39)
// Packet: 0x0148
-packetLen(0x0148, 8) // ZC_RESURRECTION
+packetLen(0x0148, 8)
// Packet: 0x0149
-packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, 9)
// Packet: 0x014a
-packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+packetLen(0x014a, 6)
// Packet: 0x014b
-packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+packetLen(0x014b, 27)
// Packet: 0x014c
-packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, -1)
// Packet: 0x014d
-packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 2)
// Packet: 0x014e
-packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+packetLen(0x014e, 6)
// Packet: 0x014f
-packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, 6)
// Packet: 0x0150
-packetLen(0x0150, 110) // ZC_GUILD_INFO
+packetLen(0x0150, 110)
// Packet: 0x0151
-packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+packetLen(0x0151, 6)
// Packet: 0x0152
-packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+packetLen(0x0152, -1)
// Packet: 0x0153
-packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+packetLen(0x0153, -1)
// Packet: 0x0154
-packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, -1)
// Packet: 0x0155
-packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, -1)
// Packet: 0x0156
-packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+packetLen(0x0156, -1)
// Packet: 0x0157
-packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+packetLen(0x0157, 6)
// Packet: 0x0159
-packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, 54)
// Packet: 0x015a
-packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 66)
// Packet: 0x015b
-packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 54)
// Packet: 0x015c
-packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, 90)
// Packet: 0x015d
-packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+packetLen(0x015d, 42)
// Packet: 0x015e
-packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, 6)
// Packet: 0x015f
-packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+packetLen(0x015f, 42)
// Packet: 0x0160
-packetLen(0x0160, -1) // ZC_POSITION_INFO
+packetLen(0x0160, -1)
// Packet: 0x0161
-packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, -1)
// Packet: 0x0162
-packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, -1)
// Packet: 0x0163
-packetLen(0x0163, -1) // ZC_BAN_LIST
+packetLen(0x0163, -1)
// Packet: 0x0164
-packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+packetLen(0x0164, -1)
// Packet: 0x0165
-packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, 30)
// Packet: 0x0166
-packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, -1)
// Packet: 0x0167
-packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 3)
// Packet: 0x0168
-packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, 14)
// Packet: 0x0169
-packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 3)
// Packet: 0x016a
-packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, 30)
// Packet: 0x016b
-packetLen(0x016b, 10) // CZ_JOIN_GUILD
+packetLen(0x016b, 10)
// Packet: 0x016c
-packetLen(0x016c, 43) // ZC_UPDATE_GDID
+packetLen(0x016c, 43)
// Packet: 0x016d
-packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 14)
// Packet: 0x016e
-packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+packetLen(0x016e, 186)
// Packet: 0x016f
-packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+packetLen(0x016f, 182)
// Packet: 0x0170
-packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 14)
// Packet: 0x0171
-packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, 30)
// Packet: 0x0172
-packetLen(0x0172, 10) // CZ_ALLY_GUILD
+packetLen(0x0172, 10)
// Packet: 0x0173
-packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+packetLen(0x0173, 3)
// Packet: 0x0174
-packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0174, -1)
// Packet: 0x0175
-packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+packetLen(0x0175, 6)
// Packet: 0x0176
-packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+packetLen(0x0176, 106)
// Packet: 0x0177
-packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, -1)
// Packet: 0x0178
-packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, 4)
// Packet: 0x0179
-packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 5)
// Packet: 0x017a
-packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, 4)
// Packet: 0x017b
-packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, -1)
// Packet: 0x017c
-packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, 6)
// Packet: 0x017d
-packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 7)
// Packet: 0x017e
-packetLen(0x017e, -1) // CZ_GUILD_CHAT
+packetLen(0x017e, -1)
// Packet: 0x017f
-packetLen(0x017f, -1) // ZC_GUILD_CHAT
+packetLen(0x017f, -1)
// Packet: 0x0180
-packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+packetLen(0x0180, 6)
// Packet: 0x0181
-packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+packetLen(0x0181, 3)
// Packet: 0x0182
-packetLen(0x0182, 106) // ZC_MEMBER_ADD
+packetLen(0x0182, 106)
// Packet: 0x0183
-packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+packetLen(0x0183, 10)
// Packet: 0x0184
-packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+packetLen(0x0184, 10)
// Packet: 0x0185
-packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+packetLen(0x0185, 34)
// Packet: 0x0187
-packetLen(0x0187, 6) // CH_UNKNOWN_PING
+packetLen(0x0187, 6)
// Packet: 0x0188
-packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, 8)
// Packet: 0x0189
-packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, 4)
// Packet: 0x018a
-packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+packetLen(0x018a, 4)
// Packet: 0x018b
-packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, 4)
// Packet: 0x018c
-packetLen(0x018c, 29) // ZC_MONSTER_INFO
+packetLen(0x018c, 29)
// Packet: 0x018d
-packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, -1)
// Packet: 0x018e
-packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+packetLen(0x018e, 10)
// Packet: 0x018f
-packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 6)
// Packet: 0x0190
-packetLen(0x0190, 23) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+packetLen(0x0190, 23)
// Packet: 0x0191
-packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+packetLen(0x0191, 86)
// Packet: 0x0192
-packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+packetLen(0x0192, 24)
// Packet: 0x0193
-packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+packetLen(0x0193, 2)
// Packet: 0x0194
-packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 30)
// Packet: 0x0195
-packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 102)
// Packet: 0x0196
-packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, 9)
// Packet: 0x0197
-packetLen(0x0197, 4) // CZ_RESET
+packetLen(0x0197, 4)
// Packet: 0x0198
-packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+packetLen(0x0198, 8)
// Packet: 0x0199
-packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, 4)
// Packet: 0x019a
-packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 14)
// Packet: 0x019b
-packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 10)
// Packet: 0x019c
-packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+packetLen(0x019c, -1)
// Packet: 0x019d
-packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, 6)
// Packet: 0x019e
-packetLen(0x019e, 2) // ZC_START_CAPTURE
+packetLen(0x019e, 2)
// Packet: 0x019f
-packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, 6)
// Packet: 0x01a0
-packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, 3)
// Packet: 0x01a1
-packetLen(0x01a1, 3) // CZ_COMMAND_PET
+packetLen(0x01a1, 3)
// Packet: 0x01a2
-packetLen(0x01a2, 37) // ZC_PROPERTY_PET
+packetLen(0x01a2, 37)
// Packet: 0x01a3
-packetLen(0x01a3, 5) // ZC_FEED_PET
+packetLen(0x01a3, 5)
// Packet: 0x01a4
-packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, 11)
// Packet: 0x01a5
-packetLen(0x01a5, 26) // CZ_RENAME_PET
+packetLen(0x01a5, 26)
// Packet: 0x01a6
-packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+packetLen(0x01a6, -1)
// Packet: 0x01a7
-packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 4)
// Packet: 0x01a8
-packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+packetLen(0x01a8, 4)
// Packet: 0x01a9
-packetLen(0x01a9, 6) // CZ_PET_ACT
+packetLen(0x01a9, 6)
// Packet: 0x01aa
-packetLen(0x01aa, 10) // ZC_PET_ACT
+packetLen(0x01aa, 10)
// Packet: 0x01ab
-packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, 12)
// Packet: 0x01ac
-packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+packetLen(0x01ac, 6)
// Packet: 0x01ad
-packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, -1)
// Packet: 0x01ae
-packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, 4)
// Packet: 0x01af
-packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+packetLen(0x01af, 4)
// Packet: 0x01b0
-packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, 11)
// Packet: 0x01b1
-packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+packetLen(0x01b1, 7)
// Packet: 0x01b2
-packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, -1)
// Packet: 0x01b3
-packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, 67)
// Packet: 0x01b4
-packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+packetLen(0x01b4, 12)
// Packet: 0x01b5
-packetLen(0x01b5, 18) // SC_BILLING_INFO
+packetLen(0x01b5, 18)
// Packet: 0x01b6
-packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+packetLen(0x01b6, 114)
// Packet: 0x01b7
-packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+packetLen(0x01b7, 6)
// Packet: 0x01b8
-packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+packetLen(0x01b8, 3)
// Packet: 0x01b9
-packetLen(0x01b9, 6) // ZC_DISPEL
+packetLen(0x01b9, 6)
// Packet: 0x01ba
-packetLen(0x01ba, 26) // CZ_REMOVE_AID
+packetLen(0x01ba, 26)
// Packet: 0x01bb
-packetLen(0x01bb, 26) // CZ_SHIFT
+packetLen(0x01bb, 26)
// Packet: 0x01bc
-packetLen(0x01bc, 26) // CZ_RECALL
+packetLen(0x01bc, 26)
// Packet: 0x01bd
-packetLen(0x01bd, 26) // CZ_RECALL_GID
+packetLen(0x01bd, 26)
// Packet: 0x01be
-packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+packetLen(0x01be, 2)
// Packet: 0x01bf
-packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+packetLen(0x01bf, 3)
// Packet: 0x01c0
-packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+packetLen(0x01c0, 2)
// Packet: 0x01c1
-packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+packetLen(0x01c1, 14)
// Packet: 0x01c2
-packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+packetLen(0x01c2, 10)
// Packet: 0x01c3
-packetLen(0x01c3, -1) // ZC_BROADCAST2
+packetLen(0x01c3, -1)
// Packet: 0x01c4
-packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 22)
// Packet: 0x01c5
-packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 22)
// Packet: 0x01c6
-packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+packetLen(0x01c6, 4)
// Packet: 0x01c7
-packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+packetLen(0x01c7, 2)
// Packet: 0x01c8
-packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, 13)
// Packet: 0x01c9
-packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 97)
// Packet: 0x01ca
-packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+packetLen(0x01ca, 3)
// Packet: 0x01cb
-packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+packetLen(0x01cb, 9)
// Packet: 0x01cc
-packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+packetLen(0x01cc, 9)
// Packet: 0x01cd
-packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, 30)
// Packet: 0x01ce
-packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, 6)
// Packet: 0x01cf
-packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+packetLen(0x01cf, 28)
// Packet: 0x01d0
-packetLen(0x01d0, 8) // ZC_SPIRITS
+packetLen(0x01d0, 8)
// Packet: 0x01d1
-packetLen(0x01d1, 14) // ZC_BLADESTOP
+packetLen(0x01d1, 14)
// Packet: 0x01d2
-packetLen(0x01d2, 10) // ZC_COMBODELAY
+packetLen(0x01d2, 10)
// Packet: 0x01d3
-packetLen(0x01d3, 35) // ZC_SOUND
+packetLen(0x01d3, 35)
// Packet: 0x01d4
-packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, 6)
// Packet: 0x01d5
-packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, -1)
// Packet: 0x01d6
-packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 4)
// Packet: 0x01d7
-packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 11)
// Packet: 0x01d8
-packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 54)
// Packet: 0x01d9
-packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 53)
// Packet: 0x01da
-packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 60)
// Packet: 0x01db
-packetLen(0x01db, 2) // CA_REQ_HASH
+packetLen(0x01db, 2)
// Packet: 0x01dc
-packetLen(0x01dc, -1) // AC_ACK_HASH
+packetLen(0x01dc, -1)
// Packet: 0x01dd
-packetLen(0x01dd, 47) // CA_LOGIN2
+packetLen(0x01dd, 47)
// Packet: 0x01de
-packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 33)
// Packet: 0x01df
-packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+packetLen(0x01df, 6)
// Packet: 0x01e0
-packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+packetLen(0x01e0, 30)
// Packet: 0x01e1
-packetLen(0x01e1, 8) // ZC_SPIRITS2
+packetLen(0x01e1, 8)
// Packet: 0x01e2
-packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+packetLen(0x01e2, 34)
// Packet: 0x01e3
-packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+packetLen(0x01e3, 14)
// Packet: 0x01e4
-packetLen(0x01e4, 2) // ZC_START_COUPLE
+packetLen(0x01e4, 2)
// Packet: 0x01e5
-packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+packetLen(0x01e5, 6)
// Packet: 0x01e6
-packetLen(0x01e6, 26) // ZC_COUPLENAME
+packetLen(0x01e6, 26)
// Packet: 0x01e7
-packetLen(0x01e7, 2) // CZ_DORIDORI
+packetLen(0x01e7, 2)
// Packet: 0x01e8
-packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 28)
// Packet: 0x01e9
-packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, 81)
// Packet: 0x01ea
-packetLen(0x01ea, 6) // ZC_CONGRATULATION
+packetLen(0x01ea, 6)
// Packet: 0x01eb
-packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, 10)
// Packet: 0x01ec
-packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+packetLen(0x01ec, 26)
// Packet: 0x01ed
-packetLen(0x01ed, 2) // CZ_CHOPOKGI
+packetLen(0x01ed, 2)
// Packet: 0x01ee
-packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, -1)
// Packet: 0x01ef
-packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, -1)
// Packet: 0x01f0
-packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, -1)
// Packet: 0x01f1
-packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+packetLen(0x01f1, -1)
// Packet: 0x01f2
-packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, 20)
// Packet: 0x01f3
-packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+packetLen(0x01f3, 10)
// Packet: 0x01f4
-packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, 32)
// Packet: 0x01f5
-packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, 9)
// Packet: 0x01f6
-packetLen(0x01f6, 34) // ZC_REQ_BABY
+packetLen(0x01f6, 34)
// Packet: 0x01f7
-packetLen(0x01f7, 14) // CZ_JOIN_BABY
+packetLen(0x01f7, 14)
// Packet: 0x01f8
-packetLen(0x01f8, 2) // ZC_START_BABY
+packetLen(0x01f8, 2)
// Packet: 0x01f9
-packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+packetLen(0x01f9, 6)
// Packet: 0x01fa
-packetLen(0x01fa, 48) // CA_LOGIN3
+packetLen(0x01fa, 48)
// Packet: 0x01fb
-packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+packetLen(0x01fb, 56)
// Packet: 0x01fc
-packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, -1)
// Packet: 0x01fd
-packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 15)
// Packet: 0x01fe
-packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, 5)
// Packet: 0x01ff
-packetLen(0x01ff, 10) // ZC_HIGHJUMP
+packetLen(0x01ff, 10)
// Packet: 0x0200
-packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+packetLen(0x0200, 26)
// Packet: 0x0201
-packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+packetLen(0x0201, -1)
// Packet: 0x0202
#if PACKETVER >= 20131230
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20131223
-packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+packetLen(0x0202, 26)
// ignored packet from 2013-12-23bRagexeRE
#elif PACKETVER >= 20131218
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20131211
-packetLen(0x0202, 10) // CZ_ADD_FRIENDS
+packetLen(0x0202, 10)
#elif PACKETVER >= 20131016
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20131008
-packetLen(0x0202, 6) // CZ_ADD_FRIENDS
+packetLen(0x0202, 6)
#elif PACKETVER >= 20131002
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20130828
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20130821
-packetLen(0x0202, 10) // CZ_ADD_FRIENDS
+packetLen(0x0202, 10)
#elif PACKETVER >= 20130814
-packetLen(0x0202, 8) // CZ_ADD_FRIENDS
+packetLen(0x0202, 8)
#elif PACKETVER >= 20130807
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20130717
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20130710
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20130703
-packetLen(0x0202, 6) // CZ_ADD_FRIENDS
+packetLen(0x0202, 6)
#elif PACKETVER >= 20130612
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20130605
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20130502
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20130424
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20130417
-packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+packetLen(0x0202, -1)
#elif PACKETVER >= 20130320
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20130313
-packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+packetLen(0x0202, 26)
#elif PACKETVER >= 20130227
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20130220
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20130109
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20130103
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#endif
// Packet: 0x0203
-packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+packetLen(0x0203, 10)
// Packet: 0x0204
-packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+packetLen(0x0204, 18)
// Packet: 0x0205
-packetLen(0x0205, 26) // ZC_DIVORCE
+packetLen(0x0205, 26)
// Packet: 0x0206
-packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+packetLen(0x0206, 11)
// Packet: 0x0207
-packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, 34)
// Packet: 0x0208
-packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, 14)
// Packet: 0x0209
-packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, 36)
// Packet: 0x020a
-packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 10)
// Packet: 0x020d
-packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+packetLen(0x020d, -1)
// Packet: 0x020e
-packetLen(0x020e, 32) // ZC_STARSKILL
+packetLen(0x020e, 32)
// Packet: 0x020f
-packetLen(0x020f, 10) // CZ_REQ_PVPPOINT
+packetLen(0x020f, 10)
// Packet: 0x0210
-packetLen(0x0210, 22) // ZC_ACK_PVPPOINT
+packetLen(0x0210, 22)
// Packet: 0x0212
-packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+packetLen(0x0212, 26)
// Packet: 0x0213
-packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+packetLen(0x0213, 26)
// Packet: 0x0214
-packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+packetLen(0x0214, 42)
// Packet: 0x0215
-packetLen(0x0215, 6) // ZC_SKILLMSG
+packetLen(0x0215, 6)
// Packet: 0x0216
-packetLen(0x0216, 6) // ZC_BABYMSG
+packetLen(0x0216, 6)
// Packet: 0x0217
-packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 2)
// Packet: 0x0218
-packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, 2)
// Packet: 0x0219
-packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 282)
// Packet: 0x021a
-packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, 282)
// Packet: 0x021b
-packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, 10)
// Packet: 0x021c
-packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, 10)
// Packet: 0x021d
-packetLen(0x021d, 6) // CZ_LESSEFFECT
+packetLen(0x021d, 6)
// Packet: 0x021e
-packetLen(0x021e, 6) // ZC_LESSEFFECT
+packetLen(0x021e, 6)
// Packet: 0x021f
-packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+packetLen(0x021f, 66)
// Packet: 0x0220
-packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+packetLen(0x0220, 10)
// Packet: 0x0221
-packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+packetLen(0x0221, -1)
// Packet: 0x0222
-packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+packetLen(0x0222, 6)
// Packet: 0x0223
-packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+packetLen(0x0223, 8)
// Packet: 0x0224
-packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+packetLen(0x0224, 10)
// Packet: 0x0225
-packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+packetLen(0x0225, 2)
// Packet: 0x0226
-packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+packetLen(0x0226, 282)
// Packet: 0x0227
-packetLen(0x0227, 18) // ZC_GAME_GUARD
+packetLen(0x0227, 18)
// Packet: 0x0228
-packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+packetLen(0x0228, 18)
// Packet: 0x0229
-packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+packetLen(0x0229, 15)
// Packet: 0x022a
-packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 58)
// Packet: 0x022b
-packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, 57)
// Packet: 0x022c
-packetLen(0x022c, 65) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, 65)
// Packet: 0x022d
#if PACKETVER >= 20131230
-packetLen(0x022d, -1) // CZ_COMMAND_MER
+packetLen(0x022d, -1)
#elif PACKETVER >= 20131223
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
// ignored packet from 2013-12-23aRagexeRE
#elif PACKETVER >= 20131218
-packetLen(0x022d, -1) // CZ_COMMAND_MER
+packetLen(0x022d, -1)
#elif PACKETVER >= 20131106
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20131030
-packetLen(0x022d, 5) // CZ_COMMAND_MER
+packetLen(0x022d, 5)
#elif PACKETVER >= 20131023
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20131016
-packetLen(0x022d, 8) // CZ_COMMAND_MER
+packetLen(0x022d, 8)
#elif PACKETVER >= 20131008
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20131002
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20130814
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20130807
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20130731
-packetLen(0x022d, 26) // CZ_COMMAND_MER
+packetLen(0x022d, 26)
#elif PACKETVER >= 20130717
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20130703
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20130612
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20130605
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20130515
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20130508
-packetLen(0x022d, 8) // CZ_COMMAND_MER
+packetLen(0x022d, 8)
#elif PACKETVER >= 20130502
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20130424
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20130313
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20130306
-packetLen(0x022d, -1) // CZ_COMMAND_MER
+packetLen(0x022d, -1)
#elif PACKETVER >= 20130227
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20130220
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20130109
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20130103
-packetLen(0x022d, 4) // CZ_COMMAND_MER
+packetLen(0x022d, 4)
#endif
// Packet: 0x022e
-packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 71)
// Packet: 0x022f
-packetLen(0x022f, 5) // ZC_FEED_MER
+packetLen(0x022f, 5)
// Packet: 0x0230
-packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+packetLen(0x0230, 12)
// Packet: 0x0231
-packetLen(0x0231, 26) // CZ_RENAME_MER
+packetLen(0x0231, 26)
// Packet: 0x0232
-packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, 9)
// Packet: 0x0233
-packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, 11)
// Packet: 0x0234
-packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, 6)
// Packet: 0x0235
-packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, -1)
// Packet: 0x0236
-packetLen(0x0236, 10) // ZC_KILLER_POINT
+packetLen(0x0236, 10)
// Packet: 0x0237
-packetLen(0x0237, 2) // CZ_KILLER_RANK
+packetLen(0x0237, 2)
// Packet: 0x0238
-packetLen(0x0238, 282) // ZC_KILLER_RANK
+packetLen(0x0238, 282)
// Packet: 0x0239
-packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 11)
// Packet: 0x023a
-packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, 4)
// Packet: 0x023b
#if PACKETVER >= 20131230
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20131223
-packetLen(0x023b, 36) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 36)
// ignored packet from 2013-12-23bRagexeRE
#elif PACKETVER >= 20131008
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20131002
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20130904
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20130828
-packetLen(0x023b, 90) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 90)
#elif PACKETVER >= 20130814
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20130807
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20130717
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20130710
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20130612
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20130605
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20130529
-packetLen(0x023b, 5) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 5)
#elif PACKETVER >= 20130502
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20130424
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20130410
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20130403
-packetLen(0x023b, 6) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 6)
#elif PACKETVER >= 20130306
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20130220
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20130215
-packetLen(0x023b, 6) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 6)
#elif PACKETVER >= 20130109
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20130103
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#endif
// Packet: 0x023c
-packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, 6)
// Packet: 0x023d
-packetLen(0x023d, 6) // AC_EVENT_RESULT
+packetLen(0x023d, 6)
// Packet: 0x023e
-packetLen(0x023e, 8) // HC_REQUEST_CHARACTER_PASSWORD
+packetLen(0x023e, 8)
// Packet: 0x023f
-packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+packetLen(0x023f, 2)
// Packet: 0x0240
-packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+packetLen(0x0240, -1)
// Packet: 0x0241
-packetLen(0x0241, 6) // CZ_MAIL_OPEN
+packetLen(0x0241, 6)
// Packet: 0x0242
-packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+packetLen(0x0242, -1)
// Packet: 0x0243
-packetLen(0x0243, 6) // CZ_MAIL_DELETE
+packetLen(0x0243, 6)
// Packet: 0x0244
-packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+packetLen(0x0244, 6)
// Packet: 0x0245
-packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+packetLen(0x0245, 3)
// Packet: 0x0246
-packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+packetLen(0x0246, 4)
// Packet: 0x0247
-packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+packetLen(0x0247, 8)
// Packet: 0x0248
-packetLen(0x0248, -1) // CZ_MAIL_SEND
+packetLen(0x0248, -1)
// Packet: 0x0249
-packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+packetLen(0x0249, 3)
// Packet: 0x024a
-packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+packetLen(0x024a, 70)
// Packet: 0x024b
-packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+packetLen(0x024b, 4)
// Packet: 0x024c
-packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+packetLen(0x024c, 8)
// Packet: 0x024d
-packetLen(0x024d, 12) // CZ_AUCTION_ADD
+packetLen(0x024d, 12)
// Packet: 0x024e
-packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+packetLen(0x024e, 6)
// Packet: 0x024f
-packetLen(0x024f, 10) // CZ_AUCTION_BUY
+packetLen(0x024f, 10)
// Packet: 0x0250
-packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+packetLen(0x0250, 3)
// Packet: 0x0251
-packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+packetLen(0x0251, 34)
// Packet: 0x0252
-packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+packetLen(0x0252, -1)
// Packet: 0x0253
-packetLen(0x0253, 3) // ZC_STARPLACE
+packetLen(0x0253, 3)
// Packet: 0x0254
-packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+packetLen(0x0254, 3)
// Packet: 0x0255
-packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+packetLen(0x0255, 5)
// Packet: 0x0256
-packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+packetLen(0x0256, 5)
// Packet: 0x0257
-packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+packetLen(0x0257, 8)
// Packet: 0x0258
-packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+packetLen(0x0258, 2)
// Packet: 0x0259
-packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+packetLen(0x0259, 3)
// Packet: 0x025a
-packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+packetLen(0x025a, -1)
// Packet: 0x025b
-packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+packetLen(0x025b, 6)
// Packet: 0x025c
-packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+packetLen(0x025c, 4)
// Packet: 0x025d
-packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+packetLen(0x025d, 6)
// Packet: 0x025e
-packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+packetLen(0x025e, 4)
// Packet: 0x025f
-packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+packetLen(0x025f, 6)
// Packet: 0x0260
-packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+packetLen(0x0260, 6)
// Packet: 0x0261
-packetLen(0x0261, 11) // AC_REQ_LOGIN_OLDEKEY
+packetLen(0x0261, 11)
// Packet: 0x0262
-packetLen(0x0262, 11) // AC_REQ_LOGIN_NEWEKEY
+packetLen(0x0262, 11)
// Packet: 0x0263
-packetLen(0x0263, 11) // AC_REQ_LOGIN_CARDPASS
+packetLen(0x0263, 11)
// Packet: 0x0264
-packetLen(0x0264, 20) // CA_ACK_LOGIN_OLDEKEY
+packetLen(0x0264, 20)
// Packet: 0x0265
-packetLen(0x0265, 20) // CA_ACK_LOGIN_NEWEKEY
+packetLen(0x0265, 20)
// Packet: 0x0266
-packetLen(0x0266, 30) // CA_ACK_LOGIN_CARDPASS
+packetLen(0x0266, 30)
// Packet: 0x0267
-packetLen(0x0267, 4) // AC_ACK_EKEY_FAIL_NOTEXIST
+packetLen(0x0267, 4)
// Packet: 0x0268
-packetLen(0x0268, 4) // AC_ACK_EKEY_FAIL_NOTUSESEKEY
+packetLen(0x0268, 4)
// Packet: 0x0269
-packetLen(0x0269, 4) // AC_ACK_EKEY_FAIL_NOTUSEDEKEY
+packetLen(0x0269, 4)
// Packet: 0x026a
-packetLen(0x026a, 4) // AC_ACK_EKEY_FAIL_AUTHREFUSE
+packetLen(0x026a, 4)
// Packet: 0x026b
-packetLen(0x026b, 4) // AC_ACK_EKEY_FAIL_INPUTEKEY
+packetLen(0x026b, 4)
// Packet: 0x026c
-packetLen(0x026c, 4) // AC_ACK_EKEY_FAIL_NOTICE
+packetLen(0x026c, 4)
// Packet: 0x026d
-packetLen(0x026d, 4) // AC_ACK_EKEY_FAIL_NEEDCARDPASS
+packetLen(0x026d, 4)
// Packet: 0x026f
-packetLen(0x026f, 2) // AC_ACK_FIRST_LOGIN
+packetLen(0x026f, 2)
// Packet: 0x0270
-packetLen(0x0270, 2) // AC_REQ_LOGIN_ACCOUNT_INFO
+packetLen(0x0270, 2)
// Packet: 0x0271
-packetLen(0x0271, 40) // CA_ACK_LOGIN_ACCOUNT_INFO
+packetLen(0x0271, 40)
// Packet: 0x0272
-packetLen(0x0272, 44) // AC_ACK_PT_ID_INFO
+packetLen(0x0272, 44)
// Packet: 0x0273
-packetLen(0x0273, 30) // CZ_REQ_MAIL_RETURN
+packetLen(0x0273, 30)
// Packet: 0x0274
-packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, 8)
// Packet: 0x0275
-packetLen(0x0275, 37) // CH_ENTER2
+packetLen(0x0275, 37)
// Packet: 0x0276
-packetLen(0x0276, -1) // AC_ACCEPT_LOGIN2
+packetLen(0x0276, -1)
// Packet: 0x0277
-packetLen(0x0277, 84) // CA_LOGIN_PCBANG
+packetLen(0x0277, 84)
// Packet: 0x0278
-packetLen(0x0278, 2) // ZC_NOTIFY_PCBANG
+packetLen(0x0278, 2)
// Packet: 0x0279
-packetLen(0x0279, 2) // CZ_HUNTINGLIST
+packetLen(0x0279, 2)
// Packet: 0x027a
-packetLen(0x027a, -1) // ZC_HUNTINGLIST
+packetLen(0x027a, -1)
// Packet: 0x027b
-packetLen(0x027b, 14) // ZC_PCBANG_EFFECT
+packetLen(0x027b, 14)
// Packet: 0x027c
-packetLen(0x027c, 60) // CA_LOGIN4
+packetLen(0x027c, 60)
// Packet: 0x027d
-packetLen(0x027d, 62) // ZC_PROPERTY_MERCE
+packetLen(0x027d, 62)
// Packet: 0x027e
-packetLen(0x027e, -1) // ZC_SHANDA_PROTECT
+packetLen(0x027e, -1)
// Packet: 0x027f
-packetLen(0x027f, 8) // CA_CLIENT_TYPE
+packetLen(0x027f, 8)
// Packet: 0x0280
-packetLen(0x0280, 12) // ZC_GANGSI_POINT
+packetLen(0x0280, 12)
// Packet: 0x0281
#if PACKETVER >= 20131230
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20131223
-packetLen(0x0281, 4) // CZ_GANGSI_RANK
+packetLen(0x0281, 4)
// ignored packet from 2013-12-23bRagexeRE
#elif PACKETVER >= 20131218
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20131113
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20131106
-packetLen(0x0281, 6) // CZ_GANGSI_RANK
+packetLen(0x0281, 6)
#elif PACKETVER >= 20131030
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20131023
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20131016
-packetLen(0x0281, 26) // CZ_GANGSI_RANK
+packetLen(0x0281, 26)
#elif PACKETVER >= 20131008
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20131002
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20130911
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20130904
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20130821
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20130814
-packetLen(0x0281, 26) // CZ_GANGSI_RANK
+packetLen(0x0281, 26)
#elif PACKETVER >= 20130807
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20130717
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20130703
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20130626
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20130605
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20130502
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20130417
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20130410
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20130403
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20130320
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20130313
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20130227
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20130220
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20130115
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20130109
-packetLen(0x0281, 6) // CZ_GANGSI_RANK
+packetLen(0x0281, 6)
#elif PACKETVER >= 20130103
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#endif
// Packet: 0x0282
-packetLen(0x0282, 284) // ZC_GANGSI_RANK
+packetLen(0x0282, 284)
// Packet: 0x0283
-packetLen(0x0283, 6) // ZC_AID
+packetLen(0x0283, 6)
// Packet: 0x0284
-packetLen(0x0284, 14) // ZC_NOTIFY_EFFECT3
+packetLen(0x0284, 14)
// Packet: 0x0285
-packetLen(0x0285, 6) // ZC_DEATH_QUESTION
+packetLen(0x0285, 6)
// Packet: 0x0286
-packetLen(0x0286, 4) // CZ_DEATH_QUESTION
+packetLen(0x0286, 4)
// Packet: 0x0287
-packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, -1)
// Packet: 0x0288
-packetLen(0x0288, -1) // CZ_PC_BUY_CASH_POINT_ITEM
+packetLen(0x0288, -1)
// Packet: 0x0289
-packetLen(0x0289, 12) // ZC_PC_CASH_POINT_UPDATE
+packetLen(0x0289, 12)
// Packet: 0x028a
-packetLen(0x028a, 18) // ZC_NPC_SHOWEFST_UPDATE
+packetLen(0x028a, 18)
// Packet: 0x028b
-packetLen(0x028b, -1) // HC_CHARNOTBEENSELECTED
+packetLen(0x028b, -1)
// Packet: 0x028c
-packetLen(0x028c, 46) // CH_SELECT_CHAR_GOINGTOBEUSED
+packetLen(0x028c, 46)
// Packet: 0x028d
-packetLen(0x028d, 34) // CH_REQ_IS_VALID_CHARNAME
+packetLen(0x028d, 34)
// Packet: 0x028e
-packetLen(0x028e, 4) // HC_ACK_IS_VALID_CHARNAME
+packetLen(0x028e, 4)
// Packet: 0x028f
-packetLen(0x028f, 6) // CH_REQ_CHANGE_CHARNAME
+packetLen(0x028f, 6)
// Packet: 0x0290
-packetLen(0x0290, 4) // HC_ACK_CHANGE_CHARNAME
+packetLen(0x0290, 4)
// Packet: 0x0291
-packetLen(0x0291, 4) // ZC_MSG
+packetLen(0x0291, 4)
// Packet: 0x0292
-packetLen(0x0292, 2) // CZ_STANDING_RESURRECTION
+packetLen(0x0292, 2)
// Packet: 0x0293
-packetLen(0x0293, 70) // ZC_BOSS_INFO
+packetLen(0x0293, 70)
// Packet: 0x0294
-packetLen(0x0294, 10) // ZC_READ_BOOK
+packetLen(0x0294, 10)
// Packet: 0x0295
-packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, -1)
// Packet: 0x0296
-packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, -1)
// Packet: 0x0297
-packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, -1)
// Packet: 0x0298
-packetLen(0x0298, 8) // ZC_CASH_TIME_COUNTER
+packetLen(0x0298, 8)
// Packet: 0x0299
-packetLen(0x0299, 6) // ZC_CASH_ITEM_DELETE
+packetLen(0x0299, 6)
// Packet: 0x029a
-packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, 27)
// Packet: 0x029b
-packetLen(0x029b, 80) // ZC_MER_INIT
+packetLen(0x029b, 80)
// Packet: 0x029c
-packetLen(0x029c, 66) // ZC_MER_PROPERTY
+packetLen(0x029c, 66)
// Packet: 0x029d
-packetLen(0x029d, -1) // ZC_MER_SKILLINFO_LIST
+packetLen(0x029d, -1)
// Packet: 0x029e
-packetLen(0x029e, 11) // ZC_MER_SKILLINFO_UPDATE
+packetLen(0x029e, 11)
// Packet: 0x029f
-packetLen(0x029f, 3) // CZ_MER_COMMAND
+packetLen(0x029f, 3)
// Packet: 0x02a2
-packetLen(0x02a2, 8) // ZC_MER_PAR_CHANGE
+packetLen(0x02a2, 8)
// Packet: 0x02a5
-packetLen(0x02a5, 8) // CZ_KSY_EVENT
+packetLen(0x02a5, 8)
// Packet: 0x02a6
-packetLen(0x02a6, -1) // ZC_HACKSH_CPX_MSG
+packetLen(0x02a6, -1)
// Packet: 0x02a7
-packetLen(0x02a7, -1) // CZ_HACKSH_CPX_MSG
+packetLen(0x02a7, -1)
// Packet: 0x02aa
-packetLen(0x02aa, 4) // ZC_REQ_CASH_PASSWORD
+packetLen(0x02aa, 4)
// Packet: 0x02ab
-packetLen(0x02ab, 36) // CZ_ACK_CASH_PASSWORD
+packetLen(0x02ab, 36)
// Packet: 0x02ac
-packetLen(0x02ac, 6) // ZC_RESULT_CASH_PASSWORD
+packetLen(0x02ac, 6)
// Packet: 0x02ad
-packetLen(0x02ad, 8) // AC_REQUEST_SECOND_PASSWORD
+packetLen(0x02ad, 8)
// Packet: 0x02b0
-packetLen(0x02b0, 85) // CA_LOGIN_HAN
+packetLen(0x02b0, 85)
// Packet: 0x02b1
-packetLen(0x02b1, -1) // ZC_ALL_QUEST_LIST
+packetLen(0x02b1, -1)
// Packet: 0x02b2
-packetLen(0x02b2, -1) // ZC_ALL_QUEST_MISSION
+packetLen(0x02b2, -1)
// Packet: 0x02b3
-packetLen(0x02b3, 107) // ZC_ADD_QUEST
+packetLen(0x02b3, 107)
// Packet: 0x02b4
-packetLen(0x02b4, 6) // ZC_DEL_QUEST
+packetLen(0x02b4, 6)
// Packet: 0x02b5
-packetLen(0x02b5, -1) // ZC_UPDATE_MISSION_HUNT
+packetLen(0x02b5, -1)
// Packet: 0x02b6
-packetLen(0x02b6, 7) // CZ_ACTIVE_QUEST
+packetLen(0x02b6, 7)
// Packet: 0x02b7
-packetLen(0x02b7, 7) // ZC_ACTIVE_QUEST
+packetLen(0x02b7, 7)
// Packet: 0x02b8
-packetLen(0x02b8, 22) // ZC_ITEM_PICKUP_PARTY
+packetLen(0x02b8, 22)
// Packet: 0x02b9
-packetLen(0x02b9, 191) // ZC_SHORTCUT_KEY_LIST
+packetLen(0x02b9, 191)
// Packet: 0x02ba
-packetLen(0x02ba, 11) // CZ_SHORTCUT_KEY_CHANGE
+packetLen(0x02ba, 11)
// Packet: 0x02bb
-packetLen(0x02bb, 8) // ZC_EQUIPITEM_DAMAGED
+packetLen(0x02bb, 8)
// Packet: 0x02bc
-packetLen(0x02bc, 6) // ZC_NOTIFY_PCBANG_PLAYING_TIME
+packetLen(0x02bc, 6)
// Packet: 0x02c1
-packetLen(0x02c1, -1) // ZC_NPC_CHAT
+packetLen(0x02c1, -1)
// Packet: 0x02c2
-packetLen(0x02c2, -1) // ZC_FORMATSTRING_MSG
+packetLen(0x02c2, -1)
// Packet: 0x02c4
#if PACKETVER >= 20131230
-packetLen(0x02c4, 10) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 10)
#elif PACKETVER >= 20131223
-packetLen(0x02c4, 26) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 26)
// ignored packet from 2013-12-23bRagexeRE
#elif PACKETVER >= 20130724
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20130717
-packetLen(0x02c4, 6) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 6)
#elif PACKETVER >= 20130626
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20130618
-packetLen(0x02c4, 5) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 5)
#elif PACKETVER >= 20130403
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20130327
-packetLen(0x02c4, 90) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 90)
#elif PACKETVER >= 20130103
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#endif
// Packet: 0x02c5
-packetLen(0x02c5, 30) // ZC_PARTY_JOIN_REQ_ACK
+packetLen(0x02c5, 30)
// Packet: 0x02c6
-packetLen(0x02c6, 30) // ZC_PARTY_JOIN_REQ
+packetLen(0x02c6, 30)
// Packet: 0x02c7
-packetLen(0x02c7, 7) // CZ_PARTY_JOIN_REQ_ACK
+packetLen(0x02c7, 7)
// Packet: 0x02c8
-packetLen(0x02c8, 3) // CZ_PARTY_CONFIG
+packetLen(0x02c8, 3)
// Packet: 0x02c9
-packetLen(0x02c9, 3) // ZC_PARTY_CONFIG
+packetLen(0x02c9, 3)
// Packet: 0x02ca
-packetLen(0x02ca, 3) // HC_REFUSE_SELECTCHAR
+packetLen(0x02ca, 3)
// Packet: 0x02cb
-packetLen(0x02cb, 65) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO
+packetLen(0x02cb, 65)
// Packet: 0x02cc
-packetLen(0x02cc, 4) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_NOTIFY
+packetLen(0x02cc, 4)
// Packet: 0x02cd
-packetLen(0x02cd, 71) // ZC_MEMORIALDUNGEON_INFO
+packetLen(0x02cd, 71)
// Packet: 0x02ce
-packetLen(0x02ce, 10) // ZC_MEMORIALDUNGEON_NOTIFY
+packetLen(0x02ce, 10)
// Packet: 0x02cf
-packetLen(0x02cf, 6) // CZ_MEMORIALDUNGEON_COMMAND
+packetLen(0x02cf, 6)
// Packet: 0x02d0
-packetLen(0x02d0, -1) // ZC_EQUIPMENT_ITEMLIST3
+packetLen(0x02d0, -1)
// Packet: 0x02d1
-packetLen(0x02d1, -1) // ZC_STORE_EQUIPMENT_ITEMLIST3
+packetLen(0x02d1, -1)
// Packet: 0x02d2
-packetLen(0x02d2, -1) // ZC_CART_EQUIPMENT_ITEMLIST3
+packetLen(0x02d2, -1)
// Packet: 0x02d3
-packetLen(0x02d3, 4) // ZC_NOTIFY_BIND_ON_EQUIP
+packetLen(0x02d3, 4)
// Packet: 0x02d4
-packetLen(0x02d4, 29) // ZC_ITEM_PICKUP_ACK3
+packetLen(0x02d4, 29)
// Packet: 0x02d5
-packetLen(0x02d5, 2) // ZC_ISVR_DISCONNECT
+packetLen(0x02d5, 2)
// Packet: 0x02d6
-packetLen(0x02d6, 6) // CZ_EQUIPWIN_MICROSCOPE
+packetLen(0x02d6, 6)
// Packet: 0x02d7
-packetLen(0x02d7, -1) // ZC_EQUIPWIN_MICROSCOPE
+packetLen(0x02d7, -1)
// Packet: 0x02d8
-packetLen(0x02d8, 10) // CZ_CONFIG
+packetLen(0x02d8, 10)
// Packet: 0x02d9
-packetLen(0x02d9, 10) // ZC_CONFIG
+packetLen(0x02d9, 10)
// Packet: 0x02da
-packetLen(0x02da, 3) // ZC_CONFIG_NOTIFY
+packetLen(0x02da, 3)
// Packet: 0x02db
-packetLen(0x02db, -1) // CZ_BATTLEFIELD_CHAT
+packetLen(0x02db, -1)
// Packet: 0x02dc
-packetLen(0x02dc, -1) // ZC_BATTLEFIELD_CHAT
+packetLen(0x02dc, -1)
// Packet: 0x02dd
-packetLen(0x02dd, 32) // ZC_BATTLEFIELD_NOTIFY_CAMPINFO
+packetLen(0x02dd, 32)
// Packet: 0x02de
-packetLen(0x02de, 6) // ZC_BATTLEFIELD_NOTIFY_POINT
+packetLen(0x02de, 6)
// Packet: 0x02df
-packetLen(0x02df, 36) // ZC_BATTLEFIELD_NOTIFY_POSITION
+packetLen(0x02df, 36)
// Packet: 0x02e0
-packetLen(0x02e0, 34) // ZC_BATTLEFIELD_NOTIFY_HP
+packetLen(0x02e0, 34)
// Packet: 0x02e1
-packetLen(0x02e1, 33) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, 33)
// Packet: 0x02e2
-packetLen(0x02e2, 20) // CZ_USE_ITEM_NEW_JAPEN
+packetLen(0x02e2, 20)
// Packet: 0x02e3
-packetLen(0x02e3, 22) // CZ_USE_SKILL_NEW_JAPEN
+packetLen(0x02e3, 22)
// Packet: 0x02e4
-packetLen(0x02e4, 11) // CZ_ITEM_PICKUP_NEW_JAPEN
+packetLen(0x02e4, 11)
// Packet: 0x02e5
-packetLen(0x02e5, 9) // CZ_REQUEST_MOVE_NEW_JAPEN
+packetLen(0x02e5, 9)
// Packet: 0x02e6
-packetLen(0x02e6, 6) // CZ_BOT_CHECK
+packetLen(0x02e6, 6)
// Packet: 0x02e7
-packetLen(0x02e7, -1) // ZC_MAPPROPERTY
+packetLen(0x02e7, -1)
// Packet: 0x02e8
-packetLen(0x02e8, -1) // ZC_NORMAL_ITEMLIST3
+packetLen(0x02e8, -1)
// Packet: 0x02e9
-packetLen(0x02e9, -1) // ZC_CART_NORMAL_ITEMLIST3
+packetLen(0x02e9, -1)
// Packet: 0x02ea
-packetLen(0x02ea, -1) // ZC_STORE_NORMAL_ITEMLIST3
+packetLen(0x02ea, -1)
// Packet: 0x02eb
-packetLen(0x02eb, 13) // ZC_ACCEPT_ENTER2
+packetLen(0x02eb, 13)
// Packet: 0x02ec
-packetLen(0x02ec, 67) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 67)
// Packet: 0x02ed
-packetLen(0x02ed, 59) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, 59)
// Packet: 0x02ee
-packetLen(0x02ee, 60) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, 60)
// Packet: 0x02ef
-packetLen(0x02ef, 8) // ZC_NOTIFY_FONT
+packetLen(0x02ef, 8)
// Packet: 0x02f0
-packetLen(0x02f0, 10) // ZC_PROGRESS
+packetLen(0x02f0, 10)
// Packet: 0x02f1
-packetLen(0x02f1, 2) // CZ_PROGRESS
+packetLen(0x02f1, 2)
// Packet: 0x02f2
-packetLen(0x02f2, 2) // ZC_PROGRESS_CANCEL
+packetLen(0x02f2, 2)
// Packet: 0x02f3
-packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+packetLen(0x02f3, -1)
// Packet: 0x02f4
-packetLen(0x02f4, 3) // ZC_IRMAIL_SEND_RES
+packetLen(0x02f4, 3)
// Packet: 0x02f5
-packetLen(0x02f5, 7) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, 7)
// Packet: 0x02f6
-packetLen(0x02f6, 7) // CZ_IRMAIL_LIST
+packetLen(0x02f6, 7)
// Packet: 0x035c
-packetLen(0x035c, 2) // CZ_OPEN_SIMPLE_CASHSHOP_ITEMLIST
+packetLen(0x035c, 2)
// Packet: 0x035d
-packetLen(0x035d, -1) // ZC_SIMPLE_CASHSHOP_POINT_ITEMLIST
+packetLen(0x035d, -1)
// Packet: 0x035e
-packetLen(0x035e, 2) // CZ_CLOSE_WINDOW
+packetLen(0x035e, 2)
// Packet: 0x035f
#if PACKETVER >= 20131230
-packetLen(0x035f, 5) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 5)
#elif PACKETVER >= 20131223
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
// ignored packet from 2013-12-23aRagexeRE
#elif PACKETVER >= 20131211
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20131204
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20131127
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20131106
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20131030
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20131008
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20131002
-packetLen(0x035f, 36) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 36)
#elif PACKETVER >= 20130925
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20130917
-packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+packetLen(0x035f, -1)
#elif PACKETVER >= 20130904
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20130814
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20130807
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20130731
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20130724
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20130717
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20130626
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20130618
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20130605
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20130522
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20130417
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20130410
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20130403
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20130327
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20130313
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20130306
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20130227
-packetLen(0x035f, 5) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 5)
#elif PACKETVER >= 20130206
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20130121
-packetLen(0x035f, 8) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 8)
#elif PACKETVER >= 20130109
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20130103
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#endif
// Packet: 0x0360
#if PACKETVER >= 20131230
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20131211
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20131106
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20131030
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20131008
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20130925
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20130911
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20130904
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20130828
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20130821
-packetLen(0x0360, 36) // CZ_REQUEST_TIME2
+packetLen(0x0360, 36)
#elif PACKETVER >= 20130814
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20130807
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20130717
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20130710
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20130703
-packetLen(0x0360, 26) // CZ_REQUEST_TIME2
+packetLen(0x0360, 26)
#elif PACKETVER >= 20130626
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20130618
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20130605
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20130529
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20130522
-packetLen(0x0360, 5) // CZ_REQUEST_TIME2
+packetLen(0x0360, 5)
#elif PACKETVER >= 20130417
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20130410
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20130403
-packetLen(0x0360, 36) // CZ_REQUEST_TIME2
+packetLen(0x0360, 36)
#elif PACKETVER >= 20130320
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20130313
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20130306
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20130227
-packetLen(0x0360, 19) // CZ_REQUEST_TIME2
+packetLen(0x0360, 19)
#elif PACKETVER >= 20130220
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20130215
-packetLen(0x0360, 36) // CZ_REQUEST_TIME2
+packetLen(0x0360, 36)
#elif PACKETVER >= 20130206
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20130130
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20130121
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20130109
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20130103
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#endif
// Packet: 0x0361
#if PACKETVER >= 20131230
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20131223
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20131127
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20131120
-packetLen(0x0361, 6) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 6)
#elif PACKETVER >= 20131023
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20131016
-packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, -1)
#elif PACKETVER >= 20131008
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20131002
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20130911
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20130904
-packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, -1)
#elif PACKETVER >= 20130828
-packetLen(0x0361, 12) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 12)
#elif PACKETVER >= 20130821
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20130814
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20130807
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20130717
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20130710
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20130612
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20130605
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20130502
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20130424
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20130227
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20130220
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20130121
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20130115
-packetLen(0x0361, 8) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 8)
#elif PACKETVER >= 20130109
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20130103
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#endif
// Packet: 0x0362
#if PACKETVER >= 20131230
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20131218
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20131211
-packetLen(0x0362, 90) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 90)
#elif PACKETVER >= 20131106
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20131030
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20131016
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20131008
-packetLen(0x0362, 19) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 19)
#elif PACKETVER >= 20131002
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20130911
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20130904
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20130814
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20130807
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20130717
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20130703
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20130618
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20130605
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20130529
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20130522
-packetLen(0x0362, 26) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 26)
#elif PACKETVER >= 20130515
-packetLen(0x0362, 5) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 5)
#elif PACKETVER >= 20130502
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20130417
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20130410
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20130403
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20130320
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20130313
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20130227
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20130220
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20130215
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20130206
-packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+packetLen(0x0362, -1)
#elif PACKETVER >= 20130130
-packetLen(0x0362, 5) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 5)
#elif PACKETVER >= 20130109
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20130103
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#endif
// Packet: 0x0363
#if PACKETVER >= 20131230
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20131223
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
// ignored packet from 2013-12-23aRagexeRE
#elif PACKETVER >= 20131218
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20131113
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20131106
-packetLen(0x0363, 10) // CZ_ITEM_THROW2
+packetLen(0x0363, 10)
#elif PACKETVER >= 20131030
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20131008
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20131002
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20130911
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20130904
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20130814
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20130807
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20130717
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20130703
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20130618
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20130605
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20130502
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20130417
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20130410
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20130403
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20130327
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20130320
-packetLen(0x0363, 6) // CZ_ITEM_THROW2
+packetLen(0x0363, 6)
#elif PACKETVER >= 20130313
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20130227
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20130220
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20130109
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20130103
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#endif
// Packet: 0x0364
#if PACKETVER >= 20131230
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20131218
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20131204
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20131127
-packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 6)
#elif PACKETVER >= 20131120
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20131113
-packetLen(0x0364, 90) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 90)
#elif PACKETVER >= 20131106
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20131030
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20131023
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20131016
-packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 6)
#elif PACKETVER >= 20131008
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20131002
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20130917
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20130911
-packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 6)
#elif PACKETVER >= 20130828
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20130814
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20130807
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20130717
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20130703
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20130618
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20130605
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20130502
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20130417
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20130410
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20130403
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20130320
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20130313
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20130227
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20130220
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20130109
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20130103
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#endif
// Packet: 0x0365
#if PACKETVER >= 20131230
-packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, -1)
#elif PACKETVER >= 20131223
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
// ignored packet from 2013-12-23aRagexeRE
#elif PACKETVER >= 20131218
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20131204
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20131127
-packetLen(0x0365, 5) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 5)
#elif PACKETVER >= 20131106
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20131030
-packetLen(0x0365, 19) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 19)
#elif PACKETVER >= 20131008
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20131002
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20130911
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20130904
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20130814
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20130807
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20130717
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20130703
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20130618
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20130605
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20130502
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20130417
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20130410
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20130403
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20130327
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20130320
-packetLen(0x0365, 12) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 12)
#elif PACKETVER >= 20130313
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20130227
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20130220
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20130115
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20130109
-packetLen(0x0365, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 8)
#elif PACKETVER >= 20130103
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#endif
// Packet: 0x0366
#if PACKETVER >= 20131230
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20131223
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
// ignored packet from 2013-12-23aRagexeRE
#elif PACKETVER >= 20131218
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20131204
-packetLen(0x0366, 6) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 6)
#elif PACKETVER >= 20131127
-packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, -1)
#elif PACKETVER >= 20131106
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20131030
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20131023
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20131016
-packetLen(0x0366, 6) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 6)
#elif PACKETVER >= 20131008
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20131002
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20130917
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20130904
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20130828
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20130821
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20130814
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20130807
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20130717
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20130626
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20130618
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20130605
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20130522
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20130417
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20130410
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20130403
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20130320
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20130313
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20130227
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20130220
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20130215
-packetLen(0x0366, 19) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 19)
#elif PACKETVER >= 20130206
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20130130
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20130121
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20130109
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20130103
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#endif
// Packet: 0x0367
#if PACKETVER >= 20131223
-packetLen(0x0367, 90) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 90)
// ignored packet from 2013-12-23bRagexeRE
#elif PACKETVER >= 20130417
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20130410
-packetLen(0x0367, 6) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 6)
#elif PACKETVER >= 20130313
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20130306
-packetLen(0x0367, 6) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 6)
#elif PACKETVER >= 20130206
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20130130
-packetLen(0x0367, 6) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 6)
#elif PACKETVER >= 20130103
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#endif
// Packet: 0x0368
#if PACKETVER >= 20131230
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20131211
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20131204
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20131127
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20131120
-packetLen(0x0368, 12) // CZ_REQNAME2
+packetLen(0x0368, 12)
#elif PACKETVER >= 20131106
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20131030
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20131008
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20130925
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20130917
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20130904
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20130821
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20130814
-packetLen(0x0368, 19) // CZ_REQNAME2
+packetLen(0x0368, 19)
#elif PACKETVER >= 20130807
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20130717
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20130626
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20130618
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20130605
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20130529
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20130417
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20130410
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20130403
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20130320
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20130313
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20130306
-packetLen(0x0368, 90) // CZ_REQNAME2
+packetLen(0x0368, 90)
#elif PACKETVER >= 20130227
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20130206
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20130130
-packetLen(0x0368, 5) // CZ_REQNAME2
+packetLen(0x0368, 5)
#elif PACKETVER >= 20130121
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20130115
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20130109
-packetLen(0x0368, 10) // CZ_REQNAME2
+packetLen(0x0368, 10)
#elif PACKETVER >= 20130103
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#endif
// Packet: 0x0369
#if PACKETVER >= 20131230
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20131223
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
// ignored packet from 2013-12-23aRagexeRE
#elif PACKETVER >= 20131211
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20131204
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20131127
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20131113
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20131106
-packetLen(0x0369, -1) // CZ_REQNAME_BYGID2
+packetLen(0x0369, -1)
#elif PACKETVER >= 20131030
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20131008
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20130925
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20130917
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20130904
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20130814
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20130807
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20130717
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20130626
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20130618
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20130605
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20130529
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20130522
-packetLen(0x0369, 6) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 6)
#elif PACKETVER >= 20130417
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20130410
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20130403
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20130320
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20130313
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20130227
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20130206
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20130130
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20130121
-packetLen(0x0369, 18) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 18)
#elif PACKETVER >= 20130109
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20130103
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#endif
// Packet: 0x03dd
-packetLen(0x03dd, 18) // AHC_GAME_GUARD
+packetLen(0x03dd, 18)
// Packet: 0x03de
-packetLen(0x03de, 18) // CAH_ACK_GAME_GUARD
+packetLen(0x03de, 18)
// Packet: 0x0436
#if PACKETVER >= 20131230
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20131223
-packetLen(0x0436, 19) // CZ_ENTER2
+packetLen(0x0436, 19)
// ignored packet from 2013-12-23bRagexeRE
#elif PACKETVER >= 20131113
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20131106
-packetLen(0x0436, 36) // CZ_ENTER2
+packetLen(0x0436, 36)
#elif PACKETVER >= 20131030
-packetLen(0x0436, 18) // CZ_ENTER2
+packetLen(0x0436, 18)
#elif PACKETVER >= 20131008
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20131002
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20130917
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20130911
-packetLen(0x0436, -1) // CZ_ENTER2
+packetLen(0x0436, -1)
#elif PACKETVER >= 20130904
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20130814
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20130807
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20130717
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20130703
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20130618
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20130605
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20130515
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20130508
-packetLen(0x0436, 26) // CZ_ENTER2
+packetLen(0x0436, 26)
#elif PACKETVER >= 20130502
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20130424
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20130320
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20130313
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20130227
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20130220
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20130215
-packetLen(0x0436, 18) // CZ_ENTER2
+packetLen(0x0436, 18)
#elif PACKETVER >= 20130109
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20130103
-packetLen(0x0436, 36) // CZ_ENTER2
+packetLen(0x0436, 36)
#endif
// Packet: 0x0437
#if PACKETVER >= 20131230
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20131223
-packetLen(0x0437, 7) // CZ_REQUEST_ACT2
+packetLen(0x0437, 7)
// ignored packet from 2013-12-23bRagexeRE
#elif PACKETVER >= 20131211
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20131204
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20131127
-packetLen(0x0437, 8) // CZ_REQUEST_ACT2
+packetLen(0x0437, 8)
#elif PACKETVER >= 20131106
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20131030
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20131008
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20131002
-packetLen(0x0437, 6) // CZ_REQUEST_ACT2
+packetLen(0x0437, 6)
#elif PACKETVER >= 20130925
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20130917
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20130904
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20130828
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20130821
-packetLen(0x0437, 8) // CZ_REQUEST_ACT2
+packetLen(0x0437, 8)
#elif PACKETVER >= 20130814
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20130731
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20130724
-packetLen(0x0437, 8) // CZ_REQUEST_ACT2
+packetLen(0x0437, 8)
#elif PACKETVER >= 20130717
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20130626
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20130618
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20130605
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20130522
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20130417
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20130410
-packetLen(0x0437, 6) // CZ_REQUEST_ACT2
+packetLen(0x0437, 6)
#elif PACKETVER >= 20130403
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20130320
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20130313
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20130306
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20130206
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20130130
-packetLen(0x0437, -1) // CZ_REQUEST_ACT2
+packetLen(0x0437, -1)
#elif PACKETVER >= 20130121
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20130115
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20130109
-packetLen(0x0437, 7) // CZ_REQUEST_ACT2
+packetLen(0x0437, 7)
#elif PACKETVER >= 20130103
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#endif
// Packet: 0x0438
#if PACKETVER >= 20131230
-packetLen(0x0438, 6) // CZ_USE_SKILL2
+packetLen(0x0438, 6)
#elif PACKETVER >= 20131211
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20131204
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20131127
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20131106
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20131030
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20131023
-packetLen(0x0438, 26) // CZ_USE_SKILL2
+packetLen(0x0438, 26)
#elif PACKETVER >= 20131008
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20131002
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20130925
-packetLen(0x0438, 90) // CZ_USE_SKILL2
+packetLen(0x0438, 90)
#elif PACKETVER >= 20130917
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20130904
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20130828
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20130821
-packetLen(0x0438, 8) // CZ_USE_SKILL2
+packetLen(0x0438, 8)
#elif PACKETVER >= 20130814
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20130807
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20130731
-packetLen(0x0438, 5) // CZ_USE_SKILL2
+packetLen(0x0438, 5)
#elif PACKETVER >= 20130717
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20130626
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20130618
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20130529
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20130522
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20130417
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20130410
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20130403
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20130327
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20130320
-packetLen(0x0438, 6) // CZ_USE_SKILL2
+packetLen(0x0438, 6)
#elif PACKETVER >= 20130313
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20130227
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20130206
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20130130
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20130121
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20130109
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20130103
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#endif
// Packet: 0x0439
-packetLen(0x0439, 8) // CZ_USE_ITEM2
+packetLen(0x0439, 8)
// Packet: 0x043d
-packetLen(0x043d, 8) // ZC_SKILL_POSTDELAY
+packetLen(0x043d, 8)
// Packet: 0x043e
-packetLen(0x043e, -1) // ZC_SKILL_POSTDELAY_LIST
+packetLen(0x043e, -1)
// Packet: 0x043f
-packetLen(0x043f, 25) // ZC_MSG_STATE_CHANGE2
+packetLen(0x043f, 25)
// Packet: 0x0440
-packetLen(0x0440, 10) // ZC_MILLENNIUMSHIELD
+packetLen(0x0440, 10)
// Packet: 0x0441
-packetLen(0x0441, 4) // ZC_SKILLINFO_DELETE
+packetLen(0x0441, 4)
// Packet: 0x0442
-packetLen(0x0442, -1) // ZC_SKILL_SELECT_REQUEST
+packetLen(0x0442, -1)
// Packet: 0x0443
-packetLen(0x0443, 8) // CZ_SKILL_SELECT_RESPONSE
+packetLen(0x0443, 8)
// Packet: 0x0444
-packetLen(0x0444, -1) // ZC_SIMPLE_CASH_POINT_ITEMLIST
+packetLen(0x0444, -1)
// Packet: 0x0445
-packetLen(0x0445, 10) // CZ_SIMPLE_BUY_CASH_POINT_ITEM
+packetLen(0x0445, 10)
// Packet: 0x0446
-packetLen(0x0446, 14) // ZC_QUEST_NOTIFY_EFFECT
+packetLen(0x0446, 14)
// Packet: 0x0447
-packetLen(0x0447, 2) // CZ_BLOCKING_PLAY_CANCEL
+packetLen(0x0447, 2)
// Packet: 0x0448
-packetLen(0x0448, -1) // HC_CHARACTER_LIST
+packetLen(0x0448, -1)
// Packet: 0x0449
-packetLen(0x0449, 4) // ZC_HACKSH_ERROR_MSG
+packetLen(0x0449, 4)
// Packet: 0x044a
-packetLen(0x044a, 6) // CZ_CLIENT_VERSION
+packetLen(0x044a, 6)
// Packet: 0x044b
-packetLen(0x044b, 2) // CZ_CLOSE_SIMPLECASH_SHOP
+packetLen(0x044b, 2)
// Packet: 0x07d7
-packetLen(0x07d7, 8) // CZ_GROUPINFO_CHANGE_V2
+packetLen(0x07d7, 8)
// Packet: 0x07d8
-packetLen(0x07d8, 8) // ZC_REQ_GROUPINFO_CHANGE_V2
+packetLen(0x07d8, 8)
// Packet: 0x07d9
-packetLen(0x07d9, 268) // ZC_SHORTCUT_KEY_LIST_V2
+packetLen(0x07d9, 268)
// Packet: 0x07da
-packetLen(0x07da, 6) // CZ_CHANGE_GROUP_MASTER
+packetLen(0x07da, 6)
// Packet: 0x07db
-packetLen(0x07db, 8) // ZC_HO_PAR_CHANGE
+packetLen(0x07db, 8)
// Packet: 0x07dc
-packetLen(0x07dc, 6) // CZ_SEEK_PARTY
+packetLen(0x07dc, 6)
// Packet: 0x07dd
-packetLen(0x07dd, 54) // ZC_SEEK_PARTY
+packetLen(0x07dd, 54)
// Packet: 0x07de
-packetLen(0x07de, 30) // CZ_SEEK_PARTY_MEMBER
+packetLen(0x07de, 30)
// Packet: 0x07df
-packetLen(0x07df, 54) // ZC_SEEK_PARTY_MEMBER
+packetLen(0x07df, 54)
// Packet: 0x07e0
-packetLen(0x07e0, 58) // ZC_ES_NOTI_MYINFO
+packetLen(0x07e0, 58)
// Packet: 0x07e1
-packetLen(0x07e1, 15) // ZC_SKILLINFO_UPDATE2
+packetLen(0x07e1, 15)
// Packet: 0x07e2
-packetLen(0x07e2, 8) // ZC_MSG_VALUE
+packetLen(0x07e2, 8)
// Packet: 0x07e3
-packetLen(0x07e3, 6) // ZC_ITEMLISTWIN_OPEN
+packetLen(0x07e3, 6)
// Packet: 0x07e4
#if PACKETVER >= 20131230
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20131223
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
// ignored packet from 2013-12-23aRagexeRE
#elif PACKETVER >= 20131218
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20131211
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20131204
-packetLen(0x07e4, 36) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 36)
#elif PACKETVER >= 20131127
-packetLen(0x07e4, 90) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 90)
#elif PACKETVER >= 20131106
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20131030
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20131016
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20131008
-packetLen(0x07e4, 7) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 7)
#elif PACKETVER >= 20131002
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20130911
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20130904
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20130814
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20130807
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20130717
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20130703
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20130618
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20130605
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20130508
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20130502
-packetLen(0x07e4, 36) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 36)
#elif PACKETVER >= 20130417
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20130410
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20130403
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20130320
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20130313
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20130227
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20130220
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20130215
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20130206
-packetLen(0x07e4, 36) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 36)
#elif PACKETVER >= 20130109
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20130103
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#endif
// Packet: 0x07e5
-packetLen(0x07e5, 4) // CH_ENTER_CHECKBOT
+packetLen(0x07e5, 4)
// Packet: 0x07e6
-packetLen(0x07e6, 8) // ZC_MSG_SKILL
+packetLen(0x07e6, 8)
// Packet: 0x07e7
-packetLen(0x07e7, 32) // CH_CHECKBOT
+packetLen(0x07e7, 32)
// Packet: 0x07e8
-packetLen(0x07e8, -1) // HC_CHECKBOT
+packetLen(0x07e8, -1)
// Packet: 0x07e9
-packetLen(0x07e9, 5) // HC_CHECKBOT_RESULT
+packetLen(0x07e9, 5)
// Packet: 0x07ea
-packetLen(0x07ea, 2) // CZ_BATTLE_FIELD_LIST
+packetLen(0x07ea, 2)
// Packet: 0x07eb
-packetLen(0x07eb, -1) // ZC_BATTLE_FIELD_LIST
+packetLen(0x07eb, -1)
// Packet: 0x07ec
#if PACKETVER >= 20131230
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20131218
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20131211
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20131204
-packetLen(0x07ec, 6) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 6)
#elif PACKETVER >= 20131106
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20131030
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20131023
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20131016
-packetLen(0x07ec, 19) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 19)
#elif PACKETVER >= 20131008
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20131002
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20130911
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20130904
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20130828
-packetLen(0x07ec, 6) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 6)
#elif PACKETVER >= 20130821
-packetLen(0x07ec, -1) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, -1)
#elif PACKETVER >= 20130814
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20130807
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20130717
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20130703
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20130618
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20130605
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20130529
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20130522
-packetLen(0x07ec, 6) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 6)
#elif PACKETVER >= 20130508
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20130502
-packetLen(0x07ec, 5) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 5)
#elif PACKETVER >= 20130417
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20130410
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20130403
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20130327
-packetLen(0x07ec, 6) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 6)
#elif PACKETVER >= 20130320
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20130313
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20130227
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20130220
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20130130
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20130121
-packetLen(0x07ec, 6) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 6)
#elif PACKETVER >= 20130115
-packetLen(0x07ec, 4) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 4)
#elif PACKETVER >= 20130109
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20130103
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#endif
// Packet: 0x07ed
-packetLen(0x07ed, 10) // ZC_JOIN_BATTLE_FIELD
+packetLen(0x07ed, 10)
// Packet: 0x07ee
-packetLen(0x07ee, 6) // CZ_CANCEL_BATTLE_FIELD
+packetLen(0x07ee, 6)
// Packet: 0x07ef
-packetLen(0x07ef, 8) // ZC_CANCEL_BATTLE_FIELD
+packetLen(0x07ef, 8)
// Packet: 0x07f0
-packetLen(0x07f0, 6) // CZ_REQ_BATTLE_STATE_MONITOR
+packetLen(0x07f0, 6)
// Packet: 0x07f1
-packetLen(0x07f1, 18) // ZC_ACK_BATTLE_STATE_MONITOR
+packetLen(0x07f1, 18)
// Packet: 0x07f2
-packetLen(0x07f2, 8) // ZC_BATTLE_NOTI_START_STEP
+packetLen(0x07f2, 8)
// Packet: 0x07f3
-packetLen(0x07f3, 6) // ZC_BATTLE_JOIN_NOTI_DEFER
+packetLen(0x07f3, 6)
// Packet: 0x07f4
-packetLen(0x07f4, 3) // ZC_BATTLE_JOIN_DISABLE_STATE
+packetLen(0x07f4, 3)
// Packet: 0x07f5
-packetLen(0x07f5, 6) // CZ_GM_FULLSTRIP
+packetLen(0x07f5, 6)
// Packet: 0x07f6
-packetLen(0x07f6, 14) // ZC_NOTIFY_EXP
+packetLen(0x07f6, 14)
// Packet: 0x07f7
-packetLen(0x07f7, -1) // ZC_NOTIFY_MOVEENTRY7
+packetLen(0x07f7, -1)
// Packet: 0x07f8
-packetLen(0x07f8, -1) // ZC_NOTIFY_NEWENTRY5
+packetLen(0x07f8, -1)
// Packet: 0x07f9
-packetLen(0x07f9, -1) // ZC_NOTIFY_STANDENTRY5
+packetLen(0x07f9, -1)
// Packet: 0x07fa
-packetLen(0x07fa, 8) // ZC_DELETE_ITEM_FROM_BODY
+packetLen(0x07fa, 8)
// Packet: 0x07fb
-packetLen(0x07fb, 25) // ZC_USESKILL_ACK2
+packetLen(0x07fb, 25)
// Packet: 0x07fc
-packetLen(0x07fc, 10) // ZC_CHANGE_GROUP_MASTER
+packetLen(0x07fc, 10)
// Packet: 0x07fd
-packetLen(0x07fd, -1) // ZC_BROADCASTING_SPECIAL_ITEM_OBTAIN
+packetLen(0x07fd, -1)
// Packet: 0x07fe
-packetLen(0x07fe, 26) // ZC_PLAY_NPC_BGM
+packetLen(0x07fe, 26)
// Packet: 0x0800
-packetLen(0x0800, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC2
+packetLen(0x0800, -1)
// Packet: 0x0801
-packetLen(0x0801, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC2
+packetLen(0x0801, -1)
// Packet: 0x0802
#if PACKETVER >= 20131230
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20131223
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
// ignored packet from 2013-12-23aRagexeRE
#elif PACKETVER >= 20131218
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20131127
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20131120
-packetLen(0x0802, -1) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, -1)
#elif PACKETVER >= 20131113
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20131106
-packetLen(0x0802, 5) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 5)
#elif PACKETVER >= 20131030
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20131023
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20131016
-packetLen(0x0802, 4) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 4)
#elif PACKETVER >= 20131008
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20131002
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20130911
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20130904
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20130814
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20130807
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20130717
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20130703
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20130618
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20130605
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20130502
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20130417
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20130410
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20130403
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20130320
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20130313
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20130306
-packetLen(0x0802, 12) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 12)
#elif PACKETVER >= 20130227
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20130220
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20130215
-packetLen(0x0802, 90) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 90)
#elif PACKETVER >= 20130130
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20130121
-packetLen(0x0802, 7) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 7)
#elif PACKETVER >= 20130109
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20130103
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#endif
// Packet: 0x0803
-packetLen(0x0803, 4) // ZC_PARTY_BOOKING_ACK_REGISTER
+packetLen(0x0803, 4)
// Packet: 0x0804
-packetLen(0x0804, 14) // CZ_PARTY_BOOKING_REQ_SEARCH
+packetLen(0x0804, 14)
// Packet: 0x0805
-packetLen(0x0805, -1) // ZC_PARTY_BOOKING_ACK_SEARCH
+packetLen(0x0805, -1)
// Packet: 0x0806
-packetLen(0x0806, 2) // CZ_PARTY_BOOKING_REQ_DELETE
+packetLen(0x0806, 2)
// Packet: 0x0807
-packetLen(0x0807, 4) // ZC_PARTY_BOOKING_ACK_DELETE
+packetLen(0x0807, 4)
// Packet: 0x0808
-packetLen(0x0808, 14) // CZ_PARTY_BOOKING_REQ_UPDATE
+packetLen(0x0808, 14)
// Packet: 0x0809
-packetLen(0x0809, 50) // ZC_PARTY_BOOKING_NOTIFY_INSERT
+packetLen(0x0809, 50)
// Packet: 0x080a
-packetLen(0x080a, 18) // ZC_PARTY_BOOKING_NOTIFY_UPDATE
+packetLen(0x080a, 18)
// Packet: 0x080b
-packetLen(0x080b, 6) // ZC_PARTY_BOOKING_NOTIFY_DELETE
+packetLen(0x080b, 6)
// Packet: 0x080c
-packetLen(0x080c, 2) // CZ_SIMPLE_CASH_BTNSHOW
+packetLen(0x080c, 2)
// Packet: 0x080d
-packetLen(0x080d, 3) // ZC_SIMPLE_CASH_BTNSHOW
+packetLen(0x080d, 3)
// Packet: 0x080e
-packetLen(0x080e, 14) // ZC_NOTIFY_HP_TO_GROUPM_R2
+packetLen(0x080e, 14)
// Packet: 0x080f
-packetLen(0x080f, 20) // ZC_ADD_EXCHANGE_ITEM2
+packetLen(0x080f, 20)
// Packet: 0x0810
-packetLen(0x0810, 3) // ZC_OPEN_BUYING_STORE
+packetLen(0x0810, 3)
// Packet: 0x0811
#if PACKETVER >= 20131230
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20131223
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20131218
-packetLen(0x0811, 5) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 5)
#elif PACKETVER >= 20131211
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20131204
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20131127
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20131120
-packetLen(0x0811, 8) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 8)
#elif PACKETVER >= 20131106
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20131030
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20131023
-packetLen(0x0811, 10) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 10)
#elif PACKETVER >= 20131008
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20130925
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20130917
-packetLen(0x0811, 7) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 7)
#elif PACKETVER >= 20130904
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20130814
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20130807
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20130717
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20130626
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20130618
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20130605
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20130529
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20130522
-packetLen(0x0811, 10) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 10)
#elif PACKETVER >= 20130424
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20130417
-packetLen(0x0811, 26) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 26)
#elif PACKETVER >= 20130410
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20130403
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20130320
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20130313
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20130306
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20130227
-packetLen(0x0811, 6) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 6)
#elif PACKETVER >= 20130215
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20130206
-packetLen(0x0811, 6) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 6)
#elif PACKETVER >= 20130109
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20130103
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#endif
// Packet: 0x0812
-packetLen(0x0812, 8) // ZC_FAILED_OPEN_BUYING_STORE_TO_BUYER
+packetLen(0x0812, 8)
// Packet: 0x0813
-packetLen(0x0813, -1) // ZC_MYITEMLIST_BUYING_STORE
+packetLen(0x0813, -1)
// Packet: 0x0814
-packetLen(0x0814, 86) // ZC_BUYING_STORE_ENTRY
+packetLen(0x0814, 86)
// Packet: 0x0815
#if PACKETVER >= 20131230
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20131223
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
// ignored packet from 2013-12-23bRagexeRE
#elif PACKETVER >= 20131211
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20131204
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20131127
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20131106
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20131030
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20131008
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20130925
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20130917
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20130911
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20130904
-packetLen(0x0815, 5) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 5)
#elif PACKETVER >= 20130828
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20130821
-packetLen(0x0815, 5) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 5)
#elif PACKETVER >= 20130814
-packetLen(0x0815, 4) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 4)
#elif PACKETVER >= 20130807
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20130717
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20130626
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20130618
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20130605
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20130522
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20130417
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20130410
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20130403
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20130320
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20130313
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20130306
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20130227
-packetLen(0x0815, 18) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 18)
#elif PACKETVER >= 20130206
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20130130
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20130121
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20130109
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20130103
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#endif
// Packet: 0x0816
-packetLen(0x0816, 6) // ZC_DISAPPEAR_BUYING_STORE_ENTRY
+packetLen(0x0816, 6)
// Packet: 0x0817
#if PACKETVER >= 20131223
-packetLen(0x0817, 6) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 6)
// ignored packet from 2013-12-23bRagexeRE
#elif PACKETVER >= 20131127
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20131120
-packetLen(0x0817, 6) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 6)
#elif PACKETVER >= 20131113
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20131106
-packetLen(0x0817, 8) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 8)
#elif PACKETVER >= 20130904
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20130828
-packetLen(0x0817, -1) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, -1)
#elif PACKETVER >= 20130703
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20130626
-packetLen(0x0817, 8) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 8)
#elif PACKETVER >= 20130313
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20130306
-packetLen(0x0817, 5) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 5)
#elif PACKETVER >= 20130227
-packetLen(0x0817, 6) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 6)
#elif PACKETVER >= 20130130
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20130121
-packetLen(0x0817, 36) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 36)
#elif PACKETVER >= 20130115
-packetLen(0x0817, 5) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 5)
#elif PACKETVER >= 20130103
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#endif
// Packet: 0x0818
-packetLen(0x0818, -1) // ZC_ACK_ITEMLIST_BUYING_STORE
+packetLen(0x0818, -1)
// Packet: 0x0819
#if PACKETVER >= 20131230
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20131211
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20131204
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20131127
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20131106
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20131030
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20131023
-packetLen(0x0819, 6) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 6)
#elif PACKETVER >= 20131008
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20130925
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20130917
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20130911
-packetLen(0x0819, 19) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 19)
#elif PACKETVER >= 20130904
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20130814
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20130731
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20130717
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20130626
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20130618
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20130605
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20130522
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20130417
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20130410
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20130403
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20130320
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20130313
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20130227
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20130206
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20130109
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20130103
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#endif
// Packet: 0x081a
-packetLen(0x081a, 4) // ZC_FAILED_TRADE_BUYING_STORE_TO_BUYER
+packetLen(0x081a, 4)
// Packet: 0x081b
-packetLen(0x081b, 10) // ZC_UPDATE_ITEM_FROM_BUYING_STORE
+packetLen(0x081b, 10)
// Packet: 0x081c
-packetLen(0x081c, 10) // ZC_ITEM_DELETE_BUYING_STORE
+packetLen(0x081c, 10)
// Packet: 0x081d
-packetLen(0x081d, 22) // ZC_EL_INIT
+packetLen(0x081d, 22)
// Packet: 0x081e
-packetLen(0x081e, 8) // ZC_EL_PAR_CHANGE
+packetLen(0x081e, 8)
// Packet: 0x081f
-packetLen(0x081f, -1) // ZC_BROADCAST4
+packetLen(0x081f, -1)
// Packet: 0x0820
-packetLen(0x0820, 11) // ZC_COSTUME_SPRITE_CHANGE
+packetLen(0x0820, 11)
// Packet: 0x0821
-packetLen(0x0821, 2) // AC_OTP_USER
+packetLen(0x0821, 2)
// Packet: 0x0822
-packetLen(0x0822, 9) // CA_OTP_AUTH_REQ
+packetLen(0x0822, 9)
// Packet: 0x0823
-packetLen(0x0823, -1) // AC_OTP_AUTH_ACK
+packetLen(0x0823, -1)
// Packet: 0x0824
-packetLen(0x0824, 6) // ZC_FAILED_TRADE_BUYING_STORE_TO_SELLER
+packetLen(0x0824, 6)
// Packet: 0x0825
-packetLen(0x0825, -1) // CA_SSO_LOGIN_REQ
+packetLen(0x0825, -1)
// Packet: 0x0827
-packetLen(0x0827, 6) // CH_DELETE_CHAR3_RESERVED
+packetLen(0x0827, 6)
// Packet: 0x0828
-packetLen(0x0828, 14) // HC_DELETE_CHAR3_RESERVED
+packetLen(0x0828, 14)
// Packet: 0x0829
-packetLen(0x0829, 12) // CH_DELETE_CHAR3
+packetLen(0x0829, 12)
// Packet: 0x082a
-packetLen(0x082a, 10) // HC_DELETE_CHAR3
+packetLen(0x082a, 10)
// Packet: 0x082b
-packetLen(0x082b, 6) // CH_DELETE_CHAR3_CANCEL
+packetLen(0x082b, 6)
// Packet: 0x082c
-packetLen(0x082c, 10) // HC_DELETE_CHAR3_CANCEL
+packetLen(0x082c, 10)
// Packet: 0x082d
-packetLen(0x082d, -1) // HC_ACCEPT_ENTER2
+packetLen(0x082d, -1)
// Packet: 0x0835
#if PACKETVER >= 20131223
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
// ignored packet from 2013-12-23aRagexeRE
#elif PACKETVER >= 20131030
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20131023
-packetLen(0x0835, 4) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 4)
#elif PACKETVER >= 20130911
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20130904
-packetLen(0x0835, 12) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 12)
#elif PACKETVER >= 20130821
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20130814
-packetLen(0x0835, -1) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, -1)
#elif PACKETVER >= 20130403
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20130327
-packetLen(0x0835, 5) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 5)
#elif PACKETVER >= 20130103
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#endif
// Packet: 0x0836
-packetLen(0x0836, -1) // ZC_SEARCH_STORE_INFO_ACK
+packetLen(0x0836, -1)
// Packet: 0x0837
-packetLen(0x0837, 3) // ZC_SEARCH_STORE_INFO_FAILED
+packetLen(0x0837, 3)
// Packet: 0x0838
#if PACKETVER >= 20131230
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20131223
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
// ignored packet from 2013-12-23aRagexeRE
#elif PACKETVER >= 20131211
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20131204
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20131127
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20131106
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20131030
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20131008
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20130925
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20130917
-packetLen(0x0838, 6) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 6)
#elif PACKETVER >= 20130911
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20130904
-packetLen(0x0838, 19) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 19)
#elif PACKETVER >= 20130814
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20130807
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20130717
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20130626
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20130618
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20130605
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20130522
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20130417
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20130410
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20130403
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20130320
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20130313
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20130227
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20130206
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20130130
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20130121
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20130115
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20130109
-packetLen(0x0838, 8) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 8)
#elif PACKETVER >= 20130103
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#endif
// Packet: 0x0839
-packetLen(0x0839, 66) // ZC_ACK_BAN_GUILD_SSO
+packetLen(0x0839, 66)
// Packet: 0x083a
-packetLen(0x083a, 5) // ZC_OPEN_SEARCH_STORE_INFO
+packetLen(0x083a, 5)
// Packet: 0x083b
-packetLen(0x083b, 2) // CZ_CLOSE_SEARCH_STORE_INFO
+packetLen(0x083b, 2)
// Packet: 0x083c
#if PACKETVER >= 20131230
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20131223
-packetLen(0x083c, 12) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 12)
// ignored packet from 2013-12-23bRagexeRE
#elif PACKETVER >= 20131218
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20131211
-packetLen(0x083c, 26) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 26)
#elif PACKETVER >= 20131204
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20131127
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20131106
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20131030
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20131008
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20130925
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20130917
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20130904
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20130814
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20130807
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20130724
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20130717
-packetLen(0x083c, 5) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 5)
#elif PACKETVER >= 20130626
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20130618
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20130605
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20130522
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20130417
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20130410
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20130403
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20130320
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20130313
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20130227
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20130206
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20130130
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20130121
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20130109
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20130103
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#endif
// Packet: 0x083d
-packetLen(0x083d, 6) // ZC_SSILIST_ITEM_CLICK_ACK
+packetLen(0x083d, 6)
// Packet: 0x083e
-packetLen(0x083e, 26) // AC_REFUSE_LOGIN2
+packetLen(0x083e, 26)
// Packet: 0x0840
-packetLen(0x0840, -1) // HC_NOTIFY_ACCESSIBLE_MAPNAME
+packetLen(0x0840, -1)
// Packet: 0x0841
-packetLen(0x0841, 4) // CH_SELECT_ACCESSIBLE_MAPNAME
+packetLen(0x0841, 4)
// Packet: 0x0842
-packetLen(0x0842, 6) // CZ_RECALL_SSO
+packetLen(0x0842, 6)
// Packet: 0x0843
-packetLen(0x0843, 6) // CZ_REMOVE_AID_SSO
+packetLen(0x0843, 6)
// Packet: 0x0844
-packetLen(0x0844, 2) // CZ_SE_CASHSHOP_OPEN
+packetLen(0x0844, 2)
// Packet: 0x0845
-packetLen(0x0845, 10) // ZC_SE_CASHSHOP_OPEN
+packetLen(0x0845, 10)
// Packet: 0x0846
-packetLen(0x0846, 4) // CZ_REQ_SE_CASH_TAB_CODE
+packetLen(0x0846, 4)
// Packet: 0x0847
-packetLen(0x0847, -1) // ZC_ACK_SE_CASH_ITEM_LIST
+packetLen(0x0847, -1)
// Packet: 0x0848
-packetLen(0x0848, -1) // CZ_SE_PC_BUY_CASHITEM_LIST
+packetLen(0x0848, -1)
// Packet: 0x0849
-packetLen(0x0849, 16) // ZC_SE_PC_BUY_CASHITEM_RESULT
+packetLen(0x0849, 16)
// Packet: 0x084a
-packetLen(0x084a, 2) // CZ_SE_CASHSHOP_CLOSE
+packetLen(0x084a, 2)
// Packet: 0x084b
-packetLen(0x084b, 19) // ZC_ITEM_FALL_ENTRY4
+packetLen(0x084b, 19)
// Packet: 0x084c
-packetLen(0x084c, 10) // CZ_MACRO_USE_SKILL
+packetLen(0x084c, 10)
// Packet: 0x084d
-packetLen(0x084d, 10) // CZ_MACRO_USE_SKILL_TOGROUND
+packetLen(0x084d, 10)
// Packet: 0x084e
-packetLen(0x084e, 5) // CZ_MACRO_REQUEST_MOVE
+packetLen(0x084e, 5)
// Packet: 0x084f
-packetLen(0x084f, 6) // CZ_MACRO_ITEM_PICKUP
+packetLen(0x084f, 6)
// Packet: 0x0850
-packetLen(0x0850, 7) // CZ_MACRO_REQUEST_ACT
+packetLen(0x0850, 7)
// Packet: 0x0851
-packetLen(0x0851, -1) // ZC_GPK_DYNCODE
+packetLen(0x0851, -1)
// Packet: 0x0852
-packetLen(0x0852, 2) // CZ_GPK_DYNCODE_RELOAD
+packetLen(0x0852, 2)
// Packet: 0x0853
-packetLen(0x0853, -1) // ZC_GPK_AUTH
+packetLen(0x0853, -1)
// Packet: 0x0854
-packetLen(0x0854, -1) // CZ_GPK_AUTH
+packetLen(0x0854, -1)
// Packet: 0x0855
-packetLen(0x0855, 6) // ZC_MACRO_ITEMPICKUP_FAIL
+packetLen(0x0855, 6)
// Packet: 0x0856
-packetLen(0x0856, -1) // ZC_NOTIFY_MOVEENTRY8
+packetLen(0x0856, -1)
// Packet: 0x0857
-packetLen(0x0857, -1) // ZC_NOTIFY_STANDENTRY7
+packetLen(0x0857, -1)
// Packet: 0x0858
-packetLen(0x0858, -1) // ZC_NOTIFY_NEWENTRY6
+packetLen(0x0858, -1)
// Packet: 0x0859
-packetLen(0x0859, -1) // ZC_EQUIPWIN_MICROSCOPE2
+packetLen(0x0859, -1)
// Packet: 0x085a
#if PACKETVER >= 20131211
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20131204
-packetLen(0x085a, 26) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 26)
#elif PACKETVER >= 20131127
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20131120
-packetLen(0x085a, -1) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, -1)
#elif PACKETVER >= 20131023
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20131016
-packetLen(0x085a, 8) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 8)
#elif PACKETVER >= 20130731
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20130724
-packetLen(0x085a, 18) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 18)
#elif PACKETVER >= 20130605
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20130529
-packetLen(0x085a, 12) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 12)
#elif PACKETVER >= 20130508
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20130502
-packetLen(0x085a, 4) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 4)
#elif PACKETVER >= 20130327
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20130320
-packetLen(0x085a, 90) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 90)
#elif PACKETVER >= 20130306
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20130227
-packetLen(0x085a, 10) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 10)
#elif PACKETVER >= 20130130
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20130121
-packetLen(0x085a, 4) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 4)
#elif PACKETVER >= 20130103
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#endif
// Packet: 0x085b
#if PACKETVER >= 20131030
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
#elif PACKETVER >= 20131023
-packetLen(0x085b, 90) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 90)
#elif PACKETVER >= 20130313
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
#elif PACKETVER >= 20130306
-packetLen(0x085b, 5) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 5)
#elif PACKETVER >= 20130103
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
#endif
// Packet: 0x085c
#if PACKETVER >= 20131223
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
#elif PACKETVER >= 20131218
-packetLen(0x085c, 36) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 36)
#elif PACKETVER >= 20130917
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
#elif PACKETVER >= 20130911
-packetLen(0x085c, 26) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 26)
#elif PACKETVER >= 20130313
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
#elif PACKETVER >= 20130306
-packetLen(0x085c, 6) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 6)
#elif PACKETVER >= 20130103
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
#endif
// Packet: 0x085d
#if PACKETVER >= 20131023
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
#elif PACKETVER >= 20131016
-packetLen(0x085d, 6) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 6)
#elif PACKETVER >= 20131008
-packetLen(0x085d, 8) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 8)
#elif PACKETVER >= 20130327
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
#elif PACKETVER >= 20130320
-packetLen(0x085d, 18) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 18)
#elif PACKETVER >= 20130215
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
#elif PACKETVER >= 20130206
-packetLen(0x085d, 8) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 8)
#elif PACKETVER >= 20130130
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
#elif PACKETVER >= 20130121
-packetLen(0x085d, 5) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 5)
#elif PACKETVER >= 20130103
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
#endif
// Packet: 0x085e
#if PACKETVER >= 20131016
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#elif PACKETVER >= 20131008
-packetLen(0x085e, 5) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 5)
#elif PACKETVER >= 20130731
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#elif PACKETVER >= 20130724
-packetLen(0x085e, 8) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 8)
#elif PACKETVER >= 20130605
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#elif PACKETVER >= 20130529
-packetLen(0x085e, 90) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 90)
#elif PACKETVER >= 20130103
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#endif
// Packet: 0x085f
#if PACKETVER >= 20131127
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#elif PACKETVER >= 20131120
-packetLen(0x085f, 10) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 10)
#elif PACKETVER >= 20130206
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#elif PACKETVER >= 20130130
-packetLen(0x085f, -1) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, -1)
#elif PACKETVER >= 20130103
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#endif
// Packet: 0x0860
#if PACKETVER >= 20131230
-packetLen(0x0860, 6) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 6)
#elif PACKETVER >= 20130731
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#elif PACKETVER >= 20130724
-packetLen(0x0860, 36) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 36)
#elif PACKETVER >= 20130703
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#elif PACKETVER >= 20130626
-packetLen(0x0860, 8) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 8)
#elif PACKETVER >= 20130417
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#elif PACKETVER >= 20130410
-packetLen(0x0860, 19) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 19)
#elif PACKETVER >= 20130313
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#elif PACKETVER >= 20130306
-packetLen(0x0860, 5) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 5)
#elif PACKETVER >= 20130103
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#endif
// Packet: 0x0861
#if PACKETVER >= 20130121
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#elif PACKETVER >= 20130115
-packetLen(0x0861, 8) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 8)
#elif PACKETVER >= 20130103
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#endif
// Packet: 0x0862
#if PACKETVER >= 20131211
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#elif PACKETVER >= 20131204
-packetLen(0x0862, 5) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 5)
#elif PACKETVER >= 20131030
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#elif PACKETVER >= 20131023
-packetLen(0x0862, 8) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 8)
#elif PACKETVER >= 20130828
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#elif PACKETVER >= 20130821
-packetLen(0x0862, -1) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, -1)
#elif PACKETVER >= 20130724
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#elif PACKETVER >= 20130717
-packetLen(0x0862, 18) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 18)
#elif PACKETVER >= 20130626
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#elif PACKETVER >= 20130618
-packetLen(0x0862, 6) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 6)
#elif PACKETVER >= 20130522
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#elif PACKETVER >= 20130515
-packetLen(0x0862, 4) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 4)
#elif PACKETVER >= 20130103
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#endif
// Packet: 0x0863
#if PACKETVER >= 20131023
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20131016
-packetLen(0x0863, 10) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 10)
#elif PACKETVER >= 20131008
-packetLen(0x0863, 26) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 26)
#elif PACKETVER >= 20130925
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20130917
-packetLen(0x0863, 8) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 8)
#elif PACKETVER >= 20130828
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20130821
-packetLen(0x0863, 7) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 7)
#elif PACKETVER >= 20130807
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20130731
-packetLen(0x0863, 6) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 6)
#elif PACKETVER >= 20130724
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20130717
-packetLen(0x0863, 26) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 26)
#elif PACKETVER >= 20130605
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20130529
-packetLen(0x0863, 6) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 6)
#elif PACKETVER >= 20130306
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20130227
-packetLen(0x0863, -1) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, -1)
#elif PACKETVER >= 20130121
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20130115
-packetLen(0x0863, 7) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 7)
#elif PACKETVER >= 20130103
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#endif
// Packet: 0x0864
#if PACKETVER >= 20131023
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#elif PACKETVER >= 20131016
-packetLen(0x0864, 36) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 36)
#elif PACKETVER >= 20130626
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#elif PACKETVER >= 20130618
-packetLen(0x0864, 36) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 36)
#elif PACKETVER >= 20130103
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#endif
// Packet: 0x0865
#if PACKETVER >= 20131218
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#elif PACKETVER >= 20131211
-packetLen(0x0865, 26) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 26)
#elif PACKETVER >= 20130807
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#elif PACKETVER >= 20130731
-packetLen(0x0865, 10) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 10)
#elif PACKETVER >= 20130417
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#elif PACKETVER >= 20130410
-packetLen(0x0865, 12) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 12)
#elif PACKETVER >= 20130103
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#endif
// Packet: 0x0866
#if PACKETVER >= 20131113
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
#elif PACKETVER >= 20131106
-packetLen(0x0866, 5) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 5)
#elif PACKETVER >= 20130115
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
#elif PACKETVER >= 20130109
-packetLen(0x0866, 5) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 5)
#elif PACKETVER >= 20130103
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
#endif
// Packet: 0x0867
#if PACKETVER >= 20131113
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#elif PACKETVER >= 20131106
-packetLen(0x0867, 8) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 8)
#elif PACKETVER >= 20131023
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#elif PACKETVER >= 20131016
-packetLen(0x0867, 90) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 90)
#elif PACKETVER >= 20130731
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#elif PACKETVER >= 20130724
-packetLen(0x0867, 6) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 6)
#elif PACKETVER >= 20130508
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#elif PACKETVER >= 20130502
-packetLen(0x0867, 5) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 5)
#elif PACKETVER >= 20130306
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#elif PACKETVER >= 20130227
-packetLen(0x0867, 6) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 6)
#elif PACKETVER >= 20130103
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#endif
// Packet: 0x0868
#if PACKETVER >= 20130925
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#elif PACKETVER >= 20130917
-packetLen(0x0868, 26) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 26)
#elif PACKETVER >= 20130911
-packetLen(0x0868, 18) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 18)
#elif PACKETVER >= 20130821
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#elif PACKETVER >= 20130814
-packetLen(0x0868, 12) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 12)
#elif PACKETVER >= 20130515
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#elif PACKETVER >= 20130508
-packetLen(0x0868, 36) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 36)
#elif PACKETVER >= 20130327
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#elif PACKETVER >= 20130320
-packetLen(0x0868, -1) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, -1)
#elif PACKETVER >= 20130103
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#endif
// Packet: 0x0869
#if PACKETVER >= 20131211
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#elif PACKETVER >= 20131204
-packetLen(0x0869, 10) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 10)
#elif PACKETVER >= 20130605
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#elif PACKETVER >= 20130529
-packetLen(0x0869, -1) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, -1)
#elif PACKETVER >= 20130306
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#elif PACKETVER >= 20130227
-packetLen(0x0869, -1) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, -1)
#elif PACKETVER >= 20130220
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#elif PACKETVER >= 20130215
-packetLen(0x0869, 8) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 8)
#elif PACKETVER >= 20130103
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#endif
// Packet: 0x086a
#if PACKETVER >= 20130731
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#elif PACKETVER >= 20130724
-packetLen(0x086a, -1) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, -1)
#elif PACKETVER >= 20130529
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#elif PACKETVER >= 20130522
-packetLen(0x086a, -1) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, -1)
#elif PACKETVER >= 20130103
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#endif
// Packet: 0x086b
#if PACKETVER >= 20130917
-packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 2)
#elif PACKETVER >= 20130911
-packetLen(0x086b, 36) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 36)
#elif PACKETVER >= 20130724
-packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 2)
#elif PACKETVER >= 20130717
-packetLen(0x086b, -1) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, -1)
#elif PACKETVER >= 20130424
-packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 2)
#elif PACKETVER >= 20130417
-packetLen(0x086b, 19) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 19)
#elif PACKETVER >= 20130206
-packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 2)
#elif PACKETVER >= 20130130
-packetLen(0x086b, 4) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 4)
#elif PACKETVER >= 20130103
-packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 2)
#endif
// Packet: 0x086c
#if PACKETVER >= 20131211
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#elif PACKETVER >= 20131204
-packetLen(0x086c, -1) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, -1)
#elif PACKETVER >= 20131016
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#elif PACKETVER >= 20131008
-packetLen(0x086c, -1) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, -1)
#elif PACKETVER >= 20130724
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#elif PACKETVER >= 20130717
-packetLen(0x086c, 4) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 4)
#elif PACKETVER >= 20130417
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#elif PACKETVER >= 20130410
-packetLen(0x086c, 18) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 18)
#elif PACKETVER >= 20130130
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#elif PACKETVER >= 20130121
-packetLen(0x086c, 19) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 19)
#elif PACKETVER >= 20130103
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#endif
// Packet: 0x086d
#if PACKETVER >= 20131016
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#elif PACKETVER >= 20131008
-packetLen(0x086d, 6) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 6)
#elif PACKETVER >= 20131002
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#elif PACKETVER >= 20130925
-packetLen(0x086d, 36) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 36)
#elif PACKETVER >= 20130917
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#elif PACKETVER >= 20130911
-packetLen(0x086d, 8) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 8)
#elif PACKETVER >= 20130403
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#elif PACKETVER >= 20130327
-packetLen(0x086d, 18) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 18)
#elif PACKETVER >= 20130320
-packetLen(0x086d, 26) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 26)
#elif PACKETVER >= 20130313
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#elif PACKETVER >= 20130306
-packetLen(0x086d, 19) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 19)
#elif PACKETVER >= 20130103
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#endif
// Packet: 0x086e
#if PACKETVER >= 20131218
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
#elif PACKETVER >= 20131211
-packetLen(0x086e, -1) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, -1)
#elif PACKETVER >= 20131030
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
#elif PACKETVER >= 20131023
-packetLen(0x086e, -1) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, -1)
#elif PACKETVER >= 20131002
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
#elif PACKETVER >= 20130925
-packetLen(0x086e, 26) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 26)
#elif PACKETVER >= 20130917
-packetLen(0x086e, 90) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 90)
#elif PACKETVER >= 20130828
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
#elif PACKETVER >= 20130821
-packetLen(0x086e, -1) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, -1)
#elif PACKETVER >= 20130306
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
#elif PACKETVER >= 20130227
-packetLen(0x086e, 4) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 4)
#elif PACKETVER >= 20130103
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
#endif
// Packet: 0x086f
#if PACKETVER >= 20130925
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#elif PACKETVER >= 20130917
-packetLen(0x086f, 6) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 6)
#elif PACKETVER >= 20130327
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#elif PACKETVER >= 20130320
-packetLen(0x086f, 26) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 26)
#elif PACKETVER >= 20130220
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#elif PACKETVER >= 20130215
-packetLen(0x086f, 8) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 8)
#elif PACKETVER >= 20130103
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#endif
// Packet: 0x0870
#if PACKETVER >= 20131023
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#elif PACKETVER >= 20131016
-packetLen(0x0870, -1) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, -1)
#elif PACKETVER >= 20130508
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#elif PACKETVER >= 20130502
-packetLen(0x0870, 26) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 26)
#elif PACKETVER >= 20130121
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#elif PACKETVER >= 20130115
-packetLen(0x0870, -1) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, -1)
#elif PACKETVER >= 20130103
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#endif
// Packet: 0x0871
#if PACKETVER >= 20131230
-packetLen(0x0871, 7) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 7)
#elif PACKETVER >= 20130121
-packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 2)
#elif PACKETVER >= 20130115
-packetLen(0x0871, 26) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 26)
#elif PACKETVER >= 20130103
-packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 2)
#endif
// Packet: 0x0872
@@ -4551,1545 +4551,1545 @@ packetLen(0x0872, 2)
// Packet: 0x0873
#if PACKETVER >= 20131218
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#elif PACKETVER >= 20131211
-packetLen(0x0873, 19) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 19)
#elif PACKETVER >= 20130821
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#elif PACKETVER >= 20130814
-packetLen(0x0873, 8) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 8)
#elif PACKETVER >= 20130710
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#elif PACKETVER >= 20130703
-packetLen(0x0873, 36) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 36)
#elif PACKETVER >= 20130403
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#elif PACKETVER >= 20130327
-packetLen(0x0873, 19) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 19)
#elif PACKETVER >= 20130103
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#endif
// Packet: 0x0874
#if PACKETVER >= 20130821
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#elif PACKETVER >= 20130814
-packetLen(0x0874, 7) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 7)
#elif PACKETVER >= 20130731
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#elif PACKETVER >= 20130724
-packetLen(0x0874, 5) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 5)
#elif PACKETVER >= 20130605
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#elif PACKETVER >= 20130529
-packetLen(0x0874, 18) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 18)
#elif PACKETVER >= 20130522
-packetLen(0x0874, -1) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, -1)
#elif PACKETVER >= 20130508
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#elif PACKETVER >= 20130502
-packetLen(0x0874, -1) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, -1)
#elif PACKETVER >= 20130327
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#elif PACKETVER >= 20130320
-packetLen(0x0874, 8) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 8)
#elif PACKETVER >= 20130130
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#elif PACKETVER >= 20130121
-packetLen(0x0874, 8) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 8)
#elif PACKETVER >= 20130103
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#endif
// Packet: 0x0875
#if PACKETVER >= 20131113
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20131106
-packetLen(0x0875, 6) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 6)
#elif PACKETVER >= 20131023
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20131016
-packetLen(0x0875, -1) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, -1)
#elif PACKETVER >= 20131002
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20130925
-packetLen(0x0875, 5) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 5)
#elif PACKETVER >= 20130508
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20130502
-packetLen(0x0875, 26) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 26)
#elif PACKETVER >= 20130424
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20130417
-packetLen(0x0875, 36) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 36)
#elif PACKETVER >= 20130103
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#endif
// Packet: 0x0876
#if PACKETVER >= 20131030
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
#elif PACKETVER >= 20131023
-packetLen(0x0876, 10) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 10)
#elif PACKETVER >= 20131002
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
#elif PACKETVER >= 20130925
-packetLen(0x0876, 8) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 8)
#elif PACKETVER >= 20130731
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
#elif PACKETVER >= 20130724
-packetLen(0x0876, 7) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 7)
#elif PACKETVER >= 20130605
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
#elif PACKETVER >= 20130529
-packetLen(0x0876, 5) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 5)
#elif PACKETVER >= 20130215
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
#elif PACKETVER >= 20130206
-packetLen(0x0876, 4) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 4)
#elif PACKETVER >= 20130103
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
#endif
// Packet: 0x0877
#if PACKETVER >= 20131211
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#elif PACKETVER >= 20131204
-packetLen(0x0877, 19) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 19)
#elif PACKETVER >= 20130605
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#elif PACKETVER >= 20130529
-packetLen(0x0877, 26) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 26)
#elif PACKETVER >= 20130508
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#elif PACKETVER >= 20130502
-packetLen(0x0877, 8) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 8)
#elif PACKETVER >= 20130121
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#elif PACKETVER >= 20130115
-packetLen(0x0877, 6) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 6)
#elif PACKETVER >= 20130103
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#endif
// Packet: 0x0878
#if PACKETVER >= 20130807
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#elif PACKETVER >= 20130731
-packetLen(0x0878, 7) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 7)
#elif PACKETVER >= 20130626
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#elif PACKETVER >= 20130618
-packetLen(0x0878, 4) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 4)
#elif PACKETVER >= 20130515
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#elif PACKETVER >= 20130508
-packetLen(0x0878, -1) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, -1)
#elif PACKETVER >= 20130403
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#elif PACKETVER >= 20130327
-packetLen(0x0878, 12) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 12)
#elif PACKETVER >= 20130103
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#endif
// Packet: 0x0879
#if PACKETVER >= 20131211
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
#elif PACKETVER >= 20131204
-packetLen(0x0879, 6) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 6)
#elif PACKETVER >= 20130828
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
#elif PACKETVER >= 20130821
-packetLen(0x0879, 12) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 12)
#elif PACKETVER >= 20130417
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
#elif PACKETVER >= 20130410
-packetLen(0x0879, 8) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 8)
#elif PACKETVER >= 20130121
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
#elif PACKETVER >= 20130115
-packetLen(0x0879, 5) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 5)
#elif PACKETVER >= 20130103
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
#endif
// Packet: 0x087a
#if PACKETVER >= 20130925
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
#elif PACKETVER >= 20130917
-packetLen(0x087a, 6) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 6)
#elif PACKETVER >= 20130626
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
#elif PACKETVER >= 20130618
-packetLen(0x087a, 8) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 8)
#elif PACKETVER >= 20130103
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
#endif
// Packet: 0x087b
#if PACKETVER >= 20131230
-packetLen(0x087b, 12) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 12)
#elif PACKETVER >= 20131223
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#elif PACKETVER >= 20131218
-packetLen(0x087b, 4) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 4)
#elif PACKETVER >= 20130917
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#elif PACKETVER >= 20130911
-packetLen(0x087b, 4) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 4)
#elif PACKETVER >= 20130306
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#elif PACKETVER >= 20130227
-packetLen(0x087b, 26) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 26)
#elif PACKETVER >= 20130103
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#endif
// Packet: 0x087c
#if PACKETVER >= 20130508
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
#elif PACKETVER >= 20130502
-packetLen(0x087c, 19) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 19)
#elif PACKETVER >= 20130417
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
#elif PACKETVER >= 20130410
-packetLen(0x087c, 5) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 5)
#elif PACKETVER >= 20130121
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
#elif PACKETVER >= 20130115
-packetLen(0x087c, 6) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 6)
#elif PACKETVER >= 20130103
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
#endif
// Packet: 0x087d
#if PACKETVER >= 20131106
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#elif PACKETVER >= 20131030
-packetLen(0x087d, 26) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 26)
#elif PACKETVER >= 20131002
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#elif PACKETVER >= 20130925
-packetLen(0x087d, 6) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 6)
#elif PACKETVER >= 20130417
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#elif PACKETVER >= 20130410
-packetLen(0x087d, 6) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 6)
#elif PACKETVER >= 20130206
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#elif PACKETVER >= 20130130
-packetLen(0x087d, 5) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 5)
#elif PACKETVER >= 20130103
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#endif
// Packet: 0x087e
#if PACKETVER >= 20131230
-packetLen(0x087e, 4) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 4)
#elif PACKETVER >= 20130925
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#elif PACKETVER >= 20130917
-packetLen(0x087e, 10) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 10)
#elif PACKETVER >= 20130904
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#elif PACKETVER >= 20130828
-packetLen(0x087e, 6) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 6)
#elif PACKETVER >= 20130618
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#elif PACKETVER >= 20130612
-packetLen(0x087e, 5) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 5)
#elif PACKETVER >= 20130529
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#elif PACKETVER >= 20130522
-packetLen(0x087e, 8) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 8)
#elif PACKETVER >= 20130103
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#endif
// Packet: 0x087f
#if PACKETVER >= 20131230
-packetLen(0x087f, -1) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, -1)
#elif PACKETVER >= 20131211
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#elif PACKETVER >= 20131204
-packetLen(0x087f, 18) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 18)
#elif PACKETVER >= 20130206
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#elif PACKETVER >= 20130130
-packetLen(0x087f, -1) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, -1)
#elif PACKETVER >= 20130103
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#endif
// Packet: 0x0880
#if PACKETVER >= 20130717
-packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 2)
#elif PACKETVER >= 20130710
-packetLen(0x0880, 36) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 36)
#elif PACKETVER >= 20130103
-packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 2)
#endif
// Packet: 0x0881
#if PACKETVER >= 20131218
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#elif PACKETVER >= 20131211
-packetLen(0x0881, 4) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 4)
#elif PACKETVER >= 20131204
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#elif PACKETVER >= 20131127
-packetLen(0x0881, 4) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 4)
#elif PACKETVER >= 20130828
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#elif PACKETVER >= 20130821
-packetLen(0x0881, -1) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, -1)
#elif PACKETVER >= 20130327
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#elif PACKETVER >= 20130320
-packetLen(0x0881, 5) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 5)
#elif PACKETVER >= 20130313
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#elif PACKETVER >= 20130306
-packetLen(0x0881, -1) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, -1)
#elif PACKETVER >= 20130103
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#endif
// Packet: 0x0882
#if PACKETVER >= 20131211
-packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 2)
#elif PACKETVER >= 20131204
-packetLen(0x0882, 26) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 26)
#elif PACKETVER >= 20130724
-packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 2)
#elif PACKETVER >= 20130717
-packetLen(0x0882, 10) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 10)
#elif PACKETVER >= 20130103
-packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 2)
#endif
// Packet: 0x0883
#if PACKETVER >= 20131016
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#elif PACKETVER >= 20131008
-packetLen(0x0883, 8) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 8)
#elif PACKETVER >= 20130612
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#elif PACKETVER >= 20130605
-packetLen(0x0883, 36) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 36)
#elif PACKETVER >= 20130215
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#elif PACKETVER >= 20130206
-packetLen(0x0883, 18) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 18)
#elif PACKETVER >= 20130103
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#endif
// Packet: 0x0884
#if PACKETVER >= 20131204
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20131127
-packetLen(0x0884, 5) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 5)
#elif PACKETVER >= 20131120
-packetLen(0x0884, 10) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 10)
#elif PACKETVER >= 20131016
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20131008
-packetLen(0x0884, 18) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 18)
#elif PACKETVER >= 20130807
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20130731
-packetLen(0x0884, 36) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 36)
#elif PACKETVER >= 20130410
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20130403
-packetLen(0x0884, 19) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 19)
#elif PACKETVER >= 20130130
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20130121
-packetLen(0x0884, -1) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, -1)
#elif PACKETVER >= 20130103
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#endif
// Packet: 0x0885
#if PACKETVER >= 20131030
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20131023
-packetLen(0x0885, 36) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 36)
#elif PACKETVER >= 20131016
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20131008
-packetLen(0x0885, 4) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 4)
#elif PACKETVER >= 20131002
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20130925
-packetLen(0x0885, 5) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 5)
#elif PACKETVER >= 20130821
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20130814
-packetLen(0x0885, 36) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 36)
#elif PACKETVER >= 20130626
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20130618
-packetLen(0x0885, 8) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 8)
#elif PACKETVER >= 20130403
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20130327
-packetLen(0x0885, 6) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 6)
#elif PACKETVER >= 20130215
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20130206
-packetLen(0x0885, 8) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 8)
#elif PACKETVER >= 20130130
-packetLen(0x0885, 7) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 7)
#elif PACKETVER >= 20130103
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#endif
// Packet: 0x0886
#if PACKETVER >= 20131218
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20131211
-packetLen(0x0886, 5) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 5)
#elif PACKETVER >= 20130220
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20130215
-packetLen(0x0886, 6) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 6)
#elif PACKETVER >= 20130206
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20130130
-packetLen(0x0886, 6) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 6)
#elif PACKETVER >= 20130115
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20130109
-packetLen(0x0886, 8) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 8)
#elif PACKETVER >= 20130103
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#endif
// Packet: 0x0887
#if PACKETVER >= 20131113
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20131106
-packetLen(0x0887, 6) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 6)
#elif PACKETVER >= 20131030
-packetLen(0x0887, 36) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 36)
#elif PACKETVER >= 20131023
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20131016
-packetLen(0x0887, 6) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 6)
#elif PACKETVER >= 20131002
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20130925
-packetLen(0x0887, 19) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 19)
#elif PACKETVER >= 20130821
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20130814
-packetLen(0x0887, 10) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 10)
#elif PACKETVER >= 20130807
-packetLen(0x0887, 36) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 36)
#elif PACKETVER >= 20130626
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20130618
-packetLen(0x0887, 26) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 26)
#elif PACKETVER >= 20130522
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20130515
-packetLen(0x0887, 8) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 8)
#elif PACKETVER >= 20130320
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20130313
-packetLen(0x0887, 5) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 5)
#elif PACKETVER >= 20130206
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20130130
-packetLen(0x0887, 90) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 90)
#elif PACKETVER >= 20130103
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#endif
// Packet: 0x0888
#if PACKETVER >= 20131023
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20131016
-packetLen(0x0888, 5) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 5)
#elif PACKETVER >= 20130605
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20130529
-packetLen(0x0888, 4) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 4)
#elif PACKETVER >= 20130508
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20130502
-packetLen(0x0888, 6) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 6)
#elif PACKETVER >= 20130327
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20130320
-packetLen(0x0888, 19) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 19)
#elif PACKETVER >= 20130121
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20130115
-packetLen(0x0888, 12) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 12)
#elif PACKETVER >= 20130109
-packetLen(0x0888, 5) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 5)
#elif PACKETVER >= 20130103
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#endif
// Packet: 0x0889
#if PACKETVER >= 20130917
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20130911
-packetLen(0x0889, 6) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 6)
#elif PACKETVER >= 20130904
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20130828
-packetLen(0x0889, 5) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 5)
#elif PACKETVER >= 20130821
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20130814
-packetLen(0x0889, -1) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, -1)
#elif PACKETVER >= 20130807
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20130731
-packetLen(0x0889, 4) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 4)
#elif PACKETVER >= 20130626
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20130618
-packetLen(0x0889, 7) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 7)
#elif PACKETVER >= 20130508
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20130502
-packetLen(0x0889, 8) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 8)
#elif PACKETVER >= 20130206
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20130130
-packetLen(0x0889, 6) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 6)
#elif PACKETVER >= 20130103
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#endif
// Packet: 0x088a
#if PACKETVER >= 20131030
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20131023
-packetLen(0x088a, -1) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, -1)
#elif PACKETVER >= 20130925
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20130917
-packetLen(0x088a, 36) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 36)
#elif PACKETVER >= 20130821
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20130814
-packetLen(0x088a, 6) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 6)
#elif PACKETVER >= 20130724
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20130717
-packetLen(0x088a, 5) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 5)
#elif PACKETVER >= 20130115
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20130109
-packetLen(0x088a, 19) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 19)
#elif PACKETVER >= 20130103
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#endif
// Packet: 0x088b
#if PACKETVER >= 20131030
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20131023
-packetLen(0x088b, 6) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 6)
#elif PACKETVER >= 20131016
-packetLen(0x088b, 26) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 26)
#elif PACKETVER >= 20130807
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20130731
-packetLen(0x088b, 6) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 6)
#elif PACKETVER >= 20130703
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20130626
-packetLen(0x088b, 6) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 6)
#elif PACKETVER >= 20130515
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20130508
-packetLen(0x088b, 6) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 6)
#elif PACKETVER >= 20130121
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20130115
-packetLen(0x088b, 90) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 90)
#elif PACKETVER >= 20130103
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#endif
// Packet: 0x088c
#if PACKETVER >= 20131127
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20131120
-packetLen(0x088c, 19) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 19)
#elif PACKETVER >= 20131113
-packetLen(0x088c, -1) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, -1)
#elif PACKETVER >= 20130821
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20130814
-packetLen(0x088c, 5) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 5)
#elif PACKETVER >= 20130724
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20130717
-packetLen(0x088c, 5) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 5)
#elif PACKETVER >= 20130703
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20130626
-packetLen(0x088c, 19) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 19)
#elif PACKETVER >= 20130417
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20130410
-packetLen(0x088c, 36) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 36)
#elif PACKETVER >= 20130103
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#endif
// Packet: 0x088d
#if PACKETVER >= 20131204
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20131127
-packetLen(0x088d, 5) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 5)
#elif PACKETVER >= 20131120
-packetLen(0x088d, 26) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 26)
#elif PACKETVER >= 20130828
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20130821
-packetLen(0x088d, 6) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 6)
#elif PACKETVER >= 20130417
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20130410
-packetLen(0x088d, 5) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 5)
#elif PACKETVER >= 20130103
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#endif
// Packet: 0x088e
#if PACKETVER >= 20130626
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20130618
-packetLen(0x088e, 5) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 5)
#elif PACKETVER >= 20130605
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20130529
-packetLen(0x088e, 8) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 8)
#elif PACKETVER >= 20130522
-packetLen(0x088e, 36) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 36)
#elif PACKETVER >= 20130327
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20130320
-packetLen(0x088e, 7) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 7)
#elif PACKETVER >= 20130115
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20130109
-packetLen(0x088e, 12) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 12)
#elif PACKETVER >= 20130103
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#endif
// Packet: 0x088f
#if PACKETVER >= 20131120
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20131113
-packetLen(0x088f, 6) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 6)
#elif PACKETVER >= 20131030
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20131023
-packetLen(0x088f, 8) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 8)
#elif PACKETVER >= 20131002
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20130925
-packetLen(0x088f, 26) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 26)
#elif PACKETVER >= 20130828
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20130821
-packetLen(0x088f, 26) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 26)
#elif PACKETVER >= 20130703
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20130626
-packetLen(0x088f, 4) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 4)
#elif PACKETVER >= 20130403
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20130327
-packetLen(0x088f, 10) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 10)
#elif PACKETVER >= 20130103
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#endif
// Packet: 0x0890
#if PACKETVER >= 20131023
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20131016
-packetLen(0x0890, 6) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 6)
#elif PACKETVER >= 20131002
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20130925
-packetLen(0x0890, 8) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 8)
#elif PACKETVER >= 20130626
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20130618
-packetLen(0x0890, 12) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 12)
#elif PACKETVER >= 20130605
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20130529
-packetLen(0x0890, 7) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 7)
#elif PACKETVER >= 20130417
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20130410
-packetLen(0x0890, -1) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, -1)
#elif PACKETVER >= 20130327
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20130320
-packetLen(0x0890, 4) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 4)
#elif PACKETVER >= 20130313
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20130306
-packetLen(0x0890, 8) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 8)
#elif PACKETVER >= 20130103
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#endif
// Packet: 0x0891
#if PACKETVER >= 20131113
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20131106
-packetLen(0x0891, 6) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 6)
#elif PACKETVER >= 20130917
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20130911
-packetLen(0x0891, 5) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 5)
#elif PACKETVER >= 20130731
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20130724
-packetLen(0x0891, 6) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 6)
#elif PACKETVER >= 20130626
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20130618
-packetLen(0x0891, -1) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, -1)
#elif PACKETVER >= 20130417
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20130410
-packetLen(0x0891, 8) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 8)
#elif PACKETVER >= 20130403
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20130327
-packetLen(0x0891, 8) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 8)
#elif PACKETVER >= 20130115
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20130109
-packetLen(0x0891, -1) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, -1)
#elif PACKETVER >= 20130103
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#endif
// Packet: 0x0892
#if PACKETVER >= 20131218
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20131211
-packetLen(0x0892, 8) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 8)
#elif PACKETVER >= 20130828
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20130821
-packetLen(0x0892, 6) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 6)
#elif PACKETVER >= 20130605
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20130529
-packetLen(0x0892, 6) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 6)
#elif PACKETVER >= 20130115
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20130109
-packetLen(0x0892, 10) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 10)
#elif PACKETVER >= 20130103
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#endif
// Packet: 0x0893
#if PACKETVER >= 20131113
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20131106
-packetLen(0x0893, 18) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 18)
#elif PACKETVER >= 20130904
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20130828
-packetLen(0x0893, 36) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 36)
#elif PACKETVER >= 20130731
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20130724
-packetLen(0x0893, 19) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 19)
#elif PACKETVER >= 20130515
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20130508
-packetLen(0x0893, 18) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 18)
#elif PACKETVER >= 20130306
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20130227
-packetLen(0x0893, 8) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 8)
#elif PACKETVER >= 20130130
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20130121
-packetLen(0x0893, 26) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 26)
#elif PACKETVER >= 20130103
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#endif
// Packet: 0x0894
#if PACKETVER >= 20131204
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20131127
-packetLen(0x0894, 36) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 36)
#elif PACKETVER >= 20131113
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20131106
-packetLen(0x0894, 5) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 5)
#elif PACKETVER >= 20131023
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20131016
-packetLen(0x0894, 12) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 12)
#elif PACKETVER >= 20130807
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20130731
-packetLen(0x0894, -1) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, -1)
#elif PACKETVER >= 20130703
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20130626
-packetLen(0x0894, 18) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 18)
#elif PACKETVER >= 20130121
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20130115
-packetLen(0x0894, 5) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 5)
#elif PACKETVER >= 20130103
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#endif
// Packet: 0x0895
#if PACKETVER >= 20131230
-packetLen(0x0895, 8) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 8)
#elif PACKETVER >= 20130925
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20130917
-packetLen(0x0895, 6) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 6)
#elif PACKETVER >= 20130821
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20130814
-packetLen(0x0895, 6) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 6)
#elif PACKETVER >= 20130807
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20130731
-packetLen(0x0895, 8) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 8)
#elif PACKETVER >= 20130703
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20130626
-packetLen(0x0895, 26) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 26)
#elif PACKETVER >= 20130605
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20130529
-packetLen(0x0895, 6) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 6)
#elif PACKETVER >= 20130515
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20130508
-packetLen(0x0895, 19) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 19)
#elif PACKETVER >= 20130121
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20130115
-packetLen(0x0895, 6) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 6)
#elif PACKETVER >= 20130103
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#endif
// Packet: 0x0896
#if PACKETVER >= 20131016
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#elif PACKETVER >= 20131008
-packetLen(0x0896, 90) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 90)
#elif PACKETVER >= 20130821
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#elif PACKETVER >= 20130814
-packetLen(0x0896, 8) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 8)
#elif PACKETVER >= 20130103
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#endif
// Packet: 0x0897
#if PACKETVER >= 20130807
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20130731
-packetLen(0x0897, -1) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, -1)
#elif PACKETVER >= 20130724
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20130717
-packetLen(0x0897, -1) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, -1)
#elif PACKETVER >= 20130605
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20130529
-packetLen(0x0897, 6) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 6)
#elif PACKETVER >= 20130515
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20130508
-packetLen(0x0897, 8) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 8)
#elif PACKETVER >= 20130327
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20130320
-packetLen(0x0897, 5) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 5)
#elif PACKETVER >= 20130103
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#endif
// Packet: 0x0898
#if PACKETVER >= 20131230
-packetLen(0x0898, 6) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 6)
#elif PACKETVER >= 20130724
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20130717
-packetLen(0x0898, 6) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 6)
#elif PACKETVER >= 20130327
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20130320
-packetLen(0x0898, 6) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 6)
#elif PACKETVER >= 20130313
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20130306
-packetLen(0x0898, 7) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 7)
#elif PACKETVER >= 20130227
-packetLen(0x0898, 5) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 5)
#elif PACKETVER >= 20130103
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#endif
// Packet: 0x0899
#if PACKETVER >= 20130403
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20130327
-packetLen(0x0899, 6) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 6)
#elif PACKETVER >= 20130215
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20130206
-packetLen(0x0899, -1) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, -1)
#elif PACKETVER >= 20130103
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#endif
// Packet: 0x089a
#if PACKETVER >= 20131120
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20131113
-packetLen(0x089a, 19) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 19)
#elif PACKETVER >= 20130206
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20130130
-packetLen(0x089a, 26) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 26)
#elif PACKETVER >= 20130103
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#endif
// Packet: 0x089b
#if PACKETVER >= 20130724
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20130717
-packetLen(0x089b, 8) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 8)
#elif PACKETVER >= 20130529
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20130522
-packetLen(0x089b, 18) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 18)
#elif PACKETVER >= 20130327
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20130320
-packetLen(0x089b, 10) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 10)
#elif PACKETVER >= 20130103
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#endif
// Packet: 0x089c
#if PACKETVER >= 20131230
-packetLen(0x089c, 19) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 19)
#elif PACKETVER >= 20131016
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20131008
-packetLen(0x089c, 5) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 5)
#elif PACKETVER >= 20130731
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20130724
-packetLen(0x089c, 10) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 10)
#elif PACKETVER >= 20130529
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20130522
-packetLen(0x089c, 6) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 6)
#elif PACKETVER >= 20130417
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20130410
-packetLen(0x089c, 6) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 6)
#elif PACKETVER >= 20130103
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#endif
// Packet: 0x089d
#if PACKETVER >= 20130925
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20130917
-packetLen(0x089d, 19) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 19)
#elif PACKETVER >= 20130103
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#endif
// Packet: 0x089e
#if PACKETVER >= 20131204
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20131127
-packetLen(0x089e, 8) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 8)
#elif PACKETVER >= 20131120
-packetLen(0x089e, 6) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 6)
#elif PACKETVER >= 20130904
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20130828
-packetLen(0x089e, 10) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 10)
#elif PACKETVER >= 20130417
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20130410
-packetLen(0x089e, -1) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, -1)
#elif PACKETVER >= 20130220
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20130215
-packetLen(0x089e, -1) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, -1)
#elif PACKETVER >= 20130103
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#endif
// Packet: 0x089f
#if PACKETVER >= 20130904
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#elif PACKETVER >= 20130828
-packetLen(0x089f, 5) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 5)
#elif PACKETVER >= 20130313
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#elif PACKETVER >= 20130306
-packetLen(0x089f, 6) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 6)
#elif PACKETVER >= 20130220
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#elif PACKETVER >= 20130215
-packetLen(0x089f, 4) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 4)
#elif PACKETVER >= 20130206
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#elif PACKETVER >= 20130130
-packetLen(0x089f, 6) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 6)
#elif PACKETVER >= 20130103
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#endif
// Packet: 0x08a0
#if PACKETVER >= 20131211
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20131204
-packetLen(0x08a0, -1) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, -1)
#elif PACKETVER >= 20130925
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20130917
-packetLen(0x08a0, 8) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 8)
#elif PACKETVER >= 20130417
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20130410
-packetLen(0x08a0, 6) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 6)
#elif PACKETVER >= 20130215
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20130206
-packetLen(0x08a0, 5) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 5)
#elif PACKETVER >= 20130130
-packetLen(0x08a0, 10) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 10)
#elif PACKETVER >= 20130121
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20130115
-packetLen(0x08a0, 26) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 26)
#elif PACKETVER >= 20130103
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#endif
// Packet: 0x08a1
#if PACKETVER >= 20131127
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20131120
-packetLen(0x08a1, 5) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 5)
#elif PACKETVER >= 20130522
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20130515
-packetLen(0x08a1, 6) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 6)
#elif PACKETVER >= 20130508
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20130502
-packetLen(0x08a1, 18) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 18)
#elif PACKETVER >= 20130403
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20130327
-packetLen(0x08a1, 6) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 6)
#elif PACKETVER >= 20130306
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20130227
-packetLen(0x08a1, 8) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 8)
#elif PACKETVER >= 20130103
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#endif
// Packet: 0x08a2
#if PACKETVER >= 20131113
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20131106
-packetLen(0x08a2, 19) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 19)
#elif PACKETVER >= 20131030
-packetLen(0x08a2, 4) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 4)
#elif PACKETVER >= 20130925
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20130917
-packetLen(0x08a2, -1) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, -1)
#elif PACKETVER >= 20130529
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20130522
-packetLen(0x08a2, 7) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 7)
#elif PACKETVER >= 20130403
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20130327
-packetLen(0x08a2, -1) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, -1)
#elif PACKETVER >= 20130115
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20130109
-packetLen(0x08a2, 6) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 6)
#elif PACKETVER >= 20130103
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#endif
// Packet: 0x08a3
#if PACKETVER >= 20131218
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#elif PACKETVER >= 20131211
-packetLen(0x08a3, 18) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 18)
#elif PACKETVER >= 20130904
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#elif PACKETVER >= 20130828
-packetLen(0x08a3, -1) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, -1)
#elif PACKETVER >= 20130529
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#elif PACKETVER >= 20130522
-packetLen(0x08a3, 8) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 8)
#elif PACKETVER >= 20130508
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#elif PACKETVER >= 20130502
-packetLen(0x08a3, 6) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 6)
#elif PACKETVER >= 20130103
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#endif
// Packet: 0x08a4
#if PACKETVER >= 20131230
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20131223
-packetLen(0x08a4, 36) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 36)
#elif PACKETVER >= 20131218
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20131211
-packetLen(0x08a4, 5) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 5)
#elif PACKETVER >= 20131204
-packetLen(0x08a4, 6) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 6)
#elif PACKETVER >= 20131127
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20131120
-packetLen(0x08a4, 36) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 36)
#elif PACKETVER >= 20131113
-packetLen(0x08a4, -1) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, -1)
#elif PACKETVER >= 20130917
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20130911
-packetLen(0x08a4, -1) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, -1)
#elif PACKETVER >= 20130821
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20130814
-packetLen(0x08a4, -1) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, -1)
#elif PACKETVER >= 20130417
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20130410
-packetLen(0x08a4, 90) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 90)
#elif PACKETVER >= 20130313
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20130306
-packetLen(0x08a4, 10) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 10)
#elif PACKETVER >= 20130206
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20130130
-packetLen(0x08a4, 10) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 10)
#elif PACKETVER >= 20130121
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20130115
-packetLen(0x08a4, 10) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 10)
#elif PACKETVER >= 20130103
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#endif
// Packet: 0x08a5
#if PACKETVER >= 20130703
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20130626
-packetLen(0x08a5, -1) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, -1)
#elif PACKETVER >= 20130410
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20130403
-packetLen(0x08a5, 4) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 4)
#elif PACKETVER >= 20130103
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#endif
// Packet: 0x08a6
#if PACKETVER >= 20130724
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20130717
-packetLen(0x08a6, 8) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 8)
#elif PACKETVER >= 20130626
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20130618
-packetLen(0x08a6, 5) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 5)
#elif PACKETVER >= 20130529
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20130522
-packetLen(0x08a6, 6) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 6)
#elif PACKETVER >= 20130103
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#endif
// Packet: 0x08a7
#if PACKETVER >= 20131211
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20131204
-packetLen(0x08a7, 6) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 6)
#elif PACKETVER >= 20131030
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20131023
-packetLen(0x08a7, 5) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 5)
#elif PACKETVER >= 20130626
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20130618
-packetLen(0x08a7, 18) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 18)
#elif PACKETVER >= 20130605
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20130529
-packetLen(0x08a7, 6) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 6)
#elif PACKETVER >= 20130103
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#endif
// Packet: 0x08a8
#if PACKETVER >= 20131127
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20131120
-packetLen(0x08a8, 7) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 7)
#elif PACKETVER >= 20131113
-packetLen(0x08a8, 8) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 8)
#elif PACKETVER >= 20130925
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20130917
-packetLen(0x08a8, -1) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, -1)
#elif PACKETVER >= 20130605
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20130529
-packetLen(0x08a8, 26) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 26)
#elif PACKETVER >= 20130103
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#endif
// Packet: 0x08a9
#if PACKETVER >= 20131230
-packetLen(0x08a9, 26) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 26)
#elif PACKETVER >= 20131016
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20131008
-packetLen(0x08a9, 10) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 10)
#elif PACKETVER >= 20130724
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20130717
-packetLen(0x08a9, 6) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 6)
#elif PACKETVER >= 20130529
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20130522
-packetLen(0x08a9, 19) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 19)
#elif PACKETVER >= 20130206
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20130130
-packetLen(0x08a9, 8) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 8)
#elif PACKETVER >= 20130103
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#endif
// Packet: 0x08aa
#if PACKETVER >= 20130724
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20130717
-packetLen(0x08aa, -1) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, -1)
#elif PACKETVER >= 20130522
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20130515
-packetLen(0x08aa, 8) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 8)
#elif PACKETVER >= 20130115
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20130109
-packetLen(0x08aa, 4) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 4)
#elif PACKETVER >= 20130103
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#endif
// Packet: 0x08ab
#if PACKETVER >= 20131223
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20131218
-packetLen(0x08ab, 26) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 26)
#elif PACKETVER >= 20131211
-packetLen(0x08ab, 6) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 6)
#elif PACKETVER >= 20131030
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20131023
-packetLen(0x08ab, 5) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 5)
#elif PACKETVER >= 20130731
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20130724
-packetLen(0x08ab, 4) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 4)
#elif PACKETVER >= 20130703
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20130626
-packetLen(0x08ab, 26) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 26)
#elif PACKETVER >= 20130515
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20130508
-packetLen(0x08ab, 26) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 26)
#elif PACKETVER >= 20130103
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#endif
// Packet: 0x08ac
#if PACKETVER >= 20131030
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20131023
-packetLen(0x08ac, 19) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 19)
#elif PACKETVER >= 20130904
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20130828
-packetLen(0x08ac, 6) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 6)
#elif PACKETVER >= 20130529
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20130522
-packetLen(0x08ac, 4) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 4)
#elif PACKETVER >= 20130515
-packetLen(0x08ac, 8) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 8)
#elif PACKETVER >= 20130327
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20130320
-packetLen(0x08ac, 8) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 8)
#elif PACKETVER >= 20130313
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20130306
-packetLen(0x08ac, 4) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 4)
#elif PACKETVER >= 20130215
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20130206
-packetLen(0x08ac, 19) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 19)
#elif PACKETVER >= 20130121
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20130115
-packetLen(0x08ac, 8) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 8)
#elif PACKETVER >= 20130103
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#endif
// Packet: 0x08ad
#if PACKETVER >= 20131211
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20131204
-packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 6)
#elif PACKETVER >= 20130828
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20130821
-packetLen(0x08ad, 4) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 4)
#elif PACKETVER >= 20130220
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20130215
-packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 6)
#elif PACKETVER >= 20130103
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#endif
// Packet: 0x08af
-packetLen(0x08af, 10) // HC_WAITING_LOGIN
+packetLen(0x08af, 10)
// Packet: 0x08b0
-packetLen(0x08b0, 17) // CH_WAITING_LOGIN
+packetLen(0x08b0, 17)
// Packet: 0x08b1
-packetLen(0x08b1, -1) // ZC_MCSTORE_NOTMOVEITEM_LIST
+packetLen(0x08b1, -1)
// Packet: 0x08b2
-packetLen(0x08b2, -1) // AC_REALNAME_AUTH
+packetLen(0x08b2, -1)
// Packet: 0x08b3
-packetLen(0x08b3, -1) // ZC_SHOWSCRIPT
+packetLen(0x08b3, -1)
// Packet: 0x08b4
-packetLen(0x08b4, 2) // ZC_START_COLLECTION
+packetLen(0x08b4, 2)
// Packet: 0x08b5
-packetLen(0x08b5, 6) // CZ_TRYCOLLECTION
+packetLen(0x08b5, 6)
// Packet: 0x08b6
-packetLen(0x08b6, 3) // ZC_TRYCOLLECTION
+packetLen(0x08b6, 3)
// Packet: 0x08b8
-packetLen(0x08b8, 10) // CH_SECOND_PASSWD_ACK
+packetLen(0x08b8, 10)
// Packet: 0x08b9
-packetLen(0x08b9, 12) // HC_SECOND_PASSWD_LOGIN
+packetLen(0x08b9, 12)
// Packet: 0x08ba
-packetLen(0x08ba, 10) // CH_MAKE_SECOND_PASSWD
+packetLen(0x08ba, 10)
// Packet: 0x08bb
-packetLen(0x08bb, 8) // HC_MAKE_SECOND_PASSWD
+packetLen(0x08bb, 8)
// Packet: 0x08bc
-packetLen(0x08bc, 10) // CH_DELETE_SECOND_PASSWD
+packetLen(0x08bc, 10)
// Packet: 0x08bd
-packetLen(0x08bd, 8) // HC_DELETE_SECOND_PASSWD
+packetLen(0x08bd, 8)
// Packet: 0x08be
-packetLen(0x08be, 14) // CH_EDIT_SECOND_PASSWD
+packetLen(0x08be, 14)
// Packet: 0x08bf
-packetLen(0x08bf, 8) // HC_EDIT_SECOND_PASSWD
+packetLen(0x08bf, 8)
// Packet: 0x08c0
-packetLen(0x08c0, -1) // ZC_ACK_SE_CASH_ITEM_LIST2
+packetLen(0x08c0, -1)
// Packet: 0x08c1
-packetLen(0x08c1, 2) // CZ_MACRO_START
+packetLen(0x08c1, 2)
// Packet: 0x08c2
-packetLen(0x08c2, 2) // CZ_MACRO_STOP
+packetLen(0x08c2, 2)
// Packet: 0x08c3
-packetLen(0x08c3, 10) // CH_NOT_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c3, 10)
// Packet: 0x08c4
-packetLen(0x08c4, 8) // HC_NOT_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c4, 8)
// Packet: 0x08c5
-packetLen(0x08c5, 6) // CH_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c5, 6)
// Packet: 0x08c6
-packetLen(0x08c6, 4) // HC_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c6, 4)
// Packet: 0x08c7
-packetLen(0x08c7, -1) // ZC_SKILL_ENTRY3
+packetLen(0x08c7, -1)
// Packet: 0x08c8
-packetLen(0x08c8, 34) // ZC_NOTIFY_ACT3
+packetLen(0x08c8, 34)
// Packet: 0x08c9
-packetLen(0x08c9, 2) // CZ_REQ_SCHEDULER_CASHITEM
+packetLen(0x08c9, 2)
// Packet: 0x08ca
-packetLen(0x08ca, -1) // ZC_ACK_SCHEDULER_CASHITEM
+packetLen(0x08ca, -1)
// Packet: 0x08cb
-packetLen(0x08cb, -1) // ZC_PERSONAL_INFOMATION
+packetLen(0x08cb, -1)
// Packet: 0x08cc
-packetLen(0x08cc, 109) // CA_LOGIN5
+packetLen(0x08cc, 109)
// Packet: 0x08cd
-packetLen(0x08cd, 10) // ZC_STOPMOVE_FORCE
+packetLen(0x08cd, 10)
// Packet: 0x08ce
-packetLen(0x08ce, 2) // ZC_FAILED_GET_ITEM_FROM_ZONEDA
+packetLen(0x08ce, 2)
// Packet: 0x08cf
-packetLen(0x08cf, 10) // ZC_SPIRITS_ATTRIBUTE
+packetLen(0x08cf, 10)
// Packet: 0x08d0
-packetLen(0x08d0, 9) // ZC_REQ_WEAR_EQUIP_ACK2
+packetLen(0x08d0, 9)
// Packet: 0x08d1
-packetLen(0x08d1, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK2
+packetLen(0x08d1, 7)
// Packet: 0x08d2
-packetLen(0x08d2, 10) // ZC_FASTMOVE
+packetLen(0x08d2, 10)
// Packet: 0x08d3
-packetLen(0x08d3, 10) // ZC_SE_CASHSHOP_UPDATE
+packetLen(0x08d3, 10)
// Packet: 0x08d4
-packetLen(0x08d4, 8) // CH_REQ_CHANGE_CHARACTER_SLOT
+packetLen(0x08d4, 8)
// Packet: 0x08d5
-packetLen(0x08d5, -1) // HC_ACK_CHANGE_CHARACTER_SLOT
+packetLen(0x08d5, -1)
// Packet: 0x08d6
-packetLen(0x08d6, 6) // ZC_CLEAR_DIALOG
+packetLen(0x08d6, 6)
// Packet: 0x08d7
-packetLen(0x08d7, 28) // CZ_REQ_ENTRY_QUEUE_APPLY
+packetLen(0x08d7, 28)
// Packet: 0x08d8
-packetLen(0x08d8, 27) // ZC_ACK_ENTRY_QUEUE_APPLY
+packetLen(0x08d8, 27)
// Packet: 0x08d9
-packetLen(0x08d9, 30) // ZC_NOTIFY_ENTRY_QUEUE_APPLY
+packetLen(0x08d9, 30)
// Packet: 0x08da
-packetLen(0x08da, 26) // CZ_REQ_ENTRY_QUEUE_CANCEL
+packetLen(0x08da, 26)
// Packet: 0x08db
-packetLen(0x08db, 27) // ZC_ACK_ENTRY_QUEUE_CANCEL
+packetLen(0x08db, 27)
// Packet: 0x08dc
-packetLen(0x08dc, 26) // ZC_NOTIFY_ENTRY_QUEUE_ADMISSION
+packetLen(0x08dc, 26)
// Packet: 0x08dd
-packetLen(0x08dd, 27) // CZ_REPLY_ENTRY_QUEUE_ADMISSION
+packetLen(0x08dd, 27)
// Packet: 0x08de
-packetLen(0x08de, 27) // ZC_REPLY_ACK_ENTRY_QUEUE_ADMISSION
+packetLen(0x08de, 27)
// Packet: 0x08df
-packetLen(0x08df, 50) // ZC_NOTIFY_LOBBY_ADMISSION
+packetLen(0x08df, 50)
// Packet: 0x08e0
-packetLen(0x08e0, 51) // CZ_REPLY_LOBBY_ADMISSION
+packetLen(0x08e0, 51)
// Packet: 0x08e1
-packetLen(0x08e1, 51) // ZC_REPLY_ACK_LOBBY_ADMISSION
+packetLen(0x08e1, 51)
// Packet: 0x08e2
-packetLen(0x08e2, 27) // ZC_NAVIGATION_ACTIVE
+packetLen(0x08e2, 27)
// Packet: 0x08e3
-packetLen(0x08e3, 146) // HC_UPDATE_CHARINFO
+packetLen(0x08e3, 146)
// Packet: 0x08e4
-packetLen(0x08e4, 6) // AC_SHUTDOWN_INFO
+packetLen(0x08e4, 6)
// Packet: 0x08e5
#if PACKETVER >= 20130502
// removed
#elif PACKETVER >= 20130103
-packetLen(0x08e5, 41) // CZ_PARTY_RECRUIT_REQ_REGISTER
+packetLen(0x08e5, 41)
#endif
// Packet: 0x08e6
#if PACKETVER >= 20130502
// removed
#elif PACKETVER >= 20130103
-packetLen(0x08e6, 4) // ZC_PARTY_RECRUIT_ACK_REGISTER
+packetLen(0x08e6, 4)
#endif
// Packet: 0x08e7
#if PACKETVER >= 20130502
// removed
#elif PACKETVER >= 20130103
-packetLen(0x08e7, 10) // CZ_PARTY_RECRUIT_REQ_SEARCH
+packetLen(0x08e7, 10)
#endif
// Packet: 0x08e8
@@ -6103,70 +6103,70 @@ packetLen(0x08e8, -1)
#if PACKETVER >= 20130502
// removed
#elif PACKETVER >= 20130103
-packetLen(0x08e9, 2) // CZ_PARTY_RECRUIT_REQ_DELETE
+packetLen(0x08e9, 2)
#endif
// Packet: 0x08ea
#if PACKETVER >= 20130502
// removed
#elif PACKETVER >= 20130103
-packetLen(0x08ea, 4) // ZC_PARTY_RECRUIT_ACK_DELETE
+packetLen(0x08ea, 4)
#endif
// Packet: 0x08eb
#if PACKETVER >= 20130502
// removed
#elif PACKETVER >= 20130103
-packetLen(0x08eb, 39) // CZ_PARTY_RECRUIT_REQ_UPDATE
+packetLen(0x08eb, 39)
#endif
// Packet: 0x08ec
#if PACKETVER >= 20130502
// removed
#elif PACKETVER >= 20130103
-packetLen(0x08ec, 73) // ZC_PARTY_RECRUIT_NOTIFY_INSERT
+packetLen(0x08ec, 73)
#endif
// Packet: 0x08ed
#if PACKETVER >= 20130502
// removed
#elif PACKETVER >= 20130103
-packetLen(0x08ed, 43) // ZC_PARTY_RECRUIT_NOTIFY_UPDATE
+packetLen(0x08ed, 43)
#endif
// Packet: 0x08ee
#if PACKETVER >= 20130502
// removed
#elif PACKETVER >= 20130103
-packetLen(0x08ee, 6) // ZC_PARTY_RECRUIT_NOTIFY_DELETE
+packetLen(0x08ee, 6)
#endif
// Packet: 0x08ef
#if PACKETVER >= 20130502
// removed
#elif PACKETVER >= 20130103
-packetLen(0x08ef, 6) // CZ_PARTY_RECRUIT_ADD_FILTERLINGLIST
+packetLen(0x08ef, 6)
#endif
// Packet: 0x08f0
#if PACKETVER >= 20130502
// removed
#elif PACKETVER >= 20130103
-packetLen(0x08f0, 6) // CZ_PARTY_RECRUIT_SUB_FILTERLINGLIST
+packetLen(0x08f0, 6)
#endif
// Packet: 0x08f1
#if PACKETVER >= 20130502
// removed
#elif PACKETVER >= 20130103
-packetLen(0x08f1, 6) // CZ_PARTY_RECRUIT_REQ_VOLUNTEER
+packetLen(0x08f1, 6)
#endif
// Packet: 0x08f2
#if PACKETVER >= 20130502
// removed
#elif PACKETVER >= 20130103
-packetLen(0x08f2, 36) // ZC_PARTY_RECRUIT_VOLUNTEER_INFO
+packetLen(0x08f2, 36)
#endif
// Packet: 0x08f3
@@ -6180,2761 +6180,2761 @@ packetLen(0x08f3, -1)
#if PACKETVER >= 20130502
// removed
#elif PACKETVER >= 20130103
-packetLen(0x08f4, 6) // CZ_PARTY_RECRUIT_SHOW_EQUIPMENT
+packetLen(0x08f4, 6)
#endif
// Packet: 0x08f5
#if PACKETVER >= 20130502
// removed
#elif PACKETVER >= 20130103
-packetLen(0x08f5, -1) // CZ_UNKNOWN_BOOKING_SOMMON_MEMBER_08f5
+packetLen(0x08f5, -1)
#endif
// Packet: 0x08f6
#if PACKETVER >= 20130502
// removed
#elif PACKETVER >= 20130103
-packetLen(0x08f6, 22) // ZC_PARTY_RECRUIT_RECALL_COST
+packetLen(0x08f6, 22)
#endif
// Packet: 0x08f7
#if PACKETVER >= 20130502
// removed
#elif PACKETVER >= 20130103
-packetLen(0x08f7, 3) // CZ_PARTY_RECRUIT_ACK_RECALL
+packetLen(0x08f7, 3)
#endif
// Packet: 0x08f8
#if PACKETVER >= 20130502
// removed
#elif PACKETVER >= 20130103
-packetLen(0x08f8, 7) // ZC_PARTY_RECRUIT_FAILED_RECALL
+packetLen(0x08f8, 7)
#endif
// Packet: 0x08f9
#if PACKETVER >= 20130502
// removed
#elif PACKETVER >= 20130103
-packetLen(0x08f9, 6) // CZ_PARTY_RECRUIT_REFUSE_VOLUNTEER
+packetLen(0x08f9, 6)
#endif
// Packet: 0x08fa
#if PACKETVER >= 20130502
// removed
#elif PACKETVER >= 20130103
-packetLen(0x08fa, 6) // ZC_PARTY_RECRUIT_REFUSE_VOLUNTEER
+packetLen(0x08fa, 6)
#endif
// Packet: 0x08fb
#if PACKETVER >= 20130502
// removed
#elif PACKETVER >= 20130103
-packetLen(0x08fb, 6) // CZ_PARTY_RECRUIT_CANCEL_VOLUNTEER
+packetLen(0x08fb, 6)
#endif
// Packet: 0x08fc
-packetLen(0x08fc, 30) // CH_REQ_CHANGE_CHARACTERNAME
+packetLen(0x08fc, 30)
// Packet: 0x08fd
-packetLen(0x08fd, 6) // CH_ACK_CHANGE_CHARACTERNAME
+packetLen(0x08fd, 6)
// Packet: 0x08fe
-packetLen(0x08fe, -1) // ZC_HUNTING_QUEST_INFO
+packetLen(0x08fe, -1)
// Packet: 0x08ff
-packetLen(0x08ff, 24) // ZC_EFST_SET_ENTER
+packetLen(0x08ff, 24)
// Packet: 0x0900
-packetLen(0x0900, -1) // ZC_INVENTORY_ITEMLIST_NORMAL
+packetLen(0x0900, -1)
// Packet: 0x0901
-packetLen(0x0901, -1) // ZC_INVENTORY_ITEMLIST_EQUIP
+packetLen(0x0901, -1)
// Packet: 0x0902
-packetLen(0x0902, -1) // ZC_CART_ITEMLIST_NORMAL
+packetLen(0x0902, -1)
// Packet: 0x0903
-packetLen(0x0903, -1) // ZC_CART_ITEMLIST_EQUIP
+packetLen(0x0903, -1)
// Packet: 0x0904
-packetLen(0x0904, -1) // ZC_STORE_ITEMLIST_NORMAL
+packetLen(0x0904, -1)
// Packet: 0x0905
-packetLen(0x0905, -1) // ZC_STORE_ITEMLIST_EQUIP
+packetLen(0x0905, -1)
// Packet: 0x0906
-packetLen(0x0906, -1) // ZC_MICROSCOPE
+packetLen(0x0906, -1)
// Packet: 0x0907
-packetLen(0x0907, 5) // CZ_INVENTORY_TAB
+packetLen(0x0907, 5)
// Packet: 0x0908
-packetLen(0x0908, 5) // ZC_INVENTORY_TAB
+packetLen(0x0908, 5)
// Packet: 0x0909
#if PACKETVER >= 20130502
// removed
#elif PACKETVER >= 20130103
-packetLen(0x0909, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER
+packetLen(0x0909, 6)
#endif
// Packet: 0x090a
-packetLen(0x090a, 26) // CZ_REQ_ENTRY_QUEUE_RANKING
+packetLen(0x090a, 26)
// Packet: 0x090b
#if PACKETVER >= 20130502
// removed
#elif PACKETVER >= 20130103
-packetLen(0x090b, 30) // ZC_PARTY_RECRUIT_ADD_FILTERLINGLIST
+packetLen(0x090b, 30)
#endif
// Packet: 0x090c
#if PACKETVER >= 20130502
// removed
#elif PACKETVER >= 20130103
-packetLen(0x090c, 30) // ZC_PARTY_RECRUIT_SUB_FILTERLINGLIST
+packetLen(0x090c, 30)
#endif
// Packet: 0x090d
-packetLen(0x090d, -1) // ZC_PREMIUM_CAMPAIGN_INFO
+packetLen(0x090d, -1)
// Packet: 0x090e
-packetLen(0x090e, 2) // ZC_ENTRY_QUEUE_INIT
+packetLen(0x090e, 2)
// Packet: 0x090f
-packetLen(0x090f, -1) // ZC_NOTIFY_NEWENTRY7
+packetLen(0x090f, -1)
// Packet: 0x0910
-packetLen(0x0910, 10) // CZ_REQ_PARTY_NAME
+packetLen(0x0910, 10)
// Packet: 0x0911
-packetLen(0x0911, 30) // ZC_ACK_PARTY_NAME
+packetLen(0x0911, 30)
// Packet: 0x0912
-packetLen(0x0912, 10) // CZ_REQ_GUILD_NAME
+packetLen(0x0912, 10)
// Packet: 0x0913
-packetLen(0x0913, 30) // ZC_ACK_GUILD_NAME
+packetLen(0x0913, 30)
// Packet: 0x0914
-packetLen(0x0914, -1) // ZC_NOTIFY_MOVEENTRY9
+packetLen(0x0914, -1)
// Packet: 0x0915
-packetLen(0x0915, -1) // ZC_NOTIFY_STANDENTRY8
+packetLen(0x0915, -1)
// Packet: 0x0916
-packetLen(0x0916, 26) // CZ_REQ_JOIN_GUILD2
+packetLen(0x0916, 26)
// Packet: 0x0917
#if PACKETVER >= 20131127
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
#elif PACKETVER >= 20131120
-packetLen(0x0917, 6) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 6)
#elif PACKETVER >= 20131016
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
#elif PACKETVER >= 20131008
-packetLen(0x0917, 8) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 8)
#elif PACKETVER >= 20130904
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
#elif PACKETVER >= 20130828
-packetLen(0x0917, 18) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 18)
#elif PACKETVER >= 20130724
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
#elif PACKETVER >= 20130717
-packetLen(0x0917, 6) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 6)
#elif PACKETVER >= 20130626
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
#elif PACKETVER >= 20130618
-packetLen(0x0917, 6) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 6)
#elif PACKETVER >= 20130605
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
#elif PACKETVER >= 20130529
-packetLen(0x0917, 10) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 10)
#elif PACKETVER >= 20130417
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
#elif PACKETVER >= 20130410
-packetLen(0x0917, 26) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 26)
#elif PACKETVER >= 20130313
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
#elif PACKETVER >= 20130306
-packetLen(0x0917, 8) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 8)
#elif PACKETVER >= 20130103
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
#endif
// Packet: 0x0918
#if PACKETVER >= 20130925
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
#elif PACKETVER >= 20130917
-packetLen(0x0918, 5) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 5)
#elif PACKETVER >= 20130724
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
#elif PACKETVER >= 20130717
-packetLen(0x0918, 7) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 7)
#elif PACKETVER >= 20130605
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
#elif PACKETVER >= 20130529
-packetLen(0x0918, -1) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, -1)
#elif PACKETVER >= 20130121
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
#elif PACKETVER >= 20130115
-packetLen(0x0918, 10) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 10)
#elif PACKETVER >= 20130109
-packetLen(0x0918, 26) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 26)
#elif PACKETVER >= 20130103
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
#endif
// Packet: 0x0919
#if PACKETVER >= 20131030
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
#elif PACKETVER >= 20131023
-packetLen(0x0919, 6) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 6)
#elif PACKETVER >= 20130618
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
#elif PACKETVER >= 20130612
-packetLen(0x0919, 19) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 19)
#elif PACKETVER >= 20130605
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
#elif PACKETVER >= 20130529
-packetLen(0x0919, 19) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 19)
#elif PACKETVER >= 20130103
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
#endif
// Packet: 0x091a
#if PACKETVER >= 20131023
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#elif PACKETVER >= 20131016
-packetLen(0x091a, -1) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, -1)
#elif PACKETVER >= 20130206
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#elif PACKETVER >= 20130130
-packetLen(0x091a, 6) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 6)
#elif PACKETVER >= 20130103
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#endif
// Packet: 0x091b
#if PACKETVER >= 20130306
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#elif PACKETVER >= 20130227
-packetLen(0x091b, 6) // ZC_PRNPC_STATE
+packetLen(0x091b, 6)
#elif PACKETVER >= 20130115
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#elif PACKETVER >= 20130109
-packetLen(0x091b, 6) // ZC_PRNPC_STATE
+packetLen(0x091b, 6)
#elif PACKETVER >= 20130103
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#endif
// Packet: 0x091c
#if PACKETVER >= 20131120
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
#elif PACKETVER >= 20131113
-packetLen(0x091c, 8) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 8)
#elif PACKETVER >= 20131016
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
#elif PACKETVER >= 20131008
-packetLen(0x091c, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 6)
#elif PACKETVER >= 20130925
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
#elif PACKETVER >= 20130917
-packetLen(0x091c, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 6)
#elif PACKETVER >= 20130103
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
#endif
// Packet: 0x091d
#if PACKETVER >= 20131230
-packetLen(0x091d, 36) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 36)
#elif PACKETVER >= 20131113
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20131106
-packetLen(0x091d, 90) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 90)
#elif PACKETVER >= 20131030
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20131023
-packetLen(0x091d, 12) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 12)
#elif PACKETVER >= 20130828
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20130821
-packetLen(0x091d, 5) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 5)
#elif PACKETVER >= 20130724
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20130717
-packetLen(0x091d, 19) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 19)
#elif PACKETVER >= 20130417
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20130410
-packetLen(0x091d, -1) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, -1)
#elif PACKETVER >= 20130103
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#endif
// Packet: 0x091e
#if PACKETVER >= 20131230
-packetLen(0x091e, 10) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 10)
#elif PACKETVER >= 20131023
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
#elif PACKETVER >= 20131016
-packetLen(0x091e, 8) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 8)
#elif PACKETVER >= 20130925
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
#elif PACKETVER >= 20130917
-packetLen(0x091e, 4) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 4)
#elif PACKETVER >= 20130911
-packetLen(0x091e, 5) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 5)
#elif PACKETVER >= 20130904
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
#elif PACKETVER >= 20130828
-packetLen(0x091e, 6) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 6)
#elif PACKETVER >= 20130724
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
#elif PACKETVER >= 20130717
-packetLen(0x091e, 10) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 10)
#elif PACKETVER >= 20130313
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
#elif PACKETVER >= 20130306
-packetLen(0x091e, 8) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 8)
#elif PACKETVER >= 20130103
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
#endif
// Packet: 0x091f
#if PACKETVER >= 20131230
-packetLen(0x091f, 18) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 18)
#elif PACKETVER >= 20131211
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
#elif PACKETVER >= 20131204
-packetLen(0x091f, 5) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 5)
#elif PACKETVER >= 20131023
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
#elif PACKETVER >= 20131016
-packetLen(0x091f, 5) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 5)
#elif PACKETVER >= 20130403
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
#elif PACKETVER >= 20130327
-packetLen(0x091f, -1) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, -1)
#elif PACKETVER >= 20130306
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
#elif PACKETVER >= 20130227
-packetLen(0x091f, 6) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 6)
#elif PACKETVER >= 20130130
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
#elif PACKETVER >= 20130121
-packetLen(0x091f, 6) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 6)
#elif PACKETVER >= 20130103
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
#endif
// Packet: 0x0920
#if PACKETVER >= 20131120
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#elif PACKETVER >= 20131113
-packetLen(0x0920, 12) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 12)
#elif PACKETVER >= 20130320
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#elif PACKETVER >= 20130313
-packetLen(0x0920, 36) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 36)
#elif PACKETVER >= 20130215
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#elif PACKETVER >= 20130130
-packetLen(0x0920, 26) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 26)
#elif PACKETVER >= 20130103
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#endif
// Packet: 0x0921
#if PACKETVER >= 20130925
-packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 2)
#elif PACKETVER >= 20130917
-packetLen(0x0921, 6) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 6)
#elif PACKETVER >= 20130731
-packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 2)
#elif PACKETVER >= 20130724
-packetLen(0x0921, 90) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 90)
#elif PACKETVER >= 20130703
-packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 2)
#elif PACKETVER >= 20130626
-packetLen(0x0921, 8) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 8)
#elif PACKETVER >= 20130103
-packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 2)
#endif
// Packet: 0x0922
#if PACKETVER >= 20130327
-packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 2)
#elif PACKETVER >= 20130320
-packetLen(0x0922, -1) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, -1)
#elif PACKETVER >= 20130115
-packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 2)
#elif PACKETVER >= 20130109
-packetLen(0x0922, 6) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 6)
#elif PACKETVER >= 20130103
-packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 2)
#endif
// Packet: 0x0923
#if PACKETVER >= 20131030
-packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 2)
#elif PACKETVER >= 20131023
-packetLen(0x0923, 7) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 7)
#elif PACKETVER >= 20130925
-packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 2)
#elif PACKETVER >= 20130917
-packetLen(0x0923, 5) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 5)
#elif PACKETVER >= 20130904
-packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 2)
#elif PACKETVER >= 20130828
-packetLen(0x0923, 10) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 10)
#elif PACKETVER >= 20130821
-packetLen(0x0923, 19) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 19)
#elif PACKETVER >= 20130814
-packetLen(0x0923, 6) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 6)
#elif PACKETVER >= 20130807
-packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 2)
#elif PACKETVER >= 20130731
-packetLen(0x0923, 18) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 18)
#elif PACKETVER >= 20130220
-packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 2)
#elif PACKETVER >= 20130215
-packetLen(0x0923, 5) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 5)
#elif PACKETVER >= 20130103
-packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 2)
#endif
// Packet: 0x0924
#if PACKETVER >= 20131030
-packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 2)
#elif PACKETVER >= 20131023
-packetLen(0x0924, 6) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 6)
#elif PACKETVER >= 20130904
-packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 2)
#elif PACKETVER >= 20130828
-packetLen(0x0924, 6) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 6)
#elif PACKETVER >= 20130731
-packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 2)
#elif PACKETVER >= 20130724
-packetLen(0x0924, 6) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 6)
#elif PACKETVER >= 20130306
-packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 2)
#elif PACKETVER >= 20130227
-packetLen(0x0924, 90) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 90)
#elif PACKETVER >= 20130206
-packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 2)
#elif PACKETVER >= 20130130
-packetLen(0x0924, 6) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 6)
#elif PACKETVER >= 20130103
-packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 2)
#endif
// Packet: 0x0925
#if PACKETVER >= 20131106
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
#elif PACKETVER >= 20131030
-packetLen(0x0925, 5) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 5)
#elif PACKETVER >= 20130807
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
#elif PACKETVER >= 20130731
-packetLen(0x0925, 10) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 10)
#elif PACKETVER >= 20130529
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
#elif PACKETVER >= 20130522
-packetLen(0x0925, 5) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 5)
#elif PACKETVER >= 20130215
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
#elif PACKETVER >= 20130206
-packetLen(0x0925, 6) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 6)
#elif PACKETVER >= 20130103
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
#endif
// Packet: 0x0926
#if PACKETVER >= 20131230
-packetLen(0x0926, 6) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 6)
#elif PACKETVER >= 20131127
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
#elif PACKETVER >= 20131120
-packetLen(0x0926, -1) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, -1)
#elif PACKETVER >= 20131113
-packetLen(0x0926, 5) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 5)
#elif PACKETVER >= 20130821
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
#elif PACKETVER >= 20130814
-packetLen(0x0926, 6) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 6)
#elif PACKETVER >= 20130529
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
#elif PACKETVER >= 20130522
-packetLen(0x0926, 5) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 5)
#elif PACKETVER >= 20130410
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
#elif PACKETVER >= 20130403
-packetLen(0x0926, 5) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 5)
#elif PACKETVER >= 20130313
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
#elif PACKETVER >= 20130306
-packetLen(0x0926, 36) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 36)
#elif PACKETVER >= 20130103
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
#endif
// Packet: 0x0927
#if PACKETVER >= 20131127
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#elif PACKETVER >= 20131120
-packetLen(0x0927, 8) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 8)
#elif PACKETVER >= 20131113
-packetLen(0x0927, 26) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 26)
#elif PACKETVER >= 20131023
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#elif PACKETVER >= 20131016
-packetLen(0x0927, 6) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 6)
#elif PACKETVER >= 20131008
-packetLen(0x0927, 12) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 12)
#elif PACKETVER >= 20130821
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#elif PACKETVER >= 20130814
-packetLen(0x0927, 26) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 26)
#elif PACKETVER >= 20130731
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#elif PACKETVER >= 20130724
-packetLen(0x0927, 26) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 26)
#elif PACKETVER >= 20130115
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#elif PACKETVER >= 20130109
-packetLen(0x0927, 90) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 90)
#elif PACKETVER >= 20130103
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#endif
// Packet: 0x0928
#if PACKETVER >= 20131211
-packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 2)
#elif PACKETVER >= 20131204
-packetLen(0x0928, 7) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 7)
#elif PACKETVER >= 20131120
-packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 2)
#elif PACKETVER >= 20131113
-packetLen(0x0928, 36) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 36)
#elif PACKETVER >= 20130904
-packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 2)
#elif PACKETVER >= 20130828
-packetLen(0x0928, -1) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, -1)
#elif PACKETVER >= 20130121
-packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 2)
#elif PACKETVER >= 20130109
-packetLen(0x0928, -1) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, -1)
#elif PACKETVER >= 20130103
-packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 2)
#endif
// Packet: 0x0929
#if PACKETVER >= 20131120
-packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 2)
#elif PACKETVER >= 20131113
-packetLen(0x0929, 6) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 6)
#elif PACKETVER >= 20131106
-packetLen(0x0929, 8) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 8)
#elif PACKETVER >= 20130904
-packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 2)
#elif PACKETVER >= 20130828
-packetLen(0x0929, 8) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 8)
#elif PACKETVER >= 20130424
-packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 2)
#elif PACKETVER >= 20130417
-packetLen(0x0929, 5) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 5)
#elif PACKETVER >= 20130103
-packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 2)
#endif
// Packet: 0x092a
#if PACKETVER >= 20131230
-packetLen(0x092a, 6) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 6)
#elif PACKETVER >= 20130103
-packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 2)
#endif
// Packet: 0x092b
#if PACKETVER >= 20131218
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
#elif PACKETVER >= 20131211
-packetLen(0x092b, 36) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 36)
#elif PACKETVER >= 20131127
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
#elif PACKETVER >= 20131120
-packetLen(0x092b, 5) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 5)
#elif PACKETVER >= 20131113
-packetLen(0x092b, 6) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 6)
#elif PACKETVER >= 20130807
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
#elif PACKETVER >= 20130731
-packetLen(0x092b, 19) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 19)
#elif PACKETVER >= 20130724
-packetLen(0x092b, 26) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 26)
#elif PACKETVER >= 20130403
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
#elif PACKETVER >= 20130327
-packetLen(0x092b, 5) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 5)
#elif PACKETVER >= 20130306
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
#elif PACKETVER >= 20130227
-packetLen(0x092b, -1) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, -1)
#elif PACKETVER >= 20130103
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
#endif
// Packet: 0x092c
#if PACKETVER >= 20131120
-packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 2)
#elif PACKETVER >= 20131113
-packetLen(0x092c, 26) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 26)
#elif PACKETVER >= 20130103
-packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 2)
#endif
// Packet: 0x092d
#if PACKETVER >= 20131211
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#elif PACKETVER >= 20131204
-packetLen(0x092d, 10) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 10)
#elif PACKETVER >= 20131120
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#elif PACKETVER >= 20131113
-packetLen(0x092d, 6) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 6)
#elif PACKETVER >= 20130828
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#elif PACKETVER >= 20130821
-packetLen(0x092d, 6) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 6)
#elif PACKETVER >= 20130807
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#elif PACKETVER >= 20130731
-packetLen(0x092d, 5) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 5)
#elif PACKETVER >= 20130522
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#elif PACKETVER >= 20130515
-packetLen(0x092d, 18) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 18)
#elif PACKETVER >= 20130508
-packetLen(0x092d, 6) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 6)
#elif PACKETVER >= 20130403
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#elif PACKETVER >= 20130327
-packetLen(0x092d, 26) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 26)
#elif PACKETVER >= 20130320
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#elif PACKETVER >= 20130313
-packetLen(0x092d, 5) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 5)
#elif PACKETVER >= 20130121
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#elif PACKETVER >= 20130115
-packetLen(0x092d, 19) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 19)
#elif PACKETVER >= 20130103
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#endif
// Packet: 0x092e
#if PACKETVER >= 20131120
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#elif PACKETVER >= 20131113
-packetLen(0x092e, 6) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 6)
#elif PACKETVER >= 20130731
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#elif PACKETVER >= 20130724
-packetLen(0x092e, -1) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, -1)
#elif PACKETVER >= 20130403
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#elif PACKETVER >= 20130327
-packetLen(0x092e, 4) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 4)
#elif PACKETVER >= 20130121
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#elif PACKETVER >= 20130115
-packetLen(0x092e, -1) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, -1)
#elif PACKETVER >= 20130103
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#endif
// Packet: 0x092f
#if PACKETVER >= 20131223
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#elif PACKETVER >= 20131218
-packetLen(0x092f, 19) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 19)
#elif PACKETVER >= 20131211
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#elif PACKETVER >= 20131204
-packetLen(0x092f, 5) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 5)
#elif PACKETVER >= 20131120
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#elif PACKETVER >= 20131113
-packetLen(0x092f, 6) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 6)
#elif PACKETVER >= 20130724
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#elif PACKETVER >= 20130717
-packetLen(0x092f, 26) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 26)
#elif PACKETVER >= 20130403
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#elif PACKETVER >= 20130327
-packetLen(0x092f, 8) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 8)
#elif PACKETVER >= 20130306
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#elif PACKETVER >= 20130227
-packetLen(0x092f, -1) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, -1)
#elif PACKETVER >= 20130103
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#endif
// Packet: 0x0930
#if PACKETVER >= 20131204
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#elif PACKETVER >= 20131127
-packetLen(0x0930, 18) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 18)
#elif PACKETVER >= 20130904
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#elif PACKETVER >= 20130828
-packetLen(0x0930, 6) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 6)
#elif PACKETVER >= 20130710
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#elif PACKETVER >= 20130703
-packetLen(0x0930, 5) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 5)
#elif PACKETVER >= 20130626
-packetLen(0x0930, 36) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 36)
#elif PACKETVER >= 20130618
-packetLen(0x0930, 6) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 6)
#elif PACKETVER >= 20130115
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#elif PACKETVER >= 20130109
-packetLen(0x0930, 5) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 5)
#elif PACKETVER >= 20130103
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#endif
// Packet: 0x0931
#if PACKETVER >= 20131218
-packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 2)
#elif PACKETVER >= 20131211
-packetLen(0x0931, 8) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 8)
#elif PACKETVER >= 20130522
-packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 2)
#elif PACKETVER >= 20130515
-packetLen(0x0931, 5) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 5)
#elif PACKETVER >= 20130115
-packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 2)
#elif PACKETVER >= 20130109
-packetLen(0x0931, -1) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, -1)
#elif PACKETVER >= 20130103
-packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 2)
#endif
// Packet: 0x0932
#if PACKETVER >= 20131016
-packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 2)
#elif PACKETVER >= 20131008
-packetLen(0x0932, 10) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 10)
#elif PACKETVER >= 20130626
-packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 2)
#elif PACKETVER >= 20130618
-packetLen(0x0932, -1) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, -1)
#elif PACKETVER >= 20130103
-packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 2)
#endif
// Packet: 0x0933
#if PACKETVER >= 20130417
-packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 2)
#elif PACKETVER >= 20130410
-packetLen(0x0933, 10) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 10)
#elif PACKETVER >= 20130403
-packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 2)
#elif PACKETVER >= 20130327
-packetLen(0x0933, -1) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, -1)
#elif PACKETVER >= 20130320
-packetLen(0x0933, 6) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 6)
#elif PACKETVER >= 20130103
-packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 2)
#endif
// Packet: 0x0934
#if PACKETVER >= 20131120
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#elif PACKETVER >= 20131113
-packetLen(0x0934, 18) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 18)
#elif PACKETVER >= 20131016
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#elif PACKETVER >= 20131008
-packetLen(0x0934, 6) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 6)
#elif PACKETVER >= 20130925
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#elif PACKETVER >= 20130917
-packetLen(0x0934, 12) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 12)
#elif PACKETVER >= 20130313
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#elif PACKETVER >= 20130306
-packetLen(0x0934, 26) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 26)
#elif PACKETVER >= 20130103
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#endif
// Packet: 0x0935
#if PACKETVER >= 20131113
-packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 2)
#elif PACKETVER >= 20131106
-packetLen(0x0935, 26) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 26)
#elif PACKETVER >= 20131030
-packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 2)
#elif PACKETVER >= 20131023
-packetLen(0x0935, 6) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 6)
#elif PACKETVER >= 20130807
-packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 2)
#elif PACKETVER >= 20130731
-packetLen(0x0935, 6) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 6)
#elif PACKETVER >= 20130103
-packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 2)
#endif
// Packet: 0x0936
#if PACKETVER >= 20131120
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
#elif PACKETVER >= 20131113
-packetLen(0x0936, 5) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 5)
#elif PACKETVER >= 20131016
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
#elif PACKETVER >= 20131008
-packetLen(0x0936, 6) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 6)
#elif PACKETVER >= 20130821
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
#elif PACKETVER >= 20130814
-packetLen(0x0936, -1) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, -1)
#elif PACKETVER >= 20130626
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
#elif PACKETVER >= 20130618
-packetLen(0x0936, 8) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 8)
#elif PACKETVER >= 20130605
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
#elif PACKETVER >= 20130529
-packetLen(0x0936, -1) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, -1)
#elif PACKETVER >= 20130306
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
#elif PACKETVER >= 20130227
-packetLen(0x0936, 12) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 12)
#elif PACKETVER >= 20130103
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
#endif
// Packet: 0x0937
#if PACKETVER >= 20131030
-packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 2)
#elif PACKETVER >= 20131023
-packetLen(0x0937, -1) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, -1)
#elif PACKETVER >= 20130911
-packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 2)
#elif PACKETVER >= 20130904
-packetLen(0x0937, 26) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 26)
#elif PACKETVER >= 20130821
-packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 2)
#elif PACKETVER >= 20130814
-packetLen(0x0937, 6) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 6)
#elif PACKETVER >= 20130605
-packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 2)
#elif PACKETVER >= 20130529
-packetLen(0x0937, 6) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 6)
#elif PACKETVER >= 20130103
-packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 2)
#endif
// Packet: 0x0938
#if PACKETVER >= 20130605
-packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 2)
#elif PACKETVER >= 20130529
-packetLen(0x0938, 8) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 8)
#elif PACKETVER >= 20130403
-packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 2)
#elif PACKETVER >= 20130327
-packetLen(0x0938, 8) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 8)
#elif PACKETVER >= 20130320
-packetLen(0x0938, -1) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, -1)
#elif PACKETVER >= 20130115
-packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 2)
#elif PACKETVER >= 20130109
-packetLen(0x0938, 26) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 26)
#elif PACKETVER >= 20130103
-packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 2)
#endif
// Packet: 0x0939
#if PACKETVER >= 20130417
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
#elif PACKETVER >= 20130410
-packetLen(0x0939, 7) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 7)
#elif PACKETVER >= 20130403
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
#elif PACKETVER >= 20130327
-packetLen(0x0939, 6) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 6)
#elif PACKETVER >= 20130121
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
#elif PACKETVER >= 20130115
-packetLen(0x0939, 6) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 6)
#elif PACKETVER >= 20130103
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
#endif
// Packet: 0x093a
#if PACKETVER >= 20131204
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
#elif PACKETVER >= 20131127
-packetLen(0x093a, 26) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 26)
#elif PACKETVER >= 20130917
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
#elif PACKETVER >= 20130911
-packetLen(0x093a, 8) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 8)
#elif PACKETVER >= 20130904
-packetLen(0x093a, 5) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 5)
#elif PACKETVER >= 20130821
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
#elif PACKETVER >= 20130814
-packetLen(0x093a, 5) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 5)
#elif PACKETVER >= 20130618
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
#elif PACKETVER >= 20130612
-packetLen(0x093a, 5) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 5)
#elif PACKETVER >= 20130215
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
#elif PACKETVER >= 20130206
-packetLen(0x093a, 5) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 5)
#elif PACKETVER >= 20130130
-packetLen(0x093a, 36) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 36)
#elif PACKETVER >= 20130103
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
#endif
// Packet: 0x093b
#if PACKETVER >= 20131211
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#elif PACKETVER >= 20131204
-packetLen(0x093b, 8) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 8)
#elif PACKETVER >= 20131113
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#elif PACKETVER >= 20131106
-packetLen(0x093b, 6) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 6)
#elif PACKETVER >= 20130724
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#elif PACKETVER >= 20130717
-packetLen(0x093b, -1) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, -1)
#elif PACKETVER >= 20130103
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#endif
// Packet: 0x093c
#if PACKETVER >= 20131120
-packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 2)
#elif PACKETVER >= 20131113
-packetLen(0x093c, 5) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 5)
#elif PACKETVER >= 20131016
-packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 2)
#elif PACKETVER >= 20131008
-packetLen(0x093c, 5) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 5)
#elif PACKETVER >= 20130215
-packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 2)
#elif PACKETVER >= 20130206
-packetLen(0x093c, 26) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 26)
#elif PACKETVER >= 20130103
-packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 2)
#endif
// Packet: 0x093d
#if PACKETVER >= 20131230
-packetLen(0x093d, -1) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, -1)
#elif PACKETVER >= 20130417
-packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 2)
#elif PACKETVER >= 20130410
-packetLen(0x093d, 8) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 8)
#elif PACKETVER >= 20130206
-packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 2)
#elif PACKETVER >= 20130130
-packetLen(0x093d, -1) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, -1)
#elif PACKETVER >= 20130103
-packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 2)
#endif
// Packet: 0x093e
#if PACKETVER >= 20131230
-packetLen(0x093e, 8) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 8)
#elif PACKETVER >= 20131127
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#elif PACKETVER >= 20131120
-packetLen(0x093e, 90) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 90)
#elif PACKETVER >= 20130828
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#elif PACKETVER >= 20130821
-packetLen(0x093e, 8) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 8)
#elif PACKETVER >= 20130529
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#elif PACKETVER >= 20130522
-packetLen(0x093e, 12) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 12)
#elif PACKETVER >= 20130515
-packetLen(0x093e, 36) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 36)
#elif PACKETVER >= 20130115
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#elif PACKETVER >= 20130109
-packetLen(0x093e, 18) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 18)
#elif PACKETVER >= 20130103
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#endif
// Packet: 0x093f
#if PACKETVER >= 20131127
-packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 2)
#elif PACKETVER >= 20131120
-packetLen(0x093f, -1) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, -1)
#elif PACKETVER >= 20130327
-packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 2)
#elif PACKETVER >= 20130320
-packetLen(0x093f, 5) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 5)
#elif PACKETVER >= 20130103
-packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 2)
#endif
// Packet: 0x0940
#if PACKETVER >= 20131204
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20131127
-packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 6)
#elif PACKETVER >= 20131120
-packetLen(0x0940, 4) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 4)
#elif PACKETVER >= 20131008
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20131002
-packetLen(0x0940, 5) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 5)
#elif PACKETVER >= 20130925
-packetLen(0x0940, 10) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 10)
#elif PACKETVER >= 20130917
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20130911
-packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 6)
#elif PACKETVER >= 20130618
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20130612
-packetLen(0x0940, 26) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 26)
#elif PACKETVER >= 20130130
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20130121
-packetLen(0x0940, -1) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, -1)
#elif PACKETVER >= 20130109
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20130103
-packetLen(0x0940, 19) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 19)
#endif
// Packet: 0x0941
#if PACKETVER >= 20131211
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#elif PACKETVER >= 20131204
-packetLen(0x0941, 8) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 8)
#elif PACKETVER >= 20130807
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#elif PACKETVER >= 20130731
-packetLen(0x0941, 8) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 8)
#elif PACKETVER >= 20130220
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#elif PACKETVER >= 20130215
-packetLen(0x0941, 26) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 26)
#elif PACKETVER >= 20130103
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#endif
// Packet: 0x0942
#if PACKETVER >= 20131113
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
#elif PACKETVER >= 20131106
-packetLen(0x0942, 10) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 10)
#elif PACKETVER >= 20130626
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
#elif PACKETVER >= 20130618
-packetLen(0x0942, -1) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, -1)
#elif PACKETVER >= 20130410
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
#elif PACKETVER >= 20130403
-packetLen(0x0942, 5) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 5)
#elif PACKETVER >= 20130103
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
#endif
// Packet: 0x0943
#if PACKETVER >= 20131230
-packetLen(0x0943, 26) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 26)
#elif PACKETVER >= 20130522
-packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 2)
#elif PACKETVER >= 20130515
-packetLen(0x0943, 19) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 19)
#elif PACKETVER >= 20130313
-packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 2)
#elif PACKETVER >= 20130306
-packetLen(0x0943, 10) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 10)
#elif PACKETVER >= 20130103
-packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 2)
#endif
// Packet: 0x0944
#if PACKETVER >= 20131030
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#elif PACKETVER >= 20131023
-packetLen(0x0944, -1) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, -1)
#elif PACKETVER >= 20130904
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#elif PACKETVER >= 20130828
-packetLen(0x0944, 26) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 26)
#elif PACKETVER >= 20130626
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#elif PACKETVER >= 20130618
-packetLen(0x0944, 6) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 6)
#elif PACKETVER >= 20130522
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#elif PACKETVER >= 20130515
-packetLen(0x0944, 6) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 6)
#elif PACKETVER >= 20130508
-packetLen(0x0944, 4) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 4)
#elif PACKETVER >= 20130417
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#elif PACKETVER >= 20130410
-packetLen(0x0944, 4) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 4)
#elif PACKETVER >= 20130313
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#elif PACKETVER >= 20130306
-packetLen(0x0944, -1) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, -1)
#elif PACKETVER >= 20130103
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#endif
// Packet: 0x0945
#if PACKETVER >= 20130626
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#elif PACKETVER >= 20130618
-packetLen(0x0945, 6) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 6)
#elif PACKETVER >= 20130417
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#elif PACKETVER >= 20130410
-packetLen(0x0945, 5) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 5)
#elif PACKETVER >= 20130103
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#endif
// Packet: 0x0946
#if PACKETVER >= 20131113
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20131106
-packetLen(0x0946, 6) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 6)
#elif PACKETVER >= 20131023
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20131016
-packetLen(0x0946, 18) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 18)
#elif PACKETVER >= 20130904
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20130828
-packetLen(0x0946, 4) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 4)
#elif PACKETVER >= 20130313
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20130306
-packetLen(0x0946, 26) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 26)
#elif PACKETVER >= 20130227
-packetLen(0x0946, 8) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 8)
#elif PACKETVER >= 20130121
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20130115
-packetLen(0x0946, -1) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, -1)
#elif PACKETVER >= 20130103
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#endif
// Packet: 0x0947
#if PACKETVER >= 20131223
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#elif PACKETVER >= 20131218
-packetLen(0x0947, 5) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 5)
#elif PACKETVER >= 20131113
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#elif PACKETVER >= 20131106
-packetLen(0x0947, 7) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 7)
#elif PACKETVER >= 20131016
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#elif PACKETVER >= 20131008
-packetLen(0x0947, 36) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 36)
#elif PACKETVER >= 20130821
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#elif PACKETVER >= 20130814
-packetLen(0x0947, 10) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 10)
#elif PACKETVER >= 20130522
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#elif PACKETVER >= 20130515
-packetLen(0x0947, 26) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 26)
#elif PACKETVER >= 20130327
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#elif PACKETVER >= 20130320
-packetLen(0x0947, 36) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 36)
#elif PACKETVER >= 20130313
-packetLen(0x0947, 19) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 19)
#elif PACKETVER >= 20130103
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#endif
// Packet: 0x0948
#if PACKETVER >= 20131113
-packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 2)
#elif PACKETVER >= 20131106
-packetLen(0x0948, 4) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 4)
#elif PACKETVER >= 20130917
-packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 2)
#elif PACKETVER >= 20130911
-packetLen(0x0948, 26) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 26)
#elif PACKETVER >= 20130103
-packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 2)
#endif
// Packet: 0x0949
#if PACKETVER >= 20131230
-packetLen(0x0949, 5) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 5)
#elif PACKETVER >= 20131120
-packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 2)
#elif PACKETVER >= 20131113
-packetLen(0x0949, 10) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 10)
#elif PACKETVER >= 20130103
-packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 2)
#endif
// Packet: 0x094a
#if PACKETVER >= 20131230
-packetLen(0x094a, 5) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 5)
#elif PACKETVER >= 20131030
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#elif PACKETVER >= 20131023
-packetLen(0x094a, 26) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 26)
#elif PACKETVER >= 20130904
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#elif PACKETVER >= 20130828
-packetLen(0x094a, 26) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 26)
#elif PACKETVER >= 20130731
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#elif PACKETVER >= 20130724
-packetLen(0x094a, 6) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 6)
#elif PACKETVER >= 20130710
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#elif PACKETVER >= 20130703
-packetLen(0x094a, 5) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 5)
#elif PACKETVER >= 20130403
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#elif PACKETVER >= 20130327
-packetLen(0x094a, 5) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 5)
#elif PACKETVER >= 20130313
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#elif PACKETVER >= 20130306
-packetLen(0x094a, 18) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 18)
#elif PACKETVER >= 20130103
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#endif
// Packet: 0x094b
#if PACKETVER >= 20130403
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
#elif PACKETVER >= 20130327
-packetLen(0x094b, 36) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 36)
#elif PACKETVER >= 20130227
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
#elif PACKETVER >= 20130220
-packetLen(0x094b, 36) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 36)
#elif PACKETVER >= 20130121
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
#elif PACKETVER >= 20130115
-packetLen(0x094b, 18) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 18)
#elif PACKETVER >= 20130103
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
#endif
// Packet: 0x094c
#if PACKETVER >= 20131218
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
#elif PACKETVER >= 20131211
-packetLen(0x094c, 8) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 8)
#elif PACKETVER >= 20131204
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
#elif PACKETVER >= 20131127
-packetLen(0x094c, 6) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 6)
#elif PACKETVER >= 20130925
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
#elif PACKETVER >= 20130917
-packetLen(0x094c, 18) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 18)
#elif PACKETVER >= 20130904
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
#elif PACKETVER >= 20130828
-packetLen(0x094c, -1) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, -1)
#elif PACKETVER >= 20130807
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
#elif PACKETVER >= 20130731
-packetLen(0x094c, 8) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 8)
#elif PACKETVER >= 20130327
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
#elif PACKETVER >= 20130320
-packetLen(0x094c, 6) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 6)
#elif PACKETVER >= 20130121
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
#elif PACKETVER >= 20130115
-packetLen(0x094c, 6) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 6)
#elif PACKETVER >= 20130103
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
#endif
// Packet: 0x094d
#if PACKETVER >= 20130703
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
#elif PACKETVER >= 20130626
-packetLen(0x094d, 5) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 5)
#elif PACKETVER >= 20130515
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
#elif PACKETVER >= 20130508
-packetLen(0x094d, 5) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 5)
#elif PACKETVER >= 20130103
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
#endif
// Packet: 0x094e
#if PACKETVER >= 20130925
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#elif PACKETVER >= 20130917
-packetLen(0x094e, 8) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 8)
#elif PACKETVER >= 20130327
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#elif PACKETVER >= 20130320
-packetLen(0x094e, -1) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, -1)
#elif PACKETVER >= 20130313
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#elif PACKETVER >= 20130306
-packetLen(0x094e, 6) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 6)
#elif PACKETVER >= 20130121
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#elif PACKETVER >= 20130115
-packetLen(0x094e, 6) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 6)
#elif PACKETVER >= 20130103
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#endif
// Packet: 0x094f
#if PACKETVER >= 20131204
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#elif PACKETVER >= 20131127
-packetLen(0x094f, 6) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 6)
#elif PACKETVER >= 20130904
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#elif PACKETVER >= 20130828
-packetLen(0x094f, 7) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 7)
#elif PACKETVER >= 20130626
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#elif PACKETVER >= 20130618
-packetLen(0x094f, 90) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 90)
#elif PACKETVER >= 20130403
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#elif PACKETVER >= 20130327
-packetLen(0x094f, 26) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 26)
#elif PACKETVER >= 20130130
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#elif PACKETVER >= 20130121
-packetLen(0x094f, 6) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 6)
#elif PACKETVER >= 20130115
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#elif PACKETVER >= 20130109
-packetLen(0x094f, -1) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, -1)
#elif PACKETVER >= 20130103
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#endif
// Packet: 0x0950
#if PACKETVER >= 20131127
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
#elif PACKETVER >= 20131120
-packetLen(0x0950, 6) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 6)
#elif PACKETVER >= 20131106
-packetLen(0x0950, -1) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, -1)
#elif PACKETVER >= 20130529
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
#elif PACKETVER >= 20130522
-packetLen(0x0950, 26) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 26)
#elif PACKETVER >= 20130410
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
#elif PACKETVER >= 20130403
-packetLen(0x0950, 26) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 26)
#elif PACKETVER >= 20130215
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
#elif PACKETVER >= 20130206
-packetLen(0x0950, 8) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 8)
#elif PACKETVER >= 20130115
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
#elif PACKETVER >= 20130109
-packetLen(0x0950, 36) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 36)
#elif PACKETVER >= 20130103
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
#endif
// Packet: 0x0951
#if PACKETVER >= 20131211
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#elif PACKETVER >= 20131204
-packetLen(0x0951, -1) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, -1)
#elif PACKETVER >= 20131030
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#elif PACKETVER >= 20131023
-packetLen(0x0951, 6) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 6)
#elif PACKETVER >= 20130626
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#elif PACKETVER >= 20130618
-packetLen(0x0951, 10) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 10)
#elif PACKETVER >= 20130605
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#elif PACKETVER >= 20130529
-packetLen(0x0951, 5) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 5)
#elif PACKETVER >= 20130313
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#elif PACKETVER >= 20130306
-packetLen(0x0951, -1) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, -1)
#elif PACKETVER >= 20130227
-packetLen(0x0951, 10) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 10)
#elif PACKETVER >= 20130115
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#elif PACKETVER >= 20130109
-packetLen(0x0951, 6) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 6)
#elif PACKETVER >= 20130103
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#endif
// Packet: 0x0952
#if PACKETVER >= 20131016
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
#elif PACKETVER >= 20131008
-packetLen(0x0952, 6) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 6)
#elif PACKETVER >= 20130724
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
#elif PACKETVER >= 20130717
-packetLen(0x0952, 90) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 90)
#elif PACKETVER >= 20130703
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
#elif PACKETVER >= 20130626
-packetLen(0x0952, 6) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 6)
#elif PACKETVER >= 20130529
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
#elif PACKETVER >= 20130522
-packetLen(0x0952, -1) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, -1)
#elif PACKETVER >= 20130103
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
#endif
// Packet: 0x0953
#if PACKETVER >= 20131127
-packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 2)
#elif PACKETVER >= 20131120
-packetLen(0x0953, 26) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 26)
#elif PACKETVER >= 20130731
-packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 2)
#elif PACKETVER >= 20130724
-packetLen(0x0953, 5) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 5)
#elif PACKETVER >= 20130626
-packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 2)
#elif PACKETVER >= 20130618
-packetLen(0x0953, 26) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 26)
#elif PACKETVER >= 20130103
-packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 2)
#endif
// Packet: 0x0954
#if PACKETVER >= 20131113
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#elif PACKETVER >= 20131106
-packetLen(0x0954, 12) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 12)
#elif PACKETVER >= 20131030
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#elif PACKETVER >= 20131023
-packetLen(0x0954, 8) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 8)
#elif PACKETVER >= 20131016
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#elif PACKETVER >= 20131008
-packetLen(0x0954, -1) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, -1)
#elif PACKETVER >= 20130828
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#elif PACKETVER >= 20130821
-packetLen(0x0954, 10) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 10)
#elif PACKETVER >= 20130731
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#elif PACKETVER >= 20130724
-packetLen(0x0954, 6) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 6)
#elif PACKETVER >= 20130103
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#endif
// Packet: 0x0955
#if PACKETVER >= 20131127
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
#elif PACKETVER >= 20131120
-packetLen(0x0955, 6) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 6)
#elif PACKETVER >= 20130417
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
#elif PACKETVER >= 20130410
-packetLen(0x0955, 10) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 10)
#elif PACKETVER >= 20130403
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
#elif PACKETVER >= 20130327
-packetLen(0x0955, 7) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 7)
#elif PACKETVER >= 20130103
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
#endif
// Packet: 0x0956
#if PACKETVER >= 20131127
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#elif PACKETVER >= 20131120
-packetLen(0x0956, 5) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 5)
#elif PACKETVER >= 20131016
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#elif PACKETVER >= 20131008
-packetLen(0x0956, -1) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, -1)
#elif PACKETVER >= 20130911
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#elif PACKETVER >= 20130904
-packetLen(0x0956, 36) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 36)
#elif PACKETVER >= 20130807
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#elif PACKETVER >= 20130731
-packetLen(0x0956, 26) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 26)
#elif PACKETVER >= 20130724
-packetLen(0x0956, 12) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 12)
#elif PACKETVER >= 20130717
-packetLen(0x0956, 8) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 8)
#elif PACKETVER >= 20130605
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#elif PACKETVER >= 20130529
-packetLen(0x0956, 36) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 36)
#elif PACKETVER >= 20130220
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#elif PACKETVER >= 20130215
-packetLen(0x0956, 26) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 26)
#elif PACKETVER >= 20130206
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#elif PACKETVER >= 20130130
-packetLen(0x0956, 19) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 19)
#elif PACKETVER >= 20130121
-packetLen(0x0956, 5) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 5)
#elif PACKETVER >= 20130103
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#endif
// Packet: 0x0957
#if PACKETVER >= 20130925
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20130917
-packetLen(0x0957, 10) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 10)
#elif PACKETVER >= 20130807
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20130731
-packetLen(0x0957, 6) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 6)
#elif PACKETVER >= 20130605
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20130529
-packetLen(0x0957, 8) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 8)
#elif PACKETVER >= 20130515
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20130508
-packetLen(0x0957, 8) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 8)
#elif PACKETVER >= 20130206
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20130130
-packetLen(0x0957, 12) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 12)
#elif PACKETVER >= 20130103
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#endif
// Packet: 0x0958
#if PACKETVER >= 20131211
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20131204
-packetLen(0x0958, -1) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, -1)
#elif PACKETVER >= 20131002
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20130925
-packetLen(0x0958, 6) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 6)
#elif PACKETVER >= 20130821
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20130814
-packetLen(0x0958, 5) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 5)
#elif PACKETVER >= 20130807
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20130731
-packetLen(0x0958, -1) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, -1)
#elif PACKETVER >= 20130724
-packetLen(0x0958, 10) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 10)
#elif PACKETVER >= 20130717
-packetLen(0x0958, 6) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 6)
#elif PACKETVER >= 20130605
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20130529
-packetLen(0x0958, -1) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, -1)
#elif PACKETVER >= 20130103
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#endif
// Packet: 0x0959
#if PACKETVER >= 20131211
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#elif PACKETVER >= 20131204
-packetLen(0x0959, 90) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 90)
#elif PACKETVER >= 20130925
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#elif PACKETVER >= 20130917
-packetLen(0x0959, -1) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, -1)
#elif PACKETVER >= 20130821
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#elif PACKETVER >= 20130814
-packetLen(0x0959, 18) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 18)
#elif PACKETVER >= 20130327
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#elif PACKETVER >= 20130320
-packetLen(0x0959, 10) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 10)
#elif PACKETVER >= 20130103
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#endif
// Packet: 0x095a
#if PACKETVER >= 20131002
-packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 2)
#elif PACKETVER >= 20130925
-packetLen(0x095a, 18) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 18)
#elif PACKETVER >= 20130327
-packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 2)
#elif PACKETVER >= 20130320
-packetLen(0x095a, 8) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 8)
#elif PACKETVER >= 20130121
-packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 2)
#elif PACKETVER >= 20130115
-packetLen(0x095a, 36) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 36)
#elif PACKETVER >= 20130103
-packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 2)
#endif
// Packet: 0x095b
#if PACKETVER >= 20131211
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20131204
-packetLen(0x095b, 12) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 12)
#elif PACKETVER >= 20131030
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20131023
-packetLen(0x095b, 5) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 5)
#elif PACKETVER >= 20131002
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20130925
-packetLen(0x095b, -1) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, -1)
#elif PACKETVER >= 20130917
-packetLen(0x095b, 5) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 5)
#elif PACKETVER >= 20130807
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20130731
-packetLen(0x095b, 90) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 90)
#elif PACKETVER >= 20130724
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20130717
-packetLen(0x095b, 36) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 36)
#elif PACKETVER >= 20130626
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20130618
-packetLen(0x095b, 19) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 19)
#elif PACKETVER >= 20130529
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20130522
-packetLen(0x095b, -1) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, -1)
#elif PACKETVER >= 20130306
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20130227
-packetLen(0x095b, 6) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 6)
#elif PACKETVER >= 20130206
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20130130
-packetLen(0x095b, 18) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 18)
#elif PACKETVER >= 20130121
-packetLen(0x095b, 26) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 26)
#elif PACKETVER >= 20130103
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#endif
// Packet: 0x095c
#if PACKETVER >= 20131204
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#elif PACKETVER >= 20131127
-packetLen(0x095c, 19) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 19)
#elif PACKETVER >= 20131002
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#elif PACKETVER >= 20130925
-packetLen(0x095c, 8) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 8)
#elif PACKETVER >= 20130731
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#elif PACKETVER >= 20130724
-packetLen(0x095c, -1) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, -1)
#elif PACKETVER >= 20130529
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#elif PACKETVER >= 20130522
-packetLen(0x095c, 10) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 10)
#elif PACKETVER >= 20130515
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#elif PACKETVER >= 20130508
-packetLen(0x095c, 5) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 5)
#elif PACKETVER >= 20130206
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#elif PACKETVER >= 20130130
-packetLen(0x095c, 8) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 8)
#elif PACKETVER >= 20130103
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#endif
// Packet: 0x095d
#if PACKETVER >= 20131120
-packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 2)
#elif PACKETVER >= 20131113
-packetLen(0x095d, 7) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 7)
#elif PACKETVER >= 20131106
-packetLen(0x095d, 26) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 26)
#elif PACKETVER >= 20131016
-packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 2)
#elif PACKETVER >= 20131008
-packetLen(0x095d, 26) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 26)
#elif PACKETVER >= 20130904
-packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 2)
#elif PACKETVER >= 20130828
-packetLen(0x095d, 5) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 5)
#elif PACKETVER >= 20130807
-packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 2)
#elif PACKETVER >= 20130731
-packetLen(0x095d, 12) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 12)
#elif PACKETVER >= 20130724
-packetLen(0x095d, 8) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 8)
#elif PACKETVER >= 20130220
-packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 2)
#elif PACKETVER >= 20130215
-packetLen(0x095d, 5) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 5)
#elif PACKETVER >= 20130103
-packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 2)
#endif
// Packet: 0x095e
#if PACKETVER >= 20131127
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
#elif PACKETVER >= 20131120
-packetLen(0x095e, 18) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 18)
#elif PACKETVER >= 20131023
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
#elif PACKETVER >= 20131016
-packetLen(0x095e, 10) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 10)
#elif PACKETVER >= 20130828
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
#elif PACKETVER >= 20130821
-packetLen(0x095e, 6) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 6)
#elif PACKETVER >= 20130529
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
#elif PACKETVER >= 20130522
-packetLen(0x095e, 6) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 6)
#elif PACKETVER >= 20130306
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
#elif PACKETVER >= 20130227
-packetLen(0x095e, 36) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 36)
#elif PACKETVER >= 20130115
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
#elif PACKETVER >= 20130109
-packetLen(0x095e, 6) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 6)
#elif PACKETVER >= 20130103
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
#endif
// Packet: 0x095f
#if PACKETVER >= 20131120
-packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 2)
#elif PACKETVER >= 20131113
-packetLen(0x095f, 10) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 10)
#elif PACKETVER >= 20130821
-packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 2)
#elif PACKETVER >= 20130814
-packetLen(0x095f, 6) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 6)
#elif PACKETVER >= 20130807
-packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 2)
#elif PACKETVER >= 20130731
-packetLen(0x095f, 6) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 6)
#elif PACKETVER >= 20130103
-packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 2)
#endif
// Packet: 0x0960
#if PACKETVER >= 20131120
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20131113
-packetLen(0x0960, 8) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 8)
#elif PACKETVER >= 20130724
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20130717
-packetLen(0x0960, 12) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 12)
#elif PACKETVER >= 20130703
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20130626
-packetLen(0x0960, 5) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 5)
#elif PACKETVER >= 20130417
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20130410
-packetLen(0x0960, 26) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 26)
#elif PACKETVER >= 20130403
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20130327
-packetLen(0x0960, 10) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 10)
#elif PACKETVER >= 20130313
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20130306
-packetLen(0x0960, 6) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 6)
#elif PACKETVER >= 20130103
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#endif
// Packet: 0x0961
#if PACKETVER >= 20131211
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#elif PACKETVER >= 20131204
-packetLen(0x0961, 4) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 4)
#elif PACKETVER >= 20130508
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#elif PACKETVER >= 20130502
-packetLen(0x0961, 8) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 8)
#elif PACKETVER >= 20130403
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#elif PACKETVER >= 20130327
-packetLen(0x0961, 6) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 6)
#elif PACKETVER >= 20130103
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#endif
// Packet: 0x0962
#if PACKETVER >= 20131113
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#elif PACKETVER >= 20131106
-packetLen(0x0962, -1) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, -1)
#elif PACKETVER >= 20131023
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#elif PACKETVER >= 20131016
-packetLen(0x0962, 7) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 7)
#elif PACKETVER >= 20130828
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#elif PACKETVER >= 20130821
-packetLen(0x0962, 6) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 6)
#elif PACKETVER >= 20130814
-packetLen(0x0962, 90) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 90)
#elif PACKETVER >= 20130807
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#elif PACKETVER >= 20130731
-packetLen(0x0962, 6) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 6)
#elif PACKETVER >= 20130626
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#elif PACKETVER >= 20130618
-packetLen(0x0962, 6) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 6)
#elif PACKETVER >= 20130522
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#elif PACKETVER >= 20130515
-packetLen(0x0962, 26) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 26)
#elif PACKETVER >= 20130424
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#elif PACKETVER >= 20130417
-packetLen(0x0962, 5) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 5)
#elif PACKETVER >= 20130313
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#elif PACKETVER >= 20130306
-packetLen(0x0962, 6) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 6)
#elif PACKETVER >= 20130220
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#elif PACKETVER >= 20130215
-packetLen(0x0962, 8) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 8)
#elif PACKETVER >= 20130103
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#endif
// Packet: 0x0963
#if PACKETVER >= 20130522
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
#elif PACKETVER >= 20130515
-packetLen(0x0963, -1) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, -1)
#elif PACKETVER >= 20130130
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
#elif PACKETVER >= 20130121
-packetLen(0x0963, 8) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 8)
#elif PACKETVER >= 20130103
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
#endif
// Packet: 0x0964
#if PACKETVER >= 20131120
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#elif PACKETVER >= 20131113
-packetLen(0x0964, 4) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 4)
#elif PACKETVER >= 20130828
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#elif PACKETVER >= 20130821
-packetLen(0x0964, 6) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 6)
#elif PACKETVER >= 20130618
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#elif PACKETVER >= 20130612
-packetLen(0x0964, 36) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 36)
#elif PACKETVER >= 20130529
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#elif PACKETVER >= 20130522
-packetLen(0x0964, 90) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 90)
#elif PACKETVER >= 20130103
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#endif
// Packet: 0x0965
#if PACKETVER >= 20130731
-packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 2)
#elif PACKETVER >= 20130724
-packetLen(0x0965, -1) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, -1)
#elif PACKETVER >= 20130529
-packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 2)
#elif PACKETVER >= 20130522
-packetLen(0x0965, 8) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 8)
#elif PACKETVER >= 20130103
-packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 2)
#endif
// Packet: 0x0966
#if PACKETVER >= 20131023
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#elif PACKETVER >= 20131016
-packetLen(0x0966, 5) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 5)
#elif PACKETVER >= 20130904
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#elif PACKETVER >= 20130828
-packetLen(0x0966, 8) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 8)
#elif PACKETVER >= 20130731
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#elif PACKETVER >= 20130724
-packetLen(0x0966, 5) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 5)
#elif PACKETVER >= 20130103
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#endif
// Packet: 0x0967
#if PACKETVER >= 20131211
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20131204
-packetLen(0x0967, 8) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 8)
#elif PACKETVER >= 20131127
-packetLen(0x0967, 26) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 26)
#elif PACKETVER >= 20131113
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20131106
-packetLen(0x0967, -1) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, -1)
#elif PACKETVER >= 20130917
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20130911
-packetLen(0x0967, 6) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 6)
#elif PACKETVER >= 20130828
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20130821
-packetLen(0x0967, 18) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 18)
#elif PACKETVER >= 20130724
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20130717
-packetLen(0x0967, 6) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 6)
#elif PACKETVER >= 20130508
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20130502
-packetLen(0x0967, 6) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 6)
#elif PACKETVER >= 20130417
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20130410
-packetLen(0x0967, -1) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, -1)
#elif PACKETVER >= 20130403
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20130327
-packetLen(0x0967, -1) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, -1)
#elif PACKETVER >= 20130306
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20130227
-packetLen(0x0967, 7) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 7)
#elif PACKETVER >= 20130103
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#endif
// Packet: 0x0968
#if PACKETVER >= 20131230
-packetLen(0x0968, 8) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 8)
#elif PACKETVER >= 20130103
-packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 2)
#endif
// Packet: 0x0969
#if PACKETVER >= 20131230
-packetLen(0x0969, 6) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 6)
#elif PACKETVER >= 20131120
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#elif PACKETVER >= 20131113
-packetLen(0x0969, -1) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, -1)
#elif PACKETVER >= 20131016
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#elif PACKETVER >= 20131008
-packetLen(0x0969, -1) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, -1)
#elif PACKETVER >= 20131002
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#elif PACKETVER >= 20130925
-packetLen(0x0969, 4) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 4)
#elif PACKETVER >= 20130828
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#elif PACKETVER >= 20130821
-packetLen(0x0969, 26) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 26)
#elif PACKETVER >= 20130502
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#elif PACKETVER >= 20130424
-packetLen(0x0969, 36) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 36)
#elif PACKETVER >= 20130417
-packetLen(0x0969, 6) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 6)
#elif PACKETVER >= 20130130
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#elif PACKETVER >= 20130121
-packetLen(0x0969, -1) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, -1)
#elif PACKETVER >= 20130103
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#endif
// Packet: 0x096a
#if PACKETVER >= 20131230
-packetLen(0x096a, 90) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 90)
#elif PACKETVER >= 20131223
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
// ignored packet from 2013-12-23aRagexeRE
#elif PACKETVER >= 20131211
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20131204
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20131127
-packetLen(0x096a, 8) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 8)
#elif PACKETVER >= 20131106
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20131030
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20131008
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20130925
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20130917
-packetLen(0x096a, 26) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 26)
#elif PACKETVER >= 20130911
-packetLen(0x096a, 8) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 8)
#elif PACKETVER >= 20130904
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20130828
-packetLen(0x096a, 19) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 19)
#elif PACKETVER >= 20130814
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20130807
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20130717
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20130626
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20130618
-packetLen(0x096a, 10) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 10)
#elif PACKETVER >= 20130605
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20130522
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20130508
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20130502
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20130424
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20130417
-packetLen(0x096a, 4) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 4)
#elif PACKETVER >= 20130403
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20130320
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20130313
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20130227
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20130206
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20130130
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20130121
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20130109
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20130103
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#endif
// Packet: 0x096b
-packetLen(0x096b, 4) // ZC_PRNPC_STATE
+packetLen(0x096b, 4)
// Packet: 0x096c
-packetLen(0x096c, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x096c, 6)
// Packet: 0x096d
-packetLen(0x096d, -1) // ZC_MERGE_ITEM_OPEN
+packetLen(0x096d, -1)
// Packet: 0x096e
-packetLen(0x096e, -1) // CZ_REQ_MERGE_ITEM
+packetLen(0x096e, -1)
// Packet: 0x096f
-packetLen(0x096f, 7) // ZC_ACK_MERGE_ITEM
+packetLen(0x096f, 7)
// Packet: 0x0970
-packetLen(0x0970, 31) // CH_MAKE_CHAR_NOT_STATS
+packetLen(0x0970, 31)
// Packet: 0x0971
-packetLen(0x0971, 6) // ZC_PARTY_RECRUIT_REFUSE_VOLUNTEER_TO_PM
+packetLen(0x0971, 6)
// Packet: 0x0972
-packetLen(0x0972, -1) // ZC_SAY_DIALOG2
+packetLen(0x0972, -1)
// Packet: 0x0973
-packetLen(0x0973, 7) // ZC_WAIT_DIALOG2
+packetLen(0x0973, 7)
// Packet: 0x0974
-packetLen(0x0974, 2) // CZ_CANCEL_MERGE_ITEM
+packetLen(0x0974, 2)
// Packet: 0x0975
-packetLen(0x0975, -1) // ZC_STORE_ITEMLIST_NORMAL_V2
+packetLen(0x0975, -1)
// Packet: 0x0976
-packetLen(0x0976, -1) // ZC_STORE_ITEMLIST_EQUIP_V2
+packetLen(0x0976, -1)
// Packet: 0x0977
-packetLen(0x0977, 14) // ZC_HP_INFO
+packetLen(0x0977, 14)
// Packet: 0x0978
-packetLen(0x0978, 6) // CZ_REQ_BEFORE_WORLD_INFO
+packetLen(0x0978, 6)
// Packet: 0x0979
-packetLen(0x0979, 50) // ZC_ACK_BEFORE_WORLD_INFO
+packetLen(0x0979, 50)
// Packet: 0x097a
-packetLen(0x097a, -1) // ZC_ALL_QUEST_LIST2
+packetLen(0x097a, -1)
// Packet: 0x097b
-packetLen(0x097b, -1) // ZC_PERSONAL_INFOMATION2
+packetLen(0x097b, -1)
// Packet: 0x097c
-packetLen(0x097c, 4) // CZ_REQ_RANKING
+packetLen(0x097c, 4)
// Packet: 0x097d
-packetLen(0x097d, 288) // ZC_ACK_RANKING
+packetLen(0x097d, 288)
// Packet: 0x097e
-packetLen(0x097e, 12) // ZC_UPDATE_RANKING_POINT
+packetLen(0x097e, 12)
// Packet: 0x097f
-packetLen(0x097f, -1) // ZC_SELECTCART
+packetLen(0x097f, -1)
// Packet: 0x0980
-packetLen(0x0980, 7) // CZ_SELECTCART
+packetLen(0x0980, 7)
// Packet: 0x0981
-packetLen(0x0981, -1) // ZC_PERSONAL_INFOMATION_CHN
+packetLen(0x0981, -1)
// Packet: 0x0982
-packetLen(0x0982, 7) // ZC_FATIGUE_CHN
+packetLen(0x0982, 7)
// Packet: 0x0983
-packetLen(0x0983, 29) // ZC_MSG_STATE_CHANGE3
+packetLen(0x0983, 29)
// Packet: 0x0984
-packetLen(0x0984, 28) // ZC_EFST_SET_ENTER2
+packetLen(0x0984, 28)
// Packet: 0x0985
-packetLen(0x0985, -1) // ZC_SKILL_POSTDELAY_LIST2
+packetLen(0x0985, -1)
// Packet: 0x0986
-packetLen(0x0986, 10) // AC_SHUTDOWN_NOTIFY
+packetLen(0x0986, 10)
// Packet: 0x0987
#if PACKETVER >= 20130115
-packetLen(0x0987, -1) // CA_LOGIN6
+packetLen(0x0987, -1)
#elif PACKETVER >= 20130103
-packetLen(0x0987, 63) // CA_LOGIN6
+packetLen(0x0987, 63)
#endif
// Packet: 0x0988
-packetLen(0x0988, 6) // ZC_NOTIFY_CLAN_CONNECTINFO
+packetLen(0x0988, 6)
// Packet: 0x0989
-packetLen(0x0989, 2) // ZC_ACK_CLAN_LEAVE
+packetLen(0x0989, 2)
// Packet: 0x098a
-packetLen(0x098a, -1) // ZC_CLANINFO
+packetLen(0x098a, -1)
// Packet: 0x098b
-packetLen(0x098b, 2) // AC_REQ_NEW_USER
+packetLen(0x098b, 2)
// Packet: 0x098c
-packetLen(0x098c, 4) // CA_ACK_NEW_USER
+packetLen(0x098c, 4)
// Packet: 0x098d
-packetLen(0x098d, -1) // CZ_CLAN_CHAT
+packetLen(0x098d, -1)
// Packet: 0x098e
-packetLen(0x098e, -1) // ZC_NOTIFY_CLAN_CHAT
+packetLen(0x098e, -1)
// Packet: 0x098f
-packetLen(0x098f, -1) // CH_DELETE_CHAR3_EXT
+packetLen(0x098f, -1)
// Packet: 0x0990
-packetLen(0x0990, 31) // ZC_ITEM_PICKUP_ACK_V5
+packetLen(0x0990, 31)
// Packet: 0x0991
-packetLen(0x0991, -1) // ZC_INVENTORY_ITEMLIST_NORMAL_V5
+packetLen(0x0991, -1)
// Packet: 0x0992
-packetLen(0x0992, -1) // ZC_INVENTORY_ITEMLIST_EQUIP_V5
+packetLen(0x0992, -1)
// Packet: 0x0993
-packetLen(0x0993, -1) // ZC_CART_ITEMLIST_NORMAL_V5
+packetLen(0x0993, -1)
// Packet: 0x0994
-packetLen(0x0994, -1) // ZC_CART_ITEMLIST_EQUIP_V5
+packetLen(0x0994, -1)
// Packet: 0x0995
-packetLen(0x0995, -1) // ZC_STORE_ITEMLIST_NORMAL_V5
+packetLen(0x0995, -1)
// Packet: 0x0996
-packetLen(0x0996, -1) // ZC_STORE_ITEMLIST_EQUIP_V5
+packetLen(0x0996, -1)
// Packet: 0x0997
-packetLen(0x0997, -1) // ZC_EQUIPWIN_MICROSCOPE_V5
+packetLen(0x0997, -1)
// Packet: 0x0998
-packetLen(0x0998, 8) // CZ_REQ_WEAR_EQUIP_V5
+packetLen(0x0998, 8)
// Packet: 0x0999
-packetLen(0x0999, 11) // ZC_ACK_WEAR_EQUIP_V5
+packetLen(0x0999, 11)
// Packet: 0x099a
-packetLen(0x099a, 9) // ZC_ACK_TAKEOFF_EQUIP_V5
+packetLen(0x099a, 9)
// Packet: 0x099b
-packetLen(0x099b, 8) // ZC_MAPPROPERTY_R2
+packetLen(0x099b, 8)
// Packet: 0x099c
-packetLen(0x099c, 6) // CH_REQ_CHARINFO_PER_PAGE
+packetLen(0x099c, 6)
// Packet: 0x099d
-packetLen(0x099d, -1) // HC_ACK_CHARINFO_PER_PAGE
+packetLen(0x099d, -1)
// Packet: 0x099e
-packetLen(0x099e, 12) // HC_QUEUE_ORDER
+packetLen(0x099e, 12)
// Packet: 0x099f
-packetLen(0x099f, -1) // ZC_SKILL_ENTRY4
+packetLen(0x099f, -1)
// Packet: 0x09a0
#if PACKETVER >= 20130327
-packetLen(0x09a0, 10) // HC_CHARLIST_NOTIFY
+packetLen(0x09a0, 10)
#elif PACKETVER >= 20130103
-packetLen(0x09a0, 6) // HC_CHARLIST_NOTIFY
+packetLen(0x09a0, 6)
#endif
// Packet: 0x09a1
-packetLen(0x09a1, 2) // CH_CHARLIST_REQ
+packetLen(0x09a1, 2)
// Packet: 0x09a2
#if PACKETVER >= 20130130
-packetLen(0x09a2, 6) // AC_REQ_MOBILE_OTP
+packetLen(0x09a2, 6)
#endif
// Packet: 0x09a3
#if PACKETVER >= 20130130
-packetLen(0x09a3, -1) // CA_ACK_MOBILE_OTP
+packetLen(0x09a3, -1)
#endif
// Packet: 0x09a4
#if PACKETVER >= 20130206
-packetLen(0x09a4, 18) // ZC_DISPATCH_TIMING_INFO_CHN
+packetLen(0x09a4, 18)
#endif
// Packet: 0x09a5
#if PACKETVER >= 20130220
-packetLen(0x09a5, 7) // AC_REFUSE_LOGIN3
+packetLen(0x09a5, 7)
#endif
// Packet: 0x09a6
#if PACKETVER >= 20130306
-packetLen(0x09a6, 12) // ZC_BANKING_CHECK
+packetLen(0x09a6, 12)
#endif
// Packet: 0x09a7
#if PACKETVER >= 20130320
-packetLen(0x09a7, 10) // CZ_REQ_BANKING_DEPOSIT
+packetLen(0x09a7, 10)
#elif PACKETVER >= 20130306
-packetLen(0x09a7, 14) // CZ_REQ_BANKING_DEPOSIT
+packetLen(0x09a7, 14)
#endif
// Packet: 0x09a8
#if PACKETVER >= 20130515
-packetLen(0x09a8, 16) // ZC_ACK_BANKING_DEPOSIT
+packetLen(0x09a8, 16)
#elif PACKETVER >= 20130320
-packetLen(0x09a8, 12) // ZC_ACK_BANKING_DEPOSIT
+packetLen(0x09a8, 12)
#elif PACKETVER >= 20130306
-packetLen(0x09a8, 4) // ZC_ACK_BANKING_DEPOSIT
+packetLen(0x09a8, 4)
#endif
// Packet: 0x09a9
#if PACKETVER >= 20130320
-packetLen(0x09a9, 10) // CZ_REQ_BANKING_WITHDRAW
+packetLen(0x09a9, 10)
#elif PACKETVER >= 20130306
-packetLen(0x09a9, 14) // CZ_REQ_BANKING_WITHDRAW
+packetLen(0x09a9, 14)
#endif
// Packet: 0x09aa
#if PACKETVER >= 20130515
-packetLen(0x09aa, 16) // ZC_ACK_BANKING_WITHDRAW
+packetLen(0x09aa, 16)
#elif PACKETVER >= 20130320
-packetLen(0x09aa, 12) // ZC_ACK_BANKING_WITHDRAW
+packetLen(0x09aa, 12)
#elif PACKETVER >= 20130306
-packetLen(0x09aa, 4) // ZC_ACK_BANKING_WITHDRAW
+packetLen(0x09aa, 4)
#endif
// Packet: 0x09ab
#if PACKETVER >= 20130320
-packetLen(0x09ab, 6) // CZ_REQ_BANKING_CHECK
+packetLen(0x09ab, 6)
#elif PACKETVER >= 20130313
-packetLen(0x09ab, -1) // CZ_REQ_BANKING_CHECK
+packetLen(0x09ab, -1)
#endif
// Packet: 0x09ac
#if PACKETVER >= 20130327
-packetLen(0x09ac, -1) // CZ_REQ_CASH_BARGAIN_SALE_ITEM_INFO
+packetLen(0x09ac, -1)
#elif PACKETVER >= 20130320
// removed
#elif PACKETVER >= 20130313
-packetLen(0x09ac, 20) // CZ_REQ_CASH_BARGAIN_SALE_ITEM_INFO
+packetLen(0x09ac, 20)
#endif
// Packet: 0x09ad
#if PACKETVER >= 20130327
-packetLen(0x09ad, 10) // ZC_ACK_CASH_BARGAIN_SALE_ITEM_INFO
+packetLen(0x09ad, 10)
#elif PACKETVER >= 20130320
// removed
#elif PACKETVER >= 20130313
-packetLen(0x09ad, 6) // ZC_ACK_CASH_BARGAIN_SALE_ITEM_INFO
+packetLen(0x09ad, 6)
#endif
// Packet: 0x09ae
#if PACKETVER >= 20130327
-packetLen(0x09ae, 17) // CZ_REQ_APPLY_BARGAIN_SALE_ITEM
+packetLen(0x09ae, 17)
#elif PACKETVER >= 20130320
// removed
#elif PACKETVER >= 20130313
-packetLen(0x09ae, -1) // CZ_REQ_APPLY_BARGAIN_SALE_ITEM
+packetLen(0x09ae, -1)
#endif
// Packet: 0x09af
#if PACKETVER >= 20130327
-packetLen(0x09af, 4) // ZC_ACK_APPLY_BARGAIN_SALE_ITEM
+packetLen(0x09af, 4)
#elif PACKETVER >= 20130320
// removed
#elif PACKETVER >= 20130313
-packetLen(0x09af, -1) // ZC_ACK_APPLY_BARGAIN_SALE_ITEM
+packetLen(0x09af, -1)
#endif
// Packet: 0x09b0
#if PACKETVER >= 20130327
-packetLen(0x09b0, 8) // CZ_REQ_REMOVE_BARGAIN_SALE_ITEM
+packetLen(0x09b0, 8)
#elif PACKETVER >= 20130320
// removed
#elif PACKETVER >= 20130313
-packetLen(0x09b0, 8) // CZ_REQ_REMOVE_BARGAIN_SALE_ITEM
+packetLen(0x09b0, 8)
#endif
// Packet: 0x09b1
#if PACKETVER >= 20130327
-packetLen(0x09b1, 4) // ZC_ACK_REMOVE_BARGAIN_SALE_ITEM
+packetLen(0x09b1, 4)
#elif PACKETVER >= 20130320
// removed
#elif PACKETVER >= 20130313
-packetLen(0x09b1, 6) // ZC_ACK_REMOVE_BARGAIN_SALE_ITEM
+packetLen(0x09b1, 6)
#endif
// Packet: 0x09b2
#if PACKETVER >= 20130605
-packetLen(0x09b2, 8) // ZC_NOTIFY_BARGAIN_SALE_SELLING
+packetLen(0x09b2, 8)
#elif PACKETVER >= 20130327
-packetLen(0x09b2, 6) // ZC_NOTIFY_BARGAIN_SALE_SELLING
+packetLen(0x09b2, 6)
#elif PACKETVER >= 20130320
// removed
#elif PACKETVER >= 20130313
-packetLen(0x09b2, -1) // ZC_NOTIFY_BARGAIN_SALE_SELLING
+packetLen(0x09b2, -1)
#endif
// Packet: 0x09b3
#if PACKETVER >= 20130605
-packetLen(0x09b3, 4) // ZC_NOTIFY_BARGAIN_SALE_CLOSE
+packetLen(0x09b3, 4)
#elif PACKETVER >= 20130327
-packetLen(0x09b3, 6) // ZC_NOTIFY_BARGAIN_SALE_CLOSE
+packetLen(0x09b3, 6)
#endif
// Packet: 0x09b4
#if PACKETVER >= 20130417
-packetLen(0x09b4, 6) // CZ_OPEN_BARGAIN_SALE_TOOL
+packetLen(0x09b4, 6)
#endif
// Packet: 0x09b5
#if PACKETVER >= 20130417
-packetLen(0x09b5, 2) // ZC_OPEN_BARGAIN_SALE_TOOL
+packetLen(0x09b5, 2)
#endif
// Packet: 0x09b6
#if PACKETVER >= 20130417
-packetLen(0x09b6, 6) // CZ_REQ_OPEN_BANKING
+packetLen(0x09b6, 6)
#endif
// Packet: 0x09b7
#if PACKETVER >= 20130417
-packetLen(0x09b7, 4) // ZC_ACK_OPEN_BANKING
+packetLen(0x09b7, 4)
#endif
// Packet: 0x09b8
#if PACKETVER >= 20130417
-packetLen(0x09b8, 6) // CZ_REQ_CLOSE_BANKING
+packetLen(0x09b8, 6)
#endif
// Packet: 0x09b9
#if PACKETVER >= 20130417
-packetLen(0x09b9, 4) // ZC_ACK_CLOSE_BANKING
+packetLen(0x09b9, 4)
#endif
// Packet: 0x09ba
#if PACKETVER >= 20130828
-packetLen(0x09ba, 2) // CZ_REQ_OPEN_GUILD_STORAGE
+packetLen(0x09ba, 2)
#elif PACKETVER >= 20130424
-packetLen(0x09ba, 6) // CZ_REQ_OPEN_GUILD_STORAGE
+packetLen(0x09ba, 6)
#endif
// Packet: 0x09bb
#if PACKETVER >= 20130502
-packetLen(0x09bb, 6) // ZC_ACK_OPEN_GUILD_STORAGE
+packetLen(0x09bb, 6)
#elif PACKETVER >= 20130424
-packetLen(0x09bb, 4) // ZC_ACK_OPEN_GUILD_STORAGE
+packetLen(0x09bb, 4)
#endif
// Packet: 0x09bc
#if PACKETVER >= 20130424
-packetLen(0x09bc, 6) // CZ_CLOSE_BARGAIN_SALE_TOOL
+packetLen(0x09bc, 6)
#endif
// Packet: 0x09bd
#if PACKETVER >= 20130424
-packetLen(0x09bd, 2) // ZC_CLOSE_BARGAIN_SALE_TOOL
+packetLen(0x09bd, 2)
#endif
// Packet: 0x09be
#if PACKETVER >= 20130828
-packetLen(0x09be, 2) // CZ_REQ_CLOSE_GUILD_STORAGE
+packetLen(0x09be, 2)
#elif PACKETVER >= 20130502
-packetLen(0x09be, 6) // CZ_REQ_CLOSE_GUILD_STORAGE
+packetLen(0x09be, 6)
#endif
// Packet: 0x09bf
#if PACKETVER >= 20130502
-packetLen(0x09bf, 4) // ZC_ACK_CLOSE_GUILD_STORAGE
+packetLen(0x09bf, 4)
#endif
// Packet: 0x09c0
#if PACKETVER >= 20130618
// removed
#elif PACKETVER >= 20130515
-packetLen(0x09c0, 11) // ZC_ACTION_MOVE
+packetLen(0x09c0, 11)
#endif
// Packet: 0x09c1
#if PACKETVER >= 20130717
-packetLen(0x09c1, 10) // ZC_C_MARKERINFO
+packetLen(0x09c1, 10)
#elif PACKETVER >= 20130515
-packetLen(0x09c1, 11) // ZC_C_MARKERINFO
+packetLen(0x09c1, 11)
#endif
// Packet: 0x09c2
#if PACKETVER >= 20130522
-packetLen(0x09c2, -1) // HC_SECRETSCAN_DATA
+packetLen(0x09c2, -1)
#endif
// Packet: 0x09c3
#if PACKETVER >= 20130529
-packetLen(0x09c3, 8) // CZ_REQ_COUNT_BARGAIN_SALE_ITEM
+packetLen(0x09c3, 8)
#endif
// Packet: 0x09c4
#if PACKETVER >= 20130605
-packetLen(0x09c4, 8) // ZC_ACK_COUNT_BARGAIN_SALE_ITEM
+packetLen(0x09c4, 8)
#endif
// Packet: 0x09c5
#if PACKETVER >= 20130605
-packetLen(0x09c5, 1042) // CS_LOGIN_QUERY
+packetLen(0x09c5, 1042)
#endif
// Packet: 0x09c6
#if PACKETVER >= 20130605
-packetLen(0x09c6, -1) // SC_LOGIN_ANSWER
+packetLen(0x09c6, -1)
#endif
// Packet: 0x09c7
#if PACKETVER >= 20130612
-packetLen(0x09c7, 18) // SC_LOGIN_ERROR
+packetLen(0x09c7, 18)
#elif PACKETVER >= 20130605
-packetLen(0x09c7, 10) // SC_LOGIN_ERROR
+packetLen(0x09c7, 10)
#endif
// Packet: 0x09c8
#if PACKETVER >= 20130605
-packetLen(0x09c8, -1) // CA_LOGIN_OTP
+packetLen(0x09c8, -1)
#endif
// Packet: 0x09c9
#if PACKETVER >= 20130612
-packetLen(0x09c9, -1) // SC_SOCT
+packetLen(0x09c9, -1)
#endif
// Packet: 0x09ca
#if PACKETVER >= 20130828
-packetLen(0x09ca, -1) // ZC_SKILL_ENTRY5
+packetLen(0x09ca, -1)
#elif PACKETVER >= 20130618
-packetLen(0x09ca, 23) // ZC_SKILL_ENTRY5
+packetLen(0x09ca, 23)
#endif
// Packet: 0x09cb
#if PACKETVER >= 20130717
-packetLen(0x09cb, 17) // ZC_USE_SKILL2
+packetLen(0x09cb, 17)
#endif
// Packet: 0x09cc
#if PACKETVER >= 20130717
-packetLen(0x09cc, -1) // ZC_SECRETSCAN_DATA
+packetLen(0x09cc, -1)
#endif
// Packet: 0x09cd
#if PACKETVER >= 20130807
-packetLen(0x09cd, 8) // ZC_MSG_COLOR
+packetLen(0x09cd, 8)
#endif
// Packet: 0x09ce
#if PACKETVER >= 20130814
-packetLen(0x09ce, 102) // CZ_ITEM_CREATE_EX
+packetLen(0x09ce, 102)
#endif
// Packet: 0x09cf
#if PACKETVER >= 20130814
-packetLen(0x09cf, -1) // ZC_NPROTECTGAMEGUARDCSAUTH
+packetLen(0x09cf, -1)
#endif
// Packet: 0x09d0
#if PACKETVER >= 20130814
-packetLen(0x09d0, -1) // CZ_NPROTECTGAMEGUARDCSAUTH
+packetLen(0x09d0, -1)
#endif
// Packet: 0x09d1
#if PACKETVER >= 20130821
-packetLen(0x09d1, 14) // ZC_PROGRESS_ACTOR
+packetLen(0x09d1, 14)
#endif
// Packet: 0x09d2
#if PACKETVER >= 20130828
-packetLen(0x09d2, -1) // ZC_GUILDSTORAGE_ITEMLIST_NORMAL_V5
+packetLen(0x09d2, -1)
#endif
// Packet: 0x09d3
#if PACKETVER >= 20130828
-packetLen(0x09d3, -1) // ZC_GUILDSTORAGE_ITEMLIST_EQUIP_V5
+packetLen(0x09d3, -1)
#endif
// Packet: 0x09d4
#if PACKETVER >= 20130911
-packetLen(0x09d4, 2) // CZ_NPC_TRADE_QUIT
+packetLen(0x09d4, 2)
#endif
// Packet: 0x09d5
#if PACKETVER >= 20130911
-packetLen(0x09d5, -1) // ZC_NPC_MARKET_OPEN
+packetLen(0x09d5, -1)
#endif
// Packet: 0x09d6
#if PACKETVER >= 20130911
-packetLen(0x09d6, -1) // CZ_NPC_MARKET_PURCHASE
+packetLen(0x09d6, -1)
#endif
// Packet: 0x09d7
#if PACKETVER >= 20130911
-packetLen(0x09d7, -1) // ZC_NPC_MARKET_PURCHASE_RESULT
+packetLen(0x09d7, -1)
#endif
// Packet: 0x09d8
#if PACKETVER >= 20130911
-packetLen(0x09d8, 2) // CZ_NPC_MARKET_CLOSE
+packetLen(0x09d8, 2)
#endif
// Packet: 0x09d9
#if PACKETVER >= 20131023
-packetLen(0x09d9, 4) // CZ_REQ_GUILDSTORAGE_LOG
+packetLen(0x09d9, 4)
#elif PACKETVER >= 20131016
-packetLen(0x09d9, 6) // CZ_REQ_GUILDSTORAGE_LOG
+packetLen(0x09d9, 6)
#elif PACKETVER >= 20131002
-packetLen(0x09d9, 4) // CZ_REQ_GUILDSTORAGE_LOG
+packetLen(0x09d9, 4)
#elif PACKETVER >= 20130911
-packetLen(0x09d9, 2) // CZ_REQ_GUILDSTORAGE_LOG
+packetLen(0x09d9, 2)
#endif
// Packet: 0x09da
#if PACKETVER >= 20131002
-packetLen(0x09da, -1) // ZC_ACK_GUILDSTORAGE_LOG
+packetLen(0x09da, -1)
#elif PACKETVER >= 20130925
-packetLen(0x09da, 10) // ZC_ACK_GUILDSTORAGE_LOG
+packetLen(0x09da, 10)
#elif PACKETVER >= 20130911
-packetLen(0x09da, 2) // ZC_ACK_GUILDSTORAGE_LOG
+packetLen(0x09da, 2)
#endif
// Packet: 0x09db
#if PACKETVER >= 20131023
-packetLen(0x09db, -1) // ZC_NOTIFY_MOVEENTRY10
+packetLen(0x09db, -1)
#endif
// Packet: 0x09dc
#if PACKETVER >= 20131023
-packetLen(0x09dc, -1) // ZC_NOTIFY_NEWENTRY10
+packetLen(0x09dc, -1)
#endif
// Packet: 0x09dd
#if PACKETVER >= 20131023
-packetLen(0x09dd, -1) // ZC_NOTIFY_STANDENTRY10
+packetLen(0x09dd, -1)
#endif
// Packet: 0x09de
#if PACKETVER >= 20131030
-packetLen(0x09de, -1) // ZC_WHISPER02
+packetLen(0x09de, -1)
#endif
// Packet: 0x09df
#if PACKETVER >= 20131030
-packetLen(0x09df, 7) // ZC_ACK_WHISPER02
+packetLen(0x09df, 7)
#endif
// Packet: 0x09e0
#if PACKETVER >= 20131030
-packetLen(0x09e0, -1) // SC_LOGIN_ANSWER_WITH_ID
+packetLen(0x09e0, -1)
#endif
// Packet: 0x09e1
#if PACKETVER >= 20131106
-packetLen(0x09e1, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_GUILDSTORAGE
+packetLen(0x09e1, 8)
#endif
// Packet: 0x09e2
#if PACKETVER >= 20131106
-packetLen(0x09e2, 8) // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_BODY
+packetLen(0x09e2, 8)
#endif
// Packet: 0x09e3
#if PACKETVER >= 20131106
-packetLen(0x09e3, 8) // CZ_MOVE_ITEM_FROM_CART_TO_GUILDSTORAGE
+packetLen(0x09e3, 8)
#endif
// Packet: 0x09e4
#if PACKETVER >= 20131106
-packetLen(0x09e4, 8) // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_CART
+packetLen(0x09e4, 8)
#endif
// Packet: 0x09e5
#if PACKETVER >= 20131127
-packetLen(0x09e5, 18) // ZC_DELETEITEM_FROM_MCSTORE2
+packetLen(0x09e5, 18)
#elif PACKETVER >= 20131120
-packetLen(0x09e5, 14) // ZC_DELETEITEM_FROM_MCSTORE2
+packetLen(0x09e5, 14)
#endif
// Packet: 0x09e6
#if PACKETVER >= 20131127
-packetLen(0x09e6, 22) // ZC_UPDATE_ITEM_FROM_BUYING_STORE2
+packetLen(0x09e6, 22)
#elif PACKETVER >= 20131120
-packetLen(0x09e6, 18) // ZC_UPDATE_ITEM_FROM_BUYING_STORE2
+packetLen(0x09e6, 18)
#endif
// Packet: 0x09e7
#if PACKETVER >= 20131211
-packetLen(0x09e7, 2) // ZC_NOTIFY_UNREAD_RODEX
+packetLen(0x09e7, 2)
#endif
// Packet: 0x09e8
#if PACKETVER >= 20131218
-packetLen(0x09e8, 10) // CZ_OPEN_RODEXBOX
+packetLen(0x09e8, 10)
#elif PACKETVER >= 20131211
-packetLen(0x09e8, 18) // CZ_OPEN_RODEXBOX
+packetLen(0x09e8, 18)
#endif
// Packet: 0x09e9
#if PACKETVER >= 20131211
-packetLen(0x09e9, 2) // CZ_CLOSE_RODEXBOX
+packetLen(0x09e9, 2)
#endif
// Packet: 0x09ea
#if PACKETVER >= 20131223
-packetLen(0x09ea, 11) // CZ_REQ_READ_RODEX
+packetLen(0x09ea, 11)
#elif PACKETVER >= 20131218
-packetLen(0x09ea, 10) // CZ_REQ_READ_RODEX
+packetLen(0x09ea, 10)
#endif
// Packet: 0x09eb
#if PACKETVER >= 20131230
-packetLen(0x09eb, 23) // ZC_ACK_READ_RODEX
+packetLen(0x09eb, 23)
#elif PACKETVER >= 20131223
-packetLen(0x09eb, 24) // ZC_ACK_READ_RODEX
+packetLen(0x09eb, 24)
#elif PACKETVER >= 20131218
-packetLen(0x09eb, 14) // ZC_ACK_READ_RODEX
+packetLen(0x09eb, 14)
#endif
// Packet: 0x09ec
#if PACKETVER >= 20131230
-packetLen(0x09ec, -1) // CZ_REQ_SEND_RODEX
+packetLen(0x09ec, -1)
#endif
// Packet: 0x09ed
#if PACKETVER >= 20131230
-packetLen(0x09ed, 3) // ZC_ACK_SEND_RODEX
+packetLen(0x09ed, 3)
#elif PACKETVER >= 20131218
// removed
#elif PACKETVER >= 20131211
-packetLen(0x09ed, -1) // ZC_ACK_SEND_RODEX
+packetLen(0x09ed, -1)
#endif
// Packet: 0x09ee
#if PACKETVER >= 20131218
-packetLen(0x09ee, 11) // CZ_REQ_NEXT_RODEX
+packetLen(0x09ee, 11)
#elif PACKETVER >= 20131211
-packetLen(0x09ee, -1) // CZ_REQ_NEXT_RODEX
+packetLen(0x09ee, -1)
#endif
// Packet: 0x09ef
#if PACKETVER >= 20131218
-packetLen(0x09ef, 11) // CZ_REQ_REFRESH_RODEX
+packetLen(0x09ef, 11)
#endif
// Packet: 0x09f0
#if PACKETVER >= 20131218
-packetLen(0x09f0, -1) // ZC_ACK_RODEX_LIST
+packetLen(0x09f0, -1)
#endif
// Packet: 0x09f5
#if PACKETVER >= 20131218
-packetLen(0x09f5, 11) // CZ_REQ_DELETE_RODEX
+packetLen(0x09f5, 11)
#endif
// Packet: 0x09f6
#if PACKETVER >= 20131218
-packetLen(0x09f6, 11) // ZC_ACK_DELETE_RODEX
+packetLen(0x09f6, 11)
#endif
// Packet: 0x09f7
#if PACKETVER >= 20131230
-packetLen(0x09f7, 75) // ZC_PROPERTY_HOMUN_2
+packetLen(0x09f7, 75)
#endif
diff --git a/src/common/packets/packets2014_len_main.h b/src/common/packets/packets2014_len_main.h
index b58979cb7..e927738c1 100644
--- a/src/common/packets/packets2014_len_main.h
+++ b/src/common/packets/packets2014_len_main.h
@@ -2,8 +2,8 @@
* This file is part of Hercules.
* http://herc.ws - http://github.com/HerculesWS/Hercules
*
- * Copyright (C) 2019 Hercules Dev Team
- * Copyright (C) 2019 Andrei Karas (4144)
+ * Copyright (C) 2018-2019 Hercules Dev Team
+ * Copyright (C) 2018-2019 Andrei Karas (4144)
*
* Hercules is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -25,4576 +25,4576 @@
/* This file is autogenerated, please do not commit manual changes */
// Packet: 0x0064
-packetLen(0x0064, 55) // CA_LOGIN
+packetLen(0x0064, 55)
// Packet: 0x0065
-packetLen(0x0065, 17) // CH_ENTER
+packetLen(0x0065, 17)
// Packet: 0x0066
-packetLen(0x0066, 3) // CH_SELECT_CHAR
+packetLen(0x0066, 3)
// Packet: 0x0067
-packetLen(0x0067, 37) // CH_MAKE_CHAR
+packetLen(0x0067, 37)
// Packet: 0x0068
-packetLen(0x0068, 46) // CH_DELETE_CHAR
+packetLen(0x0068, 46)
// Packet: 0x0069
-packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+packetLen(0x0069, -1)
// Packet: 0x006a
-packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+packetLen(0x006a, 23)
// Packet: 0x006b
-packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+packetLen(0x006b, -1)
// Packet: 0x006c
-packetLen(0x006c, 3) // HC_REFUSE_ENTER
+packetLen(0x006c, 3)
// Packet: 0x006d
#if PACKETVER >= 20140820
-packetLen(0x006d, 149) // HC_ACCEPT_MAKECHAR
+packetLen(0x006d, 149)
#elif PACKETVER >= 20140108
-packetLen(0x006d, 146) // HC_ACCEPT_MAKECHAR
+packetLen(0x006d, 146)
#endif
// Packet: 0x006e
-packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+packetLen(0x006e, 3)
// Packet: 0x006f
-packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+packetLen(0x006f, 2)
// Packet: 0x0070
-packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+packetLen(0x0070, 3)
// Packet: 0x0071
-packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+packetLen(0x0071, 28)
// Packet: 0x0072
-packetLen(0x0072, 22) // CZ_ENTER
+packetLen(0x0072, 22)
// Packet: 0x0073
-packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 11)
// Packet: 0x0074
-packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+packetLen(0x0074, 3)
// Packet: 0x0075
-packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, -1)
// Packet: 0x0076
-packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+packetLen(0x0076, 9)
// Packet: 0x0077
-packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 5)
// Packet: 0x0078
-packetLen(0x0078, 55) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, 55)
// Packet: 0x0079
-packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, 53)
// Packet: 0x007a
-packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, 58)
// Packet: 0x007b
-packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, 60)
// Packet: 0x007c
-packetLen(0x007c, 44) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, 44)
// Packet: 0x007d
-packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, 2)
// Packet: 0x007e
-packetLen(0x007e, 105) // CZ_REQUEST_TIME
+packetLen(0x007e, 105)
// Packet: 0x007f
-packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+packetLen(0x007f, 6)
// Packet: 0x0080
-packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+packetLen(0x0080, 7)
// Packet: 0x0081
-packetLen(0x0081, 3) // SC_NOTIFY_BAN
+packetLen(0x0081, 3)
// Packet: 0x0082
-packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+packetLen(0x0082, 2)
// Packet: 0x0083
-packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 2)
// Packet: 0x0084
-packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+packetLen(0x0084, 2)
// Packet: 0x0085
-packetLen(0x0085, 10) // CZ_REQUEST_MOVE
+packetLen(0x0085, 10)
// Packet: 0x0086
-packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 16)
// Packet: 0x0087
-packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 12)
// Packet: 0x0088
-packetLen(0x0088, 10) // ZC_STOPMOVE
+packetLen(0x0088, 10)
// Packet: 0x0089
-packetLen(0x0089, 11) // CZ_REQUEST_ACT
+packetLen(0x0089, 11)
// Packet: 0x008a
-packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+packetLen(0x008a, 29)
// Packet: 0x008b
-packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+packetLen(0x008b, 23)
// Packet: 0x008c
packetLen(0x008c, 14)
// Packet: 0x008d
-packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+packetLen(0x008d, -1)
// Packet: 0x008e
-packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, -1)
// Packet: 0x0090
-packetLen(0x0090, 7) // CZ_CONTACTNPC
+packetLen(0x0090, 7)
// Packet: 0x0091
-packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, 22)
// Packet: 0x0092
-packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 28)
// Packet: 0x0093
-packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+packetLen(0x0093, 2)
// Packet: 0x0094
-packetLen(0x0094, 19) // CZ_REQNAME
+packetLen(0x0094, 19)
// Packet: 0x0095
-packetLen(0x0095, 30) // ZC_ACK_REQNAME
+packetLen(0x0095, 30)
// Packet: 0x0096
-packetLen(0x0096, -1) // CZ_WHISPER
+packetLen(0x0096, -1)
// Packet: 0x0097
-packetLen(0x0097, -1) // ZC_WHISPER
+packetLen(0x0097, -1)
// Packet: 0x0098
-packetLen(0x0098, 3) // ZC_ACK_WHISPER
+packetLen(0x0098, 3)
// Packet: 0x0099
-packetLen(0x0099, -1) // CZ_BROADCAST
+packetLen(0x0099, -1)
// Packet: 0x009a
-packetLen(0x009a, -1) // ZC_BROADCAST
+packetLen(0x009a, -1)
// Packet: 0x009b
-packetLen(0x009b, 34) // CZ_CHANGE_DIRECTION
+packetLen(0x009b, 34)
// Packet: 0x009c
-packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, 9)
// Packet: 0x009d
-packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+packetLen(0x009d, 17)
// Packet: 0x009e
-packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 17)
// Packet: 0x009f
-packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+packetLen(0x009f, 20)
// Packet: 0x00a0
-packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, 23)
// Packet: 0x00a1
-packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, 6)
// Packet: 0x00a2
-packetLen(0x00a2, 14) // CZ_ITEM_THROW
+packetLen(0x00a2, 14)
// Packet: 0x00a3
-packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, -1)
// Packet: 0x00a4
-packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, -1)
// Packet: 0x00a5
-packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, -1)
// Packet: 0x00a6
-packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, -1)
// Packet: 0x00a7
packetLen(0x00a7, 9)
// Packet: 0x00a8
-packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 7)
// Packet: 0x00a9
-packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, 6)
// Packet: 0x00aa
-packetLen(0x00aa, 9) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 9)
// Packet: 0x00ab
-packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, 4)
// Packet: 0x00ac
-packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, 7)
// Packet: 0x00ae
-packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+packetLen(0x00ae, -1)
// Packet: 0x00af
-packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, 6)
// Packet: 0x00b0
-packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+packetLen(0x00b0, 8)
// Packet: 0x00b1
-packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, 8)
// Packet: 0x00b2
-packetLen(0x00b2, 3) // CZ_RESTART
+packetLen(0x00b2, 3)
// Packet: 0x00b3
-packetLen(0x00b3, 3) // ZC_RESTART_ACK
+packetLen(0x00b3, 3)
// Packet: 0x00b4
-packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+packetLen(0x00b4, -1)
// Packet: 0x00b5
-packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 6)
// Packet: 0x00b6
-packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 6)
// Packet: 0x00b7
-packetLen(0x00b7, -1) // ZC_MENU_LIST
+packetLen(0x00b7, -1)
// Packet: 0x00b8
-packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+packetLen(0x00b8, 7)
// Packet: 0x00b9
-packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, 6)
// Packet: 0x00ba
-packetLen(0x00ba, 2) // CZ_REQ_STATUS
+packetLen(0x00ba, 2)
// Packet: 0x00bb
-packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+packetLen(0x00bb, 5)
// Packet: 0x00bc
-packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 6)
// Packet: 0x00bd
-packetLen(0x00bd, 44) // ZC_STATUS
+packetLen(0x00bd, 44)
// Packet: 0x00be
-packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+packetLen(0x00be, 5)
// Packet: 0x00bf
-packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+packetLen(0x00bf, 3)
// Packet: 0x00c0
-packetLen(0x00c0, 7) // ZC_EMOTION
+packetLen(0x00c0, 7)
// Packet: 0x00c1
-packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, 2)
// Packet: 0x00c2
-packetLen(0x00c2, 6) // ZC_USER_COUNT
+packetLen(0x00c2, 6)
// Packet: 0x00c3
-packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, 8)
// Packet: 0x00c4
-packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, 6)
// Packet: 0x00c5
-packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, 7)
// Packet: 0x00c6
-packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, -1)
// Packet: 0x00c7
-packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, -1)
// Packet: 0x00c8
-packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, -1)
// Packet: 0x00c9
-packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, -1)
// Packet: 0x00ca
-packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, 3)
// Packet: 0x00cb
-packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+packetLen(0x00cb, 3)
// Packet: 0x00cc
-packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, 6)
// Packet: 0x00cd
-packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+packetLen(0x00cd, 3)
// Packet: 0x00ce
-packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 2)
// Packet: 0x00cf
-packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 27)
// Packet: 0x00d0
-packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, 3)
// Packet: 0x00d1
-packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, 4)
// Packet: 0x00d2
-packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 4)
// Packet: 0x00d3
-packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 2)
// Packet: 0x00d4
-packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+packetLen(0x00d4, -1)
// Packet: 0x00d5
-packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, -1)
// Packet: 0x00d6
-packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 3)
// Packet: 0x00d7
-packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, -1)
// Packet: 0x00d8
-packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+packetLen(0x00d8, 6)
// Packet: 0x00d9
-packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, 14)
// Packet: 0x00da
-packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, 3)
// Packet: 0x00db
-packetLen(0x00db, -1) // ZC_ENTER_ROOM
+packetLen(0x00db, -1)
// Packet: 0x00dc
-packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 28)
// Packet: 0x00dd
-packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+packetLen(0x00dd, 29)
// Packet: 0x00de
-packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, -1)
// Packet: 0x00df
-packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, -1)
// Packet: 0x00e0
-packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, 30)
// Packet: 0x00e1
-packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+packetLen(0x00e1, 30)
// Packet: 0x00e2
-packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, 26)
// Packet: 0x00e3
-packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+packetLen(0x00e3, 2)
// Packet: 0x00e4
-packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 6)
// Packet: 0x00e5
-packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 26)
// Packet: 0x00e6
-packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, 3)
// Packet: 0x00e7
-packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 3)
// Packet: 0x00e8
-packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, 8)
// Packet: 0x00e9
-packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 19)
// Packet: 0x00ea
-packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 5)
// Packet: 0x00eb
-packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 2)
// Packet: 0x00ec
-packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 3)
// Packet: 0x00ed
-packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, 2)
// Packet: 0x00ee
-packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, 2)
// Packet: 0x00ef
-packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 2)
// Packet: 0x00f0
-packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 3)
// Packet: 0x00f1
-packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+packetLen(0x00f1, 2)
// Packet: 0x00f2
-packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 6)
// Packet: 0x00f3
-packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+packetLen(0x00f3, -1)
// Packet: 0x00f4
-packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 21)
// Packet: 0x00f5
-packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+packetLen(0x00f5, 11)
// Packet: 0x00f6
-packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 8)
// Packet: 0x00f7
-packetLen(0x00f7, 17) // CZ_REQUEST_TIME
+packetLen(0x00f7, 17)
// Packet: 0x00f8
-packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+packetLen(0x00f8, 2)
// Packet: 0x00f9
-packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+packetLen(0x00f9, 26)
// Packet: 0x00fa
-packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, 3)
// Packet: 0x00fb
-packetLen(0x00fb, -1) // ZC_GROUP_LIST
+packetLen(0x00fb, -1)
// Packet: 0x00fc
-packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, 6)
// Packet: 0x00fd
-packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, 27)
// Packet: 0x00fe
-packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, 30)
// Packet: 0x00ff
-packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+packetLen(0x00ff, 10)
// Packet: 0x0100
-packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, 2)
// Packet: 0x0101
-packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, 6)
// Packet: 0x0102
-packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 6)
// Packet: 0x0103
-packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 30)
// Packet: 0x0104
-packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, 79)
// Packet: 0x0105
-packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, 31)
// Packet: 0x0106
-packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, 10)
// Packet: 0x0107
-packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, 10)
// Packet: 0x0108
-packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, -1)
// Packet: 0x0109
-packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, -1)
// Packet: 0x010a
-packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 4)
// Packet: 0x010b
-packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, 6)
// Packet: 0x010c
-packetLen(0x010c, 6) // ZC_MVP
+packetLen(0x010c, 6)
// Packet: 0x010d
-packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+packetLen(0x010d, 2)
// Packet: 0x010e
-packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, 11)
// Packet: 0x010f
-packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+packetLen(0x010f, -1)
// Packet: 0x0110
-packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, 10)
// Packet: 0x0111
-packetLen(0x0111, 39) // ZC_ADD_SKILL
+packetLen(0x0111, 39)
// Packet: 0x0112
-packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, 4)
// Packet: 0x0113
-packetLen(0x0113, 25) // CZ_USE_SKILL
+packetLen(0x0113, 25)
// Packet: 0x0114
-packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+packetLen(0x0114, 31)
// Packet: 0x0115
-packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+packetLen(0x0115, 35)
// Packet: 0x0116
-packetLen(0x0116, 17) // CZ_USE_SKILL_TOGROUND
+packetLen(0x0116, 17)
// Packet: 0x0117
-packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, 18)
// Packet: 0x0118
-packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+packetLen(0x0118, 2)
// Packet: 0x0119
-packetLen(0x0119, 13) // ZC_STATE_CHANGE
+packetLen(0x0119, 13)
// Packet: 0x011a
-packetLen(0x011a, 15) // ZC_USE_SKILL
+packetLen(0x011a, 15)
// Packet: 0x011b
-packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, 20)
// Packet: 0x011c
-packetLen(0x011c, 68) // ZC_WARPLIST
+packetLen(0x011c, 68)
// Packet: 0x011d
-packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 2)
// Packet: 0x011e
-packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, 3)
// Packet: 0x011f
-packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+packetLen(0x011f, 16)
// Packet: 0x0120
-packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, 6)
// Packet: 0x0121
-packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, 14)
// Packet: 0x0122
-packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, -1)
// Packet: 0x0123
-packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, -1)
// Packet: 0x0124
-packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 21)
// Packet: 0x0125
-packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 8)
// Packet: 0x0126
-packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 8)
// Packet: 0x0127
-packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, 8)
// Packet: 0x0128
-packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 8)
// Packet: 0x0129
-packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, 8)
// Packet: 0x012a
-packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+packetLen(0x012a, 2)
// Packet: 0x012b
-packetLen(0x012b, 2) // ZC_CARTOFF
+packetLen(0x012b, 2)
// Packet: 0x012c
-packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 3)
// Packet: 0x012d
-packetLen(0x012d, 4) // ZC_OPENSTORE
+packetLen(0x012d, 4)
// Packet: 0x012e
-packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, 2)
// Packet: 0x012f
-packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+packetLen(0x012f, -1)
// Packet: 0x0130
-packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, 6)
// Packet: 0x0131
-packetLen(0x0131, 86) // ZC_STORE_ENTRY
+packetLen(0x0131, 86)
// Packet: 0x0132
-packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, 6)
// Packet: 0x0133
-packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, -1)
// Packet: 0x0134
-packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, -1)
// Packet: 0x0135
-packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, 7)
// Packet: 0x0136
-packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, -1)
// Packet: 0x0137
-packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, 6)
// Packet: 0x0138
-packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+packetLen(0x0138, 3)
// Packet: 0x0139
-packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, 16)
// Packet: 0x013a
-packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+packetLen(0x013a, 4)
// Packet: 0x013b
-packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+packetLen(0x013b, 4)
// Packet: 0x013c
-packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+packetLen(0x013c, 4)
// Packet: 0x013d
-packetLen(0x013d, 6) // ZC_RECOVERY
+packetLen(0x013d, 6)
// Packet: 0x013e
-packetLen(0x013e, 24) // ZC_USESKILL_ACK
+packetLen(0x013e, 24)
// Packet: 0x013f
-packetLen(0x013f, 26) // CZ_ITEM_CREATE
+packetLen(0x013f, 26)
// Packet: 0x0140
-packetLen(0x0140, 22) // CZ_MOVETO_MAP
+packetLen(0x0140, 22)
// Packet: 0x0141
-packetLen(0x0141, 14) // ZC_COUPLESTATUS
+packetLen(0x0141, 14)
// Packet: 0x0142
-packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+packetLen(0x0142, 6)
// Packet: 0x0143
-packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+packetLen(0x0143, 10)
// Packet: 0x0144
-packetLen(0x0144, 23) // ZC_COMPASS
+packetLen(0x0144, 23)
// Packet: 0x0145
-packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+packetLen(0x0145, 19)
// Packet: 0x0146
-packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+packetLen(0x0146, 6)
// Packet: 0x0147
-packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+packetLen(0x0147, 39)
// Packet: 0x0148
-packetLen(0x0148, 8) // ZC_RESURRECTION
+packetLen(0x0148, 8)
// Packet: 0x0149
-packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, 9)
// Packet: 0x014a
-packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+packetLen(0x014a, 6)
// Packet: 0x014b
-packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+packetLen(0x014b, 27)
// Packet: 0x014c
-packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, -1)
// Packet: 0x014d
-packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 2)
// Packet: 0x014e
-packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+packetLen(0x014e, 6)
// Packet: 0x014f
-packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, 6)
// Packet: 0x0150
-packetLen(0x0150, 110) // ZC_GUILD_INFO
+packetLen(0x0150, 110)
// Packet: 0x0151
-packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+packetLen(0x0151, 6)
// Packet: 0x0152
-packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+packetLen(0x0152, -1)
// Packet: 0x0153
-packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+packetLen(0x0153, -1)
// Packet: 0x0154
-packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, -1)
// Packet: 0x0155
-packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, -1)
// Packet: 0x0156
-packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+packetLen(0x0156, -1)
// Packet: 0x0157
-packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+packetLen(0x0157, 6)
// Packet: 0x0159
-packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, 54)
// Packet: 0x015a
-packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 66)
// Packet: 0x015b
-packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 54)
// Packet: 0x015c
-packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, 90)
// Packet: 0x015d
-packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+packetLen(0x015d, 42)
// Packet: 0x015e
-packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, 6)
// Packet: 0x015f
-packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+packetLen(0x015f, 42)
// Packet: 0x0160
-packetLen(0x0160, -1) // ZC_POSITION_INFO
+packetLen(0x0160, -1)
// Packet: 0x0161
-packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, -1)
// Packet: 0x0162
-packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, -1)
// Packet: 0x0163
-packetLen(0x0163, -1) // ZC_BAN_LIST
+packetLen(0x0163, -1)
// Packet: 0x0164
-packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+packetLen(0x0164, -1)
// Packet: 0x0165
-packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, 30)
// Packet: 0x0166
-packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, -1)
// Packet: 0x0167
-packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 3)
// Packet: 0x0168
-packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, 14)
// Packet: 0x0169
-packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 3)
// Packet: 0x016a
-packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, 30)
// Packet: 0x016b
-packetLen(0x016b, 10) // CZ_JOIN_GUILD
+packetLen(0x016b, 10)
// Packet: 0x016c
-packetLen(0x016c, 43) // ZC_UPDATE_GDID
+packetLen(0x016c, 43)
// Packet: 0x016d
-packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 14)
// Packet: 0x016e
-packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+packetLen(0x016e, 186)
// Packet: 0x016f
-packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+packetLen(0x016f, 182)
// Packet: 0x0170
-packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 14)
// Packet: 0x0171
-packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, 30)
// Packet: 0x0172
-packetLen(0x0172, 10) // CZ_ALLY_GUILD
+packetLen(0x0172, 10)
// Packet: 0x0173
-packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+packetLen(0x0173, 3)
// Packet: 0x0174
-packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0174, -1)
// Packet: 0x0175
-packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+packetLen(0x0175, 6)
// Packet: 0x0176
-packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+packetLen(0x0176, 106)
// Packet: 0x0177
-packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, -1)
// Packet: 0x0178
-packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, 4)
// Packet: 0x0179
-packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 5)
// Packet: 0x017a
-packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, 4)
// Packet: 0x017b
-packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, -1)
// Packet: 0x017c
-packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, 6)
// Packet: 0x017d
-packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 7)
// Packet: 0x017e
-packetLen(0x017e, -1) // CZ_GUILD_CHAT
+packetLen(0x017e, -1)
// Packet: 0x017f
-packetLen(0x017f, -1) // ZC_GUILD_CHAT
+packetLen(0x017f, -1)
// Packet: 0x0180
-packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+packetLen(0x0180, 6)
// Packet: 0x0181
-packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+packetLen(0x0181, 3)
// Packet: 0x0182
-packetLen(0x0182, 106) // ZC_MEMBER_ADD
+packetLen(0x0182, 106)
// Packet: 0x0183
-packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+packetLen(0x0183, 10)
// Packet: 0x0184
-packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+packetLen(0x0184, 10)
// Packet: 0x0185
-packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+packetLen(0x0185, 34)
// Packet: 0x0187
-packetLen(0x0187, 6) // CH_UNKNOWN_PING
+packetLen(0x0187, 6)
// Packet: 0x0188
-packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, 8)
// Packet: 0x0189
-packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, 4)
// Packet: 0x018a
-packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+packetLen(0x018a, 4)
// Packet: 0x018b
-packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, 4)
// Packet: 0x018c
-packetLen(0x018c, 29) // ZC_MONSTER_INFO
+packetLen(0x018c, 29)
// Packet: 0x018d
-packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, -1)
// Packet: 0x018e
-packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+packetLen(0x018e, 10)
// Packet: 0x018f
-packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 6)
// Packet: 0x0190
-packetLen(0x0190, 23) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+packetLen(0x0190, 23)
// Packet: 0x0191
-packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+packetLen(0x0191, 86)
// Packet: 0x0192
-packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+packetLen(0x0192, 24)
// Packet: 0x0193
-packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+packetLen(0x0193, 2)
// Packet: 0x0194
-packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 30)
// Packet: 0x0195
-packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 102)
// Packet: 0x0196
-packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, 9)
// Packet: 0x0197
-packetLen(0x0197, 4) // CZ_RESET
+packetLen(0x0197, 4)
// Packet: 0x0198
-packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+packetLen(0x0198, 8)
// Packet: 0x0199
-packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, 4)
// Packet: 0x019a
-packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 14)
// Packet: 0x019b
-packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 10)
// Packet: 0x019c
-packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+packetLen(0x019c, -1)
// Packet: 0x019d
-packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, 6)
// Packet: 0x019e
-packetLen(0x019e, 2) // ZC_START_CAPTURE
+packetLen(0x019e, 2)
// Packet: 0x019f
-packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, 6)
// Packet: 0x01a0
-packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, 3)
// Packet: 0x01a1
-packetLen(0x01a1, 3) // CZ_COMMAND_PET
+packetLen(0x01a1, 3)
// Packet: 0x01a2
-packetLen(0x01a2, 37) // ZC_PROPERTY_PET
+packetLen(0x01a2, 37)
// Packet: 0x01a3
-packetLen(0x01a3, 5) // ZC_FEED_PET
+packetLen(0x01a3, 5)
// Packet: 0x01a4
-packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, 11)
// Packet: 0x01a5
-packetLen(0x01a5, 26) // CZ_RENAME_PET
+packetLen(0x01a5, 26)
// Packet: 0x01a6
-packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+packetLen(0x01a6, -1)
// Packet: 0x01a7
-packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 4)
// Packet: 0x01a8
-packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+packetLen(0x01a8, 4)
// Packet: 0x01a9
-packetLen(0x01a9, 6) // CZ_PET_ACT
+packetLen(0x01a9, 6)
// Packet: 0x01aa
-packetLen(0x01aa, 10) // ZC_PET_ACT
+packetLen(0x01aa, 10)
// Packet: 0x01ab
-packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, 12)
// Packet: 0x01ac
-packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+packetLen(0x01ac, 6)
// Packet: 0x01ad
-packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, -1)
// Packet: 0x01ae
-packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, 4)
// Packet: 0x01af
-packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+packetLen(0x01af, 4)
// Packet: 0x01b0
-packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, 11)
// Packet: 0x01b1
-packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+packetLen(0x01b1, 7)
// Packet: 0x01b2
-packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, -1)
// Packet: 0x01b3
-packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, 67)
// Packet: 0x01b4
-packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+packetLen(0x01b4, 12)
// Packet: 0x01b5
-packetLen(0x01b5, 18) // SC_BILLING_INFO
+packetLen(0x01b5, 18)
// Packet: 0x01b6
-packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+packetLen(0x01b6, 114)
// Packet: 0x01b7
-packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+packetLen(0x01b7, 6)
// Packet: 0x01b8
-packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+packetLen(0x01b8, 3)
// Packet: 0x01b9
-packetLen(0x01b9, 6) // ZC_DISPEL
+packetLen(0x01b9, 6)
// Packet: 0x01ba
-packetLen(0x01ba, 26) // CZ_REMOVE_AID
+packetLen(0x01ba, 26)
// Packet: 0x01bb
-packetLen(0x01bb, 26) // CZ_SHIFT
+packetLen(0x01bb, 26)
// Packet: 0x01bc
-packetLen(0x01bc, 26) // CZ_RECALL
+packetLen(0x01bc, 26)
// Packet: 0x01bd
-packetLen(0x01bd, 26) // CZ_RECALL_GID
+packetLen(0x01bd, 26)
// Packet: 0x01be
-packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+packetLen(0x01be, 2)
// Packet: 0x01bf
-packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+packetLen(0x01bf, 3)
// Packet: 0x01c0
-packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+packetLen(0x01c0, 2)
// Packet: 0x01c1
-packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+packetLen(0x01c1, 14)
// Packet: 0x01c2
-packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+packetLen(0x01c2, 10)
// Packet: 0x01c3
-packetLen(0x01c3, -1) // ZC_BROADCAST2
+packetLen(0x01c3, -1)
// Packet: 0x01c4
-packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 22)
// Packet: 0x01c5
-packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 22)
// Packet: 0x01c6
-packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+packetLen(0x01c6, 4)
// Packet: 0x01c7
-packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+packetLen(0x01c7, 2)
// Packet: 0x01c8
-packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, 13)
// Packet: 0x01c9
-packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 97)
// Packet: 0x01ca
-packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+packetLen(0x01ca, 3)
// Packet: 0x01cb
-packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+packetLen(0x01cb, 9)
// Packet: 0x01cc
-packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+packetLen(0x01cc, 9)
// Packet: 0x01cd
-packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, 30)
// Packet: 0x01ce
-packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, 6)
// Packet: 0x01cf
-packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+packetLen(0x01cf, 28)
// Packet: 0x01d0
-packetLen(0x01d0, 8) // ZC_SPIRITS
+packetLen(0x01d0, 8)
// Packet: 0x01d1
-packetLen(0x01d1, 14) // ZC_BLADESTOP
+packetLen(0x01d1, 14)
// Packet: 0x01d2
-packetLen(0x01d2, 10) // ZC_COMBODELAY
+packetLen(0x01d2, 10)
// Packet: 0x01d3
-packetLen(0x01d3, 35) // ZC_SOUND
+packetLen(0x01d3, 35)
// Packet: 0x01d4
-packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, 6)
// Packet: 0x01d5
-packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, -1)
// Packet: 0x01d6
-packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 4)
// Packet: 0x01d7
-packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 11)
// Packet: 0x01d8
-packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 54)
// Packet: 0x01d9
-packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 53)
// Packet: 0x01da
-packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 60)
// Packet: 0x01db
-packetLen(0x01db, 2) // CA_REQ_HASH
+packetLen(0x01db, 2)
// Packet: 0x01dc
-packetLen(0x01dc, -1) // AC_ACK_HASH
+packetLen(0x01dc, -1)
// Packet: 0x01dd
-packetLen(0x01dd, 47) // CA_LOGIN2
+packetLen(0x01dd, 47)
// Packet: 0x01de
-packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 33)
// Packet: 0x01df
-packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+packetLen(0x01df, 6)
// Packet: 0x01e0
-packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+packetLen(0x01e0, 30)
// Packet: 0x01e1
-packetLen(0x01e1, 8) // ZC_SPIRITS2
+packetLen(0x01e1, 8)
// Packet: 0x01e2
-packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+packetLen(0x01e2, 34)
// Packet: 0x01e3
-packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+packetLen(0x01e3, 14)
// Packet: 0x01e4
-packetLen(0x01e4, 2) // ZC_START_COUPLE
+packetLen(0x01e4, 2)
// Packet: 0x01e5
-packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+packetLen(0x01e5, 6)
// Packet: 0x01e6
-packetLen(0x01e6, 26) // ZC_COUPLENAME
+packetLen(0x01e6, 26)
// Packet: 0x01e7
-packetLen(0x01e7, 2) // CZ_DORIDORI
+packetLen(0x01e7, 2)
// Packet: 0x01e8
-packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 28)
// Packet: 0x01e9
-packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, 81)
// Packet: 0x01ea
-packetLen(0x01ea, 6) // ZC_CONGRATULATION
+packetLen(0x01ea, 6)
// Packet: 0x01eb
-packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, 10)
// Packet: 0x01ec
-packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+packetLen(0x01ec, 26)
// Packet: 0x01ed
-packetLen(0x01ed, 2) // CZ_CHOPOKGI
+packetLen(0x01ed, 2)
// Packet: 0x01ee
-packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, -1)
// Packet: 0x01ef
-packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, -1)
// Packet: 0x01f0
-packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, -1)
// Packet: 0x01f1
-packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+packetLen(0x01f1, -1)
// Packet: 0x01f2
-packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, 20)
// Packet: 0x01f3
-packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+packetLen(0x01f3, 10)
// Packet: 0x01f4
-packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, 32)
// Packet: 0x01f5
-packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, 9)
// Packet: 0x01f6
-packetLen(0x01f6, 34) // ZC_REQ_BABY
+packetLen(0x01f6, 34)
// Packet: 0x01f7
-packetLen(0x01f7, 14) // CZ_JOIN_BABY
+packetLen(0x01f7, 14)
// Packet: 0x01f8
-packetLen(0x01f8, 2) // ZC_START_BABY
+packetLen(0x01f8, 2)
// Packet: 0x01f9
-packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+packetLen(0x01f9, 6)
// Packet: 0x01fa
-packetLen(0x01fa, 48) // CA_LOGIN3
+packetLen(0x01fa, 48)
// Packet: 0x01fb
-packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+packetLen(0x01fb, 56)
// Packet: 0x01fc
-packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, -1)
// Packet: 0x01fd
-packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 15)
// Packet: 0x01fe
-packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, 5)
// Packet: 0x01ff
-packetLen(0x01ff, 10) // ZC_HIGHJUMP
+packetLen(0x01ff, 10)
// Packet: 0x0200
-packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+packetLen(0x0200, 26)
// Packet: 0x0201
-packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+packetLen(0x0201, -1)
// Packet: 0x0202
#if PACKETVER >= 20141231
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20141210
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20141203
-packetLen(0x0202, 6) // CZ_ADD_FRIENDS
+packetLen(0x0202, 6)
#elif PACKETVER >= 20141126
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20141119
-packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+packetLen(0x0202, -1)
#elif PACKETVER >= 20141105
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20141029
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20141015
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20141008
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20140903
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20140827
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20140813
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20140806
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20140702
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20140625
-packetLen(0x0202, 8) // CZ_ADD_FRIENDS
+packetLen(0x0202, 8)
#elif PACKETVER >= 20140611
-packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+packetLen(0x0202, 26)
// ignored packet from 2014-06-11hRagexe
#elif PACKETVER >= 20140605
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20140528
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20140508
-packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+packetLen(0x0202, 26)
// ignored packet from 2014-05-08bRagexe
#elif PACKETVER >= 20140423
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20140416
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20140319
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20140312
-packetLen(0x0202, 10) // CZ_ADD_FRIENDS
+packetLen(0x0202, 10)
#elif PACKETVER >= 20140305
-packetLen(0x0202, 6) // CZ_ADD_FRIENDS
+packetLen(0x0202, 6)
#elif PACKETVER >= 20140226
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20140219
-packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+packetLen(0x0202, 26)
#elif PACKETVER >= 20140212
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20140205
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20140115
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20140108
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#endif
// Packet: 0x0203
-packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+packetLen(0x0203, 10)
// Packet: 0x0204
-packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+packetLen(0x0204, 18)
// Packet: 0x0205
-packetLen(0x0205, 26) // ZC_DIVORCE
+packetLen(0x0205, 26)
// Packet: 0x0206
-packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+packetLen(0x0206, 11)
// Packet: 0x0207
-packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, 34)
// Packet: 0x0208
-packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, 14)
// Packet: 0x0209
-packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, 36)
// Packet: 0x020a
-packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 10)
// Packet: 0x020d
-packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+packetLen(0x020d, -1)
// Packet: 0x020e
-packetLen(0x020e, 32) // ZC_STARSKILL
+packetLen(0x020e, 32)
// Packet: 0x0212
-packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+packetLen(0x0212, 26)
// Packet: 0x0213
-packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+packetLen(0x0213, 26)
// Packet: 0x0214
-packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+packetLen(0x0214, 42)
// Packet: 0x0215
-packetLen(0x0215, 6) // ZC_SKILLMSG
+packetLen(0x0215, 6)
// Packet: 0x0216
-packetLen(0x0216, 6) // ZC_BABYMSG
+packetLen(0x0216, 6)
// Packet: 0x0217
-packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 2)
// Packet: 0x0218
-packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, 2)
// Packet: 0x0219
-packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 282)
// Packet: 0x021a
-packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, 282)
// Packet: 0x021b
-packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, 10)
// Packet: 0x021c
-packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, 10)
// Packet: 0x021d
-packetLen(0x021d, 6) // CZ_LESSEFFECT
+packetLen(0x021d, 6)
// Packet: 0x021e
-packetLen(0x021e, 6) // ZC_LESSEFFECT
+packetLen(0x021e, 6)
// Packet: 0x021f
-packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+packetLen(0x021f, 66)
// Packet: 0x0220
-packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+packetLen(0x0220, 10)
// Packet: 0x0221
-packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+packetLen(0x0221, -1)
// Packet: 0x0222
-packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+packetLen(0x0222, 6)
// Packet: 0x0223
-packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+packetLen(0x0223, 8)
// Packet: 0x0224
-packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+packetLen(0x0224, 10)
// Packet: 0x0225
-packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+packetLen(0x0225, 2)
// Packet: 0x0226
-packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+packetLen(0x0226, 282)
// Packet: 0x0227
-packetLen(0x0227, 18) // ZC_GAME_GUARD
+packetLen(0x0227, 18)
// Packet: 0x0228
-packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+packetLen(0x0228, 18)
// Packet: 0x0229
-packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+packetLen(0x0229, 15)
// Packet: 0x022a
-packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 58)
// Packet: 0x022b
-packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, 57)
// Packet: 0x022c
-packetLen(0x022c, 65) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, 65)
// Packet: 0x022d
#if PACKETVER >= 20141231
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20141112
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20141105
-packetLen(0x022d, 4) // CZ_COMMAND_MER
+packetLen(0x022d, 4)
#elif PACKETVER >= 20141029
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20141022
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20141015
-packetLen(0x022d, 8) // CZ_COMMAND_MER
+packetLen(0x022d, 8)
#elif PACKETVER >= 20141008
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20140924
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20140917
-packetLen(0x022d, 26) // CZ_COMMAND_MER
+packetLen(0x022d, 26)
#elif PACKETVER >= 20140903
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20140827
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20140813
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20140806
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20140730
-packetLen(0x022d, 10) // CZ_COMMAND_MER
+packetLen(0x022d, 10)
#elif PACKETVER >= 20140709
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20140702
-packetLen(0x022d, -1) // CZ_COMMAND_MER
+packetLen(0x022d, -1)
#elif PACKETVER >= 20140611
-packetLen(0x022d, 5) // CZ_COMMAND_MER
+packetLen(0x022d, 5)
// ignored packet from 2014-06-11hRagexe
#elif PACKETVER >= 20140514
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20140508
-packetLen(0x022d, 6) // CZ_COMMAND_MER
+packetLen(0x022d, 6)
// ignored packet from 2014-05-08aRagexe
#elif PACKETVER >= 20140430
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20140423
-packetLen(0x022d, 18) // CZ_COMMAND_MER
+packetLen(0x022d, 18)
#elif PACKETVER >= 20140416
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20140212
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20140205
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20140115
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20140108
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#endif
// Packet: 0x022e
-packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 71)
// Packet: 0x022f
-packetLen(0x022f, 5) // ZC_FEED_MER
+packetLen(0x022f, 5)
// Packet: 0x0230
-packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+packetLen(0x0230, 12)
// Packet: 0x0231
-packetLen(0x0231, 26) // CZ_RENAME_MER
+packetLen(0x0231, 26)
// Packet: 0x0232
-packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, 9)
// Packet: 0x0233
-packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, 11)
// Packet: 0x0234
-packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, 6)
// Packet: 0x0235
-packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, -1)
// Packet: 0x0236
-packetLen(0x0236, 10) // ZC_KILLER_POINT
+packetLen(0x0236, 10)
// Packet: 0x0237
-packetLen(0x0237, 2) // CZ_KILLER_RANK
+packetLen(0x0237, 2)
// Packet: 0x0238
-packetLen(0x0238, 282) // ZC_KILLER_RANK
+packetLen(0x0238, 282)
// Packet: 0x0239
-packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 11)
// Packet: 0x023a
-packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, 4)
// Packet: 0x023b
#if PACKETVER >= 20141231
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20141105
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20141029
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20141022
-packetLen(0x023b, 10) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 10)
#elif PACKETVER >= 20141015
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20141008
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20140903
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20140827
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20140813
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20140806
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20140709
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20140702
-packetLen(0x023b, -1) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, -1)
#elif PACKETVER >= 20140625
-packetLen(0x023b, 8) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 8)
#elif PACKETVER >= 20140611
-packetLen(0x023b, 36) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 36)
// ignored packet from 2014-06-11hRagexe
#elif PACKETVER >= 20140508
-packetLen(0x023b, 36) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 36)
// ignored packet from 2014-05-08bRagexe
#elif PACKETVER >= 20140430
-packetLen(0x023b, 6) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 6)
#elif PACKETVER >= 20140423
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20140416
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20140409
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20140402
-packetLen(0x023b, 6) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 6)
#elif PACKETVER >= 20140319
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20140312
-packetLen(0x023b, 8) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 8)
#elif PACKETVER >= 20140212
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20140205
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20140115
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20140108
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#endif
// Packet: 0x023c
-packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, 6)
// Packet: 0x023d
-packetLen(0x023d, 6) // AC_EVENT_RESULT
+packetLen(0x023d, 6)
// Packet: 0x023e
-packetLen(0x023e, 8) // HC_REQUEST_CHARACTER_PASSWORD
+packetLen(0x023e, 8)
// Packet: 0x023f
-packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+packetLen(0x023f, 2)
// Packet: 0x0240
-packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+packetLen(0x0240, -1)
// Packet: 0x0241
-packetLen(0x0241, 6) // CZ_MAIL_OPEN
+packetLen(0x0241, 6)
// Packet: 0x0242
-packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+packetLen(0x0242, -1)
// Packet: 0x0243
-packetLen(0x0243, 6) // CZ_MAIL_DELETE
+packetLen(0x0243, 6)
// Packet: 0x0244
-packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+packetLen(0x0244, 6)
// Packet: 0x0245
-packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+packetLen(0x0245, 3)
// Packet: 0x0246
-packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+packetLen(0x0246, 4)
// Packet: 0x0247
-packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+packetLen(0x0247, 8)
// Packet: 0x0248
-packetLen(0x0248, -1) // CZ_MAIL_SEND
+packetLen(0x0248, -1)
// Packet: 0x0249
-packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+packetLen(0x0249, 3)
// Packet: 0x024a
-packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+packetLen(0x024a, 70)
// Packet: 0x024b
-packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+packetLen(0x024b, 4)
// Packet: 0x024c
-packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+packetLen(0x024c, 8)
// Packet: 0x024d
-packetLen(0x024d, 12) // CZ_AUCTION_ADD
+packetLen(0x024d, 12)
// Packet: 0x024e
-packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+packetLen(0x024e, 6)
// Packet: 0x024f
-packetLen(0x024f, 10) // CZ_AUCTION_BUY
+packetLen(0x024f, 10)
// Packet: 0x0250
-packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+packetLen(0x0250, 3)
// Packet: 0x0251
-packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+packetLen(0x0251, 34)
// Packet: 0x0252
-packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+packetLen(0x0252, -1)
// Packet: 0x0253
-packetLen(0x0253, 3) // ZC_STARPLACE
+packetLen(0x0253, 3)
// Packet: 0x0254
-packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+packetLen(0x0254, 3)
// Packet: 0x0255
-packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+packetLen(0x0255, 5)
// Packet: 0x0256
-packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+packetLen(0x0256, 5)
// Packet: 0x0257
-packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+packetLen(0x0257, 8)
// Packet: 0x0258
-packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+packetLen(0x0258, 2)
// Packet: 0x0259
-packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+packetLen(0x0259, 3)
// Packet: 0x025a
-packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+packetLen(0x025a, -1)
// Packet: 0x025b
-packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+packetLen(0x025b, 6)
// Packet: 0x025c
-packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+packetLen(0x025c, 4)
// Packet: 0x025d
-packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+packetLen(0x025d, 6)
// Packet: 0x025e
-packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+packetLen(0x025e, 4)
// Packet: 0x025f
-packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+packetLen(0x025f, 6)
// Packet: 0x0260
-packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+packetLen(0x0260, 6)
// Packet: 0x0261
-packetLen(0x0261, 11) // AC_REQ_LOGIN_OLDEKEY
+packetLen(0x0261, 11)
// Packet: 0x0262
-packetLen(0x0262, 11) // AC_REQ_LOGIN_NEWEKEY
+packetLen(0x0262, 11)
// Packet: 0x0263
-packetLen(0x0263, 11) // AC_REQ_LOGIN_CARDPASS
+packetLen(0x0263, 11)
// Packet: 0x0264
-packetLen(0x0264, 20) // CA_ACK_LOGIN_OLDEKEY
+packetLen(0x0264, 20)
// Packet: 0x0265
-packetLen(0x0265, 20) // CA_ACK_LOGIN_NEWEKEY
+packetLen(0x0265, 20)
// Packet: 0x0266
-packetLen(0x0266, 30) // CA_ACK_LOGIN_CARDPASS
+packetLen(0x0266, 30)
// Packet: 0x0267
-packetLen(0x0267, 4) // AC_ACK_EKEY_FAIL_NOTEXIST
+packetLen(0x0267, 4)
// Packet: 0x0268
-packetLen(0x0268, 4) // AC_ACK_EKEY_FAIL_NOTUSESEKEY
+packetLen(0x0268, 4)
// Packet: 0x0269
-packetLen(0x0269, 4) // AC_ACK_EKEY_FAIL_NOTUSEDEKEY
+packetLen(0x0269, 4)
// Packet: 0x026a
-packetLen(0x026a, 4) // AC_ACK_EKEY_FAIL_AUTHREFUSE
+packetLen(0x026a, 4)
// Packet: 0x026b
-packetLen(0x026b, 4) // AC_ACK_EKEY_FAIL_INPUTEKEY
+packetLen(0x026b, 4)
// Packet: 0x026c
-packetLen(0x026c, 4) // AC_ACK_EKEY_FAIL_NOTICE
+packetLen(0x026c, 4)
// Packet: 0x026d
-packetLen(0x026d, 4) // AC_ACK_EKEY_FAIL_NEEDCARDPASS
+packetLen(0x026d, 4)
// Packet: 0x026f
-packetLen(0x026f, 2) // AC_ACK_FIRST_LOGIN
+packetLen(0x026f, 2)
// Packet: 0x0270
-packetLen(0x0270, 2) // AC_REQ_LOGIN_ACCOUNT_INFO
+packetLen(0x0270, 2)
// Packet: 0x0271
-packetLen(0x0271, 40) // CA_ACK_LOGIN_ACCOUNT_INFO
+packetLen(0x0271, 40)
// Packet: 0x0272
-packetLen(0x0272, 44) // AC_ACK_PT_ID_INFO
+packetLen(0x0272, 44)
// Packet: 0x0273
-packetLen(0x0273, 30) // CZ_REQ_MAIL_RETURN
+packetLen(0x0273, 30)
// Packet: 0x0274
-packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, 8)
// Packet: 0x0275
-packetLen(0x0275, 37) // CH_ENTER2
+packetLen(0x0275, 37)
// Packet: 0x0276
-packetLen(0x0276, -1) // AC_ACCEPT_LOGIN2
+packetLen(0x0276, -1)
// Packet: 0x0277
-packetLen(0x0277, 84) // CA_LOGIN_PCBANG
+packetLen(0x0277, 84)
// Packet: 0x0278
-packetLen(0x0278, 2) // ZC_NOTIFY_PCBANG
+packetLen(0x0278, 2)
// Packet: 0x0279
-packetLen(0x0279, 2) // CZ_HUNTINGLIST
+packetLen(0x0279, 2)
// Packet: 0x027a
-packetLen(0x027a, -1) // ZC_HUNTINGLIST
+packetLen(0x027a, -1)
// Packet: 0x027b
-packetLen(0x027b, 14) // ZC_PCBANG_EFFECT
+packetLen(0x027b, 14)
// Packet: 0x027c
-packetLen(0x027c, 60) // CA_LOGIN4
+packetLen(0x027c, 60)
// Packet: 0x027d
-packetLen(0x027d, 62) // ZC_PROPERTY_MERCE
+packetLen(0x027d, 62)
// Packet: 0x027e
-packetLen(0x027e, -1) // ZC_SHANDA_PROTECT
+packetLen(0x027e, -1)
// Packet: 0x027f
-packetLen(0x027f, 8) // CA_CLIENT_TYPE
+packetLen(0x027f, 8)
// Packet: 0x0280
-packetLen(0x0280, 12) // ZC_GANGSI_POINT
+packetLen(0x0280, 12)
// Packet: 0x0281
#if PACKETVER >= 20141231
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20141210
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20141203
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20141105
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20141008
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20140917
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20140827
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20140813
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20140806
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20140611
-packetLen(0x0281, 4) // CZ_GANGSI_RANK
+packetLen(0x0281, 4)
// ignored packet from 2014-06-11hRagexe
// ignored packet from 2014-06-11cRagexe
#elif PACKETVER >= 20140605
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20140528
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20140521
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20140508
-packetLen(0x0281, 4) // CZ_GANGSI_RANK
+packetLen(0x0281, 4)
// ignored packet from 2014-05-08bRagexe
#elif PACKETVER >= 20140423
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20140416
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20140312
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20140305
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20140212
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20140205
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20140129
-packetLen(0x0281, 10) // CZ_GANGSI_RANK
+packetLen(0x0281, 10)
#elif PACKETVER >= 20140115
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20140108
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#endif
// Packet: 0x0282
-packetLen(0x0282, 284) // ZC_GANGSI_RANK
+packetLen(0x0282, 284)
// Packet: 0x0283
-packetLen(0x0283, 6) // ZC_AID
+packetLen(0x0283, 6)
// Packet: 0x0284
-packetLen(0x0284, 14) // ZC_NOTIFY_EFFECT3
+packetLen(0x0284, 14)
// Packet: 0x0285
-packetLen(0x0285, 6) // ZC_DEATH_QUESTION
+packetLen(0x0285, 6)
// Packet: 0x0286
-packetLen(0x0286, 4) // CZ_DEATH_QUESTION
+packetLen(0x0286, 4)
// Packet: 0x0287
-packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, -1)
// Packet: 0x0288
-packetLen(0x0288, -1) // CZ_PC_BUY_CASH_POINT_ITEM
+packetLen(0x0288, -1)
// Packet: 0x0289
-packetLen(0x0289, 12) // ZC_PC_CASH_POINT_UPDATE
+packetLen(0x0289, 12)
// Packet: 0x028a
-packetLen(0x028a, 18) // ZC_NPC_SHOWEFST_UPDATE
+packetLen(0x028a, 18)
// Packet: 0x028b
-packetLen(0x028b, -1) // HC_CHARNOTBEENSELECTED
+packetLen(0x028b, -1)
// Packet: 0x028c
-packetLen(0x028c, 46) // CH_SELECT_CHAR_GOINGTOBEUSED
+packetLen(0x028c, 46)
// Packet: 0x028d
-packetLen(0x028d, 34) // CH_REQ_IS_VALID_CHARNAME
+packetLen(0x028d, 34)
// Packet: 0x028e
-packetLen(0x028e, 4) // HC_ACK_IS_VALID_CHARNAME
+packetLen(0x028e, 4)
// Packet: 0x028f
-packetLen(0x028f, 6) // CH_REQ_CHANGE_CHARNAME
+packetLen(0x028f, 6)
// Packet: 0x0290
-packetLen(0x0290, 4) // HC_ACK_CHANGE_CHARNAME
+packetLen(0x0290, 4)
// Packet: 0x0291
-packetLen(0x0291, 4) // ZC_MSG
+packetLen(0x0291, 4)
// Packet: 0x0292
-packetLen(0x0292, 2) // CZ_STANDING_RESURRECTION
+packetLen(0x0292, 2)
// Packet: 0x0293
-packetLen(0x0293, 70) // ZC_BOSS_INFO
+packetLen(0x0293, 70)
// Packet: 0x0294
-packetLen(0x0294, 10) // ZC_READ_BOOK
+packetLen(0x0294, 10)
// Packet: 0x0295
-packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, -1)
// Packet: 0x0296
-packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, -1)
// Packet: 0x0297
-packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, -1)
// Packet: 0x0298
-packetLen(0x0298, 8) // ZC_CASH_TIME_COUNTER
+packetLen(0x0298, 8)
// Packet: 0x0299
-packetLen(0x0299, 6) // ZC_CASH_ITEM_DELETE
+packetLen(0x0299, 6)
// Packet: 0x029a
-packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, 27)
// Packet: 0x029b
-packetLen(0x029b, 80) // ZC_MER_INIT
+packetLen(0x029b, 80)
// Packet: 0x029c
-packetLen(0x029c, 66) // ZC_MER_PROPERTY
+packetLen(0x029c, 66)
// Packet: 0x029d
-packetLen(0x029d, -1) // ZC_MER_SKILLINFO_LIST
+packetLen(0x029d, -1)
// Packet: 0x029e
-packetLen(0x029e, 11) // ZC_MER_SKILLINFO_UPDATE
+packetLen(0x029e, 11)
// Packet: 0x029f
-packetLen(0x029f, 3) // CZ_MER_COMMAND
+packetLen(0x029f, 3)
// Packet: 0x02a2
-packetLen(0x02a2, 8) // ZC_MER_PAR_CHANGE
+packetLen(0x02a2, 8)
// Packet: 0x02a5
-packetLen(0x02a5, 8) // CZ_KSY_EVENT
+packetLen(0x02a5, 8)
// Packet: 0x02a6
-packetLen(0x02a6, -1) // ZC_HACKSH_CPX_MSG
+packetLen(0x02a6, -1)
// Packet: 0x02a7
-packetLen(0x02a7, -1) // CZ_HACKSH_CPX_MSG
+packetLen(0x02a7, -1)
// Packet: 0x02aa
-packetLen(0x02aa, 4) // ZC_REQ_CASH_PASSWORD
+packetLen(0x02aa, 4)
// Packet: 0x02ab
-packetLen(0x02ab, 36) // CZ_ACK_CASH_PASSWORD
+packetLen(0x02ab, 36)
// Packet: 0x02ac
-packetLen(0x02ac, 6) // ZC_RESULT_CASH_PASSWORD
+packetLen(0x02ac, 6)
// Packet: 0x02ad
-packetLen(0x02ad, 8) // AC_REQUEST_SECOND_PASSWORD
+packetLen(0x02ad, 8)
// Packet: 0x02b0
-packetLen(0x02b0, 85) // CA_LOGIN_HAN
+packetLen(0x02b0, 85)
// Packet: 0x02b1
-packetLen(0x02b1, -1) // ZC_ALL_QUEST_LIST
+packetLen(0x02b1, -1)
// Packet: 0x02b2
-packetLen(0x02b2, -1) // ZC_ALL_QUEST_MISSION
+packetLen(0x02b2, -1)
// Packet: 0x02b3
-packetLen(0x02b3, 107) // ZC_ADD_QUEST
+packetLen(0x02b3, 107)
// Packet: 0x02b4
-packetLen(0x02b4, 6) // ZC_DEL_QUEST
+packetLen(0x02b4, 6)
// Packet: 0x02b5
-packetLen(0x02b5, -1) // ZC_UPDATE_MISSION_HUNT
+packetLen(0x02b5, -1)
// Packet: 0x02b6
-packetLen(0x02b6, 7) // CZ_ACTIVE_QUEST
+packetLen(0x02b6, 7)
// Packet: 0x02b7
-packetLen(0x02b7, 7) // ZC_ACTIVE_QUEST
+packetLen(0x02b7, 7)
// Packet: 0x02b8
-packetLen(0x02b8, 22) // ZC_ITEM_PICKUP_PARTY
+packetLen(0x02b8, 22)
// Packet: 0x02b9
-packetLen(0x02b9, 191) // ZC_SHORTCUT_KEY_LIST
+packetLen(0x02b9, 191)
// Packet: 0x02ba
-packetLen(0x02ba, 11) // CZ_SHORTCUT_KEY_CHANGE
+packetLen(0x02ba, 11)
// Packet: 0x02bb
-packetLen(0x02bb, 8) // ZC_EQUIPITEM_DAMAGED
+packetLen(0x02bb, 8)
// Packet: 0x02bc
-packetLen(0x02bc, 6) // ZC_NOTIFY_PCBANG_PLAYING_TIME
+packetLen(0x02bc, 6)
// Packet: 0x02c1
-packetLen(0x02c1, -1) // ZC_NPC_CHAT
+packetLen(0x02c1, -1)
// Packet: 0x02c2
-packetLen(0x02c2, -1) // ZC_FORMATSTRING_MSG
+packetLen(0x02c2, -1)
// Packet: 0x02c4
#if PACKETVER >= 20140730
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20140723
-packetLen(0x02c4, 6) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 6)
#elif PACKETVER >= 20140611
-packetLen(0x02c4, 26) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 26)
// ignored packet from 2014-06-11hRagexe
#elif PACKETVER >= 20140514
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20140508
-packetLen(0x02c4, 90) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 90)
// ignored packet from 2014-05-08aRagexe
#elif PACKETVER >= 20140326
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20140319
-packetLen(0x02c4, 6) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 6)
#elif PACKETVER >= 20140108
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#endif
// Packet: 0x02c5
-packetLen(0x02c5, 30) // ZC_PARTY_JOIN_REQ_ACK
+packetLen(0x02c5, 30)
// Packet: 0x02c6
-packetLen(0x02c6, 30) // ZC_PARTY_JOIN_REQ
+packetLen(0x02c6, 30)
// Packet: 0x02c7
-packetLen(0x02c7, 7) // CZ_PARTY_JOIN_REQ_ACK
+packetLen(0x02c7, 7)
// Packet: 0x02c8
-packetLen(0x02c8, 3) // CZ_PARTY_CONFIG
+packetLen(0x02c8, 3)
// Packet: 0x02c9
-packetLen(0x02c9, 3) // ZC_PARTY_CONFIG
+packetLen(0x02c9, 3)
// Packet: 0x02ca
-packetLen(0x02ca, 3) // HC_REFUSE_SELECTCHAR
+packetLen(0x02ca, 3)
// Packet: 0x02cb
-packetLen(0x02cb, 65) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO
+packetLen(0x02cb, 65)
// Packet: 0x02cc
-packetLen(0x02cc, 4) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_NOTIFY
+packetLen(0x02cc, 4)
// Packet: 0x02cd
-packetLen(0x02cd, 71) // ZC_MEMORIALDUNGEON_INFO
+packetLen(0x02cd, 71)
// Packet: 0x02ce
-packetLen(0x02ce, 10) // ZC_MEMORIALDUNGEON_NOTIFY
+packetLen(0x02ce, 10)
// Packet: 0x02cf
-packetLen(0x02cf, 6) // CZ_MEMORIALDUNGEON_COMMAND
+packetLen(0x02cf, 6)
// Packet: 0x02d0
-packetLen(0x02d0, -1) // ZC_EQUIPMENT_ITEMLIST3
+packetLen(0x02d0, -1)
// Packet: 0x02d1
-packetLen(0x02d1, -1) // ZC_STORE_EQUIPMENT_ITEMLIST3
+packetLen(0x02d1, -1)
// Packet: 0x02d2
-packetLen(0x02d2, -1) // ZC_CART_EQUIPMENT_ITEMLIST3
+packetLen(0x02d2, -1)
// Packet: 0x02d3
-packetLen(0x02d3, 4) // ZC_NOTIFY_BIND_ON_EQUIP
+packetLen(0x02d3, 4)
// Packet: 0x02d4
-packetLen(0x02d4, 29) // ZC_ITEM_PICKUP_ACK3
+packetLen(0x02d4, 29)
// Packet: 0x02d5
-packetLen(0x02d5, 2) // ZC_ISVR_DISCONNECT
+packetLen(0x02d5, 2)
// Packet: 0x02d6
-packetLen(0x02d6, 6) // CZ_EQUIPWIN_MICROSCOPE
+packetLen(0x02d6, 6)
// Packet: 0x02d7
-packetLen(0x02d7, -1) // ZC_EQUIPWIN_MICROSCOPE
+packetLen(0x02d7, -1)
// Packet: 0x02d8
-packetLen(0x02d8, 10) // CZ_CONFIG
+packetLen(0x02d8, 10)
// Packet: 0x02d9
-packetLen(0x02d9, 10) // ZC_CONFIG
+packetLen(0x02d9, 10)
// Packet: 0x02da
-packetLen(0x02da, 3) // ZC_CONFIG_NOTIFY
+packetLen(0x02da, 3)
// Packet: 0x02db
-packetLen(0x02db, -1) // CZ_BATTLEFIELD_CHAT
+packetLen(0x02db, -1)
// Packet: 0x02dc
-packetLen(0x02dc, -1) // ZC_BATTLEFIELD_CHAT
+packetLen(0x02dc, -1)
// Packet: 0x02dd
-packetLen(0x02dd, 32) // ZC_BATTLEFIELD_NOTIFY_CAMPINFO
+packetLen(0x02dd, 32)
// Packet: 0x02de
-packetLen(0x02de, 6) // ZC_BATTLEFIELD_NOTIFY_POINT
+packetLen(0x02de, 6)
// Packet: 0x02df
-packetLen(0x02df, 36) // ZC_BATTLEFIELD_NOTIFY_POSITION
+packetLen(0x02df, 36)
// Packet: 0x02e0
-packetLen(0x02e0, 34) // ZC_BATTLEFIELD_NOTIFY_HP
+packetLen(0x02e0, 34)
// Packet: 0x02e1
-packetLen(0x02e1, 33) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, 33)
// Packet: 0x02e2
-packetLen(0x02e2, 20) // CZ_USE_ITEM_NEW_JAPEN
+packetLen(0x02e2, 20)
// Packet: 0x02e3
-packetLen(0x02e3, 22) // CZ_USE_SKILL_NEW_JAPEN
+packetLen(0x02e3, 22)
// Packet: 0x02e4
-packetLen(0x02e4, 11) // CZ_ITEM_PICKUP_NEW_JAPEN
+packetLen(0x02e4, 11)
// Packet: 0x02e5
-packetLen(0x02e5, 9) // CZ_REQUEST_MOVE_NEW_JAPEN
+packetLen(0x02e5, 9)
// Packet: 0x02e6
-packetLen(0x02e6, 6) // CZ_BOT_CHECK
+packetLen(0x02e6, 6)
// Packet: 0x02e7
-packetLen(0x02e7, -1) // ZC_MAPPROPERTY
+packetLen(0x02e7, -1)
// Packet: 0x02e8
-packetLen(0x02e8, -1) // ZC_NORMAL_ITEMLIST3
+packetLen(0x02e8, -1)
// Packet: 0x02e9
-packetLen(0x02e9, -1) // ZC_CART_NORMAL_ITEMLIST3
+packetLen(0x02e9, -1)
// Packet: 0x02ea
-packetLen(0x02ea, -1) // ZC_STORE_NORMAL_ITEMLIST3
+packetLen(0x02ea, -1)
// Packet: 0x02eb
-packetLen(0x02eb, 13) // ZC_ACCEPT_ENTER2
+packetLen(0x02eb, 13)
// Packet: 0x02ec
-packetLen(0x02ec, 67) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 67)
// Packet: 0x02ed
-packetLen(0x02ed, 59) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, 59)
// Packet: 0x02ee
-packetLen(0x02ee, 60) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, 60)
// Packet: 0x02ef
-packetLen(0x02ef, 8) // ZC_NOTIFY_FONT
+packetLen(0x02ef, 8)
// Packet: 0x02f0
-packetLen(0x02f0, 10) // ZC_PROGRESS
+packetLen(0x02f0, 10)
// Packet: 0x02f1
-packetLen(0x02f1, 2) // CZ_PROGRESS
+packetLen(0x02f1, 2)
// Packet: 0x02f2
-packetLen(0x02f2, 2) // ZC_PROGRESS_CANCEL
+packetLen(0x02f2, 2)
// Packet: 0x02f3
-packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+packetLen(0x02f3, -1)
// Packet: 0x02f4
-packetLen(0x02f4, 3) // ZC_IRMAIL_SEND_RES
+packetLen(0x02f4, 3)
// Packet: 0x02f5
-packetLen(0x02f5, 7) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, 7)
// Packet: 0x02f6
-packetLen(0x02f6, 7) // CZ_IRMAIL_LIST
+packetLen(0x02f6, 7)
// Packet: 0x035c
-packetLen(0x035c, 2) // CZ_OPEN_SIMPLE_CASHSHOP_ITEMLIST
+packetLen(0x035c, 2)
// Packet: 0x035d
-packetLen(0x035d, -1) // ZC_SIMPLE_CASHSHOP_POINT_ITEMLIST
+packetLen(0x035d, -1)
// Packet: 0x035e
-packetLen(0x035e, 2) // CZ_CLOSE_WINDOW
+packetLen(0x035e, 2)
// Packet: 0x035f
#if PACKETVER >= 20141231
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20141217
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20141210
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20141203
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20141126
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20141112
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20141105
-packetLen(0x035f, 10) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 10)
#elif PACKETVER >= 20141001
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20140917
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20140827
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20140820
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20140806
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20140709
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20140702
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20140611
-packetLen(0x035f, 5) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 5)
// ignored packet from 2014-06-11hRagexe
// ignored packet from 2014-06-11cRagexe
#elif PACKETVER >= 20140605
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20140528
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20140521
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20140514
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20140508
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
// ignored packet from 2014-05-08aRagexe
#elif PACKETVER >= 20140430
-packetLen(0x035f, 36) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 36)
#elif PACKETVER >= 20140423
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20140416
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20140312
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20140226
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20140212
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20140129
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20140122
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20140108
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#endif
// Packet: 0x0360
#if PACKETVER >= 20141231
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20141224
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20141217
-packetLen(0x0360, 8) // CZ_REQUEST_TIME2
+packetLen(0x0360, 8)
#elif PACKETVER >= 20141210
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20141203
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20141126
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20141112
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20141105
-packetLen(0x0360, -1) // CZ_REQUEST_TIME2
+packetLen(0x0360, -1)
#elif PACKETVER >= 20141001
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20140917
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20140827
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20140820
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20140806
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20140709
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20140702
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20140611
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
// ignored packet from 2014-06-11hRagexe
// ignored packet from 2014-06-11cRagexe
#elif PACKETVER >= 20140605
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20140528
-packetLen(0x0360, 36) // CZ_REQUEST_TIME2
+packetLen(0x0360, 36)
#elif PACKETVER >= 20140521
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20140514
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20140430
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20140423
-packetLen(0x0360, 36) // CZ_REQUEST_TIME2
+packetLen(0x0360, 36)
#elif PACKETVER >= 20140416
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20140409
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20140402
-packetLen(0x0360, 5) // CZ_REQUEST_TIME2
+packetLen(0x0360, 5)
#elif PACKETVER >= 20140312
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20140226
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20140219
-packetLen(0x0360, 4) // CZ_REQUEST_TIME2
+packetLen(0x0360, 4)
#elif PACKETVER >= 20140212
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20140129
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20140122
-packetLen(0x0360, 7) // CZ_REQUEST_TIME2
+packetLen(0x0360, 7)
#elif PACKETVER >= 20140108
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#endif
// Packet: 0x0361
#if PACKETVER >= 20141231
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20141224
-packetLen(0x0361, 8) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 8)
#elif PACKETVER >= 20141105
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20141029
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20141015
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20141008
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20141001
-packetLen(0x0361, 6) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 6)
#elif PACKETVER >= 20140903
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20140827
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20140813
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20140806
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20140611
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
// ignored packet from 2014-06-11hRagexe
#elif PACKETVER >= 20140514
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20140508
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20140423
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20140416
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20140312
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20140226
-packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, -1)
#elif PACKETVER >= 20140212
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20140205
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20140129
-packetLen(0x0361, 8) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 8)
#elif PACKETVER >= 20140122
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20140115
-packetLen(0x0361, 6) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 6)
#elif PACKETVER >= 20140108
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#endif
// Packet: 0x0362
#if PACKETVER >= 20141231
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20141210
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20141203
-packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+packetLen(0x0362, -1)
#elif PACKETVER >= 20141119
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20141112
-packetLen(0x0362, 26) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 26)
#elif PACKETVER >= 20141105
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20141029
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20141022
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20141008
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20140917
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20140827
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20140813
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20140806
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20140723
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20140716
-packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+packetLen(0x0362, -1)
#elif PACKETVER >= 20140611
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
// ignored packet from 2014-06-11hRagexe
// ignored packet from 2014-06-11cRagexe
#elif PACKETVER >= 20140605
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20140528
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20140521
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20140508
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
// ignored packet from 2014-05-08bRagexe
#elif PACKETVER >= 20140423
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20140416
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20140402
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20140326
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20140312
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20140305
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20140226
-packetLen(0x0362, 26) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 26)
#elif PACKETVER >= 20140212
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20140205
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20140115
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20140108
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#endif
// Packet: 0x0363
#if PACKETVER >= 20141231
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20141105
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20141029
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20141022
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20141008
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20140917
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20140827
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20140813
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20140806
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20140611
-packetLen(0x0363, 6) // CZ_ITEM_THROW2
+packetLen(0x0363, 6)
// ignored packet from 2014-06-11hRagexe
// ignored packet from 2014-06-11cRagexe
#elif PACKETVER >= 20140605
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20140528
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20140521
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20140508
-packetLen(0x0363, 6) // CZ_ITEM_THROW2
+packetLen(0x0363, 6)
// ignored packet from 2014-05-08bRagexe
#elif PACKETVER >= 20140430
-packetLen(0x0363, 10) // CZ_ITEM_THROW2
+packetLen(0x0363, 10)
#elif PACKETVER >= 20140423
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20140416
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20140312
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20140305
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20140212
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20140205
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20140115
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20140108
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#endif
// Packet: 0x0364
#if PACKETVER >= 20141231
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20141105
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20141029
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20141022
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20141015
-packetLen(0x0364, 5) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 5)
#elif PACKETVER >= 20141008
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20140917
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20140827
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20140813
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20140806
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20140730
-packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 6)
#elif PACKETVER >= 20140723
-packetLen(0x0364, 36) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 36)
#elif PACKETVER >= 20140716
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20140702
-packetLen(0x0364, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, -1)
#elif PACKETVER >= 20140611
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
// ignored packet from 2014-06-11hRagexe
// ignored packet from 2014-06-11cRagexe
#elif PACKETVER >= 20140605
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20140528
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20140521
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20140508
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
// ignored packet from 2014-05-08bRagexe
#elif PACKETVER >= 20140423
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20140416
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20140409
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20140402
-packetLen(0x0364, 10) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 10)
#elif PACKETVER >= 20140312
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20140305
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20140226
-packetLen(0x0364, 36) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 36)
#elif PACKETVER >= 20140219
-packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 6)
#elif PACKETVER >= 20140212
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20140205
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20140115
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20140108
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#endif
// Packet: 0x0365
#if PACKETVER >= 20141231
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20141105
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20141029
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20141022
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20141008
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20141001
-packetLen(0x0365, 12) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 12)
#elif PACKETVER >= 20140924
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20140917
-packetLen(0x0365, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 8)
#elif PACKETVER >= 20140827
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20140820
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20140813
-packetLen(0x0365, 36) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 36)
#elif PACKETVER >= 20140806
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20140611
-packetLen(0x0365, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 8)
// ignored packet from 2014-06-11hRagexe
// ignored packet from 2014-06-11cRagexe
#elif PACKETVER >= 20140605
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20140528
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20140521
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20140508
-packetLen(0x0365, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 8)
// ignored packet from 2014-05-08bRagexe
#elif PACKETVER >= 20140423
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20140416
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20140402
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20140326
-packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, -1)
#elif PACKETVER >= 20140312
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20140305
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20140212
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20140205
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20140115
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20140108
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#endif
// Packet: 0x0366
#if PACKETVER >= 20141231
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20141217
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20141210
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20141203
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20141126
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20141105
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20141001
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20140924
-packetLen(0x0366, 10) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 10)
#elif PACKETVER >= 20140917
-packetLen(0x0366, 19) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 19)
#elif PACKETVER >= 20140827
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20140820
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20140806
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20140730
-packetLen(0x0366, 10) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 10)
#elif PACKETVER >= 20140709
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20140702
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20140611
-packetLen(0x0366, 10) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 10)
// ignored packet from 2014-06-11hRagexe
// ignored packet from 2014-06-11cRagexe
#elif PACKETVER >= 20140605
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20140528
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20140521
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20140514
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20140508
-packetLen(0x0366, 26) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 26)
// ignored packet from 2014-05-08aRagexe
#elif PACKETVER >= 20140430
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20140423
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20140416
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20140319
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20140312
-packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, -1)
#elif PACKETVER >= 20140226
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20140212
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20140129
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20140122
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20140108
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#endif
// Packet: 0x0367
#if PACKETVER >= 20141210
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20141203
-packetLen(0x0367, 6) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 6)
#elif PACKETVER >= 20141126
-packetLen(0x0367, 8) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 8)
#elif PACKETVER >= 20141001
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20140924
-packetLen(0x0367, 26) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 26)
#elif PACKETVER >= 20140917
-packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, -1)
#elif PACKETVER >= 20140806
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20140730
-packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, -1)
#elif PACKETVER >= 20140611
-packetLen(0x0367, 90) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 90)
// ignored packet from 2014-06-11hRagexe
#elif PACKETVER >= 20140508
-packetLen(0x0367, 90) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 90)
// ignored packet from 2014-05-08bRagexe
#elif PACKETVER >= 20140205
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20140129
-packetLen(0x0367, 6) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 6)
#elif PACKETVER >= 20140122
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20140115
-packetLen(0x0367, 8) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 8)
#elif PACKETVER >= 20140108
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#endif
// Packet: 0x0368
#if PACKETVER >= 20141231
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20141217
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20141210
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20141203
-packetLen(0x0368, 8) // CZ_REQNAME2
+packetLen(0x0368, 8)
#elif PACKETVER >= 20141126
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20141105
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20141001
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20140917
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20140827
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20140820
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20140806
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20140730
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20140723
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20140709
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20140702
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20140611
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
// ignored packet from 2014-06-11hRagexe
// ignored packet from 2014-06-11cRagexe
#elif PACKETVER >= 20140605
-packetLen(0x0368, 7) // CZ_REQNAME2
+packetLen(0x0368, 7)
#elif PACKETVER >= 20140528
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20140521
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20140514
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20140508
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
// ignored packet from 2014-05-08bRagexe
#elif PACKETVER >= 20140423
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20140416
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20140312
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20140226
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20140212
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20140129
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20140122
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20140108
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#endif
// Packet: 0x0369
#if PACKETVER >= 20141231
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20141217
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20141210
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20141203
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20141126
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20141105
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20141029
-packetLen(0x0369, 5) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 5)
#elif PACKETVER >= 20141001
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20140924
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20140917
-packetLen(0x0369, 6) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 6)
#elif PACKETVER >= 20140827
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20140820
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20140806
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20140709
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20140702
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20140611
-packetLen(0x0369, 6) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 6)
// ignored packet from 2014-06-11hRagexe
// ignored packet from 2014-06-11cRagexe
#elif PACKETVER >= 20140605
-packetLen(0x0369, 19) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 19)
#elif PACKETVER >= 20140528
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20140521
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20140514
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20140508
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
// ignored packet from 2014-05-08aRagexe
#elif PACKETVER >= 20140430
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20140423
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20140416
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20140312
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20140226
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20140219
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20140212
-packetLen(0x0369, 18) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 18)
#elif PACKETVER >= 20140129
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20140122
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20140108
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#endif
// Packet: 0x03dd
-packetLen(0x03dd, 18) // AHC_GAME_GUARD
+packetLen(0x03dd, 18)
// Packet: 0x03de
-packetLen(0x03de, 18) // CAH_ACK_GAME_GUARD
+packetLen(0x03de, 18)
// Packet: 0x0436
#if PACKETVER >= 20141231
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20141217
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20141210
-packetLen(0x0436, 5) // CZ_ENTER2
+packetLen(0x0436, 5)
#elif PACKETVER >= 20141105
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20141029
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20141015
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20141008
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20140903
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20140827
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20140813
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20140806
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20140730
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20140723
-packetLen(0x0436, 12) // CZ_ENTER2
+packetLen(0x0436, 12)
#elif PACKETVER >= 20140611
-packetLen(0x0436, 19) // CZ_ENTER2
+packetLen(0x0436, 19)
// ignored packet from 2014-06-11hRagexe
// ignored packet from 2014-06-11cRagexe
#elif PACKETVER >= 20140605
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20140508
-packetLen(0x0436, 19) // CZ_ENTER2
+packetLen(0x0436, 19)
// ignored packet from 2014-05-08bRagexe
#elif PACKETVER >= 20140430
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20140423
-packetLen(0x0436, 26) // CZ_ENTER2
+packetLen(0x0436, 26)
#elif PACKETVER >= 20140416
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20140312
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20140305
-packetLen(0x0436, 10) // CZ_ENTER2
+packetLen(0x0436, 10)
#elif PACKETVER >= 20140212
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20140205
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20140115
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20140108
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#endif
// Packet: 0x0437
#if PACKETVER >= 20141231
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20141217
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20141210
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20141203
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20141126
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20141105
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20141029
-packetLen(0x0437, 36) // CZ_REQUEST_ACT2
+packetLen(0x0437, 36)
#elif PACKETVER >= 20141001
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20140917
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20140827
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20140820
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20140806
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20140730
-packetLen(0x0437, 19) // CZ_REQUEST_ACT2
+packetLen(0x0437, 19)
#elif PACKETVER >= 20140716
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20140709
-packetLen(0x0437, 7) // CZ_REQUEST_ACT2
+packetLen(0x0437, 7)
#elif PACKETVER >= 20140702
-packetLen(0x0437, 26) // CZ_REQUEST_ACT2
+packetLen(0x0437, 26)
#elif PACKETVER >= 20140611
-packetLen(0x0437, 7) // CZ_REQUEST_ACT2
+packetLen(0x0437, 7)
// ignored packet from 2014-06-11hRagexe
// ignored packet from 2014-06-11cRagexe
#elif PACKETVER >= 20140605
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20140528
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20140521
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20140514
-packetLen(0x0437, 12) // CZ_REQUEST_ACT2
+packetLen(0x0437, 12)
#elif PACKETVER >= 20140508
-packetLen(0x0437, 7) // CZ_REQUEST_ACT2
+packetLen(0x0437, 7)
// ignored packet from 2014-05-08bRagexe
#elif PACKETVER >= 20140430
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20140423
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20140416
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20140312
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20140226
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20140212
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20140129
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20140122
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20140108
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#endif
// Packet: 0x0438
#if PACKETVER >= 20141231
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20141224
-packetLen(0x0438, 26) // CZ_USE_SKILL2
+packetLen(0x0438, 26)
#elif PACKETVER >= 20141217
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20141210
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20141203
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20141126
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20141119
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20141112
-packetLen(0x0438, 6) // CZ_USE_SKILL2
+packetLen(0x0438, 6)
#elif PACKETVER >= 20141105
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20141029
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20141022
-packetLen(0x0438, 36) // CZ_USE_SKILL2
+packetLen(0x0438, 36)
#elif PACKETVER >= 20141001
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20140917
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20140827
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20140820
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20140806
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20140709
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20140702
-packetLen(0x0438, 8) // CZ_USE_SKILL2
+packetLen(0x0438, 8)
#elif PACKETVER >= 20140618
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20140611
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
// ignored packet from 2014-06-11hRagexe
// ignored packet from 2014-06-11cRagexe
#elif PACKETVER >= 20140605
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20140528
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20140521
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20140514
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20140430
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20140423
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20140416
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20140312
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20140305
-packetLen(0x0438, 19) // CZ_USE_SKILL2
+packetLen(0x0438, 19)
#elif PACKETVER >= 20140226
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20140219
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20140212
-packetLen(0x0438, 90) // CZ_USE_SKILL2
+packetLen(0x0438, 90)
#elif PACKETVER >= 20140129
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20140122
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20140108
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#endif
// Packet: 0x0439
-packetLen(0x0439, 8) // CZ_USE_ITEM2
+packetLen(0x0439, 8)
// Packet: 0x043d
-packetLen(0x043d, 8) // ZC_SKILL_POSTDELAY
+packetLen(0x043d, 8)
// Packet: 0x043e
-packetLen(0x043e, -1) // ZC_SKILL_POSTDELAY_LIST
+packetLen(0x043e, -1)
// Packet: 0x043f
-packetLen(0x043f, 25) // ZC_MSG_STATE_CHANGE2
+packetLen(0x043f, 25)
// Packet: 0x0440
-packetLen(0x0440, 10) // ZC_MILLENNIUMSHIELD
+packetLen(0x0440, 10)
// Packet: 0x0441
-packetLen(0x0441, 4) // ZC_SKILLINFO_DELETE
+packetLen(0x0441, 4)
// Packet: 0x0442
-packetLen(0x0442, -1) // ZC_SKILL_SELECT_REQUEST
+packetLen(0x0442, -1)
// Packet: 0x0443
-packetLen(0x0443, 8) // CZ_SKILL_SELECT_RESPONSE
+packetLen(0x0443, 8)
// Packet: 0x0444
-packetLen(0x0444, -1) // ZC_SIMPLE_CASH_POINT_ITEMLIST
+packetLen(0x0444, -1)
// Packet: 0x0445
-packetLen(0x0445, 10) // CZ_SIMPLE_BUY_CASH_POINT_ITEM
+packetLen(0x0445, 10)
// Packet: 0x0446
-packetLen(0x0446, 14) // ZC_QUEST_NOTIFY_EFFECT
+packetLen(0x0446, 14)
// Packet: 0x0447
-packetLen(0x0447, 2) // CZ_BLOCKING_PLAY_CANCEL
+packetLen(0x0447, 2)
// Packet: 0x0448
-packetLen(0x0448, -1) // HC_CHARACTER_LIST
+packetLen(0x0448, -1)
// Packet: 0x0449
-packetLen(0x0449, 4) // ZC_HACKSH_ERROR_MSG
+packetLen(0x0449, 4)
// Packet: 0x044a
-packetLen(0x044a, 6) // CZ_CLIENT_VERSION
+packetLen(0x044a, 6)
// Packet: 0x044b
-packetLen(0x044b, 2) // CZ_CLOSE_SIMPLECASH_SHOP
+packetLen(0x044b, 2)
// Packet: 0x07d7
-packetLen(0x07d7, 8) // CZ_GROUPINFO_CHANGE_V2
+packetLen(0x07d7, 8)
// Packet: 0x07d8
-packetLen(0x07d8, 8) // ZC_REQ_GROUPINFO_CHANGE_V2
+packetLen(0x07d8, 8)
// Packet: 0x07d9
-packetLen(0x07d9, 268) // ZC_SHORTCUT_KEY_LIST_V2
+packetLen(0x07d9, 268)
// Packet: 0x07da
-packetLen(0x07da, 6) // CZ_CHANGE_GROUP_MASTER
+packetLen(0x07da, 6)
// Packet: 0x07db
-packetLen(0x07db, 8) // ZC_HO_PAR_CHANGE
+packetLen(0x07db, 8)
// Packet: 0x07dc
-packetLen(0x07dc, 6) // CZ_SEEK_PARTY
+packetLen(0x07dc, 6)
// Packet: 0x07dd
-packetLen(0x07dd, 54) // ZC_SEEK_PARTY
+packetLen(0x07dd, 54)
// Packet: 0x07de
-packetLen(0x07de, 30) // CZ_SEEK_PARTY_MEMBER
+packetLen(0x07de, 30)
// Packet: 0x07df
-packetLen(0x07df, 54) // ZC_SEEK_PARTY_MEMBER
+packetLen(0x07df, 54)
// Packet: 0x07e0
-packetLen(0x07e0, 58) // ZC_ES_NOTI_MYINFO
+packetLen(0x07e0, 58)
// Packet: 0x07e1
-packetLen(0x07e1, 15) // ZC_SKILLINFO_UPDATE2
+packetLen(0x07e1, 15)
// Packet: 0x07e2
-packetLen(0x07e2, 8) // ZC_MSG_VALUE
+packetLen(0x07e2, 8)
// Packet: 0x07e3
-packetLen(0x07e3, 6) // ZC_ITEMLISTWIN_OPEN
+packetLen(0x07e3, 6)
// Packet: 0x07e4
#if PACKETVER >= 20141231
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20141217
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20141210
-packetLen(0x07e4, 5) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 5)
#elif PACKETVER >= 20141105
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20141029
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20141022
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20141008
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20141001
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20140924
-packetLen(0x07e4, 36) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 36)
#elif PACKETVER >= 20140917
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20140820
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20140813
-packetLen(0x07e4, -1) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, -1)
#elif PACKETVER >= 20140806
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20140723
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20140716
-packetLen(0x07e4, 36) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 36)
#elif PACKETVER >= 20140709
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20140702
-packetLen(0x07e4, 10) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 10)
#elif PACKETVER >= 20140618
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20140611
-packetLen(0x07e4, 8) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 8)
// ignored packet from 2014-06-11cRagexe
// ignored packet from 2014-06-11eRagexe
#elif PACKETVER >= 20140605
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20140528
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20140521
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20140514
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20140508
-packetLen(0x07e4, 5) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 5)
// ignored packet from 2014-05-08aRagexe
#elif PACKETVER >= 20140430
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20140416
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20140326
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20140319
-packetLen(0x07e4, -1) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, -1)
#elif PACKETVER >= 20140312
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20140305
-packetLen(0x07e4, 26) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 26)
#elif PACKETVER >= 20140212
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20140205
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20140115
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20140108
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#endif
// Packet: 0x07e5
-packetLen(0x07e5, 4) // CH_ENTER_CHECKBOT
+packetLen(0x07e5, 4)
// Packet: 0x07e6
-packetLen(0x07e6, 8) // ZC_MSG_SKILL
+packetLen(0x07e6, 8)
// Packet: 0x07e7
-packetLen(0x07e7, 32) // CH_CHECKBOT
+packetLen(0x07e7, 32)
// Packet: 0x07e8
-packetLen(0x07e8, -1) // HC_CHECKBOT
+packetLen(0x07e8, -1)
// Packet: 0x07e9
-packetLen(0x07e9, 5) // HC_CHECKBOT_RESULT
+packetLen(0x07e9, 5)
// Packet: 0x07ea
-packetLen(0x07ea, 2) // CZ_BATTLE_FIELD_LIST
+packetLen(0x07ea, 2)
// Packet: 0x07eb
-packetLen(0x07eb, -1) // ZC_BATTLE_FIELD_LIST
+packetLen(0x07eb, -1)
// Packet: 0x07ec
#if PACKETVER >= 20141231
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20141105
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20141029
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20141022
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20141008
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20140917
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20140827
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20140813
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20140806
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20140730
-packetLen(0x07ec, 4) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 4)
#elif PACKETVER >= 20140611
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
// ignored packet from 2014-06-11hRagexe
// ignored packet from 2014-06-11cRagexe
#elif PACKETVER >= 20140605
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20140528
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20140521
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20140508
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
// ignored packet from 2014-05-08bRagexe
#elif PACKETVER >= 20140423
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20140416
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20140409
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20140326
-packetLen(0x07ec, 6) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 6)
#elif PACKETVER >= 20140312
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20140305
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20140212
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20140205
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20140129
-packetLen(0x07ec, 5) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 5)
#elif PACKETVER >= 20140122
-packetLen(0x07ec, 6) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 6)
#elif PACKETVER >= 20140115
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20140108
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#endif
// Packet: 0x07ed
-packetLen(0x07ed, 10) // ZC_JOIN_BATTLE_FIELD
+packetLen(0x07ed, 10)
// Packet: 0x07ee
-packetLen(0x07ee, 6) // CZ_CANCEL_BATTLE_FIELD
+packetLen(0x07ee, 6)
// Packet: 0x07ef
-packetLen(0x07ef, 8) // ZC_CANCEL_BATTLE_FIELD
+packetLen(0x07ef, 8)
// Packet: 0x07f0
-packetLen(0x07f0, 6) // CZ_REQ_BATTLE_STATE_MONITOR
+packetLen(0x07f0, 6)
// Packet: 0x07f1
-packetLen(0x07f1, 18) // ZC_ACK_BATTLE_STATE_MONITOR
+packetLen(0x07f1, 18)
// Packet: 0x07f2
-packetLen(0x07f2, 8) // ZC_BATTLE_NOTI_START_STEP
+packetLen(0x07f2, 8)
// Packet: 0x07f3
-packetLen(0x07f3, 6) // ZC_BATTLE_JOIN_NOTI_DEFER
+packetLen(0x07f3, 6)
// Packet: 0x07f4
-packetLen(0x07f4, 3) // ZC_BATTLE_JOIN_DISABLE_STATE
+packetLen(0x07f4, 3)
// Packet: 0x07f5
-packetLen(0x07f5, 6) // CZ_GM_FULLSTRIP
+packetLen(0x07f5, 6)
// Packet: 0x07f6
-packetLen(0x07f6, 14) // ZC_NOTIFY_EXP
+packetLen(0x07f6, 14)
// Packet: 0x07f7
-packetLen(0x07f7, -1) // ZC_NOTIFY_MOVEENTRY7
+packetLen(0x07f7, -1)
// Packet: 0x07f8
-packetLen(0x07f8, -1) // ZC_NOTIFY_NEWENTRY5
+packetLen(0x07f8, -1)
// Packet: 0x07f9
-packetLen(0x07f9, -1) // ZC_NOTIFY_STANDENTRY5
+packetLen(0x07f9, -1)
// Packet: 0x07fa
-packetLen(0x07fa, 8) // ZC_DELETE_ITEM_FROM_BODY
+packetLen(0x07fa, 8)
// Packet: 0x07fb
-packetLen(0x07fb, 25) // ZC_USESKILL_ACK2
+packetLen(0x07fb, 25)
// Packet: 0x07fc
-packetLen(0x07fc, 10) // ZC_CHANGE_GROUP_MASTER
+packetLen(0x07fc, 10)
// Packet: 0x07fd
-packetLen(0x07fd, -1) // ZC_BROADCASTING_SPECIAL_ITEM_OBTAIN
+packetLen(0x07fd, -1)
// Packet: 0x07fe
-packetLen(0x07fe, 26) // ZC_PLAY_NPC_BGM
+packetLen(0x07fe, 26)
// Packet: 0x0800
-packetLen(0x0800, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC2
+packetLen(0x0800, -1)
// Packet: 0x0801
-packetLen(0x0801, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC2
+packetLen(0x0801, -1)
// Packet: 0x0802
#if PACKETVER >= 20141231
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20141210
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20141203
-packetLen(0x0802, 19) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 19)
#elif PACKETVER >= 20141126
-packetLen(0x0802, -1) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, -1)
#elif PACKETVER >= 20141105
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20141029
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20141022
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20141008
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20141001
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20140924
-packetLen(0x0802, 18) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 18)
#elif PACKETVER >= 20140917
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20140827
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20140820
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20140813
-packetLen(0x0802, 19) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 19)
#elif PACKETVER >= 20140806
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20140730
-packetLen(0x0802, 8) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 8)
#elif PACKETVER >= 20140611
-packetLen(0x0802, 18) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 18)
// ignored packet from 2014-06-11hRagexe
// ignored packet from 2014-06-11cRagexe
#elif PACKETVER >= 20140605
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20140528
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20140521
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20140514
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20140508
-packetLen(0x0802, 18) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 18)
// ignored packet from 2014-05-08bRagexe
#elif PACKETVER >= 20140423
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20140416
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20140312
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20140305
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20140226
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20140219
-packetLen(0x0802, 6) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 6)
#elif PACKETVER >= 20140212
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20140205
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20140129
-packetLen(0x0802, 19) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 19)
#elif PACKETVER >= 20140122
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20140115
-packetLen(0x0802, 6) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 6)
#elif PACKETVER >= 20140108
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#endif
// Packet: 0x0803
-packetLen(0x0803, 4) // ZC_PARTY_BOOKING_ACK_REGISTER
+packetLen(0x0803, 4)
// Packet: 0x0804
-packetLen(0x0804, 14) // CZ_PARTY_BOOKING_REQ_SEARCH
+packetLen(0x0804, 14)
// Packet: 0x0805
-packetLen(0x0805, -1) // ZC_PARTY_BOOKING_ACK_SEARCH
+packetLen(0x0805, -1)
// Packet: 0x0806
-packetLen(0x0806, 2) // CZ_PARTY_BOOKING_REQ_DELETE
+packetLen(0x0806, 2)
// Packet: 0x0807
-packetLen(0x0807, 4) // ZC_PARTY_BOOKING_ACK_DELETE
+packetLen(0x0807, 4)
// Packet: 0x0808
-packetLen(0x0808, 14) // CZ_PARTY_BOOKING_REQ_UPDATE
+packetLen(0x0808, 14)
// Packet: 0x0809
-packetLen(0x0809, 50) // ZC_PARTY_BOOKING_NOTIFY_INSERT
+packetLen(0x0809, 50)
// Packet: 0x080a
-packetLen(0x080a, 18) // ZC_PARTY_BOOKING_NOTIFY_UPDATE
+packetLen(0x080a, 18)
// Packet: 0x080b
-packetLen(0x080b, 6) // ZC_PARTY_BOOKING_NOTIFY_DELETE
+packetLen(0x080b, 6)
// Packet: 0x080c
-packetLen(0x080c, 2) // CZ_SIMPLE_CASH_BTNSHOW
+packetLen(0x080c, 2)
// Packet: 0x080d
-packetLen(0x080d, 3) // ZC_SIMPLE_CASH_BTNSHOW
+packetLen(0x080d, 3)
// Packet: 0x080e
-packetLen(0x080e, 14) // ZC_NOTIFY_HP_TO_GROUPM_R2
+packetLen(0x080e, 14)
// Packet: 0x080f
-packetLen(0x080f, 20) // ZC_ADD_EXCHANGE_ITEM2
+packetLen(0x080f, 20)
// Packet: 0x0810
-packetLen(0x0810, 3) // ZC_OPEN_BUYING_STORE
+packetLen(0x0810, 3)
// Packet: 0x0811
#if PACKETVER >= 20141231
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20141203
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20141126
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20141105
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20141001
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20140917
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20140827
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20140820
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20140806
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20140723
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20140716
-packetLen(0x0811, 7) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 7)
#elif PACKETVER >= 20140709
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20140702
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20140611
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
// ignored packet from 2014-06-11cRagexe
// ignored packet from 2014-06-11eRagexe
#elif PACKETVER >= 20140605
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20140528
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20140521
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20140514
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20140430
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20140423
-packetLen(0x0811, 8) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 8)
#elif PACKETVER >= 20140416
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20140326
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20140319
-packetLen(0x0811, 6) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 6)
#elif PACKETVER >= 20140312
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20140305
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20140226
-packetLen(0x0811, 5) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 5)
#elif PACKETVER >= 20140212
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20140129
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20140115
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20140108
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#endif
// Packet: 0x0812
-packetLen(0x0812, 8) // ZC_FAILED_OPEN_BUYING_STORE_TO_BUYER
+packetLen(0x0812, 8)
// Packet: 0x0813
-packetLen(0x0813, -1) // ZC_MYITEMLIST_BUYING_STORE
+packetLen(0x0813, -1)
// Packet: 0x0814
-packetLen(0x0814, 86) // ZC_BUYING_STORE_ENTRY
+packetLen(0x0814, 86)
// Packet: 0x0815
#if PACKETVER >= 20141231
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20141217
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20141210
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20141203
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20141126
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20141105
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20141001
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20140924
-packetLen(0x0815, 5) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 5)
#elif PACKETVER >= 20140917
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20140827
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20140820
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20140806
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20140730
-packetLen(0x0815, 26) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 26)
#elif PACKETVER >= 20140709
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20140702
-packetLen(0x0815, 36) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 36)
#elif PACKETVER >= 20140625
-packetLen(0x0815, 4) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 4)
#elif PACKETVER >= 20140611
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20140605
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20140528
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20140521
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20140514
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20140508
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
// ignored packet from 2014-05-08bRagexe
#elif PACKETVER >= 20140430
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20140423
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20140416
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20140326
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20140319
-packetLen(0x0815, 5) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 5)
#elif PACKETVER >= 20140312
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20140305
-packetLen(0x0815, 5) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 5)
#elif PACKETVER >= 20140226
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20140212
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20140129
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20140122
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20140108
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#endif
// Packet: 0x0816
-packetLen(0x0816, 6) // ZC_DISAPPEAR_BUYING_STORE_ENTRY
+packetLen(0x0816, 6)
// Packet: 0x0817
#if PACKETVER >= 20140806
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20140730
-packetLen(0x0817, 7) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 7)
#elif PACKETVER >= 20140702
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20140625
-packetLen(0x0817, -1) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, -1)
#elif PACKETVER >= 20140611
-packetLen(0x0817, 6) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 6)
// ignored packet from 2014-06-11hRagexe
// ignored packet from 2014-06-11cRagexe
#elif PACKETVER >= 20140605
-packetLen(0x0817, 5) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 5)
#elif PACKETVER >= 20140521
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20140514
-packetLen(0x0817, 4) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 4)
#elif PACKETVER >= 20140508
-packetLen(0x0817, 6) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 6)
// ignored packet from 2014-05-08bRagexe
#elif PACKETVER >= 20140108
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#endif
// Packet: 0x0818
-packetLen(0x0818, -1) // ZC_ACK_ITEMLIST_BUYING_STORE
+packetLen(0x0818, -1)
// Packet: 0x0819
#if PACKETVER >= 20141231
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20141217
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20141210
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20141203
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20141126
-packetLen(0x0819, 18) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 18)
#elif PACKETVER >= 20141105
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20141001
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20140917
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20140827
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20140820
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20140806
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20140730
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20140723
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20140709
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20140702
-packetLen(0x0819, 5) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 5)
#elif PACKETVER >= 20140611
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
// ignored packet from 2014-06-11cRagexe
// ignored packet from 2014-06-11eRagexe
#elif PACKETVER >= 20140605
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20140528
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20140521
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20140514
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20140430
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20140423
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20140416
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20140409
-packetLen(0x0819, 8) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 8)
#elif PACKETVER >= 20140312
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20140219
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20140212
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20140129
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20140122
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20140108
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#endif
// Packet: 0x081a
-packetLen(0x081a, 4) // ZC_FAILED_TRADE_BUYING_STORE_TO_BUYER
+packetLen(0x081a, 4)
// Packet: 0x081b
-packetLen(0x081b, 10) // ZC_UPDATE_ITEM_FROM_BUYING_STORE
+packetLen(0x081b, 10)
// Packet: 0x081c
-packetLen(0x081c, 10) // ZC_ITEM_DELETE_BUYING_STORE
+packetLen(0x081c, 10)
// Packet: 0x081d
-packetLen(0x081d, 22) // ZC_EL_INIT
+packetLen(0x081d, 22)
// Packet: 0x081e
-packetLen(0x081e, 8) // ZC_EL_PAR_CHANGE
+packetLen(0x081e, 8)
// Packet: 0x081f
-packetLen(0x081f, -1) // ZC_BROADCAST4
+packetLen(0x081f, -1)
// Packet: 0x0820
-packetLen(0x0820, 11) // ZC_COSTUME_SPRITE_CHANGE
+packetLen(0x0820, 11)
// Packet: 0x0821
-packetLen(0x0821, 2) // AC_OTP_USER
+packetLen(0x0821, 2)
// Packet: 0x0822
-packetLen(0x0822, 9) // CA_OTP_AUTH_REQ
+packetLen(0x0822, 9)
// Packet: 0x0823
-packetLen(0x0823, -1) // AC_OTP_AUTH_ACK
+packetLen(0x0823, -1)
// Packet: 0x0824
-packetLen(0x0824, 6) // ZC_FAILED_TRADE_BUYING_STORE_TO_SELLER
+packetLen(0x0824, 6)
// Packet: 0x0825
-packetLen(0x0825, -1) // CA_SSO_LOGIN_REQ
+packetLen(0x0825, -1)
// Packet: 0x0827
-packetLen(0x0827, 6) // CH_DELETE_CHAR3_RESERVED
+packetLen(0x0827, 6)
// Packet: 0x0828
-packetLen(0x0828, 14) // HC_DELETE_CHAR3_RESERVED
+packetLen(0x0828, 14)
// Packet: 0x0829
-packetLen(0x0829, 12) // CH_DELETE_CHAR3
+packetLen(0x0829, 12)
// Packet: 0x082a
-packetLen(0x082a, 10) // HC_DELETE_CHAR3
+packetLen(0x082a, 10)
// Packet: 0x082b
-packetLen(0x082b, 6) // CH_DELETE_CHAR3_CANCEL
+packetLen(0x082b, 6)
// Packet: 0x082c
-packetLen(0x082c, 10) // HC_DELETE_CHAR3_CANCEL
+packetLen(0x082c, 10)
// Packet: 0x082d
-packetLen(0x082d, -1) // HC_ACCEPT_ENTER2
+packetLen(0x082d, -1)
// Packet: 0x0835
#if PACKETVER >= 20141231
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20141224
-packetLen(0x0835, -1) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, -1)
#elif PACKETVER >= 20141119
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20141112
-packetLen(0x0835, -1) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, -1)
#elif PACKETVER >= 20141029
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20141022
-packetLen(0x0835, 12) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 12)
#elif PACKETVER >= 20140827
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20140820
-packetLen(0x0835, 5) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 5)
#elif PACKETVER >= 20140709
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20140702
-packetLen(0x0835, 12) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 12)
#elif PACKETVER >= 20140625
-packetLen(0x0835, 5) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 5)
#elif PACKETVER >= 20140611
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
// ignored packet from 2014-06-11eRagexe
#elif PACKETVER >= 20140508
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
// ignored packet from 2014-05-08aRagexe
#elif PACKETVER >= 20140108
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#endif
// Packet: 0x0836
-packetLen(0x0836, -1) // ZC_SEARCH_STORE_INFO_ACK
+packetLen(0x0836, -1)
// Packet: 0x0837
-packetLen(0x0837, 3) // ZC_SEARCH_STORE_INFO_FAILED
+packetLen(0x0837, 3)
// Packet: 0x0838
#if PACKETVER >= 20141231
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20141217
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20141210
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20141203
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20141126
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20141105
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20141029
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20141022
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20141008
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20141001
-packetLen(0x0838, 8) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 8)
#elif PACKETVER >= 20140924
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20140917
-packetLen(0x0838, -1) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, -1)
#elif PACKETVER >= 20140827
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20140820
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20140806
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20140730
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20140723
-packetLen(0x0838, 10) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 10)
#elif PACKETVER >= 20140618
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20140611
-packetLen(0x0838, 90) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 90)
// ignored packet from 2014-06-11cRagexe
// ignored packet from 2014-06-11eRagexe
#elif PACKETVER >= 20140605
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20140528
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20140521
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20140514
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20140508
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
// ignored packet from 2014-05-08aRagexe
#elif PACKETVER >= 20140430
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20140423
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20140416
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20140312
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20140305
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20140226
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20140219
-packetLen(0x0838, 10) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 10)
#elif PACKETVER >= 20140212
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20140129
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20140122
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20140108
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#endif
// Packet: 0x0839
-packetLen(0x0839, 66) // ZC_ACK_BAN_GUILD_SSO
+packetLen(0x0839, 66)
// Packet: 0x083a
-packetLen(0x083a, 5) // ZC_OPEN_SEARCH_STORE_INFO
+packetLen(0x083a, 5)
// Packet: 0x083b
-packetLen(0x083b, 2) // CZ_CLOSE_SEARCH_STORE_INFO
+packetLen(0x083b, 2)
// Packet: 0x083c
#if PACKETVER >= 20141231
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20141217
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20141210
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20141203
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20141126
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20141119
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20141112
-packetLen(0x083c, 8) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 8)
#elif PACKETVER >= 20141105
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20141001
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20140917
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20140827
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20140820
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20140806
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20140709
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20140702
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20140611
-packetLen(0x083c, 12) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 12)
// ignored packet from 2014-06-11hRagexe
// ignored packet from 2014-06-11cRagexe
#elif PACKETVER >= 20140605
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20140528
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20140521
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20140514
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20140508
-packetLen(0x083c, 12) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 12)
// ignored packet from 2014-05-08bRagexe
#elif PACKETVER >= 20140430
-packetLen(0x083c, 6) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 6)
#elif PACKETVER >= 20140423
-packetLen(0x083c, 5) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 5)
#elif PACKETVER >= 20140416
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20140402
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20140326
-packetLen(0x083c, 6) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 6)
#elif PACKETVER >= 20140312
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20140226
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20140212
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20140205
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20140129
-packetLen(0x083c, 4) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 4)
#elif PACKETVER >= 20140122
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20140108
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#endif
// Packet: 0x083d
-packetLen(0x083d, 6) // ZC_SSILIST_ITEM_CLICK_ACK
+packetLen(0x083d, 6)
// Packet: 0x083e
-packetLen(0x083e, 26) // AC_REFUSE_LOGIN2
+packetLen(0x083e, 26)
// Packet: 0x0840
-packetLen(0x0840, -1) // HC_NOTIFY_ACCESSIBLE_MAPNAME
+packetLen(0x0840, -1)
// Packet: 0x0841
-packetLen(0x0841, 4) // CH_SELECT_ACCESSIBLE_MAPNAME
+packetLen(0x0841, 4)
// Packet: 0x0842
-packetLen(0x0842, 6) // CZ_RECALL_SSO
+packetLen(0x0842, 6)
// Packet: 0x0843
-packetLen(0x0843, 6) // CZ_REMOVE_AID_SSO
+packetLen(0x0843, 6)
// Packet: 0x0844
-packetLen(0x0844, 2) // CZ_SE_CASHSHOP_OPEN
+packetLen(0x0844, 2)
// Packet: 0x0845
-packetLen(0x0845, 10) // ZC_SE_CASHSHOP_OPEN
+packetLen(0x0845, 10)
// Packet: 0x0846
-packetLen(0x0846, 4) // CZ_REQ_SE_CASH_TAB_CODE
+packetLen(0x0846, 4)
// Packet: 0x0847
-packetLen(0x0847, -1) // ZC_ACK_SE_CASH_ITEM_LIST
+packetLen(0x0847, -1)
// Packet: 0x0848
-packetLen(0x0848, -1) // CZ_SE_PC_BUY_CASHITEM_LIST
+packetLen(0x0848, -1)
// Packet: 0x0849
-packetLen(0x0849, 16) // ZC_SE_PC_BUY_CASHITEM_RESULT
+packetLen(0x0849, 16)
// Packet: 0x084a
-packetLen(0x084a, 2) // CZ_SE_CASHSHOP_CLOSE
+packetLen(0x084a, 2)
// Packet: 0x084b
-packetLen(0x084b, 19) // ZC_ITEM_FALL_ENTRY4
+packetLen(0x084b, 19)
// Packet: 0x084c
-packetLen(0x084c, 10) // CZ_MACRO_USE_SKILL
+packetLen(0x084c, 10)
// Packet: 0x084d
-packetLen(0x084d, 10) // CZ_MACRO_USE_SKILL_TOGROUND
+packetLen(0x084d, 10)
// Packet: 0x084e
-packetLen(0x084e, 5) // CZ_MACRO_REQUEST_MOVE
+packetLen(0x084e, 5)
// Packet: 0x084f
-packetLen(0x084f, 6) // CZ_MACRO_ITEM_PICKUP
+packetLen(0x084f, 6)
// Packet: 0x0850
-packetLen(0x0850, 7) // CZ_MACRO_REQUEST_ACT
+packetLen(0x0850, 7)
// Packet: 0x0851
-packetLen(0x0851, -1) // ZC_GPK_DYNCODE
+packetLen(0x0851, -1)
// Packet: 0x0852
-packetLen(0x0852, 2) // CZ_GPK_DYNCODE_RELOAD
+packetLen(0x0852, 2)
// Packet: 0x0853
-packetLen(0x0853, -1) // ZC_GPK_AUTH
+packetLen(0x0853, -1)
// Packet: 0x0854
-packetLen(0x0854, -1) // CZ_GPK_AUTH
+packetLen(0x0854, -1)
// Packet: 0x0855
-packetLen(0x0855, 6) // ZC_MACRO_ITEMPICKUP_FAIL
+packetLen(0x0855, 6)
// Packet: 0x0856
-packetLen(0x0856, -1) // ZC_NOTIFY_MOVEENTRY8
+packetLen(0x0856, -1)
// Packet: 0x0857
-packetLen(0x0857, -1) // ZC_NOTIFY_STANDENTRY7
+packetLen(0x0857, -1)
// Packet: 0x0858
-packetLen(0x0858, -1) // ZC_NOTIFY_NEWENTRY6
+packetLen(0x0858, -1)
// Packet: 0x0859
-packetLen(0x0859, -1) // ZC_EQUIPWIN_MICROSCOPE2
+packetLen(0x0859, -1)
// Packet: 0x085a
#if PACKETVER >= 20141231
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20141224
-packetLen(0x085a, -1) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, -1)
#elif PACKETVER >= 20141126
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20141119
-packetLen(0x085a, 6) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 6)
#elif PACKETVER >= 20140709
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20140702
-packetLen(0x085a, 6) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 6)
#elif PACKETVER >= 20140625
-packetLen(0x085a, -1) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, -1)
#elif PACKETVER >= 20140326
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20140319
-packetLen(0x085a, 5) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 5)
#elif PACKETVER >= 20140108
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#endif
// Packet: 0x085b
#if PACKETVER >= 20140430
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
#elif PACKETVER >= 20140423
-packetLen(0x085b, 5) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 5)
#elif PACKETVER >= 20140416
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
#elif PACKETVER >= 20140409
-packetLen(0x085b, 6) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 6)
#elif PACKETVER >= 20140402
-packetLen(0x085b, 8) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 8)
#elif PACKETVER >= 20140226
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
#elif PACKETVER >= 20140219
-packetLen(0x085b, 6) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 6)
#elif PACKETVER >= 20140108
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
#endif
// Packet: 0x085c
#if PACKETVER >= 20141112
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
#elif PACKETVER >= 20141105
-packetLen(0x085c, 10) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 10)
#elif PACKETVER >= 20140723
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
#elif PACKETVER >= 20140716
-packetLen(0x085c, 6) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 6)
#elif PACKETVER >= 20140226
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
#elif PACKETVER >= 20140219
-packetLen(0x085c, 10) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 10)
#elif PACKETVER >= 20140108
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
#endif
// Packet: 0x085d
#if PACKETVER >= 20140625
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
#elif PACKETVER >= 20140618
-packetLen(0x085d, 8) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 8)
#elif PACKETVER >= 20140226
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
#elif PACKETVER >= 20140219
-packetLen(0x085d, 5) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 5)
#elif PACKETVER >= 20140108
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
#endif
// Packet: 0x085e
#if PACKETVER >= 20140806
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#elif PACKETVER >= 20140730
-packetLen(0x085e, 5) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 5)
#elif PACKETVER >= 20140319
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#elif PACKETVER >= 20140312
-packetLen(0x085e, 6) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 6)
#elif PACKETVER >= 20140108
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#endif
// Packet: 0x085f
#if PACKETVER >= 20141119
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#elif PACKETVER >= 20141112
-packetLen(0x085f, -1) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, -1)
#elif PACKETVER >= 20140730
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#elif PACKETVER >= 20140723
-packetLen(0x085f, 5) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 5)
#elif PACKETVER >= 20140716
-packetLen(0x085f, 19) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 19)
#elif PACKETVER >= 20140605
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#elif PACKETVER >= 20140528
-packetLen(0x085f, 18) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 18)
#elif PACKETVER >= 20140226
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#elif PACKETVER >= 20140219
-packetLen(0x085f, 6) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 6)
#elif PACKETVER >= 20140108
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#endif
// Packet: 0x0860
#if PACKETVER >= 20141224
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#elif PACKETVER >= 20141217
-packetLen(0x0860, 36) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 36)
#elif PACKETVER >= 20140716
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#elif PACKETVER >= 20140709
-packetLen(0x0860, 36) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 36)
#elif PACKETVER >= 20140625
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#elif PACKETVER >= 20140618
-packetLen(0x0860, 6) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 6)
#elif PACKETVER >= 20140508
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#elif PACKETVER >= 20140430
-packetLen(0x0860, 26) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 26)
#elif PACKETVER >= 20140226
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#elif PACKETVER >= 20140219
-packetLen(0x0860, 5) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 5)
#elif PACKETVER >= 20140108
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#endif
// Packet: 0x0861
#if PACKETVER >= 20141210
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#elif PACKETVER >= 20141203
-packetLen(0x0861, 8) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 8)
#elif PACKETVER >= 20141126
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#elif PACKETVER >= 20141119
-packetLen(0x0861, 26) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 26)
#elif PACKETVER >= 20140827
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#elif PACKETVER >= 20140820
-packetLen(0x0861, 6) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 6)
#elif PACKETVER >= 20140702
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#elif PACKETVER >= 20140625
-packetLen(0x0861, 10) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 10)
#elif PACKETVER >= 20140618
-packetLen(0x0861, 90) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 90)
#elif PACKETVER >= 20140514
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#elif PACKETVER >= 20140508
-packetLen(0x0861, 6) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 6)
#elif PACKETVER >= 20140108
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#endif
// Packet: 0x0862
#if PACKETVER >= 20141001
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#elif PACKETVER >= 20140924
-packetLen(0x0862, 4) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 4)
#elif PACKETVER >= 20140605
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#elif PACKETVER >= 20140528
-packetLen(0x0862, 6) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 6)
#elif PACKETVER >= 20140430
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#elif PACKETVER >= 20140423
-packetLen(0x0862, 8) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 8)
#elif PACKETVER >= 20140108
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#endif
// Packet: 0x0863
#if PACKETVER >= 20141119
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20141112
-packetLen(0x0863, 10) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 10)
#elif PACKETVER >= 20141105
-packetLen(0x0863, 6) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 6)
#elif PACKETVER >= 20140430
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20140423
-packetLen(0x0863, -1) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, -1)
#elif PACKETVER >= 20140129
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20140122
-packetLen(0x0863, 5) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 5)
#elif PACKETVER >= 20140108
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#endif
// Packet: 0x0864
#if PACKETVER >= 20141112
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#elif PACKETVER >= 20141105
-packetLen(0x0864, 6) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 6)
#elif PACKETVER >= 20141001
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#elif PACKETVER >= 20140924
-packetLen(0x0864, -1) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, -1)
#elif PACKETVER >= 20140917
-packetLen(0x0864, 6) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 6)
#elif PACKETVER >= 20140827
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#elif PACKETVER >= 20140820
-packetLen(0x0864, 19) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 19)
#elif PACKETVER >= 20140618
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#elif PACKETVER >= 20140611
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
// ignored packet from 2014-06-11hRagexe
// ignored packet from 2014-06-11cRagexe
#elif PACKETVER >= 20140326
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#elif PACKETVER >= 20140319
-packetLen(0x0864, 7) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 7)
#elif PACKETVER >= 20140108
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#endif
// Packet: 0x0865
#if PACKETVER >= 20141231
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#elif PACKETVER >= 20141224
-packetLen(0x0865, 90) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 90)
#elif PACKETVER >= 20141126
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#elif PACKETVER >= 20141119
-packetLen(0x0865, 26) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 26)
#elif PACKETVER >= 20141112
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#elif PACKETVER >= 20141105
-packetLen(0x0865, 26) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 26)
#elif PACKETVER >= 20141001
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#elif PACKETVER >= 20140924
-packetLen(0x0865, -1) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, -1)
#elif PACKETVER >= 20140521
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#elif PACKETVER >= 20140514
-packetLen(0x0865, 7) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 7)
#elif PACKETVER >= 20140402
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#elif PACKETVER >= 20140319
-packetLen(0x0865, -1) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, -1)
#elif PACKETVER >= 20140122
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#elif PACKETVER >= 20140115
-packetLen(0x0865, 36) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 36)
#elif PACKETVER >= 20140108
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#endif
// Packet: 0x0866
#if PACKETVER >= 20141126
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
#elif PACKETVER >= 20141119
-packetLen(0x0866, -1) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, -1)
#elif PACKETVER >= 20140716
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
#elif PACKETVER >= 20140709
-packetLen(0x0866, 4) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 4)
#elif PACKETVER >= 20140430
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
#elif PACKETVER >= 20140423
-packetLen(0x0866, 19) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 19)
#elif PACKETVER >= 20140326
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
#elif PACKETVER >= 20140319
-packetLen(0x0866, 5) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 5)
#elif PACKETVER >= 20140108
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
#endif
// Packet: 0x0867
#if PACKETVER >= 20141231
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#elif PACKETVER >= 20141224
-packetLen(0x0867, 5) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 5)
#elif PACKETVER >= 20141001
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#elif PACKETVER >= 20140924
-packetLen(0x0867, -1) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, -1)
#elif PACKETVER >= 20140618
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#elif PACKETVER >= 20140611
-packetLen(0x0867, 6) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 6)
// ignored packet from 2014-06-11cRagexe
// ignored packet from 2014-06-11eRagexe
#elif PACKETVER >= 20140521
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#elif PACKETVER >= 20140514
-packetLen(0x0867, -1) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, -1)
#elif PACKETVER >= 20140402
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#elif PACKETVER >= 20140326
-packetLen(0x0867, 12) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 12)
#elif PACKETVER >= 20140305
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#elif PACKETVER >= 20140226
-packetLen(0x0867, 5) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 5)
#elif PACKETVER >= 20140108
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#endif
// Packet: 0x0868
#if PACKETVER >= 20140820
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#elif PACKETVER >= 20140813
-packetLen(0x0868, 5) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 5)
#elif PACKETVER >= 20140723
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#elif PACKETVER >= 20140716
-packetLen(0x0868, 26) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 26)
#elif PACKETVER >= 20140521
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#elif PACKETVER >= 20140514
-packetLen(0x0868, -1) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, -1)
#elif PACKETVER >= 20140416
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#elif PACKETVER >= 20140409
-packetLen(0x0868, 12) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 12)
#elif PACKETVER >= 20140402
-packetLen(0x0868, 10) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 10)
#elif PACKETVER >= 20140226
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#elif PACKETVER >= 20140219
-packetLen(0x0868, 36) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 36)
#elif PACKETVER >= 20140108
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#endif
// Packet: 0x0869
#if PACKETVER >= 20141119
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#elif PACKETVER >= 20141112
-packetLen(0x0869, 6) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 6)
#elif PACKETVER >= 20140827
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#elif PACKETVER >= 20140820
-packetLen(0x0869, 8) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 8)
#elif PACKETVER >= 20140730
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#elif PACKETVER >= 20140723
-packetLen(0x0869, 8) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 8)
#elif PACKETVER >= 20140716
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#elif PACKETVER >= 20140709
-packetLen(0x0869, 5) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 5)
#elif PACKETVER >= 20140528
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#elif PACKETVER >= 20140521
-packetLen(0x0869, 36) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 36)
#elif PACKETVER >= 20140402
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#elif PACKETVER >= 20140326
-packetLen(0x0869, 18) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 18)
#elif PACKETVER >= 20140108
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#endif
// Packet: 0x086a
#if PACKETVER >= 20140416
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#elif PACKETVER >= 20140409
-packetLen(0x086a, -1) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, -1)
#elif PACKETVER >= 20140108
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#endif
// Packet: 0x086b
#if PACKETVER >= 20140702
-packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 2)
#elif PACKETVER >= 20140625
-packetLen(0x086b, 26) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 26)
#elif PACKETVER >= 20140430
-packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 2)
#elif PACKETVER >= 20140423
-packetLen(0x086b, 6) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 6)
#elif PACKETVER >= 20140402
-packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 2)
#elif PACKETVER >= 20140326
-packetLen(0x086b, 8) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 8)
#elif PACKETVER >= 20140108
-packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 2)
#endif
// Packet: 0x086c
#if PACKETVER >= 20141231
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#elif PACKETVER >= 20141224
-packetLen(0x086c, 6) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 6)
#elif PACKETVER >= 20141217
-packetLen(0x086c, -1) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, -1)
#elif PACKETVER >= 20141210
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#elif PACKETVER >= 20141203
-packetLen(0x086c, -1) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, -1)
#elif PACKETVER >= 20141119
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#elif PACKETVER >= 20141112
-packetLen(0x086c, 18) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 18)
#elif PACKETVER >= 20140827
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#elif PACKETVER >= 20140820
-packetLen(0x086c, -1) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, -1)
#elif PACKETVER >= 20140709
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#elif PACKETVER >= 20140702
-packetLen(0x086c, 18) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 18)
#elif PACKETVER >= 20140625
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#elif PACKETVER >= 20140618
-packetLen(0x086c, -1) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, -1)
#elif PACKETVER >= 20140611
-packetLen(0x086c, 4) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 4)
// ignored packet from 2014-06-11cRagexe
// ignored packet from 2014-06-11eRagexe
#elif PACKETVER >= 20140108
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#endif
// Packet: 0x086d
#if PACKETVER >= 20141231
-packetLen(0x086d, 36) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 36)
#elif PACKETVER >= 20141210
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#elif PACKETVER >= 20141203
-packetLen(0x086d, 8) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 8)
#elif PACKETVER >= 20141001
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#elif PACKETVER >= 20140924
-packetLen(0x086d, 6) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 6)
#elif PACKETVER >= 20140917
-packetLen(0x086d, 90) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 90)
#elif PACKETVER >= 20140730
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#elif PACKETVER >= 20140723
-packetLen(0x086d, 90) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 90)
#elif PACKETVER >= 20140416
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#elif PACKETVER >= 20140409
-packetLen(0x086d, -1) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, -1)
#elif PACKETVER >= 20140108
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#endif
// Packet: 0x086e
#if PACKETVER >= 20141210
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
#elif PACKETVER >= 20141203
-packetLen(0x086e, 6) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 6)
#elif PACKETVER >= 20141126
-packetLen(0x086e, 19) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 19)
#elif PACKETVER >= 20141022
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
#elif PACKETVER >= 20141015
-packetLen(0x086e, 19) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 19)
#elif PACKETVER >= 20141001
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
#elif PACKETVER >= 20140924
-packetLen(0x086e, 5) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 5)
#elif PACKETVER >= 20140827
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
#elif PACKETVER >= 20140820
-packetLen(0x086e, 26) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 26)
#elif PACKETVER >= 20140326
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
#elif PACKETVER >= 20140319
-packetLen(0x086e, 4) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 4)
#elif PACKETVER >= 20140219
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
#elif PACKETVER >= 20140212
-packetLen(0x086e, 10) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 10)
#elif PACKETVER >= 20140108
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
#endif
// Packet: 0x086f
#if PACKETVER >= 20140430
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#elif PACKETVER >= 20140423
-packetLen(0x086f, 90) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 90)
#elif PACKETVER >= 20140319
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#elif PACKETVER >= 20140312
-packetLen(0x086f, 6) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 6)
#elif PACKETVER >= 20140226
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#elif PACKETVER >= 20140219
-packetLen(0x086f, 26) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 26)
#elif PACKETVER >= 20140108
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#endif
// Packet: 0x0870
#if PACKETVER >= 20141231
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#elif PACKETVER >= 20141224
-packetLen(0x0870, 5) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 5)
#elif PACKETVER >= 20140508
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#elif PACKETVER >= 20140430
-packetLen(0x0870, 26) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 26)
#elif PACKETVER >= 20140129
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#elif PACKETVER >= 20140122
-packetLen(0x0870, 18) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 18)
#elif PACKETVER >= 20140108
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#endif
// Packet: 0x0871
#if PACKETVER >= 20141203
-packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 2)
#elif PACKETVER >= 20141126
-packetLen(0x0871, 8) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 8)
#elif PACKETVER >= 20141119
-packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 2)
#elif PACKETVER >= 20141112
-packetLen(0x0871, -1) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, -1)
#elif PACKETVER >= 20141105
-packetLen(0x0871, 36) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 36)
#elif PACKETVER >= 20140723
-packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 2)
#elif PACKETVER >= 20140716
-packetLen(0x0871, 8) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 8)
#elif PACKETVER >= 20140508
-packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 2)
#elif PACKETVER >= 20140430
-packetLen(0x0871, 5) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 5)
#elif PACKETVER >= 20140129
-packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 2)
#elif PACKETVER >= 20140122
-packetLen(0x0871, 19) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 19)
#elif PACKETVER >= 20140108
-packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 2)
#endif
// Packet: 0x0872
@@ -4624,4455 +4624,4455 @@ packetLen(0x0872, 2)
// Packet: 0x0873
#if PACKETVER >= 20141126
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#elif PACKETVER >= 20141119
-packetLen(0x0873, 10) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 10)
#elif PACKETVER >= 20140430
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#elif PACKETVER >= 20140423
-packetLen(0x0873, -1) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, -1)
#elif PACKETVER >= 20140108
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#endif
// Packet: 0x0874
#if PACKETVER >= 20141112
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#elif PACKETVER >= 20141105
-packetLen(0x0874, 8) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 8)
#elif PACKETVER >= 20140618
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#elif PACKETVER >= 20140611
-packetLen(0x0874, 26) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 26)
// ignored packet from 2014-06-11cRagexe
// ignored packet from 2014-06-11eRagexe
#elif PACKETVER >= 20140219
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#elif PACKETVER >= 20140212
-packetLen(0x0874, -1) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, -1)
#elif PACKETVER >= 20140108
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#endif
// Packet: 0x0875
#if PACKETVER >= 20141224
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20141217
-packetLen(0x0875, 8) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 8)
#elif PACKETVER >= 20141126
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20141119
-packetLen(0x0875, 6) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 6)
#elif PACKETVER >= 20141112
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20141105
-packetLen(0x0875, 7) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 7)
#elif PACKETVER >= 20140716
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20140709
-packetLen(0x0875, -1) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, -1)
#elif PACKETVER >= 20140702
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20140625
-packetLen(0x0875, 6) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 6)
#elif PACKETVER >= 20140605
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20140528
-packetLen(0x0875, 6) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 6)
#elif PACKETVER >= 20140508
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20140430
-packetLen(0x0875, 8) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 8)
#elif PACKETVER >= 20140416
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20140409
-packetLen(0x0875, -1) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, -1)
#elif PACKETVER >= 20140108
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#endif
// Packet: 0x0876
#if PACKETVER >= 20140827
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
#elif PACKETVER >= 20140820
-packetLen(0x0876, 6) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 6)
#elif PACKETVER >= 20140521
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
#elif PACKETVER >= 20140514
-packetLen(0x0876, 10) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 10)
#elif PACKETVER >= 20140108
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
#endif
// Packet: 0x0877
#if PACKETVER >= 20141112
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#elif PACKETVER >= 20141105
-packetLen(0x0877, -1) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, -1)
#elif PACKETVER >= 20140716
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#elif PACKETVER >= 20140709
-packetLen(0x0877, 10) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 10)
#elif PACKETVER >= 20140605
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#elif PACKETVER >= 20140528
-packetLen(0x0877, 6) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 6)
#elif PACKETVER >= 20140521
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#elif PACKETVER >= 20140514
-packetLen(0x0877, 8) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 8)
#elif PACKETVER >= 20140305
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#elif PACKETVER >= 20140226
-packetLen(0x0877, 19) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 19)
#elif PACKETVER >= 20140219
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#elif PACKETVER >= 20140212
-packetLen(0x0877, 6) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 6)
#elif PACKETVER >= 20140108
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#endif
// Packet: 0x0878
#if PACKETVER >= 20141224
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#elif PACKETVER >= 20141217
-packetLen(0x0878, 5) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 5)
#elif PACKETVER >= 20141029
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#elif PACKETVER >= 20141022
-packetLen(0x0878, 8) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 8)
#elif PACKETVER >= 20140820
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#elif PACKETVER >= 20140813
-packetLen(0x0878, 5) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 5)
#elif PACKETVER >= 20140625
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#elif PACKETVER >= 20140618
-packetLen(0x0878, -1) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, -1)
#elif PACKETVER >= 20140611
-packetLen(0x0878, 6) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 6)
// ignored packet from 2014-06-11cRagexe
// ignored packet from 2014-06-11eRagexe
#elif PACKETVER >= 20140312
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#elif PACKETVER >= 20140305
-packetLen(0x0878, 4) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 4)
#elif PACKETVER >= 20140219
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#elif PACKETVER >= 20140212
-packetLen(0x0878, 12) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 12)
#elif PACKETVER >= 20140108
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#endif
// Packet: 0x0879
#if PACKETVER >= 20141224
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
#elif PACKETVER >= 20141217
-packetLen(0x0879, 5) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 5)
#elif PACKETVER >= 20141112
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
#elif PACKETVER >= 20141105
-packetLen(0x0879, 12) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 12)
#elif PACKETVER >= 20140716
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
#elif PACKETVER >= 20140709
-packetLen(0x0879, 6) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 6)
#elif PACKETVER >= 20140605
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
#elif PACKETVER >= 20140528
-packetLen(0x0879, 8) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 8)
#elif PACKETVER >= 20140108
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
#endif
// Packet: 0x087a
#if PACKETVER >= 20141231
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
#elif PACKETVER >= 20141224
-packetLen(0x087a, 6) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 6)
#elif PACKETVER >= 20140108
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
#endif
// Packet: 0x087b
#if PACKETVER >= 20141231
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#elif PACKETVER >= 20141224
-packetLen(0x087b, 4) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 4)
#elif PACKETVER >= 20141217
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#elif PACKETVER >= 20141210
-packetLen(0x087b, 6) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 6)
#elif PACKETVER >= 20141203
-packetLen(0x087b, 5) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 5)
#elif PACKETVER >= 20140702
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#elif PACKETVER >= 20140625
-packetLen(0x087b, 10) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 10)
#elif PACKETVER >= 20140108
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#endif
// Packet: 0x087c
#if PACKETVER >= 20141126
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
#elif PACKETVER >= 20141119
-packetLen(0x087c, 6) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 6)
#elif PACKETVER >= 20141008
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
#elif PACKETVER >= 20141001
-packetLen(0x087c, 8) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 8)
#elif PACKETVER >= 20140820
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
#elif PACKETVER >= 20140813
-packetLen(0x087c, 26) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 26)
#elif PACKETVER >= 20140402
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
#elif PACKETVER >= 20140326
-packetLen(0x087c, 5) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 5)
#elif PACKETVER >= 20140226
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
#elif PACKETVER >= 20140219
-packetLen(0x087c, 8) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 8)
#elif PACKETVER >= 20140108
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
#endif
// Packet: 0x087d
#if PACKETVER >= 20141029
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#elif PACKETVER >= 20141022
-packetLen(0x087d, 6) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 6)
#elif PACKETVER >= 20140806
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#elif PACKETVER >= 20140730
-packetLen(0x087d, 8) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 8)
#elif PACKETVER >= 20140723
-packetLen(0x087d, -1) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, -1)
#elif PACKETVER >= 20140625
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#elif PACKETVER >= 20140618
-packetLen(0x087d, 6) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 6)
#elif PACKETVER >= 20140521
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#elif PACKETVER >= 20140514
-packetLen(0x087d, -1) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, -1)
#elif PACKETVER >= 20140108
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#endif
// Packet: 0x087e
#if PACKETVER >= 20141210
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#elif PACKETVER >= 20141203
-packetLen(0x087e, -1) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, -1)
#elif PACKETVER >= 20140806
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#elif PACKETVER >= 20140730
-packetLen(0x087e, -1) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, -1)
#elif PACKETVER >= 20140605
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#elif PACKETVER >= 20140528
-packetLen(0x087e, -1) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, -1)
#elif PACKETVER >= 20140416
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#elif PACKETVER >= 20140409
-packetLen(0x087e, 6) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 6)
#elif PACKETVER >= 20140402
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#elif PACKETVER >= 20140326
-packetLen(0x087e, 26) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 26)
#elif PACKETVER >= 20140219
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#elif PACKETVER >= 20140212
-packetLen(0x087e, 5) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 5)
#elif PACKETVER >= 20140108
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#endif
// Packet: 0x087f
#if PACKETVER >= 20140806
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#elif PACKETVER >= 20140730
-packetLen(0x087f, 6) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 6)
#elif PACKETVER >= 20140508
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#elif PACKETVER >= 20140430
-packetLen(0x087f, 6) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 6)
#elif PACKETVER >= 20140402
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#elif PACKETVER >= 20140326
-packetLen(0x087f, 10) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 10)
#elif PACKETVER >= 20140108
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#endif
// Packet: 0x0880
#if PACKETVER >= 20141210
-packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 2)
#elif PACKETVER >= 20141203
-packetLen(0x0880, 5) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 5)
#elif PACKETVER >= 20140108
-packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 2)
#endif
// Packet: 0x0881
#if PACKETVER >= 20140723
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#elif PACKETVER >= 20140716
-packetLen(0x0881, 10) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 10)
#elif PACKETVER >= 20140108
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#endif
// Packet: 0x0882
#if PACKETVER >= 20140820
-packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 2)
#elif PACKETVER >= 20140813
-packetLen(0x0882, 18) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 18)
#elif PACKETVER >= 20140409
-packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 2)
#elif PACKETVER >= 20140402
-packetLen(0x0882, 6) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 6)
#elif PACKETVER >= 20140108
-packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 2)
#endif
// Packet: 0x0883
#if PACKETVER >= 20141224
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#elif PACKETVER >= 20141217
-packetLen(0x0883, 6) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 6)
#elif PACKETVER >= 20140416
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#elif PACKETVER >= 20140409
-packetLen(0x0883, 5) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 5)
#elif PACKETVER >= 20140402
-packetLen(0x0883, -1) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, -1)
#elif PACKETVER >= 20140326
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#elif PACKETVER >= 20140319
-packetLen(0x0883, 6) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 6)
#elif PACKETVER >= 20140108
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#endif
// Packet: 0x0884
#if PACKETVER >= 20141203
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20141126
-packetLen(0x0884, 4) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 4)
#elif PACKETVER >= 20141008
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20141001
-packetLen(0x0884, 26) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 26)
#elif PACKETVER >= 20140625
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20140618
-packetLen(0x0884, -1) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, -1)
#elif PACKETVER >= 20140508
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20140430
-packetLen(0x0884, 18) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 18)
#elif PACKETVER >= 20140416
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20140409
-packetLen(0x0884, 6) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 6)
#elif PACKETVER >= 20140205
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20140129
-packetLen(0x0884, 5) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 5)
#elif PACKETVER >= 20140108
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#endif
// Packet: 0x0885
#if PACKETVER >= 20141217
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20141210
-packetLen(0x0885, -1) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, -1)
#elif PACKETVER >= 20141126
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20141119
-packetLen(0x0885, 4) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 4)
#elif PACKETVER >= 20141112
-packetLen(0x0885, 5) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 5)
#elif PACKETVER >= 20141008
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20141001
-packetLen(0x0885, 6) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 6)
#elif PACKETVER >= 20140702
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20140625
-packetLen(0x0885, 6) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 6)
#elif PACKETVER >= 20140618
-packetLen(0x0885, 8) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 8)
#elif PACKETVER >= 20140521
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20140514
-packetLen(0x0885, 36) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 36)
#elif PACKETVER >= 20140205
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20140129
-packetLen(0x0885, 6) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 6)
#elif PACKETVER >= 20140108
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#endif
// Packet: 0x0886
#if PACKETVER >= 20141119
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20141112
-packetLen(0x0886, -1) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, -1)
#elif PACKETVER >= 20141001
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20140924
-packetLen(0x0886, 6) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 6)
#elif PACKETVER >= 20140702
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20140625
-packetLen(0x0886, 90) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 90)
#elif PACKETVER >= 20140618
-packetLen(0x0886, 18) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 18)
#elif PACKETVER >= 20140521
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20140514
-packetLen(0x0886, 6) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 6)
#elif PACKETVER >= 20140508
-packetLen(0x0886, 8) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 8)
#elif PACKETVER >= 20140108
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#endif
// Packet: 0x0887
#if PACKETVER >= 20141119
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20141112
-packetLen(0x0887, 26) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 26)
#elif PACKETVER >= 20141105
-packetLen(0x0887, 90) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 90)
#elif PACKETVER >= 20140716
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20140709
-packetLen(0x0887, 8) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 8)
#elif PACKETVER >= 20140702
-packetLen(0x0887, 5) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 5)
#elif PACKETVER >= 20140402
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20140326
-packetLen(0x0887, 4) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 4)
#elif PACKETVER >= 20140305
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20140226
-packetLen(0x0887, 12) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 12)
#elif PACKETVER >= 20140122
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20140115
-packetLen(0x0887, -1) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, -1)
#elif PACKETVER >= 20140108
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#endif
// Packet: 0x0888
#if PACKETVER >= 20141126
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20141119
-packetLen(0x0888, 18) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 18)
#elif PACKETVER >= 20140730
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20140723
-packetLen(0x0888, 6) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 6)
#elif PACKETVER >= 20140716
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20140709
-packetLen(0x0888, 8) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 8)
#elif PACKETVER >= 20140702
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20140625
-packetLen(0x0888, 12) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 12)
#elif PACKETVER >= 20140219
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20140212
-packetLen(0x0888, 8) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 8)
#elif PACKETVER >= 20140108
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#endif
// Packet: 0x0889
#if PACKETVER >= 20141224
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20141217
-packetLen(0x0889, 12) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 12)
#elif PACKETVER >= 20141210
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20141203
-packetLen(0x0889, 26) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 26)
#elif PACKETVER >= 20140924
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20140917
-packetLen(0x0889, 7) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 7)
#elif PACKETVER >= 20140806
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20140730
-packetLen(0x0889, 18) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 18)
#elif PACKETVER >= 20140319
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20140312
-packetLen(0x0889, 19) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 19)
#elif PACKETVER >= 20140226
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20140219
-packetLen(0x0889, 8) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 8)
#elif PACKETVER >= 20140205
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20140129
-packetLen(0x0889, 8) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 8)
#elif PACKETVER >= 20140108
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#endif
// Packet: 0x088a
#if PACKETVER >= 20140702
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20140625
-packetLen(0x088a, -1) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, -1)
#elif PACKETVER >= 20140605
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20140528
-packetLen(0x088a, 12) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 12)
#elif PACKETVER >= 20140521
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20140514
-packetLen(0x088a, 5) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 5)
#elif PACKETVER >= 20140416
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20140409
-packetLen(0x088a, 8) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 8)
#elif PACKETVER >= 20140402
-packetLen(0x088a, 6) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 6)
#elif PACKETVER >= 20140122
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20140115
-packetLen(0x088a, 8) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 8)
#elif PACKETVER >= 20140108
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#endif
// Packet: 0x088b
#if PACKETVER >= 20141001
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20140924
-packetLen(0x088b, -1) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, -1)
#elif PACKETVER >= 20140806
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20140730
-packetLen(0x088b, 6) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 6)
#elif PACKETVER >= 20140716
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20140709
-packetLen(0x088b, 26) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 26)
#elif PACKETVER >= 20140528
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20140521
-packetLen(0x088b, 4) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 4)
#elif PACKETVER >= 20140514
-packetLen(0x088b, 90) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 90)
#elif PACKETVER >= 20140430
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20140423
-packetLen(0x088b, 6) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 6)
#elif PACKETVER >= 20140108
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#endif
// Packet: 0x088c
#if PACKETVER >= 20140618
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20140611
-packetLen(0x088c, 10) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 10)
// ignored packet from 2014-06-11cRagexe
// ignored packet from 2014-06-11eRagexe
#elif PACKETVER >= 20140409
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20140402
-packetLen(0x088c, 4) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 4)
#elif PACKETVER >= 20140319
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20140312
-packetLen(0x088c, 10) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 10)
#elif PACKETVER >= 20140219
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20140212
-packetLen(0x088c, -1) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, -1)
#elif PACKETVER >= 20140129
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20140122
-packetLen(0x088c, 8) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 8)
#elif PACKETVER >= 20140108
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#endif
// Packet: 0x088d
#if PACKETVER >= 20141126
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20141119
-packetLen(0x088d, -1) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, -1)
#elif PACKETVER >= 20141112
-packetLen(0x088d, 90) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 90)
#elif PACKETVER >= 20140806
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20140730
-packetLen(0x088d, 12) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 12)
#elif PACKETVER >= 20140723
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20140716
-packetLen(0x088d, 8) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 8)
#elif PACKETVER >= 20140528
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20140521
-packetLen(0x088d, 5) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 5)
#elif PACKETVER >= 20140319
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20140312
-packetLen(0x088d, -1) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, -1)
#elif PACKETVER >= 20140108
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#endif
// Packet: 0x088e
#if PACKETVER >= 20141224
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20141217
-packetLen(0x088e, 18) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 18)
#elif PACKETVER >= 20140702
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20140625
-packetLen(0x088e, 19) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 19)
#elif PACKETVER >= 20140326
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20140319
-packetLen(0x088e, 26) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 26)
#elif PACKETVER >= 20140312
-packetLen(0x088e, 7) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 7)
#elif PACKETVER >= 20140122
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20140115
-packetLen(0x088e, 8) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 8)
#elif PACKETVER >= 20140108
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#endif
// Packet: 0x088f
#if PACKETVER >= 20140917
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20140903
-packetLen(0x088f, 19) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 19)
#elif PACKETVER >= 20140723
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20140716
-packetLen(0x088f, 10) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 10)
#elif PACKETVER >= 20140605
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20140528
-packetLen(0x088f, 90) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 90)
#elif PACKETVER >= 20140108
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#endif
// Packet: 0x0890
#if PACKETVER >= 20140625
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20140618
-packetLen(0x0890, 5) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 5)
#elif PACKETVER >= 20140430
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20140423
-packetLen(0x0890, 10) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 10)
#elif PACKETVER >= 20140416
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20140409
-packetLen(0x0890, 6) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 6)
#elif PACKETVER >= 20140402
-packetLen(0x0890, 26) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 26)
#elif PACKETVER >= 20140326
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20140319
-packetLen(0x0890, 90) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 90)
#elif PACKETVER >= 20140129
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20140122
-packetLen(0x0890, 90) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 90)
#elif PACKETVER >= 20140108
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#endif
// Packet: 0x0891
#if PACKETVER >= 20140827
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20140820
-packetLen(0x0891, 6) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 6)
#elif PACKETVER >= 20140618
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20140611
-packetLen(0x0891, 7) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 7)
// ignored packet from 2014-06-11cRagexe
// ignored packet from 2014-06-11eRagexe
#elif PACKETVER >= 20140319
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20140312
-packetLen(0x0891, -1) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, -1)
#elif PACKETVER >= 20140108
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#endif
// Packet: 0x0892
#if PACKETVER >= 20141112
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20141105
-packetLen(0x0892, 6) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 6)
#elif PACKETVER >= 20140806
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20140730
-packetLen(0x0892, 8) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 8)
#elif PACKETVER >= 20140709
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20140702
-packetLen(0x0892, 8) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 8)
#elif PACKETVER >= 20140625
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20140618
-packetLen(0x0892, 10) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 10)
#elif PACKETVER >= 20140108
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#endif
// Packet: 0x0893
#if PACKETVER >= 20140618
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20140611
-packetLen(0x0893, 5) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 5)
// ignored packet from 2014-06-11cRagexe
// ignored packet from 2014-06-11eRagexe
#elif PACKETVER >= 20140416
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20140409
-packetLen(0x0893, 7) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 7)
#elif PACKETVER >= 20140326
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20140319
-packetLen(0x0893, 8) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 8)
#elif PACKETVER >= 20140129
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20140122
-packetLen(0x0893, 26) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 26)
#elif PACKETVER >= 20140108
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#endif
// Packet: 0x0894
#if PACKETVER >= 20141001
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20140924
-packetLen(0x0894, 7) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 7)
#elif PACKETVER >= 20140618
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20140611
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
// ignored packet from 2014-06-11hRagexe
// ignored packet from 2014-06-11cRagexe
#elif PACKETVER >= 20140605
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20140528
-packetLen(0x0894, 8) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 8)
#elif PACKETVER >= 20140319
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20140312
-packetLen(0x0894, 5) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 5)
#elif PACKETVER >= 20140305
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20140226
-packetLen(0x0894, 6) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 6)
#elif PACKETVER >= 20140108
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#endif
// Packet: 0x0895
#if PACKETVER >= 20141126
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20141119
-packetLen(0x0895, -1) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, -1)
#elif PACKETVER >= 20140924
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20140917
-packetLen(0x0895, 5) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 5)
#elif PACKETVER >= 20140820
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20140813
-packetLen(0x0895, 8) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 8)
#elif PACKETVER >= 20140709
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20140702
-packetLen(0x0895, 8) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 8)
#elif PACKETVER >= 20140521
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20140514
-packetLen(0x0895, 6) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 6)
#elif PACKETVER >= 20140430
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20140423
-packetLen(0x0895, -1) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, -1)
#elif PACKETVER >= 20140305
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20140226
-packetLen(0x0895, 8) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 8)
#elif PACKETVER >= 20140108
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#endif
// Packet: 0x0896
#if PACKETVER >= 20141203
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#elif PACKETVER >= 20141126
-packetLen(0x0896, -1) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, -1)
#elif PACKETVER >= 20141029
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#elif PACKETVER >= 20141022
-packetLen(0x0896, 26) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 26)
#elif PACKETVER >= 20140730
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#elif PACKETVER >= 20140723
-packetLen(0x0896, 6) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 6)
#elif PACKETVER >= 20140716
-packetLen(0x0896, 90) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 90)
#elif PACKETVER >= 20140605
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#elif PACKETVER >= 20140528
-packetLen(0x0896, -1) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, -1)
#elif PACKETVER >= 20140430
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#elif PACKETVER >= 20140423
-packetLen(0x0896, 7) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 7)
#elif PACKETVER >= 20140416
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#elif PACKETVER >= 20140409
-packetLen(0x0896, 10) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 10)
#elif PACKETVER >= 20140402
-packetLen(0x0896, 5) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 5)
#elif PACKETVER >= 20140108
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#endif
// Packet: 0x0897
#if PACKETVER >= 20140924
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20140917
-packetLen(0x0897, 6) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 6)
#elif PACKETVER >= 20140820
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20140813
-packetLen(0x0897, 26) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 26)
#elif PACKETVER >= 20140716
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20140709
-packetLen(0x0897, 6) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 6)
#elif PACKETVER >= 20140702
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20140625
-packetLen(0x0897, 18) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 18)
#elif PACKETVER >= 20140430
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20140423
-packetLen(0x0897, -1) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, -1)
#elif PACKETVER >= 20140416
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20140409
-packetLen(0x0897, -1) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, -1)
#elif PACKETVER >= 20140226
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20140219
-packetLen(0x0897, -1) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, -1)
#elif PACKETVER >= 20140108
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#endif
// Packet: 0x0898
#if PACKETVER >= 20141210
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20141203
-packetLen(0x0898, 36) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 36)
#elif PACKETVER >= 20141112
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20141105
-packetLen(0x0898, 8) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 8)
#elif PACKETVER >= 20141001
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20140924
-packetLen(0x0898, 90) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 90)
#elif PACKETVER >= 20140917
-packetLen(0x0898, 6) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 6)
#elif PACKETVER >= 20140730
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20140723
-packetLen(0x0898, 8) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 8)
#elif PACKETVER >= 20140716
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20140709
-packetLen(0x0898, 19) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 19)
#elif PACKETVER >= 20140430
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20140423
-packetLen(0x0898, 10) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 10)
#elif PACKETVER >= 20140402
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20140326
-packetLen(0x0898, 6) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 6)
#elif PACKETVER >= 20140226
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20140219
-packetLen(0x0898, -1) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, -1)
#elif PACKETVER >= 20140108
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#endif
// Packet: 0x0899
#if PACKETVER >= 20141029
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20141022
-packetLen(0x0899, 5) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 5)
#elif PACKETVER >= 20140827
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20140820
-packetLen(0x0899, 10) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 10)
#elif PACKETVER >= 20140813
-packetLen(0x0899, 6) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 6)
#elif PACKETVER >= 20140508
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20140430
-packetLen(0x0899, 5) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 5)
#elif PACKETVER >= 20140416
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20140409
-packetLen(0x0899, 26) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 26)
#elif PACKETVER >= 20140129
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20140122
-packetLen(0x0899, -1) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, -1)
#elif PACKETVER >= 20140108
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#endif
// Packet: 0x089a
#if PACKETVER >= 20141231
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20141224
-packetLen(0x089a, 5) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 5)
#elif PACKETVER >= 20140827
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20140820
-packetLen(0x089a, -1) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, -1)
#elif PACKETVER >= 20140723
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20140716
-packetLen(0x089a, 6) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 6)
#elif PACKETVER >= 20140521
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20140514
-packetLen(0x089a, 6) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 6)
#elif PACKETVER >= 20140409
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20140402
-packetLen(0x089a, 26) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 26)
#elif PACKETVER >= 20140108
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#endif
// Packet: 0x089b
#if PACKETVER >= 20141231
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20141224
-packetLen(0x089b, 18) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 18)
#elif PACKETVER >= 20140917
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20140903
-packetLen(0x089b, 26) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 26)
#elif PACKETVER >= 20140827
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20140820
-packetLen(0x089b, 8) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 8)
#elif PACKETVER >= 20140618
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20140611
-packetLen(0x089b, 26) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 26)
// ignored packet from 2014-06-11cRagexe
// ignored packet from 2014-06-11eRagexe
#elif PACKETVER >= 20140514
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20140508
-packetLen(0x089b, 19) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 19)
#elif PACKETVER >= 20140430
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20140423
-packetLen(0x089b, 6) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 6)
#elif PACKETVER >= 20140319
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20140312
-packetLen(0x089b, 6) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 6)
#elif PACKETVER >= 20140122
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20140115
-packetLen(0x089b, 26) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 26)
#elif PACKETVER >= 20140108
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#endif
// Packet: 0x089c
#if PACKETVER >= 20141210
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20141203
-packetLen(0x089c, 10) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 10)
#elif PACKETVER >= 20141008
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20141001
-packetLen(0x089c, 18) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 18)
#elif PACKETVER >= 20140924
-packetLen(0x089c, 8) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 8)
#elif PACKETVER >= 20140917
-packetLen(0x089c, 6) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 6)
#elif PACKETVER >= 20140528
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20140514
-packetLen(0x089c, 26) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 26)
#elif PACKETVER >= 20140108
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#endif
// Packet: 0x089d
#if PACKETVER >= 20141210
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20141203
-packetLen(0x089d, 12) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 12)
#elif PACKETVER >= 20141008
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20141001
-packetLen(0x089d, 26) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 26)
#elif PACKETVER >= 20140605
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20140528
-packetLen(0x089d, 6) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 6)
#elif PACKETVER >= 20140430
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20140423
-packetLen(0x089d, 6) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 6)
#elif PACKETVER >= 20140319
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20140312
-packetLen(0x089d, 12) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 12)
#elif PACKETVER >= 20140219
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20140212
-packetLen(0x089d, 10) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 10)
#elif PACKETVER >= 20140129
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20140122
-packetLen(0x089d, 6) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 6)
#elif PACKETVER >= 20140108
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#endif
// Packet: 0x089e
#if PACKETVER >= 20140730
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20140723
-packetLen(0x089e, -1) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, -1)
#elif PACKETVER >= 20140319
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20140312
-packetLen(0x089e, 6) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 6)
#elif PACKETVER >= 20140219
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20140212
-packetLen(0x089e, -1) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, -1)
#elif PACKETVER >= 20140108
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#endif
// Packet: 0x089f
#if PACKETVER >= 20141224
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#elif PACKETVER >= 20141217
-packetLen(0x089f, 6) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 6)
#elif PACKETVER >= 20140723
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#elif PACKETVER >= 20140716
-packetLen(0x089f, -1) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, -1)
#elif PACKETVER >= 20140326
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#elif PACKETVER >= 20140319
-packetLen(0x089f, 10) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 10)
#elif PACKETVER >= 20140226
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#elif PACKETVER >= 20140219
-packetLen(0x089f, 6) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 6)
#elif PACKETVER >= 20140108
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#endif
// Packet: 0x08a0
#if PACKETVER >= 20141119
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20141112
-packetLen(0x08a0, 5) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 5)
#elif PACKETVER >= 20141105
-packetLen(0x08a0, 19) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 19)
#elif PACKETVER >= 20140806
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20140730
-packetLen(0x08a0, -1) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, -1)
#elif PACKETVER >= 20140709
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20140702
-packetLen(0x08a0, 26) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 26)
#elif PACKETVER >= 20140219
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20140212
-packetLen(0x08a0, 36) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 36)
#elif PACKETVER >= 20140108
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#endif
// Packet: 0x08a1
#if PACKETVER >= 20141224
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20141217
-packetLen(0x08a1, 10) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 10)
#elif PACKETVER >= 20141119
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20141112
-packetLen(0x08a1, 6) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 6)
#elif PACKETVER >= 20140702
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20140625
-packetLen(0x08a1, 6) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 6)
#elif PACKETVER >= 20140618
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20140611
-packetLen(0x08a1, 10) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 10)
// ignored packet from 2014-06-11cRagexe
// ignored packet from 2014-06-11eRagexe
#elif PACKETVER >= 20140508
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20140430
-packetLen(0x08a1, 8) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 8)
#elif PACKETVER >= 20140219
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20140212
-packetLen(0x08a1, 26) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 26)
#elif PACKETVER >= 20140108
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#endif
// Packet: 0x08a2
#if PACKETVER >= 20141224
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20141217
-packetLen(0x08a2, 8) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 8)
#elif PACKETVER >= 20140730
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20140723
-packetLen(0x08a2, 8) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 8)
#elif PACKETVER >= 20140709
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20140702
-packetLen(0x08a2, 6) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 6)
#elif PACKETVER >= 20140625
-packetLen(0x08a2, 5) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 5)
#elif PACKETVER >= 20140618
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20140611
-packetLen(0x08a2, 8) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 8)
// ignored packet from 2014-06-11cRagexe
// ignored packet from 2014-06-11eRagexe
#elif PACKETVER >= 20140416
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20140409
-packetLen(0x08a2, 4) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 4)
#elif PACKETVER >= 20140326
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20140319
-packetLen(0x08a2, 8) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 8)
#elif PACKETVER >= 20140129
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20140122
-packetLen(0x08a2, 4) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 4)
#elif PACKETVER >= 20140108
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#endif
// Packet: 0x08a3
#if PACKETVER >= 20141231
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#elif PACKETVER >= 20141224
-packetLen(0x08a3, 26) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 26)
#elif PACKETVER >= 20140827
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#elif PACKETVER >= 20140820
-packetLen(0x08a3, 5) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 5)
#elif PACKETVER >= 20140813
-packetLen(0x08a3, 6) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 6)
#elif PACKETVER >= 20140108
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#endif
// Packet: 0x08a4
#if PACKETVER >= 20141231
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20141224
-packetLen(0x08a4, 36) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 36)
#elif PACKETVER >= 20141203
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20141126
-packetLen(0x08a4, 5) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 5)
#elif PACKETVER >= 20140723
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20140716
-packetLen(0x08a4, -1) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, -1)
#elif PACKETVER >= 20140605
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20140528
-packetLen(0x08a4, 10) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 10)
#elif PACKETVER >= 20140416
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20140409
-packetLen(0x08a4, 10) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 10)
#elif PACKETVER >= 20140108
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#endif
// Packet: 0x08a5
#if PACKETVER >= 20141210
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20141203
-packetLen(0x08a5, 7) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 7)
#elif PACKETVER >= 20141112
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20141105
-packetLen(0x08a5, 5) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 5)
#elif PACKETVER >= 20141001
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20140924
-packetLen(0x08a5, 6) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 6)
#elif PACKETVER >= 20140521
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20140514
-packetLen(0x08a5, 6) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 6)
#elif PACKETVER >= 20140108
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#endif
// Packet: 0x08a6
#if PACKETVER >= 20140806
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20140730
-packetLen(0x08a6, 6) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 6)
#elif PACKETVER >= 20140625
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20140618
-packetLen(0x08a6, 6) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 6)
#elif PACKETVER >= 20140319
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20140312
-packetLen(0x08a6, 4) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 4)
#elif PACKETVER >= 20140226
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20140219
-packetLen(0x08a6, 5) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 5)
#elif PACKETVER >= 20140108
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#endif
// Packet: 0x08a7
#if PACKETVER >= 20141001
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20140924
-packetLen(0x08a7, 10) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 10)
#elif PACKETVER >= 20140827
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20140820
-packetLen(0x08a7, -1) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, -1)
#elif PACKETVER >= 20140813
-packetLen(0x08a7, 8) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 8)
#elif PACKETVER >= 20140806
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20140730
-packetLen(0x08a7, 6) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 6)
#elif PACKETVER >= 20140625
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20140618
-packetLen(0x08a7, 5) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 5)
#elif PACKETVER >= 20140416
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20140409
-packetLen(0x08a7, 5) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 5)
#elif PACKETVER >= 20140219
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20140212
-packetLen(0x08a7, -1) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, -1)
#elif PACKETVER >= 20140122
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20140115
-packetLen(0x08a7, 5) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 5)
#elif PACKETVER >= 20140108
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#endif
// Packet: 0x08a8
#if PACKETVER >= 20141231
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20141224
-packetLen(0x08a8, -1) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, -1)
#elif PACKETVER >= 20141217
-packetLen(0x08a8, 26) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 26)
#elif PACKETVER >= 20141126
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20141119
-packetLen(0x08a8, 6) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 6)
#elif PACKETVER >= 20140924
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20140917
-packetLen(0x08a8, 36) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 36)
#elif PACKETVER >= 20140430
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20140423
-packetLen(0x08a8, 5) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 5)
#elif PACKETVER >= 20140108
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#endif
// Packet: 0x08a9
#if PACKETVER >= 20140806
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20140730
-packetLen(0x08a9, 90) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 90)
#elif PACKETVER >= 20140416
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20140409
-packetLen(0x08a9, 36) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 36)
#elif PACKETVER >= 20140319
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20140312
-packetLen(0x08a9, 26) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 26)
#elif PACKETVER >= 20140108
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#endif
// Packet: 0x08aa
#if PACKETVER >= 20141210
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20141203
-packetLen(0x08aa, 6) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 6)
#elif PACKETVER >= 20141126
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20141119
-packetLen(0x08aa, 12) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 12)
#elif PACKETVER >= 20141029
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20141022
-packetLen(0x08aa, 8) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 8)
#elif PACKETVER >= 20140402
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20140326
-packetLen(0x08aa, 8) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 8)
#elif PACKETVER >= 20140226
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20140219
-packetLen(0x08aa, 12) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 12)
#elif PACKETVER >= 20140129
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20140122
-packetLen(0x08aa, 6) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 6)
#elif PACKETVER >= 20140108
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#endif
// Packet: 0x08ab
#if PACKETVER >= 20141224
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20141217
-packetLen(0x08ab, -1) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, -1)
#elif PACKETVER >= 20141119
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20141112
-packetLen(0x08ab, 36) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 36)
#elif PACKETVER >= 20141029
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20141022
-packetLen(0x08ab, 4) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 4)
#elif PACKETVER >= 20140820
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20140813
-packetLen(0x08ab, 4) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 4)
#elif PACKETVER >= 20140605
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20140528
-packetLen(0x08ab, 4) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 4)
#elif PACKETVER >= 20140514
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20140508
-packetLen(0x08ab, 4) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 4)
#elif PACKETVER >= 20140108
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#endif
// Packet: 0x08ac
#if PACKETVER >= 20141231
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20141224
-packetLen(0x08ac, -1) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, -1)
#elif PACKETVER >= 20141217
-packetLen(0x08ac, 6) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 6)
#elif PACKETVER >= 20141210
-packetLen(0x08ac, -1) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, -1)
#elif PACKETVER >= 20140723
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20140716
-packetLen(0x08ac, 5) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 5)
#elif PACKETVER >= 20140625
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20140618
-packetLen(0x08ac, 4) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 4)
#elif PACKETVER >= 20140528
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20140521
-packetLen(0x08ac, 19) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 19)
#elif PACKETVER >= 20140409
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20140402
-packetLen(0x08ac, 18) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 18)
#elif PACKETVER >= 20140326
-packetLen(0x08ac, 90) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 90)
#elif PACKETVER >= 20140226
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20140212
-packetLen(0x08ac, 8) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 8)
#elif PACKETVER >= 20140108
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#endif
// Packet: 0x08ad
#if PACKETVER >= 20141203
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20141126
-packetLen(0x08ad, 36) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 36)
#elif PACKETVER >= 20141112
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20141105
-packetLen(0x08ad, 8) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 8)
#elif PACKETVER >= 20141029
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20141022
-packetLen(0x08ad, 5) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 5)
#elif PACKETVER >= 20141008
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20141001
-packetLen(0x08ad, 5) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 5)
#elif PACKETVER >= 20140806
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20140730
-packetLen(0x08ad, 36) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 36)
#elif PACKETVER >= 20140723
-packetLen(0x08ad, 18) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 18)
#elif PACKETVER >= 20140716
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20140709
-packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 6)
#elif PACKETVER >= 20140430
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20140423
-packetLen(0x08ad, 8) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 8)
#elif PACKETVER >= 20140402
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20140326
-packetLen(0x08ad, 19) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 19)
#elif PACKETVER >= 20140319
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20140312
-packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 6)
#elif PACKETVER >= 20140219
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20140212
-packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 6)
#elif PACKETVER >= 20140108
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#endif
// Packet: 0x08af
-packetLen(0x08af, 10) // HC_WAITING_LOGIN
+packetLen(0x08af, 10)
// Packet: 0x08b0
-packetLen(0x08b0, 17) // CH_WAITING_LOGIN
+packetLen(0x08b0, 17)
// Packet: 0x08b1
-packetLen(0x08b1, -1) // ZC_MCSTORE_NOTMOVEITEM_LIST
+packetLen(0x08b1, -1)
// Packet: 0x08b2
-packetLen(0x08b2, -1) // AC_REALNAME_AUTH
+packetLen(0x08b2, -1)
// Packet: 0x08b3
-packetLen(0x08b3, -1) // ZC_SHOWSCRIPT
+packetLen(0x08b3, -1)
// Packet: 0x08b4
-packetLen(0x08b4, 2) // ZC_START_COLLECTION
+packetLen(0x08b4, 2)
// Packet: 0x08b5
-packetLen(0x08b5, 6) // CZ_TRYCOLLECTION
+packetLen(0x08b5, 6)
// Packet: 0x08b6
-packetLen(0x08b6, 3) // ZC_TRYCOLLECTION
+packetLen(0x08b6, 3)
// Packet: 0x08b8
-packetLen(0x08b8, 10) // CH_SECOND_PASSWD_ACK
+packetLen(0x08b8, 10)
// Packet: 0x08b9
-packetLen(0x08b9, 12) // HC_SECOND_PASSWD_LOGIN
+packetLen(0x08b9, 12)
// Packet: 0x08ba
-packetLen(0x08ba, 10) // CH_MAKE_SECOND_PASSWD
+packetLen(0x08ba, 10)
// Packet: 0x08bb
-packetLen(0x08bb, 8) // HC_MAKE_SECOND_PASSWD
+packetLen(0x08bb, 8)
// Packet: 0x08bc
-packetLen(0x08bc, 10) // CH_DELETE_SECOND_PASSWD
+packetLen(0x08bc, 10)
// Packet: 0x08bd
-packetLen(0x08bd, 8) // HC_DELETE_SECOND_PASSWD
+packetLen(0x08bd, 8)
// Packet: 0x08be
-packetLen(0x08be, 14) // CH_EDIT_SECOND_PASSWD
+packetLen(0x08be, 14)
// Packet: 0x08bf
-packetLen(0x08bf, 8) // HC_EDIT_SECOND_PASSWD
+packetLen(0x08bf, 8)
// Packet: 0x08c0
-packetLen(0x08c0, -1) // ZC_ACK_SE_CASH_ITEM_LIST2
+packetLen(0x08c0, -1)
// Packet: 0x08c1
-packetLen(0x08c1, 2) // CZ_MACRO_START
+packetLen(0x08c1, 2)
// Packet: 0x08c2
-packetLen(0x08c2, 2) // CZ_MACRO_STOP
+packetLen(0x08c2, 2)
// Packet: 0x08c3
-packetLen(0x08c3, 10) // CH_NOT_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c3, 10)
// Packet: 0x08c4
-packetLen(0x08c4, 8) // HC_NOT_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c4, 8)
// Packet: 0x08c5
-packetLen(0x08c5, 6) // CH_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c5, 6)
// Packet: 0x08c6
-packetLen(0x08c6, 4) // HC_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c6, 4)
// Packet: 0x08c7
-packetLen(0x08c7, -1) // ZC_SKILL_ENTRY3
+packetLen(0x08c7, -1)
// Packet: 0x08c8
-packetLen(0x08c8, 34) // ZC_NOTIFY_ACT3
+packetLen(0x08c8, 34)
// Packet: 0x08c9
-packetLen(0x08c9, 2) // CZ_REQ_SCHEDULER_CASHITEM
+packetLen(0x08c9, 2)
// Packet: 0x08ca
-packetLen(0x08ca, -1) // ZC_ACK_SCHEDULER_CASHITEM
+packetLen(0x08ca, -1)
// Packet: 0x08cb
-packetLen(0x08cb, -1) // ZC_PERSONAL_INFOMATION
+packetLen(0x08cb, -1)
// Packet: 0x08cc
-packetLen(0x08cc, 109) // CA_LOGIN5
+packetLen(0x08cc, 109)
// Packet: 0x08cd
-packetLen(0x08cd, 10) // ZC_STOPMOVE_FORCE
+packetLen(0x08cd, 10)
// Packet: 0x08ce
-packetLen(0x08ce, 2) // ZC_FAILED_GET_ITEM_FROM_ZONEDA
+packetLen(0x08ce, 2)
// Packet: 0x08cf
-packetLen(0x08cf, 10) // ZC_SPIRITS_ATTRIBUTE
+packetLen(0x08cf, 10)
// Packet: 0x08d0
-packetLen(0x08d0, 9) // ZC_REQ_WEAR_EQUIP_ACK2
+packetLen(0x08d0, 9)
// Packet: 0x08d1
-packetLen(0x08d1, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK2
+packetLen(0x08d1, 7)
// Packet: 0x08d2
-packetLen(0x08d2, 10) // ZC_FASTMOVE
+packetLen(0x08d2, 10)
// Packet: 0x08d3
-packetLen(0x08d3, 10) // ZC_SE_CASHSHOP_UPDATE
+packetLen(0x08d3, 10)
// Packet: 0x08d4
-packetLen(0x08d4, 8) // CH_REQ_CHANGE_CHARACTER_SLOT
+packetLen(0x08d4, 8)
// Packet: 0x08d5
-packetLen(0x08d5, -1) // HC_ACK_CHANGE_CHARACTER_SLOT
+packetLen(0x08d5, -1)
// Packet: 0x08d6
-packetLen(0x08d6, 6) // ZC_CLEAR_DIALOG
+packetLen(0x08d6, 6)
// Packet: 0x08d7
-packetLen(0x08d7, 28) // CZ_REQ_ENTRY_QUEUE_APPLY
+packetLen(0x08d7, 28)
// Packet: 0x08d8
-packetLen(0x08d8, 27) // ZC_ACK_ENTRY_QUEUE_APPLY
+packetLen(0x08d8, 27)
// Packet: 0x08d9
-packetLen(0x08d9, 30) // ZC_NOTIFY_ENTRY_QUEUE_APPLY
+packetLen(0x08d9, 30)
// Packet: 0x08da
-packetLen(0x08da, 26) // CZ_REQ_ENTRY_QUEUE_CANCEL
+packetLen(0x08da, 26)
// Packet: 0x08db
-packetLen(0x08db, 27) // ZC_ACK_ENTRY_QUEUE_CANCEL
+packetLen(0x08db, 27)
// Packet: 0x08dc
-packetLen(0x08dc, 26) // ZC_NOTIFY_ENTRY_QUEUE_ADMISSION
+packetLen(0x08dc, 26)
// Packet: 0x08dd
-packetLen(0x08dd, 27) // CZ_REPLY_ENTRY_QUEUE_ADMISSION
+packetLen(0x08dd, 27)
// Packet: 0x08de
-packetLen(0x08de, 27) // ZC_REPLY_ACK_ENTRY_QUEUE_ADMISSION
+packetLen(0x08de, 27)
// Packet: 0x08df
-packetLen(0x08df, 50) // ZC_NOTIFY_LOBBY_ADMISSION
+packetLen(0x08df, 50)
// Packet: 0x08e0
-packetLen(0x08e0, 51) // CZ_REPLY_LOBBY_ADMISSION
+packetLen(0x08e0, 51)
// Packet: 0x08e1
-packetLen(0x08e1, 51) // ZC_REPLY_ACK_LOBBY_ADMISSION
+packetLen(0x08e1, 51)
// Packet: 0x08e2
-packetLen(0x08e2, 27) // ZC_NAVIGATION_ACTIVE
+packetLen(0x08e2, 27)
// Packet: 0x08e3
#if PACKETVER >= 20140820
-packetLen(0x08e3, 149) // HC_UPDATE_CHARINFO
+packetLen(0x08e3, 149)
#elif PACKETVER >= 20140108
-packetLen(0x08e3, 146) // HC_UPDATE_CHARINFO
+packetLen(0x08e3, 146)
#endif
// Packet: 0x08e4
-packetLen(0x08e4, 6) // AC_SHUTDOWN_INFO
+packetLen(0x08e4, 6)
// Packet: 0x08fc
-packetLen(0x08fc, 30) // CH_REQ_CHANGE_CHARACTERNAME
+packetLen(0x08fc, 30)
// Packet: 0x08fd
-packetLen(0x08fd, 6) // CH_ACK_CHANGE_CHARACTERNAME
+packetLen(0x08fd, 6)
// Packet: 0x08fe
-packetLen(0x08fe, -1) // ZC_HUNTING_QUEST_INFO
+packetLen(0x08fe, -1)
// Packet: 0x08ff
-packetLen(0x08ff, 24) // ZC_EFST_SET_ENTER
+packetLen(0x08ff, 24)
// Packet: 0x0900
-packetLen(0x0900, -1) // ZC_INVENTORY_ITEMLIST_NORMAL
+packetLen(0x0900, -1)
// Packet: 0x0901
-packetLen(0x0901, -1) // ZC_INVENTORY_ITEMLIST_EQUIP
+packetLen(0x0901, -1)
// Packet: 0x0902
-packetLen(0x0902, -1) // ZC_CART_ITEMLIST_NORMAL
+packetLen(0x0902, -1)
// Packet: 0x0903
-packetLen(0x0903, -1) // ZC_CART_ITEMLIST_EQUIP
+packetLen(0x0903, -1)
// Packet: 0x0904
-packetLen(0x0904, -1) // ZC_STORE_ITEMLIST_NORMAL
+packetLen(0x0904, -1)
// Packet: 0x0905
-packetLen(0x0905, -1) // ZC_STORE_ITEMLIST_EQUIP
+packetLen(0x0905, -1)
// Packet: 0x0906
-packetLen(0x0906, -1) // ZC_MICROSCOPE
+packetLen(0x0906, -1)
// Packet: 0x0907
-packetLen(0x0907, 5) // CZ_INVENTORY_TAB
+packetLen(0x0907, 5)
// Packet: 0x0908
-packetLen(0x0908, 5) // ZC_INVENTORY_TAB
+packetLen(0x0908, 5)
// Packet: 0x090a
-packetLen(0x090a, 26) // CZ_REQ_ENTRY_QUEUE_RANKING
+packetLen(0x090a, 26)
// Packet: 0x090d
-packetLen(0x090d, -1) // ZC_PREMIUM_CAMPAIGN_INFO
+packetLen(0x090d, -1)
// Packet: 0x090e
-packetLen(0x090e, 2) // ZC_ENTRY_QUEUE_INIT
+packetLen(0x090e, 2)
// Packet: 0x090f
-packetLen(0x090f, -1) // ZC_NOTIFY_NEWENTRY7
+packetLen(0x090f, -1)
// Packet: 0x0910
-packetLen(0x0910, 10) // CZ_REQ_PARTY_NAME
+packetLen(0x0910, 10)
// Packet: 0x0911
-packetLen(0x0911, 30) // ZC_ACK_PARTY_NAME
+packetLen(0x0911, 30)
// Packet: 0x0912
-packetLen(0x0912, 10) // CZ_REQ_GUILD_NAME
+packetLen(0x0912, 10)
// Packet: 0x0913
-packetLen(0x0913, 30) // ZC_ACK_GUILD_NAME
+packetLen(0x0913, 30)
// Packet: 0x0914
-packetLen(0x0914, -1) // ZC_NOTIFY_MOVEENTRY9
+packetLen(0x0914, -1)
// Packet: 0x0915
-packetLen(0x0915, -1) // ZC_NOTIFY_STANDENTRY8
+packetLen(0x0915, -1)
// Packet: 0x0916
-packetLen(0x0916, 26) // CZ_REQ_JOIN_GUILD2
+packetLen(0x0916, 26)
// Packet: 0x0917
#if PACKETVER >= 20141217
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
#elif PACKETVER >= 20141210
-packetLen(0x0917, 26) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 26)
#elif PACKETVER >= 20140625
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
#elif PACKETVER >= 20140618
-packetLen(0x0917, 10) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 10)
#elif PACKETVER >= 20140129
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
#elif PACKETVER >= 20140122
-packetLen(0x0917, 6) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 6)
#elif PACKETVER >= 20140108
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
#endif
// Packet: 0x0918
#if PACKETVER >= 20141126
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
#elif PACKETVER >= 20141119
-packetLen(0x0918, 10) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 10)
#elif PACKETVER >= 20141001
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
#elif PACKETVER >= 20140924
-packetLen(0x0918, 19) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 19)
#elif PACKETVER >= 20140723
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
#elif PACKETVER >= 20140716
-packetLen(0x0918, 5) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 5)
#elif PACKETVER >= 20140521
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
#elif PACKETVER >= 20140514
-packetLen(0x0918, 18) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 18)
#elif PACKETVER >= 20140416
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
#elif PACKETVER >= 20140409
-packetLen(0x0918, 6) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 6)
#elif PACKETVER >= 20140402
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
#elif PACKETVER >= 20140326
-packetLen(0x0918, 6) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 6)
#elif PACKETVER >= 20140108
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
#endif
// Packet: 0x0919
#if PACKETVER >= 20141224
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
#elif PACKETVER >= 20141217
-packetLen(0x0919, 5) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 5)
#elif PACKETVER >= 20141119
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
#elif PACKETVER >= 20141112
-packetLen(0x0919, 12) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 12)
#elif PACKETVER >= 20140924
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
#elif PACKETVER >= 20140917
-packetLen(0x0919, -1) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, -1)
#elif PACKETVER >= 20140219
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
#elif PACKETVER >= 20140212
-packetLen(0x0919, 5) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 5)
#elif PACKETVER >= 20140108
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
#endif
// Packet: 0x091a
#if PACKETVER >= 20141029
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#elif PACKETVER >= 20141022
-packetLen(0x091a, 26) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 26)
#elif PACKETVER >= 20140716
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#elif PACKETVER >= 20140709
-packetLen(0x091a, 5) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 5)
#elif PACKETVER >= 20140702
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#elif PACKETVER >= 20140625
-packetLen(0x091a, 6) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 6)
#elif PACKETVER >= 20140430
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#elif PACKETVER >= 20140423
-packetLen(0x091a, 6) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 6)
#elif PACKETVER >= 20140305
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#elif PACKETVER >= 20140226
-packetLen(0x091a, 8) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 8)
#elif PACKETVER >= 20140129
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#elif PACKETVER >= 20140122
-packetLen(0x091a, 5) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 5)
#elif PACKETVER >= 20140108
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#endif
// Packet: 0x091b
#if PACKETVER >= 20140219
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#elif PACKETVER >= 20140212
-packetLen(0x091b, 26) // ZC_PRNPC_STATE
+packetLen(0x091b, 26)
#elif PACKETVER >= 20140108
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#endif
// Packet: 0x091c
#if PACKETVER >= 20141210
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
#elif PACKETVER >= 20141203
-packetLen(0x091c, 18) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 18)
#elif PACKETVER >= 20141008
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
#elif PACKETVER >= 20141001
-packetLen(0x091c, 4) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 4)
#elif PACKETVER >= 20140416
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
#elif PACKETVER >= 20140409
-packetLen(0x091c, 90) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 90)
#elif PACKETVER >= 20140319
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
#elif PACKETVER >= 20140312
-packetLen(0x091c, 26) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 26)
#elif PACKETVER >= 20140108
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
#endif
// Packet: 0x091d
#if PACKETVER >= 20141210
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20141203
-packetLen(0x091d, 26) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 26)
#elif PACKETVER >= 20141112
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20141105
-packetLen(0x091d, 6) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 6)
#elif PACKETVER >= 20140827
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20140820
-packetLen(0x091d, 6) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 6)
#elif PACKETVER >= 20140605
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20140528
-packetLen(0x091d, 26) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 26)
#elif PACKETVER >= 20140521
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20140514
-packetLen(0x091d, 19) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 19)
#elif PACKETVER >= 20140108
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#endif
// Packet: 0x091e
#if PACKETVER >= 20141112
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
#elif PACKETVER >= 20141105
-packetLen(0x091e, 6) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 6)
#elif PACKETVER >= 20140806
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
#elif PACKETVER >= 20140730
-packetLen(0x091e, 26) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 26)
#elif PACKETVER >= 20140319
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
#elif PACKETVER >= 20140312
-packetLen(0x091e, 5) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 5)
#elif PACKETVER >= 20140108
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
#endif
// Packet: 0x091f
#if PACKETVER >= 20141224
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
#elif PACKETVER >= 20141217
-packetLen(0x091f, 10) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 10)
#elif PACKETVER >= 20140723
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
#elif PACKETVER >= 20140716
-packetLen(0x091f, 18) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 18)
#elif PACKETVER >= 20140625
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
#elif PACKETVER >= 20140618
-packetLen(0x091f, -1) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, -1)
#elif PACKETVER >= 20140409
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
#elif PACKETVER >= 20140402
-packetLen(0x091f, -1) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, -1)
#elif PACKETVER >= 20140326
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
#elif PACKETVER >= 20140319
-packetLen(0x091f, -1) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, -1)
#elif PACKETVER >= 20140108
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
#endif
// Packet: 0x0920
#if PACKETVER >= 20141203
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#elif PACKETVER >= 20141126
-packetLen(0x0920, 6) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 6)
#elif PACKETVER >= 20141119
-packetLen(0x0920, 5) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 5)
#elif PACKETVER >= 20140430
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#elif PACKETVER >= 20140423
-packetLen(0x0920, 26) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 26)
#elif PACKETVER >= 20140409
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#elif PACKETVER >= 20140402
-packetLen(0x0920, 19) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 19)
#elif PACKETVER >= 20140108
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#endif
// Packet: 0x0921
#if PACKETVER >= 20141126
-packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 2)
#elif PACKETVER >= 20141119
-packetLen(0x0921, 19) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 19)
#elif PACKETVER >= 20140611
-packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 2)
#elif PACKETVER >= 20140605
-packetLen(0x0921, 36) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 36)
#elif PACKETVER >= 20140305
-packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 2)
#elif PACKETVER >= 20140226
-packetLen(0x0921, 26) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 26)
#elif PACKETVER >= 20140219
-packetLen(0x0921, 7) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 7)
#elif PACKETVER >= 20140205
-packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 2)
#elif PACKETVER >= 20140129
-packetLen(0x0921, 18) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 18)
#elif PACKETVER >= 20140108
-packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 2)
#endif
// Packet: 0x0922
#if PACKETVER >= 20141022
-packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 2)
#elif PACKETVER >= 20141015
-packetLen(0x0922, 4) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 4)
#elif PACKETVER >= 20140108
-packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 2)
#endif
// Packet: 0x0923
#if PACKETVER >= 20140326
-packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 2)
#elif PACKETVER >= 20140319
-packetLen(0x0923, 19) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 19)
#elif PACKETVER >= 20140108
-packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 2)
#endif
// Packet: 0x0924
#if PACKETVER >= 20141224
-packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 2)
#elif PACKETVER >= 20141217
-packetLen(0x0924, 7) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 7)
#elif PACKETVER >= 20140618
-packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 2)
#elif PACKETVER >= 20140611
-packetLen(0x0924, 6) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 6)
// ignored packet from 2014-06-11cRagexe
// ignored packet from 2014-06-11eRagexe
#elif PACKETVER >= 20140205
-packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 2)
#elif PACKETVER >= 20140129
-packetLen(0x0924, -1) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, -1)
#elif PACKETVER >= 20140108
-packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 2)
#endif
// Packet: 0x0925
#if PACKETVER >= 20141001
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
#elif PACKETVER >= 20140924
-packetLen(0x0925, 8) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 8)
#elif PACKETVER >= 20140716
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
#elif PACKETVER >= 20140709
-packetLen(0x0925, 90) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 90)
#elif PACKETVER >= 20140702
-packetLen(0x0925, 5) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 5)
#elif PACKETVER >= 20140521
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
#elif PACKETVER >= 20140514
-packetLen(0x0925, 6) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 6)
#elif PACKETVER >= 20140129
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
#elif PACKETVER >= 20140122
-packetLen(0x0925, 5) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 5)
#elif PACKETVER >= 20140108
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
#endif
// Packet: 0x0926
#if PACKETVER >= 20141119
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
#elif PACKETVER >= 20141112
-packetLen(0x0926, 5) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 5)
#elif PACKETVER >= 20141001
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
#elif PACKETVER >= 20140924
-packetLen(0x0926, 6) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 6)
#elif PACKETVER >= 20140723
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
#elif PACKETVER >= 20140716
-packetLen(0x0926, 6) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 6)
#elif PACKETVER >= 20140409
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
#elif PACKETVER >= 20140402
-packetLen(0x0926, 36) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 36)
#elif PACKETVER >= 20140108
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
#endif
// Packet: 0x0927
#if PACKETVER >= 20141217
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#elif PACKETVER >= 20141210
-packetLen(0x0927, 8) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 8)
#elif PACKETVER >= 20140730
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#elif PACKETVER >= 20140723
-packetLen(0x0927, 6) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 6)
#elif PACKETVER >= 20140514
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#elif PACKETVER >= 20140508
-packetLen(0x0927, 36) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 36)
#elif PACKETVER >= 20140226
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#elif PACKETVER >= 20140219
-packetLen(0x0927, 90) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 90)
#elif PACKETVER >= 20140108
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#endif
// Packet: 0x0928
#if PACKETVER >= 20141210
-packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 2)
#elif PACKETVER >= 20141203
-packetLen(0x0928, 6) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 6)
#elif PACKETVER >= 20141001
-packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 2)
#elif PACKETVER >= 20140924
-packetLen(0x0928, 8) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 8)
#elif PACKETVER >= 20140219
-packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 2)
#elif PACKETVER >= 20140212
-packetLen(0x0928, 6) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 6)
#elif PACKETVER >= 20140108
-packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 2)
#endif
// Packet: 0x0929
#if PACKETVER >= 20141126
-packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 2)
#elif PACKETVER >= 20141119
-packetLen(0x0929, 8) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 8)
#elif PACKETVER >= 20141112
-packetLen(0x0929, 7) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 7)
#elif PACKETVER >= 20140625
-packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 2)
#elif PACKETVER >= 20140618
-packetLen(0x0929, 12) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 12)
#elif PACKETVER >= 20140605
-packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 2)
#elif PACKETVER >= 20140528
-packetLen(0x0929, 7) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 7)
#elif PACKETVER >= 20140108
-packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 2)
#endif
// Packet: 0x092a
#if PACKETVER >= 20141210
-packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 2)
#elif PACKETVER >= 20141203
-packetLen(0x092a, 4) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 4)
#elif PACKETVER >= 20141008
-packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 2)
#elif PACKETVER >= 20141001
-packetLen(0x092a, 36) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 36)
#elif PACKETVER >= 20140924
-packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 2)
#elif PACKETVER >= 20140917
-packetLen(0x092a, 12) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 12)
#elif PACKETVER >= 20140806
-packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 2)
#elif PACKETVER >= 20140730
-packetLen(0x092a, 6) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 6)
#elif PACKETVER >= 20140402
-packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 2)
#elif PACKETVER >= 20140326
-packetLen(0x092a, 36) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 36)
#elif PACKETVER >= 20140319
-packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 2)
#elif PACKETVER >= 20140312
-packetLen(0x092a, 6) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 6)
#elif PACKETVER >= 20140108
-packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 2)
#endif
// Packet: 0x092b
#if PACKETVER >= 20141217
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
#elif PACKETVER >= 20141210
-packetLen(0x092b, 18) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 18)
#elif PACKETVER >= 20141112
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
#elif PACKETVER >= 20141105
-packetLen(0x092b, 6) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 6)
#elif PACKETVER >= 20141029
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
#elif PACKETVER >= 20141022
-packetLen(0x092b, 8) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 8)
#elif PACKETVER >= 20141001
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
#elif PACKETVER >= 20140924
-packetLen(0x092b, 6) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 6)
#elif PACKETVER >= 20140108
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
#endif
// Packet: 0x092c
#if PACKETVER >= 20140723
-packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 2)
#elif PACKETVER >= 20140716
-packetLen(0x092c, 26) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 26)
#elif PACKETVER >= 20140709
-packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 2)
#elif PACKETVER >= 20140702
-packetLen(0x092c, 19) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 19)
#elif PACKETVER >= 20140521
-packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 2)
#elif PACKETVER >= 20140514
-packetLen(0x092c, 8) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 8)
#elif PACKETVER >= 20140205
-packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 2)
#elif PACKETVER >= 20140129
-packetLen(0x092c, 36) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 36)
#elif PACKETVER >= 20140108
-packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 2)
#endif
// Packet: 0x092d
#if PACKETVER >= 20141001
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#elif PACKETVER >= 20140924
-packetLen(0x092d, 12) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 12)
#elif PACKETVER >= 20140409
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#elif PACKETVER >= 20140402
-packetLen(0x092d, 90) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 90)
#elif PACKETVER >= 20140122
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#elif PACKETVER >= 20140115
-packetLen(0x092d, 5) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 5)
#elif PACKETVER >= 20140108
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#endif
// Packet: 0x092e
#if PACKETVER >= 20140416
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#elif PACKETVER >= 20140409
-packetLen(0x092e, 26) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 26)
#elif PACKETVER >= 20140108
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#endif
// Packet: 0x092f
#if PACKETVER >= 20141126
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#elif PACKETVER >= 20141119
-packetLen(0x092f, 8) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 8)
#elif PACKETVER >= 20140827
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#elif PACKETVER >= 20140820
-packetLen(0x092f, 10) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 10)
#elif PACKETVER >= 20140730
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#elif PACKETVER >= 20140723
-packetLen(0x092f, 19) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 19)
#elif PACKETVER >= 20140716
-packetLen(0x092f, 12) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 12)
#elif PACKETVER >= 20140709
-packetLen(0x092f, 10) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 10)
#elif PACKETVER >= 20140521
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#elif PACKETVER >= 20140514
-packetLen(0x092f, 10) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 10)
#elif PACKETVER >= 20140129
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#elif PACKETVER >= 20140122
-packetLen(0x092f, 8) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 8)
#elif PACKETVER >= 20140108
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#endif
// Packet: 0x0930
#if PACKETVER >= 20141231
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#elif PACKETVER >= 20141224
-packetLen(0x0930, 6) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 6)
#elif PACKETVER >= 20140924
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#elif PACKETVER >= 20140917
-packetLen(0x0930, 8) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 8)
#elif PACKETVER >= 20140605
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#elif PACKETVER >= 20140528
-packetLen(0x0930, -1) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, -1)
#elif PACKETVER >= 20140514
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#elif PACKETVER >= 20140508
-packetLen(0x0930, 8) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 8)
#elif PACKETVER >= 20140219
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#elif PACKETVER >= 20140212
-packetLen(0x0930, 6) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 6)
#elif PACKETVER >= 20140108
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#endif
// Packet: 0x0931
#if PACKETVER >= 20140917
-packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 2)
#elif PACKETVER >= 20140903
-packetLen(0x0931, 5) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 5)
#elif PACKETVER >= 20140716
-packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 2)
#elif PACKETVER >= 20140709
-packetLen(0x0931, 6) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 6)
#elif PACKETVER >= 20140611
-packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 2)
#elif PACKETVER >= 20140605
-packetLen(0x0931, 5) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 5)
#elif PACKETVER >= 20140305
-packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 2)
#elif PACKETVER >= 20140226
-packetLen(0x0931, 4) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 4)
#elif PACKETVER >= 20140108
-packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 2)
#endif
// Packet: 0x0932
#if PACKETVER >= 20141231
-packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 2)
#elif PACKETVER >= 20141224
-packetLen(0x0932, 8) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 8)
#elif PACKETVER >= 20141217
-packetLen(0x0932, -1) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, -1)
#elif PACKETVER >= 20140514
-packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 2)
#elif PACKETVER >= 20140508
-packetLen(0x0932, 6) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 6)
#elif PACKETVER >= 20140108
-packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 2)
#endif
// Packet: 0x0933
#if PACKETVER >= 20141224
-packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 2)
#elif PACKETVER >= 20141217
-packetLen(0x0933, 26) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 26)
#elif PACKETVER >= 20141126
-packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 2)
#elif PACKETVER >= 20141119
-packetLen(0x0933, 36) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 36)
#elif PACKETVER >= 20140709
-packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 2)
#elif PACKETVER >= 20140702
-packetLen(0x0933, 4) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 4)
#elif PACKETVER >= 20140409
-packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 2)
#elif PACKETVER >= 20140402
-packetLen(0x0933, -1) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, -1)
#elif PACKETVER >= 20140108
-packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 2)
#endif
// Packet: 0x0934
#if PACKETVER >= 20141001
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#elif PACKETVER >= 20140924
-packetLen(0x0934, 5) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 5)
#elif PACKETVER >= 20140806
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#elif PACKETVER >= 20140730
-packetLen(0x0934, -1) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, -1)
#elif PACKETVER >= 20140723
-packetLen(0x0934, 26) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 26)
#elif PACKETVER >= 20140716
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#elif PACKETVER >= 20140709
-packetLen(0x0934, 6) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 6)
#elif PACKETVER >= 20140514
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#elif PACKETVER >= 20140508
-packetLen(0x0934, 8) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 8)
#elif PACKETVER >= 20140312
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#elif PACKETVER >= 20140305
-packetLen(0x0934, 5) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 5)
#elif PACKETVER >= 20140219
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#elif PACKETVER >= 20140212
-packetLen(0x0934, 7) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 7)
#elif PACKETVER >= 20140108
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#endif
// Packet: 0x0935
#if PACKETVER >= 20140730
-packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 2)
#elif PACKETVER >= 20140723
-packetLen(0x0935, 26) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 26)
#elif PACKETVER >= 20140625
-packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 2)
#elif PACKETVER >= 20140618
-packetLen(0x0935, 6) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 6)
#elif PACKETVER >= 20140108
-packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 2)
#endif
// Packet: 0x0936
#if PACKETVER >= 20141224
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
#elif PACKETVER >= 20141217
-packetLen(0x0936, 6) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 6)
#elif PACKETVER >= 20141210
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
#elif PACKETVER >= 20141203
-packetLen(0x0936, 5) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 5)
#elif PACKETVER >= 20141022
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
#elif PACKETVER >= 20141015
-packetLen(0x0936, 36) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 36)
#elif PACKETVER >= 20140827
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
#elif PACKETVER >= 20140820
-packetLen(0x0936, 12) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 12)
#elif PACKETVER >= 20140618
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
#elif PACKETVER >= 20140611
-packetLen(0x0936, 12) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 12)
// ignored packet from 2014-06-11cRagexe
// ignored packet from 2014-06-11eRagexe
#elif PACKETVER >= 20140219
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
#elif PACKETVER >= 20140212
-packetLen(0x0936, 4) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 4)
#elif PACKETVER >= 20140115
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
#elif PACKETVER >= 20140108
-packetLen(0x0936, 36) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 36)
#endif
// Packet: 0x0937
#if PACKETVER >= 20141008
-packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 2)
#elif PACKETVER >= 20141001
-packetLen(0x0937, -1) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, -1)
#elif PACKETVER >= 20140827
-packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 2)
#elif PACKETVER >= 20140820
-packetLen(0x0937, 5) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 5)
#elif PACKETVER >= 20140108
-packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 2)
#endif
// Packet: 0x0938
#if PACKETVER >= 20141126
-packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 2)
#elif PACKETVER >= 20141119
-packetLen(0x0938, 6) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 6)
#elif PACKETVER >= 20140723
-packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 2)
#elif PACKETVER >= 20140716
-packetLen(0x0938, 8) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 8)
#elif PACKETVER >= 20140625
-packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 2)
#elif PACKETVER >= 20140618
-packetLen(0x0938, 26) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 26)
#elif PACKETVER >= 20140212
-packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 2)
#elif PACKETVER >= 20140205
-packetLen(0x0938, 36) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 36)
#elif PACKETVER >= 20140108
-packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 2)
#endif
// Packet: 0x0939
#if PACKETVER >= 20141224
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
#elif PACKETVER >= 20141217
-packetLen(0x0939, -1) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, -1)
#elif PACKETVER >= 20141008
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
#elif PACKETVER >= 20141001
-packetLen(0x0939, 8) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 8)
#elif PACKETVER >= 20140730
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
#elif PACKETVER >= 20140723
-packetLen(0x0939, -1) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, -1)
#elif PACKETVER >= 20140716
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
#elif PACKETVER >= 20140709
-packetLen(0x0939, -1) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, -1)
#elif PACKETVER >= 20140226
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
#elif PACKETVER >= 20140219
-packetLen(0x0939, -1) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, -1)
#elif PACKETVER >= 20140108
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
#endif
// Packet: 0x093a
#if PACKETVER >= 20140827
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
#elif PACKETVER >= 20140820
-packetLen(0x093a, 36) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 36)
#elif PACKETVER >= 20140605
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
#elif PACKETVER >= 20140528
-packetLen(0x093a, 8) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 8)
#elif PACKETVER >= 20140108
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
#endif
// Packet: 0x093b
#if PACKETVER >= 20141029
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#elif PACKETVER >= 20141022
-packetLen(0x093b, 19) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 19)
#elif PACKETVER >= 20140723
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#elif PACKETVER >= 20140716
-packetLen(0x093b, 6) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 6)
#elif PACKETVER >= 20140625
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#elif PACKETVER >= 20140618
-packetLen(0x093b, 7) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 7)
#elif PACKETVER >= 20140508
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#elif PACKETVER >= 20140430
-packetLen(0x093b, -1) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, -1)
#elif PACKETVER >= 20140108
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#endif
// Packet: 0x093c
-packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 2)
// Packet: 0x093d
#if PACKETVER >= 20140730
-packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 2)
#elif PACKETVER >= 20140723
-packetLen(0x093d, 6) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 6)
#elif PACKETVER >= 20140402
-packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 2)
#elif PACKETVER >= 20140326
-packetLen(0x093d, 7) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 7)
#elif PACKETVER >= 20140219
-packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 2)
#elif PACKETVER >= 20140212
-packetLen(0x093d, 19) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 19)
#elif PACKETVER >= 20140108
-packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 2)
#endif
// Packet: 0x093e
#if PACKETVER >= 20141112
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#elif PACKETVER >= 20141105
-packetLen(0x093e, -1) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, -1)
#elif PACKETVER >= 20140827
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#elif PACKETVER >= 20140820
-packetLen(0x093e, 6) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 6)
#elif PACKETVER >= 20140108
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#endif
// Packet: 0x093f
#if PACKETVER >= 20141008
-packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 2)
#elif PACKETVER >= 20141001
-packetLen(0x093f, 6) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 6)
#elif PACKETVER >= 20140716
-packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 2)
#elif PACKETVER >= 20140709
-packetLen(0x093f, 12) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 12)
#elif PACKETVER >= 20140605
-packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 2)
#elif PACKETVER >= 20140528
-packetLen(0x093f, 26) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 26)
#elif PACKETVER >= 20140409
-packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 2)
#elif PACKETVER >= 20140402
-packetLen(0x093f, 5) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 5)
#elif PACKETVER >= 20140108
-packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 2)
#endif
// Packet: 0x0940
#if PACKETVER >= 20141224
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20141217
-packetLen(0x0940, 19) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 19)
#elif PACKETVER >= 20141105
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20141029
-packetLen(0x0940, 7) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 7)
#elif PACKETVER >= 20140806
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20140730
-packetLen(0x0940, 5) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 5)
#elif PACKETVER >= 20140716
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20140709
-packetLen(0x0940, -1) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, -1)
#elif PACKETVER >= 20140702
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20140625
-packetLen(0x0940, -1) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, -1)
#elif PACKETVER >= 20140611
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20140605
-packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 6)
#elif PACKETVER >= 20140508
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20140430
-packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 6)
#elif PACKETVER >= 20140129
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20140122
-packetLen(0x0940, 10) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 10)
#elif PACKETVER >= 20140115
-packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 6)
#elif PACKETVER >= 20140108
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#endif
// Packet: 0x0941
#if PACKETVER >= 20141126
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#elif PACKETVER >= 20141119
-packetLen(0x0941, 8) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 8)
#elif PACKETVER >= 20140917
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#elif PACKETVER >= 20140903
-packetLen(0x0941, 36) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 36)
#elif PACKETVER >= 20140618
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#elif PACKETVER >= 20140611
-packetLen(0x0941, 36) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 36)
// ignored packet from 2014-06-11cRagexe
// ignored packet from 2014-06-11eRagexe
#elif PACKETVER >= 20140305
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#elif PACKETVER >= 20140226
-packetLen(0x0941, 18) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 18)
#elif PACKETVER >= 20140129
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#elif PACKETVER >= 20140122
-packetLen(0x0941, 6) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 6)
#elif PACKETVER >= 20140108
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#endif
// Packet: 0x0942
#if PACKETVER >= 20141203
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
#elif PACKETVER >= 20141126
-packetLen(0x0942, 26) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 26)
#elif PACKETVER >= 20141119
-packetLen(0x0942, 5) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 5)
#elif PACKETVER >= 20141015
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
#elif PACKETVER >= 20141008
-packetLen(0x0942, 36) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 36)
#elif PACKETVER >= 20140416
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
#elif PACKETVER >= 20140409
-packetLen(0x0942, 8) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 8)
#elif PACKETVER >= 20140402
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
#elif PACKETVER >= 20140326
-packetLen(0x0942, 5) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 5)
#elif PACKETVER >= 20140319
-packetLen(0x0942, 36) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 36)
#elif PACKETVER >= 20140129
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
#elif PACKETVER >= 20140122
-packetLen(0x0942, 6) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 6)
#elif PACKETVER >= 20140108
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
#endif
// Packet: 0x0943
#if PACKETVER >= 20141119
-packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 2)
#elif PACKETVER >= 20141112
-packetLen(0x0943, 6) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 6)
#elif PACKETVER >= 20140917
-packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 2)
#elif PACKETVER >= 20140903
-packetLen(0x0943, 4) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 4)
#elif PACKETVER >= 20140827
-packetLen(0x0943, 36) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 36)
#elif PACKETVER >= 20140108
-packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 2)
#endif
// Packet: 0x0944
#if PACKETVER >= 20141224
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#elif PACKETVER >= 20141217
-packetLen(0x0944, 6) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 6)
#elif PACKETVER >= 20141112
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#elif PACKETVER >= 20141105
-packetLen(0x0944, 5) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 5)
#elif PACKETVER >= 20140409
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#elif PACKETVER >= 20140402
-packetLen(0x0944, -1) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, -1)
#elif PACKETVER >= 20140326
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#elif PACKETVER >= 20140319
-packetLen(0x0944, 10) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 10)
#elif PACKETVER >= 20140219
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#elif PACKETVER >= 20140212
-packetLen(0x0944, 5) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 5)
#elif PACKETVER >= 20140108
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#endif
// Packet: 0x0945
#if PACKETVER >= 20141231
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#elif PACKETVER >= 20141224
-packetLen(0x0945, 6) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 6)
#elif PACKETVER >= 20141217
-packetLen(0x0945, 90) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 90)
#elif PACKETVER >= 20140917
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#elif PACKETVER >= 20140903
-packetLen(0x0945, 5) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 5)
#elif PACKETVER >= 20140730
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#elif PACKETVER >= 20140723
-packetLen(0x0945, 10) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 10)
#elif PACKETVER >= 20140625
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#elif PACKETVER >= 20140618
-packetLen(0x0945, 6) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 6)
#elif PACKETVER >= 20140402
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#elif PACKETVER >= 20140326
-packetLen(0x0945, -1) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, -1)
#elif PACKETVER >= 20140108
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#endif
// Packet: 0x0946
#if PACKETVER >= 20141231
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20141224
-packetLen(0x0946, 6) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 6)
#elif PACKETVER >= 20140806
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20140730
-packetLen(0x0946, 5) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 5)
#elif PACKETVER >= 20140702
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20140625
-packetLen(0x0946, 5) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 5)
#elif PACKETVER >= 20140409
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20140402
-packetLen(0x0946, 7) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 7)
#elif PACKETVER >= 20140326
-packetLen(0x0946, 26) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 26)
#elif PACKETVER >= 20140226
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20140219
-packetLen(0x0946, 19) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 19)
#elif PACKETVER >= 20140108
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#endif
// Packet: 0x0947
#if PACKETVER >= 20141217
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#elif PACKETVER >= 20141210
-packetLen(0x0947, 4) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 4)
#elif PACKETVER >= 20140730
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#elif PACKETVER >= 20140723
-packetLen(0x0947, 7) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 7)
#elif PACKETVER >= 20140716
-packetLen(0x0947, 4) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 4)
#elif PACKETVER >= 20140416
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#elif PACKETVER >= 20140409
-packetLen(0x0947, 5) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 5)
#elif PACKETVER >= 20140326
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#elif PACKETVER >= 20140319
-packetLen(0x0947, 8) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 8)
#elif PACKETVER >= 20140108
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#endif
// Packet: 0x0948
#if PACKETVER >= 20141224
-packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 2)
#elif PACKETVER >= 20141217
-packetLen(0x0948, 6) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 6)
#elif PACKETVER >= 20141126
-packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 2)
#elif PACKETVER >= 20141119
-packetLen(0x0948, 5) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 5)
#elif PACKETVER >= 20140813
-packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 2)
#elif PACKETVER >= 20140806
-packetLen(0x0948, 36) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 36)
#elif PACKETVER >= 20140730
-packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 2)
#elif PACKETVER >= 20140723
-packetLen(0x0948, 5) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 5)
#elif PACKETVER >= 20140108
-packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 2)
#endif
// Packet: 0x0949
#if PACKETVER >= 20141231
-packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 2)
#elif PACKETVER >= 20141224
-packetLen(0x0949, 12) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 12)
#elif PACKETVER >= 20141001
-packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 2)
#elif PACKETVER >= 20140924
-packetLen(0x0949, 6) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 6)
#elif PACKETVER >= 20140917
-packetLen(0x0949, 10) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 10)
#elif PACKETVER >= 20140226
-packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 2)
#elif PACKETVER >= 20140219
-packetLen(0x0949, 18) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 18)
#elif PACKETVER >= 20140108
-packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 2)
#endif
// Packet: 0x094a
#if PACKETVER >= 20140827
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#elif PACKETVER >= 20140820
-packetLen(0x094a, 26) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 26)
#elif PACKETVER >= 20140618
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#elif PACKETVER >= 20140611
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
// ignored packet from 2014-06-11hRagexe
// ignored packet from 2014-06-11cRagexe
#elif PACKETVER >= 20140605
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#elif PACKETVER >= 20140528
-packetLen(0x094a, 6) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 6)
#elif PACKETVER >= 20140319
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#elif PACKETVER >= 20140312
-packetLen(0x094a, 18) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 18)
#elif PACKETVER >= 20140108
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#endif
// Packet: 0x094b
#if PACKETVER >= 20141119
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
#elif PACKETVER >= 20141112
-packetLen(0x094b, 19) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 19)
#elif PACKETVER >= 20141022
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
#elif PACKETVER >= 20141015
-packetLen(0x094b, 26) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 26)
#elif PACKETVER >= 20141008
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
#elif PACKETVER >= 20141001
-packetLen(0x094b, 19) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 19)
#elif PACKETVER >= 20140605
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
#elif PACKETVER >= 20140528
-packetLen(0x094b, 5) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 5)
#elif PACKETVER >= 20140508
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
#elif PACKETVER >= 20140430
-packetLen(0x094b, 19) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 19)
#elif PACKETVER >= 20140319
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
#elif PACKETVER >= 20140312
-packetLen(0x094b, 90) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 90)
#elif PACKETVER >= 20140108
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
#endif
// Packet: 0x094c
#if PACKETVER >= 20141126
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
#elif PACKETVER >= 20141119
-packetLen(0x094c, 6) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 6)
#elif PACKETVER >= 20141112
-packetLen(0x094c, 4) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 4)
#elif PACKETVER >= 20140611
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
#elif PACKETVER >= 20140605
-packetLen(0x094c, 26) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 26)
#elif PACKETVER >= 20140416
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
#elif PACKETVER >= 20140409
-packetLen(0x094c, 18) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 18)
#elif PACKETVER >= 20140402
-packetLen(0x094c, 8) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 8)
#elif PACKETVER >= 20140326
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
#elif PACKETVER >= 20140319
-packetLen(0x094c, 6) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 6)
#elif PACKETVER >= 20140312
-packetLen(0x094c, 5) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 5)
#elif PACKETVER >= 20140129
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
#elif PACKETVER >= 20140122
-packetLen(0x094c, 8) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 8)
#elif PACKETVER >= 20140108
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
#endif
// Packet: 0x094d
#if PACKETVER >= 20140716
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
#elif PACKETVER >= 20140709
-packetLen(0x094d, 5) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 5)
#elif PACKETVER >= 20140205
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
#elif PACKETVER >= 20140129
-packetLen(0x094d, 8) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 8)
#elif PACKETVER >= 20140108
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
#endif
// Packet: 0x094e
#if PACKETVER >= 20141029
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#elif PACKETVER >= 20141022
-packetLen(0x094e, 6) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 6)
#elif PACKETVER >= 20140716
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#elif PACKETVER >= 20140709
-packetLen(0x094e, 8) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 8)
#elif PACKETVER >= 20140702
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#elif PACKETVER >= 20140625
-packetLen(0x094e, 8) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 8)
#elif PACKETVER >= 20140521
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#elif PACKETVER >= 20140514
-packetLen(0x094e, 8) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 8)
#elif PACKETVER >= 20140508
-packetLen(0x094e, 26) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 26)
#elif PACKETVER >= 20140219
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#elif PACKETVER >= 20140212
-packetLen(0x094e, 8) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 8)
#elif PACKETVER >= 20140108
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#endif
// Packet: 0x094f
#if PACKETVER >= 20141231
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#elif PACKETVER >= 20141224
-packetLen(0x094f, 19) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 19)
#elif PACKETVER >= 20141119
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#elif PACKETVER >= 20141112
-packetLen(0x094f, 8) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 8)
#elif PACKETVER >= 20140924
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#elif PACKETVER >= 20140917
-packetLen(0x094f, 10) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 10)
#elif PACKETVER >= 20140716
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#elif PACKETVER >= 20140709
-packetLen(0x094f, 26) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 26)
#elif PACKETVER >= 20140618
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#elif PACKETVER >= 20140611
-packetLen(0x094f, 6) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 6)
// ignored packet from 2014-06-11cRagexe
// ignored packet from 2014-06-11eRagexe
#elif PACKETVER >= 20140430
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#elif PACKETVER >= 20140423
-packetLen(0x094f, 12) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 12)
#elif PACKETVER >= 20140108
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#endif
// Packet: 0x0950
#if PACKETVER >= 20141231
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
#elif PACKETVER >= 20141224
-packetLen(0x0950, 6) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 6)
#elif PACKETVER >= 20141112
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
#elif PACKETVER >= 20141105
-packetLen(0x0950, 26) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 26)
#elif PACKETVER >= 20140618
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
#elif PACKETVER >= 20140611
-packetLen(0x0950, 18) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 18)
// ignored packet from 2014-06-11cRagexe
// ignored packet from 2014-06-11eRagexe
#elif PACKETVER >= 20140409
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
#elif PACKETVER >= 20140402
-packetLen(0x0950, 6) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 6)
#elif PACKETVER >= 20140129
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
#elif PACKETVER >= 20140122
-packetLen(0x0950, 10) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 10)
#elif PACKETVER >= 20140108
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
#endif
// Packet: 0x0951
#if PACKETVER >= 20140924
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#elif PACKETVER >= 20140917
-packetLen(0x0951, 18) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 18)
#elif PACKETVER >= 20140827
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#elif PACKETVER >= 20140820
-packetLen(0x0951, -1) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, -1)
#elif PACKETVER >= 20140618
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#elif PACKETVER >= 20140611
-packetLen(0x0951, 5) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 5)
// ignored packet from 2014-06-11cRagexe
// ignored packet from 2014-06-11eRagexe
#elif PACKETVER >= 20140108
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#endif
// Packet: 0x0952
#if PACKETVER >= 20141210
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
#elif PACKETVER >= 20141203
-packetLen(0x0952, 90) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 90)
#elif PACKETVER >= 20141008
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
#elif PACKETVER >= 20141001
-packetLen(0x0952, 5) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 5)
#elif PACKETVER >= 20140924
-packetLen(0x0952, 26) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 26)
#elif PACKETVER >= 20140827
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
#elif PACKETVER >= 20140820
-packetLen(0x0952, 7) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 7)
#elif PACKETVER >= 20140723
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
#elif PACKETVER >= 20140716
-packetLen(0x0952, 5) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 5)
#elif PACKETVER >= 20140618
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
#elif PACKETVER >= 20140611
-packetLen(0x0952, 8) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 8)
// ignored packet from 2014-06-11cRagexe
// ignored packet from 2014-06-11eRagexe
#elif PACKETVER >= 20140219
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
#elif PACKETVER >= 20140212
-packetLen(0x0952, 6) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 6)
#elif PACKETVER >= 20140129
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
#elif PACKETVER >= 20140122
-packetLen(0x0952, -1) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, -1)
#elif PACKETVER >= 20140108
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
#endif
// Packet: 0x0953
#if PACKETVER >= 20141231
-packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 2)
#elif PACKETVER >= 20141224
-packetLen(0x0953, 8) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 8)
#elif PACKETVER >= 20140508
-packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 2)
#elif PACKETVER >= 20140430
-packetLen(0x0953, 4) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 4)
#elif PACKETVER >= 20140219
-packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 2)
#elif PACKETVER >= 20140212
-packetLen(0x0953, 6) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 6)
#elif PACKETVER >= 20140108
-packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 2)
#endif
// Packet: 0x0954
#if PACKETVER >= 20141217
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#elif PACKETVER >= 20141210
-packetLen(0x0954, 19) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 19)
#elif PACKETVER >= 20140625
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#elif PACKETVER >= 20140618
-packetLen(0x0954, 26) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 26)
#elif PACKETVER >= 20140326
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#elif PACKETVER >= 20140319
-packetLen(0x0954, 26) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 26)
#elif PACKETVER >= 20140108
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#endif
// Packet: 0x0955
#if PACKETVER >= 20141217
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
#elif PACKETVER >= 20141210
-packetLen(0x0955, 8) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 8)
#elif PACKETVER >= 20141119
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
#elif PACKETVER >= 20141112
-packetLen(0x0955, 8) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 8)
#elif PACKETVER >= 20141029
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
#elif PACKETVER >= 20141022
-packetLen(0x0955, 18) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 18)
#elif PACKETVER >= 20140924
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
#elif PACKETVER >= 20140917
-packetLen(0x0955, 26) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 26)
#elif PACKETVER >= 20140326
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
#elif PACKETVER >= 20140319
-packetLen(0x0955, 6) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 6)
#elif PACKETVER >= 20140129
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
#elif PACKETVER >= 20140122
-packetLen(0x0955, 36) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 36)
#elif PACKETVER >= 20140108
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
#endif
// Packet: 0x0956
#if PACKETVER >= 20141231
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#elif PACKETVER >= 20141224
-packetLen(0x0956, 10) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 10)
#elif PACKETVER >= 20140924
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#elif PACKETVER >= 20140917
-packetLen(0x0956, -1) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, -1)
#elif PACKETVER >= 20140827
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#elif PACKETVER >= 20140820
-packetLen(0x0956, 8) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 8)
#elif PACKETVER >= 20140508
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#elif PACKETVER >= 20140430
-packetLen(0x0956, 8) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 8)
#elif PACKETVER >= 20140402
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#elif PACKETVER >= 20140326
-packetLen(0x0956, 5) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 5)
#elif PACKETVER >= 20140108
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#endif
// Packet: 0x0957
#if PACKETVER >= 20141112
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20141105
-packetLen(0x0957, 5) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 5)
#elif PACKETVER >= 20140924
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20140917
-packetLen(0x0957, 8) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 8)
#elif PACKETVER >= 20140625
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20140618
-packetLen(0x0957, 36) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 36)
#elif PACKETVER >= 20140611
-packetLen(0x0957, 6) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 6)
// ignored packet from 2014-06-11cRagexe
// ignored packet from 2014-06-11eRagexe
#elif PACKETVER >= 20140319
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20140312
-packetLen(0x0957, 8) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 8)
#elif PACKETVER >= 20140129
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20140122
-packetLen(0x0957, 12) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 12)
#elif PACKETVER >= 20140108
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#endif
// Packet: 0x0958
#if PACKETVER >= 20141217
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20141210
-packetLen(0x0958, 6) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 6)
#elif PACKETVER >= 20140827
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20140820
-packetLen(0x0958, 4) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 4)
#elif PACKETVER >= 20140723
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20140716
-packetLen(0x0958, 6) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 6)
#elif PACKETVER >= 20140618
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20140611
-packetLen(0x0958, 19) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 19)
// ignored packet from 2014-06-11cRagexe
// ignored packet from 2014-06-11eRagexe
#elif PACKETVER >= 20140521
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20140514
-packetLen(0x0958, 5) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 5)
#elif PACKETVER >= 20140409
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20140402
-packetLen(0x0958, 6) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 6)
#elif PACKETVER >= 20140205
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20140129
-packetLen(0x0958, 26) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 26)
#elif PACKETVER >= 20140108
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#endif
// Packet: 0x0959
#if PACKETVER >= 20140723
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#elif PACKETVER >= 20140716
-packetLen(0x0959, 6) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 6)
#elif PACKETVER >= 20140702
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#elif PACKETVER >= 20140625
-packetLen(0x0959, 7) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 7)
#elif PACKETVER >= 20140402
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#elif PACKETVER >= 20140326
-packetLen(0x0959, 8) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 8)
#elif PACKETVER >= 20140108
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#endif
// Packet: 0x095a
#if PACKETVER >= 20141203
-packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 2)
#elif PACKETVER >= 20141126
-packetLen(0x095a, 6) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 6)
#elif PACKETVER >= 20140924
-packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 2)
#elif PACKETVER >= 20140917
-packetLen(0x095a, 6) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 6)
#elif PACKETVER >= 20140416
-packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 2)
#elif PACKETVER >= 20140409
-packetLen(0x095a, 6) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 6)
#elif PACKETVER >= 20140402
-packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 2)
#elif PACKETVER >= 20140326
-packetLen(0x095a, 6) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 6)
#elif PACKETVER >= 20140108
-packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 2)
#endif
// Packet: 0x095b
#if PACKETVER >= 20141231
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20141224
-packetLen(0x095b, 10) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 10)
#elif PACKETVER >= 20141203
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20141126
-packetLen(0x095b, 5) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 5)
#elif PACKETVER >= 20140122
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20140115
-packetLen(0x095b, 4) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 4)
#elif PACKETVER >= 20140108
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#endif
// Packet: 0x095c
#if PACKETVER >= 20141210
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#elif PACKETVER >= 20141203
-packetLen(0x095c, 6) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 6)
#elif PACKETVER >= 20140924
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#elif PACKETVER >= 20140917
-packetLen(0x095c, 5) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 5)
#elif PACKETVER >= 20140423
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#elif PACKETVER >= 20140416
-packetLen(0x095c, 36) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 36)
#elif PACKETVER >= 20140409
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#elif PACKETVER >= 20140402
-packetLen(0x095c, 8) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 8)
#elif PACKETVER >= 20140326
-packetLen(0x095c, -1) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, -1)
#elif PACKETVER >= 20140108
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#endif
// Packet: 0x095d
#if PACKETVER >= 20141119
-packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 2)
#elif PACKETVER >= 20141112
-packetLen(0x095d, 6) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 6)
#elif PACKETVER >= 20140625
-packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 2)
#elif PACKETVER >= 20140618
-packetLen(0x095d, 6) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 6)
#elif PACKETVER >= 20140319
-packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 2)
#elif PACKETVER >= 20140312
-packetLen(0x095d, -1) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, -1)
#elif PACKETVER >= 20140129
-packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 2)
#elif PACKETVER >= 20140122
-packetLen(0x095d, -1) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, -1)
#elif PACKETVER >= 20140115
-packetLen(0x095d, 26) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 26)
#elif PACKETVER >= 20140108
-packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 2)
#endif
// Packet: 0x095e
#if PACKETVER >= 20140924
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
#elif PACKETVER >= 20140917
-packetLen(0x095e, 5) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 5)
#elif PACKETVER >= 20140625
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
#elif PACKETVER >= 20140618
-packetLen(0x095e, 19) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 19)
#elif PACKETVER >= 20140430
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
#elif PACKETVER >= 20140423
-packetLen(0x095e, 4) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 4)
#elif PACKETVER >= 20140416
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
#elif PACKETVER >= 20140409
-packetLen(0x095e, 19) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 19)
#elif PACKETVER >= 20140319
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
#elif PACKETVER >= 20140305
-packetLen(0x095e, 36) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 36)
#elif PACKETVER >= 20140108
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
#endif
// Packet: 0x095f
#if PACKETVER >= 20141231
-packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 2)
#elif PACKETVER >= 20141224
-packetLen(0x095f, 7) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 7)
#elif PACKETVER >= 20141203
-packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 2)
#elif PACKETVER >= 20141126
-packetLen(0x095f, 8) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 8)
#elif PACKETVER >= 20141112
-packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 2)
#elif PACKETVER >= 20141105
-packetLen(0x095f, -1) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, -1)
#elif PACKETVER >= 20140730
-packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 2)
#elif PACKETVER >= 20140723
-packetLen(0x095f, 4) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 4)
#elif PACKETVER >= 20140716
-packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 2)
#elif PACKETVER >= 20140709
-packetLen(0x095f, 18) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 18)
#elif PACKETVER >= 20140605
-packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 2)
#elif PACKETVER >= 20140528
-packetLen(0x095f, 6) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 6)
#elif PACKETVER >= 20140521
-packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 2)
#elif PACKETVER >= 20140514
-packetLen(0x095f, 5) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 5)
#elif PACKETVER >= 20140129
-packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 2)
#elif PACKETVER >= 20140122
-packetLen(0x095f, -1) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, -1)
#elif PACKETVER >= 20140108
-packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 2)
#endif
// Packet: 0x0960
#if PACKETVER >= 20141224
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20141217
-packetLen(0x0960, 4) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 4)
#elif PACKETVER >= 20141119
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20141112
-packetLen(0x0960, 6) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 6)
#elif PACKETVER >= 20140730
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20140723
-packetLen(0x0960, 5) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 5)
#elif PACKETVER >= 20140702
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20140625
-packetLen(0x0960, 36) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 36)
#elif PACKETVER >= 20140108
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#endif
// Packet: 0x0961
#if PACKETVER >= 20141217
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#elif PACKETVER >= 20141210
-packetLen(0x0961, 26) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 26)
#elif PACKETVER >= 20140827
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#elif PACKETVER >= 20140820
-packetLen(0x0961, 18) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 18)
#elif PACKETVER >= 20140716
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#elif PACKETVER >= 20140709
-packetLen(0x0961, 6) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 6)
#elif PACKETVER >= 20140326
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#elif PACKETVER >= 20140319
-packetLen(0x0961, 18) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 18)
#elif PACKETVER >= 20140226
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#elif PACKETVER >= 20140219
-packetLen(0x0961, 6) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 6)
#elif PACKETVER >= 20140205
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#elif PACKETVER >= 20140129
-packetLen(0x0961, 26) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 26)
#elif PACKETVER >= 20140108
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#endif
// Packet: 0x0962
#if PACKETVER >= 20141210
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#elif PACKETVER >= 20141203
-packetLen(0x0962, 10) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 10)
#elif PACKETVER >= 20141119
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#elif PACKETVER >= 20141112
-packetLen(0x0962, 10) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 10)
#elif PACKETVER >= 20140625
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#elif PACKETVER >= 20140618
-packetLen(0x0962, 8) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 8)
#elif PACKETVER >= 20140521
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#elif PACKETVER >= 20140514
-packetLen(0x0962, 26) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 26)
#elif PACKETVER >= 20140305
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#elif PACKETVER >= 20140226
-packetLen(0x0962, 8) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 8)
#elif PACKETVER >= 20140108
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#endif
// Packet: 0x0963
#if PACKETVER >= 20141217
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
#elif PACKETVER >= 20141210
-packetLen(0x0963, 36) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 36)
#elif PACKETVER >= 20141126
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
#elif PACKETVER >= 20141119
-packetLen(0x0963, 90) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 90)
#elif PACKETVER >= 20140618
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
#elif PACKETVER >= 20140611
-packetLen(0x0963, 6) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 6)
// ignored packet from 2014-06-11cRagexe
// ignored packet from 2014-06-11eRagexe
#elif PACKETVER >= 20140605
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
#elif PACKETVER >= 20140528
-packetLen(0x0963, 10) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 10)
#elif PACKETVER >= 20140108
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
#endif
// Packet: 0x0964
#if PACKETVER >= 20140605
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#elif PACKETVER >= 20140528
-packetLen(0x0964, 19) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 19)
#elif PACKETVER >= 20140326
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#elif PACKETVER >= 20140319
-packetLen(0x0964, 6) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 6)
#elif PACKETVER >= 20140305
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#elif PACKETVER >= 20140226
-packetLen(0x0964, 6) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 6)
#elif PACKETVER >= 20140108
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#endif
// Packet: 0x0965
#if PACKETVER >= 20141203
-packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 2)
#elif PACKETVER >= 20141126
-packetLen(0x0965, 26) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 26)
#elif PACKETVER >= 20140618
-packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 2)
#elif PACKETVER >= 20140611
-packetLen(0x0965, 5) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 5)
// ignored packet from 2014-06-11cRagexe
// ignored packet from 2014-06-11eRagexe
#elif PACKETVER >= 20140521
-packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 2)
#elif PACKETVER >= 20140514
-packetLen(0x0965, -1) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, -1)
#elif PACKETVER >= 20140409
-packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 2)
#elif PACKETVER >= 20140402
-packetLen(0x0965, 12) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 12)
#elif PACKETVER >= 20140122
-packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 2)
#elif PACKETVER >= 20140115
-packetLen(0x0965, -1) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, -1)
#elif PACKETVER >= 20140108
-packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 2)
#endif
// Packet: 0x0966
#if PACKETVER >= 20140924
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#elif PACKETVER >= 20140917
-packetLen(0x0966, 4) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 4)
#elif PACKETVER >= 20140605
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#elif PACKETVER >= 20140528
-packetLen(0x0966, -1) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, -1)
#elif PACKETVER >= 20140319
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#elif PACKETVER >= 20140312
-packetLen(0x0966, 8) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 8)
#elif PACKETVER >= 20140122
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#elif PACKETVER >= 20140115
-packetLen(0x0966, 19) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 19)
#elif PACKETVER >= 20140108
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#endif
// Packet: 0x0967
#if PACKETVER >= 20141217
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20141210
-packetLen(0x0967, 8) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 8)
#elif PACKETVER >= 20141022
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20141015
-packetLen(0x0967, 5) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 5)
#elif PACKETVER >= 20140820
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20140813
-packetLen(0x0967, 8) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 8)
#elif PACKETVER >= 20140625
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20140618
-packetLen(0x0967, 5) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 5)
#elif PACKETVER >= 20140108
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#endif
// Packet: 0x0968
#if PACKETVER >= 20141112
-packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 2)
#elif PACKETVER >= 20141105
-packetLen(0x0968, 18) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 18)
#elif PACKETVER >= 20140702
-packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 2)
#elif PACKETVER >= 20140625
-packetLen(0x0968, 6) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 6)
#elif PACKETVER >= 20140528
-packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 2)
#elif PACKETVER >= 20140521
-packetLen(0x0968, 5) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 5)
#elif PACKETVER >= 20140108
-packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 2)
#endif
// Packet: 0x0969
#if PACKETVER >= 20140723
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#elif PACKETVER >= 20140716
-packetLen(0x0969, -1) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, -1)
#elif PACKETVER >= 20140702
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#elif PACKETVER >= 20140625
-packetLen(0x0969, 26) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 26)
#elif PACKETVER >= 20140402
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#elif PACKETVER >= 20140326
-packetLen(0x0969, 10) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 10)
#elif PACKETVER >= 20140305
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#elif PACKETVER >= 20140226
-packetLen(0x0969, -1) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, -1)
#elif PACKETVER >= 20140108
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#endif
// Packet: 0x096a
#if PACKETVER >= 20141231
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20141217
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20141210
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20141203
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20141126
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20141105
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20141008
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20140917
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20140827
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20140820
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20140806
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20140709
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20140625
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20140611
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20140605
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20140528
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20140514
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20140508
-packetLen(0x096a, 18) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 18)
// ignored packet from 2014-05-08aRagexe
#elif PACKETVER >= 20140430
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20140423
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20140416
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20140326
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20140319
-packetLen(0x096a, -1) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, -1)
#elif PACKETVER >= 20140312
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20140226
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20140212
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20140129
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20140122
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20140115
-packetLen(0x096a, 18) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 18)
#elif PACKETVER >= 20140108
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#endif
// Packet: 0x096b
-packetLen(0x096b, 4) // ZC_PRNPC_STATE
+packetLen(0x096b, 4)
// Packet: 0x096c
-packetLen(0x096c, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x096c, 6)
// Packet: 0x096d
-packetLen(0x096d, -1) // ZC_MERGE_ITEM_OPEN
+packetLen(0x096d, -1)
// Packet: 0x096e
-packetLen(0x096e, -1) // CZ_REQ_MERGE_ITEM
+packetLen(0x096e, -1)
// Packet: 0x096f
-packetLen(0x096f, 7) // ZC_ACK_MERGE_ITEM
+packetLen(0x096f, 7)
// Packet: 0x0970
-packetLen(0x0970, 31) // CH_MAKE_CHAR_NOT_STATS
+packetLen(0x0970, 31)
// Packet: 0x0971
-packetLen(0x0971, 6) // ZC_PARTY_RECRUIT_REFUSE_VOLUNTEER_TO_PM
+packetLen(0x0971, 6)
// Packet: 0x0972
-packetLen(0x0972, -1) // ZC_SAY_DIALOG2
+packetLen(0x0972, -1)
// Packet: 0x0973
-packetLen(0x0973, 7) // ZC_WAIT_DIALOG2
+packetLen(0x0973, 7)
// Packet: 0x0974
-packetLen(0x0974, 2) // CZ_CANCEL_MERGE_ITEM
+packetLen(0x0974, 2)
// Packet: 0x0975
-packetLen(0x0975, -1) // ZC_STORE_ITEMLIST_NORMAL_V2
+packetLen(0x0975, -1)
// Packet: 0x0976
-packetLen(0x0976, -1) // ZC_STORE_ITEMLIST_EQUIP_V2
+packetLen(0x0976, -1)
// Packet: 0x0977
-packetLen(0x0977, 14) // ZC_HP_INFO
+packetLen(0x0977, 14)
// Packet: 0x0978
-packetLen(0x0978, 6) // CZ_REQ_BEFORE_WORLD_INFO
+packetLen(0x0978, 6)
// Packet: 0x0979
-packetLen(0x0979, 50) // ZC_ACK_BEFORE_WORLD_INFO
+packetLen(0x0979, 50)
// Packet: 0x097a
-packetLen(0x097a, -1) // ZC_ALL_QUEST_LIST2
+packetLen(0x097a, -1)
// Packet: 0x097b
-packetLen(0x097b, -1) // ZC_PERSONAL_INFOMATION2
+packetLen(0x097b, -1)
// Packet: 0x097c
-packetLen(0x097c, 4) // CZ_REQ_RANKING
+packetLen(0x097c, 4)
// Packet: 0x097d
-packetLen(0x097d, 288) // ZC_ACK_RANKING
+packetLen(0x097d, 288)
// Packet: 0x097e
-packetLen(0x097e, 12) // ZC_UPDATE_RANKING_POINT
+packetLen(0x097e, 12)
// Packet: 0x097f
-packetLen(0x097f, -1) // ZC_SELECTCART
+packetLen(0x097f, -1)
// Packet: 0x0980
-packetLen(0x0980, 7) // CZ_SELECTCART
+packetLen(0x0980, 7)
// Packet: 0x0981
-packetLen(0x0981, -1) // ZC_PERSONAL_INFOMATION_CHN
+packetLen(0x0981, -1)
// Packet: 0x0982
-packetLen(0x0982, 7) // ZC_FATIGUE_CHN
+packetLen(0x0982, 7)
// Packet: 0x0983
-packetLen(0x0983, 29) // ZC_MSG_STATE_CHANGE3
+packetLen(0x0983, 29)
// Packet: 0x0984
-packetLen(0x0984, 28) // ZC_EFST_SET_ENTER2
+packetLen(0x0984, 28)
// Packet: 0x0985
-packetLen(0x0985, -1) // ZC_SKILL_POSTDELAY_LIST2
+packetLen(0x0985, -1)
// Packet: 0x0986
-packetLen(0x0986, 10) // AC_SHUTDOWN_NOTIFY
+packetLen(0x0986, 10)
// Packet: 0x0987
-packetLen(0x0987, -1) // CA_LOGIN6
+packetLen(0x0987, -1)
// Packet: 0x0988
-packetLen(0x0988, 6) // ZC_NOTIFY_CLAN_CONNECTINFO
+packetLen(0x0988, 6)
// Packet: 0x0989
-packetLen(0x0989, 2) // ZC_ACK_CLAN_LEAVE
+packetLen(0x0989, 2)
// Packet: 0x098a
-packetLen(0x098a, -1) // ZC_CLANINFO
+packetLen(0x098a, -1)
// Packet: 0x098b
-packetLen(0x098b, 2) // AC_REQ_NEW_USER
+packetLen(0x098b, 2)
// Packet: 0x098c
-packetLen(0x098c, 4) // CA_ACK_NEW_USER
+packetLen(0x098c, 4)
// Packet: 0x098d
-packetLen(0x098d, -1) // CZ_CLAN_CHAT
+packetLen(0x098d, -1)
// Packet: 0x098e
-packetLen(0x098e, -1) // ZC_NOTIFY_CLAN_CHAT
+packetLen(0x098e, -1)
// Packet: 0x098f
-packetLen(0x098f, -1) // CH_DELETE_CHAR3_EXT
+packetLen(0x098f, -1)
// Packet: 0x0990
-packetLen(0x0990, 31) // ZC_ITEM_PICKUP_ACK_V5
+packetLen(0x0990, 31)
// Packet: 0x0991
-packetLen(0x0991, -1) // ZC_INVENTORY_ITEMLIST_NORMAL_V5
+packetLen(0x0991, -1)
// Packet: 0x0992
-packetLen(0x0992, -1) // ZC_INVENTORY_ITEMLIST_EQUIP_V5
+packetLen(0x0992, -1)
// Packet: 0x0993
-packetLen(0x0993, -1) // ZC_CART_ITEMLIST_NORMAL_V5
+packetLen(0x0993, -1)
// Packet: 0x0994
-packetLen(0x0994, -1) // ZC_CART_ITEMLIST_EQUIP_V5
+packetLen(0x0994, -1)
// Packet: 0x0995
-packetLen(0x0995, -1) // ZC_STORE_ITEMLIST_NORMAL_V5
+packetLen(0x0995, -1)
// Packet: 0x0996
-packetLen(0x0996, -1) // ZC_STORE_ITEMLIST_EQUIP_V5
+packetLen(0x0996, -1)
// Packet: 0x0997
-packetLen(0x0997, -1) // ZC_EQUIPWIN_MICROSCOPE_V5
+packetLen(0x0997, -1)
// Packet: 0x0998
-packetLen(0x0998, 8) // CZ_REQ_WEAR_EQUIP_V5
+packetLen(0x0998, 8)
// Packet: 0x0999
-packetLen(0x0999, 11) // ZC_ACK_WEAR_EQUIP_V5
+packetLen(0x0999, 11)
// Packet: 0x099a
-packetLen(0x099a, 9) // ZC_ACK_TAKEOFF_EQUIP_V5
+packetLen(0x099a, 9)
// Packet: 0x099b
-packetLen(0x099b, 8) // ZC_MAPPROPERTY_R2
+packetLen(0x099b, 8)
// Packet: 0x099c
-packetLen(0x099c, 6) // CH_REQ_CHARINFO_PER_PAGE
+packetLen(0x099c, 6)
// Packet: 0x099d
-packetLen(0x099d, -1) // HC_ACK_CHARINFO_PER_PAGE
+packetLen(0x099d, -1)
// Packet: 0x099e
-packetLen(0x099e, 12) // HC_QUEUE_ORDER
+packetLen(0x099e, 12)
// Packet: 0x099f
-packetLen(0x099f, -1) // ZC_SKILL_ENTRY4
+packetLen(0x099f, -1)
// Packet: 0x09a0
-packetLen(0x09a0, 6) // HC_CHARLIST_NOTIFY
+packetLen(0x09a0, 6)
// Packet: 0x09a1
-packetLen(0x09a1, 2) // CH_CHARLIST_REQ
+packetLen(0x09a1, 2)
// Packet: 0x09a2
-packetLen(0x09a2, 6) // AC_REQ_MOBILE_OTP
+packetLen(0x09a2, 6)
// Packet: 0x09a3
-packetLen(0x09a3, -1) // CA_ACK_MOBILE_OTP
+packetLen(0x09a3, -1)
// Packet: 0x09a4
-packetLen(0x09a4, 18) // ZC_DISPATCH_TIMING_INFO_CHN
+packetLen(0x09a4, 18)
// Packet: 0x09a5
-packetLen(0x09a5, 7) // AC_REFUSE_LOGIN3
+packetLen(0x09a5, 7)
// Packet: 0x09a6
-packetLen(0x09a6, 12) // ZC_BANKING_CHECK
+packetLen(0x09a6, 12)
// Packet: 0x09a7
-packetLen(0x09a7, 10) // CZ_REQ_BANKING_DEPOSIT
+packetLen(0x09a7, 10)
// Packet: 0x09a8
-packetLen(0x09a8, 16) // ZC_ACK_BANKING_DEPOSIT
+packetLen(0x09a8, 16)
// Packet: 0x09a9
-packetLen(0x09a9, 10) // CZ_REQ_BANKING_WITHDRAW
+packetLen(0x09a9, 10)
// Packet: 0x09aa
-packetLen(0x09aa, 16) // ZC_ACK_BANKING_WITHDRAW
+packetLen(0x09aa, 16)
// Packet: 0x09ab
-packetLen(0x09ab, 6) // CZ_REQ_BANKING_CHECK
+packetLen(0x09ab, 6)
// Packet: 0x09ac
-packetLen(0x09ac, -1) // CZ_REQ_CASH_BARGAIN_SALE_ITEM_INFO
+packetLen(0x09ac, -1)
// Packet: 0x09ad
-packetLen(0x09ad, 10) // ZC_ACK_CASH_BARGAIN_SALE_ITEM_INFO
+packetLen(0x09ad, 10)
// Packet: 0x09ae
-packetLen(0x09ae, 17) // CZ_REQ_APPLY_BARGAIN_SALE_ITEM
+packetLen(0x09ae, 17)
// Packet: 0x09af
-packetLen(0x09af, 4) // ZC_ACK_APPLY_BARGAIN_SALE_ITEM
+packetLen(0x09af, 4)
// Packet: 0x09b0
-packetLen(0x09b0, 8) // CZ_REQ_REMOVE_BARGAIN_SALE_ITEM
+packetLen(0x09b0, 8)
// Packet: 0x09b1
-packetLen(0x09b1, 4) // ZC_ACK_REMOVE_BARGAIN_SALE_ITEM
+packetLen(0x09b1, 4)
// Packet: 0x09b2
-packetLen(0x09b2, 8) // ZC_NOTIFY_BARGAIN_SALE_SELLING
+packetLen(0x09b2, 8)
// Packet: 0x09b3
-packetLen(0x09b3, 4) // ZC_NOTIFY_BARGAIN_SALE_CLOSE
+packetLen(0x09b3, 4)
// Packet: 0x09b4
-packetLen(0x09b4, 6) // CZ_OPEN_BARGAIN_SALE_TOOL
+packetLen(0x09b4, 6)
// Packet: 0x09b5
-packetLen(0x09b5, 2) // ZC_OPEN_BARGAIN_SALE_TOOL
+packetLen(0x09b5, 2)
// Packet: 0x09b6
-packetLen(0x09b6, 6) // CZ_REQ_OPEN_BANKING
+packetLen(0x09b6, 6)
// Packet: 0x09b7
-packetLen(0x09b7, 4) // ZC_ACK_OPEN_BANKING
+packetLen(0x09b7, 4)
// Packet: 0x09b8
-packetLen(0x09b8, 6) // CZ_REQ_CLOSE_BANKING
+packetLen(0x09b8, 6)
// Packet: 0x09b9
-packetLen(0x09b9, 4) // ZC_ACK_CLOSE_BANKING
+packetLen(0x09b9, 4)
// Packet: 0x09ba
-packetLen(0x09ba, 2) // CZ_REQ_OPEN_GUILD_STORAGE
+packetLen(0x09ba, 2)
// Packet: 0x09bb
-packetLen(0x09bb, 6) // ZC_ACK_OPEN_GUILD_STORAGE
+packetLen(0x09bb, 6)
// Packet: 0x09bc
-packetLen(0x09bc, 6) // CZ_CLOSE_BARGAIN_SALE_TOOL
+packetLen(0x09bc, 6)
// Packet: 0x09bd
-packetLen(0x09bd, 2) // ZC_CLOSE_BARGAIN_SALE_TOOL
+packetLen(0x09bd, 2)
// Packet: 0x09be
-packetLen(0x09be, 2) // CZ_REQ_CLOSE_GUILD_STORAGE
+packetLen(0x09be, 2)
// Packet: 0x09bf
-packetLen(0x09bf, 4) // ZC_ACK_CLOSE_GUILD_STORAGE
+packetLen(0x09bf, 4)
// Packet: 0x09c1
-packetLen(0x09c1, 10) // ZC_C_MARKERINFO
+packetLen(0x09c1, 10)
// Packet: 0x09c2
-packetLen(0x09c2, -1) // HC_SECRETSCAN_DATA
+packetLen(0x09c2, -1)
// Packet: 0x09c3
-packetLen(0x09c3, 8) // CZ_REQ_COUNT_BARGAIN_SALE_ITEM
+packetLen(0x09c3, 8)
// Packet: 0x09c4
-packetLen(0x09c4, 8) // ZC_ACK_COUNT_BARGAIN_SALE_ITEM
+packetLen(0x09c4, 8)
// Packet: 0x09c5
-packetLen(0x09c5, 1042) // CS_LOGIN_QUERY
+packetLen(0x09c5, 1042)
// Packet: 0x09c6
-packetLen(0x09c6, -1) // SC_LOGIN_ANSWER
+packetLen(0x09c6, -1)
// Packet: 0x09c7
-packetLen(0x09c7, 18) // SC_LOGIN_ERROR
+packetLen(0x09c7, 18)
// Packet: 0x09c8
-packetLen(0x09c8, -1) // CA_LOGIN_OTP
+packetLen(0x09c8, -1)
// Packet: 0x09c9
-packetLen(0x09c9, -1) // SC_SOCT
+packetLen(0x09c9, -1)
// Packet: 0x09ca
-packetLen(0x09ca, -1) // ZC_SKILL_ENTRY5
+packetLen(0x09ca, -1)
// Packet: 0x09cb
-packetLen(0x09cb, 17) // ZC_USE_SKILL2
+packetLen(0x09cb, 17)
// Packet: 0x09cc
-packetLen(0x09cc, -1) // ZC_SECRETSCAN_DATA
+packetLen(0x09cc, -1)
// Packet: 0x09cd
-packetLen(0x09cd, 8) // ZC_MSG_COLOR
+packetLen(0x09cd, 8)
// Packet: 0x09ce
-packetLen(0x09ce, 102) // CZ_ITEM_CREATE_EX
+packetLen(0x09ce, 102)
// Packet: 0x09cf
-packetLen(0x09cf, -1) // ZC_NPROTECTGAMEGUARDCSAUTH
+packetLen(0x09cf, -1)
// Packet: 0x09d0
-packetLen(0x09d0, -1) // CZ_NPROTECTGAMEGUARDCSAUTH
+packetLen(0x09d0, -1)
// Packet: 0x09d1
-packetLen(0x09d1, 14) // ZC_PROGRESS_ACTOR
+packetLen(0x09d1, 14)
// Packet: 0x09d2
-packetLen(0x09d2, -1) // ZC_GUILDSTORAGE_ITEMLIST_NORMAL_V5
+packetLen(0x09d2, -1)
// Packet: 0x09d3
-packetLen(0x09d3, -1) // ZC_GUILDSTORAGE_ITEMLIST_EQUIP_V5
+packetLen(0x09d3, -1)
// Packet: 0x09d4
-packetLen(0x09d4, 2) // CZ_NPC_TRADE_QUIT
+packetLen(0x09d4, 2)
// Packet: 0x09d5
-packetLen(0x09d5, -1) // ZC_NPC_MARKET_OPEN
+packetLen(0x09d5, -1)
// Packet: 0x09d6
-packetLen(0x09d6, -1) // CZ_NPC_MARKET_PURCHASE
+packetLen(0x09d6, -1)
// Packet: 0x09d7
-packetLen(0x09d7, -1) // ZC_NPC_MARKET_PURCHASE_RESULT
+packetLen(0x09d7, -1)
// Packet: 0x09d8
-packetLen(0x09d8, 2) // CZ_NPC_MARKET_CLOSE
+packetLen(0x09d8, 2)
// Packet: 0x09d9
-packetLen(0x09d9, 4) // CZ_REQ_GUILDSTORAGE_LOG
+packetLen(0x09d9, 4)
// Packet: 0x09da
-packetLen(0x09da, -1) // ZC_ACK_GUILDSTORAGE_LOG
+packetLen(0x09da, -1)
// Packet: 0x09db
-packetLen(0x09db, -1) // ZC_NOTIFY_MOVEENTRY10
+packetLen(0x09db, -1)
// Packet: 0x09dc
-packetLen(0x09dc, -1) // ZC_NOTIFY_NEWENTRY10
+packetLen(0x09dc, -1)
// Packet: 0x09dd
-packetLen(0x09dd, -1) // ZC_NOTIFY_STANDENTRY10
+packetLen(0x09dd, -1)
// Packet: 0x09de
-packetLen(0x09de, -1) // ZC_WHISPER02
+packetLen(0x09de, -1)
// Packet: 0x09df
-packetLen(0x09df, 7) // ZC_ACK_WHISPER02
+packetLen(0x09df, 7)
// Packet: 0x09e0
-packetLen(0x09e0, -1) // SC_LOGIN_ANSWER_WITH_ID
+packetLen(0x09e0, -1)
// Packet: 0x09e1
-packetLen(0x09e1, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_GUILDSTORAGE
+packetLen(0x09e1, 8)
// Packet: 0x09e2
-packetLen(0x09e2, 8) // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_BODY
+packetLen(0x09e2, 8)
// Packet: 0x09e3
-packetLen(0x09e3, 8) // CZ_MOVE_ITEM_FROM_CART_TO_GUILDSTORAGE
+packetLen(0x09e3, 8)
// Packet: 0x09e4
-packetLen(0x09e4, 8) // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_CART
+packetLen(0x09e4, 8)
// Packet: 0x09e5
-packetLen(0x09e5, 18) // ZC_DELETEITEM_FROM_MCSTORE2
+packetLen(0x09e5, 18)
// Packet: 0x09e6
-packetLen(0x09e6, 22) // ZC_UPDATE_ITEM_FROM_BUYING_STORE2
+packetLen(0x09e6, 22)
// Packet: 0x09e7
#if PACKETVER >= 20140716
-packetLen(0x09e7, 3) // ZC_NOTIFY_UNREAD_RODEX
+packetLen(0x09e7, 3)
#elif PACKETVER >= 20140108
-packetLen(0x09e7, 2) // ZC_NOTIFY_UNREAD_RODEX
+packetLen(0x09e7, 2)
#endif
// Packet: 0x09e8
#if PACKETVER >= 20140212
-packetLen(0x09e8, 11) // CZ_OPEN_RODEXBOX
+packetLen(0x09e8, 11)
#elif PACKETVER >= 20140108
-packetLen(0x09e8, 10) // CZ_OPEN_RODEXBOX
+packetLen(0x09e8, 10)
#endif
// Packet: 0x09e9
-packetLen(0x09e9, 2) // CZ_CLOSE_RODEXBOX
+packetLen(0x09e9, 2)
// Packet: 0x09ea
-packetLen(0x09ea, 11) // CZ_REQ_READ_RODEX
+packetLen(0x09ea, 11)
// Packet: 0x09eb
#if PACKETVER >= 20140115
-packetLen(0x09eb, -1) // ZC_ACK_READ_RODEX
+packetLen(0x09eb, -1)
#elif PACKETVER >= 20140108
-packetLen(0x09eb, 23) // ZC_ACK_READ_RODEX
+packetLen(0x09eb, 23)
#endif
// Packet: 0x09ec
-packetLen(0x09ec, -1) // CZ_REQ_SEND_RODEX
+packetLen(0x09ec, -1)
// Packet: 0x09ed
-packetLen(0x09ed, 3) // ZC_ACK_SEND_RODEX
+packetLen(0x09ed, 3)
// Packet: 0x09ee
-packetLen(0x09ee, 11) // CZ_REQ_NEXT_RODEX
+packetLen(0x09ee, 11)
// Packet: 0x09ef
-packetLen(0x09ef, 11) // CZ_REQ_REFRESH_RODEX
+packetLen(0x09ef, 11)
// Packet: 0x09f0
-packetLen(0x09f0, -1) // ZC_ACK_RODEX_LIST
+packetLen(0x09f0, -1)
// Packet: 0x09f1
#if PACKETVER >= 20140326
-packetLen(0x09f1, 11) // CZ_REQ_ZENY_FROM_RODEX
+packetLen(0x09f1, 11)
#elif PACKETVER >= 20140115
-packetLen(0x09f1, 10) // CZ_REQ_ZENY_FROM_RODEX
+packetLen(0x09f1, 10)
#endif
// Packet: 0x09f2
#if PACKETVER >= 20140409
-packetLen(0x09f2, 12) // ZC_ACK_ZENY_FROM_RODEX
+packetLen(0x09f2, 12)
#elif PACKETVER >= 20140326
-packetLen(0x09f2, 4) // ZC_ACK_ZENY_FROM_RODEX
+packetLen(0x09f2, 4)
#elif PACKETVER >= 20140115
-packetLen(0x09f2, 3) // ZC_ACK_ZENY_FROM_RODEX
+packetLen(0x09f2, 3)
#endif
// Packet: 0x09f3
#if PACKETVER >= 20140326
-packetLen(0x09f3, 11) // CZ_REQ_ITEM_FROM_RODEX
+packetLen(0x09f3, 11)
#elif PACKETVER >= 20140305
-packetLen(0x09f3, 10) // CZ_REQ_ITEM_FROM_RODEX
+packetLen(0x09f3, 10)
#elif PACKETVER >= 20140115
-packetLen(0x09f3, 15) // CZ_REQ_ITEM_FROM_RODEX
+packetLen(0x09f3, 15)
#endif
// Packet: 0x09f4
#if PACKETVER >= 20140409
-packetLen(0x09f4, 12) // ZC_ACK_ITEM_FROM_RODEX
+packetLen(0x09f4, 12)
#elif PACKETVER >= 20140326
-packetLen(0x09f4, 4) // ZC_ACK_ITEM_FROM_RODEX
+packetLen(0x09f4, 4)
#elif PACKETVER >= 20140305
-packetLen(0x09f4, 3) // ZC_ACK_ITEM_FROM_RODEX
+packetLen(0x09f4, 3)
#elif PACKETVER >= 20140115
-packetLen(0x09f4, 12) // ZC_ACK_ITEM_FROM_RODEX
+packetLen(0x09f4, 12)
#endif
// Packet: 0x09f5
-packetLen(0x09f5, 11) // CZ_REQ_DELETE_RODEX
+packetLen(0x09f5, 11)
// Packet: 0x09f6
-packetLen(0x09f6, 11) // ZC_ACK_DELETE_RODEX
+packetLen(0x09f6, 11)
// Packet: 0x09f7
-packetLen(0x09f7, 75) // ZC_PROPERTY_HOMUN_2
+packetLen(0x09f7, 75)
// Packet: 0x09f8
#if PACKETVER >= 20140115
-packetLen(0x09f8, -1) // ZC_ALL_QUEST_LIST3
+packetLen(0x09f8, -1)
#endif
// Packet: 0x09f9
#if PACKETVER >= 20140122
-packetLen(0x09f9, 143) // ZC_ADD_QUEST_EX
+packetLen(0x09f9, 143)
#elif PACKETVER >= 20140115
-packetLen(0x09f9, 131) // ZC_ADD_QUEST_EX
+packetLen(0x09f9, 131)
#endif
// Packet: 0x09fa
#if PACKETVER >= 20140115
-packetLen(0x09fa, -1) // ZC_UPDATE_MISSION_HUNT_EX
+packetLen(0x09fa, -1)
#endif
// Packet: 0x09fb
#if PACKETVER >= 20140122
-packetLen(0x09fb, -1) // CZ_PET_EVOLUTION
+packetLen(0x09fb, -1)
#endif
// Packet: 0x09fc
#if PACKETVER >= 20140122
-packetLen(0x09fc, 6) // ZC_PET_EVOLUTION_RESULT
+packetLen(0x09fc, 6)
#endif
// Packet: 0x09fd
#if PACKETVER >= 20140122
-packetLen(0x09fd, -1) // ZC_NOTIFY_MOVEENTRY11
+packetLen(0x09fd, -1)
#endif
// Packet: 0x09fe
#if PACKETVER >= 20140122
-packetLen(0x09fe, -1) // ZC_NOTIFY_NEWENTRY11
+packetLen(0x09fe, -1)
#endif
// Packet: 0x09ff
#if PACKETVER >= 20140122
-packetLen(0x09ff, -1) // ZC_NOTIFY_STANDENTRY11
+packetLen(0x09ff, -1)
#endif
// Packet: 0x0a00
#if PACKETVER >= 20140129
-packetLen(0x0a00, 269) // ZC_SHORTCUT_KEY_LIST_V3
+packetLen(0x0a00, 269)
#endif
// Packet: 0x0a01
#if PACKETVER >= 20140129
-packetLen(0x0a01, 3) // CZ_SHORTCUTKEYBAR_ROTATE
+packetLen(0x0a01, 3)
#endif
// Packet: 0x0a02
#if PACKETVER >= 20140212
-packetLen(0x0a02, 4) // ZC_DRESSROOM_OPEN
+packetLen(0x0a02, 4)
#endif
// Packet: 0x0a03
#if PACKETVER >= 20140326
-packetLen(0x0a03, 2) // CZ_REQ_CANCEL_WRITE_RODEX
+packetLen(0x0a03, 2)
#elif PACKETVER >= 20140226
-packetLen(0x0a03, 14) // CZ_REQ_CANCEL_WRITE_RODEX
+packetLen(0x0a03, 14)
#endif
// Packet: 0x0a04
#if PACKETVER >= 20140416
-packetLen(0x0a04, 6) // CZ_REQ_ADD_ITEM_RODEX
+packetLen(0x0a04, 6)
#elif PACKETVER >= 20140326
// removed
#elif PACKETVER >= 20140226
-packetLen(0x0a04, 11) // CZ_REQ_ADD_ITEM_RODEX
+packetLen(0x0a04, 11)
#endif
// Packet: 0x0a05
#if PACKETVER >= 20141119
-packetLen(0x0a05, 53) // ZC_ACK_ADD_ITEM_RODEX
+packetLen(0x0a05, 53)
#elif PACKETVER >= 20141008
-packetLen(0x0a05, 49) // ZC_ACK_ADD_ITEM_RODEX
+packetLen(0x0a05, 49)
#elif PACKETVER >= 20140416
-packetLen(0x0a05, 48) // ZC_ACK_ADD_ITEM_RODEX
+packetLen(0x0a05, 48)
#elif PACKETVER >= 20140226
-packetLen(0x0a05, 6) // ZC_ACK_ADD_ITEM_RODEX
+packetLen(0x0a05, 6)
#endif
// Packet: 0x0a06
#if PACKETVER >= 20140416
-packetLen(0x0a06, 6) // CZ_REQ_REMOVE_RODEX_ITEM
+packetLen(0x0a06, 6)
#elif PACKETVER >= 20140226
-packetLen(0x0a06, 5) // CZ_REQ_REMOVE_RODEX_ITEM
+packetLen(0x0a06, 5)
#endif
// Packet: 0x0a07
#if PACKETVER >= 20140521
-packetLen(0x0a07, 9) // ZC_ACK_REMOVE_RODEX_ITEM
+packetLen(0x0a07, 9)
#elif PACKETVER >= 20140416
-packetLen(0x0a07, 7) // ZC_ACK_REMOVE_RODEX_ITEM
+packetLen(0x0a07, 7)
#elif PACKETVER >= 20140326
-packetLen(0x0a07, 6) // ZC_ACK_REMOVE_RODEX_ITEM
+packetLen(0x0a07, 6)
#elif PACKETVER >= 20140305
-packetLen(0x0a07, 4) // ZC_ACK_REMOVE_RODEX_ITEM
+packetLen(0x0a07, 4)
#endif
// Packet: 0x0a08
#if PACKETVER >= 20140416
-packetLen(0x0a08, 26) // CZ_REQ_OPEN_WRITE_RODEX
+packetLen(0x0a08, 26)
#elif PACKETVER >= 20140326
-packetLen(0x0a08, 7) // CZ_REQ_OPEN_WRITE_RODEX
+packetLen(0x0a08, 7)
#elif PACKETVER >= 20140305
-packetLen(0x0a08, 5) // CZ_REQ_OPEN_WRITE_RODEX
+packetLen(0x0a08, 5)
#endif
// Packet: 0x0a09
#if PACKETVER >= 20140312
-packetLen(0x0a09, 45) // ZC_ADD_EXCHANGE_ITEM3
+packetLen(0x0a09, 45)
#elif PACKETVER >= 20140305
-packetLen(0x0a09, 50) // ZC_ADD_EXCHANGE_ITEM3
+packetLen(0x0a09, 50)
#endif
// Packet: 0x0a0a
#if PACKETVER >= 20140312
-packetLen(0x0a0a, 47) // ZC_ADD_ITEM_TO_STORE3
+packetLen(0x0a0a, 47)
#elif PACKETVER >= 20140305
-packetLen(0x0a0a, 52) // ZC_ADD_ITEM_TO_STORE3
+packetLen(0x0a0a, 52)
#endif
// Packet: 0x0a0b
#if PACKETVER >= 20140312
-packetLen(0x0a0b, 47) // ZC_ADD_ITEM_TO_CART3
+packetLen(0x0a0b, 47)
#elif PACKETVER >= 20140305
-packetLen(0x0a0b, 52) // ZC_ADD_ITEM_TO_CART3
+packetLen(0x0a0b, 52)
#endif
// Packet: 0x0a0c
#if PACKETVER >= 20140312
-packetLen(0x0a0c, 56) // ZC_ITEM_PICKUP_ACK_V6
+packetLen(0x0a0c, 56)
#elif PACKETVER >= 20140305
-packetLen(0x0a0c, 61) // ZC_ITEM_PICKUP_ACK_V6
+packetLen(0x0a0c, 61)
#endif
// Packet: 0x0a0d
#if PACKETVER >= 20140312
-packetLen(0x0a0d, -1) // ZC_INVENTORY_ITEMLIST_EQUIP_V6
+packetLen(0x0a0d, -1)
#elif PACKETVER >= 20140305
-packetLen(0x0a0d, 4) // ZC_INVENTORY_ITEMLIST_EQUIP_V6
+packetLen(0x0a0d, 4)
#endif
// Packet: 0x0a0e
#if PACKETVER >= 20140312
-packetLen(0x0a0e, 14) // ZC_BATTLEFIELD_NOTIFY_HP2
+packetLen(0x0a0e, 14)
#endif
// Packet: 0x0a0f
#if PACKETVER >= 20140402
-packetLen(0x0a0f, -1) // ZC_CART_ITEMLIST_EQUIP_V6
+packetLen(0x0a0f, -1)
#endif
// Packet: 0x0a10
#if PACKETVER >= 20140402
-packetLen(0x0a10, -1) // ZC_STORE_ITEMLIST_EQUIP_V6
+packetLen(0x0a10, -1)
#endif
// Packet: 0x0a11
#if PACKETVER >= 20140402
-packetLen(0x0a11, -1) // ZC_GUILDSTORAGE_ITEMLIST_EQUIP_V6
+packetLen(0x0a11, -1)
#endif
// Packet: 0x0a12
#if PACKETVER >= 20140416
-packetLen(0x0a12, 27) // ZC_ACK_OPEN_WRITE_RODEX
+packetLen(0x0a12, 27)
#endif
// Packet: 0x0a13
#if PACKETVER >= 20140423
-packetLen(0x0a13, 26) // CZ_CHECK_RECEIVE_CHARACTER_NAME
+packetLen(0x0a13, 26)
#elif PACKETVER >= 20140416
-packetLen(0x0a13, 2) // CZ_CHECK_RECEIVE_CHARACTER_NAME
+packetLen(0x0a13, 2)
#endif
// Packet: 0x0a14
#if PACKETVER >= 20140521
-packetLen(0x0a14, 10) // ZC_CHECK_RECEIVE_CHARACTER_NAME
+packetLen(0x0a14, 10)
#elif PACKETVER >= 20140423
-packetLen(0x0a14, 6) // ZC_CHECK_RECEIVE_CHARACTER_NAME
+packetLen(0x0a14, 6)
#endif
// Packet: 0x0a15
#if PACKETVER >= 20140508
-packetLen(0x0a15, 12) // ZC_GOLDPCCAFE_POINT
+packetLen(0x0a15, 12)
#elif PACKETVER >= 20140430
-packetLen(0x0a15, 11) // ZC_GOLDPCCAFE_POINT
+packetLen(0x0a15, 11)
#endif
// Packet: 0x0a16
#if PACKETVER >= 20140430
-packetLen(0x0a16, 26) // CZ_DYNAMICNPC_CREATE_REQUEST
+packetLen(0x0a16, 26)
#endif
// Packet: 0x0a17
#if PACKETVER >= 20140430
-packetLen(0x0a17, 6) // ZC_DYNAMICNPC_CREATE_RESULT
+packetLen(0x0a17, 6)
#endif
// Packet: 0x0a18
#if PACKETVER >= 20140611
-packetLen(0x0a18, 14) // ZC_ACCEPT_ENTER3
+packetLen(0x0a18, 14)
#elif PACKETVER >= 20140605
-packetLen(0x0a18, 2) // ZC_ACCEPT_ENTER3
+packetLen(0x0a18, 2)
#endif
// Packet: 0x0a19
#if PACKETVER >= 20140611
-packetLen(0x0a19, 2) // CZ_REQ_OPEN_ROULETTE
+packetLen(0x0a19, 2)
#elif PACKETVER >= 20140605
-packetLen(0x0a19, -1) // CZ_REQ_OPEN_ROULETTE
+packetLen(0x0a19, -1)
#endif
// Packet: 0x0a1a
#if PACKETVER >= 20140611
-packetLen(0x0a1a, 23) // ZC_ACK_OPEN_ROULETTE
+packetLen(0x0a1a, 23)
#elif PACKETVER >= 20140605
-packetLen(0x0a1a, 10) // ZC_ACK_OPEN_ROULETTE
+packetLen(0x0a1a, 10)
#endif
// Packet: 0x0a1b
#if PACKETVER >= 20140605
-packetLen(0x0a1b, 2) // CZ_REQ_ROULETTE_INFO
+packetLen(0x0a1b, 2)
#endif
// Packet: 0x0a1c
#if PACKETVER >= 20140611
-packetLen(0x0a1c, -1) // ZC_ACK_ROULEITTE_INFO
+packetLen(0x0a1c, -1)
#elif PACKETVER >= 20140605
-packetLen(0x0a1c, 6) // ZC_ACK_ROULEITTE_INFO
+packetLen(0x0a1c, 6)
#endif
// Packet: 0x0a1d
#if PACKETVER >= 20140611
-packetLen(0x0a1d, 2) // CZ_REQ_CLOSE_ROULETTE
+packetLen(0x0a1d, 2)
#elif PACKETVER >= 20140605
-packetLen(0x0a1d, 14) // CZ_REQ_CLOSE_ROULETTE
+packetLen(0x0a1d, 14)
#endif
// Packet: 0x0a1e
#if PACKETVER >= 20140611
-packetLen(0x0a1e, 3) // ZC_ACK_CLOSE_ROULETTE
+packetLen(0x0a1e, 3)
#endif
// Packet: 0x0a1f
#if PACKETVER >= 20140611
-packetLen(0x0a1f, 2) // CZ_REQ_GENERATE_ROULETTE
+packetLen(0x0a1f, 2)
#endif
// Packet: 0x0a20
#if PACKETVER >= 20140611
-packetLen(0x0a20, 21) // ZC_ACK_GENERATE_ROULETTE
+packetLen(0x0a20, 21)
#endif
// Packet: 0x0a21
#if PACKETVER >= 20140618
-packetLen(0x0a21, 3) // CZ_RECV_ROULETTE_ITEM
+packetLen(0x0a21, 3)
#elif PACKETVER >= 20140611
-packetLen(0x0a21, 6) // CZ_RECV_ROULETTE_ITEM
+packetLen(0x0a21, 6)
#endif
// Packet: 0x0a22
#if PACKETVER >= 20140618
-packetLen(0x0a22, 5) // ZC_RECV_ROULETTE_ITEM
+packetLen(0x0a22, 5)
#elif PACKETVER >= 20140611
-packetLen(0x0a22, 3) // ZC_RECV_ROULETTE_ITEM
+packetLen(0x0a22, 3)
#endif
// Packet: 0x0a23
#if PACKETVER >= 20140611
-packetLen(0x0a23, -1) // ZC_ALL_ACH_LIST
+packetLen(0x0a23, -1)
#endif
// Packet: 0x0a24
#if PACKETVER >= 20141001
-packetLen(0x0a24, 66) // ZC_ACH_UPDATE
+packetLen(0x0a24, 66)
#elif PACKETVER >= 20140723
-packetLen(0x0a24, 56) // ZC_ACH_UPDATE
+packetLen(0x0a24, 56)
#elif PACKETVER >= 20140625
-packetLen(0x0a24, 36) // ZC_ACH_UPDATE
+packetLen(0x0a24, 36)
#elif PACKETVER >= 20140611
-packetLen(0x0a24, 35) // ZC_ACH_UPDATE
+packetLen(0x0a24, 35)
#endif
// Packet: 0x0a25
#if PACKETVER >= 20140611
-packetLen(0x0a25, 6) // CZ_REQ_ACH_REWARD
+packetLen(0x0a25, 6)
#endif
// Packet: 0x0a26
#if PACKETVER >= 20140611
-packetLen(0x0a26, 7) // ZC_REQ_ACH_REWARD_ACK
+packetLen(0x0a26, 7)
#endif
// Packet: 0x0a27
#if PACKETVER >= 20140625
-packetLen(0x0a27, 8) // ZC_RECOVERY2
+packetLen(0x0a27, 8)
#endif
// Packet: 0x0a28
#if PACKETVER >= 20140625
-packetLen(0x0a28, 3) // ZC_ACK_OPENSTORE2
+packetLen(0x0a28, 3)
#endif
// Packet: 0x0a29
#if PACKETVER >= 20140702
-packetLen(0x0a29, 6) // ZC_REQ_AU_BOT
+packetLen(0x0a29, 6)
#endif
// Packet: 0x0a2a
#if PACKETVER >= 20140702
-packetLen(0x0a2a, 6) // CZ_ACK_AU_BOT
+packetLen(0x0a2a, 6)
#endif
// Packet: 0x0a2b
#if PACKETVER >= 20140723
-packetLen(0x0a2b, 14) // ZC_SE_CASHSHOP_OPEN2
+packetLen(0x0a2b, 14)
#endif
// Packet: 0x0a2c
#if PACKETVER >= 20140723
-packetLen(0x0a2c, 12) // ZC_SE_PC_BUY_TAIWANCASHITEM_RESULT
+packetLen(0x0a2c, 12)
#endif
// Packet: 0x0a2d
#if PACKETVER >= 20140820
-packetLen(0x0a2d, -1) // ZC_EQUIPWIN_MICROSCOPE_V6
+packetLen(0x0a2d, -1)
#endif
// Packet: 0x0a2e
#if PACKETVER >= 20140827
-packetLen(0x0a2e, 6) // CZ_REQ_CHANGE_TITLE
+packetLen(0x0a2e, 6)
#endif
// Packet: 0x0a2f
#if PACKETVER >= 20140827
-packetLen(0x0a2f, 7) // ZC_ACK_CHANGE_TITLE
+packetLen(0x0a2f, 7)
#endif
// Packet: 0x0a30
#if PACKETVER >= 20140917
-packetLen(0x0a30, 106) // ZC_ACK_REQNAMEALL2
+packetLen(0x0a30, 106)
#endif
// Packet: 0x0a31
#if PACKETVER >= 20140917
-packetLen(0x0a31, -1) // ZC_RESULT_PACKAGE_ITEM_TEST
+packetLen(0x0a31, -1)
#endif
// Packet: 0x0a32
#if PACKETVER >= 20140924
-packetLen(0x0a32, 2) // ZC_OPEN_RODEX_THROUGH_NPC_ONLY
+packetLen(0x0a32, 2)
#endif
// Packet: 0x0a33
#if PACKETVER >= 20140924
-packetLen(0x0a33, 7) // ZC_UPDATE_ROULETTE_COIN
+packetLen(0x0a33, 7)
#endif
// Packet: 0x0a34
#if PACKETVER >= 20140924
-packetLen(0x0a34, 6) // ZC_UPDATE_TAIWANCASH
+packetLen(0x0a34, 6)
#endif
// Packet: 0x0a35
#if PACKETVER >= 20141119
-packetLen(0x0a35, 4) // CZ_REQ_ONECLICK_ITEMIDENTIFY
+packetLen(0x0a35, 4)
#endif
// Packet: 0x0a36
#if PACKETVER >= 20141126
-packetLen(0x0a36, 7) // ZC_HP_INFO_TINY
+packetLen(0x0a36, 7)
#endif
// Packet: 0x0a37
#if PACKETVER >= 20141126
-packetLen(0x0a37, 57) // ZC_ITEM_PICKUP_ACK_V7
+packetLen(0x0a37, 57)
#endif
diff --git a/src/common/packets/packets2014_len_re.h b/src/common/packets/packets2014_len_re.h
index e71f4e975..2cfecae19 100644
--- a/src/common/packets/packets2014_len_re.h
+++ b/src/common/packets/packets2014_len_re.h
@@ -2,8 +2,8 @@
* This file is part of Hercules.
* http://herc.ws - http://github.com/HerculesWS/Hercules
*
- * Copyright (C) 2019 Hercules Dev Team
- * Copyright (C) 2019 Andrei Karas (4144)
+ * Copyright (C) 2018-2019 Hercules Dev Team
+ * Copyright (C) 2018-2019 Andrei Karas (4144)
*
* Hercules is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -25,4543 +25,4543 @@
/* This file is autogenerated, please do not commit manual changes */
// Packet: 0x0064
-packetLen(0x0064, 55) // CA_LOGIN
+packetLen(0x0064, 55)
// Packet: 0x0065
-packetLen(0x0065, 17) // CH_ENTER
+packetLen(0x0065, 17)
// Packet: 0x0066
-packetLen(0x0066, 3) // CH_SELECT_CHAR
+packetLen(0x0066, 3)
// Packet: 0x0067
-packetLen(0x0067, 37) // CH_MAKE_CHAR
+packetLen(0x0067, 37)
// Packet: 0x0068
-packetLen(0x0068, 46) // CH_DELETE_CHAR
+packetLen(0x0068, 46)
// Packet: 0x0069
-packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+packetLen(0x0069, -1)
// Packet: 0x006a
-packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+packetLen(0x006a, 23)
// Packet: 0x006b
-packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+packetLen(0x006b, -1)
// Packet: 0x006c
-packetLen(0x006c, 3) // HC_REFUSE_ENTER
+packetLen(0x006c, 3)
// Packet: 0x006d
#if PACKETVER >= 20140625
-packetLen(0x006d, 149) // HC_ACCEPT_MAKECHAR
+packetLen(0x006d, 149)
#elif PACKETVER >= 20140108
-packetLen(0x006d, 146) // HC_ACCEPT_MAKECHAR
+packetLen(0x006d, 146)
#endif
// Packet: 0x006e
-packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+packetLen(0x006e, 3)
// Packet: 0x006f
-packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+packetLen(0x006f, 2)
// Packet: 0x0070
-packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+packetLen(0x0070, 3)
// Packet: 0x0071
-packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+packetLen(0x0071, 28)
// Packet: 0x0072
-packetLen(0x0072, 22) // CZ_ENTER
+packetLen(0x0072, 22)
// Packet: 0x0073
-packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 11)
// Packet: 0x0074
-packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+packetLen(0x0074, 3)
// Packet: 0x0075
-packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, -1)
// Packet: 0x0076
-packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+packetLen(0x0076, 9)
// Packet: 0x0077
-packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 5)
// Packet: 0x0078
-packetLen(0x0078, 55) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, 55)
// Packet: 0x0079
-packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, 53)
// Packet: 0x007a
-packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, 58)
// Packet: 0x007b
-packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, 60)
// Packet: 0x007c
-packetLen(0x007c, 44) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, 44)
// Packet: 0x007d
-packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, 2)
// Packet: 0x007e
-packetLen(0x007e, 105) // CZ_REQUEST_TIME
+packetLen(0x007e, 105)
// Packet: 0x007f
-packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+packetLen(0x007f, 6)
// Packet: 0x0080
-packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+packetLen(0x0080, 7)
// Packet: 0x0081
-packetLen(0x0081, 3) // SC_NOTIFY_BAN
+packetLen(0x0081, 3)
// Packet: 0x0082
-packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+packetLen(0x0082, 2)
// Packet: 0x0083
-packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 2)
// Packet: 0x0084
-packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+packetLen(0x0084, 2)
// Packet: 0x0085
-packetLen(0x0085, 10) // CZ_REQUEST_MOVE
+packetLen(0x0085, 10)
// Packet: 0x0086
-packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 16)
// Packet: 0x0087
-packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 12)
// Packet: 0x0088
-packetLen(0x0088, 10) // ZC_STOPMOVE
+packetLen(0x0088, 10)
// Packet: 0x0089
-packetLen(0x0089, 11) // CZ_REQUEST_ACT
+packetLen(0x0089, 11)
// Packet: 0x008a
-packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+packetLen(0x008a, 29)
// Packet: 0x008b
-packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+packetLen(0x008b, 23)
// Packet: 0x008c
packetLen(0x008c, 14)
// Packet: 0x008d
-packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+packetLen(0x008d, -1)
// Packet: 0x008e
-packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, -1)
// Packet: 0x0090
-packetLen(0x0090, 7) // CZ_CONTACTNPC
+packetLen(0x0090, 7)
// Packet: 0x0091
-packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, 22)
// Packet: 0x0092
-packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 28)
// Packet: 0x0093
-packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+packetLen(0x0093, 2)
// Packet: 0x0094
-packetLen(0x0094, 19) // CZ_REQNAME
+packetLen(0x0094, 19)
// Packet: 0x0095
-packetLen(0x0095, 30) // ZC_ACK_REQNAME
+packetLen(0x0095, 30)
// Packet: 0x0096
-packetLen(0x0096, -1) // CZ_WHISPER
+packetLen(0x0096, -1)
// Packet: 0x0097
-packetLen(0x0097, -1) // ZC_WHISPER
+packetLen(0x0097, -1)
// Packet: 0x0098
-packetLen(0x0098, 3) // ZC_ACK_WHISPER
+packetLen(0x0098, 3)
// Packet: 0x0099
-packetLen(0x0099, -1) // CZ_BROADCAST
+packetLen(0x0099, -1)
// Packet: 0x009a
-packetLen(0x009a, -1) // ZC_BROADCAST
+packetLen(0x009a, -1)
// Packet: 0x009b
-packetLen(0x009b, 34) // CZ_CHANGE_DIRECTION
+packetLen(0x009b, 34)
// Packet: 0x009c
-packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, 9)
// Packet: 0x009d
-packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+packetLen(0x009d, 17)
// Packet: 0x009e
-packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 17)
// Packet: 0x009f
-packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+packetLen(0x009f, 20)
// Packet: 0x00a0
-packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, 23)
// Packet: 0x00a1
-packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, 6)
// Packet: 0x00a2
-packetLen(0x00a2, 14) // CZ_ITEM_THROW
+packetLen(0x00a2, 14)
// Packet: 0x00a3
-packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, -1)
// Packet: 0x00a4
-packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, -1)
// Packet: 0x00a5
-packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, -1)
// Packet: 0x00a6
-packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, -1)
// Packet: 0x00a7
packetLen(0x00a7, 9)
// Packet: 0x00a8
-packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 7)
// Packet: 0x00a9
-packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, 6)
// Packet: 0x00aa
-packetLen(0x00aa, 9) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 9)
// Packet: 0x00ab
-packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, 4)
// Packet: 0x00ac
-packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, 7)
// Packet: 0x00ae
-packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+packetLen(0x00ae, -1)
// Packet: 0x00af
-packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, 6)
// Packet: 0x00b0
-packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+packetLen(0x00b0, 8)
// Packet: 0x00b1
-packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, 8)
// Packet: 0x00b2
-packetLen(0x00b2, 3) // CZ_RESTART
+packetLen(0x00b2, 3)
// Packet: 0x00b3
-packetLen(0x00b3, 3) // ZC_RESTART_ACK
+packetLen(0x00b3, 3)
// Packet: 0x00b4
-packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+packetLen(0x00b4, -1)
// Packet: 0x00b5
-packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 6)
// Packet: 0x00b6
-packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 6)
// Packet: 0x00b7
-packetLen(0x00b7, -1) // ZC_MENU_LIST
+packetLen(0x00b7, -1)
// Packet: 0x00b8
-packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+packetLen(0x00b8, 7)
// Packet: 0x00b9
-packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, 6)
// Packet: 0x00ba
-packetLen(0x00ba, 2) // CZ_REQ_STATUS
+packetLen(0x00ba, 2)
// Packet: 0x00bb
-packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+packetLen(0x00bb, 5)
// Packet: 0x00bc
-packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 6)
// Packet: 0x00bd
-packetLen(0x00bd, 44) // ZC_STATUS
+packetLen(0x00bd, 44)
// Packet: 0x00be
-packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+packetLen(0x00be, 5)
// Packet: 0x00bf
-packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+packetLen(0x00bf, 3)
// Packet: 0x00c0
-packetLen(0x00c0, 7) // ZC_EMOTION
+packetLen(0x00c0, 7)
// Packet: 0x00c1
-packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, 2)
// Packet: 0x00c2
-packetLen(0x00c2, 6) // ZC_USER_COUNT
+packetLen(0x00c2, 6)
// Packet: 0x00c3
-packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, 8)
// Packet: 0x00c4
-packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, 6)
// Packet: 0x00c5
-packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, 7)
// Packet: 0x00c6
-packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, -1)
// Packet: 0x00c7
-packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, -1)
// Packet: 0x00c8
-packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, -1)
// Packet: 0x00c9
-packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, -1)
// Packet: 0x00ca
-packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, 3)
// Packet: 0x00cb
-packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+packetLen(0x00cb, 3)
// Packet: 0x00cc
-packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, 6)
// Packet: 0x00cd
-packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+packetLen(0x00cd, 3)
// Packet: 0x00ce
-packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 2)
// Packet: 0x00cf
-packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 27)
// Packet: 0x00d0
-packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, 3)
// Packet: 0x00d1
-packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, 4)
// Packet: 0x00d2
-packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 4)
// Packet: 0x00d3
-packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 2)
// Packet: 0x00d4
-packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+packetLen(0x00d4, -1)
// Packet: 0x00d5
-packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, -1)
// Packet: 0x00d6
-packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 3)
// Packet: 0x00d7
-packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, -1)
// Packet: 0x00d8
-packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+packetLen(0x00d8, 6)
// Packet: 0x00d9
-packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, 14)
// Packet: 0x00da
-packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, 3)
// Packet: 0x00db
-packetLen(0x00db, -1) // ZC_ENTER_ROOM
+packetLen(0x00db, -1)
// Packet: 0x00dc
-packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 28)
// Packet: 0x00dd
-packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+packetLen(0x00dd, 29)
// Packet: 0x00de
-packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, -1)
// Packet: 0x00df
-packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, -1)
// Packet: 0x00e0
-packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, 30)
// Packet: 0x00e1
-packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+packetLen(0x00e1, 30)
// Packet: 0x00e2
-packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, 26)
// Packet: 0x00e3
-packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+packetLen(0x00e3, 2)
// Packet: 0x00e4
-packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 6)
// Packet: 0x00e5
-packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 26)
// Packet: 0x00e6
-packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, 3)
// Packet: 0x00e7
-packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 3)
// Packet: 0x00e8
-packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, 8)
// Packet: 0x00e9
-packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 19)
// Packet: 0x00ea
-packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 5)
// Packet: 0x00eb
-packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 2)
// Packet: 0x00ec
-packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 3)
// Packet: 0x00ed
-packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, 2)
// Packet: 0x00ee
-packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, 2)
// Packet: 0x00ef
-packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 2)
// Packet: 0x00f0
-packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 3)
// Packet: 0x00f1
-packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+packetLen(0x00f1, 2)
// Packet: 0x00f2
-packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 6)
// Packet: 0x00f3
-packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+packetLen(0x00f3, -1)
// Packet: 0x00f4
-packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 21)
// Packet: 0x00f5
-packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+packetLen(0x00f5, 11)
// Packet: 0x00f6
-packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 8)
// Packet: 0x00f7
-packetLen(0x00f7, 17) // CZ_REQUEST_TIME
+packetLen(0x00f7, 17)
// Packet: 0x00f8
-packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+packetLen(0x00f8, 2)
// Packet: 0x00f9
-packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+packetLen(0x00f9, 26)
// Packet: 0x00fa
-packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, 3)
// Packet: 0x00fb
-packetLen(0x00fb, -1) // ZC_GROUP_LIST
+packetLen(0x00fb, -1)
// Packet: 0x00fc
-packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, 6)
// Packet: 0x00fd
-packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, 27)
// Packet: 0x00fe
-packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, 30)
// Packet: 0x00ff
-packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+packetLen(0x00ff, 10)
// Packet: 0x0100
-packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, 2)
// Packet: 0x0101
-packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, 6)
// Packet: 0x0102
-packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 6)
// Packet: 0x0103
-packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 30)
// Packet: 0x0104
-packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, 79)
// Packet: 0x0105
-packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, 31)
// Packet: 0x0106
-packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, 10)
// Packet: 0x0107
-packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, 10)
// Packet: 0x0108
-packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, -1)
// Packet: 0x0109
-packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, -1)
// Packet: 0x010a
-packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 4)
// Packet: 0x010b
-packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, 6)
// Packet: 0x010c
-packetLen(0x010c, 6) // ZC_MVP
+packetLen(0x010c, 6)
// Packet: 0x010d
-packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+packetLen(0x010d, 2)
// Packet: 0x010e
-packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, 11)
// Packet: 0x010f
-packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+packetLen(0x010f, -1)
// Packet: 0x0110
-packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, 10)
// Packet: 0x0111
-packetLen(0x0111, 39) // ZC_ADD_SKILL
+packetLen(0x0111, 39)
// Packet: 0x0112
-packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, 4)
// Packet: 0x0113
-packetLen(0x0113, 25) // CZ_USE_SKILL
+packetLen(0x0113, 25)
// Packet: 0x0114
-packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+packetLen(0x0114, 31)
// Packet: 0x0115
-packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+packetLen(0x0115, 35)
// Packet: 0x0116
-packetLen(0x0116, 17) // CZ_USE_SKILL_TOGROUND
+packetLen(0x0116, 17)
// Packet: 0x0117
-packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, 18)
// Packet: 0x0118
-packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+packetLen(0x0118, 2)
// Packet: 0x0119
-packetLen(0x0119, 13) // ZC_STATE_CHANGE
+packetLen(0x0119, 13)
// Packet: 0x011a
-packetLen(0x011a, 15) // ZC_USE_SKILL
+packetLen(0x011a, 15)
// Packet: 0x011b
-packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, 20)
// Packet: 0x011c
-packetLen(0x011c, 68) // ZC_WARPLIST
+packetLen(0x011c, 68)
// Packet: 0x011d
-packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 2)
// Packet: 0x011e
-packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, 3)
// Packet: 0x011f
-packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+packetLen(0x011f, 16)
// Packet: 0x0120
-packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, 6)
// Packet: 0x0121
-packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, 14)
// Packet: 0x0122
-packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, -1)
// Packet: 0x0123
-packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, -1)
// Packet: 0x0124
-packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 21)
// Packet: 0x0125
-packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 8)
// Packet: 0x0126
-packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 8)
// Packet: 0x0127
-packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, 8)
// Packet: 0x0128
-packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 8)
// Packet: 0x0129
-packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, 8)
// Packet: 0x012a
-packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+packetLen(0x012a, 2)
// Packet: 0x012b
-packetLen(0x012b, 2) // ZC_CARTOFF
+packetLen(0x012b, 2)
// Packet: 0x012c
-packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 3)
// Packet: 0x012d
-packetLen(0x012d, 4) // ZC_OPENSTORE
+packetLen(0x012d, 4)
// Packet: 0x012e
-packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, 2)
// Packet: 0x012f
-packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+packetLen(0x012f, -1)
// Packet: 0x0130
-packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, 6)
// Packet: 0x0131
-packetLen(0x0131, 86) // ZC_STORE_ENTRY
+packetLen(0x0131, 86)
// Packet: 0x0132
-packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, 6)
// Packet: 0x0133
-packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, -1)
// Packet: 0x0134
-packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, -1)
// Packet: 0x0135
-packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, 7)
// Packet: 0x0136
-packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, -1)
// Packet: 0x0137
-packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, 6)
// Packet: 0x0138
-packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+packetLen(0x0138, 3)
// Packet: 0x0139
-packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, 16)
// Packet: 0x013a
-packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+packetLen(0x013a, 4)
// Packet: 0x013b
-packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+packetLen(0x013b, 4)
// Packet: 0x013c
-packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+packetLen(0x013c, 4)
// Packet: 0x013d
-packetLen(0x013d, 6) // ZC_RECOVERY
+packetLen(0x013d, 6)
// Packet: 0x013e
-packetLen(0x013e, 24) // ZC_USESKILL_ACK
+packetLen(0x013e, 24)
// Packet: 0x013f
-packetLen(0x013f, 26) // CZ_ITEM_CREATE
+packetLen(0x013f, 26)
// Packet: 0x0140
-packetLen(0x0140, 22) // CZ_MOVETO_MAP
+packetLen(0x0140, 22)
// Packet: 0x0141
-packetLen(0x0141, 14) // ZC_COUPLESTATUS
+packetLen(0x0141, 14)
// Packet: 0x0142
-packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+packetLen(0x0142, 6)
// Packet: 0x0143
-packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+packetLen(0x0143, 10)
// Packet: 0x0144
-packetLen(0x0144, 23) // ZC_COMPASS
+packetLen(0x0144, 23)
// Packet: 0x0145
-packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+packetLen(0x0145, 19)
// Packet: 0x0146
-packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+packetLen(0x0146, 6)
// Packet: 0x0147
-packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+packetLen(0x0147, 39)
// Packet: 0x0148
-packetLen(0x0148, 8) // ZC_RESURRECTION
+packetLen(0x0148, 8)
// Packet: 0x0149
-packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, 9)
// Packet: 0x014a
-packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+packetLen(0x014a, 6)
// Packet: 0x014b
-packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+packetLen(0x014b, 27)
// Packet: 0x014c
-packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, -1)
// Packet: 0x014d
-packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 2)
// Packet: 0x014e
-packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+packetLen(0x014e, 6)
// Packet: 0x014f
-packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, 6)
// Packet: 0x0150
-packetLen(0x0150, 110) // ZC_GUILD_INFO
+packetLen(0x0150, 110)
// Packet: 0x0151
-packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+packetLen(0x0151, 6)
// Packet: 0x0152
-packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+packetLen(0x0152, -1)
// Packet: 0x0153
-packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+packetLen(0x0153, -1)
// Packet: 0x0154
-packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, -1)
// Packet: 0x0155
-packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, -1)
// Packet: 0x0156
-packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+packetLen(0x0156, -1)
// Packet: 0x0157
-packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+packetLen(0x0157, 6)
// Packet: 0x0159
-packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, 54)
// Packet: 0x015a
-packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 66)
// Packet: 0x015b
-packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 54)
// Packet: 0x015c
-packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, 90)
// Packet: 0x015d
-packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+packetLen(0x015d, 42)
// Packet: 0x015e
-packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, 6)
// Packet: 0x015f
-packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+packetLen(0x015f, 42)
// Packet: 0x0160
-packetLen(0x0160, -1) // ZC_POSITION_INFO
+packetLen(0x0160, -1)
// Packet: 0x0161
-packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, -1)
// Packet: 0x0162
-packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, -1)
// Packet: 0x0163
-packetLen(0x0163, -1) // ZC_BAN_LIST
+packetLen(0x0163, -1)
// Packet: 0x0164
-packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+packetLen(0x0164, -1)
// Packet: 0x0165
-packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, 30)
// Packet: 0x0166
-packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, -1)
// Packet: 0x0167
-packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 3)
// Packet: 0x0168
-packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, 14)
// Packet: 0x0169
-packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 3)
// Packet: 0x016a
-packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, 30)
// Packet: 0x016b
-packetLen(0x016b, 10) // CZ_JOIN_GUILD
+packetLen(0x016b, 10)
// Packet: 0x016c
-packetLen(0x016c, 43) // ZC_UPDATE_GDID
+packetLen(0x016c, 43)
// Packet: 0x016d
-packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 14)
// Packet: 0x016e
-packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+packetLen(0x016e, 186)
// Packet: 0x016f
-packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+packetLen(0x016f, 182)
// Packet: 0x0170
-packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 14)
// Packet: 0x0171
-packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, 30)
// Packet: 0x0172
-packetLen(0x0172, 10) // CZ_ALLY_GUILD
+packetLen(0x0172, 10)
// Packet: 0x0173
-packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+packetLen(0x0173, 3)
// Packet: 0x0174
-packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0174, -1)
// Packet: 0x0175
-packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+packetLen(0x0175, 6)
// Packet: 0x0176
-packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+packetLen(0x0176, 106)
// Packet: 0x0177
-packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, -1)
// Packet: 0x0178
-packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, 4)
// Packet: 0x0179
-packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 5)
// Packet: 0x017a
-packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, 4)
// Packet: 0x017b
-packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, -1)
// Packet: 0x017c
-packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, 6)
// Packet: 0x017d
-packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 7)
// Packet: 0x017e
-packetLen(0x017e, -1) // CZ_GUILD_CHAT
+packetLen(0x017e, -1)
// Packet: 0x017f
-packetLen(0x017f, -1) // ZC_GUILD_CHAT
+packetLen(0x017f, -1)
// Packet: 0x0180
-packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+packetLen(0x0180, 6)
// Packet: 0x0181
-packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+packetLen(0x0181, 3)
// Packet: 0x0182
-packetLen(0x0182, 106) // ZC_MEMBER_ADD
+packetLen(0x0182, 106)
// Packet: 0x0183
-packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+packetLen(0x0183, 10)
// Packet: 0x0184
-packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+packetLen(0x0184, 10)
// Packet: 0x0185
-packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+packetLen(0x0185, 34)
// Packet: 0x0187
-packetLen(0x0187, 6) // CH_UNKNOWN_PING
+packetLen(0x0187, 6)
// Packet: 0x0188
-packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, 8)
// Packet: 0x0189
-packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, 4)
// Packet: 0x018a
-packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+packetLen(0x018a, 4)
// Packet: 0x018b
-packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, 4)
// Packet: 0x018c
-packetLen(0x018c, 29) // ZC_MONSTER_INFO
+packetLen(0x018c, 29)
// Packet: 0x018d
-packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, -1)
// Packet: 0x018e
-packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+packetLen(0x018e, 10)
// Packet: 0x018f
-packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 6)
// Packet: 0x0190
-packetLen(0x0190, 23) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+packetLen(0x0190, 23)
// Packet: 0x0191
-packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+packetLen(0x0191, 86)
// Packet: 0x0192
-packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+packetLen(0x0192, 24)
// Packet: 0x0193
-packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+packetLen(0x0193, 2)
// Packet: 0x0194
-packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 30)
// Packet: 0x0195
-packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 102)
// Packet: 0x0196
-packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, 9)
// Packet: 0x0197
-packetLen(0x0197, 4) // CZ_RESET
+packetLen(0x0197, 4)
// Packet: 0x0198
-packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+packetLen(0x0198, 8)
// Packet: 0x0199
-packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, 4)
// Packet: 0x019a
-packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 14)
// Packet: 0x019b
-packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 10)
// Packet: 0x019c
-packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+packetLen(0x019c, -1)
// Packet: 0x019d
-packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, 6)
// Packet: 0x019e
-packetLen(0x019e, 2) // ZC_START_CAPTURE
+packetLen(0x019e, 2)
// Packet: 0x019f
-packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, 6)
// Packet: 0x01a0
-packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, 3)
// Packet: 0x01a1
-packetLen(0x01a1, 3) // CZ_COMMAND_PET
+packetLen(0x01a1, 3)
// Packet: 0x01a2
-packetLen(0x01a2, 37) // ZC_PROPERTY_PET
+packetLen(0x01a2, 37)
// Packet: 0x01a3
-packetLen(0x01a3, 5) // ZC_FEED_PET
+packetLen(0x01a3, 5)
// Packet: 0x01a4
-packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, 11)
// Packet: 0x01a5
-packetLen(0x01a5, 26) // CZ_RENAME_PET
+packetLen(0x01a5, 26)
// Packet: 0x01a6
-packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+packetLen(0x01a6, -1)
// Packet: 0x01a7
-packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 4)
// Packet: 0x01a8
-packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+packetLen(0x01a8, 4)
// Packet: 0x01a9
-packetLen(0x01a9, 6) // CZ_PET_ACT
+packetLen(0x01a9, 6)
// Packet: 0x01aa
-packetLen(0x01aa, 10) // ZC_PET_ACT
+packetLen(0x01aa, 10)
// Packet: 0x01ab
-packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, 12)
// Packet: 0x01ac
-packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+packetLen(0x01ac, 6)
// Packet: 0x01ad
-packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, -1)
// Packet: 0x01ae
-packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, 4)
// Packet: 0x01af
-packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+packetLen(0x01af, 4)
// Packet: 0x01b0
-packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, 11)
// Packet: 0x01b1
-packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+packetLen(0x01b1, 7)
// Packet: 0x01b2
-packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, -1)
// Packet: 0x01b3
-packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, 67)
// Packet: 0x01b4
-packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+packetLen(0x01b4, 12)
// Packet: 0x01b5
-packetLen(0x01b5, 18) // SC_BILLING_INFO
+packetLen(0x01b5, 18)
// Packet: 0x01b6
-packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+packetLen(0x01b6, 114)
// Packet: 0x01b7
-packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+packetLen(0x01b7, 6)
// Packet: 0x01b8
-packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+packetLen(0x01b8, 3)
// Packet: 0x01b9
-packetLen(0x01b9, 6) // ZC_DISPEL
+packetLen(0x01b9, 6)
// Packet: 0x01ba
-packetLen(0x01ba, 26) // CZ_REMOVE_AID
+packetLen(0x01ba, 26)
// Packet: 0x01bb
-packetLen(0x01bb, 26) // CZ_SHIFT
+packetLen(0x01bb, 26)
// Packet: 0x01bc
-packetLen(0x01bc, 26) // CZ_RECALL
+packetLen(0x01bc, 26)
// Packet: 0x01bd
-packetLen(0x01bd, 26) // CZ_RECALL_GID
+packetLen(0x01bd, 26)
// Packet: 0x01be
-packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+packetLen(0x01be, 2)
// Packet: 0x01bf
-packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+packetLen(0x01bf, 3)
// Packet: 0x01c0
-packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+packetLen(0x01c0, 2)
// Packet: 0x01c1
-packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+packetLen(0x01c1, 14)
// Packet: 0x01c2
-packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+packetLen(0x01c2, 10)
// Packet: 0x01c3
-packetLen(0x01c3, -1) // ZC_BROADCAST2
+packetLen(0x01c3, -1)
// Packet: 0x01c4
#if PACKETVER >= 20140226
-packetLen(0x01c4, 53) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 53)
// ignored packet from 2014-02-26bRagexeRE
#elif PACKETVER >= 20140219
-packetLen(0x01c4, 53) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 53)
// ignored packet from 2014-02-19bRagexeRE
#elif PACKETVER >= 20140129
-packetLen(0x01c4, 43) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 43)
#elif PACKETVER >= 20140108
-packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 22)
#endif
// Packet: 0x01c5
#if PACKETVER >= 20140226
-packetLen(0x01c5, 53) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 53)
// ignored packet from 2014-02-26bRagexeRE
#elif PACKETVER >= 20140219
-packetLen(0x01c5, 53) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 53)
// ignored packet from 2014-02-19bRagexeRE
#elif PACKETVER >= 20140129
-packetLen(0x01c5, 43) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 43)
#elif PACKETVER >= 20140108
-packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 22)
#endif
// Packet: 0x01c6
-packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+packetLen(0x01c6, 4)
// Packet: 0x01c7
-packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+packetLen(0x01c7, 2)
// Packet: 0x01c8
-packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, 13)
// Packet: 0x01c9
-packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 97)
// Packet: 0x01ca
-packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+packetLen(0x01ca, 3)
// Packet: 0x01cb
-packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+packetLen(0x01cb, 9)
// Packet: 0x01cc
-packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+packetLen(0x01cc, 9)
// Packet: 0x01cd
-packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, 30)
// Packet: 0x01ce
-packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, 6)
// Packet: 0x01cf
-packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+packetLen(0x01cf, 28)
// Packet: 0x01d0
-packetLen(0x01d0, 8) // ZC_SPIRITS
+packetLen(0x01d0, 8)
// Packet: 0x01d1
-packetLen(0x01d1, 14) // ZC_BLADESTOP
+packetLen(0x01d1, 14)
// Packet: 0x01d2
-packetLen(0x01d2, 10) // ZC_COMBODELAY
+packetLen(0x01d2, 10)
// Packet: 0x01d3
-packetLen(0x01d3, 35) // ZC_SOUND
+packetLen(0x01d3, 35)
// Packet: 0x01d4
-packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, 6)
// Packet: 0x01d5
-packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, -1)
// Packet: 0x01d6
-packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 4)
// Packet: 0x01d7
-packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 11)
// Packet: 0x01d8
-packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 54)
// Packet: 0x01d9
-packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 53)
// Packet: 0x01da
-packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 60)
// Packet: 0x01db
-packetLen(0x01db, 2) // CA_REQ_HASH
+packetLen(0x01db, 2)
// Packet: 0x01dc
-packetLen(0x01dc, -1) // AC_ACK_HASH
+packetLen(0x01dc, -1)
// Packet: 0x01dd
-packetLen(0x01dd, 47) // CA_LOGIN2
+packetLen(0x01dd, 47)
// Packet: 0x01de
-packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 33)
// Packet: 0x01df
-packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+packetLen(0x01df, 6)
// Packet: 0x01e0
-packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+packetLen(0x01e0, 30)
// Packet: 0x01e1
-packetLen(0x01e1, 8) // ZC_SPIRITS2
+packetLen(0x01e1, 8)
// Packet: 0x01e2
-packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+packetLen(0x01e2, 34)
// Packet: 0x01e3
-packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+packetLen(0x01e3, 14)
// Packet: 0x01e4
-packetLen(0x01e4, 2) // ZC_START_COUPLE
+packetLen(0x01e4, 2)
// Packet: 0x01e5
-packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+packetLen(0x01e5, 6)
// Packet: 0x01e6
-packetLen(0x01e6, 26) // ZC_COUPLENAME
+packetLen(0x01e6, 26)
// Packet: 0x01e7
-packetLen(0x01e7, 2) // CZ_DORIDORI
+packetLen(0x01e7, 2)
// Packet: 0x01e8
-packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 28)
// Packet: 0x01e9
-packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, 81)
// Packet: 0x01ea
-packetLen(0x01ea, 6) // ZC_CONGRATULATION
+packetLen(0x01ea, 6)
// Packet: 0x01eb
-packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, 10)
// Packet: 0x01ec
-packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+packetLen(0x01ec, 26)
// Packet: 0x01ed
-packetLen(0x01ed, 2) // CZ_CHOPOKGI
+packetLen(0x01ed, 2)
// Packet: 0x01ee
-packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, -1)
// Packet: 0x01ef
-packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, -1)
// Packet: 0x01f0
-packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, -1)
// Packet: 0x01f1
-packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+packetLen(0x01f1, -1)
// Packet: 0x01f2
-packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, 20)
// Packet: 0x01f3
-packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+packetLen(0x01f3, 10)
// Packet: 0x01f4
-packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, 32)
// Packet: 0x01f5
-packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, 9)
// Packet: 0x01f6
-packetLen(0x01f6, 34) // ZC_REQ_BABY
+packetLen(0x01f6, 34)
// Packet: 0x01f7
-packetLen(0x01f7, 14) // CZ_JOIN_BABY
+packetLen(0x01f7, 14)
// Packet: 0x01f8
-packetLen(0x01f8, 2) // ZC_START_BABY
+packetLen(0x01f8, 2)
// Packet: 0x01f9
-packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+packetLen(0x01f9, 6)
// Packet: 0x01fa
-packetLen(0x01fa, 48) // CA_LOGIN3
+packetLen(0x01fa, 48)
// Packet: 0x01fb
-packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+packetLen(0x01fb, 56)
// Packet: 0x01fc
-packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, -1)
// Packet: 0x01fd
-packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 15)
// Packet: 0x01fe
-packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, 5)
// Packet: 0x01ff
-packetLen(0x01ff, 10) // ZC_HIGHJUMP
+packetLen(0x01ff, 10)
// Packet: 0x0200
-packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+packetLen(0x0200, 26)
// Packet: 0x0201
-packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+packetLen(0x0201, -1)
// Packet: 0x0202
#if PACKETVER >= 20141231
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20141210
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20141203
-packetLen(0x0202, 6) // CZ_ADD_FRIENDS
+packetLen(0x0202, 6)
#elif PACKETVER >= 20141126
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20141119
-packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+packetLen(0x0202, -1)
#elif PACKETVER >= 20141105
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20141029
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20141015
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20141008
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20140903
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20140827
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20140813
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20140806
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20140702
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20140625
-packetLen(0x0202, 8) // CZ_ADD_FRIENDS
+packetLen(0x0202, 8)
#elif PACKETVER >= 20140605
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20140528
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20140508
-packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+packetLen(0x0202, 26)
// ignored packet from 2014-05-08bRagexeRE
#elif PACKETVER >= 20140423
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20140416
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20140319
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20140312
-packetLen(0x0202, 10) // CZ_ADD_FRIENDS
+packetLen(0x0202, 10)
#elif PACKETVER >= 20140305
-packetLen(0x0202, 6) // CZ_ADD_FRIENDS
+packetLen(0x0202, 6)
#elif PACKETVER >= 20140226
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20140219
-packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+packetLen(0x0202, 26)
#elif PACKETVER >= 20140212
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20140205
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20140115
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20140108
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#endif
// Packet: 0x0203
-packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+packetLen(0x0203, 10)
// Packet: 0x0204
-packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+packetLen(0x0204, 18)
// Packet: 0x0205
-packetLen(0x0205, 26) // ZC_DIVORCE
+packetLen(0x0205, 26)
// Packet: 0x0206
-packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+packetLen(0x0206, 11)
// Packet: 0x0207
-packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, 34)
// Packet: 0x0208
-packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, 14)
// Packet: 0x0209
-packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, 36)
// Packet: 0x020a
-packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 10)
// Packet: 0x020d
-packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+packetLen(0x020d, -1)
// Packet: 0x020e
-packetLen(0x020e, 32) // ZC_STARSKILL
+packetLen(0x020e, 32)
// Packet: 0x020f
-packetLen(0x020f, 10) // CZ_REQ_PVPPOINT
+packetLen(0x020f, 10)
// Packet: 0x0210
-packetLen(0x0210, 22) // ZC_ACK_PVPPOINT
+packetLen(0x0210, 22)
// Packet: 0x0212
-packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+packetLen(0x0212, 26)
// Packet: 0x0213
-packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+packetLen(0x0213, 26)
// Packet: 0x0214
-packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+packetLen(0x0214, 42)
// Packet: 0x0215
-packetLen(0x0215, 6) // ZC_SKILLMSG
+packetLen(0x0215, 6)
// Packet: 0x0216
-packetLen(0x0216, 6) // ZC_BABYMSG
+packetLen(0x0216, 6)
// Packet: 0x0217
-packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 2)
// Packet: 0x0218
-packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, 2)
// Packet: 0x0219
-packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 282)
// Packet: 0x021a
-packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, 282)
// Packet: 0x021b
-packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, 10)
// Packet: 0x021c
-packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, 10)
// Packet: 0x021d
-packetLen(0x021d, 6) // CZ_LESSEFFECT
+packetLen(0x021d, 6)
// Packet: 0x021e
-packetLen(0x021e, 6) // ZC_LESSEFFECT
+packetLen(0x021e, 6)
// Packet: 0x021f
-packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+packetLen(0x021f, 66)
// Packet: 0x0220
-packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+packetLen(0x0220, 10)
// Packet: 0x0221
-packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+packetLen(0x0221, -1)
// Packet: 0x0222
-packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+packetLen(0x0222, 6)
// Packet: 0x0223
-packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+packetLen(0x0223, 8)
// Packet: 0x0224
-packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+packetLen(0x0224, 10)
// Packet: 0x0225
-packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+packetLen(0x0225, 2)
// Packet: 0x0226
-packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+packetLen(0x0226, 282)
// Packet: 0x0227
-packetLen(0x0227, 18) // ZC_GAME_GUARD
+packetLen(0x0227, 18)
// Packet: 0x0228
-packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+packetLen(0x0228, 18)
// Packet: 0x0229
-packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+packetLen(0x0229, 15)
// Packet: 0x022a
-packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 58)
// Packet: 0x022b
-packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, 57)
// Packet: 0x022c
-packetLen(0x022c, 65) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, 65)
// Packet: 0x022d
#if PACKETVER >= 20141231
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20141112
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20141105
-packetLen(0x022d, 4) // CZ_COMMAND_MER
+packetLen(0x022d, 4)
#elif PACKETVER >= 20141029
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20141022
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20141015
-packetLen(0x022d, 8) // CZ_COMMAND_MER
+packetLen(0x022d, 8)
#elif PACKETVER >= 20141008
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20140924
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20140917
-packetLen(0x022d, 26) // CZ_COMMAND_MER
+packetLen(0x022d, 26)
#elif PACKETVER >= 20140903
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20140827
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20140813
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20140806
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20140730
-packetLen(0x022d, 10) // CZ_COMMAND_MER
+packetLen(0x022d, 10)
#elif PACKETVER >= 20140709
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20140702
-packetLen(0x022d, -1) // CZ_COMMAND_MER
+packetLen(0x022d, -1)
#elif PACKETVER >= 20140514
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20140508
-packetLen(0x022d, 6) // CZ_COMMAND_MER
+packetLen(0x022d, 6)
// ignored packet from 2014-05-08aRagexeRE
#elif PACKETVER >= 20140430
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20140423
-packetLen(0x022d, 18) // CZ_COMMAND_MER
+packetLen(0x022d, 18)
#elif PACKETVER >= 20140416
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20140212
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20140205
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20140115
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20140108
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#endif
// Packet: 0x022e
-packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 71)
// Packet: 0x022f
-packetLen(0x022f, 5) // ZC_FEED_MER
+packetLen(0x022f, 5)
// Packet: 0x0230
-packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+packetLen(0x0230, 12)
// Packet: 0x0231
-packetLen(0x0231, 26) // CZ_RENAME_MER
+packetLen(0x0231, 26)
// Packet: 0x0232
-packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, 9)
// Packet: 0x0233
-packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, 11)
// Packet: 0x0234
-packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, 6)
// Packet: 0x0235
-packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, -1)
// Packet: 0x0236
-packetLen(0x0236, 10) // ZC_KILLER_POINT
+packetLen(0x0236, 10)
// Packet: 0x0237
-packetLen(0x0237, 2) // CZ_KILLER_RANK
+packetLen(0x0237, 2)
// Packet: 0x0238
-packetLen(0x0238, 282) // ZC_KILLER_RANK
+packetLen(0x0238, 282)
// Packet: 0x0239
-packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 11)
// Packet: 0x023a
-packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, 4)
// Packet: 0x023b
#if PACKETVER >= 20141231
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20141105
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20141029
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20141022
-packetLen(0x023b, 10) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 10)
#elif PACKETVER >= 20141015
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20141008
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20140903
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20140827
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20140813
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20140806
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20140709
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20140702
-packetLen(0x023b, -1) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, -1)
#elif PACKETVER >= 20140625
-packetLen(0x023b, 8) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 8)
#elif PACKETVER >= 20140508
-packetLen(0x023b, 36) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 36)
// ignored packet from 2014-05-08bRagexeRE
#elif PACKETVER >= 20140430
-packetLen(0x023b, 6) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 6)
#elif PACKETVER >= 20140423
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20140416
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20140409
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20140402
-packetLen(0x023b, 6) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 6)
#elif PACKETVER >= 20140319
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20140312
-packetLen(0x023b, 8) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 8)
#elif PACKETVER >= 20140212
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20140205
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20140115
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20140108
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#endif
// Packet: 0x023c
-packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, 6)
// Packet: 0x023d
-packetLen(0x023d, 6) // AC_EVENT_RESULT
+packetLen(0x023d, 6)
// Packet: 0x023e
-packetLen(0x023e, 8) // HC_REQUEST_CHARACTER_PASSWORD
+packetLen(0x023e, 8)
// Packet: 0x023f
-packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+packetLen(0x023f, 2)
// Packet: 0x0240
-packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+packetLen(0x0240, -1)
// Packet: 0x0241
-packetLen(0x0241, 6) // CZ_MAIL_OPEN
+packetLen(0x0241, 6)
// Packet: 0x0242
-packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+packetLen(0x0242, -1)
// Packet: 0x0243
-packetLen(0x0243, 6) // CZ_MAIL_DELETE
+packetLen(0x0243, 6)
// Packet: 0x0244
-packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+packetLen(0x0244, 6)
// Packet: 0x0245
-packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+packetLen(0x0245, 3)
// Packet: 0x0246
-packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+packetLen(0x0246, 4)
// Packet: 0x0247
-packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+packetLen(0x0247, 8)
// Packet: 0x0248
-packetLen(0x0248, -1) // CZ_MAIL_SEND
+packetLen(0x0248, -1)
// Packet: 0x0249
-packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+packetLen(0x0249, 3)
// Packet: 0x024a
-packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+packetLen(0x024a, 70)
// Packet: 0x024b
-packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+packetLen(0x024b, 4)
// Packet: 0x024c
-packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+packetLen(0x024c, 8)
// Packet: 0x024d
-packetLen(0x024d, 12) // CZ_AUCTION_ADD
+packetLen(0x024d, 12)
// Packet: 0x024e
-packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+packetLen(0x024e, 6)
// Packet: 0x024f
-packetLen(0x024f, 10) // CZ_AUCTION_BUY
+packetLen(0x024f, 10)
// Packet: 0x0250
-packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+packetLen(0x0250, 3)
// Packet: 0x0251
-packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+packetLen(0x0251, 34)
// Packet: 0x0252
-packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+packetLen(0x0252, -1)
// Packet: 0x0253
-packetLen(0x0253, 3) // ZC_STARPLACE
+packetLen(0x0253, 3)
// Packet: 0x0254
-packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+packetLen(0x0254, 3)
// Packet: 0x0255
-packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+packetLen(0x0255, 5)
// Packet: 0x0256
-packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+packetLen(0x0256, 5)
// Packet: 0x0257
-packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+packetLen(0x0257, 8)
// Packet: 0x0258
-packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+packetLen(0x0258, 2)
// Packet: 0x0259
-packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+packetLen(0x0259, 3)
// Packet: 0x025a
-packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+packetLen(0x025a, -1)
// Packet: 0x025b
-packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+packetLen(0x025b, 6)
// Packet: 0x025c
-packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+packetLen(0x025c, 4)
// Packet: 0x025d
-packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+packetLen(0x025d, 6)
// Packet: 0x025e
-packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+packetLen(0x025e, 4)
// Packet: 0x025f
-packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+packetLen(0x025f, 6)
// Packet: 0x0260
-packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+packetLen(0x0260, 6)
// Packet: 0x0261
-packetLen(0x0261, 11) // AC_REQ_LOGIN_OLDEKEY
+packetLen(0x0261, 11)
// Packet: 0x0262
-packetLen(0x0262, 11) // AC_REQ_LOGIN_NEWEKEY
+packetLen(0x0262, 11)
// Packet: 0x0263
-packetLen(0x0263, 11) // AC_REQ_LOGIN_CARDPASS
+packetLen(0x0263, 11)
// Packet: 0x0264
-packetLen(0x0264, 20) // CA_ACK_LOGIN_OLDEKEY
+packetLen(0x0264, 20)
// Packet: 0x0265
-packetLen(0x0265, 20) // CA_ACK_LOGIN_NEWEKEY
+packetLen(0x0265, 20)
// Packet: 0x0266
-packetLen(0x0266, 30) // CA_ACK_LOGIN_CARDPASS
+packetLen(0x0266, 30)
// Packet: 0x0267
-packetLen(0x0267, 4) // AC_ACK_EKEY_FAIL_NOTEXIST
+packetLen(0x0267, 4)
// Packet: 0x0268
-packetLen(0x0268, 4) // AC_ACK_EKEY_FAIL_NOTUSESEKEY
+packetLen(0x0268, 4)
// Packet: 0x0269
-packetLen(0x0269, 4) // AC_ACK_EKEY_FAIL_NOTUSEDEKEY
+packetLen(0x0269, 4)
// Packet: 0x026a
-packetLen(0x026a, 4) // AC_ACK_EKEY_FAIL_AUTHREFUSE
+packetLen(0x026a, 4)
// Packet: 0x026b
-packetLen(0x026b, 4) // AC_ACK_EKEY_FAIL_INPUTEKEY
+packetLen(0x026b, 4)
// Packet: 0x026c
-packetLen(0x026c, 4) // AC_ACK_EKEY_FAIL_NOTICE
+packetLen(0x026c, 4)
// Packet: 0x026d
-packetLen(0x026d, 4) // AC_ACK_EKEY_FAIL_NEEDCARDPASS
+packetLen(0x026d, 4)
// Packet: 0x026f
-packetLen(0x026f, 2) // AC_ACK_FIRST_LOGIN
+packetLen(0x026f, 2)
// Packet: 0x0270
-packetLen(0x0270, 2) // AC_REQ_LOGIN_ACCOUNT_INFO
+packetLen(0x0270, 2)
// Packet: 0x0271
-packetLen(0x0271, 40) // CA_ACK_LOGIN_ACCOUNT_INFO
+packetLen(0x0271, 40)
// Packet: 0x0272
-packetLen(0x0272, 44) // AC_ACK_PT_ID_INFO
+packetLen(0x0272, 44)
// Packet: 0x0273
-packetLen(0x0273, 30) // CZ_REQ_MAIL_RETURN
+packetLen(0x0273, 30)
// Packet: 0x0274
-packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, 8)
// Packet: 0x0275
-packetLen(0x0275, 37) // CH_ENTER2
+packetLen(0x0275, 37)
// Packet: 0x0276
-packetLen(0x0276, -1) // AC_ACCEPT_LOGIN2
+packetLen(0x0276, -1)
// Packet: 0x0277
-packetLen(0x0277, 84) // CA_LOGIN_PCBANG
+packetLen(0x0277, 84)
// Packet: 0x0278
-packetLen(0x0278, 2) // ZC_NOTIFY_PCBANG
+packetLen(0x0278, 2)
// Packet: 0x0279
-packetLen(0x0279, 2) // CZ_HUNTINGLIST
+packetLen(0x0279, 2)
// Packet: 0x027a
-packetLen(0x027a, -1) // ZC_HUNTINGLIST
+packetLen(0x027a, -1)
// Packet: 0x027b
-packetLen(0x027b, 14) // ZC_PCBANG_EFFECT
+packetLen(0x027b, 14)
// Packet: 0x027c
-packetLen(0x027c, 60) // CA_LOGIN4
+packetLen(0x027c, 60)
// Packet: 0x027d
-packetLen(0x027d, 62) // ZC_PROPERTY_MERCE
+packetLen(0x027d, 62)
// Packet: 0x027e
-packetLen(0x027e, -1) // ZC_SHANDA_PROTECT
+packetLen(0x027e, -1)
// Packet: 0x027f
-packetLen(0x027f, 8) // CA_CLIENT_TYPE
+packetLen(0x027f, 8)
// Packet: 0x0280
-packetLen(0x0280, 12) // ZC_GANGSI_POINT
+packetLen(0x0280, 12)
// Packet: 0x0281
#if PACKETVER >= 20141231
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20141210
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20141203
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20141105
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20141008
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20140917
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20140827
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20140813
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20140806
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20140611
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20140605
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20140528
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20140521
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20140508
-packetLen(0x0281, 4) // CZ_GANGSI_RANK
+packetLen(0x0281, 4)
// ignored packet from 2014-05-08bRagexeRE
#elif PACKETVER >= 20140423
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20140416
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20140312
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20140305
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20140212
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20140205
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20140129
-packetLen(0x0281, 10) // CZ_GANGSI_RANK
+packetLen(0x0281, 10)
#elif PACKETVER >= 20140115
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20140108
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#endif
// Packet: 0x0282
-packetLen(0x0282, 284) // ZC_GANGSI_RANK
+packetLen(0x0282, 284)
// Packet: 0x0283
-packetLen(0x0283, 6) // ZC_AID
+packetLen(0x0283, 6)
// Packet: 0x0284
-packetLen(0x0284, 14) // ZC_NOTIFY_EFFECT3
+packetLen(0x0284, 14)
// Packet: 0x0285
-packetLen(0x0285, 6) // ZC_DEATH_QUESTION
+packetLen(0x0285, 6)
// Packet: 0x0286
-packetLen(0x0286, 4) // CZ_DEATH_QUESTION
+packetLen(0x0286, 4)
// Packet: 0x0287
-packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, -1)
// Packet: 0x0288
-packetLen(0x0288, -1) // CZ_PC_BUY_CASH_POINT_ITEM
+packetLen(0x0288, -1)
// Packet: 0x0289
-packetLen(0x0289, 12) // ZC_PC_CASH_POINT_UPDATE
+packetLen(0x0289, 12)
// Packet: 0x028a
-packetLen(0x028a, 18) // ZC_NPC_SHOWEFST_UPDATE
+packetLen(0x028a, 18)
// Packet: 0x028b
-packetLen(0x028b, -1) // HC_CHARNOTBEENSELECTED
+packetLen(0x028b, -1)
// Packet: 0x028c
-packetLen(0x028c, 46) // CH_SELECT_CHAR_GOINGTOBEUSED
+packetLen(0x028c, 46)
// Packet: 0x028d
-packetLen(0x028d, 34) // CH_REQ_IS_VALID_CHARNAME
+packetLen(0x028d, 34)
// Packet: 0x028e
-packetLen(0x028e, 4) // HC_ACK_IS_VALID_CHARNAME
+packetLen(0x028e, 4)
// Packet: 0x028f
-packetLen(0x028f, 6) // CH_REQ_CHANGE_CHARNAME
+packetLen(0x028f, 6)
// Packet: 0x0290
-packetLen(0x0290, 4) // HC_ACK_CHANGE_CHARNAME
+packetLen(0x0290, 4)
// Packet: 0x0291
-packetLen(0x0291, 4) // ZC_MSG
+packetLen(0x0291, 4)
// Packet: 0x0292
-packetLen(0x0292, 2) // CZ_STANDING_RESURRECTION
+packetLen(0x0292, 2)
// Packet: 0x0293
-packetLen(0x0293, 70) // ZC_BOSS_INFO
+packetLen(0x0293, 70)
// Packet: 0x0294
-packetLen(0x0294, 10) // ZC_READ_BOOK
+packetLen(0x0294, 10)
// Packet: 0x0295
-packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, -1)
// Packet: 0x0296
-packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, -1)
// Packet: 0x0297
-packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, -1)
// Packet: 0x0298
-packetLen(0x0298, 8) // ZC_CASH_TIME_COUNTER
+packetLen(0x0298, 8)
// Packet: 0x0299
-packetLen(0x0299, 6) // ZC_CASH_ITEM_DELETE
+packetLen(0x0299, 6)
// Packet: 0x029a
-packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, 27)
// Packet: 0x029b
-packetLen(0x029b, 80) // ZC_MER_INIT
+packetLen(0x029b, 80)
// Packet: 0x029c
-packetLen(0x029c, 66) // ZC_MER_PROPERTY
+packetLen(0x029c, 66)
// Packet: 0x029d
-packetLen(0x029d, -1) // ZC_MER_SKILLINFO_LIST
+packetLen(0x029d, -1)
// Packet: 0x029e
-packetLen(0x029e, 11) // ZC_MER_SKILLINFO_UPDATE
+packetLen(0x029e, 11)
// Packet: 0x029f
-packetLen(0x029f, 3) // CZ_MER_COMMAND
+packetLen(0x029f, 3)
// Packet: 0x02a2
-packetLen(0x02a2, 8) // ZC_MER_PAR_CHANGE
+packetLen(0x02a2, 8)
// Packet: 0x02a5
-packetLen(0x02a5, 8) // CZ_KSY_EVENT
+packetLen(0x02a5, 8)
// Packet: 0x02a6
-packetLen(0x02a6, -1) // ZC_HACKSH_CPX_MSG
+packetLen(0x02a6, -1)
// Packet: 0x02a7
-packetLen(0x02a7, -1) // CZ_HACKSH_CPX_MSG
+packetLen(0x02a7, -1)
// Packet: 0x02aa
-packetLen(0x02aa, 4) // ZC_REQ_CASH_PASSWORD
+packetLen(0x02aa, 4)
// Packet: 0x02ab
-packetLen(0x02ab, 36) // CZ_ACK_CASH_PASSWORD
+packetLen(0x02ab, 36)
// Packet: 0x02ac
-packetLen(0x02ac, 6) // ZC_RESULT_CASH_PASSWORD
+packetLen(0x02ac, 6)
// Packet: 0x02ad
-packetLen(0x02ad, 8) // AC_REQUEST_SECOND_PASSWORD
+packetLen(0x02ad, 8)
// Packet: 0x02b0
-packetLen(0x02b0, 85) // CA_LOGIN_HAN
+packetLen(0x02b0, 85)
// Packet: 0x02b1
-packetLen(0x02b1, -1) // ZC_ALL_QUEST_LIST
+packetLen(0x02b1, -1)
// Packet: 0x02b2
-packetLen(0x02b2, -1) // ZC_ALL_QUEST_MISSION
+packetLen(0x02b2, -1)
// Packet: 0x02b3
-packetLen(0x02b3, 107) // ZC_ADD_QUEST
+packetLen(0x02b3, 107)
// Packet: 0x02b4
-packetLen(0x02b4, 6) // ZC_DEL_QUEST
+packetLen(0x02b4, 6)
// Packet: 0x02b5
-packetLen(0x02b5, -1) // ZC_UPDATE_MISSION_HUNT
+packetLen(0x02b5, -1)
// Packet: 0x02b6
-packetLen(0x02b6, 7) // CZ_ACTIVE_QUEST
+packetLen(0x02b6, 7)
// Packet: 0x02b7
-packetLen(0x02b7, 7) // ZC_ACTIVE_QUEST
+packetLen(0x02b7, 7)
// Packet: 0x02b8
-packetLen(0x02b8, 22) // ZC_ITEM_PICKUP_PARTY
+packetLen(0x02b8, 22)
// Packet: 0x02b9
-packetLen(0x02b9, 191) // ZC_SHORTCUT_KEY_LIST
+packetLen(0x02b9, 191)
// Packet: 0x02ba
-packetLen(0x02ba, 11) // CZ_SHORTCUT_KEY_CHANGE
+packetLen(0x02ba, 11)
// Packet: 0x02bb
-packetLen(0x02bb, 8) // ZC_EQUIPITEM_DAMAGED
+packetLen(0x02bb, 8)
// Packet: 0x02bc
-packetLen(0x02bc, 6) // ZC_NOTIFY_PCBANG_PLAYING_TIME
+packetLen(0x02bc, 6)
// Packet: 0x02c1
-packetLen(0x02c1, -1) // ZC_NPC_CHAT
+packetLen(0x02c1, -1)
// Packet: 0x02c2
-packetLen(0x02c2, -1) // ZC_FORMATSTRING_MSG
+packetLen(0x02c2, -1)
// Packet: 0x02c4
#if PACKETVER >= 20140730
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20140723
-packetLen(0x02c4, 6) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 6)
#elif PACKETVER >= 20140514
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20140508
-packetLen(0x02c4, 90) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 90)
// ignored packet from 2014-05-08aRagexeRE
#elif PACKETVER >= 20140326
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20140319
-packetLen(0x02c4, 6) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 6)
#elif PACKETVER >= 20140108
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#endif
// Packet: 0x02c5
-packetLen(0x02c5, 30) // ZC_PARTY_JOIN_REQ_ACK
+packetLen(0x02c5, 30)
// Packet: 0x02c6
-packetLen(0x02c6, 30) // ZC_PARTY_JOIN_REQ
+packetLen(0x02c6, 30)
// Packet: 0x02c7
-packetLen(0x02c7, 7) // CZ_PARTY_JOIN_REQ_ACK
+packetLen(0x02c7, 7)
// Packet: 0x02c8
-packetLen(0x02c8, 3) // CZ_PARTY_CONFIG
+packetLen(0x02c8, 3)
// Packet: 0x02c9
-packetLen(0x02c9, 3) // ZC_PARTY_CONFIG
+packetLen(0x02c9, 3)
// Packet: 0x02ca
-packetLen(0x02ca, 3) // HC_REFUSE_SELECTCHAR
+packetLen(0x02ca, 3)
// Packet: 0x02cb
-packetLen(0x02cb, 65) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO
+packetLen(0x02cb, 65)
// Packet: 0x02cc
-packetLen(0x02cc, 4) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_NOTIFY
+packetLen(0x02cc, 4)
// Packet: 0x02cd
-packetLen(0x02cd, 71) // ZC_MEMORIALDUNGEON_INFO
+packetLen(0x02cd, 71)
// Packet: 0x02ce
-packetLen(0x02ce, 10) // ZC_MEMORIALDUNGEON_NOTIFY
+packetLen(0x02ce, 10)
// Packet: 0x02cf
-packetLen(0x02cf, 6) // CZ_MEMORIALDUNGEON_COMMAND
+packetLen(0x02cf, 6)
// Packet: 0x02d0
-packetLen(0x02d0, -1) // ZC_EQUIPMENT_ITEMLIST3
+packetLen(0x02d0, -1)
// Packet: 0x02d1
-packetLen(0x02d1, -1) // ZC_STORE_EQUIPMENT_ITEMLIST3
+packetLen(0x02d1, -1)
// Packet: 0x02d2
-packetLen(0x02d2, -1) // ZC_CART_EQUIPMENT_ITEMLIST3
+packetLen(0x02d2, -1)
// Packet: 0x02d3
-packetLen(0x02d3, 4) // ZC_NOTIFY_BIND_ON_EQUIP
+packetLen(0x02d3, 4)
// Packet: 0x02d4
-packetLen(0x02d4, 29) // ZC_ITEM_PICKUP_ACK3
+packetLen(0x02d4, 29)
// Packet: 0x02d5
-packetLen(0x02d5, 2) // ZC_ISVR_DISCONNECT
+packetLen(0x02d5, 2)
// Packet: 0x02d6
-packetLen(0x02d6, 6) // CZ_EQUIPWIN_MICROSCOPE
+packetLen(0x02d6, 6)
// Packet: 0x02d7
-packetLen(0x02d7, -1) // ZC_EQUIPWIN_MICROSCOPE
+packetLen(0x02d7, -1)
// Packet: 0x02d8
-packetLen(0x02d8, 10) // CZ_CONFIG
+packetLen(0x02d8, 10)
// Packet: 0x02d9
-packetLen(0x02d9, 10) // ZC_CONFIG
+packetLen(0x02d9, 10)
// Packet: 0x02da
-packetLen(0x02da, 3) // ZC_CONFIG_NOTIFY
+packetLen(0x02da, 3)
// Packet: 0x02db
-packetLen(0x02db, -1) // CZ_BATTLEFIELD_CHAT
+packetLen(0x02db, -1)
// Packet: 0x02dc
-packetLen(0x02dc, -1) // ZC_BATTLEFIELD_CHAT
+packetLen(0x02dc, -1)
// Packet: 0x02dd
-packetLen(0x02dd, 32) // ZC_BATTLEFIELD_NOTIFY_CAMPINFO
+packetLen(0x02dd, 32)
// Packet: 0x02de
-packetLen(0x02de, 6) // ZC_BATTLEFIELD_NOTIFY_POINT
+packetLen(0x02de, 6)
// Packet: 0x02df
-packetLen(0x02df, 36) // ZC_BATTLEFIELD_NOTIFY_POSITION
+packetLen(0x02df, 36)
// Packet: 0x02e0
-packetLen(0x02e0, 34) // ZC_BATTLEFIELD_NOTIFY_HP
+packetLen(0x02e0, 34)
// Packet: 0x02e1
-packetLen(0x02e1, 33) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, 33)
// Packet: 0x02e2
-packetLen(0x02e2, 20) // CZ_USE_ITEM_NEW_JAPEN
+packetLen(0x02e2, 20)
// Packet: 0x02e3
-packetLen(0x02e3, 22) // CZ_USE_SKILL_NEW_JAPEN
+packetLen(0x02e3, 22)
// Packet: 0x02e4
-packetLen(0x02e4, 11) // CZ_ITEM_PICKUP_NEW_JAPEN
+packetLen(0x02e4, 11)
// Packet: 0x02e5
-packetLen(0x02e5, 9) // CZ_REQUEST_MOVE_NEW_JAPEN
+packetLen(0x02e5, 9)
// Packet: 0x02e6
-packetLen(0x02e6, 6) // CZ_BOT_CHECK
+packetLen(0x02e6, 6)
// Packet: 0x02e7
-packetLen(0x02e7, -1) // ZC_MAPPROPERTY
+packetLen(0x02e7, -1)
// Packet: 0x02e8
-packetLen(0x02e8, -1) // ZC_NORMAL_ITEMLIST3
+packetLen(0x02e8, -1)
// Packet: 0x02e9
-packetLen(0x02e9, -1) // ZC_CART_NORMAL_ITEMLIST3
+packetLen(0x02e9, -1)
// Packet: 0x02ea
-packetLen(0x02ea, -1) // ZC_STORE_NORMAL_ITEMLIST3
+packetLen(0x02ea, -1)
// Packet: 0x02eb
-packetLen(0x02eb, 13) // ZC_ACCEPT_ENTER2
+packetLen(0x02eb, 13)
// Packet: 0x02ec
-packetLen(0x02ec, 67) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 67)
// Packet: 0x02ed
-packetLen(0x02ed, 59) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, 59)
// Packet: 0x02ee
-packetLen(0x02ee, 60) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, 60)
// Packet: 0x02ef
-packetLen(0x02ef, 8) // ZC_NOTIFY_FONT
+packetLen(0x02ef, 8)
// Packet: 0x02f0
-packetLen(0x02f0, 10) // ZC_PROGRESS
+packetLen(0x02f0, 10)
// Packet: 0x02f1
-packetLen(0x02f1, 2) // CZ_PROGRESS
+packetLen(0x02f1, 2)
// Packet: 0x02f2
-packetLen(0x02f2, 2) // ZC_PROGRESS_CANCEL
+packetLen(0x02f2, 2)
// Packet: 0x02f3
-packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+packetLen(0x02f3, -1)
// Packet: 0x02f4
-packetLen(0x02f4, 3) // ZC_IRMAIL_SEND_RES
+packetLen(0x02f4, 3)
// Packet: 0x02f5
-packetLen(0x02f5, 7) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, 7)
// Packet: 0x02f6
-packetLen(0x02f6, 7) // CZ_IRMAIL_LIST
+packetLen(0x02f6, 7)
// Packet: 0x035c
-packetLen(0x035c, 2) // CZ_OPEN_SIMPLE_CASHSHOP_ITEMLIST
+packetLen(0x035c, 2)
// Packet: 0x035d
-packetLen(0x035d, -1) // ZC_SIMPLE_CASHSHOP_POINT_ITEMLIST
+packetLen(0x035d, -1)
// Packet: 0x035e
-packetLen(0x035e, 2) // CZ_CLOSE_WINDOW
+packetLen(0x035e, 2)
// Packet: 0x035f
#if PACKETVER >= 20141231
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20141217
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20141210
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20141203
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20141126
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20141112
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20141105
-packetLen(0x035f, 10) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 10)
#elif PACKETVER >= 20141001
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20140917
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20140827
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20140820
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20140806
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20140709
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20140702
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20140611
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20140605
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20140528
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20140521
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20140514
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20140508
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
// ignored packet from 2014-05-08aRagexeRE
#elif PACKETVER >= 20140430
-packetLen(0x035f, 36) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 36)
#elif PACKETVER >= 20140423
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20140416
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20140312
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20140226
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20140212
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20140129
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20140122
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20140108
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#endif
// Packet: 0x0360
#if PACKETVER >= 20141231
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20141223
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20141217
-packetLen(0x0360, 8) // CZ_REQUEST_TIME2
+packetLen(0x0360, 8)
#elif PACKETVER >= 20141210
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20141203
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20141126
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20141112
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20141105
-packetLen(0x0360, -1) // CZ_REQUEST_TIME2
+packetLen(0x0360, -1)
#elif PACKETVER >= 20141001
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20140917
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20140827
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20140820
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20140806
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20140709
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20140702
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20140611
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20140605
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20140528
-packetLen(0x0360, 36) // CZ_REQUEST_TIME2
+packetLen(0x0360, 36)
#elif PACKETVER >= 20140521
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20140514
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20140430
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20140423
-packetLen(0x0360, 36) // CZ_REQUEST_TIME2
+packetLen(0x0360, 36)
#elif PACKETVER >= 20140416
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20140409
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20140402
-packetLen(0x0360, 5) // CZ_REQUEST_TIME2
+packetLen(0x0360, 5)
#elif PACKETVER >= 20140312
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20140226
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20140219
-packetLen(0x0360, 4) // CZ_REQUEST_TIME2
+packetLen(0x0360, 4)
#elif PACKETVER >= 20140212
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20140129
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20140122
-packetLen(0x0360, 7) // CZ_REQUEST_TIME2
+packetLen(0x0360, 7)
#elif PACKETVER >= 20140108
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#endif
// Packet: 0x0361
#if PACKETVER >= 20141231
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20141223
-packetLen(0x0361, 8) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 8)
#elif PACKETVER >= 20141105
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20141029
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20141015
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20141008
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20141001
-packetLen(0x0361, 6) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 6)
#elif PACKETVER >= 20140903
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20140827
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20140813
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20140806
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20140514
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20140508
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20140423
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20140416
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20140312
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20140226
-packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, -1)
#elif PACKETVER >= 20140212
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20140205
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20140129
-packetLen(0x0361, 8) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 8)
#elif PACKETVER >= 20140122
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20140115
-packetLen(0x0361, 6) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 6)
#elif PACKETVER >= 20140108
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#endif
// Packet: 0x0362
#if PACKETVER >= 20141231
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20141210
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20141203
-packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+packetLen(0x0362, -1)
#elif PACKETVER >= 20141119
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20141112
-packetLen(0x0362, 26) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 26)
#elif PACKETVER >= 20141105
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20141029
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20141022
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20141008
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20140917
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20140827
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20140813
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20140806
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20140723
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20140716
-packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+packetLen(0x0362, -1)
#elif PACKETVER >= 20140611
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20140605
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20140528
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20140521
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20140508
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
// ignored packet from 2014-05-08bRagexeRE
#elif PACKETVER >= 20140423
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20140416
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20140402
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20140326
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20140312
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20140305
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20140226
-packetLen(0x0362, 26) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 26)
#elif PACKETVER >= 20140212
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20140205
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20140115
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20140108
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#endif
// Packet: 0x0363
#if PACKETVER >= 20141231
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20141105
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20141029
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20141022
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20141008
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20140917
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20140827
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20140813
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20140806
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20140611
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20140605
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20140528
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20140521
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20140508
-packetLen(0x0363, 6) // CZ_ITEM_THROW2
+packetLen(0x0363, 6)
// ignored packet from 2014-05-08bRagexeRE
#elif PACKETVER >= 20140430
-packetLen(0x0363, 10) // CZ_ITEM_THROW2
+packetLen(0x0363, 10)
#elif PACKETVER >= 20140423
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20140416
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20140312
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20140305
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20140212
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20140205
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20140115
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20140108
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#endif
// Packet: 0x0364
#if PACKETVER >= 20141231
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20141105
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20141029
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20141022
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20141015
-packetLen(0x0364, 5) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 5)
#elif PACKETVER >= 20141008
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20140917
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20140827
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20140813
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20140806
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20140730
-packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 6)
#elif PACKETVER >= 20140723
-packetLen(0x0364, 36) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 36)
#elif PACKETVER >= 20140716
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20140702
-packetLen(0x0364, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, -1)
#elif PACKETVER >= 20140611
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20140605
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20140528
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20140521
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20140508
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
// ignored packet from 2014-05-08bRagexeRE
#elif PACKETVER >= 20140423
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20140416
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20140409
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20140402
-packetLen(0x0364, 10) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 10)
#elif PACKETVER >= 20140312
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20140305
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20140226
-packetLen(0x0364, 36) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 36)
#elif PACKETVER >= 20140219
-packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 6)
#elif PACKETVER >= 20140212
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20140205
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20140115
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20140108
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#endif
// Packet: 0x0365
#if PACKETVER >= 20141231
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20141105
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20141029
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20141022
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20141008
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20141001
-packetLen(0x0365, 12) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 12)
#elif PACKETVER >= 20140924
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20140917
-packetLen(0x0365, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 8)
#elif PACKETVER >= 20140827
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20140820
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20140813
-packetLen(0x0365, 36) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 36)
#elif PACKETVER >= 20140806
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20140611
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20140605
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20140528
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20140521
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20140508
-packetLen(0x0365, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 8)
// ignored packet from 2014-05-08bRagexeRE
#elif PACKETVER >= 20140423
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20140416
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20140402
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20140326
-packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, -1)
#elif PACKETVER >= 20140312
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20140305
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20140212
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20140205
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20140115
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20140108
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#endif
// Packet: 0x0366
#if PACKETVER >= 20141231
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20141217
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20141210
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20141203
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20141126
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20141105
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20141001
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20140924
-packetLen(0x0366, 10) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 10)
#elif PACKETVER >= 20140917
-packetLen(0x0366, 19) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 19)
#elif PACKETVER >= 20140827
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20140820
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20140806
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20140730
-packetLen(0x0366, 10) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 10)
#elif PACKETVER >= 20140709
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20140702
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20140611
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20140605
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20140528
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20140521
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20140514
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20140508
-packetLen(0x0366, 26) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 26)
// ignored packet from 2014-05-08aRagexeRE
#elif PACKETVER >= 20140430
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20140423
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20140416
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20140319
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20140312
-packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, -1)
#elif PACKETVER >= 20140226
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20140212
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20140129
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20140122
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20140108
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#endif
// Packet: 0x0367
#if PACKETVER >= 20141210
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20141203
-packetLen(0x0367, 6) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 6)
#elif PACKETVER >= 20141126
-packetLen(0x0367, 8) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 8)
#elif PACKETVER >= 20141001
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20140924
-packetLen(0x0367, 26) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 26)
#elif PACKETVER >= 20140917
-packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, -1)
#elif PACKETVER >= 20140806
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20140730
-packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, -1)
#elif PACKETVER >= 20140508
-packetLen(0x0367, 90) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 90)
// ignored packet from 2014-05-08bRagexeRE
#elif PACKETVER >= 20140205
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20140129
-packetLen(0x0367, 6) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 6)
#elif PACKETVER >= 20140122
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20140115
-packetLen(0x0367, 8) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 8)
#elif PACKETVER >= 20140108
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#endif
// Packet: 0x0368
#if PACKETVER >= 20141231
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20141217
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20141210
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20141203
-packetLen(0x0368, 8) // CZ_REQNAME2
+packetLen(0x0368, 8)
#elif PACKETVER >= 20141126
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20141105
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20141001
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20140917
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20140827
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20140820
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20140806
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20140730
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20140723
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20140709
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20140702
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20140611
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20140605
-packetLen(0x0368, 7) // CZ_REQNAME2
+packetLen(0x0368, 7)
#elif PACKETVER >= 20140528
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20140521
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20140514
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20140508
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
// ignored packet from 2014-05-08bRagexeRE
#elif PACKETVER >= 20140423
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20140416
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20140312
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20140226
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20140212
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20140129
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20140122
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20140108
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#endif
// Packet: 0x0369
#if PACKETVER >= 20141231
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20141217
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20141210
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20141203
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20141126
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20141105
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20141029
-packetLen(0x0369, 5) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 5)
#elif PACKETVER >= 20141001
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20140924
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20140917
-packetLen(0x0369, 6) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 6)
#elif PACKETVER >= 20140827
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20140820
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20140806
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20140709
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20140702
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20140611
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20140605
-packetLen(0x0369, 19) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 19)
#elif PACKETVER >= 20140528
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20140521
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20140514
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20140508
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
// ignored packet from 2014-05-08aRagexeRE
#elif PACKETVER >= 20140430
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20140423
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20140416
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20140312
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20140226
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20140219
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20140212
-packetLen(0x0369, 18) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 18)
#elif PACKETVER >= 20140129
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20140122
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20140108
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#endif
// Packet: 0x03dd
-packetLen(0x03dd, 18) // AHC_GAME_GUARD
+packetLen(0x03dd, 18)
// Packet: 0x03de
-packetLen(0x03de, 18) // CAH_ACK_GAME_GUARD
+packetLen(0x03de, 18)
// Packet: 0x0436
#if PACKETVER >= 20141231
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20141217
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20141210
-packetLen(0x0436, 5) // CZ_ENTER2
+packetLen(0x0436, 5)
#elif PACKETVER >= 20141105
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20141029
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20141015
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20141008
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20140903
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20140827
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20140813
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20140806
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20140730
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20140723
-packetLen(0x0436, 12) // CZ_ENTER2
+packetLen(0x0436, 12)
#elif PACKETVER >= 20140611
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20140605
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20140508
-packetLen(0x0436, 19) // CZ_ENTER2
+packetLen(0x0436, 19)
// ignored packet from 2014-05-08bRagexeRE
#elif PACKETVER >= 20140430
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20140423
-packetLen(0x0436, 26) // CZ_ENTER2
+packetLen(0x0436, 26)
#elif PACKETVER >= 20140416
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20140312
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20140305
-packetLen(0x0436, 10) // CZ_ENTER2
+packetLen(0x0436, 10)
#elif PACKETVER >= 20140212
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20140205
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20140115
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20140108
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#endif
// Packet: 0x0437
#if PACKETVER >= 20141231
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20141217
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20141210
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20141203
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20141126
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20141105
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20141029
-packetLen(0x0437, 36) // CZ_REQUEST_ACT2
+packetLen(0x0437, 36)
#elif PACKETVER >= 20141001
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20140917
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20140827
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20140820
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20140806
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20140730
-packetLen(0x0437, 19) // CZ_REQUEST_ACT2
+packetLen(0x0437, 19)
#elif PACKETVER >= 20140716
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20140709
-packetLen(0x0437, 7) // CZ_REQUEST_ACT2
+packetLen(0x0437, 7)
#elif PACKETVER >= 20140702
-packetLen(0x0437, 26) // CZ_REQUEST_ACT2
+packetLen(0x0437, 26)
#elif PACKETVER >= 20140611
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20140605
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20140528
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20140521
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20140514
-packetLen(0x0437, 12) // CZ_REQUEST_ACT2
+packetLen(0x0437, 12)
#elif PACKETVER >= 20140508
-packetLen(0x0437, 7) // CZ_REQUEST_ACT2
+packetLen(0x0437, 7)
// ignored packet from 2014-05-08bRagexeRE
#elif PACKETVER >= 20140430
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20140423
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20140416
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20140312
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20140226
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20140212
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20140129
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20140122
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20140108
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#endif
// Packet: 0x0438
#if PACKETVER >= 20141231
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20141223
-packetLen(0x0438, 26) // CZ_USE_SKILL2
+packetLen(0x0438, 26)
#elif PACKETVER >= 20141217
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20141210
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20141203
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20141126
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20141119
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20141112
-packetLen(0x0438, 6) // CZ_USE_SKILL2
+packetLen(0x0438, 6)
#elif PACKETVER >= 20141105
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20141029
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20141022
-packetLen(0x0438, 36) // CZ_USE_SKILL2
+packetLen(0x0438, 36)
#elif PACKETVER >= 20141001
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20140917
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20140827
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20140820
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20140806
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20140709
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20140702
-packetLen(0x0438, 8) // CZ_USE_SKILL2
+packetLen(0x0438, 8)
#elif PACKETVER >= 20140618
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20140611
-packetLen(0x0438, -1) // CZ_USE_SKILL2
+packetLen(0x0438, -1)
#elif PACKETVER >= 20140605
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20140528
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20140521
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20140514
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20140430
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20140423
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20140416
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20140312
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20140305
-packetLen(0x0438, 19) // CZ_USE_SKILL2
+packetLen(0x0438, 19)
#elif PACKETVER >= 20140226
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20140219
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20140212
-packetLen(0x0438, 90) // CZ_USE_SKILL2
+packetLen(0x0438, 90)
#elif PACKETVER >= 20140129
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20140122
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20140108
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#endif
// Packet: 0x0439
-packetLen(0x0439, 8) // CZ_USE_ITEM2
+packetLen(0x0439, 8)
// Packet: 0x043d
-packetLen(0x043d, 8) // ZC_SKILL_POSTDELAY
+packetLen(0x043d, 8)
// Packet: 0x043e
-packetLen(0x043e, -1) // ZC_SKILL_POSTDELAY_LIST
+packetLen(0x043e, -1)
// Packet: 0x043f
-packetLen(0x043f, 25) // ZC_MSG_STATE_CHANGE2
+packetLen(0x043f, 25)
// Packet: 0x0440
-packetLen(0x0440, 10) // ZC_MILLENNIUMSHIELD
+packetLen(0x0440, 10)
// Packet: 0x0441
-packetLen(0x0441, 4) // ZC_SKILLINFO_DELETE
+packetLen(0x0441, 4)
// Packet: 0x0442
-packetLen(0x0442, -1) // ZC_SKILL_SELECT_REQUEST
+packetLen(0x0442, -1)
// Packet: 0x0443
-packetLen(0x0443, 8) // CZ_SKILL_SELECT_RESPONSE
+packetLen(0x0443, 8)
// Packet: 0x0444
-packetLen(0x0444, -1) // ZC_SIMPLE_CASH_POINT_ITEMLIST
+packetLen(0x0444, -1)
// Packet: 0x0445
-packetLen(0x0445, 10) // CZ_SIMPLE_BUY_CASH_POINT_ITEM
+packetLen(0x0445, 10)
// Packet: 0x0446
-packetLen(0x0446, 14) // ZC_QUEST_NOTIFY_EFFECT
+packetLen(0x0446, 14)
// Packet: 0x0447
-packetLen(0x0447, 2) // CZ_BLOCKING_PLAY_CANCEL
+packetLen(0x0447, 2)
// Packet: 0x0448
-packetLen(0x0448, -1) // HC_CHARACTER_LIST
+packetLen(0x0448, -1)
// Packet: 0x0449
-packetLen(0x0449, 4) // ZC_HACKSH_ERROR_MSG
+packetLen(0x0449, 4)
// Packet: 0x044a
-packetLen(0x044a, 6) // CZ_CLIENT_VERSION
+packetLen(0x044a, 6)
// Packet: 0x044b
-packetLen(0x044b, 2) // CZ_CLOSE_SIMPLECASH_SHOP
+packetLen(0x044b, 2)
// Packet: 0x07d7
-packetLen(0x07d7, 8) // CZ_GROUPINFO_CHANGE_V2
+packetLen(0x07d7, 8)
// Packet: 0x07d8
-packetLen(0x07d8, 8) // ZC_REQ_GROUPINFO_CHANGE_V2
+packetLen(0x07d8, 8)
// Packet: 0x07d9
-packetLen(0x07d9, 268) // ZC_SHORTCUT_KEY_LIST_V2
+packetLen(0x07d9, 268)
// Packet: 0x07da
-packetLen(0x07da, 6) // CZ_CHANGE_GROUP_MASTER
+packetLen(0x07da, 6)
// Packet: 0x07db
-packetLen(0x07db, 8) // ZC_HO_PAR_CHANGE
+packetLen(0x07db, 8)
// Packet: 0x07dc
-packetLen(0x07dc, 6) // CZ_SEEK_PARTY
+packetLen(0x07dc, 6)
// Packet: 0x07dd
-packetLen(0x07dd, 54) // ZC_SEEK_PARTY
+packetLen(0x07dd, 54)
// Packet: 0x07de
-packetLen(0x07de, 30) // CZ_SEEK_PARTY_MEMBER
+packetLen(0x07de, 30)
// Packet: 0x07df
-packetLen(0x07df, 54) // ZC_SEEK_PARTY_MEMBER
+packetLen(0x07df, 54)
// Packet: 0x07e0
-packetLen(0x07e0, 58) // ZC_ES_NOTI_MYINFO
+packetLen(0x07e0, 58)
// Packet: 0x07e1
-packetLen(0x07e1, 15) // ZC_SKILLINFO_UPDATE2
+packetLen(0x07e1, 15)
// Packet: 0x07e2
-packetLen(0x07e2, 8) // ZC_MSG_VALUE
+packetLen(0x07e2, 8)
// Packet: 0x07e3
-packetLen(0x07e3, 6) // ZC_ITEMLISTWIN_OPEN
+packetLen(0x07e3, 6)
// Packet: 0x07e4
#if PACKETVER >= 20141231
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20141217
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20141210
-packetLen(0x07e4, 5) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 5)
#elif PACKETVER >= 20141105
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20141029
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20141022
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20141008
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20141001
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20140924
-packetLen(0x07e4, 36) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 36)
#elif PACKETVER >= 20140917
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20140820
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20140813
-packetLen(0x07e4, -1) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, -1)
#elif PACKETVER >= 20140806
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20140723
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20140716
-packetLen(0x07e4, 36) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 36)
#elif PACKETVER >= 20140709
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20140702
-packetLen(0x07e4, 10) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 10)
#elif PACKETVER >= 20140618
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20140611
-packetLen(0x07e4, 8) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 8)
#elif PACKETVER >= 20140605
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20140528
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20140521
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20140514
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20140508
-packetLen(0x07e4, 5) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 5)
// ignored packet from 2014-05-08aRagexeRE
#elif PACKETVER >= 20140430
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20140416
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20140326
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20140319
-packetLen(0x07e4, -1) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, -1)
#elif PACKETVER >= 20140312
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20140305
-packetLen(0x07e4, 26) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 26)
#elif PACKETVER >= 20140212
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20140205
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20140115
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20140108
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#endif
// Packet: 0x07e5
-packetLen(0x07e5, 4) // CH_ENTER_CHECKBOT
+packetLen(0x07e5, 4)
// Packet: 0x07e6
-packetLen(0x07e6, 8) // ZC_MSG_SKILL
+packetLen(0x07e6, 8)
// Packet: 0x07e7
-packetLen(0x07e7, 32) // CH_CHECKBOT
+packetLen(0x07e7, 32)
// Packet: 0x07e8
-packetLen(0x07e8, -1) // HC_CHECKBOT
+packetLen(0x07e8, -1)
// Packet: 0x07e9
-packetLen(0x07e9, 5) // HC_CHECKBOT_RESULT
+packetLen(0x07e9, 5)
// Packet: 0x07ea
-packetLen(0x07ea, 2) // CZ_BATTLE_FIELD_LIST
+packetLen(0x07ea, 2)
// Packet: 0x07eb
-packetLen(0x07eb, -1) // ZC_BATTLE_FIELD_LIST
+packetLen(0x07eb, -1)
// Packet: 0x07ec
#if PACKETVER >= 20141231
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20141105
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20141029
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20141022
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20141008
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20140917
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20140827
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20140813
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20140806
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20140730
-packetLen(0x07ec, 4) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 4)
#elif PACKETVER >= 20140611
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20140605
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20140528
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20140521
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20140508
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
// ignored packet from 2014-05-08bRagexeRE
#elif PACKETVER >= 20140423
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20140416
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20140409
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20140326
-packetLen(0x07ec, 6) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 6)
#elif PACKETVER >= 20140312
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20140305
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20140212
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20140205
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20140129
-packetLen(0x07ec, 5) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 5)
#elif PACKETVER >= 20140122
-packetLen(0x07ec, 6) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 6)
#elif PACKETVER >= 20140115
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20140108
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#endif
// Packet: 0x07ed
-packetLen(0x07ed, 10) // ZC_JOIN_BATTLE_FIELD
+packetLen(0x07ed, 10)
// Packet: 0x07ee
-packetLen(0x07ee, 6) // CZ_CANCEL_BATTLE_FIELD
+packetLen(0x07ee, 6)
// Packet: 0x07ef
-packetLen(0x07ef, 8) // ZC_CANCEL_BATTLE_FIELD
+packetLen(0x07ef, 8)
// Packet: 0x07f0
-packetLen(0x07f0, 6) // CZ_REQ_BATTLE_STATE_MONITOR
+packetLen(0x07f0, 6)
// Packet: 0x07f1
-packetLen(0x07f1, 18) // ZC_ACK_BATTLE_STATE_MONITOR
+packetLen(0x07f1, 18)
// Packet: 0x07f2
-packetLen(0x07f2, 8) // ZC_BATTLE_NOTI_START_STEP
+packetLen(0x07f2, 8)
// Packet: 0x07f3
-packetLen(0x07f3, 6) // ZC_BATTLE_JOIN_NOTI_DEFER
+packetLen(0x07f3, 6)
// Packet: 0x07f4
-packetLen(0x07f4, 3) // ZC_BATTLE_JOIN_DISABLE_STATE
+packetLen(0x07f4, 3)
// Packet: 0x07f5
-packetLen(0x07f5, 6) // CZ_GM_FULLSTRIP
+packetLen(0x07f5, 6)
// Packet: 0x07f6
-packetLen(0x07f6, 14) // ZC_NOTIFY_EXP
+packetLen(0x07f6, 14)
// Packet: 0x07f7
-packetLen(0x07f7, -1) // ZC_NOTIFY_MOVEENTRY7
+packetLen(0x07f7, -1)
// Packet: 0x07f8
-packetLen(0x07f8, -1) // ZC_NOTIFY_NEWENTRY5
+packetLen(0x07f8, -1)
// Packet: 0x07f9
-packetLen(0x07f9, -1) // ZC_NOTIFY_STANDENTRY5
+packetLen(0x07f9, -1)
// Packet: 0x07fa
-packetLen(0x07fa, 8) // ZC_DELETE_ITEM_FROM_BODY
+packetLen(0x07fa, 8)
// Packet: 0x07fb
-packetLen(0x07fb, 25) // ZC_USESKILL_ACK2
+packetLen(0x07fb, 25)
// Packet: 0x07fc
-packetLen(0x07fc, 10) // ZC_CHANGE_GROUP_MASTER
+packetLen(0x07fc, 10)
// Packet: 0x07fd
-packetLen(0x07fd, -1) // ZC_BROADCASTING_SPECIAL_ITEM_OBTAIN
+packetLen(0x07fd, -1)
// Packet: 0x07fe
-packetLen(0x07fe, 26) // ZC_PLAY_NPC_BGM
+packetLen(0x07fe, 26)
// Packet: 0x0800
-packetLen(0x0800, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC2
+packetLen(0x0800, -1)
// Packet: 0x0801
-packetLen(0x0801, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC2
+packetLen(0x0801, -1)
// Packet: 0x0802
#if PACKETVER >= 20141231
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20141210
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20141203
-packetLen(0x0802, 19) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 19)
#elif PACKETVER >= 20141126
-packetLen(0x0802, -1) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, -1)
#elif PACKETVER >= 20141105
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20141029
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20141022
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20141008
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20141001
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20140924
-packetLen(0x0802, 18) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 18)
#elif PACKETVER >= 20140917
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20140827
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20140820
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20140813
-packetLen(0x0802, 19) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 19)
#elif PACKETVER >= 20140806
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20140730
-packetLen(0x0802, 8) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 8)
#elif PACKETVER >= 20140611
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20140605
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20140528
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20140521
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20140514
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20140508
-packetLen(0x0802, 18) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 18)
// ignored packet from 2014-05-08bRagexeRE
#elif PACKETVER >= 20140423
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20140416
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20140312
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20140305
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20140226
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20140219
-packetLen(0x0802, 6) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 6)
#elif PACKETVER >= 20140212
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20140205
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20140129
-packetLen(0x0802, 19) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 19)
#elif PACKETVER >= 20140122
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20140115
-packetLen(0x0802, 6) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 6)
#elif PACKETVER >= 20140108
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#endif
// Packet: 0x0803
-packetLen(0x0803, 4) // ZC_PARTY_BOOKING_ACK_REGISTER
+packetLen(0x0803, 4)
// Packet: 0x0804
-packetLen(0x0804, 14) // CZ_PARTY_BOOKING_REQ_SEARCH
+packetLen(0x0804, 14)
// Packet: 0x0805
-packetLen(0x0805, -1) // ZC_PARTY_BOOKING_ACK_SEARCH
+packetLen(0x0805, -1)
// Packet: 0x0806
-packetLen(0x0806, 2) // CZ_PARTY_BOOKING_REQ_DELETE
+packetLen(0x0806, 2)
// Packet: 0x0807
-packetLen(0x0807, 4) // ZC_PARTY_BOOKING_ACK_DELETE
+packetLen(0x0807, 4)
// Packet: 0x0808
-packetLen(0x0808, 14) // CZ_PARTY_BOOKING_REQ_UPDATE
+packetLen(0x0808, 14)
// Packet: 0x0809
-packetLen(0x0809, 50) // ZC_PARTY_BOOKING_NOTIFY_INSERT
+packetLen(0x0809, 50)
// Packet: 0x080a
-packetLen(0x080a, 18) // ZC_PARTY_BOOKING_NOTIFY_UPDATE
+packetLen(0x080a, 18)
// Packet: 0x080b
-packetLen(0x080b, 6) // ZC_PARTY_BOOKING_NOTIFY_DELETE
+packetLen(0x080b, 6)
// Packet: 0x080c
-packetLen(0x080c, 2) // CZ_SIMPLE_CASH_BTNSHOW
+packetLen(0x080c, 2)
// Packet: 0x080d
-packetLen(0x080d, 3) // ZC_SIMPLE_CASH_BTNSHOW
+packetLen(0x080d, 3)
// Packet: 0x080e
-packetLen(0x080e, 14) // ZC_NOTIFY_HP_TO_GROUPM_R2
+packetLen(0x080e, 14)
// Packet: 0x080f
#if PACKETVER >= 20140226
-packetLen(0x080f, 51) // ZC_ADD_EXCHANGE_ITEM2
+packetLen(0x080f, 51)
// ignored packet from 2014-02-26bRagexeRE
#elif PACKETVER >= 20140219
-packetLen(0x080f, 51) // ZC_ADD_EXCHANGE_ITEM2
+packetLen(0x080f, 51)
// ignored packet from 2014-02-19bRagexeRE
#elif PACKETVER >= 20140129
-packetLen(0x080f, 41) // ZC_ADD_EXCHANGE_ITEM2
+packetLen(0x080f, 41)
#elif PACKETVER >= 20140108
-packetLen(0x080f, 20) // ZC_ADD_EXCHANGE_ITEM2
+packetLen(0x080f, 20)
#endif
// Packet: 0x0810
-packetLen(0x0810, 3) // ZC_OPEN_BUYING_STORE
+packetLen(0x0810, 3)
// Packet: 0x0811
#if PACKETVER >= 20141231
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20141203
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20141126
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20141105
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20141001
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20140917
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20140827
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20140820
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20140806
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20140723
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20140716
-packetLen(0x0811, 7) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 7)
#elif PACKETVER >= 20140709
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20140702
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20140611
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20140605
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20140528
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20140521
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20140514
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20140430
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20140423
-packetLen(0x0811, 8) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 8)
#elif PACKETVER >= 20140416
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20140326
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20140319
-packetLen(0x0811, 6) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 6)
#elif PACKETVER >= 20140312
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20140305
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20140226
-packetLen(0x0811, 5) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 5)
#elif PACKETVER >= 20140212
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20140129
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20140115
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20140108
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#endif
// Packet: 0x0812
-packetLen(0x0812, 8) // ZC_FAILED_OPEN_BUYING_STORE_TO_BUYER
+packetLen(0x0812, 8)
// Packet: 0x0813
-packetLen(0x0813, -1) // ZC_MYITEMLIST_BUYING_STORE
+packetLen(0x0813, -1)
// Packet: 0x0814
-packetLen(0x0814, 86) // ZC_BUYING_STORE_ENTRY
+packetLen(0x0814, 86)
// Packet: 0x0815
#if PACKETVER >= 20141231
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20141217
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20141210
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20141203
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20141126
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20141105
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20141001
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20140924
-packetLen(0x0815, 5) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 5)
#elif PACKETVER >= 20140917
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20140827
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20140820
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20140806
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20140730
-packetLen(0x0815, 26) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 26)
#elif PACKETVER >= 20140709
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20140702
-packetLen(0x0815, 36) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 36)
#elif PACKETVER >= 20140625
-packetLen(0x0815, 4) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 4)
#elif PACKETVER >= 20140611
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20140605
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20140528
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20140521
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20140514
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20140508
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
// ignored packet from 2014-05-08bRagexeRE
#elif PACKETVER >= 20140430
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20140423
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20140416
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20140326
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20140319
-packetLen(0x0815, 5) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 5)
#elif PACKETVER >= 20140312
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20140305
-packetLen(0x0815, 5) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 5)
#elif PACKETVER >= 20140226
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20140212
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20140129
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20140122
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20140108
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#endif
// Packet: 0x0816
-packetLen(0x0816, 6) // ZC_DISAPPEAR_BUYING_STORE_ENTRY
+packetLen(0x0816, 6)
// Packet: 0x0817
#if PACKETVER >= 20140806
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20140730
-packetLen(0x0817, 7) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 7)
#elif PACKETVER >= 20140702
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20140625
-packetLen(0x0817, -1) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, -1)
#elif PACKETVER >= 20140611
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20140605
-packetLen(0x0817, 5) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 5)
#elif PACKETVER >= 20140521
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20140514
-packetLen(0x0817, 4) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 4)
#elif PACKETVER >= 20140508
-packetLen(0x0817, 6) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 6)
// ignored packet from 2014-05-08bRagexeRE
#elif PACKETVER >= 20140108
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#endif
// Packet: 0x0818
-packetLen(0x0818, -1) // ZC_ACK_ITEMLIST_BUYING_STORE
+packetLen(0x0818, -1)
// Packet: 0x0819
#if PACKETVER >= 20141231
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20141217
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20141210
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20141203
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20141126
-packetLen(0x0819, 18) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 18)
#elif PACKETVER >= 20141105
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20141001
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20140917
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20140827
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20140820
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20140806
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20140730
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20140723
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20140709
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20140702
-packetLen(0x0819, 5) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 5)
#elif PACKETVER >= 20140611
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20140605
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20140528
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20140521
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20140514
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20140430
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20140423
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20140416
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20140409
-packetLen(0x0819, 8) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 8)
#elif PACKETVER >= 20140312
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20140219
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20140212
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20140129
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20140122
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20140108
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#endif
// Packet: 0x081a
-packetLen(0x081a, 4) // ZC_FAILED_TRADE_BUYING_STORE_TO_BUYER
+packetLen(0x081a, 4)
// Packet: 0x081b
-packetLen(0x081b, 10) // ZC_UPDATE_ITEM_FROM_BUYING_STORE
+packetLen(0x081b, 10)
// Packet: 0x081c
-packetLen(0x081c, 10) // ZC_ITEM_DELETE_BUYING_STORE
+packetLen(0x081c, 10)
// Packet: 0x081d
-packetLen(0x081d, 22) // ZC_EL_INIT
+packetLen(0x081d, 22)
// Packet: 0x081e
-packetLen(0x081e, 8) // ZC_EL_PAR_CHANGE
+packetLen(0x081e, 8)
// Packet: 0x081f
-packetLen(0x081f, -1) // ZC_BROADCAST4
+packetLen(0x081f, -1)
// Packet: 0x0820
-packetLen(0x0820, 11) // ZC_COSTUME_SPRITE_CHANGE
+packetLen(0x0820, 11)
// Packet: 0x0821
-packetLen(0x0821, 2) // AC_OTP_USER
+packetLen(0x0821, 2)
// Packet: 0x0822
-packetLen(0x0822, 9) // CA_OTP_AUTH_REQ
+packetLen(0x0822, 9)
// Packet: 0x0823
-packetLen(0x0823, -1) // AC_OTP_AUTH_ACK
+packetLen(0x0823, -1)
// Packet: 0x0824
-packetLen(0x0824, 6) // ZC_FAILED_TRADE_BUYING_STORE_TO_SELLER
+packetLen(0x0824, 6)
// Packet: 0x0825
-packetLen(0x0825, -1) // CA_SSO_LOGIN_REQ
+packetLen(0x0825, -1)
// Packet: 0x0827
-packetLen(0x0827, 6) // CH_DELETE_CHAR3_RESERVED
+packetLen(0x0827, 6)
// Packet: 0x0828
-packetLen(0x0828, 14) // HC_DELETE_CHAR3_RESERVED
+packetLen(0x0828, 14)
// Packet: 0x0829
-packetLen(0x0829, 12) // CH_DELETE_CHAR3
+packetLen(0x0829, 12)
// Packet: 0x082a
-packetLen(0x082a, 10) // HC_DELETE_CHAR3
+packetLen(0x082a, 10)
// Packet: 0x082b
-packetLen(0x082b, 6) // CH_DELETE_CHAR3_CANCEL
+packetLen(0x082b, 6)
// Packet: 0x082c
-packetLen(0x082c, 10) // HC_DELETE_CHAR3_CANCEL
+packetLen(0x082c, 10)
// Packet: 0x082d
-packetLen(0x082d, -1) // HC_ACCEPT_ENTER2
+packetLen(0x082d, -1)
// Packet: 0x0835
#if PACKETVER >= 20141231
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20141223
-packetLen(0x0835, -1) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, -1)
#elif PACKETVER >= 20141119
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20141112
-packetLen(0x0835, -1) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, -1)
#elif PACKETVER >= 20141029
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20141022
-packetLen(0x0835, 12) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 12)
#elif PACKETVER >= 20140827
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20140820
-packetLen(0x0835, 5) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 5)
#elif PACKETVER >= 20140709
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20140702
-packetLen(0x0835, 12) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 12)
#elif PACKETVER >= 20140625
-packetLen(0x0835, 5) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 5)
#elif PACKETVER >= 20140508
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
// ignored packet from 2014-05-08aRagexeRE
#elif PACKETVER >= 20140108
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#endif
// Packet: 0x0836
-packetLen(0x0836, -1) // ZC_SEARCH_STORE_INFO_ACK
+packetLen(0x0836, -1)
// Packet: 0x0837
-packetLen(0x0837, 3) // ZC_SEARCH_STORE_INFO_FAILED
+packetLen(0x0837, 3)
// Packet: 0x0838
#if PACKETVER >= 20141231
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20141217
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20141210
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20141203
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20141126
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20141105
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20141029
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20141022
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20141008
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20141001
-packetLen(0x0838, 8) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 8)
#elif PACKETVER >= 20140924
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20140917
-packetLen(0x0838, -1) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, -1)
#elif PACKETVER >= 20140827
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20140820
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20140806
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20140730
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20140723
-packetLen(0x0838, 10) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 10)
#elif PACKETVER >= 20140618
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20140611
-packetLen(0x0838, 90) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 90)
#elif PACKETVER >= 20140605
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20140528
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20140521
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20140514
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20140508
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
// ignored packet from 2014-05-08aRagexeRE
#elif PACKETVER >= 20140430
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20140423
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20140416
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20140312
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20140305
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20140226
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20140219
-packetLen(0x0838, 10) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 10)
#elif PACKETVER >= 20140212
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20140129
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20140122
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20140108
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#endif
// Packet: 0x0839
-packetLen(0x0839, 66) // ZC_ACK_BAN_GUILD_SSO
+packetLen(0x0839, 66)
// Packet: 0x083a
-packetLen(0x083a, 5) // ZC_OPEN_SEARCH_STORE_INFO
+packetLen(0x083a, 5)
// Packet: 0x083b
-packetLen(0x083b, 2) // CZ_CLOSE_SEARCH_STORE_INFO
+packetLen(0x083b, 2)
// Packet: 0x083c
#if PACKETVER >= 20141231
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20141217
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20141210
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20141203
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20141126
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20141119
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20141112
-packetLen(0x083c, 8) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 8)
#elif PACKETVER >= 20141105
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20141001
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20140917
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20140827
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20140820
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20140806
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20140709
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20140702
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20140611
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20140605
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20140528
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20140521
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20140514
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20140508
-packetLen(0x083c, 12) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 12)
// ignored packet from 2014-05-08bRagexeRE
#elif PACKETVER >= 20140430
-packetLen(0x083c, 6) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 6)
#elif PACKETVER >= 20140423
-packetLen(0x083c, 5) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 5)
#elif PACKETVER >= 20140416
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20140402
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20140326
-packetLen(0x083c, 6) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 6)
#elif PACKETVER >= 20140312
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20140226
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20140212
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20140205
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20140129
-packetLen(0x083c, 4) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 4)
#elif PACKETVER >= 20140122
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20140108
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#endif
// Packet: 0x083d
-packetLen(0x083d, 6) // ZC_SSILIST_ITEM_CLICK_ACK
+packetLen(0x083d, 6)
// Packet: 0x083e
-packetLen(0x083e, 26) // AC_REFUSE_LOGIN2
+packetLen(0x083e, 26)
// Packet: 0x0840
-packetLen(0x0840, -1) // HC_NOTIFY_ACCESSIBLE_MAPNAME
+packetLen(0x0840, -1)
// Packet: 0x0841
-packetLen(0x0841, 4) // CH_SELECT_ACCESSIBLE_MAPNAME
+packetLen(0x0841, 4)
// Packet: 0x0842
-packetLen(0x0842, 6) // CZ_RECALL_SSO
+packetLen(0x0842, 6)
// Packet: 0x0843
-packetLen(0x0843, 6) // CZ_REMOVE_AID_SSO
+packetLen(0x0843, 6)
// Packet: 0x0844
-packetLen(0x0844, 2) // CZ_SE_CASHSHOP_OPEN
+packetLen(0x0844, 2)
// Packet: 0x0845
-packetLen(0x0845, 10) // ZC_SE_CASHSHOP_OPEN
+packetLen(0x0845, 10)
// Packet: 0x0846
-packetLen(0x0846, 4) // CZ_REQ_SE_CASH_TAB_CODE
+packetLen(0x0846, 4)
// Packet: 0x0847
-packetLen(0x0847, -1) // ZC_ACK_SE_CASH_ITEM_LIST
+packetLen(0x0847, -1)
// Packet: 0x0848
-packetLen(0x0848, -1) // CZ_SE_PC_BUY_CASHITEM_LIST
+packetLen(0x0848, -1)
// Packet: 0x0849
-packetLen(0x0849, 16) // ZC_SE_PC_BUY_CASHITEM_RESULT
+packetLen(0x0849, 16)
// Packet: 0x084a
-packetLen(0x084a, 2) // CZ_SE_CASHSHOP_CLOSE
+packetLen(0x084a, 2)
// Packet: 0x084b
-packetLen(0x084b, 19) // ZC_ITEM_FALL_ENTRY4
+packetLen(0x084b, 19)
// Packet: 0x084c
-packetLen(0x084c, 10) // CZ_MACRO_USE_SKILL
+packetLen(0x084c, 10)
// Packet: 0x084d
-packetLen(0x084d, 10) // CZ_MACRO_USE_SKILL_TOGROUND
+packetLen(0x084d, 10)
// Packet: 0x084e
-packetLen(0x084e, 5) // CZ_MACRO_REQUEST_MOVE
+packetLen(0x084e, 5)
// Packet: 0x084f
-packetLen(0x084f, 6) // CZ_MACRO_ITEM_PICKUP
+packetLen(0x084f, 6)
// Packet: 0x0850
-packetLen(0x0850, 7) // CZ_MACRO_REQUEST_ACT
+packetLen(0x0850, 7)
// Packet: 0x0851
-packetLen(0x0851, -1) // ZC_GPK_DYNCODE
+packetLen(0x0851, -1)
// Packet: 0x0852
-packetLen(0x0852, 2) // CZ_GPK_DYNCODE_RELOAD
+packetLen(0x0852, 2)
// Packet: 0x0853
-packetLen(0x0853, -1) // ZC_GPK_AUTH
+packetLen(0x0853, -1)
// Packet: 0x0854
-packetLen(0x0854, -1) // CZ_GPK_AUTH
+packetLen(0x0854, -1)
// Packet: 0x0855
-packetLen(0x0855, 6) // ZC_MACRO_ITEMPICKUP_FAIL
+packetLen(0x0855, 6)
// Packet: 0x0856
-packetLen(0x0856, -1) // ZC_NOTIFY_MOVEENTRY8
+packetLen(0x0856, -1)
// Packet: 0x0857
-packetLen(0x0857, -1) // ZC_NOTIFY_STANDENTRY7
+packetLen(0x0857, -1)
// Packet: 0x0858
-packetLen(0x0858, -1) // ZC_NOTIFY_NEWENTRY6
+packetLen(0x0858, -1)
// Packet: 0x0859
-packetLen(0x0859, -1) // ZC_EQUIPWIN_MICROSCOPE2
+packetLen(0x0859, -1)
// Packet: 0x085a
#if PACKETVER >= 20141231
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20141223
-packetLen(0x085a, -1) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, -1)
#elif PACKETVER >= 20141126
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20141119
-packetLen(0x085a, 6) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 6)
#elif PACKETVER >= 20140709
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20140702
-packetLen(0x085a, 6) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 6)
#elif PACKETVER >= 20140625
-packetLen(0x085a, -1) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, -1)
#elif PACKETVER >= 20140326
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20140319
-packetLen(0x085a, 5) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 5)
#elif PACKETVER >= 20140108
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#endif
// Packet: 0x085b
#if PACKETVER >= 20140430
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
#elif PACKETVER >= 20140423
-packetLen(0x085b, 5) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 5)
#elif PACKETVER >= 20140416
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
#elif PACKETVER >= 20140409
-packetLen(0x085b, 6) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 6)
#elif PACKETVER >= 20140402
-packetLen(0x085b, 8) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 8)
#elif PACKETVER >= 20140226
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
#elif PACKETVER >= 20140219
-packetLen(0x085b, 6) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 6)
#elif PACKETVER >= 20140108
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
#endif
// Packet: 0x085c
#if PACKETVER >= 20141112
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
#elif PACKETVER >= 20141105
-packetLen(0x085c, 10) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 10)
#elif PACKETVER >= 20140723
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
#elif PACKETVER >= 20140716
-packetLen(0x085c, 6) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 6)
#elif PACKETVER >= 20140226
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
#elif PACKETVER >= 20140219
-packetLen(0x085c, 10) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 10)
#elif PACKETVER >= 20140108
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
#endif
// Packet: 0x085d
#if PACKETVER >= 20140625
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
#elif PACKETVER >= 20140618
-packetLen(0x085d, 8) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 8)
#elif PACKETVER >= 20140226
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
#elif PACKETVER >= 20140219
-packetLen(0x085d, 5) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 5)
#elif PACKETVER >= 20140108
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
#endif
// Packet: 0x085e
#if PACKETVER >= 20140806
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#elif PACKETVER >= 20140730
-packetLen(0x085e, 5) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 5)
#elif PACKETVER >= 20140319
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#elif PACKETVER >= 20140312
-packetLen(0x085e, 6) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 6)
#elif PACKETVER >= 20140108
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#endif
// Packet: 0x085f
#if PACKETVER >= 20141119
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#elif PACKETVER >= 20141112
-packetLen(0x085f, -1) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, -1)
#elif PACKETVER >= 20140730
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#elif PACKETVER >= 20140723
-packetLen(0x085f, 5) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 5)
#elif PACKETVER >= 20140716
-packetLen(0x085f, 19) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 19)
#elif PACKETVER >= 20140605
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#elif PACKETVER >= 20140528
-packetLen(0x085f, 18) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 18)
#elif PACKETVER >= 20140226
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#elif PACKETVER >= 20140219
-packetLen(0x085f, 6) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 6)
#elif PACKETVER >= 20140108
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#endif
// Packet: 0x0860
#if PACKETVER >= 20141223
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#elif PACKETVER >= 20141217
-packetLen(0x0860, 36) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 36)
#elif PACKETVER >= 20140716
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#elif PACKETVER >= 20140709
-packetLen(0x0860, 36) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 36)
#elif PACKETVER >= 20140625
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#elif PACKETVER >= 20140618
-packetLen(0x0860, 6) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 6)
#elif PACKETVER >= 20140508
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#elif PACKETVER >= 20140430
-packetLen(0x0860, 26) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 26)
#elif PACKETVER >= 20140226
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#elif PACKETVER >= 20140219
-packetLen(0x0860, 5) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 5)
#elif PACKETVER >= 20140108
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#endif
// Packet: 0x0861
#if PACKETVER >= 20141210
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#elif PACKETVER >= 20141203
-packetLen(0x0861, 8) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 8)
#elif PACKETVER >= 20141126
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#elif PACKETVER >= 20141119
-packetLen(0x0861, 26) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 26)
#elif PACKETVER >= 20140827
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#elif PACKETVER >= 20140820
-packetLen(0x0861, 6) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 6)
#elif PACKETVER >= 20140702
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#elif PACKETVER >= 20140625
-packetLen(0x0861, 10) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 10)
#elif PACKETVER >= 20140618
-packetLen(0x0861, 90) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 90)
#elif PACKETVER >= 20140514
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#elif PACKETVER >= 20140508
-packetLen(0x0861, 6) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 6)
#elif PACKETVER >= 20140108
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#endif
// Packet: 0x0862
#if PACKETVER >= 20141001
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#elif PACKETVER >= 20140924
-packetLen(0x0862, 4) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 4)
#elif PACKETVER >= 20140605
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#elif PACKETVER >= 20140528
-packetLen(0x0862, 6) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 6)
#elif PACKETVER >= 20140430
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#elif PACKETVER >= 20140423
-packetLen(0x0862, 8) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 8)
#elif PACKETVER >= 20140108
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#endif
// Packet: 0x0863
#if PACKETVER >= 20141119
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20141112
-packetLen(0x0863, 10) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 10)
#elif PACKETVER >= 20141105
-packetLen(0x0863, 6) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 6)
#elif PACKETVER >= 20140430
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20140423
-packetLen(0x0863, -1) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, -1)
#elif PACKETVER >= 20140129
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20140122
-packetLen(0x0863, 5) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 5)
#elif PACKETVER >= 20140108
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#endif
// Packet: 0x0864
#if PACKETVER >= 20141112
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#elif PACKETVER >= 20141105
-packetLen(0x0864, 6) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 6)
#elif PACKETVER >= 20141001
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#elif PACKETVER >= 20140924
-packetLen(0x0864, -1) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, -1)
#elif PACKETVER >= 20140917
-packetLen(0x0864, 6) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 6)
#elif PACKETVER >= 20140827
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#elif PACKETVER >= 20140820
-packetLen(0x0864, 19) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 19)
#elif PACKETVER >= 20140618
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#elif PACKETVER >= 20140611
-packetLen(0x0864, -1) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, -1)
#elif PACKETVER >= 20140326
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#elif PACKETVER >= 20140319
-packetLen(0x0864, 7) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 7)
#elif PACKETVER >= 20140108
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#endif
// Packet: 0x0865
#if PACKETVER >= 20141231
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#elif PACKETVER >= 20141223
-packetLen(0x0865, 90) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 90)
#elif PACKETVER >= 20141126
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#elif PACKETVER >= 20141119
-packetLen(0x0865, 26) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 26)
#elif PACKETVER >= 20141112
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#elif PACKETVER >= 20141105
-packetLen(0x0865, 26) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 26)
#elif PACKETVER >= 20141001
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#elif PACKETVER >= 20140924
-packetLen(0x0865, -1) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, -1)
#elif PACKETVER >= 20140521
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#elif PACKETVER >= 20140514
-packetLen(0x0865, 7) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 7)
#elif PACKETVER >= 20140402
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#elif PACKETVER >= 20140319
-packetLen(0x0865, -1) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, -1)
#elif PACKETVER >= 20140122
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#elif PACKETVER >= 20140115
-packetLen(0x0865, 36) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 36)
#elif PACKETVER >= 20140108
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#endif
// Packet: 0x0866
#if PACKETVER >= 20141126
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
#elif PACKETVER >= 20141119
-packetLen(0x0866, -1) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, -1)
#elif PACKETVER >= 20140716
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
#elif PACKETVER >= 20140709
-packetLen(0x0866, 4) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 4)
#elif PACKETVER >= 20140430
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
#elif PACKETVER >= 20140423
-packetLen(0x0866, 19) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 19)
#elif PACKETVER >= 20140326
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
#elif PACKETVER >= 20140319
-packetLen(0x0866, 5) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 5)
#elif PACKETVER >= 20140108
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
#endif
// Packet: 0x0867
#if PACKETVER >= 20141231
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#elif PACKETVER >= 20141223
-packetLen(0x0867, 5) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 5)
#elif PACKETVER >= 20141001
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#elif PACKETVER >= 20140924
-packetLen(0x0867, -1) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, -1)
#elif PACKETVER >= 20140618
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#elif PACKETVER >= 20140611
-packetLen(0x0867, 6) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 6)
#elif PACKETVER >= 20140521
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#elif PACKETVER >= 20140514
-packetLen(0x0867, -1) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, -1)
#elif PACKETVER >= 20140402
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#elif PACKETVER >= 20140326
-packetLen(0x0867, 12) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 12)
#elif PACKETVER >= 20140305
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#elif PACKETVER >= 20140226
-packetLen(0x0867, 5) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 5)
#elif PACKETVER >= 20140108
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#endif
// Packet: 0x0868
#if PACKETVER >= 20140820
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#elif PACKETVER >= 20140813
-packetLen(0x0868, 5) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 5)
#elif PACKETVER >= 20140723
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#elif PACKETVER >= 20140716
-packetLen(0x0868, 26) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 26)
#elif PACKETVER >= 20140521
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#elif PACKETVER >= 20140514
-packetLen(0x0868, -1) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, -1)
#elif PACKETVER >= 20140416
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#elif PACKETVER >= 20140409
-packetLen(0x0868, 12) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 12)
#elif PACKETVER >= 20140402
-packetLen(0x0868, 10) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 10)
#elif PACKETVER >= 20140226
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#elif PACKETVER >= 20140219
-packetLen(0x0868, 36) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 36)
#elif PACKETVER >= 20140108
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#endif
// Packet: 0x0869
#if PACKETVER >= 20141119
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#elif PACKETVER >= 20141112
-packetLen(0x0869, 6) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 6)
#elif PACKETVER >= 20140827
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#elif PACKETVER >= 20140820
-packetLen(0x0869, 8) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 8)
#elif PACKETVER >= 20140730
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#elif PACKETVER >= 20140723
-packetLen(0x0869, 8) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 8)
#elif PACKETVER >= 20140716
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#elif PACKETVER >= 20140709
-packetLen(0x0869, 5) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 5)
#elif PACKETVER >= 20140528
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#elif PACKETVER >= 20140521
-packetLen(0x0869, 36) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 36)
#elif PACKETVER >= 20140402
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#elif PACKETVER >= 20140326
-packetLen(0x0869, 18) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 18)
#elif PACKETVER >= 20140108
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#endif
// Packet: 0x086a
#if PACKETVER >= 20140416
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#elif PACKETVER >= 20140409
-packetLen(0x086a, -1) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, -1)
#elif PACKETVER >= 20140108
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#endif
// Packet: 0x086b
#if PACKETVER >= 20140702
-packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 2)
#elif PACKETVER >= 20140625
-packetLen(0x086b, 26) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 26)
#elif PACKETVER >= 20140430
-packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 2)
#elif PACKETVER >= 20140423
-packetLen(0x086b, 6) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 6)
#elif PACKETVER >= 20140402
-packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 2)
#elif PACKETVER >= 20140326
-packetLen(0x086b, 8) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 8)
#elif PACKETVER >= 20140108
-packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 2)
#endif
// Packet: 0x086c
#if PACKETVER >= 20141231
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#elif PACKETVER >= 20141223
-packetLen(0x086c, 6) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 6)
#elif PACKETVER >= 20141217
-packetLen(0x086c, -1) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, -1)
#elif PACKETVER >= 20141210
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#elif PACKETVER >= 20141203
-packetLen(0x086c, -1) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, -1)
#elif PACKETVER >= 20141119
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#elif PACKETVER >= 20141112
-packetLen(0x086c, 18) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 18)
#elif PACKETVER >= 20140827
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#elif PACKETVER >= 20140820
-packetLen(0x086c, -1) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, -1)
#elif PACKETVER >= 20140709
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#elif PACKETVER >= 20140702
-packetLen(0x086c, 18) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 18)
#elif PACKETVER >= 20140625
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#elif PACKETVER >= 20140618
-packetLen(0x086c, -1) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, -1)
#elif PACKETVER >= 20140611
-packetLen(0x086c, 4) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 4)
#elif PACKETVER >= 20140108
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#endif
// Packet: 0x086d
#if PACKETVER >= 20141231
-packetLen(0x086d, 36) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 36)
#elif PACKETVER >= 20141210
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#elif PACKETVER >= 20141203
-packetLen(0x086d, 8) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 8)
#elif PACKETVER >= 20141001
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#elif PACKETVER >= 20140924
-packetLen(0x086d, 6) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 6)
#elif PACKETVER >= 20140917
-packetLen(0x086d, 90) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 90)
#elif PACKETVER >= 20140730
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#elif PACKETVER >= 20140723
-packetLen(0x086d, 90) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 90)
#elif PACKETVER >= 20140416
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#elif PACKETVER >= 20140409
-packetLen(0x086d, -1) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, -1)
#elif PACKETVER >= 20140108
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#endif
// Packet: 0x086e
#if PACKETVER >= 20141210
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
#elif PACKETVER >= 20141203
-packetLen(0x086e, 6) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 6)
#elif PACKETVER >= 20141126
-packetLen(0x086e, 19) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 19)
#elif PACKETVER >= 20141022
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
#elif PACKETVER >= 20141015
-packetLen(0x086e, 19) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 19)
#elif PACKETVER >= 20141001
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
#elif PACKETVER >= 20140924
-packetLen(0x086e, 5) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 5)
#elif PACKETVER >= 20140827
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
#elif PACKETVER >= 20140820
-packetLen(0x086e, 26) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 26)
#elif PACKETVER >= 20140326
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
#elif PACKETVER >= 20140319
-packetLen(0x086e, 4) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 4)
#elif PACKETVER >= 20140219
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
#elif PACKETVER >= 20140212
-packetLen(0x086e, 10) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 10)
#elif PACKETVER >= 20140108
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
#endif
// Packet: 0x086f
#if PACKETVER >= 20140430
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#elif PACKETVER >= 20140423
-packetLen(0x086f, 90) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 90)
#elif PACKETVER >= 20140319
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#elif PACKETVER >= 20140312
-packetLen(0x086f, 6) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 6)
#elif PACKETVER >= 20140226
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#elif PACKETVER >= 20140219
-packetLen(0x086f, 26) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 26)
#elif PACKETVER >= 20140108
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#endif
// Packet: 0x0870
#if PACKETVER >= 20141231
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#elif PACKETVER >= 20141223
-packetLen(0x0870, 5) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 5)
#elif PACKETVER >= 20140508
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#elif PACKETVER >= 20140430
-packetLen(0x0870, 26) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 26)
#elif PACKETVER >= 20140129
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#elif PACKETVER >= 20140122
-packetLen(0x0870, 18) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 18)
#elif PACKETVER >= 20140108
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#endif
// Packet: 0x0871
#if PACKETVER >= 20141203
-packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 2)
#elif PACKETVER >= 20141126
-packetLen(0x0871, 8) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 8)
#elif PACKETVER >= 20141119
-packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 2)
#elif PACKETVER >= 20141112
-packetLen(0x0871, -1) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, -1)
#elif PACKETVER >= 20141105
-packetLen(0x0871, 36) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 36)
#elif PACKETVER >= 20140723
-packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 2)
#elif PACKETVER >= 20140716
-packetLen(0x0871, 8) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 8)
#elif PACKETVER >= 20140508
-packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 2)
#elif PACKETVER >= 20140430
-packetLen(0x0871, 5) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 5)
#elif PACKETVER >= 20140129
-packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 2)
#elif PACKETVER >= 20140122
-packetLen(0x0871, 19) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 19)
#elif PACKETVER >= 20140108
-packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 2)
#endif
// Packet: 0x0872
@@ -4591,4423 +4591,4423 @@ packetLen(0x0872, 2)
// Packet: 0x0873
#if PACKETVER >= 20141126
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#elif PACKETVER >= 20141119
-packetLen(0x0873, 10) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 10)
#elif PACKETVER >= 20140430
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#elif PACKETVER >= 20140423
-packetLen(0x0873, -1) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, -1)
#elif PACKETVER >= 20140108
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#endif
// Packet: 0x0874
#if PACKETVER >= 20141112
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#elif PACKETVER >= 20141105
-packetLen(0x0874, 8) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 8)
#elif PACKETVER >= 20140618
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#elif PACKETVER >= 20140611
-packetLen(0x0874, 26) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 26)
#elif PACKETVER >= 20140219
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#elif PACKETVER >= 20140212
-packetLen(0x0874, -1) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, -1)
#elif PACKETVER >= 20140108
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#endif
// Packet: 0x0875
#if PACKETVER >= 20141223
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20141217
-packetLen(0x0875, 8) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 8)
#elif PACKETVER >= 20141126
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20141119
-packetLen(0x0875, 6) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 6)
#elif PACKETVER >= 20141112
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20141105
-packetLen(0x0875, 7) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 7)
#elif PACKETVER >= 20140716
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20140709
-packetLen(0x0875, -1) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, -1)
#elif PACKETVER >= 20140702
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20140625
-packetLen(0x0875, 6) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 6)
#elif PACKETVER >= 20140605
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20140528
-packetLen(0x0875, 6) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 6)
#elif PACKETVER >= 20140508
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20140430
-packetLen(0x0875, 8) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 8)
#elif PACKETVER >= 20140416
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20140409
-packetLen(0x0875, -1) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, -1)
#elif PACKETVER >= 20140108
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#endif
// Packet: 0x0876
#if PACKETVER >= 20140827
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
#elif PACKETVER >= 20140820
-packetLen(0x0876, 6) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 6)
#elif PACKETVER >= 20140521
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
#elif PACKETVER >= 20140514
-packetLen(0x0876, 10) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 10)
#elif PACKETVER >= 20140108
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
#endif
// Packet: 0x0877
#if PACKETVER >= 20141112
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#elif PACKETVER >= 20141105
-packetLen(0x0877, -1) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, -1)
#elif PACKETVER >= 20140716
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#elif PACKETVER >= 20140709
-packetLen(0x0877, 10) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 10)
#elif PACKETVER >= 20140605
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#elif PACKETVER >= 20140528
-packetLen(0x0877, 6) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 6)
#elif PACKETVER >= 20140521
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#elif PACKETVER >= 20140514
-packetLen(0x0877, 8) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 8)
#elif PACKETVER >= 20140305
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#elif PACKETVER >= 20140226
-packetLen(0x0877, 19) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 19)
#elif PACKETVER >= 20140219
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#elif PACKETVER >= 20140212
-packetLen(0x0877, 6) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 6)
#elif PACKETVER >= 20140108
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#endif
// Packet: 0x0878
#if PACKETVER >= 20141223
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#elif PACKETVER >= 20141217
-packetLen(0x0878, 5) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 5)
#elif PACKETVER >= 20141029
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#elif PACKETVER >= 20141022
-packetLen(0x0878, 8) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 8)
#elif PACKETVER >= 20140820
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#elif PACKETVER >= 20140813
-packetLen(0x0878, 5) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 5)
#elif PACKETVER >= 20140625
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#elif PACKETVER >= 20140618
-packetLen(0x0878, -1) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, -1)
#elif PACKETVER >= 20140611
-packetLen(0x0878, 6) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 6)
#elif PACKETVER >= 20140312
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#elif PACKETVER >= 20140305
-packetLen(0x0878, 4) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 4)
#elif PACKETVER >= 20140219
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#elif PACKETVER >= 20140212
-packetLen(0x0878, 12) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 12)
#elif PACKETVER >= 20140108
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#endif
// Packet: 0x0879
#if PACKETVER >= 20141223
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
#elif PACKETVER >= 20141217
-packetLen(0x0879, 5) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 5)
#elif PACKETVER >= 20141112
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
#elif PACKETVER >= 20141105
-packetLen(0x0879, 12) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 12)
#elif PACKETVER >= 20140716
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
#elif PACKETVER >= 20140709
-packetLen(0x0879, 6) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 6)
#elif PACKETVER >= 20140605
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
#elif PACKETVER >= 20140528
-packetLen(0x0879, 8) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 8)
#elif PACKETVER >= 20140108
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
#endif
// Packet: 0x087a
#if PACKETVER >= 20141231
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
#elif PACKETVER >= 20141223
-packetLen(0x087a, 6) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 6)
#elif PACKETVER >= 20140108
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
#endif
// Packet: 0x087b
#if PACKETVER >= 20141231
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#elif PACKETVER >= 20141223
-packetLen(0x087b, 4) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 4)
#elif PACKETVER >= 20141217
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#elif PACKETVER >= 20141210
-packetLen(0x087b, 6) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 6)
#elif PACKETVER >= 20141203
-packetLen(0x087b, 5) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 5)
#elif PACKETVER >= 20140702
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#elif PACKETVER >= 20140625
-packetLen(0x087b, 10) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 10)
#elif PACKETVER >= 20140108
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#endif
// Packet: 0x087c
#if PACKETVER >= 20141126
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
#elif PACKETVER >= 20141119
-packetLen(0x087c, 6) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 6)
#elif PACKETVER >= 20141008
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
#elif PACKETVER >= 20141001
-packetLen(0x087c, 8) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 8)
#elif PACKETVER >= 20140820
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
#elif PACKETVER >= 20140813
-packetLen(0x087c, 26) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 26)
#elif PACKETVER >= 20140402
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
#elif PACKETVER >= 20140326
-packetLen(0x087c, 5) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 5)
#elif PACKETVER >= 20140226
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
#elif PACKETVER >= 20140219
-packetLen(0x087c, 8) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 8)
#elif PACKETVER >= 20140108
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
#endif
// Packet: 0x087d
#if PACKETVER >= 20141029
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#elif PACKETVER >= 20141022
-packetLen(0x087d, 6) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 6)
#elif PACKETVER >= 20140806
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#elif PACKETVER >= 20140730
-packetLen(0x087d, 8) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 8)
#elif PACKETVER >= 20140723
-packetLen(0x087d, -1) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, -1)
#elif PACKETVER >= 20140625
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#elif PACKETVER >= 20140618
-packetLen(0x087d, 6) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 6)
#elif PACKETVER >= 20140521
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#elif PACKETVER >= 20140514
-packetLen(0x087d, -1) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, -1)
#elif PACKETVER >= 20140108
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#endif
// Packet: 0x087e
#if PACKETVER >= 20141210
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#elif PACKETVER >= 20141203
-packetLen(0x087e, -1) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, -1)
#elif PACKETVER >= 20140806
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#elif PACKETVER >= 20140730
-packetLen(0x087e, -1) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, -1)
#elif PACKETVER >= 20140605
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#elif PACKETVER >= 20140528
-packetLen(0x087e, -1) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, -1)
#elif PACKETVER >= 20140416
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#elif PACKETVER >= 20140409
-packetLen(0x087e, 6) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 6)
#elif PACKETVER >= 20140402
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#elif PACKETVER >= 20140326
-packetLen(0x087e, 26) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 26)
#elif PACKETVER >= 20140219
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#elif PACKETVER >= 20140212
-packetLen(0x087e, 5) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 5)
#elif PACKETVER >= 20140108
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#endif
// Packet: 0x087f
#if PACKETVER >= 20140806
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#elif PACKETVER >= 20140730
-packetLen(0x087f, 6) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 6)
#elif PACKETVER >= 20140508
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#elif PACKETVER >= 20140430
-packetLen(0x087f, 6) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 6)
#elif PACKETVER >= 20140402
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#elif PACKETVER >= 20140326
-packetLen(0x087f, 10) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 10)
#elif PACKETVER >= 20140108
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#endif
// Packet: 0x0880
#if PACKETVER >= 20141210
-packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 2)
#elif PACKETVER >= 20141203
-packetLen(0x0880, 5) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 5)
#elif PACKETVER >= 20140108
-packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 2)
#endif
// Packet: 0x0881
#if PACKETVER >= 20140723
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#elif PACKETVER >= 20140716
-packetLen(0x0881, 10) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 10)
#elif PACKETVER >= 20140108
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#endif
// Packet: 0x0882
#if PACKETVER >= 20140820
-packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 2)
#elif PACKETVER >= 20140813
-packetLen(0x0882, 18) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 18)
#elif PACKETVER >= 20140409
-packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 2)
#elif PACKETVER >= 20140402
-packetLen(0x0882, 6) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 6)
#elif PACKETVER >= 20140108
-packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 2)
#endif
// Packet: 0x0883
#if PACKETVER >= 20141223
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#elif PACKETVER >= 20141217
-packetLen(0x0883, 6) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 6)
#elif PACKETVER >= 20140416
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#elif PACKETVER >= 20140409
-packetLen(0x0883, 5) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 5)
#elif PACKETVER >= 20140402
-packetLen(0x0883, -1) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, -1)
#elif PACKETVER >= 20140326
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#elif PACKETVER >= 20140319
-packetLen(0x0883, 6) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 6)
#elif PACKETVER >= 20140108
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#endif
// Packet: 0x0884
#if PACKETVER >= 20141203
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20141126
-packetLen(0x0884, 4) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 4)
#elif PACKETVER >= 20141008
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20141001
-packetLen(0x0884, 26) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 26)
#elif PACKETVER >= 20140625
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20140618
-packetLen(0x0884, -1) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, -1)
#elif PACKETVER >= 20140508
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20140430
-packetLen(0x0884, 18) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 18)
#elif PACKETVER >= 20140416
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20140409
-packetLen(0x0884, 6) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 6)
#elif PACKETVER >= 20140205
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20140129
-packetLen(0x0884, 5) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 5)
#elif PACKETVER >= 20140108
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#endif
// Packet: 0x0885
#if PACKETVER >= 20141217
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20141210
-packetLen(0x0885, -1) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, -1)
#elif PACKETVER >= 20141126
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20141119
-packetLen(0x0885, 4) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 4)
#elif PACKETVER >= 20141112
-packetLen(0x0885, 5) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 5)
#elif PACKETVER >= 20141008
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20141001
-packetLen(0x0885, 6) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 6)
#elif PACKETVER >= 20140702
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20140625
-packetLen(0x0885, 6) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 6)
#elif PACKETVER >= 20140618
-packetLen(0x0885, 8) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 8)
#elif PACKETVER >= 20140521
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20140514
-packetLen(0x0885, 36) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 36)
#elif PACKETVER >= 20140205
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20140129
-packetLen(0x0885, 6) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 6)
#elif PACKETVER >= 20140108
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#endif
// Packet: 0x0886
#if PACKETVER >= 20141119
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20141112
-packetLen(0x0886, -1) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, -1)
#elif PACKETVER >= 20141001
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20140924
-packetLen(0x0886, 6) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 6)
#elif PACKETVER >= 20140702
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20140625
-packetLen(0x0886, 90) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 90)
#elif PACKETVER >= 20140618
-packetLen(0x0886, 18) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 18)
#elif PACKETVER >= 20140521
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20140514
-packetLen(0x0886, 6) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 6)
#elif PACKETVER >= 20140508
-packetLen(0x0886, 8) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 8)
#elif PACKETVER >= 20140108
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#endif
// Packet: 0x0887
#if PACKETVER >= 20141119
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20141112
-packetLen(0x0887, 26) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 26)
#elif PACKETVER >= 20141105
-packetLen(0x0887, 90) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 90)
#elif PACKETVER >= 20140716
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20140709
-packetLen(0x0887, 8) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 8)
#elif PACKETVER >= 20140702
-packetLen(0x0887, 5) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 5)
#elif PACKETVER >= 20140402
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20140326
-packetLen(0x0887, 4) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 4)
#elif PACKETVER >= 20140305
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20140226
-packetLen(0x0887, 12) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 12)
#elif PACKETVER >= 20140122
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20140115
-packetLen(0x0887, -1) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, -1)
#elif PACKETVER >= 20140108
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#endif
// Packet: 0x0888
#if PACKETVER >= 20141126
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20141119
-packetLen(0x0888, 18) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 18)
#elif PACKETVER >= 20140730
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20140723
-packetLen(0x0888, 6) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 6)
#elif PACKETVER >= 20140716
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20140709
-packetLen(0x0888, 8) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 8)
#elif PACKETVER >= 20140702
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20140625
-packetLen(0x0888, 12) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 12)
#elif PACKETVER >= 20140219
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20140212
-packetLen(0x0888, 8) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 8)
#elif PACKETVER >= 20140108
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#endif
// Packet: 0x0889
#if PACKETVER >= 20141223
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20141217
-packetLen(0x0889, 12) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 12)
#elif PACKETVER >= 20141210
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20141203
-packetLen(0x0889, 26) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 26)
#elif PACKETVER >= 20140924
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20140917
-packetLen(0x0889, 7) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 7)
#elif PACKETVER >= 20140806
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20140730
-packetLen(0x0889, 18) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 18)
#elif PACKETVER >= 20140319
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20140312
-packetLen(0x0889, 19) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 19)
#elif PACKETVER >= 20140226
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20140219
-packetLen(0x0889, 8) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 8)
#elif PACKETVER >= 20140205
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20140129
-packetLen(0x0889, 8) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 8)
#elif PACKETVER >= 20140108
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#endif
// Packet: 0x088a
#if PACKETVER >= 20140702
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20140625
-packetLen(0x088a, -1) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, -1)
#elif PACKETVER >= 20140605
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20140528
-packetLen(0x088a, 12) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 12)
#elif PACKETVER >= 20140521
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20140514
-packetLen(0x088a, 5) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 5)
#elif PACKETVER >= 20140416
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20140409
-packetLen(0x088a, 8) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 8)
#elif PACKETVER >= 20140402
-packetLen(0x088a, 6) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 6)
#elif PACKETVER >= 20140122
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20140115
-packetLen(0x088a, 8) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 8)
#elif PACKETVER >= 20140108
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#endif
// Packet: 0x088b
#if PACKETVER >= 20141001
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20140924
-packetLen(0x088b, -1) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, -1)
#elif PACKETVER >= 20140806
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20140730
-packetLen(0x088b, 6) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 6)
#elif PACKETVER >= 20140716
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20140709
-packetLen(0x088b, 26) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 26)
#elif PACKETVER >= 20140528
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20140521
-packetLen(0x088b, 4) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 4)
#elif PACKETVER >= 20140514
-packetLen(0x088b, 90) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 90)
#elif PACKETVER >= 20140430
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20140423
-packetLen(0x088b, 6) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 6)
#elif PACKETVER >= 20140108
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#endif
// Packet: 0x088c
#if PACKETVER >= 20140618
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20140611
-packetLen(0x088c, 10) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 10)
#elif PACKETVER >= 20140409
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20140402
-packetLen(0x088c, 4) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 4)
#elif PACKETVER >= 20140319
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20140312
-packetLen(0x088c, 10) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 10)
#elif PACKETVER >= 20140219
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20140212
-packetLen(0x088c, -1) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, -1)
#elif PACKETVER >= 20140129
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20140122
-packetLen(0x088c, 8) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 8)
#elif PACKETVER >= 20140108
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#endif
// Packet: 0x088d
#if PACKETVER >= 20141126
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20141119
-packetLen(0x088d, -1) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, -1)
#elif PACKETVER >= 20141112
-packetLen(0x088d, 90) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 90)
#elif PACKETVER >= 20140806
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20140730
-packetLen(0x088d, 12) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 12)
#elif PACKETVER >= 20140723
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20140716
-packetLen(0x088d, 8) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 8)
#elif PACKETVER >= 20140528
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20140521
-packetLen(0x088d, 5) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 5)
#elif PACKETVER >= 20140319
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20140312
-packetLen(0x088d, -1) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, -1)
#elif PACKETVER >= 20140108
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#endif
// Packet: 0x088e
#if PACKETVER >= 20141223
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20141217
-packetLen(0x088e, 18) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 18)
#elif PACKETVER >= 20140702
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20140625
-packetLen(0x088e, 19) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 19)
#elif PACKETVER >= 20140326
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20140319
-packetLen(0x088e, 26) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 26)
#elif PACKETVER >= 20140312
-packetLen(0x088e, 7) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 7)
#elif PACKETVER >= 20140122
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20140115
-packetLen(0x088e, 8) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 8)
#elif PACKETVER >= 20140108
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#endif
// Packet: 0x088f
#if PACKETVER >= 20140917
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20140903
-packetLen(0x088f, 19) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 19)
#elif PACKETVER >= 20140723
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20140716
-packetLen(0x088f, 10) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 10)
#elif PACKETVER >= 20140605
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20140528
-packetLen(0x088f, 90) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 90)
#elif PACKETVER >= 20140108
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#endif
// Packet: 0x0890
#if PACKETVER >= 20140625
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20140618
-packetLen(0x0890, 5) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 5)
#elif PACKETVER >= 20140430
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20140423
-packetLen(0x0890, 10) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 10)
#elif PACKETVER >= 20140416
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20140409
-packetLen(0x0890, 6) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 6)
#elif PACKETVER >= 20140402
-packetLen(0x0890, 26) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 26)
#elif PACKETVER >= 20140326
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20140319
-packetLen(0x0890, 90) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 90)
#elif PACKETVER >= 20140129
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20140122
-packetLen(0x0890, 90) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 90)
#elif PACKETVER >= 20140108
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#endif
// Packet: 0x0891
#if PACKETVER >= 20140827
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20140820
-packetLen(0x0891, 6) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 6)
#elif PACKETVER >= 20140618
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20140611
-packetLen(0x0891, 7) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 7)
#elif PACKETVER >= 20140319
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20140312
-packetLen(0x0891, -1) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, -1)
#elif PACKETVER >= 20140108
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#endif
// Packet: 0x0892
#if PACKETVER >= 20141112
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20141105
-packetLen(0x0892, 6) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 6)
#elif PACKETVER >= 20140806
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20140730
-packetLen(0x0892, 8) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 8)
#elif PACKETVER >= 20140709
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20140702
-packetLen(0x0892, 8) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 8)
#elif PACKETVER >= 20140625
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20140618
-packetLen(0x0892, 10) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 10)
#elif PACKETVER >= 20140108
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#endif
// Packet: 0x0893
#if PACKETVER >= 20140618
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20140611
-packetLen(0x0893, 5) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 5)
#elif PACKETVER >= 20140416
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20140409
-packetLen(0x0893, 7) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 7)
#elif PACKETVER >= 20140326
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20140319
-packetLen(0x0893, 8) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 8)
#elif PACKETVER >= 20140129
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20140122
-packetLen(0x0893, 26) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 26)
#elif PACKETVER >= 20140108
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#endif
// Packet: 0x0894
#if PACKETVER >= 20141001
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20140924
-packetLen(0x0894, 7) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 7)
#elif PACKETVER >= 20140618
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20140611
-packetLen(0x0894, -1) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, -1)
#elif PACKETVER >= 20140605
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20140528
-packetLen(0x0894, 8) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 8)
#elif PACKETVER >= 20140319
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20140312
-packetLen(0x0894, 5) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 5)
#elif PACKETVER >= 20140305
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20140226
-packetLen(0x0894, 6) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 6)
#elif PACKETVER >= 20140108
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#endif
// Packet: 0x0895
#if PACKETVER >= 20141126
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20141119
-packetLen(0x0895, -1) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, -1)
#elif PACKETVER >= 20140924
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20140917
-packetLen(0x0895, 5) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 5)
#elif PACKETVER >= 20140820
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20140813
-packetLen(0x0895, 8) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 8)
#elif PACKETVER >= 20140709
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20140702
-packetLen(0x0895, 8) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 8)
#elif PACKETVER >= 20140521
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20140514
-packetLen(0x0895, 6) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 6)
#elif PACKETVER >= 20140430
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20140423
-packetLen(0x0895, -1) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, -1)
#elif PACKETVER >= 20140305
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20140226
-packetLen(0x0895, 8) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 8)
#elif PACKETVER >= 20140108
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#endif
// Packet: 0x0896
#if PACKETVER >= 20141203
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#elif PACKETVER >= 20141126
-packetLen(0x0896, -1) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, -1)
#elif PACKETVER >= 20141029
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#elif PACKETVER >= 20141022
-packetLen(0x0896, 26) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 26)
#elif PACKETVER >= 20140730
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#elif PACKETVER >= 20140723
-packetLen(0x0896, 6) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 6)
#elif PACKETVER >= 20140716
-packetLen(0x0896, 90) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 90)
#elif PACKETVER >= 20140605
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#elif PACKETVER >= 20140528
-packetLen(0x0896, -1) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, -1)
#elif PACKETVER >= 20140430
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#elif PACKETVER >= 20140423
-packetLen(0x0896, 7) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 7)
#elif PACKETVER >= 20140416
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#elif PACKETVER >= 20140409
-packetLen(0x0896, 10) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 10)
#elif PACKETVER >= 20140402
-packetLen(0x0896, 5) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 5)
#elif PACKETVER >= 20140108
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#endif
// Packet: 0x0897
#if PACKETVER >= 20140924
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20140917
-packetLen(0x0897, 6) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 6)
#elif PACKETVER >= 20140820
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20140813
-packetLen(0x0897, 26) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 26)
#elif PACKETVER >= 20140716
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20140709
-packetLen(0x0897, 6) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 6)
#elif PACKETVER >= 20140702
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20140625
-packetLen(0x0897, 18) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 18)
#elif PACKETVER >= 20140430
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20140423
-packetLen(0x0897, -1) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, -1)
#elif PACKETVER >= 20140416
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20140409
-packetLen(0x0897, -1) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, -1)
#elif PACKETVER >= 20140226
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20140219
-packetLen(0x0897, -1) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, -1)
#elif PACKETVER >= 20140108
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#endif
// Packet: 0x0898
#if PACKETVER >= 20141210
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20141203
-packetLen(0x0898, 36) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 36)
#elif PACKETVER >= 20141112
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20141105
-packetLen(0x0898, 8) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 8)
#elif PACKETVER >= 20141001
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20140924
-packetLen(0x0898, 90) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 90)
#elif PACKETVER >= 20140917
-packetLen(0x0898, 6) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 6)
#elif PACKETVER >= 20140730
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20140723
-packetLen(0x0898, 8) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 8)
#elif PACKETVER >= 20140716
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20140709
-packetLen(0x0898, 19) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 19)
#elif PACKETVER >= 20140430
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20140423
-packetLen(0x0898, 10) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 10)
#elif PACKETVER >= 20140402
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20140326
-packetLen(0x0898, 6) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 6)
#elif PACKETVER >= 20140226
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20140219
-packetLen(0x0898, -1) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, -1)
#elif PACKETVER >= 20140108
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#endif
// Packet: 0x0899
#if PACKETVER >= 20141029
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20141022
-packetLen(0x0899, 5) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 5)
#elif PACKETVER >= 20140827
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20140820
-packetLen(0x0899, 10) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 10)
#elif PACKETVER >= 20140813
-packetLen(0x0899, 6) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 6)
#elif PACKETVER >= 20140508
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20140430
-packetLen(0x0899, 5) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 5)
#elif PACKETVER >= 20140416
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20140409
-packetLen(0x0899, 26) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 26)
#elif PACKETVER >= 20140129
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20140122
-packetLen(0x0899, -1) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, -1)
#elif PACKETVER >= 20140108
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#endif
// Packet: 0x089a
#if PACKETVER >= 20141231
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20141223
-packetLen(0x089a, 5) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 5)
#elif PACKETVER >= 20140827
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20140820
-packetLen(0x089a, -1) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, -1)
#elif PACKETVER >= 20140723
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20140716
-packetLen(0x089a, 6) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 6)
#elif PACKETVER >= 20140521
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20140514
-packetLen(0x089a, 6) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 6)
#elif PACKETVER >= 20140409
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20140402
-packetLen(0x089a, 26) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 26)
#elif PACKETVER >= 20140108
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#endif
// Packet: 0x089b
#if PACKETVER >= 20141231
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20141223
-packetLen(0x089b, 18) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 18)
#elif PACKETVER >= 20140917
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20140903
-packetLen(0x089b, 26) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 26)
#elif PACKETVER >= 20140827
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20140820
-packetLen(0x089b, 8) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 8)
#elif PACKETVER >= 20140618
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20140611
-packetLen(0x089b, 26) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 26)
#elif PACKETVER >= 20140514
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20140508
-packetLen(0x089b, 19) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 19)
#elif PACKETVER >= 20140430
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20140423
-packetLen(0x089b, 6) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 6)
#elif PACKETVER >= 20140319
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20140312
-packetLen(0x089b, 6) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 6)
#elif PACKETVER >= 20140122
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20140115
-packetLen(0x089b, 26) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 26)
#elif PACKETVER >= 20140108
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#endif
// Packet: 0x089c
#if PACKETVER >= 20141210
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20141203
-packetLen(0x089c, 10) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 10)
#elif PACKETVER >= 20141008
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20141001
-packetLen(0x089c, 18) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 18)
#elif PACKETVER >= 20140924
-packetLen(0x089c, 8) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 8)
#elif PACKETVER >= 20140917
-packetLen(0x089c, 6) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 6)
#elif PACKETVER >= 20140528
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20140514
-packetLen(0x089c, 26) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 26)
#elif PACKETVER >= 20140108
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#endif
// Packet: 0x089d
#if PACKETVER >= 20141210
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20141203
-packetLen(0x089d, 12) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 12)
#elif PACKETVER >= 20141008
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20141001
-packetLen(0x089d, 26) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 26)
#elif PACKETVER >= 20140605
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20140528
-packetLen(0x089d, 6) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 6)
#elif PACKETVER >= 20140430
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20140423
-packetLen(0x089d, 6) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 6)
#elif PACKETVER >= 20140319
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20140312
-packetLen(0x089d, 12) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 12)
#elif PACKETVER >= 20140219
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20140212
-packetLen(0x089d, 10) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 10)
#elif PACKETVER >= 20140129
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20140122
-packetLen(0x089d, 6) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 6)
#elif PACKETVER >= 20140108
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#endif
// Packet: 0x089e
#if PACKETVER >= 20140730
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20140723
-packetLen(0x089e, -1) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, -1)
#elif PACKETVER >= 20140319
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20140312
-packetLen(0x089e, 6) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 6)
#elif PACKETVER >= 20140219
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20140212
-packetLen(0x089e, -1) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, -1)
#elif PACKETVER >= 20140108
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#endif
// Packet: 0x089f
#if PACKETVER >= 20141223
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#elif PACKETVER >= 20141217
-packetLen(0x089f, 6) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 6)
#elif PACKETVER >= 20140723
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#elif PACKETVER >= 20140716
-packetLen(0x089f, -1) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, -1)
#elif PACKETVER >= 20140326
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#elif PACKETVER >= 20140319
-packetLen(0x089f, 10) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 10)
#elif PACKETVER >= 20140226
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#elif PACKETVER >= 20140219
-packetLen(0x089f, 6) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 6)
#elif PACKETVER >= 20140108
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#endif
// Packet: 0x08a0
#if PACKETVER >= 20141119
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20141112
-packetLen(0x08a0, 5) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 5)
#elif PACKETVER >= 20141105
-packetLen(0x08a0, 19) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 19)
#elif PACKETVER >= 20140806
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20140730
-packetLen(0x08a0, -1) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, -1)
#elif PACKETVER >= 20140709
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20140702
-packetLen(0x08a0, 26) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 26)
#elif PACKETVER >= 20140219
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20140212
-packetLen(0x08a0, 36) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 36)
#elif PACKETVER >= 20140108
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#endif
// Packet: 0x08a1
#if PACKETVER >= 20141223
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20141217
-packetLen(0x08a1, 10) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 10)
#elif PACKETVER >= 20141119
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20141112
-packetLen(0x08a1, 6) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 6)
#elif PACKETVER >= 20140702
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20140625
-packetLen(0x08a1, 6) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 6)
#elif PACKETVER >= 20140618
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20140611
-packetLen(0x08a1, 10) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 10)
#elif PACKETVER >= 20140508
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20140430
-packetLen(0x08a1, 8) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 8)
#elif PACKETVER >= 20140219
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20140212
-packetLen(0x08a1, 26) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 26)
#elif PACKETVER >= 20140108
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#endif
// Packet: 0x08a2
#if PACKETVER >= 20141223
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20141217
-packetLen(0x08a2, 8) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 8)
#elif PACKETVER >= 20140730
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20140723
-packetLen(0x08a2, 8) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 8)
#elif PACKETVER >= 20140709
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20140702
-packetLen(0x08a2, 6) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 6)
#elif PACKETVER >= 20140625
-packetLen(0x08a2, 5) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 5)
#elif PACKETVER >= 20140618
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20140611
-packetLen(0x08a2, 8) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 8)
#elif PACKETVER >= 20140416
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20140409
-packetLen(0x08a2, 4) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 4)
#elif PACKETVER >= 20140326
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20140319
-packetLen(0x08a2, 8) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 8)
#elif PACKETVER >= 20140129
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20140122
-packetLen(0x08a2, 4) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 4)
#elif PACKETVER >= 20140108
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#endif
// Packet: 0x08a3
#if PACKETVER >= 20141231
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#elif PACKETVER >= 20141223
-packetLen(0x08a3, 26) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 26)
#elif PACKETVER >= 20140827
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#elif PACKETVER >= 20140820
-packetLen(0x08a3, 5) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 5)
#elif PACKETVER >= 20140813
-packetLen(0x08a3, 6) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 6)
#elif PACKETVER >= 20140108
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#endif
// Packet: 0x08a4
#if PACKETVER >= 20141231
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20141223
-packetLen(0x08a4, 36) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 36)
#elif PACKETVER >= 20141203
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20141126
-packetLen(0x08a4, 5) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 5)
#elif PACKETVER >= 20140723
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20140716
-packetLen(0x08a4, -1) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, -1)
#elif PACKETVER >= 20140605
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20140528
-packetLen(0x08a4, 10) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 10)
#elif PACKETVER >= 20140416
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20140409
-packetLen(0x08a4, 10) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 10)
#elif PACKETVER >= 20140108
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#endif
// Packet: 0x08a5
#if PACKETVER >= 20141210
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20141203
-packetLen(0x08a5, 7) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 7)
#elif PACKETVER >= 20141112
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20141105
-packetLen(0x08a5, 5) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 5)
#elif PACKETVER >= 20141001
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20140924
-packetLen(0x08a5, 6) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 6)
#elif PACKETVER >= 20140521
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20140514
-packetLen(0x08a5, 6) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 6)
#elif PACKETVER >= 20140108
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#endif
// Packet: 0x08a6
#if PACKETVER >= 20140806
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20140730
-packetLen(0x08a6, 6) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 6)
#elif PACKETVER >= 20140625
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20140618
-packetLen(0x08a6, 6) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 6)
#elif PACKETVER >= 20140319
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20140312
-packetLen(0x08a6, 4) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 4)
#elif PACKETVER >= 20140226
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20140219
-packetLen(0x08a6, 5) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 5)
#elif PACKETVER >= 20140108
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#endif
// Packet: 0x08a7
#if PACKETVER >= 20141001
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20140924
-packetLen(0x08a7, 10) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 10)
#elif PACKETVER >= 20140827
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20140820
-packetLen(0x08a7, -1) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, -1)
#elif PACKETVER >= 20140813
-packetLen(0x08a7, 8) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 8)
#elif PACKETVER >= 20140806
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20140730
-packetLen(0x08a7, 6) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 6)
#elif PACKETVER >= 20140625
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20140618
-packetLen(0x08a7, 5) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 5)
#elif PACKETVER >= 20140416
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20140409
-packetLen(0x08a7, 5) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 5)
#elif PACKETVER >= 20140219
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20140212
-packetLen(0x08a7, -1) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, -1)
#elif PACKETVER >= 20140122
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20140115
-packetLen(0x08a7, 5) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 5)
#elif PACKETVER >= 20140108
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#endif
// Packet: 0x08a8
#if PACKETVER >= 20141231
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20141223
-packetLen(0x08a8, -1) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, -1)
#elif PACKETVER >= 20141217
-packetLen(0x08a8, 26) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 26)
#elif PACKETVER >= 20141126
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20141119
-packetLen(0x08a8, 6) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 6)
#elif PACKETVER >= 20140924
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20140917
-packetLen(0x08a8, 36) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 36)
#elif PACKETVER >= 20140430
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20140423
-packetLen(0x08a8, 5) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 5)
#elif PACKETVER >= 20140108
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#endif
// Packet: 0x08a9
#if PACKETVER >= 20140806
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20140730
-packetLen(0x08a9, 90) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 90)
#elif PACKETVER >= 20140416
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20140409
-packetLen(0x08a9, 36) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 36)
#elif PACKETVER >= 20140319
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20140312
-packetLen(0x08a9, 26) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 26)
#elif PACKETVER >= 20140108
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#endif
// Packet: 0x08aa
#if PACKETVER >= 20141210
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20141203
-packetLen(0x08aa, 6) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 6)
#elif PACKETVER >= 20141126
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20141119
-packetLen(0x08aa, 12) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 12)
#elif PACKETVER >= 20141029
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20141022
-packetLen(0x08aa, 8) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 8)
#elif PACKETVER >= 20140402
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20140326
-packetLen(0x08aa, 8) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 8)
#elif PACKETVER >= 20140226
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20140219
-packetLen(0x08aa, 12) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 12)
#elif PACKETVER >= 20140129
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20140122
-packetLen(0x08aa, 6) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 6)
#elif PACKETVER >= 20140108
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#endif
// Packet: 0x08ab
#if PACKETVER >= 20141223
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20141217
-packetLen(0x08ab, -1) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, -1)
#elif PACKETVER >= 20141119
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20141112
-packetLen(0x08ab, 36) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 36)
#elif PACKETVER >= 20141029
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20141022
-packetLen(0x08ab, 4) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 4)
#elif PACKETVER >= 20140820
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20140813
-packetLen(0x08ab, 4) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 4)
#elif PACKETVER >= 20140605
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20140528
-packetLen(0x08ab, 4) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 4)
#elif PACKETVER >= 20140514
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20140508
-packetLen(0x08ab, 4) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 4)
#elif PACKETVER >= 20140108
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#endif
// Packet: 0x08ac
#if PACKETVER >= 20141231
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20141223
-packetLen(0x08ac, -1) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, -1)
#elif PACKETVER >= 20141217
-packetLen(0x08ac, 6) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 6)
#elif PACKETVER >= 20141210
-packetLen(0x08ac, -1) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, -1)
#elif PACKETVER >= 20140723
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20140716
-packetLen(0x08ac, 5) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 5)
#elif PACKETVER >= 20140625
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20140618
-packetLen(0x08ac, 4) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 4)
#elif PACKETVER >= 20140528
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20140521
-packetLen(0x08ac, 19) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 19)
#elif PACKETVER >= 20140409
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20140402
-packetLen(0x08ac, 18) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 18)
#elif PACKETVER >= 20140326
-packetLen(0x08ac, 90) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 90)
#elif PACKETVER >= 20140226
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20140212
-packetLen(0x08ac, 8) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 8)
#elif PACKETVER >= 20140108
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#endif
// Packet: 0x08ad
#if PACKETVER >= 20141203
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20141126
-packetLen(0x08ad, 36) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 36)
#elif PACKETVER >= 20141112
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20141105
-packetLen(0x08ad, 8) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 8)
#elif PACKETVER >= 20141029
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20141022
-packetLen(0x08ad, 5) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 5)
#elif PACKETVER >= 20141008
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20141001
-packetLen(0x08ad, 5) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 5)
#elif PACKETVER >= 20140806
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20140730
-packetLen(0x08ad, 36) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 36)
#elif PACKETVER >= 20140723
-packetLen(0x08ad, 18) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 18)
#elif PACKETVER >= 20140716
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20140709
-packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 6)
#elif PACKETVER >= 20140430
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20140423
-packetLen(0x08ad, 8) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 8)
#elif PACKETVER >= 20140402
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20140326
-packetLen(0x08ad, 19) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 19)
#elif PACKETVER >= 20140319
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20140312
-packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 6)
#elif PACKETVER >= 20140219
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20140212
-packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 6)
#elif PACKETVER >= 20140108
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#endif
// Packet: 0x08af
-packetLen(0x08af, 10) // HC_WAITING_LOGIN
+packetLen(0x08af, 10)
// Packet: 0x08b0
-packetLen(0x08b0, 17) // CH_WAITING_LOGIN
+packetLen(0x08b0, 17)
// Packet: 0x08b1
-packetLen(0x08b1, -1) // ZC_MCSTORE_NOTMOVEITEM_LIST
+packetLen(0x08b1, -1)
// Packet: 0x08b2
-packetLen(0x08b2, -1) // AC_REALNAME_AUTH
+packetLen(0x08b2, -1)
// Packet: 0x08b3
-packetLen(0x08b3, -1) // ZC_SHOWSCRIPT
+packetLen(0x08b3, -1)
// Packet: 0x08b4
-packetLen(0x08b4, 2) // ZC_START_COLLECTION
+packetLen(0x08b4, 2)
// Packet: 0x08b5
-packetLen(0x08b5, 6) // CZ_TRYCOLLECTION
+packetLen(0x08b5, 6)
// Packet: 0x08b6
-packetLen(0x08b6, 3) // ZC_TRYCOLLECTION
+packetLen(0x08b6, 3)
// Packet: 0x08b8
-packetLen(0x08b8, 10) // CH_SECOND_PASSWD_ACK
+packetLen(0x08b8, 10)
// Packet: 0x08b9
-packetLen(0x08b9, 12) // HC_SECOND_PASSWD_LOGIN
+packetLen(0x08b9, 12)
// Packet: 0x08ba
-packetLen(0x08ba, 10) // CH_MAKE_SECOND_PASSWD
+packetLen(0x08ba, 10)
// Packet: 0x08bb
-packetLen(0x08bb, 8) // HC_MAKE_SECOND_PASSWD
+packetLen(0x08bb, 8)
// Packet: 0x08bc
-packetLen(0x08bc, 10) // CH_DELETE_SECOND_PASSWD
+packetLen(0x08bc, 10)
// Packet: 0x08bd
-packetLen(0x08bd, 8) // HC_DELETE_SECOND_PASSWD
+packetLen(0x08bd, 8)
// Packet: 0x08be
-packetLen(0x08be, 14) // CH_EDIT_SECOND_PASSWD
+packetLen(0x08be, 14)
// Packet: 0x08bf
-packetLen(0x08bf, 8) // HC_EDIT_SECOND_PASSWD
+packetLen(0x08bf, 8)
// Packet: 0x08c0
-packetLen(0x08c0, -1) // ZC_ACK_SE_CASH_ITEM_LIST2
+packetLen(0x08c0, -1)
// Packet: 0x08c1
-packetLen(0x08c1, 2) // CZ_MACRO_START
+packetLen(0x08c1, 2)
// Packet: 0x08c2
-packetLen(0x08c2, 2) // CZ_MACRO_STOP
+packetLen(0x08c2, 2)
// Packet: 0x08c3
-packetLen(0x08c3, 10) // CH_NOT_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c3, 10)
// Packet: 0x08c4
-packetLen(0x08c4, 8) // HC_NOT_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c4, 8)
// Packet: 0x08c5
-packetLen(0x08c5, 6) // CH_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c5, 6)
// Packet: 0x08c6
-packetLen(0x08c6, 4) // HC_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c6, 4)
// Packet: 0x08c7
-packetLen(0x08c7, -1) // ZC_SKILL_ENTRY3
+packetLen(0x08c7, -1)
// Packet: 0x08c8
-packetLen(0x08c8, 34) // ZC_NOTIFY_ACT3
+packetLen(0x08c8, 34)
// Packet: 0x08c9
-packetLen(0x08c9, 2) // CZ_REQ_SCHEDULER_CASHITEM
+packetLen(0x08c9, 2)
// Packet: 0x08ca
-packetLen(0x08ca, -1) // ZC_ACK_SCHEDULER_CASHITEM
+packetLen(0x08ca, -1)
// Packet: 0x08cb
-packetLen(0x08cb, -1) // ZC_PERSONAL_INFOMATION
+packetLen(0x08cb, -1)
// Packet: 0x08cc
-packetLen(0x08cc, 109) // CA_LOGIN5
+packetLen(0x08cc, 109)
// Packet: 0x08cd
-packetLen(0x08cd, 10) // ZC_STOPMOVE_FORCE
+packetLen(0x08cd, 10)
// Packet: 0x08ce
-packetLen(0x08ce, 2) // ZC_FAILED_GET_ITEM_FROM_ZONEDA
+packetLen(0x08ce, 2)
// Packet: 0x08cf
-packetLen(0x08cf, 10) // ZC_SPIRITS_ATTRIBUTE
+packetLen(0x08cf, 10)
// Packet: 0x08d0
-packetLen(0x08d0, 9) // ZC_REQ_WEAR_EQUIP_ACK2
+packetLen(0x08d0, 9)
// Packet: 0x08d1
-packetLen(0x08d1, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK2
+packetLen(0x08d1, 7)
// Packet: 0x08d2
-packetLen(0x08d2, 10) // ZC_FASTMOVE
+packetLen(0x08d2, 10)
// Packet: 0x08d3
-packetLen(0x08d3, 10) // ZC_SE_CASHSHOP_UPDATE
+packetLen(0x08d3, 10)
// Packet: 0x08d4
-packetLen(0x08d4, 8) // CH_REQ_CHANGE_CHARACTER_SLOT
+packetLen(0x08d4, 8)
// Packet: 0x08d5
-packetLen(0x08d5, -1) // HC_ACK_CHANGE_CHARACTER_SLOT
+packetLen(0x08d5, -1)
// Packet: 0x08d6
-packetLen(0x08d6, 6) // ZC_CLEAR_DIALOG
+packetLen(0x08d6, 6)
// Packet: 0x08d7
-packetLen(0x08d7, 28) // CZ_REQ_ENTRY_QUEUE_APPLY
+packetLen(0x08d7, 28)
// Packet: 0x08d8
-packetLen(0x08d8, 27) // ZC_ACK_ENTRY_QUEUE_APPLY
+packetLen(0x08d8, 27)
// Packet: 0x08d9
-packetLen(0x08d9, 30) // ZC_NOTIFY_ENTRY_QUEUE_APPLY
+packetLen(0x08d9, 30)
// Packet: 0x08da
-packetLen(0x08da, 26) // CZ_REQ_ENTRY_QUEUE_CANCEL
+packetLen(0x08da, 26)
// Packet: 0x08db
-packetLen(0x08db, 27) // ZC_ACK_ENTRY_QUEUE_CANCEL
+packetLen(0x08db, 27)
// Packet: 0x08dc
-packetLen(0x08dc, 26) // ZC_NOTIFY_ENTRY_QUEUE_ADMISSION
+packetLen(0x08dc, 26)
// Packet: 0x08dd
-packetLen(0x08dd, 27) // CZ_REPLY_ENTRY_QUEUE_ADMISSION
+packetLen(0x08dd, 27)
// Packet: 0x08de
-packetLen(0x08de, 27) // ZC_REPLY_ACK_ENTRY_QUEUE_ADMISSION
+packetLen(0x08de, 27)
// Packet: 0x08df
-packetLen(0x08df, 50) // ZC_NOTIFY_LOBBY_ADMISSION
+packetLen(0x08df, 50)
// Packet: 0x08e0
-packetLen(0x08e0, 51) // CZ_REPLY_LOBBY_ADMISSION
+packetLen(0x08e0, 51)
// Packet: 0x08e1
-packetLen(0x08e1, 51) // ZC_REPLY_ACK_LOBBY_ADMISSION
+packetLen(0x08e1, 51)
// Packet: 0x08e2
-packetLen(0x08e2, 27) // ZC_NAVIGATION_ACTIVE
+packetLen(0x08e2, 27)
// Packet: 0x08e3
#if PACKETVER >= 20140625
-packetLen(0x08e3, 149) // HC_UPDATE_CHARINFO
+packetLen(0x08e3, 149)
#elif PACKETVER >= 20140108
-packetLen(0x08e3, 146) // HC_UPDATE_CHARINFO
+packetLen(0x08e3, 146)
#endif
// Packet: 0x08e4
-packetLen(0x08e4, 6) // AC_SHUTDOWN_INFO
+packetLen(0x08e4, 6)
// Packet: 0x08fc
-packetLen(0x08fc, 30) // CH_REQ_CHANGE_CHARACTERNAME
+packetLen(0x08fc, 30)
// Packet: 0x08fd
-packetLen(0x08fd, 6) // CH_ACK_CHANGE_CHARACTERNAME
+packetLen(0x08fd, 6)
// Packet: 0x08fe
-packetLen(0x08fe, -1) // ZC_HUNTING_QUEST_INFO
+packetLen(0x08fe, -1)
// Packet: 0x08ff
-packetLen(0x08ff, 24) // ZC_EFST_SET_ENTER
+packetLen(0x08ff, 24)
// Packet: 0x0900
-packetLen(0x0900, -1) // ZC_INVENTORY_ITEMLIST_NORMAL
+packetLen(0x0900, -1)
// Packet: 0x0901
-packetLen(0x0901, -1) // ZC_INVENTORY_ITEMLIST_EQUIP
+packetLen(0x0901, -1)
// Packet: 0x0902
-packetLen(0x0902, -1) // ZC_CART_ITEMLIST_NORMAL
+packetLen(0x0902, -1)
// Packet: 0x0903
-packetLen(0x0903, -1) // ZC_CART_ITEMLIST_EQUIP
+packetLen(0x0903, -1)
// Packet: 0x0904
-packetLen(0x0904, -1) // ZC_STORE_ITEMLIST_NORMAL
+packetLen(0x0904, -1)
// Packet: 0x0905
-packetLen(0x0905, -1) // ZC_STORE_ITEMLIST_EQUIP
+packetLen(0x0905, -1)
// Packet: 0x0906
-packetLen(0x0906, -1) // ZC_MICROSCOPE
+packetLen(0x0906, -1)
// Packet: 0x0907
-packetLen(0x0907, 5) // CZ_INVENTORY_TAB
+packetLen(0x0907, 5)
// Packet: 0x0908
-packetLen(0x0908, 5) // ZC_INVENTORY_TAB
+packetLen(0x0908, 5)
// Packet: 0x090a
-packetLen(0x090a, 26) // CZ_REQ_ENTRY_QUEUE_RANKING
+packetLen(0x090a, 26)
// Packet: 0x090d
-packetLen(0x090d, -1) // ZC_PREMIUM_CAMPAIGN_INFO
+packetLen(0x090d, -1)
// Packet: 0x090e
-packetLen(0x090e, 2) // ZC_ENTRY_QUEUE_INIT
+packetLen(0x090e, 2)
// Packet: 0x090f
-packetLen(0x090f, -1) // ZC_NOTIFY_NEWENTRY7
+packetLen(0x090f, -1)
// Packet: 0x0910
-packetLen(0x0910, 10) // CZ_REQ_PARTY_NAME
+packetLen(0x0910, 10)
// Packet: 0x0911
-packetLen(0x0911, 30) // ZC_ACK_PARTY_NAME
+packetLen(0x0911, 30)
// Packet: 0x0912
-packetLen(0x0912, 10) // CZ_REQ_GUILD_NAME
+packetLen(0x0912, 10)
// Packet: 0x0913
-packetLen(0x0913, 30) // ZC_ACK_GUILD_NAME
+packetLen(0x0913, 30)
// Packet: 0x0914
-packetLen(0x0914, -1) // ZC_NOTIFY_MOVEENTRY9
+packetLen(0x0914, -1)
// Packet: 0x0915
-packetLen(0x0915, -1) // ZC_NOTIFY_STANDENTRY8
+packetLen(0x0915, -1)
// Packet: 0x0916
-packetLen(0x0916, 26) // CZ_REQ_JOIN_GUILD2
+packetLen(0x0916, 26)
// Packet: 0x0917
#if PACKETVER >= 20141217
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
#elif PACKETVER >= 20141210
-packetLen(0x0917, 26) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 26)
#elif PACKETVER >= 20140625
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
#elif PACKETVER >= 20140618
-packetLen(0x0917, 10) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 10)
#elif PACKETVER >= 20140129
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
#elif PACKETVER >= 20140122
-packetLen(0x0917, 6) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 6)
#elif PACKETVER >= 20140108
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
#endif
// Packet: 0x0918
#if PACKETVER >= 20141126
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
#elif PACKETVER >= 20141119
-packetLen(0x0918, 10) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 10)
#elif PACKETVER >= 20141001
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
#elif PACKETVER >= 20140924
-packetLen(0x0918, 19) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 19)
#elif PACKETVER >= 20140723
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
#elif PACKETVER >= 20140716
-packetLen(0x0918, 5) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 5)
#elif PACKETVER >= 20140521
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
#elif PACKETVER >= 20140514
-packetLen(0x0918, 18) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 18)
#elif PACKETVER >= 20140416
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
#elif PACKETVER >= 20140409
-packetLen(0x0918, 6) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 6)
#elif PACKETVER >= 20140402
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
#elif PACKETVER >= 20140326
-packetLen(0x0918, 6) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 6)
#elif PACKETVER >= 20140108
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
#endif
// Packet: 0x0919
#if PACKETVER >= 20141223
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
#elif PACKETVER >= 20141217
-packetLen(0x0919, 5) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 5)
#elif PACKETVER >= 20141119
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
#elif PACKETVER >= 20141112
-packetLen(0x0919, 12) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 12)
#elif PACKETVER >= 20140924
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
#elif PACKETVER >= 20140917
-packetLen(0x0919, -1) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, -1)
#elif PACKETVER >= 20140219
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
#elif PACKETVER >= 20140212
-packetLen(0x0919, 5) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 5)
#elif PACKETVER >= 20140108
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
#endif
// Packet: 0x091a
#if PACKETVER >= 20141029
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#elif PACKETVER >= 20141022
-packetLen(0x091a, 26) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 26)
#elif PACKETVER >= 20140716
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#elif PACKETVER >= 20140709
-packetLen(0x091a, 5) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 5)
#elif PACKETVER >= 20140702
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#elif PACKETVER >= 20140625
-packetLen(0x091a, 6) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 6)
#elif PACKETVER >= 20140430
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#elif PACKETVER >= 20140423
-packetLen(0x091a, 6) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 6)
#elif PACKETVER >= 20140305
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#elif PACKETVER >= 20140226
-packetLen(0x091a, 8) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 8)
#elif PACKETVER >= 20140129
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#elif PACKETVER >= 20140122
-packetLen(0x091a, 5) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 5)
#elif PACKETVER >= 20140108
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#endif
// Packet: 0x091b
#if PACKETVER >= 20140219
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#elif PACKETVER >= 20140212
-packetLen(0x091b, 26) // ZC_PRNPC_STATE
+packetLen(0x091b, 26)
#elif PACKETVER >= 20140108
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#endif
// Packet: 0x091c
#if PACKETVER >= 20141210
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
#elif PACKETVER >= 20141203
-packetLen(0x091c, 18) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 18)
#elif PACKETVER >= 20141008
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
#elif PACKETVER >= 20141001
-packetLen(0x091c, 4) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 4)
#elif PACKETVER >= 20140416
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
#elif PACKETVER >= 20140409
-packetLen(0x091c, 90) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 90)
#elif PACKETVER >= 20140319
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
#elif PACKETVER >= 20140312
-packetLen(0x091c, 26) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 26)
#elif PACKETVER >= 20140108
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
#endif
// Packet: 0x091d
#if PACKETVER >= 20141210
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20141203
-packetLen(0x091d, 26) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 26)
#elif PACKETVER >= 20141112
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20141105
-packetLen(0x091d, 6) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 6)
#elif PACKETVER >= 20140827
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20140820
-packetLen(0x091d, 6) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 6)
#elif PACKETVER >= 20140605
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20140528
-packetLen(0x091d, 26) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 26)
#elif PACKETVER >= 20140521
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20140514
-packetLen(0x091d, 19) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 19)
#elif PACKETVER >= 20140108
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#endif
// Packet: 0x091e
#if PACKETVER >= 20141112
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
#elif PACKETVER >= 20141105
-packetLen(0x091e, 6) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 6)
#elif PACKETVER >= 20140806
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
#elif PACKETVER >= 20140730
-packetLen(0x091e, 26) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 26)
#elif PACKETVER >= 20140319
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
#elif PACKETVER >= 20140312
-packetLen(0x091e, 5) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 5)
#elif PACKETVER >= 20140108
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
#endif
// Packet: 0x091f
#if PACKETVER >= 20141223
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
#elif PACKETVER >= 20141217
-packetLen(0x091f, 10) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 10)
#elif PACKETVER >= 20140723
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
#elif PACKETVER >= 20140716
-packetLen(0x091f, 18) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 18)
#elif PACKETVER >= 20140625
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
#elif PACKETVER >= 20140618
-packetLen(0x091f, -1) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, -1)
#elif PACKETVER >= 20140409
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
#elif PACKETVER >= 20140402
-packetLen(0x091f, -1) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, -1)
#elif PACKETVER >= 20140326
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
#elif PACKETVER >= 20140319
-packetLen(0x091f, -1) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, -1)
#elif PACKETVER >= 20140108
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
#endif
// Packet: 0x0920
#if PACKETVER >= 20141203
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#elif PACKETVER >= 20141126
-packetLen(0x0920, 6) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 6)
#elif PACKETVER >= 20141119
-packetLen(0x0920, 5) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 5)
#elif PACKETVER >= 20140430
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#elif PACKETVER >= 20140423
-packetLen(0x0920, 26) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 26)
#elif PACKETVER >= 20140409
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#elif PACKETVER >= 20140402
-packetLen(0x0920, 19) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 19)
#elif PACKETVER >= 20140108
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#endif
// Packet: 0x0921
#if PACKETVER >= 20141126
-packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 2)
#elif PACKETVER >= 20141119
-packetLen(0x0921, 19) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 19)
#elif PACKETVER >= 20140611
-packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 2)
#elif PACKETVER >= 20140605
-packetLen(0x0921, 36) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 36)
#elif PACKETVER >= 20140305
-packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 2)
#elif PACKETVER >= 20140226
-packetLen(0x0921, 26) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 26)
#elif PACKETVER >= 20140219
-packetLen(0x0921, 7) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 7)
#elif PACKETVER >= 20140205
-packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 2)
#elif PACKETVER >= 20140129
-packetLen(0x0921, 18) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 18)
#elif PACKETVER >= 20140108
-packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 2)
#endif
// Packet: 0x0922
#if PACKETVER >= 20141022
-packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 2)
#elif PACKETVER >= 20141015
-packetLen(0x0922, 4) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 4)
#elif PACKETVER >= 20140108
-packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 2)
#endif
// Packet: 0x0923
#if PACKETVER >= 20140326
-packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 2)
#elif PACKETVER >= 20140319
-packetLen(0x0923, 19) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 19)
#elif PACKETVER >= 20140108
-packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 2)
#endif
// Packet: 0x0924
#if PACKETVER >= 20141223
-packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 2)
#elif PACKETVER >= 20141217
-packetLen(0x0924, 7) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 7)
#elif PACKETVER >= 20140618
-packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 2)
#elif PACKETVER >= 20140611
-packetLen(0x0924, 6) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 6)
#elif PACKETVER >= 20140205
-packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 2)
#elif PACKETVER >= 20140129
-packetLen(0x0924, -1) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, -1)
#elif PACKETVER >= 20140108
-packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 2)
#endif
// Packet: 0x0925
#if PACKETVER >= 20141001
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
#elif PACKETVER >= 20140924
-packetLen(0x0925, 8) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 8)
#elif PACKETVER >= 20140716
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
#elif PACKETVER >= 20140709
-packetLen(0x0925, 90) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 90)
#elif PACKETVER >= 20140702
-packetLen(0x0925, 5) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 5)
#elif PACKETVER >= 20140521
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
#elif PACKETVER >= 20140514
-packetLen(0x0925, 6) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 6)
#elif PACKETVER >= 20140129
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
#elif PACKETVER >= 20140122
-packetLen(0x0925, 5) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 5)
#elif PACKETVER >= 20140108
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
#endif
// Packet: 0x0926
#if PACKETVER >= 20141119
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
#elif PACKETVER >= 20141112
-packetLen(0x0926, 5) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 5)
#elif PACKETVER >= 20141001
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
#elif PACKETVER >= 20140924
-packetLen(0x0926, 6) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 6)
#elif PACKETVER >= 20140723
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
#elif PACKETVER >= 20140716
-packetLen(0x0926, 6) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 6)
#elif PACKETVER >= 20140409
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
#elif PACKETVER >= 20140402
-packetLen(0x0926, 36) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 36)
#elif PACKETVER >= 20140108
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
#endif
// Packet: 0x0927
#if PACKETVER >= 20141217
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#elif PACKETVER >= 20141210
-packetLen(0x0927, 8) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 8)
#elif PACKETVER >= 20140730
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#elif PACKETVER >= 20140723
-packetLen(0x0927, 6) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 6)
#elif PACKETVER >= 20140514
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#elif PACKETVER >= 20140508
-packetLen(0x0927, 36) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 36)
#elif PACKETVER >= 20140226
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#elif PACKETVER >= 20140219
-packetLen(0x0927, 90) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 90)
#elif PACKETVER >= 20140108
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#endif
// Packet: 0x0928
#if PACKETVER >= 20141210
-packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 2)
#elif PACKETVER >= 20141203
-packetLen(0x0928, 6) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 6)
#elif PACKETVER >= 20141001
-packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 2)
#elif PACKETVER >= 20140924
-packetLen(0x0928, 8) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 8)
#elif PACKETVER >= 20140219
-packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 2)
#elif PACKETVER >= 20140212
-packetLen(0x0928, 6) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 6)
#elif PACKETVER >= 20140108
-packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 2)
#endif
// Packet: 0x0929
#if PACKETVER >= 20141126
-packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 2)
#elif PACKETVER >= 20141119
-packetLen(0x0929, 8) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 8)
#elif PACKETVER >= 20141112
-packetLen(0x0929, 7) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 7)
#elif PACKETVER >= 20140625
-packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 2)
#elif PACKETVER >= 20140618
-packetLen(0x0929, 12) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 12)
#elif PACKETVER >= 20140605
-packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 2)
#elif PACKETVER >= 20140528
-packetLen(0x0929, 7) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 7)
#elif PACKETVER >= 20140108
-packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 2)
#endif
// Packet: 0x092a
#if PACKETVER >= 20141210
-packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 2)
#elif PACKETVER >= 20141203
-packetLen(0x092a, 4) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 4)
#elif PACKETVER >= 20141008
-packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 2)
#elif PACKETVER >= 20141001
-packetLen(0x092a, 36) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 36)
#elif PACKETVER >= 20140924
-packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 2)
#elif PACKETVER >= 20140917
-packetLen(0x092a, 12) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 12)
#elif PACKETVER >= 20140806
-packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 2)
#elif PACKETVER >= 20140730
-packetLen(0x092a, 6) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 6)
#elif PACKETVER >= 20140402
-packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 2)
#elif PACKETVER >= 20140326
-packetLen(0x092a, 36) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 36)
#elif PACKETVER >= 20140319
-packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 2)
#elif PACKETVER >= 20140312
-packetLen(0x092a, 6) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 6)
#elif PACKETVER >= 20140108
-packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 2)
#endif
// Packet: 0x092b
#if PACKETVER >= 20141217
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
#elif PACKETVER >= 20141210
-packetLen(0x092b, 18) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 18)
#elif PACKETVER >= 20141112
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
#elif PACKETVER >= 20141105
-packetLen(0x092b, 6) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 6)
#elif PACKETVER >= 20141029
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
#elif PACKETVER >= 20141022
-packetLen(0x092b, 8) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 8)
#elif PACKETVER >= 20141001
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
#elif PACKETVER >= 20140924
-packetLen(0x092b, 6) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 6)
#elif PACKETVER >= 20140108
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
#endif
// Packet: 0x092c
#if PACKETVER >= 20140723
-packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 2)
#elif PACKETVER >= 20140716
-packetLen(0x092c, 26) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 26)
#elif PACKETVER >= 20140709
-packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 2)
#elif PACKETVER >= 20140702
-packetLen(0x092c, 19) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 19)
#elif PACKETVER >= 20140521
-packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 2)
#elif PACKETVER >= 20140514
-packetLen(0x092c, 8) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 8)
#elif PACKETVER >= 20140205
-packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 2)
#elif PACKETVER >= 20140129
-packetLen(0x092c, 36) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 36)
#elif PACKETVER >= 20140108
-packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 2)
#endif
// Packet: 0x092d
#if PACKETVER >= 20141001
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#elif PACKETVER >= 20140924
-packetLen(0x092d, 12) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 12)
#elif PACKETVER >= 20140409
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#elif PACKETVER >= 20140402
-packetLen(0x092d, 90) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 90)
#elif PACKETVER >= 20140122
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#elif PACKETVER >= 20140115
-packetLen(0x092d, 5) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 5)
#elif PACKETVER >= 20140108
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#endif
// Packet: 0x092e
#if PACKETVER >= 20140416
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#elif PACKETVER >= 20140409
-packetLen(0x092e, 26) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 26)
#elif PACKETVER >= 20140108
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#endif
// Packet: 0x092f
#if PACKETVER >= 20141126
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#elif PACKETVER >= 20141119
-packetLen(0x092f, 8) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 8)
#elif PACKETVER >= 20140827
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#elif PACKETVER >= 20140820
-packetLen(0x092f, 10) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 10)
#elif PACKETVER >= 20140730
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#elif PACKETVER >= 20140723
-packetLen(0x092f, 19) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 19)
#elif PACKETVER >= 20140716
-packetLen(0x092f, 12) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 12)
#elif PACKETVER >= 20140709
-packetLen(0x092f, 10) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 10)
#elif PACKETVER >= 20140521
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#elif PACKETVER >= 20140514
-packetLen(0x092f, 10) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 10)
#elif PACKETVER >= 20140129
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#elif PACKETVER >= 20140122
-packetLen(0x092f, 8) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 8)
#elif PACKETVER >= 20140108
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#endif
// Packet: 0x0930
#if PACKETVER >= 20141231
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#elif PACKETVER >= 20141223
-packetLen(0x0930, 6) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 6)
#elif PACKETVER >= 20140924
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#elif PACKETVER >= 20140917
-packetLen(0x0930, 8) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 8)
#elif PACKETVER >= 20140605
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#elif PACKETVER >= 20140528
-packetLen(0x0930, -1) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, -1)
#elif PACKETVER >= 20140514
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#elif PACKETVER >= 20140508
-packetLen(0x0930, 8) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 8)
#elif PACKETVER >= 20140219
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#elif PACKETVER >= 20140212
-packetLen(0x0930, 6) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 6)
#elif PACKETVER >= 20140108
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#endif
// Packet: 0x0931
#if PACKETVER >= 20140917
-packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 2)
#elif PACKETVER >= 20140903
-packetLen(0x0931, 5) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 5)
#elif PACKETVER >= 20140716
-packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 2)
#elif PACKETVER >= 20140709
-packetLen(0x0931, 6) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 6)
#elif PACKETVER >= 20140611
-packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 2)
#elif PACKETVER >= 20140605
-packetLen(0x0931, 5) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 5)
#elif PACKETVER >= 20140305
-packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 2)
#elif PACKETVER >= 20140226
-packetLen(0x0931, 4) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 4)
#elif PACKETVER >= 20140108
-packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 2)
#endif
// Packet: 0x0932
#if PACKETVER >= 20141231
-packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 2)
#elif PACKETVER >= 20141223
-packetLen(0x0932, 8) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 8)
#elif PACKETVER >= 20141217
-packetLen(0x0932, -1) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, -1)
#elif PACKETVER >= 20140514
-packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 2)
#elif PACKETVER >= 20140508
-packetLen(0x0932, 6) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 6)
#elif PACKETVER >= 20140108
-packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 2)
#endif
// Packet: 0x0933
#if PACKETVER >= 20141223
-packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 2)
#elif PACKETVER >= 20141217
-packetLen(0x0933, 26) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 26)
#elif PACKETVER >= 20141126
-packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 2)
#elif PACKETVER >= 20141119
-packetLen(0x0933, 36) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 36)
#elif PACKETVER >= 20140709
-packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 2)
#elif PACKETVER >= 20140702
-packetLen(0x0933, 4) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 4)
#elif PACKETVER >= 20140409
-packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 2)
#elif PACKETVER >= 20140402
-packetLen(0x0933, -1) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, -1)
#elif PACKETVER >= 20140108
-packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 2)
#endif
// Packet: 0x0934
#if PACKETVER >= 20141001
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#elif PACKETVER >= 20140924
-packetLen(0x0934, 5) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 5)
#elif PACKETVER >= 20140806
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#elif PACKETVER >= 20140730
-packetLen(0x0934, -1) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, -1)
#elif PACKETVER >= 20140723
-packetLen(0x0934, 26) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 26)
#elif PACKETVER >= 20140716
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#elif PACKETVER >= 20140709
-packetLen(0x0934, 6) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 6)
#elif PACKETVER >= 20140514
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#elif PACKETVER >= 20140508
-packetLen(0x0934, 8) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 8)
#elif PACKETVER >= 20140312
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#elif PACKETVER >= 20140305
-packetLen(0x0934, 5) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 5)
#elif PACKETVER >= 20140219
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#elif PACKETVER >= 20140212
-packetLen(0x0934, 7) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 7)
#elif PACKETVER >= 20140108
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#endif
// Packet: 0x0935
#if PACKETVER >= 20140730
-packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 2)
#elif PACKETVER >= 20140723
-packetLen(0x0935, 26) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 26)
#elif PACKETVER >= 20140625
-packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 2)
#elif PACKETVER >= 20140618
-packetLen(0x0935, 6) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 6)
#elif PACKETVER >= 20140108
-packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 2)
#endif
// Packet: 0x0936
#if PACKETVER >= 20141223
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
#elif PACKETVER >= 20141217
-packetLen(0x0936, 6) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 6)
#elif PACKETVER >= 20141210
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
#elif PACKETVER >= 20141203
-packetLen(0x0936, 5) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 5)
#elif PACKETVER >= 20141022
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
#elif PACKETVER >= 20141015
-packetLen(0x0936, 36) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 36)
#elif PACKETVER >= 20140827
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
#elif PACKETVER >= 20140820
-packetLen(0x0936, 12) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 12)
#elif PACKETVER >= 20140618
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
#elif PACKETVER >= 20140611
-packetLen(0x0936, 12) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 12)
#elif PACKETVER >= 20140219
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
#elif PACKETVER >= 20140212
-packetLen(0x0936, 4) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 4)
#elif PACKETVER >= 20140115
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
#elif PACKETVER >= 20140108
-packetLen(0x0936, 36) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 36)
#endif
// Packet: 0x0937
#if PACKETVER >= 20141008
-packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 2)
#elif PACKETVER >= 20141001
-packetLen(0x0937, -1) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, -1)
#elif PACKETVER >= 20140827
-packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 2)
#elif PACKETVER >= 20140820
-packetLen(0x0937, 5) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 5)
#elif PACKETVER >= 20140108
-packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 2)
#endif
// Packet: 0x0938
#if PACKETVER >= 20141126
-packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 2)
#elif PACKETVER >= 20141119
-packetLen(0x0938, 6) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 6)
#elif PACKETVER >= 20140723
-packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 2)
#elif PACKETVER >= 20140716
-packetLen(0x0938, 8) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 8)
#elif PACKETVER >= 20140625
-packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 2)
#elif PACKETVER >= 20140618
-packetLen(0x0938, 26) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 26)
#elif PACKETVER >= 20140212
-packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 2)
#elif PACKETVER >= 20140205
-packetLen(0x0938, 36) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 36)
#elif PACKETVER >= 20140108
-packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 2)
#endif
// Packet: 0x0939
#if PACKETVER >= 20141223
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
#elif PACKETVER >= 20141217
-packetLen(0x0939, -1) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, -1)
#elif PACKETVER >= 20141008
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
#elif PACKETVER >= 20141001
-packetLen(0x0939, 8) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 8)
#elif PACKETVER >= 20140730
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
#elif PACKETVER >= 20140723
-packetLen(0x0939, -1) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, -1)
#elif PACKETVER >= 20140716
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
#elif PACKETVER >= 20140709
-packetLen(0x0939, -1) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, -1)
#elif PACKETVER >= 20140226
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
#elif PACKETVER >= 20140219
-packetLen(0x0939, -1) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, -1)
#elif PACKETVER >= 20140108
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
#endif
// Packet: 0x093a
#if PACKETVER >= 20140827
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
#elif PACKETVER >= 20140820
-packetLen(0x093a, 36) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 36)
#elif PACKETVER >= 20140605
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
#elif PACKETVER >= 20140528
-packetLen(0x093a, 8) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 8)
#elif PACKETVER >= 20140108
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
#endif
// Packet: 0x093b
#if PACKETVER >= 20141029
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#elif PACKETVER >= 20141022
-packetLen(0x093b, 19) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 19)
#elif PACKETVER >= 20140723
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#elif PACKETVER >= 20140716
-packetLen(0x093b, 6) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 6)
#elif PACKETVER >= 20140625
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#elif PACKETVER >= 20140618
-packetLen(0x093b, 7) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 7)
#elif PACKETVER >= 20140508
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#elif PACKETVER >= 20140430
-packetLen(0x093b, -1) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, -1)
#elif PACKETVER >= 20140108
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#endif
// Packet: 0x093c
-packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 2)
// Packet: 0x093d
#if PACKETVER >= 20140730
-packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 2)
#elif PACKETVER >= 20140723
-packetLen(0x093d, 6) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 6)
#elif PACKETVER >= 20140402
-packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 2)
#elif PACKETVER >= 20140326
-packetLen(0x093d, 7) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 7)
#elif PACKETVER >= 20140219
-packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 2)
#elif PACKETVER >= 20140212
-packetLen(0x093d, 19) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 19)
#elif PACKETVER >= 20140108
-packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 2)
#endif
// Packet: 0x093e
#if PACKETVER >= 20141112
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#elif PACKETVER >= 20141105
-packetLen(0x093e, -1) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, -1)
#elif PACKETVER >= 20140827
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#elif PACKETVER >= 20140820
-packetLen(0x093e, 6) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 6)
#elif PACKETVER >= 20140108
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#endif
// Packet: 0x093f
#if PACKETVER >= 20141008
-packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 2)
#elif PACKETVER >= 20141001
-packetLen(0x093f, 6) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 6)
#elif PACKETVER >= 20140716
-packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 2)
#elif PACKETVER >= 20140709
-packetLen(0x093f, 12) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 12)
#elif PACKETVER >= 20140605
-packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 2)
#elif PACKETVER >= 20140528
-packetLen(0x093f, 26) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 26)
#elif PACKETVER >= 20140409
-packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 2)
#elif PACKETVER >= 20140402
-packetLen(0x093f, 5) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 5)
#elif PACKETVER >= 20140108
-packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 2)
#endif
// Packet: 0x0940
#if PACKETVER >= 20141223
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20141217
-packetLen(0x0940, 19) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 19)
#elif PACKETVER >= 20141105
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20141029
-packetLen(0x0940, 7) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 7)
#elif PACKETVER >= 20140806
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20140730
-packetLen(0x0940, 5) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 5)
#elif PACKETVER >= 20140716
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20140709
-packetLen(0x0940, -1) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, -1)
#elif PACKETVER >= 20140702
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20140625
-packetLen(0x0940, -1) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, -1)
#elif PACKETVER >= 20140611
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20140605
-packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 6)
#elif PACKETVER >= 20140508
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20140430
-packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 6)
#elif PACKETVER >= 20140129
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20140122
-packetLen(0x0940, 10) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 10)
#elif PACKETVER >= 20140115
-packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 6)
#elif PACKETVER >= 20140108
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#endif
// Packet: 0x0941
#if PACKETVER >= 20141126
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#elif PACKETVER >= 20141119
-packetLen(0x0941, 8) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 8)
#elif PACKETVER >= 20140917
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#elif PACKETVER >= 20140903
-packetLen(0x0941, 36) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 36)
#elif PACKETVER >= 20140618
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#elif PACKETVER >= 20140611
-packetLen(0x0941, 36) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 36)
#elif PACKETVER >= 20140305
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#elif PACKETVER >= 20140226
-packetLen(0x0941, 18) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 18)
#elif PACKETVER >= 20140129
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#elif PACKETVER >= 20140122
-packetLen(0x0941, 6) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 6)
#elif PACKETVER >= 20140108
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#endif
// Packet: 0x0942
#if PACKETVER >= 20141203
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
#elif PACKETVER >= 20141126
-packetLen(0x0942, 26) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 26)
#elif PACKETVER >= 20141119
-packetLen(0x0942, 5) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 5)
#elif PACKETVER >= 20141015
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
#elif PACKETVER >= 20141008
-packetLen(0x0942, 36) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 36)
#elif PACKETVER >= 20140416
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
#elif PACKETVER >= 20140409
-packetLen(0x0942, 8) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 8)
#elif PACKETVER >= 20140402
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
#elif PACKETVER >= 20140326
-packetLen(0x0942, 5) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 5)
#elif PACKETVER >= 20140319
-packetLen(0x0942, 36) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 36)
#elif PACKETVER >= 20140129
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
#elif PACKETVER >= 20140122
-packetLen(0x0942, 6) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 6)
#elif PACKETVER >= 20140108
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
#endif
// Packet: 0x0943
#if PACKETVER >= 20141119
-packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 2)
#elif PACKETVER >= 20141112
-packetLen(0x0943, 6) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 6)
#elif PACKETVER >= 20140917
-packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 2)
#elif PACKETVER >= 20140903
-packetLen(0x0943, 4) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 4)
#elif PACKETVER >= 20140827
-packetLen(0x0943, 36) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 36)
#elif PACKETVER >= 20140108
-packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 2)
#endif
// Packet: 0x0944
#if PACKETVER >= 20141223
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#elif PACKETVER >= 20141217
-packetLen(0x0944, 6) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 6)
#elif PACKETVER >= 20141112
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#elif PACKETVER >= 20141105
-packetLen(0x0944, 5) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 5)
#elif PACKETVER >= 20140409
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#elif PACKETVER >= 20140402
-packetLen(0x0944, -1) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, -1)
#elif PACKETVER >= 20140326
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#elif PACKETVER >= 20140319
-packetLen(0x0944, 10) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 10)
#elif PACKETVER >= 20140219
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#elif PACKETVER >= 20140212
-packetLen(0x0944, 5) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 5)
#elif PACKETVER >= 20140108
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#endif
// Packet: 0x0945
#if PACKETVER >= 20141231
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#elif PACKETVER >= 20141223
-packetLen(0x0945, 6) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 6)
#elif PACKETVER >= 20141217
-packetLen(0x0945, 90) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 90)
#elif PACKETVER >= 20140917
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#elif PACKETVER >= 20140903
-packetLen(0x0945, 5) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 5)
#elif PACKETVER >= 20140730
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#elif PACKETVER >= 20140723
-packetLen(0x0945, 10) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 10)
#elif PACKETVER >= 20140625
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#elif PACKETVER >= 20140618
-packetLen(0x0945, 6) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 6)
#elif PACKETVER >= 20140402
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#elif PACKETVER >= 20140326
-packetLen(0x0945, -1) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, -1)
#elif PACKETVER >= 20140108
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#endif
// Packet: 0x0946
#if PACKETVER >= 20141231
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20141223
-packetLen(0x0946, 6) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 6)
#elif PACKETVER >= 20140806
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20140730
-packetLen(0x0946, 5) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 5)
#elif PACKETVER >= 20140702
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20140625
-packetLen(0x0946, 5) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 5)
#elif PACKETVER >= 20140409
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20140402
-packetLen(0x0946, 7) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 7)
#elif PACKETVER >= 20140326
-packetLen(0x0946, 26) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 26)
#elif PACKETVER >= 20140226
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20140219
-packetLen(0x0946, 19) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 19)
#elif PACKETVER >= 20140108
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#endif
// Packet: 0x0947
#if PACKETVER >= 20141217
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#elif PACKETVER >= 20141210
-packetLen(0x0947, 4) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 4)
#elif PACKETVER >= 20140730
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#elif PACKETVER >= 20140723
-packetLen(0x0947, 7) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 7)
#elif PACKETVER >= 20140716
-packetLen(0x0947, 4) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 4)
#elif PACKETVER >= 20140416
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#elif PACKETVER >= 20140409
-packetLen(0x0947, 5) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 5)
#elif PACKETVER >= 20140326
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#elif PACKETVER >= 20140319
-packetLen(0x0947, 8) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 8)
#elif PACKETVER >= 20140108
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#endif
// Packet: 0x0948
#if PACKETVER >= 20141223
-packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 2)
#elif PACKETVER >= 20141217
-packetLen(0x0948, 6) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 6)
#elif PACKETVER >= 20141126
-packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 2)
#elif PACKETVER >= 20141119
-packetLen(0x0948, 5) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 5)
#elif PACKETVER >= 20140813
-packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 2)
#elif PACKETVER >= 20140806
-packetLen(0x0948, 36) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 36)
#elif PACKETVER >= 20140730
-packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 2)
#elif PACKETVER >= 20140723
-packetLen(0x0948, 5) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 5)
#elif PACKETVER >= 20140108
-packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 2)
#endif
// Packet: 0x0949
#if PACKETVER >= 20141231
-packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 2)
#elif PACKETVER >= 20141223
-packetLen(0x0949, 12) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 12)
#elif PACKETVER >= 20141001
-packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 2)
#elif PACKETVER >= 20140924
-packetLen(0x0949, 6) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 6)
#elif PACKETVER >= 20140917
-packetLen(0x0949, 10) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 10)
#elif PACKETVER >= 20140226
-packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 2)
#elif PACKETVER >= 20140219
-packetLen(0x0949, 18) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 18)
#elif PACKETVER >= 20140108
-packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 2)
#endif
// Packet: 0x094a
#if PACKETVER >= 20140827
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#elif PACKETVER >= 20140820
-packetLen(0x094a, 26) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 26)
#elif PACKETVER >= 20140618
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#elif PACKETVER >= 20140611
-packetLen(0x094a, -1) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, -1)
#elif PACKETVER >= 20140605
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#elif PACKETVER >= 20140528
-packetLen(0x094a, 6) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 6)
#elif PACKETVER >= 20140319
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#elif PACKETVER >= 20140312
-packetLen(0x094a, 18) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 18)
#elif PACKETVER >= 20140108
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#endif
// Packet: 0x094b
#if PACKETVER >= 20141119
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
#elif PACKETVER >= 20141112
-packetLen(0x094b, 19) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 19)
#elif PACKETVER >= 20141022
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
#elif PACKETVER >= 20141015
-packetLen(0x094b, 26) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 26)
#elif PACKETVER >= 20141008
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
#elif PACKETVER >= 20141001
-packetLen(0x094b, 19) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 19)
#elif PACKETVER >= 20140605
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
#elif PACKETVER >= 20140528
-packetLen(0x094b, 5) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 5)
#elif PACKETVER >= 20140508
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
#elif PACKETVER >= 20140430
-packetLen(0x094b, 19) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 19)
#elif PACKETVER >= 20140319
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
#elif PACKETVER >= 20140312
-packetLen(0x094b, 90) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 90)
#elif PACKETVER >= 20140108
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
#endif
// Packet: 0x094c
#if PACKETVER >= 20141126
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
#elif PACKETVER >= 20141119
-packetLen(0x094c, 6) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 6)
#elif PACKETVER >= 20141112
-packetLen(0x094c, 4) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 4)
#elif PACKETVER >= 20140611
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
#elif PACKETVER >= 20140605
-packetLen(0x094c, 26) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 26)
#elif PACKETVER >= 20140416
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
#elif PACKETVER >= 20140409
-packetLen(0x094c, 18) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 18)
#elif PACKETVER >= 20140402
-packetLen(0x094c, 8) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 8)
#elif PACKETVER >= 20140326
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
#elif PACKETVER >= 20140319
-packetLen(0x094c, 6) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 6)
#elif PACKETVER >= 20140312
-packetLen(0x094c, 5) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 5)
#elif PACKETVER >= 20140129
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
#elif PACKETVER >= 20140122
-packetLen(0x094c, 8) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 8)
#elif PACKETVER >= 20140108
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
#endif
// Packet: 0x094d
#if PACKETVER >= 20140716
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
#elif PACKETVER >= 20140709
-packetLen(0x094d, 5) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 5)
#elif PACKETVER >= 20140205
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
#elif PACKETVER >= 20140129
-packetLen(0x094d, 8) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 8)
#elif PACKETVER >= 20140108
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
#endif
// Packet: 0x094e
#if PACKETVER >= 20141029
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#elif PACKETVER >= 20141022
-packetLen(0x094e, 6) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 6)
#elif PACKETVER >= 20140716
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#elif PACKETVER >= 20140709
-packetLen(0x094e, 8) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 8)
#elif PACKETVER >= 20140702
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#elif PACKETVER >= 20140625
-packetLen(0x094e, 8) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 8)
#elif PACKETVER >= 20140521
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#elif PACKETVER >= 20140514
-packetLen(0x094e, 8) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 8)
#elif PACKETVER >= 20140508
-packetLen(0x094e, 26) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 26)
#elif PACKETVER >= 20140219
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#elif PACKETVER >= 20140212
-packetLen(0x094e, 8) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 8)
#elif PACKETVER >= 20140108
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#endif
// Packet: 0x094f
#if PACKETVER >= 20141231
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#elif PACKETVER >= 20141223
-packetLen(0x094f, 19) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 19)
#elif PACKETVER >= 20141119
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#elif PACKETVER >= 20141112
-packetLen(0x094f, 8) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 8)
#elif PACKETVER >= 20140924
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#elif PACKETVER >= 20140917
-packetLen(0x094f, 10) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 10)
#elif PACKETVER >= 20140716
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#elif PACKETVER >= 20140709
-packetLen(0x094f, 26) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 26)
#elif PACKETVER >= 20140618
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#elif PACKETVER >= 20140611
-packetLen(0x094f, 6) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 6)
#elif PACKETVER >= 20140430
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#elif PACKETVER >= 20140423
-packetLen(0x094f, 12) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 12)
#elif PACKETVER >= 20140108
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#endif
// Packet: 0x0950
#if PACKETVER >= 20141231
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
#elif PACKETVER >= 20141223
-packetLen(0x0950, 6) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 6)
#elif PACKETVER >= 20141112
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
#elif PACKETVER >= 20141105
-packetLen(0x0950, 26) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 26)
#elif PACKETVER >= 20140618
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
#elif PACKETVER >= 20140611
-packetLen(0x0950, 18) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 18)
#elif PACKETVER >= 20140409
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
#elif PACKETVER >= 20140402
-packetLen(0x0950, 6) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 6)
#elif PACKETVER >= 20140129
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
#elif PACKETVER >= 20140122
-packetLen(0x0950, 10) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 10)
#elif PACKETVER >= 20140108
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
#endif
// Packet: 0x0951
#if PACKETVER >= 20140924
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#elif PACKETVER >= 20140917
-packetLen(0x0951, 18) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 18)
#elif PACKETVER >= 20140827
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#elif PACKETVER >= 20140820
-packetLen(0x0951, -1) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, -1)
#elif PACKETVER >= 20140618
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#elif PACKETVER >= 20140611
-packetLen(0x0951, 5) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 5)
#elif PACKETVER >= 20140108
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#endif
// Packet: 0x0952
#if PACKETVER >= 20141210
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
#elif PACKETVER >= 20141203
-packetLen(0x0952, 90) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 90)
#elif PACKETVER >= 20141008
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
#elif PACKETVER >= 20141001
-packetLen(0x0952, 5) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 5)
#elif PACKETVER >= 20140924
-packetLen(0x0952, 26) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 26)
#elif PACKETVER >= 20140827
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
#elif PACKETVER >= 20140820
-packetLen(0x0952, 7) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 7)
#elif PACKETVER >= 20140723
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
#elif PACKETVER >= 20140716
-packetLen(0x0952, 5) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 5)
#elif PACKETVER >= 20140618
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
#elif PACKETVER >= 20140611
-packetLen(0x0952, 8) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 8)
#elif PACKETVER >= 20140219
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
#elif PACKETVER >= 20140212
-packetLen(0x0952, 6) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 6)
#elif PACKETVER >= 20140129
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
#elif PACKETVER >= 20140122
-packetLen(0x0952, -1) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, -1)
#elif PACKETVER >= 20140108
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
#endif
// Packet: 0x0953
#if PACKETVER >= 20141231
-packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 2)
#elif PACKETVER >= 20141223
-packetLen(0x0953, 8) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 8)
#elif PACKETVER >= 20140508
-packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 2)
#elif PACKETVER >= 20140430
-packetLen(0x0953, 4) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 4)
#elif PACKETVER >= 20140219
-packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 2)
#elif PACKETVER >= 20140212
-packetLen(0x0953, 6) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 6)
#elif PACKETVER >= 20140108
-packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 2)
#endif
// Packet: 0x0954
#if PACKETVER >= 20141217
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#elif PACKETVER >= 20141210
-packetLen(0x0954, 19) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 19)
#elif PACKETVER >= 20140625
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#elif PACKETVER >= 20140618
-packetLen(0x0954, 26) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 26)
#elif PACKETVER >= 20140326
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#elif PACKETVER >= 20140319
-packetLen(0x0954, 26) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 26)
#elif PACKETVER >= 20140108
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#endif
// Packet: 0x0955
#if PACKETVER >= 20141217
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
#elif PACKETVER >= 20141210
-packetLen(0x0955, 8) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 8)
#elif PACKETVER >= 20141119
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
#elif PACKETVER >= 20141112
-packetLen(0x0955, 8) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 8)
#elif PACKETVER >= 20141029
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
#elif PACKETVER >= 20141022
-packetLen(0x0955, 18) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 18)
#elif PACKETVER >= 20140924
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
#elif PACKETVER >= 20140917
-packetLen(0x0955, 26) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 26)
#elif PACKETVER >= 20140326
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
#elif PACKETVER >= 20140319
-packetLen(0x0955, 6) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 6)
#elif PACKETVER >= 20140129
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
#elif PACKETVER >= 20140122
-packetLen(0x0955, 36) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 36)
#elif PACKETVER >= 20140108
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
#endif
// Packet: 0x0956
#if PACKETVER >= 20141231
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#elif PACKETVER >= 20141223
-packetLen(0x0956, 10) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 10)
#elif PACKETVER >= 20140924
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#elif PACKETVER >= 20140917
-packetLen(0x0956, -1) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, -1)
#elif PACKETVER >= 20140827
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#elif PACKETVER >= 20140820
-packetLen(0x0956, 8) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 8)
#elif PACKETVER >= 20140508
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#elif PACKETVER >= 20140430
-packetLen(0x0956, 8) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 8)
#elif PACKETVER >= 20140402
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#elif PACKETVER >= 20140326
-packetLen(0x0956, 5) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 5)
#elif PACKETVER >= 20140108
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#endif
// Packet: 0x0957
#if PACKETVER >= 20141112
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20141105
-packetLen(0x0957, 5) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 5)
#elif PACKETVER >= 20140924
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20140917
-packetLen(0x0957, 8) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 8)
#elif PACKETVER >= 20140625
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20140618
-packetLen(0x0957, 36) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 36)
#elif PACKETVER >= 20140611
-packetLen(0x0957, 6) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 6)
#elif PACKETVER >= 20140319
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20140312
-packetLen(0x0957, 8) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 8)
#elif PACKETVER >= 20140129
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20140122
-packetLen(0x0957, 12) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 12)
#elif PACKETVER >= 20140108
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#endif
// Packet: 0x0958
#if PACKETVER >= 20141217
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20141210
-packetLen(0x0958, 6) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 6)
#elif PACKETVER >= 20140827
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20140820
-packetLen(0x0958, 4) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 4)
#elif PACKETVER >= 20140723
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20140716
-packetLen(0x0958, 6) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 6)
#elif PACKETVER >= 20140618
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20140611
-packetLen(0x0958, 19) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 19)
#elif PACKETVER >= 20140521
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20140514
-packetLen(0x0958, 5) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 5)
#elif PACKETVER >= 20140409
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20140402
-packetLen(0x0958, 6) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 6)
#elif PACKETVER >= 20140205
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20140129
-packetLen(0x0958, 26) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 26)
#elif PACKETVER >= 20140108
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#endif
// Packet: 0x0959
#if PACKETVER >= 20140723
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#elif PACKETVER >= 20140716
-packetLen(0x0959, 6) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 6)
#elif PACKETVER >= 20140702
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#elif PACKETVER >= 20140625
-packetLen(0x0959, 7) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 7)
#elif PACKETVER >= 20140402
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#elif PACKETVER >= 20140326
-packetLen(0x0959, 8) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 8)
#elif PACKETVER >= 20140108
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#endif
// Packet: 0x095a
#if PACKETVER >= 20141203
-packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 2)
#elif PACKETVER >= 20141126
-packetLen(0x095a, 6) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 6)
#elif PACKETVER >= 20140924
-packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 2)
#elif PACKETVER >= 20140917
-packetLen(0x095a, 6) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 6)
#elif PACKETVER >= 20140416
-packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 2)
#elif PACKETVER >= 20140409
-packetLen(0x095a, 6) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 6)
#elif PACKETVER >= 20140402
-packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 2)
#elif PACKETVER >= 20140326
-packetLen(0x095a, 6) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 6)
#elif PACKETVER >= 20140108
-packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 2)
#endif
// Packet: 0x095b
#if PACKETVER >= 20141231
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20141223
-packetLen(0x095b, 10) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 10)
#elif PACKETVER >= 20141203
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20141126
-packetLen(0x095b, 5) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 5)
#elif PACKETVER >= 20140122
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20140115
-packetLen(0x095b, 4) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 4)
#elif PACKETVER >= 20140108
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#endif
// Packet: 0x095c
#if PACKETVER >= 20141210
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#elif PACKETVER >= 20141203
-packetLen(0x095c, 6) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 6)
#elif PACKETVER >= 20140924
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#elif PACKETVER >= 20140917
-packetLen(0x095c, 5) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 5)
#elif PACKETVER >= 20140423
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#elif PACKETVER >= 20140416
-packetLen(0x095c, 36) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 36)
#elif PACKETVER >= 20140409
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#elif PACKETVER >= 20140402
-packetLen(0x095c, 8) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 8)
#elif PACKETVER >= 20140326
-packetLen(0x095c, -1) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, -1)
#elif PACKETVER >= 20140108
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#endif
// Packet: 0x095d
#if PACKETVER >= 20141119
-packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 2)
#elif PACKETVER >= 20141112
-packetLen(0x095d, 6) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 6)
#elif PACKETVER >= 20140625
-packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 2)
#elif PACKETVER >= 20140618
-packetLen(0x095d, 6) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 6)
#elif PACKETVER >= 20140319
-packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 2)
#elif PACKETVER >= 20140312
-packetLen(0x095d, -1) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, -1)
#elif PACKETVER >= 20140129
-packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 2)
#elif PACKETVER >= 20140122
-packetLen(0x095d, -1) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, -1)
#elif PACKETVER >= 20140115
-packetLen(0x095d, 26) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 26)
#elif PACKETVER >= 20140108
-packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 2)
#endif
// Packet: 0x095e
#if PACKETVER >= 20140924
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
#elif PACKETVER >= 20140917
-packetLen(0x095e, 5) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 5)
#elif PACKETVER >= 20140625
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
#elif PACKETVER >= 20140618
-packetLen(0x095e, 19) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 19)
#elif PACKETVER >= 20140430
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
#elif PACKETVER >= 20140423
-packetLen(0x095e, 4) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 4)
#elif PACKETVER >= 20140416
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
#elif PACKETVER >= 20140409
-packetLen(0x095e, 19) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 19)
#elif PACKETVER >= 20140319
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
#elif PACKETVER >= 20140305
-packetLen(0x095e, 36) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 36)
#elif PACKETVER >= 20140108
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
#endif
// Packet: 0x095f
#if PACKETVER >= 20141231
-packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 2)
#elif PACKETVER >= 20141223
-packetLen(0x095f, 7) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 7)
#elif PACKETVER >= 20141203
-packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 2)
#elif PACKETVER >= 20141126
-packetLen(0x095f, 8) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 8)
#elif PACKETVER >= 20141112
-packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 2)
#elif PACKETVER >= 20141105
-packetLen(0x095f, -1) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, -1)
#elif PACKETVER >= 20140730
-packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 2)
#elif PACKETVER >= 20140723
-packetLen(0x095f, 4) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 4)
#elif PACKETVER >= 20140716
-packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 2)
#elif PACKETVER >= 20140709
-packetLen(0x095f, 18) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 18)
#elif PACKETVER >= 20140605
-packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 2)
#elif PACKETVER >= 20140528
-packetLen(0x095f, 6) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 6)
#elif PACKETVER >= 20140521
-packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 2)
#elif PACKETVER >= 20140514
-packetLen(0x095f, 5) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 5)
#elif PACKETVER >= 20140129
-packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 2)
#elif PACKETVER >= 20140122
-packetLen(0x095f, -1) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, -1)
#elif PACKETVER >= 20140108
-packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 2)
#endif
// Packet: 0x0960
#if PACKETVER >= 20141223
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20141217
-packetLen(0x0960, 4) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 4)
#elif PACKETVER >= 20141119
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20141112
-packetLen(0x0960, 6) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 6)
#elif PACKETVER >= 20140730
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20140723
-packetLen(0x0960, 5) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 5)
#elif PACKETVER >= 20140702
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20140625
-packetLen(0x0960, 36) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 36)
#elif PACKETVER >= 20140108
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#endif
// Packet: 0x0961
#if PACKETVER >= 20141217
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#elif PACKETVER >= 20141210
-packetLen(0x0961, 26) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 26)
#elif PACKETVER >= 20140827
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#elif PACKETVER >= 20140820
-packetLen(0x0961, 18) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 18)
#elif PACKETVER >= 20140716
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#elif PACKETVER >= 20140709
-packetLen(0x0961, 6) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 6)
#elif PACKETVER >= 20140326
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#elif PACKETVER >= 20140319
-packetLen(0x0961, 18) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 18)
#elif PACKETVER >= 20140226
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#elif PACKETVER >= 20140219
-packetLen(0x0961, 6) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 6)
#elif PACKETVER >= 20140205
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#elif PACKETVER >= 20140129
-packetLen(0x0961, 26) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 26)
#elif PACKETVER >= 20140108
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#endif
// Packet: 0x0962
#if PACKETVER >= 20141210
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#elif PACKETVER >= 20141203
-packetLen(0x0962, 10) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 10)
#elif PACKETVER >= 20141119
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#elif PACKETVER >= 20141112
-packetLen(0x0962, 10) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 10)
#elif PACKETVER >= 20140625
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#elif PACKETVER >= 20140618
-packetLen(0x0962, 8) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 8)
#elif PACKETVER >= 20140521
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#elif PACKETVER >= 20140514
-packetLen(0x0962, 26) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 26)
#elif PACKETVER >= 20140305
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#elif PACKETVER >= 20140226
-packetLen(0x0962, 8) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 8)
#elif PACKETVER >= 20140108
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#endif
// Packet: 0x0963
#if PACKETVER >= 20141217
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
#elif PACKETVER >= 20141210
-packetLen(0x0963, 36) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 36)
#elif PACKETVER >= 20141126
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
#elif PACKETVER >= 20141119
-packetLen(0x0963, 90) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 90)
#elif PACKETVER >= 20140618
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
#elif PACKETVER >= 20140611
-packetLen(0x0963, 6) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 6)
#elif PACKETVER >= 20140605
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
#elif PACKETVER >= 20140528
-packetLen(0x0963, 10) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 10)
#elif PACKETVER >= 20140108
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
#endif
// Packet: 0x0964
#if PACKETVER >= 20140605
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#elif PACKETVER >= 20140528
-packetLen(0x0964, 19) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 19)
#elif PACKETVER >= 20140326
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#elif PACKETVER >= 20140319
-packetLen(0x0964, 6) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 6)
#elif PACKETVER >= 20140305
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#elif PACKETVER >= 20140226
-packetLen(0x0964, 6) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 6)
#elif PACKETVER >= 20140108
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#endif
// Packet: 0x0965
#if PACKETVER >= 20141203
-packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 2)
#elif PACKETVER >= 20141126
-packetLen(0x0965, 26) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 26)
#elif PACKETVER >= 20140618
-packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 2)
#elif PACKETVER >= 20140611
-packetLen(0x0965, 5) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 5)
#elif PACKETVER >= 20140521
-packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 2)
#elif PACKETVER >= 20140514
-packetLen(0x0965, -1) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, -1)
#elif PACKETVER >= 20140409
-packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 2)
#elif PACKETVER >= 20140402
-packetLen(0x0965, 12) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 12)
#elif PACKETVER >= 20140122
-packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 2)
#elif PACKETVER >= 20140115
-packetLen(0x0965, -1) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, -1)
#elif PACKETVER >= 20140108
-packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 2)
#endif
// Packet: 0x0966
#if PACKETVER >= 20140924
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#elif PACKETVER >= 20140917
-packetLen(0x0966, 4) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 4)
#elif PACKETVER >= 20140605
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#elif PACKETVER >= 20140528
-packetLen(0x0966, -1) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, -1)
#elif PACKETVER >= 20140319
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#elif PACKETVER >= 20140312
-packetLen(0x0966, 8) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 8)
#elif PACKETVER >= 20140122
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#elif PACKETVER >= 20140115
-packetLen(0x0966, 19) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 19)
#elif PACKETVER >= 20140108
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#endif
// Packet: 0x0967
#if PACKETVER >= 20141217
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20141210
-packetLen(0x0967, 8) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 8)
#elif PACKETVER >= 20141022
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20141015
-packetLen(0x0967, 5) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 5)
#elif PACKETVER >= 20140820
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20140813
-packetLen(0x0967, 8) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 8)
#elif PACKETVER >= 20140625
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20140618
-packetLen(0x0967, 5) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 5)
#elif PACKETVER >= 20140108
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#endif
// Packet: 0x0968
#if PACKETVER >= 20141112
-packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 2)
#elif PACKETVER >= 20141105
-packetLen(0x0968, 18) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 18)
#elif PACKETVER >= 20140702
-packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 2)
#elif PACKETVER >= 20140625
-packetLen(0x0968, 6) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 6)
#elif PACKETVER >= 20140528
-packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 2)
#elif PACKETVER >= 20140521
-packetLen(0x0968, 5) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 5)
#elif PACKETVER >= 20140108
-packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 2)
#endif
// Packet: 0x0969
#if PACKETVER >= 20140723
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#elif PACKETVER >= 20140716
-packetLen(0x0969, -1) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, -1)
#elif PACKETVER >= 20140702
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#elif PACKETVER >= 20140625
-packetLen(0x0969, 26) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 26)
#elif PACKETVER >= 20140402
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#elif PACKETVER >= 20140326
-packetLen(0x0969, 10) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 10)
#elif PACKETVER >= 20140305
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#elif PACKETVER >= 20140226
-packetLen(0x0969, -1) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, -1)
#elif PACKETVER >= 20140108
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#endif
// Packet: 0x096a
#if PACKETVER >= 20141231
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20141217
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20141210
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20141203
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20141126
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20141105
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20141008
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20140917
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20140827
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20140820
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20140806
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20140709
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20140625
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20140611
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20140605
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20140528
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20140514
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20140508
-packetLen(0x096a, 18) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 18)
// ignored packet from 2014-05-08aRagexeRE
#elif PACKETVER >= 20140430
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20140423
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20140416
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20140326
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20140319
-packetLen(0x096a, -1) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, -1)
#elif PACKETVER >= 20140312
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20140226
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20140212
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20140129
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20140122
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20140115
-packetLen(0x096a, 18) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 18)
#elif PACKETVER >= 20140108
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#endif
// Packet: 0x096b
-packetLen(0x096b, 4) // ZC_PRNPC_STATE
+packetLen(0x096b, 4)
// Packet: 0x096c
-packetLen(0x096c, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x096c, 6)
// Packet: 0x096d
-packetLen(0x096d, -1) // ZC_MERGE_ITEM_OPEN
+packetLen(0x096d, -1)
// Packet: 0x096e
-packetLen(0x096e, -1) // CZ_REQ_MERGE_ITEM
+packetLen(0x096e, -1)
// Packet: 0x096f
-packetLen(0x096f, 7) // ZC_ACK_MERGE_ITEM
+packetLen(0x096f, 7)
// Packet: 0x0970
-packetLen(0x0970, 31) // CH_MAKE_CHAR_NOT_STATS
+packetLen(0x0970, 31)
// Packet: 0x0971
-packetLen(0x0971, 6) // ZC_PARTY_RECRUIT_REFUSE_VOLUNTEER_TO_PM
+packetLen(0x0971, 6)
// Packet: 0x0972
-packetLen(0x0972, -1) // ZC_SAY_DIALOG2
+packetLen(0x0972, -1)
// Packet: 0x0973
-packetLen(0x0973, 7) // ZC_WAIT_DIALOG2
+packetLen(0x0973, 7)
// Packet: 0x0974
-packetLen(0x0974, 2) // CZ_CANCEL_MERGE_ITEM
+packetLen(0x0974, 2)
// Packet: 0x0975
-packetLen(0x0975, -1) // ZC_STORE_ITEMLIST_NORMAL_V2
+packetLen(0x0975, -1)
// Packet: 0x0976
-packetLen(0x0976, -1) // ZC_STORE_ITEMLIST_EQUIP_V2
+packetLen(0x0976, -1)
// Packet: 0x0977
-packetLen(0x0977, 14) // ZC_HP_INFO
+packetLen(0x0977, 14)
// Packet: 0x0978
-packetLen(0x0978, 6) // CZ_REQ_BEFORE_WORLD_INFO
+packetLen(0x0978, 6)
// Packet: 0x0979
-packetLen(0x0979, 50) // ZC_ACK_BEFORE_WORLD_INFO
+packetLen(0x0979, 50)
// Packet: 0x097a
-packetLen(0x097a, -1) // ZC_ALL_QUEST_LIST2
+packetLen(0x097a, -1)
// Packet: 0x097b
-packetLen(0x097b, -1) // ZC_PERSONAL_INFOMATION2
+packetLen(0x097b, -1)
// Packet: 0x097c
-packetLen(0x097c, 4) // CZ_REQ_RANKING
+packetLen(0x097c, 4)
// Packet: 0x097d
-packetLen(0x097d, 288) // ZC_ACK_RANKING
+packetLen(0x097d, 288)
// Packet: 0x097e
-packetLen(0x097e, 12) // ZC_UPDATE_RANKING_POINT
+packetLen(0x097e, 12)
// Packet: 0x097f
-packetLen(0x097f, -1) // ZC_SELECTCART
+packetLen(0x097f, -1)
// Packet: 0x0980
-packetLen(0x0980, 7) // CZ_SELECTCART
+packetLen(0x0980, 7)
// Packet: 0x0981
-packetLen(0x0981, -1) // ZC_PERSONAL_INFOMATION_CHN
+packetLen(0x0981, -1)
// Packet: 0x0982
-packetLen(0x0982, 7) // ZC_FATIGUE_CHN
+packetLen(0x0982, 7)
// Packet: 0x0983
-packetLen(0x0983, 29) // ZC_MSG_STATE_CHANGE3
+packetLen(0x0983, 29)
// Packet: 0x0984
-packetLen(0x0984, 28) // ZC_EFST_SET_ENTER2
+packetLen(0x0984, 28)
// Packet: 0x0985
-packetLen(0x0985, -1) // ZC_SKILL_POSTDELAY_LIST2
+packetLen(0x0985, -1)
// Packet: 0x0986
-packetLen(0x0986, 10) // AC_SHUTDOWN_NOTIFY
+packetLen(0x0986, 10)
// Packet: 0x0987
-packetLen(0x0987, -1) // CA_LOGIN6
+packetLen(0x0987, -1)
// Packet: 0x0988
-packetLen(0x0988, 6) // ZC_NOTIFY_CLAN_CONNECTINFO
+packetLen(0x0988, 6)
// Packet: 0x0989
-packetLen(0x0989, 2) // ZC_ACK_CLAN_LEAVE
+packetLen(0x0989, 2)
// Packet: 0x098a
-packetLen(0x098a, -1) // ZC_CLANINFO
+packetLen(0x098a, -1)
// Packet: 0x098b
-packetLen(0x098b, 2) // AC_REQ_NEW_USER
+packetLen(0x098b, 2)
// Packet: 0x098c
-packetLen(0x098c, 4) // CA_ACK_NEW_USER
+packetLen(0x098c, 4)
// Packet: 0x098d
-packetLen(0x098d, -1) // CZ_CLAN_CHAT
+packetLen(0x098d, -1)
// Packet: 0x098e
-packetLen(0x098e, -1) // ZC_NOTIFY_CLAN_CHAT
+packetLen(0x098e, -1)
// Packet: 0x098f
-packetLen(0x098f, -1) // CH_DELETE_CHAR3_EXT
+packetLen(0x098f, -1)
// Packet: 0x0990
#if PACKETVER >= 20140226
-packetLen(0x0990, 62) // ZC_ITEM_PICKUP_ACK_V5
+packetLen(0x0990, 62)
// ignored packet from 2014-02-26bRagexeRE
#elif PACKETVER >= 20140219
-packetLen(0x0990, 62) // ZC_ITEM_PICKUP_ACK_V5
+packetLen(0x0990, 62)
// ignored packet from 2014-02-19bRagexeRE
#elif PACKETVER >= 20140129
-packetLen(0x0990, 52) // ZC_ITEM_PICKUP_ACK_V5
+packetLen(0x0990, 52)
#elif PACKETVER >= 20140108
-packetLen(0x0990, 31) // ZC_ITEM_PICKUP_ACK_V5
+packetLen(0x0990, 31)
#endif
// Packet: 0x0991
-packetLen(0x0991, -1) // ZC_INVENTORY_ITEMLIST_NORMAL_V5
+packetLen(0x0991, -1)
// Packet: 0x0992
-packetLen(0x0992, -1) // ZC_INVENTORY_ITEMLIST_EQUIP_V5
+packetLen(0x0992, -1)
// Packet: 0x0993
-packetLen(0x0993, -1) // ZC_CART_ITEMLIST_NORMAL_V5
+packetLen(0x0993, -1)
// Packet: 0x0994
-packetLen(0x0994, -1) // ZC_CART_ITEMLIST_EQUIP_V5
+packetLen(0x0994, -1)
// Packet: 0x0995
-packetLen(0x0995, -1) // ZC_STORE_ITEMLIST_NORMAL_V5
+packetLen(0x0995, -1)
// Packet: 0x0996
-packetLen(0x0996, -1) // ZC_STORE_ITEMLIST_EQUIP_V5
+packetLen(0x0996, -1)
// Packet: 0x0997
-packetLen(0x0997, -1) // ZC_EQUIPWIN_MICROSCOPE_V5
+packetLen(0x0997, -1)
// Packet: 0x0998
-packetLen(0x0998, 8) // CZ_REQ_WEAR_EQUIP_V5
+packetLen(0x0998, 8)
// Packet: 0x0999
-packetLen(0x0999, 11) // ZC_ACK_WEAR_EQUIP_V5
+packetLen(0x0999, 11)
// Packet: 0x099a
-packetLen(0x099a, 9) // ZC_ACK_TAKEOFF_EQUIP_V5
+packetLen(0x099a, 9)
// Packet: 0x099b
-packetLen(0x099b, 8) // ZC_MAPPROPERTY_R2
+packetLen(0x099b, 8)
// Packet: 0x099c
-packetLen(0x099c, 6) // CH_REQ_CHARINFO_PER_PAGE
+packetLen(0x099c, 6)
// Packet: 0x099d
-packetLen(0x099d, -1) // HC_ACK_CHARINFO_PER_PAGE
+packetLen(0x099d, -1)
// Packet: 0x099e
-packetLen(0x099e, 12) // HC_QUEUE_ORDER
+packetLen(0x099e, 12)
// Packet: 0x099f
-packetLen(0x099f, -1) // ZC_SKILL_ENTRY4
+packetLen(0x099f, -1)
// Packet: 0x09a0
-packetLen(0x09a0, 10) // HC_CHARLIST_NOTIFY
+packetLen(0x09a0, 10)
// Packet: 0x09a1
-packetLen(0x09a1, 2) // CH_CHARLIST_REQ
+packetLen(0x09a1, 2)
// Packet: 0x09a2
-packetLen(0x09a2, 6) // AC_REQ_MOBILE_OTP
+packetLen(0x09a2, 6)
// Packet: 0x09a3
-packetLen(0x09a3, -1) // CA_ACK_MOBILE_OTP
+packetLen(0x09a3, -1)
// Packet: 0x09a4
-packetLen(0x09a4, 18) // ZC_DISPATCH_TIMING_INFO_CHN
+packetLen(0x09a4, 18)
// Packet: 0x09a5
-packetLen(0x09a5, 7) // AC_REFUSE_LOGIN3
+packetLen(0x09a5, 7)
// Packet: 0x09a6
-packetLen(0x09a6, 12) // ZC_BANKING_CHECK
+packetLen(0x09a6, 12)
// Packet: 0x09a7
-packetLen(0x09a7, 10) // CZ_REQ_BANKING_DEPOSIT
+packetLen(0x09a7, 10)
// Packet: 0x09a8
-packetLen(0x09a8, 16) // ZC_ACK_BANKING_DEPOSIT
+packetLen(0x09a8, 16)
// Packet: 0x09a9
-packetLen(0x09a9, 10) // CZ_REQ_BANKING_WITHDRAW
+packetLen(0x09a9, 10)
// Packet: 0x09aa
-packetLen(0x09aa, 16) // ZC_ACK_BANKING_WITHDRAW
+packetLen(0x09aa, 16)
// Packet: 0x09ab
-packetLen(0x09ab, 6) // CZ_REQ_BANKING_CHECK
+packetLen(0x09ab, 6)
// Packet: 0x09ac
-packetLen(0x09ac, -1) // CZ_REQ_CASH_BARGAIN_SALE_ITEM_INFO
+packetLen(0x09ac, -1)
// Packet: 0x09ad
-packetLen(0x09ad, 10) // ZC_ACK_CASH_BARGAIN_SALE_ITEM_INFO
+packetLen(0x09ad, 10)
// Packet: 0x09ae
-packetLen(0x09ae, 17) // CZ_REQ_APPLY_BARGAIN_SALE_ITEM
+packetLen(0x09ae, 17)
// Packet: 0x09af
-packetLen(0x09af, 4) // ZC_ACK_APPLY_BARGAIN_SALE_ITEM
+packetLen(0x09af, 4)
// Packet: 0x09b0
-packetLen(0x09b0, 8) // CZ_REQ_REMOVE_BARGAIN_SALE_ITEM
+packetLen(0x09b0, 8)
// Packet: 0x09b1
-packetLen(0x09b1, 4) // ZC_ACK_REMOVE_BARGAIN_SALE_ITEM
+packetLen(0x09b1, 4)
// Packet: 0x09b2
-packetLen(0x09b2, 8) // ZC_NOTIFY_BARGAIN_SALE_SELLING
+packetLen(0x09b2, 8)
// Packet: 0x09b3
-packetLen(0x09b3, 4) // ZC_NOTIFY_BARGAIN_SALE_CLOSE
+packetLen(0x09b3, 4)
// Packet: 0x09b4
-packetLen(0x09b4, 6) // CZ_OPEN_BARGAIN_SALE_TOOL
+packetLen(0x09b4, 6)
// Packet: 0x09b5
-packetLen(0x09b5, 2) // ZC_OPEN_BARGAIN_SALE_TOOL
+packetLen(0x09b5, 2)
// Packet: 0x09b6
-packetLen(0x09b6, 6) // CZ_REQ_OPEN_BANKING
+packetLen(0x09b6, 6)
// Packet: 0x09b7
-packetLen(0x09b7, 4) // ZC_ACK_OPEN_BANKING
+packetLen(0x09b7, 4)
// Packet: 0x09b8
-packetLen(0x09b8, 6) // CZ_REQ_CLOSE_BANKING
+packetLen(0x09b8, 6)
// Packet: 0x09b9
-packetLen(0x09b9, 4) // ZC_ACK_CLOSE_BANKING
+packetLen(0x09b9, 4)
// Packet: 0x09ba
-packetLen(0x09ba, 2) // CZ_REQ_OPEN_GUILD_STORAGE
+packetLen(0x09ba, 2)
// Packet: 0x09bb
-packetLen(0x09bb, 6) // ZC_ACK_OPEN_GUILD_STORAGE
+packetLen(0x09bb, 6)
// Packet: 0x09bc
-packetLen(0x09bc, 6) // CZ_CLOSE_BARGAIN_SALE_TOOL
+packetLen(0x09bc, 6)
// Packet: 0x09bd
-packetLen(0x09bd, 2) // ZC_CLOSE_BARGAIN_SALE_TOOL
+packetLen(0x09bd, 2)
// Packet: 0x09be
-packetLen(0x09be, 2) // CZ_REQ_CLOSE_GUILD_STORAGE
+packetLen(0x09be, 2)
// Packet: 0x09bf
-packetLen(0x09bf, 4) // ZC_ACK_CLOSE_GUILD_STORAGE
+packetLen(0x09bf, 4)
// Packet: 0x09c1
-packetLen(0x09c1, 10) // ZC_C_MARKERINFO
+packetLen(0x09c1, 10)
// Packet: 0x09c2
-packetLen(0x09c2, -1) // HC_SECRETSCAN_DATA
+packetLen(0x09c2, -1)
// Packet: 0x09c3
-packetLen(0x09c3, 8) // CZ_REQ_COUNT_BARGAIN_SALE_ITEM
+packetLen(0x09c3, 8)
// Packet: 0x09c4
-packetLen(0x09c4, 8) // ZC_ACK_COUNT_BARGAIN_SALE_ITEM
+packetLen(0x09c4, 8)
// Packet: 0x09c5
-packetLen(0x09c5, 1042) // CS_LOGIN_QUERY
+packetLen(0x09c5, 1042)
// Packet: 0x09c6
-packetLen(0x09c6, -1) // SC_LOGIN_ANSWER
+packetLen(0x09c6, -1)
// Packet: 0x09c7
-packetLen(0x09c7, 18) // SC_LOGIN_ERROR
+packetLen(0x09c7, 18)
// Packet: 0x09c8
-packetLen(0x09c8, -1) // CA_LOGIN_OTP
+packetLen(0x09c8, -1)
// Packet: 0x09c9
-packetLen(0x09c9, -1) // SC_SOCT
+packetLen(0x09c9, -1)
// Packet: 0x09ca
-packetLen(0x09ca, -1) // ZC_SKILL_ENTRY5
+packetLen(0x09ca, -1)
// Packet: 0x09cb
-packetLen(0x09cb, 17) // ZC_USE_SKILL2
+packetLen(0x09cb, 17)
// Packet: 0x09cc
-packetLen(0x09cc, -1) // ZC_SECRETSCAN_DATA
+packetLen(0x09cc, -1)
// Packet: 0x09cd
-packetLen(0x09cd, 8) // ZC_MSG_COLOR
+packetLen(0x09cd, 8)
// Packet: 0x09ce
-packetLen(0x09ce, 102) // CZ_ITEM_CREATE_EX
+packetLen(0x09ce, 102)
// Packet: 0x09cf
-packetLen(0x09cf, -1) // ZC_NPROTECTGAMEGUARDCSAUTH
+packetLen(0x09cf, -1)
// Packet: 0x09d0
-packetLen(0x09d0, -1) // CZ_NPROTECTGAMEGUARDCSAUTH
+packetLen(0x09d0, -1)
// Packet: 0x09d1
-packetLen(0x09d1, 14) // ZC_PROGRESS_ACTOR
+packetLen(0x09d1, 14)
// Packet: 0x09d2
-packetLen(0x09d2, -1) // ZC_GUILDSTORAGE_ITEMLIST_NORMAL_V5
+packetLen(0x09d2, -1)
// Packet: 0x09d3
-packetLen(0x09d3, -1) // ZC_GUILDSTORAGE_ITEMLIST_EQUIP_V5
+packetLen(0x09d3, -1)
// Packet: 0x09d4
-packetLen(0x09d4, 2) // CZ_NPC_TRADE_QUIT
+packetLen(0x09d4, 2)
// Packet: 0x09d5
-packetLen(0x09d5, -1) // ZC_NPC_MARKET_OPEN
+packetLen(0x09d5, -1)
// Packet: 0x09d6
-packetLen(0x09d6, -1) // CZ_NPC_MARKET_PURCHASE
+packetLen(0x09d6, -1)
// Packet: 0x09d7
-packetLen(0x09d7, -1) // ZC_NPC_MARKET_PURCHASE_RESULT
+packetLen(0x09d7, -1)
// Packet: 0x09d8
-packetLen(0x09d8, 2) // CZ_NPC_MARKET_CLOSE
+packetLen(0x09d8, 2)
// Packet: 0x09d9
-packetLen(0x09d9, 4) // CZ_REQ_GUILDSTORAGE_LOG
+packetLen(0x09d9, 4)
// Packet: 0x09da
-packetLen(0x09da, -1) // ZC_ACK_GUILDSTORAGE_LOG
+packetLen(0x09da, -1)
// Packet: 0x09db
-packetLen(0x09db, -1) // ZC_NOTIFY_MOVEENTRY10
+packetLen(0x09db, -1)
// Packet: 0x09dc
-packetLen(0x09dc, -1) // ZC_NOTIFY_NEWENTRY10
+packetLen(0x09dc, -1)
// Packet: 0x09dd
-packetLen(0x09dd, -1) // ZC_NOTIFY_STANDENTRY10
+packetLen(0x09dd, -1)
// Packet: 0x09de
-packetLen(0x09de, -1) // ZC_WHISPER02
+packetLen(0x09de, -1)
// Packet: 0x09df
-packetLen(0x09df, 7) // ZC_ACK_WHISPER02
+packetLen(0x09df, 7)
// Packet: 0x09e0
-packetLen(0x09e0, -1) // SC_LOGIN_ANSWER_WITH_ID
+packetLen(0x09e0, -1)
// Packet: 0x09e1
-packetLen(0x09e1, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_GUILDSTORAGE
+packetLen(0x09e1, 8)
// Packet: 0x09e2
-packetLen(0x09e2, 8) // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_BODY
+packetLen(0x09e2, 8)
// Packet: 0x09e3
-packetLen(0x09e3, 8) // CZ_MOVE_ITEM_FROM_CART_TO_GUILDSTORAGE
+packetLen(0x09e3, 8)
// Packet: 0x09e4
-packetLen(0x09e4, 8) // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_CART
+packetLen(0x09e4, 8)
// Packet: 0x09e5
-packetLen(0x09e5, 18) // ZC_DELETEITEM_FROM_MCSTORE2
+packetLen(0x09e5, 18)
// Packet: 0x09e6
-packetLen(0x09e6, 22) // ZC_UPDATE_ITEM_FROM_BUYING_STORE2
+packetLen(0x09e6, 22)
// Packet: 0x09e7
#if PACKETVER >= 20140716
-packetLen(0x09e7, 3) // ZC_NOTIFY_UNREAD_RODEX
+packetLen(0x09e7, 3)
#elif PACKETVER >= 20140108
-packetLen(0x09e7, 2) // ZC_NOTIFY_UNREAD_RODEX
+packetLen(0x09e7, 2)
#endif
// Packet: 0x09e8
#if PACKETVER >= 20140212
-packetLen(0x09e8, 11) // CZ_OPEN_RODEXBOX
+packetLen(0x09e8, 11)
#elif PACKETVER >= 20140108
-packetLen(0x09e8, 10) // CZ_OPEN_RODEXBOX
+packetLen(0x09e8, 10)
#endif
// Packet: 0x09e9
-packetLen(0x09e9, 2) // CZ_CLOSE_RODEXBOX
+packetLen(0x09e9, 2)
// Packet: 0x09ea
-packetLen(0x09ea, 11) // CZ_REQ_READ_RODEX
+packetLen(0x09ea, 11)
// Packet: 0x09eb
#if PACKETVER >= 20140115
-packetLen(0x09eb, -1) // ZC_ACK_READ_RODEX
+packetLen(0x09eb, -1)
#elif PACKETVER >= 20140108
-packetLen(0x09eb, 23) // ZC_ACK_READ_RODEX
+packetLen(0x09eb, 23)
#endif
// Packet: 0x09ec
-packetLen(0x09ec, -1) // CZ_REQ_SEND_RODEX
+packetLen(0x09ec, -1)
// Packet: 0x09ed
-packetLen(0x09ed, 3) // ZC_ACK_SEND_RODEX
+packetLen(0x09ed, 3)
// Packet: 0x09ee
-packetLen(0x09ee, 11) // CZ_REQ_NEXT_RODEX
+packetLen(0x09ee, 11)
// Packet: 0x09ef
-packetLen(0x09ef, 11) // CZ_REQ_REFRESH_RODEX
+packetLen(0x09ef, 11)
// Packet: 0x09f0
-packetLen(0x09f0, -1) // ZC_ACK_RODEX_LIST
+packetLen(0x09f0, -1)
// Packet: 0x09f1
#if PACKETVER >= 20140326
-packetLen(0x09f1, 11) // CZ_REQ_ZENY_FROM_RODEX
+packetLen(0x09f1, 11)
#elif PACKETVER >= 20140115
-packetLen(0x09f1, 10) // CZ_REQ_ZENY_FROM_RODEX
+packetLen(0x09f1, 10)
#endif
// Packet: 0x09f2
#if PACKETVER >= 20140409
-packetLen(0x09f2, 12) // ZC_ACK_ZENY_FROM_RODEX
+packetLen(0x09f2, 12)
#elif PACKETVER >= 20140326
-packetLen(0x09f2, 4) // ZC_ACK_ZENY_FROM_RODEX
+packetLen(0x09f2, 4)
#elif PACKETVER >= 20140115
-packetLen(0x09f2, 3) // ZC_ACK_ZENY_FROM_RODEX
+packetLen(0x09f2, 3)
#endif
// Packet: 0x09f3
#if PACKETVER >= 20140326
-packetLen(0x09f3, 11) // CZ_REQ_ITEM_FROM_RODEX
+packetLen(0x09f3, 11)
#elif PACKETVER >= 20140305
-packetLen(0x09f3, 10) // CZ_REQ_ITEM_FROM_RODEX
+packetLen(0x09f3, 10)
#elif PACKETVER >= 20140115
-packetLen(0x09f3, 15) // CZ_REQ_ITEM_FROM_RODEX
+packetLen(0x09f3, 15)
#endif
// Packet: 0x09f4
#if PACKETVER >= 20140409
-packetLen(0x09f4, 12) // ZC_ACK_ITEM_FROM_RODEX
+packetLen(0x09f4, 12)
#elif PACKETVER >= 20140326
-packetLen(0x09f4, 4) // ZC_ACK_ITEM_FROM_RODEX
+packetLen(0x09f4, 4)
#elif PACKETVER >= 20140305
-packetLen(0x09f4, 3) // ZC_ACK_ITEM_FROM_RODEX
+packetLen(0x09f4, 3)
#elif PACKETVER >= 20140115
-packetLen(0x09f4, 12) // ZC_ACK_ITEM_FROM_RODEX
+packetLen(0x09f4, 12)
#endif
// Packet: 0x09f5
-packetLen(0x09f5, 11) // CZ_REQ_DELETE_RODEX
+packetLen(0x09f5, 11)
// Packet: 0x09f6
-packetLen(0x09f6, 11) // ZC_ACK_DELETE_RODEX
+packetLen(0x09f6, 11)
// Packet: 0x09f7
-packetLen(0x09f7, 75) // ZC_PROPERTY_HOMUN_2
+packetLen(0x09f7, 75)
// Packet: 0x09f8
#if PACKETVER >= 20140115
-packetLen(0x09f8, -1) // ZC_ALL_QUEST_LIST3
+packetLen(0x09f8, -1)
#endif
// Packet: 0x09f9
#if PACKETVER >= 20140122
-packetLen(0x09f9, 143) // ZC_ADD_QUEST_EX
+packetLen(0x09f9, 143)
#elif PACKETVER >= 20140115
-packetLen(0x09f9, 131) // ZC_ADD_QUEST_EX
+packetLen(0x09f9, 131)
#endif
// Packet: 0x09fa
#if PACKETVER >= 20140115
-packetLen(0x09fa, -1) // ZC_UPDATE_MISSION_HUNT_EX
+packetLen(0x09fa, -1)
#endif
// Packet: 0x09fb
#if PACKETVER >= 20140122
-packetLen(0x09fb, -1) // CZ_PET_EVOLUTION
+packetLen(0x09fb, -1)
#endif
// Packet: 0x09fc
#if PACKETVER >= 20140122
-packetLen(0x09fc, 6) // ZC_PET_EVOLUTION_RESULT
+packetLen(0x09fc, 6)
#endif
// Packet: 0x09fd
#if PACKETVER >= 20140122
-packetLen(0x09fd, -1) // ZC_NOTIFY_MOVEENTRY11
+packetLen(0x09fd, -1)
#endif
// Packet: 0x09fe
#if PACKETVER >= 20140122
-packetLen(0x09fe, -1) // ZC_NOTIFY_NEWENTRY11
+packetLen(0x09fe, -1)
#endif
// Packet: 0x09ff
#if PACKETVER >= 20140122
-packetLen(0x09ff, -1) // ZC_NOTIFY_STANDENTRY11
+packetLen(0x09ff, -1)
#endif
// Packet: 0x0a00
#if PACKETVER >= 20140129
-packetLen(0x0a00, 269) // ZC_SHORTCUT_KEY_LIST_V3
+packetLen(0x0a00, 269)
#endif
// Packet: 0x0a01
#if PACKETVER >= 20140129
-packetLen(0x0a01, 3) // CZ_SHORTCUTKEYBAR_ROTATE
+packetLen(0x0a01, 3)
#endif
// Packet: 0x0a02
#if PACKETVER >= 20140212
-packetLen(0x0a02, 4) // ZC_DRESSROOM_OPEN
+packetLen(0x0a02, 4)
#endif
// Packet: 0x0a03
#if PACKETVER >= 20140326
-packetLen(0x0a03, 2) // CZ_REQ_CANCEL_WRITE_RODEX
+packetLen(0x0a03, 2)
#elif PACKETVER >= 20140226
-packetLen(0x0a03, 14) // CZ_REQ_CANCEL_WRITE_RODEX
+packetLen(0x0a03, 14)
#endif
// Packet: 0x0a04
#if PACKETVER >= 20140416
-packetLen(0x0a04, 6) // CZ_REQ_ADD_ITEM_RODEX
+packetLen(0x0a04, 6)
#elif PACKETVER >= 20140326
// removed
#elif PACKETVER >= 20140226
-packetLen(0x0a04, 11) // CZ_REQ_ADD_ITEM_RODEX
+packetLen(0x0a04, 11)
#endif
// Packet: 0x0a05
#if PACKETVER >= 20141119
-packetLen(0x0a05, 53) // ZC_ACK_ADD_ITEM_RODEX
+packetLen(0x0a05, 53)
#elif PACKETVER >= 20141008
-packetLen(0x0a05, 49) // ZC_ACK_ADD_ITEM_RODEX
+packetLen(0x0a05, 49)
#elif PACKETVER >= 20140416
-packetLen(0x0a05, 48) // ZC_ACK_ADD_ITEM_RODEX
+packetLen(0x0a05, 48)
#elif PACKETVER >= 20140226
-packetLen(0x0a05, 6) // ZC_ACK_ADD_ITEM_RODEX
+packetLen(0x0a05, 6)
#endif
// Packet: 0x0a06
#if PACKETVER >= 20140416
-packetLen(0x0a06, 6) // CZ_REQ_REMOVE_RODEX_ITEM
+packetLen(0x0a06, 6)
#elif PACKETVER >= 20140226
-packetLen(0x0a06, 5) // CZ_REQ_REMOVE_RODEX_ITEM
+packetLen(0x0a06, 5)
#endif
// Packet: 0x0a07
#if PACKETVER >= 20140521
-packetLen(0x0a07, 9) // ZC_ACK_REMOVE_RODEX_ITEM
+packetLen(0x0a07, 9)
#elif PACKETVER >= 20140416
-packetLen(0x0a07, 7) // ZC_ACK_REMOVE_RODEX_ITEM
+packetLen(0x0a07, 7)
#elif PACKETVER >= 20140326
-packetLen(0x0a07, 6) // ZC_ACK_REMOVE_RODEX_ITEM
+packetLen(0x0a07, 6)
#elif PACKETVER >= 20140305
-packetLen(0x0a07, 4) // ZC_ACK_REMOVE_RODEX_ITEM
+packetLen(0x0a07, 4)
#endif
// Packet: 0x0a08
#if PACKETVER >= 20140416
-packetLen(0x0a08, 26) // CZ_REQ_OPEN_WRITE_RODEX
+packetLen(0x0a08, 26)
#elif PACKETVER >= 20140326
-packetLen(0x0a08, 7) // CZ_REQ_OPEN_WRITE_RODEX
+packetLen(0x0a08, 7)
#elif PACKETVER >= 20140305
-packetLen(0x0a08, 5) // CZ_REQ_OPEN_WRITE_RODEX
+packetLen(0x0a08, 5)
#endif
// Packet: 0x0a09
#if PACKETVER >= 20140312
-packetLen(0x0a09, 45) // ZC_ADD_EXCHANGE_ITEM3
+packetLen(0x0a09, 45)
#elif PACKETVER >= 20140305
-packetLen(0x0a09, 50) // ZC_ADD_EXCHANGE_ITEM3
+packetLen(0x0a09, 50)
#endif
// Packet: 0x0a0a
#if PACKETVER >= 20140312
-packetLen(0x0a0a, 47) // ZC_ADD_ITEM_TO_STORE3
+packetLen(0x0a0a, 47)
#elif PACKETVER >= 20140305
-packetLen(0x0a0a, 52) // ZC_ADD_ITEM_TO_STORE3
+packetLen(0x0a0a, 52)
#endif
// Packet: 0x0a0b
#if PACKETVER >= 20140312
-packetLen(0x0a0b, 47) // ZC_ADD_ITEM_TO_CART3
+packetLen(0x0a0b, 47)
#elif PACKETVER >= 20140305
-packetLen(0x0a0b, 52) // ZC_ADD_ITEM_TO_CART3
+packetLen(0x0a0b, 52)
#endif
// Packet: 0x0a0c
#if PACKETVER >= 20140312
-packetLen(0x0a0c, 56) // ZC_ITEM_PICKUP_ACK_V6
+packetLen(0x0a0c, 56)
#elif PACKETVER >= 20140305
-packetLen(0x0a0c, 61) // ZC_ITEM_PICKUP_ACK_V6
+packetLen(0x0a0c, 61)
#endif
// Packet: 0x0a0d
#if PACKETVER >= 20140312
-packetLen(0x0a0d, -1) // ZC_INVENTORY_ITEMLIST_EQUIP_V6
+packetLen(0x0a0d, -1)
#elif PACKETVER >= 20140305
-packetLen(0x0a0d, 4) // ZC_INVENTORY_ITEMLIST_EQUIP_V6
+packetLen(0x0a0d, 4)
#endif
// Packet: 0x0a0e
#if PACKETVER >= 20140312
-packetLen(0x0a0e, 14) // ZC_BATTLEFIELD_NOTIFY_HP2
+packetLen(0x0a0e, 14)
#endif
// Packet: 0x0a0f
#if PACKETVER >= 20140402
-packetLen(0x0a0f, -1) // ZC_CART_ITEMLIST_EQUIP_V6
+packetLen(0x0a0f, -1)
#endif
// Packet: 0x0a10
#if PACKETVER >= 20140402
-packetLen(0x0a10, -1) // ZC_STORE_ITEMLIST_EQUIP_V6
+packetLen(0x0a10, -1)
#endif
// Packet: 0x0a11
#if PACKETVER >= 20140402
-packetLen(0x0a11, -1) // ZC_GUILDSTORAGE_ITEMLIST_EQUIP_V6
+packetLen(0x0a11, -1)
#endif
// Packet: 0x0a12
#if PACKETVER >= 20140416
-packetLen(0x0a12, 27) // ZC_ACK_OPEN_WRITE_RODEX
+packetLen(0x0a12, 27)
#endif
// Packet: 0x0a13
#if PACKETVER >= 20140423
-packetLen(0x0a13, 26) // CZ_CHECK_RECEIVE_CHARACTER_NAME
+packetLen(0x0a13, 26)
#elif PACKETVER >= 20140416
-packetLen(0x0a13, 2) // CZ_CHECK_RECEIVE_CHARACTER_NAME
+packetLen(0x0a13, 2)
#endif
// Packet: 0x0a14
#if PACKETVER >= 20140521
-packetLen(0x0a14, 10) // ZC_CHECK_RECEIVE_CHARACTER_NAME
+packetLen(0x0a14, 10)
#elif PACKETVER >= 20140423
-packetLen(0x0a14, 6) // ZC_CHECK_RECEIVE_CHARACTER_NAME
+packetLen(0x0a14, 6)
#endif
// Packet: 0x0a15
#if PACKETVER >= 20140508
-packetLen(0x0a15, 12) // ZC_GOLDPCCAFE_POINT
+packetLen(0x0a15, 12)
#elif PACKETVER >= 20140430
-packetLen(0x0a15, 11) // ZC_GOLDPCCAFE_POINT
+packetLen(0x0a15, 11)
#endif
// Packet: 0x0a16
#if PACKETVER >= 20140430
-packetLen(0x0a16, 26) // CZ_DYNAMICNPC_CREATE_REQUEST
+packetLen(0x0a16, 26)
#endif
// Packet: 0x0a17
#if PACKETVER >= 20140430
-packetLen(0x0a17, 6) // ZC_DYNAMICNPC_CREATE_RESULT
+packetLen(0x0a17, 6)
#endif
// Packet: 0x0a18
#if PACKETVER >= 20140611
-packetLen(0x0a18, 14) // ZC_ACCEPT_ENTER3
+packetLen(0x0a18, 14)
#elif PACKETVER >= 20140605
-packetLen(0x0a18, 2) // ZC_ACCEPT_ENTER3
+packetLen(0x0a18, 2)
#endif
// Packet: 0x0a19
#if PACKETVER >= 20140611
-packetLen(0x0a19, 2) // CZ_REQ_OPEN_ROULETTE
+packetLen(0x0a19, 2)
#elif PACKETVER >= 20140605
-packetLen(0x0a19, -1) // CZ_REQ_OPEN_ROULETTE
+packetLen(0x0a19, -1)
#endif
// Packet: 0x0a1a
#if PACKETVER >= 20140611
-packetLen(0x0a1a, 23) // ZC_ACK_OPEN_ROULETTE
+packetLen(0x0a1a, 23)
#elif PACKETVER >= 20140605
-packetLen(0x0a1a, 10) // ZC_ACK_OPEN_ROULETTE
+packetLen(0x0a1a, 10)
#endif
// Packet: 0x0a1b
#if PACKETVER >= 20140605
-packetLen(0x0a1b, 2) // CZ_REQ_ROULETTE_INFO
+packetLen(0x0a1b, 2)
#endif
// Packet: 0x0a1c
#if PACKETVER >= 20140611
-packetLen(0x0a1c, -1) // ZC_ACK_ROULEITTE_INFO
+packetLen(0x0a1c, -1)
#elif PACKETVER >= 20140605
-packetLen(0x0a1c, 6) // ZC_ACK_ROULEITTE_INFO
+packetLen(0x0a1c, 6)
#endif
// Packet: 0x0a1d
#if PACKETVER >= 20140611
-packetLen(0x0a1d, 2) // CZ_REQ_CLOSE_ROULETTE
+packetLen(0x0a1d, 2)
#elif PACKETVER >= 20140605
-packetLen(0x0a1d, 14) // CZ_REQ_CLOSE_ROULETTE
+packetLen(0x0a1d, 14)
#endif
// Packet: 0x0a1e
#if PACKETVER >= 20140611
-packetLen(0x0a1e, 3) // ZC_ACK_CLOSE_ROULETTE
+packetLen(0x0a1e, 3)
#endif
// Packet: 0x0a1f
#if PACKETVER >= 20140611
-packetLen(0x0a1f, 2) // CZ_REQ_GENERATE_ROULETTE
+packetLen(0x0a1f, 2)
#endif
// Packet: 0x0a20
#if PACKETVER >= 20140611
-packetLen(0x0a20, 21) // ZC_ACK_GENERATE_ROULETTE
+packetLen(0x0a20, 21)
#endif
// Packet: 0x0a21
#if PACKETVER >= 20140618
-packetLen(0x0a21, 3) // CZ_RECV_ROULETTE_ITEM
+packetLen(0x0a21, 3)
#elif PACKETVER >= 20140611
-packetLen(0x0a21, 6) // CZ_RECV_ROULETTE_ITEM
+packetLen(0x0a21, 6)
#endif
// Packet: 0x0a22
#if PACKETVER >= 20140618
-packetLen(0x0a22, 5) // ZC_RECV_ROULETTE_ITEM
+packetLen(0x0a22, 5)
#elif PACKETVER >= 20140611
-packetLen(0x0a22, 3) // ZC_RECV_ROULETTE_ITEM
+packetLen(0x0a22, 3)
#endif
// Packet: 0x0a23
#if PACKETVER >= 20140611
-packetLen(0x0a23, -1) // ZC_ALL_ACH_LIST
+packetLen(0x0a23, -1)
#endif
// Packet: 0x0a24
#if PACKETVER >= 20141001
-packetLen(0x0a24, 66) // ZC_ACH_UPDATE
+packetLen(0x0a24, 66)
#elif PACKETVER >= 20140723
-packetLen(0x0a24, 56) // ZC_ACH_UPDATE
+packetLen(0x0a24, 56)
#elif PACKETVER >= 20140625
-packetLen(0x0a24, 36) // ZC_ACH_UPDATE
+packetLen(0x0a24, 36)
#elif PACKETVER >= 20140611
-packetLen(0x0a24, 35) // ZC_ACH_UPDATE
+packetLen(0x0a24, 35)
#endif
// Packet: 0x0a25
#if PACKETVER >= 20140611
-packetLen(0x0a25, 6) // CZ_REQ_ACH_REWARD
+packetLen(0x0a25, 6)
#endif
// Packet: 0x0a26
#if PACKETVER >= 20140611
-packetLen(0x0a26, 7) // ZC_REQ_ACH_REWARD_ACK
+packetLen(0x0a26, 7)
#endif
// Packet: 0x0a27
#if PACKETVER >= 20140625
-packetLen(0x0a27, 8) // ZC_RECOVERY2
+packetLen(0x0a27, 8)
#endif
// Packet: 0x0a28
#if PACKETVER >= 20140625
-packetLen(0x0a28, 3) // ZC_ACK_OPENSTORE2
+packetLen(0x0a28, 3)
#endif
// Packet: 0x0a29
#if PACKETVER >= 20140702
-packetLen(0x0a29, 6) // ZC_REQ_AU_BOT
+packetLen(0x0a29, 6)
#endif
// Packet: 0x0a2a
#if PACKETVER >= 20140702
-packetLen(0x0a2a, 6) // CZ_ACK_AU_BOT
+packetLen(0x0a2a, 6)
#endif
// Packet: 0x0a2b
#if PACKETVER >= 20140723
-packetLen(0x0a2b, 14) // ZC_SE_CASHSHOP_OPEN2
+packetLen(0x0a2b, 14)
#endif
// Packet: 0x0a2c
#if PACKETVER >= 20140723
-packetLen(0x0a2c, 12) // ZC_SE_PC_BUY_TAIWANCASHITEM_RESULT
+packetLen(0x0a2c, 12)
#endif
// Packet: 0x0a2d
#if PACKETVER >= 20140820
-packetLen(0x0a2d, -1) // ZC_EQUIPWIN_MICROSCOPE_V6
+packetLen(0x0a2d, -1)
#endif
// Packet: 0x0a2e
#if PACKETVER >= 20140827
-packetLen(0x0a2e, 6) // CZ_REQ_CHANGE_TITLE
+packetLen(0x0a2e, 6)
#endif
// Packet: 0x0a2f
#if PACKETVER >= 20140827
-packetLen(0x0a2f, 7) // ZC_ACK_CHANGE_TITLE
+packetLen(0x0a2f, 7)
#endif
// Packet: 0x0a30
#if PACKETVER >= 20140917
-packetLen(0x0a30, 106) // ZC_ACK_REQNAMEALL2
+packetLen(0x0a30, 106)
#endif
// Packet: 0x0a31
#if PACKETVER >= 20140917
-packetLen(0x0a31, -1) // ZC_RESULT_PACKAGE_ITEM_TEST
+packetLen(0x0a31, -1)
#endif
// Packet: 0x0a32
#if PACKETVER >= 20140924
-packetLen(0x0a32, 2) // ZC_OPEN_RODEX_THROUGH_NPC_ONLY
+packetLen(0x0a32, 2)
#endif
// Packet: 0x0a33
#if PACKETVER >= 20140924
-packetLen(0x0a33, 7) // ZC_UPDATE_ROULETTE_COIN
+packetLen(0x0a33, 7)
#endif
// Packet: 0x0a34
#if PACKETVER >= 20140924
-packetLen(0x0a34, 6) // ZC_UPDATE_TAIWANCASH
+packetLen(0x0a34, 6)
#endif
// Packet: 0x0a35
#if PACKETVER >= 20141119
-packetLen(0x0a35, 4) // CZ_REQ_ONECLICK_ITEMIDENTIFY
+packetLen(0x0a35, 4)
#endif
// Packet: 0x0a36
#if PACKETVER >= 20141126
-packetLen(0x0a36, 7) // ZC_HP_INFO_TINY
+packetLen(0x0a36, 7)
#endif
// Packet: 0x0a37
#if PACKETVER >= 20141126
-packetLen(0x0a37, 57) // ZC_ITEM_PICKUP_ACK_V7
+packetLen(0x0a37, 57)
#endif
diff --git a/src/common/packets/packets2015_len_main.h b/src/common/packets/packets2015_len_main.h
index 3144d5250..c8afa76f3 100644
--- a/src/common/packets/packets2015_len_main.h
+++ b/src/common/packets/packets2015_len_main.h
@@ -2,8 +2,8 @@
* This file is part of Hercules.
* http://herc.ws - http://github.com/HerculesWS/Hercules
*
- * Copyright (C) 2019 Hercules Dev Team
- * Copyright (C) 2019 Andrei Karas (4144)
+ * Copyright (C) 2018-2019 Hercules Dev Team
+ * Copyright (C) 2018-2019 Andrei Karas (4144)
*
* Hercules is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -25,4546 +25,4546 @@
/* This file is autogenerated, please do not commit manual changes */
// Packet: 0x0064
-packetLen(0x0064, 55) // CA_LOGIN
+packetLen(0x0064, 55)
// Packet: 0x0065
-packetLen(0x0065, 17) // CH_ENTER
+packetLen(0x0065, 17)
// Packet: 0x0066
-packetLen(0x0066, 3) // CH_SELECT_CHAR
+packetLen(0x0066, 3)
// Packet: 0x0067
-packetLen(0x0067, 37) // CH_MAKE_CHAR
+packetLen(0x0067, 37)
// Packet: 0x0068
-packetLen(0x0068, 46) // CH_DELETE_CHAR
+packetLen(0x0068, 46)
// Packet: 0x0069
-packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+packetLen(0x0069, -1)
// Packet: 0x006a
-packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+packetLen(0x006a, 23)
// Packet: 0x006b
-packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+packetLen(0x006b, -1)
// Packet: 0x006c
-packetLen(0x006c, 3) // HC_REFUSE_ENTER
+packetLen(0x006c, 3)
// Packet: 0x006d
-packetLen(0x006d, 149) // HC_ACCEPT_MAKECHAR
+packetLen(0x006d, 149)
// Packet: 0x006e
-packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+packetLen(0x006e, 3)
// Packet: 0x006f
-packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+packetLen(0x006f, 2)
// Packet: 0x0070
-packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+packetLen(0x0070, 3)
// Packet: 0x0071
-packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+packetLen(0x0071, 28)
// Packet: 0x0072
-packetLen(0x0072, 22) // CZ_ENTER
+packetLen(0x0072, 22)
// Packet: 0x0073
-packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 11)
// Packet: 0x0074
-packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+packetLen(0x0074, 3)
// Packet: 0x0075
-packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, -1)
// Packet: 0x0076
-packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+packetLen(0x0076, 9)
// Packet: 0x0077
-packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 5)
// Packet: 0x0078
-packetLen(0x0078, 55) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, 55)
// Packet: 0x0079
-packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, 53)
// Packet: 0x007a
-packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, 58)
// Packet: 0x007b
-packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, 60)
// Packet: 0x007c
-packetLen(0x007c, 44) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, 44)
// Packet: 0x007d
-packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, 2)
// Packet: 0x007e
-packetLen(0x007e, 105) // CZ_REQUEST_TIME
+packetLen(0x007e, 105)
// Packet: 0x007f
-packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+packetLen(0x007f, 6)
// Packet: 0x0080
-packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+packetLen(0x0080, 7)
// Packet: 0x0081
-packetLen(0x0081, 3) // SC_NOTIFY_BAN
+packetLen(0x0081, 3)
// Packet: 0x0082
-packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+packetLen(0x0082, 2)
// Packet: 0x0083
-packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 2)
// Packet: 0x0084
-packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+packetLen(0x0084, 2)
// Packet: 0x0085
-packetLen(0x0085, 10) // CZ_REQUEST_MOVE
+packetLen(0x0085, 10)
// Packet: 0x0086
-packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 16)
// Packet: 0x0087
-packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 12)
// Packet: 0x0088
-packetLen(0x0088, 10) // ZC_STOPMOVE
+packetLen(0x0088, 10)
// Packet: 0x0089
-packetLen(0x0089, 11) // CZ_REQUEST_ACT
+packetLen(0x0089, 11)
// Packet: 0x008a
-packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+packetLen(0x008a, 29)
// Packet: 0x008b
-packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+packetLen(0x008b, 23)
// Packet: 0x008c
packetLen(0x008c, 14)
// Packet: 0x008d
-packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+packetLen(0x008d, -1)
// Packet: 0x008e
-packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, -1)
// Packet: 0x0090
-packetLen(0x0090, 7) // CZ_CONTACTNPC
+packetLen(0x0090, 7)
// Packet: 0x0091
-packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, 22)
// Packet: 0x0092
-packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 28)
// Packet: 0x0093
-packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+packetLen(0x0093, 2)
// Packet: 0x0094
-packetLen(0x0094, 19) // CZ_REQNAME
+packetLen(0x0094, 19)
// Packet: 0x0095
-packetLen(0x0095, 30) // ZC_ACK_REQNAME
+packetLen(0x0095, 30)
// Packet: 0x0096
-packetLen(0x0096, -1) // CZ_WHISPER
+packetLen(0x0096, -1)
// Packet: 0x0097
-packetLen(0x0097, -1) // ZC_WHISPER
+packetLen(0x0097, -1)
// Packet: 0x0098
-packetLen(0x0098, 3) // ZC_ACK_WHISPER
+packetLen(0x0098, 3)
// Packet: 0x0099
-packetLen(0x0099, -1) // CZ_BROADCAST
+packetLen(0x0099, -1)
// Packet: 0x009a
-packetLen(0x009a, -1) // ZC_BROADCAST
+packetLen(0x009a, -1)
// Packet: 0x009b
-packetLen(0x009b, 34) // CZ_CHANGE_DIRECTION
+packetLen(0x009b, 34)
// Packet: 0x009c
-packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, 9)
// Packet: 0x009d
-packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+packetLen(0x009d, 17)
// Packet: 0x009e
-packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 17)
// Packet: 0x009f
-packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+packetLen(0x009f, 20)
// Packet: 0x00a0
-packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, 23)
// Packet: 0x00a1
-packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, 6)
// Packet: 0x00a2
-packetLen(0x00a2, 14) // CZ_ITEM_THROW
+packetLen(0x00a2, 14)
// Packet: 0x00a3
-packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, -1)
// Packet: 0x00a4
-packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, -1)
// Packet: 0x00a5
-packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, -1)
// Packet: 0x00a6
-packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, -1)
// Packet: 0x00a7
packetLen(0x00a7, 9)
// Packet: 0x00a8
-packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 7)
// Packet: 0x00a9
-packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, 6)
// Packet: 0x00aa
-packetLen(0x00aa, 9) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 9)
// Packet: 0x00ab
-packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, 4)
// Packet: 0x00ac
-packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, 7)
// Packet: 0x00ae
-packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+packetLen(0x00ae, -1)
// Packet: 0x00af
-packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, 6)
// Packet: 0x00b0
-packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+packetLen(0x00b0, 8)
// Packet: 0x00b1
-packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, 8)
// Packet: 0x00b2
-packetLen(0x00b2, 3) // CZ_RESTART
+packetLen(0x00b2, 3)
// Packet: 0x00b3
-packetLen(0x00b3, 3) // ZC_RESTART_ACK
+packetLen(0x00b3, 3)
// Packet: 0x00b4
-packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+packetLen(0x00b4, -1)
// Packet: 0x00b5
-packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 6)
// Packet: 0x00b6
-packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 6)
// Packet: 0x00b7
-packetLen(0x00b7, -1) // ZC_MENU_LIST
+packetLen(0x00b7, -1)
// Packet: 0x00b8
-packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+packetLen(0x00b8, 7)
// Packet: 0x00b9
-packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, 6)
// Packet: 0x00ba
-packetLen(0x00ba, 2) // CZ_REQ_STATUS
+packetLen(0x00ba, 2)
// Packet: 0x00bb
-packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+packetLen(0x00bb, 5)
// Packet: 0x00bc
-packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 6)
// Packet: 0x00bd
-packetLen(0x00bd, 44) // ZC_STATUS
+packetLen(0x00bd, 44)
// Packet: 0x00be
-packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+packetLen(0x00be, 5)
// Packet: 0x00bf
-packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+packetLen(0x00bf, 3)
// Packet: 0x00c0
-packetLen(0x00c0, 7) // ZC_EMOTION
+packetLen(0x00c0, 7)
// Packet: 0x00c1
-packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, 2)
// Packet: 0x00c2
-packetLen(0x00c2, 6) // ZC_USER_COUNT
+packetLen(0x00c2, 6)
// Packet: 0x00c3
-packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, 8)
// Packet: 0x00c4
-packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, 6)
// Packet: 0x00c5
-packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, 7)
// Packet: 0x00c6
-packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, -1)
// Packet: 0x00c7
-packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, -1)
// Packet: 0x00c8
-packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, -1)
// Packet: 0x00c9
-packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, -1)
// Packet: 0x00ca
-packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, 3)
// Packet: 0x00cb
-packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+packetLen(0x00cb, 3)
// Packet: 0x00cc
-packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, 6)
// Packet: 0x00cd
-packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+packetLen(0x00cd, 3)
// Packet: 0x00ce
-packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 2)
// Packet: 0x00cf
-packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 27)
// Packet: 0x00d0
-packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, 3)
// Packet: 0x00d1
-packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, 4)
// Packet: 0x00d2
-packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 4)
// Packet: 0x00d3
-packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 2)
// Packet: 0x00d4
-packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+packetLen(0x00d4, -1)
// Packet: 0x00d5
-packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, -1)
// Packet: 0x00d6
-packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 3)
// Packet: 0x00d7
-packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, -1)
// Packet: 0x00d8
-packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+packetLen(0x00d8, 6)
// Packet: 0x00d9
-packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, 14)
// Packet: 0x00da
-packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, 3)
// Packet: 0x00db
-packetLen(0x00db, -1) // ZC_ENTER_ROOM
+packetLen(0x00db, -1)
// Packet: 0x00dc
-packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 28)
// Packet: 0x00dd
-packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+packetLen(0x00dd, 29)
// Packet: 0x00de
-packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, -1)
// Packet: 0x00df
-packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, -1)
// Packet: 0x00e0
-packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, 30)
// Packet: 0x00e1
-packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+packetLen(0x00e1, 30)
// Packet: 0x00e2
-packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, 26)
// Packet: 0x00e3
-packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+packetLen(0x00e3, 2)
// Packet: 0x00e4
-packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 6)
// Packet: 0x00e5
-packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 26)
// Packet: 0x00e6
-packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, 3)
// Packet: 0x00e7
-packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 3)
// Packet: 0x00e8
-packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, 8)
// Packet: 0x00e9
-packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 19)
// Packet: 0x00ea
-packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 5)
// Packet: 0x00eb
-packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 2)
// Packet: 0x00ec
-packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 3)
// Packet: 0x00ed
-packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, 2)
// Packet: 0x00ee
-packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, 2)
// Packet: 0x00ef
-packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 2)
// Packet: 0x00f0
-packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 3)
// Packet: 0x00f1
-packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+packetLen(0x00f1, 2)
// Packet: 0x00f2
-packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 6)
// Packet: 0x00f3
-packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+packetLen(0x00f3, -1)
// Packet: 0x00f4
-packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 21)
// Packet: 0x00f5
-packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+packetLen(0x00f5, 11)
// Packet: 0x00f6
-packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 8)
// Packet: 0x00f7
-packetLen(0x00f7, 17) // CZ_REQUEST_TIME
+packetLen(0x00f7, 17)
// Packet: 0x00f8
-packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+packetLen(0x00f8, 2)
// Packet: 0x00f9
-packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+packetLen(0x00f9, 26)
// Packet: 0x00fa
-packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, 3)
// Packet: 0x00fb
-packetLen(0x00fb, -1) // ZC_GROUP_LIST
+packetLen(0x00fb, -1)
// Packet: 0x00fc
-packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, 6)
// Packet: 0x00fd
-packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, 27)
// Packet: 0x00fe
-packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, 30)
// Packet: 0x00ff
-packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+packetLen(0x00ff, 10)
// Packet: 0x0100
-packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, 2)
// Packet: 0x0101
-packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, 6)
// Packet: 0x0102
-packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 6)
// Packet: 0x0103
-packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 30)
// Packet: 0x0104
-packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, 79)
// Packet: 0x0105
-packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, 31)
// Packet: 0x0106
-packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, 10)
// Packet: 0x0107
-packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, 10)
// Packet: 0x0108
-packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, -1)
// Packet: 0x0109
-packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, -1)
// Packet: 0x010a
-packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 4)
// Packet: 0x010b
-packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, 6)
// Packet: 0x010c
-packetLen(0x010c, 6) // ZC_MVP
+packetLen(0x010c, 6)
// Packet: 0x010d
-packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+packetLen(0x010d, 2)
// Packet: 0x010e
-packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, 11)
// Packet: 0x010f
-packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+packetLen(0x010f, -1)
// Packet: 0x0110
-packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, 10)
// Packet: 0x0111
-packetLen(0x0111, 39) // ZC_ADD_SKILL
+packetLen(0x0111, 39)
// Packet: 0x0112
-packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, 4)
// Packet: 0x0113
-packetLen(0x0113, 25) // CZ_USE_SKILL
+packetLen(0x0113, 25)
// Packet: 0x0114
-packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+packetLen(0x0114, 31)
// Packet: 0x0115
-packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+packetLen(0x0115, 35)
// Packet: 0x0116
-packetLen(0x0116, 17) // CZ_USE_SKILL_TOGROUND
+packetLen(0x0116, 17)
// Packet: 0x0117
-packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, 18)
// Packet: 0x0118
-packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+packetLen(0x0118, 2)
// Packet: 0x0119
-packetLen(0x0119, 13) // ZC_STATE_CHANGE
+packetLen(0x0119, 13)
// Packet: 0x011a
-packetLen(0x011a, 15) // ZC_USE_SKILL
+packetLen(0x011a, 15)
// Packet: 0x011b
-packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, 20)
// Packet: 0x011c
-packetLen(0x011c, 68) // ZC_WARPLIST
+packetLen(0x011c, 68)
// Packet: 0x011d
-packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 2)
// Packet: 0x011e
-packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, 3)
// Packet: 0x011f
-packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+packetLen(0x011f, 16)
// Packet: 0x0120
-packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, 6)
// Packet: 0x0121
-packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, 14)
// Packet: 0x0122
-packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, -1)
// Packet: 0x0123
-packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, -1)
// Packet: 0x0124
-packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 21)
// Packet: 0x0125
-packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 8)
// Packet: 0x0126
-packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 8)
// Packet: 0x0127
-packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, 8)
// Packet: 0x0128
-packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 8)
// Packet: 0x0129
-packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, 8)
// Packet: 0x012a
-packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+packetLen(0x012a, 2)
// Packet: 0x012b
-packetLen(0x012b, 2) // ZC_CARTOFF
+packetLen(0x012b, 2)
// Packet: 0x012c
-packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 3)
// Packet: 0x012d
-packetLen(0x012d, 4) // ZC_OPENSTORE
+packetLen(0x012d, 4)
// Packet: 0x012e
-packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, 2)
// Packet: 0x012f
-packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+packetLen(0x012f, -1)
// Packet: 0x0130
-packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, 6)
// Packet: 0x0131
-packetLen(0x0131, 86) // ZC_STORE_ENTRY
+packetLen(0x0131, 86)
// Packet: 0x0132
-packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, 6)
// Packet: 0x0133
-packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, -1)
// Packet: 0x0134
-packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, -1)
// Packet: 0x0135
-packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, 7)
// Packet: 0x0136
-packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, -1)
// Packet: 0x0137
-packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, 6)
// Packet: 0x0138
-packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+packetLen(0x0138, 3)
// Packet: 0x0139
-packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, 16)
// Packet: 0x013a
-packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+packetLen(0x013a, 4)
// Packet: 0x013b
-packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+packetLen(0x013b, 4)
// Packet: 0x013c
-packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+packetLen(0x013c, 4)
// Packet: 0x013d
-packetLen(0x013d, 6) // ZC_RECOVERY
+packetLen(0x013d, 6)
// Packet: 0x013e
-packetLen(0x013e, 24) // ZC_USESKILL_ACK
+packetLen(0x013e, 24)
// Packet: 0x013f
-packetLen(0x013f, 26) // CZ_ITEM_CREATE
+packetLen(0x013f, 26)
// Packet: 0x0140
-packetLen(0x0140, 22) // CZ_MOVETO_MAP
+packetLen(0x0140, 22)
// Packet: 0x0141
-packetLen(0x0141, 14) // ZC_COUPLESTATUS
+packetLen(0x0141, 14)
// Packet: 0x0142
-packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+packetLen(0x0142, 6)
// Packet: 0x0143
-packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+packetLen(0x0143, 10)
// Packet: 0x0144
-packetLen(0x0144, 23) // ZC_COMPASS
+packetLen(0x0144, 23)
// Packet: 0x0145
-packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+packetLen(0x0145, 19)
// Packet: 0x0146
-packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+packetLen(0x0146, 6)
// Packet: 0x0147
-packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+packetLen(0x0147, 39)
// Packet: 0x0148
-packetLen(0x0148, 8) // ZC_RESURRECTION
+packetLen(0x0148, 8)
// Packet: 0x0149
-packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, 9)
// Packet: 0x014a
-packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+packetLen(0x014a, 6)
// Packet: 0x014b
-packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+packetLen(0x014b, 27)
// Packet: 0x014c
-packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, -1)
// Packet: 0x014d
-packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 2)
// Packet: 0x014e
-packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+packetLen(0x014e, 6)
// Packet: 0x014f
-packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, 6)
// Packet: 0x0150
-packetLen(0x0150, 110) // ZC_GUILD_INFO
+packetLen(0x0150, 110)
// Packet: 0x0151
-packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+packetLen(0x0151, 6)
// Packet: 0x0152
-packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+packetLen(0x0152, -1)
// Packet: 0x0153
-packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+packetLen(0x0153, -1)
// Packet: 0x0154
-packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, -1)
// Packet: 0x0155
-packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, -1)
// Packet: 0x0156
-packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+packetLen(0x0156, -1)
// Packet: 0x0157
-packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+packetLen(0x0157, 6)
// Packet: 0x0159
-packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, 54)
// Packet: 0x015a
-packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 66)
// Packet: 0x015b
-packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 54)
// Packet: 0x015c
-packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, 90)
// Packet: 0x015d
-packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+packetLen(0x015d, 42)
// Packet: 0x015e
-packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, 6)
// Packet: 0x015f
-packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+packetLen(0x015f, 42)
// Packet: 0x0160
-packetLen(0x0160, -1) // ZC_POSITION_INFO
+packetLen(0x0160, -1)
// Packet: 0x0161
-packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, -1)
// Packet: 0x0162
-packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, -1)
// Packet: 0x0163
-packetLen(0x0163, -1) // ZC_BAN_LIST
+packetLen(0x0163, -1)
// Packet: 0x0164
-packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+packetLen(0x0164, -1)
// Packet: 0x0165
-packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, 30)
// Packet: 0x0166
-packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, -1)
// Packet: 0x0167
-packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 3)
// Packet: 0x0168
-packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, 14)
// Packet: 0x0169
-packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 3)
// Packet: 0x016a
-packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, 30)
// Packet: 0x016b
-packetLen(0x016b, 10) // CZ_JOIN_GUILD
+packetLen(0x016b, 10)
// Packet: 0x016c
-packetLen(0x016c, 43) // ZC_UPDATE_GDID
+packetLen(0x016c, 43)
// Packet: 0x016d
-packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 14)
// Packet: 0x016e
-packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+packetLen(0x016e, 186)
// Packet: 0x016f
-packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+packetLen(0x016f, 182)
// Packet: 0x0170
-packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 14)
// Packet: 0x0171
-packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, 30)
// Packet: 0x0172
-packetLen(0x0172, 10) // CZ_ALLY_GUILD
+packetLen(0x0172, 10)
// Packet: 0x0173
-packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+packetLen(0x0173, 3)
// Packet: 0x0174
-packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0174, -1)
// Packet: 0x0175
-packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+packetLen(0x0175, 6)
// Packet: 0x0176
-packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+packetLen(0x0176, 106)
// Packet: 0x0177
-packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, -1)
// Packet: 0x0178
-packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, 4)
// Packet: 0x0179
-packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 5)
// Packet: 0x017a
-packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, 4)
// Packet: 0x017b
-packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, -1)
// Packet: 0x017c
-packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, 6)
// Packet: 0x017d
-packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 7)
// Packet: 0x017e
-packetLen(0x017e, -1) // CZ_GUILD_CHAT
+packetLen(0x017e, -1)
// Packet: 0x017f
-packetLen(0x017f, -1) // ZC_GUILD_CHAT
+packetLen(0x017f, -1)
// Packet: 0x0180
-packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+packetLen(0x0180, 6)
// Packet: 0x0181
-packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+packetLen(0x0181, 3)
// Packet: 0x0182
-packetLen(0x0182, 106) // ZC_MEMBER_ADD
+packetLen(0x0182, 106)
// Packet: 0x0183
-packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+packetLen(0x0183, 10)
// Packet: 0x0184
-packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+packetLen(0x0184, 10)
// Packet: 0x0185
-packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+packetLen(0x0185, 34)
// Packet: 0x0187
-packetLen(0x0187, 6) // CH_UNKNOWN_PING
+packetLen(0x0187, 6)
// Packet: 0x0188
-packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, 8)
// Packet: 0x0189
-packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, 4)
// Packet: 0x018a
-packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+packetLen(0x018a, 4)
// Packet: 0x018b
-packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, 4)
// Packet: 0x018c
-packetLen(0x018c, 29) // ZC_MONSTER_INFO
+packetLen(0x018c, 29)
// Packet: 0x018d
-packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, -1)
// Packet: 0x018e
-packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+packetLen(0x018e, 10)
// Packet: 0x018f
-packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 6)
// Packet: 0x0190
-packetLen(0x0190, 23) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+packetLen(0x0190, 23)
// Packet: 0x0191
-packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+packetLen(0x0191, 86)
// Packet: 0x0192
-packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+packetLen(0x0192, 24)
// Packet: 0x0193
-packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+packetLen(0x0193, 2)
// Packet: 0x0194
-packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 30)
// Packet: 0x0195
-packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 102)
// Packet: 0x0196
-packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, 9)
// Packet: 0x0197
-packetLen(0x0197, 4) // CZ_RESET
+packetLen(0x0197, 4)
// Packet: 0x0198
-packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+packetLen(0x0198, 8)
// Packet: 0x0199
-packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, 4)
// Packet: 0x019a
-packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 14)
// Packet: 0x019b
-packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 10)
// Packet: 0x019c
-packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+packetLen(0x019c, -1)
// Packet: 0x019d
-packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, 6)
// Packet: 0x019e
-packetLen(0x019e, 2) // ZC_START_CAPTURE
+packetLen(0x019e, 2)
// Packet: 0x019f
-packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, 6)
// Packet: 0x01a0
-packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, 3)
// Packet: 0x01a1
-packetLen(0x01a1, 3) // CZ_COMMAND_PET
+packetLen(0x01a1, 3)
// Packet: 0x01a2
-packetLen(0x01a2, 37) // ZC_PROPERTY_PET
+packetLen(0x01a2, 37)
// Packet: 0x01a3
-packetLen(0x01a3, 5) // ZC_FEED_PET
+packetLen(0x01a3, 5)
// Packet: 0x01a4
-packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, 11)
// Packet: 0x01a5
-packetLen(0x01a5, 26) // CZ_RENAME_PET
+packetLen(0x01a5, 26)
// Packet: 0x01a6
-packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+packetLen(0x01a6, -1)
// Packet: 0x01a7
-packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 4)
// Packet: 0x01a8
-packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+packetLen(0x01a8, 4)
// Packet: 0x01a9
-packetLen(0x01a9, 6) // CZ_PET_ACT
+packetLen(0x01a9, 6)
// Packet: 0x01aa
-packetLen(0x01aa, 10) // ZC_PET_ACT
+packetLen(0x01aa, 10)
// Packet: 0x01ab
-packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, 12)
// Packet: 0x01ac
-packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+packetLen(0x01ac, 6)
// Packet: 0x01ad
-packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, -1)
// Packet: 0x01ae
-packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, 4)
// Packet: 0x01af
-packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+packetLen(0x01af, 4)
// Packet: 0x01b0
-packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, 11)
// Packet: 0x01b1
-packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+packetLen(0x01b1, 7)
// Packet: 0x01b2
-packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, -1)
// Packet: 0x01b3
-packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, 67)
// Packet: 0x01b4
-packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+packetLen(0x01b4, 12)
// Packet: 0x01b5
-packetLen(0x01b5, 18) // SC_BILLING_INFO
+packetLen(0x01b5, 18)
// Packet: 0x01b6
-packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+packetLen(0x01b6, 114)
// Packet: 0x01b7
-packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+packetLen(0x01b7, 6)
// Packet: 0x01b8
-packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+packetLen(0x01b8, 3)
// Packet: 0x01b9
-packetLen(0x01b9, 6) // ZC_DISPEL
+packetLen(0x01b9, 6)
// Packet: 0x01ba
-packetLen(0x01ba, 26) // CZ_REMOVE_AID
+packetLen(0x01ba, 26)
// Packet: 0x01bb
-packetLen(0x01bb, 26) // CZ_SHIFT
+packetLen(0x01bb, 26)
// Packet: 0x01bc
-packetLen(0x01bc, 26) // CZ_RECALL
+packetLen(0x01bc, 26)
// Packet: 0x01bd
-packetLen(0x01bd, 26) // CZ_RECALL_GID
+packetLen(0x01bd, 26)
// Packet: 0x01be
-packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+packetLen(0x01be, 2)
// Packet: 0x01bf
-packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+packetLen(0x01bf, 3)
// Packet: 0x01c0
-packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+packetLen(0x01c0, 2)
// Packet: 0x01c1
-packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+packetLen(0x01c1, 14)
// Packet: 0x01c2
-packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+packetLen(0x01c2, 10)
// Packet: 0x01c3
-packetLen(0x01c3, -1) // ZC_BROADCAST2
+packetLen(0x01c3, -1)
// Packet: 0x01c4
-packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 22)
// Packet: 0x01c5
-packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 22)
// Packet: 0x01c6
-packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+packetLen(0x01c6, 4)
// Packet: 0x01c7
-packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+packetLen(0x01c7, 2)
// Packet: 0x01c8
-packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, 13)
// Packet: 0x01c9
-packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 97)
// Packet: 0x01ca
-packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+packetLen(0x01ca, 3)
// Packet: 0x01cb
-packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+packetLen(0x01cb, 9)
// Packet: 0x01cc
-packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+packetLen(0x01cc, 9)
// Packet: 0x01cd
-packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, 30)
// Packet: 0x01ce
-packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, 6)
// Packet: 0x01cf
-packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+packetLen(0x01cf, 28)
// Packet: 0x01d0
-packetLen(0x01d0, 8) // ZC_SPIRITS
+packetLen(0x01d0, 8)
// Packet: 0x01d1
-packetLen(0x01d1, 14) // ZC_BLADESTOP
+packetLen(0x01d1, 14)
// Packet: 0x01d2
-packetLen(0x01d2, 10) // ZC_COMBODELAY
+packetLen(0x01d2, 10)
// Packet: 0x01d3
-packetLen(0x01d3, 35) // ZC_SOUND
+packetLen(0x01d3, 35)
// Packet: 0x01d4
-packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, 6)
// Packet: 0x01d5
-packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, -1)
// Packet: 0x01d6
-packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 4)
// Packet: 0x01d7
-packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 11)
// Packet: 0x01d8
-packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 54)
// Packet: 0x01d9
-packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 53)
// Packet: 0x01da
-packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 60)
// Packet: 0x01db
-packetLen(0x01db, 2) // CA_REQ_HASH
+packetLen(0x01db, 2)
// Packet: 0x01dc
-packetLen(0x01dc, -1) // AC_ACK_HASH
+packetLen(0x01dc, -1)
// Packet: 0x01dd
-packetLen(0x01dd, 47) // CA_LOGIN2
+packetLen(0x01dd, 47)
// Packet: 0x01de
-packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 33)
// Packet: 0x01df
-packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+packetLen(0x01df, 6)
// Packet: 0x01e0
-packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+packetLen(0x01e0, 30)
// Packet: 0x01e1
-packetLen(0x01e1, 8) // ZC_SPIRITS2
+packetLen(0x01e1, 8)
// Packet: 0x01e2
-packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+packetLen(0x01e2, 34)
// Packet: 0x01e3
-packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+packetLen(0x01e3, 14)
// Packet: 0x01e4
-packetLen(0x01e4, 2) // ZC_START_COUPLE
+packetLen(0x01e4, 2)
// Packet: 0x01e5
-packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+packetLen(0x01e5, 6)
// Packet: 0x01e6
-packetLen(0x01e6, 26) // ZC_COUPLENAME
+packetLen(0x01e6, 26)
// Packet: 0x01e7
-packetLen(0x01e7, 2) // CZ_DORIDORI
+packetLen(0x01e7, 2)
// Packet: 0x01e8
-packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 28)
// Packet: 0x01e9
-packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, 81)
// Packet: 0x01ea
-packetLen(0x01ea, 6) // ZC_CONGRATULATION
+packetLen(0x01ea, 6)
// Packet: 0x01eb
-packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, 10)
// Packet: 0x01ec
-packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+packetLen(0x01ec, 26)
// Packet: 0x01ed
-packetLen(0x01ed, 2) // CZ_CHOPOKGI
+packetLen(0x01ed, 2)
// Packet: 0x01ee
-packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, -1)
// Packet: 0x01ef
-packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, -1)
// Packet: 0x01f0
-packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, -1)
// Packet: 0x01f1
-packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+packetLen(0x01f1, -1)
// Packet: 0x01f2
-packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, 20)
// Packet: 0x01f3
-packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+packetLen(0x01f3, 10)
// Packet: 0x01f4
-packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, 32)
// Packet: 0x01f5
-packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, 9)
// Packet: 0x01f6
-packetLen(0x01f6, 34) // ZC_REQ_BABY
+packetLen(0x01f6, 34)
// Packet: 0x01f7
-packetLen(0x01f7, 14) // CZ_JOIN_BABY
+packetLen(0x01f7, 14)
// Packet: 0x01f8
-packetLen(0x01f8, 2) // ZC_START_BABY
+packetLen(0x01f8, 2)
// Packet: 0x01f9
-packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+packetLen(0x01f9, 6)
// Packet: 0x01fa
-packetLen(0x01fa, 48) // CA_LOGIN3
+packetLen(0x01fa, 48)
// Packet: 0x01fb
-packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+packetLen(0x01fb, 56)
// Packet: 0x01fc
-packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, -1)
// Packet: 0x01fd
-packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 15)
// Packet: 0x01fe
-packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, 5)
// Packet: 0x01ff
-packetLen(0x01ff, 10) // ZC_HIGHJUMP
+packetLen(0x01ff, 10)
// Packet: 0x0200
-packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+packetLen(0x0200, 26)
// Packet: 0x0201
-packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+packetLen(0x0201, -1)
// Packet: 0x0202
#if PACKETVER >= 20151209
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20151202
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20151104
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20151028
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20151021
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20151014
-packetLen(0x0202, 18) // CZ_ADD_FRIENDS
+packetLen(0x0202, 18)
#elif PACKETVER >= 20151007
-packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+packetLen(0x0202, -1)
#elif PACKETVER >= 20151001
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20150826
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20150819
-packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+packetLen(0x0202, -1)
#elif PACKETVER >= 20150805
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20150603
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20150527
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20150520
-packetLen(0x0202, 6) // CZ_ADD_FRIENDS
+packetLen(0x0202, 6)
#elif PACKETVER >= 20150429
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20150422
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20150401
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20150325
-packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+packetLen(0x0202, 26)
#elif PACKETVER >= 20150318
-packetLen(0x0202, 4) // CZ_ADD_FRIENDS
+packetLen(0x0202, 4)
#elif PACKETVER >= 20150225
-packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+packetLen(0x0202, 26)
// ignored packet from 2015-02-25iRagexe
// ignored packet from 2015-02-25eRagexe
#elif PACKETVER >= 20150217
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20150211
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20150204
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20150128
-packetLen(0x0202, 12) // CZ_ADD_FRIENDS
+packetLen(0x0202, 12)
#elif PACKETVER >= 20150107
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#endif
// Packet: 0x0203
-packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+packetLen(0x0203, 10)
// Packet: 0x0204
-packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+packetLen(0x0204, 18)
// Packet: 0x0205
-packetLen(0x0205, 26) // ZC_DIVORCE
+packetLen(0x0205, 26)
// Packet: 0x0206
-packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+packetLen(0x0206, 11)
// Packet: 0x0207
-packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, 34)
// Packet: 0x0208
-packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, 14)
// Packet: 0x0209
-packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, 36)
// Packet: 0x020a
-packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 10)
// Packet: 0x020d
-packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+packetLen(0x020d, -1)
// Packet: 0x020e
-packetLen(0x020e, 32) // ZC_STARSKILL
+packetLen(0x020e, 32)
// Packet: 0x0212
-packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+packetLen(0x0212, 26)
// Packet: 0x0213
-packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+packetLen(0x0213, 26)
// Packet: 0x0214
-packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+packetLen(0x0214, 42)
// Packet: 0x0215
-packetLen(0x0215, 6) // ZC_SKILLMSG
+packetLen(0x0215, 6)
// Packet: 0x0216
-packetLen(0x0216, 6) // ZC_BABYMSG
+packetLen(0x0216, 6)
// Packet: 0x0217
-packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 2)
// Packet: 0x0218
-packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, 2)
// Packet: 0x0219
-packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 282)
// Packet: 0x021a
-packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, 282)
// Packet: 0x021b
-packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, 10)
// Packet: 0x021c
-packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, 10)
// Packet: 0x021d
-packetLen(0x021d, 6) // CZ_LESSEFFECT
+packetLen(0x021d, 6)
// Packet: 0x021e
-packetLen(0x021e, 6) // ZC_LESSEFFECT
+packetLen(0x021e, 6)
// Packet: 0x021f
-packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+packetLen(0x021f, 66)
// Packet: 0x0220
-packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+packetLen(0x0220, 10)
// Packet: 0x0221
-packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+packetLen(0x0221, -1)
// Packet: 0x0222
-packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+packetLen(0x0222, 6)
// Packet: 0x0223
-packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+packetLen(0x0223, 8)
// Packet: 0x0224
-packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+packetLen(0x0224, 10)
// Packet: 0x0225
-packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+packetLen(0x0225, 2)
// Packet: 0x0226
-packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+packetLen(0x0226, 282)
// Packet: 0x0227
-packetLen(0x0227, 18) // ZC_GAME_GUARD
+packetLen(0x0227, 18)
// Packet: 0x0228
-packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+packetLen(0x0228, 18)
// Packet: 0x0229
-packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+packetLen(0x0229, 15)
// Packet: 0x022a
-packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 58)
// Packet: 0x022b
-packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, 57)
// Packet: 0x022c
-packetLen(0x022c, 65) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, 65)
// Packet: 0x022d
#if PACKETVER >= 20151223
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20151216
-packetLen(0x022d, 5) // CZ_COMMAND_MER
+packetLen(0x022d, 5)
#elif PACKETVER >= 20151209
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20151202
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20151125
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20151118
-packetLen(0x022d, 6) // CZ_COMMAND_MER
+packetLen(0x022d, 6)
#elif PACKETVER >= 20151104
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20151028
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20151007
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20151001
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20150923
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20150916
-packetLen(0x022d, 10) // CZ_COMMAND_MER
+packetLen(0x022d, 10)
#elif PACKETVER >= 20150826
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20150819
-packetLen(0x022d, 10) // CZ_COMMAND_MER
+packetLen(0x022d, 10)
#elif PACKETVER >= 20150805
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20150715
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20150708
-packetLen(0x022d, 6) // CZ_COMMAND_MER
+packetLen(0x022d, 6)
#elif PACKETVER >= 20150701
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20150624
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20150603
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20150527
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20150429
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20150422
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20150225
-packetLen(0x022d, 5) // CZ_COMMAND_MER
+packetLen(0x022d, 5)
// ignored packet from 2015-02-25iRagexe
// ignored packet from 2015-02-25eRagexe
#elif PACKETVER >= 20150217
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20150211
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20150204
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20150107
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#endif
// Packet: 0x022e
-packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 71)
// Packet: 0x022f
-packetLen(0x022f, 5) // ZC_FEED_MER
+packetLen(0x022f, 5)
// Packet: 0x0230
-packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+packetLen(0x0230, 12)
// Packet: 0x0231
-packetLen(0x0231, 26) // CZ_RENAME_MER
+packetLen(0x0231, 26)
// Packet: 0x0232
-packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, 9)
// Packet: 0x0233
-packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, 11)
// Packet: 0x0234
-packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, 6)
// Packet: 0x0235
-packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, -1)
// Packet: 0x0236
-packetLen(0x0236, 10) // ZC_KILLER_POINT
+packetLen(0x0236, 10)
// Packet: 0x0237
-packetLen(0x0237, 2) // CZ_KILLER_RANK
+packetLen(0x0237, 2)
// Packet: 0x0238
-packetLen(0x0238, 282) // ZC_KILLER_RANK
+packetLen(0x0238, 282)
// Packet: 0x0239
-packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 11)
// Packet: 0x023a
-packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, 4)
// Packet: 0x023b
#if PACKETVER >= 20151209
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20151202
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20151111
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20151104
-packetLen(0x023b, -1) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, -1)
#elif PACKETVER >= 20151028
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20151021
-packetLen(0x023b, 19) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 19)
#elif PACKETVER >= 20151007
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20151001
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20150916
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20150909
-packetLen(0x023b, 7) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 7)
#elif PACKETVER >= 20150902
-packetLen(0x023b, 18) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 18)
#elif PACKETVER >= 20150819
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20150805
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20150729
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20150722
-packetLen(0x023b, 90) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 90)
#elif PACKETVER >= 20150715
-packetLen(0x023b, -1) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, -1)
#elif PACKETVER >= 20150708
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20150701
-packetLen(0x023b, 19) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 19)
#elif PACKETVER >= 20150603
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20150527
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20150513
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20150507
-packetLen(0x023b, 5) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 5)
#elif PACKETVER >= 20150429
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20150422
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20150325
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20150318
-packetLen(0x023b, 6) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 6)
#elif PACKETVER >= 20150311
-packetLen(0x023b, 5) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 5)
#elif PACKETVER >= 20150225
-packetLen(0x023b, 36) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 36)
// ignored packet from 2015-02-25iRagexe
// ignored packet from 2015-02-25eRagexe
#elif PACKETVER >= 20150217
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20150211
-packetLen(0x023b, 4) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 4)
#elif PACKETVER >= 20150204
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20150128
-packetLen(0x023b, 5) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 5)
#elif PACKETVER >= 20150107
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#endif
// Packet: 0x023c
-packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, 6)
// Packet: 0x023d
-packetLen(0x023d, 6) // AC_EVENT_RESULT
+packetLen(0x023d, 6)
// Packet: 0x023e
-packetLen(0x023e, 8) // HC_REQUEST_CHARACTER_PASSWORD
+packetLen(0x023e, 8)
// Packet: 0x023f
-packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+packetLen(0x023f, 2)
// Packet: 0x0240
-packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+packetLen(0x0240, -1)
// Packet: 0x0241
-packetLen(0x0241, 6) // CZ_MAIL_OPEN
+packetLen(0x0241, 6)
// Packet: 0x0242
-packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+packetLen(0x0242, -1)
// Packet: 0x0243
-packetLen(0x0243, 6) // CZ_MAIL_DELETE
+packetLen(0x0243, 6)
// Packet: 0x0244
-packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+packetLen(0x0244, 6)
// Packet: 0x0245
-packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+packetLen(0x0245, 3)
// Packet: 0x0246
-packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+packetLen(0x0246, 4)
// Packet: 0x0247
-packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+packetLen(0x0247, 8)
// Packet: 0x0248
-packetLen(0x0248, -1) // CZ_MAIL_SEND
+packetLen(0x0248, -1)
// Packet: 0x0249
-packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+packetLen(0x0249, 3)
// Packet: 0x024a
-packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+packetLen(0x024a, 70)
// Packet: 0x024b
-packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+packetLen(0x024b, 4)
// Packet: 0x024c
-packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+packetLen(0x024c, 8)
// Packet: 0x024d
-packetLen(0x024d, 12) // CZ_AUCTION_ADD
+packetLen(0x024d, 12)
// Packet: 0x024e
-packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+packetLen(0x024e, 6)
// Packet: 0x024f
-packetLen(0x024f, 10) // CZ_AUCTION_BUY
+packetLen(0x024f, 10)
// Packet: 0x0250
-packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+packetLen(0x0250, 3)
// Packet: 0x0251
-packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+packetLen(0x0251, 34)
// Packet: 0x0252
-packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+packetLen(0x0252, -1)
// Packet: 0x0253
-packetLen(0x0253, 3) // ZC_STARPLACE
+packetLen(0x0253, 3)
// Packet: 0x0254
-packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+packetLen(0x0254, 3)
// Packet: 0x0255
-packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+packetLen(0x0255, 5)
// Packet: 0x0256
-packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+packetLen(0x0256, 5)
// Packet: 0x0257
-packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+packetLen(0x0257, 8)
// Packet: 0x0258
-packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+packetLen(0x0258, 2)
// Packet: 0x0259
-packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+packetLen(0x0259, 3)
// Packet: 0x025a
-packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+packetLen(0x025a, -1)
// Packet: 0x025b
-packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+packetLen(0x025b, 6)
// Packet: 0x025c
-packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+packetLen(0x025c, 4)
// Packet: 0x025d
-packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+packetLen(0x025d, 6)
// Packet: 0x025e
-packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+packetLen(0x025e, 4)
// Packet: 0x025f
-packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+packetLen(0x025f, 6)
// Packet: 0x0260
-packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+packetLen(0x0260, 6)
// Packet: 0x0261
-packetLen(0x0261, 11) // AC_REQ_LOGIN_OLDEKEY
+packetLen(0x0261, 11)
// Packet: 0x0262
-packetLen(0x0262, 11) // AC_REQ_LOGIN_NEWEKEY
+packetLen(0x0262, 11)
// Packet: 0x0263
-packetLen(0x0263, 11) // AC_REQ_LOGIN_CARDPASS
+packetLen(0x0263, 11)
// Packet: 0x0264
-packetLen(0x0264, 20) // CA_ACK_LOGIN_OLDEKEY
+packetLen(0x0264, 20)
// Packet: 0x0265
-packetLen(0x0265, 20) // CA_ACK_LOGIN_NEWEKEY
+packetLen(0x0265, 20)
// Packet: 0x0266
-packetLen(0x0266, 30) // CA_ACK_LOGIN_CARDPASS
+packetLen(0x0266, 30)
// Packet: 0x0267
-packetLen(0x0267, 4) // AC_ACK_EKEY_FAIL_NOTEXIST
+packetLen(0x0267, 4)
// Packet: 0x0268
-packetLen(0x0268, 4) // AC_ACK_EKEY_FAIL_NOTUSESEKEY
+packetLen(0x0268, 4)
// Packet: 0x0269
-packetLen(0x0269, 4) // AC_ACK_EKEY_FAIL_NOTUSEDEKEY
+packetLen(0x0269, 4)
// Packet: 0x026a
-packetLen(0x026a, 4) // AC_ACK_EKEY_FAIL_AUTHREFUSE
+packetLen(0x026a, 4)
// Packet: 0x026b
-packetLen(0x026b, 4) // AC_ACK_EKEY_FAIL_INPUTEKEY
+packetLen(0x026b, 4)
// Packet: 0x026c
-packetLen(0x026c, 4) // AC_ACK_EKEY_FAIL_NOTICE
+packetLen(0x026c, 4)
// Packet: 0x026d
-packetLen(0x026d, 4) // AC_ACK_EKEY_FAIL_NEEDCARDPASS
+packetLen(0x026d, 4)
// Packet: 0x026f
-packetLen(0x026f, 2) // AC_ACK_FIRST_LOGIN
+packetLen(0x026f, 2)
// Packet: 0x0270
-packetLen(0x0270, 2) // AC_REQ_LOGIN_ACCOUNT_INFO
+packetLen(0x0270, 2)
// Packet: 0x0271
-packetLen(0x0271, 40) // CA_ACK_LOGIN_ACCOUNT_INFO
+packetLen(0x0271, 40)
// Packet: 0x0272
-packetLen(0x0272, 44) // AC_ACK_PT_ID_INFO
+packetLen(0x0272, 44)
// Packet: 0x0273
-packetLen(0x0273, 30) // CZ_REQ_MAIL_RETURN
+packetLen(0x0273, 30)
// Packet: 0x0274
-packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, 8)
// Packet: 0x0275
-packetLen(0x0275, 37) // CH_ENTER2
+packetLen(0x0275, 37)
// Packet: 0x0276
-packetLen(0x0276, -1) // AC_ACCEPT_LOGIN2
+packetLen(0x0276, -1)
// Packet: 0x0277
-packetLen(0x0277, 84) // CA_LOGIN_PCBANG
+packetLen(0x0277, 84)
// Packet: 0x0278
-packetLen(0x0278, 2) // ZC_NOTIFY_PCBANG
+packetLen(0x0278, 2)
// Packet: 0x0279
-packetLen(0x0279, 2) // CZ_HUNTINGLIST
+packetLen(0x0279, 2)
// Packet: 0x027a
-packetLen(0x027a, -1) // ZC_HUNTINGLIST
+packetLen(0x027a, -1)
// Packet: 0x027b
-packetLen(0x027b, 14) // ZC_PCBANG_EFFECT
+packetLen(0x027b, 14)
// Packet: 0x027c
-packetLen(0x027c, 60) // CA_LOGIN4
+packetLen(0x027c, 60)
// Packet: 0x027d
-packetLen(0x027d, 62) // ZC_PROPERTY_MERCE
+packetLen(0x027d, 62)
// Packet: 0x027e
-packetLen(0x027e, -1) // ZC_SHANDA_PROTECT
+packetLen(0x027e, -1)
// Packet: 0x027f
-packetLen(0x027f, 8) // CA_CLIENT_TYPE
+packetLen(0x027f, 8)
// Packet: 0x0280
-packetLen(0x0280, 12) // ZC_GANGSI_POINT
+packetLen(0x0280, 12)
// Packet: 0x0281
#if PACKETVER >= 20151209
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20151202
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20151104
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20151021
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20151014
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20151001
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20150826
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20150819
-packetLen(0x0281, 6) // CZ_GANGSI_RANK
+packetLen(0x0281, 6)
#elif PACKETVER >= 20150805
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20150729
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20150722
-packetLen(0x0281, 6) // CZ_GANGSI_RANK
+packetLen(0x0281, 6)
#elif PACKETVER >= 20150701
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20150624
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20150603
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20150527
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20150429
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20150422
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20150325
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20150318
-packetLen(0x0281, 8) // CZ_GANGSI_RANK
+packetLen(0x0281, 8)
#elif PACKETVER >= 20150225
-packetLen(0x0281, 4) // CZ_GANGSI_RANK
+packetLen(0x0281, 4)
// ignored packet from 2015-02-25iRagexe
// ignored packet from 2015-02-25eRagexe
#elif PACKETVER >= 20150217
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20150211
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20150204
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20150128
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20150121
-packetLen(0x0281, 18) // CZ_GANGSI_RANK
+packetLen(0x0281, 18)
#elif PACKETVER >= 20150107
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#endif
// Packet: 0x0282
-packetLen(0x0282, 284) // ZC_GANGSI_RANK
+packetLen(0x0282, 284)
// Packet: 0x0283
-packetLen(0x0283, 6) // ZC_AID
+packetLen(0x0283, 6)
// Packet: 0x0284
-packetLen(0x0284, 14) // ZC_NOTIFY_EFFECT3
+packetLen(0x0284, 14)
// Packet: 0x0285
-packetLen(0x0285, 6) // ZC_DEATH_QUESTION
+packetLen(0x0285, 6)
// Packet: 0x0286
-packetLen(0x0286, 4) // CZ_DEATH_QUESTION
+packetLen(0x0286, 4)
// Packet: 0x0287
-packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, -1)
// Packet: 0x0288
-packetLen(0x0288, -1) // CZ_PC_BUY_CASH_POINT_ITEM
+packetLen(0x0288, -1)
// Packet: 0x0289
-packetLen(0x0289, 12) // ZC_PC_CASH_POINT_UPDATE
+packetLen(0x0289, 12)
// Packet: 0x028a
-packetLen(0x028a, 18) // ZC_NPC_SHOWEFST_UPDATE
+packetLen(0x028a, 18)
// Packet: 0x028b
-packetLen(0x028b, -1) // HC_CHARNOTBEENSELECTED
+packetLen(0x028b, -1)
// Packet: 0x028c
-packetLen(0x028c, 46) // CH_SELECT_CHAR_GOINGTOBEUSED
+packetLen(0x028c, 46)
// Packet: 0x028d
-packetLen(0x028d, 34) // CH_REQ_IS_VALID_CHARNAME
+packetLen(0x028d, 34)
// Packet: 0x028e
-packetLen(0x028e, 4) // HC_ACK_IS_VALID_CHARNAME
+packetLen(0x028e, 4)
// Packet: 0x028f
-packetLen(0x028f, 6) // CH_REQ_CHANGE_CHARNAME
+packetLen(0x028f, 6)
// Packet: 0x0290
-packetLen(0x0290, 4) // HC_ACK_CHANGE_CHARNAME
+packetLen(0x0290, 4)
// Packet: 0x0291
-packetLen(0x0291, 4) // ZC_MSG
+packetLen(0x0291, 4)
// Packet: 0x0292
-packetLen(0x0292, 2) // CZ_STANDING_RESURRECTION
+packetLen(0x0292, 2)
// Packet: 0x0293
-packetLen(0x0293, 70) // ZC_BOSS_INFO
+packetLen(0x0293, 70)
// Packet: 0x0294
-packetLen(0x0294, 10) // ZC_READ_BOOK
+packetLen(0x0294, 10)
// Packet: 0x0295
-packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, -1)
// Packet: 0x0296
-packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, -1)
// Packet: 0x0297
-packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, -1)
// Packet: 0x0298
-packetLen(0x0298, 8) // ZC_CASH_TIME_COUNTER
+packetLen(0x0298, 8)
// Packet: 0x0299
-packetLen(0x0299, 6) // ZC_CASH_ITEM_DELETE
+packetLen(0x0299, 6)
// Packet: 0x029a
-packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, 27)
// Packet: 0x029b
-packetLen(0x029b, 80) // ZC_MER_INIT
+packetLen(0x029b, 80)
// Packet: 0x029c
-packetLen(0x029c, 66) // ZC_MER_PROPERTY
+packetLen(0x029c, 66)
// Packet: 0x029d
-packetLen(0x029d, -1) // ZC_MER_SKILLINFO_LIST
+packetLen(0x029d, -1)
// Packet: 0x029e
-packetLen(0x029e, 11) // ZC_MER_SKILLINFO_UPDATE
+packetLen(0x029e, 11)
// Packet: 0x029f
-packetLen(0x029f, 3) // CZ_MER_COMMAND
+packetLen(0x029f, 3)
// Packet: 0x02a2
-packetLen(0x02a2, 8) // ZC_MER_PAR_CHANGE
+packetLen(0x02a2, 8)
// Packet: 0x02a5
-packetLen(0x02a5, 8) // CZ_KSY_EVENT
+packetLen(0x02a5, 8)
// Packet: 0x02a6
-packetLen(0x02a6, -1) // ZC_HACKSH_CPX_MSG
+packetLen(0x02a6, -1)
// Packet: 0x02a7
-packetLen(0x02a7, -1) // CZ_HACKSH_CPX_MSG
+packetLen(0x02a7, -1)
// Packet: 0x02aa
-packetLen(0x02aa, 4) // ZC_REQ_CASH_PASSWORD
+packetLen(0x02aa, 4)
// Packet: 0x02ab
-packetLen(0x02ab, 36) // CZ_ACK_CASH_PASSWORD
+packetLen(0x02ab, 36)
// Packet: 0x02ac
-packetLen(0x02ac, 6) // ZC_RESULT_CASH_PASSWORD
+packetLen(0x02ac, 6)
// Packet: 0x02ad
-packetLen(0x02ad, 8) // AC_REQUEST_SECOND_PASSWORD
+packetLen(0x02ad, 8)
// Packet: 0x02b0
-packetLen(0x02b0, 85) // CA_LOGIN_HAN
+packetLen(0x02b0, 85)
// Packet: 0x02b1
-packetLen(0x02b1, -1) // ZC_ALL_QUEST_LIST
+packetLen(0x02b1, -1)
// Packet: 0x02b2
-packetLen(0x02b2, -1) // ZC_ALL_QUEST_MISSION
+packetLen(0x02b2, -1)
// Packet: 0x02b3
-packetLen(0x02b3, 107) // ZC_ADD_QUEST
+packetLen(0x02b3, 107)
// Packet: 0x02b4
-packetLen(0x02b4, 6) // ZC_DEL_QUEST
+packetLen(0x02b4, 6)
// Packet: 0x02b5
-packetLen(0x02b5, -1) // ZC_UPDATE_MISSION_HUNT
+packetLen(0x02b5, -1)
// Packet: 0x02b6
-packetLen(0x02b6, 7) // CZ_ACTIVE_QUEST
+packetLen(0x02b6, 7)
// Packet: 0x02b7
-packetLen(0x02b7, 7) // ZC_ACTIVE_QUEST
+packetLen(0x02b7, 7)
// Packet: 0x02b8
-packetLen(0x02b8, 22) // ZC_ITEM_PICKUP_PARTY
+packetLen(0x02b8, 22)
// Packet: 0x02b9
-packetLen(0x02b9, 191) // ZC_SHORTCUT_KEY_LIST
+packetLen(0x02b9, 191)
// Packet: 0x02ba
-packetLen(0x02ba, 11) // CZ_SHORTCUT_KEY_CHANGE
+packetLen(0x02ba, 11)
// Packet: 0x02bb
-packetLen(0x02bb, 8) // ZC_EQUIPITEM_DAMAGED
+packetLen(0x02bb, 8)
// Packet: 0x02bc
-packetLen(0x02bc, 6) // ZC_NOTIFY_PCBANG_PLAYING_TIME
+packetLen(0x02bc, 6)
// Packet: 0x02c1
-packetLen(0x02c1, -1) // ZC_NPC_CHAT
+packetLen(0x02c1, -1)
// Packet: 0x02c2
-packetLen(0x02c2, -1) // ZC_FORMATSTRING_MSG
+packetLen(0x02c2, -1)
// Packet: 0x02c4
#if PACKETVER >= 20151223
-packetLen(0x02c4, 8) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 8)
#elif PACKETVER >= 20151118
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20151111
-packetLen(0x02c4, -1) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, -1)
#elif PACKETVER >= 20151028
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20151021
-packetLen(0x02c4, 36) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 36)
#elif PACKETVER >= 20150715
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20150708
-packetLen(0x02c4, 90) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 90)
#elif PACKETVER >= 20150520
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20150513
-packetLen(0x02c4, 8) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 8)
#elif PACKETVER >= 20150304
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20150225
-packetLen(0x02c4, 26) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 26)
// ignored packet from 2015-02-25iRagexe
// ignored packet from 2015-02-25eRagexe
#elif PACKETVER >= 20150107
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#endif
// Packet: 0x02c5
-packetLen(0x02c5, 30) // ZC_PARTY_JOIN_REQ_ACK
+packetLen(0x02c5, 30)
// Packet: 0x02c6
-packetLen(0x02c6, 30) // ZC_PARTY_JOIN_REQ
+packetLen(0x02c6, 30)
// Packet: 0x02c7
-packetLen(0x02c7, 7) // CZ_PARTY_JOIN_REQ_ACK
+packetLen(0x02c7, 7)
// Packet: 0x02c8
-packetLen(0x02c8, 3) // CZ_PARTY_CONFIG
+packetLen(0x02c8, 3)
// Packet: 0x02c9
-packetLen(0x02c9, 3) // ZC_PARTY_CONFIG
+packetLen(0x02c9, 3)
// Packet: 0x02ca
-packetLen(0x02ca, 3) // HC_REFUSE_SELECTCHAR
+packetLen(0x02ca, 3)
// Packet: 0x02cb
-packetLen(0x02cb, 65) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO
+packetLen(0x02cb, 65)
// Packet: 0x02cc
-packetLen(0x02cc, 4) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_NOTIFY
+packetLen(0x02cc, 4)
// Packet: 0x02cd
-packetLen(0x02cd, 71) // ZC_MEMORIALDUNGEON_INFO
+packetLen(0x02cd, 71)
// Packet: 0x02ce
-packetLen(0x02ce, 10) // ZC_MEMORIALDUNGEON_NOTIFY
+packetLen(0x02ce, 10)
// Packet: 0x02cf
-packetLen(0x02cf, 6) // CZ_MEMORIALDUNGEON_COMMAND
+packetLen(0x02cf, 6)
// Packet: 0x02d0
-packetLen(0x02d0, -1) // ZC_EQUIPMENT_ITEMLIST3
+packetLen(0x02d0, -1)
// Packet: 0x02d1
-packetLen(0x02d1, -1) // ZC_STORE_EQUIPMENT_ITEMLIST3
+packetLen(0x02d1, -1)
// Packet: 0x02d2
-packetLen(0x02d2, -1) // ZC_CART_EQUIPMENT_ITEMLIST3
+packetLen(0x02d2, -1)
// Packet: 0x02d3
-packetLen(0x02d3, 4) // ZC_NOTIFY_BIND_ON_EQUIP
+packetLen(0x02d3, 4)
// Packet: 0x02d4
-packetLen(0x02d4, 29) // ZC_ITEM_PICKUP_ACK3
+packetLen(0x02d4, 29)
// Packet: 0x02d5
-packetLen(0x02d5, 2) // ZC_ISVR_DISCONNECT
+packetLen(0x02d5, 2)
// Packet: 0x02d6
-packetLen(0x02d6, 6) // CZ_EQUIPWIN_MICROSCOPE
+packetLen(0x02d6, 6)
// Packet: 0x02d7
-packetLen(0x02d7, -1) // ZC_EQUIPWIN_MICROSCOPE
+packetLen(0x02d7, -1)
// Packet: 0x02d8
-packetLen(0x02d8, 10) // CZ_CONFIG
+packetLen(0x02d8, 10)
// Packet: 0x02d9
-packetLen(0x02d9, 10) // ZC_CONFIG
+packetLen(0x02d9, 10)
// Packet: 0x02da
-packetLen(0x02da, 3) // ZC_CONFIG_NOTIFY
+packetLen(0x02da, 3)
// Packet: 0x02db
-packetLen(0x02db, -1) // CZ_BATTLEFIELD_CHAT
+packetLen(0x02db, -1)
// Packet: 0x02dc
-packetLen(0x02dc, -1) // ZC_BATTLEFIELD_CHAT
+packetLen(0x02dc, -1)
// Packet: 0x02dd
-packetLen(0x02dd, 32) // ZC_BATTLEFIELD_NOTIFY_CAMPINFO
+packetLen(0x02dd, 32)
// Packet: 0x02de
-packetLen(0x02de, 6) // ZC_BATTLEFIELD_NOTIFY_POINT
+packetLen(0x02de, 6)
// Packet: 0x02df
-packetLen(0x02df, 36) // ZC_BATTLEFIELD_NOTIFY_POSITION
+packetLen(0x02df, 36)
// Packet: 0x02e0
-packetLen(0x02e0, 34) // ZC_BATTLEFIELD_NOTIFY_HP
+packetLen(0x02e0, 34)
// Packet: 0x02e1
-packetLen(0x02e1, 33) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, 33)
// Packet: 0x02e2
-packetLen(0x02e2, 20) // CZ_USE_ITEM_NEW_JAPEN
+packetLen(0x02e2, 20)
// Packet: 0x02e3
-packetLen(0x02e3, 22) // CZ_USE_SKILL_NEW_JAPEN
+packetLen(0x02e3, 22)
// Packet: 0x02e4
-packetLen(0x02e4, 11) // CZ_ITEM_PICKUP_NEW_JAPEN
+packetLen(0x02e4, 11)
// Packet: 0x02e5
-packetLen(0x02e5, 9) // CZ_REQUEST_MOVE_NEW_JAPEN
+packetLen(0x02e5, 9)
// Packet: 0x02e6
-packetLen(0x02e6, 6) // CZ_BOT_CHECK
+packetLen(0x02e6, 6)
// Packet: 0x02e7
-packetLen(0x02e7, -1) // ZC_MAPPROPERTY
+packetLen(0x02e7, -1)
// Packet: 0x02e8
-packetLen(0x02e8, -1) // ZC_NORMAL_ITEMLIST3
+packetLen(0x02e8, -1)
// Packet: 0x02e9
-packetLen(0x02e9, -1) // ZC_CART_NORMAL_ITEMLIST3
+packetLen(0x02e9, -1)
// Packet: 0x02ea
-packetLen(0x02ea, -1) // ZC_STORE_NORMAL_ITEMLIST3
+packetLen(0x02ea, -1)
// Packet: 0x02eb
-packetLen(0x02eb, 13) // ZC_ACCEPT_ENTER2
+packetLen(0x02eb, 13)
// Packet: 0x02ec
-packetLen(0x02ec, 67) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 67)
// Packet: 0x02ed
-packetLen(0x02ed, 59) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, 59)
// Packet: 0x02ee
-packetLen(0x02ee, 60) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, 60)
// Packet: 0x02ef
-packetLen(0x02ef, 8) // ZC_NOTIFY_FONT
+packetLen(0x02ef, 8)
// Packet: 0x02f0
-packetLen(0x02f0, 10) // ZC_PROGRESS
+packetLen(0x02f0, 10)
// Packet: 0x02f1
-packetLen(0x02f1, 2) // CZ_PROGRESS
+packetLen(0x02f1, 2)
// Packet: 0x02f2
-packetLen(0x02f2, 2) // ZC_PROGRESS_CANCEL
+packetLen(0x02f2, 2)
// Packet: 0x02f3
-packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+packetLen(0x02f3, -1)
// Packet: 0x02f4
-packetLen(0x02f4, 3) // ZC_IRMAIL_SEND_RES
+packetLen(0x02f4, 3)
// Packet: 0x02f5
-packetLen(0x02f5, 7) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, 7)
// Packet: 0x02f6
-packetLen(0x02f6, 7) // CZ_IRMAIL_LIST
+packetLen(0x02f6, 7)
// Packet: 0x035c
-packetLen(0x035c, 2) // CZ_OPEN_SIMPLE_CASHSHOP_ITEMLIST
+packetLen(0x035c, 2)
// Packet: 0x035d
-packetLen(0x035d, -1) // ZC_SIMPLE_CASHSHOP_POINT_ITEMLIST
+packetLen(0x035d, -1)
// Packet: 0x035e
-packetLen(0x035e, 2) // CZ_CLOSE_WINDOW
+packetLen(0x035e, 2)
// Packet: 0x035f
#if PACKETVER >= 20151230
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20151209
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20151202
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20151125
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20151118
-packetLen(0x035f, 5) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 5)
#elif PACKETVER >= 20151111
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20151104
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20151021
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20151014
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20151001
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20150916
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20150909
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20150826
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20150805
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20150715
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20150708
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20150701
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20150617
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20150603
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20150527
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20150520
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20150422
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20150311
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20150225
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
// ignored packet from 2015-02-25hRagexe
#elif PACKETVER >= 20150217
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20150211
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20150107
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#endif
// Packet: 0x0360
#if PACKETVER >= 20151230
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20151209
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20151202
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20151125
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20151111
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20151104
-packetLen(0x0360, 19) // CZ_REQUEST_TIME2
+packetLen(0x0360, 19)
#elif PACKETVER >= 20151021
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20151014
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20151001
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20150909
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20150902
-packetLen(0x0360, -1) // CZ_REQUEST_TIME2
+packetLen(0x0360, -1)
#elif PACKETVER >= 20150826
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20150805
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20150729
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20150722
-packetLen(0x0360, 7) // CZ_REQUEST_TIME2
+packetLen(0x0360, 7)
#elif PACKETVER >= 20150715
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20150708
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20150701
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20150617
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20150603
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20150527
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20150520
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20150422
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20150311
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20150304
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20150225
-packetLen(0x0360, 26) // CZ_REQUEST_TIME2
+packetLen(0x0360, 26)
// ignored packet from 2015-02-25eRagexe
// ignored packet from 2015-02-25hRagexe
#elif PACKETVER >= 20150217
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20150211
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20150204
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20150128
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20150107
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#endif
// Packet: 0x0361
#if PACKETVER >= 20151223
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20151216
-packetLen(0x0361, 6) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 6)
#elif PACKETVER >= 20151209
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20151202
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20151104
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20151028
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20151021
-packetLen(0x0361, 8) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 8)
#elif PACKETVER >= 20151007
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20151001
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20150923
-packetLen(0x0361, 18) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 18)
#elif PACKETVER >= 20150916
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20150909
-packetLen(0x0361, 6) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 6)
#elif PACKETVER >= 20150819
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20150805
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20150729
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20150722
-packetLen(0x0361, 6) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 6)
#elif PACKETVER >= 20150610
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20150603
-packetLen(0x0361, 26) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 26)
#elif PACKETVER >= 20150527
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20150520
-packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, -1)
#elif PACKETVER >= 20150429
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20150422
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20150415
-packetLen(0x0361, 8) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 8)
#elif PACKETVER >= 20150225
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
// ignored packet from 2015-02-25iRagexe
// ignored packet from 2015-02-25eRagexe
#elif PACKETVER >= 20150217
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20150211
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20150204
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20150107
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#endif
// Packet: 0x0362
#if PACKETVER >= 20151230
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20151223
-packetLen(0x0362, 8) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 8)
#elif PACKETVER >= 20151216
-packetLen(0x0362, 5) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 5)
#elif PACKETVER >= 20151209
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20151202
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20151118
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20151111
-packetLen(0x0362, 5) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 5)
#elif PACKETVER >= 20151104
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20151021
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20151014
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20151001
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20150902
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20150826
-packetLen(0x0362, 36) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 36)
#elif PACKETVER >= 20150819
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20150805
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20150722
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20150715
-packetLen(0x0362, 10) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 10)
#elif PACKETVER >= 20150701
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20150617
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20150603
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20150527
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20150429
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20150422
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20150408
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20150401
-packetLen(0x0362, 7) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 7)
#elif PACKETVER >= 20150311
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20150304
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20150225
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
// ignored packet from 2015-02-25iRagexe
// ignored packet from 2015-02-25eRagexe
#elif PACKETVER >= 20150217
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20150211
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20150204
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20150121
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20150107
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#endif
// Packet: 0x0363
#if PACKETVER >= 20151209
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20151202
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20151111
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20151104
-packetLen(0x0363, 5) // CZ_ITEM_THROW2
+packetLen(0x0363, 5)
#elif PACKETVER >= 20151021
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20151014
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20151001
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20150819
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20150805
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20150701
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20150624
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20150617
-packetLen(0x0363, 36) // CZ_ITEM_THROW2
+packetLen(0x0363, 36)
#elif PACKETVER >= 20150603
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20150527
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20150520
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20150513
-packetLen(0x0363, 19) // CZ_ITEM_THROW2
+packetLen(0x0363, 19)
#elif PACKETVER >= 20150507
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20150429
-packetLen(0x0363, 5) // CZ_ITEM_THROW2
+packetLen(0x0363, 5)
#elif PACKETVER >= 20150422
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20150401
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20150325
-packetLen(0x0363, 6) // CZ_ITEM_THROW2
+packetLen(0x0363, 6)
#elif PACKETVER >= 20150311
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20150304
-packetLen(0x0363, 6) // CZ_ITEM_THROW2
+packetLen(0x0363, 6)
#elif PACKETVER >= 20150225
-packetLen(0x0363, 6) // CZ_ITEM_THROW2
+packetLen(0x0363, 6)
// ignored packet from 2015-02-25iRagexe
// ignored packet from 2015-02-25eRagexe
#elif PACKETVER >= 20150217
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20150211
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20150204
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20150121
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20150107
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#endif
// Packet: 0x0364
#if PACKETVER >= 20151230
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20151223
-packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 6)
#elif PACKETVER >= 20151216
-packetLen(0x0364, 4) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 4)
#elif PACKETVER >= 20151209
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20151202
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20151111
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20151021
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20151014
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20151001
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20150819
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20150805
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20150722
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20150715
-packetLen(0x0364, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, -1)
#elif PACKETVER >= 20150701
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20150624
-packetLen(0x0364, 18) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 18)
#elif PACKETVER >= 20150603
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20150527
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20150429
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20150422
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20150415
-packetLen(0x0364, 90) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 90)
#elif PACKETVER >= 20150225
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
// ignored packet from 2015-02-25iRagexe
// ignored packet from 2015-02-25eRagexe
#elif PACKETVER >= 20150217
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20150211
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20150204
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20150121
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20150107
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#endif
// Packet: 0x0365
#if PACKETVER >= 20151230
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20151223
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20151216
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20151209
-packetLen(0x0365, 5) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 5)
#elif PACKETVER >= 20151202
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20151125
-packetLen(0x0365, 5) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 5)
#elif PACKETVER >= 20151118
-packetLen(0x0365, 26) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 26)
#elif PACKETVER >= 20151104
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20151021
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20151014
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20151001
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20150916
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20150909
-packetLen(0x0365, 5) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 5)
#elif PACKETVER >= 20150819
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20150805
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20150701
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20150624
-packetLen(0x0365, 5) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 5)
#elif PACKETVER >= 20150617
-packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, -1)
#elif PACKETVER >= 20150603
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20150527
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20150429
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20150422
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20150401
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20150325
-packetLen(0x0365, 10) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 10)
#elif PACKETVER >= 20150225
-packetLen(0x0365, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 8)
// ignored packet from 2015-02-25iRagexe
// ignored packet from 2015-02-25eRagexe
#elif PACKETVER >= 20150217
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20150211
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20150204
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20150128
-packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, -1)
#elif PACKETVER >= 20150121
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20150107
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#endif
// Packet: 0x0366
#if PACKETVER >= 20151230
-packetLen(0x0366, 8) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 8)
#elif PACKETVER >= 20151209
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20151202
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20151125
-packetLen(0x0366, 8) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 8)
#elif PACKETVER >= 20151021
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20151014
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20151001
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20150923
-packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, -1)
#elif PACKETVER >= 20150916
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20150909
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20150826
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20150805
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20150715
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20150708
-packetLen(0x0366, 26) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 26)
#elif PACKETVER >= 20150701
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20150617
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20150603
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20150527
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20150520
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20150422
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20150415
-packetLen(0x0366, 5) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 5)
#elif PACKETVER >= 20150311
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20150225
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
// ignored packet from 2015-02-25hRagexe
#elif PACKETVER >= 20150217
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20150211
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20150204
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20150128
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20150107
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#endif
// Packet: 0x0367
#if PACKETVER >= 20150909
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20150902
-packetLen(0x0367, 6) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 6)
#elif PACKETVER >= 20150408
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20150401
-packetLen(0x0367, 6) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 6)
#elif PACKETVER >= 20150325
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20150318
-packetLen(0x0367, 90) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 90)
#elif PACKETVER >= 20150225
-packetLen(0x0367, 90) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 90)
// ignored packet from 2015-02-25iRagexe
#elif PACKETVER >= 20150107
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#endif
// Packet: 0x0368
#if PACKETVER >= 20151230
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20151209
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20151202
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20151125
-packetLen(0x0368, -1) // CZ_REQNAME2
+packetLen(0x0368, -1)
#elif PACKETVER >= 20151021
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20151014
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20151001
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20150916
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20150909
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20150902
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20150826
-packetLen(0x0368, 8) // CZ_REQNAME2
+packetLen(0x0368, 8)
#elif PACKETVER >= 20150805
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20150729
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20150722
-packetLen(0x0368, 26) // CZ_REQNAME2
+packetLen(0x0368, 26)
#elif PACKETVER >= 20150715
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20150708
-packetLen(0x0368, 5) // CZ_REQNAME2
+packetLen(0x0368, 5)
#elif PACKETVER >= 20150701
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20150617
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20150603
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20150527
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20150520
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20150415
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20150311
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20150217
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20150211
-packetLen(0x0368, 5) // CZ_REQNAME2
+packetLen(0x0368, 5)
#elif PACKETVER >= 20150204
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20150128
-packetLen(0x0368, 8) // CZ_REQNAME2
+packetLen(0x0368, 8)
#elif PACKETVER >= 20150107
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#endif
// Packet: 0x0369
#if PACKETVER >= 20151230
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20151216
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20151209
-packetLen(0x0369, 6) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 6)
#elif PACKETVER >= 20151202
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20151125
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20151118
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20151111
-packetLen(0x0369, 8) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 8)
#elif PACKETVER >= 20151021
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20151014
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20151001
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20150916
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20150909
-packetLen(0x0369, 36) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 36)
#elif PACKETVER >= 20150826
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20150805
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20150715
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20150708
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20150701
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20150617
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20150603
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20150527
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20150520
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20150422
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20150311
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20150225
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
// ignored packet from 2015-02-25hRagexe
#elif PACKETVER >= 20150217
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20150211
-packetLen(0x0369, 5) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 5)
#elif PACKETVER >= 20150204
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20150128
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20150107
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#endif
// Packet: 0x03dd
-packetLen(0x03dd, 18) // AHC_GAME_GUARD
+packetLen(0x03dd, 18)
// Packet: 0x03de
-packetLen(0x03de, 18) // CAH_ACK_GAME_GUARD
+packetLen(0x03de, 18)
// Packet: 0x0436
#if PACKETVER >= 20151230
-packetLen(0x0436, -1) // CZ_ENTER2
+packetLen(0x0436, -1)
#elif PACKETVER >= 20151223
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20151216
-packetLen(0x0436, 12) // CZ_ENTER2
+packetLen(0x0436, 12)
#elif PACKETVER >= 20151209
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20151202
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20151111
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20151104
-packetLen(0x0436, 6) // CZ_ENTER2
+packetLen(0x0436, 6)
#elif PACKETVER >= 20151021
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20151007
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20151001
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20150902
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20150826
-packetLen(0x0436, 18) // CZ_ENTER2
+packetLen(0x0436, 18)
#elif PACKETVER >= 20150805
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20150729
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20150722
-packetLen(0x0436, -1) // CZ_ENTER2
+packetLen(0x0436, -1)
#elif PACKETVER >= 20150715
-packetLen(0x0436, 6) // CZ_ENTER2
+packetLen(0x0436, 6)
#elif PACKETVER >= 20150708
-packetLen(0x0436, -1) // CZ_ENTER2
+packetLen(0x0436, -1)
#elif PACKETVER >= 20150701
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20150624
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20150617
-packetLen(0x0436, 19) // CZ_ENTER2
+packetLen(0x0436, 19)
#elif PACKETVER >= 20150603
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20150527
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20150429
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20150422
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20150318
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20150311
-packetLen(0x0436, -1) // CZ_ENTER2
+packetLen(0x0436, -1)
#elif PACKETVER >= 20150304
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20150225
-packetLen(0x0436, 19) // CZ_ENTER2
+packetLen(0x0436, 19)
// ignored packet from 2015-02-25iRagexe
// ignored packet from 2015-02-25eRagexe
#elif PACKETVER >= 20150217
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20150211
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20150204
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20150121
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20150114
-packetLen(0x0436, 10) // CZ_ENTER2
+packetLen(0x0436, 10)
#elif PACKETVER >= 20150107
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#endif
// Packet: 0x0437
#if PACKETVER >= 20151230
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20151209
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20151202
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20151125
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20151111
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20151104
-packetLen(0x0437, 6) // CZ_REQUEST_ACT2
+packetLen(0x0437, 6)
#elif PACKETVER >= 20151021
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20151014
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20151001
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20150916
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20150909
-packetLen(0x0437, 8) // CZ_REQUEST_ACT2
+packetLen(0x0437, 8)
#elif PACKETVER >= 20150826
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20150805
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20150729
-packetLen(0x0437, -1) // CZ_REQUEST_ACT2
+packetLen(0x0437, -1)
#elif PACKETVER >= 20150722
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20150715
-packetLen(0x0437, 10) // CZ_REQUEST_ACT2
+packetLen(0x0437, 10)
#elif PACKETVER >= 20150701
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20150617
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20150610
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20150603
-packetLen(0x0437, 8) // CZ_REQUEST_ACT2
+packetLen(0x0437, 8)
#elif PACKETVER >= 20150527
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20150520
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20150422
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20150408
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20150401
-packetLen(0x0437, 6) // CZ_REQUEST_ACT2
+packetLen(0x0437, 6)
#elif PACKETVER >= 20150311
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20150225
-packetLen(0x0437, 7) // CZ_REQUEST_ACT2
+packetLen(0x0437, 7)
// ignored packet from 2015-02-25iRagexe
#elif PACKETVER >= 20150217
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20150211
-packetLen(0x0437, 12) // CZ_REQUEST_ACT2
+packetLen(0x0437, 12)
#elif PACKETVER >= 20150204
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20150128
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20150107
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#endif
// Packet: 0x0438
#if PACKETVER >= 20151209
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20151202
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20151125
-packetLen(0x0438, 6) // CZ_USE_SKILL2
+packetLen(0x0438, 6)
#elif PACKETVER >= 20151021
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20151014
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20151001
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20150916
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20150909
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20150826
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20150805
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20150729
-packetLen(0x0438, 5) // CZ_USE_SKILL2
+packetLen(0x0438, 5)
#elif PACKETVER >= 20150722
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20150715
-packetLen(0x0438, 5) // CZ_USE_SKILL2
+packetLen(0x0438, 5)
#elif PACKETVER >= 20150708
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20150701
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20150617
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20150610
-packetLen(0x0438, -1) // CZ_USE_SKILL2
+packetLen(0x0438, -1)
#elif PACKETVER >= 20150603
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20150527
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20150520
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20150422
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20150318
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20150311
-packetLen(0x0438, -1) // CZ_USE_SKILL2
+packetLen(0x0438, -1)
#elif PACKETVER >= 20150217
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20150211
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20150204
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20150128
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20150107
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#endif
// Packet: 0x0439
-packetLen(0x0439, 8) // CZ_USE_ITEM2
+packetLen(0x0439, 8)
// Packet: 0x043d
-packetLen(0x043d, 8) // ZC_SKILL_POSTDELAY
+packetLen(0x043d, 8)
// Packet: 0x043e
-packetLen(0x043e, -1) // ZC_SKILL_POSTDELAY_LIST
+packetLen(0x043e, -1)
// Packet: 0x043f
-packetLen(0x043f, 25) // ZC_MSG_STATE_CHANGE2
+packetLen(0x043f, 25)
// Packet: 0x0440
-packetLen(0x0440, 10) // ZC_MILLENNIUMSHIELD
+packetLen(0x0440, 10)
// Packet: 0x0441
-packetLen(0x0441, 4) // ZC_SKILLINFO_DELETE
+packetLen(0x0441, 4)
// Packet: 0x0442
-packetLen(0x0442, -1) // ZC_SKILL_SELECT_REQUEST
+packetLen(0x0442, -1)
// Packet: 0x0443
-packetLen(0x0443, 8) // CZ_SKILL_SELECT_RESPONSE
+packetLen(0x0443, 8)
// Packet: 0x0444
-packetLen(0x0444, -1) // ZC_SIMPLE_CASH_POINT_ITEMLIST
+packetLen(0x0444, -1)
// Packet: 0x0445
-packetLen(0x0445, 10) // CZ_SIMPLE_BUY_CASH_POINT_ITEM
+packetLen(0x0445, 10)
// Packet: 0x0446
-packetLen(0x0446, 14) // ZC_QUEST_NOTIFY_EFFECT
+packetLen(0x0446, 14)
// Packet: 0x0447
-packetLen(0x0447, 2) // CZ_BLOCKING_PLAY_CANCEL
+packetLen(0x0447, 2)
// Packet: 0x0448
-packetLen(0x0448, -1) // HC_CHARACTER_LIST
+packetLen(0x0448, -1)
// Packet: 0x0449
-packetLen(0x0449, 4) // ZC_HACKSH_ERROR_MSG
+packetLen(0x0449, 4)
// Packet: 0x044a
-packetLen(0x044a, 6) // CZ_CLIENT_VERSION
+packetLen(0x044a, 6)
// Packet: 0x044b
-packetLen(0x044b, 2) // CZ_CLOSE_SIMPLECASH_SHOP
+packetLen(0x044b, 2)
// Packet: 0x07d7
-packetLen(0x07d7, 8) // CZ_GROUPINFO_CHANGE_V2
+packetLen(0x07d7, 8)
// Packet: 0x07d8
-packetLen(0x07d8, 8) // ZC_REQ_GROUPINFO_CHANGE_V2
+packetLen(0x07d8, 8)
// Packet: 0x07d9
-packetLen(0x07d9, 268) // ZC_SHORTCUT_KEY_LIST_V2
+packetLen(0x07d9, 268)
// Packet: 0x07da
-packetLen(0x07da, 6) // CZ_CHANGE_GROUP_MASTER
+packetLen(0x07da, 6)
// Packet: 0x07db
-packetLen(0x07db, 8) // ZC_HO_PAR_CHANGE
+packetLen(0x07db, 8)
// Packet: 0x07dc
-packetLen(0x07dc, 6) // CZ_SEEK_PARTY
+packetLen(0x07dc, 6)
// Packet: 0x07dd
-packetLen(0x07dd, 54) // ZC_SEEK_PARTY
+packetLen(0x07dd, 54)
// Packet: 0x07de
-packetLen(0x07de, 30) // CZ_SEEK_PARTY_MEMBER
+packetLen(0x07de, 30)
// Packet: 0x07df
-packetLen(0x07df, 54) // ZC_SEEK_PARTY_MEMBER
+packetLen(0x07df, 54)
// Packet: 0x07e0
-packetLen(0x07e0, 58) // ZC_ES_NOTI_MYINFO
+packetLen(0x07e0, 58)
// Packet: 0x07e1
-packetLen(0x07e1, 15) // ZC_SKILLINFO_UPDATE2
+packetLen(0x07e1, 15)
// Packet: 0x07e2
-packetLen(0x07e2, 8) // ZC_MSG_VALUE
+packetLen(0x07e2, 8)
// Packet: 0x07e3
-packetLen(0x07e3, 6) // ZC_ITEMLISTWIN_OPEN
+packetLen(0x07e3, 6)
// Packet: 0x07e4
#if PACKETVER >= 20151216
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20151209
-packetLen(0x07e4, 26) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 26)
#elif PACKETVER >= 20151202
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20151104
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20151021
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20151014
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20151001
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20150923
-packetLen(0x07e4, 36) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 36)
#elif PACKETVER >= 20150819
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20150805
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20150708
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20150701
-packetLen(0x07e4, 8) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 8)
#elif PACKETVER >= 20150624
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20150617
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20150610
-packetLen(0x07e4, -1) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, -1)
#elif PACKETVER >= 20150603
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20150527
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20150429
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20150422
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20150325
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20150318
-packetLen(0x07e4, 26) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 26)
#elif PACKETVER >= 20150225
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
// ignored packet from 2015-02-25eRagexe
// ignored packet from 2015-02-25hRagexe
#elif PACKETVER >= 20150204
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20150128
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20150121
-packetLen(0x07e4, -1) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, -1)
#elif PACKETVER >= 20150107
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#endif
// Packet: 0x07e5
-packetLen(0x07e5, 4) // CH_ENTER_CHECKBOT
+packetLen(0x07e5, 4)
// Packet: 0x07e6
-packetLen(0x07e6, 8) // ZC_MSG_SKILL
+packetLen(0x07e6, 8)
// Packet: 0x07e7
-packetLen(0x07e7, 32) // CH_CHECKBOT
+packetLen(0x07e7, 32)
// Packet: 0x07e8
-packetLen(0x07e8, -1) // HC_CHECKBOT
+packetLen(0x07e8, -1)
// Packet: 0x07e9
-packetLen(0x07e9, 5) // HC_CHECKBOT_RESULT
+packetLen(0x07e9, 5)
// Packet: 0x07ea
-packetLen(0x07ea, 2) // CZ_BATTLE_FIELD_LIST
+packetLen(0x07ea, 2)
// Packet: 0x07eb
-packetLen(0x07eb, -1) // ZC_BATTLE_FIELD_LIST
+packetLen(0x07eb, -1)
// Packet: 0x07ec
#if PACKETVER >= 20151230
-packetLen(0x07ec, 90) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 90)
#elif PACKETVER >= 20151216
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20151209
-packetLen(0x07ec, 6) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 6)
#elif PACKETVER >= 20151202
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20151111
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20151104
-packetLen(0x07ec, 26) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 26)
#elif PACKETVER >= 20151028
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20151021
-packetLen(0x07ec, 5) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 5)
#elif PACKETVER >= 20151014
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20151001
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20150902
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20150826
-packetLen(0x07ec, 7) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 7)
#elif PACKETVER >= 20150819
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20150805
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20150701
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20150624
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20150617
-packetLen(0x07ec, -1) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, -1)
#elif PACKETVER >= 20150603
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20150527
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20150429
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20150422
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20150225
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
// ignored packet from 2015-02-25iRagexe
// ignored packet from 2015-02-25eRagexe
#elif PACKETVER >= 20150217
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20150211
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20150204
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20150121
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20150107
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#endif
// Packet: 0x07ed
-packetLen(0x07ed, 10) // ZC_JOIN_BATTLE_FIELD
+packetLen(0x07ed, 10)
// Packet: 0x07ee
-packetLen(0x07ee, 6) // CZ_CANCEL_BATTLE_FIELD
+packetLen(0x07ee, 6)
// Packet: 0x07ef
-packetLen(0x07ef, 8) // ZC_CANCEL_BATTLE_FIELD
+packetLen(0x07ef, 8)
// Packet: 0x07f0
-packetLen(0x07f0, 6) // CZ_REQ_BATTLE_STATE_MONITOR
+packetLen(0x07f0, 6)
// Packet: 0x07f1
-packetLen(0x07f1, 18) // ZC_ACK_BATTLE_STATE_MONITOR
+packetLen(0x07f1, 18)
// Packet: 0x07f2
-packetLen(0x07f2, 8) // ZC_BATTLE_NOTI_START_STEP
+packetLen(0x07f2, 8)
// Packet: 0x07f3
-packetLen(0x07f3, 6) // ZC_BATTLE_JOIN_NOTI_DEFER
+packetLen(0x07f3, 6)
// Packet: 0x07f4
-packetLen(0x07f4, 3) // ZC_BATTLE_JOIN_DISABLE_STATE
+packetLen(0x07f4, 3)
// Packet: 0x07f5
-packetLen(0x07f5, 6) // CZ_GM_FULLSTRIP
+packetLen(0x07f5, 6)
// Packet: 0x07f6
-packetLen(0x07f6, 14) // ZC_NOTIFY_EXP
+packetLen(0x07f6, 14)
// Packet: 0x07f7
-packetLen(0x07f7, -1) // ZC_NOTIFY_MOVEENTRY7
+packetLen(0x07f7, -1)
// Packet: 0x07f8
-packetLen(0x07f8, -1) // ZC_NOTIFY_NEWENTRY5
+packetLen(0x07f8, -1)
// Packet: 0x07f9
-packetLen(0x07f9, -1) // ZC_NOTIFY_STANDENTRY5
+packetLen(0x07f9, -1)
// Packet: 0x07fa
-packetLen(0x07fa, 8) // ZC_DELETE_ITEM_FROM_BODY
+packetLen(0x07fa, 8)
// Packet: 0x07fb
-packetLen(0x07fb, 25) // ZC_USESKILL_ACK2
+packetLen(0x07fb, 25)
// Packet: 0x07fc
-packetLen(0x07fc, 10) // ZC_CHANGE_GROUP_MASTER
+packetLen(0x07fc, 10)
// Packet: 0x07fd
-packetLen(0x07fd, -1) // ZC_BROADCASTING_SPECIAL_ITEM_OBTAIN
+packetLen(0x07fd, -1)
// Packet: 0x07fe
-packetLen(0x07fe, 26) // ZC_PLAY_NPC_BGM
+packetLen(0x07fe, 26)
// Packet: 0x0800
-packetLen(0x0800, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC2
+packetLen(0x0800, -1)
// Packet: 0x0801
-packetLen(0x0801, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC2
+packetLen(0x0801, -1)
// Packet: 0x0802
#if PACKETVER >= 20151230
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20151223
-packetLen(0x0802, 4) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 4)
#elif PACKETVER >= 20151209
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20151202
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20151125
-packetLen(0x0802, -1) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, -1)
#elif PACKETVER >= 20151118
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20151111
-packetLen(0x0802, 4) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 4)
#elif PACKETVER >= 20151104
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20151028
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20151014
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20151001
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20150909
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20150902
-packetLen(0x0802, 36) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 36)
#elif PACKETVER >= 20150819
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20150805
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20150708
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20150701
-packetLen(0x0802, 6) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 6)
#elif PACKETVER >= 20150624
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20150603
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20150527
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20150429
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20150422
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20150401
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20150325
-packetLen(0x0802, 4) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 4)
#elif PACKETVER >= 20150318
-packetLen(0x0802, -1) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, -1)
#elif PACKETVER >= 20150311
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20150304
-packetLen(0x0802, 4) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 4)
#elif PACKETVER >= 20150225
-packetLen(0x0802, 18) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 18)
// ignored packet from 2015-02-25iRagexe
// ignored packet from 2015-02-25eRagexe
#elif PACKETVER >= 20150217
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20150211
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20150204
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20150121
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20150107
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#endif
// Packet: 0x0803
-packetLen(0x0803, 4) // ZC_PARTY_BOOKING_ACK_REGISTER
+packetLen(0x0803, 4)
// Packet: 0x0804
-packetLen(0x0804, 14) // CZ_PARTY_BOOKING_REQ_SEARCH
+packetLen(0x0804, 14)
// Packet: 0x0805
-packetLen(0x0805, -1) // ZC_PARTY_BOOKING_ACK_SEARCH
+packetLen(0x0805, -1)
// Packet: 0x0806
-packetLen(0x0806, 2) // CZ_PARTY_BOOKING_REQ_DELETE
+packetLen(0x0806, 2)
// Packet: 0x0807
-packetLen(0x0807, 4) // ZC_PARTY_BOOKING_ACK_DELETE
+packetLen(0x0807, 4)
// Packet: 0x0808
-packetLen(0x0808, 14) // CZ_PARTY_BOOKING_REQ_UPDATE
+packetLen(0x0808, 14)
// Packet: 0x0809
-packetLen(0x0809, 50) // ZC_PARTY_BOOKING_NOTIFY_INSERT
+packetLen(0x0809, 50)
// Packet: 0x080a
-packetLen(0x080a, 18) // ZC_PARTY_BOOKING_NOTIFY_UPDATE
+packetLen(0x080a, 18)
// Packet: 0x080b
-packetLen(0x080b, 6) // ZC_PARTY_BOOKING_NOTIFY_DELETE
+packetLen(0x080b, 6)
// Packet: 0x080c
-packetLen(0x080c, 2) // CZ_SIMPLE_CASH_BTNSHOW
+packetLen(0x080c, 2)
// Packet: 0x080d
-packetLen(0x080d, 3) // ZC_SIMPLE_CASH_BTNSHOW
+packetLen(0x080d, 3)
// Packet: 0x080e
-packetLen(0x080e, 14) // ZC_NOTIFY_HP_TO_GROUPM_R2
+packetLen(0x080e, 14)
// Packet: 0x080f
-packetLen(0x080f, 20) // ZC_ADD_EXCHANGE_ITEM2
+packetLen(0x080f, 20)
// Packet: 0x0810
-packetLen(0x0810, 3) // ZC_OPEN_BUYING_STORE
+packetLen(0x0810, 3)
// Packet: 0x0811
#if PACKETVER >= 20151230
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20151216
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20151209
-packetLen(0x0811, 6) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 6)
#elif PACKETVER >= 20151202
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20151125
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20151111
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20151104
-packetLen(0x0811, 18) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 18)
#elif PACKETVER >= 20151021
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20151014
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20151007
-packetLen(0x0811, 26) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 26)
#elif PACKETVER >= 20151001
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20150916
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20150909
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20150826
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20150805
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20150715
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20150708
-packetLen(0x0811, 19) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 19)
#elif PACKETVER >= 20150701
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20150624
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20150617
-packetLen(0x0811, 8) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 8)
#elif PACKETVER >= 20150610
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20150603
-packetLen(0x0811, 5) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 5)
#elif PACKETVER >= 20150527
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20150520
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20150422
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20150325
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20150318
-packetLen(0x0811, 19) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 19)
#elif PACKETVER >= 20150311
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20150217
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20150211
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20150204
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20150128
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20150107
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#endif
// Packet: 0x0812
-packetLen(0x0812, 8) // ZC_FAILED_OPEN_BUYING_STORE_TO_BUYER
+packetLen(0x0812, 8)
// Packet: 0x0813
-packetLen(0x0813, -1) // ZC_MYITEMLIST_BUYING_STORE
+packetLen(0x0813, -1)
// Packet: 0x0814
-packetLen(0x0814, 86) // ZC_BUYING_STORE_ENTRY
+packetLen(0x0814, 86)
// Packet: 0x0815
#if PACKETVER >= 20151230
-packetLen(0x0815, 19) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 19)
#elif PACKETVER >= 20151223
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20151209
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20151202
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20151125
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20151118
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20151111
-packetLen(0x0815, 26) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 26)
#elif PACKETVER >= 20151021
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20151014
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20151001
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20150916
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20150909
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20150826
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20150805
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20150715
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20150708
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20150701
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20150617
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20150603
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20150527
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20150520
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20150422
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20150318
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20150311
-packetLen(0x0815, 19) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 19)
#elif PACKETVER >= 20150225
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
// ignored packet from 2015-02-25iRagexe
#elif PACKETVER >= 20150217
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20150211
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20150204
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20150128
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20150107
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#endif
// Packet: 0x0816
-packetLen(0x0816, 6) // ZC_DISAPPEAR_BUYING_STORE_ENTRY
+packetLen(0x0816, 6)
// Packet: 0x0817
#if PACKETVER >= 20151021
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20151014
-packetLen(0x0817, 26) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 26)
#elif PACKETVER >= 20151001
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20150923
-packetLen(0x0817, -1) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, -1)
#elif PACKETVER >= 20150729
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20150722
-packetLen(0x0817, 19) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 19)
#elif PACKETVER >= 20150520
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20150513
-packetLen(0x0817, 5) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 5)
#elif PACKETVER >= 20150507
-packetLen(0x0817, 6) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 6)
#elif PACKETVER >= 20150422
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20150415
-packetLen(0x0817, 6) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 6)
#elif PACKETVER >= 20150304
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20150225
-packetLen(0x0817, 6) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 6)
#elif PACKETVER >= 20150217
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20150211
-packetLen(0x0817, 10) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 10)
#elif PACKETVER >= 20150107
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#endif
// Packet: 0x0818
-packetLen(0x0818, -1) // ZC_ACK_ITEMLIST_BUYING_STORE
+packetLen(0x0818, -1)
// Packet: 0x0819
#if PACKETVER >= 20151230
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20151209
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20151202
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20151125
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20151021
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20151014
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20151001
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20150916
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20150909
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20150902
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20150826
-packetLen(0x0819, 6) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 6)
#elif PACKETVER >= 20150805
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20150715
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20150708
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20150701
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20150617
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20150610
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20150603
-packetLen(0x0819, 6) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 6)
#elif PACKETVER >= 20150527
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20150520
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20150422
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20150415
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20150408
-packetLen(0x0819, 8) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 8)
#elif PACKETVER >= 20150401
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20150325
-packetLen(0x0819, 6) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 6)
#elif PACKETVER >= 20150311
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20150304
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20150225
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
// ignored packet from 2015-02-25eRagexe
// ignored packet from 2015-02-25hRagexe
#elif PACKETVER >= 20150217
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20150211
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20150204
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20150128
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20150107
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#endif
// Packet: 0x081a
-packetLen(0x081a, 4) // ZC_FAILED_TRADE_BUYING_STORE_TO_BUYER
+packetLen(0x081a, 4)
// Packet: 0x081b
-packetLen(0x081b, 10) // ZC_UPDATE_ITEM_FROM_BUYING_STORE
+packetLen(0x081b, 10)
// Packet: 0x081c
-packetLen(0x081c, 10) // ZC_ITEM_DELETE_BUYING_STORE
+packetLen(0x081c, 10)
// Packet: 0x081d
-packetLen(0x081d, 22) // ZC_EL_INIT
+packetLen(0x081d, 22)
// Packet: 0x081e
-packetLen(0x081e, 8) // ZC_EL_PAR_CHANGE
+packetLen(0x081e, 8)
// Packet: 0x081f
-packetLen(0x081f, -1) // ZC_BROADCAST4
+packetLen(0x081f, -1)
// Packet: 0x0820
-packetLen(0x0820, 11) // ZC_COSTUME_SPRITE_CHANGE
+packetLen(0x0820, 11)
// Packet: 0x0821
-packetLen(0x0821, 2) // AC_OTP_USER
+packetLen(0x0821, 2)
// Packet: 0x0822
-packetLen(0x0822, 9) // CA_OTP_AUTH_REQ
+packetLen(0x0822, 9)
// Packet: 0x0823
-packetLen(0x0823, -1) // AC_OTP_AUTH_ACK
+packetLen(0x0823, -1)
// Packet: 0x0824
-packetLen(0x0824, 6) // ZC_FAILED_TRADE_BUYING_STORE_TO_SELLER
+packetLen(0x0824, 6)
// Packet: 0x0825
-packetLen(0x0825, -1) // CA_SSO_LOGIN_REQ
+packetLen(0x0825, -1)
// Packet: 0x0827
-packetLen(0x0827, 6) // CH_DELETE_CHAR3_RESERVED
+packetLen(0x0827, 6)
// Packet: 0x0828
-packetLen(0x0828, 14) // HC_DELETE_CHAR3_RESERVED
+packetLen(0x0828, 14)
// Packet: 0x0829
-packetLen(0x0829, 12) // CH_DELETE_CHAR3
+packetLen(0x0829, 12)
// Packet: 0x082a
-packetLen(0x082a, 10) // HC_DELETE_CHAR3
+packetLen(0x082a, 10)
// Packet: 0x082b
-packetLen(0x082b, 6) // CH_DELETE_CHAR3_CANCEL
+packetLen(0x082b, 6)
// Packet: 0x082c
-packetLen(0x082c, 10) // HC_DELETE_CHAR3_CANCEL
+packetLen(0x082c, 10)
// Packet: 0x082d
-packetLen(0x082d, -1) // HC_ACCEPT_ENTER2
+packetLen(0x082d, -1)
// Packet: 0x0835
#if PACKETVER >= 20150923
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20150916
-packetLen(0x0835, 6) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 6)
#elif PACKETVER >= 20150722
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20150715
-packetLen(0x0835, -1) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, -1)
#elif PACKETVER >= 20150617
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20150610
-packetLen(0x0835, 8) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 8)
#elif PACKETVER >= 20150422
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20150415
-packetLen(0x0835, 6) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 6)
#elif PACKETVER >= 20150225
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
// ignored packet from 2015-02-25hRagexe
#elif PACKETVER >= 20150217
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20150211
-packetLen(0x0835, 8) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 8)
#elif PACKETVER >= 20150107
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#endif
// Packet: 0x0836
-packetLen(0x0836, -1) // ZC_SEARCH_STORE_INFO_ACK
+packetLen(0x0836, -1)
// Packet: 0x0837
-packetLen(0x0837, 3) // ZC_SEARCH_STORE_INFO_FAILED
+packetLen(0x0837, 3)
// Packet: 0x0838
#if PACKETVER >= 20151230
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20151209
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20151202
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20151125
-packetLen(0x0838, 18) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 18)
#elif PACKETVER >= 20151021
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20151014
-packetLen(0x0838, -1) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, -1)
#elif PACKETVER >= 20151001
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20150916
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20150909
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20150826
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20150805
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20150715
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20150708
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20150701
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20150617
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20150603
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20150527
-packetLen(0x0838, 10) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 10)
#elif PACKETVER >= 20150520
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20150422
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20150318
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20150311
-packetLen(0x0838, 10) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 10)
#elif PACKETVER >= 20150225
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
// ignored packet from 2015-02-25hRagexe
#elif PACKETVER >= 20150217
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20150211
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20150204
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20150128
-packetLen(0x0838, 7) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 7)
#elif PACKETVER >= 20150107
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#endif
// Packet: 0x0839
-packetLen(0x0839, 66) // ZC_ACK_BAN_GUILD_SSO
+packetLen(0x0839, 66)
// Packet: 0x083a
-packetLen(0x083a, 5) // ZC_OPEN_SEARCH_STORE_INFO
+packetLen(0x083a, 5)
// Packet: 0x083b
-packetLen(0x083b, 2) // CZ_CLOSE_SEARCH_STORE_INFO
+packetLen(0x083b, 2)
// Packet: 0x083c
#if PACKETVER >= 20151230
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20151209
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20151202
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20151125
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20151021
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20151014
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20151001
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20150916
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20150909
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20150902
-packetLen(0x083c, -1) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, -1)
#elif PACKETVER >= 20150819
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20150805
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20150722
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20150715
-packetLen(0x083c, 7) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 7)
#elif PACKETVER >= 20150708
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20150701
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20150617
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20150603
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20150527
-packetLen(0x083c, 36) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 36)
#elif PACKETVER >= 20150520
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20150422
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20150408
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20150401
-packetLen(0x083c, -1) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, -1)
#elif PACKETVER >= 20150311
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20150225
-packetLen(0x083c, 12) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 12)
// ignored packet from 2015-02-25iRagexe
#elif PACKETVER >= 20150217
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20150211
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20150204
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20150128
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20150121
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20150114
-packetLen(0x083c, 19) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 19)
#elif PACKETVER >= 20150107
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#endif
// Packet: 0x083d
-packetLen(0x083d, 6) // ZC_SSILIST_ITEM_CLICK_ACK
+packetLen(0x083d, 6)
// Packet: 0x083e
-packetLen(0x083e, 26) // AC_REFUSE_LOGIN2
+packetLen(0x083e, 26)
// Packet: 0x0840
-packetLen(0x0840, -1) // HC_NOTIFY_ACCESSIBLE_MAPNAME
+packetLen(0x0840, -1)
// Packet: 0x0841
-packetLen(0x0841, 4) // CH_SELECT_ACCESSIBLE_MAPNAME
+packetLen(0x0841, 4)
// Packet: 0x0842
-packetLen(0x0842, 6) // CZ_RECALL_SSO
+packetLen(0x0842, 6)
// Packet: 0x0843
-packetLen(0x0843, 6) // CZ_REMOVE_AID_SSO
+packetLen(0x0843, 6)
// Packet: 0x0844
-packetLen(0x0844, 2) // CZ_SE_CASHSHOP_OPEN
+packetLen(0x0844, 2)
// Packet: 0x0845
-packetLen(0x0845, 10) // ZC_SE_CASHSHOP_OPEN
+packetLen(0x0845, 10)
// Packet: 0x0846
-packetLen(0x0846, 4) // CZ_REQ_SE_CASH_TAB_CODE
+packetLen(0x0846, 4)
// Packet: 0x0847
-packetLen(0x0847, -1) // ZC_ACK_SE_CASH_ITEM_LIST
+packetLen(0x0847, -1)
// Packet: 0x0848
-packetLen(0x0848, -1) // CZ_SE_PC_BUY_CASHITEM_LIST
+packetLen(0x0848, -1)
// Packet: 0x0849
-packetLen(0x0849, 16) // ZC_SE_PC_BUY_CASHITEM_RESULT
+packetLen(0x0849, 16)
// Packet: 0x084a
-packetLen(0x084a, 2) // CZ_SE_CASHSHOP_CLOSE
+packetLen(0x084a, 2)
// Packet: 0x084b
-packetLen(0x084b, 19) // ZC_ITEM_FALL_ENTRY4
+packetLen(0x084b, 19)
// Packet: 0x084c
-packetLen(0x084c, 10) // CZ_MACRO_USE_SKILL
+packetLen(0x084c, 10)
// Packet: 0x084d
-packetLen(0x084d, 10) // CZ_MACRO_USE_SKILL_TOGROUND
+packetLen(0x084d, 10)
// Packet: 0x084e
-packetLen(0x084e, 5) // CZ_MACRO_REQUEST_MOVE
+packetLen(0x084e, 5)
// Packet: 0x084f
-packetLen(0x084f, 6) // CZ_MACRO_ITEM_PICKUP
+packetLen(0x084f, 6)
// Packet: 0x0850
-packetLen(0x0850, 7) // CZ_MACRO_REQUEST_ACT
+packetLen(0x0850, 7)
// Packet: 0x0851
-packetLen(0x0851, -1) // ZC_GPK_DYNCODE
+packetLen(0x0851, -1)
// Packet: 0x0852
-packetLen(0x0852, 2) // CZ_GPK_DYNCODE_RELOAD
+packetLen(0x0852, 2)
// Packet: 0x0853
-packetLen(0x0853, -1) // ZC_GPK_AUTH
+packetLen(0x0853, -1)
// Packet: 0x0854
-packetLen(0x0854, -1) // CZ_GPK_AUTH
+packetLen(0x0854, -1)
// Packet: 0x0855
-packetLen(0x0855, 6) // ZC_MACRO_ITEMPICKUP_FAIL
+packetLen(0x0855, 6)
// Packet: 0x0856
-packetLen(0x0856, -1) // ZC_NOTIFY_MOVEENTRY8
+packetLen(0x0856, -1)
// Packet: 0x0857
-packetLen(0x0857, -1) // ZC_NOTIFY_STANDENTRY7
+packetLen(0x0857, -1)
// Packet: 0x0858
-packetLen(0x0858, -1) // ZC_NOTIFY_NEWENTRY6
+packetLen(0x0858, -1)
// Packet: 0x0859
-packetLen(0x0859, -1) // ZC_EQUIPWIN_MICROSCOPE2
+packetLen(0x0859, -1)
// Packet: 0x085a
#if PACKETVER >= 20151021
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20151014
-packetLen(0x085a, 10) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 10)
#elif PACKETVER >= 20150513
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20150507
-packetLen(0x085a, 8) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 8)
#elif PACKETVER >= 20150415
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20150408
-packetLen(0x085a, 6) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 6)
#elif PACKETVER >= 20150204
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20150128
-packetLen(0x085a, -1) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, -1)
#elif PACKETVER >= 20150107
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#endif
// Packet: 0x085b
#if PACKETVER >= 20151230
-packetLen(0x085b, -1) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, -1)
#elif PACKETVER >= 20151223
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
#elif PACKETVER >= 20151216
-packetLen(0x085b, 6) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 6)
#elif PACKETVER >= 20151209
-packetLen(0x085b, 36) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 36)
#elif PACKETVER >= 20150909
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
#elif PACKETVER >= 20150902
-packetLen(0x085b, 7) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 7)
#elif PACKETVER >= 20150805
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
#elif PACKETVER >= 20150729
-packetLen(0x085b, 8) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 8)
#elif PACKETVER >= 20150225
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
#elif PACKETVER >= 20150217
-packetLen(0x085b, 36) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 36)
#elif PACKETVER >= 20150107
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
#endif
// Packet: 0x085c
#if PACKETVER >= 20151021
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
#elif PACKETVER >= 20151014
-packetLen(0x085c, 7) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 7)
#elif PACKETVER >= 20151001
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
#elif PACKETVER >= 20150923
-packetLen(0x085c, 6) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 6)
#elif PACKETVER >= 20150722
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
#elif PACKETVER >= 20150715
-packetLen(0x085c, 6) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 6)
#elif PACKETVER >= 20150415
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
#elif PACKETVER >= 20150408
-packetLen(0x085c, 10) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 10)
#elif PACKETVER >= 20150107
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
#endif
// Packet: 0x085d
#if PACKETVER >= 20151216
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
#elif PACKETVER >= 20151209
-packetLen(0x085d, 6) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 6)
#elif PACKETVER >= 20151118
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
#elif PACKETVER >= 20151111
-packetLen(0x085d, -1) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, -1)
#elif PACKETVER >= 20151001
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
#elif PACKETVER >= 20150923
-packetLen(0x085d, 26) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 26)
#elif PACKETVER >= 20150909
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
#elif PACKETVER >= 20150902
-packetLen(0x085d, 6) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 6)
#elif PACKETVER >= 20150826
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
#elif PACKETVER >= 20150819
-packetLen(0x085d, 8) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 8)
#elif PACKETVER >= 20150401
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
#elif PACKETVER >= 20150325
-packetLen(0x085d, 6) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 6)
#elif PACKETVER >= 20150107
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
#endif
// Packet: 0x085e
#if PACKETVER >= 20151216
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#elif PACKETVER >= 20151209
-packetLen(0x085e, -1) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, -1)
#elif PACKETVER >= 20151202
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#elif PACKETVER >= 20151125
-packetLen(0x085e, 6) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 6)
#elif PACKETVER >= 20150923
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#elif PACKETVER >= 20150916
-packetLen(0x085e, 8) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 8)
#elif PACKETVER >= 20150715
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#elif PACKETVER >= 20150708
-packetLen(0x085e, 8) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 8)
#elif PACKETVER >= 20150527
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#elif PACKETVER >= 20150520
-packetLen(0x085e, 6) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 6)
#elif PACKETVER >= 20150422
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#elif PACKETVER >= 20150415
-packetLen(0x085e, 4) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 4)
#elif PACKETVER >= 20150408
-packetLen(0x085e, 5) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 5)
#elif PACKETVER >= 20150401
-packetLen(0x085e, 12) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 12)
#elif PACKETVER >= 20150107
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#endif
// Packet: 0x085f
#if PACKETVER >= 20151202
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#elif PACKETVER >= 20151125
-packetLen(0x085f, 8) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 8)
#elif PACKETVER >= 20150107
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#endif
// Packet: 0x0860
#if PACKETVER >= 20151104
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#elif PACKETVER >= 20151028
-packetLen(0x0860, 36) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 36)
#elif PACKETVER >= 20151021
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#elif PACKETVER >= 20151014
-packetLen(0x0860, 6) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 6)
#elif PACKETVER >= 20150805
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#elif PACKETVER >= 20150729
-packetLen(0x0860, 6) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 6)
#elif PACKETVER >= 20150610
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#elif PACKETVER >= 20150603
-packetLen(0x0860, 90) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 90)
#elif PACKETVER >= 20150107
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#endif
// Packet: 0x0861
#if PACKETVER >= 20151230
-packetLen(0x0861, 26) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 26)
#elif PACKETVER >= 20151216
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#elif PACKETVER >= 20151209
-packetLen(0x0861, -1) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, -1)
#elif PACKETVER >= 20150916
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#elif PACKETVER >= 20150909
-packetLen(0x0861, 4) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 4)
#elif PACKETVER >= 20150902
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#elif PACKETVER >= 20150826
-packetLen(0x0861, 8) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 8)
#elif PACKETVER >= 20150107
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#endif
// Packet: 0x0862
#if PACKETVER >= 20151118
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#elif PACKETVER >= 20151111
-packetLen(0x0862, 6) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 6)
#elif PACKETVER >= 20151014
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#elif PACKETVER >= 20151007
-packetLen(0x0862, 4) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 4)
#elif PACKETVER >= 20150826
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#elif PACKETVER >= 20150819
-packetLen(0x0862, 8) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 8)
#elif PACKETVER >= 20150325
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#elif PACKETVER >= 20150318
-packetLen(0x0862, -1) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, -1)
#elif PACKETVER >= 20150311
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#elif PACKETVER >= 20150304
-packetLen(0x0862, 8) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 8)
#elif PACKETVER >= 20150217
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#elif PACKETVER >= 20150211
-packetLen(0x0862, -1) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, -1)
#elif PACKETVER >= 20150107
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#endif
// Packet: 0x0863
#if PACKETVER >= 20151021
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20151014
-packetLen(0x0863, 5) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 5)
#elif PACKETVER >= 20150909
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20150902
-packetLen(0x0863, 10) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 10)
#elif PACKETVER >= 20150422
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20150415
-packetLen(0x0863, -1) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, -1)
#elif PACKETVER >= 20150325
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20150318
-packetLen(0x0863, 6) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 6)
#elif PACKETVER >= 20150217
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20150211
-packetLen(0x0863, 10) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 10)
#elif PACKETVER >= 20150107
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#endif
// Packet: 0x0864
#if PACKETVER >= 20151230
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#elif PACKETVER >= 20151223
-packetLen(0x0864, 6) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 6)
#elif PACKETVER >= 20151216
-packetLen(0x0864, 8) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 8)
#elif PACKETVER >= 20151001
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#elif PACKETVER >= 20150923
-packetLen(0x0864, 5) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 5)
#elif PACKETVER >= 20150610
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#elif PACKETVER >= 20150603
-packetLen(0x0864, 26) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 26)
#elif PACKETVER >= 20150520
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#elif PACKETVER >= 20150513
-packetLen(0x0864, 8) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 8)
#elif PACKETVER >= 20150507
-packetLen(0x0864, 26) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 26)
#elif PACKETVER >= 20150204
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#elif PACKETVER >= 20150128
-packetLen(0x0864, 10) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 10)
#elif PACKETVER >= 20150107
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#endif
// Packet: 0x0865
#if PACKETVER >= 20151223
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#elif PACKETVER >= 20151216
-packetLen(0x0865, 10) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 10)
#elif PACKETVER >= 20150902
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#elif PACKETVER >= 20150826
-packetLen(0x0865, 5) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 5)
#elif PACKETVER >= 20150819
-packetLen(0x0865, 26) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 26)
#elif PACKETVER >= 20150527
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#elif PACKETVER >= 20150520
-packetLen(0x0865, 19) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 19)
#elif PACKETVER >= 20150415
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#elif PACKETVER >= 20150408
-packetLen(0x0865, 7) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 7)
#elif PACKETVER >= 20150107
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#endif
// Packet: 0x0866
#if PACKETVER >= 20151230
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
#elif PACKETVER >= 20151223
-packetLen(0x0866, 19) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 19)
#elif PACKETVER >= 20151216
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
#elif PACKETVER >= 20151209
-packetLen(0x0866, 5) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 5)
#elif PACKETVER >= 20150107
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
#endif
// Packet: 0x0867
#if PACKETVER >= 20151021
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#elif PACKETVER >= 20151014
-packetLen(0x0867, -1) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, -1)
#elif PACKETVER >= 20150610
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#elif PACKETVER >= 20150603
-packetLen(0x0867, 8) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 8)
#elif PACKETVER >= 20150507
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#elif PACKETVER >= 20150429
-packetLen(0x0867, 36) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 36)
#elif PACKETVER >= 20150422
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#elif PACKETVER >= 20150415
-packetLen(0x0867, 26) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 26)
#elif PACKETVER >= 20150304
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#elif PACKETVER >= 20150225
-packetLen(0x0867, 18) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 18)
// ignored packet from 2015-02-25eRagexe
// ignored packet from 2015-02-25hRagexe
#elif PACKETVER >= 20150107
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#endif
// Packet: 0x0868
#if PACKETVER >= 20150527
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#elif PACKETVER >= 20150520
-packetLen(0x0868, -1) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, -1)
#elif PACKETVER >= 20150422
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#elif PACKETVER >= 20150415
-packetLen(0x0868, 10) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 10)
#elif PACKETVER >= 20150408
-packetLen(0x0868, -1) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, -1)
#elif PACKETVER >= 20150121
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#elif PACKETVER >= 20150114
-packetLen(0x0868, 26) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 26)
#elif PACKETVER >= 20150107
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#endif
// Packet: 0x0869
#if PACKETVER >= 20151230
-packetLen(0x0869, 5) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 5)
#elif PACKETVER >= 20150923
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#elif PACKETVER >= 20150916
-packetLen(0x0869, 7) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 7)
#elif PACKETVER >= 20150729
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#elif PACKETVER >= 20150722
-packetLen(0x0869, 6) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 6)
#elif PACKETVER >= 20150624
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#elif PACKETVER >= 20150617
-packetLen(0x0869, 8) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 8)
#elif PACKETVER >= 20150422
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#elif PACKETVER >= 20150415
-packetLen(0x0869, 5) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 5)
#elif PACKETVER >= 20150107
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#endif
// Packet: 0x086a
#if PACKETVER >= 20151223
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#elif PACKETVER >= 20151216
-packetLen(0x086a, 8) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 8)
#elif PACKETVER >= 20151028
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#elif PACKETVER >= 20151021
-packetLen(0x086a, 26) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 26)
#elif PACKETVER >= 20150624
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#elif PACKETVER >= 20150617
-packetLen(0x086a, 18) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 18)
#elif PACKETVER >= 20150610
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#elif PACKETVER >= 20150603
-packetLen(0x086a, 8) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 8)
#elif PACKETVER >= 20150507
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#elif PACKETVER >= 20150429
-packetLen(0x086a, 19) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 19)
#elif PACKETVER >= 20150318
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#elif PACKETVER >= 20150311
-packetLen(0x086a, 6) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 6)
#elif PACKETVER >= 20150107
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#endif
// Packet: 0x086b
#if PACKETVER >= 20151125
-packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 2)
#elif PACKETVER >= 20151118
-packetLen(0x086b, 8) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 8)
#elif PACKETVER >= 20150902
-packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 2)
#elif PACKETVER >= 20150826
-packetLen(0x086b, 10) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 10)
#elif PACKETVER >= 20150624
-packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 2)
#elif PACKETVER >= 20150617
-packetLen(0x086b, 5) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 5)
#elif PACKETVER >= 20150415
-packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 2)
#elif PACKETVER >= 20150408
-packetLen(0x086b, -1) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, -1)
#elif PACKETVER >= 20150107
-packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 2)
#endif
// Packet: 0x086c
#if PACKETVER >= 20150805
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#elif PACKETVER >= 20150729
-packetLen(0x086c, 8) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 8)
#elif PACKETVER >= 20150422
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#elif PACKETVER >= 20150415
-packetLen(0x086c, 7) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 7)
#elif PACKETVER >= 20150318
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#elif PACKETVER >= 20150311
-packetLen(0x086c, 36) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 36)
#elif PACKETVER >= 20150107
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#endif
// Packet: 0x086d
#if PACKETVER >= 20150805
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#elif PACKETVER >= 20150729
-packetLen(0x086d, 18) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 18)
#elif PACKETVER >= 20150708
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#elif PACKETVER >= 20150701
-packetLen(0x086d, -1) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, -1)
#elif PACKETVER >= 20150311
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#elif PACKETVER >= 20150304
-packetLen(0x086d, -1) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, -1)
#elif PACKETVER >= 20150204
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#elif PACKETVER >= 20150128
-packetLen(0x086d, 8) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 8)
#elif PACKETVER >= 20150107
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#endif
// Packet: 0x086e
#if PACKETVER >= 20151230
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
#elif PACKETVER >= 20151223
-packetLen(0x086e, 10) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 10)
#elif PACKETVER >= 20151216
-packetLen(0x086e, 26) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 26)
#elif PACKETVER >= 20150805
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
#elif PACKETVER >= 20150729
-packetLen(0x086e, 5) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 5)
#elif PACKETVER >= 20150415
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
#elif PACKETVER >= 20150408
-packetLen(0x086e, 10) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 10)
#elif PACKETVER >= 20150107
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
#endif
// Packet: 0x086f
#if PACKETVER >= 20151001
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#elif PACKETVER >= 20150923
-packetLen(0x086f, 10) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 10)
#elif PACKETVER >= 20150909
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#elif PACKETVER >= 20150902
-packetLen(0x086f, 10) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 10)
#elif PACKETVER >= 20150805
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#elif PACKETVER >= 20150729
-packetLen(0x086f, 8) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 8)
#elif PACKETVER >= 20150722
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#elif PACKETVER >= 20150715
-packetLen(0x086f, 8) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 8)
#elif PACKETVER >= 20150408
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#elif PACKETVER >= 20150401
-packetLen(0x086f, 5) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 5)
#elif PACKETVER >= 20150325
-packetLen(0x086f, -1) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, -1)
#elif PACKETVER >= 20150107
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#endif
// Packet: 0x0870
#if PACKETVER >= 20151223
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#elif PACKETVER >= 20151216
-packetLen(0x0870, -1) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, -1)
#elif PACKETVER >= 20151209
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#elif PACKETVER >= 20151202
-packetLen(0x0870, 36) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 36)
#elif PACKETVER >= 20151001
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#elif PACKETVER >= 20150923
-packetLen(0x0870, 5) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 5)
#elif PACKETVER >= 20150902
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#elif PACKETVER >= 20150826
-packetLen(0x0870, -1) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, -1)
#elif PACKETVER >= 20150805
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#elif PACKETVER >= 20150729
-packetLen(0x0870, 6) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 6)
#elif PACKETVER >= 20150701
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#elif PACKETVER >= 20150624
-packetLen(0x0870, 36) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 36)
#elif PACKETVER >= 20150610
-packetLen(0x0870, 26) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 26)
#elif PACKETVER >= 20150217
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#elif PACKETVER >= 20150211
-packetLen(0x0870, 6) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 6)
#elif PACKETVER >= 20150204
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#elif PACKETVER >= 20150128
-packetLen(0x0870, 5) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 5)
#elif PACKETVER >= 20150107
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#endif
// Packet: 0x0871
#if PACKETVER >= 20151118
-packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 2)
#elif PACKETVER >= 20151111
-packetLen(0x0871, 26) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 26)
#elif PACKETVER >= 20150916
-packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 2)
#elif PACKETVER >= 20150909
-packetLen(0x0871, -1) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, -1)
#elif PACKETVER >= 20150826
-packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 2)
#elif PACKETVER >= 20150819
-packetLen(0x0871, 18) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 18)
#elif PACKETVER >= 20150107
-packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 2)
#endif
// Packet: 0x0872
@@ -4590,3952 +4590,3952 @@ packetLen(0x0872, 2)
// Packet: 0x0873
#if PACKETVER >= 20150923
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#elif PACKETVER >= 20150916
-packetLen(0x0873, 90) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 90)
#elif PACKETVER >= 20150722
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#elif PACKETVER >= 20150715
-packetLen(0x0873, 6) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 6)
#elif PACKETVER >= 20150610
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#elif PACKETVER >= 20150603
-packetLen(0x0873, 7) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 7)
#elif PACKETVER >= 20150325
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#elif PACKETVER >= 20150318
-packetLen(0x0873, 36) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 36)
#elif PACKETVER >= 20150217
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#elif PACKETVER >= 20150211
-packetLen(0x0873, 5) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 5)
#elif PACKETVER >= 20150107
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#endif
// Packet: 0x0874
#if PACKETVER >= 20151223
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#elif PACKETVER >= 20151216
-packetLen(0x0874, 90) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 90)
#elif PACKETVER >= 20151021
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#elif PACKETVER >= 20151014
-packetLen(0x0874, 10) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 10)
#elif PACKETVER >= 20150204
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#elif PACKETVER >= 20150128
-packetLen(0x0874, 6) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 6)
#elif PACKETVER >= 20150107
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#endif
// Packet: 0x0875
#if PACKETVER >= 20151230
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20151223
-packetLen(0x0875, 10) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 10)
#elif PACKETVER >= 20150408
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20150401
-packetLen(0x0875, -1) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, -1)
#elif PACKETVER >= 20150204
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20150128
-packetLen(0x0875, -1) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, -1)
#elif PACKETVER >= 20150107
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#endif
// Packet: 0x0876
#if PACKETVER >= 20151230
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
#elif PACKETVER >= 20151223
-packetLen(0x0876, 6) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 6)
#elif PACKETVER >= 20150204
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
#elif PACKETVER >= 20150128
-packetLen(0x0876, 5) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 5)
#elif PACKETVER >= 20150107
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
#endif
// Packet: 0x0877
#if PACKETVER >= 20150923
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#elif PACKETVER >= 20150916
-packetLen(0x0877, 5) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 5)
#elif PACKETVER >= 20150617
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#elif PACKETVER >= 20150610
-packetLen(0x0877, 6) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 6)
#elif PACKETVER >= 20150603
-packetLen(0x0877, -1) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, -1)
#elif PACKETVER >= 20150107
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#endif
// Packet: 0x0878
#if PACKETVER >= 20150729
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#elif PACKETVER >= 20150722
-packetLen(0x0878, 10) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 10)
#elif PACKETVER >= 20150415
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#elif PACKETVER >= 20150408
-packetLen(0x0878, 26) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 26)
#elif PACKETVER >= 20150107
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#endif
// Packet: 0x0879
#if PACKETVER >= 20151001
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
#elif PACKETVER >= 20150923
-packetLen(0x0879, 8) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 8)
#elif PACKETVER >= 20150722
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
#elif PACKETVER >= 20150715
-packetLen(0x0879, 19) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 19)
#elif PACKETVER >= 20150520
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
#elif PACKETVER >= 20150513
-packetLen(0x0879, 8) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 8)
#elif PACKETVER >= 20150311
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
#elif PACKETVER >= 20150304
-packetLen(0x0879, 5) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 5)
#elif PACKETVER >= 20150107
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
#endif
// Packet: 0x087a
#if PACKETVER >= 20151216
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
#elif PACKETVER >= 20151209
-packetLen(0x087a, 12) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 12)
#elif PACKETVER >= 20150624
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
#elif PACKETVER >= 20150617
-packetLen(0x087a, 8) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 8)
#elif PACKETVER >= 20150107
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
#endif
// Packet: 0x087b
#if PACKETVER >= 20150916
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#elif PACKETVER >= 20150909
-packetLen(0x087b, 18) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 18)
#elif PACKETVER >= 20150902
-packetLen(0x087b, 5) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 5)
#elif PACKETVER >= 20150826
-packetLen(0x087b, 6) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 6)
#elif PACKETVER >= 20150729
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#elif PACKETVER >= 20150722
-packetLen(0x087b, 18) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 18)
#elif PACKETVER >= 20150318
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#elif PACKETVER >= 20150311
-packetLen(0x087b, 18) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 18)
#elif PACKETVER >= 20150217
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#elif PACKETVER >= 20150211
-packetLen(0x087b, 6) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 6)
#elif PACKETVER >= 20150107
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#endif
// Packet: 0x087c
#if PACKETVER >= 20150722
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
#elif PACKETVER >= 20150715
-packetLen(0x087c, 6) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 6)
#elif PACKETVER >= 20150401
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
#elif PACKETVER >= 20150325
-packetLen(0x087c, 8) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 8)
#elif PACKETVER >= 20150128
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
#elif PACKETVER >= 20150121
-packetLen(0x087c, 4) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 4)
#elif PACKETVER >= 20150114
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
#elif PACKETVER >= 20150107
-packetLen(0x087c, 26) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 26)
#endif
// Packet: 0x087d
#if PACKETVER >= 20150729
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#elif PACKETVER >= 20150722
-packetLen(0x087d, 5) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 5)
#elif PACKETVER >= 20150708
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#elif PACKETVER >= 20150701
-packetLen(0x087d, 6) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 6)
#elif PACKETVER >= 20150527
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#elif PACKETVER >= 20150520
-packetLen(0x087d, 12) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 12)
#elif PACKETVER >= 20150204
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#elif PACKETVER >= 20150128
-packetLen(0x087d, 6) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 6)
#elif PACKETVER >= 20150107
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#endif
// Packet: 0x087e
#if PACKETVER >= 20150729
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#elif PACKETVER >= 20150722
-packetLen(0x087e, 6) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 6)
#elif PACKETVER >= 20150708
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#elif PACKETVER >= 20150701
-packetLen(0x087e, -1) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, -1)
#elif PACKETVER >= 20150617
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#elif PACKETVER >= 20150610
-packetLen(0x087e, 6) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 6)
#elif PACKETVER >= 20150415
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#elif PACKETVER >= 20150408
-packetLen(0x087e, 6) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 6)
#elif PACKETVER >= 20150401
-packetLen(0x087e, 8) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 8)
#elif PACKETVER >= 20150325
-packetLen(0x087e, 5) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 5)
#elif PACKETVER >= 20150311
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#elif PACKETVER >= 20150304
-packetLen(0x087e, 19) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 19)
#elif PACKETVER >= 20150107
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#endif
// Packet: 0x087f
#if PACKETVER >= 20151216
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#elif PACKETVER >= 20151209
-packetLen(0x087f, 6) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 6)
#elif PACKETVER >= 20150923
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#elif PACKETVER >= 20150916
-packetLen(0x087f, 12) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 12)
#elif PACKETVER >= 20150909
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#elif PACKETVER >= 20150902
-packetLen(0x087f, 4) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 4)
#elif PACKETVER >= 20150819
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#elif PACKETVER >= 20150812
-packetLen(0x087f, 36) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 36)
#elif PACKETVER >= 20150715
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#elif PACKETVER >= 20150708
-packetLen(0x087f, 4) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 4)
#elif PACKETVER >= 20150415
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#elif PACKETVER >= 20150408
-packetLen(0x087f, 90) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 90)
#elif PACKETVER >= 20150217
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#elif PACKETVER >= 20150211
-packetLen(0x087f, 36) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 36)
#elif PACKETVER >= 20150107
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#endif
// Packet: 0x0880
#if PACKETVER >= 20150805
-packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 2)
#elif PACKETVER >= 20150729
-packetLen(0x0880, 12) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 12)
#elif PACKETVER >= 20150722
-packetLen(0x0880, 6) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 6)
#elif PACKETVER >= 20150527
-packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 2)
#elif PACKETVER >= 20150520
-packetLen(0x0880, 26) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 26)
#elif PACKETVER >= 20150422
-packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 2)
#elif PACKETVER >= 20150415
-packetLen(0x0880, 8) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 8)
#elif PACKETVER >= 20150107
-packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 2)
#endif
// Packet: 0x0881
#if PACKETVER >= 20151230
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#elif PACKETVER >= 20151223
-packetLen(0x0881, 7) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 7)
#elif PACKETVER >= 20151021
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#elif PACKETVER >= 20151014
-packetLen(0x0881, 8) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 8)
#elif PACKETVER >= 20150923
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#elif PACKETVER >= 20150916
-packetLen(0x0881, -1) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, -1)
#elif PACKETVER >= 20150805
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#elif PACKETVER >= 20150729
-packetLen(0x0881, 7) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 7)
#elif PACKETVER >= 20150610
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#elif PACKETVER >= 20150603
-packetLen(0x0881, 6) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 6)
#elif PACKETVER >= 20150107
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#endif
// Packet: 0x0882
#if PACKETVER >= 20150527
-packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 2)
#elif PACKETVER >= 20150520
-packetLen(0x0882, -1) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, -1)
#elif PACKETVER >= 20150217
-packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 2)
#elif PACKETVER >= 20150211
-packetLen(0x0882, -1) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, -1)
#elif PACKETVER >= 20150107
-packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 2)
#endif
// Packet: 0x0883
#if PACKETVER >= 20151202
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#elif PACKETVER >= 20151125
-packetLen(0x0883, 5) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 5)
#elif PACKETVER >= 20151021
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#elif PACKETVER >= 20151014
-packetLen(0x0883, 6) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 6)
#elif PACKETVER >= 20150916
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#elif PACKETVER >= 20150909
-packetLen(0x0883, 6) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 6)
#elif PACKETVER >= 20150708
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#elif PACKETVER >= 20150701
-packetLen(0x0883, -1) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, -1)
#elif PACKETVER >= 20150520
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#elif PACKETVER >= 20150513
-packetLen(0x0883, 18) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 18)
#elif PACKETVER >= 20150401
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#elif PACKETVER >= 20150325
-packetLen(0x0883, 12) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 12)
#elif PACKETVER >= 20150318
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#elif PACKETVER >= 20150311
-packetLen(0x0883, -1) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, -1)
#elif PACKETVER >= 20150217
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#elif PACKETVER >= 20150211
-packetLen(0x0883, 8) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 8)
#elif PACKETVER >= 20150107
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#endif
// Packet: 0x0884
#if PACKETVER >= 20151230
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20151223
-packetLen(0x0884, 8) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 8)
#elif PACKETVER >= 20151202
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20151125
-packetLen(0x0884, 36) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 36)
#elif PACKETVER >= 20151021
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20151014
-packetLen(0x0884, -1) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, -1)
#elif PACKETVER >= 20150729
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20150722
-packetLen(0x0884, 5) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 5)
#elif PACKETVER >= 20150715
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20150708
-packetLen(0x0884, 5) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 5)
#elif PACKETVER >= 20150617
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20150610
-packetLen(0x0884, 8) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 8)
#elif PACKETVER >= 20150603
-packetLen(0x0884, 4) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 4)
#elif PACKETVER >= 20150107
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#endif
// Packet: 0x0885
#if PACKETVER >= 20151223
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20151216
-packetLen(0x0885, 36) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 36)
#elif PACKETVER >= 20151202
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20151125
-packetLen(0x0885, 4) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 4)
#elif PACKETVER >= 20151118
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20151111
-packetLen(0x0885, 7) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 7)
#elif PACKETVER >= 20150617
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20150610
-packetLen(0x0885, 5) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 5)
#elif PACKETVER >= 20150520
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20150513
-packetLen(0x0885, 6) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 6)
#elif PACKETVER >= 20150401
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20150325
-packetLen(0x0885, 10) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 10)
#elif PACKETVER >= 20150304
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20150225
-packetLen(0x0885, 4) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 4)
// ignored packet from 2015-02-25eRagexe
// ignored packet from 2015-02-25hRagexe
#elif PACKETVER >= 20150217
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20150211
-packetLen(0x0885, 6) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 6)
#elif PACKETVER >= 20150107
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#endif
// Packet: 0x0886
#if PACKETVER >= 20151230
-packetLen(0x0886, 10) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 10)
#elif PACKETVER >= 20151223
-packetLen(0x0886, -1) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, -1)
#elif PACKETVER >= 20151111
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20151104
-packetLen(0x0886, 6) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 6)
#elif PACKETVER >= 20151001
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20150923
-packetLen(0x0886, 5) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 5)
#elif PACKETVER >= 20150916
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20150909
-packetLen(0x0886, 19) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 19)
#elif PACKETVER >= 20150902
-packetLen(0x0886, 12) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 12)
#elif PACKETVER >= 20150805
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20150729
-packetLen(0x0886, 6) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 6)
#elif PACKETVER >= 20150722
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20150715
-packetLen(0x0886, 8) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 8)
#elif PACKETVER >= 20150624
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20150617
-packetLen(0x0886, 5) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 5)
#elif PACKETVER >= 20150507
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20150429
-packetLen(0x0886, 26) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 26)
#elif PACKETVER >= 20150318
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20150311
-packetLen(0x0886, 5) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 5)
#elif PACKETVER >= 20150217
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20150211
-packetLen(0x0886, 6) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 6)
#elif PACKETVER >= 20150107
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#endif
// Packet: 0x0887
#if PACKETVER >= 20151111
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20151104
-packetLen(0x0887, 6) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 6)
#elif PACKETVER >= 20150909
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20150902
-packetLen(0x0887, 8) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 8)
#elif PACKETVER >= 20150513
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20150507
-packetLen(0x0887, 8) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 8)
#elif PACKETVER >= 20150107
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#endif
// Packet: 0x0888
#if PACKETVER >= 20150826
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20150819
-packetLen(0x0888, 5) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 5)
#elif PACKETVER >= 20150617
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20150610
-packetLen(0x0888, 19) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 19)
#elif PACKETVER >= 20150415
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20150408
-packetLen(0x0888, 8) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 8)
#elif PACKETVER >= 20150204
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20150128
-packetLen(0x0888, -1) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, -1)
#elif PACKETVER >= 20150107
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#endif
// Packet: 0x0889
#if PACKETVER >= 20151021
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20151014
-packetLen(0x0889, 6) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 6)
#elif PACKETVER >= 20150513
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20150507
-packetLen(0x0889, 18) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 18)
#elif PACKETVER >= 20150415
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20150408
-packetLen(0x0889, 36) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 36)
#elif PACKETVER >= 20150325
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20150318
-packetLen(0x0889, 7) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 7)
#elif PACKETVER >= 20150107
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#endif
// Packet: 0x088a
#if PACKETVER >= 20150812
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20150805
-packetLen(0x088a, 36) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 36)
#elif PACKETVER >= 20150107
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#endif
// Packet: 0x088b
#if PACKETVER >= 20151223
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20151216
-packetLen(0x088b, 6) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 6)
#elif PACKETVER >= 20151125
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20151118
-packetLen(0x088b, 36) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 36)
#elif PACKETVER >= 20151111
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20151104
-packetLen(0x088b, 8) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 8)
#elif PACKETVER >= 20150902
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20150826
-packetLen(0x088b, 26) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 26)
#elif PACKETVER >= 20150610
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20150603
-packetLen(0x088b, 6) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 6)
#elif PACKETVER >= 20150128
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20150121
-packetLen(0x088b, 26) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 26)
#elif PACKETVER >= 20150107
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#endif
// Packet: 0x088c
#if PACKETVER >= 20151202
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20151125
-packetLen(0x088c, 6) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 6)
#elif PACKETVER >= 20150617
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20150610
-packetLen(0x088c, 8) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 8)
#elif PACKETVER >= 20150527
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20150520
-packetLen(0x088c, -1) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, -1)
#elif PACKETVER >= 20150408
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20150401
-packetLen(0x088c, 6) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 6)
#elif PACKETVER >= 20150325
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20150318
-packetLen(0x088c, 12) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 12)
#elif PACKETVER >= 20150107
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#endif
// Packet: 0x088d
#if PACKETVER >= 20151230
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20151223
-packetLen(0x088d, 5) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 5)
#elif PACKETVER >= 20151202
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20151125
-packetLen(0x088d, 19) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 19)
#elif PACKETVER >= 20151111
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20151104
-packetLen(0x088d, 5) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 5)
#elif PACKETVER >= 20150909
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20150902
-packetLen(0x088d, 8) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 8)
#elif PACKETVER >= 20150826
-packetLen(0x088d, 26) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 26)
#elif PACKETVER >= 20150729
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20150722
-packetLen(0x088d, 6) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 6)
#elif PACKETVER >= 20150617
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20150610
-packetLen(0x088d, 18) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 18)
#elif PACKETVER >= 20150107
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#endif
// Packet: 0x088e
#if PACKETVER >= 20151230
-packetLen(0x088e, 26) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 26)
#elif PACKETVER >= 20151216
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20151209
-packetLen(0x088e, 10) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 10)
#elif PACKETVER >= 20151021
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20151014
-packetLen(0x088e, 8) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 8)
#elif PACKETVER >= 20151001
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20150923
-packetLen(0x088e, 6) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 6)
#elif PACKETVER >= 20150422
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20150415
-packetLen(0x088e, 10) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 10)
#elif PACKETVER >= 20150107
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#endif
// Packet: 0x088f
#if PACKETVER >= 20151216
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20151209
-packetLen(0x088f, 8) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 8)
#elif PACKETVER >= 20150916
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20150909
-packetLen(0x088f, 26) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 26)
#elif PACKETVER >= 20150617
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20150610
-packetLen(0x088f, 5) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 5)
#elif PACKETVER >= 20150507
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20150429
-packetLen(0x088f, 5) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 5)
#elif PACKETVER >= 20150408
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20150401
-packetLen(0x088f, 6) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 6)
#elif PACKETVER >= 20150107
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#endif
// Packet: 0x0890
#if PACKETVER >= 20151230
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20151223
-packetLen(0x0890, -1) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, -1)
#elif PACKETVER >= 20150107
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#endif
// Packet: 0x0891
#if PACKETVER >= 20151230
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20151223
-packetLen(0x0891, -1) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, -1)
#elif PACKETVER >= 20150902
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20150826
-packetLen(0x0891, 10) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 10)
#elif PACKETVER >= 20150422
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20150415
-packetLen(0x0891, 6) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 6)
#elif PACKETVER >= 20150408
-packetLen(0x0891, -1) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, -1)
#elif PACKETVER >= 20150401
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20150325
-packetLen(0x0891, 6) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 6)
#elif PACKETVER >= 20150107
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#endif
// Packet: 0x0892
#if PACKETVER >= 20151001
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20150923
-packetLen(0x0892, -1) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, -1)
#elif PACKETVER >= 20150909
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20150902
-packetLen(0x0892, -1) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, -1)
#elif PACKETVER >= 20150311
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20150304
-packetLen(0x0892, 36) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 36)
#elif PACKETVER >= 20150107
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#endif
// Packet: 0x0893
#if PACKETVER >= 20150708
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20150701
-packetLen(0x0893, 4) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 4)
#elif PACKETVER >= 20150401
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20150325
-packetLen(0x0893, 8) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 8)
#elif PACKETVER >= 20150107
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#endif
// Packet: 0x0894
#if PACKETVER >= 20151216
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20151209
-packetLen(0x0894, 10) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 10)
#elif PACKETVER >= 20150624
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20150617
-packetLen(0x0894, 4) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 4)
#elif PACKETVER >= 20150507
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20150429
-packetLen(0x0894, 6) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 6)
#elif PACKETVER >= 20150107
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#endif
// Packet: 0x0895
#if PACKETVER >= 20151001
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20150923
-packetLen(0x0895, 4) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 4)
#elif PACKETVER >= 20150916
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20150909
-packetLen(0x0895, 26) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 26)
#elif PACKETVER >= 20150722
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20150715
-packetLen(0x0895, -1) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, -1)
#elif PACKETVER >= 20150408
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20150401
-packetLen(0x0895, 8) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 8)
#elif PACKETVER >= 20150114
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20150107
-packetLen(0x0895, 36) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 36)
#endif
// Packet: 0x0896
#if PACKETVER >= 20150722
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#elif PACKETVER >= 20150715
-packetLen(0x0896, 90) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 90)
#elif PACKETVER >= 20150318
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#elif PACKETVER >= 20150311
-packetLen(0x0896, 7) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 7)
#elif PACKETVER >= 20150304
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#elif PACKETVER >= 20150225
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
// ignored packet from 2015-02-25iRagexe
// ignored packet from 2015-02-25eRagexe
#elif PACKETVER >= 20150107
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#endif
// Packet: 0x0897
#if PACKETVER >= 20151230
-packetLen(0x0897, 6) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 6)
#elif PACKETVER >= 20150909
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20150902
-packetLen(0x0897, 8) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 8)
#elif PACKETVER >= 20150722
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20150715
-packetLen(0x0897, 26) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 26)
#elif PACKETVER >= 20150617
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20150610
-packetLen(0x0897, 26) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 26)
#elif PACKETVER >= 20150603
-packetLen(0x0897, -1) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, -1)
#elif PACKETVER >= 20150401
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20150325
-packetLen(0x0897, -1) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, -1)
#elif PACKETVER >= 20150107
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#endif
// Packet: 0x0898
#if PACKETVER >= 20151230
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20151223
-packetLen(0x0898, 90) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 90)
#elif PACKETVER >= 20150422
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20150415
-packetLen(0x0898, -1) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, -1)
#elif PACKETVER >= 20150408
-packetLen(0x0898, 6) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 6)
#elif PACKETVER >= 20150401
-packetLen(0x0898, 5) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 5)
#elif PACKETVER >= 20150107
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#endif
// Packet: 0x0899
#if PACKETVER >= 20151202
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20151125
-packetLen(0x0899, 26) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 26)
#elif PACKETVER >= 20150909
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20150902
-packetLen(0x0899, 6) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 6)
#elif PACKETVER >= 20150729
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20150722
-packetLen(0x0899, 8) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 8)
#elif PACKETVER >= 20150507
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20150429
-packetLen(0x0899, 8) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 8)
#elif PACKETVER >= 20150401
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20150325
-packetLen(0x0899, 18) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 18)
#elif PACKETVER >= 20150121
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20150114
-packetLen(0x0899, 5) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 5)
#elif PACKETVER >= 20150107
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#endif
// Packet: 0x089a
#if PACKETVER >= 20151021
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20151014
-packetLen(0x089a, 4) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 4)
#elif PACKETVER >= 20150805
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20150729
-packetLen(0x089a, 10) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 10)
#elif PACKETVER >= 20150722
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20150715
-packetLen(0x089a, 6) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 6)
#elif PACKETVER >= 20150610
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20150603
-packetLen(0x089a, 12) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 12)
#elif PACKETVER >= 20150311
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20150304
-packetLen(0x089a, 26) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 26)
#elif PACKETVER >= 20150204
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20150128
-packetLen(0x089a, 18) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 18)
#elif PACKETVER >= 20150107
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#endif
// Packet: 0x089b
#if PACKETVER >= 20151001
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20150923
-packetLen(0x089b, 10) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 10)
#elif PACKETVER >= 20150916
-packetLen(0x089b, 18) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 18)
#elif PACKETVER >= 20150805
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20150729
-packetLen(0x089b, 26) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 26)
#elif PACKETVER >= 20150304
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20150225
-packetLen(0x089b, 8) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 8)
// ignored packet from 2015-02-25eRagexe
// ignored packet from 2015-02-25hRagexe
#elif PACKETVER >= 20150107
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#endif
// Packet: 0x089c
#if PACKETVER >= 20151202
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20151125
-packetLen(0x089c, 7) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 7)
#elif PACKETVER >= 20151118
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20151111
-packetLen(0x089c, 5) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 5)
#elif PACKETVER >= 20150923
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20150916
-packetLen(0x089c, 6) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 6)
#elif PACKETVER >= 20150527
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20150520
-packetLen(0x089c, 36) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 36)
#elif PACKETVER >= 20150415
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20150408
-packetLen(0x089c, 5) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 5)
#elif PACKETVER >= 20150401
-packetLen(0x089c, 36) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 36)
#elif PACKETVER >= 20150325
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20150318
-packetLen(0x089c, 8) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 8)
#elif PACKETVER >= 20150304
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20150225
-packetLen(0x089c, 8) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 8)
// ignored packet from 2015-02-25eRagexe
// ignored packet from 2015-02-25hRagexe
#elif PACKETVER >= 20150217
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20150211
-packetLen(0x089c, 18) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 18)
#elif PACKETVER >= 20150107
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#endif
// Packet: 0x089d
#if PACKETVER >= 20151223
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20151216
-packetLen(0x089d, 7) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 7)
#elif PACKETVER >= 20150715
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20150708
-packetLen(0x089d, 5) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 5)
#elif PACKETVER >= 20150610
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20150603
-packetLen(0x089d, -1) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, -1)
#elif PACKETVER >= 20150128
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20150121
-packetLen(0x089d, 5) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 5)
#elif PACKETVER >= 20150107
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#endif
// Packet: 0x089e
#if PACKETVER >= 20151223
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20151216
-packetLen(0x089e, 6) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 6)
#elif PACKETVER >= 20150923
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20150916
-packetLen(0x089e, 26) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 26)
#elif PACKETVER >= 20150610
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20150603
-packetLen(0x089e, 6) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 6)
#elif PACKETVER >= 20150527
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20150520
-packetLen(0x089e, 6) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 6)
#elif PACKETVER >= 20150128
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20150121
-packetLen(0x089e, 5) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 5)
#elif PACKETVER >= 20150107
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#endif
// Packet: 0x089f
#if PACKETVER >= 20151202
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#elif PACKETVER >= 20151125
-packetLen(0x089f, -1) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, -1)
#elif PACKETVER >= 20151021
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#elif PACKETVER >= 20151014
-packetLen(0x089f, 5) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 5)
#elif PACKETVER >= 20151001
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#elif PACKETVER >= 20150923
-packetLen(0x089f, 8) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 8)
#elif PACKETVER >= 20150507
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#elif PACKETVER >= 20150429
-packetLen(0x089f, -1) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, -1)
#elif PACKETVER >= 20150107
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#endif
// Packet: 0x08a0
#if PACKETVER >= 20151001
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20150923
-packetLen(0x08a0, 6) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 6)
#elif PACKETVER >= 20150902
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20150826
-packetLen(0x08a0, 12) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 12)
#elif PACKETVER >= 20150708
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20150701
-packetLen(0x08a0, 6) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 6)
#elif PACKETVER >= 20150617
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20150610
-packetLen(0x08a0, 36) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 36)
#elif PACKETVER >= 20150422
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20150415
-packetLen(0x08a0, -1) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, -1)
#elif PACKETVER >= 20150217
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20150211
-packetLen(0x08a0, 26) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 26)
#elif PACKETVER >= 20150107
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#endif
// Packet: 0x08a1
#if PACKETVER >= 20151216
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20151209
-packetLen(0x08a1, 5) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 5)
#elif PACKETVER >= 20150902
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20150826
-packetLen(0x08a1, 8) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 8)
#elif PACKETVER >= 20150610
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20150603
-packetLen(0x08a1, 10) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 10)
#elif PACKETVER >= 20150401
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20150325
-packetLen(0x08a1, 7) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 7)
#elif PACKETVER >= 20150318
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20150311
-packetLen(0x08a1, 10) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 10)
#elif PACKETVER >= 20150107
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#endif
// Packet: 0x08a2
#if PACKETVER >= 20151223
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20151216
-packetLen(0x08a2, 5) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 5)
#elif PACKETVER >= 20151001
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20150923
-packetLen(0x08a2, 19) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 19)
#elif PACKETVER >= 20150527
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20150520
-packetLen(0x08a2, 6) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 6)
#elif PACKETVER >= 20150415
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20150408
-packetLen(0x08a2, 6) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 6)
#elif PACKETVER >= 20150107
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#endif
// Packet: 0x08a3
#if PACKETVER >= 20151111
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#elif PACKETVER >= 20151104
-packetLen(0x08a3, 4) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 4)
#elif PACKETVER >= 20150805
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#elif PACKETVER >= 20150729
-packetLen(0x08a3, 4) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 4)
#elif PACKETVER >= 20150318
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#elif PACKETVER >= 20150311
-packetLen(0x08a3, 6) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 6)
#elif PACKETVER >= 20150107
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#endif
// Packet: 0x08a4
#if PACKETVER >= 20150902
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20150826
-packetLen(0x08a4, 6) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 6)
#elif PACKETVER >= 20150805
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20150729
-packetLen(0x08a4, 5) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 5)
#elif PACKETVER >= 20150722
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20150715
-packetLen(0x08a4, 4) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 4)
#elif PACKETVER >= 20150708
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20150701
-packetLen(0x08a4, 6) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 6)
#elif PACKETVER >= 20150415
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20150408
-packetLen(0x08a4, 26) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 26)
#elif PACKETVER >= 20150325
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20150318
-packetLen(0x08a4, -1) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, -1)
#elif PACKETVER >= 20150304
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20150225
-packetLen(0x08a4, 36) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 36)
// ignored packet from 2015-02-25eRagexe
// ignored packet from 2015-02-25hRagexe
#elif PACKETVER >= 20150217
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20150211
-packetLen(0x08a4, 19) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 19)
#elif PACKETVER >= 20150107
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#endif
// Packet: 0x08a5
#if PACKETVER >= 20151111
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20151104
-packetLen(0x08a5, 26) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 26)
#elif PACKETVER >= 20151001
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20150923
-packetLen(0x08a5, 6) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 6)
#elif PACKETVER >= 20150715
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20150708
-packetLen(0x08a5, -1) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, -1)
#elif PACKETVER >= 20150701
-packetLen(0x08a5, 26) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 26)
#elif PACKETVER >= 20150408
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20150401
-packetLen(0x08a5, 8) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 8)
#elif PACKETVER >= 20150318
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20150311
-packetLen(0x08a5, 12) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 12)
#elif PACKETVER >= 20150107
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#endif
// Packet: 0x08a6
#if PACKETVER >= 20151001
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20150923
-packetLen(0x08a6, 12) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 12)
#elif PACKETVER >= 20150708
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20150701
-packetLen(0x08a6, 10) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 10)
#elif PACKETVER >= 20150507
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20150429
-packetLen(0x08a6, 8) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 8)
#elif PACKETVER >= 20150318
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20150311
-packetLen(0x08a6, 26) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 26)
#elif PACKETVER >= 20150107
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#endif
// Packet: 0x08a7
#if PACKETVER >= 20150401
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20150325
-packetLen(0x08a7, 90) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 90)
#elif PACKETVER >= 20150107
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#endif
// Packet: 0x08a8
#if PACKETVER >= 20150902
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20150826
-packetLen(0x08a8, -1) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, -1)
#elif PACKETVER >= 20150729
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20150722
-packetLen(0x08a8, 5) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 5)
#elif PACKETVER >= 20150520
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20150513
-packetLen(0x08a8, 26) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 26)
#elif PACKETVER >= 20150507
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20150429
-packetLen(0x08a8, 4) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 4)
#elif PACKETVER >= 20150107
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#endif
// Packet: 0x08a9
#if PACKETVER >= 20151223
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20151216
-packetLen(0x08a9, 6) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 6)
#elif PACKETVER >= 20151202
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20151125
-packetLen(0x08a9, 6) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 6)
#elif PACKETVER >= 20150909
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20150902
-packetLen(0x08a9, 6) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 6)
#elif PACKETVER >= 20150107
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#endif
// Packet: 0x08aa
#if PACKETVER >= 20151230
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20151223
-packetLen(0x08aa, 26) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 26)
#elif PACKETVER >= 20151021
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20151014
-packetLen(0x08aa, 6) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 6)
#elif PACKETVER >= 20150217
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20150211
-packetLen(0x08aa, 7) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 7)
#elif PACKETVER >= 20150107
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#endif
// Packet: 0x08ab
#if PACKETVER >= 20151125
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20151118
-packetLen(0x08ab, 8) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 8)
#elif PACKETVER >= 20150204
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20150128
-packetLen(0x08ab, 6) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 6)
#elif PACKETVER >= 20150121
-packetLen(0x08ab, 36) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 36)
#elif PACKETVER >= 20150107
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#endif
// Packet: 0x08ac
#if PACKETVER >= 20151223
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20151216
-packetLen(0x08ac, 8) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 8)
#elif PACKETVER >= 20150923
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20150916
-packetLen(0x08ac, 6) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 6)
#elif PACKETVER >= 20150805
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20150729
-packetLen(0x08ac, 26) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 26)
#elif PACKETVER >= 20150722
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20150715
-packetLen(0x08ac, 5) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 5)
#elif PACKETVER >= 20150617
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20150610
-packetLen(0x08ac, 6) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 6)
#elif PACKETVER >= 20150107
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#endif
// Packet: 0x08ad
#if PACKETVER >= 20151202
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20151125
-packetLen(0x08ad, -1) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, -1)
#elif PACKETVER >= 20150805
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20150729
-packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 6)
#elif PACKETVER >= 20150715
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20150708
-packetLen(0x08ad, 36) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 36)
#elif PACKETVER >= 20150701
-packetLen(0x08ad, 10) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 10)
#elif PACKETVER >= 20150610
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20150603
-packetLen(0x08ad, 19) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 19)
#elif PACKETVER >= 20150527
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20150520
-packetLen(0x08ad, 5) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 5)
#elif PACKETVER >= 20150507
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20150429
-packetLen(0x08ad, 18) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 18)
#elif PACKETVER >= 20150107
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#endif
// Packet: 0x08af
-packetLen(0x08af, 10) // HC_WAITING_LOGIN
+packetLen(0x08af, 10)
// Packet: 0x08b0
-packetLen(0x08b0, 17) // CH_WAITING_LOGIN
+packetLen(0x08b0, 17)
// Packet: 0x08b1
-packetLen(0x08b1, -1) // ZC_MCSTORE_NOTMOVEITEM_LIST
+packetLen(0x08b1, -1)
// Packet: 0x08b2
-packetLen(0x08b2, -1) // AC_REALNAME_AUTH
+packetLen(0x08b2, -1)
// Packet: 0x08b3
-packetLen(0x08b3, -1) // ZC_SHOWSCRIPT
+packetLen(0x08b3, -1)
// Packet: 0x08b4
-packetLen(0x08b4, 2) // ZC_START_COLLECTION
+packetLen(0x08b4, 2)
// Packet: 0x08b5
-packetLen(0x08b5, 6) // CZ_TRYCOLLECTION
+packetLen(0x08b5, 6)
// Packet: 0x08b6
-packetLen(0x08b6, 3) // ZC_TRYCOLLECTION
+packetLen(0x08b6, 3)
// Packet: 0x08b8
-packetLen(0x08b8, 10) // CH_SECOND_PASSWD_ACK
+packetLen(0x08b8, 10)
// Packet: 0x08b9
-packetLen(0x08b9, 12) // HC_SECOND_PASSWD_LOGIN
+packetLen(0x08b9, 12)
// Packet: 0x08ba
-packetLen(0x08ba, 10) // CH_MAKE_SECOND_PASSWD
+packetLen(0x08ba, 10)
// Packet: 0x08bb
-packetLen(0x08bb, 8) // HC_MAKE_SECOND_PASSWD
+packetLen(0x08bb, 8)
// Packet: 0x08bc
-packetLen(0x08bc, 10) // CH_DELETE_SECOND_PASSWD
+packetLen(0x08bc, 10)
// Packet: 0x08bd
-packetLen(0x08bd, 8) // HC_DELETE_SECOND_PASSWD
+packetLen(0x08bd, 8)
// Packet: 0x08be
-packetLen(0x08be, 14) // CH_EDIT_SECOND_PASSWD
+packetLen(0x08be, 14)
// Packet: 0x08bf
-packetLen(0x08bf, 8) // HC_EDIT_SECOND_PASSWD
+packetLen(0x08bf, 8)
// Packet: 0x08c0
-packetLen(0x08c0, -1) // ZC_ACK_SE_CASH_ITEM_LIST2
+packetLen(0x08c0, -1)
// Packet: 0x08c1
-packetLen(0x08c1, 2) // CZ_MACRO_START
+packetLen(0x08c1, 2)
// Packet: 0x08c2
-packetLen(0x08c2, 2) // CZ_MACRO_STOP
+packetLen(0x08c2, 2)
// Packet: 0x08c3
-packetLen(0x08c3, 10) // CH_NOT_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c3, 10)
// Packet: 0x08c4
-packetLen(0x08c4, 8) // HC_NOT_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c4, 8)
// Packet: 0x08c5
-packetLen(0x08c5, 6) // CH_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c5, 6)
// Packet: 0x08c6
-packetLen(0x08c6, 4) // HC_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c6, 4)
// Packet: 0x08c7
-packetLen(0x08c7, -1) // ZC_SKILL_ENTRY3
+packetLen(0x08c7, -1)
// Packet: 0x08c8
-packetLen(0x08c8, 34) // ZC_NOTIFY_ACT3
+packetLen(0x08c8, 34)
// Packet: 0x08c9
-packetLen(0x08c9, 2) // CZ_REQ_SCHEDULER_CASHITEM
+packetLen(0x08c9, 2)
// Packet: 0x08ca
-packetLen(0x08ca, -1) // ZC_ACK_SCHEDULER_CASHITEM
+packetLen(0x08ca, -1)
// Packet: 0x08cb
-packetLen(0x08cb, -1) // ZC_PERSONAL_INFOMATION
+packetLen(0x08cb, -1)
// Packet: 0x08cc
-packetLen(0x08cc, 109) // CA_LOGIN5
+packetLen(0x08cc, 109)
// Packet: 0x08cd
-packetLen(0x08cd, 10) // ZC_STOPMOVE_FORCE
+packetLen(0x08cd, 10)
// Packet: 0x08ce
-packetLen(0x08ce, 2) // ZC_FAILED_GET_ITEM_FROM_ZONEDA
+packetLen(0x08ce, 2)
// Packet: 0x08cf
-packetLen(0x08cf, 10) // ZC_SPIRITS_ATTRIBUTE
+packetLen(0x08cf, 10)
// Packet: 0x08d0
-packetLen(0x08d0, 9) // ZC_REQ_WEAR_EQUIP_ACK2
+packetLen(0x08d0, 9)
// Packet: 0x08d1
-packetLen(0x08d1, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK2
+packetLen(0x08d1, 7)
// Packet: 0x08d2
-packetLen(0x08d2, 10) // ZC_FASTMOVE
+packetLen(0x08d2, 10)
// Packet: 0x08d3
-packetLen(0x08d3, 10) // ZC_SE_CASHSHOP_UPDATE
+packetLen(0x08d3, 10)
// Packet: 0x08d4
-packetLen(0x08d4, 8) // CH_REQ_CHANGE_CHARACTER_SLOT
+packetLen(0x08d4, 8)
// Packet: 0x08d5
-packetLen(0x08d5, -1) // HC_ACK_CHANGE_CHARACTER_SLOT
+packetLen(0x08d5, -1)
// Packet: 0x08d6
-packetLen(0x08d6, 6) // ZC_CLEAR_DIALOG
+packetLen(0x08d6, 6)
// Packet: 0x08d7
-packetLen(0x08d7, 28) // CZ_REQ_ENTRY_QUEUE_APPLY
+packetLen(0x08d7, 28)
// Packet: 0x08d8
-packetLen(0x08d8, 27) // ZC_ACK_ENTRY_QUEUE_APPLY
+packetLen(0x08d8, 27)
// Packet: 0x08d9
-packetLen(0x08d9, 30) // ZC_NOTIFY_ENTRY_QUEUE_APPLY
+packetLen(0x08d9, 30)
// Packet: 0x08da
-packetLen(0x08da, 26) // CZ_REQ_ENTRY_QUEUE_CANCEL
+packetLen(0x08da, 26)
// Packet: 0x08db
-packetLen(0x08db, 27) // ZC_ACK_ENTRY_QUEUE_CANCEL
+packetLen(0x08db, 27)
// Packet: 0x08dc
-packetLen(0x08dc, 26) // ZC_NOTIFY_ENTRY_QUEUE_ADMISSION
+packetLen(0x08dc, 26)
// Packet: 0x08dd
-packetLen(0x08dd, 27) // CZ_REPLY_ENTRY_QUEUE_ADMISSION
+packetLen(0x08dd, 27)
// Packet: 0x08de
-packetLen(0x08de, 27) // ZC_REPLY_ACK_ENTRY_QUEUE_ADMISSION
+packetLen(0x08de, 27)
// Packet: 0x08df
-packetLen(0x08df, 50) // ZC_NOTIFY_LOBBY_ADMISSION
+packetLen(0x08df, 50)
// Packet: 0x08e0
-packetLen(0x08e0, 51) // CZ_REPLY_LOBBY_ADMISSION
+packetLen(0x08e0, 51)
// Packet: 0x08e1
-packetLen(0x08e1, 51) // ZC_REPLY_ACK_LOBBY_ADMISSION
+packetLen(0x08e1, 51)
// Packet: 0x08e2
-packetLen(0x08e2, 27) // ZC_NAVIGATION_ACTIVE
+packetLen(0x08e2, 27)
// Packet: 0x08e3
-packetLen(0x08e3, 149) // HC_UPDATE_CHARINFO
+packetLen(0x08e3, 149)
// Packet: 0x08e4
-packetLen(0x08e4, 6) // AC_SHUTDOWN_INFO
+packetLen(0x08e4, 6)
// Packet: 0x08fc
-packetLen(0x08fc, 30) // CH_REQ_CHANGE_CHARACTERNAME
+packetLen(0x08fc, 30)
// Packet: 0x08fd
-packetLen(0x08fd, 6) // CH_ACK_CHANGE_CHARACTERNAME
+packetLen(0x08fd, 6)
// Packet: 0x08fe
-packetLen(0x08fe, -1) // ZC_HUNTING_QUEST_INFO
+packetLen(0x08fe, -1)
// Packet: 0x08ff
-packetLen(0x08ff, 24) // ZC_EFST_SET_ENTER
+packetLen(0x08ff, 24)
// Packet: 0x0900
-packetLen(0x0900, -1) // ZC_INVENTORY_ITEMLIST_NORMAL
+packetLen(0x0900, -1)
// Packet: 0x0901
-packetLen(0x0901, -1) // ZC_INVENTORY_ITEMLIST_EQUIP
+packetLen(0x0901, -1)
// Packet: 0x0902
-packetLen(0x0902, -1) // ZC_CART_ITEMLIST_NORMAL
+packetLen(0x0902, -1)
// Packet: 0x0903
-packetLen(0x0903, -1) // ZC_CART_ITEMLIST_EQUIP
+packetLen(0x0903, -1)
// Packet: 0x0904
-packetLen(0x0904, -1) // ZC_STORE_ITEMLIST_NORMAL
+packetLen(0x0904, -1)
// Packet: 0x0905
-packetLen(0x0905, -1) // ZC_STORE_ITEMLIST_EQUIP
+packetLen(0x0905, -1)
// Packet: 0x0906
-packetLen(0x0906, -1) // ZC_MICROSCOPE
+packetLen(0x0906, -1)
// Packet: 0x0907
-packetLen(0x0907, 5) // CZ_INVENTORY_TAB
+packetLen(0x0907, 5)
// Packet: 0x0908
-packetLen(0x0908, 5) // ZC_INVENTORY_TAB
+packetLen(0x0908, 5)
// Packet: 0x090a
-packetLen(0x090a, 26) // CZ_REQ_ENTRY_QUEUE_RANKING
+packetLen(0x090a, 26)
// Packet: 0x090d
-packetLen(0x090d, -1) // ZC_PREMIUM_CAMPAIGN_INFO
+packetLen(0x090d, -1)
// Packet: 0x090e
-packetLen(0x090e, 2) // ZC_ENTRY_QUEUE_INIT
+packetLen(0x090e, 2)
// Packet: 0x090f
-packetLen(0x090f, -1) // ZC_NOTIFY_NEWENTRY7
+packetLen(0x090f, -1)
// Packet: 0x0910
-packetLen(0x0910, 10) // CZ_REQ_PARTY_NAME
+packetLen(0x0910, 10)
// Packet: 0x0911
-packetLen(0x0911, 30) // ZC_ACK_PARTY_NAME
+packetLen(0x0911, 30)
// Packet: 0x0912
-packetLen(0x0912, 10) // CZ_REQ_GUILD_NAME
+packetLen(0x0912, 10)
// Packet: 0x0913
-packetLen(0x0913, 30) // ZC_ACK_GUILD_NAME
+packetLen(0x0913, 30)
// Packet: 0x0914
-packetLen(0x0914, -1) // ZC_NOTIFY_MOVEENTRY9
+packetLen(0x0914, -1)
// Packet: 0x0915
-packetLen(0x0915, -1) // ZC_NOTIFY_STANDENTRY8
+packetLen(0x0915, -1)
// Packet: 0x0916
-packetLen(0x0916, 26) // CZ_REQ_JOIN_GUILD2
+packetLen(0x0916, 26)
// Packet: 0x0917
#if PACKETVER >= 20150722
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
#elif PACKETVER >= 20150715
-packetLen(0x0917, 12) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 12)
#elif PACKETVER >= 20150107
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
#endif
// Packet: 0x0918
#if PACKETVER >= 20150128
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
#elif PACKETVER >= 20150121
-packetLen(0x0918, 8) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 8)
#elif PACKETVER >= 20150107
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
#endif
// Packet: 0x0919
#if PACKETVER >= 20150826
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
#elif PACKETVER >= 20150819
-packetLen(0x0919, 8) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 8)
#elif PACKETVER >= 20150729
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
#elif PACKETVER >= 20150722
-packetLen(0x0919, 4) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 4)
#elif PACKETVER >= 20150708
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
#elif PACKETVER >= 20150701
-packetLen(0x0919, 36) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 36)
#elif PACKETVER >= 20150401
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
#elif PACKETVER >= 20150325
-packetLen(0x0919, 36) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 36)
#elif PACKETVER >= 20150217
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
#elif PACKETVER >= 20150211
-packetLen(0x0919, 90) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 90)
#elif PACKETVER >= 20150128
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
#elif PACKETVER >= 20150121
-packetLen(0x0919, 6) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 6)
#elif PACKETVER >= 20150107
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
#endif
// Packet: 0x091a
#if PACKETVER >= 20151230
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#elif PACKETVER >= 20151223
-packetLen(0x091a, 6) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 6)
#elif PACKETVER >= 20150107
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#endif
// Packet: 0x091b
#if PACKETVER >= 20151230
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#elif PACKETVER >= 20151223
-packetLen(0x091b, 26) // ZC_PRNPC_STATE
+packetLen(0x091b, 26)
#elif PACKETVER >= 20150610
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#elif PACKETVER >= 20150603
-packetLen(0x091b, 6) // ZC_PRNPC_STATE
+packetLen(0x091b, 6)
#elif PACKETVER >= 20150415
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#elif PACKETVER >= 20150408
-packetLen(0x091b, 4) // ZC_PRNPC_STATE
+packetLen(0x091b, 4)
#elif PACKETVER >= 20150401
-packetLen(0x091b, 26) // ZC_PRNPC_STATE
+packetLen(0x091b, 26)
#elif PACKETVER >= 20150107
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#endif
// Packet: 0x091c
#if PACKETVER >= 20151021
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
#elif PACKETVER >= 20151014
-packetLen(0x091c, 26) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 26)
#elif PACKETVER >= 20150527
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
#elif PACKETVER >= 20150520
-packetLen(0x091c, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 6)
#elif PACKETVER >= 20150408
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
#elif PACKETVER >= 20150401
-packetLen(0x091c, 90) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 90)
#elif PACKETVER >= 20150318
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
#elif PACKETVER >= 20150311
-packetLen(0x091c, 90) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 90)
#elif PACKETVER >= 20150107
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
#endif
// Packet: 0x091d
#if PACKETVER >= 20151230
-packetLen(0x091d, 8) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 8)
#elif PACKETVER >= 20151223
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20151216
-packetLen(0x091d, 26) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 26)
#elif PACKETVER >= 20151028
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20151021
-packetLen(0x091d, 5) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 5)
#elif PACKETVER >= 20151014
-packetLen(0x091d, 36) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 36)
#elif PACKETVER >= 20150527
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20150520
-packetLen(0x091d, 7) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 7)
#elif PACKETVER >= 20150325
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20150318
-packetLen(0x091d, 8) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 8)
#elif PACKETVER >= 20150128
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20150121
-packetLen(0x091d, 6) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 6)
#elif PACKETVER >= 20150107
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#endif
// Packet: 0x091e
#if PACKETVER >= 20151001
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
#elif PACKETVER >= 20150923
-packetLen(0x091e, 8) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 8)
#elif PACKETVER >= 20150826
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
#elif PACKETVER >= 20150819
-packetLen(0x091e, 36) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 36)
#elif PACKETVER >= 20150415
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
#elif PACKETVER >= 20150408
-packetLen(0x091e, -1) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, -1)
#elif PACKETVER >= 20150107
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
#endif
// Packet: 0x091f
#if PACKETVER >= 20150715
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
#elif PACKETVER >= 20150708
-packetLen(0x091f, 18) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 18)
#elif PACKETVER >= 20150204
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
#elif PACKETVER >= 20150128
-packetLen(0x091f, 6) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 6)
#elif PACKETVER >= 20150107
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
#endif
// Packet: 0x0920
#if PACKETVER >= 20151230
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#elif PACKETVER >= 20151223
-packetLen(0x0920, 5) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 5)
#elif PACKETVER >= 20151216
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#elif PACKETVER >= 20151209
-packetLen(0x0920, -1) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, -1)
#elif PACKETVER >= 20151202
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#elif PACKETVER >= 20151125
-packetLen(0x0920, 6) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 6)
#elif PACKETVER >= 20150923
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#elif PACKETVER >= 20150916
-packetLen(0x0920, -1) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, -1)
#elif PACKETVER >= 20150325
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#elif PACKETVER >= 20150318
-packetLen(0x0920, 6) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 6)
#elif PACKETVER >= 20150217
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#elif PACKETVER >= 20150211
-packetLen(0x0920, 6) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 6)
#elif PACKETVER >= 20150107
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#endif
// Packet: 0x0921
#if PACKETVER >= 20151125
-packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 2)
#elif PACKETVER >= 20151118
-packetLen(0x0921, 26) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 26)
#elif PACKETVER >= 20150729
-packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 2)
#elif PACKETVER >= 20150722
-packetLen(0x0921, 8) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 8)
#elif PACKETVER >= 20150107
-packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 2)
#endif
// Packet: 0x0922
#if PACKETVER >= 20150610
-packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 2)
#elif PACKETVER >= 20150603
-packetLen(0x0922, 36) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 36)
#elif PACKETVER >= 20150422
-packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 2)
#elif PACKETVER >= 20150415
-packetLen(0x0922, 8) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 8)
#elif PACKETVER >= 20150408
-packetLen(0x0922, 5) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 5)
#elif PACKETVER >= 20150401
-packetLen(0x0922, -1) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, -1)
#elif PACKETVER >= 20150107
-packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 2)
#endif
// Packet: 0x0923
#if PACKETVER >= 20151230
-packetLen(0x0923, 36) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 36)
#elif PACKETVER >= 20151223
-packetLen(0x0923, 5) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 5)
#elif PACKETVER >= 20150909
-packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 2)
#elif PACKETVER >= 20150902
-packetLen(0x0923, 26) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 26)
#elif PACKETVER >= 20150708
-packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 2)
#elif PACKETVER >= 20150701
-packetLen(0x0923, 8) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 8)
#elif PACKETVER >= 20150520
-packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 2)
#elif PACKETVER >= 20150513
-packetLen(0x0923, 36) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 36)
#elif PACKETVER >= 20150107
-packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 2)
#endif
// Packet: 0x0924
#if PACKETVER >= 20151230
-packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 2)
#elif PACKETVER >= 20151223
-packetLen(0x0924, 6) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 6)
#elif PACKETVER >= 20150923
-packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 2)
#elif PACKETVER >= 20150916
-packetLen(0x0924, 26) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 26)
#elif PACKETVER >= 20150902
-packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 2)
#elif PACKETVER >= 20150826
-packetLen(0x0924, 6) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 6)
#elif PACKETVER >= 20150527
-packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 2)
#elif PACKETVER >= 20150520
-packetLen(0x0924, 8) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 8)
#elif PACKETVER >= 20150513
-packetLen(0x0924, 5) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 5)
#elif PACKETVER >= 20150507
-packetLen(0x0924, 19) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 19)
#elif PACKETVER >= 20150408
-packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 2)
#elif PACKETVER >= 20150401
-packetLen(0x0924, 18) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 18)
#elif PACKETVER >= 20150107
-packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 2)
#endif
// Packet: 0x0925
#if PACKETVER >= 20151125
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
#elif PACKETVER >= 20151118
-packetLen(0x0925, 19) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 19)
#elif PACKETVER >= 20150729
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
#elif PACKETVER >= 20150722
-packetLen(0x0925, -1) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, -1)
#elif PACKETVER >= 20150617
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
#elif PACKETVER >= 20150610
-packetLen(0x0925, 6) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 6)
#elif PACKETVER >= 20150107
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
#endif
// Packet: 0x0926
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
// Packet: 0x0927
#if PACKETVER >= 20150826
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#elif PACKETVER >= 20150819
-packetLen(0x0927, 19) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 19)
#elif PACKETVER >= 20150520
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#elif PACKETVER >= 20150513
-packetLen(0x0927, 4) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 4)
#elif PACKETVER >= 20150325
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#elif PACKETVER >= 20150318
-packetLen(0x0927, 5) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 5)
#elif PACKETVER >= 20150204
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#elif PACKETVER >= 20150128
-packetLen(0x0927, 26) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 26)
#elif PACKETVER >= 20150107
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#endif
// Packet: 0x0928
#if PACKETVER >= 20151111
-packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 2)
#elif PACKETVER >= 20151104
-packetLen(0x0928, 5) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 5)
#elif PACKETVER >= 20150916
-packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 2)
#elif PACKETVER >= 20150909
-packetLen(0x0928, 8) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 8)
#elif PACKETVER >= 20150902
-packetLen(0x0928, 6) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 6)
#elif PACKETVER >= 20150708
-packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 2)
#elif PACKETVER >= 20150701
-packetLen(0x0928, 8) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 8)
#elif PACKETVER >= 20150325
-packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 2)
#elif PACKETVER >= 20150318
-packetLen(0x0928, 6) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 6)
#elif PACKETVER >= 20150311
-packetLen(0x0928, 5) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 5)
#elif PACKETVER >= 20150107
-packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 2)
#endif
// Packet: 0x0929
#if PACKETVER >= 20150507
-packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 2)
#elif PACKETVER >= 20150429
-packetLen(0x0929, 8) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 8)
#elif PACKETVER >= 20150204
-packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 2)
#elif PACKETVER >= 20150128
-packetLen(0x0929, 36) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 36)
#elif PACKETVER >= 20150107
-packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 2)
#endif
// Packet: 0x092a
#if PACKETVER >= 20151202
-packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 2)
#elif PACKETVER >= 20151125
-packetLen(0x092a, 10) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 10)
#elif PACKETVER >= 20150909
-packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 2)
#elif PACKETVER >= 20150902
-packetLen(0x092a, 5) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 5)
#elif PACKETVER >= 20150715
-packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 2)
#elif PACKETVER >= 20150708
-packetLen(0x092a, 8) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 8)
#elif PACKETVER >= 20150415
-packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 2)
#elif PACKETVER >= 20150408
-packetLen(0x092a, 8) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 8)
#elif PACKETVER >= 20150318
-packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 2)
#elif PACKETVER >= 20150311
-packetLen(0x092a, 8) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 8)
#elif PACKETVER >= 20150107
-packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 2)
#endif
// Packet: 0x092b
#if PACKETVER >= 20151001
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
#elif PACKETVER >= 20150923
-packetLen(0x092b, 6) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 6)
#elif PACKETVER >= 20150805
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
#elif PACKETVER >= 20150729
-packetLen(0x092b, 90) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 90)
#elif PACKETVER >= 20150617
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
#elif PACKETVER >= 20150610
-packetLen(0x092b, -1) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, -1)
#elif PACKETVER >= 20150527
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
#elif PACKETVER >= 20150520
-packetLen(0x092b, 5) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 5)
#elif PACKETVER >= 20150107
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
#endif
// Packet: 0x092c
#if PACKETVER >= 20150708
-packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 2)
#elif PACKETVER >= 20150701
-packetLen(0x092c, 5) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 5)
#elif PACKETVER >= 20150617
-packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 2)
#elif PACKETVER >= 20150610
-packetLen(0x092c, -1) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, -1)
#elif PACKETVER >= 20150401
-packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 2)
#elif PACKETVER >= 20150325
-packetLen(0x092c, 6) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 6)
#elif PACKETVER >= 20150107
-packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 2)
#endif
// Packet: 0x092d
#if PACKETVER >= 20151216
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#elif PACKETVER >= 20151209
-packetLen(0x092d, 8) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 8)
#elif PACKETVER >= 20150909
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#elif PACKETVER >= 20150902
-packetLen(0x092d, 26) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 26)
#elif PACKETVER >= 20150610
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#elif PACKETVER >= 20150603
-packetLen(0x092d, 6) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 6)
#elif PACKETVER >= 20150114
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#elif PACKETVER >= 20150107
-packetLen(0x092d, 5) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 5)
#endif
// Packet: 0x092e
#if PACKETVER >= 20151202
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#elif PACKETVER >= 20151125
-packetLen(0x092e, 10) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 10)
#elif PACKETVER >= 20151118
-packetLen(0x092e, 5) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 5)
#elif PACKETVER >= 20150902
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#elif PACKETVER >= 20150826
-packetLen(0x092e, 90) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 90)
#elif PACKETVER >= 20150729
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#elif PACKETVER >= 20150722
-packetLen(0x092e, 26) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 26)
#elif PACKETVER >= 20150617
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#elif PACKETVER >= 20150610
-packetLen(0x092e, 4) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 4)
#elif PACKETVER >= 20150513
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#elif PACKETVER >= 20150507
-packetLen(0x092e, -1) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, -1)
#elif PACKETVER >= 20150422
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#elif PACKETVER >= 20150415
-packetLen(0x092e, 6) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 6)
#elif PACKETVER >= 20150318
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#elif PACKETVER >= 20150311
-packetLen(0x092e, 8) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 8)
#elif PACKETVER >= 20150107
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#endif
// Packet: 0x092f
#if PACKETVER >= 20151125
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#elif PACKETVER >= 20151118
-packetLen(0x092f, 8) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 8)
#elif PACKETVER >= 20150923
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#elif PACKETVER >= 20150916
-packetLen(0x092f, 6) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 6)
#elif PACKETVER >= 20150805
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#elif PACKETVER >= 20150729
-packetLen(0x092f, 10) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 10)
#elif PACKETVER >= 20150107
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#endif
// Packet: 0x0930
#if PACKETVER >= 20151216
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#elif PACKETVER >= 20151209
-packetLen(0x0930, 6) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 6)
#elif PACKETVER >= 20151021
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#elif PACKETVER >= 20151014
-packetLen(0x0930, 90) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 90)
#elif PACKETVER >= 20151001
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#elif PACKETVER >= 20150923
-packetLen(0x0930, 6) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 6)
#elif PACKETVER >= 20150107
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#endif
// Packet: 0x0931
#if PACKETVER >= 20150527
-packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 2)
#elif PACKETVER >= 20150520
-packetLen(0x0931, 90) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 90)
#elif PACKETVER >= 20150401
-packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 2)
#elif PACKETVER >= 20150325
-packetLen(0x0931, -1) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, -1)
#elif PACKETVER >= 20150107
-packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 2)
#endif
// Packet: 0x0932
#if PACKETVER >= 20151216
-packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 2)
#elif PACKETVER >= 20151209
-packetLen(0x0932, -1) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, -1)
#elif PACKETVER >= 20150401
-packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 2)
#elif PACKETVER >= 20150325
-packetLen(0x0932, 5) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 5)
#elif PACKETVER >= 20150107
-packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 2)
#endif
// Packet: 0x0933
-packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 2)
// Packet: 0x0934
#if PACKETVER >= 20151021
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#elif PACKETVER >= 20151014
-packetLen(0x0934, -1) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, -1)
#elif PACKETVER >= 20150923
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#elif PACKETVER >= 20150916
-packetLen(0x0934, 8) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 8)
#elif PACKETVER >= 20150107
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#endif
// Packet: 0x0935
-packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 2)
// Packet: 0x0936
#if PACKETVER >= 20151001
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
#elif PACKETVER >= 20150923
-packetLen(0x0936, 90) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 90)
#elif PACKETVER >= 20150916
-packetLen(0x0936, 5) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 5)
#elif PACKETVER >= 20150527
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
#elif PACKETVER >= 20150520
-packetLen(0x0936, 10) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 10)
#elif PACKETVER >= 20150325
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
#elif PACKETVER >= 20150318
-packetLen(0x0936, 10) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 10)
#elif PACKETVER >= 20150107
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
#endif
// Packet: 0x0937
#if PACKETVER >= 20150325
-packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 2)
#elif PACKETVER >= 20150318
-packetLen(0x0937, 10) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 10)
#elif PACKETVER >= 20150107
-packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 2)
#endif
// Packet: 0x0938
#if PACKETVER >= 20150923
-packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 2)
#elif PACKETVER >= 20150916
-packetLen(0x0938, 4) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 4)
#elif PACKETVER >= 20150401
-packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 2)
#elif PACKETVER >= 20150325
-packetLen(0x0938, 5) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 5)
#elif PACKETVER >= 20150318
-packetLen(0x0938, 26) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 26)
#elif PACKETVER >= 20150204
-packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 2)
#elif PACKETVER >= 20150128
-packetLen(0x0938, 4) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 4)
#elif PACKETVER >= 20150107
-packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 2)
#endif
// Packet: 0x0939
#if PACKETVER >= 20151202
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
#elif PACKETVER >= 20151125
-packetLen(0x0939, 6) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 6)
#elif PACKETVER >= 20151111
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
#elif PACKETVER >= 20151104
-packetLen(0x0939, 8) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 8)
#elif PACKETVER >= 20150408
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
#elif PACKETVER >= 20150401
-packetLen(0x0939, 19) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 19)
#elif PACKETVER >= 20150107
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
#endif
// Packet: 0x093a
#if PACKETVER >= 20151230
-packetLen(0x093a, 4) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 4)
#elif PACKETVER >= 20151111
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
#elif PACKETVER >= 20151104
-packetLen(0x093a, -1) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, -1)
#elif PACKETVER >= 20150805
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
#elif PACKETVER >= 20150729
-packetLen(0x093a, 6) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 6)
#elif PACKETVER >= 20150408
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
#elif PACKETVER >= 20150401
-packetLen(0x093a, 10) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 10)
#elif PACKETVER >= 20150325
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
#elif PACKETVER >= 20150318
-packetLen(0x093a, 5) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 5)
#elif PACKETVER >= 20150311
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
#elif PACKETVER >= 20150304
-packetLen(0x093a, 18) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 18)
#elif PACKETVER >= 20150204
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
#elif PACKETVER >= 20150128
-packetLen(0x093a, 10) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 10)
#elif PACKETVER >= 20150107
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
#endif
// Packet: 0x093b
#if PACKETVER >= 20151216
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#elif PACKETVER >= 20151209
-packetLen(0x093b, 8) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 8)
#elif PACKETVER >= 20151001
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#elif PACKETVER >= 20150923
-packetLen(0x093b, 26) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 26)
#elif PACKETVER >= 20150902
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#elif PACKETVER >= 20150826
-packetLen(0x093b, 6) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 6)
#elif PACKETVER >= 20150513
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#elif PACKETVER >= 20150507
-packetLen(0x093b, 5) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 5)
#elif PACKETVER >= 20150408
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#elif PACKETVER >= 20150401
-packetLen(0x093b, -1) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, -1)
#elif PACKETVER >= 20150318
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#elif PACKETVER >= 20150311
-packetLen(0x093b, 26) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 26)
#elif PACKETVER >= 20150107
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#endif
// Packet: 0x093c
#if PACKETVER >= 20151125
-packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 2)
#elif PACKETVER >= 20151118
-packetLen(0x093c, 6) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 6)
#elif PACKETVER >= 20150729
-packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 2)
#elif PACKETVER >= 20150722
-packetLen(0x093c, -1) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, -1)
#elif PACKETVER >= 20150715
-packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 2)
#elif PACKETVER >= 20150708
-packetLen(0x093c, 26) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 26)
#elif PACKETVER >= 20150422
-packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 2)
#elif PACKETVER >= 20150415
-packetLen(0x093c, 6) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 6)
#elif PACKETVER >= 20150325
-packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 2)
#elif PACKETVER >= 20150318
-packetLen(0x093c, 6) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 6)
#elif PACKETVER >= 20150107
-packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 2)
#endif
// Packet: 0x093d
#if PACKETVER >= 20150729
-packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 2)
#elif PACKETVER >= 20150722
-packetLen(0x093d, 12) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 12)
#elif PACKETVER >= 20150527
-packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 2)
#elif PACKETVER >= 20150520
-packetLen(0x093d, 26) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 26)
#elif PACKETVER >= 20150507
-packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 2)
#elif PACKETVER >= 20150429
-packetLen(0x093d, 26) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 26)
#elif PACKETVER >= 20150107
-packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 2)
#endif
// Packet: 0x093e
#if PACKETVER >= 20151202
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#elif PACKETVER >= 20151125
-packetLen(0x093e, 12) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 12)
#elif PACKETVER >= 20150923
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#elif PACKETVER >= 20150916
-packetLen(0x093e, 10) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 10)
#elif PACKETVER >= 20150722
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#elif PACKETVER >= 20150715
-packetLen(0x093e, 5) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 5)
#elif PACKETVER >= 20150708
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#elif PACKETVER >= 20150701
-packetLen(0x093e, -1) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, -1)
#elif PACKETVER >= 20150617
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#elif PACKETVER >= 20150610
-packetLen(0x093e, 7) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 7)
#elif PACKETVER >= 20150422
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#elif PACKETVER >= 20150415
-packetLen(0x093e, 12) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 12)
#elif PACKETVER >= 20150107
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#endif
// Packet: 0x093f
#if PACKETVER >= 20151014
-packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 2)
#elif PACKETVER >= 20151007
-packetLen(0x093f, 5) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 5)
#elif PACKETVER >= 20150805
-packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 2)
#elif PACKETVER >= 20150729
-packetLen(0x093f, -1) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, -1)
#elif PACKETVER >= 20150708
-packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 2)
#elif PACKETVER >= 20150701
-packetLen(0x093f, 12) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 12)
#elif PACKETVER >= 20150610
-packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 2)
#elif PACKETVER >= 20150603
-packetLen(0x093f, 18) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 18)
#elif PACKETVER >= 20150107
-packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 2)
#endif
// Packet: 0x0940
#if PACKETVER >= 20151111
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20151104
-packetLen(0x0940, 36) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 36)
#elif PACKETVER >= 20151028
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20151021
-packetLen(0x0940, 26) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 26)
#elif PACKETVER >= 20150916
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20150909
-packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 6)
#elif PACKETVER >= 20150826
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20150819
-packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 6)
#elif PACKETVER >= 20150805
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20150729
-packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 6)
#elif PACKETVER >= 20150701
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20150624
-packetLen(0x0940, 8) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 8)
#elif PACKETVER >= 20150617
-packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 6)
#elif PACKETVER >= 20150610
-packetLen(0x0940, 10) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 10)
#elif PACKETVER >= 20150603
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20150527
-packetLen(0x0940, 12) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 12)
#elif PACKETVER >= 20150520
-packetLen(0x0940, 8) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 8)
#elif PACKETVER >= 20150401
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20150325
-packetLen(0x0940, 26) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 26)
#elif PACKETVER >= 20150304
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20150225
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
// ignored packet from 2015-02-25iRagexe
// ignored packet from 2015-02-25eRagexe
#elif PACKETVER >= 20150107
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#endif
// Packet: 0x0941
#if PACKETVER >= 20150923
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#elif PACKETVER >= 20150916
-packetLen(0x0941, 36) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 36)
#elif PACKETVER >= 20150902
-packetLen(0x0941, 5) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 5)
#elif PACKETVER >= 20150701
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#elif PACKETVER >= 20150624
-packetLen(0x0941, 26) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 26)
#elif PACKETVER >= 20150513
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#elif PACKETVER >= 20150507
-packetLen(0x0941, 8) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 8)
#elif PACKETVER >= 20150422
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#elif PACKETVER >= 20150415
-packetLen(0x0941, 19) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 19)
#elif PACKETVER >= 20150107
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#endif
// Packet: 0x0942
#if PACKETVER >= 20151118
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
#elif PACKETVER >= 20151111
-packetLen(0x0942, 18) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 18)
#elif PACKETVER >= 20150923
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
#elif PACKETVER >= 20150916
-packetLen(0x0942, 6) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 6)
#elif PACKETVER >= 20150513
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
#elif PACKETVER >= 20150507
-packetLen(0x0942, 4) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 4)
#elif PACKETVER >= 20150107
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
#endif
// Packet: 0x0943
#if PACKETVER >= 20151125
-packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 2)
#elif PACKETVER >= 20151118
-packetLen(0x0943, 6) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 6)
#elif PACKETVER >= 20150507
-packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 2)
#elif PACKETVER >= 20150429
-packetLen(0x0943, 6) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 6)
#elif PACKETVER >= 20150318
-packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 2)
#elif PACKETVER >= 20150311
-packetLen(0x0943, 6) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 6)
#elif PACKETVER >= 20150114
-packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 2)
#elif PACKETVER >= 20150107
-packetLen(0x0943, 5) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 5)
#endif
// Packet: 0x0944
#if PACKETVER >= 20151223
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#elif PACKETVER >= 20151216
-packetLen(0x0944, -1) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, -1)
#elif PACKETVER >= 20151021
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#elif PACKETVER >= 20151014
-packetLen(0x0944, 12) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 12)
#elif PACKETVER >= 20150722
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#elif PACKETVER >= 20150715
-packetLen(0x0944, 26) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 26)
#elif PACKETVER >= 20150217
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#elif PACKETVER >= 20150211
-packetLen(0x0944, -1) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, -1)
#elif PACKETVER >= 20150204
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#elif PACKETVER >= 20150128
-packetLen(0x0944, 19) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 19)
#elif PACKETVER >= 20150107
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#endif
// Packet: 0x0945
#if PACKETVER >= 20150902
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#elif PACKETVER >= 20150826
-packetLen(0x0945, 5) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 5)
#elif PACKETVER >= 20150527
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#elif PACKETVER >= 20150520
-packetLen(0x0945, 6) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 6)
#elif PACKETVER >= 20150107
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#endif
// Packet: 0x0946
#if PACKETVER >= 20151125
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20151118
-packetLen(0x0946, -1) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, -1)
#elif PACKETVER >= 20150708
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20150701
-packetLen(0x0946, 6) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 6)
#elif PACKETVER >= 20150617
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20150610
-packetLen(0x0946, 90) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 90)
#elif PACKETVER >= 20150408
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20150401
-packetLen(0x0946, 4) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 4)
#elif PACKETVER >= 20150318
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20150311
-packetLen(0x0946, 4) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 4)
#elif PACKETVER >= 20150304
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20150225
-packetLen(0x0946, 26) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 26)
// ignored packet from 2015-02-25eRagexe
// ignored packet from 2015-02-25hRagexe
#elif PACKETVER >= 20150121
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20150114
-packetLen(0x0946, 36) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 36)
#elif PACKETVER >= 20150107
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#endif
// Packet: 0x0947
#if PACKETVER >= 20151223
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#elif PACKETVER >= 20151216
-packetLen(0x0947, 19) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 19)
#elif PACKETVER >= 20150909
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#elif PACKETVER >= 20150902
-packetLen(0x0947, 90) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 90)
#elif PACKETVER >= 20150311
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#elif PACKETVER >= 20150304
-packetLen(0x0947, 8) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 8)
#elif PACKETVER >= 20150114
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#elif PACKETVER >= 20150107
-packetLen(0x0947, 19) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 19)
#endif
// Packet: 0x0948
#if PACKETVER >= 20151216
-packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 2)
#elif PACKETVER >= 20151209
-packetLen(0x0948, 19) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 19)
#elif PACKETVER >= 20150923
-packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 2)
#elif PACKETVER >= 20150916
-packetLen(0x0948, -1) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, -1)
#elif PACKETVER >= 20150304
-packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 2)
#elif PACKETVER >= 20150225
-packetLen(0x0948, 6) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 6)
// ignored packet from 2015-02-25eRagexe
// ignored packet from 2015-02-25hRagexe
#elif PACKETVER >= 20150107
-packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 2)
#endif
// Packet: 0x0949
#if PACKETVER >= 20151230
-packetLen(0x0949, 5) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 5)
#elif PACKETVER >= 20151223
-packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 2)
#elif PACKETVER >= 20151216
-packetLen(0x0949, -1) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, -1)
#elif PACKETVER >= 20150617
-packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 2)
#elif PACKETVER >= 20150610
-packetLen(0x0949, 10) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 10)
#elif PACKETVER >= 20150408
-packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 2)
#elif PACKETVER >= 20150401
-packetLen(0x0949, 6) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 6)
#elif PACKETVER >= 20150107
-packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 2)
#endif
// Packet: 0x094a
#if PACKETVER >= 20151216
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#elif PACKETVER >= 20151209
-packetLen(0x094a, 18) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 18)
#elif PACKETVER >= 20151118
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#elif PACKETVER >= 20151111
-packetLen(0x094a, 6) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 6)
#elif PACKETVER >= 20150520
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#elif PACKETVER >= 20150513
-packetLen(0x094a, 26) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 26)
#elif PACKETVER >= 20150401
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#elif PACKETVER >= 20150325
-packetLen(0x094a, 19) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 19)
#elif PACKETVER >= 20150107
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#endif
// Packet: 0x094b
#if PACKETVER >= 20150408
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
#elif PACKETVER >= 20150401
-packetLen(0x094b, 10) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 10)
#elif PACKETVER >= 20150107
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
#endif
// Packet: 0x094c
#if PACKETVER >= 20150729
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
#elif PACKETVER >= 20150722
-packetLen(0x094c, 10) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 10)
#elif PACKETVER >= 20150325
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
#elif PACKETVER >= 20150318
-packetLen(0x094c, 5) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 5)
#elif PACKETVER >= 20150107
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
#endif
// Packet: 0x094d
#if PACKETVER >= 20150422
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
#elif PACKETVER >= 20150415
-packetLen(0x094d, 5) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 5)
#elif PACKETVER >= 20150107
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
#endif
// Packet: 0x094e
#if PACKETVER >= 20151230
-packetLen(0x094e, 6) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 6)
#elif PACKETVER >= 20150708
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#elif PACKETVER >= 20150701
-packetLen(0x094e, 6) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 6)
#elif PACKETVER >= 20150624
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#elif PACKETVER >= 20150617
-packetLen(0x094e, 26) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 26)
#elif PACKETVER >= 20150527
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#elif PACKETVER >= 20150520
-packetLen(0x094e, 10) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 10)
#elif PACKETVER >= 20150204
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#elif PACKETVER >= 20150128
-packetLen(0x094e, 8) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 8)
#elif PACKETVER >= 20150107
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#endif
// Packet: 0x094f
#if PACKETVER >= 20150923
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#elif PACKETVER >= 20150916
-packetLen(0x094f, 8) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 8)
#elif PACKETVER >= 20150909
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#elif PACKETVER >= 20150902
-packetLen(0x094f, 6) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 6)
#elif PACKETVER >= 20150826
-packetLen(0x094f, 5) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 5)
#elif PACKETVER >= 20150805
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#elif PACKETVER >= 20150729
-packetLen(0x094f, 19) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 19)
#elif PACKETVER >= 20150722
-packetLen(0x094f, 8) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 8)
#elif PACKETVER >= 20150415
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#elif PACKETVER >= 20150408
-packetLen(0x094f, 18) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 18)
#elif PACKETVER >= 20150304
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#elif PACKETVER >= 20150225
-packetLen(0x094f, 5) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 5)
// ignored packet from 2015-02-25eRagexe
// ignored packet from 2015-02-25hRagexe
#elif PACKETVER >= 20150107
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#endif
// Packet: 0x0950
#if PACKETVER >= 20150722
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
#elif PACKETVER >= 20150715
-packetLen(0x0950, 6) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 6)
#elif PACKETVER >= 20150401
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
#elif PACKETVER >= 20150325
-packetLen(0x0950, -1) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, -1)
#elif PACKETVER >= 20150107
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
#endif
// Packet: 0x0951
#if PACKETVER >= 20151202
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#elif PACKETVER >= 20151125
-packetLen(0x0951, 5) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 5)
#elif PACKETVER >= 20151001
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#elif PACKETVER >= 20150923
-packetLen(0x0951, 7) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 7)
#elif PACKETVER >= 20150902
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#elif PACKETVER >= 20150826
-packetLen(0x0951, 6) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 6)
#elif PACKETVER >= 20150729
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#elif PACKETVER >= 20150722
-packetLen(0x0951, -1) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, -1)
#elif PACKETVER >= 20150325
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#elif PACKETVER >= 20150318
-packetLen(0x0951, 6) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 6)
#elif PACKETVER >= 20150217
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#elif PACKETVER >= 20150211
-packetLen(0x0951, -1) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, -1)
#elif PACKETVER >= 20150107
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#endif
// Packet: 0x0952
#if PACKETVER >= 20150304
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
#elif PACKETVER >= 20150225
-packetLen(0x0952, 8) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 8)
// ignored packet from 2015-02-25eRagexe
// ignored packet from 2015-02-25hRagexe
#elif PACKETVER >= 20150204
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
#elif PACKETVER >= 20150128
-packetLen(0x0952, 90) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 90)
#elif PACKETVER >= 20150107
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
#endif
// Packet: 0x0953
#if PACKETVER >= 20150909
-packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 2)
#elif PACKETVER >= 20150902
-packetLen(0x0953, -1) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, -1)
#elif PACKETVER >= 20150513
-packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 2)
#elif PACKETVER >= 20150507
-packetLen(0x0953, 36) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 36)
#elif PACKETVER >= 20150422
-packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 2)
#elif PACKETVER >= 20150415
-packetLen(0x0953, -1) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, -1)
#elif PACKETVER >= 20150408
-packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 2)
#elif PACKETVER >= 20150401
-packetLen(0x0953, 26) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 26)
#elif PACKETVER >= 20150107
-packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 2)
#endif
// Packet: 0x0954
#if PACKETVER >= 20151223
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#elif PACKETVER >= 20151216
-packetLen(0x0954, -1) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, -1)
#elif PACKETVER >= 20150708
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#elif PACKETVER >= 20150701
-packetLen(0x0954, 5) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 5)
#elif PACKETVER >= 20150401
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#elif PACKETVER >= 20150325
-packetLen(0x0954, 6) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 6)
#elif PACKETVER >= 20150107
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#endif
// Packet: 0x0955
#if PACKETVER >= 20150805
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
#elif PACKETVER >= 20150729
-packetLen(0x0955, -1) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, -1)
#elif PACKETVER >= 20150610
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
#elif PACKETVER >= 20150603
-packetLen(0x0955, 5) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 5)
#elif PACKETVER >= 20150513
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
#elif PACKETVER >= 20150507
-packetLen(0x0955, 6) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 6)
#elif PACKETVER >= 20150429
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
#elif PACKETVER >= 20150422
-packetLen(0x0955, 36) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 36)
#elif PACKETVER >= 20150415
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
#elif PACKETVER >= 20150408
-packetLen(0x0955, 6) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 6)
#elif PACKETVER >= 20150304
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
#elif PACKETVER >= 20150225
-packetLen(0x0955, 5) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 5)
// ignored packet from 2015-02-25eRagexe
// ignored packet from 2015-02-25hRagexe
#elif PACKETVER >= 20150128
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
#elif PACKETVER >= 20150121
-packetLen(0x0955, 8) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 8)
#elif PACKETVER >= 20150114
-packetLen(0x0955, 4) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 4)
#elif PACKETVER >= 20150107
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
#endif
// Packet: 0x0956
#if PACKETVER >= 20151216
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#elif PACKETVER >= 20151209
-packetLen(0x0956, 90) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 90)
#elif PACKETVER >= 20151202
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#elif PACKETVER >= 20151125
-packetLen(0x0956, 26) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 26)
#elif PACKETVER >= 20151021
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#elif PACKETVER >= 20151014
-packetLen(0x0956, 6) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 6)
#elif PACKETVER >= 20150722
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#elif PACKETVER >= 20150715
-packetLen(0x0956, 36) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 36)
#elif PACKETVER >= 20150708
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#elif PACKETVER >= 20150701
-packetLen(0x0956, 90) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 90)
#elif PACKETVER >= 20150107
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#endif
// Packet: 0x0957
#if PACKETVER >= 20151202
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20151125
-packetLen(0x0957, 8) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 8)
#elif PACKETVER >= 20151118
-packetLen(0x0957, 4) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 4)
#elif PACKETVER >= 20150617
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20150610
-packetLen(0x0957, 6) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 6)
#elif PACKETVER >= 20150415
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20150408
-packetLen(0x0957, 19) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 19)
#elif PACKETVER >= 20150318
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20150311
-packetLen(0x0957, 6) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 6)
#elif PACKETVER >= 20150217
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20150211
-packetLen(0x0957, 26) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 26)
#elif PACKETVER >= 20150121
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20150114
-packetLen(0x0957, 5) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 5)
#elif PACKETVER >= 20150107
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#endif
// Packet: 0x0958
#if PACKETVER >= 20151118
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20151111
-packetLen(0x0958, 8) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 8)
#elif PACKETVER >= 20150729
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20150722
-packetLen(0x0958, 36) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 36)
#elif PACKETVER >= 20150708
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20150701
-packetLen(0x0958, 7) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 7)
#elif PACKETVER >= 20150520
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20150513
-packetLen(0x0958, 6) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 6)
#elif PACKETVER >= 20150507
-packetLen(0x0958, 26) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 26)
#elif PACKETVER >= 20150318
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20150311
-packetLen(0x0958, 6) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 6)
#elif PACKETVER >= 20150217
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20150211
-packetLen(0x0958, 8) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 8)
#elif PACKETVER >= 20150107
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#endif
// Packet: 0x0959
#if PACKETVER >= 20151202
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#elif PACKETVER >= 20151125
-packetLen(0x0959, 90) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 90)
#elif PACKETVER >= 20150902
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#elif PACKETVER >= 20150826
-packetLen(0x0959, -1) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, -1)
#elif PACKETVER >= 20150415
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#elif PACKETVER >= 20150408
-packetLen(0x0959, 6) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 6)
#elif PACKETVER >= 20150325
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#elif PACKETVER >= 20150318
-packetLen(0x0959, -1) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, -1)
#elif PACKETVER >= 20150128
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#elif PACKETVER >= 20150121
-packetLen(0x0959, 19) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 19)
#elif PACKETVER >= 20150107
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#endif
// Packet: 0x095a
#if PACKETVER >= 20150923
-packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 2)
#elif PACKETVER >= 20150916
-packetLen(0x095a, 6) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 6)
#elif PACKETVER >= 20150107
-packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 2)
#endif
// Packet: 0x095b
#if PACKETVER >= 20150909
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20150902
-packetLen(0x095b, 19) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 19)
#elif PACKETVER >= 20150715
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20150708
-packetLen(0x095b, 6) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 6)
#elif PACKETVER >= 20150527
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20150520
-packetLen(0x095b, 5) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 5)
#elif PACKETVER >= 20150318
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20150311
-packetLen(0x095b, -1) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, -1)
#elif PACKETVER >= 20150107
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#endif
// Packet: 0x095c
#if PACKETVER >= 20151216
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#elif PACKETVER >= 20151209
-packetLen(0x095c, 4) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 4)
#elif PACKETVER >= 20151125
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#elif PACKETVER >= 20151118
-packetLen(0x095c, 18) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 18)
#elif PACKETVER >= 20150422
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#elif PACKETVER >= 20150415
-packetLen(0x095c, 26) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 26)
#elif PACKETVER >= 20150107
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#endif
// Packet: 0x095d
#if PACKETVER >= 20150617
-packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 2)
#elif PACKETVER >= 20150610
-packetLen(0x095d, 12) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 12)
#elif PACKETVER >= 20150311
-packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 2)
#elif PACKETVER >= 20150304
-packetLen(0x095d, 8) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 8)
#elif PACKETVER >= 20150107
-packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 2)
#endif
// Packet: 0x095e
#if PACKETVER >= 20151230
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
#elif PACKETVER >= 20151223
-packetLen(0x095e, 6) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 6)
#elif PACKETVER >= 20151021
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
#elif PACKETVER >= 20151014
-packetLen(0x095e, 8) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 8)
#elif PACKETVER >= 20150916
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
#elif PACKETVER >= 20150909
-packetLen(0x095e, 6) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 6)
#elif PACKETVER >= 20150805
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
#elif PACKETVER >= 20150729
-packetLen(0x095e, -1) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, -1)
#elif PACKETVER >= 20150415
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
#elif PACKETVER >= 20150408
-packetLen(0x095e, 12) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 12)
#elif PACKETVER >= 20150107
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
#endif
// Packet: 0x095f
#if PACKETVER >= 20151014
-packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 2)
#elif PACKETVER >= 20151007
-packetLen(0x095f, 5) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 5)
#elif PACKETVER >= 20150708
-packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 2)
#elif PACKETVER >= 20150701
-packetLen(0x095f, 26) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 26)
#elif PACKETVER >= 20150408
-packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 2)
#elif PACKETVER >= 20150401
-packetLen(0x095f, 6) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 6)
#elif PACKETVER >= 20150107
-packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 2)
#endif
// Packet: 0x0960
#if PACKETVER >= 20151007
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20151001
-packetLen(0x0960, 36) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 36)
#elif PACKETVER >= 20150923
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20150916
-packetLen(0x0960, 5) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 5)
#elif PACKETVER >= 20150708
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20150701
-packetLen(0x0960, 18) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 18)
#elif PACKETVER >= 20150610
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20150603
-packetLen(0x0960, 10) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 10)
#elif PACKETVER >= 20150527
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20150520
-packetLen(0x0960, 4) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 4)
#elif PACKETVER >= 20150513
-packetLen(0x0960, -1) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, -1)
#elif PACKETVER >= 20150422
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20150415
-packetLen(0x0960, 36) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 36)
#elif PACKETVER >= 20150325
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20150318
-packetLen(0x0960, 18) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 18)
#elif PACKETVER >= 20150311
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20150304
-packetLen(0x0960, 26) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 26)
#elif PACKETVER >= 20150107
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#endif
// Packet: 0x0961
#if PACKETVER >= 20151216
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#elif PACKETVER >= 20151209
-packetLen(0x0961, 7) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 7)
#elif PACKETVER >= 20151021
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#elif PACKETVER >= 20151014
-packetLen(0x0961, 6) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 6)
#elif PACKETVER >= 20151007
-packetLen(0x0961, 19) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 19)
#elif PACKETVER >= 20151001
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#elif PACKETVER >= 20150916
-packetLen(0x0961, -1) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, -1)
#elif PACKETVER >= 20150826
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#elif PACKETVER >= 20150819
-packetLen(0x0961, 26) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 26)
#elif PACKETVER >= 20150805
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#elif PACKETVER >= 20150729
-packetLen(0x0961, 36) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 36)
#elif PACKETVER >= 20150722
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#elif PACKETVER >= 20150715
-packetLen(0x0961, 8) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 8)
#elif PACKETVER >= 20150527
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#elif PACKETVER >= 20150520
-packetLen(0x0961, 8) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 8)
#elif PACKETVER >= 20150422
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#elif PACKETVER >= 20150415
-packetLen(0x0961, 18) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 18)
#elif PACKETVER >= 20150311
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#elif PACKETVER >= 20150304
-packetLen(0x0961, 5) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 5)
#elif PACKETVER >= 20150107
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#endif
// Packet: 0x0962
#if PACKETVER >= 20150916
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#elif PACKETVER >= 20150909
-packetLen(0x0962, 8) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 8)
#elif PACKETVER >= 20150715
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#elif PACKETVER >= 20150708
-packetLen(0x0962, 8) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 8)
#elif PACKETVER >= 20150107
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#endif
// Packet: 0x0963
#if PACKETVER >= 20150318
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
#elif PACKETVER >= 20150311
-packetLen(0x0963, 6) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 6)
#elif PACKETVER >= 20150204
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
#elif PACKETVER >= 20150128
-packetLen(0x0963, 26) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 26)
#elif PACKETVER >= 20150121
-packetLen(0x0963, 8) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 8)
#elif PACKETVER >= 20150107
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
#endif
// Packet: 0x0964
#if PACKETVER >= 20151216
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#elif PACKETVER >= 20151209
-packetLen(0x0964, 26) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 26)
#elif PACKETVER >= 20151111
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#elif PACKETVER >= 20151104
-packetLen(0x0964, 6) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 6)
#elif PACKETVER >= 20151021
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#elif PACKETVER >= 20151014
-packetLen(0x0964, 19) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 19)
#elif PACKETVER >= 20150902
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#elif PACKETVER >= 20150826
-packetLen(0x0964, 19) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 19)
#elif PACKETVER >= 20150617
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#elif PACKETVER >= 20150610
-packetLen(0x0964, 5) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 5)
#elif PACKETVER >= 20150408
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#elif PACKETVER >= 20150401
-packetLen(0x0964, 5) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 5)
#elif PACKETVER >= 20150318
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#elif PACKETVER >= 20150311
-packetLen(0x0964, 8) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 8)
#elif PACKETVER >= 20150107
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#endif
// Packet: 0x0965
#if PACKETVER >= 20151230
-packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 2)
#elif PACKETVER >= 20151223
-packetLen(0x0965, 36) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 36)
#elif PACKETVER >= 20150722
-packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 2)
#elif PACKETVER >= 20150715
-packetLen(0x0965, 18) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 18)
#elif PACKETVER >= 20150107
-packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 2)
#endif
// Packet: 0x0966
#if PACKETVER >= 20151223
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#elif PACKETVER >= 20151216
-packetLen(0x0966, 6) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 6)
#elif PACKETVER >= 20151118
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#elif PACKETVER >= 20151111
-packetLen(0x0966, 8) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 8)
#elif PACKETVER >= 20150701
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#elif PACKETVER >= 20150624
-packetLen(0x0966, 5) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 5)
#elif PACKETVER >= 20150211
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#elif PACKETVER >= 20150204
-packetLen(0x0966, 36) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 36)
#elif PACKETVER >= 20150107
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#endif
// Packet: 0x0967
#if PACKETVER >= 20151230
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20151223
-packetLen(0x0967, 12) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 12)
#elif PACKETVER >= 20151118
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20151111
-packetLen(0x0967, 19) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 19)
#elif PACKETVER >= 20151014
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20151007
-packetLen(0x0967, 36) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 36)
#elif PACKETVER >= 20150826
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20150819
-packetLen(0x0967, 5) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 5)
#elif PACKETVER >= 20150128
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20150121
-packetLen(0x0967, 26) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 26)
#elif PACKETVER >= 20150107
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#endif
// Packet: 0x0968
#if PACKETVER >= 20151223
-packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 2)
#elif PACKETVER >= 20151216
-packetLen(0x0968, 10) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 10)
#elif PACKETVER >= 20150902
-packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 2)
#elif PACKETVER >= 20150826
-packetLen(0x0968, 4) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 4)
#elif PACKETVER >= 20150708
-packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 2)
#elif PACKETVER >= 20150701
-packetLen(0x0968, 5) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 5)
#elif PACKETVER >= 20150204
-packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 2)
#elif PACKETVER >= 20150128
-packetLen(0x0968, 6) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 6)
#elif PACKETVER >= 20150107
-packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 2)
#endif
// Packet: 0x0969
#if PACKETVER >= 20151118
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#elif PACKETVER >= 20151111
-packetLen(0x0969, 36) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 36)
#elif PACKETVER >= 20150923
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#elif PACKETVER >= 20150916
-packetLen(0x0969, 19) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 19)
#elif PACKETVER >= 20150902
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#elif PACKETVER >= 20150826
-packetLen(0x0969, -1) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, -1)
#elif PACKETVER >= 20150610
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#elif PACKETVER >= 20150603
-packetLen(0x0969, -1) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, -1)
#elif PACKETVER >= 20150401
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#elif PACKETVER >= 20150325
-packetLen(0x0969, 8) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 8)
#elif PACKETVER >= 20150107
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#endif
// Packet: 0x096a
#if PACKETVER >= 20151230
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20151209
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20151202
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20151125
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20151111
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20151104
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20151021
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20151014
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20151001
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20150916
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20150909
-packetLen(0x096a, 5) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 5)
#elif PACKETVER >= 20150826
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20150805
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20150715
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20150708
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20150701
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20150617
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20150610
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20150603
-packetLen(0x096a, 5) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 5)
#elif PACKETVER >= 20150527
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20150520
-packetLen(0x096a, 18) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 18)
#elif PACKETVER >= 20150422
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20150311
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20150304
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20150225
-packetLen(0x096a, 19) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 19)
// ignored packet from 2015-02-25eRagexe
// ignored packet from 2015-02-25hRagexe
#elif PACKETVER >= 20150217
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20150211
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20150204
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20150128
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20150107
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#endif
// Packet: 0x096b
-packetLen(0x096b, 4) // ZC_PRNPC_STATE
+packetLen(0x096b, 4)
// Packet: 0x096c
-packetLen(0x096c, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x096c, 6)
// Packet: 0x096d
-packetLen(0x096d, -1) // ZC_MERGE_ITEM_OPEN
+packetLen(0x096d, -1)
// Packet: 0x096e
-packetLen(0x096e, -1) // CZ_REQ_MERGE_ITEM
+packetLen(0x096e, -1)
// Packet: 0x096f
-packetLen(0x096f, 7) // ZC_ACK_MERGE_ITEM
+packetLen(0x096f, 7)
// Packet: 0x0970
-packetLen(0x0970, 31) // CH_MAKE_CHAR_NOT_STATS
+packetLen(0x0970, 31)
// Packet: 0x0971
-packetLen(0x0971, 6) // ZC_PARTY_RECRUIT_REFUSE_VOLUNTEER_TO_PM
+packetLen(0x0971, 6)
// Packet: 0x0972
-packetLen(0x0972, -1) // ZC_SAY_DIALOG2
+packetLen(0x0972, -1)
// Packet: 0x0973
-packetLen(0x0973, 7) // ZC_WAIT_DIALOG2
+packetLen(0x0973, 7)
// Packet: 0x0974
-packetLen(0x0974, 2) // CZ_CANCEL_MERGE_ITEM
+packetLen(0x0974, 2)
// Packet: 0x0975
-packetLen(0x0975, -1) // ZC_STORE_ITEMLIST_NORMAL_V2
+packetLen(0x0975, -1)
// Packet: 0x0976
-packetLen(0x0976, -1) // ZC_STORE_ITEMLIST_EQUIP_V2
+packetLen(0x0976, -1)
// Packet: 0x0977
-packetLen(0x0977, 14) // ZC_HP_INFO
+packetLen(0x0977, 14)
// Packet: 0x0978
-packetLen(0x0978, 6) // CZ_REQ_BEFORE_WORLD_INFO
+packetLen(0x0978, 6)
// Packet: 0x0979
-packetLen(0x0979, 50) // ZC_ACK_BEFORE_WORLD_INFO
+packetLen(0x0979, 50)
// Packet: 0x097a
-packetLen(0x097a, -1) // ZC_ALL_QUEST_LIST2
+packetLen(0x097a, -1)
// Packet: 0x097b
-packetLen(0x097b, -1) // ZC_PERSONAL_INFOMATION2
+packetLen(0x097b, -1)
// Packet: 0x097c
-packetLen(0x097c, 4) // CZ_REQ_RANKING
+packetLen(0x097c, 4)
// Packet: 0x097d
-packetLen(0x097d, 288) // ZC_ACK_RANKING
+packetLen(0x097d, 288)
// Packet: 0x097e
-packetLen(0x097e, 12) // ZC_UPDATE_RANKING_POINT
+packetLen(0x097e, 12)
// Packet: 0x097f
-packetLen(0x097f, -1) // ZC_SELECTCART
+packetLen(0x097f, -1)
// Packet: 0x0980
-packetLen(0x0980, 7) // CZ_SELECTCART
+packetLen(0x0980, 7)
// Packet: 0x0981
-packetLen(0x0981, -1) // ZC_PERSONAL_INFOMATION_CHN
+packetLen(0x0981, -1)
// Packet: 0x0982
-packetLen(0x0982, 7) // ZC_FATIGUE_CHN
+packetLen(0x0982, 7)
// Packet: 0x0983
-packetLen(0x0983, 29) // ZC_MSG_STATE_CHANGE3
+packetLen(0x0983, 29)
// Packet: 0x0984
-packetLen(0x0984, 28) // ZC_EFST_SET_ENTER2
+packetLen(0x0984, 28)
// Packet: 0x0985
-packetLen(0x0985, -1) // ZC_SKILL_POSTDELAY_LIST2
+packetLen(0x0985, -1)
// Packet: 0x0986
-packetLen(0x0986, 10) // AC_SHUTDOWN_NOTIFY
+packetLen(0x0986, 10)
// Packet: 0x0987
-packetLen(0x0987, -1) // CA_LOGIN6
+packetLen(0x0987, -1)
// Packet: 0x0988
-packetLen(0x0988, 6) // ZC_NOTIFY_CLAN_CONNECTINFO
+packetLen(0x0988, 6)
// Packet: 0x0989
-packetLen(0x0989, 2) // ZC_ACK_CLAN_LEAVE
+packetLen(0x0989, 2)
// Packet: 0x098a
-packetLen(0x098a, -1) // ZC_CLANINFO
+packetLen(0x098a, -1)
// Packet: 0x098b
-packetLen(0x098b, 2) // AC_REQ_NEW_USER
+packetLen(0x098b, 2)
// Packet: 0x098c
-packetLen(0x098c, 4) // CA_ACK_NEW_USER
+packetLen(0x098c, 4)
// Packet: 0x098d
-packetLen(0x098d, -1) // CZ_CLAN_CHAT
+packetLen(0x098d, -1)
// Packet: 0x098e
-packetLen(0x098e, -1) // ZC_NOTIFY_CLAN_CHAT
+packetLen(0x098e, -1)
// Packet: 0x098f
-packetLen(0x098f, -1) // CH_DELETE_CHAR3_EXT
+packetLen(0x098f, -1)
// Packet: 0x0990
-packetLen(0x0990, 31) // ZC_ITEM_PICKUP_ACK_V5
+packetLen(0x0990, 31)
// Packet: 0x0991
-packetLen(0x0991, -1) // ZC_INVENTORY_ITEMLIST_NORMAL_V5
+packetLen(0x0991, -1)
// Packet: 0x0992
-packetLen(0x0992, -1) // ZC_INVENTORY_ITEMLIST_EQUIP_V5
+packetLen(0x0992, -1)
// Packet: 0x0993
-packetLen(0x0993, -1) // ZC_CART_ITEMLIST_NORMAL_V5
+packetLen(0x0993, -1)
// Packet: 0x0994
-packetLen(0x0994, -1) // ZC_CART_ITEMLIST_EQUIP_V5
+packetLen(0x0994, -1)
// Packet: 0x0995
-packetLen(0x0995, -1) // ZC_STORE_ITEMLIST_NORMAL_V5
+packetLen(0x0995, -1)
// Packet: 0x0996
-packetLen(0x0996, -1) // ZC_STORE_ITEMLIST_EQUIP_V5
+packetLen(0x0996, -1)
// Packet: 0x0997
-packetLen(0x0997, -1) // ZC_EQUIPWIN_MICROSCOPE_V5
+packetLen(0x0997, -1)
// Packet: 0x0998
-packetLen(0x0998, 8) // CZ_REQ_WEAR_EQUIP_V5
+packetLen(0x0998, 8)
// Packet: 0x0999
-packetLen(0x0999, 11) // ZC_ACK_WEAR_EQUIP_V5
+packetLen(0x0999, 11)
// Packet: 0x099a
-packetLen(0x099a, 9) // ZC_ACK_TAKEOFF_EQUIP_V5
+packetLen(0x099a, 9)
// Packet: 0x099b
-packetLen(0x099b, 8) // ZC_MAPPROPERTY_R2
+packetLen(0x099b, 8)
// Packet: 0x099c
-packetLen(0x099c, 6) // CH_REQ_CHARINFO_PER_PAGE
+packetLen(0x099c, 6)
// Packet: 0x099d
-packetLen(0x099d, -1) // HC_ACK_CHARINFO_PER_PAGE
+packetLen(0x099d, -1)
// Packet: 0x099e
-packetLen(0x099e, 12) // HC_QUEUE_ORDER
+packetLen(0x099e, 12)
// Packet: 0x099f
-packetLen(0x099f, -1) // ZC_SKILL_ENTRY4
+packetLen(0x099f, -1)
// Packet: 0x09a0
-packetLen(0x09a0, 6) // HC_CHARLIST_NOTIFY
+packetLen(0x09a0, 6)
// Packet: 0x09a1
-packetLen(0x09a1, 2) // CH_CHARLIST_REQ
+packetLen(0x09a1, 2)
// Packet: 0x09a2
-packetLen(0x09a2, 6) // AC_REQ_MOBILE_OTP
+packetLen(0x09a2, 6)
// Packet: 0x09a3
-packetLen(0x09a3, -1) // CA_ACK_MOBILE_OTP
+packetLen(0x09a3, -1)
// Packet: 0x09a4
-packetLen(0x09a4, 18) // ZC_DISPATCH_TIMING_INFO_CHN
+packetLen(0x09a4, 18)
// Packet: 0x09a5
-packetLen(0x09a5, 7) // AC_REFUSE_LOGIN3
+packetLen(0x09a5, 7)
// Packet: 0x09a6
-packetLen(0x09a6, 12) // ZC_BANKING_CHECK
+packetLen(0x09a6, 12)
// Packet: 0x09a7
-packetLen(0x09a7, 10) // CZ_REQ_BANKING_DEPOSIT
+packetLen(0x09a7, 10)
// Packet: 0x09a8
-packetLen(0x09a8, 16) // ZC_ACK_BANKING_DEPOSIT
+packetLen(0x09a8, 16)
// Packet: 0x09a9
-packetLen(0x09a9, 10) // CZ_REQ_BANKING_WITHDRAW
+packetLen(0x09a9, 10)
// Packet: 0x09aa
-packetLen(0x09aa, 16) // ZC_ACK_BANKING_WITHDRAW
+packetLen(0x09aa, 16)
// Packet: 0x09ab
-packetLen(0x09ab, 6) // CZ_REQ_BANKING_CHECK
+packetLen(0x09ab, 6)
// Packet: 0x09ac
-packetLen(0x09ac, -1) // CZ_REQ_CASH_BARGAIN_SALE_ITEM_INFO
+packetLen(0x09ac, -1)
// Packet: 0x09ad
-packetLen(0x09ad, 10) // ZC_ACK_CASH_BARGAIN_SALE_ITEM_INFO
+packetLen(0x09ad, 10)
// Packet: 0x09ae
-packetLen(0x09ae, 17) // CZ_REQ_APPLY_BARGAIN_SALE_ITEM
+packetLen(0x09ae, 17)
// Packet: 0x09af
-packetLen(0x09af, 4) // ZC_ACK_APPLY_BARGAIN_SALE_ITEM
+packetLen(0x09af, 4)
// Packet: 0x09b0
-packetLen(0x09b0, 8) // CZ_REQ_REMOVE_BARGAIN_SALE_ITEM
+packetLen(0x09b0, 8)
// Packet: 0x09b1
-packetLen(0x09b1, 4) // ZC_ACK_REMOVE_BARGAIN_SALE_ITEM
+packetLen(0x09b1, 4)
// Packet: 0x09b2
-packetLen(0x09b2, 8) // ZC_NOTIFY_BARGAIN_SALE_SELLING
+packetLen(0x09b2, 8)
// Packet: 0x09b3
-packetLen(0x09b3, 4) // ZC_NOTIFY_BARGAIN_SALE_CLOSE
+packetLen(0x09b3, 4)
// Packet: 0x09b4
-packetLen(0x09b4, 6) // CZ_OPEN_BARGAIN_SALE_TOOL
+packetLen(0x09b4, 6)
// Packet: 0x09b5
-packetLen(0x09b5, 2) // ZC_OPEN_BARGAIN_SALE_TOOL
+packetLen(0x09b5, 2)
// Packet: 0x09b6
-packetLen(0x09b6, 6) // CZ_REQ_OPEN_BANKING
+packetLen(0x09b6, 6)
// Packet: 0x09b7
-packetLen(0x09b7, 4) // ZC_ACK_OPEN_BANKING
+packetLen(0x09b7, 4)
// Packet: 0x09b8
-packetLen(0x09b8, 6) // CZ_REQ_CLOSE_BANKING
+packetLen(0x09b8, 6)
// Packet: 0x09b9
-packetLen(0x09b9, 4) // ZC_ACK_CLOSE_BANKING
+packetLen(0x09b9, 4)
// Packet: 0x09ba
-packetLen(0x09ba, 2) // CZ_REQ_OPEN_GUILD_STORAGE
+packetLen(0x09ba, 2)
// Packet: 0x09bb
-packetLen(0x09bb, 6) // ZC_ACK_OPEN_GUILD_STORAGE
+packetLen(0x09bb, 6)
// Packet: 0x09bc
-packetLen(0x09bc, 6) // CZ_CLOSE_BARGAIN_SALE_TOOL
+packetLen(0x09bc, 6)
// Packet: 0x09bd
-packetLen(0x09bd, 2) // ZC_CLOSE_BARGAIN_SALE_TOOL
+packetLen(0x09bd, 2)
// Packet: 0x09be
-packetLen(0x09be, 2) // CZ_REQ_CLOSE_GUILD_STORAGE
+packetLen(0x09be, 2)
// Packet: 0x09bf
-packetLen(0x09bf, 4) // ZC_ACK_CLOSE_GUILD_STORAGE
+packetLen(0x09bf, 4)
// Packet: 0x09c1
-packetLen(0x09c1, 10) // ZC_C_MARKERINFO
+packetLen(0x09c1, 10)
// Packet: 0x09c2
-packetLen(0x09c2, -1) // HC_SECRETSCAN_DATA
+packetLen(0x09c2, -1)
// Packet: 0x09c3
-packetLen(0x09c3, 8) // CZ_REQ_COUNT_BARGAIN_SALE_ITEM
+packetLen(0x09c3, 8)
// Packet: 0x09c4
-packetLen(0x09c4, 8) // ZC_ACK_COUNT_BARGAIN_SALE_ITEM
+packetLen(0x09c4, 8)
// Packet: 0x09c5
-packetLen(0x09c5, 1042) // CS_LOGIN_QUERY
+packetLen(0x09c5, 1042)
// Packet: 0x09c6
-packetLen(0x09c6, -1) // SC_LOGIN_ANSWER
+packetLen(0x09c6, -1)
// Packet: 0x09c7
-packetLen(0x09c7, 18) // SC_LOGIN_ERROR
+packetLen(0x09c7, 18)
// Packet: 0x09c8
-packetLen(0x09c8, -1) // CA_LOGIN_OTP
+packetLen(0x09c8, -1)
// Packet: 0x09c9
-packetLen(0x09c9, -1) // SC_SOCT
+packetLen(0x09c9, -1)
// Packet: 0x09ca
-packetLen(0x09ca, -1) // ZC_SKILL_ENTRY5
+packetLen(0x09ca, -1)
// Packet: 0x09cb
-packetLen(0x09cb, 17) // ZC_USE_SKILL2
+packetLen(0x09cb, 17)
// Packet: 0x09cc
-packetLen(0x09cc, -1) // ZC_SECRETSCAN_DATA
+packetLen(0x09cc, -1)
// Packet: 0x09cd
-packetLen(0x09cd, 8) // ZC_MSG_COLOR
+packetLen(0x09cd, 8)
// Packet: 0x09ce
-packetLen(0x09ce, 102) // CZ_ITEM_CREATE_EX
+packetLen(0x09ce, 102)
// Packet: 0x09cf
-packetLen(0x09cf, -1) // ZC_NPROTECTGAMEGUARDCSAUTH
+packetLen(0x09cf, -1)
// Packet: 0x09d0
-packetLen(0x09d0, -1) // CZ_NPROTECTGAMEGUARDCSAUTH
+packetLen(0x09d0, -1)
// Packet: 0x09d1
-packetLen(0x09d1, 14) // ZC_PROGRESS_ACTOR
+packetLen(0x09d1, 14)
// Packet: 0x09d2
-packetLen(0x09d2, -1) // ZC_GUILDSTORAGE_ITEMLIST_NORMAL_V5
+packetLen(0x09d2, -1)
// Packet: 0x09d3
-packetLen(0x09d3, -1) // ZC_GUILDSTORAGE_ITEMLIST_EQUIP_V5
+packetLen(0x09d3, -1)
// Packet: 0x09d4
-packetLen(0x09d4, 2) // CZ_NPC_TRADE_QUIT
+packetLen(0x09d4, 2)
// Packet: 0x09d5
-packetLen(0x09d5, -1) // ZC_NPC_MARKET_OPEN
+packetLen(0x09d5, -1)
// Packet: 0x09d6
-packetLen(0x09d6, -1) // CZ_NPC_MARKET_PURCHASE
+packetLen(0x09d6, -1)
// Packet: 0x09d7
-packetLen(0x09d7, -1) // ZC_NPC_MARKET_PURCHASE_RESULT
+packetLen(0x09d7, -1)
// Packet: 0x09d8
-packetLen(0x09d8, 2) // CZ_NPC_MARKET_CLOSE
+packetLen(0x09d8, 2)
// Packet: 0x09d9
-packetLen(0x09d9, 4) // CZ_REQ_GUILDSTORAGE_LOG
+packetLen(0x09d9, 4)
// Packet: 0x09da
-packetLen(0x09da, -1) // ZC_ACK_GUILDSTORAGE_LOG
+packetLen(0x09da, -1)
// Packet: 0x09db
-packetLen(0x09db, -1) // ZC_NOTIFY_MOVEENTRY10
+packetLen(0x09db, -1)
// Packet: 0x09dc
-packetLen(0x09dc, -1) // ZC_NOTIFY_NEWENTRY10
+packetLen(0x09dc, -1)
// Packet: 0x09dd
-packetLen(0x09dd, -1) // ZC_NOTIFY_STANDENTRY10
+packetLen(0x09dd, -1)
// Packet: 0x09de
-packetLen(0x09de, -1) // ZC_WHISPER02
+packetLen(0x09de, -1)
// Packet: 0x09df
-packetLen(0x09df, 7) // ZC_ACK_WHISPER02
+packetLen(0x09df, 7)
// Packet: 0x09e0
-packetLen(0x09e0, -1) // SC_LOGIN_ANSWER_WITH_ID
+packetLen(0x09e0, -1)
// Packet: 0x09e1
-packetLen(0x09e1, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_GUILDSTORAGE
+packetLen(0x09e1, 8)
// Packet: 0x09e2
-packetLen(0x09e2, 8) // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_BODY
+packetLen(0x09e2, 8)
// Packet: 0x09e3
-packetLen(0x09e3, 8) // CZ_MOVE_ITEM_FROM_CART_TO_GUILDSTORAGE
+packetLen(0x09e3, 8)
// Packet: 0x09e4
-packetLen(0x09e4, 8) // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_CART
+packetLen(0x09e4, 8)
// Packet: 0x09e5
-packetLen(0x09e5, 18) // ZC_DELETEITEM_FROM_MCSTORE2
+packetLen(0x09e5, 18)
// Packet: 0x09e6
-packetLen(0x09e6, 22) // ZC_UPDATE_ITEM_FROM_BUYING_STORE2
+packetLen(0x09e6, 22)
// Packet: 0x09e7
-packetLen(0x09e7, 3) // ZC_NOTIFY_UNREAD_RODEX
+packetLen(0x09e7, 3)
// Packet: 0x09e8
-packetLen(0x09e8, 11) // CZ_OPEN_RODEXBOX
+packetLen(0x09e8, 11)
// Packet: 0x09e9
-packetLen(0x09e9, 2) // CZ_CLOSE_RODEXBOX
+packetLen(0x09e9, 2)
// Packet: 0x09ea
-packetLen(0x09ea, 11) // CZ_REQ_READ_RODEX
+packetLen(0x09ea, 11)
// Packet: 0x09eb
-packetLen(0x09eb, -1) // ZC_ACK_READ_RODEX
+packetLen(0x09eb, -1)
// Packet: 0x09ec
-packetLen(0x09ec, -1) // CZ_REQ_SEND_RODEX
+packetLen(0x09ec, -1)
// Packet: 0x09ed
-packetLen(0x09ed, 3) // ZC_ACK_SEND_RODEX
+packetLen(0x09ed, 3)
// Packet: 0x09ee
-packetLen(0x09ee, 11) // CZ_REQ_NEXT_RODEX
+packetLen(0x09ee, 11)
// Packet: 0x09ef
-packetLen(0x09ef, 11) // CZ_REQ_REFRESH_RODEX
+packetLen(0x09ef, 11)
// Packet: 0x09f0
-packetLen(0x09f0, -1) // ZC_ACK_RODEX_LIST
+packetLen(0x09f0, -1)
// Packet: 0x09f1
-packetLen(0x09f1, 11) // CZ_REQ_ZENY_FROM_RODEX
+packetLen(0x09f1, 11)
// Packet: 0x09f2
-packetLen(0x09f2, 12) // ZC_ACK_ZENY_FROM_RODEX
+packetLen(0x09f2, 12)
// Packet: 0x09f3
-packetLen(0x09f3, 11) // CZ_REQ_ITEM_FROM_RODEX
+packetLen(0x09f3, 11)
// Packet: 0x09f4
-packetLen(0x09f4, 12) // ZC_ACK_ITEM_FROM_RODEX
+packetLen(0x09f4, 12)
// Packet: 0x09f5
-packetLen(0x09f5, 11) // CZ_REQ_DELETE_RODEX
+packetLen(0x09f5, 11)
// Packet: 0x09f6
-packetLen(0x09f6, 11) // ZC_ACK_DELETE_RODEX
+packetLen(0x09f6, 11)
// Packet: 0x09f7
-packetLen(0x09f7, 75) // ZC_PROPERTY_HOMUN_2
+packetLen(0x09f7, 75)
// Packet: 0x09f8
-packetLen(0x09f8, -1) // ZC_ALL_QUEST_LIST3
+packetLen(0x09f8, -1)
// Packet: 0x09f9
-packetLen(0x09f9, 143) // ZC_ADD_QUEST_EX
+packetLen(0x09f9, 143)
// Packet: 0x09fa
-packetLen(0x09fa, -1) // ZC_UPDATE_MISSION_HUNT_EX
+packetLen(0x09fa, -1)
// Packet: 0x09fb
-packetLen(0x09fb, -1) // CZ_PET_EVOLUTION
+packetLen(0x09fb, -1)
// Packet: 0x09fc
-packetLen(0x09fc, 6) // ZC_PET_EVOLUTION_RESULT
+packetLen(0x09fc, 6)
// Packet: 0x09fd
-packetLen(0x09fd, -1) // ZC_NOTIFY_MOVEENTRY11
+packetLen(0x09fd, -1)
// Packet: 0x09fe
-packetLen(0x09fe, -1) // ZC_NOTIFY_NEWENTRY11
+packetLen(0x09fe, -1)
// Packet: 0x09ff
-packetLen(0x09ff, -1) // ZC_NOTIFY_STANDENTRY11
+packetLen(0x09ff, -1)
// Packet: 0x0a00
-packetLen(0x0a00, 269) // ZC_SHORTCUT_KEY_LIST_V3
+packetLen(0x0a00, 269)
// Packet: 0x0a01
-packetLen(0x0a01, 3) // CZ_SHORTCUTKEYBAR_ROTATE
+packetLen(0x0a01, 3)
// Packet: 0x0a02
-packetLen(0x0a02, 4) // ZC_DRESSROOM_OPEN
+packetLen(0x0a02, 4)
// Packet: 0x0a03
-packetLen(0x0a03, 2) // CZ_REQ_CANCEL_WRITE_RODEX
+packetLen(0x0a03, 2)
// Packet: 0x0a04
-packetLen(0x0a04, 6) // CZ_REQ_ADD_ITEM_RODEX
+packetLen(0x0a04, 6)
// Packet: 0x0a05
-packetLen(0x0a05, 53) // ZC_ACK_ADD_ITEM_RODEX
+packetLen(0x0a05, 53)
// Packet: 0x0a06
-packetLen(0x0a06, 6) // CZ_REQ_REMOVE_RODEX_ITEM
+packetLen(0x0a06, 6)
// Packet: 0x0a07
-packetLen(0x0a07, 9) // ZC_ACK_REMOVE_RODEX_ITEM
+packetLen(0x0a07, 9)
// Packet: 0x0a08
-packetLen(0x0a08, 26) // CZ_REQ_OPEN_WRITE_RODEX
+packetLen(0x0a08, 26)
// Packet: 0x0a09
-packetLen(0x0a09, 45) // ZC_ADD_EXCHANGE_ITEM3
+packetLen(0x0a09, 45)
// Packet: 0x0a0a
-packetLen(0x0a0a, 47) // ZC_ADD_ITEM_TO_STORE3
+packetLen(0x0a0a, 47)
// Packet: 0x0a0b
-packetLen(0x0a0b, 47) // ZC_ADD_ITEM_TO_CART3
+packetLen(0x0a0b, 47)
// Packet: 0x0a0c
-packetLen(0x0a0c, 56) // ZC_ITEM_PICKUP_ACK_V6
+packetLen(0x0a0c, 56)
// Packet: 0x0a0d
-packetLen(0x0a0d, -1) // ZC_INVENTORY_ITEMLIST_EQUIP_V6
+packetLen(0x0a0d, -1)
// Packet: 0x0a0e
-packetLen(0x0a0e, 14) // ZC_BATTLEFIELD_NOTIFY_HP2
+packetLen(0x0a0e, 14)
// Packet: 0x0a0f
-packetLen(0x0a0f, -1) // ZC_CART_ITEMLIST_EQUIP_V6
+packetLen(0x0a0f, -1)
// Packet: 0x0a10
-packetLen(0x0a10, -1) // ZC_STORE_ITEMLIST_EQUIP_V6
+packetLen(0x0a10, -1)
// Packet: 0x0a11
-packetLen(0x0a11, -1) // ZC_GUILDSTORAGE_ITEMLIST_EQUIP_V6
+packetLen(0x0a11, -1)
// Packet: 0x0a12
-packetLen(0x0a12, 27) // ZC_ACK_OPEN_WRITE_RODEX
+packetLen(0x0a12, 27)
// Packet: 0x0a13
-packetLen(0x0a13, 26) // CZ_CHECK_RECEIVE_CHARACTER_NAME
+packetLen(0x0a13, 26)
// Packet: 0x0a14
-packetLen(0x0a14, 10) // ZC_CHECK_RECEIVE_CHARACTER_NAME
+packetLen(0x0a14, 10)
// Packet: 0x0a15
-packetLen(0x0a15, 12) // ZC_GOLDPCCAFE_POINT
+packetLen(0x0a15, 12)
// Packet: 0x0a16
-packetLen(0x0a16, 26) // CZ_DYNAMICNPC_CREATE_REQUEST
+packetLen(0x0a16, 26)
// Packet: 0x0a17
-packetLen(0x0a17, 6) // ZC_DYNAMICNPC_CREATE_RESULT
+packetLen(0x0a17, 6)
// Packet: 0x0a18
-packetLen(0x0a18, 14) // ZC_ACCEPT_ENTER3
+packetLen(0x0a18, 14)
// Packet: 0x0a19
-packetLen(0x0a19, 2) // CZ_REQ_OPEN_ROULETTE
+packetLen(0x0a19, 2)
// Packet: 0x0a1a
-packetLen(0x0a1a, 23) // ZC_ACK_OPEN_ROULETTE
+packetLen(0x0a1a, 23)
// Packet: 0x0a1b
-packetLen(0x0a1b, 2) // CZ_REQ_ROULETTE_INFO
+packetLen(0x0a1b, 2)
// Packet: 0x0a1c
-packetLen(0x0a1c, -1) // ZC_ACK_ROULEITTE_INFO
+packetLen(0x0a1c, -1)
// Packet: 0x0a1d
-packetLen(0x0a1d, 2) // CZ_REQ_CLOSE_ROULETTE
+packetLen(0x0a1d, 2)
// Packet: 0x0a1e
-packetLen(0x0a1e, 3) // ZC_ACK_CLOSE_ROULETTE
+packetLen(0x0a1e, 3)
// Packet: 0x0a1f
-packetLen(0x0a1f, 2) // CZ_REQ_GENERATE_ROULETTE
+packetLen(0x0a1f, 2)
// Packet: 0x0a20
-packetLen(0x0a20, 21) // ZC_ACK_GENERATE_ROULETTE
+packetLen(0x0a20, 21)
// Packet: 0x0a21
-packetLen(0x0a21, 3) // CZ_RECV_ROULETTE_ITEM
+packetLen(0x0a21, 3)
// Packet: 0x0a22
-packetLen(0x0a22, 5) // ZC_RECV_ROULETTE_ITEM
+packetLen(0x0a22, 5)
// Packet: 0x0a23
-packetLen(0x0a23, -1) // ZC_ALL_ACH_LIST
+packetLen(0x0a23, -1)
// Packet: 0x0a24
-packetLen(0x0a24, 66) // ZC_ACH_UPDATE
+packetLen(0x0a24, 66)
// Packet: 0x0a25
-packetLen(0x0a25, 6) // CZ_REQ_ACH_REWARD
+packetLen(0x0a25, 6)
// Packet: 0x0a26
-packetLen(0x0a26, 7) // ZC_REQ_ACH_REWARD_ACK
+packetLen(0x0a26, 7)
// Packet: 0x0a27
-packetLen(0x0a27, 8) // ZC_RECOVERY2
+packetLen(0x0a27, 8)
// Packet: 0x0a28
-packetLen(0x0a28, 3) // ZC_ACK_OPENSTORE2
+packetLen(0x0a28, 3)
// Packet: 0x0a29
-packetLen(0x0a29, 6) // ZC_REQ_AU_BOT
+packetLen(0x0a29, 6)
// Packet: 0x0a2a
-packetLen(0x0a2a, 6) // CZ_ACK_AU_BOT
+packetLen(0x0a2a, 6)
// Packet: 0x0a2b
-packetLen(0x0a2b, 14) // ZC_SE_CASHSHOP_OPEN2
+packetLen(0x0a2b, 14)
// Packet: 0x0a2c
-packetLen(0x0a2c, 12) // ZC_SE_PC_BUY_TAIWANCASHITEM_RESULT
+packetLen(0x0a2c, 12)
// Packet: 0x0a2d
-packetLen(0x0a2d, -1) // ZC_EQUIPWIN_MICROSCOPE_V6
+packetLen(0x0a2d, -1)
// Packet: 0x0a2e
-packetLen(0x0a2e, 6) // CZ_REQ_CHANGE_TITLE
+packetLen(0x0a2e, 6)
// Packet: 0x0a2f
-packetLen(0x0a2f, 7) // ZC_ACK_CHANGE_TITLE
+packetLen(0x0a2f, 7)
// Packet: 0x0a30
-packetLen(0x0a30, 106) // ZC_ACK_REQNAMEALL2
+packetLen(0x0a30, 106)
// Packet: 0x0a31
-packetLen(0x0a31, -1) // ZC_RESULT_PACKAGE_ITEM_TEST
+packetLen(0x0a31, -1)
// Packet: 0x0a32
-packetLen(0x0a32, 2) // ZC_OPEN_RODEX_THROUGH_NPC_ONLY
+packetLen(0x0a32, 2)
// Packet: 0x0a33
-packetLen(0x0a33, 7) // ZC_UPDATE_ROULETTE_COIN
+packetLen(0x0a33, 7)
// Packet: 0x0a34
-packetLen(0x0a34, 6) // ZC_UPDATE_TAIWANCASH
+packetLen(0x0a34, 6)
// Packet: 0x0a35
-packetLen(0x0a35, 4) // CZ_REQ_ONECLICK_ITEMIDENTIFY
+packetLen(0x0a35, 4)
// Packet: 0x0a36
-packetLen(0x0a36, 7) // ZC_HP_INFO_TINY
+packetLen(0x0a36, 7)
// Packet: 0x0a37
-packetLen(0x0a37, 57) // ZC_ITEM_PICKUP_ACK_V7
+packetLen(0x0a37, 57)
// Packet: 0x0a38
#if PACKETVER >= 20150128
-packetLen(0x0a38, 3) // ZC_OPEN_UI
+packetLen(0x0a38, 3)
#endif
// Packet: 0x0a39
#if PACKETVER >= 20150415
-packetLen(0x0a39, 36) // CH_MAKE_CHAR
+packetLen(0x0a39, 36)
#elif PACKETVER >= 20150211
-packetLen(0x0a39, 35) // CH_MAKE_CHAR
+packetLen(0x0a39, 35)
#endif
// Packet: 0x0a3a
@@ -8545,7 +8545,7 @@ packetLen(0x0a3a, 12)
// Packet: 0x0a3b
#if PACKETVER >= 20150422
-packetLen(0x0a3b, -1) // ZC_CUSTOM_HAT_EFFECT
+packetLen(0x0a3b, -1)
#endif
// Packet: 0x0a3c
@@ -8575,7 +8575,7 @@ packetLen(0x0a40, 11)
// Packet: 0x0a41
#if PACKETVER >= 20150909
-packetLen(0x0a41, 18) // ZC_AOE_EFFECT_SKILL
+packetLen(0x0a41, 18)
#endif
// Packet: 0x0a42
@@ -8585,12 +8585,12 @@ packetLen(0x0a42, 43)
// Packet: 0x0a43
#if PACKETVER >= 20151007
-packetLen(0x0a43, 85) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0a43, 85)
#endif
// Packet: 0x0a44
#if PACKETVER >= 20151007
-packetLen(0x0a44, -1) // ZC_GROUP_LIST
+packetLen(0x0a44, -1)
#endif
// Packet: 0x0a45
@@ -8609,7 +8609,7 @@ packetLen(0x0a46, 14)
// Packet: 0x0a47
#if PACKETVER >= 20151104
-packetLen(0x0a47, 3) // ZC_STYLE_CHANGE_RES
+packetLen(0x0a47, 3)
#endif
// Packet: 0x0a48
@@ -8619,22 +8619,22 @@ packetLen(0x0a48, 2)
// Packet: 0x0a49
#if PACKETVER >= 20151118
-packetLen(0x0a49, 22) // CZ_PRIVATE_AIRSHIP_REQUEST
+packetLen(0x0a49, 22)
#endif
// Packet: 0x0a4a
#if PACKETVER >= 20151118
-packetLen(0x0a4a, 6) // ZC_PRIVATE_AIRSHIP_RESPONSE
+packetLen(0x0a4a, 6)
#endif
// Packet: 0x0a4b
#if PACKETVER >= 20151118
-packetLen(0x0a4b, 22) // ZC_AIRSHIP_MAPMOVE
+packetLen(0x0a4b, 22)
#endif
// Packet: 0x0a4c
#if PACKETVER >= 20151118
-packetLen(0x0a4c, 28) // ZC_AIRSHIP_SERVERMOVE
+packetLen(0x0a4c, 28)
#endif
diff --git a/src/common/packets/packets2015_len_re.h b/src/common/packets/packets2015_len_re.h
index bd65d3eea..b8d5e44f0 100644
--- a/src/common/packets/packets2015_len_re.h
+++ b/src/common/packets/packets2015_len_re.h
@@ -2,8 +2,8 @@
* This file is part of Hercules.
* http://herc.ws - http://github.com/HerculesWS/Hercules
*
- * Copyright (C) 2019 Hercules Dev Team
- * Copyright (C) 2019 Andrei Karas (4144)
+ * Copyright (C) 2018-2019 Hercules Dev Team
+ * Copyright (C) 2018-2019 Andrei Karas (4144)
*
* Hercules is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -25,4491 +25,4491 @@
/* This file is autogenerated, please do not commit manual changes */
// Packet: 0x0064
-packetLen(0x0064, 55) // CA_LOGIN
+packetLen(0x0064, 55)
// Packet: 0x0065
-packetLen(0x0065, 17) // CH_ENTER
+packetLen(0x0065, 17)
// Packet: 0x0066
-packetLen(0x0066, 3) // CH_SELECT_CHAR
+packetLen(0x0066, 3)
// Packet: 0x0067
-packetLen(0x0067, 37) // CH_MAKE_CHAR
+packetLen(0x0067, 37)
// Packet: 0x0068
-packetLen(0x0068, 46) // CH_DELETE_CHAR
+packetLen(0x0068, 46)
// Packet: 0x0069
-packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+packetLen(0x0069, -1)
// Packet: 0x006a
-packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+packetLen(0x006a, 23)
// Packet: 0x006b
-packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+packetLen(0x006b, -1)
// Packet: 0x006c
-packetLen(0x006c, 3) // HC_REFUSE_ENTER
+packetLen(0x006c, 3)
// Packet: 0x006d
-packetLen(0x006d, 149) // HC_ACCEPT_MAKECHAR
+packetLen(0x006d, 149)
// Packet: 0x006e
-packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+packetLen(0x006e, 3)
// Packet: 0x006f
-packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+packetLen(0x006f, 2)
// Packet: 0x0070
-packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+packetLen(0x0070, 3)
// Packet: 0x0071
-packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+packetLen(0x0071, 28)
// Packet: 0x0072
-packetLen(0x0072, 22) // CZ_ENTER
+packetLen(0x0072, 22)
// Packet: 0x0073
-packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 11)
// Packet: 0x0074
-packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+packetLen(0x0074, 3)
// Packet: 0x0075
-packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, -1)
// Packet: 0x0076
-packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+packetLen(0x0076, 9)
// Packet: 0x0077
-packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 5)
// Packet: 0x0078
-packetLen(0x0078, 55) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, 55)
// Packet: 0x0079
-packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, 53)
// Packet: 0x007a
-packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, 58)
// Packet: 0x007b
-packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, 60)
// Packet: 0x007c
-packetLen(0x007c, 44) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, 44)
// Packet: 0x007d
-packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, 2)
// Packet: 0x007e
-packetLen(0x007e, 105) // CZ_REQUEST_TIME
+packetLen(0x007e, 105)
// Packet: 0x007f
-packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+packetLen(0x007f, 6)
// Packet: 0x0080
-packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+packetLen(0x0080, 7)
// Packet: 0x0081
-packetLen(0x0081, 3) // SC_NOTIFY_BAN
+packetLen(0x0081, 3)
// Packet: 0x0082
-packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+packetLen(0x0082, 2)
// Packet: 0x0083
-packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 2)
// Packet: 0x0084
-packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+packetLen(0x0084, 2)
// Packet: 0x0085
-packetLen(0x0085, 10) // CZ_REQUEST_MOVE
+packetLen(0x0085, 10)
// Packet: 0x0086
-packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 16)
// Packet: 0x0087
-packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 12)
// Packet: 0x0088
-packetLen(0x0088, 10) // ZC_STOPMOVE
+packetLen(0x0088, 10)
// Packet: 0x0089
-packetLen(0x0089, 11) // CZ_REQUEST_ACT
+packetLen(0x0089, 11)
// Packet: 0x008a
-packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+packetLen(0x008a, 29)
// Packet: 0x008b
-packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+packetLen(0x008b, 23)
// Packet: 0x008c
packetLen(0x008c, 14)
// Packet: 0x008d
-packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+packetLen(0x008d, -1)
// Packet: 0x008e
-packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, -1)
// Packet: 0x0090
-packetLen(0x0090, 7) // CZ_CONTACTNPC
+packetLen(0x0090, 7)
// Packet: 0x0091
-packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, 22)
// Packet: 0x0092
-packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 28)
// Packet: 0x0093
-packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+packetLen(0x0093, 2)
// Packet: 0x0094
-packetLen(0x0094, 19) // CZ_REQNAME
+packetLen(0x0094, 19)
// Packet: 0x0095
-packetLen(0x0095, 30) // ZC_ACK_REQNAME
+packetLen(0x0095, 30)
// Packet: 0x0096
-packetLen(0x0096, -1) // CZ_WHISPER
+packetLen(0x0096, -1)
// Packet: 0x0097
-packetLen(0x0097, -1) // ZC_WHISPER
+packetLen(0x0097, -1)
// Packet: 0x0098
-packetLen(0x0098, 3) // ZC_ACK_WHISPER
+packetLen(0x0098, 3)
// Packet: 0x0099
-packetLen(0x0099, -1) // CZ_BROADCAST
+packetLen(0x0099, -1)
// Packet: 0x009a
-packetLen(0x009a, -1) // ZC_BROADCAST
+packetLen(0x009a, -1)
// Packet: 0x009b
-packetLen(0x009b, 34) // CZ_CHANGE_DIRECTION
+packetLen(0x009b, 34)
// Packet: 0x009c
-packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, 9)
// Packet: 0x009d
-packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+packetLen(0x009d, 17)
// Packet: 0x009e
-packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 17)
// Packet: 0x009f
-packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+packetLen(0x009f, 20)
// Packet: 0x00a0
-packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, 23)
// Packet: 0x00a1
-packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, 6)
// Packet: 0x00a2
-packetLen(0x00a2, 14) // CZ_ITEM_THROW
+packetLen(0x00a2, 14)
// Packet: 0x00a3
-packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, -1)
// Packet: 0x00a4
-packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, -1)
// Packet: 0x00a5
-packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, -1)
// Packet: 0x00a6
-packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, -1)
// Packet: 0x00a7
packetLen(0x00a7, 9)
// Packet: 0x00a8
-packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 7)
// Packet: 0x00a9
-packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, 6)
// Packet: 0x00aa
-packetLen(0x00aa, 9) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 9)
// Packet: 0x00ab
-packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, 4)
// Packet: 0x00ac
-packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, 7)
// Packet: 0x00ae
-packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+packetLen(0x00ae, -1)
// Packet: 0x00af
-packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, 6)
// Packet: 0x00b0
-packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+packetLen(0x00b0, 8)
// Packet: 0x00b1
-packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, 8)
// Packet: 0x00b2
-packetLen(0x00b2, 3) // CZ_RESTART
+packetLen(0x00b2, 3)
// Packet: 0x00b3
-packetLen(0x00b3, 3) // ZC_RESTART_ACK
+packetLen(0x00b3, 3)
// Packet: 0x00b4
-packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+packetLen(0x00b4, -1)
// Packet: 0x00b5
-packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 6)
// Packet: 0x00b6
-packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 6)
// Packet: 0x00b7
-packetLen(0x00b7, -1) // ZC_MENU_LIST
+packetLen(0x00b7, -1)
// Packet: 0x00b8
-packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+packetLen(0x00b8, 7)
// Packet: 0x00b9
-packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, 6)
// Packet: 0x00ba
-packetLen(0x00ba, 2) // CZ_REQ_STATUS
+packetLen(0x00ba, 2)
// Packet: 0x00bb
-packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+packetLen(0x00bb, 5)
// Packet: 0x00bc
-packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 6)
// Packet: 0x00bd
-packetLen(0x00bd, 44) // ZC_STATUS
+packetLen(0x00bd, 44)
// Packet: 0x00be
-packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+packetLen(0x00be, 5)
// Packet: 0x00bf
-packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+packetLen(0x00bf, 3)
// Packet: 0x00c0
-packetLen(0x00c0, 7) // ZC_EMOTION
+packetLen(0x00c0, 7)
// Packet: 0x00c1
-packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, 2)
// Packet: 0x00c2
-packetLen(0x00c2, 6) // ZC_USER_COUNT
+packetLen(0x00c2, 6)
// Packet: 0x00c3
-packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, 8)
// Packet: 0x00c4
-packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, 6)
// Packet: 0x00c5
-packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, 7)
// Packet: 0x00c6
-packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, -1)
// Packet: 0x00c7
-packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, -1)
// Packet: 0x00c8
-packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, -1)
// Packet: 0x00c9
-packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, -1)
// Packet: 0x00ca
-packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, 3)
// Packet: 0x00cb
-packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+packetLen(0x00cb, 3)
// Packet: 0x00cc
-packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, 6)
// Packet: 0x00cd
-packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+packetLen(0x00cd, 3)
// Packet: 0x00ce
-packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 2)
// Packet: 0x00cf
-packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 27)
// Packet: 0x00d0
-packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, 3)
// Packet: 0x00d1
-packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, 4)
// Packet: 0x00d2
-packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 4)
// Packet: 0x00d3
-packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 2)
// Packet: 0x00d4
-packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+packetLen(0x00d4, -1)
// Packet: 0x00d5
-packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, -1)
// Packet: 0x00d6
-packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 3)
// Packet: 0x00d7
-packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, -1)
// Packet: 0x00d8
-packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+packetLen(0x00d8, 6)
// Packet: 0x00d9
-packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, 14)
// Packet: 0x00da
-packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, 3)
// Packet: 0x00db
-packetLen(0x00db, -1) // ZC_ENTER_ROOM
+packetLen(0x00db, -1)
// Packet: 0x00dc
-packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 28)
// Packet: 0x00dd
-packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+packetLen(0x00dd, 29)
// Packet: 0x00de
-packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, -1)
// Packet: 0x00df
-packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, -1)
// Packet: 0x00e0
-packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, 30)
// Packet: 0x00e1
-packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+packetLen(0x00e1, 30)
// Packet: 0x00e2
-packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, 26)
// Packet: 0x00e3
-packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+packetLen(0x00e3, 2)
// Packet: 0x00e4
-packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 6)
// Packet: 0x00e5
-packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 26)
// Packet: 0x00e6
-packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, 3)
// Packet: 0x00e7
-packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 3)
// Packet: 0x00e8
-packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, 8)
// Packet: 0x00e9
-packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 19)
// Packet: 0x00ea
-packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 5)
// Packet: 0x00eb
-packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 2)
// Packet: 0x00ec
-packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 3)
// Packet: 0x00ed
-packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, 2)
// Packet: 0x00ee
-packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, 2)
// Packet: 0x00ef
-packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 2)
// Packet: 0x00f0
-packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 3)
// Packet: 0x00f1
-packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+packetLen(0x00f1, 2)
// Packet: 0x00f2
-packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 6)
// Packet: 0x00f3
-packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+packetLen(0x00f3, -1)
// Packet: 0x00f4
-packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 21)
// Packet: 0x00f5
-packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+packetLen(0x00f5, 11)
// Packet: 0x00f6
-packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 8)
// Packet: 0x00f7
-packetLen(0x00f7, 17) // CZ_REQUEST_TIME
+packetLen(0x00f7, 17)
// Packet: 0x00f8
-packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+packetLen(0x00f8, 2)
// Packet: 0x00f9
-packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+packetLen(0x00f9, 26)
// Packet: 0x00fa
-packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, 3)
// Packet: 0x00fb
-packetLen(0x00fb, -1) // ZC_GROUP_LIST
+packetLen(0x00fb, -1)
// Packet: 0x00fc
-packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, 6)
// Packet: 0x00fd
-packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, 27)
// Packet: 0x00fe
-packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, 30)
// Packet: 0x00ff
-packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+packetLen(0x00ff, 10)
// Packet: 0x0100
-packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, 2)
// Packet: 0x0101
-packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, 6)
// Packet: 0x0102
-packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 6)
// Packet: 0x0103
-packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 30)
// Packet: 0x0104
-packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, 79)
// Packet: 0x0105
-packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, 31)
// Packet: 0x0106
-packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, 10)
// Packet: 0x0107
-packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, 10)
// Packet: 0x0108
-packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, -1)
// Packet: 0x0109
-packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, -1)
// Packet: 0x010a
-packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 4)
// Packet: 0x010b
-packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, 6)
// Packet: 0x010c
-packetLen(0x010c, 6) // ZC_MVP
+packetLen(0x010c, 6)
// Packet: 0x010d
-packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+packetLen(0x010d, 2)
// Packet: 0x010e
-packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, 11)
// Packet: 0x010f
-packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+packetLen(0x010f, -1)
// Packet: 0x0110
-packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, 10)
// Packet: 0x0111
-packetLen(0x0111, 39) // ZC_ADD_SKILL
+packetLen(0x0111, 39)
// Packet: 0x0112
-packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, 4)
// Packet: 0x0113
-packetLen(0x0113, 25) // CZ_USE_SKILL
+packetLen(0x0113, 25)
// Packet: 0x0114
-packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+packetLen(0x0114, 31)
// Packet: 0x0115
-packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+packetLen(0x0115, 35)
// Packet: 0x0116
-packetLen(0x0116, 17) // CZ_USE_SKILL_TOGROUND
+packetLen(0x0116, 17)
// Packet: 0x0117
-packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, 18)
// Packet: 0x0118
-packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+packetLen(0x0118, 2)
// Packet: 0x0119
-packetLen(0x0119, 13) // ZC_STATE_CHANGE
+packetLen(0x0119, 13)
// Packet: 0x011a
-packetLen(0x011a, 15) // ZC_USE_SKILL
+packetLen(0x011a, 15)
// Packet: 0x011b
-packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, 20)
// Packet: 0x011c
-packetLen(0x011c, 68) // ZC_WARPLIST
+packetLen(0x011c, 68)
// Packet: 0x011d
-packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 2)
// Packet: 0x011e
-packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, 3)
// Packet: 0x011f
-packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+packetLen(0x011f, 16)
// Packet: 0x0120
-packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, 6)
// Packet: 0x0121
-packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, 14)
// Packet: 0x0122
-packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, -1)
// Packet: 0x0123
-packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, -1)
// Packet: 0x0124
-packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 21)
// Packet: 0x0125
-packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 8)
// Packet: 0x0126
-packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 8)
// Packet: 0x0127
-packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, 8)
// Packet: 0x0128
-packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 8)
// Packet: 0x0129
-packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, 8)
// Packet: 0x012a
-packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+packetLen(0x012a, 2)
// Packet: 0x012b
-packetLen(0x012b, 2) // ZC_CARTOFF
+packetLen(0x012b, 2)
// Packet: 0x012c
-packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 3)
// Packet: 0x012d
-packetLen(0x012d, 4) // ZC_OPENSTORE
+packetLen(0x012d, 4)
// Packet: 0x012e
-packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, 2)
// Packet: 0x012f
-packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+packetLen(0x012f, -1)
// Packet: 0x0130
-packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, 6)
// Packet: 0x0131
-packetLen(0x0131, 86) // ZC_STORE_ENTRY
+packetLen(0x0131, 86)
// Packet: 0x0132
-packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, 6)
// Packet: 0x0133
-packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, -1)
// Packet: 0x0134
-packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, -1)
// Packet: 0x0135
-packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, 7)
// Packet: 0x0136
-packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, -1)
// Packet: 0x0137
-packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, 6)
// Packet: 0x0138
-packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+packetLen(0x0138, 3)
// Packet: 0x0139
-packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, 16)
// Packet: 0x013a
-packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+packetLen(0x013a, 4)
// Packet: 0x013b
-packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+packetLen(0x013b, 4)
// Packet: 0x013c
-packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+packetLen(0x013c, 4)
// Packet: 0x013d
-packetLen(0x013d, 6) // ZC_RECOVERY
+packetLen(0x013d, 6)
// Packet: 0x013e
-packetLen(0x013e, 24) // ZC_USESKILL_ACK
+packetLen(0x013e, 24)
// Packet: 0x013f
-packetLen(0x013f, 26) // CZ_ITEM_CREATE
+packetLen(0x013f, 26)
// Packet: 0x0140
-packetLen(0x0140, 22) // CZ_MOVETO_MAP
+packetLen(0x0140, 22)
// Packet: 0x0141
-packetLen(0x0141, 14) // ZC_COUPLESTATUS
+packetLen(0x0141, 14)
// Packet: 0x0142
-packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+packetLen(0x0142, 6)
// Packet: 0x0143
-packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+packetLen(0x0143, 10)
// Packet: 0x0144
-packetLen(0x0144, 23) // ZC_COMPASS
+packetLen(0x0144, 23)
// Packet: 0x0145
-packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+packetLen(0x0145, 19)
// Packet: 0x0146
-packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+packetLen(0x0146, 6)
// Packet: 0x0147
-packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+packetLen(0x0147, 39)
// Packet: 0x0148
-packetLen(0x0148, 8) // ZC_RESURRECTION
+packetLen(0x0148, 8)
// Packet: 0x0149
-packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, 9)
// Packet: 0x014a
-packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+packetLen(0x014a, 6)
// Packet: 0x014b
-packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+packetLen(0x014b, 27)
// Packet: 0x014c
-packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, -1)
// Packet: 0x014d
-packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 2)
// Packet: 0x014e
-packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+packetLen(0x014e, 6)
// Packet: 0x014f
-packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, 6)
// Packet: 0x0150
-packetLen(0x0150, 110) // ZC_GUILD_INFO
+packetLen(0x0150, 110)
// Packet: 0x0151
-packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+packetLen(0x0151, 6)
// Packet: 0x0152
-packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+packetLen(0x0152, -1)
// Packet: 0x0153
-packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+packetLen(0x0153, -1)
// Packet: 0x0154
-packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, -1)
// Packet: 0x0155
-packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, -1)
// Packet: 0x0156
-packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+packetLen(0x0156, -1)
// Packet: 0x0157
-packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+packetLen(0x0157, 6)
// Packet: 0x0159
-packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, 54)
// Packet: 0x015a
-packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 66)
// Packet: 0x015b
-packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 54)
// Packet: 0x015c
-packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, 90)
// Packet: 0x015d
-packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+packetLen(0x015d, 42)
// Packet: 0x015e
-packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, 6)
// Packet: 0x015f
-packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+packetLen(0x015f, 42)
// Packet: 0x0160
-packetLen(0x0160, -1) // ZC_POSITION_INFO
+packetLen(0x0160, -1)
// Packet: 0x0161
-packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, -1)
// Packet: 0x0162
-packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, -1)
// Packet: 0x0163
-packetLen(0x0163, -1) // ZC_BAN_LIST
+packetLen(0x0163, -1)
// Packet: 0x0164
-packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+packetLen(0x0164, -1)
// Packet: 0x0165
-packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, 30)
// Packet: 0x0166
-packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, -1)
// Packet: 0x0167
-packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 3)
// Packet: 0x0168
-packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, 14)
// Packet: 0x0169
-packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 3)
// Packet: 0x016a
-packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, 30)
// Packet: 0x016b
-packetLen(0x016b, 10) // CZ_JOIN_GUILD
+packetLen(0x016b, 10)
// Packet: 0x016c
-packetLen(0x016c, 43) // ZC_UPDATE_GDID
+packetLen(0x016c, 43)
// Packet: 0x016d
-packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 14)
// Packet: 0x016e
-packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+packetLen(0x016e, 186)
// Packet: 0x016f
-packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+packetLen(0x016f, 182)
// Packet: 0x0170
-packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 14)
// Packet: 0x0171
-packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, 30)
// Packet: 0x0172
-packetLen(0x0172, 10) // CZ_ALLY_GUILD
+packetLen(0x0172, 10)
// Packet: 0x0173
-packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+packetLen(0x0173, 3)
// Packet: 0x0174
-packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0174, -1)
// Packet: 0x0175
-packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+packetLen(0x0175, 6)
// Packet: 0x0176
-packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+packetLen(0x0176, 106)
// Packet: 0x0177
-packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, -1)
// Packet: 0x0178
-packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, 4)
// Packet: 0x0179
-packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 5)
// Packet: 0x017a
-packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, 4)
// Packet: 0x017b
-packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, -1)
// Packet: 0x017c
-packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, 6)
// Packet: 0x017d
-packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 7)
// Packet: 0x017e
-packetLen(0x017e, -1) // CZ_GUILD_CHAT
+packetLen(0x017e, -1)
// Packet: 0x017f
-packetLen(0x017f, -1) // ZC_GUILD_CHAT
+packetLen(0x017f, -1)
// Packet: 0x0180
-packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+packetLen(0x0180, 6)
// Packet: 0x0181
-packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+packetLen(0x0181, 3)
// Packet: 0x0182
-packetLen(0x0182, 106) // ZC_MEMBER_ADD
+packetLen(0x0182, 106)
// Packet: 0x0183
-packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+packetLen(0x0183, 10)
// Packet: 0x0184
-packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+packetLen(0x0184, 10)
// Packet: 0x0185
-packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+packetLen(0x0185, 34)
// Packet: 0x0187
-packetLen(0x0187, 6) // CH_UNKNOWN_PING
+packetLen(0x0187, 6)
// Packet: 0x0188
-packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, 8)
// Packet: 0x0189
-packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, 4)
// Packet: 0x018a
-packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+packetLen(0x018a, 4)
// Packet: 0x018b
-packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, 4)
// Packet: 0x018c
-packetLen(0x018c, 29) // ZC_MONSTER_INFO
+packetLen(0x018c, 29)
// Packet: 0x018d
-packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, -1)
// Packet: 0x018e
-packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+packetLen(0x018e, 10)
// Packet: 0x018f
-packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 6)
// Packet: 0x0190
-packetLen(0x0190, 23) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+packetLen(0x0190, 23)
// Packet: 0x0191
-packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+packetLen(0x0191, 86)
// Packet: 0x0192
-packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+packetLen(0x0192, 24)
// Packet: 0x0193
-packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+packetLen(0x0193, 2)
// Packet: 0x0194
-packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 30)
// Packet: 0x0195
-packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 102)
// Packet: 0x0196
-packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, 9)
// Packet: 0x0197
-packetLen(0x0197, 4) // CZ_RESET
+packetLen(0x0197, 4)
// Packet: 0x0198
-packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+packetLen(0x0198, 8)
// Packet: 0x0199
-packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, 4)
// Packet: 0x019a
-packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 14)
// Packet: 0x019b
-packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 10)
// Packet: 0x019c
-packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+packetLen(0x019c, -1)
// Packet: 0x019d
-packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, 6)
// Packet: 0x019e
-packetLen(0x019e, 2) // ZC_START_CAPTURE
+packetLen(0x019e, 2)
// Packet: 0x019f
-packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, 6)
// Packet: 0x01a0
-packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, 3)
// Packet: 0x01a1
-packetLen(0x01a1, 3) // CZ_COMMAND_PET
+packetLen(0x01a1, 3)
// Packet: 0x01a2
-packetLen(0x01a2, 37) // ZC_PROPERTY_PET
+packetLen(0x01a2, 37)
// Packet: 0x01a3
-packetLen(0x01a3, 5) // ZC_FEED_PET
+packetLen(0x01a3, 5)
// Packet: 0x01a4
-packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, 11)
// Packet: 0x01a5
-packetLen(0x01a5, 26) // CZ_RENAME_PET
+packetLen(0x01a5, 26)
// Packet: 0x01a6
-packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+packetLen(0x01a6, -1)
// Packet: 0x01a7
-packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 4)
// Packet: 0x01a8
-packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+packetLen(0x01a8, 4)
// Packet: 0x01a9
-packetLen(0x01a9, 6) // CZ_PET_ACT
+packetLen(0x01a9, 6)
// Packet: 0x01aa
-packetLen(0x01aa, 10) // ZC_PET_ACT
+packetLen(0x01aa, 10)
// Packet: 0x01ab
-packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, 12)
// Packet: 0x01ac
-packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+packetLen(0x01ac, 6)
// Packet: 0x01ad
-packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, -1)
// Packet: 0x01ae
-packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, 4)
// Packet: 0x01af
-packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+packetLen(0x01af, 4)
// Packet: 0x01b0
-packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, 11)
// Packet: 0x01b1
-packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+packetLen(0x01b1, 7)
// Packet: 0x01b2
-packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, -1)
// Packet: 0x01b3
-packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, 67)
// Packet: 0x01b4
-packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+packetLen(0x01b4, 12)
// Packet: 0x01b5
-packetLen(0x01b5, 18) // SC_BILLING_INFO
+packetLen(0x01b5, 18)
// Packet: 0x01b6
-packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+packetLen(0x01b6, 114)
// Packet: 0x01b7
-packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+packetLen(0x01b7, 6)
// Packet: 0x01b8
-packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+packetLen(0x01b8, 3)
// Packet: 0x01b9
-packetLen(0x01b9, 6) // ZC_DISPEL
+packetLen(0x01b9, 6)
// Packet: 0x01ba
-packetLen(0x01ba, 26) // CZ_REMOVE_AID
+packetLen(0x01ba, 26)
// Packet: 0x01bb
-packetLen(0x01bb, 26) // CZ_SHIFT
+packetLen(0x01bb, 26)
// Packet: 0x01bc
-packetLen(0x01bc, 26) // CZ_RECALL
+packetLen(0x01bc, 26)
// Packet: 0x01bd
-packetLen(0x01bd, 26) // CZ_RECALL_GID
+packetLen(0x01bd, 26)
// Packet: 0x01be
-packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+packetLen(0x01be, 2)
// Packet: 0x01bf
-packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+packetLen(0x01bf, 3)
// Packet: 0x01c0
-packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+packetLen(0x01c0, 2)
// Packet: 0x01c1
-packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+packetLen(0x01c1, 14)
// Packet: 0x01c2
-packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+packetLen(0x01c2, 10)
// Packet: 0x01c3
-packetLen(0x01c3, -1) // ZC_BROADCAST2
+packetLen(0x01c3, -1)
// Packet: 0x01c4
-packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 22)
// Packet: 0x01c5
-packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 22)
// Packet: 0x01c6
-packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+packetLen(0x01c6, 4)
// Packet: 0x01c7
-packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+packetLen(0x01c7, 2)
// Packet: 0x01c8
-packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, 13)
// Packet: 0x01c9
-packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 97)
// Packet: 0x01ca
-packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+packetLen(0x01ca, 3)
// Packet: 0x01cb
-packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+packetLen(0x01cb, 9)
// Packet: 0x01cc
-packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+packetLen(0x01cc, 9)
// Packet: 0x01cd
-packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, 30)
// Packet: 0x01ce
-packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, 6)
// Packet: 0x01cf
-packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+packetLen(0x01cf, 28)
// Packet: 0x01d0
-packetLen(0x01d0, 8) // ZC_SPIRITS
+packetLen(0x01d0, 8)
// Packet: 0x01d1
-packetLen(0x01d1, 14) // ZC_BLADESTOP
+packetLen(0x01d1, 14)
// Packet: 0x01d2
-packetLen(0x01d2, 10) // ZC_COMBODELAY
+packetLen(0x01d2, 10)
// Packet: 0x01d3
-packetLen(0x01d3, 35) // ZC_SOUND
+packetLen(0x01d3, 35)
// Packet: 0x01d4
-packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, 6)
// Packet: 0x01d5
-packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, -1)
// Packet: 0x01d6
-packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 4)
// Packet: 0x01d7
-packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 11)
// Packet: 0x01d8
-packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 54)
// Packet: 0x01d9
-packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 53)
// Packet: 0x01da
-packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 60)
// Packet: 0x01db
-packetLen(0x01db, 2) // CA_REQ_HASH
+packetLen(0x01db, 2)
// Packet: 0x01dc
-packetLen(0x01dc, -1) // AC_ACK_HASH
+packetLen(0x01dc, -1)
// Packet: 0x01dd
-packetLen(0x01dd, 47) // CA_LOGIN2
+packetLen(0x01dd, 47)
// Packet: 0x01de
-packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 33)
// Packet: 0x01df
-packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+packetLen(0x01df, 6)
// Packet: 0x01e0
-packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+packetLen(0x01e0, 30)
// Packet: 0x01e1
-packetLen(0x01e1, 8) // ZC_SPIRITS2
+packetLen(0x01e1, 8)
// Packet: 0x01e2
-packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+packetLen(0x01e2, 34)
// Packet: 0x01e3
-packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+packetLen(0x01e3, 14)
// Packet: 0x01e4
-packetLen(0x01e4, 2) // ZC_START_COUPLE
+packetLen(0x01e4, 2)
// Packet: 0x01e5
-packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+packetLen(0x01e5, 6)
// Packet: 0x01e6
-packetLen(0x01e6, 26) // ZC_COUPLENAME
+packetLen(0x01e6, 26)
// Packet: 0x01e7
-packetLen(0x01e7, 2) // CZ_DORIDORI
+packetLen(0x01e7, 2)
// Packet: 0x01e8
-packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 28)
// Packet: 0x01e9
-packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, 81)
// Packet: 0x01ea
-packetLen(0x01ea, 6) // ZC_CONGRATULATION
+packetLen(0x01ea, 6)
// Packet: 0x01eb
-packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, 10)
// Packet: 0x01ec
-packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+packetLen(0x01ec, 26)
// Packet: 0x01ed
-packetLen(0x01ed, 2) // CZ_CHOPOKGI
+packetLen(0x01ed, 2)
// Packet: 0x01ee
-packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, -1)
// Packet: 0x01ef
-packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, -1)
// Packet: 0x01f0
-packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, -1)
// Packet: 0x01f1
-packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+packetLen(0x01f1, -1)
// Packet: 0x01f2
-packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, 20)
// Packet: 0x01f3
-packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+packetLen(0x01f3, 10)
// Packet: 0x01f4
-packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, 32)
// Packet: 0x01f5
-packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, 9)
// Packet: 0x01f6
-packetLen(0x01f6, 34) // ZC_REQ_BABY
+packetLen(0x01f6, 34)
// Packet: 0x01f7
-packetLen(0x01f7, 14) // CZ_JOIN_BABY
+packetLen(0x01f7, 14)
// Packet: 0x01f8
-packetLen(0x01f8, 2) // ZC_START_BABY
+packetLen(0x01f8, 2)
// Packet: 0x01f9
-packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+packetLen(0x01f9, 6)
// Packet: 0x01fa
-packetLen(0x01fa, 48) // CA_LOGIN3
+packetLen(0x01fa, 48)
// Packet: 0x01fb
-packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+packetLen(0x01fb, 56)
// Packet: 0x01fc
-packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, -1)
// Packet: 0x01fd
-packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 15)
// Packet: 0x01fe
-packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, 5)
// Packet: 0x01ff
-packetLen(0x01ff, 10) // ZC_HIGHJUMP
+packetLen(0x01ff, 10)
// Packet: 0x0200
-packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+packetLen(0x0200, 26)
// Packet: 0x0201
-packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+packetLen(0x0201, -1)
// Packet: 0x0202
#if PACKETVER >= 20151209
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20151202
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20151104
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20151028
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20151021
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20151014
-packetLen(0x0202, 18) // CZ_ADD_FRIENDS
+packetLen(0x0202, 18)
#elif PACKETVER >= 20151007
-packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+packetLen(0x0202, -1)
#elif PACKETVER >= 20151001
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20150826
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20150819
-packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+packetLen(0x0202, -1)
#elif PACKETVER >= 20150805
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20150603
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20150527
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20150520
-packetLen(0x0202, 6) // CZ_ADD_FRIENDS
+packetLen(0x0202, 6)
#elif PACKETVER >= 20150429
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20150422
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20150401
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20150325
-packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+packetLen(0x0202, 26)
#elif PACKETVER >= 20150318
-packetLen(0x0202, 4) // CZ_ADD_FRIENDS
+packetLen(0x0202, 4)
#elif PACKETVER >= 20150225
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20150217
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20150211
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20150204
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20150128
-packetLen(0x0202, 12) // CZ_ADD_FRIENDS
+packetLen(0x0202, 12)
#elif PACKETVER >= 20150107
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#endif
// Packet: 0x0203
-packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+packetLen(0x0203, 10)
// Packet: 0x0204
-packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+packetLen(0x0204, 18)
// Packet: 0x0205
-packetLen(0x0205, 26) // ZC_DIVORCE
+packetLen(0x0205, 26)
// Packet: 0x0206
-packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+packetLen(0x0206, 11)
// Packet: 0x0207
-packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, 34)
// Packet: 0x0208
-packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, 14)
// Packet: 0x0209
-packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, 36)
// Packet: 0x020a
-packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 10)
// Packet: 0x020d
-packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+packetLen(0x020d, -1)
// Packet: 0x020e
-packetLen(0x020e, 32) // ZC_STARSKILL
+packetLen(0x020e, 32)
// Packet: 0x020f
-packetLen(0x020f, 10) // CZ_REQ_PVPPOINT
+packetLen(0x020f, 10)
// Packet: 0x0210
-packetLen(0x0210, 22) // ZC_ACK_PVPPOINT
+packetLen(0x0210, 22)
// Packet: 0x0212
-packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+packetLen(0x0212, 26)
// Packet: 0x0213
-packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+packetLen(0x0213, 26)
// Packet: 0x0214
-packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+packetLen(0x0214, 42)
// Packet: 0x0215
-packetLen(0x0215, 6) // ZC_SKILLMSG
+packetLen(0x0215, 6)
// Packet: 0x0216
-packetLen(0x0216, 6) // ZC_BABYMSG
+packetLen(0x0216, 6)
// Packet: 0x0217
-packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 2)
// Packet: 0x0218
-packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, 2)
// Packet: 0x0219
-packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 282)
// Packet: 0x021a
-packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, 282)
// Packet: 0x021b
-packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, 10)
// Packet: 0x021c
-packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, 10)
// Packet: 0x021d
-packetLen(0x021d, 6) // CZ_LESSEFFECT
+packetLen(0x021d, 6)
// Packet: 0x021e
-packetLen(0x021e, 6) // ZC_LESSEFFECT
+packetLen(0x021e, 6)
// Packet: 0x021f
-packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+packetLen(0x021f, 66)
// Packet: 0x0220
-packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+packetLen(0x0220, 10)
// Packet: 0x0221
-packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+packetLen(0x0221, -1)
// Packet: 0x0222
-packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+packetLen(0x0222, 6)
// Packet: 0x0223
-packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+packetLen(0x0223, 8)
// Packet: 0x0224
-packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+packetLen(0x0224, 10)
// Packet: 0x0225
-packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+packetLen(0x0225, 2)
// Packet: 0x0226
-packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+packetLen(0x0226, 282)
// Packet: 0x0227
-packetLen(0x0227, 18) // ZC_GAME_GUARD
+packetLen(0x0227, 18)
// Packet: 0x0228
-packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+packetLen(0x0228, 18)
// Packet: 0x0229
-packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+packetLen(0x0229, 15)
// Packet: 0x022a
-packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 58)
// Packet: 0x022b
-packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, 57)
// Packet: 0x022c
-packetLen(0x022c, 65) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, 65)
// Packet: 0x022d
#if PACKETVER >= 20151223
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20151216
-packetLen(0x022d, 5) // CZ_COMMAND_MER
+packetLen(0x022d, 5)
#elif PACKETVER >= 20151209
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20151202
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20151125
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20151118
-packetLen(0x022d, 6) // CZ_COMMAND_MER
+packetLen(0x022d, 6)
#elif PACKETVER >= 20151104
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20151028
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20151007
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20151001
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20150923
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20150916
-packetLen(0x022d, 10) // CZ_COMMAND_MER
+packetLen(0x022d, 10)
#elif PACKETVER >= 20150826
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20150819
-packetLen(0x022d, 10) // CZ_COMMAND_MER
+packetLen(0x022d, 10)
#elif PACKETVER >= 20150805
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20150715
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20150708
-packetLen(0x022d, 6) // CZ_COMMAND_MER
+packetLen(0x022d, 6)
#elif PACKETVER >= 20150701
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20150624
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20150603
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20150527
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20150429
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20150422
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20150225
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20150217
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20150211
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20150204
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20150107
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#endif
// Packet: 0x022e
-packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 71)
// Packet: 0x022f
-packetLen(0x022f, 5) // ZC_FEED_MER
+packetLen(0x022f, 5)
// Packet: 0x0230
-packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+packetLen(0x0230, 12)
// Packet: 0x0231
-packetLen(0x0231, 26) // CZ_RENAME_MER
+packetLen(0x0231, 26)
// Packet: 0x0232
-packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, 9)
// Packet: 0x0233
-packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, 11)
// Packet: 0x0234
-packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, 6)
// Packet: 0x0235
-packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, -1)
// Packet: 0x0236
-packetLen(0x0236, 10) // ZC_KILLER_POINT
+packetLen(0x0236, 10)
// Packet: 0x0237
-packetLen(0x0237, 2) // CZ_KILLER_RANK
+packetLen(0x0237, 2)
// Packet: 0x0238
-packetLen(0x0238, 282) // ZC_KILLER_RANK
+packetLen(0x0238, 282)
// Packet: 0x0239
-packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 11)
// Packet: 0x023a
-packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, 4)
// Packet: 0x023b
#if PACKETVER >= 20151209
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20151202
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20151111
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20151104
-packetLen(0x023b, -1) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, -1)
#elif PACKETVER >= 20151028
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20151021
-packetLen(0x023b, 19) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 19)
#elif PACKETVER >= 20151007
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20151001
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20150916
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20150909
-packetLen(0x023b, 7) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 7)
#elif PACKETVER >= 20150902
-packetLen(0x023b, 18) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 18)
#elif PACKETVER >= 20150819
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20150805
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20150729
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20150722
-packetLen(0x023b, 90) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 90)
#elif PACKETVER >= 20150715
-packetLen(0x023b, -1) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, -1)
#elif PACKETVER >= 20150708
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20150701
-packetLen(0x023b, 19) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 19)
#elif PACKETVER >= 20150603
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20150527
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20150513
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20150507
-packetLen(0x023b, 5) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 5)
#elif PACKETVER >= 20150429
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20150422
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20150325
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20150318
-packetLen(0x023b, 6) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 6)
#elif PACKETVER >= 20150311
-packetLen(0x023b, 5) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 5)
#elif PACKETVER >= 20150225
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20150217
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20150211
-packetLen(0x023b, 4) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 4)
#elif PACKETVER >= 20150204
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20150128
-packetLen(0x023b, 5) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 5)
#elif PACKETVER >= 20150107
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#endif
// Packet: 0x023c
-packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, 6)
// Packet: 0x023d
-packetLen(0x023d, 6) // AC_EVENT_RESULT
+packetLen(0x023d, 6)
// Packet: 0x023e
-packetLen(0x023e, 8) // HC_REQUEST_CHARACTER_PASSWORD
+packetLen(0x023e, 8)
// Packet: 0x023f
-packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+packetLen(0x023f, 2)
// Packet: 0x0240
-packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+packetLen(0x0240, -1)
// Packet: 0x0241
-packetLen(0x0241, 6) // CZ_MAIL_OPEN
+packetLen(0x0241, 6)
// Packet: 0x0242
-packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+packetLen(0x0242, -1)
// Packet: 0x0243
-packetLen(0x0243, 6) // CZ_MAIL_DELETE
+packetLen(0x0243, 6)
// Packet: 0x0244
-packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+packetLen(0x0244, 6)
// Packet: 0x0245
-packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+packetLen(0x0245, 3)
// Packet: 0x0246
-packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+packetLen(0x0246, 4)
// Packet: 0x0247
-packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+packetLen(0x0247, 8)
// Packet: 0x0248
-packetLen(0x0248, -1) // CZ_MAIL_SEND
+packetLen(0x0248, -1)
// Packet: 0x0249
-packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+packetLen(0x0249, 3)
// Packet: 0x024a
-packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+packetLen(0x024a, 70)
// Packet: 0x024b
-packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+packetLen(0x024b, 4)
// Packet: 0x024c
-packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+packetLen(0x024c, 8)
// Packet: 0x024d
-packetLen(0x024d, 12) // CZ_AUCTION_ADD
+packetLen(0x024d, 12)
// Packet: 0x024e
-packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+packetLen(0x024e, 6)
// Packet: 0x024f
-packetLen(0x024f, 10) // CZ_AUCTION_BUY
+packetLen(0x024f, 10)
// Packet: 0x0250
-packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+packetLen(0x0250, 3)
// Packet: 0x0251
-packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+packetLen(0x0251, 34)
// Packet: 0x0252
-packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+packetLen(0x0252, -1)
// Packet: 0x0253
-packetLen(0x0253, 3) // ZC_STARPLACE
+packetLen(0x0253, 3)
// Packet: 0x0254
-packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+packetLen(0x0254, 3)
// Packet: 0x0255
-packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+packetLen(0x0255, 5)
// Packet: 0x0256
-packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+packetLen(0x0256, 5)
// Packet: 0x0257
-packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+packetLen(0x0257, 8)
// Packet: 0x0258
-packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+packetLen(0x0258, 2)
// Packet: 0x0259
-packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+packetLen(0x0259, 3)
// Packet: 0x025a
-packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+packetLen(0x025a, -1)
// Packet: 0x025b
-packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+packetLen(0x025b, 6)
// Packet: 0x025c
-packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+packetLen(0x025c, 4)
// Packet: 0x025d
-packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+packetLen(0x025d, 6)
// Packet: 0x025e
-packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+packetLen(0x025e, 4)
// Packet: 0x025f
-packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+packetLen(0x025f, 6)
// Packet: 0x0260
-packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+packetLen(0x0260, 6)
// Packet: 0x0261
-packetLen(0x0261, 11) // AC_REQ_LOGIN_OLDEKEY
+packetLen(0x0261, 11)
// Packet: 0x0262
-packetLen(0x0262, 11) // AC_REQ_LOGIN_NEWEKEY
+packetLen(0x0262, 11)
// Packet: 0x0263
-packetLen(0x0263, 11) // AC_REQ_LOGIN_CARDPASS
+packetLen(0x0263, 11)
// Packet: 0x0264
-packetLen(0x0264, 20) // CA_ACK_LOGIN_OLDEKEY
+packetLen(0x0264, 20)
// Packet: 0x0265
-packetLen(0x0265, 20) // CA_ACK_LOGIN_NEWEKEY
+packetLen(0x0265, 20)
// Packet: 0x0266
-packetLen(0x0266, 30) // CA_ACK_LOGIN_CARDPASS
+packetLen(0x0266, 30)
// Packet: 0x0267
-packetLen(0x0267, 4) // AC_ACK_EKEY_FAIL_NOTEXIST
+packetLen(0x0267, 4)
// Packet: 0x0268
-packetLen(0x0268, 4) // AC_ACK_EKEY_FAIL_NOTUSESEKEY
+packetLen(0x0268, 4)
// Packet: 0x0269
-packetLen(0x0269, 4) // AC_ACK_EKEY_FAIL_NOTUSEDEKEY
+packetLen(0x0269, 4)
// Packet: 0x026a
-packetLen(0x026a, 4) // AC_ACK_EKEY_FAIL_AUTHREFUSE
+packetLen(0x026a, 4)
// Packet: 0x026b
-packetLen(0x026b, 4) // AC_ACK_EKEY_FAIL_INPUTEKEY
+packetLen(0x026b, 4)
// Packet: 0x026c
-packetLen(0x026c, 4) // AC_ACK_EKEY_FAIL_NOTICE
+packetLen(0x026c, 4)
// Packet: 0x026d
-packetLen(0x026d, 4) // AC_ACK_EKEY_FAIL_NEEDCARDPASS
+packetLen(0x026d, 4)
// Packet: 0x026f
-packetLen(0x026f, 2) // AC_ACK_FIRST_LOGIN
+packetLen(0x026f, 2)
// Packet: 0x0270
-packetLen(0x0270, 2) // AC_REQ_LOGIN_ACCOUNT_INFO
+packetLen(0x0270, 2)
// Packet: 0x0271
-packetLen(0x0271, 40) // CA_ACK_LOGIN_ACCOUNT_INFO
+packetLen(0x0271, 40)
// Packet: 0x0272
-packetLen(0x0272, 44) // AC_ACK_PT_ID_INFO
+packetLen(0x0272, 44)
// Packet: 0x0273
-packetLen(0x0273, 30) // CZ_REQ_MAIL_RETURN
+packetLen(0x0273, 30)
// Packet: 0x0274
-packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, 8)
// Packet: 0x0275
-packetLen(0x0275, 37) // CH_ENTER2
+packetLen(0x0275, 37)
// Packet: 0x0276
-packetLen(0x0276, -1) // AC_ACCEPT_LOGIN2
+packetLen(0x0276, -1)
// Packet: 0x0277
-packetLen(0x0277, 84) // CA_LOGIN_PCBANG
+packetLen(0x0277, 84)
// Packet: 0x0278
-packetLen(0x0278, 2) // ZC_NOTIFY_PCBANG
+packetLen(0x0278, 2)
// Packet: 0x0279
-packetLen(0x0279, 2) // CZ_HUNTINGLIST
+packetLen(0x0279, 2)
// Packet: 0x027a
-packetLen(0x027a, -1) // ZC_HUNTINGLIST
+packetLen(0x027a, -1)
// Packet: 0x027b
-packetLen(0x027b, 14) // ZC_PCBANG_EFFECT
+packetLen(0x027b, 14)
// Packet: 0x027c
-packetLen(0x027c, 60) // CA_LOGIN4
+packetLen(0x027c, 60)
// Packet: 0x027d
-packetLen(0x027d, 62) // ZC_PROPERTY_MERCE
+packetLen(0x027d, 62)
// Packet: 0x027e
-packetLen(0x027e, -1) // ZC_SHANDA_PROTECT
+packetLen(0x027e, -1)
// Packet: 0x027f
-packetLen(0x027f, 8) // CA_CLIENT_TYPE
+packetLen(0x027f, 8)
// Packet: 0x0280
-packetLen(0x0280, 12) // ZC_GANGSI_POINT
+packetLen(0x0280, 12)
// Packet: 0x0281
#if PACKETVER >= 20151209
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20151202
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20151104
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20151021
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20151014
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20151001
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20150826
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20150819
-packetLen(0x0281, 6) // CZ_GANGSI_RANK
+packetLen(0x0281, 6)
#elif PACKETVER >= 20150805
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20150729
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20150722
-packetLen(0x0281, 6) // CZ_GANGSI_RANK
+packetLen(0x0281, 6)
#elif PACKETVER >= 20150701
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20150624
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20150603
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20150527
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20150429
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20150422
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20150325
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20150318
-packetLen(0x0281, 8) // CZ_GANGSI_RANK
+packetLen(0x0281, 8)
#elif PACKETVER >= 20150225
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20150217
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20150211
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20150204
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20150128
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20150121
-packetLen(0x0281, 18) // CZ_GANGSI_RANK
+packetLen(0x0281, 18)
#elif PACKETVER >= 20150107
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#endif
// Packet: 0x0282
-packetLen(0x0282, 284) // ZC_GANGSI_RANK
+packetLen(0x0282, 284)
// Packet: 0x0283
-packetLen(0x0283, 6) // ZC_AID
+packetLen(0x0283, 6)
// Packet: 0x0284
-packetLen(0x0284, 14) // ZC_NOTIFY_EFFECT3
+packetLen(0x0284, 14)
// Packet: 0x0285
-packetLen(0x0285, 6) // ZC_DEATH_QUESTION
+packetLen(0x0285, 6)
// Packet: 0x0286
-packetLen(0x0286, 4) // CZ_DEATH_QUESTION
+packetLen(0x0286, 4)
// Packet: 0x0287
-packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, -1)
// Packet: 0x0288
-packetLen(0x0288, -1) // CZ_PC_BUY_CASH_POINT_ITEM
+packetLen(0x0288, -1)
// Packet: 0x0289
-packetLen(0x0289, 12) // ZC_PC_CASH_POINT_UPDATE
+packetLen(0x0289, 12)
// Packet: 0x028a
-packetLen(0x028a, 18) // ZC_NPC_SHOWEFST_UPDATE
+packetLen(0x028a, 18)
// Packet: 0x028b
-packetLen(0x028b, -1) // HC_CHARNOTBEENSELECTED
+packetLen(0x028b, -1)
// Packet: 0x028c
-packetLen(0x028c, 46) // CH_SELECT_CHAR_GOINGTOBEUSED
+packetLen(0x028c, 46)
// Packet: 0x028d
-packetLen(0x028d, 34) // CH_REQ_IS_VALID_CHARNAME
+packetLen(0x028d, 34)
// Packet: 0x028e
-packetLen(0x028e, 4) // HC_ACK_IS_VALID_CHARNAME
+packetLen(0x028e, 4)
// Packet: 0x028f
-packetLen(0x028f, 6) // CH_REQ_CHANGE_CHARNAME
+packetLen(0x028f, 6)
// Packet: 0x0290
-packetLen(0x0290, 4) // HC_ACK_CHANGE_CHARNAME
+packetLen(0x0290, 4)
// Packet: 0x0291
-packetLen(0x0291, 4) // ZC_MSG
+packetLen(0x0291, 4)
// Packet: 0x0292
-packetLen(0x0292, 2) // CZ_STANDING_RESURRECTION
+packetLen(0x0292, 2)
// Packet: 0x0293
-packetLen(0x0293, 70) // ZC_BOSS_INFO
+packetLen(0x0293, 70)
// Packet: 0x0294
-packetLen(0x0294, 10) // ZC_READ_BOOK
+packetLen(0x0294, 10)
// Packet: 0x0295
-packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, -1)
// Packet: 0x0296
-packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, -1)
// Packet: 0x0297
-packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, -1)
// Packet: 0x0298
-packetLen(0x0298, 8) // ZC_CASH_TIME_COUNTER
+packetLen(0x0298, 8)
// Packet: 0x0299
-packetLen(0x0299, 6) // ZC_CASH_ITEM_DELETE
+packetLen(0x0299, 6)
// Packet: 0x029a
-packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, 27)
// Packet: 0x029b
-packetLen(0x029b, 80) // ZC_MER_INIT
+packetLen(0x029b, 80)
// Packet: 0x029c
-packetLen(0x029c, 66) // ZC_MER_PROPERTY
+packetLen(0x029c, 66)
// Packet: 0x029d
-packetLen(0x029d, -1) // ZC_MER_SKILLINFO_LIST
+packetLen(0x029d, -1)
// Packet: 0x029e
-packetLen(0x029e, 11) // ZC_MER_SKILLINFO_UPDATE
+packetLen(0x029e, 11)
// Packet: 0x029f
-packetLen(0x029f, 3) // CZ_MER_COMMAND
+packetLen(0x029f, 3)
// Packet: 0x02a2
-packetLen(0x02a2, 8) // ZC_MER_PAR_CHANGE
+packetLen(0x02a2, 8)
// Packet: 0x02a5
-packetLen(0x02a5, 8) // CZ_KSY_EVENT
+packetLen(0x02a5, 8)
// Packet: 0x02a6
-packetLen(0x02a6, -1) // ZC_HACKSH_CPX_MSG
+packetLen(0x02a6, -1)
// Packet: 0x02a7
-packetLen(0x02a7, -1) // CZ_HACKSH_CPX_MSG
+packetLen(0x02a7, -1)
// Packet: 0x02aa
-packetLen(0x02aa, 4) // ZC_REQ_CASH_PASSWORD
+packetLen(0x02aa, 4)
// Packet: 0x02ab
-packetLen(0x02ab, 36) // CZ_ACK_CASH_PASSWORD
+packetLen(0x02ab, 36)
// Packet: 0x02ac
-packetLen(0x02ac, 6) // ZC_RESULT_CASH_PASSWORD
+packetLen(0x02ac, 6)
// Packet: 0x02ad
-packetLen(0x02ad, 8) // AC_REQUEST_SECOND_PASSWORD
+packetLen(0x02ad, 8)
// Packet: 0x02b0
-packetLen(0x02b0, 85) // CA_LOGIN_HAN
+packetLen(0x02b0, 85)
// Packet: 0x02b1
-packetLen(0x02b1, -1) // ZC_ALL_QUEST_LIST
+packetLen(0x02b1, -1)
// Packet: 0x02b2
-packetLen(0x02b2, -1) // ZC_ALL_QUEST_MISSION
+packetLen(0x02b2, -1)
// Packet: 0x02b3
-packetLen(0x02b3, 107) // ZC_ADD_QUEST
+packetLen(0x02b3, 107)
// Packet: 0x02b4
-packetLen(0x02b4, 6) // ZC_DEL_QUEST
+packetLen(0x02b4, 6)
// Packet: 0x02b5
-packetLen(0x02b5, -1) // ZC_UPDATE_MISSION_HUNT
+packetLen(0x02b5, -1)
// Packet: 0x02b6
-packetLen(0x02b6, 7) // CZ_ACTIVE_QUEST
+packetLen(0x02b6, 7)
// Packet: 0x02b7
-packetLen(0x02b7, 7) // ZC_ACTIVE_QUEST
+packetLen(0x02b7, 7)
// Packet: 0x02b8
-packetLen(0x02b8, 22) // ZC_ITEM_PICKUP_PARTY
+packetLen(0x02b8, 22)
// Packet: 0x02b9
-packetLen(0x02b9, 191) // ZC_SHORTCUT_KEY_LIST
+packetLen(0x02b9, 191)
// Packet: 0x02ba
-packetLen(0x02ba, 11) // CZ_SHORTCUT_KEY_CHANGE
+packetLen(0x02ba, 11)
// Packet: 0x02bb
-packetLen(0x02bb, 8) // ZC_EQUIPITEM_DAMAGED
+packetLen(0x02bb, 8)
// Packet: 0x02bc
-packetLen(0x02bc, 6) // ZC_NOTIFY_PCBANG_PLAYING_TIME
+packetLen(0x02bc, 6)
// Packet: 0x02c1
-packetLen(0x02c1, -1) // ZC_NPC_CHAT
+packetLen(0x02c1, -1)
// Packet: 0x02c2
-packetLen(0x02c2, -1) // ZC_FORMATSTRING_MSG
+packetLen(0x02c2, -1)
// Packet: 0x02c4
#if PACKETVER >= 20151223
-packetLen(0x02c4, 8) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 8)
#elif PACKETVER >= 20151118
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20151111
-packetLen(0x02c4, -1) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, -1)
#elif PACKETVER >= 20151028
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20151021
-packetLen(0x02c4, 36) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 36)
#elif PACKETVER >= 20150715
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20150708
-packetLen(0x02c4, 90) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 90)
#elif PACKETVER >= 20150520
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20150513
-packetLen(0x02c4, 8) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 8)
#elif PACKETVER >= 20150304
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20150225
-packetLen(0x02c4, 6) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 6)
#elif PACKETVER >= 20150107
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#endif
// Packet: 0x02c5
-packetLen(0x02c5, 30) // ZC_PARTY_JOIN_REQ_ACK
+packetLen(0x02c5, 30)
// Packet: 0x02c6
-packetLen(0x02c6, 30) // ZC_PARTY_JOIN_REQ
+packetLen(0x02c6, 30)
// Packet: 0x02c7
-packetLen(0x02c7, 7) // CZ_PARTY_JOIN_REQ_ACK
+packetLen(0x02c7, 7)
// Packet: 0x02c8
-packetLen(0x02c8, 3) // CZ_PARTY_CONFIG
+packetLen(0x02c8, 3)
// Packet: 0x02c9
-packetLen(0x02c9, 3) // ZC_PARTY_CONFIG
+packetLen(0x02c9, 3)
// Packet: 0x02ca
-packetLen(0x02ca, 3) // HC_REFUSE_SELECTCHAR
+packetLen(0x02ca, 3)
// Packet: 0x02cb
-packetLen(0x02cb, 65) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO
+packetLen(0x02cb, 65)
// Packet: 0x02cc
-packetLen(0x02cc, 4) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_NOTIFY
+packetLen(0x02cc, 4)
// Packet: 0x02cd
-packetLen(0x02cd, 71) // ZC_MEMORIALDUNGEON_INFO
+packetLen(0x02cd, 71)
// Packet: 0x02ce
-packetLen(0x02ce, 10) // ZC_MEMORIALDUNGEON_NOTIFY
+packetLen(0x02ce, 10)
// Packet: 0x02cf
-packetLen(0x02cf, 6) // CZ_MEMORIALDUNGEON_COMMAND
+packetLen(0x02cf, 6)
// Packet: 0x02d0
-packetLen(0x02d0, -1) // ZC_EQUIPMENT_ITEMLIST3
+packetLen(0x02d0, -1)
// Packet: 0x02d1
-packetLen(0x02d1, -1) // ZC_STORE_EQUIPMENT_ITEMLIST3
+packetLen(0x02d1, -1)
// Packet: 0x02d2
-packetLen(0x02d2, -1) // ZC_CART_EQUIPMENT_ITEMLIST3
+packetLen(0x02d2, -1)
// Packet: 0x02d3
-packetLen(0x02d3, 4) // ZC_NOTIFY_BIND_ON_EQUIP
+packetLen(0x02d3, 4)
// Packet: 0x02d4
-packetLen(0x02d4, 29) // ZC_ITEM_PICKUP_ACK3
+packetLen(0x02d4, 29)
// Packet: 0x02d5
-packetLen(0x02d5, 2) // ZC_ISVR_DISCONNECT
+packetLen(0x02d5, 2)
// Packet: 0x02d6
-packetLen(0x02d6, 6) // CZ_EQUIPWIN_MICROSCOPE
+packetLen(0x02d6, 6)
// Packet: 0x02d7
-packetLen(0x02d7, -1) // ZC_EQUIPWIN_MICROSCOPE
+packetLen(0x02d7, -1)
// Packet: 0x02d8
-packetLen(0x02d8, 10) // CZ_CONFIG
+packetLen(0x02d8, 10)
// Packet: 0x02d9
-packetLen(0x02d9, 10) // ZC_CONFIG
+packetLen(0x02d9, 10)
// Packet: 0x02da
-packetLen(0x02da, 3) // ZC_CONFIG_NOTIFY
+packetLen(0x02da, 3)
// Packet: 0x02db
-packetLen(0x02db, -1) // CZ_BATTLEFIELD_CHAT
+packetLen(0x02db, -1)
// Packet: 0x02dc
-packetLen(0x02dc, -1) // ZC_BATTLEFIELD_CHAT
+packetLen(0x02dc, -1)
// Packet: 0x02dd
-packetLen(0x02dd, 32) // ZC_BATTLEFIELD_NOTIFY_CAMPINFO
+packetLen(0x02dd, 32)
// Packet: 0x02de
-packetLen(0x02de, 6) // ZC_BATTLEFIELD_NOTIFY_POINT
+packetLen(0x02de, 6)
// Packet: 0x02df
-packetLen(0x02df, 36) // ZC_BATTLEFIELD_NOTIFY_POSITION
+packetLen(0x02df, 36)
// Packet: 0x02e0
-packetLen(0x02e0, 34) // ZC_BATTLEFIELD_NOTIFY_HP
+packetLen(0x02e0, 34)
// Packet: 0x02e1
-packetLen(0x02e1, 33) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, 33)
// Packet: 0x02e2
-packetLen(0x02e2, 20) // CZ_USE_ITEM_NEW_JAPEN
+packetLen(0x02e2, 20)
// Packet: 0x02e3
-packetLen(0x02e3, 22) // CZ_USE_SKILL_NEW_JAPEN
+packetLen(0x02e3, 22)
// Packet: 0x02e4
-packetLen(0x02e4, 11) // CZ_ITEM_PICKUP_NEW_JAPEN
+packetLen(0x02e4, 11)
// Packet: 0x02e5
-packetLen(0x02e5, 9) // CZ_REQUEST_MOVE_NEW_JAPEN
+packetLen(0x02e5, 9)
// Packet: 0x02e6
-packetLen(0x02e6, 6) // CZ_BOT_CHECK
+packetLen(0x02e6, 6)
// Packet: 0x02e7
-packetLen(0x02e7, -1) // ZC_MAPPROPERTY
+packetLen(0x02e7, -1)
// Packet: 0x02e8
-packetLen(0x02e8, -1) // ZC_NORMAL_ITEMLIST3
+packetLen(0x02e8, -1)
// Packet: 0x02e9
-packetLen(0x02e9, -1) // ZC_CART_NORMAL_ITEMLIST3
+packetLen(0x02e9, -1)
// Packet: 0x02ea
-packetLen(0x02ea, -1) // ZC_STORE_NORMAL_ITEMLIST3
+packetLen(0x02ea, -1)
// Packet: 0x02eb
-packetLen(0x02eb, 13) // ZC_ACCEPT_ENTER2
+packetLen(0x02eb, 13)
// Packet: 0x02ec
-packetLen(0x02ec, 67) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 67)
// Packet: 0x02ed
-packetLen(0x02ed, 59) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, 59)
// Packet: 0x02ee
-packetLen(0x02ee, 60) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, 60)
// Packet: 0x02ef
-packetLen(0x02ef, 8) // ZC_NOTIFY_FONT
+packetLen(0x02ef, 8)
// Packet: 0x02f0
-packetLen(0x02f0, 10) // ZC_PROGRESS
+packetLen(0x02f0, 10)
// Packet: 0x02f1
-packetLen(0x02f1, 2) // CZ_PROGRESS
+packetLen(0x02f1, 2)
// Packet: 0x02f2
-packetLen(0x02f2, 2) // ZC_PROGRESS_CANCEL
+packetLen(0x02f2, 2)
// Packet: 0x02f3
-packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+packetLen(0x02f3, -1)
// Packet: 0x02f4
-packetLen(0x02f4, 3) // ZC_IRMAIL_SEND_RES
+packetLen(0x02f4, 3)
// Packet: 0x02f5
-packetLen(0x02f5, 7) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, 7)
// Packet: 0x02f6
-packetLen(0x02f6, 7) // CZ_IRMAIL_LIST
+packetLen(0x02f6, 7)
// Packet: 0x035c
-packetLen(0x035c, 2) // CZ_OPEN_SIMPLE_CASHSHOP_ITEMLIST
+packetLen(0x035c, 2)
// Packet: 0x035d
-packetLen(0x035d, -1) // ZC_SIMPLE_CASHSHOP_POINT_ITEMLIST
+packetLen(0x035d, -1)
// Packet: 0x035e
-packetLen(0x035e, 2) // CZ_CLOSE_WINDOW
+packetLen(0x035e, 2)
// Packet: 0x035f
#if PACKETVER >= 20151230
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20151209
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20151202
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20151125
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20151118
-packetLen(0x035f, 5) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 5)
#elif PACKETVER >= 20151111
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20151104
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20151021
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20151014
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20151001
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20150916
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20150909
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20150826
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20150805
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20150715
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20150708
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20150701
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20150617
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20150603
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20150527
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20150520
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20150422
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20150311
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20150217
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20150211
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20150107
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#endif
// Packet: 0x0360
#if PACKETVER >= 20151230
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20151209
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20151202
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20151125
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20151111
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20151104
-packetLen(0x0360, 19) // CZ_REQUEST_TIME2
+packetLen(0x0360, 19)
#elif PACKETVER >= 20151021
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20151014
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20151001
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20150909
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20150902
-packetLen(0x0360, -1) // CZ_REQUEST_TIME2
+packetLen(0x0360, -1)
#elif PACKETVER >= 20150826
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20150805
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20150729
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20150722
-packetLen(0x0360, 7) // CZ_REQUEST_TIME2
+packetLen(0x0360, 7)
#elif PACKETVER >= 20150715
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20150708
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20150701
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20150617
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20150603
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20150527
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20150520
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20150422
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20150311
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20150304
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20150225
-packetLen(0x0360, 26) // CZ_REQUEST_TIME2
+packetLen(0x0360, 26)
#elif PACKETVER >= 20150217
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20150211
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20150204
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20150128
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20150107
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#endif
// Packet: 0x0361
#if PACKETVER >= 20151223
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20151216
-packetLen(0x0361, 6) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 6)
#elif PACKETVER >= 20151209
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20151202
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20151104
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20151028
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20151021
-packetLen(0x0361, 8) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 8)
#elif PACKETVER >= 20151007
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20151001
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20150923
-packetLen(0x0361, 18) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 18)
#elif PACKETVER >= 20150916
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20150909
-packetLen(0x0361, 6) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 6)
#elif PACKETVER >= 20150819
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20150805
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20150729
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20150722
-packetLen(0x0361, 6) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 6)
#elif PACKETVER >= 20150610
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20150603
-packetLen(0x0361, 26) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 26)
#elif PACKETVER >= 20150527
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20150520
-packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, -1)
#elif PACKETVER >= 20150429
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20150422
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20150415
-packetLen(0x0361, 8) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 8)
#elif PACKETVER >= 20150225
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20150217
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20150211
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20150204
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20150107
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#endif
// Packet: 0x0362
#if PACKETVER >= 20151230
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20151223
-packetLen(0x0362, 8) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 8)
#elif PACKETVER >= 20151216
-packetLen(0x0362, 5) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 5)
#elif PACKETVER >= 20151209
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20151202
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20151118
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20151111
-packetLen(0x0362, 5) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 5)
#elif PACKETVER >= 20151104
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20151021
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20151014
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20151001
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20150902
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20150826
-packetLen(0x0362, 36) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 36)
#elif PACKETVER >= 20150819
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20150805
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20150722
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20150715
-packetLen(0x0362, 10) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 10)
#elif PACKETVER >= 20150701
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20150617
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20150603
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20150527
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20150429
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20150422
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20150408
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20150401
-packetLen(0x0362, 7) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 7)
#elif PACKETVER >= 20150311
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20150304
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20150225
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20150217
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20150211
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20150204
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20150121
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20150107
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#endif
// Packet: 0x0363
#if PACKETVER >= 20151209
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20151202
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20151111
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20151104
-packetLen(0x0363, 5) // CZ_ITEM_THROW2
+packetLen(0x0363, 5)
#elif PACKETVER >= 20151021
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20151014
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20151001
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20150819
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20150805
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20150701
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20150624
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20150617
-packetLen(0x0363, 36) // CZ_ITEM_THROW2
+packetLen(0x0363, 36)
#elif PACKETVER >= 20150603
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20150527
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20150520
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20150513
-packetLen(0x0363, 19) // CZ_ITEM_THROW2
+packetLen(0x0363, 19)
#elif PACKETVER >= 20150507
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20150429
-packetLen(0x0363, 5) // CZ_ITEM_THROW2
+packetLen(0x0363, 5)
#elif PACKETVER >= 20150422
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20150401
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20150325
-packetLen(0x0363, 6) // CZ_ITEM_THROW2
+packetLen(0x0363, 6)
#elif PACKETVER >= 20150311
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20150304
-packetLen(0x0363, 6) // CZ_ITEM_THROW2
+packetLen(0x0363, 6)
#elif PACKETVER >= 20150225
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20150217
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20150211
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20150204
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20150121
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20150107
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#endif
// Packet: 0x0364
#if PACKETVER >= 20151230
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20151223
-packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 6)
#elif PACKETVER >= 20151216
-packetLen(0x0364, 4) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 4)
#elif PACKETVER >= 20151209
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20151202
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20151111
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20151021
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20151014
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20151001
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20150819
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20150805
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20150722
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20150715
-packetLen(0x0364, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, -1)
#elif PACKETVER >= 20150701
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20150624
-packetLen(0x0364, 18) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 18)
#elif PACKETVER >= 20150603
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20150527
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20150429
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20150422
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20150415
-packetLen(0x0364, 90) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 90)
#elif PACKETVER >= 20150225
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20150217
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20150211
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20150204
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20150121
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20150107
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#endif
// Packet: 0x0365
#if PACKETVER >= 20151230
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20151223
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20151216
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20151209
-packetLen(0x0365, 5) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 5)
#elif PACKETVER >= 20151202
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20151125
-packetLen(0x0365, 5) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 5)
#elif PACKETVER >= 20151118
-packetLen(0x0365, 26) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 26)
#elif PACKETVER >= 20151104
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20151021
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20151014
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20151001
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20150916
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20150909
-packetLen(0x0365, 5) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 5)
#elif PACKETVER >= 20150819
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20150805
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20150701
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20150624
-packetLen(0x0365, 5) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 5)
#elif PACKETVER >= 20150617
-packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, -1)
#elif PACKETVER >= 20150603
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20150527
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20150429
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20150422
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20150401
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20150325
-packetLen(0x0365, 10) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 10)
#elif PACKETVER >= 20150225
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20150217
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20150211
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20150204
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20150128
-packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, -1)
#elif PACKETVER >= 20150121
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20150107
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#endif
// Packet: 0x0366
#if PACKETVER >= 20151230
-packetLen(0x0366, 8) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 8)
#elif PACKETVER >= 20151209
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20151202
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20151125
-packetLen(0x0366, 8) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 8)
#elif PACKETVER >= 20151021
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20151014
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20151001
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20150923
-packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, -1)
#elif PACKETVER >= 20150916
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20150909
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20150826
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20150805
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20150715
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20150708
-packetLen(0x0366, 26) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 26)
#elif PACKETVER >= 20150701
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20150617
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20150603
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20150527
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20150520
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20150422
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20150415
-packetLen(0x0366, 5) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 5)
#elif PACKETVER >= 20150311
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20150217
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20150211
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20150204
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20150128
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20150107
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#endif
// Packet: 0x0367
#if PACKETVER >= 20150909
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20150902
-packetLen(0x0367, 6) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 6)
#elif PACKETVER >= 20150408
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20150401
-packetLen(0x0367, 6) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 6)
#elif PACKETVER >= 20150325
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20150318
-packetLen(0x0367, 90) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 90)
#elif PACKETVER >= 20150107
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#endif
// Packet: 0x0368
#if PACKETVER >= 20151230
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20151209
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20151202
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20151125
-packetLen(0x0368, -1) // CZ_REQNAME2
+packetLen(0x0368, -1)
#elif PACKETVER >= 20151021
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20151014
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20151001
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20150916
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20150909
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20150902
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20150826
-packetLen(0x0368, 8) // CZ_REQNAME2
+packetLen(0x0368, 8)
#elif PACKETVER >= 20150805
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20150729
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20150722
-packetLen(0x0368, 26) // CZ_REQNAME2
+packetLen(0x0368, 26)
#elif PACKETVER >= 20150715
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20150708
-packetLen(0x0368, 5) // CZ_REQNAME2
+packetLen(0x0368, 5)
#elif PACKETVER >= 20150701
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20150617
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20150603
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20150527
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20150520
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20150415
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20150311
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20150217
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20150211
-packetLen(0x0368, 5) // CZ_REQNAME2
+packetLen(0x0368, 5)
#elif PACKETVER >= 20150204
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20150128
-packetLen(0x0368, 8) // CZ_REQNAME2
+packetLen(0x0368, 8)
#elif PACKETVER >= 20150107
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#endif
// Packet: 0x0369
#if PACKETVER >= 20151230
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20151216
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20151209
-packetLen(0x0369, 6) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 6)
#elif PACKETVER >= 20151202
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20151125
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20151118
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20151111
-packetLen(0x0369, 8) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 8)
#elif PACKETVER >= 20151021
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20151014
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20151001
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20150916
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20150909
-packetLen(0x0369, 36) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 36)
#elif PACKETVER >= 20150826
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20150805
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20150715
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20150708
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20150701
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20150617
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20150603
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20150527
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20150520
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20150422
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20150311
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20150217
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20150211
-packetLen(0x0369, 5) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 5)
#elif PACKETVER >= 20150204
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20150128
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20150107
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#endif
// Packet: 0x03dd
-packetLen(0x03dd, 18) // AHC_GAME_GUARD
+packetLen(0x03dd, 18)
// Packet: 0x03de
-packetLen(0x03de, 18) // CAH_ACK_GAME_GUARD
+packetLen(0x03de, 18)
// Packet: 0x0436
#if PACKETVER >= 20151230
-packetLen(0x0436, -1) // CZ_ENTER2
+packetLen(0x0436, -1)
#elif PACKETVER >= 20151223
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20151216
-packetLen(0x0436, 12) // CZ_ENTER2
+packetLen(0x0436, 12)
#elif PACKETVER >= 20151209
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20151202
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20151111
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20151104
-packetLen(0x0436, 6) // CZ_ENTER2
+packetLen(0x0436, 6)
#elif PACKETVER >= 20151021
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20151007
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20151001
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20150902
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20150826
-packetLen(0x0436, 18) // CZ_ENTER2
+packetLen(0x0436, 18)
#elif PACKETVER >= 20150805
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20150729
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20150722
-packetLen(0x0436, -1) // CZ_ENTER2
+packetLen(0x0436, -1)
#elif PACKETVER >= 20150715
-packetLen(0x0436, 6) // CZ_ENTER2
+packetLen(0x0436, 6)
#elif PACKETVER >= 20150708
-packetLen(0x0436, -1) // CZ_ENTER2
+packetLen(0x0436, -1)
#elif PACKETVER >= 20150701
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20150624
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20150617
-packetLen(0x0436, 19) // CZ_ENTER2
+packetLen(0x0436, 19)
#elif PACKETVER >= 20150603
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20150527
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20150429
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20150422
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20150318
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20150311
-packetLen(0x0436, -1) // CZ_ENTER2
+packetLen(0x0436, -1)
#elif PACKETVER >= 20150304
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20150225
-packetLen(0x0436, 6) // CZ_ENTER2
+packetLen(0x0436, 6)
#elif PACKETVER >= 20150217
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20150211
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20150204
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20150121
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20150114
-packetLen(0x0436, 10) // CZ_ENTER2
+packetLen(0x0436, 10)
#elif PACKETVER >= 20150107
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#endif
// Packet: 0x0437
#if PACKETVER >= 20151230
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20151209
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20151202
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20151125
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20151111
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20151104
-packetLen(0x0437, 6) // CZ_REQUEST_ACT2
+packetLen(0x0437, 6)
#elif PACKETVER >= 20151021
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20151014
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20151001
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20150916
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20150909
-packetLen(0x0437, 8) // CZ_REQUEST_ACT2
+packetLen(0x0437, 8)
#elif PACKETVER >= 20150826
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20150805
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20150729
-packetLen(0x0437, -1) // CZ_REQUEST_ACT2
+packetLen(0x0437, -1)
#elif PACKETVER >= 20150722
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20150715
-packetLen(0x0437, 10) // CZ_REQUEST_ACT2
+packetLen(0x0437, 10)
#elif PACKETVER >= 20150701
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20150617
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20150610
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20150603
-packetLen(0x0437, 8) // CZ_REQUEST_ACT2
+packetLen(0x0437, 8)
#elif PACKETVER >= 20150527
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20150520
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20150422
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20150408
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20150401
-packetLen(0x0437, 6) // CZ_REQUEST_ACT2
+packetLen(0x0437, 6)
#elif PACKETVER >= 20150311
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20150217
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20150211
-packetLen(0x0437, 12) // CZ_REQUEST_ACT2
+packetLen(0x0437, 12)
#elif PACKETVER >= 20150204
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20150128
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20150107
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#endif
// Packet: 0x0438
#if PACKETVER >= 20151209
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20151202
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20151125
-packetLen(0x0438, 6) // CZ_USE_SKILL2
+packetLen(0x0438, 6)
#elif PACKETVER >= 20151021
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20151014
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20151001
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20150916
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20150909
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20150826
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20150805
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20150729
-packetLen(0x0438, 5) // CZ_USE_SKILL2
+packetLen(0x0438, 5)
#elif PACKETVER >= 20150722
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20150715
-packetLen(0x0438, 5) // CZ_USE_SKILL2
+packetLen(0x0438, 5)
#elif PACKETVER >= 20150708
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20150701
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20150617
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20150610
-packetLen(0x0438, -1) // CZ_USE_SKILL2
+packetLen(0x0438, -1)
#elif PACKETVER >= 20150603
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20150527
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20150520
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20150422
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20150318
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20150311
-packetLen(0x0438, -1) // CZ_USE_SKILL2
+packetLen(0x0438, -1)
#elif PACKETVER >= 20150217
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20150211
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20150204
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20150128
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20150107
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#endif
// Packet: 0x0439
-packetLen(0x0439, 8) // CZ_USE_ITEM2
+packetLen(0x0439, 8)
// Packet: 0x043d
-packetLen(0x043d, 8) // ZC_SKILL_POSTDELAY
+packetLen(0x043d, 8)
// Packet: 0x043e
-packetLen(0x043e, -1) // ZC_SKILL_POSTDELAY_LIST
+packetLen(0x043e, -1)
// Packet: 0x043f
-packetLen(0x043f, 25) // ZC_MSG_STATE_CHANGE2
+packetLen(0x043f, 25)
// Packet: 0x0440
-packetLen(0x0440, 10) // ZC_MILLENNIUMSHIELD
+packetLen(0x0440, 10)
// Packet: 0x0441
-packetLen(0x0441, 4) // ZC_SKILLINFO_DELETE
+packetLen(0x0441, 4)
// Packet: 0x0442
-packetLen(0x0442, -1) // ZC_SKILL_SELECT_REQUEST
+packetLen(0x0442, -1)
// Packet: 0x0443
-packetLen(0x0443, 8) // CZ_SKILL_SELECT_RESPONSE
+packetLen(0x0443, 8)
// Packet: 0x0444
-packetLen(0x0444, -1) // ZC_SIMPLE_CASH_POINT_ITEMLIST
+packetLen(0x0444, -1)
// Packet: 0x0445
-packetLen(0x0445, 10) // CZ_SIMPLE_BUY_CASH_POINT_ITEM
+packetLen(0x0445, 10)
// Packet: 0x0446
-packetLen(0x0446, 14) // ZC_QUEST_NOTIFY_EFFECT
+packetLen(0x0446, 14)
// Packet: 0x0447
-packetLen(0x0447, 2) // CZ_BLOCKING_PLAY_CANCEL
+packetLen(0x0447, 2)
// Packet: 0x0448
-packetLen(0x0448, -1) // HC_CHARACTER_LIST
+packetLen(0x0448, -1)
// Packet: 0x0449
-packetLen(0x0449, 4) // ZC_HACKSH_ERROR_MSG
+packetLen(0x0449, 4)
// Packet: 0x044a
-packetLen(0x044a, 6) // CZ_CLIENT_VERSION
+packetLen(0x044a, 6)
// Packet: 0x044b
-packetLen(0x044b, 2) // CZ_CLOSE_SIMPLECASH_SHOP
+packetLen(0x044b, 2)
// Packet: 0x07d7
-packetLen(0x07d7, 8) // CZ_GROUPINFO_CHANGE_V2
+packetLen(0x07d7, 8)
// Packet: 0x07d8
-packetLen(0x07d8, 8) // ZC_REQ_GROUPINFO_CHANGE_V2
+packetLen(0x07d8, 8)
// Packet: 0x07d9
-packetLen(0x07d9, 268) // ZC_SHORTCUT_KEY_LIST_V2
+packetLen(0x07d9, 268)
// Packet: 0x07da
-packetLen(0x07da, 6) // CZ_CHANGE_GROUP_MASTER
+packetLen(0x07da, 6)
// Packet: 0x07db
-packetLen(0x07db, 8) // ZC_HO_PAR_CHANGE
+packetLen(0x07db, 8)
// Packet: 0x07dc
-packetLen(0x07dc, 6) // CZ_SEEK_PARTY
+packetLen(0x07dc, 6)
// Packet: 0x07dd
-packetLen(0x07dd, 54) // ZC_SEEK_PARTY
+packetLen(0x07dd, 54)
// Packet: 0x07de
-packetLen(0x07de, 30) // CZ_SEEK_PARTY_MEMBER
+packetLen(0x07de, 30)
// Packet: 0x07df
-packetLen(0x07df, 54) // ZC_SEEK_PARTY_MEMBER
+packetLen(0x07df, 54)
// Packet: 0x07e0
-packetLen(0x07e0, 58) // ZC_ES_NOTI_MYINFO
+packetLen(0x07e0, 58)
// Packet: 0x07e1
-packetLen(0x07e1, 15) // ZC_SKILLINFO_UPDATE2
+packetLen(0x07e1, 15)
// Packet: 0x07e2
-packetLen(0x07e2, 8) // ZC_MSG_VALUE
+packetLen(0x07e2, 8)
// Packet: 0x07e3
-packetLen(0x07e3, 6) // ZC_ITEMLISTWIN_OPEN
+packetLen(0x07e3, 6)
// Packet: 0x07e4
#if PACKETVER >= 20151216
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20151209
-packetLen(0x07e4, 26) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 26)
#elif PACKETVER >= 20151202
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20151104
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20151021
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20151014
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20151001
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20150923
-packetLen(0x07e4, 36) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 36)
#elif PACKETVER >= 20150819
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20150805
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20150708
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20150701
-packetLen(0x07e4, 8) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 8)
#elif PACKETVER >= 20150624
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20150617
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20150610
-packetLen(0x07e4, -1) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, -1)
#elif PACKETVER >= 20150603
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20150527
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20150429
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20150422
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20150325
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20150318
-packetLen(0x07e4, 26) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 26)
#elif PACKETVER >= 20150225
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20150204
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20150128
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20150121
-packetLen(0x07e4, -1) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, -1)
#elif PACKETVER >= 20150107
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#endif
// Packet: 0x07e5
-packetLen(0x07e5, 4) // CH_ENTER_CHECKBOT
+packetLen(0x07e5, 4)
// Packet: 0x07e6
-packetLen(0x07e6, 8) // ZC_MSG_SKILL
+packetLen(0x07e6, 8)
// Packet: 0x07e7
-packetLen(0x07e7, 32) // CH_CHECKBOT
+packetLen(0x07e7, 32)
// Packet: 0x07e8
-packetLen(0x07e8, -1) // HC_CHECKBOT
+packetLen(0x07e8, -1)
// Packet: 0x07e9
-packetLen(0x07e9, 5) // HC_CHECKBOT_RESULT
+packetLen(0x07e9, 5)
// Packet: 0x07ea
-packetLen(0x07ea, 2) // CZ_BATTLE_FIELD_LIST
+packetLen(0x07ea, 2)
// Packet: 0x07eb
-packetLen(0x07eb, -1) // ZC_BATTLE_FIELD_LIST
+packetLen(0x07eb, -1)
// Packet: 0x07ec
#if PACKETVER >= 20151230
-packetLen(0x07ec, 90) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 90)
#elif PACKETVER >= 20151216
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20151209
-packetLen(0x07ec, 6) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 6)
#elif PACKETVER >= 20151202
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20151111
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20151104
-packetLen(0x07ec, 26) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 26)
#elif PACKETVER >= 20151028
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20151021
-packetLen(0x07ec, 5) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 5)
#elif PACKETVER >= 20151014
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20151001
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20150902
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20150826
-packetLen(0x07ec, 7) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 7)
#elif PACKETVER >= 20150819
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20150805
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20150701
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20150624
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20150617
-packetLen(0x07ec, -1) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, -1)
#elif PACKETVER >= 20150603
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20150527
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20150429
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20150422
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20150225
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20150217
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20150211
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20150204
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20150121
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20150107
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#endif
// Packet: 0x07ed
-packetLen(0x07ed, 10) // ZC_JOIN_BATTLE_FIELD
+packetLen(0x07ed, 10)
// Packet: 0x07ee
-packetLen(0x07ee, 6) // CZ_CANCEL_BATTLE_FIELD
+packetLen(0x07ee, 6)
// Packet: 0x07ef
-packetLen(0x07ef, 8) // ZC_CANCEL_BATTLE_FIELD
+packetLen(0x07ef, 8)
// Packet: 0x07f0
-packetLen(0x07f0, 6) // CZ_REQ_BATTLE_STATE_MONITOR
+packetLen(0x07f0, 6)
// Packet: 0x07f1
-packetLen(0x07f1, 18) // ZC_ACK_BATTLE_STATE_MONITOR
+packetLen(0x07f1, 18)
// Packet: 0x07f2
-packetLen(0x07f2, 8) // ZC_BATTLE_NOTI_START_STEP
+packetLen(0x07f2, 8)
// Packet: 0x07f3
-packetLen(0x07f3, 6) // ZC_BATTLE_JOIN_NOTI_DEFER
+packetLen(0x07f3, 6)
// Packet: 0x07f4
-packetLen(0x07f4, 3) // ZC_BATTLE_JOIN_DISABLE_STATE
+packetLen(0x07f4, 3)
// Packet: 0x07f5
-packetLen(0x07f5, 6) // CZ_GM_FULLSTRIP
+packetLen(0x07f5, 6)
// Packet: 0x07f6
-packetLen(0x07f6, 14) // ZC_NOTIFY_EXP
+packetLen(0x07f6, 14)
// Packet: 0x07f7
-packetLen(0x07f7, -1) // ZC_NOTIFY_MOVEENTRY7
+packetLen(0x07f7, -1)
// Packet: 0x07f8
-packetLen(0x07f8, -1) // ZC_NOTIFY_NEWENTRY5
+packetLen(0x07f8, -1)
// Packet: 0x07f9
-packetLen(0x07f9, -1) // ZC_NOTIFY_STANDENTRY5
+packetLen(0x07f9, -1)
// Packet: 0x07fa
-packetLen(0x07fa, 8) // ZC_DELETE_ITEM_FROM_BODY
+packetLen(0x07fa, 8)
// Packet: 0x07fb
-packetLen(0x07fb, 25) // ZC_USESKILL_ACK2
+packetLen(0x07fb, 25)
// Packet: 0x07fc
-packetLen(0x07fc, 10) // ZC_CHANGE_GROUP_MASTER
+packetLen(0x07fc, 10)
// Packet: 0x07fd
-packetLen(0x07fd, -1) // ZC_BROADCASTING_SPECIAL_ITEM_OBTAIN
+packetLen(0x07fd, -1)
// Packet: 0x07fe
-packetLen(0x07fe, 26) // ZC_PLAY_NPC_BGM
+packetLen(0x07fe, 26)
// Packet: 0x0800
-packetLen(0x0800, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC2
+packetLen(0x0800, -1)
// Packet: 0x0801
-packetLen(0x0801, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC2
+packetLen(0x0801, -1)
// Packet: 0x0802
#if PACKETVER >= 20151230
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20151223
-packetLen(0x0802, 4) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 4)
#elif PACKETVER >= 20151209
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20151202
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20151125
-packetLen(0x0802, -1) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, -1)
#elif PACKETVER >= 20151118
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20151111
-packetLen(0x0802, 4) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 4)
#elif PACKETVER >= 20151104
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20151028
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20151014
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20151001
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20150909
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20150902
-packetLen(0x0802, 36) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 36)
#elif PACKETVER >= 20150819
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20150805
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20150708
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20150701
-packetLen(0x0802, 6) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 6)
#elif PACKETVER >= 20150624
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20150603
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20150527
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20150429
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20150422
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20150401
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20150325
-packetLen(0x0802, 4) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 4)
#elif PACKETVER >= 20150318
-packetLen(0x0802, -1) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, -1)
#elif PACKETVER >= 20150311
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20150304
-packetLen(0x0802, 4) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 4)
#elif PACKETVER >= 20150225
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20150217
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20150211
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20150204
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20150121
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20150107
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#endif
// Packet: 0x0803
-packetLen(0x0803, 4) // ZC_PARTY_BOOKING_ACK_REGISTER
+packetLen(0x0803, 4)
// Packet: 0x0804
-packetLen(0x0804, 14) // CZ_PARTY_BOOKING_REQ_SEARCH
+packetLen(0x0804, 14)
// Packet: 0x0805
-packetLen(0x0805, -1) // ZC_PARTY_BOOKING_ACK_SEARCH
+packetLen(0x0805, -1)
// Packet: 0x0806
-packetLen(0x0806, 2) // CZ_PARTY_BOOKING_REQ_DELETE
+packetLen(0x0806, 2)
// Packet: 0x0807
-packetLen(0x0807, 4) // ZC_PARTY_BOOKING_ACK_DELETE
+packetLen(0x0807, 4)
// Packet: 0x0808
-packetLen(0x0808, 14) // CZ_PARTY_BOOKING_REQ_UPDATE
+packetLen(0x0808, 14)
// Packet: 0x0809
-packetLen(0x0809, 50) // ZC_PARTY_BOOKING_NOTIFY_INSERT
+packetLen(0x0809, 50)
// Packet: 0x080a
-packetLen(0x080a, 18) // ZC_PARTY_BOOKING_NOTIFY_UPDATE
+packetLen(0x080a, 18)
// Packet: 0x080b
-packetLen(0x080b, 6) // ZC_PARTY_BOOKING_NOTIFY_DELETE
+packetLen(0x080b, 6)
// Packet: 0x080c
-packetLen(0x080c, 2) // CZ_SIMPLE_CASH_BTNSHOW
+packetLen(0x080c, 2)
// Packet: 0x080d
-packetLen(0x080d, 3) // ZC_SIMPLE_CASH_BTNSHOW
+packetLen(0x080d, 3)
// Packet: 0x080e
-packetLen(0x080e, 14) // ZC_NOTIFY_HP_TO_GROUPM_R2
+packetLen(0x080e, 14)
// Packet: 0x080f
-packetLen(0x080f, 20) // ZC_ADD_EXCHANGE_ITEM2
+packetLen(0x080f, 20)
// Packet: 0x0810
-packetLen(0x0810, 3) // ZC_OPEN_BUYING_STORE
+packetLen(0x0810, 3)
// Packet: 0x0811
#if PACKETVER >= 20151230
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20151216
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20151209
-packetLen(0x0811, 6) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 6)
#elif PACKETVER >= 20151202
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20151125
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20151111
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20151104
-packetLen(0x0811, 18) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 18)
#elif PACKETVER >= 20151021
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20151014
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20151007
-packetLen(0x0811, 26) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 26)
#elif PACKETVER >= 20151001
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20150916
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20150909
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20150826
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20150805
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20150715
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20150708
-packetLen(0x0811, 19) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 19)
#elif PACKETVER >= 20150701
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20150624
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20150617
-packetLen(0x0811, 8) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 8)
#elif PACKETVER >= 20150610
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20150603
-packetLen(0x0811, 5) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 5)
#elif PACKETVER >= 20150527
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20150520
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20150422
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20150325
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20150318
-packetLen(0x0811, 19) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 19)
#elif PACKETVER >= 20150311
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20150217
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20150211
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20150204
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20150128
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20150107
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#endif
// Packet: 0x0812
-packetLen(0x0812, 8) // ZC_FAILED_OPEN_BUYING_STORE_TO_BUYER
+packetLen(0x0812, 8)
// Packet: 0x0813
-packetLen(0x0813, -1) // ZC_MYITEMLIST_BUYING_STORE
+packetLen(0x0813, -1)
// Packet: 0x0814
-packetLen(0x0814, 86) // ZC_BUYING_STORE_ENTRY
+packetLen(0x0814, 86)
// Packet: 0x0815
#if PACKETVER >= 20151230
-packetLen(0x0815, 19) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 19)
#elif PACKETVER >= 20151223
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20151209
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20151202
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20151125
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20151118
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20151111
-packetLen(0x0815, 26) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 26)
#elif PACKETVER >= 20151021
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20151014
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20151001
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20150916
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20150909
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20150826
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20150805
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20150715
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20150708
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20150701
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20150617
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20150603
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20150527
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20150520
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20150422
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20150318
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20150311
-packetLen(0x0815, 19) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 19)
#elif PACKETVER >= 20150217
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20150211
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20150204
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20150128
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20150107
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#endif
// Packet: 0x0816
-packetLen(0x0816, 6) // ZC_DISAPPEAR_BUYING_STORE_ENTRY
+packetLen(0x0816, 6)
// Packet: 0x0817
#if PACKETVER >= 20151021
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20151014
-packetLen(0x0817, 26) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 26)
#elif PACKETVER >= 20151001
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20150923
-packetLen(0x0817, -1) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, -1)
#elif PACKETVER >= 20150729
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20150722
-packetLen(0x0817, 19) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 19)
#elif PACKETVER >= 20150520
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20150513
-packetLen(0x0817, 5) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 5)
#elif PACKETVER >= 20150507
-packetLen(0x0817, 6) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 6)
#elif PACKETVER >= 20150422
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20150415
-packetLen(0x0817, 6) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 6)
#elif PACKETVER >= 20150304
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20150225
-packetLen(0x0817, 6) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 6)
#elif PACKETVER >= 20150217
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20150211
-packetLen(0x0817, 10) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 10)
#elif PACKETVER >= 20150107
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#endif
// Packet: 0x0818
-packetLen(0x0818, -1) // ZC_ACK_ITEMLIST_BUYING_STORE
+packetLen(0x0818, -1)
// Packet: 0x0819
#if PACKETVER >= 20151230
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20151209
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20151202
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20151125
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20151021
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20151014
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20151001
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20150916
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20150909
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20150902
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20150826
-packetLen(0x0819, 6) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 6)
#elif PACKETVER >= 20150805
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20150715
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20150708
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20150701
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20150617
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20150610
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20150603
-packetLen(0x0819, 6) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 6)
#elif PACKETVER >= 20150527
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20150520
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20150422
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20150415
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20150408
-packetLen(0x0819, 8) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 8)
#elif PACKETVER >= 20150401
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20150325
-packetLen(0x0819, 6) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 6)
#elif PACKETVER >= 20150311
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20150304
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20150225
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20150217
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20150211
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20150204
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20150128
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20150107
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#endif
// Packet: 0x081a
-packetLen(0x081a, 4) // ZC_FAILED_TRADE_BUYING_STORE_TO_BUYER
+packetLen(0x081a, 4)
// Packet: 0x081b
-packetLen(0x081b, 10) // ZC_UPDATE_ITEM_FROM_BUYING_STORE
+packetLen(0x081b, 10)
// Packet: 0x081c
-packetLen(0x081c, 10) // ZC_ITEM_DELETE_BUYING_STORE
+packetLen(0x081c, 10)
// Packet: 0x081d
-packetLen(0x081d, 22) // ZC_EL_INIT
+packetLen(0x081d, 22)
// Packet: 0x081e
-packetLen(0x081e, 8) // ZC_EL_PAR_CHANGE
+packetLen(0x081e, 8)
// Packet: 0x081f
-packetLen(0x081f, -1) // ZC_BROADCAST4
+packetLen(0x081f, -1)
// Packet: 0x0820
-packetLen(0x0820, 11) // ZC_COSTUME_SPRITE_CHANGE
+packetLen(0x0820, 11)
// Packet: 0x0821
-packetLen(0x0821, 2) // AC_OTP_USER
+packetLen(0x0821, 2)
// Packet: 0x0822
-packetLen(0x0822, 9) // CA_OTP_AUTH_REQ
+packetLen(0x0822, 9)
// Packet: 0x0823
-packetLen(0x0823, -1) // AC_OTP_AUTH_ACK
+packetLen(0x0823, -1)
// Packet: 0x0824
-packetLen(0x0824, 6) // ZC_FAILED_TRADE_BUYING_STORE_TO_SELLER
+packetLen(0x0824, 6)
// Packet: 0x0825
-packetLen(0x0825, -1) // CA_SSO_LOGIN_REQ
+packetLen(0x0825, -1)
// Packet: 0x0827
-packetLen(0x0827, 6) // CH_DELETE_CHAR3_RESERVED
+packetLen(0x0827, 6)
// Packet: 0x0828
-packetLen(0x0828, 14) // HC_DELETE_CHAR3_RESERVED
+packetLen(0x0828, 14)
// Packet: 0x0829
-packetLen(0x0829, 12) // CH_DELETE_CHAR3
+packetLen(0x0829, 12)
// Packet: 0x082a
-packetLen(0x082a, 10) // HC_DELETE_CHAR3
+packetLen(0x082a, 10)
// Packet: 0x082b
-packetLen(0x082b, 6) // CH_DELETE_CHAR3_CANCEL
+packetLen(0x082b, 6)
// Packet: 0x082c
-packetLen(0x082c, 10) // HC_DELETE_CHAR3_CANCEL
+packetLen(0x082c, 10)
// Packet: 0x082d
-packetLen(0x082d, -1) // HC_ACCEPT_ENTER2
+packetLen(0x082d, -1)
// Packet: 0x0835
#if PACKETVER >= 20150923
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20150916
-packetLen(0x0835, 6) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 6)
#elif PACKETVER >= 20150722
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20150715
-packetLen(0x0835, -1) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, -1)
#elif PACKETVER >= 20150617
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20150610
-packetLen(0x0835, 8) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 8)
#elif PACKETVER >= 20150422
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20150415
-packetLen(0x0835, 6) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 6)
#elif PACKETVER >= 20150217
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20150211
-packetLen(0x0835, 8) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 8)
#elif PACKETVER >= 20150107
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#endif
// Packet: 0x0836
-packetLen(0x0836, -1) // ZC_SEARCH_STORE_INFO_ACK
+packetLen(0x0836, -1)
// Packet: 0x0837
-packetLen(0x0837, 3) // ZC_SEARCH_STORE_INFO_FAILED
+packetLen(0x0837, 3)
// Packet: 0x0838
#if PACKETVER >= 20151230
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20151209
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20151202
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20151125
-packetLen(0x0838, 18) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 18)
#elif PACKETVER >= 20151021
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20151014
-packetLen(0x0838, -1) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, -1)
#elif PACKETVER >= 20151001
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20150916
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20150909
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20150826
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20150805
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20150715
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20150708
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20150701
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20150617
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20150603
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20150527
-packetLen(0x0838, 10) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 10)
#elif PACKETVER >= 20150520
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20150422
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20150318
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20150311
-packetLen(0x0838, 10) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 10)
#elif PACKETVER >= 20150217
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20150211
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20150204
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20150128
-packetLen(0x0838, 7) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 7)
#elif PACKETVER >= 20150107
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#endif
// Packet: 0x0839
-packetLen(0x0839, 66) // ZC_ACK_BAN_GUILD_SSO
+packetLen(0x0839, 66)
// Packet: 0x083a
-packetLen(0x083a, 5) // ZC_OPEN_SEARCH_STORE_INFO
+packetLen(0x083a, 5)
// Packet: 0x083b
-packetLen(0x083b, 2) // CZ_CLOSE_SEARCH_STORE_INFO
+packetLen(0x083b, 2)
// Packet: 0x083c
#if PACKETVER >= 20151230
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20151209
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20151202
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20151125
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20151021
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20151014
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20151001
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20150916
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20150909
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20150902
-packetLen(0x083c, -1) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, -1)
#elif PACKETVER >= 20150819
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20150805
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20150722
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20150715
-packetLen(0x083c, 7) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 7)
#elif PACKETVER >= 20150708
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20150701
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20150617
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20150603
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20150527
-packetLen(0x083c, 36) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 36)
#elif PACKETVER >= 20150520
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20150422
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20150408
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20150401
-packetLen(0x083c, -1) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, -1)
#elif PACKETVER >= 20150311
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20150217
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20150211
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20150204
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20150128
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20150121
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20150114
-packetLen(0x083c, 19) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 19)
#elif PACKETVER >= 20150107
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#endif
// Packet: 0x083d
-packetLen(0x083d, 6) // ZC_SSILIST_ITEM_CLICK_ACK
+packetLen(0x083d, 6)
// Packet: 0x083e
-packetLen(0x083e, 26) // AC_REFUSE_LOGIN2
+packetLen(0x083e, 26)
// Packet: 0x0840
-packetLen(0x0840, -1) // HC_NOTIFY_ACCESSIBLE_MAPNAME
+packetLen(0x0840, -1)
// Packet: 0x0841
-packetLen(0x0841, 4) // CH_SELECT_ACCESSIBLE_MAPNAME
+packetLen(0x0841, 4)
// Packet: 0x0842
-packetLen(0x0842, 6) // CZ_RECALL_SSO
+packetLen(0x0842, 6)
// Packet: 0x0843
-packetLen(0x0843, 6) // CZ_REMOVE_AID_SSO
+packetLen(0x0843, 6)
// Packet: 0x0844
-packetLen(0x0844, 2) // CZ_SE_CASHSHOP_OPEN
+packetLen(0x0844, 2)
// Packet: 0x0845
-packetLen(0x0845, 10) // ZC_SE_CASHSHOP_OPEN
+packetLen(0x0845, 10)
// Packet: 0x0846
-packetLen(0x0846, 4) // CZ_REQ_SE_CASH_TAB_CODE
+packetLen(0x0846, 4)
// Packet: 0x0847
-packetLen(0x0847, -1) // ZC_ACK_SE_CASH_ITEM_LIST
+packetLen(0x0847, -1)
// Packet: 0x0848
-packetLen(0x0848, -1) // CZ_SE_PC_BUY_CASHITEM_LIST
+packetLen(0x0848, -1)
// Packet: 0x0849
-packetLen(0x0849, 16) // ZC_SE_PC_BUY_CASHITEM_RESULT
+packetLen(0x0849, 16)
// Packet: 0x084a
-packetLen(0x084a, 2) // CZ_SE_CASHSHOP_CLOSE
+packetLen(0x084a, 2)
// Packet: 0x084b
-packetLen(0x084b, 19) // ZC_ITEM_FALL_ENTRY4
+packetLen(0x084b, 19)
// Packet: 0x084c
-packetLen(0x084c, 10) // CZ_MACRO_USE_SKILL
+packetLen(0x084c, 10)
// Packet: 0x084d
-packetLen(0x084d, 10) // CZ_MACRO_USE_SKILL_TOGROUND
+packetLen(0x084d, 10)
// Packet: 0x084e
-packetLen(0x084e, 5) // CZ_MACRO_REQUEST_MOVE
+packetLen(0x084e, 5)
// Packet: 0x084f
-packetLen(0x084f, 6) // CZ_MACRO_ITEM_PICKUP
+packetLen(0x084f, 6)
// Packet: 0x0850
-packetLen(0x0850, 7) // CZ_MACRO_REQUEST_ACT
+packetLen(0x0850, 7)
// Packet: 0x0851
-packetLen(0x0851, -1) // ZC_GPK_DYNCODE
+packetLen(0x0851, -1)
// Packet: 0x0852
-packetLen(0x0852, 2) // CZ_GPK_DYNCODE_RELOAD
+packetLen(0x0852, 2)
// Packet: 0x0853
-packetLen(0x0853, -1) // ZC_GPK_AUTH
+packetLen(0x0853, -1)
// Packet: 0x0854
-packetLen(0x0854, -1) // CZ_GPK_AUTH
+packetLen(0x0854, -1)
// Packet: 0x0855
-packetLen(0x0855, 6) // ZC_MACRO_ITEMPICKUP_FAIL
+packetLen(0x0855, 6)
// Packet: 0x0856
-packetLen(0x0856, -1) // ZC_NOTIFY_MOVEENTRY8
+packetLen(0x0856, -1)
// Packet: 0x0857
-packetLen(0x0857, -1) // ZC_NOTIFY_STANDENTRY7
+packetLen(0x0857, -1)
// Packet: 0x0858
-packetLen(0x0858, -1) // ZC_NOTIFY_NEWENTRY6
+packetLen(0x0858, -1)
// Packet: 0x0859
-packetLen(0x0859, -1) // ZC_EQUIPWIN_MICROSCOPE2
+packetLen(0x0859, -1)
// Packet: 0x085a
#if PACKETVER >= 20151021
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20151014
-packetLen(0x085a, 10) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 10)
#elif PACKETVER >= 20150513
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20150507
-packetLen(0x085a, 8) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 8)
#elif PACKETVER >= 20150415
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20150408
-packetLen(0x085a, 6) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 6)
#elif PACKETVER >= 20150204
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20150128
-packetLen(0x085a, -1) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, -1)
#elif PACKETVER >= 20150107
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#endif
// Packet: 0x085b
#if PACKETVER >= 20151230
-packetLen(0x085b, -1) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, -1)
#elif PACKETVER >= 20151223
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
#elif PACKETVER >= 20151216
-packetLen(0x085b, 6) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 6)
#elif PACKETVER >= 20151209
-packetLen(0x085b, 36) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 36)
#elif PACKETVER >= 20150909
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
#elif PACKETVER >= 20150902
-packetLen(0x085b, 7) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 7)
#elif PACKETVER >= 20150805
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
#elif PACKETVER >= 20150729
-packetLen(0x085b, 8) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 8)
#elif PACKETVER >= 20150225
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
#elif PACKETVER >= 20150217
-packetLen(0x085b, 36) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 36)
#elif PACKETVER >= 20150107
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
#endif
// Packet: 0x085c
#if PACKETVER >= 20151021
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
#elif PACKETVER >= 20151014
-packetLen(0x085c, 7) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 7)
#elif PACKETVER >= 20151001
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
#elif PACKETVER >= 20150923
-packetLen(0x085c, 6) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 6)
#elif PACKETVER >= 20150722
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
#elif PACKETVER >= 20150715
-packetLen(0x085c, 6) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 6)
#elif PACKETVER >= 20150415
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
#elif PACKETVER >= 20150408
-packetLen(0x085c, 10) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 10)
#elif PACKETVER >= 20150107
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
#endif
// Packet: 0x085d
#if PACKETVER >= 20151216
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
#elif PACKETVER >= 20151209
-packetLen(0x085d, 6) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 6)
#elif PACKETVER >= 20151118
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
#elif PACKETVER >= 20151111
-packetLen(0x085d, -1) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, -1)
#elif PACKETVER >= 20151001
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
#elif PACKETVER >= 20150923
-packetLen(0x085d, 26) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 26)
#elif PACKETVER >= 20150909
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
#elif PACKETVER >= 20150902
-packetLen(0x085d, 6) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 6)
#elif PACKETVER >= 20150826
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
#elif PACKETVER >= 20150819
-packetLen(0x085d, 8) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 8)
#elif PACKETVER >= 20150401
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
#elif PACKETVER >= 20150325
-packetLen(0x085d, 6) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 6)
#elif PACKETVER >= 20150107
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
#endif
// Packet: 0x085e
#if PACKETVER >= 20151216
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#elif PACKETVER >= 20151209
-packetLen(0x085e, -1) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, -1)
#elif PACKETVER >= 20151202
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#elif PACKETVER >= 20151125
-packetLen(0x085e, 6) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 6)
#elif PACKETVER >= 20150923
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#elif PACKETVER >= 20150916
-packetLen(0x085e, 8) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 8)
#elif PACKETVER >= 20150715
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#elif PACKETVER >= 20150708
-packetLen(0x085e, 8) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 8)
#elif PACKETVER >= 20150527
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#elif PACKETVER >= 20150520
-packetLen(0x085e, 6) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 6)
#elif PACKETVER >= 20150422
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#elif PACKETVER >= 20150415
-packetLen(0x085e, 4) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 4)
#elif PACKETVER >= 20150408
-packetLen(0x085e, 5) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 5)
#elif PACKETVER >= 20150401
-packetLen(0x085e, 12) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 12)
#elif PACKETVER >= 20150107
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#endif
// Packet: 0x085f
#if PACKETVER >= 20151202
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#elif PACKETVER >= 20151125
-packetLen(0x085f, 8) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 8)
#elif PACKETVER >= 20150107
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#endif
// Packet: 0x0860
#if PACKETVER >= 20151104
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#elif PACKETVER >= 20151028
-packetLen(0x0860, 36) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 36)
#elif PACKETVER >= 20151021
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#elif PACKETVER >= 20151014
-packetLen(0x0860, 6) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 6)
#elif PACKETVER >= 20150805
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#elif PACKETVER >= 20150729
-packetLen(0x0860, 6) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 6)
#elif PACKETVER >= 20150610
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#elif PACKETVER >= 20150603
-packetLen(0x0860, 90) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 90)
#elif PACKETVER >= 20150107
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#endif
// Packet: 0x0861
#if PACKETVER >= 20151230
-packetLen(0x0861, 26) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 26)
#elif PACKETVER >= 20151216
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#elif PACKETVER >= 20151209
-packetLen(0x0861, -1) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, -1)
#elif PACKETVER >= 20150916
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#elif PACKETVER >= 20150909
-packetLen(0x0861, 4) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 4)
#elif PACKETVER >= 20150902
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#elif PACKETVER >= 20150826
-packetLen(0x0861, 8) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 8)
#elif PACKETVER >= 20150107
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#endif
// Packet: 0x0862
#if PACKETVER >= 20151118
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#elif PACKETVER >= 20151111
-packetLen(0x0862, 6) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 6)
#elif PACKETVER >= 20151014
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#elif PACKETVER >= 20151007
-packetLen(0x0862, 4) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 4)
#elif PACKETVER >= 20150826
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#elif PACKETVER >= 20150819
-packetLen(0x0862, 8) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 8)
#elif PACKETVER >= 20150325
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#elif PACKETVER >= 20150318
-packetLen(0x0862, -1) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, -1)
#elif PACKETVER >= 20150311
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#elif PACKETVER >= 20150304
-packetLen(0x0862, 8) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 8)
#elif PACKETVER >= 20150217
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#elif PACKETVER >= 20150211
-packetLen(0x0862, -1) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, -1)
#elif PACKETVER >= 20150107
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#endif
// Packet: 0x0863
#if PACKETVER >= 20151021
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20151014
-packetLen(0x0863, 5) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 5)
#elif PACKETVER >= 20150909
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20150902
-packetLen(0x0863, 10) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 10)
#elif PACKETVER >= 20150422
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20150415
-packetLen(0x0863, -1) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, -1)
#elif PACKETVER >= 20150325
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20150318
-packetLen(0x0863, 6) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 6)
#elif PACKETVER >= 20150217
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20150211
-packetLen(0x0863, 10) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 10)
#elif PACKETVER >= 20150107
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#endif
// Packet: 0x0864
#if PACKETVER >= 20151230
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#elif PACKETVER >= 20151223
-packetLen(0x0864, 6) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 6)
#elif PACKETVER >= 20151216
-packetLen(0x0864, 8) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 8)
#elif PACKETVER >= 20151001
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#elif PACKETVER >= 20150923
-packetLen(0x0864, 5) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 5)
#elif PACKETVER >= 20150610
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#elif PACKETVER >= 20150603
-packetLen(0x0864, 26) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 26)
#elif PACKETVER >= 20150520
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#elif PACKETVER >= 20150513
-packetLen(0x0864, 8) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 8)
#elif PACKETVER >= 20150507
-packetLen(0x0864, 26) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 26)
#elif PACKETVER >= 20150204
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#elif PACKETVER >= 20150128
-packetLen(0x0864, 10) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 10)
#elif PACKETVER >= 20150107
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#endif
// Packet: 0x0865
#if PACKETVER >= 20151223
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#elif PACKETVER >= 20151216
-packetLen(0x0865, 10) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 10)
#elif PACKETVER >= 20150902
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#elif PACKETVER >= 20150826
-packetLen(0x0865, 5) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 5)
#elif PACKETVER >= 20150819
-packetLen(0x0865, 26) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 26)
#elif PACKETVER >= 20150527
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#elif PACKETVER >= 20150520
-packetLen(0x0865, 19) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 19)
#elif PACKETVER >= 20150415
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#elif PACKETVER >= 20150408
-packetLen(0x0865, 7) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 7)
#elif PACKETVER >= 20150107
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#endif
// Packet: 0x0866
#if PACKETVER >= 20151230
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
#elif PACKETVER >= 20151223
-packetLen(0x0866, 19) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 19)
#elif PACKETVER >= 20151216
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
#elif PACKETVER >= 20151209
-packetLen(0x0866, 5) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 5)
#elif PACKETVER >= 20150107
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
#endif
// Packet: 0x0867
#if PACKETVER >= 20151021
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#elif PACKETVER >= 20151014
-packetLen(0x0867, -1) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, -1)
#elif PACKETVER >= 20150610
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#elif PACKETVER >= 20150603
-packetLen(0x0867, 8) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 8)
#elif PACKETVER >= 20150507
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#elif PACKETVER >= 20150429
-packetLen(0x0867, 36) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 36)
#elif PACKETVER >= 20150422
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#elif PACKETVER >= 20150415
-packetLen(0x0867, 26) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 26)
#elif PACKETVER >= 20150304
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#elif PACKETVER >= 20150225
-packetLen(0x0867, 18) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 18)
#elif PACKETVER >= 20150107
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#endif
// Packet: 0x0868
#if PACKETVER >= 20150527
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#elif PACKETVER >= 20150520
-packetLen(0x0868, -1) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, -1)
#elif PACKETVER >= 20150422
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#elif PACKETVER >= 20150415
-packetLen(0x0868, 10) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 10)
#elif PACKETVER >= 20150408
-packetLen(0x0868, -1) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, -1)
#elif PACKETVER >= 20150121
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#elif PACKETVER >= 20150114
-packetLen(0x0868, 26) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 26)
#elif PACKETVER >= 20150107
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#endif
// Packet: 0x0869
#if PACKETVER >= 20151230
-packetLen(0x0869, 5) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 5)
#elif PACKETVER >= 20150923
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#elif PACKETVER >= 20150916
-packetLen(0x0869, 7) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 7)
#elif PACKETVER >= 20150729
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#elif PACKETVER >= 20150722
-packetLen(0x0869, 6) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 6)
#elif PACKETVER >= 20150624
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#elif PACKETVER >= 20150617
-packetLen(0x0869, 8) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 8)
#elif PACKETVER >= 20150422
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#elif PACKETVER >= 20150415
-packetLen(0x0869, 5) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 5)
#elif PACKETVER >= 20150107
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#endif
// Packet: 0x086a
#if PACKETVER >= 20151223
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#elif PACKETVER >= 20151216
-packetLen(0x086a, 8) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 8)
#elif PACKETVER >= 20151028
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#elif PACKETVER >= 20151021
-packetLen(0x086a, 26) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 26)
#elif PACKETVER >= 20150624
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#elif PACKETVER >= 20150617
-packetLen(0x086a, 18) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 18)
#elif PACKETVER >= 20150610
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#elif PACKETVER >= 20150603
-packetLen(0x086a, 8) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 8)
#elif PACKETVER >= 20150507
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#elif PACKETVER >= 20150429
-packetLen(0x086a, 19) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 19)
#elif PACKETVER >= 20150318
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#elif PACKETVER >= 20150311
-packetLen(0x086a, 6) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 6)
#elif PACKETVER >= 20150107
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#endif
// Packet: 0x086b
#if PACKETVER >= 20151125
-packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 2)
#elif PACKETVER >= 20151118
-packetLen(0x086b, 8) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 8)
#elif PACKETVER >= 20150902
-packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 2)
#elif PACKETVER >= 20150826
-packetLen(0x086b, 10) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 10)
#elif PACKETVER >= 20150624
-packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 2)
#elif PACKETVER >= 20150617
-packetLen(0x086b, 5) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 5)
#elif PACKETVER >= 20150415
-packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 2)
#elif PACKETVER >= 20150408
-packetLen(0x086b, -1) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, -1)
#elif PACKETVER >= 20150107
-packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 2)
#endif
// Packet: 0x086c
#if PACKETVER >= 20150805
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#elif PACKETVER >= 20150729
-packetLen(0x086c, 8) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 8)
#elif PACKETVER >= 20150422
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#elif PACKETVER >= 20150415
-packetLen(0x086c, 7) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 7)
#elif PACKETVER >= 20150318
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#elif PACKETVER >= 20150311
-packetLen(0x086c, 36) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 36)
#elif PACKETVER >= 20150107
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#endif
// Packet: 0x086d
#if PACKETVER >= 20150805
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#elif PACKETVER >= 20150729
-packetLen(0x086d, 18) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 18)
#elif PACKETVER >= 20150708
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#elif PACKETVER >= 20150701
-packetLen(0x086d, -1) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, -1)
#elif PACKETVER >= 20150311
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#elif PACKETVER >= 20150304
-packetLen(0x086d, -1) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, -1)
#elif PACKETVER >= 20150204
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#elif PACKETVER >= 20150128
-packetLen(0x086d, 8) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 8)
#elif PACKETVER >= 20150107
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#endif
// Packet: 0x086e
#if PACKETVER >= 20151230
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
#elif PACKETVER >= 20151223
-packetLen(0x086e, 10) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 10)
#elif PACKETVER >= 20151216
-packetLen(0x086e, 26) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 26)
#elif PACKETVER >= 20150805
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
#elif PACKETVER >= 20150729
-packetLen(0x086e, 5) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 5)
#elif PACKETVER >= 20150415
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
#elif PACKETVER >= 20150408
-packetLen(0x086e, 10) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 10)
#elif PACKETVER >= 20150107
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
#endif
// Packet: 0x086f
#if PACKETVER >= 20151001
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#elif PACKETVER >= 20150923
-packetLen(0x086f, 10) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 10)
#elif PACKETVER >= 20150909
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#elif PACKETVER >= 20150902
-packetLen(0x086f, 10) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 10)
#elif PACKETVER >= 20150805
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#elif PACKETVER >= 20150729
-packetLen(0x086f, 8) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 8)
#elif PACKETVER >= 20150722
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#elif PACKETVER >= 20150715
-packetLen(0x086f, 8) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 8)
#elif PACKETVER >= 20150408
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#elif PACKETVER >= 20150401
-packetLen(0x086f, 5) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 5)
#elif PACKETVER >= 20150325
-packetLen(0x086f, -1) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, -1)
#elif PACKETVER >= 20150107
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#endif
// Packet: 0x0870
#if PACKETVER >= 20151223
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#elif PACKETVER >= 20151216
-packetLen(0x0870, -1) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, -1)
#elif PACKETVER >= 20151209
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#elif PACKETVER >= 20151202
-packetLen(0x0870, 36) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 36)
#elif PACKETVER >= 20151001
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#elif PACKETVER >= 20150923
-packetLen(0x0870, 5) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 5)
#elif PACKETVER >= 20150902
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#elif PACKETVER >= 20150826
-packetLen(0x0870, -1) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, -1)
#elif PACKETVER >= 20150805
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#elif PACKETVER >= 20150729
-packetLen(0x0870, 6) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 6)
#elif PACKETVER >= 20150701
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#elif PACKETVER >= 20150624
-packetLen(0x0870, 36) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 36)
#elif PACKETVER >= 20150610
-packetLen(0x0870, 26) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 26)
#elif PACKETVER >= 20150217
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#elif PACKETVER >= 20150211
-packetLen(0x0870, 6) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 6)
#elif PACKETVER >= 20150204
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#elif PACKETVER >= 20150128
-packetLen(0x0870, 5) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 5)
#elif PACKETVER >= 20150107
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#endif
// Packet: 0x0871
#if PACKETVER >= 20151118
-packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 2)
#elif PACKETVER >= 20151111
-packetLen(0x0871, 26) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 26)
#elif PACKETVER >= 20150916
-packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 2)
#elif PACKETVER >= 20150909
-packetLen(0x0871, -1) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, -1)
#elif PACKETVER >= 20150826
-packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 2)
#elif PACKETVER >= 20150819
-packetLen(0x0871, 18) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 18)
#elif PACKETVER >= 20150107
-packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 2)
#endif
// Packet: 0x0872
@@ -4535,3928 +4535,3928 @@ packetLen(0x0872, 2)
// Packet: 0x0873
#if PACKETVER >= 20150923
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#elif PACKETVER >= 20150916
-packetLen(0x0873, 90) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 90)
#elif PACKETVER >= 20150722
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#elif PACKETVER >= 20150715
-packetLen(0x0873, 6) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 6)
#elif PACKETVER >= 20150610
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#elif PACKETVER >= 20150603
-packetLen(0x0873, 7) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 7)
#elif PACKETVER >= 20150325
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#elif PACKETVER >= 20150318
-packetLen(0x0873, 36) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 36)
#elif PACKETVER >= 20150217
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#elif PACKETVER >= 20150211
-packetLen(0x0873, 5) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 5)
#elif PACKETVER >= 20150107
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#endif
// Packet: 0x0874
#if PACKETVER >= 20151223
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#elif PACKETVER >= 20151216
-packetLen(0x0874, 90) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 90)
#elif PACKETVER >= 20151021
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#elif PACKETVER >= 20151014
-packetLen(0x0874, 10) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 10)
#elif PACKETVER >= 20150204
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#elif PACKETVER >= 20150128
-packetLen(0x0874, 6) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 6)
#elif PACKETVER >= 20150107
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#endif
// Packet: 0x0875
#if PACKETVER >= 20151230
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20151223
-packetLen(0x0875, 10) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 10)
#elif PACKETVER >= 20150408
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20150401
-packetLen(0x0875, -1) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, -1)
#elif PACKETVER >= 20150204
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20150128
-packetLen(0x0875, -1) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, -1)
#elif PACKETVER >= 20150107
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#endif
// Packet: 0x0876
#if PACKETVER >= 20151230
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
#elif PACKETVER >= 20151223
-packetLen(0x0876, 6) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 6)
#elif PACKETVER >= 20150204
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
#elif PACKETVER >= 20150128
-packetLen(0x0876, 5) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 5)
#elif PACKETVER >= 20150107
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
#endif
// Packet: 0x0877
#if PACKETVER >= 20150923
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#elif PACKETVER >= 20150916
-packetLen(0x0877, 5) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 5)
#elif PACKETVER >= 20150617
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#elif PACKETVER >= 20150610
-packetLen(0x0877, 6) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 6)
#elif PACKETVER >= 20150603
-packetLen(0x0877, -1) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, -1)
#elif PACKETVER >= 20150107
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#endif
// Packet: 0x0878
#if PACKETVER >= 20150729
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#elif PACKETVER >= 20150722
-packetLen(0x0878, 10) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 10)
#elif PACKETVER >= 20150415
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#elif PACKETVER >= 20150408
-packetLen(0x0878, 26) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 26)
#elif PACKETVER >= 20150107
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#endif
// Packet: 0x0879
#if PACKETVER >= 20151001
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
#elif PACKETVER >= 20150923
-packetLen(0x0879, 8) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 8)
#elif PACKETVER >= 20150722
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
#elif PACKETVER >= 20150715
-packetLen(0x0879, 19) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 19)
#elif PACKETVER >= 20150520
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
#elif PACKETVER >= 20150513
-packetLen(0x0879, 8) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 8)
#elif PACKETVER >= 20150311
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
#elif PACKETVER >= 20150304
-packetLen(0x0879, 5) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 5)
#elif PACKETVER >= 20150107
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
#endif
// Packet: 0x087a
#if PACKETVER >= 20151216
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
#elif PACKETVER >= 20151209
-packetLen(0x087a, 12) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 12)
#elif PACKETVER >= 20150624
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
#elif PACKETVER >= 20150617
-packetLen(0x087a, 8) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 8)
#elif PACKETVER >= 20150107
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
#endif
// Packet: 0x087b
#if PACKETVER >= 20150916
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#elif PACKETVER >= 20150909
-packetLen(0x087b, 18) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 18)
#elif PACKETVER >= 20150902
-packetLen(0x087b, 5) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 5)
#elif PACKETVER >= 20150826
-packetLen(0x087b, 6) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 6)
#elif PACKETVER >= 20150729
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#elif PACKETVER >= 20150722
-packetLen(0x087b, 18) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 18)
#elif PACKETVER >= 20150318
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#elif PACKETVER >= 20150311
-packetLen(0x087b, 18) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 18)
#elif PACKETVER >= 20150217
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#elif PACKETVER >= 20150211
-packetLen(0x087b, 6) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 6)
#elif PACKETVER >= 20150107
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#endif
// Packet: 0x087c
#if PACKETVER >= 20150722
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
#elif PACKETVER >= 20150715
-packetLen(0x087c, 6) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 6)
#elif PACKETVER >= 20150401
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
#elif PACKETVER >= 20150325
-packetLen(0x087c, 8) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 8)
#elif PACKETVER >= 20150128
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
#elif PACKETVER >= 20150121
-packetLen(0x087c, 4) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 4)
#elif PACKETVER >= 20150114
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
#elif PACKETVER >= 20150107
-packetLen(0x087c, 26) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 26)
#endif
// Packet: 0x087d
#if PACKETVER >= 20150729
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#elif PACKETVER >= 20150722
-packetLen(0x087d, 5) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 5)
#elif PACKETVER >= 20150708
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#elif PACKETVER >= 20150701
-packetLen(0x087d, 6) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 6)
#elif PACKETVER >= 20150527
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#elif PACKETVER >= 20150520
-packetLen(0x087d, 12) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 12)
#elif PACKETVER >= 20150204
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#elif PACKETVER >= 20150128
-packetLen(0x087d, 6) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 6)
#elif PACKETVER >= 20150107
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#endif
// Packet: 0x087e
#if PACKETVER >= 20150729
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#elif PACKETVER >= 20150722
-packetLen(0x087e, 6) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 6)
#elif PACKETVER >= 20150708
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#elif PACKETVER >= 20150701
-packetLen(0x087e, -1) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, -1)
#elif PACKETVER >= 20150617
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#elif PACKETVER >= 20150610
-packetLen(0x087e, 6) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 6)
#elif PACKETVER >= 20150415
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#elif PACKETVER >= 20150408
-packetLen(0x087e, 6) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 6)
#elif PACKETVER >= 20150401
-packetLen(0x087e, 8) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 8)
#elif PACKETVER >= 20150325
-packetLen(0x087e, 5) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 5)
#elif PACKETVER >= 20150311
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#elif PACKETVER >= 20150304
-packetLen(0x087e, 19) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 19)
#elif PACKETVER >= 20150107
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#endif
// Packet: 0x087f
#if PACKETVER >= 20151216
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#elif PACKETVER >= 20151209
-packetLen(0x087f, 6) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 6)
#elif PACKETVER >= 20150923
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#elif PACKETVER >= 20150916
-packetLen(0x087f, 12) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 12)
#elif PACKETVER >= 20150909
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#elif PACKETVER >= 20150902
-packetLen(0x087f, 4) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 4)
#elif PACKETVER >= 20150819
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#elif PACKETVER >= 20150812
-packetLen(0x087f, 36) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 36)
#elif PACKETVER >= 20150715
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#elif PACKETVER >= 20150708
-packetLen(0x087f, 4) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 4)
#elif PACKETVER >= 20150415
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#elif PACKETVER >= 20150408
-packetLen(0x087f, 90) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 90)
#elif PACKETVER >= 20150217
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#elif PACKETVER >= 20150211
-packetLen(0x087f, 36) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 36)
#elif PACKETVER >= 20150107
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#endif
// Packet: 0x0880
#if PACKETVER >= 20150805
-packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 2)
#elif PACKETVER >= 20150729
-packetLen(0x0880, 12) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 12)
#elif PACKETVER >= 20150722
-packetLen(0x0880, 6) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 6)
#elif PACKETVER >= 20150527
-packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 2)
#elif PACKETVER >= 20150520
-packetLen(0x0880, 26) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 26)
#elif PACKETVER >= 20150422
-packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 2)
#elif PACKETVER >= 20150415
-packetLen(0x0880, 8) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 8)
#elif PACKETVER >= 20150107
-packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 2)
#endif
// Packet: 0x0881
#if PACKETVER >= 20151230
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#elif PACKETVER >= 20151223
-packetLen(0x0881, 7) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 7)
#elif PACKETVER >= 20151021
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#elif PACKETVER >= 20151014
-packetLen(0x0881, 8) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 8)
#elif PACKETVER >= 20150923
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#elif PACKETVER >= 20150916
-packetLen(0x0881, -1) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, -1)
#elif PACKETVER >= 20150805
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#elif PACKETVER >= 20150729
-packetLen(0x0881, 7) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 7)
#elif PACKETVER >= 20150610
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#elif PACKETVER >= 20150603
-packetLen(0x0881, 6) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 6)
#elif PACKETVER >= 20150107
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#endif
// Packet: 0x0882
#if PACKETVER >= 20150527
-packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 2)
#elif PACKETVER >= 20150520
-packetLen(0x0882, -1) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, -1)
#elif PACKETVER >= 20150217
-packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 2)
#elif PACKETVER >= 20150211
-packetLen(0x0882, -1) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, -1)
#elif PACKETVER >= 20150107
-packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 2)
#endif
// Packet: 0x0883
#if PACKETVER >= 20151202
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#elif PACKETVER >= 20151125
-packetLen(0x0883, 5) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 5)
#elif PACKETVER >= 20151021
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#elif PACKETVER >= 20151014
-packetLen(0x0883, 6) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 6)
#elif PACKETVER >= 20150916
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#elif PACKETVER >= 20150909
-packetLen(0x0883, 6) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 6)
#elif PACKETVER >= 20150708
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#elif PACKETVER >= 20150701
-packetLen(0x0883, -1) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, -1)
#elif PACKETVER >= 20150520
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#elif PACKETVER >= 20150513
-packetLen(0x0883, 18) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 18)
#elif PACKETVER >= 20150401
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#elif PACKETVER >= 20150325
-packetLen(0x0883, 12) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 12)
#elif PACKETVER >= 20150318
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#elif PACKETVER >= 20150311
-packetLen(0x0883, -1) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, -1)
#elif PACKETVER >= 20150217
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#elif PACKETVER >= 20150211
-packetLen(0x0883, 8) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 8)
#elif PACKETVER >= 20150107
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#endif
// Packet: 0x0884
#if PACKETVER >= 20151230
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20151223
-packetLen(0x0884, 8) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 8)
#elif PACKETVER >= 20151202
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20151125
-packetLen(0x0884, 36) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 36)
#elif PACKETVER >= 20151021
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20151014
-packetLen(0x0884, -1) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, -1)
#elif PACKETVER >= 20150729
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20150722
-packetLen(0x0884, 5) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 5)
#elif PACKETVER >= 20150715
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20150708
-packetLen(0x0884, 5) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 5)
#elif PACKETVER >= 20150617
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20150610
-packetLen(0x0884, 8) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 8)
#elif PACKETVER >= 20150603
-packetLen(0x0884, 4) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 4)
#elif PACKETVER >= 20150107
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#endif
// Packet: 0x0885
#if PACKETVER >= 20151223
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20151216
-packetLen(0x0885, 36) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 36)
#elif PACKETVER >= 20151202
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20151125
-packetLen(0x0885, 4) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 4)
#elif PACKETVER >= 20151118
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20151111
-packetLen(0x0885, 7) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 7)
#elif PACKETVER >= 20150617
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20150610
-packetLen(0x0885, 5) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 5)
#elif PACKETVER >= 20150520
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20150513
-packetLen(0x0885, 6) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 6)
#elif PACKETVER >= 20150401
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20150325
-packetLen(0x0885, 10) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 10)
#elif PACKETVER >= 20150304
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20150225
-packetLen(0x0885, 4) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 4)
#elif PACKETVER >= 20150217
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20150211
-packetLen(0x0885, 6) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 6)
#elif PACKETVER >= 20150107
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#endif
// Packet: 0x0886
#if PACKETVER >= 20151230
-packetLen(0x0886, 10) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 10)
#elif PACKETVER >= 20151223
-packetLen(0x0886, -1) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, -1)
#elif PACKETVER >= 20151111
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20151104
-packetLen(0x0886, 6) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 6)
#elif PACKETVER >= 20151001
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20150923
-packetLen(0x0886, 5) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 5)
#elif PACKETVER >= 20150916
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20150909
-packetLen(0x0886, 19) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 19)
#elif PACKETVER >= 20150902
-packetLen(0x0886, 12) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 12)
#elif PACKETVER >= 20150805
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20150729
-packetLen(0x0886, 6) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 6)
#elif PACKETVER >= 20150722
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20150715
-packetLen(0x0886, 8) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 8)
#elif PACKETVER >= 20150624
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20150617
-packetLen(0x0886, 5) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 5)
#elif PACKETVER >= 20150507
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20150429
-packetLen(0x0886, 26) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 26)
#elif PACKETVER >= 20150318
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20150311
-packetLen(0x0886, 5) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 5)
#elif PACKETVER >= 20150217
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20150211
-packetLen(0x0886, 6) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 6)
#elif PACKETVER >= 20150107
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#endif
// Packet: 0x0887
#if PACKETVER >= 20151111
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20151104
-packetLen(0x0887, 6) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 6)
#elif PACKETVER >= 20150909
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20150902
-packetLen(0x0887, 8) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 8)
#elif PACKETVER >= 20150513
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20150507
-packetLen(0x0887, 8) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 8)
#elif PACKETVER >= 20150107
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#endif
// Packet: 0x0888
#if PACKETVER >= 20150826
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20150819
-packetLen(0x0888, 5) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 5)
#elif PACKETVER >= 20150617
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20150610
-packetLen(0x0888, 19) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 19)
#elif PACKETVER >= 20150415
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20150408
-packetLen(0x0888, 8) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 8)
#elif PACKETVER >= 20150204
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20150128
-packetLen(0x0888, -1) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, -1)
#elif PACKETVER >= 20150107
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#endif
// Packet: 0x0889
#if PACKETVER >= 20151021
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20151014
-packetLen(0x0889, 6) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 6)
#elif PACKETVER >= 20150513
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20150507
-packetLen(0x0889, 18) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 18)
#elif PACKETVER >= 20150415
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20150408
-packetLen(0x0889, 36) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 36)
#elif PACKETVER >= 20150325
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20150318
-packetLen(0x0889, 7) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 7)
#elif PACKETVER >= 20150107
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#endif
// Packet: 0x088a
#if PACKETVER >= 20150812
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20150805
-packetLen(0x088a, 36) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 36)
#elif PACKETVER >= 20150107
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#endif
// Packet: 0x088b
#if PACKETVER >= 20151223
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20151216
-packetLen(0x088b, 6) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 6)
#elif PACKETVER >= 20151125
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20151118
-packetLen(0x088b, 36) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 36)
#elif PACKETVER >= 20151111
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20151104
-packetLen(0x088b, 8) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 8)
#elif PACKETVER >= 20150902
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20150826
-packetLen(0x088b, 26) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 26)
#elif PACKETVER >= 20150610
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20150603
-packetLen(0x088b, 6) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 6)
#elif PACKETVER >= 20150128
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20150121
-packetLen(0x088b, 26) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 26)
#elif PACKETVER >= 20150107
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#endif
// Packet: 0x088c
#if PACKETVER >= 20151202
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20151125
-packetLen(0x088c, 6) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 6)
#elif PACKETVER >= 20150617
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20150610
-packetLen(0x088c, 8) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 8)
#elif PACKETVER >= 20150527
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20150520
-packetLen(0x088c, -1) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, -1)
#elif PACKETVER >= 20150408
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20150401
-packetLen(0x088c, 6) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 6)
#elif PACKETVER >= 20150325
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20150318
-packetLen(0x088c, 12) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 12)
#elif PACKETVER >= 20150107
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#endif
// Packet: 0x088d
#if PACKETVER >= 20151230
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20151223
-packetLen(0x088d, 5) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 5)
#elif PACKETVER >= 20151202
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20151125
-packetLen(0x088d, 19) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 19)
#elif PACKETVER >= 20151111
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20151104
-packetLen(0x088d, 5) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 5)
#elif PACKETVER >= 20150909
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20150902
-packetLen(0x088d, 8) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 8)
#elif PACKETVER >= 20150826
-packetLen(0x088d, 26) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 26)
#elif PACKETVER >= 20150729
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20150722
-packetLen(0x088d, 6) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 6)
#elif PACKETVER >= 20150617
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20150610
-packetLen(0x088d, 18) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 18)
#elif PACKETVER >= 20150107
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#endif
// Packet: 0x088e
#if PACKETVER >= 20151230
-packetLen(0x088e, 26) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 26)
#elif PACKETVER >= 20151216
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20151209
-packetLen(0x088e, 10) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 10)
#elif PACKETVER >= 20151021
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20151014
-packetLen(0x088e, 8) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 8)
#elif PACKETVER >= 20151001
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20150923
-packetLen(0x088e, 6) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 6)
#elif PACKETVER >= 20150422
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20150415
-packetLen(0x088e, 10) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 10)
#elif PACKETVER >= 20150107
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#endif
// Packet: 0x088f
#if PACKETVER >= 20151216
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20151209
-packetLen(0x088f, 8) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 8)
#elif PACKETVER >= 20150916
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20150909
-packetLen(0x088f, 26) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 26)
#elif PACKETVER >= 20150617
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20150610
-packetLen(0x088f, 5) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 5)
#elif PACKETVER >= 20150507
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20150429
-packetLen(0x088f, 5) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 5)
#elif PACKETVER >= 20150408
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20150401
-packetLen(0x088f, 6) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 6)
#elif PACKETVER >= 20150107
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#endif
// Packet: 0x0890
#if PACKETVER >= 20151230
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20151223
-packetLen(0x0890, -1) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, -1)
#elif PACKETVER >= 20150107
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#endif
// Packet: 0x0891
#if PACKETVER >= 20151230
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20151223
-packetLen(0x0891, -1) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, -1)
#elif PACKETVER >= 20150902
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20150826
-packetLen(0x0891, 10) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 10)
#elif PACKETVER >= 20150422
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20150415
-packetLen(0x0891, 6) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 6)
#elif PACKETVER >= 20150408
-packetLen(0x0891, -1) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, -1)
#elif PACKETVER >= 20150401
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20150325
-packetLen(0x0891, 6) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 6)
#elif PACKETVER >= 20150107
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#endif
// Packet: 0x0892
#if PACKETVER >= 20151001
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20150923
-packetLen(0x0892, -1) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, -1)
#elif PACKETVER >= 20150909
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20150902
-packetLen(0x0892, -1) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, -1)
#elif PACKETVER >= 20150311
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20150304
-packetLen(0x0892, 36) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 36)
#elif PACKETVER >= 20150107
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#endif
// Packet: 0x0893
#if PACKETVER >= 20150708
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20150701
-packetLen(0x0893, 4) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 4)
#elif PACKETVER >= 20150401
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20150325
-packetLen(0x0893, 8) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 8)
#elif PACKETVER >= 20150107
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#endif
// Packet: 0x0894
#if PACKETVER >= 20151216
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20151209
-packetLen(0x0894, 10) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 10)
#elif PACKETVER >= 20150624
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20150617
-packetLen(0x0894, 4) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 4)
#elif PACKETVER >= 20150507
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20150429
-packetLen(0x0894, 6) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 6)
#elif PACKETVER >= 20150107
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#endif
// Packet: 0x0895
#if PACKETVER >= 20151001
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20150923
-packetLen(0x0895, 4) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 4)
#elif PACKETVER >= 20150916
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20150909
-packetLen(0x0895, 26) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 26)
#elif PACKETVER >= 20150722
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20150715
-packetLen(0x0895, -1) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, -1)
#elif PACKETVER >= 20150408
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20150401
-packetLen(0x0895, 8) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 8)
#elif PACKETVER >= 20150114
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20150107
-packetLen(0x0895, 36) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 36)
#endif
// Packet: 0x0896
#if PACKETVER >= 20150722
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#elif PACKETVER >= 20150715
-packetLen(0x0896, 90) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 90)
#elif PACKETVER >= 20150318
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#elif PACKETVER >= 20150311
-packetLen(0x0896, 7) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 7)
#elif PACKETVER >= 20150304
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#elif PACKETVER >= 20150225
-packetLen(0x0896, -1) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, -1)
#elif PACKETVER >= 20150107
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#endif
// Packet: 0x0897
#if PACKETVER >= 20151230
-packetLen(0x0897, 6) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 6)
#elif PACKETVER >= 20150909
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20150902
-packetLen(0x0897, 8) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 8)
#elif PACKETVER >= 20150722
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20150715
-packetLen(0x0897, 26) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 26)
#elif PACKETVER >= 20150617
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20150610
-packetLen(0x0897, 26) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 26)
#elif PACKETVER >= 20150603
-packetLen(0x0897, -1) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, -1)
#elif PACKETVER >= 20150401
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20150325
-packetLen(0x0897, -1) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, -1)
#elif PACKETVER >= 20150107
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#endif
// Packet: 0x0898
#if PACKETVER >= 20151230
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20151223
-packetLen(0x0898, 90) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 90)
#elif PACKETVER >= 20150422
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20150415
-packetLen(0x0898, -1) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, -1)
#elif PACKETVER >= 20150408
-packetLen(0x0898, 6) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 6)
#elif PACKETVER >= 20150401
-packetLen(0x0898, 5) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 5)
#elif PACKETVER >= 20150107
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#endif
// Packet: 0x0899
#if PACKETVER >= 20151202
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20151125
-packetLen(0x0899, 26) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 26)
#elif PACKETVER >= 20150909
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20150902
-packetLen(0x0899, 6) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 6)
#elif PACKETVER >= 20150729
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20150722
-packetLen(0x0899, 8) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 8)
#elif PACKETVER >= 20150507
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20150429
-packetLen(0x0899, 8) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 8)
#elif PACKETVER >= 20150401
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20150325
-packetLen(0x0899, 18) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 18)
#elif PACKETVER >= 20150121
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20150114
-packetLen(0x0899, 5) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 5)
#elif PACKETVER >= 20150107
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#endif
// Packet: 0x089a
#if PACKETVER >= 20151021
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20151014
-packetLen(0x089a, 4) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 4)
#elif PACKETVER >= 20150805
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20150729
-packetLen(0x089a, 10) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 10)
#elif PACKETVER >= 20150722
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20150715
-packetLen(0x089a, 6) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 6)
#elif PACKETVER >= 20150610
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20150603
-packetLen(0x089a, 12) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 12)
#elif PACKETVER >= 20150311
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20150304
-packetLen(0x089a, 26) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 26)
#elif PACKETVER >= 20150204
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20150128
-packetLen(0x089a, 18) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 18)
#elif PACKETVER >= 20150107
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#endif
// Packet: 0x089b
#if PACKETVER >= 20151001
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20150923
-packetLen(0x089b, 10) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 10)
#elif PACKETVER >= 20150916
-packetLen(0x089b, 18) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 18)
#elif PACKETVER >= 20150805
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20150729
-packetLen(0x089b, 26) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 26)
#elif PACKETVER >= 20150304
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20150225
-packetLen(0x089b, 8) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 8)
#elif PACKETVER >= 20150107
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#endif
// Packet: 0x089c
#if PACKETVER >= 20151202
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20151125
-packetLen(0x089c, 7) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 7)
#elif PACKETVER >= 20151118
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20151111
-packetLen(0x089c, 5) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 5)
#elif PACKETVER >= 20150923
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20150916
-packetLen(0x089c, 6) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 6)
#elif PACKETVER >= 20150527
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20150520
-packetLen(0x089c, 36) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 36)
#elif PACKETVER >= 20150415
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20150408
-packetLen(0x089c, 5) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 5)
#elif PACKETVER >= 20150401
-packetLen(0x089c, 36) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 36)
#elif PACKETVER >= 20150325
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20150318
-packetLen(0x089c, 8) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 8)
#elif PACKETVER >= 20150304
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20150225
-packetLen(0x089c, 8) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 8)
#elif PACKETVER >= 20150217
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20150211
-packetLen(0x089c, 18) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 18)
#elif PACKETVER >= 20150107
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#endif
// Packet: 0x089d
#if PACKETVER >= 20151223
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20151216
-packetLen(0x089d, 7) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 7)
#elif PACKETVER >= 20150715
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20150708
-packetLen(0x089d, 5) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 5)
#elif PACKETVER >= 20150610
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20150603
-packetLen(0x089d, -1) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, -1)
#elif PACKETVER >= 20150128
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20150121
-packetLen(0x089d, 5) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 5)
#elif PACKETVER >= 20150107
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#endif
// Packet: 0x089e
#if PACKETVER >= 20151223
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20151216
-packetLen(0x089e, 6) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 6)
#elif PACKETVER >= 20150923
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20150916
-packetLen(0x089e, 26) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 26)
#elif PACKETVER >= 20150610
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20150603
-packetLen(0x089e, 6) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 6)
#elif PACKETVER >= 20150527
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20150520
-packetLen(0x089e, 6) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 6)
#elif PACKETVER >= 20150128
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20150121
-packetLen(0x089e, 5) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 5)
#elif PACKETVER >= 20150107
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#endif
// Packet: 0x089f
#if PACKETVER >= 20151202
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#elif PACKETVER >= 20151125
-packetLen(0x089f, -1) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, -1)
#elif PACKETVER >= 20151021
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#elif PACKETVER >= 20151014
-packetLen(0x089f, 5) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 5)
#elif PACKETVER >= 20151001
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#elif PACKETVER >= 20150923
-packetLen(0x089f, 8) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 8)
#elif PACKETVER >= 20150507
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#elif PACKETVER >= 20150429
-packetLen(0x089f, -1) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, -1)
#elif PACKETVER >= 20150107
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#endif
// Packet: 0x08a0
#if PACKETVER >= 20151001
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20150923
-packetLen(0x08a0, 6) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 6)
#elif PACKETVER >= 20150902
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20150826
-packetLen(0x08a0, 12) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 12)
#elif PACKETVER >= 20150708
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20150701
-packetLen(0x08a0, 6) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 6)
#elif PACKETVER >= 20150617
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20150610
-packetLen(0x08a0, 36) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 36)
#elif PACKETVER >= 20150422
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20150415
-packetLen(0x08a0, -1) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, -1)
#elif PACKETVER >= 20150217
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20150211
-packetLen(0x08a0, 26) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 26)
#elif PACKETVER >= 20150107
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#endif
// Packet: 0x08a1
#if PACKETVER >= 20151216
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20151209
-packetLen(0x08a1, 5) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 5)
#elif PACKETVER >= 20150902
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20150826
-packetLen(0x08a1, 8) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 8)
#elif PACKETVER >= 20150610
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20150603
-packetLen(0x08a1, 10) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 10)
#elif PACKETVER >= 20150401
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20150325
-packetLen(0x08a1, 7) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 7)
#elif PACKETVER >= 20150318
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20150311
-packetLen(0x08a1, 10) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 10)
#elif PACKETVER >= 20150107
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#endif
// Packet: 0x08a2
#if PACKETVER >= 20151223
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20151216
-packetLen(0x08a2, 5) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 5)
#elif PACKETVER >= 20151001
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20150923
-packetLen(0x08a2, 19) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 19)
#elif PACKETVER >= 20150527
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20150520
-packetLen(0x08a2, 6) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 6)
#elif PACKETVER >= 20150415
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20150408
-packetLen(0x08a2, 6) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 6)
#elif PACKETVER >= 20150107
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#endif
// Packet: 0x08a3
#if PACKETVER >= 20151111
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#elif PACKETVER >= 20151104
-packetLen(0x08a3, 4) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 4)
#elif PACKETVER >= 20150805
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#elif PACKETVER >= 20150729
-packetLen(0x08a3, 4) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 4)
#elif PACKETVER >= 20150318
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#elif PACKETVER >= 20150311
-packetLen(0x08a3, 6) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 6)
#elif PACKETVER >= 20150107
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#endif
// Packet: 0x08a4
#if PACKETVER >= 20150902
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20150826
-packetLen(0x08a4, 6) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 6)
#elif PACKETVER >= 20150805
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20150729
-packetLen(0x08a4, 5) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 5)
#elif PACKETVER >= 20150722
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20150715
-packetLen(0x08a4, 4) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 4)
#elif PACKETVER >= 20150708
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20150701
-packetLen(0x08a4, 6) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 6)
#elif PACKETVER >= 20150415
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20150408
-packetLen(0x08a4, 26) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 26)
#elif PACKETVER >= 20150325
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20150318
-packetLen(0x08a4, -1) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, -1)
#elif PACKETVER >= 20150304
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20150225
-packetLen(0x08a4, 36) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 36)
#elif PACKETVER >= 20150217
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20150211
-packetLen(0x08a4, 19) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 19)
#elif PACKETVER >= 20150107
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#endif
// Packet: 0x08a5
#if PACKETVER >= 20151111
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20151104
-packetLen(0x08a5, 26) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 26)
#elif PACKETVER >= 20151001
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20150923
-packetLen(0x08a5, 6) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 6)
#elif PACKETVER >= 20150715
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20150708
-packetLen(0x08a5, -1) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, -1)
#elif PACKETVER >= 20150701
-packetLen(0x08a5, 26) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 26)
#elif PACKETVER >= 20150408
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20150401
-packetLen(0x08a5, 8) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 8)
#elif PACKETVER >= 20150318
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20150311
-packetLen(0x08a5, 12) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 12)
#elif PACKETVER >= 20150107
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#endif
// Packet: 0x08a6
#if PACKETVER >= 20151001
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20150923
-packetLen(0x08a6, 12) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 12)
#elif PACKETVER >= 20150708
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20150701
-packetLen(0x08a6, 10) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 10)
#elif PACKETVER >= 20150507
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20150429
-packetLen(0x08a6, 8) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 8)
#elif PACKETVER >= 20150318
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20150311
-packetLen(0x08a6, 26) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 26)
#elif PACKETVER >= 20150107
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#endif
// Packet: 0x08a7
#if PACKETVER >= 20150401
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20150325
-packetLen(0x08a7, 90) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 90)
#elif PACKETVER >= 20150107
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#endif
// Packet: 0x08a8
#if PACKETVER >= 20150902
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20150826
-packetLen(0x08a8, -1) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, -1)
#elif PACKETVER >= 20150729
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20150722
-packetLen(0x08a8, 5) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 5)
#elif PACKETVER >= 20150520
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20150513
-packetLen(0x08a8, 26) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 26)
#elif PACKETVER >= 20150507
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20150429
-packetLen(0x08a8, 4) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 4)
#elif PACKETVER >= 20150107
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#endif
// Packet: 0x08a9
#if PACKETVER >= 20151223
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20151216
-packetLen(0x08a9, 6) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 6)
#elif PACKETVER >= 20151202
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20151125
-packetLen(0x08a9, 6) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 6)
#elif PACKETVER >= 20150909
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20150902
-packetLen(0x08a9, 6) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 6)
#elif PACKETVER >= 20150107
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#endif
// Packet: 0x08aa
#if PACKETVER >= 20151230
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20151223
-packetLen(0x08aa, 26) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 26)
#elif PACKETVER >= 20151021
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20151014
-packetLen(0x08aa, 6) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 6)
#elif PACKETVER >= 20150217
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20150211
-packetLen(0x08aa, 7) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 7)
#elif PACKETVER >= 20150107
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#endif
// Packet: 0x08ab
#if PACKETVER >= 20151125
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20151118
-packetLen(0x08ab, 8) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 8)
#elif PACKETVER >= 20150204
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20150128
-packetLen(0x08ab, 6) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 6)
#elif PACKETVER >= 20150121
-packetLen(0x08ab, 36) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 36)
#elif PACKETVER >= 20150107
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#endif
// Packet: 0x08ac
#if PACKETVER >= 20151223
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20151216
-packetLen(0x08ac, 8) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 8)
#elif PACKETVER >= 20150923
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20150916
-packetLen(0x08ac, 6) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 6)
#elif PACKETVER >= 20150805
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20150729
-packetLen(0x08ac, 26) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 26)
#elif PACKETVER >= 20150722
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20150715
-packetLen(0x08ac, 5) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 5)
#elif PACKETVER >= 20150617
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20150610
-packetLen(0x08ac, 6) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 6)
#elif PACKETVER >= 20150107
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#endif
// Packet: 0x08ad
#if PACKETVER >= 20151202
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20151125
-packetLen(0x08ad, -1) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, -1)
#elif PACKETVER >= 20150805
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20150729
-packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 6)
#elif PACKETVER >= 20150715
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20150708
-packetLen(0x08ad, 36) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 36)
#elif PACKETVER >= 20150701
-packetLen(0x08ad, 10) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 10)
#elif PACKETVER >= 20150610
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20150603
-packetLen(0x08ad, 19) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 19)
#elif PACKETVER >= 20150527
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20150520
-packetLen(0x08ad, 5) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 5)
#elif PACKETVER >= 20150507
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20150429
-packetLen(0x08ad, 18) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 18)
#elif PACKETVER >= 20150107
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#endif
// Packet: 0x08af
-packetLen(0x08af, 10) // HC_WAITING_LOGIN
+packetLen(0x08af, 10)
// Packet: 0x08b0
-packetLen(0x08b0, 17) // CH_WAITING_LOGIN
+packetLen(0x08b0, 17)
// Packet: 0x08b1
-packetLen(0x08b1, -1) // ZC_MCSTORE_NOTMOVEITEM_LIST
+packetLen(0x08b1, -1)
// Packet: 0x08b2
-packetLen(0x08b2, -1) // AC_REALNAME_AUTH
+packetLen(0x08b2, -1)
// Packet: 0x08b3
-packetLen(0x08b3, -1) // ZC_SHOWSCRIPT
+packetLen(0x08b3, -1)
// Packet: 0x08b4
-packetLen(0x08b4, 2) // ZC_START_COLLECTION
+packetLen(0x08b4, 2)
// Packet: 0x08b5
-packetLen(0x08b5, 6) // CZ_TRYCOLLECTION
+packetLen(0x08b5, 6)
// Packet: 0x08b6
-packetLen(0x08b6, 3) // ZC_TRYCOLLECTION
+packetLen(0x08b6, 3)
// Packet: 0x08b8
-packetLen(0x08b8, 10) // CH_SECOND_PASSWD_ACK
+packetLen(0x08b8, 10)
// Packet: 0x08b9
-packetLen(0x08b9, 12) // HC_SECOND_PASSWD_LOGIN
+packetLen(0x08b9, 12)
// Packet: 0x08ba
-packetLen(0x08ba, 10) // CH_MAKE_SECOND_PASSWD
+packetLen(0x08ba, 10)
// Packet: 0x08bb
-packetLen(0x08bb, 8) // HC_MAKE_SECOND_PASSWD
+packetLen(0x08bb, 8)
// Packet: 0x08bc
-packetLen(0x08bc, 10) // CH_DELETE_SECOND_PASSWD
+packetLen(0x08bc, 10)
// Packet: 0x08bd
-packetLen(0x08bd, 8) // HC_DELETE_SECOND_PASSWD
+packetLen(0x08bd, 8)
// Packet: 0x08be
-packetLen(0x08be, 14) // CH_EDIT_SECOND_PASSWD
+packetLen(0x08be, 14)
// Packet: 0x08bf
-packetLen(0x08bf, 8) // HC_EDIT_SECOND_PASSWD
+packetLen(0x08bf, 8)
// Packet: 0x08c0
-packetLen(0x08c0, -1) // ZC_ACK_SE_CASH_ITEM_LIST2
+packetLen(0x08c0, -1)
// Packet: 0x08c1
-packetLen(0x08c1, 2) // CZ_MACRO_START
+packetLen(0x08c1, 2)
// Packet: 0x08c2
-packetLen(0x08c2, 2) // CZ_MACRO_STOP
+packetLen(0x08c2, 2)
// Packet: 0x08c3
-packetLen(0x08c3, 10) // CH_NOT_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c3, 10)
// Packet: 0x08c4
-packetLen(0x08c4, 8) // HC_NOT_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c4, 8)
// Packet: 0x08c5
-packetLen(0x08c5, 6) // CH_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c5, 6)
// Packet: 0x08c6
-packetLen(0x08c6, 4) // HC_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c6, 4)
// Packet: 0x08c7
-packetLen(0x08c7, -1) // ZC_SKILL_ENTRY3
+packetLen(0x08c7, -1)
// Packet: 0x08c8
-packetLen(0x08c8, 34) // ZC_NOTIFY_ACT3
+packetLen(0x08c8, 34)
// Packet: 0x08c9
-packetLen(0x08c9, 2) // CZ_REQ_SCHEDULER_CASHITEM
+packetLen(0x08c9, 2)
// Packet: 0x08ca
-packetLen(0x08ca, -1) // ZC_ACK_SCHEDULER_CASHITEM
+packetLen(0x08ca, -1)
// Packet: 0x08cb
-packetLen(0x08cb, -1) // ZC_PERSONAL_INFOMATION
+packetLen(0x08cb, -1)
// Packet: 0x08cc
-packetLen(0x08cc, 109) // CA_LOGIN5
+packetLen(0x08cc, 109)
// Packet: 0x08cd
-packetLen(0x08cd, 10) // ZC_STOPMOVE_FORCE
+packetLen(0x08cd, 10)
// Packet: 0x08ce
-packetLen(0x08ce, 2) // ZC_FAILED_GET_ITEM_FROM_ZONEDA
+packetLen(0x08ce, 2)
// Packet: 0x08cf
-packetLen(0x08cf, 10) // ZC_SPIRITS_ATTRIBUTE
+packetLen(0x08cf, 10)
// Packet: 0x08d0
-packetLen(0x08d0, 9) // ZC_REQ_WEAR_EQUIP_ACK2
+packetLen(0x08d0, 9)
// Packet: 0x08d1
-packetLen(0x08d1, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK2
+packetLen(0x08d1, 7)
// Packet: 0x08d2
-packetLen(0x08d2, 10) // ZC_FASTMOVE
+packetLen(0x08d2, 10)
// Packet: 0x08d3
-packetLen(0x08d3, 10) // ZC_SE_CASHSHOP_UPDATE
+packetLen(0x08d3, 10)
// Packet: 0x08d4
-packetLen(0x08d4, 8) // CH_REQ_CHANGE_CHARACTER_SLOT
+packetLen(0x08d4, 8)
// Packet: 0x08d5
-packetLen(0x08d5, -1) // HC_ACK_CHANGE_CHARACTER_SLOT
+packetLen(0x08d5, -1)
// Packet: 0x08d6
-packetLen(0x08d6, 6) // ZC_CLEAR_DIALOG
+packetLen(0x08d6, 6)
// Packet: 0x08d7
-packetLen(0x08d7, 28) // CZ_REQ_ENTRY_QUEUE_APPLY
+packetLen(0x08d7, 28)
// Packet: 0x08d8
-packetLen(0x08d8, 27) // ZC_ACK_ENTRY_QUEUE_APPLY
+packetLen(0x08d8, 27)
// Packet: 0x08d9
-packetLen(0x08d9, 30) // ZC_NOTIFY_ENTRY_QUEUE_APPLY
+packetLen(0x08d9, 30)
// Packet: 0x08da
-packetLen(0x08da, 26) // CZ_REQ_ENTRY_QUEUE_CANCEL
+packetLen(0x08da, 26)
// Packet: 0x08db
-packetLen(0x08db, 27) // ZC_ACK_ENTRY_QUEUE_CANCEL
+packetLen(0x08db, 27)
// Packet: 0x08dc
-packetLen(0x08dc, 26) // ZC_NOTIFY_ENTRY_QUEUE_ADMISSION
+packetLen(0x08dc, 26)
// Packet: 0x08dd
-packetLen(0x08dd, 27) // CZ_REPLY_ENTRY_QUEUE_ADMISSION
+packetLen(0x08dd, 27)
// Packet: 0x08de
-packetLen(0x08de, 27) // ZC_REPLY_ACK_ENTRY_QUEUE_ADMISSION
+packetLen(0x08de, 27)
// Packet: 0x08df
-packetLen(0x08df, 50) // ZC_NOTIFY_LOBBY_ADMISSION
+packetLen(0x08df, 50)
// Packet: 0x08e0
-packetLen(0x08e0, 51) // CZ_REPLY_LOBBY_ADMISSION
+packetLen(0x08e0, 51)
// Packet: 0x08e1
-packetLen(0x08e1, 51) // ZC_REPLY_ACK_LOBBY_ADMISSION
+packetLen(0x08e1, 51)
// Packet: 0x08e2
-packetLen(0x08e2, 27) // ZC_NAVIGATION_ACTIVE
+packetLen(0x08e2, 27)
// Packet: 0x08e3
-packetLen(0x08e3, 149) // HC_UPDATE_CHARINFO
+packetLen(0x08e3, 149)
// Packet: 0x08e4
-packetLen(0x08e4, 6) // AC_SHUTDOWN_INFO
+packetLen(0x08e4, 6)
// Packet: 0x08fc
-packetLen(0x08fc, 30) // CH_REQ_CHANGE_CHARACTERNAME
+packetLen(0x08fc, 30)
// Packet: 0x08fd
-packetLen(0x08fd, 6) // CH_ACK_CHANGE_CHARACTERNAME
+packetLen(0x08fd, 6)
// Packet: 0x08fe
-packetLen(0x08fe, -1) // ZC_HUNTING_QUEST_INFO
+packetLen(0x08fe, -1)
// Packet: 0x08ff
-packetLen(0x08ff, 24) // ZC_EFST_SET_ENTER
+packetLen(0x08ff, 24)
// Packet: 0x0900
-packetLen(0x0900, -1) // ZC_INVENTORY_ITEMLIST_NORMAL
+packetLen(0x0900, -1)
// Packet: 0x0901
-packetLen(0x0901, -1) // ZC_INVENTORY_ITEMLIST_EQUIP
+packetLen(0x0901, -1)
// Packet: 0x0902
-packetLen(0x0902, -1) // ZC_CART_ITEMLIST_NORMAL
+packetLen(0x0902, -1)
// Packet: 0x0903
-packetLen(0x0903, -1) // ZC_CART_ITEMLIST_EQUIP
+packetLen(0x0903, -1)
// Packet: 0x0904
-packetLen(0x0904, -1) // ZC_STORE_ITEMLIST_NORMAL
+packetLen(0x0904, -1)
// Packet: 0x0905
-packetLen(0x0905, -1) // ZC_STORE_ITEMLIST_EQUIP
+packetLen(0x0905, -1)
// Packet: 0x0906
-packetLen(0x0906, -1) // ZC_MICROSCOPE
+packetLen(0x0906, -1)
// Packet: 0x0907
-packetLen(0x0907, 5) // CZ_INVENTORY_TAB
+packetLen(0x0907, 5)
// Packet: 0x0908
-packetLen(0x0908, 5) // ZC_INVENTORY_TAB
+packetLen(0x0908, 5)
// Packet: 0x090a
-packetLen(0x090a, 26) // CZ_REQ_ENTRY_QUEUE_RANKING
+packetLen(0x090a, 26)
// Packet: 0x090d
-packetLen(0x090d, -1) // ZC_PREMIUM_CAMPAIGN_INFO
+packetLen(0x090d, -1)
// Packet: 0x090e
-packetLen(0x090e, 2) // ZC_ENTRY_QUEUE_INIT
+packetLen(0x090e, 2)
// Packet: 0x090f
-packetLen(0x090f, -1) // ZC_NOTIFY_NEWENTRY7
+packetLen(0x090f, -1)
// Packet: 0x0910
-packetLen(0x0910, 10) // CZ_REQ_PARTY_NAME
+packetLen(0x0910, 10)
// Packet: 0x0911
-packetLen(0x0911, 30) // ZC_ACK_PARTY_NAME
+packetLen(0x0911, 30)
// Packet: 0x0912
-packetLen(0x0912, 10) // CZ_REQ_GUILD_NAME
+packetLen(0x0912, 10)
// Packet: 0x0913
-packetLen(0x0913, 30) // ZC_ACK_GUILD_NAME
+packetLen(0x0913, 30)
// Packet: 0x0914
-packetLen(0x0914, -1) // ZC_NOTIFY_MOVEENTRY9
+packetLen(0x0914, -1)
// Packet: 0x0915
-packetLen(0x0915, -1) // ZC_NOTIFY_STANDENTRY8
+packetLen(0x0915, -1)
// Packet: 0x0916
-packetLen(0x0916, 26) // CZ_REQ_JOIN_GUILD2
+packetLen(0x0916, 26)
// Packet: 0x0917
#if PACKETVER >= 20150722
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
#elif PACKETVER >= 20150715
-packetLen(0x0917, 12) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 12)
#elif PACKETVER >= 20150107
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
#endif
// Packet: 0x0918
#if PACKETVER >= 20150128
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
#elif PACKETVER >= 20150121
-packetLen(0x0918, 8) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 8)
#elif PACKETVER >= 20150107
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
#endif
// Packet: 0x0919
#if PACKETVER >= 20150826
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
#elif PACKETVER >= 20150819
-packetLen(0x0919, 8) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 8)
#elif PACKETVER >= 20150729
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
#elif PACKETVER >= 20150722
-packetLen(0x0919, 4) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 4)
#elif PACKETVER >= 20150708
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
#elif PACKETVER >= 20150701
-packetLen(0x0919, 36) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 36)
#elif PACKETVER >= 20150401
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
#elif PACKETVER >= 20150325
-packetLen(0x0919, 36) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 36)
#elif PACKETVER >= 20150217
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
#elif PACKETVER >= 20150211
-packetLen(0x0919, 90) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 90)
#elif PACKETVER >= 20150128
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
#elif PACKETVER >= 20150121
-packetLen(0x0919, 6) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 6)
#elif PACKETVER >= 20150107
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
#endif
// Packet: 0x091a
#if PACKETVER >= 20151230
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#elif PACKETVER >= 20151223
-packetLen(0x091a, 6) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 6)
#elif PACKETVER >= 20150107
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#endif
// Packet: 0x091b
#if PACKETVER >= 20151230
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#elif PACKETVER >= 20151223
-packetLen(0x091b, 26) // ZC_PRNPC_STATE
+packetLen(0x091b, 26)
#elif PACKETVER >= 20150610
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#elif PACKETVER >= 20150603
-packetLen(0x091b, 6) // ZC_PRNPC_STATE
+packetLen(0x091b, 6)
#elif PACKETVER >= 20150415
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#elif PACKETVER >= 20150408
-packetLen(0x091b, 4) // ZC_PRNPC_STATE
+packetLen(0x091b, 4)
#elif PACKETVER >= 20150401
-packetLen(0x091b, 26) // ZC_PRNPC_STATE
+packetLen(0x091b, 26)
#elif PACKETVER >= 20150107
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#endif
// Packet: 0x091c
#if PACKETVER >= 20151021
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
#elif PACKETVER >= 20151014
-packetLen(0x091c, 26) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 26)
#elif PACKETVER >= 20150527
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
#elif PACKETVER >= 20150520
-packetLen(0x091c, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 6)
#elif PACKETVER >= 20150408
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
#elif PACKETVER >= 20150401
-packetLen(0x091c, 90) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 90)
#elif PACKETVER >= 20150318
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
#elif PACKETVER >= 20150311
-packetLen(0x091c, 90) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 90)
#elif PACKETVER >= 20150107
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
#endif
// Packet: 0x091d
#if PACKETVER >= 20151230
-packetLen(0x091d, 8) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 8)
#elif PACKETVER >= 20151223
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20151216
-packetLen(0x091d, 26) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 26)
#elif PACKETVER >= 20151028
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20151021
-packetLen(0x091d, 5) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 5)
#elif PACKETVER >= 20151014
-packetLen(0x091d, 36) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 36)
#elif PACKETVER >= 20150527
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20150520
-packetLen(0x091d, 7) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 7)
#elif PACKETVER >= 20150325
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20150318
-packetLen(0x091d, 8) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 8)
#elif PACKETVER >= 20150128
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20150121
-packetLen(0x091d, 6) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 6)
#elif PACKETVER >= 20150107
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#endif
// Packet: 0x091e
#if PACKETVER >= 20151001
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
#elif PACKETVER >= 20150923
-packetLen(0x091e, 8) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 8)
#elif PACKETVER >= 20150826
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
#elif PACKETVER >= 20150819
-packetLen(0x091e, 36) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 36)
#elif PACKETVER >= 20150415
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
#elif PACKETVER >= 20150408
-packetLen(0x091e, -1) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, -1)
#elif PACKETVER >= 20150107
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
#endif
// Packet: 0x091f
#if PACKETVER >= 20150715
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
#elif PACKETVER >= 20150708
-packetLen(0x091f, 18) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 18)
#elif PACKETVER >= 20150204
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
#elif PACKETVER >= 20150128
-packetLen(0x091f, 6) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 6)
#elif PACKETVER >= 20150107
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
#endif
// Packet: 0x0920
#if PACKETVER >= 20151230
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#elif PACKETVER >= 20151223
-packetLen(0x0920, 5) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 5)
#elif PACKETVER >= 20151216
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#elif PACKETVER >= 20151209
-packetLen(0x0920, -1) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, -1)
#elif PACKETVER >= 20151202
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#elif PACKETVER >= 20151125
-packetLen(0x0920, 6) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 6)
#elif PACKETVER >= 20150923
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#elif PACKETVER >= 20150916
-packetLen(0x0920, -1) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, -1)
#elif PACKETVER >= 20150325
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#elif PACKETVER >= 20150318
-packetLen(0x0920, 6) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 6)
#elif PACKETVER >= 20150217
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#elif PACKETVER >= 20150211
-packetLen(0x0920, 6) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 6)
#elif PACKETVER >= 20150107
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#endif
// Packet: 0x0921
#if PACKETVER >= 20151125
-packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 2)
#elif PACKETVER >= 20151118
-packetLen(0x0921, 26) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 26)
#elif PACKETVER >= 20150729
-packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 2)
#elif PACKETVER >= 20150722
-packetLen(0x0921, 8) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 8)
#elif PACKETVER >= 20150107
-packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 2)
#endif
// Packet: 0x0922
#if PACKETVER >= 20150610
-packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 2)
#elif PACKETVER >= 20150603
-packetLen(0x0922, 36) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 36)
#elif PACKETVER >= 20150422
-packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 2)
#elif PACKETVER >= 20150415
-packetLen(0x0922, 8) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 8)
#elif PACKETVER >= 20150408
-packetLen(0x0922, 5) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 5)
#elif PACKETVER >= 20150401
-packetLen(0x0922, -1) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, -1)
#elif PACKETVER >= 20150107
-packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 2)
#endif
// Packet: 0x0923
#if PACKETVER >= 20151230
-packetLen(0x0923, 36) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 36)
#elif PACKETVER >= 20151223
-packetLen(0x0923, 5) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 5)
#elif PACKETVER >= 20150909
-packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 2)
#elif PACKETVER >= 20150902
-packetLen(0x0923, 26) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 26)
#elif PACKETVER >= 20150708
-packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 2)
#elif PACKETVER >= 20150701
-packetLen(0x0923, 8) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 8)
#elif PACKETVER >= 20150520
-packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 2)
#elif PACKETVER >= 20150513
-packetLen(0x0923, 36) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 36)
#elif PACKETVER >= 20150107
-packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 2)
#endif
// Packet: 0x0924
#if PACKETVER >= 20151230
-packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 2)
#elif PACKETVER >= 20151223
-packetLen(0x0924, 6) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 6)
#elif PACKETVER >= 20150923
-packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 2)
#elif PACKETVER >= 20150916
-packetLen(0x0924, 26) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 26)
#elif PACKETVER >= 20150902
-packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 2)
#elif PACKETVER >= 20150826
-packetLen(0x0924, 6) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 6)
#elif PACKETVER >= 20150527
-packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 2)
#elif PACKETVER >= 20150520
-packetLen(0x0924, 8) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 8)
#elif PACKETVER >= 20150513
-packetLen(0x0924, 5) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 5)
#elif PACKETVER >= 20150507
-packetLen(0x0924, 19) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 19)
#elif PACKETVER >= 20150408
-packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 2)
#elif PACKETVER >= 20150401
-packetLen(0x0924, 18) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 18)
#elif PACKETVER >= 20150107
-packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 2)
#endif
// Packet: 0x0925
#if PACKETVER >= 20151125
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
#elif PACKETVER >= 20151118
-packetLen(0x0925, 19) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 19)
#elif PACKETVER >= 20150729
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
#elif PACKETVER >= 20150722
-packetLen(0x0925, -1) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, -1)
#elif PACKETVER >= 20150617
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
#elif PACKETVER >= 20150610
-packetLen(0x0925, 6) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 6)
#elif PACKETVER >= 20150107
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
#endif
// Packet: 0x0926
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
// Packet: 0x0927
#if PACKETVER >= 20150826
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#elif PACKETVER >= 20150819
-packetLen(0x0927, 19) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 19)
#elif PACKETVER >= 20150520
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#elif PACKETVER >= 20150513
-packetLen(0x0927, 4) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 4)
#elif PACKETVER >= 20150325
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#elif PACKETVER >= 20150318
-packetLen(0x0927, 5) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 5)
#elif PACKETVER >= 20150204
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#elif PACKETVER >= 20150128
-packetLen(0x0927, 26) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 26)
#elif PACKETVER >= 20150107
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#endif
// Packet: 0x0928
#if PACKETVER >= 20151111
-packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 2)
#elif PACKETVER >= 20151104
-packetLen(0x0928, 5) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 5)
#elif PACKETVER >= 20150916
-packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 2)
#elif PACKETVER >= 20150909
-packetLen(0x0928, 8) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 8)
#elif PACKETVER >= 20150902
-packetLen(0x0928, 6) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 6)
#elif PACKETVER >= 20150708
-packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 2)
#elif PACKETVER >= 20150701
-packetLen(0x0928, 8) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 8)
#elif PACKETVER >= 20150325
-packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 2)
#elif PACKETVER >= 20150318
-packetLen(0x0928, 6) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 6)
#elif PACKETVER >= 20150311
-packetLen(0x0928, 5) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 5)
#elif PACKETVER >= 20150107
-packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 2)
#endif
// Packet: 0x0929
#if PACKETVER >= 20150507
-packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 2)
#elif PACKETVER >= 20150429
-packetLen(0x0929, 8) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 8)
#elif PACKETVER >= 20150204
-packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 2)
#elif PACKETVER >= 20150128
-packetLen(0x0929, 36) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 36)
#elif PACKETVER >= 20150107
-packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 2)
#endif
// Packet: 0x092a
#if PACKETVER >= 20151202
-packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 2)
#elif PACKETVER >= 20151125
-packetLen(0x092a, 10) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 10)
#elif PACKETVER >= 20150909
-packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 2)
#elif PACKETVER >= 20150902
-packetLen(0x092a, 5) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 5)
#elif PACKETVER >= 20150715
-packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 2)
#elif PACKETVER >= 20150708
-packetLen(0x092a, 8) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 8)
#elif PACKETVER >= 20150415
-packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 2)
#elif PACKETVER >= 20150408
-packetLen(0x092a, 8) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 8)
#elif PACKETVER >= 20150318
-packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 2)
#elif PACKETVER >= 20150311
-packetLen(0x092a, 8) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 8)
#elif PACKETVER >= 20150107
-packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 2)
#endif
// Packet: 0x092b
#if PACKETVER >= 20151001
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
#elif PACKETVER >= 20150923
-packetLen(0x092b, 6) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 6)
#elif PACKETVER >= 20150805
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
#elif PACKETVER >= 20150729
-packetLen(0x092b, 90) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 90)
#elif PACKETVER >= 20150617
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
#elif PACKETVER >= 20150610
-packetLen(0x092b, -1) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, -1)
#elif PACKETVER >= 20150527
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
#elif PACKETVER >= 20150520
-packetLen(0x092b, 5) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 5)
#elif PACKETVER >= 20150107
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
#endif
// Packet: 0x092c
#if PACKETVER >= 20150708
-packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 2)
#elif PACKETVER >= 20150701
-packetLen(0x092c, 5) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 5)
#elif PACKETVER >= 20150617
-packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 2)
#elif PACKETVER >= 20150610
-packetLen(0x092c, -1) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, -1)
#elif PACKETVER >= 20150401
-packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 2)
#elif PACKETVER >= 20150325
-packetLen(0x092c, 6) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 6)
#elif PACKETVER >= 20150107
-packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 2)
#endif
// Packet: 0x092d
#if PACKETVER >= 20151216
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#elif PACKETVER >= 20151209
-packetLen(0x092d, 8) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 8)
#elif PACKETVER >= 20150909
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#elif PACKETVER >= 20150902
-packetLen(0x092d, 26) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 26)
#elif PACKETVER >= 20150610
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#elif PACKETVER >= 20150603
-packetLen(0x092d, 6) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 6)
#elif PACKETVER >= 20150114
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#elif PACKETVER >= 20150107
-packetLen(0x092d, 5) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 5)
#endif
// Packet: 0x092e
#if PACKETVER >= 20151202
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#elif PACKETVER >= 20151125
-packetLen(0x092e, 10) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 10)
#elif PACKETVER >= 20151118
-packetLen(0x092e, 5) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 5)
#elif PACKETVER >= 20150902
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#elif PACKETVER >= 20150826
-packetLen(0x092e, 90) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 90)
#elif PACKETVER >= 20150729
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#elif PACKETVER >= 20150722
-packetLen(0x092e, 26) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 26)
#elif PACKETVER >= 20150617
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#elif PACKETVER >= 20150610
-packetLen(0x092e, 4) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 4)
#elif PACKETVER >= 20150513
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#elif PACKETVER >= 20150507
-packetLen(0x092e, -1) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, -1)
#elif PACKETVER >= 20150422
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#elif PACKETVER >= 20150415
-packetLen(0x092e, 6) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 6)
#elif PACKETVER >= 20150318
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#elif PACKETVER >= 20150311
-packetLen(0x092e, 8) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 8)
#elif PACKETVER >= 20150107
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#endif
// Packet: 0x092f
#if PACKETVER >= 20151125
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#elif PACKETVER >= 20151118
-packetLen(0x092f, 8) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 8)
#elif PACKETVER >= 20150923
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#elif PACKETVER >= 20150916
-packetLen(0x092f, 6) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 6)
#elif PACKETVER >= 20150805
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#elif PACKETVER >= 20150729
-packetLen(0x092f, 10) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 10)
#elif PACKETVER >= 20150107
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#endif
// Packet: 0x0930
#if PACKETVER >= 20151216
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#elif PACKETVER >= 20151209
-packetLen(0x0930, 6) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 6)
#elif PACKETVER >= 20151021
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#elif PACKETVER >= 20151014
-packetLen(0x0930, 90) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 90)
#elif PACKETVER >= 20151001
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#elif PACKETVER >= 20150923
-packetLen(0x0930, 6) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 6)
#elif PACKETVER >= 20150107
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#endif
// Packet: 0x0931
#if PACKETVER >= 20150527
-packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 2)
#elif PACKETVER >= 20150520
-packetLen(0x0931, 90) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 90)
#elif PACKETVER >= 20150401
-packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 2)
#elif PACKETVER >= 20150325
-packetLen(0x0931, -1) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, -1)
#elif PACKETVER >= 20150107
-packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 2)
#endif
// Packet: 0x0932
#if PACKETVER >= 20151216
-packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 2)
#elif PACKETVER >= 20151209
-packetLen(0x0932, -1) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, -1)
#elif PACKETVER >= 20150401
-packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 2)
#elif PACKETVER >= 20150325
-packetLen(0x0932, 5) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 5)
#elif PACKETVER >= 20150107
-packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 2)
#endif
// Packet: 0x0933
-packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 2)
// Packet: 0x0934
#if PACKETVER >= 20151021
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#elif PACKETVER >= 20151014
-packetLen(0x0934, -1) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, -1)
#elif PACKETVER >= 20150923
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#elif PACKETVER >= 20150916
-packetLen(0x0934, 8) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 8)
#elif PACKETVER >= 20150107
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#endif
// Packet: 0x0935
-packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 2)
// Packet: 0x0936
#if PACKETVER >= 20151001
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
#elif PACKETVER >= 20150923
-packetLen(0x0936, 90) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 90)
#elif PACKETVER >= 20150916
-packetLen(0x0936, 5) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 5)
#elif PACKETVER >= 20150527
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
#elif PACKETVER >= 20150520
-packetLen(0x0936, 10) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 10)
#elif PACKETVER >= 20150325
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
#elif PACKETVER >= 20150318
-packetLen(0x0936, 10) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 10)
#elif PACKETVER >= 20150107
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
#endif
// Packet: 0x0937
#if PACKETVER >= 20150325
-packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 2)
#elif PACKETVER >= 20150318
-packetLen(0x0937, 10) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 10)
#elif PACKETVER >= 20150107
-packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 2)
#endif
// Packet: 0x0938
#if PACKETVER >= 20150923
-packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 2)
#elif PACKETVER >= 20150916
-packetLen(0x0938, 4) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 4)
#elif PACKETVER >= 20150401
-packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 2)
#elif PACKETVER >= 20150325
-packetLen(0x0938, 5) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 5)
#elif PACKETVER >= 20150318
-packetLen(0x0938, 26) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 26)
#elif PACKETVER >= 20150204
-packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 2)
#elif PACKETVER >= 20150128
-packetLen(0x0938, 4) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 4)
#elif PACKETVER >= 20150107
-packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 2)
#endif
// Packet: 0x0939
#if PACKETVER >= 20151202
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
#elif PACKETVER >= 20151125
-packetLen(0x0939, 6) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 6)
#elif PACKETVER >= 20151111
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
#elif PACKETVER >= 20151104
-packetLen(0x0939, 8) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 8)
#elif PACKETVER >= 20150408
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
#elif PACKETVER >= 20150401
-packetLen(0x0939, 19) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 19)
#elif PACKETVER >= 20150107
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
#endif
// Packet: 0x093a
#if PACKETVER >= 20151230
-packetLen(0x093a, 4) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 4)
#elif PACKETVER >= 20151111
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
#elif PACKETVER >= 20151104
-packetLen(0x093a, -1) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, -1)
#elif PACKETVER >= 20150805
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
#elif PACKETVER >= 20150729
-packetLen(0x093a, 6) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 6)
#elif PACKETVER >= 20150408
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
#elif PACKETVER >= 20150401
-packetLen(0x093a, 10) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 10)
#elif PACKETVER >= 20150325
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
#elif PACKETVER >= 20150318
-packetLen(0x093a, 5) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 5)
#elif PACKETVER >= 20150311
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
#elif PACKETVER >= 20150304
-packetLen(0x093a, 18) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 18)
#elif PACKETVER >= 20150204
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
#elif PACKETVER >= 20150128
-packetLen(0x093a, 10) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 10)
#elif PACKETVER >= 20150107
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
#endif
// Packet: 0x093b
#if PACKETVER >= 20151216
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#elif PACKETVER >= 20151209
-packetLen(0x093b, 8) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 8)
#elif PACKETVER >= 20151001
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#elif PACKETVER >= 20150923
-packetLen(0x093b, 26) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 26)
#elif PACKETVER >= 20150902
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#elif PACKETVER >= 20150826
-packetLen(0x093b, 6) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 6)
#elif PACKETVER >= 20150513
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#elif PACKETVER >= 20150507
-packetLen(0x093b, 5) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 5)
#elif PACKETVER >= 20150408
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#elif PACKETVER >= 20150401
-packetLen(0x093b, -1) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, -1)
#elif PACKETVER >= 20150318
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#elif PACKETVER >= 20150311
-packetLen(0x093b, 26) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 26)
#elif PACKETVER >= 20150107
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#endif
// Packet: 0x093c
#if PACKETVER >= 20151125
-packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 2)
#elif PACKETVER >= 20151118
-packetLen(0x093c, 6) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 6)
#elif PACKETVER >= 20150729
-packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 2)
#elif PACKETVER >= 20150722
-packetLen(0x093c, -1) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, -1)
#elif PACKETVER >= 20150715
-packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 2)
#elif PACKETVER >= 20150708
-packetLen(0x093c, 26) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 26)
#elif PACKETVER >= 20150422
-packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 2)
#elif PACKETVER >= 20150415
-packetLen(0x093c, 6) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 6)
#elif PACKETVER >= 20150325
-packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 2)
#elif PACKETVER >= 20150318
-packetLen(0x093c, 6) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 6)
#elif PACKETVER >= 20150107
-packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 2)
#endif
// Packet: 0x093d
#if PACKETVER >= 20150729
-packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 2)
#elif PACKETVER >= 20150722
-packetLen(0x093d, 12) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 12)
#elif PACKETVER >= 20150527
-packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 2)
#elif PACKETVER >= 20150520
-packetLen(0x093d, 26) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 26)
#elif PACKETVER >= 20150507
-packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 2)
#elif PACKETVER >= 20150429
-packetLen(0x093d, 26) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 26)
#elif PACKETVER >= 20150107
-packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 2)
#endif
// Packet: 0x093e
#if PACKETVER >= 20151202
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#elif PACKETVER >= 20151125
-packetLen(0x093e, 12) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 12)
#elif PACKETVER >= 20150923
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#elif PACKETVER >= 20150916
-packetLen(0x093e, 10) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 10)
#elif PACKETVER >= 20150722
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#elif PACKETVER >= 20150715
-packetLen(0x093e, 5) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 5)
#elif PACKETVER >= 20150708
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#elif PACKETVER >= 20150701
-packetLen(0x093e, -1) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, -1)
#elif PACKETVER >= 20150617
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#elif PACKETVER >= 20150610
-packetLen(0x093e, 7) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 7)
#elif PACKETVER >= 20150422
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#elif PACKETVER >= 20150415
-packetLen(0x093e, 12) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 12)
#elif PACKETVER >= 20150107
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#endif
// Packet: 0x093f
#if PACKETVER >= 20151014
-packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 2)
#elif PACKETVER >= 20151007
-packetLen(0x093f, 5) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 5)
#elif PACKETVER >= 20150805
-packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 2)
#elif PACKETVER >= 20150729
-packetLen(0x093f, -1) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, -1)
#elif PACKETVER >= 20150708
-packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 2)
#elif PACKETVER >= 20150701
-packetLen(0x093f, 12) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 12)
#elif PACKETVER >= 20150610
-packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 2)
#elif PACKETVER >= 20150603
-packetLen(0x093f, 18) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 18)
#elif PACKETVER >= 20150107
-packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 2)
#endif
// Packet: 0x0940
#if PACKETVER >= 20151111
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20151104
-packetLen(0x0940, 36) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 36)
#elif PACKETVER >= 20151028
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20151021
-packetLen(0x0940, 26) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 26)
#elif PACKETVER >= 20150916
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20150909
-packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 6)
#elif PACKETVER >= 20150826
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20150819
-packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 6)
#elif PACKETVER >= 20150805
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20150729
-packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 6)
#elif PACKETVER >= 20150701
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20150624
-packetLen(0x0940, 8) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 8)
#elif PACKETVER >= 20150617
-packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 6)
#elif PACKETVER >= 20150610
-packetLen(0x0940, 10) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 10)
#elif PACKETVER >= 20150603
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20150527
-packetLen(0x0940, 12) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 12)
#elif PACKETVER >= 20150520
-packetLen(0x0940, 8) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 8)
#elif PACKETVER >= 20150401
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20150325
-packetLen(0x0940, 26) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 26)
#elif PACKETVER >= 20150304
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20150225
-packetLen(0x0940, -1) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, -1)
#elif PACKETVER >= 20150107
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#endif
// Packet: 0x0941
#if PACKETVER >= 20150923
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#elif PACKETVER >= 20150916
-packetLen(0x0941, 36) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 36)
#elif PACKETVER >= 20150902
-packetLen(0x0941, 5) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 5)
#elif PACKETVER >= 20150701
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#elif PACKETVER >= 20150624
-packetLen(0x0941, 26) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 26)
#elif PACKETVER >= 20150513
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#elif PACKETVER >= 20150507
-packetLen(0x0941, 8) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 8)
#elif PACKETVER >= 20150422
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#elif PACKETVER >= 20150415
-packetLen(0x0941, 19) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 19)
#elif PACKETVER >= 20150107
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#endif
// Packet: 0x0942
#if PACKETVER >= 20151118
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
#elif PACKETVER >= 20151111
-packetLen(0x0942, 18) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 18)
#elif PACKETVER >= 20150923
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
#elif PACKETVER >= 20150916
-packetLen(0x0942, 6) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 6)
#elif PACKETVER >= 20150513
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
#elif PACKETVER >= 20150507
-packetLen(0x0942, 4) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 4)
#elif PACKETVER >= 20150107
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
#endif
// Packet: 0x0943
#if PACKETVER >= 20151125
-packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 2)
#elif PACKETVER >= 20151118
-packetLen(0x0943, 6) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 6)
#elif PACKETVER >= 20150507
-packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 2)
#elif PACKETVER >= 20150429
-packetLen(0x0943, 6) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 6)
#elif PACKETVER >= 20150318
-packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 2)
#elif PACKETVER >= 20150311
-packetLen(0x0943, 6) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 6)
#elif PACKETVER >= 20150114
-packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 2)
#elif PACKETVER >= 20150107
-packetLen(0x0943, 5) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 5)
#endif
// Packet: 0x0944
#if PACKETVER >= 20151223
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#elif PACKETVER >= 20151216
-packetLen(0x0944, -1) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, -1)
#elif PACKETVER >= 20151021
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#elif PACKETVER >= 20151014
-packetLen(0x0944, 12) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 12)
#elif PACKETVER >= 20150722
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#elif PACKETVER >= 20150715
-packetLen(0x0944, 26) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 26)
#elif PACKETVER >= 20150217
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#elif PACKETVER >= 20150211
-packetLen(0x0944, -1) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, -1)
#elif PACKETVER >= 20150204
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#elif PACKETVER >= 20150128
-packetLen(0x0944, 19) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 19)
#elif PACKETVER >= 20150107
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#endif
// Packet: 0x0945
#if PACKETVER >= 20150902
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#elif PACKETVER >= 20150826
-packetLen(0x0945, 5) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 5)
#elif PACKETVER >= 20150527
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#elif PACKETVER >= 20150520
-packetLen(0x0945, 6) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 6)
#elif PACKETVER >= 20150107
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#endif
// Packet: 0x0946
#if PACKETVER >= 20151125
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20151118
-packetLen(0x0946, -1) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, -1)
#elif PACKETVER >= 20150708
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20150701
-packetLen(0x0946, 6) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 6)
#elif PACKETVER >= 20150617
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20150610
-packetLen(0x0946, 90) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 90)
#elif PACKETVER >= 20150408
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20150401
-packetLen(0x0946, 4) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 4)
#elif PACKETVER >= 20150318
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20150311
-packetLen(0x0946, 4) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 4)
#elif PACKETVER >= 20150304
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20150225
-packetLen(0x0946, 26) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 26)
#elif PACKETVER >= 20150121
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20150114
-packetLen(0x0946, 36) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 36)
#elif PACKETVER >= 20150107
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#endif
// Packet: 0x0947
#if PACKETVER >= 20151223
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#elif PACKETVER >= 20151216
-packetLen(0x0947, 19) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 19)
#elif PACKETVER >= 20150909
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#elif PACKETVER >= 20150902
-packetLen(0x0947, 90) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 90)
#elif PACKETVER >= 20150311
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#elif PACKETVER >= 20150304
-packetLen(0x0947, 8) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 8)
#elif PACKETVER >= 20150114
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#elif PACKETVER >= 20150107
-packetLen(0x0947, 19) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 19)
#endif
// Packet: 0x0948
#if PACKETVER >= 20151216
-packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 2)
#elif PACKETVER >= 20151209
-packetLen(0x0948, 19) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 19)
#elif PACKETVER >= 20150923
-packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 2)
#elif PACKETVER >= 20150916
-packetLen(0x0948, -1) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, -1)
#elif PACKETVER >= 20150304
-packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 2)
#elif PACKETVER >= 20150225
-packetLen(0x0948, 6) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 6)
#elif PACKETVER >= 20150107
-packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 2)
#endif
// Packet: 0x0949
#if PACKETVER >= 20151230
-packetLen(0x0949, 5) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 5)
#elif PACKETVER >= 20151223
-packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 2)
#elif PACKETVER >= 20151216
-packetLen(0x0949, -1) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, -1)
#elif PACKETVER >= 20150617
-packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 2)
#elif PACKETVER >= 20150610
-packetLen(0x0949, 10) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 10)
#elif PACKETVER >= 20150408
-packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 2)
#elif PACKETVER >= 20150401
-packetLen(0x0949, 6) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 6)
#elif PACKETVER >= 20150107
-packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 2)
#endif
// Packet: 0x094a
#if PACKETVER >= 20151216
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#elif PACKETVER >= 20151209
-packetLen(0x094a, 18) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 18)
#elif PACKETVER >= 20151118
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#elif PACKETVER >= 20151111
-packetLen(0x094a, 6) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 6)
#elif PACKETVER >= 20150520
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#elif PACKETVER >= 20150513
-packetLen(0x094a, 26) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 26)
#elif PACKETVER >= 20150401
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#elif PACKETVER >= 20150325
-packetLen(0x094a, 19) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 19)
#elif PACKETVER >= 20150107
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#endif
// Packet: 0x094b
#if PACKETVER >= 20150408
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
#elif PACKETVER >= 20150401
-packetLen(0x094b, 10) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 10)
#elif PACKETVER >= 20150107
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
#endif
// Packet: 0x094c
#if PACKETVER >= 20150729
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
#elif PACKETVER >= 20150722
-packetLen(0x094c, 10) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 10)
#elif PACKETVER >= 20150325
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
#elif PACKETVER >= 20150318
-packetLen(0x094c, 5) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 5)
#elif PACKETVER >= 20150107
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
#endif
// Packet: 0x094d
#if PACKETVER >= 20150422
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
#elif PACKETVER >= 20150415
-packetLen(0x094d, 5) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 5)
#elif PACKETVER >= 20150107
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
#endif
// Packet: 0x094e
#if PACKETVER >= 20151230
-packetLen(0x094e, 6) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 6)
#elif PACKETVER >= 20150708
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#elif PACKETVER >= 20150701
-packetLen(0x094e, 6) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 6)
#elif PACKETVER >= 20150624
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#elif PACKETVER >= 20150617
-packetLen(0x094e, 26) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 26)
#elif PACKETVER >= 20150527
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#elif PACKETVER >= 20150520
-packetLen(0x094e, 10) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 10)
#elif PACKETVER >= 20150204
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#elif PACKETVER >= 20150128
-packetLen(0x094e, 8) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 8)
#elif PACKETVER >= 20150107
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#endif
// Packet: 0x094f
#if PACKETVER >= 20150923
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#elif PACKETVER >= 20150916
-packetLen(0x094f, 8) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 8)
#elif PACKETVER >= 20150909
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#elif PACKETVER >= 20150902
-packetLen(0x094f, 6) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 6)
#elif PACKETVER >= 20150826
-packetLen(0x094f, 5) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 5)
#elif PACKETVER >= 20150805
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#elif PACKETVER >= 20150729
-packetLen(0x094f, 19) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 19)
#elif PACKETVER >= 20150722
-packetLen(0x094f, 8) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 8)
#elif PACKETVER >= 20150415
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#elif PACKETVER >= 20150408
-packetLen(0x094f, 18) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 18)
#elif PACKETVER >= 20150304
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#elif PACKETVER >= 20150225
-packetLen(0x094f, 5) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 5)
#elif PACKETVER >= 20150107
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#endif
// Packet: 0x0950
#if PACKETVER >= 20150722
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
#elif PACKETVER >= 20150715
-packetLen(0x0950, 6) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 6)
#elif PACKETVER >= 20150401
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
#elif PACKETVER >= 20150325
-packetLen(0x0950, -1) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, -1)
#elif PACKETVER >= 20150107
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
#endif
// Packet: 0x0951
#if PACKETVER >= 20151202
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#elif PACKETVER >= 20151125
-packetLen(0x0951, 5) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 5)
#elif PACKETVER >= 20151001
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#elif PACKETVER >= 20150923
-packetLen(0x0951, 7) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 7)
#elif PACKETVER >= 20150902
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#elif PACKETVER >= 20150826
-packetLen(0x0951, 6) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 6)
#elif PACKETVER >= 20150729
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#elif PACKETVER >= 20150722
-packetLen(0x0951, -1) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, -1)
#elif PACKETVER >= 20150325
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#elif PACKETVER >= 20150318
-packetLen(0x0951, 6) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 6)
#elif PACKETVER >= 20150217
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#elif PACKETVER >= 20150211
-packetLen(0x0951, -1) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, -1)
#elif PACKETVER >= 20150107
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#endif
// Packet: 0x0952
#if PACKETVER >= 20150304
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
#elif PACKETVER >= 20150225
-packetLen(0x0952, 8) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 8)
#elif PACKETVER >= 20150204
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
#elif PACKETVER >= 20150128
-packetLen(0x0952, 90) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 90)
#elif PACKETVER >= 20150107
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
#endif
// Packet: 0x0953
#if PACKETVER >= 20150909
-packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 2)
#elif PACKETVER >= 20150902
-packetLen(0x0953, -1) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, -1)
#elif PACKETVER >= 20150513
-packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 2)
#elif PACKETVER >= 20150507
-packetLen(0x0953, 36) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 36)
#elif PACKETVER >= 20150422
-packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 2)
#elif PACKETVER >= 20150415
-packetLen(0x0953, -1) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, -1)
#elif PACKETVER >= 20150408
-packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 2)
#elif PACKETVER >= 20150401
-packetLen(0x0953, 26) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 26)
#elif PACKETVER >= 20150107
-packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 2)
#endif
// Packet: 0x0954
#if PACKETVER >= 20151223
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#elif PACKETVER >= 20151216
-packetLen(0x0954, -1) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, -1)
#elif PACKETVER >= 20150708
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#elif PACKETVER >= 20150701
-packetLen(0x0954, 5) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 5)
#elif PACKETVER >= 20150401
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#elif PACKETVER >= 20150325
-packetLen(0x0954, 6) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 6)
#elif PACKETVER >= 20150107
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#endif
// Packet: 0x0955
#if PACKETVER >= 20150805
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
#elif PACKETVER >= 20150729
-packetLen(0x0955, -1) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, -1)
#elif PACKETVER >= 20150610
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
#elif PACKETVER >= 20150603
-packetLen(0x0955, 5) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 5)
#elif PACKETVER >= 20150513
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
#elif PACKETVER >= 20150507
-packetLen(0x0955, 6) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 6)
#elif PACKETVER >= 20150429
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
#elif PACKETVER >= 20150422
-packetLen(0x0955, 36) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 36)
#elif PACKETVER >= 20150415
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
#elif PACKETVER >= 20150408
-packetLen(0x0955, 6) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 6)
#elif PACKETVER >= 20150304
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
#elif PACKETVER >= 20150225
-packetLen(0x0955, 5) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 5)
#elif PACKETVER >= 20150128
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
#elif PACKETVER >= 20150121
-packetLen(0x0955, 8) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 8)
#elif PACKETVER >= 20150114
-packetLen(0x0955, 4) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 4)
#elif PACKETVER >= 20150107
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
#endif
// Packet: 0x0956
#if PACKETVER >= 20151216
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#elif PACKETVER >= 20151209
-packetLen(0x0956, 90) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 90)
#elif PACKETVER >= 20151202
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#elif PACKETVER >= 20151125
-packetLen(0x0956, 26) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 26)
#elif PACKETVER >= 20151021
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#elif PACKETVER >= 20151014
-packetLen(0x0956, 6) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 6)
#elif PACKETVER >= 20150722
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#elif PACKETVER >= 20150715
-packetLen(0x0956, 36) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 36)
#elif PACKETVER >= 20150708
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#elif PACKETVER >= 20150701
-packetLen(0x0956, 90) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 90)
#elif PACKETVER >= 20150107
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#endif
// Packet: 0x0957
#if PACKETVER >= 20151202
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20151125
-packetLen(0x0957, 8) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 8)
#elif PACKETVER >= 20151118
-packetLen(0x0957, 4) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 4)
#elif PACKETVER >= 20150617
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20150610
-packetLen(0x0957, 6) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 6)
#elif PACKETVER >= 20150415
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20150408
-packetLen(0x0957, 19) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 19)
#elif PACKETVER >= 20150318
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20150311
-packetLen(0x0957, 6) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 6)
#elif PACKETVER >= 20150217
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20150211
-packetLen(0x0957, 26) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 26)
#elif PACKETVER >= 20150121
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20150114
-packetLen(0x0957, 5) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 5)
#elif PACKETVER >= 20150107
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#endif
// Packet: 0x0958
#if PACKETVER >= 20151118
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20151111
-packetLen(0x0958, 8) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 8)
#elif PACKETVER >= 20150729
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20150722
-packetLen(0x0958, 36) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 36)
#elif PACKETVER >= 20150708
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20150701
-packetLen(0x0958, 7) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 7)
#elif PACKETVER >= 20150520
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20150513
-packetLen(0x0958, 6) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 6)
#elif PACKETVER >= 20150507
-packetLen(0x0958, 26) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 26)
#elif PACKETVER >= 20150318
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20150311
-packetLen(0x0958, 6) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 6)
#elif PACKETVER >= 20150217
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20150211
-packetLen(0x0958, 8) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 8)
#elif PACKETVER >= 20150107
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#endif
// Packet: 0x0959
#if PACKETVER >= 20151202
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#elif PACKETVER >= 20151125
-packetLen(0x0959, 90) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 90)
#elif PACKETVER >= 20150902
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#elif PACKETVER >= 20150826
-packetLen(0x0959, -1) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, -1)
#elif PACKETVER >= 20150415
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#elif PACKETVER >= 20150408
-packetLen(0x0959, 6) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 6)
#elif PACKETVER >= 20150325
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#elif PACKETVER >= 20150318
-packetLen(0x0959, -1) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, -1)
#elif PACKETVER >= 20150128
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#elif PACKETVER >= 20150121
-packetLen(0x0959, 19) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 19)
#elif PACKETVER >= 20150107
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#endif
// Packet: 0x095a
#if PACKETVER >= 20150923
-packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 2)
#elif PACKETVER >= 20150916
-packetLen(0x095a, 6) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 6)
#elif PACKETVER >= 20150107
-packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 2)
#endif
// Packet: 0x095b
#if PACKETVER >= 20150909
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20150902
-packetLen(0x095b, 19) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 19)
#elif PACKETVER >= 20150715
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20150708
-packetLen(0x095b, 6) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 6)
#elif PACKETVER >= 20150527
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20150520
-packetLen(0x095b, 5) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 5)
#elif PACKETVER >= 20150318
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20150311
-packetLen(0x095b, -1) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, -1)
#elif PACKETVER >= 20150107
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#endif
// Packet: 0x095c
#if PACKETVER >= 20151216
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#elif PACKETVER >= 20151209
-packetLen(0x095c, 4) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 4)
#elif PACKETVER >= 20151125
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#elif PACKETVER >= 20151118
-packetLen(0x095c, 18) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 18)
#elif PACKETVER >= 20150422
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#elif PACKETVER >= 20150415
-packetLen(0x095c, 26) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 26)
#elif PACKETVER >= 20150107
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#endif
// Packet: 0x095d
#if PACKETVER >= 20150617
-packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 2)
#elif PACKETVER >= 20150610
-packetLen(0x095d, 12) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 12)
#elif PACKETVER >= 20150311
-packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 2)
#elif PACKETVER >= 20150304
-packetLen(0x095d, 8) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 8)
#elif PACKETVER >= 20150107
-packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 2)
#endif
// Packet: 0x095e
#if PACKETVER >= 20151230
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
#elif PACKETVER >= 20151223
-packetLen(0x095e, 6) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 6)
#elif PACKETVER >= 20151021
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
#elif PACKETVER >= 20151014
-packetLen(0x095e, 8) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 8)
#elif PACKETVER >= 20150916
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
#elif PACKETVER >= 20150909
-packetLen(0x095e, 6) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 6)
#elif PACKETVER >= 20150805
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
#elif PACKETVER >= 20150729
-packetLen(0x095e, -1) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, -1)
#elif PACKETVER >= 20150415
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
#elif PACKETVER >= 20150408
-packetLen(0x095e, 12) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 12)
#elif PACKETVER >= 20150107
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
#endif
// Packet: 0x095f
#if PACKETVER >= 20151014
-packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 2)
#elif PACKETVER >= 20151007
-packetLen(0x095f, 5) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 5)
#elif PACKETVER >= 20150708
-packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 2)
#elif PACKETVER >= 20150701
-packetLen(0x095f, 26) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 26)
#elif PACKETVER >= 20150408
-packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 2)
#elif PACKETVER >= 20150401
-packetLen(0x095f, 6) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 6)
#elif PACKETVER >= 20150107
-packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 2)
#endif
// Packet: 0x0960
#if PACKETVER >= 20151007
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20151001
-packetLen(0x0960, 36) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 36)
#elif PACKETVER >= 20150923
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20150916
-packetLen(0x0960, 5) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 5)
#elif PACKETVER >= 20150708
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20150701
-packetLen(0x0960, 18) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 18)
#elif PACKETVER >= 20150610
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20150603
-packetLen(0x0960, 10) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 10)
#elif PACKETVER >= 20150527
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20150520
-packetLen(0x0960, 4) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 4)
#elif PACKETVER >= 20150513
-packetLen(0x0960, -1) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, -1)
#elif PACKETVER >= 20150422
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20150415
-packetLen(0x0960, 36) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 36)
#elif PACKETVER >= 20150325
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20150318
-packetLen(0x0960, 18) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 18)
#elif PACKETVER >= 20150311
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20150304
-packetLen(0x0960, 26) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 26)
#elif PACKETVER >= 20150107
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#endif
// Packet: 0x0961
#if PACKETVER >= 20151216
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#elif PACKETVER >= 20151209
-packetLen(0x0961, 7) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 7)
#elif PACKETVER >= 20151021
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#elif PACKETVER >= 20151014
-packetLen(0x0961, 6) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 6)
#elif PACKETVER >= 20151007
-packetLen(0x0961, 19) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 19)
#elif PACKETVER >= 20151001
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#elif PACKETVER >= 20150916
-packetLen(0x0961, -1) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, -1)
#elif PACKETVER >= 20150826
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#elif PACKETVER >= 20150819
-packetLen(0x0961, 26) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 26)
#elif PACKETVER >= 20150805
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#elif PACKETVER >= 20150729
-packetLen(0x0961, 36) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 36)
#elif PACKETVER >= 20150722
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#elif PACKETVER >= 20150715
-packetLen(0x0961, 8) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 8)
#elif PACKETVER >= 20150527
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#elif PACKETVER >= 20150520
-packetLen(0x0961, 8) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 8)
#elif PACKETVER >= 20150422
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#elif PACKETVER >= 20150415
-packetLen(0x0961, 18) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 18)
#elif PACKETVER >= 20150311
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#elif PACKETVER >= 20150304
-packetLen(0x0961, 5) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 5)
#elif PACKETVER >= 20150107
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#endif
// Packet: 0x0962
#if PACKETVER >= 20150916
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#elif PACKETVER >= 20150909
-packetLen(0x0962, 8) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 8)
#elif PACKETVER >= 20150715
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#elif PACKETVER >= 20150708
-packetLen(0x0962, 8) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 8)
#elif PACKETVER >= 20150107
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#endif
// Packet: 0x0963
#if PACKETVER >= 20150318
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
#elif PACKETVER >= 20150311
-packetLen(0x0963, 6) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 6)
#elif PACKETVER >= 20150204
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
#elif PACKETVER >= 20150128
-packetLen(0x0963, 26) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 26)
#elif PACKETVER >= 20150121
-packetLen(0x0963, 8) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 8)
#elif PACKETVER >= 20150107
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
#endif
// Packet: 0x0964
#if PACKETVER >= 20151216
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#elif PACKETVER >= 20151209
-packetLen(0x0964, 26) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 26)
#elif PACKETVER >= 20151111
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#elif PACKETVER >= 20151104
-packetLen(0x0964, 6) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 6)
#elif PACKETVER >= 20151021
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#elif PACKETVER >= 20151014
-packetLen(0x0964, 19) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 19)
#elif PACKETVER >= 20150902
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#elif PACKETVER >= 20150826
-packetLen(0x0964, 19) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 19)
#elif PACKETVER >= 20150617
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#elif PACKETVER >= 20150610
-packetLen(0x0964, 5) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 5)
#elif PACKETVER >= 20150408
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#elif PACKETVER >= 20150401
-packetLen(0x0964, 5) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 5)
#elif PACKETVER >= 20150318
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#elif PACKETVER >= 20150311
-packetLen(0x0964, 8) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 8)
#elif PACKETVER >= 20150107
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#endif
// Packet: 0x0965
#if PACKETVER >= 20151230
-packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 2)
#elif PACKETVER >= 20151223
-packetLen(0x0965, 36) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 36)
#elif PACKETVER >= 20150722
-packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 2)
#elif PACKETVER >= 20150715
-packetLen(0x0965, 18) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 18)
#elif PACKETVER >= 20150107
-packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 2)
#endif
// Packet: 0x0966
#if PACKETVER >= 20151223
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#elif PACKETVER >= 20151216
-packetLen(0x0966, 6) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 6)
#elif PACKETVER >= 20151118
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#elif PACKETVER >= 20151111
-packetLen(0x0966, 8) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 8)
#elif PACKETVER >= 20150701
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#elif PACKETVER >= 20150624
-packetLen(0x0966, 5) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 5)
#elif PACKETVER >= 20150211
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#elif PACKETVER >= 20150204
-packetLen(0x0966, 36) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 36)
#elif PACKETVER >= 20150107
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#endif
// Packet: 0x0967
#if PACKETVER >= 20151230
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20151223
-packetLen(0x0967, 12) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 12)
#elif PACKETVER >= 20151118
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20151111
-packetLen(0x0967, 19) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 19)
#elif PACKETVER >= 20151014
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20151007
-packetLen(0x0967, 36) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 36)
#elif PACKETVER >= 20150826
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20150819
-packetLen(0x0967, 5) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 5)
#elif PACKETVER >= 20150128
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20150121
-packetLen(0x0967, 26) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 26)
#elif PACKETVER >= 20150107
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#endif
// Packet: 0x0968
#if PACKETVER >= 20151223
-packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 2)
#elif PACKETVER >= 20151216
-packetLen(0x0968, 10) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 10)
#elif PACKETVER >= 20150902
-packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 2)
#elif PACKETVER >= 20150826
-packetLen(0x0968, 4) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 4)
#elif PACKETVER >= 20150708
-packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 2)
#elif PACKETVER >= 20150701
-packetLen(0x0968, 5) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 5)
#elif PACKETVER >= 20150204
-packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 2)
#elif PACKETVER >= 20150128
-packetLen(0x0968, 6) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 6)
#elif PACKETVER >= 20150107
-packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 2)
#endif
// Packet: 0x0969
#if PACKETVER >= 20151118
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#elif PACKETVER >= 20151111
-packetLen(0x0969, 36) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 36)
#elif PACKETVER >= 20150923
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#elif PACKETVER >= 20150916
-packetLen(0x0969, 19) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 19)
#elif PACKETVER >= 20150902
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#elif PACKETVER >= 20150826
-packetLen(0x0969, -1) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, -1)
#elif PACKETVER >= 20150610
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#elif PACKETVER >= 20150603
-packetLen(0x0969, -1) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, -1)
#elif PACKETVER >= 20150401
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#elif PACKETVER >= 20150325
-packetLen(0x0969, 8) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 8)
#elif PACKETVER >= 20150107
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#endif
// Packet: 0x096a
#if PACKETVER >= 20151230
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20151209
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20151202
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20151125
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20151111
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20151104
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20151021
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20151014
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20151001
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20150916
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20150909
-packetLen(0x096a, 5) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 5)
#elif PACKETVER >= 20150826
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20150805
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20150715
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20150708
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20150701
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20150617
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20150610
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20150603
-packetLen(0x096a, 5) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 5)
#elif PACKETVER >= 20150527
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20150520
-packetLen(0x096a, 18) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 18)
#elif PACKETVER >= 20150422
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20150311
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20150304
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20150225
-packetLen(0x096a, 19) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 19)
#elif PACKETVER >= 20150217
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20150211
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20150204
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20150128
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20150107
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#endif
// Packet: 0x096b
-packetLen(0x096b, 4) // ZC_PRNPC_STATE
+packetLen(0x096b, 4)
// Packet: 0x096c
-packetLen(0x096c, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x096c, 6)
// Packet: 0x096d
-packetLen(0x096d, -1) // ZC_MERGE_ITEM_OPEN
+packetLen(0x096d, -1)
// Packet: 0x096e
-packetLen(0x096e, -1) // CZ_REQ_MERGE_ITEM
+packetLen(0x096e, -1)
// Packet: 0x096f
-packetLen(0x096f, 7) // ZC_ACK_MERGE_ITEM
+packetLen(0x096f, 7)
// Packet: 0x0970
-packetLen(0x0970, 31) // CH_MAKE_CHAR_NOT_STATS
+packetLen(0x0970, 31)
// Packet: 0x0971
-packetLen(0x0971, 6) // ZC_PARTY_RECRUIT_REFUSE_VOLUNTEER_TO_PM
+packetLen(0x0971, 6)
// Packet: 0x0972
-packetLen(0x0972, -1) // ZC_SAY_DIALOG2
+packetLen(0x0972, -1)
// Packet: 0x0973
-packetLen(0x0973, 7) // ZC_WAIT_DIALOG2
+packetLen(0x0973, 7)
// Packet: 0x0974
-packetLen(0x0974, 2) // CZ_CANCEL_MERGE_ITEM
+packetLen(0x0974, 2)
// Packet: 0x0975
-packetLen(0x0975, -1) // ZC_STORE_ITEMLIST_NORMAL_V2
+packetLen(0x0975, -1)
// Packet: 0x0976
-packetLen(0x0976, -1) // ZC_STORE_ITEMLIST_EQUIP_V2
+packetLen(0x0976, -1)
// Packet: 0x0977
-packetLen(0x0977, 14) // ZC_HP_INFO
+packetLen(0x0977, 14)
// Packet: 0x0978
-packetLen(0x0978, 6) // CZ_REQ_BEFORE_WORLD_INFO
+packetLen(0x0978, 6)
// Packet: 0x0979
-packetLen(0x0979, 50) // ZC_ACK_BEFORE_WORLD_INFO
+packetLen(0x0979, 50)
// Packet: 0x097a
-packetLen(0x097a, -1) // ZC_ALL_QUEST_LIST2
+packetLen(0x097a, -1)
// Packet: 0x097b
-packetLen(0x097b, -1) // ZC_PERSONAL_INFOMATION2
+packetLen(0x097b, -1)
// Packet: 0x097c
-packetLen(0x097c, 4) // CZ_REQ_RANKING
+packetLen(0x097c, 4)
// Packet: 0x097d
-packetLen(0x097d, 288) // ZC_ACK_RANKING
+packetLen(0x097d, 288)
// Packet: 0x097e
-packetLen(0x097e, 12) // ZC_UPDATE_RANKING_POINT
+packetLen(0x097e, 12)
// Packet: 0x097f
-packetLen(0x097f, -1) // ZC_SELECTCART
+packetLen(0x097f, -1)
// Packet: 0x0980
-packetLen(0x0980, 7) // CZ_SELECTCART
+packetLen(0x0980, 7)
// Packet: 0x0981
-packetLen(0x0981, -1) // ZC_PERSONAL_INFOMATION_CHN
+packetLen(0x0981, -1)
// Packet: 0x0982
-packetLen(0x0982, 7) // ZC_FATIGUE_CHN
+packetLen(0x0982, 7)
// Packet: 0x0983
-packetLen(0x0983, 29) // ZC_MSG_STATE_CHANGE3
+packetLen(0x0983, 29)
// Packet: 0x0984
-packetLen(0x0984, 28) // ZC_EFST_SET_ENTER2
+packetLen(0x0984, 28)
// Packet: 0x0985
-packetLen(0x0985, -1) // ZC_SKILL_POSTDELAY_LIST2
+packetLen(0x0985, -1)
// Packet: 0x0986
-packetLen(0x0986, 10) // AC_SHUTDOWN_NOTIFY
+packetLen(0x0986, 10)
// Packet: 0x0987
-packetLen(0x0987, -1) // CA_LOGIN6
+packetLen(0x0987, -1)
// Packet: 0x0988
-packetLen(0x0988, 6) // ZC_NOTIFY_CLAN_CONNECTINFO
+packetLen(0x0988, 6)
// Packet: 0x0989
-packetLen(0x0989, 2) // ZC_ACK_CLAN_LEAVE
+packetLen(0x0989, 2)
// Packet: 0x098a
-packetLen(0x098a, -1) // ZC_CLANINFO
+packetLen(0x098a, -1)
// Packet: 0x098b
-packetLen(0x098b, 2) // AC_REQ_NEW_USER
+packetLen(0x098b, 2)
// Packet: 0x098c
-packetLen(0x098c, 4) // CA_ACK_NEW_USER
+packetLen(0x098c, 4)
// Packet: 0x098d
-packetLen(0x098d, -1) // CZ_CLAN_CHAT
+packetLen(0x098d, -1)
// Packet: 0x098e
-packetLen(0x098e, -1) // ZC_NOTIFY_CLAN_CHAT
+packetLen(0x098e, -1)
// Packet: 0x098f
-packetLen(0x098f, -1) // CH_DELETE_CHAR3_EXT
+packetLen(0x098f, -1)
// Packet: 0x0990
-packetLen(0x0990, 31) // ZC_ITEM_PICKUP_ACK_V5
+packetLen(0x0990, 31)
// Packet: 0x0991
-packetLen(0x0991, -1) // ZC_INVENTORY_ITEMLIST_NORMAL_V5
+packetLen(0x0991, -1)
// Packet: 0x0992
-packetLen(0x0992, -1) // ZC_INVENTORY_ITEMLIST_EQUIP_V5
+packetLen(0x0992, -1)
// Packet: 0x0993
-packetLen(0x0993, -1) // ZC_CART_ITEMLIST_NORMAL_V5
+packetLen(0x0993, -1)
// Packet: 0x0994
-packetLen(0x0994, -1) // ZC_CART_ITEMLIST_EQUIP_V5
+packetLen(0x0994, -1)
// Packet: 0x0995
-packetLen(0x0995, -1) // ZC_STORE_ITEMLIST_NORMAL_V5
+packetLen(0x0995, -1)
// Packet: 0x0996
-packetLen(0x0996, -1) // ZC_STORE_ITEMLIST_EQUIP_V5
+packetLen(0x0996, -1)
// Packet: 0x0997
-packetLen(0x0997, -1) // ZC_EQUIPWIN_MICROSCOPE_V5
+packetLen(0x0997, -1)
// Packet: 0x0998
-packetLen(0x0998, 8) // CZ_REQ_WEAR_EQUIP_V5
+packetLen(0x0998, 8)
// Packet: 0x0999
-packetLen(0x0999, 11) // ZC_ACK_WEAR_EQUIP_V5
+packetLen(0x0999, 11)
// Packet: 0x099a
-packetLen(0x099a, 9) // ZC_ACK_TAKEOFF_EQUIP_V5
+packetLen(0x099a, 9)
// Packet: 0x099b
-packetLen(0x099b, 8) // ZC_MAPPROPERTY_R2
+packetLen(0x099b, 8)
// Packet: 0x099c
-packetLen(0x099c, 6) // CH_REQ_CHARINFO_PER_PAGE
+packetLen(0x099c, 6)
// Packet: 0x099d
-packetLen(0x099d, -1) // HC_ACK_CHARINFO_PER_PAGE
+packetLen(0x099d, -1)
// Packet: 0x099e
-packetLen(0x099e, 12) // HC_QUEUE_ORDER
+packetLen(0x099e, 12)
// Packet: 0x099f
-packetLen(0x099f, -1) // ZC_SKILL_ENTRY4
+packetLen(0x099f, -1)
// Packet: 0x09a0
-packetLen(0x09a0, 10) // HC_CHARLIST_NOTIFY
+packetLen(0x09a0, 10)
// Packet: 0x09a1
-packetLen(0x09a1, 2) // CH_CHARLIST_REQ
+packetLen(0x09a1, 2)
// Packet: 0x09a2
-packetLen(0x09a2, 6) // AC_REQ_MOBILE_OTP
+packetLen(0x09a2, 6)
// Packet: 0x09a3
-packetLen(0x09a3, -1) // CA_ACK_MOBILE_OTP
+packetLen(0x09a3, -1)
// Packet: 0x09a4
-packetLen(0x09a4, 18) // ZC_DISPATCH_TIMING_INFO_CHN
+packetLen(0x09a4, 18)
// Packet: 0x09a5
-packetLen(0x09a5, 7) // AC_REFUSE_LOGIN3
+packetLen(0x09a5, 7)
// Packet: 0x09a6
-packetLen(0x09a6, 12) // ZC_BANKING_CHECK
+packetLen(0x09a6, 12)
// Packet: 0x09a7
-packetLen(0x09a7, 10) // CZ_REQ_BANKING_DEPOSIT
+packetLen(0x09a7, 10)
// Packet: 0x09a8
-packetLen(0x09a8, 16) // ZC_ACK_BANKING_DEPOSIT
+packetLen(0x09a8, 16)
// Packet: 0x09a9
-packetLen(0x09a9, 10) // CZ_REQ_BANKING_WITHDRAW
+packetLen(0x09a9, 10)
// Packet: 0x09aa
-packetLen(0x09aa, 16) // ZC_ACK_BANKING_WITHDRAW
+packetLen(0x09aa, 16)
// Packet: 0x09ab
-packetLen(0x09ab, 6) // CZ_REQ_BANKING_CHECK
+packetLen(0x09ab, 6)
// Packet: 0x09ac
-packetLen(0x09ac, -1) // CZ_REQ_CASH_BARGAIN_SALE_ITEM_INFO
+packetLen(0x09ac, -1)
// Packet: 0x09ad
-packetLen(0x09ad, 10) // ZC_ACK_CASH_BARGAIN_SALE_ITEM_INFO
+packetLen(0x09ad, 10)
// Packet: 0x09ae
-packetLen(0x09ae, 17) // CZ_REQ_APPLY_BARGAIN_SALE_ITEM
+packetLen(0x09ae, 17)
// Packet: 0x09af
-packetLen(0x09af, 4) // ZC_ACK_APPLY_BARGAIN_SALE_ITEM
+packetLen(0x09af, 4)
// Packet: 0x09b0
-packetLen(0x09b0, 8) // CZ_REQ_REMOVE_BARGAIN_SALE_ITEM
+packetLen(0x09b0, 8)
// Packet: 0x09b1
-packetLen(0x09b1, 4) // ZC_ACK_REMOVE_BARGAIN_SALE_ITEM
+packetLen(0x09b1, 4)
// Packet: 0x09b2
-packetLen(0x09b2, 8) // ZC_NOTIFY_BARGAIN_SALE_SELLING
+packetLen(0x09b2, 8)
// Packet: 0x09b3
-packetLen(0x09b3, 4) // ZC_NOTIFY_BARGAIN_SALE_CLOSE
+packetLen(0x09b3, 4)
// Packet: 0x09b4
-packetLen(0x09b4, 6) // CZ_OPEN_BARGAIN_SALE_TOOL
+packetLen(0x09b4, 6)
// Packet: 0x09b5
-packetLen(0x09b5, 2) // ZC_OPEN_BARGAIN_SALE_TOOL
+packetLen(0x09b5, 2)
// Packet: 0x09b6
-packetLen(0x09b6, 6) // CZ_REQ_OPEN_BANKING
+packetLen(0x09b6, 6)
// Packet: 0x09b7
-packetLen(0x09b7, 4) // ZC_ACK_OPEN_BANKING
+packetLen(0x09b7, 4)
// Packet: 0x09b8
-packetLen(0x09b8, 6) // CZ_REQ_CLOSE_BANKING
+packetLen(0x09b8, 6)
// Packet: 0x09b9
-packetLen(0x09b9, 4) // ZC_ACK_CLOSE_BANKING
+packetLen(0x09b9, 4)
// Packet: 0x09ba
-packetLen(0x09ba, 2) // CZ_REQ_OPEN_GUILD_STORAGE
+packetLen(0x09ba, 2)
// Packet: 0x09bb
-packetLen(0x09bb, 6) // ZC_ACK_OPEN_GUILD_STORAGE
+packetLen(0x09bb, 6)
// Packet: 0x09bc
-packetLen(0x09bc, 6) // CZ_CLOSE_BARGAIN_SALE_TOOL
+packetLen(0x09bc, 6)
// Packet: 0x09bd
-packetLen(0x09bd, 2) // ZC_CLOSE_BARGAIN_SALE_TOOL
+packetLen(0x09bd, 2)
// Packet: 0x09be
-packetLen(0x09be, 2) // CZ_REQ_CLOSE_GUILD_STORAGE
+packetLen(0x09be, 2)
// Packet: 0x09bf
-packetLen(0x09bf, 4) // ZC_ACK_CLOSE_GUILD_STORAGE
+packetLen(0x09bf, 4)
// Packet: 0x09c1
-packetLen(0x09c1, 10) // ZC_C_MARKERINFO
+packetLen(0x09c1, 10)
// Packet: 0x09c2
-packetLen(0x09c2, -1) // HC_SECRETSCAN_DATA
+packetLen(0x09c2, -1)
// Packet: 0x09c3
-packetLen(0x09c3, 8) // CZ_REQ_COUNT_BARGAIN_SALE_ITEM
+packetLen(0x09c3, 8)
// Packet: 0x09c4
-packetLen(0x09c4, 8) // ZC_ACK_COUNT_BARGAIN_SALE_ITEM
+packetLen(0x09c4, 8)
// Packet: 0x09c5
-packetLen(0x09c5, 1042) // CS_LOGIN_QUERY
+packetLen(0x09c5, 1042)
// Packet: 0x09c6
-packetLen(0x09c6, -1) // SC_LOGIN_ANSWER
+packetLen(0x09c6, -1)
// Packet: 0x09c7
-packetLen(0x09c7, 18) // SC_LOGIN_ERROR
+packetLen(0x09c7, 18)
// Packet: 0x09c8
-packetLen(0x09c8, -1) // CA_LOGIN_OTP
+packetLen(0x09c8, -1)
// Packet: 0x09c9
-packetLen(0x09c9, -1) // SC_SOCT
+packetLen(0x09c9, -1)
// Packet: 0x09ca
-packetLen(0x09ca, -1) // ZC_SKILL_ENTRY5
+packetLen(0x09ca, -1)
// Packet: 0x09cb
-packetLen(0x09cb, 17) // ZC_USE_SKILL2
+packetLen(0x09cb, 17)
// Packet: 0x09cc
-packetLen(0x09cc, -1) // ZC_SECRETSCAN_DATA
+packetLen(0x09cc, -1)
// Packet: 0x09cd
-packetLen(0x09cd, 8) // ZC_MSG_COLOR
+packetLen(0x09cd, 8)
// Packet: 0x09ce
-packetLen(0x09ce, 102) // CZ_ITEM_CREATE_EX
+packetLen(0x09ce, 102)
// Packet: 0x09cf
-packetLen(0x09cf, -1) // ZC_NPROTECTGAMEGUARDCSAUTH
+packetLen(0x09cf, -1)
// Packet: 0x09d0
-packetLen(0x09d0, -1) // CZ_NPROTECTGAMEGUARDCSAUTH
+packetLen(0x09d0, -1)
// Packet: 0x09d1
-packetLen(0x09d1, 14) // ZC_PROGRESS_ACTOR
+packetLen(0x09d1, 14)
// Packet: 0x09d2
-packetLen(0x09d2, -1) // ZC_GUILDSTORAGE_ITEMLIST_NORMAL_V5
+packetLen(0x09d2, -1)
// Packet: 0x09d3
-packetLen(0x09d3, -1) // ZC_GUILDSTORAGE_ITEMLIST_EQUIP_V5
+packetLen(0x09d3, -1)
// Packet: 0x09d4
-packetLen(0x09d4, 2) // CZ_NPC_TRADE_QUIT
+packetLen(0x09d4, 2)
// Packet: 0x09d5
-packetLen(0x09d5, -1) // ZC_NPC_MARKET_OPEN
+packetLen(0x09d5, -1)
// Packet: 0x09d6
-packetLen(0x09d6, -1) // CZ_NPC_MARKET_PURCHASE
+packetLen(0x09d6, -1)
// Packet: 0x09d7
-packetLen(0x09d7, -1) // ZC_NPC_MARKET_PURCHASE_RESULT
+packetLen(0x09d7, -1)
// Packet: 0x09d8
-packetLen(0x09d8, 2) // CZ_NPC_MARKET_CLOSE
+packetLen(0x09d8, 2)
// Packet: 0x09d9
-packetLen(0x09d9, 4) // CZ_REQ_GUILDSTORAGE_LOG
+packetLen(0x09d9, 4)
// Packet: 0x09da
-packetLen(0x09da, -1) // ZC_ACK_GUILDSTORAGE_LOG
+packetLen(0x09da, -1)
// Packet: 0x09db
-packetLen(0x09db, -1) // ZC_NOTIFY_MOVEENTRY10
+packetLen(0x09db, -1)
// Packet: 0x09dc
-packetLen(0x09dc, -1) // ZC_NOTIFY_NEWENTRY10
+packetLen(0x09dc, -1)
// Packet: 0x09dd
-packetLen(0x09dd, -1) // ZC_NOTIFY_STANDENTRY10
+packetLen(0x09dd, -1)
// Packet: 0x09de
-packetLen(0x09de, -1) // ZC_WHISPER02
+packetLen(0x09de, -1)
// Packet: 0x09df
-packetLen(0x09df, 7) // ZC_ACK_WHISPER02
+packetLen(0x09df, 7)
// Packet: 0x09e0
-packetLen(0x09e0, -1) // SC_LOGIN_ANSWER_WITH_ID
+packetLen(0x09e0, -1)
// Packet: 0x09e1
-packetLen(0x09e1, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_GUILDSTORAGE
+packetLen(0x09e1, 8)
// Packet: 0x09e2
-packetLen(0x09e2, 8) // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_BODY
+packetLen(0x09e2, 8)
// Packet: 0x09e3
-packetLen(0x09e3, 8) // CZ_MOVE_ITEM_FROM_CART_TO_GUILDSTORAGE
+packetLen(0x09e3, 8)
// Packet: 0x09e4
-packetLen(0x09e4, 8) // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_CART
+packetLen(0x09e4, 8)
// Packet: 0x09e5
-packetLen(0x09e5, 18) // ZC_DELETEITEM_FROM_MCSTORE2
+packetLen(0x09e5, 18)
// Packet: 0x09e6
-packetLen(0x09e6, 22) // ZC_UPDATE_ITEM_FROM_BUYING_STORE2
+packetLen(0x09e6, 22)
// Packet: 0x09e7
-packetLen(0x09e7, 3) // ZC_NOTIFY_UNREAD_RODEX
+packetLen(0x09e7, 3)
// Packet: 0x09e8
-packetLen(0x09e8, 11) // CZ_OPEN_RODEXBOX
+packetLen(0x09e8, 11)
// Packet: 0x09e9
-packetLen(0x09e9, 2) // CZ_CLOSE_RODEXBOX
+packetLen(0x09e9, 2)
// Packet: 0x09ea
-packetLen(0x09ea, 11) // CZ_REQ_READ_RODEX
+packetLen(0x09ea, 11)
// Packet: 0x09eb
-packetLen(0x09eb, -1) // ZC_ACK_READ_RODEX
+packetLen(0x09eb, -1)
// Packet: 0x09ec
-packetLen(0x09ec, -1) // CZ_REQ_SEND_RODEX
+packetLen(0x09ec, -1)
// Packet: 0x09ed
-packetLen(0x09ed, 3) // ZC_ACK_SEND_RODEX
+packetLen(0x09ed, 3)
// Packet: 0x09ee
-packetLen(0x09ee, 11) // CZ_REQ_NEXT_RODEX
+packetLen(0x09ee, 11)
// Packet: 0x09ef
-packetLen(0x09ef, 11) // CZ_REQ_REFRESH_RODEX
+packetLen(0x09ef, 11)
// Packet: 0x09f0
-packetLen(0x09f0, -1) // ZC_ACK_RODEX_LIST
+packetLen(0x09f0, -1)
// Packet: 0x09f1
-packetLen(0x09f1, 11) // CZ_REQ_ZENY_FROM_RODEX
+packetLen(0x09f1, 11)
// Packet: 0x09f2
-packetLen(0x09f2, 12) // ZC_ACK_ZENY_FROM_RODEX
+packetLen(0x09f2, 12)
// Packet: 0x09f3
-packetLen(0x09f3, 11) // CZ_REQ_ITEM_FROM_RODEX
+packetLen(0x09f3, 11)
// Packet: 0x09f4
-packetLen(0x09f4, 12) // ZC_ACK_ITEM_FROM_RODEX
+packetLen(0x09f4, 12)
// Packet: 0x09f5
-packetLen(0x09f5, 11) // CZ_REQ_DELETE_RODEX
+packetLen(0x09f5, 11)
// Packet: 0x09f6
-packetLen(0x09f6, 11) // ZC_ACK_DELETE_RODEX
+packetLen(0x09f6, 11)
// Packet: 0x09f7
-packetLen(0x09f7, 75) // ZC_PROPERTY_HOMUN_2
+packetLen(0x09f7, 75)
// Packet: 0x09f8
-packetLen(0x09f8, -1) // ZC_ALL_QUEST_LIST3
+packetLen(0x09f8, -1)
// Packet: 0x09f9
-packetLen(0x09f9, 143) // ZC_ADD_QUEST_EX
+packetLen(0x09f9, 143)
// Packet: 0x09fa
-packetLen(0x09fa, -1) // ZC_UPDATE_MISSION_HUNT_EX
+packetLen(0x09fa, -1)
// Packet: 0x09fb
-packetLen(0x09fb, -1) // CZ_PET_EVOLUTION
+packetLen(0x09fb, -1)
// Packet: 0x09fc
-packetLen(0x09fc, 6) // ZC_PET_EVOLUTION_RESULT
+packetLen(0x09fc, 6)
// Packet: 0x09fd
-packetLen(0x09fd, -1) // ZC_NOTIFY_MOVEENTRY11
+packetLen(0x09fd, -1)
// Packet: 0x09fe
-packetLen(0x09fe, -1) // ZC_NOTIFY_NEWENTRY11
+packetLen(0x09fe, -1)
// Packet: 0x09ff
-packetLen(0x09ff, -1) // ZC_NOTIFY_STANDENTRY11
+packetLen(0x09ff, -1)
// Packet: 0x0a00
-packetLen(0x0a00, 269) // ZC_SHORTCUT_KEY_LIST_V3
+packetLen(0x0a00, 269)
// Packet: 0x0a01
-packetLen(0x0a01, 3) // CZ_SHORTCUTKEYBAR_ROTATE
+packetLen(0x0a01, 3)
// Packet: 0x0a02
-packetLen(0x0a02, 4) // ZC_DRESSROOM_OPEN
+packetLen(0x0a02, 4)
// Packet: 0x0a03
-packetLen(0x0a03, 2) // CZ_REQ_CANCEL_WRITE_RODEX
+packetLen(0x0a03, 2)
// Packet: 0x0a04
-packetLen(0x0a04, 6) // CZ_REQ_ADD_ITEM_RODEX
+packetLen(0x0a04, 6)
// Packet: 0x0a05
-packetLen(0x0a05, 53) // ZC_ACK_ADD_ITEM_RODEX
+packetLen(0x0a05, 53)
// Packet: 0x0a06
-packetLen(0x0a06, 6) // CZ_REQ_REMOVE_RODEX_ITEM
+packetLen(0x0a06, 6)
// Packet: 0x0a07
-packetLen(0x0a07, 9) // ZC_ACK_REMOVE_RODEX_ITEM
+packetLen(0x0a07, 9)
// Packet: 0x0a08
-packetLen(0x0a08, 26) // CZ_REQ_OPEN_WRITE_RODEX
+packetLen(0x0a08, 26)
// Packet: 0x0a09
-packetLen(0x0a09, 45) // ZC_ADD_EXCHANGE_ITEM3
+packetLen(0x0a09, 45)
// Packet: 0x0a0a
-packetLen(0x0a0a, 47) // ZC_ADD_ITEM_TO_STORE3
+packetLen(0x0a0a, 47)
// Packet: 0x0a0b
-packetLen(0x0a0b, 47) // ZC_ADD_ITEM_TO_CART3
+packetLen(0x0a0b, 47)
// Packet: 0x0a0c
-packetLen(0x0a0c, 56) // ZC_ITEM_PICKUP_ACK_V6
+packetLen(0x0a0c, 56)
// Packet: 0x0a0d
-packetLen(0x0a0d, -1) // ZC_INVENTORY_ITEMLIST_EQUIP_V6
+packetLen(0x0a0d, -1)
// Packet: 0x0a0e
-packetLen(0x0a0e, 14) // ZC_BATTLEFIELD_NOTIFY_HP2
+packetLen(0x0a0e, 14)
// Packet: 0x0a0f
-packetLen(0x0a0f, -1) // ZC_CART_ITEMLIST_EQUIP_V6
+packetLen(0x0a0f, -1)
// Packet: 0x0a10
-packetLen(0x0a10, -1) // ZC_STORE_ITEMLIST_EQUIP_V6
+packetLen(0x0a10, -1)
// Packet: 0x0a11
-packetLen(0x0a11, -1) // ZC_GUILDSTORAGE_ITEMLIST_EQUIP_V6
+packetLen(0x0a11, -1)
// Packet: 0x0a12
-packetLen(0x0a12, 27) // ZC_ACK_OPEN_WRITE_RODEX
+packetLen(0x0a12, 27)
// Packet: 0x0a13
-packetLen(0x0a13, 26) // CZ_CHECK_RECEIVE_CHARACTER_NAME
+packetLen(0x0a13, 26)
// Packet: 0x0a14
-packetLen(0x0a14, 10) // ZC_CHECK_RECEIVE_CHARACTER_NAME
+packetLen(0x0a14, 10)
// Packet: 0x0a15
-packetLen(0x0a15, 12) // ZC_GOLDPCCAFE_POINT
+packetLen(0x0a15, 12)
// Packet: 0x0a16
-packetLen(0x0a16, 26) // CZ_DYNAMICNPC_CREATE_REQUEST
+packetLen(0x0a16, 26)
// Packet: 0x0a17
-packetLen(0x0a17, 6) // ZC_DYNAMICNPC_CREATE_RESULT
+packetLen(0x0a17, 6)
// Packet: 0x0a18
-packetLen(0x0a18, 14) // ZC_ACCEPT_ENTER3
+packetLen(0x0a18, 14)
// Packet: 0x0a19
-packetLen(0x0a19, 2) // CZ_REQ_OPEN_ROULETTE
+packetLen(0x0a19, 2)
// Packet: 0x0a1a
-packetLen(0x0a1a, 23) // ZC_ACK_OPEN_ROULETTE
+packetLen(0x0a1a, 23)
// Packet: 0x0a1b
-packetLen(0x0a1b, 2) // CZ_REQ_ROULETTE_INFO
+packetLen(0x0a1b, 2)
// Packet: 0x0a1c
-packetLen(0x0a1c, -1) // ZC_ACK_ROULEITTE_INFO
+packetLen(0x0a1c, -1)
// Packet: 0x0a1d
-packetLen(0x0a1d, 2) // CZ_REQ_CLOSE_ROULETTE
+packetLen(0x0a1d, 2)
// Packet: 0x0a1e
-packetLen(0x0a1e, 3) // ZC_ACK_CLOSE_ROULETTE
+packetLen(0x0a1e, 3)
// Packet: 0x0a1f
-packetLen(0x0a1f, 2) // CZ_REQ_GENERATE_ROULETTE
+packetLen(0x0a1f, 2)
// Packet: 0x0a20
-packetLen(0x0a20, 21) // ZC_ACK_GENERATE_ROULETTE
+packetLen(0x0a20, 21)
// Packet: 0x0a21
-packetLen(0x0a21, 3) // CZ_RECV_ROULETTE_ITEM
+packetLen(0x0a21, 3)
// Packet: 0x0a22
-packetLen(0x0a22, 5) // ZC_RECV_ROULETTE_ITEM
+packetLen(0x0a22, 5)
// Packet: 0x0a23
-packetLen(0x0a23, -1) // ZC_ALL_ACH_LIST
+packetLen(0x0a23, -1)
// Packet: 0x0a24
-packetLen(0x0a24, 66) // ZC_ACH_UPDATE
+packetLen(0x0a24, 66)
// Packet: 0x0a25
-packetLen(0x0a25, 6) // CZ_REQ_ACH_REWARD
+packetLen(0x0a25, 6)
// Packet: 0x0a26
-packetLen(0x0a26, 7) // ZC_REQ_ACH_REWARD_ACK
+packetLen(0x0a26, 7)
// Packet: 0x0a27
-packetLen(0x0a27, 8) // ZC_RECOVERY2
+packetLen(0x0a27, 8)
// Packet: 0x0a28
-packetLen(0x0a28, 3) // ZC_ACK_OPENSTORE2
+packetLen(0x0a28, 3)
// Packet: 0x0a29
-packetLen(0x0a29, 6) // ZC_REQ_AU_BOT
+packetLen(0x0a29, 6)
// Packet: 0x0a2a
-packetLen(0x0a2a, 6) // CZ_ACK_AU_BOT
+packetLen(0x0a2a, 6)
// Packet: 0x0a2b
-packetLen(0x0a2b, 14) // ZC_SE_CASHSHOP_OPEN2
+packetLen(0x0a2b, 14)
// Packet: 0x0a2c
-packetLen(0x0a2c, 12) // ZC_SE_PC_BUY_TAIWANCASHITEM_RESULT
+packetLen(0x0a2c, 12)
// Packet: 0x0a2d
-packetLen(0x0a2d, -1) // ZC_EQUIPWIN_MICROSCOPE_V6
+packetLen(0x0a2d, -1)
// Packet: 0x0a2e
-packetLen(0x0a2e, 6) // CZ_REQ_CHANGE_TITLE
+packetLen(0x0a2e, 6)
// Packet: 0x0a2f
-packetLen(0x0a2f, 7) // ZC_ACK_CHANGE_TITLE
+packetLen(0x0a2f, 7)
// Packet: 0x0a30
-packetLen(0x0a30, 106) // ZC_ACK_REQNAMEALL2
+packetLen(0x0a30, 106)
// Packet: 0x0a31
-packetLen(0x0a31, -1) // ZC_RESULT_PACKAGE_ITEM_TEST
+packetLen(0x0a31, -1)
// Packet: 0x0a32
-packetLen(0x0a32, 2) // ZC_OPEN_RODEX_THROUGH_NPC_ONLY
+packetLen(0x0a32, 2)
// Packet: 0x0a33
-packetLen(0x0a33, 7) // ZC_UPDATE_ROULETTE_COIN
+packetLen(0x0a33, 7)
// Packet: 0x0a34
-packetLen(0x0a34, 6) // ZC_UPDATE_TAIWANCASH
+packetLen(0x0a34, 6)
// Packet: 0x0a35
-packetLen(0x0a35, 4) // CZ_REQ_ONECLICK_ITEMIDENTIFY
+packetLen(0x0a35, 4)
// Packet: 0x0a36
-packetLen(0x0a36, 7) // ZC_HP_INFO_TINY
+packetLen(0x0a36, 7)
// Packet: 0x0a37
-packetLen(0x0a37, 57) // ZC_ITEM_PICKUP_ACK_V7
+packetLen(0x0a37, 57)
// Packet: 0x0a38
#if PACKETVER >= 20150128
-packetLen(0x0a38, 3) // ZC_OPEN_UI
+packetLen(0x0a38, 3)
#endif
// Packet: 0x0a39
#if PACKETVER >= 20150415
-packetLen(0x0a39, 36) // CH_MAKE_CHAR
+packetLen(0x0a39, 36)
#elif PACKETVER >= 20150211
-packetLen(0x0a39, 35) // CH_MAKE_CHAR
+packetLen(0x0a39, 35)
#endif
// Packet: 0x0a3a
@@ -8466,7 +8466,7 @@ packetLen(0x0a3a, 12)
// Packet: 0x0a3b
#if PACKETVER >= 20150422
-packetLen(0x0a3b, -1) // ZC_CUSTOM_HAT_EFFECT
+packetLen(0x0a3b, -1)
#endif
// Packet: 0x0a3c
@@ -8496,7 +8496,7 @@ packetLen(0x0a40, 11)
// Packet: 0x0a41
#if PACKETVER >= 20150909
-packetLen(0x0a41, 18) // ZC_AOE_EFFECT_SKILL
+packetLen(0x0a41, 18)
#endif
// Packet: 0x0a42
@@ -8506,12 +8506,12 @@ packetLen(0x0a42, 43)
// Packet: 0x0a43
#if PACKETVER >= 20151007
-packetLen(0x0a43, 85) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0a43, 85)
#endif
// Packet: 0x0a44
#if PACKETVER >= 20151007
-packetLen(0x0a44, -1) // ZC_GROUP_LIST
+packetLen(0x0a44, -1)
#endif
// Packet: 0x0a45
@@ -8530,7 +8530,7 @@ packetLen(0x0a46, 14)
// Packet: 0x0a47
#if PACKETVER >= 20151104
-packetLen(0x0a47, 3) // ZC_STYLE_CHANGE_RES
+packetLen(0x0a47, 3)
#endif
// Packet: 0x0a48
@@ -8540,22 +8540,22 @@ packetLen(0x0a48, 2)
// Packet: 0x0a49
#if PACKETVER >= 20151118
-packetLen(0x0a49, 22) // CZ_PRIVATE_AIRSHIP_REQUEST
+packetLen(0x0a49, 22)
#endif
// Packet: 0x0a4a
#if PACKETVER >= 20151118
-packetLen(0x0a4a, 6) // ZC_PRIVATE_AIRSHIP_RESPONSE
+packetLen(0x0a4a, 6)
#endif
// Packet: 0x0a4b
#if PACKETVER >= 20151118
-packetLen(0x0a4b, 22) // ZC_AIRSHIP_MAPMOVE
+packetLen(0x0a4b, 22)
#endif
// Packet: 0x0a4c
#if PACKETVER >= 20151118
-packetLen(0x0a4c, 28) // ZC_AIRSHIP_SERVERMOVE
+packetLen(0x0a4c, 28)
#endif
diff --git a/src/common/packets/packets2016_len_main.h b/src/common/packets/packets2016_len_main.h
index 7625e55e9..116cd4c34 100644
--- a/src/common/packets/packets2016_len_main.h
+++ b/src/common/packets/packets2016_len_main.h
@@ -2,8 +2,8 @@
* This file is part of Hercules.
* http://herc.ws - http://github.com/HerculesWS/Hercules
*
- * Copyright (C) 2019 Hercules Dev Team
- * Copyright (C) 2019 Andrei Karas (4144)
+ * Copyright (C) 2018-2019 Hercules Dev Team
+ * Copyright (C) 2018-2019 Andrei Karas (4144)
*
* Hercules is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -25,4403 +25,4403 @@
/* This file is autogenerated, please do not commit manual changes */
// Packet: 0x0064
-packetLen(0x0064, 55) // CA_LOGIN
+packetLen(0x0064, 55)
// Packet: 0x0065
-packetLen(0x0065, 17) // CH_ENTER
+packetLen(0x0065, 17)
// Packet: 0x0066
-packetLen(0x0066, 3) // CH_SELECT_CHAR
+packetLen(0x0066, 3)
// Packet: 0x0067
-packetLen(0x0067, 37) // CH_MAKE_CHAR
+packetLen(0x0067, 37)
// Packet: 0x0068
-packetLen(0x0068, 46) // CH_DELETE_CHAR
+packetLen(0x0068, 46)
// Packet: 0x0069
-packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+packetLen(0x0069, -1)
// Packet: 0x006a
-packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+packetLen(0x006a, 23)
// Packet: 0x006b
-packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+packetLen(0x006b, -1)
// Packet: 0x006c
-packetLen(0x006c, 3) // HC_REFUSE_ENTER
+packetLen(0x006c, 3)
// Packet: 0x006d
-packetLen(0x006d, 149) // HC_ACCEPT_MAKECHAR
+packetLen(0x006d, 149)
// Packet: 0x006e
-packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+packetLen(0x006e, 3)
// Packet: 0x006f
-packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+packetLen(0x006f, 2)
// Packet: 0x0070
-packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+packetLen(0x0070, 3)
// Packet: 0x0071
-packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+packetLen(0x0071, 28)
// Packet: 0x0072
-packetLen(0x0072, 22) // CZ_ENTER
+packetLen(0x0072, 22)
// Packet: 0x0073
-packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 11)
// Packet: 0x0074
-packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+packetLen(0x0074, 3)
// Packet: 0x0075
-packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, -1)
// Packet: 0x0076
-packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+packetLen(0x0076, 9)
// Packet: 0x0077
-packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 5)
// Packet: 0x0078
-packetLen(0x0078, 55) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, 55)
// Packet: 0x0079
-packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, 53)
// Packet: 0x007a
-packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, 58)
// Packet: 0x007b
-packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, 60)
// Packet: 0x007c
-packetLen(0x007c, 44) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, 44)
// Packet: 0x007d
-packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, 2)
// Packet: 0x007e
-packetLen(0x007e, 105) // CZ_REQUEST_TIME
+packetLen(0x007e, 105)
// Packet: 0x007f
-packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+packetLen(0x007f, 6)
// Packet: 0x0080
-packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+packetLen(0x0080, 7)
// Packet: 0x0081
-packetLen(0x0081, 3) // SC_NOTIFY_BAN
+packetLen(0x0081, 3)
// Packet: 0x0082
-packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+packetLen(0x0082, 2)
// Packet: 0x0083
-packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 2)
// Packet: 0x0084
-packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+packetLen(0x0084, 2)
// Packet: 0x0085
-packetLen(0x0085, 10) // CZ_REQUEST_MOVE
+packetLen(0x0085, 10)
// Packet: 0x0086
-packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 16)
// Packet: 0x0087
-packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 12)
// Packet: 0x0088
-packetLen(0x0088, 10) // ZC_STOPMOVE
+packetLen(0x0088, 10)
// Packet: 0x0089
-packetLen(0x0089, 11) // CZ_REQUEST_ACT
+packetLen(0x0089, 11)
// Packet: 0x008a
-packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+packetLen(0x008a, 29)
// Packet: 0x008b
-packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+packetLen(0x008b, 23)
// Packet: 0x008c
packetLen(0x008c, 14)
// Packet: 0x008d
-packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+packetLen(0x008d, -1)
// Packet: 0x008e
-packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, -1)
// Packet: 0x0090
-packetLen(0x0090, 7) // CZ_CONTACTNPC
+packetLen(0x0090, 7)
// Packet: 0x0091
-packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, 22)
// Packet: 0x0092
-packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 28)
// Packet: 0x0093
-packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+packetLen(0x0093, 2)
// Packet: 0x0094
-packetLen(0x0094, 19) // CZ_REQNAME
+packetLen(0x0094, 19)
// Packet: 0x0095
-packetLen(0x0095, 30) // ZC_ACK_REQNAME
+packetLen(0x0095, 30)
// Packet: 0x0096
-packetLen(0x0096, -1) // CZ_WHISPER
+packetLen(0x0096, -1)
// Packet: 0x0097
-packetLen(0x0097, -1) // ZC_WHISPER
+packetLen(0x0097, -1)
// Packet: 0x0098
-packetLen(0x0098, 3) // ZC_ACK_WHISPER
+packetLen(0x0098, 3)
// Packet: 0x0099
-packetLen(0x0099, -1) // CZ_BROADCAST
+packetLen(0x0099, -1)
// Packet: 0x009a
-packetLen(0x009a, -1) // ZC_BROADCAST
+packetLen(0x009a, -1)
// Packet: 0x009b
-packetLen(0x009b, 34) // CZ_CHANGE_DIRECTION
+packetLen(0x009b, 34)
// Packet: 0x009c
-packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, 9)
// Packet: 0x009d
-packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+packetLen(0x009d, 17)
// Packet: 0x009e
-packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 17)
// Packet: 0x009f
-packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+packetLen(0x009f, 20)
// Packet: 0x00a0
-packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, 23)
// Packet: 0x00a1
-packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, 6)
// Packet: 0x00a2
-packetLen(0x00a2, 14) // CZ_ITEM_THROW
+packetLen(0x00a2, 14)
// Packet: 0x00a3
-packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, -1)
// Packet: 0x00a4
-packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, -1)
// Packet: 0x00a5
-packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, -1)
// Packet: 0x00a6
-packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, -1)
// Packet: 0x00a7
packetLen(0x00a7, 9)
// Packet: 0x00a8
-packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 7)
// Packet: 0x00a9
-packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, 6)
// Packet: 0x00aa
-packetLen(0x00aa, 9) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 9)
// Packet: 0x00ab
-packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, 4)
// Packet: 0x00ac
-packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, 7)
// Packet: 0x00ae
-packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+packetLen(0x00ae, -1)
// Packet: 0x00af
-packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, 6)
// Packet: 0x00b0
-packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+packetLen(0x00b0, 8)
// Packet: 0x00b1
-packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, 8)
// Packet: 0x00b2
-packetLen(0x00b2, 3) // CZ_RESTART
+packetLen(0x00b2, 3)
// Packet: 0x00b3
-packetLen(0x00b3, 3) // ZC_RESTART_ACK
+packetLen(0x00b3, 3)
// Packet: 0x00b4
-packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+packetLen(0x00b4, -1)
// Packet: 0x00b5
-packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 6)
// Packet: 0x00b6
-packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 6)
// Packet: 0x00b7
-packetLen(0x00b7, -1) // ZC_MENU_LIST
+packetLen(0x00b7, -1)
// Packet: 0x00b8
-packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+packetLen(0x00b8, 7)
// Packet: 0x00b9
-packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, 6)
// Packet: 0x00ba
-packetLen(0x00ba, 2) // CZ_REQ_STATUS
+packetLen(0x00ba, 2)
// Packet: 0x00bb
-packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+packetLen(0x00bb, 5)
// Packet: 0x00bc
-packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 6)
// Packet: 0x00bd
-packetLen(0x00bd, 44) // ZC_STATUS
+packetLen(0x00bd, 44)
// Packet: 0x00be
-packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+packetLen(0x00be, 5)
// Packet: 0x00bf
-packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+packetLen(0x00bf, 3)
// Packet: 0x00c0
-packetLen(0x00c0, 7) // ZC_EMOTION
+packetLen(0x00c0, 7)
// Packet: 0x00c1
-packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, 2)
// Packet: 0x00c2
-packetLen(0x00c2, 6) // ZC_USER_COUNT
+packetLen(0x00c2, 6)
// Packet: 0x00c3
-packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, 8)
// Packet: 0x00c4
-packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, 6)
// Packet: 0x00c5
-packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, 7)
// Packet: 0x00c6
-packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, -1)
// Packet: 0x00c7
-packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, -1)
// Packet: 0x00c8
-packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, -1)
// Packet: 0x00c9
-packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, -1)
// Packet: 0x00ca
-packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, 3)
// Packet: 0x00cb
-packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+packetLen(0x00cb, 3)
// Packet: 0x00cc
-packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, 6)
// Packet: 0x00cd
-packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+packetLen(0x00cd, 3)
// Packet: 0x00ce
-packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 2)
// Packet: 0x00cf
-packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 27)
// Packet: 0x00d0
-packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, 3)
// Packet: 0x00d1
-packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, 4)
// Packet: 0x00d2
-packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 4)
// Packet: 0x00d3
-packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 2)
// Packet: 0x00d4
-packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+packetLen(0x00d4, -1)
// Packet: 0x00d5
-packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, -1)
// Packet: 0x00d6
-packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 3)
// Packet: 0x00d7
-packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, -1)
// Packet: 0x00d8
-packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+packetLen(0x00d8, 6)
// Packet: 0x00d9
-packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, 14)
// Packet: 0x00da
-packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, 3)
// Packet: 0x00db
-packetLen(0x00db, -1) // ZC_ENTER_ROOM
+packetLen(0x00db, -1)
// Packet: 0x00dc
-packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 28)
// Packet: 0x00dd
-packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+packetLen(0x00dd, 29)
// Packet: 0x00de
-packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, -1)
// Packet: 0x00df
-packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, -1)
// Packet: 0x00e0
-packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, 30)
// Packet: 0x00e1
-packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+packetLen(0x00e1, 30)
// Packet: 0x00e2
-packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, 26)
// Packet: 0x00e3
-packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+packetLen(0x00e3, 2)
// Packet: 0x00e4
-packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 6)
// Packet: 0x00e5
-packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 26)
// Packet: 0x00e6
-packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, 3)
// Packet: 0x00e7
-packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 3)
// Packet: 0x00e8
-packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, 8)
// Packet: 0x00e9
-packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 19)
// Packet: 0x00ea
-packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 5)
// Packet: 0x00eb
-packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 2)
// Packet: 0x00ec
-packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 3)
// Packet: 0x00ed
-packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, 2)
// Packet: 0x00ee
-packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, 2)
// Packet: 0x00ef
-packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 2)
// Packet: 0x00f0
-packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 3)
// Packet: 0x00f1
-packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+packetLen(0x00f1, 2)
// Packet: 0x00f2
-packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 6)
// Packet: 0x00f3
-packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+packetLen(0x00f3, -1)
// Packet: 0x00f4
-packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 21)
// Packet: 0x00f5
-packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+packetLen(0x00f5, 11)
// Packet: 0x00f6
-packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 8)
// Packet: 0x00f7
-packetLen(0x00f7, 17) // CZ_REQUEST_TIME
+packetLen(0x00f7, 17)
// Packet: 0x00f8
-packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+packetLen(0x00f8, 2)
// Packet: 0x00f9
-packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+packetLen(0x00f9, 26)
// Packet: 0x00fa
-packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, 3)
// Packet: 0x00fb
-packetLen(0x00fb, -1) // ZC_GROUP_LIST
+packetLen(0x00fb, -1)
// Packet: 0x00fc
-packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, 6)
// Packet: 0x00fd
-packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, 27)
// Packet: 0x00fe
-packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, 30)
// Packet: 0x00ff
-packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+packetLen(0x00ff, 10)
// Packet: 0x0100
-packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, 2)
// Packet: 0x0101
-packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, 6)
// Packet: 0x0102
-packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 6)
// Packet: 0x0103
-packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 30)
// Packet: 0x0104
-packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, 79)
// Packet: 0x0105
-packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, 31)
// Packet: 0x0106
-packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, 10)
// Packet: 0x0107
-packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, 10)
// Packet: 0x0108
-packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, -1)
// Packet: 0x0109
-packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, -1)
// Packet: 0x010a
-packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 4)
// Packet: 0x010b
-packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, 6)
// Packet: 0x010c
-packetLen(0x010c, 6) // ZC_MVP
+packetLen(0x010c, 6)
// Packet: 0x010d
-packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+packetLen(0x010d, 2)
// Packet: 0x010e
-packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, 11)
// Packet: 0x010f
-packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+packetLen(0x010f, -1)
// Packet: 0x0110
-packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, 10)
// Packet: 0x0111
-packetLen(0x0111, 39) // ZC_ADD_SKILL
+packetLen(0x0111, 39)
// Packet: 0x0112
-packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, 4)
// Packet: 0x0113
-packetLen(0x0113, 25) // CZ_USE_SKILL
+packetLen(0x0113, 25)
// Packet: 0x0114
-packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+packetLen(0x0114, 31)
// Packet: 0x0115
-packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+packetLen(0x0115, 35)
// Packet: 0x0116
-packetLen(0x0116, 17) // CZ_USE_SKILL_TOGROUND
+packetLen(0x0116, 17)
// Packet: 0x0117
-packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, 18)
// Packet: 0x0118
-packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+packetLen(0x0118, 2)
// Packet: 0x0119
-packetLen(0x0119, 13) // ZC_STATE_CHANGE
+packetLen(0x0119, 13)
// Packet: 0x011a
-packetLen(0x011a, 15) // ZC_USE_SKILL
+packetLen(0x011a, 15)
// Packet: 0x011b
-packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, 20)
// Packet: 0x011c
-packetLen(0x011c, 68) // ZC_WARPLIST
+packetLen(0x011c, 68)
// Packet: 0x011d
-packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 2)
// Packet: 0x011e
-packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, 3)
// Packet: 0x011f
-packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+packetLen(0x011f, 16)
// Packet: 0x0120
-packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, 6)
// Packet: 0x0121
-packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, 14)
// Packet: 0x0122
-packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, -1)
// Packet: 0x0123
-packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, -1)
// Packet: 0x0124
-packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 21)
// Packet: 0x0125
-packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 8)
// Packet: 0x0126
-packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 8)
// Packet: 0x0127
-packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, 8)
// Packet: 0x0128
-packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 8)
// Packet: 0x0129
-packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, 8)
// Packet: 0x012a
-packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+packetLen(0x012a, 2)
// Packet: 0x012b
-packetLen(0x012b, 2) // ZC_CARTOFF
+packetLen(0x012b, 2)
// Packet: 0x012c
-packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 3)
// Packet: 0x012d
-packetLen(0x012d, 4) // ZC_OPENSTORE
+packetLen(0x012d, 4)
// Packet: 0x012e
-packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, 2)
// Packet: 0x012f
-packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+packetLen(0x012f, -1)
// Packet: 0x0130
-packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, 6)
// Packet: 0x0131
-packetLen(0x0131, 86) // ZC_STORE_ENTRY
+packetLen(0x0131, 86)
// Packet: 0x0132
-packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, 6)
// Packet: 0x0133
-packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, -1)
// Packet: 0x0134
-packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, -1)
// Packet: 0x0135
-packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, 7)
// Packet: 0x0136
-packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, -1)
// Packet: 0x0137
-packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, 6)
// Packet: 0x0138
-packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+packetLen(0x0138, 3)
// Packet: 0x0139
-packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, 16)
// Packet: 0x013a
-packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+packetLen(0x013a, 4)
// Packet: 0x013b
-packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+packetLen(0x013b, 4)
// Packet: 0x013c
-packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+packetLen(0x013c, 4)
// Packet: 0x013d
-packetLen(0x013d, 6) // ZC_RECOVERY
+packetLen(0x013d, 6)
// Packet: 0x013e
-packetLen(0x013e, 24) // ZC_USESKILL_ACK
+packetLen(0x013e, 24)
// Packet: 0x013f
-packetLen(0x013f, 26) // CZ_ITEM_CREATE
+packetLen(0x013f, 26)
// Packet: 0x0140
-packetLen(0x0140, 22) // CZ_MOVETO_MAP
+packetLen(0x0140, 22)
// Packet: 0x0141
-packetLen(0x0141, 14) // ZC_COUPLESTATUS
+packetLen(0x0141, 14)
// Packet: 0x0142
-packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+packetLen(0x0142, 6)
// Packet: 0x0143
-packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+packetLen(0x0143, 10)
// Packet: 0x0144
-packetLen(0x0144, 23) // ZC_COMPASS
+packetLen(0x0144, 23)
// Packet: 0x0145
-packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+packetLen(0x0145, 19)
// Packet: 0x0146
-packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+packetLen(0x0146, 6)
// Packet: 0x0147
-packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+packetLen(0x0147, 39)
// Packet: 0x0148
-packetLen(0x0148, 8) // ZC_RESURRECTION
+packetLen(0x0148, 8)
// Packet: 0x0149
-packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, 9)
// Packet: 0x014a
-packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+packetLen(0x014a, 6)
// Packet: 0x014b
-packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+packetLen(0x014b, 27)
// Packet: 0x014c
-packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, -1)
// Packet: 0x014d
-packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 2)
// Packet: 0x014e
-packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+packetLen(0x014e, 6)
// Packet: 0x014f
-packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, 6)
// Packet: 0x0150
-packetLen(0x0150, 110) // ZC_GUILD_INFO
+packetLen(0x0150, 110)
// Packet: 0x0151
-packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+packetLen(0x0151, 6)
// Packet: 0x0152
-packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+packetLen(0x0152, -1)
// Packet: 0x0153
-packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+packetLen(0x0153, -1)
// Packet: 0x0154
-packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, -1)
// Packet: 0x0155
-packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, -1)
// Packet: 0x0156
-packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+packetLen(0x0156, -1)
// Packet: 0x0157
-packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+packetLen(0x0157, 6)
// Packet: 0x0159
-packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, 54)
// Packet: 0x015a
-packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 66)
// Packet: 0x015b
-packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 54)
// Packet: 0x015c
-packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, 90)
// Packet: 0x015d
-packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+packetLen(0x015d, 42)
// Packet: 0x015e
-packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, 6)
// Packet: 0x015f
-packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+packetLen(0x015f, 42)
// Packet: 0x0160
-packetLen(0x0160, -1) // ZC_POSITION_INFO
+packetLen(0x0160, -1)
// Packet: 0x0161
-packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, -1)
// Packet: 0x0162
-packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, -1)
// Packet: 0x0163
-packetLen(0x0163, -1) // ZC_BAN_LIST
+packetLen(0x0163, -1)
// Packet: 0x0164
-packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+packetLen(0x0164, -1)
// Packet: 0x0165
-packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, 30)
// Packet: 0x0166
-packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, -1)
// Packet: 0x0167
-packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 3)
// Packet: 0x0168
-packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, 14)
// Packet: 0x0169
-packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 3)
// Packet: 0x016a
-packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, 30)
// Packet: 0x016b
-packetLen(0x016b, 10) // CZ_JOIN_GUILD
+packetLen(0x016b, 10)
// Packet: 0x016c
-packetLen(0x016c, 43) // ZC_UPDATE_GDID
+packetLen(0x016c, 43)
// Packet: 0x016d
-packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 14)
// Packet: 0x016e
-packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+packetLen(0x016e, 186)
// Packet: 0x016f
-packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+packetLen(0x016f, 182)
// Packet: 0x0170
-packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 14)
// Packet: 0x0171
-packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, 30)
// Packet: 0x0172
-packetLen(0x0172, 10) // CZ_ALLY_GUILD
+packetLen(0x0172, 10)
// Packet: 0x0173
-packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+packetLen(0x0173, 3)
// Packet: 0x0174
-packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0174, -1)
// Packet: 0x0175
-packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+packetLen(0x0175, 6)
// Packet: 0x0176
-packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+packetLen(0x0176, 106)
// Packet: 0x0177
-packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, -1)
// Packet: 0x0178
-packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, 4)
// Packet: 0x0179
-packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 5)
// Packet: 0x017a
-packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, 4)
// Packet: 0x017b
-packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, -1)
// Packet: 0x017c
-packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, 6)
// Packet: 0x017d
-packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 7)
// Packet: 0x017e
-packetLen(0x017e, -1) // CZ_GUILD_CHAT
+packetLen(0x017e, -1)
// Packet: 0x017f
-packetLen(0x017f, -1) // ZC_GUILD_CHAT
+packetLen(0x017f, -1)
// Packet: 0x0180
-packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+packetLen(0x0180, 6)
// Packet: 0x0181
-packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+packetLen(0x0181, 3)
// Packet: 0x0182
-packetLen(0x0182, 106) // ZC_MEMBER_ADD
+packetLen(0x0182, 106)
// Packet: 0x0183
-packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+packetLen(0x0183, 10)
// Packet: 0x0184
-packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+packetLen(0x0184, 10)
// Packet: 0x0185
-packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+packetLen(0x0185, 34)
// Packet: 0x0187
-packetLen(0x0187, 6) // CH_UNKNOWN_PING
+packetLen(0x0187, 6)
// Packet: 0x0188
-packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, 8)
// Packet: 0x0189
-packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, 4)
// Packet: 0x018a
-packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+packetLen(0x018a, 4)
// Packet: 0x018b
-packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, 4)
// Packet: 0x018c
-packetLen(0x018c, 29) // ZC_MONSTER_INFO
+packetLen(0x018c, 29)
// Packet: 0x018d
-packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, -1)
// Packet: 0x018e
-packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+packetLen(0x018e, 10)
// Packet: 0x018f
-packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 6)
// Packet: 0x0190
-packetLen(0x0190, 23) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+packetLen(0x0190, 23)
// Packet: 0x0191
-packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+packetLen(0x0191, 86)
// Packet: 0x0192
-packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+packetLen(0x0192, 24)
// Packet: 0x0193
-packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+packetLen(0x0193, 2)
// Packet: 0x0194
-packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 30)
// Packet: 0x0195
-packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 102)
// Packet: 0x0196
-packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, 9)
// Packet: 0x0197
-packetLen(0x0197, 4) // CZ_RESET
+packetLen(0x0197, 4)
// Packet: 0x0198
-packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+packetLen(0x0198, 8)
// Packet: 0x0199
-packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, 4)
// Packet: 0x019a
-packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 14)
// Packet: 0x019b
-packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 10)
// Packet: 0x019c
-packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+packetLen(0x019c, -1)
// Packet: 0x019d
-packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, 6)
// Packet: 0x019e
-packetLen(0x019e, 2) // ZC_START_CAPTURE
+packetLen(0x019e, 2)
// Packet: 0x019f
-packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, 6)
// Packet: 0x01a0
-packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, 3)
// Packet: 0x01a1
-packetLen(0x01a1, 3) // CZ_COMMAND_PET
+packetLen(0x01a1, 3)
// Packet: 0x01a2
-packetLen(0x01a2, 37) // ZC_PROPERTY_PET
+packetLen(0x01a2, 37)
// Packet: 0x01a3
-packetLen(0x01a3, 5) // ZC_FEED_PET
+packetLen(0x01a3, 5)
// Packet: 0x01a4
-packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, 11)
// Packet: 0x01a5
-packetLen(0x01a5, 26) // CZ_RENAME_PET
+packetLen(0x01a5, 26)
// Packet: 0x01a6
-packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+packetLen(0x01a6, -1)
// Packet: 0x01a7
-packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 4)
// Packet: 0x01a8
-packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+packetLen(0x01a8, 4)
// Packet: 0x01a9
-packetLen(0x01a9, 6) // CZ_PET_ACT
+packetLen(0x01a9, 6)
// Packet: 0x01aa
-packetLen(0x01aa, 10) // ZC_PET_ACT
+packetLen(0x01aa, 10)
// Packet: 0x01ab
-packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, 12)
// Packet: 0x01ac
-packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+packetLen(0x01ac, 6)
// Packet: 0x01ad
-packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, -1)
// Packet: 0x01ae
-packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, 4)
// Packet: 0x01af
-packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+packetLen(0x01af, 4)
// Packet: 0x01b0
-packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, 11)
// Packet: 0x01b1
-packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+packetLen(0x01b1, 7)
// Packet: 0x01b2
-packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, -1)
// Packet: 0x01b3
-packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, 67)
// Packet: 0x01b4
-packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+packetLen(0x01b4, 12)
// Packet: 0x01b5
-packetLen(0x01b5, 18) // SC_BILLING_INFO
+packetLen(0x01b5, 18)
// Packet: 0x01b6
-packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+packetLen(0x01b6, 114)
// Packet: 0x01b7
-packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+packetLen(0x01b7, 6)
// Packet: 0x01b8
-packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+packetLen(0x01b8, 3)
// Packet: 0x01b9
-packetLen(0x01b9, 6) // ZC_DISPEL
+packetLen(0x01b9, 6)
// Packet: 0x01ba
-packetLen(0x01ba, 26) // CZ_REMOVE_AID
+packetLen(0x01ba, 26)
// Packet: 0x01bb
-packetLen(0x01bb, 26) // CZ_SHIFT
+packetLen(0x01bb, 26)
// Packet: 0x01bc
-packetLen(0x01bc, 26) // CZ_RECALL
+packetLen(0x01bc, 26)
// Packet: 0x01bd
-packetLen(0x01bd, 26) // CZ_RECALL_GID
+packetLen(0x01bd, 26)
// Packet: 0x01be
-packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+packetLen(0x01be, 2)
// Packet: 0x01bf
-packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+packetLen(0x01bf, 3)
// Packet: 0x01c0
-packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+packetLen(0x01c0, 2)
// Packet: 0x01c1
-packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+packetLen(0x01c1, 14)
// Packet: 0x01c2
-packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+packetLen(0x01c2, 10)
// Packet: 0x01c3
-packetLen(0x01c3, -1) // ZC_BROADCAST2
+packetLen(0x01c3, -1)
// Packet: 0x01c4
-packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 22)
// Packet: 0x01c5
-packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 22)
// Packet: 0x01c6
-packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+packetLen(0x01c6, 4)
// Packet: 0x01c7
-packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+packetLen(0x01c7, 2)
// Packet: 0x01c8
-packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, 13)
// Packet: 0x01c9
-packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 97)
// Packet: 0x01ca
-packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+packetLen(0x01ca, 3)
// Packet: 0x01cb
-packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+packetLen(0x01cb, 9)
// Packet: 0x01cc
-packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+packetLen(0x01cc, 9)
// Packet: 0x01cd
-packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, 30)
// Packet: 0x01ce
-packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, 6)
// Packet: 0x01cf
-packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+packetLen(0x01cf, 28)
// Packet: 0x01d0
-packetLen(0x01d0, 8) // ZC_SPIRITS
+packetLen(0x01d0, 8)
// Packet: 0x01d1
-packetLen(0x01d1, 14) // ZC_BLADESTOP
+packetLen(0x01d1, 14)
// Packet: 0x01d2
-packetLen(0x01d2, 10) // ZC_COMBODELAY
+packetLen(0x01d2, 10)
// Packet: 0x01d3
-packetLen(0x01d3, 35) // ZC_SOUND
+packetLen(0x01d3, 35)
// Packet: 0x01d4
-packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, 6)
// Packet: 0x01d5
-packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, -1)
// Packet: 0x01d6
-packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 4)
// Packet: 0x01d7
-packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 11)
// Packet: 0x01d8
-packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 54)
// Packet: 0x01d9
-packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 53)
// Packet: 0x01da
-packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 60)
// Packet: 0x01db
-packetLen(0x01db, 2) // CA_REQ_HASH
+packetLen(0x01db, 2)
// Packet: 0x01dc
-packetLen(0x01dc, -1) // AC_ACK_HASH
+packetLen(0x01dc, -1)
// Packet: 0x01dd
-packetLen(0x01dd, 47) // CA_LOGIN2
+packetLen(0x01dd, 47)
// Packet: 0x01de
-packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 33)
// Packet: 0x01df
-packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+packetLen(0x01df, 6)
// Packet: 0x01e0
-packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+packetLen(0x01e0, 30)
// Packet: 0x01e1
-packetLen(0x01e1, 8) // ZC_SPIRITS2
+packetLen(0x01e1, 8)
// Packet: 0x01e2
-packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+packetLen(0x01e2, 34)
// Packet: 0x01e3
-packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+packetLen(0x01e3, 14)
// Packet: 0x01e4
-packetLen(0x01e4, 2) // ZC_START_COUPLE
+packetLen(0x01e4, 2)
// Packet: 0x01e5
-packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+packetLen(0x01e5, 6)
// Packet: 0x01e6
-packetLen(0x01e6, 26) // ZC_COUPLENAME
+packetLen(0x01e6, 26)
// Packet: 0x01e7
-packetLen(0x01e7, 2) // CZ_DORIDORI
+packetLen(0x01e7, 2)
// Packet: 0x01e8
-packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 28)
// Packet: 0x01e9
-packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, 81)
// Packet: 0x01ea
-packetLen(0x01ea, 6) // ZC_CONGRATULATION
+packetLen(0x01ea, 6)
// Packet: 0x01eb
-packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, 10)
// Packet: 0x01ec
-packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+packetLen(0x01ec, 26)
// Packet: 0x01ed
-packetLen(0x01ed, 2) // CZ_CHOPOKGI
+packetLen(0x01ed, 2)
// Packet: 0x01ee
-packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, -1)
// Packet: 0x01ef
-packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, -1)
// Packet: 0x01f0
-packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, -1)
// Packet: 0x01f1
-packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+packetLen(0x01f1, -1)
// Packet: 0x01f2
-packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, 20)
// Packet: 0x01f3
-packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+packetLen(0x01f3, 10)
// Packet: 0x01f4
-packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, 32)
// Packet: 0x01f5
-packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, 9)
// Packet: 0x01f6
-packetLen(0x01f6, 34) // ZC_REQ_BABY
+packetLen(0x01f6, 34)
// Packet: 0x01f7
-packetLen(0x01f7, 14) // CZ_JOIN_BABY
+packetLen(0x01f7, 14)
// Packet: 0x01f8
-packetLen(0x01f8, 2) // ZC_START_BABY
+packetLen(0x01f8, 2)
// Packet: 0x01f9
-packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+packetLen(0x01f9, 6)
// Packet: 0x01fa
-packetLen(0x01fa, 48) // CA_LOGIN3
+packetLen(0x01fa, 48)
// Packet: 0x01fb
-packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+packetLen(0x01fb, 56)
// Packet: 0x01fc
-packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, -1)
// Packet: 0x01fd
-packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 15)
// Packet: 0x01fe
-packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, 5)
// Packet: 0x01ff
-packetLen(0x01ff, 10) // ZC_HIGHJUMP
+packetLen(0x01ff, 10)
// Packet: 0x0200
-packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+packetLen(0x0200, 26)
// Packet: 0x0201
-packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+packetLen(0x0201, -1)
// Packet: 0x0202
#if PACKETVER >= 20161012
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20161005
-packetLen(0x0202, 90) // CZ_ADD_FRIENDS
+packetLen(0x0202, 90)
#elif PACKETVER >= 20160928
-packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+packetLen(0x0202, -1)
#elif PACKETVER >= 20160921
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20160913
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20160907
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20160831
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20160824
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20160803
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20160727
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20160706
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20160629
-packetLen(0x0202, 12) // CZ_ADD_FRIENDS
+packetLen(0x0202, 12)
#elif PACKETVER >= 20160511
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20160427
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20160323
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20160316
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20160224
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20160217
-packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+packetLen(0x0202, -1)
#elif PACKETVER >= 20160211
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20160203
-packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+packetLen(0x0202, -1)
#elif PACKETVER >= 20160127
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20160120
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20160106
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#endif
// Packet: 0x0203
-packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+packetLen(0x0203, 10)
// Packet: 0x0204
-packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+packetLen(0x0204, 18)
// Packet: 0x0205
-packetLen(0x0205, 26) // ZC_DIVORCE
+packetLen(0x0205, 26)
// Packet: 0x0206
-packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+packetLen(0x0206, 11)
// Packet: 0x0207
-packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, 34)
// Packet: 0x0208
-packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, 14)
// Packet: 0x0209
-packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, 36)
// Packet: 0x020a
-packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 10)
// Packet: 0x020d
-packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+packetLen(0x020d, -1)
// Packet: 0x020e
-packetLen(0x020e, 32) // ZC_STARSKILL
+packetLen(0x020e, 32)
// Packet: 0x0212
-packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+packetLen(0x0212, 26)
// Packet: 0x0213
-packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+packetLen(0x0213, 26)
// Packet: 0x0214
-packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+packetLen(0x0214, 42)
// Packet: 0x0215
-packetLen(0x0215, 6) // ZC_SKILLMSG
+packetLen(0x0215, 6)
// Packet: 0x0216
-packetLen(0x0216, 6) // ZC_BABYMSG
+packetLen(0x0216, 6)
// Packet: 0x0217
-packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 2)
// Packet: 0x0218
-packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, 2)
// Packet: 0x0219
-packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 282)
// Packet: 0x021a
-packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, 282)
// Packet: 0x021b
-packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, 10)
// Packet: 0x021c
-packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, 10)
// Packet: 0x021d
-packetLen(0x021d, 6) // CZ_LESSEFFECT
+packetLen(0x021d, 6)
// Packet: 0x021e
-packetLen(0x021e, 6) // ZC_LESSEFFECT
+packetLen(0x021e, 6)
// Packet: 0x021f
-packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+packetLen(0x021f, 66)
// Packet: 0x0220
-packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+packetLen(0x0220, 10)
// Packet: 0x0221
-packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+packetLen(0x0221, -1)
// Packet: 0x0222
-packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+packetLen(0x0222, 6)
// Packet: 0x0223
-packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+packetLen(0x0223, 8)
// Packet: 0x0224
-packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+packetLen(0x0224, 10)
// Packet: 0x0225
-packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+packetLen(0x0225, 2)
// Packet: 0x0226
-packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+packetLen(0x0226, 282)
// Packet: 0x0227
-packetLen(0x0227, 18) // ZC_GAME_GUARD
+packetLen(0x0227, 18)
// Packet: 0x0228
-packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+packetLen(0x0228, 18)
// Packet: 0x0229
-packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+packetLen(0x0229, 15)
// Packet: 0x022a
-packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 58)
// Packet: 0x022b
-packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, 57)
// Packet: 0x022c
-packetLen(0x022c, 65) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, 65)
// Packet: 0x022d
#if PACKETVER >= 20161221
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20161214
-packetLen(0x022d, 6) // CZ_COMMAND_MER
+packetLen(0x022d, 6)
#elif PACKETVER >= 20161026
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20161019
-packetLen(0x022d, 6) // CZ_COMMAND_MER
+packetLen(0x022d, 6)
#elif PACKETVER >= 20160928
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20160921
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20160913
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20160907
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20160831
-packetLen(0x022d, 90) // CZ_COMMAND_MER
+packetLen(0x022d, 90)
#elif PACKETVER >= 20160824
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20160720
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20160713
-packetLen(0x022d, 36) // CZ_COMMAND_MER
+packetLen(0x022d, 36)
#elif PACKETVER >= 20160706
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20160629
-packetLen(0x022d, 5) // CZ_COMMAND_MER
+packetLen(0x022d, 5)
#elif PACKETVER >= 20160615
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20160608
-packetLen(0x022d, -1) // CZ_COMMAND_MER
+packetLen(0x022d, -1)
#elif PACKETVER >= 20160504
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20160427
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20160420
-packetLen(0x022d, -1) // CZ_COMMAND_MER
+packetLen(0x022d, -1)
#elif PACKETVER >= 20160323
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20160316
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20160309
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20160302
-packetLen(0x022d, 5) // CZ_COMMAND_MER
+packetLen(0x022d, 5)
#elif PACKETVER >= 20160224
-packetLen(0x022d, 26) // CZ_COMMAND_MER
+packetLen(0x022d, 26)
#elif PACKETVER >= 20160217
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20160211
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20160203
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20160120
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20160113
-packetLen(0x022d, 10) // CZ_COMMAND_MER
+packetLen(0x022d, 10)
#elif PACKETVER >= 20160106
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#endif
// Packet: 0x022e
-packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 71)
// Packet: 0x022f
-packetLen(0x022f, 5) // ZC_FEED_MER
+packetLen(0x022f, 5)
// Packet: 0x0230
-packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+packetLen(0x0230, 12)
// Packet: 0x0231
-packetLen(0x0231, 26) // CZ_RENAME_MER
+packetLen(0x0231, 26)
// Packet: 0x0232
-packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, 9)
// Packet: 0x0233
-packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, 11)
// Packet: 0x0234
-packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, 6)
// Packet: 0x0235
-packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, -1)
// Packet: 0x0236
-packetLen(0x0236, 10) // ZC_KILLER_POINT
+packetLen(0x0236, 10)
// Packet: 0x0237
-packetLen(0x0237, 2) // CZ_KILLER_RANK
+packetLen(0x0237, 2)
// Packet: 0x0238
-packetLen(0x0238, 282) // ZC_KILLER_RANK
+packetLen(0x0238, 282)
// Packet: 0x0239
-packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 11)
// Packet: 0x023a
-packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, 4)
// Packet: 0x023b
#if PACKETVER >= 20161214
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20161207
-packetLen(0x023b, 5) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 5)
#elif PACKETVER >= 20160928
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20160921
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20160913
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20160907
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20160831
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20160824
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20160803
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20160727
-packetLen(0x023b, 8) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 8)
#elif PACKETVER >= 20160629
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20160622
-packetLen(0x023b, 10) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 10)
#elif PACKETVER >= 20160504
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20160427
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20160323
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20160316
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20160309
-packetLen(0x023b, 6) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 6)
#elif PACKETVER >= 20160217
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20160211
-packetLen(0x023b, 18) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 18)
#elif PACKETVER >= 20160127
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20160120
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20160113
-packetLen(0x023b, 5) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 5)
#elif PACKETVER >= 20160106
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#endif
// Packet: 0x023c
-packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, 6)
// Packet: 0x023d
-packetLen(0x023d, 6) // AC_EVENT_RESULT
+packetLen(0x023d, 6)
// Packet: 0x023e
-packetLen(0x023e, 8) // HC_REQUEST_CHARACTER_PASSWORD
+packetLen(0x023e, 8)
// Packet: 0x023f
-packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+packetLen(0x023f, 2)
// Packet: 0x0240
-packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+packetLen(0x0240, -1)
// Packet: 0x0241
-packetLen(0x0241, 6) // CZ_MAIL_OPEN
+packetLen(0x0241, 6)
// Packet: 0x0242
-packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+packetLen(0x0242, -1)
// Packet: 0x0243
-packetLen(0x0243, 6) // CZ_MAIL_DELETE
+packetLen(0x0243, 6)
// Packet: 0x0244
-packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+packetLen(0x0244, 6)
// Packet: 0x0245
-packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+packetLen(0x0245, 3)
// Packet: 0x0246
-packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+packetLen(0x0246, 4)
// Packet: 0x0247
-packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+packetLen(0x0247, 8)
// Packet: 0x0248
-packetLen(0x0248, -1) // CZ_MAIL_SEND
+packetLen(0x0248, -1)
// Packet: 0x0249
-packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+packetLen(0x0249, 3)
// Packet: 0x024a
-packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+packetLen(0x024a, 70)
// Packet: 0x024b
-packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+packetLen(0x024b, 4)
// Packet: 0x024c
-packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+packetLen(0x024c, 8)
// Packet: 0x024d
-packetLen(0x024d, 12) // CZ_AUCTION_ADD
+packetLen(0x024d, 12)
// Packet: 0x024e
-packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+packetLen(0x024e, 6)
// Packet: 0x024f
-packetLen(0x024f, 10) // CZ_AUCTION_BUY
+packetLen(0x024f, 10)
// Packet: 0x0250
-packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+packetLen(0x0250, 3)
// Packet: 0x0251
-packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+packetLen(0x0251, 34)
// Packet: 0x0252
-packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+packetLen(0x0252, -1)
// Packet: 0x0253
-packetLen(0x0253, 3) // ZC_STARPLACE
+packetLen(0x0253, 3)
// Packet: 0x0254
-packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+packetLen(0x0254, 3)
// Packet: 0x0255
-packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+packetLen(0x0255, 5)
// Packet: 0x0256
-packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+packetLen(0x0256, 5)
// Packet: 0x0257
-packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+packetLen(0x0257, 8)
// Packet: 0x0258
-packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+packetLen(0x0258, 2)
// Packet: 0x0259
-packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+packetLen(0x0259, 3)
// Packet: 0x025a
-packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+packetLen(0x025a, -1)
// Packet: 0x025b
-packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+packetLen(0x025b, 6)
// Packet: 0x025c
-packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+packetLen(0x025c, 4)
// Packet: 0x025d
-packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+packetLen(0x025d, 6)
// Packet: 0x025e
-packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+packetLen(0x025e, 4)
// Packet: 0x025f
-packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+packetLen(0x025f, 6)
// Packet: 0x0260
-packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+packetLen(0x0260, 6)
// Packet: 0x0261
-packetLen(0x0261, 11) // AC_REQ_LOGIN_OLDEKEY
+packetLen(0x0261, 11)
// Packet: 0x0262
-packetLen(0x0262, 11) // AC_REQ_LOGIN_NEWEKEY
+packetLen(0x0262, 11)
// Packet: 0x0263
-packetLen(0x0263, 11) // AC_REQ_LOGIN_CARDPASS
+packetLen(0x0263, 11)
// Packet: 0x0264
-packetLen(0x0264, 20) // CA_ACK_LOGIN_OLDEKEY
+packetLen(0x0264, 20)
// Packet: 0x0265
-packetLen(0x0265, 20) // CA_ACK_LOGIN_NEWEKEY
+packetLen(0x0265, 20)
// Packet: 0x0266
-packetLen(0x0266, 30) // CA_ACK_LOGIN_CARDPASS
+packetLen(0x0266, 30)
// Packet: 0x0267
-packetLen(0x0267, 4) // AC_ACK_EKEY_FAIL_NOTEXIST
+packetLen(0x0267, 4)
// Packet: 0x0268
-packetLen(0x0268, 4) // AC_ACK_EKEY_FAIL_NOTUSESEKEY
+packetLen(0x0268, 4)
// Packet: 0x0269
-packetLen(0x0269, 4) // AC_ACK_EKEY_FAIL_NOTUSEDEKEY
+packetLen(0x0269, 4)
// Packet: 0x026a
-packetLen(0x026a, 4) // AC_ACK_EKEY_FAIL_AUTHREFUSE
+packetLen(0x026a, 4)
// Packet: 0x026b
-packetLen(0x026b, 4) // AC_ACK_EKEY_FAIL_INPUTEKEY
+packetLen(0x026b, 4)
// Packet: 0x026c
-packetLen(0x026c, 4) // AC_ACK_EKEY_FAIL_NOTICE
+packetLen(0x026c, 4)
// Packet: 0x026d
-packetLen(0x026d, 4) // AC_ACK_EKEY_FAIL_NEEDCARDPASS
+packetLen(0x026d, 4)
// Packet: 0x026f
-packetLen(0x026f, 2) // AC_ACK_FIRST_LOGIN
+packetLen(0x026f, 2)
// Packet: 0x0270
-packetLen(0x0270, 2) // AC_REQ_LOGIN_ACCOUNT_INFO
+packetLen(0x0270, 2)
// Packet: 0x0271
-packetLen(0x0271, 40) // CA_ACK_LOGIN_ACCOUNT_INFO
+packetLen(0x0271, 40)
// Packet: 0x0272
-packetLen(0x0272, 44) // AC_ACK_PT_ID_INFO
+packetLen(0x0272, 44)
// Packet: 0x0273
-packetLen(0x0273, 30) // CZ_REQ_MAIL_RETURN
+packetLen(0x0273, 30)
// Packet: 0x0274
-packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, 8)
// Packet: 0x0275
-packetLen(0x0275, 37) // CH_ENTER2
+packetLen(0x0275, 37)
// Packet: 0x0276
-packetLen(0x0276, -1) // AC_ACCEPT_LOGIN2
+packetLen(0x0276, -1)
// Packet: 0x0277
-packetLen(0x0277, 84) // CA_LOGIN_PCBANG
+packetLen(0x0277, 84)
// Packet: 0x0278
-packetLen(0x0278, 2) // ZC_NOTIFY_PCBANG
+packetLen(0x0278, 2)
// Packet: 0x0279
-packetLen(0x0279, 2) // CZ_HUNTINGLIST
+packetLen(0x0279, 2)
// Packet: 0x027a
-packetLen(0x027a, -1) // ZC_HUNTINGLIST
+packetLen(0x027a, -1)
// Packet: 0x027b
-packetLen(0x027b, 14) // ZC_PCBANG_EFFECT
+packetLen(0x027b, 14)
// Packet: 0x027c
-packetLen(0x027c, 60) // CA_LOGIN4
+packetLen(0x027c, 60)
// Packet: 0x027d
-packetLen(0x027d, 62) // ZC_PROPERTY_MERCE
+packetLen(0x027d, 62)
// Packet: 0x027e
-packetLen(0x027e, -1) // ZC_SHANDA_PROTECT
+packetLen(0x027e, -1)
// Packet: 0x027f
-packetLen(0x027f, 8) // CA_CLIENT_TYPE
+packetLen(0x027f, 8)
// Packet: 0x0280
-packetLen(0x0280, 12) // ZC_GANGSI_POINT
+packetLen(0x0280, 12)
// Packet: 0x0281
#if PACKETVER >= 20161221
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20161214
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20161207
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20161123
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20161026
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20161019
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20160928
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20160921
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20160913
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20160907
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20160831
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20160824
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20160622
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20160615
-packetLen(0x0281, 26) // CZ_GANGSI_RANK
+packetLen(0x0281, 26)
#elif PACKETVER >= 20160525
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20160511
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20160504
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20160427
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20160323
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20160316
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20160309
-packetLen(0x0281, 6) // CZ_GANGSI_RANK
+packetLen(0x0281, 6)
#elif PACKETVER >= 20160217
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20160211
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20160203
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20160120
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20160106
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#endif
// Packet: 0x0282
-packetLen(0x0282, 284) // ZC_GANGSI_RANK
+packetLen(0x0282, 284)
// Packet: 0x0283
-packetLen(0x0283, 6) // ZC_AID
+packetLen(0x0283, 6)
// Packet: 0x0284
-packetLen(0x0284, 14) // ZC_NOTIFY_EFFECT3
+packetLen(0x0284, 14)
// Packet: 0x0285
-packetLen(0x0285, 6) // ZC_DEATH_QUESTION
+packetLen(0x0285, 6)
// Packet: 0x0286
-packetLen(0x0286, 4) // CZ_DEATH_QUESTION
+packetLen(0x0286, 4)
// Packet: 0x0287
-packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, -1)
// Packet: 0x0288
-packetLen(0x0288, -1) // CZ_PC_BUY_CASH_POINT_ITEM
+packetLen(0x0288, -1)
// Packet: 0x0289
-packetLen(0x0289, 12) // ZC_PC_CASH_POINT_UPDATE
+packetLen(0x0289, 12)
// Packet: 0x028a
-packetLen(0x028a, 18) // ZC_NPC_SHOWEFST_UPDATE
+packetLen(0x028a, 18)
// Packet: 0x028b
-packetLen(0x028b, -1) // HC_CHARNOTBEENSELECTED
+packetLen(0x028b, -1)
// Packet: 0x028c
-packetLen(0x028c, 46) // CH_SELECT_CHAR_GOINGTOBEUSED
+packetLen(0x028c, 46)
// Packet: 0x028d
-packetLen(0x028d, 34) // CH_REQ_IS_VALID_CHARNAME
+packetLen(0x028d, 34)
// Packet: 0x028e
-packetLen(0x028e, 4) // HC_ACK_IS_VALID_CHARNAME
+packetLen(0x028e, 4)
// Packet: 0x028f
-packetLen(0x028f, 6) // CH_REQ_CHANGE_CHARNAME
+packetLen(0x028f, 6)
// Packet: 0x0290
-packetLen(0x0290, 4) // HC_ACK_CHANGE_CHARNAME
+packetLen(0x0290, 4)
// Packet: 0x0291
-packetLen(0x0291, 4) // ZC_MSG
+packetLen(0x0291, 4)
// Packet: 0x0292
-packetLen(0x0292, 2) // CZ_STANDING_RESURRECTION
+packetLen(0x0292, 2)
// Packet: 0x0293
-packetLen(0x0293, 70) // ZC_BOSS_INFO
+packetLen(0x0293, 70)
// Packet: 0x0294
-packetLen(0x0294, 10) // ZC_READ_BOOK
+packetLen(0x0294, 10)
// Packet: 0x0295
-packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, -1)
// Packet: 0x0296
-packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, -1)
// Packet: 0x0297
-packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, -1)
// Packet: 0x0298
-packetLen(0x0298, 8) // ZC_CASH_TIME_COUNTER
+packetLen(0x0298, 8)
// Packet: 0x0299
-packetLen(0x0299, 6) // ZC_CASH_ITEM_DELETE
+packetLen(0x0299, 6)
// Packet: 0x029a
-packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, 27)
// Packet: 0x029b
-packetLen(0x029b, 80) // ZC_MER_INIT
+packetLen(0x029b, 80)
// Packet: 0x029c
-packetLen(0x029c, 66) // ZC_MER_PROPERTY
+packetLen(0x029c, 66)
// Packet: 0x029d
-packetLen(0x029d, -1) // ZC_MER_SKILLINFO_LIST
+packetLen(0x029d, -1)
// Packet: 0x029e
-packetLen(0x029e, 11) // ZC_MER_SKILLINFO_UPDATE
+packetLen(0x029e, 11)
// Packet: 0x029f
-packetLen(0x029f, 3) // CZ_MER_COMMAND
+packetLen(0x029f, 3)
// Packet: 0x02a2
-packetLen(0x02a2, 8) // ZC_MER_PAR_CHANGE
+packetLen(0x02a2, 8)
// Packet: 0x02a5
-packetLen(0x02a5, 8) // CZ_KSY_EVENT
+packetLen(0x02a5, 8)
// Packet: 0x02a6
-packetLen(0x02a6, -1) // ZC_HACKSH_CPX_MSG
+packetLen(0x02a6, -1)
// Packet: 0x02a7
-packetLen(0x02a7, -1) // CZ_HACKSH_CPX_MSG
+packetLen(0x02a7, -1)
// Packet: 0x02aa
-packetLen(0x02aa, 4) // ZC_REQ_CASH_PASSWORD
+packetLen(0x02aa, 4)
// Packet: 0x02ab
-packetLen(0x02ab, 36) // CZ_ACK_CASH_PASSWORD
+packetLen(0x02ab, 36)
// Packet: 0x02ac
-packetLen(0x02ac, 6) // ZC_RESULT_CASH_PASSWORD
+packetLen(0x02ac, 6)
// Packet: 0x02ad
-packetLen(0x02ad, 8) // AC_REQUEST_SECOND_PASSWORD
+packetLen(0x02ad, 8)
// Packet: 0x02b0
-packetLen(0x02b0, 85) // CA_LOGIN_HAN
+packetLen(0x02b0, 85)
// Packet: 0x02b1
-packetLen(0x02b1, -1) // ZC_ALL_QUEST_LIST
+packetLen(0x02b1, -1)
// Packet: 0x02b2
-packetLen(0x02b2, -1) // ZC_ALL_QUEST_MISSION
+packetLen(0x02b2, -1)
// Packet: 0x02b3
-packetLen(0x02b3, 107) // ZC_ADD_QUEST
+packetLen(0x02b3, 107)
// Packet: 0x02b4
-packetLen(0x02b4, 6) // ZC_DEL_QUEST
+packetLen(0x02b4, 6)
// Packet: 0x02b5
-packetLen(0x02b5, -1) // ZC_UPDATE_MISSION_HUNT
+packetLen(0x02b5, -1)
// Packet: 0x02b6
-packetLen(0x02b6, 7) // CZ_ACTIVE_QUEST
+packetLen(0x02b6, 7)
// Packet: 0x02b7
-packetLen(0x02b7, 7) // ZC_ACTIVE_QUEST
+packetLen(0x02b7, 7)
// Packet: 0x02b8
-packetLen(0x02b8, 22) // ZC_ITEM_PICKUP_PARTY
+packetLen(0x02b8, 22)
// Packet: 0x02b9
-packetLen(0x02b9, 191) // ZC_SHORTCUT_KEY_LIST
+packetLen(0x02b9, 191)
// Packet: 0x02ba
-packetLen(0x02ba, 11) // CZ_SHORTCUT_KEY_CHANGE
+packetLen(0x02ba, 11)
// Packet: 0x02bb
-packetLen(0x02bb, 8) // ZC_EQUIPITEM_DAMAGED
+packetLen(0x02bb, 8)
// Packet: 0x02bc
-packetLen(0x02bc, 6) // ZC_NOTIFY_PCBANG_PLAYING_TIME
+packetLen(0x02bc, 6)
// Packet: 0x02c1
-packetLen(0x02c1, -1) // ZC_NPC_CHAT
+packetLen(0x02c1, -1)
// Packet: 0x02c2
-packetLen(0x02c2, -1) // ZC_FORMATSTRING_MSG
+packetLen(0x02c2, -1)
// Packet: 0x02c4
#if PACKETVER >= 20161221
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20161214
-packetLen(0x02c4, 8) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 8)
#elif PACKETVER >= 20161116
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20161109
-packetLen(0x02c4, 18) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 18)
#elif PACKETVER >= 20160615
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20160608
-packetLen(0x02c4, 18) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 18)
#elif PACKETVER >= 20160601
-packetLen(0x02c4, 26) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 26)
#elif PACKETVER >= 20160427
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20160420
-packetLen(0x02c4, 6) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 6)
#elif PACKETVER >= 20160106
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#endif
// Packet: 0x02c5
-packetLen(0x02c5, 30) // ZC_PARTY_JOIN_REQ_ACK
+packetLen(0x02c5, 30)
// Packet: 0x02c6
-packetLen(0x02c6, 30) // ZC_PARTY_JOIN_REQ
+packetLen(0x02c6, 30)
// Packet: 0x02c7
-packetLen(0x02c7, 7) // CZ_PARTY_JOIN_REQ_ACK
+packetLen(0x02c7, 7)
// Packet: 0x02c8
-packetLen(0x02c8, 3) // CZ_PARTY_CONFIG
+packetLen(0x02c8, 3)
// Packet: 0x02c9
-packetLen(0x02c9, 3) // ZC_PARTY_CONFIG
+packetLen(0x02c9, 3)
// Packet: 0x02ca
-packetLen(0x02ca, 3) // HC_REFUSE_SELECTCHAR
+packetLen(0x02ca, 3)
// Packet: 0x02cb
-packetLen(0x02cb, 65) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO
+packetLen(0x02cb, 65)
// Packet: 0x02cc
-packetLen(0x02cc, 4) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_NOTIFY
+packetLen(0x02cc, 4)
// Packet: 0x02cd
-packetLen(0x02cd, 71) // ZC_MEMORIALDUNGEON_INFO
+packetLen(0x02cd, 71)
// Packet: 0x02ce
-packetLen(0x02ce, 10) // ZC_MEMORIALDUNGEON_NOTIFY
+packetLen(0x02ce, 10)
// Packet: 0x02cf
-packetLen(0x02cf, 6) // CZ_MEMORIALDUNGEON_COMMAND
+packetLen(0x02cf, 6)
// Packet: 0x02d0
-packetLen(0x02d0, -1) // ZC_EQUIPMENT_ITEMLIST3
+packetLen(0x02d0, -1)
// Packet: 0x02d1
-packetLen(0x02d1, -1) // ZC_STORE_EQUIPMENT_ITEMLIST3
+packetLen(0x02d1, -1)
// Packet: 0x02d2
-packetLen(0x02d2, -1) // ZC_CART_EQUIPMENT_ITEMLIST3
+packetLen(0x02d2, -1)
// Packet: 0x02d3
-packetLen(0x02d3, 4) // ZC_NOTIFY_BIND_ON_EQUIP
+packetLen(0x02d3, 4)
// Packet: 0x02d4
-packetLen(0x02d4, 29) // ZC_ITEM_PICKUP_ACK3
+packetLen(0x02d4, 29)
// Packet: 0x02d5
-packetLen(0x02d5, 2) // ZC_ISVR_DISCONNECT
+packetLen(0x02d5, 2)
// Packet: 0x02d6
-packetLen(0x02d6, 6) // CZ_EQUIPWIN_MICROSCOPE
+packetLen(0x02d6, 6)
// Packet: 0x02d7
-packetLen(0x02d7, -1) // ZC_EQUIPWIN_MICROSCOPE
+packetLen(0x02d7, -1)
// Packet: 0x02d8
-packetLen(0x02d8, 10) // CZ_CONFIG
+packetLen(0x02d8, 10)
// Packet: 0x02d9
-packetLen(0x02d9, 10) // ZC_CONFIG
+packetLen(0x02d9, 10)
// Packet: 0x02da
-packetLen(0x02da, 3) // ZC_CONFIG_NOTIFY
+packetLen(0x02da, 3)
// Packet: 0x02db
-packetLen(0x02db, -1) // CZ_BATTLEFIELD_CHAT
+packetLen(0x02db, -1)
// Packet: 0x02dc
-packetLen(0x02dc, -1) // ZC_BATTLEFIELD_CHAT
+packetLen(0x02dc, -1)
// Packet: 0x02dd
-packetLen(0x02dd, 32) // ZC_BATTLEFIELD_NOTIFY_CAMPINFO
+packetLen(0x02dd, 32)
// Packet: 0x02de
-packetLen(0x02de, 6) // ZC_BATTLEFIELD_NOTIFY_POINT
+packetLen(0x02de, 6)
// Packet: 0x02df
-packetLen(0x02df, 36) // ZC_BATTLEFIELD_NOTIFY_POSITION
+packetLen(0x02df, 36)
// Packet: 0x02e0
-packetLen(0x02e0, 34) // ZC_BATTLEFIELD_NOTIFY_HP
+packetLen(0x02e0, 34)
// Packet: 0x02e1
-packetLen(0x02e1, 33) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, 33)
// Packet: 0x02e2
-packetLen(0x02e2, 20) // CZ_USE_ITEM_NEW_JAPEN
+packetLen(0x02e2, 20)
// Packet: 0x02e3
-packetLen(0x02e3, 22) // CZ_USE_SKILL_NEW_JAPEN
+packetLen(0x02e3, 22)
// Packet: 0x02e4
-packetLen(0x02e4, 11) // CZ_ITEM_PICKUP_NEW_JAPEN
+packetLen(0x02e4, 11)
// Packet: 0x02e5
-packetLen(0x02e5, 9) // CZ_REQUEST_MOVE_NEW_JAPEN
+packetLen(0x02e5, 9)
// Packet: 0x02e6
-packetLen(0x02e6, 6) // CZ_BOT_CHECK
+packetLen(0x02e6, 6)
// Packet: 0x02e7
-packetLen(0x02e7, -1) // ZC_MAPPROPERTY
+packetLen(0x02e7, -1)
// Packet: 0x02e8
-packetLen(0x02e8, -1) // ZC_NORMAL_ITEMLIST3
+packetLen(0x02e8, -1)
// Packet: 0x02e9
-packetLen(0x02e9, -1) // ZC_CART_NORMAL_ITEMLIST3
+packetLen(0x02e9, -1)
// Packet: 0x02ea
-packetLen(0x02ea, -1) // ZC_STORE_NORMAL_ITEMLIST3
+packetLen(0x02ea, -1)
// Packet: 0x02eb
-packetLen(0x02eb, 13) // ZC_ACCEPT_ENTER2
+packetLen(0x02eb, 13)
// Packet: 0x02ec
-packetLen(0x02ec, 67) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 67)
// Packet: 0x02ed
-packetLen(0x02ed, 59) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, 59)
// Packet: 0x02ee
-packetLen(0x02ee, 60) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, 60)
// Packet: 0x02ef
-packetLen(0x02ef, 8) // ZC_NOTIFY_FONT
+packetLen(0x02ef, 8)
// Packet: 0x02f0
-packetLen(0x02f0, 10) // ZC_PROGRESS
+packetLen(0x02f0, 10)
// Packet: 0x02f1
-packetLen(0x02f1, 2) // CZ_PROGRESS
+packetLen(0x02f1, 2)
// Packet: 0x02f2
-packetLen(0x02f2, 2) // ZC_PROGRESS_CANCEL
+packetLen(0x02f2, 2)
// Packet: 0x02f3
-packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+packetLen(0x02f3, -1)
// Packet: 0x02f4
-packetLen(0x02f4, 3) // ZC_IRMAIL_SEND_RES
+packetLen(0x02f4, 3)
// Packet: 0x02f5
-packetLen(0x02f5, 7) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, 7)
// Packet: 0x02f6
-packetLen(0x02f6, 7) // CZ_IRMAIL_LIST
+packetLen(0x02f6, 7)
// Packet: 0x035c
-packetLen(0x035c, 2) // CZ_OPEN_SIMPLE_CASHSHOP_ITEMLIST
+packetLen(0x035c, 2)
// Packet: 0x035d
-packetLen(0x035d, -1) // ZC_SIMPLE_CASHSHOP_POINT_ITEMLIST
+packetLen(0x035d, -1)
// Packet: 0x035e
-packetLen(0x035e, 2) // CZ_CLOSE_WINDOW
+packetLen(0x035e, 2)
// Packet: 0x035f
#if PACKETVER >= 20161228
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20161207
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20161130
-packetLen(0x035f, 5) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 5)
#elif PACKETVER >= 20161123
-packetLen(0x035f, 18) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 18)
#elif PACKETVER >= 20161026
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20161019
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20161005
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20160921
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20160913
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20160907
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20160831
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20160824
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20160706
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20160629
-packetLen(0x035f, 4) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 4)
#elif PACKETVER >= 20160622
-packetLen(0x035f, 8) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 8)
#elif PACKETVER >= 20160615
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20160608
-packetLen(0x035f, 26) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 26)
#elif PACKETVER >= 20160511
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20160504
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20160427
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20160420
-packetLen(0x035f, 26) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 26)
#elif PACKETVER >= 20160414
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20160406
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20160316
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20160302
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20160224
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20160217
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20160211
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20160203
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20160120
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20160113
-packetLen(0x035f, 18) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 18)
#elif PACKETVER >= 20160106
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#endif
// Packet: 0x0360
#if PACKETVER >= 20161221
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20161214
-packetLen(0x0360, 5) // CZ_REQUEST_TIME2
+packetLen(0x0360, 5)
#elif PACKETVER >= 20161130
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20161026
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20161019
-packetLen(0x0360, 5) // CZ_REQUEST_TIME2
+packetLen(0x0360, 5)
#elif PACKETVER >= 20160928
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20160921
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20160913
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20160907
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20160831
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20160824
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20160615
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20160511
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20160504
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20160414
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20160406
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20160316
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20160217
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20160120
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20160113
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20160106
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#endif
// Packet: 0x0361
#if PACKETVER >= 20161214
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20161207
-packetLen(0x0361, 19) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 19)
#elif PACKETVER >= 20161130
-packetLen(0x0361, 6) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 6)
#elif PACKETVER >= 20161109
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20161102
-packetLen(0x0361, 8) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 8)
#elif PACKETVER >= 20161026
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20161019
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20160928
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20160921
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20160913
-packetLen(0x0361, 18) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 18)
#elif PACKETVER >= 20160907
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20160831
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20160824
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20160817
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20160810
-packetLen(0x0361, 36) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 36)
#elif PACKETVER >= 20160629
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20160622
-packetLen(0x0361, 26) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 26)
#elif PACKETVER >= 20160504
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20160427
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20160323
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20160316
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20160309
-packetLen(0x0361, 26) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 26)
#elif PACKETVER >= 20160211
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20160203
-packetLen(0x0361, 26) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 26)
#elif PACKETVER >= 20160127
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20160120
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20160106
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#endif
// Packet: 0x0362
#if PACKETVER >= 20161228
-packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+packetLen(0x0362, -1)
#elif PACKETVER >= 20161221
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20161207
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20161130
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20161123
-packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+packetLen(0x0362, -1)
#elif PACKETVER >= 20161116
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20161109
-packetLen(0x0362, 8) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 8)
#elif PACKETVER >= 20161026
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20161012
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20160928
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20160921
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20160913
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20160907
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20160831
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20160824
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20160803
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20160727
-packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+packetLen(0x0362, -1)
#elif PACKETVER >= 20160720
-packetLen(0x0362, 90) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 90)
#elif PACKETVER >= 20160713
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20160706
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20160525
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20160511
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20160504
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20160427
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20160420
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20160414
-packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+packetLen(0x0362, -1)
#elif PACKETVER >= 20160323
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20160316
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20160224
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20160217
-packetLen(0x0362, 5) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 5)
#elif PACKETVER >= 20160211
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20160203
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20160120
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20160106
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#endif
// Packet: 0x0363
#if PACKETVER >= 20161207
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20161130
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20161102
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20161026
-packetLen(0x0363, 36) // CZ_ITEM_THROW2
+packetLen(0x0363, 36)
#elif PACKETVER >= 20161019
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20160928
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20160921
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20160913
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20160907
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20160831
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20160824
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20160803
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20160727
-packetLen(0x0363, 26) // CZ_ITEM_THROW2
+packetLen(0x0363, 26)
#elif PACKETVER >= 20160720
-packetLen(0x0363, 10) // CZ_ITEM_THROW2
+packetLen(0x0363, 10)
#elif PACKETVER >= 20160713
-packetLen(0x0363, 5) // CZ_ITEM_THROW2
+packetLen(0x0363, 5)
#elif PACKETVER >= 20160706
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20160629
-packetLen(0x0363, 6) // CZ_ITEM_THROW2
+packetLen(0x0363, 6)
#elif PACKETVER >= 20160622
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20160615
-packetLen(0x0363, 19) // CZ_ITEM_THROW2
+packetLen(0x0363, 19)
#elif PACKETVER >= 20160525
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20160511
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20160504
-packetLen(0x0363, -1) // CZ_ITEM_THROW2
+packetLen(0x0363, -1)
#elif PACKETVER >= 20160427
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20160420
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20160414
-packetLen(0x0363, 6) // CZ_ITEM_THROW2
+packetLen(0x0363, 6)
#elif PACKETVER >= 20160323
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20160316
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20160217
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20160211
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20160203
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20160120
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20160106
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#endif
// Packet: 0x0364
#if PACKETVER >= 20161221
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20161214
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20161207
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20161130
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20161026
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20161019
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20161012
-packetLen(0x0364, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, -1)
#elif PACKETVER >= 20160928
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20160921
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20160913
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20160907
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20160831
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20160824
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20160817
-packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 6)
#elif PACKETVER >= 20160810
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20160803
-packetLen(0x0364, 19) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 19)
#elif PACKETVER >= 20160720
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20160713
-packetLen(0x0364, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, -1)
#elif PACKETVER >= 20160622
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20160615
-packetLen(0x0364, 36) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 36)
#elif PACKETVER >= 20160525
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20160511
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20160504
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20160427
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20160414
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20160406
-packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 6)
#elif PACKETVER >= 20160323
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20160316
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20160309
-packetLen(0x0364, 36) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 36)
#elif PACKETVER >= 20160302
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20160224
-packetLen(0x0364, 10) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 10)
#elif PACKETVER >= 20160217
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20160211
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20160203
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20160120
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20160106
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#endif
// Packet: 0x0365
#if PACKETVER >= 20161207
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20161130
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20161116
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20161109
-packetLen(0x0365, 6) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 6)
#elif PACKETVER >= 20161026
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20161019
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20161012
-packetLen(0x0365, 6) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 6)
#elif PACKETVER >= 20160928
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20160921
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20160913
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20160907
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20160831
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20160824
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20160727
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20160720
-packetLen(0x0365, 7) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 7)
#elif PACKETVER >= 20160525
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20160511
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20160504
-packetLen(0x0365, 4) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 4)
#elif PACKETVER >= 20160427
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20160406
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20160330
-packetLen(0x0365, 36) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 36)
#elif PACKETVER >= 20160323
-packetLen(0x0365, 26) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 26)
#elif PACKETVER >= 20160316
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20160224
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20160217
-packetLen(0x0365, 12) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 12)
#elif PACKETVER >= 20160211
-packetLen(0x0365, 36) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 36)
#elif PACKETVER >= 20160203
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20160120
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20160106
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#endif
// Packet: 0x0366
#if PACKETVER >= 20161228
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20161221
-packetLen(0x0366, 6) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 6)
#elif PACKETVER >= 20161130
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20161116
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20161109
-packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, -1)
#elif PACKETVER >= 20161026
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20161019
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20161005
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20160928
-packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, -1)
#elif PACKETVER >= 20160921
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20160913
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20160907
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20160831
-packetLen(0x0366, 6) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 6)
#elif PACKETVER >= 20160824
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20160629
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20160622
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20160608
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20160511
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20160504
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20160414
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20160330
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20160316
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20160302
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20160224
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20160217
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20160120
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20160113
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20160106
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#endif
// Packet: 0x0367
#if PACKETVER >= 20161109
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20161102
-packetLen(0x0367, 4) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 4)
#elif PACKETVER >= 20160309
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20160302
-packetLen(0x0367, 6) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 6)
#elif PACKETVER >= 20160106
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#endif
// Packet: 0x0368
#if PACKETVER >= 20161221
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20161130
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20161123
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20161116
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20161026
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20161019
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20161012
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20161005
-packetLen(0x0368, 7) // CZ_REQNAME2
+packetLen(0x0368, 7)
#elif PACKETVER >= 20160928
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20160921
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20160913
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20160907
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20160831
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20160824
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20160706
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20160629
-packetLen(0x0368, -1) // CZ_REQNAME2
+packetLen(0x0368, -1)
#elif PACKETVER >= 20160615
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20160511
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20160504
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20160414
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20160406
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20160309
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20160302
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20160224
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20160217
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20160120
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20160113
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20160106
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#endif
// Packet: 0x0369
#if PACKETVER >= 20161221
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20161214
-packetLen(0x0369, 19) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 19)
#elif PACKETVER >= 20161207
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20161130
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20161123
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20161116
-packetLen(0x0369, 8) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 8)
#elif PACKETVER >= 20161026
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20161019
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20161012
-packetLen(0x0369, 26) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 26)
#elif PACKETVER >= 20160928
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20160921
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20160913
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20160907
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20160831
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20160824
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20160622
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20160615
-packetLen(0x0369, 5) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 5)
#elif PACKETVER >= 20160511
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20160504
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20160414
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20160406
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20160316
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20160302
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20160224
-packetLen(0x0369, 8) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 8)
#elif PACKETVER >= 20160217
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20160120
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20160113
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20160106
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#endif
// Packet: 0x03dd
-packetLen(0x03dd, 18) // AHC_GAME_GUARD
+packetLen(0x03dd, 18)
// Packet: 0x03de
-packetLen(0x03de, 18) // CAH_ACK_GAME_GUARD
+packetLen(0x03de, 18)
// Packet: 0x0436
#if PACKETVER >= 20161221
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20161214
-packetLen(0x0436, 7) // CZ_ENTER2
+packetLen(0x0436, 7)
#elif PACKETVER >= 20161109
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20161102
-packetLen(0x0436, 7) // CZ_ENTER2
+packetLen(0x0436, 7)
#elif PACKETVER >= 20161005
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20160928
-packetLen(0x0436, 6) // CZ_ENTER2
+packetLen(0x0436, 6)
#elif PACKETVER >= 20160921
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20160913
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20160907
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20160831
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20160824
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20160803
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20160727
-packetLen(0x0436, 90) // CZ_ENTER2
+packetLen(0x0436, 90)
#elif PACKETVER >= 20160713
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20160706
-packetLen(0x0436, 6) // CZ_ENTER2
+packetLen(0x0436, 6)
#elif PACKETVER >= 20160615
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20160608
-packetLen(0x0436, 5) // CZ_ENTER2
+packetLen(0x0436, 5)
#elif PACKETVER >= 20160525
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20160518
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20160504
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20160427
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20160323
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20160316
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20160302
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20160224
-packetLen(0x0436, 6) // CZ_ENTER2
+packetLen(0x0436, 6)
#elif PACKETVER >= 20160217
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20160211
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20160203
-packetLen(0x0436, -1) // CZ_ENTER2
+packetLen(0x0436, -1)
#elif PACKETVER >= 20160120
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20160106
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#endif
// Packet: 0x0437
#if PACKETVER >= 20161221
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20161130
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20161123
-packetLen(0x0437, 6) // CZ_REQUEST_ACT2
+packetLen(0x0437, 6)
#elif PACKETVER >= 20161026
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20161019
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20160928
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20160921
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20160913
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20160907
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20160831
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20160824
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20160817
-packetLen(0x0437, 26) // CZ_REQUEST_ACT2
+packetLen(0x0437, 26)
#elif PACKETVER >= 20160629
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20160622
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20160615
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20160608
-packetLen(0x0437, 19) // CZ_REQUEST_ACT2
+packetLen(0x0437, 19)
#elif PACKETVER >= 20160511
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20160504
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20160414
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20160406
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20160316
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20160217
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20160211
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20160203
-packetLen(0x0437, 6) // CZ_REQUEST_ACT2
+packetLen(0x0437, 6)
#elif PACKETVER >= 20160120
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20160113
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20160106
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#endif
// Packet: 0x0438
#if PACKETVER >= 20161228
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20161221
-packetLen(0x0438, 5) // CZ_USE_SKILL2
+packetLen(0x0438, 5)
#elif PACKETVER >= 20161130
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20161102
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20161026
-packetLen(0x0438, 5) // CZ_USE_SKILL2
+packetLen(0x0438, 5)
#elif PACKETVER >= 20161019
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20160928
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20160921
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20160913
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20160907
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20160831
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20160824
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20160803
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20160727
-packetLen(0x0438, 6) // CZ_USE_SKILL2
+packetLen(0x0438, 6)
#elif PACKETVER >= 20160615
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20160511
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20160504
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20160414
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20160406
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20160316
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20160302
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20160224
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20160217
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20160120
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20160113
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20160106
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#endif
// Packet: 0x0439
-packetLen(0x0439, 8) // CZ_USE_ITEM2
+packetLen(0x0439, 8)
// Packet: 0x043d
-packetLen(0x043d, 8) // ZC_SKILL_POSTDELAY
+packetLen(0x043d, 8)
// Packet: 0x043e
-packetLen(0x043e, -1) // ZC_SKILL_POSTDELAY_LIST
+packetLen(0x043e, -1)
// Packet: 0x043f
-packetLen(0x043f, 25) // ZC_MSG_STATE_CHANGE2
+packetLen(0x043f, 25)
// Packet: 0x0440
-packetLen(0x0440, 10) // ZC_MILLENNIUMSHIELD
+packetLen(0x0440, 10)
// Packet: 0x0441
-packetLen(0x0441, 4) // ZC_SKILLINFO_DELETE
+packetLen(0x0441, 4)
// Packet: 0x0442
-packetLen(0x0442, -1) // ZC_SKILL_SELECT_REQUEST
+packetLen(0x0442, -1)
// Packet: 0x0443
-packetLen(0x0443, 8) // CZ_SKILL_SELECT_RESPONSE
+packetLen(0x0443, 8)
// Packet: 0x0444
-packetLen(0x0444, -1) // ZC_SIMPLE_CASH_POINT_ITEMLIST
+packetLen(0x0444, -1)
// Packet: 0x0445
-packetLen(0x0445, 10) // CZ_SIMPLE_BUY_CASH_POINT_ITEM
+packetLen(0x0445, 10)
// Packet: 0x0446
-packetLen(0x0446, 14) // ZC_QUEST_NOTIFY_EFFECT
+packetLen(0x0446, 14)
// Packet: 0x0447
-packetLen(0x0447, 2) // CZ_BLOCKING_PLAY_CANCEL
+packetLen(0x0447, 2)
// Packet: 0x0448
-packetLen(0x0448, -1) // HC_CHARACTER_LIST
+packetLen(0x0448, -1)
// Packet: 0x0449
-packetLen(0x0449, 4) // ZC_HACKSH_ERROR_MSG
+packetLen(0x0449, 4)
// Packet: 0x044a
-packetLen(0x044a, 6) // CZ_CLIENT_VERSION
+packetLen(0x044a, 6)
// Packet: 0x044b
-packetLen(0x044b, 2) // CZ_CLOSE_SIMPLECASH_SHOP
+packetLen(0x044b, 2)
// Packet: 0x07d7
-packetLen(0x07d7, 8) // CZ_GROUPINFO_CHANGE_V2
+packetLen(0x07d7, 8)
// Packet: 0x07d8
-packetLen(0x07d8, 8) // ZC_REQ_GROUPINFO_CHANGE_V2
+packetLen(0x07d8, 8)
// Packet: 0x07d9
-packetLen(0x07d9, 268) // ZC_SHORTCUT_KEY_LIST_V2
+packetLen(0x07d9, 268)
// Packet: 0x07da
-packetLen(0x07da, 6) // CZ_CHANGE_GROUP_MASTER
+packetLen(0x07da, 6)
// Packet: 0x07db
-packetLen(0x07db, 8) // ZC_HO_PAR_CHANGE
+packetLen(0x07db, 8)
// Packet: 0x07dc
-packetLen(0x07dc, 6) // CZ_SEEK_PARTY
+packetLen(0x07dc, 6)
// Packet: 0x07dd
-packetLen(0x07dd, 54) // ZC_SEEK_PARTY
+packetLen(0x07dd, 54)
// Packet: 0x07de
-packetLen(0x07de, 30) // CZ_SEEK_PARTY_MEMBER
+packetLen(0x07de, 30)
// Packet: 0x07df
-packetLen(0x07df, 54) // ZC_SEEK_PARTY_MEMBER
+packetLen(0x07df, 54)
// Packet: 0x07e0
-packetLen(0x07e0, 58) // ZC_ES_NOTI_MYINFO
+packetLen(0x07e0, 58)
// Packet: 0x07e1
-packetLen(0x07e1, 15) // ZC_SKILLINFO_UPDATE2
+packetLen(0x07e1, 15)
// Packet: 0x07e2
-packetLen(0x07e2, 8) // ZC_MSG_VALUE
+packetLen(0x07e2, 8)
// Packet: 0x07e3
-packetLen(0x07e3, 6) // ZC_ITEMLISTWIN_OPEN
+packetLen(0x07e3, 6)
// Packet: 0x07e4
#if PACKETVER >= 20161207
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20161130
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20161026
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20161019
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20160928
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20160921
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20160913
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20160907
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20160831
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20160817
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20160727
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20160720
-packetLen(0x07e4, 19) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 19)
#elif PACKETVER >= 20160629
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20160622
-packetLen(0x07e4, 5) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 5)
#elif PACKETVER >= 20160525
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20160511
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20160504
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20160427
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20160414
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20160406
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20160323
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20160316
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20160217
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20160211
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20160203
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20160120
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20160106
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#endif
// Packet: 0x07e5
-packetLen(0x07e5, 4) // CH_ENTER_CHECKBOT
+packetLen(0x07e5, 4)
// Packet: 0x07e6
-packetLen(0x07e6, 8) // ZC_MSG_SKILL
+packetLen(0x07e6, 8)
// Packet: 0x07e7
-packetLen(0x07e7, 32) // CH_CHECKBOT
+packetLen(0x07e7, 32)
// Packet: 0x07e8
-packetLen(0x07e8, -1) // HC_CHECKBOT
+packetLen(0x07e8, -1)
// Packet: 0x07e9
-packetLen(0x07e9, 5) // HC_CHECKBOT_RESULT
+packetLen(0x07e9, 5)
// Packet: 0x07ea
-packetLen(0x07ea, 2) // CZ_BATTLE_FIELD_LIST
+packetLen(0x07ea, 2)
// Packet: 0x07eb
-packetLen(0x07eb, -1) // ZC_BATTLE_FIELD_LIST
+packetLen(0x07eb, -1)
// Packet: 0x07ec
#if PACKETVER >= 20161207
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20161130
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20161026
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20161019
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20161012
-packetLen(0x07ec, -1) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, -1)
#elif PACKETVER >= 20160928
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20160921
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20160913
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20160907
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20160831
-packetLen(0x07ec, 6) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 6)
#elif PACKETVER >= 20160824
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20160803
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20160727
-packetLen(0x07ec, 6) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 6)
#elif PACKETVER >= 20160615
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20160608
-packetLen(0x07ec, 5) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 5)
#elif PACKETVER >= 20160525
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20160511
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20160504
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20160427
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20160323
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20160316
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20160217
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20160211
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20160203
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20160120
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20160113
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20160106
-packetLen(0x07ec, 5) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 5)
#endif
// Packet: 0x07ed
-packetLen(0x07ed, 10) // ZC_JOIN_BATTLE_FIELD
+packetLen(0x07ed, 10)
// Packet: 0x07ee
-packetLen(0x07ee, 6) // CZ_CANCEL_BATTLE_FIELD
+packetLen(0x07ee, 6)
// Packet: 0x07ef
-packetLen(0x07ef, 8) // ZC_CANCEL_BATTLE_FIELD
+packetLen(0x07ef, 8)
// Packet: 0x07f0
-packetLen(0x07f0, 6) // CZ_REQ_BATTLE_STATE_MONITOR
+packetLen(0x07f0, 6)
// Packet: 0x07f1
-packetLen(0x07f1, 18) // ZC_ACK_BATTLE_STATE_MONITOR
+packetLen(0x07f1, 18)
// Packet: 0x07f2
-packetLen(0x07f2, 8) // ZC_BATTLE_NOTI_START_STEP
+packetLen(0x07f2, 8)
// Packet: 0x07f3
-packetLen(0x07f3, 6) // ZC_BATTLE_JOIN_NOTI_DEFER
+packetLen(0x07f3, 6)
// Packet: 0x07f4
-packetLen(0x07f4, 3) // ZC_BATTLE_JOIN_DISABLE_STATE
+packetLen(0x07f4, 3)
// Packet: 0x07f5
-packetLen(0x07f5, 6) // CZ_GM_FULLSTRIP
+packetLen(0x07f5, 6)
// Packet: 0x07f6
-packetLen(0x07f6, 14) // ZC_NOTIFY_EXP
+packetLen(0x07f6, 14)
// Packet: 0x07f7
-packetLen(0x07f7, -1) // ZC_NOTIFY_MOVEENTRY7
+packetLen(0x07f7, -1)
// Packet: 0x07f8
-packetLen(0x07f8, -1) // ZC_NOTIFY_NEWENTRY5
+packetLen(0x07f8, -1)
// Packet: 0x07f9
-packetLen(0x07f9, -1) // ZC_NOTIFY_STANDENTRY5
+packetLen(0x07f9, -1)
// Packet: 0x07fa
-packetLen(0x07fa, 8) // ZC_DELETE_ITEM_FROM_BODY
+packetLen(0x07fa, 8)
// Packet: 0x07fb
-packetLen(0x07fb, 25) // ZC_USESKILL_ACK2
+packetLen(0x07fb, 25)
// Packet: 0x07fc
-packetLen(0x07fc, 10) // ZC_CHANGE_GROUP_MASTER
+packetLen(0x07fc, 10)
// Packet: 0x07fd
-packetLen(0x07fd, -1) // ZC_BROADCASTING_SPECIAL_ITEM_OBTAIN
+packetLen(0x07fd, -1)
// Packet: 0x07fe
-packetLen(0x07fe, 26) // ZC_PLAY_NPC_BGM
+packetLen(0x07fe, 26)
// Packet: 0x0800
-packetLen(0x0800, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC2
+packetLen(0x0800, -1)
// Packet: 0x0801
-packetLen(0x0801, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC2
+packetLen(0x0801, -1)
// Packet: 0x0802
#if PACKETVER >= 20161207
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20161130
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20161109
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20161102
-packetLen(0x0802, 6) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 6)
#elif PACKETVER >= 20161026
-packetLen(0x0802, 18) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 18)
#elif PACKETVER >= 20161019
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20160928
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20160921
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20160913
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20160907
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20160831
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20160824
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20160615
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20160608
-packetLen(0x0802, 6) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 6)
#elif PACKETVER >= 20160525
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20160511
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20160504
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20160427
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20160323
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20160316
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20160309
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20160302
-packetLen(0x0802, 19) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 19)
#elif PACKETVER >= 20160217
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20160211
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20160203
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20160120
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20160106
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#endif
// Packet: 0x0803
-packetLen(0x0803, 4) // ZC_PARTY_BOOKING_ACK_REGISTER
+packetLen(0x0803, 4)
// Packet: 0x0804
-packetLen(0x0804, 14) // CZ_PARTY_BOOKING_REQ_SEARCH
+packetLen(0x0804, 14)
// Packet: 0x0805
-packetLen(0x0805, -1) // ZC_PARTY_BOOKING_ACK_SEARCH
+packetLen(0x0805, -1)
// Packet: 0x0806
-packetLen(0x0806, 2) // CZ_PARTY_BOOKING_REQ_DELETE
+packetLen(0x0806, 2)
// Packet: 0x0807
-packetLen(0x0807, 4) // ZC_PARTY_BOOKING_ACK_DELETE
+packetLen(0x0807, 4)
// Packet: 0x0808
-packetLen(0x0808, 14) // CZ_PARTY_BOOKING_REQ_UPDATE
+packetLen(0x0808, 14)
// Packet: 0x0809
-packetLen(0x0809, 50) // ZC_PARTY_BOOKING_NOTIFY_INSERT
+packetLen(0x0809, 50)
// Packet: 0x080a
-packetLen(0x080a, 18) // ZC_PARTY_BOOKING_NOTIFY_UPDATE
+packetLen(0x080a, 18)
// Packet: 0x080b
-packetLen(0x080b, 6) // ZC_PARTY_BOOKING_NOTIFY_DELETE
+packetLen(0x080b, 6)
// Packet: 0x080c
-packetLen(0x080c, 2) // CZ_SIMPLE_CASH_BTNSHOW
+packetLen(0x080c, 2)
// Packet: 0x080d
-packetLen(0x080d, 3) // ZC_SIMPLE_CASH_BTNSHOW
+packetLen(0x080d, 3)
// Packet: 0x080e
-packetLen(0x080e, 14) // ZC_NOTIFY_HP_TO_GROUPM_R2
+packetLen(0x080e, 14)
// Packet: 0x080f
-packetLen(0x080f, 20) // ZC_ADD_EXCHANGE_ITEM2
+packetLen(0x080f, 20)
// Packet: 0x0810
-packetLen(0x0810, 3) // ZC_OPEN_BUYING_STORE
+packetLen(0x0810, 3)
// Packet: 0x0811
#if PACKETVER >= 20161221
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20161130
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20161026
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20161019
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20161005
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20160928
-packetLen(0x0811, 8) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 8)
#elif PACKETVER >= 20160921
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20160913
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20160907
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20160831
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20160824
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20160817
-packetLen(0x0811, 4) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 4)
#elif PACKETVER >= 20160608
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20160511
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20160504
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20160414
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20160406
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20160316
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20160302
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20160224
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20160217
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20160211
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20160203
-packetLen(0x0811, 5) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 5)
#elif PACKETVER >= 20160120
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20160113
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20160106
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#endif
// Packet: 0x0812
-packetLen(0x0812, 8) // ZC_FAILED_OPEN_BUYING_STORE_TO_BUYER
+packetLen(0x0812, 8)
// Packet: 0x0813
-packetLen(0x0813, -1) // ZC_MYITEMLIST_BUYING_STORE
+packetLen(0x0813, -1)
// Packet: 0x0814
-packetLen(0x0814, 86) // ZC_BUYING_STORE_ENTRY
+packetLen(0x0814, 86)
// Packet: 0x0815
#if PACKETVER >= 20161221
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20161130
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20161026
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20161019
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20160928
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20160921
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20160913
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20160907
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20160831
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20160824
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20160615
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20160511
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20160504
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20160414
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20160406
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20160316
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20160302
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20160224
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20160217
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20160120
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20160113
-packetLen(0x0815, 36) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 36)
#elif PACKETVER >= 20160106
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#endif
// Packet: 0x0816
-packetLen(0x0816, 6) // ZC_DISAPPEAR_BUYING_STORE_ENTRY
+packetLen(0x0816, 6)
// Packet: 0x0817
#if PACKETVER >= 20161228
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20161221
-packetLen(0x0817, 8) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 8)
#elif PACKETVER >= 20160921
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20160913
-packetLen(0x0817, 8) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 8)
#elif PACKETVER >= 20160608
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20160601
-packetLen(0x0817, 26) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 26)
#elif PACKETVER >= 20160106
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#endif
// Packet: 0x0818
-packetLen(0x0818, -1) // ZC_ACK_ITEMLIST_BUYING_STORE
+packetLen(0x0818, -1)
// Packet: 0x0819
#if PACKETVER >= 20161221
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20161214
-packetLen(0x0819, 4) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 4)
#elif PACKETVER >= 20161130
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20161026
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20161019
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20161012
-packetLen(0x0819, 26) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 26)
#elif PACKETVER >= 20160928
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20160921
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20160913
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20160907
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20160831
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20160824
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20160817
-packetLen(0x0819, 6) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 6)
#elif PACKETVER >= 20160810
-packetLen(0x0819, 10) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 10)
#elif PACKETVER >= 20160727
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20160720
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20160615
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20160511
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20160427
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20160420
-packetLen(0x0819, 5) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 5)
#elif PACKETVER >= 20160414
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20160406
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20160316
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20160309
-packetLen(0x0819, 10) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 10)
#elif PACKETVER >= 20160302
-packetLen(0x0819, 5) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 5)
#elif PACKETVER >= 20160224
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20160217
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20160211
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20160203
-packetLen(0x0819, 19) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 19)
#elif PACKETVER >= 20160120
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20160113
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20160106
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#endif
// Packet: 0x081a
-packetLen(0x081a, 4) // ZC_FAILED_TRADE_BUYING_STORE_TO_BUYER
+packetLen(0x081a, 4)
// Packet: 0x081b
-packetLen(0x081b, 10) // ZC_UPDATE_ITEM_FROM_BUYING_STORE
+packetLen(0x081b, 10)
// Packet: 0x081c
-packetLen(0x081c, 10) // ZC_ITEM_DELETE_BUYING_STORE
+packetLen(0x081c, 10)
// Packet: 0x081d
-packetLen(0x081d, 22) // ZC_EL_INIT
+packetLen(0x081d, 22)
// Packet: 0x081e
-packetLen(0x081e, 8) // ZC_EL_PAR_CHANGE
+packetLen(0x081e, 8)
// Packet: 0x081f
-packetLen(0x081f, -1) // ZC_BROADCAST4
+packetLen(0x081f, -1)
// Packet: 0x0820
-packetLen(0x0820, 11) // ZC_COSTUME_SPRITE_CHANGE
+packetLen(0x0820, 11)
// Packet: 0x0821
-packetLen(0x0821, 2) // AC_OTP_USER
+packetLen(0x0821, 2)
// Packet: 0x0822
-packetLen(0x0822, 9) // CA_OTP_AUTH_REQ
+packetLen(0x0822, 9)
// Packet: 0x0823
-packetLen(0x0823, -1) // AC_OTP_AUTH_ACK
+packetLen(0x0823, -1)
// Packet: 0x0824
-packetLen(0x0824, 6) // ZC_FAILED_TRADE_BUYING_STORE_TO_SELLER
+packetLen(0x0824, 6)
// Packet: 0x0825
-packetLen(0x0825, -1) // CA_SSO_LOGIN_REQ
+packetLen(0x0825, -1)
// Packet: 0x0827
-packetLen(0x0827, 6) // CH_DELETE_CHAR3_RESERVED
+packetLen(0x0827, 6)
// Packet: 0x0828
-packetLen(0x0828, 14) // HC_DELETE_CHAR3_RESERVED
+packetLen(0x0828, 14)
// Packet: 0x0829
-packetLen(0x0829, 12) // CH_DELETE_CHAR3
+packetLen(0x0829, 12)
// Packet: 0x082a
-packetLen(0x082a, 10) // HC_DELETE_CHAR3
+packetLen(0x082a, 10)
// Packet: 0x082b
-packetLen(0x082b, 6) // CH_DELETE_CHAR3_CANCEL
+packetLen(0x082b, 6)
// Packet: 0x082c
-packetLen(0x082c, 10) // HC_DELETE_CHAR3_CANCEL
+packetLen(0x082c, 10)
// Packet: 0x082d
-packetLen(0x082d, -1) // HC_ACCEPT_ENTER2
+packetLen(0x082d, -1)
// Packet: 0x0835
#if PACKETVER >= 20161123
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20161116
-packetLen(0x0835, 26) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 26)
#elif PACKETVER >= 20161109
-packetLen(0x0835, 6) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 6)
#elif PACKETVER >= 20160907
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20160831
-packetLen(0x0835, 19) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 19)
#elif PACKETVER >= 20160504
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20160427
-packetLen(0x0835, 36) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 36)
#elif PACKETVER >= 20160211
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20160203
-packetLen(0x0835, -1) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, -1)
#elif PACKETVER >= 20160106
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#endif
// Packet: 0x0836
-packetLen(0x0836, -1) // ZC_SEARCH_STORE_INFO_ACK
+packetLen(0x0836, -1)
// Packet: 0x0837
-packetLen(0x0837, 3) // ZC_SEARCH_STORE_INFO_FAILED
+packetLen(0x0837, 3)
// Packet: 0x0838
#if PACKETVER >= 20161221
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20161130
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20161109
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20161102
-packetLen(0x0838, -1) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, -1)
#elif PACKETVER >= 20161026
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20161019
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20161012
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20161005
-packetLen(0x0838, 36) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 36)
#elif PACKETVER >= 20160928
-packetLen(0x0838, 26) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 26)
#elif PACKETVER >= 20160921
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20160913
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20160907
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20160831
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20160824
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20160817
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20160810
-packetLen(0x0838, 26) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 26)
#elif PACKETVER >= 20160727
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20160720
-packetLen(0x0838, 5) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 5)
#elif PACKETVER >= 20160713
-packetLen(0x0838, 6) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 6)
#elif PACKETVER >= 20160615
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20160511
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20160504
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20160414
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20160406
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20160316
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20160309
-packetLen(0x0838, 5) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 5)
#elif PACKETVER >= 20160302
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20160224
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20160217
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20160120
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20160113
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20160106
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#endif
// Packet: 0x0839
-packetLen(0x0839, 66) // ZC_ACK_BAN_GUILD_SSO
+packetLen(0x0839, 66)
// Packet: 0x083a
-packetLen(0x083a, 5) // ZC_OPEN_SEARCH_STORE_INFO
+packetLen(0x083a, 5)
// Packet: 0x083b
-packetLen(0x083b, 2) // CZ_CLOSE_SEARCH_STORE_INFO
+packetLen(0x083b, 2)
// Packet: 0x083c
#if PACKETVER >= 20161221
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20161130
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20161109
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20161102
-packetLen(0x083c, 18) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 18)
#elif PACKETVER >= 20161026
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20161019
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20160928
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20160921
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20160913
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20160907
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20160831
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20160824
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20160817
-packetLen(0x083c, -1) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, -1)
#elif PACKETVER >= 20160622
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20160615
-packetLen(0x083c, 6) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 6)
#elif PACKETVER >= 20160511
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20160504
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20160414
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20160406
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20160316
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20160309
-packetLen(0x083c, 26) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 26)
#elif PACKETVER >= 20160302
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20160224
-packetLen(0x083c, 8) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 8)
#elif PACKETVER >= 20160217
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20160120
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20160113
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20160106
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#endif
// Packet: 0x083d
-packetLen(0x083d, 6) // ZC_SSILIST_ITEM_CLICK_ACK
+packetLen(0x083d, 6)
// Packet: 0x083e
-packetLen(0x083e, 26) // AC_REFUSE_LOGIN2
+packetLen(0x083e, 26)
// Packet: 0x0840
-packetLen(0x0840, -1) // HC_NOTIFY_ACCESSIBLE_MAPNAME
+packetLen(0x0840, -1)
// Packet: 0x0841
-packetLen(0x0841, 4) // CH_SELECT_ACCESSIBLE_MAPNAME
+packetLen(0x0841, 4)
// Packet: 0x0842
-packetLen(0x0842, 6) // CZ_RECALL_SSO
+packetLen(0x0842, 6)
// Packet: 0x0843
-packetLen(0x0843, 6) // CZ_REMOVE_AID_SSO
+packetLen(0x0843, 6)
// Packet: 0x0844
-packetLen(0x0844, 2) // CZ_SE_CASHSHOP_OPEN
+packetLen(0x0844, 2)
// Packet: 0x0845
-packetLen(0x0845, 10) // ZC_SE_CASHSHOP_OPEN
+packetLen(0x0845, 10)
// Packet: 0x0846
-packetLen(0x0846, 4) // CZ_REQ_SE_CASH_TAB_CODE
+packetLen(0x0846, 4)
// Packet: 0x0847
-packetLen(0x0847, -1) // ZC_ACK_SE_CASH_ITEM_LIST
+packetLen(0x0847, -1)
// Packet: 0x0848
-packetLen(0x0848, -1) // CZ_SE_PC_BUY_CASHITEM_LIST
+packetLen(0x0848, -1)
// Packet: 0x0849
-packetLen(0x0849, 16) // ZC_SE_PC_BUY_CASHITEM_RESULT
+packetLen(0x0849, 16)
// Packet: 0x084a
-packetLen(0x084a, 2) // CZ_SE_CASHSHOP_CLOSE
+packetLen(0x084a, 2)
// Packet: 0x084b
-packetLen(0x084b, 19) // ZC_ITEM_FALL_ENTRY4
+packetLen(0x084b, 19)
// Packet: 0x084c
-packetLen(0x084c, 10) // CZ_MACRO_USE_SKILL
+packetLen(0x084c, 10)
// Packet: 0x084d
-packetLen(0x084d, 10) // CZ_MACRO_USE_SKILL_TOGROUND
+packetLen(0x084d, 10)
// Packet: 0x084e
-packetLen(0x084e, 5) // CZ_MACRO_REQUEST_MOVE
+packetLen(0x084e, 5)
// Packet: 0x084f
-packetLen(0x084f, 6) // CZ_MACRO_ITEM_PICKUP
+packetLen(0x084f, 6)
// Packet: 0x0850
-packetLen(0x0850, 7) // CZ_MACRO_REQUEST_ACT
+packetLen(0x0850, 7)
// Packet: 0x0851
-packetLen(0x0851, -1) // ZC_GPK_DYNCODE
+packetLen(0x0851, -1)
// Packet: 0x0852
-packetLen(0x0852, 2) // CZ_GPK_DYNCODE_RELOAD
+packetLen(0x0852, 2)
// Packet: 0x0853
-packetLen(0x0853, -1) // ZC_GPK_AUTH
+packetLen(0x0853, -1)
// Packet: 0x0854
-packetLen(0x0854, -1) // CZ_GPK_AUTH
+packetLen(0x0854, -1)
// Packet: 0x0855
-packetLen(0x0855, 6) // ZC_MACRO_ITEMPICKUP_FAIL
+packetLen(0x0855, 6)
// Packet: 0x0856
-packetLen(0x0856, -1) // ZC_NOTIFY_MOVEENTRY8
+packetLen(0x0856, -1)
// Packet: 0x0857
-packetLen(0x0857, -1) // ZC_NOTIFY_STANDENTRY7
+packetLen(0x0857, -1)
// Packet: 0x0858
-packetLen(0x0858, -1) // ZC_NOTIFY_NEWENTRY6
+packetLen(0x0858, -1)
// Packet: 0x0859
-packetLen(0x0859, -1) // ZC_EQUIPWIN_MICROSCOPE2
+packetLen(0x0859, -1)
// Packet: 0x085a
#if PACKETVER >= 20161228
-packetLen(0x085a, 6) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 6)
#elif PACKETVER >= 20161221
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20161214
-packetLen(0x085a, -1) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, -1)
#elif PACKETVER >= 20161102
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20161026
-packetLen(0x085a, 8) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 8)
#elif PACKETVER >= 20160601
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20160525
-packetLen(0x085a, 4) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 4)
#elif PACKETVER >= 20160414
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20160406
-packetLen(0x085a, 18) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 18)
#elif PACKETVER >= 20160316
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20160309
-packetLen(0x085a, 8) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 8)
#elif PACKETVER >= 20160106
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#endif
// Packet: 0x085b
#if PACKETVER >= 20161228
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
#elif PACKETVER >= 20161221
-packetLen(0x085b, 90) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 90)
#elif PACKETVER >= 20161019
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
#elif PACKETVER >= 20161012
-packetLen(0x085b, 4) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 4)
#elif PACKETVER >= 20160921
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
#elif PACKETVER >= 20160913
-packetLen(0x085b, 12) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 12)
#elif PACKETVER >= 20160309
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
#elif PACKETVER >= 20160302
-packetLen(0x085b, 26) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 26)
#elif PACKETVER >= 20160120
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
#elif PACKETVER >= 20160113
-packetLen(0x085b, 5) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 5)
#elif PACKETVER >= 20160106
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
#endif
// Packet: 0x085c
#if PACKETVER >= 20161130
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
#elif PACKETVER >= 20161123
-packetLen(0x085c, 90) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 90)
#elif PACKETVER >= 20160824
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
#elif PACKETVER >= 20160817
-packetLen(0x085c, 6) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 6)
#elif PACKETVER >= 20160706
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
#elif PACKETVER >= 20160629
-packetLen(0x085c, 90) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 90)
#elif PACKETVER >= 20160615
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
#elif PACKETVER >= 20160608
-packetLen(0x085c, 8) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 8)
#elif PACKETVER >= 20160414
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
#elif PACKETVER >= 20160406
-packetLen(0x085c, 10) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 10)
#elif PACKETVER >= 20160106
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
#endif
// Packet: 0x085d
#if PACKETVER >= 20160817
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
#elif PACKETVER >= 20160810
-packetLen(0x085d, 12) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 12)
#elif PACKETVER >= 20160803
-packetLen(0x085d, 6) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 6)
#elif PACKETVER >= 20160106
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
#endif
// Packet: 0x085e
#if PACKETVER >= 20161228
-packetLen(0x085e, 5) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 5)
#elif PACKETVER >= 20161116
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#elif PACKETVER >= 20161109
-packetLen(0x085e, 90) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 90)
#elif PACKETVER >= 20160817
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#elif PACKETVER >= 20160810
-packetLen(0x085e, 6) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 6)
#elif PACKETVER >= 20160706
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#elif PACKETVER >= 20160629
-packetLen(0x085e, 8) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 8)
#elif PACKETVER >= 20160601
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#elif PACKETVER >= 20160525
-packetLen(0x085e, 6) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 6)
#elif PACKETVER >= 20160518
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#elif PACKETVER >= 20160511
-packetLen(0x085e, 5) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 5)
#elif PACKETVER >= 20160203
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#elif PACKETVER >= 20160127
-packetLen(0x085e, 5) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 5)
#elif PACKETVER >= 20160106
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#endif
// Packet: 0x085f
#if PACKETVER >= 20161123
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#elif PACKETVER >= 20161116
-packetLen(0x085f, 6) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 6)
#elif PACKETVER >= 20161109
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#elif PACKETVER >= 20161102
-packetLen(0x085f, 10) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 10)
#elif PACKETVER >= 20161026
-packetLen(0x085f, 7) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 7)
#elif PACKETVER >= 20160817
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#elif PACKETVER >= 20160810
-packetLen(0x085f, 18) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 18)
#elif PACKETVER >= 20160713
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#elif PACKETVER >= 20160706
-packetLen(0x085f, 26) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 26)
#elif PACKETVER >= 20160511
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#elif PACKETVER >= 20160504
-packetLen(0x085f, 7) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 7)
#elif PACKETVER >= 20160316
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#elif PACKETVER >= 20160309
-packetLen(0x085f, 10) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 10)
#elif PACKETVER >= 20160106
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#endif
// Packet: 0x0860
#if PACKETVER >= 20160817
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#elif PACKETVER >= 20160810
-packetLen(0x0860, 6) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 6)
#elif PACKETVER >= 20160720
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#elif PACKETVER >= 20160713
-packetLen(0x0860, 6) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 6)
#elif PACKETVER >= 20160706
-packetLen(0x0860, 7) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 7)
#elif PACKETVER >= 20160629
-packetLen(0x0860, -1) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, -1)
#elif PACKETVER >= 20160106
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#endif
// Packet: 0x0861
#if PACKETVER >= 20161130
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#elif PACKETVER >= 20161123
-packetLen(0x0861, 5) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 5)
#elif PACKETVER >= 20161102
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#elif PACKETVER >= 20161026
-packetLen(0x0861, -1) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, -1)
#elif PACKETVER >= 20160706
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#elif PACKETVER >= 20160629
-packetLen(0x0861, 6) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 6)
#elif PACKETVER >= 20160622
-packetLen(0x0861, -1) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, -1)
#elif PACKETVER >= 20160302
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#elif PACKETVER >= 20160224
-packetLen(0x0861, 19) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 19)
#elif PACKETVER >= 20160113
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#elif PACKETVER >= 20160106
-packetLen(0x0861, 6) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 6)
#endif
// Packet: 0x0862
#if PACKETVER >= 20161221
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#elif PACKETVER >= 20161214
-packetLen(0x0862, 26) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 26)
#elif PACKETVER >= 20161102
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#elif PACKETVER >= 20161026
-packetLen(0x0862, 6) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 6)
#elif PACKETVER >= 20160420
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#elif PACKETVER >= 20160414
-packetLen(0x0862, 19) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 19)
#elif PACKETVER >= 20160106
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#endif
// Packet: 0x0863
#if PACKETVER >= 20161019
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20161012
-packetLen(0x0863, 7) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 7)
#elif PACKETVER >= 20161005
-packetLen(0x0863, 6) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 6)
#elif PACKETVER >= 20160706
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20160629
-packetLen(0x0863, 6) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 6)
#elif PACKETVER >= 20160608
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20160601
-packetLen(0x0863, 6) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 6)
#elif PACKETVER >= 20160106
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#endif
// Packet: 0x0864
#if PACKETVER >= 20161123
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#elif PACKETVER >= 20161116
-packetLen(0x0864, 26) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 26)
#elif PACKETVER >= 20161005
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#elif PACKETVER >= 20160928
-packetLen(0x0864, 8) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 8)
#elif PACKETVER >= 20160427
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#elif PACKETVER >= 20160420
-packetLen(0x0864, 6) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 6)
#elif PACKETVER >= 20160309
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#elif PACKETVER >= 20160302
-packetLen(0x0864, -1) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, -1)
#elif PACKETVER >= 20160224
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#elif PACKETVER >= 20160217
-packetLen(0x0864, 8) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 8)
#elif PACKETVER >= 20160120
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#elif PACKETVER >= 20160113
-packetLen(0x0864, 6) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 6)
#elif PACKETVER >= 20160106
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#endif
// Packet: 0x0865
#if PACKETVER >= 20161228
-packetLen(0x0865, 90) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 90)
#elif PACKETVER >= 20161116
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#elif PACKETVER >= 20161109
-packetLen(0x0865, 5) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 5)
#elif PACKETVER >= 20160921
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#elif PACKETVER >= 20160913
-packetLen(0x0865, 6) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 6)
#elif PACKETVER >= 20160907
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#elif PACKETVER >= 20160831
-packetLen(0x0865, 5) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 5)
#elif PACKETVER >= 20160720
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#elif PACKETVER >= 20160713
-packetLen(0x0865, -1) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, -1)
#elif PACKETVER >= 20160629
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#elif PACKETVER >= 20160622
-packetLen(0x0865, 4) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 4)
#elif PACKETVER >= 20160309
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#elif PACKETVER >= 20160302
-packetLen(0x0865, -1) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, -1)
#elif PACKETVER >= 20160127
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#elif PACKETVER >= 20160120
-packetLen(0x0865, 36) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 36)
#elif PACKETVER >= 20160106
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#endif
// Packet: 0x0866
#if PACKETVER >= 20161228
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
#elif PACKETVER >= 20161221
-packetLen(0x0866, -1) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, -1)
#elif PACKETVER >= 20160803
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
#elif PACKETVER >= 20160727
-packetLen(0x0866, 4) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 4)
#elif PACKETVER >= 20160622
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
#elif PACKETVER >= 20160615
-packetLen(0x0866, 5) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 5)
#elif PACKETVER >= 20160106
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
#endif
// Packet: 0x0867
#if PACKETVER >= 20161214
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#elif PACKETVER >= 20161207
-packetLen(0x0867, 26) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 26)
#elif PACKETVER >= 20160824
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#elif PACKETVER >= 20160817
-packetLen(0x0867, 12) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 12)
#elif PACKETVER >= 20160706
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#elif PACKETVER >= 20160629
-packetLen(0x0867, 36) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 36)
#elif PACKETVER >= 20160622
-packetLen(0x0867, 8) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 8)
#elif PACKETVER >= 20160601
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#elif PACKETVER >= 20160525
-packetLen(0x0867, 5) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 5)
#elif PACKETVER >= 20160406
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#elif PACKETVER >= 20160330
-packetLen(0x0867, 26) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 26)
#elif PACKETVER >= 20160323
-packetLen(0x0867, 8) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 8)
#elif PACKETVER >= 20160309
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#elif PACKETVER >= 20160302
-packetLen(0x0867, -1) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, -1)
#elif PACKETVER >= 20160106
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#endif
// Packet: 0x0868
#if PACKETVER >= 20161214
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#elif PACKETVER >= 20161207
-packetLen(0x0868, 8) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 8)
#elif PACKETVER >= 20161019
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#elif PACKETVER >= 20161012
-packetLen(0x0868, 6) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 6)
#elif PACKETVER >= 20160803
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#elif PACKETVER >= 20160727
-packetLen(0x0868, 26) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 26)
#elif PACKETVER >= 20160309
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#elif PACKETVER >= 20160302
-packetLen(0x0868, 5) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 5)
#elif PACKETVER >= 20160106
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#endif
// Packet: 0x0869
#if PACKETVER >= 20161109
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#elif PACKETVER >= 20161102
-packetLen(0x0869, 8) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 8)
#elif PACKETVER >= 20160803
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#elif PACKETVER >= 20160727
-packetLen(0x0869, 12) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 12)
#elif PACKETVER >= 20160720
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#elif PACKETVER >= 20160706
-packetLen(0x0869, -1) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, -1)
#elif PACKETVER >= 20160414
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#elif PACKETVER >= 20160406
-packetLen(0x0869, -1) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, -1)
#elif PACKETVER >= 20160330
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#elif PACKETVER >= 20160323
-packetLen(0x0869, 6) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 6)
#elif PACKETVER >= 20160106
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#endif
// Packet: 0x086a
#if PACKETVER >= 20161228
-packetLen(0x086a, -1) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, -1)
#elif PACKETVER >= 20161116
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#elif PACKETVER >= 20161109
-packetLen(0x086a, 7) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 7)
#elif PACKETVER >= 20160601
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#elif PACKETVER >= 20160525
-packetLen(0x086a, 19) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 19)
#elif PACKETVER >= 20160330
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#elif PACKETVER >= 20160323
-packetLen(0x086a, 8) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 8)
#elif PACKETVER >= 20160316
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#elif PACKETVER >= 20160309
-packetLen(0x086a, -1) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, -1)
#elif PACKETVER >= 20160113
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#elif PACKETVER >= 20160106
-packetLen(0x086a, 6) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 6)
#endif
// Packet: 0x086b
#if PACKETVER >= 20160824
-packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 2)
#elif PACKETVER >= 20160817
-packetLen(0x086b, 6) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 6)
#elif PACKETVER >= 20160713
-packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 2)
#elif PACKETVER >= 20160706
-packetLen(0x086b, -1) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, -1)
#elif PACKETVER >= 20160511
-packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 2)
#elif PACKETVER >= 20160504
-packetLen(0x086b, -1) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, -1)
#elif PACKETVER >= 20160302
-packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 2)
#elif PACKETVER >= 20160224
-packetLen(0x086b, 8) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 8)
#elif PACKETVER >= 20160106
-packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 2)
#endif
// Packet: 0x086c
#if PACKETVER >= 20161228
-packetLen(0x086c, 6) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 6)
#elif PACKETVER >= 20161102
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#elif PACKETVER >= 20161026
-packetLen(0x086c, 12) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 12)
#elif PACKETVER >= 20160525
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#elif PACKETVER >= 20160518
-packetLen(0x086c, 5) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 5)
#elif PACKETVER >= 20160217
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#elif PACKETVER >= 20160211
-packetLen(0x086c, 5) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 5)
#elif PACKETVER >= 20160203
-packetLen(0x086c, 18) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 18)
#elif PACKETVER >= 20160113
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#elif PACKETVER >= 20160106
-packetLen(0x086c, 4) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 4)
#endif
// Packet: 0x086d
#if PACKETVER >= 20161228
-packetLen(0x086d, 19) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 19)
#elif PACKETVER >= 20161221
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#elif PACKETVER >= 20161214
-packetLen(0x086d, 26) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 26)
#elif PACKETVER >= 20161116
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#elif PACKETVER >= 20161109
-packetLen(0x086d, 10) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 10)
#elif PACKETVER >= 20161019
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#elif PACKETVER >= 20161012
-packetLen(0x086d, 19) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 19)
#elif PACKETVER >= 20161005
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#elif PACKETVER >= 20160928
-packetLen(0x086d, 6) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 6)
#elif PACKETVER >= 20160727
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#elif PACKETVER >= 20160720
-packetLen(0x086d, 6) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 6)
#elif PACKETVER >= 20160406
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#elif PACKETVER >= 20160330
-packetLen(0x086d, 6) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 6)
#elif PACKETVER >= 20160120
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#elif PACKETVER >= 20160113
-packetLen(0x086d, 5) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 5)
#elif PACKETVER >= 20160106
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#endif
// Packet: 0x086e
#if PACKETVER >= 20161102
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
#elif PACKETVER >= 20161026
-packetLen(0x086e, 8) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 8)
#elif PACKETVER >= 20160106
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
#endif
// Packet: 0x086f
#if PACKETVER >= 20161130
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#elif PACKETVER >= 20161116
-packetLen(0x086f, 6) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 6)
#elif PACKETVER >= 20161109
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#elif PACKETVER >= 20161102
-packetLen(0x086f, 8) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 8)
#elif PACKETVER >= 20160817
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#elif PACKETVER >= 20160810
-packetLen(0x086f, -1) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, -1)
#elif PACKETVER >= 20160106
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#endif
// Packet: 0x0870
#if PACKETVER >= 20161228
-packetLen(0x0870, -1) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, -1)
#elif PACKETVER >= 20161116
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#elif PACKETVER >= 20161109
-packetLen(0x0870, 19) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 19)
#elif PACKETVER >= 20160907
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#elif PACKETVER >= 20160831
-packetLen(0x0870, 18) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 18)
#elif PACKETVER >= 20160622
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#elif PACKETVER >= 20160615
-packetLen(0x0870, 4) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 4)
#elif PACKETVER >= 20160608
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#elif PACKETVER >= 20160601
-packetLen(0x0870, 8) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 8)
#elif PACKETVER >= 20160427
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#elif PACKETVER >= 20160420
-packetLen(0x0870, 4) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 4)
#elif PACKETVER >= 20160224
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#elif PACKETVER >= 20160211
-packetLen(0x0870, 26) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 26)
#elif PACKETVER >= 20160106
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#endif
// Packet: 0x0871
#if PACKETVER >= 20161228
-packetLen(0x0871, 5) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 5)
#elif PACKETVER >= 20161130
-packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 2)
#elif PACKETVER >= 20161123
-packetLen(0x0871, 4) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 4)
#elif PACKETVER >= 20160106
-packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 2)
#endif
// Packet: 0x0872
@@ -4451,4171 +4451,4171 @@ packetLen(0x0872, 2)
// Packet: 0x0873
#if PACKETVER >= 20160316
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#elif PACKETVER >= 20160309
-packetLen(0x0873, 8) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 8)
#elif PACKETVER >= 20160302
-packetLen(0x0873, 12) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 12)
#elif PACKETVER >= 20160224
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#elif PACKETVER >= 20160217
-packetLen(0x0873, 5) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 5)
#elif PACKETVER >= 20160211
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#elif PACKETVER >= 20160203
-packetLen(0x0873, 36) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 36)
#elif PACKETVER >= 20160120
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#elif PACKETVER >= 20160113
-packetLen(0x0873, 4) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 4)
#elif PACKETVER >= 20160106
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#endif
// Packet: 0x0874
#if PACKETVER >= 20161109
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#elif PACKETVER >= 20161102
-packetLen(0x0874, -1) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, -1)
#elif PACKETVER >= 20160921
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#elif PACKETVER >= 20160913
-packetLen(0x0874, 6) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 6)
#elif PACKETVER >= 20160907
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#elif PACKETVER >= 20160831
-packetLen(0x0874, 26) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 26)
#elif PACKETVER >= 20160803
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#elif PACKETVER >= 20160727
-packetLen(0x0874, 6) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 6)
#elif PACKETVER >= 20160525
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#elif PACKETVER >= 20160518
-packetLen(0x0874, 19) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 19)
#elif PACKETVER >= 20160427
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#elif PACKETVER >= 20160420
-packetLen(0x0874, 8) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 8)
#elif PACKETVER >= 20160106
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#endif
// Packet: 0x0875
#if PACKETVER >= 20161214
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20161207
-packetLen(0x0875, 8) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 8)
#elif PACKETVER >= 20161019
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20161012
-packetLen(0x0875, -1) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, -1)
#elif PACKETVER >= 20160921
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20160913
-packetLen(0x0875, 6) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 6)
#elif PACKETVER >= 20160824
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20160817
-packetLen(0x0875, 19) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 19)
#elif PACKETVER >= 20160810
-packetLen(0x0875, 5) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 5)
#elif PACKETVER >= 20160106
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#endif
// Packet: 0x0876
#if PACKETVER >= 20161228
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
#elif PACKETVER >= 20161221
-packetLen(0x0876, 12) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 12)
#elif PACKETVER >= 20161116
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
#elif PACKETVER >= 20161109
-packetLen(0x0876, 6) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 6)
#elif PACKETVER >= 20160907
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
#elif PACKETVER >= 20160831
-packetLen(0x0876, 8) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 8)
#elif PACKETVER >= 20160106
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
#endif
// Packet: 0x0877
#if PACKETVER >= 20160803
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#elif PACKETVER >= 20160727
-packetLen(0x0877, 18) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 18)
#elif PACKETVER >= 20160720
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#elif PACKETVER >= 20160713
-packetLen(0x0877, 10) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 10)
#elif PACKETVER >= 20160414
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#elif PACKETVER >= 20160406
-packetLen(0x0877, 6) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 6)
#elif PACKETVER >= 20160106
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#endif
// Packet: 0x0878
#if PACKETVER >= 20161005
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#elif PACKETVER >= 20160928
-packetLen(0x0878, 6) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 6)
#elif PACKETVER >= 20160907
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#elif PACKETVER >= 20160831
-packetLen(0x0878, 7) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 7)
#elif PACKETVER >= 20160810
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#elif PACKETVER >= 20160803
-packetLen(0x0878, 4) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 4)
#elif PACKETVER >= 20160414
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#elif PACKETVER >= 20160406
-packetLen(0x0878, 26) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 26)
#elif PACKETVER >= 20160330
-packetLen(0x0878, 8) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 8)
#elif PACKETVER >= 20160323
-packetLen(0x0878, 19) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 19)
#elif PACKETVER >= 20160113
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#elif PACKETVER >= 20160106
-packetLen(0x0878, 36) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 36)
#endif
// Packet: 0x0879
#if PACKETVER >= 20160921
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
#elif PACKETVER >= 20160913
-packetLen(0x0879, 6) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 6)
#elif PACKETVER >= 20160817
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
#elif PACKETVER >= 20160810
-packetLen(0x0879, 6) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 6)
#elif PACKETVER >= 20160414
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
#elif PACKETVER >= 20160406
-packetLen(0x0879, -1) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, -1)
#elif PACKETVER >= 20160106
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
#endif
// Packet: 0x087a
#if PACKETVER >= 20161116
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
#elif PACKETVER >= 20161109
-packetLen(0x087a, 8) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 8)
#elif PACKETVER >= 20161102
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
#elif PACKETVER >= 20161026
-packetLen(0x087a, -1) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, -1)
#elif PACKETVER >= 20160921
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
#elif PACKETVER >= 20160913
-packetLen(0x087a, 8) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 8)
#elif PACKETVER >= 20160817
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
#elif PACKETVER >= 20160810
-packetLen(0x087a, 5) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 5)
#elif PACKETVER >= 20160420
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
#elif PACKETVER >= 20160414
-packetLen(0x087a, 8) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 8)
#elif PACKETVER >= 20160309
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
#elif PACKETVER >= 20160302
-packetLen(0x087a, 10) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 10)
#elif PACKETVER >= 20160224
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
#elif PACKETVER >= 20160217
-packetLen(0x087a, 19) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 19)
#elif PACKETVER >= 20160113
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
#elif PACKETVER >= 20160106
-packetLen(0x087a, 18) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 18)
#endif
// Packet: 0x087b
#if PACKETVER >= 20160720
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#elif PACKETVER >= 20160713
-packetLen(0x087b, 6) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 6)
#elif PACKETVER >= 20160106
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#endif
// Packet: 0x087c
#if PACKETVER >= 20161102
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
#elif PACKETVER >= 20161026
-packetLen(0x087c, 4) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 4)
#elif PACKETVER >= 20160907
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
#elif PACKETVER >= 20160831
-packetLen(0x087c, 6) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 6)
#elif PACKETVER >= 20160316
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
#elif PACKETVER >= 20160309
-packetLen(0x087c, 19) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 19)
#elif PACKETVER >= 20160106
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
#endif
// Packet: 0x087d
#if PACKETVER >= 20160622
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#elif PACKETVER >= 20160615
-packetLen(0x087d, 6) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 6)
#elif PACKETVER >= 20160608
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#elif PACKETVER >= 20160601
-packetLen(0x087d, -1) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, -1)
#elif PACKETVER >= 20160309
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#elif PACKETVER >= 20160302
-packetLen(0x087d, 26) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 26)
#elif PACKETVER >= 20160106
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#endif
// Packet: 0x087e
#if PACKETVER >= 20161214
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#elif PACKETVER >= 20161207
-packetLen(0x087e, -1) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, -1)
#elif PACKETVER >= 20160622
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#elif PACKETVER >= 20160615
-packetLen(0x087e, 6) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 6)
#elif PACKETVER >= 20160316
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#elif PACKETVER >= 20160309
-packetLen(0x087e, 90) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 90)
#elif PACKETVER >= 20160106
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#endif
// Packet: 0x087f
#if PACKETVER >= 20161228
-packetLen(0x087f, 12) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 12)
#elif PACKETVER >= 20161130
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#elif PACKETVER >= 20161123
-packetLen(0x087f, 26) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 26)
#elif PACKETVER >= 20161102
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#elif PACKETVER >= 20161026
-packetLen(0x087f, 10) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 10)
#elif PACKETVER >= 20161005
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#elif PACKETVER >= 20160928
-packetLen(0x087f, 12) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 12)
#elif PACKETVER >= 20160824
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#elif PACKETVER >= 20160817
-packetLen(0x087f, 6) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 6)
#elif PACKETVER >= 20160810
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#elif PACKETVER >= 20160803
-packetLen(0x087f, 5) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 5)
#elif PACKETVER >= 20160727
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#elif PACKETVER >= 20160720
-packetLen(0x087f, 6) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 6)
#elif PACKETVER >= 20160622
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#elif PACKETVER >= 20160615
-packetLen(0x087f, 90) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 90)
#elif PACKETVER >= 20160406
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#elif PACKETVER >= 20160330
-packetLen(0x087f, 8) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 8)
#elif PACKETVER >= 20160113
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#elif PACKETVER >= 20160106
-packetLen(0x087f, 19) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 19)
#endif
// Packet: 0x0880
#if PACKETVER >= 20161130
-packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 2)
#elif PACKETVER >= 20161123
-packetLen(0x0880, 36) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 36)
#elif PACKETVER >= 20161019
-packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 2)
#elif PACKETVER >= 20161012
-packetLen(0x0880, 10) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 10)
#elif PACKETVER >= 20160629
-packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 2)
#elif PACKETVER >= 20160622
-packetLen(0x0880, -1) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, -1)
#elif PACKETVER >= 20160420
-packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 2)
#elif PACKETVER >= 20160414
-packetLen(0x0880, 18) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 18)
#elif PACKETVER >= 20160106
-packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 2)
#endif
// Packet: 0x0881
#if PACKETVER >= 20161228
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#elif PACKETVER >= 20161221
-packetLen(0x0881, 6) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 6)
#elif PACKETVER >= 20161116
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#elif PACKETVER >= 20161109
-packetLen(0x0881, 8) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 8)
#elif PACKETVER >= 20160810
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#elif PACKETVER >= 20160803
-packetLen(0x0881, 18) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 18)
#elif PACKETVER >= 20160706
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#elif PACKETVER >= 20160629
-packetLen(0x0881, 19) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 19)
#elif PACKETVER >= 20160106
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#endif
// Packet: 0x0882
#if PACKETVER >= 20161130
-packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 2)
#elif PACKETVER >= 20161123
-packetLen(0x0882, -1) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, -1)
#elif PACKETVER >= 20160106
-packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 2)
#endif
// Packet: 0x0883
#if PACKETVER >= 20160803
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#elif PACKETVER >= 20160727
-packetLen(0x0883, 7) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 7)
#elif PACKETVER >= 20160720
-packetLen(0x0883, 10) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 10)
#elif PACKETVER >= 20160713
-packetLen(0x0883, -1) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, -1)
#elif PACKETVER >= 20160330
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#elif PACKETVER >= 20160323
-packetLen(0x0883, 26) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 26)
#elif PACKETVER >= 20160309
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#elif PACKETVER >= 20160302
-packetLen(0x0883, 10) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 10)
#elif PACKETVER >= 20160106
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#endif
// Packet: 0x0884
#if PACKETVER >= 20161228
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20161221
-packetLen(0x0884, 8) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 8)
#elif PACKETVER >= 20160713
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20160706
-packetLen(0x0884, 26) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 26)
#elif PACKETVER >= 20160622
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20160615
-packetLen(0x0884, 8) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 8)
#elif PACKETVER >= 20160511
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20160504
-packetLen(0x0884, 10) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 10)
#elif PACKETVER >= 20160427
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20160420
-packetLen(0x0884, 6) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 6)
#elif PACKETVER >= 20160414
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20160406
-packetLen(0x0884, -1) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, -1)
#elif PACKETVER >= 20160302
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20160224
-packetLen(0x0884, 7) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 7)
#elif PACKETVER >= 20160106
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#endif
// Packet: 0x0885
#if PACKETVER >= 20161228
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20161221
-packetLen(0x0885, -1) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, -1)
#elif PACKETVER >= 20161123
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20161116
-packetLen(0x0885, -1) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, -1)
#elif PACKETVER >= 20160817
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20160810
-packetLen(0x0885, 19) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 19)
#elif PACKETVER >= 20160706
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20160629
-packetLen(0x0885, 5) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 5)
#elif PACKETVER >= 20160615
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20160608
-packetLen(0x0885, 90) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 90)
#elif PACKETVER >= 20160420
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20160414
-packetLen(0x0885, 8) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 8)
#elif PACKETVER >= 20160302
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20160224
-packetLen(0x0885, 6) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 6)
#elif PACKETVER >= 20160113
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20160106
-packetLen(0x0885, 8) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 8)
#endif
// Packet: 0x0886
#if PACKETVER >= 20161228
-packetLen(0x0886, 5) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 5)
#elif PACKETVER >= 20161214
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20161207
-packetLen(0x0886, 7) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 7)
#elif PACKETVER >= 20161109
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20161102
-packetLen(0x0886, 90) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 90)
#elif PACKETVER >= 20161026
-packetLen(0x0886, 6) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 6)
#elif PACKETVER >= 20161012
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20161005
-packetLen(0x0886, -1) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, -1)
#elif PACKETVER >= 20160824
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20160817
-packetLen(0x0886, 7) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 7)
#elif PACKETVER >= 20160810
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20160803
-packetLen(0x0886, 8) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 8)
#elif PACKETVER >= 20160713
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20160706
-packetLen(0x0886, 4) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 4)
#elif PACKETVER >= 20160511
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20160504
-packetLen(0x0886, 8) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 8)
#elif PACKETVER >= 20160217
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20160211
-packetLen(0x0886, 5) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 5)
#elif PACKETVER >= 20160106
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#endif
// Packet: 0x0887
#if PACKETVER >= 20161221
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20161214
-packetLen(0x0887, 6) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 6)
#elif PACKETVER >= 20160921
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20160913
-packetLen(0x0887, -1) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, -1)
#elif PACKETVER >= 20160810
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20160803
-packetLen(0x0887, 6) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 6)
#elif PACKETVER >= 20160727
-packetLen(0x0887, 19) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 19)
#elif PACKETVER >= 20160720
-packetLen(0x0887, 6) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 6)
#elif PACKETVER >= 20160622
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20160615
-packetLen(0x0887, -1) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, -1)
#elif PACKETVER >= 20160511
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20160504
-packetLen(0x0887, 26) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 26)
#elif PACKETVER >= 20160106
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#endif
// Packet: 0x0888
#if PACKETVER >= 20160817
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20160810
-packetLen(0x0888, 26) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 26)
#elif PACKETVER >= 20160803
-packetLen(0x0888, 90) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 90)
#elif PACKETVER >= 20160622
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20160615
-packetLen(0x0888, 10) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 10)
#elif PACKETVER >= 20160427
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20160420
-packetLen(0x0888, 19) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 19)
#elif PACKETVER >= 20160302
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20160224
-packetLen(0x0888, 5) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 5)
#elif PACKETVER >= 20160217
-packetLen(0x0888, 6) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 6)
#elif PACKETVER >= 20160120
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20160113
-packetLen(0x0888, 90) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 90)
#elif PACKETVER >= 20160106
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#endif
// Packet: 0x0889
#if PACKETVER >= 20161228
-packetLen(0x0889, -1) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, -1)
#elif PACKETVER >= 20161026
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20161019
-packetLen(0x0889, 36) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 36)
#elif PACKETVER >= 20161005
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20160928
-packetLen(0x0889, 19) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 19)
#elif PACKETVER >= 20160921
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20160913
-packetLen(0x0889, 6) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 6)
#elif PACKETVER >= 20160713
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20160706
-packetLen(0x0889, -1) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, -1)
#elif PACKETVER >= 20160615
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20160608
-packetLen(0x0889, -1) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, -1)
#elif PACKETVER >= 20160406
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20160330
-packetLen(0x0889, 90) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 90)
#elif PACKETVER >= 20160113
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20160106
-packetLen(0x0889, 5) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 5)
#endif
// Packet: 0x088a
#if PACKETVER >= 20160622
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20160615
-packetLen(0x088a, 6) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 6)
#elif PACKETVER >= 20160511
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20160504
-packetLen(0x088a, 6) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 6)
#elif PACKETVER >= 20160113
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20160106
-packetLen(0x088a, 26) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 26)
#endif
// Packet: 0x088b
#if PACKETVER >= 20161130
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20161123
-packetLen(0x088b, 6) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 6)
#elif PACKETVER >= 20161116
-packetLen(0x088b, 5) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 5)
#elif PACKETVER >= 20160427
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20160420
-packetLen(0x088b, 8) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 8)
#elif PACKETVER >= 20160406
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20160330
-packetLen(0x088b, 5) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 5)
#elif PACKETVER >= 20160120
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20160113
-packetLen(0x088b, 26) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 26)
#elif PACKETVER >= 20160106
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#endif
// Packet: 0x088c
#if PACKETVER >= 20161228
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20161221
-packetLen(0x088c, -1) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, -1)
#elif PACKETVER >= 20160211
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20160203
-packetLen(0x088c, 4) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 4)
#elif PACKETVER >= 20160106
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#endif
// Packet: 0x088d
#if PACKETVER >= 20161123
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20161116
-packetLen(0x088d, 6) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 6)
#elif PACKETVER >= 20160720
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20160713
-packetLen(0x088d, 18) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 18)
#elif PACKETVER >= 20160622
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20160615
-packetLen(0x088d, -1) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, -1)
#elif PACKETVER >= 20160608
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20160601
-packetLen(0x088d, 6) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 6)
#elif PACKETVER >= 20160511
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20160504
-packetLen(0x088d, 10) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 10)
#elif PACKETVER >= 20160406
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20160330
-packetLen(0x088d, 4) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 4)
#elif PACKETVER >= 20160224
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20160217
-packetLen(0x088d, 6) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 6)
#elif PACKETVER >= 20160106
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#endif
// Packet: 0x088e
#if PACKETVER >= 20161116
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20161109
-packetLen(0x088e, -1) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, -1)
#elif PACKETVER >= 20161012
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20161005
-packetLen(0x088e, 8) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 8)
#elif PACKETVER >= 20160928
-packetLen(0x088e, -1) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, -1)
#elif PACKETVER >= 20160921
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20160913
-packetLen(0x088e, 10) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 10)
#elif PACKETVER >= 20160803
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20160727
-packetLen(0x088e, 10) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 10)
#elif PACKETVER >= 20160706
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20160629
-packetLen(0x088e, 6) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 6)
#elif PACKETVER >= 20160106
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#endif
// Packet: 0x088f
#if PACKETVER >= 20161207
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20161130
-packetLen(0x088f, 4) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 4)
#elif PACKETVER >= 20161123
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20161116
-packetLen(0x088f, 19) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 19)
#elif PACKETVER >= 20161109
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20161102
-packetLen(0x088f, 5) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 5)
#elif PACKETVER >= 20160921
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20160913
-packetLen(0x088f, -1) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, -1)
#elif PACKETVER >= 20160608
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20160601
-packetLen(0x088f, 8) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 8)
#elif PACKETVER >= 20160511
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20160504
-packetLen(0x088f, -1) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, -1)
#elif PACKETVER >= 20160224
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20160217
-packetLen(0x088f, 6) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 6)
#elif PACKETVER >= 20160106
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#endif
// Packet: 0x0890
#if PACKETVER >= 20161228
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20161221
-packetLen(0x0890, 36) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 36)
#elif PACKETVER >= 20161123
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20161116
-packetLen(0x0890, 5) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 5)
#elif PACKETVER >= 20161109
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20161102
-packetLen(0x0890, 6) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 6)
#elif PACKETVER >= 20160817
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20160810
-packetLen(0x0890, -1) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, -1)
#elif PACKETVER >= 20160629
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20160622
-packetLen(0x0890, 26) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 26)
#elif PACKETVER >= 20160511
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20160504
-packetLen(0x0890, 6) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 6)
#elif PACKETVER >= 20160106
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#endif
// Packet: 0x0891
#if PACKETVER >= 20161116
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20161109
-packetLen(0x0891, 12) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 12)
#elif PACKETVER >= 20161102
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20161026
-packetLen(0x0891, 6) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 6)
#elif PACKETVER >= 20161012
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20161005
-packetLen(0x0891, 5) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 5)
#elif PACKETVER >= 20160921
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20160913
-packetLen(0x0891, -1) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, -1)
#elif PACKETVER >= 20160824
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20160817
-packetLen(0x0891, 10) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 10)
#elif PACKETVER >= 20160810
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20160803
-packetLen(0x0891, 5) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 5)
#elif PACKETVER >= 20160727
-packetLen(0x0891, -1) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, -1)
#elif PACKETVER >= 20160629
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20160622
-packetLen(0x0891, 6) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 6)
#elif PACKETVER >= 20160615
-packetLen(0x0891, 10) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 10)
#elif PACKETVER >= 20160113
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20160106
-packetLen(0x0891, 8) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 8)
#endif
// Packet: 0x0892
#if PACKETVER >= 20161123
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20161116
-packetLen(0x0892, -1) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, -1)
#elif PACKETVER >= 20161026
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20161019
-packetLen(0x0892, 4) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 4)
#elif PACKETVER >= 20161012
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20161005
-packetLen(0x0892, 18) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 18)
#elif PACKETVER >= 20160921
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20160913
-packetLen(0x0892, 10) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 10)
#elif PACKETVER >= 20160720
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20160713
-packetLen(0x0892, 12) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 12)
#elif PACKETVER >= 20160706
-packetLen(0x0892, 5) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 5)
#elif PACKETVER >= 20160414
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20160406
-packetLen(0x0892, 90) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 90)
#elif PACKETVER >= 20160120
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20160113
-packetLen(0x0892, 10) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 10)
#elif PACKETVER >= 20160106
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#endif
// Packet: 0x0893
#if PACKETVER >= 20161228
-packetLen(0x0893, 6) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 6)
#elif PACKETVER >= 20161123
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20161116
-packetLen(0x0893, 7) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 7)
#elif PACKETVER >= 20161019
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20161012
-packetLen(0x0893, 8) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 8)
#elif PACKETVER >= 20160706
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20160629
-packetLen(0x0893, 6) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 6)
#elif PACKETVER >= 20160511
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20160504
-packetLen(0x0893, 18) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 18)
#elif PACKETVER >= 20160120
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20160113
-packetLen(0x0893, -1) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, -1)
#elif PACKETVER >= 20160106
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#endif
// Packet: 0x0894
#if PACKETVER >= 20161102
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20161026
-packetLen(0x0894, 10) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 10)
#elif PACKETVER >= 20160518
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20160511
-packetLen(0x0894, 26) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 26)
#elif PACKETVER >= 20160106
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#endif
// Packet: 0x0895
#if PACKETVER >= 20161221
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20161214
-packetLen(0x0895, 8) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 8)
#elif PACKETVER >= 20160810
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20160803
-packetLen(0x0895, 26) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 26)
#elif PACKETVER >= 20160608
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20160601
-packetLen(0x0895, 5) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 5)
#elif PACKETVER >= 20160414
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20160406
-packetLen(0x0895, 19) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 19)
#elif PACKETVER >= 20160106
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#endif
// Packet: 0x0896
#if PACKETVER >= 20160330
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#elif PACKETVER >= 20160323
-packetLen(0x0896, -1) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, -1)
#elif PACKETVER >= 20160106
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#endif
// Packet: 0x0897
#if PACKETVER >= 20161005
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20160928
-packetLen(0x0897, 90) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 90)
#elif PACKETVER >= 20160727
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20160720
-packetLen(0x0897, -1) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, -1)
#elif PACKETVER >= 20160106
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#endif
// Packet: 0x0898
#if PACKETVER >= 20161116
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20161109
-packetLen(0x0898, 6) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 6)
#elif PACKETVER >= 20161102
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20161026
-packetLen(0x0898, 26) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 26)
#elif PACKETVER >= 20160622
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20160615
-packetLen(0x0898, 6) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 6)
#elif PACKETVER >= 20160511
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20160504
-packetLen(0x0898, 8) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 8)
#elif PACKETVER >= 20160414
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20160406
-packetLen(0x0898, 26) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 26)
#elif PACKETVER >= 20160106
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#endif
// Packet: 0x0899
#if PACKETVER >= 20161228
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20161221
-packetLen(0x0899, 4) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 4)
#elif PACKETVER >= 20161214
-packetLen(0x0899, 36) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 36)
#elif PACKETVER >= 20160713
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20160706
-packetLen(0x0899, 10) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 10)
#elif PACKETVER >= 20160615
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20160608
-packetLen(0x0899, 6) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 6)
#elif PACKETVER >= 20160601
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20160525
-packetLen(0x0899, 6) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 6)
#elif PACKETVER >= 20160224
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20160217
-packetLen(0x0899, 4) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 4)
#elif PACKETVER >= 20160120
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20160113
-packetLen(0x0899, 26) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 26)
#elif PACKETVER >= 20160106
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#endif
// Packet: 0x089a
#if PACKETVER >= 20161228
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20161221
-packetLen(0x089a, 8) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 8)
#elif PACKETVER >= 20161116
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20161109
-packetLen(0x089a, 6) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 6)
#elif PACKETVER >= 20161005
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20160928
-packetLen(0x089a, 7) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 7)
#elif PACKETVER >= 20160727
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20160720
-packetLen(0x089a, 36) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 36)
#elif PACKETVER >= 20160713
-packetLen(0x089a, 26) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 26)
#elif PACKETVER >= 20160629
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20160622
-packetLen(0x089a, 18) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 18)
#elif PACKETVER >= 20160525
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20160518
-packetLen(0x089a, 36) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 36)
#elif PACKETVER >= 20160330
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20160323
-packetLen(0x089a, 5) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 5)
#elif PACKETVER >= 20160120
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20160113
-packetLen(0x089a, 7) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 7)
#elif PACKETVER >= 20160106
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#endif
// Packet: 0x089b
#if PACKETVER >= 20161228
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20161221
-packetLen(0x089b, 7) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 7)
#elif PACKETVER >= 20161012
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20161005
-packetLen(0x089b, 26) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 26)
#elif PACKETVER >= 20160921
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20160913
-packetLen(0x089b, 8) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 8)
#elif PACKETVER >= 20160615
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20160608
-packetLen(0x089b, 5) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 5)
#elif PACKETVER >= 20160518
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20160511
-packetLen(0x089b, 4) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 4)
#elif PACKETVER >= 20160414
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20160406
-packetLen(0x089b, 6) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 6)
#elif PACKETVER >= 20160316
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20160309
-packetLen(0x089b, -1) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, -1)
#elif PACKETVER >= 20160106
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#endif
// Packet: 0x089c
#if PACKETVER >= 20161130
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20161123
-packetLen(0x089c, 5) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 5)
#elif PACKETVER >= 20161012
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20161005
-packetLen(0x089c, 6) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 6)
#elif PACKETVER >= 20160921
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20160913
-packetLen(0x089c, 36) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 36)
#elif PACKETVER >= 20160824
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20160817
-packetLen(0x089c, -1) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, -1)
#elif PACKETVER >= 20160810
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20160803
-packetLen(0x089c, 6) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 6)
#elif PACKETVER >= 20160727
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20160720
-packetLen(0x089c, 5) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 5)
#elif PACKETVER >= 20160601
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20160525
-packetLen(0x089c, 5) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 5)
#elif PACKETVER >= 20160106
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#endif
// Packet: 0x089d
#if PACKETVER >= 20161116
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20161109
-packetLen(0x089d, -1) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, -1)
#elif PACKETVER >= 20160817
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20160810
-packetLen(0x089d, 5) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 5)
#elif PACKETVER >= 20160511
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20160504
-packetLen(0x089d, 6) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 6)
#elif PACKETVER >= 20160316
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20160309
-packetLen(0x089d, 5) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 5)
#elif PACKETVER >= 20160106
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#endif
// Packet: 0x089e
#if PACKETVER >= 20160727
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20160720
-packetLen(0x089e, 8) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 8)
#elif PACKETVER >= 20160629
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20160622
-packetLen(0x089e, 7) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 7)
#elif PACKETVER >= 20160420
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20160414
-packetLen(0x089e, 26) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 26)
#elif PACKETVER >= 20160406
-packetLen(0x089e, 8) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 8)
#elif PACKETVER >= 20160106
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#endif
// Packet: 0x089f
#if PACKETVER >= 20161228
-packetLen(0x089f, 8) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 8)
#elif PACKETVER >= 20161116
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#elif PACKETVER >= 20161109
-packetLen(0x089f, 4) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 4)
#elif PACKETVER >= 20161102
-packetLen(0x089f, 26) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 26)
#elif PACKETVER >= 20160817
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#elif PACKETVER >= 20160810
-packetLen(0x089f, -1) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, -1)
#elif PACKETVER >= 20160803
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#elif PACKETVER >= 20160727
-packetLen(0x089f, 10) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 10)
#elif PACKETVER >= 20160720
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#elif PACKETVER >= 20160713
-packetLen(0x089f, 4) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 4)
#elif PACKETVER >= 20160106
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#endif
// Packet: 0x08a0
#if PACKETVER >= 20161019
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20161012
-packetLen(0x08a0, 5) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 5)
#elif PACKETVER >= 20161005
-packetLen(0x08a0, 8) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 8)
#elif PACKETVER >= 20160727
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20160720
-packetLen(0x08a0, 12) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 12)
#elif PACKETVER >= 20160224
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20160217
-packetLen(0x08a0, 8) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 8)
#elif PACKETVER >= 20160120
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20160113
-packetLen(0x08a0, 6) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 6)
#elif PACKETVER >= 20160106
-packetLen(0x08a0, 26) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 26)
#endif
// Packet: 0x08a1
#if PACKETVER >= 20161214
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20161207
-packetLen(0x08a1, 5) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 5)
#elif PACKETVER >= 20161123
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20161116
-packetLen(0x08a1, 5) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 5)
#elif PACKETVER >= 20160810
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20160803
-packetLen(0x08a1, -1) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, -1)
#elif PACKETVER >= 20160414
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20160406
-packetLen(0x08a1, 7) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 7)
#elif PACKETVER >= 20160106
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#endif
// Packet: 0x08a2
#if PACKETVER >= 20161228
-packetLen(0x08a2, 10) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 10)
#elif PACKETVER >= 20161214
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20161207
-packetLen(0x08a2, 6) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 6)
#elif PACKETVER >= 20161123
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20161116
-packetLen(0x08a2, 18) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 18)
#elif PACKETVER >= 20161109
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20161102
-packetLen(0x08a2, -1) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, -1)
#elif PACKETVER >= 20161005
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20160928
-packetLen(0x08a2, 36) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 36)
#elif PACKETVER >= 20160803
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20160727
-packetLen(0x08a2, 36) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 36)
#elif PACKETVER >= 20160720
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20160713
-packetLen(0x08a2, 8) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 8)
#elif PACKETVER >= 20160629
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20160622
-packetLen(0x08a2, 6) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 6)
#elif PACKETVER >= 20160106
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#endif
// Packet: 0x08a3
#if PACKETVER >= 20161228
-packetLen(0x08a3, 6) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 6)
#elif PACKETVER >= 20160106
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#endif
// Packet: 0x08a4
#if PACKETVER >= 20160803
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20160727
-packetLen(0x08a4, 6) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 6)
#elif PACKETVER >= 20160720
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20160713
-packetLen(0x08a4, 19) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 19)
#elif PACKETVER >= 20160706
-packetLen(0x08a4, 18) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 18)
#elif PACKETVER >= 20160106
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#endif
// Packet: 0x08a5
#if PACKETVER >= 20161228
-packetLen(0x08a5, 18) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 18)
#elif PACKETVER >= 20160921
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20160913
-packetLen(0x08a5, 5) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 5)
#elif PACKETVER >= 20160824
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20160817
-packetLen(0x08a5, 36) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 36)
#elif PACKETVER >= 20160713
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20160706
-packetLen(0x08a5, 19) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 19)
#elif PACKETVER >= 20160427
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20160420
-packetLen(0x08a5, 36) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 36)
#elif PACKETVER >= 20160106
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#endif
// Packet: 0x08a6
#if PACKETVER >= 20161221
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20161214
-packetLen(0x08a6, 18) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 18)
#elif PACKETVER >= 20160824
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20160817
-packetLen(0x08a6, 26) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 26)
#elif PACKETVER >= 20160615
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20160608
-packetLen(0x08a6, 8) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 8)
#elif PACKETVER >= 20160120
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20160113
-packetLen(0x08a6, 6) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 6)
#elif PACKETVER >= 20160106
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#endif
// Packet: 0x08a7
#if PACKETVER >= 20161116
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20161109
-packetLen(0x08a7, 5) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 5)
#elif PACKETVER >= 20160803
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20160727
-packetLen(0x08a7, 6) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 6)
#elif PACKETVER >= 20160608
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20160601
-packetLen(0x08a7, 8) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 8)
#elif PACKETVER >= 20160316
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20160309
-packetLen(0x08a7, 18) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 18)
#elif PACKETVER >= 20160106
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#endif
// Packet: 0x08a8
#if PACKETVER >= 20160907
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20160831
-packetLen(0x08a8, -1) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, -1)
#elif PACKETVER >= 20160713
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20160706
-packetLen(0x08a8, 6) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 6)
#elif PACKETVER >= 20160629
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20160622
-packetLen(0x08a8, 36) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 36)
#elif PACKETVER >= 20160106
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#endif
// Packet: 0x08a9
#if PACKETVER >= 20161130
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20161123
-packetLen(0x08a9, 10) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 10)
#elif PACKETVER >= 20161005
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20160928
-packetLen(0x08a9, 8) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 8)
#elif PACKETVER >= 20160907
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20160831
-packetLen(0x08a9, 6) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 6)
#elif PACKETVER >= 20160824
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20160817
-packetLen(0x08a9, -1) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, -1)
#elif PACKETVER >= 20160810
-packetLen(0x08a9, 8) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 8)
#elif PACKETVER >= 20160525
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20160518
-packetLen(0x08a9, 26) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 26)
#elif PACKETVER >= 20160309
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20160302
-packetLen(0x08a9, 8) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 8)
#elif PACKETVER >= 20160217
-packetLen(0x08a9, 26) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 26)
#elif PACKETVER >= 20160106
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#endif
// Packet: 0x08aa
#if PACKETVER >= 20161228
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20161221
-packetLen(0x08aa, 6) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 6)
#elif PACKETVER >= 20161130
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20161116
-packetLen(0x08aa, 12) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 12)
#elif PACKETVER >= 20161109
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20161102
-packetLen(0x08aa, 5) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 5)
#elif PACKETVER >= 20160727
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20160720
-packetLen(0x08aa, -1) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, -1)
#elif PACKETVER >= 20160120
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20160113
-packetLen(0x08aa, -1) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, -1)
#elif PACKETVER >= 20160106
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#endif
// Packet: 0x08ab
#if PACKETVER >= 20161228
-packetLen(0x08ab, 8) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 8)
#elif PACKETVER >= 20160824
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20160817
-packetLen(0x08ab, 5) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 5)
#elif PACKETVER >= 20160106
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#endif
// Packet: 0x08ac
#if PACKETVER >= 20161228
-packetLen(0x08ac, 6) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 6)
#elif PACKETVER >= 20161123
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20161116
-packetLen(0x08ac, 8) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 8)
#elif PACKETVER >= 20160824
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20160817
-packetLen(0x08ac, 10) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 10)
#elif PACKETVER >= 20160608
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20160601
-packetLen(0x08ac, 19) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 19)
#elif PACKETVER >= 20160414
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20160406
-packetLen(0x08ac, 8) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 8)
#elif PACKETVER >= 20160224
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20160217
-packetLen(0x08ac, 18) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 18)
#elif PACKETVER >= 20160106
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#endif
// Packet: 0x08ad
#if PACKETVER >= 20161228
-packetLen(0x08ad, 36) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 36)
#elif PACKETVER >= 20161214
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20161207
-packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 6)
#elif PACKETVER >= 20161116
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20161109
-packetLen(0x08ad, -1) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, -1)
#elif PACKETVER >= 20161012
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20161005
-packetLen(0x08ad, -1) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, -1)
#elif PACKETVER >= 20160824
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20160817
-packetLen(0x08ad, 8) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 8)
#elif PACKETVER >= 20160511
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20160504
-packetLen(0x08ad, 5) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 5)
#elif PACKETVER >= 20160106
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#endif
// Packet: 0x08af
-packetLen(0x08af, 10) // HC_WAITING_LOGIN
+packetLen(0x08af, 10)
// Packet: 0x08b0
-packetLen(0x08b0, 17) // CH_WAITING_LOGIN
+packetLen(0x08b0, 17)
// Packet: 0x08b1
-packetLen(0x08b1, -1) // ZC_MCSTORE_NOTMOVEITEM_LIST
+packetLen(0x08b1, -1)
// Packet: 0x08b2
-packetLen(0x08b2, -1) // AC_REALNAME_AUTH
+packetLen(0x08b2, -1)
// Packet: 0x08b3
-packetLen(0x08b3, -1) // ZC_SHOWSCRIPT
+packetLen(0x08b3, -1)
// Packet: 0x08b4
-packetLen(0x08b4, 2) // ZC_START_COLLECTION
+packetLen(0x08b4, 2)
// Packet: 0x08b5
-packetLen(0x08b5, 6) // CZ_TRYCOLLECTION
+packetLen(0x08b5, 6)
// Packet: 0x08b6
-packetLen(0x08b6, 3) // ZC_TRYCOLLECTION
+packetLen(0x08b6, 3)
// Packet: 0x08b8
-packetLen(0x08b8, 10) // CH_SECOND_PASSWD_ACK
+packetLen(0x08b8, 10)
// Packet: 0x08b9
-packetLen(0x08b9, 12) // HC_SECOND_PASSWD_LOGIN
+packetLen(0x08b9, 12)
// Packet: 0x08ba
-packetLen(0x08ba, 10) // CH_MAKE_SECOND_PASSWD
+packetLen(0x08ba, 10)
// Packet: 0x08bb
-packetLen(0x08bb, 8) // HC_MAKE_SECOND_PASSWD
+packetLen(0x08bb, 8)
// Packet: 0x08bc
-packetLen(0x08bc, 10) // CH_DELETE_SECOND_PASSWD
+packetLen(0x08bc, 10)
// Packet: 0x08bd
-packetLen(0x08bd, 8) // HC_DELETE_SECOND_PASSWD
+packetLen(0x08bd, 8)
// Packet: 0x08be
-packetLen(0x08be, 14) // CH_EDIT_SECOND_PASSWD
+packetLen(0x08be, 14)
// Packet: 0x08bf
-packetLen(0x08bf, 8) // HC_EDIT_SECOND_PASSWD
+packetLen(0x08bf, 8)
// Packet: 0x08c0
-packetLen(0x08c0, -1) // ZC_ACK_SE_CASH_ITEM_LIST2
+packetLen(0x08c0, -1)
// Packet: 0x08c1
-packetLen(0x08c1, 2) // CZ_MACRO_START
+packetLen(0x08c1, 2)
// Packet: 0x08c2
-packetLen(0x08c2, 2) // CZ_MACRO_STOP
+packetLen(0x08c2, 2)
// Packet: 0x08c3
-packetLen(0x08c3, 10) // CH_NOT_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c3, 10)
// Packet: 0x08c4
-packetLen(0x08c4, 8) // HC_NOT_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c4, 8)
// Packet: 0x08c5
-packetLen(0x08c5, 6) // CH_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c5, 6)
// Packet: 0x08c6
-packetLen(0x08c6, 4) // HC_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c6, 4)
// Packet: 0x08c7
-packetLen(0x08c7, -1) // ZC_SKILL_ENTRY3
+packetLen(0x08c7, -1)
// Packet: 0x08c8
-packetLen(0x08c8, 34) // ZC_NOTIFY_ACT3
+packetLen(0x08c8, 34)
// Packet: 0x08c9
-packetLen(0x08c9, 2) // CZ_REQ_SCHEDULER_CASHITEM
+packetLen(0x08c9, 2)
// Packet: 0x08ca
-packetLen(0x08ca, -1) // ZC_ACK_SCHEDULER_CASHITEM
+packetLen(0x08ca, -1)
// Packet: 0x08cb
-packetLen(0x08cb, -1) // ZC_PERSONAL_INFOMATION
+packetLen(0x08cb, -1)
// Packet: 0x08cc
-packetLen(0x08cc, 109) // CA_LOGIN5
+packetLen(0x08cc, 109)
// Packet: 0x08cd
-packetLen(0x08cd, 10) // ZC_STOPMOVE_FORCE
+packetLen(0x08cd, 10)
// Packet: 0x08ce
-packetLen(0x08ce, 2) // ZC_FAILED_GET_ITEM_FROM_ZONEDA
+packetLen(0x08ce, 2)
// Packet: 0x08cf
-packetLen(0x08cf, 10) // ZC_SPIRITS_ATTRIBUTE
+packetLen(0x08cf, 10)
// Packet: 0x08d0
-packetLen(0x08d0, 9) // ZC_REQ_WEAR_EQUIP_ACK2
+packetLen(0x08d0, 9)
// Packet: 0x08d1
-packetLen(0x08d1, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK2
+packetLen(0x08d1, 7)
// Packet: 0x08d2
-packetLen(0x08d2, 10) // ZC_FASTMOVE
+packetLen(0x08d2, 10)
// Packet: 0x08d3
-packetLen(0x08d3, 10) // ZC_SE_CASHSHOP_UPDATE
+packetLen(0x08d3, 10)
// Packet: 0x08d4
-packetLen(0x08d4, 8) // CH_REQ_CHANGE_CHARACTER_SLOT
+packetLen(0x08d4, 8)
// Packet: 0x08d5
-packetLen(0x08d5, -1) // HC_ACK_CHANGE_CHARACTER_SLOT
+packetLen(0x08d5, -1)
// Packet: 0x08d6
-packetLen(0x08d6, 6) // ZC_CLEAR_DIALOG
+packetLen(0x08d6, 6)
// Packet: 0x08d7
-packetLen(0x08d7, 28) // CZ_REQ_ENTRY_QUEUE_APPLY
+packetLen(0x08d7, 28)
// Packet: 0x08d8
-packetLen(0x08d8, 27) // ZC_ACK_ENTRY_QUEUE_APPLY
+packetLen(0x08d8, 27)
// Packet: 0x08d9
-packetLen(0x08d9, 30) // ZC_NOTIFY_ENTRY_QUEUE_APPLY
+packetLen(0x08d9, 30)
// Packet: 0x08da
-packetLen(0x08da, 26) // CZ_REQ_ENTRY_QUEUE_CANCEL
+packetLen(0x08da, 26)
// Packet: 0x08db
-packetLen(0x08db, 27) // ZC_ACK_ENTRY_QUEUE_CANCEL
+packetLen(0x08db, 27)
// Packet: 0x08dc
-packetLen(0x08dc, 26) // ZC_NOTIFY_ENTRY_QUEUE_ADMISSION
+packetLen(0x08dc, 26)
// Packet: 0x08dd
-packetLen(0x08dd, 27) // CZ_REPLY_ENTRY_QUEUE_ADMISSION
+packetLen(0x08dd, 27)
// Packet: 0x08de
-packetLen(0x08de, 27) // ZC_REPLY_ACK_ENTRY_QUEUE_ADMISSION
+packetLen(0x08de, 27)
// Packet: 0x08df
-packetLen(0x08df, 50) // ZC_NOTIFY_LOBBY_ADMISSION
+packetLen(0x08df, 50)
// Packet: 0x08e0
-packetLen(0x08e0, 51) // CZ_REPLY_LOBBY_ADMISSION
+packetLen(0x08e0, 51)
// Packet: 0x08e1
-packetLen(0x08e1, 51) // ZC_REPLY_ACK_LOBBY_ADMISSION
+packetLen(0x08e1, 51)
// Packet: 0x08e2
-packetLen(0x08e2, 27) // ZC_NAVIGATION_ACTIVE
+packetLen(0x08e2, 27)
// Packet: 0x08e3
-packetLen(0x08e3, 149) // HC_UPDATE_CHARINFO
+packetLen(0x08e3, 149)
// Packet: 0x08e4
-packetLen(0x08e4, 6) // AC_SHUTDOWN_INFO
+packetLen(0x08e4, 6)
// Packet: 0x08fc
-packetLen(0x08fc, 30) // CH_REQ_CHANGE_CHARACTERNAME
+packetLen(0x08fc, 30)
// Packet: 0x08fd
-packetLen(0x08fd, 6) // CH_ACK_CHANGE_CHARACTERNAME
+packetLen(0x08fd, 6)
// Packet: 0x08fe
-packetLen(0x08fe, -1) // ZC_HUNTING_QUEST_INFO
+packetLen(0x08fe, -1)
// Packet: 0x08ff
-packetLen(0x08ff, 24) // ZC_EFST_SET_ENTER
+packetLen(0x08ff, 24)
// Packet: 0x0900
-packetLen(0x0900, -1) // ZC_INVENTORY_ITEMLIST_NORMAL
+packetLen(0x0900, -1)
// Packet: 0x0901
-packetLen(0x0901, -1) // ZC_INVENTORY_ITEMLIST_EQUIP
+packetLen(0x0901, -1)
// Packet: 0x0902
-packetLen(0x0902, -1) // ZC_CART_ITEMLIST_NORMAL
+packetLen(0x0902, -1)
// Packet: 0x0903
-packetLen(0x0903, -1) // ZC_CART_ITEMLIST_EQUIP
+packetLen(0x0903, -1)
// Packet: 0x0904
-packetLen(0x0904, -1) // ZC_STORE_ITEMLIST_NORMAL
+packetLen(0x0904, -1)
// Packet: 0x0905
-packetLen(0x0905, -1) // ZC_STORE_ITEMLIST_EQUIP
+packetLen(0x0905, -1)
// Packet: 0x0906
-packetLen(0x0906, -1) // ZC_MICROSCOPE
+packetLen(0x0906, -1)
// Packet: 0x0907
-packetLen(0x0907, 5) // CZ_INVENTORY_TAB
+packetLen(0x0907, 5)
// Packet: 0x0908
-packetLen(0x0908, 5) // ZC_INVENTORY_TAB
+packetLen(0x0908, 5)
// Packet: 0x090a
-packetLen(0x090a, 26) // CZ_REQ_ENTRY_QUEUE_RANKING
+packetLen(0x090a, 26)
// Packet: 0x090d
-packetLen(0x090d, -1) // ZC_PREMIUM_CAMPAIGN_INFO
+packetLen(0x090d, -1)
// Packet: 0x090e
-packetLen(0x090e, 2) // ZC_ENTRY_QUEUE_INIT
+packetLen(0x090e, 2)
// Packet: 0x090f
-packetLen(0x090f, -1) // ZC_NOTIFY_NEWENTRY7
+packetLen(0x090f, -1)
// Packet: 0x0910
-packetLen(0x0910, 10) // CZ_REQ_PARTY_NAME
+packetLen(0x0910, 10)
// Packet: 0x0911
-packetLen(0x0911, 30) // ZC_ACK_PARTY_NAME
+packetLen(0x0911, 30)
// Packet: 0x0912
-packetLen(0x0912, 10) // CZ_REQ_GUILD_NAME
+packetLen(0x0912, 10)
// Packet: 0x0913
-packetLen(0x0913, 30) // ZC_ACK_GUILD_NAME
+packetLen(0x0913, 30)
// Packet: 0x0914
-packetLen(0x0914, -1) // ZC_NOTIFY_MOVEENTRY9
+packetLen(0x0914, -1)
// Packet: 0x0915
-packetLen(0x0915, -1) // ZC_NOTIFY_STANDENTRY8
+packetLen(0x0915, -1)
// Packet: 0x0916
-packetLen(0x0916, 26) // CZ_REQ_JOIN_GUILD2
+packetLen(0x0916, 26)
// Packet: 0x0917
#if PACKETVER >= 20160907
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
#elif PACKETVER >= 20160831
-packetLen(0x0917, 36) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 36)
#elif PACKETVER >= 20160727
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
#elif PACKETVER >= 20160720
-packetLen(0x0917, 4) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 4)
#elif PACKETVER >= 20160106
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
#endif
// Packet: 0x0918
#if PACKETVER >= 20161214
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
#elif PACKETVER >= 20161207
-packetLen(0x0918, 18) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 18)
#elif PACKETVER >= 20160713
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
#elif PACKETVER >= 20160706
-packetLen(0x0918, 90) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 90)
#elif PACKETVER >= 20160518
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
#elif PACKETVER >= 20160511
-packetLen(0x0918, 5) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 5)
#elif PACKETVER >= 20160504
-packetLen(0x0918, 6) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 6)
#elif PACKETVER >= 20160420
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
#elif PACKETVER >= 20160414
-packetLen(0x0918, 4) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 4)
#elif PACKETVER >= 20160406
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
#elif PACKETVER >= 20160330
-packetLen(0x0918, 8) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 8)
#elif PACKETVER >= 20160211
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
#elif PACKETVER >= 20160203
-packetLen(0x0918, 8) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 8)
#elif PACKETVER >= 20160106
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
#endif
// Packet: 0x0919
#if PACKETVER >= 20161012
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
#elif PACKETVER >= 20161005
-packetLen(0x0919, 6) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 6)
#elif PACKETVER >= 20160928
-packetLen(0x0919, 5) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 5)
#elif PACKETVER >= 20160120
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
#elif PACKETVER >= 20160113
-packetLen(0x0919, 12) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 12)
#elif PACKETVER >= 20160106
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
#endif
// Packet: 0x091a
#if PACKETVER >= 20161130
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#elif PACKETVER >= 20161123
-packetLen(0x091a, 8) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 8)
#elif PACKETVER >= 20161102
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#elif PACKETVER >= 20161026
-packetLen(0x091a, 19) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 19)
#elif PACKETVER >= 20160817
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#elif PACKETVER >= 20160810
-packetLen(0x091a, 6) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 6)
#elif PACKETVER >= 20160309
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#elif PACKETVER >= 20160302
-packetLen(0x091a, 6) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 6)
#elif PACKETVER >= 20160106
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#endif
// Packet: 0x091b
#if PACKETVER >= 20161109
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#elif PACKETVER >= 20161102
-packetLen(0x091b, 36) // ZC_PRNPC_STATE
+packetLen(0x091b, 36)
#elif PACKETVER >= 20161026
-packetLen(0x091b, 6) // ZC_PRNPC_STATE
+packetLen(0x091b, 6)
#elif PACKETVER >= 20160907
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#elif PACKETVER >= 20160831
-packetLen(0x091b, 4) // ZC_PRNPC_STATE
+packetLen(0x091b, 4)
#elif PACKETVER >= 20160817
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#elif PACKETVER >= 20160803
-packetLen(0x091b, 6) // ZC_PRNPC_STATE
+packetLen(0x091b, 6)
#elif PACKETVER >= 20160713
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#elif PACKETVER >= 20160706
-packetLen(0x091b, -1) // ZC_PRNPC_STATE
+packetLen(0x091b, -1)
#elif PACKETVER >= 20160330
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#elif PACKETVER >= 20160323
-packetLen(0x091b, 4) // ZC_PRNPC_STATE
+packetLen(0x091b, 4)
#elif PACKETVER >= 20160120
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#elif PACKETVER >= 20160113
-packetLen(0x091b, 6) // ZC_PRNPC_STATE
+packetLen(0x091b, 6)
#elif PACKETVER >= 20160106
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#endif
// Packet: 0x091c
#if PACKETVER >= 20161228
-packetLen(0x091c, 26) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 26)
#elif PACKETVER >= 20160913
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
#elif PACKETVER >= 20160907
-packetLen(0x091c, 36) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 36)
#elif PACKETVER >= 20160817
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
#elif PACKETVER >= 20160810
-packetLen(0x091c, 10) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 10)
#elif PACKETVER >= 20160727
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
#elif PACKETVER >= 20160720
-packetLen(0x091c, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 6)
#elif PACKETVER >= 20160713
-packetLen(0x091c, 5) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 5)
#elif PACKETVER >= 20160629
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
#elif PACKETVER >= 20160622
-packetLen(0x091c, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 6)
#elif PACKETVER >= 20160106
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
#endif
// Packet: 0x091d
#if PACKETVER >= 20161214
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20161207
-packetLen(0x091d, 8) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 8)
#elif PACKETVER >= 20160720
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20160713
-packetLen(0x091d, 6) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 6)
#elif PACKETVER >= 20160601
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20160525
-packetLen(0x091d, 36) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 36)
#elif PACKETVER >= 20160316
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20160309
-packetLen(0x091d, 6) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 6)
#elif PACKETVER >= 20160224
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20160217
-packetLen(0x091d, 5) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 5)
#elif PACKETVER >= 20160113
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20160106
-packetLen(0x091d, -1) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, -1)
#endif
// Packet: 0x091e
#if PACKETVER >= 20161012
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
#elif PACKETVER >= 20161005
-packetLen(0x091e, 8) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 8)
#elif PACKETVER >= 20160928
-packetLen(0x091e, 6) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 6)
#elif PACKETVER >= 20160706
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
#elif PACKETVER >= 20160629
-packetLen(0x091e, 18) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 18)
#elif PACKETVER >= 20160106
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
#endif
// Packet: 0x091f
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
// Packet: 0x0920
#if PACKETVER >= 20161123
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#elif PACKETVER >= 20161116
-packetLen(0x0920, 90) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 90)
#elif PACKETVER >= 20160518
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#elif PACKETVER >= 20160511
-packetLen(0x0920, 19) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 19)
#elif PACKETVER >= 20160316
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#elif PACKETVER >= 20160309
-packetLen(0x0920, 8) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 8)
#elif PACKETVER >= 20160302
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#elif PACKETVER >= 20160224
-packetLen(0x0920, 4) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 4)
#elif PACKETVER >= 20160217
-packetLen(0x0920, 7) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 7)
#elif PACKETVER >= 20160106
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#endif
// Packet: 0x0921
#if PACKETVER >= 20160720
-packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 2)
#elif PACKETVER >= 20160713
-packetLen(0x0921, 90) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 90)
#elif PACKETVER >= 20160511
-packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 2)
#elif PACKETVER >= 20160504
-packetLen(0x0921, 90) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 90)
#elif PACKETVER >= 20160106
-packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 2)
#endif
// Packet: 0x0922
#if PACKETVER >= 20161109
-packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 2)
#elif PACKETVER >= 20161102
-packetLen(0x0922, 6) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 6)
#elif PACKETVER >= 20160720
-packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 2)
#elif PACKETVER >= 20160713
-packetLen(0x0922, 5) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 5)
#elif PACKETVER >= 20160706
-packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 2)
#elif PACKETVER >= 20160629
-packetLen(0x0922, 8) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 8)
#elif PACKETVER >= 20160511
-packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 2)
#elif PACKETVER >= 20160504
-packetLen(0x0922, 6) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 6)
#elif PACKETVER >= 20160420
-packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 2)
#elif PACKETVER >= 20160414
-packetLen(0x0922, 5) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 5)
#elif PACKETVER >= 20160323
-packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 2)
#elif PACKETVER >= 20160316
-packetLen(0x0922, 36) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 36)
#elif PACKETVER >= 20160309
-packetLen(0x0922, -1) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, -1)
#elif PACKETVER >= 20160203
-packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 2)
#elif PACKETVER >= 20160127
-packetLen(0x0922, 5) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 5)
#elif PACKETVER >= 20160106
-packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 2)
#endif
// Packet: 0x0923
-packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 2)
// Packet: 0x0924
#if PACKETVER >= 20160713
-packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 2)
#elif PACKETVER >= 20160706
-packetLen(0x0924, 10) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 10)
#elif PACKETVER >= 20160608
-packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 2)
#elif PACKETVER >= 20160601
-packetLen(0x0924, 4) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 4)
#elif PACKETVER >= 20160511
-packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 2)
#elif PACKETVER >= 20160504
-packetLen(0x0924, 5) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 5)
#elif PACKETVER >= 20160120
-packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 2)
#elif PACKETVER >= 20160113
-packetLen(0x0924, 6) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 6)
#elif PACKETVER >= 20160106
-packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 2)
#endif
// Packet: 0x0925
#if PACKETVER >= 20161123
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
#elif PACKETVER >= 20161116
-packetLen(0x0925, 10) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 10)
#elif PACKETVER >= 20161109
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
#elif PACKETVER >= 20161102
-packetLen(0x0925, 6) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 6)
#elif PACKETVER >= 20160706
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
#elif PACKETVER >= 20160629
-packetLen(0x0925, 10) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 10)
#elif PACKETVER >= 20160406
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
#elif PACKETVER >= 20160330
-packetLen(0x0925, 19) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 19)
#elif PACKETVER >= 20160106
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
#endif
// Packet: 0x0926
#if PACKETVER >= 20161228
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
#elif PACKETVER >= 20161221
-packetLen(0x0926, 26) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 26)
#elif PACKETVER >= 20161130
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
#elif PACKETVER >= 20161123
-packetLen(0x0926, 19) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 19)
#elif PACKETVER >= 20161102
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
#elif PACKETVER >= 20161026
-packetLen(0x0926, 6) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 6)
#elif PACKETVER >= 20160817
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
#elif PACKETVER >= 20160810
-packetLen(0x0926, 4) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 4)
#elif PACKETVER >= 20160713
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
#elif PACKETVER >= 20160706
-packetLen(0x0926, 5) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 5)
#elif PACKETVER >= 20160629
-packetLen(0x0926, 26) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 26)
#elif PACKETVER >= 20160330
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
#elif PACKETVER >= 20160323
-packetLen(0x0926, 8) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 8)
#elif PACKETVER >= 20160224
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
#elif PACKETVER >= 20160217
-packetLen(0x0926, 10) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 10)
#elif PACKETVER >= 20160106
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
#endif
// Packet: 0x0927
#if PACKETVER >= 20161116
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#elif PACKETVER >= 20161109
-packetLen(0x0927, 26) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 26)
#elif PACKETVER >= 20161005
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#elif PACKETVER >= 20160928
-packetLen(0x0927, 10) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 10)
#elif PACKETVER >= 20160420
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#elif PACKETVER >= 20160414
-packetLen(0x0927, 36) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 36)
#elif PACKETVER >= 20160406
-packetLen(0x0927, 8) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 8)
#elif PACKETVER >= 20160330
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#elif PACKETVER >= 20160323
-packetLen(0x0927, 18) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 18)
#elif PACKETVER >= 20160309
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#elif PACKETVER >= 20160302
-packetLen(0x0927, 6) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 6)
#elif PACKETVER >= 20160106
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#endif
// Packet: 0x0928
#if PACKETVER >= 20161228
-packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 2)
#elif PACKETVER >= 20161221
-packetLen(0x0928, 26) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 26)
#elif PACKETVER >= 20161109
-packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 2)
#elif PACKETVER >= 20161102
-packetLen(0x0928, 26) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 26)
#elif PACKETVER >= 20160921
-packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 2)
#elif PACKETVER >= 20160913
-packetLen(0x0928, 26) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 26)
#elif PACKETVER >= 20160525
-packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 2)
#elif PACKETVER >= 20160518
-packetLen(0x0928, 5) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 5)
#elif PACKETVER >= 20160106
-packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 2)
#endif
// Packet: 0x0929
#if PACKETVER >= 20161228
-packetLen(0x0929, 10) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 10)
#elif PACKETVER >= 20160824
-packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 2)
#elif PACKETVER >= 20160817
-packetLen(0x0929, -1) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, -1)
#elif PACKETVER >= 20160810
-packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 2)
#elif PACKETVER >= 20160803
-packetLen(0x0929, 36) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 36)
#elif PACKETVER >= 20160713
-packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 2)
#elif PACKETVER >= 20160706
-packetLen(0x0929, 8) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 8)
#elif PACKETVER >= 20160316
-packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 2)
#elif PACKETVER >= 20160309
-packetLen(0x0929, 4) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 4)
#elif PACKETVER >= 20160302
-packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 2)
#elif PACKETVER >= 20160224
-packetLen(0x0929, 5) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 5)
#elif PACKETVER >= 20160106
-packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 2)
#endif
// Packet: 0x092a
#if PACKETVER >= 20161130
-packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 2)
#elif PACKETVER >= 20161123
-packetLen(0x092a, 6) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 6)
#elif PACKETVER >= 20161116
-packetLen(0x092a, 10) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 10)
#elif PACKETVER >= 20160727
-packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 2)
#elif PACKETVER >= 20160720
-packetLen(0x092a, 26) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 26)
#elif PACKETVER >= 20160406
-packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 2)
#elif PACKETVER >= 20160330
-packetLen(0x092a, -1) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, -1)
#elif PACKETVER >= 20160316
-packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 2)
#elif PACKETVER >= 20160309
-packetLen(0x092a, -1) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, -1)
#elif PACKETVER >= 20160106
-packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 2)
#endif
// Packet: 0x092b
#if PACKETVER >= 20161012
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
#elif PACKETVER >= 20161005
-packetLen(0x092b, 6) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 6)
#elif PACKETVER >= 20160817
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
#elif PACKETVER >= 20160810
-packetLen(0x092b, -1) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, -1)
#elif PACKETVER >= 20160106
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
#endif
// Packet: 0x092c
#if PACKETVER >= 20161102
-packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 2)
#elif PACKETVER >= 20161026
-packetLen(0x092c, -1) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, -1)
#elif PACKETVER >= 20160907
-packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 2)
#elif PACKETVER >= 20160831
-packetLen(0x092c, 26) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 26)
#elif PACKETVER >= 20160720
-packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 2)
#elif PACKETVER >= 20160713
-packetLen(0x092c, 6) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 6)
#elif PACKETVER >= 20160601
-packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 2)
#elif PACKETVER >= 20160525
-packetLen(0x092c, 18) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 18)
#elif PACKETVER >= 20160406
-packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 2)
#elif PACKETVER >= 20160330
-packetLen(0x092c, 18) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 18)
#elif PACKETVER >= 20160106
-packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 2)
#endif
// Packet: 0x092d
#if PACKETVER >= 20161019
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#elif PACKETVER >= 20161012
-packetLen(0x092d, 6) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 6)
#elif PACKETVER >= 20161005
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#elif PACKETVER >= 20160928
-packetLen(0x092d, 10) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 10)
#elif PACKETVER >= 20160824
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#elif PACKETVER >= 20160817
-packetLen(0x092d, 90) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 90)
#elif PACKETVER >= 20160810
-packetLen(0x092d, 8) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 8)
#elif PACKETVER >= 20160713
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#elif PACKETVER >= 20160706
-packetLen(0x092d, 5) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 5)
#elif PACKETVER >= 20160629
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#elif PACKETVER >= 20160622
-packetLen(0x092d, 6) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 6)
#elif PACKETVER >= 20160414
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#elif PACKETVER >= 20160406
-packetLen(0x092d, 12) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 12)
#elif PACKETVER >= 20160309
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#elif PACKETVER >= 20160302
-packetLen(0x092d, 4) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 4)
#elif PACKETVER >= 20160106
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#endif
// Packet: 0x092e
#if PACKETVER >= 20161228
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#elif PACKETVER >= 20161221
-packetLen(0x092e, 18) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 18)
#elif PACKETVER >= 20161214
-packetLen(0x092e, 6) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 6)
#elif PACKETVER >= 20161102
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#elif PACKETVER >= 20161026
-packetLen(0x092e, 5) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 5)
#elif PACKETVER >= 20160907
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#elif PACKETVER >= 20160831
-packetLen(0x092e, 12) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 12)
#elif PACKETVER >= 20160803
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#elif PACKETVER >= 20160727
-packetLen(0x092e, 5) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 5)
#elif PACKETVER >= 20160224
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#elif PACKETVER >= 20160217
-packetLen(0x092e, 90) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 90)
#elif PACKETVER >= 20160106
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#endif
// Packet: 0x092f
#if PACKETVER >= 20161130
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#elif PACKETVER >= 20161123
-packetLen(0x092f, 6) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 6)
#elif PACKETVER >= 20161109
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#elif PACKETVER >= 20161102
-packetLen(0x092f, 6) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 6)
#elif PACKETVER >= 20160629
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#elif PACKETVER >= 20160622
-packetLen(0x092f, 10) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 10)
#elif PACKETVER >= 20160427
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#elif PACKETVER >= 20160420
-packetLen(0x092f, 18) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 18)
#elif PACKETVER >= 20160309
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#elif PACKETVER >= 20160302
-packetLen(0x092f, 90) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 90)
#elif PACKETVER >= 20160224
-packetLen(0x092f, -1) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, -1)
#elif PACKETVER >= 20160106
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#endif
// Packet: 0x0930
#if PACKETVER >= 20161228
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#elif PACKETVER >= 20161221
-packetLen(0x0930, 5) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 5)
#elif PACKETVER >= 20161130
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#elif PACKETVER >= 20161123
-packetLen(0x0930, 5) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 5)
#elif PACKETVER >= 20161102
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#elif PACKETVER >= 20161026
-packetLen(0x0930, 6) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 6)
#elif PACKETVER >= 20160824
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#elif PACKETVER >= 20160817
-packetLen(0x0930, 5) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 5)
#elif PACKETVER >= 20160810
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#elif PACKETVER >= 20160803
-packetLen(0x0930, 12) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 12)
#elif PACKETVER >= 20160406
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#elif PACKETVER >= 20160330
-packetLen(0x0930, 5) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 5)
#elif PACKETVER >= 20160120
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#elif PACKETVER >= 20160113
-packetLen(0x0930, 6) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 6)
#elif PACKETVER >= 20160106
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#endif
// Packet: 0x0931
#if PACKETVER >= 20161207
-packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 2)
#elif PACKETVER >= 20161130
-packetLen(0x0931, 5) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 5)
#elif PACKETVER >= 20161123
-packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 2)
#elif PACKETVER >= 20161116
-packetLen(0x0931, -1) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, -1)
#elif PACKETVER >= 20161012
-packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 2)
#elif PACKETVER >= 20161005
-packetLen(0x0931, 26) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 26)
#elif PACKETVER >= 20160720
-packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 2)
#elif PACKETVER >= 20160713
-packetLen(0x0931, 10) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 10)
#elif PACKETVER >= 20160420
-packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 2)
#elif PACKETVER >= 20160414
-packetLen(0x0931, 6) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 6)
#elif PACKETVER >= 20160106
-packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 2)
#endif
// Packet: 0x0932
#if PACKETVER >= 20161012
-packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 2)
#elif PACKETVER >= 20161005
-packetLen(0x0932, 12) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 12)
#elif PACKETVER >= 20160810
-packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 2)
#elif PACKETVER >= 20160803
-packetLen(0x0932, 10) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 10)
#elif PACKETVER >= 20160316
-packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 2)
#elif PACKETVER >= 20160309
-packetLen(0x0932, 5) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 5)
#elif PACKETVER >= 20160120
-packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 2)
#elif PACKETVER >= 20160113
-packetLen(0x0932, 8) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 8)
#elif PACKETVER >= 20160106
-packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 2)
#endif
// Packet: 0x0933
#if PACKETVER >= 20160414
-packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 2)
#elif PACKETVER >= 20160406
-packetLen(0x0933, 5) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 5)
#elif PACKETVER >= 20160330
-packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 2)
#elif PACKETVER >= 20160323
-packetLen(0x0933, 5) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 5)
#elif PACKETVER >= 20160106
-packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 2)
#endif
// Packet: 0x0934
#if PACKETVER >= 20161228
-packetLen(0x0934, 26) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 26)
#elif PACKETVER >= 20160831
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#elif PACKETVER >= 20160824
-packetLen(0x0934, 36) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 36)
#elif PACKETVER >= 20160810
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#elif PACKETVER >= 20160803
-packetLen(0x0934, 7) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 7)
#elif PACKETVER >= 20160420
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#elif PACKETVER >= 20160414
-packetLen(0x0934, 5) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 5)
#elif PACKETVER >= 20160406
-packetLen(0x0934, 10) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 10)
#elif PACKETVER >= 20160106
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#endif
// Packet: 0x0935
#if PACKETVER >= 20161228
-packetLen(0x0935, 8) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 8)
#elif PACKETVER >= 20160921
-packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 2)
#elif PACKETVER >= 20160913
-packetLen(0x0935, -1) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, -1)
#elif PACKETVER >= 20160817
-packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 2)
#elif PACKETVER >= 20160810
-packetLen(0x0935, 90) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 90)
#elif PACKETVER >= 20160427
-packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 2)
#elif PACKETVER >= 20160420
-packetLen(0x0935, 26) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 26)
#elif PACKETVER >= 20160106
-packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 2)
#endif
// Packet: 0x0936
#if PACKETVER >= 20161019
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
#elif PACKETVER >= 20161012
-packetLen(0x0936, 6) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 6)
#elif PACKETVER >= 20160803
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
#elif PACKETVER >= 20160727
-packetLen(0x0936, 5) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 5)
#elif PACKETVER >= 20160629
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
#elif PACKETVER >= 20160622
-packetLen(0x0936, 19) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 19)
#elif PACKETVER >= 20160302
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
#elif PACKETVER >= 20160224
-packetLen(0x0936, 36) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 36)
#elif PACKETVER >= 20160106
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
#endif
// Packet: 0x0937
#if PACKETVER >= 20161116
-packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 2)
#elif PACKETVER >= 20161109
-packetLen(0x0937, 26) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 26)
#elif PACKETVER >= 20161019
-packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 2)
#elif PACKETVER >= 20161012
-packetLen(0x0937, 6) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 6)
#elif PACKETVER >= 20160810
-packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 2)
#elif PACKETVER >= 20160803
-packetLen(0x0937, 10) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 10)
#elif PACKETVER >= 20160629
-packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 2)
#elif PACKETVER >= 20160622
-packetLen(0x0937, 12) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 12)
#elif PACKETVER >= 20160601
-packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 2)
#elif PACKETVER >= 20160525
-packetLen(0x0937, -1) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, -1)
#elif PACKETVER >= 20160106
-packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 2)
#endif
// Packet: 0x0938
#if PACKETVER >= 20161228
-packetLen(0x0938, 4) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 4)
#elif PACKETVER >= 20160302
-packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 2)
#elif PACKETVER >= 20160224
-packetLen(0x0938, 6) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 6)
#elif PACKETVER >= 20160106
-packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 2)
#endif
// Packet: 0x0939
#if PACKETVER >= 20161019
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
#elif PACKETVER >= 20161012
-packetLen(0x0939, -1) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, -1)
#elif PACKETVER >= 20160824
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
#elif PACKETVER >= 20160817
-packetLen(0x0939, 8) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 8)
#elif PACKETVER >= 20160720
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
#elif PACKETVER >= 20160713
-packetLen(0x0939, 26) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 26)
#elif PACKETVER >= 20160706
-packetLen(0x0939, 8) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 8)
#elif PACKETVER >= 20160406
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
#elif PACKETVER >= 20160330
-packetLen(0x0939, 6) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 6)
#elif PACKETVER >= 20160106
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
#endif
// Packet: 0x093a
#if PACKETVER >= 20160921
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
#elif PACKETVER >= 20160913
-packetLen(0x093a, 5) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 5)
#elif PACKETVER >= 20160907
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
#elif PACKETVER >= 20160831
-packetLen(0x093a, 5) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 5)
#elif PACKETVER >= 20160810
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
#elif PACKETVER >= 20160803
-packetLen(0x093a, 8) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 8)
#elif PACKETVER >= 20160106
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
#endif
// Packet: 0x093b
#if PACKETVER >= 20161012
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#elif PACKETVER >= 20161005
-packetLen(0x093b, 10) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 10)
#elif PACKETVER >= 20160727
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#elif PACKETVER >= 20160720
-packetLen(0x093b, 5) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 5)
#elif PACKETVER >= 20160629
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#elif PACKETVER >= 20160622
-packetLen(0x093b, 8) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 8)
#elif PACKETVER >= 20160615
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#elif PACKETVER >= 20160608
-packetLen(0x093b, 4) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 4)
#elif PACKETVER >= 20160406
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#elif PACKETVER >= 20160330
-packetLen(0x093b, 26) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 26)
#elif PACKETVER >= 20160224
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#elif PACKETVER >= 20160217
-packetLen(0x093b, -1) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, -1)
#elif PACKETVER >= 20160106
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#endif
// Packet: 0x093c
#if PACKETVER >= 20161123
-packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 2)
#elif PACKETVER >= 20161116
-packetLen(0x093c, -1) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, -1)
#elif PACKETVER >= 20161109
-packetLen(0x093c, 36) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 36)
#elif PACKETVER >= 20160824
-packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 2)
#elif PACKETVER >= 20160817
-packetLen(0x093c, 8) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 8)
#elif PACKETVER >= 20160330
-packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 2)
#elif PACKETVER >= 20160323
-packetLen(0x093c, 6) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 6)
#elif PACKETVER >= 20160120
-packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 2)
#elif PACKETVER >= 20160113
-packetLen(0x093c, 8) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 8)
#elif PACKETVER >= 20160106
-packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 2)
#endif
// Packet: 0x093d
#if PACKETVER >= 20161228
-packetLen(0x093d, 7) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 7)
#elif PACKETVER >= 20161221
-packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 2)
#elif PACKETVER >= 20161214
-packetLen(0x093d, 5) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 5)
#elif PACKETVER >= 20160713
-packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 2)
#elif PACKETVER >= 20160706
-packetLen(0x093d, 6) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 6)
#elif PACKETVER >= 20160106
-packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 2)
#endif
// Packet: 0x093e
#if PACKETVER >= 20160810
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#elif PACKETVER >= 20160803
-packetLen(0x093e, 6) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 6)
#elif PACKETVER >= 20160727
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#elif PACKETVER >= 20160720
-packetLen(0x093e, -1) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, -1)
#elif PACKETVER >= 20160706
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#elif PACKETVER >= 20160629
-packetLen(0x093e, -1) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, -1)
#elif PACKETVER >= 20160622
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#elif PACKETVER >= 20160615
-packetLen(0x093e, 26) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 26)
#elif PACKETVER >= 20160511
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#elif PACKETVER >= 20160504
-packetLen(0x093e, -1) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, -1)
#elif PACKETVER >= 20160224
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#elif PACKETVER >= 20160217
-packetLen(0x093e, -1) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, -1)
#elif PACKETVER >= 20160211
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#elif PACKETVER >= 20160203
-packetLen(0x093e, 26) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 26)
#elif PACKETVER >= 20160106
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#endif
// Packet: 0x093f
#if PACKETVER >= 20161116
-packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 2)
#elif PACKETVER >= 20161109
-packetLen(0x093f, 6) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 6)
#elif PACKETVER >= 20160810
-packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 2)
#elif PACKETVER >= 20160803
-packetLen(0x093f, -1) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, -1)
#elif PACKETVER >= 20160629
-packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 2)
#elif PACKETVER >= 20160622
-packetLen(0x093f, -1) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, -1)
#elif PACKETVER >= 20160106
-packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 2)
#endif
// Packet: 0x0940
#if PACKETVER >= 20160518
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20160511
-packetLen(0x0940, 36) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 36)
#elif PACKETVER >= 20160504
-packetLen(0x0940, 19) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 19)
#elif PACKETVER >= 20160427
-packetLen(0x0940, -1) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, -1)
#elif PACKETVER >= 20160414
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20160406
-packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 6)
#elif PACKETVER >= 20160211
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20160203
-packetLen(0x0940, 5) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 5)
#elif PACKETVER >= 20160113
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20160106
-packetLen(0x0940, 8) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 8)
#endif
// Packet: 0x0941
#if PACKETVER >= 20161130
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#elif PACKETVER >= 20161123
-packetLen(0x0941, 26) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 26)
#elif PACKETVER >= 20160511
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#elif PACKETVER >= 20160504
-packetLen(0x0941, 8) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 8)
#elif PACKETVER >= 20160224
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#elif PACKETVER >= 20160217
-packetLen(0x0941, 6) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 6)
#elif PACKETVER >= 20160120
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#elif PACKETVER >= 20160113
-packetLen(0x0941, -1) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, -1)
#elif PACKETVER >= 20160106
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#endif
// Packet: 0x0942
#if PACKETVER >= 20161012
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
#elif PACKETVER >= 20161005
-packetLen(0x0942, 6) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 6)
#elif PACKETVER >= 20160106
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
#endif
// Packet: 0x0943
#if PACKETVER >= 20161228
-packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 2)
#elif PACKETVER >= 20161221
-packetLen(0x0943, 10) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 10)
#elif PACKETVER >= 20161214
-packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 2)
#elif PACKETVER >= 20161207
-packetLen(0x0943, 4) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 4)
#elif PACKETVER >= 20161130
-packetLen(0x0943, 19) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 19)
#elif PACKETVER >= 20161019
-packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 2)
#elif PACKETVER >= 20161012
-packetLen(0x0943, 18) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 18)
#elif PACKETVER >= 20160817
-packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 2)
#elif PACKETVER >= 20160810
-packetLen(0x0943, 6) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 6)
#elif PACKETVER >= 20160106
-packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 2)
#endif
// Packet: 0x0944
#if PACKETVER >= 20161228
-packetLen(0x0944, 6) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 6)
#elif PACKETVER >= 20161019
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#elif PACKETVER >= 20161012
-packetLen(0x0944, 8) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 8)
#elif PACKETVER >= 20161005
-packetLen(0x0944, -1) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, -1)
#elif PACKETVER >= 20160928
-packetLen(0x0944, 5) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 5)
#elif PACKETVER >= 20160713
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#elif PACKETVER >= 20160706
-packetLen(0x0944, 8) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 8)
#elif PACKETVER >= 20160106
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#endif
// Packet: 0x0945
#if PACKETVER >= 20161012
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#elif PACKETVER >= 20161005
-packetLen(0x0945, 5) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 5)
#elif PACKETVER >= 20160720
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#elif PACKETVER >= 20160713
-packetLen(0x0945, 7) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 7)
#elif PACKETVER >= 20160706
-packetLen(0x0945, 6) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 6)
#elif PACKETVER >= 20160601
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#elif PACKETVER >= 20160525
-packetLen(0x0945, 26) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 26)
#elif PACKETVER >= 20160420
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#elif PACKETVER >= 20160414
-packetLen(0x0945, 26) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 26)
#elif PACKETVER >= 20160309
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#elif PACKETVER >= 20160302
-packetLen(0x0945, 6) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 6)
#elif PACKETVER >= 20160106
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#endif
// Packet: 0x0946
#if PACKETVER >= 20161228
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20161221
-packetLen(0x0946, 10) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 10)
#elif PACKETVER >= 20161109
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20161102
-packetLen(0x0946, 19) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 19)
#elif PACKETVER >= 20161026
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20161019
-packetLen(0x0946, 19) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 19)
#elif PACKETVER >= 20160907
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20160831
-packetLen(0x0946, 6) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 6)
#elif PACKETVER >= 20160803
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20160720
-packetLen(0x0946, 6) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 6)
#elif PACKETVER >= 20160706
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20160622
-packetLen(0x0946, -1) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, -1)
#elif PACKETVER >= 20160106
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#endif
// Packet: 0x0947
#if PACKETVER >= 20160720
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#elif PACKETVER >= 20160713
-packetLen(0x0947, 8) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 8)
#elif PACKETVER >= 20160211
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#elif PACKETVER >= 20160203
-packetLen(0x0947, 6) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 6)
#elif PACKETVER >= 20160106
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#endif
// Packet: 0x0948
#if PACKETVER >= 20160706
-packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 2)
#elif PACKETVER >= 20160629
-packetLen(0x0948, 5) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 5)
#elif PACKETVER >= 20160622
-packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 2)
#elif PACKETVER >= 20160615
-packetLen(0x0948, 7) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 7)
#elif PACKETVER >= 20160511
-packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 2)
#elif PACKETVER >= 20160504
-packetLen(0x0948, 12) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 12)
#elif PACKETVER >= 20160106
-packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 2)
#endif
// Packet: 0x0949
#if PACKETVER >= 20161109
-packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 2)
#elif PACKETVER >= 20161102
-packetLen(0x0949, 5) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 5)
#elif PACKETVER >= 20160921
-packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 2)
#elif PACKETVER >= 20160913
-packetLen(0x0949, 26) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 26)
#elif PACKETVER >= 20160803
-packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 2)
#elif PACKETVER >= 20160727
-packetLen(0x0949, 8) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 8)
#elif PACKETVER >= 20160414
-packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 2)
#elif PACKETVER >= 20160406
-packetLen(0x0949, -1) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, -1)
#elif PACKETVER >= 20160106
-packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 2)
#endif
// Packet: 0x094a
#if PACKETVER >= 20161123
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#elif PACKETVER >= 20161116
-packetLen(0x094a, 6) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 6)
#elif PACKETVER >= 20161012
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#elif PACKETVER >= 20161005
-packetLen(0x094a, -1) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, -1)
#elif PACKETVER >= 20160928
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#elif PACKETVER >= 20160921
-packetLen(0x094a, 36) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 36)
#elif PACKETVER >= 20160913
-packetLen(0x094a, 90) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 90)
#elif PACKETVER >= 20160907
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#elif PACKETVER >= 20160831
-packetLen(0x094a, 5) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 5)
#elif PACKETVER >= 20160706
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#elif PACKETVER >= 20160629
-packetLen(0x094a, 26) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 26)
#elif PACKETVER >= 20160622
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#elif PACKETVER >= 20160615
-packetLen(0x094a, 6) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 6)
#elif PACKETVER >= 20160601
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#elif PACKETVER >= 20160525
-packetLen(0x094a, 8) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 8)
#elif PACKETVER >= 20160224
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#elif PACKETVER >= 20160217
-packetLen(0x094a, 10) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 10)
#elif PACKETVER >= 20160106
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#endif
// Packet: 0x094b
#if PACKETVER >= 20161228
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
#elif PACKETVER >= 20161221
-packetLen(0x094b, -1) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, -1)
#elif PACKETVER >= 20161102
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
#elif PACKETVER >= 20161026
-packetLen(0x094b, 8) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 8)
#elif PACKETVER >= 20160622
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
#elif PACKETVER >= 20160615
-packetLen(0x094b, -1) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, -1)
#elif PACKETVER >= 20160106
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
#endif
// Packet: 0x094c
#if PACKETVER >= 20160713
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
#elif PACKETVER >= 20160706
-packetLen(0x094c, 36) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 36)
#elif PACKETVER >= 20160302
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
#elif PACKETVER >= 20160224
-packetLen(0x094c, 18) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 18)
#elif PACKETVER >= 20160106
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
#endif
// Packet: 0x094d
#if PACKETVER >= 20161130
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
#elif PACKETVER >= 20161123
-packetLen(0x094d, 10) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 10)
#elif PACKETVER >= 20161012
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
#elif PACKETVER >= 20161005
-packetLen(0x094d, 5) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 5)
#elif PACKETVER >= 20160727
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
#elif PACKETVER >= 20160720
-packetLen(0x094d, 6) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 6)
#elif PACKETVER >= 20160615
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
#elif PACKETVER >= 20160608
-packetLen(0x094d, 6) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 6)
#elif PACKETVER >= 20160414
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
#elif PACKETVER >= 20160406
-packetLen(0x094d, 6) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 6)
#elif PACKETVER >= 20160120
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
#elif PACKETVER >= 20160113
-packetLen(0x094d, 19) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 19)
#elif PACKETVER >= 20160106
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
#endif
// Packet: 0x094e
#if PACKETVER >= 20161005
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#elif PACKETVER >= 20160928
-packetLen(0x094e, 26) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 26)
#elif PACKETVER >= 20160601
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#elif PACKETVER >= 20160525
-packetLen(0x094e, 8) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 8)
#elif PACKETVER >= 20160427
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#elif PACKETVER >= 20160420
-packetLen(0x094e, -1) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, -1)
#elif PACKETVER >= 20160309
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#elif PACKETVER >= 20160302
-packetLen(0x094e, 36) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 36)
#elif PACKETVER >= 20160106
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#endif
// Packet: 0x094f
#if PACKETVER >= 20161130
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#elif PACKETVER >= 20161123
-packetLen(0x094f, -1) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, -1)
#elif PACKETVER >= 20161019
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#elif PACKETVER >= 20161012
-packetLen(0x094f, 8) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 8)
#elif PACKETVER >= 20160907
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#elif PACKETVER >= 20160831
-packetLen(0x094f, 8) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 8)
#elif PACKETVER >= 20160316
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#elif PACKETVER >= 20160309
-packetLen(0x094f, 7) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 7)
#elif PACKETVER >= 20160224
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#elif PACKETVER >= 20160217
-packetLen(0x094f, 8) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 8)
#elif PACKETVER >= 20160120
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#elif PACKETVER >= 20160113
-packetLen(0x094f, 8) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 8)
#elif PACKETVER >= 20160106
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#endif
// Packet: 0x0950
#if PACKETVER >= 20160921
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
#elif PACKETVER >= 20160913
-packetLen(0x0950, 7) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 7)
#elif PACKETVER >= 20160907
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
#elif PACKETVER >= 20160831
-packetLen(0x0950, -1) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, -1)
#elif PACKETVER >= 20160309
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
#elif PACKETVER >= 20160302
-packetLen(0x0950, 8) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 8)
#elif PACKETVER >= 20160106
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
#endif
// Packet: 0x0951
#if PACKETVER >= 20161019
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#elif PACKETVER >= 20161012
-packetLen(0x0951, 90) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 90)
#elif PACKETVER >= 20160803
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#elif PACKETVER >= 20160727
-packetLen(0x0951, 8) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 8)
#elif PACKETVER >= 20160601
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#elif PACKETVER >= 20160525
-packetLen(0x0951, 26) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 26)
#elif PACKETVER >= 20160106
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#endif
// Packet: 0x0952
#if PACKETVER >= 20161012
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
#elif PACKETVER >= 20161005
-packetLen(0x0952, 4) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 4)
#elif PACKETVER >= 20160921
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
#elif PACKETVER >= 20160913
-packetLen(0x0952, 19) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 19)
#elif PACKETVER >= 20160810
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
#elif PACKETVER >= 20160803
-packetLen(0x0952, 5) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 5)
#elif PACKETVER >= 20160511
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
#elif PACKETVER >= 20160504
-packetLen(0x0952, 26) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 26)
#elif PACKETVER >= 20160106
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
#endif
// Packet: 0x0953
#if PACKETVER >= 20161102
-packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 2)
#elif PACKETVER >= 20161026
-packetLen(0x0953, 26) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 26)
#elif PACKETVER >= 20161005
-packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 2)
#elif PACKETVER >= 20160928
-packetLen(0x0953, -1) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, -1)
#elif PACKETVER >= 20160727
-packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 2)
#elif PACKETVER >= 20160720
-packetLen(0x0953, 8) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 8)
#elif PACKETVER >= 20160420
-packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 2)
#elif PACKETVER >= 20160414
-packetLen(0x0953, 8) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 8)
#elif PACKETVER >= 20160406
-packetLen(0x0953, 36) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 36)
#elif PACKETVER >= 20160106
-packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 2)
#endif
// Packet: 0x0954
#if PACKETVER >= 20161207
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#elif PACKETVER >= 20161130
-packetLen(0x0954, 36) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 36)
#elif PACKETVER >= 20161116
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#elif PACKETVER >= 20161109
-packetLen(0x0954, 10) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 10)
#elif PACKETVER >= 20160921
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#elif PACKETVER >= 20160913
-packetLen(0x0954, 5) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 5)
#elif PACKETVER >= 20160907
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#elif PACKETVER >= 20160831
-packetLen(0x0954, -1) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, -1)
#elif PACKETVER >= 20160622
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#elif PACKETVER >= 20160615
-packetLen(0x0954, 5) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 5)
#elif PACKETVER >= 20160211
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#elif PACKETVER >= 20160203
-packetLen(0x0954, 8) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 8)
#elif PACKETVER >= 20160106
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#endif
// Packet: 0x0955
#if PACKETVER >= 20161005
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
#elif PACKETVER >= 20160928
-packetLen(0x0955, 18) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 18)
#elif PACKETVER >= 20160810
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
#elif PACKETVER >= 20160803
-packetLen(0x0955, 8) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 8)
#elif PACKETVER >= 20160106
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
#endif
// Packet: 0x0956
#if PACKETVER >= 20161116
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#elif PACKETVER >= 20161109
-packetLen(0x0956, 5) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 5)
#elif PACKETVER >= 20160810
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#elif PACKETVER >= 20160803
-packetLen(0x0956, -1) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, -1)
#elif PACKETVER >= 20160601
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#elif PACKETVER >= 20160525
-packetLen(0x0956, 8) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 8)
#elif PACKETVER >= 20160316
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#elif PACKETVER >= 20160309
-packetLen(0x0956, 6) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 6)
#elif PACKETVER >= 20160106
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#endif
// Packet: 0x0957
#if PACKETVER >= 20161123
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20161116
-packetLen(0x0957, 6) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 6)
#elif PACKETVER >= 20161005
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20160928
-packetLen(0x0957, 6) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 6)
#elif PACKETVER >= 20160907
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20160831
-packetLen(0x0957, -1) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, -1)
#elif PACKETVER >= 20160824
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20160817
-packetLen(0x0957, 18) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 18)
#elif PACKETVER >= 20160720
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20160713
-packetLen(0x0957, 6) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 6)
#elif PACKETVER >= 20160706
-packetLen(0x0957, 12) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 12)
#elif PACKETVER >= 20160622
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20160615
-packetLen(0x0957, 8) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 8)
#elif PACKETVER >= 20160309
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20160302
-packetLen(0x0957, -1) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, -1)
#elif PACKETVER >= 20160106
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#endif
// Packet: 0x0958
#if PACKETVER >= 20160713
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20160706
-packetLen(0x0958, 6) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 6)
#elif PACKETVER >= 20160622
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20160615
-packetLen(0x0958, 8) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 8)
#elif PACKETVER >= 20160608
-packetLen(0x0958, 36) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 36)
#elif PACKETVER >= 20160106
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#endif
// Packet: 0x0959
#if PACKETVER >= 20161207
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#elif PACKETVER >= 20161130
-packetLen(0x0959, 26) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 26)
#elif PACKETVER >= 20160810
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#elif PACKETVER >= 20160803
-packetLen(0x0959, 6) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 6)
#elif PACKETVER >= 20160629
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#elif PACKETVER >= 20160622
-packetLen(0x0959, 6) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 6)
#elif PACKETVER >= 20160106
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#endif
// Packet: 0x095a
#if PACKETVER >= 20161228
-packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 2)
#elif PACKETVER >= 20161221
-packetLen(0x095a, 6) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 6)
#elif PACKETVER >= 20161130
-packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 2)
#elif PACKETVER >= 20161123
-packetLen(0x095a, 8) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 8)
#elif PACKETVER >= 20161012
-packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 2)
#elif PACKETVER >= 20161005
-packetLen(0x095a, 6) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 6)
#elif PACKETVER >= 20160928
-packetLen(0x095a, 4) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 4)
#elif PACKETVER >= 20160810
-packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 2)
#elif PACKETVER >= 20160803
-packetLen(0x095a, 26) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 26)
#elif PACKETVER >= 20160706
-packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 2)
#elif PACKETVER >= 20160629
-packetLen(0x095a, 7) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 7)
#elif PACKETVER >= 20160309
-packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 2)
#elif PACKETVER >= 20160302
-packetLen(0x095a, 6) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 6)
#elif PACKETVER >= 20160211
-packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 2)
#elif PACKETVER >= 20160203
-packetLen(0x095a, 6) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 6)
#elif PACKETVER >= 20160127
-packetLen(0x095a, 36) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 36)
#elif PACKETVER >= 20160106
-packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 2)
#endif
// Packet: 0x095b
#if PACKETVER >= 20161130
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20161123
-packetLen(0x095b, 7) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 7)
#elif PACKETVER >= 20161116
-packetLen(0x095b, 36) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 36)
#elif PACKETVER >= 20161012
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20161005
-packetLen(0x095b, 19) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 19)
#elif PACKETVER >= 20160817
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20160810
-packetLen(0x095b, 7) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 7)
#elif PACKETVER >= 20160727
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20160720
-packetLen(0x095b, 18) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 18)
#elif PACKETVER >= 20160713
-packetLen(0x095b, 8) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 8)
#elif PACKETVER >= 20160615
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20160608
-packetLen(0x095b, 8) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 8)
#elif PACKETVER >= 20160601
-packetLen(0x095b, 5) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 5)
#elif PACKETVER >= 20160511
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20160504
-packetLen(0x095b, 6) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 6)
#elif PACKETVER >= 20160106
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#endif
// Packet: 0x095c
#if PACKETVER >= 20161102
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#elif PACKETVER >= 20161026
-packetLen(0x095c, -1) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, -1)
#elif PACKETVER >= 20161019
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#elif PACKETVER >= 20161012
-packetLen(0x095c, 5) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 5)
#elif PACKETVER >= 20160622
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#elif PACKETVER >= 20160615
-packetLen(0x095c, 18) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 18)
#elif PACKETVER >= 20160427
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#elif PACKETVER >= 20160420
-packetLen(0x095c, 8) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 8)
#elif PACKETVER >= 20160106
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#endif
// Packet: 0x095d
#if PACKETVER >= 20161214
-packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 2)
#elif PACKETVER >= 20161207
-packetLen(0x095d, 36) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 36)
#elif PACKETVER >= 20161123
-packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 2)
#elif PACKETVER >= 20161116
-packetLen(0x095d, 4) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 4)
#elif PACKETVER >= 20160414
-packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 2)
#elif PACKETVER >= 20160406
-packetLen(0x095d, 5) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 5)
#elif PACKETVER >= 20160211
-packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 2)
#elif PACKETVER >= 20160203
-packetLen(0x095d, 8) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 8)
#elif PACKETVER >= 20160106
-packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 2)
#endif
// Packet: 0x095e
#if PACKETVER >= 20161109
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
#elif PACKETVER >= 20161102
-packetLen(0x095e, 12) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 12)
#elif PACKETVER >= 20161026
-packetLen(0x095e, 90) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 90)
#elif PACKETVER >= 20160907
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
#elif PACKETVER >= 20160831
-packetLen(0x095e, 8) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 8)
#elif PACKETVER >= 20160622
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
#elif PACKETVER >= 20160615
-packetLen(0x095e, -1) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, -1)
#elif PACKETVER >= 20160316
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
#elif PACKETVER >= 20160309
-packetLen(0x095e, 12) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 12)
#elif PACKETVER >= 20160224
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
#elif PACKETVER >= 20160217
-packetLen(0x095e, 36) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 36)
#elif PACKETVER >= 20160106
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
#endif
// Packet: 0x095f
#if PACKETVER >= 20160803
-packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 2)
#elif PACKETVER >= 20160727
-packetLen(0x095f, -1) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, -1)
#elif PACKETVER >= 20160608
-packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 2)
#elif PACKETVER >= 20160601
-packetLen(0x095f, 36) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 36)
#elif PACKETVER >= 20160414
-packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 2)
#elif PACKETVER >= 20160406
-packetLen(0x095f, 5) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 5)
#elif PACKETVER >= 20160106
-packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 2)
#endif
// Packet: 0x0960
#if PACKETVER >= 20160907
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20160831
-packetLen(0x0960, 6) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 6)
#elif PACKETVER >= 20160727
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20160720
-packetLen(0x0960, 8) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 8)
#elif PACKETVER >= 20160309
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20160302
-packetLen(0x0960, 8) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 8)
#elif PACKETVER >= 20160106
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#endif
// Packet: 0x0961
#if PACKETVER >= 20160622
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#elif PACKETVER >= 20160615
-packetLen(0x0961, 12) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 12)
#elif PACKETVER >= 20160608
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#elif PACKETVER >= 20160601
-packetLen(0x0961, 18) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 18)
#elif PACKETVER >= 20160309
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#elif PACKETVER >= 20160302
-packetLen(0x0961, 18) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 18)
#elif PACKETVER >= 20160224
-packetLen(0x0961, 5) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 5)
#elif PACKETVER >= 20160203
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#elif PACKETVER >= 20160127
-packetLen(0x0961, 26) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 26)
#elif PACKETVER >= 20160106
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#endif
// Packet: 0x0962
#if PACKETVER >= 20161130
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#elif PACKETVER >= 20161123
-packetLen(0x0962, 8) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 8)
#elif PACKETVER >= 20161102
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#elif PACKETVER >= 20161026
-packetLen(0x0962, 5) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 5)
#elif PACKETVER >= 20161019
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#elif PACKETVER >= 20161012
-packetLen(0x0962, 10) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 10)
#elif PACKETVER >= 20160921
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#elif PACKETVER >= 20160913
-packetLen(0x0962, 4) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 4)
#elif PACKETVER >= 20160414
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#elif PACKETVER >= 20160406
-packetLen(0x0962, 4) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 4)
#elif PACKETVER >= 20160106
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#endif
// Packet: 0x0963
#if PACKETVER >= 20161026
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
#elif PACKETVER >= 20161019
-packetLen(0x0963, 26) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 26)
#elif PACKETVER >= 20160921
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
#elif PACKETVER >= 20160913
-packetLen(0x0963, 6) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 6)
#elif PACKETVER >= 20160824
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
#elif PACKETVER >= 20160817
-packetLen(0x0963, 5) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 5)
#elif PACKETVER >= 20160106
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
#endif
// Packet: 0x0964
#if PACKETVER >= 20161228
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#elif PACKETVER >= 20161221
-packetLen(0x0964, 19) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 19)
#elif PACKETVER >= 20161109
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#elif PACKETVER >= 20161102
-packetLen(0x0964, -1) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, -1)
#elif PACKETVER >= 20160907
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#elif PACKETVER >= 20160831
-packetLen(0x0964, 10) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 10)
#elif PACKETVER >= 20160106
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#endif
// Packet: 0x0965
#if PACKETVER >= 20161228
-packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 2)
#elif PACKETVER >= 20161221
-packetLen(0x0965, 5) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 5)
#elif PACKETVER >= 20161214
-packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 2)
#elif PACKETVER >= 20161207
-packetLen(0x0965, 26) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 26)
#elif PACKETVER >= 20161109
-packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 2)
#elif PACKETVER >= 20161102
-packetLen(0x0965, 10) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 10)
#elif PACKETVER >= 20160629
-packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 2)
#elif PACKETVER >= 20160622
-packetLen(0x0965, 5) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 5)
#elif PACKETVER >= 20160106
-packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 2)
#endif
// Packet: 0x0966
#if PACKETVER >= 20161109
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#elif PACKETVER >= 20161102
-packetLen(0x0966, 6) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 6)
#elif PACKETVER >= 20161019
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#elif PACKETVER >= 20161012
-packetLen(0x0966, 5) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 5)
#elif PACKETVER >= 20160224
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#elif PACKETVER >= 20160217
-packetLen(0x0966, 6) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 6)
#elif PACKETVER >= 20160106
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#endif
// Packet: 0x0967
#if PACKETVER >= 20161123
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20161116
-packetLen(0x0967, 8) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 8)
#elif PACKETVER >= 20161019
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20161012
-packetLen(0x0967, 36) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 36)
#elif PACKETVER >= 20161005
-packetLen(0x0967, 10) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 10)
#elif PACKETVER >= 20160907
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20160831
-packetLen(0x0967, 10) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 10)
#elif PACKETVER >= 20160817
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20160810
-packetLen(0x0967, 8) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 8)
#elif PACKETVER >= 20160309
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20160302
-packetLen(0x0967, 6) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 6)
#elif PACKETVER >= 20160224
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20160217
-packetLen(0x0967, 6) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 6)
#elif PACKETVER >= 20160120
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20160113
-packetLen(0x0967, -1) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, -1)
#elif PACKETVER >= 20160106
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#endif
// Packet: 0x0968
#if PACKETVER >= 20160706
-packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 2)
#elif PACKETVER >= 20160629
-packetLen(0x0968, 10) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 10)
#elif PACKETVER >= 20160309
-packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 2)
#elif PACKETVER >= 20160302
-packetLen(0x0968, 7) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 7)
#elif PACKETVER >= 20160106
-packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 2)
#endif
// Packet: 0x0969
#if PACKETVER >= 20160803
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#elif PACKETVER >= 20160727
-packetLen(0x0969, -1) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, -1)
#elif PACKETVER >= 20160720
-packetLen(0x0969, 26) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 26)
#elif PACKETVER >= 20160706
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#elif PACKETVER >= 20160622
-packetLen(0x0969, 6) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 6)
#elif PACKETVER >= 20160615
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#elif PACKETVER >= 20160608
-packetLen(0x0969, 26) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 26)
#elif PACKETVER >= 20160511
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#elif PACKETVER >= 20160504
-packetLen(0x0969, 36) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 36)
#elif PACKETVER >= 20160224
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#elif PACKETVER >= 20160217
-packetLen(0x0969, -1) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, -1)
#elif PACKETVER >= 20160106
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#endif
// Packet: 0x096a
#if PACKETVER >= 20161221
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20161123
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20161026
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20161019
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20160928
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20160921
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20160913
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20160907
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20160831
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20160824
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20160810
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20160803
-packetLen(0x096a, -1) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, -1)
#elif PACKETVER >= 20160706
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20160629
-packetLen(0x096a, 8) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 8)
#elif PACKETVER >= 20160615
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20160511
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20160504
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20160414
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20160406
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20160309
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20160302
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20160224
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20160217
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20160120
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20160113
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20160106
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#endif
// Packet: 0x096b
-packetLen(0x096b, 4) // ZC_PRNPC_STATE
+packetLen(0x096b, 4)
// Packet: 0x096c
-packetLen(0x096c, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x096c, 6)
// Packet: 0x096d
-packetLen(0x096d, -1) // ZC_MERGE_ITEM_OPEN
+packetLen(0x096d, -1)
// Packet: 0x096e
-packetLen(0x096e, -1) // CZ_REQ_MERGE_ITEM
+packetLen(0x096e, -1)
// Packet: 0x096f
-packetLen(0x096f, 7) // ZC_ACK_MERGE_ITEM
+packetLen(0x096f, 7)
// Packet: 0x0970
-packetLen(0x0970, 31) // CH_MAKE_CHAR_NOT_STATS
+packetLen(0x0970, 31)
// Packet: 0x0971
-packetLen(0x0971, 6) // ZC_PARTY_RECRUIT_REFUSE_VOLUNTEER_TO_PM
+packetLen(0x0971, 6)
// Packet: 0x0972
-packetLen(0x0972, -1) // ZC_SAY_DIALOG2
+packetLen(0x0972, -1)
// Packet: 0x0973
-packetLen(0x0973, 7) // ZC_WAIT_DIALOG2
+packetLen(0x0973, 7)
// Packet: 0x0974
-packetLen(0x0974, 2) // CZ_CANCEL_MERGE_ITEM
+packetLen(0x0974, 2)
// Packet: 0x0975
-packetLen(0x0975, -1) // ZC_STORE_ITEMLIST_NORMAL_V2
+packetLen(0x0975, -1)
// Packet: 0x0976
-packetLen(0x0976, -1) // ZC_STORE_ITEMLIST_EQUIP_V2
+packetLen(0x0976, -1)
// Packet: 0x0977
-packetLen(0x0977, 14) // ZC_HP_INFO
+packetLen(0x0977, 14)
// Packet: 0x0978
-packetLen(0x0978, 6) // CZ_REQ_BEFORE_WORLD_INFO
+packetLen(0x0978, 6)
// Packet: 0x0979
-packetLen(0x0979, 50) // ZC_ACK_BEFORE_WORLD_INFO
+packetLen(0x0979, 50)
// Packet: 0x097a
-packetLen(0x097a, -1) // ZC_ALL_QUEST_LIST2
+packetLen(0x097a, -1)
// Packet: 0x097b
-packetLen(0x097b, -1) // ZC_PERSONAL_INFOMATION2
+packetLen(0x097b, -1)
// Packet: 0x097c
-packetLen(0x097c, 4) // CZ_REQ_RANKING
+packetLen(0x097c, 4)
// Packet: 0x097d
-packetLen(0x097d, 288) // ZC_ACK_RANKING
+packetLen(0x097d, 288)
// Packet: 0x097e
-packetLen(0x097e, 12) // ZC_UPDATE_RANKING_POINT
+packetLen(0x097e, 12)
// Packet: 0x097f
-packetLen(0x097f, -1) // ZC_SELECTCART
+packetLen(0x097f, -1)
// Packet: 0x0980
-packetLen(0x0980, 7) // CZ_SELECTCART
+packetLen(0x0980, 7)
// Packet: 0x0981
-packetLen(0x0981, -1) // ZC_PERSONAL_INFOMATION_CHN
+packetLen(0x0981, -1)
// Packet: 0x0982
-packetLen(0x0982, 7) // ZC_FATIGUE_CHN
+packetLen(0x0982, 7)
// Packet: 0x0983
-packetLen(0x0983, 29) // ZC_MSG_STATE_CHANGE3
+packetLen(0x0983, 29)
// Packet: 0x0984
-packetLen(0x0984, 28) // ZC_EFST_SET_ENTER2
+packetLen(0x0984, 28)
// Packet: 0x0985
-packetLen(0x0985, -1) // ZC_SKILL_POSTDELAY_LIST2
+packetLen(0x0985, -1)
// Packet: 0x0986
-packetLen(0x0986, 10) // AC_SHUTDOWN_NOTIFY
+packetLen(0x0986, 10)
// Packet: 0x0987
-packetLen(0x0987, -1) // CA_LOGIN6
+packetLen(0x0987, -1)
// Packet: 0x0988
-packetLen(0x0988, 6) // ZC_NOTIFY_CLAN_CONNECTINFO
+packetLen(0x0988, 6)
// Packet: 0x0989
-packetLen(0x0989, 2) // ZC_ACK_CLAN_LEAVE
+packetLen(0x0989, 2)
// Packet: 0x098a
-packetLen(0x098a, -1) // ZC_CLANINFO
+packetLen(0x098a, -1)
// Packet: 0x098b
-packetLen(0x098b, 2) // AC_REQ_NEW_USER
+packetLen(0x098b, 2)
// Packet: 0x098c
-packetLen(0x098c, 4) // CA_ACK_NEW_USER
+packetLen(0x098c, 4)
// Packet: 0x098d
-packetLen(0x098d, -1) // CZ_CLAN_CHAT
+packetLen(0x098d, -1)
// Packet: 0x098e
-packetLen(0x098e, -1) // ZC_NOTIFY_CLAN_CHAT
+packetLen(0x098e, -1)
// Packet: 0x098f
-packetLen(0x098f, -1) // CH_DELETE_CHAR3_EXT
+packetLen(0x098f, -1)
// Packet: 0x0990
-packetLen(0x0990, 31) // ZC_ITEM_PICKUP_ACK_V5
+packetLen(0x0990, 31)
// Packet: 0x0991
-packetLen(0x0991, -1) // ZC_INVENTORY_ITEMLIST_NORMAL_V5
+packetLen(0x0991, -1)
// Packet: 0x0992
-packetLen(0x0992, -1) // ZC_INVENTORY_ITEMLIST_EQUIP_V5
+packetLen(0x0992, -1)
// Packet: 0x0993
-packetLen(0x0993, -1) // ZC_CART_ITEMLIST_NORMAL_V5
+packetLen(0x0993, -1)
// Packet: 0x0994
-packetLen(0x0994, -1) // ZC_CART_ITEMLIST_EQUIP_V5
+packetLen(0x0994, -1)
// Packet: 0x0995
-packetLen(0x0995, -1) // ZC_STORE_ITEMLIST_NORMAL_V5
+packetLen(0x0995, -1)
// Packet: 0x0996
-packetLen(0x0996, -1) // ZC_STORE_ITEMLIST_EQUIP_V5
+packetLen(0x0996, -1)
// Packet: 0x0997
-packetLen(0x0997, -1) // ZC_EQUIPWIN_MICROSCOPE_V5
+packetLen(0x0997, -1)
// Packet: 0x0998
-packetLen(0x0998, 8) // CZ_REQ_WEAR_EQUIP_V5
+packetLen(0x0998, 8)
// Packet: 0x0999
-packetLen(0x0999, 11) // ZC_ACK_WEAR_EQUIP_V5
+packetLen(0x0999, 11)
// Packet: 0x099a
-packetLen(0x099a, 9) // ZC_ACK_TAKEOFF_EQUIP_V5
+packetLen(0x099a, 9)
// Packet: 0x099b
-packetLen(0x099b, 8) // ZC_MAPPROPERTY_R2
+packetLen(0x099b, 8)
// Packet: 0x099c
-packetLen(0x099c, 6) // CH_REQ_CHARINFO_PER_PAGE
+packetLen(0x099c, 6)
// Packet: 0x099d
-packetLen(0x099d, -1) // HC_ACK_CHARINFO_PER_PAGE
+packetLen(0x099d, -1)
// Packet: 0x099e
-packetLen(0x099e, 12) // HC_QUEUE_ORDER
+packetLen(0x099e, 12)
// Packet: 0x099f
-packetLen(0x099f, -1) // ZC_SKILL_ENTRY4
+packetLen(0x099f, -1)
// Packet: 0x09a0
-packetLen(0x09a0, 6) // HC_CHARLIST_NOTIFY
+packetLen(0x09a0, 6)
// Packet: 0x09a1
-packetLen(0x09a1, 2) // CH_CHARLIST_REQ
+packetLen(0x09a1, 2)
// Packet: 0x09a2
-packetLen(0x09a2, 6) // AC_REQ_MOBILE_OTP
+packetLen(0x09a2, 6)
// Packet: 0x09a3
-packetLen(0x09a3, -1) // CA_ACK_MOBILE_OTP
+packetLen(0x09a3, -1)
// Packet: 0x09a4
-packetLen(0x09a4, 18) // ZC_DISPATCH_TIMING_INFO_CHN
+packetLen(0x09a4, 18)
// Packet: 0x09a5
-packetLen(0x09a5, 7) // AC_REFUSE_LOGIN3
+packetLen(0x09a5, 7)
// Packet: 0x09a6
-packetLen(0x09a6, 12) // ZC_BANKING_CHECK
+packetLen(0x09a6, 12)
// Packet: 0x09a7
-packetLen(0x09a7, 10) // CZ_REQ_BANKING_DEPOSIT
+packetLen(0x09a7, 10)
// Packet: 0x09a8
-packetLen(0x09a8, 16) // ZC_ACK_BANKING_DEPOSIT
+packetLen(0x09a8, 16)
// Packet: 0x09a9
-packetLen(0x09a9, 10) // CZ_REQ_BANKING_WITHDRAW
+packetLen(0x09a9, 10)
// Packet: 0x09aa
-packetLen(0x09aa, 16) // ZC_ACK_BANKING_WITHDRAW
+packetLen(0x09aa, 16)
// Packet: 0x09ab
-packetLen(0x09ab, 6) // CZ_REQ_BANKING_CHECK
+packetLen(0x09ab, 6)
// Packet: 0x09ac
-packetLen(0x09ac, -1) // CZ_REQ_CASH_BARGAIN_SALE_ITEM_INFO
+packetLen(0x09ac, -1)
// Packet: 0x09ad
-packetLen(0x09ad, 10) // ZC_ACK_CASH_BARGAIN_SALE_ITEM_INFO
+packetLen(0x09ad, 10)
// Packet: 0x09ae
-packetLen(0x09ae, 17) // CZ_REQ_APPLY_BARGAIN_SALE_ITEM
+packetLen(0x09ae, 17)
// Packet: 0x09af
-packetLen(0x09af, 4) // ZC_ACK_APPLY_BARGAIN_SALE_ITEM
+packetLen(0x09af, 4)
// Packet: 0x09b0
-packetLen(0x09b0, 8) // CZ_REQ_REMOVE_BARGAIN_SALE_ITEM
+packetLen(0x09b0, 8)
// Packet: 0x09b1
-packetLen(0x09b1, 4) // ZC_ACK_REMOVE_BARGAIN_SALE_ITEM
+packetLen(0x09b1, 4)
// Packet: 0x09b2
-packetLen(0x09b2, 8) // ZC_NOTIFY_BARGAIN_SALE_SELLING
+packetLen(0x09b2, 8)
// Packet: 0x09b3
-packetLen(0x09b3, 4) // ZC_NOTIFY_BARGAIN_SALE_CLOSE
+packetLen(0x09b3, 4)
// Packet: 0x09b4
-packetLen(0x09b4, 6) // CZ_OPEN_BARGAIN_SALE_TOOL
+packetLen(0x09b4, 6)
// Packet: 0x09b5
-packetLen(0x09b5, 2) // ZC_OPEN_BARGAIN_SALE_TOOL
+packetLen(0x09b5, 2)
// Packet: 0x09b6
-packetLen(0x09b6, 6) // CZ_REQ_OPEN_BANKING
+packetLen(0x09b6, 6)
// Packet: 0x09b7
-packetLen(0x09b7, 4) // ZC_ACK_OPEN_BANKING
+packetLen(0x09b7, 4)
// Packet: 0x09b8
-packetLen(0x09b8, 6) // CZ_REQ_CLOSE_BANKING
+packetLen(0x09b8, 6)
// Packet: 0x09b9
-packetLen(0x09b9, 4) // ZC_ACK_CLOSE_BANKING
+packetLen(0x09b9, 4)
// Packet: 0x09ba
-packetLen(0x09ba, 2) // CZ_REQ_OPEN_GUILD_STORAGE
+packetLen(0x09ba, 2)
// Packet: 0x09bb
-packetLen(0x09bb, 6) // ZC_ACK_OPEN_GUILD_STORAGE
+packetLen(0x09bb, 6)
// Packet: 0x09bc
-packetLen(0x09bc, 6) // CZ_CLOSE_BARGAIN_SALE_TOOL
+packetLen(0x09bc, 6)
// Packet: 0x09bd
-packetLen(0x09bd, 2) // ZC_CLOSE_BARGAIN_SALE_TOOL
+packetLen(0x09bd, 2)
// Packet: 0x09be
-packetLen(0x09be, 2) // CZ_REQ_CLOSE_GUILD_STORAGE
+packetLen(0x09be, 2)
// Packet: 0x09bf
-packetLen(0x09bf, 4) // ZC_ACK_CLOSE_GUILD_STORAGE
+packetLen(0x09bf, 4)
// Packet: 0x09c1
-packetLen(0x09c1, 10) // ZC_C_MARKERINFO
+packetLen(0x09c1, 10)
// Packet: 0x09c2
-packetLen(0x09c2, -1) // HC_SECRETSCAN_DATA
+packetLen(0x09c2, -1)
// Packet: 0x09c3
-packetLen(0x09c3, 8) // CZ_REQ_COUNT_BARGAIN_SALE_ITEM
+packetLen(0x09c3, 8)
// Packet: 0x09c4
-packetLen(0x09c4, 8) // ZC_ACK_COUNT_BARGAIN_SALE_ITEM
+packetLen(0x09c4, 8)
// Packet: 0x09c5
-packetLen(0x09c5, 1042) // CS_LOGIN_QUERY
+packetLen(0x09c5, 1042)
// Packet: 0x09c6
-packetLen(0x09c6, -1) // SC_LOGIN_ANSWER
+packetLen(0x09c6, -1)
// Packet: 0x09c7
-packetLen(0x09c7, 18) // SC_LOGIN_ERROR
+packetLen(0x09c7, 18)
// Packet: 0x09c8
-packetLen(0x09c8, -1) // CA_LOGIN_OTP
+packetLen(0x09c8, -1)
// Packet: 0x09c9
-packetLen(0x09c9, -1) // SC_SOCT
+packetLen(0x09c9, -1)
// Packet: 0x09ca
-packetLen(0x09ca, -1) // ZC_SKILL_ENTRY5
+packetLen(0x09ca, -1)
// Packet: 0x09cb
-packetLen(0x09cb, 17) // ZC_USE_SKILL2
+packetLen(0x09cb, 17)
// Packet: 0x09cc
-packetLen(0x09cc, -1) // ZC_SECRETSCAN_DATA
+packetLen(0x09cc, -1)
// Packet: 0x09cd
-packetLen(0x09cd, 8) // ZC_MSG_COLOR
+packetLen(0x09cd, 8)
// Packet: 0x09ce
-packetLen(0x09ce, 102) // CZ_ITEM_CREATE_EX
+packetLen(0x09ce, 102)
// Packet: 0x09cf
-packetLen(0x09cf, -1) // ZC_NPROTECTGAMEGUARDCSAUTH
+packetLen(0x09cf, -1)
// Packet: 0x09d0
-packetLen(0x09d0, -1) // CZ_NPROTECTGAMEGUARDCSAUTH
+packetLen(0x09d0, -1)
// Packet: 0x09d1
-packetLen(0x09d1, 14) // ZC_PROGRESS_ACTOR
+packetLen(0x09d1, 14)
// Packet: 0x09d2
-packetLen(0x09d2, -1) // ZC_GUILDSTORAGE_ITEMLIST_NORMAL_V5
+packetLen(0x09d2, -1)
// Packet: 0x09d3
-packetLen(0x09d3, -1) // ZC_GUILDSTORAGE_ITEMLIST_EQUIP_V5
+packetLen(0x09d3, -1)
// Packet: 0x09d4
-packetLen(0x09d4, 2) // CZ_NPC_TRADE_QUIT
+packetLen(0x09d4, 2)
// Packet: 0x09d5
-packetLen(0x09d5, -1) // ZC_NPC_MARKET_OPEN
+packetLen(0x09d5, -1)
// Packet: 0x09d6
-packetLen(0x09d6, -1) // CZ_NPC_MARKET_PURCHASE
+packetLen(0x09d6, -1)
// Packet: 0x09d7
-packetLen(0x09d7, -1) // ZC_NPC_MARKET_PURCHASE_RESULT
+packetLen(0x09d7, -1)
// Packet: 0x09d8
-packetLen(0x09d8, 2) // CZ_NPC_MARKET_CLOSE
+packetLen(0x09d8, 2)
// Packet: 0x09d9
-packetLen(0x09d9, 4) // CZ_REQ_GUILDSTORAGE_LOG
+packetLen(0x09d9, 4)
// Packet: 0x09da
-packetLen(0x09da, -1) // ZC_ACK_GUILDSTORAGE_LOG
+packetLen(0x09da, -1)
// Packet: 0x09db
-packetLen(0x09db, -1) // ZC_NOTIFY_MOVEENTRY10
+packetLen(0x09db, -1)
// Packet: 0x09dc
-packetLen(0x09dc, -1) // ZC_NOTIFY_NEWENTRY10
+packetLen(0x09dc, -1)
// Packet: 0x09dd
-packetLen(0x09dd, -1) // ZC_NOTIFY_STANDENTRY10
+packetLen(0x09dd, -1)
// Packet: 0x09de
-packetLen(0x09de, -1) // ZC_WHISPER02
+packetLen(0x09de, -1)
// Packet: 0x09df
-packetLen(0x09df, 7) // ZC_ACK_WHISPER02
+packetLen(0x09df, 7)
// Packet: 0x09e0
-packetLen(0x09e0, -1) // SC_LOGIN_ANSWER_WITH_ID
+packetLen(0x09e0, -1)
// Packet: 0x09e1
-packetLen(0x09e1, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_GUILDSTORAGE
+packetLen(0x09e1, 8)
// Packet: 0x09e2
-packetLen(0x09e2, 8) // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_BODY
+packetLen(0x09e2, 8)
// Packet: 0x09e3
-packetLen(0x09e3, 8) // CZ_MOVE_ITEM_FROM_CART_TO_GUILDSTORAGE
+packetLen(0x09e3, 8)
// Packet: 0x09e4
-packetLen(0x09e4, 8) // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_CART
+packetLen(0x09e4, 8)
// Packet: 0x09e5
-packetLen(0x09e5, 18) // ZC_DELETEITEM_FROM_MCSTORE2
+packetLen(0x09e5, 18)
// Packet: 0x09e6
-packetLen(0x09e6, 22) // ZC_UPDATE_ITEM_FROM_BUYING_STORE2
+packetLen(0x09e6, 22)
// Packet: 0x09e7
-packetLen(0x09e7, 3) // ZC_NOTIFY_UNREAD_RODEX
+packetLen(0x09e7, 3)
// Packet: 0x09e8
-packetLen(0x09e8, 11) // CZ_OPEN_RODEXBOX
+packetLen(0x09e8, 11)
// Packet: 0x09e9
-packetLen(0x09e9, 2) // CZ_CLOSE_RODEXBOX
+packetLen(0x09e9, 2)
// Packet: 0x09ea
-packetLen(0x09ea, 11) // CZ_REQ_READ_RODEX
+packetLen(0x09ea, 11)
// Packet: 0x09eb
-packetLen(0x09eb, -1) // ZC_ACK_READ_RODEX
+packetLen(0x09eb, -1)
// Packet: 0x09ec
-packetLen(0x09ec, -1) // CZ_REQ_SEND_RODEX
+packetLen(0x09ec, -1)
// Packet: 0x09ed
-packetLen(0x09ed, 3) // ZC_ACK_SEND_RODEX
+packetLen(0x09ed, 3)
// Packet: 0x09ee
-packetLen(0x09ee, 11) // CZ_REQ_NEXT_RODEX
+packetLen(0x09ee, 11)
// Packet: 0x09ef
-packetLen(0x09ef, 11) // CZ_REQ_REFRESH_RODEX
+packetLen(0x09ef, 11)
// Packet: 0x09f0
-packetLen(0x09f0, -1) // ZC_ACK_RODEX_LIST
+packetLen(0x09f0, -1)
// Packet: 0x09f1
-packetLen(0x09f1, 11) // CZ_REQ_ZENY_FROM_RODEX
+packetLen(0x09f1, 11)
// Packet: 0x09f2
-packetLen(0x09f2, 12) // ZC_ACK_ZENY_FROM_RODEX
+packetLen(0x09f2, 12)
// Packet: 0x09f3
-packetLen(0x09f3, 11) // CZ_REQ_ITEM_FROM_RODEX
+packetLen(0x09f3, 11)
// Packet: 0x09f4
-packetLen(0x09f4, 12) // ZC_ACK_ITEM_FROM_RODEX
+packetLen(0x09f4, 12)
// Packet: 0x09f5
-packetLen(0x09f5, 11) // CZ_REQ_DELETE_RODEX
+packetLen(0x09f5, 11)
// Packet: 0x09f6
-packetLen(0x09f6, 11) // ZC_ACK_DELETE_RODEX
+packetLen(0x09f6, 11)
// Packet: 0x09f7
-packetLen(0x09f7, 75) // ZC_PROPERTY_HOMUN_2
+packetLen(0x09f7, 75)
// Packet: 0x09f8
-packetLen(0x09f8, -1) // ZC_ALL_QUEST_LIST3
+packetLen(0x09f8, -1)
// Packet: 0x09f9
-packetLen(0x09f9, 143) // ZC_ADD_QUEST_EX
+packetLen(0x09f9, 143)
// Packet: 0x09fa
-packetLen(0x09fa, -1) // ZC_UPDATE_MISSION_HUNT_EX
+packetLen(0x09fa, -1)
// Packet: 0x09fb
-packetLen(0x09fb, -1) // CZ_PET_EVOLUTION
+packetLen(0x09fb, -1)
// Packet: 0x09fc
-packetLen(0x09fc, 6) // ZC_PET_EVOLUTION_RESULT
+packetLen(0x09fc, 6)
// Packet: 0x09fd
-packetLen(0x09fd, -1) // ZC_NOTIFY_MOVEENTRY11
+packetLen(0x09fd, -1)
// Packet: 0x09fe
-packetLen(0x09fe, -1) // ZC_NOTIFY_NEWENTRY11
+packetLen(0x09fe, -1)
// Packet: 0x09ff
-packetLen(0x09ff, -1) // ZC_NOTIFY_STANDENTRY11
+packetLen(0x09ff, -1)
// Packet: 0x0a00
-packetLen(0x0a00, 269) // ZC_SHORTCUT_KEY_LIST_V3
+packetLen(0x0a00, 269)
// Packet: 0x0a01
-packetLen(0x0a01, 3) // CZ_SHORTCUTKEYBAR_ROTATE
+packetLen(0x0a01, 3)
// Packet: 0x0a02
-packetLen(0x0a02, 4) // ZC_DRESSROOM_OPEN
+packetLen(0x0a02, 4)
// Packet: 0x0a03
-packetLen(0x0a03, 2) // CZ_REQ_CANCEL_WRITE_RODEX
+packetLen(0x0a03, 2)
// Packet: 0x0a04
-packetLen(0x0a04, 6) // CZ_REQ_ADD_ITEM_RODEX
+packetLen(0x0a04, 6)
// Packet: 0x0a05
-packetLen(0x0a05, 53) // ZC_ACK_ADD_ITEM_RODEX
+packetLen(0x0a05, 53)
// Packet: 0x0a06
-packetLen(0x0a06, 6) // CZ_REQ_REMOVE_RODEX_ITEM
+packetLen(0x0a06, 6)
// Packet: 0x0a07
-packetLen(0x0a07, 9) // ZC_ACK_REMOVE_RODEX_ITEM
+packetLen(0x0a07, 9)
// Packet: 0x0a08
-packetLen(0x0a08, 26) // CZ_REQ_OPEN_WRITE_RODEX
+packetLen(0x0a08, 26)
// Packet: 0x0a09
-packetLen(0x0a09, 45) // ZC_ADD_EXCHANGE_ITEM3
+packetLen(0x0a09, 45)
// Packet: 0x0a0a
-packetLen(0x0a0a, 47) // ZC_ADD_ITEM_TO_STORE3
+packetLen(0x0a0a, 47)
// Packet: 0x0a0b
-packetLen(0x0a0b, 47) // ZC_ADD_ITEM_TO_CART3
+packetLen(0x0a0b, 47)
// Packet: 0x0a0c
-packetLen(0x0a0c, 56) // ZC_ITEM_PICKUP_ACK_V6
+packetLen(0x0a0c, 56)
// Packet: 0x0a0d
-packetLen(0x0a0d, -1) // ZC_INVENTORY_ITEMLIST_EQUIP_V6
+packetLen(0x0a0d, -1)
// Packet: 0x0a0e
-packetLen(0x0a0e, 14) // ZC_BATTLEFIELD_NOTIFY_HP2
+packetLen(0x0a0e, 14)
// Packet: 0x0a0f
-packetLen(0x0a0f, -1) // ZC_CART_ITEMLIST_EQUIP_V6
+packetLen(0x0a0f, -1)
// Packet: 0x0a10
-packetLen(0x0a10, -1) // ZC_STORE_ITEMLIST_EQUIP_V6
+packetLen(0x0a10, -1)
// Packet: 0x0a11
-packetLen(0x0a11, -1) // ZC_GUILDSTORAGE_ITEMLIST_EQUIP_V6
+packetLen(0x0a11, -1)
// Packet: 0x0a12
-packetLen(0x0a12, 27) // ZC_ACK_OPEN_WRITE_RODEX
+packetLen(0x0a12, 27)
// Packet: 0x0a13
-packetLen(0x0a13, 26) // CZ_CHECK_RECEIVE_CHARACTER_NAME
+packetLen(0x0a13, 26)
// Packet: 0x0a14
-packetLen(0x0a14, 10) // ZC_CHECK_RECEIVE_CHARACTER_NAME
+packetLen(0x0a14, 10)
// Packet: 0x0a15
-packetLen(0x0a15, 12) // ZC_GOLDPCCAFE_POINT
+packetLen(0x0a15, 12)
// Packet: 0x0a16
-packetLen(0x0a16, 26) // CZ_DYNAMICNPC_CREATE_REQUEST
+packetLen(0x0a16, 26)
// Packet: 0x0a17
-packetLen(0x0a17, 6) // ZC_DYNAMICNPC_CREATE_RESULT
+packetLen(0x0a17, 6)
// Packet: 0x0a18
-packetLen(0x0a18, 14) // ZC_ACCEPT_ENTER3
+packetLen(0x0a18, 14)
// Packet: 0x0a19
-packetLen(0x0a19, 2) // CZ_REQ_OPEN_ROULETTE
+packetLen(0x0a19, 2)
// Packet: 0x0a1a
-packetLen(0x0a1a, 23) // ZC_ACK_OPEN_ROULETTE
+packetLen(0x0a1a, 23)
// Packet: 0x0a1b
-packetLen(0x0a1b, 2) // CZ_REQ_ROULETTE_INFO
+packetLen(0x0a1b, 2)
// Packet: 0x0a1c
-packetLen(0x0a1c, -1) // ZC_ACK_ROULEITTE_INFO
+packetLen(0x0a1c, -1)
// Packet: 0x0a1d
-packetLen(0x0a1d, 2) // CZ_REQ_CLOSE_ROULETTE
+packetLen(0x0a1d, 2)
// Packet: 0x0a1e
-packetLen(0x0a1e, 3) // ZC_ACK_CLOSE_ROULETTE
+packetLen(0x0a1e, 3)
// Packet: 0x0a1f
-packetLen(0x0a1f, 2) // CZ_REQ_GENERATE_ROULETTE
+packetLen(0x0a1f, 2)
// Packet: 0x0a20
-packetLen(0x0a20, 21) // ZC_ACK_GENERATE_ROULETTE
+packetLen(0x0a20, 21)
// Packet: 0x0a21
-packetLen(0x0a21, 3) // CZ_RECV_ROULETTE_ITEM
+packetLen(0x0a21, 3)
// Packet: 0x0a22
-packetLen(0x0a22, 5) // ZC_RECV_ROULETTE_ITEM
+packetLen(0x0a22, 5)
// Packet: 0x0a23
-packetLen(0x0a23, -1) // ZC_ALL_ACH_LIST
+packetLen(0x0a23, -1)
// Packet: 0x0a24
-packetLen(0x0a24, 66) // ZC_ACH_UPDATE
+packetLen(0x0a24, 66)
// Packet: 0x0a25
-packetLen(0x0a25, 6) // CZ_REQ_ACH_REWARD
+packetLen(0x0a25, 6)
// Packet: 0x0a26
-packetLen(0x0a26, 7) // ZC_REQ_ACH_REWARD_ACK
+packetLen(0x0a26, 7)
// Packet: 0x0a27
-packetLen(0x0a27, 8) // ZC_RECOVERY2
+packetLen(0x0a27, 8)
// Packet: 0x0a28
-packetLen(0x0a28, 3) // ZC_ACK_OPENSTORE2
+packetLen(0x0a28, 3)
// Packet: 0x0a29
-packetLen(0x0a29, 6) // ZC_REQ_AU_BOT
+packetLen(0x0a29, 6)
// Packet: 0x0a2a
-packetLen(0x0a2a, 6) // CZ_ACK_AU_BOT
+packetLen(0x0a2a, 6)
// Packet: 0x0a2b
-packetLen(0x0a2b, 14) // ZC_SE_CASHSHOP_OPEN2
+packetLen(0x0a2b, 14)
// Packet: 0x0a2c
-packetLen(0x0a2c, 12) // ZC_SE_PC_BUY_TAIWANCASHITEM_RESULT
+packetLen(0x0a2c, 12)
// Packet: 0x0a2d
-packetLen(0x0a2d, -1) // ZC_EQUIPWIN_MICROSCOPE_V6
+packetLen(0x0a2d, -1)
// Packet: 0x0a2e
-packetLen(0x0a2e, 6) // CZ_REQ_CHANGE_TITLE
+packetLen(0x0a2e, 6)
// Packet: 0x0a2f
-packetLen(0x0a2f, 7) // ZC_ACK_CHANGE_TITLE
+packetLen(0x0a2f, 7)
// Packet: 0x0a30
-packetLen(0x0a30, 106) // ZC_ACK_REQNAMEALL2
+packetLen(0x0a30, 106)
// Packet: 0x0a31
-packetLen(0x0a31, -1) // ZC_RESULT_PACKAGE_ITEM_TEST
+packetLen(0x0a31, -1)
// Packet: 0x0a32
-packetLen(0x0a32, 2) // ZC_OPEN_RODEX_THROUGH_NPC_ONLY
+packetLen(0x0a32, 2)
// Packet: 0x0a33
-packetLen(0x0a33, 7) // ZC_UPDATE_ROULETTE_COIN
+packetLen(0x0a33, 7)
// Packet: 0x0a34
-packetLen(0x0a34, 6) // ZC_UPDATE_TAIWANCASH
+packetLen(0x0a34, 6)
// Packet: 0x0a35
-packetLen(0x0a35, 4) // CZ_REQ_ONECLICK_ITEMIDENTIFY
+packetLen(0x0a35, 4)
// Packet: 0x0a36
-packetLen(0x0a36, 7) // ZC_HP_INFO_TINY
+packetLen(0x0a36, 7)
// Packet: 0x0a37
#if PACKETVER >= 20160921
-packetLen(0x0a37, 59) // ZC_ITEM_PICKUP_ACK_V7
+packetLen(0x0a37, 59)
#elif PACKETVER >= 20160106
-packetLen(0x0a37, 57) // ZC_ITEM_PICKUP_ACK_V7
+packetLen(0x0a37, 57)
#endif
// Packet: 0x0a38
-packetLen(0x0a38, 3) // ZC_OPEN_UI
+packetLen(0x0a38, 3)
// Packet: 0x0a39
-packetLen(0x0a39, 36) // CH_MAKE_CHAR
+packetLen(0x0a39, 36)
// Packet: 0x0a3a
packetLen(0x0a3a, 12)
// Packet: 0x0a3b
-packetLen(0x0a3b, -1) // ZC_CUSTOM_HAT_EFFECT
+packetLen(0x0a3b, -1)
// Packet: 0x0a3c
packetLen(0x0a3c, -1)
@@ -8633,37 +8633,37 @@ packetLen(0x0a3f, 9)
packetLen(0x0a40, 11)
// Packet: 0x0a41
-packetLen(0x0a41, 18) // ZC_AOE_EFFECT_SKILL
+packetLen(0x0a41, 18)
// Packet: 0x0a42
packetLen(0x0a42, 43)
// Packet: 0x0a43
-packetLen(0x0a43, 85) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0a43, 85)
// Packet: 0x0a44
-packetLen(0x0a44, -1) // ZC_GROUP_LIST
+packetLen(0x0a44, -1)
// Packet: 0x0a46
packetLen(0x0a46, 14)
// Packet: 0x0a47
-packetLen(0x0a47, 3) // ZC_STYLE_CHANGE_RES
+packetLen(0x0a47, 3)
// Packet: 0x0a48
packetLen(0x0a48, 2)
// Packet: 0x0a49
-packetLen(0x0a49, 22) // CZ_PRIVATE_AIRSHIP_REQUEST
+packetLen(0x0a49, 22)
// Packet: 0x0a4a
-packetLen(0x0a4a, 6) // ZC_PRIVATE_AIRSHIP_RESPONSE
+packetLen(0x0a4a, 6)
// Packet: 0x0a4b
-packetLen(0x0a4b, 22) // ZC_AIRSHIP_MAPMOVE
+packetLen(0x0a4b, 22)
// Packet: 0x0a4c
-packetLen(0x0a4c, 28) // ZC_AIRSHIP_SERVERMOVE
+packetLen(0x0a4c, 28)
// Packet: 0x0a4d
#if PACKETVER >= 20160127
@@ -8689,7 +8689,7 @@ packetLen(0x0a50, 6)
// Packet: 0x0a51
#if PACKETVER >= 20160302
-packetLen(0x0a51, 34) // ZC_CHECK_RECEIVE_CHARACTER_NAME
+packetLen(0x0a51, 34)
#endif
// Packet: 0x0a52
@@ -8754,7 +8754,7 @@ packetLen(0x0a5d, 6)
// Packet: 0x0a68
#if PACKETVER >= 20160323
-packetLen(0x0a68, 3) // CZ_REQ_OPEN_UI
+packetLen(0x0a68, 3)
#endif
// Packet: 0x0a69
@@ -8784,12 +8784,12 @@ packetLen(0x0a6d, -1)
// Packet: 0x0a6e
#if PACKETVER >= 20160330
-packetLen(0x0a6e, -1) // CZ_REQ_SEND_RODEX
+packetLen(0x0a6e, -1)
#endif
// Packet: 0x0a6f
#if PACKETVER >= 20160330
-packetLen(0x0a6f, -1) // ZC_FORMATSTRING_MSG_COLOR
+packetLen(0x0a6f, -1)
#endif
// Packet: 0x0a70
@@ -8851,19 +8851,19 @@ packetLen(0x0a7c, -1)
// Packet: 0x0a7d
#if PACKETVER >= 20160601
-packetLen(0x0a7d, -1) // ZC_ACK_RODEX_LIST
+packetLen(0x0a7d, -1)
#endif
// Packet: 0x0a7e
#if PACKETVER >= 20160706
-packetLen(0x0a7e, -1) // ZC_OFFLINE_STORE_OWNER_ITEMS_READY
+packetLen(0x0a7e, -1)
#elif PACKETVER >= 20160615
-packetLen(0x0a7e, 4) // ZC_OFFLINE_STORE_OWNER_ITEMS_READY
+packetLen(0x0a7e, 4)
#endif
// Packet: 0x0a7f
#if PACKETVER >= 20160615
-packetLen(0x0a7f, -1) // CZ_OFFLINE_STORE_CREATE
+packetLen(0x0a7f, -1)
#endif
// Packet: 0x0a80
@@ -8896,7 +8896,7 @@ packetLen(0x0a83, 46)
// Packet: 0x0a84
#if PACKETVER >= 20160622
-packetLen(0x0a84, 94) // ZC_GUILD_INFO
+packetLen(0x0a84, 94)
#endif
// Packet: 0x0a85
@@ -8923,14 +8923,14 @@ packetLen(0x0a88, 2)
// Packet: 0x0a89
#if PACKETVER >= 20160706
-packetLen(0x0a89, 57) // ZC_NOTIFY_OFFLINE_STORE
+packetLen(0x0a89, 57)
#elif PACKETVER >= 20160629
-packetLen(0x0a89, 32) // ZC_NOTIFY_OFFLINE_STORE
+packetLen(0x0a89, 32)
#endif
// Packet: 0x0a8a
#if PACKETVER >= 20160629
-packetLen(0x0a8a, 6) // ZC_OFFLINE_STORE_VANISH
+packetLen(0x0a8a, 6)
#endif
// Packet: 0x0a8b
@@ -8945,7 +8945,7 @@ packetLen(0x0a8c, 2)
// Packet: 0x0a8d
#if PACKETVER >= 20160629
-packetLen(0x0a8d, -1) // ZC_OFFLINE_STORE_OWNER_ITEMS
+packetLen(0x0a8d, -1)
#endif
// Packet: 0x0a8e
@@ -8965,7 +8965,7 @@ packetLen(0x0a90, 3)
// Packet: 0x0a91
#if PACKETVER >= 20160727
-packetLen(0x0a91, -1) // ZC_OFFLINE_STORE_ITEMS
+packetLen(0x0a91, -1)
#endif
// Packet: 0x0a92
@@ -8990,17 +8990,17 @@ packetLen(0x0a95, 4)
// Packet: 0x0a96
#if PACKETVER >= 20160921
-packetLen(0x0a96, 51) // ZC_ADD_EXCHANGE_ITEM4
+packetLen(0x0a96, 51)
#endif
// Packet: 0x0a97
#if PACKETVER >= 20160928
-packetLen(0x0a97, 8) // CZ_ALT_EQUIPMENT_EQUIP
+packetLen(0x0a97, 8)
#endif
// Packet: 0x0a98
#if PACKETVER >= 20160928
-packetLen(0x0a98, 12) // ZC_ALT_EQUIPMENT_EQUIP
+packetLen(0x0a98, 12)
#endif
// Packet: 0x0a99
@@ -9010,12 +9010,12 @@ packetLen(0x0a99, 8)
// Packet: 0x0a9a
#if PACKETVER >= 20160928
-packetLen(0x0a9a, 10) // ZC_ALT_EQUIPMENT_REMOVE
+packetLen(0x0a9a, 10)
#endif
// Packet: 0x0a9b
#if PACKETVER >= 20160928
-packetLen(0x0a9b, -1) // ZC_ALT_EQUIPMENT_ITEMS
+packetLen(0x0a9b, -1)
#endif
// Packet: 0x0a9c
@@ -9040,42 +9040,42 @@ packetLen(0x0a9f, 2)
// Packet: 0x0aa0
#if PACKETVER >= 20161005
-packetLen(0x0aa0, 2) // ZC_REFINE_OPEN_WINDOW
+packetLen(0x0aa0, 2)
#endif
// Packet: 0x0aa1
#if PACKETVER >= 20161005
-packetLen(0x0aa1, 4) // CZ_REFINE_ADD_ITEM
+packetLen(0x0aa1, 4)
#endif
// Packet: 0x0aa2
#if PACKETVER >= 20161005
-packetLen(0x0aa2, -1) // ZC_REFINE_ADD_ITEM
+packetLen(0x0aa2, -1)
#endif
// Packet: 0x0aa3
#if PACKETVER >= 20161005
-packetLen(0x0aa3, 7) // CZ_REFINE_ITEM_REQUEST
+packetLen(0x0aa3, 7)
#endif
// Packet: 0x0aa4
#if PACKETVER >= 20161005
-packetLen(0x0aa4, 2) // CZ_REFINE_WINDOW_CLOSE
+packetLen(0x0aa4, 2)
#endif
// Packet: 0x0aa5
#if PACKETVER >= 20161026
-packetLen(0x0aa5, -1) // ZC_MEMBERMGR_INFO
+packetLen(0x0aa5, -1)
#endif
// Packet: 0x0aa6
#if PACKETVER >= 20161026
-packetLen(0x0aa6, 36) // ZC_MEMBER_ADD
+packetLen(0x0aa6, 36)
#endif
// Packet: 0x0aa7
#if PACKETVER >= 20161130
-packetLen(0x0aa7, 6) // ZC_INVENTORY_MOVE_FAILED
+packetLen(0x0aa7, 6)
#endif
// Packet: 0x0aa8
diff --git a/src/common/packets/packets2016_len_re.h b/src/common/packets/packets2016_len_re.h
index 2a665f3f5..7e59eaec1 100644
--- a/src/common/packets/packets2016_len_re.h
+++ b/src/common/packets/packets2016_len_re.h
@@ -2,8 +2,8 @@
* This file is part of Hercules.
* http://herc.ws - http://github.com/HerculesWS/Hercules
*
- * Copyright (C) 2019 Hercules Dev Team
- * Copyright (C) 2019 Andrei Karas (4144)
+ * Copyright (C) 2018-2019 Hercules Dev Team
+ * Copyright (C) 2018-2019 Andrei Karas (4144)
*
* Hercules is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -25,4409 +25,4409 @@
/* This file is autogenerated, please do not commit manual changes */
// Packet: 0x0064
-packetLen(0x0064, 55) // CA_LOGIN
+packetLen(0x0064, 55)
// Packet: 0x0065
-packetLen(0x0065, 17) // CH_ENTER
+packetLen(0x0065, 17)
// Packet: 0x0066
-packetLen(0x0066, 3) // CH_SELECT_CHAR
+packetLen(0x0066, 3)
// Packet: 0x0067
-packetLen(0x0067, 37) // CH_MAKE_CHAR
+packetLen(0x0067, 37)
// Packet: 0x0068
-packetLen(0x0068, 46) // CH_DELETE_CHAR
+packetLen(0x0068, 46)
// Packet: 0x0069
-packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+packetLen(0x0069, -1)
// Packet: 0x006a
-packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+packetLen(0x006a, 23)
// Packet: 0x006b
-packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+packetLen(0x006b, -1)
// Packet: 0x006c
-packetLen(0x006c, 3) // HC_REFUSE_ENTER
+packetLen(0x006c, 3)
// Packet: 0x006d
-packetLen(0x006d, 149) // HC_ACCEPT_MAKECHAR
+packetLen(0x006d, 149)
// Packet: 0x006e
-packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+packetLen(0x006e, 3)
// Packet: 0x006f
-packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+packetLen(0x006f, 2)
// Packet: 0x0070
-packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+packetLen(0x0070, 3)
// Packet: 0x0071
-packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+packetLen(0x0071, 28)
// Packet: 0x0072
-packetLen(0x0072, 22) // CZ_ENTER
+packetLen(0x0072, 22)
// Packet: 0x0073
-packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 11)
// Packet: 0x0074
-packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+packetLen(0x0074, 3)
// Packet: 0x0075
-packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, -1)
// Packet: 0x0076
-packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+packetLen(0x0076, 9)
// Packet: 0x0077
-packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 5)
// Packet: 0x0078
-packetLen(0x0078, 55) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, 55)
// Packet: 0x0079
-packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, 53)
// Packet: 0x007a
-packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, 58)
// Packet: 0x007b
-packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, 60)
// Packet: 0x007c
-packetLen(0x007c, 44) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, 44)
// Packet: 0x007d
-packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, 2)
// Packet: 0x007e
-packetLen(0x007e, 105) // CZ_REQUEST_TIME
+packetLen(0x007e, 105)
// Packet: 0x007f
-packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+packetLen(0x007f, 6)
// Packet: 0x0080
-packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+packetLen(0x0080, 7)
// Packet: 0x0081
-packetLen(0x0081, 3) // SC_NOTIFY_BAN
+packetLen(0x0081, 3)
// Packet: 0x0082
-packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+packetLen(0x0082, 2)
// Packet: 0x0083
-packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 2)
// Packet: 0x0084
-packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+packetLen(0x0084, 2)
// Packet: 0x0085
-packetLen(0x0085, 10) // CZ_REQUEST_MOVE
+packetLen(0x0085, 10)
// Packet: 0x0086
-packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 16)
// Packet: 0x0087
-packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 12)
// Packet: 0x0088
-packetLen(0x0088, 10) // ZC_STOPMOVE
+packetLen(0x0088, 10)
// Packet: 0x0089
-packetLen(0x0089, 11) // CZ_REQUEST_ACT
+packetLen(0x0089, 11)
// Packet: 0x008a
-packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+packetLen(0x008a, 29)
// Packet: 0x008b
-packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+packetLen(0x008b, 23)
// Packet: 0x008c
packetLen(0x008c, 14)
// Packet: 0x008d
-packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+packetLen(0x008d, -1)
// Packet: 0x008e
-packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, -1)
// Packet: 0x0090
-packetLen(0x0090, 7) // CZ_CONTACTNPC
+packetLen(0x0090, 7)
// Packet: 0x0091
-packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, 22)
// Packet: 0x0092
-packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 28)
// Packet: 0x0093
-packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+packetLen(0x0093, 2)
// Packet: 0x0094
-packetLen(0x0094, 19) // CZ_REQNAME
+packetLen(0x0094, 19)
// Packet: 0x0095
-packetLen(0x0095, 30) // ZC_ACK_REQNAME
+packetLen(0x0095, 30)
// Packet: 0x0096
-packetLen(0x0096, -1) // CZ_WHISPER
+packetLen(0x0096, -1)
// Packet: 0x0097
-packetLen(0x0097, -1) // ZC_WHISPER
+packetLen(0x0097, -1)
// Packet: 0x0098
-packetLen(0x0098, 3) // ZC_ACK_WHISPER
+packetLen(0x0098, 3)
// Packet: 0x0099
-packetLen(0x0099, -1) // CZ_BROADCAST
+packetLen(0x0099, -1)
// Packet: 0x009a
-packetLen(0x009a, -1) // ZC_BROADCAST
+packetLen(0x009a, -1)
// Packet: 0x009b
-packetLen(0x009b, 34) // CZ_CHANGE_DIRECTION
+packetLen(0x009b, 34)
// Packet: 0x009c
-packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, 9)
// Packet: 0x009d
-packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+packetLen(0x009d, 17)
// Packet: 0x009e
-packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 17)
// Packet: 0x009f
-packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+packetLen(0x009f, 20)
// Packet: 0x00a0
-packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, 23)
// Packet: 0x00a1
-packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, 6)
// Packet: 0x00a2
-packetLen(0x00a2, 14) // CZ_ITEM_THROW
+packetLen(0x00a2, 14)
// Packet: 0x00a3
-packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, -1)
// Packet: 0x00a4
-packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, -1)
// Packet: 0x00a5
-packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, -1)
// Packet: 0x00a6
-packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, -1)
// Packet: 0x00a7
packetLen(0x00a7, 9)
// Packet: 0x00a8
-packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 7)
// Packet: 0x00a9
-packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, 6)
// Packet: 0x00aa
-packetLen(0x00aa, 9) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 9)
// Packet: 0x00ab
-packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, 4)
// Packet: 0x00ac
-packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, 7)
// Packet: 0x00ae
-packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+packetLen(0x00ae, -1)
// Packet: 0x00af
-packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, 6)
// Packet: 0x00b0
-packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+packetLen(0x00b0, 8)
// Packet: 0x00b1
-packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, 8)
// Packet: 0x00b2
-packetLen(0x00b2, 3) // CZ_RESTART
+packetLen(0x00b2, 3)
// Packet: 0x00b3
-packetLen(0x00b3, 3) // ZC_RESTART_ACK
+packetLen(0x00b3, 3)
// Packet: 0x00b4
-packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+packetLen(0x00b4, -1)
// Packet: 0x00b5
-packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 6)
// Packet: 0x00b6
-packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 6)
// Packet: 0x00b7
-packetLen(0x00b7, -1) // ZC_MENU_LIST
+packetLen(0x00b7, -1)
// Packet: 0x00b8
-packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+packetLen(0x00b8, 7)
// Packet: 0x00b9
-packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, 6)
// Packet: 0x00ba
-packetLen(0x00ba, 2) // CZ_REQ_STATUS
+packetLen(0x00ba, 2)
// Packet: 0x00bb
-packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+packetLen(0x00bb, 5)
// Packet: 0x00bc
-packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 6)
// Packet: 0x00bd
-packetLen(0x00bd, 44) // ZC_STATUS
+packetLen(0x00bd, 44)
// Packet: 0x00be
-packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+packetLen(0x00be, 5)
// Packet: 0x00bf
-packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+packetLen(0x00bf, 3)
// Packet: 0x00c0
-packetLen(0x00c0, 7) // ZC_EMOTION
+packetLen(0x00c0, 7)
// Packet: 0x00c1
-packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, 2)
// Packet: 0x00c2
-packetLen(0x00c2, 6) // ZC_USER_COUNT
+packetLen(0x00c2, 6)
// Packet: 0x00c3
-packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, 8)
// Packet: 0x00c4
-packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, 6)
// Packet: 0x00c5
-packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, 7)
// Packet: 0x00c6
-packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, -1)
// Packet: 0x00c7
-packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, -1)
// Packet: 0x00c8
-packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, -1)
// Packet: 0x00c9
-packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, -1)
// Packet: 0x00ca
-packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, 3)
// Packet: 0x00cb
-packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+packetLen(0x00cb, 3)
// Packet: 0x00cc
-packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, 6)
// Packet: 0x00cd
-packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+packetLen(0x00cd, 3)
// Packet: 0x00ce
-packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 2)
// Packet: 0x00cf
-packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 27)
// Packet: 0x00d0
-packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, 3)
// Packet: 0x00d1
-packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, 4)
// Packet: 0x00d2
-packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 4)
// Packet: 0x00d3
-packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 2)
// Packet: 0x00d4
-packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+packetLen(0x00d4, -1)
// Packet: 0x00d5
-packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, -1)
// Packet: 0x00d6
-packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 3)
// Packet: 0x00d7
-packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, -1)
// Packet: 0x00d8
-packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+packetLen(0x00d8, 6)
// Packet: 0x00d9
-packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, 14)
// Packet: 0x00da
-packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, 3)
// Packet: 0x00db
-packetLen(0x00db, -1) // ZC_ENTER_ROOM
+packetLen(0x00db, -1)
// Packet: 0x00dc
-packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 28)
// Packet: 0x00dd
-packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+packetLen(0x00dd, 29)
// Packet: 0x00de
-packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, -1)
// Packet: 0x00df
-packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, -1)
// Packet: 0x00e0
-packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, 30)
// Packet: 0x00e1
-packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+packetLen(0x00e1, 30)
// Packet: 0x00e2
-packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, 26)
// Packet: 0x00e3
-packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+packetLen(0x00e3, 2)
// Packet: 0x00e4
-packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 6)
// Packet: 0x00e5
-packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 26)
// Packet: 0x00e6
-packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, 3)
// Packet: 0x00e7
-packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 3)
// Packet: 0x00e8
-packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, 8)
// Packet: 0x00e9
-packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 19)
// Packet: 0x00ea
-packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 5)
// Packet: 0x00eb
-packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 2)
// Packet: 0x00ec
-packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 3)
// Packet: 0x00ed
-packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, 2)
// Packet: 0x00ee
-packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, 2)
// Packet: 0x00ef
-packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 2)
// Packet: 0x00f0
-packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 3)
// Packet: 0x00f1
-packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+packetLen(0x00f1, 2)
// Packet: 0x00f2
-packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 6)
// Packet: 0x00f3
-packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+packetLen(0x00f3, -1)
// Packet: 0x00f4
-packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 21)
// Packet: 0x00f5
-packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+packetLen(0x00f5, 11)
// Packet: 0x00f6
-packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 8)
// Packet: 0x00f7
-packetLen(0x00f7, 17) // CZ_REQUEST_TIME
+packetLen(0x00f7, 17)
// Packet: 0x00f8
-packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+packetLen(0x00f8, 2)
// Packet: 0x00f9
-packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+packetLen(0x00f9, 26)
// Packet: 0x00fa
-packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, 3)
// Packet: 0x00fb
-packetLen(0x00fb, -1) // ZC_GROUP_LIST
+packetLen(0x00fb, -1)
// Packet: 0x00fc
-packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, 6)
// Packet: 0x00fd
-packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, 27)
// Packet: 0x00fe
-packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, 30)
// Packet: 0x00ff
-packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+packetLen(0x00ff, 10)
// Packet: 0x0100
-packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, 2)
// Packet: 0x0101
-packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, 6)
// Packet: 0x0102
-packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 6)
// Packet: 0x0103
-packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 30)
// Packet: 0x0104
-packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, 79)
// Packet: 0x0105
-packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, 31)
// Packet: 0x0106
-packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, 10)
// Packet: 0x0107
-packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, 10)
// Packet: 0x0108
-packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, -1)
// Packet: 0x0109
-packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, -1)
// Packet: 0x010a
-packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 4)
// Packet: 0x010b
-packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, 6)
// Packet: 0x010c
-packetLen(0x010c, 6) // ZC_MVP
+packetLen(0x010c, 6)
// Packet: 0x010d
-packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+packetLen(0x010d, 2)
// Packet: 0x010e
-packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, 11)
// Packet: 0x010f
-packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+packetLen(0x010f, -1)
// Packet: 0x0110
-packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, 10)
// Packet: 0x0111
-packetLen(0x0111, 39) // ZC_ADD_SKILL
+packetLen(0x0111, 39)
// Packet: 0x0112
-packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, 4)
// Packet: 0x0113
-packetLen(0x0113, 25) // CZ_USE_SKILL
+packetLen(0x0113, 25)
// Packet: 0x0114
-packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+packetLen(0x0114, 31)
// Packet: 0x0115
-packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+packetLen(0x0115, 35)
// Packet: 0x0116
-packetLen(0x0116, 17) // CZ_USE_SKILL_TOGROUND
+packetLen(0x0116, 17)
// Packet: 0x0117
-packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, 18)
// Packet: 0x0118
-packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+packetLen(0x0118, 2)
// Packet: 0x0119
-packetLen(0x0119, 13) // ZC_STATE_CHANGE
+packetLen(0x0119, 13)
// Packet: 0x011a
-packetLen(0x011a, 15) // ZC_USE_SKILL
+packetLen(0x011a, 15)
// Packet: 0x011b
-packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, 20)
// Packet: 0x011c
-packetLen(0x011c, 68) // ZC_WARPLIST
+packetLen(0x011c, 68)
// Packet: 0x011d
-packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 2)
// Packet: 0x011e
-packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, 3)
// Packet: 0x011f
-packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+packetLen(0x011f, 16)
// Packet: 0x0120
-packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, 6)
// Packet: 0x0121
-packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, 14)
// Packet: 0x0122
-packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, -1)
// Packet: 0x0123
-packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, -1)
// Packet: 0x0124
-packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 21)
// Packet: 0x0125
-packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 8)
// Packet: 0x0126
-packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 8)
// Packet: 0x0127
-packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, 8)
// Packet: 0x0128
-packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 8)
// Packet: 0x0129
-packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, 8)
// Packet: 0x012a
-packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+packetLen(0x012a, 2)
// Packet: 0x012b
-packetLen(0x012b, 2) // ZC_CARTOFF
+packetLen(0x012b, 2)
// Packet: 0x012c
-packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 3)
// Packet: 0x012d
-packetLen(0x012d, 4) // ZC_OPENSTORE
+packetLen(0x012d, 4)
// Packet: 0x012e
-packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, 2)
// Packet: 0x012f
-packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+packetLen(0x012f, -1)
// Packet: 0x0130
-packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, 6)
// Packet: 0x0131
-packetLen(0x0131, 86) // ZC_STORE_ENTRY
+packetLen(0x0131, 86)
// Packet: 0x0132
-packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, 6)
// Packet: 0x0133
-packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, -1)
// Packet: 0x0134
-packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, -1)
// Packet: 0x0135
-packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, 7)
// Packet: 0x0136
-packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, -1)
// Packet: 0x0137
-packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, 6)
// Packet: 0x0138
-packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+packetLen(0x0138, 3)
// Packet: 0x0139
-packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, 16)
// Packet: 0x013a
-packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+packetLen(0x013a, 4)
// Packet: 0x013b
-packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+packetLen(0x013b, 4)
// Packet: 0x013c
-packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+packetLen(0x013c, 4)
// Packet: 0x013d
-packetLen(0x013d, 6) // ZC_RECOVERY
+packetLen(0x013d, 6)
// Packet: 0x013e
-packetLen(0x013e, 24) // ZC_USESKILL_ACK
+packetLen(0x013e, 24)
// Packet: 0x013f
-packetLen(0x013f, 26) // CZ_ITEM_CREATE
+packetLen(0x013f, 26)
// Packet: 0x0140
-packetLen(0x0140, 22) // CZ_MOVETO_MAP
+packetLen(0x0140, 22)
// Packet: 0x0141
-packetLen(0x0141, 14) // ZC_COUPLESTATUS
+packetLen(0x0141, 14)
// Packet: 0x0142
-packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+packetLen(0x0142, 6)
// Packet: 0x0143
-packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+packetLen(0x0143, 10)
// Packet: 0x0144
-packetLen(0x0144, 23) // ZC_COMPASS
+packetLen(0x0144, 23)
// Packet: 0x0145
-packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+packetLen(0x0145, 19)
// Packet: 0x0146
-packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+packetLen(0x0146, 6)
// Packet: 0x0147
-packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+packetLen(0x0147, 39)
// Packet: 0x0148
-packetLen(0x0148, 8) // ZC_RESURRECTION
+packetLen(0x0148, 8)
// Packet: 0x0149
-packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, 9)
// Packet: 0x014a
-packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+packetLen(0x014a, 6)
// Packet: 0x014b
-packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+packetLen(0x014b, 27)
// Packet: 0x014c
-packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, -1)
// Packet: 0x014d
-packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 2)
// Packet: 0x014e
-packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+packetLen(0x014e, 6)
// Packet: 0x014f
-packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, 6)
// Packet: 0x0150
-packetLen(0x0150, 110) // ZC_GUILD_INFO
+packetLen(0x0150, 110)
// Packet: 0x0151
-packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+packetLen(0x0151, 6)
// Packet: 0x0152
-packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+packetLen(0x0152, -1)
// Packet: 0x0153
-packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+packetLen(0x0153, -1)
// Packet: 0x0154
-packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, -1)
// Packet: 0x0155
-packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, -1)
// Packet: 0x0156
-packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+packetLen(0x0156, -1)
// Packet: 0x0157
-packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+packetLen(0x0157, 6)
// Packet: 0x0159
-packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, 54)
// Packet: 0x015a
-packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 66)
// Packet: 0x015b
-packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 54)
// Packet: 0x015c
-packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, 90)
// Packet: 0x015d
-packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+packetLen(0x015d, 42)
// Packet: 0x015e
-packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, 6)
// Packet: 0x015f
-packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+packetLen(0x015f, 42)
// Packet: 0x0160
-packetLen(0x0160, -1) // ZC_POSITION_INFO
+packetLen(0x0160, -1)
// Packet: 0x0161
-packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, -1)
// Packet: 0x0162
-packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, -1)
// Packet: 0x0163
-packetLen(0x0163, -1) // ZC_BAN_LIST
+packetLen(0x0163, -1)
// Packet: 0x0164
-packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+packetLen(0x0164, -1)
// Packet: 0x0165
-packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, 30)
// Packet: 0x0166
-packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, -1)
// Packet: 0x0167
-packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 3)
// Packet: 0x0168
-packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, 14)
// Packet: 0x0169
-packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 3)
// Packet: 0x016a
-packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, 30)
// Packet: 0x016b
-packetLen(0x016b, 10) // CZ_JOIN_GUILD
+packetLen(0x016b, 10)
// Packet: 0x016c
-packetLen(0x016c, 43) // ZC_UPDATE_GDID
+packetLen(0x016c, 43)
// Packet: 0x016d
-packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 14)
// Packet: 0x016e
-packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+packetLen(0x016e, 186)
// Packet: 0x016f
-packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+packetLen(0x016f, 182)
// Packet: 0x0170
-packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 14)
// Packet: 0x0171
-packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, 30)
// Packet: 0x0172
-packetLen(0x0172, 10) // CZ_ALLY_GUILD
+packetLen(0x0172, 10)
// Packet: 0x0173
-packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+packetLen(0x0173, 3)
// Packet: 0x0174
-packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0174, -1)
// Packet: 0x0175
-packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+packetLen(0x0175, 6)
// Packet: 0x0176
-packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+packetLen(0x0176, 106)
// Packet: 0x0177
-packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, -1)
// Packet: 0x0178
-packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, 4)
// Packet: 0x0179
-packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 5)
// Packet: 0x017a
-packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, 4)
// Packet: 0x017b
-packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, -1)
// Packet: 0x017c
-packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, 6)
// Packet: 0x017d
-packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 7)
// Packet: 0x017e
-packetLen(0x017e, -1) // CZ_GUILD_CHAT
+packetLen(0x017e, -1)
// Packet: 0x017f
-packetLen(0x017f, -1) // ZC_GUILD_CHAT
+packetLen(0x017f, -1)
// Packet: 0x0180
-packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+packetLen(0x0180, 6)
// Packet: 0x0181
-packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+packetLen(0x0181, 3)
// Packet: 0x0182
-packetLen(0x0182, 106) // ZC_MEMBER_ADD
+packetLen(0x0182, 106)
// Packet: 0x0183
-packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+packetLen(0x0183, 10)
// Packet: 0x0184
-packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+packetLen(0x0184, 10)
// Packet: 0x0185
-packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+packetLen(0x0185, 34)
// Packet: 0x0187
-packetLen(0x0187, 6) // CH_UNKNOWN_PING
+packetLen(0x0187, 6)
// Packet: 0x0188
-packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, 8)
// Packet: 0x0189
-packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, 4)
// Packet: 0x018a
-packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+packetLen(0x018a, 4)
// Packet: 0x018b
-packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, 4)
// Packet: 0x018c
-packetLen(0x018c, 29) // ZC_MONSTER_INFO
+packetLen(0x018c, 29)
// Packet: 0x018d
-packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, -1)
// Packet: 0x018e
-packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+packetLen(0x018e, 10)
// Packet: 0x018f
-packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 6)
// Packet: 0x0190
-packetLen(0x0190, 23) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+packetLen(0x0190, 23)
// Packet: 0x0191
-packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+packetLen(0x0191, 86)
// Packet: 0x0192
-packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+packetLen(0x0192, 24)
// Packet: 0x0193
-packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+packetLen(0x0193, 2)
// Packet: 0x0194
-packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 30)
// Packet: 0x0195
-packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 102)
// Packet: 0x0196
-packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, 9)
// Packet: 0x0197
-packetLen(0x0197, 4) // CZ_RESET
+packetLen(0x0197, 4)
// Packet: 0x0198
-packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+packetLen(0x0198, 8)
// Packet: 0x0199
-packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, 4)
// Packet: 0x019a
-packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 14)
// Packet: 0x019b
-packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 10)
// Packet: 0x019c
-packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+packetLen(0x019c, -1)
// Packet: 0x019d
-packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, 6)
// Packet: 0x019e
-packetLen(0x019e, 2) // ZC_START_CAPTURE
+packetLen(0x019e, 2)
// Packet: 0x019f
-packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, 6)
// Packet: 0x01a0
-packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, 3)
// Packet: 0x01a1
-packetLen(0x01a1, 3) // CZ_COMMAND_PET
+packetLen(0x01a1, 3)
// Packet: 0x01a2
-packetLen(0x01a2, 37) // ZC_PROPERTY_PET
+packetLen(0x01a2, 37)
// Packet: 0x01a3
-packetLen(0x01a3, 5) // ZC_FEED_PET
+packetLen(0x01a3, 5)
// Packet: 0x01a4
-packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, 11)
// Packet: 0x01a5
-packetLen(0x01a5, 26) // CZ_RENAME_PET
+packetLen(0x01a5, 26)
// Packet: 0x01a6
-packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+packetLen(0x01a6, -1)
// Packet: 0x01a7
-packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 4)
// Packet: 0x01a8
-packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+packetLen(0x01a8, 4)
// Packet: 0x01a9
-packetLen(0x01a9, 6) // CZ_PET_ACT
+packetLen(0x01a9, 6)
// Packet: 0x01aa
-packetLen(0x01aa, 10) // ZC_PET_ACT
+packetLen(0x01aa, 10)
// Packet: 0x01ab
-packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, 12)
// Packet: 0x01ac
-packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+packetLen(0x01ac, 6)
// Packet: 0x01ad
-packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, -1)
// Packet: 0x01ae
-packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, 4)
// Packet: 0x01af
-packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+packetLen(0x01af, 4)
// Packet: 0x01b0
-packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, 11)
// Packet: 0x01b1
-packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+packetLen(0x01b1, 7)
// Packet: 0x01b2
-packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, -1)
// Packet: 0x01b3
-packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, 67)
// Packet: 0x01b4
-packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+packetLen(0x01b4, 12)
// Packet: 0x01b5
-packetLen(0x01b5, 18) // SC_BILLING_INFO
+packetLen(0x01b5, 18)
// Packet: 0x01b6
-packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+packetLen(0x01b6, 114)
// Packet: 0x01b7
-packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+packetLen(0x01b7, 6)
// Packet: 0x01b8
-packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+packetLen(0x01b8, 3)
// Packet: 0x01b9
-packetLen(0x01b9, 6) // ZC_DISPEL
+packetLen(0x01b9, 6)
// Packet: 0x01ba
-packetLen(0x01ba, 26) // CZ_REMOVE_AID
+packetLen(0x01ba, 26)
// Packet: 0x01bb
-packetLen(0x01bb, 26) // CZ_SHIFT
+packetLen(0x01bb, 26)
// Packet: 0x01bc
-packetLen(0x01bc, 26) // CZ_RECALL
+packetLen(0x01bc, 26)
// Packet: 0x01bd
-packetLen(0x01bd, 26) // CZ_RECALL_GID
+packetLen(0x01bd, 26)
// Packet: 0x01be
-packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+packetLen(0x01be, 2)
// Packet: 0x01bf
-packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+packetLen(0x01bf, 3)
// Packet: 0x01c0
-packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+packetLen(0x01c0, 2)
// Packet: 0x01c1
-packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+packetLen(0x01c1, 14)
// Packet: 0x01c2
-packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+packetLen(0x01c2, 10)
// Packet: 0x01c3
-packetLen(0x01c3, -1) // ZC_BROADCAST2
+packetLen(0x01c3, -1)
// Packet: 0x01c4
-packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 22)
// Packet: 0x01c5
-packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 22)
// Packet: 0x01c6
-packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+packetLen(0x01c6, 4)
// Packet: 0x01c7
-packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+packetLen(0x01c7, 2)
// Packet: 0x01c8
-packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, 13)
// Packet: 0x01c9
-packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 97)
// Packet: 0x01ca
-packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+packetLen(0x01ca, 3)
// Packet: 0x01cb
-packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+packetLen(0x01cb, 9)
// Packet: 0x01cc
-packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+packetLen(0x01cc, 9)
// Packet: 0x01cd
-packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, 30)
// Packet: 0x01ce
-packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, 6)
// Packet: 0x01cf
-packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+packetLen(0x01cf, 28)
// Packet: 0x01d0
-packetLen(0x01d0, 8) // ZC_SPIRITS
+packetLen(0x01d0, 8)
// Packet: 0x01d1
-packetLen(0x01d1, 14) // ZC_BLADESTOP
+packetLen(0x01d1, 14)
// Packet: 0x01d2
-packetLen(0x01d2, 10) // ZC_COMBODELAY
+packetLen(0x01d2, 10)
// Packet: 0x01d3
-packetLen(0x01d3, 35) // ZC_SOUND
+packetLen(0x01d3, 35)
// Packet: 0x01d4
-packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, 6)
// Packet: 0x01d5
-packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, -1)
// Packet: 0x01d6
-packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 4)
// Packet: 0x01d7
-packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 11)
// Packet: 0x01d8
-packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 54)
// Packet: 0x01d9
-packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 53)
// Packet: 0x01da
-packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 60)
// Packet: 0x01db
-packetLen(0x01db, 2) // CA_REQ_HASH
+packetLen(0x01db, 2)
// Packet: 0x01dc
-packetLen(0x01dc, -1) // AC_ACK_HASH
+packetLen(0x01dc, -1)
// Packet: 0x01dd
-packetLen(0x01dd, 47) // CA_LOGIN2
+packetLen(0x01dd, 47)
// Packet: 0x01de
-packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 33)
// Packet: 0x01df
-packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+packetLen(0x01df, 6)
// Packet: 0x01e0
-packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+packetLen(0x01e0, 30)
// Packet: 0x01e1
-packetLen(0x01e1, 8) // ZC_SPIRITS2
+packetLen(0x01e1, 8)
// Packet: 0x01e2
-packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+packetLen(0x01e2, 34)
// Packet: 0x01e3
-packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+packetLen(0x01e3, 14)
// Packet: 0x01e4
-packetLen(0x01e4, 2) // ZC_START_COUPLE
+packetLen(0x01e4, 2)
// Packet: 0x01e5
-packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+packetLen(0x01e5, 6)
// Packet: 0x01e6
-packetLen(0x01e6, 26) // ZC_COUPLENAME
+packetLen(0x01e6, 26)
// Packet: 0x01e7
-packetLen(0x01e7, 2) // CZ_DORIDORI
+packetLen(0x01e7, 2)
// Packet: 0x01e8
-packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 28)
// Packet: 0x01e9
-packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, 81)
// Packet: 0x01ea
-packetLen(0x01ea, 6) // ZC_CONGRATULATION
+packetLen(0x01ea, 6)
// Packet: 0x01eb
-packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, 10)
// Packet: 0x01ec
-packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+packetLen(0x01ec, 26)
// Packet: 0x01ed
-packetLen(0x01ed, 2) // CZ_CHOPOKGI
+packetLen(0x01ed, 2)
// Packet: 0x01ee
-packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, -1)
// Packet: 0x01ef
-packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, -1)
// Packet: 0x01f0
-packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, -1)
// Packet: 0x01f1
-packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+packetLen(0x01f1, -1)
// Packet: 0x01f2
-packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, 20)
// Packet: 0x01f3
-packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+packetLen(0x01f3, 10)
// Packet: 0x01f4
-packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, 32)
// Packet: 0x01f5
-packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, 9)
// Packet: 0x01f6
-packetLen(0x01f6, 34) // ZC_REQ_BABY
+packetLen(0x01f6, 34)
// Packet: 0x01f7
-packetLen(0x01f7, 14) // CZ_JOIN_BABY
+packetLen(0x01f7, 14)
// Packet: 0x01f8
-packetLen(0x01f8, 2) // ZC_START_BABY
+packetLen(0x01f8, 2)
// Packet: 0x01f9
-packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+packetLen(0x01f9, 6)
// Packet: 0x01fa
-packetLen(0x01fa, 48) // CA_LOGIN3
+packetLen(0x01fa, 48)
// Packet: 0x01fb
-packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+packetLen(0x01fb, 56)
// Packet: 0x01fc
-packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, -1)
// Packet: 0x01fd
-packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 15)
// Packet: 0x01fe
-packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, 5)
// Packet: 0x01ff
-packetLen(0x01ff, 10) // ZC_HIGHJUMP
+packetLen(0x01ff, 10)
// Packet: 0x0200
-packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+packetLen(0x0200, 26)
// Packet: 0x0201
-packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+packetLen(0x0201, -1)
// Packet: 0x0202
#if PACKETVER >= 20161012
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20161005
-packetLen(0x0202, 90) // CZ_ADD_FRIENDS
+packetLen(0x0202, 90)
#elif PACKETVER >= 20160928
-packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+packetLen(0x0202, -1)
#elif PACKETVER >= 20160921
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20160913
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20160907
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20160831
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20160824
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20160803
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20160727
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20160706
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20160629
-packetLen(0x0202, 12) // CZ_ADD_FRIENDS
+packetLen(0x0202, 12)
#elif PACKETVER >= 20160511
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20160427
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20160323
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20160316
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20160224
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20160217
-packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+packetLen(0x0202, -1)
#elif PACKETVER >= 20160211
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20160203
-packetLen(0x0202, -1) // CZ_ADD_FRIENDS
+packetLen(0x0202, -1)
#elif PACKETVER >= 20160127
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20160120
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20160106
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#endif
// Packet: 0x0203
-packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+packetLen(0x0203, 10)
// Packet: 0x0204
-packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+packetLen(0x0204, 18)
// Packet: 0x0205
-packetLen(0x0205, 26) // ZC_DIVORCE
+packetLen(0x0205, 26)
// Packet: 0x0206
-packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+packetLen(0x0206, 11)
// Packet: 0x0207
-packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, 34)
// Packet: 0x0208
-packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, 14)
// Packet: 0x0209
-packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, 36)
// Packet: 0x020a
-packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 10)
// Packet: 0x020d
-packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+packetLen(0x020d, -1)
// Packet: 0x020e
-packetLen(0x020e, 32) // ZC_STARSKILL
+packetLen(0x020e, 32)
// Packet: 0x020f
-packetLen(0x020f, 10) // CZ_REQ_PVPPOINT
+packetLen(0x020f, 10)
// Packet: 0x0210
-packetLen(0x0210, 22) // ZC_ACK_PVPPOINT
+packetLen(0x0210, 22)
// Packet: 0x0212
-packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+packetLen(0x0212, 26)
// Packet: 0x0213
-packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+packetLen(0x0213, 26)
// Packet: 0x0214
-packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+packetLen(0x0214, 42)
// Packet: 0x0215
-packetLen(0x0215, 6) // ZC_SKILLMSG
+packetLen(0x0215, 6)
// Packet: 0x0216
-packetLen(0x0216, 6) // ZC_BABYMSG
+packetLen(0x0216, 6)
// Packet: 0x0217
-packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 2)
// Packet: 0x0218
-packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, 2)
// Packet: 0x0219
-packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 282)
// Packet: 0x021a
-packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, 282)
// Packet: 0x021b
-packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, 10)
// Packet: 0x021c
-packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, 10)
// Packet: 0x021d
-packetLen(0x021d, 6) // CZ_LESSEFFECT
+packetLen(0x021d, 6)
// Packet: 0x021e
-packetLen(0x021e, 6) // ZC_LESSEFFECT
+packetLen(0x021e, 6)
// Packet: 0x021f
-packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+packetLen(0x021f, 66)
// Packet: 0x0220
-packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+packetLen(0x0220, 10)
// Packet: 0x0221
-packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+packetLen(0x0221, -1)
// Packet: 0x0222
-packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+packetLen(0x0222, 6)
// Packet: 0x0223
-packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+packetLen(0x0223, 8)
// Packet: 0x0224
-packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+packetLen(0x0224, 10)
// Packet: 0x0225
-packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+packetLen(0x0225, 2)
// Packet: 0x0226
-packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+packetLen(0x0226, 282)
// Packet: 0x0227
-packetLen(0x0227, 18) // ZC_GAME_GUARD
+packetLen(0x0227, 18)
// Packet: 0x0228
-packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+packetLen(0x0228, 18)
// Packet: 0x0229
-packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+packetLen(0x0229, 15)
// Packet: 0x022a
-packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 58)
// Packet: 0x022b
-packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, 57)
// Packet: 0x022c
-packetLen(0x022c, 65) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, 65)
// Packet: 0x022d
#if PACKETVER >= 20161221
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20161214
-packetLen(0x022d, 6) // CZ_COMMAND_MER
+packetLen(0x022d, 6)
#elif PACKETVER >= 20161026
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20161019
-packetLen(0x022d, 6) // CZ_COMMAND_MER
+packetLen(0x022d, 6)
#elif PACKETVER >= 20160928
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20160921
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20160913
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20160907
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20160831
-packetLen(0x022d, 90) // CZ_COMMAND_MER
+packetLen(0x022d, 90)
#elif PACKETVER >= 20160824
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20160720
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20160713
-packetLen(0x022d, 36) // CZ_COMMAND_MER
+packetLen(0x022d, 36)
#elif PACKETVER >= 20160706
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20160629
-packetLen(0x022d, 5) // CZ_COMMAND_MER
+packetLen(0x022d, 5)
#elif PACKETVER >= 20160615
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20160608
-packetLen(0x022d, -1) // CZ_COMMAND_MER
+packetLen(0x022d, -1)
#elif PACKETVER >= 20160504
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20160427
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20160420
-packetLen(0x022d, -1) // CZ_COMMAND_MER
+packetLen(0x022d, -1)
#elif PACKETVER >= 20160323
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20160316
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20160309
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20160302
-packetLen(0x022d, 5) // CZ_COMMAND_MER
+packetLen(0x022d, 5)
#elif PACKETVER >= 20160224
-packetLen(0x022d, 26) // CZ_COMMAND_MER
+packetLen(0x022d, 26)
#elif PACKETVER >= 20160217
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20160211
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20160203
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20160120
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20160113
-packetLen(0x022d, 10) // CZ_COMMAND_MER
+packetLen(0x022d, 10)
#elif PACKETVER >= 20160106
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#endif
// Packet: 0x022e
-packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 71)
// Packet: 0x022f
-packetLen(0x022f, 5) // ZC_FEED_MER
+packetLen(0x022f, 5)
// Packet: 0x0230
-packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+packetLen(0x0230, 12)
// Packet: 0x0231
-packetLen(0x0231, 26) // CZ_RENAME_MER
+packetLen(0x0231, 26)
// Packet: 0x0232
-packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, 9)
// Packet: 0x0233
-packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, 11)
// Packet: 0x0234
-packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, 6)
// Packet: 0x0235
-packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, -1)
// Packet: 0x0236
-packetLen(0x0236, 10) // ZC_KILLER_POINT
+packetLen(0x0236, 10)
// Packet: 0x0237
-packetLen(0x0237, 2) // CZ_KILLER_RANK
+packetLen(0x0237, 2)
// Packet: 0x0238
-packetLen(0x0238, 282) // ZC_KILLER_RANK
+packetLen(0x0238, 282)
// Packet: 0x0239
-packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 11)
// Packet: 0x023a
-packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, 4)
// Packet: 0x023b
#if PACKETVER >= 20161214
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20161207
-packetLen(0x023b, 5) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 5)
#elif PACKETVER >= 20160928
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20160921
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20160913
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20160907
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20160831
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20160824
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20160803
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20160727
-packetLen(0x023b, 8) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 8)
#elif PACKETVER >= 20160629
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20160622
-packetLen(0x023b, 10) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 10)
#elif PACKETVER >= 20160504
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20160427
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20160323
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20160316
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20160309
-packetLen(0x023b, 6) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 6)
#elif PACKETVER >= 20160217
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20160211
-packetLen(0x023b, 18) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 18)
#elif PACKETVER >= 20160127
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20160120
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20160113
-packetLen(0x023b, 5) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 5)
#elif PACKETVER >= 20160106
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#endif
// Packet: 0x023c
-packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, 6)
// Packet: 0x023d
-packetLen(0x023d, 6) // AC_EVENT_RESULT
+packetLen(0x023d, 6)
// Packet: 0x023e
-packetLen(0x023e, 8) // HC_REQUEST_CHARACTER_PASSWORD
+packetLen(0x023e, 8)
// Packet: 0x023f
-packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+packetLen(0x023f, 2)
// Packet: 0x0240
-packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+packetLen(0x0240, -1)
// Packet: 0x0241
-packetLen(0x0241, 6) // CZ_MAIL_OPEN
+packetLen(0x0241, 6)
// Packet: 0x0242
-packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+packetLen(0x0242, -1)
// Packet: 0x0243
-packetLen(0x0243, 6) // CZ_MAIL_DELETE
+packetLen(0x0243, 6)
// Packet: 0x0244
-packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+packetLen(0x0244, 6)
// Packet: 0x0245
-packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+packetLen(0x0245, 3)
// Packet: 0x0246
-packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+packetLen(0x0246, 4)
// Packet: 0x0247
-packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+packetLen(0x0247, 8)
// Packet: 0x0248
-packetLen(0x0248, -1) // CZ_MAIL_SEND
+packetLen(0x0248, -1)
// Packet: 0x0249
-packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+packetLen(0x0249, 3)
// Packet: 0x024a
-packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+packetLen(0x024a, 70)
// Packet: 0x024b
-packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+packetLen(0x024b, 4)
// Packet: 0x024c
-packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+packetLen(0x024c, 8)
// Packet: 0x024d
-packetLen(0x024d, 12) // CZ_AUCTION_ADD
+packetLen(0x024d, 12)
// Packet: 0x024e
-packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+packetLen(0x024e, 6)
// Packet: 0x024f
-packetLen(0x024f, 10) // CZ_AUCTION_BUY
+packetLen(0x024f, 10)
// Packet: 0x0250
-packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+packetLen(0x0250, 3)
// Packet: 0x0251
-packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+packetLen(0x0251, 34)
// Packet: 0x0252
-packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+packetLen(0x0252, -1)
// Packet: 0x0253
-packetLen(0x0253, 3) // ZC_STARPLACE
+packetLen(0x0253, 3)
// Packet: 0x0254
-packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+packetLen(0x0254, 3)
// Packet: 0x0255
-packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+packetLen(0x0255, 5)
// Packet: 0x0256
-packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+packetLen(0x0256, 5)
// Packet: 0x0257
-packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+packetLen(0x0257, 8)
// Packet: 0x0258
-packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+packetLen(0x0258, 2)
// Packet: 0x0259
-packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+packetLen(0x0259, 3)
// Packet: 0x025a
-packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+packetLen(0x025a, -1)
// Packet: 0x025b
-packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+packetLen(0x025b, 6)
// Packet: 0x025c
-packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+packetLen(0x025c, 4)
// Packet: 0x025d
-packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+packetLen(0x025d, 6)
// Packet: 0x025e
-packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+packetLen(0x025e, 4)
// Packet: 0x025f
-packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+packetLen(0x025f, 6)
// Packet: 0x0260
-packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+packetLen(0x0260, 6)
// Packet: 0x0261
-packetLen(0x0261, 11) // AC_REQ_LOGIN_OLDEKEY
+packetLen(0x0261, 11)
// Packet: 0x0262
-packetLen(0x0262, 11) // AC_REQ_LOGIN_NEWEKEY
+packetLen(0x0262, 11)
// Packet: 0x0263
-packetLen(0x0263, 11) // AC_REQ_LOGIN_CARDPASS
+packetLen(0x0263, 11)
// Packet: 0x0264
-packetLen(0x0264, 20) // CA_ACK_LOGIN_OLDEKEY
+packetLen(0x0264, 20)
// Packet: 0x0265
-packetLen(0x0265, 20) // CA_ACK_LOGIN_NEWEKEY
+packetLen(0x0265, 20)
// Packet: 0x0266
-packetLen(0x0266, 30) // CA_ACK_LOGIN_CARDPASS
+packetLen(0x0266, 30)
// Packet: 0x0267
-packetLen(0x0267, 4) // AC_ACK_EKEY_FAIL_NOTEXIST
+packetLen(0x0267, 4)
// Packet: 0x0268
-packetLen(0x0268, 4) // AC_ACK_EKEY_FAIL_NOTUSESEKEY
+packetLen(0x0268, 4)
// Packet: 0x0269
-packetLen(0x0269, 4) // AC_ACK_EKEY_FAIL_NOTUSEDEKEY
+packetLen(0x0269, 4)
// Packet: 0x026a
-packetLen(0x026a, 4) // AC_ACK_EKEY_FAIL_AUTHREFUSE
+packetLen(0x026a, 4)
// Packet: 0x026b
-packetLen(0x026b, 4) // AC_ACK_EKEY_FAIL_INPUTEKEY
+packetLen(0x026b, 4)
// Packet: 0x026c
-packetLen(0x026c, 4) // AC_ACK_EKEY_FAIL_NOTICE
+packetLen(0x026c, 4)
// Packet: 0x026d
-packetLen(0x026d, 4) // AC_ACK_EKEY_FAIL_NEEDCARDPASS
+packetLen(0x026d, 4)
// Packet: 0x026f
-packetLen(0x026f, 2) // AC_ACK_FIRST_LOGIN
+packetLen(0x026f, 2)
// Packet: 0x0270
-packetLen(0x0270, 2) // AC_REQ_LOGIN_ACCOUNT_INFO
+packetLen(0x0270, 2)
// Packet: 0x0271
-packetLen(0x0271, 40) // CA_ACK_LOGIN_ACCOUNT_INFO
+packetLen(0x0271, 40)
// Packet: 0x0272
-packetLen(0x0272, 44) // AC_ACK_PT_ID_INFO
+packetLen(0x0272, 44)
// Packet: 0x0273
-packetLen(0x0273, 30) // CZ_REQ_MAIL_RETURN
+packetLen(0x0273, 30)
// Packet: 0x0274
-packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, 8)
// Packet: 0x0275
-packetLen(0x0275, 37) // CH_ENTER2
+packetLen(0x0275, 37)
// Packet: 0x0276
-packetLen(0x0276, -1) // AC_ACCEPT_LOGIN2
+packetLen(0x0276, -1)
// Packet: 0x0277
-packetLen(0x0277, 84) // CA_LOGIN_PCBANG
+packetLen(0x0277, 84)
// Packet: 0x0278
-packetLen(0x0278, 2) // ZC_NOTIFY_PCBANG
+packetLen(0x0278, 2)
// Packet: 0x0279
-packetLen(0x0279, 2) // CZ_HUNTINGLIST
+packetLen(0x0279, 2)
// Packet: 0x027a
-packetLen(0x027a, -1) // ZC_HUNTINGLIST
+packetLen(0x027a, -1)
// Packet: 0x027b
-packetLen(0x027b, 14) // ZC_PCBANG_EFFECT
+packetLen(0x027b, 14)
// Packet: 0x027c
-packetLen(0x027c, 60) // CA_LOGIN4
+packetLen(0x027c, 60)
// Packet: 0x027d
-packetLen(0x027d, 62) // ZC_PROPERTY_MERCE
+packetLen(0x027d, 62)
// Packet: 0x027e
-packetLen(0x027e, -1) // ZC_SHANDA_PROTECT
+packetLen(0x027e, -1)
// Packet: 0x027f
-packetLen(0x027f, 8) // CA_CLIENT_TYPE
+packetLen(0x027f, 8)
// Packet: 0x0280
-packetLen(0x0280, 12) // ZC_GANGSI_POINT
+packetLen(0x0280, 12)
// Packet: 0x0281
#if PACKETVER >= 20161221
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20161214
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20161207
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20161123
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20161026
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20161019
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20160928
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20160921
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20160913
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20160907
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20160831
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20160824
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20160622
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20160615
-packetLen(0x0281, 26) // CZ_GANGSI_RANK
+packetLen(0x0281, 26)
#elif PACKETVER >= 20160525
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20160511
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20160504
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20160427
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20160323
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20160316
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20160309
-packetLen(0x0281, 6) // CZ_GANGSI_RANK
+packetLen(0x0281, 6)
#elif PACKETVER >= 20160217
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20160211
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20160203
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20160120
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20160106
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#endif
// Packet: 0x0282
-packetLen(0x0282, 284) // ZC_GANGSI_RANK
+packetLen(0x0282, 284)
// Packet: 0x0283
-packetLen(0x0283, 6) // ZC_AID
+packetLen(0x0283, 6)
// Packet: 0x0284
-packetLen(0x0284, 14) // ZC_NOTIFY_EFFECT3
+packetLen(0x0284, 14)
// Packet: 0x0285
-packetLen(0x0285, 6) // ZC_DEATH_QUESTION
+packetLen(0x0285, 6)
// Packet: 0x0286
-packetLen(0x0286, 4) // CZ_DEATH_QUESTION
+packetLen(0x0286, 4)
// Packet: 0x0287
-packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, -1)
// Packet: 0x0288
-packetLen(0x0288, -1) // CZ_PC_BUY_CASH_POINT_ITEM
+packetLen(0x0288, -1)
// Packet: 0x0289
-packetLen(0x0289, 12) // ZC_PC_CASH_POINT_UPDATE
+packetLen(0x0289, 12)
// Packet: 0x028a
-packetLen(0x028a, 18) // ZC_NPC_SHOWEFST_UPDATE
+packetLen(0x028a, 18)
// Packet: 0x028b
-packetLen(0x028b, -1) // HC_CHARNOTBEENSELECTED
+packetLen(0x028b, -1)
// Packet: 0x028c
-packetLen(0x028c, 46) // CH_SELECT_CHAR_GOINGTOBEUSED
+packetLen(0x028c, 46)
// Packet: 0x028d
-packetLen(0x028d, 34) // CH_REQ_IS_VALID_CHARNAME
+packetLen(0x028d, 34)
// Packet: 0x028e
-packetLen(0x028e, 4) // HC_ACK_IS_VALID_CHARNAME
+packetLen(0x028e, 4)
// Packet: 0x028f
-packetLen(0x028f, 6) // CH_REQ_CHANGE_CHARNAME
+packetLen(0x028f, 6)
// Packet: 0x0290
-packetLen(0x0290, 4) // HC_ACK_CHANGE_CHARNAME
+packetLen(0x0290, 4)
// Packet: 0x0291
-packetLen(0x0291, 4) // ZC_MSG
+packetLen(0x0291, 4)
// Packet: 0x0292
-packetLen(0x0292, 2) // CZ_STANDING_RESURRECTION
+packetLen(0x0292, 2)
// Packet: 0x0293
-packetLen(0x0293, 70) // ZC_BOSS_INFO
+packetLen(0x0293, 70)
// Packet: 0x0294
-packetLen(0x0294, 10) // ZC_READ_BOOK
+packetLen(0x0294, 10)
// Packet: 0x0295
-packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, -1)
// Packet: 0x0296
-packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, -1)
// Packet: 0x0297
-packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, -1)
// Packet: 0x0298
-packetLen(0x0298, 8) // ZC_CASH_TIME_COUNTER
+packetLen(0x0298, 8)
// Packet: 0x0299
-packetLen(0x0299, 6) // ZC_CASH_ITEM_DELETE
+packetLen(0x0299, 6)
// Packet: 0x029a
-packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, 27)
// Packet: 0x029b
-packetLen(0x029b, 80) // ZC_MER_INIT
+packetLen(0x029b, 80)
// Packet: 0x029c
-packetLen(0x029c, 66) // ZC_MER_PROPERTY
+packetLen(0x029c, 66)
// Packet: 0x029d
-packetLen(0x029d, -1) // ZC_MER_SKILLINFO_LIST
+packetLen(0x029d, -1)
// Packet: 0x029e
-packetLen(0x029e, 11) // ZC_MER_SKILLINFO_UPDATE
+packetLen(0x029e, 11)
// Packet: 0x029f
-packetLen(0x029f, 3) // CZ_MER_COMMAND
+packetLen(0x029f, 3)
// Packet: 0x02a2
-packetLen(0x02a2, 8) // ZC_MER_PAR_CHANGE
+packetLen(0x02a2, 8)
// Packet: 0x02a5
-packetLen(0x02a5, 8) // CZ_KSY_EVENT
+packetLen(0x02a5, 8)
// Packet: 0x02a6
-packetLen(0x02a6, -1) // ZC_HACKSH_CPX_MSG
+packetLen(0x02a6, -1)
// Packet: 0x02a7
-packetLen(0x02a7, -1) // CZ_HACKSH_CPX_MSG
+packetLen(0x02a7, -1)
// Packet: 0x02aa
-packetLen(0x02aa, 4) // ZC_REQ_CASH_PASSWORD
+packetLen(0x02aa, 4)
// Packet: 0x02ab
-packetLen(0x02ab, 36) // CZ_ACK_CASH_PASSWORD
+packetLen(0x02ab, 36)
// Packet: 0x02ac
-packetLen(0x02ac, 6) // ZC_RESULT_CASH_PASSWORD
+packetLen(0x02ac, 6)
// Packet: 0x02ad
-packetLen(0x02ad, 8) // AC_REQUEST_SECOND_PASSWORD
+packetLen(0x02ad, 8)
// Packet: 0x02b0
-packetLen(0x02b0, 85) // CA_LOGIN_HAN
+packetLen(0x02b0, 85)
// Packet: 0x02b1
-packetLen(0x02b1, -1) // ZC_ALL_QUEST_LIST
+packetLen(0x02b1, -1)
// Packet: 0x02b2
-packetLen(0x02b2, -1) // ZC_ALL_QUEST_MISSION
+packetLen(0x02b2, -1)
// Packet: 0x02b3
-packetLen(0x02b3, 107) // ZC_ADD_QUEST
+packetLen(0x02b3, 107)
// Packet: 0x02b4
-packetLen(0x02b4, 6) // ZC_DEL_QUEST
+packetLen(0x02b4, 6)
// Packet: 0x02b5
-packetLen(0x02b5, -1) // ZC_UPDATE_MISSION_HUNT
+packetLen(0x02b5, -1)
// Packet: 0x02b6
-packetLen(0x02b6, 7) // CZ_ACTIVE_QUEST
+packetLen(0x02b6, 7)
// Packet: 0x02b7
-packetLen(0x02b7, 7) // ZC_ACTIVE_QUEST
+packetLen(0x02b7, 7)
// Packet: 0x02b8
-packetLen(0x02b8, 22) // ZC_ITEM_PICKUP_PARTY
+packetLen(0x02b8, 22)
// Packet: 0x02b9
-packetLen(0x02b9, 191) // ZC_SHORTCUT_KEY_LIST
+packetLen(0x02b9, 191)
// Packet: 0x02ba
-packetLen(0x02ba, 11) // CZ_SHORTCUT_KEY_CHANGE
+packetLen(0x02ba, 11)
// Packet: 0x02bb
-packetLen(0x02bb, 8) // ZC_EQUIPITEM_DAMAGED
+packetLen(0x02bb, 8)
// Packet: 0x02bc
-packetLen(0x02bc, 6) // ZC_NOTIFY_PCBANG_PLAYING_TIME
+packetLen(0x02bc, 6)
// Packet: 0x02c1
-packetLen(0x02c1, -1) // ZC_NPC_CHAT
+packetLen(0x02c1, -1)
// Packet: 0x02c2
-packetLen(0x02c2, -1) // ZC_FORMATSTRING_MSG
+packetLen(0x02c2, -1)
// Packet: 0x02c4
#if PACKETVER >= 20161221
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20161214
-packetLen(0x02c4, 8) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 8)
#elif PACKETVER >= 20161116
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20161109
-packetLen(0x02c4, 18) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 18)
#elif PACKETVER >= 20160615
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20160608
-packetLen(0x02c4, 18) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 18)
#elif PACKETVER >= 20160601
-packetLen(0x02c4, 26) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 26)
#elif PACKETVER >= 20160427
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20160420
-packetLen(0x02c4, 6) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 6)
#elif PACKETVER >= 20160106
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#endif
// Packet: 0x02c5
-packetLen(0x02c5, 30) // ZC_PARTY_JOIN_REQ_ACK
+packetLen(0x02c5, 30)
// Packet: 0x02c6
-packetLen(0x02c6, 30) // ZC_PARTY_JOIN_REQ
+packetLen(0x02c6, 30)
// Packet: 0x02c7
-packetLen(0x02c7, 7) // CZ_PARTY_JOIN_REQ_ACK
+packetLen(0x02c7, 7)
// Packet: 0x02c8
-packetLen(0x02c8, 3) // CZ_PARTY_CONFIG
+packetLen(0x02c8, 3)
// Packet: 0x02c9
-packetLen(0x02c9, 3) // ZC_PARTY_CONFIG
+packetLen(0x02c9, 3)
// Packet: 0x02ca
-packetLen(0x02ca, 3) // HC_REFUSE_SELECTCHAR
+packetLen(0x02ca, 3)
// Packet: 0x02cb
-packetLen(0x02cb, 65) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO
+packetLen(0x02cb, 65)
// Packet: 0x02cc
-packetLen(0x02cc, 4) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_NOTIFY
+packetLen(0x02cc, 4)
// Packet: 0x02cd
-packetLen(0x02cd, 71) // ZC_MEMORIALDUNGEON_INFO
+packetLen(0x02cd, 71)
// Packet: 0x02ce
-packetLen(0x02ce, 10) // ZC_MEMORIALDUNGEON_NOTIFY
+packetLen(0x02ce, 10)
// Packet: 0x02cf
-packetLen(0x02cf, 6) // CZ_MEMORIALDUNGEON_COMMAND
+packetLen(0x02cf, 6)
// Packet: 0x02d0
-packetLen(0x02d0, -1) // ZC_EQUIPMENT_ITEMLIST3
+packetLen(0x02d0, -1)
// Packet: 0x02d1
-packetLen(0x02d1, -1) // ZC_STORE_EQUIPMENT_ITEMLIST3
+packetLen(0x02d1, -1)
// Packet: 0x02d2
-packetLen(0x02d2, -1) // ZC_CART_EQUIPMENT_ITEMLIST3
+packetLen(0x02d2, -1)
// Packet: 0x02d3
-packetLen(0x02d3, 4) // ZC_NOTIFY_BIND_ON_EQUIP
+packetLen(0x02d3, 4)
// Packet: 0x02d4
-packetLen(0x02d4, 29) // ZC_ITEM_PICKUP_ACK3
+packetLen(0x02d4, 29)
// Packet: 0x02d5
-packetLen(0x02d5, 2) // ZC_ISVR_DISCONNECT
+packetLen(0x02d5, 2)
// Packet: 0x02d6
-packetLen(0x02d6, 6) // CZ_EQUIPWIN_MICROSCOPE
+packetLen(0x02d6, 6)
// Packet: 0x02d7
-packetLen(0x02d7, -1) // ZC_EQUIPWIN_MICROSCOPE
+packetLen(0x02d7, -1)
// Packet: 0x02d8
-packetLen(0x02d8, 10) // CZ_CONFIG
+packetLen(0x02d8, 10)
// Packet: 0x02d9
-packetLen(0x02d9, 10) // ZC_CONFIG
+packetLen(0x02d9, 10)
// Packet: 0x02da
-packetLen(0x02da, 3) // ZC_CONFIG_NOTIFY
+packetLen(0x02da, 3)
// Packet: 0x02db
-packetLen(0x02db, -1) // CZ_BATTLEFIELD_CHAT
+packetLen(0x02db, -1)
// Packet: 0x02dc
-packetLen(0x02dc, -1) // ZC_BATTLEFIELD_CHAT
+packetLen(0x02dc, -1)
// Packet: 0x02dd
-packetLen(0x02dd, 32) // ZC_BATTLEFIELD_NOTIFY_CAMPINFO
+packetLen(0x02dd, 32)
// Packet: 0x02de
-packetLen(0x02de, 6) // ZC_BATTLEFIELD_NOTIFY_POINT
+packetLen(0x02de, 6)
// Packet: 0x02df
-packetLen(0x02df, 36) // ZC_BATTLEFIELD_NOTIFY_POSITION
+packetLen(0x02df, 36)
// Packet: 0x02e0
-packetLen(0x02e0, 34) // ZC_BATTLEFIELD_NOTIFY_HP
+packetLen(0x02e0, 34)
// Packet: 0x02e1
-packetLen(0x02e1, 33) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, 33)
// Packet: 0x02e2
-packetLen(0x02e2, 20) // CZ_USE_ITEM_NEW_JAPEN
+packetLen(0x02e2, 20)
// Packet: 0x02e3
-packetLen(0x02e3, 22) // CZ_USE_SKILL_NEW_JAPEN
+packetLen(0x02e3, 22)
// Packet: 0x02e4
-packetLen(0x02e4, 11) // CZ_ITEM_PICKUP_NEW_JAPEN
+packetLen(0x02e4, 11)
// Packet: 0x02e5
-packetLen(0x02e5, 9) // CZ_REQUEST_MOVE_NEW_JAPEN
+packetLen(0x02e5, 9)
// Packet: 0x02e6
-packetLen(0x02e6, 6) // CZ_BOT_CHECK
+packetLen(0x02e6, 6)
// Packet: 0x02e7
-packetLen(0x02e7, -1) // ZC_MAPPROPERTY
+packetLen(0x02e7, -1)
// Packet: 0x02e8
-packetLen(0x02e8, -1) // ZC_NORMAL_ITEMLIST3
+packetLen(0x02e8, -1)
// Packet: 0x02e9
-packetLen(0x02e9, -1) // ZC_CART_NORMAL_ITEMLIST3
+packetLen(0x02e9, -1)
// Packet: 0x02ea
-packetLen(0x02ea, -1) // ZC_STORE_NORMAL_ITEMLIST3
+packetLen(0x02ea, -1)
// Packet: 0x02eb
-packetLen(0x02eb, 13) // ZC_ACCEPT_ENTER2
+packetLen(0x02eb, 13)
// Packet: 0x02ec
-packetLen(0x02ec, 67) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 67)
// Packet: 0x02ed
-packetLen(0x02ed, 59) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, 59)
// Packet: 0x02ee
-packetLen(0x02ee, 60) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, 60)
// Packet: 0x02ef
-packetLen(0x02ef, 8) // ZC_NOTIFY_FONT
+packetLen(0x02ef, 8)
// Packet: 0x02f0
-packetLen(0x02f0, 10) // ZC_PROGRESS
+packetLen(0x02f0, 10)
// Packet: 0x02f1
-packetLen(0x02f1, 2) // CZ_PROGRESS
+packetLen(0x02f1, 2)
// Packet: 0x02f2
-packetLen(0x02f2, 2) // ZC_PROGRESS_CANCEL
+packetLen(0x02f2, 2)
// Packet: 0x02f3
-packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+packetLen(0x02f3, -1)
// Packet: 0x02f4
-packetLen(0x02f4, 3) // ZC_IRMAIL_SEND_RES
+packetLen(0x02f4, 3)
// Packet: 0x02f5
-packetLen(0x02f5, 7) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, 7)
// Packet: 0x02f6
-packetLen(0x02f6, 7) // CZ_IRMAIL_LIST
+packetLen(0x02f6, 7)
// Packet: 0x035c
-packetLen(0x035c, 2) // CZ_OPEN_SIMPLE_CASHSHOP_ITEMLIST
+packetLen(0x035c, 2)
// Packet: 0x035d
-packetLen(0x035d, -1) // ZC_SIMPLE_CASHSHOP_POINT_ITEMLIST
+packetLen(0x035d, -1)
// Packet: 0x035e
-packetLen(0x035e, 2) // CZ_CLOSE_WINDOW
+packetLen(0x035e, 2)
// Packet: 0x035f
#if PACKETVER >= 20161228
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20161207
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20161130
-packetLen(0x035f, 5) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 5)
#elif PACKETVER >= 20161123
-packetLen(0x035f, 18) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 18)
#elif PACKETVER >= 20161026
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20161019
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20161005
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20160921
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20160913
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20160907
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20160831
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20160824
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20160706
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20160629
-packetLen(0x035f, 4) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 4)
#elif PACKETVER >= 20160622
-packetLen(0x035f, 8) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 8)
#elif PACKETVER >= 20160615
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20160608
-packetLen(0x035f, 26) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 26)
#elif PACKETVER >= 20160511
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20160504
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20160427
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20160420
-packetLen(0x035f, 26) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 26)
#elif PACKETVER >= 20160414
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20160406
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20160316
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20160302
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20160224
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20160217
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20160211
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20160203
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20160120
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20160113
-packetLen(0x035f, 18) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 18)
#elif PACKETVER >= 20160106
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#endif
// Packet: 0x0360
#if PACKETVER >= 20161221
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20161214
-packetLen(0x0360, 5) // CZ_REQUEST_TIME2
+packetLen(0x0360, 5)
#elif PACKETVER >= 20161130
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20161026
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20161019
-packetLen(0x0360, 5) // CZ_REQUEST_TIME2
+packetLen(0x0360, 5)
#elif PACKETVER >= 20160928
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20160921
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20160913
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20160907
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20160831
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20160824
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20160615
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20160511
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20160504
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20160414
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20160406
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20160316
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20160217
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20160120
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20160113
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20160106
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#endif
// Packet: 0x0361
#if PACKETVER >= 20161214
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20161207
-packetLen(0x0361, 19) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 19)
#elif PACKETVER >= 20161130
-packetLen(0x0361, 6) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 6)
#elif PACKETVER >= 20161109
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20161102
-packetLen(0x0361, 8) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 8)
#elif PACKETVER >= 20161026
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20161019
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20160928
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20160921
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20160913
-packetLen(0x0361, 18) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 18)
#elif PACKETVER >= 20160907
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20160831
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20160824
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20160817
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20160810
-packetLen(0x0361, 36) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 36)
#elif PACKETVER >= 20160629
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20160622
-packetLen(0x0361, 26) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 26)
#elif PACKETVER >= 20160504
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20160427
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20160323
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20160316
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20160309
-packetLen(0x0361, 26) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 26)
#elif PACKETVER >= 20160211
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20160203
-packetLen(0x0361, 26) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 26)
#elif PACKETVER >= 20160127
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20160120
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20160106
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#endif
// Packet: 0x0362
#if PACKETVER >= 20161228
-packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+packetLen(0x0362, -1)
#elif PACKETVER >= 20161221
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20161207
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20161130
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20161123
-packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+packetLen(0x0362, -1)
#elif PACKETVER >= 20161116
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20161109
-packetLen(0x0362, 8) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 8)
#elif PACKETVER >= 20161026
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20161012
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20160928
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20160921
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20160913
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20160907
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20160831
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20160824
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20160803
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20160727
-packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+packetLen(0x0362, -1)
#elif PACKETVER >= 20160720
-packetLen(0x0362, 90) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 90)
#elif PACKETVER >= 20160713
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20160706
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20160525
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20160511
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20160504
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20160427
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20160420
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20160414
-packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+packetLen(0x0362, -1)
#elif PACKETVER >= 20160323
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20160316
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20160224
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20160217
-packetLen(0x0362, 5) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 5)
#elif PACKETVER >= 20160211
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20160203
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20160120
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20160106
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#endif
// Packet: 0x0363
#if PACKETVER >= 20161207
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20161130
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20161102
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20161026
-packetLen(0x0363, 36) // CZ_ITEM_THROW2
+packetLen(0x0363, 36)
#elif PACKETVER >= 20161019
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20160928
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20160921
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20160913
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20160907
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20160831
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20160824
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20160803
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20160727
-packetLen(0x0363, 26) // CZ_ITEM_THROW2
+packetLen(0x0363, 26)
#elif PACKETVER >= 20160720
-packetLen(0x0363, 10) // CZ_ITEM_THROW2
+packetLen(0x0363, 10)
#elif PACKETVER >= 20160713
-packetLen(0x0363, 5) // CZ_ITEM_THROW2
+packetLen(0x0363, 5)
#elif PACKETVER >= 20160706
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20160629
-packetLen(0x0363, 6) // CZ_ITEM_THROW2
+packetLen(0x0363, 6)
#elif PACKETVER >= 20160622
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20160615
-packetLen(0x0363, 19) // CZ_ITEM_THROW2
+packetLen(0x0363, 19)
#elif PACKETVER >= 20160525
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20160511
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20160504
-packetLen(0x0363, -1) // CZ_ITEM_THROW2
+packetLen(0x0363, -1)
#elif PACKETVER >= 20160427
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20160420
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20160414
-packetLen(0x0363, 6) // CZ_ITEM_THROW2
+packetLen(0x0363, 6)
#elif PACKETVER >= 20160323
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20160316
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20160217
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20160211
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20160203
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20160120
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20160106
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#endif
// Packet: 0x0364
#if PACKETVER >= 20161221
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20161214
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20161207
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20161130
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20161026
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20161019
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20161012
-packetLen(0x0364, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, -1)
#elif PACKETVER >= 20160928
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20160921
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20160913
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20160907
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20160831
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20160824
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20160817
-packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 6)
#elif PACKETVER >= 20160810
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20160803
-packetLen(0x0364, 19) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 19)
#elif PACKETVER >= 20160720
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20160713
-packetLen(0x0364, -1) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, -1)
#elif PACKETVER >= 20160622
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20160615
-packetLen(0x0364, 36) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 36)
#elif PACKETVER >= 20160525
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20160511
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20160504
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20160427
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20160414
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20160406
-packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 6)
#elif PACKETVER >= 20160323
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20160316
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20160309
-packetLen(0x0364, 36) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 36)
#elif PACKETVER >= 20160302
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20160224
-packetLen(0x0364, 10) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 10)
#elif PACKETVER >= 20160217
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20160211
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20160203
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20160120
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20160106
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#endif
// Packet: 0x0365
#if PACKETVER >= 20161207
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20161130
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20161116
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20161109
-packetLen(0x0365, 6) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 6)
#elif PACKETVER >= 20161026
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20161019
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20161012
-packetLen(0x0365, 6) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 6)
#elif PACKETVER >= 20160928
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20160921
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20160913
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20160907
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20160831
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20160824
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20160727
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20160720
-packetLen(0x0365, 7) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 7)
#elif PACKETVER >= 20160525
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20160511
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20160504
-packetLen(0x0365, 4) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 4)
#elif PACKETVER >= 20160427
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20160406
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20160330
-packetLen(0x0365, 36) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 36)
#elif PACKETVER >= 20160323
-packetLen(0x0365, 26) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 26)
#elif PACKETVER >= 20160316
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20160224
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20160217
-packetLen(0x0365, 12) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 12)
#elif PACKETVER >= 20160211
-packetLen(0x0365, 36) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 36)
#elif PACKETVER >= 20160203
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20160120
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20160106
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#endif
// Packet: 0x0366
#if PACKETVER >= 20161228
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20161221
-packetLen(0x0366, 6) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 6)
#elif PACKETVER >= 20161130
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20161116
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20161109
-packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, -1)
#elif PACKETVER >= 20161026
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20161019
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20161005
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20160928
-packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, -1)
#elif PACKETVER >= 20160921
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20160913
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20160907
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20160831
-packetLen(0x0366, 6) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 6)
#elif PACKETVER >= 20160824
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20160629
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20160622
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20160608
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20160511
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20160504
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20160414
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20160330
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20160316
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20160302
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20160224
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20160217
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20160120
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20160113
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20160106
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#endif
// Packet: 0x0367
#if PACKETVER >= 20161109
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20161102
-packetLen(0x0367, 4) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 4)
#elif PACKETVER >= 20160309
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20160302
-packetLen(0x0367, 6) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 6)
#elif PACKETVER >= 20160106
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#endif
// Packet: 0x0368
#if PACKETVER >= 20161221
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20161130
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20161123
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20161116
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20161026
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20161019
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20161012
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20161005
-packetLen(0x0368, 7) // CZ_REQNAME2
+packetLen(0x0368, 7)
#elif PACKETVER >= 20160928
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20160921
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20160913
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20160907
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20160831
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20160824
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20160706
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20160629
-packetLen(0x0368, -1) // CZ_REQNAME2
+packetLen(0x0368, -1)
#elif PACKETVER >= 20160615
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20160511
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20160504
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20160414
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20160406
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20160309
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20160302
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20160224
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20160217
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20160120
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20160113
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20160106
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#endif
// Packet: 0x0369
#if PACKETVER >= 20161221
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20161214
-packetLen(0x0369, 19) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 19)
#elif PACKETVER >= 20161207
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20161130
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20161123
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20161116
-packetLen(0x0369, 8) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 8)
#elif PACKETVER >= 20161026
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20161019
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20161012
-packetLen(0x0369, 26) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 26)
#elif PACKETVER >= 20160928
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20160921
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20160913
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20160907
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20160831
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20160824
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20160622
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20160615
-packetLen(0x0369, 5) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 5)
#elif PACKETVER >= 20160511
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20160504
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20160414
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20160406
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20160316
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20160302
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20160224
-packetLen(0x0369, 8) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 8)
#elif PACKETVER >= 20160217
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20160120
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20160113
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20160106
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#endif
// Packet: 0x03dd
-packetLen(0x03dd, 18) // AHC_GAME_GUARD
+packetLen(0x03dd, 18)
// Packet: 0x03de
-packetLen(0x03de, 18) // CAH_ACK_GAME_GUARD
+packetLen(0x03de, 18)
// Packet: 0x0436
#if PACKETVER >= 20161221
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20161214
-packetLen(0x0436, 7) // CZ_ENTER2
+packetLen(0x0436, 7)
#elif PACKETVER >= 20161109
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20161102
-packetLen(0x0436, 7) // CZ_ENTER2
+packetLen(0x0436, 7)
#elif PACKETVER >= 20161005
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20160928
-packetLen(0x0436, 6) // CZ_ENTER2
+packetLen(0x0436, 6)
#elif PACKETVER >= 20160921
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20160913
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20160907
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20160831
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20160824
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20160803
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20160727
-packetLen(0x0436, 90) // CZ_ENTER2
+packetLen(0x0436, 90)
#elif PACKETVER >= 20160713
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20160706
-packetLen(0x0436, 6) // CZ_ENTER2
+packetLen(0x0436, 6)
#elif PACKETVER >= 20160615
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20160608
-packetLen(0x0436, 5) // CZ_ENTER2
+packetLen(0x0436, 5)
#elif PACKETVER >= 20160525
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20160518
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20160504
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20160427
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20160323
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20160316
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20160302
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20160224
-packetLen(0x0436, 6) // CZ_ENTER2
+packetLen(0x0436, 6)
#elif PACKETVER >= 20160217
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20160211
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20160203
-packetLen(0x0436, -1) // CZ_ENTER2
+packetLen(0x0436, -1)
#elif PACKETVER >= 20160120
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20160106
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#endif
// Packet: 0x0437
#if PACKETVER >= 20161221
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20161130
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20161123
-packetLen(0x0437, 6) // CZ_REQUEST_ACT2
+packetLen(0x0437, 6)
#elif PACKETVER >= 20161026
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20161019
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20160928
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20160921
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20160913
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20160907
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20160831
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20160824
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20160817
-packetLen(0x0437, 26) // CZ_REQUEST_ACT2
+packetLen(0x0437, 26)
#elif PACKETVER >= 20160629
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20160622
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20160615
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20160608
-packetLen(0x0437, 19) // CZ_REQUEST_ACT2
+packetLen(0x0437, 19)
#elif PACKETVER >= 20160511
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20160504
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20160414
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20160406
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20160316
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20160217
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20160211
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20160203
-packetLen(0x0437, 6) // CZ_REQUEST_ACT2
+packetLen(0x0437, 6)
#elif PACKETVER >= 20160120
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20160113
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20160106
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#endif
// Packet: 0x0438
#if PACKETVER >= 20161228
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20161221
-packetLen(0x0438, 5) // CZ_USE_SKILL2
+packetLen(0x0438, 5)
#elif PACKETVER >= 20161130
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20161102
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20161026
-packetLen(0x0438, 5) // CZ_USE_SKILL2
+packetLen(0x0438, 5)
#elif PACKETVER >= 20161019
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20160928
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20160921
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20160913
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20160907
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20160831
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20160824
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20160803
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20160727
-packetLen(0x0438, 6) // CZ_USE_SKILL2
+packetLen(0x0438, 6)
#elif PACKETVER >= 20160615
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20160511
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20160504
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20160414
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20160406
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20160316
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20160302
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20160224
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20160217
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20160120
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20160113
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20160106
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#endif
// Packet: 0x0439
-packetLen(0x0439, 8) // CZ_USE_ITEM2
+packetLen(0x0439, 8)
// Packet: 0x043d
-packetLen(0x043d, 8) // ZC_SKILL_POSTDELAY
+packetLen(0x043d, 8)
// Packet: 0x043e
-packetLen(0x043e, -1) // ZC_SKILL_POSTDELAY_LIST
+packetLen(0x043e, -1)
// Packet: 0x043f
-packetLen(0x043f, 25) // ZC_MSG_STATE_CHANGE2
+packetLen(0x043f, 25)
// Packet: 0x0440
-packetLen(0x0440, 10) // ZC_MILLENNIUMSHIELD
+packetLen(0x0440, 10)
// Packet: 0x0441
-packetLen(0x0441, 4) // ZC_SKILLINFO_DELETE
+packetLen(0x0441, 4)
// Packet: 0x0442
-packetLen(0x0442, -1) // ZC_SKILL_SELECT_REQUEST
+packetLen(0x0442, -1)
// Packet: 0x0443
-packetLen(0x0443, 8) // CZ_SKILL_SELECT_RESPONSE
+packetLen(0x0443, 8)
// Packet: 0x0444
-packetLen(0x0444, -1) // ZC_SIMPLE_CASH_POINT_ITEMLIST
+packetLen(0x0444, -1)
// Packet: 0x0445
-packetLen(0x0445, 10) // CZ_SIMPLE_BUY_CASH_POINT_ITEM
+packetLen(0x0445, 10)
// Packet: 0x0446
-packetLen(0x0446, 14) // ZC_QUEST_NOTIFY_EFFECT
+packetLen(0x0446, 14)
// Packet: 0x0447
-packetLen(0x0447, 2) // CZ_BLOCKING_PLAY_CANCEL
+packetLen(0x0447, 2)
// Packet: 0x0448
-packetLen(0x0448, -1) // HC_CHARACTER_LIST
+packetLen(0x0448, -1)
// Packet: 0x0449
-packetLen(0x0449, 4) // ZC_HACKSH_ERROR_MSG
+packetLen(0x0449, 4)
// Packet: 0x044a
-packetLen(0x044a, 6) // CZ_CLIENT_VERSION
+packetLen(0x044a, 6)
// Packet: 0x044b
-packetLen(0x044b, 2) // CZ_CLOSE_SIMPLECASH_SHOP
+packetLen(0x044b, 2)
// Packet: 0x07d7
-packetLen(0x07d7, 8) // CZ_GROUPINFO_CHANGE_V2
+packetLen(0x07d7, 8)
// Packet: 0x07d8
-packetLen(0x07d8, 8) // ZC_REQ_GROUPINFO_CHANGE_V2
+packetLen(0x07d8, 8)
// Packet: 0x07d9
-packetLen(0x07d9, 268) // ZC_SHORTCUT_KEY_LIST_V2
+packetLen(0x07d9, 268)
// Packet: 0x07da
-packetLen(0x07da, 6) // CZ_CHANGE_GROUP_MASTER
+packetLen(0x07da, 6)
// Packet: 0x07db
-packetLen(0x07db, 8) // ZC_HO_PAR_CHANGE
+packetLen(0x07db, 8)
// Packet: 0x07dc
-packetLen(0x07dc, 6) // CZ_SEEK_PARTY
+packetLen(0x07dc, 6)
// Packet: 0x07dd
-packetLen(0x07dd, 54) // ZC_SEEK_PARTY
+packetLen(0x07dd, 54)
// Packet: 0x07de
-packetLen(0x07de, 30) // CZ_SEEK_PARTY_MEMBER
+packetLen(0x07de, 30)
// Packet: 0x07df
-packetLen(0x07df, 54) // ZC_SEEK_PARTY_MEMBER
+packetLen(0x07df, 54)
// Packet: 0x07e0
-packetLen(0x07e0, 58) // ZC_ES_NOTI_MYINFO
+packetLen(0x07e0, 58)
// Packet: 0x07e1
-packetLen(0x07e1, 15) // ZC_SKILLINFO_UPDATE2
+packetLen(0x07e1, 15)
// Packet: 0x07e2
-packetLen(0x07e2, 8) // ZC_MSG_VALUE
+packetLen(0x07e2, 8)
// Packet: 0x07e3
-packetLen(0x07e3, 6) // ZC_ITEMLISTWIN_OPEN
+packetLen(0x07e3, 6)
// Packet: 0x07e4
#if PACKETVER >= 20161207
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20161130
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20161026
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20161019
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20160928
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20160921
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20160913
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20160907
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20160831
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20160817
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20160727
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20160720
-packetLen(0x07e4, 19) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 19)
#elif PACKETVER >= 20160629
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20160622
-packetLen(0x07e4, 5) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 5)
#elif PACKETVER >= 20160525
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20160511
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20160504
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20160427
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20160414
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20160406
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20160323
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20160316
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20160217
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20160211
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20160203
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20160120
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20160106
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#endif
// Packet: 0x07e5
-packetLen(0x07e5, 4) // CH_ENTER_CHECKBOT
+packetLen(0x07e5, 4)
// Packet: 0x07e6
-packetLen(0x07e6, 8) // ZC_MSG_SKILL
+packetLen(0x07e6, 8)
// Packet: 0x07e7
-packetLen(0x07e7, 32) // CH_CHECKBOT
+packetLen(0x07e7, 32)
// Packet: 0x07e8
-packetLen(0x07e8, -1) // HC_CHECKBOT
+packetLen(0x07e8, -1)
// Packet: 0x07e9
-packetLen(0x07e9, 5) // HC_CHECKBOT_RESULT
+packetLen(0x07e9, 5)
// Packet: 0x07ea
-packetLen(0x07ea, 2) // CZ_BATTLE_FIELD_LIST
+packetLen(0x07ea, 2)
// Packet: 0x07eb
-packetLen(0x07eb, -1) // ZC_BATTLE_FIELD_LIST
+packetLen(0x07eb, -1)
// Packet: 0x07ec
#if PACKETVER >= 20161207
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20161130
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20161026
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20161019
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20161012
-packetLen(0x07ec, -1) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, -1)
#elif PACKETVER >= 20160928
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20160921
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20160913
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20160907
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20160831
-packetLen(0x07ec, 6) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 6)
#elif PACKETVER >= 20160824
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20160803
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20160727
-packetLen(0x07ec, 6) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 6)
#elif PACKETVER >= 20160615
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20160608
-packetLen(0x07ec, 5) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 5)
#elif PACKETVER >= 20160525
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20160511
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20160504
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20160427
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20160323
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20160316
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20160217
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20160211
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20160203
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20160120
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20160113
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20160106
-packetLen(0x07ec, 5) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 5)
#endif
// Packet: 0x07ed
-packetLen(0x07ed, 10) // ZC_JOIN_BATTLE_FIELD
+packetLen(0x07ed, 10)
// Packet: 0x07ee
-packetLen(0x07ee, 6) // CZ_CANCEL_BATTLE_FIELD
+packetLen(0x07ee, 6)
// Packet: 0x07ef
-packetLen(0x07ef, 8) // ZC_CANCEL_BATTLE_FIELD
+packetLen(0x07ef, 8)
// Packet: 0x07f0
-packetLen(0x07f0, 6) // CZ_REQ_BATTLE_STATE_MONITOR
+packetLen(0x07f0, 6)
// Packet: 0x07f1
-packetLen(0x07f1, 18) // ZC_ACK_BATTLE_STATE_MONITOR
+packetLen(0x07f1, 18)
// Packet: 0x07f2
-packetLen(0x07f2, 8) // ZC_BATTLE_NOTI_START_STEP
+packetLen(0x07f2, 8)
// Packet: 0x07f3
-packetLen(0x07f3, 6) // ZC_BATTLE_JOIN_NOTI_DEFER
+packetLen(0x07f3, 6)
// Packet: 0x07f4
-packetLen(0x07f4, 3) // ZC_BATTLE_JOIN_DISABLE_STATE
+packetLen(0x07f4, 3)
// Packet: 0x07f5
-packetLen(0x07f5, 6) // CZ_GM_FULLSTRIP
+packetLen(0x07f5, 6)
// Packet: 0x07f6
-packetLen(0x07f6, 14) // ZC_NOTIFY_EXP
+packetLen(0x07f6, 14)
// Packet: 0x07f7
-packetLen(0x07f7, -1) // ZC_NOTIFY_MOVEENTRY7
+packetLen(0x07f7, -1)
// Packet: 0x07f8
-packetLen(0x07f8, -1) // ZC_NOTIFY_NEWENTRY5
+packetLen(0x07f8, -1)
// Packet: 0x07f9
-packetLen(0x07f9, -1) // ZC_NOTIFY_STANDENTRY5
+packetLen(0x07f9, -1)
// Packet: 0x07fa
-packetLen(0x07fa, 8) // ZC_DELETE_ITEM_FROM_BODY
+packetLen(0x07fa, 8)
// Packet: 0x07fb
-packetLen(0x07fb, 25) // ZC_USESKILL_ACK2
+packetLen(0x07fb, 25)
// Packet: 0x07fc
-packetLen(0x07fc, 10) // ZC_CHANGE_GROUP_MASTER
+packetLen(0x07fc, 10)
// Packet: 0x07fd
-packetLen(0x07fd, -1) // ZC_BROADCASTING_SPECIAL_ITEM_OBTAIN
+packetLen(0x07fd, -1)
// Packet: 0x07fe
-packetLen(0x07fe, 26) // ZC_PLAY_NPC_BGM
+packetLen(0x07fe, 26)
// Packet: 0x0800
-packetLen(0x0800, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC2
+packetLen(0x0800, -1)
// Packet: 0x0801
-packetLen(0x0801, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC2
+packetLen(0x0801, -1)
// Packet: 0x0802
#if PACKETVER >= 20161207
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20161130
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20161109
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20161102
-packetLen(0x0802, 6) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 6)
#elif PACKETVER >= 20161026
-packetLen(0x0802, 18) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 18)
#elif PACKETVER >= 20161019
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20160928
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20160921
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20160913
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20160907
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20160831
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20160824
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20160615
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20160608
-packetLen(0x0802, 6) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 6)
#elif PACKETVER >= 20160525
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20160511
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20160504
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20160427
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20160323
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20160316
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20160309
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20160302
-packetLen(0x0802, 19) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 19)
#elif PACKETVER >= 20160217
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20160211
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20160203
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20160120
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20160106
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#endif
// Packet: 0x0803
-packetLen(0x0803, 4) // ZC_PARTY_BOOKING_ACK_REGISTER
+packetLen(0x0803, 4)
// Packet: 0x0804
-packetLen(0x0804, 14) // CZ_PARTY_BOOKING_REQ_SEARCH
+packetLen(0x0804, 14)
// Packet: 0x0805
-packetLen(0x0805, -1) // ZC_PARTY_BOOKING_ACK_SEARCH
+packetLen(0x0805, -1)
// Packet: 0x0806
-packetLen(0x0806, 2) // CZ_PARTY_BOOKING_REQ_DELETE
+packetLen(0x0806, 2)
// Packet: 0x0807
-packetLen(0x0807, 4) // ZC_PARTY_BOOKING_ACK_DELETE
+packetLen(0x0807, 4)
// Packet: 0x0808
-packetLen(0x0808, 14) // CZ_PARTY_BOOKING_REQ_UPDATE
+packetLen(0x0808, 14)
// Packet: 0x0809
-packetLen(0x0809, 50) // ZC_PARTY_BOOKING_NOTIFY_INSERT
+packetLen(0x0809, 50)
// Packet: 0x080a
-packetLen(0x080a, 18) // ZC_PARTY_BOOKING_NOTIFY_UPDATE
+packetLen(0x080a, 18)
// Packet: 0x080b
-packetLen(0x080b, 6) // ZC_PARTY_BOOKING_NOTIFY_DELETE
+packetLen(0x080b, 6)
// Packet: 0x080c
-packetLen(0x080c, 2) // CZ_SIMPLE_CASH_BTNSHOW
+packetLen(0x080c, 2)
// Packet: 0x080d
-packetLen(0x080d, 3) // ZC_SIMPLE_CASH_BTNSHOW
+packetLen(0x080d, 3)
// Packet: 0x080e
-packetLen(0x080e, 14) // ZC_NOTIFY_HP_TO_GROUPM_R2
+packetLen(0x080e, 14)
// Packet: 0x080f
-packetLen(0x080f, 20) // ZC_ADD_EXCHANGE_ITEM2
+packetLen(0x080f, 20)
// Packet: 0x0810
-packetLen(0x0810, 3) // ZC_OPEN_BUYING_STORE
+packetLen(0x0810, 3)
// Packet: 0x0811
#if PACKETVER >= 20161221
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20161130
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20161026
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20161019
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20161005
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20160928
-packetLen(0x0811, 8) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 8)
#elif PACKETVER >= 20160921
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20160913
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20160907
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20160831
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20160824
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20160817
-packetLen(0x0811, 4) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 4)
#elif PACKETVER >= 20160608
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20160511
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20160504
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20160414
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20160406
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20160316
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20160302
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20160224
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20160217
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20160211
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20160203
-packetLen(0x0811, 5) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 5)
#elif PACKETVER >= 20160120
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20160113
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20160106
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#endif
// Packet: 0x0812
-packetLen(0x0812, 8) // ZC_FAILED_OPEN_BUYING_STORE_TO_BUYER
+packetLen(0x0812, 8)
// Packet: 0x0813
-packetLen(0x0813, -1) // ZC_MYITEMLIST_BUYING_STORE
+packetLen(0x0813, -1)
// Packet: 0x0814
-packetLen(0x0814, 86) // ZC_BUYING_STORE_ENTRY
+packetLen(0x0814, 86)
// Packet: 0x0815
#if PACKETVER >= 20161221
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20161130
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20161026
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20161019
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20160928
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20160921
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20160913
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20160907
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20160831
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20160824
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20160615
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20160511
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20160504
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20160414
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20160406
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20160316
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20160302
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20160224
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20160217
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20160120
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20160113
-packetLen(0x0815, 36) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 36)
#elif PACKETVER >= 20160106
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#endif
// Packet: 0x0816
-packetLen(0x0816, 6) // ZC_DISAPPEAR_BUYING_STORE_ENTRY
+packetLen(0x0816, 6)
// Packet: 0x0817
#if PACKETVER >= 20161228
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20161221
-packetLen(0x0817, 8) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 8)
#elif PACKETVER >= 20160921
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20160913
-packetLen(0x0817, 8) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 8)
#elif PACKETVER >= 20160608
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20160601
-packetLen(0x0817, 26) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 26)
#elif PACKETVER >= 20160106
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#endif
// Packet: 0x0818
-packetLen(0x0818, -1) // ZC_ACK_ITEMLIST_BUYING_STORE
+packetLen(0x0818, -1)
// Packet: 0x0819
#if PACKETVER >= 20161221
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20161214
-packetLen(0x0819, 4) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 4)
#elif PACKETVER >= 20161130
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20161026
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20161019
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20161012
-packetLen(0x0819, 26) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 26)
#elif PACKETVER >= 20160928
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20160921
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20160913
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20160907
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20160831
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20160824
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20160817
-packetLen(0x0819, 6) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 6)
#elif PACKETVER >= 20160810
-packetLen(0x0819, 10) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 10)
#elif PACKETVER >= 20160727
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20160720
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20160615
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20160511
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20160427
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20160420
-packetLen(0x0819, 5) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 5)
#elif PACKETVER >= 20160414
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20160406
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20160316
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20160309
-packetLen(0x0819, 10) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 10)
#elif PACKETVER >= 20160302
-packetLen(0x0819, 5) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 5)
#elif PACKETVER >= 20160224
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20160217
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20160211
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20160203
-packetLen(0x0819, 19) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 19)
#elif PACKETVER >= 20160120
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20160113
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20160106
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#endif
// Packet: 0x081a
-packetLen(0x081a, 4) // ZC_FAILED_TRADE_BUYING_STORE_TO_BUYER
+packetLen(0x081a, 4)
// Packet: 0x081b
-packetLen(0x081b, 10) // ZC_UPDATE_ITEM_FROM_BUYING_STORE
+packetLen(0x081b, 10)
// Packet: 0x081c
-packetLen(0x081c, 10) // ZC_ITEM_DELETE_BUYING_STORE
+packetLen(0x081c, 10)
// Packet: 0x081d
-packetLen(0x081d, 22) // ZC_EL_INIT
+packetLen(0x081d, 22)
// Packet: 0x081e
-packetLen(0x081e, 8) // ZC_EL_PAR_CHANGE
+packetLen(0x081e, 8)
// Packet: 0x081f
-packetLen(0x081f, -1) // ZC_BROADCAST4
+packetLen(0x081f, -1)
// Packet: 0x0820
-packetLen(0x0820, 11) // ZC_COSTUME_SPRITE_CHANGE
+packetLen(0x0820, 11)
// Packet: 0x0821
-packetLen(0x0821, 2) // AC_OTP_USER
+packetLen(0x0821, 2)
// Packet: 0x0822
-packetLen(0x0822, 9) // CA_OTP_AUTH_REQ
+packetLen(0x0822, 9)
// Packet: 0x0823
-packetLen(0x0823, -1) // AC_OTP_AUTH_ACK
+packetLen(0x0823, -1)
// Packet: 0x0824
-packetLen(0x0824, 6) // ZC_FAILED_TRADE_BUYING_STORE_TO_SELLER
+packetLen(0x0824, 6)
// Packet: 0x0825
-packetLen(0x0825, -1) // CA_SSO_LOGIN_REQ
+packetLen(0x0825, -1)
// Packet: 0x0827
-packetLen(0x0827, 6) // CH_DELETE_CHAR3_RESERVED
+packetLen(0x0827, 6)
// Packet: 0x0828
-packetLen(0x0828, 14) // HC_DELETE_CHAR3_RESERVED
+packetLen(0x0828, 14)
// Packet: 0x0829
-packetLen(0x0829, 12) // CH_DELETE_CHAR3
+packetLen(0x0829, 12)
// Packet: 0x082a
-packetLen(0x082a, 10) // HC_DELETE_CHAR3
+packetLen(0x082a, 10)
// Packet: 0x082b
-packetLen(0x082b, 6) // CH_DELETE_CHAR3_CANCEL
+packetLen(0x082b, 6)
// Packet: 0x082c
-packetLen(0x082c, 10) // HC_DELETE_CHAR3_CANCEL
+packetLen(0x082c, 10)
// Packet: 0x082d
-packetLen(0x082d, -1) // HC_ACCEPT_ENTER2
+packetLen(0x082d, -1)
// Packet: 0x0835
#if PACKETVER >= 20161123
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20161116
-packetLen(0x0835, 26) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 26)
#elif PACKETVER >= 20161109
-packetLen(0x0835, 6) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 6)
#elif PACKETVER >= 20160907
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20160831
-packetLen(0x0835, 19) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 19)
#elif PACKETVER >= 20160504
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20160427
-packetLen(0x0835, 36) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 36)
#elif PACKETVER >= 20160211
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20160203
-packetLen(0x0835, -1) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, -1)
#elif PACKETVER >= 20160106
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#endif
// Packet: 0x0836
-packetLen(0x0836, -1) // ZC_SEARCH_STORE_INFO_ACK
+packetLen(0x0836, -1)
// Packet: 0x0837
-packetLen(0x0837, 3) // ZC_SEARCH_STORE_INFO_FAILED
+packetLen(0x0837, 3)
// Packet: 0x0838
#if PACKETVER >= 20161221
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20161130
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20161109
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20161102
-packetLen(0x0838, -1) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, -1)
#elif PACKETVER >= 20161026
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20161019
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20161012
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20161005
-packetLen(0x0838, 36) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 36)
#elif PACKETVER >= 20160928
-packetLen(0x0838, 26) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 26)
#elif PACKETVER >= 20160921
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20160913
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20160907
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20160831
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20160824
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20160817
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20160810
-packetLen(0x0838, 26) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 26)
#elif PACKETVER >= 20160727
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20160720
-packetLen(0x0838, 5) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 5)
#elif PACKETVER >= 20160713
-packetLen(0x0838, 6) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 6)
#elif PACKETVER >= 20160615
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20160511
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20160504
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20160414
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20160406
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20160316
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20160309
-packetLen(0x0838, 5) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 5)
#elif PACKETVER >= 20160302
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20160224
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20160217
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20160120
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20160113
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20160106
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#endif
// Packet: 0x0839
-packetLen(0x0839, 66) // ZC_ACK_BAN_GUILD_SSO
+packetLen(0x0839, 66)
// Packet: 0x083a
-packetLen(0x083a, 5) // ZC_OPEN_SEARCH_STORE_INFO
+packetLen(0x083a, 5)
// Packet: 0x083b
-packetLen(0x083b, 2) // CZ_CLOSE_SEARCH_STORE_INFO
+packetLen(0x083b, 2)
// Packet: 0x083c
#if PACKETVER >= 20161221
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20161130
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20161109
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20161102
-packetLen(0x083c, 18) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 18)
#elif PACKETVER >= 20161026
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20161019
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20160928
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20160921
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20160913
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20160907
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20160831
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20160824
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20160817
-packetLen(0x083c, -1) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, -1)
#elif PACKETVER >= 20160622
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20160615
-packetLen(0x083c, 6) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 6)
#elif PACKETVER >= 20160511
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20160504
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20160414
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20160406
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20160316
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20160309
-packetLen(0x083c, 26) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 26)
#elif PACKETVER >= 20160302
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20160224
-packetLen(0x083c, 8) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 8)
#elif PACKETVER >= 20160217
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20160120
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20160113
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20160106
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#endif
// Packet: 0x083d
-packetLen(0x083d, 6) // ZC_SSILIST_ITEM_CLICK_ACK
+packetLen(0x083d, 6)
// Packet: 0x083e
-packetLen(0x083e, 26) // AC_REFUSE_LOGIN2
+packetLen(0x083e, 26)
// Packet: 0x0840
-packetLen(0x0840, -1) // HC_NOTIFY_ACCESSIBLE_MAPNAME
+packetLen(0x0840, -1)
// Packet: 0x0841
-packetLen(0x0841, 4) // CH_SELECT_ACCESSIBLE_MAPNAME
+packetLen(0x0841, 4)
// Packet: 0x0842
-packetLen(0x0842, 6) // CZ_RECALL_SSO
+packetLen(0x0842, 6)
// Packet: 0x0843
-packetLen(0x0843, 6) // CZ_REMOVE_AID_SSO
+packetLen(0x0843, 6)
// Packet: 0x0844
-packetLen(0x0844, 2) // CZ_SE_CASHSHOP_OPEN
+packetLen(0x0844, 2)
// Packet: 0x0845
-packetLen(0x0845, 10) // ZC_SE_CASHSHOP_OPEN
+packetLen(0x0845, 10)
// Packet: 0x0846
-packetLen(0x0846, 4) // CZ_REQ_SE_CASH_TAB_CODE
+packetLen(0x0846, 4)
// Packet: 0x0847
-packetLen(0x0847, -1) // ZC_ACK_SE_CASH_ITEM_LIST
+packetLen(0x0847, -1)
// Packet: 0x0848
-packetLen(0x0848, -1) // CZ_SE_PC_BUY_CASHITEM_LIST
+packetLen(0x0848, -1)
// Packet: 0x0849
-packetLen(0x0849, 16) // ZC_SE_PC_BUY_CASHITEM_RESULT
+packetLen(0x0849, 16)
// Packet: 0x084a
-packetLen(0x084a, 2) // CZ_SE_CASHSHOP_CLOSE
+packetLen(0x084a, 2)
// Packet: 0x084b
-packetLen(0x084b, 19) // ZC_ITEM_FALL_ENTRY4
+packetLen(0x084b, 19)
// Packet: 0x084c
-packetLen(0x084c, 10) // CZ_MACRO_USE_SKILL
+packetLen(0x084c, 10)
// Packet: 0x084d
-packetLen(0x084d, 10) // CZ_MACRO_USE_SKILL_TOGROUND
+packetLen(0x084d, 10)
// Packet: 0x084e
-packetLen(0x084e, 5) // CZ_MACRO_REQUEST_MOVE
+packetLen(0x084e, 5)
// Packet: 0x084f
-packetLen(0x084f, 6) // CZ_MACRO_ITEM_PICKUP
+packetLen(0x084f, 6)
// Packet: 0x0850
-packetLen(0x0850, 7) // CZ_MACRO_REQUEST_ACT
+packetLen(0x0850, 7)
// Packet: 0x0851
-packetLen(0x0851, -1) // ZC_GPK_DYNCODE
+packetLen(0x0851, -1)
// Packet: 0x0852
-packetLen(0x0852, 2) // CZ_GPK_DYNCODE_RELOAD
+packetLen(0x0852, 2)
// Packet: 0x0853
-packetLen(0x0853, -1) // ZC_GPK_AUTH
+packetLen(0x0853, -1)
// Packet: 0x0854
-packetLen(0x0854, -1) // CZ_GPK_AUTH
+packetLen(0x0854, -1)
// Packet: 0x0855
-packetLen(0x0855, 6) // ZC_MACRO_ITEMPICKUP_FAIL
+packetLen(0x0855, 6)
// Packet: 0x0856
-packetLen(0x0856, -1) // ZC_NOTIFY_MOVEENTRY8
+packetLen(0x0856, -1)
// Packet: 0x0857
-packetLen(0x0857, -1) // ZC_NOTIFY_STANDENTRY7
+packetLen(0x0857, -1)
// Packet: 0x0858
-packetLen(0x0858, -1) // ZC_NOTIFY_NEWENTRY6
+packetLen(0x0858, -1)
// Packet: 0x0859
-packetLen(0x0859, -1) // ZC_EQUIPWIN_MICROSCOPE2
+packetLen(0x0859, -1)
// Packet: 0x085a
#if PACKETVER >= 20161228
-packetLen(0x085a, 6) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 6)
#elif PACKETVER >= 20161221
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20161214
-packetLen(0x085a, -1) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, -1)
#elif PACKETVER >= 20161102
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20161026
-packetLen(0x085a, 8) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 8)
#elif PACKETVER >= 20160601
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20160525
-packetLen(0x085a, 4) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 4)
#elif PACKETVER >= 20160414
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20160406
-packetLen(0x085a, 18) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 18)
#elif PACKETVER >= 20160316
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20160309
-packetLen(0x085a, 8) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 8)
#elif PACKETVER >= 20160106
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#endif
// Packet: 0x085b
#if PACKETVER >= 20161228
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
#elif PACKETVER >= 20161221
-packetLen(0x085b, 90) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 90)
#elif PACKETVER >= 20161019
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
#elif PACKETVER >= 20161012
-packetLen(0x085b, 4) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 4)
#elif PACKETVER >= 20160921
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
#elif PACKETVER >= 20160913
-packetLen(0x085b, 12) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 12)
#elif PACKETVER >= 20160309
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
#elif PACKETVER >= 20160302
-packetLen(0x085b, 26) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 26)
#elif PACKETVER >= 20160120
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
#elif PACKETVER >= 20160113
-packetLen(0x085b, 5) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 5)
#elif PACKETVER >= 20160106
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
#endif
// Packet: 0x085c
#if PACKETVER >= 20161130
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
#elif PACKETVER >= 20161123
-packetLen(0x085c, 90) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 90)
#elif PACKETVER >= 20160824
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
#elif PACKETVER >= 20160817
-packetLen(0x085c, 6) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 6)
#elif PACKETVER >= 20160706
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
#elif PACKETVER >= 20160629
-packetLen(0x085c, 90) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 90)
#elif PACKETVER >= 20160615
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
#elif PACKETVER >= 20160608
-packetLen(0x085c, 8) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 8)
#elif PACKETVER >= 20160414
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
#elif PACKETVER >= 20160406
-packetLen(0x085c, 10) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 10)
#elif PACKETVER >= 20160106
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
#endif
// Packet: 0x085d
#if PACKETVER >= 20160817
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
#elif PACKETVER >= 20160810
-packetLen(0x085d, 12) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 12)
#elif PACKETVER >= 20160803
-packetLen(0x085d, 6) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 6)
#elif PACKETVER >= 20160106
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
#endif
// Packet: 0x085e
#if PACKETVER >= 20161228
-packetLen(0x085e, 5) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 5)
#elif PACKETVER >= 20161116
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#elif PACKETVER >= 20161109
-packetLen(0x085e, 90) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 90)
#elif PACKETVER >= 20160817
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#elif PACKETVER >= 20160810
-packetLen(0x085e, 6) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 6)
#elif PACKETVER >= 20160706
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#elif PACKETVER >= 20160629
-packetLen(0x085e, 8) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 8)
#elif PACKETVER >= 20160601
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#elif PACKETVER >= 20160525
-packetLen(0x085e, 6) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 6)
#elif PACKETVER >= 20160518
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#elif PACKETVER >= 20160511
-packetLen(0x085e, 5) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 5)
#elif PACKETVER >= 20160203
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#elif PACKETVER >= 20160127
-packetLen(0x085e, 5) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 5)
#elif PACKETVER >= 20160106
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#endif
// Packet: 0x085f
#if PACKETVER >= 20161123
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#elif PACKETVER >= 20161116
-packetLen(0x085f, 6) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 6)
#elif PACKETVER >= 20161109
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#elif PACKETVER >= 20161102
-packetLen(0x085f, 10) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 10)
#elif PACKETVER >= 20161026
-packetLen(0x085f, 7) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 7)
#elif PACKETVER >= 20160817
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#elif PACKETVER >= 20160810
-packetLen(0x085f, 18) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 18)
#elif PACKETVER >= 20160713
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#elif PACKETVER >= 20160706
-packetLen(0x085f, 26) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 26)
#elif PACKETVER >= 20160511
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#elif PACKETVER >= 20160504
-packetLen(0x085f, 7) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 7)
#elif PACKETVER >= 20160316
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#elif PACKETVER >= 20160309
-packetLen(0x085f, 10) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 10)
#elif PACKETVER >= 20160106
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#endif
// Packet: 0x0860
#if PACKETVER >= 20160817
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#elif PACKETVER >= 20160810
-packetLen(0x0860, 6) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 6)
#elif PACKETVER >= 20160720
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#elif PACKETVER >= 20160713
-packetLen(0x0860, 6) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 6)
#elif PACKETVER >= 20160706
-packetLen(0x0860, 7) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 7)
#elif PACKETVER >= 20160629
-packetLen(0x0860, -1) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, -1)
#elif PACKETVER >= 20160106
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#endif
// Packet: 0x0861
#if PACKETVER >= 20161130
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#elif PACKETVER >= 20161123
-packetLen(0x0861, 5) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 5)
#elif PACKETVER >= 20161102
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#elif PACKETVER >= 20161026
-packetLen(0x0861, -1) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, -1)
#elif PACKETVER >= 20160706
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#elif PACKETVER >= 20160629
-packetLen(0x0861, 6) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 6)
#elif PACKETVER >= 20160622
-packetLen(0x0861, -1) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, -1)
#elif PACKETVER >= 20160302
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#elif PACKETVER >= 20160224
-packetLen(0x0861, 19) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 19)
#elif PACKETVER >= 20160113
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#elif PACKETVER >= 20160106
-packetLen(0x0861, 6) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 6)
#endif
// Packet: 0x0862
#if PACKETVER >= 20161221
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#elif PACKETVER >= 20161214
-packetLen(0x0862, 26) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 26)
#elif PACKETVER >= 20161102
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#elif PACKETVER >= 20161026
-packetLen(0x0862, 6) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 6)
#elif PACKETVER >= 20160420
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#elif PACKETVER >= 20160414
-packetLen(0x0862, 19) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 19)
#elif PACKETVER >= 20160106
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#endif
// Packet: 0x0863
#if PACKETVER >= 20161019
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20161012
-packetLen(0x0863, 7) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 7)
#elif PACKETVER >= 20161005
-packetLen(0x0863, 6) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 6)
#elif PACKETVER >= 20160706
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20160629
-packetLen(0x0863, 6) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 6)
#elif PACKETVER >= 20160608
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20160601
-packetLen(0x0863, 6) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 6)
#elif PACKETVER >= 20160106
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#endif
// Packet: 0x0864
#if PACKETVER >= 20161123
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#elif PACKETVER >= 20161116
-packetLen(0x0864, 26) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 26)
#elif PACKETVER >= 20161005
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#elif PACKETVER >= 20160928
-packetLen(0x0864, 8) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 8)
#elif PACKETVER >= 20160427
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#elif PACKETVER >= 20160420
-packetLen(0x0864, 6) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 6)
#elif PACKETVER >= 20160309
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#elif PACKETVER >= 20160302
-packetLen(0x0864, -1) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, -1)
#elif PACKETVER >= 20160224
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#elif PACKETVER >= 20160217
-packetLen(0x0864, 8) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 8)
#elif PACKETVER >= 20160120
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#elif PACKETVER >= 20160113
-packetLen(0x0864, 6) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 6)
#elif PACKETVER >= 20160106
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#endif
// Packet: 0x0865
#if PACKETVER >= 20161228
-packetLen(0x0865, 90) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 90)
#elif PACKETVER >= 20161116
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#elif PACKETVER >= 20161109
-packetLen(0x0865, 5) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 5)
#elif PACKETVER >= 20160921
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#elif PACKETVER >= 20160913
-packetLen(0x0865, 6) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 6)
#elif PACKETVER >= 20160907
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#elif PACKETVER >= 20160831
-packetLen(0x0865, 5) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 5)
#elif PACKETVER >= 20160720
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#elif PACKETVER >= 20160713
-packetLen(0x0865, -1) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, -1)
#elif PACKETVER >= 20160629
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#elif PACKETVER >= 20160622
-packetLen(0x0865, 4) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 4)
#elif PACKETVER >= 20160309
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#elif PACKETVER >= 20160302
-packetLen(0x0865, -1) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, -1)
#elif PACKETVER >= 20160127
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#elif PACKETVER >= 20160120
-packetLen(0x0865, 36) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 36)
#elif PACKETVER >= 20160106
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#endif
// Packet: 0x0866
#if PACKETVER >= 20161228
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
#elif PACKETVER >= 20161221
-packetLen(0x0866, -1) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, -1)
#elif PACKETVER >= 20160803
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
#elif PACKETVER >= 20160727
-packetLen(0x0866, 4) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 4)
#elif PACKETVER >= 20160622
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
#elif PACKETVER >= 20160615
-packetLen(0x0866, 5) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 5)
#elif PACKETVER >= 20160106
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
#endif
// Packet: 0x0867
#if PACKETVER >= 20161214
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#elif PACKETVER >= 20161207
-packetLen(0x0867, 26) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 26)
#elif PACKETVER >= 20160824
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#elif PACKETVER >= 20160817
-packetLen(0x0867, 12) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 12)
#elif PACKETVER >= 20160706
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#elif PACKETVER >= 20160629
-packetLen(0x0867, 36) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 36)
#elif PACKETVER >= 20160622
-packetLen(0x0867, 8) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 8)
#elif PACKETVER >= 20160601
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#elif PACKETVER >= 20160525
-packetLen(0x0867, 5) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 5)
#elif PACKETVER >= 20160406
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#elif PACKETVER >= 20160330
-packetLen(0x0867, 26) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 26)
#elif PACKETVER >= 20160323
-packetLen(0x0867, 8) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 8)
#elif PACKETVER >= 20160309
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#elif PACKETVER >= 20160302
-packetLen(0x0867, -1) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, -1)
#elif PACKETVER >= 20160106
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#endif
// Packet: 0x0868
#if PACKETVER >= 20161214
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#elif PACKETVER >= 20161207
-packetLen(0x0868, 8) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 8)
#elif PACKETVER >= 20161019
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#elif PACKETVER >= 20161012
-packetLen(0x0868, 6) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 6)
#elif PACKETVER >= 20160803
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#elif PACKETVER >= 20160727
-packetLen(0x0868, 26) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 26)
#elif PACKETVER >= 20160309
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#elif PACKETVER >= 20160302
-packetLen(0x0868, 5) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 5)
#elif PACKETVER >= 20160106
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#endif
// Packet: 0x0869
#if PACKETVER >= 20161109
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#elif PACKETVER >= 20161102
-packetLen(0x0869, 8) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 8)
#elif PACKETVER >= 20160803
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#elif PACKETVER >= 20160727
-packetLen(0x0869, 12) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 12)
#elif PACKETVER >= 20160720
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#elif PACKETVER >= 20160706
-packetLen(0x0869, -1) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, -1)
#elif PACKETVER >= 20160414
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#elif PACKETVER >= 20160406
-packetLen(0x0869, -1) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, -1)
#elif PACKETVER >= 20160330
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#elif PACKETVER >= 20160323
-packetLen(0x0869, 6) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 6)
#elif PACKETVER >= 20160106
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#endif
// Packet: 0x086a
#if PACKETVER >= 20161228
-packetLen(0x086a, -1) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, -1)
#elif PACKETVER >= 20161116
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#elif PACKETVER >= 20161109
-packetLen(0x086a, 7) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 7)
#elif PACKETVER >= 20160601
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#elif PACKETVER >= 20160525
-packetLen(0x086a, 19) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 19)
#elif PACKETVER >= 20160330
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#elif PACKETVER >= 20160323
-packetLen(0x086a, 8) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 8)
#elif PACKETVER >= 20160316
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#elif PACKETVER >= 20160309
-packetLen(0x086a, -1) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, -1)
#elif PACKETVER >= 20160113
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#elif PACKETVER >= 20160106
-packetLen(0x086a, 6) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 6)
#endif
// Packet: 0x086b
#if PACKETVER >= 20160824
-packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 2)
#elif PACKETVER >= 20160817
-packetLen(0x086b, 6) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 6)
#elif PACKETVER >= 20160713
-packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 2)
#elif PACKETVER >= 20160706
-packetLen(0x086b, -1) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, -1)
#elif PACKETVER >= 20160511
-packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 2)
#elif PACKETVER >= 20160504
-packetLen(0x086b, -1) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, -1)
#elif PACKETVER >= 20160302
-packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 2)
#elif PACKETVER >= 20160224
-packetLen(0x086b, 8) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 8)
#elif PACKETVER >= 20160106
-packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 2)
#endif
// Packet: 0x086c
#if PACKETVER >= 20161228
-packetLen(0x086c, 6) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 6)
#elif PACKETVER >= 20161102
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#elif PACKETVER >= 20161026
-packetLen(0x086c, 12) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 12)
#elif PACKETVER >= 20160525
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#elif PACKETVER >= 20160518
-packetLen(0x086c, 5) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 5)
#elif PACKETVER >= 20160217
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#elif PACKETVER >= 20160211
-packetLen(0x086c, 5) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 5)
#elif PACKETVER >= 20160203
-packetLen(0x086c, 18) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 18)
#elif PACKETVER >= 20160113
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#elif PACKETVER >= 20160106
-packetLen(0x086c, 4) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 4)
#endif
// Packet: 0x086d
#if PACKETVER >= 20161228
-packetLen(0x086d, 19) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 19)
#elif PACKETVER >= 20161221
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#elif PACKETVER >= 20161214
-packetLen(0x086d, 26) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 26)
#elif PACKETVER >= 20161116
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#elif PACKETVER >= 20161109
-packetLen(0x086d, 10) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 10)
#elif PACKETVER >= 20161019
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#elif PACKETVER >= 20161012
-packetLen(0x086d, 19) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 19)
#elif PACKETVER >= 20161005
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#elif PACKETVER >= 20160928
-packetLen(0x086d, 6) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 6)
#elif PACKETVER >= 20160727
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#elif PACKETVER >= 20160720
-packetLen(0x086d, 6) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 6)
#elif PACKETVER >= 20160406
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#elif PACKETVER >= 20160330
-packetLen(0x086d, 6) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 6)
#elif PACKETVER >= 20160120
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#elif PACKETVER >= 20160113
-packetLen(0x086d, 5) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 5)
#elif PACKETVER >= 20160106
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#endif
// Packet: 0x086e
#if PACKETVER >= 20161102
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
#elif PACKETVER >= 20161026
-packetLen(0x086e, 8) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 8)
#elif PACKETVER >= 20160106
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
#endif
// Packet: 0x086f
#if PACKETVER >= 20161130
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#elif PACKETVER >= 20161116
-packetLen(0x086f, 6) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 6)
#elif PACKETVER >= 20161109
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#elif PACKETVER >= 20161102
-packetLen(0x086f, 8) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 8)
#elif PACKETVER >= 20160817
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#elif PACKETVER >= 20160810
-packetLen(0x086f, -1) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, -1)
#elif PACKETVER >= 20160106
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#endif
// Packet: 0x0870
#if PACKETVER >= 20161228
-packetLen(0x0870, -1) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, -1)
#elif PACKETVER >= 20161116
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#elif PACKETVER >= 20161109
-packetLen(0x0870, 19) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 19)
#elif PACKETVER >= 20160907
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#elif PACKETVER >= 20160831
-packetLen(0x0870, 18) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 18)
#elif PACKETVER >= 20160622
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#elif PACKETVER >= 20160615
-packetLen(0x0870, 4) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 4)
#elif PACKETVER >= 20160608
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#elif PACKETVER >= 20160601
-packetLen(0x0870, 8) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 8)
#elif PACKETVER >= 20160427
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#elif PACKETVER >= 20160420
-packetLen(0x0870, 4) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 4)
#elif PACKETVER >= 20160224
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#elif PACKETVER >= 20160211
-packetLen(0x0870, 26) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 26)
#elif PACKETVER >= 20160106
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#endif
// Packet: 0x0871
#if PACKETVER >= 20161228
-packetLen(0x0871, 5) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 5)
#elif PACKETVER >= 20161130
-packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 2)
#elif PACKETVER >= 20161123
-packetLen(0x0871, 4) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 4)
#elif PACKETVER >= 20160106
-packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 2)
#endif
// Packet: 0x0872
@@ -4457,4171 +4457,4171 @@ packetLen(0x0872, 2)
// Packet: 0x0873
#if PACKETVER >= 20160316
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#elif PACKETVER >= 20160309
-packetLen(0x0873, 8) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 8)
#elif PACKETVER >= 20160302
-packetLen(0x0873, 12) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 12)
#elif PACKETVER >= 20160224
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#elif PACKETVER >= 20160217
-packetLen(0x0873, 5) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 5)
#elif PACKETVER >= 20160211
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#elif PACKETVER >= 20160203
-packetLen(0x0873, 36) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 36)
#elif PACKETVER >= 20160120
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#elif PACKETVER >= 20160113
-packetLen(0x0873, 4) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 4)
#elif PACKETVER >= 20160106
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#endif
// Packet: 0x0874
#if PACKETVER >= 20161109
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#elif PACKETVER >= 20161102
-packetLen(0x0874, -1) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, -1)
#elif PACKETVER >= 20160921
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#elif PACKETVER >= 20160913
-packetLen(0x0874, 6) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 6)
#elif PACKETVER >= 20160907
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#elif PACKETVER >= 20160831
-packetLen(0x0874, 26) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 26)
#elif PACKETVER >= 20160803
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#elif PACKETVER >= 20160727
-packetLen(0x0874, 6) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 6)
#elif PACKETVER >= 20160525
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#elif PACKETVER >= 20160518
-packetLen(0x0874, 19) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 19)
#elif PACKETVER >= 20160427
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#elif PACKETVER >= 20160420
-packetLen(0x0874, 8) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 8)
#elif PACKETVER >= 20160106
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#endif
// Packet: 0x0875
#if PACKETVER >= 20161214
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20161207
-packetLen(0x0875, 8) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 8)
#elif PACKETVER >= 20161019
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20161012
-packetLen(0x0875, -1) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, -1)
#elif PACKETVER >= 20160921
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20160913
-packetLen(0x0875, 6) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 6)
#elif PACKETVER >= 20160824
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20160817
-packetLen(0x0875, 19) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 19)
#elif PACKETVER >= 20160810
-packetLen(0x0875, 5) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 5)
#elif PACKETVER >= 20160106
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#endif
// Packet: 0x0876
#if PACKETVER >= 20161228
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
#elif PACKETVER >= 20161221
-packetLen(0x0876, 12) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 12)
#elif PACKETVER >= 20161116
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
#elif PACKETVER >= 20161109
-packetLen(0x0876, 6) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 6)
#elif PACKETVER >= 20160907
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
#elif PACKETVER >= 20160831
-packetLen(0x0876, 8) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 8)
#elif PACKETVER >= 20160106
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
#endif
// Packet: 0x0877
#if PACKETVER >= 20160803
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#elif PACKETVER >= 20160727
-packetLen(0x0877, 18) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 18)
#elif PACKETVER >= 20160720
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#elif PACKETVER >= 20160713
-packetLen(0x0877, 10) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 10)
#elif PACKETVER >= 20160414
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#elif PACKETVER >= 20160406
-packetLen(0x0877, 6) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 6)
#elif PACKETVER >= 20160106
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#endif
// Packet: 0x0878
#if PACKETVER >= 20161005
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#elif PACKETVER >= 20160928
-packetLen(0x0878, 6) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 6)
#elif PACKETVER >= 20160907
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#elif PACKETVER >= 20160831
-packetLen(0x0878, 7) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 7)
#elif PACKETVER >= 20160810
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#elif PACKETVER >= 20160803
-packetLen(0x0878, 4) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 4)
#elif PACKETVER >= 20160414
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#elif PACKETVER >= 20160406
-packetLen(0x0878, 26) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 26)
#elif PACKETVER >= 20160330
-packetLen(0x0878, 8) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 8)
#elif PACKETVER >= 20160323
-packetLen(0x0878, 19) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 19)
#elif PACKETVER >= 20160113
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#elif PACKETVER >= 20160106
-packetLen(0x0878, 36) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 36)
#endif
// Packet: 0x0879
#if PACKETVER >= 20160921
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
#elif PACKETVER >= 20160913
-packetLen(0x0879, 6) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 6)
#elif PACKETVER >= 20160817
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
#elif PACKETVER >= 20160810
-packetLen(0x0879, 6) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 6)
#elif PACKETVER >= 20160414
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
#elif PACKETVER >= 20160406
-packetLen(0x0879, -1) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, -1)
#elif PACKETVER >= 20160106
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
#endif
// Packet: 0x087a
#if PACKETVER >= 20161116
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
#elif PACKETVER >= 20161109
-packetLen(0x087a, 8) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 8)
#elif PACKETVER >= 20161102
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
#elif PACKETVER >= 20161026
-packetLen(0x087a, -1) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, -1)
#elif PACKETVER >= 20160921
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
#elif PACKETVER >= 20160913
-packetLen(0x087a, 8) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 8)
#elif PACKETVER >= 20160817
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
#elif PACKETVER >= 20160810
-packetLen(0x087a, 5) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 5)
#elif PACKETVER >= 20160420
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
#elif PACKETVER >= 20160414
-packetLen(0x087a, 8) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 8)
#elif PACKETVER >= 20160309
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
#elif PACKETVER >= 20160302
-packetLen(0x087a, 10) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 10)
#elif PACKETVER >= 20160224
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
#elif PACKETVER >= 20160217
-packetLen(0x087a, 19) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 19)
#elif PACKETVER >= 20160113
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
#elif PACKETVER >= 20160106
-packetLen(0x087a, 18) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 18)
#endif
// Packet: 0x087b
#if PACKETVER >= 20160720
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#elif PACKETVER >= 20160713
-packetLen(0x087b, 6) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 6)
#elif PACKETVER >= 20160106
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#endif
// Packet: 0x087c
#if PACKETVER >= 20161102
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
#elif PACKETVER >= 20161026
-packetLen(0x087c, 4) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 4)
#elif PACKETVER >= 20160907
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
#elif PACKETVER >= 20160831
-packetLen(0x087c, 6) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 6)
#elif PACKETVER >= 20160316
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
#elif PACKETVER >= 20160309
-packetLen(0x087c, 19) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 19)
#elif PACKETVER >= 20160106
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
#endif
// Packet: 0x087d
#if PACKETVER >= 20160622
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#elif PACKETVER >= 20160615
-packetLen(0x087d, 6) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 6)
#elif PACKETVER >= 20160608
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#elif PACKETVER >= 20160601
-packetLen(0x087d, -1) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, -1)
#elif PACKETVER >= 20160309
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#elif PACKETVER >= 20160302
-packetLen(0x087d, 26) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 26)
#elif PACKETVER >= 20160106
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#endif
// Packet: 0x087e
#if PACKETVER >= 20161214
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#elif PACKETVER >= 20161207
-packetLen(0x087e, -1) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, -1)
#elif PACKETVER >= 20160622
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#elif PACKETVER >= 20160615
-packetLen(0x087e, 6) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 6)
#elif PACKETVER >= 20160316
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#elif PACKETVER >= 20160309
-packetLen(0x087e, 90) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 90)
#elif PACKETVER >= 20160106
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#endif
// Packet: 0x087f
#if PACKETVER >= 20161228
-packetLen(0x087f, 12) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 12)
#elif PACKETVER >= 20161130
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#elif PACKETVER >= 20161123
-packetLen(0x087f, 26) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 26)
#elif PACKETVER >= 20161102
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#elif PACKETVER >= 20161026
-packetLen(0x087f, 10) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 10)
#elif PACKETVER >= 20161005
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#elif PACKETVER >= 20160928
-packetLen(0x087f, 12) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 12)
#elif PACKETVER >= 20160824
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#elif PACKETVER >= 20160817
-packetLen(0x087f, 6) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 6)
#elif PACKETVER >= 20160810
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#elif PACKETVER >= 20160803
-packetLen(0x087f, 5) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 5)
#elif PACKETVER >= 20160727
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#elif PACKETVER >= 20160720
-packetLen(0x087f, 6) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 6)
#elif PACKETVER >= 20160622
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#elif PACKETVER >= 20160615
-packetLen(0x087f, 90) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 90)
#elif PACKETVER >= 20160406
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#elif PACKETVER >= 20160330
-packetLen(0x087f, 8) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 8)
#elif PACKETVER >= 20160113
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#elif PACKETVER >= 20160106
-packetLen(0x087f, 19) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 19)
#endif
// Packet: 0x0880
#if PACKETVER >= 20161130
-packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 2)
#elif PACKETVER >= 20161123
-packetLen(0x0880, 36) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 36)
#elif PACKETVER >= 20161019
-packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 2)
#elif PACKETVER >= 20161012
-packetLen(0x0880, 10) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 10)
#elif PACKETVER >= 20160629
-packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 2)
#elif PACKETVER >= 20160622
-packetLen(0x0880, -1) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, -1)
#elif PACKETVER >= 20160420
-packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 2)
#elif PACKETVER >= 20160414
-packetLen(0x0880, 18) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 18)
#elif PACKETVER >= 20160106
-packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 2)
#endif
// Packet: 0x0881
#if PACKETVER >= 20161228
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#elif PACKETVER >= 20161221
-packetLen(0x0881, 6) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 6)
#elif PACKETVER >= 20161116
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#elif PACKETVER >= 20161109
-packetLen(0x0881, 8) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 8)
#elif PACKETVER >= 20160810
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#elif PACKETVER >= 20160803
-packetLen(0x0881, 18) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 18)
#elif PACKETVER >= 20160706
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#elif PACKETVER >= 20160629
-packetLen(0x0881, 19) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 19)
#elif PACKETVER >= 20160106
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#endif
// Packet: 0x0882
#if PACKETVER >= 20161130
-packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 2)
#elif PACKETVER >= 20161123
-packetLen(0x0882, -1) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, -1)
#elif PACKETVER >= 20160106
-packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 2)
#endif
// Packet: 0x0883
#if PACKETVER >= 20160803
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#elif PACKETVER >= 20160727
-packetLen(0x0883, 7) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 7)
#elif PACKETVER >= 20160720
-packetLen(0x0883, 10) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 10)
#elif PACKETVER >= 20160713
-packetLen(0x0883, -1) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, -1)
#elif PACKETVER >= 20160330
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#elif PACKETVER >= 20160323
-packetLen(0x0883, 26) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 26)
#elif PACKETVER >= 20160309
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#elif PACKETVER >= 20160302
-packetLen(0x0883, 10) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 10)
#elif PACKETVER >= 20160106
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#endif
// Packet: 0x0884
#if PACKETVER >= 20161228
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20161221
-packetLen(0x0884, 8) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 8)
#elif PACKETVER >= 20160713
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20160706
-packetLen(0x0884, 26) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 26)
#elif PACKETVER >= 20160622
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20160615
-packetLen(0x0884, 8) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 8)
#elif PACKETVER >= 20160511
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20160504
-packetLen(0x0884, 10) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 10)
#elif PACKETVER >= 20160427
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20160420
-packetLen(0x0884, 6) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 6)
#elif PACKETVER >= 20160414
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20160406
-packetLen(0x0884, -1) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, -1)
#elif PACKETVER >= 20160302
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20160224
-packetLen(0x0884, 7) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 7)
#elif PACKETVER >= 20160106
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#endif
// Packet: 0x0885
#if PACKETVER >= 20161228
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20161221
-packetLen(0x0885, -1) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, -1)
#elif PACKETVER >= 20161123
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20161116
-packetLen(0x0885, -1) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, -1)
#elif PACKETVER >= 20160817
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20160810
-packetLen(0x0885, 19) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 19)
#elif PACKETVER >= 20160706
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20160629
-packetLen(0x0885, 5) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 5)
#elif PACKETVER >= 20160615
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20160608
-packetLen(0x0885, 90) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 90)
#elif PACKETVER >= 20160420
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20160414
-packetLen(0x0885, 8) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 8)
#elif PACKETVER >= 20160302
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20160224
-packetLen(0x0885, 6) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 6)
#elif PACKETVER >= 20160113
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20160106
-packetLen(0x0885, 8) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 8)
#endif
// Packet: 0x0886
#if PACKETVER >= 20161228
-packetLen(0x0886, 5) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 5)
#elif PACKETVER >= 20161214
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20161207
-packetLen(0x0886, 7) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 7)
#elif PACKETVER >= 20161109
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20161102
-packetLen(0x0886, 90) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 90)
#elif PACKETVER >= 20161026
-packetLen(0x0886, 6) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 6)
#elif PACKETVER >= 20161012
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20161005
-packetLen(0x0886, -1) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, -1)
#elif PACKETVER >= 20160824
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20160817
-packetLen(0x0886, 7) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 7)
#elif PACKETVER >= 20160810
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20160803
-packetLen(0x0886, 8) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 8)
#elif PACKETVER >= 20160713
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20160706
-packetLen(0x0886, 4) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 4)
#elif PACKETVER >= 20160511
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20160504
-packetLen(0x0886, 8) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 8)
#elif PACKETVER >= 20160217
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20160211
-packetLen(0x0886, 5) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 5)
#elif PACKETVER >= 20160106
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#endif
// Packet: 0x0887
#if PACKETVER >= 20161221
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20161214
-packetLen(0x0887, 6) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 6)
#elif PACKETVER >= 20160921
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20160913
-packetLen(0x0887, -1) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, -1)
#elif PACKETVER >= 20160810
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20160803
-packetLen(0x0887, 6) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 6)
#elif PACKETVER >= 20160727
-packetLen(0x0887, 19) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 19)
#elif PACKETVER >= 20160720
-packetLen(0x0887, 6) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 6)
#elif PACKETVER >= 20160622
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20160615
-packetLen(0x0887, -1) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, -1)
#elif PACKETVER >= 20160511
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20160504
-packetLen(0x0887, 26) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 26)
#elif PACKETVER >= 20160106
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#endif
// Packet: 0x0888
#if PACKETVER >= 20160817
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20160810
-packetLen(0x0888, 26) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 26)
#elif PACKETVER >= 20160803
-packetLen(0x0888, 90) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 90)
#elif PACKETVER >= 20160622
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20160615
-packetLen(0x0888, 10) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 10)
#elif PACKETVER >= 20160427
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20160420
-packetLen(0x0888, 19) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 19)
#elif PACKETVER >= 20160302
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20160224
-packetLen(0x0888, 5) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 5)
#elif PACKETVER >= 20160217
-packetLen(0x0888, 6) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 6)
#elif PACKETVER >= 20160120
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20160113
-packetLen(0x0888, 90) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 90)
#elif PACKETVER >= 20160106
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#endif
// Packet: 0x0889
#if PACKETVER >= 20161228
-packetLen(0x0889, -1) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, -1)
#elif PACKETVER >= 20161026
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20161019
-packetLen(0x0889, 36) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 36)
#elif PACKETVER >= 20161005
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20160928
-packetLen(0x0889, 19) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 19)
#elif PACKETVER >= 20160921
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20160913
-packetLen(0x0889, 6) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 6)
#elif PACKETVER >= 20160713
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20160706
-packetLen(0x0889, -1) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, -1)
#elif PACKETVER >= 20160615
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20160608
-packetLen(0x0889, -1) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, -1)
#elif PACKETVER >= 20160406
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20160330
-packetLen(0x0889, 90) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 90)
#elif PACKETVER >= 20160113
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20160106
-packetLen(0x0889, 5) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 5)
#endif
// Packet: 0x088a
#if PACKETVER >= 20160622
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20160615
-packetLen(0x088a, 6) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 6)
#elif PACKETVER >= 20160511
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20160504
-packetLen(0x088a, 6) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 6)
#elif PACKETVER >= 20160113
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20160106
-packetLen(0x088a, 26) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 26)
#endif
// Packet: 0x088b
#if PACKETVER >= 20161130
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20161123
-packetLen(0x088b, 6) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 6)
#elif PACKETVER >= 20161116
-packetLen(0x088b, 5) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 5)
#elif PACKETVER >= 20160427
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20160420
-packetLen(0x088b, 8) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 8)
#elif PACKETVER >= 20160406
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20160330
-packetLen(0x088b, 5) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 5)
#elif PACKETVER >= 20160120
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20160113
-packetLen(0x088b, 26) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 26)
#elif PACKETVER >= 20160106
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#endif
// Packet: 0x088c
#if PACKETVER >= 20161228
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20161221
-packetLen(0x088c, -1) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, -1)
#elif PACKETVER >= 20160211
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20160203
-packetLen(0x088c, 4) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 4)
#elif PACKETVER >= 20160106
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#endif
// Packet: 0x088d
#if PACKETVER >= 20161123
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20161116
-packetLen(0x088d, 6) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 6)
#elif PACKETVER >= 20160720
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20160713
-packetLen(0x088d, 18) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 18)
#elif PACKETVER >= 20160622
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20160615
-packetLen(0x088d, -1) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, -1)
#elif PACKETVER >= 20160608
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20160601
-packetLen(0x088d, 6) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 6)
#elif PACKETVER >= 20160511
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20160504
-packetLen(0x088d, 10) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 10)
#elif PACKETVER >= 20160406
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20160330
-packetLen(0x088d, 4) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 4)
#elif PACKETVER >= 20160224
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20160217
-packetLen(0x088d, 6) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 6)
#elif PACKETVER >= 20160106
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#endif
// Packet: 0x088e
#if PACKETVER >= 20161116
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20161109
-packetLen(0x088e, -1) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, -1)
#elif PACKETVER >= 20161012
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20161005
-packetLen(0x088e, 8) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 8)
#elif PACKETVER >= 20160928
-packetLen(0x088e, -1) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, -1)
#elif PACKETVER >= 20160921
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20160913
-packetLen(0x088e, 10) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 10)
#elif PACKETVER >= 20160803
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20160727
-packetLen(0x088e, 10) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 10)
#elif PACKETVER >= 20160706
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20160629
-packetLen(0x088e, 6) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 6)
#elif PACKETVER >= 20160106
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#endif
// Packet: 0x088f
#if PACKETVER >= 20161207
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20161130
-packetLen(0x088f, 4) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 4)
#elif PACKETVER >= 20161123
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20161116
-packetLen(0x088f, 19) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 19)
#elif PACKETVER >= 20161109
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20161102
-packetLen(0x088f, 5) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 5)
#elif PACKETVER >= 20160921
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20160913
-packetLen(0x088f, -1) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, -1)
#elif PACKETVER >= 20160608
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20160601
-packetLen(0x088f, 8) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 8)
#elif PACKETVER >= 20160511
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20160504
-packetLen(0x088f, -1) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, -1)
#elif PACKETVER >= 20160224
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20160217
-packetLen(0x088f, 6) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 6)
#elif PACKETVER >= 20160106
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#endif
// Packet: 0x0890
#if PACKETVER >= 20161228
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20161221
-packetLen(0x0890, 36) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 36)
#elif PACKETVER >= 20161123
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20161116
-packetLen(0x0890, 5) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 5)
#elif PACKETVER >= 20161109
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20161102
-packetLen(0x0890, 6) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 6)
#elif PACKETVER >= 20160817
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20160810
-packetLen(0x0890, -1) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, -1)
#elif PACKETVER >= 20160629
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20160622
-packetLen(0x0890, 26) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 26)
#elif PACKETVER >= 20160511
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20160504
-packetLen(0x0890, 6) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 6)
#elif PACKETVER >= 20160106
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#endif
// Packet: 0x0891
#if PACKETVER >= 20161116
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20161109
-packetLen(0x0891, 12) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 12)
#elif PACKETVER >= 20161102
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20161026
-packetLen(0x0891, 6) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 6)
#elif PACKETVER >= 20161012
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20161005
-packetLen(0x0891, 5) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 5)
#elif PACKETVER >= 20160921
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20160913
-packetLen(0x0891, -1) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, -1)
#elif PACKETVER >= 20160824
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20160817
-packetLen(0x0891, 10) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 10)
#elif PACKETVER >= 20160810
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20160803
-packetLen(0x0891, 5) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 5)
#elif PACKETVER >= 20160727
-packetLen(0x0891, -1) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, -1)
#elif PACKETVER >= 20160629
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20160622
-packetLen(0x0891, 6) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 6)
#elif PACKETVER >= 20160615
-packetLen(0x0891, 10) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 10)
#elif PACKETVER >= 20160113
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20160106
-packetLen(0x0891, 8) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 8)
#endif
// Packet: 0x0892
#if PACKETVER >= 20161123
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20161116
-packetLen(0x0892, -1) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, -1)
#elif PACKETVER >= 20161026
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20161019
-packetLen(0x0892, 4) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 4)
#elif PACKETVER >= 20161012
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20161005
-packetLen(0x0892, 18) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 18)
#elif PACKETVER >= 20160921
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20160913
-packetLen(0x0892, 10) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 10)
#elif PACKETVER >= 20160720
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20160713
-packetLen(0x0892, 12) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 12)
#elif PACKETVER >= 20160706
-packetLen(0x0892, 5) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 5)
#elif PACKETVER >= 20160414
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20160406
-packetLen(0x0892, 90) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 90)
#elif PACKETVER >= 20160120
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20160113
-packetLen(0x0892, 10) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 10)
#elif PACKETVER >= 20160106
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#endif
// Packet: 0x0893
#if PACKETVER >= 20161228
-packetLen(0x0893, 6) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 6)
#elif PACKETVER >= 20161123
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20161116
-packetLen(0x0893, 7) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 7)
#elif PACKETVER >= 20161019
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20161012
-packetLen(0x0893, 8) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 8)
#elif PACKETVER >= 20160706
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20160629
-packetLen(0x0893, 6) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 6)
#elif PACKETVER >= 20160511
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20160504
-packetLen(0x0893, 18) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 18)
#elif PACKETVER >= 20160120
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20160113
-packetLen(0x0893, -1) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, -1)
#elif PACKETVER >= 20160106
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#endif
// Packet: 0x0894
#if PACKETVER >= 20161102
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20161026
-packetLen(0x0894, 10) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 10)
#elif PACKETVER >= 20160518
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20160511
-packetLen(0x0894, 26) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 26)
#elif PACKETVER >= 20160106
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#endif
// Packet: 0x0895
#if PACKETVER >= 20161221
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20161214
-packetLen(0x0895, 8) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 8)
#elif PACKETVER >= 20160810
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20160803
-packetLen(0x0895, 26) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 26)
#elif PACKETVER >= 20160608
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20160601
-packetLen(0x0895, 5) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 5)
#elif PACKETVER >= 20160414
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20160406
-packetLen(0x0895, 19) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 19)
#elif PACKETVER >= 20160106
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#endif
// Packet: 0x0896
#if PACKETVER >= 20160330
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#elif PACKETVER >= 20160323
-packetLen(0x0896, -1) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, -1)
#elif PACKETVER >= 20160106
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#endif
// Packet: 0x0897
#if PACKETVER >= 20161005
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20160928
-packetLen(0x0897, 90) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 90)
#elif PACKETVER >= 20160727
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20160720
-packetLen(0x0897, -1) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, -1)
#elif PACKETVER >= 20160106
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#endif
// Packet: 0x0898
#if PACKETVER >= 20161116
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20161109
-packetLen(0x0898, 6) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 6)
#elif PACKETVER >= 20161102
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20161026
-packetLen(0x0898, 26) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 26)
#elif PACKETVER >= 20160622
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20160615
-packetLen(0x0898, 6) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 6)
#elif PACKETVER >= 20160511
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20160504
-packetLen(0x0898, 8) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 8)
#elif PACKETVER >= 20160414
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20160406
-packetLen(0x0898, 26) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 26)
#elif PACKETVER >= 20160106
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#endif
// Packet: 0x0899
#if PACKETVER >= 20161228
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20161221
-packetLen(0x0899, 4) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 4)
#elif PACKETVER >= 20161214
-packetLen(0x0899, 36) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 36)
#elif PACKETVER >= 20160713
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20160706
-packetLen(0x0899, 10) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 10)
#elif PACKETVER >= 20160615
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20160608
-packetLen(0x0899, 6) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 6)
#elif PACKETVER >= 20160601
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20160525
-packetLen(0x0899, 6) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 6)
#elif PACKETVER >= 20160224
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20160217
-packetLen(0x0899, 4) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 4)
#elif PACKETVER >= 20160120
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20160113
-packetLen(0x0899, 26) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 26)
#elif PACKETVER >= 20160106
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#endif
// Packet: 0x089a
#if PACKETVER >= 20161228
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20161221
-packetLen(0x089a, 8) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 8)
#elif PACKETVER >= 20161116
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20161109
-packetLen(0x089a, 6) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 6)
#elif PACKETVER >= 20161005
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20160928
-packetLen(0x089a, 7) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 7)
#elif PACKETVER >= 20160727
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20160720
-packetLen(0x089a, 36) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 36)
#elif PACKETVER >= 20160713
-packetLen(0x089a, 26) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 26)
#elif PACKETVER >= 20160629
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20160622
-packetLen(0x089a, 18) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 18)
#elif PACKETVER >= 20160525
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20160518
-packetLen(0x089a, 36) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 36)
#elif PACKETVER >= 20160330
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20160323
-packetLen(0x089a, 5) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 5)
#elif PACKETVER >= 20160120
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20160113
-packetLen(0x089a, 7) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 7)
#elif PACKETVER >= 20160106
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#endif
// Packet: 0x089b
#if PACKETVER >= 20161228
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20161221
-packetLen(0x089b, 7) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 7)
#elif PACKETVER >= 20161012
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20161005
-packetLen(0x089b, 26) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 26)
#elif PACKETVER >= 20160921
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20160913
-packetLen(0x089b, 8) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 8)
#elif PACKETVER >= 20160615
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20160608
-packetLen(0x089b, 5) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 5)
#elif PACKETVER >= 20160518
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20160511
-packetLen(0x089b, 4) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 4)
#elif PACKETVER >= 20160414
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20160406
-packetLen(0x089b, 6) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 6)
#elif PACKETVER >= 20160316
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20160309
-packetLen(0x089b, -1) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, -1)
#elif PACKETVER >= 20160106
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#endif
// Packet: 0x089c
#if PACKETVER >= 20161130
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20161123
-packetLen(0x089c, 5) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 5)
#elif PACKETVER >= 20161012
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20161005
-packetLen(0x089c, 6) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 6)
#elif PACKETVER >= 20160921
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20160913
-packetLen(0x089c, 36) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 36)
#elif PACKETVER >= 20160824
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20160817
-packetLen(0x089c, -1) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, -1)
#elif PACKETVER >= 20160810
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20160803
-packetLen(0x089c, 6) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 6)
#elif PACKETVER >= 20160727
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20160720
-packetLen(0x089c, 5) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 5)
#elif PACKETVER >= 20160601
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20160525
-packetLen(0x089c, 5) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 5)
#elif PACKETVER >= 20160106
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#endif
// Packet: 0x089d
#if PACKETVER >= 20161116
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20161109
-packetLen(0x089d, -1) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, -1)
#elif PACKETVER >= 20160817
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20160810
-packetLen(0x089d, 5) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 5)
#elif PACKETVER >= 20160511
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20160504
-packetLen(0x089d, 6) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 6)
#elif PACKETVER >= 20160316
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20160309
-packetLen(0x089d, 5) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 5)
#elif PACKETVER >= 20160106
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#endif
// Packet: 0x089e
#if PACKETVER >= 20160727
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20160720
-packetLen(0x089e, 8) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 8)
#elif PACKETVER >= 20160629
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20160622
-packetLen(0x089e, 7) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 7)
#elif PACKETVER >= 20160420
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20160414
-packetLen(0x089e, 26) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 26)
#elif PACKETVER >= 20160406
-packetLen(0x089e, 8) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 8)
#elif PACKETVER >= 20160106
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#endif
// Packet: 0x089f
#if PACKETVER >= 20161228
-packetLen(0x089f, 8) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 8)
#elif PACKETVER >= 20161116
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#elif PACKETVER >= 20161109
-packetLen(0x089f, 4) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 4)
#elif PACKETVER >= 20161102
-packetLen(0x089f, 26) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 26)
#elif PACKETVER >= 20160817
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#elif PACKETVER >= 20160810
-packetLen(0x089f, -1) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, -1)
#elif PACKETVER >= 20160803
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#elif PACKETVER >= 20160727
-packetLen(0x089f, 10) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 10)
#elif PACKETVER >= 20160720
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#elif PACKETVER >= 20160713
-packetLen(0x089f, 4) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 4)
#elif PACKETVER >= 20160106
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#endif
// Packet: 0x08a0
#if PACKETVER >= 20161019
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20161012
-packetLen(0x08a0, 5) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 5)
#elif PACKETVER >= 20161005
-packetLen(0x08a0, 8) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 8)
#elif PACKETVER >= 20160727
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20160720
-packetLen(0x08a0, 12) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 12)
#elif PACKETVER >= 20160224
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20160217
-packetLen(0x08a0, 8) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 8)
#elif PACKETVER >= 20160120
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20160113
-packetLen(0x08a0, 6) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 6)
#elif PACKETVER >= 20160106
-packetLen(0x08a0, 26) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 26)
#endif
// Packet: 0x08a1
#if PACKETVER >= 20161214
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20161207
-packetLen(0x08a1, 5) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 5)
#elif PACKETVER >= 20161123
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20161116
-packetLen(0x08a1, 5) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 5)
#elif PACKETVER >= 20160810
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20160803
-packetLen(0x08a1, -1) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, -1)
#elif PACKETVER >= 20160414
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20160406
-packetLen(0x08a1, 7) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 7)
#elif PACKETVER >= 20160106
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#endif
// Packet: 0x08a2
#if PACKETVER >= 20161228
-packetLen(0x08a2, 10) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 10)
#elif PACKETVER >= 20161214
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20161207
-packetLen(0x08a2, 6) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 6)
#elif PACKETVER >= 20161123
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20161116
-packetLen(0x08a2, 18) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 18)
#elif PACKETVER >= 20161109
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20161102
-packetLen(0x08a2, -1) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, -1)
#elif PACKETVER >= 20161005
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20160928
-packetLen(0x08a2, 36) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 36)
#elif PACKETVER >= 20160803
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20160727
-packetLen(0x08a2, 36) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 36)
#elif PACKETVER >= 20160720
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20160713
-packetLen(0x08a2, 8) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 8)
#elif PACKETVER >= 20160629
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20160622
-packetLen(0x08a2, 6) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 6)
#elif PACKETVER >= 20160106
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#endif
// Packet: 0x08a3
#if PACKETVER >= 20161228
-packetLen(0x08a3, 6) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 6)
#elif PACKETVER >= 20160106
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#endif
// Packet: 0x08a4
#if PACKETVER >= 20160803
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20160727
-packetLen(0x08a4, 6) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 6)
#elif PACKETVER >= 20160720
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20160713
-packetLen(0x08a4, 19) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 19)
#elif PACKETVER >= 20160706
-packetLen(0x08a4, 18) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 18)
#elif PACKETVER >= 20160106
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#endif
// Packet: 0x08a5
#if PACKETVER >= 20161228
-packetLen(0x08a5, 18) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 18)
#elif PACKETVER >= 20160921
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20160913
-packetLen(0x08a5, 5) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 5)
#elif PACKETVER >= 20160824
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20160817
-packetLen(0x08a5, 36) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 36)
#elif PACKETVER >= 20160713
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20160706
-packetLen(0x08a5, 19) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 19)
#elif PACKETVER >= 20160427
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20160420
-packetLen(0x08a5, 36) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 36)
#elif PACKETVER >= 20160106
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#endif
// Packet: 0x08a6
#if PACKETVER >= 20161221
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20161214
-packetLen(0x08a6, 18) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 18)
#elif PACKETVER >= 20160824
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20160817
-packetLen(0x08a6, 26) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 26)
#elif PACKETVER >= 20160615
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20160608
-packetLen(0x08a6, 8) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 8)
#elif PACKETVER >= 20160120
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20160113
-packetLen(0x08a6, 6) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 6)
#elif PACKETVER >= 20160106
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#endif
// Packet: 0x08a7
#if PACKETVER >= 20161116
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20161109
-packetLen(0x08a7, 5) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 5)
#elif PACKETVER >= 20160803
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20160727
-packetLen(0x08a7, 6) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 6)
#elif PACKETVER >= 20160608
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20160601
-packetLen(0x08a7, 8) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 8)
#elif PACKETVER >= 20160316
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20160309
-packetLen(0x08a7, 18) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 18)
#elif PACKETVER >= 20160106
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#endif
// Packet: 0x08a8
#if PACKETVER >= 20160907
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20160831
-packetLen(0x08a8, -1) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, -1)
#elif PACKETVER >= 20160713
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20160706
-packetLen(0x08a8, 6) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 6)
#elif PACKETVER >= 20160629
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20160622
-packetLen(0x08a8, 36) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 36)
#elif PACKETVER >= 20160106
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#endif
// Packet: 0x08a9
#if PACKETVER >= 20161130
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20161123
-packetLen(0x08a9, 10) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 10)
#elif PACKETVER >= 20161005
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20160928
-packetLen(0x08a9, 8) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 8)
#elif PACKETVER >= 20160907
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20160831
-packetLen(0x08a9, 6) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 6)
#elif PACKETVER >= 20160824
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20160817
-packetLen(0x08a9, -1) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, -1)
#elif PACKETVER >= 20160810
-packetLen(0x08a9, 8) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 8)
#elif PACKETVER >= 20160525
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20160518
-packetLen(0x08a9, 26) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 26)
#elif PACKETVER >= 20160309
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20160302
-packetLen(0x08a9, 8) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 8)
#elif PACKETVER >= 20160217
-packetLen(0x08a9, 26) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 26)
#elif PACKETVER >= 20160106
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#endif
// Packet: 0x08aa
#if PACKETVER >= 20161228
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20161221
-packetLen(0x08aa, 6) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 6)
#elif PACKETVER >= 20161130
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20161116
-packetLen(0x08aa, 12) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 12)
#elif PACKETVER >= 20161109
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20161102
-packetLen(0x08aa, 5) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 5)
#elif PACKETVER >= 20160727
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20160720
-packetLen(0x08aa, -1) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, -1)
#elif PACKETVER >= 20160120
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20160113
-packetLen(0x08aa, -1) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, -1)
#elif PACKETVER >= 20160106
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#endif
// Packet: 0x08ab
#if PACKETVER >= 20161228
-packetLen(0x08ab, 8) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 8)
#elif PACKETVER >= 20160824
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20160817
-packetLen(0x08ab, 5) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 5)
#elif PACKETVER >= 20160106
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#endif
// Packet: 0x08ac
#if PACKETVER >= 20161228
-packetLen(0x08ac, 6) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 6)
#elif PACKETVER >= 20161123
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20161116
-packetLen(0x08ac, 8) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 8)
#elif PACKETVER >= 20160824
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20160817
-packetLen(0x08ac, 10) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 10)
#elif PACKETVER >= 20160608
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20160601
-packetLen(0x08ac, 19) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 19)
#elif PACKETVER >= 20160414
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20160406
-packetLen(0x08ac, 8) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 8)
#elif PACKETVER >= 20160224
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20160217
-packetLen(0x08ac, 18) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 18)
#elif PACKETVER >= 20160106
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#endif
// Packet: 0x08ad
#if PACKETVER >= 20161228
-packetLen(0x08ad, 36) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 36)
#elif PACKETVER >= 20161214
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20161207
-packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 6)
#elif PACKETVER >= 20161116
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20161109
-packetLen(0x08ad, -1) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, -1)
#elif PACKETVER >= 20161012
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20161005
-packetLen(0x08ad, -1) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, -1)
#elif PACKETVER >= 20160824
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20160817
-packetLen(0x08ad, 8) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 8)
#elif PACKETVER >= 20160511
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20160504
-packetLen(0x08ad, 5) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 5)
#elif PACKETVER >= 20160106
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#endif
// Packet: 0x08af
-packetLen(0x08af, 10) // HC_WAITING_LOGIN
+packetLen(0x08af, 10)
// Packet: 0x08b0
-packetLen(0x08b0, 17) // CH_WAITING_LOGIN
+packetLen(0x08b0, 17)
// Packet: 0x08b1
-packetLen(0x08b1, -1) // ZC_MCSTORE_NOTMOVEITEM_LIST
+packetLen(0x08b1, -1)
// Packet: 0x08b2
-packetLen(0x08b2, -1) // AC_REALNAME_AUTH
+packetLen(0x08b2, -1)
// Packet: 0x08b3
-packetLen(0x08b3, -1) // ZC_SHOWSCRIPT
+packetLen(0x08b3, -1)
// Packet: 0x08b4
-packetLen(0x08b4, 2) // ZC_START_COLLECTION
+packetLen(0x08b4, 2)
// Packet: 0x08b5
-packetLen(0x08b5, 6) // CZ_TRYCOLLECTION
+packetLen(0x08b5, 6)
// Packet: 0x08b6
-packetLen(0x08b6, 3) // ZC_TRYCOLLECTION
+packetLen(0x08b6, 3)
// Packet: 0x08b8
-packetLen(0x08b8, 10) // CH_SECOND_PASSWD_ACK
+packetLen(0x08b8, 10)
// Packet: 0x08b9
-packetLen(0x08b9, 12) // HC_SECOND_PASSWD_LOGIN
+packetLen(0x08b9, 12)
// Packet: 0x08ba
-packetLen(0x08ba, 10) // CH_MAKE_SECOND_PASSWD
+packetLen(0x08ba, 10)
// Packet: 0x08bb
-packetLen(0x08bb, 8) // HC_MAKE_SECOND_PASSWD
+packetLen(0x08bb, 8)
// Packet: 0x08bc
-packetLen(0x08bc, 10) // CH_DELETE_SECOND_PASSWD
+packetLen(0x08bc, 10)
// Packet: 0x08bd
-packetLen(0x08bd, 8) // HC_DELETE_SECOND_PASSWD
+packetLen(0x08bd, 8)
// Packet: 0x08be
-packetLen(0x08be, 14) // CH_EDIT_SECOND_PASSWD
+packetLen(0x08be, 14)
// Packet: 0x08bf
-packetLen(0x08bf, 8) // HC_EDIT_SECOND_PASSWD
+packetLen(0x08bf, 8)
// Packet: 0x08c0
-packetLen(0x08c0, -1) // ZC_ACK_SE_CASH_ITEM_LIST2
+packetLen(0x08c0, -1)
// Packet: 0x08c1
-packetLen(0x08c1, 2) // CZ_MACRO_START
+packetLen(0x08c1, 2)
// Packet: 0x08c2
-packetLen(0x08c2, 2) // CZ_MACRO_STOP
+packetLen(0x08c2, 2)
// Packet: 0x08c3
-packetLen(0x08c3, 10) // CH_NOT_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c3, 10)
// Packet: 0x08c4
-packetLen(0x08c4, 8) // HC_NOT_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c4, 8)
// Packet: 0x08c5
-packetLen(0x08c5, 6) // CH_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c5, 6)
// Packet: 0x08c6
-packetLen(0x08c6, 4) // HC_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c6, 4)
// Packet: 0x08c7
-packetLen(0x08c7, -1) // ZC_SKILL_ENTRY3
+packetLen(0x08c7, -1)
// Packet: 0x08c8
-packetLen(0x08c8, 34) // ZC_NOTIFY_ACT3
+packetLen(0x08c8, 34)
// Packet: 0x08c9
-packetLen(0x08c9, 2) // CZ_REQ_SCHEDULER_CASHITEM
+packetLen(0x08c9, 2)
// Packet: 0x08ca
-packetLen(0x08ca, -1) // ZC_ACK_SCHEDULER_CASHITEM
+packetLen(0x08ca, -1)
// Packet: 0x08cb
-packetLen(0x08cb, -1) // ZC_PERSONAL_INFOMATION
+packetLen(0x08cb, -1)
// Packet: 0x08cc
-packetLen(0x08cc, 109) // CA_LOGIN5
+packetLen(0x08cc, 109)
// Packet: 0x08cd
-packetLen(0x08cd, 10) // ZC_STOPMOVE_FORCE
+packetLen(0x08cd, 10)
// Packet: 0x08ce
-packetLen(0x08ce, 2) // ZC_FAILED_GET_ITEM_FROM_ZONEDA
+packetLen(0x08ce, 2)
// Packet: 0x08cf
-packetLen(0x08cf, 10) // ZC_SPIRITS_ATTRIBUTE
+packetLen(0x08cf, 10)
// Packet: 0x08d0
-packetLen(0x08d0, 9) // ZC_REQ_WEAR_EQUIP_ACK2
+packetLen(0x08d0, 9)
// Packet: 0x08d1
-packetLen(0x08d1, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK2
+packetLen(0x08d1, 7)
// Packet: 0x08d2
-packetLen(0x08d2, 10) // ZC_FASTMOVE
+packetLen(0x08d2, 10)
// Packet: 0x08d3
-packetLen(0x08d3, 10) // ZC_SE_CASHSHOP_UPDATE
+packetLen(0x08d3, 10)
// Packet: 0x08d4
-packetLen(0x08d4, 8) // CH_REQ_CHANGE_CHARACTER_SLOT
+packetLen(0x08d4, 8)
// Packet: 0x08d5
-packetLen(0x08d5, -1) // HC_ACK_CHANGE_CHARACTER_SLOT
+packetLen(0x08d5, -1)
// Packet: 0x08d6
-packetLen(0x08d6, 6) // ZC_CLEAR_DIALOG
+packetLen(0x08d6, 6)
// Packet: 0x08d7
-packetLen(0x08d7, 28) // CZ_REQ_ENTRY_QUEUE_APPLY
+packetLen(0x08d7, 28)
// Packet: 0x08d8
-packetLen(0x08d8, 27) // ZC_ACK_ENTRY_QUEUE_APPLY
+packetLen(0x08d8, 27)
// Packet: 0x08d9
-packetLen(0x08d9, 30) // ZC_NOTIFY_ENTRY_QUEUE_APPLY
+packetLen(0x08d9, 30)
// Packet: 0x08da
-packetLen(0x08da, 26) // CZ_REQ_ENTRY_QUEUE_CANCEL
+packetLen(0x08da, 26)
// Packet: 0x08db
-packetLen(0x08db, 27) // ZC_ACK_ENTRY_QUEUE_CANCEL
+packetLen(0x08db, 27)
// Packet: 0x08dc
-packetLen(0x08dc, 26) // ZC_NOTIFY_ENTRY_QUEUE_ADMISSION
+packetLen(0x08dc, 26)
// Packet: 0x08dd
-packetLen(0x08dd, 27) // CZ_REPLY_ENTRY_QUEUE_ADMISSION
+packetLen(0x08dd, 27)
// Packet: 0x08de
-packetLen(0x08de, 27) // ZC_REPLY_ACK_ENTRY_QUEUE_ADMISSION
+packetLen(0x08de, 27)
// Packet: 0x08df
-packetLen(0x08df, 50) // ZC_NOTIFY_LOBBY_ADMISSION
+packetLen(0x08df, 50)
// Packet: 0x08e0
-packetLen(0x08e0, 51) // CZ_REPLY_LOBBY_ADMISSION
+packetLen(0x08e0, 51)
// Packet: 0x08e1
-packetLen(0x08e1, 51) // ZC_REPLY_ACK_LOBBY_ADMISSION
+packetLen(0x08e1, 51)
// Packet: 0x08e2
-packetLen(0x08e2, 27) // ZC_NAVIGATION_ACTIVE
+packetLen(0x08e2, 27)
// Packet: 0x08e3
-packetLen(0x08e3, 149) // HC_UPDATE_CHARINFO
+packetLen(0x08e3, 149)
// Packet: 0x08e4
-packetLen(0x08e4, 6) // AC_SHUTDOWN_INFO
+packetLen(0x08e4, 6)
// Packet: 0x08fc
-packetLen(0x08fc, 30) // CH_REQ_CHANGE_CHARACTERNAME
+packetLen(0x08fc, 30)
// Packet: 0x08fd
-packetLen(0x08fd, 6) // CH_ACK_CHANGE_CHARACTERNAME
+packetLen(0x08fd, 6)
// Packet: 0x08fe
-packetLen(0x08fe, -1) // ZC_HUNTING_QUEST_INFO
+packetLen(0x08fe, -1)
// Packet: 0x08ff
-packetLen(0x08ff, 24) // ZC_EFST_SET_ENTER
+packetLen(0x08ff, 24)
// Packet: 0x0900
-packetLen(0x0900, -1) // ZC_INVENTORY_ITEMLIST_NORMAL
+packetLen(0x0900, -1)
// Packet: 0x0901
-packetLen(0x0901, -1) // ZC_INVENTORY_ITEMLIST_EQUIP
+packetLen(0x0901, -1)
// Packet: 0x0902
-packetLen(0x0902, -1) // ZC_CART_ITEMLIST_NORMAL
+packetLen(0x0902, -1)
// Packet: 0x0903
-packetLen(0x0903, -1) // ZC_CART_ITEMLIST_EQUIP
+packetLen(0x0903, -1)
// Packet: 0x0904
-packetLen(0x0904, -1) // ZC_STORE_ITEMLIST_NORMAL
+packetLen(0x0904, -1)
// Packet: 0x0905
-packetLen(0x0905, -1) // ZC_STORE_ITEMLIST_EQUIP
+packetLen(0x0905, -1)
// Packet: 0x0906
-packetLen(0x0906, -1) // ZC_MICROSCOPE
+packetLen(0x0906, -1)
// Packet: 0x0907
-packetLen(0x0907, 5) // CZ_INVENTORY_TAB
+packetLen(0x0907, 5)
// Packet: 0x0908
-packetLen(0x0908, 5) // ZC_INVENTORY_TAB
+packetLen(0x0908, 5)
// Packet: 0x090a
-packetLen(0x090a, 26) // CZ_REQ_ENTRY_QUEUE_RANKING
+packetLen(0x090a, 26)
// Packet: 0x090d
-packetLen(0x090d, -1) // ZC_PREMIUM_CAMPAIGN_INFO
+packetLen(0x090d, -1)
// Packet: 0x090e
-packetLen(0x090e, 2) // ZC_ENTRY_QUEUE_INIT
+packetLen(0x090e, 2)
// Packet: 0x090f
-packetLen(0x090f, -1) // ZC_NOTIFY_NEWENTRY7
+packetLen(0x090f, -1)
// Packet: 0x0910
-packetLen(0x0910, 10) // CZ_REQ_PARTY_NAME
+packetLen(0x0910, 10)
// Packet: 0x0911
-packetLen(0x0911, 30) // ZC_ACK_PARTY_NAME
+packetLen(0x0911, 30)
// Packet: 0x0912
-packetLen(0x0912, 10) // CZ_REQ_GUILD_NAME
+packetLen(0x0912, 10)
// Packet: 0x0913
-packetLen(0x0913, 30) // ZC_ACK_GUILD_NAME
+packetLen(0x0913, 30)
// Packet: 0x0914
-packetLen(0x0914, -1) // ZC_NOTIFY_MOVEENTRY9
+packetLen(0x0914, -1)
// Packet: 0x0915
-packetLen(0x0915, -1) // ZC_NOTIFY_STANDENTRY8
+packetLen(0x0915, -1)
// Packet: 0x0916
-packetLen(0x0916, 26) // CZ_REQ_JOIN_GUILD2
+packetLen(0x0916, 26)
// Packet: 0x0917
#if PACKETVER >= 20160907
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
#elif PACKETVER >= 20160831
-packetLen(0x0917, 36) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 36)
#elif PACKETVER >= 20160727
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
#elif PACKETVER >= 20160720
-packetLen(0x0917, 4) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 4)
#elif PACKETVER >= 20160106
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
#endif
// Packet: 0x0918
#if PACKETVER >= 20161214
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
#elif PACKETVER >= 20161207
-packetLen(0x0918, 18) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 18)
#elif PACKETVER >= 20160713
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
#elif PACKETVER >= 20160706
-packetLen(0x0918, 90) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 90)
#elif PACKETVER >= 20160518
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
#elif PACKETVER >= 20160511
-packetLen(0x0918, 5) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 5)
#elif PACKETVER >= 20160504
-packetLen(0x0918, 6) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 6)
#elif PACKETVER >= 20160420
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
#elif PACKETVER >= 20160414
-packetLen(0x0918, 4) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 4)
#elif PACKETVER >= 20160406
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
#elif PACKETVER >= 20160330
-packetLen(0x0918, 8) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 8)
#elif PACKETVER >= 20160211
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
#elif PACKETVER >= 20160203
-packetLen(0x0918, 8) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 8)
#elif PACKETVER >= 20160106
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
#endif
// Packet: 0x0919
#if PACKETVER >= 20161012
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
#elif PACKETVER >= 20161005
-packetLen(0x0919, 6) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 6)
#elif PACKETVER >= 20160928
-packetLen(0x0919, 5) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 5)
#elif PACKETVER >= 20160120
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
#elif PACKETVER >= 20160113
-packetLen(0x0919, 12) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 12)
#elif PACKETVER >= 20160106
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
#endif
// Packet: 0x091a
#if PACKETVER >= 20161130
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#elif PACKETVER >= 20161123
-packetLen(0x091a, 8) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 8)
#elif PACKETVER >= 20161102
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#elif PACKETVER >= 20161026
-packetLen(0x091a, 19) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 19)
#elif PACKETVER >= 20160817
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#elif PACKETVER >= 20160810
-packetLen(0x091a, 6) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 6)
#elif PACKETVER >= 20160309
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#elif PACKETVER >= 20160302
-packetLen(0x091a, 6) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 6)
#elif PACKETVER >= 20160106
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#endif
// Packet: 0x091b
#if PACKETVER >= 20161109
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#elif PACKETVER >= 20161102
-packetLen(0x091b, 36) // ZC_PRNPC_STATE
+packetLen(0x091b, 36)
#elif PACKETVER >= 20161026
-packetLen(0x091b, 6) // ZC_PRNPC_STATE
+packetLen(0x091b, 6)
#elif PACKETVER >= 20160907
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#elif PACKETVER >= 20160831
-packetLen(0x091b, 4) // ZC_PRNPC_STATE
+packetLen(0x091b, 4)
#elif PACKETVER >= 20160817
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#elif PACKETVER >= 20160803
-packetLen(0x091b, 6) // ZC_PRNPC_STATE
+packetLen(0x091b, 6)
#elif PACKETVER >= 20160713
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#elif PACKETVER >= 20160706
-packetLen(0x091b, -1) // ZC_PRNPC_STATE
+packetLen(0x091b, -1)
#elif PACKETVER >= 20160330
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#elif PACKETVER >= 20160323
-packetLen(0x091b, 4) // ZC_PRNPC_STATE
+packetLen(0x091b, 4)
#elif PACKETVER >= 20160120
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#elif PACKETVER >= 20160113
-packetLen(0x091b, 6) // ZC_PRNPC_STATE
+packetLen(0x091b, 6)
#elif PACKETVER >= 20160106
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#endif
// Packet: 0x091c
#if PACKETVER >= 20161228
-packetLen(0x091c, 26) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 26)
#elif PACKETVER >= 20160913
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
#elif PACKETVER >= 20160907
-packetLen(0x091c, 36) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 36)
#elif PACKETVER >= 20160817
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
#elif PACKETVER >= 20160810
-packetLen(0x091c, 10) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 10)
#elif PACKETVER >= 20160727
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
#elif PACKETVER >= 20160720
-packetLen(0x091c, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 6)
#elif PACKETVER >= 20160713
-packetLen(0x091c, 5) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 5)
#elif PACKETVER >= 20160629
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
#elif PACKETVER >= 20160622
-packetLen(0x091c, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 6)
#elif PACKETVER >= 20160106
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
#endif
// Packet: 0x091d
#if PACKETVER >= 20161214
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20161207
-packetLen(0x091d, 8) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 8)
#elif PACKETVER >= 20160720
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20160713
-packetLen(0x091d, 6) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 6)
#elif PACKETVER >= 20160601
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20160525
-packetLen(0x091d, 36) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 36)
#elif PACKETVER >= 20160316
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20160309
-packetLen(0x091d, 6) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 6)
#elif PACKETVER >= 20160224
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20160217
-packetLen(0x091d, 5) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 5)
#elif PACKETVER >= 20160113
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20160106
-packetLen(0x091d, -1) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, -1)
#endif
// Packet: 0x091e
#if PACKETVER >= 20161012
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
#elif PACKETVER >= 20161005
-packetLen(0x091e, 8) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 8)
#elif PACKETVER >= 20160928
-packetLen(0x091e, 6) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 6)
#elif PACKETVER >= 20160706
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
#elif PACKETVER >= 20160629
-packetLen(0x091e, 18) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 18)
#elif PACKETVER >= 20160106
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
#endif
// Packet: 0x091f
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
// Packet: 0x0920
#if PACKETVER >= 20161123
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#elif PACKETVER >= 20161116
-packetLen(0x0920, 90) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 90)
#elif PACKETVER >= 20160518
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#elif PACKETVER >= 20160511
-packetLen(0x0920, 19) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 19)
#elif PACKETVER >= 20160316
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#elif PACKETVER >= 20160309
-packetLen(0x0920, 8) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 8)
#elif PACKETVER >= 20160302
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#elif PACKETVER >= 20160224
-packetLen(0x0920, 4) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 4)
#elif PACKETVER >= 20160217
-packetLen(0x0920, 7) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 7)
#elif PACKETVER >= 20160106
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#endif
// Packet: 0x0921
#if PACKETVER >= 20160720
-packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 2)
#elif PACKETVER >= 20160713
-packetLen(0x0921, 90) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 90)
#elif PACKETVER >= 20160511
-packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 2)
#elif PACKETVER >= 20160504
-packetLen(0x0921, 90) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 90)
#elif PACKETVER >= 20160106
-packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 2)
#endif
// Packet: 0x0922
#if PACKETVER >= 20161109
-packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 2)
#elif PACKETVER >= 20161102
-packetLen(0x0922, 6) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 6)
#elif PACKETVER >= 20160720
-packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 2)
#elif PACKETVER >= 20160713
-packetLen(0x0922, 5) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 5)
#elif PACKETVER >= 20160706
-packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 2)
#elif PACKETVER >= 20160629
-packetLen(0x0922, 8) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 8)
#elif PACKETVER >= 20160511
-packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 2)
#elif PACKETVER >= 20160504
-packetLen(0x0922, 6) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 6)
#elif PACKETVER >= 20160420
-packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 2)
#elif PACKETVER >= 20160414
-packetLen(0x0922, 5) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 5)
#elif PACKETVER >= 20160323
-packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 2)
#elif PACKETVER >= 20160316
-packetLen(0x0922, 36) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 36)
#elif PACKETVER >= 20160309
-packetLen(0x0922, -1) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, -1)
#elif PACKETVER >= 20160203
-packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 2)
#elif PACKETVER >= 20160127
-packetLen(0x0922, 5) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 5)
#elif PACKETVER >= 20160106
-packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 2)
#endif
// Packet: 0x0923
-packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 2)
// Packet: 0x0924
#if PACKETVER >= 20160713
-packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 2)
#elif PACKETVER >= 20160706
-packetLen(0x0924, 10) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 10)
#elif PACKETVER >= 20160608
-packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 2)
#elif PACKETVER >= 20160601
-packetLen(0x0924, 4) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 4)
#elif PACKETVER >= 20160511
-packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 2)
#elif PACKETVER >= 20160504
-packetLen(0x0924, 5) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 5)
#elif PACKETVER >= 20160120
-packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 2)
#elif PACKETVER >= 20160113
-packetLen(0x0924, 6) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 6)
#elif PACKETVER >= 20160106
-packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 2)
#endif
// Packet: 0x0925
#if PACKETVER >= 20161123
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
#elif PACKETVER >= 20161116
-packetLen(0x0925, 10) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 10)
#elif PACKETVER >= 20161109
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
#elif PACKETVER >= 20161102
-packetLen(0x0925, 6) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 6)
#elif PACKETVER >= 20160706
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
#elif PACKETVER >= 20160629
-packetLen(0x0925, 10) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 10)
#elif PACKETVER >= 20160406
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
#elif PACKETVER >= 20160330
-packetLen(0x0925, 19) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 19)
#elif PACKETVER >= 20160106
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
#endif
// Packet: 0x0926
#if PACKETVER >= 20161228
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
#elif PACKETVER >= 20161221
-packetLen(0x0926, 26) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 26)
#elif PACKETVER >= 20161130
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
#elif PACKETVER >= 20161123
-packetLen(0x0926, 19) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 19)
#elif PACKETVER >= 20161102
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
#elif PACKETVER >= 20161026
-packetLen(0x0926, 6) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 6)
#elif PACKETVER >= 20160817
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
#elif PACKETVER >= 20160810
-packetLen(0x0926, 4) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 4)
#elif PACKETVER >= 20160713
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
#elif PACKETVER >= 20160706
-packetLen(0x0926, 5) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 5)
#elif PACKETVER >= 20160629
-packetLen(0x0926, 26) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 26)
#elif PACKETVER >= 20160330
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
#elif PACKETVER >= 20160323
-packetLen(0x0926, 8) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 8)
#elif PACKETVER >= 20160224
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
#elif PACKETVER >= 20160217
-packetLen(0x0926, 10) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 10)
#elif PACKETVER >= 20160106
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
#endif
// Packet: 0x0927
#if PACKETVER >= 20161116
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#elif PACKETVER >= 20161109
-packetLen(0x0927, 26) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 26)
#elif PACKETVER >= 20161005
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#elif PACKETVER >= 20160928
-packetLen(0x0927, 10) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 10)
#elif PACKETVER >= 20160420
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#elif PACKETVER >= 20160414
-packetLen(0x0927, 36) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 36)
#elif PACKETVER >= 20160406
-packetLen(0x0927, 8) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 8)
#elif PACKETVER >= 20160330
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#elif PACKETVER >= 20160323
-packetLen(0x0927, 18) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 18)
#elif PACKETVER >= 20160309
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#elif PACKETVER >= 20160302
-packetLen(0x0927, 6) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 6)
#elif PACKETVER >= 20160106
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#endif
// Packet: 0x0928
#if PACKETVER >= 20161228
-packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 2)
#elif PACKETVER >= 20161221
-packetLen(0x0928, 26) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 26)
#elif PACKETVER >= 20161109
-packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 2)
#elif PACKETVER >= 20161102
-packetLen(0x0928, 26) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 26)
#elif PACKETVER >= 20160921
-packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 2)
#elif PACKETVER >= 20160913
-packetLen(0x0928, 26) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 26)
#elif PACKETVER >= 20160525
-packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 2)
#elif PACKETVER >= 20160518
-packetLen(0x0928, 5) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 5)
#elif PACKETVER >= 20160106
-packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 2)
#endif
// Packet: 0x0929
#if PACKETVER >= 20161228
-packetLen(0x0929, 10) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 10)
#elif PACKETVER >= 20160824
-packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 2)
#elif PACKETVER >= 20160817
-packetLen(0x0929, -1) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, -1)
#elif PACKETVER >= 20160810
-packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 2)
#elif PACKETVER >= 20160803
-packetLen(0x0929, 36) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 36)
#elif PACKETVER >= 20160713
-packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 2)
#elif PACKETVER >= 20160706
-packetLen(0x0929, 8) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 8)
#elif PACKETVER >= 20160316
-packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 2)
#elif PACKETVER >= 20160309
-packetLen(0x0929, 4) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 4)
#elif PACKETVER >= 20160302
-packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 2)
#elif PACKETVER >= 20160224
-packetLen(0x0929, 5) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 5)
#elif PACKETVER >= 20160106
-packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 2)
#endif
// Packet: 0x092a
#if PACKETVER >= 20161130
-packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 2)
#elif PACKETVER >= 20161123
-packetLen(0x092a, 6) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 6)
#elif PACKETVER >= 20161116
-packetLen(0x092a, 10) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 10)
#elif PACKETVER >= 20160727
-packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 2)
#elif PACKETVER >= 20160720
-packetLen(0x092a, 26) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 26)
#elif PACKETVER >= 20160406
-packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 2)
#elif PACKETVER >= 20160330
-packetLen(0x092a, -1) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, -1)
#elif PACKETVER >= 20160316
-packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 2)
#elif PACKETVER >= 20160309
-packetLen(0x092a, -1) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, -1)
#elif PACKETVER >= 20160106
-packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 2)
#endif
// Packet: 0x092b
#if PACKETVER >= 20161012
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
#elif PACKETVER >= 20161005
-packetLen(0x092b, 6) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 6)
#elif PACKETVER >= 20160817
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
#elif PACKETVER >= 20160810
-packetLen(0x092b, -1) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, -1)
#elif PACKETVER >= 20160106
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
#endif
// Packet: 0x092c
#if PACKETVER >= 20161102
-packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 2)
#elif PACKETVER >= 20161026
-packetLen(0x092c, -1) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, -1)
#elif PACKETVER >= 20160907
-packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 2)
#elif PACKETVER >= 20160831
-packetLen(0x092c, 26) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 26)
#elif PACKETVER >= 20160720
-packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 2)
#elif PACKETVER >= 20160713
-packetLen(0x092c, 6) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 6)
#elif PACKETVER >= 20160601
-packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 2)
#elif PACKETVER >= 20160525
-packetLen(0x092c, 18) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 18)
#elif PACKETVER >= 20160406
-packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 2)
#elif PACKETVER >= 20160330
-packetLen(0x092c, 18) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 18)
#elif PACKETVER >= 20160106
-packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 2)
#endif
// Packet: 0x092d
#if PACKETVER >= 20161019
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#elif PACKETVER >= 20161012
-packetLen(0x092d, 6) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 6)
#elif PACKETVER >= 20161005
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#elif PACKETVER >= 20160928
-packetLen(0x092d, 10) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 10)
#elif PACKETVER >= 20160824
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#elif PACKETVER >= 20160817
-packetLen(0x092d, 90) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 90)
#elif PACKETVER >= 20160810
-packetLen(0x092d, 8) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 8)
#elif PACKETVER >= 20160713
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#elif PACKETVER >= 20160706
-packetLen(0x092d, 5) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 5)
#elif PACKETVER >= 20160629
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#elif PACKETVER >= 20160622
-packetLen(0x092d, 6) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 6)
#elif PACKETVER >= 20160414
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#elif PACKETVER >= 20160406
-packetLen(0x092d, 12) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 12)
#elif PACKETVER >= 20160309
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#elif PACKETVER >= 20160302
-packetLen(0x092d, 4) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 4)
#elif PACKETVER >= 20160106
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#endif
// Packet: 0x092e
#if PACKETVER >= 20161228
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#elif PACKETVER >= 20161221
-packetLen(0x092e, 18) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 18)
#elif PACKETVER >= 20161214
-packetLen(0x092e, 6) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 6)
#elif PACKETVER >= 20161102
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#elif PACKETVER >= 20161026
-packetLen(0x092e, 5) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 5)
#elif PACKETVER >= 20160907
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#elif PACKETVER >= 20160831
-packetLen(0x092e, 12) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 12)
#elif PACKETVER >= 20160803
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#elif PACKETVER >= 20160727
-packetLen(0x092e, 5) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 5)
#elif PACKETVER >= 20160224
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#elif PACKETVER >= 20160217
-packetLen(0x092e, 90) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 90)
#elif PACKETVER >= 20160106
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#endif
// Packet: 0x092f
#if PACKETVER >= 20161130
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#elif PACKETVER >= 20161123
-packetLen(0x092f, 6) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 6)
#elif PACKETVER >= 20161109
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#elif PACKETVER >= 20161102
-packetLen(0x092f, 6) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 6)
#elif PACKETVER >= 20160629
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#elif PACKETVER >= 20160622
-packetLen(0x092f, 10) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 10)
#elif PACKETVER >= 20160427
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#elif PACKETVER >= 20160420
-packetLen(0x092f, 18) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 18)
#elif PACKETVER >= 20160309
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#elif PACKETVER >= 20160302
-packetLen(0x092f, 90) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 90)
#elif PACKETVER >= 20160224
-packetLen(0x092f, -1) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, -1)
#elif PACKETVER >= 20160106
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#endif
// Packet: 0x0930
#if PACKETVER >= 20161228
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#elif PACKETVER >= 20161221
-packetLen(0x0930, 5) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 5)
#elif PACKETVER >= 20161130
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#elif PACKETVER >= 20161123
-packetLen(0x0930, 5) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 5)
#elif PACKETVER >= 20161102
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#elif PACKETVER >= 20161026
-packetLen(0x0930, 6) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 6)
#elif PACKETVER >= 20160824
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#elif PACKETVER >= 20160817
-packetLen(0x0930, 5) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 5)
#elif PACKETVER >= 20160810
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#elif PACKETVER >= 20160803
-packetLen(0x0930, 12) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 12)
#elif PACKETVER >= 20160406
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#elif PACKETVER >= 20160330
-packetLen(0x0930, 5) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 5)
#elif PACKETVER >= 20160120
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#elif PACKETVER >= 20160113
-packetLen(0x0930, 6) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 6)
#elif PACKETVER >= 20160106
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#endif
// Packet: 0x0931
#if PACKETVER >= 20161207
-packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 2)
#elif PACKETVER >= 20161130
-packetLen(0x0931, 5) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 5)
#elif PACKETVER >= 20161123
-packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 2)
#elif PACKETVER >= 20161116
-packetLen(0x0931, -1) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, -1)
#elif PACKETVER >= 20161012
-packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 2)
#elif PACKETVER >= 20161005
-packetLen(0x0931, 26) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 26)
#elif PACKETVER >= 20160720
-packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 2)
#elif PACKETVER >= 20160713
-packetLen(0x0931, 10) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 10)
#elif PACKETVER >= 20160420
-packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 2)
#elif PACKETVER >= 20160414
-packetLen(0x0931, 6) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 6)
#elif PACKETVER >= 20160106
-packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 2)
#endif
// Packet: 0x0932
#if PACKETVER >= 20161012
-packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 2)
#elif PACKETVER >= 20161005
-packetLen(0x0932, 12) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 12)
#elif PACKETVER >= 20160810
-packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 2)
#elif PACKETVER >= 20160803
-packetLen(0x0932, 10) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 10)
#elif PACKETVER >= 20160316
-packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 2)
#elif PACKETVER >= 20160309
-packetLen(0x0932, 5) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 5)
#elif PACKETVER >= 20160120
-packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 2)
#elif PACKETVER >= 20160113
-packetLen(0x0932, 8) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 8)
#elif PACKETVER >= 20160106
-packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 2)
#endif
// Packet: 0x0933
#if PACKETVER >= 20160414
-packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 2)
#elif PACKETVER >= 20160406
-packetLen(0x0933, 5) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 5)
#elif PACKETVER >= 20160330
-packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 2)
#elif PACKETVER >= 20160323
-packetLen(0x0933, 5) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 5)
#elif PACKETVER >= 20160106
-packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 2)
#endif
// Packet: 0x0934
#if PACKETVER >= 20161228
-packetLen(0x0934, 26) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 26)
#elif PACKETVER >= 20160831
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#elif PACKETVER >= 20160824
-packetLen(0x0934, 36) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 36)
#elif PACKETVER >= 20160810
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#elif PACKETVER >= 20160803
-packetLen(0x0934, 7) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 7)
#elif PACKETVER >= 20160420
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#elif PACKETVER >= 20160414
-packetLen(0x0934, 5) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 5)
#elif PACKETVER >= 20160406
-packetLen(0x0934, 10) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 10)
#elif PACKETVER >= 20160106
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#endif
// Packet: 0x0935
#if PACKETVER >= 20161228
-packetLen(0x0935, 8) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 8)
#elif PACKETVER >= 20160921
-packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 2)
#elif PACKETVER >= 20160913
-packetLen(0x0935, -1) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, -1)
#elif PACKETVER >= 20160817
-packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 2)
#elif PACKETVER >= 20160810
-packetLen(0x0935, 90) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 90)
#elif PACKETVER >= 20160427
-packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 2)
#elif PACKETVER >= 20160420
-packetLen(0x0935, 26) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 26)
#elif PACKETVER >= 20160106
-packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 2)
#endif
// Packet: 0x0936
#if PACKETVER >= 20161019
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
#elif PACKETVER >= 20161012
-packetLen(0x0936, 6) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 6)
#elif PACKETVER >= 20160803
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
#elif PACKETVER >= 20160727
-packetLen(0x0936, 5) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 5)
#elif PACKETVER >= 20160629
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
#elif PACKETVER >= 20160622
-packetLen(0x0936, 19) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 19)
#elif PACKETVER >= 20160302
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
#elif PACKETVER >= 20160224
-packetLen(0x0936, 36) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 36)
#elif PACKETVER >= 20160106
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
#endif
// Packet: 0x0937
#if PACKETVER >= 20161116
-packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 2)
#elif PACKETVER >= 20161109
-packetLen(0x0937, 26) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 26)
#elif PACKETVER >= 20161019
-packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 2)
#elif PACKETVER >= 20161012
-packetLen(0x0937, 6) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 6)
#elif PACKETVER >= 20160810
-packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 2)
#elif PACKETVER >= 20160803
-packetLen(0x0937, 10) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 10)
#elif PACKETVER >= 20160629
-packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 2)
#elif PACKETVER >= 20160622
-packetLen(0x0937, 12) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 12)
#elif PACKETVER >= 20160601
-packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 2)
#elif PACKETVER >= 20160525
-packetLen(0x0937, -1) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, -1)
#elif PACKETVER >= 20160106
-packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 2)
#endif
// Packet: 0x0938
#if PACKETVER >= 20161228
-packetLen(0x0938, 4) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 4)
#elif PACKETVER >= 20160302
-packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 2)
#elif PACKETVER >= 20160224
-packetLen(0x0938, 6) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 6)
#elif PACKETVER >= 20160106
-packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 2)
#endif
// Packet: 0x0939
#if PACKETVER >= 20161019
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
#elif PACKETVER >= 20161012
-packetLen(0x0939, -1) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, -1)
#elif PACKETVER >= 20160824
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
#elif PACKETVER >= 20160817
-packetLen(0x0939, 8) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 8)
#elif PACKETVER >= 20160720
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
#elif PACKETVER >= 20160713
-packetLen(0x0939, 26) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 26)
#elif PACKETVER >= 20160706
-packetLen(0x0939, 8) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 8)
#elif PACKETVER >= 20160406
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
#elif PACKETVER >= 20160330
-packetLen(0x0939, 6) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 6)
#elif PACKETVER >= 20160106
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
#endif
// Packet: 0x093a
#if PACKETVER >= 20160921
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
#elif PACKETVER >= 20160913
-packetLen(0x093a, 5) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 5)
#elif PACKETVER >= 20160907
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
#elif PACKETVER >= 20160831
-packetLen(0x093a, 5) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 5)
#elif PACKETVER >= 20160810
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
#elif PACKETVER >= 20160803
-packetLen(0x093a, 8) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 8)
#elif PACKETVER >= 20160106
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
#endif
// Packet: 0x093b
#if PACKETVER >= 20161012
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#elif PACKETVER >= 20161005
-packetLen(0x093b, 10) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 10)
#elif PACKETVER >= 20160727
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#elif PACKETVER >= 20160720
-packetLen(0x093b, 5) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 5)
#elif PACKETVER >= 20160629
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#elif PACKETVER >= 20160622
-packetLen(0x093b, 8) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 8)
#elif PACKETVER >= 20160615
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#elif PACKETVER >= 20160608
-packetLen(0x093b, 4) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 4)
#elif PACKETVER >= 20160406
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#elif PACKETVER >= 20160330
-packetLen(0x093b, 26) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 26)
#elif PACKETVER >= 20160224
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#elif PACKETVER >= 20160217
-packetLen(0x093b, -1) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, -1)
#elif PACKETVER >= 20160106
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#endif
// Packet: 0x093c
#if PACKETVER >= 20161123
-packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 2)
#elif PACKETVER >= 20161116
-packetLen(0x093c, -1) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, -1)
#elif PACKETVER >= 20161109
-packetLen(0x093c, 36) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 36)
#elif PACKETVER >= 20160824
-packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 2)
#elif PACKETVER >= 20160817
-packetLen(0x093c, 8) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 8)
#elif PACKETVER >= 20160330
-packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 2)
#elif PACKETVER >= 20160323
-packetLen(0x093c, 6) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 6)
#elif PACKETVER >= 20160120
-packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 2)
#elif PACKETVER >= 20160113
-packetLen(0x093c, 8) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 8)
#elif PACKETVER >= 20160106
-packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 2)
#endif
// Packet: 0x093d
#if PACKETVER >= 20161228
-packetLen(0x093d, 7) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 7)
#elif PACKETVER >= 20161221
-packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 2)
#elif PACKETVER >= 20161214
-packetLen(0x093d, 5) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 5)
#elif PACKETVER >= 20160713
-packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 2)
#elif PACKETVER >= 20160706
-packetLen(0x093d, 6) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 6)
#elif PACKETVER >= 20160106
-packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 2)
#endif
// Packet: 0x093e
#if PACKETVER >= 20160810
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#elif PACKETVER >= 20160803
-packetLen(0x093e, 6) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 6)
#elif PACKETVER >= 20160727
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#elif PACKETVER >= 20160720
-packetLen(0x093e, -1) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, -1)
#elif PACKETVER >= 20160706
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#elif PACKETVER >= 20160629
-packetLen(0x093e, -1) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, -1)
#elif PACKETVER >= 20160622
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#elif PACKETVER >= 20160615
-packetLen(0x093e, 26) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 26)
#elif PACKETVER >= 20160511
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#elif PACKETVER >= 20160504
-packetLen(0x093e, -1) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, -1)
#elif PACKETVER >= 20160224
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#elif PACKETVER >= 20160217
-packetLen(0x093e, -1) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, -1)
#elif PACKETVER >= 20160211
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#elif PACKETVER >= 20160203
-packetLen(0x093e, 26) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 26)
#elif PACKETVER >= 20160106
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#endif
// Packet: 0x093f
#if PACKETVER >= 20161116
-packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 2)
#elif PACKETVER >= 20161109
-packetLen(0x093f, 6) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 6)
#elif PACKETVER >= 20160810
-packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 2)
#elif PACKETVER >= 20160803
-packetLen(0x093f, -1) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, -1)
#elif PACKETVER >= 20160629
-packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 2)
#elif PACKETVER >= 20160622
-packetLen(0x093f, -1) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, -1)
#elif PACKETVER >= 20160106
-packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 2)
#endif
// Packet: 0x0940
#if PACKETVER >= 20160518
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20160511
-packetLen(0x0940, 36) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 36)
#elif PACKETVER >= 20160504
-packetLen(0x0940, 19) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 19)
#elif PACKETVER >= 20160427
-packetLen(0x0940, -1) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, -1)
#elif PACKETVER >= 20160414
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20160406
-packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 6)
#elif PACKETVER >= 20160211
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20160203
-packetLen(0x0940, 5) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 5)
#elif PACKETVER >= 20160113
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20160106
-packetLen(0x0940, 8) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 8)
#endif
// Packet: 0x0941
#if PACKETVER >= 20161130
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#elif PACKETVER >= 20161123
-packetLen(0x0941, 26) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 26)
#elif PACKETVER >= 20160511
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#elif PACKETVER >= 20160504
-packetLen(0x0941, 8) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 8)
#elif PACKETVER >= 20160224
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#elif PACKETVER >= 20160217
-packetLen(0x0941, 6) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 6)
#elif PACKETVER >= 20160120
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#elif PACKETVER >= 20160113
-packetLen(0x0941, -1) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, -1)
#elif PACKETVER >= 20160106
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#endif
// Packet: 0x0942
#if PACKETVER >= 20161012
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
#elif PACKETVER >= 20161005
-packetLen(0x0942, 6) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 6)
#elif PACKETVER >= 20160106
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
#endif
// Packet: 0x0943
#if PACKETVER >= 20161228
-packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 2)
#elif PACKETVER >= 20161221
-packetLen(0x0943, 10) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 10)
#elif PACKETVER >= 20161214
-packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 2)
#elif PACKETVER >= 20161207
-packetLen(0x0943, 4) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 4)
#elif PACKETVER >= 20161130
-packetLen(0x0943, 19) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 19)
#elif PACKETVER >= 20161019
-packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 2)
#elif PACKETVER >= 20161012
-packetLen(0x0943, 18) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 18)
#elif PACKETVER >= 20160817
-packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 2)
#elif PACKETVER >= 20160810
-packetLen(0x0943, 6) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 6)
#elif PACKETVER >= 20160106
-packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 2)
#endif
// Packet: 0x0944
#if PACKETVER >= 20161228
-packetLen(0x0944, 6) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 6)
#elif PACKETVER >= 20161019
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#elif PACKETVER >= 20161012
-packetLen(0x0944, 8) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 8)
#elif PACKETVER >= 20161005
-packetLen(0x0944, -1) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, -1)
#elif PACKETVER >= 20160928
-packetLen(0x0944, 5) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 5)
#elif PACKETVER >= 20160713
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#elif PACKETVER >= 20160706
-packetLen(0x0944, 8) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 8)
#elif PACKETVER >= 20160106
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#endif
// Packet: 0x0945
#if PACKETVER >= 20161012
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#elif PACKETVER >= 20161005
-packetLen(0x0945, 5) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 5)
#elif PACKETVER >= 20160720
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#elif PACKETVER >= 20160713
-packetLen(0x0945, 7) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 7)
#elif PACKETVER >= 20160706
-packetLen(0x0945, 6) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 6)
#elif PACKETVER >= 20160601
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#elif PACKETVER >= 20160525
-packetLen(0x0945, 26) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 26)
#elif PACKETVER >= 20160420
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#elif PACKETVER >= 20160414
-packetLen(0x0945, 26) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 26)
#elif PACKETVER >= 20160309
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#elif PACKETVER >= 20160302
-packetLen(0x0945, 6) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 6)
#elif PACKETVER >= 20160106
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#endif
// Packet: 0x0946
#if PACKETVER >= 20161228
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20161221
-packetLen(0x0946, 10) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 10)
#elif PACKETVER >= 20161109
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20161102
-packetLen(0x0946, 19) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 19)
#elif PACKETVER >= 20161026
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20161019
-packetLen(0x0946, 19) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 19)
#elif PACKETVER >= 20160907
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20160831
-packetLen(0x0946, 6) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 6)
#elif PACKETVER >= 20160803
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20160720
-packetLen(0x0946, 6) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 6)
#elif PACKETVER >= 20160706
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20160622
-packetLen(0x0946, -1) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, -1)
#elif PACKETVER >= 20160106
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#endif
// Packet: 0x0947
#if PACKETVER >= 20160720
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#elif PACKETVER >= 20160713
-packetLen(0x0947, 8) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 8)
#elif PACKETVER >= 20160211
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#elif PACKETVER >= 20160203
-packetLen(0x0947, 6) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 6)
#elif PACKETVER >= 20160106
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#endif
// Packet: 0x0948
#if PACKETVER >= 20160706
-packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 2)
#elif PACKETVER >= 20160629
-packetLen(0x0948, 5) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 5)
#elif PACKETVER >= 20160622
-packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 2)
#elif PACKETVER >= 20160615
-packetLen(0x0948, 7) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 7)
#elif PACKETVER >= 20160511
-packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 2)
#elif PACKETVER >= 20160504
-packetLen(0x0948, 12) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 12)
#elif PACKETVER >= 20160106
-packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 2)
#endif
// Packet: 0x0949
#if PACKETVER >= 20161109
-packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 2)
#elif PACKETVER >= 20161102
-packetLen(0x0949, 5) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 5)
#elif PACKETVER >= 20160921
-packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 2)
#elif PACKETVER >= 20160913
-packetLen(0x0949, 26) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 26)
#elif PACKETVER >= 20160803
-packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 2)
#elif PACKETVER >= 20160727
-packetLen(0x0949, 8) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 8)
#elif PACKETVER >= 20160414
-packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 2)
#elif PACKETVER >= 20160406
-packetLen(0x0949, -1) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, -1)
#elif PACKETVER >= 20160106
-packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 2)
#endif
// Packet: 0x094a
#if PACKETVER >= 20161123
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#elif PACKETVER >= 20161116
-packetLen(0x094a, 6) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 6)
#elif PACKETVER >= 20161012
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#elif PACKETVER >= 20161005
-packetLen(0x094a, -1) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, -1)
#elif PACKETVER >= 20160928
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#elif PACKETVER >= 20160921
-packetLen(0x094a, 36) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 36)
#elif PACKETVER >= 20160913
-packetLen(0x094a, 90) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 90)
#elif PACKETVER >= 20160907
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#elif PACKETVER >= 20160831
-packetLen(0x094a, 5) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 5)
#elif PACKETVER >= 20160706
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#elif PACKETVER >= 20160629
-packetLen(0x094a, 26) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 26)
#elif PACKETVER >= 20160622
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#elif PACKETVER >= 20160615
-packetLen(0x094a, 6) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 6)
#elif PACKETVER >= 20160601
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#elif PACKETVER >= 20160525
-packetLen(0x094a, 8) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 8)
#elif PACKETVER >= 20160224
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#elif PACKETVER >= 20160217
-packetLen(0x094a, 10) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 10)
#elif PACKETVER >= 20160106
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#endif
// Packet: 0x094b
#if PACKETVER >= 20161228
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
#elif PACKETVER >= 20161221
-packetLen(0x094b, -1) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, -1)
#elif PACKETVER >= 20161102
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
#elif PACKETVER >= 20161026
-packetLen(0x094b, 8) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 8)
#elif PACKETVER >= 20160622
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
#elif PACKETVER >= 20160615
-packetLen(0x094b, -1) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, -1)
#elif PACKETVER >= 20160106
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
#endif
// Packet: 0x094c
#if PACKETVER >= 20160713
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
#elif PACKETVER >= 20160706
-packetLen(0x094c, 36) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 36)
#elif PACKETVER >= 20160302
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
#elif PACKETVER >= 20160224
-packetLen(0x094c, 18) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 18)
#elif PACKETVER >= 20160106
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
#endif
// Packet: 0x094d
#if PACKETVER >= 20161130
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
#elif PACKETVER >= 20161123
-packetLen(0x094d, 10) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 10)
#elif PACKETVER >= 20161012
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
#elif PACKETVER >= 20161005
-packetLen(0x094d, 5) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 5)
#elif PACKETVER >= 20160727
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
#elif PACKETVER >= 20160720
-packetLen(0x094d, 6) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 6)
#elif PACKETVER >= 20160615
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
#elif PACKETVER >= 20160608
-packetLen(0x094d, 6) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 6)
#elif PACKETVER >= 20160414
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
#elif PACKETVER >= 20160406
-packetLen(0x094d, 6) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 6)
#elif PACKETVER >= 20160120
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
#elif PACKETVER >= 20160113
-packetLen(0x094d, 19) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 19)
#elif PACKETVER >= 20160106
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
#endif
// Packet: 0x094e
#if PACKETVER >= 20161005
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#elif PACKETVER >= 20160928
-packetLen(0x094e, 26) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 26)
#elif PACKETVER >= 20160601
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#elif PACKETVER >= 20160525
-packetLen(0x094e, 8) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 8)
#elif PACKETVER >= 20160427
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#elif PACKETVER >= 20160420
-packetLen(0x094e, -1) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, -1)
#elif PACKETVER >= 20160309
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#elif PACKETVER >= 20160302
-packetLen(0x094e, 36) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 36)
#elif PACKETVER >= 20160106
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#endif
// Packet: 0x094f
#if PACKETVER >= 20161130
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#elif PACKETVER >= 20161123
-packetLen(0x094f, -1) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, -1)
#elif PACKETVER >= 20161019
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#elif PACKETVER >= 20161012
-packetLen(0x094f, 8) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 8)
#elif PACKETVER >= 20160907
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#elif PACKETVER >= 20160831
-packetLen(0x094f, 8) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 8)
#elif PACKETVER >= 20160316
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#elif PACKETVER >= 20160309
-packetLen(0x094f, 7) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 7)
#elif PACKETVER >= 20160224
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#elif PACKETVER >= 20160217
-packetLen(0x094f, 8) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 8)
#elif PACKETVER >= 20160120
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#elif PACKETVER >= 20160113
-packetLen(0x094f, 8) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 8)
#elif PACKETVER >= 20160106
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#endif
// Packet: 0x0950
#if PACKETVER >= 20160921
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
#elif PACKETVER >= 20160913
-packetLen(0x0950, 7) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 7)
#elif PACKETVER >= 20160907
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
#elif PACKETVER >= 20160831
-packetLen(0x0950, -1) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, -1)
#elif PACKETVER >= 20160309
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
#elif PACKETVER >= 20160302
-packetLen(0x0950, 8) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 8)
#elif PACKETVER >= 20160106
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
#endif
// Packet: 0x0951
#if PACKETVER >= 20161019
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#elif PACKETVER >= 20161012
-packetLen(0x0951, 90) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 90)
#elif PACKETVER >= 20160803
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#elif PACKETVER >= 20160727
-packetLen(0x0951, 8) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 8)
#elif PACKETVER >= 20160601
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#elif PACKETVER >= 20160525
-packetLen(0x0951, 26) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 26)
#elif PACKETVER >= 20160106
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#endif
// Packet: 0x0952
#if PACKETVER >= 20161012
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
#elif PACKETVER >= 20161005
-packetLen(0x0952, 4) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 4)
#elif PACKETVER >= 20160921
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
#elif PACKETVER >= 20160913
-packetLen(0x0952, 19) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 19)
#elif PACKETVER >= 20160810
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
#elif PACKETVER >= 20160803
-packetLen(0x0952, 5) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 5)
#elif PACKETVER >= 20160511
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
#elif PACKETVER >= 20160504
-packetLen(0x0952, 26) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 26)
#elif PACKETVER >= 20160106
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
#endif
// Packet: 0x0953
#if PACKETVER >= 20161102
-packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 2)
#elif PACKETVER >= 20161026
-packetLen(0x0953, 26) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 26)
#elif PACKETVER >= 20161005
-packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 2)
#elif PACKETVER >= 20160928
-packetLen(0x0953, -1) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, -1)
#elif PACKETVER >= 20160727
-packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 2)
#elif PACKETVER >= 20160720
-packetLen(0x0953, 8) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 8)
#elif PACKETVER >= 20160420
-packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 2)
#elif PACKETVER >= 20160414
-packetLen(0x0953, 8) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 8)
#elif PACKETVER >= 20160406
-packetLen(0x0953, 36) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 36)
#elif PACKETVER >= 20160106
-packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 2)
#endif
// Packet: 0x0954
#if PACKETVER >= 20161207
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#elif PACKETVER >= 20161130
-packetLen(0x0954, 36) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 36)
#elif PACKETVER >= 20161116
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#elif PACKETVER >= 20161109
-packetLen(0x0954, 10) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 10)
#elif PACKETVER >= 20160921
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#elif PACKETVER >= 20160913
-packetLen(0x0954, 5) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 5)
#elif PACKETVER >= 20160907
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#elif PACKETVER >= 20160831
-packetLen(0x0954, -1) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, -1)
#elif PACKETVER >= 20160622
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#elif PACKETVER >= 20160615
-packetLen(0x0954, 5) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 5)
#elif PACKETVER >= 20160211
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#elif PACKETVER >= 20160203
-packetLen(0x0954, 8) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 8)
#elif PACKETVER >= 20160106
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#endif
// Packet: 0x0955
#if PACKETVER >= 20161005
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
#elif PACKETVER >= 20160928
-packetLen(0x0955, 18) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 18)
#elif PACKETVER >= 20160810
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
#elif PACKETVER >= 20160803
-packetLen(0x0955, 8) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 8)
#elif PACKETVER >= 20160106
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
#endif
// Packet: 0x0956
#if PACKETVER >= 20161116
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#elif PACKETVER >= 20161109
-packetLen(0x0956, 5) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 5)
#elif PACKETVER >= 20160810
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#elif PACKETVER >= 20160803
-packetLen(0x0956, -1) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, -1)
#elif PACKETVER >= 20160601
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#elif PACKETVER >= 20160525
-packetLen(0x0956, 8) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 8)
#elif PACKETVER >= 20160316
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#elif PACKETVER >= 20160309
-packetLen(0x0956, 6) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 6)
#elif PACKETVER >= 20160106
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#endif
// Packet: 0x0957
#if PACKETVER >= 20161123
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20161116
-packetLen(0x0957, 6) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 6)
#elif PACKETVER >= 20161005
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20160928
-packetLen(0x0957, 6) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 6)
#elif PACKETVER >= 20160907
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20160831
-packetLen(0x0957, -1) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, -1)
#elif PACKETVER >= 20160824
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20160817
-packetLen(0x0957, 18) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 18)
#elif PACKETVER >= 20160720
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20160713
-packetLen(0x0957, 6) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 6)
#elif PACKETVER >= 20160706
-packetLen(0x0957, 12) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 12)
#elif PACKETVER >= 20160622
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20160615
-packetLen(0x0957, 8) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 8)
#elif PACKETVER >= 20160309
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20160302
-packetLen(0x0957, -1) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, -1)
#elif PACKETVER >= 20160106
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#endif
// Packet: 0x0958
#if PACKETVER >= 20160713
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20160706
-packetLen(0x0958, 6) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 6)
#elif PACKETVER >= 20160622
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20160615
-packetLen(0x0958, 8) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 8)
#elif PACKETVER >= 20160608
-packetLen(0x0958, 36) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 36)
#elif PACKETVER >= 20160106
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#endif
// Packet: 0x0959
#if PACKETVER >= 20161207
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#elif PACKETVER >= 20161130
-packetLen(0x0959, 26) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 26)
#elif PACKETVER >= 20160810
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#elif PACKETVER >= 20160803
-packetLen(0x0959, 6) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 6)
#elif PACKETVER >= 20160629
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#elif PACKETVER >= 20160622
-packetLen(0x0959, 6) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 6)
#elif PACKETVER >= 20160106
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#endif
// Packet: 0x095a
#if PACKETVER >= 20161228
-packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 2)
#elif PACKETVER >= 20161221
-packetLen(0x095a, 6) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 6)
#elif PACKETVER >= 20161130
-packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 2)
#elif PACKETVER >= 20161123
-packetLen(0x095a, 8) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 8)
#elif PACKETVER >= 20161012
-packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 2)
#elif PACKETVER >= 20161005
-packetLen(0x095a, 6) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 6)
#elif PACKETVER >= 20160928
-packetLen(0x095a, 4) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 4)
#elif PACKETVER >= 20160810
-packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 2)
#elif PACKETVER >= 20160803
-packetLen(0x095a, 26) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 26)
#elif PACKETVER >= 20160706
-packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 2)
#elif PACKETVER >= 20160629
-packetLen(0x095a, 7) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 7)
#elif PACKETVER >= 20160309
-packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 2)
#elif PACKETVER >= 20160302
-packetLen(0x095a, 6) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 6)
#elif PACKETVER >= 20160211
-packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 2)
#elif PACKETVER >= 20160203
-packetLen(0x095a, 6) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 6)
#elif PACKETVER >= 20160127
-packetLen(0x095a, 36) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 36)
#elif PACKETVER >= 20160106
-packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 2)
#endif
// Packet: 0x095b
#if PACKETVER >= 20161130
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20161123
-packetLen(0x095b, 7) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 7)
#elif PACKETVER >= 20161116
-packetLen(0x095b, 36) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 36)
#elif PACKETVER >= 20161012
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20161005
-packetLen(0x095b, 19) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 19)
#elif PACKETVER >= 20160817
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20160810
-packetLen(0x095b, 7) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 7)
#elif PACKETVER >= 20160727
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20160720
-packetLen(0x095b, 18) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 18)
#elif PACKETVER >= 20160713
-packetLen(0x095b, 8) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 8)
#elif PACKETVER >= 20160615
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20160608
-packetLen(0x095b, 8) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 8)
#elif PACKETVER >= 20160601
-packetLen(0x095b, 5) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 5)
#elif PACKETVER >= 20160511
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20160504
-packetLen(0x095b, 6) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 6)
#elif PACKETVER >= 20160106
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#endif
// Packet: 0x095c
#if PACKETVER >= 20161102
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#elif PACKETVER >= 20161026
-packetLen(0x095c, -1) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, -1)
#elif PACKETVER >= 20161019
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#elif PACKETVER >= 20161012
-packetLen(0x095c, 5) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 5)
#elif PACKETVER >= 20160622
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#elif PACKETVER >= 20160615
-packetLen(0x095c, 18) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 18)
#elif PACKETVER >= 20160427
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#elif PACKETVER >= 20160420
-packetLen(0x095c, 8) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 8)
#elif PACKETVER >= 20160106
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#endif
// Packet: 0x095d
#if PACKETVER >= 20161214
-packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 2)
#elif PACKETVER >= 20161207
-packetLen(0x095d, 36) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 36)
#elif PACKETVER >= 20161123
-packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 2)
#elif PACKETVER >= 20161116
-packetLen(0x095d, 4) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 4)
#elif PACKETVER >= 20160414
-packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 2)
#elif PACKETVER >= 20160406
-packetLen(0x095d, 5) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 5)
#elif PACKETVER >= 20160211
-packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 2)
#elif PACKETVER >= 20160203
-packetLen(0x095d, 8) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 8)
#elif PACKETVER >= 20160106
-packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 2)
#endif
// Packet: 0x095e
#if PACKETVER >= 20161109
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
#elif PACKETVER >= 20161102
-packetLen(0x095e, 12) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 12)
#elif PACKETVER >= 20161026
-packetLen(0x095e, 90) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 90)
#elif PACKETVER >= 20160907
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
#elif PACKETVER >= 20160831
-packetLen(0x095e, 8) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 8)
#elif PACKETVER >= 20160622
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
#elif PACKETVER >= 20160615
-packetLen(0x095e, -1) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, -1)
#elif PACKETVER >= 20160316
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
#elif PACKETVER >= 20160309
-packetLen(0x095e, 12) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 12)
#elif PACKETVER >= 20160224
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
#elif PACKETVER >= 20160217
-packetLen(0x095e, 36) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 36)
#elif PACKETVER >= 20160106
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
#endif
// Packet: 0x095f
#if PACKETVER >= 20160803
-packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 2)
#elif PACKETVER >= 20160727
-packetLen(0x095f, -1) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, -1)
#elif PACKETVER >= 20160608
-packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 2)
#elif PACKETVER >= 20160601
-packetLen(0x095f, 36) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 36)
#elif PACKETVER >= 20160414
-packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 2)
#elif PACKETVER >= 20160406
-packetLen(0x095f, 5) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 5)
#elif PACKETVER >= 20160106
-packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 2)
#endif
// Packet: 0x0960
#if PACKETVER >= 20160907
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20160831
-packetLen(0x0960, 6) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 6)
#elif PACKETVER >= 20160727
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20160720
-packetLen(0x0960, 8) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 8)
#elif PACKETVER >= 20160309
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20160302
-packetLen(0x0960, 8) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 8)
#elif PACKETVER >= 20160106
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#endif
// Packet: 0x0961
#if PACKETVER >= 20160622
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#elif PACKETVER >= 20160615
-packetLen(0x0961, 12) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 12)
#elif PACKETVER >= 20160608
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#elif PACKETVER >= 20160601
-packetLen(0x0961, 18) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 18)
#elif PACKETVER >= 20160309
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#elif PACKETVER >= 20160302
-packetLen(0x0961, 18) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 18)
#elif PACKETVER >= 20160224
-packetLen(0x0961, 5) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 5)
#elif PACKETVER >= 20160203
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#elif PACKETVER >= 20160127
-packetLen(0x0961, 26) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 26)
#elif PACKETVER >= 20160106
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#endif
// Packet: 0x0962
#if PACKETVER >= 20161130
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#elif PACKETVER >= 20161123
-packetLen(0x0962, 8) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 8)
#elif PACKETVER >= 20161102
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#elif PACKETVER >= 20161026
-packetLen(0x0962, 5) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 5)
#elif PACKETVER >= 20161019
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#elif PACKETVER >= 20161012
-packetLen(0x0962, 10) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 10)
#elif PACKETVER >= 20160921
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#elif PACKETVER >= 20160913
-packetLen(0x0962, 4) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 4)
#elif PACKETVER >= 20160414
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#elif PACKETVER >= 20160406
-packetLen(0x0962, 4) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 4)
#elif PACKETVER >= 20160106
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#endif
// Packet: 0x0963
#if PACKETVER >= 20161026
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
#elif PACKETVER >= 20161019
-packetLen(0x0963, 26) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 26)
#elif PACKETVER >= 20160921
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
#elif PACKETVER >= 20160913
-packetLen(0x0963, 6) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 6)
#elif PACKETVER >= 20160824
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
#elif PACKETVER >= 20160817
-packetLen(0x0963, 5) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 5)
#elif PACKETVER >= 20160106
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
#endif
// Packet: 0x0964
#if PACKETVER >= 20161228
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#elif PACKETVER >= 20161221
-packetLen(0x0964, 19) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 19)
#elif PACKETVER >= 20161109
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#elif PACKETVER >= 20161102
-packetLen(0x0964, -1) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, -1)
#elif PACKETVER >= 20160907
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#elif PACKETVER >= 20160831
-packetLen(0x0964, 10) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 10)
#elif PACKETVER >= 20160106
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#endif
// Packet: 0x0965
#if PACKETVER >= 20161228
-packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 2)
#elif PACKETVER >= 20161221
-packetLen(0x0965, 5) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 5)
#elif PACKETVER >= 20161214
-packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 2)
#elif PACKETVER >= 20161207
-packetLen(0x0965, 26) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 26)
#elif PACKETVER >= 20161109
-packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 2)
#elif PACKETVER >= 20161102
-packetLen(0x0965, 10) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 10)
#elif PACKETVER >= 20160629
-packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 2)
#elif PACKETVER >= 20160622
-packetLen(0x0965, 5) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 5)
#elif PACKETVER >= 20160106
-packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 2)
#endif
// Packet: 0x0966
#if PACKETVER >= 20161109
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#elif PACKETVER >= 20161102
-packetLen(0x0966, 6) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 6)
#elif PACKETVER >= 20161019
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#elif PACKETVER >= 20161012
-packetLen(0x0966, 5) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 5)
#elif PACKETVER >= 20160224
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#elif PACKETVER >= 20160217
-packetLen(0x0966, 6) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 6)
#elif PACKETVER >= 20160106
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#endif
// Packet: 0x0967
#if PACKETVER >= 20161123
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20161116
-packetLen(0x0967, 8) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 8)
#elif PACKETVER >= 20161019
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20161012
-packetLen(0x0967, 36) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 36)
#elif PACKETVER >= 20161005
-packetLen(0x0967, 10) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 10)
#elif PACKETVER >= 20160907
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20160831
-packetLen(0x0967, 10) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 10)
#elif PACKETVER >= 20160817
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20160810
-packetLen(0x0967, 8) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 8)
#elif PACKETVER >= 20160309
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20160302
-packetLen(0x0967, 6) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 6)
#elif PACKETVER >= 20160224
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20160217
-packetLen(0x0967, 6) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 6)
#elif PACKETVER >= 20160120
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20160113
-packetLen(0x0967, -1) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, -1)
#elif PACKETVER >= 20160106
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#endif
// Packet: 0x0968
#if PACKETVER >= 20160706
-packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 2)
#elif PACKETVER >= 20160629
-packetLen(0x0968, 10) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 10)
#elif PACKETVER >= 20160309
-packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 2)
#elif PACKETVER >= 20160302
-packetLen(0x0968, 7) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 7)
#elif PACKETVER >= 20160106
-packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 2)
#endif
// Packet: 0x0969
#if PACKETVER >= 20160803
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#elif PACKETVER >= 20160727
-packetLen(0x0969, -1) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, -1)
#elif PACKETVER >= 20160720
-packetLen(0x0969, 26) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 26)
#elif PACKETVER >= 20160706
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#elif PACKETVER >= 20160622
-packetLen(0x0969, 6) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 6)
#elif PACKETVER >= 20160615
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#elif PACKETVER >= 20160608
-packetLen(0x0969, 26) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 26)
#elif PACKETVER >= 20160511
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#elif PACKETVER >= 20160504
-packetLen(0x0969, 36) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 36)
#elif PACKETVER >= 20160224
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#elif PACKETVER >= 20160217
-packetLen(0x0969, -1) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, -1)
#elif PACKETVER >= 20160106
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#endif
// Packet: 0x096a
#if PACKETVER >= 20161221
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20161123
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20161026
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20161019
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20160928
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20160921
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20160913
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20160907
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20160831
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20160824
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20160810
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20160803
-packetLen(0x096a, -1) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, -1)
#elif PACKETVER >= 20160706
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20160629
-packetLen(0x096a, 8) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 8)
#elif PACKETVER >= 20160615
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20160511
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20160504
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20160414
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20160406
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20160309
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20160302
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20160224
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20160217
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20160120
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20160113
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20160106
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#endif
// Packet: 0x096b
-packetLen(0x096b, 4) // ZC_PRNPC_STATE
+packetLen(0x096b, 4)
// Packet: 0x096c
-packetLen(0x096c, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x096c, 6)
// Packet: 0x096d
-packetLen(0x096d, -1) // ZC_MERGE_ITEM_OPEN
+packetLen(0x096d, -1)
// Packet: 0x096e
-packetLen(0x096e, -1) // CZ_REQ_MERGE_ITEM
+packetLen(0x096e, -1)
// Packet: 0x096f
-packetLen(0x096f, 7) // ZC_ACK_MERGE_ITEM
+packetLen(0x096f, 7)
// Packet: 0x0970
-packetLen(0x0970, 31) // CH_MAKE_CHAR_NOT_STATS
+packetLen(0x0970, 31)
// Packet: 0x0971
-packetLen(0x0971, 6) // ZC_PARTY_RECRUIT_REFUSE_VOLUNTEER_TO_PM
+packetLen(0x0971, 6)
// Packet: 0x0972
-packetLen(0x0972, -1) // ZC_SAY_DIALOG2
+packetLen(0x0972, -1)
// Packet: 0x0973
-packetLen(0x0973, 7) // ZC_WAIT_DIALOG2
+packetLen(0x0973, 7)
// Packet: 0x0974
-packetLen(0x0974, 2) // CZ_CANCEL_MERGE_ITEM
+packetLen(0x0974, 2)
// Packet: 0x0975
-packetLen(0x0975, -1) // ZC_STORE_ITEMLIST_NORMAL_V2
+packetLen(0x0975, -1)
// Packet: 0x0976
-packetLen(0x0976, -1) // ZC_STORE_ITEMLIST_EQUIP_V2
+packetLen(0x0976, -1)
// Packet: 0x0977
-packetLen(0x0977, 14) // ZC_HP_INFO
+packetLen(0x0977, 14)
// Packet: 0x0978
-packetLen(0x0978, 6) // CZ_REQ_BEFORE_WORLD_INFO
+packetLen(0x0978, 6)
// Packet: 0x0979
-packetLen(0x0979, 50) // ZC_ACK_BEFORE_WORLD_INFO
+packetLen(0x0979, 50)
// Packet: 0x097a
-packetLen(0x097a, -1) // ZC_ALL_QUEST_LIST2
+packetLen(0x097a, -1)
// Packet: 0x097b
-packetLen(0x097b, -1) // ZC_PERSONAL_INFOMATION2
+packetLen(0x097b, -1)
// Packet: 0x097c
-packetLen(0x097c, 4) // CZ_REQ_RANKING
+packetLen(0x097c, 4)
// Packet: 0x097d
-packetLen(0x097d, 288) // ZC_ACK_RANKING
+packetLen(0x097d, 288)
// Packet: 0x097e
-packetLen(0x097e, 12) // ZC_UPDATE_RANKING_POINT
+packetLen(0x097e, 12)
// Packet: 0x097f
-packetLen(0x097f, -1) // ZC_SELECTCART
+packetLen(0x097f, -1)
// Packet: 0x0980
-packetLen(0x0980, 7) // CZ_SELECTCART
+packetLen(0x0980, 7)
// Packet: 0x0981
-packetLen(0x0981, -1) // ZC_PERSONAL_INFOMATION_CHN
+packetLen(0x0981, -1)
// Packet: 0x0982
-packetLen(0x0982, 7) // ZC_FATIGUE_CHN
+packetLen(0x0982, 7)
// Packet: 0x0983
-packetLen(0x0983, 29) // ZC_MSG_STATE_CHANGE3
+packetLen(0x0983, 29)
// Packet: 0x0984
-packetLen(0x0984, 28) // ZC_EFST_SET_ENTER2
+packetLen(0x0984, 28)
// Packet: 0x0985
-packetLen(0x0985, -1) // ZC_SKILL_POSTDELAY_LIST2
+packetLen(0x0985, -1)
// Packet: 0x0986
-packetLen(0x0986, 10) // AC_SHUTDOWN_NOTIFY
+packetLen(0x0986, 10)
// Packet: 0x0987
-packetLen(0x0987, -1) // CA_LOGIN6
+packetLen(0x0987, -1)
// Packet: 0x0988
-packetLen(0x0988, 6) // ZC_NOTIFY_CLAN_CONNECTINFO
+packetLen(0x0988, 6)
// Packet: 0x0989
-packetLen(0x0989, 2) // ZC_ACK_CLAN_LEAVE
+packetLen(0x0989, 2)
// Packet: 0x098a
-packetLen(0x098a, -1) // ZC_CLANINFO
+packetLen(0x098a, -1)
// Packet: 0x098b
-packetLen(0x098b, 2) // AC_REQ_NEW_USER
+packetLen(0x098b, 2)
// Packet: 0x098c
-packetLen(0x098c, 4) // CA_ACK_NEW_USER
+packetLen(0x098c, 4)
// Packet: 0x098d
-packetLen(0x098d, -1) // CZ_CLAN_CHAT
+packetLen(0x098d, -1)
// Packet: 0x098e
-packetLen(0x098e, -1) // ZC_NOTIFY_CLAN_CHAT
+packetLen(0x098e, -1)
// Packet: 0x098f
-packetLen(0x098f, -1) // CH_DELETE_CHAR3_EXT
+packetLen(0x098f, -1)
// Packet: 0x0990
-packetLen(0x0990, 31) // ZC_ITEM_PICKUP_ACK_V5
+packetLen(0x0990, 31)
// Packet: 0x0991
-packetLen(0x0991, -1) // ZC_INVENTORY_ITEMLIST_NORMAL_V5
+packetLen(0x0991, -1)
// Packet: 0x0992
-packetLen(0x0992, -1) // ZC_INVENTORY_ITEMLIST_EQUIP_V5
+packetLen(0x0992, -1)
// Packet: 0x0993
-packetLen(0x0993, -1) // ZC_CART_ITEMLIST_NORMAL_V5
+packetLen(0x0993, -1)
// Packet: 0x0994
-packetLen(0x0994, -1) // ZC_CART_ITEMLIST_EQUIP_V5
+packetLen(0x0994, -1)
// Packet: 0x0995
-packetLen(0x0995, -1) // ZC_STORE_ITEMLIST_NORMAL_V5
+packetLen(0x0995, -1)
// Packet: 0x0996
-packetLen(0x0996, -1) // ZC_STORE_ITEMLIST_EQUIP_V5
+packetLen(0x0996, -1)
// Packet: 0x0997
-packetLen(0x0997, -1) // ZC_EQUIPWIN_MICROSCOPE_V5
+packetLen(0x0997, -1)
// Packet: 0x0998
-packetLen(0x0998, 8) // CZ_REQ_WEAR_EQUIP_V5
+packetLen(0x0998, 8)
// Packet: 0x0999
-packetLen(0x0999, 11) // ZC_ACK_WEAR_EQUIP_V5
+packetLen(0x0999, 11)
// Packet: 0x099a
-packetLen(0x099a, 9) // ZC_ACK_TAKEOFF_EQUIP_V5
+packetLen(0x099a, 9)
// Packet: 0x099b
-packetLen(0x099b, 8) // ZC_MAPPROPERTY_R2
+packetLen(0x099b, 8)
// Packet: 0x099c
-packetLen(0x099c, 6) // CH_REQ_CHARINFO_PER_PAGE
+packetLen(0x099c, 6)
// Packet: 0x099d
-packetLen(0x099d, -1) // HC_ACK_CHARINFO_PER_PAGE
+packetLen(0x099d, -1)
// Packet: 0x099e
-packetLen(0x099e, 12) // HC_QUEUE_ORDER
+packetLen(0x099e, 12)
// Packet: 0x099f
-packetLen(0x099f, -1) // ZC_SKILL_ENTRY4
+packetLen(0x099f, -1)
// Packet: 0x09a0
-packetLen(0x09a0, 10) // HC_CHARLIST_NOTIFY
+packetLen(0x09a0, 10)
// Packet: 0x09a1
-packetLen(0x09a1, 2) // CH_CHARLIST_REQ
+packetLen(0x09a1, 2)
// Packet: 0x09a2
-packetLen(0x09a2, 6) // AC_REQ_MOBILE_OTP
+packetLen(0x09a2, 6)
// Packet: 0x09a3
-packetLen(0x09a3, -1) // CA_ACK_MOBILE_OTP
+packetLen(0x09a3, -1)
// Packet: 0x09a4
-packetLen(0x09a4, 18) // ZC_DISPATCH_TIMING_INFO_CHN
+packetLen(0x09a4, 18)
// Packet: 0x09a5
-packetLen(0x09a5, 7) // AC_REFUSE_LOGIN3
+packetLen(0x09a5, 7)
// Packet: 0x09a6
-packetLen(0x09a6, 12) // ZC_BANKING_CHECK
+packetLen(0x09a6, 12)
// Packet: 0x09a7
-packetLen(0x09a7, 10) // CZ_REQ_BANKING_DEPOSIT
+packetLen(0x09a7, 10)
// Packet: 0x09a8
-packetLen(0x09a8, 16) // ZC_ACK_BANKING_DEPOSIT
+packetLen(0x09a8, 16)
// Packet: 0x09a9
-packetLen(0x09a9, 10) // CZ_REQ_BANKING_WITHDRAW
+packetLen(0x09a9, 10)
// Packet: 0x09aa
-packetLen(0x09aa, 16) // ZC_ACK_BANKING_WITHDRAW
+packetLen(0x09aa, 16)
// Packet: 0x09ab
-packetLen(0x09ab, 6) // CZ_REQ_BANKING_CHECK
+packetLen(0x09ab, 6)
// Packet: 0x09ac
-packetLen(0x09ac, -1) // CZ_REQ_CASH_BARGAIN_SALE_ITEM_INFO
+packetLen(0x09ac, -1)
// Packet: 0x09ad
-packetLen(0x09ad, 10) // ZC_ACK_CASH_BARGAIN_SALE_ITEM_INFO
+packetLen(0x09ad, 10)
// Packet: 0x09ae
-packetLen(0x09ae, 17) // CZ_REQ_APPLY_BARGAIN_SALE_ITEM
+packetLen(0x09ae, 17)
// Packet: 0x09af
-packetLen(0x09af, 4) // ZC_ACK_APPLY_BARGAIN_SALE_ITEM
+packetLen(0x09af, 4)
// Packet: 0x09b0
-packetLen(0x09b0, 8) // CZ_REQ_REMOVE_BARGAIN_SALE_ITEM
+packetLen(0x09b0, 8)
// Packet: 0x09b1
-packetLen(0x09b1, 4) // ZC_ACK_REMOVE_BARGAIN_SALE_ITEM
+packetLen(0x09b1, 4)
// Packet: 0x09b2
-packetLen(0x09b2, 8) // ZC_NOTIFY_BARGAIN_SALE_SELLING
+packetLen(0x09b2, 8)
// Packet: 0x09b3
-packetLen(0x09b3, 4) // ZC_NOTIFY_BARGAIN_SALE_CLOSE
+packetLen(0x09b3, 4)
// Packet: 0x09b4
-packetLen(0x09b4, 6) // CZ_OPEN_BARGAIN_SALE_TOOL
+packetLen(0x09b4, 6)
// Packet: 0x09b5
-packetLen(0x09b5, 2) // ZC_OPEN_BARGAIN_SALE_TOOL
+packetLen(0x09b5, 2)
// Packet: 0x09b6
-packetLen(0x09b6, 6) // CZ_REQ_OPEN_BANKING
+packetLen(0x09b6, 6)
// Packet: 0x09b7
-packetLen(0x09b7, 4) // ZC_ACK_OPEN_BANKING
+packetLen(0x09b7, 4)
// Packet: 0x09b8
-packetLen(0x09b8, 6) // CZ_REQ_CLOSE_BANKING
+packetLen(0x09b8, 6)
// Packet: 0x09b9
-packetLen(0x09b9, 4) // ZC_ACK_CLOSE_BANKING
+packetLen(0x09b9, 4)
// Packet: 0x09ba
-packetLen(0x09ba, 2) // CZ_REQ_OPEN_GUILD_STORAGE
+packetLen(0x09ba, 2)
// Packet: 0x09bb
-packetLen(0x09bb, 6) // ZC_ACK_OPEN_GUILD_STORAGE
+packetLen(0x09bb, 6)
// Packet: 0x09bc
-packetLen(0x09bc, 6) // CZ_CLOSE_BARGAIN_SALE_TOOL
+packetLen(0x09bc, 6)
// Packet: 0x09bd
-packetLen(0x09bd, 2) // ZC_CLOSE_BARGAIN_SALE_TOOL
+packetLen(0x09bd, 2)
// Packet: 0x09be
-packetLen(0x09be, 2) // CZ_REQ_CLOSE_GUILD_STORAGE
+packetLen(0x09be, 2)
// Packet: 0x09bf
-packetLen(0x09bf, 4) // ZC_ACK_CLOSE_GUILD_STORAGE
+packetLen(0x09bf, 4)
// Packet: 0x09c1
-packetLen(0x09c1, 10) // ZC_C_MARKERINFO
+packetLen(0x09c1, 10)
// Packet: 0x09c2
-packetLen(0x09c2, -1) // HC_SECRETSCAN_DATA
+packetLen(0x09c2, -1)
// Packet: 0x09c3
-packetLen(0x09c3, 8) // CZ_REQ_COUNT_BARGAIN_SALE_ITEM
+packetLen(0x09c3, 8)
// Packet: 0x09c4
-packetLen(0x09c4, 8) // ZC_ACK_COUNT_BARGAIN_SALE_ITEM
+packetLen(0x09c4, 8)
// Packet: 0x09c5
-packetLen(0x09c5, 1042) // CS_LOGIN_QUERY
+packetLen(0x09c5, 1042)
// Packet: 0x09c6
-packetLen(0x09c6, -1) // SC_LOGIN_ANSWER
+packetLen(0x09c6, -1)
// Packet: 0x09c7
-packetLen(0x09c7, 18) // SC_LOGIN_ERROR
+packetLen(0x09c7, 18)
// Packet: 0x09c8
-packetLen(0x09c8, -1) // CA_LOGIN_OTP
+packetLen(0x09c8, -1)
// Packet: 0x09c9
-packetLen(0x09c9, -1) // SC_SOCT
+packetLen(0x09c9, -1)
// Packet: 0x09ca
-packetLen(0x09ca, -1) // ZC_SKILL_ENTRY5
+packetLen(0x09ca, -1)
// Packet: 0x09cb
-packetLen(0x09cb, 17) // ZC_USE_SKILL2
+packetLen(0x09cb, 17)
// Packet: 0x09cc
-packetLen(0x09cc, -1) // ZC_SECRETSCAN_DATA
+packetLen(0x09cc, -1)
// Packet: 0x09cd
-packetLen(0x09cd, 8) // ZC_MSG_COLOR
+packetLen(0x09cd, 8)
// Packet: 0x09ce
-packetLen(0x09ce, 102) // CZ_ITEM_CREATE_EX
+packetLen(0x09ce, 102)
// Packet: 0x09cf
-packetLen(0x09cf, -1) // ZC_NPROTECTGAMEGUARDCSAUTH
+packetLen(0x09cf, -1)
// Packet: 0x09d0
-packetLen(0x09d0, -1) // CZ_NPROTECTGAMEGUARDCSAUTH
+packetLen(0x09d0, -1)
// Packet: 0x09d1
-packetLen(0x09d1, 14) // ZC_PROGRESS_ACTOR
+packetLen(0x09d1, 14)
// Packet: 0x09d2
-packetLen(0x09d2, -1) // ZC_GUILDSTORAGE_ITEMLIST_NORMAL_V5
+packetLen(0x09d2, -1)
// Packet: 0x09d3
-packetLen(0x09d3, -1) // ZC_GUILDSTORAGE_ITEMLIST_EQUIP_V5
+packetLen(0x09d3, -1)
// Packet: 0x09d4
-packetLen(0x09d4, 2) // CZ_NPC_TRADE_QUIT
+packetLen(0x09d4, 2)
// Packet: 0x09d5
-packetLen(0x09d5, -1) // ZC_NPC_MARKET_OPEN
+packetLen(0x09d5, -1)
// Packet: 0x09d6
-packetLen(0x09d6, -1) // CZ_NPC_MARKET_PURCHASE
+packetLen(0x09d6, -1)
// Packet: 0x09d7
-packetLen(0x09d7, -1) // ZC_NPC_MARKET_PURCHASE_RESULT
+packetLen(0x09d7, -1)
// Packet: 0x09d8
-packetLen(0x09d8, 2) // CZ_NPC_MARKET_CLOSE
+packetLen(0x09d8, 2)
// Packet: 0x09d9
-packetLen(0x09d9, 4) // CZ_REQ_GUILDSTORAGE_LOG
+packetLen(0x09d9, 4)
// Packet: 0x09da
-packetLen(0x09da, -1) // ZC_ACK_GUILDSTORAGE_LOG
+packetLen(0x09da, -1)
// Packet: 0x09db
-packetLen(0x09db, -1) // ZC_NOTIFY_MOVEENTRY10
+packetLen(0x09db, -1)
// Packet: 0x09dc
-packetLen(0x09dc, -1) // ZC_NOTIFY_NEWENTRY10
+packetLen(0x09dc, -1)
// Packet: 0x09dd
-packetLen(0x09dd, -1) // ZC_NOTIFY_STANDENTRY10
+packetLen(0x09dd, -1)
// Packet: 0x09de
-packetLen(0x09de, -1) // ZC_WHISPER02
+packetLen(0x09de, -1)
// Packet: 0x09df
-packetLen(0x09df, 7) // ZC_ACK_WHISPER02
+packetLen(0x09df, 7)
// Packet: 0x09e0
-packetLen(0x09e0, -1) // SC_LOGIN_ANSWER_WITH_ID
+packetLen(0x09e0, -1)
// Packet: 0x09e1
-packetLen(0x09e1, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_GUILDSTORAGE
+packetLen(0x09e1, 8)
// Packet: 0x09e2
-packetLen(0x09e2, 8) // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_BODY
+packetLen(0x09e2, 8)
// Packet: 0x09e3
-packetLen(0x09e3, 8) // CZ_MOVE_ITEM_FROM_CART_TO_GUILDSTORAGE
+packetLen(0x09e3, 8)
// Packet: 0x09e4
-packetLen(0x09e4, 8) // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_CART
+packetLen(0x09e4, 8)
// Packet: 0x09e5
-packetLen(0x09e5, 18) // ZC_DELETEITEM_FROM_MCSTORE2
+packetLen(0x09e5, 18)
// Packet: 0x09e6
-packetLen(0x09e6, 22) // ZC_UPDATE_ITEM_FROM_BUYING_STORE2
+packetLen(0x09e6, 22)
// Packet: 0x09e7
-packetLen(0x09e7, 3) // ZC_NOTIFY_UNREAD_RODEX
+packetLen(0x09e7, 3)
// Packet: 0x09e8
-packetLen(0x09e8, 11) // CZ_OPEN_RODEXBOX
+packetLen(0x09e8, 11)
// Packet: 0x09e9
-packetLen(0x09e9, 2) // CZ_CLOSE_RODEXBOX
+packetLen(0x09e9, 2)
// Packet: 0x09ea
-packetLen(0x09ea, 11) // CZ_REQ_READ_RODEX
+packetLen(0x09ea, 11)
// Packet: 0x09eb
-packetLen(0x09eb, -1) // ZC_ACK_READ_RODEX
+packetLen(0x09eb, -1)
// Packet: 0x09ec
-packetLen(0x09ec, -1) // CZ_REQ_SEND_RODEX
+packetLen(0x09ec, -1)
// Packet: 0x09ed
-packetLen(0x09ed, 3) // ZC_ACK_SEND_RODEX
+packetLen(0x09ed, 3)
// Packet: 0x09ee
-packetLen(0x09ee, 11) // CZ_REQ_NEXT_RODEX
+packetLen(0x09ee, 11)
// Packet: 0x09ef
-packetLen(0x09ef, 11) // CZ_REQ_REFRESH_RODEX
+packetLen(0x09ef, 11)
// Packet: 0x09f0
-packetLen(0x09f0, -1) // ZC_ACK_RODEX_LIST
+packetLen(0x09f0, -1)
// Packet: 0x09f1
-packetLen(0x09f1, 11) // CZ_REQ_ZENY_FROM_RODEX
+packetLen(0x09f1, 11)
// Packet: 0x09f2
-packetLen(0x09f2, 12) // ZC_ACK_ZENY_FROM_RODEX
+packetLen(0x09f2, 12)
// Packet: 0x09f3
-packetLen(0x09f3, 11) // CZ_REQ_ITEM_FROM_RODEX
+packetLen(0x09f3, 11)
// Packet: 0x09f4
-packetLen(0x09f4, 12) // ZC_ACK_ITEM_FROM_RODEX
+packetLen(0x09f4, 12)
// Packet: 0x09f5
-packetLen(0x09f5, 11) // CZ_REQ_DELETE_RODEX
+packetLen(0x09f5, 11)
// Packet: 0x09f6
-packetLen(0x09f6, 11) // ZC_ACK_DELETE_RODEX
+packetLen(0x09f6, 11)
// Packet: 0x09f7
-packetLen(0x09f7, 75) // ZC_PROPERTY_HOMUN_2
+packetLen(0x09f7, 75)
// Packet: 0x09f8
-packetLen(0x09f8, -1) // ZC_ALL_QUEST_LIST3
+packetLen(0x09f8, -1)
// Packet: 0x09f9
-packetLen(0x09f9, 143) // ZC_ADD_QUEST_EX
+packetLen(0x09f9, 143)
// Packet: 0x09fa
-packetLen(0x09fa, -1) // ZC_UPDATE_MISSION_HUNT_EX
+packetLen(0x09fa, -1)
// Packet: 0x09fb
-packetLen(0x09fb, -1) // CZ_PET_EVOLUTION
+packetLen(0x09fb, -1)
// Packet: 0x09fc
-packetLen(0x09fc, 6) // ZC_PET_EVOLUTION_RESULT
+packetLen(0x09fc, 6)
// Packet: 0x09fd
-packetLen(0x09fd, -1) // ZC_NOTIFY_MOVEENTRY11
+packetLen(0x09fd, -1)
// Packet: 0x09fe
-packetLen(0x09fe, -1) // ZC_NOTIFY_NEWENTRY11
+packetLen(0x09fe, -1)
// Packet: 0x09ff
-packetLen(0x09ff, -1) // ZC_NOTIFY_STANDENTRY11
+packetLen(0x09ff, -1)
// Packet: 0x0a00
-packetLen(0x0a00, 269) // ZC_SHORTCUT_KEY_LIST_V3
+packetLen(0x0a00, 269)
// Packet: 0x0a01
-packetLen(0x0a01, 3) // CZ_SHORTCUTKEYBAR_ROTATE
+packetLen(0x0a01, 3)
// Packet: 0x0a02
-packetLen(0x0a02, 4) // ZC_DRESSROOM_OPEN
+packetLen(0x0a02, 4)
// Packet: 0x0a03
-packetLen(0x0a03, 2) // CZ_REQ_CANCEL_WRITE_RODEX
+packetLen(0x0a03, 2)
// Packet: 0x0a04
-packetLen(0x0a04, 6) // CZ_REQ_ADD_ITEM_RODEX
+packetLen(0x0a04, 6)
// Packet: 0x0a05
-packetLen(0x0a05, 53) // ZC_ACK_ADD_ITEM_RODEX
+packetLen(0x0a05, 53)
// Packet: 0x0a06
-packetLen(0x0a06, 6) // CZ_REQ_REMOVE_RODEX_ITEM
+packetLen(0x0a06, 6)
// Packet: 0x0a07
-packetLen(0x0a07, 9) // ZC_ACK_REMOVE_RODEX_ITEM
+packetLen(0x0a07, 9)
// Packet: 0x0a08
-packetLen(0x0a08, 26) // CZ_REQ_OPEN_WRITE_RODEX
+packetLen(0x0a08, 26)
// Packet: 0x0a09
-packetLen(0x0a09, 45) // ZC_ADD_EXCHANGE_ITEM3
+packetLen(0x0a09, 45)
// Packet: 0x0a0a
-packetLen(0x0a0a, 47) // ZC_ADD_ITEM_TO_STORE3
+packetLen(0x0a0a, 47)
// Packet: 0x0a0b
-packetLen(0x0a0b, 47) // ZC_ADD_ITEM_TO_CART3
+packetLen(0x0a0b, 47)
// Packet: 0x0a0c
-packetLen(0x0a0c, 56) // ZC_ITEM_PICKUP_ACK_V6
+packetLen(0x0a0c, 56)
// Packet: 0x0a0d
-packetLen(0x0a0d, -1) // ZC_INVENTORY_ITEMLIST_EQUIP_V6
+packetLen(0x0a0d, -1)
// Packet: 0x0a0e
-packetLen(0x0a0e, 14) // ZC_BATTLEFIELD_NOTIFY_HP2
+packetLen(0x0a0e, 14)
// Packet: 0x0a0f
-packetLen(0x0a0f, -1) // ZC_CART_ITEMLIST_EQUIP_V6
+packetLen(0x0a0f, -1)
// Packet: 0x0a10
-packetLen(0x0a10, -1) // ZC_STORE_ITEMLIST_EQUIP_V6
+packetLen(0x0a10, -1)
// Packet: 0x0a11
-packetLen(0x0a11, -1) // ZC_GUILDSTORAGE_ITEMLIST_EQUIP_V6
+packetLen(0x0a11, -1)
// Packet: 0x0a12
-packetLen(0x0a12, 27) // ZC_ACK_OPEN_WRITE_RODEX
+packetLen(0x0a12, 27)
// Packet: 0x0a13
-packetLen(0x0a13, 26) // CZ_CHECK_RECEIVE_CHARACTER_NAME
+packetLen(0x0a13, 26)
// Packet: 0x0a14
-packetLen(0x0a14, 10) // ZC_CHECK_RECEIVE_CHARACTER_NAME
+packetLen(0x0a14, 10)
// Packet: 0x0a15
-packetLen(0x0a15, 12) // ZC_GOLDPCCAFE_POINT
+packetLen(0x0a15, 12)
// Packet: 0x0a16
-packetLen(0x0a16, 26) // CZ_DYNAMICNPC_CREATE_REQUEST
+packetLen(0x0a16, 26)
// Packet: 0x0a17
-packetLen(0x0a17, 6) // ZC_DYNAMICNPC_CREATE_RESULT
+packetLen(0x0a17, 6)
// Packet: 0x0a18
-packetLen(0x0a18, 14) // ZC_ACCEPT_ENTER3
+packetLen(0x0a18, 14)
// Packet: 0x0a19
-packetLen(0x0a19, 2) // CZ_REQ_OPEN_ROULETTE
+packetLen(0x0a19, 2)
// Packet: 0x0a1a
-packetLen(0x0a1a, 23) // ZC_ACK_OPEN_ROULETTE
+packetLen(0x0a1a, 23)
// Packet: 0x0a1b
-packetLen(0x0a1b, 2) // CZ_REQ_ROULETTE_INFO
+packetLen(0x0a1b, 2)
// Packet: 0x0a1c
-packetLen(0x0a1c, -1) // ZC_ACK_ROULEITTE_INFO
+packetLen(0x0a1c, -1)
// Packet: 0x0a1d
-packetLen(0x0a1d, 2) // CZ_REQ_CLOSE_ROULETTE
+packetLen(0x0a1d, 2)
// Packet: 0x0a1e
-packetLen(0x0a1e, 3) // ZC_ACK_CLOSE_ROULETTE
+packetLen(0x0a1e, 3)
// Packet: 0x0a1f
-packetLen(0x0a1f, 2) // CZ_REQ_GENERATE_ROULETTE
+packetLen(0x0a1f, 2)
// Packet: 0x0a20
-packetLen(0x0a20, 21) // ZC_ACK_GENERATE_ROULETTE
+packetLen(0x0a20, 21)
// Packet: 0x0a21
-packetLen(0x0a21, 3) // CZ_RECV_ROULETTE_ITEM
+packetLen(0x0a21, 3)
// Packet: 0x0a22
-packetLen(0x0a22, 5) // ZC_RECV_ROULETTE_ITEM
+packetLen(0x0a22, 5)
// Packet: 0x0a23
-packetLen(0x0a23, -1) // ZC_ALL_ACH_LIST
+packetLen(0x0a23, -1)
// Packet: 0x0a24
-packetLen(0x0a24, 66) // ZC_ACH_UPDATE
+packetLen(0x0a24, 66)
// Packet: 0x0a25
-packetLen(0x0a25, 6) // CZ_REQ_ACH_REWARD
+packetLen(0x0a25, 6)
// Packet: 0x0a26
-packetLen(0x0a26, 7) // ZC_REQ_ACH_REWARD_ACK
+packetLen(0x0a26, 7)
// Packet: 0x0a27
-packetLen(0x0a27, 8) // ZC_RECOVERY2
+packetLen(0x0a27, 8)
// Packet: 0x0a28
-packetLen(0x0a28, 3) // ZC_ACK_OPENSTORE2
+packetLen(0x0a28, 3)
// Packet: 0x0a29
-packetLen(0x0a29, 6) // ZC_REQ_AU_BOT
+packetLen(0x0a29, 6)
// Packet: 0x0a2a
-packetLen(0x0a2a, 6) // CZ_ACK_AU_BOT
+packetLen(0x0a2a, 6)
// Packet: 0x0a2b
-packetLen(0x0a2b, 14) // ZC_SE_CASHSHOP_OPEN2
+packetLen(0x0a2b, 14)
// Packet: 0x0a2c
-packetLen(0x0a2c, 12) // ZC_SE_PC_BUY_TAIWANCASHITEM_RESULT
+packetLen(0x0a2c, 12)
// Packet: 0x0a2d
-packetLen(0x0a2d, -1) // ZC_EQUIPWIN_MICROSCOPE_V6
+packetLen(0x0a2d, -1)
// Packet: 0x0a2e
-packetLen(0x0a2e, 6) // CZ_REQ_CHANGE_TITLE
+packetLen(0x0a2e, 6)
// Packet: 0x0a2f
-packetLen(0x0a2f, 7) // ZC_ACK_CHANGE_TITLE
+packetLen(0x0a2f, 7)
// Packet: 0x0a30
-packetLen(0x0a30, 106) // ZC_ACK_REQNAMEALL2
+packetLen(0x0a30, 106)
// Packet: 0x0a31
-packetLen(0x0a31, -1) // ZC_RESULT_PACKAGE_ITEM_TEST
+packetLen(0x0a31, -1)
// Packet: 0x0a32
-packetLen(0x0a32, 2) // ZC_OPEN_RODEX_THROUGH_NPC_ONLY
+packetLen(0x0a32, 2)
// Packet: 0x0a33
-packetLen(0x0a33, 7) // ZC_UPDATE_ROULETTE_COIN
+packetLen(0x0a33, 7)
// Packet: 0x0a34
-packetLen(0x0a34, 6) // ZC_UPDATE_TAIWANCASH
+packetLen(0x0a34, 6)
// Packet: 0x0a35
-packetLen(0x0a35, 4) // CZ_REQ_ONECLICK_ITEMIDENTIFY
+packetLen(0x0a35, 4)
// Packet: 0x0a36
-packetLen(0x0a36, 7) // ZC_HP_INFO_TINY
+packetLen(0x0a36, 7)
// Packet: 0x0a37
#if PACKETVER >= 20160921
-packetLen(0x0a37, 59) // ZC_ITEM_PICKUP_ACK_V7
+packetLen(0x0a37, 59)
#elif PACKETVER >= 20160106
-packetLen(0x0a37, 57) // ZC_ITEM_PICKUP_ACK_V7
+packetLen(0x0a37, 57)
#endif
// Packet: 0x0a38
-packetLen(0x0a38, 3) // ZC_OPEN_UI
+packetLen(0x0a38, 3)
// Packet: 0x0a39
-packetLen(0x0a39, 36) // CH_MAKE_CHAR
+packetLen(0x0a39, 36)
// Packet: 0x0a3a
packetLen(0x0a3a, 12)
// Packet: 0x0a3b
-packetLen(0x0a3b, -1) // ZC_CUSTOM_HAT_EFFECT
+packetLen(0x0a3b, -1)
// Packet: 0x0a3c
packetLen(0x0a3c, -1)
@@ -8639,37 +8639,37 @@ packetLen(0x0a3f, 9)
packetLen(0x0a40, 11)
// Packet: 0x0a41
-packetLen(0x0a41, 18) // ZC_AOE_EFFECT_SKILL
+packetLen(0x0a41, 18)
// Packet: 0x0a42
packetLen(0x0a42, 43)
// Packet: 0x0a43
-packetLen(0x0a43, 85) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0a43, 85)
// Packet: 0x0a44
-packetLen(0x0a44, -1) // ZC_GROUP_LIST
+packetLen(0x0a44, -1)
// Packet: 0x0a46
packetLen(0x0a46, 14)
// Packet: 0x0a47
-packetLen(0x0a47, 3) // ZC_STYLE_CHANGE_RES
+packetLen(0x0a47, 3)
// Packet: 0x0a48
packetLen(0x0a48, 2)
// Packet: 0x0a49
-packetLen(0x0a49, 22) // CZ_PRIVATE_AIRSHIP_REQUEST
+packetLen(0x0a49, 22)
// Packet: 0x0a4a
-packetLen(0x0a4a, 6) // ZC_PRIVATE_AIRSHIP_RESPONSE
+packetLen(0x0a4a, 6)
// Packet: 0x0a4b
-packetLen(0x0a4b, 22) // ZC_AIRSHIP_MAPMOVE
+packetLen(0x0a4b, 22)
// Packet: 0x0a4c
-packetLen(0x0a4c, 28) // ZC_AIRSHIP_SERVERMOVE
+packetLen(0x0a4c, 28)
// Packet: 0x0a4d
#if PACKETVER >= 20160127
@@ -8695,7 +8695,7 @@ packetLen(0x0a50, 6)
// Packet: 0x0a51
#if PACKETVER >= 20160302
-packetLen(0x0a51, 34) // ZC_CHECK_RECEIVE_CHARACTER_NAME
+packetLen(0x0a51, 34)
#endif
// Packet: 0x0a52
@@ -8760,7 +8760,7 @@ packetLen(0x0a5d, 6)
// Packet: 0x0a68
#if PACKETVER >= 20160323
-packetLen(0x0a68, 3) // CZ_REQ_OPEN_UI
+packetLen(0x0a68, 3)
#endif
// Packet: 0x0a69
@@ -8790,12 +8790,12 @@ packetLen(0x0a6d, -1)
// Packet: 0x0a6e
#if PACKETVER >= 20160330
-packetLen(0x0a6e, -1) // CZ_REQ_SEND_RODEX
+packetLen(0x0a6e, -1)
#endif
// Packet: 0x0a6f
#if PACKETVER >= 20160330
-packetLen(0x0a6f, -1) // ZC_FORMATSTRING_MSG_COLOR
+packetLen(0x0a6f, -1)
#endif
// Packet: 0x0a70
@@ -8857,19 +8857,19 @@ packetLen(0x0a7c, -1)
// Packet: 0x0a7d
#if PACKETVER >= 20160601
-packetLen(0x0a7d, -1) // ZC_ACK_RODEX_LIST
+packetLen(0x0a7d, -1)
#endif
// Packet: 0x0a7e
#if PACKETVER >= 20160706
-packetLen(0x0a7e, -1) // ZC_OFFLINE_STORE_OWNER_ITEMS_READY
+packetLen(0x0a7e, -1)
#elif PACKETVER >= 20160615
-packetLen(0x0a7e, 4) // ZC_OFFLINE_STORE_OWNER_ITEMS_READY
+packetLen(0x0a7e, 4)
#endif
// Packet: 0x0a7f
#if PACKETVER >= 20160615
-packetLen(0x0a7f, -1) // CZ_OFFLINE_STORE_CREATE
+packetLen(0x0a7f, -1)
#endif
// Packet: 0x0a80
@@ -8902,7 +8902,7 @@ packetLen(0x0a83, 46)
// Packet: 0x0a84
#if PACKETVER >= 20160622
-packetLen(0x0a84, 94) // ZC_GUILD_INFO
+packetLen(0x0a84, 94)
#endif
// Packet: 0x0a85
@@ -8929,14 +8929,14 @@ packetLen(0x0a88, 2)
// Packet: 0x0a89
#if PACKETVER >= 20160706
-packetLen(0x0a89, 57) // ZC_NOTIFY_OFFLINE_STORE
+packetLen(0x0a89, 57)
#elif PACKETVER >= 20160629
-packetLen(0x0a89, 32) // ZC_NOTIFY_OFFLINE_STORE
+packetLen(0x0a89, 32)
#endif
// Packet: 0x0a8a
#if PACKETVER >= 20160629
-packetLen(0x0a8a, 6) // ZC_OFFLINE_STORE_VANISH
+packetLen(0x0a8a, 6)
#endif
// Packet: 0x0a8b
@@ -8951,7 +8951,7 @@ packetLen(0x0a8c, 2)
// Packet: 0x0a8d
#if PACKETVER >= 20160629
-packetLen(0x0a8d, -1) // ZC_OFFLINE_STORE_OWNER_ITEMS
+packetLen(0x0a8d, -1)
#endif
// Packet: 0x0a8e
@@ -8971,7 +8971,7 @@ packetLen(0x0a90, 3)
// Packet: 0x0a91
#if PACKETVER >= 20160727
-packetLen(0x0a91, -1) // ZC_OFFLINE_STORE_ITEMS
+packetLen(0x0a91, -1)
#endif
// Packet: 0x0a92
@@ -8996,17 +8996,17 @@ packetLen(0x0a95, 4)
// Packet: 0x0a96
#if PACKETVER >= 20160921
-packetLen(0x0a96, 51) // ZC_ADD_EXCHANGE_ITEM4
+packetLen(0x0a96, 51)
#endif
// Packet: 0x0a97
#if PACKETVER >= 20160928
-packetLen(0x0a97, 8) // CZ_ALT_EQUIPMENT_EQUIP
+packetLen(0x0a97, 8)
#endif
// Packet: 0x0a98
#if PACKETVER >= 20160928
-packetLen(0x0a98, 12) // ZC_ALT_EQUIPMENT_EQUIP
+packetLen(0x0a98, 12)
#endif
// Packet: 0x0a99
@@ -9016,12 +9016,12 @@ packetLen(0x0a99, 8)
// Packet: 0x0a9a
#if PACKETVER >= 20160928
-packetLen(0x0a9a, 10) // ZC_ALT_EQUIPMENT_REMOVE
+packetLen(0x0a9a, 10)
#endif
// Packet: 0x0a9b
#if PACKETVER >= 20160928
-packetLen(0x0a9b, -1) // ZC_ALT_EQUIPMENT_ITEMS
+packetLen(0x0a9b, -1)
#endif
// Packet: 0x0a9c
@@ -9046,42 +9046,42 @@ packetLen(0x0a9f, 2)
// Packet: 0x0aa0
#if PACKETVER >= 20161005
-packetLen(0x0aa0, 2) // ZC_REFINE_OPEN_WINDOW
+packetLen(0x0aa0, 2)
#endif
// Packet: 0x0aa1
#if PACKETVER >= 20161005
-packetLen(0x0aa1, 4) // CZ_REFINE_ADD_ITEM
+packetLen(0x0aa1, 4)
#endif
// Packet: 0x0aa2
#if PACKETVER >= 20161005
-packetLen(0x0aa2, -1) // ZC_REFINE_ADD_ITEM
+packetLen(0x0aa2, -1)
#endif
// Packet: 0x0aa3
#if PACKETVER >= 20161005
-packetLen(0x0aa3, 7) // CZ_REFINE_ITEM_REQUEST
+packetLen(0x0aa3, 7)
#endif
// Packet: 0x0aa4
#if PACKETVER >= 20161005
-packetLen(0x0aa4, 2) // CZ_REFINE_WINDOW_CLOSE
+packetLen(0x0aa4, 2)
#endif
// Packet: 0x0aa5
#if PACKETVER >= 20161026
-packetLen(0x0aa5, -1) // ZC_MEMBERMGR_INFO
+packetLen(0x0aa5, -1)
#endif
// Packet: 0x0aa6
#if PACKETVER >= 20161026
-packetLen(0x0aa6, 36) // ZC_MEMBER_ADD
+packetLen(0x0aa6, 36)
#endif
// Packet: 0x0aa7
#if PACKETVER >= 20161130
-packetLen(0x0aa7, 6) // ZC_INVENTORY_MOVE_FAILED
+packetLen(0x0aa7, 6)
#endif
// Packet: 0x0aa8
diff --git a/src/common/packets/packets2017_len_main.h b/src/common/packets/packets2017_len_main.h
index ceca3d781..1ce3bfbcc 100644
--- a/src/common/packets/packets2017_len_main.h
+++ b/src/common/packets/packets2017_len_main.h
@@ -2,8 +2,8 @@
* This file is part of Hercules.
* http://herc.ws - http://github.com/HerculesWS/Hercules
*
- * Copyright (C) 2019 Hercules Dev Team
- * Copyright (C) 2019 Andrei Karas (4144)
+ * Copyright (C) 2018-2019 Hercules Dev Team
+ * Copyright (C) 2018-2019 Andrei Karas (4144)
*
* Hercules is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -25,4399 +25,4399 @@
/* This file is autogenerated, please do not commit manual changes */
// Packet: 0x0064
-packetLen(0x0064, 55) // CA_LOGIN
+packetLen(0x0064, 55)
// Packet: 0x0065
-packetLen(0x0065, 17) // CH_ENTER
+packetLen(0x0065, 17)
// Packet: 0x0066
-packetLen(0x0066, 3) // CH_SELECT_CHAR
+packetLen(0x0066, 3)
// Packet: 0x0067
-packetLen(0x0067, 37) // CH_MAKE_CHAR
+packetLen(0x0067, 37)
// Packet: 0x0068
-packetLen(0x0068, 46) // CH_DELETE_CHAR
+packetLen(0x0068, 46)
// Packet: 0x0069
-packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+packetLen(0x0069, -1)
// Packet: 0x006a
-packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+packetLen(0x006a, 23)
// Packet: 0x006b
-packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+packetLen(0x006b, -1)
// Packet: 0x006c
-packetLen(0x006c, 3) // HC_REFUSE_ENTER
+packetLen(0x006c, 3)
// Packet: 0x006d
#if PACKETVER >= 20170906
-packetLen(0x006d, 157) // HC_ACCEPT_MAKECHAR
+packetLen(0x006d, 157)
#elif PACKETVER >= 20170104
-packetLen(0x006d, 149) // HC_ACCEPT_MAKECHAR
+packetLen(0x006d, 149)
#endif
// Packet: 0x006e
-packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+packetLen(0x006e, 3)
// Packet: 0x006f
-packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+packetLen(0x006f, 2)
// Packet: 0x0070
-packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+packetLen(0x0070, 3)
// Packet: 0x0071
-packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+packetLen(0x0071, 28)
// Packet: 0x0072
-packetLen(0x0072, 22) // CZ_ENTER
+packetLen(0x0072, 22)
// Packet: 0x0073
-packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 11)
// Packet: 0x0074
-packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+packetLen(0x0074, 3)
// Packet: 0x0075
-packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, -1)
// Packet: 0x0076
-packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+packetLen(0x0076, 9)
// Packet: 0x0077
-packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 5)
// Packet: 0x0078
-packetLen(0x0078, 55) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, 55)
// Packet: 0x0079
-packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, 53)
// Packet: 0x007a
-packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, 58)
// Packet: 0x007b
-packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, 60)
// Packet: 0x007c
-packetLen(0x007c, 44) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, 44)
// Packet: 0x007d
-packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, 2)
// Packet: 0x007e
-packetLen(0x007e, 105) // CZ_REQUEST_TIME
+packetLen(0x007e, 105)
// Packet: 0x007f
-packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+packetLen(0x007f, 6)
// Packet: 0x0080
-packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+packetLen(0x0080, 7)
// Packet: 0x0081
-packetLen(0x0081, 3) // SC_NOTIFY_BAN
+packetLen(0x0081, 3)
// Packet: 0x0082
-packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+packetLen(0x0082, 2)
// Packet: 0x0083
-packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 2)
// Packet: 0x0084
-packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+packetLen(0x0084, 2)
// Packet: 0x0085
-packetLen(0x0085, 10) // CZ_REQUEST_MOVE
+packetLen(0x0085, 10)
// Packet: 0x0086
-packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 16)
// Packet: 0x0087
-packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 12)
// Packet: 0x0088
-packetLen(0x0088, 10) // ZC_STOPMOVE
+packetLen(0x0088, 10)
// Packet: 0x0089
-packetLen(0x0089, 11) // CZ_REQUEST_ACT
+packetLen(0x0089, 11)
// Packet: 0x008a
-packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+packetLen(0x008a, 29)
// Packet: 0x008b
-packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+packetLen(0x008b, 23)
// Packet: 0x008c
packetLen(0x008c, 14)
// Packet: 0x008d
-packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+packetLen(0x008d, -1)
// Packet: 0x008e
-packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, -1)
// Packet: 0x0090
-packetLen(0x0090, 7) // CZ_CONTACTNPC
+packetLen(0x0090, 7)
// Packet: 0x0091
-packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, 22)
// Packet: 0x0092
-packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 28)
// Packet: 0x0093
-packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+packetLen(0x0093, 2)
// Packet: 0x0094
-packetLen(0x0094, 19) // CZ_REQNAME
+packetLen(0x0094, 19)
// Packet: 0x0095
-packetLen(0x0095, 30) // ZC_ACK_REQNAME
+packetLen(0x0095, 30)
// Packet: 0x0096
-packetLen(0x0096, -1) // CZ_WHISPER
+packetLen(0x0096, -1)
// Packet: 0x0097
-packetLen(0x0097, -1) // ZC_WHISPER
+packetLen(0x0097, -1)
// Packet: 0x0098
-packetLen(0x0098, 3) // ZC_ACK_WHISPER
+packetLen(0x0098, 3)
// Packet: 0x0099
-packetLen(0x0099, -1) // CZ_BROADCAST
+packetLen(0x0099, -1)
// Packet: 0x009a
-packetLen(0x009a, -1) // ZC_BROADCAST
+packetLen(0x009a, -1)
// Packet: 0x009b
-packetLen(0x009b, 34) // CZ_CHANGE_DIRECTION
+packetLen(0x009b, 34)
// Packet: 0x009c
-packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, 9)
// Packet: 0x009d
-packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+packetLen(0x009d, 17)
// Packet: 0x009e
-packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 17)
// Packet: 0x009f
-packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+packetLen(0x009f, 20)
// Packet: 0x00a0
-packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, 23)
// Packet: 0x00a1
-packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, 6)
// Packet: 0x00a2
-packetLen(0x00a2, 14) // CZ_ITEM_THROW
+packetLen(0x00a2, 14)
// Packet: 0x00a3
-packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, -1)
// Packet: 0x00a4
-packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, -1)
// Packet: 0x00a5
-packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, -1)
// Packet: 0x00a6
-packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, -1)
// Packet: 0x00a7
packetLen(0x00a7, 9)
// Packet: 0x00a8
-packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 7)
// Packet: 0x00a9
-packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, 6)
// Packet: 0x00aa
-packetLen(0x00aa, 9) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 9)
// Packet: 0x00ab
-packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, 4)
// Packet: 0x00ac
-packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, 7)
// Packet: 0x00ae
-packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+packetLen(0x00ae, -1)
// Packet: 0x00af
-packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, 6)
// Packet: 0x00b0
-packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+packetLen(0x00b0, 8)
// Packet: 0x00b1
-packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, 8)
// Packet: 0x00b2
-packetLen(0x00b2, 3) // CZ_RESTART
+packetLen(0x00b2, 3)
// Packet: 0x00b3
-packetLen(0x00b3, 3) // ZC_RESTART_ACK
+packetLen(0x00b3, 3)
// Packet: 0x00b4
-packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+packetLen(0x00b4, -1)
// Packet: 0x00b5
-packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 6)
// Packet: 0x00b6
-packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 6)
// Packet: 0x00b7
-packetLen(0x00b7, -1) // ZC_MENU_LIST
+packetLen(0x00b7, -1)
// Packet: 0x00b8
-packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+packetLen(0x00b8, 7)
// Packet: 0x00b9
-packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, 6)
// Packet: 0x00ba
-packetLen(0x00ba, 2) // CZ_REQ_STATUS
+packetLen(0x00ba, 2)
// Packet: 0x00bb
-packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+packetLen(0x00bb, 5)
// Packet: 0x00bc
-packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 6)
// Packet: 0x00bd
-packetLen(0x00bd, 44) // ZC_STATUS
+packetLen(0x00bd, 44)
// Packet: 0x00be
-packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+packetLen(0x00be, 5)
// Packet: 0x00bf
-packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+packetLen(0x00bf, 3)
// Packet: 0x00c0
-packetLen(0x00c0, 7) // ZC_EMOTION
+packetLen(0x00c0, 7)
// Packet: 0x00c1
-packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, 2)
// Packet: 0x00c2
-packetLen(0x00c2, 6) // ZC_USER_COUNT
+packetLen(0x00c2, 6)
// Packet: 0x00c3
-packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, 8)
// Packet: 0x00c4
-packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, 6)
// Packet: 0x00c5
-packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, 7)
// Packet: 0x00c6
-packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, -1)
// Packet: 0x00c7
-packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, -1)
// Packet: 0x00c8
-packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, -1)
// Packet: 0x00c9
-packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, -1)
// Packet: 0x00ca
-packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, 3)
// Packet: 0x00cb
-packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+packetLen(0x00cb, 3)
// Packet: 0x00cc
-packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, 6)
// Packet: 0x00cd
-packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+packetLen(0x00cd, 3)
// Packet: 0x00ce
-packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 2)
// Packet: 0x00cf
-packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 27)
// Packet: 0x00d0
-packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, 3)
// Packet: 0x00d1
-packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, 4)
// Packet: 0x00d2
-packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 4)
// Packet: 0x00d3
-packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 2)
// Packet: 0x00d4
-packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+packetLen(0x00d4, -1)
// Packet: 0x00d5
-packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, -1)
// Packet: 0x00d6
-packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 3)
// Packet: 0x00d7
-packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, -1)
// Packet: 0x00d8
-packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+packetLen(0x00d8, 6)
// Packet: 0x00d9
-packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, 14)
// Packet: 0x00da
-packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, 3)
// Packet: 0x00db
-packetLen(0x00db, -1) // ZC_ENTER_ROOM
+packetLen(0x00db, -1)
// Packet: 0x00dc
-packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 28)
// Packet: 0x00dd
-packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+packetLen(0x00dd, 29)
// Packet: 0x00de
-packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, -1)
// Packet: 0x00df
-packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, -1)
// Packet: 0x00e0
-packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, 30)
// Packet: 0x00e1
-packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+packetLen(0x00e1, 30)
// Packet: 0x00e2
-packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, 26)
// Packet: 0x00e3
-packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+packetLen(0x00e3, 2)
// Packet: 0x00e4
-packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 6)
// Packet: 0x00e5
-packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 26)
// Packet: 0x00e6
-packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, 3)
// Packet: 0x00e7
-packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 3)
// Packet: 0x00e8
-packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, 8)
// Packet: 0x00e9
-packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 19)
// Packet: 0x00ea
-packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 5)
// Packet: 0x00eb
-packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 2)
// Packet: 0x00ec
-packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 3)
// Packet: 0x00ed
-packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, 2)
// Packet: 0x00ee
-packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, 2)
// Packet: 0x00ef
-packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 2)
// Packet: 0x00f0
-packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 3)
// Packet: 0x00f1
-packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+packetLen(0x00f1, 2)
// Packet: 0x00f2
-packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 6)
// Packet: 0x00f3
-packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+packetLen(0x00f3, -1)
// Packet: 0x00f4
-packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 21)
// Packet: 0x00f5
-packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+packetLen(0x00f5, 11)
// Packet: 0x00f6
-packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 8)
// Packet: 0x00f7
-packetLen(0x00f7, 17) // CZ_REQUEST_TIME
+packetLen(0x00f7, 17)
// Packet: 0x00f8
-packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+packetLen(0x00f8, 2)
// Packet: 0x00f9
-packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+packetLen(0x00f9, 26)
// Packet: 0x00fa
-packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, 3)
// Packet: 0x00fb
-packetLen(0x00fb, -1) // ZC_GROUP_LIST
+packetLen(0x00fb, -1)
// Packet: 0x00fc
-packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, 6)
// Packet: 0x00fd
-packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, 27)
// Packet: 0x00fe
-packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, 30)
// Packet: 0x00ff
-packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+packetLen(0x00ff, 10)
// Packet: 0x0100
-packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, 2)
// Packet: 0x0101
-packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, 6)
// Packet: 0x0102
-packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 6)
// Packet: 0x0103
-packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 30)
// Packet: 0x0104
-packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, 79)
// Packet: 0x0105
-packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, 31)
// Packet: 0x0106
-packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, 10)
// Packet: 0x0107
-packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, 10)
// Packet: 0x0108
-packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, -1)
// Packet: 0x0109
-packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, -1)
// Packet: 0x010a
-packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 4)
// Packet: 0x010b
-packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, 6)
// Packet: 0x010c
-packetLen(0x010c, 6) // ZC_MVP
+packetLen(0x010c, 6)
// Packet: 0x010d
-packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+packetLen(0x010d, 2)
// Packet: 0x010e
-packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, 11)
// Packet: 0x010f
-packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+packetLen(0x010f, -1)
// Packet: 0x0110
-packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, 10)
// Packet: 0x0111
-packetLen(0x0111, 39) // ZC_ADD_SKILL
+packetLen(0x0111, 39)
// Packet: 0x0112
-packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, 4)
// Packet: 0x0113
-packetLen(0x0113, 25) // CZ_USE_SKILL
+packetLen(0x0113, 25)
// Packet: 0x0114
-packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+packetLen(0x0114, 31)
// Packet: 0x0115
-packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+packetLen(0x0115, 35)
// Packet: 0x0116
-packetLen(0x0116, 17) // CZ_USE_SKILL_TOGROUND
+packetLen(0x0116, 17)
// Packet: 0x0117
-packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, 18)
// Packet: 0x0118
-packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+packetLen(0x0118, 2)
// Packet: 0x0119
-packetLen(0x0119, 13) // ZC_STATE_CHANGE
+packetLen(0x0119, 13)
// Packet: 0x011a
-packetLen(0x011a, 15) // ZC_USE_SKILL
+packetLen(0x011a, 15)
// Packet: 0x011b
-packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, 20)
// Packet: 0x011c
-packetLen(0x011c, 68) // ZC_WARPLIST
+packetLen(0x011c, 68)
// Packet: 0x011d
-packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 2)
// Packet: 0x011e
-packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, 3)
// Packet: 0x011f
-packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+packetLen(0x011f, 16)
// Packet: 0x0120
-packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, 6)
// Packet: 0x0121
-packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, 14)
// Packet: 0x0122
-packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, -1)
// Packet: 0x0123
-packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, -1)
// Packet: 0x0124
-packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 21)
// Packet: 0x0125
-packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 8)
// Packet: 0x0126
-packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 8)
// Packet: 0x0127
-packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, 8)
// Packet: 0x0128
-packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 8)
// Packet: 0x0129
-packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, 8)
// Packet: 0x012a
-packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+packetLen(0x012a, 2)
// Packet: 0x012b
-packetLen(0x012b, 2) // ZC_CARTOFF
+packetLen(0x012b, 2)
// Packet: 0x012c
-packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 3)
// Packet: 0x012d
-packetLen(0x012d, 4) // ZC_OPENSTORE
+packetLen(0x012d, 4)
// Packet: 0x012e
-packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, 2)
// Packet: 0x012f
-packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+packetLen(0x012f, -1)
// Packet: 0x0130
-packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, 6)
// Packet: 0x0131
-packetLen(0x0131, 86) // ZC_STORE_ENTRY
+packetLen(0x0131, 86)
// Packet: 0x0132
-packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, 6)
// Packet: 0x0133
-packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, -1)
// Packet: 0x0134
-packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, -1)
// Packet: 0x0135
-packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, 7)
// Packet: 0x0136
-packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, -1)
// Packet: 0x0137
-packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, 6)
// Packet: 0x0138
-packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+packetLen(0x0138, 3)
// Packet: 0x0139
-packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, 16)
// Packet: 0x013a
-packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+packetLen(0x013a, 4)
// Packet: 0x013b
-packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+packetLen(0x013b, 4)
// Packet: 0x013c
-packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+packetLen(0x013c, 4)
// Packet: 0x013d
-packetLen(0x013d, 6) // ZC_RECOVERY
+packetLen(0x013d, 6)
// Packet: 0x013e
-packetLen(0x013e, 24) // ZC_USESKILL_ACK
+packetLen(0x013e, 24)
// Packet: 0x013f
-packetLen(0x013f, 26) // CZ_ITEM_CREATE
+packetLen(0x013f, 26)
// Packet: 0x0140
-packetLen(0x0140, 22) // CZ_MOVETO_MAP
+packetLen(0x0140, 22)
// Packet: 0x0141
-packetLen(0x0141, 14) // ZC_COUPLESTATUS
+packetLen(0x0141, 14)
// Packet: 0x0142
-packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+packetLen(0x0142, 6)
// Packet: 0x0143
-packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+packetLen(0x0143, 10)
// Packet: 0x0144
-packetLen(0x0144, 23) // ZC_COMPASS
+packetLen(0x0144, 23)
// Packet: 0x0145
-packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+packetLen(0x0145, 19)
// Packet: 0x0146
-packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+packetLen(0x0146, 6)
// Packet: 0x0147
-packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+packetLen(0x0147, 39)
// Packet: 0x0148
-packetLen(0x0148, 8) // ZC_RESURRECTION
+packetLen(0x0148, 8)
// Packet: 0x0149
-packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, 9)
// Packet: 0x014a
-packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+packetLen(0x014a, 6)
// Packet: 0x014b
-packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+packetLen(0x014b, 27)
// Packet: 0x014c
-packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, -1)
// Packet: 0x014d
-packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 2)
// Packet: 0x014e
-packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+packetLen(0x014e, 6)
// Packet: 0x014f
-packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, 6)
// Packet: 0x0150
-packetLen(0x0150, 110) // ZC_GUILD_INFO
+packetLen(0x0150, 110)
// Packet: 0x0151
-packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+packetLen(0x0151, 6)
// Packet: 0x0152
-packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+packetLen(0x0152, -1)
// Packet: 0x0153
-packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+packetLen(0x0153, -1)
// Packet: 0x0154
-packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, -1)
// Packet: 0x0155
-packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, -1)
// Packet: 0x0156
-packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+packetLen(0x0156, -1)
// Packet: 0x0157
-packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+packetLen(0x0157, 6)
// Packet: 0x0159
-packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, 54)
// Packet: 0x015a
-packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 66)
// Packet: 0x015b
-packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 54)
// Packet: 0x015c
-packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, 90)
// Packet: 0x015d
-packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+packetLen(0x015d, 42)
// Packet: 0x015e
-packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, 6)
// Packet: 0x015f
-packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+packetLen(0x015f, 42)
// Packet: 0x0160
-packetLen(0x0160, -1) // ZC_POSITION_INFO
+packetLen(0x0160, -1)
// Packet: 0x0161
-packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, -1)
// Packet: 0x0162
-packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, -1)
// Packet: 0x0163
-packetLen(0x0163, -1) // ZC_BAN_LIST
+packetLen(0x0163, -1)
// Packet: 0x0164
-packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+packetLen(0x0164, -1)
// Packet: 0x0165
-packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, 30)
// Packet: 0x0166
-packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, -1)
// Packet: 0x0167
-packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 3)
// Packet: 0x0168
-packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, 14)
// Packet: 0x0169
-packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 3)
// Packet: 0x016a
-packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, 30)
// Packet: 0x016b
-packetLen(0x016b, 10) // CZ_JOIN_GUILD
+packetLen(0x016b, 10)
// Packet: 0x016c
-packetLen(0x016c, 43) // ZC_UPDATE_GDID
+packetLen(0x016c, 43)
// Packet: 0x016d
-packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 14)
// Packet: 0x016e
-packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+packetLen(0x016e, 186)
// Packet: 0x016f
-packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+packetLen(0x016f, 182)
// Packet: 0x0170
-packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 14)
// Packet: 0x0171
-packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, 30)
// Packet: 0x0172
-packetLen(0x0172, 10) // CZ_ALLY_GUILD
+packetLen(0x0172, 10)
// Packet: 0x0173
-packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+packetLen(0x0173, 3)
// Packet: 0x0174
-packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0174, -1)
// Packet: 0x0175
-packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+packetLen(0x0175, 6)
// Packet: 0x0176
-packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+packetLen(0x0176, 106)
// Packet: 0x0177
-packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, -1)
// Packet: 0x0178
-packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, 4)
// Packet: 0x0179
-packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 5)
// Packet: 0x017a
-packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, 4)
// Packet: 0x017b
-packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, -1)
// Packet: 0x017c
-packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, 6)
// Packet: 0x017d
-packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 7)
// Packet: 0x017e
-packetLen(0x017e, -1) // CZ_GUILD_CHAT
+packetLen(0x017e, -1)
// Packet: 0x017f
-packetLen(0x017f, -1) // ZC_GUILD_CHAT
+packetLen(0x017f, -1)
// Packet: 0x0180
-packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+packetLen(0x0180, 6)
// Packet: 0x0181
-packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+packetLen(0x0181, 3)
// Packet: 0x0182
-packetLen(0x0182, 106) // ZC_MEMBER_ADD
+packetLen(0x0182, 106)
// Packet: 0x0183
-packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+packetLen(0x0183, 10)
// Packet: 0x0184
-packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+packetLen(0x0184, 10)
// Packet: 0x0185
-packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+packetLen(0x0185, 34)
// Packet: 0x0187
-packetLen(0x0187, 6) // CH_UNKNOWN_PING
+packetLen(0x0187, 6)
// Packet: 0x0188
-packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, 8)
// Packet: 0x0189
-packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, 4)
// Packet: 0x018a
-packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+packetLen(0x018a, 4)
// Packet: 0x018b
-packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, 4)
// Packet: 0x018c
-packetLen(0x018c, 29) // ZC_MONSTER_INFO
+packetLen(0x018c, 29)
// Packet: 0x018d
-packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, -1)
// Packet: 0x018e
-packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+packetLen(0x018e, 10)
// Packet: 0x018f
-packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 6)
// Packet: 0x0190
-packetLen(0x0190, 23) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+packetLen(0x0190, 23)
// Packet: 0x0191
-packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+packetLen(0x0191, 86)
// Packet: 0x0192
-packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+packetLen(0x0192, 24)
// Packet: 0x0193
-packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+packetLen(0x0193, 2)
// Packet: 0x0194
-packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 30)
// Packet: 0x0195
-packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 102)
// Packet: 0x0196
-packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, 9)
// Packet: 0x0197
-packetLen(0x0197, 4) // CZ_RESET
+packetLen(0x0197, 4)
// Packet: 0x0198
-packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+packetLen(0x0198, 8)
// Packet: 0x0199
-packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, 4)
// Packet: 0x019a
-packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 14)
// Packet: 0x019b
-packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 10)
// Packet: 0x019c
-packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+packetLen(0x019c, -1)
// Packet: 0x019d
-packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, 6)
// Packet: 0x019e
-packetLen(0x019e, 2) // ZC_START_CAPTURE
+packetLen(0x019e, 2)
// Packet: 0x019f
-packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, 6)
// Packet: 0x01a0
-packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, 3)
// Packet: 0x01a1
-packetLen(0x01a1, 3) // CZ_COMMAND_PET
+packetLen(0x01a1, 3)
// Packet: 0x01a2
-packetLen(0x01a2, 37) // ZC_PROPERTY_PET
+packetLen(0x01a2, 37)
// Packet: 0x01a3
-packetLen(0x01a3, 5) // ZC_FEED_PET
+packetLen(0x01a3, 5)
// Packet: 0x01a4
-packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, 11)
// Packet: 0x01a5
-packetLen(0x01a5, 26) // CZ_RENAME_PET
+packetLen(0x01a5, 26)
// Packet: 0x01a6
-packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+packetLen(0x01a6, -1)
// Packet: 0x01a7
-packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 4)
// Packet: 0x01a8
-packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+packetLen(0x01a8, 4)
// Packet: 0x01a9
-packetLen(0x01a9, 6) // CZ_PET_ACT
+packetLen(0x01a9, 6)
// Packet: 0x01aa
-packetLen(0x01aa, 10) // ZC_PET_ACT
+packetLen(0x01aa, 10)
// Packet: 0x01ab
-packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, 12)
// Packet: 0x01ac
-packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+packetLen(0x01ac, 6)
// Packet: 0x01ad
-packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, -1)
// Packet: 0x01ae
-packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, 4)
// Packet: 0x01af
-packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+packetLen(0x01af, 4)
// Packet: 0x01b0
-packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, 11)
// Packet: 0x01b1
-packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+packetLen(0x01b1, 7)
// Packet: 0x01b2
-packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, -1)
// Packet: 0x01b3
-packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, 67)
// Packet: 0x01b4
-packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+packetLen(0x01b4, 12)
// Packet: 0x01b5
-packetLen(0x01b5, 18) // SC_BILLING_INFO
+packetLen(0x01b5, 18)
// Packet: 0x01b6
-packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+packetLen(0x01b6, 114)
// Packet: 0x01b7
-packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+packetLen(0x01b7, 6)
// Packet: 0x01b8
-packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+packetLen(0x01b8, 3)
// Packet: 0x01b9
-packetLen(0x01b9, 6) // ZC_DISPEL
+packetLen(0x01b9, 6)
// Packet: 0x01ba
-packetLen(0x01ba, 26) // CZ_REMOVE_AID
+packetLen(0x01ba, 26)
// Packet: 0x01bb
-packetLen(0x01bb, 26) // CZ_SHIFT
+packetLen(0x01bb, 26)
// Packet: 0x01bc
-packetLen(0x01bc, 26) // CZ_RECALL
+packetLen(0x01bc, 26)
// Packet: 0x01bd
-packetLen(0x01bd, 26) // CZ_RECALL_GID
+packetLen(0x01bd, 26)
// Packet: 0x01be
-packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+packetLen(0x01be, 2)
// Packet: 0x01bf
-packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+packetLen(0x01bf, 3)
// Packet: 0x01c0
-packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+packetLen(0x01c0, 2)
// Packet: 0x01c1
-packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+packetLen(0x01c1, 14)
// Packet: 0x01c2
-packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+packetLen(0x01c2, 10)
// Packet: 0x01c3
-packetLen(0x01c3, -1) // ZC_BROADCAST2
+packetLen(0x01c3, -1)
// Packet: 0x01c4
-packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 22)
// Packet: 0x01c5
-packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 22)
// Packet: 0x01c6
-packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+packetLen(0x01c6, 4)
// Packet: 0x01c7
-packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+packetLen(0x01c7, 2)
// Packet: 0x01c8
-packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, 13)
// Packet: 0x01c9
-packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 97)
// Packet: 0x01ca
-packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+packetLen(0x01ca, 3)
// Packet: 0x01cb
-packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+packetLen(0x01cb, 9)
// Packet: 0x01cc
-packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+packetLen(0x01cc, 9)
// Packet: 0x01cd
-packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, 30)
// Packet: 0x01ce
-packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, 6)
// Packet: 0x01cf
-packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+packetLen(0x01cf, 28)
// Packet: 0x01d0
-packetLen(0x01d0, 8) // ZC_SPIRITS
+packetLen(0x01d0, 8)
// Packet: 0x01d1
-packetLen(0x01d1, 14) // ZC_BLADESTOP
+packetLen(0x01d1, 14)
// Packet: 0x01d2
-packetLen(0x01d2, 10) // ZC_COMBODELAY
+packetLen(0x01d2, 10)
// Packet: 0x01d3
-packetLen(0x01d3, 35) // ZC_SOUND
+packetLen(0x01d3, 35)
// Packet: 0x01d4
-packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, 6)
// Packet: 0x01d5
-packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, -1)
// Packet: 0x01d6
-packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 4)
// Packet: 0x01d7
-packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 11)
// Packet: 0x01d8
-packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 54)
// Packet: 0x01d9
-packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 53)
// Packet: 0x01da
-packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 60)
// Packet: 0x01db
-packetLen(0x01db, 2) // CA_REQ_HASH
+packetLen(0x01db, 2)
// Packet: 0x01dc
-packetLen(0x01dc, -1) // AC_ACK_HASH
+packetLen(0x01dc, -1)
// Packet: 0x01dd
-packetLen(0x01dd, 47) // CA_LOGIN2
+packetLen(0x01dd, 47)
// Packet: 0x01de
-packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 33)
// Packet: 0x01df
-packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+packetLen(0x01df, 6)
// Packet: 0x01e0
-packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+packetLen(0x01e0, 30)
// Packet: 0x01e1
-packetLen(0x01e1, 8) // ZC_SPIRITS2
+packetLen(0x01e1, 8)
// Packet: 0x01e2
-packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+packetLen(0x01e2, 34)
// Packet: 0x01e3
-packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+packetLen(0x01e3, 14)
// Packet: 0x01e4
-packetLen(0x01e4, 2) // ZC_START_COUPLE
+packetLen(0x01e4, 2)
// Packet: 0x01e5
-packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+packetLen(0x01e5, 6)
// Packet: 0x01e6
-packetLen(0x01e6, 26) // ZC_COUPLENAME
+packetLen(0x01e6, 26)
// Packet: 0x01e7
-packetLen(0x01e7, 2) // CZ_DORIDORI
+packetLen(0x01e7, 2)
// Packet: 0x01e8
-packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 28)
// Packet: 0x01e9
-packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, 81)
// Packet: 0x01ea
-packetLen(0x01ea, 6) // ZC_CONGRATULATION
+packetLen(0x01ea, 6)
// Packet: 0x01eb
-packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, 10)
// Packet: 0x01ec
-packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+packetLen(0x01ec, 26)
// Packet: 0x01ed
-packetLen(0x01ed, 2) // CZ_CHOPOKGI
+packetLen(0x01ed, 2)
// Packet: 0x01ee
-packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, -1)
// Packet: 0x01ef
-packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, -1)
// Packet: 0x01f0
-packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, -1)
// Packet: 0x01f1
-packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+packetLen(0x01f1, -1)
// Packet: 0x01f2
-packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, 20)
// Packet: 0x01f3
-packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+packetLen(0x01f3, 10)
// Packet: 0x01f4
-packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, 32)
// Packet: 0x01f5
-packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, 9)
// Packet: 0x01f6
-packetLen(0x01f6, 34) // ZC_REQ_BABY
+packetLen(0x01f6, 34)
// Packet: 0x01f7
-packetLen(0x01f7, 14) // CZ_JOIN_BABY
+packetLen(0x01f7, 14)
// Packet: 0x01f8
-packetLen(0x01f8, 2) // ZC_START_BABY
+packetLen(0x01f8, 2)
// Packet: 0x01f9
-packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+packetLen(0x01f9, 6)
// Packet: 0x01fa
-packetLen(0x01fa, 48) // CA_LOGIN3
+packetLen(0x01fa, 48)
// Packet: 0x01fb
-packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+packetLen(0x01fb, 56)
// Packet: 0x01fc
-packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, -1)
// Packet: 0x01fd
-packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 15)
// Packet: 0x01fe
-packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, 5)
// Packet: 0x01ff
-packetLen(0x01ff, 10) // ZC_HIGHJUMP
+packetLen(0x01ff, 10)
// Packet: 0x0200
-packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+packetLen(0x0200, 26)
// Packet: 0x0201
-packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+packetLen(0x0201, -1)
// Packet: 0x0202
#if PACKETVER >= 20171220
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20171213
-packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+packetLen(0x0202, 26)
#elif PACKETVER >= 20171115
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20171108
-packetLen(0x0202, 6) // CZ_ADD_FRIENDS
+packetLen(0x0202, 6)
#elif PACKETVER >= 20171101
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20171025
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20170913
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20170906
-packetLen(0x0202, 4) // CZ_ADD_FRIENDS
+packetLen(0x0202, 4)
#elif PACKETVER >= 20170719
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20170712
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20170705
-packetLen(0x0202, 36) // CZ_ADD_FRIENDS
+packetLen(0x0202, 36)
#elif PACKETVER >= 20170628
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20170621
-packetLen(0x0202, 12) // CZ_ADD_FRIENDS
+packetLen(0x0202, 12)
#elif PACKETVER >= 20170329
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20170322
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20170315
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20170308
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20170228
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20170222
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20170104
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#endif
// Packet: 0x0203
-packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+packetLen(0x0203, 10)
// Packet: 0x0204
-packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+packetLen(0x0204, 18)
// Packet: 0x0205
-packetLen(0x0205, 26) // ZC_DIVORCE
+packetLen(0x0205, 26)
// Packet: 0x0206
-packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+packetLen(0x0206, 11)
// Packet: 0x0207
-packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, 34)
// Packet: 0x0208
-packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, 14)
// Packet: 0x0209
-packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, 36)
// Packet: 0x020a
-packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 10)
// Packet: 0x020d
-packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+packetLen(0x020d, -1)
// Packet: 0x020e
-packetLen(0x020e, 32) // ZC_STARSKILL
+packetLen(0x020e, 32)
// Packet: 0x0212
-packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+packetLen(0x0212, 26)
// Packet: 0x0213
-packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+packetLen(0x0213, 26)
// Packet: 0x0214
-packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+packetLen(0x0214, 42)
// Packet: 0x0215
-packetLen(0x0215, 6) // ZC_SKILLMSG
+packetLen(0x0215, 6)
// Packet: 0x0216
-packetLen(0x0216, 6) // ZC_BABYMSG
+packetLen(0x0216, 6)
// Packet: 0x0217
-packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 2)
// Packet: 0x0218
-packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, 2)
// Packet: 0x0219
-packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 282)
// Packet: 0x021a
-packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, 282)
// Packet: 0x021b
-packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, 10)
// Packet: 0x021c
-packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, 10)
// Packet: 0x021d
-packetLen(0x021d, 6) // CZ_LESSEFFECT
+packetLen(0x021d, 6)
// Packet: 0x021e
-packetLen(0x021e, 6) // ZC_LESSEFFECT
+packetLen(0x021e, 6)
// Packet: 0x021f
-packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+packetLen(0x021f, 66)
// Packet: 0x0220
-packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+packetLen(0x0220, 10)
// Packet: 0x0221
-packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+packetLen(0x0221, -1)
// Packet: 0x0222
-packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+packetLen(0x0222, 6)
// Packet: 0x0223
-packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+packetLen(0x0223, 8)
// Packet: 0x0224
-packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+packetLen(0x0224, 10)
// Packet: 0x0225
-packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+packetLen(0x0225, 2)
// Packet: 0x0226
-packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+packetLen(0x0226, 282)
// Packet: 0x0227
-packetLen(0x0227, 18) // ZC_GAME_GUARD
+packetLen(0x0227, 18)
// Packet: 0x0228
-packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+packetLen(0x0228, 18)
// Packet: 0x0229
-packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+packetLen(0x0229, 15)
// Packet: 0x022a
-packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 58)
// Packet: 0x022b
-packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, 57)
// Packet: 0x022c
-packetLen(0x022c, 65) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, 65)
// Packet: 0x022d
#if PACKETVER >= 20171108
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20171101
-packetLen(0x022d, 36) // CZ_COMMAND_MER
+packetLen(0x022d, 36)
#elif PACKETVER >= 20171025
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20171011
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20171002
-packetLen(0x022d, 6) // CZ_COMMAND_MER
+packetLen(0x022d, 6)
#elif PACKETVER >= 20170823
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20170816
-packetLen(0x022d, 6) // CZ_COMMAND_MER
+packetLen(0x022d, 6)
#elif PACKETVER >= 20170809
-packetLen(0x022d, 4) // CZ_COMMAND_MER
+packetLen(0x022d, 4)
#elif PACKETVER >= 20170801
-packetLen(0x022d, 6) // CZ_COMMAND_MER
+packetLen(0x022d, 6)
#elif PACKETVER >= 20170726
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20170719
-packetLen(0x022d, 7) // CZ_COMMAND_MER
+packetLen(0x022d, 7)
#elif PACKETVER >= 20170712
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20170705
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20170628
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20170329
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20170322
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20170315
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20170308
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20170228
-packetLen(0x022d, 6) // CZ_COMMAND_MER
+packetLen(0x022d, 6)
#elif PACKETVER >= 20170125
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20170118
-packetLen(0x022d, 10) // CZ_COMMAND_MER
+packetLen(0x022d, 10)
#elif PACKETVER >= 20170104
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#endif
// Packet: 0x022e
-packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 71)
// Packet: 0x022f
-packetLen(0x022f, 5) // ZC_FEED_MER
+packetLen(0x022f, 5)
// Packet: 0x0230
-packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+packetLen(0x0230, 12)
// Packet: 0x0231
-packetLen(0x0231, 26) // CZ_RENAME_MER
+packetLen(0x0231, 26)
// Packet: 0x0232
-packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, 9)
// Packet: 0x0233
-packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, 11)
// Packet: 0x0234
-packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, 6)
// Packet: 0x0235
-packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, -1)
// Packet: 0x0236
-packetLen(0x0236, 10) // ZC_KILLER_POINT
+packetLen(0x0236, 10)
// Packet: 0x0237
-packetLen(0x0237, 2) // CZ_KILLER_RANK
+packetLen(0x0237, 2)
// Packet: 0x0238
-packetLen(0x0238, 282) // ZC_KILLER_RANK
+packetLen(0x0238, 282)
// Packet: 0x0239
-packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 11)
// Packet: 0x023a
-packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, 4)
// Packet: 0x023b
#if PACKETVER >= 20171101
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20171025
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20171018
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20171011
-packetLen(0x023b, 5) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 5)
#elif PACKETVER >= 20170719
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20170712
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20170705
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20170628
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20170621
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20170614
-packetLen(0x023b, 8) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 8)
#elif PACKETVER >= 20170419
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20170412
-packetLen(0x023b, 10) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 10)
#elif PACKETVER >= 20170329
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20170322
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20170315
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20170308
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20170104
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#endif
// Packet: 0x023c
-packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, 6)
// Packet: 0x023d
-packetLen(0x023d, 6) // AC_EVENT_RESULT
+packetLen(0x023d, 6)
// Packet: 0x023e
-packetLen(0x023e, 8) // HC_REQUEST_CHARACTER_PASSWORD
+packetLen(0x023e, 8)
// Packet: 0x023f
-packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+packetLen(0x023f, 2)
// Packet: 0x0240
-packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+packetLen(0x0240, -1)
// Packet: 0x0241
-packetLen(0x0241, 6) // CZ_MAIL_OPEN
+packetLen(0x0241, 6)
// Packet: 0x0242
-packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+packetLen(0x0242, -1)
// Packet: 0x0243
-packetLen(0x0243, 6) // CZ_MAIL_DELETE
+packetLen(0x0243, 6)
// Packet: 0x0244
-packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+packetLen(0x0244, 6)
// Packet: 0x0245
-packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+packetLen(0x0245, 3)
// Packet: 0x0246
-packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+packetLen(0x0246, 4)
// Packet: 0x0247
-packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+packetLen(0x0247, 8)
// Packet: 0x0248
-packetLen(0x0248, -1) // CZ_MAIL_SEND
+packetLen(0x0248, -1)
// Packet: 0x0249
-packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+packetLen(0x0249, 3)
// Packet: 0x024a
-packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+packetLen(0x024a, 70)
// Packet: 0x024b
-packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+packetLen(0x024b, 4)
// Packet: 0x024c
-packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+packetLen(0x024c, 8)
// Packet: 0x024d
-packetLen(0x024d, 12) // CZ_AUCTION_ADD
+packetLen(0x024d, 12)
// Packet: 0x024e
-packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+packetLen(0x024e, 6)
// Packet: 0x024f
-packetLen(0x024f, 10) // CZ_AUCTION_BUY
+packetLen(0x024f, 10)
// Packet: 0x0250
-packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+packetLen(0x0250, 3)
// Packet: 0x0251
-packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+packetLen(0x0251, 34)
// Packet: 0x0252
-packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+packetLen(0x0252, -1)
// Packet: 0x0253
-packetLen(0x0253, 3) // ZC_STARPLACE
+packetLen(0x0253, 3)
// Packet: 0x0254
-packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+packetLen(0x0254, 3)
// Packet: 0x0255
-packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+packetLen(0x0255, 5)
// Packet: 0x0256
-packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+packetLen(0x0256, 5)
// Packet: 0x0257
-packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+packetLen(0x0257, 8)
// Packet: 0x0258
-packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+packetLen(0x0258, 2)
// Packet: 0x0259
-packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+packetLen(0x0259, 3)
// Packet: 0x025a
-packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+packetLen(0x025a, -1)
// Packet: 0x025b
-packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+packetLen(0x025b, 6)
// Packet: 0x025c
-packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+packetLen(0x025c, 4)
// Packet: 0x025d
-packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+packetLen(0x025d, 6)
// Packet: 0x025e
-packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+packetLen(0x025e, 4)
// Packet: 0x025f
-packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+packetLen(0x025f, 6)
// Packet: 0x0260
-packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+packetLen(0x0260, 6)
// Packet: 0x0261
-packetLen(0x0261, 11) // AC_REQ_LOGIN_OLDEKEY
+packetLen(0x0261, 11)
// Packet: 0x0262
-packetLen(0x0262, 11) // AC_REQ_LOGIN_NEWEKEY
+packetLen(0x0262, 11)
// Packet: 0x0263
-packetLen(0x0263, 11) // AC_REQ_LOGIN_CARDPASS
+packetLen(0x0263, 11)
// Packet: 0x0264
-packetLen(0x0264, 20) // CA_ACK_LOGIN_OLDEKEY
+packetLen(0x0264, 20)
// Packet: 0x0265
-packetLen(0x0265, 20) // CA_ACK_LOGIN_NEWEKEY
+packetLen(0x0265, 20)
// Packet: 0x0266
-packetLen(0x0266, 30) // CA_ACK_LOGIN_CARDPASS
+packetLen(0x0266, 30)
// Packet: 0x0267
-packetLen(0x0267, 4) // AC_ACK_EKEY_FAIL_NOTEXIST
+packetLen(0x0267, 4)
// Packet: 0x0268
-packetLen(0x0268, 4) // AC_ACK_EKEY_FAIL_NOTUSESEKEY
+packetLen(0x0268, 4)
// Packet: 0x0269
-packetLen(0x0269, 4) // AC_ACK_EKEY_FAIL_NOTUSEDEKEY
+packetLen(0x0269, 4)
// Packet: 0x026a
-packetLen(0x026a, 4) // AC_ACK_EKEY_FAIL_AUTHREFUSE
+packetLen(0x026a, 4)
// Packet: 0x026b
-packetLen(0x026b, 4) // AC_ACK_EKEY_FAIL_INPUTEKEY
+packetLen(0x026b, 4)
// Packet: 0x026c
-packetLen(0x026c, 4) // AC_ACK_EKEY_FAIL_NOTICE
+packetLen(0x026c, 4)
// Packet: 0x026d
-packetLen(0x026d, 4) // AC_ACK_EKEY_FAIL_NEEDCARDPASS
+packetLen(0x026d, 4)
// Packet: 0x026f
-packetLen(0x026f, 2) // AC_ACK_FIRST_LOGIN
+packetLen(0x026f, 2)
// Packet: 0x0270
-packetLen(0x0270, 2) // AC_REQ_LOGIN_ACCOUNT_INFO
+packetLen(0x0270, 2)
// Packet: 0x0271
-packetLen(0x0271, 40) // CA_ACK_LOGIN_ACCOUNT_INFO
+packetLen(0x0271, 40)
// Packet: 0x0272
-packetLen(0x0272, 44) // AC_ACK_PT_ID_INFO
+packetLen(0x0272, 44)
// Packet: 0x0273
-packetLen(0x0273, 30) // CZ_REQ_MAIL_RETURN
+packetLen(0x0273, 30)
// Packet: 0x0274
-packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, 8)
// Packet: 0x0275
-packetLen(0x0275, 37) // CH_ENTER2
+packetLen(0x0275, 37)
// Packet: 0x0276
-packetLen(0x0276, -1) // AC_ACCEPT_LOGIN2
+packetLen(0x0276, -1)
// Packet: 0x0277
-packetLen(0x0277, 84) // CA_LOGIN_PCBANG
+packetLen(0x0277, 84)
// Packet: 0x0278
-packetLen(0x0278, 2) // ZC_NOTIFY_PCBANG
+packetLen(0x0278, 2)
// Packet: 0x0279
-packetLen(0x0279, 2) // CZ_HUNTINGLIST
+packetLen(0x0279, 2)
// Packet: 0x027a
-packetLen(0x027a, -1) // ZC_HUNTINGLIST
+packetLen(0x027a, -1)
// Packet: 0x027b
-packetLen(0x027b, 14) // ZC_PCBANG_EFFECT
+packetLen(0x027b, 14)
// Packet: 0x027c
-packetLen(0x027c, 60) // CA_LOGIN4
+packetLen(0x027c, 60)
// Packet: 0x027d
-packetLen(0x027d, 62) // ZC_PROPERTY_MERCE
+packetLen(0x027d, 62)
// Packet: 0x027e
-packetLen(0x027e, -1) // ZC_SHANDA_PROTECT
+packetLen(0x027e, -1)
// Packet: 0x027f
-packetLen(0x027f, 8) // CA_CLIENT_TYPE
+packetLen(0x027f, 8)
// Packet: 0x0280
-packetLen(0x0280, 12) // ZC_GANGSI_POINT
+packetLen(0x0280, 12)
// Packet: 0x0281
#if PACKETVER >= 20171227
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20171220
-packetLen(0x0281, 19) // CZ_GANGSI_RANK
+packetLen(0x0281, 19)
#elif PACKETVER >= 20171213
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20171129
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20171122
-packetLen(0x0281, 6) // CZ_GANGSI_RANK
+packetLen(0x0281, 6)
#elif PACKETVER >= 20171101
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20171025
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20171018
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20171011
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20170920
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20170913
-packetLen(0x0281, 6) // CZ_GANGSI_RANK
+packetLen(0x0281, 6)
#elif PACKETVER >= 20170906
-packetLen(0x0281, 36) // CZ_GANGSI_RANK
+packetLen(0x0281, 36)
#elif PACKETVER >= 20170830
-packetLen(0x0281, 5) // CZ_GANGSI_RANK
+packetLen(0x0281, 5)
#elif PACKETVER >= 20170823
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20170816
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20170809
-packetLen(0x0281, 8) // CZ_GANGSI_RANK
+packetLen(0x0281, 8)
#elif PACKETVER >= 20170801
-packetLen(0x0281, 5) // CZ_GANGSI_RANK
+packetLen(0x0281, 5)
#elif PACKETVER >= 20170719
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20170712
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20170705
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20170628
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20170517
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20170502
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20170426
-packetLen(0x0281, 36) // CZ_GANGSI_RANK
+packetLen(0x0281, 36)
#elif PACKETVER >= 20170412
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20170405
-packetLen(0x0281, 18) // CZ_GANGSI_RANK
+packetLen(0x0281, 18)
#elif PACKETVER >= 20170329
-packetLen(0x0281, 26) // CZ_GANGSI_RANK
+packetLen(0x0281, 26)
#elif PACKETVER >= 20170322
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20170315
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20170308
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20170111
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20170104
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#endif
// Packet: 0x0282
-packetLen(0x0282, 284) // ZC_GANGSI_RANK
+packetLen(0x0282, 284)
// Packet: 0x0283
-packetLen(0x0283, 6) // ZC_AID
+packetLen(0x0283, 6)
// Packet: 0x0284
-packetLen(0x0284, 14) // ZC_NOTIFY_EFFECT3
+packetLen(0x0284, 14)
// Packet: 0x0285
-packetLen(0x0285, 6) // ZC_DEATH_QUESTION
+packetLen(0x0285, 6)
// Packet: 0x0286
-packetLen(0x0286, 4) // CZ_DEATH_QUESTION
+packetLen(0x0286, 4)
// Packet: 0x0287
-packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, -1)
// Packet: 0x0288
-packetLen(0x0288, -1) // CZ_PC_BUY_CASH_POINT_ITEM
+packetLen(0x0288, -1)
// Packet: 0x0289
-packetLen(0x0289, 12) // ZC_PC_CASH_POINT_UPDATE
+packetLen(0x0289, 12)
// Packet: 0x028a
-packetLen(0x028a, 18) // ZC_NPC_SHOWEFST_UPDATE
+packetLen(0x028a, 18)
// Packet: 0x028b
-packetLen(0x028b, -1) // HC_CHARNOTBEENSELECTED
+packetLen(0x028b, -1)
// Packet: 0x028c
-packetLen(0x028c, 46) // CH_SELECT_CHAR_GOINGTOBEUSED
+packetLen(0x028c, 46)
// Packet: 0x028d
-packetLen(0x028d, 34) // CH_REQ_IS_VALID_CHARNAME
+packetLen(0x028d, 34)
// Packet: 0x028e
-packetLen(0x028e, 4) // HC_ACK_IS_VALID_CHARNAME
+packetLen(0x028e, 4)
// Packet: 0x028f
-packetLen(0x028f, 6) // CH_REQ_CHANGE_CHARNAME
+packetLen(0x028f, 6)
// Packet: 0x0290
-packetLen(0x0290, 4) // HC_ACK_CHANGE_CHARNAME
+packetLen(0x0290, 4)
// Packet: 0x0291
-packetLen(0x0291, 4) // ZC_MSG
+packetLen(0x0291, 4)
// Packet: 0x0292
-packetLen(0x0292, 2) // CZ_STANDING_RESURRECTION
+packetLen(0x0292, 2)
// Packet: 0x0293
-packetLen(0x0293, 70) // ZC_BOSS_INFO
+packetLen(0x0293, 70)
// Packet: 0x0294
-packetLen(0x0294, 10) // ZC_READ_BOOK
+packetLen(0x0294, 10)
// Packet: 0x0295
-packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, -1)
// Packet: 0x0296
-packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, -1)
// Packet: 0x0297
-packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, -1)
// Packet: 0x0298
-packetLen(0x0298, 8) // ZC_CASH_TIME_COUNTER
+packetLen(0x0298, 8)
// Packet: 0x0299
-packetLen(0x0299, 6) // ZC_CASH_ITEM_DELETE
+packetLen(0x0299, 6)
// Packet: 0x029a
-packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, 27)
// Packet: 0x029b
-packetLen(0x029b, 80) // ZC_MER_INIT
+packetLen(0x029b, 80)
// Packet: 0x029c
-packetLen(0x029c, 66) // ZC_MER_PROPERTY
+packetLen(0x029c, 66)
// Packet: 0x029d
-packetLen(0x029d, -1) // ZC_MER_SKILLINFO_LIST
+packetLen(0x029d, -1)
// Packet: 0x029e
-packetLen(0x029e, 11) // ZC_MER_SKILLINFO_UPDATE
+packetLen(0x029e, 11)
// Packet: 0x029f
-packetLen(0x029f, 3) // CZ_MER_COMMAND
+packetLen(0x029f, 3)
// Packet: 0x02a2
-packetLen(0x02a2, 8) // ZC_MER_PAR_CHANGE
+packetLen(0x02a2, 8)
// Packet: 0x02a5
-packetLen(0x02a5, 8) // CZ_KSY_EVENT
+packetLen(0x02a5, 8)
// Packet: 0x02a6
-packetLen(0x02a6, -1) // ZC_HACKSH_CPX_MSG
+packetLen(0x02a6, -1)
// Packet: 0x02a7
-packetLen(0x02a7, -1) // CZ_HACKSH_CPX_MSG
+packetLen(0x02a7, -1)
// Packet: 0x02aa
-packetLen(0x02aa, 4) // ZC_REQ_CASH_PASSWORD
+packetLen(0x02aa, 4)
// Packet: 0x02ab
-packetLen(0x02ab, 36) // CZ_ACK_CASH_PASSWORD
+packetLen(0x02ab, 36)
// Packet: 0x02ac
-packetLen(0x02ac, 6) // ZC_RESULT_CASH_PASSWORD
+packetLen(0x02ac, 6)
// Packet: 0x02ad
-packetLen(0x02ad, 8) // AC_REQUEST_SECOND_PASSWORD
+packetLen(0x02ad, 8)
// Packet: 0x02b0
-packetLen(0x02b0, 85) // CA_LOGIN_HAN
+packetLen(0x02b0, 85)
// Packet: 0x02b1
-packetLen(0x02b1, -1) // ZC_ALL_QUEST_LIST
+packetLen(0x02b1, -1)
// Packet: 0x02b2
-packetLen(0x02b2, -1) // ZC_ALL_QUEST_MISSION
+packetLen(0x02b2, -1)
// Packet: 0x02b3
-packetLen(0x02b3, 107) // ZC_ADD_QUEST
+packetLen(0x02b3, 107)
// Packet: 0x02b4
-packetLen(0x02b4, 6) // ZC_DEL_QUEST
+packetLen(0x02b4, 6)
// Packet: 0x02b5
-packetLen(0x02b5, -1) // ZC_UPDATE_MISSION_HUNT
+packetLen(0x02b5, -1)
// Packet: 0x02b6
-packetLen(0x02b6, 7) // CZ_ACTIVE_QUEST
+packetLen(0x02b6, 7)
// Packet: 0x02b7
-packetLen(0x02b7, 7) // ZC_ACTIVE_QUEST
+packetLen(0x02b7, 7)
// Packet: 0x02b8
-packetLen(0x02b8, 22) // ZC_ITEM_PICKUP_PARTY
+packetLen(0x02b8, 22)
// Packet: 0x02b9
-packetLen(0x02b9, 191) // ZC_SHORTCUT_KEY_LIST
+packetLen(0x02b9, 191)
// Packet: 0x02ba
-packetLen(0x02ba, 11) // CZ_SHORTCUT_KEY_CHANGE
+packetLen(0x02ba, 11)
// Packet: 0x02bb
-packetLen(0x02bb, 8) // ZC_EQUIPITEM_DAMAGED
+packetLen(0x02bb, 8)
// Packet: 0x02bc
-packetLen(0x02bc, 6) // ZC_NOTIFY_PCBANG_PLAYING_TIME
+packetLen(0x02bc, 6)
// Packet: 0x02c1
-packetLen(0x02c1, -1) // ZC_NPC_CHAT
+packetLen(0x02c1, -1)
// Packet: 0x02c2
-packetLen(0x02c2, -1) // ZC_FORMATSTRING_MSG
+packetLen(0x02c2, -1)
// Packet: 0x02c4
#if PACKETVER >= 20171206
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20171129
-packetLen(0x02c4, 5) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 5)
#elif PACKETVER >= 20171122
-packetLen(0x02c4, -1) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, -1)
#elif PACKETVER >= 20171002
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20170927
-packetLen(0x02c4, 5) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 5)
#elif PACKETVER >= 20170913
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20170906
-packetLen(0x02c4, 90) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 90)
#elif PACKETVER >= 20170830
-packetLen(0x02c4, 6) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 6)
#elif PACKETVER >= 20170712
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20170705
-packetLen(0x02c4, 18) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 18)
#elif PACKETVER >= 20170322
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20170315
-packetLen(0x02c4, 10) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 10)
#elif PACKETVER >= 20170222
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20170215
-packetLen(0x02c4, 36) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 36)
#elif PACKETVER >= 20170208
-packetLen(0x02c4, 4) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 4)
#elif PACKETVER >= 20170104
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#endif
// Packet: 0x02c5
-packetLen(0x02c5, 30) // ZC_PARTY_JOIN_REQ_ACK
+packetLen(0x02c5, 30)
// Packet: 0x02c6
-packetLen(0x02c6, 30) // ZC_PARTY_JOIN_REQ
+packetLen(0x02c6, 30)
// Packet: 0x02c7
-packetLen(0x02c7, 7) // CZ_PARTY_JOIN_REQ_ACK
+packetLen(0x02c7, 7)
// Packet: 0x02c8
-packetLen(0x02c8, 3) // CZ_PARTY_CONFIG
+packetLen(0x02c8, 3)
// Packet: 0x02c9
-packetLen(0x02c9, 3) // ZC_PARTY_CONFIG
+packetLen(0x02c9, 3)
// Packet: 0x02ca
-packetLen(0x02ca, 3) // HC_REFUSE_SELECTCHAR
+packetLen(0x02ca, 3)
// Packet: 0x02cb
-packetLen(0x02cb, 65) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO
+packetLen(0x02cb, 65)
// Packet: 0x02cc
-packetLen(0x02cc, 4) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_NOTIFY
+packetLen(0x02cc, 4)
// Packet: 0x02cd
-packetLen(0x02cd, 71) // ZC_MEMORIALDUNGEON_INFO
+packetLen(0x02cd, 71)
// Packet: 0x02ce
-packetLen(0x02ce, 10) // ZC_MEMORIALDUNGEON_NOTIFY
+packetLen(0x02ce, 10)
// Packet: 0x02cf
-packetLen(0x02cf, 6) // CZ_MEMORIALDUNGEON_COMMAND
+packetLen(0x02cf, 6)
// Packet: 0x02d0
-packetLen(0x02d0, -1) // ZC_EQUIPMENT_ITEMLIST3
+packetLen(0x02d0, -1)
// Packet: 0x02d1
-packetLen(0x02d1, -1) // ZC_STORE_EQUIPMENT_ITEMLIST3
+packetLen(0x02d1, -1)
// Packet: 0x02d2
-packetLen(0x02d2, -1) // ZC_CART_EQUIPMENT_ITEMLIST3
+packetLen(0x02d2, -1)
// Packet: 0x02d3
-packetLen(0x02d3, 4) // ZC_NOTIFY_BIND_ON_EQUIP
+packetLen(0x02d3, 4)
// Packet: 0x02d4
-packetLen(0x02d4, 29) // ZC_ITEM_PICKUP_ACK3
+packetLen(0x02d4, 29)
// Packet: 0x02d5
-packetLen(0x02d5, 2) // ZC_ISVR_DISCONNECT
+packetLen(0x02d5, 2)
// Packet: 0x02d6
-packetLen(0x02d6, 6) // CZ_EQUIPWIN_MICROSCOPE
+packetLen(0x02d6, 6)
// Packet: 0x02d7
-packetLen(0x02d7, -1) // ZC_EQUIPWIN_MICROSCOPE
+packetLen(0x02d7, -1)
// Packet: 0x02d8
-packetLen(0x02d8, 10) // CZ_CONFIG
+packetLen(0x02d8, 10)
// Packet: 0x02d9
-packetLen(0x02d9, 10) // ZC_CONFIG
+packetLen(0x02d9, 10)
// Packet: 0x02da
-packetLen(0x02da, 3) // ZC_CONFIG_NOTIFY
+packetLen(0x02da, 3)
// Packet: 0x02db
-packetLen(0x02db, -1) // CZ_BATTLEFIELD_CHAT
+packetLen(0x02db, -1)
// Packet: 0x02dc
-packetLen(0x02dc, -1) // ZC_BATTLEFIELD_CHAT
+packetLen(0x02dc, -1)
// Packet: 0x02dd
-packetLen(0x02dd, 32) // ZC_BATTLEFIELD_NOTIFY_CAMPINFO
+packetLen(0x02dd, 32)
// Packet: 0x02de
-packetLen(0x02de, 6) // ZC_BATTLEFIELD_NOTIFY_POINT
+packetLen(0x02de, 6)
// Packet: 0x02df
-packetLen(0x02df, 36) // ZC_BATTLEFIELD_NOTIFY_POSITION
+packetLen(0x02df, 36)
// Packet: 0x02e0
-packetLen(0x02e0, 34) // ZC_BATTLEFIELD_NOTIFY_HP
+packetLen(0x02e0, 34)
// Packet: 0x02e1
-packetLen(0x02e1, 33) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, 33)
// Packet: 0x02e2
-packetLen(0x02e2, 20) // CZ_USE_ITEM_NEW_JAPEN
+packetLen(0x02e2, 20)
// Packet: 0x02e3
-packetLen(0x02e3, 22) // CZ_USE_SKILL_NEW_JAPEN
+packetLen(0x02e3, 22)
// Packet: 0x02e4
-packetLen(0x02e4, 11) // CZ_ITEM_PICKUP_NEW_JAPEN
+packetLen(0x02e4, 11)
// Packet: 0x02e5
-packetLen(0x02e5, 9) // CZ_REQUEST_MOVE_NEW_JAPEN
+packetLen(0x02e5, 9)
// Packet: 0x02e6
-packetLen(0x02e6, 6) // CZ_BOT_CHECK
+packetLen(0x02e6, 6)
// Packet: 0x02e7
-packetLen(0x02e7, -1) // ZC_MAPPROPERTY
+packetLen(0x02e7, -1)
// Packet: 0x02e8
-packetLen(0x02e8, -1) // ZC_NORMAL_ITEMLIST3
+packetLen(0x02e8, -1)
// Packet: 0x02e9
-packetLen(0x02e9, -1) // ZC_CART_NORMAL_ITEMLIST3
+packetLen(0x02e9, -1)
// Packet: 0x02ea
-packetLen(0x02ea, -1) // ZC_STORE_NORMAL_ITEMLIST3
+packetLen(0x02ea, -1)
// Packet: 0x02eb
-packetLen(0x02eb, 13) // ZC_ACCEPT_ENTER2
+packetLen(0x02eb, 13)
// Packet: 0x02ec
-packetLen(0x02ec, 67) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 67)
// Packet: 0x02ed
-packetLen(0x02ed, 59) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, 59)
// Packet: 0x02ee
-packetLen(0x02ee, 60) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, 60)
// Packet: 0x02ef
-packetLen(0x02ef, 8) // ZC_NOTIFY_FONT
+packetLen(0x02ef, 8)
// Packet: 0x02f0
-packetLen(0x02f0, 10) // ZC_PROGRESS
+packetLen(0x02f0, 10)
// Packet: 0x02f1
-packetLen(0x02f1, 2) // CZ_PROGRESS
+packetLen(0x02f1, 2)
// Packet: 0x02f2
-packetLen(0x02f2, 2) // ZC_PROGRESS_CANCEL
+packetLen(0x02f2, 2)
// Packet: 0x02f3
-packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+packetLen(0x02f3, -1)
// Packet: 0x02f4
-packetLen(0x02f4, 3) // ZC_IRMAIL_SEND_RES
+packetLen(0x02f4, 3)
// Packet: 0x02f5
-packetLen(0x02f5, 7) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, 7)
// Packet: 0x02f6
-packetLen(0x02f6, 7) // CZ_IRMAIL_LIST
+packetLen(0x02f6, 7)
// Packet: 0x035c
-packetLen(0x035c, 2) // CZ_OPEN_SIMPLE_CASHSHOP_ITEMLIST
+packetLen(0x035c, 2)
// Packet: 0x035d
-packetLen(0x035d, -1) // ZC_SIMPLE_CASHSHOP_POINT_ITEMLIST
+packetLen(0x035d, -1)
// Packet: 0x035e
-packetLen(0x035e, 2) // CZ_CLOSE_WINDOW
+packetLen(0x035e, 2)
// Packet: 0x035f
#if PACKETVER >= 20171227
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20171220
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20171213
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20171206
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20171129
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20171122
-packetLen(0x035f, 4) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 4)
#elif PACKETVER >= 20171115
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20171101
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20170927
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20170920
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20170913
-packetLen(0x035f, 26) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 26)
#elif PACKETVER >= 20170906
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20170830
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20170823
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20170809
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20170801
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20170719
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20170621
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20170517
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20170426
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20170412
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20170322
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20170315
-packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+packetLen(0x035f, -1)
#elif PACKETVER >= 20170308
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20170228
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20170222
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20170215
-packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+packetLen(0x035f, -1)
#elif PACKETVER >= 20170201
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20170125
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20170104
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#endif
// Packet: 0x0360
#if PACKETVER >= 20171227
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20171220
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20171206
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20171122
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20171115
-packetLen(0x0360, 19) // CZ_REQUEST_TIME2
+packetLen(0x0360, 19)
#elif PACKETVER >= 20171101
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20171002
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20170913
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20170906
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20170830
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20170823
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20170809
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20170801
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20170719
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20170621
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20170517
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20170426
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20170412
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20170322
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20170315
-packetLen(0x0360, 5) // CZ_REQUEST_TIME2
+packetLen(0x0360, 5)
#elif PACKETVER >= 20170308
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20170228
-packetLen(0x0360, 7) // CZ_REQUEST_TIME2
+packetLen(0x0360, 7)
#elif PACKETVER >= 20170201
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20170125
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20170104
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#endif
// Packet: 0x0361
#if PACKETVER >= 20171227
-packetLen(0x0361, 7) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 7)
#elif PACKETVER >= 20171206
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20171129
-packetLen(0x0361, 12) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 12)
#elif PACKETVER >= 20171101
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20171025
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20171002
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20170927
-packetLen(0x0361, 4) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 4)
#elif PACKETVER >= 20170830
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20170823
-packetLen(0x0361, 26) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 26)
#elif PACKETVER >= 20170816
-packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, -1)
#elif PACKETVER >= 20170809
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20170801
-packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, -1)
#elif PACKETVER >= 20170719
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20170712
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20170705
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20170628
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20170621
-packetLen(0x0361, 6) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 6)
#elif PACKETVER >= 20170614
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20170607
-packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, -1)
#elif PACKETVER >= 20170531
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20170329
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20170322
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20170315
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20170308
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20170104
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#endif
// Packet: 0x0362
#if PACKETVER >= 20171220
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20171213
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20171101
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20171025
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20171018
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20171011
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20171002
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20170927
-packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+packetLen(0x0362, -1)
#elif PACKETVER >= 20170830
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20170823
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20170816
-packetLen(0x0362, 90) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 90)
#elif PACKETVER >= 20170809
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20170801
-packetLen(0x0362, 5) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 5)
#elif PACKETVER >= 20170719
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20170712
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20170705
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20170628
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20170517
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20170502
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20170412
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20170405
-packetLen(0x0362, 7) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 7)
#elif PACKETVER >= 20170329
-packetLen(0x0362, 5) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 5)
#elif PACKETVER >= 20170322
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20170315
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20170308
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20170228
-packetLen(0x0362, 5) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 5)
#elif PACKETVER >= 20170111
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20170104
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#endif
// Packet: 0x0363
#if PACKETVER >= 20171220
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20171213
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20171206
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20171129
-packetLen(0x0363, 26) // CZ_ITEM_THROW2
+packetLen(0x0363, 26)
#elif PACKETVER >= 20171101
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20171025
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20171018
-packetLen(0x0363, 19) // CZ_ITEM_THROW2
+packetLen(0x0363, 19)
#elif PACKETVER >= 20171011
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20171002
-packetLen(0x0363, 10) // CZ_ITEM_THROW2
+packetLen(0x0363, 10)
#elif PACKETVER >= 20170906
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20170830
-packetLen(0x0363, 18) // CZ_ITEM_THROW2
+packetLen(0x0363, 18)
#elif PACKETVER >= 20170823
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20170809
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20170801
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20170726
-packetLen(0x0363, -1) // CZ_ITEM_THROW2
+packetLen(0x0363, -1)
#elif PACKETVER >= 20170719
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20170712
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20170705
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20170628
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20170517
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20170502
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20170412
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20170405
-packetLen(0x0363, 4) // CZ_ITEM_THROW2
+packetLen(0x0363, 4)
#elif PACKETVER >= 20170322
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20170315
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20170308
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20170111
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20170104
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#endif
// Packet: 0x0364
#if PACKETVER >= 20171220
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20171213
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20171101
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20171011
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20170906
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20170823
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20170816
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20170809
-packetLen(0x0364, 26) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 26)
#elif PACKETVER >= 20170726
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20170719
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20170712
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20170705
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20170628
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20170621
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20170614
-packetLen(0x0364, 5) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 5)
#elif PACKETVER >= 20170607
-packetLen(0x0364, 36) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 36)
#elif PACKETVER >= 20170531
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20170524
-packetLen(0x0364, 26) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 26)
#elif PACKETVER >= 20170502
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20170329
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20170322
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20170315
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20170308
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20170125
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20170118
-packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 6)
#elif PACKETVER >= 20170111
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20170104
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#endif
// Packet: 0x0365
#if PACKETVER >= 20171220
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20171213
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20171206
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20171129
-packetLen(0x0365, 6) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 6)
#elif PACKETVER >= 20171122
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20171115
-packetLen(0x0365, 6) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 6)
#elif PACKETVER >= 20171101
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20171025
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20171018
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20171011
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20170830
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20170823
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20170809
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20170801
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20170719
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20170712
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20170705
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20170628
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20170621
-packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, -1)
#elif PACKETVER >= 20170517
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20170502
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20170419
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20170412
-packetLen(0x0365, 6) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 6)
#elif PACKETVER >= 20170329
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20170322
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20170315
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20170308
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20170111
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20170104
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#endif
// Packet: 0x0366
#if PACKETVER >= 20171227
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20171220
-packetLen(0x0366, 8) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 8)
#elif PACKETVER >= 20171129
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20171122
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20171115
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20171101
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20171002
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20170927
-packetLen(0x0366, 19) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 19)
#elif PACKETVER >= 20170913
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20170906
-packetLen(0x0366, 26) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 26)
#elif PACKETVER >= 20170830
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20170823
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20170816
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20170809
-packetLen(0x0366, 26) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 26)
#elif PACKETVER >= 20170801
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20170726
-packetLen(0x0366, 19) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 19)
#elif PACKETVER >= 20170719
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20170628
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20170621
-packetLen(0x0366, 18) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 18)
#elif PACKETVER >= 20170517
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20170426
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20170412
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20170322
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20170315
-packetLen(0x0366, 6) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 6)
#elif PACKETVER >= 20170308
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20170228
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20170222
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20170215
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20170208
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20170125
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20170104
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#endif
// Packet: 0x0367
#if PACKETVER >= 20170621
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20170614
-packetLen(0x0367, 6) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 6)
#elif PACKETVER >= 20170524
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20170517
-packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, -1)
#elif PACKETVER >= 20170322
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20170315
-packetLen(0x0367, 90) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 90)
#elif PACKETVER >= 20170215
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20170208
-packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, -1)
#elif PACKETVER >= 20170104
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#endif
// Packet: 0x0368
#if PACKETVER >= 20171227
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20171220
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20171129
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20171122
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20171115
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20171108
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20171101
-packetLen(0x0368, 19) // CZ_REQNAME2
+packetLen(0x0368, 19)
#elif PACKETVER >= 20171002
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20170913
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20170906
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20170830
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20170823
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20170809
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20170801
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20170726
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20170719
-packetLen(0x0368, 4) // CZ_REQNAME2
+packetLen(0x0368, 4)
#elif PACKETVER >= 20170621
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20170531
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20170524
-packetLen(0x0368, 36) // CZ_REQNAME2
+packetLen(0x0368, 36)
#elif PACKETVER >= 20170517
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20170502
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20170412
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20170322
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20170315
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20170308
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20170228
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20170222
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20170215
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20170201
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20170125
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20170104
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#endif
// Packet: 0x0369
#if PACKETVER >= 20171227
-packetLen(0x0369, 5) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 5)
#elif PACKETVER >= 20171220
-packetLen(0x0369, -1) // CZ_REQNAME_BYGID2
+packetLen(0x0369, -1)
#elif PACKETVER >= 20171129
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20171122
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20171115
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20171108
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20171101
-packetLen(0x0369, -1) // CZ_REQNAME_BYGID2
+packetLen(0x0369, -1)
#elif PACKETVER >= 20171002
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20170927
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20170920
-packetLen(0x0369, 6) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 6)
#elif PACKETVER >= 20170913
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20170906
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20170830
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20170823
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20170809
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20170801
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20170726
-packetLen(0x0369, 10) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 10)
#elif PACKETVER >= 20170719
-packetLen(0x0369, 5) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 5)
#elif PACKETVER >= 20170621
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20170607
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20170531
-packetLen(0x0369, 10) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 10)
#elif PACKETVER >= 20170517
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20170426
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20170412
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20170405
-packetLen(0x0369, 6) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 6)
#elif PACKETVER >= 20170322
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20170315
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20170308
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20170228
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20170222
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20170215
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20170201
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20170125
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20170104
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#endif
// Packet: 0x03dd
-packetLen(0x03dd, 18) // AHC_GAME_GUARD
+packetLen(0x03dd, 18)
// Packet: 0x03de
-packetLen(0x03de, 18) // CAH_ACK_GAME_GUARD
+packetLen(0x03de, 18)
// Packet: 0x0436
#if PACKETVER >= 20171122
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20171115
-packetLen(0x0436, 6) // CZ_ENTER2
+packetLen(0x0436, 6)
#elif PACKETVER >= 20171101
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20171025
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20171018
-packetLen(0x0436, 6) // CZ_ENTER2
+packetLen(0x0436, 6)
#elif PACKETVER >= 20171011
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20170927
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20170920
-packetLen(0x0436, -1) // CZ_ENTER2
+packetLen(0x0436, -1)
#elif PACKETVER >= 20170830
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20170823
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20170719
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20170712
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20170705
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20170628
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20170517
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20170502
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20170329
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20170322
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20170315
-packetLen(0x0436, -1) // CZ_ENTER2
+packetLen(0x0436, -1)
#elif PACKETVER >= 20170308
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20170125
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20170118
-packetLen(0x0436, 5) // CZ_ENTER2
+packetLen(0x0436, 5)
#elif PACKETVER >= 20170111
-packetLen(0x0436, 8) // CZ_ENTER2
+packetLen(0x0436, 8)
#elif PACKETVER >= 20170104
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#endif
// Packet: 0x0437
#if PACKETVER >= 20171227
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20171220
-packetLen(0x0437, 18) // CZ_REQUEST_ACT2
+packetLen(0x0437, 18)
#elif PACKETVER >= 20171129
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20171122
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20171115
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20171101
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20171018
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20171011
-packetLen(0x0437, 36) // CZ_REQUEST_ACT2
+packetLen(0x0437, 36)
#elif PACKETVER >= 20171002
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20170920
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20170913
-packetLen(0x0437, -1) // CZ_REQUEST_ACT2
+packetLen(0x0437, -1)
#elif PACKETVER >= 20170906
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20170830
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20170823
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20170809
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20170801
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20170719
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20170621
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20170614
-packetLen(0x0437, 36) // CZ_REQUEST_ACT2
+packetLen(0x0437, 36)
#elif PACKETVER >= 20170524
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20170517
-packetLen(0x0437, 7) // CZ_REQUEST_ACT2
+packetLen(0x0437, 7)
#elif PACKETVER >= 20170426
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20170412
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20170322
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20170315
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20170308
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20170228
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20170222
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20170215
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20170208
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20170125
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20170104
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#endif
// Packet: 0x0438
#if PACKETVER >= 20171227
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20171220
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20171129
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20171122
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20171115
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20171108
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20171101
-packetLen(0x0438, 6) // CZ_USE_SKILL2
+packetLen(0x0438, 6)
#elif PACKETVER >= 20171011
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20171002
-packetLen(0x0438, 5) // CZ_USE_SKILL2
+packetLen(0x0438, 5)
#elif PACKETVER >= 20170913
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20170906
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20170830
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20170823
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20170816
-packetLen(0x0438, 7) // CZ_USE_SKILL2
+packetLen(0x0438, 7)
#elif PACKETVER >= 20170809
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20170801
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20170726
-packetLen(0x0438, 26) // CZ_USE_SKILL2
+packetLen(0x0438, 26)
#elif PACKETVER >= 20170719
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20170621
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20170517
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20170426
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20170412
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20170322
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20170315
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20170308
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20170228
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20170222
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20170215
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20170201
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20170125
-packetLen(0x0438, 7) // CZ_USE_SKILL2
+packetLen(0x0438, 7)
#elif PACKETVER >= 20170118
-packetLen(0x0438, 19) // CZ_USE_SKILL2
+packetLen(0x0438, 19)
#elif PACKETVER >= 20170111
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20170104
-packetLen(0x0438, 19) // CZ_USE_SKILL2
+packetLen(0x0438, 19)
#endif
// Packet: 0x0439
-packetLen(0x0439, 8) // CZ_USE_ITEM2
+packetLen(0x0439, 8)
// Packet: 0x043d
-packetLen(0x043d, 8) // ZC_SKILL_POSTDELAY
+packetLen(0x043d, 8)
// Packet: 0x043e
-packetLen(0x043e, -1) // ZC_SKILL_POSTDELAY_LIST
+packetLen(0x043e, -1)
// Packet: 0x043f
-packetLen(0x043f, 25) // ZC_MSG_STATE_CHANGE2
+packetLen(0x043f, 25)
// Packet: 0x0440
-packetLen(0x0440, 10) // ZC_MILLENNIUMSHIELD
+packetLen(0x0440, 10)
// Packet: 0x0441
-packetLen(0x0441, 4) // ZC_SKILLINFO_DELETE
+packetLen(0x0441, 4)
// Packet: 0x0442
-packetLen(0x0442, -1) // ZC_SKILL_SELECT_REQUEST
+packetLen(0x0442, -1)
// Packet: 0x0443
-packetLen(0x0443, 8) // CZ_SKILL_SELECT_RESPONSE
+packetLen(0x0443, 8)
// Packet: 0x0444
-packetLen(0x0444, -1) // ZC_SIMPLE_CASH_POINT_ITEMLIST
+packetLen(0x0444, -1)
// Packet: 0x0445
-packetLen(0x0445, 10) // CZ_SIMPLE_BUY_CASH_POINT_ITEM
+packetLen(0x0445, 10)
// Packet: 0x0446
-packetLen(0x0446, 14) // ZC_QUEST_NOTIFY_EFFECT
+packetLen(0x0446, 14)
// Packet: 0x0447
-packetLen(0x0447, 2) // CZ_BLOCKING_PLAY_CANCEL
+packetLen(0x0447, 2)
// Packet: 0x0448
-packetLen(0x0448, -1) // HC_CHARACTER_LIST
+packetLen(0x0448, -1)
// Packet: 0x0449
-packetLen(0x0449, 4) // ZC_HACKSH_ERROR_MSG
+packetLen(0x0449, 4)
// Packet: 0x044a
-packetLen(0x044a, 6) // CZ_CLIENT_VERSION
+packetLen(0x044a, 6)
// Packet: 0x044b
-packetLen(0x044b, 2) // CZ_CLOSE_SIMPLECASH_SHOP
+packetLen(0x044b, 2)
// Packet: 0x07d7
-packetLen(0x07d7, 8) // CZ_GROUPINFO_CHANGE_V2
+packetLen(0x07d7, 8)
// Packet: 0x07d8
-packetLen(0x07d8, 8) // ZC_REQ_GROUPINFO_CHANGE_V2
+packetLen(0x07d8, 8)
// Packet: 0x07d9
-packetLen(0x07d9, 268) // ZC_SHORTCUT_KEY_LIST_V2
+packetLen(0x07d9, 268)
// Packet: 0x07da
-packetLen(0x07da, 6) // CZ_CHANGE_GROUP_MASTER
+packetLen(0x07da, 6)
// Packet: 0x07db
-packetLen(0x07db, 8) // ZC_HO_PAR_CHANGE
+packetLen(0x07db, 8)
// Packet: 0x07dc
-packetLen(0x07dc, 6) // CZ_SEEK_PARTY
+packetLen(0x07dc, 6)
// Packet: 0x07dd
-packetLen(0x07dd, 54) // ZC_SEEK_PARTY
+packetLen(0x07dd, 54)
// Packet: 0x07de
-packetLen(0x07de, 30) // CZ_SEEK_PARTY_MEMBER
+packetLen(0x07de, 30)
// Packet: 0x07df
-packetLen(0x07df, 54) // ZC_SEEK_PARTY_MEMBER
+packetLen(0x07df, 54)
// Packet: 0x07e0
-packetLen(0x07e0, 58) // ZC_ES_NOTI_MYINFO
+packetLen(0x07e0, 58)
// Packet: 0x07e1
-packetLen(0x07e1, 15) // ZC_SKILLINFO_UPDATE2
+packetLen(0x07e1, 15)
// Packet: 0x07e2
-packetLen(0x07e2, 8) // ZC_MSG_VALUE
+packetLen(0x07e2, 8)
// Packet: 0x07e3
-packetLen(0x07e3, 6) // ZC_ITEMLISTWIN_OPEN
+packetLen(0x07e3, 6)
// Packet: 0x07e4
#if PACKETVER >= 20171220
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20171213
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20171115
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20171108
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20171101
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20171025
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20171018
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20171011
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20170920
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20170913
-packetLen(0x07e4, 8) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 8)
#elif PACKETVER >= 20170830
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20170823
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20170809
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20170801
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20170726
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20170712
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20170705
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20170628
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20170621
-packetLen(0x07e4, 26) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 26)
#elif PACKETVER >= 20170614
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20170607
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20170531
-packetLen(0x07e4, 5) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 5)
#elif PACKETVER >= 20170517
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20170502
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20170329
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20170322
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20170315
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20170308
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20170111
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20170104
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#endif
// Packet: 0x07e5
-packetLen(0x07e5, 4) // CH_ENTER_CHECKBOT
+packetLen(0x07e5, 4)
// Packet: 0x07e6
-packetLen(0x07e6, 8) // ZC_MSG_SKILL
+packetLen(0x07e6, 8)
// Packet: 0x07e7
-packetLen(0x07e7, 32) // CH_CHECKBOT
+packetLen(0x07e7, 32)
// Packet: 0x07e8
-packetLen(0x07e8, -1) // HC_CHECKBOT
+packetLen(0x07e8, -1)
// Packet: 0x07e9
-packetLen(0x07e9, 5) // HC_CHECKBOT_RESULT
+packetLen(0x07e9, 5)
// Packet: 0x07ea
-packetLen(0x07ea, 2) // CZ_BATTLE_FIELD_LIST
+packetLen(0x07ea, 2)
// Packet: 0x07eb
-packetLen(0x07eb, -1) // ZC_BATTLE_FIELD_LIST
+packetLen(0x07eb, -1)
// Packet: 0x07ec
#if PACKETVER >= 20171220
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20171213
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20171101
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20171025
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20171018
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20171011
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20170927
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20170920
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20170830
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20170823
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20170809
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20170801
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20170719
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20170712
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20170705
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20170628
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20170607
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20170531
-packetLen(0x07ec, -1) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, -1)
#elif PACKETVER >= 20170517
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20170502
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20170329
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20170322
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20170315
-packetLen(0x07ec, 6) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 6)
#elif PACKETVER >= 20170308
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20170111
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20170104
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#endif
// Packet: 0x07ed
-packetLen(0x07ed, 10) // ZC_JOIN_BATTLE_FIELD
+packetLen(0x07ed, 10)
// Packet: 0x07ee
-packetLen(0x07ee, 6) // CZ_CANCEL_BATTLE_FIELD
+packetLen(0x07ee, 6)
// Packet: 0x07ef
-packetLen(0x07ef, 8) // ZC_CANCEL_BATTLE_FIELD
+packetLen(0x07ef, 8)
// Packet: 0x07f0
-packetLen(0x07f0, 6) // CZ_REQ_BATTLE_STATE_MONITOR
+packetLen(0x07f0, 6)
// Packet: 0x07f1
-packetLen(0x07f1, 18) // ZC_ACK_BATTLE_STATE_MONITOR
+packetLen(0x07f1, 18)
// Packet: 0x07f2
-packetLen(0x07f2, 8) // ZC_BATTLE_NOTI_START_STEP
+packetLen(0x07f2, 8)
// Packet: 0x07f3
-packetLen(0x07f3, 6) // ZC_BATTLE_JOIN_NOTI_DEFER
+packetLen(0x07f3, 6)
// Packet: 0x07f4
-packetLen(0x07f4, 3) // ZC_BATTLE_JOIN_DISABLE_STATE
+packetLen(0x07f4, 3)
// Packet: 0x07f5
-packetLen(0x07f5, 6) // CZ_GM_FULLSTRIP
+packetLen(0x07f5, 6)
// Packet: 0x07f6
-packetLen(0x07f6, 14) // ZC_NOTIFY_EXP
+packetLen(0x07f6, 14)
// Packet: 0x07f7
-packetLen(0x07f7, -1) // ZC_NOTIFY_MOVEENTRY7
+packetLen(0x07f7, -1)
// Packet: 0x07f8
-packetLen(0x07f8, -1) // ZC_NOTIFY_NEWENTRY5
+packetLen(0x07f8, -1)
// Packet: 0x07f9
-packetLen(0x07f9, -1) // ZC_NOTIFY_STANDENTRY5
+packetLen(0x07f9, -1)
// Packet: 0x07fa
-packetLen(0x07fa, 8) // ZC_DELETE_ITEM_FROM_BODY
+packetLen(0x07fa, 8)
// Packet: 0x07fb
-packetLen(0x07fb, 25) // ZC_USESKILL_ACK2
+packetLen(0x07fb, 25)
// Packet: 0x07fc
-packetLen(0x07fc, 10) // ZC_CHANGE_GROUP_MASTER
+packetLen(0x07fc, 10)
// Packet: 0x07fd
-packetLen(0x07fd, -1) // ZC_BROADCASTING_SPECIAL_ITEM_OBTAIN
+packetLen(0x07fd, -1)
// Packet: 0x07fe
-packetLen(0x07fe, 26) // ZC_PLAY_NPC_BGM
+packetLen(0x07fe, 26)
// Packet: 0x0800
-packetLen(0x0800, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC2
+packetLen(0x0800, -1)
// Packet: 0x0801
-packetLen(0x0801, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC2
+packetLen(0x0801, -1)
// Packet: 0x0802
#if PACKETVER >= 20171227
-packetLen(0x0802, 6) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 6)
#elif PACKETVER >= 20171220
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20171213
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20171122
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20171115
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20171101
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20171025
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20171018
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20171011
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20170913
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20170906
-packetLen(0x0802, 5) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 5)
#elif PACKETVER >= 20170830
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20170823
-packetLen(0x0802, 5) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 5)
#elif PACKETVER >= 20170816
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20170809
-packetLen(0x0802, -1) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, -1)
#elif PACKETVER >= 20170801
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20170719
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20170712
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20170705
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20170628
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20170621
-packetLen(0x0802, 90) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 90)
#elif PACKETVER >= 20170531
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20170524
-packetLen(0x0802, 6) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 6)
#elif PACKETVER >= 20170517
-packetLen(0x0802, 18) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 18)
#elif PACKETVER >= 20170426
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20170329
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20170322
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20170315
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20170308
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20170111
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20170104
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#endif
// Packet: 0x0803
-packetLen(0x0803, 4) // ZC_PARTY_BOOKING_ACK_REGISTER
+packetLen(0x0803, 4)
// Packet: 0x0804
-packetLen(0x0804, 14) // CZ_PARTY_BOOKING_REQ_SEARCH
+packetLen(0x0804, 14)
// Packet: 0x0805
-packetLen(0x0805, -1) // ZC_PARTY_BOOKING_ACK_SEARCH
+packetLen(0x0805, -1)
// Packet: 0x0806
-packetLen(0x0806, 2) // CZ_PARTY_BOOKING_REQ_DELETE
+packetLen(0x0806, 2)
// Packet: 0x0807
-packetLen(0x0807, 4) // ZC_PARTY_BOOKING_ACK_DELETE
+packetLen(0x0807, 4)
// Packet: 0x0808
-packetLen(0x0808, 14) // CZ_PARTY_BOOKING_REQ_UPDATE
+packetLen(0x0808, 14)
// Packet: 0x0809
-packetLen(0x0809, 50) // ZC_PARTY_BOOKING_NOTIFY_INSERT
+packetLen(0x0809, 50)
// Packet: 0x080a
-packetLen(0x080a, 18) // ZC_PARTY_BOOKING_NOTIFY_UPDATE
+packetLen(0x080a, 18)
// Packet: 0x080b
-packetLen(0x080b, 6) // ZC_PARTY_BOOKING_NOTIFY_DELETE
+packetLen(0x080b, 6)
// Packet: 0x080c
-packetLen(0x080c, 2) // CZ_SIMPLE_CASH_BTNSHOW
+packetLen(0x080c, 2)
// Packet: 0x080d
-packetLen(0x080d, 3) // ZC_SIMPLE_CASH_BTNSHOW
+packetLen(0x080d, 3)
// Packet: 0x080e
-packetLen(0x080e, 14) // ZC_NOTIFY_HP_TO_GROUPM_R2
+packetLen(0x080e, 14)
// Packet: 0x080f
-packetLen(0x080f, 20) // ZC_ADD_EXCHANGE_ITEM2
+packetLen(0x080f, 20)
// Packet: 0x0810
-packetLen(0x0810, 3) // ZC_OPEN_BUYING_STORE
+packetLen(0x0810, 3)
// Packet: 0x0811
#if PACKETVER >= 20171227
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20171220
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20171129
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20171122
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20171115
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20171101
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20171002
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20170913
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20170906
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20170830
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20170823
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20170809
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20170801
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20170719
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20170621
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20170517
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20170426
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20170419
-packetLen(0x0811, 5) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 5)
#elif PACKETVER >= 20170412
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20170322
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20170315
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20170308
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20170228
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20170222
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20170215
-packetLen(0x0811, 19) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 19)
#elif PACKETVER >= 20170208
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20170201
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20170125
-packetLen(0x0811, 19) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 19)
#elif PACKETVER >= 20170104
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#endif
// Packet: 0x0812
-packetLen(0x0812, 8) // ZC_FAILED_OPEN_BUYING_STORE_TO_BUYER
+packetLen(0x0812, 8)
// Packet: 0x0813
-packetLen(0x0813, -1) // ZC_MYITEMLIST_BUYING_STORE
+packetLen(0x0813, -1)
// Packet: 0x0814
-packetLen(0x0814, 86) // ZC_BUYING_STORE_ENTRY
+packetLen(0x0814, 86)
// Packet: 0x0815
#if PACKETVER >= 20171227
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20171220
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20171129
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20171122
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20171115
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20171108
-packetLen(0x0815, 36) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 36)
#elif PACKETVER >= 20171101
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20171002
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20170913
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20170906
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20170830
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20170823
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20170809
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20170801
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20170719
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20170621
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20170524
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20170517
-packetLen(0x0815, 10) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 10)
#elif PACKETVER >= 20170426
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20170412
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20170322
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20170315
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20170308
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20170228
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20170222
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20170215
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20170201
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20170125
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20170104
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#endif
// Packet: 0x0816
-packetLen(0x0816, 6) // ZC_DISAPPEAR_BUYING_STORE_ENTRY
+packetLen(0x0816, 6)
// Packet: 0x0817
#if PACKETVER >= 20170920
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20170913
-packetLen(0x0817, 7) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 7)
#elif PACKETVER >= 20170524
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20170517
-packetLen(0x0817, 10) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 10)
#elif PACKETVER >= 20170104
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#endif
// Packet: 0x0818
-packetLen(0x0818, -1) // ZC_ACK_ITEMLIST_BUYING_STORE
+packetLen(0x0818, -1)
// Packet: 0x0819
#if PACKETVER >= 20171227
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20171220
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20171129
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20171122
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20171115
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20171108
-packetLen(0x0819, 90) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 90)
#elif PACKETVER >= 20171101
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20171002
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20170913
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20170906
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20170830
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20170823
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20170809
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20170801
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20170719
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20170621
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20170607
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20170531
-packetLen(0x0819, 6) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 6)
#elif PACKETVER >= 20170517
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20170426
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20170419
-packetLen(0x0819, 12) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 12)
#elif PACKETVER >= 20170412
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20170405
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20170329
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20170322
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20170315
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20170308
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20170228
-packetLen(0x0819, 12) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 12)
#elif PACKETVER >= 20170215
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20170201
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20170125
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20170104
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#endif
// Packet: 0x081a
-packetLen(0x081a, 4) // ZC_FAILED_TRADE_BUYING_STORE_TO_BUYER
+packetLen(0x081a, 4)
// Packet: 0x081b
-packetLen(0x081b, 10) // ZC_UPDATE_ITEM_FROM_BUYING_STORE
+packetLen(0x081b, 10)
// Packet: 0x081c
-packetLen(0x081c, 10) // ZC_ITEM_DELETE_BUYING_STORE
+packetLen(0x081c, 10)
// Packet: 0x081d
-packetLen(0x081d, 22) // ZC_EL_INIT
+packetLen(0x081d, 22)
// Packet: 0x081e
-packetLen(0x081e, 8) // ZC_EL_PAR_CHANGE
+packetLen(0x081e, 8)
// Packet: 0x081f
-packetLen(0x081f, -1) // ZC_BROADCAST4
+packetLen(0x081f, -1)
// Packet: 0x0820
-packetLen(0x0820, 11) // ZC_COSTUME_SPRITE_CHANGE
+packetLen(0x0820, 11)
// Packet: 0x0821
-packetLen(0x0821, 2) // AC_OTP_USER
+packetLen(0x0821, 2)
// Packet: 0x0822
-packetLen(0x0822, 9) // CA_OTP_AUTH_REQ
+packetLen(0x0822, 9)
// Packet: 0x0823
-packetLen(0x0823, -1) // AC_OTP_AUTH_ACK
+packetLen(0x0823, -1)
// Packet: 0x0824
-packetLen(0x0824, 6) // ZC_FAILED_TRADE_BUYING_STORE_TO_SELLER
+packetLen(0x0824, 6)
// Packet: 0x0825
-packetLen(0x0825, -1) // CA_SSO_LOGIN_REQ
+packetLen(0x0825, -1)
// Packet: 0x0827
-packetLen(0x0827, 6) // CH_DELETE_CHAR3_RESERVED
+packetLen(0x0827, 6)
// Packet: 0x0828
-packetLen(0x0828, 14) // HC_DELETE_CHAR3_RESERVED
+packetLen(0x0828, 14)
// Packet: 0x0829
-packetLen(0x0829, 12) // CH_DELETE_CHAR3
+packetLen(0x0829, 12)
// Packet: 0x082a
-packetLen(0x082a, 10) // HC_DELETE_CHAR3
+packetLen(0x082a, 10)
// Packet: 0x082b
-packetLen(0x082b, 6) // CH_DELETE_CHAR3_CANCEL
+packetLen(0x082b, 6)
// Packet: 0x082c
-packetLen(0x082c, 10) // HC_DELETE_CHAR3_CANCEL
+packetLen(0x082c, 10)
// Packet: 0x082d
-packetLen(0x082d, -1) // HC_ACCEPT_ENTER2
+packetLen(0x082d, -1)
// Packet: 0x0835
#if PACKETVER >= 20171108
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20171101
-packetLen(0x0835, 6) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 6)
#elif PACKETVER >= 20170920
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20170913
-packetLen(0x0835, 19) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 19)
#elif PACKETVER >= 20170816
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20170809
-packetLen(0x0835, 6) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 6)
#elif PACKETVER >= 20170412
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20170405
-packetLen(0x0835, 5) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 5)
#elif PACKETVER >= 20170104
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#endif
// Packet: 0x0836
-packetLen(0x0836, -1) // ZC_SEARCH_STORE_INFO_ACK
+packetLen(0x0836, -1)
// Packet: 0x0837
-packetLen(0x0837, 3) // ZC_SEARCH_STORE_INFO_FAILED
+packetLen(0x0837, 3)
// Packet: 0x0838
#if PACKETVER >= 20171227
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20171220
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20171206
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20171129
-packetLen(0x0838, 26) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 26)
#elif PACKETVER >= 20171122
-packetLen(0x0838, 8) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 8)
#elif PACKETVER >= 20171115
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20171108
-packetLen(0x0838, -1) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, -1)
#elif PACKETVER >= 20171101
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20171002
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20170913
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20170906
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20170830
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20170823
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20170809
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20170801
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20170719
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20170628
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20170621
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20170614
-packetLen(0x0838, 10) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 10)
#elif PACKETVER >= 20170517
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20170426
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20170419
-packetLen(0x0838, 6) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 6)
#elif PACKETVER >= 20170412
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20170322
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20170315
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20170308
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20170228
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20170222
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20170215
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20170201
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20170125
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20170104
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#endif
// Packet: 0x0839
-packetLen(0x0839, 66) // ZC_ACK_BAN_GUILD_SSO
+packetLen(0x0839, 66)
// Packet: 0x083a
-packetLen(0x083a, 5) // ZC_OPEN_SEARCH_STORE_INFO
+packetLen(0x083a, 5)
// Packet: 0x083b
-packetLen(0x083b, 2) // CZ_CLOSE_SEARCH_STORE_INFO
+packetLen(0x083b, 2)
// Packet: 0x083c
#if PACKETVER >= 20171227
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20171220
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20171129
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20171122
-packetLen(0x083c, 5) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 5)
#elif PACKETVER >= 20171115
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20171101
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20171002
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20170913
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20170906
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20170830
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20170823
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20170809
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20170801
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20170719
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20170621
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20170614
-packetLen(0x083c, 7) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 7)
#elif PACKETVER >= 20170517
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20170426
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20170412
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20170322
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20170315
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20170308
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20170228
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20170222
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20170215
-packetLen(0x083c, 7) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 7)
#elif PACKETVER >= 20170201
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20170125
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20170104
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#endif
// Packet: 0x083d
-packetLen(0x083d, 6) // ZC_SSILIST_ITEM_CLICK_ACK
+packetLen(0x083d, 6)
// Packet: 0x083e
-packetLen(0x083e, 26) // AC_REFUSE_LOGIN2
+packetLen(0x083e, 26)
// Packet: 0x0840
-packetLen(0x0840, -1) // HC_NOTIFY_ACCESSIBLE_MAPNAME
+packetLen(0x0840, -1)
// Packet: 0x0841
-packetLen(0x0841, 4) // CH_SELECT_ACCESSIBLE_MAPNAME
+packetLen(0x0841, 4)
// Packet: 0x0842
-packetLen(0x0842, 6) // CZ_RECALL_SSO
+packetLen(0x0842, 6)
// Packet: 0x0843
-packetLen(0x0843, 6) // CZ_REMOVE_AID_SSO
+packetLen(0x0843, 6)
// Packet: 0x0844
-packetLen(0x0844, 2) // CZ_SE_CASHSHOP_OPEN
+packetLen(0x0844, 2)
// Packet: 0x0845
-packetLen(0x0845, 10) // ZC_SE_CASHSHOP_OPEN
+packetLen(0x0845, 10)
// Packet: 0x0846
-packetLen(0x0846, 4) // CZ_REQ_SE_CASH_TAB_CODE
+packetLen(0x0846, 4)
// Packet: 0x0847
-packetLen(0x0847, -1) // ZC_ACK_SE_CASH_ITEM_LIST
+packetLen(0x0847, -1)
// Packet: 0x0848
-packetLen(0x0848, -1) // CZ_SE_PC_BUY_CASHITEM_LIST
+packetLen(0x0848, -1)
// Packet: 0x0849
-packetLen(0x0849, 16) // ZC_SE_PC_BUY_CASHITEM_RESULT
+packetLen(0x0849, 16)
// Packet: 0x084a
-packetLen(0x084a, 2) // CZ_SE_CASHSHOP_CLOSE
+packetLen(0x084a, 2)
// Packet: 0x084b
-packetLen(0x084b, 19) // ZC_ITEM_FALL_ENTRY4
+packetLen(0x084b, 19)
// Packet: 0x084c
-packetLen(0x084c, 10) // CZ_MACRO_USE_SKILL
+packetLen(0x084c, 10)
// Packet: 0x084d
-packetLen(0x084d, 10) // CZ_MACRO_USE_SKILL_TOGROUND
+packetLen(0x084d, 10)
// Packet: 0x084e
-packetLen(0x084e, 5) // CZ_MACRO_REQUEST_MOVE
+packetLen(0x084e, 5)
// Packet: 0x084f
-packetLen(0x084f, 6) // CZ_MACRO_ITEM_PICKUP
+packetLen(0x084f, 6)
// Packet: 0x0850
-packetLen(0x0850, 7) // CZ_MACRO_REQUEST_ACT
+packetLen(0x0850, 7)
// Packet: 0x0851
-packetLen(0x0851, -1) // ZC_GPK_DYNCODE
+packetLen(0x0851, -1)
// Packet: 0x0852
-packetLen(0x0852, 2) // CZ_GPK_DYNCODE_RELOAD
+packetLen(0x0852, 2)
// Packet: 0x0853
-packetLen(0x0853, -1) // ZC_GPK_AUTH
+packetLen(0x0853, -1)
// Packet: 0x0854
-packetLen(0x0854, -1) // CZ_GPK_AUTH
+packetLen(0x0854, -1)
// Packet: 0x0855
-packetLen(0x0855, 6) // ZC_MACRO_ITEMPICKUP_FAIL
+packetLen(0x0855, 6)
// Packet: 0x0856
-packetLen(0x0856, -1) // ZC_NOTIFY_MOVEENTRY8
+packetLen(0x0856, -1)
// Packet: 0x0857
-packetLen(0x0857, -1) // ZC_NOTIFY_STANDENTRY7
+packetLen(0x0857, -1)
// Packet: 0x0858
-packetLen(0x0858, -1) // ZC_NOTIFY_NEWENTRY6
+packetLen(0x0858, -1)
// Packet: 0x0859
-packetLen(0x0859, -1) // ZC_EQUIPWIN_MICROSCOPE2
+packetLen(0x0859, -1)
// Packet: 0x085a
#if PACKETVER >= 20170927
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20170920
-packetLen(0x085a, 5) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 5)
#elif PACKETVER >= 20170823
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20170816
-packetLen(0x085a, 6) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 6)
#elif PACKETVER >= 20170726
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20170719
-packetLen(0x085a, 6) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 6)
#elif PACKETVER >= 20170614
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20170607
-packetLen(0x085a, 5) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 5)
#elif PACKETVER >= 20170426
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20170419
-packetLen(0x085a, 7) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 7)
#elif PACKETVER >= 20170111
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20170104
-packetLen(0x085a, 26) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 26)
#endif
// Packet: 0x085b
#if PACKETVER >= 20171129
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
#elif PACKETVER >= 20171122
-packetLen(0x085b, 6) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 6)
#elif PACKETVER >= 20171108
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
#elif PACKETVER >= 20171101
-packetLen(0x085b, 5) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 5)
#elif PACKETVER >= 20170607
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
#elif PACKETVER >= 20170531
-packetLen(0x085b, 8) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 8)
#elif PACKETVER >= 20170104
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
#endif
// Packet: 0x085c
#if PACKETVER >= 20171002
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
#elif PACKETVER >= 20170927
-packetLen(0x085c, 10) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 10)
#elif PACKETVER >= 20170322
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
#elif PACKETVER >= 20170315
-packetLen(0x085c, 4) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 4)
#elif PACKETVER >= 20170222
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
#elif PACKETVER >= 20170215
-packetLen(0x085c, 6) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 6)
#elif PACKETVER >= 20170208
-packetLen(0x085c, 26) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 26)
#elif PACKETVER >= 20170104
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
#endif
// Packet: 0x085d
#if PACKETVER >= 20171115
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
#elif PACKETVER >= 20171108
-packetLen(0x085d, 12) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 12)
#elif PACKETVER >= 20170628
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
#elif PACKETVER >= 20170621
-packetLen(0x085d, 5) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 5)
#elif PACKETVER >= 20170405
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
#elif PACKETVER >= 20170329
-packetLen(0x085d, 36) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 36)
#elif PACKETVER >= 20170208
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
#elif PACKETVER >= 20170201
-packetLen(0x085d, 18) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 18)
#elif PACKETVER >= 20170118
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
#elif PACKETVER >= 20170111
-packetLen(0x085d, 5) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 5)
#elif PACKETVER >= 20170104
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
#endif
// Packet: 0x085e
#if PACKETVER >= 20171227
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#elif PACKETVER >= 20171220
-packetLen(0x085e, -1) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, -1)
#elif PACKETVER >= 20170726
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#elif PACKETVER >= 20170719
-packetLen(0x085e, -1) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, -1)
#elif PACKETVER >= 20170614
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#elif PACKETVER >= 20170607
-packetLen(0x085e, -1) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, -1)
#elif PACKETVER >= 20170531
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#elif PACKETVER >= 20170524
-packetLen(0x085e, 7) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 7)
#elif PACKETVER >= 20170426
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#elif PACKETVER >= 20170419
-packetLen(0x085e, 5) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 5)
#elif PACKETVER >= 20170308
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#elif PACKETVER >= 20170228
-packetLen(0x085e, 90) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 90)
#elif PACKETVER >= 20170208
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#elif PACKETVER >= 20170201
-packetLen(0x085e, 5) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 5)
#elif PACKETVER >= 20170104
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#endif
// Packet: 0x085f
#if PACKETVER >= 20170607
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#elif PACKETVER >= 20170524
-packetLen(0x085f, 6) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 6)
#elif PACKETVER >= 20170412
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#elif PACKETVER >= 20170405
-packetLen(0x085f, 8) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 8)
#elif PACKETVER >= 20170228
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#elif PACKETVER >= 20170222
-packetLen(0x085f, 26) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 26)
#elif PACKETVER >= 20170104
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#endif
// Packet: 0x0860
#if PACKETVER >= 20171220
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#elif PACKETVER >= 20171213
-packetLen(0x0860, 19) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 19)
#elif PACKETVER >= 20171108
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#elif PACKETVER >= 20171101
-packetLen(0x0860, 6) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 6)
#elif PACKETVER >= 20170920
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#elif PACKETVER >= 20170906
-packetLen(0x0860, 6) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 6)
#elif PACKETVER >= 20170621
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#elif PACKETVER >= 20170614
-packetLen(0x0860, 6) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 6)
#elif PACKETVER >= 20170531
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#elif PACKETVER >= 20170524
-packetLen(0x0860, 6) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 6)
#elif PACKETVER >= 20170412
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#elif PACKETVER >= 20170405
-packetLen(0x0860, -1) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, -1)
#elif PACKETVER >= 20170215
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#elif PACKETVER >= 20170208
-packetLen(0x0860, 5) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 5)
#elif PACKETVER >= 20170104
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#endif
// Packet: 0x0861
#if PACKETVER >= 20171227
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#elif PACKETVER >= 20171220
-packetLen(0x0861, -1) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, -1)
#elif PACKETVER >= 20170927
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#elif PACKETVER >= 20170920
-packetLen(0x0861, 26) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 26)
#elif PACKETVER >= 20170607
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#elif PACKETVER >= 20170531
-packetLen(0x0861, 26) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 26)
#elif PACKETVER >= 20170104
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#endif
// Packet: 0x0862
#if PACKETVER >= 20171206
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#elif PACKETVER >= 20171129
-packetLen(0x0862, 6) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 6)
#elif PACKETVER >= 20171122
-packetLen(0x0862, -1) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, -1)
#elif PACKETVER >= 20170927
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#elif PACKETVER >= 20170920
-packetLen(0x0862, 10) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 10)
#elif PACKETVER >= 20170823
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#elif PACKETVER >= 20170816
-packetLen(0x0862, 10) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 10)
#elif PACKETVER >= 20170614
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#elif PACKETVER >= 20170607
-packetLen(0x0862, 6) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 6)
#elif PACKETVER >= 20170426
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#elif PACKETVER >= 20170419
-packetLen(0x0862, 26) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 26)
#elif PACKETVER >= 20170125
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#elif PACKETVER >= 20170118
-packetLen(0x0862, 8) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 8)
#elif PACKETVER >= 20170104
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#endif
// Packet: 0x0863
#if PACKETVER >= 20171115
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20171108
-packetLen(0x0863, 5) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 5)
#elif PACKETVER >= 20170726
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20170719
-packetLen(0x0863, 6) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 6)
#elif PACKETVER >= 20170705
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20170628
-packetLen(0x0863, 36) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 36)
#elif PACKETVER >= 20170614
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20170607
-packetLen(0x0863, 6) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 6)
#elif PACKETVER >= 20170419
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20170412
-packetLen(0x0863, -1) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, -1)
#elif PACKETVER >= 20170322
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20170315
-packetLen(0x0863, 5) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 5)
#elif PACKETVER >= 20170308
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20170228
-packetLen(0x0863, -1) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, -1)
#elif PACKETVER >= 20170104
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#endif
// Packet: 0x0864
#if PACKETVER >= 20170927
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#elif PACKETVER >= 20170920
-packetLen(0x0864, 36) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 36)
#elif PACKETVER >= 20170614
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#elif PACKETVER >= 20170607
-packetLen(0x0864, 6) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 6)
#elif PACKETVER >= 20170531
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#elif PACKETVER >= 20170524
-packetLen(0x0864, 6) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 6)
#elif PACKETVER >= 20170412
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#elif PACKETVER >= 20170405
-packetLen(0x0864, 26) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 26)
#elif PACKETVER >= 20170104
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#endif
// Packet: 0x0865
#if PACKETVER >= 20170927
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#elif PACKETVER >= 20170920
-packetLen(0x0865, -1) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, -1)
#elif PACKETVER >= 20170913
-packetLen(0x0865, 26) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 26)
#elif PACKETVER >= 20170906
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#elif PACKETVER >= 20170830
-packetLen(0x0865, 5) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 5)
#elif PACKETVER >= 20170621
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#elif PACKETVER >= 20170614
-packetLen(0x0865, 4) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 4)
#elif PACKETVER >= 20170412
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#elif PACKETVER >= 20170405
-packetLen(0x0865, 5) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 5)
#elif PACKETVER >= 20170125
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#elif PACKETVER >= 20170118
-packetLen(0x0865, 5) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 5)
#elif PACKETVER >= 20170104
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#endif
// Packet: 0x0866
#if PACKETVER >= 20170920
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
#elif PACKETVER >= 20170906
-packetLen(0x0866, -1) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, -1)
#elif PACKETVER >= 20170621
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
#elif PACKETVER >= 20170614
-packetLen(0x0866, 6) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 6)
#elif PACKETVER >= 20170531
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
#elif PACKETVER >= 20170524
-packetLen(0x0866, -1) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, -1)
#elif PACKETVER >= 20170502
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
#elif PACKETVER >= 20170426
-packetLen(0x0866, -1) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, -1)
#elif PACKETVER >= 20170228
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
#elif PACKETVER >= 20170222
-packetLen(0x0866, 6) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 6)
#elif PACKETVER >= 20170104
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
#endif
// Packet: 0x0867
#if PACKETVER >= 20171213
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#elif PACKETVER >= 20171206
-packetLen(0x0867, 6) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 6)
#elif PACKETVER >= 20171129
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#elif PACKETVER >= 20171122
-packetLen(0x0867, 19) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 19)
#elif PACKETVER >= 20170621
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#elif PACKETVER >= 20170614
-packetLen(0x0867, 26) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 26)
#elif PACKETVER >= 20170104
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#endif
// Packet: 0x0868
#if PACKETVER >= 20170816
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#elif PACKETVER >= 20170809
-packetLen(0x0868, 7) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 7)
#elif PACKETVER >= 20170607
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#elif PACKETVER >= 20170531
-packetLen(0x0868, 4) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 4)
#elif PACKETVER >= 20170524
-packetLen(0x0868, 8) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 8)
#elif PACKETVER >= 20170517
-packetLen(0x0868, 90) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 90)
#elif PACKETVER >= 20170426
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#elif PACKETVER >= 20170419
-packetLen(0x0868, -1) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, -1)
#elif PACKETVER >= 20170104
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#endif
// Packet: 0x0869
#if PACKETVER >= 20170419
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#elif PACKETVER >= 20170412
-packetLen(0x0869, 18) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 18)
#elif PACKETVER >= 20170104
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#endif
// Packet: 0x086a
#if PACKETVER >= 20171213
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#elif PACKETVER >= 20171206
-packetLen(0x086a, 4) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 4)
#elif PACKETVER >= 20171025
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#elif PACKETVER >= 20171018
-packetLen(0x086a, 4) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 4)
#elif PACKETVER >= 20170927
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#elif PACKETVER >= 20170920
-packetLen(0x086a, 26) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 26)
#elif PACKETVER >= 20170906
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#elif PACKETVER >= 20170830
-packetLen(0x086a, 26) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 26)
#elif PACKETVER >= 20170426
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#elif PACKETVER >= 20170419
-packetLen(0x086a, 18) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 18)
#elif PACKETVER >= 20170322
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#elif PACKETVER >= 20170315
-packetLen(0x086a, 8) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 8)
#elif PACKETVER >= 20170104
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#endif
// Packet: 0x086b
#if PACKETVER >= 20170308
-packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 2)
#elif PACKETVER >= 20170228
-packetLen(0x086b, 19) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 19)
#elif PACKETVER >= 20170104
-packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 2)
#endif
// Packet: 0x086c
#if PACKETVER >= 20171108
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#elif PACKETVER >= 20171101
-packetLen(0x086c, 10) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 10)
#elif PACKETVER >= 20170927
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#elif PACKETVER >= 20170920
-packetLen(0x086c, 6) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 6)
#elif PACKETVER >= 20170913
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#elif PACKETVER >= 20170906
-packetLen(0x086c, 8) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 8)
#elif PACKETVER >= 20170830
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#elif PACKETVER >= 20170823
-packetLen(0x086c, 19) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 19)
#elif PACKETVER >= 20170621
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#elif PACKETVER >= 20170614
-packetLen(0x086c, -1) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, -1)
#elif PACKETVER >= 20170104
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#endif
// Packet: 0x086d
#if PACKETVER >= 20171206
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#elif PACKETVER >= 20171129
-packetLen(0x086d, 18) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 18)
#elif PACKETVER >= 20171122
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#elif PACKETVER >= 20171115
-packetLen(0x086d, 4) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 4)
#elif PACKETVER >= 20170830
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#elif PACKETVER >= 20170823
-packetLen(0x086d, 36) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 36)
#elif PACKETVER >= 20170531
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#elif PACKETVER >= 20170524
-packetLen(0x086d, 5) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 5)
#elif PACKETVER >= 20170419
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#elif PACKETVER >= 20170412
-packetLen(0x086d, 8) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 8)
#elif PACKETVER >= 20170104
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#endif
// Packet: 0x086e
#if PACKETVER >= 20171213
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
#elif PACKETVER >= 20171206
-packetLen(0x086e, 18) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 18)
#elif PACKETVER >= 20170816
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
#elif PACKETVER >= 20170809
-packetLen(0x086e, 5) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 5)
#elif PACKETVER >= 20170726
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
#elif PACKETVER >= 20170719
-packetLen(0x086e, 26) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 26)
#elif PACKETVER >= 20170201
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
#elif PACKETVER >= 20170125
-packetLen(0x086e, 26) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 26)
#elif PACKETVER >= 20170104
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
#endif
// Packet: 0x086f
#if PACKETVER >= 20171122
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#elif PACKETVER >= 20171115
-packetLen(0x086f, -1) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, -1)
#elif PACKETVER >= 20170816
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#elif PACKETVER >= 20170809
-packetLen(0x086f, 5) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 5)
#elif PACKETVER >= 20170502
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#elif PACKETVER >= 20170426
-packetLen(0x086f, 8) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 8)
#elif PACKETVER >= 20170412
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#elif PACKETVER >= 20170405
-packetLen(0x086f, 26) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 26)
#elif PACKETVER >= 20170125
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#elif PACKETVER >= 20170118
-packetLen(0x086f, 6) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 6)
#elif PACKETVER >= 20170104
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#endif
// Packet: 0x0870
#if PACKETVER >= 20170228
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#elif PACKETVER >= 20170222
-packetLen(0x0870, 18) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 18)
#elif PACKETVER >= 20170104
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#endif
// Packet: 0x0871
#if PACKETVER >= 20170614
-packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 2)
#elif PACKETVER >= 20170607
-packetLen(0x0871, 19) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 19)
#elif PACKETVER >= 20170228
-packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 2)
#elif PACKETVER >= 20170222
-packetLen(0x0871, 4) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 4)
#elif PACKETVER >= 20170104
-packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 2)
#endif
// Packet: 0x0872
@@ -4443,4019 +4443,4019 @@ packetLen(0x0872, 2)
// Packet: 0x0873
#if PACKETVER >= 20171227
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#elif PACKETVER >= 20171220
-packetLen(0x0873, 6) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 6)
#elif PACKETVER >= 20171002
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#elif PACKETVER >= 20170927
-packetLen(0x0873, 6) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 6)
#elif PACKETVER >= 20170801
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#elif PACKETVER >= 20170726
-packetLen(0x0873, 6) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 6)
#elif PACKETVER >= 20170614
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#elif PACKETVER >= 20170607
-packetLen(0x0873, 8) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 8)
#elif PACKETVER >= 20170531
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#elif PACKETVER >= 20170524
-packetLen(0x0873, 19) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 19)
#elif PACKETVER >= 20170308
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#elif PACKETVER >= 20170228
-packetLen(0x0873, -1) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, -1)
#elif PACKETVER >= 20170125
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#elif PACKETVER >= 20170118
-packetLen(0x0873, 4) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 4)
#elif PACKETVER >= 20170104
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#endif
// Packet: 0x0874
#if PACKETVER >= 20170801
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#elif PACKETVER >= 20170726
-packetLen(0x0874, -1) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, -1)
#elif PACKETVER >= 20170308
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#elif PACKETVER >= 20170228
-packetLen(0x0874, -1) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, -1)
#elif PACKETVER >= 20170104
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#endif
// Packet: 0x0875
#if PACKETVER >= 20171002
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20170927
-packetLen(0x0875, 12) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 12)
#elif PACKETVER >= 20170920
-packetLen(0x0875, 4) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 4)
#elif PACKETVER >= 20170906
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20170830
-packetLen(0x0875, 4) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 4)
#elif PACKETVER >= 20170614
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20170607
-packetLen(0x0875, 12) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 12)
#elif PACKETVER >= 20170531
-packetLen(0x0875, 10) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 10)
#elif PACKETVER >= 20170517
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20170502
-packetLen(0x0875, 36) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 36)
#elif PACKETVER >= 20170208
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20170201
-packetLen(0x0875, 6) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 6)
#elif PACKETVER >= 20170104
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#endif
// Packet: 0x0876
#if PACKETVER >= 20171206
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
#elif PACKETVER >= 20171129
-packetLen(0x0876, 4) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 4)
#elif PACKETVER >= 20171108
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
#elif PACKETVER >= 20171101
-packetLen(0x0876, 5) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 5)
#elif PACKETVER >= 20170816
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
#elif PACKETVER >= 20170809
-packetLen(0x0876, 10) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 10)
#elif PACKETVER >= 20170222
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
#elif PACKETVER >= 20170215
-packetLen(0x0876, 26) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 26)
#elif PACKETVER >= 20170201
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
#elif PACKETVER >= 20170125
-packetLen(0x0876, 5) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 5)
#elif PACKETVER >= 20170104
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
#endif
// Packet: 0x0877
#if PACKETVER >= 20171129
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#elif PACKETVER >= 20171122
-packetLen(0x0877, -1) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, -1)
#elif PACKETVER >= 20170621
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#elif PACKETVER >= 20170614
-packetLen(0x0877, 18) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 18)
#elif PACKETVER >= 20170228
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#elif PACKETVER >= 20170222
-packetLen(0x0877, 8) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 8)
#elif PACKETVER >= 20170201
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#elif PACKETVER >= 20170125
-packetLen(0x0877, 6) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 6)
#elif PACKETVER >= 20170118
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#elif PACKETVER >= 20170111
-packetLen(0x0877, 26) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 26)
#elif PACKETVER >= 20170104
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#endif
// Packet: 0x0878
#if PACKETVER >= 20171206
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#elif PACKETVER >= 20171129
-packetLen(0x0878, 36) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 36)
#elif PACKETVER >= 20171115
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#elif PACKETVER >= 20171108
-packetLen(0x0878, 26) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 26)
#elif PACKETVER >= 20170801
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#elif PACKETVER >= 20170726
-packetLen(0x0878, 7) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 7)
#elif PACKETVER >= 20170607
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#elif PACKETVER >= 20170531
-packetLen(0x0878, 26) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 26)
#elif PACKETVER >= 20170419
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#elif PACKETVER >= 20170412
-packetLen(0x0878, 5) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 5)
#elif PACKETVER >= 20170104
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#endif
// Packet: 0x0879
#if PACKETVER >= 20170712
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
#elif PACKETVER >= 20170705
-packetLen(0x0879, 8) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 8)
#elif PACKETVER >= 20170621
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
#elif PACKETVER >= 20170614
-packetLen(0x0879, 8) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 8)
#elif PACKETVER >= 20170419
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
#elif PACKETVER >= 20170412
-packetLen(0x0879, 4) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 4)
#elif PACKETVER >= 20170208
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
#elif PACKETVER >= 20170201
-packetLen(0x0879, 4) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 4)
#elif PACKETVER >= 20170125
-packetLen(0x0879, 10) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 10)
#elif PACKETVER >= 20170104
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
#endif
// Packet: 0x087a
#if PACKETVER >= 20171025
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
#elif PACKETVER >= 20171018
-packetLen(0x087a, 8) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 8)
#elif PACKETVER >= 20170502
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
#elif PACKETVER >= 20170426
-packetLen(0x087a, 18) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 18)
#elif PACKETVER >= 20170405
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
#elif PACKETVER >= 20170329
-packetLen(0x087a, 18) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 18)
#elif PACKETVER >= 20170215
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
#elif PACKETVER >= 20170208
-packetLen(0x087a, 8) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 8)
#elif PACKETVER >= 20170104
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
#endif
// Packet: 0x087b
#if PACKETVER >= 20171018
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#elif PACKETVER >= 20171011
-packetLen(0x087b, 26) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 26)
#elif PACKETVER >= 20170913
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#elif PACKETVER >= 20170906
-packetLen(0x087b, 8) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 8)
#elif PACKETVER >= 20170607
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#elif PACKETVER >= 20170531
-packetLen(0x087b, 7) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 7)
#elif PACKETVER >= 20170524
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#elif PACKETVER >= 20170517
-packetLen(0x087b, 6) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 6)
#elif PACKETVER >= 20170419
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#elif PACKETVER >= 20170412
-packetLen(0x087b, 10) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 10)
#elif PACKETVER >= 20170322
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#elif PACKETVER >= 20170315
-packetLen(0x087b, 26) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 26)
#elif PACKETVER >= 20170201
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#elif PACKETVER >= 20170125
-packetLen(0x087b, 6) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 6)
#elif PACKETVER >= 20170104
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#endif
// Packet: 0x087c
#if PACKETVER >= 20170222
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
#elif PACKETVER >= 20170215
-packetLen(0x087c, -1) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, -1)
#elif PACKETVER >= 20170104
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
#endif
// Packet: 0x087d
#if PACKETVER >= 20171227
-packetLen(0x087d, 36) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 36)
#elif PACKETVER >= 20171002
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#elif PACKETVER >= 20170927
-packetLen(0x087d, -1) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, -1)
#elif PACKETVER >= 20170816
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#elif PACKETVER >= 20170809
-packetLen(0x087d, 12) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 12)
#elif PACKETVER >= 20170801
-packetLen(0x087d, 36) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 36)
#elif PACKETVER >= 20170726
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#elif PACKETVER >= 20170719
-packetLen(0x087d, 6) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 6)
#elif PACKETVER >= 20170628
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#elif PACKETVER >= 20170614
-packetLen(0x087d, 6) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 6)
#elif PACKETVER >= 20170531
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#elif PACKETVER >= 20170517
-packetLen(0x087d, -1) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, -1)
#elif PACKETVER >= 20170315
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#elif PACKETVER >= 20170308
-packetLen(0x087d, 36) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 36)
#elif PACKETVER >= 20170222
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#elif PACKETVER >= 20170215
-packetLen(0x087d, 5) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 5)
#elif PACKETVER >= 20170201
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#elif PACKETVER >= 20170125
-packetLen(0x087d, -1) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, -1)
#elif PACKETVER >= 20170104
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#endif
// Packet: 0x087e
#if PACKETVER >= 20171122
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#elif PACKETVER >= 20171115
-packetLen(0x087e, 8) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 8)
#elif PACKETVER >= 20171108
-packetLen(0x087e, -1) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, -1)
#elif PACKETVER >= 20171025
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#elif PACKETVER >= 20171018
-packetLen(0x087e, 5) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 5)
#elif PACKETVER >= 20171002
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#elif PACKETVER >= 20170927
-packetLen(0x087e, 5) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 5)
#elif PACKETVER >= 20170823
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#elif PACKETVER >= 20170816
-packetLen(0x087e, 6) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 6)
#elif PACKETVER >= 20170621
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#elif PACKETVER >= 20170614
-packetLen(0x087e, 5) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 5)
#elif PACKETVER >= 20170222
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#elif PACKETVER >= 20170215
-packetLen(0x087e, 10) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 10)
#elif PACKETVER >= 20170104
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#endif
// Packet: 0x087f
#if PACKETVER >= 20170118
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#elif PACKETVER >= 20170111
-packetLen(0x087f, 4) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 4)
#elif PACKETVER >= 20170104
-packetLen(0x087f, 36) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 36)
#endif
// Packet: 0x0880
#if PACKETVER >= 20171227
-packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 2)
#elif PACKETVER >= 20171220
-packetLen(0x0880, 12) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 12)
#elif PACKETVER >= 20170816
-packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 2)
#elif PACKETVER >= 20170809
-packetLen(0x0880, -1) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, -1)
#elif PACKETVER >= 20170104
-packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 2)
#endif
// Packet: 0x0881
#if PACKETVER >= 20171220
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#elif PACKETVER >= 20171213
-packetLen(0x0881, 4) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 4)
#elif PACKETVER >= 20170823
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#elif PACKETVER >= 20170816
-packetLen(0x0881, -1) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, -1)
#elif PACKETVER >= 20170801
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#elif PACKETVER >= 20170726
-packetLen(0x0881, 4) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 4)
#elif PACKETVER >= 20170719
-packetLen(0x0881, 90) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 90)
#elif PACKETVER >= 20170426
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#elif PACKETVER >= 20170419
-packetLen(0x0881, 36) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 36)
#elif PACKETVER >= 20170208
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#elif PACKETVER >= 20170201
-packetLen(0x0881, 8) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 8)
#elif PACKETVER >= 20170125
-packetLen(0x0881, 5) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 5)
#elif PACKETVER >= 20170104
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#endif
// Packet: 0x0882
#if PACKETVER >= 20171227
-packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 2)
#elif PACKETVER >= 20171220
-packetLen(0x0882, 6) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 6)
#elif PACKETVER >= 20171018
-packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 2)
#elif PACKETVER >= 20171011
-packetLen(0x0882, 5) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 5)
#elif PACKETVER >= 20170823
-packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 2)
#elif PACKETVER >= 20170816
-packetLen(0x0882, 36) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 36)
#elif PACKETVER >= 20170726
-packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 2)
#elif PACKETVER >= 20170719
-packetLen(0x0882, 12) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 12)
#elif PACKETVER >= 20170531
-packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 2)
#elif PACKETVER >= 20170524
-packetLen(0x0882, -1) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, -1)
#elif PACKETVER >= 20170104
-packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 2)
#endif
// Packet: 0x0883
#if PACKETVER >= 20171122
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#elif PACKETVER >= 20171115
-packetLen(0x0883, 8) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 8)
#elif PACKETVER >= 20170222
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#elif PACKETVER >= 20170215
-packetLen(0x0883, 6) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 6)
#elif PACKETVER >= 20170104
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#endif
// Packet: 0x0884
#if PACKETVER >= 20171115
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20171108
-packetLen(0x0884, -1) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, -1)
#elif PACKETVER >= 20170906
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20170830
-packetLen(0x0884, 19) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 19)
#elif PACKETVER >= 20170823
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20170816
-packetLen(0x0884, 8) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 8)
#elif PACKETVER >= 20170322
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20170315
-packetLen(0x0884, 7) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 7)
#elif PACKETVER >= 20170308
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20170228
-packetLen(0x0884, 5) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 5)
#elif PACKETVER >= 20170222
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20170215
-packetLen(0x0884, 8) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 8)
#elif PACKETVER >= 20170208
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20170201
-packetLen(0x0884, 5) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 5)
#elif PACKETVER >= 20170125
-packetLen(0x0884, 8) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 8)
#elif PACKETVER >= 20170104
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#endif
// Packet: 0x0885
#if PACKETVER >= 20171227
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20171220
-packetLen(0x0885, -1) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, -1)
#elif PACKETVER >= 20171213
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20171206
-packetLen(0x0885, 6) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 6)
#elif PACKETVER >= 20171129
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20171122
-packetLen(0x0885, 8) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 8)
#elif PACKETVER >= 20171011
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20171002
-packetLen(0x0885, 8) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 8)
#elif PACKETVER >= 20170906
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20170830
-packetLen(0x0885, 90) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 90)
#elif PACKETVER >= 20170726
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20170719
-packetLen(0x0885, -1) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, -1)
#elif PACKETVER >= 20170628
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20170621
-packetLen(0x0885, 26) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 26)
#elif PACKETVER >= 20170614
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20170607
-packetLen(0x0885, 26) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 26)
#elif PACKETVER >= 20170531
-packetLen(0x0885, -1) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, -1)
#elif PACKETVER >= 20170208
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20170201
-packetLen(0x0885, 90) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 90)
#elif PACKETVER >= 20170104
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#endif
// Packet: 0x0886
#if PACKETVER >= 20171108
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20171101
-packetLen(0x0886, 8) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 8)
#elif PACKETVER >= 20170712
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20170705
-packetLen(0x0886, 26) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 26)
#elif PACKETVER >= 20170208
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20170201
-packetLen(0x0886, 36) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 36)
#elif PACKETVER >= 20170104
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#endif
// Packet: 0x0887
#if PACKETVER >= 20170502
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20170426
-packetLen(0x0887, 6) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 6)
#elif PACKETVER >= 20170104
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#endif
// Packet: 0x0888
#if PACKETVER >= 20171227
-packetLen(0x0888, 8) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 8)
#elif PACKETVER >= 20170906
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20170830
-packetLen(0x0888, 10) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 10)
#elif PACKETVER >= 20170823
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20170816
-packetLen(0x0888, 18) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 18)
#elif PACKETVER >= 20170405
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20170329
-packetLen(0x0888, -1) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, -1)
#elif PACKETVER >= 20170104
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#endif
// Packet: 0x0889
#if PACKETVER >= 20171025
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20171018
-packetLen(0x0889, 8) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 8)
#elif PACKETVER >= 20170927
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20170920
-packetLen(0x0889, 6) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 6)
#elif PACKETVER >= 20170823
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20170816
-packetLen(0x0889, 6) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 6)
#elif PACKETVER >= 20170628
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20170621
-packetLen(0x0889, 8) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 8)
#elif PACKETVER >= 20170614
-packetLen(0x0889, 90) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 90)
#elif PACKETVER >= 20170308
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20170228
-packetLen(0x0889, 5) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 5)
#elif PACKETVER >= 20170222
-packetLen(0x0889, -1) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, -1)
#elif PACKETVER >= 20170104
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#endif
// Packet: 0x088a
#if PACKETVER >= 20171227
-packetLen(0x088a, 8) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 8)
#elif PACKETVER >= 20171206
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20171129
-packetLen(0x088a, -1) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, -1)
#elif PACKETVER >= 20170614
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20170607
-packetLen(0x088a, 8) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 8)
#elif PACKETVER >= 20170222
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20170215
-packetLen(0x088a, 90) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 90)
#elif PACKETVER >= 20170118
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20170111
-packetLen(0x088a, 8) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 8)
#elif PACKETVER >= 20170104
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#endif
// Packet: 0x088b
#if PACKETVER >= 20171122
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20171115
-packetLen(0x088b, 8) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 8)
#elif PACKETVER >= 20170607
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20170531
-packetLen(0x088b, -1) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, -1)
#elif PACKETVER >= 20170419
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20170412
-packetLen(0x088b, -1) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, -1)
#elif PACKETVER >= 20170322
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20170315
-packetLen(0x088b, 18) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 18)
#elif PACKETVER >= 20170222
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20170215
-packetLen(0x088b, 26) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 26)
#elif PACKETVER >= 20170208
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20170201
-packetLen(0x088b, 6) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 6)
#elif PACKETVER >= 20170104
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#endif
// Packet: 0x088c
#if PACKETVER >= 20171227
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20171220
-packetLen(0x088c, 10) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 10)
#elif PACKETVER >= 20170920
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20170913
-packetLen(0x088c, 5) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 5)
#elif PACKETVER >= 20170816
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20170809
-packetLen(0x088c, 10) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 10)
#elif PACKETVER >= 20170524
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20170517
-packetLen(0x088c, 8) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 8)
#elif PACKETVER >= 20170222
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20170215
-packetLen(0x088c, -1) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, -1)
#elif PACKETVER >= 20170208
-packetLen(0x088c, 19) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 19)
#elif PACKETVER >= 20170104
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#endif
// Packet: 0x088d
#if PACKETVER >= 20171227
-packetLen(0x088d, 6) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 6)
#elif PACKETVER >= 20170712
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20170705
-packetLen(0x088d, 8) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 8)
#elif PACKETVER >= 20170607
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20170531
-packetLen(0x088d, 6) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 6)
#elif PACKETVER >= 20170524
-packetLen(0x088d, 10) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 10)
#elif PACKETVER >= 20170517
-packetLen(0x088d, 5) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 5)
#elif PACKETVER >= 20170426
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20170419
-packetLen(0x088d, -1) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, -1)
#elif PACKETVER >= 20170322
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20170315
-packetLen(0x088d, 8) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 8)
#elif PACKETVER >= 20170104
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#endif
// Packet: 0x088e
#if PACKETVER >= 20171108
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20171101
-packetLen(0x088e, 6) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 6)
#elif PACKETVER >= 20170927
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20170920
-packetLen(0x088e, 6) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 6)
#elif PACKETVER >= 20170801
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20170726
-packetLen(0x088e, 5) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 5)
#elif PACKETVER >= 20170712
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20170705
-packetLen(0x088e, 26) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 26)
#elif PACKETVER >= 20170104
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#endif
// Packet: 0x088f
#if PACKETVER >= 20170426
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20170419
-packetLen(0x088f, 5) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 5)
#elif PACKETVER >= 20170322
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20170315
-packetLen(0x088f, 5) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 5)
#elif PACKETVER >= 20170104
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#endif
// Packet: 0x0890
#if PACKETVER >= 20171220
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20171213
-packetLen(0x0890, 36) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 36)
#elif PACKETVER >= 20171129
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20171122
-packetLen(0x0890, 6) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 6)
#elif PACKETVER >= 20171115
-packetLen(0x0890, 18) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 18)
#elif PACKETVER >= 20170920
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20170913
-packetLen(0x0890, 90) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 90)
#elif PACKETVER >= 20170816
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20170809
-packetLen(0x0890, 36) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 36)
#elif PACKETVER >= 20170419
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20170412
-packetLen(0x0890, -1) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, -1)
#elif PACKETVER >= 20170222
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20170215
-packetLen(0x0890, 10) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 10)
#elif PACKETVER >= 20170104
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#endif
// Packet: 0x0891
#if PACKETVER >= 20171129
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20171122
-packetLen(0x0891, 6) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 6)
#elif PACKETVER >= 20170920
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20170913
-packetLen(0x0891, 8) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 8)
#elif PACKETVER >= 20170726
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20170719
-packetLen(0x0891, 10) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 10)
#elif PACKETVER >= 20170104
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#endif
// Packet: 0x0892
#if PACKETVER >= 20170920
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20170913
-packetLen(0x0892, 36) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 36)
#elif PACKETVER >= 20170816
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20170809
-packetLen(0x0892, 90) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 90)
#elif PACKETVER >= 20170322
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20170315
-packetLen(0x0892, 10) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 10)
#elif PACKETVER >= 20170215
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20170208
-packetLen(0x0892, 26) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 26)
#elif PACKETVER >= 20170104
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#endif
// Packet: 0x0893
#if PACKETVER >= 20171129
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20171122
-packetLen(0x0893, 12) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 12)
#elif PACKETVER >= 20170419
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20170412
-packetLen(0x0893, -1) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, -1)
#elif PACKETVER >= 20170405
-packetLen(0x0893, 8) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 8)
#elif PACKETVER >= 20170308
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20170228
-packetLen(0x0893, 6) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 6)
#elif PACKETVER >= 20170201
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20170125
-packetLen(0x0893, 36) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 36)
#elif PACKETVER >= 20170104
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#endif
// Packet: 0x0894
#if PACKETVER >= 20170607
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20170531
-packetLen(0x0894, 19) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 19)
#elif PACKETVER >= 20170524
-packetLen(0x0894, 8) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 8)
#elif PACKETVER >= 20170517
-packetLen(0x0894, 6) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 6)
#elif PACKETVER >= 20170502
-packetLen(0x0894, 5) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 5)
#elif PACKETVER >= 20170228
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20170222
-packetLen(0x0894, 6) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 6)
#elif PACKETVER >= 20170201
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20170125
-packetLen(0x0894, 4) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 4)
#elif PACKETVER >= 20170104
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#endif
// Packet: 0x0895
#if PACKETVER >= 20171108
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20171101
-packetLen(0x0895, 4) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 4)
#elif PACKETVER >= 20170816
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20170809
-packetLen(0x0895, 5) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 5)
#elif PACKETVER >= 20170201
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20170125
-packetLen(0x0895, -1) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, -1)
#elif PACKETVER >= 20170104
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#endif
// Packet: 0x0896
#if PACKETVER >= 20171115
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#elif PACKETVER >= 20171108
-packetLen(0x0896, 4) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 4)
#elif PACKETVER >= 20170524
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#elif PACKETVER >= 20170517
-packetLen(0x0896, 12) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 12)
#elif PACKETVER >= 20170222
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#elif PACKETVER >= 20170215
-packetLen(0x0896, 4) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 4)
#elif PACKETVER >= 20170111
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#elif PACKETVER >= 20170104
-packetLen(0x0896, 5) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 5)
#endif
// Packet: 0x0897
#if PACKETVER >= 20171213
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20171206
-packetLen(0x0897, 19) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 19)
#elif PACKETVER >= 20171129
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20171122
-packetLen(0x0897, 5) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 5)
#elif PACKETVER >= 20171115
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20171108
-packetLen(0x0897, -1) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, -1)
#elif PACKETVER >= 20171011
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20171002
-packetLen(0x0897, 5) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 5)
#elif PACKETVER >= 20170906
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20170830
-packetLen(0x0897, -1) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, -1)
#elif PACKETVER >= 20170614
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20170607
-packetLen(0x0897, 6) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 6)
#elif PACKETVER >= 20170426
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20170419
-packetLen(0x0897, 6) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 6)
#elif PACKETVER >= 20170104
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#endif
// Packet: 0x0898
#if PACKETVER >= 20171129
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20171122
-packetLen(0x0898, 6) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 6)
#elif PACKETVER >= 20171115
-packetLen(0x0898, 36) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 36)
#elif PACKETVER >= 20170726
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20170719
-packetLen(0x0898, 10) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 10)
#elif PACKETVER >= 20170426
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20170412
-packetLen(0x0898, 6) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 6)
#elif PACKETVER >= 20170201
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20170125
-packetLen(0x0898, 6) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 6)
#elif PACKETVER >= 20170104
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#endif
// Packet: 0x0899
#if PACKETVER >= 20171227
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20171220
-packetLen(0x0899, 36) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 36)
#elif PACKETVER >= 20171108
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20171101
-packetLen(0x0899, 26) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 26)
#elif PACKETVER >= 20171011
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20171002
-packetLen(0x0899, 26) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 26)
#elif PACKETVER >= 20170927
-packetLen(0x0899, 7) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 7)
#elif PACKETVER >= 20170906
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20170830
-packetLen(0x0899, 6) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 6)
#elif PACKETVER >= 20170816
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20170809
-packetLen(0x0899, 8) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 8)
#elif PACKETVER >= 20170621
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20170614
-packetLen(0x0899, 26) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 26)
#elif PACKETVER >= 20170524
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20170517
-packetLen(0x0899, 26) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 26)
#elif PACKETVER >= 20170502
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20170426
-packetLen(0x0899, 8) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 8)
#elif PACKETVER >= 20170104
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#endif
// Packet: 0x089a
#if PACKETVER >= 20171129
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20171122
-packetLen(0x089a, 8) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 8)
#elif PACKETVER >= 20171025
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20171018
-packetLen(0x089a, 6) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 6)
#elif PACKETVER >= 20171002
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20170927
-packetLen(0x089a, 36) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 36)
#elif PACKETVER >= 20170906
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20170830
-packetLen(0x089a, -1) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, -1)
#elif PACKETVER >= 20170726
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20170719
-packetLen(0x089a, 36) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 36)
#elif PACKETVER >= 20170712
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20170705
-packetLen(0x089a, 19) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 19)
#elif PACKETVER >= 20170607
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20170531
-packetLen(0x089a, 36) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 36)
#elif PACKETVER >= 20170419
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20170412
-packetLen(0x089a, 5) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 5)
#elif PACKETVER >= 20170104
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#endif
// Packet: 0x089b
#if PACKETVER >= 20171108
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20171101
-packetLen(0x089b, -1) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, -1)
#elif PACKETVER >= 20171002
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20170927
-packetLen(0x089b, 8) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 8)
#elif PACKETVER >= 20170920
-packetLen(0x089b, 7) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 7)
#elif PACKETVER >= 20170222
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20170215
-packetLen(0x089b, 8) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 8)
#elif PACKETVER >= 20170201
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20170125
-packetLen(0x089b, 90) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 90)
#elif PACKETVER >= 20170104
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#endif
// Packet: 0x089c
#if PACKETVER >= 20171206
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20171129
-packetLen(0x089c, 5) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 5)
#elif PACKETVER >= 20171108
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20171101
-packetLen(0x089c, 18) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 18)
#elif PACKETVER >= 20170607
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20170524
-packetLen(0x089c, 5) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 5)
#elif PACKETVER >= 20170517
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20170502
-packetLen(0x089c, 19) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 19)
#elif PACKETVER >= 20170426
-packetLen(0x089c, 5) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 5)
#elif PACKETVER >= 20170419
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20170412
-packetLen(0x089c, 6) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 6)
#elif PACKETVER >= 20170104
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#endif
// Packet: 0x089d
#if PACKETVER >= 20171213
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20171206
-packetLen(0x089d, 36) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 36)
#elif PACKETVER >= 20171011
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20171002
-packetLen(0x089d, 19) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 19)
#elif PACKETVER >= 20170726
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20170719
-packetLen(0x089d, -1) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, -1)
#elif PACKETVER >= 20170712
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20170705
-packetLen(0x089d, 6) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 6)
#elif PACKETVER >= 20170621
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20170614
-packetLen(0x089d, -1) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, -1)
#elif PACKETVER >= 20170607
-packetLen(0x089d, 8) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 8)
#elif PACKETVER >= 20170426
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20170419
-packetLen(0x089d, -1) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, -1)
#elif PACKETVER >= 20170104
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#endif
// Packet: 0x089e
#if PACKETVER >= 20171227
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20171220
-packetLen(0x089e, 5) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 5)
#elif PACKETVER >= 20171129
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20171122
-packetLen(0x089e, 7) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 7)
#elif PACKETVER >= 20170906
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20170830
-packetLen(0x089e, 8) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 8)
#elif PACKETVER >= 20170524
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20170517
-packetLen(0x089e, 4) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 4)
#elif PACKETVER >= 20170308
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20170228
-packetLen(0x089e, 8) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 8)
#elif PACKETVER >= 20170125
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20170118
-packetLen(0x089e, 26) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 26)
#elif PACKETVER >= 20170104
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#endif
// Packet: 0x089f
#if PACKETVER >= 20171025
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#elif PACKETVER >= 20171018
-packetLen(0x089f, 26) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 26)
#elif PACKETVER >= 20170104
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#endif
// Packet: 0x08a0
#if PACKETVER >= 20171227
-packetLen(0x08a0, 8) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 8)
#elif PACKETVER >= 20171108
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20171101
-packetLen(0x08a0, 8) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 8)
#elif PACKETVER >= 20170308
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20170228
-packetLen(0x08a0, 26) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 26)
#elif PACKETVER >= 20170104
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#endif
// Packet: 0x08a1
#if PACKETVER >= 20170531
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20170524
-packetLen(0x08a1, 12) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 12)
#elif PACKETVER >= 20170419
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20170412
-packetLen(0x08a1, 7) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 7)
#elif PACKETVER >= 20170215
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20170208
-packetLen(0x08a1, 18) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 18)
#elif PACKETVER >= 20170118
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20170111
-packetLen(0x08a1, 5) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 5)
#elif PACKETVER >= 20170104
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#endif
// Packet: 0x08a2
#if PACKETVER >= 20171213
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20171206
-packetLen(0x08a2, 26) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 26)
#elif PACKETVER >= 20171115
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20171108
-packetLen(0x08a2, 10) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 10)
#elif PACKETVER >= 20171101
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20171025
-packetLen(0x08a2, 36) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 36)
#elif PACKETVER >= 20170913
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20170906
-packetLen(0x08a2, 8) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 8)
#elif PACKETVER >= 20170830
-packetLen(0x08a2, 36) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 36)
#elif PACKETVER >= 20170621
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20170614
-packetLen(0x08a2, -1) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, -1)
#elif PACKETVER >= 20170524
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20170517
-packetLen(0x08a2, 6) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 6)
#elif PACKETVER >= 20170502
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20170426
-packetLen(0x08a2, 19) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 19)
#elif PACKETVER >= 20170308
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20170228
-packetLen(0x08a2, 36) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 36)
#elif PACKETVER >= 20170222
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20170215
-packetLen(0x08a2, 12) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 12)
#elif PACKETVER >= 20170104
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#endif
// Packet: 0x08a3
#if PACKETVER >= 20170913
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#elif PACKETVER >= 20170906
-packetLen(0x08a3, 26) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 26)
#elif PACKETVER >= 20170823
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#elif PACKETVER >= 20170816
-packetLen(0x08a3, 26) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 26)
#elif PACKETVER >= 20170809
-packetLen(0x08a3, -1) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, -1)
#elif PACKETVER >= 20170801
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#elif PACKETVER >= 20170726
-packetLen(0x08a3, 8) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 8)
#elif PACKETVER >= 20170228
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#elif PACKETVER >= 20170222
-packetLen(0x08a3, 5) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 5)
#elif PACKETVER >= 20170118
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#elif PACKETVER >= 20170111
-packetLen(0x08a3, 6) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 6)
#elif PACKETVER >= 20170104
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#endif
// Packet: 0x08a4
#if PACKETVER >= 20171213
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20171206
-packetLen(0x08a4, 8) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 8)
#elif PACKETVER >= 20171122
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20171115
-packetLen(0x08a4, 5) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 5)
#elif PACKETVER >= 20170502
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20170426
-packetLen(0x08a4, 6) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 6)
#elif PACKETVER >= 20170208
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20170201
-packetLen(0x08a4, 8) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 8)
#elif PACKETVER >= 20170104
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#endif
// Packet: 0x08a5
#if PACKETVER >= 20171227
-packetLen(0x08a5, 5) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 5)
#elif PACKETVER >= 20171206
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20171129
-packetLen(0x08a5, 8) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 8)
#elif PACKETVER >= 20171002
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20170927
-packetLen(0x08a5, -1) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, -1)
#elif PACKETVER >= 20170412
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20170405
-packetLen(0x08a5, 19) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 19)
#elif PACKETVER >= 20170201
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20170125
-packetLen(0x08a5, -1) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, -1)
#elif PACKETVER >= 20170104
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#endif
// Packet: 0x08a6
#if PACKETVER >= 20171129
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20171122
-packetLen(0x08a6, 10) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 10)
#elif PACKETVER >= 20171025
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20171018
-packetLen(0x08a6, 5) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 5)
#elif PACKETVER >= 20171002
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20170927
-packetLen(0x08a6, 8) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 8)
#elif PACKETVER >= 20170920
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20170913
-packetLen(0x08a6, 6) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 6)
#elif PACKETVER >= 20170816
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20170809
-packetLen(0x08a6, 19) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 19)
#elif PACKETVER >= 20170801
-packetLen(0x08a6, 4) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 4)
#elif PACKETVER >= 20170726
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20170719
-packetLen(0x08a6, 8) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 8)
#elif PACKETVER >= 20170308
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20170228
-packetLen(0x08a6, 8) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 8)
#elif PACKETVER >= 20170118
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20170111
-packetLen(0x08a6, 18) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 18)
#elif PACKETVER >= 20170104
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#endif
// Packet: 0x08a7
#if PACKETVER >= 20170920
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20170913
-packetLen(0x08a7, 4) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 4)
#elif PACKETVER >= 20170906
-packetLen(0x08a7, 18) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 18)
#elif PACKETVER >= 20170823
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20170816
-packetLen(0x08a7, 4) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 4)
#elif PACKETVER >= 20170801
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20170726
-packetLen(0x08a7, 36) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 36)
#elif PACKETVER >= 20170308
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20170228
-packetLen(0x08a7, 6) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 6)
#elif PACKETVER >= 20170104
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#endif
// Packet: 0x08a8
#if PACKETVER >= 20170906
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20170830
-packetLen(0x08a8, 8) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 8)
#elif PACKETVER >= 20170726
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20170719
-packetLen(0x08a8, 19) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 19)
#elif PACKETVER >= 20170628
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20170621
-packetLen(0x08a8, 5) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 5)
#elif PACKETVER >= 20170524
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20170517
-packetLen(0x08a8, 5) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 5)
#elif PACKETVER >= 20170405
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20170329
-packetLen(0x08a8, 6) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 6)
#elif PACKETVER >= 20170228
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20170222
-packetLen(0x08a8, 26) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 26)
#elif PACKETVER >= 20170215
-packetLen(0x08a8, 18) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 18)
#elif PACKETVER >= 20170104
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#endif
// Packet: 0x08a9
#if PACKETVER >= 20171129
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20171122
-packetLen(0x08a9, 6) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 6)
#elif PACKETVER >= 20171115
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20171108
-packetLen(0x08a9, 5) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 5)
#elif PACKETVER >= 20170823
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20170816
-packetLen(0x08a9, 5) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 5)
#elif PACKETVER >= 20170614
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20170607
-packetLen(0x08a9, 10) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 10)
#elif PACKETVER >= 20170104
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#endif
// Packet: 0x08aa
#if PACKETVER >= 20170920
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20170913
-packetLen(0x08aa, 10) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 10)
#elif PACKETVER >= 20170801
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20170726
-packetLen(0x08aa, 6) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 6)
#elif PACKETVER >= 20170524
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20170517
-packetLen(0x08aa, 8) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 8)
#elif PACKETVER >= 20170426
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20170419
-packetLen(0x08aa, 8) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 8)
#elif PACKETVER >= 20170322
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20170315
-packetLen(0x08aa, 8) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 8)
#elif PACKETVER >= 20170104
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#endif
// Packet: 0x08ab
#if PACKETVER >= 20171108
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20171101
-packetLen(0x08ab, -1) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, -1)
#elif PACKETVER >= 20170920
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20170913
-packetLen(0x08ab, 18) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 18)
#elif PACKETVER >= 20170801
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20170726
-packetLen(0x08ab, 6) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 6)
#elif PACKETVER >= 20170614
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20170607
-packetLen(0x08ab, 90) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 90)
#elif PACKETVER >= 20170104
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#endif
// Packet: 0x08ac
#if PACKETVER >= 20170920
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20170913
-packetLen(0x08ac, 5) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 5)
#elif PACKETVER >= 20170830
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20170823
-packetLen(0x08ac, 26) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 26)
#elif PACKETVER >= 20170816
-packetLen(0x08ac, 5) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 5)
#elif PACKETVER >= 20170801
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20170726
-packetLen(0x08ac, 6) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 6)
#elif PACKETVER >= 20170607
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20170531
-packetLen(0x08ac, 90) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 90)
#elif PACKETVER >= 20170215
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20170208
-packetLen(0x08ac, 8) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 8)
#elif PACKETVER >= 20170104
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#endif
// Packet: 0x08ad
#if PACKETVER >= 20171115
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20171108
-packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 6)
#elif PACKETVER >= 20171101
-packetLen(0x08ad, 12) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 12)
#elif PACKETVER >= 20171002
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20170927
-packetLen(0x08ad, -1) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, -1)
#elif PACKETVER >= 20170920
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20170913
-packetLen(0x08ad, -1) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, -1)
#elif PACKETVER >= 20170621
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20170614
-packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 6)
#elif PACKETVER >= 20170607
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20170531
-packetLen(0x08ad, 8) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 8)
#elif PACKETVER >= 20170125
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20170118
-packetLen(0x08ad, -1) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, -1)
#elif PACKETVER >= 20170104
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#endif
// Packet: 0x08af
-packetLen(0x08af, 10) // HC_WAITING_LOGIN
+packetLen(0x08af, 10)
// Packet: 0x08b0
-packetLen(0x08b0, 17) // CH_WAITING_LOGIN
+packetLen(0x08b0, 17)
// Packet: 0x08b1
-packetLen(0x08b1, -1) // ZC_MCSTORE_NOTMOVEITEM_LIST
+packetLen(0x08b1, -1)
// Packet: 0x08b2
-packetLen(0x08b2, -1) // AC_REALNAME_AUTH
+packetLen(0x08b2, -1)
// Packet: 0x08b3
-packetLen(0x08b3, -1) // ZC_SHOWSCRIPT
+packetLen(0x08b3, -1)
// Packet: 0x08b4
-packetLen(0x08b4, 2) // ZC_START_COLLECTION
+packetLen(0x08b4, 2)
// Packet: 0x08b5
-packetLen(0x08b5, 6) // CZ_TRYCOLLECTION
+packetLen(0x08b5, 6)
// Packet: 0x08b6
-packetLen(0x08b6, 3) // ZC_TRYCOLLECTION
+packetLen(0x08b6, 3)
// Packet: 0x08b8
-packetLen(0x08b8, 10) // CH_SECOND_PASSWD_ACK
+packetLen(0x08b8, 10)
// Packet: 0x08b9
-packetLen(0x08b9, 12) // HC_SECOND_PASSWD_LOGIN
+packetLen(0x08b9, 12)
// Packet: 0x08ba
-packetLen(0x08ba, 10) // CH_MAKE_SECOND_PASSWD
+packetLen(0x08ba, 10)
// Packet: 0x08bb
-packetLen(0x08bb, 8) // HC_MAKE_SECOND_PASSWD
+packetLen(0x08bb, 8)
// Packet: 0x08bc
-packetLen(0x08bc, 10) // CH_DELETE_SECOND_PASSWD
+packetLen(0x08bc, 10)
// Packet: 0x08bd
-packetLen(0x08bd, 8) // HC_DELETE_SECOND_PASSWD
+packetLen(0x08bd, 8)
// Packet: 0x08be
-packetLen(0x08be, 14) // CH_EDIT_SECOND_PASSWD
+packetLen(0x08be, 14)
// Packet: 0x08bf
-packetLen(0x08bf, 8) // HC_EDIT_SECOND_PASSWD
+packetLen(0x08bf, 8)
// Packet: 0x08c0
-packetLen(0x08c0, -1) // ZC_ACK_SE_CASH_ITEM_LIST2
+packetLen(0x08c0, -1)
// Packet: 0x08c1
-packetLen(0x08c1, 2) // CZ_MACRO_START
+packetLen(0x08c1, 2)
// Packet: 0x08c2
-packetLen(0x08c2, 2) // CZ_MACRO_STOP
+packetLen(0x08c2, 2)
// Packet: 0x08c3
-packetLen(0x08c3, 10) // CH_NOT_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c3, 10)
// Packet: 0x08c4
-packetLen(0x08c4, 8) // HC_NOT_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c4, 8)
// Packet: 0x08c5
-packetLen(0x08c5, 6) // CH_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c5, 6)
// Packet: 0x08c6
-packetLen(0x08c6, 4) // HC_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c6, 4)
// Packet: 0x08c7
-packetLen(0x08c7, -1) // ZC_SKILL_ENTRY3
+packetLen(0x08c7, -1)
// Packet: 0x08c8
-packetLen(0x08c8, 34) // ZC_NOTIFY_ACT3
+packetLen(0x08c8, 34)
// Packet: 0x08c9
-packetLen(0x08c9, 2) // CZ_REQ_SCHEDULER_CASHITEM
+packetLen(0x08c9, 2)
// Packet: 0x08ca
-packetLen(0x08ca, -1) // ZC_ACK_SCHEDULER_CASHITEM
+packetLen(0x08ca, -1)
// Packet: 0x08cb
-packetLen(0x08cb, -1) // ZC_PERSONAL_INFOMATION
+packetLen(0x08cb, -1)
// Packet: 0x08cc
-packetLen(0x08cc, 109) // CA_LOGIN5
+packetLen(0x08cc, 109)
// Packet: 0x08cd
-packetLen(0x08cd, 10) // ZC_STOPMOVE_FORCE
+packetLen(0x08cd, 10)
// Packet: 0x08ce
-packetLen(0x08ce, 2) // ZC_FAILED_GET_ITEM_FROM_ZONEDA
+packetLen(0x08ce, 2)
// Packet: 0x08cf
-packetLen(0x08cf, 10) // ZC_SPIRITS_ATTRIBUTE
+packetLen(0x08cf, 10)
// Packet: 0x08d0
-packetLen(0x08d0, 9) // ZC_REQ_WEAR_EQUIP_ACK2
+packetLen(0x08d0, 9)
// Packet: 0x08d1
-packetLen(0x08d1, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK2
+packetLen(0x08d1, 7)
// Packet: 0x08d2
-packetLen(0x08d2, 10) // ZC_FASTMOVE
+packetLen(0x08d2, 10)
// Packet: 0x08d3
-packetLen(0x08d3, 10) // ZC_SE_CASHSHOP_UPDATE
+packetLen(0x08d3, 10)
// Packet: 0x08d4
-packetLen(0x08d4, 8) // CH_REQ_CHANGE_CHARACTER_SLOT
+packetLen(0x08d4, 8)
// Packet: 0x08d5
-packetLen(0x08d5, -1) // HC_ACK_CHANGE_CHARACTER_SLOT
+packetLen(0x08d5, -1)
// Packet: 0x08d6
-packetLen(0x08d6, 6) // ZC_CLEAR_DIALOG
+packetLen(0x08d6, 6)
// Packet: 0x08d7
-packetLen(0x08d7, 28) // CZ_REQ_ENTRY_QUEUE_APPLY
+packetLen(0x08d7, 28)
// Packet: 0x08d8
-packetLen(0x08d8, 27) // ZC_ACK_ENTRY_QUEUE_APPLY
+packetLen(0x08d8, 27)
// Packet: 0x08d9
-packetLen(0x08d9, 30) // ZC_NOTIFY_ENTRY_QUEUE_APPLY
+packetLen(0x08d9, 30)
// Packet: 0x08da
-packetLen(0x08da, 26) // CZ_REQ_ENTRY_QUEUE_CANCEL
+packetLen(0x08da, 26)
// Packet: 0x08db
-packetLen(0x08db, 27) // ZC_ACK_ENTRY_QUEUE_CANCEL
+packetLen(0x08db, 27)
// Packet: 0x08dc
-packetLen(0x08dc, 26) // ZC_NOTIFY_ENTRY_QUEUE_ADMISSION
+packetLen(0x08dc, 26)
// Packet: 0x08dd
-packetLen(0x08dd, 27) // CZ_REPLY_ENTRY_QUEUE_ADMISSION
+packetLen(0x08dd, 27)
// Packet: 0x08de
-packetLen(0x08de, 27) // ZC_REPLY_ACK_ENTRY_QUEUE_ADMISSION
+packetLen(0x08de, 27)
// Packet: 0x08df
-packetLen(0x08df, 50) // ZC_NOTIFY_LOBBY_ADMISSION
+packetLen(0x08df, 50)
// Packet: 0x08e0
-packetLen(0x08e0, 51) // CZ_REPLY_LOBBY_ADMISSION
+packetLen(0x08e0, 51)
// Packet: 0x08e1
-packetLen(0x08e1, 51) // ZC_REPLY_ACK_LOBBY_ADMISSION
+packetLen(0x08e1, 51)
// Packet: 0x08e2
-packetLen(0x08e2, 27) // ZC_NAVIGATION_ACTIVE
+packetLen(0x08e2, 27)
// Packet: 0x08e3
#if PACKETVER >= 20170906
-packetLen(0x08e3, 157) // HC_UPDATE_CHARINFO
+packetLen(0x08e3, 157)
#elif PACKETVER >= 20170104
-packetLen(0x08e3, 149) // HC_UPDATE_CHARINFO
+packetLen(0x08e3, 149)
#endif
// Packet: 0x08e4
-packetLen(0x08e4, 6) // AC_SHUTDOWN_INFO
+packetLen(0x08e4, 6)
// Packet: 0x08fc
-packetLen(0x08fc, 30) // CH_REQ_CHANGE_CHARACTERNAME
+packetLen(0x08fc, 30)
// Packet: 0x08fd
-packetLen(0x08fd, 6) // CH_ACK_CHANGE_CHARACTERNAME
+packetLen(0x08fd, 6)
// Packet: 0x08fe
-packetLen(0x08fe, -1) // ZC_HUNTING_QUEST_INFO
+packetLen(0x08fe, -1)
// Packet: 0x08ff
-packetLen(0x08ff, 24) // ZC_EFST_SET_ENTER
+packetLen(0x08ff, 24)
// Packet: 0x0900
-packetLen(0x0900, -1) // ZC_INVENTORY_ITEMLIST_NORMAL
+packetLen(0x0900, -1)
// Packet: 0x0901
-packetLen(0x0901, -1) // ZC_INVENTORY_ITEMLIST_EQUIP
+packetLen(0x0901, -1)
// Packet: 0x0902
-packetLen(0x0902, -1) // ZC_CART_ITEMLIST_NORMAL
+packetLen(0x0902, -1)
// Packet: 0x0903
-packetLen(0x0903, -1) // ZC_CART_ITEMLIST_EQUIP
+packetLen(0x0903, -1)
// Packet: 0x0904
-packetLen(0x0904, -1) // ZC_STORE_ITEMLIST_NORMAL
+packetLen(0x0904, -1)
// Packet: 0x0905
-packetLen(0x0905, -1) // ZC_STORE_ITEMLIST_EQUIP
+packetLen(0x0905, -1)
// Packet: 0x0906
-packetLen(0x0906, -1) // ZC_MICROSCOPE
+packetLen(0x0906, -1)
// Packet: 0x0907
-packetLen(0x0907, 5) // CZ_INVENTORY_TAB
+packetLen(0x0907, 5)
// Packet: 0x0908
-packetLen(0x0908, 5) // ZC_INVENTORY_TAB
+packetLen(0x0908, 5)
// Packet: 0x090a
-packetLen(0x090a, 26) // CZ_REQ_ENTRY_QUEUE_RANKING
+packetLen(0x090a, 26)
// Packet: 0x090d
-packetLen(0x090d, -1) // ZC_PREMIUM_CAMPAIGN_INFO
+packetLen(0x090d, -1)
// Packet: 0x090e
-packetLen(0x090e, 2) // ZC_ENTRY_QUEUE_INIT
+packetLen(0x090e, 2)
// Packet: 0x090f
-packetLen(0x090f, -1) // ZC_NOTIFY_NEWENTRY7
+packetLen(0x090f, -1)
// Packet: 0x0910
-packetLen(0x0910, 10) // CZ_REQ_PARTY_NAME
+packetLen(0x0910, 10)
// Packet: 0x0911
-packetLen(0x0911, 30) // ZC_ACK_PARTY_NAME
+packetLen(0x0911, 30)
// Packet: 0x0912
-packetLen(0x0912, 10) // CZ_REQ_GUILD_NAME
+packetLen(0x0912, 10)
// Packet: 0x0913
-packetLen(0x0913, 30) // ZC_ACK_GUILD_NAME
+packetLen(0x0913, 30)
// Packet: 0x0914
-packetLen(0x0914, -1) // ZC_NOTIFY_MOVEENTRY9
+packetLen(0x0914, -1)
// Packet: 0x0915
-packetLen(0x0915, -1) // ZC_NOTIFY_STANDENTRY8
+packetLen(0x0915, -1)
// Packet: 0x0916
-packetLen(0x0916, 26) // CZ_REQ_JOIN_GUILD2
+packetLen(0x0916, 26)
// Packet: 0x0917
#if PACKETVER >= 20170405
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
#elif PACKETVER >= 20170329
-packetLen(0x0917, 8) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 8)
#elif PACKETVER >= 20170104
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
#endif
// Packet: 0x0918
#if PACKETVER >= 20170816
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
#elif PACKETVER >= 20170809
-packetLen(0x0918, 6) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 6)
#elif PACKETVER >= 20170614
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
#elif PACKETVER >= 20170607
-packetLen(0x0918, 18) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 18)
#elif PACKETVER >= 20170104
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
#endif
// Packet: 0x0919
#if PACKETVER >= 20170927
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
#elif PACKETVER >= 20170920
-packetLen(0x0919, 10) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 10)
#elif PACKETVER >= 20170614
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
#elif PACKETVER >= 20170607
-packetLen(0x0919, -1) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, -1)
#elif PACKETVER >= 20170208
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
#elif PACKETVER >= 20170201
-packetLen(0x0919, 26) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 26)
#elif PACKETVER >= 20170104
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
#endif
// Packet: 0x091a
#if PACKETVER >= 20171220
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#elif PACKETVER >= 20171213
-packetLen(0x091a, 5) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 5)
#elif PACKETVER >= 20170913
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#elif PACKETVER >= 20170906
-packetLen(0x091a, 6) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 6)
#elif PACKETVER >= 20170712
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#elif PACKETVER >= 20170705
-packetLen(0x091a, 5) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 5)
#elif PACKETVER >= 20170419
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#elif PACKETVER >= 20170412
-packetLen(0x091a, 5) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 5)
#elif PACKETVER >= 20170329
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#elif PACKETVER >= 20170322
-packetLen(0x091a, 36) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 36)
#elif PACKETVER >= 20170315
-packetLen(0x091a, 6) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 6)
#elif PACKETVER >= 20170118
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#elif PACKETVER >= 20170111
-packetLen(0x091a, 36) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 36)
#elif PACKETVER >= 20170104
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#endif
// Packet: 0x091b
#if PACKETVER >= 20171227
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#elif PACKETVER >= 20171220
-packetLen(0x091b, 6) // ZC_PRNPC_STATE
+packetLen(0x091b, 6)
#elif PACKETVER >= 20171108
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#elif PACKETVER >= 20171101
-packetLen(0x091b, 8) // ZC_PRNPC_STATE
+packetLen(0x091b, 8)
#elif PACKETVER >= 20170920
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#elif PACKETVER >= 20170913
-packetLen(0x091b, 6) // ZC_PRNPC_STATE
+packetLen(0x091b, 6)
#elif PACKETVER >= 20170726
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#elif PACKETVER >= 20170719
-packetLen(0x091b, 6) // ZC_PRNPC_STATE
+packetLen(0x091b, 6)
#elif PACKETVER >= 20170621
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#elif PACKETVER >= 20170614
-packetLen(0x091b, 10) // ZC_PRNPC_STATE
+packetLen(0x091b, 10)
#elif PACKETVER >= 20170524
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#elif PACKETVER >= 20170517
-packetLen(0x091b, -1) // ZC_PRNPC_STATE
+packetLen(0x091b, -1)
#elif PACKETVER >= 20170426
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#elif PACKETVER >= 20170419
-packetLen(0x091b, 6) // ZC_PRNPC_STATE
+packetLen(0x091b, 6)
#elif PACKETVER >= 20170322
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#elif PACKETVER >= 20170315
-packetLen(0x091b, -1) // ZC_PRNPC_STATE
+packetLen(0x091b, -1)
#elif PACKETVER >= 20170201
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#elif PACKETVER >= 20170125
-packetLen(0x091b, 6) // ZC_PRNPC_STATE
+packetLen(0x091b, 6)
#elif PACKETVER >= 20170118
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#elif PACKETVER >= 20170111
-packetLen(0x091b, 19) // ZC_PRNPC_STATE
+packetLen(0x091b, 19)
#elif PACKETVER >= 20170104
-packetLen(0x091b, 5) // ZC_PRNPC_STATE
+packetLen(0x091b, 5)
#endif
// Packet: 0x091c
#if PACKETVER >= 20170823
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
#elif PACKETVER >= 20170816
-packetLen(0x091c, 12) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 12)
#elif PACKETVER >= 20170201
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
#elif PACKETVER >= 20170125
-packetLen(0x091c, 8) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 8)
#elif PACKETVER >= 20170104
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
#endif
// Packet: 0x091d
#if PACKETVER >= 20171213
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20171206
-packetLen(0x091d, 26) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 26)
#elif PACKETVER >= 20170920
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20170913
-packetLen(0x091d, 6) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 6)
#elif PACKETVER >= 20170801
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20170726
-packetLen(0x091d, 26) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 26)
#elif PACKETVER >= 20170322
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20170315
-packetLen(0x091d, 12) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 12)
#elif PACKETVER >= 20170104
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#endif
// Packet: 0x091e
#if PACKETVER >= 20171227
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
#elif PACKETVER >= 20171220
-packetLen(0x091e, 6) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 6)
#elif PACKETVER >= 20171129
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
#elif PACKETVER >= 20171122
-packetLen(0x091e, 90) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 90)
#elif PACKETVER >= 20171002
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
#elif PACKETVER >= 20170927
-packetLen(0x091e, 6) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 6)
#elif PACKETVER >= 20170913
-packetLen(0x091e, 8) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 8)
#elif PACKETVER >= 20170906
-packetLen(0x091e, 5) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 5)
#elif PACKETVER >= 20170830
-packetLen(0x091e, 6) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 6)
#elif PACKETVER >= 20170801
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
#elif PACKETVER >= 20170726
-packetLen(0x091e, 12) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 12)
#elif PACKETVER >= 20170531
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
#elif PACKETVER >= 20170524
-packetLen(0x091e, 8) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 8)
#elif PACKETVER >= 20170419
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
#elif PACKETVER >= 20170412
-packetLen(0x091e, 19) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 19)
#elif PACKETVER >= 20170104
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
#endif
// Packet: 0x091f
#if PACKETVER >= 20171115
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
#elif PACKETVER >= 20171108
-packetLen(0x091f, 5) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 5)
#elif PACKETVER >= 20170801
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
#elif PACKETVER >= 20170726
-packetLen(0x091f, 5) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 5)
#elif PACKETVER >= 20170719
-packetLen(0x091f, 6) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 6)
#elif PACKETVER >= 20170502
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
#elif PACKETVER >= 20170426
-packetLen(0x091f, 4) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 4)
#elif PACKETVER >= 20170308
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
#elif PACKETVER >= 20170228
-packetLen(0x091f, 10) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 10)
#elif PACKETVER >= 20170125
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
#elif PACKETVER >= 20170118
-packetLen(0x091f, 18) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 18)
#elif PACKETVER >= 20170104
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
#endif
// Packet: 0x0920
#if PACKETVER >= 20170426
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#elif PACKETVER >= 20170419
-packetLen(0x0920, 10) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 10)
#elif PACKETVER >= 20170322
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#elif PACKETVER >= 20170315
-packetLen(0x0920, 6) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 6)
#elif PACKETVER >= 20170208
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#elif PACKETVER >= 20170125
-packetLen(0x0920, 26) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 26)
#elif PACKETVER >= 20170104
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#endif
// Packet: 0x0921
#if PACKETVER >= 20170927
-packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 2)
#elif PACKETVER >= 20170920
-packetLen(0x0921, 6) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 6)
#elif PACKETVER >= 20170906
-packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 2)
#elif PACKETVER >= 20170830
-packetLen(0x0921, 5) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 5)
#elif PACKETVER >= 20170823
-packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 2)
#elif PACKETVER >= 20170816
-packetLen(0x0921, 6) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 6)
#elif PACKETVER >= 20170809
-packetLen(0x0921, 8) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 8)
#elif PACKETVER >= 20170801
-packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 2)
#elif PACKETVER >= 20170726
-packetLen(0x0921, 6) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 6)
#elif PACKETVER >= 20170215
-packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 2)
#elif PACKETVER >= 20170208
-packetLen(0x0921, 6) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 6)
#elif PACKETVER >= 20170104
-packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 2)
#endif
// Packet: 0x0922
#if PACKETVER >= 20171002
-packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 2)
#elif PACKETVER >= 20170927
-packetLen(0x0922, 26) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 26)
#elif PACKETVER >= 20170426
-packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 2)
#elif PACKETVER >= 20170419
-packetLen(0x0922, 19) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 19)
#elif PACKETVER >= 20170322
-packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 2)
#elif PACKETVER >= 20170315
-packetLen(0x0922, -1) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, -1)
#elif PACKETVER >= 20170104
-packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 2)
#endif
// Packet: 0x0923
#if PACKETVER >= 20171213
-packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 2)
#elif PACKETVER >= 20171206
-packetLen(0x0923, 8) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 8)
#elif PACKETVER >= 20171129
-packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 2)
#elif PACKETVER >= 20171122
-packetLen(0x0923, 18) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 18)
#elif PACKETVER >= 20171002
-packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 2)
#elif PACKETVER >= 20170927
-packetLen(0x0923, 6) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 6)
#elif PACKETVER >= 20170920
-packetLen(0x0923, 19) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 19)
#elif PACKETVER >= 20170913
-packetLen(0x0923, 5) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 5)
#elif PACKETVER >= 20170801
-packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 2)
#elif PACKETVER >= 20170726
-packetLen(0x0923, -1) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, -1)
#elif PACKETVER >= 20170531
-packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 2)
#elif PACKETVER >= 20170524
-packetLen(0x0923, -1) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, -1)
#elif PACKETVER >= 20170517
-packetLen(0x0923, 19) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 19)
#elif PACKETVER >= 20170215
-packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 2)
#elif PACKETVER >= 20170208
-packetLen(0x0923, 6) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 6)
#elif PACKETVER >= 20170104
-packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 2)
#endif
// Packet: 0x0924
#if PACKETVER >= 20171227
-packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 2)
#elif PACKETVER >= 20171220
-packetLen(0x0924, 8) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 8)
#elif PACKETVER >= 20170104
-packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 2)
#endif
// Packet: 0x0925
#if PACKETVER >= 20170920
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
#elif PACKETVER >= 20170913
-packetLen(0x0925, 12) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 12)
#elif PACKETVER >= 20170906
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
#elif PACKETVER >= 20170830
-packetLen(0x0925, 6) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 6)
#elif PACKETVER >= 20170823
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
#elif PACKETVER >= 20170816
-packetLen(0x0925, 8) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 8)
#elif PACKETVER >= 20170614
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
#elif PACKETVER >= 20170607
-packetLen(0x0925, 26) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 26)
#elif PACKETVER >= 20170531
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
#elif PACKETVER >= 20170524
-packetLen(0x0925, 90) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 90)
#elif PACKETVER >= 20170222
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
#elif PACKETVER >= 20170215
-packetLen(0x0925, 8) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 8)
#elif PACKETVER >= 20170104
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
#endif
// Packet: 0x0926
#if PACKETVER >= 20171122
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
#elif PACKETVER >= 20171115
-packetLen(0x0926, 6) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 6)
#elif PACKETVER >= 20170927
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
#elif PACKETVER >= 20170920
-packetLen(0x0926, 8) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 8)
#elif PACKETVER >= 20170405
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
#elif PACKETVER >= 20170329
-packetLen(0x0926, 5) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 5)
#elif PACKETVER >= 20170104
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
#endif
// Packet: 0x0927
#if PACKETVER >= 20171002
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#elif PACKETVER >= 20170927
-packetLen(0x0927, 5) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 5)
#elif PACKETVER >= 20170920
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#elif PACKETVER >= 20170913
-packetLen(0x0927, -1) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, -1)
#elif PACKETVER >= 20170614
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#elif PACKETVER >= 20170607
-packetLen(0x0927, 10) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 10)
#elif PACKETVER >= 20170502
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#elif PACKETVER >= 20170426
-packetLen(0x0927, 5) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 5)
#elif PACKETVER >= 20170125
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#elif PACKETVER >= 20170118
-packetLen(0x0927, 8) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 8)
#elif PACKETVER >= 20170104
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#endif
// Packet: 0x0928
#if PACKETVER >= 20171011
-packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 2)
#elif PACKETVER >= 20171002
-packetLen(0x0928, -1) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, -1)
#elif PACKETVER >= 20170104
-packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 2)
#endif
// Packet: 0x0929
#if PACKETVER >= 20171227
-packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 2)
#elif PACKETVER >= 20171220
-packetLen(0x0929, 6) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 6)
#elif PACKETVER >= 20170419
-packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 2)
#elif PACKETVER >= 20170412
-packetLen(0x0929, 6) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 6)
#elif PACKETVER >= 20170405
-packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 2)
#elif PACKETVER >= 20170329
-packetLen(0x0929, 6) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 6)
#elif PACKETVER >= 20170201
-packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 2)
#elif PACKETVER >= 20170125
-packetLen(0x0929, 12) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 12)
#elif PACKETVER >= 20170104
-packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 2)
#endif
// Packet: 0x092a
#if PACKETVER >= 20170816
-packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 2)
#elif PACKETVER >= 20170809
-packetLen(0x092a, 6) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 6)
#elif PACKETVER >= 20170308
-packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 2)
#elif PACKETVER >= 20170228
-packetLen(0x092a, 6) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 6)
#elif PACKETVER >= 20170104
-packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 2)
#endif
// Packet: 0x092b
#if PACKETVER >= 20170816
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
#elif PACKETVER >= 20170809
-packetLen(0x092b, 6) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 6)
#elif PACKETVER >= 20170222
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
#elif PACKETVER >= 20170215
-packetLen(0x092b, -1) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, -1)
#elif PACKETVER >= 20170201
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
#elif PACKETVER >= 20170125
-packetLen(0x092b, 10) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 10)
#elif PACKETVER >= 20170104
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
#endif
// Packet: 0x092c
#if PACKETVER >= 20171227
-packetLen(0x092c, 19) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 19)
#elif PACKETVER >= 20170823
-packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 2)
#elif PACKETVER >= 20170816
-packetLen(0x092c, -1) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, -1)
#elif PACKETVER >= 20170726
-packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 2)
#elif PACKETVER >= 20170719
-packetLen(0x092c, -1) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, -1)
#elif PACKETVER >= 20170104
-packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 2)
#endif
// Packet: 0x092d
#if PACKETVER >= 20171011
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#elif PACKETVER >= 20171002
-packetLen(0x092d, 18) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 18)
#elif PACKETVER >= 20170607
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#elif PACKETVER >= 20170531
-packetLen(0x092d, 6) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 6)
#elif PACKETVER >= 20170215
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#elif PACKETVER >= 20170208
-packetLen(0x092d, 5) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 5)
#elif PACKETVER >= 20170104
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#endif
// Packet: 0x092e
#if PACKETVER >= 20171227
-packetLen(0x092e, 4) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 4)
#elif PACKETVER >= 20171213
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#elif PACKETVER >= 20171206
-packetLen(0x092e, 8) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 8)
#elif PACKETVER >= 20170927
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#elif PACKETVER >= 20170920
-packetLen(0x092e, -1) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, -1)
#elif PACKETVER >= 20170906
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#elif PACKETVER >= 20170830
-packetLen(0x092e, 6) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 6)
#elif PACKETVER >= 20170419
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#elif PACKETVER >= 20170412
-packetLen(0x092e, 8) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 8)
#elif PACKETVER >= 20170405
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#elif PACKETVER >= 20170329
-packetLen(0x092e, 19) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 19)
#elif PACKETVER >= 20170308
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#elif PACKETVER >= 20170228
-packetLen(0x092e, -1) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, -1)
#elif PACKETVER >= 20170104
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#endif
// Packet: 0x092f
#if PACKETVER >= 20170726
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#elif PACKETVER >= 20170719
-packetLen(0x092f, 18) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 18)
#elif PACKETVER >= 20170712
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#elif PACKETVER >= 20170705
-packetLen(0x092f, 4) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 4)
#elif PACKETVER >= 20170621
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#elif PACKETVER >= 20170614
-packetLen(0x092f, -1) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, -1)
#elif PACKETVER >= 20170104
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#endif
// Packet: 0x0930
#if PACKETVER >= 20170712
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#elif PACKETVER >= 20170705
-packetLen(0x0930, -1) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, -1)
#elif PACKETVER >= 20170426
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#elif PACKETVER >= 20170419
-packetLen(0x0930, 8) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 8)
#elif PACKETVER >= 20170201
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#elif PACKETVER >= 20170125
-packetLen(0x0930, 5) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 5)
#elif PACKETVER >= 20170104
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#endif
// Packet: 0x0931
#if PACKETVER >= 20170816
-packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 2)
#elif PACKETVER >= 20170809
-packetLen(0x0931, 6) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 6)
#elif PACKETVER >= 20170614
-packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 2)
#elif PACKETVER >= 20170607
-packetLen(0x0931, 4) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 4)
#elif PACKETVER >= 20170104
-packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 2)
#endif
// Packet: 0x0932
#if PACKETVER >= 20170712
-packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 2)
#elif PACKETVER >= 20170705
-packetLen(0x0932, 6) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 6)
#elif PACKETVER >= 20170215
-packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 2)
#elif PACKETVER >= 20170208
-packetLen(0x0932, 8) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 8)
#elif PACKETVER >= 20170104
-packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 2)
#endif
// Packet: 0x0933
#if PACKETVER >= 20171227
-packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 2)
#elif PACKETVER >= 20171220
-packetLen(0x0933, 5) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 5)
#elif PACKETVER >= 20170607
-packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 2)
#elif PACKETVER >= 20170531
-packetLen(0x0933, 8) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 8)
#elif PACKETVER >= 20170125
-packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 2)
#elif PACKETVER >= 20170118
-packetLen(0x0933, 6) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 6)
#elif PACKETVER >= 20170104
-packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 2)
#endif
// Packet: 0x0934
#if PACKETVER >= 20171129
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#elif PACKETVER >= 20171122
-packetLen(0x0934, 36) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 36)
#elif PACKETVER >= 20171011
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#elif PACKETVER >= 20171002
-packetLen(0x0934, 36) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 36)
#elif PACKETVER >= 20170712
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#elif PACKETVER >= 20170705
-packetLen(0x0934, 8) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 8)
#elif PACKETVER >= 20170614
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#elif PACKETVER >= 20170607
-packetLen(0x0934, 5) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 5)
#elif PACKETVER >= 20170531
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#elif PACKETVER >= 20170524
-packetLen(0x0934, 5) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 5)
#elif PACKETVER >= 20170104
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#endif
// Packet: 0x0935
#if PACKETVER >= 20170426
-packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 2)
#elif PACKETVER >= 20170419
-packetLen(0x0935, 90) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 90)
#elif PACKETVER >= 20170104
-packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 2)
#endif
// Packet: 0x0936
#if PACKETVER >= 20171213
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
#elif PACKETVER >= 20171206
-packetLen(0x0936, 5) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 5)
#elif PACKETVER >= 20170621
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
#elif PACKETVER >= 20170614
-packetLen(0x0936, 6) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 6)
#elif PACKETVER >= 20170104
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
#endif
// Packet: 0x0937
#if PACKETVER >= 20170927
-packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 2)
#elif PACKETVER >= 20170920
-packetLen(0x0937, 12) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 12)
#elif PACKETVER >= 20170607
-packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 2)
#elif PACKETVER >= 20170531
-packetLen(0x0937, 12) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 12)
#elif PACKETVER >= 20170405
-packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 2)
#elif PACKETVER >= 20170329
-packetLen(0x0937, -1) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, -1)
#elif PACKETVER >= 20170308
-packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 2)
#elif PACKETVER >= 20170228
-packetLen(0x0937, 6) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 6)
#elif PACKETVER >= 20170222
-packetLen(0x0937, -1) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, -1)
#elif PACKETVER >= 20170215
-packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 2)
#elif PACKETVER >= 20170208
-packetLen(0x0937, 36) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 36)
#elif PACKETVER >= 20170104
-packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 2)
#endif
// Packet: 0x0938
#if PACKETVER >= 20171227
-packetLen(0x0938, 26) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 26)
#elif PACKETVER >= 20171025
-packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 2)
#elif PACKETVER >= 20171018
-packetLen(0x0938, -1) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, -1)
#elif PACKETVER >= 20170614
-packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 2)
#elif PACKETVER >= 20170607
-packetLen(0x0938, 7) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 7)
#elif PACKETVER >= 20170419
-packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 2)
#elif PACKETVER >= 20170412
-packetLen(0x0938, 90) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 90)
#elif PACKETVER >= 20170208
-packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 2)
#elif PACKETVER >= 20170201
-packetLen(0x0938, 5) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 5)
#elif PACKETVER >= 20170104
-packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 2)
#endif
// Packet: 0x0939
#if PACKETVER >= 20171108
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
#elif PACKETVER >= 20171101
-packetLen(0x0939, 5) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 5)
#elif PACKETVER >= 20170927
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
#elif PACKETVER >= 20170920
-packetLen(0x0939, 5) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 5)
#elif PACKETVER >= 20170906
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
#elif PACKETVER >= 20170830
-packetLen(0x0939, 26) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 26)
#elif PACKETVER >= 20170816
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
#elif PACKETVER >= 20170809
-packetLen(0x0939, 6) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 6)
#elif PACKETVER >= 20170405
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
#elif PACKETVER >= 20170329
-packetLen(0x0939, 26) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 26)
#elif PACKETVER >= 20170228
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
#elif PACKETVER >= 20170222
-packetLen(0x0939, 19) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 19)
#elif PACKETVER >= 20170104
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
#endif
// Packet: 0x093a
#if PACKETVER >= 20170823
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
#elif PACKETVER >= 20170816
-packetLen(0x093a, 26) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 26)
#elif PACKETVER >= 20170426
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
#elif PACKETVER >= 20170419
-packetLen(0x093a, 26) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 26)
#elif PACKETVER >= 20170104
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
#endif
// Packet: 0x093b
#if PACKETVER >= 20171129
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#elif PACKETVER >= 20171122
-packetLen(0x093b, 10) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 10)
#elif PACKETVER >= 20171011
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#elif PACKETVER >= 20171002
-packetLen(0x093b, 8) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 8)
#elif PACKETVER >= 20170927
-packetLen(0x093b, 90) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 90)
#elif PACKETVER >= 20170816
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#elif PACKETVER >= 20170809
-packetLen(0x093b, -1) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, -1)
#elif PACKETVER >= 20170524
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#elif PACKETVER >= 20170517
-packetLen(0x093b, 6) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 6)
#elif PACKETVER >= 20170104
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#endif
// Packet: 0x093c
#if PACKETVER >= 20170517
-packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 2)
#elif PACKETVER >= 20170502
-packetLen(0x093c, 26) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 26)
#elif PACKETVER >= 20170201
-packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 2)
#elif PACKETVER >= 20170125
-packetLen(0x093c, -1) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, -1)
#elif PACKETVER >= 20170104
-packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 2)
#endif
// Packet: 0x093d
#if PACKETVER >= 20171011
-packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 2)
#elif PACKETVER >= 20171002
-packetLen(0x093d, 6) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 6)
#elif PACKETVER >= 20170823
-packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 2)
#elif PACKETVER >= 20170816
-packetLen(0x093d, 19) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 19)
#elif PACKETVER >= 20170726
-packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 2)
#elif PACKETVER >= 20170719
-packetLen(0x093d, 5) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 5)
#elif PACKETVER >= 20170104
-packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 2)
#endif
// Packet: 0x093e
#if PACKETVER >= 20171227
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#elif PACKETVER >= 20171220
-packetLen(0x093e, 7) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 7)
#elif PACKETVER >= 20171011
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#elif PACKETVER >= 20171002
-packetLen(0x093e, 8) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 8)
#elif PACKETVER >= 20170906
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#elif PACKETVER >= 20170830
-packetLen(0x093e, 7) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 7)
#elif PACKETVER >= 20170726
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#elif PACKETVER >= 20170719
-packetLen(0x093e, 8) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 8)
#elif PACKETVER >= 20170308
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#elif PACKETVER >= 20170228
-packetLen(0x093e, 4) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 4)
#elif PACKETVER >= 20170104
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#endif
// Packet: 0x093f
#if PACKETVER >= 20170426
-packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 2)
#elif PACKETVER >= 20170419
-packetLen(0x093f, 10) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 10)
#elif PACKETVER >= 20170104
-packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 2)
#endif
// Packet: 0x0940
#if PACKETVER >= 20171206
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20171129
-packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 6)
#elif PACKETVER >= 20171115
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20171108
-packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 6)
#elif PACKETVER >= 20170906
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20170830
-packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 6)
#elif PACKETVER >= 20170823
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20170816
-packetLen(0x0940, 10) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 10)
#elif PACKETVER >= 20170809
-packetLen(0x0940, 18) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 18)
#elif PACKETVER >= 20170607
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20170531
-packetLen(0x0940, 18) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 18)
#elif PACKETVER >= 20170502
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20170426
-packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 6)
#elif PACKETVER >= 20170208
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20170201
-packetLen(0x0940, -1) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, -1)
#elif PACKETVER >= 20170118
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20170111
-packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 6)
#elif PACKETVER >= 20170104
-packetLen(0x0940, 10) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 10)
#endif
// Packet: 0x0941
#if PACKETVER >= 20171227
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#elif PACKETVER >= 20171220
-packetLen(0x0941, 6) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 6)
#elif PACKETVER >= 20171115
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#elif PACKETVER >= 20171108
-packetLen(0x0941, 8) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 8)
#elif PACKETVER >= 20170823
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#elif PACKETVER >= 20170816
-packetLen(0x0941, 6) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 6)
#elif PACKETVER >= 20170104
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#endif
// Packet: 0x0942
#if PACKETVER >= 20171213
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
#elif PACKETVER >= 20171206
-packetLen(0x0942, 5) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 5)
#elif PACKETVER >= 20171002
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
#elif PACKETVER >= 20170927
-packetLen(0x0942, 18) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 18)
#elif PACKETVER >= 20170906
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
#elif PACKETVER >= 20170830
-packetLen(0x0942, 12) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 12)
#elif PACKETVER >= 20170614
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
#elif PACKETVER >= 20170607
-packetLen(0x0942, 5) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 5)
#elif PACKETVER >= 20170419
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
#elif PACKETVER >= 20170412
-packetLen(0x0942, 26) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 26)
#elif PACKETVER >= 20170222
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
#elif PACKETVER >= 20170215
-packetLen(0x0942, 6) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 6)
#elif PACKETVER >= 20170104
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
#endif
// Packet: 0x0943
#if PACKETVER >= 20171011
-packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 2)
#elif PACKETVER >= 20171002
-packetLen(0x0943, 26) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 26)
#elif PACKETVER >= 20170906
-packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 2)
#elif PACKETVER >= 20170830
-packetLen(0x0943, -1) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, -1)
#elif PACKETVER >= 20170801
-packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 2)
#elif PACKETVER >= 20170726
-packetLen(0x0943, 6) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 6)
#elif PACKETVER >= 20170228
-packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 2)
#elif PACKETVER >= 20170222
-packetLen(0x0943, 36) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 36)
#elif PACKETVER >= 20170201
-packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 2)
#elif PACKETVER >= 20170125
-packetLen(0x0943, 6) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 6)
#elif PACKETVER >= 20170104
-packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 2)
#endif
// Packet: 0x0944
#if PACKETVER >= 20171025
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#elif PACKETVER >= 20171018
-packetLen(0x0944, 36) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 36)
#elif PACKETVER >= 20170726
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#elif PACKETVER >= 20170719
-packetLen(0x0944, 5) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 5)
#elif PACKETVER >= 20170712
-packetLen(0x0944, 36) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 36)
#elif PACKETVER >= 20170621
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#elif PACKETVER >= 20170614
-packetLen(0x0944, 19) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 19)
#elif PACKETVER >= 20170607
-packetLen(0x0944, 6) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 6)
#elif PACKETVER >= 20170322
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#elif PACKETVER >= 20170315
-packetLen(0x0944, 6) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 6)
#elif PACKETVER >= 20170308
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#elif PACKETVER >= 20170228
-packetLen(0x0944, 8) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 8)
#elif PACKETVER >= 20170201
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#elif PACKETVER >= 20170125
-packetLen(0x0944, 18) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 18)
#elif PACKETVER >= 20170104
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#endif
// Packet: 0x0945
#if PACKETVER >= 20171227
-packetLen(0x0945, -1) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, -1)
#elif PACKETVER >= 20171115
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#elif PACKETVER >= 20171108
-packetLen(0x0945, 6) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 6)
#elif PACKETVER >= 20171002
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#elif PACKETVER >= 20170927
-packetLen(0x0945, 6) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 6)
#elif PACKETVER >= 20170920
-packetLen(0x0945, 18) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 18)
#elif PACKETVER >= 20170607
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#elif PACKETVER >= 20170531
-packetLen(0x0945, 6) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 6)
#elif PACKETVER >= 20170524
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#elif PACKETVER >= 20170517
-packetLen(0x0945, -1) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, -1)
#elif PACKETVER >= 20170419
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#elif PACKETVER >= 20170412
-packetLen(0x0945, 8) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 8)
#elif PACKETVER >= 20170104
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#endif
// Packet: 0x0946
#if PACKETVER >= 20171227
-packetLen(0x0946, 26) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 26)
#elif PACKETVER >= 20171220
-packetLen(0x0946, 4) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 4)
#elif PACKETVER >= 20171129
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20171122
-packetLen(0x0946, 26) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 26)
#elif PACKETVER >= 20170726
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20170719
-packetLen(0x0946, 26) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 26)
#elif PACKETVER >= 20170531
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20170524
-packetLen(0x0946, 10) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 10)
#elif PACKETVER >= 20170517
-packetLen(0x0946, 6) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 6)
#elif PACKETVER >= 20170104
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#endif
// Packet: 0x0947
#if PACKETVER >= 20171129
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#elif PACKETVER >= 20171122
-packetLen(0x0947, 5) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 5)
#elif PACKETVER >= 20171115
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#elif PACKETVER >= 20171108
-packetLen(0x0947, 8) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 8)
#elif PACKETVER >= 20170906
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#elif PACKETVER >= 20170830
-packetLen(0x0947, -1) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, -1)
#elif PACKETVER >= 20170524
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#elif PACKETVER >= 20170517
-packetLen(0x0947, 36) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 36)
#elif PACKETVER >= 20170308
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#elif PACKETVER >= 20170228
-packetLen(0x0947, 6) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 6)
#elif PACKETVER >= 20170104
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#endif
// Packet: 0x0948
#if PACKETVER >= 20170308
-packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 2)
#elif PACKETVER >= 20170228
-packetLen(0x0948, 26) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 26)
#elif PACKETVER >= 20170104
-packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 2)
#endif
// Packet: 0x0949
#if PACKETVER >= 20171115
-packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 2)
#elif PACKETVER >= 20171108
-packetLen(0x0949, 19) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 19)
#elif PACKETVER >= 20170614
-packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 2)
#elif PACKETVER >= 20170607
-packetLen(0x0949, -1) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, -1)
#elif PACKETVER >= 20170405
-packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 2)
#elif PACKETVER >= 20170329
-packetLen(0x0949, 8) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 8)
#elif PACKETVER >= 20170104
-packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 2)
#endif
// Packet: 0x094a
#if PACKETVER >= 20171025
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#elif PACKETVER >= 20171018
-packetLen(0x094a, 26) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 26)
#elif PACKETVER >= 20170322
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#elif PACKETVER >= 20170315
-packetLen(0x094a, 6) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 6)
#elif PACKETVER >= 20170104
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#endif
// Packet: 0x094b
#if PACKETVER >= 20171206
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
#elif PACKETVER >= 20171129
-packetLen(0x094b, 8) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 8)
#elif PACKETVER >= 20171002
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
#elif PACKETVER >= 20170927
-packetLen(0x094b, 26) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 26)
#elif PACKETVER >= 20170104
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
#endif
// Packet: 0x094c
#if PACKETVER >= 20170927
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
#elif PACKETVER >= 20170920
-packetLen(0x094c, -1) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, -1)
#elif PACKETVER >= 20170712
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
#elif PACKETVER >= 20170705
-packetLen(0x094c, 5) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 5)
#elif PACKETVER >= 20170412
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
#elif PACKETVER >= 20170405
-packetLen(0x094c, 36) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 36)
#elif PACKETVER >= 20170208
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
#elif PACKETVER >= 20170201
-packetLen(0x094c, 19) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 19)
#elif PACKETVER >= 20170118
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
#elif PACKETVER >= 20170111
-packetLen(0x094c, 8) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 8)
#elif PACKETVER >= 20170104
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
#endif
// Packet: 0x094d
#if PACKETVER >= 20171108
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
#elif PACKETVER >= 20171101
-packetLen(0x094d, 6) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 6)
#elif PACKETVER >= 20171002
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
#elif PACKETVER >= 20170927
-packetLen(0x094d, 6) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 6)
#elif PACKETVER >= 20170104
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
#endif
// Packet: 0x094e
#if PACKETVER >= 20171227
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#elif PACKETVER >= 20171220
-packetLen(0x094e, 8) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 8)
#elif PACKETVER >= 20171115
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#elif PACKETVER >= 20171108
-packetLen(0x094e, 26) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 26)
#elif PACKETVER >= 20170322
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#elif PACKETVER >= 20170315
-packetLen(0x094e, 19) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 19)
#elif PACKETVER >= 20170222
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#elif PACKETVER >= 20170215
-packetLen(0x094e, 6) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 6)
#elif PACKETVER >= 20170104
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#endif
// Packet: 0x094f
#if PACKETVER >= 20171025
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#elif PACKETVER >= 20171018
-packetLen(0x094f, 18) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 18)
#elif PACKETVER >= 20170809
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#elif PACKETVER >= 20170801
-packetLen(0x094f, 26) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 26)
#elif PACKETVER >= 20170726
-packetLen(0x094f, 8) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 8)
#elif PACKETVER >= 20170419
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#elif PACKETVER >= 20170412
-packetLen(0x094f, 26) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 26)
#elif PACKETVER >= 20170405
-packetLen(0x094f, 8) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 8)
#elif PACKETVER >= 20170104
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#endif
// Packet: 0x0950
#if PACKETVER >= 20171018
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
#elif PACKETVER >= 20171011
-packetLen(0x0950, 19) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 19)
#elif PACKETVER >= 20170823
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
#elif PACKETVER >= 20170816
-packetLen(0x0950, 5) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 5)
#elif PACKETVER >= 20170801
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
#elif PACKETVER >= 20170726
-packetLen(0x0950, 10) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 10)
#elif PACKETVER >= 20170517
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
#elif PACKETVER >= 20170502
-packetLen(0x0950, 5) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 5)
#elif PACKETVER >= 20170104
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
#endif
// Packet: 0x0951
#if PACKETVER >= 20171227
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#elif PACKETVER >= 20171220
-packetLen(0x0951, 5) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 5)
#elif PACKETVER >= 20170104
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#endif
// Packet: 0x0952
#if PACKETVER >= 20171108
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
#elif PACKETVER >= 20171101
-packetLen(0x0952, 90) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 90)
#elif PACKETVER >= 20170801
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
#elif PACKETVER >= 20170726
-packetLen(0x0952, 5) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 5)
#elif PACKETVER >= 20170322
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
#elif PACKETVER >= 20170315
-packetLen(0x0952, 36) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 36)
#elif PACKETVER >= 20170308
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
#elif PACKETVER >= 20170228
-packetLen(0x0952, 10) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 10)
#elif PACKETVER >= 20170104
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
#endif
// Packet: 0x0953
#if PACKETVER >= 20171206
-packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 2)
#elif PACKETVER >= 20171129
-packetLen(0x0953, 8) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 8)
#elif PACKETVER >= 20170913
-packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 2)
#elif PACKETVER >= 20170906
-packetLen(0x0953, 19) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 19)
#elif PACKETVER >= 20170104
-packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 2)
#endif
// Packet: 0x0954
#if PACKETVER >= 20171018
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#elif PACKETVER >= 20171011
-packetLen(0x0954, 5) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 5)
#elif PACKETVER >= 20170801
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#elif PACKETVER >= 20170726
-packetLen(0x0954, 18) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 18)
#elif PACKETVER >= 20170104
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#endif
// Packet: 0x0955
#if PACKETVER >= 20170308
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
#elif PACKETVER >= 20170228
-packetLen(0x0955, 18) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 18)
#elif PACKETVER >= 20170104
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
#endif
// Packet: 0x0956
#if PACKETVER >= 20170628
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#elif PACKETVER >= 20170621
-packetLen(0x0956, 8) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 8)
#elif PACKETVER >= 20170104
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#endif
// Packet: 0x0957
#if PACKETVER >= 20171227
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20171220
-packetLen(0x0957, 26) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 26)
#elif PACKETVER >= 20171213
-packetLen(0x0957, 5) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 5)
#elif PACKETVER >= 20171108
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20171101
-packetLen(0x0957, 7) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 7)
#elif PACKETVER >= 20170628
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20170621
-packetLen(0x0957, 36) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 36)
#elif PACKETVER >= 20170614
-packetLen(0x0957, 8) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 8)
#elif PACKETVER >= 20170104
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#endif
// Packet: 0x0958
#if PACKETVER >= 20171213
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20171206
-packetLen(0x0958, -1) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, -1)
#elif PACKETVER >= 20171122
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20171115
-packetLen(0x0958, 5) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 5)
#elif PACKETVER >= 20171108
-packetLen(0x0958, 18) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 18)
#elif PACKETVER >= 20170531
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20170524
-packetLen(0x0958, 4) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 4)
#elif PACKETVER >= 20170517
-packetLen(0x0958, 5) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 5)
#elif PACKETVER >= 20170502
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20170426
-packetLen(0x0958, 26) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 26)
#elif PACKETVER >= 20170125
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20170118
-packetLen(0x0958, 36) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 36)
#elif PACKETVER >= 20170104
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#endif
// Packet: 0x0959
#if PACKETVER >= 20171002
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#elif PACKETVER >= 20170927
-packetLen(0x0959, 8) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 8)
#elif PACKETVER >= 20170906
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#elif PACKETVER >= 20170830
-packetLen(0x0959, 10) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 10)
#elif PACKETVER >= 20170823
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#elif PACKETVER >= 20170816
-packetLen(0x0959, 8) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 8)
#elif PACKETVER >= 20170419
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#elif PACKETVER >= 20170412
-packetLen(0x0959, 6) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 6)
#elif PACKETVER >= 20170104
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#endif
// Packet: 0x095a
#if PACKETVER >= 20171122
-packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 2)
#elif PACKETVER >= 20171115
-packetLen(0x095a, 26) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 26)
#elif PACKETVER >= 20171108
-packetLen(0x095a, 8) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 8)
#elif PACKETVER >= 20171101
-packetLen(0x095a, -1) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, -1)
#elif PACKETVER >= 20171002
-packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 2)
#elif PACKETVER >= 20170927
-packetLen(0x095a, 10) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 10)
#elif PACKETVER >= 20170920
-packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 2)
#elif PACKETVER >= 20170913
-packetLen(0x095a, 10) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 10)
#elif PACKETVER >= 20170809
-packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 2)
#elif PACKETVER >= 20170801
-packetLen(0x095a, 19) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 19)
#elif PACKETVER >= 20170726
-packetLen(0x095a, 90) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 90)
#elif PACKETVER >= 20170531
-packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 2)
#elif PACKETVER >= 20170524
-packetLen(0x095a, 6) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 6)
#elif PACKETVER >= 20170104
-packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 2)
#endif
// Packet: 0x095b
#if PACKETVER >= 20170830
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20170823
-packetLen(0x095b, 5) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 5)
#elif PACKETVER >= 20170628
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20170621
-packetLen(0x095b, 4) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 4)
#elif PACKETVER >= 20170531
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20170524
-packetLen(0x095b, 18) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 18)
#elif PACKETVER >= 20170419
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20170412
-packetLen(0x095b, 6) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 6)
#elif PACKETVER >= 20170104
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#endif
// Packet: 0x095c
#if PACKETVER >= 20170920
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#elif PACKETVER >= 20170913
-packetLen(0x095c, 6) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 6)
#elif PACKETVER >= 20170628
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#elif PACKETVER >= 20170621
-packetLen(0x095c, 8) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 8)
#elif PACKETVER >= 20170426
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#elif PACKETVER >= 20170419
-packetLen(0x095c, 6) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 6)
#elif PACKETVER >= 20170412
-packetLen(0x095c, 12) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 12)
#elif PACKETVER >= 20170201
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#elif PACKETVER >= 20170125
-packetLen(0x095c, 8) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 8)
#elif PACKETVER >= 20170104
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#endif
// Packet: 0x095d
#if PACKETVER >= 20170927
-packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 2)
#elif PACKETVER >= 20170920
-packetLen(0x095d, 5) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 5)
#elif PACKETVER >= 20170426
-packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 2)
#elif PACKETVER >= 20170419
-packetLen(0x095d, -1) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, -1)
#elif PACKETVER >= 20170412
-packetLen(0x095d, 36) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 36)
#elif PACKETVER >= 20170228
-packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 2)
#elif PACKETVER >= 20170222
-packetLen(0x095d, 8) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 8)
#elif PACKETVER >= 20170104
-packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 2)
#endif
// Packet: 0x095e
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
// Packet: 0x095f
#if PACKETVER >= 20171011
-packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 2)
#elif PACKETVER >= 20171002
-packetLen(0x095f, 4) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 4)
#elif PACKETVER >= 20170405
-packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 2)
#elif PACKETVER >= 20170329
-packetLen(0x095f, 4) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 4)
#elif PACKETVER >= 20170222
-packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 2)
#elif PACKETVER >= 20170215
-packetLen(0x095f, 6) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 6)
#elif PACKETVER >= 20170104
-packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 2)
#endif
// Packet: 0x0960
#if PACKETVER >= 20171227
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20171220
-packetLen(0x0960, 90) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 90)
#elif PACKETVER >= 20170823
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20170816
-packetLen(0x0960, -1) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, -1)
#elif PACKETVER >= 20170524
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20170517
-packetLen(0x0960, 26) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 26)
#elif PACKETVER >= 20170104
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#endif
// Packet: 0x0961
#if PACKETVER >= 20171213
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#elif PACKETVER >= 20171206
-packetLen(0x0961, 6) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 6)
#elif PACKETVER >= 20170927
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#elif PACKETVER >= 20170920
-packetLen(0x0961, 6) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 6)
#elif PACKETVER >= 20170628
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#elif PACKETVER >= 20170621
-packetLen(0x0961, 19) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 19)
#elif PACKETVER >= 20170118
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#elif PACKETVER >= 20170111
-packetLen(0x0961, -1) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, -1)
#elif PACKETVER >= 20170104
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#endif
// Packet: 0x0962
#if PACKETVER >= 20171129
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#elif PACKETVER >= 20171122
-packetLen(0x0962, 26) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 26)
#elif PACKETVER >= 20171108
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#elif PACKETVER >= 20171101
-packetLen(0x0962, 6) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 6)
#elif PACKETVER >= 20170228
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#elif PACKETVER >= 20170222
-packetLen(0x0962, 8) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 8)
#elif PACKETVER >= 20170215
-packetLen(0x0962, 5) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 5)
#elif PACKETVER >= 20170125
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#elif PACKETVER >= 20170118
-packetLen(0x0962, 26) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 26)
#elif PACKETVER >= 20170104
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#endif
// Packet: 0x0963
#if PACKETVER >= 20171115
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
#elif PACKETVER >= 20171108
-packetLen(0x0963, 7) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 7)
#elif PACKETVER >= 20170801
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
#elif PACKETVER >= 20170726
-packetLen(0x0963, -1) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, -1)
#elif PACKETVER >= 20170621
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
#elif PACKETVER >= 20170614
-packetLen(0x0963, 12) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 12)
#elif PACKETVER >= 20170607
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
#elif PACKETVER >= 20170531
-packetLen(0x0963, 6) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 6)
#elif PACKETVER >= 20170502
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
#elif PACKETVER >= 20170426
-packetLen(0x0963, 8) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 8)
#elif PACKETVER >= 20170419
-packetLen(0x0963, 4) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 4)
#elif PACKETVER >= 20170104
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
#endif
// Packet: 0x0964
#if PACKETVER >= 20171227
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#elif PACKETVER >= 20171220
-packetLen(0x0964, 26) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 26)
#elif PACKETVER >= 20170524
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#elif PACKETVER >= 20170517
-packetLen(0x0964, 6) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 6)
#elif PACKETVER >= 20170412
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#elif PACKETVER >= 20170405
-packetLen(0x0964, 6) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 6)
#elif PACKETVER >= 20170104
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#endif
// Packet: 0x0965
#if PACKETVER >= 20171115
-packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 2)
#elif PACKETVER >= 20171108
-packetLen(0x0965, 6) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 6)
#elif PACKETVER >= 20170426
-packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 2)
#elif PACKETVER >= 20170419
-packetLen(0x0965, 6) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 6)
#elif PACKETVER >= 20170201
-packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 2)
#elif PACKETVER >= 20170125
-packetLen(0x0965, 6) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 6)
#elif PACKETVER >= 20170104
-packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 2)
#endif
// Packet: 0x0966
#if PACKETVER >= 20171206
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#elif PACKETVER >= 20171129
-packetLen(0x0966, 19) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 19)
#elif PACKETVER >= 20171108
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#elif PACKETVER >= 20171101
-packetLen(0x0966, 10) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 10)
#elif PACKETVER >= 20170927
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#elif PACKETVER >= 20170920
-packetLen(0x0966, 90) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 90)
#elif PACKETVER >= 20170726
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#elif PACKETVER >= 20170719
-packetLen(0x0966, 8) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 8)
#elif PACKETVER >= 20170208
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#elif PACKETVER >= 20170201
-packetLen(0x0966, 8) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 8)
#elif PACKETVER >= 20170104
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#endif
// Packet: 0x0967
#if PACKETVER >= 20171115
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20171108
-packetLen(0x0967, 10) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 10)
#elif PACKETVER >= 20170531
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20170524
-packetLen(0x0967, 26) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 26)
#elif PACKETVER >= 20170104
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#endif
// Packet: 0x0968
#if PACKETVER >= 20171129
-packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 2)
#elif PACKETVER >= 20171122
-packetLen(0x0968, -1) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, -1)
#elif PACKETVER >= 20170607
-packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 2)
#elif PACKETVER >= 20170531
-packetLen(0x0968, -1) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, -1)
#elif PACKETVER >= 20170524
-packetLen(0x0968, 6) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 6)
#elif PACKETVER >= 20170104
-packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 2)
#endif
// Packet: 0x0969
#if PACKETVER >= 20171227
-packetLen(0x0969, 6) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 6)
#elif PACKETVER >= 20170222
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#elif PACKETVER >= 20170215
-packetLen(0x0969, 5) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 5)
#elif PACKETVER >= 20170208
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#elif PACKETVER >= 20170201
-packetLen(0x0969, -1) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, -1)
#elif PACKETVER >= 20170118
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#elif PACKETVER >= 20170111
-packetLen(0x0969, 26) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 26)
#elif PACKETVER >= 20170104
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#endif
// Packet: 0x096a
#if PACKETVER >= 20171227
-packetLen(0x096a, 18) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 18)
#elif PACKETVER >= 20171220
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20171129
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20171122
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20171115
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20171101
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20171002
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20170913
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20170906
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20170830
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20170823
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20170809
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20170801
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20170719
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20170621
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20170517
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20170426
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20170412
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20170322
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20170315
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20170308
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20170228
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20170222
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20170215
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20170201
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20170125
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20170118
-packetLen(0x096a, 8) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 8)
#elif PACKETVER >= 20170104
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#endif
// Packet: 0x096b
-packetLen(0x096b, 4) // ZC_PRNPC_STATE
+packetLen(0x096b, 4)
// Packet: 0x096c
-packetLen(0x096c, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x096c, 6)
// Packet: 0x096d
-packetLen(0x096d, -1) // ZC_MERGE_ITEM_OPEN
+packetLen(0x096d, -1)
// Packet: 0x096e
-packetLen(0x096e, -1) // CZ_REQ_MERGE_ITEM
+packetLen(0x096e, -1)
// Packet: 0x096f
-packetLen(0x096f, 7) // ZC_ACK_MERGE_ITEM
+packetLen(0x096f, 7)
// Packet: 0x0970
-packetLen(0x0970, 31) // CH_MAKE_CHAR_NOT_STATS
+packetLen(0x0970, 31)
// Packet: 0x0971
-packetLen(0x0971, 6) // ZC_PARTY_RECRUIT_REFUSE_VOLUNTEER_TO_PM
+packetLen(0x0971, 6)
// Packet: 0x0972
-packetLen(0x0972, -1) // ZC_SAY_DIALOG2
+packetLen(0x0972, -1)
// Packet: 0x0973
-packetLen(0x0973, 7) // ZC_WAIT_DIALOG2
+packetLen(0x0973, 7)
// Packet: 0x0974
-packetLen(0x0974, 2) // CZ_CANCEL_MERGE_ITEM
+packetLen(0x0974, 2)
// Packet: 0x0975
-packetLen(0x0975, -1) // ZC_STORE_ITEMLIST_NORMAL_V2
+packetLen(0x0975, -1)
// Packet: 0x0976
-packetLen(0x0976, -1) // ZC_STORE_ITEMLIST_EQUIP_V2
+packetLen(0x0976, -1)
// Packet: 0x0977
-packetLen(0x0977, 14) // ZC_HP_INFO
+packetLen(0x0977, 14)
// Packet: 0x0978
-packetLen(0x0978, 6) // CZ_REQ_BEFORE_WORLD_INFO
+packetLen(0x0978, 6)
// Packet: 0x0979
-packetLen(0x0979, 50) // ZC_ACK_BEFORE_WORLD_INFO
+packetLen(0x0979, 50)
// Packet: 0x097a
-packetLen(0x097a, -1) // ZC_ALL_QUEST_LIST2
+packetLen(0x097a, -1)
// Packet: 0x097b
-packetLen(0x097b, -1) // ZC_PERSONAL_INFOMATION2
+packetLen(0x097b, -1)
// Packet: 0x097c
-packetLen(0x097c, 4) // CZ_REQ_RANKING
+packetLen(0x097c, 4)
// Packet: 0x097d
-packetLen(0x097d, 288) // ZC_ACK_RANKING
+packetLen(0x097d, 288)
// Packet: 0x097e
-packetLen(0x097e, 12) // ZC_UPDATE_RANKING_POINT
+packetLen(0x097e, 12)
// Packet: 0x097f
-packetLen(0x097f, -1) // ZC_SELECTCART
+packetLen(0x097f, -1)
// Packet: 0x0980
-packetLen(0x0980, 7) // CZ_SELECTCART
+packetLen(0x0980, 7)
// Packet: 0x0981
-packetLen(0x0981, -1) // ZC_PERSONAL_INFOMATION_CHN
+packetLen(0x0981, -1)
// Packet: 0x0982
-packetLen(0x0982, 7) // ZC_FATIGUE_CHN
+packetLen(0x0982, 7)
// Packet: 0x0983
-packetLen(0x0983, 29) // ZC_MSG_STATE_CHANGE3
+packetLen(0x0983, 29)
// Packet: 0x0984
-packetLen(0x0984, 28) // ZC_EFST_SET_ENTER2
+packetLen(0x0984, 28)
// Packet: 0x0985
-packetLen(0x0985, -1) // ZC_SKILL_POSTDELAY_LIST2
+packetLen(0x0985, -1)
// Packet: 0x0986
-packetLen(0x0986, 10) // AC_SHUTDOWN_NOTIFY
+packetLen(0x0986, 10)
// Packet: 0x0987
-packetLen(0x0987, -1) // CA_LOGIN6
+packetLen(0x0987, -1)
// Packet: 0x0988
-packetLen(0x0988, 6) // ZC_NOTIFY_CLAN_CONNECTINFO
+packetLen(0x0988, 6)
// Packet: 0x0989
-packetLen(0x0989, 2) // ZC_ACK_CLAN_LEAVE
+packetLen(0x0989, 2)
// Packet: 0x098a
-packetLen(0x098a, -1) // ZC_CLANINFO
+packetLen(0x098a, -1)
// Packet: 0x098b
-packetLen(0x098b, 2) // AC_REQ_NEW_USER
+packetLen(0x098b, 2)
// Packet: 0x098c
-packetLen(0x098c, 4) // CA_ACK_NEW_USER
+packetLen(0x098c, 4)
// Packet: 0x098d
-packetLen(0x098d, -1) // CZ_CLAN_CHAT
+packetLen(0x098d, -1)
// Packet: 0x098e
-packetLen(0x098e, -1) // ZC_NOTIFY_CLAN_CHAT
+packetLen(0x098e, -1)
// Packet: 0x098f
-packetLen(0x098f, -1) // CH_DELETE_CHAR3_EXT
+packetLen(0x098f, -1)
// Packet: 0x0990
-packetLen(0x0990, 31) // ZC_ITEM_PICKUP_ACK_V5
+packetLen(0x0990, 31)
// Packet: 0x0991
-packetLen(0x0991, -1) // ZC_INVENTORY_ITEMLIST_NORMAL_V5
+packetLen(0x0991, -1)
// Packet: 0x0992
-packetLen(0x0992, -1) // ZC_INVENTORY_ITEMLIST_EQUIP_V5
+packetLen(0x0992, -1)
// Packet: 0x0993
-packetLen(0x0993, -1) // ZC_CART_ITEMLIST_NORMAL_V5
+packetLen(0x0993, -1)
// Packet: 0x0994
-packetLen(0x0994, -1) // ZC_CART_ITEMLIST_EQUIP_V5
+packetLen(0x0994, -1)
// Packet: 0x0995
-packetLen(0x0995, -1) // ZC_STORE_ITEMLIST_NORMAL_V5
+packetLen(0x0995, -1)
// Packet: 0x0996
-packetLen(0x0996, -1) // ZC_STORE_ITEMLIST_EQUIP_V5
+packetLen(0x0996, -1)
// Packet: 0x0997
-packetLen(0x0997, -1) // ZC_EQUIPWIN_MICROSCOPE_V5
+packetLen(0x0997, -1)
// Packet: 0x0998
-packetLen(0x0998, 8) // CZ_REQ_WEAR_EQUIP_V5
+packetLen(0x0998, 8)
// Packet: 0x0999
-packetLen(0x0999, 11) // ZC_ACK_WEAR_EQUIP_V5
+packetLen(0x0999, 11)
// Packet: 0x099a
-packetLen(0x099a, 9) // ZC_ACK_TAKEOFF_EQUIP_V5
+packetLen(0x099a, 9)
// Packet: 0x099b
-packetLen(0x099b, 8) // ZC_MAPPROPERTY_R2
+packetLen(0x099b, 8)
// Packet: 0x099c
-packetLen(0x099c, 6) // CH_REQ_CHARINFO_PER_PAGE
+packetLen(0x099c, 6)
// Packet: 0x099d
-packetLen(0x099d, -1) // HC_ACK_CHARINFO_PER_PAGE
+packetLen(0x099d, -1)
// Packet: 0x099e
-packetLen(0x099e, 12) // HC_QUEUE_ORDER
+packetLen(0x099e, 12)
// Packet: 0x099f
-packetLen(0x099f, -1) // ZC_SKILL_ENTRY4
+packetLen(0x099f, -1)
// Packet: 0x09a0
-packetLen(0x09a0, 6) // HC_CHARLIST_NOTIFY
+packetLen(0x09a0, 6)
// Packet: 0x09a1
-packetLen(0x09a1, 2) // CH_CHARLIST_REQ
+packetLen(0x09a1, 2)
// Packet: 0x09a2
-packetLen(0x09a2, 6) // AC_REQ_MOBILE_OTP
+packetLen(0x09a2, 6)
// Packet: 0x09a3
-packetLen(0x09a3, -1) // CA_ACK_MOBILE_OTP
+packetLen(0x09a3, -1)
// Packet: 0x09a4
-packetLen(0x09a4, 18) // ZC_DISPATCH_TIMING_INFO_CHN
+packetLen(0x09a4, 18)
// Packet: 0x09a5
-packetLen(0x09a5, 7) // AC_REFUSE_LOGIN3
+packetLen(0x09a5, 7)
// Packet: 0x09a6
-packetLen(0x09a6, 12) // ZC_BANKING_CHECK
+packetLen(0x09a6, 12)
// Packet: 0x09a7
-packetLen(0x09a7, 10) // CZ_REQ_BANKING_DEPOSIT
+packetLen(0x09a7, 10)
// Packet: 0x09a8
-packetLen(0x09a8, 16) // ZC_ACK_BANKING_DEPOSIT
+packetLen(0x09a8, 16)
// Packet: 0x09a9
-packetLen(0x09a9, 10) // CZ_REQ_BANKING_WITHDRAW
+packetLen(0x09a9, 10)
// Packet: 0x09aa
-packetLen(0x09aa, 16) // ZC_ACK_BANKING_WITHDRAW
+packetLen(0x09aa, 16)
// Packet: 0x09ab
-packetLen(0x09ab, 6) // CZ_REQ_BANKING_CHECK
+packetLen(0x09ab, 6)
// Packet: 0x09ac
-packetLen(0x09ac, -1) // CZ_REQ_CASH_BARGAIN_SALE_ITEM_INFO
+packetLen(0x09ac, -1)
// Packet: 0x09ad
-packetLen(0x09ad, 10) // ZC_ACK_CASH_BARGAIN_SALE_ITEM_INFO
+packetLen(0x09ad, 10)
// Packet: 0x09ae
-packetLen(0x09ae, 17) // CZ_REQ_APPLY_BARGAIN_SALE_ITEM
+packetLen(0x09ae, 17)
// Packet: 0x09af
-packetLen(0x09af, 4) // ZC_ACK_APPLY_BARGAIN_SALE_ITEM
+packetLen(0x09af, 4)
// Packet: 0x09b0
-packetLen(0x09b0, 8) // CZ_REQ_REMOVE_BARGAIN_SALE_ITEM
+packetLen(0x09b0, 8)
// Packet: 0x09b1
-packetLen(0x09b1, 4) // ZC_ACK_REMOVE_BARGAIN_SALE_ITEM
+packetLen(0x09b1, 4)
// Packet: 0x09b2
-packetLen(0x09b2, 8) // ZC_NOTIFY_BARGAIN_SALE_SELLING
+packetLen(0x09b2, 8)
// Packet: 0x09b3
-packetLen(0x09b3, 4) // ZC_NOTIFY_BARGAIN_SALE_CLOSE
+packetLen(0x09b3, 4)
// Packet: 0x09b4
-packetLen(0x09b4, 6) // CZ_OPEN_BARGAIN_SALE_TOOL
+packetLen(0x09b4, 6)
// Packet: 0x09b5
-packetLen(0x09b5, 2) // ZC_OPEN_BARGAIN_SALE_TOOL
+packetLen(0x09b5, 2)
// Packet: 0x09b6
-packetLen(0x09b6, 6) // CZ_REQ_OPEN_BANKING
+packetLen(0x09b6, 6)
// Packet: 0x09b7
-packetLen(0x09b7, 4) // ZC_ACK_OPEN_BANKING
+packetLen(0x09b7, 4)
// Packet: 0x09b8
-packetLen(0x09b8, 6) // CZ_REQ_CLOSE_BANKING
+packetLen(0x09b8, 6)
// Packet: 0x09b9
-packetLen(0x09b9, 4) // ZC_ACK_CLOSE_BANKING
+packetLen(0x09b9, 4)
// Packet: 0x09ba
-packetLen(0x09ba, 2) // CZ_REQ_OPEN_GUILD_STORAGE
+packetLen(0x09ba, 2)
// Packet: 0x09bb
-packetLen(0x09bb, 6) // ZC_ACK_OPEN_GUILD_STORAGE
+packetLen(0x09bb, 6)
// Packet: 0x09bc
-packetLen(0x09bc, 6) // CZ_CLOSE_BARGAIN_SALE_TOOL
+packetLen(0x09bc, 6)
// Packet: 0x09bd
-packetLen(0x09bd, 2) // ZC_CLOSE_BARGAIN_SALE_TOOL
+packetLen(0x09bd, 2)
// Packet: 0x09be
-packetLen(0x09be, 2) // CZ_REQ_CLOSE_GUILD_STORAGE
+packetLen(0x09be, 2)
// Packet: 0x09bf
-packetLen(0x09bf, 4) // ZC_ACK_CLOSE_GUILD_STORAGE
+packetLen(0x09bf, 4)
// Packet: 0x09c1
-packetLen(0x09c1, 10) // ZC_C_MARKERINFO
+packetLen(0x09c1, 10)
// Packet: 0x09c2
-packetLen(0x09c2, -1) // HC_SECRETSCAN_DATA
+packetLen(0x09c2, -1)
// Packet: 0x09c3
-packetLen(0x09c3, 8) // CZ_REQ_COUNT_BARGAIN_SALE_ITEM
+packetLen(0x09c3, 8)
// Packet: 0x09c4
-packetLen(0x09c4, 8) // ZC_ACK_COUNT_BARGAIN_SALE_ITEM
+packetLen(0x09c4, 8)
// Packet: 0x09c5
-packetLen(0x09c5, 1042) // CS_LOGIN_QUERY
+packetLen(0x09c5, 1042)
// Packet: 0x09c6
-packetLen(0x09c6, -1) // SC_LOGIN_ANSWER
+packetLen(0x09c6, -1)
// Packet: 0x09c7
-packetLen(0x09c7, 18) // SC_LOGIN_ERROR
+packetLen(0x09c7, 18)
// Packet: 0x09c8
-packetLen(0x09c8, -1) // CA_LOGIN_OTP
+packetLen(0x09c8, -1)
// Packet: 0x09c9
-packetLen(0x09c9, -1) // SC_SOCT
+packetLen(0x09c9, -1)
// Packet: 0x09ca
-packetLen(0x09ca, -1) // ZC_SKILL_ENTRY5
+packetLen(0x09ca, -1)
// Packet: 0x09cb
-packetLen(0x09cb, 17) // ZC_USE_SKILL2
+packetLen(0x09cb, 17)
// Packet: 0x09cc
-packetLen(0x09cc, -1) // ZC_SECRETSCAN_DATA
+packetLen(0x09cc, -1)
// Packet: 0x09cd
-packetLen(0x09cd, 8) // ZC_MSG_COLOR
+packetLen(0x09cd, 8)
// Packet: 0x09ce
-packetLen(0x09ce, 102) // CZ_ITEM_CREATE_EX
+packetLen(0x09ce, 102)
// Packet: 0x09cf
-packetLen(0x09cf, -1) // ZC_NPROTECTGAMEGUARDCSAUTH
+packetLen(0x09cf, -1)
// Packet: 0x09d0
-packetLen(0x09d0, -1) // CZ_NPROTECTGAMEGUARDCSAUTH
+packetLen(0x09d0, -1)
// Packet: 0x09d1
-packetLen(0x09d1, 14) // ZC_PROGRESS_ACTOR
+packetLen(0x09d1, 14)
// Packet: 0x09d2
-packetLen(0x09d2, -1) // ZC_GUILDSTORAGE_ITEMLIST_NORMAL_V5
+packetLen(0x09d2, -1)
// Packet: 0x09d3
-packetLen(0x09d3, -1) // ZC_GUILDSTORAGE_ITEMLIST_EQUIP_V5
+packetLen(0x09d3, -1)
// Packet: 0x09d4
-packetLen(0x09d4, 2) // CZ_NPC_TRADE_QUIT
+packetLen(0x09d4, 2)
// Packet: 0x09d5
-packetLen(0x09d5, -1) // ZC_NPC_MARKET_OPEN
+packetLen(0x09d5, -1)
// Packet: 0x09d6
-packetLen(0x09d6, -1) // CZ_NPC_MARKET_PURCHASE
+packetLen(0x09d6, -1)
// Packet: 0x09d7
-packetLen(0x09d7, -1) // ZC_NPC_MARKET_PURCHASE_RESULT
+packetLen(0x09d7, -1)
// Packet: 0x09d8
-packetLen(0x09d8, 2) // CZ_NPC_MARKET_CLOSE
+packetLen(0x09d8, 2)
// Packet: 0x09d9
-packetLen(0x09d9, 4) // CZ_REQ_GUILDSTORAGE_LOG
+packetLen(0x09d9, 4)
// Packet: 0x09da
-packetLen(0x09da, -1) // ZC_ACK_GUILDSTORAGE_LOG
+packetLen(0x09da, -1)
// Packet: 0x09db
-packetLen(0x09db, -1) // ZC_NOTIFY_MOVEENTRY10
+packetLen(0x09db, -1)
// Packet: 0x09dc
-packetLen(0x09dc, -1) // ZC_NOTIFY_NEWENTRY10
+packetLen(0x09dc, -1)
// Packet: 0x09dd
-packetLen(0x09dd, -1) // ZC_NOTIFY_STANDENTRY10
+packetLen(0x09dd, -1)
// Packet: 0x09de
-packetLen(0x09de, -1) // ZC_WHISPER02
+packetLen(0x09de, -1)
// Packet: 0x09df
-packetLen(0x09df, 7) // ZC_ACK_WHISPER02
+packetLen(0x09df, 7)
// Packet: 0x09e0
-packetLen(0x09e0, -1) // SC_LOGIN_ANSWER_WITH_ID
+packetLen(0x09e0, -1)
// Packet: 0x09e1
-packetLen(0x09e1, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_GUILDSTORAGE
+packetLen(0x09e1, 8)
// Packet: 0x09e2
-packetLen(0x09e2, 8) // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_BODY
+packetLen(0x09e2, 8)
// Packet: 0x09e3
-packetLen(0x09e3, 8) // CZ_MOVE_ITEM_FROM_CART_TO_GUILDSTORAGE
+packetLen(0x09e3, 8)
// Packet: 0x09e4
-packetLen(0x09e4, 8) // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_CART
+packetLen(0x09e4, 8)
// Packet: 0x09e5
-packetLen(0x09e5, 18) // ZC_DELETEITEM_FROM_MCSTORE2
+packetLen(0x09e5, 18)
// Packet: 0x09e6
-packetLen(0x09e6, 22) // ZC_UPDATE_ITEM_FROM_BUYING_STORE2
+packetLen(0x09e6, 22)
// Packet: 0x09e7
-packetLen(0x09e7, 3) // ZC_NOTIFY_UNREAD_RODEX
+packetLen(0x09e7, 3)
// Packet: 0x09e8
-packetLen(0x09e8, 11) // CZ_OPEN_RODEXBOX
+packetLen(0x09e8, 11)
// Packet: 0x09e9
-packetLen(0x09e9, 2) // CZ_CLOSE_RODEXBOX
+packetLen(0x09e9, 2)
// Packet: 0x09ea
-packetLen(0x09ea, 11) // CZ_REQ_READ_RODEX
+packetLen(0x09ea, 11)
// Packet: 0x09eb
-packetLen(0x09eb, -1) // ZC_ACK_READ_RODEX
+packetLen(0x09eb, -1)
// Packet: 0x09ec
-packetLen(0x09ec, -1) // CZ_REQ_SEND_RODEX
+packetLen(0x09ec, -1)
// Packet: 0x09ed
-packetLen(0x09ed, 3) // ZC_ACK_SEND_RODEX
+packetLen(0x09ed, 3)
// Packet: 0x09ee
-packetLen(0x09ee, 11) // CZ_REQ_NEXT_RODEX
+packetLen(0x09ee, 11)
// Packet: 0x09ef
-packetLen(0x09ef, 11) // CZ_REQ_REFRESH_RODEX
+packetLen(0x09ef, 11)
// Packet: 0x09f0
-packetLen(0x09f0, -1) // ZC_ACK_RODEX_LIST
+packetLen(0x09f0, -1)
// Packet: 0x09f1
-packetLen(0x09f1, 11) // CZ_REQ_ZENY_FROM_RODEX
+packetLen(0x09f1, 11)
// Packet: 0x09f2
-packetLen(0x09f2, 12) // ZC_ACK_ZENY_FROM_RODEX
+packetLen(0x09f2, 12)
// Packet: 0x09f3
-packetLen(0x09f3, 11) // CZ_REQ_ITEM_FROM_RODEX
+packetLen(0x09f3, 11)
// Packet: 0x09f4
-packetLen(0x09f4, 12) // ZC_ACK_ITEM_FROM_RODEX
+packetLen(0x09f4, 12)
// Packet: 0x09f5
-packetLen(0x09f5, 11) // CZ_REQ_DELETE_RODEX
+packetLen(0x09f5, 11)
// Packet: 0x09f6
-packetLen(0x09f6, 11) // ZC_ACK_DELETE_RODEX
+packetLen(0x09f6, 11)
// Packet: 0x09f7
-packetLen(0x09f7, 75) // ZC_PROPERTY_HOMUN_2
+packetLen(0x09f7, 75)
// Packet: 0x09f8
-packetLen(0x09f8, -1) // ZC_ALL_QUEST_LIST3
+packetLen(0x09f8, -1)
// Packet: 0x09f9
-packetLen(0x09f9, 143) // ZC_ADD_QUEST_EX
+packetLen(0x09f9, 143)
// Packet: 0x09fa
-packetLen(0x09fa, -1) // ZC_UPDATE_MISSION_HUNT_EX
+packetLen(0x09fa, -1)
// Packet: 0x09fb
-packetLen(0x09fb, -1) // CZ_PET_EVOLUTION
+packetLen(0x09fb, -1)
// Packet: 0x09fc
-packetLen(0x09fc, 6) // ZC_PET_EVOLUTION_RESULT
+packetLen(0x09fc, 6)
// Packet: 0x09fd
-packetLen(0x09fd, -1) // ZC_NOTIFY_MOVEENTRY11
+packetLen(0x09fd, -1)
// Packet: 0x09fe
-packetLen(0x09fe, -1) // ZC_NOTIFY_NEWENTRY11
+packetLen(0x09fe, -1)
// Packet: 0x09ff
-packetLen(0x09ff, -1) // ZC_NOTIFY_STANDENTRY11
+packetLen(0x09ff, -1)
// Packet: 0x0a00
-packetLen(0x0a00, 269) // ZC_SHORTCUT_KEY_LIST_V3
+packetLen(0x0a00, 269)
// Packet: 0x0a01
-packetLen(0x0a01, 3) // CZ_SHORTCUTKEYBAR_ROTATE
+packetLen(0x0a01, 3)
// Packet: 0x0a02
-packetLen(0x0a02, 4) // ZC_DRESSROOM_OPEN
+packetLen(0x0a02, 4)
// Packet: 0x0a03
-packetLen(0x0a03, 2) // CZ_REQ_CANCEL_WRITE_RODEX
+packetLen(0x0a03, 2)
// Packet: 0x0a04
-packetLen(0x0a04, 6) // CZ_REQ_ADD_ITEM_RODEX
+packetLen(0x0a04, 6)
// Packet: 0x0a05
-packetLen(0x0a05, 53) // ZC_ACK_ADD_ITEM_RODEX
+packetLen(0x0a05, 53)
// Packet: 0x0a06
-packetLen(0x0a06, 6) // CZ_REQ_REMOVE_RODEX_ITEM
+packetLen(0x0a06, 6)
// Packet: 0x0a07
-packetLen(0x0a07, 9) // ZC_ACK_REMOVE_RODEX_ITEM
+packetLen(0x0a07, 9)
// Packet: 0x0a08
-packetLen(0x0a08, 26) // CZ_REQ_OPEN_WRITE_RODEX
+packetLen(0x0a08, 26)
// Packet: 0x0a09
-packetLen(0x0a09, 45) // ZC_ADD_EXCHANGE_ITEM3
+packetLen(0x0a09, 45)
// Packet: 0x0a0a
-packetLen(0x0a0a, 47) // ZC_ADD_ITEM_TO_STORE3
+packetLen(0x0a0a, 47)
// Packet: 0x0a0b
-packetLen(0x0a0b, 47) // ZC_ADD_ITEM_TO_CART3
+packetLen(0x0a0b, 47)
// Packet: 0x0a0c
-packetLen(0x0a0c, 56) // ZC_ITEM_PICKUP_ACK_V6
+packetLen(0x0a0c, 56)
// Packet: 0x0a0d
-packetLen(0x0a0d, -1) // ZC_INVENTORY_ITEMLIST_EQUIP_V6
+packetLen(0x0a0d, -1)
// Packet: 0x0a0e
-packetLen(0x0a0e, 14) // ZC_BATTLEFIELD_NOTIFY_HP2
+packetLen(0x0a0e, 14)
// Packet: 0x0a0f
-packetLen(0x0a0f, -1) // ZC_CART_ITEMLIST_EQUIP_V6
+packetLen(0x0a0f, -1)
// Packet: 0x0a10
-packetLen(0x0a10, -1) // ZC_STORE_ITEMLIST_EQUIP_V6
+packetLen(0x0a10, -1)
// Packet: 0x0a11
-packetLen(0x0a11, -1) // ZC_GUILDSTORAGE_ITEMLIST_EQUIP_V6
+packetLen(0x0a11, -1)
// Packet: 0x0a12
-packetLen(0x0a12, 27) // ZC_ACK_OPEN_WRITE_RODEX
+packetLen(0x0a12, 27)
// Packet: 0x0a13
-packetLen(0x0a13, 26) // CZ_CHECK_RECEIVE_CHARACTER_NAME
+packetLen(0x0a13, 26)
// Packet: 0x0a14
-packetLen(0x0a14, 10) // ZC_CHECK_RECEIVE_CHARACTER_NAME
+packetLen(0x0a14, 10)
// Packet: 0x0a15
-packetLen(0x0a15, 12) // ZC_GOLDPCCAFE_POINT
+packetLen(0x0a15, 12)
// Packet: 0x0a16
-packetLen(0x0a16, 26) // CZ_DYNAMICNPC_CREATE_REQUEST
+packetLen(0x0a16, 26)
// Packet: 0x0a17
-packetLen(0x0a17, 6) // ZC_DYNAMICNPC_CREATE_RESULT
+packetLen(0x0a17, 6)
// Packet: 0x0a18
-packetLen(0x0a18, 14) // ZC_ACCEPT_ENTER3
+packetLen(0x0a18, 14)
// Packet: 0x0a19
-packetLen(0x0a19, 2) // CZ_REQ_OPEN_ROULETTE
+packetLen(0x0a19, 2)
// Packet: 0x0a1a
-packetLen(0x0a1a, 23) // ZC_ACK_OPEN_ROULETTE
+packetLen(0x0a1a, 23)
// Packet: 0x0a1b
-packetLen(0x0a1b, 2) // CZ_REQ_ROULETTE_INFO
+packetLen(0x0a1b, 2)
// Packet: 0x0a1c
-packetLen(0x0a1c, -1) // ZC_ACK_ROULEITTE_INFO
+packetLen(0x0a1c, -1)
// Packet: 0x0a1d
-packetLen(0x0a1d, 2) // CZ_REQ_CLOSE_ROULETTE
+packetLen(0x0a1d, 2)
// Packet: 0x0a1e
-packetLen(0x0a1e, 3) // ZC_ACK_CLOSE_ROULETTE
+packetLen(0x0a1e, 3)
// Packet: 0x0a1f
-packetLen(0x0a1f, 2) // CZ_REQ_GENERATE_ROULETTE
+packetLen(0x0a1f, 2)
// Packet: 0x0a20
-packetLen(0x0a20, 21) // ZC_ACK_GENERATE_ROULETTE
+packetLen(0x0a20, 21)
// Packet: 0x0a21
-packetLen(0x0a21, 3) // CZ_RECV_ROULETTE_ITEM
+packetLen(0x0a21, 3)
// Packet: 0x0a22
-packetLen(0x0a22, 5) // ZC_RECV_ROULETTE_ITEM
+packetLen(0x0a22, 5)
// Packet: 0x0a23
-packetLen(0x0a23, -1) // ZC_ALL_ACH_LIST
+packetLen(0x0a23, -1)
// Packet: 0x0a24
-packetLen(0x0a24, 66) // ZC_ACH_UPDATE
+packetLen(0x0a24, 66)
// Packet: 0x0a25
-packetLen(0x0a25, 6) // CZ_REQ_ACH_REWARD
+packetLen(0x0a25, 6)
// Packet: 0x0a26
-packetLen(0x0a26, 7) // ZC_REQ_ACH_REWARD_ACK
+packetLen(0x0a26, 7)
// Packet: 0x0a27
-packetLen(0x0a27, 8) // ZC_RECOVERY2
+packetLen(0x0a27, 8)
// Packet: 0x0a28
-packetLen(0x0a28, 3) // ZC_ACK_OPENSTORE2
+packetLen(0x0a28, 3)
// Packet: 0x0a29
-packetLen(0x0a29, 6) // ZC_REQ_AU_BOT
+packetLen(0x0a29, 6)
// Packet: 0x0a2a
-packetLen(0x0a2a, 6) // CZ_ACK_AU_BOT
+packetLen(0x0a2a, 6)
// Packet: 0x0a2b
-packetLen(0x0a2b, 14) // ZC_SE_CASHSHOP_OPEN2
+packetLen(0x0a2b, 14)
// Packet: 0x0a2c
-packetLen(0x0a2c, 12) // ZC_SE_PC_BUY_TAIWANCASHITEM_RESULT
+packetLen(0x0a2c, 12)
// Packet: 0x0a2d
-packetLen(0x0a2d, -1) // ZC_EQUIPWIN_MICROSCOPE_V6
+packetLen(0x0a2d, -1)
// Packet: 0x0a2e
-packetLen(0x0a2e, 6) // CZ_REQ_CHANGE_TITLE
+packetLen(0x0a2e, 6)
// Packet: 0x0a2f
-packetLen(0x0a2f, 7) // ZC_ACK_CHANGE_TITLE
+packetLen(0x0a2f, 7)
// Packet: 0x0a30
-packetLen(0x0a30, 106) // ZC_ACK_REQNAMEALL2
+packetLen(0x0a30, 106)
// Packet: 0x0a31
-packetLen(0x0a31, -1) // ZC_RESULT_PACKAGE_ITEM_TEST
+packetLen(0x0a31, -1)
// Packet: 0x0a32
-packetLen(0x0a32, 2) // ZC_OPEN_RODEX_THROUGH_NPC_ONLY
+packetLen(0x0a32, 2)
// Packet: 0x0a33
-packetLen(0x0a33, 7) // ZC_UPDATE_ROULETTE_COIN
+packetLen(0x0a33, 7)
// Packet: 0x0a34
-packetLen(0x0a34, 6) // ZC_UPDATE_TAIWANCASH
+packetLen(0x0a34, 6)
// Packet: 0x0a35
-packetLen(0x0a35, 4) // CZ_REQ_ONECLICK_ITEMIDENTIFY
+packetLen(0x0a35, 4)
// Packet: 0x0a36
-packetLen(0x0a36, 7) // ZC_HP_INFO_TINY
+packetLen(0x0a36, 7)
// Packet: 0x0a37
-packetLen(0x0a37, 59) // ZC_ITEM_PICKUP_ACK_V7
+packetLen(0x0a37, 59)
// Packet: 0x0a38
-packetLen(0x0a38, 3) // ZC_OPEN_UI
+packetLen(0x0a38, 3)
// Packet: 0x0a39
-packetLen(0x0a39, 36) // CH_MAKE_CHAR
+packetLen(0x0a39, 36)
// Packet: 0x0a3a
packetLen(0x0a3a, 12)
// Packet: 0x0a3b
-packetLen(0x0a3b, -1) // ZC_CUSTOM_HAT_EFFECT
+packetLen(0x0a3b, -1)
// Packet: 0x0a3c
packetLen(0x0a3c, -1)
@@ -8473,41 +8473,41 @@ packetLen(0x0a3f, 9)
packetLen(0x0a40, 11)
// Packet: 0x0a41
-packetLen(0x0a41, 18) // ZC_AOE_EFFECT_SKILL
+packetLen(0x0a41, 18)
// Packet: 0x0a42
packetLen(0x0a42, 43)
// Packet: 0x0a43
-packetLen(0x0a43, 85) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0a43, 85)
// Packet: 0x0a44
-packetLen(0x0a44, -1) // ZC_GROUP_LIST
+packetLen(0x0a44, -1)
// Packet: 0x0a46
packetLen(0x0a46, 14)
// Packet: 0x0a47
-packetLen(0x0a47, 3) // ZC_STYLE_CHANGE_RES
+packetLen(0x0a47, 3)
// Packet: 0x0a48
packetLen(0x0a48, 2)
// Packet: 0x0a49
#if PACKETVER >= 20170830
-packetLen(0x0a49, 20) // CZ_PRIVATE_AIRSHIP_REQUEST
+packetLen(0x0a49, 20)
#elif PACKETVER >= 20170104
-packetLen(0x0a49, 22) // CZ_PRIVATE_AIRSHIP_REQUEST
+packetLen(0x0a49, 22)
#endif
// Packet: 0x0a4a
-packetLen(0x0a4a, 6) // ZC_PRIVATE_AIRSHIP_RESPONSE
+packetLen(0x0a4a, 6)
// Packet: 0x0a4b
-packetLen(0x0a4b, 22) // ZC_AIRSHIP_MAPMOVE
+packetLen(0x0a4b, 22)
// Packet: 0x0a4c
-packetLen(0x0a4c, 28) // ZC_AIRSHIP_SERVERMOVE
+packetLen(0x0a4c, 28)
// Packet: 0x0a4d
packetLen(0x0a4d, -1)
@@ -8522,7 +8522,7 @@ packetLen(0x0a4f, -1)
packetLen(0x0a50, 4)
// Packet: 0x0a51
-packetLen(0x0a51, 34) // ZC_CHECK_RECEIVE_CHARACTER_NAME
+packetLen(0x0a51, 34)
// Packet: 0x0a52
packetLen(0x0a52, 20)
@@ -8561,7 +8561,7 @@ packetLen(0x0a5c, 18)
packetLen(0x0a5d, 6)
// Packet: 0x0a68
-packetLen(0x0a68, 3) // CZ_REQ_OPEN_UI
+packetLen(0x0a68, 3)
// Packet: 0x0a69
packetLen(0x0a69, 6)
@@ -8579,10 +8579,10 @@ packetLen(0x0a6c, 7)
packetLen(0x0a6d, -1)
// Packet: 0x0a6e
-packetLen(0x0a6e, -1) // CZ_REQ_SEND_RODEX
+packetLen(0x0a6e, -1)
// Packet: 0x0a6f
-packetLen(0x0a6f, -1) // ZC_FORMATSTRING_MSG_COLOR
+packetLen(0x0a6f, -1)
// Packet: 0x0a70
packetLen(0x0a70, 2)
@@ -8618,13 +8618,13 @@ packetLen(0x0a7b, -1)
packetLen(0x0a7c, -1)
// Packet: 0x0a7d
-packetLen(0x0a7d, -1) // ZC_ACK_RODEX_LIST
+packetLen(0x0a7d, -1)
// Packet: 0x0a7e
-packetLen(0x0a7e, -1) // ZC_OFFLINE_STORE_OWNER_ITEMS_READY
+packetLen(0x0a7e, -1)
// Packet: 0x0a7f
-packetLen(0x0a7f, -1) // CZ_OFFLINE_STORE_CREATE
+packetLen(0x0a7f, -1)
// Packet: 0x0a80
packetLen(0x0a80, 6)
@@ -8639,7 +8639,7 @@ packetLen(0x0a82, 46)
packetLen(0x0a83, 46)
// Packet: 0x0a84
-packetLen(0x0a84, 94) // ZC_GUILD_INFO
+packetLen(0x0a84, 94)
// Packet: 0x0a85
packetLen(0x0a85, 82)
@@ -8654,10 +8654,10 @@ packetLen(0x0a87, -1)
packetLen(0x0a88, 2)
// Packet: 0x0a89
-packetLen(0x0a89, 57) // ZC_NOTIFY_OFFLINE_STORE
+packetLen(0x0a89, 57)
// Packet: 0x0a8a
-packetLen(0x0a8a, 6) // ZC_OFFLINE_STORE_VANISH
+packetLen(0x0a8a, 6)
// Packet: 0x0a8b
packetLen(0x0a8b, 2)
@@ -8666,7 +8666,7 @@ packetLen(0x0a8b, 2)
packetLen(0x0a8c, 2)
// Packet: 0x0a8d
-packetLen(0x0a8d, -1) // ZC_OFFLINE_STORE_OWNER_ITEMS
+packetLen(0x0a8d, -1)
// Packet: 0x0a8e
packetLen(0x0a8e, 2)
@@ -8678,7 +8678,7 @@ packetLen(0x0a8f, 2)
packetLen(0x0a90, 3)
// Packet: 0x0a91
-packetLen(0x0a91, -1) // ZC_OFFLINE_STORE_ITEMS
+packetLen(0x0a91, -1)
// Packet: 0x0a92
packetLen(0x0a92, -1)
@@ -8693,16 +8693,16 @@ packetLen(0x0a94, 2)
packetLen(0x0a95, 4)
// Packet: 0x0a96
-packetLen(0x0a96, 51) // ZC_ADD_EXCHANGE_ITEM4
+packetLen(0x0a96, 51)
// Packet: 0x0a97
-packetLen(0x0a97, 8) // CZ_ALT_EQUIPMENT_EQUIP
+packetLen(0x0a97, 8)
// Packet: 0x0a98
#if PACKETVER >= 20170426
-packetLen(0x0a98, 10) // ZC_ALT_EQUIPMENT_EQUIP
+packetLen(0x0a98, 10)
#elif PACKETVER >= 20170104
-packetLen(0x0a98, 12) // ZC_ALT_EQUIPMENT_EQUIP
+packetLen(0x0a98, 12)
#endif
// Packet: 0x0a99
@@ -8713,10 +8713,10 @@ packetLen(0x0a99, 8)
#endif
// Packet: 0x0a9a
-packetLen(0x0a9a, 10) // ZC_ALT_EQUIPMENT_REMOVE
+packetLen(0x0a9a, 10)
// Packet: 0x0a9b
-packetLen(0x0a9b, -1) // ZC_ALT_EQUIPMENT_ITEMS
+packetLen(0x0a9b, -1)
// Packet: 0x0a9c
packetLen(0x0a9c, 2)
@@ -8731,28 +8731,28 @@ packetLen(0x0a9e, 2)
packetLen(0x0a9f, 2)
// Packet: 0x0aa0
-packetLen(0x0aa0, 2) // ZC_REFINE_OPEN_WINDOW
+packetLen(0x0aa0, 2)
// Packet: 0x0aa1
-packetLen(0x0aa1, 4) // CZ_REFINE_ADD_ITEM
+packetLen(0x0aa1, 4)
// Packet: 0x0aa2
-packetLen(0x0aa2, -1) // ZC_REFINE_ADD_ITEM
+packetLen(0x0aa2, -1)
// Packet: 0x0aa3
-packetLen(0x0aa3, 7) // CZ_REFINE_ITEM_REQUEST
+packetLen(0x0aa3, 7)
// Packet: 0x0aa4
-packetLen(0x0aa4, 2) // CZ_REFINE_WINDOW_CLOSE
+packetLen(0x0aa4, 2)
// Packet: 0x0aa5
-packetLen(0x0aa5, -1) // ZC_MEMBERMGR_INFO
+packetLen(0x0aa5, -1)
// Packet: 0x0aa6
-packetLen(0x0aa6, 36) // ZC_MEMBER_ADD
+packetLen(0x0aa6, 36)
// Packet: 0x0aa7
-packetLen(0x0aa7, 6) // ZC_INVENTORY_MOVE_FAILED
+packetLen(0x0aa7, 6)
// Packet: 0x0aa8
packetLen(0x0aa8, 5)
@@ -8793,7 +8793,7 @@ packetLen(0x0ab0, 6)
packetLen(0x0ab1, 14)
// Packet: 0x0ab2
-packetLen(0x0ab2, 7) // ZC_GROUP_ISALIVE
+packetLen(0x0ab2, 7)
// Packet: 0x0ab3
#if PACKETVER >= 20170118
@@ -8829,7 +8829,7 @@ packetLen(0x0ab8, 2)
// Packet: 0x0ab9
#if PACKETVER >= 20170111
-packetLen(0x0ab9, 39) // ZC_ITEM_PREVIEW
+packetLen(0x0ab9, 39)
#endif
// Packet: 0x0aba
@@ -8849,14 +8849,14 @@ packetLen(0x0abc, -1)
// Packet: 0x0abd
#if PACKETVER >= 20170215
-packetLen(0x0abd, 10) // ZC_PARTY_MEMBER_JOB_LEVEL
+packetLen(0x0abd, 10)
#endif
// Packet: 0x0abe
#if PACKETVER >= 20170228
-packetLen(0x0abe, -1) // ZC_WARPLIST
+packetLen(0x0abe, -1)
#elif PACKETVER >= 20170222
-packetLen(0x0abe, 116) // ZC_WARPLIST
+packetLen(0x0abe, 116)
#endif
// Packet: 0x0abf
@@ -8868,17 +8868,17 @@ packetLen(0x0abf, 114)
// Packet: 0x0ac0
#if PACKETVER >= 20170228
-packetLen(0x0ac0, 26) // CZ_OPEN_RODEXBOX
+packetLen(0x0ac0, 26)
#endif
// Packet: 0x0ac1
#if PACKETVER >= 20170228
-packetLen(0x0ac1, 26) // CZ_REQ_REFRESH_RODEX
+packetLen(0x0ac1, 26)
#endif
// Packet: 0x0ac2
#if PACKETVER >= 20170228
-packetLen(0x0ac2, -1) // ZC_ACK_RODEX_LIST
+packetLen(0x0ac2, -1)
#endif
// Packet: 0x0ac3
@@ -8888,12 +8888,12 @@ packetLen(0x0ac3, 2)
// Packet: 0x0ac4
#if PACKETVER >= 20170228
-packetLen(0x0ac4, -1) // AC_ACCEPT_LOGIN
+packetLen(0x0ac4, -1)
#endif
// Packet: 0x0ac5
#if PACKETVER >= 20170228
-packetLen(0x0ac5, 156) // HC_NOTIFY_ZONESVR
+packetLen(0x0ac5, 156)
#endif
// Packet: 0x0ac6
@@ -8903,12 +8903,12 @@ packetLen(0x0ac6, 156)
// Packet: 0x0ac7
#if PACKETVER >= 20170228
-packetLen(0x0ac7, 156) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0ac7, 156)
#endif
// Packet: 0x0ac8
#if PACKETVER >= 20170308
-packetLen(0x0ac8, 2) // ZC_UNKNOWN_CLEAN_ITEMS_LISTS
+packetLen(0x0ac8, 2)
#endif
// Packet: 0x0ac9
@@ -8923,12 +8923,12 @@ packetLen(0x0aca, 3)
// Packet: 0x0acb
#if PACKETVER >= 20170405
-packetLen(0x0acb, 12) // ZC_PAR_CHANGE
+packetLen(0x0acb, 12)
#endif
// Packet: 0x0acc
#if PACKETVER >= 20170405
-packetLen(0x0acc, 18) // ZC_NOTIFY_EXP
+packetLen(0x0acc, 18)
#endif
// Packet: 0x0acd
@@ -8943,18 +8943,18 @@ packetLen(0x0ace, 4)
// Packet: 0x0acf
#if PACKETVER >= 20171115
-packetLen(0x0acf, 68) // CA_LOGIN_OTP
+packetLen(0x0acf, 68)
#elif PACKETVER >= 20170705
-packetLen(0x0acf, 64) // CA_LOGIN_OTP
+packetLen(0x0acf, 64)
#elif PACKETVER >= 20170621
-packetLen(0x0acf, 57) // CA_LOGIN_OTP
+packetLen(0x0acf, 57)
#elif PACKETVER >= 20170614
-packetLen(0x0acf, 52) // CA_LOGIN_OTP
+packetLen(0x0acf, 52)
#endif
// Packet: 0x0ad0
#if PACKETVER >= 20170614
-packetLen(0x0ad0, 11) // CA_OTP_CODE
+packetLen(0x0ad0, 11)
#endif
// Packet: 0x0ad1
@@ -9004,7 +9004,7 @@ packetLen(0x0ad9, -1)
// Packet: 0x0ada
#if PACKETVER >= 20170726
-packetLen(0x0ada, 30) // ZC_REFINE_STATUS
+packetLen(0x0ada, 30)
#endif
// Packet: 0x0adb
@@ -9014,22 +9014,22 @@ packetLen(0x0adb, -1)
// Packet: 0x0adc
#if PACKETVER >= 20170906
-packetLen(0x0adc, 6) // ZC_EQUIPWIN_OTHER
+packetLen(0x0adc, 6)
#endif
// Packet: 0x0add
#if PACKETVER >= 20170913
-packetLen(0x0add, 22) // ZC_ITEM_FALL_ENTRY
+packetLen(0x0add, 22)
#endif
// Packet: 0x0ade
#if PACKETVER >= 20170920
-packetLen(0x0ade, 6) // ZC_OVERWEIGHT_PERCENT
+packetLen(0x0ade, 6)
#endif
// Packet: 0x0adf
#if PACKETVER >= 20170920
-packetLen(0x0adf, 58) // ZC_ACK_REQNAME
+packetLen(0x0adf, 58)
#endif
// Packet: 0x0ae0
@@ -9044,22 +9044,22 @@ packetLen(0x0ae1, 28)
// Packet: 0x0ae2
#if PACKETVER >= 20171115
-packetLen(0x0ae2, 7) // ZC_OPEN_UI
+packetLen(0x0ae2, 7)
#endif
// Packet: 0x0ae3
#if PACKETVER >= 20171213
-packetLen(0x0ae3, -1) // AC_LOGIN_OTP
+packetLen(0x0ae3, -1)
#endif
// Packet: 0x0ae4
#if PACKETVER >= 20171206
-packetLen(0x0ae4, 89) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0ae4, 89)
#endif
// Packet: 0x0ae5
#if PACKETVER >= 20171206
-packetLen(0x0ae5, -1) // ZC_GROUP_LIST
+packetLen(0x0ae5, -1)
#endif
// Packet: 0x0ae6
@@ -9079,7 +9079,7 @@ packetLen(0x0ae8, 2)
// Packet: 0x0ae9
#if PACKETVER >= 20171220
-packetLen(0x0ae9, 64) // HC_SECOND_PASSWD_LOGIN
+packetLen(0x0ae9, 64)
#endif
// Packet: 0x0aea
diff --git a/src/common/packets/packets2017_len_re.h b/src/common/packets/packets2017_len_re.h
index 17751f090..7ed294a4a 100644
--- a/src/common/packets/packets2017_len_re.h
+++ b/src/common/packets/packets2017_len_re.h
@@ -2,8 +2,8 @@
* This file is part of Hercules.
* http://herc.ws - http://github.com/HerculesWS/Hercules
*
- * Copyright (C) 2019 Hercules Dev Team
- * Copyright (C) 2019 Andrei Karas (4144)
+ * Copyright (C) 2018-2019 Hercules Dev Team
+ * Copyright (C) 2018-2019 Andrei Karas (4144)
*
* Hercules is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -25,4405 +25,4405 @@
/* This file is autogenerated, please do not commit manual changes */
// Packet: 0x0064
-packetLen(0x0064, 55) // CA_LOGIN
+packetLen(0x0064, 55)
// Packet: 0x0065
-packetLen(0x0065, 17) // CH_ENTER
+packetLen(0x0065, 17)
// Packet: 0x0066
-packetLen(0x0066, 3) // CH_SELECT_CHAR
+packetLen(0x0066, 3)
// Packet: 0x0067
-packetLen(0x0067, 37) // CH_MAKE_CHAR
+packetLen(0x0067, 37)
// Packet: 0x0068
-packetLen(0x0068, 46) // CH_DELETE_CHAR
+packetLen(0x0068, 46)
// Packet: 0x0069
-packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+packetLen(0x0069, -1)
// Packet: 0x006a
-packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+packetLen(0x006a, 23)
// Packet: 0x006b
-packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+packetLen(0x006b, -1)
// Packet: 0x006c
-packetLen(0x006c, 3) // HC_REFUSE_ENTER
+packetLen(0x006c, 3)
// Packet: 0x006d
#if PACKETVER >= 20170830
-packetLen(0x006d, 157) // HC_ACCEPT_MAKECHAR
+packetLen(0x006d, 157)
#elif PACKETVER >= 20170104
-packetLen(0x006d, 149) // HC_ACCEPT_MAKECHAR
+packetLen(0x006d, 149)
#endif
// Packet: 0x006e
-packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+packetLen(0x006e, 3)
// Packet: 0x006f
-packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+packetLen(0x006f, 2)
// Packet: 0x0070
-packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+packetLen(0x0070, 3)
// Packet: 0x0071
-packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+packetLen(0x0071, 28)
// Packet: 0x0072
-packetLen(0x0072, 22) // CZ_ENTER
+packetLen(0x0072, 22)
// Packet: 0x0073
-packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 11)
// Packet: 0x0074
-packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+packetLen(0x0074, 3)
// Packet: 0x0075
-packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, -1)
// Packet: 0x0076
-packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+packetLen(0x0076, 9)
// Packet: 0x0077
-packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 5)
// Packet: 0x0078
-packetLen(0x0078, 55) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, 55)
// Packet: 0x0079
-packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, 53)
// Packet: 0x007a
-packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, 58)
// Packet: 0x007b
-packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, 60)
// Packet: 0x007c
-packetLen(0x007c, 44) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, 44)
// Packet: 0x007d
-packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, 2)
// Packet: 0x007e
-packetLen(0x007e, 105) // CZ_REQUEST_TIME
+packetLen(0x007e, 105)
// Packet: 0x007f
-packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+packetLen(0x007f, 6)
// Packet: 0x0080
-packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+packetLen(0x0080, 7)
// Packet: 0x0081
-packetLen(0x0081, 3) // SC_NOTIFY_BAN
+packetLen(0x0081, 3)
// Packet: 0x0082
-packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+packetLen(0x0082, 2)
// Packet: 0x0083
-packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 2)
// Packet: 0x0084
-packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+packetLen(0x0084, 2)
// Packet: 0x0085
-packetLen(0x0085, 10) // CZ_REQUEST_MOVE
+packetLen(0x0085, 10)
// Packet: 0x0086
-packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 16)
// Packet: 0x0087
-packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 12)
// Packet: 0x0088
-packetLen(0x0088, 10) // ZC_STOPMOVE
+packetLen(0x0088, 10)
// Packet: 0x0089
-packetLen(0x0089, 11) // CZ_REQUEST_ACT
+packetLen(0x0089, 11)
// Packet: 0x008a
-packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+packetLen(0x008a, 29)
// Packet: 0x008b
-packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+packetLen(0x008b, 23)
// Packet: 0x008c
packetLen(0x008c, 14)
// Packet: 0x008d
-packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+packetLen(0x008d, -1)
// Packet: 0x008e
-packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, -1)
// Packet: 0x0090
-packetLen(0x0090, 7) // CZ_CONTACTNPC
+packetLen(0x0090, 7)
// Packet: 0x0091
-packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, 22)
// Packet: 0x0092
-packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 28)
// Packet: 0x0093
-packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+packetLen(0x0093, 2)
// Packet: 0x0094
-packetLen(0x0094, 19) // CZ_REQNAME
+packetLen(0x0094, 19)
// Packet: 0x0095
-packetLen(0x0095, 30) // ZC_ACK_REQNAME
+packetLen(0x0095, 30)
// Packet: 0x0096
-packetLen(0x0096, -1) // CZ_WHISPER
+packetLen(0x0096, -1)
// Packet: 0x0097
-packetLen(0x0097, -1) // ZC_WHISPER
+packetLen(0x0097, -1)
// Packet: 0x0098
-packetLen(0x0098, 3) // ZC_ACK_WHISPER
+packetLen(0x0098, 3)
// Packet: 0x0099
-packetLen(0x0099, -1) // CZ_BROADCAST
+packetLen(0x0099, -1)
// Packet: 0x009a
-packetLen(0x009a, -1) // ZC_BROADCAST
+packetLen(0x009a, -1)
// Packet: 0x009b
-packetLen(0x009b, 34) // CZ_CHANGE_DIRECTION
+packetLen(0x009b, 34)
// Packet: 0x009c
-packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, 9)
// Packet: 0x009d
-packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+packetLen(0x009d, 17)
// Packet: 0x009e
-packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 17)
// Packet: 0x009f
-packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+packetLen(0x009f, 20)
// Packet: 0x00a0
-packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, 23)
// Packet: 0x00a1
-packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, 6)
// Packet: 0x00a2
-packetLen(0x00a2, 14) // CZ_ITEM_THROW
+packetLen(0x00a2, 14)
// Packet: 0x00a3
-packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, -1)
// Packet: 0x00a4
-packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, -1)
// Packet: 0x00a5
-packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, -1)
// Packet: 0x00a6
-packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, -1)
// Packet: 0x00a7
packetLen(0x00a7, 9)
// Packet: 0x00a8
-packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 7)
// Packet: 0x00a9
-packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, 6)
// Packet: 0x00aa
-packetLen(0x00aa, 9) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 9)
// Packet: 0x00ab
-packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, 4)
// Packet: 0x00ac
-packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, 7)
// Packet: 0x00ae
-packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+packetLen(0x00ae, -1)
// Packet: 0x00af
-packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, 6)
// Packet: 0x00b0
-packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+packetLen(0x00b0, 8)
// Packet: 0x00b1
-packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, 8)
// Packet: 0x00b2
-packetLen(0x00b2, 3) // CZ_RESTART
+packetLen(0x00b2, 3)
// Packet: 0x00b3
-packetLen(0x00b3, 3) // ZC_RESTART_ACK
+packetLen(0x00b3, 3)
// Packet: 0x00b4
-packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+packetLen(0x00b4, -1)
// Packet: 0x00b5
-packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 6)
// Packet: 0x00b6
-packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 6)
// Packet: 0x00b7
-packetLen(0x00b7, -1) // ZC_MENU_LIST
+packetLen(0x00b7, -1)
// Packet: 0x00b8
-packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+packetLen(0x00b8, 7)
// Packet: 0x00b9
-packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, 6)
// Packet: 0x00ba
-packetLen(0x00ba, 2) // CZ_REQ_STATUS
+packetLen(0x00ba, 2)
// Packet: 0x00bb
-packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+packetLen(0x00bb, 5)
// Packet: 0x00bc
-packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 6)
// Packet: 0x00bd
-packetLen(0x00bd, 44) // ZC_STATUS
+packetLen(0x00bd, 44)
// Packet: 0x00be
-packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+packetLen(0x00be, 5)
// Packet: 0x00bf
-packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+packetLen(0x00bf, 3)
// Packet: 0x00c0
-packetLen(0x00c0, 7) // ZC_EMOTION
+packetLen(0x00c0, 7)
// Packet: 0x00c1
-packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, 2)
// Packet: 0x00c2
-packetLen(0x00c2, 6) // ZC_USER_COUNT
+packetLen(0x00c2, 6)
// Packet: 0x00c3
-packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, 8)
// Packet: 0x00c4
-packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, 6)
// Packet: 0x00c5
-packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, 7)
// Packet: 0x00c6
-packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, -1)
// Packet: 0x00c7
-packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, -1)
// Packet: 0x00c8
-packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, -1)
// Packet: 0x00c9
-packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, -1)
// Packet: 0x00ca
-packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, 3)
// Packet: 0x00cb
-packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+packetLen(0x00cb, 3)
// Packet: 0x00cc
-packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, 6)
// Packet: 0x00cd
-packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+packetLen(0x00cd, 3)
// Packet: 0x00ce
-packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 2)
// Packet: 0x00cf
-packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 27)
// Packet: 0x00d0
-packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, 3)
// Packet: 0x00d1
-packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, 4)
// Packet: 0x00d2
-packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 4)
// Packet: 0x00d3
-packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 2)
// Packet: 0x00d4
-packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+packetLen(0x00d4, -1)
// Packet: 0x00d5
-packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, -1)
// Packet: 0x00d6
-packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 3)
// Packet: 0x00d7
-packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, -1)
// Packet: 0x00d8
-packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+packetLen(0x00d8, 6)
// Packet: 0x00d9
-packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, 14)
// Packet: 0x00da
-packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, 3)
// Packet: 0x00db
-packetLen(0x00db, -1) // ZC_ENTER_ROOM
+packetLen(0x00db, -1)
// Packet: 0x00dc
-packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 28)
// Packet: 0x00dd
-packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+packetLen(0x00dd, 29)
// Packet: 0x00de
-packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, -1)
// Packet: 0x00df
-packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, -1)
// Packet: 0x00e0
-packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, 30)
// Packet: 0x00e1
-packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+packetLen(0x00e1, 30)
// Packet: 0x00e2
-packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, 26)
// Packet: 0x00e3
-packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+packetLen(0x00e3, 2)
// Packet: 0x00e4
-packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 6)
// Packet: 0x00e5
-packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 26)
// Packet: 0x00e6
-packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, 3)
// Packet: 0x00e7
-packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 3)
// Packet: 0x00e8
-packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, 8)
// Packet: 0x00e9
-packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 19)
// Packet: 0x00ea
-packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 5)
// Packet: 0x00eb
-packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 2)
// Packet: 0x00ec
-packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 3)
// Packet: 0x00ed
-packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, 2)
// Packet: 0x00ee
-packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, 2)
// Packet: 0x00ef
-packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 2)
// Packet: 0x00f0
-packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 3)
// Packet: 0x00f1
-packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+packetLen(0x00f1, 2)
// Packet: 0x00f2
-packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 6)
// Packet: 0x00f3
-packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+packetLen(0x00f3, -1)
// Packet: 0x00f4
-packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 21)
// Packet: 0x00f5
-packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+packetLen(0x00f5, 11)
// Packet: 0x00f6
-packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 8)
// Packet: 0x00f7
-packetLen(0x00f7, 17) // CZ_REQUEST_TIME
+packetLen(0x00f7, 17)
// Packet: 0x00f8
-packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+packetLen(0x00f8, 2)
// Packet: 0x00f9
-packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+packetLen(0x00f9, 26)
// Packet: 0x00fa
-packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, 3)
// Packet: 0x00fb
-packetLen(0x00fb, -1) // ZC_GROUP_LIST
+packetLen(0x00fb, -1)
// Packet: 0x00fc
-packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, 6)
// Packet: 0x00fd
-packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, 27)
// Packet: 0x00fe
-packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, 30)
// Packet: 0x00ff
-packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+packetLen(0x00ff, 10)
// Packet: 0x0100
-packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, 2)
// Packet: 0x0101
-packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, 6)
// Packet: 0x0102
-packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 6)
// Packet: 0x0103
-packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 30)
// Packet: 0x0104
-packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, 79)
// Packet: 0x0105
-packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, 31)
// Packet: 0x0106
-packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, 10)
// Packet: 0x0107
-packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, 10)
// Packet: 0x0108
-packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, -1)
// Packet: 0x0109
-packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, -1)
// Packet: 0x010a
-packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 4)
// Packet: 0x010b
-packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, 6)
// Packet: 0x010c
-packetLen(0x010c, 6) // ZC_MVP
+packetLen(0x010c, 6)
// Packet: 0x010d
-packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+packetLen(0x010d, 2)
// Packet: 0x010e
-packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, 11)
// Packet: 0x010f
-packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+packetLen(0x010f, -1)
// Packet: 0x0110
-packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, 10)
// Packet: 0x0111
-packetLen(0x0111, 39) // ZC_ADD_SKILL
+packetLen(0x0111, 39)
// Packet: 0x0112
-packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, 4)
// Packet: 0x0113
-packetLen(0x0113, 25) // CZ_USE_SKILL
+packetLen(0x0113, 25)
// Packet: 0x0114
-packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+packetLen(0x0114, 31)
// Packet: 0x0115
-packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+packetLen(0x0115, 35)
// Packet: 0x0116
-packetLen(0x0116, 17) // CZ_USE_SKILL_TOGROUND
+packetLen(0x0116, 17)
// Packet: 0x0117
-packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, 18)
// Packet: 0x0118
-packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+packetLen(0x0118, 2)
// Packet: 0x0119
-packetLen(0x0119, 13) // ZC_STATE_CHANGE
+packetLen(0x0119, 13)
// Packet: 0x011a
-packetLen(0x011a, 15) // ZC_USE_SKILL
+packetLen(0x011a, 15)
// Packet: 0x011b
-packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, 20)
// Packet: 0x011c
-packetLen(0x011c, 68) // ZC_WARPLIST
+packetLen(0x011c, 68)
// Packet: 0x011d
-packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 2)
// Packet: 0x011e
-packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, 3)
// Packet: 0x011f
-packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+packetLen(0x011f, 16)
// Packet: 0x0120
-packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, 6)
// Packet: 0x0121
-packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, 14)
// Packet: 0x0122
-packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, -1)
// Packet: 0x0123
-packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, -1)
// Packet: 0x0124
-packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 21)
// Packet: 0x0125
-packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 8)
// Packet: 0x0126
-packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 8)
// Packet: 0x0127
-packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, 8)
// Packet: 0x0128
-packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 8)
// Packet: 0x0129
-packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, 8)
// Packet: 0x012a
-packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+packetLen(0x012a, 2)
// Packet: 0x012b
-packetLen(0x012b, 2) // ZC_CARTOFF
+packetLen(0x012b, 2)
// Packet: 0x012c
-packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 3)
// Packet: 0x012d
-packetLen(0x012d, 4) // ZC_OPENSTORE
+packetLen(0x012d, 4)
// Packet: 0x012e
-packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, 2)
// Packet: 0x012f
-packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+packetLen(0x012f, -1)
// Packet: 0x0130
-packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, 6)
// Packet: 0x0131
-packetLen(0x0131, 86) // ZC_STORE_ENTRY
+packetLen(0x0131, 86)
// Packet: 0x0132
-packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, 6)
// Packet: 0x0133
-packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, -1)
// Packet: 0x0134
-packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, -1)
// Packet: 0x0135
-packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, 7)
// Packet: 0x0136
-packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, -1)
// Packet: 0x0137
-packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, 6)
// Packet: 0x0138
-packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+packetLen(0x0138, 3)
// Packet: 0x0139
-packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, 16)
// Packet: 0x013a
-packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+packetLen(0x013a, 4)
// Packet: 0x013b
-packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+packetLen(0x013b, 4)
// Packet: 0x013c
-packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+packetLen(0x013c, 4)
// Packet: 0x013d
-packetLen(0x013d, 6) // ZC_RECOVERY
+packetLen(0x013d, 6)
// Packet: 0x013e
-packetLen(0x013e, 24) // ZC_USESKILL_ACK
+packetLen(0x013e, 24)
// Packet: 0x013f
-packetLen(0x013f, 26) // CZ_ITEM_CREATE
+packetLen(0x013f, 26)
// Packet: 0x0140
-packetLen(0x0140, 22) // CZ_MOVETO_MAP
+packetLen(0x0140, 22)
// Packet: 0x0141
-packetLen(0x0141, 14) // ZC_COUPLESTATUS
+packetLen(0x0141, 14)
// Packet: 0x0142
-packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+packetLen(0x0142, 6)
// Packet: 0x0143
-packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+packetLen(0x0143, 10)
// Packet: 0x0144
-packetLen(0x0144, 23) // ZC_COMPASS
+packetLen(0x0144, 23)
// Packet: 0x0145
-packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+packetLen(0x0145, 19)
// Packet: 0x0146
-packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+packetLen(0x0146, 6)
// Packet: 0x0147
-packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+packetLen(0x0147, 39)
// Packet: 0x0148
-packetLen(0x0148, 8) // ZC_RESURRECTION
+packetLen(0x0148, 8)
// Packet: 0x0149
-packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, 9)
// Packet: 0x014a
-packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+packetLen(0x014a, 6)
// Packet: 0x014b
-packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+packetLen(0x014b, 27)
// Packet: 0x014c
-packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, -1)
// Packet: 0x014d
-packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 2)
// Packet: 0x014e
-packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+packetLen(0x014e, 6)
// Packet: 0x014f
-packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, 6)
// Packet: 0x0150
-packetLen(0x0150, 110) // ZC_GUILD_INFO
+packetLen(0x0150, 110)
// Packet: 0x0151
-packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+packetLen(0x0151, 6)
// Packet: 0x0152
-packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+packetLen(0x0152, -1)
// Packet: 0x0153
-packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+packetLen(0x0153, -1)
// Packet: 0x0154
-packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, -1)
// Packet: 0x0155
-packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, -1)
// Packet: 0x0156
-packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+packetLen(0x0156, -1)
// Packet: 0x0157
-packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+packetLen(0x0157, 6)
// Packet: 0x0159
-packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, 54)
// Packet: 0x015a
-packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 66)
// Packet: 0x015b
-packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 54)
// Packet: 0x015c
-packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, 90)
// Packet: 0x015d
-packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+packetLen(0x015d, 42)
// Packet: 0x015e
-packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, 6)
// Packet: 0x015f
-packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+packetLen(0x015f, 42)
// Packet: 0x0160
-packetLen(0x0160, -1) // ZC_POSITION_INFO
+packetLen(0x0160, -1)
// Packet: 0x0161
-packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, -1)
// Packet: 0x0162
-packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, -1)
// Packet: 0x0163
-packetLen(0x0163, -1) // ZC_BAN_LIST
+packetLen(0x0163, -1)
// Packet: 0x0164
-packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+packetLen(0x0164, -1)
// Packet: 0x0165
-packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, 30)
// Packet: 0x0166
-packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, -1)
// Packet: 0x0167
-packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 3)
// Packet: 0x0168
-packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, 14)
// Packet: 0x0169
-packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 3)
// Packet: 0x016a
-packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, 30)
// Packet: 0x016b
-packetLen(0x016b, 10) // CZ_JOIN_GUILD
+packetLen(0x016b, 10)
// Packet: 0x016c
-packetLen(0x016c, 43) // ZC_UPDATE_GDID
+packetLen(0x016c, 43)
// Packet: 0x016d
-packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 14)
// Packet: 0x016e
-packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+packetLen(0x016e, 186)
// Packet: 0x016f
-packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+packetLen(0x016f, 182)
// Packet: 0x0170
-packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 14)
// Packet: 0x0171
-packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, 30)
// Packet: 0x0172
-packetLen(0x0172, 10) // CZ_ALLY_GUILD
+packetLen(0x0172, 10)
// Packet: 0x0173
-packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+packetLen(0x0173, 3)
// Packet: 0x0174
-packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0174, -1)
// Packet: 0x0175
-packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+packetLen(0x0175, 6)
// Packet: 0x0176
-packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+packetLen(0x0176, 106)
// Packet: 0x0177
-packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, -1)
// Packet: 0x0178
-packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, 4)
// Packet: 0x0179
-packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 5)
// Packet: 0x017a
-packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, 4)
// Packet: 0x017b
-packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, -1)
// Packet: 0x017c
-packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, 6)
// Packet: 0x017d
-packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 7)
// Packet: 0x017e
-packetLen(0x017e, -1) // CZ_GUILD_CHAT
+packetLen(0x017e, -1)
// Packet: 0x017f
-packetLen(0x017f, -1) // ZC_GUILD_CHAT
+packetLen(0x017f, -1)
// Packet: 0x0180
-packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+packetLen(0x0180, 6)
// Packet: 0x0181
-packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+packetLen(0x0181, 3)
// Packet: 0x0182
-packetLen(0x0182, 106) // ZC_MEMBER_ADD
+packetLen(0x0182, 106)
// Packet: 0x0183
-packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+packetLen(0x0183, 10)
// Packet: 0x0184
-packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+packetLen(0x0184, 10)
// Packet: 0x0185
-packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+packetLen(0x0185, 34)
// Packet: 0x0187
-packetLen(0x0187, 6) // CH_UNKNOWN_PING
+packetLen(0x0187, 6)
// Packet: 0x0188
-packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, 8)
// Packet: 0x0189
-packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, 4)
// Packet: 0x018a
-packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+packetLen(0x018a, 4)
// Packet: 0x018b
-packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, 4)
// Packet: 0x018c
-packetLen(0x018c, 29) // ZC_MONSTER_INFO
+packetLen(0x018c, 29)
// Packet: 0x018d
-packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, -1)
// Packet: 0x018e
-packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+packetLen(0x018e, 10)
// Packet: 0x018f
-packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 6)
// Packet: 0x0190
-packetLen(0x0190, 23) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+packetLen(0x0190, 23)
// Packet: 0x0191
-packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+packetLen(0x0191, 86)
// Packet: 0x0192
-packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+packetLen(0x0192, 24)
// Packet: 0x0193
-packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+packetLen(0x0193, 2)
// Packet: 0x0194
-packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 30)
// Packet: 0x0195
-packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 102)
// Packet: 0x0196
-packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, 9)
// Packet: 0x0197
-packetLen(0x0197, 4) // CZ_RESET
+packetLen(0x0197, 4)
// Packet: 0x0198
-packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+packetLen(0x0198, 8)
// Packet: 0x0199
-packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, 4)
// Packet: 0x019a
-packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 14)
// Packet: 0x019b
-packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 10)
// Packet: 0x019c
-packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+packetLen(0x019c, -1)
// Packet: 0x019d
-packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, 6)
// Packet: 0x019e
-packetLen(0x019e, 2) // ZC_START_CAPTURE
+packetLen(0x019e, 2)
// Packet: 0x019f
-packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, 6)
// Packet: 0x01a0
-packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, 3)
// Packet: 0x01a1
-packetLen(0x01a1, 3) // CZ_COMMAND_PET
+packetLen(0x01a1, 3)
// Packet: 0x01a2
-packetLen(0x01a2, 37) // ZC_PROPERTY_PET
+packetLen(0x01a2, 37)
// Packet: 0x01a3
-packetLen(0x01a3, 5) // ZC_FEED_PET
+packetLen(0x01a3, 5)
// Packet: 0x01a4
-packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, 11)
// Packet: 0x01a5
-packetLen(0x01a5, 26) // CZ_RENAME_PET
+packetLen(0x01a5, 26)
// Packet: 0x01a6
-packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+packetLen(0x01a6, -1)
// Packet: 0x01a7
-packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 4)
// Packet: 0x01a8
-packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+packetLen(0x01a8, 4)
// Packet: 0x01a9
-packetLen(0x01a9, 6) // CZ_PET_ACT
+packetLen(0x01a9, 6)
// Packet: 0x01aa
-packetLen(0x01aa, 10) // ZC_PET_ACT
+packetLen(0x01aa, 10)
// Packet: 0x01ab
-packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, 12)
// Packet: 0x01ac
-packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+packetLen(0x01ac, 6)
// Packet: 0x01ad
-packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, -1)
// Packet: 0x01ae
-packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, 4)
// Packet: 0x01af
-packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+packetLen(0x01af, 4)
// Packet: 0x01b0
-packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, 11)
// Packet: 0x01b1
-packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+packetLen(0x01b1, 7)
// Packet: 0x01b2
-packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, -1)
// Packet: 0x01b3
-packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, 67)
// Packet: 0x01b4
-packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+packetLen(0x01b4, 12)
// Packet: 0x01b5
-packetLen(0x01b5, 18) // SC_BILLING_INFO
+packetLen(0x01b5, 18)
// Packet: 0x01b6
-packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+packetLen(0x01b6, 114)
// Packet: 0x01b7
-packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+packetLen(0x01b7, 6)
// Packet: 0x01b8
-packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+packetLen(0x01b8, 3)
// Packet: 0x01b9
-packetLen(0x01b9, 6) // ZC_DISPEL
+packetLen(0x01b9, 6)
// Packet: 0x01ba
-packetLen(0x01ba, 26) // CZ_REMOVE_AID
+packetLen(0x01ba, 26)
// Packet: 0x01bb
-packetLen(0x01bb, 26) // CZ_SHIFT
+packetLen(0x01bb, 26)
// Packet: 0x01bc
-packetLen(0x01bc, 26) // CZ_RECALL
+packetLen(0x01bc, 26)
// Packet: 0x01bd
-packetLen(0x01bd, 26) // CZ_RECALL_GID
+packetLen(0x01bd, 26)
// Packet: 0x01be
-packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+packetLen(0x01be, 2)
// Packet: 0x01bf
-packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+packetLen(0x01bf, 3)
// Packet: 0x01c0
-packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+packetLen(0x01c0, 2)
// Packet: 0x01c1
-packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+packetLen(0x01c1, 14)
// Packet: 0x01c2
-packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+packetLen(0x01c2, 10)
// Packet: 0x01c3
-packetLen(0x01c3, -1) // ZC_BROADCAST2
+packetLen(0x01c3, -1)
// Packet: 0x01c4
-packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 22)
// Packet: 0x01c5
-packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 22)
// Packet: 0x01c6
-packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+packetLen(0x01c6, 4)
// Packet: 0x01c7
-packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+packetLen(0x01c7, 2)
// Packet: 0x01c8
-packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, 13)
// Packet: 0x01c9
-packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 97)
// Packet: 0x01ca
-packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+packetLen(0x01ca, 3)
// Packet: 0x01cb
-packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+packetLen(0x01cb, 9)
// Packet: 0x01cc
-packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+packetLen(0x01cc, 9)
// Packet: 0x01cd
-packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, 30)
// Packet: 0x01ce
-packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, 6)
// Packet: 0x01cf
-packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+packetLen(0x01cf, 28)
// Packet: 0x01d0
-packetLen(0x01d0, 8) // ZC_SPIRITS
+packetLen(0x01d0, 8)
// Packet: 0x01d1
-packetLen(0x01d1, 14) // ZC_BLADESTOP
+packetLen(0x01d1, 14)
// Packet: 0x01d2
-packetLen(0x01d2, 10) // ZC_COMBODELAY
+packetLen(0x01d2, 10)
// Packet: 0x01d3
-packetLen(0x01d3, 35) // ZC_SOUND
+packetLen(0x01d3, 35)
// Packet: 0x01d4
-packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, 6)
// Packet: 0x01d5
-packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, -1)
// Packet: 0x01d6
-packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 4)
// Packet: 0x01d7
-packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 11)
// Packet: 0x01d8
-packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 54)
// Packet: 0x01d9
-packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 53)
// Packet: 0x01da
-packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 60)
// Packet: 0x01db
-packetLen(0x01db, 2) // CA_REQ_HASH
+packetLen(0x01db, 2)
// Packet: 0x01dc
-packetLen(0x01dc, -1) // AC_ACK_HASH
+packetLen(0x01dc, -1)
// Packet: 0x01dd
-packetLen(0x01dd, 47) // CA_LOGIN2
+packetLen(0x01dd, 47)
// Packet: 0x01de
-packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 33)
// Packet: 0x01df
-packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+packetLen(0x01df, 6)
// Packet: 0x01e0
-packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+packetLen(0x01e0, 30)
// Packet: 0x01e1
-packetLen(0x01e1, 8) // ZC_SPIRITS2
+packetLen(0x01e1, 8)
// Packet: 0x01e2
-packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+packetLen(0x01e2, 34)
// Packet: 0x01e3
-packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+packetLen(0x01e3, 14)
// Packet: 0x01e4
-packetLen(0x01e4, 2) // ZC_START_COUPLE
+packetLen(0x01e4, 2)
// Packet: 0x01e5
-packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+packetLen(0x01e5, 6)
// Packet: 0x01e6
-packetLen(0x01e6, 26) // ZC_COUPLENAME
+packetLen(0x01e6, 26)
// Packet: 0x01e7
-packetLen(0x01e7, 2) // CZ_DORIDORI
+packetLen(0x01e7, 2)
// Packet: 0x01e8
-packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 28)
// Packet: 0x01e9
-packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, 81)
// Packet: 0x01ea
-packetLen(0x01ea, 6) // ZC_CONGRATULATION
+packetLen(0x01ea, 6)
// Packet: 0x01eb
-packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, 10)
// Packet: 0x01ec
-packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+packetLen(0x01ec, 26)
// Packet: 0x01ed
-packetLen(0x01ed, 2) // CZ_CHOPOKGI
+packetLen(0x01ed, 2)
// Packet: 0x01ee
-packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, -1)
// Packet: 0x01ef
-packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, -1)
// Packet: 0x01f0
-packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, -1)
// Packet: 0x01f1
-packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+packetLen(0x01f1, -1)
// Packet: 0x01f2
-packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, 20)
// Packet: 0x01f3
-packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+packetLen(0x01f3, 10)
// Packet: 0x01f4
-packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, 32)
// Packet: 0x01f5
-packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, 9)
// Packet: 0x01f6
-packetLen(0x01f6, 34) // ZC_REQ_BABY
+packetLen(0x01f6, 34)
// Packet: 0x01f7
-packetLen(0x01f7, 14) // CZ_JOIN_BABY
+packetLen(0x01f7, 14)
// Packet: 0x01f8
-packetLen(0x01f8, 2) // ZC_START_BABY
+packetLen(0x01f8, 2)
// Packet: 0x01f9
-packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+packetLen(0x01f9, 6)
// Packet: 0x01fa
-packetLen(0x01fa, 48) // CA_LOGIN3
+packetLen(0x01fa, 48)
// Packet: 0x01fb
-packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+packetLen(0x01fb, 56)
// Packet: 0x01fc
-packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, -1)
// Packet: 0x01fd
-packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 15)
// Packet: 0x01fe
-packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, 5)
// Packet: 0x01ff
-packetLen(0x01ff, 10) // ZC_HIGHJUMP
+packetLen(0x01ff, 10)
// Packet: 0x0200
-packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+packetLen(0x0200, 26)
// Packet: 0x0201
-packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+packetLen(0x0201, -1)
// Packet: 0x0202
#if PACKETVER >= 20171220
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20171213
-packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+packetLen(0x0202, 26)
#elif PACKETVER >= 20171115
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20171108
-packetLen(0x0202, 6) // CZ_ADD_FRIENDS
+packetLen(0x0202, 6)
#elif PACKETVER >= 20171101
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20171025
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20170913
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20170906
-packetLen(0x0202, 4) // CZ_ADD_FRIENDS
+packetLen(0x0202, 4)
#elif PACKETVER >= 20170719
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20170712
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20170705
-packetLen(0x0202, 36) // CZ_ADD_FRIENDS
+packetLen(0x0202, 36)
#elif PACKETVER >= 20170628
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20170621
-packetLen(0x0202, 12) // CZ_ADD_FRIENDS
+packetLen(0x0202, 12)
#elif PACKETVER >= 20170329
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20170322
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20170315
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20170308
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20170228
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20170222
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20170104
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#endif
// Packet: 0x0203
-packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+packetLen(0x0203, 10)
// Packet: 0x0204
-packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+packetLen(0x0204, 18)
// Packet: 0x0205
-packetLen(0x0205, 26) // ZC_DIVORCE
+packetLen(0x0205, 26)
// Packet: 0x0206
-packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+packetLen(0x0206, 11)
// Packet: 0x0207
-packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, 34)
// Packet: 0x0208
-packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, 14)
// Packet: 0x0209
-packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, 36)
// Packet: 0x020a
-packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 10)
// Packet: 0x020d
-packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+packetLen(0x020d, -1)
// Packet: 0x020e
-packetLen(0x020e, 32) // ZC_STARSKILL
+packetLen(0x020e, 32)
// Packet: 0x020f
-packetLen(0x020f, 10) // CZ_REQ_PVPPOINT
+packetLen(0x020f, 10)
// Packet: 0x0210
-packetLen(0x0210, 22) // ZC_ACK_PVPPOINT
+packetLen(0x0210, 22)
// Packet: 0x0212
-packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+packetLen(0x0212, 26)
// Packet: 0x0213
-packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+packetLen(0x0213, 26)
// Packet: 0x0214
-packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+packetLen(0x0214, 42)
// Packet: 0x0215
-packetLen(0x0215, 6) // ZC_SKILLMSG
+packetLen(0x0215, 6)
// Packet: 0x0216
-packetLen(0x0216, 6) // ZC_BABYMSG
+packetLen(0x0216, 6)
// Packet: 0x0217
-packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 2)
// Packet: 0x0218
-packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, 2)
// Packet: 0x0219
-packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 282)
// Packet: 0x021a
-packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, 282)
// Packet: 0x021b
-packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, 10)
// Packet: 0x021c
-packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, 10)
// Packet: 0x021d
-packetLen(0x021d, 6) // CZ_LESSEFFECT
+packetLen(0x021d, 6)
// Packet: 0x021e
-packetLen(0x021e, 6) // ZC_LESSEFFECT
+packetLen(0x021e, 6)
// Packet: 0x021f
-packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+packetLen(0x021f, 66)
// Packet: 0x0220
-packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+packetLen(0x0220, 10)
// Packet: 0x0221
-packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+packetLen(0x0221, -1)
// Packet: 0x0222
-packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+packetLen(0x0222, 6)
// Packet: 0x0223
-packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+packetLen(0x0223, 8)
// Packet: 0x0224
-packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+packetLen(0x0224, 10)
// Packet: 0x0225
-packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+packetLen(0x0225, 2)
// Packet: 0x0226
-packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+packetLen(0x0226, 282)
// Packet: 0x0227
-packetLen(0x0227, 18) // ZC_GAME_GUARD
+packetLen(0x0227, 18)
// Packet: 0x0228
-packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+packetLen(0x0228, 18)
// Packet: 0x0229
-packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+packetLen(0x0229, 15)
// Packet: 0x022a
-packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 58)
// Packet: 0x022b
-packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, 57)
// Packet: 0x022c
-packetLen(0x022c, 65) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, 65)
// Packet: 0x022d
#if PACKETVER >= 20171108
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20171101
-packetLen(0x022d, 36) // CZ_COMMAND_MER
+packetLen(0x022d, 36)
#elif PACKETVER >= 20171025
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20171011
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20171002
-packetLen(0x022d, 6) // CZ_COMMAND_MER
+packetLen(0x022d, 6)
#elif PACKETVER >= 20170823
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20170816
-packetLen(0x022d, 6) // CZ_COMMAND_MER
+packetLen(0x022d, 6)
#elif PACKETVER >= 20170809
-packetLen(0x022d, 4) // CZ_COMMAND_MER
+packetLen(0x022d, 4)
#elif PACKETVER >= 20170801
-packetLen(0x022d, 6) // CZ_COMMAND_MER
+packetLen(0x022d, 6)
#elif PACKETVER >= 20170726
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20170719
-packetLen(0x022d, 7) // CZ_COMMAND_MER
+packetLen(0x022d, 7)
#elif PACKETVER >= 20170712
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20170705
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20170628
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20170329
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20170322
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20170315
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20170308
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20170228
-packetLen(0x022d, 6) // CZ_COMMAND_MER
+packetLen(0x022d, 6)
#elif PACKETVER >= 20170125
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20170118
-packetLen(0x022d, 10) // CZ_COMMAND_MER
+packetLen(0x022d, 10)
#elif PACKETVER >= 20170104
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#endif
// Packet: 0x022e
-packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 71)
// Packet: 0x022f
-packetLen(0x022f, 5) // ZC_FEED_MER
+packetLen(0x022f, 5)
// Packet: 0x0230
-packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+packetLen(0x0230, 12)
// Packet: 0x0231
-packetLen(0x0231, 26) // CZ_RENAME_MER
+packetLen(0x0231, 26)
// Packet: 0x0232
-packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, 9)
// Packet: 0x0233
-packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, 11)
// Packet: 0x0234
-packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, 6)
// Packet: 0x0235
-packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, -1)
// Packet: 0x0236
-packetLen(0x0236, 10) // ZC_KILLER_POINT
+packetLen(0x0236, 10)
// Packet: 0x0237
-packetLen(0x0237, 2) // CZ_KILLER_RANK
+packetLen(0x0237, 2)
// Packet: 0x0238
-packetLen(0x0238, 282) // ZC_KILLER_RANK
+packetLen(0x0238, 282)
// Packet: 0x0239
-packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 11)
// Packet: 0x023a
-packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, 4)
// Packet: 0x023b
#if PACKETVER >= 20171101
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20171025
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20171018
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20171011
-packetLen(0x023b, 5) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 5)
#elif PACKETVER >= 20170719
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20170712
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20170705
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20170628
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20170621
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20170614
-packetLen(0x023b, 8) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 8)
#elif PACKETVER >= 20170419
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20170412
-packetLen(0x023b, 10) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 10)
#elif PACKETVER >= 20170329
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20170322
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20170315
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20170308
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20170104
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#endif
// Packet: 0x023c
-packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, 6)
// Packet: 0x023d
-packetLen(0x023d, 6) // AC_EVENT_RESULT
+packetLen(0x023d, 6)
// Packet: 0x023e
-packetLen(0x023e, 8) // HC_REQUEST_CHARACTER_PASSWORD
+packetLen(0x023e, 8)
// Packet: 0x023f
-packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+packetLen(0x023f, 2)
// Packet: 0x0240
-packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+packetLen(0x0240, -1)
// Packet: 0x0241
-packetLen(0x0241, 6) // CZ_MAIL_OPEN
+packetLen(0x0241, 6)
// Packet: 0x0242
-packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+packetLen(0x0242, -1)
// Packet: 0x0243
-packetLen(0x0243, 6) // CZ_MAIL_DELETE
+packetLen(0x0243, 6)
// Packet: 0x0244
-packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+packetLen(0x0244, 6)
// Packet: 0x0245
-packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+packetLen(0x0245, 3)
// Packet: 0x0246
-packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+packetLen(0x0246, 4)
// Packet: 0x0247
-packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+packetLen(0x0247, 8)
// Packet: 0x0248
-packetLen(0x0248, -1) // CZ_MAIL_SEND
+packetLen(0x0248, -1)
// Packet: 0x0249
-packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+packetLen(0x0249, 3)
// Packet: 0x024a
-packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+packetLen(0x024a, 70)
// Packet: 0x024b
-packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+packetLen(0x024b, 4)
// Packet: 0x024c
-packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+packetLen(0x024c, 8)
// Packet: 0x024d
-packetLen(0x024d, 12) // CZ_AUCTION_ADD
+packetLen(0x024d, 12)
// Packet: 0x024e
-packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+packetLen(0x024e, 6)
// Packet: 0x024f
-packetLen(0x024f, 10) // CZ_AUCTION_BUY
+packetLen(0x024f, 10)
// Packet: 0x0250
-packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+packetLen(0x0250, 3)
// Packet: 0x0251
-packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+packetLen(0x0251, 34)
// Packet: 0x0252
-packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+packetLen(0x0252, -1)
// Packet: 0x0253
-packetLen(0x0253, 3) // ZC_STARPLACE
+packetLen(0x0253, 3)
// Packet: 0x0254
-packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+packetLen(0x0254, 3)
// Packet: 0x0255
-packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+packetLen(0x0255, 5)
// Packet: 0x0256
-packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+packetLen(0x0256, 5)
// Packet: 0x0257
-packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+packetLen(0x0257, 8)
// Packet: 0x0258
-packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+packetLen(0x0258, 2)
// Packet: 0x0259
-packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+packetLen(0x0259, 3)
// Packet: 0x025a
-packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+packetLen(0x025a, -1)
// Packet: 0x025b
-packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+packetLen(0x025b, 6)
// Packet: 0x025c
-packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+packetLen(0x025c, 4)
// Packet: 0x025d
-packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+packetLen(0x025d, 6)
// Packet: 0x025e
-packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+packetLen(0x025e, 4)
// Packet: 0x025f
-packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+packetLen(0x025f, 6)
// Packet: 0x0260
-packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+packetLen(0x0260, 6)
// Packet: 0x0261
-packetLen(0x0261, 11) // AC_REQ_LOGIN_OLDEKEY
+packetLen(0x0261, 11)
// Packet: 0x0262
-packetLen(0x0262, 11) // AC_REQ_LOGIN_NEWEKEY
+packetLen(0x0262, 11)
// Packet: 0x0263
-packetLen(0x0263, 11) // AC_REQ_LOGIN_CARDPASS
+packetLen(0x0263, 11)
// Packet: 0x0264
-packetLen(0x0264, 20) // CA_ACK_LOGIN_OLDEKEY
+packetLen(0x0264, 20)
// Packet: 0x0265
-packetLen(0x0265, 20) // CA_ACK_LOGIN_NEWEKEY
+packetLen(0x0265, 20)
// Packet: 0x0266
-packetLen(0x0266, 30) // CA_ACK_LOGIN_CARDPASS
+packetLen(0x0266, 30)
// Packet: 0x0267
-packetLen(0x0267, 4) // AC_ACK_EKEY_FAIL_NOTEXIST
+packetLen(0x0267, 4)
// Packet: 0x0268
-packetLen(0x0268, 4) // AC_ACK_EKEY_FAIL_NOTUSESEKEY
+packetLen(0x0268, 4)
// Packet: 0x0269
-packetLen(0x0269, 4) // AC_ACK_EKEY_FAIL_NOTUSEDEKEY
+packetLen(0x0269, 4)
// Packet: 0x026a
-packetLen(0x026a, 4) // AC_ACK_EKEY_FAIL_AUTHREFUSE
+packetLen(0x026a, 4)
// Packet: 0x026b
-packetLen(0x026b, 4) // AC_ACK_EKEY_FAIL_INPUTEKEY
+packetLen(0x026b, 4)
// Packet: 0x026c
-packetLen(0x026c, 4) // AC_ACK_EKEY_FAIL_NOTICE
+packetLen(0x026c, 4)
// Packet: 0x026d
-packetLen(0x026d, 4) // AC_ACK_EKEY_FAIL_NEEDCARDPASS
+packetLen(0x026d, 4)
// Packet: 0x026f
-packetLen(0x026f, 2) // AC_ACK_FIRST_LOGIN
+packetLen(0x026f, 2)
// Packet: 0x0270
-packetLen(0x0270, 2) // AC_REQ_LOGIN_ACCOUNT_INFO
+packetLen(0x0270, 2)
// Packet: 0x0271
-packetLen(0x0271, 40) // CA_ACK_LOGIN_ACCOUNT_INFO
+packetLen(0x0271, 40)
// Packet: 0x0272
-packetLen(0x0272, 44) // AC_ACK_PT_ID_INFO
+packetLen(0x0272, 44)
// Packet: 0x0273
-packetLen(0x0273, 30) // CZ_REQ_MAIL_RETURN
+packetLen(0x0273, 30)
// Packet: 0x0274
-packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, 8)
// Packet: 0x0275
-packetLen(0x0275, 37) // CH_ENTER2
+packetLen(0x0275, 37)
// Packet: 0x0276
-packetLen(0x0276, -1) // AC_ACCEPT_LOGIN2
+packetLen(0x0276, -1)
// Packet: 0x0277
-packetLen(0x0277, 84) // CA_LOGIN_PCBANG
+packetLen(0x0277, 84)
// Packet: 0x0278
-packetLen(0x0278, 2) // ZC_NOTIFY_PCBANG
+packetLen(0x0278, 2)
// Packet: 0x0279
-packetLen(0x0279, 2) // CZ_HUNTINGLIST
+packetLen(0x0279, 2)
// Packet: 0x027a
-packetLen(0x027a, -1) // ZC_HUNTINGLIST
+packetLen(0x027a, -1)
// Packet: 0x027b
-packetLen(0x027b, 14) // ZC_PCBANG_EFFECT
+packetLen(0x027b, 14)
// Packet: 0x027c
-packetLen(0x027c, 60) // CA_LOGIN4
+packetLen(0x027c, 60)
// Packet: 0x027d
-packetLen(0x027d, 62) // ZC_PROPERTY_MERCE
+packetLen(0x027d, 62)
// Packet: 0x027e
-packetLen(0x027e, -1) // ZC_SHANDA_PROTECT
+packetLen(0x027e, -1)
// Packet: 0x027f
-packetLen(0x027f, 8) // CA_CLIENT_TYPE
+packetLen(0x027f, 8)
// Packet: 0x0280
-packetLen(0x0280, 12) // ZC_GANGSI_POINT
+packetLen(0x0280, 12)
// Packet: 0x0281
#if PACKETVER >= 20171227
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20171220
-packetLen(0x0281, 19) // CZ_GANGSI_RANK
+packetLen(0x0281, 19)
#elif PACKETVER >= 20171213
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20171129
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20171122
-packetLen(0x0281, 6) // CZ_GANGSI_RANK
+packetLen(0x0281, 6)
#elif PACKETVER >= 20171101
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20171025
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20171018
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20171011
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20170920
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20170913
-packetLen(0x0281, 6) // CZ_GANGSI_RANK
+packetLen(0x0281, 6)
#elif PACKETVER >= 20170906
-packetLen(0x0281, 36) // CZ_GANGSI_RANK
+packetLen(0x0281, 36)
#elif PACKETVER >= 20170830
-packetLen(0x0281, 5) // CZ_GANGSI_RANK
+packetLen(0x0281, 5)
#elif PACKETVER >= 20170823
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20170816
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20170809
-packetLen(0x0281, 8) // CZ_GANGSI_RANK
+packetLen(0x0281, 8)
#elif PACKETVER >= 20170801
-packetLen(0x0281, 5) // CZ_GANGSI_RANK
+packetLen(0x0281, 5)
#elif PACKETVER >= 20170719
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20170712
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20170705
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20170628
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20170517
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20170502
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20170426
-packetLen(0x0281, 36) // CZ_GANGSI_RANK
+packetLen(0x0281, 36)
#elif PACKETVER >= 20170412
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20170405
-packetLen(0x0281, 18) // CZ_GANGSI_RANK
+packetLen(0x0281, 18)
#elif PACKETVER >= 20170329
-packetLen(0x0281, 26) // CZ_GANGSI_RANK
+packetLen(0x0281, 26)
#elif PACKETVER >= 20170322
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20170315
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20170308
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20170111
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20170104
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#endif
// Packet: 0x0282
-packetLen(0x0282, 284) // ZC_GANGSI_RANK
+packetLen(0x0282, 284)
// Packet: 0x0283
-packetLen(0x0283, 6) // ZC_AID
+packetLen(0x0283, 6)
// Packet: 0x0284
-packetLen(0x0284, 14) // ZC_NOTIFY_EFFECT3
+packetLen(0x0284, 14)
// Packet: 0x0285
-packetLen(0x0285, 6) // ZC_DEATH_QUESTION
+packetLen(0x0285, 6)
// Packet: 0x0286
-packetLen(0x0286, 4) // CZ_DEATH_QUESTION
+packetLen(0x0286, 4)
// Packet: 0x0287
-packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, -1)
// Packet: 0x0288
-packetLen(0x0288, -1) // CZ_PC_BUY_CASH_POINT_ITEM
+packetLen(0x0288, -1)
// Packet: 0x0289
-packetLen(0x0289, 12) // ZC_PC_CASH_POINT_UPDATE
+packetLen(0x0289, 12)
// Packet: 0x028a
-packetLen(0x028a, 18) // ZC_NPC_SHOWEFST_UPDATE
+packetLen(0x028a, 18)
// Packet: 0x028b
-packetLen(0x028b, -1) // HC_CHARNOTBEENSELECTED
+packetLen(0x028b, -1)
// Packet: 0x028c
-packetLen(0x028c, 46) // CH_SELECT_CHAR_GOINGTOBEUSED
+packetLen(0x028c, 46)
// Packet: 0x028d
-packetLen(0x028d, 34) // CH_REQ_IS_VALID_CHARNAME
+packetLen(0x028d, 34)
// Packet: 0x028e
-packetLen(0x028e, 4) // HC_ACK_IS_VALID_CHARNAME
+packetLen(0x028e, 4)
// Packet: 0x028f
-packetLen(0x028f, 6) // CH_REQ_CHANGE_CHARNAME
+packetLen(0x028f, 6)
// Packet: 0x0290
-packetLen(0x0290, 4) // HC_ACK_CHANGE_CHARNAME
+packetLen(0x0290, 4)
// Packet: 0x0291
-packetLen(0x0291, 4) // ZC_MSG
+packetLen(0x0291, 4)
// Packet: 0x0292
-packetLen(0x0292, 2) // CZ_STANDING_RESURRECTION
+packetLen(0x0292, 2)
// Packet: 0x0293
-packetLen(0x0293, 70) // ZC_BOSS_INFO
+packetLen(0x0293, 70)
// Packet: 0x0294
-packetLen(0x0294, 10) // ZC_READ_BOOK
+packetLen(0x0294, 10)
// Packet: 0x0295
-packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, -1)
// Packet: 0x0296
-packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, -1)
// Packet: 0x0297
-packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, -1)
// Packet: 0x0298
-packetLen(0x0298, 8) // ZC_CASH_TIME_COUNTER
+packetLen(0x0298, 8)
// Packet: 0x0299
-packetLen(0x0299, 6) // ZC_CASH_ITEM_DELETE
+packetLen(0x0299, 6)
// Packet: 0x029a
-packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, 27)
// Packet: 0x029b
-packetLen(0x029b, 80) // ZC_MER_INIT
+packetLen(0x029b, 80)
// Packet: 0x029c
-packetLen(0x029c, 66) // ZC_MER_PROPERTY
+packetLen(0x029c, 66)
// Packet: 0x029d
-packetLen(0x029d, -1) // ZC_MER_SKILLINFO_LIST
+packetLen(0x029d, -1)
// Packet: 0x029e
-packetLen(0x029e, 11) // ZC_MER_SKILLINFO_UPDATE
+packetLen(0x029e, 11)
// Packet: 0x029f
-packetLen(0x029f, 3) // CZ_MER_COMMAND
+packetLen(0x029f, 3)
// Packet: 0x02a2
-packetLen(0x02a2, 8) // ZC_MER_PAR_CHANGE
+packetLen(0x02a2, 8)
// Packet: 0x02a5
-packetLen(0x02a5, 8) // CZ_KSY_EVENT
+packetLen(0x02a5, 8)
// Packet: 0x02a6
-packetLen(0x02a6, -1) // ZC_HACKSH_CPX_MSG
+packetLen(0x02a6, -1)
// Packet: 0x02a7
-packetLen(0x02a7, -1) // CZ_HACKSH_CPX_MSG
+packetLen(0x02a7, -1)
// Packet: 0x02aa
-packetLen(0x02aa, 4) // ZC_REQ_CASH_PASSWORD
+packetLen(0x02aa, 4)
// Packet: 0x02ab
-packetLen(0x02ab, 36) // CZ_ACK_CASH_PASSWORD
+packetLen(0x02ab, 36)
// Packet: 0x02ac
-packetLen(0x02ac, 6) // ZC_RESULT_CASH_PASSWORD
+packetLen(0x02ac, 6)
// Packet: 0x02ad
-packetLen(0x02ad, 8) // AC_REQUEST_SECOND_PASSWORD
+packetLen(0x02ad, 8)
// Packet: 0x02b0
-packetLen(0x02b0, 85) // CA_LOGIN_HAN
+packetLen(0x02b0, 85)
// Packet: 0x02b1
-packetLen(0x02b1, -1) // ZC_ALL_QUEST_LIST
+packetLen(0x02b1, -1)
// Packet: 0x02b2
-packetLen(0x02b2, -1) // ZC_ALL_QUEST_MISSION
+packetLen(0x02b2, -1)
// Packet: 0x02b3
-packetLen(0x02b3, 107) // ZC_ADD_QUEST
+packetLen(0x02b3, 107)
// Packet: 0x02b4
-packetLen(0x02b4, 6) // ZC_DEL_QUEST
+packetLen(0x02b4, 6)
// Packet: 0x02b5
-packetLen(0x02b5, -1) // ZC_UPDATE_MISSION_HUNT
+packetLen(0x02b5, -1)
// Packet: 0x02b6
-packetLen(0x02b6, 7) // CZ_ACTIVE_QUEST
+packetLen(0x02b6, 7)
// Packet: 0x02b7
-packetLen(0x02b7, 7) // ZC_ACTIVE_QUEST
+packetLen(0x02b7, 7)
// Packet: 0x02b8
-packetLen(0x02b8, 22) // ZC_ITEM_PICKUP_PARTY
+packetLen(0x02b8, 22)
// Packet: 0x02b9
-packetLen(0x02b9, 191) // ZC_SHORTCUT_KEY_LIST
+packetLen(0x02b9, 191)
// Packet: 0x02ba
-packetLen(0x02ba, 11) // CZ_SHORTCUT_KEY_CHANGE
+packetLen(0x02ba, 11)
// Packet: 0x02bb
-packetLen(0x02bb, 8) // ZC_EQUIPITEM_DAMAGED
+packetLen(0x02bb, 8)
// Packet: 0x02bc
-packetLen(0x02bc, 6) // ZC_NOTIFY_PCBANG_PLAYING_TIME
+packetLen(0x02bc, 6)
// Packet: 0x02c1
-packetLen(0x02c1, -1) // ZC_NPC_CHAT
+packetLen(0x02c1, -1)
// Packet: 0x02c2
-packetLen(0x02c2, -1) // ZC_FORMATSTRING_MSG
+packetLen(0x02c2, -1)
// Packet: 0x02c4
#if PACKETVER >= 20171206
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20171129
-packetLen(0x02c4, 5) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 5)
#elif PACKETVER >= 20171122
-packetLen(0x02c4, -1) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, -1)
#elif PACKETVER >= 20171002
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20170927
-packetLen(0x02c4, 5) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 5)
#elif PACKETVER >= 20170913
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20170906
-packetLen(0x02c4, 90) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 90)
#elif PACKETVER >= 20170830
-packetLen(0x02c4, 6) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 6)
#elif PACKETVER >= 20170712
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20170705
-packetLen(0x02c4, 18) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 18)
#elif PACKETVER >= 20170322
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20170315
-packetLen(0x02c4, 10) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 10)
#elif PACKETVER >= 20170222
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20170215
-packetLen(0x02c4, 36) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 36)
#elif PACKETVER >= 20170208
-packetLen(0x02c4, 4) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 4)
#elif PACKETVER >= 20170104
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#endif
// Packet: 0x02c5
-packetLen(0x02c5, 30) // ZC_PARTY_JOIN_REQ_ACK
+packetLen(0x02c5, 30)
// Packet: 0x02c6
-packetLen(0x02c6, 30) // ZC_PARTY_JOIN_REQ
+packetLen(0x02c6, 30)
// Packet: 0x02c7
-packetLen(0x02c7, 7) // CZ_PARTY_JOIN_REQ_ACK
+packetLen(0x02c7, 7)
// Packet: 0x02c8
-packetLen(0x02c8, 3) // CZ_PARTY_CONFIG
+packetLen(0x02c8, 3)
// Packet: 0x02c9
-packetLen(0x02c9, 3) // ZC_PARTY_CONFIG
+packetLen(0x02c9, 3)
// Packet: 0x02ca
-packetLen(0x02ca, 3) // HC_REFUSE_SELECTCHAR
+packetLen(0x02ca, 3)
// Packet: 0x02cb
-packetLen(0x02cb, 65) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO
+packetLen(0x02cb, 65)
// Packet: 0x02cc
-packetLen(0x02cc, 4) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_NOTIFY
+packetLen(0x02cc, 4)
// Packet: 0x02cd
-packetLen(0x02cd, 71) // ZC_MEMORIALDUNGEON_INFO
+packetLen(0x02cd, 71)
// Packet: 0x02ce
-packetLen(0x02ce, 10) // ZC_MEMORIALDUNGEON_NOTIFY
+packetLen(0x02ce, 10)
// Packet: 0x02cf
-packetLen(0x02cf, 6) // CZ_MEMORIALDUNGEON_COMMAND
+packetLen(0x02cf, 6)
// Packet: 0x02d0
-packetLen(0x02d0, -1) // ZC_EQUIPMENT_ITEMLIST3
+packetLen(0x02d0, -1)
// Packet: 0x02d1
-packetLen(0x02d1, -1) // ZC_STORE_EQUIPMENT_ITEMLIST3
+packetLen(0x02d1, -1)
// Packet: 0x02d2
-packetLen(0x02d2, -1) // ZC_CART_EQUIPMENT_ITEMLIST3
+packetLen(0x02d2, -1)
// Packet: 0x02d3
-packetLen(0x02d3, 4) // ZC_NOTIFY_BIND_ON_EQUIP
+packetLen(0x02d3, 4)
// Packet: 0x02d4
-packetLen(0x02d4, 29) // ZC_ITEM_PICKUP_ACK3
+packetLen(0x02d4, 29)
// Packet: 0x02d5
-packetLen(0x02d5, 2) // ZC_ISVR_DISCONNECT
+packetLen(0x02d5, 2)
// Packet: 0x02d6
-packetLen(0x02d6, 6) // CZ_EQUIPWIN_MICROSCOPE
+packetLen(0x02d6, 6)
// Packet: 0x02d7
-packetLen(0x02d7, -1) // ZC_EQUIPWIN_MICROSCOPE
+packetLen(0x02d7, -1)
// Packet: 0x02d8
-packetLen(0x02d8, 10) // CZ_CONFIG
+packetLen(0x02d8, 10)
// Packet: 0x02d9
-packetLen(0x02d9, 10) // ZC_CONFIG
+packetLen(0x02d9, 10)
// Packet: 0x02da
-packetLen(0x02da, 3) // ZC_CONFIG_NOTIFY
+packetLen(0x02da, 3)
// Packet: 0x02db
-packetLen(0x02db, -1) // CZ_BATTLEFIELD_CHAT
+packetLen(0x02db, -1)
// Packet: 0x02dc
-packetLen(0x02dc, -1) // ZC_BATTLEFIELD_CHAT
+packetLen(0x02dc, -1)
// Packet: 0x02dd
-packetLen(0x02dd, 32) // ZC_BATTLEFIELD_NOTIFY_CAMPINFO
+packetLen(0x02dd, 32)
// Packet: 0x02de
-packetLen(0x02de, 6) // ZC_BATTLEFIELD_NOTIFY_POINT
+packetLen(0x02de, 6)
// Packet: 0x02df
-packetLen(0x02df, 36) // ZC_BATTLEFIELD_NOTIFY_POSITION
+packetLen(0x02df, 36)
// Packet: 0x02e0
-packetLen(0x02e0, 34) // ZC_BATTLEFIELD_NOTIFY_HP
+packetLen(0x02e0, 34)
// Packet: 0x02e1
-packetLen(0x02e1, 33) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, 33)
// Packet: 0x02e2
-packetLen(0x02e2, 20) // CZ_USE_ITEM_NEW_JAPEN
+packetLen(0x02e2, 20)
// Packet: 0x02e3
-packetLen(0x02e3, 22) // CZ_USE_SKILL_NEW_JAPEN
+packetLen(0x02e3, 22)
// Packet: 0x02e4
-packetLen(0x02e4, 11) // CZ_ITEM_PICKUP_NEW_JAPEN
+packetLen(0x02e4, 11)
// Packet: 0x02e5
-packetLen(0x02e5, 9) // CZ_REQUEST_MOVE_NEW_JAPEN
+packetLen(0x02e5, 9)
// Packet: 0x02e6
-packetLen(0x02e6, 6) // CZ_BOT_CHECK
+packetLen(0x02e6, 6)
// Packet: 0x02e7
-packetLen(0x02e7, -1) // ZC_MAPPROPERTY
+packetLen(0x02e7, -1)
// Packet: 0x02e8
-packetLen(0x02e8, -1) // ZC_NORMAL_ITEMLIST3
+packetLen(0x02e8, -1)
// Packet: 0x02e9
-packetLen(0x02e9, -1) // ZC_CART_NORMAL_ITEMLIST3
+packetLen(0x02e9, -1)
// Packet: 0x02ea
-packetLen(0x02ea, -1) // ZC_STORE_NORMAL_ITEMLIST3
+packetLen(0x02ea, -1)
// Packet: 0x02eb
-packetLen(0x02eb, 13) // ZC_ACCEPT_ENTER2
+packetLen(0x02eb, 13)
// Packet: 0x02ec
-packetLen(0x02ec, 67) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 67)
// Packet: 0x02ed
-packetLen(0x02ed, 59) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, 59)
// Packet: 0x02ee
-packetLen(0x02ee, 60) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, 60)
// Packet: 0x02ef
-packetLen(0x02ef, 8) // ZC_NOTIFY_FONT
+packetLen(0x02ef, 8)
// Packet: 0x02f0
-packetLen(0x02f0, 10) // ZC_PROGRESS
+packetLen(0x02f0, 10)
// Packet: 0x02f1
-packetLen(0x02f1, 2) // CZ_PROGRESS
+packetLen(0x02f1, 2)
// Packet: 0x02f2
-packetLen(0x02f2, 2) // ZC_PROGRESS_CANCEL
+packetLen(0x02f2, 2)
// Packet: 0x02f3
-packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+packetLen(0x02f3, -1)
// Packet: 0x02f4
-packetLen(0x02f4, 3) // ZC_IRMAIL_SEND_RES
+packetLen(0x02f4, 3)
// Packet: 0x02f5
-packetLen(0x02f5, 7) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, 7)
// Packet: 0x02f6
-packetLen(0x02f6, 7) // CZ_IRMAIL_LIST
+packetLen(0x02f6, 7)
// Packet: 0x035c
-packetLen(0x035c, 2) // CZ_OPEN_SIMPLE_CASHSHOP_ITEMLIST
+packetLen(0x035c, 2)
// Packet: 0x035d
-packetLen(0x035d, -1) // ZC_SIMPLE_CASHSHOP_POINT_ITEMLIST
+packetLen(0x035d, -1)
// Packet: 0x035e
-packetLen(0x035e, 2) // CZ_CLOSE_WINDOW
+packetLen(0x035e, 2)
// Packet: 0x035f
#if PACKETVER >= 20171227
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20171220
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20171213
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20171206
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20171129
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20171122
-packetLen(0x035f, 4) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 4)
#elif PACKETVER >= 20171115
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20171101
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20170927
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20170920
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20170913
-packetLen(0x035f, 26) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 26)
#elif PACKETVER >= 20170906
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20170830
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20170823
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20170809
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20170801
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20170719
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20170621
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20170517
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20170426
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20170412
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20170322
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20170315
-packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+packetLen(0x035f, -1)
#elif PACKETVER >= 20170308
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20170228
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20170222
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20170215
-packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+packetLen(0x035f, -1)
#elif PACKETVER >= 20170201
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20170125
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20170104
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#endif
// Packet: 0x0360
#if PACKETVER >= 20171227
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20171220
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20171206
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20171122
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20171115
-packetLen(0x0360, 19) // CZ_REQUEST_TIME2
+packetLen(0x0360, 19)
#elif PACKETVER >= 20171101
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20171002
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20170913
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20170906
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20170830
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20170823
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20170809
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20170801
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20170719
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20170621
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20170517
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20170426
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20170412
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20170322
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20170315
-packetLen(0x0360, 5) // CZ_REQUEST_TIME2
+packetLen(0x0360, 5)
#elif PACKETVER >= 20170308
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20170228
-packetLen(0x0360, 7) // CZ_REQUEST_TIME2
+packetLen(0x0360, 7)
#elif PACKETVER >= 20170201
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20170125
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20170104
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#endif
// Packet: 0x0361
#if PACKETVER >= 20171227
-packetLen(0x0361, 7) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 7)
#elif PACKETVER >= 20171206
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20171129
-packetLen(0x0361, 12) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 12)
#elif PACKETVER >= 20171101
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20171025
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20171002
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20170927
-packetLen(0x0361, 4) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 4)
#elif PACKETVER >= 20170830
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20170823
-packetLen(0x0361, 26) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 26)
#elif PACKETVER >= 20170816
-packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, -1)
#elif PACKETVER >= 20170809
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20170801
-packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, -1)
#elif PACKETVER >= 20170719
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20170712
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20170705
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20170628
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20170621
-packetLen(0x0361, 6) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 6)
#elif PACKETVER >= 20170614
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20170607
-packetLen(0x0361, -1) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, -1)
#elif PACKETVER >= 20170531
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20170329
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20170322
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20170315
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20170308
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20170104
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#endif
// Packet: 0x0362
#if PACKETVER >= 20171220
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20171213
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20171101
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20171025
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20171018
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20171011
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20171002
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20170927
-packetLen(0x0362, -1) // CZ_ITEM_PICKUP2
+packetLen(0x0362, -1)
#elif PACKETVER >= 20170830
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20170823
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20170816
-packetLen(0x0362, 90) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 90)
#elif PACKETVER >= 20170809
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20170801
-packetLen(0x0362, 5) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 5)
#elif PACKETVER >= 20170719
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20170712
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20170705
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20170628
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20170517
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20170502
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20170412
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20170405
-packetLen(0x0362, 7) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 7)
#elif PACKETVER >= 20170329
-packetLen(0x0362, 5) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 5)
#elif PACKETVER >= 20170322
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20170315
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20170308
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20170228
-packetLen(0x0362, 5) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 5)
#elif PACKETVER >= 20170111
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20170104
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#endif
// Packet: 0x0363
#if PACKETVER >= 20171220
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20171213
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20171206
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20171129
-packetLen(0x0363, 26) // CZ_ITEM_THROW2
+packetLen(0x0363, 26)
#elif PACKETVER >= 20171101
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20171025
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20171018
-packetLen(0x0363, 19) // CZ_ITEM_THROW2
+packetLen(0x0363, 19)
#elif PACKETVER >= 20171011
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20171002
-packetLen(0x0363, 10) // CZ_ITEM_THROW2
+packetLen(0x0363, 10)
#elif PACKETVER >= 20170906
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20170830
-packetLen(0x0363, 18) // CZ_ITEM_THROW2
+packetLen(0x0363, 18)
#elif PACKETVER >= 20170823
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20170809
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20170801
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20170726
-packetLen(0x0363, -1) // CZ_ITEM_THROW2
+packetLen(0x0363, -1)
#elif PACKETVER >= 20170719
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20170712
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20170705
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20170628
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20170517
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20170502
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20170412
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20170405
-packetLen(0x0363, 4) // CZ_ITEM_THROW2
+packetLen(0x0363, 4)
#elif PACKETVER >= 20170322
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20170315
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20170308
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20170111
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20170104
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#endif
// Packet: 0x0364
#if PACKETVER >= 20171220
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20171213
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20171101
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20171011
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20170906
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20170823
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20170816
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20170809
-packetLen(0x0364, 26) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 26)
#elif PACKETVER >= 20170726
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20170719
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20170712
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20170705
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20170628
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20170621
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20170614
-packetLen(0x0364, 5) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 5)
#elif PACKETVER >= 20170607
-packetLen(0x0364, 36) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 36)
#elif PACKETVER >= 20170531
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20170524
-packetLen(0x0364, 26) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 26)
#elif PACKETVER >= 20170502
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20170329
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20170322
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20170315
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20170308
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20170125
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20170118
-packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 6)
#elif PACKETVER >= 20170111
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20170104
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#endif
// Packet: 0x0365
#if PACKETVER >= 20171220
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20171213
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20171206
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20171129
-packetLen(0x0365, 6) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 6)
#elif PACKETVER >= 20171122
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20171115
-packetLen(0x0365, 6) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 6)
#elif PACKETVER >= 20171101
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20171025
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20171018
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20171011
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20170830
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20170823
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20170809
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20170801
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20170719
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20170712
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20170705
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20170628
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20170621
-packetLen(0x0365, -1) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, -1)
#elif PACKETVER >= 20170517
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20170502
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20170419
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20170412
-packetLen(0x0365, 6) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 6)
#elif PACKETVER >= 20170329
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20170322
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20170315
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20170308
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20170111
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20170104
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#endif
// Packet: 0x0366
#if PACKETVER >= 20171227
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20171220
-packetLen(0x0366, 8) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 8)
#elif PACKETVER >= 20171129
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20171122
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20171115
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20171101
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20171002
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20170927
-packetLen(0x0366, 19) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 19)
#elif PACKETVER >= 20170913
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20170906
-packetLen(0x0366, 26) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 26)
#elif PACKETVER >= 20170830
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20170823
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20170816
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20170809
-packetLen(0x0366, 26) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 26)
#elif PACKETVER >= 20170801
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20170726
-packetLen(0x0366, 19) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 19)
#elif PACKETVER >= 20170719
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20170628
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20170621
-packetLen(0x0366, 18) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 18)
#elif PACKETVER >= 20170517
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20170426
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20170412
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20170322
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20170315
-packetLen(0x0366, 6) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 6)
#elif PACKETVER >= 20170308
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20170228
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20170222
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20170215
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20170208
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20170125
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20170104
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#endif
// Packet: 0x0367
#if PACKETVER >= 20170621
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20170614
-packetLen(0x0367, 6) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 6)
#elif PACKETVER >= 20170524
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20170517
-packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, -1)
#elif PACKETVER >= 20170322
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20170315
-packetLen(0x0367, 90) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 90)
#elif PACKETVER >= 20170215
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20170208
-packetLen(0x0367, -1) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, -1)
#elif PACKETVER >= 20170104
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#endif
// Packet: 0x0368
#if PACKETVER >= 20171227
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20171220
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20171129
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20171122
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20171115
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20171108
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20171101
-packetLen(0x0368, 19) // CZ_REQNAME2
+packetLen(0x0368, 19)
#elif PACKETVER >= 20171002
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20170913
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20170906
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20170830
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20170823
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20170809
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20170801
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20170726
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20170719
-packetLen(0x0368, 4) // CZ_REQNAME2
+packetLen(0x0368, 4)
#elif PACKETVER >= 20170621
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20170531
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20170524
-packetLen(0x0368, 36) // CZ_REQNAME2
+packetLen(0x0368, 36)
#elif PACKETVER >= 20170517
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20170502
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20170412
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20170322
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20170315
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20170308
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20170228
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20170222
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20170215
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20170201
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20170125
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20170104
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#endif
// Packet: 0x0369
#if PACKETVER >= 20171227
-packetLen(0x0369, 5) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 5)
#elif PACKETVER >= 20171220
-packetLen(0x0369, -1) // CZ_REQNAME_BYGID2
+packetLen(0x0369, -1)
#elif PACKETVER >= 20171129
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20171122
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20171115
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20171108
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20171101
-packetLen(0x0369, -1) // CZ_REQNAME_BYGID2
+packetLen(0x0369, -1)
#elif PACKETVER >= 20171002
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20170927
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20170920
-packetLen(0x0369, 6) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 6)
#elif PACKETVER >= 20170913
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20170906
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20170830
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20170823
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20170809
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20170801
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20170726
-packetLen(0x0369, 10) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 10)
#elif PACKETVER >= 20170719
-packetLen(0x0369, 5) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 5)
#elif PACKETVER >= 20170621
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20170607
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20170531
-packetLen(0x0369, 10) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 10)
#elif PACKETVER >= 20170517
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20170426
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20170412
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20170405
-packetLen(0x0369, 6) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 6)
#elif PACKETVER >= 20170322
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20170315
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20170308
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20170228
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20170222
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20170215
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20170201
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20170125
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20170104
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#endif
// Packet: 0x03dd
-packetLen(0x03dd, 18) // AHC_GAME_GUARD
+packetLen(0x03dd, 18)
// Packet: 0x03de
-packetLen(0x03de, 18) // CAH_ACK_GAME_GUARD
+packetLen(0x03de, 18)
// Packet: 0x0436
#if PACKETVER >= 20171122
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20171115
-packetLen(0x0436, 6) // CZ_ENTER2
+packetLen(0x0436, 6)
#elif PACKETVER >= 20171101
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20171025
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20171018
-packetLen(0x0436, 6) // CZ_ENTER2
+packetLen(0x0436, 6)
#elif PACKETVER >= 20171011
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20170927
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20170920
-packetLen(0x0436, -1) // CZ_ENTER2
+packetLen(0x0436, -1)
#elif PACKETVER >= 20170830
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20170823
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20170719
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20170712
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20170705
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20170628
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20170517
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20170502
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20170329
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20170322
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20170315
-packetLen(0x0436, -1) // CZ_ENTER2
+packetLen(0x0436, -1)
#elif PACKETVER >= 20170308
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20170125
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20170118
-packetLen(0x0436, 5) // CZ_ENTER2
+packetLen(0x0436, 5)
#elif PACKETVER >= 20170111
-packetLen(0x0436, 8) // CZ_ENTER2
+packetLen(0x0436, 8)
#elif PACKETVER >= 20170104
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#endif
// Packet: 0x0437
#if PACKETVER >= 20171227
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20171220
-packetLen(0x0437, 18) // CZ_REQUEST_ACT2
+packetLen(0x0437, 18)
#elif PACKETVER >= 20171129
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20171122
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20171115
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20171101
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20171018
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20171011
-packetLen(0x0437, 36) // CZ_REQUEST_ACT2
+packetLen(0x0437, 36)
#elif PACKETVER >= 20171002
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20170920
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20170913
-packetLen(0x0437, -1) // CZ_REQUEST_ACT2
+packetLen(0x0437, -1)
#elif PACKETVER >= 20170906
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20170830
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20170823
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20170809
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20170801
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20170719
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20170621
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20170614
-packetLen(0x0437, 36) // CZ_REQUEST_ACT2
+packetLen(0x0437, 36)
#elif PACKETVER >= 20170524
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20170517
-packetLen(0x0437, 7) // CZ_REQUEST_ACT2
+packetLen(0x0437, 7)
#elif PACKETVER >= 20170426
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20170412
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20170322
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20170315
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20170308
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20170228
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20170222
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20170215
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20170208
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20170125
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20170104
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#endif
// Packet: 0x0438
#if PACKETVER >= 20171227
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20171220
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20171129
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20171122
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20171115
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20171108
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20171101
-packetLen(0x0438, 6) // CZ_USE_SKILL2
+packetLen(0x0438, 6)
#elif PACKETVER >= 20171011
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20171002
-packetLen(0x0438, 5) // CZ_USE_SKILL2
+packetLen(0x0438, 5)
#elif PACKETVER >= 20170913
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20170906
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20170830
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20170823
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20170816
-packetLen(0x0438, 7) // CZ_USE_SKILL2
+packetLen(0x0438, 7)
#elif PACKETVER >= 20170809
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20170801
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20170726
-packetLen(0x0438, 26) // CZ_USE_SKILL2
+packetLen(0x0438, 26)
#elif PACKETVER >= 20170719
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20170621
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20170517
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20170426
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20170412
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20170322
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20170315
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20170308
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20170228
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20170222
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20170215
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20170201
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20170125
-packetLen(0x0438, 7) // CZ_USE_SKILL2
+packetLen(0x0438, 7)
#elif PACKETVER >= 20170118
-packetLen(0x0438, 19) // CZ_USE_SKILL2
+packetLen(0x0438, 19)
#elif PACKETVER >= 20170111
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20170104
-packetLen(0x0438, 19) // CZ_USE_SKILL2
+packetLen(0x0438, 19)
#endif
// Packet: 0x0439
-packetLen(0x0439, 8) // CZ_USE_ITEM2
+packetLen(0x0439, 8)
// Packet: 0x043d
-packetLen(0x043d, 8) // ZC_SKILL_POSTDELAY
+packetLen(0x043d, 8)
// Packet: 0x043e
-packetLen(0x043e, -1) // ZC_SKILL_POSTDELAY_LIST
+packetLen(0x043e, -1)
// Packet: 0x043f
-packetLen(0x043f, 25) // ZC_MSG_STATE_CHANGE2
+packetLen(0x043f, 25)
// Packet: 0x0440
-packetLen(0x0440, 10) // ZC_MILLENNIUMSHIELD
+packetLen(0x0440, 10)
// Packet: 0x0441
-packetLen(0x0441, 4) // ZC_SKILLINFO_DELETE
+packetLen(0x0441, 4)
// Packet: 0x0442
-packetLen(0x0442, -1) // ZC_SKILL_SELECT_REQUEST
+packetLen(0x0442, -1)
// Packet: 0x0443
-packetLen(0x0443, 8) // CZ_SKILL_SELECT_RESPONSE
+packetLen(0x0443, 8)
// Packet: 0x0444
-packetLen(0x0444, -1) // ZC_SIMPLE_CASH_POINT_ITEMLIST
+packetLen(0x0444, -1)
// Packet: 0x0445
-packetLen(0x0445, 10) // CZ_SIMPLE_BUY_CASH_POINT_ITEM
+packetLen(0x0445, 10)
// Packet: 0x0446
-packetLen(0x0446, 14) // ZC_QUEST_NOTIFY_EFFECT
+packetLen(0x0446, 14)
// Packet: 0x0447
-packetLen(0x0447, 2) // CZ_BLOCKING_PLAY_CANCEL
+packetLen(0x0447, 2)
// Packet: 0x0448
-packetLen(0x0448, -1) // HC_CHARACTER_LIST
+packetLen(0x0448, -1)
// Packet: 0x0449
-packetLen(0x0449, 4) // ZC_HACKSH_ERROR_MSG
+packetLen(0x0449, 4)
// Packet: 0x044a
-packetLen(0x044a, 6) // CZ_CLIENT_VERSION
+packetLen(0x044a, 6)
// Packet: 0x044b
-packetLen(0x044b, 2) // CZ_CLOSE_SIMPLECASH_SHOP
+packetLen(0x044b, 2)
// Packet: 0x07d7
-packetLen(0x07d7, 8) // CZ_GROUPINFO_CHANGE_V2
+packetLen(0x07d7, 8)
// Packet: 0x07d8
-packetLen(0x07d8, 8) // ZC_REQ_GROUPINFO_CHANGE_V2
+packetLen(0x07d8, 8)
// Packet: 0x07d9
-packetLen(0x07d9, 268) // ZC_SHORTCUT_KEY_LIST_V2
+packetLen(0x07d9, 268)
// Packet: 0x07da
-packetLen(0x07da, 6) // CZ_CHANGE_GROUP_MASTER
+packetLen(0x07da, 6)
// Packet: 0x07db
-packetLen(0x07db, 8) // ZC_HO_PAR_CHANGE
+packetLen(0x07db, 8)
// Packet: 0x07dc
-packetLen(0x07dc, 6) // CZ_SEEK_PARTY
+packetLen(0x07dc, 6)
// Packet: 0x07dd
-packetLen(0x07dd, 54) // ZC_SEEK_PARTY
+packetLen(0x07dd, 54)
// Packet: 0x07de
-packetLen(0x07de, 30) // CZ_SEEK_PARTY_MEMBER
+packetLen(0x07de, 30)
// Packet: 0x07df
-packetLen(0x07df, 54) // ZC_SEEK_PARTY_MEMBER
+packetLen(0x07df, 54)
// Packet: 0x07e0
-packetLen(0x07e0, 58) // ZC_ES_NOTI_MYINFO
+packetLen(0x07e0, 58)
// Packet: 0x07e1
-packetLen(0x07e1, 15) // ZC_SKILLINFO_UPDATE2
+packetLen(0x07e1, 15)
// Packet: 0x07e2
-packetLen(0x07e2, 8) // ZC_MSG_VALUE
+packetLen(0x07e2, 8)
// Packet: 0x07e3
-packetLen(0x07e3, 6) // ZC_ITEMLISTWIN_OPEN
+packetLen(0x07e3, 6)
// Packet: 0x07e4
#if PACKETVER >= 20171220
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20171213
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20171115
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20171108
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20171101
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20171025
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20171018
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20171011
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20170920
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20170913
-packetLen(0x07e4, 8) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 8)
#elif PACKETVER >= 20170830
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20170823
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20170809
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20170801
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20170726
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20170712
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20170705
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20170628
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20170621
-packetLen(0x07e4, 26) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 26)
#elif PACKETVER >= 20170614
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20170607
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20170531
-packetLen(0x07e4, 5) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 5)
#elif PACKETVER >= 20170517
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20170502
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20170329
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20170322
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20170315
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20170308
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20170111
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20170104
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#endif
// Packet: 0x07e5
-packetLen(0x07e5, 4) // CH_ENTER_CHECKBOT
+packetLen(0x07e5, 4)
// Packet: 0x07e6
-packetLen(0x07e6, 8) // ZC_MSG_SKILL
+packetLen(0x07e6, 8)
// Packet: 0x07e7
-packetLen(0x07e7, 32) // CH_CHECKBOT
+packetLen(0x07e7, 32)
// Packet: 0x07e8
-packetLen(0x07e8, -1) // HC_CHECKBOT
+packetLen(0x07e8, -1)
// Packet: 0x07e9
-packetLen(0x07e9, 5) // HC_CHECKBOT_RESULT
+packetLen(0x07e9, 5)
// Packet: 0x07ea
-packetLen(0x07ea, 2) // CZ_BATTLE_FIELD_LIST
+packetLen(0x07ea, 2)
// Packet: 0x07eb
-packetLen(0x07eb, -1) // ZC_BATTLE_FIELD_LIST
+packetLen(0x07eb, -1)
// Packet: 0x07ec
#if PACKETVER >= 20171220
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20171213
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20171101
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20171025
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20171018
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20171011
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20170927
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20170920
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20170830
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20170823
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20170809
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20170801
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20170719
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20170712
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20170705
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20170628
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20170607
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20170531
-packetLen(0x07ec, -1) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, -1)
#elif PACKETVER >= 20170517
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20170502
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20170329
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20170322
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20170315
-packetLen(0x07ec, 6) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 6)
#elif PACKETVER >= 20170308
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20170111
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20170104
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#endif
// Packet: 0x07ed
-packetLen(0x07ed, 10) // ZC_JOIN_BATTLE_FIELD
+packetLen(0x07ed, 10)
// Packet: 0x07ee
-packetLen(0x07ee, 6) // CZ_CANCEL_BATTLE_FIELD
+packetLen(0x07ee, 6)
// Packet: 0x07ef
-packetLen(0x07ef, 8) // ZC_CANCEL_BATTLE_FIELD
+packetLen(0x07ef, 8)
// Packet: 0x07f0
-packetLen(0x07f0, 6) // CZ_REQ_BATTLE_STATE_MONITOR
+packetLen(0x07f0, 6)
// Packet: 0x07f1
-packetLen(0x07f1, 18) // ZC_ACK_BATTLE_STATE_MONITOR
+packetLen(0x07f1, 18)
// Packet: 0x07f2
-packetLen(0x07f2, 8) // ZC_BATTLE_NOTI_START_STEP
+packetLen(0x07f2, 8)
// Packet: 0x07f3
-packetLen(0x07f3, 6) // ZC_BATTLE_JOIN_NOTI_DEFER
+packetLen(0x07f3, 6)
// Packet: 0x07f4
-packetLen(0x07f4, 3) // ZC_BATTLE_JOIN_DISABLE_STATE
+packetLen(0x07f4, 3)
// Packet: 0x07f5
-packetLen(0x07f5, 6) // CZ_GM_FULLSTRIP
+packetLen(0x07f5, 6)
// Packet: 0x07f6
-packetLen(0x07f6, 14) // ZC_NOTIFY_EXP
+packetLen(0x07f6, 14)
// Packet: 0x07f7
-packetLen(0x07f7, -1) // ZC_NOTIFY_MOVEENTRY7
+packetLen(0x07f7, -1)
// Packet: 0x07f8
-packetLen(0x07f8, -1) // ZC_NOTIFY_NEWENTRY5
+packetLen(0x07f8, -1)
// Packet: 0x07f9
-packetLen(0x07f9, -1) // ZC_NOTIFY_STANDENTRY5
+packetLen(0x07f9, -1)
// Packet: 0x07fa
-packetLen(0x07fa, 8) // ZC_DELETE_ITEM_FROM_BODY
+packetLen(0x07fa, 8)
// Packet: 0x07fb
-packetLen(0x07fb, 25) // ZC_USESKILL_ACK2
+packetLen(0x07fb, 25)
// Packet: 0x07fc
-packetLen(0x07fc, 10) // ZC_CHANGE_GROUP_MASTER
+packetLen(0x07fc, 10)
// Packet: 0x07fd
-packetLen(0x07fd, -1) // ZC_BROADCASTING_SPECIAL_ITEM_OBTAIN
+packetLen(0x07fd, -1)
// Packet: 0x07fe
-packetLen(0x07fe, 26) // ZC_PLAY_NPC_BGM
+packetLen(0x07fe, 26)
// Packet: 0x0800
-packetLen(0x0800, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC2
+packetLen(0x0800, -1)
// Packet: 0x0801
-packetLen(0x0801, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC2
+packetLen(0x0801, -1)
// Packet: 0x0802
#if PACKETVER >= 20171227
-packetLen(0x0802, 6) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 6)
#elif PACKETVER >= 20171220
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20171213
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20171122
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20171115
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20171101
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20171025
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20171018
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20171011
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20170913
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20170906
-packetLen(0x0802, 5) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 5)
#elif PACKETVER >= 20170830
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20170823
-packetLen(0x0802, 5) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 5)
#elif PACKETVER >= 20170816
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20170809
-packetLen(0x0802, -1) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, -1)
#elif PACKETVER >= 20170801
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20170719
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20170712
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20170705
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20170628
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20170621
-packetLen(0x0802, 90) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 90)
#elif PACKETVER >= 20170531
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20170524
-packetLen(0x0802, 6) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 6)
#elif PACKETVER >= 20170517
-packetLen(0x0802, 18) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 18)
#elif PACKETVER >= 20170426
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20170329
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20170322
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20170315
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20170308
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20170111
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20170104
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#endif
// Packet: 0x0803
-packetLen(0x0803, 4) // ZC_PARTY_BOOKING_ACK_REGISTER
+packetLen(0x0803, 4)
// Packet: 0x0804
-packetLen(0x0804, 14) // CZ_PARTY_BOOKING_REQ_SEARCH
+packetLen(0x0804, 14)
// Packet: 0x0805
-packetLen(0x0805, -1) // ZC_PARTY_BOOKING_ACK_SEARCH
+packetLen(0x0805, -1)
// Packet: 0x0806
-packetLen(0x0806, 2) // CZ_PARTY_BOOKING_REQ_DELETE
+packetLen(0x0806, 2)
// Packet: 0x0807
-packetLen(0x0807, 4) // ZC_PARTY_BOOKING_ACK_DELETE
+packetLen(0x0807, 4)
// Packet: 0x0808
-packetLen(0x0808, 14) // CZ_PARTY_BOOKING_REQ_UPDATE
+packetLen(0x0808, 14)
// Packet: 0x0809
-packetLen(0x0809, 50) // ZC_PARTY_BOOKING_NOTIFY_INSERT
+packetLen(0x0809, 50)
// Packet: 0x080a
-packetLen(0x080a, 18) // ZC_PARTY_BOOKING_NOTIFY_UPDATE
+packetLen(0x080a, 18)
// Packet: 0x080b
-packetLen(0x080b, 6) // ZC_PARTY_BOOKING_NOTIFY_DELETE
+packetLen(0x080b, 6)
// Packet: 0x080c
-packetLen(0x080c, 2) // CZ_SIMPLE_CASH_BTNSHOW
+packetLen(0x080c, 2)
// Packet: 0x080d
-packetLen(0x080d, 3) // ZC_SIMPLE_CASH_BTNSHOW
+packetLen(0x080d, 3)
// Packet: 0x080e
-packetLen(0x080e, 14) // ZC_NOTIFY_HP_TO_GROUPM_R2
+packetLen(0x080e, 14)
// Packet: 0x080f
-packetLen(0x080f, 20) // ZC_ADD_EXCHANGE_ITEM2
+packetLen(0x080f, 20)
// Packet: 0x0810
-packetLen(0x0810, 3) // ZC_OPEN_BUYING_STORE
+packetLen(0x0810, 3)
// Packet: 0x0811
#if PACKETVER >= 20171227
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20171220
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20171129
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20171122
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20171115
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20171101
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20171002
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20170913
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20170906
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20170830
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20170823
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20170809
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20170801
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20170719
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20170621
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20170517
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20170426
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20170419
-packetLen(0x0811, 5) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 5)
#elif PACKETVER >= 20170412
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20170322
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20170315
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20170308
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20170228
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20170222
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20170215
-packetLen(0x0811, 19) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 19)
#elif PACKETVER >= 20170208
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20170201
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20170125
-packetLen(0x0811, 19) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 19)
#elif PACKETVER >= 20170104
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#endif
// Packet: 0x0812
-packetLen(0x0812, 8) // ZC_FAILED_OPEN_BUYING_STORE_TO_BUYER
+packetLen(0x0812, 8)
// Packet: 0x0813
-packetLen(0x0813, -1) // ZC_MYITEMLIST_BUYING_STORE
+packetLen(0x0813, -1)
// Packet: 0x0814
-packetLen(0x0814, 86) // ZC_BUYING_STORE_ENTRY
+packetLen(0x0814, 86)
// Packet: 0x0815
#if PACKETVER >= 20171227
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20171220
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20171129
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20171122
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20171115
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20171108
-packetLen(0x0815, 36) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 36)
#elif PACKETVER >= 20171101
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20171002
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20170913
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20170906
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20170830
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20170823
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20170809
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20170801
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20170719
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20170621
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20170524
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20170517
-packetLen(0x0815, 10) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 10)
#elif PACKETVER >= 20170426
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20170412
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20170322
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20170315
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20170308
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20170228
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20170222
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20170215
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20170201
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20170125
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20170104
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#endif
// Packet: 0x0816
-packetLen(0x0816, 6) // ZC_DISAPPEAR_BUYING_STORE_ENTRY
+packetLen(0x0816, 6)
// Packet: 0x0817
#if PACKETVER >= 20170920
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20170913
-packetLen(0x0817, 7) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 7)
#elif PACKETVER >= 20170524
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20170517
-packetLen(0x0817, 10) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 10)
#elif PACKETVER >= 20170104
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#endif
// Packet: 0x0818
-packetLen(0x0818, -1) // ZC_ACK_ITEMLIST_BUYING_STORE
+packetLen(0x0818, -1)
// Packet: 0x0819
#if PACKETVER >= 20171227
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20171220
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20171129
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20171122
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20171115
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20171108
-packetLen(0x0819, 90) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 90)
#elif PACKETVER >= 20171101
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20171002
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20170913
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20170906
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20170830
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20170823
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20170809
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20170801
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20170719
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20170621
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20170607
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20170531
-packetLen(0x0819, 6) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 6)
#elif PACKETVER >= 20170517
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20170426
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20170419
-packetLen(0x0819, 12) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 12)
#elif PACKETVER >= 20170412
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20170405
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20170329
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20170322
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20170315
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20170308
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20170228
-packetLen(0x0819, 12) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 12)
#elif PACKETVER >= 20170215
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20170201
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20170125
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20170104
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#endif
// Packet: 0x081a
-packetLen(0x081a, 4) // ZC_FAILED_TRADE_BUYING_STORE_TO_BUYER
+packetLen(0x081a, 4)
// Packet: 0x081b
-packetLen(0x081b, 10) // ZC_UPDATE_ITEM_FROM_BUYING_STORE
+packetLen(0x081b, 10)
// Packet: 0x081c
-packetLen(0x081c, 10) // ZC_ITEM_DELETE_BUYING_STORE
+packetLen(0x081c, 10)
// Packet: 0x081d
-packetLen(0x081d, 22) // ZC_EL_INIT
+packetLen(0x081d, 22)
// Packet: 0x081e
-packetLen(0x081e, 8) // ZC_EL_PAR_CHANGE
+packetLen(0x081e, 8)
// Packet: 0x081f
-packetLen(0x081f, -1) // ZC_BROADCAST4
+packetLen(0x081f, -1)
// Packet: 0x0820
-packetLen(0x0820, 11) // ZC_COSTUME_SPRITE_CHANGE
+packetLen(0x0820, 11)
// Packet: 0x0821
-packetLen(0x0821, 2) // AC_OTP_USER
+packetLen(0x0821, 2)
// Packet: 0x0822
-packetLen(0x0822, 9) // CA_OTP_AUTH_REQ
+packetLen(0x0822, 9)
// Packet: 0x0823
-packetLen(0x0823, -1) // AC_OTP_AUTH_ACK
+packetLen(0x0823, -1)
// Packet: 0x0824
-packetLen(0x0824, 6) // ZC_FAILED_TRADE_BUYING_STORE_TO_SELLER
+packetLen(0x0824, 6)
// Packet: 0x0825
-packetLen(0x0825, -1) // CA_SSO_LOGIN_REQ
+packetLen(0x0825, -1)
// Packet: 0x0827
-packetLen(0x0827, 6) // CH_DELETE_CHAR3_RESERVED
+packetLen(0x0827, 6)
// Packet: 0x0828
-packetLen(0x0828, 14) // HC_DELETE_CHAR3_RESERVED
+packetLen(0x0828, 14)
// Packet: 0x0829
-packetLen(0x0829, 12) // CH_DELETE_CHAR3
+packetLen(0x0829, 12)
// Packet: 0x082a
-packetLen(0x082a, 10) // HC_DELETE_CHAR3
+packetLen(0x082a, 10)
// Packet: 0x082b
-packetLen(0x082b, 6) // CH_DELETE_CHAR3_CANCEL
+packetLen(0x082b, 6)
// Packet: 0x082c
-packetLen(0x082c, 10) // HC_DELETE_CHAR3_CANCEL
+packetLen(0x082c, 10)
// Packet: 0x082d
-packetLen(0x082d, -1) // HC_ACCEPT_ENTER2
+packetLen(0x082d, -1)
// Packet: 0x0835
#if PACKETVER >= 20171108
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20171101
-packetLen(0x0835, 6) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 6)
#elif PACKETVER >= 20170920
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20170913
-packetLen(0x0835, 19) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 19)
#elif PACKETVER >= 20170816
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20170809
-packetLen(0x0835, 6) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 6)
#elif PACKETVER >= 20170412
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20170405
-packetLen(0x0835, 5) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 5)
#elif PACKETVER >= 20170104
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#endif
// Packet: 0x0836
-packetLen(0x0836, -1) // ZC_SEARCH_STORE_INFO_ACK
+packetLen(0x0836, -1)
// Packet: 0x0837
-packetLen(0x0837, 3) // ZC_SEARCH_STORE_INFO_FAILED
+packetLen(0x0837, 3)
// Packet: 0x0838
#if PACKETVER >= 20171227
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20171220
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20171206
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20171129
-packetLen(0x0838, 26) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 26)
#elif PACKETVER >= 20171122
-packetLen(0x0838, 8) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 8)
#elif PACKETVER >= 20171115
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20171108
-packetLen(0x0838, -1) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, -1)
#elif PACKETVER >= 20171101
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20171002
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20170913
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20170906
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20170830
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20170823
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20170809
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20170801
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20170719
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20170628
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20170621
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20170614
-packetLen(0x0838, 10) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 10)
#elif PACKETVER >= 20170517
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20170426
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20170419
-packetLen(0x0838, 6) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 6)
#elif PACKETVER >= 20170412
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20170322
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20170315
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20170308
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20170228
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20170222
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20170215
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20170201
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20170125
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20170104
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#endif
// Packet: 0x0839
-packetLen(0x0839, 66) // ZC_ACK_BAN_GUILD_SSO
+packetLen(0x0839, 66)
// Packet: 0x083a
-packetLen(0x083a, 5) // ZC_OPEN_SEARCH_STORE_INFO
+packetLen(0x083a, 5)
// Packet: 0x083b
-packetLen(0x083b, 2) // CZ_CLOSE_SEARCH_STORE_INFO
+packetLen(0x083b, 2)
// Packet: 0x083c
#if PACKETVER >= 20171227
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20171220
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20171129
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20171122
-packetLen(0x083c, 5) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 5)
#elif PACKETVER >= 20171115
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20171101
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20171002
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20170913
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20170906
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20170830
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20170823
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20170809
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20170801
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20170719
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20170621
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20170614
-packetLen(0x083c, 7) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 7)
#elif PACKETVER >= 20170517
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20170426
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20170412
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20170322
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20170315
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20170308
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20170228
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20170222
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20170215
-packetLen(0x083c, 7) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 7)
#elif PACKETVER >= 20170201
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20170125
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20170104
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#endif
// Packet: 0x083d
-packetLen(0x083d, 6) // ZC_SSILIST_ITEM_CLICK_ACK
+packetLen(0x083d, 6)
// Packet: 0x083e
-packetLen(0x083e, 26) // AC_REFUSE_LOGIN2
+packetLen(0x083e, 26)
// Packet: 0x0840
-packetLen(0x0840, -1) // HC_NOTIFY_ACCESSIBLE_MAPNAME
+packetLen(0x0840, -1)
// Packet: 0x0841
-packetLen(0x0841, 4) // CH_SELECT_ACCESSIBLE_MAPNAME
+packetLen(0x0841, 4)
// Packet: 0x0842
-packetLen(0x0842, 6) // CZ_RECALL_SSO
+packetLen(0x0842, 6)
// Packet: 0x0843
-packetLen(0x0843, 6) // CZ_REMOVE_AID_SSO
+packetLen(0x0843, 6)
// Packet: 0x0844
-packetLen(0x0844, 2) // CZ_SE_CASHSHOP_OPEN
+packetLen(0x0844, 2)
// Packet: 0x0845
-packetLen(0x0845, 10) // ZC_SE_CASHSHOP_OPEN
+packetLen(0x0845, 10)
// Packet: 0x0846
-packetLen(0x0846, 4) // CZ_REQ_SE_CASH_TAB_CODE
+packetLen(0x0846, 4)
// Packet: 0x0847
-packetLen(0x0847, -1) // ZC_ACK_SE_CASH_ITEM_LIST
+packetLen(0x0847, -1)
// Packet: 0x0848
-packetLen(0x0848, -1) // CZ_SE_PC_BUY_CASHITEM_LIST
+packetLen(0x0848, -1)
// Packet: 0x0849
-packetLen(0x0849, 16) // ZC_SE_PC_BUY_CASHITEM_RESULT
+packetLen(0x0849, 16)
// Packet: 0x084a
-packetLen(0x084a, 2) // CZ_SE_CASHSHOP_CLOSE
+packetLen(0x084a, 2)
// Packet: 0x084b
-packetLen(0x084b, 19) // ZC_ITEM_FALL_ENTRY4
+packetLen(0x084b, 19)
// Packet: 0x084c
-packetLen(0x084c, 10) // CZ_MACRO_USE_SKILL
+packetLen(0x084c, 10)
// Packet: 0x084d
-packetLen(0x084d, 10) // CZ_MACRO_USE_SKILL_TOGROUND
+packetLen(0x084d, 10)
// Packet: 0x084e
-packetLen(0x084e, 5) // CZ_MACRO_REQUEST_MOVE
+packetLen(0x084e, 5)
// Packet: 0x084f
-packetLen(0x084f, 6) // CZ_MACRO_ITEM_PICKUP
+packetLen(0x084f, 6)
// Packet: 0x0850
-packetLen(0x0850, 7) // CZ_MACRO_REQUEST_ACT
+packetLen(0x0850, 7)
// Packet: 0x0851
-packetLen(0x0851, -1) // ZC_GPK_DYNCODE
+packetLen(0x0851, -1)
// Packet: 0x0852
-packetLen(0x0852, 2) // CZ_GPK_DYNCODE_RELOAD
+packetLen(0x0852, 2)
// Packet: 0x0853
-packetLen(0x0853, -1) // ZC_GPK_AUTH
+packetLen(0x0853, -1)
// Packet: 0x0854
-packetLen(0x0854, -1) // CZ_GPK_AUTH
+packetLen(0x0854, -1)
// Packet: 0x0855
-packetLen(0x0855, 6) // ZC_MACRO_ITEMPICKUP_FAIL
+packetLen(0x0855, 6)
// Packet: 0x0856
-packetLen(0x0856, -1) // ZC_NOTIFY_MOVEENTRY8
+packetLen(0x0856, -1)
// Packet: 0x0857
-packetLen(0x0857, -1) // ZC_NOTIFY_STANDENTRY7
+packetLen(0x0857, -1)
// Packet: 0x0858
-packetLen(0x0858, -1) // ZC_NOTIFY_NEWENTRY6
+packetLen(0x0858, -1)
// Packet: 0x0859
-packetLen(0x0859, -1) // ZC_EQUIPWIN_MICROSCOPE2
+packetLen(0x0859, -1)
// Packet: 0x085a
#if PACKETVER >= 20170927
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20170920
-packetLen(0x085a, 5) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 5)
#elif PACKETVER >= 20170823
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20170816
-packetLen(0x085a, 6) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 6)
#elif PACKETVER >= 20170726
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20170719
-packetLen(0x085a, 6) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 6)
#elif PACKETVER >= 20170614
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20170607
-packetLen(0x085a, 5) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 5)
#elif PACKETVER >= 20170426
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20170419
-packetLen(0x085a, 7) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 7)
#elif PACKETVER >= 20170111
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20170104
-packetLen(0x085a, 26) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 26)
#endif
// Packet: 0x085b
#if PACKETVER >= 20171129
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
#elif PACKETVER >= 20171122
-packetLen(0x085b, 6) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 6)
#elif PACKETVER >= 20171108
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
#elif PACKETVER >= 20171101
-packetLen(0x085b, 5) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 5)
#elif PACKETVER >= 20170607
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
#elif PACKETVER >= 20170531
-packetLen(0x085b, 8) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 8)
#elif PACKETVER >= 20170104
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
#endif
// Packet: 0x085c
#if PACKETVER >= 20171002
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
#elif PACKETVER >= 20170927
-packetLen(0x085c, 10) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 10)
#elif PACKETVER >= 20170322
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
#elif PACKETVER >= 20170315
-packetLen(0x085c, 4) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 4)
#elif PACKETVER >= 20170222
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
#elif PACKETVER >= 20170215
-packetLen(0x085c, 6) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 6)
#elif PACKETVER >= 20170208
-packetLen(0x085c, 26) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 26)
#elif PACKETVER >= 20170104
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
#endif
// Packet: 0x085d
#if PACKETVER >= 20171115
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
#elif PACKETVER >= 20171108
-packetLen(0x085d, 12) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 12)
#elif PACKETVER >= 20170628
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
#elif PACKETVER >= 20170621
-packetLen(0x085d, 5) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 5)
#elif PACKETVER >= 20170405
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
#elif PACKETVER >= 20170329
-packetLen(0x085d, 36) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 36)
#elif PACKETVER >= 20170208
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
#elif PACKETVER >= 20170201
-packetLen(0x085d, 18) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 18)
#elif PACKETVER >= 20170118
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
#elif PACKETVER >= 20170111
-packetLen(0x085d, 5) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 5)
#elif PACKETVER >= 20170104
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
#endif
// Packet: 0x085e
#if PACKETVER >= 20171227
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#elif PACKETVER >= 20171220
-packetLen(0x085e, -1) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, -1)
#elif PACKETVER >= 20170726
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#elif PACKETVER >= 20170719
-packetLen(0x085e, -1) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, -1)
#elif PACKETVER >= 20170614
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#elif PACKETVER >= 20170607
-packetLen(0x085e, -1) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, -1)
#elif PACKETVER >= 20170531
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#elif PACKETVER >= 20170524
-packetLen(0x085e, 7) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 7)
#elif PACKETVER >= 20170426
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#elif PACKETVER >= 20170419
-packetLen(0x085e, 5) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 5)
#elif PACKETVER >= 20170308
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#elif PACKETVER >= 20170228
-packetLen(0x085e, 90) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 90)
#elif PACKETVER >= 20170208
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#elif PACKETVER >= 20170201
-packetLen(0x085e, 5) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 5)
#elif PACKETVER >= 20170104
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#endif
// Packet: 0x085f
#if PACKETVER >= 20170607
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#elif PACKETVER >= 20170524
-packetLen(0x085f, 6) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 6)
#elif PACKETVER >= 20170412
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#elif PACKETVER >= 20170405
-packetLen(0x085f, 8) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 8)
#elif PACKETVER >= 20170228
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#elif PACKETVER >= 20170222
-packetLen(0x085f, 26) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 26)
#elif PACKETVER >= 20170104
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#endif
// Packet: 0x0860
#if PACKETVER >= 20171220
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#elif PACKETVER >= 20171213
-packetLen(0x0860, 19) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 19)
#elif PACKETVER >= 20171108
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#elif PACKETVER >= 20171101
-packetLen(0x0860, 6) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 6)
#elif PACKETVER >= 20170920
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#elif PACKETVER >= 20170906
-packetLen(0x0860, 6) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 6)
#elif PACKETVER >= 20170621
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#elif PACKETVER >= 20170614
-packetLen(0x0860, 6) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 6)
#elif PACKETVER >= 20170531
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#elif PACKETVER >= 20170524
-packetLen(0x0860, 6) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 6)
#elif PACKETVER >= 20170412
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#elif PACKETVER >= 20170405
-packetLen(0x0860, -1) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, -1)
#elif PACKETVER >= 20170215
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#elif PACKETVER >= 20170208
-packetLen(0x0860, 5) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 5)
#elif PACKETVER >= 20170104
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#endif
// Packet: 0x0861
#if PACKETVER >= 20171227
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#elif PACKETVER >= 20171220
-packetLen(0x0861, -1) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, -1)
#elif PACKETVER >= 20170927
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#elif PACKETVER >= 20170920
-packetLen(0x0861, 26) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 26)
#elif PACKETVER >= 20170607
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#elif PACKETVER >= 20170531
-packetLen(0x0861, 26) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 26)
#elif PACKETVER >= 20170104
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#endif
// Packet: 0x0862
#if PACKETVER >= 20171206
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#elif PACKETVER >= 20171129
-packetLen(0x0862, 6) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 6)
#elif PACKETVER >= 20171122
-packetLen(0x0862, -1) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, -1)
#elif PACKETVER >= 20170927
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#elif PACKETVER >= 20170920
-packetLen(0x0862, 10) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 10)
#elif PACKETVER >= 20170823
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#elif PACKETVER >= 20170816
-packetLen(0x0862, 10) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 10)
#elif PACKETVER >= 20170614
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#elif PACKETVER >= 20170607
-packetLen(0x0862, 6) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 6)
#elif PACKETVER >= 20170426
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#elif PACKETVER >= 20170419
-packetLen(0x0862, 26) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 26)
#elif PACKETVER >= 20170125
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#elif PACKETVER >= 20170118
-packetLen(0x0862, 8) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 8)
#elif PACKETVER >= 20170104
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#endif
// Packet: 0x0863
#if PACKETVER >= 20171115
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20171108
-packetLen(0x0863, 5) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 5)
#elif PACKETVER >= 20170726
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20170719
-packetLen(0x0863, 6) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 6)
#elif PACKETVER >= 20170705
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20170628
-packetLen(0x0863, 36) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 36)
#elif PACKETVER >= 20170614
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20170607
-packetLen(0x0863, 6) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 6)
#elif PACKETVER >= 20170419
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20170412
-packetLen(0x0863, -1) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, -1)
#elif PACKETVER >= 20170322
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20170315
-packetLen(0x0863, 5) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 5)
#elif PACKETVER >= 20170308
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20170228
-packetLen(0x0863, -1) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, -1)
#elif PACKETVER >= 20170104
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#endif
// Packet: 0x0864
#if PACKETVER >= 20170927
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#elif PACKETVER >= 20170920
-packetLen(0x0864, 36) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 36)
#elif PACKETVER >= 20170614
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#elif PACKETVER >= 20170607
-packetLen(0x0864, 6) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 6)
#elif PACKETVER >= 20170531
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#elif PACKETVER >= 20170524
-packetLen(0x0864, 6) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 6)
#elif PACKETVER >= 20170412
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#elif PACKETVER >= 20170405
-packetLen(0x0864, 26) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 26)
#elif PACKETVER >= 20170104
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#endif
// Packet: 0x0865
#if PACKETVER >= 20170927
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#elif PACKETVER >= 20170920
-packetLen(0x0865, -1) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, -1)
#elif PACKETVER >= 20170913
-packetLen(0x0865, 26) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 26)
#elif PACKETVER >= 20170906
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#elif PACKETVER >= 20170830
-packetLen(0x0865, 5) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 5)
#elif PACKETVER >= 20170621
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#elif PACKETVER >= 20170614
-packetLen(0x0865, 4) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 4)
#elif PACKETVER >= 20170412
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#elif PACKETVER >= 20170405
-packetLen(0x0865, 5) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 5)
#elif PACKETVER >= 20170125
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#elif PACKETVER >= 20170118
-packetLen(0x0865, 5) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 5)
#elif PACKETVER >= 20170104
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#endif
// Packet: 0x0866
#if PACKETVER >= 20170920
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
#elif PACKETVER >= 20170906
-packetLen(0x0866, -1) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, -1)
#elif PACKETVER >= 20170621
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
#elif PACKETVER >= 20170614
-packetLen(0x0866, 6) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 6)
#elif PACKETVER >= 20170531
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
#elif PACKETVER >= 20170524
-packetLen(0x0866, -1) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, -1)
#elif PACKETVER >= 20170502
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
#elif PACKETVER >= 20170426
-packetLen(0x0866, -1) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, -1)
#elif PACKETVER >= 20170228
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
#elif PACKETVER >= 20170222
-packetLen(0x0866, 6) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 6)
#elif PACKETVER >= 20170104
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
#endif
// Packet: 0x0867
#if PACKETVER >= 20171213
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#elif PACKETVER >= 20171206
-packetLen(0x0867, 6) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 6)
#elif PACKETVER >= 20171129
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#elif PACKETVER >= 20171122
-packetLen(0x0867, 19) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 19)
#elif PACKETVER >= 20170621
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#elif PACKETVER >= 20170614
-packetLen(0x0867, 26) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 26)
#elif PACKETVER >= 20170104
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#endif
// Packet: 0x0868
#if PACKETVER >= 20170816
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#elif PACKETVER >= 20170809
-packetLen(0x0868, 7) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 7)
#elif PACKETVER >= 20170607
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#elif PACKETVER >= 20170531
-packetLen(0x0868, 4) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 4)
#elif PACKETVER >= 20170524
-packetLen(0x0868, 8) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 8)
#elif PACKETVER >= 20170517
-packetLen(0x0868, 90) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 90)
#elif PACKETVER >= 20170426
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#elif PACKETVER >= 20170419
-packetLen(0x0868, -1) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, -1)
#elif PACKETVER >= 20170104
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#endif
// Packet: 0x0869
#if PACKETVER >= 20170419
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#elif PACKETVER >= 20170412
-packetLen(0x0869, 18) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 18)
#elif PACKETVER >= 20170104
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
#endif
// Packet: 0x086a
#if PACKETVER >= 20171213
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#elif PACKETVER >= 20171206
-packetLen(0x086a, 4) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 4)
#elif PACKETVER >= 20171025
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#elif PACKETVER >= 20171018
-packetLen(0x086a, 4) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 4)
#elif PACKETVER >= 20170927
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#elif PACKETVER >= 20170920
-packetLen(0x086a, 26) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 26)
#elif PACKETVER >= 20170906
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#elif PACKETVER >= 20170830
-packetLen(0x086a, 26) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 26)
#elif PACKETVER >= 20170426
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#elif PACKETVER >= 20170419
-packetLen(0x086a, 18) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 18)
#elif PACKETVER >= 20170322
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#elif PACKETVER >= 20170315
-packetLen(0x086a, 8) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 8)
#elif PACKETVER >= 20170104
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#endif
// Packet: 0x086b
#if PACKETVER >= 20170308
-packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 2)
#elif PACKETVER >= 20170228
-packetLen(0x086b, 19) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 19)
#elif PACKETVER >= 20170104
-packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 2)
#endif
// Packet: 0x086c
#if PACKETVER >= 20171108
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#elif PACKETVER >= 20171101
-packetLen(0x086c, 10) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 10)
#elif PACKETVER >= 20170927
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#elif PACKETVER >= 20170920
-packetLen(0x086c, 6) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 6)
#elif PACKETVER >= 20170913
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#elif PACKETVER >= 20170906
-packetLen(0x086c, 8) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 8)
#elif PACKETVER >= 20170830
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#elif PACKETVER >= 20170823
-packetLen(0x086c, 19) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 19)
#elif PACKETVER >= 20170621
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#elif PACKETVER >= 20170614
-packetLen(0x086c, -1) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, -1)
#elif PACKETVER >= 20170104
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#endif
// Packet: 0x086d
#if PACKETVER >= 20171206
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#elif PACKETVER >= 20171129
-packetLen(0x086d, 18) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 18)
#elif PACKETVER >= 20171122
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#elif PACKETVER >= 20171115
-packetLen(0x086d, 4) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 4)
#elif PACKETVER >= 20170830
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#elif PACKETVER >= 20170823
-packetLen(0x086d, 36) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 36)
#elif PACKETVER >= 20170531
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#elif PACKETVER >= 20170524
-packetLen(0x086d, 5) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 5)
#elif PACKETVER >= 20170419
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#elif PACKETVER >= 20170412
-packetLen(0x086d, 8) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 8)
#elif PACKETVER >= 20170104
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#endif
// Packet: 0x086e
#if PACKETVER >= 20171213
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
#elif PACKETVER >= 20171206
-packetLen(0x086e, 18) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 18)
#elif PACKETVER >= 20170816
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
#elif PACKETVER >= 20170809
-packetLen(0x086e, 5) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 5)
#elif PACKETVER >= 20170726
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
#elif PACKETVER >= 20170719
-packetLen(0x086e, 26) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 26)
#elif PACKETVER >= 20170201
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
#elif PACKETVER >= 20170125
-packetLen(0x086e, 26) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 26)
#elif PACKETVER >= 20170104
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
#endif
// Packet: 0x086f
#if PACKETVER >= 20171122
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#elif PACKETVER >= 20171115
-packetLen(0x086f, -1) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, -1)
#elif PACKETVER >= 20170816
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#elif PACKETVER >= 20170809
-packetLen(0x086f, 5) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 5)
#elif PACKETVER >= 20170502
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#elif PACKETVER >= 20170426
-packetLen(0x086f, 8) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 8)
#elif PACKETVER >= 20170412
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#elif PACKETVER >= 20170405
-packetLen(0x086f, 26) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 26)
#elif PACKETVER >= 20170125
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#elif PACKETVER >= 20170118
-packetLen(0x086f, 6) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 6)
#elif PACKETVER >= 20170104
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#endif
// Packet: 0x0870
#if PACKETVER >= 20170228
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#elif PACKETVER >= 20170222
-packetLen(0x0870, 18) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 18)
#elif PACKETVER >= 20170104
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#endif
// Packet: 0x0871
#if PACKETVER >= 20170614
-packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 2)
#elif PACKETVER >= 20170607
-packetLen(0x0871, 19) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 19)
#elif PACKETVER >= 20170228
-packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 2)
#elif PACKETVER >= 20170222
-packetLen(0x0871, 4) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 4)
#elif PACKETVER >= 20170104
-packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 2)
#endif
// Packet: 0x0872
@@ -4449,4019 +4449,4019 @@ packetLen(0x0872, 2)
// Packet: 0x0873
#if PACKETVER >= 20171227
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#elif PACKETVER >= 20171220
-packetLen(0x0873, 6) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 6)
#elif PACKETVER >= 20171002
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#elif PACKETVER >= 20170927
-packetLen(0x0873, 6) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 6)
#elif PACKETVER >= 20170801
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#elif PACKETVER >= 20170726
-packetLen(0x0873, 6) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 6)
#elif PACKETVER >= 20170614
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#elif PACKETVER >= 20170607
-packetLen(0x0873, 8) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 8)
#elif PACKETVER >= 20170531
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#elif PACKETVER >= 20170524
-packetLen(0x0873, 19) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 19)
#elif PACKETVER >= 20170308
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#elif PACKETVER >= 20170228
-packetLen(0x0873, -1) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, -1)
#elif PACKETVER >= 20170125
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#elif PACKETVER >= 20170118
-packetLen(0x0873, 4) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 4)
#elif PACKETVER >= 20170104
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#endif
// Packet: 0x0874
#if PACKETVER >= 20170801
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#elif PACKETVER >= 20170726
-packetLen(0x0874, -1) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, -1)
#elif PACKETVER >= 20170308
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#elif PACKETVER >= 20170228
-packetLen(0x0874, -1) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, -1)
#elif PACKETVER >= 20170104
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#endif
// Packet: 0x0875
#if PACKETVER >= 20171002
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20170927
-packetLen(0x0875, 12) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 12)
#elif PACKETVER >= 20170920
-packetLen(0x0875, 4) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 4)
#elif PACKETVER >= 20170906
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20170830
-packetLen(0x0875, 4) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 4)
#elif PACKETVER >= 20170614
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20170607
-packetLen(0x0875, 12) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 12)
#elif PACKETVER >= 20170531
-packetLen(0x0875, 10) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 10)
#elif PACKETVER >= 20170517
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20170502
-packetLen(0x0875, 36) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 36)
#elif PACKETVER >= 20170208
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20170201
-packetLen(0x0875, 6) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 6)
#elif PACKETVER >= 20170104
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#endif
// Packet: 0x0876
#if PACKETVER >= 20171206
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
#elif PACKETVER >= 20171129
-packetLen(0x0876, 4) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 4)
#elif PACKETVER >= 20171108
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
#elif PACKETVER >= 20171101
-packetLen(0x0876, 5) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 5)
#elif PACKETVER >= 20170816
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
#elif PACKETVER >= 20170809
-packetLen(0x0876, 10) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 10)
#elif PACKETVER >= 20170222
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
#elif PACKETVER >= 20170215
-packetLen(0x0876, 26) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 26)
#elif PACKETVER >= 20170201
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
#elif PACKETVER >= 20170125
-packetLen(0x0876, 5) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 5)
#elif PACKETVER >= 20170104
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
#endif
// Packet: 0x0877
#if PACKETVER >= 20171129
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#elif PACKETVER >= 20171122
-packetLen(0x0877, -1) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, -1)
#elif PACKETVER >= 20170621
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#elif PACKETVER >= 20170614
-packetLen(0x0877, 18) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 18)
#elif PACKETVER >= 20170228
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#elif PACKETVER >= 20170222
-packetLen(0x0877, 8) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 8)
#elif PACKETVER >= 20170201
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#elif PACKETVER >= 20170125
-packetLen(0x0877, 6) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 6)
#elif PACKETVER >= 20170118
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#elif PACKETVER >= 20170111
-packetLen(0x0877, 26) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 26)
#elif PACKETVER >= 20170104
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#endif
// Packet: 0x0878
#if PACKETVER >= 20171206
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#elif PACKETVER >= 20171129
-packetLen(0x0878, 36) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 36)
#elif PACKETVER >= 20171115
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#elif PACKETVER >= 20171108
-packetLen(0x0878, 26) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 26)
#elif PACKETVER >= 20170801
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#elif PACKETVER >= 20170726
-packetLen(0x0878, 7) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 7)
#elif PACKETVER >= 20170607
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#elif PACKETVER >= 20170531
-packetLen(0x0878, 26) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 26)
#elif PACKETVER >= 20170419
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#elif PACKETVER >= 20170412
-packetLen(0x0878, 5) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 5)
#elif PACKETVER >= 20170104
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#endif
// Packet: 0x0879
#if PACKETVER >= 20170712
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
#elif PACKETVER >= 20170705
-packetLen(0x0879, 8) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 8)
#elif PACKETVER >= 20170621
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
#elif PACKETVER >= 20170614
-packetLen(0x0879, 8) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 8)
#elif PACKETVER >= 20170419
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
#elif PACKETVER >= 20170412
-packetLen(0x0879, 4) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 4)
#elif PACKETVER >= 20170208
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
#elif PACKETVER >= 20170201
-packetLen(0x0879, 4) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 4)
#elif PACKETVER >= 20170125
-packetLen(0x0879, 10) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 10)
#elif PACKETVER >= 20170104
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
#endif
// Packet: 0x087a
#if PACKETVER >= 20171025
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
#elif PACKETVER >= 20171018
-packetLen(0x087a, 8) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 8)
#elif PACKETVER >= 20170502
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
#elif PACKETVER >= 20170426
-packetLen(0x087a, 18) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 18)
#elif PACKETVER >= 20170405
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
#elif PACKETVER >= 20170329
-packetLen(0x087a, 18) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 18)
#elif PACKETVER >= 20170215
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
#elif PACKETVER >= 20170208
-packetLen(0x087a, 8) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 8)
#elif PACKETVER >= 20170104
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
#endif
// Packet: 0x087b
#if PACKETVER >= 20171018
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#elif PACKETVER >= 20171011
-packetLen(0x087b, 26) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 26)
#elif PACKETVER >= 20170913
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#elif PACKETVER >= 20170906
-packetLen(0x087b, 8) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 8)
#elif PACKETVER >= 20170607
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#elif PACKETVER >= 20170531
-packetLen(0x087b, 7) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 7)
#elif PACKETVER >= 20170524
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#elif PACKETVER >= 20170517
-packetLen(0x087b, 6) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 6)
#elif PACKETVER >= 20170419
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#elif PACKETVER >= 20170412
-packetLen(0x087b, 10) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 10)
#elif PACKETVER >= 20170322
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#elif PACKETVER >= 20170315
-packetLen(0x087b, 26) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 26)
#elif PACKETVER >= 20170201
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#elif PACKETVER >= 20170125
-packetLen(0x087b, 6) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 6)
#elif PACKETVER >= 20170104
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#endif
// Packet: 0x087c
#if PACKETVER >= 20170222
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
#elif PACKETVER >= 20170215
-packetLen(0x087c, -1) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, -1)
#elif PACKETVER >= 20170104
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
#endif
// Packet: 0x087d
#if PACKETVER >= 20171227
-packetLen(0x087d, 36) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 36)
#elif PACKETVER >= 20171002
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#elif PACKETVER >= 20170927
-packetLen(0x087d, -1) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, -1)
#elif PACKETVER >= 20170816
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#elif PACKETVER >= 20170809
-packetLen(0x087d, 12) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 12)
#elif PACKETVER >= 20170801
-packetLen(0x087d, 36) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 36)
#elif PACKETVER >= 20170726
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#elif PACKETVER >= 20170719
-packetLen(0x087d, 6) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 6)
#elif PACKETVER >= 20170628
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#elif PACKETVER >= 20170614
-packetLen(0x087d, 6) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 6)
#elif PACKETVER >= 20170531
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#elif PACKETVER >= 20170517
-packetLen(0x087d, -1) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, -1)
#elif PACKETVER >= 20170315
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#elif PACKETVER >= 20170308
-packetLen(0x087d, 36) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 36)
#elif PACKETVER >= 20170222
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#elif PACKETVER >= 20170215
-packetLen(0x087d, 5) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 5)
#elif PACKETVER >= 20170201
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#elif PACKETVER >= 20170125
-packetLen(0x087d, -1) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, -1)
#elif PACKETVER >= 20170104
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#endif
// Packet: 0x087e
#if PACKETVER >= 20171122
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#elif PACKETVER >= 20171115
-packetLen(0x087e, 8) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 8)
#elif PACKETVER >= 20171108
-packetLen(0x087e, -1) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, -1)
#elif PACKETVER >= 20171025
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#elif PACKETVER >= 20171018
-packetLen(0x087e, 5) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 5)
#elif PACKETVER >= 20171002
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#elif PACKETVER >= 20170927
-packetLen(0x087e, 5) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 5)
#elif PACKETVER >= 20170823
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#elif PACKETVER >= 20170816
-packetLen(0x087e, 6) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 6)
#elif PACKETVER >= 20170621
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#elif PACKETVER >= 20170614
-packetLen(0x087e, 5) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 5)
#elif PACKETVER >= 20170222
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#elif PACKETVER >= 20170215
-packetLen(0x087e, 10) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 10)
#elif PACKETVER >= 20170104
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#endif
// Packet: 0x087f
#if PACKETVER >= 20170118
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
#elif PACKETVER >= 20170111
-packetLen(0x087f, 4) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 4)
#elif PACKETVER >= 20170104
-packetLen(0x087f, 36) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 36)
#endif
// Packet: 0x0880
#if PACKETVER >= 20171227
-packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 2)
#elif PACKETVER >= 20171220
-packetLen(0x0880, 12) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 12)
#elif PACKETVER >= 20170816
-packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 2)
#elif PACKETVER >= 20170809
-packetLen(0x0880, -1) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, -1)
#elif PACKETVER >= 20170104
-packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 2)
#endif
// Packet: 0x0881
#if PACKETVER >= 20171220
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#elif PACKETVER >= 20171213
-packetLen(0x0881, 4) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 4)
#elif PACKETVER >= 20170823
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#elif PACKETVER >= 20170816
-packetLen(0x0881, -1) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, -1)
#elif PACKETVER >= 20170801
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#elif PACKETVER >= 20170726
-packetLen(0x0881, 4) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 4)
#elif PACKETVER >= 20170719
-packetLen(0x0881, 90) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 90)
#elif PACKETVER >= 20170426
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#elif PACKETVER >= 20170419
-packetLen(0x0881, 36) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 36)
#elif PACKETVER >= 20170208
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#elif PACKETVER >= 20170201
-packetLen(0x0881, 8) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 8)
#elif PACKETVER >= 20170125
-packetLen(0x0881, 5) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 5)
#elif PACKETVER >= 20170104
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#endif
// Packet: 0x0882
#if PACKETVER >= 20171227
-packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 2)
#elif PACKETVER >= 20171220
-packetLen(0x0882, 6) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 6)
#elif PACKETVER >= 20171018
-packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 2)
#elif PACKETVER >= 20171011
-packetLen(0x0882, 5) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 5)
#elif PACKETVER >= 20170823
-packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 2)
#elif PACKETVER >= 20170816
-packetLen(0x0882, 36) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 36)
#elif PACKETVER >= 20170726
-packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 2)
#elif PACKETVER >= 20170719
-packetLen(0x0882, 12) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 12)
#elif PACKETVER >= 20170531
-packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 2)
#elif PACKETVER >= 20170524
-packetLen(0x0882, -1) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, -1)
#elif PACKETVER >= 20170104
-packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 2)
#endif
// Packet: 0x0883
#if PACKETVER >= 20171122
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#elif PACKETVER >= 20171115
-packetLen(0x0883, 8) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 8)
#elif PACKETVER >= 20170222
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#elif PACKETVER >= 20170215
-packetLen(0x0883, 6) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 6)
#elif PACKETVER >= 20170104
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#endif
// Packet: 0x0884
#if PACKETVER >= 20171115
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20171108
-packetLen(0x0884, -1) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, -1)
#elif PACKETVER >= 20170906
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20170830
-packetLen(0x0884, 19) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 19)
#elif PACKETVER >= 20170823
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20170816
-packetLen(0x0884, 8) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 8)
#elif PACKETVER >= 20170322
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20170315
-packetLen(0x0884, 7) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 7)
#elif PACKETVER >= 20170308
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20170228
-packetLen(0x0884, 5) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 5)
#elif PACKETVER >= 20170222
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20170215
-packetLen(0x0884, 8) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 8)
#elif PACKETVER >= 20170208
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20170201
-packetLen(0x0884, 5) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 5)
#elif PACKETVER >= 20170125
-packetLen(0x0884, 8) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 8)
#elif PACKETVER >= 20170104
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#endif
// Packet: 0x0885
#if PACKETVER >= 20171227
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20171220
-packetLen(0x0885, -1) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, -1)
#elif PACKETVER >= 20171213
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20171206
-packetLen(0x0885, 6) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 6)
#elif PACKETVER >= 20171129
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20171122
-packetLen(0x0885, 8) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 8)
#elif PACKETVER >= 20171011
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20171002
-packetLen(0x0885, 8) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 8)
#elif PACKETVER >= 20170906
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20170830
-packetLen(0x0885, 90) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 90)
#elif PACKETVER >= 20170726
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20170719
-packetLen(0x0885, -1) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, -1)
#elif PACKETVER >= 20170628
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20170621
-packetLen(0x0885, 26) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 26)
#elif PACKETVER >= 20170614
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20170607
-packetLen(0x0885, 26) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 26)
#elif PACKETVER >= 20170531
-packetLen(0x0885, -1) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, -1)
#elif PACKETVER >= 20170208
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20170201
-packetLen(0x0885, 90) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 90)
#elif PACKETVER >= 20170104
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#endif
// Packet: 0x0886
#if PACKETVER >= 20171108
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20171101
-packetLen(0x0886, 8) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 8)
#elif PACKETVER >= 20170712
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20170705
-packetLen(0x0886, 26) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 26)
#elif PACKETVER >= 20170208
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20170201
-packetLen(0x0886, 36) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 36)
#elif PACKETVER >= 20170104
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#endif
// Packet: 0x0887
#if PACKETVER >= 20170502
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20170426
-packetLen(0x0887, 6) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 6)
#elif PACKETVER >= 20170104
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#endif
// Packet: 0x0888
#if PACKETVER >= 20171227
-packetLen(0x0888, 8) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 8)
#elif PACKETVER >= 20170906
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20170830
-packetLen(0x0888, 10) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 10)
#elif PACKETVER >= 20170823
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20170816
-packetLen(0x0888, 18) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 18)
#elif PACKETVER >= 20170405
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20170329
-packetLen(0x0888, -1) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, -1)
#elif PACKETVER >= 20170104
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#endif
// Packet: 0x0889
#if PACKETVER >= 20171025
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20171018
-packetLen(0x0889, 8) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 8)
#elif PACKETVER >= 20170927
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20170920
-packetLen(0x0889, 6) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 6)
#elif PACKETVER >= 20170823
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20170816
-packetLen(0x0889, 6) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 6)
#elif PACKETVER >= 20170628
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20170621
-packetLen(0x0889, 8) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 8)
#elif PACKETVER >= 20170614
-packetLen(0x0889, 90) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 90)
#elif PACKETVER >= 20170308
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20170228
-packetLen(0x0889, 5) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 5)
#elif PACKETVER >= 20170222
-packetLen(0x0889, -1) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, -1)
#elif PACKETVER >= 20170104
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#endif
// Packet: 0x088a
#if PACKETVER >= 20171227
-packetLen(0x088a, 8) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 8)
#elif PACKETVER >= 20171206
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20171129
-packetLen(0x088a, -1) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, -1)
#elif PACKETVER >= 20170614
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20170607
-packetLen(0x088a, 8) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 8)
#elif PACKETVER >= 20170222
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20170215
-packetLen(0x088a, 90) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 90)
#elif PACKETVER >= 20170118
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20170111
-packetLen(0x088a, 8) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 8)
#elif PACKETVER >= 20170104
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#endif
// Packet: 0x088b
#if PACKETVER >= 20171122
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20171115
-packetLen(0x088b, 8) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 8)
#elif PACKETVER >= 20170607
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20170531
-packetLen(0x088b, -1) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, -1)
#elif PACKETVER >= 20170419
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20170412
-packetLen(0x088b, -1) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, -1)
#elif PACKETVER >= 20170322
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20170315
-packetLen(0x088b, 18) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 18)
#elif PACKETVER >= 20170222
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20170215
-packetLen(0x088b, 26) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 26)
#elif PACKETVER >= 20170208
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20170201
-packetLen(0x088b, 6) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 6)
#elif PACKETVER >= 20170104
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#endif
// Packet: 0x088c
#if PACKETVER >= 20171227
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20171220
-packetLen(0x088c, 10) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 10)
#elif PACKETVER >= 20170920
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20170913
-packetLen(0x088c, 5) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 5)
#elif PACKETVER >= 20170816
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20170809
-packetLen(0x088c, 10) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 10)
#elif PACKETVER >= 20170524
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20170517
-packetLen(0x088c, 8) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 8)
#elif PACKETVER >= 20170222
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20170215
-packetLen(0x088c, -1) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, -1)
#elif PACKETVER >= 20170208
-packetLen(0x088c, 19) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 19)
#elif PACKETVER >= 20170104
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#endif
// Packet: 0x088d
#if PACKETVER >= 20171227
-packetLen(0x088d, 6) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 6)
#elif PACKETVER >= 20170712
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20170705
-packetLen(0x088d, 8) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 8)
#elif PACKETVER >= 20170607
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20170531
-packetLen(0x088d, 6) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 6)
#elif PACKETVER >= 20170524
-packetLen(0x088d, 10) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 10)
#elif PACKETVER >= 20170517
-packetLen(0x088d, 5) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 5)
#elif PACKETVER >= 20170426
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20170419
-packetLen(0x088d, -1) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, -1)
#elif PACKETVER >= 20170322
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20170315
-packetLen(0x088d, 8) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 8)
#elif PACKETVER >= 20170104
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#endif
// Packet: 0x088e
#if PACKETVER >= 20171108
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20171101
-packetLen(0x088e, 6) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 6)
#elif PACKETVER >= 20170927
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20170920
-packetLen(0x088e, 6) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 6)
#elif PACKETVER >= 20170801
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20170726
-packetLen(0x088e, 5) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 5)
#elif PACKETVER >= 20170712
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20170705
-packetLen(0x088e, 26) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 26)
#elif PACKETVER >= 20170104
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#endif
// Packet: 0x088f
#if PACKETVER >= 20170426
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20170419
-packetLen(0x088f, 5) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 5)
#elif PACKETVER >= 20170322
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20170315
-packetLen(0x088f, 5) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 5)
#elif PACKETVER >= 20170104
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#endif
// Packet: 0x0890
#if PACKETVER >= 20171220
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20171213
-packetLen(0x0890, 36) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 36)
#elif PACKETVER >= 20171129
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20171122
-packetLen(0x0890, 6) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 6)
#elif PACKETVER >= 20171115
-packetLen(0x0890, 18) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 18)
#elif PACKETVER >= 20170920
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20170913
-packetLen(0x0890, 90) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 90)
#elif PACKETVER >= 20170816
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20170809
-packetLen(0x0890, 36) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 36)
#elif PACKETVER >= 20170419
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20170412
-packetLen(0x0890, -1) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, -1)
#elif PACKETVER >= 20170222
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20170215
-packetLen(0x0890, 10) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 10)
#elif PACKETVER >= 20170104
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#endif
// Packet: 0x0891
#if PACKETVER >= 20171129
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20171122
-packetLen(0x0891, 6) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 6)
#elif PACKETVER >= 20170920
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20170913
-packetLen(0x0891, 8) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 8)
#elif PACKETVER >= 20170726
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20170719
-packetLen(0x0891, 10) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 10)
#elif PACKETVER >= 20170104
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#endif
// Packet: 0x0892
#if PACKETVER >= 20170920
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20170913
-packetLen(0x0892, 36) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 36)
#elif PACKETVER >= 20170816
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20170809
-packetLen(0x0892, 90) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 90)
#elif PACKETVER >= 20170322
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20170315
-packetLen(0x0892, 10) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 10)
#elif PACKETVER >= 20170215
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20170208
-packetLen(0x0892, 26) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 26)
#elif PACKETVER >= 20170104
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#endif
// Packet: 0x0893
#if PACKETVER >= 20171129
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20171122
-packetLen(0x0893, 12) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 12)
#elif PACKETVER >= 20170419
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20170412
-packetLen(0x0893, -1) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, -1)
#elif PACKETVER >= 20170405
-packetLen(0x0893, 8) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 8)
#elif PACKETVER >= 20170308
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20170228
-packetLen(0x0893, 6) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 6)
#elif PACKETVER >= 20170201
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20170125
-packetLen(0x0893, 36) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 36)
#elif PACKETVER >= 20170104
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#endif
// Packet: 0x0894
#if PACKETVER >= 20170607
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20170531
-packetLen(0x0894, 19) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 19)
#elif PACKETVER >= 20170524
-packetLen(0x0894, 8) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 8)
#elif PACKETVER >= 20170517
-packetLen(0x0894, 6) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 6)
#elif PACKETVER >= 20170502
-packetLen(0x0894, 5) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 5)
#elif PACKETVER >= 20170228
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20170222
-packetLen(0x0894, 6) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 6)
#elif PACKETVER >= 20170201
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20170125
-packetLen(0x0894, 4) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 4)
#elif PACKETVER >= 20170104
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#endif
// Packet: 0x0895
#if PACKETVER >= 20171108
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20171101
-packetLen(0x0895, 4) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 4)
#elif PACKETVER >= 20170816
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20170809
-packetLen(0x0895, 5) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 5)
#elif PACKETVER >= 20170201
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20170125
-packetLen(0x0895, -1) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, -1)
#elif PACKETVER >= 20170104
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#endif
// Packet: 0x0896
#if PACKETVER >= 20171115
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#elif PACKETVER >= 20171108
-packetLen(0x0896, 4) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 4)
#elif PACKETVER >= 20170524
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#elif PACKETVER >= 20170517
-packetLen(0x0896, 12) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 12)
#elif PACKETVER >= 20170222
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#elif PACKETVER >= 20170215
-packetLen(0x0896, 4) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 4)
#elif PACKETVER >= 20170111
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#elif PACKETVER >= 20170104
-packetLen(0x0896, 5) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 5)
#endif
// Packet: 0x0897
#if PACKETVER >= 20171213
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20171206
-packetLen(0x0897, 19) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 19)
#elif PACKETVER >= 20171129
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20171122
-packetLen(0x0897, 5) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 5)
#elif PACKETVER >= 20171115
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20171108
-packetLen(0x0897, -1) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, -1)
#elif PACKETVER >= 20171011
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20171002
-packetLen(0x0897, 5) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 5)
#elif PACKETVER >= 20170906
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20170830
-packetLen(0x0897, -1) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, -1)
#elif PACKETVER >= 20170614
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20170607
-packetLen(0x0897, 6) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 6)
#elif PACKETVER >= 20170426
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20170419
-packetLen(0x0897, 6) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 6)
#elif PACKETVER >= 20170104
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#endif
// Packet: 0x0898
#if PACKETVER >= 20171129
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20171122
-packetLen(0x0898, 6) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 6)
#elif PACKETVER >= 20171115
-packetLen(0x0898, 36) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 36)
#elif PACKETVER >= 20170726
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20170719
-packetLen(0x0898, 10) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 10)
#elif PACKETVER >= 20170426
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20170412
-packetLen(0x0898, 6) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 6)
#elif PACKETVER >= 20170201
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20170125
-packetLen(0x0898, 6) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 6)
#elif PACKETVER >= 20170104
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#endif
// Packet: 0x0899
#if PACKETVER >= 20171227
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20171220
-packetLen(0x0899, 36) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 36)
#elif PACKETVER >= 20171108
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20171101
-packetLen(0x0899, 26) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 26)
#elif PACKETVER >= 20171011
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20171002
-packetLen(0x0899, 26) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 26)
#elif PACKETVER >= 20170927
-packetLen(0x0899, 7) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 7)
#elif PACKETVER >= 20170906
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20170830
-packetLen(0x0899, 6) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 6)
#elif PACKETVER >= 20170816
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20170809
-packetLen(0x0899, 8) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 8)
#elif PACKETVER >= 20170621
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20170614
-packetLen(0x0899, 26) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 26)
#elif PACKETVER >= 20170524
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20170517
-packetLen(0x0899, 26) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 26)
#elif PACKETVER >= 20170502
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20170426
-packetLen(0x0899, 8) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 8)
#elif PACKETVER >= 20170104
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#endif
// Packet: 0x089a
#if PACKETVER >= 20171129
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20171122
-packetLen(0x089a, 8) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 8)
#elif PACKETVER >= 20171025
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20171018
-packetLen(0x089a, 6) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 6)
#elif PACKETVER >= 20171002
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20170927
-packetLen(0x089a, 36) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 36)
#elif PACKETVER >= 20170906
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20170830
-packetLen(0x089a, -1) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, -1)
#elif PACKETVER >= 20170726
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20170719
-packetLen(0x089a, 36) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 36)
#elif PACKETVER >= 20170712
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20170705
-packetLen(0x089a, 19) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 19)
#elif PACKETVER >= 20170607
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20170531
-packetLen(0x089a, 36) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 36)
#elif PACKETVER >= 20170419
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#elif PACKETVER >= 20170412
-packetLen(0x089a, 5) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 5)
#elif PACKETVER >= 20170104
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
#endif
// Packet: 0x089b
#if PACKETVER >= 20171108
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20171101
-packetLen(0x089b, -1) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, -1)
#elif PACKETVER >= 20171002
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20170927
-packetLen(0x089b, 8) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 8)
#elif PACKETVER >= 20170920
-packetLen(0x089b, 7) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 7)
#elif PACKETVER >= 20170222
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20170215
-packetLen(0x089b, 8) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 8)
#elif PACKETVER >= 20170201
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20170125
-packetLen(0x089b, 90) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 90)
#elif PACKETVER >= 20170104
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#endif
// Packet: 0x089c
#if PACKETVER >= 20171206
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20171129
-packetLen(0x089c, 5) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 5)
#elif PACKETVER >= 20171108
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20171101
-packetLen(0x089c, 18) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 18)
#elif PACKETVER >= 20170607
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20170524
-packetLen(0x089c, 5) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 5)
#elif PACKETVER >= 20170517
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20170502
-packetLen(0x089c, 19) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 19)
#elif PACKETVER >= 20170426
-packetLen(0x089c, 5) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 5)
#elif PACKETVER >= 20170419
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20170412
-packetLen(0x089c, 6) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 6)
#elif PACKETVER >= 20170104
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#endif
// Packet: 0x089d
#if PACKETVER >= 20171213
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20171206
-packetLen(0x089d, 36) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 36)
#elif PACKETVER >= 20171011
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20171002
-packetLen(0x089d, 19) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 19)
#elif PACKETVER >= 20170726
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20170719
-packetLen(0x089d, -1) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, -1)
#elif PACKETVER >= 20170712
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20170705
-packetLen(0x089d, 6) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 6)
#elif PACKETVER >= 20170621
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20170614
-packetLen(0x089d, -1) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, -1)
#elif PACKETVER >= 20170607
-packetLen(0x089d, 8) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 8)
#elif PACKETVER >= 20170426
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20170419
-packetLen(0x089d, -1) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, -1)
#elif PACKETVER >= 20170104
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#endif
// Packet: 0x089e
#if PACKETVER >= 20171227
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20171220
-packetLen(0x089e, 5) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 5)
#elif PACKETVER >= 20171129
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20171122
-packetLen(0x089e, 7) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 7)
#elif PACKETVER >= 20170906
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20170830
-packetLen(0x089e, 8) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 8)
#elif PACKETVER >= 20170524
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20170517
-packetLen(0x089e, 4) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 4)
#elif PACKETVER >= 20170308
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20170228
-packetLen(0x089e, 8) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 8)
#elif PACKETVER >= 20170125
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20170118
-packetLen(0x089e, 26) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 26)
#elif PACKETVER >= 20170104
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#endif
// Packet: 0x089f
#if PACKETVER >= 20171025
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#elif PACKETVER >= 20171018
-packetLen(0x089f, 26) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 26)
#elif PACKETVER >= 20170104
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#endif
// Packet: 0x08a0
#if PACKETVER >= 20171227
-packetLen(0x08a0, 8) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 8)
#elif PACKETVER >= 20171108
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20171101
-packetLen(0x08a0, 8) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 8)
#elif PACKETVER >= 20170308
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20170228
-packetLen(0x08a0, 26) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 26)
#elif PACKETVER >= 20170104
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#endif
// Packet: 0x08a1
#if PACKETVER >= 20170531
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20170524
-packetLen(0x08a1, 12) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 12)
#elif PACKETVER >= 20170419
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20170412
-packetLen(0x08a1, 7) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 7)
#elif PACKETVER >= 20170215
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20170208
-packetLen(0x08a1, 18) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 18)
#elif PACKETVER >= 20170118
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20170111
-packetLen(0x08a1, 5) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 5)
#elif PACKETVER >= 20170104
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#endif
// Packet: 0x08a2
#if PACKETVER >= 20171213
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20171206
-packetLen(0x08a2, 26) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 26)
#elif PACKETVER >= 20171115
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20171108
-packetLen(0x08a2, 10) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 10)
#elif PACKETVER >= 20171101
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20171025
-packetLen(0x08a2, 36) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 36)
#elif PACKETVER >= 20170913
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20170906
-packetLen(0x08a2, 8) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 8)
#elif PACKETVER >= 20170830
-packetLen(0x08a2, 36) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 36)
#elif PACKETVER >= 20170621
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20170614
-packetLen(0x08a2, -1) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, -1)
#elif PACKETVER >= 20170524
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20170517
-packetLen(0x08a2, 6) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 6)
#elif PACKETVER >= 20170502
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20170426
-packetLen(0x08a2, 19) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 19)
#elif PACKETVER >= 20170308
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20170228
-packetLen(0x08a2, 36) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 36)
#elif PACKETVER >= 20170222
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20170215
-packetLen(0x08a2, 12) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 12)
#elif PACKETVER >= 20170104
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#endif
// Packet: 0x08a3
#if PACKETVER >= 20170913
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#elif PACKETVER >= 20170906
-packetLen(0x08a3, 26) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 26)
#elif PACKETVER >= 20170823
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#elif PACKETVER >= 20170816
-packetLen(0x08a3, 26) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 26)
#elif PACKETVER >= 20170809
-packetLen(0x08a3, -1) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, -1)
#elif PACKETVER >= 20170801
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#elif PACKETVER >= 20170726
-packetLen(0x08a3, 8) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 8)
#elif PACKETVER >= 20170228
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#elif PACKETVER >= 20170222
-packetLen(0x08a3, 5) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 5)
#elif PACKETVER >= 20170118
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#elif PACKETVER >= 20170111
-packetLen(0x08a3, 6) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 6)
#elif PACKETVER >= 20170104
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#endif
// Packet: 0x08a4
#if PACKETVER >= 20171213
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20171206
-packetLen(0x08a4, 8) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 8)
#elif PACKETVER >= 20171122
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20171115
-packetLen(0x08a4, 5) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 5)
#elif PACKETVER >= 20170502
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20170426
-packetLen(0x08a4, 6) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 6)
#elif PACKETVER >= 20170208
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20170201
-packetLen(0x08a4, 8) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 8)
#elif PACKETVER >= 20170104
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#endif
// Packet: 0x08a5
#if PACKETVER >= 20171227
-packetLen(0x08a5, 5) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 5)
#elif PACKETVER >= 20171206
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20171129
-packetLen(0x08a5, 8) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 8)
#elif PACKETVER >= 20171002
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20170927
-packetLen(0x08a5, -1) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, -1)
#elif PACKETVER >= 20170412
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20170405
-packetLen(0x08a5, 19) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 19)
#elif PACKETVER >= 20170201
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20170125
-packetLen(0x08a5, -1) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, -1)
#elif PACKETVER >= 20170104
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#endif
// Packet: 0x08a6
#if PACKETVER >= 20171129
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20171122
-packetLen(0x08a6, 10) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 10)
#elif PACKETVER >= 20171025
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20171018
-packetLen(0x08a6, 5) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 5)
#elif PACKETVER >= 20171002
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20170927
-packetLen(0x08a6, 8) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 8)
#elif PACKETVER >= 20170920
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20170913
-packetLen(0x08a6, 6) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 6)
#elif PACKETVER >= 20170816
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20170809
-packetLen(0x08a6, 19) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 19)
#elif PACKETVER >= 20170801
-packetLen(0x08a6, 4) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 4)
#elif PACKETVER >= 20170726
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20170719
-packetLen(0x08a6, 8) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 8)
#elif PACKETVER >= 20170308
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20170228
-packetLen(0x08a6, 8) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 8)
#elif PACKETVER >= 20170118
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20170111
-packetLen(0x08a6, 18) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 18)
#elif PACKETVER >= 20170104
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#endif
// Packet: 0x08a7
#if PACKETVER >= 20170920
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20170913
-packetLen(0x08a7, 4) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 4)
#elif PACKETVER >= 20170906
-packetLen(0x08a7, 18) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 18)
#elif PACKETVER >= 20170823
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20170816
-packetLen(0x08a7, 4) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 4)
#elif PACKETVER >= 20170801
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20170726
-packetLen(0x08a7, 36) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 36)
#elif PACKETVER >= 20170308
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20170228
-packetLen(0x08a7, 6) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 6)
#elif PACKETVER >= 20170104
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#endif
// Packet: 0x08a8
#if PACKETVER >= 20170906
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20170830
-packetLen(0x08a8, 8) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 8)
#elif PACKETVER >= 20170726
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20170719
-packetLen(0x08a8, 19) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 19)
#elif PACKETVER >= 20170628
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20170621
-packetLen(0x08a8, 5) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 5)
#elif PACKETVER >= 20170524
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20170517
-packetLen(0x08a8, 5) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 5)
#elif PACKETVER >= 20170405
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20170329
-packetLen(0x08a8, 6) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 6)
#elif PACKETVER >= 20170228
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20170222
-packetLen(0x08a8, 26) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 26)
#elif PACKETVER >= 20170215
-packetLen(0x08a8, 18) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 18)
#elif PACKETVER >= 20170104
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#endif
// Packet: 0x08a9
#if PACKETVER >= 20171129
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20171122
-packetLen(0x08a9, 6) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 6)
#elif PACKETVER >= 20171115
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20171108
-packetLen(0x08a9, 5) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 5)
#elif PACKETVER >= 20170823
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20170816
-packetLen(0x08a9, 5) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 5)
#elif PACKETVER >= 20170614
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20170607
-packetLen(0x08a9, 10) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 10)
#elif PACKETVER >= 20170104
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#endif
// Packet: 0x08aa
#if PACKETVER >= 20170920
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20170913
-packetLen(0x08aa, 10) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 10)
#elif PACKETVER >= 20170801
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20170726
-packetLen(0x08aa, 6) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 6)
#elif PACKETVER >= 20170524
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20170517
-packetLen(0x08aa, 8) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 8)
#elif PACKETVER >= 20170426
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20170419
-packetLen(0x08aa, 8) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 8)
#elif PACKETVER >= 20170322
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20170315
-packetLen(0x08aa, 8) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 8)
#elif PACKETVER >= 20170104
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#endif
// Packet: 0x08ab
#if PACKETVER >= 20171108
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20171101
-packetLen(0x08ab, -1) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, -1)
#elif PACKETVER >= 20170920
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20170913
-packetLen(0x08ab, 18) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 18)
#elif PACKETVER >= 20170801
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20170726
-packetLen(0x08ab, 6) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 6)
#elif PACKETVER >= 20170614
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20170607
-packetLen(0x08ab, 90) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 90)
#elif PACKETVER >= 20170104
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#endif
// Packet: 0x08ac
#if PACKETVER >= 20170920
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20170913
-packetLen(0x08ac, 5) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 5)
#elif PACKETVER >= 20170830
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20170823
-packetLen(0x08ac, 26) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 26)
#elif PACKETVER >= 20170816
-packetLen(0x08ac, 5) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 5)
#elif PACKETVER >= 20170801
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20170726
-packetLen(0x08ac, 6) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 6)
#elif PACKETVER >= 20170607
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20170531
-packetLen(0x08ac, 90) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 90)
#elif PACKETVER >= 20170215
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20170208
-packetLen(0x08ac, 8) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 8)
#elif PACKETVER >= 20170104
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#endif
// Packet: 0x08ad
#if PACKETVER >= 20171115
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20171108
-packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 6)
#elif PACKETVER >= 20171101
-packetLen(0x08ad, 12) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 12)
#elif PACKETVER >= 20171002
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20170927
-packetLen(0x08ad, -1) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, -1)
#elif PACKETVER >= 20170920
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20170913
-packetLen(0x08ad, -1) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, -1)
#elif PACKETVER >= 20170621
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20170614
-packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 6)
#elif PACKETVER >= 20170607
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20170531
-packetLen(0x08ad, 8) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 8)
#elif PACKETVER >= 20170125
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20170118
-packetLen(0x08ad, -1) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, -1)
#elif PACKETVER >= 20170104
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#endif
// Packet: 0x08af
-packetLen(0x08af, 10) // HC_WAITING_LOGIN
+packetLen(0x08af, 10)
// Packet: 0x08b0
-packetLen(0x08b0, 17) // CH_WAITING_LOGIN
+packetLen(0x08b0, 17)
// Packet: 0x08b1
-packetLen(0x08b1, -1) // ZC_MCSTORE_NOTMOVEITEM_LIST
+packetLen(0x08b1, -1)
// Packet: 0x08b2
-packetLen(0x08b2, -1) // AC_REALNAME_AUTH
+packetLen(0x08b2, -1)
// Packet: 0x08b3
-packetLen(0x08b3, -1) // ZC_SHOWSCRIPT
+packetLen(0x08b3, -1)
// Packet: 0x08b4
-packetLen(0x08b4, 2) // ZC_START_COLLECTION
+packetLen(0x08b4, 2)
// Packet: 0x08b5
-packetLen(0x08b5, 6) // CZ_TRYCOLLECTION
+packetLen(0x08b5, 6)
// Packet: 0x08b6
-packetLen(0x08b6, 3) // ZC_TRYCOLLECTION
+packetLen(0x08b6, 3)
// Packet: 0x08b8
-packetLen(0x08b8, 10) // CH_SECOND_PASSWD_ACK
+packetLen(0x08b8, 10)
// Packet: 0x08b9
-packetLen(0x08b9, 12) // HC_SECOND_PASSWD_LOGIN
+packetLen(0x08b9, 12)
// Packet: 0x08ba
-packetLen(0x08ba, 10) // CH_MAKE_SECOND_PASSWD
+packetLen(0x08ba, 10)
// Packet: 0x08bb
-packetLen(0x08bb, 8) // HC_MAKE_SECOND_PASSWD
+packetLen(0x08bb, 8)
// Packet: 0x08bc
-packetLen(0x08bc, 10) // CH_DELETE_SECOND_PASSWD
+packetLen(0x08bc, 10)
// Packet: 0x08bd
-packetLen(0x08bd, 8) // HC_DELETE_SECOND_PASSWD
+packetLen(0x08bd, 8)
// Packet: 0x08be
-packetLen(0x08be, 14) // CH_EDIT_SECOND_PASSWD
+packetLen(0x08be, 14)
// Packet: 0x08bf
-packetLen(0x08bf, 8) // HC_EDIT_SECOND_PASSWD
+packetLen(0x08bf, 8)
// Packet: 0x08c0
-packetLen(0x08c0, -1) // ZC_ACK_SE_CASH_ITEM_LIST2
+packetLen(0x08c0, -1)
// Packet: 0x08c1
-packetLen(0x08c1, 2) // CZ_MACRO_START
+packetLen(0x08c1, 2)
// Packet: 0x08c2
-packetLen(0x08c2, 2) // CZ_MACRO_STOP
+packetLen(0x08c2, 2)
// Packet: 0x08c3
-packetLen(0x08c3, 10) // CH_NOT_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c3, 10)
// Packet: 0x08c4
-packetLen(0x08c4, 8) // HC_NOT_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c4, 8)
// Packet: 0x08c5
-packetLen(0x08c5, 6) // CH_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c5, 6)
// Packet: 0x08c6
-packetLen(0x08c6, 4) // HC_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c6, 4)
// Packet: 0x08c7
-packetLen(0x08c7, -1) // ZC_SKILL_ENTRY3
+packetLen(0x08c7, -1)
// Packet: 0x08c8
-packetLen(0x08c8, 34) // ZC_NOTIFY_ACT3
+packetLen(0x08c8, 34)
// Packet: 0x08c9
-packetLen(0x08c9, 2) // CZ_REQ_SCHEDULER_CASHITEM
+packetLen(0x08c9, 2)
// Packet: 0x08ca
-packetLen(0x08ca, -1) // ZC_ACK_SCHEDULER_CASHITEM
+packetLen(0x08ca, -1)
// Packet: 0x08cb
-packetLen(0x08cb, -1) // ZC_PERSONAL_INFOMATION
+packetLen(0x08cb, -1)
// Packet: 0x08cc
-packetLen(0x08cc, 109) // CA_LOGIN5
+packetLen(0x08cc, 109)
// Packet: 0x08cd
-packetLen(0x08cd, 10) // ZC_STOPMOVE_FORCE
+packetLen(0x08cd, 10)
// Packet: 0x08ce
-packetLen(0x08ce, 2) // ZC_FAILED_GET_ITEM_FROM_ZONEDA
+packetLen(0x08ce, 2)
// Packet: 0x08cf
-packetLen(0x08cf, 10) // ZC_SPIRITS_ATTRIBUTE
+packetLen(0x08cf, 10)
// Packet: 0x08d0
-packetLen(0x08d0, 9) // ZC_REQ_WEAR_EQUIP_ACK2
+packetLen(0x08d0, 9)
// Packet: 0x08d1
-packetLen(0x08d1, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK2
+packetLen(0x08d1, 7)
// Packet: 0x08d2
-packetLen(0x08d2, 10) // ZC_FASTMOVE
+packetLen(0x08d2, 10)
// Packet: 0x08d3
-packetLen(0x08d3, 10) // ZC_SE_CASHSHOP_UPDATE
+packetLen(0x08d3, 10)
// Packet: 0x08d4
-packetLen(0x08d4, 8) // CH_REQ_CHANGE_CHARACTER_SLOT
+packetLen(0x08d4, 8)
// Packet: 0x08d5
-packetLen(0x08d5, -1) // HC_ACK_CHANGE_CHARACTER_SLOT
+packetLen(0x08d5, -1)
// Packet: 0x08d6
-packetLen(0x08d6, 6) // ZC_CLEAR_DIALOG
+packetLen(0x08d6, 6)
// Packet: 0x08d7
-packetLen(0x08d7, 28) // CZ_REQ_ENTRY_QUEUE_APPLY
+packetLen(0x08d7, 28)
// Packet: 0x08d8
-packetLen(0x08d8, 27) // ZC_ACK_ENTRY_QUEUE_APPLY
+packetLen(0x08d8, 27)
// Packet: 0x08d9
-packetLen(0x08d9, 30) // ZC_NOTIFY_ENTRY_QUEUE_APPLY
+packetLen(0x08d9, 30)
// Packet: 0x08da
-packetLen(0x08da, 26) // CZ_REQ_ENTRY_QUEUE_CANCEL
+packetLen(0x08da, 26)
// Packet: 0x08db
-packetLen(0x08db, 27) // ZC_ACK_ENTRY_QUEUE_CANCEL
+packetLen(0x08db, 27)
// Packet: 0x08dc
-packetLen(0x08dc, 26) // ZC_NOTIFY_ENTRY_QUEUE_ADMISSION
+packetLen(0x08dc, 26)
// Packet: 0x08dd
-packetLen(0x08dd, 27) // CZ_REPLY_ENTRY_QUEUE_ADMISSION
+packetLen(0x08dd, 27)
// Packet: 0x08de
-packetLen(0x08de, 27) // ZC_REPLY_ACK_ENTRY_QUEUE_ADMISSION
+packetLen(0x08de, 27)
// Packet: 0x08df
-packetLen(0x08df, 50) // ZC_NOTIFY_LOBBY_ADMISSION
+packetLen(0x08df, 50)
// Packet: 0x08e0
-packetLen(0x08e0, 51) // CZ_REPLY_LOBBY_ADMISSION
+packetLen(0x08e0, 51)
// Packet: 0x08e1
-packetLen(0x08e1, 51) // ZC_REPLY_ACK_LOBBY_ADMISSION
+packetLen(0x08e1, 51)
// Packet: 0x08e2
-packetLen(0x08e2, 27) // ZC_NAVIGATION_ACTIVE
+packetLen(0x08e2, 27)
// Packet: 0x08e3
#if PACKETVER >= 20170830
-packetLen(0x08e3, 157) // HC_UPDATE_CHARINFO
+packetLen(0x08e3, 157)
#elif PACKETVER >= 20170104
-packetLen(0x08e3, 149) // HC_UPDATE_CHARINFO
+packetLen(0x08e3, 149)
#endif
// Packet: 0x08e4
-packetLen(0x08e4, 6) // AC_SHUTDOWN_INFO
+packetLen(0x08e4, 6)
// Packet: 0x08fc
-packetLen(0x08fc, 30) // CH_REQ_CHANGE_CHARACTERNAME
+packetLen(0x08fc, 30)
// Packet: 0x08fd
-packetLen(0x08fd, 6) // CH_ACK_CHANGE_CHARACTERNAME
+packetLen(0x08fd, 6)
// Packet: 0x08fe
-packetLen(0x08fe, -1) // ZC_HUNTING_QUEST_INFO
+packetLen(0x08fe, -1)
// Packet: 0x08ff
-packetLen(0x08ff, 24) // ZC_EFST_SET_ENTER
+packetLen(0x08ff, 24)
// Packet: 0x0900
-packetLen(0x0900, -1) // ZC_INVENTORY_ITEMLIST_NORMAL
+packetLen(0x0900, -1)
// Packet: 0x0901
-packetLen(0x0901, -1) // ZC_INVENTORY_ITEMLIST_EQUIP
+packetLen(0x0901, -1)
// Packet: 0x0902
-packetLen(0x0902, -1) // ZC_CART_ITEMLIST_NORMAL
+packetLen(0x0902, -1)
// Packet: 0x0903
-packetLen(0x0903, -1) // ZC_CART_ITEMLIST_EQUIP
+packetLen(0x0903, -1)
// Packet: 0x0904
-packetLen(0x0904, -1) // ZC_STORE_ITEMLIST_NORMAL
+packetLen(0x0904, -1)
// Packet: 0x0905
-packetLen(0x0905, -1) // ZC_STORE_ITEMLIST_EQUIP
+packetLen(0x0905, -1)
// Packet: 0x0906
-packetLen(0x0906, -1) // ZC_MICROSCOPE
+packetLen(0x0906, -1)
// Packet: 0x0907
-packetLen(0x0907, 5) // CZ_INVENTORY_TAB
+packetLen(0x0907, 5)
// Packet: 0x0908
-packetLen(0x0908, 5) // ZC_INVENTORY_TAB
+packetLen(0x0908, 5)
// Packet: 0x090a
-packetLen(0x090a, 26) // CZ_REQ_ENTRY_QUEUE_RANKING
+packetLen(0x090a, 26)
// Packet: 0x090d
-packetLen(0x090d, -1) // ZC_PREMIUM_CAMPAIGN_INFO
+packetLen(0x090d, -1)
// Packet: 0x090e
-packetLen(0x090e, 2) // ZC_ENTRY_QUEUE_INIT
+packetLen(0x090e, 2)
// Packet: 0x090f
-packetLen(0x090f, -1) // ZC_NOTIFY_NEWENTRY7
+packetLen(0x090f, -1)
// Packet: 0x0910
-packetLen(0x0910, 10) // CZ_REQ_PARTY_NAME
+packetLen(0x0910, 10)
// Packet: 0x0911
-packetLen(0x0911, 30) // ZC_ACK_PARTY_NAME
+packetLen(0x0911, 30)
// Packet: 0x0912
-packetLen(0x0912, 10) // CZ_REQ_GUILD_NAME
+packetLen(0x0912, 10)
// Packet: 0x0913
-packetLen(0x0913, 30) // ZC_ACK_GUILD_NAME
+packetLen(0x0913, 30)
// Packet: 0x0914
-packetLen(0x0914, -1) // ZC_NOTIFY_MOVEENTRY9
+packetLen(0x0914, -1)
// Packet: 0x0915
-packetLen(0x0915, -1) // ZC_NOTIFY_STANDENTRY8
+packetLen(0x0915, -1)
// Packet: 0x0916
-packetLen(0x0916, 26) // CZ_REQ_JOIN_GUILD2
+packetLen(0x0916, 26)
// Packet: 0x0917
#if PACKETVER >= 20170405
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
#elif PACKETVER >= 20170329
-packetLen(0x0917, 8) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 8)
#elif PACKETVER >= 20170104
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
#endif
// Packet: 0x0918
#if PACKETVER >= 20170816
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
#elif PACKETVER >= 20170809
-packetLen(0x0918, 6) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 6)
#elif PACKETVER >= 20170614
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
#elif PACKETVER >= 20170607
-packetLen(0x0918, 18) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 18)
#elif PACKETVER >= 20170104
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
#endif
// Packet: 0x0919
#if PACKETVER >= 20170927
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
#elif PACKETVER >= 20170920
-packetLen(0x0919, 10) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 10)
#elif PACKETVER >= 20170614
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
#elif PACKETVER >= 20170607
-packetLen(0x0919, -1) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, -1)
#elif PACKETVER >= 20170208
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
#elif PACKETVER >= 20170201
-packetLen(0x0919, 26) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 26)
#elif PACKETVER >= 20170104
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
#endif
// Packet: 0x091a
#if PACKETVER >= 20171220
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#elif PACKETVER >= 20171213
-packetLen(0x091a, 5) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 5)
#elif PACKETVER >= 20170913
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#elif PACKETVER >= 20170906
-packetLen(0x091a, 6) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 6)
#elif PACKETVER >= 20170712
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#elif PACKETVER >= 20170705
-packetLen(0x091a, 5) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 5)
#elif PACKETVER >= 20170419
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#elif PACKETVER >= 20170412
-packetLen(0x091a, 5) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 5)
#elif PACKETVER >= 20170329
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#elif PACKETVER >= 20170322
-packetLen(0x091a, 36) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 36)
#elif PACKETVER >= 20170315
-packetLen(0x091a, 6) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 6)
#elif PACKETVER >= 20170118
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#elif PACKETVER >= 20170111
-packetLen(0x091a, 36) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 36)
#elif PACKETVER >= 20170104
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#endif
// Packet: 0x091b
#if PACKETVER >= 20171227
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#elif PACKETVER >= 20171220
-packetLen(0x091b, 6) // ZC_PRNPC_STATE
+packetLen(0x091b, 6)
#elif PACKETVER >= 20171108
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#elif PACKETVER >= 20171101
-packetLen(0x091b, 8) // ZC_PRNPC_STATE
+packetLen(0x091b, 8)
#elif PACKETVER >= 20170920
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#elif PACKETVER >= 20170913
-packetLen(0x091b, 6) // ZC_PRNPC_STATE
+packetLen(0x091b, 6)
#elif PACKETVER >= 20170726
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#elif PACKETVER >= 20170719
-packetLen(0x091b, 6) // ZC_PRNPC_STATE
+packetLen(0x091b, 6)
#elif PACKETVER >= 20170621
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#elif PACKETVER >= 20170614
-packetLen(0x091b, 10) // ZC_PRNPC_STATE
+packetLen(0x091b, 10)
#elif PACKETVER >= 20170524
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#elif PACKETVER >= 20170517
-packetLen(0x091b, -1) // ZC_PRNPC_STATE
+packetLen(0x091b, -1)
#elif PACKETVER >= 20170426
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#elif PACKETVER >= 20170419
-packetLen(0x091b, 6) // ZC_PRNPC_STATE
+packetLen(0x091b, 6)
#elif PACKETVER >= 20170322
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#elif PACKETVER >= 20170315
-packetLen(0x091b, -1) // ZC_PRNPC_STATE
+packetLen(0x091b, -1)
#elif PACKETVER >= 20170201
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#elif PACKETVER >= 20170125
-packetLen(0x091b, 6) // ZC_PRNPC_STATE
+packetLen(0x091b, 6)
#elif PACKETVER >= 20170118
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#elif PACKETVER >= 20170111
-packetLen(0x091b, 19) // ZC_PRNPC_STATE
+packetLen(0x091b, 19)
#elif PACKETVER >= 20170104
-packetLen(0x091b, 5) // ZC_PRNPC_STATE
+packetLen(0x091b, 5)
#endif
// Packet: 0x091c
#if PACKETVER >= 20170823
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
#elif PACKETVER >= 20170816
-packetLen(0x091c, 12) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 12)
#elif PACKETVER >= 20170201
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
#elif PACKETVER >= 20170125
-packetLen(0x091c, 8) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 8)
#elif PACKETVER >= 20170104
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
#endif
// Packet: 0x091d
#if PACKETVER >= 20171213
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20171206
-packetLen(0x091d, 26) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 26)
#elif PACKETVER >= 20170920
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20170913
-packetLen(0x091d, 6) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 6)
#elif PACKETVER >= 20170801
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20170726
-packetLen(0x091d, 26) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 26)
#elif PACKETVER >= 20170322
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20170315
-packetLen(0x091d, 12) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 12)
#elif PACKETVER >= 20170104
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#endif
// Packet: 0x091e
#if PACKETVER >= 20171227
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
#elif PACKETVER >= 20171220
-packetLen(0x091e, 6) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 6)
#elif PACKETVER >= 20171129
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
#elif PACKETVER >= 20171122
-packetLen(0x091e, 90) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 90)
#elif PACKETVER >= 20171002
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
#elif PACKETVER >= 20170927
-packetLen(0x091e, 6) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 6)
#elif PACKETVER >= 20170913
-packetLen(0x091e, 8) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 8)
#elif PACKETVER >= 20170906
-packetLen(0x091e, 5) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 5)
#elif PACKETVER >= 20170830
-packetLen(0x091e, 6) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 6)
#elif PACKETVER >= 20170801
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
#elif PACKETVER >= 20170726
-packetLen(0x091e, 12) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 12)
#elif PACKETVER >= 20170531
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
#elif PACKETVER >= 20170524
-packetLen(0x091e, 8) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 8)
#elif PACKETVER >= 20170419
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
#elif PACKETVER >= 20170412
-packetLen(0x091e, 19) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 19)
#elif PACKETVER >= 20170104
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
#endif
// Packet: 0x091f
#if PACKETVER >= 20171115
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
#elif PACKETVER >= 20171108
-packetLen(0x091f, 5) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 5)
#elif PACKETVER >= 20170801
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
#elif PACKETVER >= 20170726
-packetLen(0x091f, 5) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 5)
#elif PACKETVER >= 20170719
-packetLen(0x091f, 6) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 6)
#elif PACKETVER >= 20170502
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
#elif PACKETVER >= 20170426
-packetLen(0x091f, 4) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 4)
#elif PACKETVER >= 20170308
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
#elif PACKETVER >= 20170228
-packetLen(0x091f, 10) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 10)
#elif PACKETVER >= 20170125
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
#elif PACKETVER >= 20170118
-packetLen(0x091f, 18) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 18)
#elif PACKETVER >= 20170104
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
#endif
// Packet: 0x0920
#if PACKETVER >= 20170426
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#elif PACKETVER >= 20170419
-packetLen(0x0920, 10) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 10)
#elif PACKETVER >= 20170322
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#elif PACKETVER >= 20170315
-packetLen(0x0920, 6) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 6)
#elif PACKETVER >= 20170208
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#elif PACKETVER >= 20170125
-packetLen(0x0920, 26) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 26)
#elif PACKETVER >= 20170104
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#endif
// Packet: 0x0921
#if PACKETVER >= 20170927
-packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 2)
#elif PACKETVER >= 20170920
-packetLen(0x0921, 6) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 6)
#elif PACKETVER >= 20170906
-packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 2)
#elif PACKETVER >= 20170830
-packetLen(0x0921, 5) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 5)
#elif PACKETVER >= 20170823
-packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 2)
#elif PACKETVER >= 20170816
-packetLen(0x0921, 6) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 6)
#elif PACKETVER >= 20170809
-packetLen(0x0921, 8) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 8)
#elif PACKETVER >= 20170801
-packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 2)
#elif PACKETVER >= 20170726
-packetLen(0x0921, 6) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 6)
#elif PACKETVER >= 20170215
-packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 2)
#elif PACKETVER >= 20170208
-packetLen(0x0921, 6) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 6)
#elif PACKETVER >= 20170104
-packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 2)
#endif
// Packet: 0x0922
#if PACKETVER >= 20171002
-packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 2)
#elif PACKETVER >= 20170927
-packetLen(0x0922, 26) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 26)
#elif PACKETVER >= 20170426
-packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 2)
#elif PACKETVER >= 20170419
-packetLen(0x0922, 19) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 19)
#elif PACKETVER >= 20170322
-packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 2)
#elif PACKETVER >= 20170315
-packetLen(0x0922, -1) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, -1)
#elif PACKETVER >= 20170104
-packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 2)
#endif
// Packet: 0x0923
#if PACKETVER >= 20171213
-packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 2)
#elif PACKETVER >= 20171206
-packetLen(0x0923, 8) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 8)
#elif PACKETVER >= 20171129
-packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 2)
#elif PACKETVER >= 20171122
-packetLen(0x0923, 18) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 18)
#elif PACKETVER >= 20171002
-packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 2)
#elif PACKETVER >= 20170927
-packetLen(0x0923, 6) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 6)
#elif PACKETVER >= 20170920
-packetLen(0x0923, 19) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 19)
#elif PACKETVER >= 20170913
-packetLen(0x0923, 5) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 5)
#elif PACKETVER >= 20170801
-packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 2)
#elif PACKETVER >= 20170726
-packetLen(0x0923, -1) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, -1)
#elif PACKETVER >= 20170531
-packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 2)
#elif PACKETVER >= 20170524
-packetLen(0x0923, -1) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, -1)
#elif PACKETVER >= 20170517
-packetLen(0x0923, 19) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 19)
#elif PACKETVER >= 20170215
-packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 2)
#elif PACKETVER >= 20170208
-packetLen(0x0923, 6) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 6)
#elif PACKETVER >= 20170104
-packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 2)
#endif
// Packet: 0x0924
#if PACKETVER >= 20171227
-packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 2)
#elif PACKETVER >= 20171220
-packetLen(0x0924, 8) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 8)
#elif PACKETVER >= 20170104
-packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 2)
#endif
// Packet: 0x0925
#if PACKETVER >= 20170920
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
#elif PACKETVER >= 20170913
-packetLen(0x0925, 12) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 12)
#elif PACKETVER >= 20170906
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
#elif PACKETVER >= 20170830
-packetLen(0x0925, 6) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 6)
#elif PACKETVER >= 20170823
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
#elif PACKETVER >= 20170816
-packetLen(0x0925, 8) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 8)
#elif PACKETVER >= 20170614
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
#elif PACKETVER >= 20170607
-packetLen(0x0925, 26) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 26)
#elif PACKETVER >= 20170531
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
#elif PACKETVER >= 20170524
-packetLen(0x0925, 90) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 90)
#elif PACKETVER >= 20170222
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
#elif PACKETVER >= 20170215
-packetLen(0x0925, 8) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 8)
#elif PACKETVER >= 20170104
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
#endif
// Packet: 0x0926
#if PACKETVER >= 20171122
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
#elif PACKETVER >= 20171115
-packetLen(0x0926, 6) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 6)
#elif PACKETVER >= 20170927
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
#elif PACKETVER >= 20170920
-packetLen(0x0926, 8) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 8)
#elif PACKETVER >= 20170405
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
#elif PACKETVER >= 20170329
-packetLen(0x0926, 5) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 5)
#elif PACKETVER >= 20170104
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
#endif
// Packet: 0x0927
#if PACKETVER >= 20171002
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#elif PACKETVER >= 20170927
-packetLen(0x0927, 5) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 5)
#elif PACKETVER >= 20170920
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#elif PACKETVER >= 20170913
-packetLen(0x0927, -1) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, -1)
#elif PACKETVER >= 20170614
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#elif PACKETVER >= 20170607
-packetLen(0x0927, 10) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 10)
#elif PACKETVER >= 20170502
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#elif PACKETVER >= 20170426
-packetLen(0x0927, 5) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 5)
#elif PACKETVER >= 20170125
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#elif PACKETVER >= 20170118
-packetLen(0x0927, 8) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 8)
#elif PACKETVER >= 20170104
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#endif
// Packet: 0x0928
#if PACKETVER >= 20171011
-packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 2)
#elif PACKETVER >= 20171002
-packetLen(0x0928, -1) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, -1)
#elif PACKETVER >= 20170104
-packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 2)
#endif
// Packet: 0x0929
#if PACKETVER >= 20171227
-packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 2)
#elif PACKETVER >= 20171220
-packetLen(0x0929, 6) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 6)
#elif PACKETVER >= 20170419
-packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 2)
#elif PACKETVER >= 20170412
-packetLen(0x0929, 6) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 6)
#elif PACKETVER >= 20170405
-packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 2)
#elif PACKETVER >= 20170329
-packetLen(0x0929, 6) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 6)
#elif PACKETVER >= 20170201
-packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 2)
#elif PACKETVER >= 20170125
-packetLen(0x0929, 12) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 12)
#elif PACKETVER >= 20170104
-packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 2)
#endif
// Packet: 0x092a
#if PACKETVER >= 20170816
-packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 2)
#elif PACKETVER >= 20170809
-packetLen(0x092a, 6) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 6)
#elif PACKETVER >= 20170308
-packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 2)
#elif PACKETVER >= 20170228
-packetLen(0x092a, 6) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 6)
#elif PACKETVER >= 20170104
-packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 2)
#endif
// Packet: 0x092b
#if PACKETVER >= 20170816
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
#elif PACKETVER >= 20170809
-packetLen(0x092b, 6) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 6)
#elif PACKETVER >= 20170222
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
#elif PACKETVER >= 20170215
-packetLen(0x092b, -1) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, -1)
#elif PACKETVER >= 20170201
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
#elif PACKETVER >= 20170125
-packetLen(0x092b, 10) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 10)
#elif PACKETVER >= 20170104
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
#endif
// Packet: 0x092c
#if PACKETVER >= 20171227
-packetLen(0x092c, 19) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 19)
#elif PACKETVER >= 20170823
-packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 2)
#elif PACKETVER >= 20170816
-packetLen(0x092c, -1) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, -1)
#elif PACKETVER >= 20170726
-packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 2)
#elif PACKETVER >= 20170719
-packetLen(0x092c, -1) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, -1)
#elif PACKETVER >= 20170104
-packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 2)
#endif
// Packet: 0x092d
#if PACKETVER >= 20171011
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#elif PACKETVER >= 20171002
-packetLen(0x092d, 18) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 18)
#elif PACKETVER >= 20170607
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#elif PACKETVER >= 20170531
-packetLen(0x092d, 6) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 6)
#elif PACKETVER >= 20170215
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#elif PACKETVER >= 20170208
-packetLen(0x092d, 5) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 5)
#elif PACKETVER >= 20170104
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#endif
// Packet: 0x092e
#if PACKETVER >= 20171227
-packetLen(0x092e, 4) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 4)
#elif PACKETVER >= 20171213
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#elif PACKETVER >= 20171206
-packetLen(0x092e, 8) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 8)
#elif PACKETVER >= 20170927
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#elif PACKETVER >= 20170920
-packetLen(0x092e, -1) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, -1)
#elif PACKETVER >= 20170906
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#elif PACKETVER >= 20170830
-packetLen(0x092e, 6) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 6)
#elif PACKETVER >= 20170419
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#elif PACKETVER >= 20170412
-packetLen(0x092e, 8) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 8)
#elif PACKETVER >= 20170405
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#elif PACKETVER >= 20170329
-packetLen(0x092e, 19) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 19)
#elif PACKETVER >= 20170308
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#elif PACKETVER >= 20170228
-packetLen(0x092e, -1) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, -1)
#elif PACKETVER >= 20170104
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#endif
// Packet: 0x092f
#if PACKETVER >= 20170726
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#elif PACKETVER >= 20170719
-packetLen(0x092f, 18) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 18)
#elif PACKETVER >= 20170712
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#elif PACKETVER >= 20170705
-packetLen(0x092f, 4) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 4)
#elif PACKETVER >= 20170621
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#elif PACKETVER >= 20170614
-packetLen(0x092f, -1) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, -1)
#elif PACKETVER >= 20170104
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#endif
// Packet: 0x0930
#if PACKETVER >= 20170712
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#elif PACKETVER >= 20170705
-packetLen(0x0930, -1) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, -1)
#elif PACKETVER >= 20170426
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#elif PACKETVER >= 20170419
-packetLen(0x0930, 8) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 8)
#elif PACKETVER >= 20170201
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#elif PACKETVER >= 20170125
-packetLen(0x0930, 5) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 5)
#elif PACKETVER >= 20170104
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#endif
// Packet: 0x0931
#if PACKETVER >= 20170816
-packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 2)
#elif PACKETVER >= 20170809
-packetLen(0x0931, 6) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 6)
#elif PACKETVER >= 20170614
-packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 2)
#elif PACKETVER >= 20170607
-packetLen(0x0931, 4) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 4)
#elif PACKETVER >= 20170104
-packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 2)
#endif
// Packet: 0x0932
#if PACKETVER >= 20170712
-packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 2)
#elif PACKETVER >= 20170705
-packetLen(0x0932, 6) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 6)
#elif PACKETVER >= 20170215
-packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 2)
#elif PACKETVER >= 20170208
-packetLen(0x0932, 8) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 8)
#elif PACKETVER >= 20170104
-packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 2)
#endif
// Packet: 0x0933
#if PACKETVER >= 20171227
-packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 2)
#elif PACKETVER >= 20171220
-packetLen(0x0933, 5) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 5)
#elif PACKETVER >= 20170607
-packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 2)
#elif PACKETVER >= 20170531
-packetLen(0x0933, 8) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 8)
#elif PACKETVER >= 20170125
-packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 2)
#elif PACKETVER >= 20170118
-packetLen(0x0933, 6) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 6)
#elif PACKETVER >= 20170104
-packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 2)
#endif
// Packet: 0x0934
#if PACKETVER >= 20171129
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#elif PACKETVER >= 20171122
-packetLen(0x0934, 36) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 36)
#elif PACKETVER >= 20171011
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#elif PACKETVER >= 20171002
-packetLen(0x0934, 36) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 36)
#elif PACKETVER >= 20170712
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#elif PACKETVER >= 20170705
-packetLen(0x0934, 8) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 8)
#elif PACKETVER >= 20170614
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#elif PACKETVER >= 20170607
-packetLen(0x0934, 5) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 5)
#elif PACKETVER >= 20170531
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#elif PACKETVER >= 20170524
-packetLen(0x0934, 5) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 5)
#elif PACKETVER >= 20170104
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#endif
// Packet: 0x0935
#if PACKETVER >= 20170426
-packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 2)
#elif PACKETVER >= 20170419
-packetLen(0x0935, 90) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 90)
#elif PACKETVER >= 20170104
-packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 2)
#endif
// Packet: 0x0936
#if PACKETVER >= 20171213
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
#elif PACKETVER >= 20171206
-packetLen(0x0936, 5) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 5)
#elif PACKETVER >= 20170621
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
#elif PACKETVER >= 20170614
-packetLen(0x0936, 6) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 6)
#elif PACKETVER >= 20170104
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
#endif
// Packet: 0x0937
#if PACKETVER >= 20170927
-packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 2)
#elif PACKETVER >= 20170920
-packetLen(0x0937, 12) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 12)
#elif PACKETVER >= 20170607
-packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 2)
#elif PACKETVER >= 20170531
-packetLen(0x0937, 12) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 12)
#elif PACKETVER >= 20170405
-packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 2)
#elif PACKETVER >= 20170329
-packetLen(0x0937, -1) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, -1)
#elif PACKETVER >= 20170308
-packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 2)
#elif PACKETVER >= 20170228
-packetLen(0x0937, 6) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 6)
#elif PACKETVER >= 20170222
-packetLen(0x0937, -1) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, -1)
#elif PACKETVER >= 20170215
-packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 2)
#elif PACKETVER >= 20170208
-packetLen(0x0937, 36) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 36)
#elif PACKETVER >= 20170104
-packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 2)
#endif
// Packet: 0x0938
#if PACKETVER >= 20171227
-packetLen(0x0938, 26) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 26)
#elif PACKETVER >= 20171025
-packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 2)
#elif PACKETVER >= 20171018
-packetLen(0x0938, -1) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, -1)
#elif PACKETVER >= 20170614
-packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 2)
#elif PACKETVER >= 20170607
-packetLen(0x0938, 7) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 7)
#elif PACKETVER >= 20170419
-packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 2)
#elif PACKETVER >= 20170412
-packetLen(0x0938, 90) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 90)
#elif PACKETVER >= 20170208
-packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 2)
#elif PACKETVER >= 20170201
-packetLen(0x0938, 5) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 5)
#elif PACKETVER >= 20170104
-packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 2)
#endif
// Packet: 0x0939
#if PACKETVER >= 20171108
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
#elif PACKETVER >= 20171101
-packetLen(0x0939, 5) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 5)
#elif PACKETVER >= 20170927
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
#elif PACKETVER >= 20170920
-packetLen(0x0939, 5) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 5)
#elif PACKETVER >= 20170906
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
#elif PACKETVER >= 20170830
-packetLen(0x0939, 26) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 26)
#elif PACKETVER >= 20170816
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
#elif PACKETVER >= 20170809
-packetLen(0x0939, 6) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 6)
#elif PACKETVER >= 20170405
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
#elif PACKETVER >= 20170329
-packetLen(0x0939, 26) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 26)
#elif PACKETVER >= 20170228
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
#elif PACKETVER >= 20170222
-packetLen(0x0939, 19) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 19)
#elif PACKETVER >= 20170104
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
#endif
// Packet: 0x093a
#if PACKETVER >= 20170823
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
#elif PACKETVER >= 20170816
-packetLen(0x093a, 26) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 26)
#elif PACKETVER >= 20170426
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
#elif PACKETVER >= 20170419
-packetLen(0x093a, 26) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 26)
#elif PACKETVER >= 20170104
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
#endif
// Packet: 0x093b
#if PACKETVER >= 20171129
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#elif PACKETVER >= 20171122
-packetLen(0x093b, 10) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 10)
#elif PACKETVER >= 20171011
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#elif PACKETVER >= 20171002
-packetLen(0x093b, 8) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 8)
#elif PACKETVER >= 20170927
-packetLen(0x093b, 90) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 90)
#elif PACKETVER >= 20170816
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#elif PACKETVER >= 20170809
-packetLen(0x093b, -1) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, -1)
#elif PACKETVER >= 20170524
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#elif PACKETVER >= 20170517
-packetLen(0x093b, 6) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 6)
#elif PACKETVER >= 20170104
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#endif
// Packet: 0x093c
#if PACKETVER >= 20170517
-packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 2)
#elif PACKETVER >= 20170502
-packetLen(0x093c, 26) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 26)
#elif PACKETVER >= 20170201
-packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 2)
#elif PACKETVER >= 20170125
-packetLen(0x093c, -1) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, -1)
#elif PACKETVER >= 20170104
-packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 2)
#endif
// Packet: 0x093d
#if PACKETVER >= 20171011
-packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 2)
#elif PACKETVER >= 20171002
-packetLen(0x093d, 6) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 6)
#elif PACKETVER >= 20170823
-packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 2)
#elif PACKETVER >= 20170816
-packetLen(0x093d, 19) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 19)
#elif PACKETVER >= 20170726
-packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 2)
#elif PACKETVER >= 20170719
-packetLen(0x093d, 5) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 5)
#elif PACKETVER >= 20170104
-packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 2)
#endif
// Packet: 0x093e
#if PACKETVER >= 20171227
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#elif PACKETVER >= 20171220
-packetLen(0x093e, 7) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 7)
#elif PACKETVER >= 20171011
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#elif PACKETVER >= 20171002
-packetLen(0x093e, 8) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 8)
#elif PACKETVER >= 20170906
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#elif PACKETVER >= 20170830
-packetLen(0x093e, 7) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 7)
#elif PACKETVER >= 20170726
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#elif PACKETVER >= 20170719
-packetLen(0x093e, 8) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 8)
#elif PACKETVER >= 20170308
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#elif PACKETVER >= 20170228
-packetLen(0x093e, 4) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 4)
#elif PACKETVER >= 20170104
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#endif
// Packet: 0x093f
#if PACKETVER >= 20170426
-packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 2)
#elif PACKETVER >= 20170419
-packetLen(0x093f, 10) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 10)
#elif PACKETVER >= 20170104
-packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 2)
#endif
// Packet: 0x0940
#if PACKETVER >= 20171206
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20171129
-packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 6)
#elif PACKETVER >= 20171115
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20171108
-packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 6)
#elif PACKETVER >= 20170906
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20170830
-packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 6)
#elif PACKETVER >= 20170823
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20170816
-packetLen(0x0940, 10) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 10)
#elif PACKETVER >= 20170809
-packetLen(0x0940, 18) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 18)
#elif PACKETVER >= 20170607
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20170531
-packetLen(0x0940, 18) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 18)
#elif PACKETVER >= 20170502
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20170426
-packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 6)
#elif PACKETVER >= 20170208
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20170201
-packetLen(0x0940, -1) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, -1)
#elif PACKETVER >= 20170118
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20170111
-packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 6)
#elif PACKETVER >= 20170104
-packetLen(0x0940, 10) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 10)
#endif
// Packet: 0x0941
#if PACKETVER >= 20171227
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#elif PACKETVER >= 20171220
-packetLen(0x0941, 6) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 6)
#elif PACKETVER >= 20171115
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#elif PACKETVER >= 20171108
-packetLen(0x0941, 8) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 8)
#elif PACKETVER >= 20170823
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#elif PACKETVER >= 20170816
-packetLen(0x0941, 6) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 6)
#elif PACKETVER >= 20170104
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#endif
// Packet: 0x0942
#if PACKETVER >= 20171213
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
#elif PACKETVER >= 20171206
-packetLen(0x0942, 5) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 5)
#elif PACKETVER >= 20171002
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
#elif PACKETVER >= 20170927
-packetLen(0x0942, 18) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 18)
#elif PACKETVER >= 20170906
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
#elif PACKETVER >= 20170830
-packetLen(0x0942, 12) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 12)
#elif PACKETVER >= 20170614
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
#elif PACKETVER >= 20170607
-packetLen(0x0942, 5) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 5)
#elif PACKETVER >= 20170419
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
#elif PACKETVER >= 20170412
-packetLen(0x0942, 26) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 26)
#elif PACKETVER >= 20170222
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
#elif PACKETVER >= 20170215
-packetLen(0x0942, 6) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 6)
#elif PACKETVER >= 20170104
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
#endif
// Packet: 0x0943
#if PACKETVER >= 20171011
-packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 2)
#elif PACKETVER >= 20171002
-packetLen(0x0943, 26) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 26)
#elif PACKETVER >= 20170906
-packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 2)
#elif PACKETVER >= 20170830
-packetLen(0x0943, -1) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, -1)
#elif PACKETVER >= 20170801
-packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 2)
#elif PACKETVER >= 20170726
-packetLen(0x0943, 6) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 6)
#elif PACKETVER >= 20170228
-packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 2)
#elif PACKETVER >= 20170222
-packetLen(0x0943, 36) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 36)
#elif PACKETVER >= 20170201
-packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 2)
#elif PACKETVER >= 20170125
-packetLen(0x0943, 6) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 6)
#elif PACKETVER >= 20170104
-packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 2)
#endif
// Packet: 0x0944
#if PACKETVER >= 20171025
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#elif PACKETVER >= 20171018
-packetLen(0x0944, 36) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 36)
#elif PACKETVER >= 20170726
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#elif PACKETVER >= 20170719
-packetLen(0x0944, 5) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 5)
#elif PACKETVER >= 20170712
-packetLen(0x0944, 36) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 36)
#elif PACKETVER >= 20170621
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#elif PACKETVER >= 20170614
-packetLen(0x0944, 19) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 19)
#elif PACKETVER >= 20170607
-packetLen(0x0944, 6) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 6)
#elif PACKETVER >= 20170322
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#elif PACKETVER >= 20170315
-packetLen(0x0944, 6) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 6)
#elif PACKETVER >= 20170308
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#elif PACKETVER >= 20170228
-packetLen(0x0944, 8) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 8)
#elif PACKETVER >= 20170201
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#elif PACKETVER >= 20170125
-packetLen(0x0944, 18) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 18)
#elif PACKETVER >= 20170104
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#endif
// Packet: 0x0945
#if PACKETVER >= 20171227
-packetLen(0x0945, -1) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, -1)
#elif PACKETVER >= 20171115
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#elif PACKETVER >= 20171108
-packetLen(0x0945, 6) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 6)
#elif PACKETVER >= 20171002
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#elif PACKETVER >= 20170927
-packetLen(0x0945, 6) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 6)
#elif PACKETVER >= 20170920
-packetLen(0x0945, 18) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 18)
#elif PACKETVER >= 20170607
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#elif PACKETVER >= 20170531
-packetLen(0x0945, 6) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 6)
#elif PACKETVER >= 20170524
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#elif PACKETVER >= 20170517
-packetLen(0x0945, -1) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, -1)
#elif PACKETVER >= 20170419
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#elif PACKETVER >= 20170412
-packetLen(0x0945, 8) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 8)
#elif PACKETVER >= 20170104
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#endif
// Packet: 0x0946
#if PACKETVER >= 20171227
-packetLen(0x0946, 26) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 26)
#elif PACKETVER >= 20171220
-packetLen(0x0946, 4) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 4)
#elif PACKETVER >= 20171129
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20171122
-packetLen(0x0946, 26) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 26)
#elif PACKETVER >= 20170726
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20170719
-packetLen(0x0946, 26) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 26)
#elif PACKETVER >= 20170531
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20170524
-packetLen(0x0946, 10) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 10)
#elif PACKETVER >= 20170517
-packetLen(0x0946, 6) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 6)
#elif PACKETVER >= 20170104
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#endif
// Packet: 0x0947
#if PACKETVER >= 20171129
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#elif PACKETVER >= 20171122
-packetLen(0x0947, 5) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 5)
#elif PACKETVER >= 20171115
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#elif PACKETVER >= 20171108
-packetLen(0x0947, 8) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 8)
#elif PACKETVER >= 20170906
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#elif PACKETVER >= 20170830
-packetLen(0x0947, -1) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, -1)
#elif PACKETVER >= 20170524
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#elif PACKETVER >= 20170517
-packetLen(0x0947, 36) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 36)
#elif PACKETVER >= 20170308
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#elif PACKETVER >= 20170228
-packetLen(0x0947, 6) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 6)
#elif PACKETVER >= 20170104
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#endif
// Packet: 0x0948
#if PACKETVER >= 20170308
-packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 2)
#elif PACKETVER >= 20170228
-packetLen(0x0948, 26) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 26)
#elif PACKETVER >= 20170104
-packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 2)
#endif
// Packet: 0x0949
#if PACKETVER >= 20171115
-packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 2)
#elif PACKETVER >= 20171108
-packetLen(0x0949, 19) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 19)
#elif PACKETVER >= 20170614
-packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 2)
#elif PACKETVER >= 20170607
-packetLen(0x0949, -1) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, -1)
#elif PACKETVER >= 20170405
-packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 2)
#elif PACKETVER >= 20170329
-packetLen(0x0949, 8) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 8)
#elif PACKETVER >= 20170104
-packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 2)
#endif
// Packet: 0x094a
#if PACKETVER >= 20171025
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#elif PACKETVER >= 20171018
-packetLen(0x094a, 26) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 26)
#elif PACKETVER >= 20170322
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#elif PACKETVER >= 20170315
-packetLen(0x094a, 6) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 6)
#elif PACKETVER >= 20170104
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#endif
// Packet: 0x094b
#if PACKETVER >= 20171206
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
#elif PACKETVER >= 20171129
-packetLen(0x094b, 8) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 8)
#elif PACKETVER >= 20171002
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
#elif PACKETVER >= 20170927
-packetLen(0x094b, 26) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 26)
#elif PACKETVER >= 20170104
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
#endif
// Packet: 0x094c
#if PACKETVER >= 20170927
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
#elif PACKETVER >= 20170920
-packetLen(0x094c, -1) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, -1)
#elif PACKETVER >= 20170712
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
#elif PACKETVER >= 20170705
-packetLen(0x094c, 5) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 5)
#elif PACKETVER >= 20170412
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
#elif PACKETVER >= 20170405
-packetLen(0x094c, 36) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 36)
#elif PACKETVER >= 20170208
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
#elif PACKETVER >= 20170201
-packetLen(0x094c, 19) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 19)
#elif PACKETVER >= 20170118
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
#elif PACKETVER >= 20170111
-packetLen(0x094c, 8) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 8)
#elif PACKETVER >= 20170104
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
#endif
// Packet: 0x094d
#if PACKETVER >= 20171108
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
#elif PACKETVER >= 20171101
-packetLen(0x094d, 6) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 6)
#elif PACKETVER >= 20171002
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
#elif PACKETVER >= 20170927
-packetLen(0x094d, 6) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 6)
#elif PACKETVER >= 20170104
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
#endif
// Packet: 0x094e
#if PACKETVER >= 20171227
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#elif PACKETVER >= 20171220
-packetLen(0x094e, 8) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 8)
#elif PACKETVER >= 20171115
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#elif PACKETVER >= 20171108
-packetLen(0x094e, 26) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 26)
#elif PACKETVER >= 20170322
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#elif PACKETVER >= 20170315
-packetLen(0x094e, 19) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 19)
#elif PACKETVER >= 20170222
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#elif PACKETVER >= 20170215
-packetLen(0x094e, 6) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 6)
#elif PACKETVER >= 20170104
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#endif
// Packet: 0x094f
#if PACKETVER >= 20171025
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#elif PACKETVER >= 20171018
-packetLen(0x094f, 18) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 18)
#elif PACKETVER >= 20170809
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#elif PACKETVER >= 20170801
-packetLen(0x094f, 26) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 26)
#elif PACKETVER >= 20170726
-packetLen(0x094f, 8) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 8)
#elif PACKETVER >= 20170419
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#elif PACKETVER >= 20170412
-packetLen(0x094f, 26) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 26)
#elif PACKETVER >= 20170405
-packetLen(0x094f, 8) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 8)
#elif PACKETVER >= 20170104
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#endif
// Packet: 0x0950
#if PACKETVER >= 20171018
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
#elif PACKETVER >= 20171011
-packetLen(0x0950, 19) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 19)
#elif PACKETVER >= 20170823
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
#elif PACKETVER >= 20170816
-packetLen(0x0950, 5) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 5)
#elif PACKETVER >= 20170801
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
#elif PACKETVER >= 20170726
-packetLen(0x0950, 10) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 10)
#elif PACKETVER >= 20170517
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
#elif PACKETVER >= 20170502
-packetLen(0x0950, 5) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 5)
#elif PACKETVER >= 20170104
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
#endif
// Packet: 0x0951
#if PACKETVER >= 20171227
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#elif PACKETVER >= 20171220
-packetLen(0x0951, 5) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 5)
#elif PACKETVER >= 20170104
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#endif
// Packet: 0x0952
#if PACKETVER >= 20171108
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
#elif PACKETVER >= 20171101
-packetLen(0x0952, 90) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 90)
#elif PACKETVER >= 20170801
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
#elif PACKETVER >= 20170726
-packetLen(0x0952, 5) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 5)
#elif PACKETVER >= 20170322
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
#elif PACKETVER >= 20170315
-packetLen(0x0952, 36) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 36)
#elif PACKETVER >= 20170308
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
#elif PACKETVER >= 20170228
-packetLen(0x0952, 10) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 10)
#elif PACKETVER >= 20170104
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
#endif
// Packet: 0x0953
#if PACKETVER >= 20171206
-packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 2)
#elif PACKETVER >= 20171129
-packetLen(0x0953, 8) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 8)
#elif PACKETVER >= 20170913
-packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 2)
#elif PACKETVER >= 20170906
-packetLen(0x0953, 19) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 19)
#elif PACKETVER >= 20170104
-packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 2)
#endif
// Packet: 0x0954
#if PACKETVER >= 20171018
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#elif PACKETVER >= 20171011
-packetLen(0x0954, 5) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 5)
#elif PACKETVER >= 20170801
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#elif PACKETVER >= 20170726
-packetLen(0x0954, 18) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 18)
#elif PACKETVER >= 20170104
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#endif
// Packet: 0x0955
#if PACKETVER >= 20170308
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
#elif PACKETVER >= 20170228
-packetLen(0x0955, 18) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 18)
#elif PACKETVER >= 20170104
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
#endif
// Packet: 0x0956
#if PACKETVER >= 20170628
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#elif PACKETVER >= 20170621
-packetLen(0x0956, 8) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 8)
#elif PACKETVER >= 20170104
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#endif
// Packet: 0x0957
#if PACKETVER >= 20171227
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20171220
-packetLen(0x0957, 26) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 26)
#elif PACKETVER >= 20171213
-packetLen(0x0957, 5) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 5)
#elif PACKETVER >= 20171108
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20171101
-packetLen(0x0957, 7) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 7)
#elif PACKETVER >= 20170628
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20170621
-packetLen(0x0957, 36) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 36)
#elif PACKETVER >= 20170614
-packetLen(0x0957, 8) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 8)
#elif PACKETVER >= 20170104
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#endif
// Packet: 0x0958
#if PACKETVER >= 20171213
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20171206
-packetLen(0x0958, -1) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, -1)
#elif PACKETVER >= 20171122
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20171115
-packetLen(0x0958, 5) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 5)
#elif PACKETVER >= 20171108
-packetLen(0x0958, 18) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 18)
#elif PACKETVER >= 20170531
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20170524
-packetLen(0x0958, 4) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 4)
#elif PACKETVER >= 20170517
-packetLen(0x0958, 5) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 5)
#elif PACKETVER >= 20170502
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20170426
-packetLen(0x0958, 26) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 26)
#elif PACKETVER >= 20170125
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20170118
-packetLen(0x0958, 36) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 36)
#elif PACKETVER >= 20170104
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#endif
// Packet: 0x0959
#if PACKETVER >= 20171002
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#elif PACKETVER >= 20170927
-packetLen(0x0959, 8) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 8)
#elif PACKETVER >= 20170906
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#elif PACKETVER >= 20170830
-packetLen(0x0959, 10) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 10)
#elif PACKETVER >= 20170823
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#elif PACKETVER >= 20170816
-packetLen(0x0959, 8) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 8)
#elif PACKETVER >= 20170419
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#elif PACKETVER >= 20170412
-packetLen(0x0959, 6) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 6)
#elif PACKETVER >= 20170104
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#endif
// Packet: 0x095a
#if PACKETVER >= 20171122
-packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 2)
#elif PACKETVER >= 20171115
-packetLen(0x095a, 26) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 26)
#elif PACKETVER >= 20171108
-packetLen(0x095a, 8) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 8)
#elif PACKETVER >= 20171101
-packetLen(0x095a, -1) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, -1)
#elif PACKETVER >= 20171002
-packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 2)
#elif PACKETVER >= 20170927
-packetLen(0x095a, 10) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 10)
#elif PACKETVER >= 20170920
-packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 2)
#elif PACKETVER >= 20170913
-packetLen(0x095a, 10) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 10)
#elif PACKETVER >= 20170809
-packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 2)
#elif PACKETVER >= 20170801
-packetLen(0x095a, 19) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 19)
#elif PACKETVER >= 20170726
-packetLen(0x095a, 90) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 90)
#elif PACKETVER >= 20170531
-packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 2)
#elif PACKETVER >= 20170524
-packetLen(0x095a, 6) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 6)
#elif PACKETVER >= 20170104
-packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 2)
#endif
// Packet: 0x095b
#if PACKETVER >= 20170830
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20170823
-packetLen(0x095b, 5) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 5)
#elif PACKETVER >= 20170628
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20170621
-packetLen(0x095b, 4) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 4)
#elif PACKETVER >= 20170531
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20170524
-packetLen(0x095b, 18) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 18)
#elif PACKETVER >= 20170419
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20170412
-packetLen(0x095b, 6) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 6)
#elif PACKETVER >= 20170104
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#endif
// Packet: 0x095c
#if PACKETVER >= 20170920
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#elif PACKETVER >= 20170913
-packetLen(0x095c, 6) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 6)
#elif PACKETVER >= 20170628
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#elif PACKETVER >= 20170621
-packetLen(0x095c, 8) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 8)
#elif PACKETVER >= 20170426
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#elif PACKETVER >= 20170419
-packetLen(0x095c, 6) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 6)
#elif PACKETVER >= 20170412
-packetLen(0x095c, 12) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 12)
#elif PACKETVER >= 20170201
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#elif PACKETVER >= 20170125
-packetLen(0x095c, 8) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 8)
#elif PACKETVER >= 20170104
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#endif
// Packet: 0x095d
#if PACKETVER >= 20170927
-packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 2)
#elif PACKETVER >= 20170920
-packetLen(0x095d, 5) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 5)
#elif PACKETVER >= 20170426
-packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 2)
#elif PACKETVER >= 20170419
-packetLen(0x095d, -1) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, -1)
#elif PACKETVER >= 20170412
-packetLen(0x095d, 36) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 36)
#elif PACKETVER >= 20170228
-packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 2)
#elif PACKETVER >= 20170222
-packetLen(0x095d, 8) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 8)
#elif PACKETVER >= 20170104
-packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 2)
#endif
// Packet: 0x095e
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
// Packet: 0x095f
#if PACKETVER >= 20171011
-packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 2)
#elif PACKETVER >= 20171002
-packetLen(0x095f, 4) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 4)
#elif PACKETVER >= 20170405
-packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 2)
#elif PACKETVER >= 20170329
-packetLen(0x095f, 4) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 4)
#elif PACKETVER >= 20170222
-packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 2)
#elif PACKETVER >= 20170215
-packetLen(0x095f, 6) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 6)
#elif PACKETVER >= 20170104
-packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 2)
#endif
// Packet: 0x0960
#if PACKETVER >= 20171227
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20171220
-packetLen(0x0960, 90) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 90)
#elif PACKETVER >= 20170823
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20170816
-packetLen(0x0960, -1) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, -1)
#elif PACKETVER >= 20170524
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20170517
-packetLen(0x0960, 26) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 26)
#elif PACKETVER >= 20170104
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#endif
// Packet: 0x0961
#if PACKETVER >= 20171213
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#elif PACKETVER >= 20171206
-packetLen(0x0961, 6) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 6)
#elif PACKETVER >= 20170927
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#elif PACKETVER >= 20170920
-packetLen(0x0961, 6) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 6)
#elif PACKETVER >= 20170628
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#elif PACKETVER >= 20170621
-packetLen(0x0961, 19) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 19)
#elif PACKETVER >= 20170118
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#elif PACKETVER >= 20170111
-packetLen(0x0961, -1) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, -1)
#elif PACKETVER >= 20170104
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#endif
// Packet: 0x0962
#if PACKETVER >= 20171129
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#elif PACKETVER >= 20171122
-packetLen(0x0962, 26) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 26)
#elif PACKETVER >= 20171108
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#elif PACKETVER >= 20171101
-packetLen(0x0962, 6) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 6)
#elif PACKETVER >= 20170228
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#elif PACKETVER >= 20170222
-packetLen(0x0962, 8) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 8)
#elif PACKETVER >= 20170215
-packetLen(0x0962, 5) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 5)
#elif PACKETVER >= 20170125
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#elif PACKETVER >= 20170118
-packetLen(0x0962, 26) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 26)
#elif PACKETVER >= 20170104
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#endif
// Packet: 0x0963
#if PACKETVER >= 20171115
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
#elif PACKETVER >= 20171108
-packetLen(0x0963, 7) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 7)
#elif PACKETVER >= 20170801
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
#elif PACKETVER >= 20170726
-packetLen(0x0963, -1) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, -1)
#elif PACKETVER >= 20170621
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
#elif PACKETVER >= 20170614
-packetLen(0x0963, 12) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 12)
#elif PACKETVER >= 20170607
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
#elif PACKETVER >= 20170531
-packetLen(0x0963, 6) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 6)
#elif PACKETVER >= 20170502
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
#elif PACKETVER >= 20170426
-packetLen(0x0963, 8) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 8)
#elif PACKETVER >= 20170419
-packetLen(0x0963, 4) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 4)
#elif PACKETVER >= 20170104
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
#endif
// Packet: 0x0964
#if PACKETVER >= 20171227
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#elif PACKETVER >= 20171220
-packetLen(0x0964, 26) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 26)
#elif PACKETVER >= 20170524
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#elif PACKETVER >= 20170517
-packetLen(0x0964, 6) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 6)
#elif PACKETVER >= 20170412
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#elif PACKETVER >= 20170405
-packetLen(0x0964, 6) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 6)
#elif PACKETVER >= 20170104
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#endif
// Packet: 0x0965
#if PACKETVER >= 20171115
-packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 2)
#elif PACKETVER >= 20171108
-packetLen(0x0965, 6) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 6)
#elif PACKETVER >= 20170426
-packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 2)
#elif PACKETVER >= 20170419
-packetLen(0x0965, 6) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 6)
#elif PACKETVER >= 20170201
-packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 2)
#elif PACKETVER >= 20170125
-packetLen(0x0965, 6) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 6)
#elif PACKETVER >= 20170104
-packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 2)
#endif
// Packet: 0x0966
#if PACKETVER >= 20171206
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#elif PACKETVER >= 20171129
-packetLen(0x0966, 19) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 19)
#elif PACKETVER >= 20171108
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#elif PACKETVER >= 20171101
-packetLen(0x0966, 10) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 10)
#elif PACKETVER >= 20170927
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#elif PACKETVER >= 20170920
-packetLen(0x0966, 90) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 90)
#elif PACKETVER >= 20170726
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#elif PACKETVER >= 20170719
-packetLen(0x0966, 8) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 8)
#elif PACKETVER >= 20170208
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#elif PACKETVER >= 20170201
-packetLen(0x0966, 8) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 8)
#elif PACKETVER >= 20170104
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#endif
// Packet: 0x0967
#if PACKETVER >= 20171115
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20171108
-packetLen(0x0967, 10) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 10)
#elif PACKETVER >= 20170531
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20170524
-packetLen(0x0967, 26) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 26)
#elif PACKETVER >= 20170104
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#endif
// Packet: 0x0968
#if PACKETVER >= 20171129
-packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 2)
#elif PACKETVER >= 20171122
-packetLen(0x0968, -1) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, -1)
#elif PACKETVER >= 20170607
-packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 2)
#elif PACKETVER >= 20170531
-packetLen(0x0968, -1) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, -1)
#elif PACKETVER >= 20170524
-packetLen(0x0968, 6) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 6)
#elif PACKETVER >= 20170104
-packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 2)
#endif
// Packet: 0x0969
#if PACKETVER >= 20171227
-packetLen(0x0969, 6) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 6)
#elif PACKETVER >= 20170222
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#elif PACKETVER >= 20170215
-packetLen(0x0969, 5) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 5)
#elif PACKETVER >= 20170208
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#elif PACKETVER >= 20170201
-packetLen(0x0969, -1) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, -1)
#elif PACKETVER >= 20170118
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#elif PACKETVER >= 20170111
-packetLen(0x0969, 26) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 26)
#elif PACKETVER >= 20170104
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#endif
// Packet: 0x096a
#if PACKETVER >= 20171227
-packetLen(0x096a, 18) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 18)
#elif PACKETVER >= 20171220
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20171129
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20171122
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20171115
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20171101
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20171002
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20170913
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20170906
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20170830
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20170823
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20170809
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20170801
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20170719
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20170621
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20170517
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20170426
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20170412
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20170322
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20170315
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20170308
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20170228
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20170222
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20170215
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20170201
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20170125
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20170118
-packetLen(0x096a, 8) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 8)
#elif PACKETVER >= 20170104
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#endif
// Packet: 0x096b
-packetLen(0x096b, 4) // ZC_PRNPC_STATE
+packetLen(0x096b, 4)
// Packet: 0x096c
-packetLen(0x096c, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x096c, 6)
// Packet: 0x096d
-packetLen(0x096d, -1) // ZC_MERGE_ITEM_OPEN
+packetLen(0x096d, -1)
// Packet: 0x096e
-packetLen(0x096e, -1) // CZ_REQ_MERGE_ITEM
+packetLen(0x096e, -1)
// Packet: 0x096f
-packetLen(0x096f, 7) // ZC_ACK_MERGE_ITEM
+packetLen(0x096f, 7)
// Packet: 0x0970
-packetLen(0x0970, 31) // CH_MAKE_CHAR_NOT_STATS
+packetLen(0x0970, 31)
// Packet: 0x0971
-packetLen(0x0971, 6) // ZC_PARTY_RECRUIT_REFUSE_VOLUNTEER_TO_PM
+packetLen(0x0971, 6)
// Packet: 0x0972
-packetLen(0x0972, -1) // ZC_SAY_DIALOG2
+packetLen(0x0972, -1)
// Packet: 0x0973
-packetLen(0x0973, 7) // ZC_WAIT_DIALOG2
+packetLen(0x0973, 7)
// Packet: 0x0974
-packetLen(0x0974, 2) // CZ_CANCEL_MERGE_ITEM
+packetLen(0x0974, 2)
// Packet: 0x0975
-packetLen(0x0975, -1) // ZC_STORE_ITEMLIST_NORMAL_V2
+packetLen(0x0975, -1)
// Packet: 0x0976
-packetLen(0x0976, -1) // ZC_STORE_ITEMLIST_EQUIP_V2
+packetLen(0x0976, -1)
// Packet: 0x0977
-packetLen(0x0977, 14) // ZC_HP_INFO
+packetLen(0x0977, 14)
// Packet: 0x0978
-packetLen(0x0978, 6) // CZ_REQ_BEFORE_WORLD_INFO
+packetLen(0x0978, 6)
// Packet: 0x0979
-packetLen(0x0979, 50) // ZC_ACK_BEFORE_WORLD_INFO
+packetLen(0x0979, 50)
// Packet: 0x097a
-packetLen(0x097a, -1) // ZC_ALL_QUEST_LIST2
+packetLen(0x097a, -1)
// Packet: 0x097b
-packetLen(0x097b, -1) // ZC_PERSONAL_INFOMATION2
+packetLen(0x097b, -1)
// Packet: 0x097c
-packetLen(0x097c, 4) // CZ_REQ_RANKING
+packetLen(0x097c, 4)
// Packet: 0x097d
-packetLen(0x097d, 288) // ZC_ACK_RANKING
+packetLen(0x097d, 288)
// Packet: 0x097e
-packetLen(0x097e, 12) // ZC_UPDATE_RANKING_POINT
+packetLen(0x097e, 12)
// Packet: 0x097f
-packetLen(0x097f, -1) // ZC_SELECTCART
+packetLen(0x097f, -1)
// Packet: 0x0980
-packetLen(0x0980, 7) // CZ_SELECTCART
+packetLen(0x0980, 7)
// Packet: 0x0981
-packetLen(0x0981, -1) // ZC_PERSONAL_INFOMATION_CHN
+packetLen(0x0981, -1)
// Packet: 0x0982
-packetLen(0x0982, 7) // ZC_FATIGUE_CHN
+packetLen(0x0982, 7)
// Packet: 0x0983
-packetLen(0x0983, 29) // ZC_MSG_STATE_CHANGE3
+packetLen(0x0983, 29)
// Packet: 0x0984
-packetLen(0x0984, 28) // ZC_EFST_SET_ENTER2
+packetLen(0x0984, 28)
// Packet: 0x0985
-packetLen(0x0985, -1) // ZC_SKILL_POSTDELAY_LIST2
+packetLen(0x0985, -1)
// Packet: 0x0986
-packetLen(0x0986, 10) // AC_SHUTDOWN_NOTIFY
+packetLen(0x0986, 10)
// Packet: 0x0987
-packetLen(0x0987, -1) // CA_LOGIN6
+packetLen(0x0987, -1)
// Packet: 0x0988
-packetLen(0x0988, 6) // ZC_NOTIFY_CLAN_CONNECTINFO
+packetLen(0x0988, 6)
// Packet: 0x0989
-packetLen(0x0989, 2) // ZC_ACK_CLAN_LEAVE
+packetLen(0x0989, 2)
// Packet: 0x098a
-packetLen(0x098a, -1) // ZC_CLANINFO
+packetLen(0x098a, -1)
// Packet: 0x098b
-packetLen(0x098b, 2) // AC_REQ_NEW_USER
+packetLen(0x098b, 2)
// Packet: 0x098c
-packetLen(0x098c, 4) // CA_ACK_NEW_USER
+packetLen(0x098c, 4)
// Packet: 0x098d
-packetLen(0x098d, -1) // CZ_CLAN_CHAT
+packetLen(0x098d, -1)
// Packet: 0x098e
-packetLen(0x098e, -1) // ZC_NOTIFY_CLAN_CHAT
+packetLen(0x098e, -1)
// Packet: 0x098f
-packetLen(0x098f, -1) // CH_DELETE_CHAR3_EXT
+packetLen(0x098f, -1)
// Packet: 0x0990
-packetLen(0x0990, 31) // ZC_ITEM_PICKUP_ACK_V5
+packetLen(0x0990, 31)
// Packet: 0x0991
-packetLen(0x0991, -1) // ZC_INVENTORY_ITEMLIST_NORMAL_V5
+packetLen(0x0991, -1)
// Packet: 0x0992
-packetLen(0x0992, -1) // ZC_INVENTORY_ITEMLIST_EQUIP_V5
+packetLen(0x0992, -1)
// Packet: 0x0993
-packetLen(0x0993, -1) // ZC_CART_ITEMLIST_NORMAL_V5
+packetLen(0x0993, -1)
// Packet: 0x0994
-packetLen(0x0994, -1) // ZC_CART_ITEMLIST_EQUIP_V5
+packetLen(0x0994, -1)
// Packet: 0x0995
-packetLen(0x0995, -1) // ZC_STORE_ITEMLIST_NORMAL_V5
+packetLen(0x0995, -1)
// Packet: 0x0996
-packetLen(0x0996, -1) // ZC_STORE_ITEMLIST_EQUIP_V5
+packetLen(0x0996, -1)
// Packet: 0x0997
-packetLen(0x0997, -1) // ZC_EQUIPWIN_MICROSCOPE_V5
+packetLen(0x0997, -1)
// Packet: 0x0998
-packetLen(0x0998, 8) // CZ_REQ_WEAR_EQUIP_V5
+packetLen(0x0998, 8)
// Packet: 0x0999
-packetLen(0x0999, 11) // ZC_ACK_WEAR_EQUIP_V5
+packetLen(0x0999, 11)
// Packet: 0x099a
-packetLen(0x099a, 9) // ZC_ACK_TAKEOFF_EQUIP_V5
+packetLen(0x099a, 9)
// Packet: 0x099b
-packetLen(0x099b, 8) // ZC_MAPPROPERTY_R2
+packetLen(0x099b, 8)
// Packet: 0x099c
-packetLen(0x099c, 6) // CH_REQ_CHARINFO_PER_PAGE
+packetLen(0x099c, 6)
// Packet: 0x099d
-packetLen(0x099d, -1) // HC_ACK_CHARINFO_PER_PAGE
+packetLen(0x099d, -1)
// Packet: 0x099e
-packetLen(0x099e, 12) // HC_QUEUE_ORDER
+packetLen(0x099e, 12)
// Packet: 0x099f
-packetLen(0x099f, -1) // ZC_SKILL_ENTRY4
+packetLen(0x099f, -1)
// Packet: 0x09a0
-packetLen(0x09a0, 10) // HC_CHARLIST_NOTIFY
+packetLen(0x09a0, 10)
// Packet: 0x09a1
-packetLen(0x09a1, 2) // CH_CHARLIST_REQ
+packetLen(0x09a1, 2)
// Packet: 0x09a2
-packetLen(0x09a2, 6) // AC_REQ_MOBILE_OTP
+packetLen(0x09a2, 6)
// Packet: 0x09a3
-packetLen(0x09a3, -1) // CA_ACK_MOBILE_OTP
+packetLen(0x09a3, -1)
// Packet: 0x09a4
-packetLen(0x09a4, 18) // ZC_DISPATCH_TIMING_INFO_CHN
+packetLen(0x09a4, 18)
// Packet: 0x09a5
-packetLen(0x09a5, 7) // AC_REFUSE_LOGIN3
+packetLen(0x09a5, 7)
// Packet: 0x09a6
-packetLen(0x09a6, 12) // ZC_BANKING_CHECK
+packetLen(0x09a6, 12)
// Packet: 0x09a7
-packetLen(0x09a7, 10) // CZ_REQ_BANKING_DEPOSIT
+packetLen(0x09a7, 10)
// Packet: 0x09a8
-packetLen(0x09a8, 16) // ZC_ACK_BANKING_DEPOSIT
+packetLen(0x09a8, 16)
// Packet: 0x09a9
-packetLen(0x09a9, 10) // CZ_REQ_BANKING_WITHDRAW
+packetLen(0x09a9, 10)
// Packet: 0x09aa
-packetLen(0x09aa, 16) // ZC_ACK_BANKING_WITHDRAW
+packetLen(0x09aa, 16)
// Packet: 0x09ab
-packetLen(0x09ab, 6) // CZ_REQ_BANKING_CHECK
+packetLen(0x09ab, 6)
// Packet: 0x09ac
-packetLen(0x09ac, -1) // CZ_REQ_CASH_BARGAIN_SALE_ITEM_INFO
+packetLen(0x09ac, -1)
// Packet: 0x09ad
-packetLen(0x09ad, 10) // ZC_ACK_CASH_BARGAIN_SALE_ITEM_INFO
+packetLen(0x09ad, 10)
// Packet: 0x09ae
-packetLen(0x09ae, 17) // CZ_REQ_APPLY_BARGAIN_SALE_ITEM
+packetLen(0x09ae, 17)
// Packet: 0x09af
-packetLen(0x09af, 4) // ZC_ACK_APPLY_BARGAIN_SALE_ITEM
+packetLen(0x09af, 4)
// Packet: 0x09b0
-packetLen(0x09b0, 8) // CZ_REQ_REMOVE_BARGAIN_SALE_ITEM
+packetLen(0x09b0, 8)
// Packet: 0x09b1
-packetLen(0x09b1, 4) // ZC_ACK_REMOVE_BARGAIN_SALE_ITEM
+packetLen(0x09b1, 4)
// Packet: 0x09b2
-packetLen(0x09b2, 8) // ZC_NOTIFY_BARGAIN_SALE_SELLING
+packetLen(0x09b2, 8)
// Packet: 0x09b3
-packetLen(0x09b3, 4) // ZC_NOTIFY_BARGAIN_SALE_CLOSE
+packetLen(0x09b3, 4)
// Packet: 0x09b4
-packetLen(0x09b4, 6) // CZ_OPEN_BARGAIN_SALE_TOOL
+packetLen(0x09b4, 6)
// Packet: 0x09b5
-packetLen(0x09b5, 2) // ZC_OPEN_BARGAIN_SALE_TOOL
+packetLen(0x09b5, 2)
// Packet: 0x09b6
-packetLen(0x09b6, 6) // CZ_REQ_OPEN_BANKING
+packetLen(0x09b6, 6)
// Packet: 0x09b7
-packetLen(0x09b7, 4) // ZC_ACK_OPEN_BANKING
+packetLen(0x09b7, 4)
// Packet: 0x09b8
-packetLen(0x09b8, 6) // CZ_REQ_CLOSE_BANKING
+packetLen(0x09b8, 6)
// Packet: 0x09b9
-packetLen(0x09b9, 4) // ZC_ACK_CLOSE_BANKING
+packetLen(0x09b9, 4)
// Packet: 0x09ba
-packetLen(0x09ba, 2) // CZ_REQ_OPEN_GUILD_STORAGE
+packetLen(0x09ba, 2)
// Packet: 0x09bb
-packetLen(0x09bb, 6) // ZC_ACK_OPEN_GUILD_STORAGE
+packetLen(0x09bb, 6)
// Packet: 0x09bc
-packetLen(0x09bc, 6) // CZ_CLOSE_BARGAIN_SALE_TOOL
+packetLen(0x09bc, 6)
// Packet: 0x09bd
-packetLen(0x09bd, 2) // ZC_CLOSE_BARGAIN_SALE_TOOL
+packetLen(0x09bd, 2)
// Packet: 0x09be
-packetLen(0x09be, 2) // CZ_REQ_CLOSE_GUILD_STORAGE
+packetLen(0x09be, 2)
// Packet: 0x09bf
-packetLen(0x09bf, 4) // ZC_ACK_CLOSE_GUILD_STORAGE
+packetLen(0x09bf, 4)
// Packet: 0x09c1
-packetLen(0x09c1, 10) // ZC_C_MARKERINFO
+packetLen(0x09c1, 10)
// Packet: 0x09c2
-packetLen(0x09c2, -1) // HC_SECRETSCAN_DATA
+packetLen(0x09c2, -1)
// Packet: 0x09c3
-packetLen(0x09c3, 8) // CZ_REQ_COUNT_BARGAIN_SALE_ITEM
+packetLen(0x09c3, 8)
// Packet: 0x09c4
-packetLen(0x09c4, 8) // ZC_ACK_COUNT_BARGAIN_SALE_ITEM
+packetLen(0x09c4, 8)
// Packet: 0x09c5
-packetLen(0x09c5, 1042) // CS_LOGIN_QUERY
+packetLen(0x09c5, 1042)
// Packet: 0x09c6
-packetLen(0x09c6, -1) // SC_LOGIN_ANSWER
+packetLen(0x09c6, -1)
// Packet: 0x09c7
-packetLen(0x09c7, 18) // SC_LOGIN_ERROR
+packetLen(0x09c7, 18)
// Packet: 0x09c8
-packetLen(0x09c8, -1) // CA_LOGIN_OTP
+packetLen(0x09c8, -1)
// Packet: 0x09c9
-packetLen(0x09c9, -1) // SC_SOCT
+packetLen(0x09c9, -1)
// Packet: 0x09ca
-packetLen(0x09ca, -1) // ZC_SKILL_ENTRY5
+packetLen(0x09ca, -1)
// Packet: 0x09cb
-packetLen(0x09cb, 17) // ZC_USE_SKILL2
+packetLen(0x09cb, 17)
// Packet: 0x09cc
-packetLen(0x09cc, -1) // ZC_SECRETSCAN_DATA
+packetLen(0x09cc, -1)
// Packet: 0x09cd
-packetLen(0x09cd, 8) // ZC_MSG_COLOR
+packetLen(0x09cd, 8)
// Packet: 0x09ce
-packetLen(0x09ce, 102) // CZ_ITEM_CREATE_EX
+packetLen(0x09ce, 102)
// Packet: 0x09cf
-packetLen(0x09cf, -1) // ZC_NPROTECTGAMEGUARDCSAUTH
+packetLen(0x09cf, -1)
// Packet: 0x09d0
-packetLen(0x09d0, -1) // CZ_NPROTECTGAMEGUARDCSAUTH
+packetLen(0x09d0, -1)
// Packet: 0x09d1
-packetLen(0x09d1, 14) // ZC_PROGRESS_ACTOR
+packetLen(0x09d1, 14)
// Packet: 0x09d2
-packetLen(0x09d2, -1) // ZC_GUILDSTORAGE_ITEMLIST_NORMAL_V5
+packetLen(0x09d2, -1)
// Packet: 0x09d3
-packetLen(0x09d3, -1) // ZC_GUILDSTORAGE_ITEMLIST_EQUIP_V5
+packetLen(0x09d3, -1)
// Packet: 0x09d4
-packetLen(0x09d4, 2) // CZ_NPC_TRADE_QUIT
+packetLen(0x09d4, 2)
// Packet: 0x09d5
-packetLen(0x09d5, -1) // ZC_NPC_MARKET_OPEN
+packetLen(0x09d5, -1)
// Packet: 0x09d6
-packetLen(0x09d6, -1) // CZ_NPC_MARKET_PURCHASE
+packetLen(0x09d6, -1)
// Packet: 0x09d7
-packetLen(0x09d7, -1) // ZC_NPC_MARKET_PURCHASE_RESULT
+packetLen(0x09d7, -1)
// Packet: 0x09d8
-packetLen(0x09d8, 2) // CZ_NPC_MARKET_CLOSE
+packetLen(0x09d8, 2)
// Packet: 0x09d9
-packetLen(0x09d9, 4) // CZ_REQ_GUILDSTORAGE_LOG
+packetLen(0x09d9, 4)
// Packet: 0x09da
-packetLen(0x09da, -1) // ZC_ACK_GUILDSTORAGE_LOG
+packetLen(0x09da, -1)
// Packet: 0x09db
-packetLen(0x09db, -1) // ZC_NOTIFY_MOVEENTRY10
+packetLen(0x09db, -1)
// Packet: 0x09dc
-packetLen(0x09dc, -1) // ZC_NOTIFY_NEWENTRY10
+packetLen(0x09dc, -1)
// Packet: 0x09dd
-packetLen(0x09dd, -1) // ZC_NOTIFY_STANDENTRY10
+packetLen(0x09dd, -1)
// Packet: 0x09de
-packetLen(0x09de, -1) // ZC_WHISPER02
+packetLen(0x09de, -1)
// Packet: 0x09df
-packetLen(0x09df, 7) // ZC_ACK_WHISPER02
+packetLen(0x09df, 7)
// Packet: 0x09e0
-packetLen(0x09e0, -1) // SC_LOGIN_ANSWER_WITH_ID
+packetLen(0x09e0, -1)
// Packet: 0x09e1
-packetLen(0x09e1, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_GUILDSTORAGE
+packetLen(0x09e1, 8)
// Packet: 0x09e2
-packetLen(0x09e2, 8) // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_BODY
+packetLen(0x09e2, 8)
// Packet: 0x09e3
-packetLen(0x09e3, 8) // CZ_MOVE_ITEM_FROM_CART_TO_GUILDSTORAGE
+packetLen(0x09e3, 8)
// Packet: 0x09e4
-packetLen(0x09e4, 8) // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_CART
+packetLen(0x09e4, 8)
// Packet: 0x09e5
-packetLen(0x09e5, 18) // ZC_DELETEITEM_FROM_MCSTORE2
+packetLen(0x09e5, 18)
// Packet: 0x09e6
-packetLen(0x09e6, 22) // ZC_UPDATE_ITEM_FROM_BUYING_STORE2
+packetLen(0x09e6, 22)
// Packet: 0x09e7
-packetLen(0x09e7, 3) // ZC_NOTIFY_UNREAD_RODEX
+packetLen(0x09e7, 3)
// Packet: 0x09e8
-packetLen(0x09e8, 11) // CZ_OPEN_RODEXBOX
+packetLen(0x09e8, 11)
// Packet: 0x09e9
-packetLen(0x09e9, 2) // CZ_CLOSE_RODEXBOX
+packetLen(0x09e9, 2)
// Packet: 0x09ea
-packetLen(0x09ea, 11) // CZ_REQ_READ_RODEX
+packetLen(0x09ea, 11)
// Packet: 0x09eb
-packetLen(0x09eb, -1) // ZC_ACK_READ_RODEX
+packetLen(0x09eb, -1)
// Packet: 0x09ec
-packetLen(0x09ec, -1) // CZ_REQ_SEND_RODEX
+packetLen(0x09ec, -1)
// Packet: 0x09ed
-packetLen(0x09ed, 3) // ZC_ACK_SEND_RODEX
+packetLen(0x09ed, 3)
// Packet: 0x09ee
-packetLen(0x09ee, 11) // CZ_REQ_NEXT_RODEX
+packetLen(0x09ee, 11)
// Packet: 0x09ef
-packetLen(0x09ef, 11) // CZ_REQ_REFRESH_RODEX
+packetLen(0x09ef, 11)
// Packet: 0x09f0
-packetLen(0x09f0, -1) // ZC_ACK_RODEX_LIST
+packetLen(0x09f0, -1)
// Packet: 0x09f1
-packetLen(0x09f1, 11) // CZ_REQ_ZENY_FROM_RODEX
+packetLen(0x09f1, 11)
// Packet: 0x09f2
-packetLen(0x09f2, 12) // ZC_ACK_ZENY_FROM_RODEX
+packetLen(0x09f2, 12)
// Packet: 0x09f3
-packetLen(0x09f3, 11) // CZ_REQ_ITEM_FROM_RODEX
+packetLen(0x09f3, 11)
// Packet: 0x09f4
-packetLen(0x09f4, 12) // ZC_ACK_ITEM_FROM_RODEX
+packetLen(0x09f4, 12)
// Packet: 0x09f5
-packetLen(0x09f5, 11) // CZ_REQ_DELETE_RODEX
+packetLen(0x09f5, 11)
// Packet: 0x09f6
-packetLen(0x09f6, 11) // ZC_ACK_DELETE_RODEX
+packetLen(0x09f6, 11)
// Packet: 0x09f7
-packetLen(0x09f7, 75) // ZC_PROPERTY_HOMUN_2
+packetLen(0x09f7, 75)
// Packet: 0x09f8
-packetLen(0x09f8, -1) // ZC_ALL_QUEST_LIST3
+packetLen(0x09f8, -1)
// Packet: 0x09f9
-packetLen(0x09f9, 143) // ZC_ADD_QUEST_EX
+packetLen(0x09f9, 143)
// Packet: 0x09fa
-packetLen(0x09fa, -1) // ZC_UPDATE_MISSION_HUNT_EX
+packetLen(0x09fa, -1)
// Packet: 0x09fb
-packetLen(0x09fb, -1) // CZ_PET_EVOLUTION
+packetLen(0x09fb, -1)
// Packet: 0x09fc
-packetLen(0x09fc, 6) // ZC_PET_EVOLUTION_RESULT
+packetLen(0x09fc, 6)
// Packet: 0x09fd
-packetLen(0x09fd, -1) // ZC_NOTIFY_MOVEENTRY11
+packetLen(0x09fd, -1)
// Packet: 0x09fe
-packetLen(0x09fe, -1) // ZC_NOTIFY_NEWENTRY11
+packetLen(0x09fe, -1)
// Packet: 0x09ff
-packetLen(0x09ff, -1) // ZC_NOTIFY_STANDENTRY11
+packetLen(0x09ff, -1)
// Packet: 0x0a00
-packetLen(0x0a00, 269) // ZC_SHORTCUT_KEY_LIST_V3
+packetLen(0x0a00, 269)
// Packet: 0x0a01
-packetLen(0x0a01, 3) // CZ_SHORTCUTKEYBAR_ROTATE
+packetLen(0x0a01, 3)
// Packet: 0x0a02
-packetLen(0x0a02, 4) // ZC_DRESSROOM_OPEN
+packetLen(0x0a02, 4)
// Packet: 0x0a03
-packetLen(0x0a03, 2) // CZ_REQ_CANCEL_WRITE_RODEX
+packetLen(0x0a03, 2)
// Packet: 0x0a04
-packetLen(0x0a04, 6) // CZ_REQ_ADD_ITEM_RODEX
+packetLen(0x0a04, 6)
// Packet: 0x0a05
-packetLen(0x0a05, 53) // ZC_ACK_ADD_ITEM_RODEX
+packetLen(0x0a05, 53)
// Packet: 0x0a06
-packetLen(0x0a06, 6) // CZ_REQ_REMOVE_RODEX_ITEM
+packetLen(0x0a06, 6)
// Packet: 0x0a07
-packetLen(0x0a07, 9) // ZC_ACK_REMOVE_RODEX_ITEM
+packetLen(0x0a07, 9)
// Packet: 0x0a08
-packetLen(0x0a08, 26) // CZ_REQ_OPEN_WRITE_RODEX
+packetLen(0x0a08, 26)
// Packet: 0x0a09
-packetLen(0x0a09, 45) // ZC_ADD_EXCHANGE_ITEM3
+packetLen(0x0a09, 45)
// Packet: 0x0a0a
-packetLen(0x0a0a, 47) // ZC_ADD_ITEM_TO_STORE3
+packetLen(0x0a0a, 47)
// Packet: 0x0a0b
-packetLen(0x0a0b, 47) // ZC_ADD_ITEM_TO_CART3
+packetLen(0x0a0b, 47)
// Packet: 0x0a0c
-packetLen(0x0a0c, 56) // ZC_ITEM_PICKUP_ACK_V6
+packetLen(0x0a0c, 56)
// Packet: 0x0a0d
-packetLen(0x0a0d, -1) // ZC_INVENTORY_ITEMLIST_EQUIP_V6
+packetLen(0x0a0d, -1)
// Packet: 0x0a0e
-packetLen(0x0a0e, 14) // ZC_BATTLEFIELD_NOTIFY_HP2
+packetLen(0x0a0e, 14)
// Packet: 0x0a0f
-packetLen(0x0a0f, -1) // ZC_CART_ITEMLIST_EQUIP_V6
+packetLen(0x0a0f, -1)
// Packet: 0x0a10
-packetLen(0x0a10, -1) // ZC_STORE_ITEMLIST_EQUIP_V6
+packetLen(0x0a10, -1)
// Packet: 0x0a11
-packetLen(0x0a11, -1) // ZC_GUILDSTORAGE_ITEMLIST_EQUIP_V6
+packetLen(0x0a11, -1)
// Packet: 0x0a12
-packetLen(0x0a12, 27) // ZC_ACK_OPEN_WRITE_RODEX
+packetLen(0x0a12, 27)
// Packet: 0x0a13
-packetLen(0x0a13, 26) // CZ_CHECK_RECEIVE_CHARACTER_NAME
+packetLen(0x0a13, 26)
// Packet: 0x0a14
-packetLen(0x0a14, 10) // ZC_CHECK_RECEIVE_CHARACTER_NAME
+packetLen(0x0a14, 10)
// Packet: 0x0a15
-packetLen(0x0a15, 12) // ZC_GOLDPCCAFE_POINT
+packetLen(0x0a15, 12)
// Packet: 0x0a16
-packetLen(0x0a16, 26) // CZ_DYNAMICNPC_CREATE_REQUEST
+packetLen(0x0a16, 26)
// Packet: 0x0a17
-packetLen(0x0a17, 6) // ZC_DYNAMICNPC_CREATE_RESULT
+packetLen(0x0a17, 6)
// Packet: 0x0a18
-packetLen(0x0a18, 14) // ZC_ACCEPT_ENTER3
+packetLen(0x0a18, 14)
// Packet: 0x0a19
-packetLen(0x0a19, 2) // CZ_REQ_OPEN_ROULETTE
+packetLen(0x0a19, 2)
// Packet: 0x0a1a
-packetLen(0x0a1a, 23) // ZC_ACK_OPEN_ROULETTE
+packetLen(0x0a1a, 23)
// Packet: 0x0a1b
-packetLen(0x0a1b, 2) // CZ_REQ_ROULETTE_INFO
+packetLen(0x0a1b, 2)
// Packet: 0x0a1c
-packetLen(0x0a1c, -1) // ZC_ACK_ROULEITTE_INFO
+packetLen(0x0a1c, -1)
// Packet: 0x0a1d
-packetLen(0x0a1d, 2) // CZ_REQ_CLOSE_ROULETTE
+packetLen(0x0a1d, 2)
// Packet: 0x0a1e
-packetLen(0x0a1e, 3) // ZC_ACK_CLOSE_ROULETTE
+packetLen(0x0a1e, 3)
// Packet: 0x0a1f
-packetLen(0x0a1f, 2) // CZ_REQ_GENERATE_ROULETTE
+packetLen(0x0a1f, 2)
// Packet: 0x0a20
-packetLen(0x0a20, 21) // ZC_ACK_GENERATE_ROULETTE
+packetLen(0x0a20, 21)
// Packet: 0x0a21
-packetLen(0x0a21, 3) // CZ_RECV_ROULETTE_ITEM
+packetLen(0x0a21, 3)
// Packet: 0x0a22
-packetLen(0x0a22, 5) // ZC_RECV_ROULETTE_ITEM
+packetLen(0x0a22, 5)
// Packet: 0x0a23
-packetLen(0x0a23, -1) // ZC_ALL_ACH_LIST
+packetLen(0x0a23, -1)
// Packet: 0x0a24
-packetLen(0x0a24, 66) // ZC_ACH_UPDATE
+packetLen(0x0a24, 66)
// Packet: 0x0a25
-packetLen(0x0a25, 6) // CZ_REQ_ACH_REWARD
+packetLen(0x0a25, 6)
// Packet: 0x0a26
-packetLen(0x0a26, 7) // ZC_REQ_ACH_REWARD_ACK
+packetLen(0x0a26, 7)
// Packet: 0x0a27
-packetLen(0x0a27, 8) // ZC_RECOVERY2
+packetLen(0x0a27, 8)
// Packet: 0x0a28
-packetLen(0x0a28, 3) // ZC_ACK_OPENSTORE2
+packetLen(0x0a28, 3)
// Packet: 0x0a29
-packetLen(0x0a29, 6) // ZC_REQ_AU_BOT
+packetLen(0x0a29, 6)
// Packet: 0x0a2a
-packetLen(0x0a2a, 6) // CZ_ACK_AU_BOT
+packetLen(0x0a2a, 6)
// Packet: 0x0a2b
-packetLen(0x0a2b, 14) // ZC_SE_CASHSHOP_OPEN2
+packetLen(0x0a2b, 14)
// Packet: 0x0a2c
-packetLen(0x0a2c, 12) // ZC_SE_PC_BUY_TAIWANCASHITEM_RESULT
+packetLen(0x0a2c, 12)
// Packet: 0x0a2d
-packetLen(0x0a2d, -1) // ZC_EQUIPWIN_MICROSCOPE_V6
+packetLen(0x0a2d, -1)
// Packet: 0x0a2e
-packetLen(0x0a2e, 6) // CZ_REQ_CHANGE_TITLE
+packetLen(0x0a2e, 6)
// Packet: 0x0a2f
-packetLen(0x0a2f, 7) // ZC_ACK_CHANGE_TITLE
+packetLen(0x0a2f, 7)
// Packet: 0x0a30
-packetLen(0x0a30, 106) // ZC_ACK_REQNAMEALL2
+packetLen(0x0a30, 106)
// Packet: 0x0a31
-packetLen(0x0a31, -1) // ZC_RESULT_PACKAGE_ITEM_TEST
+packetLen(0x0a31, -1)
// Packet: 0x0a32
-packetLen(0x0a32, 2) // ZC_OPEN_RODEX_THROUGH_NPC_ONLY
+packetLen(0x0a32, 2)
// Packet: 0x0a33
-packetLen(0x0a33, 7) // ZC_UPDATE_ROULETTE_COIN
+packetLen(0x0a33, 7)
// Packet: 0x0a34
-packetLen(0x0a34, 6) // ZC_UPDATE_TAIWANCASH
+packetLen(0x0a34, 6)
// Packet: 0x0a35
-packetLen(0x0a35, 4) // CZ_REQ_ONECLICK_ITEMIDENTIFY
+packetLen(0x0a35, 4)
// Packet: 0x0a36
-packetLen(0x0a36, 7) // ZC_HP_INFO_TINY
+packetLen(0x0a36, 7)
// Packet: 0x0a37
-packetLen(0x0a37, 59) // ZC_ITEM_PICKUP_ACK_V7
+packetLen(0x0a37, 59)
// Packet: 0x0a38
-packetLen(0x0a38, 3) // ZC_OPEN_UI
+packetLen(0x0a38, 3)
// Packet: 0x0a39
-packetLen(0x0a39, 36) // CH_MAKE_CHAR
+packetLen(0x0a39, 36)
// Packet: 0x0a3a
packetLen(0x0a3a, 12)
// Packet: 0x0a3b
-packetLen(0x0a3b, -1) // ZC_CUSTOM_HAT_EFFECT
+packetLen(0x0a3b, -1)
// Packet: 0x0a3c
packetLen(0x0a3c, -1)
@@ -8479,41 +8479,41 @@ packetLen(0x0a3f, 9)
packetLen(0x0a40, 11)
// Packet: 0x0a41
-packetLen(0x0a41, 18) // ZC_AOE_EFFECT_SKILL
+packetLen(0x0a41, 18)
// Packet: 0x0a42
packetLen(0x0a42, 43)
// Packet: 0x0a43
-packetLen(0x0a43, 85) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0a43, 85)
// Packet: 0x0a44
-packetLen(0x0a44, -1) // ZC_GROUP_LIST
+packetLen(0x0a44, -1)
// Packet: 0x0a46
packetLen(0x0a46, 14)
// Packet: 0x0a47
-packetLen(0x0a47, 3) // ZC_STYLE_CHANGE_RES
+packetLen(0x0a47, 3)
// Packet: 0x0a48
packetLen(0x0a48, 2)
// Packet: 0x0a49
#if PACKETVER >= 20170830
-packetLen(0x0a49, 20) // CZ_PRIVATE_AIRSHIP_REQUEST
+packetLen(0x0a49, 20)
#elif PACKETVER >= 20170104
-packetLen(0x0a49, 22) // CZ_PRIVATE_AIRSHIP_REQUEST
+packetLen(0x0a49, 22)
#endif
// Packet: 0x0a4a
-packetLen(0x0a4a, 6) // ZC_PRIVATE_AIRSHIP_RESPONSE
+packetLen(0x0a4a, 6)
// Packet: 0x0a4b
-packetLen(0x0a4b, 22) // ZC_AIRSHIP_MAPMOVE
+packetLen(0x0a4b, 22)
// Packet: 0x0a4c
-packetLen(0x0a4c, 28) // ZC_AIRSHIP_SERVERMOVE
+packetLen(0x0a4c, 28)
// Packet: 0x0a4d
packetLen(0x0a4d, -1)
@@ -8528,7 +8528,7 @@ packetLen(0x0a4f, -1)
packetLen(0x0a50, 4)
// Packet: 0x0a51
-packetLen(0x0a51, 34) // ZC_CHECK_RECEIVE_CHARACTER_NAME
+packetLen(0x0a51, 34)
// Packet: 0x0a52
packetLen(0x0a52, 20)
@@ -8567,7 +8567,7 @@ packetLen(0x0a5c, 18)
packetLen(0x0a5d, 6)
// Packet: 0x0a68
-packetLen(0x0a68, 3) // CZ_REQ_OPEN_UI
+packetLen(0x0a68, 3)
// Packet: 0x0a69
packetLen(0x0a69, 6)
@@ -8585,10 +8585,10 @@ packetLen(0x0a6c, 7)
packetLen(0x0a6d, -1)
// Packet: 0x0a6e
-packetLen(0x0a6e, -1) // CZ_REQ_SEND_RODEX
+packetLen(0x0a6e, -1)
// Packet: 0x0a6f
-packetLen(0x0a6f, -1) // ZC_FORMATSTRING_MSG_COLOR
+packetLen(0x0a6f, -1)
// Packet: 0x0a70
packetLen(0x0a70, 2)
@@ -8624,13 +8624,13 @@ packetLen(0x0a7b, -1)
packetLen(0x0a7c, -1)
// Packet: 0x0a7d
-packetLen(0x0a7d, -1) // ZC_ACK_RODEX_LIST
+packetLen(0x0a7d, -1)
// Packet: 0x0a7e
-packetLen(0x0a7e, -1) // ZC_OFFLINE_STORE_OWNER_ITEMS_READY
+packetLen(0x0a7e, -1)
// Packet: 0x0a7f
-packetLen(0x0a7f, -1) // CZ_OFFLINE_STORE_CREATE
+packetLen(0x0a7f, -1)
// Packet: 0x0a80
packetLen(0x0a80, 6)
@@ -8645,7 +8645,7 @@ packetLen(0x0a82, 46)
packetLen(0x0a83, 46)
// Packet: 0x0a84
-packetLen(0x0a84, 94) // ZC_GUILD_INFO
+packetLen(0x0a84, 94)
// Packet: 0x0a85
packetLen(0x0a85, 82)
@@ -8660,10 +8660,10 @@ packetLen(0x0a87, -1)
packetLen(0x0a88, 2)
// Packet: 0x0a89
-packetLen(0x0a89, 57) // ZC_NOTIFY_OFFLINE_STORE
+packetLen(0x0a89, 57)
// Packet: 0x0a8a
-packetLen(0x0a8a, 6) // ZC_OFFLINE_STORE_VANISH
+packetLen(0x0a8a, 6)
// Packet: 0x0a8b
packetLen(0x0a8b, 2)
@@ -8672,7 +8672,7 @@ packetLen(0x0a8b, 2)
packetLen(0x0a8c, 2)
// Packet: 0x0a8d
-packetLen(0x0a8d, -1) // ZC_OFFLINE_STORE_OWNER_ITEMS
+packetLen(0x0a8d, -1)
// Packet: 0x0a8e
packetLen(0x0a8e, 2)
@@ -8684,7 +8684,7 @@ packetLen(0x0a8f, 2)
packetLen(0x0a90, 3)
// Packet: 0x0a91
-packetLen(0x0a91, -1) // ZC_OFFLINE_STORE_ITEMS
+packetLen(0x0a91, -1)
// Packet: 0x0a92
packetLen(0x0a92, -1)
@@ -8699,16 +8699,16 @@ packetLen(0x0a94, 2)
packetLen(0x0a95, 4)
// Packet: 0x0a96
-packetLen(0x0a96, 51) // ZC_ADD_EXCHANGE_ITEM4
+packetLen(0x0a96, 51)
// Packet: 0x0a97
-packetLen(0x0a97, 8) // CZ_ALT_EQUIPMENT_EQUIP
+packetLen(0x0a97, 8)
// Packet: 0x0a98
#if PACKETVER >= 20170426
-packetLen(0x0a98, 10) // ZC_ALT_EQUIPMENT_EQUIP
+packetLen(0x0a98, 10)
#elif PACKETVER >= 20170104
-packetLen(0x0a98, 12) // ZC_ALT_EQUIPMENT_EQUIP
+packetLen(0x0a98, 12)
#endif
// Packet: 0x0a99
@@ -8719,10 +8719,10 @@ packetLen(0x0a99, 8)
#endif
// Packet: 0x0a9a
-packetLen(0x0a9a, 10) // ZC_ALT_EQUIPMENT_REMOVE
+packetLen(0x0a9a, 10)
// Packet: 0x0a9b
-packetLen(0x0a9b, -1) // ZC_ALT_EQUIPMENT_ITEMS
+packetLen(0x0a9b, -1)
// Packet: 0x0a9c
packetLen(0x0a9c, 2)
@@ -8737,28 +8737,28 @@ packetLen(0x0a9e, 2)
packetLen(0x0a9f, 2)
// Packet: 0x0aa0
-packetLen(0x0aa0, 2) // ZC_REFINE_OPEN_WINDOW
+packetLen(0x0aa0, 2)
// Packet: 0x0aa1
-packetLen(0x0aa1, 4) // CZ_REFINE_ADD_ITEM
+packetLen(0x0aa1, 4)
// Packet: 0x0aa2
-packetLen(0x0aa2, -1) // ZC_REFINE_ADD_ITEM
+packetLen(0x0aa2, -1)
// Packet: 0x0aa3
-packetLen(0x0aa3, 7) // CZ_REFINE_ITEM_REQUEST
+packetLen(0x0aa3, 7)
// Packet: 0x0aa4
-packetLen(0x0aa4, 2) // CZ_REFINE_WINDOW_CLOSE
+packetLen(0x0aa4, 2)
// Packet: 0x0aa5
-packetLen(0x0aa5, -1) // ZC_MEMBERMGR_INFO
+packetLen(0x0aa5, -1)
// Packet: 0x0aa6
-packetLen(0x0aa6, 36) // ZC_MEMBER_ADD
+packetLen(0x0aa6, 36)
// Packet: 0x0aa7
-packetLen(0x0aa7, 6) // ZC_INVENTORY_MOVE_FAILED
+packetLen(0x0aa7, 6)
// Packet: 0x0aa8
packetLen(0x0aa8, 5)
@@ -8799,7 +8799,7 @@ packetLen(0x0ab0, 6)
packetLen(0x0ab1, 14)
// Packet: 0x0ab2
-packetLen(0x0ab2, 7) // ZC_GROUP_ISALIVE
+packetLen(0x0ab2, 7)
// Packet: 0x0ab3
#if PACKETVER >= 20170118
@@ -8835,7 +8835,7 @@ packetLen(0x0ab8, 2)
// Packet: 0x0ab9
#if PACKETVER >= 20170111
-packetLen(0x0ab9, 39) // ZC_ITEM_PREVIEW
+packetLen(0x0ab9, 39)
#endif
// Packet: 0x0aba
@@ -8855,14 +8855,14 @@ packetLen(0x0abc, -1)
// Packet: 0x0abd
#if PACKETVER >= 20170215
-packetLen(0x0abd, 10) // ZC_PARTY_MEMBER_JOB_LEVEL
+packetLen(0x0abd, 10)
#endif
// Packet: 0x0abe
#if PACKETVER >= 20170228
-packetLen(0x0abe, -1) // ZC_WARPLIST
+packetLen(0x0abe, -1)
#elif PACKETVER >= 20170222
-packetLen(0x0abe, 116) // ZC_WARPLIST
+packetLen(0x0abe, 116)
#endif
// Packet: 0x0abf
@@ -8874,17 +8874,17 @@ packetLen(0x0abf, 114)
// Packet: 0x0ac0
#if PACKETVER >= 20170228
-packetLen(0x0ac0, 26) // CZ_OPEN_RODEXBOX
+packetLen(0x0ac0, 26)
#endif
// Packet: 0x0ac1
#if PACKETVER >= 20170228
-packetLen(0x0ac1, 26) // CZ_REQ_REFRESH_RODEX
+packetLen(0x0ac1, 26)
#endif
// Packet: 0x0ac2
#if PACKETVER >= 20170228
-packetLen(0x0ac2, -1) // ZC_ACK_RODEX_LIST
+packetLen(0x0ac2, -1)
#endif
// Packet: 0x0ac3
@@ -8894,12 +8894,12 @@ packetLen(0x0ac3, 2)
// Packet: 0x0ac4
#if PACKETVER >= 20170228
-packetLen(0x0ac4, -1) // AC_ACCEPT_LOGIN
+packetLen(0x0ac4, -1)
#endif
// Packet: 0x0ac5
#if PACKETVER >= 20170228
-packetLen(0x0ac5, 156) // HC_NOTIFY_ZONESVR
+packetLen(0x0ac5, 156)
#endif
// Packet: 0x0ac6
@@ -8909,12 +8909,12 @@ packetLen(0x0ac6, 156)
// Packet: 0x0ac7
#if PACKETVER >= 20170228
-packetLen(0x0ac7, 156) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0ac7, 156)
#endif
// Packet: 0x0ac8
#if PACKETVER >= 20170308
-packetLen(0x0ac8, 2) // ZC_UNKNOWN_CLEAN_ITEMS_LISTS
+packetLen(0x0ac8, 2)
#endif
// Packet: 0x0ac9
@@ -8929,12 +8929,12 @@ packetLen(0x0aca, 3)
// Packet: 0x0acb
#if PACKETVER >= 20170405
-packetLen(0x0acb, 12) // ZC_PAR_CHANGE
+packetLen(0x0acb, 12)
#endif
// Packet: 0x0acc
#if PACKETVER >= 20170405
-packetLen(0x0acc, 18) // ZC_NOTIFY_EXP
+packetLen(0x0acc, 18)
#endif
// Packet: 0x0acd
@@ -8949,18 +8949,18 @@ packetLen(0x0ace, 4)
// Packet: 0x0acf
#if PACKETVER >= 20171115
-packetLen(0x0acf, 68) // CA_LOGIN_OTP
+packetLen(0x0acf, 68)
#elif PACKETVER >= 20170705
-packetLen(0x0acf, 64) // CA_LOGIN_OTP
+packetLen(0x0acf, 64)
#elif PACKETVER >= 20170621
-packetLen(0x0acf, 57) // CA_LOGIN_OTP
+packetLen(0x0acf, 57)
#elif PACKETVER >= 20170614
-packetLen(0x0acf, 52) // CA_LOGIN_OTP
+packetLen(0x0acf, 52)
#endif
// Packet: 0x0ad0
#if PACKETVER >= 20170614
-packetLen(0x0ad0, 11) // CA_OTP_CODE
+packetLen(0x0ad0, 11)
#endif
// Packet: 0x0ad1
@@ -9010,7 +9010,7 @@ packetLen(0x0ad9, -1)
// Packet: 0x0ada
#if PACKETVER >= 20170726
-packetLen(0x0ada, 30) // ZC_REFINE_STATUS
+packetLen(0x0ada, 30)
#endif
// Packet: 0x0adb
@@ -9020,22 +9020,22 @@ packetLen(0x0adb, -1)
// Packet: 0x0adc
#if PACKETVER >= 20170906
-packetLen(0x0adc, 6) // ZC_EQUIPWIN_OTHER
+packetLen(0x0adc, 6)
#endif
// Packet: 0x0add
#if PACKETVER >= 20170913
-packetLen(0x0add, 22) // ZC_ITEM_FALL_ENTRY
+packetLen(0x0add, 22)
#endif
// Packet: 0x0ade
#if PACKETVER >= 20170920
-packetLen(0x0ade, 6) // ZC_OVERWEIGHT_PERCENT
+packetLen(0x0ade, 6)
#endif
// Packet: 0x0adf
#if PACKETVER >= 20170920
-packetLen(0x0adf, 58) // ZC_ACK_REQNAME
+packetLen(0x0adf, 58)
#endif
// Packet: 0x0ae0
@@ -9050,22 +9050,22 @@ packetLen(0x0ae1, 28)
// Packet: 0x0ae2
#if PACKETVER >= 20171115
-packetLen(0x0ae2, 7) // ZC_OPEN_UI
+packetLen(0x0ae2, 7)
#endif
// Packet: 0x0ae3
#if PACKETVER >= 20171213
-packetLen(0x0ae3, -1) // AC_LOGIN_OTP
+packetLen(0x0ae3, -1)
#endif
// Packet: 0x0ae4
#if PACKETVER >= 20171206
-packetLen(0x0ae4, 89) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0ae4, 89)
#endif
// Packet: 0x0ae5
#if PACKETVER >= 20171206
-packetLen(0x0ae5, -1) // ZC_GROUP_LIST
+packetLen(0x0ae5, -1)
#endif
// Packet: 0x0ae6
@@ -9085,7 +9085,7 @@ packetLen(0x0ae8, 2)
// Packet: 0x0ae9
#if PACKETVER >= 20171220
-packetLen(0x0ae9, 64) // HC_SECOND_PASSWD_LOGIN
+packetLen(0x0ae9, 64)
#endif
// Packet: 0x0aea
diff --git a/src/common/packets/packets2017_len_zero.h b/src/common/packets/packets2017_len_zero.h
index 910de7ca9..4dbaac29f 100644
--- a/src/common/packets/packets2017_len_zero.h
+++ b/src/common/packets/packets2017_len_zero.h
@@ -2,8 +2,8 @@
* This file is part of Hercules.
* http://herc.ws - http://github.com/HerculesWS/Hercules
*
- * Copyright (C) 2019 Hercules Dev Team
- * Copyright (C) 2019 Andrei Karas (4144)
+ * Copyright (C) 2018-2019 Hercules Dev Team
+ * Copyright (C) 2018-2019 Andrei Karas (4144)
*
* Hercules is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -25,2863 +25,2863 @@
/* This file is autogenerated, please do not commit manual changes */
// Packet: 0x0064
-packetLen(0x0064, 55) // CA_LOGIN
+packetLen(0x0064, 55)
// Packet: 0x0065
-packetLen(0x0065, 17) // CH_ENTER
+packetLen(0x0065, 17)
// Packet: 0x0066
-packetLen(0x0066, 3) // CH_SELECT_CHAR
+packetLen(0x0066, 3)
// Packet: 0x0067
-packetLen(0x0067, 37) // CH_MAKE_CHAR
+packetLen(0x0067, 37)
// Packet: 0x0068
-packetLen(0x0068, 46) // CH_DELETE_CHAR
+packetLen(0x0068, 46)
// Packet: 0x0069
-packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+packetLen(0x0069, -1)
// Packet: 0x006a
-packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+packetLen(0x006a, 23)
// Packet: 0x006b
-packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+packetLen(0x006b, -1)
// Packet: 0x006c
-packetLen(0x006c, 3) // HC_REFUSE_ENTER
+packetLen(0x006c, 3)
// Packet: 0x006d
-packetLen(0x006d, 157) // HC_ACCEPT_MAKECHAR
+packetLen(0x006d, 157)
// Packet: 0x006e
-packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+packetLen(0x006e, 3)
// Packet: 0x006f
-packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+packetLen(0x006f, 2)
// Packet: 0x0070
-packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+packetLen(0x0070, 3)
// Packet: 0x0071
-packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+packetLen(0x0071, 28)
// Packet: 0x0072
-packetLen(0x0072, 22) // CZ_ENTER
+packetLen(0x0072, 22)
// Packet: 0x0073
-packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 11)
// Packet: 0x0074
-packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+packetLen(0x0074, 3)
// Packet: 0x0075
-packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, -1)
// Packet: 0x0076
-packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+packetLen(0x0076, 9)
// Packet: 0x0077
-packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 5)
// Packet: 0x0078
-packetLen(0x0078, 55) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, 55)
// Packet: 0x0079
-packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, 53)
// Packet: 0x007a
-packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, 58)
// Packet: 0x007b
-packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, 60)
// Packet: 0x007c
-packetLen(0x007c, 44) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, 44)
// Packet: 0x007d
-packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, 2)
// Packet: 0x007e
-packetLen(0x007e, 105) // CZ_REQUEST_TIME
+packetLen(0x007e, 105)
// Packet: 0x007f
-packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+packetLen(0x007f, 6)
// Packet: 0x0080
-packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+packetLen(0x0080, 7)
// Packet: 0x0081
-packetLen(0x0081, 3) // SC_NOTIFY_BAN
+packetLen(0x0081, 3)
// Packet: 0x0082
-packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+packetLen(0x0082, 2)
// Packet: 0x0083
-packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 2)
// Packet: 0x0084
-packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+packetLen(0x0084, 2)
// Packet: 0x0085
-packetLen(0x0085, 10) // CZ_REQUEST_MOVE
+packetLen(0x0085, 10)
// Packet: 0x0086
-packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 16)
// Packet: 0x0087
-packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 12)
// Packet: 0x0088
-packetLen(0x0088, 10) // ZC_STOPMOVE
+packetLen(0x0088, 10)
// Packet: 0x0089
-packetLen(0x0089, 11) // CZ_REQUEST_ACT
+packetLen(0x0089, 11)
// Packet: 0x008a
-packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+packetLen(0x008a, 29)
// Packet: 0x008b
-packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+packetLen(0x008b, 23)
// Packet: 0x008c
packetLen(0x008c, 14)
// Packet: 0x008d
-packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+packetLen(0x008d, -1)
// Packet: 0x008e
-packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, -1)
// Packet: 0x0090
-packetLen(0x0090, 7) // CZ_CONTACTNPC
+packetLen(0x0090, 7)
// Packet: 0x0091
-packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, 22)
// Packet: 0x0092
-packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 28)
// Packet: 0x0093
-packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+packetLen(0x0093, 2)
// Packet: 0x0094
-packetLen(0x0094, 19) // CZ_REQNAME
+packetLen(0x0094, 19)
// Packet: 0x0095
-packetLen(0x0095, 30) // ZC_ACK_REQNAME
+packetLen(0x0095, 30)
// Packet: 0x0096
-packetLen(0x0096, -1) // CZ_WHISPER
+packetLen(0x0096, -1)
// Packet: 0x0097
-packetLen(0x0097, -1) // ZC_WHISPER
+packetLen(0x0097, -1)
// Packet: 0x0098
-packetLen(0x0098, 3) // ZC_ACK_WHISPER
+packetLen(0x0098, 3)
// Packet: 0x0099
-packetLen(0x0099, -1) // CZ_BROADCAST
+packetLen(0x0099, -1)
// Packet: 0x009a
-packetLen(0x009a, -1) // ZC_BROADCAST
+packetLen(0x009a, -1)
// Packet: 0x009b
-packetLen(0x009b, 34) // CZ_CHANGE_DIRECTION
+packetLen(0x009b, 34)
// Packet: 0x009c
-packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, 9)
// Packet: 0x009d
-packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+packetLen(0x009d, 17)
// Packet: 0x009e
-packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 17)
// Packet: 0x009f
-packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+packetLen(0x009f, 20)
// Packet: 0x00a0
-packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, 23)
// Packet: 0x00a1
-packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, 6)
// Packet: 0x00a2
-packetLen(0x00a2, 14) // CZ_ITEM_THROW
+packetLen(0x00a2, 14)
// Packet: 0x00a3
-packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, -1)
// Packet: 0x00a4
-packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, -1)
// Packet: 0x00a5
-packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, -1)
// Packet: 0x00a6
-packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, -1)
// Packet: 0x00a7
packetLen(0x00a7, 9)
// Packet: 0x00a8
-packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 7)
// Packet: 0x00a9
-packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, 6)
// Packet: 0x00aa
-packetLen(0x00aa, 9) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 9)
// Packet: 0x00ab
-packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, 4)
// Packet: 0x00ac
-packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, 7)
// Packet: 0x00ae
-packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+packetLen(0x00ae, -1)
// Packet: 0x00af
-packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, 6)
// Packet: 0x00b0
-packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+packetLen(0x00b0, 8)
// Packet: 0x00b1
-packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, 8)
// Packet: 0x00b2
-packetLen(0x00b2, 3) // CZ_RESTART
+packetLen(0x00b2, 3)
// Packet: 0x00b3
-packetLen(0x00b3, 3) // ZC_RESTART_ACK
+packetLen(0x00b3, 3)
// Packet: 0x00b4
-packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+packetLen(0x00b4, -1)
// Packet: 0x00b5
-packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 6)
// Packet: 0x00b6
-packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 6)
// Packet: 0x00b7
-packetLen(0x00b7, -1) // ZC_MENU_LIST
+packetLen(0x00b7, -1)
// Packet: 0x00b8
-packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+packetLen(0x00b8, 7)
// Packet: 0x00b9
-packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, 6)
// Packet: 0x00ba
-packetLen(0x00ba, 2) // CZ_REQ_STATUS
+packetLen(0x00ba, 2)
// Packet: 0x00bb
-packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+packetLen(0x00bb, 5)
// Packet: 0x00bc
-packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 6)
// Packet: 0x00bd
-packetLen(0x00bd, 44) // ZC_STATUS
+packetLen(0x00bd, 44)
// Packet: 0x00be
-packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+packetLen(0x00be, 5)
// Packet: 0x00bf
-packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+packetLen(0x00bf, 3)
// Packet: 0x00c0
-packetLen(0x00c0, 7) // ZC_EMOTION
+packetLen(0x00c0, 7)
// Packet: 0x00c1
-packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, 2)
// Packet: 0x00c2
-packetLen(0x00c2, 6) // ZC_USER_COUNT
+packetLen(0x00c2, 6)
// Packet: 0x00c3
-packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, 8)
// Packet: 0x00c4
-packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, 6)
// Packet: 0x00c5
-packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, 7)
// Packet: 0x00c6
-packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, -1)
// Packet: 0x00c7
-packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, -1)
// Packet: 0x00c8
-packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, -1)
// Packet: 0x00c9
-packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, -1)
// Packet: 0x00ca
-packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, 3)
// Packet: 0x00cb
-packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+packetLen(0x00cb, 3)
// Packet: 0x00cc
-packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, 6)
// Packet: 0x00cd
-packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+packetLen(0x00cd, 3)
// Packet: 0x00ce
-packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 2)
// Packet: 0x00cf
-packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 27)
// Packet: 0x00d0
-packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, 3)
// Packet: 0x00d1
-packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, 4)
// Packet: 0x00d2
-packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 4)
// Packet: 0x00d3
-packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 2)
// Packet: 0x00d4
-packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+packetLen(0x00d4, -1)
// Packet: 0x00d5
-packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, -1)
// Packet: 0x00d6
-packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 3)
// Packet: 0x00d7
-packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, -1)
// Packet: 0x00d8
-packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+packetLen(0x00d8, 6)
// Packet: 0x00d9
-packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, 14)
// Packet: 0x00da
-packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, 3)
// Packet: 0x00db
-packetLen(0x00db, -1) // ZC_ENTER_ROOM
+packetLen(0x00db, -1)
// Packet: 0x00dc
-packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 28)
// Packet: 0x00dd
-packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+packetLen(0x00dd, 29)
// Packet: 0x00de
-packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, -1)
// Packet: 0x00df
-packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, -1)
// Packet: 0x00e0
-packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, 30)
// Packet: 0x00e1
-packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+packetLen(0x00e1, 30)
// Packet: 0x00e2
-packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, 26)
// Packet: 0x00e3
-packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+packetLen(0x00e3, 2)
// Packet: 0x00e4
-packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 6)
// Packet: 0x00e5
-packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 26)
// Packet: 0x00e6
-packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, 3)
// Packet: 0x00e7
-packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 3)
// Packet: 0x00e8
-packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, 8)
// Packet: 0x00e9
-packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 19)
// Packet: 0x00ea
-packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 5)
// Packet: 0x00eb
-packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 2)
// Packet: 0x00ec
-packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 3)
// Packet: 0x00ed
-packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, 2)
// Packet: 0x00ee
-packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, 2)
// Packet: 0x00ef
-packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 2)
// Packet: 0x00f0
-packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 3)
// Packet: 0x00f1
-packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+packetLen(0x00f1, 2)
// Packet: 0x00f2
-packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 6)
// Packet: 0x00f3
-packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+packetLen(0x00f3, -1)
// Packet: 0x00f4
-packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 21)
// Packet: 0x00f5
-packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+packetLen(0x00f5, 11)
// Packet: 0x00f6
-packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 8)
// Packet: 0x00f7
-packetLen(0x00f7, 17) // CZ_REQUEST_TIME
+packetLen(0x00f7, 17)
// Packet: 0x00f8
-packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+packetLen(0x00f8, 2)
// Packet: 0x00f9
-packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+packetLen(0x00f9, 26)
// Packet: 0x00fa
-packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, 3)
// Packet: 0x00fb
-packetLen(0x00fb, -1) // ZC_GROUP_LIST
+packetLen(0x00fb, -1)
// Packet: 0x00fc
-packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, 6)
// Packet: 0x00fd
-packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, 27)
// Packet: 0x00fe
-packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, 30)
// Packet: 0x00ff
-packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+packetLen(0x00ff, 10)
// Packet: 0x0100
-packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, 2)
// Packet: 0x0101
-packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, 6)
// Packet: 0x0102
-packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 6)
// Packet: 0x0103
-packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 30)
// Packet: 0x0104
-packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, 79)
// Packet: 0x0105
-packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, 31)
// Packet: 0x0106
-packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, 10)
// Packet: 0x0107
-packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, 10)
// Packet: 0x0108
-packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, -1)
// Packet: 0x0109
-packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, -1)
// Packet: 0x010a
-packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 4)
// Packet: 0x010b
-packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, 6)
// Packet: 0x010c
-packetLen(0x010c, 6) // ZC_MVP
+packetLen(0x010c, 6)
// Packet: 0x010d
-packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+packetLen(0x010d, 2)
// Packet: 0x010e
-packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, 11)
// Packet: 0x010f
-packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+packetLen(0x010f, -1)
// Packet: 0x0110
-packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, 10)
// Packet: 0x0111
-packetLen(0x0111, 39) // ZC_ADD_SKILL
+packetLen(0x0111, 39)
// Packet: 0x0112
-packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, 4)
// Packet: 0x0113
-packetLen(0x0113, 25) // CZ_USE_SKILL
+packetLen(0x0113, 25)
// Packet: 0x0114
-packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+packetLen(0x0114, 31)
// Packet: 0x0115
-packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+packetLen(0x0115, 35)
// Packet: 0x0116
-packetLen(0x0116, 17) // CZ_USE_SKILL_TOGROUND
+packetLen(0x0116, 17)
// Packet: 0x0117
-packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, 18)
// Packet: 0x0118
-packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+packetLen(0x0118, 2)
// Packet: 0x0119
-packetLen(0x0119, 13) // ZC_STATE_CHANGE
+packetLen(0x0119, 13)
// Packet: 0x011a
-packetLen(0x011a, 15) // ZC_USE_SKILL
+packetLen(0x011a, 15)
// Packet: 0x011b
-packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, 20)
// Packet: 0x011c
-packetLen(0x011c, 68) // ZC_WARPLIST
+packetLen(0x011c, 68)
// Packet: 0x011d
-packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 2)
// Packet: 0x011e
-packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, 3)
// Packet: 0x011f
-packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+packetLen(0x011f, 16)
// Packet: 0x0120
-packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, 6)
// Packet: 0x0121
-packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, 14)
// Packet: 0x0122
-packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, -1)
// Packet: 0x0123
-packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, -1)
// Packet: 0x0124
-packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 21)
// Packet: 0x0125
-packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 8)
// Packet: 0x0126
-packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 8)
// Packet: 0x0127
-packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, 8)
// Packet: 0x0128
-packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 8)
// Packet: 0x0129
-packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, 8)
// Packet: 0x012a
-packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+packetLen(0x012a, 2)
// Packet: 0x012b
-packetLen(0x012b, 2) // ZC_CARTOFF
+packetLen(0x012b, 2)
// Packet: 0x012c
-packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 3)
// Packet: 0x012d
-packetLen(0x012d, 4) // ZC_OPENSTORE
+packetLen(0x012d, 4)
// Packet: 0x012e
-packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, 2)
// Packet: 0x012f
-packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+packetLen(0x012f, -1)
// Packet: 0x0130
-packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, 6)
// Packet: 0x0131
-packetLen(0x0131, 86) // ZC_STORE_ENTRY
+packetLen(0x0131, 86)
// Packet: 0x0132
-packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, 6)
// Packet: 0x0133
-packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, -1)
// Packet: 0x0134
-packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, -1)
// Packet: 0x0135
-packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, 7)
// Packet: 0x0136
-packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, -1)
// Packet: 0x0137
-packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, 6)
// Packet: 0x0138
-packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+packetLen(0x0138, 3)
// Packet: 0x0139
-packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, 16)
// Packet: 0x013a
-packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+packetLen(0x013a, 4)
// Packet: 0x013b
-packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+packetLen(0x013b, 4)
// Packet: 0x013c
-packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+packetLen(0x013c, 4)
// Packet: 0x013d
-packetLen(0x013d, 6) // ZC_RECOVERY
+packetLen(0x013d, 6)
// Packet: 0x013e
-packetLen(0x013e, 24) // ZC_USESKILL_ACK
+packetLen(0x013e, 24)
// Packet: 0x013f
-packetLen(0x013f, 26) // CZ_ITEM_CREATE
+packetLen(0x013f, 26)
// Packet: 0x0140
-packetLen(0x0140, 22) // CZ_MOVETO_MAP
+packetLen(0x0140, 22)
// Packet: 0x0141
-packetLen(0x0141, 14) // ZC_COUPLESTATUS
+packetLen(0x0141, 14)
// Packet: 0x0142
-packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+packetLen(0x0142, 6)
// Packet: 0x0143
-packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+packetLen(0x0143, 10)
// Packet: 0x0144
-packetLen(0x0144, 23) // ZC_COMPASS
+packetLen(0x0144, 23)
// Packet: 0x0145
-packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+packetLen(0x0145, 19)
// Packet: 0x0146
-packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+packetLen(0x0146, 6)
// Packet: 0x0147
-packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+packetLen(0x0147, 39)
// Packet: 0x0148
-packetLen(0x0148, 8) // ZC_RESURRECTION
+packetLen(0x0148, 8)
// Packet: 0x0149
-packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, 9)
// Packet: 0x014a
-packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+packetLen(0x014a, 6)
// Packet: 0x014b
-packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+packetLen(0x014b, 27)
// Packet: 0x014c
-packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, -1)
// Packet: 0x014d
-packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 2)
// Packet: 0x014e
-packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+packetLen(0x014e, 6)
// Packet: 0x014f
-packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, 6)
// Packet: 0x0150
-packetLen(0x0150, 110) // ZC_GUILD_INFO
+packetLen(0x0150, 110)
// Packet: 0x0151
-packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+packetLen(0x0151, 6)
// Packet: 0x0152
-packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+packetLen(0x0152, -1)
// Packet: 0x0153
-packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+packetLen(0x0153, -1)
// Packet: 0x0154
-packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, -1)
// Packet: 0x0155
-packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, -1)
// Packet: 0x0156
-packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+packetLen(0x0156, -1)
// Packet: 0x0157
-packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+packetLen(0x0157, 6)
// Packet: 0x0159
-packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, 54)
// Packet: 0x015a
-packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 66)
// Packet: 0x015b
-packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 54)
// Packet: 0x015c
-packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, 90)
// Packet: 0x015d
-packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+packetLen(0x015d, 42)
// Packet: 0x015e
-packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, 6)
// Packet: 0x015f
-packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+packetLen(0x015f, 42)
// Packet: 0x0160
-packetLen(0x0160, -1) // ZC_POSITION_INFO
+packetLen(0x0160, -1)
// Packet: 0x0161
-packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, -1)
// Packet: 0x0162
-packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, -1)
// Packet: 0x0163
-packetLen(0x0163, -1) // ZC_BAN_LIST
+packetLen(0x0163, -1)
// Packet: 0x0164
-packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+packetLen(0x0164, -1)
// Packet: 0x0165
-packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, 30)
// Packet: 0x0166
-packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, -1)
// Packet: 0x0167
-packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 3)
// Packet: 0x0168
-packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, 14)
// Packet: 0x0169
-packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 3)
// Packet: 0x016a
-packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, 30)
// Packet: 0x016b
-packetLen(0x016b, 10) // CZ_JOIN_GUILD
+packetLen(0x016b, 10)
// Packet: 0x016c
-packetLen(0x016c, 43) // ZC_UPDATE_GDID
+packetLen(0x016c, 43)
// Packet: 0x016d
-packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 14)
// Packet: 0x016e
-packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+packetLen(0x016e, 186)
// Packet: 0x016f
-packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+packetLen(0x016f, 182)
// Packet: 0x0170
-packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 14)
// Packet: 0x0171
-packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, 30)
// Packet: 0x0172
-packetLen(0x0172, 10) // CZ_ALLY_GUILD
+packetLen(0x0172, 10)
// Packet: 0x0173
-packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+packetLen(0x0173, 3)
// Packet: 0x0174
-packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0174, -1)
// Packet: 0x0175
-packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+packetLen(0x0175, 6)
// Packet: 0x0176
-packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+packetLen(0x0176, 106)
// Packet: 0x0177
-packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, -1)
// Packet: 0x0178
-packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, 4)
// Packet: 0x0179
-packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 5)
// Packet: 0x017a
-packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, 4)
// Packet: 0x017b
-packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, -1)
// Packet: 0x017c
-packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, 6)
// Packet: 0x017d
-packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 7)
// Packet: 0x017e
-packetLen(0x017e, -1) // CZ_GUILD_CHAT
+packetLen(0x017e, -1)
// Packet: 0x017f
-packetLen(0x017f, -1) // ZC_GUILD_CHAT
+packetLen(0x017f, -1)
// Packet: 0x0180
-packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+packetLen(0x0180, 6)
// Packet: 0x0181
-packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+packetLen(0x0181, 3)
// Packet: 0x0182
-packetLen(0x0182, 106) // ZC_MEMBER_ADD
+packetLen(0x0182, 106)
// Packet: 0x0183
-packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+packetLen(0x0183, 10)
// Packet: 0x0184
-packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+packetLen(0x0184, 10)
// Packet: 0x0185
-packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+packetLen(0x0185, 34)
// Packet: 0x0187
-packetLen(0x0187, 6) // CH_UNKNOWN_PING
+packetLen(0x0187, 6)
// Packet: 0x0188
-packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, 8)
// Packet: 0x0189
-packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, 4)
// Packet: 0x018a
-packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+packetLen(0x018a, 4)
// Packet: 0x018b
-packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, 4)
// Packet: 0x018c
-packetLen(0x018c, 29) // ZC_MONSTER_INFO
+packetLen(0x018c, 29)
// Packet: 0x018d
-packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, -1)
// Packet: 0x018e
-packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+packetLen(0x018e, 10)
// Packet: 0x018f
-packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 6)
// Packet: 0x0190
-packetLen(0x0190, 23) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+packetLen(0x0190, 23)
// Packet: 0x0191
-packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+packetLen(0x0191, 86)
// Packet: 0x0192
-packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+packetLen(0x0192, 24)
// Packet: 0x0193
-packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+packetLen(0x0193, 2)
// Packet: 0x0194
-packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 30)
// Packet: 0x0195
-packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 102)
// Packet: 0x0196
-packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, 9)
// Packet: 0x0197
-packetLen(0x0197, 4) // CZ_RESET
+packetLen(0x0197, 4)
// Packet: 0x0198
-packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+packetLen(0x0198, 8)
// Packet: 0x0199
-packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, 4)
// Packet: 0x019a
-packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 14)
// Packet: 0x019b
-packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 10)
// Packet: 0x019c
-packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+packetLen(0x019c, -1)
// Packet: 0x019d
-packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, 6)
// Packet: 0x019e
-packetLen(0x019e, 2) // ZC_START_CAPTURE
+packetLen(0x019e, 2)
// Packet: 0x019f
-packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, 6)
// Packet: 0x01a0
-packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, 3)
// Packet: 0x01a1
-packetLen(0x01a1, 3) // CZ_COMMAND_PET
+packetLen(0x01a1, 3)
// Packet: 0x01a2
-packetLen(0x01a2, 37) // ZC_PROPERTY_PET
+packetLen(0x01a2, 37)
// Packet: 0x01a3
-packetLen(0x01a3, 5) // ZC_FEED_PET
+packetLen(0x01a3, 5)
// Packet: 0x01a4
-packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, 11)
// Packet: 0x01a5
-packetLen(0x01a5, 26) // CZ_RENAME_PET
+packetLen(0x01a5, 26)
// Packet: 0x01a6
-packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+packetLen(0x01a6, -1)
// Packet: 0x01a7
-packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 4)
// Packet: 0x01a8
-packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+packetLen(0x01a8, 4)
// Packet: 0x01a9
-packetLen(0x01a9, 6) // CZ_PET_ACT
+packetLen(0x01a9, 6)
// Packet: 0x01aa
-packetLen(0x01aa, 10) // ZC_PET_ACT
+packetLen(0x01aa, 10)
// Packet: 0x01ab
-packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, 12)
// Packet: 0x01ac
-packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+packetLen(0x01ac, 6)
// Packet: 0x01ad
-packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, -1)
// Packet: 0x01ae
-packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, 4)
// Packet: 0x01af
-packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+packetLen(0x01af, 4)
// Packet: 0x01b0
-packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, 11)
// Packet: 0x01b1
-packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+packetLen(0x01b1, 7)
// Packet: 0x01b2
-packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, -1)
// Packet: 0x01b3
-packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, 67)
// Packet: 0x01b4
-packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+packetLen(0x01b4, 12)
// Packet: 0x01b5
-packetLen(0x01b5, 18) // SC_BILLING_INFO
+packetLen(0x01b5, 18)
// Packet: 0x01b6
-packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+packetLen(0x01b6, 114)
// Packet: 0x01b7
-packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+packetLen(0x01b7, 6)
// Packet: 0x01b8
-packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+packetLen(0x01b8, 3)
// Packet: 0x01b9
-packetLen(0x01b9, 6) // ZC_DISPEL
+packetLen(0x01b9, 6)
// Packet: 0x01ba
-packetLen(0x01ba, 26) // CZ_REMOVE_AID
+packetLen(0x01ba, 26)
// Packet: 0x01bb
-packetLen(0x01bb, 26) // CZ_SHIFT
+packetLen(0x01bb, 26)
// Packet: 0x01bc
-packetLen(0x01bc, 26) // CZ_RECALL
+packetLen(0x01bc, 26)
// Packet: 0x01bd
-packetLen(0x01bd, 26) // CZ_RECALL_GID
+packetLen(0x01bd, 26)
// Packet: 0x01be
-packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+packetLen(0x01be, 2)
// Packet: 0x01bf
-packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+packetLen(0x01bf, 3)
// Packet: 0x01c0
-packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+packetLen(0x01c0, 2)
// Packet: 0x01c1
-packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+packetLen(0x01c1, 14)
// Packet: 0x01c2
-packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+packetLen(0x01c2, 10)
// Packet: 0x01c3
-packetLen(0x01c3, -1) // ZC_BROADCAST2
+packetLen(0x01c3, -1)
// Packet: 0x01c4
-packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 22)
// Packet: 0x01c5
-packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 22)
// Packet: 0x01c6
-packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+packetLen(0x01c6, 4)
// Packet: 0x01c7
-packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+packetLen(0x01c7, 2)
// Packet: 0x01c8
-packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, 13)
// Packet: 0x01c9
-packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 97)
// Packet: 0x01ca
-packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+packetLen(0x01ca, 3)
// Packet: 0x01cb
-packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+packetLen(0x01cb, 9)
// Packet: 0x01cc
-packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+packetLen(0x01cc, 9)
// Packet: 0x01cd
-packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, 30)
// Packet: 0x01ce
-packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, 6)
// Packet: 0x01cf
-packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+packetLen(0x01cf, 28)
// Packet: 0x01d0
-packetLen(0x01d0, 8) // ZC_SPIRITS
+packetLen(0x01d0, 8)
// Packet: 0x01d1
-packetLen(0x01d1, 14) // ZC_BLADESTOP
+packetLen(0x01d1, 14)
// Packet: 0x01d2
-packetLen(0x01d2, 10) // ZC_COMBODELAY
+packetLen(0x01d2, 10)
// Packet: 0x01d3
-packetLen(0x01d3, 35) // ZC_SOUND
+packetLen(0x01d3, 35)
// Packet: 0x01d4
-packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, 6)
// Packet: 0x01d5
-packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, -1)
// Packet: 0x01d6
-packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 4)
// Packet: 0x01d7
-packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 11)
// Packet: 0x01d8
-packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 54)
// Packet: 0x01d9
-packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 53)
// Packet: 0x01da
-packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 60)
// Packet: 0x01db
-packetLen(0x01db, 2) // CA_REQ_HASH
+packetLen(0x01db, 2)
// Packet: 0x01dc
-packetLen(0x01dc, -1) // AC_ACK_HASH
+packetLen(0x01dc, -1)
// Packet: 0x01dd
-packetLen(0x01dd, 47) // CA_LOGIN2
+packetLen(0x01dd, 47)
// Packet: 0x01de
-packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 33)
// Packet: 0x01df
-packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+packetLen(0x01df, 6)
// Packet: 0x01e0
-packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+packetLen(0x01e0, 30)
// Packet: 0x01e1
-packetLen(0x01e1, 8) // ZC_SPIRITS2
+packetLen(0x01e1, 8)
// Packet: 0x01e2
-packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+packetLen(0x01e2, 34)
// Packet: 0x01e3
-packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+packetLen(0x01e3, 14)
// Packet: 0x01e4
-packetLen(0x01e4, 2) // ZC_START_COUPLE
+packetLen(0x01e4, 2)
// Packet: 0x01e5
-packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+packetLen(0x01e5, 6)
// Packet: 0x01e6
-packetLen(0x01e6, 26) // ZC_COUPLENAME
+packetLen(0x01e6, 26)
// Packet: 0x01e7
-packetLen(0x01e7, 2) // CZ_DORIDORI
+packetLen(0x01e7, 2)
// Packet: 0x01e8
-packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 28)
// Packet: 0x01e9
-packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, 81)
// Packet: 0x01ea
-packetLen(0x01ea, 6) // ZC_CONGRATULATION
+packetLen(0x01ea, 6)
// Packet: 0x01eb
-packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, 10)
// Packet: 0x01ec
-packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+packetLen(0x01ec, 26)
// Packet: 0x01ed
-packetLen(0x01ed, 2) // CZ_CHOPOKGI
+packetLen(0x01ed, 2)
// Packet: 0x01ee
-packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, -1)
// Packet: 0x01ef
-packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, -1)
// Packet: 0x01f0
-packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, -1)
// Packet: 0x01f1
-packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+packetLen(0x01f1, -1)
// Packet: 0x01f2
-packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, 20)
// Packet: 0x01f3
-packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+packetLen(0x01f3, 10)
// Packet: 0x01f4
-packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, 32)
// Packet: 0x01f5
-packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, 9)
// Packet: 0x01f6
-packetLen(0x01f6, 34) // ZC_REQ_BABY
+packetLen(0x01f6, 34)
// Packet: 0x01f7
-packetLen(0x01f7, 14) // CZ_JOIN_BABY
+packetLen(0x01f7, 14)
// Packet: 0x01f8
-packetLen(0x01f8, 2) // ZC_START_BABY
+packetLen(0x01f8, 2)
// Packet: 0x01f9
-packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+packetLen(0x01f9, 6)
// Packet: 0x01fa
-packetLen(0x01fa, 48) // CA_LOGIN3
+packetLen(0x01fa, 48)
// Packet: 0x01fb
-packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+packetLen(0x01fb, 56)
// Packet: 0x01fc
-packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, -1)
// Packet: 0x01fd
-packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 15)
// Packet: 0x01fe
-packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, 5)
// Packet: 0x01ff
-packetLen(0x01ff, 10) // ZC_HIGHJUMP
+packetLen(0x01ff, 10)
// Packet: 0x0200
-packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+packetLen(0x0200, 26)
// Packet: 0x0201
-packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+packetLen(0x0201, -1)
// Packet: 0x0202
#if PACKETVER >= 20171130
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20171127
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20171123
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20171121
-packetLen(0x0202, 36) // CZ_ADD_FRIENDS
+packetLen(0x0202, 36)
#elif PACKETVER >= 20171115
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20171018
-packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+packetLen(0x0202, 26)
#endif
// Packet: 0x0203
-packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+packetLen(0x0203, 10)
// Packet: 0x0204
-packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+packetLen(0x0204, 18)
// Packet: 0x0205
-packetLen(0x0205, 26) // ZC_DIVORCE
+packetLen(0x0205, 26)
// Packet: 0x0206
-packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+packetLen(0x0206, 11)
// Packet: 0x0207
-packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, 34)
// Packet: 0x0208
-packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, 14)
// Packet: 0x0209
-packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, 36)
// Packet: 0x020a
-packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 10)
// Packet: 0x020d
-packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+packetLen(0x020d, -1)
// Packet: 0x020e
-packetLen(0x020e, 32) // ZC_STARSKILL
+packetLen(0x020e, 32)
// Packet: 0x0212
-packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+packetLen(0x0212, 26)
// Packet: 0x0213
-packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+packetLen(0x0213, 26)
// Packet: 0x0214
-packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+packetLen(0x0214, 42)
// Packet: 0x0215
-packetLen(0x0215, 6) // ZC_SKILLMSG
+packetLen(0x0215, 6)
// Packet: 0x0216
-packetLen(0x0216, 6) // ZC_BABYMSG
+packetLen(0x0216, 6)
// Packet: 0x0217
-packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 2)
// Packet: 0x0218
-packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, 2)
// Packet: 0x0219
-packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 282)
// Packet: 0x021a
-packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, 282)
// Packet: 0x021b
-packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, 10)
// Packet: 0x021c
-packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, 10)
// Packet: 0x021d
-packetLen(0x021d, 6) // CZ_LESSEFFECT
+packetLen(0x021d, 6)
// Packet: 0x021e
-packetLen(0x021e, 6) // ZC_LESSEFFECT
+packetLen(0x021e, 6)
// Packet: 0x021f
-packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+packetLen(0x021f, 66)
// Packet: 0x0220
-packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+packetLen(0x0220, 10)
// Packet: 0x0221
-packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+packetLen(0x0221, -1)
// Packet: 0x0222
-packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+packetLen(0x0222, 6)
// Packet: 0x0223
-packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+packetLen(0x0223, 8)
// Packet: 0x0224
-packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+packetLen(0x0224, 10)
// Packet: 0x0225
-packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+packetLen(0x0225, 2)
// Packet: 0x0226
-packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+packetLen(0x0226, 282)
// Packet: 0x0227
-packetLen(0x0227, 18) // ZC_GAME_GUARD
+packetLen(0x0227, 18)
// Packet: 0x0228
-packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+packetLen(0x0228, 18)
// Packet: 0x0229
-packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+packetLen(0x0229, 15)
// Packet: 0x022a
-packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 58)
// Packet: 0x022b
-packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, 57)
// Packet: 0x022c
-packetLen(0x022c, 65) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, 65)
// Packet: 0x022d
#if PACKETVER >= 20171130
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20171127
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20171123
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20171121
-packetLen(0x022d, -1) // CZ_COMMAND_MER
+packetLen(0x022d, -1)
#elif PACKETVER >= 20171115
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20171018
-packetLen(0x022d, 5) // CZ_COMMAND_MER
+packetLen(0x022d, 5)
#endif
// Packet: 0x022e
-packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 71)
// Packet: 0x022f
-packetLen(0x022f, 5) // ZC_FEED_MER
+packetLen(0x022f, 5)
// Packet: 0x0230
-packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+packetLen(0x0230, 12)
// Packet: 0x0231
-packetLen(0x0231, 26) // CZ_RENAME_MER
+packetLen(0x0231, 26)
// Packet: 0x0232
-packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, 9)
// Packet: 0x0233
-packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, 11)
// Packet: 0x0234
-packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, 6)
// Packet: 0x0235
-packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, -1)
// Packet: 0x0236
-packetLen(0x0236, 10) // ZC_KILLER_POINT
+packetLen(0x0236, 10)
// Packet: 0x0237
-packetLen(0x0237, 2) // CZ_KILLER_RANK
+packetLen(0x0237, 2)
// Packet: 0x0238
-packetLen(0x0238, 282) // ZC_KILLER_RANK
+packetLen(0x0238, 282)
// Packet: 0x0239
-packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 11)
// Packet: 0x023a
-packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, 4)
// Packet: 0x023b
#if PACKETVER >= 20171130
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20171127
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20171115
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20171018
-packetLen(0x023b, 36) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 36)
#endif
// Packet: 0x023c
-packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, 6)
// Packet: 0x023d
-packetLen(0x023d, 6) // AC_EVENT_RESULT
+packetLen(0x023d, 6)
// Packet: 0x023e
-packetLen(0x023e, 8) // HC_REQUEST_CHARACTER_PASSWORD
+packetLen(0x023e, 8)
// Packet: 0x023f
-packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+packetLen(0x023f, 2)
// Packet: 0x0240
-packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+packetLen(0x0240, -1)
// Packet: 0x0241
-packetLen(0x0241, 6) // CZ_MAIL_OPEN
+packetLen(0x0241, 6)
// Packet: 0x0242
-packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+packetLen(0x0242, -1)
// Packet: 0x0243
-packetLen(0x0243, 6) // CZ_MAIL_DELETE
+packetLen(0x0243, 6)
// Packet: 0x0244
-packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+packetLen(0x0244, 6)
// Packet: 0x0245
-packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+packetLen(0x0245, 3)
// Packet: 0x0246
-packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+packetLen(0x0246, 4)
// Packet: 0x0247
-packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+packetLen(0x0247, 8)
// Packet: 0x0248
-packetLen(0x0248, -1) // CZ_MAIL_SEND
+packetLen(0x0248, -1)
// Packet: 0x0249
-packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+packetLen(0x0249, 3)
// Packet: 0x024a
-packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+packetLen(0x024a, 70)
// Packet: 0x024b
-packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+packetLen(0x024b, 4)
// Packet: 0x024c
-packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+packetLen(0x024c, 8)
// Packet: 0x024d
-packetLen(0x024d, 12) // CZ_AUCTION_ADD
+packetLen(0x024d, 12)
// Packet: 0x024e
-packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+packetLen(0x024e, 6)
// Packet: 0x024f
-packetLen(0x024f, 10) // CZ_AUCTION_BUY
+packetLen(0x024f, 10)
// Packet: 0x0250
-packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+packetLen(0x0250, 3)
// Packet: 0x0251
-packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+packetLen(0x0251, 34)
// Packet: 0x0252
-packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+packetLen(0x0252, -1)
// Packet: 0x0253
-packetLen(0x0253, 3) // ZC_STARPLACE
+packetLen(0x0253, 3)
// Packet: 0x0254
-packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+packetLen(0x0254, 3)
// Packet: 0x0255
-packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+packetLen(0x0255, 5)
// Packet: 0x0256
-packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+packetLen(0x0256, 5)
// Packet: 0x0257
-packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+packetLen(0x0257, 8)
// Packet: 0x0258
-packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+packetLen(0x0258, 2)
// Packet: 0x0259
-packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+packetLen(0x0259, 3)
// Packet: 0x025a
-packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+packetLen(0x025a, -1)
// Packet: 0x025b
-packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+packetLen(0x025b, 6)
// Packet: 0x025c
-packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+packetLen(0x025c, 4)
// Packet: 0x025d
-packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+packetLen(0x025d, 6)
// Packet: 0x025e
-packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+packetLen(0x025e, 4)
// Packet: 0x025f
-packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+packetLen(0x025f, 6)
// Packet: 0x0260
-packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+packetLen(0x0260, 6)
// Packet: 0x0261
-packetLen(0x0261, 11) // AC_REQ_LOGIN_OLDEKEY
+packetLen(0x0261, 11)
// Packet: 0x0262
-packetLen(0x0262, 11) // AC_REQ_LOGIN_NEWEKEY
+packetLen(0x0262, 11)
// Packet: 0x0263
-packetLen(0x0263, 11) // AC_REQ_LOGIN_CARDPASS
+packetLen(0x0263, 11)
// Packet: 0x0264
-packetLen(0x0264, 20) // CA_ACK_LOGIN_OLDEKEY
+packetLen(0x0264, 20)
// Packet: 0x0265
-packetLen(0x0265, 20) // CA_ACK_LOGIN_NEWEKEY
+packetLen(0x0265, 20)
// Packet: 0x0266
-packetLen(0x0266, 30) // CA_ACK_LOGIN_CARDPASS
+packetLen(0x0266, 30)
// Packet: 0x0267
-packetLen(0x0267, 4) // AC_ACK_EKEY_FAIL_NOTEXIST
+packetLen(0x0267, 4)
// Packet: 0x0268
-packetLen(0x0268, 4) // AC_ACK_EKEY_FAIL_NOTUSESEKEY
+packetLen(0x0268, 4)
// Packet: 0x0269
-packetLen(0x0269, 4) // AC_ACK_EKEY_FAIL_NOTUSEDEKEY
+packetLen(0x0269, 4)
// Packet: 0x026a
-packetLen(0x026a, 4) // AC_ACK_EKEY_FAIL_AUTHREFUSE
+packetLen(0x026a, 4)
// Packet: 0x026b
-packetLen(0x026b, 4) // AC_ACK_EKEY_FAIL_INPUTEKEY
+packetLen(0x026b, 4)
// Packet: 0x026c
-packetLen(0x026c, 4) // AC_ACK_EKEY_FAIL_NOTICE
+packetLen(0x026c, 4)
// Packet: 0x026d
-packetLen(0x026d, 4) // AC_ACK_EKEY_FAIL_NEEDCARDPASS
+packetLen(0x026d, 4)
// Packet: 0x026f
-packetLen(0x026f, 2) // AC_ACK_FIRST_LOGIN
+packetLen(0x026f, 2)
// Packet: 0x0270
-packetLen(0x0270, 2) // AC_REQ_LOGIN_ACCOUNT_INFO
+packetLen(0x0270, 2)
// Packet: 0x0271
-packetLen(0x0271, 40) // CA_ACK_LOGIN_ACCOUNT_INFO
+packetLen(0x0271, 40)
// Packet: 0x0272
-packetLen(0x0272, 44) // AC_ACK_PT_ID_INFO
+packetLen(0x0272, 44)
// Packet: 0x0273
-packetLen(0x0273, 30) // CZ_REQ_MAIL_RETURN
+packetLen(0x0273, 30)
// Packet: 0x0274
-packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, 8)
// Packet: 0x0275
-packetLen(0x0275, 37) // CH_ENTER2
+packetLen(0x0275, 37)
// Packet: 0x0276
-packetLen(0x0276, -1) // AC_ACCEPT_LOGIN2
+packetLen(0x0276, -1)
// Packet: 0x0277
-packetLen(0x0277, 84) // CA_LOGIN_PCBANG
+packetLen(0x0277, 84)
// Packet: 0x0278
-packetLen(0x0278, 2) // ZC_NOTIFY_PCBANG
+packetLen(0x0278, 2)
// Packet: 0x0279
-packetLen(0x0279, 2) // CZ_HUNTINGLIST
+packetLen(0x0279, 2)
// Packet: 0x027a
-packetLen(0x027a, -1) // ZC_HUNTINGLIST
+packetLen(0x027a, -1)
// Packet: 0x027b
-packetLen(0x027b, 14) // ZC_PCBANG_EFFECT
+packetLen(0x027b, 14)
// Packet: 0x027c
-packetLen(0x027c, 60) // CA_LOGIN4
+packetLen(0x027c, 60)
// Packet: 0x027d
-packetLen(0x027d, 62) // ZC_PROPERTY_MERCE
+packetLen(0x027d, 62)
// Packet: 0x027e
-packetLen(0x027e, -1) // ZC_SHANDA_PROTECT
+packetLen(0x027e, -1)
// Packet: 0x027f
-packetLen(0x027f, 8) // CA_CLIENT_TYPE
+packetLen(0x027f, 8)
// Packet: 0x0280
-packetLen(0x0280, 12) // ZC_GANGSI_POINT
+packetLen(0x0280, 12)
// Packet: 0x0281
#if PACKETVER >= 20171227
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20171220
-packetLen(0x0281, 10) // CZ_GANGSI_RANK
+packetLen(0x0281, 10)
#elif PACKETVER >= 20171214
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20171206
-packetLen(0x0281, 10) // CZ_GANGSI_RANK
+packetLen(0x0281, 10)
#elif PACKETVER >= 20171204
-packetLen(0x0281, 6) // CZ_GANGSI_RANK
+packetLen(0x0281, 6)
#elif PACKETVER >= 20171130
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20171127
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20171121
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20171115
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20171018
-packetLen(0x0281, 4) // CZ_GANGSI_RANK
+packetLen(0x0281, 4)
#endif
// Packet: 0x0282
-packetLen(0x0282, 284) // ZC_GANGSI_RANK
+packetLen(0x0282, 284)
// Packet: 0x0283
-packetLen(0x0283, 6) // ZC_AID
+packetLen(0x0283, 6)
// Packet: 0x0284
-packetLen(0x0284, 14) // ZC_NOTIFY_EFFECT3
+packetLen(0x0284, 14)
// Packet: 0x0285
-packetLen(0x0285, 6) // ZC_DEATH_QUESTION
+packetLen(0x0285, 6)
// Packet: 0x0286
-packetLen(0x0286, 4) // CZ_DEATH_QUESTION
+packetLen(0x0286, 4)
// Packet: 0x0287
-packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, -1)
// Packet: 0x0288
-packetLen(0x0288, -1) // CZ_PC_BUY_CASH_POINT_ITEM
+packetLen(0x0288, -1)
// Packet: 0x0289
-packetLen(0x0289, 12) // ZC_PC_CASH_POINT_UPDATE
+packetLen(0x0289, 12)
// Packet: 0x028a
-packetLen(0x028a, 18) // ZC_NPC_SHOWEFST_UPDATE
+packetLen(0x028a, 18)
// Packet: 0x028b
-packetLen(0x028b, -1) // HC_CHARNOTBEENSELECTED
+packetLen(0x028b, -1)
// Packet: 0x028c
-packetLen(0x028c, 46) // CH_SELECT_CHAR_GOINGTOBEUSED
+packetLen(0x028c, 46)
// Packet: 0x028d
-packetLen(0x028d, 34) // CH_REQ_IS_VALID_CHARNAME
+packetLen(0x028d, 34)
// Packet: 0x028e
-packetLen(0x028e, 4) // HC_ACK_IS_VALID_CHARNAME
+packetLen(0x028e, 4)
// Packet: 0x028f
-packetLen(0x028f, 6) // CH_REQ_CHANGE_CHARNAME
+packetLen(0x028f, 6)
// Packet: 0x0290
-packetLen(0x0290, 4) // HC_ACK_CHANGE_CHARNAME
+packetLen(0x0290, 4)
// Packet: 0x0291
-packetLen(0x0291, 4) // ZC_MSG
+packetLen(0x0291, 4)
// Packet: 0x0292
-packetLen(0x0292, 2) // CZ_STANDING_RESURRECTION
+packetLen(0x0292, 2)
// Packet: 0x0293
-packetLen(0x0293, 70) // ZC_BOSS_INFO
+packetLen(0x0293, 70)
// Packet: 0x0294
-packetLen(0x0294, 10) // ZC_READ_BOOK
+packetLen(0x0294, 10)
// Packet: 0x0295
-packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, -1)
// Packet: 0x0296
-packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, -1)
// Packet: 0x0297
-packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, -1)
// Packet: 0x0298
-packetLen(0x0298, 8) // ZC_CASH_TIME_COUNTER
+packetLen(0x0298, 8)
// Packet: 0x0299
-packetLen(0x0299, 6) // ZC_CASH_ITEM_DELETE
+packetLen(0x0299, 6)
// Packet: 0x029a
-packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, 27)
// Packet: 0x029b
-packetLen(0x029b, 80) // ZC_MER_INIT
+packetLen(0x029b, 80)
// Packet: 0x029c
-packetLen(0x029c, 66) // ZC_MER_PROPERTY
+packetLen(0x029c, 66)
// Packet: 0x029d
-packetLen(0x029d, -1) // ZC_MER_SKILLINFO_LIST
+packetLen(0x029d, -1)
// Packet: 0x029e
-packetLen(0x029e, 11) // ZC_MER_SKILLINFO_UPDATE
+packetLen(0x029e, 11)
// Packet: 0x029f
-packetLen(0x029f, 3) // CZ_MER_COMMAND
+packetLen(0x029f, 3)
// Packet: 0x02a2
-packetLen(0x02a2, 8) // ZC_MER_PAR_CHANGE
+packetLen(0x02a2, 8)
// Packet: 0x02a5
-packetLen(0x02a5, 8) // CZ_KSY_EVENT
+packetLen(0x02a5, 8)
// Packet: 0x02a6
-packetLen(0x02a6, -1) // ZC_HACKSH_CPX_MSG
+packetLen(0x02a6, -1)
// Packet: 0x02a7
-packetLen(0x02a7, -1) // CZ_HACKSH_CPX_MSG
+packetLen(0x02a7, -1)
// Packet: 0x02aa
-packetLen(0x02aa, 4) // ZC_REQ_CASH_PASSWORD
+packetLen(0x02aa, 4)
// Packet: 0x02ab
-packetLen(0x02ab, 36) // CZ_ACK_CASH_PASSWORD
+packetLen(0x02ab, 36)
// Packet: 0x02ac
-packetLen(0x02ac, 6) // ZC_RESULT_CASH_PASSWORD
+packetLen(0x02ac, 6)
// Packet: 0x02ad
-packetLen(0x02ad, 8) // AC_REQUEST_SECOND_PASSWORD
+packetLen(0x02ad, 8)
// Packet: 0x02b0
-packetLen(0x02b0, 85) // CA_LOGIN_HAN
+packetLen(0x02b0, 85)
// Packet: 0x02b1
-packetLen(0x02b1, -1) // ZC_ALL_QUEST_LIST
+packetLen(0x02b1, -1)
// Packet: 0x02b2
-packetLen(0x02b2, -1) // ZC_ALL_QUEST_MISSION
+packetLen(0x02b2, -1)
// Packet: 0x02b3
-packetLen(0x02b3, 107) // ZC_ADD_QUEST
+packetLen(0x02b3, 107)
// Packet: 0x02b4
-packetLen(0x02b4, 6) // ZC_DEL_QUEST
+packetLen(0x02b4, 6)
// Packet: 0x02b5
-packetLen(0x02b5, -1) // ZC_UPDATE_MISSION_HUNT
+packetLen(0x02b5, -1)
// Packet: 0x02b6
-packetLen(0x02b6, 7) // CZ_ACTIVE_QUEST
+packetLen(0x02b6, 7)
// Packet: 0x02b7
-packetLen(0x02b7, 7) // ZC_ACTIVE_QUEST
+packetLen(0x02b7, 7)
// Packet: 0x02b8
-packetLen(0x02b8, 22) // ZC_ITEM_PICKUP_PARTY
+packetLen(0x02b8, 22)
// Packet: 0x02b9
-packetLen(0x02b9, 191) // ZC_SHORTCUT_KEY_LIST
+packetLen(0x02b9, 191)
// Packet: 0x02ba
-packetLen(0x02ba, 11) // CZ_SHORTCUT_KEY_CHANGE
+packetLen(0x02ba, 11)
// Packet: 0x02bb
-packetLen(0x02bb, 8) // ZC_EQUIPITEM_DAMAGED
+packetLen(0x02bb, 8)
// Packet: 0x02bc
-packetLen(0x02bc, 6) // ZC_NOTIFY_PCBANG_PLAYING_TIME
+packetLen(0x02bc, 6)
// Packet: 0x02c1
-packetLen(0x02c1, -1) // ZC_NPC_CHAT
+packetLen(0x02c1, -1)
// Packet: 0x02c2
-packetLen(0x02c2, -1) // ZC_FORMATSTRING_MSG
+packetLen(0x02c2, -1)
// Packet: 0x02c4
#if PACKETVER >= 20171220
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20171214
-packetLen(0x02c4, 6) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 6)
#elif PACKETVER >= 20171115
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20171018
-packetLen(0x02c4, 26) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 26)
#endif
// Packet: 0x02c5
-packetLen(0x02c5, 30) // ZC_PARTY_JOIN_REQ_ACK
+packetLen(0x02c5, 30)
// Packet: 0x02c6
-packetLen(0x02c6, 30) // ZC_PARTY_JOIN_REQ
+packetLen(0x02c6, 30)
// Packet: 0x02c7
-packetLen(0x02c7, 7) // CZ_PARTY_JOIN_REQ_ACK
+packetLen(0x02c7, 7)
// Packet: 0x02c8
-packetLen(0x02c8, 3) // CZ_PARTY_CONFIG
+packetLen(0x02c8, 3)
// Packet: 0x02c9
-packetLen(0x02c9, 3) // ZC_PARTY_CONFIG
+packetLen(0x02c9, 3)
// Packet: 0x02ca
-packetLen(0x02ca, 3) // HC_REFUSE_SELECTCHAR
+packetLen(0x02ca, 3)
// Packet: 0x02cb
-packetLen(0x02cb, 65) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO
+packetLen(0x02cb, 65)
// Packet: 0x02cc
-packetLen(0x02cc, 4) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_NOTIFY
+packetLen(0x02cc, 4)
// Packet: 0x02cd
-packetLen(0x02cd, 71) // ZC_MEMORIALDUNGEON_INFO
+packetLen(0x02cd, 71)
// Packet: 0x02ce
-packetLen(0x02ce, 10) // ZC_MEMORIALDUNGEON_NOTIFY
+packetLen(0x02ce, 10)
// Packet: 0x02cf
-packetLen(0x02cf, 6) // CZ_MEMORIALDUNGEON_COMMAND
+packetLen(0x02cf, 6)
// Packet: 0x02d0
-packetLen(0x02d0, -1) // ZC_EQUIPMENT_ITEMLIST3
+packetLen(0x02d0, -1)
// Packet: 0x02d1
-packetLen(0x02d1, -1) // ZC_STORE_EQUIPMENT_ITEMLIST3
+packetLen(0x02d1, -1)
// Packet: 0x02d2
-packetLen(0x02d2, -1) // ZC_CART_EQUIPMENT_ITEMLIST3
+packetLen(0x02d2, -1)
// Packet: 0x02d3
-packetLen(0x02d3, 4) // ZC_NOTIFY_BIND_ON_EQUIP
+packetLen(0x02d3, 4)
// Packet: 0x02d4
-packetLen(0x02d4, 29) // ZC_ITEM_PICKUP_ACK3
+packetLen(0x02d4, 29)
// Packet: 0x02d5
-packetLen(0x02d5, 2) // ZC_ISVR_DISCONNECT
+packetLen(0x02d5, 2)
// Packet: 0x02d6
-packetLen(0x02d6, 6) // CZ_EQUIPWIN_MICROSCOPE
+packetLen(0x02d6, 6)
// Packet: 0x02d7
-packetLen(0x02d7, -1) // ZC_EQUIPWIN_MICROSCOPE
+packetLen(0x02d7, -1)
// Packet: 0x02d8
-packetLen(0x02d8, 10) // CZ_CONFIG
+packetLen(0x02d8, 10)
// Packet: 0x02d9
-packetLen(0x02d9, 10) // ZC_CONFIG
+packetLen(0x02d9, 10)
// Packet: 0x02da
-packetLen(0x02da, 3) // ZC_CONFIG_NOTIFY
+packetLen(0x02da, 3)
// Packet: 0x02db
-packetLen(0x02db, -1) // CZ_BATTLEFIELD_CHAT
+packetLen(0x02db, -1)
// Packet: 0x02dc
-packetLen(0x02dc, -1) // ZC_BATTLEFIELD_CHAT
+packetLen(0x02dc, -1)
// Packet: 0x02dd
-packetLen(0x02dd, 32) // ZC_BATTLEFIELD_NOTIFY_CAMPINFO
+packetLen(0x02dd, 32)
// Packet: 0x02de
-packetLen(0x02de, 6) // ZC_BATTLEFIELD_NOTIFY_POINT
+packetLen(0x02de, 6)
// Packet: 0x02df
-packetLen(0x02df, 36) // ZC_BATTLEFIELD_NOTIFY_POSITION
+packetLen(0x02df, 36)
// Packet: 0x02e0
-packetLen(0x02e0, 34) // ZC_BATTLEFIELD_NOTIFY_HP
+packetLen(0x02e0, 34)
// Packet: 0x02e1
-packetLen(0x02e1, 33) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, 33)
// Packet: 0x02e2
-packetLen(0x02e2, 20) // CZ_USE_ITEM_NEW_JAPEN
+packetLen(0x02e2, 20)
// Packet: 0x02e3
-packetLen(0x02e3, 22) // CZ_USE_SKILL_NEW_JAPEN
+packetLen(0x02e3, 22)
// Packet: 0x02e4
-packetLen(0x02e4, 11) // CZ_ITEM_PICKUP_NEW_JAPEN
+packetLen(0x02e4, 11)
// Packet: 0x02e5
-packetLen(0x02e5, 9) // CZ_REQUEST_MOVE_NEW_JAPEN
+packetLen(0x02e5, 9)
// Packet: 0x02e6
-packetLen(0x02e6, 6) // CZ_BOT_CHECK
+packetLen(0x02e6, 6)
// Packet: 0x02e7
-packetLen(0x02e7, -1) // ZC_MAPPROPERTY
+packetLen(0x02e7, -1)
// Packet: 0x02e8
-packetLen(0x02e8, -1) // ZC_NORMAL_ITEMLIST3
+packetLen(0x02e8, -1)
// Packet: 0x02e9
-packetLen(0x02e9, -1) // ZC_CART_NORMAL_ITEMLIST3
+packetLen(0x02e9, -1)
// Packet: 0x02ea
-packetLen(0x02ea, -1) // ZC_STORE_NORMAL_ITEMLIST3
+packetLen(0x02ea, -1)
// Packet: 0x02eb
-packetLen(0x02eb, 13) // ZC_ACCEPT_ENTER2
+packetLen(0x02eb, 13)
// Packet: 0x02ec
-packetLen(0x02ec, 67) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 67)
// Packet: 0x02ed
-packetLen(0x02ed, 59) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, 59)
// Packet: 0x02ee
-packetLen(0x02ee, 60) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, 60)
// Packet: 0x02ef
-packetLen(0x02ef, 8) // ZC_NOTIFY_FONT
+packetLen(0x02ef, 8)
// Packet: 0x02f0
-packetLen(0x02f0, 10) // ZC_PROGRESS
+packetLen(0x02f0, 10)
// Packet: 0x02f1
-packetLen(0x02f1, 2) // CZ_PROGRESS
+packetLen(0x02f1, 2)
// Packet: 0x02f2
-packetLen(0x02f2, 2) // ZC_PROGRESS_CANCEL
+packetLen(0x02f2, 2)
// Packet: 0x02f3
-packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+packetLen(0x02f3, -1)
// Packet: 0x02f4
-packetLen(0x02f4, 3) // ZC_IRMAIL_SEND_RES
+packetLen(0x02f4, 3)
// Packet: 0x02f5
-packetLen(0x02f5, 7) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, 7)
// Packet: 0x02f6
-packetLen(0x02f6, 7) // CZ_IRMAIL_LIST
+packetLen(0x02f6, 7)
// Packet: 0x035c
-packetLen(0x035c, 2) // CZ_OPEN_SIMPLE_CASHSHOP_ITEMLIST
+packetLen(0x035c, 2)
// Packet: 0x035d
-packetLen(0x035d, -1) // ZC_SIMPLE_CASHSHOP_POINT_ITEMLIST
+packetLen(0x035d, -1)
// Packet: 0x035e
-packetLen(0x035e, 2) // CZ_CLOSE_WINDOW
+packetLen(0x035e, 2)
// Packet: 0x035f
#if PACKETVER >= 20171206
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20171204
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20171130
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20171115
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20171018
-packetLen(0x035f, 5) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 5)
#endif
// Packet: 0x0360
#if PACKETVER >= 20171206
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20171204
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20171130
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20171018
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#endif
// Packet: 0x0361
#if PACKETVER >= 20171204
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20171130
-packetLen(0x0361, 18) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 18)
#elif PACKETVER >= 20171127
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20171115
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20171018
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#endif
// Packet: 0x0362
#if PACKETVER >= 20171130
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20171127
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20171123
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20171018
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#endif
// Packet: 0x0363
#if PACKETVER >= 20171130
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20171127
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20171123
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20171121
-packetLen(0x0363, -1) // CZ_ITEM_THROW2
+packetLen(0x0363, -1)
#elif PACKETVER >= 20171115
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20171018
-packetLen(0x0363, 6) // CZ_ITEM_THROW2
+packetLen(0x0363, 6)
#endif
// Packet: 0x0364
#if PACKETVER >= 20171130
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20171127
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20171121
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20171018
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#endif
// Packet: 0x0365
#if PACKETVER >= 20171130
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20171127
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20171121
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20171115
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20171018
-packetLen(0x0365, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 8)
#endif
// Packet: 0x0366
#if PACKETVER >= 20171214
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20171206
-packetLen(0x0366, 6) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 6)
#elif PACKETVER >= 20171130
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20171115
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20171018
-packetLen(0x0366, 10) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 10)
#endif
// Packet: 0x0367
#if PACKETVER >= 20171127
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20171123
-packetLen(0x0367, 5) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 5)
#elif PACKETVER >= 20171115
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20171018
-packetLen(0x0367, 90) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 90)
#endif
// Packet: 0x0368
#if PACKETVER >= 20171206
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20171204
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20171130
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20171018
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#endif
// Packet: 0x0369
#if PACKETVER >= 20171206
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20171204
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20171130
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20171115
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20171018
-packetLen(0x0369, 6) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 6)
#endif
// Packet: 0x03dd
-packetLen(0x03dd, 18) // AHC_GAME_GUARD
+packetLen(0x03dd, 18)
// Packet: 0x03de
-packetLen(0x03de, 18) // CAH_ACK_GAME_GUARD
+packetLen(0x03de, 18)
// Packet: 0x0436
#if PACKETVER >= 20171214
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20171206
-packetLen(0x0436, 6) // CZ_ENTER2
+packetLen(0x0436, 6)
#elif PACKETVER >= 20171130
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20171127
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20171115
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20171018
-packetLen(0x0436, 19) // CZ_ENTER2
+packetLen(0x0436, 19)
#endif
// Packet: 0x0437
#if PACKETVER >= 20171206
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20171204
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20171130
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20171115
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20171018
-packetLen(0x0437, 7) // CZ_REQUEST_ACT2
+packetLen(0x0437, 7)
#endif
// Packet: 0x0438
#if PACKETVER >= 20171227
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20171214
-packetLen(0x0438, 6) // CZ_USE_SKILL2
+packetLen(0x0438, 6)
#elif PACKETVER >= 20171206
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20171204
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20171130
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20171018
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#endif
// Packet: 0x0439
-packetLen(0x0439, 8) // CZ_USE_ITEM2
+packetLen(0x0439, 8)
// Packet: 0x043d
-packetLen(0x043d, 8) // ZC_SKILL_POSTDELAY
+packetLen(0x043d, 8)
// Packet: 0x043e
-packetLen(0x043e, -1) // ZC_SKILL_POSTDELAY_LIST
+packetLen(0x043e, -1)
// Packet: 0x043f
-packetLen(0x043f, 25) // ZC_MSG_STATE_CHANGE2
+packetLen(0x043f, 25)
// Packet: 0x0440
-packetLen(0x0440, 10) // ZC_MILLENNIUMSHIELD
+packetLen(0x0440, 10)
// Packet: 0x0441
-packetLen(0x0441, 4) // ZC_SKILLINFO_DELETE
+packetLen(0x0441, 4)
// Packet: 0x0442
-packetLen(0x0442, -1) // ZC_SKILL_SELECT_REQUEST
+packetLen(0x0442, -1)
// Packet: 0x0443
-packetLen(0x0443, 8) // CZ_SKILL_SELECT_RESPONSE
+packetLen(0x0443, 8)
// Packet: 0x0444
-packetLen(0x0444, -1) // ZC_SIMPLE_CASH_POINT_ITEMLIST
+packetLen(0x0444, -1)
// Packet: 0x0445
-packetLen(0x0445, 10) // CZ_SIMPLE_BUY_CASH_POINT_ITEM
+packetLen(0x0445, 10)
// Packet: 0x0446
-packetLen(0x0446, 14) // ZC_QUEST_NOTIFY_EFFECT
+packetLen(0x0446, 14)
// Packet: 0x0447
-packetLen(0x0447, 2) // CZ_BLOCKING_PLAY_CANCEL
+packetLen(0x0447, 2)
// Packet: 0x0448
-packetLen(0x0448, -1) // HC_CHARACTER_LIST
+packetLen(0x0448, -1)
// Packet: 0x0449
-packetLen(0x0449, 4) // ZC_HACKSH_ERROR_MSG
+packetLen(0x0449, 4)
// Packet: 0x044a
-packetLen(0x044a, 6) // CZ_CLIENT_VERSION
+packetLen(0x044a, 6)
// Packet: 0x044b
-packetLen(0x044b, 2) // CZ_CLOSE_SIMPLECASH_SHOP
+packetLen(0x044b, 2)
// Packet: 0x07d7
-packetLen(0x07d7, 8) // CZ_GROUPINFO_CHANGE_V2
+packetLen(0x07d7, 8)
// Packet: 0x07d8
-packetLen(0x07d8, 8) // ZC_REQ_GROUPINFO_CHANGE_V2
+packetLen(0x07d8, 8)
// Packet: 0x07d9
-packetLen(0x07d9, 268) // ZC_SHORTCUT_KEY_LIST_V2
+packetLen(0x07d9, 268)
// Packet: 0x07da
-packetLen(0x07da, 6) // CZ_CHANGE_GROUP_MASTER
+packetLen(0x07da, 6)
// Packet: 0x07db
-packetLen(0x07db, 8) // ZC_HO_PAR_CHANGE
+packetLen(0x07db, 8)
// Packet: 0x07dc
-packetLen(0x07dc, 6) // CZ_SEEK_PARTY
+packetLen(0x07dc, 6)
// Packet: 0x07dd
-packetLen(0x07dd, 54) // ZC_SEEK_PARTY
+packetLen(0x07dd, 54)
// Packet: 0x07de
-packetLen(0x07de, 30) // CZ_SEEK_PARTY_MEMBER
+packetLen(0x07de, 30)
// Packet: 0x07df
-packetLen(0x07df, 54) // ZC_SEEK_PARTY_MEMBER
+packetLen(0x07df, 54)
// Packet: 0x07e0
-packetLen(0x07e0, 58) // ZC_ES_NOTI_MYINFO
+packetLen(0x07e0, 58)
// Packet: 0x07e1
-packetLen(0x07e1, 15) // ZC_SKILLINFO_UPDATE2
+packetLen(0x07e1, 15)
// Packet: 0x07e2
-packetLen(0x07e2, 8) // ZC_MSG_VALUE
+packetLen(0x07e2, 8)
// Packet: 0x07e3
-packetLen(0x07e3, 6) // ZC_ITEMLISTWIN_OPEN
+packetLen(0x07e3, 6)
// Packet: 0x07e4
#if PACKETVER >= 20171130
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20171127
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20171121
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20171115
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20171018
-packetLen(0x07e4, -1) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, -1)
#endif
// Packet: 0x07e5
-packetLen(0x07e5, 4) // CH_ENTER_CHECKBOT
+packetLen(0x07e5, 4)
// Packet: 0x07e6
-packetLen(0x07e6, 8) // ZC_MSG_SKILL
+packetLen(0x07e6, 8)
// Packet: 0x07e7
-packetLen(0x07e7, 32) // CH_CHECKBOT
+packetLen(0x07e7, 32)
// Packet: 0x07e8
-packetLen(0x07e8, -1) // HC_CHECKBOT
+packetLen(0x07e8, -1)
// Packet: 0x07e9
-packetLen(0x07e9, 5) // HC_CHECKBOT_RESULT
+packetLen(0x07e9, 5)
// Packet: 0x07ea
-packetLen(0x07ea, 2) // CZ_BATTLE_FIELD_LIST
+packetLen(0x07ea, 2)
// Packet: 0x07eb
-packetLen(0x07eb, -1) // ZC_BATTLE_FIELD_LIST
+packetLen(0x07eb, -1)
// Packet: 0x07ec
#if PACKETVER >= 20171227
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20171220
-packetLen(0x07ec, 6) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 6)
#elif PACKETVER >= 20171130
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20171127
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20171121
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20171018
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#endif
// Packet: 0x07ed
-packetLen(0x07ed, 10) // ZC_JOIN_BATTLE_FIELD
+packetLen(0x07ed, 10)
// Packet: 0x07ee
-packetLen(0x07ee, 6) // CZ_CANCEL_BATTLE_FIELD
+packetLen(0x07ee, 6)
// Packet: 0x07ef
-packetLen(0x07ef, 8) // ZC_CANCEL_BATTLE_FIELD
+packetLen(0x07ef, 8)
// Packet: 0x07f0
-packetLen(0x07f0, 6) // CZ_REQ_BATTLE_STATE_MONITOR
+packetLen(0x07f0, 6)
// Packet: 0x07f1
-packetLen(0x07f1, 18) // ZC_ACK_BATTLE_STATE_MONITOR
+packetLen(0x07f1, 18)
// Packet: 0x07f2
-packetLen(0x07f2, 8) // ZC_BATTLE_NOTI_START_STEP
+packetLen(0x07f2, 8)
// Packet: 0x07f3
-packetLen(0x07f3, 6) // ZC_BATTLE_JOIN_NOTI_DEFER
+packetLen(0x07f3, 6)
// Packet: 0x07f4
-packetLen(0x07f4, 3) // ZC_BATTLE_JOIN_DISABLE_STATE
+packetLen(0x07f4, 3)
// Packet: 0x07f5
-packetLen(0x07f5, 6) // CZ_GM_FULLSTRIP
+packetLen(0x07f5, 6)
// Packet: 0x07f6
-packetLen(0x07f6, 14) // ZC_NOTIFY_EXP
+packetLen(0x07f6, 14)
// Packet: 0x07f7
-packetLen(0x07f7, -1) // ZC_NOTIFY_MOVEENTRY7
+packetLen(0x07f7, -1)
// Packet: 0x07f8
-packetLen(0x07f8, -1) // ZC_NOTIFY_NEWENTRY5
+packetLen(0x07f8, -1)
// Packet: 0x07f9
-packetLen(0x07f9, -1) // ZC_NOTIFY_STANDENTRY5
+packetLen(0x07f9, -1)
// Packet: 0x07fa
-packetLen(0x07fa, 8) // ZC_DELETE_ITEM_FROM_BODY
+packetLen(0x07fa, 8)
// Packet: 0x07fb
-packetLen(0x07fb, 25) // ZC_USESKILL_ACK2
+packetLen(0x07fb, 25)
// Packet: 0x07fc
-packetLen(0x07fc, 10) // ZC_CHANGE_GROUP_MASTER
+packetLen(0x07fc, 10)
// Packet: 0x07fd
-packetLen(0x07fd, -1) // ZC_BROADCASTING_SPECIAL_ITEM_OBTAIN
+packetLen(0x07fd, -1)
// Packet: 0x07fe
-packetLen(0x07fe, 26) // ZC_PLAY_NPC_BGM
+packetLen(0x07fe, 26)
// Packet: 0x0800
-packetLen(0x0800, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC2
+packetLen(0x0800, -1)
// Packet: 0x0801
-packetLen(0x0801, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC2
+packetLen(0x0801, -1)
// Packet: 0x0802
#if PACKETVER >= 20171130
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20171127
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20171121
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20171115
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20171018
-packetLen(0x0802, 18) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 18)
#endif
// Packet: 0x0803
-packetLen(0x0803, 4) // ZC_PARTY_BOOKING_ACK_REGISTER
+packetLen(0x0803, 4)
// Packet: 0x0804
-packetLen(0x0804, 14) // CZ_PARTY_BOOKING_REQ_SEARCH
+packetLen(0x0804, 14)
// Packet: 0x0805
-packetLen(0x0805, -1) // ZC_PARTY_BOOKING_ACK_SEARCH
+packetLen(0x0805, -1)
// Packet: 0x0806
-packetLen(0x0806, 2) // CZ_PARTY_BOOKING_REQ_DELETE
+packetLen(0x0806, 2)
// Packet: 0x0807
-packetLen(0x0807, 4) // ZC_PARTY_BOOKING_ACK_DELETE
+packetLen(0x0807, 4)
// Packet: 0x0808
-packetLen(0x0808, 14) // CZ_PARTY_BOOKING_REQ_UPDATE
+packetLen(0x0808, 14)
// Packet: 0x0809
-packetLen(0x0809, 50) // ZC_PARTY_BOOKING_NOTIFY_INSERT
+packetLen(0x0809, 50)
// Packet: 0x080a
-packetLen(0x080a, 18) // ZC_PARTY_BOOKING_NOTIFY_UPDATE
+packetLen(0x080a, 18)
// Packet: 0x080b
-packetLen(0x080b, 6) // ZC_PARTY_BOOKING_NOTIFY_DELETE
+packetLen(0x080b, 6)
// Packet: 0x080c
-packetLen(0x080c, 2) // CZ_SIMPLE_CASH_BTNSHOW
+packetLen(0x080c, 2)
// Packet: 0x080d
-packetLen(0x080d, 3) // ZC_SIMPLE_CASH_BTNSHOW
+packetLen(0x080d, 3)
// Packet: 0x080e
-packetLen(0x080e, 14) // ZC_NOTIFY_HP_TO_GROUPM_R2
+packetLen(0x080e, 14)
// Packet: 0x080f
-packetLen(0x080f, 20) // ZC_ADD_EXCHANGE_ITEM2
+packetLen(0x080f, 20)
// Packet: 0x0810
-packetLen(0x0810, 3) // ZC_OPEN_BUYING_STORE
+packetLen(0x0810, 3)
// Packet: 0x0811
#if PACKETVER >= 20171206
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20171204
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20171130
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20171123
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20171121
-packetLen(0x0811, 5) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 5)
#elif PACKETVER >= 20171018
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#endif
// Packet: 0x0812
-packetLen(0x0812, 8) // ZC_FAILED_OPEN_BUYING_STORE_TO_BUYER
+packetLen(0x0812, 8)
// Packet: 0x0813
-packetLen(0x0813, -1) // ZC_MYITEMLIST_BUYING_STORE
+packetLen(0x0813, -1)
// Packet: 0x0814
-packetLen(0x0814, 86) // ZC_BUYING_STORE_ENTRY
+packetLen(0x0814, 86)
// Packet: 0x0815
#if PACKETVER >= 20171206
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20171204
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20171130
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20171115
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20171018
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#endif
// Packet: 0x0816
-packetLen(0x0816, 6) // ZC_DISAPPEAR_BUYING_STORE_ENTRY
+packetLen(0x0816, 6)
// Packet: 0x0817
#if PACKETVER >= 20171115
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20171018
-packetLen(0x0817, 6) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 6)
#endif
// Packet: 0x0818
-packetLen(0x0818, -1) // ZC_ACK_ITEMLIST_BUYING_STORE
+packetLen(0x0818, -1)
// Packet: 0x0819
#if PACKETVER >= 20171227
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20171220
-packetLen(0x0819, 90) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 90)
#elif PACKETVER >= 20171206
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20171204
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20171130
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20171018
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#endif
// Packet: 0x081a
-packetLen(0x081a, 4) // ZC_FAILED_TRADE_BUYING_STORE_TO_BUYER
+packetLen(0x081a, 4)
// Packet: 0x081b
-packetLen(0x081b, 10) // ZC_UPDATE_ITEM_FROM_BUYING_STORE
+packetLen(0x081b, 10)
// Packet: 0x081c
-packetLen(0x081c, 10) // ZC_ITEM_DELETE_BUYING_STORE
+packetLen(0x081c, 10)
// Packet: 0x081d
-packetLen(0x081d, 22) // ZC_EL_INIT
+packetLen(0x081d, 22)
// Packet: 0x081e
-packetLen(0x081e, 8) // ZC_EL_PAR_CHANGE
+packetLen(0x081e, 8)
// Packet: 0x081f
-packetLen(0x081f, -1) // ZC_BROADCAST4
+packetLen(0x081f, -1)
// Packet: 0x0820
-packetLen(0x0820, 11) // ZC_COSTUME_SPRITE_CHANGE
+packetLen(0x0820, 11)
// Packet: 0x0821
-packetLen(0x0821, 2) // AC_OTP_USER
+packetLen(0x0821, 2)
// Packet: 0x0822
-packetLen(0x0822, 9) // CA_OTP_AUTH_REQ
+packetLen(0x0822, 9)
// Packet: 0x0823
-packetLen(0x0823, -1) // AC_OTP_AUTH_ACK
+packetLen(0x0823, -1)
// Packet: 0x0824
-packetLen(0x0824, 6) // ZC_FAILED_TRADE_BUYING_STORE_TO_SELLER
+packetLen(0x0824, 6)
// Packet: 0x0825
-packetLen(0x0825, -1) // CA_SSO_LOGIN_REQ
+packetLen(0x0825, -1)
// Packet: 0x0827
-packetLen(0x0827, 6) // CH_DELETE_CHAR3_RESERVED
+packetLen(0x0827, 6)
// Packet: 0x0828
-packetLen(0x0828, 14) // HC_DELETE_CHAR3_RESERVED
+packetLen(0x0828, 14)
// Packet: 0x0829
-packetLen(0x0829, 12) // CH_DELETE_CHAR3
+packetLen(0x0829, 12)
// Packet: 0x082a
-packetLen(0x082a, 10) // HC_DELETE_CHAR3
+packetLen(0x082a, 10)
// Packet: 0x082b
-packetLen(0x082b, 6) // CH_DELETE_CHAR3_CANCEL
+packetLen(0x082b, 6)
// Packet: 0x082c
-packetLen(0x082c, 10) // HC_DELETE_CHAR3_CANCEL
+packetLen(0x082c, 10)
// Packet: 0x082d
-packetLen(0x082d, -1) // HC_ACCEPT_ENTER2
+packetLen(0x082d, -1)
// Packet: 0x0835
#if PACKETVER >= 20171227
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20171220
-packetLen(0x0835, -1) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, -1)
#elif PACKETVER >= 20171214
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20171206
-packetLen(0x0835, 6) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 6)
#elif PACKETVER >= 20171115
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20171018
-packetLen(0x0835, -1) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, -1)
#endif
// Packet: 0x0836
-packetLen(0x0836, -1) // ZC_SEARCH_STORE_INFO_ACK
+packetLen(0x0836, -1)
// Packet: 0x0837
-packetLen(0x0837, 3) // ZC_SEARCH_STORE_INFO_FAILED
+packetLen(0x0837, 3)
// Packet: 0x0838
#if PACKETVER >= 20171227
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20171220
-packetLen(0x0838, 6) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 6)
#elif PACKETVER >= 20171206
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20171204
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20171130
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20171115
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20171018
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#endif
// Packet: 0x0839
-packetLen(0x0839, 66) // ZC_ACK_BAN_GUILD_SSO
+packetLen(0x0839, 66)
// Packet: 0x083a
-packetLen(0x083a, 5) // ZC_OPEN_SEARCH_STORE_INFO
+packetLen(0x083a, 5)
// Packet: 0x083b
-packetLen(0x083b, 2) // CZ_CLOSE_SEARCH_STORE_INFO
+packetLen(0x083b, 2)
// Packet: 0x083c
#if PACKETVER >= 20171214
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20171206
-packetLen(0x083c, 8) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 8)
#elif PACKETVER >= 20171204
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20171130
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20171115
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20171018
-packetLen(0x083c, 12) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 12)
#endif
// Packet: 0x083d
-packetLen(0x083d, 6) // ZC_SSILIST_ITEM_CLICK_ACK
+packetLen(0x083d, 6)
// Packet: 0x083e
-packetLen(0x083e, 26) // AC_REFUSE_LOGIN2
+packetLen(0x083e, 26)
// Packet: 0x0840
-packetLen(0x0840, -1) // HC_NOTIFY_ACCESSIBLE_MAPNAME
+packetLen(0x0840, -1)
// Packet: 0x0841
-packetLen(0x0841, 4) // CH_SELECT_ACCESSIBLE_MAPNAME
+packetLen(0x0841, 4)
// Packet: 0x0842
-packetLen(0x0842, 6) // CZ_RECALL_SSO
+packetLen(0x0842, 6)
// Packet: 0x0843
-packetLen(0x0843, 6) // CZ_REMOVE_AID_SSO
+packetLen(0x0843, 6)
// Packet: 0x0844
-packetLen(0x0844, 2) // CZ_SE_CASHSHOP_OPEN
+packetLen(0x0844, 2)
// Packet: 0x0845
-packetLen(0x0845, 10) // ZC_SE_CASHSHOP_OPEN
+packetLen(0x0845, 10)
// Packet: 0x0846
-packetLen(0x0846, 4) // CZ_REQ_SE_CASH_TAB_CODE
+packetLen(0x0846, 4)
// Packet: 0x0847
-packetLen(0x0847, -1) // ZC_ACK_SE_CASH_ITEM_LIST
+packetLen(0x0847, -1)
// Packet: 0x0848
-packetLen(0x0848, -1) // CZ_SE_PC_BUY_CASHITEM_LIST
+packetLen(0x0848, -1)
// Packet: 0x0849
-packetLen(0x0849, 16) // ZC_SE_PC_BUY_CASHITEM_RESULT
+packetLen(0x0849, 16)
// Packet: 0x084a
-packetLen(0x084a, 2) // CZ_SE_CASHSHOP_CLOSE
+packetLen(0x084a, 2)
// Packet: 0x084b
-packetLen(0x084b, 19) // ZC_ITEM_FALL_ENTRY4
+packetLen(0x084b, 19)
// Packet: 0x084c
-packetLen(0x084c, 10) // CZ_MACRO_USE_SKILL
+packetLen(0x084c, 10)
// Packet: 0x084d
-packetLen(0x084d, 10) // CZ_MACRO_USE_SKILL_TOGROUND
+packetLen(0x084d, 10)
// Packet: 0x084e
-packetLen(0x084e, 5) // CZ_MACRO_REQUEST_MOVE
+packetLen(0x084e, 5)
// Packet: 0x084f
-packetLen(0x084f, 6) // CZ_MACRO_ITEM_PICKUP
+packetLen(0x084f, 6)
// Packet: 0x0850
-packetLen(0x0850, 7) // CZ_MACRO_REQUEST_ACT
+packetLen(0x0850, 7)
// Packet: 0x0851
-packetLen(0x0851, -1) // ZC_GPK_DYNCODE
+packetLen(0x0851, -1)
// Packet: 0x0852
-packetLen(0x0852, 2) // CZ_GPK_DYNCODE_RELOAD
+packetLen(0x0852, 2)
// Packet: 0x0853
-packetLen(0x0853, -1) // ZC_GPK_AUTH
+packetLen(0x0853, -1)
// Packet: 0x0854
-packetLen(0x0854, -1) // CZ_GPK_AUTH
+packetLen(0x0854, -1)
// Packet: 0x0855
-packetLen(0x0855, 6) // ZC_MACRO_ITEMPICKUP_FAIL
+packetLen(0x0855, 6)
// Packet: 0x0856
-packetLen(0x0856, -1) // ZC_NOTIFY_MOVEENTRY8
+packetLen(0x0856, -1)
// Packet: 0x0857
-packetLen(0x0857, -1) // ZC_NOTIFY_STANDENTRY7
+packetLen(0x0857, -1)
// Packet: 0x0858
-packetLen(0x0858, -1) // ZC_NOTIFY_NEWENTRY6
+packetLen(0x0858, -1)
// Packet: 0x0859
-packetLen(0x0859, -1) // ZC_EQUIPWIN_MICROSCOPE2
+packetLen(0x0859, -1)
// Packet: 0x085a
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
// Packet: 0x085b
#if PACKETVER >= 20171220
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
#elif PACKETVER >= 20171214
-packetLen(0x085b, 36) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 36)
#elif PACKETVER >= 20171206
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
#elif PACKETVER >= 20171204
-packetLen(0x085b, 8) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 8)
#elif PACKETVER >= 20171018
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
#endif
// Packet: 0x085c
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
// Packet: 0x085d
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
// Packet: 0x085e
#if PACKETVER >= 20171220
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#elif PACKETVER >= 20171214
-packetLen(0x085e, 18) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 18)
#elif PACKETVER >= 20171018
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
#endif
// Packet: 0x085f
#if PACKETVER >= 20171227
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#elif PACKETVER >= 20171220
-packetLen(0x085f, -1) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, -1)
#elif PACKETVER >= 20171127
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#elif PACKETVER >= 20171123
-packetLen(0x085f, 6) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 6)
#elif PACKETVER >= 20171018
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#endif
// Packet: 0x0860
#if PACKETVER >= 20171227
-packetLen(0x0860, 5) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 5)
#elif PACKETVER >= 20171214
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#elif PACKETVER >= 20171206
-packetLen(0x0860, 4) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 4)
#elif PACKETVER >= 20171127
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#elif PACKETVER >= 20171123
-packetLen(0x0860, 19) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 19)
#elif PACKETVER >= 20171121
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#elif PACKETVER >= 20171115
-packetLen(0x0860, 4) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 4)
#elif PACKETVER >= 20171018
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#endif
// Packet: 0x0861
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
// Packet: 0x0862
#if PACKETVER >= 20171220
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#elif PACKETVER >= 20171214
-packetLen(0x0862, 6) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 6)
#elif PACKETVER >= 20171206
-packetLen(0x0862, 5) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 5)
#elif PACKETVER >= 20171018
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#endif
// Packet: 0x0863
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
// Packet: 0x0864
#if PACKETVER >= 20171220
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#elif PACKETVER >= 20171214
-packetLen(0x0864, 8) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 8)
#elif PACKETVER >= 20171206
-packetLen(0x0864, 5) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 5)
#elif PACKETVER >= 20171204
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#elif PACKETVER >= 20171130
-packetLen(0x0864, 6) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 6)
#elif PACKETVER >= 20171018
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#endif
// Packet: 0x0865
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
// Packet: 0x0866
#if PACKETVER >= 20171123
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
#elif PACKETVER >= 20171121
-packetLen(0x0866, 8) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 8)
#elif PACKETVER >= 20171018
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
#endif
// Packet: 0x0867
#if PACKETVER >= 20171227
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#elif PACKETVER >= 20171220
-packetLen(0x0867, 6) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 6)
#elif PACKETVER >= 20171018
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#endif
// Packet: 0x0868
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
// Packet: 0x0869
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
// Packet: 0x086a
#if PACKETVER >= 20171220
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#elif PACKETVER >= 20171214
-packetLen(0x086a, 5) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 5)
#elif PACKETVER >= 20171018
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#endif
// Packet: 0x086b
-packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 2)
// Packet: 0x086c
#if PACKETVER >= 20171227
-packetLen(0x086c, 7) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 7)
#elif PACKETVER >= 20171220
-packetLen(0x086c, 6) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 6)
#elif PACKETVER >= 20171018
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#endif
// Packet: 0x086d
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
// Packet: 0x086e
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
// Packet: 0x086f
#if PACKETVER >= 20171206
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#elif PACKETVER >= 20171204
-packetLen(0x086f, 19) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 19)
#elif PACKETVER >= 20171130
-packetLen(0x086f, 12) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 12)
#elif PACKETVER >= 20171018
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#endif
// Packet: 0x0870
#if PACKETVER >= 20171214
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#elif PACKETVER >= 20171206
-packetLen(0x0870, 8) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 8)
#elif PACKETVER >= 20171018
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#endif
// Packet: 0x0871
#if PACKETVER >= 20171227
-packetLen(0x0871, 6) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 6)
#elif PACKETVER >= 20171220
-packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 2)
#elif PACKETVER >= 20171214
-packetLen(0x0871, 19) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 19)
#elif PACKETVER >= 20171018
-packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 2)
#endif
// Packet: 0x0872
@@ -2899,1955 +2899,1955 @@ packetLen(0x0872, 2)
// Packet: 0x0873
#if PACKETVER >= 20171220
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#elif PACKETVER >= 20171214
-packetLen(0x0873, -1) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, -1)
#elif PACKETVER >= 20171018
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
#endif
// Packet: 0x0874
#if PACKETVER >= 20171227
-packetLen(0x0874, 19) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 19)
#elif PACKETVER >= 20171018
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#endif
// Packet: 0x0875
#if PACKETVER >= 20171204
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20171130
-packetLen(0x0875, 6) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 6)
#elif PACKETVER >= 20171018
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#endif
// Packet: 0x0876
#if PACKETVER >= 20171227
-packetLen(0x0876, 10) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 10)
#elif PACKETVER >= 20171127
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
#elif PACKETVER >= 20171123
-packetLen(0x0876, 4) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 4)
#elif PACKETVER >= 20171018
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
#endif
// Packet: 0x0877
#if PACKETVER >= 20171227
-packetLen(0x0877, 8) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 8)
#elif PACKETVER >= 20171018
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#endif
// Packet: 0x0878
#if PACKETVER >= 20171227
-packetLen(0x0878, 6) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 6)
#elif PACKETVER >= 20171214
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#elif PACKETVER >= 20171206
-packetLen(0x0878, 10) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 10)
#elif PACKETVER >= 20171204
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#elif PACKETVER >= 20171130
-packetLen(0x0878, -1) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, -1)
#elif PACKETVER >= 20171018
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#endif
// Packet: 0x0879
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
// Packet: 0x087a
#if PACKETVER >= 20171227
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
#elif PACKETVER >= 20171220
-packetLen(0x087a, 12) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 12)
#elif PACKETVER >= 20171214
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
#elif PACKETVER >= 20171206
-packetLen(0x087a, 18) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 18)
#elif PACKETVER >= 20171018
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
#endif
// Packet: 0x087b
#if PACKETVER >= 20171227
-packetLen(0x087b, 8) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 8)
#elif PACKETVER >= 20171214
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#elif PACKETVER >= 20171206
-packetLen(0x087b, -1) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, -1)
#elif PACKETVER >= 20171018
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#endif
// Packet: 0x087c
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
// Packet: 0x087d
#if PACKETVER >= 20171206
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#elif PACKETVER >= 20171204
-packetLen(0x087d, -1) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, -1)
#elif PACKETVER >= 20171018
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#endif
// Packet: 0x087e
#if PACKETVER >= 20171227
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#elif PACKETVER >= 20171220
-packetLen(0x087e, 4) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 4)
#elif PACKETVER >= 20171018
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#endif
// Packet: 0x087f
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
// Packet: 0x0880
-packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 2)
// Packet: 0x0881
#if PACKETVER >= 20171204
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#elif PACKETVER >= 20171130
-packetLen(0x0881, 10) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 10)
#elif PACKETVER >= 20171121
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#elif PACKETVER >= 20171115
-packetLen(0x0881, 19) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 19)
#elif PACKETVER >= 20171018
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#endif
// Packet: 0x0882
#if PACKETVER >= 20171127
-packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 2)
#elif PACKETVER >= 20171123
-packetLen(0x0882, -1) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, -1)
#elif PACKETVER >= 20171018
-packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 2)
#endif
// Packet: 0x0883
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
// Packet: 0x0884
#if PACKETVER >= 20171204
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#elif PACKETVER >= 20171130
-packetLen(0x0884, 6) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 6)
#elif PACKETVER >= 20171018
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
#endif
// Packet: 0x0885
#if PACKETVER >= 20171227
-packetLen(0x0885, 8) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 8)
#elif PACKETVER >= 20171214
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#elif PACKETVER >= 20171206
-packetLen(0x0885, 6) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 6)
#elif PACKETVER >= 20171204
-packetLen(0x0885, 90) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 90)
#elif PACKETVER >= 20171018
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
#endif
// Packet: 0x0886
#if PACKETVER >= 20171220
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20171214
-packetLen(0x0886, 6) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 6)
#elif PACKETVER >= 20171018
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#endif
// Packet: 0x0887
#if PACKETVER >= 20171206
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20171204
-packetLen(0x0887, 5) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 5)
#elif PACKETVER >= 20171130
-packetLen(0x0887, 36) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 36)
#elif PACKETVER >= 20171018
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#endif
// Packet: 0x0888
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
// Packet: 0x0889
#if PACKETVER >= 20171227
-packetLen(0x0889, -1) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, -1)
#elif PACKETVER >= 20171123
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20171121
-packetLen(0x0889, 8) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 8)
#elif PACKETVER >= 20171018
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#endif
// Packet: 0x088a
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
// Packet: 0x088b
#if PACKETVER >= 20171220
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20171214
-packetLen(0x088b, 4) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 4)
#elif PACKETVER >= 20171204
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#elif PACKETVER >= 20171130
-packetLen(0x088b, 8) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 8)
#elif PACKETVER >= 20171018
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
#endif
// Packet: 0x088c
#if PACKETVER >= 20171220
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20171214
-packetLen(0x088c, 8) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 8)
#elif PACKETVER >= 20171127
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20171123
-packetLen(0x088c, 26) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 26)
#elif PACKETVER >= 20171018
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#endif
// Packet: 0x088d
#if PACKETVER >= 20171214
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20171206
-packetLen(0x088d, 26) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 26)
#elif PACKETVER >= 20171018
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#endif
// Packet: 0x088e
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
// Packet: 0x088f
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
// Packet: 0x0890
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
// Packet: 0x0891
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
// Packet: 0x0892
#if PACKETVER >= 20171220
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20171214
-packetLen(0x0892, 10) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 10)
#elif PACKETVER >= 20171206
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20171204
-packetLen(0x0892, 4) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 4)
#elif PACKETVER >= 20171123
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20171121
-packetLen(0x0892, 18) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 18)
#elif PACKETVER >= 20171018
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#endif
// Packet: 0x0893
#if PACKETVER >= 20171214
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20171206
-packetLen(0x0893, 26) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 26)
#elif PACKETVER >= 20171130
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20171127
-packetLen(0x0893, 36) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 36)
#elif PACKETVER >= 20171018
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#endif
// Packet: 0x0894
#if PACKETVER >= 20171227
-packetLen(0x0894, 18) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 18)
#elif PACKETVER >= 20171220
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20171214
-packetLen(0x0894, 6) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 6)
#elif PACKETVER >= 20171204
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#elif PACKETVER >= 20171130
-packetLen(0x0894, 5) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 5)
#elif PACKETVER >= 20171018
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
#endif
// Packet: 0x0895
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
// Packet: 0x0896
#if PACKETVER >= 20171206
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#elif PACKETVER >= 20171204
-packetLen(0x0896, 36) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 36)
#elif PACKETVER >= 20171127
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#elif PACKETVER >= 20171123
-packetLen(0x0896, 5) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 5)
#elif PACKETVER >= 20171018
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#endif
// Packet: 0x0897
#if PACKETVER >= 20171220
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20171214
-packetLen(0x0897, -1) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, -1)
#elif PACKETVER >= 20171206
-packetLen(0x0897, 5) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 5)
#elif PACKETVER >= 20171018
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#endif
// Packet: 0x0898
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
// Packet: 0x0899
#if PACKETVER >= 20171227
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20171220
-packetLen(0x0899, 5) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 5)
#elif PACKETVER >= 20171204
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20171130
-packetLen(0x0899, 8) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 8)
#elif PACKETVER >= 20171018
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#endif
// Packet: 0x089a
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
// Packet: 0x089b
#if PACKETVER >= 20171227
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20171220
-packetLen(0x089b, 8) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 8)
#elif PACKETVER >= 20171018
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#endif
// Packet: 0x089c
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
// Packet: 0x089d
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
// Packet: 0x089e
#if PACKETVER >= 20171214
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20171206
-packetLen(0x089e, 12) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 12)
#elif PACKETVER >= 20171127
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20171123
-packetLen(0x089e, 18) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 18)
#elif PACKETVER >= 20171121
-packetLen(0x089e, 5) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 5)
#elif PACKETVER >= 20171018
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#endif
// Packet: 0x089f
#if PACKETVER >= 20171227
-packetLen(0x089f, 6) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 6)
#elif PACKETVER >= 20171018
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#endif
// Packet: 0x08a0
#if PACKETVER >= 20171204
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#elif PACKETVER >= 20171130
-packetLen(0x08a0, 5) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 5)
#elif PACKETVER >= 20171018
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
#endif
// Packet: 0x08a1
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
// Packet: 0x08a2
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
// Packet: 0x08a3
#if PACKETVER >= 20171227
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#elif PACKETVER >= 20171220
-packetLen(0x08a3, -1) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, -1)
#elif PACKETVER >= 20171214
-packetLen(0x08a3, 26) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 26)
#elif PACKETVER >= 20171018
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#endif
// Packet: 0x08a4
#if PACKETVER >= 20171214
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#elif PACKETVER >= 20171206
-packetLen(0x08a4, -1) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, -1)
#elif PACKETVER >= 20171018
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
#endif
// Packet: 0x08a5
#if PACKETVER >= 20171227
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20171220
-packetLen(0x08a5, 6) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 6)
#elif PACKETVER >= 20171214
-packetLen(0x08a5, 90) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 90)
#elif PACKETVER >= 20171018
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#endif
// Packet: 0x08a6
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
// Packet: 0x08a7
#if PACKETVER >= 20171204
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#elif PACKETVER >= 20171130
-packetLen(0x08a7, -1) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, -1)
#elif PACKETVER >= 20171018
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
#endif
// Packet: 0x08a8
#if PACKETVER >= 20171127
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#elif PACKETVER >= 20171123
-packetLen(0x08a8, 26) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 26)
#elif PACKETVER >= 20171018
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
#endif
// Packet: 0x08a9
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
// Packet: 0x08aa
#if PACKETVER >= 20171206
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20171204
-packetLen(0x08aa, 26) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 26)
#elif PACKETVER >= 20171018
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#endif
// Packet: 0x08ab
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
// Packet: 0x08ac
#if PACKETVER >= 20171214
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20171206
-packetLen(0x08ac, 7) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 7)
#elif PACKETVER >= 20171018
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#endif
// Packet: 0x08ad
#if PACKETVER >= 20171227
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20171220
-packetLen(0x08ad, 19) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 19)
#elif PACKETVER >= 20171123
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20171121
-packetLen(0x08ad, 26) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 26)
#elif PACKETVER >= 20171018
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#endif
// Packet: 0x08af
-packetLen(0x08af, 10) // HC_WAITING_LOGIN
+packetLen(0x08af, 10)
// Packet: 0x08b0
-packetLen(0x08b0, 17) // CH_WAITING_LOGIN
+packetLen(0x08b0, 17)
// Packet: 0x08b1
-packetLen(0x08b1, -1) // ZC_MCSTORE_NOTMOVEITEM_LIST
+packetLen(0x08b1, -1)
// Packet: 0x08b2
-packetLen(0x08b2, -1) // AC_REALNAME_AUTH
+packetLen(0x08b2, -1)
// Packet: 0x08b3
-packetLen(0x08b3, -1) // ZC_SHOWSCRIPT
+packetLen(0x08b3, -1)
// Packet: 0x08b4
-packetLen(0x08b4, 2) // ZC_START_COLLECTION
+packetLen(0x08b4, 2)
// Packet: 0x08b5
-packetLen(0x08b5, 6) // CZ_TRYCOLLECTION
+packetLen(0x08b5, 6)
// Packet: 0x08b6
-packetLen(0x08b6, 3) // ZC_TRYCOLLECTION
+packetLen(0x08b6, 3)
// Packet: 0x08b8
-packetLen(0x08b8, 10) // CH_SECOND_PASSWD_ACK
+packetLen(0x08b8, 10)
// Packet: 0x08b9
-packetLen(0x08b9, 12) // HC_SECOND_PASSWD_LOGIN
+packetLen(0x08b9, 12)
// Packet: 0x08ba
-packetLen(0x08ba, 10) // CH_MAKE_SECOND_PASSWD
+packetLen(0x08ba, 10)
// Packet: 0x08bb
-packetLen(0x08bb, 8) // HC_MAKE_SECOND_PASSWD
+packetLen(0x08bb, 8)
// Packet: 0x08bc
-packetLen(0x08bc, 10) // CH_DELETE_SECOND_PASSWD
+packetLen(0x08bc, 10)
// Packet: 0x08bd
-packetLen(0x08bd, 8) // HC_DELETE_SECOND_PASSWD
+packetLen(0x08bd, 8)
// Packet: 0x08be
-packetLen(0x08be, 14) // CH_EDIT_SECOND_PASSWD
+packetLen(0x08be, 14)
// Packet: 0x08bf
-packetLen(0x08bf, 8) // HC_EDIT_SECOND_PASSWD
+packetLen(0x08bf, 8)
// Packet: 0x08c0
-packetLen(0x08c0, -1) // ZC_ACK_SE_CASH_ITEM_LIST2
+packetLen(0x08c0, -1)
// Packet: 0x08c1
-packetLen(0x08c1, 2) // CZ_MACRO_START
+packetLen(0x08c1, 2)
// Packet: 0x08c2
-packetLen(0x08c2, 2) // CZ_MACRO_STOP
+packetLen(0x08c2, 2)
// Packet: 0x08c3
-packetLen(0x08c3, 10) // CH_NOT_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c3, 10)
// Packet: 0x08c4
-packetLen(0x08c4, 8) // HC_NOT_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c4, 8)
// Packet: 0x08c5
-packetLen(0x08c5, 6) // CH_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c5, 6)
// Packet: 0x08c6
-packetLen(0x08c6, 4) // HC_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c6, 4)
// Packet: 0x08c7
-packetLen(0x08c7, -1) // ZC_SKILL_ENTRY3
+packetLen(0x08c7, -1)
// Packet: 0x08c8
-packetLen(0x08c8, 34) // ZC_NOTIFY_ACT3
+packetLen(0x08c8, 34)
// Packet: 0x08c9
-packetLen(0x08c9, 2) // CZ_REQ_SCHEDULER_CASHITEM
+packetLen(0x08c9, 2)
// Packet: 0x08ca
-packetLen(0x08ca, -1) // ZC_ACK_SCHEDULER_CASHITEM
+packetLen(0x08ca, -1)
// Packet: 0x08cb
-packetLen(0x08cb, -1) // ZC_PERSONAL_INFOMATION
+packetLen(0x08cb, -1)
// Packet: 0x08cc
-packetLen(0x08cc, 109) // CA_LOGIN5
+packetLen(0x08cc, 109)
// Packet: 0x08cd
-packetLen(0x08cd, 10) // ZC_STOPMOVE_FORCE
+packetLen(0x08cd, 10)
// Packet: 0x08ce
-packetLen(0x08ce, 2) // ZC_FAILED_GET_ITEM_FROM_ZONEDA
+packetLen(0x08ce, 2)
// Packet: 0x08cf
-packetLen(0x08cf, 10) // ZC_SPIRITS_ATTRIBUTE
+packetLen(0x08cf, 10)
// Packet: 0x08d0
-packetLen(0x08d0, 9) // ZC_REQ_WEAR_EQUIP_ACK2
+packetLen(0x08d0, 9)
// Packet: 0x08d1
-packetLen(0x08d1, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK2
+packetLen(0x08d1, 7)
// Packet: 0x08d2
-packetLen(0x08d2, 10) // ZC_FASTMOVE
+packetLen(0x08d2, 10)
// Packet: 0x08d3
-packetLen(0x08d3, 10) // ZC_SE_CASHSHOP_UPDATE
+packetLen(0x08d3, 10)
// Packet: 0x08d4
-packetLen(0x08d4, 8) // CH_REQ_CHANGE_CHARACTER_SLOT
+packetLen(0x08d4, 8)
// Packet: 0x08d5
-packetLen(0x08d5, -1) // HC_ACK_CHANGE_CHARACTER_SLOT
+packetLen(0x08d5, -1)
// Packet: 0x08d6
-packetLen(0x08d6, 6) // ZC_CLEAR_DIALOG
+packetLen(0x08d6, 6)
// Packet: 0x08d7
-packetLen(0x08d7, 28) // CZ_REQ_ENTRY_QUEUE_APPLY
+packetLen(0x08d7, 28)
// Packet: 0x08d8
-packetLen(0x08d8, 27) // ZC_ACK_ENTRY_QUEUE_APPLY
+packetLen(0x08d8, 27)
// Packet: 0x08d9
-packetLen(0x08d9, 30) // ZC_NOTIFY_ENTRY_QUEUE_APPLY
+packetLen(0x08d9, 30)
// Packet: 0x08da
-packetLen(0x08da, 26) // CZ_REQ_ENTRY_QUEUE_CANCEL
+packetLen(0x08da, 26)
// Packet: 0x08db
-packetLen(0x08db, 27) // ZC_ACK_ENTRY_QUEUE_CANCEL
+packetLen(0x08db, 27)
// Packet: 0x08dc
-packetLen(0x08dc, 26) // ZC_NOTIFY_ENTRY_QUEUE_ADMISSION
+packetLen(0x08dc, 26)
// Packet: 0x08dd
-packetLen(0x08dd, 27) // CZ_REPLY_ENTRY_QUEUE_ADMISSION
+packetLen(0x08dd, 27)
// Packet: 0x08de
-packetLen(0x08de, 27) // ZC_REPLY_ACK_ENTRY_QUEUE_ADMISSION
+packetLen(0x08de, 27)
// Packet: 0x08df
-packetLen(0x08df, 50) // ZC_NOTIFY_LOBBY_ADMISSION
+packetLen(0x08df, 50)
// Packet: 0x08e0
-packetLen(0x08e0, 51) // CZ_REPLY_LOBBY_ADMISSION
+packetLen(0x08e0, 51)
// Packet: 0x08e1
-packetLen(0x08e1, 51) // ZC_REPLY_ACK_LOBBY_ADMISSION
+packetLen(0x08e1, 51)
// Packet: 0x08e2
-packetLen(0x08e2, 27) // ZC_NAVIGATION_ACTIVE
+packetLen(0x08e2, 27)
// Packet: 0x08e3
-packetLen(0x08e3, 157) // HC_UPDATE_CHARINFO
+packetLen(0x08e3, 157)
// Packet: 0x08e4
-packetLen(0x08e4, 6) // AC_SHUTDOWN_INFO
+packetLen(0x08e4, 6)
// Packet: 0x08fc
-packetLen(0x08fc, 30) // CH_REQ_CHANGE_CHARACTERNAME
+packetLen(0x08fc, 30)
// Packet: 0x08fd
-packetLen(0x08fd, 6) // CH_ACK_CHANGE_CHARACTERNAME
+packetLen(0x08fd, 6)
// Packet: 0x08fe
-packetLen(0x08fe, -1) // ZC_HUNTING_QUEST_INFO
+packetLen(0x08fe, -1)
// Packet: 0x08ff
-packetLen(0x08ff, 24) // ZC_EFST_SET_ENTER
+packetLen(0x08ff, 24)
// Packet: 0x0900
-packetLen(0x0900, -1) // ZC_INVENTORY_ITEMLIST_NORMAL
+packetLen(0x0900, -1)
// Packet: 0x0901
-packetLen(0x0901, -1) // ZC_INVENTORY_ITEMLIST_EQUIP
+packetLen(0x0901, -1)
// Packet: 0x0902
-packetLen(0x0902, -1) // ZC_CART_ITEMLIST_NORMAL
+packetLen(0x0902, -1)
// Packet: 0x0903
-packetLen(0x0903, -1) // ZC_CART_ITEMLIST_EQUIP
+packetLen(0x0903, -1)
// Packet: 0x0904
-packetLen(0x0904, -1) // ZC_STORE_ITEMLIST_NORMAL
+packetLen(0x0904, -1)
// Packet: 0x0905
-packetLen(0x0905, -1) // ZC_STORE_ITEMLIST_EQUIP
+packetLen(0x0905, -1)
// Packet: 0x0906
-packetLen(0x0906, -1) // ZC_MICROSCOPE
+packetLen(0x0906, -1)
// Packet: 0x0907
-packetLen(0x0907, 5) // CZ_INVENTORY_TAB
+packetLen(0x0907, 5)
// Packet: 0x0908
-packetLen(0x0908, 5) // ZC_INVENTORY_TAB
+packetLen(0x0908, 5)
// Packet: 0x090a
-packetLen(0x090a, 26) // CZ_REQ_ENTRY_QUEUE_RANKING
+packetLen(0x090a, 26)
// Packet: 0x090d
-packetLen(0x090d, -1) // ZC_PREMIUM_CAMPAIGN_INFO
+packetLen(0x090d, -1)
// Packet: 0x090e
-packetLen(0x090e, 2) // ZC_ENTRY_QUEUE_INIT
+packetLen(0x090e, 2)
// Packet: 0x090f
-packetLen(0x090f, -1) // ZC_NOTIFY_NEWENTRY7
+packetLen(0x090f, -1)
// Packet: 0x0910
-packetLen(0x0910, 10) // CZ_REQ_PARTY_NAME
+packetLen(0x0910, 10)
// Packet: 0x0911
-packetLen(0x0911, 30) // ZC_ACK_PARTY_NAME
+packetLen(0x0911, 30)
// Packet: 0x0912
-packetLen(0x0912, 10) // CZ_REQ_GUILD_NAME
+packetLen(0x0912, 10)
// Packet: 0x0913
-packetLen(0x0913, 30) // ZC_ACK_GUILD_NAME
+packetLen(0x0913, 30)
// Packet: 0x0914
-packetLen(0x0914, -1) // ZC_NOTIFY_MOVEENTRY9
+packetLen(0x0914, -1)
// Packet: 0x0915
-packetLen(0x0915, -1) // ZC_NOTIFY_STANDENTRY8
+packetLen(0x0915, -1)
// Packet: 0x0916
-packetLen(0x0916, 26) // CZ_REQ_JOIN_GUILD2
+packetLen(0x0916, 26)
// Packet: 0x0917
#if PACKETVER >= 20171206
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
#elif PACKETVER >= 20171204
-packetLen(0x0917, 8) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 8)
#elif PACKETVER >= 20171018
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
#endif
// Packet: 0x0918
#if PACKETVER >= 20171123
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
#elif PACKETVER >= 20171121
-packetLen(0x0918, 6) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 6)
#elif PACKETVER >= 20171018
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
#endif
// Packet: 0x0919
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
// Packet: 0x091a
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
// Packet: 0x091b
#if PACKETVER >= 20171206
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#elif PACKETVER >= 20171204
-packetLen(0x091b, 26) // ZC_PRNPC_STATE
+packetLen(0x091b, 26)
#elif PACKETVER >= 20171018
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#endif
// Packet: 0x091c
#if PACKETVER >= 20171227
-packetLen(0x091c, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 6)
#elif PACKETVER >= 20171121
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
#elif PACKETVER >= 20171115
-packetLen(0x091c, 5) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 5)
#elif PACKETVER >= 20171018
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
#endif
// Packet: 0x091d
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
// Packet: 0x091e
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
// Packet: 0x091f
#if PACKETVER >= 20171227
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
#elif PACKETVER >= 20171220
-packetLen(0x091f, -1) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, -1)
#elif PACKETVER >= 20171123
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
#elif PACKETVER >= 20171121
-packetLen(0x091f, 19) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 19)
#elif PACKETVER >= 20171018
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
#endif
// Packet: 0x0920
#if PACKETVER >= 20171227
-packetLen(0x0920, -1) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, -1)
#elif PACKETVER >= 20171214
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#elif PACKETVER >= 20171206
-packetLen(0x0920, 19) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 19)
#elif PACKETVER >= 20171018
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#endif
// Packet: 0x0921
#if PACKETVER >= 20171227
-packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 2)
#elif PACKETVER >= 20171220
-packetLen(0x0921, 5) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 5)
#elif PACKETVER >= 20171206
-packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 2)
#elif PACKETVER >= 20171204
-packetLen(0x0921, 18) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 18)
#elif PACKETVER >= 20171018
-packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 2)
#endif
// Packet: 0x0922
#if PACKETVER >= 20171121
-packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 2)
#elif PACKETVER >= 20171115
-packetLen(0x0922, 36) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 36)
#elif PACKETVER >= 20171018
-packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 2)
#endif
// Packet: 0x0923
-packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 2)
// Packet: 0x0924
#if PACKETVER >= 20171206
-packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 2)
#elif PACKETVER >= 20171204
-packetLen(0x0924, 5) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 5)
#elif PACKETVER >= 20171018
-packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 2)
#endif
// Packet: 0x0925
#if PACKETVER >= 20171227
-packetLen(0x0925, 4) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 4)
#elif PACKETVER >= 20171204
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
#elif PACKETVER >= 20171130
-packetLen(0x0925, -1) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, -1)
#elif PACKETVER >= 20171018
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
#endif
// Packet: 0x0926
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
// Packet: 0x0927
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
// Packet: 0x0928
#if PACKETVER >= 20171204
-packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 2)
#elif PACKETVER >= 20171130
-packetLen(0x0928, 4) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 4)
#elif PACKETVER >= 20171123
-packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 2)
#elif PACKETVER >= 20171121
-packetLen(0x0928, 26) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 26)
#elif PACKETVER >= 20171018
-packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 2)
#endif
// Packet: 0x0929
-packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 2)
// Packet: 0x092a
-packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 2)
// Packet: 0x092b
#if PACKETVER >= 20171127
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
#elif PACKETVER >= 20171123
-packetLen(0x092b, 8) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 8)
#elif PACKETVER >= 20171018
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
#endif
// Packet: 0x092c
-packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 2)
// Packet: 0x092d
#if PACKETVER >= 20171227
-packetLen(0x092d, 12) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 12)
#elif PACKETVER >= 20171220
-packetLen(0x092d, 18) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 18)
#elif PACKETVER >= 20171018
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#endif
// Packet: 0x092e
#if PACKETVER >= 20171227
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#elif PACKETVER >= 20171220
-packetLen(0x092e, 26) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 26)
#elif PACKETVER >= 20171018
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#endif
// Packet: 0x092f
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
// Packet: 0x0930
#if PACKETVER >= 20171227
-packetLen(0x0930, 36) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 36)
#elif PACKETVER >= 20171204
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#elif PACKETVER >= 20171130
-packetLen(0x0930, 19) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 19)
#elif PACKETVER >= 20171127
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#elif PACKETVER >= 20171123
-packetLen(0x0930, 6) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 6)
#elif PACKETVER >= 20171018
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#endif
// Packet: 0x0931
#if PACKETVER >= 20171204
-packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 2)
#elif PACKETVER >= 20171130
-packetLen(0x0931, 26) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 26)
#elif PACKETVER >= 20171018
-packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 2)
#endif
// Packet: 0x0932
#if PACKETVER >= 20171227
-packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 2)
#elif PACKETVER >= 20171220
-packetLen(0x0932, 26) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 26)
#elif PACKETVER >= 20171018
-packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 2)
#endif
// Packet: 0x0933
#if PACKETVER >= 20171220
-packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 2)
#elif PACKETVER >= 20171214
-packetLen(0x0933, 7) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 7)
#elif PACKETVER >= 20171018
-packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 2)
#endif
// Packet: 0x0934
#if PACKETVER >= 20171227
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#elif PACKETVER >= 20171220
-packetLen(0x0934, 8) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 8)
#elif PACKETVER >= 20171018
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
#endif
// Packet: 0x0935
#if PACKETVER >= 20171204
-packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 2)
#elif PACKETVER >= 20171130
-packetLen(0x0935, 8) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 8)
#elif PACKETVER >= 20171127
-packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 2)
#elif PACKETVER >= 20171123
-packetLen(0x0935, 8) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 8)
#elif PACKETVER >= 20171018
-packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 2)
#endif
// Packet: 0x0936
#if PACKETVER >= 20171214
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
#elif PACKETVER >= 20171206
-packetLen(0x0936, 8) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 8)
#elif PACKETVER >= 20171018
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
#endif
// Packet: 0x0937
#if PACKETVER >= 20171227
-packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 2)
#elif PACKETVER >= 20171220
-packetLen(0x0937, 7) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 7)
#elif PACKETVER >= 20171206
-packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 2)
#elif PACKETVER >= 20171204
-packetLen(0x0937, 8) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 8)
#elif PACKETVER >= 20171018
-packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 2)
#endif
// Packet: 0x0938
-packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 2)
// Packet: 0x0939
#if PACKETVER >= 20171227
-packetLen(0x0939, 6) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 6)
#elif PACKETVER >= 20171018
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
#endif
// Packet: 0x093a
#if PACKETVER >= 20171214
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
#elif PACKETVER >= 20171206
-packetLen(0x093a, -1) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, -1)
#elif PACKETVER >= 20171204
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
#elif PACKETVER >= 20171130
-packetLen(0x093a, 7) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 7)
#elif PACKETVER >= 20171018
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
#endif
// Packet: 0x093b
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
// Packet: 0x093c
-packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 2)
// Packet: 0x093d
-packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 2)
// Packet: 0x093e
#if PACKETVER >= 20171227
-packetLen(0x093e, 6) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 6)
#elif PACKETVER >= 20171018
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#endif
// Packet: 0x093f
-packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 2)
// Packet: 0x0940
#if PACKETVER >= 20171214
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20171206
-packetLen(0x0940, 90) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 90)
#elif PACKETVER >= 20171018
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#endif
// Packet: 0x0941
#if PACKETVER >= 20171227
-packetLen(0x0941, 26) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 26)
#elif PACKETVER >= 20171214
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#elif PACKETVER >= 20171206
-packetLen(0x0941, 6) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 6)
#elif PACKETVER >= 20171018
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#endif
// Packet: 0x0942
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
// Packet: 0x0943
#if PACKETVER >= 20171123
-packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 2)
#elif PACKETVER >= 20171121
-packetLen(0x0943, 8) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 8)
#elif PACKETVER >= 20171018
-packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 2)
#endif
// Packet: 0x0944
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
// Packet: 0x0945
#if PACKETVER >= 20171227
-packetLen(0x0945, 26) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 26)
#elif PACKETVER >= 20171018
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#endif
// Packet: 0x0946
#if PACKETVER >= 20171227
-packetLen(0x0946, 5) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 5)
#elif PACKETVER >= 20171018
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#endif
// Packet: 0x0947
#if PACKETVER >= 20171204
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#elif PACKETVER >= 20171130
-packetLen(0x0947, -1) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, -1)
#elif PACKETVER >= 20171127
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#elif PACKETVER >= 20171123
-packetLen(0x0947, 36) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 36)
#elif PACKETVER >= 20171018
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#endif
// Packet: 0x0948
-packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 2)
// Packet: 0x0949
-packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 2)
// Packet: 0x094a
#if PACKETVER >= 20171220
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#elif PACKETVER >= 20171214
-packetLen(0x094a, 5) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 5)
#elif PACKETVER >= 20171018
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#endif
// Packet: 0x094b
#if PACKETVER >= 20171227
-packetLen(0x094b, -1) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, -1)
#elif PACKETVER >= 20171018
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
#endif
// Packet: 0x094c
#if PACKETVER >= 20171204
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
#elif PACKETVER >= 20171130
-packetLen(0x094c, 5) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 5)
#elif PACKETVER >= 20171018
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
#endif
// Packet: 0x094d
#if PACKETVER >= 20171227
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
#elif PACKETVER >= 20171220
-packetLen(0x094d, 10) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 10)
#elif PACKETVER >= 20171214
-packetLen(0x094d, 5) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 5)
#elif PACKETVER >= 20171018
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
#endif
// Packet: 0x094e
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
// Packet: 0x094f
#if PACKETVER >= 20171220
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#elif PACKETVER >= 20171214
-packetLen(0x094f, -1) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, -1)
#elif PACKETVER >= 20171204
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#elif PACKETVER >= 20171130
-packetLen(0x094f, 90) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 90)
#elif PACKETVER >= 20171018
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
#endif
// Packet: 0x0950
#if PACKETVER >= 20171123
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
#elif PACKETVER >= 20171121
-packetLen(0x0950, 4) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 4)
#elif PACKETVER >= 20171018
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
#endif
// Packet: 0x0951
#if PACKETVER >= 20171220
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#elif PACKETVER >= 20171214
-packetLen(0x0951, 26) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 26)
#elif PACKETVER >= 20171018
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#endif
// Packet: 0x0952
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
// Packet: 0x0953
-packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 2)
// Packet: 0x0954
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
// Packet: 0x0955
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
// Packet: 0x0956
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
// Packet: 0x0957
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
// Packet: 0x0958
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
// Packet: 0x0959
#if PACKETVER >= 20171214
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#elif PACKETVER >= 20171206
-packetLen(0x0959, 36) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 36)
#elif PACKETVER >= 20171121
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#elif PACKETVER >= 20171115
-packetLen(0x0959, 5) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 5)
#elif PACKETVER >= 20171018
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#endif
// Packet: 0x095a
#if PACKETVER >= 20171220
-packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 2)
#elif PACKETVER >= 20171214
-packetLen(0x095a, 8) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 8)
#elif PACKETVER >= 20171018
-packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 2)
#endif
// Packet: 0x095b
#if PACKETVER >= 20171227
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20171220
-packetLen(0x095b, 36) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 36)
#elif PACKETVER >= 20171214
-packetLen(0x095b, 12) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 12)
#elif PACKETVER >= 20171204
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20171130
-packetLen(0x095b, 6) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 6)
#elif PACKETVER >= 20171018
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#endif
// Packet: 0x095c
#if PACKETVER >= 20171214
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#elif PACKETVER >= 20171206
-packetLen(0x095c, -1) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, -1)
#elif PACKETVER >= 20171018
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#endif
// Packet: 0x095d
-packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 2)
// Packet: 0x095e
#if PACKETVER >= 20171227
-packetLen(0x095e, 5) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 5)
#elif PACKETVER >= 20171018
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
#endif
// Packet: 0x095f
#if PACKETVER >= 20171214
-packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 2)
#elif PACKETVER >= 20171206
-packetLen(0x095f, 6) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 6)
#elif PACKETVER >= 20171204
-packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 2)
#elif PACKETVER >= 20171130
-packetLen(0x095f, 26) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 26)
#elif PACKETVER >= 20171018
-packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 2)
#endif
// Packet: 0x0960
#if PACKETVER >= 20171220
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20171214
-packetLen(0x0960, 6) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 6)
#elif PACKETVER >= 20171206
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20171130
-packetLen(0x0960, 6) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 6)
#elif PACKETVER >= 20171127
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20171123
-packetLen(0x0960, 8) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 8)
#elif PACKETVER >= 20171018
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#endif
// Packet: 0x0961
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
// Packet: 0x0962
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
// Packet: 0x0963
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
// Packet: 0x0964
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
// Packet: 0x0965
#if PACKETVER >= 20171204
-packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 2)
#elif PACKETVER >= 20171130
-packetLen(0x0965, 10) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 10)
#elif PACKETVER >= 20171018
-packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 2)
#endif
// Packet: 0x0966
#if PACKETVER >= 20171121
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#elif PACKETVER >= 20171115
-packetLen(0x0966, 26) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 26)
#elif PACKETVER >= 20171018
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#endif
// Packet: 0x0967
#if PACKETVER >= 20171227
-packetLen(0x0967, 10) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 10)
#elif PACKETVER >= 20171018
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#endif
// Packet: 0x0968
#if PACKETVER >= 20171227
-packetLen(0x0968, -1) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, -1)
#elif PACKETVER >= 20171018
-packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 2)
#endif
// Packet: 0x0969
#if PACKETVER >= 20171220
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#elif PACKETVER >= 20171214
-packetLen(0x0969, -1) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, -1)
#elif PACKETVER >= 20171018
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#endif
// Packet: 0x096a
#if PACKETVER >= 20171227
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20171220
-packetLen(0x096a, 5) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 5)
#elif PACKETVER >= 20171214
-packetLen(0x096a, 10) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 10)
#elif PACKETVER >= 20171206
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20171204
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20171130
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20171115
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20171018
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#endif
// Packet: 0x096b
-packetLen(0x096b, 4) // ZC_PRNPC_STATE
+packetLen(0x096b, 4)
// Packet: 0x096c
-packetLen(0x096c, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x096c, 6)
// Packet: 0x096d
-packetLen(0x096d, -1) // ZC_MERGE_ITEM_OPEN
+packetLen(0x096d, -1)
// Packet: 0x096e
-packetLen(0x096e, -1) // CZ_REQ_MERGE_ITEM
+packetLen(0x096e, -1)
// Packet: 0x096f
-packetLen(0x096f, 7) // ZC_ACK_MERGE_ITEM
+packetLen(0x096f, 7)
// Packet: 0x0970
-packetLen(0x0970, 31) // CH_MAKE_CHAR_NOT_STATS
+packetLen(0x0970, 31)
// Packet: 0x0971
-packetLen(0x0971, 6) // ZC_PARTY_RECRUIT_REFUSE_VOLUNTEER_TO_PM
+packetLen(0x0971, 6)
// Packet: 0x0972
-packetLen(0x0972, -1) // ZC_SAY_DIALOG2
+packetLen(0x0972, -1)
// Packet: 0x0973
-packetLen(0x0973, 7) // ZC_WAIT_DIALOG2
+packetLen(0x0973, 7)
// Packet: 0x0974
-packetLen(0x0974, 2) // CZ_CANCEL_MERGE_ITEM
+packetLen(0x0974, 2)
// Packet: 0x0975
-packetLen(0x0975, -1) // ZC_STORE_ITEMLIST_NORMAL_V2
+packetLen(0x0975, -1)
// Packet: 0x0976
-packetLen(0x0976, -1) // ZC_STORE_ITEMLIST_EQUIP_V2
+packetLen(0x0976, -1)
// Packet: 0x0977
-packetLen(0x0977, 14) // ZC_HP_INFO
+packetLen(0x0977, 14)
// Packet: 0x0978
-packetLen(0x0978, 6) // CZ_REQ_BEFORE_WORLD_INFO
+packetLen(0x0978, 6)
// Packet: 0x0979
-packetLen(0x0979, 50) // ZC_ACK_BEFORE_WORLD_INFO
+packetLen(0x0979, 50)
// Packet: 0x097a
-packetLen(0x097a, -1) // ZC_ALL_QUEST_LIST2
+packetLen(0x097a, -1)
// Packet: 0x097b
-packetLen(0x097b, -1) // ZC_PERSONAL_INFOMATION2
+packetLen(0x097b, -1)
// Packet: 0x097c
-packetLen(0x097c, 4) // CZ_REQ_RANKING
+packetLen(0x097c, 4)
// Packet: 0x097d
-packetLen(0x097d, 288) // ZC_ACK_RANKING
+packetLen(0x097d, 288)
// Packet: 0x097e
-packetLen(0x097e, 12) // ZC_UPDATE_RANKING_POINT
+packetLen(0x097e, 12)
// Packet: 0x097f
-packetLen(0x097f, -1) // ZC_SELECTCART
+packetLen(0x097f, -1)
// Packet: 0x0980
-packetLen(0x0980, 7) // CZ_SELECTCART
+packetLen(0x0980, 7)
// Packet: 0x0981
-packetLen(0x0981, -1) // ZC_PERSONAL_INFOMATION_CHN
+packetLen(0x0981, -1)
// Packet: 0x0982
-packetLen(0x0982, 7) // ZC_FATIGUE_CHN
+packetLen(0x0982, 7)
// Packet: 0x0983
-packetLen(0x0983, 29) // ZC_MSG_STATE_CHANGE3
+packetLen(0x0983, 29)
// Packet: 0x0984
-packetLen(0x0984, 28) // ZC_EFST_SET_ENTER2
+packetLen(0x0984, 28)
// Packet: 0x0985
-packetLen(0x0985, -1) // ZC_SKILL_POSTDELAY_LIST2
+packetLen(0x0985, -1)
// Packet: 0x0986
-packetLen(0x0986, 10) // AC_SHUTDOWN_NOTIFY
+packetLen(0x0986, 10)
// Packet: 0x0987
-packetLen(0x0987, -1) // CA_LOGIN6
+packetLen(0x0987, -1)
// Packet: 0x0988
-packetLen(0x0988, 6) // ZC_NOTIFY_CLAN_CONNECTINFO
+packetLen(0x0988, 6)
// Packet: 0x0989
-packetLen(0x0989, 2) // ZC_ACK_CLAN_LEAVE
+packetLen(0x0989, 2)
// Packet: 0x098a
-packetLen(0x098a, -1) // ZC_CLANINFO
+packetLen(0x098a, -1)
// Packet: 0x098b
-packetLen(0x098b, 2) // AC_REQ_NEW_USER
+packetLen(0x098b, 2)
// Packet: 0x098c
-packetLen(0x098c, 4) // CA_ACK_NEW_USER
+packetLen(0x098c, 4)
// Packet: 0x098d
-packetLen(0x098d, -1) // CZ_CLAN_CHAT
+packetLen(0x098d, -1)
// Packet: 0x098e
-packetLen(0x098e, -1) // ZC_NOTIFY_CLAN_CHAT
+packetLen(0x098e, -1)
// Packet: 0x098f
-packetLen(0x098f, -1) // CH_DELETE_CHAR3_EXT
+packetLen(0x098f, -1)
// Packet: 0x0990
-packetLen(0x0990, 31) // ZC_ITEM_PICKUP_ACK_V5
+packetLen(0x0990, 31)
// Packet: 0x0991
-packetLen(0x0991, -1) // ZC_INVENTORY_ITEMLIST_NORMAL_V5
+packetLen(0x0991, -1)
// Packet: 0x0992
-packetLen(0x0992, -1) // ZC_INVENTORY_ITEMLIST_EQUIP_V5
+packetLen(0x0992, -1)
// Packet: 0x0993
-packetLen(0x0993, -1) // ZC_CART_ITEMLIST_NORMAL_V5
+packetLen(0x0993, -1)
// Packet: 0x0994
-packetLen(0x0994, -1) // ZC_CART_ITEMLIST_EQUIP_V5
+packetLen(0x0994, -1)
// Packet: 0x0995
-packetLen(0x0995, -1) // ZC_STORE_ITEMLIST_NORMAL_V5
+packetLen(0x0995, -1)
// Packet: 0x0996
-packetLen(0x0996, -1) // ZC_STORE_ITEMLIST_EQUIP_V5
+packetLen(0x0996, -1)
// Packet: 0x0997
-packetLen(0x0997, -1) // ZC_EQUIPWIN_MICROSCOPE_V5
+packetLen(0x0997, -1)
// Packet: 0x0998
-packetLen(0x0998, 8) // CZ_REQ_WEAR_EQUIP_V5
+packetLen(0x0998, 8)
// Packet: 0x0999
-packetLen(0x0999, 11) // ZC_ACK_WEAR_EQUIP_V5
+packetLen(0x0999, 11)
// Packet: 0x099a
-packetLen(0x099a, 9) // ZC_ACK_TAKEOFF_EQUIP_V5
+packetLen(0x099a, 9)
// Packet: 0x099b
-packetLen(0x099b, 8) // ZC_MAPPROPERTY_R2
+packetLen(0x099b, 8)
// Packet: 0x099c
-packetLen(0x099c, 6) // CH_REQ_CHARINFO_PER_PAGE
+packetLen(0x099c, 6)
// Packet: 0x099d
-packetLen(0x099d, -1) // HC_ACK_CHARINFO_PER_PAGE
+packetLen(0x099d, -1)
// Packet: 0x099e
-packetLen(0x099e, 12) // HC_QUEUE_ORDER
+packetLen(0x099e, 12)
// Packet: 0x099f
-packetLen(0x099f, -1) // ZC_SKILL_ENTRY4
+packetLen(0x099f, -1)
// Packet: 0x09a0
-packetLen(0x09a0, 6) // HC_CHARLIST_NOTIFY
+packetLen(0x09a0, 6)
// Packet: 0x09a1
-packetLen(0x09a1, 2) // CH_CHARLIST_REQ
+packetLen(0x09a1, 2)
// Packet: 0x09a2
-packetLen(0x09a2, 6) // AC_REQ_MOBILE_OTP
+packetLen(0x09a2, 6)
// Packet: 0x09a3
-packetLen(0x09a3, -1) // CA_ACK_MOBILE_OTP
+packetLen(0x09a3, -1)
// Packet: 0x09a4
-packetLen(0x09a4, 18) // ZC_DISPATCH_TIMING_INFO_CHN
+packetLen(0x09a4, 18)
// Packet: 0x09a5
-packetLen(0x09a5, 7) // AC_REFUSE_LOGIN3
+packetLen(0x09a5, 7)
// Packet: 0x09a6
-packetLen(0x09a6, 12) // ZC_BANKING_CHECK
+packetLen(0x09a6, 12)
// Packet: 0x09a7
-packetLen(0x09a7, 10) // CZ_REQ_BANKING_DEPOSIT
+packetLen(0x09a7, 10)
// Packet: 0x09a8
-packetLen(0x09a8, 16) // ZC_ACK_BANKING_DEPOSIT
+packetLen(0x09a8, 16)
// Packet: 0x09a9
-packetLen(0x09a9, 10) // CZ_REQ_BANKING_WITHDRAW
+packetLen(0x09a9, 10)
// Packet: 0x09aa
-packetLen(0x09aa, 16) // ZC_ACK_BANKING_WITHDRAW
+packetLen(0x09aa, 16)
// Packet: 0x09ab
-packetLen(0x09ab, 6) // CZ_REQ_BANKING_CHECK
+packetLen(0x09ab, 6)
// Packet: 0x09ac
-packetLen(0x09ac, -1) // CZ_REQ_CASH_BARGAIN_SALE_ITEM_INFO
+packetLen(0x09ac, -1)
// Packet: 0x09ad
-packetLen(0x09ad, 10) // ZC_ACK_CASH_BARGAIN_SALE_ITEM_INFO
+packetLen(0x09ad, 10)
// Packet: 0x09ae
-packetLen(0x09ae, 17) // CZ_REQ_APPLY_BARGAIN_SALE_ITEM
+packetLen(0x09ae, 17)
// Packet: 0x09af
-packetLen(0x09af, 4) // ZC_ACK_APPLY_BARGAIN_SALE_ITEM
+packetLen(0x09af, 4)
// Packet: 0x09b0
-packetLen(0x09b0, 8) // CZ_REQ_REMOVE_BARGAIN_SALE_ITEM
+packetLen(0x09b0, 8)
// Packet: 0x09b1
-packetLen(0x09b1, 4) // ZC_ACK_REMOVE_BARGAIN_SALE_ITEM
+packetLen(0x09b1, 4)
// Packet: 0x09b2
-packetLen(0x09b2, 8) // ZC_NOTIFY_BARGAIN_SALE_SELLING
+packetLen(0x09b2, 8)
// Packet: 0x09b3
-packetLen(0x09b3, 4) // ZC_NOTIFY_BARGAIN_SALE_CLOSE
+packetLen(0x09b3, 4)
// Packet: 0x09b4
-packetLen(0x09b4, 6) // CZ_OPEN_BARGAIN_SALE_TOOL
+packetLen(0x09b4, 6)
// Packet: 0x09b5
-packetLen(0x09b5, 2) // ZC_OPEN_BARGAIN_SALE_TOOL
+packetLen(0x09b5, 2)
// Packet: 0x09b6
-packetLen(0x09b6, 6) // CZ_REQ_OPEN_BANKING
+packetLen(0x09b6, 6)
// Packet: 0x09b7
-packetLen(0x09b7, 4) // ZC_ACK_OPEN_BANKING
+packetLen(0x09b7, 4)
// Packet: 0x09b8
-packetLen(0x09b8, 6) // CZ_REQ_CLOSE_BANKING
+packetLen(0x09b8, 6)
// Packet: 0x09b9
-packetLen(0x09b9, 4) // ZC_ACK_CLOSE_BANKING
+packetLen(0x09b9, 4)
// Packet: 0x09ba
-packetLen(0x09ba, 2) // CZ_REQ_OPEN_GUILD_STORAGE
+packetLen(0x09ba, 2)
// Packet: 0x09bb
-packetLen(0x09bb, 6) // ZC_ACK_OPEN_GUILD_STORAGE
+packetLen(0x09bb, 6)
// Packet: 0x09bc
-packetLen(0x09bc, 6) // CZ_CLOSE_BARGAIN_SALE_TOOL
+packetLen(0x09bc, 6)
// Packet: 0x09bd
-packetLen(0x09bd, 2) // ZC_CLOSE_BARGAIN_SALE_TOOL
+packetLen(0x09bd, 2)
// Packet: 0x09be
-packetLen(0x09be, 2) // CZ_REQ_CLOSE_GUILD_STORAGE
+packetLen(0x09be, 2)
// Packet: 0x09bf
-packetLen(0x09bf, 4) // ZC_ACK_CLOSE_GUILD_STORAGE
+packetLen(0x09bf, 4)
// Packet: 0x09c1
-packetLen(0x09c1, 10) // ZC_C_MARKERINFO
+packetLen(0x09c1, 10)
// Packet: 0x09c2
-packetLen(0x09c2, -1) // HC_SECRETSCAN_DATA
+packetLen(0x09c2, -1)
// Packet: 0x09c3
-packetLen(0x09c3, 8) // CZ_REQ_COUNT_BARGAIN_SALE_ITEM
+packetLen(0x09c3, 8)
// Packet: 0x09c4
-packetLen(0x09c4, 8) // ZC_ACK_COUNT_BARGAIN_SALE_ITEM
+packetLen(0x09c4, 8)
// Packet: 0x09c5
-packetLen(0x09c5, 1042) // CS_LOGIN_QUERY
+packetLen(0x09c5, 1042)
// Packet: 0x09c6
-packetLen(0x09c6, -1) // SC_LOGIN_ANSWER
+packetLen(0x09c6, -1)
// Packet: 0x09c7
-packetLen(0x09c7, 18) // SC_LOGIN_ERROR
+packetLen(0x09c7, 18)
// Packet: 0x09c8
-packetLen(0x09c8, -1) // CA_LOGIN_OTP
+packetLen(0x09c8, -1)
// Packet: 0x09c9
-packetLen(0x09c9, -1) // SC_SOCT
+packetLen(0x09c9, -1)
// Packet: 0x09ca
-packetLen(0x09ca, -1) // ZC_SKILL_ENTRY5
+packetLen(0x09ca, -1)
// Packet: 0x09cb
-packetLen(0x09cb, 17) // ZC_USE_SKILL2
+packetLen(0x09cb, 17)
// Packet: 0x09cc
-packetLen(0x09cc, -1) // ZC_SECRETSCAN_DATA
+packetLen(0x09cc, -1)
// Packet: 0x09cd
-packetLen(0x09cd, 8) // ZC_MSG_COLOR
+packetLen(0x09cd, 8)
// Packet: 0x09ce
-packetLen(0x09ce, 102) // CZ_ITEM_CREATE_EX
+packetLen(0x09ce, 102)
// Packet: 0x09cf
-packetLen(0x09cf, -1) // ZC_NPROTECTGAMEGUARDCSAUTH
+packetLen(0x09cf, -1)
// Packet: 0x09d0
-packetLen(0x09d0, -1) // CZ_NPROTECTGAMEGUARDCSAUTH
+packetLen(0x09d0, -1)
// Packet: 0x09d1
-packetLen(0x09d1, 14) // ZC_PROGRESS_ACTOR
+packetLen(0x09d1, 14)
// Packet: 0x09d2
-packetLen(0x09d2, -1) // ZC_GUILDSTORAGE_ITEMLIST_NORMAL_V5
+packetLen(0x09d2, -1)
// Packet: 0x09d3
-packetLen(0x09d3, -1) // ZC_GUILDSTORAGE_ITEMLIST_EQUIP_V5
+packetLen(0x09d3, -1)
// Packet: 0x09d4
-packetLen(0x09d4, 2) // CZ_NPC_TRADE_QUIT
+packetLen(0x09d4, 2)
// Packet: 0x09d5
-packetLen(0x09d5, -1) // ZC_NPC_MARKET_OPEN
+packetLen(0x09d5, -1)
// Packet: 0x09d6
-packetLen(0x09d6, -1) // CZ_NPC_MARKET_PURCHASE
+packetLen(0x09d6, -1)
// Packet: 0x09d7
-packetLen(0x09d7, -1) // ZC_NPC_MARKET_PURCHASE_RESULT
+packetLen(0x09d7, -1)
// Packet: 0x09d8
-packetLen(0x09d8, 2) // CZ_NPC_MARKET_CLOSE
+packetLen(0x09d8, 2)
// Packet: 0x09d9
-packetLen(0x09d9, 4) // CZ_REQ_GUILDSTORAGE_LOG
+packetLen(0x09d9, 4)
// Packet: 0x09da
-packetLen(0x09da, -1) // ZC_ACK_GUILDSTORAGE_LOG
+packetLen(0x09da, -1)
// Packet: 0x09db
-packetLen(0x09db, -1) // ZC_NOTIFY_MOVEENTRY10
+packetLen(0x09db, -1)
// Packet: 0x09dc
-packetLen(0x09dc, -1) // ZC_NOTIFY_NEWENTRY10
+packetLen(0x09dc, -1)
// Packet: 0x09dd
-packetLen(0x09dd, -1) // ZC_NOTIFY_STANDENTRY10
+packetLen(0x09dd, -1)
// Packet: 0x09de
-packetLen(0x09de, -1) // ZC_WHISPER02
+packetLen(0x09de, -1)
// Packet: 0x09df
-packetLen(0x09df, 7) // ZC_ACK_WHISPER02
+packetLen(0x09df, 7)
// Packet: 0x09e0
-packetLen(0x09e0, -1) // SC_LOGIN_ANSWER_WITH_ID
+packetLen(0x09e0, -1)
// Packet: 0x09e1
-packetLen(0x09e1, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_GUILDSTORAGE
+packetLen(0x09e1, 8)
// Packet: 0x09e2
-packetLen(0x09e2, 8) // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_BODY
+packetLen(0x09e2, 8)
// Packet: 0x09e3
-packetLen(0x09e3, 8) // CZ_MOVE_ITEM_FROM_CART_TO_GUILDSTORAGE
+packetLen(0x09e3, 8)
// Packet: 0x09e4
-packetLen(0x09e4, 8) // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_CART
+packetLen(0x09e4, 8)
// Packet: 0x09e5
-packetLen(0x09e5, 18) // ZC_DELETEITEM_FROM_MCSTORE2
+packetLen(0x09e5, 18)
// Packet: 0x09e6
-packetLen(0x09e6, 22) // ZC_UPDATE_ITEM_FROM_BUYING_STORE2
+packetLen(0x09e6, 22)
// Packet: 0x09e7
-packetLen(0x09e7, 3) // ZC_NOTIFY_UNREAD_RODEX
+packetLen(0x09e7, 3)
// Packet: 0x09e8
-packetLen(0x09e8, 11) // CZ_OPEN_RODEXBOX
+packetLen(0x09e8, 11)
// Packet: 0x09e9
-packetLen(0x09e9, 2) // CZ_CLOSE_RODEXBOX
+packetLen(0x09e9, 2)
// Packet: 0x09ea
-packetLen(0x09ea, 11) // CZ_REQ_READ_RODEX
+packetLen(0x09ea, 11)
// Packet: 0x09eb
-packetLen(0x09eb, -1) // ZC_ACK_READ_RODEX
+packetLen(0x09eb, -1)
// Packet: 0x09ec
-packetLen(0x09ec, -1) // CZ_REQ_SEND_RODEX
+packetLen(0x09ec, -1)
// Packet: 0x09ed
-packetLen(0x09ed, 3) // ZC_ACK_SEND_RODEX
+packetLen(0x09ed, 3)
// Packet: 0x09ee
-packetLen(0x09ee, 11) // CZ_REQ_NEXT_RODEX
+packetLen(0x09ee, 11)
// Packet: 0x09ef
-packetLen(0x09ef, 11) // CZ_REQ_REFRESH_RODEX
+packetLen(0x09ef, 11)
// Packet: 0x09f0
-packetLen(0x09f0, -1) // ZC_ACK_RODEX_LIST
+packetLen(0x09f0, -1)
// Packet: 0x09f1
-packetLen(0x09f1, 11) // CZ_REQ_ZENY_FROM_RODEX
+packetLen(0x09f1, 11)
// Packet: 0x09f2
-packetLen(0x09f2, 12) // ZC_ACK_ZENY_FROM_RODEX
+packetLen(0x09f2, 12)
// Packet: 0x09f3
-packetLen(0x09f3, 11) // CZ_REQ_ITEM_FROM_RODEX
+packetLen(0x09f3, 11)
// Packet: 0x09f4
-packetLen(0x09f4, 12) // ZC_ACK_ITEM_FROM_RODEX
+packetLen(0x09f4, 12)
// Packet: 0x09f5
-packetLen(0x09f5, 11) // CZ_REQ_DELETE_RODEX
+packetLen(0x09f5, 11)
// Packet: 0x09f6
-packetLen(0x09f6, 11) // ZC_ACK_DELETE_RODEX
+packetLen(0x09f6, 11)
// Packet: 0x09f7
-packetLen(0x09f7, 75) // ZC_PROPERTY_HOMUN_2
+packetLen(0x09f7, 75)
// Packet: 0x09f8
-packetLen(0x09f8, -1) // ZC_ALL_QUEST_LIST3
+packetLen(0x09f8, -1)
// Packet: 0x09f9
-packetLen(0x09f9, 143) // ZC_ADD_QUEST_EX
+packetLen(0x09f9, 143)
// Packet: 0x09fa
-packetLen(0x09fa, -1) // ZC_UPDATE_MISSION_HUNT_EX
+packetLen(0x09fa, -1)
// Packet: 0x09fb
-packetLen(0x09fb, -1) // CZ_PET_EVOLUTION
+packetLen(0x09fb, -1)
// Packet: 0x09fc
-packetLen(0x09fc, 6) // ZC_PET_EVOLUTION_RESULT
+packetLen(0x09fc, 6)
// Packet: 0x09fd
-packetLen(0x09fd, -1) // ZC_NOTIFY_MOVEENTRY11
+packetLen(0x09fd, -1)
// Packet: 0x09fe
-packetLen(0x09fe, -1) // ZC_NOTIFY_NEWENTRY11
+packetLen(0x09fe, -1)
// Packet: 0x09ff
-packetLen(0x09ff, -1) // ZC_NOTIFY_STANDENTRY11
+packetLen(0x09ff, -1)
// Packet: 0x0a00
-packetLen(0x0a00, 269) // ZC_SHORTCUT_KEY_LIST_V3
+packetLen(0x0a00, 269)
// Packet: 0x0a01
-packetLen(0x0a01, 3) // CZ_SHORTCUTKEYBAR_ROTATE
+packetLen(0x0a01, 3)
// Packet: 0x0a02
-packetLen(0x0a02, 4) // ZC_DRESSROOM_OPEN
+packetLen(0x0a02, 4)
// Packet: 0x0a03
-packetLen(0x0a03, 2) // CZ_REQ_CANCEL_WRITE_RODEX
+packetLen(0x0a03, 2)
// Packet: 0x0a04
-packetLen(0x0a04, 6) // CZ_REQ_ADD_ITEM_RODEX
+packetLen(0x0a04, 6)
// Packet: 0x0a05
-packetLen(0x0a05, 53) // ZC_ACK_ADD_ITEM_RODEX
+packetLen(0x0a05, 53)
// Packet: 0x0a06
-packetLen(0x0a06, 6) // CZ_REQ_REMOVE_RODEX_ITEM
+packetLen(0x0a06, 6)
// Packet: 0x0a07
-packetLen(0x0a07, 9) // ZC_ACK_REMOVE_RODEX_ITEM
+packetLen(0x0a07, 9)
// Packet: 0x0a08
-packetLen(0x0a08, 26) // CZ_REQ_OPEN_WRITE_RODEX
+packetLen(0x0a08, 26)
// Packet: 0x0a09
-packetLen(0x0a09, 45) // ZC_ADD_EXCHANGE_ITEM3
+packetLen(0x0a09, 45)
// Packet: 0x0a0a
-packetLen(0x0a0a, 47) // ZC_ADD_ITEM_TO_STORE3
+packetLen(0x0a0a, 47)
// Packet: 0x0a0b
-packetLen(0x0a0b, 47) // ZC_ADD_ITEM_TO_CART3
+packetLen(0x0a0b, 47)
// Packet: 0x0a0c
-packetLen(0x0a0c, 56) // ZC_ITEM_PICKUP_ACK_V6
+packetLen(0x0a0c, 56)
// Packet: 0x0a0d
-packetLen(0x0a0d, -1) // ZC_INVENTORY_ITEMLIST_EQUIP_V6
+packetLen(0x0a0d, -1)
// Packet: 0x0a0e
-packetLen(0x0a0e, 14) // ZC_BATTLEFIELD_NOTIFY_HP2
+packetLen(0x0a0e, 14)
// Packet: 0x0a0f
-packetLen(0x0a0f, -1) // ZC_CART_ITEMLIST_EQUIP_V6
+packetLen(0x0a0f, -1)
// Packet: 0x0a10
-packetLen(0x0a10, -1) // ZC_STORE_ITEMLIST_EQUIP_V6
+packetLen(0x0a10, -1)
// Packet: 0x0a11
-packetLen(0x0a11, -1) // ZC_GUILDSTORAGE_ITEMLIST_EQUIP_V6
+packetLen(0x0a11, -1)
// Packet: 0x0a12
-packetLen(0x0a12, 27) // ZC_ACK_OPEN_WRITE_RODEX
+packetLen(0x0a12, 27)
// Packet: 0x0a13
-packetLen(0x0a13, 26) // CZ_CHECK_RECEIVE_CHARACTER_NAME
+packetLen(0x0a13, 26)
// Packet: 0x0a14
-packetLen(0x0a14, 10) // ZC_CHECK_RECEIVE_CHARACTER_NAME
+packetLen(0x0a14, 10)
// Packet: 0x0a15
-packetLen(0x0a15, 12) // ZC_GOLDPCCAFE_POINT
+packetLen(0x0a15, 12)
// Packet: 0x0a16
-packetLen(0x0a16, 26) // CZ_DYNAMICNPC_CREATE_REQUEST
+packetLen(0x0a16, 26)
// Packet: 0x0a17
-packetLen(0x0a17, 6) // ZC_DYNAMICNPC_CREATE_RESULT
+packetLen(0x0a17, 6)
// Packet: 0x0a18
-packetLen(0x0a18, 14) // ZC_ACCEPT_ENTER3
+packetLen(0x0a18, 14)
// Packet: 0x0a19
-packetLen(0x0a19, 2) // CZ_REQ_OPEN_ROULETTE
+packetLen(0x0a19, 2)
// Packet: 0x0a1a
-packetLen(0x0a1a, 23) // ZC_ACK_OPEN_ROULETTE
+packetLen(0x0a1a, 23)
// Packet: 0x0a1b
-packetLen(0x0a1b, 2) // CZ_REQ_ROULETTE_INFO
+packetLen(0x0a1b, 2)
// Packet: 0x0a1c
-packetLen(0x0a1c, -1) // ZC_ACK_ROULEITTE_INFO
+packetLen(0x0a1c, -1)
// Packet: 0x0a1d
-packetLen(0x0a1d, 2) // CZ_REQ_CLOSE_ROULETTE
+packetLen(0x0a1d, 2)
// Packet: 0x0a1e
-packetLen(0x0a1e, 3) // ZC_ACK_CLOSE_ROULETTE
+packetLen(0x0a1e, 3)
// Packet: 0x0a1f
-packetLen(0x0a1f, 2) // CZ_REQ_GENERATE_ROULETTE
+packetLen(0x0a1f, 2)
// Packet: 0x0a20
-packetLen(0x0a20, 21) // ZC_ACK_GENERATE_ROULETTE
+packetLen(0x0a20, 21)
// Packet: 0x0a21
-packetLen(0x0a21, 3) // CZ_RECV_ROULETTE_ITEM
+packetLen(0x0a21, 3)
// Packet: 0x0a22
-packetLen(0x0a22, 5) // ZC_RECV_ROULETTE_ITEM
+packetLen(0x0a22, 5)
// Packet: 0x0a23
-packetLen(0x0a23, -1) // ZC_ALL_ACH_LIST
+packetLen(0x0a23, -1)
// Packet: 0x0a24
-packetLen(0x0a24, 66) // ZC_ACH_UPDATE
+packetLen(0x0a24, 66)
// Packet: 0x0a25
-packetLen(0x0a25, 6) // CZ_REQ_ACH_REWARD
+packetLen(0x0a25, 6)
// Packet: 0x0a26
-packetLen(0x0a26, 7) // ZC_REQ_ACH_REWARD_ACK
+packetLen(0x0a26, 7)
// Packet: 0x0a27
-packetLen(0x0a27, 8) // ZC_RECOVERY2
+packetLen(0x0a27, 8)
// Packet: 0x0a28
-packetLen(0x0a28, 3) // ZC_ACK_OPENSTORE2
+packetLen(0x0a28, 3)
// Packet: 0x0a29
-packetLen(0x0a29, 6) // ZC_REQ_AU_BOT
+packetLen(0x0a29, 6)
// Packet: 0x0a2a
-packetLen(0x0a2a, 6) // CZ_ACK_AU_BOT
+packetLen(0x0a2a, 6)
// Packet: 0x0a2b
-packetLen(0x0a2b, 14) // ZC_SE_CASHSHOP_OPEN2
+packetLen(0x0a2b, 14)
// Packet: 0x0a2c
-packetLen(0x0a2c, 12) // ZC_SE_PC_BUY_TAIWANCASHITEM_RESULT
+packetLen(0x0a2c, 12)
// Packet: 0x0a2d
-packetLen(0x0a2d, -1) // ZC_EQUIPWIN_MICROSCOPE_V6
+packetLen(0x0a2d, -1)
// Packet: 0x0a2e
-packetLen(0x0a2e, 6) // CZ_REQ_CHANGE_TITLE
+packetLen(0x0a2e, 6)
// Packet: 0x0a2f
-packetLen(0x0a2f, 7) // ZC_ACK_CHANGE_TITLE
+packetLen(0x0a2f, 7)
// Packet: 0x0a30
-packetLen(0x0a30, 106) // ZC_ACK_REQNAMEALL2
+packetLen(0x0a30, 106)
// Packet: 0x0a31
-packetLen(0x0a31, -1) // ZC_RESULT_PACKAGE_ITEM_TEST
+packetLen(0x0a31, -1)
// Packet: 0x0a32
-packetLen(0x0a32, 2) // ZC_OPEN_RODEX_THROUGH_NPC_ONLY
+packetLen(0x0a32, 2)
// Packet: 0x0a33
-packetLen(0x0a33, 7) // ZC_UPDATE_ROULETTE_COIN
+packetLen(0x0a33, 7)
// Packet: 0x0a34
-packetLen(0x0a34, 6) // ZC_UPDATE_TAIWANCASH
+packetLen(0x0a34, 6)
// Packet: 0x0a35
-packetLen(0x0a35, 4) // CZ_REQ_ONECLICK_ITEMIDENTIFY
+packetLen(0x0a35, 4)
// Packet: 0x0a36
-packetLen(0x0a36, 7) // ZC_HP_INFO_TINY
+packetLen(0x0a36, 7)
// Packet: 0x0a37
-packetLen(0x0a37, 59) // ZC_ITEM_PICKUP_ACK_V7
+packetLen(0x0a37, 59)
// Packet: 0x0a38
-packetLen(0x0a38, 3) // ZC_OPEN_UI
+packetLen(0x0a38, 3)
// Packet: 0x0a39
-packetLen(0x0a39, 36) // CH_MAKE_CHAR
+packetLen(0x0a39, 36)
// Packet: 0x0a3a
packetLen(0x0a3a, 12)
// Packet: 0x0a3b
-packetLen(0x0a3b, -1) // ZC_CUSTOM_HAT_EFFECT
+packetLen(0x0a3b, -1)
// Packet: 0x0a3c
packetLen(0x0a3c, -1)
@@ -4865,37 +4865,37 @@ packetLen(0x0a3f, 9)
packetLen(0x0a40, 11)
// Packet: 0x0a41
-packetLen(0x0a41, 18) // ZC_AOE_EFFECT_SKILL
+packetLen(0x0a41, 18)
// Packet: 0x0a42
packetLen(0x0a42, 43)
// Packet: 0x0a43
-packetLen(0x0a43, 85) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0a43, 85)
// Packet: 0x0a44
-packetLen(0x0a44, -1) // ZC_GROUP_LIST
+packetLen(0x0a44, -1)
// Packet: 0x0a46
packetLen(0x0a46, 14)
// Packet: 0x0a47
-packetLen(0x0a47, 3) // ZC_STYLE_CHANGE_RES
+packetLen(0x0a47, 3)
// Packet: 0x0a48
packetLen(0x0a48, 2)
// Packet: 0x0a49
-packetLen(0x0a49, 20) // CZ_PRIVATE_AIRSHIP_REQUEST
+packetLen(0x0a49, 20)
// Packet: 0x0a4a
-packetLen(0x0a4a, 6) // ZC_PRIVATE_AIRSHIP_RESPONSE
+packetLen(0x0a4a, 6)
// Packet: 0x0a4b
-packetLen(0x0a4b, 22) // ZC_AIRSHIP_MAPMOVE
+packetLen(0x0a4b, 22)
// Packet: 0x0a4c
-packetLen(0x0a4c, 28) // ZC_AIRSHIP_SERVERMOVE
+packetLen(0x0a4c, 28)
// Packet: 0x0a4d
packetLen(0x0a4d, -1)
@@ -4910,7 +4910,7 @@ packetLen(0x0a4f, -1)
packetLen(0x0a50, 4)
// Packet: 0x0a51
-packetLen(0x0a51, 34) // ZC_CHECK_RECEIVE_CHARACTER_NAME
+packetLen(0x0a51, 34)
// Packet: 0x0a52
packetLen(0x0a52, 20)
@@ -4949,7 +4949,7 @@ packetLen(0x0a5c, 18)
packetLen(0x0a5d, 6)
// Packet: 0x0a68
-packetLen(0x0a68, 3) // CZ_REQ_OPEN_UI
+packetLen(0x0a68, 3)
// Packet: 0x0a69
packetLen(0x0a69, 6)
@@ -4967,10 +4967,10 @@ packetLen(0x0a6c, 7)
packetLen(0x0a6d, -1)
// Packet: 0x0a6e
-packetLen(0x0a6e, -1) // CZ_REQ_SEND_RODEX
+packetLen(0x0a6e, -1)
// Packet: 0x0a6f
-packetLen(0x0a6f, -1) // ZC_FORMATSTRING_MSG_COLOR
+packetLen(0x0a6f, -1)
// Packet: 0x0a70
packetLen(0x0a70, 2)
@@ -5006,13 +5006,13 @@ packetLen(0x0a7b, -1)
packetLen(0x0a7c, -1)
// Packet: 0x0a7d
-packetLen(0x0a7d, -1) // ZC_ACK_RODEX_LIST
+packetLen(0x0a7d, -1)
// Packet: 0x0a7e
-packetLen(0x0a7e, -1) // ZC_OFFLINE_STORE_OWNER_ITEMS_READY
+packetLen(0x0a7e, -1)
// Packet: 0x0a7f
-packetLen(0x0a7f, -1) // CZ_OFFLINE_STORE_CREATE
+packetLen(0x0a7f, -1)
// Packet: 0x0a80
packetLen(0x0a80, 6)
@@ -5027,7 +5027,7 @@ packetLen(0x0a82, 46)
packetLen(0x0a83, 46)
// Packet: 0x0a84
-packetLen(0x0a84, 94) // ZC_GUILD_INFO
+packetLen(0x0a84, 94)
// Packet: 0x0a85
packetLen(0x0a85, 82)
@@ -5042,10 +5042,10 @@ packetLen(0x0a87, -1)
packetLen(0x0a88, 2)
// Packet: 0x0a89
-packetLen(0x0a89, 57) // ZC_NOTIFY_OFFLINE_STORE
+packetLen(0x0a89, 57)
// Packet: 0x0a8a
-packetLen(0x0a8a, 6) // ZC_OFFLINE_STORE_VANISH
+packetLen(0x0a8a, 6)
// Packet: 0x0a8b
packetLen(0x0a8b, 2)
@@ -5054,7 +5054,7 @@ packetLen(0x0a8b, 2)
packetLen(0x0a8c, 2)
// Packet: 0x0a8d
-packetLen(0x0a8d, -1) // ZC_OFFLINE_STORE_OWNER_ITEMS
+packetLen(0x0a8d, -1)
// Packet: 0x0a8e
packetLen(0x0a8e, 2)
@@ -5066,7 +5066,7 @@ packetLen(0x0a8f, 2)
packetLen(0x0a90, 3)
// Packet: 0x0a91
-packetLen(0x0a91, -1) // ZC_OFFLINE_STORE_ITEMS
+packetLen(0x0a91, -1)
// Packet: 0x0a92
packetLen(0x0a92, -1)
@@ -5081,22 +5081,22 @@ packetLen(0x0a94, 2)
packetLen(0x0a95, 4)
// Packet: 0x0a96
-packetLen(0x0a96, 51) // ZC_ADD_EXCHANGE_ITEM4
+packetLen(0x0a96, 51)
// Packet: 0x0a97
-packetLen(0x0a97, 8) // CZ_ALT_EQUIPMENT_EQUIP
+packetLen(0x0a97, 8)
// Packet: 0x0a98
-packetLen(0x0a98, 10) // ZC_ALT_EQUIPMENT_EQUIP
+packetLen(0x0a98, 10)
// Packet: 0x0a99
packetLen(0x0a99, 4)
// Packet: 0x0a9a
-packetLen(0x0a9a, 10) // ZC_ALT_EQUIPMENT_REMOVE
+packetLen(0x0a9a, 10)
// Packet: 0x0a9b
-packetLen(0x0a9b, -1) // ZC_ALT_EQUIPMENT_ITEMS
+packetLen(0x0a9b, -1)
// Packet: 0x0a9c
packetLen(0x0a9c, 2)
@@ -5111,28 +5111,28 @@ packetLen(0x0a9e, 2)
packetLen(0x0a9f, 2)
// Packet: 0x0aa0
-packetLen(0x0aa0, 2) // ZC_REFINE_OPEN_WINDOW
+packetLen(0x0aa0, 2)
// Packet: 0x0aa1
-packetLen(0x0aa1, 4) // CZ_REFINE_ADD_ITEM
+packetLen(0x0aa1, 4)
// Packet: 0x0aa2
-packetLen(0x0aa2, -1) // ZC_REFINE_ADD_ITEM
+packetLen(0x0aa2, -1)
// Packet: 0x0aa3
-packetLen(0x0aa3, 7) // CZ_REFINE_ITEM_REQUEST
+packetLen(0x0aa3, 7)
// Packet: 0x0aa4
-packetLen(0x0aa4, 2) // CZ_REFINE_WINDOW_CLOSE
+packetLen(0x0aa4, 2)
// Packet: 0x0aa5
-packetLen(0x0aa5, -1) // ZC_MEMBERMGR_INFO
+packetLen(0x0aa5, -1)
// Packet: 0x0aa6
-packetLen(0x0aa6, 36) // ZC_MEMBER_ADD
+packetLen(0x0aa6, 36)
// Packet: 0x0aa7
-packetLen(0x0aa7, 6) // ZC_INVENTORY_MOVE_FAILED
+packetLen(0x0aa7, 6)
// Packet: 0x0aa8
packetLen(0x0aa8, 5)
@@ -5165,7 +5165,7 @@ packetLen(0x0ab0, 6)
packetLen(0x0ab1, 14)
// Packet: 0x0ab2
-packetLen(0x0ab2, 7) // ZC_GROUP_ISALIVE
+packetLen(0x0ab2, 7)
// Packet: 0x0ab3
packetLen(0x0ab3, 19)
@@ -5186,7 +5186,7 @@ packetLen(0x0ab7, 4)
packetLen(0x0ab8, 2)
// Packet: 0x0ab9
-packetLen(0x0ab9, 39) // ZC_ITEM_PREVIEW
+packetLen(0x0ab9, 39)
// Packet: 0x0aba
packetLen(0x0aba, 2)
@@ -5198,40 +5198,40 @@ packetLen(0x0abb, 2)
packetLen(0x0abc, -1)
// Packet: 0x0abd
-packetLen(0x0abd, 10) // ZC_PARTY_MEMBER_JOB_LEVEL
+packetLen(0x0abd, 10)
// Packet: 0x0abe
-packetLen(0x0abe, -1) // ZC_WARPLIST
+packetLen(0x0abe, -1)
// Packet: 0x0abf
packetLen(0x0abf, -1)
// Packet: 0x0ac0
-packetLen(0x0ac0, 26) // CZ_OPEN_RODEXBOX
+packetLen(0x0ac0, 26)
// Packet: 0x0ac1
-packetLen(0x0ac1, 26) // CZ_REQ_REFRESH_RODEX
+packetLen(0x0ac1, 26)
// Packet: 0x0ac2
-packetLen(0x0ac2, -1) // ZC_ACK_RODEX_LIST
+packetLen(0x0ac2, -1)
// Packet: 0x0ac3
packetLen(0x0ac3, 2)
// Packet: 0x0ac4
-packetLen(0x0ac4, -1) // AC_ACCEPT_LOGIN
+packetLen(0x0ac4, -1)
// Packet: 0x0ac5
-packetLen(0x0ac5, 156) // HC_NOTIFY_ZONESVR
+packetLen(0x0ac5, 156)
// Packet: 0x0ac6
packetLen(0x0ac6, 156)
// Packet: 0x0ac7
-packetLen(0x0ac7, 156) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0ac7, 156)
// Packet: 0x0ac8
-packetLen(0x0ac8, 2) // ZC_UNKNOWN_CLEAN_ITEMS_LISTS
+packetLen(0x0ac8, 2)
// Packet: 0x0ac9
packetLen(0x0ac9, -1)
@@ -5240,10 +5240,10 @@ packetLen(0x0ac9, -1)
packetLen(0x0aca, 3)
// Packet: 0x0acb
-packetLen(0x0acb, 12) // ZC_PAR_CHANGE
+packetLen(0x0acb, 12)
// Packet: 0x0acc
-packetLen(0x0acc, 18) // ZC_NOTIFY_EXP
+packetLen(0x0acc, 18)
// Packet: 0x0acd
packetLen(0x0acd, 23)
@@ -5253,13 +5253,13 @@ packetLen(0x0ace, 4)
// Packet: 0x0acf
#if PACKETVER >= 20171113
-packetLen(0x0acf, 68) // CA_LOGIN_OTP
+packetLen(0x0acf, 68)
#elif PACKETVER >= 20171018
-packetLen(0x0acf, 64) // CA_LOGIN_OTP
+packetLen(0x0acf, 64)
#endif
// Packet: 0x0ad0
-packetLen(0x0ad0, 11) // CA_OTP_CODE
+packetLen(0x0ad0, 11)
// Packet: 0x0ad1
packetLen(0x0ad1, -1)
@@ -5289,22 +5289,22 @@ packetLen(0x0ad8, 8)
packetLen(0x0ad9, -1)
// Packet: 0x0ada
-packetLen(0x0ada, 30) // ZC_REFINE_STATUS
+packetLen(0x0ada, 30)
// Packet: 0x0adb
packetLen(0x0adb, -1)
// Packet: 0x0adc
-packetLen(0x0adc, 6) // ZC_EQUIPWIN_OTHER
+packetLen(0x0adc, 6)
// Packet: 0x0add
-packetLen(0x0add, 22) // ZC_ITEM_FALL_ENTRY
+packetLen(0x0add, 22)
// Packet: 0x0ade
-packetLen(0x0ade, 6) // ZC_OVERWEIGHT_PERCENT
+packetLen(0x0ade, 6)
// Packet: 0x0adf
-packetLen(0x0adf, 58) // ZC_ACK_REQNAME
+packetLen(0x0adf, 58)
// Packet: 0x0ae0
packetLen(0x0ae0, 30)
@@ -5316,22 +5316,22 @@ packetLen(0x0ae1, 28)
// Packet: 0x0ae2
#if PACKETVER >= 20171109
-packetLen(0x0ae2, 7) // ZC_OPEN_UI
+packetLen(0x0ae2, 7)
#endif
// Packet: 0x0ae3
#if PACKETVER >= 20171123
-packetLen(0x0ae3, -1) // AC_LOGIN_OTP
+packetLen(0x0ae3, -1)
#endif
// Packet: 0x0ae4
#if PACKETVER >= 20171130
-packetLen(0x0ae4, 89) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0ae4, 89)
#endif
// Packet: 0x0ae5
#if PACKETVER >= 20171130
-packetLen(0x0ae5, -1) // ZC_GROUP_LIST
+packetLen(0x0ae5, -1)
#endif
// Packet: 0x0ae6
@@ -5351,7 +5351,7 @@ packetLen(0x0ae8, 2)
// Packet: 0x0ae9
#if PACKETVER >= 20171220
-packetLen(0x0ae9, 64) // HC_SECOND_PASSWD_LOGIN
+packetLen(0x0ae9, 64)
#endif
// Packet: 0x0aea
diff --git a/src/common/packets/packets2018_len_main.h b/src/common/packets/packets2018_len_main.h
index c7f4c0972..12563846d 100644
--- a/src/common/packets/packets2018_len_main.h
+++ b/src/common/packets/packets2018_len_main.h
@@ -2,8 +2,8 @@
* This file is part of Hercules.
* http://herc.ws - http://github.com/HerculesWS/Hercules
*
- * Copyright (C) 2019 Hercules Dev Team
- * Copyright (C) 2019 Andrei Karas (4144)
+ * Copyright (C) 2018-2019 Hercules Dev Team
+ * Copyright (C) 2018-2019 Andrei Karas (4144)
*
* Hercules is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -25,3031 +25,3031 @@
/* This file is autogenerated, please do not commit manual changes */
// Packet: 0x0064
-packetLen(0x0064, 55) // CA_LOGIN
+packetLen(0x0064, 55)
// Packet: 0x0065
-packetLen(0x0065, 17) // CH_ENTER
+packetLen(0x0065, 17)
// Packet: 0x0066
-packetLen(0x0066, 3) // CH_SELECT_CHAR
+packetLen(0x0066, 3)
// Packet: 0x0067
-packetLen(0x0067, 37) // CH_MAKE_CHAR
+packetLen(0x0067, 37)
// Packet: 0x0068
-packetLen(0x0068, 46) // CH_DELETE_CHAR
+packetLen(0x0068, 46)
// Packet: 0x0069
-packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+packetLen(0x0069, -1)
// Packet: 0x006a
-packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+packetLen(0x006a, 23)
// Packet: 0x006b
-packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+packetLen(0x006b, -1)
// Packet: 0x006c
-packetLen(0x006c, 3) // HC_REFUSE_ENTER
+packetLen(0x006c, 3)
// Packet: 0x006d
-packetLen(0x006d, 157) // HC_ACCEPT_MAKECHAR
+packetLen(0x006d, 157)
// Packet: 0x006e
-packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+packetLen(0x006e, 3)
// Packet: 0x006f
-packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+packetLen(0x006f, 2)
// Packet: 0x0070
-packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+packetLen(0x0070, 3)
// Packet: 0x0071
-packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+packetLen(0x0071, 28)
// Packet: 0x0072
-packetLen(0x0072, 22) // CZ_ENTER
+packetLen(0x0072, 22)
// Packet: 0x0073
-packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 11)
// Packet: 0x0074
-packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+packetLen(0x0074, 3)
// Packet: 0x0075
-packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, -1)
// Packet: 0x0076
-packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+packetLen(0x0076, 9)
// Packet: 0x0077
-packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 5)
// Packet: 0x0078
-packetLen(0x0078, 55) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, 55)
// Packet: 0x0079
-packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, 53)
// Packet: 0x007a
-packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, 58)
// Packet: 0x007b
-packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, 60)
// Packet: 0x007c
-packetLen(0x007c, 44) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, 44)
// Packet: 0x007d
-packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, 2)
// Packet: 0x007e
-packetLen(0x007e, 105) // CZ_REQUEST_TIME
+packetLen(0x007e, 105)
// Packet: 0x007f
-packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+packetLen(0x007f, 6)
// Packet: 0x0080
-packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+packetLen(0x0080, 7)
// Packet: 0x0081
-packetLen(0x0081, 3) // SC_NOTIFY_BAN
+packetLen(0x0081, 3)
// Packet: 0x0082
-packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+packetLen(0x0082, 2)
// Packet: 0x0083
-packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 2)
// Packet: 0x0084
-packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+packetLen(0x0084, 2)
// Packet: 0x0085
-packetLen(0x0085, 10) // CZ_REQUEST_MOVE
+packetLen(0x0085, 10)
// Packet: 0x0086
-packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 16)
// Packet: 0x0087
-packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 12)
// Packet: 0x0088
-packetLen(0x0088, 10) // ZC_STOPMOVE
+packetLen(0x0088, 10)
// Packet: 0x0089
-packetLen(0x0089, 11) // CZ_REQUEST_ACT
+packetLen(0x0089, 11)
// Packet: 0x008a
-packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+packetLen(0x008a, 29)
// Packet: 0x008b
-packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+packetLen(0x008b, 23)
// Packet: 0x008c
packetLen(0x008c, 14)
// Packet: 0x008d
-packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+packetLen(0x008d, -1)
// Packet: 0x008e
-packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, -1)
// Packet: 0x0090
-packetLen(0x0090, 7) // CZ_CONTACTNPC
+packetLen(0x0090, 7)
// Packet: 0x0091
-packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, 22)
// Packet: 0x0092
-packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 28)
// Packet: 0x0093
-packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+packetLen(0x0093, 2)
// Packet: 0x0094
-packetLen(0x0094, 19) // CZ_REQNAME
+packetLen(0x0094, 19)
// Packet: 0x0095
-packetLen(0x0095, 30) // ZC_ACK_REQNAME
+packetLen(0x0095, 30)
// Packet: 0x0096
-packetLen(0x0096, -1) // CZ_WHISPER
+packetLen(0x0096, -1)
// Packet: 0x0097
-packetLen(0x0097, -1) // ZC_WHISPER
+packetLen(0x0097, -1)
// Packet: 0x0098
-packetLen(0x0098, 3) // ZC_ACK_WHISPER
+packetLen(0x0098, 3)
// Packet: 0x0099
-packetLen(0x0099, -1) // CZ_BROADCAST
+packetLen(0x0099, -1)
// Packet: 0x009a
-packetLen(0x009a, -1) // ZC_BROADCAST
+packetLen(0x009a, -1)
// Packet: 0x009b
-packetLen(0x009b, 34) // CZ_CHANGE_DIRECTION
+packetLen(0x009b, 34)
// Packet: 0x009c
-packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, 9)
// Packet: 0x009d
#if PACKETVER >= 20181121
-packetLen(0x009d, 19) // ZC_ITEM_ENTRY
+packetLen(0x009d, 19)
#elif PACKETVER >= 20180103
-packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+packetLen(0x009d, 17)
#endif
// Packet: 0x009e
#if PACKETVER >= 20181121
-packetLen(0x009e, 19) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 19)
#elif PACKETVER >= 20180103
-packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 17)
#endif
// Packet: 0x009f
-packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+packetLen(0x009f, 20)
// Packet: 0x00a0
#if PACKETVER >= 20181121
-packetLen(0x00a0, 33) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, 33)
#elif PACKETVER >= 20180103
-packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, 23)
#endif
// Packet: 0x00a1
-packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, 6)
// Packet: 0x00a2
-packetLen(0x00a2, 14) // CZ_ITEM_THROW
+packetLen(0x00a2, 14)
// Packet: 0x00a3
-packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, -1)
// Packet: 0x00a4
-packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, -1)
// Packet: 0x00a5
-packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, -1)
// Packet: 0x00a6
-packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, -1)
// Packet: 0x00a7
packetLen(0x00a7, 9)
// Packet: 0x00a8
-packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 7)
// Packet: 0x00a9
-packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, 6)
// Packet: 0x00aa
-packetLen(0x00aa, 9) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 9)
// Packet: 0x00ab
-packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, 4)
// Packet: 0x00ac
-packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, 7)
// Packet: 0x00ae
-packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+packetLen(0x00ae, -1)
// Packet: 0x00af
-packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, 6)
// Packet: 0x00b0
-packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+packetLen(0x00b0, 8)
// Packet: 0x00b1
-packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, 8)
// Packet: 0x00b2
-packetLen(0x00b2, 3) // CZ_RESTART
+packetLen(0x00b2, 3)
// Packet: 0x00b3
-packetLen(0x00b3, 3) // ZC_RESTART_ACK
+packetLen(0x00b3, 3)
// Packet: 0x00b4
-packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+packetLen(0x00b4, -1)
// Packet: 0x00b5
-packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 6)
// Packet: 0x00b6
-packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 6)
// Packet: 0x00b7
-packetLen(0x00b7, -1) // ZC_MENU_LIST
+packetLen(0x00b7, -1)
// Packet: 0x00b8
-packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+packetLen(0x00b8, 7)
// Packet: 0x00b9
-packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, 6)
// Packet: 0x00ba
-packetLen(0x00ba, 2) // CZ_REQ_STATUS
+packetLen(0x00ba, 2)
// Packet: 0x00bb
-packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+packetLen(0x00bb, 5)
// Packet: 0x00bc
-packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 6)
// Packet: 0x00bd
-packetLen(0x00bd, 44) // ZC_STATUS
+packetLen(0x00bd, 44)
// Packet: 0x00be
-packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+packetLen(0x00be, 5)
// Packet: 0x00bf
-packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+packetLen(0x00bf, 3)
// Packet: 0x00c0
-packetLen(0x00c0, 7) // ZC_EMOTION
+packetLen(0x00c0, 7)
// Packet: 0x00c1
-packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, 2)
// Packet: 0x00c2
-packetLen(0x00c2, 6) // ZC_USER_COUNT
+packetLen(0x00c2, 6)
// Packet: 0x00c3
-packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, 8)
// Packet: 0x00c4
-packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, 6)
// Packet: 0x00c5
-packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, 7)
// Packet: 0x00c6
-packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, -1)
// Packet: 0x00c7
-packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, -1)
// Packet: 0x00c8
-packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, -1)
// Packet: 0x00c9
-packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, -1)
// Packet: 0x00ca
-packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, 3)
// Packet: 0x00cb
-packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+packetLen(0x00cb, 3)
// Packet: 0x00cc
-packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, 6)
// Packet: 0x00cd
-packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+packetLen(0x00cd, 3)
// Packet: 0x00ce
-packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 2)
// Packet: 0x00cf
-packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 27)
// Packet: 0x00d0
-packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, 3)
// Packet: 0x00d1
-packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, 4)
// Packet: 0x00d2
-packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 4)
// Packet: 0x00d3
-packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 2)
// Packet: 0x00d4
-packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+packetLen(0x00d4, -1)
// Packet: 0x00d5
-packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, -1)
// Packet: 0x00d6
-packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 3)
// Packet: 0x00d7
-packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, -1)
// Packet: 0x00d8
-packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+packetLen(0x00d8, 6)
// Packet: 0x00d9
-packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, 14)
// Packet: 0x00da
-packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, 3)
// Packet: 0x00db
-packetLen(0x00db, -1) // ZC_ENTER_ROOM
+packetLen(0x00db, -1)
// Packet: 0x00dc
-packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 28)
// Packet: 0x00dd
-packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+packetLen(0x00dd, 29)
// Packet: 0x00de
-packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, -1)
// Packet: 0x00df
-packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, -1)
// Packet: 0x00e0
-packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, 30)
// Packet: 0x00e1
-packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+packetLen(0x00e1, 30)
// Packet: 0x00e2
-packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, 26)
// Packet: 0x00e3
-packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+packetLen(0x00e3, 2)
// Packet: 0x00e4
-packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 6)
// Packet: 0x00e5
-packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 26)
// Packet: 0x00e6
-packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, 3)
// Packet: 0x00e7
-packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 3)
// Packet: 0x00e8
-packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, 8)
// Packet: 0x00e9
#if PACKETVER >= 20181121
-packetLen(0x00e9, 29) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 29)
#elif PACKETVER >= 20180103
-packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 19)
#endif
// Packet: 0x00ea
-packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 5)
// Packet: 0x00eb
-packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 2)
// Packet: 0x00ec
-packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 3)
// Packet: 0x00ed
-packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, 2)
// Packet: 0x00ee
-packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, 2)
// Packet: 0x00ef
-packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 2)
// Packet: 0x00f0
-packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 3)
// Packet: 0x00f1
-packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+packetLen(0x00f1, 2)
// Packet: 0x00f2
-packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 6)
// Packet: 0x00f3
-packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+packetLen(0x00f3, -1)
// Packet: 0x00f4
#if PACKETVER >= 20181121
-packetLen(0x00f4, 31) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 31)
#elif PACKETVER >= 20180103
-packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 21)
#endif
// Packet: 0x00f5
-packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+packetLen(0x00f5, 11)
// Packet: 0x00f6
-packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 8)
// Packet: 0x00f7
-packetLen(0x00f7, 17) // CZ_REQUEST_TIME
+packetLen(0x00f7, 17)
// Packet: 0x00f8
-packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+packetLen(0x00f8, 2)
// Packet: 0x00f9
-packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+packetLen(0x00f9, 26)
// Packet: 0x00fa
-packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, 3)
// Packet: 0x00fb
-packetLen(0x00fb, -1) // ZC_GROUP_LIST
+packetLen(0x00fb, -1)
// Packet: 0x00fc
-packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, 6)
// Packet: 0x00fd
-packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, 27)
// Packet: 0x00fe
-packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, 30)
// Packet: 0x00ff
-packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+packetLen(0x00ff, 10)
// Packet: 0x0100
-packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, 2)
// Packet: 0x0101
-packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, 6)
// Packet: 0x0102
-packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 6)
// Packet: 0x0103
-packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 30)
// Packet: 0x0104
-packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, 79)
// Packet: 0x0105
-packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, 31)
// Packet: 0x0106
-packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, 10)
// Packet: 0x0107
-packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, 10)
// Packet: 0x0108
-packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, -1)
// Packet: 0x0109
-packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, -1)
// Packet: 0x010a
#if PACKETVER >= 20181121
-packetLen(0x010a, 6) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 6)
#elif PACKETVER >= 20180103
-packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 4)
#endif
// Packet: 0x010b
-packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, 6)
// Packet: 0x010c
-packetLen(0x010c, 6) // ZC_MVP
+packetLen(0x010c, 6)
// Packet: 0x010d
-packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+packetLen(0x010d, 2)
// Packet: 0x010e
-packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, 11)
// Packet: 0x010f
-packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+packetLen(0x010f, -1)
// Packet: 0x0110
#if PACKETVER >= 20181121
-packetLen(0x0110, 14) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, 14)
#elif PACKETVER >= 20180103
-packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, 10)
#endif
// Packet: 0x0111
-packetLen(0x0111, 39) // ZC_ADD_SKILL
+packetLen(0x0111, 39)
// Packet: 0x0112
-packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, 4)
// Packet: 0x0113
-packetLen(0x0113, 25) // CZ_USE_SKILL
+packetLen(0x0113, 25)
// Packet: 0x0114
-packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+packetLen(0x0114, 31)
// Packet: 0x0115
-packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+packetLen(0x0115, 35)
// Packet: 0x0116
-packetLen(0x0116, 17) // CZ_USE_SKILL_TOGROUND
+packetLen(0x0116, 17)
// Packet: 0x0117
-packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, 18)
// Packet: 0x0118
-packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+packetLen(0x0118, 2)
// Packet: 0x0119
-packetLen(0x0119, 13) // ZC_STATE_CHANGE
+packetLen(0x0119, 13)
// Packet: 0x011a
-packetLen(0x011a, 15) // ZC_USE_SKILL
+packetLen(0x011a, 15)
// Packet: 0x011b
-packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, 20)
// Packet: 0x011c
-packetLen(0x011c, 68) // ZC_WARPLIST
+packetLen(0x011c, 68)
// Packet: 0x011d
-packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 2)
// Packet: 0x011e
-packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, 3)
// Packet: 0x011f
-packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+packetLen(0x011f, 16)
// Packet: 0x0120
-packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, 6)
// Packet: 0x0121
-packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, 14)
// Packet: 0x0122
-packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, -1)
// Packet: 0x0123
-packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, -1)
// Packet: 0x0124
#if PACKETVER >= 20181121
-packetLen(0x0124, 31) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 31)
#elif PACKETVER >= 20180103
-packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 21)
#endif
// Packet: 0x0125
-packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 8)
// Packet: 0x0126
-packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 8)
// Packet: 0x0127
-packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, 8)
// Packet: 0x0128
-packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 8)
// Packet: 0x0129
-packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, 8)
// Packet: 0x012a
-packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+packetLen(0x012a, 2)
// Packet: 0x012b
-packetLen(0x012b, 2) // ZC_CARTOFF
+packetLen(0x012b, 2)
// Packet: 0x012c
-packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 3)
// Packet: 0x012d
-packetLen(0x012d, 4) // ZC_OPENSTORE
+packetLen(0x012d, 4)
// Packet: 0x012e
-packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, 2)
// Packet: 0x012f
-packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+packetLen(0x012f, -1)
// Packet: 0x0130
-packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, 6)
// Packet: 0x0131
-packetLen(0x0131, 86) // ZC_STORE_ENTRY
+packetLen(0x0131, 86)
// Packet: 0x0132
-packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, 6)
// Packet: 0x0133
-packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, -1)
// Packet: 0x0134
-packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, -1)
// Packet: 0x0135
-packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, 7)
// Packet: 0x0136
-packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, -1)
// Packet: 0x0137
-packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, 6)
// Packet: 0x0138
-packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+packetLen(0x0138, 3)
// Packet: 0x0139
-packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, 16)
// Packet: 0x013a
-packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+packetLen(0x013a, 4)
// Packet: 0x013b
-packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+packetLen(0x013b, 4)
// Packet: 0x013c
-packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+packetLen(0x013c, 4)
// Packet: 0x013d
-packetLen(0x013d, 6) // ZC_RECOVERY
+packetLen(0x013d, 6)
// Packet: 0x013e
-packetLen(0x013e, 24) // ZC_USESKILL_ACK
+packetLen(0x013e, 24)
// Packet: 0x013f
-packetLen(0x013f, 26) // CZ_ITEM_CREATE
+packetLen(0x013f, 26)
// Packet: 0x0140
-packetLen(0x0140, 22) // CZ_MOVETO_MAP
+packetLen(0x0140, 22)
// Packet: 0x0141
-packetLen(0x0141, 14) // ZC_COUPLESTATUS
+packetLen(0x0141, 14)
// Packet: 0x0142
-packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+packetLen(0x0142, 6)
// Packet: 0x0143
-packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+packetLen(0x0143, 10)
// Packet: 0x0144
-packetLen(0x0144, 23) // ZC_COMPASS
+packetLen(0x0144, 23)
// Packet: 0x0145
-packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+packetLen(0x0145, 19)
// Packet: 0x0146
-packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+packetLen(0x0146, 6)
// Packet: 0x0147
-packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+packetLen(0x0147, 39)
// Packet: 0x0148
-packetLen(0x0148, 8) // ZC_RESURRECTION
+packetLen(0x0148, 8)
// Packet: 0x0149
-packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, 9)
// Packet: 0x014a
-packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+packetLen(0x014a, 6)
// Packet: 0x014b
-packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+packetLen(0x014b, 27)
// Packet: 0x014c
-packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, -1)
// Packet: 0x014d
-packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 2)
// Packet: 0x014e
-packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+packetLen(0x014e, 6)
// Packet: 0x014f
-packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, 6)
// Packet: 0x0150
-packetLen(0x0150, 110) // ZC_GUILD_INFO
+packetLen(0x0150, 110)
// Packet: 0x0151
-packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+packetLen(0x0151, 6)
// Packet: 0x0152
-packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+packetLen(0x0152, -1)
// Packet: 0x0153
-packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+packetLen(0x0153, -1)
// Packet: 0x0154
-packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, -1)
// Packet: 0x0155
-packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, -1)
// Packet: 0x0156
-packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+packetLen(0x0156, -1)
// Packet: 0x0157
-packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+packetLen(0x0157, 6)
// Packet: 0x0159
-packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, 54)
// Packet: 0x015a
-packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 66)
// Packet: 0x015b
-packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 54)
// Packet: 0x015c
-packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, 90)
// Packet: 0x015d
-packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+packetLen(0x015d, 42)
// Packet: 0x015e
-packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, 6)
// Packet: 0x015f
-packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+packetLen(0x015f, 42)
// Packet: 0x0160
-packetLen(0x0160, -1) // ZC_POSITION_INFO
+packetLen(0x0160, -1)
// Packet: 0x0161
-packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, -1)
// Packet: 0x0162
-packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, -1)
// Packet: 0x0163
-packetLen(0x0163, -1) // ZC_BAN_LIST
+packetLen(0x0163, -1)
// Packet: 0x0164
-packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+packetLen(0x0164, -1)
// Packet: 0x0165
-packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, 30)
// Packet: 0x0166
-packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, -1)
// Packet: 0x0167
-packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 3)
// Packet: 0x0168
-packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, 14)
// Packet: 0x0169
-packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 3)
// Packet: 0x016a
-packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, 30)
// Packet: 0x016b
-packetLen(0x016b, 10) // CZ_JOIN_GUILD
+packetLen(0x016b, 10)
// Packet: 0x016c
-packetLen(0x016c, 43) // ZC_UPDATE_GDID
+packetLen(0x016c, 43)
// Packet: 0x016d
-packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 14)
// Packet: 0x016e
-packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+packetLen(0x016e, 186)
// Packet: 0x016f
-packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+packetLen(0x016f, 182)
// Packet: 0x0170
-packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 14)
// Packet: 0x0171
-packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, 30)
// Packet: 0x0172
-packetLen(0x0172, 10) // CZ_ALLY_GUILD
+packetLen(0x0172, 10)
// Packet: 0x0173
-packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+packetLen(0x0173, 3)
// Packet: 0x0174
-packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0174, -1)
// Packet: 0x0175
-packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+packetLen(0x0175, 6)
// Packet: 0x0176
-packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+packetLen(0x0176, 106)
// Packet: 0x0177
-packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, -1)
// Packet: 0x0178
-packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, 4)
// Packet: 0x0179
-packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 5)
// Packet: 0x017a
-packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, 4)
// Packet: 0x017b
-packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, -1)
// Packet: 0x017c
-packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, 6)
// Packet: 0x017d
-packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 7)
// Packet: 0x017e
-packetLen(0x017e, -1) // CZ_GUILD_CHAT
+packetLen(0x017e, -1)
// Packet: 0x017f
-packetLen(0x017f, -1) // ZC_GUILD_CHAT
+packetLen(0x017f, -1)
// Packet: 0x0180
-packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+packetLen(0x0180, 6)
// Packet: 0x0181
-packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+packetLen(0x0181, 3)
// Packet: 0x0182
-packetLen(0x0182, 106) // ZC_MEMBER_ADD
+packetLen(0x0182, 106)
// Packet: 0x0183
-packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+packetLen(0x0183, 10)
// Packet: 0x0184
-packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+packetLen(0x0184, 10)
// Packet: 0x0185
-packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+packetLen(0x0185, 34)
// Packet: 0x0187
-packetLen(0x0187, 6) // CH_UNKNOWN_PING
+packetLen(0x0187, 6)
// Packet: 0x0188
-packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, 8)
// Packet: 0x0189
-packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, 4)
// Packet: 0x018a
-packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+packetLen(0x018a, 4)
// Packet: 0x018b
-packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, 4)
// Packet: 0x018c
-packetLen(0x018c, 29) // ZC_MONSTER_INFO
+packetLen(0x018c, 29)
// Packet: 0x018d
-packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, -1)
// Packet: 0x018e
#if PACKETVER >= 20181121
-packetLen(0x018e, 18) // CZ_REQMAKINGITEM
+packetLen(0x018e, 18)
#elif PACKETVER >= 20180103
-packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+packetLen(0x018e, 10)
#endif
// Packet: 0x018f
#if PACKETVER >= 20181121
-packetLen(0x018f, 8) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 8)
#elif PACKETVER >= 20180103
-packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 6)
#endif
// Packet: 0x0190
-packetLen(0x0190, 23) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+packetLen(0x0190, 23)
// Packet: 0x0191
-packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+packetLen(0x0191, 86)
// Packet: 0x0192
-packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+packetLen(0x0192, 24)
// Packet: 0x0193
-packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+packetLen(0x0193, 2)
// Packet: 0x0194
-packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 30)
// Packet: 0x0195
-packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 102)
// Packet: 0x0196
-packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, 9)
// Packet: 0x0197
-packetLen(0x0197, 4) // CZ_RESET
+packetLen(0x0197, 4)
// Packet: 0x0198
-packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+packetLen(0x0198, 8)
// Packet: 0x0199
-packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, 4)
// Packet: 0x019a
-packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 14)
// Packet: 0x019b
-packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 10)
// Packet: 0x019c
-packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+packetLen(0x019c, -1)
// Packet: 0x019d
-packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, 6)
// Packet: 0x019e
-packetLen(0x019e, 2) // ZC_START_CAPTURE
+packetLen(0x019e, 2)
// Packet: 0x019f
-packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, 6)
// Packet: 0x01a0
-packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, 3)
// Packet: 0x01a1
-packetLen(0x01a1, 3) // CZ_COMMAND_PET
+packetLen(0x01a1, 3)
// Packet: 0x01a2
-packetLen(0x01a2, 37) // ZC_PROPERTY_PET
+packetLen(0x01a2, 37)
// Packet: 0x01a3
#if PACKETVER >= 20181121
-packetLen(0x01a3, 7) // ZC_FEED_PET
+packetLen(0x01a3, 7)
#elif PACKETVER >= 20180103
-packetLen(0x01a3, 5) // ZC_FEED_PET
+packetLen(0x01a3, 5)
#endif
// Packet: 0x01a4
-packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, 11)
// Packet: 0x01a5
-packetLen(0x01a5, 26) // CZ_RENAME_PET
+packetLen(0x01a5, 26)
// Packet: 0x01a6
-packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+packetLen(0x01a6, -1)
// Packet: 0x01a7
-packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 4)
// Packet: 0x01a8
-packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+packetLen(0x01a8, 4)
// Packet: 0x01a9
-packetLen(0x01a9, 6) // CZ_PET_ACT
+packetLen(0x01a9, 6)
// Packet: 0x01aa
-packetLen(0x01aa, 10) // ZC_PET_ACT
+packetLen(0x01aa, 10)
// Packet: 0x01ab
-packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, 12)
// Packet: 0x01ac
-packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+packetLen(0x01ac, 6)
// Packet: 0x01ad
-packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, -1)
// Packet: 0x01ae
#if PACKETVER >= 20181121
-packetLen(0x01ae, 6) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, 6)
#elif PACKETVER >= 20180103
-packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, 4)
#endif
// Packet: 0x01af
-packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+packetLen(0x01af, 4)
// Packet: 0x01b0
-packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, 11)
// Packet: 0x01b1
-packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+packetLen(0x01b1, 7)
// Packet: 0x01b2
-packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, -1)
// Packet: 0x01b3
-packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, 67)
// Packet: 0x01b4
-packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+packetLen(0x01b4, 12)
// Packet: 0x01b5
-packetLen(0x01b5, 18) // SC_BILLING_INFO
+packetLen(0x01b5, 18)
// Packet: 0x01b6
-packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+packetLen(0x01b6, 114)
// Packet: 0x01b7
-packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+packetLen(0x01b7, 6)
// Packet: 0x01b8
-packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+packetLen(0x01b8, 3)
// Packet: 0x01b9
-packetLen(0x01b9, 6) // ZC_DISPEL
+packetLen(0x01b9, 6)
// Packet: 0x01ba
-packetLen(0x01ba, 26) // CZ_REMOVE_AID
+packetLen(0x01ba, 26)
// Packet: 0x01bb
-packetLen(0x01bb, 26) // CZ_SHIFT
+packetLen(0x01bb, 26)
// Packet: 0x01bc
-packetLen(0x01bc, 26) // CZ_RECALL
+packetLen(0x01bc, 26)
// Packet: 0x01bd
-packetLen(0x01bd, 26) // CZ_RECALL_GID
+packetLen(0x01bd, 26)
// Packet: 0x01be
-packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+packetLen(0x01be, 2)
// Packet: 0x01bf
-packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+packetLen(0x01bf, 3)
// Packet: 0x01c0
-packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+packetLen(0x01c0, 2)
// Packet: 0x01c1
-packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+packetLen(0x01c1, 14)
// Packet: 0x01c2
-packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+packetLen(0x01c2, 10)
// Packet: 0x01c3
-packetLen(0x01c3, -1) // ZC_BROADCAST2
+packetLen(0x01c3, -1)
// Packet: 0x01c4
#if PACKETVER >= 20181121
-packetLen(0x01c4, 32) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 32)
#elif PACKETVER >= 20180103
-packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 22)
#endif
// Packet: 0x01c5
#if PACKETVER >= 20181121
-packetLen(0x01c5, 32) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 32)
#elif PACKETVER >= 20180103
-packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 22)
#endif
// Packet: 0x01c6
-packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+packetLen(0x01c6, 4)
// Packet: 0x01c7
-packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+packetLen(0x01c7, 2)
// Packet: 0x01c8
#if PACKETVER >= 20181121
-packetLen(0x01c8, 15) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, 15)
#elif PACKETVER >= 20180103
-packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, 13)
#endif
// Packet: 0x01c9
-packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 97)
// Packet: 0x01ca
-packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+packetLen(0x01ca, 3)
// Packet: 0x01cb
-packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+packetLen(0x01cb, 9)
// Packet: 0x01cc
-packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+packetLen(0x01cc, 9)
// Packet: 0x01cd
-packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, 30)
// Packet: 0x01ce
-packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, 6)
// Packet: 0x01cf
-packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+packetLen(0x01cf, 28)
// Packet: 0x01d0
-packetLen(0x01d0, 8) // ZC_SPIRITS
+packetLen(0x01d0, 8)
// Packet: 0x01d1
-packetLen(0x01d1, 14) // ZC_BLADESTOP
+packetLen(0x01d1, 14)
// Packet: 0x01d2
-packetLen(0x01d2, 10) // ZC_COMBODELAY
+packetLen(0x01d2, 10)
// Packet: 0x01d3
-packetLen(0x01d3, 35) // ZC_SOUND
+packetLen(0x01d3, 35)
// Packet: 0x01d4
-packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, 6)
// Packet: 0x01d5
-packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, -1)
// Packet: 0x01d6
-packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 4)
// Packet: 0x01d7
#if PACKETVER >= 20181121
-packetLen(0x01d7, 15) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 15)
#elif PACKETVER >= 20180103
-packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 11)
#endif
// Packet: 0x01d8
#if PACKETVER >= 20181121
-packetLen(0x01d8, 58) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 58)
#elif PACKETVER >= 20180103
-packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 54)
#endif
// Packet: 0x01d9
#if PACKETVER >= 20181121
-packetLen(0x01d9, 57) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 57)
#elif PACKETVER >= 20180103
-packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 53)
#endif
// Packet: 0x01da
#if PACKETVER >= 20181121
-packetLen(0x01da, 64) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 64)
#elif PACKETVER >= 20180103
-packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 60)
#endif
// Packet: 0x01db
-packetLen(0x01db, 2) // CA_REQ_HASH
+packetLen(0x01db, 2)
// Packet: 0x01dc
-packetLen(0x01dc, -1) // AC_ACK_HASH
+packetLen(0x01dc, -1)
// Packet: 0x01dd
-packetLen(0x01dd, 47) // CA_LOGIN2
+packetLen(0x01dd, 47)
// Packet: 0x01de
-packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 33)
// Packet: 0x01df
-packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+packetLen(0x01df, 6)
// Packet: 0x01e0
-packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+packetLen(0x01e0, 30)
// Packet: 0x01e1
-packetLen(0x01e1, 8) // ZC_SPIRITS2
+packetLen(0x01e1, 8)
// Packet: 0x01e2
-packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+packetLen(0x01e2, 34)
// Packet: 0x01e3
-packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+packetLen(0x01e3, 14)
// Packet: 0x01e4
-packetLen(0x01e4, 2) // ZC_START_COUPLE
+packetLen(0x01e4, 2)
// Packet: 0x01e5
-packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+packetLen(0x01e5, 6)
// Packet: 0x01e6
-packetLen(0x01e6, 26) // ZC_COUPLENAME
+packetLen(0x01e6, 26)
// Packet: 0x01e7
-packetLen(0x01e7, 2) // CZ_DORIDORI
+packetLen(0x01e7, 2)
// Packet: 0x01e8
-packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 28)
// Packet: 0x01e9
-packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, 81)
// Packet: 0x01ea
-packetLen(0x01ea, 6) // ZC_CONGRATULATION
+packetLen(0x01ea, 6)
// Packet: 0x01eb
-packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, 10)
// Packet: 0x01ec
-packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+packetLen(0x01ec, 26)
// Packet: 0x01ed
-packetLen(0x01ed, 2) // CZ_CHOPOKGI
+packetLen(0x01ed, 2)
// Packet: 0x01ee
-packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, -1)
// Packet: 0x01ef
-packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, -1)
// Packet: 0x01f0
-packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, -1)
// Packet: 0x01f1
-packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+packetLen(0x01f1, -1)
// Packet: 0x01f2
-packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, 20)
// Packet: 0x01f3
-packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+packetLen(0x01f3, 10)
// Packet: 0x01f4
-packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, 32)
// Packet: 0x01f5
-packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, 9)
// Packet: 0x01f6
-packetLen(0x01f6, 34) // ZC_REQ_BABY
+packetLen(0x01f6, 34)
// Packet: 0x01f7
-packetLen(0x01f7, 14) // CZ_JOIN_BABY
+packetLen(0x01f7, 14)
// Packet: 0x01f8
-packetLen(0x01f8, 2) // ZC_START_BABY
+packetLen(0x01f8, 2)
// Packet: 0x01f9
-packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+packetLen(0x01f9, 6)
// Packet: 0x01fa
-packetLen(0x01fa, 48) // CA_LOGIN3
+packetLen(0x01fa, 48)
// Packet: 0x01fb
-packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+packetLen(0x01fb, 56)
// Packet: 0x01fc
-packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, -1)
// Packet: 0x01fd
#if PACKETVER >= 20181121
-packetLen(0x01fd, 25) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 25)
#elif PACKETVER >= 20180103
-packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 15)
#endif
// Packet: 0x01fe
-packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, 5)
// Packet: 0x01ff
-packetLen(0x01ff, 10) // ZC_HIGHJUMP
+packetLen(0x01ff, 10)
// Packet: 0x0200
-packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+packetLen(0x0200, 26)
// Packet: 0x0201
-packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+packetLen(0x0201, -1)
// Packet: 0x0202
#if PACKETVER >= 20180315
-packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+packetLen(0x0202, 26)
#elif PACKETVER >= 20180307
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20180221
-packetLen(0x0202, 90) // CZ_ADD_FRIENDS
+packetLen(0x0202, 90)
#elif PACKETVER >= 20180124
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20180117
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20180103
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#endif
// Packet: 0x0203
-packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+packetLen(0x0203, 10)
// Packet: 0x0204
-packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+packetLen(0x0204, 18)
// Packet: 0x0205
-packetLen(0x0205, 26) // ZC_DIVORCE
+packetLen(0x0205, 26)
// Packet: 0x0206
#if PACKETVER >= 20180307
-packetLen(0x0206, 35) // ZC_FRIENDS_STATE
+packetLen(0x0206, 35)
#elif PACKETVER >= 20180103
-packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+packetLen(0x0206, 11)
#endif
// Packet: 0x0207
-packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, 34)
// Packet: 0x0208
-packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, 14)
// Packet: 0x0209
-packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, 36)
// Packet: 0x020a
-packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 10)
// Packet: 0x020d
-packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+packetLen(0x020d, -1)
// Packet: 0x020e
-packetLen(0x020e, 32) // ZC_STARSKILL
+packetLen(0x020e, 32)
// Packet: 0x0212
-packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+packetLen(0x0212, 26)
// Packet: 0x0213
-packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+packetLen(0x0213, 26)
// Packet: 0x0214
-packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+packetLen(0x0214, 42)
// Packet: 0x0215
-packetLen(0x0215, 6) // ZC_SKILLMSG
+packetLen(0x0215, 6)
// Packet: 0x0216
-packetLen(0x0216, 6) // ZC_BABYMSG
+packetLen(0x0216, 6)
// Packet: 0x0217
-packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 2)
// Packet: 0x0218
-packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, 2)
// Packet: 0x0219
-packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 282)
// Packet: 0x021a
-packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, 282)
// Packet: 0x021b
-packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, 10)
// Packet: 0x021c
-packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, 10)
// Packet: 0x021d
-packetLen(0x021d, 6) // CZ_LESSEFFECT
+packetLen(0x021d, 6)
// Packet: 0x021e
-packetLen(0x021e, 6) // ZC_LESSEFFECT
+packetLen(0x021e, 6)
// Packet: 0x021f
-packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+packetLen(0x021f, 66)
// Packet: 0x0220
-packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+packetLen(0x0220, 10)
// Packet: 0x0221
-packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+packetLen(0x0221, -1)
// Packet: 0x0222
-packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+packetLen(0x0222, 6)
// Packet: 0x0223
#if PACKETVER >= 20181121
-packetLen(0x0223, 10) // ZC_ACK_WEAPONREFINE
+packetLen(0x0223, 10)
#elif PACKETVER >= 20180103
-packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+packetLen(0x0223, 8)
#endif
// Packet: 0x0224
-packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+packetLen(0x0224, 10)
// Packet: 0x0225
-packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+packetLen(0x0225, 2)
// Packet: 0x0226
-packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+packetLen(0x0226, 282)
// Packet: 0x0227
-packetLen(0x0227, 18) // ZC_GAME_GUARD
+packetLen(0x0227, 18)
// Packet: 0x0228
-packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+packetLen(0x0228, 18)
// Packet: 0x0229
-packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+packetLen(0x0229, 15)
// Packet: 0x022a
#if PACKETVER >= 20181121
-packetLen(0x022a, 62) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 62)
#elif PACKETVER >= 20180103
-packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 58)
#endif
// Packet: 0x022b
#if PACKETVER >= 20181121
-packetLen(0x022b, 61) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, 61)
#elif PACKETVER >= 20180103
-packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, 57)
#endif
// Packet: 0x022c
#if PACKETVER >= 20181121
-packetLen(0x022c, 69) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, 69)
#elif PACKETVER >= 20180103
-packetLen(0x022c, 65) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, 65)
#endif
// Packet: 0x022d
#if PACKETVER >= 20180315
-packetLen(0x022d, 5) // CZ_COMMAND_MER
+packetLen(0x022d, 5)
#elif PACKETVER >= 20180124
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20180117
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20180103
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#endif
// Packet: 0x022e
#if PACKETVER >= 20181121
-packetLen(0x022e, 73) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 73)
#elif PACKETVER >= 20180103
-packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 71)
#endif
// Packet: 0x022f
#if PACKETVER >= 20181121
-packetLen(0x022f, 7) // ZC_FEED_MER
+packetLen(0x022f, 7)
#elif PACKETVER >= 20180103
-packetLen(0x022f, 5) // ZC_FEED_MER
+packetLen(0x022f, 5)
#endif
// Packet: 0x0230
-packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+packetLen(0x0230, 12)
// Packet: 0x0231
-packetLen(0x0231, 26) // CZ_RENAME_MER
+packetLen(0x0231, 26)
// Packet: 0x0232
-packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, 9)
// Packet: 0x0233
-packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, 11)
// Packet: 0x0234
-packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, 6)
// Packet: 0x0235
-packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, -1)
// Packet: 0x0236
-packetLen(0x0236, 10) // ZC_KILLER_POINT
+packetLen(0x0236, 10)
// Packet: 0x0237
-packetLen(0x0237, 2) // CZ_KILLER_RANK
+packetLen(0x0237, 2)
// Packet: 0x0238
-packetLen(0x0238, 282) // ZC_KILLER_RANK
+packetLen(0x0238, 282)
// Packet: 0x0239
-packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 11)
// Packet: 0x023a
-packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, 4)
// Packet: 0x023b
#if PACKETVER >= 20180315
-packetLen(0x023b, 36) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 36)
#elif PACKETVER >= 20180124
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20180117
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20180103
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#endif
// Packet: 0x023c
-packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, 6)
// Packet: 0x023d
-packetLen(0x023d, 6) // AC_EVENT_RESULT
+packetLen(0x023d, 6)
// Packet: 0x023e
-packetLen(0x023e, 8) // HC_REQUEST_CHARACTER_PASSWORD
+packetLen(0x023e, 8)
// Packet: 0x023f
-packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+packetLen(0x023f, 2)
// Packet: 0x0240
-packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+packetLen(0x0240, -1)
// Packet: 0x0241
-packetLen(0x0241, 6) // CZ_MAIL_OPEN
+packetLen(0x0241, 6)
// Packet: 0x0242
-packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+packetLen(0x0242, -1)
// Packet: 0x0243
-packetLen(0x0243, 6) // CZ_MAIL_DELETE
+packetLen(0x0243, 6)
// Packet: 0x0244
-packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+packetLen(0x0244, 6)
// Packet: 0x0245
-packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+packetLen(0x0245, 3)
// Packet: 0x0246
-packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+packetLen(0x0246, 4)
// Packet: 0x0247
-packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+packetLen(0x0247, 8)
// Packet: 0x0248
-packetLen(0x0248, -1) // CZ_MAIL_SEND
+packetLen(0x0248, -1)
// Packet: 0x0249
-packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+packetLen(0x0249, 3)
// Packet: 0x024a
-packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+packetLen(0x024a, 70)
// Packet: 0x024b
-packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+packetLen(0x024b, 4)
// Packet: 0x024c
-packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+packetLen(0x024c, 8)
// Packet: 0x024d
-packetLen(0x024d, 12) // CZ_AUCTION_ADD
+packetLen(0x024d, 12)
// Packet: 0x024e
-packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+packetLen(0x024e, 6)
// Packet: 0x024f
-packetLen(0x024f, 10) // CZ_AUCTION_BUY
+packetLen(0x024f, 10)
// Packet: 0x0250
-packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+packetLen(0x0250, 3)
// Packet: 0x0251
-packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+packetLen(0x0251, 34)
// Packet: 0x0252
-packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+packetLen(0x0252, -1)
// Packet: 0x0253
-packetLen(0x0253, 3) // ZC_STARPLACE
+packetLen(0x0253, 3)
// Packet: 0x0254
-packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+packetLen(0x0254, 3)
// Packet: 0x0255
-packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+packetLen(0x0255, 5)
// Packet: 0x0256
-packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+packetLen(0x0256, 5)
// Packet: 0x0257
-packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+packetLen(0x0257, 8)
// Packet: 0x0258
-packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+packetLen(0x0258, 2)
// Packet: 0x0259
-packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+packetLen(0x0259, 3)
// Packet: 0x025a
-packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+packetLen(0x025a, -1)
// Packet: 0x025b
#if PACKETVER >= 20181121
-packetLen(0x025b, 8) // CZ_REQ_MAKINGITEM
+packetLen(0x025b, 8)
#elif PACKETVER >= 20180103
-packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+packetLen(0x025b, 6)
#endif
// Packet: 0x025c
-packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+packetLen(0x025c, 4)
// Packet: 0x025d
-packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+packetLen(0x025d, 6)
// Packet: 0x025e
-packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+packetLen(0x025e, 4)
// Packet: 0x025f
-packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+packetLen(0x025f, 6)
// Packet: 0x0260
-packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+packetLen(0x0260, 6)
// Packet: 0x0261
-packetLen(0x0261, 11) // AC_REQ_LOGIN_OLDEKEY
+packetLen(0x0261, 11)
// Packet: 0x0262
-packetLen(0x0262, 11) // AC_REQ_LOGIN_NEWEKEY
+packetLen(0x0262, 11)
// Packet: 0x0263
-packetLen(0x0263, 11) // AC_REQ_LOGIN_CARDPASS
+packetLen(0x0263, 11)
// Packet: 0x0264
-packetLen(0x0264, 20) // CA_ACK_LOGIN_OLDEKEY
+packetLen(0x0264, 20)
// Packet: 0x0265
-packetLen(0x0265, 20) // CA_ACK_LOGIN_NEWEKEY
+packetLen(0x0265, 20)
// Packet: 0x0266
-packetLen(0x0266, 30) // CA_ACK_LOGIN_CARDPASS
+packetLen(0x0266, 30)
// Packet: 0x0267
-packetLen(0x0267, 4) // AC_ACK_EKEY_FAIL_NOTEXIST
+packetLen(0x0267, 4)
// Packet: 0x0268
-packetLen(0x0268, 4) // AC_ACK_EKEY_FAIL_NOTUSESEKEY
+packetLen(0x0268, 4)
// Packet: 0x0269
-packetLen(0x0269, 4) // AC_ACK_EKEY_FAIL_NOTUSEDEKEY
+packetLen(0x0269, 4)
// Packet: 0x026a
-packetLen(0x026a, 4) // AC_ACK_EKEY_FAIL_AUTHREFUSE
+packetLen(0x026a, 4)
// Packet: 0x026b
-packetLen(0x026b, 4) // AC_ACK_EKEY_FAIL_INPUTEKEY
+packetLen(0x026b, 4)
// Packet: 0x026c
-packetLen(0x026c, 4) // AC_ACK_EKEY_FAIL_NOTICE
+packetLen(0x026c, 4)
// Packet: 0x026d
-packetLen(0x026d, 4) // AC_ACK_EKEY_FAIL_NEEDCARDPASS
+packetLen(0x026d, 4)
// Packet: 0x026f
-packetLen(0x026f, 2) // AC_ACK_FIRST_LOGIN
+packetLen(0x026f, 2)
// Packet: 0x0270
-packetLen(0x0270, 2) // AC_REQ_LOGIN_ACCOUNT_INFO
+packetLen(0x0270, 2)
// Packet: 0x0271
-packetLen(0x0271, 40) // CA_ACK_LOGIN_ACCOUNT_INFO
+packetLen(0x0271, 40)
// Packet: 0x0272
-packetLen(0x0272, 44) // AC_ACK_PT_ID_INFO
+packetLen(0x0272, 44)
// Packet: 0x0273
-packetLen(0x0273, 30) // CZ_REQ_MAIL_RETURN
+packetLen(0x0273, 30)
// Packet: 0x0274
-packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, 8)
// Packet: 0x0275
-packetLen(0x0275, 37) // CH_ENTER2
+packetLen(0x0275, 37)
// Packet: 0x0276
-packetLen(0x0276, -1) // AC_ACCEPT_LOGIN2
+packetLen(0x0276, -1)
// Packet: 0x0277
-packetLen(0x0277, 84) // CA_LOGIN_PCBANG
+packetLen(0x0277, 84)
// Packet: 0x0278
-packetLen(0x0278, 2) // ZC_NOTIFY_PCBANG
+packetLen(0x0278, 2)
// Packet: 0x0279
-packetLen(0x0279, 2) // CZ_HUNTINGLIST
+packetLen(0x0279, 2)
// Packet: 0x027a
-packetLen(0x027a, -1) // ZC_HUNTINGLIST
+packetLen(0x027a, -1)
// Packet: 0x027b
-packetLen(0x027b, 14) // ZC_PCBANG_EFFECT
+packetLen(0x027b, 14)
// Packet: 0x027c
-packetLen(0x027c, 60) // CA_LOGIN4
+packetLen(0x027c, 60)
// Packet: 0x027d
-packetLen(0x027d, 62) // ZC_PROPERTY_MERCE
+packetLen(0x027d, 62)
// Packet: 0x027e
-packetLen(0x027e, -1) // ZC_SHANDA_PROTECT
+packetLen(0x027e, -1)
// Packet: 0x027f
-packetLen(0x027f, 8) // CA_CLIENT_TYPE
+packetLen(0x027f, 8)
// Packet: 0x0280
-packetLen(0x0280, 12) // ZC_GANGSI_POINT
+packetLen(0x0280, 12)
// Packet: 0x0281
#if PACKETVER >= 20180315
-packetLen(0x0281, 4) // CZ_GANGSI_RANK
+packetLen(0x0281, 4)
#elif PACKETVER >= 20180314
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20180307
-packetLen(0x0281, 4) // CZ_GANGSI_RANK
+packetLen(0x0281, 4)
#elif PACKETVER >= 20180213
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20180207
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20180124
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20180117
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20180103
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#endif
// Packet: 0x0282
-packetLen(0x0282, 284) // ZC_GANGSI_RANK
+packetLen(0x0282, 284)
// Packet: 0x0283
-packetLen(0x0283, 6) // ZC_AID
+packetLen(0x0283, 6)
// Packet: 0x0284
-packetLen(0x0284, 14) // ZC_NOTIFY_EFFECT3
+packetLen(0x0284, 14)
// Packet: 0x0285
-packetLen(0x0285, 6) // ZC_DEATH_QUESTION
+packetLen(0x0285, 6)
// Packet: 0x0286
-packetLen(0x0286, 4) // CZ_DEATH_QUESTION
+packetLen(0x0286, 4)
// Packet: 0x0287
-packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, -1)
// Packet: 0x0288
-packetLen(0x0288, -1) // CZ_PC_BUY_CASH_POINT_ITEM
+packetLen(0x0288, -1)
// Packet: 0x0289
-packetLen(0x0289, 12) // ZC_PC_CASH_POINT_UPDATE
+packetLen(0x0289, 12)
// Packet: 0x028a
-packetLen(0x028a, 18) // ZC_NPC_SHOWEFST_UPDATE
+packetLen(0x028a, 18)
// Packet: 0x028b
-packetLen(0x028b, -1) // HC_CHARNOTBEENSELECTED
+packetLen(0x028b, -1)
// Packet: 0x028c
-packetLen(0x028c, 46) // CH_SELECT_CHAR_GOINGTOBEUSED
+packetLen(0x028c, 46)
// Packet: 0x028d
-packetLen(0x028d, 34) // CH_REQ_IS_VALID_CHARNAME
+packetLen(0x028d, 34)
// Packet: 0x028e
-packetLen(0x028e, 4) // HC_ACK_IS_VALID_CHARNAME
+packetLen(0x028e, 4)
// Packet: 0x028f
-packetLen(0x028f, 6) // CH_REQ_CHANGE_CHARNAME
+packetLen(0x028f, 6)
// Packet: 0x0290
-packetLen(0x0290, 4) // HC_ACK_CHANGE_CHARNAME
+packetLen(0x0290, 4)
// Packet: 0x0291
-packetLen(0x0291, 4) // ZC_MSG
+packetLen(0x0291, 4)
// Packet: 0x0292
-packetLen(0x0292, 2) // CZ_STANDING_RESURRECTION
+packetLen(0x0292, 2)
// Packet: 0x0293
-packetLen(0x0293, 70) // ZC_BOSS_INFO
+packetLen(0x0293, 70)
// Packet: 0x0294
-packetLen(0x0294, 10) // ZC_READ_BOOK
+packetLen(0x0294, 10)
// Packet: 0x0295
-packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, -1)
// Packet: 0x0296
-packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, -1)
// Packet: 0x0297
-packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, -1)
// Packet: 0x0298
#if PACKETVER >= 20181121
-packetLen(0x0298, 10) // ZC_CASH_TIME_COUNTER
+packetLen(0x0298, 10)
#elif PACKETVER >= 20180103
-packetLen(0x0298, 8) // ZC_CASH_TIME_COUNTER
+packetLen(0x0298, 8)
#endif
// Packet: 0x0299
#if PACKETVER >= 20181121
-packetLen(0x0299, 8) // ZC_CASH_ITEM_DELETE
+packetLen(0x0299, 8)
#elif PACKETVER >= 20180103
-packetLen(0x0299, 6) // ZC_CASH_ITEM_DELETE
+packetLen(0x0299, 6)
#endif
// Packet: 0x029a
#if PACKETVER >= 20181121
-packetLen(0x029a, 37) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, 37)
#elif PACKETVER >= 20180103
-packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, 27)
#endif
// Packet: 0x029b
-packetLen(0x029b, 80) // ZC_MER_INIT
+packetLen(0x029b, 80)
// Packet: 0x029c
-packetLen(0x029c, 66) // ZC_MER_PROPERTY
+packetLen(0x029c, 66)
// Packet: 0x029d
-packetLen(0x029d, -1) // ZC_MER_SKILLINFO_LIST
+packetLen(0x029d, -1)
// Packet: 0x029e
-packetLen(0x029e, 11) // ZC_MER_SKILLINFO_UPDATE
+packetLen(0x029e, 11)
// Packet: 0x029f
-packetLen(0x029f, 3) // CZ_MER_COMMAND
+packetLen(0x029f, 3)
// Packet: 0x02a2
-packetLen(0x02a2, 8) // ZC_MER_PAR_CHANGE
+packetLen(0x02a2, 8)
// Packet: 0x02a5
-packetLen(0x02a5, 8) // CZ_KSY_EVENT
+packetLen(0x02a5, 8)
// Packet: 0x02a6
-packetLen(0x02a6, -1) // ZC_HACKSH_CPX_MSG
+packetLen(0x02a6, -1)
// Packet: 0x02a7
-packetLen(0x02a7, -1) // CZ_HACKSH_CPX_MSG
+packetLen(0x02a7, -1)
// Packet: 0x02aa
-packetLen(0x02aa, 4) // ZC_REQ_CASH_PASSWORD
+packetLen(0x02aa, 4)
// Packet: 0x02ab
-packetLen(0x02ab, 36) // CZ_ACK_CASH_PASSWORD
+packetLen(0x02ab, 36)
// Packet: 0x02ac
-packetLen(0x02ac, 6) // ZC_RESULT_CASH_PASSWORD
+packetLen(0x02ac, 6)
// Packet: 0x02ad
-packetLen(0x02ad, 8) // AC_REQUEST_SECOND_PASSWORD
+packetLen(0x02ad, 8)
// Packet: 0x02b0
-packetLen(0x02b0, 85) // CA_LOGIN_HAN
+packetLen(0x02b0, 85)
// Packet: 0x02b1
-packetLen(0x02b1, -1) // ZC_ALL_QUEST_LIST
+packetLen(0x02b1, -1)
// Packet: 0x02b2
-packetLen(0x02b2, -1) // ZC_ALL_QUEST_MISSION
+packetLen(0x02b2, -1)
// Packet: 0x02b3
-packetLen(0x02b3, 107) // ZC_ADD_QUEST
+packetLen(0x02b3, 107)
// Packet: 0x02b4
-packetLen(0x02b4, 6) // ZC_DEL_QUEST
+packetLen(0x02b4, 6)
// Packet: 0x02b5
-packetLen(0x02b5, -1) // ZC_UPDATE_MISSION_HUNT
+packetLen(0x02b5, -1)
// Packet: 0x02b6
-packetLen(0x02b6, 7) // CZ_ACTIVE_QUEST
+packetLen(0x02b6, 7)
// Packet: 0x02b7
-packetLen(0x02b7, 7) // ZC_ACTIVE_QUEST
+packetLen(0x02b7, 7)
// Packet: 0x02b8
#if PACKETVER >= 20181121
-packetLen(0x02b8, 32) // ZC_ITEM_PICKUP_PARTY
+packetLen(0x02b8, 32)
#elif PACKETVER >= 20180103
-packetLen(0x02b8, 22) // ZC_ITEM_PICKUP_PARTY
+packetLen(0x02b8, 22)
#endif
// Packet: 0x02b9
-packetLen(0x02b9, 191) // ZC_SHORTCUT_KEY_LIST
+packetLen(0x02b9, 191)
// Packet: 0x02ba
-packetLen(0x02ba, 11) // CZ_SHORTCUT_KEY_CHANGE
+packetLen(0x02ba, 11)
// Packet: 0x02bb
-packetLen(0x02bb, 8) // ZC_EQUIPITEM_DAMAGED
+packetLen(0x02bb, 8)
// Packet: 0x02bc
-packetLen(0x02bc, 6) // ZC_NOTIFY_PCBANG_PLAYING_TIME
+packetLen(0x02bc, 6)
// Packet: 0x02c1
-packetLen(0x02c1, -1) // ZC_NPC_CHAT
+packetLen(0x02c1, -1)
// Packet: 0x02c2
-packetLen(0x02c2, -1) // ZC_FORMATSTRING_MSG
+packetLen(0x02c2, -1)
// Packet: 0x02c4
#if PACKETVER >= 20180315
-packetLen(0x02c4, 26) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 26)
#elif PACKETVER >= 20180117
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20180103
-packetLen(0x02c4, 8) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 8)
#endif
// Packet: 0x02c5
-packetLen(0x02c5, 30) // ZC_PARTY_JOIN_REQ_ACK
+packetLen(0x02c5, 30)
// Packet: 0x02c6
-packetLen(0x02c6, 30) // ZC_PARTY_JOIN_REQ
+packetLen(0x02c6, 30)
// Packet: 0x02c7
-packetLen(0x02c7, 7) // CZ_PARTY_JOIN_REQ_ACK
+packetLen(0x02c7, 7)
// Packet: 0x02c8
-packetLen(0x02c8, 3) // CZ_PARTY_CONFIG
+packetLen(0x02c8, 3)
// Packet: 0x02c9
-packetLen(0x02c9, 3) // ZC_PARTY_CONFIG
+packetLen(0x02c9, 3)
// Packet: 0x02ca
-packetLen(0x02ca, 3) // HC_REFUSE_SELECTCHAR
+packetLen(0x02ca, 3)
// Packet: 0x02cb
-packetLen(0x02cb, 65) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO
+packetLen(0x02cb, 65)
// Packet: 0x02cc
-packetLen(0x02cc, 4) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_NOTIFY
+packetLen(0x02cc, 4)
// Packet: 0x02cd
-packetLen(0x02cd, 71) // ZC_MEMORIALDUNGEON_INFO
+packetLen(0x02cd, 71)
// Packet: 0x02ce
-packetLen(0x02ce, 10) // ZC_MEMORIALDUNGEON_NOTIFY
+packetLen(0x02ce, 10)
// Packet: 0x02cf
-packetLen(0x02cf, 6) // CZ_MEMORIALDUNGEON_COMMAND
+packetLen(0x02cf, 6)
// Packet: 0x02d0
-packetLen(0x02d0, -1) // ZC_EQUIPMENT_ITEMLIST3
+packetLen(0x02d0, -1)
// Packet: 0x02d1
-packetLen(0x02d1, -1) // ZC_STORE_EQUIPMENT_ITEMLIST3
+packetLen(0x02d1, -1)
// Packet: 0x02d2
-packetLen(0x02d2, -1) // ZC_CART_EQUIPMENT_ITEMLIST3
+packetLen(0x02d2, -1)
// Packet: 0x02d3
-packetLen(0x02d3, 4) // ZC_NOTIFY_BIND_ON_EQUIP
+packetLen(0x02d3, 4)
// Packet: 0x02d4
#if PACKETVER >= 20181121
-packetLen(0x02d4, 39) // ZC_ITEM_PICKUP_ACK3
+packetLen(0x02d4, 39)
#elif PACKETVER >= 20180103
-packetLen(0x02d4, 29) // ZC_ITEM_PICKUP_ACK3
+packetLen(0x02d4, 29)
#endif
// Packet: 0x02d5
-packetLen(0x02d5, 2) // ZC_ISVR_DISCONNECT
+packetLen(0x02d5, 2)
// Packet: 0x02d6
-packetLen(0x02d6, 6) // CZ_EQUIPWIN_MICROSCOPE
+packetLen(0x02d6, 6)
// Packet: 0x02d7
-packetLen(0x02d7, -1) // ZC_EQUIPWIN_MICROSCOPE
+packetLen(0x02d7, -1)
// Packet: 0x02d8
-packetLen(0x02d8, 10) // CZ_CONFIG
+packetLen(0x02d8, 10)
// Packet: 0x02d9
-packetLen(0x02d9, 10) // ZC_CONFIG
+packetLen(0x02d9, 10)
// Packet: 0x02da
-packetLen(0x02da, 3) // ZC_CONFIG_NOTIFY
+packetLen(0x02da, 3)
// Packet: 0x02db
-packetLen(0x02db, -1) // CZ_BATTLEFIELD_CHAT
+packetLen(0x02db, -1)
// Packet: 0x02dc
-packetLen(0x02dc, -1) // ZC_BATTLEFIELD_CHAT
+packetLen(0x02dc, -1)
// Packet: 0x02dd
-packetLen(0x02dd, 32) // ZC_BATTLEFIELD_NOTIFY_CAMPINFO
+packetLen(0x02dd, 32)
// Packet: 0x02de
-packetLen(0x02de, 6) // ZC_BATTLEFIELD_NOTIFY_POINT
+packetLen(0x02de, 6)
// Packet: 0x02df
-packetLen(0x02df, 36) // ZC_BATTLEFIELD_NOTIFY_POSITION
+packetLen(0x02df, 36)
// Packet: 0x02e0
-packetLen(0x02e0, 34) // ZC_BATTLEFIELD_NOTIFY_HP
+packetLen(0x02e0, 34)
// Packet: 0x02e1
-packetLen(0x02e1, 33) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, 33)
// Packet: 0x02e2
-packetLen(0x02e2, 20) // CZ_USE_ITEM_NEW_JAPEN
+packetLen(0x02e2, 20)
// Packet: 0x02e3
-packetLen(0x02e3, 22) // CZ_USE_SKILL_NEW_JAPEN
+packetLen(0x02e3, 22)
// Packet: 0x02e4
-packetLen(0x02e4, 11) // CZ_ITEM_PICKUP_NEW_JAPEN
+packetLen(0x02e4, 11)
// Packet: 0x02e5
-packetLen(0x02e5, 9) // CZ_REQUEST_MOVE_NEW_JAPEN
+packetLen(0x02e5, 9)
// Packet: 0x02e6
-packetLen(0x02e6, 6) // CZ_BOT_CHECK
+packetLen(0x02e6, 6)
// Packet: 0x02e7
-packetLen(0x02e7, -1) // ZC_MAPPROPERTY
+packetLen(0x02e7, -1)
// Packet: 0x02e8
-packetLen(0x02e8, -1) // ZC_NORMAL_ITEMLIST3
+packetLen(0x02e8, -1)
// Packet: 0x02e9
-packetLen(0x02e9, -1) // ZC_CART_NORMAL_ITEMLIST3
+packetLen(0x02e9, -1)
// Packet: 0x02ea
-packetLen(0x02ea, -1) // ZC_STORE_NORMAL_ITEMLIST3
+packetLen(0x02ea, -1)
// Packet: 0x02eb
-packetLen(0x02eb, 13) // ZC_ACCEPT_ENTER2
+packetLen(0x02eb, 13)
// Packet: 0x02ec
#if PACKETVER >= 20181121
-packetLen(0x02ec, 71) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 71)
#elif PACKETVER >= 20180103
-packetLen(0x02ec, 67) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 67)
#endif
// Packet: 0x02ed
#if PACKETVER >= 20181121
-packetLen(0x02ed, 63) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, 63)
#elif PACKETVER >= 20180103
-packetLen(0x02ed, 59) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, 59)
#endif
// Packet: 0x02ee
#if PACKETVER >= 20181121
-packetLen(0x02ee, 64) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, 64)
#elif PACKETVER >= 20180103
-packetLen(0x02ee, 60) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, 60)
#endif
// Packet: 0x02ef
-packetLen(0x02ef, 8) // ZC_NOTIFY_FONT
+packetLen(0x02ef, 8)
// Packet: 0x02f0
-packetLen(0x02f0, 10) // ZC_PROGRESS
+packetLen(0x02f0, 10)
// Packet: 0x02f1
-packetLen(0x02f1, 2) // CZ_PROGRESS
+packetLen(0x02f1, 2)
// Packet: 0x02f2
-packetLen(0x02f2, 2) // ZC_PROGRESS_CANCEL
+packetLen(0x02f2, 2)
// Packet: 0x02f3
-packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+packetLen(0x02f3, -1)
// Packet: 0x02f4
-packetLen(0x02f4, 3) // ZC_IRMAIL_SEND_RES
+packetLen(0x02f4, 3)
// Packet: 0x02f5
-packetLen(0x02f5, 7) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, 7)
// Packet: 0x02f6
-packetLen(0x02f6, 7) // CZ_IRMAIL_LIST
+packetLen(0x02f6, 7)
// Packet: 0x035c
-packetLen(0x035c, 2) // CZ_OPEN_SIMPLE_CASHSHOP_ITEMLIST
+packetLen(0x035c, 2)
// Packet: 0x035d
-packetLen(0x035d, -1) // ZC_SIMPLE_CASHSHOP_POINT_ITEMLIST
+packetLen(0x035d, -1)
// Packet: 0x035e
-packetLen(0x035e, 2) // CZ_CLOSE_WINDOW
+packetLen(0x035e, 2)
// Packet: 0x035f
#if PACKETVER >= 20180315
-packetLen(0x035f, 5) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 5)
#elif PACKETVER >= 20180314
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20180307
-packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+packetLen(0x035f, -1)
#elif PACKETVER >= 20180213
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20180117
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20180103
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#endif
// Packet: 0x0360
#if PACKETVER >= 20180315
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20180213
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20180207
-packetLen(0x0360, 4) // CZ_REQUEST_TIME2
+packetLen(0x0360, 4)
#elif PACKETVER >= 20180117
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20180103
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#endif
// Packet: 0x0361
#if PACKETVER >= 20180315
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20180314
-packetLen(0x0361, 12) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 12)
#elif PACKETVER >= 20180124
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20180117
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20180103
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#endif
// Packet: 0x0362
#if PACKETVER >= 20180315
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20180213
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20180207
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20180124
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20180117
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20180103
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#endif
// Packet: 0x0363
#if PACKETVER >= 20180315
-packetLen(0x0363, 6) // CZ_ITEM_THROW2
+packetLen(0x0363, 6)
#elif PACKETVER >= 20180213
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20180207
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20180124
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20180117
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20180103
-packetLen(0x0363, 26) // CZ_ITEM_THROW2
+packetLen(0x0363, 26)
#endif
// Packet: 0x0364
#if PACKETVER >= 20180315
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20180213
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20180207
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20180124
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20180117
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20180103
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#endif
// Packet: 0x0365
#if PACKETVER >= 20180315
-packetLen(0x0365, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 8)
#elif PACKETVER >= 20180213
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20180207
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20180124
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20180117
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20180103
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#endif
// Packet: 0x0366
#if PACKETVER >= 20180314
-packetLen(0x0366, 10) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 10)
#elif PACKETVER >= 20180307
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20180221
-packetLen(0x0366, 8) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 8)
#elif PACKETVER >= 20180213
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20180117
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20180103
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#endif
// Packet: 0x0367
#if PACKETVER >= 20180315
-packetLen(0x0367, 90) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 90)
#elif PACKETVER >= 20180103
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#endif
// Packet: 0x0368
#if PACKETVER >= 20180315
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20180213
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20180117
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20180103
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#endif
// Packet: 0x0369
#if PACKETVER >= 20180315
-packetLen(0x0369, 6) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 6)
#elif PACKETVER >= 20180314
-packetLen(0x0369, 5) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 5)
#elif PACKETVER >= 20180221
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20180213
-packetLen(0x0369, 36) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 36)
#elif PACKETVER >= 20180117
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20180103
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#endif
// Packet: 0x03dd
-packetLen(0x03dd, 18) // AHC_GAME_GUARD
+packetLen(0x03dd, 18)
// Packet: 0x03de
-packetLen(0x03de, 18) // CAH_ACK_GAME_GUARD
+packetLen(0x03de, 18)
// Packet: 0x0436
#if PACKETVER >= 20180315
-packetLen(0x0436, 19) // CZ_ENTER2
+packetLen(0x0436, 19)
#elif PACKETVER >= 20180314
-packetLen(0x0436, 6) // CZ_ENTER2
+packetLen(0x0436, 6)
#elif PACKETVER >= 20180307
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20180221
-packetLen(0x0436, 26) // CZ_ENTER2
+packetLen(0x0436, 26)
#elif PACKETVER >= 20180207
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20180124
-packetLen(0x0436, 8) // CZ_ENTER2
+packetLen(0x0436, 8)
#elif PACKETVER >= 20180117
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20180103
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#endif
// Packet: 0x0437
#if PACKETVER >= 20180315
-packetLen(0x0437, 7) // CZ_REQUEST_ACT2
+packetLen(0x0437, 7)
#elif PACKETVER >= 20180314
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20180307
-packetLen(0x0437, 6) // CZ_REQUEST_ACT2
+packetLen(0x0437, 6)
#elif PACKETVER >= 20180213
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20180117
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20180103
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#endif
// Packet: 0x0438
#if PACKETVER >= 20180315
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20180213
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20180117
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20180103
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#endif
// Packet: 0x0439
-packetLen(0x0439, 8) // CZ_USE_ITEM2
+packetLen(0x0439, 8)
// Packet: 0x043d
-packetLen(0x043d, 8) // ZC_SKILL_POSTDELAY
+packetLen(0x043d, 8)
// Packet: 0x043e
-packetLen(0x043e, -1) // ZC_SKILL_POSTDELAY_LIST
+packetLen(0x043e, -1)
// Packet: 0x043f
-packetLen(0x043f, 25) // ZC_MSG_STATE_CHANGE2
+packetLen(0x043f, 25)
// Packet: 0x0440
-packetLen(0x0440, 10) // ZC_MILLENNIUMSHIELD
+packetLen(0x0440, 10)
// Packet: 0x0441
-packetLen(0x0441, 4) // ZC_SKILLINFO_DELETE
+packetLen(0x0441, 4)
// Packet: 0x0442
-packetLen(0x0442, -1) // ZC_SKILL_SELECT_REQUEST
+packetLen(0x0442, -1)
// Packet: 0x0443
-packetLen(0x0443, 8) // CZ_SKILL_SELECT_RESPONSE
+packetLen(0x0443, 8)
// Packet: 0x0444
-packetLen(0x0444, -1) // ZC_SIMPLE_CASH_POINT_ITEMLIST
+packetLen(0x0444, -1)
// Packet: 0x0445
#if PACKETVER >= 20181121
-packetLen(0x0445, 12) // CZ_SIMPLE_BUY_CASH_POINT_ITEM
+packetLen(0x0445, 12)
#elif PACKETVER >= 20180103
-packetLen(0x0445, 10) // CZ_SIMPLE_BUY_CASH_POINT_ITEM
+packetLen(0x0445, 10)
#endif
// Packet: 0x0446
-packetLen(0x0446, 14) // ZC_QUEST_NOTIFY_EFFECT
+packetLen(0x0446, 14)
// Packet: 0x0447
-packetLen(0x0447, 2) // CZ_BLOCKING_PLAY_CANCEL
+packetLen(0x0447, 2)
// Packet: 0x0448
-packetLen(0x0448, -1) // HC_CHARACTER_LIST
+packetLen(0x0448, -1)
// Packet: 0x0449
-packetLen(0x0449, 4) // ZC_HACKSH_ERROR_MSG
+packetLen(0x0449, 4)
// Packet: 0x044a
-packetLen(0x044a, 6) // CZ_CLIENT_VERSION
+packetLen(0x044a, 6)
// Packet: 0x044b
-packetLen(0x044b, 2) // CZ_CLOSE_SIMPLECASH_SHOP
+packetLen(0x044b, 2)
// Packet: 0x07d7
-packetLen(0x07d7, 8) // CZ_GROUPINFO_CHANGE_V2
+packetLen(0x07d7, 8)
// Packet: 0x07d8
-packetLen(0x07d8, 8) // ZC_REQ_GROUPINFO_CHANGE_V2
+packetLen(0x07d8, 8)
// Packet: 0x07d9
-packetLen(0x07d9, 268) // ZC_SHORTCUT_KEY_LIST_V2
+packetLen(0x07d9, 268)
// Packet: 0x07da
-packetLen(0x07da, 6) // CZ_CHANGE_GROUP_MASTER
+packetLen(0x07da, 6)
// Packet: 0x07db
-packetLen(0x07db, 8) // ZC_HO_PAR_CHANGE
+packetLen(0x07db, 8)
// Packet: 0x07dc
-packetLen(0x07dc, 6) // CZ_SEEK_PARTY
+packetLen(0x07dc, 6)
// Packet: 0x07dd
-packetLen(0x07dd, 54) // ZC_SEEK_PARTY
+packetLen(0x07dd, 54)
// Packet: 0x07de
-packetLen(0x07de, 30) // CZ_SEEK_PARTY_MEMBER
+packetLen(0x07de, 30)
// Packet: 0x07df
-packetLen(0x07df, 54) // ZC_SEEK_PARTY_MEMBER
+packetLen(0x07df, 54)
// Packet: 0x07e0
-packetLen(0x07e0, 58) // ZC_ES_NOTI_MYINFO
+packetLen(0x07e0, 58)
// Packet: 0x07e1
-packetLen(0x07e1, 15) // ZC_SKILLINFO_UPDATE2
+packetLen(0x07e1, 15)
// Packet: 0x07e2
-packetLen(0x07e2, 8) // ZC_MSG_VALUE
+packetLen(0x07e2, 8)
// Packet: 0x07e3
-packetLen(0x07e3, 6) // ZC_ITEMLISTWIN_OPEN
+packetLen(0x07e3, 6)
// Packet: 0x07e4
#if PACKETVER >= 20180315
-packetLen(0x07e4, -1) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, -1)
#elif PACKETVER >= 20180314
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20180307
-packetLen(0x07e4, 19) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 19)
#elif PACKETVER >= 20180213
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20180207
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20180124
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20180117
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20180103
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#endif
// Packet: 0x07e5
-packetLen(0x07e5, 4) // CH_ENTER_CHECKBOT
+packetLen(0x07e5, 4)
// Packet: 0x07e6
-packetLen(0x07e6, 8) // ZC_MSG_SKILL
+packetLen(0x07e6, 8)
// Packet: 0x07e7
-packetLen(0x07e7, 32) // CH_CHECKBOT
+packetLen(0x07e7, 32)
// Packet: 0x07e8
-packetLen(0x07e8, -1) // HC_CHECKBOT
+packetLen(0x07e8, -1)
// Packet: 0x07e9
-packetLen(0x07e9, 5) // HC_CHECKBOT_RESULT
+packetLen(0x07e9, 5)
// Packet: 0x07ea
-packetLen(0x07ea, 2) // CZ_BATTLE_FIELD_LIST
+packetLen(0x07ea, 2)
// Packet: 0x07eb
-packetLen(0x07eb, -1) // ZC_BATTLE_FIELD_LIST
+packetLen(0x07eb, -1)
// Packet: 0x07ec
#if PACKETVER >= 20180315
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20180213
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20180207
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20180124
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20180117
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20180103
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#endif
// Packet: 0x07ed
-packetLen(0x07ed, 10) // ZC_JOIN_BATTLE_FIELD
+packetLen(0x07ed, 10)
// Packet: 0x07ee
-packetLen(0x07ee, 6) // CZ_CANCEL_BATTLE_FIELD
+packetLen(0x07ee, 6)
// Packet: 0x07ef
-packetLen(0x07ef, 8) // ZC_CANCEL_BATTLE_FIELD
+packetLen(0x07ef, 8)
// Packet: 0x07f0
-packetLen(0x07f0, 6) // CZ_REQ_BATTLE_STATE_MONITOR
+packetLen(0x07f0, 6)
// Packet: 0x07f1
-packetLen(0x07f1, 18) // ZC_ACK_BATTLE_STATE_MONITOR
+packetLen(0x07f1, 18)
// Packet: 0x07f2
-packetLen(0x07f2, 8) // ZC_BATTLE_NOTI_START_STEP
+packetLen(0x07f2, 8)
// Packet: 0x07f3
-packetLen(0x07f3, 6) // ZC_BATTLE_JOIN_NOTI_DEFER
+packetLen(0x07f3, 6)
// Packet: 0x07f4
-packetLen(0x07f4, 3) // ZC_BATTLE_JOIN_DISABLE_STATE
+packetLen(0x07f4, 3)
// Packet: 0x07f5
-packetLen(0x07f5, 6) // CZ_GM_FULLSTRIP
+packetLen(0x07f5, 6)
// Packet: 0x07f6
-packetLen(0x07f6, 14) // ZC_NOTIFY_EXP
+packetLen(0x07f6, 14)
// Packet: 0x07f7
-packetLen(0x07f7, -1) // ZC_NOTIFY_MOVEENTRY7
+packetLen(0x07f7, -1)
// Packet: 0x07f8
-packetLen(0x07f8, -1) // ZC_NOTIFY_NEWENTRY5
+packetLen(0x07f8, -1)
// Packet: 0x07f9
-packetLen(0x07f9, -1) // ZC_NOTIFY_STANDENTRY5
+packetLen(0x07f9, -1)
// Packet: 0x07fa
-packetLen(0x07fa, 8) // ZC_DELETE_ITEM_FROM_BODY
+packetLen(0x07fa, 8)
// Packet: 0x07fb
-packetLen(0x07fb, 25) // ZC_USESKILL_ACK2
+packetLen(0x07fb, 25)
// Packet: 0x07fc
-packetLen(0x07fc, 10) // ZC_CHANGE_GROUP_MASTER
+packetLen(0x07fc, 10)
// Packet: 0x07fd
-packetLen(0x07fd, -1) // ZC_BROADCASTING_SPECIAL_ITEM_OBTAIN
+packetLen(0x07fd, -1)
// Packet: 0x07fe
-packetLen(0x07fe, 26) // ZC_PLAY_NPC_BGM
+packetLen(0x07fe, 26)
// Packet: 0x0800
-packetLen(0x0800, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC2
+packetLen(0x0800, -1)
// Packet: 0x0801
-packetLen(0x0801, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC2
+packetLen(0x0801, -1)
// Packet: 0x0802
#if PACKETVER >= 20180315
-packetLen(0x0802, 18) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 18)
#elif PACKETVER >= 20180221
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20180213
-packetLen(0x0802, 6) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 6)
#elif PACKETVER >= 20180207
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20180124
-packetLen(0x0802, 6) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 6)
#elif PACKETVER >= 20180117
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20180103
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#endif
// Packet: 0x0803
-packetLen(0x0803, 4) // ZC_PARTY_BOOKING_ACK_REGISTER
+packetLen(0x0803, 4)
// Packet: 0x0804
-packetLen(0x0804, 14) // CZ_PARTY_BOOKING_REQ_SEARCH
+packetLen(0x0804, 14)
// Packet: 0x0805
-packetLen(0x0805, -1) // ZC_PARTY_BOOKING_ACK_SEARCH
+packetLen(0x0805, -1)
// Packet: 0x0806
-packetLen(0x0806, 2) // CZ_PARTY_BOOKING_REQ_DELETE
+packetLen(0x0806, 2)
// Packet: 0x0807
-packetLen(0x0807, 4) // ZC_PARTY_BOOKING_ACK_DELETE
+packetLen(0x0807, 4)
// Packet: 0x0808
-packetLen(0x0808, 14) // CZ_PARTY_BOOKING_REQ_UPDATE
+packetLen(0x0808, 14)
// Packet: 0x0809
-packetLen(0x0809, 50) // ZC_PARTY_BOOKING_NOTIFY_INSERT
+packetLen(0x0809, 50)
// Packet: 0x080a
-packetLen(0x080a, 18) // ZC_PARTY_BOOKING_NOTIFY_UPDATE
+packetLen(0x080a, 18)
// Packet: 0x080b
-packetLen(0x080b, 6) // ZC_PARTY_BOOKING_NOTIFY_DELETE
+packetLen(0x080b, 6)
// Packet: 0x080c
-packetLen(0x080c, 2) // CZ_SIMPLE_CASH_BTNSHOW
+packetLen(0x080c, 2)
// Packet: 0x080d
-packetLen(0x080d, 3) // ZC_SIMPLE_CASH_BTNSHOW
+packetLen(0x080d, 3)
// Packet: 0x080e
-packetLen(0x080e, 14) // ZC_NOTIFY_HP_TO_GROUPM_R2
+packetLen(0x080e, 14)
// Packet: 0x080f
#if PACKETVER >= 20181121
-packetLen(0x080f, 30) // ZC_ADD_EXCHANGE_ITEM2
+packetLen(0x080f, 30)
#elif PACKETVER >= 20180103
-packetLen(0x080f, 20) // ZC_ADD_EXCHANGE_ITEM2
+packetLen(0x080f, 20)
#endif
// Packet: 0x0810
-packetLen(0x0810, 3) // ZC_OPEN_BUYING_STORE
+packetLen(0x0810, 3)
// Packet: 0x0811
#if PACKETVER >= 20180315
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20180213
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20180117
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20180103
-packetLen(0x0811, 19) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 19)
#endif
// Packet: 0x0812
-packetLen(0x0812, 8) // ZC_FAILED_OPEN_BUYING_STORE_TO_BUYER
+packetLen(0x0812, 8)
// Packet: 0x0813
-packetLen(0x0813, -1) // ZC_MYITEMLIST_BUYING_STORE
+packetLen(0x0813, -1)
// Packet: 0x0814
-packetLen(0x0814, 86) // ZC_BUYING_STORE_ENTRY
+packetLen(0x0814, 86)
// Packet: 0x0815
#if PACKETVER >= 20180213
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20180117
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20180103
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#endif
// Packet: 0x0816
-packetLen(0x0816, 6) // ZC_DISAPPEAR_BUYING_STORE_ENTRY
+packetLen(0x0816, 6)
// Packet: 0x0817
#if PACKETVER >= 20180315
-packetLen(0x0817, 6) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 6)
#elif PACKETVER >= 20180221
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20180213
-packetLen(0x0817, 90) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 90)
#elif PACKETVER >= 20180103
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#endif
// Packet: 0x0818
-packetLen(0x0818, -1) // ZC_ACK_ITEMLIST_BUYING_STORE
+packetLen(0x0818, -1)
// Packet: 0x0819
#if PACKETVER >= 20180315
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20180213
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20180207
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20180124
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20180117
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20180103
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#endif
// Packet: 0x081a
-packetLen(0x081a, 4) // ZC_FAILED_TRADE_BUYING_STORE_TO_BUYER
+packetLen(0x081a, 4)
// Packet: 0x081b
#if PACKETVER >= 20181121
-packetLen(0x081b, 12) // ZC_UPDATE_ITEM_FROM_BUYING_STORE
+packetLen(0x081b, 12)
#elif PACKETVER >= 20180103
-packetLen(0x081b, 10) // ZC_UPDATE_ITEM_FROM_BUYING_STORE
+packetLen(0x081b, 10)
#endif
// Packet: 0x081c
-packetLen(0x081c, 10) // ZC_ITEM_DELETE_BUYING_STORE
+packetLen(0x081c, 10)
// Packet: 0x081d
-packetLen(0x081d, 22) // ZC_EL_INIT
+packetLen(0x081d, 22)
// Packet: 0x081e
-packetLen(0x081e, 8) // ZC_EL_PAR_CHANGE
+packetLen(0x081e, 8)
// Packet: 0x081f
-packetLen(0x081f, -1) // ZC_BROADCAST4
+packetLen(0x081f, -1)
// Packet: 0x0820
-packetLen(0x0820, 11) // ZC_COSTUME_SPRITE_CHANGE
+packetLen(0x0820, 11)
// Packet: 0x0821
-packetLen(0x0821, 2) // AC_OTP_USER
+packetLen(0x0821, 2)
// Packet: 0x0822
-packetLen(0x0822, 9) // CA_OTP_AUTH_REQ
+packetLen(0x0822, 9)
// Packet: 0x0823
-packetLen(0x0823, -1) // AC_OTP_AUTH_ACK
+packetLen(0x0823, -1)
// Packet: 0x0824
#if PACKETVER >= 20181121
-packetLen(0x0824, 8) // ZC_FAILED_TRADE_BUYING_STORE_TO_SELLER
+packetLen(0x0824, 8)
#elif PACKETVER >= 20180103
-packetLen(0x0824, 6) // ZC_FAILED_TRADE_BUYING_STORE_TO_SELLER
+packetLen(0x0824, 6)
#endif
// Packet: 0x0825
-packetLen(0x0825, -1) // CA_SSO_LOGIN_REQ
+packetLen(0x0825, -1)
// Packet: 0x0827
-packetLen(0x0827, 6) // CH_DELETE_CHAR3_RESERVED
+packetLen(0x0827, 6)
// Packet: 0x0828
-packetLen(0x0828, 14) // HC_DELETE_CHAR3_RESERVED
+packetLen(0x0828, 14)
// Packet: 0x0829
-packetLen(0x0829, 12) // CH_DELETE_CHAR3
+packetLen(0x0829, 12)
// Packet: 0x082a
-packetLen(0x082a, 10) // HC_DELETE_CHAR3
+packetLen(0x082a, 10)
// Packet: 0x082b
-packetLen(0x082b, 6) // CH_DELETE_CHAR3_CANCEL
+packetLen(0x082b, 6)
// Packet: 0x082c
-packetLen(0x082c, 10) // HC_DELETE_CHAR3_CANCEL
+packetLen(0x082c, 10)
// Packet: 0x082d
-packetLen(0x082d, -1) // HC_ACCEPT_ENTER2
+packetLen(0x082d, -1)
// Packet: 0x0835
#if PACKETVER >= 20180315
-packetLen(0x0835, -1) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, -1)
#elif PACKETVER >= 20180103
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#endif
// Packet: 0x0836
-packetLen(0x0836, -1) // ZC_SEARCH_STORE_INFO_ACK
+packetLen(0x0836, -1)
// Packet: 0x0837
-packetLen(0x0837, 3) // ZC_SEARCH_STORE_INFO_FAILED
+packetLen(0x0837, 3)
// Packet: 0x0838
#if PACKETVER >= 20180307
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20180221
-packetLen(0x0838, 5) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 5)
#elif PACKETVER >= 20180213
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20180117
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20180103
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#endif
// Packet: 0x0839
-packetLen(0x0839, 66) // ZC_ACK_BAN_GUILD_SSO
+packetLen(0x0839, 66)
// Packet: 0x083a
-packetLen(0x083a, 5) // ZC_OPEN_SEARCH_STORE_INFO
+packetLen(0x083a, 5)
// Packet: 0x083b
-packetLen(0x083b, 2) // CZ_CLOSE_SEARCH_STORE_INFO
+packetLen(0x083b, 2)
// Packet: 0x083c
#if PACKETVER >= 20181121
-packetLen(0x083c, 14) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 14)
#elif PACKETVER >= 20180315
-packetLen(0x083c, 12) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 12)
#elif PACKETVER >= 20180213
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20180117
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20180103
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#endif
// Packet: 0x083d
-packetLen(0x083d, 6) // ZC_SSILIST_ITEM_CLICK_ACK
+packetLen(0x083d, 6)
// Packet: 0x083e
-packetLen(0x083e, 26) // AC_REFUSE_LOGIN2
+packetLen(0x083e, 26)
// Packet: 0x0840
-packetLen(0x0840, -1) // HC_NOTIFY_ACCESSIBLE_MAPNAME
+packetLen(0x0840, -1)
// Packet: 0x0841
-packetLen(0x0841, 4) // CH_SELECT_ACCESSIBLE_MAPNAME
+packetLen(0x0841, 4)
// Packet: 0x0842
-packetLen(0x0842, 6) // CZ_RECALL_SSO
+packetLen(0x0842, 6)
// Packet: 0x0843
-packetLen(0x0843, 6) // CZ_REMOVE_AID_SSO
+packetLen(0x0843, 6)
// Packet: 0x0844
-packetLen(0x0844, 2) // CZ_SE_CASHSHOP_OPEN
+packetLen(0x0844, 2)
// Packet: 0x0845
-packetLen(0x0845, 10) // ZC_SE_CASHSHOP_OPEN
+packetLen(0x0845, 10)
// Packet: 0x0846
-packetLen(0x0846, 4) // CZ_REQ_SE_CASH_TAB_CODE
+packetLen(0x0846, 4)
// Packet: 0x0847
-packetLen(0x0847, -1) // ZC_ACK_SE_CASH_ITEM_LIST
+packetLen(0x0847, -1)
// Packet: 0x0848
-packetLen(0x0848, -1) // CZ_SE_PC_BUY_CASHITEM_LIST
+packetLen(0x0848, -1)
// Packet: 0x0849
-packetLen(0x0849, 16) // ZC_SE_PC_BUY_CASHITEM_RESULT
+packetLen(0x0849, 16)
// Packet: 0x084a
-packetLen(0x084a, 2) // CZ_SE_CASHSHOP_CLOSE
+packetLen(0x084a, 2)
// Packet: 0x084b
#if PACKETVER >= 20181121
-packetLen(0x084b, 21) // ZC_ITEM_FALL_ENTRY4
+packetLen(0x084b, 21)
#elif PACKETVER >= 20180103
-packetLen(0x084b, 19) // ZC_ITEM_FALL_ENTRY4
+packetLen(0x084b, 19)
#endif
// Packet: 0x084c
-packetLen(0x084c, 10) // CZ_MACRO_USE_SKILL
+packetLen(0x084c, 10)
// Packet: 0x084d
-packetLen(0x084d, 10) // CZ_MACRO_USE_SKILL_TOGROUND
+packetLen(0x084d, 10)
// Packet: 0x084e
-packetLen(0x084e, 5) // CZ_MACRO_REQUEST_MOVE
+packetLen(0x084e, 5)
// Packet: 0x084f
-packetLen(0x084f, 6) // CZ_MACRO_ITEM_PICKUP
+packetLen(0x084f, 6)
// Packet: 0x0850
-packetLen(0x0850, 7) // CZ_MACRO_REQUEST_ACT
+packetLen(0x0850, 7)
// Packet: 0x0851
-packetLen(0x0851, -1) // ZC_GPK_DYNCODE
+packetLen(0x0851, -1)
// Packet: 0x0852
-packetLen(0x0852, 2) // CZ_GPK_DYNCODE_RELOAD
+packetLen(0x0852, 2)
// Packet: 0x0853
-packetLen(0x0853, -1) // ZC_GPK_AUTH
+packetLen(0x0853, -1)
// Packet: 0x0854
-packetLen(0x0854, -1) // CZ_GPK_AUTH
+packetLen(0x0854, -1)
// Packet: 0x0855
-packetLen(0x0855, 6) // ZC_MACRO_ITEMPICKUP_FAIL
+packetLen(0x0855, 6)
// Packet: 0x0856
-packetLen(0x0856, -1) // ZC_NOTIFY_MOVEENTRY8
+packetLen(0x0856, -1)
// Packet: 0x0857
-packetLen(0x0857, -1) // ZC_NOTIFY_STANDENTRY7
+packetLen(0x0857, -1)
// Packet: 0x0858
-packetLen(0x0858, -1) // ZC_NOTIFY_NEWENTRY6
+packetLen(0x0858, -1)
// Packet: 0x0859
-packetLen(0x0859, -1) // ZC_EQUIPWIN_MICROSCOPE2
+packetLen(0x0859, -1)
// Packet: 0x085a
#if PACKETVER >= 20180315
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20180314
-packetLen(0x085a, 6) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 6)
#elif PACKETVER >= 20180221
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20180213
-packetLen(0x085a, 12) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 12)
#elif PACKETVER >= 20180103
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#endif
// Packet: 0x085b
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
// Packet: 0x085c
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
// Packet: 0x085d
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
// Packet: 0x085e
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
// Packet: 0x085f
#if PACKETVER >= 20180207
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#elif PACKETVER >= 20180124
-packetLen(0x085f, 36) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 36)
#elif PACKETVER >= 20180103
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#endif
// Packet: 0x0860
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
// Packet: 0x0861
#if PACKETVER >= 20180314
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#elif PACKETVER >= 20180307
-packetLen(0x0861, 90) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 90)
#elif PACKETVER >= 20180103
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#endif
// Packet: 0x0862
#if PACKETVER >= 20180315
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#elif PACKETVER >= 20180307
-packetLen(0x0862, 6) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 6)
#elif PACKETVER >= 20180103
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#endif
// Packet: 0x0863
#if PACKETVER >= 20180315
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20180314
-packetLen(0x0863, -1) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, -1)
#elif PACKETVER >= 20180103
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#endif
// Packet: 0x0864
#if PACKETVER >= 20180314
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#elif PACKETVER >= 20180307
-packetLen(0x0864, -1) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, -1)
#elif PACKETVER >= 20180103
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#endif
// Packet: 0x0865
#if PACKETVER >= 20180117
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#elif PACKETVER >= 20180103
-packetLen(0x0865, 4) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 4)
#endif
// Packet: 0x0866
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
// Packet: 0x0867
#if PACKETVER >= 20180307
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#elif PACKETVER >= 20180221
-packetLen(0x0867, -1) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, -1)
#elif PACKETVER >= 20180103
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#endif
// Packet: 0x0868
#if PACKETVER >= 20180315
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#elif PACKETVER >= 20180314
-packetLen(0x0868, 8) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 8)
#elif PACKETVER >= 20180207
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#elif PACKETVER >= 20180124
-packetLen(0x0868, 4) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 4)
#elif PACKETVER >= 20180103
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#endif
// Packet: 0x0869
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
// Packet: 0x086a
#if PACKETVER >= 20180207
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#elif PACKETVER >= 20180124
-packetLen(0x086a, 18) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 18)
#elif PACKETVER >= 20180103
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#endif
// Packet: 0x086b
#if PACKETVER >= 20180117
-packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 2)
#elif PACKETVER >= 20180103
-packetLen(0x086b, -1) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, -1)
#endif
// Packet: 0x086c
#if PACKETVER >= 20180314
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#elif PACKETVER >= 20180221
-packetLen(0x086c, 6) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 6)
#elif PACKETVER >= 20180103
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#endif
// Packet: 0x086d
#if PACKETVER >= 20180117
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#elif PACKETVER >= 20180103
-packetLen(0x086d, 12) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 12)
#endif
// Packet: 0x086e
#if PACKETVER >= 20180315
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
#elif PACKETVER >= 20180314
-packetLen(0x086e, 8) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 8)
#elif PACKETVER >= 20180103
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
#endif
// Packet: 0x086f
#if PACKETVER >= 20180307
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#elif PACKETVER >= 20180221
-packetLen(0x086f, -1) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, -1)
#elif PACKETVER >= 20180213
-packetLen(0x086f, 26) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 26)
#elif PACKETVER >= 20180207
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#elif PACKETVER >= 20180124
-packetLen(0x086f, 8) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 8)
#elif PACKETVER >= 20180103
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#endif
// Packet: 0x0870
#if PACKETVER >= 20180314
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#elif PACKETVER >= 20180307
-packetLen(0x0870, -1) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, -1)
#elif PACKETVER >= 20180213
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#elif PACKETVER >= 20180207
-packetLen(0x0870, 19) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 19)
#elif PACKETVER >= 20180103
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#endif
// Packet: 0x0871
#if PACKETVER >= 20180307
-packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 2)
#elif PACKETVER >= 20180221
-packetLen(0x0871, 6) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 6)
#elif PACKETVER >= 20180103
-packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 2)
#endif
// Packet: 0x0872
@@ -3064,1926 +3064,1926 @@ packetLen(0x0872, 6)
#endif
// Packet: 0x0873
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
// Packet: 0x0874
#if PACKETVER >= 20180315
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#elif PACKETVER >= 20180314
-packetLen(0x0874, -1) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, -1)
#elif PACKETVER >= 20180221
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#elif PACKETVER >= 20180213
-packetLen(0x0874, 6) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 6)
#elif PACKETVER >= 20180103
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#endif
// Packet: 0x0875
#if PACKETVER >= 20180221
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20180213
-packetLen(0x0875, 8) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 8)
#elif PACKETVER >= 20180124
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20180117
-packetLen(0x0875, 36) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 36)
#elif PACKETVER >= 20180103
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#endif
// Packet: 0x0876
#if PACKETVER >= 20180307
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
#elif PACKETVER >= 20180221
-packetLen(0x0876, 5) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 5)
#elif PACKETVER >= 20180117
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
#elif PACKETVER >= 20180103
-packetLen(0x0876, 6) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 6)
#endif
// Packet: 0x0877
#if PACKETVER >= 20180314
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#elif PACKETVER >= 20180307
-packetLen(0x0877, 5) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 5)
#elif PACKETVER >= 20180103
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#endif
// Packet: 0x0878
#if PACKETVER >= 20180221
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#elif PACKETVER >= 20180213
-packetLen(0x0878, 5) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 5)
#elif PACKETVER >= 20180103
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#endif
// Packet: 0x0879
#if PACKETVER >= 20180307
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
#elif PACKETVER >= 20180221
-packetLen(0x0879, 8) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 8)
#elif PACKETVER >= 20180117
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
#elif PACKETVER >= 20180103
-packetLen(0x0879, -1) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, -1)
#endif
// Packet: 0x087a
#if PACKETVER >= 20180315
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
#elif PACKETVER >= 20180314
-packetLen(0x087a, 19) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 19)
#elif PACKETVER >= 20180207
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
#elif PACKETVER >= 20180124
-packetLen(0x087a, 26) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 26)
#elif PACKETVER >= 20180103
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
#endif
// Packet: 0x087b
#if PACKETVER >= 20180221
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#elif PACKETVER >= 20180213
-packetLen(0x087b, 6) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 6)
#elif PACKETVER >= 20180103
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#endif
// Packet: 0x087c
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
// Packet: 0x087d
#if PACKETVER >= 20180307
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#elif PACKETVER >= 20180221
-packetLen(0x087d, 5) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 5)
#elif PACKETVER >= 20180103
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#endif
// Packet: 0x087e
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
// Packet: 0x087f
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
// Packet: 0x0880
#if PACKETVER >= 20180307
-packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 2)
#elif PACKETVER >= 20180221
-packetLen(0x0880, -1) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, -1)
#elif PACKETVER >= 20180103
-packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 2)
#endif
// Packet: 0x0881
#if PACKETVER >= 20180307
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#elif PACKETVER >= 20180221
-packetLen(0x0881, 18) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 18)
#elif PACKETVER >= 20180213
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#elif PACKETVER >= 20180207
-packetLen(0x0881, 26) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 26)
#elif PACKETVER >= 20180103
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#endif
// Packet: 0x0882
#if PACKETVER >= 20180221
-packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 2)
#elif PACKETVER >= 20180213
-packetLen(0x0882, 10) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 10)
#elif PACKETVER >= 20180103
-packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 2)
#endif
// Packet: 0x0883
#if PACKETVER >= 20180307
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#elif PACKETVER >= 20180221
-packetLen(0x0883, -1) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, -1)
#elif PACKETVER >= 20180103
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#endif
// Packet: 0x0884
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
// Packet: 0x0885
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
// Packet: 0x0886
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
// Packet: 0x0887
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
// Packet: 0x0888
#if PACKETVER >= 20180315
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20180314
-packetLen(0x0888, 5) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 5)
#elif PACKETVER >= 20180207
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20180124
-packetLen(0x0888, 19) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 19)
#elif PACKETVER >= 20180103
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#endif
// Packet: 0x0889
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
// Packet: 0x088a
#if PACKETVER >= 20180315
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20180314
-packetLen(0x088a, 10) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 10)
#elif PACKETVER >= 20180103
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#endif
// Packet: 0x088b
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
// Packet: 0x088c
#if PACKETVER >= 20180221
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20180213
-packetLen(0x088c, -1) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, -1)
#elif PACKETVER >= 20180103
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#endif
// Packet: 0x088d
#if PACKETVER >= 20180315
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20180314
-packetLen(0x088d, 36) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 36)
#elif PACKETVER >= 20180307
-packetLen(0x088d, 8) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 8)
#elif PACKETVER >= 20180103
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#endif
// Packet: 0x088e
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
// Packet: 0x088f
#if PACKETVER >= 20180307
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20180221
-packetLen(0x088f, 6) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 6)
#elif PACKETVER >= 20180103
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#endif
// Packet: 0x0890
#if PACKETVER >= 20180207
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20180124
-packetLen(0x0890, 8) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 8)
#elif PACKETVER >= 20180103
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#endif
// Packet: 0x0891
#if PACKETVER >= 20180307
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20180221
-packetLen(0x0891, 4) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 4)
#elif PACKETVER >= 20180103
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#endif
// Packet: 0x0892
#if PACKETVER >= 20180221
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20180213
-packetLen(0x0892, 6) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 6)
#elif PACKETVER >= 20180103
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#endif
// Packet: 0x0893
#if PACKETVER >= 20180314
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20180307
-packetLen(0x0893, 10) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 10)
#elif PACKETVER >= 20180103
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#endif
// Packet: 0x0894
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
// Packet: 0x0895
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
// Packet: 0x0896
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
// Packet: 0x0897
#if PACKETVER >= 20180307
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20180221
-packetLen(0x0897, 19) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 19)
#elif PACKETVER >= 20180103
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#endif
// Packet: 0x0898
#if PACKETVER >= 20180221
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20180213
-packetLen(0x0898, -1) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, -1)
#elif PACKETVER >= 20180103
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#endif
// Packet: 0x0899
#if PACKETVER >= 20180117
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20180103
-packetLen(0x0899, 26) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 26)
#endif
// Packet: 0x089a
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
// Packet: 0x089b
#if PACKETVER >= 20180315
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20180314
-packetLen(0x089b, 90) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 90)
#elif PACKETVER >= 20180307
-packetLen(0x089b, 12) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 12)
#elif PACKETVER >= 20180103
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#endif
// Packet: 0x089c
#if PACKETVER >= 20180221
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20180213
-packetLen(0x089c, 4) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 4)
#elif PACKETVER >= 20180103
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#endif
// Packet: 0x089d
#if PACKETVER >= 20180307
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20180221
-packetLen(0x089d, 6) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 6)
#elif PACKETVER >= 20180103
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#endif
// Packet: 0x089e
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
// Packet: 0x089f
#if PACKETVER >= 20180117
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#elif PACKETVER >= 20180103
-packetLen(0x089f, 6) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 6)
#endif
// Packet: 0x08a0
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
// Packet: 0x08a1
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
// Packet: 0x08a2
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
// Packet: 0x08a3
#if PACKETVER >= 20180221
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#elif PACKETVER >= 20180213
-packetLen(0x08a3, 19) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 19)
#elif PACKETVER >= 20180103
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#endif
// Packet: 0x08a4
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
// Packet: 0x08a5
#if PACKETVER >= 20180221
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20180213
-packetLen(0x08a5, -1) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, -1)
#elif PACKETVER >= 20180103
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#endif
// Packet: 0x08a6
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
// Packet: 0x08a7
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
// Packet: 0x08a8
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
// Packet: 0x08a9
#if PACKETVER >= 20180117
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20180103
-packetLen(0x08a9, 5) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 5)
#endif
// Packet: 0x08aa
#if PACKETVER >= 20180314
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20180307
-packetLen(0x08aa, 26) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 26)
#elif PACKETVER >= 20180103
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#endif
// Packet: 0x08ab
#if PACKETVER >= 20180314
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20180307
-packetLen(0x08ab, 5) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 5)
#elif PACKETVER >= 20180117
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20180103
-packetLen(0x08ab, 6) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 6)
#endif
// Packet: 0x08ac
#if PACKETVER >= 20180117
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20180103
-packetLen(0x08ac, -1) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, -1)
#endif
// Packet: 0x08ad
#if PACKETVER >= 20180221
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20180213
-packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 6)
#elif PACKETVER >= 20180103
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#endif
// Packet: 0x08af
-packetLen(0x08af, 10) // HC_WAITING_LOGIN
+packetLen(0x08af, 10)
// Packet: 0x08b0
-packetLen(0x08b0, 17) // CH_WAITING_LOGIN
+packetLen(0x08b0, 17)
// Packet: 0x08b1
-packetLen(0x08b1, -1) // ZC_MCSTORE_NOTMOVEITEM_LIST
+packetLen(0x08b1, -1)
// Packet: 0x08b2
-packetLen(0x08b2, -1) // AC_REALNAME_AUTH
+packetLen(0x08b2, -1)
// Packet: 0x08b3
-packetLen(0x08b3, -1) // ZC_SHOWSCRIPT
+packetLen(0x08b3, -1)
// Packet: 0x08b4
-packetLen(0x08b4, 2) // ZC_START_COLLECTION
+packetLen(0x08b4, 2)
// Packet: 0x08b5
-packetLen(0x08b5, 6) // CZ_TRYCOLLECTION
+packetLen(0x08b5, 6)
// Packet: 0x08b6
-packetLen(0x08b6, 3) // ZC_TRYCOLLECTION
+packetLen(0x08b6, 3)
// Packet: 0x08b8
-packetLen(0x08b8, 10) // CH_SECOND_PASSWD_ACK
+packetLen(0x08b8, 10)
// Packet: 0x08b9
-packetLen(0x08b9, 12) // HC_SECOND_PASSWD_LOGIN
+packetLen(0x08b9, 12)
// Packet: 0x08ba
-packetLen(0x08ba, 10) // CH_MAKE_SECOND_PASSWD
+packetLen(0x08ba, 10)
// Packet: 0x08bb
-packetLen(0x08bb, 8) // HC_MAKE_SECOND_PASSWD
+packetLen(0x08bb, 8)
// Packet: 0x08bc
-packetLen(0x08bc, 10) // CH_DELETE_SECOND_PASSWD
+packetLen(0x08bc, 10)
// Packet: 0x08bd
-packetLen(0x08bd, 8) // HC_DELETE_SECOND_PASSWD
+packetLen(0x08bd, 8)
// Packet: 0x08be
-packetLen(0x08be, 14) // CH_EDIT_SECOND_PASSWD
+packetLen(0x08be, 14)
// Packet: 0x08bf
-packetLen(0x08bf, 8) // HC_EDIT_SECOND_PASSWD
+packetLen(0x08bf, 8)
// Packet: 0x08c0
-packetLen(0x08c0, -1) // ZC_ACK_SE_CASH_ITEM_LIST2
+packetLen(0x08c0, -1)
// Packet: 0x08c1
-packetLen(0x08c1, 2) // CZ_MACRO_START
+packetLen(0x08c1, 2)
// Packet: 0x08c2
-packetLen(0x08c2, 2) // CZ_MACRO_STOP
+packetLen(0x08c2, 2)
// Packet: 0x08c3
-packetLen(0x08c3, 10) // CH_NOT_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c3, 10)
// Packet: 0x08c4
-packetLen(0x08c4, 8) // HC_NOT_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c4, 8)
// Packet: 0x08c5
-packetLen(0x08c5, 6) // CH_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c5, 6)
// Packet: 0x08c6
-packetLen(0x08c6, 4) // HC_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c6, 4)
// Packet: 0x08c7
-packetLen(0x08c7, -1) // ZC_SKILL_ENTRY3
+packetLen(0x08c7, -1)
// Packet: 0x08c8
-packetLen(0x08c8, 34) // ZC_NOTIFY_ACT3
+packetLen(0x08c8, 34)
// Packet: 0x08c9
-packetLen(0x08c9, 2) // CZ_REQ_SCHEDULER_CASHITEM
+packetLen(0x08c9, 2)
// Packet: 0x08ca
-packetLen(0x08ca, -1) // ZC_ACK_SCHEDULER_CASHITEM
+packetLen(0x08ca, -1)
// Packet: 0x08cb
-packetLen(0x08cb, -1) // ZC_PERSONAL_INFOMATION
+packetLen(0x08cb, -1)
// Packet: 0x08cc
-packetLen(0x08cc, 109) // CA_LOGIN5
+packetLen(0x08cc, 109)
// Packet: 0x08cd
-packetLen(0x08cd, 10) // ZC_STOPMOVE_FORCE
+packetLen(0x08cd, 10)
// Packet: 0x08ce
-packetLen(0x08ce, 2) // ZC_FAILED_GET_ITEM_FROM_ZONEDA
+packetLen(0x08ce, 2)
// Packet: 0x08cf
-packetLen(0x08cf, 10) // ZC_SPIRITS_ATTRIBUTE
+packetLen(0x08cf, 10)
// Packet: 0x08d0
-packetLen(0x08d0, 9) // ZC_REQ_WEAR_EQUIP_ACK2
+packetLen(0x08d0, 9)
// Packet: 0x08d1
-packetLen(0x08d1, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK2
+packetLen(0x08d1, 7)
// Packet: 0x08d2
-packetLen(0x08d2, 10) // ZC_FASTMOVE
+packetLen(0x08d2, 10)
// Packet: 0x08d3
-packetLen(0x08d3, 10) // ZC_SE_CASHSHOP_UPDATE
+packetLen(0x08d3, 10)
// Packet: 0x08d4
-packetLen(0x08d4, 8) // CH_REQ_CHANGE_CHARACTER_SLOT
+packetLen(0x08d4, 8)
// Packet: 0x08d5
-packetLen(0x08d5, -1) // HC_ACK_CHANGE_CHARACTER_SLOT
+packetLen(0x08d5, -1)
// Packet: 0x08d6
-packetLen(0x08d6, 6) // ZC_CLEAR_DIALOG
+packetLen(0x08d6, 6)
// Packet: 0x08d7
-packetLen(0x08d7, 28) // CZ_REQ_ENTRY_QUEUE_APPLY
+packetLen(0x08d7, 28)
// Packet: 0x08d8
-packetLen(0x08d8, 27) // ZC_ACK_ENTRY_QUEUE_APPLY
+packetLen(0x08d8, 27)
// Packet: 0x08d9
-packetLen(0x08d9, 30) // ZC_NOTIFY_ENTRY_QUEUE_APPLY
+packetLen(0x08d9, 30)
// Packet: 0x08da
-packetLen(0x08da, 26) // CZ_REQ_ENTRY_QUEUE_CANCEL
+packetLen(0x08da, 26)
// Packet: 0x08db
-packetLen(0x08db, 27) // ZC_ACK_ENTRY_QUEUE_CANCEL
+packetLen(0x08db, 27)
// Packet: 0x08dc
-packetLen(0x08dc, 26) // ZC_NOTIFY_ENTRY_QUEUE_ADMISSION
+packetLen(0x08dc, 26)
// Packet: 0x08dd
-packetLen(0x08dd, 27) // CZ_REPLY_ENTRY_QUEUE_ADMISSION
+packetLen(0x08dd, 27)
// Packet: 0x08de
-packetLen(0x08de, 27) // ZC_REPLY_ACK_ENTRY_QUEUE_ADMISSION
+packetLen(0x08de, 27)
// Packet: 0x08df
-packetLen(0x08df, 50) // ZC_NOTIFY_LOBBY_ADMISSION
+packetLen(0x08df, 50)
// Packet: 0x08e0
-packetLen(0x08e0, 51) // CZ_REPLY_LOBBY_ADMISSION
+packetLen(0x08e0, 51)
// Packet: 0x08e1
-packetLen(0x08e1, 51) // ZC_REPLY_ACK_LOBBY_ADMISSION
+packetLen(0x08e1, 51)
// Packet: 0x08e2
-packetLen(0x08e2, 27) // ZC_NAVIGATION_ACTIVE
+packetLen(0x08e2, 27)
// Packet: 0x08e3
-packetLen(0x08e3, 157) // HC_UPDATE_CHARINFO
+packetLen(0x08e3, 157)
// Packet: 0x08e4
-packetLen(0x08e4, 6) // AC_SHUTDOWN_INFO
+packetLen(0x08e4, 6)
// Packet: 0x08fc
-packetLen(0x08fc, 30) // CH_REQ_CHANGE_CHARACTERNAME
+packetLen(0x08fc, 30)
// Packet: 0x08fd
-packetLen(0x08fd, 6) // CH_ACK_CHANGE_CHARACTERNAME
+packetLen(0x08fd, 6)
// Packet: 0x08fe
-packetLen(0x08fe, -1) // ZC_HUNTING_QUEST_INFO
+packetLen(0x08fe, -1)
// Packet: 0x08ff
-packetLen(0x08ff, 24) // ZC_EFST_SET_ENTER
+packetLen(0x08ff, 24)
// Packet: 0x0900
-packetLen(0x0900, -1) // ZC_INVENTORY_ITEMLIST_NORMAL
+packetLen(0x0900, -1)
// Packet: 0x0901
-packetLen(0x0901, -1) // ZC_INVENTORY_ITEMLIST_EQUIP
+packetLen(0x0901, -1)
// Packet: 0x0902
-packetLen(0x0902, -1) // ZC_CART_ITEMLIST_NORMAL
+packetLen(0x0902, -1)
// Packet: 0x0903
-packetLen(0x0903, -1) // ZC_CART_ITEMLIST_EQUIP
+packetLen(0x0903, -1)
// Packet: 0x0904
-packetLen(0x0904, -1) // ZC_STORE_ITEMLIST_NORMAL
+packetLen(0x0904, -1)
// Packet: 0x0905
-packetLen(0x0905, -1) // ZC_STORE_ITEMLIST_EQUIP
+packetLen(0x0905, -1)
// Packet: 0x0906
-packetLen(0x0906, -1) // ZC_MICROSCOPE
+packetLen(0x0906, -1)
// Packet: 0x0907
-packetLen(0x0907, 5) // CZ_INVENTORY_TAB
+packetLen(0x0907, 5)
// Packet: 0x0908
-packetLen(0x0908, 5) // ZC_INVENTORY_TAB
+packetLen(0x0908, 5)
// Packet: 0x090a
-packetLen(0x090a, 26) // CZ_REQ_ENTRY_QUEUE_RANKING
+packetLen(0x090a, 26)
// Packet: 0x090d
-packetLen(0x090d, -1) // ZC_PREMIUM_CAMPAIGN_INFO
+packetLen(0x090d, -1)
// Packet: 0x090e
-packetLen(0x090e, 2) // ZC_ENTRY_QUEUE_INIT
+packetLen(0x090e, 2)
// Packet: 0x090f
-packetLen(0x090f, -1) // ZC_NOTIFY_NEWENTRY7
+packetLen(0x090f, -1)
// Packet: 0x0910
-packetLen(0x0910, 10) // CZ_REQ_PARTY_NAME
+packetLen(0x0910, 10)
// Packet: 0x0911
-packetLen(0x0911, 30) // ZC_ACK_PARTY_NAME
+packetLen(0x0911, 30)
// Packet: 0x0912
-packetLen(0x0912, 10) // CZ_REQ_GUILD_NAME
+packetLen(0x0912, 10)
// Packet: 0x0913
-packetLen(0x0913, 30) // ZC_ACK_GUILD_NAME
+packetLen(0x0913, 30)
// Packet: 0x0914
-packetLen(0x0914, -1) // ZC_NOTIFY_MOVEENTRY9
+packetLen(0x0914, -1)
// Packet: 0x0915
-packetLen(0x0915, -1) // ZC_NOTIFY_STANDENTRY8
+packetLen(0x0915, -1)
// Packet: 0x0916
-packetLen(0x0916, 26) // CZ_REQ_JOIN_GUILD2
+packetLen(0x0916, 26)
// Packet: 0x0917
#if PACKETVER >= 20180314
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
#elif PACKETVER >= 20180307
-packetLen(0x0917, 10) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 10)
#elif PACKETVER >= 20180221
-packetLen(0x0917, 36) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 36)
#elif PACKETVER >= 20180213
-packetLen(0x0917, 26) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 26)
#elif PACKETVER >= 20180103
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
#endif
// Packet: 0x0918
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
// Packet: 0x0919
#if PACKETVER >= 20180207
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
#elif PACKETVER >= 20180124
-packetLen(0x0919, 26) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 26)
#elif PACKETVER >= 20180103
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
#endif
// Packet: 0x091a
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
// Packet: 0x091b
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
// Packet: 0x091c
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
// Packet: 0x091d
#if PACKETVER >= 20180117
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20180103
-packetLen(0x091d, 7) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 7)
#endif
// Packet: 0x091e
#if PACKETVER >= 20180307
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
#elif PACKETVER >= 20180221
-packetLen(0x091e, 8) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 8)
#elif PACKETVER >= 20180103
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
#endif
// Packet: 0x091f
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
// Packet: 0x0920
#if PACKETVER >= 20180314
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#elif PACKETVER >= 20180307
-packetLen(0x0920, 8) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 8)
#elif PACKETVER >= 20180103
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#endif
// Packet: 0x0921
#if PACKETVER >= 20180315
-packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 2)
#elif PACKETVER >= 20180314
-packetLen(0x0921, 7) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 7)
#elif PACKETVER >= 20180103
-packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 2)
#endif
// Packet: 0x0922
#if PACKETVER >= 20180221
-packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 2)
#elif PACKETVER >= 20180213
-packetLen(0x0922, 5) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 5)
#elif PACKETVER >= 20180103
-packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 2)
#endif
// Packet: 0x0923
-packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 2)
// Packet: 0x0924
#if PACKETVER >= 20180221
-packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 2)
#elif PACKETVER >= 20180213
-packetLen(0x0924, 10) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 10)
#elif PACKETVER >= 20180103
-packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 2)
#endif
// Packet: 0x0925
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
// Packet: 0x0926
#if PACKETVER >= 20180221
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
#elif PACKETVER >= 20180213
-packetLen(0x0926, 8) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 8)
#elif PACKETVER >= 20180117
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
#elif PACKETVER >= 20180103
-packetLen(0x0926, 8) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 8)
#endif
// Packet: 0x0927
#if PACKETVER >= 20180117
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#elif PACKETVER >= 20180103
-packetLen(0x0927, 18) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 18)
#endif
// Packet: 0x0928
-packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 2)
// Packet: 0x0929
-packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 2)
// Packet: 0x092a
-packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 2)
// Packet: 0x092b
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
// Packet: 0x092c
#if PACKETVER >= 20180213
-packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 2)
#elif PACKETVER >= 20180207
-packetLen(0x092c, 5) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 5)
#elif PACKETVER >= 20180117
-packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 2)
#elif PACKETVER >= 20180103
-packetLen(0x092c, 8) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 8)
#endif
// Packet: 0x092d
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
// Packet: 0x092e
#if PACKETVER >= 20180213
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#elif PACKETVER >= 20180207
-packetLen(0x092e, 5) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 5)
#elif PACKETVER >= 20180103
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#endif
// Packet: 0x092f
#if PACKETVER >= 20180315
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#elif PACKETVER >= 20180314
-packetLen(0x092f, 5) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 5)
#elif PACKETVER >= 20180103
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
#endif
// Packet: 0x0930
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
// Packet: 0x0931
-packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 2)
// Packet: 0x0932
-packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 2)
// Packet: 0x0933
#if PACKETVER >= 20180315
-packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 2)
#elif PACKETVER >= 20180314
-packetLen(0x0933, 8) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 8)
#elif PACKETVER >= 20180221
-packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 2)
#elif PACKETVER >= 20180213
-packetLen(0x0933, 7) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 7)
#elif PACKETVER >= 20180103
-packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 2)
#endif
// Packet: 0x0934
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
// Packet: 0x0935
#if PACKETVER >= 20180315
-packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 2)
#elif PACKETVER >= 20180314
-packetLen(0x0935, 26) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 26)
#elif PACKETVER >= 20180117
-packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 2)
#elif PACKETVER >= 20180103
-packetLen(0x0935, 6) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 6)
#endif
// Packet: 0x0936
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
// Packet: 0x0937
#if PACKETVER >= 20180314
-packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 2)
#elif PACKETVER >= 20180307
-packetLen(0x0937, -1) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, -1)
#elif PACKETVER >= 20180103
-packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 2)
#endif
// Packet: 0x0938
#if PACKETVER >= 20180117
-packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 2)
#elif PACKETVER >= 20180103
-packetLen(0x0938, 10) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 10)
#endif
// Packet: 0x0939
#if PACKETVER >= 20180314
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
#elif PACKETVER >= 20180307
-packetLen(0x0939, 36) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 36)
#elif PACKETVER >= 20180103
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
#endif
// Packet: 0x093a
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
// Packet: 0x093b
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
// Packet: 0x093c
#if PACKETVER >= 20180221
-packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 2)
#elif PACKETVER >= 20180213
-packetLen(0x093c, 6) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 6)
#elif PACKETVER >= 20180103
-packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 2)
#endif
// Packet: 0x093d
#if PACKETVER >= 20180307
-packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 2)
#elif PACKETVER >= 20180221
-packetLen(0x093d, 26) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 26)
#elif PACKETVER >= 20180103
-packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 2)
#endif
// Packet: 0x093e
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
// Packet: 0x093f
-packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 2)
// Packet: 0x0940
#if PACKETVER >= 20180213
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20180207
-packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 6)
#elif PACKETVER >= 20180124
-packetLen(0x0940, -1) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, -1)
#elif PACKETVER >= 20180103
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#endif
// Packet: 0x0941
#if PACKETVER >= 20180314
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#elif PACKETVER >= 20180307
-packetLen(0x0941, 6) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 6)
#elif PACKETVER >= 20180117
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#elif PACKETVER >= 20180103
-packetLen(0x0941, 5) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 5)
#endif
// Packet: 0x0942
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
// Packet: 0x0943
#if PACKETVER >= 20180221
-packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 2)
#elif PACKETVER >= 20180213
-packetLen(0x0943, 18) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 18)
#elif PACKETVER >= 20180103
-packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 2)
#endif
// Packet: 0x0944
#if PACKETVER >= 20180314
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#elif PACKETVER >= 20180307
-packetLen(0x0944, 5) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 5)
#elif PACKETVER >= 20180103
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#endif
// Packet: 0x0945
#if PACKETVER >= 20180315
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#elif PACKETVER >= 20180314
-packetLen(0x0945, 18) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 18)
#elif PACKETVER >= 20180103
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
#endif
// Packet: 0x0946
#if PACKETVER >= 20180207
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20180124
-packetLen(0x0946, -1) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, -1)
#elif PACKETVER >= 20180117
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20180103
-packetLen(0x0946, 36) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 36)
#endif
// Packet: 0x0947
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
// Packet: 0x0948
#if PACKETVER >= 20180314
-packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 2)
#elif PACKETVER >= 20180307
-packetLen(0x0948, 26) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 26)
#elif PACKETVER >= 20180117
-packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 2)
#elif PACKETVER >= 20180103
-packetLen(0x0948, 5) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 5)
#endif
// Packet: 0x0949
-packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 2)
// Packet: 0x094a
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
// Packet: 0x094b
#if PACKETVER >= 20180307
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
#elif PACKETVER >= 20180221
-packetLen(0x094b, 10) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 10)
#elif PACKETVER >= 20180103
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
#endif
// Packet: 0x094c
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
// Packet: 0x094d
#if PACKETVER >= 20180315
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
#elif PACKETVER >= 20180314
-packetLen(0x094d, -1) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, -1)
#elif PACKETVER >= 20180307
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
#elif PACKETVER >= 20180221
-packetLen(0x094d, 10) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 10)
#elif PACKETVER >= 20180207
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
#elif PACKETVER >= 20180124
-packetLen(0x094d, 6) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 6)
#elif PACKETVER >= 20180103
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
#endif
// Packet: 0x094e
#if PACKETVER >= 20180315
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#elif PACKETVER >= 20180314
-packetLen(0x094e, 26) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 26)
#elif PACKETVER >= 20180307
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#elif PACKETVER >= 20180221
-packetLen(0x094e, 6) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 6)
#elif PACKETVER >= 20180117
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#elif PACKETVER >= 20180103
-packetLen(0x094e, -1) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, -1)
#endif
// Packet: 0x094f
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
// Packet: 0x0950
#if PACKETVER >= 20180213
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
#elif PACKETVER >= 20180207
-packetLen(0x0950, 36) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 36)
#elif PACKETVER >= 20180103
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
#endif
// Packet: 0x0951
#if PACKETVER >= 20180314
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#elif PACKETVER >= 20180307
-packetLen(0x0951, 8) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 8)
#elif PACKETVER >= 20180103
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#endif
// Packet: 0x0952
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
// Packet: 0x0953
-packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 2)
// Packet: 0x0954
#if PACKETVER >= 20180314
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#elif PACKETVER >= 20180307
-packetLen(0x0954, 6) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 6)
#elif PACKETVER >= 20180103
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#endif
// Packet: 0x0955
#if PACKETVER >= 20180221
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
#elif PACKETVER >= 20180213
-packetLen(0x0955, 8) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 8)
#elif PACKETVER >= 20180103
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
#endif
// Packet: 0x0956
#if PACKETVER >= 20180315
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#elif PACKETVER >= 20180314
-packetLen(0x0956, 4) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 4)
#elif PACKETVER >= 20180103
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#endif
// Packet: 0x0957
#if PACKETVER >= 20180314
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20180221
-packetLen(0x0957, 6) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 6)
#elif PACKETVER >= 20180103
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#endif
// Packet: 0x0958
#if PACKETVER >= 20180207
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20180124
-packetLen(0x0958, 5) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 5)
#elif PACKETVER >= 20180103
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#endif
// Packet: 0x0959
#if PACKETVER >= 20180315
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#elif PACKETVER >= 20180314
-packetLen(0x0959, 6) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 6)
#elif PACKETVER >= 20180103
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#endif
// Packet: 0x095a
#if PACKETVER >= 20180221
-packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 2)
#elif PACKETVER >= 20180213
-packetLen(0x095a, -1) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, -1)
#elif PACKETVER >= 20180103
-packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 2)
#endif
// Packet: 0x095b
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
// Packet: 0x095c
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
// Packet: 0x095d
#if PACKETVER >= 20180117
-packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 2)
#elif PACKETVER >= 20180103
-packetLen(0x095d, 10) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 10)
#endif
// Packet: 0x095e
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
// Packet: 0x095f
#if PACKETVER >= 20180315
-packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 2)
#elif PACKETVER >= 20180314
-packetLen(0x095f, 6) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 6)
#elif PACKETVER >= 20180117
-packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 2)
#elif PACKETVER >= 20180103
-packetLen(0x095f, 6) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 6)
#endif
// Packet: 0x0960
#if PACKETVER >= 20180117
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20180103
-packetLen(0x0960, 90) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 90)
#endif
// Packet: 0x0961
#if PACKETVER >= 20180207
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#elif PACKETVER >= 20180124
-packetLen(0x0961, 5) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 5)
#elif PACKETVER >= 20180103
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#endif
// Packet: 0x0962
#if PACKETVER >= 20180315
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#elif PACKETVER >= 20180314
-packetLen(0x0962, -1) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, -1)
#elif PACKETVER >= 20180221
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#elif PACKETVER >= 20180213
-packetLen(0x0962, 5) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 5)
#elif PACKETVER >= 20180103
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#endif
// Packet: 0x0963
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
// Packet: 0x0964
#if PACKETVER >= 20180307
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#elif PACKETVER >= 20180221
-packetLen(0x0964, 12) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 12)
#elif PACKETVER >= 20180103
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#endif
// Packet: 0x0965
-packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 2)
// Packet: 0x0966
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
// Packet: 0x0967
#if PACKETVER >= 20180315
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20180314
-packetLen(0x0967, 6) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 6)
#elif PACKETVER >= 20180103
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#endif
// Packet: 0x0968
-packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 2)
// Packet: 0x0969
#if PACKETVER >= 20180314
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#elif PACKETVER >= 20180307
-packetLen(0x0969, 7) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 7)
#elif PACKETVER >= 20180103
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#endif
// Packet: 0x096a
#if PACKETVER >= 20180307
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20180221
-packetLen(0x096a, 7) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 7)
#elif PACKETVER >= 20180213
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20180117
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20180103
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#endif
// Packet: 0x096b
-packetLen(0x096b, 4) // ZC_PRNPC_STATE
+packetLen(0x096b, 4)
// Packet: 0x096c
-packetLen(0x096c, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x096c, 6)
// Packet: 0x096d
-packetLen(0x096d, -1) // ZC_MERGE_ITEM_OPEN
+packetLen(0x096d, -1)
// Packet: 0x096e
-packetLen(0x096e, -1) // CZ_REQ_MERGE_ITEM
+packetLen(0x096e, -1)
// Packet: 0x096f
-packetLen(0x096f, 7) // ZC_ACK_MERGE_ITEM
+packetLen(0x096f, 7)
// Packet: 0x0970
-packetLen(0x0970, 31) // CH_MAKE_CHAR_NOT_STATS
+packetLen(0x0970, 31)
// Packet: 0x0971
-packetLen(0x0971, 6) // ZC_PARTY_RECRUIT_REFUSE_VOLUNTEER_TO_PM
+packetLen(0x0971, 6)
// Packet: 0x0972
-packetLen(0x0972, -1) // ZC_SAY_DIALOG2
+packetLen(0x0972, -1)
// Packet: 0x0973
-packetLen(0x0973, 7) // ZC_WAIT_DIALOG2
+packetLen(0x0973, 7)
// Packet: 0x0974
-packetLen(0x0974, 2) // CZ_CANCEL_MERGE_ITEM
+packetLen(0x0974, 2)
// Packet: 0x0975
-packetLen(0x0975, -1) // ZC_STORE_ITEMLIST_NORMAL_V2
+packetLen(0x0975, -1)
// Packet: 0x0976
-packetLen(0x0976, -1) // ZC_STORE_ITEMLIST_EQUIP_V2
+packetLen(0x0976, -1)
// Packet: 0x0977
-packetLen(0x0977, 14) // ZC_HP_INFO
+packetLen(0x0977, 14)
// Packet: 0x0978
-packetLen(0x0978, 6) // CZ_REQ_BEFORE_WORLD_INFO
+packetLen(0x0978, 6)
// Packet: 0x0979
-packetLen(0x0979, 50) // ZC_ACK_BEFORE_WORLD_INFO
+packetLen(0x0979, 50)
// Packet: 0x097a
-packetLen(0x097a, -1) // ZC_ALL_QUEST_LIST2
+packetLen(0x097a, -1)
// Packet: 0x097b
-packetLen(0x097b, -1) // ZC_PERSONAL_INFOMATION2
+packetLen(0x097b, -1)
// Packet: 0x097c
-packetLen(0x097c, 4) // CZ_REQ_RANKING
+packetLen(0x097c, 4)
// Packet: 0x097d
-packetLen(0x097d, 288) // ZC_ACK_RANKING
+packetLen(0x097d, 288)
// Packet: 0x097e
-packetLen(0x097e, 12) // ZC_UPDATE_RANKING_POINT
+packetLen(0x097e, 12)
// Packet: 0x097f
-packetLen(0x097f, -1) // ZC_SELECTCART
+packetLen(0x097f, -1)
// Packet: 0x0980
-packetLen(0x0980, 7) // CZ_SELECTCART
+packetLen(0x0980, 7)
// Packet: 0x0981
-packetLen(0x0981, -1) // ZC_PERSONAL_INFOMATION_CHN
+packetLen(0x0981, -1)
// Packet: 0x0982
-packetLen(0x0982, 7) // ZC_FATIGUE_CHN
+packetLen(0x0982, 7)
// Packet: 0x0983
-packetLen(0x0983, 29) // ZC_MSG_STATE_CHANGE3
+packetLen(0x0983, 29)
// Packet: 0x0984
-packetLen(0x0984, 28) // ZC_EFST_SET_ENTER2
+packetLen(0x0984, 28)
// Packet: 0x0985
-packetLen(0x0985, -1) // ZC_SKILL_POSTDELAY_LIST2
+packetLen(0x0985, -1)
// Packet: 0x0986
-packetLen(0x0986, 10) // AC_SHUTDOWN_NOTIFY
+packetLen(0x0986, 10)
// Packet: 0x0987
-packetLen(0x0987, -1) // CA_LOGIN6
+packetLen(0x0987, -1)
// Packet: 0x0988
-packetLen(0x0988, 6) // ZC_NOTIFY_CLAN_CONNECTINFO
+packetLen(0x0988, 6)
// Packet: 0x0989
-packetLen(0x0989, 2) // ZC_ACK_CLAN_LEAVE
+packetLen(0x0989, 2)
// Packet: 0x098a
-packetLen(0x098a, -1) // ZC_CLANINFO
+packetLen(0x098a, -1)
// Packet: 0x098b
-packetLen(0x098b, 2) // AC_REQ_NEW_USER
+packetLen(0x098b, 2)
// Packet: 0x098c
-packetLen(0x098c, 4) // CA_ACK_NEW_USER
+packetLen(0x098c, 4)
// Packet: 0x098d
-packetLen(0x098d, -1) // CZ_CLAN_CHAT
+packetLen(0x098d, -1)
// Packet: 0x098e
-packetLen(0x098e, -1) // ZC_NOTIFY_CLAN_CHAT
+packetLen(0x098e, -1)
// Packet: 0x098f
-packetLen(0x098f, -1) // CH_DELETE_CHAR3_EXT
+packetLen(0x098f, -1)
// Packet: 0x0990
#if PACKETVER >= 20181121
-packetLen(0x0990, 41) // ZC_ITEM_PICKUP_ACK_V5
+packetLen(0x0990, 41)
#elif PACKETVER >= 20180103
-packetLen(0x0990, 31) // ZC_ITEM_PICKUP_ACK_V5
+packetLen(0x0990, 31)
#endif
// Packet: 0x0991
-packetLen(0x0991, -1) // ZC_INVENTORY_ITEMLIST_NORMAL_V5
+packetLen(0x0991, -1)
// Packet: 0x0992
-packetLen(0x0992, -1) // ZC_INVENTORY_ITEMLIST_EQUIP_V5
+packetLen(0x0992, -1)
// Packet: 0x0993
-packetLen(0x0993, -1) // ZC_CART_ITEMLIST_NORMAL_V5
+packetLen(0x0993, -1)
// Packet: 0x0994
-packetLen(0x0994, -1) // ZC_CART_ITEMLIST_EQUIP_V5
+packetLen(0x0994, -1)
// Packet: 0x0995
-packetLen(0x0995, -1) // ZC_STORE_ITEMLIST_NORMAL_V5
+packetLen(0x0995, -1)
// Packet: 0x0996
-packetLen(0x0996, -1) // ZC_STORE_ITEMLIST_EQUIP_V5
+packetLen(0x0996, -1)
// Packet: 0x0997
-packetLen(0x0997, -1) // ZC_EQUIPWIN_MICROSCOPE_V5
+packetLen(0x0997, -1)
// Packet: 0x0998
-packetLen(0x0998, 8) // CZ_REQ_WEAR_EQUIP_V5
+packetLen(0x0998, 8)
// Packet: 0x0999
-packetLen(0x0999, 11) // ZC_ACK_WEAR_EQUIP_V5
+packetLen(0x0999, 11)
// Packet: 0x099a
-packetLen(0x099a, 9) // ZC_ACK_TAKEOFF_EQUIP_V5
+packetLen(0x099a, 9)
// Packet: 0x099b
-packetLen(0x099b, 8) // ZC_MAPPROPERTY_R2
+packetLen(0x099b, 8)
// Packet: 0x099c
-packetLen(0x099c, 6) // CH_REQ_CHARINFO_PER_PAGE
+packetLen(0x099c, 6)
// Packet: 0x099d
-packetLen(0x099d, -1) // HC_ACK_CHARINFO_PER_PAGE
+packetLen(0x099d, -1)
// Packet: 0x099e
-packetLen(0x099e, 12) // HC_QUEUE_ORDER
+packetLen(0x099e, 12)
// Packet: 0x099f
-packetLen(0x099f, -1) // ZC_SKILL_ENTRY4
+packetLen(0x099f, -1)
// Packet: 0x09a0
-packetLen(0x09a0, 6) // HC_CHARLIST_NOTIFY
+packetLen(0x09a0, 6)
// Packet: 0x09a1
-packetLen(0x09a1, 2) // CH_CHARLIST_REQ
+packetLen(0x09a1, 2)
// Packet: 0x09a2
-packetLen(0x09a2, 6) // AC_REQ_MOBILE_OTP
+packetLen(0x09a2, 6)
// Packet: 0x09a3
-packetLen(0x09a3, -1) // CA_ACK_MOBILE_OTP
+packetLen(0x09a3, -1)
// Packet: 0x09a4
-packetLen(0x09a4, 18) // ZC_DISPATCH_TIMING_INFO_CHN
+packetLen(0x09a4, 18)
// Packet: 0x09a5
-packetLen(0x09a5, 7) // AC_REFUSE_LOGIN3
+packetLen(0x09a5, 7)
// Packet: 0x09a6
-packetLen(0x09a6, 12) // ZC_BANKING_CHECK
+packetLen(0x09a6, 12)
// Packet: 0x09a7
-packetLen(0x09a7, 10) // CZ_REQ_BANKING_DEPOSIT
+packetLen(0x09a7, 10)
// Packet: 0x09a8
-packetLen(0x09a8, 16) // ZC_ACK_BANKING_DEPOSIT
+packetLen(0x09a8, 16)
// Packet: 0x09a9
-packetLen(0x09a9, 10) // CZ_REQ_BANKING_WITHDRAW
+packetLen(0x09a9, 10)
// Packet: 0x09aa
-packetLen(0x09aa, 16) // ZC_ACK_BANKING_WITHDRAW
+packetLen(0x09aa, 16)
// Packet: 0x09ab
-packetLen(0x09ab, 6) // CZ_REQ_BANKING_CHECK
+packetLen(0x09ab, 6)
// Packet: 0x09ac
-packetLen(0x09ac, -1) // CZ_REQ_CASH_BARGAIN_SALE_ITEM_INFO
+packetLen(0x09ac, -1)
// Packet: 0x09ad
#if PACKETVER >= 20181121
-packetLen(0x09ad, 12) // ZC_ACK_CASH_BARGAIN_SALE_ITEM_INFO
+packetLen(0x09ad, 12)
#elif PACKETVER >= 20180103
-packetLen(0x09ad, 10) // ZC_ACK_CASH_BARGAIN_SALE_ITEM_INFO
+packetLen(0x09ad, 10)
#endif
// Packet: 0x09ae
#if PACKETVER >= 20181121
-packetLen(0x09ae, 19) // CZ_REQ_APPLY_BARGAIN_SALE_ITEM
+packetLen(0x09ae, 19)
#elif PACKETVER >= 20180103
-packetLen(0x09ae, 17) // CZ_REQ_APPLY_BARGAIN_SALE_ITEM
+packetLen(0x09ae, 17)
#endif
// Packet: 0x09af
-packetLen(0x09af, 4) // ZC_ACK_APPLY_BARGAIN_SALE_ITEM
+packetLen(0x09af, 4)
// Packet: 0x09b0
#if PACKETVER >= 20181121
-packetLen(0x09b0, 10) // CZ_REQ_REMOVE_BARGAIN_SALE_ITEM
+packetLen(0x09b0, 10)
#elif PACKETVER >= 20180103
-packetLen(0x09b0, 8) // CZ_REQ_REMOVE_BARGAIN_SALE_ITEM
+packetLen(0x09b0, 8)
#endif
// Packet: 0x09b1
-packetLen(0x09b1, 4) // ZC_ACK_REMOVE_BARGAIN_SALE_ITEM
+packetLen(0x09b1, 4)
// Packet: 0x09b2
#if PACKETVER >= 20181121
-packetLen(0x09b2, 10) // ZC_NOTIFY_BARGAIN_SALE_SELLING
+packetLen(0x09b2, 10)
#elif PACKETVER >= 20180103
-packetLen(0x09b2, 8) // ZC_NOTIFY_BARGAIN_SALE_SELLING
+packetLen(0x09b2, 8)
#endif
// Packet: 0x09b3
#if PACKETVER >= 20181121
-packetLen(0x09b3, 6) // ZC_NOTIFY_BARGAIN_SALE_CLOSE
+packetLen(0x09b3, 6)
#elif PACKETVER >= 20180103
-packetLen(0x09b3, 4) // ZC_NOTIFY_BARGAIN_SALE_CLOSE
+packetLen(0x09b3, 4)
#endif
// Packet: 0x09b4
-packetLen(0x09b4, 6) // CZ_OPEN_BARGAIN_SALE_TOOL
+packetLen(0x09b4, 6)
// Packet: 0x09b5
-packetLen(0x09b5, 2) // ZC_OPEN_BARGAIN_SALE_TOOL
+packetLen(0x09b5, 2)
// Packet: 0x09b6
-packetLen(0x09b6, 6) // CZ_REQ_OPEN_BANKING
+packetLen(0x09b6, 6)
// Packet: 0x09b7
-packetLen(0x09b7, 4) // ZC_ACK_OPEN_BANKING
+packetLen(0x09b7, 4)
// Packet: 0x09b8
-packetLen(0x09b8, 6) // CZ_REQ_CLOSE_BANKING
+packetLen(0x09b8, 6)
// Packet: 0x09b9
-packetLen(0x09b9, 4) // ZC_ACK_CLOSE_BANKING
+packetLen(0x09b9, 4)
// Packet: 0x09ba
-packetLen(0x09ba, 2) // CZ_REQ_OPEN_GUILD_STORAGE
+packetLen(0x09ba, 2)
// Packet: 0x09bb
-packetLen(0x09bb, 6) // ZC_ACK_OPEN_GUILD_STORAGE
+packetLen(0x09bb, 6)
// Packet: 0x09bc
-packetLen(0x09bc, 6) // CZ_CLOSE_BARGAIN_SALE_TOOL
+packetLen(0x09bc, 6)
// Packet: 0x09bd
-packetLen(0x09bd, 2) // ZC_CLOSE_BARGAIN_SALE_TOOL
+packetLen(0x09bd, 2)
// Packet: 0x09be
-packetLen(0x09be, 2) // CZ_REQ_CLOSE_GUILD_STORAGE
+packetLen(0x09be, 2)
// Packet: 0x09bf
-packetLen(0x09bf, 4) // ZC_ACK_CLOSE_GUILD_STORAGE
+packetLen(0x09bf, 4)
// Packet: 0x09c1
-packetLen(0x09c1, 10) // ZC_C_MARKERINFO
+packetLen(0x09c1, 10)
// Packet: 0x09c2
-packetLen(0x09c2, -1) // HC_SECRETSCAN_DATA
+packetLen(0x09c2, -1)
// Packet: 0x09c3
#if PACKETVER >= 20181121
-packetLen(0x09c3, 10) // CZ_REQ_COUNT_BARGAIN_SALE_ITEM
+packetLen(0x09c3, 10)
#elif PACKETVER >= 20180103
-packetLen(0x09c3, 8) // CZ_REQ_COUNT_BARGAIN_SALE_ITEM
+packetLen(0x09c3, 8)
#endif
// Packet: 0x09c4
#if PACKETVER >= 20181121
-packetLen(0x09c4, 10) // ZC_ACK_COUNT_BARGAIN_SALE_ITEM
+packetLen(0x09c4, 10)
#elif PACKETVER >= 20180103
-packetLen(0x09c4, 8) // ZC_ACK_COUNT_BARGAIN_SALE_ITEM
+packetLen(0x09c4, 8)
#endif
// Packet: 0x09c5
-packetLen(0x09c5, 1042) // CS_LOGIN_QUERY
+packetLen(0x09c5, 1042)
// Packet: 0x09c6
-packetLen(0x09c6, -1) // SC_LOGIN_ANSWER
+packetLen(0x09c6, -1)
// Packet: 0x09c7
-packetLen(0x09c7, 18) // SC_LOGIN_ERROR
+packetLen(0x09c7, 18)
// Packet: 0x09c8
-packetLen(0x09c8, -1) // CA_LOGIN_OTP
+packetLen(0x09c8, -1)
// Packet: 0x09c9
-packetLen(0x09c9, -1) // SC_SOCT
+packetLen(0x09c9, -1)
// Packet: 0x09ca
-packetLen(0x09ca, -1) // ZC_SKILL_ENTRY5
+packetLen(0x09ca, -1)
// Packet: 0x09cb
-packetLen(0x09cb, 17) // ZC_USE_SKILL2
+packetLen(0x09cb, 17)
// Packet: 0x09cc
-packetLen(0x09cc, -1) // ZC_SECRETSCAN_DATA
+packetLen(0x09cc, -1)
// Packet: 0x09cd
-packetLen(0x09cd, 8) // ZC_MSG_COLOR
+packetLen(0x09cd, 8)
// Packet: 0x09ce
-packetLen(0x09ce, 102) // CZ_ITEM_CREATE_EX
+packetLen(0x09ce, 102)
// Packet: 0x09cf
-packetLen(0x09cf, -1) // ZC_NPROTECTGAMEGUARDCSAUTH
+packetLen(0x09cf, -1)
// Packet: 0x09d0
-packetLen(0x09d0, -1) // CZ_NPROTECTGAMEGUARDCSAUTH
+packetLen(0x09d0, -1)
// Packet: 0x09d1
-packetLen(0x09d1, 14) // ZC_PROGRESS_ACTOR
+packetLen(0x09d1, 14)
// Packet: 0x09d2
-packetLen(0x09d2, -1) // ZC_GUILDSTORAGE_ITEMLIST_NORMAL_V5
+packetLen(0x09d2, -1)
// Packet: 0x09d3
-packetLen(0x09d3, -1) // ZC_GUILDSTORAGE_ITEMLIST_EQUIP_V5
+packetLen(0x09d3, -1)
// Packet: 0x09d4
-packetLen(0x09d4, 2) // CZ_NPC_TRADE_QUIT
+packetLen(0x09d4, 2)
// Packet: 0x09d5
-packetLen(0x09d5, -1) // ZC_NPC_MARKET_OPEN
+packetLen(0x09d5, -1)
// Packet: 0x09d6
-packetLen(0x09d6, -1) // CZ_NPC_MARKET_PURCHASE
+packetLen(0x09d6, -1)
// Packet: 0x09d7
-packetLen(0x09d7, -1) // ZC_NPC_MARKET_PURCHASE_RESULT
+packetLen(0x09d7, -1)
// Packet: 0x09d8
-packetLen(0x09d8, 2) // CZ_NPC_MARKET_CLOSE
+packetLen(0x09d8, 2)
// Packet: 0x09d9
-packetLen(0x09d9, 4) // CZ_REQ_GUILDSTORAGE_LOG
+packetLen(0x09d9, 4)
// Packet: 0x09da
-packetLen(0x09da, -1) // ZC_ACK_GUILDSTORAGE_LOG
+packetLen(0x09da, -1)
// Packet: 0x09db
-packetLen(0x09db, -1) // ZC_NOTIFY_MOVEENTRY10
+packetLen(0x09db, -1)
// Packet: 0x09dc
-packetLen(0x09dc, -1) // ZC_NOTIFY_NEWENTRY10
+packetLen(0x09dc, -1)
// Packet: 0x09dd
-packetLen(0x09dd, -1) // ZC_NOTIFY_STANDENTRY10
+packetLen(0x09dd, -1)
// Packet: 0x09de
-packetLen(0x09de, -1) // ZC_WHISPER02
+packetLen(0x09de, -1)
// Packet: 0x09df
-packetLen(0x09df, 7) // ZC_ACK_WHISPER02
+packetLen(0x09df, 7)
// Packet: 0x09e0
-packetLen(0x09e0, -1) // SC_LOGIN_ANSWER_WITH_ID
+packetLen(0x09e0, -1)
// Packet: 0x09e1
-packetLen(0x09e1, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_GUILDSTORAGE
+packetLen(0x09e1, 8)
// Packet: 0x09e2
-packetLen(0x09e2, 8) // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_BODY
+packetLen(0x09e2, 8)
// Packet: 0x09e3
-packetLen(0x09e3, 8) // CZ_MOVE_ITEM_FROM_CART_TO_GUILDSTORAGE
+packetLen(0x09e3, 8)
// Packet: 0x09e4
-packetLen(0x09e4, 8) // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_CART
+packetLen(0x09e4, 8)
// Packet: 0x09e5
-packetLen(0x09e5, 18) // ZC_DELETEITEM_FROM_MCSTORE2
+packetLen(0x09e5, 18)
// Packet: 0x09e6
#if PACKETVER >= 20181121
-packetLen(0x09e6, 24) // ZC_UPDATE_ITEM_FROM_BUYING_STORE2
+packetLen(0x09e6, 24)
#elif PACKETVER >= 20180103
-packetLen(0x09e6, 22) // ZC_UPDATE_ITEM_FROM_BUYING_STORE2
+packetLen(0x09e6, 22)
#endif
// Packet: 0x09e7
-packetLen(0x09e7, 3) // ZC_NOTIFY_UNREAD_RODEX
+packetLen(0x09e7, 3)
// Packet: 0x09e8
-packetLen(0x09e8, 11) // CZ_OPEN_RODEXBOX
+packetLen(0x09e8, 11)
// Packet: 0x09e9
-packetLen(0x09e9, 2) // CZ_CLOSE_RODEXBOX
+packetLen(0x09e9, 2)
// Packet: 0x09ea
-packetLen(0x09ea, 11) // CZ_REQ_READ_RODEX
+packetLen(0x09ea, 11)
// Packet: 0x09eb
-packetLen(0x09eb, -1) // ZC_ACK_READ_RODEX
+packetLen(0x09eb, -1)
// Packet: 0x09ec
-packetLen(0x09ec, -1) // CZ_REQ_SEND_RODEX
+packetLen(0x09ec, -1)
// Packet: 0x09ed
-packetLen(0x09ed, 3) // ZC_ACK_SEND_RODEX
+packetLen(0x09ed, 3)
// Packet: 0x09ee
-packetLen(0x09ee, 11) // CZ_REQ_NEXT_RODEX
+packetLen(0x09ee, 11)
// Packet: 0x09ef
-packetLen(0x09ef, 11) // CZ_REQ_REFRESH_RODEX
+packetLen(0x09ef, 11)
// Packet: 0x09f0
-packetLen(0x09f0, -1) // ZC_ACK_RODEX_LIST
+packetLen(0x09f0, -1)
// Packet: 0x09f1
-packetLen(0x09f1, 11) // CZ_REQ_ZENY_FROM_RODEX
+packetLen(0x09f1, 11)
// Packet: 0x09f2
-packetLen(0x09f2, 12) // ZC_ACK_ZENY_FROM_RODEX
+packetLen(0x09f2, 12)
// Packet: 0x09f3
-packetLen(0x09f3, 11) // CZ_REQ_ITEM_FROM_RODEX
+packetLen(0x09f3, 11)
// Packet: 0x09f4
-packetLen(0x09f4, 12) // ZC_ACK_ITEM_FROM_RODEX
+packetLen(0x09f4, 12)
// Packet: 0x09f5
-packetLen(0x09f5, 11) // CZ_REQ_DELETE_RODEX
+packetLen(0x09f5, 11)
// Packet: 0x09f6
-packetLen(0x09f6, 11) // ZC_ACK_DELETE_RODEX
+packetLen(0x09f6, 11)
// Packet: 0x09f7
#if PACKETVER >= 20181121
-packetLen(0x09f7, 77) // ZC_PROPERTY_HOMUN_2
+packetLen(0x09f7, 77)
#elif PACKETVER >= 20180103
-packetLen(0x09f7, 75) // ZC_PROPERTY_HOMUN_2
+packetLen(0x09f7, 75)
#endif
// Packet: 0x09f8
-packetLen(0x09f8, -1) // ZC_ALL_QUEST_LIST3
+packetLen(0x09f8, -1)
// Packet: 0x09f9
-packetLen(0x09f9, 143) // ZC_ADD_QUEST_EX
+packetLen(0x09f9, 143)
// Packet: 0x09fa
-packetLen(0x09fa, -1) // ZC_UPDATE_MISSION_HUNT_EX
+packetLen(0x09fa, -1)
// Packet: 0x09fb
-packetLen(0x09fb, -1) // CZ_PET_EVOLUTION
+packetLen(0x09fb, -1)
// Packet: 0x09fc
-packetLen(0x09fc, 6) // ZC_PET_EVOLUTION_RESULT
+packetLen(0x09fc, 6)
// Packet: 0x09fd
-packetLen(0x09fd, -1) // ZC_NOTIFY_MOVEENTRY11
+packetLen(0x09fd, -1)
// Packet: 0x09fe
-packetLen(0x09fe, -1) // ZC_NOTIFY_NEWENTRY11
+packetLen(0x09fe, -1)
// Packet: 0x09ff
-packetLen(0x09ff, -1) // ZC_NOTIFY_STANDENTRY11
+packetLen(0x09ff, -1)
// Packet: 0x0a00
-packetLen(0x0a00, 269) // ZC_SHORTCUT_KEY_LIST_V3
+packetLen(0x0a00, 269)
// Packet: 0x0a01
-packetLen(0x0a01, 3) // CZ_SHORTCUTKEYBAR_ROTATE
+packetLen(0x0a01, 3)
// Packet: 0x0a02
-packetLen(0x0a02, 4) // ZC_DRESSROOM_OPEN
+packetLen(0x0a02, 4)
// Packet: 0x0a03
-packetLen(0x0a03, 2) // CZ_REQ_CANCEL_WRITE_RODEX
+packetLen(0x0a03, 2)
// Packet: 0x0a04
-packetLen(0x0a04, 6) // CZ_REQ_ADD_ITEM_RODEX
+packetLen(0x0a04, 6)
// Packet: 0x0a05
#if PACKETVER >= 20181121
-packetLen(0x0a05, 63) // ZC_ACK_ADD_ITEM_RODEX
+packetLen(0x0a05, 63)
#elif PACKETVER >= 20180103
-packetLen(0x0a05, 53) // ZC_ACK_ADD_ITEM_RODEX
+packetLen(0x0a05, 53)
#endif
// Packet: 0x0a06
-packetLen(0x0a06, 6) // CZ_REQ_REMOVE_RODEX_ITEM
+packetLen(0x0a06, 6)
// Packet: 0x0a07
-packetLen(0x0a07, 9) // ZC_ACK_REMOVE_RODEX_ITEM
+packetLen(0x0a07, 9)
// Packet: 0x0a08
-packetLen(0x0a08, 26) // CZ_REQ_OPEN_WRITE_RODEX
+packetLen(0x0a08, 26)
// Packet: 0x0a09
#if PACKETVER >= 20181121
-packetLen(0x0a09, 55) // ZC_ADD_EXCHANGE_ITEM3
+packetLen(0x0a09, 55)
#elif PACKETVER >= 20180103
-packetLen(0x0a09, 45) // ZC_ADD_EXCHANGE_ITEM3
+packetLen(0x0a09, 45)
#endif
// Packet: 0x0a0a
#if PACKETVER >= 20181121
-packetLen(0x0a0a, 57) // ZC_ADD_ITEM_TO_STORE3
+packetLen(0x0a0a, 57)
#elif PACKETVER >= 20180103
-packetLen(0x0a0a, 47) // ZC_ADD_ITEM_TO_STORE3
+packetLen(0x0a0a, 47)
#endif
// Packet: 0x0a0b
#if PACKETVER >= 20181121
-packetLen(0x0a0b, 57) // ZC_ADD_ITEM_TO_CART3
+packetLen(0x0a0b, 57)
#elif PACKETVER >= 20180103
-packetLen(0x0a0b, 47) // ZC_ADD_ITEM_TO_CART3
+packetLen(0x0a0b, 47)
#endif
// Packet: 0x0a0c
#if PACKETVER >= 20181121
-packetLen(0x0a0c, 66) // ZC_ITEM_PICKUP_ACK_V6
+packetLen(0x0a0c, 66)
#elif PACKETVER >= 20180103
-packetLen(0x0a0c, 56) // ZC_ITEM_PICKUP_ACK_V6
+packetLen(0x0a0c, 56)
#endif
// Packet: 0x0a0d
-packetLen(0x0a0d, -1) // ZC_INVENTORY_ITEMLIST_EQUIP_V6
+packetLen(0x0a0d, -1)
// Packet: 0x0a0e
-packetLen(0x0a0e, 14) // ZC_BATTLEFIELD_NOTIFY_HP2
+packetLen(0x0a0e, 14)
// Packet: 0x0a0f
-packetLen(0x0a0f, -1) // ZC_CART_ITEMLIST_EQUIP_V6
+packetLen(0x0a0f, -1)
// Packet: 0x0a10
-packetLen(0x0a10, -1) // ZC_STORE_ITEMLIST_EQUIP_V6
+packetLen(0x0a10, -1)
// Packet: 0x0a11
-packetLen(0x0a11, -1) // ZC_GUILDSTORAGE_ITEMLIST_EQUIP_V6
+packetLen(0x0a11, -1)
// Packet: 0x0a12
-packetLen(0x0a12, 27) // ZC_ACK_OPEN_WRITE_RODEX
+packetLen(0x0a12, 27)
// Packet: 0x0a13
-packetLen(0x0a13, 26) // CZ_CHECK_RECEIVE_CHARACTER_NAME
+packetLen(0x0a13, 26)
// Packet: 0x0a14
-packetLen(0x0a14, 10) // ZC_CHECK_RECEIVE_CHARACTER_NAME
+packetLen(0x0a14, 10)
// Packet: 0x0a15
-packetLen(0x0a15, 12) // ZC_GOLDPCCAFE_POINT
+packetLen(0x0a15, 12)
// Packet: 0x0a16
-packetLen(0x0a16, 26) // CZ_DYNAMICNPC_CREATE_REQUEST
+packetLen(0x0a16, 26)
// Packet: 0x0a17
-packetLen(0x0a17, 6) // ZC_DYNAMICNPC_CREATE_RESULT
+packetLen(0x0a17, 6)
// Packet: 0x0a18
-packetLen(0x0a18, 14) // ZC_ACCEPT_ENTER3
+packetLen(0x0a18, 14)
// Packet: 0x0a19
-packetLen(0x0a19, 2) // CZ_REQ_OPEN_ROULETTE
+packetLen(0x0a19, 2)
// Packet: 0x0a1a
#if PACKETVER >= 20181121
-packetLen(0x0a1a, 25) // ZC_ACK_OPEN_ROULETTE
+packetLen(0x0a1a, 25)
#elif PACKETVER >= 20180103
-packetLen(0x0a1a, 23) // ZC_ACK_OPEN_ROULETTE
+packetLen(0x0a1a, 23)
#endif
// Packet: 0x0a1b
-packetLen(0x0a1b, 2) // CZ_REQ_ROULETTE_INFO
+packetLen(0x0a1b, 2)
// Packet: 0x0a1c
-packetLen(0x0a1c, -1) // ZC_ACK_ROULEITTE_INFO
+packetLen(0x0a1c, -1)
// Packet: 0x0a1d
-packetLen(0x0a1d, 2) // CZ_REQ_CLOSE_ROULETTE
+packetLen(0x0a1d, 2)
// Packet: 0x0a1e
-packetLen(0x0a1e, 3) // ZC_ACK_CLOSE_ROULETTE
+packetLen(0x0a1e, 3)
// Packet: 0x0a1f
-packetLen(0x0a1f, 2) // CZ_REQ_GENERATE_ROULETTE
+packetLen(0x0a1f, 2)
// Packet: 0x0a20
#if PACKETVER >= 20181121
-packetLen(0x0a20, 23) // ZC_ACK_GENERATE_ROULETTE
+packetLen(0x0a20, 23)
#elif PACKETVER >= 20180103
-packetLen(0x0a20, 21) // ZC_ACK_GENERATE_ROULETTE
+packetLen(0x0a20, 21)
#endif
// Packet: 0x0a21
-packetLen(0x0a21, 3) // CZ_RECV_ROULETTE_ITEM
+packetLen(0x0a21, 3)
// Packet: 0x0a22
#if PACKETVER >= 20181121
-packetLen(0x0a22, 7) // ZC_RECV_ROULETTE_ITEM
+packetLen(0x0a22, 7)
#elif PACKETVER >= 20180103
-packetLen(0x0a22, 5) // ZC_RECV_ROULETTE_ITEM
+packetLen(0x0a22, 5)
#endif
// Packet: 0x0a23
-packetLen(0x0a23, -1) // ZC_ALL_ACH_LIST
+packetLen(0x0a23, -1)
// Packet: 0x0a24
-packetLen(0x0a24, 66) // ZC_ACH_UPDATE
+packetLen(0x0a24, 66)
// Packet: 0x0a25
-packetLen(0x0a25, 6) // CZ_REQ_ACH_REWARD
+packetLen(0x0a25, 6)
// Packet: 0x0a26
-packetLen(0x0a26, 7) // ZC_REQ_ACH_REWARD_ACK
+packetLen(0x0a26, 7)
// Packet: 0x0a27
-packetLen(0x0a27, 8) // ZC_RECOVERY2
+packetLen(0x0a27, 8)
// Packet: 0x0a28
-packetLen(0x0a28, 3) // ZC_ACK_OPENSTORE2
+packetLen(0x0a28, 3)
// Packet: 0x0a29
-packetLen(0x0a29, 6) // ZC_REQ_AU_BOT
+packetLen(0x0a29, 6)
// Packet: 0x0a2a
-packetLen(0x0a2a, 6) // CZ_ACK_AU_BOT
+packetLen(0x0a2a, 6)
// Packet: 0x0a2b
-packetLen(0x0a2b, 14) // ZC_SE_CASHSHOP_OPEN2
+packetLen(0x0a2b, 14)
// Packet: 0x0a2c
-packetLen(0x0a2c, 12) // ZC_SE_PC_BUY_TAIWANCASHITEM_RESULT
+packetLen(0x0a2c, 12)
// Packet: 0x0a2d
-packetLen(0x0a2d, -1) // ZC_EQUIPWIN_MICROSCOPE_V6
+packetLen(0x0a2d, -1)
// Packet: 0x0a2e
-packetLen(0x0a2e, 6) // CZ_REQ_CHANGE_TITLE
+packetLen(0x0a2e, 6)
// Packet: 0x0a2f
-packetLen(0x0a2f, 7) // ZC_ACK_CHANGE_TITLE
+packetLen(0x0a2f, 7)
// Packet: 0x0a30
-packetLen(0x0a30, 106) // ZC_ACK_REQNAMEALL2
+packetLen(0x0a30, 106)
// Packet: 0x0a31
-packetLen(0x0a31, -1) // ZC_RESULT_PACKAGE_ITEM_TEST
+packetLen(0x0a31, -1)
// Packet: 0x0a32
-packetLen(0x0a32, 2) // ZC_OPEN_RODEX_THROUGH_NPC_ONLY
+packetLen(0x0a32, 2)
// Packet: 0x0a33
-packetLen(0x0a33, 7) // ZC_UPDATE_ROULETTE_COIN
+packetLen(0x0a33, 7)
// Packet: 0x0a34
-packetLen(0x0a34, 6) // ZC_UPDATE_TAIWANCASH
+packetLen(0x0a34, 6)
// Packet: 0x0a35
-packetLen(0x0a35, 4) // CZ_REQ_ONECLICK_ITEMIDENTIFY
+packetLen(0x0a35, 4)
// Packet: 0x0a36
-packetLen(0x0a36, 7) // ZC_HP_INFO_TINY
+packetLen(0x0a36, 7)
// Packet: 0x0a37
#if PACKETVER >= 20181121
-packetLen(0x0a37, 69) // ZC_ITEM_PICKUP_ACK_V7
+packetLen(0x0a37, 69)
#elif PACKETVER >= 20180103
-packetLen(0x0a37, 59) // ZC_ITEM_PICKUP_ACK_V7
+packetLen(0x0a37, 59)
#endif
// Packet: 0x0a38
-packetLen(0x0a38, 3) // ZC_OPEN_UI
+packetLen(0x0a38, 3)
// Packet: 0x0a39
-packetLen(0x0a39, 36) // CH_MAKE_CHAR
+packetLen(0x0a39, 36)
// Packet: 0x0a3a
packetLen(0x0a3a, 12)
// Packet: 0x0a3b
-packetLen(0x0a3b, -1) // ZC_CUSTOM_HAT_EFFECT
+packetLen(0x0a3b, -1)
// Packet: 0x0a3c
packetLen(0x0a3c, -1)
@@ -5009,41 +5009,41 @@ packetLen(0x0a3f, 9)
packetLen(0x0a40, 11)
// Packet: 0x0a41
-packetLen(0x0a41, 18) // ZC_AOE_EFFECT_SKILL
+packetLen(0x0a41, 18)
// Packet: 0x0a42
packetLen(0x0a42, 43)
// Packet: 0x0a43
-packetLen(0x0a43, 85) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0a43, 85)
// Packet: 0x0a44
-packetLen(0x0a44, -1) // ZC_GROUP_LIST
+packetLen(0x0a44, -1)
// Packet: 0x0a46
packetLen(0x0a46, 14)
// Packet: 0x0a47
-packetLen(0x0a47, 3) // ZC_STYLE_CHANGE_RES
+packetLen(0x0a47, 3)
// Packet: 0x0a48
packetLen(0x0a48, 2)
// Packet: 0x0a49
#if PACKETVER >= 20181121
-packetLen(0x0a49, 22) // CZ_PRIVATE_AIRSHIP_REQUEST
+packetLen(0x0a49, 22)
#elif PACKETVER >= 20180103
-packetLen(0x0a49, 20) // CZ_PRIVATE_AIRSHIP_REQUEST
+packetLen(0x0a49, 20)
#endif
// Packet: 0x0a4a
-packetLen(0x0a4a, 6) // ZC_PRIVATE_AIRSHIP_RESPONSE
+packetLen(0x0a4a, 6)
// Packet: 0x0a4b
-packetLen(0x0a4b, 22) // ZC_AIRSHIP_MAPMOVE
+packetLen(0x0a4b, 22)
// Packet: 0x0a4c
-packetLen(0x0a4c, 28) // ZC_AIRSHIP_SERVERMOVE
+packetLen(0x0a4c, 28)
// Packet: 0x0a4d
packetLen(0x0a4d, -1)
@@ -5062,7 +5062,7 @@ packetLen(0x0a4f, -1)
packetLen(0x0a50, 4)
// Packet: 0x0a51
-packetLen(0x0a51, 34) // ZC_CHECK_RECEIVE_CHARACTER_NAME
+packetLen(0x0a51, 34)
// Packet: 0x0a52
packetLen(0x0a52, 20)
@@ -5101,7 +5101,7 @@ packetLen(0x0a5c, 18)
packetLen(0x0a5d, 6)
// Packet: 0x0a68
-packetLen(0x0a68, 3) // CZ_REQ_OPEN_UI
+packetLen(0x0a68, 3)
// Packet: 0x0a69
packetLen(0x0a69, 6)
@@ -5119,10 +5119,10 @@ packetLen(0x0a6c, 7)
packetLen(0x0a6d, -1)
// Packet: 0x0a6e
-packetLen(0x0a6e, -1) // CZ_REQ_SEND_RODEX
+packetLen(0x0a6e, -1)
// Packet: 0x0a6f
-packetLen(0x0a6f, -1) // ZC_FORMATSTRING_MSG_COLOR
+packetLen(0x0a6f, -1)
// Packet: 0x0a70
packetLen(0x0a70, 2)
@@ -5158,13 +5158,13 @@ packetLen(0x0a7b, -1)
packetLen(0x0a7c, -1)
// Packet: 0x0a7d
-packetLen(0x0a7d, -1) // ZC_ACK_RODEX_LIST
+packetLen(0x0a7d, -1)
// Packet: 0x0a7e
-packetLen(0x0a7e, -1) // ZC_OFFLINE_STORE_OWNER_ITEMS_READY
+packetLen(0x0a7e, -1)
// Packet: 0x0a7f
-packetLen(0x0a7f, -1) // CZ_OFFLINE_STORE_CREATE
+packetLen(0x0a7f, -1)
// Packet: 0x0a80
packetLen(0x0a80, 6)
@@ -5179,7 +5179,7 @@ packetLen(0x0a82, 46)
packetLen(0x0a83, 46)
// Packet: 0x0a84
-packetLen(0x0a84, 94) // ZC_GUILD_INFO
+packetLen(0x0a84, 94)
// Packet: 0x0a85
packetLen(0x0a85, 82)
@@ -5195,13 +5195,13 @@ packetLen(0x0a88, 2)
// Packet: 0x0a89
#if PACKETVER >= 20181121
-packetLen(0x0a89, 61) // ZC_NOTIFY_OFFLINE_STORE
+packetLen(0x0a89, 61)
#elif PACKETVER >= 20180103
-packetLen(0x0a89, 57) // ZC_NOTIFY_OFFLINE_STORE
+packetLen(0x0a89, 57)
#endif
// Packet: 0x0a8a
-packetLen(0x0a8a, 6) // ZC_OFFLINE_STORE_VANISH
+packetLen(0x0a8a, 6)
// Packet: 0x0a8b
packetLen(0x0a8b, 2)
@@ -5210,7 +5210,7 @@ packetLen(0x0a8b, 2)
packetLen(0x0a8c, 2)
// Packet: 0x0a8d
-packetLen(0x0a8d, -1) // ZC_OFFLINE_STORE_OWNER_ITEMS
+packetLen(0x0a8d, -1)
// Packet: 0x0a8e
packetLen(0x0a8e, 2)
@@ -5222,7 +5222,7 @@ packetLen(0x0a8f, 2)
packetLen(0x0a90, 3)
// Packet: 0x0a91
-packetLen(0x0a91, -1) // ZC_OFFLINE_STORE_ITEMS
+packetLen(0x0a91, -1)
// Packet: 0x0a92
packetLen(0x0a92, -1)
@@ -5238,25 +5238,25 @@ packetLen(0x0a95, 4)
// Packet: 0x0a96
#if PACKETVER >= 20181121
-packetLen(0x0a96, 61) // ZC_ADD_EXCHANGE_ITEM4
+packetLen(0x0a96, 61)
#elif PACKETVER >= 20180103
-packetLen(0x0a96, 51) // ZC_ADD_EXCHANGE_ITEM4
+packetLen(0x0a96, 51)
#endif
// Packet: 0x0a97
-packetLen(0x0a97, 8) // CZ_ALT_EQUIPMENT_EQUIP
+packetLen(0x0a97, 8)
// Packet: 0x0a98
-packetLen(0x0a98, 10) // ZC_ALT_EQUIPMENT_EQUIP
+packetLen(0x0a98, 10)
// Packet: 0x0a99
packetLen(0x0a99, 4)
// Packet: 0x0a9a
-packetLen(0x0a9a, 10) // ZC_ALT_EQUIPMENT_REMOVE
+packetLen(0x0a9a, 10)
// Packet: 0x0a9b
-packetLen(0x0a9b, -1) // ZC_ALT_EQUIPMENT_ITEMS
+packetLen(0x0a9b, -1)
// Packet: 0x0a9c
packetLen(0x0a9c, 2)
@@ -5271,32 +5271,32 @@ packetLen(0x0a9e, 2)
packetLen(0x0a9f, 2)
// Packet: 0x0aa0
-packetLen(0x0aa0, 2) // ZC_REFINE_OPEN_WINDOW
+packetLen(0x0aa0, 2)
// Packet: 0x0aa1
-packetLen(0x0aa1, 4) // CZ_REFINE_ADD_ITEM
+packetLen(0x0aa1, 4)
// Packet: 0x0aa2
-packetLen(0x0aa2, -1) // ZC_REFINE_ADD_ITEM
+packetLen(0x0aa2, -1)
// Packet: 0x0aa3
#if PACKETVER >= 20181121
-packetLen(0x0aa3, 9) // CZ_REFINE_ITEM_REQUEST
+packetLen(0x0aa3, 9)
#elif PACKETVER >= 20180103
-packetLen(0x0aa3, 7) // CZ_REFINE_ITEM_REQUEST
+packetLen(0x0aa3, 7)
#endif
// Packet: 0x0aa4
-packetLen(0x0aa4, 2) // CZ_REFINE_WINDOW_CLOSE
+packetLen(0x0aa4, 2)
// Packet: 0x0aa5
-packetLen(0x0aa5, -1) // ZC_MEMBERMGR_INFO
+packetLen(0x0aa5, -1)
// Packet: 0x0aa6
-packetLen(0x0aa6, 36) // ZC_MEMBER_ADD
+packetLen(0x0aa6, 36)
// Packet: 0x0aa7
-packetLen(0x0aa7, 6) // ZC_INVENTORY_MOVE_FAILED
+packetLen(0x0aa7, 6)
// Packet: 0x0aa8
packetLen(0x0aa8, 5)
@@ -5329,7 +5329,7 @@ packetLen(0x0ab0, 6)
packetLen(0x0ab1, 14)
// Packet: 0x0ab2
-packetLen(0x0ab2, 7) // ZC_GROUP_ISALIVE
+packetLen(0x0ab2, 7)
// Packet: 0x0ab3
packetLen(0x0ab3, 19)
@@ -5359,9 +5359,9 @@ packetLen(0x0ab8, 2)
// Packet: 0x0ab9
#if PACKETVER >= 20181121
-packetLen(0x0ab9, 47) // ZC_ITEM_PREVIEW
+packetLen(0x0ab9, 47)
#elif PACKETVER >= 20180103
-packetLen(0x0ab9, 39) // ZC_ITEM_PREVIEW
+packetLen(0x0ab9, 39)
#endif
// Packet: 0x0aba
@@ -5374,40 +5374,40 @@ packetLen(0x0abb, 2)
packetLen(0x0abc, -1)
// Packet: 0x0abd
-packetLen(0x0abd, 10) // ZC_PARTY_MEMBER_JOB_LEVEL
+packetLen(0x0abd, 10)
// Packet: 0x0abe
-packetLen(0x0abe, -1) // ZC_WARPLIST
+packetLen(0x0abe, -1)
// Packet: 0x0abf
packetLen(0x0abf, -1)
// Packet: 0x0ac0
-packetLen(0x0ac0, 26) // CZ_OPEN_RODEXBOX
+packetLen(0x0ac0, 26)
// Packet: 0x0ac1
-packetLen(0x0ac1, 26) // CZ_REQ_REFRESH_RODEX
+packetLen(0x0ac1, 26)
// Packet: 0x0ac2
-packetLen(0x0ac2, -1) // ZC_ACK_RODEX_LIST
+packetLen(0x0ac2, -1)
// Packet: 0x0ac3
packetLen(0x0ac3, 2)
// Packet: 0x0ac4
-packetLen(0x0ac4, -1) // AC_ACCEPT_LOGIN
+packetLen(0x0ac4, -1)
// Packet: 0x0ac5
-packetLen(0x0ac5, 156) // HC_NOTIFY_ZONESVR
+packetLen(0x0ac5, 156)
// Packet: 0x0ac6
packetLen(0x0ac6, 156)
// Packet: 0x0ac7
-packetLen(0x0ac7, 156) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0ac7, 156)
// Packet: 0x0ac8
-packetLen(0x0ac8, 2) // ZC_UNKNOWN_CLEAN_ITEMS_LISTS
+packetLen(0x0ac8, 2)
// Packet: 0x0ac9
packetLen(0x0ac9, -1)
@@ -5416,10 +5416,10 @@ packetLen(0x0ac9, -1)
packetLen(0x0aca, 3)
// Packet: 0x0acb
-packetLen(0x0acb, 12) // ZC_PAR_CHANGE
+packetLen(0x0acb, 12)
// Packet: 0x0acc
-packetLen(0x0acc, 18) // ZC_NOTIFY_EXP
+packetLen(0x0acc, 18)
// Packet: 0x0acd
packetLen(0x0acd, 23)
@@ -5428,10 +5428,10 @@ packetLen(0x0acd, 23)
packetLen(0x0ace, 4)
// Packet: 0x0acf
-packetLen(0x0acf, 68) // CA_LOGIN_OTP
+packetLen(0x0acf, 68)
// Packet: 0x0ad0
-packetLen(0x0ad0, 11) // CA_OTP_CODE
+packetLen(0x0ad0, 11)
// Packet: 0x0ad1
packetLen(0x0ad1, -1)
@@ -5462,29 +5462,29 @@ packetLen(0x0ad9, -1)
// Packet: 0x0ada
#if PACKETVER >= 20181121
-packetLen(0x0ada, 32) // ZC_REFINE_STATUS
+packetLen(0x0ada, 32)
#elif PACKETVER >= 20180103
-packetLen(0x0ada, 30) // ZC_REFINE_STATUS
+packetLen(0x0ada, 30)
#endif
// Packet: 0x0adb
packetLen(0x0adb, -1)
// Packet: 0x0adc
-packetLen(0x0adc, 6) // ZC_EQUIPWIN_OTHER
+packetLen(0x0adc, 6)
// Packet: 0x0add
#if PACKETVER >= 20181121
-packetLen(0x0add, 24) // ZC_ITEM_FALL_ENTRY
+packetLen(0x0add, 24)
#elif PACKETVER >= 20180103
-packetLen(0x0add, 22) // ZC_ITEM_FALL_ENTRY
+packetLen(0x0add, 22)
#endif
// Packet: 0x0ade
-packetLen(0x0ade, 6) // ZC_OVERWEIGHT_PERCENT
+packetLen(0x0ade, 6)
// Packet: 0x0adf
-packetLen(0x0adf, 58) // ZC_ACK_REQNAME
+packetLen(0x0adf, 58)
// Packet: 0x0ae0
packetLen(0x0ae0, 30)
@@ -5493,16 +5493,16 @@ packetLen(0x0ae0, 30)
packetLen(0x0ae1, 28)
// Packet: 0x0ae2
-packetLen(0x0ae2, 7) // ZC_OPEN_UI
+packetLen(0x0ae2, 7)
// Packet: 0x0ae3
-packetLen(0x0ae3, -1) // AC_LOGIN_OTP
+packetLen(0x0ae3, -1)
// Packet: 0x0ae4
-packetLen(0x0ae4, 89) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0ae4, 89)
// Packet: 0x0ae5
-packetLen(0x0ae5, -1) // ZC_GROUP_LIST
+packetLen(0x0ae5, -1)
// Packet: 0x0ae6
#if PACKETVER >= 20180207
@@ -5525,9 +5525,9 @@ packetLen(0x0ae8, 2)
// Packet: 0x0ae9
#if PACKETVER >= 20180117
-packetLen(0x0ae9, 13) // HC_SECOND_PASSWD_LOGIN
+packetLen(0x0ae9, 13)
#elif PACKETVER >= 20180103
-packetLen(0x0ae9, 64) // HC_SECOND_PASSWD_LOGIN
+packetLen(0x0ae9, 64)
#endif
// Packet: 0x0aea
@@ -5555,12 +5555,12 @@ packetLen(0x0aee, 2)
// Packet: 0x0aef
#if PACKETVER >= 20180117
-packetLen(0x0aef, 2) // CZ_ATTENDANCE_REWARD_REQUEST
+packetLen(0x0aef, 2)
#endif
// Packet: 0x0af0
#if PACKETVER >= 20180117
-packetLen(0x0af0, 10) // ZC_UI_ACTION
+packetLen(0x0af0, 10)
#endif
// Packet: 0x0af2
@@ -5575,7 +5575,7 @@ packetLen(0x0af3, -1)
// Packet: 0x0af4
#if PACKETVER >= 20180207
-packetLen(0x0af4, 11) // CZ_USE_SKILL_TOGROUND
+packetLen(0x0af4, 11)
#endif
// Packet: 0x0af5
@@ -5590,7 +5590,7 @@ packetLen(0x0af6, 88)
// Packet: 0x0af7
#if PACKETVER >= 20180207
-packetLen(0x0af7, 32) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0af7, 32)
#endif
// Packet: 0x0af8
@@ -5610,7 +5610,7 @@ packetLen(0x0afa, 54)
// Packet: 0x0afb
#if PACKETVER >= 20180418
-packetLen(0x0afb, -1) // ZC_AUTOSPELLLIST
+packetLen(0x0afb, -1)
#endif
// Packet: 0x0afc
@@ -5620,17 +5620,17 @@ packetLen(0x0afc, 16)
// Packet: 0x0afd
#if PACKETVER >= 20180605
-packetLen(0x0afd, -1) // ZC_GUILD_POSITION
+packetLen(0x0afd, -1)
#endif
// Packet: 0x0afe
#if PACKETVER >= 20180605
-packetLen(0x0afe, -1) // ZC_UPDATE_MISSION_HUNT_EX
+packetLen(0x0afe, -1)
#endif
// Packet: 0x0aff
#if PACKETVER >= 20180605
-packetLen(0x0aff, -1) // ZC_ALL_QUEST_LIST4
+packetLen(0x0aff, -1)
#endif
// Packet: 0x0b00
@@ -5647,12 +5647,12 @@ packetLen(0x0b01, 40)
// Packet: 0x0b02
#if PACKETVER >= 20180704
-packetLen(0x0b02, 26) // AC_REFUSE_LOGIN4
+packetLen(0x0b02, 26)
#endif
// Packet: 0x0b03
#if PACKETVER >= 20180801
-packetLen(0x0b03, -1) // ZC_EQUIPWIN_MICROSCOPE_V7
+packetLen(0x0b03, -1)
#endif
// Packet: 0x0b04
@@ -5662,9 +5662,9 @@ packetLen(0x0b04, 80)
// Packet: 0x0b05
#if PACKETVER >= 20181121
-packetLen(0x0b05, 63) // ZC_OFFLINE_STORE_VISIBLE
+packetLen(0x0b05, 63)
#elif PACKETVER >= 20180829
-packetLen(0x0b05, 59) // ZC_OFFLINE_STORE_VISIBLE
+packetLen(0x0b05, 59)
#endif
// Packet: 0x0b06
@@ -5681,100 +5681,100 @@ packetLen(0x0b07, -1)
// Packet: 0x0b08
#if PACKETVER >= 20181002
-packetLen(0x0b08, -1) // ZC_INVENTORY_START
+packetLen(0x0b08, -1)
#elif PACKETVER >= 20180912
-packetLen(0x0b08, 27) // ZC_INVENTORY_START
+packetLen(0x0b08, 27)
#elif PACKETVER >= 20180829
-packetLen(0x0b08, 26) // ZC_INVENTORY_START
+packetLen(0x0b08, 26)
#endif
// Packet: 0x0b09
#if PACKETVER >= 20180829
-packetLen(0x0b09, -1) // ZC_STORE_ITEMLIST_NORMAL_V6
+packetLen(0x0b09, -1)
#endif
// Packet: 0x0b0a
#if PACKETVER >= 20180829
-packetLen(0x0b0a, -1) // ZC_STORE_ITEMLIST_EQUIP_V6
+packetLen(0x0b0a, -1)
#endif
// Packet: 0x0b0b
#if PACKETVER >= 20180912
-packetLen(0x0b0b, 4) // ZC_INVENTORY_END
+packetLen(0x0b0b, 4)
#elif PACKETVER >= 20180829
-packetLen(0x0b0b, 3) // ZC_INVENTORY_END
+packetLen(0x0b0b, 3)
#endif
// Packet: 0x0b0c
#if PACKETVER >= 20180829
-packetLen(0x0b0c, 155) // ZC_ADD_QUEST_EX
+packetLen(0x0b0c, 155)
#endif
// Packet: 0x0b0d
#if PACKETVER >= 20180912
-packetLen(0x0b0d, 10) // ZC_REMOVE_EFFECT
+packetLen(0x0b0d, 10)
#endif
// Packet: 0x0b0e
#if PACKETVER >= 20180912
-packetLen(0x0b0e, -1) // ZC_NPC_BARTER_OPEN
+packetLen(0x0b0e, -1)
#endif
// Packet: 0x0b0f
#if PACKETVER >= 20180912
-packetLen(0x0b0f, -1) // CZ_NPC_BARTER_PURCHASE
+packetLen(0x0b0f, -1)
#endif
// Packet: 0x0b10
#if PACKETVER >= 20181002
-packetLen(0x0b10, 10) // CZ_START_USE_SKILL
+packetLen(0x0b10, 10)
#endif
// Packet: 0x0b11
#if PACKETVER >= 20181002
-packetLen(0x0b11, 4) // CZ_STOP_USE_SKILL
+packetLen(0x0b11, 4)
#endif
// Packet: 0x0b12
#if PACKETVER >= 20181017
-packetLen(0x0b12, 2) // CZ_NPC_BARTER_CLOSE
+packetLen(0x0b12, 2)
#endif
// Packet: 0x0b13
#if PACKETVER >= 20181121
-packetLen(0x0b13, 48) // ZC_ITEM_PREVIEW
+packetLen(0x0b13, 48)
#elif PACKETVER >= 20181017
-packetLen(0x0b13, 40) // ZC_ITEM_PREVIEW
+packetLen(0x0b13, 40)
#endif
// Packet: 0x0b14
#if PACKETVER >= 20181031
-packetLen(0x0b14, 2) // CZ_INVENTORY_EXPAND
+packetLen(0x0b14, 2)
#endif
// Packet: 0x0b15
#if PACKETVER >= 20181031
-packetLen(0x0b15, 7) // ZC_ACK_INVENTORY_EXPAND
+packetLen(0x0b15, 7)
#endif
// Packet: 0x0b16
#if PACKETVER >= 20181031
-packetLen(0x0b16, 2) // CZ_INVENTORY_EXPAND_CONFIRMED
+packetLen(0x0b16, 2)
#endif
// Packet: 0x0b17
#if PACKETVER >= 20181031
-packetLen(0x0b17, 3) // ZC_ACK_INVENTORY_EXPAND_RESULT
+packetLen(0x0b17, 3)
#endif
// Packet: 0x0b18
#if PACKETVER >= 20181031
-packetLen(0x0b18, 4) // ZC_INVENTORY_EXPANSION_INFO
+packetLen(0x0b18, 4)
#endif
// Packet: 0x0b19
#if PACKETVER >= 20181031
-packetLen(0x0b19, 2) // CZ_INVENTORY_EXPAND_REJECTED
+packetLen(0x0b19, 2)
#endif
// Packet: 0x0b1a
diff --git a/src/common/packets/packets2018_len_re.h b/src/common/packets/packets2018_len_re.h
index 42a417fea..ddfa67664 100644
--- a/src/common/packets/packets2018_len_re.h
+++ b/src/common/packets/packets2018_len_re.h
@@ -2,8 +2,8 @@
* This file is part of Hercules.
* http://herc.ws - http://github.com/HerculesWS/Hercules
*
- * Copyright (C) 2019 Hercules Dev Team
- * Copyright (C) 2019 Andrei Karas (4144)
+ * Copyright (C) 2018-2019 Hercules Dev Team
+ * Copyright (C) 2018-2019 Andrei Karas (4144)
*
* Hercules is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -25,3001 +25,3001 @@
/* This file is autogenerated, please do not commit manual changes */
// Packet: 0x0064
-packetLen(0x0064, 55) // CA_LOGIN
+packetLen(0x0064, 55)
// Packet: 0x0065
-packetLen(0x0065, 17) // CH_ENTER
+packetLen(0x0065, 17)
// Packet: 0x0066
-packetLen(0x0066, 3) // CH_SELECT_CHAR
+packetLen(0x0066, 3)
// Packet: 0x0067
-packetLen(0x0067, 37) // CH_MAKE_CHAR
+packetLen(0x0067, 37)
// Packet: 0x0068
-packetLen(0x0068, 46) // CH_DELETE_CHAR
+packetLen(0x0068, 46)
// Packet: 0x0069
-packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+packetLen(0x0069, -1)
// Packet: 0x006a
-packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+packetLen(0x006a, 23)
// Packet: 0x006b
-packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+packetLen(0x006b, -1)
// Packet: 0x006c
-packetLen(0x006c, 3) // HC_REFUSE_ENTER
+packetLen(0x006c, 3)
// Packet: 0x006d
-packetLen(0x006d, 157) // HC_ACCEPT_MAKECHAR
+packetLen(0x006d, 157)
// Packet: 0x006e
-packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+packetLen(0x006e, 3)
// Packet: 0x006f
-packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+packetLen(0x006f, 2)
// Packet: 0x0070
-packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+packetLen(0x0070, 3)
// Packet: 0x0071
-packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+packetLen(0x0071, 28)
// Packet: 0x0072
-packetLen(0x0072, 22) // CZ_ENTER
+packetLen(0x0072, 22)
// Packet: 0x0073
-packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 11)
// Packet: 0x0074
-packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+packetLen(0x0074, 3)
// Packet: 0x0075
-packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, -1)
// Packet: 0x0076
-packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+packetLen(0x0076, 9)
// Packet: 0x0077
-packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 5)
// Packet: 0x0078
-packetLen(0x0078, 55) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, 55)
// Packet: 0x0079
-packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, 53)
// Packet: 0x007a
-packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, 58)
// Packet: 0x007b
-packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, 60)
// Packet: 0x007c
-packetLen(0x007c, 44) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, 44)
// Packet: 0x007d
-packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, 2)
// Packet: 0x007e
-packetLen(0x007e, 105) // CZ_REQUEST_TIME
+packetLen(0x007e, 105)
// Packet: 0x007f
-packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+packetLen(0x007f, 6)
// Packet: 0x0080
-packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+packetLen(0x0080, 7)
// Packet: 0x0081
-packetLen(0x0081, 3) // SC_NOTIFY_BAN
+packetLen(0x0081, 3)
// Packet: 0x0082
-packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+packetLen(0x0082, 2)
// Packet: 0x0083
-packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 2)
// Packet: 0x0084
-packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+packetLen(0x0084, 2)
// Packet: 0x0085
-packetLen(0x0085, 10) // CZ_REQUEST_MOVE
+packetLen(0x0085, 10)
// Packet: 0x0086
-packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 16)
// Packet: 0x0087
-packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 12)
// Packet: 0x0088
-packetLen(0x0088, 10) // ZC_STOPMOVE
+packetLen(0x0088, 10)
// Packet: 0x0089
-packetLen(0x0089, 11) // CZ_REQUEST_ACT
+packetLen(0x0089, 11)
// Packet: 0x008a
-packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+packetLen(0x008a, 29)
// Packet: 0x008b
-packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+packetLen(0x008b, 23)
// Packet: 0x008c
packetLen(0x008c, 14)
// Packet: 0x008d
-packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+packetLen(0x008d, -1)
// Packet: 0x008e
-packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, -1)
// Packet: 0x0090
-packetLen(0x0090, 7) // CZ_CONTACTNPC
+packetLen(0x0090, 7)
// Packet: 0x0091
-packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, 22)
// Packet: 0x0092
-packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 28)
// Packet: 0x0093
-packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+packetLen(0x0093, 2)
// Packet: 0x0094
-packetLen(0x0094, 19) // CZ_REQNAME
+packetLen(0x0094, 19)
// Packet: 0x0095
-packetLen(0x0095, 30) // ZC_ACK_REQNAME
+packetLen(0x0095, 30)
// Packet: 0x0096
-packetLen(0x0096, -1) // CZ_WHISPER
+packetLen(0x0096, -1)
// Packet: 0x0097
-packetLen(0x0097, -1) // ZC_WHISPER
+packetLen(0x0097, -1)
// Packet: 0x0098
-packetLen(0x0098, 3) // ZC_ACK_WHISPER
+packetLen(0x0098, 3)
// Packet: 0x0099
-packetLen(0x0099, -1) // CZ_BROADCAST
+packetLen(0x0099, -1)
// Packet: 0x009a
-packetLen(0x009a, -1) // ZC_BROADCAST
+packetLen(0x009a, -1)
// Packet: 0x009b
-packetLen(0x009b, 34) // CZ_CHANGE_DIRECTION
+packetLen(0x009b, 34)
// Packet: 0x009c
-packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, 9)
// Packet: 0x009d
#if PACKETVER >= 20180704
-packetLen(0x009d, 19) // ZC_ITEM_ENTRY
+packetLen(0x009d, 19)
#elif PACKETVER >= 20180103
-packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+packetLen(0x009d, 17)
#endif
// Packet: 0x009e
#if PACKETVER >= 20180704
-packetLen(0x009e, 19) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 19)
#elif PACKETVER >= 20180103
-packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 17)
#endif
// Packet: 0x009f
-packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+packetLen(0x009f, 20)
// Packet: 0x00a0
#if PACKETVER >= 20180704
-packetLen(0x00a0, 33) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, 33)
#elif PACKETVER >= 20180103
-packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, 23)
#endif
// Packet: 0x00a1
-packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, 6)
// Packet: 0x00a2
-packetLen(0x00a2, 14) // CZ_ITEM_THROW
+packetLen(0x00a2, 14)
// Packet: 0x00a3
-packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, -1)
// Packet: 0x00a4
-packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, -1)
// Packet: 0x00a5
-packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, -1)
// Packet: 0x00a6
-packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, -1)
// Packet: 0x00a7
packetLen(0x00a7, 9)
// Packet: 0x00a8
-packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 7)
// Packet: 0x00a9
-packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, 6)
// Packet: 0x00aa
-packetLen(0x00aa, 9) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 9)
// Packet: 0x00ab
-packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, 4)
// Packet: 0x00ac
-packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, 7)
// Packet: 0x00ae
-packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+packetLen(0x00ae, -1)
// Packet: 0x00af
-packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, 6)
// Packet: 0x00b0
-packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+packetLen(0x00b0, 8)
// Packet: 0x00b1
-packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, 8)
// Packet: 0x00b2
-packetLen(0x00b2, 3) // CZ_RESTART
+packetLen(0x00b2, 3)
// Packet: 0x00b3
-packetLen(0x00b3, 3) // ZC_RESTART_ACK
+packetLen(0x00b3, 3)
// Packet: 0x00b4
-packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+packetLen(0x00b4, -1)
// Packet: 0x00b5
-packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 6)
// Packet: 0x00b6
-packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 6)
// Packet: 0x00b7
-packetLen(0x00b7, -1) // ZC_MENU_LIST
+packetLen(0x00b7, -1)
// Packet: 0x00b8
-packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+packetLen(0x00b8, 7)
// Packet: 0x00b9
-packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, 6)
// Packet: 0x00ba
-packetLen(0x00ba, 2) // CZ_REQ_STATUS
+packetLen(0x00ba, 2)
// Packet: 0x00bb
-packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+packetLen(0x00bb, 5)
// Packet: 0x00bc
-packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 6)
// Packet: 0x00bd
-packetLen(0x00bd, 44) // ZC_STATUS
+packetLen(0x00bd, 44)
// Packet: 0x00be
-packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+packetLen(0x00be, 5)
// Packet: 0x00bf
-packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+packetLen(0x00bf, 3)
// Packet: 0x00c0
-packetLen(0x00c0, 7) // ZC_EMOTION
+packetLen(0x00c0, 7)
// Packet: 0x00c1
-packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, 2)
// Packet: 0x00c2
-packetLen(0x00c2, 6) // ZC_USER_COUNT
+packetLen(0x00c2, 6)
// Packet: 0x00c3
-packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, 8)
// Packet: 0x00c4
-packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, 6)
// Packet: 0x00c5
-packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, 7)
// Packet: 0x00c6
-packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, -1)
// Packet: 0x00c7
-packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, -1)
// Packet: 0x00c8
-packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, -1)
// Packet: 0x00c9
-packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, -1)
// Packet: 0x00ca
-packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, 3)
// Packet: 0x00cb
-packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+packetLen(0x00cb, 3)
// Packet: 0x00cc
-packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, 6)
// Packet: 0x00cd
-packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+packetLen(0x00cd, 3)
// Packet: 0x00ce
-packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 2)
// Packet: 0x00cf
-packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 27)
// Packet: 0x00d0
-packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, 3)
// Packet: 0x00d1
-packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, 4)
// Packet: 0x00d2
-packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 4)
// Packet: 0x00d3
-packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 2)
// Packet: 0x00d4
-packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+packetLen(0x00d4, -1)
// Packet: 0x00d5
-packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, -1)
// Packet: 0x00d6
-packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 3)
// Packet: 0x00d7
-packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, -1)
// Packet: 0x00d8
-packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+packetLen(0x00d8, 6)
// Packet: 0x00d9
-packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, 14)
// Packet: 0x00da
-packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, 3)
// Packet: 0x00db
-packetLen(0x00db, -1) // ZC_ENTER_ROOM
+packetLen(0x00db, -1)
// Packet: 0x00dc
-packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 28)
// Packet: 0x00dd
-packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+packetLen(0x00dd, 29)
// Packet: 0x00de
-packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, -1)
// Packet: 0x00df
-packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, -1)
// Packet: 0x00e0
-packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, 30)
// Packet: 0x00e1
-packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+packetLen(0x00e1, 30)
// Packet: 0x00e2
-packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, 26)
// Packet: 0x00e3
-packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+packetLen(0x00e3, 2)
// Packet: 0x00e4
-packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 6)
// Packet: 0x00e5
-packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 26)
// Packet: 0x00e6
-packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, 3)
// Packet: 0x00e7
-packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 3)
// Packet: 0x00e8
-packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, 8)
// Packet: 0x00e9
#if PACKETVER >= 20180704
-packetLen(0x00e9, 29) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 29)
#elif PACKETVER >= 20180103
-packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 19)
#endif
// Packet: 0x00ea
-packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 5)
// Packet: 0x00eb
-packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 2)
// Packet: 0x00ec
-packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 3)
// Packet: 0x00ed
-packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, 2)
// Packet: 0x00ee
-packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, 2)
// Packet: 0x00ef
-packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 2)
// Packet: 0x00f0
-packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 3)
// Packet: 0x00f1
-packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+packetLen(0x00f1, 2)
// Packet: 0x00f2
-packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 6)
// Packet: 0x00f3
-packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+packetLen(0x00f3, -1)
// Packet: 0x00f4
#if PACKETVER >= 20180704
-packetLen(0x00f4, 31) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 31)
#elif PACKETVER >= 20180103
-packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 21)
#endif
// Packet: 0x00f5
-packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+packetLen(0x00f5, 11)
// Packet: 0x00f6
-packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 8)
// Packet: 0x00f7
-packetLen(0x00f7, 17) // CZ_REQUEST_TIME
+packetLen(0x00f7, 17)
// Packet: 0x00f8
-packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+packetLen(0x00f8, 2)
// Packet: 0x00f9
-packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+packetLen(0x00f9, 26)
// Packet: 0x00fa
-packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, 3)
// Packet: 0x00fb
-packetLen(0x00fb, -1) // ZC_GROUP_LIST
+packetLen(0x00fb, -1)
// Packet: 0x00fc
-packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, 6)
// Packet: 0x00fd
-packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, 27)
// Packet: 0x00fe
-packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, 30)
// Packet: 0x00ff
-packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+packetLen(0x00ff, 10)
// Packet: 0x0100
-packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, 2)
// Packet: 0x0101
-packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, 6)
// Packet: 0x0102
-packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 6)
// Packet: 0x0103
-packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 30)
// Packet: 0x0104
-packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, 79)
// Packet: 0x0105
-packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, 31)
// Packet: 0x0106
-packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, 10)
// Packet: 0x0107
-packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, 10)
// Packet: 0x0108
-packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, -1)
// Packet: 0x0109
-packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, -1)
// Packet: 0x010a
#if PACKETVER >= 20180704
-packetLen(0x010a, 6) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 6)
#elif PACKETVER >= 20180103
-packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 4)
#endif
// Packet: 0x010b
-packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, 6)
// Packet: 0x010c
-packetLen(0x010c, 6) // ZC_MVP
+packetLen(0x010c, 6)
// Packet: 0x010d
-packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+packetLen(0x010d, 2)
// Packet: 0x010e
-packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, 11)
// Packet: 0x010f
-packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+packetLen(0x010f, -1)
// Packet: 0x0110
#if PACKETVER >= 20180704
-packetLen(0x0110, 14) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, 14)
#elif PACKETVER >= 20180103
-packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, 10)
#endif
// Packet: 0x0111
-packetLen(0x0111, 39) // ZC_ADD_SKILL
+packetLen(0x0111, 39)
// Packet: 0x0112
-packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, 4)
// Packet: 0x0113
-packetLen(0x0113, 25) // CZ_USE_SKILL
+packetLen(0x0113, 25)
// Packet: 0x0114
-packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+packetLen(0x0114, 31)
// Packet: 0x0115
-packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+packetLen(0x0115, 35)
// Packet: 0x0116
-packetLen(0x0116, 17) // CZ_USE_SKILL_TOGROUND
+packetLen(0x0116, 17)
// Packet: 0x0117
-packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, 18)
// Packet: 0x0118
-packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+packetLen(0x0118, 2)
// Packet: 0x0119
-packetLen(0x0119, 13) // ZC_STATE_CHANGE
+packetLen(0x0119, 13)
// Packet: 0x011a
-packetLen(0x011a, 15) // ZC_USE_SKILL
+packetLen(0x011a, 15)
// Packet: 0x011b
-packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, 20)
// Packet: 0x011c
-packetLen(0x011c, 68) // ZC_WARPLIST
+packetLen(0x011c, 68)
// Packet: 0x011d
-packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 2)
// Packet: 0x011e
-packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, 3)
// Packet: 0x011f
-packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+packetLen(0x011f, 16)
// Packet: 0x0120
-packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, 6)
// Packet: 0x0121
-packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, 14)
// Packet: 0x0122
-packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, -1)
// Packet: 0x0123
-packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, -1)
// Packet: 0x0124
#if PACKETVER >= 20180704
-packetLen(0x0124, 31) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 31)
#elif PACKETVER >= 20180103
-packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 21)
#endif
// Packet: 0x0125
-packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 8)
// Packet: 0x0126
-packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 8)
// Packet: 0x0127
-packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, 8)
// Packet: 0x0128
-packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 8)
// Packet: 0x0129
-packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, 8)
// Packet: 0x012a
-packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+packetLen(0x012a, 2)
// Packet: 0x012b
-packetLen(0x012b, 2) // ZC_CARTOFF
+packetLen(0x012b, 2)
// Packet: 0x012c
-packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 3)
// Packet: 0x012d
-packetLen(0x012d, 4) // ZC_OPENSTORE
+packetLen(0x012d, 4)
// Packet: 0x012e
-packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, 2)
// Packet: 0x012f
-packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+packetLen(0x012f, -1)
// Packet: 0x0130
-packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, 6)
// Packet: 0x0131
-packetLen(0x0131, 86) // ZC_STORE_ENTRY
+packetLen(0x0131, 86)
// Packet: 0x0132
-packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, 6)
// Packet: 0x0133
-packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, -1)
// Packet: 0x0134
-packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, -1)
// Packet: 0x0135
-packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, 7)
// Packet: 0x0136
-packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, -1)
// Packet: 0x0137
-packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, 6)
// Packet: 0x0138
-packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+packetLen(0x0138, 3)
// Packet: 0x0139
-packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, 16)
// Packet: 0x013a
-packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+packetLen(0x013a, 4)
// Packet: 0x013b
-packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+packetLen(0x013b, 4)
// Packet: 0x013c
-packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+packetLen(0x013c, 4)
// Packet: 0x013d
-packetLen(0x013d, 6) // ZC_RECOVERY
+packetLen(0x013d, 6)
// Packet: 0x013e
-packetLen(0x013e, 24) // ZC_USESKILL_ACK
+packetLen(0x013e, 24)
// Packet: 0x013f
-packetLen(0x013f, 26) // CZ_ITEM_CREATE
+packetLen(0x013f, 26)
// Packet: 0x0140
-packetLen(0x0140, 22) // CZ_MOVETO_MAP
+packetLen(0x0140, 22)
// Packet: 0x0141
-packetLen(0x0141, 14) // ZC_COUPLESTATUS
+packetLen(0x0141, 14)
// Packet: 0x0142
-packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+packetLen(0x0142, 6)
// Packet: 0x0143
-packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+packetLen(0x0143, 10)
// Packet: 0x0144
-packetLen(0x0144, 23) // ZC_COMPASS
+packetLen(0x0144, 23)
// Packet: 0x0145
-packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+packetLen(0x0145, 19)
// Packet: 0x0146
-packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+packetLen(0x0146, 6)
// Packet: 0x0147
-packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+packetLen(0x0147, 39)
// Packet: 0x0148
-packetLen(0x0148, 8) // ZC_RESURRECTION
+packetLen(0x0148, 8)
// Packet: 0x0149
-packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, 9)
// Packet: 0x014a
-packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+packetLen(0x014a, 6)
// Packet: 0x014b
-packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+packetLen(0x014b, 27)
// Packet: 0x014c
-packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, -1)
// Packet: 0x014d
-packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 2)
// Packet: 0x014e
-packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+packetLen(0x014e, 6)
// Packet: 0x014f
-packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, 6)
// Packet: 0x0150
-packetLen(0x0150, 110) // ZC_GUILD_INFO
+packetLen(0x0150, 110)
// Packet: 0x0151
-packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+packetLen(0x0151, 6)
// Packet: 0x0152
-packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+packetLen(0x0152, -1)
// Packet: 0x0153
-packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+packetLen(0x0153, -1)
// Packet: 0x0154
-packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, -1)
// Packet: 0x0155
-packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, -1)
// Packet: 0x0156
-packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+packetLen(0x0156, -1)
// Packet: 0x0157
-packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+packetLen(0x0157, 6)
// Packet: 0x0159
-packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, 54)
// Packet: 0x015a
-packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 66)
// Packet: 0x015b
-packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 54)
// Packet: 0x015c
-packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, 90)
// Packet: 0x015d
-packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+packetLen(0x015d, 42)
// Packet: 0x015e
-packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, 6)
// Packet: 0x015f
-packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+packetLen(0x015f, 42)
// Packet: 0x0160
-packetLen(0x0160, -1) // ZC_POSITION_INFO
+packetLen(0x0160, -1)
// Packet: 0x0161
-packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, -1)
// Packet: 0x0162
-packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, -1)
// Packet: 0x0163
-packetLen(0x0163, -1) // ZC_BAN_LIST
+packetLen(0x0163, -1)
// Packet: 0x0164
-packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+packetLen(0x0164, -1)
// Packet: 0x0165
-packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, 30)
// Packet: 0x0166
-packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, -1)
// Packet: 0x0167
-packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 3)
// Packet: 0x0168
-packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, 14)
// Packet: 0x0169
-packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 3)
// Packet: 0x016a
-packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, 30)
// Packet: 0x016b
-packetLen(0x016b, 10) // CZ_JOIN_GUILD
+packetLen(0x016b, 10)
// Packet: 0x016c
-packetLen(0x016c, 43) // ZC_UPDATE_GDID
+packetLen(0x016c, 43)
// Packet: 0x016d
-packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 14)
// Packet: 0x016e
-packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+packetLen(0x016e, 186)
// Packet: 0x016f
-packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+packetLen(0x016f, 182)
// Packet: 0x0170
-packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 14)
// Packet: 0x0171
-packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, 30)
// Packet: 0x0172
-packetLen(0x0172, 10) // CZ_ALLY_GUILD
+packetLen(0x0172, 10)
// Packet: 0x0173
-packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+packetLen(0x0173, 3)
// Packet: 0x0174
-packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0174, -1)
// Packet: 0x0175
-packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+packetLen(0x0175, 6)
// Packet: 0x0176
-packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+packetLen(0x0176, 106)
// Packet: 0x0177
-packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, -1)
// Packet: 0x0178
-packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, 4)
// Packet: 0x0179
-packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 5)
// Packet: 0x017a
-packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, 4)
// Packet: 0x017b
-packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, -1)
// Packet: 0x017c
-packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, 6)
// Packet: 0x017d
-packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 7)
// Packet: 0x017e
-packetLen(0x017e, -1) // CZ_GUILD_CHAT
+packetLen(0x017e, -1)
// Packet: 0x017f
-packetLen(0x017f, -1) // ZC_GUILD_CHAT
+packetLen(0x017f, -1)
// Packet: 0x0180
-packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+packetLen(0x0180, 6)
// Packet: 0x0181
-packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+packetLen(0x0181, 3)
// Packet: 0x0182
-packetLen(0x0182, 106) // ZC_MEMBER_ADD
+packetLen(0x0182, 106)
// Packet: 0x0183
-packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+packetLen(0x0183, 10)
// Packet: 0x0184
-packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+packetLen(0x0184, 10)
// Packet: 0x0185
-packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+packetLen(0x0185, 34)
// Packet: 0x0187
-packetLen(0x0187, 6) // CH_UNKNOWN_PING
+packetLen(0x0187, 6)
// Packet: 0x0188
-packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, 8)
// Packet: 0x0189
-packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, 4)
// Packet: 0x018a
-packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+packetLen(0x018a, 4)
// Packet: 0x018b
-packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, 4)
// Packet: 0x018c
-packetLen(0x018c, 29) // ZC_MONSTER_INFO
+packetLen(0x018c, 29)
// Packet: 0x018d
-packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, -1)
// Packet: 0x018e
#if PACKETVER >= 20180704
-packetLen(0x018e, 18) // CZ_REQMAKINGITEM
+packetLen(0x018e, 18)
#elif PACKETVER >= 20180103
-packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+packetLen(0x018e, 10)
#endif
// Packet: 0x018f
#if PACKETVER >= 20180704
-packetLen(0x018f, 8) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 8)
#elif PACKETVER >= 20180103
-packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 6)
#endif
// Packet: 0x0190
-packetLen(0x0190, 23) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+packetLen(0x0190, 23)
// Packet: 0x0191
-packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+packetLen(0x0191, 86)
// Packet: 0x0192
-packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+packetLen(0x0192, 24)
// Packet: 0x0193
-packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+packetLen(0x0193, 2)
// Packet: 0x0194
-packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 30)
// Packet: 0x0195
-packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 102)
// Packet: 0x0196
-packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, 9)
// Packet: 0x0197
-packetLen(0x0197, 4) // CZ_RESET
+packetLen(0x0197, 4)
// Packet: 0x0198
-packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+packetLen(0x0198, 8)
// Packet: 0x0199
-packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, 4)
// Packet: 0x019a
-packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 14)
// Packet: 0x019b
-packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 10)
// Packet: 0x019c
-packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+packetLen(0x019c, -1)
// Packet: 0x019d
-packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, 6)
// Packet: 0x019e
-packetLen(0x019e, 2) // ZC_START_CAPTURE
+packetLen(0x019e, 2)
// Packet: 0x019f
-packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, 6)
// Packet: 0x01a0
-packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, 3)
// Packet: 0x01a1
-packetLen(0x01a1, 3) // CZ_COMMAND_PET
+packetLen(0x01a1, 3)
// Packet: 0x01a2
-packetLen(0x01a2, 37) // ZC_PROPERTY_PET
+packetLen(0x01a2, 37)
// Packet: 0x01a3
#if PACKETVER >= 20180704
-packetLen(0x01a3, 7) // ZC_FEED_PET
+packetLen(0x01a3, 7)
#elif PACKETVER >= 20180103
-packetLen(0x01a3, 5) // ZC_FEED_PET
+packetLen(0x01a3, 5)
#endif
// Packet: 0x01a4
-packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, 11)
// Packet: 0x01a5
-packetLen(0x01a5, 26) // CZ_RENAME_PET
+packetLen(0x01a5, 26)
// Packet: 0x01a6
-packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+packetLen(0x01a6, -1)
// Packet: 0x01a7
-packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 4)
// Packet: 0x01a8
-packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+packetLen(0x01a8, 4)
// Packet: 0x01a9
-packetLen(0x01a9, 6) // CZ_PET_ACT
+packetLen(0x01a9, 6)
// Packet: 0x01aa
-packetLen(0x01aa, 10) // ZC_PET_ACT
+packetLen(0x01aa, 10)
// Packet: 0x01ab
-packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, 12)
// Packet: 0x01ac
-packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+packetLen(0x01ac, 6)
// Packet: 0x01ad
-packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, -1)
// Packet: 0x01ae
#if PACKETVER >= 20180704
-packetLen(0x01ae, 6) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, 6)
#elif PACKETVER >= 20180103
-packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, 4)
#endif
// Packet: 0x01af
-packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+packetLen(0x01af, 4)
// Packet: 0x01b0
-packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, 11)
// Packet: 0x01b1
-packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+packetLen(0x01b1, 7)
// Packet: 0x01b2
-packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, -1)
// Packet: 0x01b3
-packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, 67)
// Packet: 0x01b4
-packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+packetLen(0x01b4, 12)
// Packet: 0x01b5
-packetLen(0x01b5, 18) // SC_BILLING_INFO
+packetLen(0x01b5, 18)
// Packet: 0x01b6
-packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+packetLen(0x01b6, 114)
// Packet: 0x01b7
-packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+packetLen(0x01b7, 6)
// Packet: 0x01b8
-packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+packetLen(0x01b8, 3)
// Packet: 0x01b9
-packetLen(0x01b9, 6) // ZC_DISPEL
+packetLen(0x01b9, 6)
// Packet: 0x01ba
-packetLen(0x01ba, 26) // CZ_REMOVE_AID
+packetLen(0x01ba, 26)
// Packet: 0x01bb
-packetLen(0x01bb, 26) // CZ_SHIFT
+packetLen(0x01bb, 26)
// Packet: 0x01bc
-packetLen(0x01bc, 26) // CZ_RECALL
+packetLen(0x01bc, 26)
// Packet: 0x01bd
-packetLen(0x01bd, 26) // CZ_RECALL_GID
+packetLen(0x01bd, 26)
// Packet: 0x01be
-packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+packetLen(0x01be, 2)
// Packet: 0x01bf
-packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+packetLen(0x01bf, 3)
// Packet: 0x01c0
-packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+packetLen(0x01c0, 2)
// Packet: 0x01c1
-packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+packetLen(0x01c1, 14)
// Packet: 0x01c2
-packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+packetLen(0x01c2, 10)
// Packet: 0x01c3
-packetLen(0x01c3, -1) // ZC_BROADCAST2
+packetLen(0x01c3, -1)
// Packet: 0x01c4
#if PACKETVER >= 20180704
-packetLen(0x01c4, 32) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 32)
#elif PACKETVER >= 20180103
-packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 22)
#endif
// Packet: 0x01c5
#if PACKETVER >= 20180704
-packetLen(0x01c5, 32) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 32)
#elif PACKETVER >= 20180103
-packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 22)
#endif
// Packet: 0x01c6
-packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+packetLen(0x01c6, 4)
// Packet: 0x01c7
-packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+packetLen(0x01c7, 2)
// Packet: 0x01c8
#if PACKETVER >= 20180704
-packetLen(0x01c8, 15) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, 15)
#elif PACKETVER >= 20180103
-packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, 13)
#endif
// Packet: 0x01c9
-packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 97)
// Packet: 0x01ca
-packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+packetLen(0x01ca, 3)
// Packet: 0x01cb
-packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+packetLen(0x01cb, 9)
// Packet: 0x01cc
-packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+packetLen(0x01cc, 9)
// Packet: 0x01cd
-packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, 30)
// Packet: 0x01ce
-packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, 6)
// Packet: 0x01cf
-packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+packetLen(0x01cf, 28)
// Packet: 0x01d0
-packetLen(0x01d0, 8) // ZC_SPIRITS
+packetLen(0x01d0, 8)
// Packet: 0x01d1
-packetLen(0x01d1, 14) // ZC_BLADESTOP
+packetLen(0x01d1, 14)
// Packet: 0x01d2
-packetLen(0x01d2, 10) // ZC_COMBODELAY
+packetLen(0x01d2, 10)
// Packet: 0x01d3
-packetLen(0x01d3, 35) // ZC_SOUND
+packetLen(0x01d3, 35)
// Packet: 0x01d4
-packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, 6)
// Packet: 0x01d5
-packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, -1)
// Packet: 0x01d6
-packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 4)
// Packet: 0x01d7
#if PACKETVER >= 20180704
-packetLen(0x01d7, 15) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 15)
#elif PACKETVER >= 20180103
-packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 11)
#endif
// Packet: 0x01d8
#if PACKETVER >= 20180704
-packetLen(0x01d8, 58) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 58)
#elif PACKETVER >= 20180103
-packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 54)
#endif
// Packet: 0x01d9
#if PACKETVER >= 20180704
-packetLen(0x01d9, 57) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 57)
#elif PACKETVER >= 20180103
-packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 53)
#endif
// Packet: 0x01da
#if PACKETVER >= 20180704
-packetLen(0x01da, 64) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 64)
#elif PACKETVER >= 20180103
-packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 60)
#endif
// Packet: 0x01db
-packetLen(0x01db, 2) // CA_REQ_HASH
+packetLen(0x01db, 2)
// Packet: 0x01dc
-packetLen(0x01dc, -1) // AC_ACK_HASH
+packetLen(0x01dc, -1)
// Packet: 0x01dd
-packetLen(0x01dd, 47) // CA_LOGIN2
+packetLen(0x01dd, 47)
// Packet: 0x01de
-packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 33)
// Packet: 0x01df
-packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+packetLen(0x01df, 6)
// Packet: 0x01e0
-packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+packetLen(0x01e0, 30)
// Packet: 0x01e1
-packetLen(0x01e1, 8) // ZC_SPIRITS2
+packetLen(0x01e1, 8)
// Packet: 0x01e2
-packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+packetLen(0x01e2, 34)
// Packet: 0x01e3
-packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+packetLen(0x01e3, 14)
// Packet: 0x01e4
-packetLen(0x01e4, 2) // ZC_START_COUPLE
+packetLen(0x01e4, 2)
// Packet: 0x01e5
-packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+packetLen(0x01e5, 6)
// Packet: 0x01e6
-packetLen(0x01e6, 26) // ZC_COUPLENAME
+packetLen(0x01e6, 26)
// Packet: 0x01e7
-packetLen(0x01e7, 2) // CZ_DORIDORI
+packetLen(0x01e7, 2)
// Packet: 0x01e8
-packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 28)
// Packet: 0x01e9
-packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, 81)
// Packet: 0x01ea
-packetLen(0x01ea, 6) // ZC_CONGRATULATION
+packetLen(0x01ea, 6)
// Packet: 0x01eb
-packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, 10)
// Packet: 0x01ec
-packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+packetLen(0x01ec, 26)
// Packet: 0x01ed
-packetLen(0x01ed, 2) // CZ_CHOPOKGI
+packetLen(0x01ed, 2)
// Packet: 0x01ee
-packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, -1)
// Packet: 0x01ef
-packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, -1)
// Packet: 0x01f0
-packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, -1)
// Packet: 0x01f1
-packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+packetLen(0x01f1, -1)
// Packet: 0x01f2
-packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, 20)
// Packet: 0x01f3
-packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+packetLen(0x01f3, 10)
// Packet: 0x01f4
-packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, 32)
// Packet: 0x01f5
-packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, 9)
// Packet: 0x01f6
-packetLen(0x01f6, 34) // ZC_REQ_BABY
+packetLen(0x01f6, 34)
// Packet: 0x01f7
-packetLen(0x01f7, 14) // CZ_JOIN_BABY
+packetLen(0x01f7, 14)
// Packet: 0x01f8
-packetLen(0x01f8, 2) // ZC_START_BABY
+packetLen(0x01f8, 2)
// Packet: 0x01f9
-packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+packetLen(0x01f9, 6)
// Packet: 0x01fa
-packetLen(0x01fa, 48) // CA_LOGIN3
+packetLen(0x01fa, 48)
// Packet: 0x01fb
-packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+packetLen(0x01fb, 56)
// Packet: 0x01fc
-packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, -1)
// Packet: 0x01fd
#if PACKETVER >= 20180704
-packetLen(0x01fd, 25) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 25)
#elif PACKETVER >= 20180103
-packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 15)
#endif
// Packet: 0x01fe
-packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, 5)
// Packet: 0x01ff
-packetLen(0x01ff, 10) // ZC_HIGHJUMP
+packetLen(0x01ff, 10)
// Packet: 0x0200
-packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+packetLen(0x0200, 26)
// Packet: 0x0201
-packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+packetLen(0x0201, -1)
// Packet: 0x0202
#if PACKETVER >= 20180321
-packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+packetLen(0x0202, 26)
#elif PACKETVER >= 20180307
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20180221
-packetLen(0x0202, 90) // CZ_ADD_FRIENDS
+packetLen(0x0202, 90)
#elif PACKETVER >= 20180124
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20180117
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20180103
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#endif
// Packet: 0x0203
-packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+packetLen(0x0203, 10)
// Packet: 0x0204
-packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+packetLen(0x0204, 18)
// Packet: 0x0205
-packetLen(0x0205, 26) // ZC_DIVORCE
+packetLen(0x0205, 26)
// Packet: 0x0206
#if PACKETVER >= 20180221
-packetLen(0x0206, 35) // ZC_FRIENDS_STATE
+packetLen(0x0206, 35)
#elif PACKETVER >= 20180103
-packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+packetLen(0x0206, 11)
#endif
// Packet: 0x0207
-packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, 34)
// Packet: 0x0208
-packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, 14)
// Packet: 0x0209
-packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, 36)
// Packet: 0x020a
-packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 10)
// Packet: 0x020d
-packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+packetLen(0x020d, -1)
// Packet: 0x020e
-packetLen(0x020e, 32) // ZC_STARSKILL
+packetLen(0x020e, 32)
// Packet: 0x020f
-packetLen(0x020f, 10) // CZ_REQ_PVPPOINT
+packetLen(0x020f, 10)
// Packet: 0x0210
-packetLen(0x0210, 22) // ZC_ACK_PVPPOINT
+packetLen(0x0210, 22)
// Packet: 0x0212
-packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+packetLen(0x0212, 26)
// Packet: 0x0213
-packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+packetLen(0x0213, 26)
// Packet: 0x0214
-packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+packetLen(0x0214, 42)
// Packet: 0x0215
-packetLen(0x0215, 6) // ZC_SKILLMSG
+packetLen(0x0215, 6)
// Packet: 0x0216
-packetLen(0x0216, 6) // ZC_BABYMSG
+packetLen(0x0216, 6)
// Packet: 0x0217
-packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 2)
// Packet: 0x0218
-packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, 2)
// Packet: 0x0219
-packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 282)
// Packet: 0x021a
-packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, 282)
// Packet: 0x021b
-packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, 10)
// Packet: 0x021c
-packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, 10)
// Packet: 0x021d
-packetLen(0x021d, 6) // CZ_LESSEFFECT
+packetLen(0x021d, 6)
// Packet: 0x021e
-packetLen(0x021e, 6) // ZC_LESSEFFECT
+packetLen(0x021e, 6)
// Packet: 0x021f
-packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+packetLen(0x021f, 66)
// Packet: 0x0220
-packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+packetLen(0x0220, 10)
// Packet: 0x0221
-packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+packetLen(0x0221, -1)
// Packet: 0x0222
-packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+packetLen(0x0222, 6)
// Packet: 0x0223
#if PACKETVER >= 20180704
-packetLen(0x0223, 10) // ZC_ACK_WEAPONREFINE
+packetLen(0x0223, 10)
#elif PACKETVER >= 20180103
-packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+packetLen(0x0223, 8)
#endif
// Packet: 0x0224
-packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+packetLen(0x0224, 10)
// Packet: 0x0225
-packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+packetLen(0x0225, 2)
// Packet: 0x0226
-packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+packetLen(0x0226, 282)
// Packet: 0x0227
-packetLen(0x0227, 18) // ZC_GAME_GUARD
+packetLen(0x0227, 18)
// Packet: 0x0228
-packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+packetLen(0x0228, 18)
// Packet: 0x0229
-packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+packetLen(0x0229, 15)
// Packet: 0x022a
#if PACKETVER >= 20180704
-packetLen(0x022a, 62) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 62)
#elif PACKETVER >= 20180103
-packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 58)
#endif
// Packet: 0x022b
#if PACKETVER >= 20180704
-packetLen(0x022b, 61) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, 61)
#elif PACKETVER >= 20180103
-packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, 57)
#endif
// Packet: 0x022c
#if PACKETVER >= 20180704
-packetLen(0x022c, 69) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, 69)
#elif PACKETVER >= 20180103
-packetLen(0x022c, 65) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, 65)
#endif
// Packet: 0x022d
#if PACKETVER >= 20180321
-packetLen(0x022d, 5) // CZ_COMMAND_MER
+packetLen(0x022d, 5)
#elif PACKETVER >= 20180124
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20180117
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20180103
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#endif
// Packet: 0x022e
#if PACKETVER >= 20180704
-packetLen(0x022e, 73) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 73)
#elif PACKETVER >= 20180103
-packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 71)
#endif
// Packet: 0x022f
#if PACKETVER >= 20180704
-packetLen(0x022f, 7) // ZC_FEED_MER
+packetLen(0x022f, 7)
#elif PACKETVER >= 20180103
-packetLen(0x022f, 5) // ZC_FEED_MER
+packetLen(0x022f, 5)
#endif
// Packet: 0x0230
-packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+packetLen(0x0230, 12)
// Packet: 0x0231
-packetLen(0x0231, 26) // CZ_RENAME_MER
+packetLen(0x0231, 26)
// Packet: 0x0232
-packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, 9)
// Packet: 0x0233
-packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, 11)
// Packet: 0x0234
-packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, 6)
// Packet: 0x0235
-packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, -1)
// Packet: 0x0236
-packetLen(0x0236, 10) // ZC_KILLER_POINT
+packetLen(0x0236, 10)
// Packet: 0x0237
-packetLen(0x0237, 2) // CZ_KILLER_RANK
+packetLen(0x0237, 2)
// Packet: 0x0238
-packetLen(0x0238, 282) // ZC_KILLER_RANK
+packetLen(0x0238, 282)
// Packet: 0x0239
-packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 11)
// Packet: 0x023a
-packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, 4)
// Packet: 0x023b
#if PACKETVER >= 20180321
-packetLen(0x023b, 36) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 36)
#elif PACKETVER >= 20180124
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20180117
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20180103
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#endif
// Packet: 0x023c
-packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, 6)
// Packet: 0x023d
-packetLen(0x023d, 6) // AC_EVENT_RESULT
+packetLen(0x023d, 6)
// Packet: 0x023e
-packetLen(0x023e, 8) // HC_REQUEST_CHARACTER_PASSWORD
+packetLen(0x023e, 8)
// Packet: 0x023f
-packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+packetLen(0x023f, 2)
// Packet: 0x0240
-packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+packetLen(0x0240, -1)
// Packet: 0x0241
-packetLen(0x0241, 6) // CZ_MAIL_OPEN
+packetLen(0x0241, 6)
// Packet: 0x0242
-packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+packetLen(0x0242, -1)
// Packet: 0x0243
-packetLen(0x0243, 6) // CZ_MAIL_DELETE
+packetLen(0x0243, 6)
// Packet: 0x0244
-packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+packetLen(0x0244, 6)
// Packet: 0x0245
-packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+packetLen(0x0245, 3)
// Packet: 0x0246
-packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+packetLen(0x0246, 4)
// Packet: 0x0247
-packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+packetLen(0x0247, 8)
// Packet: 0x0248
-packetLen(0x0248, -1) // CZ_MAIL_SEND
+packetLen(0x0248, -1)
// Packet: 0x0249
-packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+packetLen(0x0249, 3)
// Packet: 0x024a
-packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+packetLen(0x024a, 70)
// Packet: 0x024b
-packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+packetLen(0x024b, 4)
// Packet: 0x024c
-packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+packetLen(0x024c, 8)
// Packet: 0x024d
-packetLen(0x024d, 12) // CZ_AUCTION_ADD
+packetLen(0x024d, 12)
// Packet: 0x024e
-packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+packetLen(0x024e, 6)
// Packet: 0x024f
-packetLen(0x024f, 10) // CZ_AUCTION_BUY
+packetLen(0x024f, 10)
// Packet: 0x0250
-packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+packetLen(0x0250, 3)
// Packet: 0x0251
-packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+packetLen(0x0251, 34)
// Packet: 0x0252
-packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+packetLen(0x0252, -1)
// Packet: 0x0253
-packetLen(0x0253, 3) // ZC_STARPLACE
+packetLen(0x0253, 3)
// Packet: 0x0254
-packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+packetLen(0x0254, 3)
// Packet: 0x0255
-packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+packetLen(0x0255, 5)
// Packet: 0x0256
-packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+packetLen(0x0256, 5)
// Packet: 0x0257
-packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+packetLen(0x0257, 8)
// Packet: 0x0258
-packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+packetLen(0x0258, 2)
// Packet: 0x0259
-packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+packetLen(0x0259, 3)
// Packet: 0x025a
-packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+packetLen(0x025a, -1)
// Packet: 0x025b
#if PACKETVER >= 20180704
-packetLen(0x025b, 8) // CZ_REQ_MAKINGITEM
+packetLen(0x025b, 8)
#elif PACKETVER >= 20180103
-packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+packetLen(0x025b, 6)
#endif
// Packet: 0x025c
-packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+packetLen(0x025c, 4)
// Packet: 0x025d
-packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+packetLen(0x025d, 6)
// Packet: 0x025e
-packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+packetLen(0x025e, 4)
// Packet: 0x025f
-packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+packetLen(0x025f, 6)
// Packet: 0x0260
-packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+packetLen(0x0260, 6)
// Packet: 0x0261
-packetLen(0x0261, 11) // AC_REQ_LOGIN_OLDEKEY
+packetLen(0x0261, 11)
// Packet: 0x0262
-packetLen(0x0262, 11) // AC_REQ_LOGIN_NEWEKEY
+packetLen(0x0262, 11)
// Packet: 0x0263
-packetLen(0x0263, 11) // AC_REQ_LOGIN_CARDPASS
+packetLen(0x0263, 11)
// Packet: 0x0264
-packetLen(0x0264, 20) // CA_ACK_LOGIN_OLDEKEY
+packetLen(0x0264, 20)
// Packet: 0x0265
-packetLen(0x0265, 20) // CA_ACK_LOGIN_NEWEKEY
+packetLen(0x0265, 20)
// Packet: 0x0266
-packetLen(0x0266, 30) // CA_ACK_LOGIN_CARDPASS
+packetLen(0x0266, 30)
// Packet: 0x0267
-packetLen(0x0267, 4) // AC_ACK_EKEY_FAIL_NOTEXIST
+packetLen(0x0267, 4)
// Packet: 0x0268
-packetLen(0x0268, 4) // AC_ACK_EKEY_FAIL_NOTUSESEKEY
+packetLen(0x0268, 4)
// Packet: 0x0269
-packetLen(0x0269, 4) // AC_ACK_EKEY_FAIL_NOTUSEDEKEY
+packetLen(0x0269, 4)
// Packet: 0x026a
-packetLen(0x026a, 4) // AC_ACK_EKEY_FAIL_AUTHREFUSE
+packetLen(0x026a, 4)
// Packet: 0x026b
-packetLen(0x026b, 4) // AC_ACK_EKEY_FAIL_INPUTEKEY
+packetLen(0x026b, 4)
// Packet: 0x026c
-packetLen(0x026c, 4) // AC_ACK_EKEY_FAIL_NOTICE
+packetLen(0x026c, 4)
// Packet: 0x026d
-packetLen(0x026d, 4) // AC_ACK_EKEY_FAIL_NEEDCARDPASS
+packetLen(0x026d, 4)
// Packet: 0x026f
-packetLen(0x026f, 2) // AC_ACK_FIRST_LOGIN
+packetLen(0x026f, 2)
// Packet: 0x0270
-packetLen(0x0270, 2) // AC_REQ_LOGIN_ACCOUNT_INFO
+packetLen(0x0270, 2)
// Packet: 0x0271
-packetLen(0x0271, 40) // CA_ACK_LOGIN_ACCOUNT_INFO
+packetLen(0x0271, 40)
// Packet: 0x0272
-packetLen(0x0272, 44) // AC_ACK_PT_ID_INFO
+packetLen(0x0272, 44)
// Packet: 0x0273
-packetLen(0x0273, 30) // CZ_REQ_MAIL_RETURN
+packetLen(0x0273, 30)
// Packet: 0x0274
-packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, 8)
// Packet: 0x0275
-packetLen(0x0275, 37) // CH_ENTER2
+packetLen(0x0275, 37)
// Packet: 0x0276
-packetLen(0x0276, -1) // AC_ACCEPT_LOGIN2
+packetLen(0x0276, -1)
// Packet: 0x0277
-packetLen(0x0277, 84) // CA_LOGIN_PCBANG
+packetLen(0x0277, 84)
// Packet: 0x0278
-packetLen(0x0278, 2) // ZC_NOTIFY_PCBANG
+packetLen(0x0278, 2)
// Packet: 0x0279
-packetLen(0x0279, 2) // CZ_HUNTINGLIST
+packetLen(0x0279, 2)
// Packet: 0x027a
-packetLen(0x027a, -1) // ZC_HUNTINGLIST
+packetLen(0x027a, -1)
// Packet: 0x027b
-packetLen(0x027b, 14) // ZC_PCBANG_EFFECT
+packetLen(0x027b, 14)
// Packet: 0x027c
-packetLen(0x027c, 60) // CA_LOGIN4
+packetLen(0x027c, 60)
// Packet: 0x027d
-packetLen(0x027d, 62) // ZC_PROPERTY_MERCE
+packetLen(0x027d, 62)
// Packet: 0x027e
-packetLen(0x027e, -1) // ZC_SHANDA_PROTECT
+packetLen(0x027e, -1)
// Packet: 0x027f
-packetLen(0x027f, 8) // CA_CLIENT_TYPE
+packetLen(0x027f, 8)
// Packet: 0x0280
-packetLen(0x0280, 12) // ZC_GANGSI_POINT
+packetLen(0x0280, 12)
// Packet: 0x0281
#if PACKETVER >= 20180307
-packetLen(0x0281, 4) // CZ_GANGSI_RANK
+packetLen(0x0281, 4)
#elif PACKETVER >= 20180213
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20180207
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20180124
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20180117
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20180103
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#endif
// Packet: 0x0282
-packetLen(0x0282, 284) // ZC_GANGSI_RANK
+packetLen(0x0282, 284)
// Packet: 0x0283
-packetLen(0x0283, 6) // ZC_AID
+packetLen(0x0283, 6)
// Packet: 0x0284
-packetLen(0x0284, 14) // ZC_NOTIFY_EFFECT3
+packetLen(0x0284, 14)
// Packet: 0x0285
-packetLen(0x0285, 6) // ZC_DEATH_QUESTION
+packetLen(0x0285, 6)
// Packet: 0x0286
-packetLen(0x0286, 4) // CZ_DEATH_QUESTION
+packetLen(0x0286, 4)
// Packet: 0x0287
-packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, -1)
// Packet: 0x0288
-packetLen(0x0288, -1) // CZ_PC_BUY_CASH_POINT_ITEM
+packetLen(0x0288, -1)
// Packet: 0x0289
-packetLen(0x0289, 12) // ZC_PC_CASH_POINT_UPDATE
+packetLen(0x0289, 12)
// Packet: 0x028a
-packetLen(0x028a, 18) // ZC_NPC_SHOWEFST_UPDATE
+packetLen(0x028a, 18)
// Packet: 0x028b
-packetLen(0x028b, -1) // HC_CHARNOTBEENSELECTED
+packetLen(0x028b, -1)
// Packet: 0x028c
-packetLen(0x028c, 46) // CH_SELECT_CHAR_GOINGTOBEUSED
+packetLen(0x028c, 46)
// Packet: 0x028d
-packetLen(0x028d, 34) // CH_REQ_IS_VALID_CHARNAME
+packetLen(0x028d, 34)
// Packet: 0x028e
-packetLen(0x028e, 4) // HC_ACK_IS_VALID_CHARNAME
+packetLen(0x028e, 4)
// Packet: 0x028f
-packetLen(0x028f, 6) // CH_REQ_CHANGE_CHARNAME
+packetLen(0x028f, 6)
// Packet: 0x0290
-packetLen(0x0290, 4) // HC_ACK_CHANGE_CHARNAME
+packetLen(0x0290, 4)
// Packet: 0x0291
-packetLen(0x0291, 4) // ZC_MSG
+packetLen(0x0291, 4)
// Packet: 0x0292
-packetLen(0x0292, 2) // CZ_STANDING_RESURRECTION
+packetLen(0x0292, 2)
// Packet: 0x0293
-packetLen(0x0293, 70) // ZC_BOSS_INFO
+packetLen(0x0293, 70)
// Packet: 0x0294
-packetLen(0x0294, 10) // ZC_READ_BOOK
+packetLen(0x0294, 10)
// Packet: 0x0295
-packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, -1)
// Packet: 0x0296
-packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, -1)
// Packet: 0x0297
-packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, -1)
// Packet: 0x0298
#if PACKETVER >= 20180704
-packetLen(0x0298, 10) // ZC_CASH_TIME_COUNTER
+packetLen(0x0298, 10)
#elif PACKETVER >= 20180103
-packetLen(0x0298, 8) // ZC_CASH_TIME_COUNTER
+packetLen(0x0298, 8)
#endif
// Packet: 0x0299
#if PACKETVER >= 20180704
-packetLen(0x0299, 8) // ZC_CASH_ITEM_DELETE
+packetLen(0x0299, 8)
#elif PACKETVER >= 20180103
-packetLen(0x0299, 6) // ZC_CASH_ITEM_DELETE
+packetLen(0x0299, 6)
#endif
// Packet: 0x029a
#if PACKETVER >= 20180704
-packetLen(0x029a, 37) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, 37)
#elif PACKETVER >= 20180103
-packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, 27)
#endif
// Packet: 0x029b
-packetLen(0x029b, 80) // ZC_MER_INIT
+packetLen(0x029b, 80)
// Packet: 0x029c
-packetLen(0x029c, 66) // ZC_MER_PROPERTY
+packetLen(0x029c, 66)
// Packet: 0x029d
-packetLen(0x029d, -1) // ZC_MER_SKILLINFO_LIST
+packetLen(0x029d, -1)
// Packet: 0x029e
-packetLen(0x029e, 11) // ZC_MER_SKILLINFO_UPDATE
+packetLen(0x029e, 11)
// Packet: 0x029f
-packetLen(0x029f, 3) // CZ_MER_COMMAND
+packetLen(0x029f, 3)
// Packet: 0x02a2
-packetLen(0x02a2, 8) // ZC_MER_PAR_CHANGE
+packetLen(0x02a2, 8)
// Packet: 0x02a5
-packetLen(0x02a5, 8) // CZ_KSY_EVENT
+packetLen(0x02a5, 8)
// Packet: 0x02a6
-packetLen(0x02a6, -1) // ZC_HACKSH_CPX_MSG
+packetLen(0x02a6, -1)
// Packet: 0x02a7
-packetLen(0x02a7, -1) // CZ_HACKSH_CPX_MSG
+packetLen(0x02a7, -1)
// Packet: 0x02aa
-packetLen(0x02aa, 4) // ZC_REQ_CASH_PASSWORD
+packetLen(0x02aa, 4)
// Packet: 0x02ab
-packetLen(0x02ab, 36) // CZ_ACK_CASH_PASSWORD
+packetLen(0x02ab, 36)
// Packet: 0x02ac
-packetLen(0x02ac, 6) // ZC_RESULT_CASH_PASSWORD
+packetLen(0x02ac, 6)
// Packet: 0x02ad
-packetLen(0x02ad, 8) // AC_REQUEST_SECOND_PASSWORD
+packetLen(0x02ad, 8)
// Packet: 0x02b0
-packetLen(0x02b0, 85) // CA_LOGIN_HAN
+packetLen(0x02b0, 85)
// Packet: 0x02b1
-packetLen(0x02b1, -1) // ZC_ALL_QUEST_LIST
+packetLen(0x02b1, -1)
// Packet: 0x02b2
-packetLen(0x02b2, -1) // ZC_ALL_QUEST_MISSION
+packetLen(0x02b2, -1)
// Packet: 0x02b3
-packetLen(0x02b3, 107) // ZC_ADD_QUEST
+packetLen(0x02b3, 107)
// Packet: 0x02b4
-packetLen(0x02b4, 6) // ZC_DEL_QUEST
+packetLen(0x02b4, 6)
// Packet: 0x02b5
-packetLen(0x02b5, -1) // ZC_UPDATE_MISSION_HUNT
+packetLen(0x02b5, -1)
// Packet: 0x02b6
-packetLen(0x02b6, 7) // CZ_ACTIVE_QUEST
+packetLen(0x02b6, 7)
// Packet: 0x02b7
-packetLen(0x02b7, 7) // ZC_ACTIVE_QUEST
+packetLen(0x02b7, 7)
// Packet: 0x02b8
#if PACKETVER >= 20180704
-packetLen(0x02b8, 32) // ZC_ITEM_PICKUP_PARTY
+packetLen(0x02b8, 32)
#elif PACKETVER >= 20180103
-packetLen(0x02b8, 22) // ZC_ITEM_PICKUP_PARTY
+packetLen(0x02b8, 22)
#endif
// Packet: 0x02b9
-packetLen(0x02b9, 191) // ZC_SHORTCUT_KEY_LIST
+packetLen(0x02b9, 191)
// Packet: 0x02ba
-packetLen(0x02ba, 11) // CZ_SHORTCUT_KEY_CHANGE
+packetLen(0x02ba, 11)
// Packet: 0x02bb
-packetLen(0x02bb, 8) // ZC_EQUIPITEM_DAMAGED
+packetLen(0x02bb, 8)
// Packet: 0x02bc
-packetLen(0x02bc, 6) // ZC_NOTIFY_PCBANG_PLAYING_TIME
+packetLen(0x02bc, 6)
// Packet: 0x02c1
-packetLen(0x02c1, -1) // ZC_NPC_CHAT
+packetLen(0x02c1, -1)
// Packet: 0x02c2
-packetLen(0x02c2, -1) // ZC_FORMATSTRING_MSG
+packetLen(0x02c2, -1)
// Packet: 0x02c4
#if PACKETVER >= 20180321
-packetLen(0x02c4, 26) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 26)
#elif PACKETVER >= 20180117
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20180103
-packetLen(0x02c4, 8) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 8)
#endif
// Packet: 0x02c5
-packetLen(0x02c5, 30) // ZC_PARTY_JOIN_REQ_ACK
+packetLen(0x02c5, 30)
// Packet: 0x02c6
-packetLen(0x02c6, 30) // ZC_PARTY_JOIN_REQ
+packetLen(0x02c6, 30)
// Packet: 0x02c7
-packetLen(0x02c7, 7) // CZ_PARTY_JOIN_REQ_ACK
+packetLen(0x02c7, 7)
// Packet: 0x02c8
-packetLen(0x02c8, 3) // CZ_PARTY_CONFIG
+packetLen(0x02c8, 3)
// Packet: 0x02c9
-packetLen(0x02c9, 3) // ZC_PARTY_CONFIG
+packetLen(0x02c9, 3)
// Packet: 0x02ca
-packetLen(0x02ca, 3) // HC_REFUSE_SELECTCHAR
+packetLen(0x02ca, 3)
// Packet: 0x02cb
-packetLen(0x02cb, 65) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO
+packetLen(0x02cb, 65)
// Packet: 0x02cc
-packetLen(0x02cc, 4) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_NOTIFY
+packetLen(0x02cc, 4)
// Packet: 0x02cd
-packetLen(0x02cd, 71) // ZC_MEMORIALDUNGEON_INFO
+packetLen(0x02cd, 71)
// Packet: 0x02ce
-packetLen(0x02ce, 10) // ZC_MEMORIALDUNGEON_NOTIFY
+packetLen(0x02ce, 10)
// Packet: 0x02cf
-packetLen(0x02cf, 6) // CZ_MEMORIALDUNGEON_COMMAND
+packetLen(0x02cf, 6)
// Packet: 0x02d0
-packetLen(0x02d0, -1) // ZC_EQUIPMENT_ITEMLIST3
+packetLen(0x02d0, -1)
// Packet: 0x02d1
-packetLen(0x02d1, -1) // ZC_STORE_EQUIPMENT_ITEMLIST3
+packetLen(0x02d1, -1)
// Packet: 0x02d2
-packetLen(0x02d2, -1) // ZC_CART_EQUIPMENT_ITEMLIST3
+packetLen(0x02d2, -1)
// Packet: 0x02d3
-packetLen(0x02d3, 4) // ZC_NOTIFY_BIND_ON_EQUIP
+packetLen(0x02d3, 4)
// Packet: 0x02d4
#if PACKETVER >= 20180704
-packetLen(0x02d4, 39) // ZC_ITEM_PICKUP_ACK3
+packetLen(0x02d4, 39)
#elif PACKETVER >= 20180103
-packetLen(0x02d4, 29) // ZC_ITEM_PICKUP_ACK3
+packetLen(0x02d4, 29)
#endif
// Packet: 0x02d5
-packetLen(0x02d5, 2) // ZC_ISVR_DISCONNECT
+packetLen(0x02d5, 2)
// Packet: 0x02d6
-packetLen(0x02d6, 6) // CZ_EQUIPWIN_MICROSCOPE
+packetLen(0x02d6, 6)
// Packet: 0x02d7
-packetLen(0x02d7, -1) // ZC_EQUIPWIN_MICROSCOPE
+packetLen(0x02d7, -1)
// Packet: 0x02d8
-packetLen(0x02d8, 10) // CZ_CONFIG
+packetLen(0x02d8, 10)
// Packet: 0x02d9
-packetLen(0x02d9, 10) // ZC_CONFIG
+packetLen(0x02d9, 10)
// Packet: 0x02da
-packetLen(0x02da, 3) // ZC_CONFIG_NOTIFY
+packetLen(0x02da, 3)
// Packet: 0x02db
-packetLen(0x02db, -1) // CZ_BATTLEFIELD_CHAT
+packetLen(0x02db, -1)
// Packet: 0x02dc
-packetLen(0x02dc, -1) // ZC_BATTLEFIELD_CHAT
+packetLen(0x02dc, -1)
// Packet: 0x02dd
-packetLen(0x02dd, 32) // ZC_BATTLEFIELD_NOTIFY_CAMPINFO
+packetLen(0x02dd, 32)
// Packet: 0x02de
-packetLen(0x02de, 6) // ZC_BATTLEFIELD_NOTIFY_POINT
+packetLen(0x02de, 6)
// Packet: 0x02df
-packetLen(0x02df, 36) // ZC_BATTLEFIELD_NOTIFY_POSITION
+packetLen(0x02df, 36)
// Packet: 0x02e0
-packetLen(0x02e0, 34) // ZC_BATTLEFIELD_NOTIFY_HP
+packetLen(0x02e0, 34)
// Packet: 0x02e1
-packetLen(0x02e1, 33) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, 33)
// Packet: 0x02e2
-packetLen(0x02e2, 20) // CZ_USE_ITEM_NEW_JAPEN
+packetLen(0x02e2, 20)
// Packet: 0x02e3
-packetLen(0x02e3, 22) // CZ_USE_SKILL_NEW_JAPEN
+packetLen(0x02e3, 22)
// Packet: 0x02e4
-packetLen(0x02e4, 11) // CZ_ITEM_PICKUP_NEW_JAPEN
+packetLen(0x02e4, 11)
// Packet: 0x02e5
-packetLen(0x02e5, 9) // CZ_REQUEST_MOVE_NEW_JAPEN
+packetLen(0x02e5, 9)
// Packet: 0x02e6
-packetLen(0x02e6, 6) // CZ_BOT_CHECK
+packetLen(0x02e6, 6)
// Packet: 0x02e7
-packetLen(0x02e7, -1) // ZC_MAPPROPERTY
+packetLen(0x02e7, -1)
// Packet: 0x02e8
-packetLen(0x02e8, -1) // ZC_NORMAL_ITEMLIST3
+packetLen(0x02e8, -1)
// Packet: 0x02e9
-packetLen(0x02e9, -1) // ZC_CART_NORMAL_ITEMLIST3
+packetLen(0x02e9, -1)
// Packet: 0x02ea
-packetLen(0x02ea, -1) // ZC_STORE_NORMAL_ITEMLIST3
+packetLen(0x02ea, -1)
// Packet: 0x02eb
-packetLen(0x02eb, 13) // ZC_ACCEPT_ENTER2
+packetLen(0x02eb, 13)
// Packet: 0x02ec
#if PACKETVER >= 20180704
-packetLen(0x02ec, 71) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 71)
#elif PACKETVER >= 20180103
-packetLen(0x02ec, 67) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 67)
#endif
// Packet: 0x02ed
#if PACKETVER >= 20180704
-packetLen(0x02ed, 63) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, 63)
#elif PACKETVER >= 20180103
-packetLen(0x02ed, 59) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, 59)
#endif
// Packet: 0x02ee
#if PACKETVER >= 20180704
-packetLen(0x02ee, 64) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, 64)
#elif PACKETVER >= 20180103
-packetLen(0x02ee, 60) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, 60)
#endif
// Packet: 0x02ef
-packetLen(0x02ef, 8) // ZC_NOTIFY_FONT
+packetLen(0x02ef, 8)
// Packet: 0x02f0
-packetLen(0x02f0, 10) // ZC_PROGRESS
+packetLen(0x02f0, 10)
// Packet: 0x02f1
-packetLen(0x02f1, 2) // CZ_PROGRESS
+packetLen(0x02f1, 2)
// Packet: 0x02f2
-packetLen(0x02f2, 2) // ZC_PROGRESS_CANCEL
+packetLen(0x02f2, 2)
// Packet: 0x02f3
-packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+packetLen(0x02f3, -1)
// Packet: 0x02f4
-packetLen(0x02f4, 3) // ZC_IRMAIL_SEND_RES
+packetLen(0x02f4, 3)
// Packet: 0x02f5
-packetLen(0x02f5, 7) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, 7)
// Packet: 0x02f6
-packetLen(0x02f6, 7) // CZ_IRMAIL_LIST
+packetLen(0x02f6, 7)
// Packet: 0x035c
-packetLen(0x035c, 2) // CZ_OPEN_SIMPLE_CASHSHOP_ITEMLIST
+packetLen(0x035c, 2)
// Packet: 0x035d
-packetLen(0x035d, -1) // ZC_SIMPLE_CASHSHOP_POINT_ITEMLIST
+packetLen(0x035d, -1)
// Packet: 0x035e
-packetLen(0x035e, 2) // CZ_CLOSE_WINDOW
+packetLen(0x035e, 2)
// Packet: 0x035f
#if PACKETVER >= 20180321
-packetLen(0x035f, 5) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 5)
#elif PACKETVER >= 20180307
-packetLen(0x035f, -1) // CZ_REQUEST_MOVE2
+packetLen(0x035f, -1)
#elif PACKETVER >= 20180213
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20180117
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20180103
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#endif
// Packet: 0x0360
#if PACKETVER >= 20180321
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20180213
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20180207
-packetLen(0x0360, 4) // CZ_REQUEST_TIME2
+packetLen(0x0360, 4)
#elif PACKETVER >= 20180117
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20180103
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#endif
// Packet: 0x0361
#if PACKETVER >= 20180321
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20180124
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20180117
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20180103
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#endif
// Packet: 0x0362
#if PACKETVER >= 20180321
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20180213
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20180207
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20180124
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20180117
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20180103
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#endif
// Packet: 0x0363
#if PACKETVER >= 20180321
-packetLen(0x0363, 6) // CZ_ITEM_THROW2
+packetLen(0x0363, 6)
#elif PACKETVER >= 20180213
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20180207
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20180124
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20180117
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20180103
-packetLen(0x0363, 26) // CZ_ITEM_THROW2
+packetLen(0x0363, 26)
#endif
// Packet: 0x0364
#if PACKETVER >= 20180321
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20180213
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20180207
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20180124
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20180117
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20180103
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#endif
// Packet: 0x0365
#if PACKETVER >= 20180321
-packetLen(0x0365, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 8)
#elif PACKETVER >= 20180213
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20180207
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20180124
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20180117
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20180103
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#endif
// Packet: 0x0366
#if PACKETVER >= 20180321
-packetLen(0x0366, 10) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 10)
#elif PACKETVER >= 20180307
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20180221
-packetLen(0x0366, 8) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 8)
#elif PACKETVER >= 20180213
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20180117
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20180103
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#endif
// Packet: 0x0367
#if PACKETVER >= 20180321
-packetLen(0x0367, 90) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 90)
#elif PACKETVER >= 20180103
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#endif
// Packet: 0x0368
#if PACKETVER >= 20180321
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20180213
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20180117
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20180103
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#endif
// Packet: 0x0369
#if PACKETVER >= 20180321
-packetLen(0x0369, 6) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 6)
#elif PACKETVER >= 20180221
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20180213
-packetLen(0x0369, 36) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 36)
#elif PACKETVER >= 20180117
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20180103
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#endif
// Packet: 0x03dd
-packetLen(0x03dd, 18) // AHC_GAME_GUARD
+packetLen(0x03dd, 18)
// Packet: 0x03de
-packetLen(0x03de, 18) // CAH_ACK_GAME_GUARD
+packetLen(0x03de, 18)
// Packet: 0x0436
#if PACKETVER >= 20180321
-packetLen(0x0436, 19) // CZ_ENTER2
+packetLen(0x0436, 19)
#elif PACKETVER >= 20180307
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20180221
-packetLen(0x0436, 26) // CZ_ENTER2
+packetLen(0x0436, 26)
#elif PACKETVER >= 20180207
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20180124
-packetLen(0x0436, 8) // CZ_ENTER2
+packetLen(0x0436, 8)
#elif PACKETVER >= 20180117
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20180103
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#endif
// Packet: 0x0437
#if PACKETVER >= 20180321
-packetLen(0x0437, 7) // CZ_REQUEST_ACT2
+packetLen(0x0437, 7)
#elif PACKETVER >= 20180307
-packetLen(0x0437, 6) // CZ_REQUEST_ACT2
+packetLen(0x0437, 6)
#elif PACKETVER >= 20180213
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20180117
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20180103
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#endif
// Packet: 0x0438
#if PACKETVER >= 20180321
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20180213
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20180117
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20180103
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#endif
// Packet: 0x0439
-packetLen(0x0439, 8) // CZ_USE_ITEM2
+packetLen(0x0439, 8)
// Packet: 0x043d
-packetLen(0x043d, 8) // ZC_SKILL_POSTDELAY
+packetLen(0x043d, 8)
// Packet: 0x043e
-packetLen(0x043e, -1) // ZC_SKILL_POSTDELAY_LIST
+packetLen(0x043e, -1)
// Packet: 0x043f
-packetLen(0x043f, 25) // ZC_MSG_STATE_CHANGE2
+packetLen(0x043f, 25)
// Packet: 0x0440
-packetLen(0x0440, 10) // ZC_MILLENNIUMSHIELD
+packetLen(0x0440, 10)
// Packet: 0x0441
-packetLen(0x0441, 4) // ZC_SKILLINFO_DELETE
+packetLen(0x0441, 4)
// Packet: 0x0442
-packetLen(0x0442, -1) // ZC_SKILL_SELECT_REQUEST
+packetLen(0x0442, -1)
// Packet: 0x0443
-packetLen(0x0443, 8) // CZ_SKILL_SELECT_RESPONSE
+packetLen(0x0443, 8)
// Packet: 0x0444
-packetLen(0x0444, -1) // ZC_SIMPLE_CASH_POINT_ITEMLIST
+packetLen(0x0444, -1)
// Packet: 0x0445
#if PACKETVER >= 20180704
-packetLen(0x0445, 12) // CZ_SIMPLE_BUY_CASH_POINT_ITEM
+packetLen(0x0445, 12)
#elif PACKETVER >= 20180103
-packetLen(0x0445, 10) // CZ_SIMPLE_BUY_CASH_POINT_ITEM
+packetLen(0x0445, 10)
#endif
// Packet: 0x0446
-packetLen(0x0446, 14) // ZC_QUEST_NOTIFY_EFFECT
+packetLen(0x0446, 14)
// Packet: 0x0447
-packetLen(0x0447, 2) // CZ_BLOCKING_PLAY_CANCEL
+packetLen(0x0447, 2)
// Packet: 0x0448
-packetLen(0x0448, -1) // HC_CHARACTER_LIST
+packetLen(0x0448, -1)
// Packet: 0x0449
-packetLen(0x0449, 4) // ZC_HACKSH_ERROR_MSG
+packetLen(0x0449, 4)
// Packet: 0x044a
-packetLen(0x044a, 6) // CZ_CLIENT_VERSION
+packetLen(0x044a, 6)
// Packet: 0x044b
-packetLen(0x044b, 2) // CZ_CLOSE_SIMPLECASH_SHOP
+packetLen(0x044b, 2)
// Packet: 0x07d7
-packetLen(0x07d7, 8) // CZ_GROUPINFO_CHANGE_V2
+packetLen(0x07d7, 8)
// Packet: 0x07d8
-packetLen(0x07d8, 8) // ZC_REQ_GROUPINFO_CHANGE_V2
+packetLen(0x07d8, 8)
// Packet: 0x07d9
-packetLen(0x07d9, 268) // ZC_SHORTCUT_KEY_LIST_V2
+packetLen(0x07d9, 268)
// Packet: 0x07da
-packetLen(0x07da, 6) // CZ_CHANGE_GROUP_MASTER
+packetLen(0x07da, 6)
// Packet: 0x07db
-packetLen(0x07db, 8) // ZC_HO_PAR_CHANGE
+packetLen(0x07db, 8)
// Packet: 0x07dc
-packetLen(0x07dc, 6) // CZ_SEEK_PARTY
+packetLen(0x07dc, 6)
// Packet: 0x07dd
-packetLen(0x07dd, 54) // ZC_SEEK_PARTY
+packetLen(0x07dd, 54)
// Packet: 0x07de
-packetLen(0x07de, 30) // CZ_SEEK_PARTY_MEMBER
+packetLen(0x07de, 30)
// Packet: 0x07df
-packetLen(0x07df, 54) // ZC_SEEK_PARTY_MEMBER
+packetLen(0x07df, 54)
// Packet: 0x07e0
-packetLen(0x07e0, 58) // ZC_ES_NOTI_MYINFO
+packetLen(0x07e0, 58)
// Packet: 0x07e1
-packetLen(0x07e1, 15) // ZC_SKILLINFO_UPDATE2
+packetLen(0x07e1, 15)
// Packet: 0x07e2
-packetLen(0x07e2, 8) // ZC_MSG_VALUE
+packetLen(0x07e2, 8)
// Packet: 0x07e3
-packetLen(0x07e3, 6) // ZC_ITEMLISTWIN_OPEN
+packetLen(0x07e3, 6)
// Packet: 0x07e4
#if PACKETVER >= 20180321
-packetLen(0x07e4, -1) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, -1)
#elif PACKETVER >= 20180307
-packetLen(0x07e4, 19) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 19)
#elif PACKETVER >= 20180213
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20180207
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20180124
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20180117
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20180103
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#endif
// Packet: 0x07e5
-packetLen(0x07e5, 4) // CH_ENTER_CHECKBOT
+packetLen(0x07e5, 4)
// Packet: 0x07e6
-packetLen(0x07e6, 8) // ZC_MSG_SKILL
+packetLen(0x07e6, 8)
// Packet: 0x07e7
-packetLen(0x07e7, 32) // CH_CHECKBOT
+packetLen(0x07e7, 32)
// Packet: 0x07e8
-packetLen(0x07e8, -1) // HC_CHECKBOT
+packetLen(0x07e8, -1)
// Packet: 0x07e9
-packetLen(0x07e9, 5) // HC_CHECKBOT_RESULT
+packetLen(0x07e9, 5)
// Packet: 0x07ea
-packetLen(0x07ea, 2) // CZ_BATTLE_FIELD_LIST
+packetLen(0x07ea, 2)
// Packet: 0x07eb
-packetLen(0x07eb, -1) // ZC_BATTLE_FIELD_LIST
+packetLen(0x07eb, -1)
// Packet: 0x07ec
#if PACKETVER >= 20180321
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20180213
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20180207
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20180124
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20180117
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20180103
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#endif
// Packet: 0x07ed
-packetLen(0x07ed, 10) // ZC_JOIN_BATTLE_FIELD
+packetLen(0x07ed, 10)
// Packet: 0x07ee
-packetLen(0x07ee, 6) // CZ_CANCEL_BATTLE_FIELD
+packetLen(0x07ee, 6)
// Packet: 0x07ef
-packetLen(0x07ef, 8) // ZC_CANCEL_BATTLE_FIELD
+packetLen(0x07ef, 8)
// Packet: 0x07f0
-packetLen(0x07f0, 6) // CZ_REQ_BATTLE_STATE_MONITOR
+packetLen(0x07f0, 6)
// Packet: 0x07f1
-packetLen(0x07f1, 18) // ZC_ACK_BATTLE_STATE_MONITOR
+packetLen(0x07f1, 18)
// Packet: 0x07f2
-packetLen(0x07f2, 8) // ZC_BATTLE_NOTI_START_STEP
+packetLen(0x07f2, 8)
// Packet: 0x07f3
-packetLen(0x07f3, 6) // ZC_BATTLE_JOIN_NOTI_DEFER
+packetLen(0x07f3, 6)
// Packet: 0x07f4
-packetLen(0x07f4, 3) // ZC_BATTLE_JOIN_DISABLE_STATE
+packetLen(0x07f4, 3)
// Packet: 0x07f5
-packetLen(0x07f5, 6) // CZ_GM_FULLSTRIP
+packetLen(0x07f5, 6)
// Packet: 0x07f6
-packetLen(0x07f6, 14) // ZC_NOTIFY_EXP
+packetLen(0x07f6, 14)
// Packet: 0x07f7
-packetLen(0x07f7, -1) // ZC_NOTIFY_MOVEENTRY7
+packetLen(0x07f7, -1)
// Packet: 0x07f8
-packetLen(0x07f8, -1) // ZC_NOTIFY_NEWENTRY5
+packetLen(0x07f8, -1)
// Packet: 0x07f9
-packetLen(0x07f9, -1) // ZC_NOTIFY_STANDENTRY5
+packetLen(0x07f9, -1)
// Packet: 0x07fa
-packetLen(0x07fa, 8) // ZC_DELETE_ITEM_FROM_BODY
+packetLen(0x07fa, 8)
// Packet: 0x07fb
-packetLen(0x07fb, 25) // ZC_USESKILL_ACK2
+packetLen(0x07fb, 25)
// Packet: 0x07fc
-packetLen(0x07fc, 10) // ZC_CHANGE_GROUP_MASTER
+packetLen(0x07fc, 10)
// Packet: 0x07fd
-packetLen(0x07fd, -1) // ZC_BROADCASTING_SPECIAL_ITEM_OBTAIN
+packetLen(0x07fd, -1)
// Packet: 0x07fe
-packetLen(0x07fe, 26) // ZC_PLAY_NPC_BGM
+packetLen(0x07fe, 26)
// Packet: 0x0800
-packetLen(0x0800, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC2
+packetLen(0x0800, -1)
// Packet: 0x0801
-packetLen(0x0801, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC2
+packetLen(0x0801, -1)
// Packet: 0x0802
#if PACKETVER >= 20180321
-packetLen(0x0802, 18) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 18)
#elif PACKETVER >= 20180221
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20180213
-packetLen(0x0802, 6) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 6)
#elif PACKETVER >= 20180207
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20180124
-packetLen(0x0802, 6) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 6)
#elif PACKETVER >= 20180117
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20180103
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#endif
// Packet: 0x0803
-packetLen(0x0803, 4) // ZC_PARTY_BOOKING_ACK_REGISTER
+packetLen(0x0803, 4)
// Packet: 0x0804
-packetLen(0x0804, 14) // CZ_PARTY_BOOKING_REQ_SEARCH
+packetLen(0x0804, 14)
// Packet: 0x0805
-packetLen(0x0805, -1) // ZC_PARTY_BOOKING_ACK_SEARCH
+packetLen(0x0805, -1)
// Packet: 0x0806
-packetLen(0x0806, 2) // CZ_PARTY_BOOKING_REQ_DELETE
+packetLen(0x0806, 2)
// Packet: 0x0807
-packetLen(0x0807, 4) // ZC_PARTY_BOOKING_ACK_DELETE
+packetLen(0x0807, 4)
// Packet: 0x0808
-packetLen(0x0808, 14) // CZ_PARTY_BOOKING_REQ_UPDATE
+packetLen(0x0808, 14)
// Packet: 0x0809
-packetLen(0x0809, 50) // ZC_PARTY_BOOKING_NOTIFY_INSERT
+packetLen(0x0809, 50)
// Packet: 0x080a
-packetLen(0x080a, 18) // ZC_PARTY_BOOKING_NOTIFY_UPDATE
+packetLen(0x080a, 18)
// Packet: 0x080b
-packetLen(0x080b, 6) // ZC_PARTY_BOOKING_NOTIFY_DELETE
+packetLen(0x080b, 6)
// Packet: 0x080c
-packetLen(0x080c, 2) // CZ_SIMPLE_CASH_BTNSHOW
+packetLen(0x080c, 2)
// Packet: 0x080d
-packetLen(0x080d, 3) // ZC_SIMPLE_CASH_BTNSHOW
+packetLen(0x080d, 3)
// Packet: 0x080e
-packetLen(0x080e, 14) // ZC_NOTIFY_HP_TO_GROUPM_R2
+packetLen(0x080e, 14)
// Packet: 0x080f
#if PACKETVER >= 20180704
-packetLen(0x080f, 30) // ZC_ADD_EXCHANGE_ITEM2
+packetLen(0x080f, 30)
#elif PACKETVER >= 20180103
-packetLen(0x080f, 20) // ZC_ADD_EXCHANGE_ITEM2
+packetLen(0x080f, 20)
#endif
// Packet: 0x0810
-packetLen(0x0810, 3) // ZC_OPEN_BUYING_STORE
+packetLen(0x0810, 3)
// Packet: 0x0811
#if PACKETVER >= 20180321
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20180213
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20180117
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20180103
-packetLen(0x0811, 19) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 19)
#endif
// Packet: 0x0812
-packetLen(0x0812, 8) // ZC_FAILED_OPEN_BUYING_STORE_TO_BUYER
+packetLen(0x0812, 8)
// Packet: 0x0813
-packetLen(0x0813, -1) // ZC_MYITEMLIST_BUYING_STORE
+packetLen(0x0813, -1)
// Packet: 0x0814
-packetLen(0x0814, 86) // ZC_BUYING_STORE_ENTRY
+packetLen(0x0814, 86)
// Packet: 0x0815
#if PACKETVER >= 20180213
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20180117
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20180103
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#endif
// Packet: 0x0816
-packetLen(0x0816, 6) // ZC_DISAPPEAR_BUYING_STORE_ENTRY
+packetLen(0x0816, 6)
// Packet: 0x0817
#if PACKETVER >= 20180321
-packetLen(0x0817, 6) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 6)
#elif PACKETVER >= 20180221
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20180213
-packetLen(0x0817, 90) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 90)
#elif PACKETVER >= 20180103
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#endif
// Packet: 0x0818
-packetLen(0x0818, -1) // ZC_ACK_ITEMLIST_BUYING_STORE
+packetLen(0x0818, -1)
// Packet: 0x0819
#if PACKETVER >= 20180321
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20180213
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20180207
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20180124
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20180117
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20180103
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#endif
// Packet: 0x081a
-packetLen(0x081a, 4) // ZC_FAILED_TRADE_BUYING_STORE_TO_BUYER
+packetLen(0x081a, 4)
// Packet: 0x081b
#if PACKETVER >= 20180704
-packetLen(0x081b, 12) // ZC_UPDATE_ITEM_FROM_BUYING_STORE
+packetLen(0x081b, 12)
#elif PACKETVER >= 20180103
-packetLen(0x081b, 10) // ZC_UPDATE_ITEM_FROM_BUYING_STORE
+packetLen(0x081b, 10)
#endif
// Packet: 0x081c
-packetLen(0x081c, 10) // ZC_ITEM_DELETE_BUYING_STORE
+packetLen(0x081c, 10)
// Packet: 0x081d
-packetLen(0x081d, 22) // ZC_EL_INIT
+packetLen(0x081d, 22)
// Packet: 0x081e
-packetLen(0x081e, 8) // ZC_EL_PAR_CHANGE
+packetLen(0x081e, 8)
// Packet: 0x081f
-packetLen(0x081f, -1) // ZC_BROADCAST4
+packetLen(0x081f, -1)
// Packet: 0x0820
-packetLen(0x0820, 11) // ZC_COSTUME_SPRITE_CHANGE
+packetLen(0x0820, 11)
// Packet: 0x0821
-packetLen(0x0821, 2) // AC_OTP_USER
+packetLen(0x0821, 2)
// Packet: 0x0822
-packetLen(0x0822, 9) // CA_OTP_AUTH_REQ
+packetLen(0x0822, 9)
// Packet: 0x0823
-packetLen(0x0823, -1) // AC_OTP_AUTH_ACK
+packetLen(0x0823, -1)
// Packet: 0x0824
#if PACKETVER >= 20180704
-packetLen(0x0824, 8) // ZC_FAILED_TRADE_BUYING_STORE_TO_SELLER
+packetLen(0x0824, 8)
#elif PACKETVER >= 20180103
-packetLen(0x0824, 6) // ZC_FAILED_TRADE_BUYING_STORE_TO_SELLER
+packetLen(0x0824, 6)
#endif
// Packet: 0x0825
-packetLen(0x0825, -1) // CA_SSO_LOGIN_REQ
+packetLen(0x0825, -1)
// Packet: 0x0827
-packetLen(0x0827, 6) // CH_DELETE_CHAR3_RESERVED
+packetLen(0x0827, 6)
// Packet: 0x0828
-packetLen(0x0828, 14) // HC_DELETE_CHAR3_RESERVED
+packetLen(0x0828, 14)
// Packet: 0x0829
-packetLen(0x0829, 12) // CH_DELETE_CHAR3
+packetLen(0x0829, 12)
// Packet: 0x082a
-packetLen(0x082a, 10) // HC_DELETE_CHAR3
+packetLen(0x082a, 10)
// Packet: 0x082b
-packetLen(0x082b, 6) // CH_DELETE_CHAR3_CANCEL
+packetLen(0x082b, 6)
// Packet: 0x082c
-packetLen(0x082c, 10) // HC_DELETE_CHAR3_CANCEL
+packetLen(0x082c, 10)
// Packet: 0x082d
-packetLen(0x082d, -1) // HC_ACCEPT_ENTER2
+packetLen(0x082d, -1)
// Packet: 0x0835
#if PACKETVER >= 20180321
-packetLen(0x0835, -1) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, -1)
#elif PACKETVER >= 20180103
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#endif
// Packet: 0x0836
-packetLen(0x0836, -1) // ZC_SEARCH_STORE_INFO_ACK
+packetLen(0x0836, -1)
// Packet: 0x0837
-packetLen(0x0837, 3) // ZC_SEARCH_STORE_INFO_FAILED
+packetLen(0x0837, 3)
// Packet: 0x0838
#if PACKETVER >= 20180307
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20180221
-packetLen(0x0838, 5) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 5)
#elif PACKETVER >= 20180213
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20180117
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20180103
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#endif
// Packet: 0x0839
-packetLen(0x0839, 66) // ZC_ACK_BAN_GUILD_SSO
+packetLen(0x0839, 66)
// Packet: 0x083a
-packetLen(0x083a, 5) // ZC_OPEN_SEARCH_STORE_INFO
+packetLen(0x083a, 5)
// Packet: 0x083b
-packetLen(0x083b, 2) // CZ_CLOSE_SEARCH_STORE_INFO
+packetLen(0x083b, 2)
// Packet: 0x083c
#if PACKETVER >= 20180704
-packetLen(0x083c, 14) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 14)
#elif PACKETVER >= 20180321
-packetLen(0x083c, 12) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 12)
#elif PACKETVER >= 20180213
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20180117
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20180103
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#endif
// Packet: 0x083d
-packetLen(0x083d, 6) // ZC_SSILIST_ITEM_CLICK_ACK
+packetLen(0x083d, 6)
// Packet: 0x083e
-packetLen(0x083e, 26) // AC_REFUSE_LOGIN2
+packetLen(0x083e, 26)
// Packet: 0x0840
-packetLen(0x0840, -1) // HC_NOTIFY_ACCESSIBLE_MAPNAME
+packetLen(0x0840, -1)
// Packet: 0x0841
-packetLen(0x0841, 4) // CH_SELECT_ACCESSIBLE_MAPNAME
+packetLen(0x0841, 4)
// Packet: 0x0842
-packetLen(0x0842, 6) // CZ_RECALL_SSO
+packetLen(0x0842, 6)
// Packet: 0x0843
-packetLen(0x0843, 6) // CZ_REMOVE_AID_SSO
+packetLen(0x0843, 6)
// Packet: 0x0844
-packetLen(0x0844, 2) // CZ_SE_CASHSHOP_OPEN
+packetLen(0x0844, 2)
// Packet: 0x0845
-packetLen(0x0845, 10) // ZC_SE_CASHSHOP_OPEN
+packetLen(0x0845, 10)
// Packet: 0x0846
-packetLen(0x0846, 4) // CZ_REQ_SE_CASH_TAB_CODE
+packetLen(0x0846, 4)
// Packet: 0x0847
-packetLen(0x0847, -1) // ZC_ACK_SE_CASH_ITEM_LIST
+packetLen(0x0847, -1)
// Packet: 0x0848
-packetLen(0x0848, -1) // CZ_SE_PC_BUY_CASHITEM_LIST
+packetLen(0x0848, -1)
// Packet: 0x0849
-packetLen(0x0849, 16) // ZC_SE_PC_BUY_CASHITEM_RESULT
+packetLen(0x0849, 16)
// Packet: 0x084a
-packetLen(0x084a, 2) // CZ_SE_CASHSHOP_CLOSE
+packetLen(0x084a, 2)
// Packet: 0x084b
#if PACKETVER >= 20180704
-packetLen(0x084b, 21) // ZC_ITEM_FALL_ENTRY4
+packetLen(0x084b, 21)
#elif PACKETVER >= 20180103
-packetLen(0x084b, 19) // ZC_ITEM_FALL_ENTRY4
+packetLen(0x084b, 19)
#endif
// Packet: 0x084c
-packetLen(0x084c, 10) // CZ_MACRO_USE_SKILL
+packetLen(0x084c, 10)
// Packet: 0x084d
-packetLen(0x084d, 10) // CZ_MACRO_USE_SKILL_TOGROUND
+packetLen(0x084d, 10)
// Packet: 0x084e
-packetLen(0x084e, 5) // CZ_MACRO_REQUEST_MOVE
+packetLen(0x084e, 5)
// Packet: 0x084f
-packetLen(0x084f, 6) // CZ_MACRO_ITEM_PICKUP
+packetLen(0x084f, 6)
// Packet: 0x0850
-packetLen(0x0850, 7) // CZ_MACRO_REQUEST_ACT
+packetLen(0x0850, 7)
// Packet: 0x0851
-packetLen(0x0851, -1) // ZC_GPK_DYNCODE
+packetLen(0x0851, -1)
// Packet: 0x0852
-packetLen(0x0852, 2) // CZ_GPK_DYNCODE_RELOAD
+packetLen(0x0852, 2)
// Packet: 0x0853
-packetLen(0x0853, -1) // ZC_GPK_AUTH
+packetLen(0x0853, -1)
// Packet: 0x0854
-packetLen(0x0854, -1) // CZ_GPK_AUTH
+packetLen(0x0854, -1)
// Packet: 0x0855
-packetLen(0x0855, 6) // ZC_MACRO_ITEMPICKUP_FAIL
+packetLen(0x0855, 6)
// Packet: 0x0856
-packetLen(0x0856, -1) // ZC_NOTIFY_MOVEENTRY8
+packetLen(0x0856, -1)
// Packet: 0x0857
-packetLen(0x0857, -1) // ZC_NOTIFY_STANDENTRY7
+packetLen(0x0857, -1)
// Packet: 0x0858
-packetLen(0x0858, -1) // ZC_NOTIFY_NEWENTRY6
+packetLen(0x0858, -1)
// Packet: 0x0859
-packetLen(0x0859, -1) // ZC_EQUIPWIN_MICROSCOPE2
+packetLen(0x0859, -1)
// Packet: 0x085a
#if PACKETVER >= 20180221
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20180213
-packetLen(0x085a, 12) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 12)
#elif PACKETVER >= 20180103
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#endif
// Packet: 0x085b
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
// Packet: 0x085c
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
// Packet: 0x085d
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
// Packet: 0x085e
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
// Packet: 0x085f
#if PACKETVER >= 20180207
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#elif PACKETVER >= 20180124
-packetLen(0x085f, 36) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 36)
#elif PACKETVER >= 20180103
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#endif
// Packet: 0x0860
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
// Packet: 0x0861
#if PACKETVER >= 20180321
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#elif PACKETVER >= 20180307
-packetLen(0x0861, 90) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 90)
#elif PACKETVER >= 20180103
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
#endif
// Packet: 0x0862
#if PACKETVER >= 20180321
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#elif PACKETVER >= 20180307
-packetLen(0x0862, 6) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 6)
#elif PACKETVER >= 20180103
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
#endif
// Packet: 0x0863
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
// Packet: 0x0864
#if PACKETVER >= 20180321
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#elif PACKETVER >= 20180307
-packetLen(0x0864, -1) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, -1)
#elif PACKETVER >= 20180103
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
#endif
// Packet: 0x0865
#if PACKETVER >= 20180117
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
#elif PACKETVER >= 20180103
-packetLen(0x0865, 4) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 4)
#endif
// Packet: 0x0866
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
// Packet: 0x0867
#if PACKETVER >= 20180307
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#elif PACKETVER >= 20180221
-packetLen(0x0867, -1) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, -1)
#elif PACKETVER >= 20180103
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
#endif
// Packet: 0x0868
#if PACKETVER >= 20180207
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#elif PACKETVER >= 20180124
-packetLen(0x0868, 4) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 4)
#elif PACKETVER >= 20180103
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#endif
// Packet: 0x0869
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
// Packet: 0x086a
#if PACKETVER >= 20180207
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#elif PACKETVER >= 20180124
-packetLen(0x086a, 18) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 18)
#elif PACKETVER >= 20180103
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#endif
// Packet: 0x086b
#if PACKETVER >= 20180117
-packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 2)
#elif PACKETVER >= 20180103
-packetLen(0x086b, -1) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, -1)
#endif
// Packet: 0x086c
#if PACKETVER >= 20180321
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#elif PACKETVER >= 20180221
-packetLen(0x086c, 6) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 6)
#elif PACKETVER >= 20180103
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#endif
// Packet: 0x086d
#if PACKETVER >= 20180117
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#elif PACKETVER >= 20180103
-packetLen(0x086d, 12) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 12)
#endif
// Packet: 0x086e
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
// Packet: 0x086f
#if PACKETVER >= 20180307
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#elif PACKETVER >= 20180221
-packetLen(0x086f, -1) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, -1)
#elif PACKETVER >= 20180213
-packetLen(0x086f, 26) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 26)
#elif PACKETVER >= 20180207
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#elif PACKETVER >= 20180124
-packetLen(0x086f, 8) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 8)
#elif PACKETVER >= 20180103
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#endif
// Packet: 0x0870
#if PACKETVER >= 20180321
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#elif PACKETVER >= 20180307
-packetLen(0x0870, -1) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, -1)
#elif PACKETVER >= 20180213
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#elif PACKETVER >= 20180207
-packetLen(0x0870, 19) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 19)
#elif PACKETVER >= 20180103
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
#endif
// Packet: 0x0871
#if PACKETVER >= 20180307
-packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 2)
#elif PACKETVER >= 20180221
-packetLen(0x0871, 6) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 6)
#elif PACKETVER >= 20180103
-packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 2)
#endif
// Packet: 0x0872
@@ -3034,1844 +3034,1844 @@ packetLen(0x0872, 6)
#endif
// Packet: 0x0873
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
// Packet: 0x0874
#if PACKETVER >= 20180221
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#elif PACKETVER >= 20180213
-packetLen(0x0874, 6) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 6)
#elif PACKETVER >= 20180103
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
#endif
// Packet: 0x0875
#if PACKETVER >= 20180221
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20180213
-packetLen(0x0875, 8) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 8)
#elif PACKETVER >= 20180124
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#elif PACKETVER >= 20180117
-packetLen(0x0875, 36) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 36)
#elif PACKETVER >= 20180103
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
#endif
// Packet: 0x0876
#if PACKETVER >= 20180307
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
#elif PACKETVER >= 20180221
-packetLen(0x0876, 5) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 5)
#elif PACKETVER >= 20180117
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
#elif PACKETVER >= 20180103
-packetLen(0x0876, 6) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 6)
#endif
// Packet: 0x0877
#if PACKETVER >= 20180321
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#elif PACKETVER >= 20180307
-packetLen(0x0877, 5) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 5)
#elif PACKETVER >= 20180103
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#endif
// Packet: 0x0878
#if PACKETVER >= 20180221
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#elif PACKETVER >= 20180213
-packetLen(0x0878, 5) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 5)
#elif PACKETVER >= 20180103
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#endif
// Packet: 0x0879
#if PACKETVER >= 20180307
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
#elif PACKETVER >= 20180221
-packetLen(0x0879, 8) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 8)
#elif PACKETVER >= 20180117
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
#elif PACKETVER >= 20180103
-packetLen(0x0879, -1) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, -1)
#endif
// Packet: 0x087a
#if PACKETVER >= 20180207
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
#elif PACKETVER >= 20180124
-packetLen(0x087a, 26) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 26)
#elif PACKETVER >= 20180103
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
#endif
// Packet: 0x087b
#if PACKETVER >= 20180221
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#elif PACKETVER >= 20180213
-packetLen(0x087b, 6) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 6)
#elif PACKETVER >= 20180103
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#endif
// Packet: 0x087c
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
// Packet: 0x087d
#if PACKETVER >= 20180307
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#elif PACKETVER >= 20180221
-packetLen(0x087d, 5) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 5)
#elif PACKETVER >= 20180103
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#endif
// Packet: 0x087e
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
// Packet: 0x087f
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
// Packet: 0x0880
#if PACKETVER >= 20180307
-packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 2)
#elif PACKETVER >= 20180221
-packetLen(0x0880, -1) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, -1)
#elif PACKETVER >= 20180103
-packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 2)
#endif
// Packet: 0x0881
#if PACKETVER >= 20180307
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#elif PACKETVER >= 20180221
-packetLen(0x0881, 18) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 18)
#elif PACKETVER >= 20180213
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#elif PACKETVER >= 20180207
-packetLen(0x0881, 26) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 26)
#elif PACKETVER >= 20180103
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#endif
// Packet: 0x0882
#if PACKETVER >= 20180221
-packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 2)
#elif PACKETVER >= 20180213
-packetLen(0x0882, 10) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 10)
#elif PACKETVER >= 20180103
-packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 2)
#endif
// Packet: 0x0883
#if PACKETVER >= 20180307
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#elif PACKETVER >= 20180221
-packetLen(0x0883, -1) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, -1)
#elif PACKETVER >= 20180103
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
#endif
// Packet: 0x0884
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
// Packet: 0x0885
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
// Packet: 0x0886
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
// Packet: 0x0887
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
// Packet: 0x0888
#if PACKETVER >= 20180207
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20180124
-packetLen(0x0888, 19) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 19)
#elif PACKETVER >= 20180103
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#endif
// Packet: 0x0889
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
// Packet: 0x088a
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
// Packet: 0x088b
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
// Packet: 0x088c
#if PACKETVER >= 20180221
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#elif PACKETVER >= 20180213
-packetLen(0x088c, -1) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, -1)
#elif PACKETVER >= 20180103
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
#endif
// Packet: 0x088d
#if PACKETVER >= 20180321
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20180307
-packetLen(0x088d, 8) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 8)
#elif PACKETVER >= 20180103
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#endif
// Packet: 0x088e
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
// Packet: 0x088f
#if PACKETVER >= 20180307
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#elif PACKETVER >= 20180221
-packetLen(0x088f, 6) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 6)
#elif PACKETVER >= 20180103
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
#endif
// Packet: 0x0890
#if PACKETVER >= 20180207
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20180124
-packetLen(0x0890, 8) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 8)
#elif PACKETVER >= 20180103
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#endif
// Packet: 0x0891
#if PACKETVER >= 20180307
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20180221
-packetLen(0x0891, 4) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 4)
#elif PACKETVER >= 20180103
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#endif
// Packet: 0x0892
#if PACKETVER >= 20180221
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20180213
-packetLen(0x0892, 6) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 6)
#elif PACKETVER >= 20180103
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#endif
// Packet: 0x0893
#if PACKETVER >= 20180321
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20180307
-packetLen(0x0893, 10) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 10)
#elif PACKETVER >= 20180103
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#endif
// Packet: 0x0894
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
// Packet: 0x0895
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
// Packet: 0x0896
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
// Packet: 0x0897
#if PACKETVER >= 20180307
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20180221
-packetLen(0x0897, 19) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 19)
#elif PACKETVER >= 20180103
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#endif
// Packet: 0x0898
#if PACKETVER >= 20180221
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#elif PACKETVER >= 20180213
-packetLen(0x0898, -1) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, -1)
#elif PACKETVER >= 20180103
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
#endif
// Packet: 0x0899
#if PACKETVER >= 20180117
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20180103
-packetLen(0x0899, 26) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 26)
#endif
// Packet: 0x089a
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
// Packet: 0x089b
#if PACKETVER >= 20180321
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#elif PACKETVER >= 20180307
-packetLen(0x089b, 12) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 12)
#elif PACKETVER >= 20180103
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
#endif
// Packet: 0x089c
#if PACKETVER >= 20180221
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#elif PACKETVER >= 20180213
-packetLen(0x089c, 4) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 4)
#elif PACKETVER >= 20180103
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
#endif
// Packet: 0x089d
#if PACKETVER >= 20180307
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20180221
-packetLen(0x089d, 6) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 6)
#elif PACKETVER >= 20180103
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#endif
// Packet: 0x089e
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
// Packet: 0x089f
#if PACKETVER >= 20180117
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
#elif PACKETVER >= 20180103
-packetLen(0x089f, 6) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 6)
#endif
// Packet: 0x08a0
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
// Packet: 0x08a1
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
// Packet: 0x08a2
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
// Packet: 0x08a3
#if PACKETVER >= 20180221
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#elif PACKETVER >= 20180213
-packetLen(0x08a3, 19) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 19)
#elif PACKETVER >= 20180103
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#endif
// Packet: 0x08a4
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
// Packet: 0x08a5
#if PACKETVER >= 20180221
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20180213
-packetLen(0x08a5, -1) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, -1)
#elif PACKETVER >= 20180103
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#endif
// Packet: 0x08a6
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
// Packet: 0x08a7
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
// Packet: 0x08a8
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
// Packet: 0x08a9
#if PACKETVER >= 20180117
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
#elif PACKETVER >= 20180103
-packetLen(0x08a9, 5) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 5)
#endif
// Packet: 0x08aa
#if PACKETVER >= 20180321
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#elif PACKETVER >= 20180307
-packetLen(0x08aa, 26) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 26)
#elif PACKETVER >= 20180103
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
#endif
// Packet: 0x08ab
#if PACKETVER >= 20180321
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20180307
-packetLen(0x08ab, 5) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 5)
#elif PACKETVER >= 20180117
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
#elif PACKETVER >= 20180103
-packetLen(0x08ab, 6) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 6)
#endif
// Packet: 0x08ac
#if PACKETVER >= 20180117
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
#elif PACKETVER >= 20180103
-packetLen(0x08ac, -1) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, -1)
#endif
// Packet: 0x08ad
#if PACKETVER >= 20180221
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#elif PACKETVER >= 20180213
-packetLen(0x08ad, 6) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 6)
#elif PACKETVER >= 20180103
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
#endif
// Packet: 0x08af
-packetLen(0x08af, 10) // HC_WAITING_LOGIN
+packetLen(0x08af, 10)
// Packet: 0x08b0
-packetLen(0x08b0, 17) // CH_WAITING_LOGIN
+packetLen(0x08b0, 17)
// Packet: 0x08b1
-packetLen(0x08b1, -1) // ZC_MCSTORE_NOTMOVEITEM_LIST
+packetLen(0x08b1, -1)
// Packet: 0x08b2
-packetLen(0x08b2, -1) // AC_REALNAME_AUTH
+packetLen(0x08b2, -1)
// Packet: 0x08b3
-packetLen(0x08b3, -1) // ZC_SHOWSCRIPT
+packetLen(0x08b3, -1)
// Packet: 0x08b4
-packetLen(0x08b4, 2) // ZC_START_COLLECTION
+packetLen(0x08b4, 2)
// Packet: 0x08b5
-packetLen(0x08b5, 6) // CZ_TRYCOLLECTION
+packetLen(0x08b5, 6)
// Packet: 0x08b6
-packetLen(0x08b6, 3) // ZC_TRYCOLLECTION
+packetLen(0x08b6, 3)
// Packet: 0x08b8
-packetLen(0x08b8, 10) // CH_SECOND_PASSWD_ACK
+packetLen(0x08b8, 10)
// Packet: 0x08b9
-packetLen(0x08b9, 12) // HC_SECOND_PASSWD_LOGIN
+packetLen(0x08b9, 12)
// Packet: 0x08ba
-packetLen(0x08ba, 10) // CH_MAKE_SECOND_PASSWD
+packetLen(0x08ba, 10)
// Packet: 0x08bb
-packetLen(0x08bb, 8) // HC_MAKE_SECOND_PASSWD
+packetLen(0x08bb, 8)
// Packet: 0x08bc
-packetLen(0x08bc, 10) // CH_DELETE_SECOND_PASSWD
+packetLen(0x08bc, 10)
// Packet: 0x08bd
-packetLen(0x08bd, 8) // HC_DELETE_SECOND_PASSWD
+packetLen(0x08bd, 8)
// Packet: 0x08be
-packetLen(0x08be, 14) // CH_EDIT_SECOND_PASSWD
+packetLen(0x08be, 14)
// Packet: 0x08bf
-packetLen(0x08bf, 8) // HC_EDIT_SECOND_PASSWD
+packetLen(0x08bf, 8)
// Packet: 0x08c0
-packetLen(0x08c0, -1) // ZC_ACK_SE_CASH_ITEM_LIST2
+packetLen(0x08c0, -1)
// Packet: 0x08c1
-packetLen(0x08c1, 2) // CZ_MACRO_START
+packetLen(0x08c1, 2)
// Packet: 0x08c2
-packetLen(0x08c2, 2) // CZ_MACRO_STOP
+packetLen(0x08c2, 2)
// Packet: 0x08c3
-packetLen(0x08c3, 10) // CH_NOT_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c3, 10)
// Packet: 0x08c4
-packetLen(0x08c4, 8) // HC_NOT_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c4, 8)
// Packet: 0x08c5
-packetLen(0x08c5, 6) // CH_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c5, 6)
// Packet: 0x08c6
-packetLen(0x08c6, 4) // HC_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c6, 4)
// Packet: 0x08c7
-packetLen(0x08c7, -1) // ZC_SKILL_ENTRY3
+packetLen(0x08c7, -1)
// Packet: 0x08c8
-packetLen(0x08c8, 34) // ZC_NOTIFY_ACT3
+packetLen(0x08c8, 34)
// Packet: 0x08c9
-packetLen(0x08c9, 2) // CZ_REQ_SCHEDULER_CASHITEM
+packetLen(0x08c9, 2)
// Packet: 0x08ca
-packetLen(0x08ca, -1) // ZC_ACK_SCHEDULER_CASHITEM
+packetLen(0x08ca, -1)
// Packet: 0x08cb
-packetLen(0x08cb, -1) // ZC_PERSONAL_INFOMATION
+packetLen(0x08cb, -1)
// Packet: 0x08cc
-packetLen(0x08cc, 109) // CA_LOGIN5
+packetLen(0x08cc, 109)
// Packet: 0x08cd
-packetLen(0x08cd, 10) // ZC_STOPMOVE_FORCE
+packetLen(0x08cd, 10)
// Packet: 0x08ce
-packetLen(0x08ce, 2) // ZC_FAILED_GET_ITEM_FROM_ZONEDA
+packetLen(0x08ce, 2)
// Packet: 0x08cf
-packetLen(0x08cf, 10) // ZC_SPIRITS_ATTRIBUTE
+packetLen(0x08cf, 10)
// Packet: 0x08d0
-packetLen(0x08d0, 9) // ZC_REQ_WEAR_EQUIP_ACK2
+packetLen(0x08d0, 9)
// Packet: 0x08d1
-packetLen(0x08d1, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK2
+packetLen(0x08d1, 7)
// Packet: 0x08d2
-packetLen(0x08d2, 10) // ZC_FASTMOVE
+packetLen(0x08d2, 10)
// Packet: 0x08d3
-packetLen(0x08d3, 10) // ZC_SE_CASHSHOP_UPDATE
+packetLen(0x08d3, 10)
// Packet: 0x08d4
-packetLen(0x08d4, 8) // CH_REQ_CHANGE_CHARACTER_SLOT
+packetLen(0x08d4, 8)
// Packet: 0x08d5
-packetLen(0x08d5, -1) // HC_ACK_CHANGE_CHARACTER_SLOT
+packetLen(0x08d5, -1)
// Packet: 0x08d6
-packetLen(0x08d6, 6) // ZC_CLEAR_DIALOG
+packetLen(0x08d6, 6)
// Packet: 0x08d7
-packetLen(0x08d7, 28) // CZ_REQ_ENTRY_QUEUE_APPLY
+packetLen(0x08d7, 28)
// Packet: 0x08d8
-packetLen(0x08d8, 27) // ZC_ACK_ENTRY_QUEUE_APPLY
+packetLen(0x08d8, 27)
// Packet: 0x08d9
-packetLen(0x08d9, 30) // ZC_NOTIFY_ENTRY_QUEUE_APPLY
+packetLen(0x08d9, 30)
// Packet: 0x08da
-packetLen(0x08da, 26) // CZ_REQ_ENTRY_QUEUE_CANCEL
+packetLen(0x08da, 26)
// Packet: 0x08db
-packetLen(0x08db, 27) // ZC_ACK_ENTRY_QUEUE_CANCEL
+packetLen(0x08db, 27)
// Packet: 0x08dc
-packetLen(0x08dc, 26) // ZC_NOTIFY_ENTRY_QUEUE_ADMISSION
+packetLen(0x08dc, 26)
// Packet: 0x08dd
-packetLen(0x08dd, 27) // CZ_REPLY_ENTRY_QUEUE_ADMISSION
+packetLen(0x08dd, 27)
// Packet: 0x08de
-packetLen(0x08de, 27) // ZC_REPLY_ACK_ENTRY_QUEUE_ADMISSION
+packetLen(0x08de, 27)
// Packet: 0x08df
-packetLen(0x08df, 50) // ZC_NOTIFY_LOBBY_ADMISSION
+packetLen(0x08df, 50)
// Packet: 0x08e0
-packetLen(0x08e0, 51) // CZ_REPLY_LOBBY_ADMISSION
+packetLen(0x08e0, 51)
// Packet: 0x08e1
-packetLen(0x08e1, 51) // ZC_REPLY_ACK_LOBBY_ADMISSION
+packetLen(0x08e1, 51)
// Packet: 0x08e2
-packetLen(0x08e2, 27) // ZC_NAVIGATION_ACTIVE
+packetLen(0x08e2, 27)
// Packet: 0x08e3
-packetLen(0x08e3, 157) // HC_UPDATE_CHARINFO
+packetLen(0x08e3, 157)
// Packet: 0x08e4
-packetLen(0x08e4, 6) // AC_SHUTDOWN_INFO
+packetLen(0x08e4, 6)
// Packet: 0x08fc
-packetLen(0x08fc, 30) // CH_REQ_CHANGE_CHARACTERNAME
+packetLen(0x08fc, 30)
// Packet: 0x08fd
-packetLen(0x08fd, 6) // CH_ACK_CHANGE_CHARACTERNAME
+packetLen(0x08fd, 6)
// Packet: 0x08fe
-packetLen(0x08fe, -1) // ZC_HUNTING_QUEST_INFO
+packetLen(0x08fe, -1)
// Packet: 0x08ff
-packetLen(0x08ff, 24) // ZC_EFST_SET_ENTER
+packetLen(0x08ff, 24)
// Packet: 0x0900
-packetLen(0x0900, -1) // ZC_INVENTORY_ITEMLIST_NORMAL
+packetLen(0x0900, -1)
// Packet: 0x0901
-packetLen(0x0901, -1) // ZC_INVENTORY_ITEMLIST_EQUIP
+packetLen(0x0901, -1)
// Packet: 0x0902
-packetLen(0x0902, -1) // ZC_CART_ITEMLIST_NORMAL
+packetLen(0x0902, -1)
// Packet: 0x0903
-packetLen(0x0903, -1) // ZC_CART_ITEMLIST_EQUIP
+packetLen(0x0903, -1)
// Packet: 0x0904
-packetLen(0x0904, -1) // ZC_STORE_ITEMLIST_NORMAL
+packetLen(0x0904, -1)
// Packet: 0x0905
-packetLen(0x0905, -1) // ZC_STORE_ITEMLIST_EQUIP
+packetLen(0x0905, -1)
// Packet: 0x0906
-packetLen(0x0906, -1) // ZC_MICROSCOPE
+packetLen(0x0906, -1)
// Packet: 0x0907
-packetLen(0x0907, 5) // CZ_INVENTORY_TAB
+packetLen(0x0907, 5)
// Packet: 0x0908
-packetLen(0x0908, 5) // ZC_INVENTORY_TAB
+packetLen(0x0908, 5)
// Packet: 0x090a
-packetLen(0x090a, 26) // CZ_REQ_ENTRY_QUEUE_RANKING
+packetLen(0x090a, 26)
// Packet: 0x090d
-packetLen(0x090d, -1) // ZC_PREMIUM_CAMPAIGN_INFO
+packetLen(0x090d, -1)
// Packet: 0x090e
-packetLen(0x090e, 2) // ZC_ENTRY_QUEUE_INIT
+packetLen(0x090e, 2)
// Packet: 0x090f
-packetLen(0x090f, -1) // ZC_NOTIFY_NEWENTRY7
+packetLen(0x090f, -1)
// Packet: 0x0910
-packetLen(0x0910, 10) // CZ_REQ_PARTY_NAME
+packetLen(0x0910, 10)
// Packet: 0x0911
-packetLen(0x0911, 30) // ZC_ACK_PARTY_NAME
+packetLen(0x0911, 30)
// Packet: 0x0912
-packetLen(0x0912, 10) // CZ_REQ_GUILD_NAME
+packetLen(0x0912, 10)
// Packet: 0x0913
-packetLen(0x0913, 30) // ZC_ACK_GUILD_NAME
+packetLen(0x0913, 30)
// Packet: 0x0914
-packetLen(0x0914, -1) // ZC_NOTIFY_MOVEENTRY9
+packetLen(0x0914, -1)
// Packet: 0x0915
-packetLen(0x0915, -1) // ZC_NOTIFY_STANDENTRY8
+packetLen(0x0915, -1)
// Packet: 0x0916
-packetLen(0x0916, 26) // CZ_REQ_JOIN_GUILD2
+packetLen(0x0916, 26)
// Packet: 0x0917
#if PACKETVER >= 20180321
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
#elif PACKETVER >= 20180307
-packetLen(0x0917, 10) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 10)
#elif PACKETVER >= 20180221
-packetLen(0x0917, 36) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 36)
#elif PACKETVER >= 20180213
-packetLen(0x0917, 26) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 26)
#elif PACKETVER >= 20180103
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
#endif
// Packet: 0x0918
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
// Packet: 0x0919
#if PACKETVER >= 20180207
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
#elif PACKETVER >= 20180124
-packetLen(0x0919, 26) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 26)
#elif PACKETVER >= 20180103
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
#endif
// Packet: 0x091a
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
// Packet: 0x091b
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
// Packet: 0x091c
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
// Packet: 0x091d
#if PACKETVER >= 20180117
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20180103
-packetLen(0x091d, 7) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 7)
#endif
// Packet: 0x091e
#if PACKETVER >= 20180307
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
#elif PACKETVER >= 20180221
-packetLen(0x091e, 8) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 8)
#elif PACKETVER >= 20180103
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
#endif
// Packet: 0x091f
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
// Packet: 0x0920
#if PACKETVER >= 20180321
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#elif PACKETVER >= 20180307
-packetLen(0x0920, 8) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 8)
#elif PACKETVER >= 20180103
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#endif
// Packet: 0x0921
-packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 2)
// Packet: 0x0922
#if PACKETVER >= 20180221
-packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 2)
#elif PACKETVER >= 20180213
-packetLen(0x0922, 5) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 5)
#elif PACKETVER >= 20180103
-packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 2)
#endif
// Packet: 0x0923
-packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 2)
// Packet: 0x0924
#if PACKETVER >= 20180221
-packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 2)
#elif PACKETVER >= 20180213
-packetLen(0x0924, 10) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 10)
#elif PACKETVER >= 20180103
-packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 2)
#endif
// Packet: 0x0925
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
// Packet: 0x0926
#if PACKETVER >= 20180221
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
#elif PACKETVER >= 20180213
-packetLen(0x0926, 8) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 8)
#elif PACKETVER >= 20180117
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
#elif PACKETVER >= 20180103
-packetLen(0x0926, 8) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 8)
#endif
// Packet: 0x0927
#if PACKETVER >= 20180117
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
#elif PACKETVER >= 20180103
-packetLen(0x0927, 18) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 18)
#endif
// Packet: 0x0928
-packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 2)
// Packet: 0x0929
-packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 2)
// Packet: 0x092a
-packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 2)
// Packet: 0x092b
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
// Packet: 0x092c
#if PACKETVER >= 20180213
-packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 2)
#elif PACKETVER >= 20180207
-packetLen(0x092c, 5) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 5)
#elif PACKETVER >= 20180117
-packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 2)
#elif PACKETVER >= 20180103
-packetLen(0x092c, 8) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 8)
#endif
// Packet: 0x092d
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
// Packet: 0x092e
#if PACKETVER >= 20180213
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#elif PACKETVER >= 20180207
-packetLen(0x092e, 5) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 5)
#elif PACKETVER >= 20180103
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#endif
// Packet: 0x092f
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
// Packet: 0x0930
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
// Packet: 0x0931
-packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 2)
// Packet: 0x0932
-packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 2)
// Packet: 0x0933
#if PACKETVER >= 20180221
-packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 2)
#elif PACKETVER >= 20180213
-packetLen(0x0933, 7) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 7)
#elif PACKETVER >= 20180103
-packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 2)
#endif
// Packet: 0x0934
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
// Packet: 0x0935
#if PACKETVER >= 20180117
-packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 2)
#elif PACKETVER >= 20180103
-packetLen(0x0935, 6) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 6)
#endif
// Packet: 0x0936
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
// Packet: 0x0937
#if PACKETVER >= 20180321
-packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 2)
#elif PACKETVER >= 20180307
-packetLen(0x0937, -1) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, -1)
#elif PACKETVER >= 20180103
-packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 2)
#endif
// Packet: 0x0938
#if PACKETVER >= 20180117
-packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 2)
#elif PACKETVER >= 20180103
-packetLen(0x0938, 10) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 10)
#endif
// Packet: 0x0939
#if PACKETVER >= 20180321
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
#elif PACKETVER >= 20180307
-packetLen(0x0939, 36) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 36)
#elif PACKETVER >= 20180103
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
#endif
// Packet: 0x093a
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
// Packet: 0x093b
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
// Packet: 0x093c
#if PACKETVER >= 20180221
-packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 2)
#elif PACKETVER >= 20180213
-packetLen(0x093c, 6) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 6)
#elif PACKETVER >= 20180103
-packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 2)
#endif
// Packet: 0x093d
#if PACKETVER >= 20180307
-packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 2)
#elif PACKETVER >= 20180221
-packetLen(0x093d, 26) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 26)
#elif PACKETVER >= 20180103
-packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 2)
#endif
// Packet: 0x093e
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
// Packet: 0x093f
-packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 2)
// Packet: 0x0940
#if PACKETVER >= 20180213
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20180207
-packetLen(0x0940, 6) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 6)
#elif PACKETVER >= 20180124
-packetLen(0x0940, -1) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, -1)
#elif PACKETVER >= 20180103
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#endif
// Packet: 0x0941
#if PACKETVER >= 20180321
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#elif PACKETVER >= 20180307
-packetLen(0x0941, 6) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 6)
#elif PACKETVER >= 20180117
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#elif PACKETVER >= 20180103
-packetLen(0x0941, 5) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 5)
#endif
// Packet: 0x0942
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
// Packet: 0x0943
#if PACKETVER >= 20180221
-packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 2)
#elif PACKETVER >= 20180213
-packetLen(0x0943, 18) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 18)
#elif PACKETVER >= 20180103
-packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 2)
#endif
// Packet: 0x0944
#if PACKETVER >= 20180321
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#elif PACKETVER >= 20180307
-packetLen(0x0944, 5) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 5)
#elif PACKETVER >= 20180103
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
#endif
// Packet: 0x0945
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
// Packet: 0x0946
#if PACKETVER >= 20180207
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20180124
-packetLen(0x0946, -1) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, -1)
#elif PACKETVER >= 20180117
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20180103
-packetLen(0x0946, 36) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 36)
#endif
// Packet: 0x0947
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
// Packet: 0x0948
#if PACKETVER >= 20180321
-packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 2)
#elif PACKETVER >= 20180307
-packetLen(0x0948, 26) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 26)
#elif PACKETVER >= 20180117
-packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 2)
#elif PACKETVER >= 20180103
-packetLen(0x0948, 5) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 5)
#endif
// Packet: 0x0949
-packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 2)
// Packet: 0x094a
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
// Packet: 0x094b
#if PACKETVER >= 20180307
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
#elif PACKETVER >= 20180221
-packetLen(0x094b, 10) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 10)
#elif PACKETVER >= 20180103
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
#endif
// Packet: 0x094c
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
// Packet: 0x094d
#if PACKETVER >= 20180307
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
#elif PACKETVER >= 20180221
-packetLen(0x094d, 10) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 10)
#elif PACKETVER >= 20180207
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
#elif PACKETVER >= 20180124
-packetLen(0x094d, 6) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 6)
#elif PACKETVER >= 20180103
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
#endif
// Packet: 0x094e
#if PACKETVER >= 20180307
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#elif PACKETVER >= 20180221
-packetLen(0x094e, 6) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 6)
#elif PACKETVER >= 20180117
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#elif PACKETVER >= 20180103
-packetLen(0x094e, -1) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, -1)
#endif
// Packet: 0x094f
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
// Packet: 0x0950
#if PACKETVER >= 20180213
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
#elif PACKETVER >= 20180207
-packetLen(0x0950, 36) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 36)
#elif PACKETVER >= 20180103
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
#endif
// Packet: 0x0951
#if PACKETVER >= 20180321
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#elif PACKETVER >= 20180307
-packetLen(0x0951, 8) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 8)
#elif PACKETVER >= 20180103
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#endif
// Packet: 0x0952
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
// Packet: 0x0953
-packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 2)
// Packet: 0x0954
#if PACKETVER >= 20180321
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#elif PACKETVER >= 20180307
-packetLen(0x0954, 6) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 6)
#elif PACKETVER >= 20180103
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#endif
// Packet: 0x0955
#if PACKETVER >= 20180221
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
#elif PACKETVER >= 20180213
-packetLen(0x0955, 8) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 8)
#elif PACKETVER >= 20180103
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
#endif
// Packet: 0x0956
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
// Packet: 0x0957
#if PACKETVER >= 20180321
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#elif PACKETVER >= 20180221
-packetLen(0x0957, 6) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 6)
#elif PACKETVER >= 20180103
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
#endif
// Packet: 0x0958
#if PACKETVER >= 20180207
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20180124
-packetLen(0x0958, 5) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 5)
#elif PACKETVER >= 20180103
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#endif
// Packet: 0x0959
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
// Packet: 0x095a
#if PACKETVER >= 20180221
-packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 2)
#elif PACKETVER >= 20180213
-packetLen(0x095a, -1) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, -1)
#elif PACKETVER >= 20180103
-packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 2)
#endif
// Packet: 0x095b
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
// Packet: 0x095c
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
// Packet: 0x095d
#if PACKETVER >= 20180117
-packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 2)
#elif PACKETVER >= 20180103
-packetLen(0x095d, 10) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 10)
#endif
// Packet: 0x095e
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
// Packet: 0x095f
#if PACKETVER >= 20180117
-packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 2)
#elif PACKETVER >= 20180103
-packetLen(0x095f, 6) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 6)
#endif
// Packet: 0x0960
#if PACKETVER >= 20180117
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
#elif PACKETVER >= 20180103
-packetLen(0x0960, 90) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 90)
#endif
// Packet: 0x0961
#if PACKETVER >= 20180207
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#elif PACKETVER >= 20180124
-packetLen(0x0961, 5) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 5)
#elif PACKETVER >= 20180103
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#endif
// Packet: 0x0962
#if PACKETVER >= 20180221
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#elif PACKETVER >= 20180213
-packetLen(0x0962, 5) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 5)
#elif PACKETVER >= 20180103
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
#endif
// Packet: 0x0963
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
// Packet: 0x0964
#if PACKETVER >= 20180307
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#elif PACKETVER >= 20180221
-packetLen(0x0964, 12) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 12)
#elif PACKETVER >= 20180103
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#endif
// Packet: 0x0965
-packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 2)
// Packet: 0x0966
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
// Packet: 0x0967
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
// Packet: 0x0968
-packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 2)
// Packet: 0x0969
#if PACKETVER >= 20180321
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#elif PACKETVER >= 20180307
-packetLen(0x0969, 7) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 7)
#elif PACKETVER >= 20180103
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
#endif
// Packet: 0x096a
#if PACKETVER >= 20180307
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20180221
-packetLen(0x096a, 7) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 7)
#elif PACKETVER >= 20180213
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20180117
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20180103
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#endif
// Packet: 0x096b
-packetLen(0x096b, 4) // ZC_PRNPC_STATE
+packetLen(0x096b, 4)
// Packet: 0x096c
-packetLen(0x096c, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x096c, 6)
// Packet: 0x096d
-packetLen(0x096d, -1) // ZC_MERGE_ITEM_OPEN
+packetLen(0x096d, -1)
// Packet: 0x096e
-packetLen(0x096e, -1) // CZ_REQ_MERGE_ITEM
+packetLen(0x096e, -1)
// Packet: 0x096f
-packetLen(0x096f, 7) // ZC_ACK_MERGE_ITEM
+packetLen(0x096f, 7)
// Packet: 0x0970
-packetLen(0x0970, 31) // CH_MAKE_CHAR_NOT_STATS
+packetLen(0x0970, 31)
// Packet: 0x0971
-packetLen(0x0971, 6) // ZC_PARTY_RECRUIT_REFUSE_VOLUNTEER_TO_PM
+packetLen(0x0971, 6)
// Packet: 0x0972
-packetLen(0x0972, -1) // ZC_SAY_DIALOG2
+packetLen(0x0972, -1)
// Packet: 0x0973
-packetLen(0x0973, 7) // ZC_WAIT_DIALOG2
+packetLen(0x0973, 7)
// Packet: 0x0974
-packetLen(0x0974, 2) // CZ_CANCEL_MERGE_ITEM
+packetLen(0x0974, 2)
// Packet: 0x0975
-packetLen(0x0975, -1) // ZC_STORE_ITEMLIST_NORMAL_V2
+packetLen(0x0975, -1)
// Packet: 0x0976
-packetLen(0x0976, -1) // ZC_STORE_ITEMLIST_EQUIP_V2
+packetLen(0x0976, -1)
// Packet: 0x0977
-packetLen(0x0977, 14) // ZC_HP_INFO
+packetLen(0x0977, 14)
// Packet: 0x0978
-packetLen(0x0978, 6) // CZ_REQ_BEFORE_WORLD_INFO
+packetLen(0x0978, 6)
// Packet: 0x0979
-packetLen(0x0979, 50) // ZC_ACK_BEFORE_WORLD_INFO
+packetLen(0x0979, 50)
// Packet: 0x097a
-packetLen(0x097a, -1) // ZC_ALL_QUEST_LIST2
+packetLen(0x097a, -1)
// Packet: 0x097b
-packetLen(0x097b, -1) // ZC_PERSONAL_INFOMATION2
+packetLen(0x097b, -1)
// Packet: 0x097c
-packetLen(0x097c, 4) // CZ_REQ_RANKING
+packetLen(0x097c, 4)
// Packet: 0x097d
-packetLen(0x097d, 288) // ZC_ACK_RANKING
+packetLen(0x097d, 288)
// Packet: 0x097e
-packetLen(0x097e, 12) // ZC_UPDATE_RANKING_POINT
+packetLen(0x097e, 12)
// Packet: 0x097f
-packetLen(0x097f, -1) // ZC_SELECTCART
+packetLen(0x097f, -1)
// Packet: 0x0980
-packetLen(0x0980, 7) // CZ_SELECTCART
+packetLen(0x0980, 7)
// Packet: 0x0981
-packetLen(0x0981, -1) // ZC_PERSONAL_INFOMATION_CHN
+packetLen(0x0981, -1)
// Packet: 0x0982
-packetLen(0x0982, 7) // ZC_FATIGUE_CHN
+packetLen(0x0982, 7)
// Packet: 0x0983
-packetLen(0x0983, 29) // ZC_MSG_STATE_CHANGE3
+packetLen(0x0983, 29)
// Packet: 0x0984
-packetLen(0x0984, 28) // ZC_EFST_SET_ENTER2
+packetLen(0x0984, 28)
// Packet: 0x0985
-packetLen(0x0985, -1) // ZC_SKILL_POSTDELAY_LIST2
+packetLen(0x0985, -1)
// Packet: 0x0986
-packetLen(0x0986, 10) // AC_SHUTDOWN_NOTIFY
+packetLen(0x0986, 10)
// Packet: 0x0987
-packetLen(0x0987, -1) // CA_LOGIN6
+packetLen(0x0987, -1)
// Packet: 0x0988
-packetLen(0x0988, 6) // ZC_NOTIFY_CLAN_CONNECTINFO
+packetLen(0x0988, 6)
// Packet: 0x0989
-packetLen(0x0989, 2) // ZC_ACK_CLAN_LEAVE
+packetLen(0x0989, 2)
// Packet: 0x098a
-packetLen(0x098a, -1) // ZC_CLANINFO
+packetLen(0x098a, -1)
// Packet: 0x098b
-packetLen(0x098b, 2) // AC_REQ_NEW_USER
+packetLen(0x098b, 2)
// Packet: 0x098c
-packetLen(0x098c, 4) // CA_ACK_NEW_USER
+packetLen(0x098c, 4)
// Packet: 0x098d
-packetLen(0x098d, -1) // CZ_CLAN_CHAT
+packetLen(0x098d, -1)
// Packet: 0x098e
-packetLen(0x098e, -1) // ZC_NOTIFY_CLAN_CHAT
+packetLen(0x098e, -1)
// Packet: 0x098f
-packetLen(0x098f, -1) // CH_DELETE_CHAR3_EXT
+packetLen(0x098f, -1)
// Packet: 0x0990
#if PACKETVER >= 20180704
-packetLen(0x0990, 41) // ZC_ITEM_PICKUP_ACK_V5
+packetLen(0x0990, 41)
#elif PACKETVER >= 20180103
-packetLen(0x0990, 31) // ZC_ITEM_PICKUP_ACK_V5
+packetLen(0x0990, 31)
#endif
// Packet: 0x0991
-packetLen(0x0991, -1) // ZC_INVENTORY_ITEMLIST_NORMAL_V5
+packetLen(0x0991, -1)
// Packet: 0x0992
-packetLen(0x0992, -1) // ZC_INVENTORY_ITEMLIST_EQUIP_V5
+packetLen(0x0992, -1)
// Packet: 0x0993
-packetLen(0x0993, -1) // ZC_CART_ITEMLIST_NORMAL_V5
+packetLen(0x0993, -1)
// Packet: 0x0994
-packetLen(0x0994, -1) // ZC_CART_ITEMLIST_EQUIP_V5
+packetLen(0x0994, -1)
// Packet: 0x0995
-packetLen(0x0995, -1) // ZC_STORE_ITEMLIST_NORMAL_V5
+packetLen(0x0995, -1)
// Packet: 0x0996
-packetLen(0x0996, -1) // ZC_STORE_ITEMLIST_EQUIP_V5
+packetLen(0x0996, -1)
// Packet: 0x0997
-packetLen(0x0997, -1) // ZC_EQUIPWIN_MICROSCOPE_V5
+packetLen(0x0997, -1)
// Packet: 0x0998
-packetLen(0x0998, 8) // CZ_REQ_WEAR_EQUIP_V5
+packetLen(0x0998, 8)
// Packet: 0x0999
-packetLen(0x0999, 11) // ZC_ACK_WEAR_EQUIP_V5
+packetLen(0x0999, 11)
// Packet: 0x099a
-packetLen(0x099a, 9) // ZC_ACK_TAKEOFF_EQUIP_V5
+packetLen(0x099a, 9)
// Packet: 0x099b
-packetLen(0x099b, 8) // ZC_MAPPROPERTY_R2
+packetLen(0x099b, 8)
// Packet: 0x099c
-packetLen(0x099c, 6) // CH_REQ_CHARINFO_PER_PAGE
+packetLen(0x099c, 6)
// Packet: 0x099d
-packetLen(0x099d, -1) // HC_ACK_CHARINFO_PER_PAGE
+packetLen(0x099d, -1)
// Packet: 0x099e
-packetLen(0x099e, 12) // HC_QUEUE_ORDER
+packetLen(0x099e, 12)
// Packet: 0x099f
-packetLen(0x099f, -1) // ZC_SKILL_ENTRY4
+packetLen(0x099f, -1)
// Packet: 0x09a0
-packetLen(0x09a0, 6) // HC_CHARLIST_NOTIFY
+packetLen(0x09a0, 6)
// Packet: 0x09a1
-packetLen(0x09a1, 2) // CH_CHARLIST_REQ
+packetLen(0x09a1, 2)
// Packet: 0x09a2
-packetLen(0x09a2, 6) // AC_REQ_MOBILE_OTP
+packetLen(0x09a2, 6)
// Packet: 0x09a3
-packetLen(0x09a3, -1) // CA_ACK_MOBILE_OTP
+packetLen(0x09a3, -1)
// Packet: 0x09a4
-packetLen(0x09a4, 18) // ZC_DISPATCH_TIMING_INFO_CHN
+packetLen(0x09a4, 18)
// Packet: 0x09a5
-packetLen(0x09a5, 7) // AC_REFUSE_LOGIN3
+packetLen(0x09a5, 7)
// Packet: 0x09a6
-packetLen(0x09a6, 12) // ZC_BANKING_CHECK
+packetLen(0x09a6, 12)
// Packet: 0x09a7
-packetLen(0x09a7, 10) // CZ_REQ_BANKING_DEPOSIT
+packetLen(0x09a7, 10)
// Packet: 0x09a8
-packetLen(0x09a8, 16) // ZC_ACK_BANKING_DEPOSIT
+packetLen(0x09a8, 16)
// Packet: 0x09a9
-packetLen(0x09a9, 10) // CZ_REQ_BANKING_WITHDRAW
+packetLen(0x09a9, 10)
// Packet: 0x09aa
-packetLen(0x09aa, 16) // ZC_ACK_BANKING_WITHDRAW
+packetLen(0x09aa, 16)
// Packet: 0x09ab
-packetLen(0x09ab, 6) // CZ_REQ_BANKING_CHECK
+packetLen(0x09ab, 6)
// Packet: 0x09ac
-packetLen(0x09ac, -1) // CZ_REQ_CASH_BARGAIN_SALE_ITEM_INFO
+packetLen(0x09ac, -1)
// Packet: 0x09ad
#if PACKETVER >= 20180704
-packetLen(0x09ad, 12) // ZC_ACK_CASH_BARGAIN_SALE_ITEM_INFO
+packetLen(0x09ad, 12)
#elif PACKETVER >= 20180103
-packetLen(0x09ad, 10) // ZC_ACK_CASH_BARGAIN_SALE_ITEM_INFO
+packetLen(0x09ad, 10)
#endif
// Packet: 0x09ae
#if PACKETVER >= 20180704
-packetLen(0x09ae, 19) // CZ_REQ_APPLY_BARGAIN_SALE_ITEM
+packetLen(0x09ae, 19)
#elif PACKETVER >= 20180103
-packetLen(0x09ae, 17) // CZ_REQ_APPLY_BARGAIN_SALE_ITEM
+packetLen(0x09ae, 17)
#endif
// Packet: 0x09af
-packetLen(0x09af, 4) // ZC_ACK_APPLY_BARGAIN_SALE_ITEM
+packetLen(0x09af, 4)
// Packet: 0x09b0
#if PACKETVER >= 20180704
-packetLen(0x09b0, 10) // CZ_REQ_REMOVE_BARGAIN_SALE_ITEM
+packetLen(0x09b0, 10)
#elif PACKETVER >= 20180103
-packetLen(0x09b0, 8) // CZ_REQ_REMOVE_BARGAIN_SALE_ITEM
+packetLen(0x09b0, 8)
#endif
// Packet: 0x09b1
-packetLen(0x09b1, 4) // ZC_ACK_REMOVE_BARGAIN_SALE_ITEM
+packetLen(0x09b1, 4)
// Packet: 0x09b2
#if PACKETVER >= 20180704
-packetLen(0x09b2, 10) // ZC_NOTIFY_BARGAIN_SALE_SELLING
+packetLen(0x09b2, 10)
#elif PACKETVER >= 20180103
-packetLen(0x09b2, 8) // ZC_NOTIFY_BARGAIN_SALE_SELLING
+packetLen(0x09b2, 8)
#endif
// Packet: 0x09b3
#if PACKETVER >= 20180704
-packetLen(0x09b3, 6) // ZC_NOTIFY_BARGAIN_SALE_CLOSE
+packetLen(0x09b3, 6)
#elif PACKETVER >= 20180103
-packetLen(0x09b3, 4) // ZC_NOTIFY_BARGAIN_SALE_CLOSE
+packetLen(0x09b3, 4)
#endif
// Packet: 0x09b4
-packetLen(0x09b4, 6) // CZ_OPEN_BARGAIN_SALE_TOOL
+packetLen(0x09b4, 6)
// Packet: 0x09b5
-packetLen(0x09b5, 2) // ZC_OPEN_BARGAIN_SALE_TOOL
+packetLen(0x09b5, 2)
// Packet: 0x09b6
-packetLen(0x09b6, 6) // CZ_REQ_OPEN_BANKING
+packetLen(0x09b6, 6)
// Packet: 0x09b7
-packetLen(0x09b7, 4) // ZC_ACK_OPEN_BANKING
+packetLen(0x09b7, 4)
// Packet: 0x09b8
-packetLen(0x09b8, 6) // CZ_REQ_CLOSE_BANKING
+packetLen(0x09b8, 6)
// Packet: 0x09b9
-packetLen(0x09b9, 4) // ZC_ACK_CLOSE_BANKING
+packetLen(0x09b9, 4)
// Packet: 0x09ba
-packetLen(0x09ba, 2) // CZ_REQ_OPEN_GUILD_STORAGE
+packetLen(0x09ba, 2)
// Packet: 0x09bb
-packetLen(0x09bb, 6) // ZC_ACK_OPEN_GUILD_STORAGE
+packetLen(0x09bb, 6)
// Packet: 0x09bc
-packetLen(0x09bc, 6) // CZ_CLOSE_BARGAIN_SALE_TOOL
+packetLen(0x09bc, 6)
// Packet: 0x09bd
-packetLen(0x09bd, 2) // ZC_CLOSE_BARGAIN_SALE_TOOL
+packetLen(0x09bd, 2)
// Packet: 0x09be
-packetLen(0x09be, 2) // CZ_REQ_CLOSE_GUILD_STORAGE
+packetLen(0x09be, 2)
// Packet: 0x09bf
-packetLen(0x09bf, 4) // ZC_ACK_CLOSE_GUILD_STORAGE
+packetLen(0x09bf, 4)
// Packet: 0x09c1
-packetLen(0x09c1, 10) // ZC_C_MARKERINFO
+packetLen(0x09c1, 10)
// Packet: 0x09c2
-packetLen(0x09c2, -1) // HC_SECRETSCAN_DATA
+packetLen(0x09c2, -1)
// Packet: 0x09c3
#if PACKETVER >= 20180704
-packetLen(0x09c3, 10) // CZ_REQ_COUNT_BARGAIN_SALE_ITEM
+packetLen(0x09c3, 10)
#elif PACKETVER >= 20180103
-packetLen(0x09c3, 8) // CZ_REQ_COUNT_BARGAIN_SALE_ITEM
+packetLen(0x09c3, 8)
#endif
// Packet: 0x09c4
#if PACKETVER >= 20180704
-packetLen(0x09c4, 10) // ZC_ACK_COUNT_BARGAIN_SALE_ITEM
+packetLen(0x09c4, 10)
#elif PACKETVER >= 20180103
-packetLen(0x09c4, 8) // ZC_ACK_COUNT_BARGAIN_SALE_ITEM
+packetLen(0x09c4, 8)
#endif
// Packet: 0x09c5
-packetLen(0x09c5, 1042) // CS_LOGIN_QUERY
+packetLen(0x09c5, 1042)
// Packet: 0x09c6
-packetLen(0x09c6, -1) // SC_LOGIN_ANSWER
+packetLen(0x09c6, -1)
// Packet: 0x09c7
-packetLen(0x09c7, 18) // SC_LOGIN_ERROR
+packetLen(0x09c7, 18)
// Packet: 0x09c8
-packetLen(0x09c8, -1) // CA_LOGIN_OTP
+packetLen(0x09c8, -1)
// Packet: 0x09c9
-packetLen(0x09c9, -1) // SC_SOCT
+packetLen(0x09c9, -1)
// Packet: 0x09ca
-packetLen(0x09ca, -1) // ZC_SKILL_ENTRY5
+packetLen(0x09ca, -1)
// Packet: 0x09cb
-packetLen(0x09cb, 17) // ZC_USE_SKILL2
+packetLen(0x09cb, 17)
// Packet: 0x09cc
-packetLen(0x09cc, -1) // ZC_SECRETSCAN_DATA
+packetLen(0x09cc, -1)
// Packet: 0x09cd
-packetLen(0x09cd, 8) // ZC_MSG_COLOR
+packetLen(0x09cd, 8)
// Packet: 0x09ce
-packetLen(0x09ce, 102) // CZ_ITEM_CREATE_EX
+packetLen(0x09ce, 102)
// Packet: 0x09cf
-packetLen(0x09cf, -1) // ZC_NPROTECTGAMEGUARDCSAUTH
+packetLen(0x09cf, -1)
// Packet: 0x09d0
-packetLen(0x09d0, -1) // CZ_NPROTECTGAMEGUARDCSAUTH
+packetLen(0x09d0, -1)
// Packet: 0x09d1
-packetLen(0x09d1, 14) // ZC_PROGRESS_ACTOR
+packetLen(0x09d1, 14)
// Packet: 0x09d2
-packetLen(0x09d2, -1) // ZC_GUILDSTORAGE_ITEMLIST_NORMAL_V5
+packetLen(0x09d2, -1)
// Packet: 0x09d3
-packetLen(0x09d3, -1) // ZC_GUILDSTORAGE_ITEMLIST_EQUIP_V5
+packetLen(0x09d3, -1)
// Packet: 0x09d4
-packetLen(0x09d4, 2) // CZ_NPC_TRADE_QUIT
+packetLen(0x09d4, 2)
// Packet: 0x09d5
-packetLen(0x09d5, -1) // ZC_NPC_MARKET_OPEN
+packetLen(0x09d5, -1)
// Packet: 0x09d6
-packetLen(0x09d6, -1) // CZ_NPC_MARKET_PURCHASE
+packetLen(0x09d6, -1)
// Packet: 0x09d7
-packetLen(0x09d7, -1) // ZC_NPC_MARKET_PURCHASE_RESULT
+packetLen(0x09d7, -1)
// Packet: 0x09d8
-packetLen(0x09d8, 2) // CZ_NPC_MARKET_CLOSE
+packetLen(0x09d8, 2)
// Packet: 0x09d9
-packetLen(0x09d9, 4) // CZ_REQ_GUILDSTORAGE_LOG
+packetLen(0x09d9, 4)
// Packet: 0x09da
-packetLen(0x09da, -1) // ZC_ACK_GUILDSTORAGE_LOG
+packetLen(0x09da, -1)
// Packet: 0x09db
-packetLen(0x09db, -1) // ZC_NOTIFY_MOVEENTRY10
+packetLen(0x09db, -1)
// Packet: 0x09dc
-packetLen(0x09dc, -1) // ZC_NOTIFY_NEWENTRY10
+packetLen(0x09dc, -1)
// Packet: 0x09dd
-packetLen(0x09dd, -1) // ZC_NOTIFY_STANDENTRY10
+packetLen(0x09dd, -1)
// Packet: 0x09de
-packetLen(0x09de, -1) // ZC_WHISPER02
+packetLen(0x09de, -1)
// Packet: 0x09df
-packetLen(0x09df, 7) // ZC_ACK_WHISPER02
+packetLen(0x09df, 7)
// Packet: 0x09e0
-packetLen(0x09e0, -1) // SC_LOGIN_ANSWER_WITH_ID
+packetLen(0x09e0, -1)
// Packet: 0x09e1
-packetLen(0x09e1, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_GUILDSTORAGE
+packetLen(0x09e1, 8)
// Packet: 0x09e2
-packetLen(0x09e2, 8) // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_BODY
+packetLen(0x09e2, 8)
// Packet: 0x09e3
-packetLen(0x09e3, 8) // CZ_MOVE_ITEM_FROM_CART_TO_GUILDSTORAGE
+packetLen(0x09e3, 8)
// Packet: 0x09e4
-packetLen(0x09e4, 8) // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_CART
+packetLen(0x09e4, 8)
// Packet: 0x09e5
-packetLen(0x09e5, 18) // ZC_DELETEITEM_FROM_MCSTORE2
+packetLen(0x09e5, 18)
// Packet: 0x09e6
#if PACKETVER >= 20180704
-packetLen(0x09e6, 24) // ZC_UPDATE_ITEM_FROM_BUYING_STORE2
+packetLen(0x09e6, 24)
#elif PACKETVER >= 20180103
-packetLen(0x09e6, 22) // ZC_UPDATE_ITEM_FROM_BUYING_STORE2
+packetLen(0x09e6, 22)
#endif
// Packet: 0x09e7
-packetLen(0x09e7, 3) // ZC_NOTIFY_UNREAD_RODEX
+packetLen(0x09e7, 3)
// Packet: 0x09e8
-packetLen(0x09e8, 11) // CZ_OPEN_RODEXBOX
+packetLen(0x09e8, 11)
// Packet: 0x09e9
-packetLen(0x09e9, 2) // CZ_CLOSE_RODEXBOX
+packetLen(0x09e9, 2)
// Packet: 0x09ea
-packetLen(0x09ea, 11) // CZ_REQ_READ_RODEX
+packetLen(0x09ea, 11)
// Packet: 0x09eb
-packetLen(0x09eb, -1) // ZC_ACK_READ_RODEX
+packetLen(0x09eb, -1)
// Packet: 0x09ec
-packetLen(0x09ec, -1) // CZ_REQ_SEND_RODEX
+packetLen(0x09ec, -1)
// Packet: 0x09ed
-packetLen(0x09ed, 3) // ZC_ACK_SEND_RODEX
+packetLen(0x09ed, 3)
// Packet: 0x09ee
-packetLen(0x09ee, 11) // CZ_REQ_NEXT_RODEX
+packetLen(0x09ee, 11)
// Packet: 0x09ef
-packetLen(0x09ef, 11) // CZ_REQ_REFRESH_RODEX
+packetLen(0x09ef, 11)
// Packet: 0x09f0
-packetLen(0x09f0, -1) // ZC_ACK_RODEX_LIST
+packetLen(0x09f0, -1)
// Packet: 0x09f1
-packetLen(0x09f1, 11) // CZ_REQ_ZENY_FROM_RODEX
+packetLen(0x09f1, 11)
// Packet: 0x09f2
-packetLen(0x09f2, 12) // ZC_ACK_ZENY_FROM_RODEX
+packetLen(0x09f2, 12)
// Packet: 0x09f3
-packetLen(0x09f3, 11) // CZ_REQ_ITEM_FROM_RODEX
+packetLen(0x09f3, 11)
// Packet: 0x09f4
-packetLen(0x09f4, 12) // ZC_ACK_ITEM_FROM_RODEX
+packetLen(0x09f4, 12)
// Packet: 0x09f5
-packetLen(0x09f5, 11) // CZ_REQ_DELETE_RODEX
+packetLen(0x09f5, 11)
// Packet: 0x09f6
-packetLen(0x09f6, 11) // ZC_ACK_DELETE_RODEX
+packetLen(0x09f6, 11)
// Packet: 0x09f7
#if PACKETVER >= 20180704
-packetLen(0x09f7, 77) // ZC_PROPERTY_HOMUN_2
+packetLen(0x09f7, 77)
#elif PACKETVER >= 20180103
-packetLen(0x09f7, 75) // ZC_PROPERTY_HOMUN_2
+packetLen(0x09f7, 75)
#endif
// Packet: 0x09f8
-packetLen(0x09f8, -1) // ZC_ALL_QUEST_LIST3
+packetLen(0x09f8, -1)
// Packet: 0x09f9
-packetLen(0x09f9, 143) // ZC_ADD_QUEST_EX
+packetLen(0x09f9, 143)
// Packet: 0x09fa
-packetLen(0x09fa, -1) // ZC_UPDATE_MISSION_HUNT_EX
+packetLen(0x09fa, -1)
// Packet: 0x09fb
-packetLen(0x09fb, -1) // CZ_PET_EVOLUTION
+packetLen(0x09fb, -1)
// Packet: 0x09fc
-packetLen(0x09fc, 6) // ZC_PET_EVOLUTION_RESULT
+packetLen(0x09fc, 6)
// Packet: 0x09fd
-packetLen(0x09fd, -1) // ZC_NOTIFY_MOVEENTRY11
+packetLen(0x09fd, -1)
// Packet: 0x09fe
-packetLen(0x09fe, -1) // ZC_NOTIFY_NEWENTRY11
+packetLen(0x09fe, -1)
// Packet: 0x09ff
-packetLen(0x09ff, -1) // ZC_NOTIFY_STANDENTRY11
+packetLen(0x09ff, -1)
// Packet: 0x0a00
-packetLen(0x0a00, 269) // ZC_SHORTCUT_KEY_LIST_V3
+packetLen(0x0a00, 269)
// Packet: 0x0a01
-packetLen(0x0a01, 3) // CZ_SHORTCUTKEYBAR_ROTATE
+packetLen(0x0a01, 3)
// Packet: 0x0a02
-packetLen(0x0a02, 4) // ZC_DRESSROOM_OPEN
+packetLen(0x0a02, 4)
// Packet: 0x0a03
-packetLen(0x0a03, 2) // CZ_REQ_CANCEL_WRITE_RODEX
+packetLen(0x0a03, 2)
// Packet: 0x0a04
-packetLen(0x0a04, 6) // CZ_REQ_ADD_ITEM_RODEX
+packetLen(0x0a04, 6)
// Packet: 0x0a05
#if PACKETVER >= 20180704
-packetLen(0x0a05, 63) // ZC_ACK_ADD_ITEM_RODEX
+packetLen(0x0a05, 63)
#elif PACKETVER >= 20180103
-packetLen(0x0a05, 53) // ZC_ACK_ADD_ITEM_RODEX
+packetLen(0x0a05, 53)
#endif
// Packet: 0x0a06
-packetLen(0x0a06, 6) // CZ_REQ_REMOVE_RODEX_ITEM
+packetLen(0x0a06, 6)
// Packet: 0x0a07
-packetLen(0x0a07, 9) // ZC_ACK_REMOVE_RODEX_ITEM
+packetLen(0x0a07, 9)
// Packet: 0x0a08
-packetLen(0x0a08, 26) // CZ_REQ_OPEN_WRITE_RODEX
+packetLen(0x0a08, 26)
// Packet: 0x0a09
#if PACKETVER >= 20180704
-packetLen(0x0a09, 55) // ZC_ADD_EXCHANGE_ITEM3
+packetLen(0x0a09, 55)
#elif PACKETVER >= 20180103
-packetLen(0x0a09, 45) // ZC_ADD_EXCHANGE_ITEM3
+packetLen(0x0a09, 45)
#endif
// Packet: 0x0a0a
#if PACKETVER >= 20180704
-packetLen(0x0a0a, 57) // ZC_ADD_ITEM_TO_STORE3
+packetLen(0x0a0a, 57)
#elif PACKETVER >= 20180103
-packetLen(0x0a0a, 47) // ZC_ADD_ITEM_TO_STORE3
+packetLen(0x0a0a, 47)
#endif
// Packet: 0x0a0b
#if PACKETVER >= 20180704
-packetLen(0x0a0b, 57) // ZC_ADD_ITEM_TO_CART3
+packetLen(0x0a0b, 57)
#elif PACKETVER >= 20180103
-packetLen(0x0a0b, 47) // ZC_ADD_ITEM_TO_CART3
+packetLen(0x0a0b, 47)
#endif
// Packet: 0x0a0c
#if PACKETVER >= 20180704
-packetLen(0x0a0c, 66) // ZC_ITEM_PICKUP_ACK_V6
+packetLen(0x0a0c, 66)
#elif PACKETVER >= 20180103
-packetLen(0x0a0c, 56) // ZC_ITEM_PICKUP_ACK_V6
+packetLen(0x0a0c, 56)
#endif
// Packet: 0x0a0d
-packetLen(0x0a0d, -1) // ZC_INVENTORY_ITEMLIST_EQUIP_V6
+packetLen(0x0a0d, -1)
// Packet: 0x0a0e
-packetLen(0x0a0e, 14) // ZC_BATTLEFIELD_NOTIFY_HP2
+packetLen(0x0a0e, 14)
// Packet: 0x0a0f
-packetLen(0x0a0f, -1) // ZC_CART_ITEMLIST_EQUIP_V6
+packetLen(0x0a0f, -1)
// Packet: 0x0a10
-packetLen(0x0a10, -1) // ZC_STORE_ITEMLIST_EQUIP_V6
+packetLen(0x0a10, -1)
// Packet: 0x0a11
-packetLen(0x0a11, -1) // ZC_GUILDSTORAGE_ITEMLIST_EQUIP_V6
+packetLen(0x0a11, -1)
// Packet: 0x0a12
-packetLen(0x0a12, 27) // ZC_ACK_OPEN_WRITE_RODEX
+packetLen(0x0a12, 27)
// Packet: 0x0a13
-packetLen(0x0a13, 26) // CZ_CHECK_RECEIVE_CHARACTER_NAME
+packetLen(0x0a13, 26)
// Packet: 0x0a14
-packetLen(0x0a14, 10) // ZC_CHECK_RECEIVE_CHARACTER_NAME
+packetLen(0x0a14, 10)
// Packet: 0x0a15
-packetLen(0x0a15, 12) // ZC_GOLDPCCAFE_POINT
+packetLen(0x0a15, 12)
// Packet: 0x0a16
-packetLen(0x0a16, 26) // CZ_DYNAMICNPC_CREATE_REQUEST
+packetLen(0x0a16, 26)
// Packet: 0x0a17
-packetLen(0x0a17, 6) // ZC_DYNAMICNPC_CREATE_RESULT
+packetLen(0x0a17, 6)
// Packet: 0x0a18
-packetLen(0x0a18, 14) // ZC_ACCEPT_ENTER3
+packetLen(0x0a18, 14)
// Packet: 0x0a19
-packetLen(0x0a19, 2) // CZ_REQ_OPEN_ROULETTE
+packetLen(0x0a19, 2)
// Packet: 0x0a1a
#if PACKETVER >= 20180704
-packetLen(0x0a1a, 25) // ZC_ACK_OPEN_ROULETTE
+packetLen(0x0a1a, 25)
#elif PACKETVER >= 20180103
-packetLen(0x0a1a, 23) // ZC_ACK_OPEN_ROULETTE
+packetLen(0x0a1a, 23)
#endif
// Packet: 0x0a1b
-packetLen(0x0a1b, 2) // CZ_REQ_ROULETTE_INFO
+packetLen(0x0a1b, 2)
// Packet: 0x0a1c
-packetLen(0x0a1c, -1) // ZC_ACK_ROULEITTE_INFO
+packetLen(0x0a1c, -1)
// Packet: 0x0a1d
-packetLen(0x0a1d, 2) // CZ_REQ_CLOSE_ROULETTE
+packetLen(0x0a1d, 2)
// Packet: 0x0a1e
-packetLen(0x0a1e, 3) // ZC_ACK_CLOSE_ROULETTE
+packetLen(0x0a1e, 3)
// Packet: 0x0a1f
-packetLen(0x0a1f, 2) // CZ_REQ_GENERATE_ROULETTE
+packetLen(0x0a1f, 2)
// Packet: 0x0a20
#if PACKETVER >= 20180704
-packetLen(0x0a20, 23) // ZC_ACK_GENERATE_ROULETTE
+packetLen(0x0a20, 23)
#elif PACKETVER >= 20180103
-packetLen(0x0a20, 21) // ZC_ACK_GENERATE_ROULETTE
+packetLen(0x0a20, 21)
#endif
// Packet: 0x0a21
-packetLen(0x0a21, 3) // CZ_RECV_ROULETTE_ITEM
+packetLen(0x0a21, 3)
// Packet: 0x0a22
#if PACKETVER >= 20180704
-packetLen(0x0a22, 7) // ZC_RECV_ROULETTE_ITEM
+packetLen(0x0a22, 7)
#elif PACKETVER >= 20180103
-packetLen(0x0a22, 5) // ZC_RECV_ROULETTE_ITEM
+packetLen(0x0a22, 5)
#endif
// Packet: 0x0a23
-packetLen(0x0a23, -1) // ZC_ALL_ACH_LIST
+packetLen(0x0a23, -1)
// Packet: 0x0a24
-packetLen(0x0a24, 66) // ZC_ACH_UPDATE
+packetLen(0x0a24, 66)
// Packet: 0x0a25
-packetLen(0x0a25, 6) // CZ_REQ_ACH_REWARD
+packetLen(0x0a25, 6)
// Packet: 0x0a26
-packetLen(0x0a26, 7) // ZC_REQ_ACH_REWARD_ACK
+packetLen(0x0a26, 7)
// Packet: 0x0a27
-packetLen(0x0a27, 8) // ZC_RECOVERY2
+packetLen(0x0a27, 8)
// Packet: 0x0a28
-packetLen(0x0a28, 3) // ZC_ACK_OPENSTORE2
+packetLen(0x0a28, 3)
// Packet: 0x0a29
-packetLen(0x0a29, 6) // ZC_REQ_AU_BOT
+packetLen(0x0a29, 6)
// Packet: 0x0a2a
-packetLen(0x0a2a, 6) // CZ_ACK_AU_BOT
+packetLen(0x0a2a, 6)
// Packet: 0x0a2b
-packetLen(0x0a2b, 14) // ZC_SE_CASHSHOP_OPEN2
+packetLen(0x0a2b, 14)
// Packet: 0x0a2c
-packetLen(0x0a2c, 12) // ZC_SE_PC_BUY_TAIWANCASHITEM_RESULT
+packetLen(0x0a2c, 12)
// Packet: 0x0a2d
-packetLen(0x0a2d, -1) // ZC_EQUIPWIN_MICROSCOPE_V6
+packetLen(0x0a2d, -1)
// Packet: 0x0a2e
-packetLen(0x0a2e, 6) // CZ_REQ_CHANGE_TITLE
+packetLen(0x0a2e, 6)
// Packet: 0x0a2f
-packetLen(0x0a2f, 7) // ZC_ACK_CHANGE_TITLE
+packetLen(0x0a2f, 7)
// Packet: 0x0a30
-packetLen(0x0a30, 106) // ZC_ACK_REQNAMEALL2
+packetLen(0x0a30, 106)
// Packet: 0x0a31
-packetLen(0x0a31, -1) // ZC_RESULT_PACKAGE_ITEM_TEST
+packetLen(0x0a31, -1)
// Packet: 0x0a32
-packetLen(0x0a32, 2) // ZC_OPEN_RODEX_THROUGH_NPC_ONLY
+packetLen(0x0a32, 2)
// Packet: 0x0a33
-packetLen(0x0a33, 7) // ZC_UPDATE_ROULETTE_COIN
+packetLen(0x0a33, 7)
// Packet: 0x0a34
-packetLen(0x0a34, 6) // ZC_UPDATE_TAIWANCASH
+packetLen(0x0a34, 6)
// Packet: 0x0a35
-packetLen(0x0a35, 4) // CZ_REQ_ONECLICK_ITEMIDENTIFY
+packetLen(0x0a35, 4)
// Packet: 0x0a36
-packetLen(0x0a36, 7) // ZC_HP_INFO_TINY
+packetLen(0x0a36, 7)
// Packet: 0x0a37
#if PACKETVER >= 20180704
-packetLen(0x0a37, 69) // ZC_ITEM_PICKUP_ACK_V7
+packetLen(0x0a37, 69)
#elif PACKETVER >= 20180103
-packetLen(0x0a37, 59) // ZC_ITEM_PICKUP_ACK_V7
+packetLen(0x0a37, 59)
#endif
// Packet: 0x0a38
-packetLen(0x0a38, 3) // ZC_OPEN_UI
+packetLen(0x0a38, 3)
// Packet: 0x0a39
-packetLen(0x0a39, 36) // CH_MAKE_CHAR
+packetLen(0x0a39, 36)
// Packet: 0x0a3a
packetLen(0x0a3a, 12)
// Packet: 0x0a3b
-packetLen(0x0a3b, -1) // ZC_CUSTOM_HAT_EFFECT
+packetLen(0x0a3b, -1)
// Packet: 0x0a3c
packetLen(0x0a3c, -1)
@@ -4897,41 +4897,41 @@ packetLen(0x0a3f, 9)
packetLen(0x0a40, 11)
// Packet: 0x0a41
-packetLen(0x0a41, 18) // ZC_AOE_EFFECT_SKILL
+packetLen(0x0a41, 18)
// Packet: 0x0a42
packetLen(0x0a42, 43)
// Packet: 0x0a43
-packetLen(0x0a43, 85) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0a43, 85)
// Packet: 0x0a44
-packetLen(0x0a44, -1) // ZC_GROUP_LIST
+packetLen(0x0a44, -1)
// Packet: 0x0a46
packetLen(0x0a46, 14)
// Packet: 0x0a47
-packetLen(0x0a47, 3) // ZC_STYLE_CHANGE_RES
+packetLen(0x0a47, 3)
// Packet: 0x0a48
packetLen(0x0a48, 2)
// Packet: 0x0a49
#if PACKETVER >= 20180704
-packetLen(0x0a49, 22) // CZ_PRIVATE_AIRSHIP_REQUEST
+packetLen(0x0a49, 22)
#elif PACKETVER >= 20180103
-packetLen(0x0a49, 20) // CZ_PRIVATE_AIRSHIP_REQUEST
+packetLen(0x0a49, 20)
#endif
// Packet: 0x0a4a
-packetLen(0x0a4a, 6) // ZC_PRIVATE_AIRSHIP_RESPONSE
+packetLen(0x0a4a, 6)
// Packet: 0x0a4b
-packetLen(0x0a4b, 22) // ZC_AIRSHIP_MAPMOVE
+packetLen(0x0a4b, 22)
// Packet: 0x0a4c
-packetLen(0x0a4c, 28) // ZC_AIRSHIP_SERVERMOVE
+packetLen(0x0a4c, 28)
// Packet: 0x0a4d
packetLen(0x0a4d, -1)
@@ -4950,7 +4950,7 @@ packetLen(0x0a4f, -1)
packetLen(0x0a50, 4)
// Packet: 0x0a51
-packetLen(0x0a51, 34) // ZC_CHECK_RECEIVE_CHARACTER_NAME
+packetLen(0x0a51, 34)
// Packet: 0x0a52
packetLen(0x0a52, 20)
@@ -4989,7 +4989,7 @@ packetLen(0x0a5c, 18)
packetLen(0x0a5d, 6)
// Packet: 0x0a68
-packetLen(0x0a68, 3) // CZ_REQ_OPEN_UI
+packetLen(0x0a68, 3)
// Packet: 0x0a69
packetLen(0x0a69, 6)
@@ -5007,10 +5007,10 @@ packetLen(0x0a6c, 7)
packetLen(0x0a6d, -1)
// Packet: 0x0a6e
-packetLen(0x0a6e, -1) // CZ_REQ_SEND_RODEX
+packetLen(0x0a6e, -1)
// Packet: 0x0a6f
-packetLen(0x0a6f, -1) // ZC_FORMATSTRING_MSG_COLOR
+packetLen(0x0a6f, -1)
// Packet: 0x0a70
packetLen(0x0a70, 2)
@@ -5046,13 +5046,13 @@ packetLen(0x0a7b, -1)
packetLen(0x0a7c, -1)
// Packet: 0x0a7d
-packetLen(0x0a7d, -1) // ZC_ACK_RODEX_LIST
+packetLen(0x0a7d, -1)
// Packet: 0x0a7e
-packetLen(0x0a7e, -1) // ZC_OFFLINE_STORE_OWNER_ITEMS_READY
+packetLen(0x0a7e, -1)
// Packet: 0x0a7f
-packetLen(0x0a7f, -1) // CZ_OFFLINE_STORE_CREATE
+packetLen(0x0a7f, -1)
// Packet: 0x0a80
packetLen(0x0a80, 6)
@@ -5067,7 +5067,7 @@ packetLen(0x0a82, 46)
packetLen(0x0a83, 46)
// Packet: 0x0a84
-packetLen(0x0a84, 94) // ZC_GUILD_INFO
+packetLen(0x0a84, 94)
// Packet: 0x0a85
packetLen(0x0a85, 82)
@@ -5083,13 +5083,13 @@ packetLen(0x0a88, 2)
// Packet: 0x0a89
#if PACKETVER >= 20180704
-packetLen(0x0a89, 61) // ZC_NOTIFY_OFFLINE_STORE
+packetLen(0x0a89, 61)
#elif PACKETVER >= 20180103
-packetLen(0x0a89, 57) // ZC_NOTIFY_OFFLINE_STORE
+packetLen(0x0a89, 57)
#endif
// Packet: 0x0a8a
-packetLen(0x0a8a, 6) // ZC_OFFLINE_STORE_VANISH
+packetLen(0x0a8a, 6)
// Packet: 0x0a8b
packetLen(0x0a8b, 2)
@@ -5098,7 +5098,7 @@ packetLen(0x0a8b, 2)
packetLen(0x0a8c, 2)
// Packet: 0x0a8d
-packetLen(0x0a8d, -1) // ZC_OFFLINE_STORE_OWNER_ITEMS
+packetLen(0x0a8d, -1)
// Packet: 0x0a8e
packetLen(0x0a8e, 2)
@@ -5110,7 +5110,7 @@ packetLen(0x0a8f, 2)
packetLen(0x0a90, 3)
// Packet: 0x0a91
-packetLen(0x0a91, -1) // ZC_OFFLINE_STORE_ITEMS
+packetLen(0x0a91, -1)
// Packet: 0x0a92
packetLen(0x0a92, -1)
@@ -5126,25 +5126,25 @@ packetLen(0x0a95, 4)
// Packet: 0x0a96
#if PACKETVER >= 20180704
-packetLen(0x0a96, 61) // ZC_ADD_EXCHANGE_ITEM4
+packetLen(0x0a96, 61)
#elif PACKETVER >= 20180103
-packetLen(0x0a96, 51) // ZC_ADD_EXCHANGE_ITEM4
+packetLen(0x0a96, 51)
#endif
// Packet: 0x0a97
-packetLen(0x0a97, 8) // CZ_ALT_EQUIPMENT_EQUIP
+packetLen(0x0a97, 8)
// Packet: 0x0a98
-packetLen(0x0a98, 10) // ZC_ALT_EQUIPMENT_EQUIP
+packetLen(0x0a98, 10)
// Packet: 0x0a99
packetLen(0x0a99, 4)
// Packet: 0x0a9a
-packetLen(0x0a9a, 10) // ZC_ALT_EQUIPMENT_REMOVE
+packetLen(0x0a9a, 10)
// Packet: 0x0a9b
-packetLen(0x0a9b, -1) // ZC_ALT_EQUIPMENT_ITEMS
+packetLen(0x0a9b, -1)
// Packet: 0x0a9c
packetLen(0x0a9c, 2)
@@ -5159,32 +5159,32 @@ packetLen(0x0a9e, 2)
packetLen(0x0a9f, 2)
// Packet: 0x0aa0
-packetLen(0x0aa0, 2) // ZC_REFINE_OPEN_WINDOW
+packetLen(0x0aa0, 2)
// Packet: 0x0aa1
-packetLen(0x0aa1, 4) // CZ_REFINE_ADD_ITEM
+packetLen(0x0aa1, 4)
// Packet: 0x0aa2
-packetLen(0x0aa2, -1) // ZC_REFINE_ADD_ITEM
+packetLen(0x0aa2, -1)
// Packet: 0x0aa3
#if PACKETVER >= 20180704
-packetLen(0x0aa3, 9) // CZ_REFINE_ITEM_REQUEST
+packetLen(0x0aa3, 9)
#elif PACKETVER >= 20180103
-packetLen(0x0aa3, 7) // CZ_REFINE_ITEM_REQUEST
+packetLen(0x0aa3, 7)
#endif
// Packet: 0x0aa4
-packetLen(0x0aa4, 2) // CZ_REFINE_WINDOW_CLOSE
+packetLen(0x0aa4, 2)
// Packet: 0x0aa5
-packetLen(0x0aa5, -1) // ZC_MEMBERMGR_INFO
+packetLen(0x0aa5, -1)
// Packet: 0x0aa6
-packetLen(0x0aa6, 36) // ZC_MEMBER_ADD
+packetLen(0x0aa6, 36)
// Packet: 0x0aa7
-packetLen(0x0aa7, 6) // ZC_INVENTORY_MOVE_FAILED
+packetLen(0x0aa7, 6)
// Packet: 0x0aa8
packetLen(0x0aa8, 5)
@@ -5217,7 +5217,7 @@ packetLen(0x0ab0, 6)
packetLen(0x0ab1, 14)
// Packet: 0x0ab2
-packetLen(0x0ab2, 7) // ZC_GROUP_ISALIVE
+packetLen(0x0ab2, 7)
// Packet: 0x0ab3
packetLen(0x0ab3, 19)
@@ -5247,9 +5247,9 @@ packetLen(0x0ab8, 2)
// Packet: 0x0ab9
#if PACKETVER >= 20180704
-packetLen(0x0ab9, 47) // ZC_ITEM_PREVIEW
+packetLen(0x0ab9, 47)
#elif PACKETVER >= 20180103
-packetLen(0x0ab9, 39) // ZC_ITEM_PREVIEW
+packetLen(0x0ab9, 39)
#endif
// Packet: 0x0aba
@@ -5262,40 +5262,40 @@ packetLen(0x0abb, 2)
packetLen(0x0abc, -1)
// Packet: 0x0abd
-packetLen(0x0abd, 10) // ZC_PARTY_MEMBER_JOB_LEVEL
+packetLen(0x0abd, 10)
// Packet: 0x0abe
-packetLen(0x0abe, -1) // ZC_WARPLIST
+packetLen(0x0abe, -1)
// Packet: 0x0abf
packetLen(0x0abf, -1)
// Packet: 0x0ac0
-packetLen(0x0ac0, 26) // CZ_OPEN_RODEXBOX
+packetLen(0x0ac0, 26)
// Packet: 0x0ac1
-packetLen(0x0ac1, 26) // CZ_REQ_REFRESH_RODEX
+packetLen(0x0ac1, 26)
// Packet: 0x0ac2
-packetLen(0x0ac2, -1) // ZC_ACK_RODEX_LIST
+packetLen(0x0ac2, -1)
// Packet: 0x0ac3
packetLen(0x0ac3, 2)
// Packet: 0x0ac4
-packetLen(0x0ac4, -1) // AC_ACCEPT_LOGIN
+packetLen(0x0ac4, -1)
// Packet: 0x0ac5
-packetLen(0x0ac5, 156) // HC_NOTIFY_ZONESVR
+packetLen(0x0ac5, 156)
// Packet: 0x0ac6
packetLen(0x0ac6, 156)
// Packet: 0x0ac7
-packetLen(0x0ac7, 156) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0ac7, 156)
// Packet: 0x0ac8
-packetLen(0x0ac8, 2) // ZC_UNKNOWN_CLEAN_ITEMS_LISTS
+packetLen(0x0ac8, 2)
// Packet: 0x0ac9
packetLen(0x0ac9, -1)
@@ -5304,10 +5304,10 @@ packetLen(0x0ac9, -1)
packetLen(0x0aca, 3)
// Packet: 0x0acb
-packetLen(0x0acb, 12) // ZC_PAR_CHANGE
+packetLen(0x0acb, 12)
// Packet: 0x0acc
-packetLen(0x0acc, 18) // ZC_NOTIFY_EXP
+packetLen(0x0acc, 18)
// Packet: 0x0acd
packetLen(0x0acd, 23)
@@ -5316,10 +5316,10 @@ packetLen(0x0acd, 23)
packetLen(0x0ace, 4)
// Packet: 0x0acf
-packetLen(0x0acf, 68) // CA_LOGIN_OTP
+packetLen(0x0acf, 68)
// Packet: 0x0ad0
-packetLen(0x0ad0, 11) // CA_OTP_CODE
+packetLen(0x0ad0, 11)
// Packet: 0x0ad1
packetLen(0x0ad1, -1)
@@ -5350,29 +5350,29 @@ packetLen(0x0ad9, -1)
// Packet: 0x0ada
#if PACKETVER >= 20180704
-packetLen(0x0ada, 32) // ZC_REFINE_STATUS
+packetLen(0x0ada, 32)
#elif PACKETVER >= 20180103
-packetLen(0x0ada, 30) // ZC_REFINE_STATUS
+packetLen(0x0ada, 30)
#endif
// Packet: 0x0adb
packetLen(0x0adb, -1)
// Packet: 0x0adc
-packetLen(0x0adc, 6) // ZC_EQUIPWIN_OTHER
+packetLen(0x0adc, 6)
// Packet: 0x0add
#if PACKETVER >= 20180704
-packetLen(0x0add, 24) // ZC_ITEM_FALL_ENTRY
+packetLen(0x0add, 24)
#elif PACKETVER >= 20180103
-packetLen(0x0add, 22) // ZC_ITEM_FALL_ENTRY
+packetLen(0x0add, 22)
#endif
// Packet: 0x0ade
-packetLen(0x0ade, 6) // ZC_OVERWEIGHT_PERCENT
+packetLen(0x0ade, 6)
// Packet: 0x0adf
-packetLen(0x0adf, 58) // ZC_ACK_REQNAME
+packetLen(0x0adf, 58)
// Packet: 0x0ae0
packetLen(0x0ae0, 30)
@@ -5381,16 +5381,16 @@ packetLen(0x0ae0, 30)
packetLen(0x0ae1, 28)
// Packet: 0x0ae2
-packetLen(0x0ae2, 7) // ZC_OPEN_UI
+packetLen(0x0ae2, 7)
// Packet: 0x0ae3
-packetLen(0x0ae3, -1) // AC_LOGIN_OTP
+packetLen(0x0ae3, -1)
// Packet: 0x0ae4
-packetLen(0x0ae4, 89) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0ae4, 89)
// Packet: 0x0ae5
-packetLen(0x0ae5, -1) // ZC_GROUP_LIST
+packetLen(0x0ae5, -1)
// Packet: 0x0ae6
#if PACKETVER >= 20180207
@@ -5413,9 +5413,9 @@ packetLen(0x0ae8, 2)
// Packet: 0x0ae9
#if PACKETVER >= 20180117
-packetLen(0x0ae9, 13) // HC_SECOND_PASSWD_LOGIN
+packetLen(0x0ae9, 13)
#elif PACKETVER >= 20180103
-packetLen(0x0ae9, 64) // HC_SECOND_PASSWD_LOGIN
+packetLen(0x0ae9, 64)
#endif
// Packet: 0x0aea
@@ -5443,12 +5443,12 @@ packetLen(0x0aee, 2)
// Packet: 0x0aef
#if PACKETVER >= 20180117
-packetLen(0x0aef, 2) // CZ_ATTENDANCE_REWARD_REQUEST
+packetLen(0x0aef, 2)
#endif
// Packet: 0x0af0
#if PACKETVER >= 20180117
-packetLen(0x0af0, 10) // ZC_UI_ACTION
+packetLen(0x0af0, 10)
#endif
// Packet: 0x0af2
@@ -5463,7 +5463,7 @@ packetLen(0x0af3, -1)
// Packet: 0x0af4
#if PACKETVER >= 20180207
-packetLen(0x0af4, 11) // CZ_USE_SKILL_TOGROUND
+packetLen(0x0af4, 11)
#endif
// Packet: 0x0af5
@@ -5478,7 +5478,7 @@ packetLen(0x0af6, 88)
// Packet: 0x0af7
#if PACKETVER >= 20180207
-packetLen(0x0af7, 32) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0af7, 32)
#endif
// Packet: 0x0af8
@@ -5498,7 +5498,7 @@ packetLen(0x0afa, 54)
// Packet: 0x0afb
#if PACKETVER >= 20180418
-packetLen(0x0afb, -1) // ZC_AUTOSPELLLIST
+packetLen(0x0afb, -1)
#endif
// Packet: 0x0afc
@@ -5508,17 +5508,17 @@ packetLen(0x0afc, 16)
// Packet: 0x0afd
#if PACKETVER >= 20180605
-packetLen(0x0afd, -1) // ZC_GUILD_POSITION
+packetLen(0x0afd, -1)
#endif
// Packet: 0x0afe
#if PACKETVER >= 20180605
-packetLen(0x0afe, -1) // ZC_UPDATE_MISSION_HUNT_EX
+packetLen(0x0afe, -1)
#endif
// Packet: 0x0aff
#if PACKETVER >= 20180605
-packetLen(0x0aff, -1) // ZC_ALL_QUEST_LIST4
+packetLen(0x0aff, -1)
#endif
// Packet: 0x0b00
@@ -5535,12 +5535,12 @@ packetLen(0x0b01, 40)
// Packet: 0x0b02
#if PACKETVER >= 20180704
-packetLen(0x0b02, 26) // AC_REFUSE_LOGIN4
+packetLen(0x0b02, 26)
#endif
// Packet: 0x0b03
#if PACKETVER >= 20180801
-packetLen(0x0b03, -1) // ZC_EQUIPWIN_MICROSCOPE_V7
+packetLen(0x0b03, -1)
#endif
// Packet: 0x0b04
@@ -5550,7 +5550,7 @@ packetLen(0x0b04, 80)
// Packet: 0x0b05
#if PACKETVER >= 20180829
-packetLen(0x0b05, 63) // ZC_OFFLINE_STORE_VISIBLE
+packetLen(0x0b05, 63)
#endif
// Packet: 0x0b06
@@ -5567,98 +5567,98 @@ packetLen(0x0b07, -1)
// Packet: 0x0b08
#if PACKETVER >= 20180919
-packetLen(0x0b08, -1) // ZC_INVENTORY_START
+packetLen(0x0b08, -1)
#elif PACKETVER >= 20180912
-packetLen(0x0b08, 27) // ZC_INVENTORY_START
+packetLen(0x0b08, 27)
#elif PACKETVER >= 20180829
-packetLen(0x0b08, 26) // ZC_INVENTORY_START
+packetLen(0x0b08, 26)
#endif
// Packet: 0x0b09
#if PACKETVER >= 20180829
-packetLen(0x0b09, -1) // ZC_STORE_ITEMLIST_NORMAL_V6
+packetLen(0x0b09, -1)
#endif
// Packet: 0x0b0a
#if PACKETVER >= 20180829
-packetLen(0x0b0a, -1) // ZC_STORE_ITEMLIST_EQUIP_V6
+packetLen(0x0b0a, -1)
#endif
// Packet: 0x0b0b
#if PACKETVER >= 20180912
-packetLen(0x0b0b, 4) // ZC_INVENTORY_END
+packetLen(0x0b0b, 4)
#elif PACKETVER >= 20180829
-packetLen(0x0b0b, 3) // ZC_INVENTORY_END
+packetLen(0x0b0b, 3)
#endif
// Packet: 0x0b0c
#if PACKETVER >= 20180829
-packetLen(0x0b0c, 155) // ZC_ADD_QUEST_EX
+packetLen(0x0b0c, 155)
#endif
// Packet: 0x0b0d
#if PACKETVER >= 20180912
-packetLen(0x0b0d, 10) // ZC_REMOVE_EFFECT
+packetLen(0x0b0d, 10)
#endif
// Packet: 0x0b0e
#if PACKETVER >= 20180912
-packetLen(0x0b0e, -1) // ZC_NPC_BARTER_OPEN
+packetLen(0x0b0e, -1)
#endif
// Packet: 0x0b0f
#if PACKETVER >= 20180912
-packetLen(0x0b0f, -1) // CZ_NPC_BARTER_PURCHASE
+packetLen(0x0b0f, -1)
#endif
// Packet: 0x0b10
#if PACKETVER >= 20181002
-packetLen(0x0b10, 10) // CZ_START_USE_SKILL
+packetLen(0x0b10, 10)
#endif
// Packet: 0x0b11
#if PACKETVER >= 20181002
-packetLen(0x0b11, 4) // CZ_STOP_USE_SKILL
+packetLen(0x0b11, 4)
#endif
// Packet: 0x0b12
#if PACKETVER >= 20181017
-packetLen(0x0b12, 2) // CZ_NPC_BARTER_CLOSE
+packetLen(0x0b12, 2)
#endif
// Packet: 0x0b13
#if PACKETVER >= 20181017
-packetLen(0x0b13, 48) // ZC_ITEM_PREVIEW
+packetLen(0x0b13, 48)
#endif
// Packet: 0x0b14
#if PACKETVER >= 20181031
-packetLen(0x0b14, 2) // CZ_INVENTORY_EXPAND
+packetLen(0x0b14, 2)
#endif
// Packet: 0x0b15
#if PACKETVER >= 20181031
-packetLen(0x0b15, 7) // ZC_ACK_INVENTORY_EXPAND
+packetLen(0x0b15, 7)
#endif
// Packet: 0x0b16
#if PACKETVER >= 20181031
-packetLen(0x0b16, 2) // CZ_INVENTORY_EXPAND_CONFIRMED
+packetLen(0x0b16, 2)
#endif
// Packet: 0x0b17
#if PACKETVER >= 20181031
-packetLen(0x0b17, 3) // ZC_ACK_INVENTORY_EXPAND_RESULT
+packetLen(0x0b17, 3)
#endif
// Packet: 0x0b18
#if PACKETVER >= 20181031
-packetLen(0x0b18, 4) // ZC_INVENTORY_EXPANSION_INFO
+packetLen(0x0b18, 4)
#endif
// Packet: 0x0b19
#if PACKETVER >= 20181031
-packetLen(0x0b19, 2) // CZ_INVENTORY_EXPAND_REJECTED
+packetLen(0x0b19, 2)
#endif
// Packet: 0x0b1a
diff --git a/src/common/packets/packets2018_len_zero.h b/src/common/packets/packets2018_len_zero.h
index 39448930e..8e973ebbf 100644
--- a/src/common/packets/packets2018_len_zero.h
+++ b/src/common/packets/packets2018_len_zero.h
@@ -2,8 +2,8 @@
* This file is part of Hercules.
* http://herc.ws - http://github.com/HerculesWS/Hercules
*
- * Copyright (C) 2019 Hercules Dev Team
- * Copyright (C) 2019 Andrei Karas (4144)
+ * Copyright (C) 2018-2019 Hercules Dev Team
+ * Copyright (C) 2018-2019 Andrei Karas (4144)
*
* Hercules is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -25,3161 +25,3161 @@
/* This file is autogenerated, please do not commit manual changes */
// Packet: 0x0064
-packetLen(0x0064, 55) // CA_LOGIN
+packetLen(0x0064, 55)
// Packet: 0x0065
-packetLen(0x0065, 17) // CH_ENTER
+packetLen(0x0065, 17)
// Packet: 0x0066
-packetLen(0x0066, 3) // CH_SELECT_CHAR
+packetLen(0x0066, 3)
// Packet: 0x0067
-packetLen(0x0067, 37) // CH_MAKE_CHAR
+packetLen(0x0067, 37)
// Packet: 0x0068
-packetLen(0x0068, 46) // CH_DELETE_CHAR
+packetLen(0x0068, 46)
// Packet: 0x0069
-packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+packetLen(0x0069, -1)
// Packet: 0x006a
-packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+packetLen(0x006a, 23)
// Packet: 0x006b
-packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+packetLen(0x006b, -1)
// Packet: 0x006c
-packetLen(0x006c, 3) // HC_REFUSE_ENTER
+packetLen(0x006c, 3)
// Packet: 0x006d
-packetLen(0x006d, 157) // HC_ACCEPT_MAKECHAR
+packetLen(0x006d, 157)
// Packet: 0x006e
-packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+packetLen(0x006e, 3)
// Packet: 0x006f
-packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+packetLen(0x006f, 2)
// Packet: 0x0070
-packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+packetLen(0x0070, 3)
// Packet: 0x0071
-packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+packetLen(0x0071, 28)
// Packet: 0x0072
-packetLen(0x0072, 22) // CZ_ENTER
+packetLen(0x0072, 22)
// Packet: 0x0073
-packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 11)
// Packet: 0x0074
-packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+packetLen(0x0074, 3)
// Packet: 0x0075
-packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, -1)
// Packet: 0x0076
-packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+packetLen(0x0076, 9)
// Packet: 0x0077
-packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 5)
// Packet: 0x0078
-packetLen(0x0078, 55) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, 55)
// Packet: 0x0079
-packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, 53)
// Packet: 0x007a
-packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, 58)
// Packet: 0x007b
-packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, 60)
// Packet: 0x007c
-packetLen(0x007c, 44) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, 44)
// Packet: 0x007d
-packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, 2)
// Packet: 0x007e
-packetLen(0x007e, 105) // CZ_REQUEST_TIME
+packetLen(0x007e, 105)
// Packet: 0x007f
-packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+packetLen(0x007f, 6)
// Packet: 0x0080
-packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+packetLen(0x0080, 7)
// Packet: 0x0081
-packetLen(0x0081, 3) // SC_NOTIFY_BAN
+packetLen(0x0081, 3)
// Packet: 0x0082
-packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+packetLen(0x0082, 2)
// Packet: 0x0083
-packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 2)
// Packet: 0x0084
-packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+packetLen(0x0084, 2)
// Packet: 0x0085
-packetLen(0x0085, 10) // CZ_REQUEST_MOVE
+packetLen(0x0085, 10)
// Packet: 0x0086
-packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 16)
// Packet: 0x0087
-packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 12)
// Packet: 0x0088
-packetLen(0x0088, 10) // ZC_STOPMOVE
+packetLen(0x0088, 10)
// Packet: 0x0089
-packetLen(0x0089, 11) // CZ_REQUEST_ACT
+packetLen(0x0089, 11)
// Packet: 0x008a
-packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+packetLen(0x008a, 29)
// Packet: 0x008b
-packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+packetLen(0x008b, 23)
// Packet: 0x008c
packetLen(0x008c, 14)
// Packet: 0x008d
-packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+packetLen(0x008d, -1)
// Packet: 0x008e
-packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, -1)
// Packet: 0x0090
-packetLen(0x0090, 7) // CZ_CONTACTNPC
+packetLen(0x0090, 7)
// Packet: 0x0091
-packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, 22)
// Packet: 0x0092
-packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 28)
// Packet: 0x0093
-packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+packetLen(0x0093, 2)
// Packet: 0x0094
-packetLen(0x0094, 19) // CZ_REQNAME
+packetLen(0x0094, 19)
// Packet: 0x0095
-packetLen(0x0095, 30) // ZC_ACK_REQNAME
+packetLen(0x0095, 30)
// Packet: 0x0096
-packetLen(0x0096, -1) // CZ_WHISPER
+packetLen(0x0096, -1)
// Packet: 0x0097
-packetLen(0x0097, -1) // ZC_WHISPER
+packetLen(0x0097, -1)
// Packet: 0x0098
-packetLen(0x0098, 3) // ZC_ACK_WHISPER
+packetLen(0x0098, 3)
// Packet: 0x0099
-packetLen(0x0099, -1) // CZ_BROADCAST
+packetLen(0x0099, -1)
// Packet: 0x009a
-packetLen(0x009a, -1) // ZC_BROADCAST
+packetLen(0x009a, -1)
// Packet: 0x009b
-packetLen(0x009b, 34) // CZ_CHANGE_DIRECTION
+packetLen(0x009b, 34)
// Packet: 0x009c
-packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, 9)
// Packet: 0x009d
#if PACKETVER >= 20181114
-packetLen(0x009d, 19) // ZC_ITEM_ENTRY
+packetLen(0x009d, 19)
#elif PACKETVER >= 20180103
-packetLen(0x009d, 17) // ZC_ITEM_ENTRY
+packetLen(0x009d, 17)
#endif
// Packet: 0x009e
#if PACKETVER >= 20181114
-packetLen(0x009e, 19) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 19)
#elif PACKETVER >= 20180103
-packetLen(0x009e, 17) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 17)
#endif
// Packet: 0x009f
-packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+packetLen(0x009f, 20)
// Packet: 0x00a0
#if PACKETVER >= 20181114
-packetLen(0x00a0, 33) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, 33)
#elif PACKETVER >= 20180103
-packetLen(0x00a0, 23) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, 23)
#endif
// Packet: 0x00a1
-packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, 6)
// Packet: 0x00a2
-packetLen(0x00a2, 14) // CZ_ITEM_THROW
+packetLen(0x00a2, 14)
// Packet: 0x00a3
-packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, -1)
// Packet: 0x00a4
-packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, -1)
// Packet: 0x00a5
-packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, -1)
// Packet: 0x00a6
-packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, -1)
// Packet: 0x00a7
packetLen(0x00a7, 9)
// Packet: 0x00a8
-packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 7)
// Packet: 0x00a9
-packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, 6)
// Packet: 0x00aa
-packetLen(0x00aa, 9) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 9)
// Packet: 0x00ab
-packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, 4)
// Packet: 0x00ac
-packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, 7)
// Packet: 0x00ae
-packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+packetLen(0x00ae, -1)
// Packet: 0x00af
-packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, 6)
// Packet: 0x00b0
-packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+packetLen(0x00b0, 8)
// Packet: 0x00b1
-packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, 8)
// Packet: 0x00b2
-packetLen(0x00b2, 3) // CZ_RESTART
+packetLen(0x00b2, 3)
// Packet: 0x00b3
-packetLen(0x00b3, 3) // ZC_RESTART_ACK
+packetLen(0x00b3, 3)
// Packet: 0x00b4
-packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+packetLen(0x00b4, -1)
// Packet: 0x00b5
-packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 6)
// Packet: 0x00b6
-packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 6)
// Packet: 0x00b7
-packetLen(0x00b7, -1) // ZC_MENU_LIST
+packetLen(0x00b7, -1)
// Packet: 0x00b8
-packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+packetLen(0x00b8, 7)
// Packet: 0x00b9
-packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, 6)
// Packet: 0x00ba
-packetLen(0x00ba, 2) // CZ_REQ_STATUS
+packetLen(0x00ba, 2)
// Packet: 0x00bb
-packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+packetLen(0x00bb, 5)
// Packet: 0x00bc
-packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 6)
// Packet: 0x00bd
-packetLen(0x00bd, 44) // ZC_STATUS
+packetLen(0x00bd, 44)
// Packet: 0x00be
-packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+packetLen(0x00be, 5)
// Packet: 0x00bf
-packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+packetLen(0x00bf, 3)
// Packet: 0x00c0
-packetLen(0x00c0, 7) // ZC_EMOTION
+packetLen(0x00c0, 7)
// Packet: 0x00c1
-packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, 2)
// Packet: 0x00c2
-packetLen(0x00c2, 6) // ZC_USER_COUNT
+packetLen(0x00c2, 6)
// Packet: 0x00c3
-packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, 8)
// Packet: 0x00c4
-packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, 6)
// Packet: 0x00c5
-packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, 7)
// Packet: 0x00c6
-packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, -1)
// Packet: 0x00c7
-packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, -1)
// Packet: 0x00c8
-packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, -1)
// Packet: 0x00c9
-packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, -1)
// Packet: 0x00ca
-packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, 3)
// Packet: 0x00cb
-packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+packetLen(0x00cb, 3)
// Packet: 0x00cc
-packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, 6)
// Packet: 0x00cd
-packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+packetLen(0x00cd, 3)
// Packet: 0x00ce
-packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 2)
// Packet: 0x00cf
-packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 27)
// Packet: 0x00d0
-packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, 3)
// Packet: 0x00d1
-packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, 4)
// Packet: 0x00d2
-packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 4)
// Packet: 0x00d3
-packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 2)
// Packet: 0x00d4
-packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+packetLen(0x00d4, -1)
// Packet: 0x00d5
-packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, -1)
// Packet: 0x00d6
-packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 3)
// Packet: 0x00d7
-packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, -1)
// Packet: 0x00d8
-packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+packetLen(0x00d8, 6)
// Packet: 0x00d9
-packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, 14)
// Packet: 0x00da
-packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, 3)
// Packet: 0x00db
-packetLen(0x00db, -1) // ZC_ENTER_ROOM
+packetLen(0x00db, -1)
// Packet: 0x00dc
-packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 28)
// Packet: 0x00dd
-packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+packetLen(0x00dd, 29)
// Packet: 0x00de
-packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, -1)
// Packet: 0x00df
-packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, -1)
// Packet: 0x00e0
-packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, 30)
// Packet: 0x00e1
-packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+packetLen(0x00e1, 30)
// Packet: 0x00e2
-packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, 26)
// Packet: 0x00e3
-packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+packetLen(0x00e3, 2)
// Packet: 0x00e4
-packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 6)
// Packet: 0x00e5
-packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 26)
// Packet: 0x00e6
-packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, 3)
// Packet: 0x00e7
-packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 3)
// Packet: 0x00e8
-packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, 8)
// Packet: 0x00e9
#if PACKETVER >= 20181114
-packetLen(0x00e9, 29) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 29)
#elif PACKETVER >= 20180103
-packetLen(0x00e9, 19) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 19)
#endif
// Packet: 0x00ea
-packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 5)
// Packet: 0x00eb
-packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 2)
// Packet: 0x00ec
-packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 3)
// Packet: 0x00ed
-packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, 2)
// Packet: 0x00ee
-packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, 2)
// Packet: 0x00ef
-packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 2)
// Packet: 0x00f0
-packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 3)
// Packet: 0x00f1
-packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+packetLen(0x00f1, 2)
// Packet: 0x00f2
-packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 6)
// Packet: 0x00f3
-packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+packetLen(0x00f3, -1)
// Packet: 0x00f4
#if PACKETVER >= 20181114
-packetLen(0x00f4, 31) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 31)
#elif PACKETVER >= 20180103
-packetLen(0x00f4, 21) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 21)
#endif
// Packet: 0x00f5
-packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+packetLen(0x00f5, 11)
// Packet: 0x00f6
-packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 8)
// Packet: 0x00f7
-packetLen(0x00f7, 17) // CZ_REQUEST_TIME
+packetLen(0x00f7, 17)
// Packet: 0x00f8
-packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+packetLen(0x00f8, 2)
// Packet: 0x00f9
-packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+packetLen(0x00f9, 26)
// Packet: 0x00fa
-packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, 3)
// Packet: 0x00fb
-packetLen(0x00fb, -1) // ZC_GROUP_LIST
+packetLen(0x00fb, -1)
// Packet: 0x00fc
-packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, 6)
// Packet: 0x00fd
-packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, 27)
// Packet: 0x00fe
-packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, 30)
// Packet: 0x00ff
-packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+packetLen(0x00ff, 10)
// Packet: 0x0100
-packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, 2)
// Packet: 0x0101
-packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, 6)
// Packet: 0x0102
-packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 6)
// Packet: 0x0103
-packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 30)
// Packet: 0x0104
-packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, 79)
// Packet: 0x0105
-packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, 31)
// Packet: 0x0106
-packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, 10)
// Packet: 0x0107
-packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, 10)
// Packet: 0x0108
-packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, -1)
// Packet: 0x0109
-packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, -1)
// Packet: 0x010a
#if PACKETVER >= 20181114
-packetLen(0x010a, 6) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 6)
#elif PACKETVER >= 20180103
-packetLen(0x010a, 4) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 4)
#endif
// Packet: 0x010b
-packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, 6)
// Packet: 0x010c
-packetLen(0x010c, 6) // ZC_MVP
+packetLen(0x010c, 6)
// Packet: 0x010d
-packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+packetLen(0x010d, 2)
// Packet: 0x010e
-packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, 11)
// Packet: 0x010f
-packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+packetLen(0x010f, -1)
// Packet: 0x0110
#if PACKETVER >= 20181114
-packetLen(0x0110, 14) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, 14)
#elif PACKETVER >= 20180103
-packetLen(0x0110, 10) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, 10)
#endif
// Packet: 0x0111
-packetLen(0x0111, 39) // ZC_ADD_SKILL
+packetLen(0x0111, 39)
// Packet: 0x0112
-packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, 4)
// Packet: 0x0113
-packetLen(0x0113, 25) // CZ_USE_SKILL
+packetLen(0x0113, 25)
// Packet: 0x0114
-packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+packetLen(0x0114, 31)
// Packet: 0x0115
-packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+packetLen(0x0115, 35)
// Packet: 0x0116
-packetLen(0x0116, 17) // CZ_USE_SKILL_TOGROUND
+packetLen(0x0116, 17)
// Packet: 0x0117
-packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, 18)
// Packet: 0x0118
-packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+packetLen(0x0118, 2)
// Packet: 0x0119
-packetLen(0x0119, 13) // ZC_STATE_CHANGE
+packetLen(0x0119, 13)
// Packet: 0x011a
-packetLen(0x011a, 15) // ZC_USE_SKILL
+packetLen(0x011a, 15)
// Packet: 0x011b
-packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, 20)
// Packet: 0x011c
-packetLen(0x011c, 68) // ZC_WARPLIST
+packetLen(0x011c, 68)
// Packet: 0x011d
-packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 2)
// Packet: 0x011e
-packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, 3)
// Packet: 0x011f
-packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+packetLen(0x011f, 16)
// Packet: 0x0120
-packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, 6)
// Packet: 0x0121
-packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, 14)
// Packet: 0x0122
-packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, -1)
// Packet: 0x0123
-packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, -1)
// Packet: 0x0124
#if PACKETVER >= 20181114
-packetLen(0x0124, 31) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 31)
#elif PACKETVER >= 20180103
-packetLen(0x0124, 21) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 21)
#endif
// Packet: 0x0125
-packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 8)
// Packet: 0x0126
-packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 8)
// Packet: 0x0127
-packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, 8)
// Packet: 0x0128
-packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 8)
// Packet: 0x0129
-packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, 8)
// Packet: 0x012a
-packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+packetLen(0x012a, 2)
// Packet: 0x012b
-packetLen(0x012b, 2) // ZC_CARTOFF
+packetLen(0x012b, 2)
// Packet: 0x012c
-packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 3)
// Packet: 0x012d
-packetLen(0x012d, 4) // ZC_OPENSTORE
+packetLen(0x012d, 4)
// Packet: 0x012e
-packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, 2)
// Packet: 0x012f
-packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+packetLen(0x012f, -1)
// Packet: 0x0130
-packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, 6)
// Packet: 0x0131
-packetLen(0x0131, 86) // ZC_STORE_ENTRY
+packetLen(0x0131, 86)
// Packet: 0x0132
-packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, 6)
// Packet: 0x0133
-packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, -1)
// Packet: 0x0134
-packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, -1)
// Packet: 0x0135
-packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, 7)
// Packet: 0x0136
-packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, -1)
// Packet: 0x0137
-packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, 6)
// Packet: 0x0138
-packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+packetLen(0x0138, 3)
// Packet: 0x0139
-packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, 16)
// Packet: 0x013a
-packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+packetLen(0x013a, 4)
// Packet: 0x013b
-packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+packetLen(0x013b, 4)
// Packet: 0x013c
-packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+packetLen(0x013c, 4)
// Packet: 0x013d
-packetLen(0x013d, 6) // ZC_RECOVERY
+packetLen(0x013d, 6)
// Packet: 0x013e
-packetLen(0x013e, 24) // ZC_USESKILL_ACK
+packetLen(0x013e, 24)
// Packet: 0x013f
-packetLen(0x013f, 26) // CZ_ITEM_CREATE
+packetLen(0x013f, 26)
// Packet: 0x0140
-packetLen(0x0140, 22) // CZ_MOVETO_MAP
+packetLen(0x0140, 22)
// Packet: 0x0141
-packetLen(0x0141, 14) // ZC_COUPLESTATUS
+packetLen(0x0141, 14)
// Packet: 0x0142
-packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+packetLen(0x0142, 6)
// Packet: 0x0143
-packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+packetLen(0x0143, 10)
// Packet: 0x0144
-packetLen(0x0144, 23) // ZC_COMPASS
+packetLen(0x0144, 23)
// Packet: 0x0145
-packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+packetLen(0x0145, 19)
// Packet: 0x0146
-packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+packetLen(0x0146, 6)
// Packet: 0x0147
-packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+packetLen(0x0147, 39)
// Packet: 0x0148
-packetLen(0x0148, 8) // ZC_RESURRECTION
+packetLen(0x0148, 8)
// Packet: 0x0149
-packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, 9)
// Packet: 0x014a
-packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+packetLen(0x014a, 6)
// Packet: 0x014b
-packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+packetLen(0x014b, 27)
// Packet: 0x014c
-packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, -1)
// Packet: 0x014d
-packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 2)
// Packet: 0x014e
-packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+packetLen(0x014e, 6)
// Packet: 0x014f
-packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, 6)
// Packet: 0x0150
-packetLen(0x0150, 110) // ZC_GUILD_INFO
+packetLen(0x0150, 110)
// Packet: 0x0151
-packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+packetLen(0x0151, 6)
// Packet: 0x0152
-packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+packetLen(0x0152, -1)
// Packet: 0x0153
-packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+packetLen(0x0153, -1)
// Packet: 0x0154
-packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, -1)
// Packet: 0x0155
-packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, -1)
// Packet: 0x0156
-packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+packetLen(0x0156, -1)
// Packet: 0x0157
-packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+packetLen(0x0157, 6)
// Packet: 0x0159
-packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, 54)
// Packet: 0x015a
-packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 66)
// Packet: 0x015b
-packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 54)
// Packet: 0x015c
-packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, 90)
// Packet: 0x015d
-packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+packetLen(0x015d, 42)
// Packet: 0x015e
-packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, 6)
// Packet: 0x015f
-packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+packetLen(0x015f, 42)
// Packet: 0x0160
-packetLen(0x0160, -1) // ZC_POSITION_INFO
+packetLen(0x0160, -1)
// Packet: 0x0161
-packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, -1)
// Packet: 0x0162
-packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, -1)
// Packet: 0x0163
-packetLen(0x0163, -1) // ZC_BAN_LIST
+packetLen(0x0163, -1)
// Packet: 0x0164
-packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+packetLen(0x0164, -1)
// Packet: 0x0165
-packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, 30)
// Packet: 0x0166
-packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, -1)
// Packet: 0x0167
-packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 3)
// Packet: 0x0168
-packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, 14)
// Packet: 0x0169
-packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 3)
// Packet: 0x016a
-packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, 30)
// Packet: 0x016b
-packetLen(0x016b, 10) // CZ_JOIN_GUILD
+packetLen(0x016b, 10)
// Packet: 0x016c
-packetLen(0x016c, 43) // ZC_UPDATE_GDID
+packetLen(0x016c, 43)
// Packet: 0x016d
-packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 14)
// Packet: 0x016e
-packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+packetLen(0x016e, 186)
// Packet: 0x016f
-packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+packetLen(0x016f, 182)
// Packet: 0x0170
-packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 14)
// Packet: 0x0171
-packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, 30)
// Packet: 0x0172
-packetLen(0x0172, 10) // CZ_ALLY_GUILD
+packetLen(0x0172, 10)
// Packet: 0x0173
-packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+packetLen(0x0173, 3)
// Packet: 0x0174
-packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0174, -1)
// Packet: 0x0175
-packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+packetLen(0x0175, 6)
// Packet: 0x0176
-packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+packetLen(0x0176, 106)
// Packet: 0x0177
-packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, -1)
// Packet: 0x0178
-packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, 4)
// Packet: 0x0179
-packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 5)
// Packet: 0x017a
-packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, 4)
// Packet: 0x017b
-packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, -1)
// Packet: 0x017c
-packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, 6)
// Packet: 0x017d
-packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 7)
// Packet: 0x017e
-packetLen(0x017e, -1) // CZ_GUILD_CHAT
+packetLen(0x017e, -1)
// Packet: 0x017f
-packetLen(0x017f, -1) // ZC_GUILD_CHAT
+packetLen(0x017f, -1)
// Packet: 0x0180
-packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+packetLen(0x0180, 6)
// Packet: 0x0181
-packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+packetLen(0x0181, 3)
// Packet: 0x0182
-packetLen(0x0182, 106) // ZC_MEMBER_ADD
+packetLen(0x0182, 106)
// Packet: 0x0183
-packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+packetLen(0x0183, 10)
// Packet: 0x0184
-packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+packetLen(0x0184, 10)
// Packet: 0x0185
-packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+packetLen(0x0185, 34)
// Packet: 0x0187
-packetLen(0x0187, 6) // CH_UNKNOWN_PING
+packetLen(0x0187, 6)
// Packet: 0x0188
-packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, 8)
// Packet: 0x0189
-packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, 4)
// Packet: 0x018a
-packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+packetLen(0x018a, 4)
// Packet: 0x018b
-packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, 4)
// Packet: 0x018c
-packetLen(0x018c, 29) // ZC_MONSTER_INFO
+packetLen(0x018c, 29)
// Packet: 0x018d
-packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, -1)
// Packet: 0x018e
#if PACKETVER >= 20181114
-packetLen(0x018e, 18) // CZ_REQMAKINGITEM
+packetLen(0x018e, 18)
#elif PACKETVER >= 20180103
-packetLen(0x018e, 10) // CZ_REQMAKINGITEM
+packetLen(0x018e, 10)
#endif
// Packet: 0x018f
#if PACKETVER >= 20181114
-packetLen(0x018f, 8) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 8)
#elif PACKETVER >= 20180103
-packetLen(0x018f, 6) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 6)
#endif
// Packet: 0x0190
-packetLen(0x0190, 23) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+packetLen(0x0190, 23)
// Packet: 0x0191
-packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+packetLen(0x0191, 86)
// Packet: 0x0192
-packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+packetLen(0x0192, 24)
// Packet: 0x0193
-packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+packetLen(0x0193, 2)
// Packet: 0x0194
-packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 30)
// Packet: 0x0195
-packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 102)
// Packet: 0x0196
-packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, 9)
// Packet: 0x0197
-packetLen(0x0197, 4) // CZ_RESET
+packetLen(0x0197, 4)
// Packet: 0x0198
-packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+packetLen(0x0198, 8)
// Packet: 0x0199
-packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, 4)
// Packet: 0x019a
-packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 14)
// Packet: 0x019b
-packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 10)
// Packet: 0x019c
-packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+packetLen(0x019c, -1)
// Packet: 0x019d
-packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, 6)
// Packet: 0x019e
-packetLen(0x019e, 2) // ZC_START_CAPTURE
+packetLen(0x019e, 2)
// Packet: 0x019f
-packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, 6)
// Packet: 0x01a0
-packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, 3)
// Packet: 0x01a1
-packetLen(0x01a1, 3) // CZ_COMMAND_PET
+packetLen(0x01a1, 3)
// Packet: 0x01a2
-packetLen(0x01a2, 37) // ZC_PROPERTY_PET
+packetLen(0x01a2, 37)
// Packet: 0x01a3
#if PACKETVER >= 20181114
-packetLen(0x01a3, 7) // ZC_FEED_PET
+packetLen(0x01a3, 7)
#elif PACKETVER >= 20180103
-packetLen(0x01a3, 5) // ZC_FEED_PET
+packetLen(0x01a3, 5)
#endif
// Packet: 0x01a4
-packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, 11)
// Packet: 0x01a5
-packetLen(0x01a5, 26) // CZ_RENAME_PET
+packetLen(0x01a5, 26)
// Packet: 0x01a6
-packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+packetLen(0x01a6, -1)
// Packet: 0x01a7
-packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 4)
// Packet: 0x01a8
-packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+packetLen(0x01a8, 4)
// Packet: 0x01a9
-packetLen(0x01a9, 6) // CZ_PET_ACT
+packetLen(0x01a9, 6)
// Packet: 0x01aa
-packetLen(0x01aa, 10) // ZC_PET_ACT
+packetLen(0x01aa, 10)
// Packet: 0x01ab
-packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, 12)
// Packet: 0x01ac
-packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+packetLen(0x01ac, 6)
// Packet: 0x01ad
-packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, -1)
// Packet: 0x01ae
#if PACKETVER >= 20181114
-packetLen(0x01ae, 6) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, 6)
#elif PACKETVER >= 20180103
-packetLen(0x01ae, 4) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, 4)
#endif
// Packet: 0x01af
-packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+packetLen(0x01af, 4)
// Packet: 0x01b0
-packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, 11)
// Packet: 0x01b1
-packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+packetLen(0x01b1, 7)
// Packet: 0x01b2
-packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, -1)
// Packet: 0x01b3
-packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, 67)
// Packet: 0x01b4
-packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+packetLen(0x01b4, 12)
// Packet: 0x01b5
-packetLen(0x01b5, 18) // SC_BILLING_INFO
+packetLen(0x01b5, 18)
// Packet: 0x01b6
-packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+packetLen(0x01b6, 114)
// Packet: 0x01b7
-packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+packetLen(0x01b7, 6)
// Packet: 0x01b8
-packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+packetLen(0x01b8, 3)
// Packet: 0x01b9
-packetLen(0x01b9, 6) // ZC_DISPEL
+packetLen(0x01b9, 6)
// Packet: 0x01ba
-packetLen(0x01ba, 26) // CZ_REMOVE_AID
+packetLen(0x01ba, 26)
// Packet: 0x01bb
-packetLen(0x01bb, 26) // CZ_SHIFT
+packetLen(0x01bb, 26)
// Packet: 0x01bc
-packetLen(0x01bc, 26) // CZ_RECALL
+packetLen(0x01bc, 26)
// Packet: 0x01bd
-packetLen(0x01bd, 26) // CZ_RECALL_GID
+packetLen(0x01bd, 26)
// Packet: 0x01be
-packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+packetLen(0x01be, 2)
// Packet: 0x01bf
-packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+packetLen(0x01bf, 3)
// Packet: 0x01c0
-packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+packetLen(0x01c0, 2)
// Packet: 0x01c1
-packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+packetLen(0x01c1, 14)
// Packet: 0x01c2
-packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+packetLen(0x01c2, 10)
// Packet: 0x01c3
-packetLen(0x01c3, -1) // ZC_BROADCAST2
+packetLen(0x01c3, -1)
// Packet: 0x01c4
#if PACKETVER >= 20181114
-packetLen(0x01c4, 32) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 32)
#elif PACKETVER >= 20180103
-packetLen(0x01c4, 22) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 22)
#endif
// Packet: 0x01c5
#if PACKETVER >= 20181114
-packetLen(0x01c5, 32) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 32)
#elif PACKETVER >= 20180103
-packetLen(0x01c5, 22) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 22)
#endif
// Packet: 0x01c6
-packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+packetLen(0x01c6, 4)
// Packet: 0x01c7
-packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+packetLen(0x01c7, 2)
// Packet: 0x01c8
#if PACKETVER >= 20181114
-packetLen(0x01c8, 15) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, 15)
#elif PACKETVER >= 20180103
-packetLen(0x01c8, 13) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, 13)
#endif
// Packet: 0x01c9
-packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 97)
// Packet: 0x01ca
-packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+packetLen(0x01ca, 3)
// Packet: 0x01cb
-packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+packetLen(0x01cb, 9)
// Packet: 0x01cc
-packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+packetLen(0x01cc, 9)
// Packet: 0x01cd
-packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, 30)
// Packet: 0x01ce
-packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, 6)
// Packet: 0x01cf
-packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+packetLen(0x01cf, 28)
// Packet: 0x01d0
-packetLen(0x01d0, 8) // ZC_SPIRITS
+packetLen(0x01d0, 8)
// Packet: 0x01d1
-packetLen(0x01d1, 14) // ZC_BLADESTOP
+packetLen(0x01d1, 14)
// Packet: 0x01d2
-packetLen(0x01d2, 10) // ZC_COMBODELAY
+packetLen(0x01d2, 10)
// Packet: 0x01d3
-packetLen(0x01d3, 35) // ZC_SOUND
+packetLen(0x01d3, 35)
// Packet: 0x01d4
-packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, 6)
// Packet: 0x01d5
-packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, -1)
// Packet: 0x01d6
-packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 4)
// Packet: 0x01d7
#if PACKETVER >= 20181114
-packetLen(0x01d7, 15) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 15)
#elif PACKETVER >= 20180103
-packetLen(0x01d7, 11) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 11)
#endif
// Packet: 0x01d8
#if PACKETVER >= 20181114
-packetLen(0x01d8, 58) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 58)
#elif PACKETVER >= 20180103
-packetLen(0x01d8, 54) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 54)
#endif
// Packet: 0x01d9
#if PACKETVER >= 20181114
-packetLen(0x01d9, 57) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 57)
#elif PACKETVER >= 20180103
-packetLen(0x01d9, 53) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 53)
#endif
// Packet: 0x01da
#if PACKETVER >= 20181114
-packetLen(0x01da, 64) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 64)
#elif PACKETVER >= 20180103
-packetLen(0x01da, 60) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 60)
#endif
// Packet: 0x01db
-packetLen(0x01db, 2) // CA_REQ_HASH
+packetLen(0x01db, 2)
// Packet: 0x01dc
-packetLen(0x01dc, -1) // AC_ACK_HASH
+packetLen(0x01dc, -1)
// Packet: 0x01dd
-packetLen(0x01dd, 47) // CA_LOGIN2
+packetLen(0x01dd, 47)
// Packet: 0x01de
-packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 33)
// Packet: 0x01df
-packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+packetLen(0x01df, 6)
// Packet: 0x01e0
-packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+packetLen(0x01e0, 30)
// Packet: 0x01e1
-packetLen(0x01e1, 8) // ZC_SPIRITS2
+packetLen(0x01e1, 8)
// Packet: 0x01e2
-packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+packetLen(0x01e2, 34)
// Packet: 0x01e3
-packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+packetLen(0x01e3, 14)
// Packet: 0x01e4
-packetLen(0x01e4, 2) // ZC_START_COUPLE
+packetLen(0x01e4, 2)
// Packet: 0x01e5
-packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+packetLen(0x01e5, 6)
// Packet: 0x01e6
-packetLen(0x01e6, 26) // ZC_COUPLENAME
+packetLen(0x01e6, 26)
// Packet: 0x01e7
-packetLen(0x01e7, 2) // CZ_DORIDORI
+packetLen(0x01e7, 2)
// Packet: 0x01e8
-packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 28)
// Packet: 0x01e9
-packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, 81)
// Packet: 0x01ea
-packetLen(0x01ea, 6) // ZC_CONGRATULATION
+packetLen(0x01ea, 6)
// Packet: 0x01eb
-packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, 10)
// Packet: 0x01ec
-packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+packetLen(0x01ec, 26)
// Packet: 0x01ed
-packetLen(0x01ed, 2) // CZ_CHOPOKGI
+packetLen(0x01ed, 2)
// Packet: 0x01ee
-packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, -1)
// Packet: 0x01ef
-packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, -1)
// Packet: 0x01f0
-packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, -1)
// Packet: 0x01f1
-packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+packetLen(0x01f1, -1)
// Packet: 0x01f2
-packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, 20)
// Packet: 0x01f3
-packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+packetLen(0x01f3, 10)
// Packet: 0x01f4
-packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, 32)
// Packet: 0x01f5
-packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, 9)
// Packet: 0x01f6
-packetLen(0x01f6, 34) // ZC_REQ_BABY
+packetLen(0x01f6, 34)
// Packet: 0x01f7
-packetLen(0x01f7, 14) // CZ_JOIN_BABY
+packetLen(0x01f7, 14)
// Packet: 0x01f8
-packetLen(0x01f8, 2) // ZC_START_BABY
+packetLen(0x01f8, 2)
// Packet: 0x01f9
-packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+packetLen(0x01f9, 6)
// Packet: 0x01fa
-packetLen(0x01fa, 48) // CA_LOGIN3
+packetLen(0x01fa, 48)
// Packet: 0x01fb
-packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+packetLen(0x01fb, 56)
// Packet: 0x01fc
-packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, -1)
// Packet: 0x01fd
#if PACKETVER >= 20181114
-packetLen(0x01fd, 25) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 25)
#elif PACKETVER >= 20180103
-packetLen(0x01fd, 15) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 15)
#endif
// Packet: 0x01fe
-packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, 5)
// Packet: 0x01ff
-packetLen(0x01ff, 10) // ZC_HIGHJUMP
+packetLen(0x01ff, 10)
// Packet: 0x0200
-packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+packetLen(0x0200, 26)
// Packet: 0x0201
-packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+packetLen(0x0201, -1)
// Packet: 0x0202
#if PACKETVER >= 20180523
-packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+packetLen(0x0202, 26)
#elif PACKETVER >= 20180511
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20180315
-packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+packetLen(0x0202, 26)
#elif PACKETVER >= 20180314
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20180228
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20180213
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#elif PACKETVER >= 20180131
-packetLen(0x0202, 5) // CZ_ADD_FRIENDS
+packetLen(0x0202, 5)
#elif PACKETVER >= 20180103
-packetLen(0x0202, 2) // CZ_ADD_FRIENDS
+packetLen(0x0202, 2)
#endif
// Packet: 0x0203
-packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+packetLen(0x0203, 10)
// Packet: 0x0204
-packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+packetLen(0x0204, 18)
// Packet: 0x0205
-packetLen(0x0205, 26) // ZC_DIVORCE
+packetLen(0x0205, 26)
// Packet: 0x0206
#if PACKETVER >= 20180328
-packetLen(0x0206, 35) // ZC_FRIENDS_STATE
+packetLen(0x0206, 35)
#elif PACKETVER >= 20180103
-packetLen(0x0206, 11) // ZC_FRIENDS_STATE
+packetLen(0x0206, 11)
#endif
// Packet: 0x0207
-packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, 34)
// Packet: 0x0208
-packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, 14)
// Packet: 0x0209
-packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, 36)
// Packet: 0x020a
-packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 10)
// Packet: 0x020d
-packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+packetLen(0x020d, -1)
// Packet: 0x020e
-packetLen(0x020e, 32) // ZC_STARSKILL
+packetLen(0x020e, 32)
// Packet: 0x0212
-packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+packetLen(0x0212, 26)
// Packet: 0x0213
-packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+packetLen(0x0213, 26)
// Packet: 0x0214
-packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+packetLen(0x0214, 42)
// Packet: 0x0215
-packetLen(0x0215, 6) // ZC_SKILLMSG
+packetLen(0x0215, 6)
// Packet: 0x0216
-packetLen(0x0216, 6) // ZC_BABYMSG
+packetLen(0x0216, 6)
// Packet: 0x0217
-packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 2)
// Packet: 0x0218
-packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, 2)
// Packet: 0x0219
-packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 282)
// Packet: 0x021a
-packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, 282)
// Packet: 0x021b
-packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, 10)
// Packet: 0x021c
-packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, 10)
// Packet: 0x021d
-packetLen(0x021d, 6) // CZ_LESSEFFECT
+packetLen(0x021d, 6)
// Packet: 0x021e
-packetLen(0x021e, 6) // ZC_LESSEFFECT
+packetLen(0x021e, 6)
// Packet: 0x021f
-packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+packetLen(0x021f, 66)
// Packet: 0x0220
-packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+packetLen(0x0220, 10)
// Packet: 0x0221
-packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+packetLen(0x0221, -1)
// Packet: 0x0222
-packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+packetLen(0x0222, 6)
// Packet: 0x0223
#if PACKETVER >= 20181114
-packetLen(0x0223, 10) // ZC_ACK_WEAPONREFINE
+packetLen(0x0223, 10)
#elif PACKETVER >= 20180103
-packetLen(0x0223, 8) // ZC_ACK_WEAPONREFINE
+packetLen(0x0223, 8)
#endif
// Packet: 0x0224
-packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+packetLen(0x0224, 10)
// Packet: 0x0225
-packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+packetLen(0x0225, 2)
// Packet: 0x0226
-packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+packetLen(0x0226, 282)
// Packet: 0x0227
-packetLen(0x0227, 18) // ZC_GAME_GUARD
+packetLen(0x0227, 18)
// Packet: 0x0228
-packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+packetLen(0x0228, 18)
// Packet: 0x0229
-packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+packetLen(0x0229, 15)
// Packet: 0x022a
#if PACKETVER >= 20181114
-packetLen(0x022a, 62) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 62)
#elif PACKETVER >= 20180103
-packetLen(0x022a, 58) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 58)
#endif
// Packet: 0x022b
#if PACKETVER >= 20181114
-packetLen(0x022b, 61) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, 61)
#elif PACKETVER >= 20180103
-packetLen(0x022b, 57) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, 57)
#endif
// Packet: 0x022c
#if PACKETVER >= 20181114
-packetLen(0x022c, 69) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, 69)
#elif PACKETVER >= 20180103
-packetLen(0x022c, 65) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, 65)
#endif
// Packet: 0x022d
#if PACKETVER >= 20180523
-packetLen(0x022d, 5) // CZ_COMMAND_MER
+packetLen(0x022d, 5)
#elif PACKETVER >= 20180511
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20180315
-packetLen(0x022d, 5) // CZ_COMMAND_MER
+packetLen(0x022d, 5)
#elif PACKETVER >= 20180314
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20180228
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20180221
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#elif PACKETVER >= 20180213
-packetLen(0x022d, 5) // CZ_COMMAND_MER
+packetLen(0x022d, 5)
#elif PACKETVER >= 20180131
-packetLen(0x022d, 19) // CZ_COMMAND_MER
+packetLen(0x022d, 19)
#elif PACKETVER >= 20180103
-packetLen(0x022d, 2) // CZ_COMMAND_MER
+packetLen(0x022d, 2)
#endif
// Packet: 0x022e
#if PACKETVER >= 20181114
-packetLen(0x022e, 73) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 73)
#elif PACKETVER >= 20180103
-packetLen(0x022e, 71) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 71)
#endif
// Packet: 0x022f
#if PACKETVER >= 20181114
-packetLen(0x022f, 7) // ZC_FEED_MER
+packetLen(0x022f, 7)
#elif PACKETVER >= 20180103
-packetLen(0x022f, 5) // ZC_FEED_MER
+packetLen(0x022f, 5)
#endif
// Packet: 0x0230
-packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+packetLen(0x0230, 12)
// Packet: 0x0231
-packetLen(0x0231, 26) // CZ_RENAME_MER
+packetLen(0x0231, 26)
// Packet: 0x0232
-packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, 9)
// Packet: 0x0233
-packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, 11)
// Packet: 0x0234
-packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, 6)
// Packet: 0x0235
-packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, -1)
// Packet: 0x0236
-packetLen(0x0236, 10) // ZC_KILLER_POINT
+packetLen(0x0236, 10)
// Packet: 0x0237
-packetLen(0x0237, 2) // CZ_KILLER_RANK
+packetLen(0x0237, 2)
// Packet: 0x0238
-packetLen(0x0238, 282) // ZC_KILLER_RANK
+packetLen(0x0238, 282)
// Packet: 0x0239
-packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 11)
// Packet: 0x023a
-packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, 4)
// Packet: 0x023b
#if PACKETVER >= 20180523
-packetLen(0x023b, 36) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 36)
#elif PACKETVER >= 20180511
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20180315
-packetLen(0x023b, 36) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 36)
#elif PACKETVER >= 20180228
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20180213
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#elif PACKETVER >= 20180131
-packetLen(0x023b, 26) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 26)
#elif PACKETVER >= 20180103
-packetLen(0x023b, 2) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 2)
#endif
// Packet: 0x023c
-packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, 6)
// Packet: 0x023d
-packetLen(0x023d, 6) // AC_EVENT_RESULT
+packetLen(0x023d, 6)
// Packet: 0x023e
-packetLen(0x023e, 8) // HC_REQUEST_CHARACTER_PASSWORD
+packetLen(0x023e, 8)
// Packet: 0x023f
-packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+packetLen(0x023f, 2)
// Packet: 0x0240
-packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+packetLen(0x0240, -1)
// Packet: 0x0241
-packetLen(0x0241, 6) // CZ_MAIL_OPEN
+packetLen(0x0241, 6)
// Packet: 0x0242
-packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+packetLen(0x0242, -1)
// Packet: 0x0243
-packetLen(0x0243, 6) // CZ_MAIL_DELETE
+packetLen(0x0243, 6)
// Packet: 0x0244
-packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+packetLen(0x0244, 6)
// Packet: 0x0245
-packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+packetLen(0x0245, 3)
// Packet: 0x0246
-packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+packetLen(0x0246, 4)
// Packet: 0x0247
-packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+packetLen(0x0247, 8)
// Packet: 0x0248
-packetLen(0x0248, -1) // CZ_MAIL_SEND
+packetLen(0x0248, -1)
// Packet: 0x0249
-packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+packetLen(0x0249, 3)
// Packet: 0x024a
-packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+packetLen(0x024a, 70)
// Packet: 0x024b
-packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+packetLen(0x024b, 4)
// Packet: 0x024c
-packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+packetLen(0x024c, 8)
// Packet: 0x024d
-packetLen(0x024d, 12) // CZ_AUCTION_ADD
+packetLen(0x024d, 12)
// Packet: 0x024e
-packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+packetLen(0x024e, 6)
// Packet: 0x024f
-packetLen(0x024f, 10) // CZ_AUCTION_BUY
+packetLen(0x024f, 10)
// Packet: 0x0250
-packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+packetLen(0x0250, 3)
// Packet: 0x0251
-packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+packetLen(0x0251, 34)
// Packet: 0x0252
-packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+packetLen(0x0252, -1)
// Packet: 0x0253
-packetLen(0x0253, 3) // ZC_STARPLACE
+packetLen(0x0253, 3)
// Packet: 0x0254
-packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+packetLen(0x0254, 3)
// Packet: 0x0255
-packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+packetLen(0x0255, 5)
// Packet: 0x0256
-packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+packetLen(0x0256, 5)
// Packet: 0x0257
-packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+packetLen(0x0257, 8)
// Packet: 0x0258
-packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+packetLen(0x0258, 2)
// Packet: 0x0259
-packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+packetLen(0x0259, 3)
// Packet: 0x025a
-packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+packetLen(0x025a, -1)
// Packet: 0x025b
#if PACKETVER >= 20181114
-packetLen(0x025b, 8) // CZ_REQ_MAKINGITEM
+packetLen(0x025b, 8)
#elif PACKETVER >= 20180103
-packetLen(0x025b, 6) // CZ_REQ_MAKINGITEM
+packetLen(0x025b, 6)
#endif
// Packet: 0x025c
-packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+packetLen(0x025c, 4)
// Packet: 0x025d
-packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+packetLen(0x025d, 6)
// Packet: 0x025e
-packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+packetLen(0x025e, 4)
// Packet: 0x025f
-packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+packetLen(0x025f, 6)
// Packet: 0x0260
-packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+packetLen(0x0260, 6)
// Packet: 0x0261
-packetLen(0x0261, 11) // AC_REQ_LOGIN_OLDEKEY
+packetLen(0x0261, 11)
// Packet: 0x0262
-packetLen(0x0262, 11) // AC_REQ_LOGIN_NEWEKEY
+packetLen(0x0262, 11)
// Packet: 0x0263
-packetLen(0x0263, 11) // AC_REQ_LOGIN_CARDPASS
+packetLen(0x0263, 11)
// Packet: 0x0264
-packetLen(0x0264, 20) // CA_ACK_LOGIN_OLDEKEY
+packetLen(0x0264, 20)
// Packet: 0x0265
-packetLen(0x0265, 20) // CA_ACK_LOGIN_NEWEKEY
+packetLen(0x0265, 20)
// Packet: 0x0266
-packetLen(0x0266, 30) // CA_ACK_LOGIN_CARDPASS
+packetLen(0x0266, 30)
// Packet: 0x0267
-packetLen(0x0267, 4) // AC_ACK_EKEY_FAIL_NOTEXIST
+packetLen(0x0267, 4)
// Packet: 0x0268
-packetLen(0x0268, 4) // AC_ACK_EKEY_FAIL_NOTUSESEKEY
+packetLen(0x0268, 4)
// Packet: 0x0269
-packetLen(0x0269, 4) // AC_ACK_EKEY_FAIL_NOTUSEDEKEY
+packetLen(0x0269, 4)
// Packet: 0x026a
-packetLen(0x026a, 4) // AC_ACK_EKEY_FAIL_AUTHREFUSE
+packetLen(0x026a, 4)
// Packet: 0x026b
-packetLen(0x026b, 4) // AC_ACK_EKEY_FAIL_INPUTEKEY
+packetLen(0x026b, 4)
// Packet: 0x026c
-packetLen(0x026c, 4) // AC_ACK_EKEY_FAIL_NOTICE
+packetLen(0x026c, 4)
// Packet: 0x026d
-packetLen(0x026d, 4) // AC_ACK_EKEY_FAIL_NEEDCARDPASS
+packetLen(0x026d, 4)
// Packet: 0x026f
-packetLen(0x026f, 2) // AC_ACK_FIRST_LOGIN
+packetLen(0x026f, 2)
// Packet: 0x0270
-packetLen(0x0270, 2) // AC_REQ_LOGIN_ACCOUNT_INFO
+packetLen(0x0270, 2)
// Packet: 0x0271
-packetLen(0x0271, 40) // CA_ACK_LOGIN_ACCOUNT_INFO
+packetLen(0x0271, 40)
// Packet: 0x0272
-packetLen(0x0272, 44) // AC_ACK_PT_ID_INFO
+packetLen(0x0272, 44)
// Packet: 0x0273
-packetLen(0x0273, 30) // CZ_REQ_MAIL_RETURN
+packetLen(0x0273, 30)
// Packet: 0x0274
-packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, 8)
// Packet: 0x0275
-packetLen(0x0275, 37) // CH_ENTER2
+packetLen(0x0275, 37)
// Packet: 0x0276
-packetLen(0x0276, -1) // AC_ACCEPT_LOGIN2
+packetLen(0x0276, -1)
// Packet: 0x0277
-packetLen(0x0277, 84) // CA_LOGIN_PCBANG
+packetLen(0x0277, 84)
// Packet: 0x0278
-packetLen(0x0278, 2) // ZC_NOTIFY_PCBANG
+packetLen(0x0278, 2)
// Packet: 0x0279
-packetLen(0x0279, 2) // CZ_HUNTINGLIST
+packetLen(0x0279, 2)
// Packet: 0x027a
-packetLen(0x027a, -1) // ZC_HUNTINGLIST
+packetLen(0x027a, -1)
// Packet: 0x027b
-packetLen(0x027b, 14) // ZC_PCBANG_EFFECT
+packetLen(0x027b, 14)
// Packet: 0x027c
-packetLen(0x027c, 60) // CA_LOGIN4
+packetLen(0x027c, 60)
// Packet: 0x027d
-packetLen(0x027d, 62) // ZC_PROPERTY_MERCE
+packetLen(0x027d, 62)
// Packet: 0x027e
-packetLen(0x027e, -1) // ZC_SHANDA_PROTECT
+packetLen(0x027e, -1)
// Packet: 0x027f
-packetLen(0x027f, 8) // CA_CLIENT_TYPE
+packetLen(0x027f, 8)
// Packet: 0x0280
-packetLen(0x0280, 12) // ZC_GANGSI_POINT
+packetLen(0x0280, 12)
// Packet: 0x0281
#if PACKETVER >= 20180523
-packetLen(0x0281, 4) // CZ_GANGSI_RANK
+packetLen(0x0281, 4)
#elif PACKETVER >= 20180511
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20180315
-packetLen(0x0281, 4) // CZ_GANGSI_RANK
+packetLen(0x0281, 4)
#elif PACKETVER >= 20180314
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20180228
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20180213
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#elif PACKETVER >= 20180131
-packetLen(0x0281, -1) // CZ_GANGSI_RANK
+packetLen(0x0281, -1)
#elif PACKETVER >= 20180103
-packetLen(0x0281, 2) // CZ_GANGSI_RANK
+packetLen(0x0281, 2)
#endif
// Packet: 0x0282
-packetLen(0x0282, 284) // ZC_GANGSI_RANK
+packetLen(0x0282, 284)
// Packet: 0x0283
-packetLen(0x0283, 6) // ZC_AID
+packetLen(0x0283, 6)
// Packet: 0x0284
-packetLen(0x0284, 14) // ZC_NOTIFY_EFFECT3
+packetLen(0x0284, 14)
// Packet: 0x0285
-packetLen(0x0285, 6) // ZC_DEATH_QUESTION
+packetLen(0x0285, 6)
// Packet: 0x0286
-packetLen(0x0286, 4) // CZ_DEATH_QUESTION
+packetLen(0x0286, 4)
// Packet: 0x0287
-packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, -1)
// Packet: 0x0288
-packetLen(0x0288, -1) // CZ_PC_BUY_CASH_POINT_ITEM
+packetLen(0x0288, -1)
// Packet: 0x0289
-packetLen(0x0289, 12) // ZC_PC_CASH_POINT_UPDATE
+packetLen(0x0289, 12)
// Packet: 0x028a
-packetLen(0x028a, 18) // ZC_NPC_SHOWEFST_UPDATE
+packetLen(0x028a, 18)
// Packet: 0x028b
-packetLen(0x028b, -1) // HC_CHARNOTBEENSELECTED
+packetLen(0x028b, -1)
// Packet: 0x028c
-packetLen(0x028c, 46) // CH_SELECT_CHAR_GOINGTOBEUSED
+packetLen(0x028c, 46)
// Packet: 0x028d
-packetLen(0x028d, 34) // CH_REQ_IS_VALID_CHARNAME
+packetLen(0x028d, 34)
// Packet: 0x028e
-packetLen(0x028e, 4) // HC_ACK_IS_VALID_CHARNAME
+packetLen(0x028e, 4)
// Packet: 0x028f
-packetLen(0x028f, 6) // CH_REQ_CHANGE_CHARNAME
+packetLen(0x028f, 6)
// Packet: 0x0290
-packetLen(0x0290, 4) // HC_ACK_CHANGE_CHARNAME
+packetLen(0x0290, 4)
// Packet: 0x0291
-packetLen(0x0291, 4) // ZC_MSG
+packetLen(0x0291, 4)
// Packet: 0x0292
-packetLen(0x0292, 2) // CZ_STANDING_RESURRECTION
+packetLen(0x0292, 2)
// Packet: 0x0293
-packetLen(0x0293, 70) // ZC_BOSS_INFO
+packetLen(0x0293, 70)
// Packet: 0x0294
-packetLen(0x0294, 10) // ZC_READ_BOOK
+packetLen(0x0294, 10)
// Packet: 0x0295
-packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, -1)
// Packet: 0x0296
-packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, -1)
// Packet: 0x0297
-packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, -1)
// Packet: 0x0298
#if PACKETVER >= 20181114
-packetLen(0x0298, 10) // ZC_CASH_TIME_COUNTER
+packetLen(0x0298, 10)
#elif PACKETVER >= 20180103
-packetLen(0x0298, 8) // ZC_CASH_TIME_COUNTER
+packetLen(0x0298, 8)
#endif
// Packet: 0x0299
#if PACKETVER >= 20181114
-packetLen(0x0299, 8) // ZC_CASH_ITEM_DELETE
+packetLen(0x0299, 8)
#elif PACKETVER >= 20180103
-packetLen(0x0299, 6) // ZC_CASH_ITEM_DELETE
+packetLen(0x0299, 6)
#endif
// Packet: 0x029a
#if PACKETVER >= 20181114
-packetLen(0x029a, 37) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, 37)
#elif PACKETVER >= 20180103
-packetLen(0x029a, 27) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, 27)
#endif
// Packet: 0x029b
-packetLen(0x029b, 80) // ZC_MER_INIT
+packetLen(0x029b, 80)
// Packet: 0x029c
-packetLen(0x029c, 66) // ZC_MER_PROPERTY
+packetLen(0x029c, 66)
// Packet: 0x029d
-packetLen(0x029d, -1) // ZC_MER_SKILLINFO_LIST
+packetLen(0x029d, -1)
// Packet: 0x029e
-packetLen(0x029e, 11) // ZC_MER_SKILLINFO_UPDATE
+packetLen(0x029e, 11)
// Packet: 0x029f
-packetLen(0x029f, 3) // CZ_MER_COMMAND
+packetLen(0x029f, 3)
// Packet: 0x02a2
-packetLen(0x02a2, 8) // ZC_MER_PAR_CHANGE
+packetLen(0x02a2, 8)
// Packet: 0x02a5
-packetLen(0x02a5, 8) // CZ_KSY_EVENT
+packetLen(0x02a5, 8)
// Packet: 0x02a6
-packetLen(0x02a6, -1) // ZC_HACKSH_CPX_MSG
+packetLen(0x02a6, -1)
// Packet: 0x02a7
-packetLen(0x02a7, -1) // CZ_HACKSH_CPX_MSG
+packetLen(0x02a7, -1)
// Packet: 0x02aa
-packetLen(0x02aa, 4) // ZC_REQ_CASH_PASSWORD
+packetLen(0x02aa, 4)
// Packet: 0x02ab
-packetLen(0x02ab, 36) // CZ_ACK_CASH_PASSWORD
+packetLen(0x02ab, 36)
// Packet: 0x02ac
-packetLen(0x02ac, 6) // ZC_RESULT_CASH_PASSWORD
+packetLen(0x02ac, 6)
// Packet: 0x02ad
-packetLen(0x02ad, 8) // AC_REQUEST_SECOND_PASSWORD
+packetLen(0x02ad, 8)
// Packet: 0x02b0
-packetLen(0x02b0, 85) // CA_LOGIN_HAN
+packetLen(0x02b0, 85)
// Packet: 0x02b1
-packetLen(0x02b1, -1) // ZC_ALL_QUEST_LIST
+packetLen(0x02b1, -1)
// Packet: 0x02b2
-packetLen(0x02b2, -1) // ZC_ALL_QUEST_MISSION
+packetLen(0x02b2, -1)
// Packet: 0x02b3
-packetLen(0x02b3, 107) // ZC_ADD_QUEST
+packetLen(0x02b3, 107)
// Packet: 0x02b4
-packetLen(0x02b4, 6) // ZC_DEL_QUEST
+packetLen(0x02b4, 6)
// Packet: 0x02b5
-packetLen(0x02b5, -1) // ZC_UPDATE_MISSION_HUNT
+packetLen(0x02b5, -1)
// Packet: 0x02b6
-packetLen(0x02b6, 7) // CZ_ACTIVE_QUEST
+packetLen(0x02b6, 7)
// Packet: 0x02b7
-packetLen(0x02b7, 7) // ZC_ACTIVE_QUEST
+packetLen(0x02b7, 7)
// Packet: 0x02b8
#if PACKETVER >= 20181114
-packetLen(0x02b8, 32) // ZC_ITEM_PICKUP_PARTY
+packetLen(0x02b8, 32)
#elif PACKETVER >= 20180103
-packetLen(0x02b8, 22) // ZC_ITEM_PICKUP_PARTY
+packetLen(0x02b8, 22)
#endif
// Packet: 0x02b9
-packetLen(0x02b9, 191) // ZC_SHORTCUT_KEY_LIST
+packetLen(0x02b9, 191)
// Packet: 0x02ba
-packetLen(0x02ba, 11) // CZ_SHORTCUT_KEY_CHANGE
+packetLen(0x02ba, 11)
// Packet: 0x02bb
-packetLen(0x02bb, 8) // ZC_EQUIPITEM_DAMAGED
+packetLen(0x02bb, 8)
// Packet: 0x02bc
-packetLen(0x02bc, 6) // ZC_NOTIFY_PCBANG_PLAYING_TIME
+packetLen(0x02bc, 6)
// Packet: 0x02c1
-packetLen(0x02c1, -1) // ZC_NPC_CHAT
+packetLen(0x02c1, -1)
// Packet: 0x02c2
-packetLen(0x02c2, -1) // ZC_FORMATSTRING_MSG
+packetLen(0x02c2, -1)
// Packet: 0x02c4
#if PACKETVER >= 20180523
-packetLen(0x02c4, 26) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 26)
#elif PACKETVER >= 20180511
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20180315
-packetLen(0x02c4, 26) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 26)
#elif PACKETVER >= 20180228
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#elif PACKETVER >= 20180221
-packetLen(0x02c4, 6) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 6)
#elif PACKETVER >= 20180213
-packetLen(0x02c4, 8) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 8)
#elif PACKETVER >= 20180103
-packetLen(0x02c4, 2) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 2)
#endif
// Packet: 0x02c5
-packetLen(0x02c5, 30) // ZC_PARTY_JOIN_REQ_ACK
+packetLen(0x02c5, 30)
// Packet: 0x02c6
-packetLen(0x02c6, 30) // ZC_PARTY_JOIN_REQ
+packetLen(0x02c6, 30)
// Packet: 0x02c7
-packetLen(0x02c7, 7) // CZ_PARTY_JOIN_REQ_ACK
+packetLen(0x02c7, 7)
// Packet: 0x02c8
-packetLen(0x02c8, 3) // CZ_PARTY_CONFIG
+packetLen(0x02c8, 3)
// Packet: 0x02c9
-packetLen(0x02c9, 3) // ZC_PARTY_CONFIG
+packetLen(0x02c9, 3)
// Packet: 0x02ca
-packetLen(0x02ca, 3) // HC_REFUSE_SELECTCHAR
+packetLen(0x02ca, 3)
// Packet: 0x02cb
-packetLen(0x02cb, 65) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO
+packetLen(0x02cb, 65)
// Packet: 0x02cc
-packetLen(0x02cc, 4) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_NOTIFY
+packetLen(0x02cc, 4)
// Packet: 0x02cd
-packetLen(0x02cd, 71) // ZC_MEMORIALDUNGEON_INFO
+packetLen(0x02cd, 71)
// Packet: 0x02ce
-packetLen(0x02ce, 10) // ZC_MEMORIALDUNGEON_NOTIFY
+packetLen(0x02ce, 10)
// Packet: 0x02cf
-packetLen(0x02cf, 6) // CZ_MEMORIALDUNGEON_COMMAND
+packetLen(0x02cf, 6)
// Packet: 0x02d0
-packetLen(0x02d0, -1) // ZC_EQUIPMENT_ITEMLIST3
+packetLen(0x02d0, -1)
// Packet: 0x02d1
-packetLen(0x02d1, -1) // ZC_STORE_EQUIPMENT_ITEMLIST3
+packetLen(0x02d1, -1)
// Packet: 0x02d2
-packetLen(0x02d2, -1) // ZC_CART_EQUIPMENT_ITEMLIST3
+packetLen(0x02d2, -1)
// Packet: 0x02d3
-packetLen(0x02d3, 4) // ZC_NOTIFY_BIND_ON_EQUIP
+packetLen(0x02d3, 4)
// Packet: 0x02d4
#if PACKETVER >= 20181114
-packetLen(0x02d4, 39) // ZC_ITEM_PICKUP_ACK3
+packetLen(0x02d4, 39)
#elif PACKETVER >= 20180103
-packetLen(0x02d4, 29) // ZC_ITEM_PICKUP_ACK3
+packetLen(0x02d4, 29)
#endif
// Packet: 0x02d5
-packetLen(0x02d5, 2) // ZC_ISVR_DISCONNECT
+packetLen(0x02d5, 2)
// Packet: 0x02d6
-packetLen(0x02d6, 6) // CZ_EQUIPWIN_MICROSCOPE
+packetLen(0x02d6, 6)
// Packet: 0x02d7
-packetLen(0x02d7, -1) // ZC_EQUIPWIN_MICROSCOPE
+packetLen(0x02d7, -1)
// Packet: 0x02d8
-packetLen(0x02d8, 10) // CZ_CONFIG
+packetLen(0x02d8, 10)
// Packet: 0x02d9
-packetLen(0x02d9, 10) // ZC_CONFIG
+packetLen(0x02d9, 10)
// Packet: 0x02da
-packetLen(0x02da, 3) // ZC_CONFIG_NOTIFY
+packetLen(0x02da, 3)
// Packet: 0x02db
-packetLen(0x02db, -1) // CZ_BATTLEFIELD_CHAT
+packetLen(0x02db, -1)
// Packet: 0x02dc
-packetLen(0x02dc, -1) // ZC_BATTLEFIELD_CHAT
+packetLen(0x02dc, -1)
// Packet: 0x02dd
-packetLen(0x02dd, 32) // ZC_BATTLEFIELD_NOTIFY_CAMPINFO
+packetLen(0x02dd, 32)
// Packet: 0x02de
-packetLen(0x02de, 6) // ZC_BATTLEFIELD_NOTIFY_POINT
+packetLen(0x02de, 6)
// Packet: 0x02df
-packetLen(0x02df, 36) // ZC_BATTLEFIELD_NOTIFY_POSITION
+packetLen(0x02df, 36)
// Packet: 0x02e0
-packetLen(0x02e0, 34) // ZC_BATTLEFIELD_NOTIFY_HP
+packetLen(0x02e0, 34)
// Packet: 0x02e1
-packetLen(0x02e1, 33) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, 33)
// Packet: 0x02e2
-packetLen(0x02e2, 20) // CZ_USE_ITEM_NEW_JAPEN
+packetLen(0x02e2, 20)
// Packet: 0x02e3
-packetLen(0x02e3, 22) // CZ_USE_SKILL_NEW_JAPEN
+packetLen(0x02e3, 22)
// Packet: 0x02e4
-packetLen(0x02e4, 11) // CZ_ITEM_PICKUP_NEW_JAPEN
+packetLen(0x02e4, 11)
// Packet: 0x02e5
-packetLen(0x02e5, 9) // CZ_REQUEST_MOVE_NEW_JAPEN
+packetLen(0x02e5, 9)
// Packet: 0x02e6
-packetLen(0x02e6, 6) // CZ_BOT_CHECK
+packetLen(0x02e6, 6)
// Packet: 0x02e7
-packetLen(0x02e7, -1) // ZC_MAPPROPERTY
+packetLen(0x02e7, -1)
// Packet: 0x02e8
-packetLen(0x02e8, -1) // ZC_NORMAL_ITEMLIST3
+packetLen(0x02e8, -1)
// Packet: 0x02e9
-packetLen(0x02e9, -1) // ZC_CART_NORMAL_ITEMLIST3
+packetLen(0x02e9, -1)
// Packet: 0x02ea
-packetLen(0x02ea, -1) // ZC_STORE_NORMAL_ITEMLIST3
+packetLen(0x02ea, -1)
// Packet: 0x02eb
-packetLen(0x02eb, 13) // ZC_ACCEPT_ENTER2
+packetLen(0x02eb, 13)
// Packet: 0x02ec
#if PACKETVER >= 20181114
-packetLen(0x02ec, 71) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 71)
#elif PACKETVER >= 20180103
-packetLen(0x02ec, 67) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 67)
#endif
// Packet: 0x02ed
#if PACKETVER >= 20181114
-packetLen(0x02ed, 63) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, 63)
#elif PACKETVER >= 20180103
-packetLen(0x02ed, 59) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, 59)
#endif
// Packet: 0x02ee
#if PACKETVER >= 20181114
-packetLen(0x02ee, 64) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, 64)
#elif PACKETVER >= 20180103
-packetLen(0x02ee, 60) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, 60)
#endif
// Packet: 0x02ef
-packetLen(0x02ef, 8) // ZC_NOTIFY_FONT
+packetLen(0x02ef, 8)
// Packet: 0x02f0
-packetLen(0x02f0, 10) // ZC_PROGRESS
+packetLen(0x02f0, 10)
// Packet: 0x02f1
-packetLen(0x02f1, 2) // CZ_PROGRESS
+packetLen(0x02f1, 2)
// Packet: 0x02f2
-packetLen(0x02f2, 2) // ZC_PROGRESS_CANCEL
+packetLen(0x02f2, 2)
// Packet: 0x02f3
-packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+packetLen(0x02f3, -1)
// Packet: 0x02f4
-packetLen(0x02f4, 3) // ZC_IRMAIL_SEND_RES
+packetLen(0x02f4, 3)
// Packet: 0x02f5
-packetLen(0x02f5, 7) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, 7)
// Packet: 0x02f6
-packetLen(0x02f6, 7) // CZ_IRMAIL_LIST
+packetLen(0x02f6, 7)
// Packet: 0x035c
-packetLen(0x035c, 2) // CZ_OPEN_SIMPLE_CASHSHOP_ITEMLIST
+packetLen(0x035c, 2)
// Packet: 0x035d
-packetLen(0x035d, -1) // ZC_SIMPLE_CASHSHOP_POINT_ITEMLIST
+packetLen(0x035d, -1)
// Packet: 0x035e
-packetLen(0x035e, 2) // CZ_CLOSE_WINDOW
+packetLen(0x035e, 2)
// Packet: 0x035f
#if PACKETVER >= 20180523
-packetLen(0x035f, 5) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 5)
#elif PACKETVER >= 20180511
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20180315
-packetLen(0x035f, 5) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 5)
#elif PACKETVER >= 20180314
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20180228
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20180221
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20180131
-packetLen(0x035f, 6) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 6)
#elif PACKETVER >= 20180117
-packetLen(0x035f, 2) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 2)
#elif PACKETVER >= 20180103
-packetLen(0x035f, 5) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 5)
#endif
// Packet: 0x0360
#if PACKETVER >= 20180523
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20180511
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20180315
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20180314
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20180228
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20180213
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20180131
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
#elif PACKETVER >= 20180117
-packetLen(0x0360, 2) // CZ_REQUEST_TIME2
+packetLen(0x0360, 2)
#elif PACKETVER >= 20180103
-packetLen(0x0360, 18) // CZ_REQUEST_TIME2
+packetLen(0x0360, 18)
#endif
// Packet: 0x0361
#if PACKETVER >= 20180523
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20180511
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20180315
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20180314
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20180228
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20180221
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#elif PACKETVER >= 20180213
-packetLen(0x0361, 90) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 90)
#elif PACKETVER >= 20180131
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
#elif PACKETVER >= 20180117
-packetLen(0x0361, 26) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 26)
#elif PACKETVER >= 20180103
-packetLen(0x0361, 2) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 2)
#endif
// Packet: 0x0362
#if PACKETVER >= 20180523
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20180511
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20180315
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20180314
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20180221
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20180213
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#elif PACKETVER >= 20180131
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
#elif PACKETVER >= 20180103
-packetLen(0x0362, 2) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 2)
#endif
// Packet: 0x0363
#if PACKETVER >= 20180523
-packetLen(0x0363, 6) // CZ_ITEM_THROW2
+packetLen(0x0363, 6)
#elif PACKETVER >= 20180511
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20180315
-packetLen(0x0363, 6) // CZ_ITEM_THROW2
+packetLen(0x0363, 6)
#elif PACKETVER >= 20180314
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20180228
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20180213
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#elif PACKETVER >= 20180131
-packetLen(0x0363, 8) // CZ_ITEM_THROW2
+packetLen(0x0363, 8)
#elif PACKETVER >= 20180103
-packetLen(0x0363, 2) // CZ_ITEM_THROW2
+packetLen(0x0363, 2)
#endif
// Packet: 0x0364
#if PACKETVER >= 20180523
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20180511
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20180315
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20180314
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20180228
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20180221
-packetLen(0x0364, 5) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 5)
#elif PACKETVER >= 20180213
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#elif PACKETVER >= 20180131
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
#elif PACKETVER >= 20180117
-packetLen(0x0364, 6) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 6)
#elif PACKETVER >= 20180103
-packetLen(0x0364, 2) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 2)
#endif
// Packet: 0x0365
#if PACKETVER >= 20180523
-packetLen(0x0365, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 8)
#elif PACKETVER >= 20180511
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20180315
-packetLen(0x0365, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 8)
#elif PACKETVER >= 20180314
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20180228
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20180213
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#elif PACKETVER >= 20180131
-packetLen(0x0365, 18) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 18)
#elif PACKETVER >= 20180103
-packetLen(0x0365, 2) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 2)
#endif
// Packet: 0x0366
#if PACKETVER >= 20180523
-packetLen(0x0366, 10) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 10)
#elif PACKETVER >= 20180511
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20180315
-packetLen(0x0366, 10) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 10)
#elif PACKETVER >= 20180314
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20180228
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20180213
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20180207
-packetLen(0x0366, 90) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 90)
#elif PACKETVER >= 20180117
-packetLen(0x0366, 2) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 2)
#elif PACKETVER >= 20180103
-packetLen(0x0366, -1) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, -1)
#endif
// Packet: 0x0367
#if PACKETVER >= 20180523
-packetLen(0x0367, 90) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 90)
#elif PACKETVER >= 20180511
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20180315
-packetLen(0x0367, 90) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 90)
#elif PACKETVER >= 20180207
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#elif PACKETVER >= 20180131
-packetLen(0x0367, 36) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 36)
#elif PACKETVER >= 20180103
-packetLen(0x0367, 2) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 2)
#endif
// Packet: 0x0368
#if PACKETVER >= 20180523
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20180511
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20180315
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20180314
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20180228
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20180213
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#elif PACKETVER >= 20180131
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
#elif PACKETVER >= 20180103
-packetLen(0x0368, 2) // CZ_REQNAME2
+packetLen(0x0368, 2)
#endif
// Packet: 0x0369
#if PACKETVER >= 20180523
-packetLen(0x0369, 6) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 6)
#elif PACKETVER >= 20180511
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20180315
-packetLen(0x0369, 6) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 6)
#elif PACKETVER >= 20180314
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20180228
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20180213
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#elif PACKETVER >= 20180131
-packetLen(0x0369, 7) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 7)
#elif PACKETVER >= 20180103
-packetLen(0x0369, 2) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 2)
#endif
// Packet: 0x03dd
-packetLen(0x03dd, 18) // AHC_GAME_GUARD
+packetLen(0x03dd, 18)
// Packet: 0x03de
-packetLen(0x03de, 18) // CAH_ACK_GAME_GUARD
+packetLen(0x03de, 18)
// Packet: 0x0436
#if PACKETVER >= 20180523
-packetLen(0x0436, 19) // CZ_ENTER2
+packetLen(0x0436, 19)
#elif PACKETVER >= 20180511
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20180315
-packetLen(0x0436, 19) // CZ_ENTER2
+packetLen(0x0436, 19)
#elif PACKETVER >= 20180314
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20180228
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20180213
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#elif PACKETVER >= 20180131
-packetLen(0x0436, 4) // CZ_ENTER2
+packetLen(0x0436, 4)
#elif PACKETVER >= 20180103
-packetLen(0x0436, 2) // CZ_ENTER2
+packetLen(0x0436, 2)
#endif
// Packet: 0x0437
#if PACKETVER >= 20180523
-packetLen(0x0437, 7) // CZ_REQUEST_ACT2
+packetLen(0x0437, 7)
#elif PACKETVER >= 20180511
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20180315
-packetLen(0x0437, 7) // CZ_REQUEST_ACT2
+packetLen(0x0437, 7)
#elif PACKETVER >= 20180314
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20180228
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20180213
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#elif PACKETVER >= 20180131
-packetLen(0x0437, 5) // CZ_REQUEST_ACT2
+packetLen(0x0437, 5)
#elif PACKETVER >= 20180103
-packetLen(0x0437, 2) // CZ_REQUEST_ACT2
+packetLen(0x0437, 2)
#endif
// Packet: 0x0438
#if PACKETVER >= 20180523
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20180511
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20180315
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20180314
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20180228
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20180221
-packetLen(0x0438, -1) // CZ_USE_SKILL2
+packetLen(0x0438, -1)
#elif PACKETVER >= 20180213
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#elif PACKETVER >= 20180131
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
#elif PACKETVER >= 20180117
-packetLen(0x0438, 8) // CZ_USE_SKILL2
+packetLen(0x0438, 8)
#elif PACKETVER >= 20180103
-packetLen(0x0438, 2) // CZ_USE_SKILL2
+packetLen(0x0438, 2)
#endif
// Packet: 0x0439
-packetLen(0x0439, 8) // CZ_USE_ITEM2
+packetLen(0x0439, 8)
// Packet: 0x043d
-packetLen(0x043d, 8) // ZC_SKILL_POSTDELAY
+packetLen(0x043d, 8)
// Packet: 0x043e
-packetLen(0x043e, -1) // ZC_SKILL_POSTDELAY_LIST
+packetLen(0x043e, -1)
// Packet: 0x043f
-packetLen(0x043f, 25) // ZC_MSG_STATE_CHANGE2
+packetLen(0x043f, 25)
// Packet: 0x0440
-packetLen(0x0440, 10) // ZC_MILLENNIUMSHIELD
+packetLen(0x0440, 10)
// Packet: 0x0441
-packetLen(0x0441, 4) // ZC_SKILLINFO_DELETE
+packetLen(0x0441, 4)
// Packet: 0x0442
-packetLen(0x0442, -1) // ZC_SKILL_SELECT_REQUEST
+packetLen(0x0442, -1)
// Packet: 0x0443
-packetLen(0x0443, 8) // CZ_SKILL_SELECT_RESPONSE
+packetLen(0x0443, 8)
// Packet: 0x0444
-packetLen(0x0444, -1) // ZC_SIMPLE_CASH_POINT_ITEMLIST
+packetLen(0x0444, -1)
// Packet: 0x0445
#if PACKETVER >= 20181114
-packetLen(0x0445, 12) // CZ_SIMPLE_BUY_CASH_POINT_ITEM
+packetLen(0x0445, 12)
#elif PACKETVER >= 20180103
-packetLen(0x0445, 10) // CZ_SIMPLE_BUY_CASH_POINT_ITEM
+packetLen(0x0445, 10)
#endif
// Packet: 0x0446
-packetLen(0x0446, 14) // ZC_QUEST_NOTIFY_EFFECT
+packetLen(0x0446, 14)
// Packet: 0x0447
-packetLen(0x0447, 2) // CZ_BLOCKING_PLAY_CANCEL
+packetLen(0x0447, 2)
// Packet: 0x0448
-packetLen(0x0448, -1) // HC_CHARACTER_LIST
+packetLen(0x0448, -1)
// Packet: 0x0449
-packetLen(0x0449, 4) // ZC_HACKSH_ERROR_MSG
+packetLen(0x0449, 4)
// Packet: 0x044a
-packetLen(0x044a, 6) // CZ_CLIENT_VERSION
+packetLen(0x044a, 6)
// Packet: 0x044b
-packetLen(0x044b, 2) // CZ_CLOSE_SIMPLECASH_SHOP
+packetLen(0x044b, 2)
// Packet: 0x07d7
-packetLen(0x07d7, 8) // CZ_GROUPINFO_CHANGE_V2
+packetLen(0x07d7, 8)
// Packet: 0x07d8
-packetLen(0x07d8, 8) // ZC_REQ_GROUPINFO_CHANGE_V2
+packetLen(0x07d8, 8)
// Packet: 0x07d9
-packetLen(0x07d9, 268) // ZC_SHORTCUT_KEY_LIST_V2
+packetLen(0x07d9, 268)
// Packet: 0x07da
-packetLen(0x07da, 6) // CZ_CHANGE_GROUP_MASTER
+packetLen(0x07da, 6)
// Packet: 0x07db
-packetLen(0x07db, 8) // ZC_HO_PAR_CHANGE
+packetLen(0x07db, 8)
// Packet: 0x07dc
-packetLen(0x07dc, 6) // CZ_SEEK_PARTY
+packetLen(0x07dc, 6)
// Packet: 0x07dd
-packetLen(0x07dd, 54) // ZC_SEEK_PARTY
+packetLen(0x07dd, 54)
// Packet: 0x07de
-packetLen(0x07de, 30) // CZ_SEEK_PARTY_MEMBER
+packetLen(0x07de, 30)
// Packet: 0x07df
-packetLen(0x07df, 54) // ZC_SEEK_PARTY_MEMBER
+packetLen(0x07df, 54)
// Packet: 0x07e0
-packetLen(0x07e0, 58) // ZC_ES_NOTI_MYINFO
+packetLen(0x07e0, 58)
// Packet: 0x07e1
-packetLen(0x07e1, 15) // ZC_SKILLINFO_UPDATE2
+packetLen(0x07e1, 15)
// Packet: 0x07e2
-packetLen(0x07e2, 8) // ZC_MSG_VALUE
+packetLen(0x07e2, 8)
// Packet: 0x07e3
-packetLen(0x07e3, 6) // ZC_ITEMLISTWIN_OPEN
+packetLen(0x07e3, 6)
// Packet: 0x07e4
#if PACKETVER >= 20180523
-packetLen(0x07e4, -1) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, -1)
#elif PACKETVER >= 20180511
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20180315
-packetLen(0x07e4, -1) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, -1)
#elif PACKETVER >= 20180314
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20180228
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20180213
-packetLen(0x07e4, 2) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 2)
#elif PACKETVER >= 20180131
-packetLen(0x07e4, 6) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 6)
#elif PACKETVER >= 20180117
-packetLen(0x07e4, 36) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 36)
#elif PACKETVER >= 20180103
-packetLen(0x07e4, 5) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, 5)
#endif
// Packet: 0x07e5
-packetLen(0x07e5, 4) // CH_ENTER_CHECKBOT
+packetLen(0x07e5, 4)
// Packet: 0x07e6
-packetLen(0x07e6, 8) // ZC_MSG_SKILL
+packetLen(0x07e6, 8)
// Packet: 0x07e7
-packetLen(0x07e7, 32) // CH_CHECKBOT
+packetLen(0x07e7, 32)
// Packet: 0x07e8
-packetLen(0x07e8, -1) // HC_CHECKBOT
+packetLen(0x07e8, -1)
// Packet: 0x07e9
-packetLen(0x07e9, 5) // HC_CHECKBOT_RESULT
+packetLen(0x07e9, 5)
// Packet: 0x07ea
-packetLen(0x07ea, 2) // CZ_BATTLE_FIELD_LIST
+packetLen(0x07ea, 2)
// Packet: 0x07eb
-packetLen(0x07eb, -1) // ZC_BATTLE_FIELD_LIST
+packetLen(0x07eb, -1)
// Packet: 0x07ec
#if PACKETVER >= 20180523
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20180511
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20180315
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20180314
-packetLen(0x07ec, 19) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 19)
#elif PACKETVER >= 20180228
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20180213
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#elif PACKETVER >= 20180131
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
#elif PACKETVER >= 20180103
-packetLen(0x07ec, 2) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 2)
#endif
// Packet: 0x07ed
-packetLen(0x07ed, 10) // ZC_JOIN_BATTLE_FIELD
+packetLen(0x07ed, 10)
// Packet: 0x07ee
-packetLen(0x07ee, 6) // CZ_CANCEL_BATTLE_FIELD
+packetLen(0x07ee, 6)
// Packet: 0x07ef
-packetLen(0x07ef, 8) // ZC_CANCEL_BATTLE_FIELD
+packetLen(0x07ef, 8)
// Packet: 0x07f0
-packetLen(0x07f0, 6) // CZ_REQ_BATTLE_STATE_MONITOR
+packetLen(0x07f0, 6)
// Packet: 0x07f1
-packetLen(0x07f1, 18) // ZC_ACK_BATTLE_STATE_MONITOR
+packetLen(0x07f1, 18)
// Packet: 0x07f2
-packetLen(0x07f2, 8) // ZC_BATTLE_NOTI_START_STEP
+packetLen(0x07f2, 8)
// Packet: 0x07f3
-packetLen(0x07f3, 6) // ZC_BATTLE_JOIN_NOTI_DEFER
+packetLen(0x07f3, 6)
// Packet: 0x07f4
-packetLen(0x07f4, 3) // ZC_BATTLE_JOIN_DISABLE_STATE
+packetLen(0x07f4, 3)
// Packet: 0x07f5
-packetLen(0x07f5, 6) // CZ_GM_FULLSTRIP
+packetLen(0x07f5, 6)
// Packet: 0x07f6
-packetLen(0x07f6, 14) // ZC_NOTIFY_EXP
+packetLen(0x07f6, 14)
// Packet: 0x07f7
-packetLen(0x07f7, -1) // ZC_NOTIFY_MOVEENTRY7
+packetLen(0x07f7, -1)
// Packet: 0x07f8
-packetLen(0x07f8, -1) // ZC_NOTIFY_NEWENTRY5
+packetLen(0x07f8, -1)
// Packet: 0x07f9
-packetLen(0x07f9, -1) // ZC_NOTIFY_STANDENTRY5
+packetLen(0x07f9, -1)
// Packet: 0x07fa
-packetLen(0x07fa, 8) // ZC_DELETE_ITEM_FROM_BODY
+packetLen(0x07fa, 8)
// Packet: 0x07fb
-packetLen(0x07fb, 25) // ZC_USESKILL_ACK2
+packetLen(0x07fb, 25)
// Packet: 0x07fc
-packetLen(0x07fc, 10) // ZC_CHANGE_GROUP_MASTER
+packetLen(0x07fc, 10)
// Packet: 0x07fd
-packetLen(0x07fd, -1) // ZC_BROADCASTING_SPECIAL_ITEM_OBTAIN
+packetLen(0x07fd, -1)
// Packet: 0x07fe
-packetLen(0x07fe, 26) // ZC_PLAY_NPC_BGM
+packetLen(0x07fe, 26)
// Packet: 0x0800
-packetLen(0x0800, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC2
+packetLen(0x0800, -1)
// Packet: 0x0801
-packetLen(0x0801, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC2
+packetLen(0x0801, -1)
// Packet: 0x0802
#if PACKETVER >= 20180523
-packetLen(0x0802, 18) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 18)
#elif PACKETVER >= 20180511
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20180315
-packetLen(0x0802, 18) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 18)
#elif PACKETVER >= 20180314
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20180228
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20180221
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#elif PACKETVER >= 20180213
-packetLen(0x0802, 6) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 6)
#elif PACKETVER >= 20180131
-packetLen(0x0802, 26) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 26)
#elif PACKETVER >= 20180103
-packetLen(0x0802, 2) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 2)
#endif
// Packet: 0x0803
-packetLen(0x0803, 4) // ZC_PARTY_BOOKING_ACK_REGISTER
+packetLen(0x0803, 4)
// Packet: 0x0804
-packetLen(0x0804, 14) // CZ_PARTY_BOOKING_REQ_SEARCH
+packetLen(0x0804, 14)
// Packet: 0x0805
-packetLen(0x0805, -1) // ZC_PARTY_BOOKING_ACK_SEARCH
+packetLen(0x0805, -1)
// Packet: 0x0806
-packetLen(0x0806, 2) // CZ_PARTY_BOOKING_REQ_DELETE
+packetLen(0x0806, 2)
// Packet: 0x0807
-packetLen(0x0807, 4) // ZC_PARTY_BOOKING_ACK_DELETE
+packetLen(0x0807, 4)
// Packet: 0x0808
-packetLen(0x0808, 14) // CZ_PARTY_BOOKING_REQ_UPDATE
+packetLen(0x0808, 14)
// Packet: 0x0809
-packetLen(0x0809, 50) // ZC_PARTY_BOOKING_NOTIFY_INSERT
+packetLen(0x0809, 50)
// Packet: 0x080a
-packetLen(0x080a, 18) // ZC_PARTY_BOOKING_NOTIFY_UPDATE
+packetLen(0x080a, 18)
// Packet: 0x080b
-packetLen(0x080b, 6) // ZC_PARTY_BOOKING_NOTIFY_DELETE
+packetLen(0x080b, 6)
// Packet: 0x080c
-packetLen(0x080c, 2) // CZ_SIMPLE_CASH_BTNSHOW
+packetLen(0x080c, 2)
// Packet: 0x080d
-packetLen(0x080d, 3) // ZC_SIMPLE_CASH_BTNSHOW
+packetLen(0x080d, 3)
// Packet: 0x080e
-packetLen(0x080e, 14) // ZC_NOTIFY_HP_TO_GROUPM_R2
+packetLen(0x080e, 14)
// Packet: 0x080f
#if PACKETVER >= 20181114
-packetLen(0x080f, 30) // ZC_ADD_EXCHANGE_ITEM2
+packetLen(0x080f, 30)
#elif PACKETVER >= 20180103
-packetLen(0x080f, 20) // ZC_ADD_EXCHANGE_ITEM2
+packetLen(0x080f, 20)
#endif
// Packet: 0x0810
-packetLen(0x0810, 3) // ZC_OPEN_BUYING_STORE
+packetLen(0x0810, 3)
// Packet: 0x0811
#if PACKETVER >= 20180523
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20180511
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20180315
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20180314
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20180228
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20180213
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#elif PACKETVER >= 20180131
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
#elif PACKETVER >= 20180103
-packetLen(0x0811, 2) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, 2)
#endif
// Packet: 0x0812
-packetLen(0x0812, 8) // ZC_FAILED_OPEN_BUYING_STORE_TO_BUYER
+packetLen(0x0812, 8)
// Packet: 0x0813
-packetLen(0x0813, -1) // ZC_MYITEMLIST_BUYING_STORE
+packetLen(0x0813, -1)
// Packet: 0x0814
-packetLen(0x0814, 86) // ZC_BUYING_STORE_ENTRY
+packetLen(0x0814, 86)
// Packet: 0x0815
#if PACKETVER >= 20180314
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20180228
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20180221
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#elif PACKETVER >= 20180213
-packetLen(0x0815, 10) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 10)
#elif PACKETVER >= 20180131
-packetLen(0x0815, -1) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, -1)
#elif PACKETVER >= 20180103
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
#endif
// Packet: 0x0816
-packetLen(0x0816, 6) // ZC_DISAPPEAR_BUYING_STORE_ENTRY
+packetLen(0x0816, 6)
// Packet: 0x0817
#if PACKETVER >= 20180315
-packetLen(0x0817, 6) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 6)
#elif PACKETVER >= 20180228
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#elif PACKETVER >= 20180221
-packetLen(0x0817, -1) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, -1)
#elif PACKETVER >= 20180103
-packetLen(0x0817, 2) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 2)
#endif
// Packet: 0x0818
-packetLen(0x0818, -1) // ZC_ACK_ITEMLIST_BUYING_STORE
+packetLen(0x0818, -1)
// Packet: 0x0819
#if PACKETVER >= 20180523
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20180511
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20180315
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20180314
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20180228
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20180213
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#elif PACKETVER >= 20180131
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
#elif PACKETVER >= 20180103
-packetLen(0x0819, 2) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, 2)
#endif
// Packet: 0x081a
-packetLen(0x081a, 4) // ZC_FAILED_TRADE_BUYING_STORE_TO_BUYER
+packetLen(0x081a, 4)
// Packet: 0x081b
#if PACKETVER >= 20181114
-packetLen(0x081b, 12) // ZC_UPDATE_ITEM_FROM_BUYING_STORE
+packetLen(0x081b, 12)
#elif PACKETVER >= 20180103
-packetLen(0x081b, 10) // ZC_UPDATE_ITEM_FROM_BUYING_STORE
+packetLen(0x081b, 10)
#endif
// Packet: 0x081c
-packetLen(0x081c, 10) // ZC_ITEM_DELETE_BUYING_STORE
+packetLen(0x081c, 10)
// Packet: 0x081d
-packetLen(0x081d, 22) // ZC_EL_INIT
+packetLen(0x081d, 22)
// Packet: 0x081e
-packetLen(0x081e, 8) // ZC_EL_PAR_CHANGE
+packetLen(0x081e, 8)
// Packet: 0x081f
-packetLen(0x081f, -1) // ZC_BROADCAST4
+packetLen(0x081f, -1)
// Packet: 0x0820
-packetLen(0x0820, 11) // ZC_COSTUME_SPRITE_CHANGE
+packetLen(0x0820, 11)
// Packet: 0x0821
-packetLen(0x0821, 2) // AC_OTP_USER
+packetLen(0x0821, 2)
// Packet: 0x0822
-packetLen(0x0822, 9) // CA_OTP_AUTH_REQ
+packetLen(0x0822, 9)
// Packet: 0x0823
-packetLen(0x0823, -1) // AC_OTP_AUTH_ACK
+packetLen(0x0823, -1)
// Packet: 0x0824
#if PACKETVER >= 20181114
-packetLen(0x0824, 8) // ZC_FAILED_TRADE_BUYING_STORE_TO_SELLER
+packetLen(0x0824, 8)
#elif PACKETVER >= 20180103
-packetLen(0x0824, 6) // ZC_FAILED_TRADE_BUYING_STORE_TO_SELLER
+packetLen(0x0824, 6)
#endif
// Packet: 0x0825
-packetLen(0x0825, -1) // CA_SSO_LOGIN_REQ
+packetLen(0x0825, -1)
// Packet: 0x0827
-packetLen(0x0827, 6) // CH_DELETE_CHAR3_RESERVED
+packetLen(0x0827, 6)
// Packet: 0x0828
-packetLen(0x0828, 14) // HC_DELETE_CHAR3_RESERVED
+packetLen(0x0828, 14)
// Packet: 0x0829
-packetLen(0x0829, 12) // CH_DELETE_CHAR3
+packetLen(0x0829, 12)
// Packet: 0x082a
-packetLen(0x082a, 10) // HC_DELETE_CHAR3
+packetLen(0x082a, 10)
// Packet: 0x082b
-packetLen(0x082b, 6) // CH_DELETE_CHAR3_CANCEL
+packetLen(0x082b, 6)
// Packet: 0x082c
-packetLen(0x082c, 10) // HC_DELETE_CHAR3_CANCEL
+packetLen(0x082c, 10)
// Packet: 0x082d
-packetLen(0x082d, -1) // HC_ACCEPT_ENTER2
+packetLen(0x082d, -1)
// Packet: 0x0835
#if PACKETVER >= 20180523
-packetLen(0x0835, -1) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, -1)
#elif PACKETVER >= 20180511
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#elif PACKETVER >= 20180315
-packetLen(0x0835, -1) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, -1)
#elif PACKETVER >= 20180103
-packetLen(0x0835, 2) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, 2)
#endif
// Packet: 0x0836
-packetLen(0x0836, -1) // ZC_SEARCH_STORE_INFO_ACK
+packetLen(0x0836, -1)
// Packet: 0x0837
-packetLen(0x0837, 3) // ZC_SEARCH_STORE_INFO_FAILED
+packetLen(0x0837, 3)
// Packet: 0x0838
#if PACKETVER >= 20180314
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20180228
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20180213
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#elif PACKETVER >= 20180131
-packetLen(0x0838, 12) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 12)
#elif PACKETVER >= 20180103
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
#endif
// Packet: 0x0839
-packetLen(0x0839, 66) // ZC_ACK_BAN_GUILD_SSO
+packetLen(0x0839, 66)
// Packet: 0x083a
-packetLen(0x083a, 5) // ZC_OPEN_SEARCH_STORE_INFO
+packetLen(0x083a, 5)
// Packet: 0x083b
-packetLen(0x083b, 2) // CZ_CLOSE_SEARCH_STORE_INFO
+packetLen(0x083b, 2)
// Packet: 0x083c
#if PACKETVER >= 20181114
-packetLen(0x083c, 14) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 14)
#elif PACKETVER >= 20180523
-packetLen(0x083c, 12) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 12)
#elif PACKETVER >= 20180511
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20180315
-packetLen(0x083c, 12) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 12)
#elif PACKETVER >= 20180314
-packetLen(0x083c, 5) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 5)
#elif PACKETVER >= 20180228
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20180213
-packetLen(0x083c, 2) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 2)
#elif PACKETVER >= 20180131
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#elif PACKETVER >= 20180117
-packetLen(0x083c, 6) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 6)
#elif PACKETVER >= 20180103
-packetLen(0x083c, 10) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 10)
#endif
// Packet: 0x083d
-packetLen(0x083d, 6) // ZC_SSILIST_ITEM_CLICK_ACK
+packetLen(0x083d, 6)
// Packet: 0x083e
-packetLen(0x083e, 26) // AC_REFUSE_LOGIN2
+packetLen(0x083e, 26)
// Packet: 0x0840
-packetLen(0x0840, -1) // HC_NOTIFY_ACCESSIBLE_MAPNAME
+packetLen(0x0840, -1)
// Packet: 0x0841
-packetLen(0x0841, 4) // CH_SELECT_ACCESSIBLE_MAPNAME
+packetLen(0x0841, 4)
// Packet: 0x0842
-packetLen(0x0842, 6) // CZ_RECALL_SSO
+packetLen(0x0842, 6)
// Packet: 0x0843
-packetLen(0x0843, 6) // CZ_REMOVE_AID_SSO
+packetLen(0x0843, 6)
// Packet: 0x0844
-packetLen(0x0844, 2) // CZ_SE_CASHSHOP_OPEN
+packetLen(0x0844, 2)
// Packet: 0x0845
-packetLen(0x0845, 10) // ZC_SE_CASHSHOP_OPEN
+packetLen(0x0845, 10)
// Packet: 0x0846
-packetLen(0x0846, 4) // CZ_REQ_SE_CASH_TAB_CODE
+packetLen(0x0846, 4)
// Packet: 0x0847
-packetLen(0x0847, -1) // ZC_ACK_SE_CASH_ITEM_LIST
+packetLen(0x0847, -1)
// Packet: 0x0848
-packetLen(0x0848, -1) // CZ_SE_PC_BUY_CASHITEM_LIST
+packetLen(0x0848, -1)
// Packet: 0x0849
-packetLen(0x0849, 16) // ZC_SE_PC_BUY_CASHITEM_RESULT
+packetLen(0x0849, 16)
// Packet: 0x084a
-packetLen(0x084a, 2) // CZ_SE_CASHSHOP_CLOSE
+packetLen(0x084a, 2)
// Packet: 0x084b
#if PACKETVER >= 20181114
-packetLen(0x084b, 21) // ZC_ITEM_FALL_ENTRY4
+packetLen(0x084b, 21)
#elif PACKETVER >= 20180103
-packetLen(0x084b, 19) // ZC_ITEM_FALL_ENTRY4
+packetLen(0x084b, 19)
#endif
// Packet: 0x084c
-packetLen(0x084c, 10) // CZ_MACRO_USE_SKILL
+packetLen(0x084c, 10)
// Packet: 0x084d
-packetLen(0x084d, 10) // CZ_MACRO_USE_SKILL_TOGROUND
+packetLen(0x084d, 10)
// Packet: 0x084e
-packetLen(0x084e, 5) // CZ_MACRO_REQUEST_MOVE
+packetLen(0x084e, 5)
// Packet: 0x084f
-packetLen(0x084f, 6) // CZ_MACRO_ITEM_PICKUP
+packetLen(0x084f, 6)
// Packet: 0x0850
-packetLen(0x0850, 7) // CZ_MACRO_REQUEST_ACT
+packetLen(0x0850, 7)
// Packet: 0x0851
-packetLen(0x0851, -1) // ZC_GPK_DYNCODE
+packetLen(0x0851, -1)
// Packet: 0x0852
-packetLen(0x0852, 2) // CZ_GPK_DYNCODE_RELOAD
+packetLen(0x0852, 2)
// Packet: 0x0853
-packetLen(0x0853, -1) // ZC_GPK_AUTH
+packetLen(0x0853, -1)
// Packet: 0x0854
-packetLen(0x0854, -1) // CZ_GPK_AUTH
+packetLen(0x0854, -1)
// Packet: 0x0855
-packetLen(0x0855, 6) // ZC_MACRO_ITEMPICKUP_FAIL
+packetLen(0x0855, 6)
// Packet: 0x0856
-packetLen(0x0856, -1) // ZC_NOTIFY_MOVEENTRY8
+packetLen(0x0856, -1)
// Packet: 0x0857
-packetLen(0x0857, -1) // ZC_NOTIFY_STANDENTRY7
+packetLen(0x0857, -1)
// Packet: 0x0858
-packetLen(0x0858, -1) // ZC_NOTIFY_NEWENTRY6
+packetLen(0x0858, -1)
// Packet: 0x0859
-packetLen(0x0859, -1) // ZC_EQUIPWIN_MICROSCOPE2
+packetLen(0x0859, -1)
// Packet: 0x085a
#if PACKETVER >= 20180221
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#elif PACKETVER >= 20180213
-packetLen(0x085a, -1) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, -1)
#elif PACKETVER >= 20180103
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
#endif
// Packet: 0x085b
#if PACKETVER >= 20180228
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
#elif PACKETVER >= 20180221
-packetLen(0x085b, 10) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 10)
#elif PACKETVER >= 20180103
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
#endif
// Packet: 0x085c
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
// Packet: 0x085d
#if PACKETVER >= 20180315
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
#elif PACKETVER >= 20180314
-packetLen(0x085d, 26) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 26)
#elif PACKETVER >= 20180221
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
#elif PACKETVER >= 20180213
-packetLen(0x085d, 5) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 5)
#elif PACKETVER >= 20180103
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
#endif
// Packet: 0x085e
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
// Packet: 0x085f
#if PACKETVER >= 20180523
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#elif PACKETVER >= 20180511
-packetLen(0x085f, 6) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 6)
#elif PACKETVER >= 20180315
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#elif PACKETVER >= 20180314
-packetLen(0x085f, -1) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, -1)
#elif PACKETVER >= 20180103
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
#endif
// Packet: 0x0860
#if PACKETVER >= 20180117
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
#elif PACKETVER >= 20180103
-packetLen(0x0860, 5) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 5)
#endif
// Packet: 0x0861
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
// Packet: 0x0862
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
// Packet: 0x0863
#if PACKETVER >= 20180523
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#elif PACKETVER >= 20180511
-packetLen(0x0863, 6) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 6)
#elif PACKETVER >= 20180103
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
#endif
// Packet: 0x0864
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
// Packet: 0x0865
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
// Packet: 0x0866
#if PACKETVER >= 20180315
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
#elif PACKETVER >= 20180314
-packetLen(0x0866, 5) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 5)
#elif PACKETVER >= 20180131
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
#elif PACKETVER >= 20180103
-packetLen(0x0866, -1) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, -1)
#endif
// Packet: 0x0867
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
// Packet: 0x0868
#if PACKETVER >= 20180221
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#elif PACKETVER >= 20180213
-packetLen(0x0868, 18) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 18)
#elif PACKETVER >= 20180103
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
#endif
// Packet: 0x0869
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
// Packet: 0x086a
#if PACKETVER >= 20180228
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#elif PACKETVER >= 20180221
-packetLen(0x086a, 8) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 8)
#elif PACKETVER >= 20180103
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
#endif
// Packet: 0x086b
-packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 2)
// Packet: 0x086c
#if PACKETVER >= 20180523
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#elif PACKETVER >= 20180511
-packetLen(0x086c, 7) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 7)
#elif PACKETVER >= 20180103
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
#endif
// Packet: 0x086d
#if PACKETVER >= 20180117
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
#elif PACKETVER >= 20180103
-packetLen(0x086d, 26) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 26)
#endif
// Packet: 0x086e
#if PACKETVER >= 20180131
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
#elif PACKETVER >= 20180117
-packetLen(0x086e, 10) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 10)
#elif PACKETVER >= 20180103
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
#endif
// Packet: 0x086f
#if PACKETVER >= 20180131
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#elif PACKETVER >= 20180117
-packetLen(0x086f, 6) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 6)
#elif PACKETVER >= 20180103
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
#endif
// Packet: 0x0870
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
// Packet: 0x0871
#if PACKETVER >= 20180117
-packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 2)
#elif PACKETVER >= 20180103
-packetLen(0x0871, 6) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 6)
#endif
// Packet: 0x0872
@@ -3190,1974 +3190,1974 @@ packetLen(0x0872, -1)
#endif
// Packet: 0x0873
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
// Packet: 0x0874
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
// Packet: 0x0875
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
// Packet: 0x0876
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
// Packet: 0x0877
#if PACKETVER >= 20180523
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#elif PACKETVER >= 20180511
-packetLen(0x0877, 8) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 8)
#elif PACKETVER >= 20180103
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
#endif
// Packet: 0x0878
#if PACKETVER >= 20180315
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#elif PACKETVER >= 20180314
-packetLen(0x0878, 8) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 8)
#elif PACKETVER >= 20180103
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
#endif
// Packet: 0x0879
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
// Packet: 0x087a
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
// Packet: 0x087b
#if PACKETVER >= 20180221
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#elif PACKETVER >= 20180213
-packetLen(0x087b, 6) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 6)
#elif PACKETVER >= 20180117
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
#elif PACKETVER >= 20180103
-packetLen(0x087b, 8) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 8)
#endif
// Packet: 0x087c
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
// Packet: 0x087d
#if PACKETVER >= 20180131
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#elif PACKETVER >= 20180117
-packetLen(0x087d, 19) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 19)
#elif PACKETVER >= 20180103
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
#endif
// Packet: 0x087e
#if PACKETVER >= 20180523
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#elif PACKETVER >= 20180511
-packetLen(0x087e, -1) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, -1)
#elif PACKETVER >= 20180103
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
#endif
// Packet: 0x087f
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
// Packet: 0x0880
#if PACKETVER >= 20180523
-packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 2)
#elif PACKETVER >= 20180511
-packetLen(0x0880, 6) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 6)
#elif PACKETVER >= 20180228
-packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 2)
#elif PACKETVER >= 20180221
-packetLen(0x0880, 19) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 19)
#elif PACKETVER >= 20180103
-packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 2)
#endif
// Packet: 0x0881
#if PACKETVER >= 20180131
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#elif PACKETVER >= 20180117
-packetLen(0x0881, 10) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 10)
#elif PACKETVER >= 20180103
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
#endif
// Packet: 0x0882
#if PACKETVER >= 20180221
-packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 2)
#elif PACKETVER >= 20180213
-packetLen(0x0882, 12) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 12)
#elif PACKETVER >= 20180103
-packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 2)
#endif
// Packet: 0x0883
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
// Packet: 0x0884
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
// Packet: 0x0885
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
// Packet: 0x0886
#if PACKETVER >= 20180131
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#elif PACKETVER >= 20180117
-packetLen(0x0886, 6) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 6)
#elif PACKETVER >= 20180103
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
#endif
// Packet: 0x0887
#if PACKETVER >= 20180221
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#elif PACKETVER >= 20180213
-packetLen(0x0887, -1) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, -1)
#elif PACKETVER >= 20180103
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
#endif
// Packet: 0x0888
#if PACKETVER >= 20180221
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20180213
-packetLen(0x0888, 6) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 6)
#elif PACKETVER >= 20180117
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
#elif PACKETVER >= 20180103
-packetLen(0x0888, 7) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 7)
#endif
// Packet: 0x0889
#if PACKETVER >= 20180523
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#elif PACKETVER >= 20180511
-packetLen(0x0889, 8) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 8)
#elif PACKETVER >= 20180103
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
#endif
// Packet: 0x088a
#if PACKETVER >= 20180221
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#elif PACKETVER >= 20180213
-packetLen(0x088a, 4) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 4)
#elif PACKETVER >= 20180103
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
#endif
// Packet: 0x088b
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
// Packet: 0x088c
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
// Packet: 0x088d
#if PACKETVER >= 20180315
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20180314
-packetLen(0x088d, 36) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 36)
#elif PACKETVER >= 20180228
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#elif PACKETVER >= 20180221
-packetLen(0x088d, 6) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 6)
#elif PACKETVER >= 20180103
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
#endif
// Packet: 0x088e
#if PACKETVER >= 20180221
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#elif PACKETVER >= 20180213
-packetLen(0x088e, 6) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 6)
#elif PACKETVER >= 20180103
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
#endif
// Packet: 0x088f
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
// Packet: 0x0890
#if PACKETVER >= 20180131
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
#elif PACKETVER >= 20180117
-packetLen(0x0890, 8) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 8)
#elif PACKETVER >= 20180103
-packetLen(0x0890, 6) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 6)
#endif
// Packet: 0x0891
#if PACKETVER >= 20180315
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20180314
-packetLen(0x0891, 8) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 8)
#elif PACKETVER >= 20180131
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#elif PACKETVER >= 20180117
-packetLen(0x0891, 6) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 6)
#elif PACKETVER >= 20180103
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
#endif
// Packet: 0x0892
#if PACKETVER >= 20180228
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#elif PACKETVER >= 20180221
-packetLen(0x0892, 6) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 6)
#elif PACKETVER >= 20180103
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
#endif
// Packet: 0x0893
#if PACKETVER >= 20180523
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20180511
-packetLen(0x0893, 18) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 18)
#elif PACKETVER >= 20180131
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#elif PACKETVER >= 20180117
-packetLen(0x0893, 7) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 7)
#elif PACKETVER >= 20180103
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
#endif
// Packet: 0x0894
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
// Packet: 0x0895
#if PACKETVER >= 20180228
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#elif PACKETVER >= 20180221
-packetLen(0x0895, 6) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 6)
#elif PACKETVER >= 20180103
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
#endif
// Packet: 0x0896
#if PACKETVER >= 20180523
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#elif PACKETVER >= 20180511
-packetLen(0x0896, 19) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 19)
#elif PACKETVER >= 20180117
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
#elif PACKETVER >= 20180103
-packetLen(0x0896, 10) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 10)
#endif
// Packet: 0x0897
#if PACKETVER >= 20180315
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#elif PACKETVER >= 20180314
-packetLen(0x0897, 6) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 6)
#elif PACKETVER >= 20180103
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
#endif
// Packet: 0x0898
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
// Packet: 0x0899
#if PACKETVER >= 20180523
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20180511
-packetLen(0x0899, 12) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 12)
#elif PACKETVER >= 20180315
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20180314
-packetLen(0x0899, 8) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 8)
#elif PACKETVER >= 20180221
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20180213
-packetLen(0x0899, 26) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 26)
#elif PACKETVER >= 20180131
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#elif PACKETVER >= 20180117
-packetLen(0x0899, -1) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, -1)
#elif PACKETVER >= 20180103
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
#endif
// Packet: 0x089a
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
// Packet: 0x089b
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
// Packet: 0x089c
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
// Packet: 0x089d
#if PACKETVER >= 20180131
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
#elif PACKETVER >= 20180117
-packetLen(0x089d, -1) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, -1)
#elif PACKETVER >= 20180103
-packetLen(0x089d, 8) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 8)
#endif
// Packet: 0x089e
#if PACKETVER >= 20180315
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20180314
-packetLen(0x089e, -1) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, -1)
#elif PACKETVER >= 20180131
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#elif PACKETVER >= 20180117
-packetLen(0x089e, 5) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 5)
#elif PACKETVER >= 20180103
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
#endif
// Packet: 0x089f
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
// Packet: 0x08a0
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
// Packet: 0x08a1
#if PACKETVER >= 20180315
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20180314
-packetLen(0x08a1, 4) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 4)
#elif PACKETVER >= 20180228
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#elif PACKETVER >= 20180221
-packetLen(0x08a1, 5) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 5)
#elif PACKETVER >= 20180103
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
#endif
// Packet: 0x08a2
#if PACKETVER >= 20180523
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#elif PACKETVER >= 20180511
-packetLen(0x08a2, 6) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 6)
#elif PACKETVER >= 20180103
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
#endif
// Packet: 0x08a3
#if PACKETVER >= 20180228
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#elif PACKETVER >= 20180221
-packetLen(0x08a3, 10) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 10)
#elif PACKETVER >= 20180103
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
#endif
// Packet: 0x08a4
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
// Packet: 0x08a5
#if PACKETVER >= 20180523
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#elif PACKETVER >= 20180511
-packetLen(0x08a5, 6) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 6)
#elif PACKETVER >= 20180103
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
#endif
// Packet: 0x08a6
#if PACKETVER >= 20180117
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
#elif PACKETVER >= 20180103
-packetLen(0x08a6, 6) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 6)
#endif
// Packet: 0x08a7
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
// Packet: 0x08a8
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
// Packet: 0x08a9
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
// Packet: 0x08aa
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
// Packet: 0x08ab
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
// Packet: 0x08ac
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
// Packet: 0x08ad
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
// Packet: 0x08af
-packetLen(0x08af, 10) // HC_WAITING_LOGIN
+packetLen(0x08af, 10)
// Packet: 0x08b0
-packetLen(0x08b0, 17) // CH_WAITING_LOGIN
+packetLen(0x08b0, 17)
// Packet: 0x08b1
-packetLen(0x08b1, -1) // ZC_MCSTORE_NOTMOVEITEM_LIST
+packetLen(0x08b1, -1)
// Packet: 0x08b2
-packetLen(0x08b2, -1) // AC_REALNAME_AUTH
+packetLen(0x08b2, -1)
// Packet: 0x08b3
-packetLen(0x08b3, -1) // ZC_SHOWSCRIPT
+packetLen(0x08b3, -1)
// Packet: 0x08b4
-packetLen(0x08b4, 2) // ZC_START_COLLECTION
+packetLen(0x08b4, 2)
// Packet: 0x08b5
-packetLen(0x08b5, 6) // CZ_TRYCOLLECTION
+packetLen(0x08b5, 6)
// Packet: 0x08b6
-packetLen(0x08b6, 3) // ZC_TRYCOLLECTION
+packetLen(0x08b6, 3)
// Packet: 0x08b8
-packetLen(0x08b8, 10) // CH_SECOND_PASSWD_ACK
+packetLen(0x08b8, 10)
// Packet: 0x08b9
-packetLen(0x08b9, 12) // HC_SECOND_PASSWD_LOGIN
+packetLen(0x08b9, 12)
// Packet: 0x08ba
-packetLen(0x08ba, 10) // CH_MAKE_SECOND_PASSWD
+packetLen(0x08ba, 10)
// Packet: 0x08bb
-packetLen(0x08bb, 8) // HC_MAKE_SECOND_PASSWD
+packetLen(0x08bb, 8)
// Packet: 0x08bc
-packetLen(0x08bc, 10) // CH_DELETE_SECOND_PASSWD
+packetLen(0x08bc, 10)
// Packet: 0x08bd
-packetLen(0x08bd, 8) // HC_DELETE_SECOND_PASSWD
+packetLen(0x08bd, 8)
// Packet: 0x08be
-packetLen(0x08be, 14) // CH_EDIT_SECOND_PASSWD
+packetLen(0x08be, 14)
// Packet: 0x08bf
-packetLen(0x08bf, 8) // HC_EDIT_SECOND_PASSWD
+packetLen(0x08bf, 8)
// Packet: 0x08c0
-packetLen(0x08c0, -1) // ZC_ACK_SE_CASH_ITEM_LIST2
+packetLen(0x08c0, -1)
// Packet: 0x08c1
-packetLen(0x08c1, 2) // CZ_MACRO_START
+packetLen(0x08c1, 2)
// Packet: 0x08c2
-packetLen(0x08c2, 2) // CZ_MACRO_STOP
+packetLen(0x08c2, 2)
// Packet: 0x08c3
-packetLen(0x08c3, 10) // CH_NOT_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c3, 10)
// Packet: 0x08c4
-packetLen(0x08c4, 8) // HC_NOT_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c4, 8)
// Packet: 0x08c5
-packetLen(0x08c5, 6) // CH_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c5, 6)
// Packet: 0x08c6
-packetLen(0x08c6, 4) // HC_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c6, 4)
// Packet: 0x08c7
-packetLen(0x08c7, -1) // ZC_SKILL_ENTRY3
+packetLen(0x08c7, -1)
// Packet: 0x08c8
-packetLen(0x08c8, 34) // ZC_NOTIFY_ACT3
+packetLen(0x08c8, 34)
// Packet: 0x08c9
-packetLen(0x08c9, 2) // CZ_REQ_SCHEDULER_CASHITEM
+packetLen(0x08c9, 2)
// Packet: 0x08ca
-packetLen(0x08ca, -1) // ZC_ACK_SCHEDULER_CASHITEM
+packetLen(0x08ca, -1)
// Packet: 0x08cb
-packetLen(0x08cb, -1) // ZC_PERSONAL_INFOMATION
+packetLen(0x08cb, -1)
// Packet: 0x08cc
-packetLen(0x08cc, 109) // CA_LOGIN5
+packetLen(0x08cc, 109)
// Packet: 0x08cd
-packetLen(0x08cd, 10) // ZC_STOPMOVE_FORCE
+packetLen(0x08cd, 10)
// Packet: 0x08ce
-packetLen(0x08ce, 2) // ZC_FAILED_GET_ITEM_FROM_ZONEDA
+packetLen(0x08ce, 2)
// Packet: 0x08cf
-packetLen(0x08cf, 10) // ZC_SPIRITS_ATTRIBUTE
+packetLen(0x08cf, 10)
// Packet: 0x08d0
-packetLen(0x08d0, 9) // ZC_REQ_WEAR_EQUIP_ACK2
+packetLen(0x08d0, 9)
// Packet: 0x08d1
-packetLen(0x08d1, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK2
+packetLen(0x08d1, 7)
// Packet: 0x08d2
-packetLen(0x08d2, 10) // ZC_FASTMOVE
+packetLen(0x08d2, 10)
// Packet: 0x08d3
-packetLen(0x08d3, 10) // ZC_SE_CASHSHOP_UPDATE
+packetLen(0x08d3, 10)
// Packet: 0x08d4
-packetLen(0x08d4, 8) // CH_REQ_CHANGE_CHARACTER_SLOT
+packetLen(0x08d4, 8)
// Packet: 0x08d5
-packetLen(0x08d5, -1) // HC_ACK_CHANGE_CHARACTER_SLOT
+packetLen(0x08d5, -1)
// Packet: 0x08d6
-packetLen(0x08d6, 6) // ZC_CLEAR_DIALOG
+packetLen(0x08d6, 6)
// Packet: 0x08d7
-packetLen(0x08d7, 28) // CZ_REQ_ENTRY_QUEUE_APPLY
+packetLen(0x08d7, 28)
// Packet: 0x08d8
-packetLen(0x08d8, 27) // ZC_ACK_ENTRY_QUEUE_APPLY
+packetLen(0x08d8, 27)
// Packet: 0x08d9
-packetLen(0x08d9, 30) // ZC_NOTIFY_ENTRY_QUEUE_APPLY
+packetLen(0x08d9, 30)
// Packet: 0x08da
-packetLen(0x08da, 26) // CZ_REQ_ENTRY_QUEUE_CANCEL
+packetLen(0x08da, 26)
// Packet: 0x08db
-packetLen(0x08db, 27) // ZC_ACK_ENTRY_QUEUE_CANCEL
+packetLen(0x08db, 27)
// Packet: 0x08dc
-packetLen(0x08dc, 26) // ZC_NOTIFY_ENTRY_QUEUE_ADMISSION
+packetLen(0x08dc, 26)
// Packet: 0x08dd
-packetLen(0x08dd, 27) // CZ_REPLY_ENTRY_QUEUE_ADMISSION
+packetLen(0x08dd, 27)
// Packet: 0x08de
-packetLen(0x08de, 27) // ZC_REPLY_ACK_ENTRY_QUEUE_ADMISSION
+packetLen(0x08de, 27)
// Packet: 0x08df
-packetLen(0x08df, 50) // ZC_NOTIFY_LOBBY_ADMISSION
+packetLen(0x08df, 50)
// Packet: 0x08e0
-packetLen(0x08e0, 51) // CZ_REPLY_LOBBY_ADMISSION
+packetLen(0x08e0, 51)
// Packet: 0x08e1
-packetLen(0x08e1, 51) // ZC_REPLY_ACK_LOBBY_ADMISSION
+packetLen(0x08e1, 51)
// Packet: 0x08e2
-packetLen(0x08e2, 27) // ZC_NAVIGATION_ACTIVE
+packetLen(0x08e2, 27)
// Packet: 0x08e3
-packetLen(0x08e3, 157) // HC_UPDATE_CHARINFO
+packetLen(0x08e3, 157)
// Packet: 0x08e4
-packetLen(0x08e4, 6) // AC_SHUTDOWN_INFO
+packetLen(0x08e4, 6)
// Packet: 0x08fc
-packetLen(0x08fc, 30) // CH_REQ_CHANGE_CHARACTERNAME
+packetLen(0x08fc, 30)
// Packet: 0x08fd
-packetLen(0x08fd, 6) // CH_ACK_CHANGE_CHARACTERNAME
+packetLen(0x08fd, 6)
// Packet: 0x08fe
-packetLen(0x08fe, -1) // ZC_HUNTING_QUEST_INFO
+packetLen(0x08fe, -1)
// Packet: 0x08ff
-packetLen(0x08ff, 24) // ZC_EFST_SET_ENTER
+packetLen(0x08ff, 24)
// Packet: 0x0900
-packetLen(0x0900, -1) // ZC_INVENTORY_ITEMLIST_NORMAL
+packetLen(0x0900, -1)
// Packet: 0x0901
-packetLen(0x0901, -1) // ZC_INVENTORY_ITEMLIST_EQUIP
+packetLen(0x0901, -1)
// Packet: 0x0902
-packetLen(0x0902, -1) // ZC_CART_ITEMLIST_NORMAL
+packetLen(0x0902, -1)
// Packet: 0x0903
-packetLen(0x0903, -1) // ZC_CART_ITEMLIST_EQUIP
+packetLen(0x0903, -1)
// Packet: 0x0904
-packetLen(0x0904, -1) // ZC_STORE_ITEMLIST_NORMAL
+packetLen(0x0904, -1)
// Packet: 0x0905
-packetLen(0x0905, -1) // ZC_STORE_ITEMLIST_EQUIP
+packetLen(0x0905, -1)
// Packet: 0x0906
-packetLen(0x0906, -1) // ZC_MICROSCOPE
+packetLen(0x0906, -1)
// Packet: 0x0907
-packetLen(0x0907, 5) // CZ_INVENTORY_TAB
+packetLen(0x0907, 5)
// Packet: 0x0908
-packetLen(0x0908, 5) // ZC_INVENTORY_TAB
+packetLen(0x0908, 5)
// Packet: 0x090a
-packetLen(0x090a, 26) // CZ_REQ_ENTRY_QUEUE_RANKING
+packetLen(0x090a, 26)
// Packet: 0x090d
-packetLen(0x090d, -1) // ZC_PREMIUM_CAMPAIGN_INFO
+packetLen(0x090d, -1)
// Packet: 0x090e
-packetLen(0x090e, 2) // ZC_ENTRY_QUEUE_INIT
+packetLen(0x090e, 2)
// Packet: 0x090f
-packetLen(0x090f, -1) // ZC_NOTIFY_NEWENTRY7
+packetLen(0x090f, -1)
// Packet: 0x0910
-packetLen(0x0910, 10) // CZ_REQ_PARTY_NAME
+packetLen(0x0910, 10)
// Packet: 0x0911
-packetLen(0x0911, 30) // ZC_ACK_PARTY_NAME
+packetLen(0x0911, 30)
// Packet: 0x0912
-packetLen(0x0912, 10) // CZ_REQ_GUILD_NAME
+packetLen(0x0912, 10)
// Packet: 0x0913
-packetLen(0x0913, 30) // ZC_ACK_GUILD_NAME
+packetLen(0x0913, 30)
// Packet: 0x0914
-packetLen(0x0914, -1) // ZC_NOTIFY_MOVEENTRY9
+packetLen(0x0914, -1)
// Packet: 0x0915
-packetLen(0x0915, -1) // ZC_NOTIFY_STANDENTRY8
+packetLen(0x0915, -1)
// Packet: 0x0916
-packetLen(0x0916, 26) // CZ_REQ_JOIN_GUILD2
+packetLen(0x0916, 26)
// Packet: 0x0917
#if PACKETVER >= 20180315
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
#elif PACKETVER >= 20180314
-packetLen(0x0917, -1) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, -1)
#elif PACKETVER >= 20180221
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
#elif PACKETVER >= 20180213
-packetLen(0x0917, 7) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 7)
#elif PACKETVER >= 20180103
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
#endif
// Packet: 0x0918
#if PACKETVER >= 20180315
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
#elif PACKETVER >= 20180314
-packetLen(0x0918, 7) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 7)
#elif PACKETVER >= 20180103
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
#endif
// Packet: 0x0919
#if PACKETVER >= 20180523
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
#elif PACKETVER >= 20180511
-packetLen(0x0919, 5) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 5)
#elif PACKETVER >= 20180131
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
#elif PACKETVER >= 20180117
-packetLen(0x0919, 6) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 6)
#elif PACKETVER >= 20180103
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
#endif
// Packet: 0x091a
#if PACKETVER >= 20180523
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#elif PACKETVER >= 20180511
-packetLen(0x091a, -1) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, -1)
#elif PACKETVER >= 20180103
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
#endif
// Packet: 0x091b
#if PACKETVER >= 20180228
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#elif PACKETVER >= 20180221
-packetLen(0x091b, 90) // ZC_PRNPC_STATE
+packetLen(0x091b, 90)
#elif PACKETVER >= 20180103
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
#endif
// Packet: 0x091c
#if PACKETVER >= 20180131
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
#elif PACKETVER >= 20180117
-packetLen(0x091c, 8) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 8)
#elif PACKETVER >= 20180103
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
#endif
// Packet: 0x091d
#if PACKETVER >= 20180523
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20180511
-packetLen(0x091d, -1) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, -1)
#elif PACKETVER >= 20180221
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#elif PACKETVER >= 20180213
-packetLen(0x091d, 5) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 5)
#elif PACKETVER >= 20180103
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
#endif
// Packet: 0x091e
#if PACKETVER >= 20180117
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
#elif PACKETVER >= 20180103
-packetLen(0x091e, 6) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 6)
#endif
// Packet: 0x091f
#if PACKETVER >= 20180315
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
#elif PACKETVER >= 20180314
-packetLen(0x091f, 10) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 10)
#elif PACKETVER >= 20180131
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
#elif PACKETVER >= 20180117
-packetLen(0x091f, 90) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 90)
#elif PACKETVER >= 20180103
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
#endif
// Packet: 0x0920
#if PACKETVER >= 20180523
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#elif PACKETVER >= 20180511
-packetLen(0x0920, 4) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 4)
#elif PACKETVER >= 20180315
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#elif PACKETVER >= 20180314
-packetLen(0x0920, 6) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 6)
#elif PACKETVER >= 20180103
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
#endif
// Packet: 0x0921
#if PACKETVER >= 20180228
-packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 2)
#elif PACKETVER >= 20180221
-packetLen(0x0921, -1) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, -1)
#elif PACKETVER >= 20180131
-packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 2)
#elif PACKETVER >= 20180117
-packetLen(0x0921, 5) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 5)
#elif PACKETVER >= 20180103
-packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 2)
#endif
// Packet: 0x0922
#if PACKETVER >= 20180221
-packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 2)
#elif PACKETVER >= 20180213
-packetLen(0x0922, -1) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, -1)
#elif PACKETVER >= 20180103
-packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 2)
#endif
// Packet: 0x0923
#if PACKETVER >= 20180315
-packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 2)
#elif PACKETVER >= 20180314
-packetLen(0x0923, 12) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 12)
#elif PACKETVER >= 20180228
-packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 2)
#elif PACKETVER >= 20180221
-packetLen(0x0923, 5) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 5)
#elif PACKETVER >= 20180103
-packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 2)
#endif
// Packet: 0x0924
#if PACKETVER >= 20180117
-packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 2)
#elif PACKETVER >= 20180103
-packetLen(0x0924, 4) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 4)
#endif
// Packet: 0x0925
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
// Packet: 0x0926
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
// Packet: 0x0927
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
// Packet: 0x0928
-packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 2)
// Packet: 0x0929
#if PACKETVER >= 20180131
-packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 2)
#elif PACKETVER >= 20180117
-packetLen(0x0929, 18) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 18)
#elif PACKETVER >= 20180103
-packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 2)
#endif
// Packet: 0x092a
-packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 2)
// Packet: 0x092b
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
// Packet: 0x092c
#if PACKETVER >= 20180523
-packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 2)
#elif PACKETVER >= 20180511
-packetLen(0x092c, 10) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 10)
#elif PACKETVER >= 20180103
-packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 2)
#endif
// Packet: 0x092d
#if PACKETVER >= 20180523
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#elif PACKETVER >= 20180511
-packetLen(0x092d, 26) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 26)
#elif PACKETVER >= 20180228
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#elif PACKETVER >= 20180221
-packetLen(0x092d, 26) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 26)
#elif PACKETVER >= 20180131
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#elif PACKETVER >= 20180117
-packetLen(0x092d, 4) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 4)
#elif PACKETVER >= 20180103
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
#endif
// Packet: 0x092e
#if PACKETVER >= 20180523
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#elif PACKETVER >= 20180511
-packetLen(0x092e, -1) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, -1)
#elif PACKETVER >= 20180103
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
#endif
// Packet: 0x092f
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
// Packet: 0x0930
#if PACKETVER >= 20180315
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#elif PACKETVER >= 20180314
-packetLen(0x0930, 6) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 6)
#elif PACKETVER >= 20180228
-packetLen(0x0930, 36) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 36)
#elif PACKETVER >= 20180221
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#elif PACKETVER >= 20180213
-packetLen(0x0930, 8) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 8)
#elif PACKETVER >= 20180103
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
#endif
// Packet: 0x0931
#if PACKETVER >= 20180315
-packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 2)
#elif PACKETVER >= 20180314
-packetLen(0x0931, 6) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 6)
#elif PACKETVER >= 20180103
-packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 2)
#endif
// Packet: 0x0932
#if PACKETVER >= 20180228
-packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 2)
#elif PACKETVER >= 20180221
-packetLen(0x0932, -1) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, -1)
#elif PACKETVER >= 20180103
-packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 2)
#endif
// Packet: 0x0933
#if PACKETVER >= 20180131
-packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 2)
#elif PACKETVER >= 20180117
-packetLen(0x0933, 12) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 12)
#elif PACKETVER >= 20180103
-packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 2)
#endif
// Packet: 0x0934
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
// Packet: 0x0935
-packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 2)
// Packet: 0x0936
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
// Packet: 0x0937
-packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 2)
// Packet: 0x0938
#if PACKETVER >= 20180117
-packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 2)
#elif PACKETVER >= 20180103
-packetLen(0x0938, 90) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 90)
#endif
// Packet: 0x0939
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
// Packet: 0x093a
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
// Packet: 0x093b
#if PACKETVER >= 20180228
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#elif PACKETVER >= 20180221
-packetLen(0x093b, 12) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 12)
#elif PACKETVER >= 20180117
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
#elif PACKETVER >= 20180103
-packetLen(0x093b, 26) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 26)
#endif
// Packet: 0x093c
-packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 2)
// Packet: 0x093d
#if PACKETVER >= 20180228
-packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 2)
#elif PACKETVER >= 20180221
-packetLen(0x093d, 26) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 26)
#elif PACKETVER >= 20180103
-packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 2)
#endif
// Packet: 0x093e
#if PACKETVER >= 20180228
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#elif PACKETVER >= 20180221
-packetLen(0x093e, 8) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 8)
#elif PACKETVER >= 20180103
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
#endif
// Packet: 0x093f
#if PACKETVER >= 20180315
-packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 2)
#elif PACKETVER >= 20180314
-packetLen(0x093f, 6) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 6)
#elif PACKETVER >= 20180103
-packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 2)
#endif
// Packet: 0x0940
#if PACKETVER >= 20180207
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#elif PACKETVER >= 20180131
-packetLen(0x0940, 90) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 90)
#elif PACKETVER >= 20180103
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
#endif
// Packet: 0x0941
#if PACKETVER >= 20180221
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#elif PACKETVER >= 20180213
-packetLen(0x0941, 19) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 19)
#elif PACKETVER >= 20180103
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
#endif
// Packet: 0x0942
#if PACKETVER >= 20180523
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
#elif PACKETVER >= 20180511
-packetLen(0x0942, 5) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 5)
#elif PACKETVER >= 20180228
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
#elif PACKETVER >= 20180221
-packetLen(0x0942, 36) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 36)
#elif PACKETVER >= 20180213
-packetLen(0x0942, 8) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 8)
#elif PACKETVER >= 20180103
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
#endif
// Packet: 0x0943
-packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 2)
// Packet: 0x0944
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
// Packet: 0x0945
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
// Packet: 0x0946
#if PACKETVER >= 20180315
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20180314
-packetLen(0x0946, 90) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 90)
#elif PACKETVER >= 20180131
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#elif PACKETVER >= 20180117
-packetLen(0x0946, 26) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 26)
#elif PACKETVER >= 20180103
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
#endif
// Packet: 0x0947
#if PACKETVER >= 20180221
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#elif PACKETVER >= 20180213
-packetLen(0x0947, 6) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 6)
#elif PACKETVER >= 20180103
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
#endif
// Packet: 0x0948
-packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 2)
// Packet: 0x0949
-packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 2)
// Packet: 0x094a
#if PACKETVER >= 20180523
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#elif PACKETVER >= 20180511
-packetLen(0x094a, 90) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 90)
#elif PACKETVER >= 20180315
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#elif PACKETVER >= 20180314
-packetLen(0x094a, 10) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 10)
#elif PACKETVER >= 20180103
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
#endif
// Packet: 0x094b
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
// Packet: 0x094c
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
// Packet: 0x094d
#if PACKETVER >= 20180221
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
#elif PACKETVER >= 20180213
-packetLen(0x094d, 10) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 10)
#elif PACKETVER >= 20180103
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
#endif
// Packet: 0x094e
#if PACKETVER >= 20180315
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#elif PACKETVER >= 20180314
-packetLen(0x094e, 5) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 5)
#elif PACKETVER >= 20180103
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
#endif
// Packet: 0x094f
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
// Packet: 0x0950
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
// Packet: 0x0951
#if PACKETVER >= 20180228
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#elif PACKETVER >= 20180221
-packetLen(0x0951, 18) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 18)
#elif PACKETVER >= 20180103
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
#endif
// Packet: 0x0952
#if PACKETVER >= 20180228
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
#elif PACKETVER >= 20180221
-packetLen(0x0952, 4) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 4)
#elif PACKETVER >= 20180103
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
#endif
// Packet: 0x0953
-packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 2)
// Packet: 0x0954
#if PACKETVER >= 20180315
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#elif PACKETVER >= 20180314
-packetLen(0x0954, 18) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 18)
#elif PACKETVER >= 20180103
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
#endif
// Packet: 0x0955
#if PACKETVER >= 20180523
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
#elif PACKETVER >= 20180511
-packetLen(0x0955, 26) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 26)
#elif PACKETVER >= 20180103
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
#endif
// Packet: 0x0956
#if PACKETVER >= 20180523
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#elif PACKETVER >= 20180511
-packetLen(0x0956, 8) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 8)
#elif PACKETVER >= 20180315
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#elif PACKETVER >= 20180314
-packetLen(0x0956, 6) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 6)
#elif PACKETVER >= 20180117
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
#elif PACKETVER >= 20180103
-packetLen(0x0956, -1) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, -1)
#endif
// Packet: 0x0957
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
// Packet: 0x0958
#if PACKETVER >= 20180315
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20180314
-packetLen(0x0958, -1) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, -1)
#elif PACKETVER >= 20180228
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20180221
-packetLen(0x0958, 7) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 7)
#elif PACKETVER >= 20180213
-packetLen(0x0958, 26) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 26)
#elif PACKETVER >= 20180117
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
#elif PACKETVER >= 20180103
-packetLen(0x0958, 19) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 19)
#endif
// Packet: 0x0959
#if PACKETVER >= 20180228
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#elif PACKETVER >= 20180221
-packetLen(0x0959, 8) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 8)
#elif PACKETVER >= 20180103
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
#endif
// Packet: 0x095a
-packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 2)
// Packet: 0x095b
#if PACKETVER >= 20180117
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
#elif PACKETVER >= 20180103
-packetLen(0x095b, 36) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 36)
#endif
// Packet: 0x095c
#if PACKETVER >= 20180523
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#elif PACKETVER >= 20180511
-packetLen(0x095c, 10) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 10)
#elif PACKETVER >= 20180221
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#elif PACKETVER >= 20180213
-packetLen(0x095c, -1) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, -1)
#elif PACKETVER >= 20180103
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
#endif
// Packet: 0x095d
#if PACKETVER >= 20180228
-packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 2)
#elif PACKETVER >= 20180221
-packetLen(0x095d, 6) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 6)
#elif PACKETVER >= 20180117
-packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 2)
#elif PACKETVER >= 20180103
-packetLen(0x095d, 6) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 6)
#endif
// Packet: 0x095e
#if PACKETVER >= 20180131
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
#elif PACKETVER >= 20180117
-packetLen(0x095e, -1) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, -1)
#elif PACKETVER >= 20180103
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
#endif
// Packet: 0x095f
-packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 2)
// Packet: 0x0960
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
// Packet: 0x0961
#if PACKETVER >= 20180523
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#elif PACKETVER >= 20180511
-packetLen(0x0961, 5) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 5)
#elif PACKETVER >= 20180103
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
#endif
// Packet: 0x0962
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
// Packet: 0x0963
#if PACKETVER >= 20180131
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
#elif PACKETVER >= 20180117
-packetLen(0x0963, 5) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 5)
#elif PACKETVER >= 20180103
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
#endif
// Packet: 0x0964
#if PACKETVER >= 20180117
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
#elif PACKETVER >= 20180103
-packetLen(0x0964, 6) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 6)
#endif
// Packet: 0x0965
-packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 2)
// Packet: 0x0966
#if PACKETVER >= 20180117
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
#elif PACKETVER >= 20180103
-packetLen(0x0966, 8) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 8)
#endif
// Packet: 0x0967
#if PACKETVER >= 20180221
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#elif PACKETVER >= 20180207
-packetLen(0x0967, 36) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 36)
#elif PACKETVER >= 20180103
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
#endif
// Packet: 0x0968
#if PACKETVER >= 20180523
-packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 2)
#elif PACKETVER >= 20180511
-packetLen(0x0968, 36) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 36)
#elif PACKETVER >= 20180103
-packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 2)
#endif
// Packet: 0x0969
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
// Packet: 0x096a
#if PACKETVER >= 20180314
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20180228
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20180213
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20180131
-packetLen(0x096a, 6) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 6)
#elif PACKETVER >= 20180117
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
#elif PACKETVER >= 20180103
-packetLen(0x096a, 12) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 12)
#endif
// Packet: 0x096b
-packetLen(0x096b, 4) // ZC_PRNPC_STATE
+packetLen(0x096b, 4)
// Packet: 0x096c
-packetLen(0x096c, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x096c, 6)
// Packet: 0x096d
-packetLen(0x096d, -1) // ZC_MERGE_ITEM_OPEN
+packetLen(0x096d, -1)
// Packet: 0x096e
-packetLen(0x096e, -1) // CZ_REQ_MERGE_ITEM
+packetLen(0x096e, -1)
// Packet: 0x096f
-packetLen(0x096f, 7) // ZC_ACK_MERGE_ITEM
+packetLen(0x096f, 7)
// Packet: 0x0970
-packetLen(0x0970, 31) // CH_MAKE_CHAR_NOT_STATS
+packetLen(0x0970, 31)
// Packet: 0x0971
-packetLen(0x0971, 6) // ZC_PARTY_RECRUIT_REFUSE_VOLUNTEER_TO_PM
+packetLen(0x0971, 6)
// Packet: 0x0972
-packetLen(0x0972, -1) // ZC_SAY_DIALOG2
+packetLen(0x0972, -1)
// Packet: 0x0973
-packetLen(0x0973, 7) // ZC_WAIT_DIALOG2
+packetLen(0x0973, 7)
// Packet: 0x0974
-packetLen(0x0974, 2) // CZ_CANCEL_MERGE_ITEM
+packetLen(0x0974, 2)
// Packet: 0x0975
-packetLen(0x0975, -1) // ZC_STORE_ITEMLIST_NORMAL_V2
+packetLen(0x0975, -1)
// Packet: 0x0976
-packetLen(0x0976, -1) // ZC_STORE_ITEMLIST_EQUIP_V2
+packetLen(0x0976, -1)
// Packet: 0x0977
-packetLen(0x0977, 14) // ZC_HP_INFO
+packetLen(0x0977, 14)
// Packet: 0x0978
-packetLen(0x0978, 6) // CZ_REQ_BEFORE_WORLD_INFO
+packetLen(0x0978, 6)
// Packet: 0x0979
-packetLen(0x0979, 50) // ZC_ACK_BEFORE_WORLD_INFO
+packetLen(0x0979, 50)
// Packet: 0x097a
-packetLen(0x097a, -1) // ZC_ALL_QUEST_LIST2
+packetLen(0x097a, -1)
// Packet: 0x097b
-packetLen(0x097b, -1) // ZC_PERSONAL_INFOMATION2
+packetLen(0x097b, -1)
// Packet: 0x097c
-packetLen(0x097c, 4) // CZ_REQ_RANKING
+packetLen(0x097c, 4)
// Packet: 0x097d
-packetLen(0x097d, 288) // ZC_ACK_RANKING
+packetLen(0x097d, 288)
// Packet: 0x097e
-packetLen(0x097e, 12) // ZC_UPDATE_RANKING_POINT
+packetLen(0x097e, 12)
// Packet: 0x097f
-packetLen(0x097f, -1) // ZC_SELECTCART
+packetLen(0x097f, -1)
// Packet: 0x0980
-packetLen(0x0980, 7) // CZ_SELECTCART
+packetLen(0x0980, 7)
// Packet: 0x0981
-packetLen(0x0981, -1) // ZC_PERSONAL_INFOMATION_CHN
+packetLen(0x0981, -1)
// Packet: 0x0982
-packetLen(0x0982, 7) // ZC_FATIGUE_CHN
+packetLen(0x0982, 7)
// Packet: 0x0983
-packetLen(0x0983, 29) // ZC_MSG_STATE_CHANGE3
+packetLen(0x0983, 29)
// Packet: 0x0984
-packetLen(0x0984, 28) // ZC_EFST_SET_ENTER2
+packetLen(0x0984, 28)
// Packet: 0x0985
-packetLen(0x0985, -1) // ZC_SKILL_POSTDELAY_LIST2
+packetLen(0x0985, -1)
// Packet: 0x0986
-packetLen(0x0986, 10) // AC_SHUTDOWN_NOTIFY
+packetLen(0x0986, 10)
// Packet: 0x0987
-packetLen(0x0987, -1) // CA_LOGIN6
+packetLen(0x0987, -1)
// Packet: 0x0988
-packetLen(0x0988, 6) // ZC_NOTIFY_CLAN_CONNECTINFO
+packetLen(0x0988, 6)
// Packet: 0x0989
-packetLen(0x0989, 2) // ZC_ACK_CLAN_LEAVE
+packetLen(0x0989, 2)
// Packet: 0x098a
-packetLen(0x098a, -1) // ZC_CLANINFO
+packetLen(0x098a, -1)
// Packet: 0x098b
-packetLen(0x098b, 2) // AC_REQ_NEW_USER
+packetLen(0x098b, 2)
// Packet: 0x098c
-packetLen(0x098c, 4) // CA_ACK_NEW_USER
+packetLen(0x098c, 4)
// Packet: 0x098d
-packetLen(0x098d, -1) // CZ_CLAN_CHAT
+packetLen(0x098d, -1)
// Packet: 0x098e
-packetLen(0x098e, -1) // ZC_NOTIFY_CLAN_CHAT
+packetLen(0x098e, -1)
// Packet: 0x098f
-packetLen(0x098f, -1) // CH_DELETE_CHAR3_EXT
+packetLen(0x098f, -1)
// Packet: 0x0990
#if PACKETVER >= 20181114
-packetLen(0x0990, 41) // ZC_ITEM_PICKUP_ACK_V5
+packetLen(0x0990, 41)
#elif PACKETVER >= 20180103
-packetLen(0x0990, 31) // ZC_ITEM_PICKUP_ACK_V5
+packetLen(0x0990, 31)
#endif
// Packet: 0x0991
-packetLen(0x0991, -1) // ZC_INVENTORY_ITEMLIST_NORMAL_V5
+packetLen(0x0991, -1)
// Packet: 0x0992
-packetLen(0x0992, -1) // ZC_INVENTORY_ITEMLIST_EQUIP_V5
+packetLen(0x0992, -1)
// Packet: 0x0993
-packetLen(0x0993, -1) // ZC_CART_ITEMLIST_NORMAL_V5
+packetLen(0x0993, -1)
// Packet: 0x0994
-packetLen(0x0994, -1) // ZC_CART_ITEMLIST_EQUIP_V5
+packetLen(0x0994, -1)
// Packet: 0x0995
-packetLen(0x0995, -1) // ZC_STORE_ITEMLIST_NORMAL_V5
+packetLen(0x0995, -1)
// Packet: 0x0996
-packetLen(0x0996, -1) // ZC_STORE_ITEMLIST_EQUIP_V5
+packetLen(0x0996, -1)
// Packet: 0x0997
-packetLen(0x0997, -1) // ZC_EQUIPWIN_MICROSCOPE_V5
+packetLen(0x0997, -1)
// Packet: 0x0998
-packetLen(0x0998, 8) // CZ_REQ_WEAR_EQUIP_V5
+packetLen(0x0998, 8)
// Packet: 0x0999
-packetLen(0x0999, 11) // ZC_ACK_WEAR_EQUIP_V5
+packetLen(0x0999, 11)
// Packet: 0x099a
-packetLen(0x099a, 9) // ZC_ACK_TAKEOFF_EQUIP_V5
+packetLen(0x099a, 9)
// Packet: 0x099b
-packetLen(0x099b, 8) // ZC_MAPPROPERTY_R2
+packetLen(0x099b, 8)
// Packet: 0x099c
-packetLen(0x099c, 6) // CH_REQ_CHARINFO_PER_PAGE
+packetLen(0x099c, 6)
// Packet: 0x099d
-packetLen(0x099d, -1) // HC_ACK_CHARINFO_PER_PAGE
+packetLen(0x099d, -1)
// Packet: 0x099e
-packetLen(0x099e, 12) // HC_QUEUE_ORDER
+packetLen(0x099e, 12)
// Packet: 0x099f
-packetLen(0x099f, -1) // ZC_SKILL_ENTRY4
+packetLen(0x099f, -1)
// Packet: 0x09a0
-packetLen(0x09a0, 6) // HC_CHARLIST_NOTIFY
+packetLen(0x09a0, 6)
// Packet: 0x09a1
-packetLen(0x09a1, 2) // CH_CHARLIST_REQ
+packetLen(0x09a1, 2)
// Packet: 0x09a2
-packetLen(0x09a2, 6) // AC_REQ_MOBILE_OTP
+packetLen(0x09a2, 6)
// Packet: 0x09a3
-packetLen(0x09a3, -1) // CA_ACK_MOBILE_OTP
+packetLen(0x09a3, -1)
// Packet: 0x09a4
-packetLen(0x09a4, 18) // ZC_DISPATCH_TIMING_INFO_CHN
+packetLen(0x09a4, 18)
// Packet: 0x09a5
-packetLen(0x09a5, 7) // AC_REFUSE_LOGIN3
+packetLen(0x09a5, 7)
// Packet: 0x09a6
-packetLen(0x09a6, 12) // ZC_BANKING_CHECK
+packetLen(0x09a6, 12)
// Packet: 0x09a7
-packetLen(0x09a7, 10) // CZ_REQ_BANKING_DEPOSIT
+packetLen(0x09a7, 10)
// Packet: 0x09a8
-packetLen(0x09a8, 16) // ZC_ACK_BANKING_DEPOSIT
+packetLen(0x09a8, 16)
// Packet: 0x09a9
-packetLen(0x09a9, 10) // CZ_REQ_BANKING_WITHDRAW
+packetLen(0x09a9, 10)
// Packet: 0x09aa
-packetLen(0x09aa, 16) // ZC_ACK_BANKING_WITHDRAW
+packetLen(0x09aa, 16)
// Packet: 0x09ab
-packetLen(0x09ab, 6) // CZ_REQ_BANKING_CHECK
+packetLen(0x09ab, 6)
// Packet: 0x09ac
-packetLen(0x09ac, -1) // CZ_REQ_CASH_BARGAIN_SALE_ITEM_INFO
+packetLen(0x09ac, -1)
// Packet: 0x09ad
#if PACKETVER >= 20181114
-packetLen(0x09ad, 12) // ZC_ACK_CASH_BARGAIN_SALE_ITEM_INFO
+packetLen(0x09ad, 12)
#elif PACKETVER >= 20180103
-packetLen(0x09ad, 10) // ZC_ACK_CASH_BARGAIN_SALE_ITEM_INFO
+packetLen(0x09ad, 10)
#endif
// Packet: 0x09ae
#if PACKETVER >= 20181114
-packetLen(0x09ae, 19) // CZ_REQ_APPLY_BARGAIN_SALE_ITEM
+packetLen(0x09ae, 19)
#elif PACKETVER >= 20180103
-packetLen(0x09ae, 17) // CZ_REQ_APPLY_BARGAIN_SALE_ITEM
+packetLen(0x09ae, 17)
#endif
// Packet: 0x09af
-packetLen(0x09af, 4) // ZC_ACK_APPLY_BARGAIN_SALE_ITEM
+packetLen(0x09af, 4)
// Packet: 0x09b0
#if PACKETVER >= 20181114
-packetLen(0x09b0, 10) // CZ_REQ_REMOVE_BARGAIN_SALE_ITEM
+packetLen(0x09b0, 10)
#elif PACKETVER >= 20180103
-packetLen(0x09b0, 8) // CZ_REQ_REMOVE_BARGAIN_SALE_ITEM
+packetLen(0x09b0, 8)
#endif
// Packet: 0x09b1
-packetLen(0x09b1, 4) // ZC_ACK_REMOVE_BARGAIN_SALE_ITEM
+packetLen(0x09b1, 4)
// Packet: 0x09b2
#if PACKETVER >= 20181114
-packetLen(0x09b2, 10) // ZC_NOTIFY_BARGAIN_SALE_SELLING
+packetLen(0x09b2, 10)
#elif PACKETVER >= 20180103
-packetLen(0x09b2, 8) // ZC_NOTIFY_BARGAIN_SALE_SELLING
+packetLen(0x09b2, 8)
#endif
// Packet: 0x09b3
#if PACKETVER >= 20181114
-packetLen(0x09b3, 6) // ZC_NOTIFY_BARGAIN_SALE_CLOSE
+packetLen(0x09b3, 6)
#elif PACKETVER >= 20180103
-packetLen(0x09b3, 4) // ZC_NOTIFY_BARGAIN_SALE_CLOSE
+packetLen(0x09b3, 4)
#endif
// Packet: 0x09b4
-packetLen(0x09b4, 6) // CZ_OPEN_BARGAIN_SALE_TOOL
+packetLen(0x09b4, 6)
// Packet: 0x09b5
-packetLen(0x09b5, 2) // ZC_OPEN_BARGAIN_SALE_TOOL
+packetLen(0x09b5, 2)
// Packet: 0x09b6
-packetLen(0x09b6, 6) // CZ_REQ_OPEN_BANKING
+packetLen(0x09b6, 6)
// Packet: 0x09b7
-packetLen(0x09b7, 4) // ZC_ACK_OPEN_BANKING
+packetLen(0x09b7, 4)
// Packet: 0x09b8
-packetLen(0x09b8, 6) // CZ_REQ_CLOSE_BANKING
+packetLen(0x09b8, 6)
// Packet: 0x09b9
-packetLen(0x09b9, 4) // ZC_ACK_CLOSE_BANKING
+packetLen(0x09b9, 4)
// Packet: 0x09ba
-packetLen(0x09ba, 2) // CZ_REQ_OPEN_GUILD_STORAGE
+packetLen(0x09ba, 2)
// Packet: 0x09bb
-packetLen(0x09bb, 6) // ZC_ACK_OPEN_GUILD_STORAGE
+packetLen(0x09bb, 6)
// Packet: 0x09bc
-packetLen(0x09bc, 6) // CZ_CLOSE_BARGAIN_SALE_TOOL
+packetLen(0x09bc, 6)
// Packet: 0x09bd
-packetLen(0x09bd, 2) // ZC_CLOSE_BARGAIN_SALE_TOOL
+packetLen(0x09bd, 2)
// Packet: 0x09be
-packetLen(0x09be, 2) // CZ_REQ_CLOSE_GUILD_STORAGE
+packetLen(0x09be, 2)
// Packet: 0x09bf
-packetLen(0x09bf, 4) // ZC_ACK_CLOSE_GUILD_STORAGE
+packetLen(0x09bf, 4)
// Packet: 0x09c1
-packetLen(0x09c1, 10) // ZC_C_MARKERINFO
+packetLen(0x09c1, 10)
// Packet: 0x09c2
-packetLen(0x09c2, -1) // HC_SECRETSCAN_DATA
+packetLen(0x09c2, -1)
// Packet: 0x09c3
#if PACKETVER >= 20181114
-packetLen(0x09c3, 10) // CZ_REQ_COUNT_BARGAIN_SALE_ITEM
+packetLen(0x09c3, 10)
#elif PACKETVER >= 20180103
-packetLen(0x09c3, 8) // CZ_REQ_COUNT_BARGAIN_SALE_ITEM
+packetLen(0x09c3, 8)
#endif
// Packet: 0x09c4
#if PACKETVER >= 20181114
-packetLen(0x09c4, 10) // ZC_ACK_COUNT_BARGAIN_SALE_ITEM
+packetLen(0x09c4, 10)
#elif PACKETVER >= 20180103
-packetLen(0x09c4, 8) // ZC_ACK_COUNT_BARGAIN_SALE_ITEM
+packetLen(0x09c4, 8)
#endif
// Packet: 0x09c5
-packetLen(0x09c5, 1042) // CS_LOGIN_QUERY
+packetLen(0x09c5, 1042)
// Packet: 0x09c6
-packetLen(0x09c6, -1) // SC_LOGIN_ANSWER
+packetLen(0x09c6, -1)
// Packet: 0x09c7
-packetLen(0x09c7, 18) // SC_LOGIN_ERROR
+packetLen(0x09c7, 18)
// Packet: 0x09c8
-packetLen(0x09c8, -1) // CA_LOGIN_OTP
+packetLen(0x09c8, -1)
// Packet: 0x09c9
-packetLen(0x09c9, -1) // SC_SOCT
+packetLen(0x09c9, -1)
// Packet: 0x09ca
-packetLen(0x09ca, -1) // ZC_SKILL_ENTRY5
+packetLen(0x09ca, -1)
// Packet: 0x09cb
-packetLen(0x09cb, 17) // ZC_USE_SKILL2
+packetLen(0x09cb, 17)
// Packet: 0x09cc
-packetLen(0x09cc, -1) // ZC_SECRETSCAN_DATA
+packetLen(0x09cc, -1)
// Packet: 0x09cd
-packetLen(0x09cd, 8) // ZC_MSG_COLOR
+packetLen(0x09cd, 8)
// Packet: 0x09ce
-packetLen(0x09ce, 102) // CZ_ITEM_CREATE_EX
+packetLen(0x09ce, 102)
// Packet: 0x09cf
-packetLen(0x09cf, -1) // ZC_NPROTECTGAMEGUARDCSAUTH
+packetLen(0x09cf, -1)
// Packet: 0x09d0
-packetLen(0x09d0, -1) // CZ_NPROTECTGAMEGUARDCSAUTH
+packetLen(0x09d0, -1)
// Packet: 0x09d1
-packetLen(0x09d1, 14) // ZC_PROGRESS_ACTOR
+packetLen(0x09d1, 14)
// Packet: 0x09d2
-packetLen(0x09d2, -1) // ZC_GUILDSTORAGE_ITEMLIST_NORMAL_V5
+packetLen(0x09d2, -1)
// Packet: 0x09d3
-packetLen(0x09d3, -1) // ZC_GUILDSTORAGE_ITEMLIST_EQUIP_V5
+packetLen(0x09d3, -1)
// Packet: 0x09d4
-packetLen(0x09d4, 2) // CZ_NPC_TRADE_QUIT
+packetLen(0x09d4, 2)
// Packet: 0x09d5
-packetLen(0x09d5, -1) // ZC_NPC_MARKET_OPEN
+packetLen(0x09d5, -1)
// Packet: 0x09d6
-packetLen(0x09d6, -1) // CZ_NPC_MARKET_PURCHASE
+packetLen(0x09d6, -1)
// Packet: 0x09d7
-packetLen(0x09d7, -1) // ZC_NPC_MARKET_PURCHASE_RESULT
+packetLen(0x09d7, -1)
// Packet: 0x09d8
-packetLen(0x09d8, 2) // CZ_NPC_MARKET_CLOSE
+packetLen(0x09d8, 2)
// Packet: 0x09d9
-packetLen(0x09d9, 4) // CZ_REQ_GUILDSTORAGE_LOG
+packetLen(0x09d9, 4)
// Packet: 0x09da
-packetLen(0x09da, -1) // ZC_ACK_GUILDSTORAGE_LOG
+packetLen(0x09da, -1)
// Packet: 0x09db
-packetLen(0x09db, -1) // ZC_NOTIFY_MOVEENTRY10
+packetLen(0x09db, -1)
// Packet: 0x09dc
-packetLen(0x09dc, -1) // ZC_NOTIFY_NEWENTRY10
+packetLen(0x09dc, -1)
// Packet: 0x09dd
-packetLen(0x09dd, -1) // ZC_NOTIFY_STANDENTRY10
+packetLen(0x09dd, -1)
// Packet: 0x09de
-packetLen(0x09de, -1) // ZC_WHISPER02
+packetLen(0x09de, -1)
// Packet: 0x09df
-packetLen(0x09df, 7) // ZC_ACK_WHISPER02
+packetLen(0x09df, 7)
// Packet: 0x09e0
-packetLen(0x09e0, -1) // SC_LOGIN_ANSWER_WITH_ID
+packetLen(0x09e0, -1)
// Packet: 0x09e1
-packetLen(0x09e1, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_GUILDSTORAGE
+packetLen(0x09e1, 8)
// Packet: 0x09e2
-packetLen(0x09e2, 8) // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_BODY
+packetLen(0x09e2, 8)
// Packet: 0x09e3
-packetLen(0x09e3, 8) // CZ_MOVE_ITEM_FROM_CART_TO_GUILDSTORAGE
+packetLen(0x09e3, 8)
// Packet: 0x09e4
-packetLen(0x09e4, 8) // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_CART
+packetLen(0x09e4, 8)
// Packet: 0x09e5
-packetLen(0x09e5, 18) // ZC_DELETEITEM_FROM_MCSTORE2
+packetLen(0x09e5, 18)
// Packet: 0x09e6
#if PACKETVER >= 20181114
-packetLen(0x09e6, 24) // ZC_UPDATE_ITEM_FROM_BUYING_STORE2
+packetLen(0x09e6, 24)
#elif PACKETVER >= 20180103
-packetLen(0x09e6, 22) // ZC_UPDATE_ITEM_FROM_BUYING_STORE2
+packetLen(0x09e6, 22)
#endif
// Packet: 0x09e7
-packetLen(0x09e7, 3) // ZC_NOTIFY_UNREAD_RODEX
+packetLen(0x09e7, 3)
// Packet: 0x09e8
-packetLen(0x09e8, 11) // CZ_OPEN_RODEXBOX
+packetLen(0x09e8, 11)
// Packet: 0x09e9
-packetLen(0x09e9, 2) // CZ_CLOSE_RODEXBOX
+packetLen(0x09e9, 2)
// Packet: 0x09ea
-packetLen(0x09ea, 11) // CZ_REQ_READ_RODEX
+packetLen(0x09ea, 11)
// Packet: 0x09eb
-packetLen(0x09eb, -1) // ZC_ACK_READ_RODEX
+packetLen(0x09eb, -1)
// Packet: 0x09ec
-packetLen(0x09ec, -1) // CZ_REQ_SEND_RODEX
+packetLen(0x09ec, -1)
// Packet: 0x09ed
-packetLen(0x09ed, 3) // ZC_ACK_SEND_RODEX
+packetLen(0x09ed, 3)
// Packet: 0x09ee
-packetLen(0x09ee, 11) // CZ_REQ_NEXT_RODEX
+packetLen(0x09ee, 11)
// Packet: 0x09ef
-packetLen(0x09ef, 11) // CZ_REQ_REFRESH_RODEX
+packetLen(0x09ef, 11)
// Packet: 0x09f0
-packetLen(0x09f0, -1) // ZC_ACK_RODEX_LIST
+packetLen(0x09f0, -1)
// Packet: 0x09f1
-packetLen(0x09f1, 11) // CZ_REQ_ZENY_FROM_RODEX
+packetLen(0x09f1, 11)
// Packet: 0x09f2
-packetLen(0x09f2, 12) // ZC_ACK_ZENY_FROM_RODEX
+packetLen(0x09f2, 12)
// Packet: 0x09f3
-packetLen(0x09f3, 11) // CZ_REQ_ITEM_FROM_RODEX
+packetLen(0x09f3, 11)
// Packet: 0x09f4
-packetLen(0x09f4, 12) // ZC_ACK_ITEM_FROM_RODEX
+packetLen(0x09f4, 12)
// Packet: 0x09f5
-packetLen(0x09f5, 11) // CZ_REQ_DELETE_RODEX
+packetLen(0x09f5, 11)
// Packet: 0x09f6
-packetLen(0x09f6, 11) // ZC_ACK_DELETE_RODEX
+packetLen(0x09f6, 11)
// Packet: 0x09f7
#if PACKETVER >= 20181114
-packetLen(0x09f7, 77) // ZC_PROPERTY_HOMUN_2
+packetLen(0x09f7, 77)
#elif PACKETVER >= 20180103
-packetLen(0x09f7, 75) // ZC_PROPERTY_HOMUN_2
+packetLen(0x09f7, 75)
#endif
// Packet: 0x09f8
-packetLen(0x09f8, -1) // ZC_ALL_QUEST_LIST3
+packetLen(0x09f8, -1)
// Packet: 0x09f9
-packetLen(0x09f9, 143) // ZC_ADD_QUEST_EX
+packetLen(0x09f9, 143)
// Packet: 0x09fa
-packetLen(0x09fa, -1) // ZC_UPDATE_MISSION_HUNT_EX
+packetLen(0x09fa, -1)
// Packet: 0x09fb
-packetLen(0x09fb, -1) // CZ_PET_EVOLUTION
+packetLen(0x09fb, -1)
// Packet: 0x09fc
-packetLen(0x09fc, 6) // ZC_PET_EVOLUTION_RESULT
+packetLen(0x09fc, 6)
// Packet: 0x09fd
-packetLen(0x09fd, -1) // ZC_NOTIFY_MOVEENTRY11
+packetLen(0x09fd, -1)
// Packet: 0x09fe
-packetLen(0x09fe, -1) // ZC_NOTIFY_NEWENTRY11
+packetLen(0x09fe, -1)
// Packet: 0x09ff
-packetLen(0x09ff, -1) // ZC_NOTIFY_STANDENTRY11
+packetLen(0x09ff, -1)
// Packet: 0x0a00
-packetLen(0x0a00, 269) // ZC_SHORTCUT_KEY_LIST_V3
+packetLen(0x0a00, 269)
// Packet: 0x0a01
-packetLen(0x0a01, 3) // CZ_SHORTCUTKEYBAR_ROTATE
+packetLen(0x0a01, 3)
// Packet: 0x0a02
-packetLen(0x0a02, 4) // ZC_DRESSROOM_OPEN
+packetLen(0x0a02, 4)
// Packet: 0x0a03
-packetLen(0x0a03, 2) // CZ_REQ_CANCEL_WRITE_RODEX
+packetLen(0x0a03, 2)
// Packet: 0x0a04
-packetLen(0x0a04, 6) // CZ_REQ_ADD_ITEM_RODEX
+packetLen(0x0a04, 6)
// Packet: 0x0a05
#if PACKETVER >= 20181114
-packetLen(0x0a05, 63) // ZC_ACK_ADD_ITEM_RODEX
+packetLen(0x0a05, 63)
#elif PACKETVER >= 20180103
-packetLen(0x0a05, 53) // ZC_ACK_ADD_ITEM_RODEX
+packetLen(0x0a05, 53)
#endif
// Packet: 0x0a06
-packetLen(0x0a06, 6) // CZ_REQ_REMOVE_RODEX_ITEM
+packetLen(0x0a06, 6)
// Packet: 0x0a07
-packetLen(0x0a07, 9) // ZC_ACK_REMOVE_RODEX_ITEM
+packetLen(0x0a07, 9)
// Packet: 0x0a08
-packetLen(0x0a08, 26) // CZ_REQ_OPEN_WRITE_RODEX
+packetLen(0x0a08, 26)
// Packet: 0x0a09
#if PACKETVER >= 20181114
-packetLen(0x0a09, 55) // ZC_ADD_EXCHANGE_ITEM3
+packetLen(0x0a09, 55)
#elif PACKETVER >= 20180103
-packetLen(0x0a09, 45) // ZC_ADD_EXCHANGE_ITEM3
+packetLen(0x0a09, 45)
#endif
// Packet: 0x0a0a
#if PACKETVER >= 20181114
-packetLen(0x0a0a, 57) // ZC_ADD_ITEM_TO_STORE3
+packetLen(0x0a0a, 57)
#elif PACKETVER >= 20180103
-packetLen(0x0a0a, 47) // ZC_ADD_ITEM_TO_STORE3
+packetLen(0x0a0a, 47)
#endif
// Packet: 0x0a0b
#if PACKETVER >= 20181114
-packetLen(0x0a0b, 57) // ZC_ADD_ITEM_TO_CART3
+packetLen(0x0a0b, 57)
#elif PACKETVER >= 20180103
-packetLen(0x0a0b, 47) // ZC_ADD_ITEM_TO_CART3
+packetLen(0x0a0b, 47)
#endif
// Packet: 0x0a0c
#if PACKETVER >= 20181114
-packetLen(0x0a0c, 66) // ZC_ITEM_PICKUP_ACK_V6
+packetLen(0x0a0c, 66)
#elif PACKETVER >= 20180103
-packetLen(0x0a0c, 56) // ZC_ITEM_PICKUP_ACK_V6
+packetLen(0x0a0c, 56)
#endif
// Packet: 0x0a0d
-packetLen(0x0a0d, -1) // ZC_INVENTORY_ITEMLIST_EQUIP_V6
+packetLen(0x0a0d, -1)
// Packet: 0x0a0e
-packetLen(0x0a0e, 14) // ZC_BATTLEFIELD_NOTIFY_HP2
+packetLen(0x0a0e, 14)
// Packet: 0x0a0f
-packetLen(0x0a0f, -1) // ZC_CART_ITEMLIST_EQUIP_V6
+packetLen(0x0a0f, -1)
// Packet: 0x0a10
-packetLen(0x0a10, -1) // ZC_STORE_ITEMLIST_EQUIP_V6
+packetLen(0x0a10, -1)
// Packet: 0x0a11
-packetLen(0x0a11, -1) // ZC_GUILDSTORAGE_ITEMLIST_EQUIP_V6
+packetLen(0x0a11, -1)
// Packet: 0x0a12
-packetLen(0x0a12, 27) // ZC_ACK_OPEN_WRITE_RODEX
+packetLen(0x0a12, 27)
// Packet: 0x0a13
-packetLen(0x0a13, 26) // CZ_CHECK_RECEIVE_CHARACTER_NAME
+packetLen(0x0a13, 26)
// Packet: 0x0a14
-packetLen(0x0a14, 10) // ZC_CHECK_RECEIVE_CHARACTER_NAME
+packetLen(0x0a14, 10)
// Packet: 0x0a15
-packetLen(0x0a15, 12) // ZC_GOLDPCCAFE_POINT
+packetLen(0x0a15, 12)
// Packet: 0x0a16
-packetLen(0x0a16, 26) // CZ_DYNAMICNPC_CREATE_REQUEST
+packetLen(0x0a16, 26)
// Packet: 0x0a17
-packetLen(0x0a17, 6) // ZC_DYNAMICNPC_CREATE_RESULT
+packetLen(0x0a17, 6)
// Packet: 0x0a18
-packetLen(0x0a18, 14) // ZC_ACCEPT_ENTER3
+packetLen(0x0a18, 14)
// Packet: 0x0a19
-packetLen(0x0a19, 2) // CZ_REQ_OPEN_ROULETTE
+packetLen(0x0a19, 2)
// Packet: 0x0a1a
#if PACKETVER >= 20181114
-packetLen(0x0a1a, 25) // ZC_ACK_OPEN_ROULETTE
+packetLen(0x0a1a, 25)
#elif PACKETVER >= 20180103
-packetLen(0x0a1a, 23) // ZC_ACK_OPEN_ROULETTE
+packetLen(0x0a1a, 23)
#endif
// Packet: 0x0a1b
-packetLen(0x0a1b, 2) // CZ_REQ_ROULETTE_INFO
+packetLen(0x0a1b, 2)
// Packet: 0x0a1c
-packetLen(0x0a1c, -1) // ZC_ACK_ROULEITTE_INFO
+packetLen(0x0a1c, -1)
// Packet: 0x0a1d
-packetLen(0x0a1d, 2) // CZ_REQ_CLOSE_ROULETTE
+packetLen(0x0a1d, 2)
// Packet: 0x0a1e
-packetLen(0x0a1e, 3) // ZC_ACK_CLOSE_ROULETTE
+packetLen(0x0a1e, 3)
// Packet: 0x0a1f
-packetLen(0x0a1f, 2) // CZ_REQ_GENERATE_ROULETTE
+packetLen(0x0a1f, 2)
// Packet: 0x0a20
#if PACKETVER >= 20181114
-packetLen(0x0a20, 23) // ZC_ACK_GENERATE_ROULETTE
+packetLen(0x0a20, 23)
#elif PACKETVER >= 20180103
-packetLen(0x0a20, 21) // ZC_ACK_GENERATE_ROULETTE
+packetLen(0x0a20, 21)
#endif
// Packet: 0x0a21
-packetLen(0x0a21, 3) // CZ_RECV_ROULETTE_ITEM
+packetLen(0x0a21, 3)
// Packet: 0x0a22
#if PACKETVER >= 20181114
-packetLen(0x0a22, 7) // ZC_RECV_ROULETTE_ITEM
+packetLen(0x0a22, 7)
#elif PACKETVER >= 20180103
-packetLen(0x0a22, 5) // ZC_RECV_ROULETTE_ITEM
+packetLen(0x0a22, 5)
#endif
// Packet: 0x0a23
-packetLen(0x0a23, -1) // ZC_ALL_ACH_LIST
+packetLen(0x0a23, -1)
// Packet: 0x0a24
-packetLen(0x0a24, 66) // ZC_ACH_UPDATE
+packetLen(0x0a24, 66)
// Packet: 0x0a25
-packetLen(0x0a25, 6) // CZ_REQ_ACH_REWARD
+packetLen(0x0a25, 6)
// Packet: 0x0a26
-packetLen(0x0a26, 7) // ZC_REQ_ACH_REWARD_ACK
+packetLen(0x0a26, 7)
// Packet: 0x0a27
-packetLen(0x0a27, 8) // ZC_RECOVERY2
+packetLen(0x0a27, 8)
// Packet: 0x0a28
-packetLen(0x0a28, 3) // ZC_ACK_OPENSTORE2
+packetLen(0x0a28, 3)
// Packet: 0x0a29
-packetLen(0x0a29, 6) // ZC_REQ_AU_BOT
+packetLen(0x0a29, 6)
// Packet: 0x0a2a
-packetLen(0x0a2a, 6) // CZ_ACK_AU_BOT
+packetLen(0x0a2a, 6)
// Packet: 0x0a2b
-packetLen(0x0a2b, 14) // ZC_SE_CASHSHOP_OPEN2
+packetLen(0x0a2b, 14)
// Packet: 0x0a2c
-packetLen(0x0a2c, 12) // ZC_SE_PC_BUY_TAIWANCASHITEM_RESULT
+packetLen(0x0a2c, 12)
// Packet: 0x0a2d
-packetLen(0x0a2d, -1) // ZC_EQUIPWIN_MICROSCOPE_V6
+packetLen(0x0a2d, -1)
// Packet: 0x0a2e
-packetLen(0x0a2e, 6) // CZ_REQ_CHANGE_TITLE
+packetLen(0x0a2e, 6)
// Packet: 0x0a2f
-packetLen(0x0a2f, 7) // ZC_ACK_CHANGE_TITLE
+packetLen(0x0a2f, 7)
// Packet: 0x0a30
-packetLen(0x0a30, 106) // ZC_ACK_REQNAMEALL2
+packetLen(0x0a30, 106)
// Packet: 0x0a31
-packetLen(0x0a31, -1) // ZC_RESULT_PACKAGE_ITEM_TEST
+packetLen(0x0a31, -1)
// Packet: 0x0a32
-packetLen(0x0a32, 2) // ZC_OPEN_RODEX_THROUGH_NPC_ONLY
+packetLen(0x0a32, 2)
// Packet: 0x0a33
-packetLen(0x0a33, 7) // ZC_UPDATE_ROULETTE_COIN
+packetLen(0x0a33, 7)
// Packet: 0x0a34
-packetLen(0x0a34, 6) // ZC_UPDATE_TAIWANCASH
+packetLen(0x0a34, 6)
// Packet: 0x0a35
-packetLen(0x0a35, 4) // CZ_REQ_ONECLICK_ITEMIDENTIFY
+packetLen(0x0a35, 4)
// Packet: 0x0a36
-packetLen(0x0a36, 7) // ZC_HP_INFO_TINY
+packetLen(0x0a36, 7)
// Packet: 0x0a37
#if PACKETVER >= 20181114
-packetLen(0x0a37, 69) // ZC_ITEM_PICKUP_ACK_V7
+packetLen(0x0a37, 69)
#elif PACKETVER >= 20180103
-packetLen(0x0a37, 59) // ZC_ITEM_PICKUP_ACK_V7
+packetLen(0x0a37, 59)
#endif
// Packet: 0x0a38
-packetLen(0x0a38, 3) // ZC_OPEN_UI
+packetLen(0x0a38, 3)
// Packet: 0x0a39
-packetLen(0x0a39, 36) // CH_MAKE_CHAR
+packetLen(0x0a39, 36)
// Packet: 0x0a3a
packetLen(0x0a3a, 12)
// Packet: 0x0a3b
-packetLen(0x0a3b, -1) // ZC_CUSTOM_HAT_EFFECT
+packetLen(0x0a3b, -1)
// Packet: 0x0a3c
packetLen(0x0a3c, -1)
@@ -5183,41 +5183,41 @@ packetLen(0x0a3f, 9)
packetLen(0x0a40, 11)
// Packet: 0x0a41
-packetLen(0x0a41, 18) // ZC_AOE_EFFECT_SKILL
+packetLen(0x0a41, 18)
// Packet: 0x0a42
packetLen(0x0a42, 43)
// Packet: 0x0a43
-packetLen(0x0a43, 85) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0a43, 85)
// Packet: 0x0a44
-packetLen(0x0a44, -1) // ZC_GROUP_LIST
+packetLen(0x0a44, -1)
// Packet: 0x0a46
packetLen(0x0a46, 14)
// Packet: 0x0a47
-packetLen(0x0a47, 3) // ZC_STYLE_CHANGE_RES
+packetLen(0x0a47, 3)
// Packet: 0x0a48
packetLen(0x0a48, 2)
// Packet: 0x0a49
#if PACKETVER >= 20181114
-packetLen(0x0a49, 22) // CZ_PRIVATE_AIRSHIP_REQUEST
+packetLen(0x0a49, 22)
#elif PACKETVER >= 20180103
-packetLen(0x0a49, 20) // CZ_PRIVATE_AIRSHIP_REQUEST
+packetLen(0x0a49, 20)
#endif
// Packet: 0x0a4a
-packetLen(0x0a4a, 6) // ZC_PRIVATE_AIRSHIP_RESPONSE
+packetLen(0x0a4a, 6)
// Packet: 0x0a4b
-packetLen(0x0a4b, 22) // ZC_AIRSHIP_MAPMOVE
+packetLen(0x0a4b, 22)
// Packet: 0x0a4c
-packetLen(0x0a4c, 28) // ZC_AIRSHIP_SERVERMOVE
+packetLen(0x0a4c, 28)
// Packet: 0x0a4d
packetLen(0x0a4d, -1)
@@ -5236,7 +5236,7 @@ packetLen(0x0a4f, -1)
packetLen(0x0a50, 4)
// Packet: 0x0a51
-packetLen(0x0a51, 34) // ZC_CHECK_RECEIVE_CHARACTER_NAME
+packetLen(0x0a51, 34)
// Packet: 0x0a52
packetLen(0x0a52, 20)
@@ -5275,7 +5275,7 @@ packetLen(0x0a5c, 18)
packetLen(0x0a5d, 6)
// Packet: 0x0a68
-packetLen(0x0a68, 3) // CZ_REQ_OPEN_UI
+packetLen(0x0a68, 3)
// Packet: 0x0a69
packetLen(0x0a69, 6)
@@ -5293,10 +5293,10 @@ packetLen(0x0a6c, 7)
packetLen(0x0a6d, -1)
// Packet: 0x0a6e
-packetLen(0x0a6e, -1) // CZ_REQ_SEND_RODEX
+packetLen(0x0a6e, -1)
// Packet: 0x0a6f
-packetLen(0x0a6f, -1) // ZC_FORMATSTRING_MSG_COLOR
+packetLen(0x0a6f, -1)
// Packet: 0x0a70
packetLen(0x0a70, 2)
@@ -5332,13 +5332,13 @@ packetLen(0x0a7b, -1)
packetLen(0x0a7c, -1)
// Packet: 0x0a7d
-packetLen(0x0a7d, -1) // ZC_ACK_RODEX_LIST
+packetLen(0x0a7d, -1)
// Packet: 0x0a7e
-packetLen(0x0a7e, -1) // ZC_OFFLINE_STORE_OWNER_ITEMS_READY
+packetLen(0x0a7e, -1)
// Packet: 0x0a7f
-packetLen(0x0a7f, -1) // CZ_OFFLINE_STORE_CREATE
+packetLen(0x0a7f, -1)
// Packet: 0x0a80
packetLen(0x0a80, 6)
@@ -5353,7 +5353,7 @@ packetLen(0x0a82, 46)
packetLen(0x0a83, 46)
// Packet: 0x0a84
-packetLen(0x0a84, 94) // ZC_GUILD_INFO
+packetLen(0x0a84, 94)
// Packet: 0x0a85
packetLen(0x0a85, 82)
@@ -5369,13 +5369,13 @@ packetLen(0x0a88, 2)
// Packet: 0x0a89
#if PACKETVER >= 20181114
-packetLen(0x0a89, 61) // ZC_NOTIFY_OFFLINE_STORE
+packetLen(0x0a89, 61)
#elif PACKETVER >= 20180103
-packetLen(0x0a89, 57) // ZC_NOTIFY_OFFLINE_STORE
+packetLen(0x0a89, 57)
#endif
// Packet: 0x0a8a
-packetLen(0x0a8a, 6) // ZC_OFFLINE_STORE_VANISH
+packetLen(0x0a8a, 6)
// Packet: 0x0a8b
packetLen(0x0a8b, 2)
@@ -5384,7 +5384,7 @@ packetLen(0x0a8b, 2)
packetLen(0x0a8c, 2)
// Packet: 0x0a8d
-packetLen(0x0a8d, -1) // ZC_OFFLINE_STORE_OWNER_ITEMS
+packetLen(0x0a8d, -1)
// Packet: 0x0a8e
packetLen(0x0a8e, 2)
@@ -5396,7 +5396,7 @@ packetLen(0x0a8f, 2)
packetLen(0x0a90, 3)
// Packet: 0x0a91
-packetLen(0x0a91, -1) // ZC_OFFLINE_STORE_ITEMS
+packetLen(0x0a91, -1)
// Packet: 0x0a92
packetLen(0x0a92, -1)
@@ -5412,25 +5412,25 @@ packetLen(0x0a95, 4)
// Packet: 0x0a96
#if PACKETVER >= 20181114
-packetLen(0x0a96, 61) // ZC_ADD_EXCHANGE_ITEM4
+packetLen(0x0a96, 61)
#elif PACKETVER >= 20180103
-packetLen(0x0a96, 51) // ZC_ADD_EXCHANGE_ITEM4
+packetLen(0x0a96, 51)
#endif
// Packet: 0x0a97
-packetLen(0x0a97, 8) // CZ_ALT_EQUIPMENT_EQUIP
+packetLen(0x0a97, 8)
// Packet: 0x0a98
-packetLen(0x0a98, 10) // ZC_ALT_EQUIPMENT_EQUIP
+packetLen(0x0a98, 10)
// Packet: 0x0a99
packetLen(0x0a99, 4)
// Packet: 0x0a9a
-packetLen(0x0a9a, 10) // ZC_ALT_EQUIPMENT_REMOVE
+packetLen(0x0a9a, 10)
// Packet: 0x0a9b
-packetLen(0x0a9b, -1) // ZC_ALT_EQUIPMENT_ITEMS
+packetLen(0x0a9b, -1)
// Packet: 0x0a9c
packetLen(0x0a9c, 2)
@@ -5445,32 +5445,32 @@ packetLen(0x0a9e, 2)
packetLen(0x0a9f, 2)
// Packet: 0x0aa0
-packetLen(0x0aa0, 2) // ZC_REFINE_OPEN_WINDOW
+packetLen(0x0aa0, 2)
// Packet: 0x0aa1
-packetLen(0x0aa1, 4) // CZ_REFINE_ADD_ITEM
+packetLen(0x0aa1, 4)
// Packet: 0x0aa2
-packetLen(0x0aa2, -1) // ZC_REFINE_ADD_ITEM
+packetLen(0x0aa2, -1)
// Packet: 0x0aa3
#if PACKETVER >= 20181114
-packetLen(0x0aa3, 9) // CZ_REFINE_ITEM_REQUEST
+packetLen(0x0aa3, 9)
#elif PACKETVER >= 20180103
-packetLen(0x0aa3, 7) // CZ_REFINE_ITEM_REQUEST
+packetLen(0x0aa3, 7)
#endif
// Packet: 0x0aa4
-packetLen(0x0aa4, 2) // CZ_REFINE_WINDOW_CLOSE
+packetLen(0x0aa4, 2)
// Packet: 0x0aa5
-packetLen(0x0aa5, -1) // ZC_MEMBERMGR_INFO
+packetLen(0x0aa5, -1)
// Packet: 0x0aa6
-packetLen(0x0aa6, 36) // ZC_MEMBER_ADD
+packetLen(0x0aa6, 36)
// Packet: 0x0aa7
-packetLen(0x0aa7, 6) // ZC_INVENTORY_MOVE_FAILED
+packetLen(0x0aa7, 6)
// Packet: 0x0aa8
packetLen(0x0aa8, 5)
@@ -5503,7 +5503,7 @@ packetLen(0x0ab0, 6)
packetLen(0x0ab1, 14)
// Packet: 0x0ab2
-packetLen(0x0ab2, 7) // ZC_GROUP_ISALIVE
+packetLen(0x0ab2, 7)
// Packet: 0x0ab3
packetLen(0x0ab3, 19)
@@ -5533,9 +5533,9 @@ packetLen(0x0ab8, 2)
// Packet: 0x0ab9
#if PACKETVER >= 20181114
-packetLen(0x0ab9, 47) // ZC_ITEM_PREVIEW
+packetLen(0x0ab9, 47)
#elif PACKETVER >= 20180103
-packetLen(0x0ab9, 39) // ZC_ITEM_PREVIEW
+packetLen(0x0ab9, 39)
#endif
// Packet: 0x0aba
@@ -5548,40 +5548,40 @@ packetLen(0x0abb, 2)
packetLen(0x0abc, -1)
// Packet: 0x0abd
-packetLen(0x0abd, 10) // ZC_PARTY_MEMBER_JOB_LEVEL
+packetLen(0x0abd, 10)
// Packet: 0x0abe
-packetLen(0x0abe, -1) // ZC_WARPLIST
+packetLen(0x0abe, -1)
// Packet: 0x0abf
packetLen(0x0abf, -1)
// Packet: 0x0ac0
-packetLen(0x0ac0, 26) // CZ_OPEN_RODEXBOX
+packetLen(0x0ac0, 26)
// Packet: 0x0ac1
-packetLen(0x0ac1, 26) // CZ_REQ_REFRESH_RODEX
+packetLen(0x0ac1, 26)
// Packet: 0x0ac2
-packetLen(0x0ac2, -1) // ZC_ACK_RODEX_LIST
+packetLen(0x0ac2, -1)
// Packet: 0x0ac3
packetLen(0x0ac3, 2)
// Packet: 0x0ac4
-packetLen(0x0ac4, -1) // AC_ACCEPT_LOGIN
+packetLen(0x0ac4, -1)
// Packet: 0x0ac5
-packetLen(0x0ac5, 156) // HC_NOTIFY_ZONESVR
+packetLen(0x0ac5, 156)
// Packet: 0x0ac6
packetLen(0x0ac6, 156)
// Packet: 0x0ac7
-packetLen(0x0ac7, 156) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0ac7, 156)
// Packet: 0x0ac8
-packetLen(0x0ac8, 2) // ZC_UNKNOWN_CLEAN_ITEMS_LISTS
+packetLen(0x0ac8, 2)
// Packet: 0x0ac9
packetLen(0x0ac9, -1)
@@ -5590,10 +5590,10 @@ packetLen(0x0ac9, -1)
packetLen(0x0aca, 3)
// Packet: 0x0acb
-packetLen(0x0acb, 12) // ZC_PAR_CHANGE
+packetLen(0x0acb, 12)
// Packet: 0x0acc
-packetLen(0x0acc, 18) // ZC_NOTIFY_EXP
+packetLen(0x0acc, 18)
// Packet: 0x0acd
packetLen(0x0acd, 23)
@@ -5602,10 +5602,10 @@ packetLen(0x0acd, 23)
packetLen(0x0ace, 4)
// Packet: 0x0acf
-packetLen(0x0acf, 68) // CA_LOGIN_OTP
+packetLen(0x0acf, 68)
// Packet: 0x0ad0
-packetLen(0x0ad0, 11) // CA_OTP_CODE
+packetLen(0x0ad0, 11)
// Packet: 0x0ad1
packetLen(0x0ad1, -1)
@@ -5636,29 +5636,29 @@ packetLen(0x0ad9, -1)
// Packet: 0x0ada
#if PACKETVER >= 20181114
-packetLen(0x0ada, 32) // ZC_REFINE_STATUS
+packetLen(0x0ada, 32)
#elif PACKETVER >= 20180103
-packetLen(0x0ada, 30) // ZC_REFINE_STATUS
+packetLen(0x0ada, 30)
#endif
// Packet: 0x0adb
packetLen(0x0adb, -1)
// Packet: 0x0adc
-packetLen(0x0adc, 6) // ZC_EQUIPWIN_OTHER
+packetLen(0x0adc, 6)
// Packet: 0x0add
#if PACKETVER >= 20181114
-packetLen(0x0add, 24) // ZC_ITEM_FALL_ENTRY
+packetLen(0x0add, 24)
#elif PACKETVER >= 20180103
-packetLen(0x0add, 22) // ZC_ITEM_FALL_ENTRY
+packetLen(0x0add, 22)
#endif
// Packet: 0x0ade
-packetLen(0x0ade, 6) // ZC_OVERWEIGHT_PERCENT
+packetLen(0x0ade, 6)
// Packet: 0x0adf
-packetLen(0x0adf, 58) // ZC_ACK_REQNAME
+packetLen(0x0adf, 58)
// Packet: 0x0ae0
packetLen(0x0ae0, 30)
@@ -5667,16 +5667,16 @@ packetLen(0x0ae0, 30)
packetLen(0x0ae1, 28)
// Packet: 0x0ae2
-packetLen(0x0ae2, 7) // ZC_OPEN_UI
+packetLen(0x0ae2, 7)
// Packet: 0x0ae3
-packetLen(0x0ae3, -1) // AC_LOGIN_OTP
+packetLen(0x0ae3, -1)
// Packet: 0x0ae4
-packetLen(0x0ae4, 89) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0ae4, 89)
// Packet: 0x0ae5
-packetLen(0x0ae5, -1) // ZC_GROUP_LIST
+packetLen(0x0ae5, -1)
// Packet: 0x0ae6
#if PACKETVER >= 20180131
@@ -5697,9 +5697,9 @@ packetLen(0x0ae8, 2)
// Packet: 0x0ae9
#if PACKETVER >= 20180117
-packetLen(0x0ae9, 13) // HC_SECOND_PASSWD_LOGIN
+packetLen(0x0ae9, 13)
#elif PACKETVER >= 20180103
-packetLen(0x0ae9, 64) // HC_SECOND_PASSWD_LOGIN
+packetLen(0x0ae9, 64)
#endif
// Packet: 0x0aea
@@ -5727,12 +5727,12 @@ packetLen(0x0aee, 2)
// Packet: 0x0aef
#if PACKETVER >= 20180117
-packetLen(0x0aef, 2) // CZ_ATTENDANCE_REWARD_REQUEST
+packetLen(0x0aef, 2)
#endif
// Packet: 0x0af0
#if PACKETVER >= 20180117
-packetLen(0x0af0, 10) // ZC_UI_ACTION
+packetLen(0x0af0, 10)
#endif
// Packet: 0x0af2
@@ -5747,7 +5747,7 @@ packetLen(0x0af3, -1)
// Packet: 0x0af4
#if PACKETVER >= 20180131
-packetLen(0x0af4, 11) // CZ_USE_SKILL_TOGROUND
+packetLen(0x0af4, 11)
#endif
// Packet: 0x0af5
@@ -5762,7 +5762,7 @@ packetLen(0x0af6, 88)
// Packet: 0x0af7
#if PACKETVER >= 20180207
-packetLen(0x0af7, 32) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0af7, 32)
#endif
// Packet: 0x0af8
@@ -5782,7 +5782,7 @@ packetLen(0x0afa, 54)
// Packet: 0x0afb
#if PACKETVER >= 20180425
-packetLen(0x0afb, -1) // ZC_AUTOSPELLLIST
+packetLen(0x0afb, -1)
#endif
// Packet: 0x0afc
@@ -5792,17 +5792,17 @@ packetLen(0x0afc, 16)
// Packet: 0x0afd
#if PACKETVER >= 20180605
-packetLen(0x0afd, -1) // ZC_GUILD_POSITION
+packetLen(0x0afd, -1)
#endif
// Packet: 0x0afe
#if PACKETVER >= 20180605
-packetLen(0x0afe, -1) // ZC_UPDATE_MISSION_HUNT_EX
+packetLen(0x0afe, -1)
#endif
// Packet: 0x0aff
#if PACKETVER >= 20180605
-packetLen(0x0aff, -1) // ZC_ALL_QUEST_LIST4
+packetLen(0x0aff, -1)
#endif
// Packet: 0x0b00
@@ -5817,12 +5817,12 @@ packetLen(0x0b01, 56)
// Packet: 0x0b02
#if PACKETVER >= 20180627
-packetLen(0x0b02, 26) // AC_REFUSE_LOGIN4
+packetLen(0x0b02, 26)
#endif
// Packet: 0x0b03
#if PACKETVER >= 20180725
-packetLen(0x0b03, -1) // ZC_EQUIPWIN_MICROSCOPE_V7
+packetLen(0x0b03, -1)
#endif
// Packet: 0x0b04
@@ -5832,9 +5832,9 @@ packetLen(0x0b04, 80)
// Packet: 0x0b05
#if PACKETVER >= 20181114
-packetLen(0x0b05, 63) // ZC_OFFLINE_STORE_VISIBLE
+packetLen(0x0b05, 63)
#elif PACKETVER >= 20180822
-packetLen(0x0b05, 59) // ZC_OFFLINE_STORE_VISIBLE
+packetLen(0x0b05, 59)
#endif
// Packet: 0x0b06
@@ -5851,40 +5851,40 @@ packetLen(0x0b07, -1)
// Packet: 0x0b08
#if PACKETVER >= 20180919
-packetLen(0x0b08, -1) // ZC_INVENTORY_START
+packetLen(0x0b08, -1)
#elif PACKETVER >= 20180905
-packetLen(0x0b08, 27) // ZC_INVENTORY_START
+packetLen(0x0b08, 27)
#elif PACKETVER >= 20180822
-packetLen(0x0b08, 26) // ZC_INVENTORY_START
+packetLen(0x0b08, 26)
#endif
// Packet: 0x0b09
#if PACKETVER >= 20180822
-packetLen(0x0b09, -1) // ZC_STORE_ITEMLIST_NORMAL_V6
+packetLen(0x0b09, -1)
#endif
// Packet: 0x0b0a
#if PACKETVER >= 20180822
-packetLen(0x0b0a, -1) // ZC_STORE_ITEMLIST_EQUIP_V6
+packetLen(0x0b0a, -1)
#endif
// Packet: 0x0b0b
#if PACKETVER >= 20180905
-packetLen(0x0b0b, 4) // ZC_INVENTORY_END
+packetLen(0x0b0b, 4)
#elif PACKETVER >= 20180822
-packetLen(0x0b0b, 3) // ZC_INVENTORY_END
+packetLen(0x0b0b, 3)
#endif
// Packet: 0x0b0c
#if PACKETVER >= 20180822
-packetLen(0x0b0c, 155) // ZC_ADD_QUEST_EX
+packetLen(0x0b0c, 155)
#endif
// Packet: 0x0b0d
#if PACKETVER >= 20180919
-packetLen(0x0b0d, 10) // ZC_REMOVE_EFFECT
+packetLen(0x0b0d, 10)
#elif PACKETVER >= 20180905
-packetLen(0x0b0d, 6) // ZC_REMOVE_EFFECT
+packetLen(0x0b0d, 6)
#endif
// Packet: 0x0b0e
@@ -5899,12 +5899,12 @@ packetLen(0x0b0f, -1)
// Packet: 0x0b10
#if PACKETVER >= 20181010
-packetLen(0x0b10, 10) // CZ_START_USE_SKILL
+packetLen(0x0b10, 10)
#endif
// Packet: 0x0b11
#if PACKETVER >= 20181010
-packetLen(0x0b11, 4) // CZ_STOP_USE_SKILL
+packetLen(0x0b11, 4)
#endif
// Packet: 0x0b12
@@ -5914,9 +5914,9 @@ packetLen(0x0b12, 2)
// Packet: 0x0b13
#if PACKETVER >= 20181114
-packetLen(0x0b13, 48) // ZC_ITEM_PREVIEW
+packetLen(0x0b13, 48)
#elif PACKETVER >= 20181024
-packetLen(0x0b13, 40) // ZC_ITEM_PREVIEW
+packetLen(0x0b13, 40)
#endif
// Packet: 0x0b14
diff --git a/src/common/packets/packets2019_len_main.h b/src/common/packets/packets2019_len_main.h
index 424abe14f..de105c36b 100644
--- a/src/common/packets/packets2019_len_main.h
+++ b/src/common/packets/packets2019_len_main.h
@@ -25,3751 +25,3751 @@
/* This file is autogenerated, please do not commit manual changes */
// Packet: 0x0064
-packetLen(0x0064, 55) // CA_LOGIN
+packetLen(0x0064, 55)
// Packet: 0x0065
-packetLen(0x0065, 17) // CH_ENTER
+packetLen(0x0065, 17)
// Packet: 0x0066
-packetLen(0x0066, 3) // CH_SELECT_CHAR
+packetLen(0x0066, 3)
// Packet: 0x0067
-packetLen(0x0067, 37) // CH_MAKE_CHAR
+packetLen(0x0067, 37)
// Packet: 0x0068
-packetLen(0x0068, 46) // CH_DELETE_CHAR
+packetLen(0x0068, 46)
// Packet: 0x0069
-packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+packetLen(0x0069, -1)
// Packet: 0x006a
-packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+packetLen(0x006a, 23)
// Packet: 0x006b
-packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+packetLen(0x006b, -1)
// Packet: 0x006c
-packetLen(0x006c, 3) // HC_REFUSE_ENTER
+packetLen(0x006c, 3)
// Packet: 0x006d
-packetLen(0x006d, 157) // HC_ACCEPT_MAKECHAR
+packetLen(0x006d, 157)
// Packet: 0x006e
-packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+packetLen(0x006e, 3)
// Packet: 0x006f
-packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+packetLen(0x006f, 2)
// Packet: 0x0070
-packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+packetLen(0x0070, 3)
// Packet: 0x0071
-packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+packetLen(0x0071, 28)
// Packet: 0x0072
-packetLen(0x0072, 22) // CZ_ENTER
+packetLen(0x0072, 22)
// Packet: 0x0073
-packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 11)
// Packet: 0x0074
-packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+packetLen(0x0074, 3)
// Packet: 0x0075
-packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, -1)
// Packet: 0x0076
-packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+packetLen(0x0076, 9)
// Packet: 0x0077
-packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 5)
// Packet: 0x0078
-packetLen(0x0078, 55) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, 55)
// Packet: 0x0079
-packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, 53)
// Packet: 0x007a
-packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, 58)
// Packet: 0x007b
-packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, 60)
// Packet: 0x007c
-packetLen(0x007c, 44) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, 44)
// Packet: 0x007d
-packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, 2)
// Packet: 0x007e
#if PACKETVER >= 20190904
-packetLen(0x007e, 46) // CZ_REQUEST_TIME
+packetLen(0x007e, 46)
#elif PACKETVER >= 20190109
-packetLen(0x007e, 105) // CZ_REQUEST_TIME
+packetLen(0x007e, 105)
#endif
// Packet: 0x007f
-packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+packetLen(0x007f, 6)
// Packet: 0x0080
-packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+packetLen(0x0080, 7)
// Packet: 0x0081
-packetLen(0x0081, 3) // SC_NOTIFY_BAN
+packetLen(0x0081, 3)
// Packet: 0x0082
-packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+packetLen(0x0082, 2)
// Packet: 0x0083
-packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 2)
// Packet: 0x0084
-packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+packetLen(0x0084, 2)
// Packet: 0x0085
-packetLen(0x0085, 10) // CZ_REQUEST_MOVE
+packetLen(0x0085, 10)
// Packet: 0x0086
-packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 16)
// Packet: 0x0087
-packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 12)
// Packet: 0x0088
-packetLen(0x0088, 10) // ZC_STOPMOVE
+packetLen(0x0088, 10)
// Packet: 0x0089
-packetLen(0x0089, 11) // CZ_REQUEST_ACT
+packetLen(0x0089, 11)
// Packet: 0x008a
-packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+packetLen(0x008a, 29)
// Packet: 0x008b
-packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+packetLen(0x008b, 23)
// Packet: 0x008c
packetLen(0x008c, 14)
// Packet: 0x008d
-packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+packetLen(0x008d, -1)
// Packet: 0x008e
-packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, -1)
// Packet: 0x0090
-packetLen(0x0090, 7) // CZ_CONTACTNPC
+packetLen(0x0090, 7)
// Packet: 0x0091
-packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, 22)
// Packet: 0x0092
-packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 28)
// Packet: 0x0093
-packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+packetLen(0x0093, 2)
// Packet: 0x0094
-packetLen(0x0094, 19) // CZ_REQNAME
+packetLen(0x0094, 19)
// Packet: 0x0095
-packetLen(0x0095, 30) // ZC_ACK_REQNAME
+packetLen(0x0095, 30)
// Packet: 0x0096
-packetLen(0x0096, -1) // CZ_WHISPER
+packetLen(0x0096, -1)
// Packet: 0x0097
-packetLen(0x0097, -1) // ZC_WHISPER
+packetLen(0x0097, -1)
// Packet: 0x0098
-packetLen(0x0098, 3) // ZC_ACK_WHISPER
+packetLen(0x0098, 3)
// Packet: 0x0099
-packetLen(0x0099, -1) // CZ_BROADCAST
+packetLen(0x0099, -1)
// Packet: 0x009a
-packetLen(0x009a, -1) // ZC_BROADCAST
+packetLen(0x009a, -1)
// Packet: 0x009b
-packetLen(0x009b, 34) // CZ_CHANGE_DIRECTION
+packetLen(0x009b, 34)
// Packet: 0x009c
-packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, 9)
// Packet: 0x009d
-packetLen(0x009d, 19) // ZC_ITEM_ENTRY
+packetLen(0x009d, 19)
// Packet: 0x009e
-packetLen(0x009e, 19) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 19)
// Packet: 0x009f
-packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+packetLen(0x009f, 20)
// Packet: 0x00a0
-packetLen(0x00a0, 33) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, 33)
// Packet: 0x00a1
-packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, 6)
// Packet: 0x00a2
-packetLen(0x00a2, 14) // CZ_ITEM_THROW
+packetLen(0x00a2, 14)
// Packet: 0x00a3
-packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, -1)
// Packet: 0x00a4
-packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, -1)
// Packet: 0x00a5
-packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, -1)
// Packet: 0x00a6
-packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, -1)
// Packet: 0x00a7
packetLen(0x00a7, 9)
// Packet: 0x00a8
-packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 7)
// Packet: 0x00a9
-packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, 6)
// Packet: 0x00aa
-packetLen(0x00aa, 9) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 9)
// Packet: 0x00ab
-packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, 4)
// Packet: 0x00ac
-packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, 7)
// Packet: 0x00ae
-packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+packetLen(0x00ae, -1)
// Packet: 0x00af
-packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, 6)
// Packet: 0x00b0
-packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+packetLen(0x00b0, 8)
// Packet: 0x00b1
-packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, 8)
// Packet: 0x00b2
-packetLen(0x00b2, 3) // CZ_RESTART
+packetLen(0x00b2, 3)
// Packet: 0x00b3
-packetLen(0x00b3, 3) // ZC_RESTART_ACK
+packetLen(0x00b3, 3)
// Packet: 0x00b4
-packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+packetLen(0x00b4, -1)
// Packet: 0x00b5
-packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 6)
// Packet: 0x00b6
-packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 6)
// Packet: 0x00b7
-packetLen(0x00b7, -1) // ZC_MENU_LIST
+packetLen(0x00b7, -1)
// Packet: 0x00b8
-packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+packetLen(0x00b8, 7)
// Packet: 0x00b9
-packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, 6)
// Packet: 0x00ba
-packetLen(0x00ba, 2) // CZ_REQ_STATUS
+packetLen(0x00ba, 2)
// Packet: 0x00bb
-packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+packetLen(0x00bb, 5)
// Packet: 0x00bc
-packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 6)
// Packet: 0x00bd
-packetLen(0x00bd, 44) // ZC_STATUS
+packetLen(0x00bd, 44)
// Packet: 0x00be
-packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+packetLen(0x00be, 5)
// Packet: 0x00bf
-packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+packetLen(0x00bf, 3)
// Packet: 0x00c0
-packetLen(0x00c0, 7) // ZC_EMOTION
+packetLen(0x00c0, 7)
// Packet: 0x00c1
-packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, 2)
// Packet: 0x00c2
-packetLen(0x00c2, 6) // ZC_USER_COUNT
+packetLen(0x00c2, 6)
// Packet: 0x00c3
-packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, 8)
// Packet: 0x00c4
-packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, 6)
// Packet: 0x00c5
-packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, 7)
// Packet: 0x00c6
-packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, -1)
// Packet: 0x00c7
-packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, -1)
// Packet: 0x00c8
-packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, -1)
// Packet: 0x00c9
-packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, -1)
// Packet: 0x00ca
-packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, 3)
// Packet: 0x00cb
-packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+packetLen(0x00cb, 3)
// Packet: 0x00cc
-packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, 6)
// Packet: 0x00cd
-packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+packetLen(0x00cd, 3)
// Packet: 0x00ce
-packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 2)
// Packet: 0x00cf
-packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 27)
// Packet: 0x00d0
-packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, 3)
// Packet: 0x00d1
-packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, 4)
// Packet: 0x00d2
-packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 4)
// Packet: 0x00d3
-packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 2)
// Packet: 0x00d4
-packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+packetLen(0x00d4, -1)
// Packet: 0x00d5
-packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, -1)
// Packet: 0x00d6
-packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 3)
// Packet: 0x00d7
-packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, -1)
// Packet: 0x00d8
-packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+packetLen(0x00d8, 6)
// Packet: 0x00d9
-packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, 14)
// Packet: 0x00da
-packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, 3)
// Packet: 0x00db
-packetLen(0x00db, -1) // ZC_ENTER_ROOM
+packetLen(0x00db, -1)
// Packet: 0x00dc
-packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 28)
// Packet: 0x00dd
-packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+packetLen(0x00dd, 29)
// Packet: 0x00de
-packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, -1)
// Packet: 0x00df
-packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, -1)
// Packet: 0x00e0
-packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, 30)
// Packet: 0x00e1
-packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+packetLen(0x00e1, 30)
// Packet: 0x00e2
-packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, 26)
// Packet: 0x00e3
-packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+packetLen(0x00e3, 2)
// Packet: 0x00e4
-packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 6)
// Packet: 0x00e5
-packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 26)
// Packet: 0x00e6
-packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, 3)
// Packet: 0x00e7
-packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 3)
// Packet: 0x00e8
-packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, 8)
// Packet: 0x00e9
-packetLen(0x00e9, 29) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 29)
// Packet: 0x00ea
-packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 5)
// Packet: 0x00eb
-packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 2)
// Packet: 0x00ec
-packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 3)
// Packet: 0x00ed
-packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, 2)
// Packet: 0x00ee
-packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, 2)
// Packet: 0x00ef
-packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 2)
// Packet: 0x00f0
-packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 3)
// Packet: 0x00f1
-packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+packetLen(0x00f1, 2)
// Packet: 0x00f2
-packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 6)
// Packet: 0x00f3
-packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+packetLen(0x00f3, -1)
// Packet: 0x00f4
-packetLen(0x00f4, 31) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 31)
// Packet: 0x00f5
-packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+packetLen(0x00f5, 11)
// Packet: 0x00f6
-packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 8)
// Packet: 0x00f7
-packetLen(0x00f7, 17) // CZ_REQUEST_TIME
+packetLen(0x00f7, 17)
// Packet: 0x00f8
-packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+packetLen(0x00f8, 2)
// Packet: 0x00f9
-packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+packetLen(0x00f9, 26)
// Packet: 0x00fa
-packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, 3)
// Packet: 0x00fb
-packetLen(0x00fb, -1) // ZC_GROUP_LIST
+packetLen(0x00fb, -1)
// Packet: 0x00fc
-packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, 6)
// Packet: 0x00fd
-packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, 27)
// Packet: 0x00fe
-packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, 30)
// Packet: 0x00ff
-packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+packetLen(0x00ff, 10)
// Packet: 0x0100
-packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, 2)
// Packet: 0x0101
-packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, 6)
// Packet: 0x0102
-packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 6)
// Packet: 0x0103
-packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 30)
// Packet: 0x0104
-packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, 79)
// Packet: 0x0105
-packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, 31)
// Packet: 0x0106
-packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, 10)
// Packet: 0x0107
-packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, 10)
// Packet: 0x0108
-packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, -1)
// Packet: 0x0109
-packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, -1)
// Packet: 0x010a
-packetLen(0x010a, 6) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 6)
// Packet: 0x010b
-packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, 6)
// Packet: 0x010c
-packetLen(0x010c, 6) // ZC_MVP
+packetLen(0x010c, 6)
// Packet: 0x010d
-packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+packetLen(0x010d, 2)
// Packet: 0x010e
-packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, 11)
// Packet: 0x010f
-packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+packetLen(0x010f, -1)
// Packet: 0x0110
-packetLen(0x0110, 14) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, 14)
// Packet: 0x0111
-packetLen(0x0111, 39) // ZC_ADD_SKILL
+packetLen(0x0111, 39)
// Packet: 0x0112
-packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, 4)
// Packet: 0x0113
-packetLen(0x0113, 25) // CZ_USE_SKILL
+packetLen(0x0113, 25)
// Packet: 0x0114
-packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+packetLen(0x0114, 31)
// Packet: 0x0115
-packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+packetLen(0x0115, 35)
// Packet: 0x0116
-packetLen(0x0116, 17) // CZ_USE_SKILL_TOGROUND
+packetLen(0x0116, 17)
// Packet: 0x0117
-packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, 18)
// Packet: 0x0118
-packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+packetLen(0x0118, 2)
// Packet: 0x0119
-packetLen(0x0119, 13) // ZC_STATE_CHANGE
+packetLen(0x0119, 13)
// Packet: 0x011a
-packetLen(0x011a, 15) // ZC_USE_SKILL
+packetLen(0x011a, 15)
// Packet: 0x011b
-packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, 20)
// Packet: 0x011c
-packetLen(0x011c, 68) // ZC_WARPLIST
+packetLen(0x011c, 68)
// Packet: 0x011d
-packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 2)
// Packet: 0x011e
-packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, 3)
// Packet: 0x011f
-packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+packetLen(0x011f, 16)
// Packet: 0x0120
-packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, 6)
// Packet: 0x0121
-packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, 14)
// Packet: 0x0122
-packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, -1)
// Packet: 0x0123
-packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, -1)
// Packet: 0x0124
-packetLen(0x0124, 31) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 31)
// Packet: 0x0125
-packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 8)
// Packet: 0x0126
-packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 8)
// Packet: 0x0127
-packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, 8)
// Packet: 0x0128
-packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 8)
// Packet: 0x0129
-packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, 8)
// Packet: 0x012a
-packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+packetLen(0x012a, 2)
// Packet: 0x012b
-packetLen(0x012b, 2) // ZC_CARTOFF
+packetLen(0x012b, 2)
// Packet: 0x012c
-packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 3)
// Packet: 0x012d
-packetLen(0x012d, 4) // ZC_OPENSTORE
+packetLen(0x012d, 4)
// Packet: 0x012e
-packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, 2)
// Packet: 0x012f
-packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+packetLen(0x012f, -1)
// Packet: 0x0130
-packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, 6)
// Packet: 0x0131
-packetLen(0x0131, 86) // ZC_STORE_ENTRY
+packetLen(0x0131, 86)
// Packet: 0x0132
-packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, 6)
// Packet: 0x0133
-packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, -1)
// Packet: 0x0134
-packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, -1)
// Packet: 0x0135
-packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, 7)
// Packet: 0x0136
-packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, -1)
// Packet: 0x0137
-packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, 6)
// Packet: 0x0138
-packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+packetLen(0x0138, 3)
// Packet: 0x0139
-packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, 16)
// Packet: 0x013a
-packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+packetLen(0x013a, 4)
// Packet: 0x013b
-packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+packetLen(0x013b, 4)
// Packet: 0x013c
-packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+packetLen(0x013c, 4)
// Packet: 0x013d
-packetLen(0x013d, 6) // ZC_RECOVERY
+packetLen(0x013d, 6)
// Packet: 0x013e
-packetLen(0x013e, 24) // ZC_USESKILL_ACK
+packetLen(0x013e, 24)
// Packet: 0x013f
-packetLen(0x013f, 26) // CZ_ITEM_CREATE
+packetLen(0x013f, 26)
// Packet: 0x0140
-packetLen(0x0140, 22) // CZ_MOVETO_MAP
+packetLen(0x0140, 22)
// Packet: 0x0141
-packetLen(0x0141, 14) // ZC_COUPLESTATUS
+packetLen(0x0141, 14)
// Packet: 0x0142
-packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+packetLen(0x0142, 6)
// Packet: 0x0143
-packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+packetLen(0x0143, 10)
// Packet: 0x0144
-packetLen(0x0144, 23) // ZC_COMPASS
+packetLen(0x0144, 23)
// Packet: 0x0145
-packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+packetLen(0x0145, 19)
// Packet: 0x0146
-packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+packetLen(0x0146, 6)
// Packet: 0x0147
-packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+packetLen(0x0147, 39)
// Packet: 0x0148
-packetLen(0x0148, 8) // ZC_RESURRECTION
+packetLen(0x0148, 8)
// Packet: 0x0149
-packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, 9)
// Packet: 0x014a
-packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+packetLen(0x014a, 6)
// Packet: 0x014b
-packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+packetLen(0x014b, 27)
// Packet: 0x014c
-packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, -1)
// Packet: 0x014d
-packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 2)
// Packet: 0x014e
-packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+packetLen(0x014e, 6)
// Packet: 0x014f
-packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, 6)
// Packet: 0x0150
-packetLen(0x0150, 110) // ZC_GUILD_INFO
+packetLen(0x0150, 110)
// Packet: 0x0151
-packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+packetLen(0x0151, 6)
// Packet: 0x0152
-packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+packetLen(0x0152, -1)
// Packet: 0x0153
-packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+packetLen(0x0153, -1)
// Packet: 0x0154
-packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, -1)
// Packet: 0x0155
-packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, -1)
// Packet: 0x0156
-packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+packetLen(0x0156, -1)
// Packet: 0x0157
-packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+packetLen(0x0157, 6)
// Packet: 0x0159
-packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, 54)
// Packet: 0x015a
-packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 66)
// Packet: 0x015b
-packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 54)
// Packet: 0x015c
-packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, 90)
// Packet: 0x015d
-packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+packetLen(0x015d, 42)
// Packet: 0x015e
-packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, 6)
// Packet: 0x015f
-packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+packetLen(0x015f, 42)
// Packet: 0x0160
-packetLen(0x0160, -1) // ZC_POSITION_INFO
+packetLen(0x0160, -1)
// Packet: 0x0161
-packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, -1)
// Packet: 0x0162
-packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, -1)
// Packet: 0x0163
-packetLen(0x0163, -1) // ZC_BAN_LIST
+packetLen(0x0163, -1)
// Packet: 0x0164
-packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+packetLen(0x0164, -1)
// Packet: 0x0165
-packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, 30)
// Packet: 0x0166
-packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, -1)
// Packet: 0x0167
-packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 3)
// Packet: 0x0168
-packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, 14)
// Packet: 0x0169
-packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 3)
// Packet: 0x016a
-packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, 30)
// Packet: 0x016b
-packetLen(0x016b, 10) // CZ_JOIN_GUILD
+packetLen(0x016b, 10)
// Packet: 0x016c
-packetLen(0x016c, 43) // ZC_UPDATE_GDID
+packetLen(0x016c, 43)
// Packet: 0x016d
-packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 14)
// Packet: 0x016e
-packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+packetLen(0x016e, 186)
// Packet: 0x016f
-packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+packetLen(0x016f, 182)
// Packet: 0x0170
-packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 14)
// Packet: 0x0171
-packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, 30)
// Packet: 0x0172
-packetLen(0x0172, 10) // CZ_ALLY_GUILD
+packetLen(0x0172, 10)
// Packet: 0x0173
-packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+packetLen(0x0173, 3)
// Packet: 0x0174
-packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0174, -1)
// Packet: 0x0175
-packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+packetLen(0x0175, 6)
// Packet: 0x0176
-packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+packetLen(0x0176, 106)
// Packet: 0x0177
-packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, -1)
// Packet: 0x0178
-packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, 4)
// Packet: 0x0179
-packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 5)
// Packet: 0x017a
-packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, 4)
// Packet: 0x017b
-packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, -1)
// Packet: 0x017c
-packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, 6)
// Packet: 0x017d
-packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 7)
// Packet: 0x017e
-packetLen(0x017e, -1) // CZ_GUILD_CHAT
+packetLen(0x017e, -1)
// Packet: 0x017f
-packetLen(0x017f, -1) // ZC_GUILD_CHAT
+packetLen(0x017f, -1)
// Packet: 0x0180
-packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+packetLen(0x0180, 6)
// Packet: 0x0181
-packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+packetLen(0x0181, 3)
// Packet: 0x0182
-packetLen(0x0182, 106) // ZC_MEMBER_ADD
+packetLen(0x0182, 106)
// Packet: 0x0183
-packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+packetLen(0x0183, 10)
// Packet: 0x0184
-packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+packetLen(0x0184, 10)
// Packet: 0x0185
-packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+packetLen(0x0185, 34)
// Packet: 0x0187
-packetLen(0x0187, 6) // CH_UNKNOWN_PING
+packetLen(0x0187, 6)
// Packet: 0x0188
-packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, 8)
// Packet: 0x0189
-packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, 4)
// Packet: 0x018a
-packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+packetLen(0x018a, 4)
// Packet: 0x018b
-packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, 4)
// Packet: 0x018c
-packetLen(0x018c, 29) // ZC_MONSTER_INFO
+packetLen(0x018c, 29)
// Packet: 0x018d
-packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, -1)
// Packet: 0x018e
-packetLen(0x018e, 18) // CZ_REQMAKINGITEM
+packetLen(0x018e, 18)
// Packet: 0x018f
-packetLen(0x018f, 8) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 8)
// Packet: 0x0190
-packetLen(0x0190, 23) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+packetLen(0x0190, 23)
// Packet: 0x0191
#if PACKETVER >= 20190904
-packetLen(0x0191, 27) // ZC_TALKBOX_CHATCONTENTS
+packetLen(0x0191, 27)
#elif PACKETVER >= 20190109
-packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+packetLen(0x0191, 86)
#endif
// Packet: 0x0192
-packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+packetLen(0x0192, 24)
// Packet: 0x0193
-packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+packetLen(0x0193, 2)
// Packet: 0x0194
-packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 30)
// Packet: 0x0195
-packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 102)
// Packet: 0x0196
-packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, 9)
// Packet: 0x0197
-packetLen(0x0197, 4) // CZ_RESET
+packetLen(0x0197, 4)
// Packet: 0x0198
-packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+packetLen(0x0198, 8)
// Packet: 0x0199
-packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, 4)
// Packet: 0x019a
-packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 14)
// Packet: 0x019b
-packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 10)
// Packet: 0x019c
-packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+packetLen(0x019c, -1)
// Packet: 0x019d
-packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, 6)
// Packet: 0x019e
-packetLen(0x019e, 2) // ZC_START_CAPTURE
+packetLen(0x019e, 2)
// Packet: 0x019f
-packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, 6)
// Packet: 0x01a0
-packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, 3)
// Packet: 0x01a1
-packetLen(0x01a1, 3) // CZ_COMMAND_PET
+packetLen(0x01a1, 3)
// Packet: 0x01a2
-packetLen(0x01a2, 37) // ZC_PROPERTY_PET
+packetLen(0x01a2, 37)
// Packet: 0x01a3
-packetLen(0x01a3, 7) // ZC_FEED_PET
+packetLen(0x01a3, 7)
// Packet: 0x01a4
-packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, 11)
// Packet: 0x01a5
-packetLen(0x01a5, 26) // CZ_RENAME_PET
+packetLen(0x01a5, 26)
// Packet: 0x01a6
-packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+packetLen(0x01a6, -1)
// Packet: 0x01a7
-packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 4)
// Packet: 0x01a8
-packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+packetLen(0x01a8, 4)
// Packet: 0x01a9
-packetLen(0x01a9, 6) // CZ_PET_ACT
+packetLen(0x01a9, 6)
// Packet: 0x01aa
-packetLen(0x01aa, 10) // ZC_PET_ACT
+packetLen(0x01aa, 10)
// Packet: 0x01ab
-packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, 12)
// Packet: 0x01ac
-packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+packetLen(0x01ac, 6)
// Packet: 0x01ad
-packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, -1)
// Packet: 0x01ae
-packetLen(0x01ae, 6) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, 6)
// Packet: 0x01af
-packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+packetLen(0x01af, 4)
// Packet: 0x01b0
-packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, 11)
// Packet: 0x01b1
-packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+packetLen(0x01b1, 7)
// Packet: 0x01b2
-packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, -1)
// Packet: 0x01b3
-packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, 67)
// Packet: 0x01b4
-packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+packetLen(0x01b4, 12)
// Packet: 0x01b5
-packetLen(0x01b5, 18) // SC_BILLING_INFO
+packetLen(0x01b5, 18)
// Packet: 0x01b6
-packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+packetLen(0x01b6, 114)
// Packet: 0x01b7
-packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+packetLen(0x01b7, 6)
// Packet: 0x01b8
-packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+packetLen(0x01b8, 3)
// Packet: 0x01b9
-packetLen(0x01b9, 6) // ZC_DISPEL
+packetLen(0x01b9, 6)
// Packet: 0x01ba
-packetLen(0x01ba, 26) // CZ_REMOVE_AID
+packetLen(0x01ba, 26)
// Packet: 0x01bb
-packetLen(0x01bb, 26) // CZ_SHIFT
+packetLen(0x01bb, 26)
// Packet: 0x01bc
-packetLen(0x01bc, 26) // CZ_RECALL
+packetLen(0x01bc, 26)
// Packet: 0x01bd
-packetLen(0x01bd, 26) // CZ_RECALL_GID
+packetLen(0x01bd, 26)
// Packet: 0x01be
-packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+packetLen(0x01be, 2)
// Packet: 0x01bf
-packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+packetLen(0x01bf, 3)
// Packet: 0x01c0
-packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+packetLen(0x01c0, 2)
// Packet: 0x01c1
-packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+packetLen(0x01c1, 14)
// Packet: 0x01c2
-packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+packetLen(0x01c2, 10)
// Packet: 0x01c3
-packetLen(0x01c3, -1) // ZC_BROADCAST2
+packetLen(0x01c3, -1)
// Packet: 0x01c4
-packetLen(0x01c4, 32) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 32)
// Packet: 0x01c5
-packetLen(0x01c5, 32) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 32)
// Packet: 0x01c6
-packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+packetLen(0x01c6, 4)
// Packet: 0x01c7
-packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+packetLen(0x01c7, 2)
// Packet: 0x01c8
-packetLen(0x01c8, 15) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, 15)
// Packet: 0x01c9
-packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 97)
// Packet: 0x01ca
-packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+packetLen(0x01ca, 3)
// Packet: 0x01cb
-packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+packetLen(0x01cb, 9)
// Packet: 0x01cc
-packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+packetLen(0x01cc, 9)
// Packet: 0x01cd
-packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, 30)
// Packet: 0x01ce
-packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, 6)
// Packet: 0x01cf
-packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+packetLen(0x01cf, 28)
// Packet: 0x01d0
-packetLen(0x01d0, 8) // ZC_SPIRITS
+packetLen(0x01d0, 8)
// Packet: 0x01d1
-packetLen(0x01d1, 14) // ZC_BLADESTOP
+packetLen(0x01d1, 14)
// Packet: 0x01d2
-packetLen(0x01d2, 10) // ZC_COMBODELAY
+packetLen(0x01d2, 10)
// Packet: 0x01d3
-packetLen(0x01d3, 35) // ZC_SOUND
+packetLen(0x01d3, 35)
// Packet: 0x01d4
-packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, 6)
// Packet: 0x01d5
-packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, -1)
// Packet: 0x01d6
-packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 4)
// Packet: 0x01d7
-packetLen(0x01d7, 15) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 15)
// Packet: 0x01d8
-packetLen(0x01d8, 58) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 58)
// Packet: 0x01d9
-packetLen(0x01d9, 57) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 57)
// Packet: 0x01da
-packetLen(0x01da, 64) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 64)
// Packet: 0x01db
-packetLen(0x01db, 2) // CA_REQ_HASH
+packetLen(0x01db, 2)
// Packet: 0x01dc
-packetLen(0x01dc, -1) // AC_ACK_HASH
+packetLen(0x01dc, -1)
// Packet: 0x01dd
-packetLen(0x01dd, 47) // CA_LOGIN2
+packetLen(0x01dd, 47)
// Packet: 0x01de
-packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 33)
// Packet: 0x01df
-packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+packetLen(0x01df, 6)
// Packet: 0x01e0
-packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+packetLen(0x01e0, 30)
// Packet: 0x01e1
-packetLen(0x01e1, 8) // ZC_SPIRITS2
+packetLen(0x01e1, 8)
// Packet: 0x01e2
-packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+packetLen(0x01e2, 34)
// Packet: 0x01e3
-packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+packetLen(0x01e3, 14)
// Packet: 0x01e4
-packetLen(0x01e4, 2) // ZC_START_COUPLE
+packetLen(0x01e4, 2)
// Packet: 0x01e5
-packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+packetLen(0x01e5, 6)
// Packet: 0x01e6
-packetLen(0x01e6, 26) // ZC_COUPLENAME
+packetLen(0x01e6, 26)
// Packet: 0x01e7
-packetLen(0x01e7, 2) // CZ_DORIDORI
+packetLen(0x01e7, 2)
// Packet: 0x01e8
-packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 28)
// Packet: 0x01e9
-packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, 81)
// Packet: 0x01ea
-packetLen(0x01ea, 6) // ZC_CONGRATULATION
+packetLen(0x01ea, 6)
// Packet: 0x01eb
-packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, 10)
// Packet: 0x01ec
-packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+packetLen(0x01ec, 26)
// Packet: 0x01ed
-packetLen(0x01ed, 2) // CZ_CHOPOKGI
+packetLen(0x01ed, 2)
// Packet: 0x01ee
-packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, -1)
// Packet: 0x01ef
-packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, -1)
// Packet: 0x01f0
-packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, -1)
// Packet: 0x01f1
-packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+packetLen(0x01f1, -1)
// Packet: 0x01f2
-packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, 20)
// Packet: 0x01f3
-packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+packetLen(0x01f3, 10)
// Packet: 0x01f4
-packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, 32)
// Packet: 0x01f5
-packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, 9)
// Packet: 0x01f6
-packetLen(0x01f6, 34) // ZC_REQ_BABY
+packetLen(0x01f6, 34)
// Packet: 0x01f7
-packetLen(0x01f7, 14) // CZ_JOIN_BABY
+packetLen(0x01f7, 14)
// Packet: 0x01f8
-packetLen(0x01f8, 2) // ZC_START_BABY
+packetLen(0x01f8, 2)
// Packet: 0x01f9
-packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+packetLen(0x01f9, 6)
// Packet: 0x01fa
-packetLen(0x01fa, 48) // CA_LOGIN3
+packetLen(0x01fa, 48)
// Packet: 0x01fb
-packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+packetLen(0x01fb, 56)
// Packet: 0x01fc
-packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, -1)
// Packet: 0x01fd
-packetLen(0x01fd, 25) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 25)
// Packet: 0x01fe
-packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, 5)
// Packet: 0x01ff
-packetLen(0x01ff, 10) // ZC_HIGHJUMP
+packetLen(0x01ff, 10)
// Packet: 0x0200
-packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+packetLen(0x0200, 26)
// Packet: 0x0201
-packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+packetLen(0x0201, -1)
// Packet: 0x0202
-packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+packetLen(0x0202, 26)
// Packet: 0x0203
-packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+packetLen(0x0203, 10)
// Packet: 0x0204
-packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+packetLen(0x0204, 18)
// Packet: 0x0205
-packetLen(0x0205, 26) // ZC_DIVORCE
+packetLen(0x0205, 26)
// Packet: 0x0206
-packetLen(0x0206, 35) // ZC_FRIENDS_STATE
+packetLen(0x0206, 35)
// Packet: 0x0207
-packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, 34)
// Packet: 0x0208
-packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, 14)
// Packet: 0x0209
-packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, 36)
// Packet: 0x020a
-packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 10)
// Packet: 0x020d
-packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+packetLen(0x020d, -1)
// Packet: 0x020e
-packetLen(0x020e, 32) // ZC_STARSKILL
+packetLen(0x020e, 32)
// Packet: 0x0212
-packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+packetLen(0x0212, 26)
// Packet: 0x0213
-packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+packetLen(0x0213, 26)
// Packet: 0x0214
-packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+packetLen(0x0214, 42)
// Packet: 0x0215
-packetLen(0x0215, 6) // ZC_SKILLMSG
+packetLen(0x0215, 6)
// Packet: 0x0216
-packetLen(0x0216, 6) // ZC_BABYMSG
+packetLen(0x0216, 6)
// Packet: 0x0217
-packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 2)
// Packet: 0x0218
-packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, 2)
// Packet: 0x0219
-packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 282)
// Packet: 0x021a
-packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, 282)
// Packet: 0x021b
-packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, 10)
// Packet: 0x021c
-packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, 10)
// Packet: 0x021d
-packetLen(0x021d, 6) // CZ_LESSEFFECT
+packetLen(0x021d, 6)
// Packet: 0x021e
-packetLen(0x021e, 6) // ZC_LESSEFFECT
+packetLen(0x021e, 6)
// Packet: 0x021f
-packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+packetLen(0x021f, 66)
// Packet: 0x0220
-packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+packetLen(0x0220, 10)
// Packet: 0x0221
-packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+packetLen(0x0221, -1)
// Packet: 0x0222
-packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+packetLen(0x0222, 6)
// Packet: 0x0223
-packetLen(0x0223, 10) // ZC_ACK_WEAPONREFINE
+packetLen(0x0223, 10)
// Packet: 0x0224
-packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+packetLen(0x0224, 10)
// Packet: 0x0225
-packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+packetLen(0x0225, 2)
// Packet: 0x0226
-packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+packetLen(0x0226, 282)
// Packet: 0x0227
-packetLen(0x0227, 18) // ZC_GAME_GUARD
+packetLen(0x0227, 18)
// Packet: 0x0228
-packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+packetLen(0x0228, 18)
// Packet: 0x0229
-packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+packetLen(0x0229, 15)
// Packet: 0x022a
-packetLen(0x022a, 62) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 62)
// Packet: 0x022b
-packetLen(0x022b, 61) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, 61)
// Packet: 0x022c
-packetLen(0x022c, 69) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, 69)
// Packet: 0x022d
-packetLen(0x022d, 5) // CZ_COMMAND_MER
+packetLen(0x022d, 5)
// Packet: 0x022e
-packetLen(0x022e, 73) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 73)
// Packet: 0x022f
-packetLen(0x022f, 7) // ZC_FEED_MER
+packetLen(0x022f, 7)
// Packet: 0x0230
-packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+packetLen(0x0230, 12)
// Packet: 0x0231
-packetLen(0x0231, 26) // CZ_RENAME_MER
+packetLen(0x0231, 26)
// Packet: 0x0232
-packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, 9)
// Packet: 0x0233
-packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, 11)
// Packet: 0x0234
-packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, 6)
// Packet: 0x0235
-packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, -1)
// Packet: 0x0236
-packetLen(0x0236, 10) // ZC_KILLER_POINT
+packetLen(0x0236, 10)
// Packet: 0x0237
-packetLen(0x0237, 2) // CZ_KILLER_RANK
+packetLen(0x0237, 2)
// Packet: 0x0238
-packetLen(0x0238, 282) // ZC_KILLER_RANK
+packetLen(0x0238, 282)
// Packet: 0x0239
-packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 11)
// Packet: 0x023a
-packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, 4)
// Packet: 0x023b
-packetLen(0x023b, 36) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 36)
// Packet: 0x023c
-packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, 6)
// Packet: 0x023d
-packetLen(0x023d, 6) // AC_EVENT_RESULT
+packetLen(0x023d, 6)
// Packet: 0x023e
-packetLen(0x023e, 8) // HC_REQUEST_CHARACTER_PASSWORD
+packetLen(0x023e, 8)
// Packet: 0x023f
-packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+packetLen(0x023f, 2)
// Packet: 0x0240
-packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+packetLen(0x0240, -1)
// Packet: 0x0241
-packetLen(0x0241, 6) // CZ_MAIL_OPEN
+packetLen(0x0241, 6)
// Packet: 0x0242
-packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+packetLen(0x0242, -1)
// Packet: 0x0243
-packetLen(0x0243, 6) // CZ_MAIL_DELETE
+packetLen(0x0243, 6)
// Packet: 0x0244
-packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+packetLen(0x0244, 6)
// Packet: 0x0245
-packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+packetLen(0x0245, 3)
// Packet: 0x0246
-packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+packetLen(0x0246, 4)
// Packet: 0x0247
-packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+packetLen(0x0247, 8)
// Packet: 0x0248
-packetLen(0x0248, -1) // CZ_MAIL_SEND
+packetLen(0x0248, -1)
// Packet: 0x0249
-packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+packetLen(0x0249, 3)
// Packet: 0x024a
-packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+packetLen(0x024a, 70)
// Packet: 0x024b
-packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+packetLen(0x024b, 4)
// Packet: 0x024c
-packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+packetLen(0x024c, 8)
// Packet: 0x024d
-packetLen(0x024d, 12) // CZ_AUCTION_ADD
+packetLen(0x024d, 12)
// Packet: 0x024e
-packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+packetLen(0x024e, 6)
// Packet: 0x024f
-packetLen(0x024f, 10) // CZ_AUCTION_BUY
+packetLen(0x024f, 10)
// Packet: 0x0250
-packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+packetLen(0x0250, 3)
// Packet: 0x0251
-packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+packetLen(0x0251, 34)
// Packet: 0x0252
-packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+packetLen(0x0252, -1)
// Packet: 0x0253
-packetLen(0x0253, 3) // ZC_STARPLACE
+packetLen(0x0253, 3)
// Packet: 0x0254
-packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+packetLen(0x0254, 3)
// Packet: 0x0255
-packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+packetLen(0x0255, 5)
// Packet: 0x0256
-packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+packetLen(0x0256, 5)
// Packet: 0x0257
-packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+packetLen(0x0257, 8)
// Packet: 0x0258
-packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+packetLen(0x0258, 2)
// Packet: 0x0259
-packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+packetLen(0x0259, 3)
// Packet: 0x025a
-packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+packetLen(0x025a, -1)
// Packet: 0x025b
-packetLen(0x025b, 8) // CZ_REQ_MAKINGITEM
+packetLen(0x025b, 8)
// Packet: 0x025c
-packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+packetLen(0x025c, 4)
// Packet: 0x025d
-packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+packetLen(0x025d, 6)
// Packet: 0x025e
-packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+packetLen(0x025e, 4)
// Packet: 0x025f
-packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+packetLen(0x025f, 6)
// Packet: 0x0260
-packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+packetLen(0x0260, 6)
// Packet: 0x0261
-packetLen(0x0261, 11) // AC_REQ_LOGIN_OLDEKEY
+packetLen(0x0261, 11)
// Packet: 0x0262
-packetLen(0x0262, 11) // AC_REQ_LOGIN_NEWEKEY
+packetLen(0x0262, 11)
// Packet: 0x0263
-packetLen(0x0263, 11) // AC_REQ_LOGIN_CARDPASS
+packetLen(0x0263, 11)
// Packet: 0x0264
-packetLen(0x0264, 20) // CA_ACK_LOGIN_OLDEKEY
+packetLen(0x0264, 20)
// Packet: 0x0265
-packetLen(0x0265, 20) // CA_ACK_LOGIN_NEWEKEY
+packetLen(0x0265, 20)
// Packet: 0x0266
-packetLen(0x0266, 30) // CA_ACK_LOGIN_CARDPASS
+packetLen(0x0266, 30)
// Packet: 0x0267
-packetLen(0x0267, 4) // AC_ACK_EKEY_FAIL_NOTEXIST
+packetLen(0x0267, 4)
// Packet: 0x0268
-packetLen(0x0268, 4) // AC_ACK_EKEY_FAIL_NOTUSESEKEY
+packetLen(0x0268, 4)
// Packet: 0x0269
-packetLen(0x0269, 4) // AC_ACK_EKEY_FAIL_NOTUSEDEKEY
+packetLen(0x0269, 4)
// Packet: 0x026a
-packetLen(0x026a, 4) // AC_ACK_EKEY_FAIL_AUTHREFUSE
+packetLen(0x026a, 4)
// Packet: 0x026b
-packetLen(0x026b, 4) // AC_ACK_EKEY_FAIL_INPUTEKEY
+packetLen(0x026b, 4)
// Packet: 0x026c
-packetLen(0x026c, 4) // AC_ACK_EKEY_FAIL_NOTICE
+packetLen(0x026c, 4)
// Packet: 0x026d
-packetLen(0x026d, 4) // AC_ACK_EKEY_FAIL_NEEDCARDPASS
+packetLen(0x026d, 4)
// Packet: 0x026f
-packetLen(0x026f, 2) // AC_ACK_FIRST_LOGIN
+packetLen(0x026f, 2)
// Packet: 0x0270
-packetLen(0x0270, 2) // AC_REQ_LOGIN_ACCOUNT_INFO
+packetLen(0x0270, 2)
// Packet: 0x0271
-packetLen(0x0271, 40) // CA_ACK_LOGIN_ACCOUNT_INFO
+packetLen(0x0271, 40)
// Packet: 0x0272
-packetLen(0x0272, 44) // AC_ACK_PT_ID_INFO
+packetLen(0x0272, 44)
// Packet: 0x0273
-packetLen(0x0273, 30) // CZ_REQ_MAIL_RETURN
+packetLen(0x0273, 30)
// Packet: 0x0274
-packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, 8)
// Packet: 0x0275
-packetLen(0x0275, 37) // CH_ENTER2
+packetLen(0x0275, 37)
// Packet: 0x0276
-packetLen(0x0276, -1) // AC_ACCEPT_LOGIN2
+packetLen(0x0276, -1)
// Packet: 0x0277
-packetLen(0x0277, 84) // CA_LOGIN_PCBANG
+packetLen(0x0277, 84)
// Packet: 0x0278
-packetLen(0x0278, 2) // ZC_NOTIFY_PCBANG
+packetLen(0x0278, 2)
// Packet: 0x0279
-packetLen(0x0279, 2) // CZ_HUNTINGLIST
+packetLen(0x0279, 2)
// Packet: 0x027a
-packetLen(0x027a, -1) // ZC_HUNTINGLIST
+packetLen(0x027a, -1)
// Packet: 0x027b
-packetLen(0x027b, 14) // ZC_PCBANG_EFFECT
+packetLen(0x027b, 14)
// Packet: 0x027c
-packetLen(0x027c, 60) // CA_LOGIN4
+packetLen(0x027c, 60)
// Packet: 0x027d
-packetLen(0x027d, 62) // ZC_PROPERTY_MERCE
+packetLen(0x027d, 62)
// Packet: 0x027e
-packetLen(0x027e, -1) // ZC_SHANDA_PROTECT
+packetLen(0x027e, -1)
// Packet: 0x027f
-packetLen(0x027f, 8) // CA_CLIENT_TYPE
+packetLen(0x027f, 8)
// Packet: 0x0280
-packetLen(0x0280, 12) // ZC_GANGSI_POINT
+packetLen(0x0280, 12)
// Packet: 0x0281
-packetLen(0x0281, 4) // CZ_GANGSI_RANK
+packetLen(0x0281, 4)
// Packet: 0x0282
-packetLen(0x0282, 284) // ZC_GANGSI_RANK
+packetLen(0x0282, 284)
// Packet: 0x0283
-packetLen(0x0283, 6) // ZC_AID
+packetLen(0x0283, 6)
// Packet: 0x0284
-packetLen(0x0284, 14) // ZC_NOTIFY_EFFECT3
+packetLen(0x0284, 14)
// Packet: 0x0285
-packetLen(0x0285, 6) // ZC_DEATH_QUESTION
+packetLen(0x0285, 6)
// Packet: 0x0286
-packetLen(0x0286, 4) // CZ_DEATH_QUESTION
+packetLen(0x0286, 4)
// Packet: 0x0287
-packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, -1)
// Packet: 0x0288
-packetLen(0x0288, -1) // CZ_PC_BUY_CASH_POINT_ITEM
+packetLen(0x0288, -1)
// Packet: 0x0289
-packetLen(0x0289, 12) // ZC_PC_CASH_POINT_UPDATE
+packetLen(0x0289, 12)
// Packet: 0x028a
-packetLen(0x028a, 18) // ZC_NPC_SHOWEFST_UPDATE
+packetLen(0x028a, 18)
// Packet: 0x028b
-packetLen(0x028b, -1) // HC_CHARNOTBEENSELECTED
+packetLen(0x028b, -1)
// Packet: 0x028c
-packetLen(0x028c, 46) // CH_SELECT_CHAR_GOINGTOBEUSED
+packetLen(0x028c, 46)
// Packet: 0x028d
-packetLen(0x028d, 34) // CH_REQ_IS_VALID_CHARNAME
+packetLen(0x028d, 34)
// Packet: 0x028e
-packetLen(0x028e, 4) // HC_ACK_IS_VALID_CHARNAME
+packetLen(0x028e, 4)
// Packet: 0x028f
-packetLen(0x028f, 6) // CH_REQ_CHANGE_CHARNAME
+packetLen(0x028f, 6)
// Packet: 0x0290
-packetLen(0x0290, 4) // HC_ACK_CHANGE_CHARNAME
+packetLen(0x0290, 4)
// Packet: 0x0291
-packetLen(0x0291, 4) // ZC_MSG
+packetLen(0x0291, 4)
// Packet: 0x0292
-packetLen(0x0292, 2) // CZ_STANDING_RESURRECTION
+packetLen(0x0292, 2)
// Packet: 0x0293
-packetLen(0x0293, 70) // ZC_BOSS_INFO
+packetLen(0x0293, 70)
// Packet: 0x0294
-packetLen(0x0294, 10) // ZC_READ_BOOK
+packetLen(0x0294, 10)
// Packet: 0x0295
-packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, -1)
// Packet: 0x0296
-packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, -1)
// Packet: 0x0297
-packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, -1)
// Packet: 0x0298
-packetLen(0x0298, 10) // ZC_CASH_TIME_COUNTER
+packetLen(0x0298, 10)
// Packet: 0x0299
-packetLen(0x0299, 8) // ZC_CASH_ITEM_DELETE
+packetLen(0x0299, 8)
// Packet: 0x029a
-packetLen(0x029a, 37) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, 37)
// Packet: 0x029b
-packetLen(0x029b, 80) // ZC_MER_INIT
+packetLen(0x029b, 80)
// Packet: 0x029c
-packetLen(0x029c, 66) // ZC_MER_PROPERTY
+packetLen(0x029c, 66)
// Packet: 0x029d
-packetLen(0x029d, -1) // ZC_MER_SKILLINFO_LIST
+packetLen(0x029d, -1)
// Packet: 0x029e
-packetLen(0x029e, 11) // ZC_MER_SKILLINFO_UPDATE
+packetLen(0x029e, 11)
// Packet: 0x029f
-packetLen(0x029f, 3) // CZ_MER_COMMAND
+packetLen(0x029f, 3)
// Packet: 0x02a2
-packetLen(0x02a2, 8) // ZC_MER_PAR_CHANGE
+packetLen(0x02a2, 8)
// Packet: 0x02a5
-packetLen(0x02a5, 8) // CZ_KSY_EVENT
+packetLen(0x02a5, 8)
// Packet: 0x02a6
-packetLen(0x02a6, -1) // ZC_HACKSH_CPX_MSG
+packetLen(0x02a6, -1)
// Packet: 0x02a7
-packetLen(0x02a7, -1) // CZ_HACKSH_CPX_MSG
+packetLen(0x02a7, -1)
// Packet: 0x02aa
-packetLen(0x02aa, 4) // ZC_REQ_CASH_PASSWORD
+packetLen(0x02aa, 4)
// Packet: 0x02ab
-packetLen(0x02ab, 36) // CZ_ACK_CASH_PASSWORD
+packetLen(0x02ab, 36)
// Packet: 0x02ac
-packetLen(0x02ac, 6) // ZC_RESULT_CASH_PASSWORD
+packetLen(0x02ac, 6)
// Packet: 0x02ad
-packetLen(0x02ad, 8) // AC_REQUEST_SECOND_PASSWORD
+packetLen(0x02ad, 8)
// Packet: 0x02b0
-packetLen(0x02b0, 85) // CA_LOGIN_HAN
+packetLen(0x02b0, 85)
// Packet: 0x02b1
-packetLen(0x02b1, -1) // ZC_ALL_QUEST_LIST
+packetLen(0x02b1, -1)
// Packet: 0x02b2
-packetLen(0x02b2, -1) // ZC_ALL_QUEST_MISSION
+packetLen(0x02b2, -1)
// Packet: 0x02b3
-packetLen(0x02b3, 107) // ZC_ADD_QUEST
+packetLen(0x02b3, 107)
// Packet: 0x02b4
-packetLen(0x02b4, 6) // ZC_DEL_QUEST
+packetLen(0x02b4, 6)
// Packet: 0x02b5
-packetLen(0x02b5, -1) // ZC_UPDATE_MISSION_HUNT
+packetLen(0x02b5, -1)
// Packet: 0x02b6
-packetLen(0x02b6, 7) // CZ_ACTIVE_QUEST
+packetLen(0x02b6, 7)
// Packet: 0x02b7
-packetLen(0x02b7, 7) // ZC_ACTIVE_QUEST
+packetLen(0x02b7, 7)
// Packet: 0x02b8
-packetLen(0x02b8, 32) // ZC_ITEM_PICKUP_PARTY
+packetLen(0x02b8, 32)
// Packet: 0x02b9
-packetLen(0x02b9, 191) // ZC_SHORTCUT_KEY_LIST
+packetLen(0x02b9, 191)
// Packet: 0x02ba
-packetLen(0x02ba, 11) // CZ_SHORTCUT_KEY_CHANGE
+packetLen(0x02ba, 11)
// Packet: 0x02bb
-packetLen(0x02bb, 8) // ZC_EQUIPITEM_DAMAGED
+packetLen(0x02bb, 8)
// Packet: 0x02bc
-packetLen(0x02bc, 6) // ZC_NOTIFY_PCBANG_PLAYING_TIME
+packetLen(0x02bc, 6)
// Packet: 0x02c1
-packetLen(0x02c1, -1) // ZC_NPC_CHAT
+packetLen(0x02c1, -1)
// Packet: 0x02c2
-packetLen(0x02c2, -1) // ZC_FORMATSTRING_MSG
+packetLen(0x02c2, -1)
// Packet: 0x02c4
-packetLen(0x02c4, 26) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 26)
// Packet: 0x02c5
-packetLen(0x02c5, 30) // ZC_PARTY_JOIN_REQ_ACK
+packetLen(0x02c5, 30)
// Packet: 0x02c6
-packetLen(0x02c6, 30) // ZC_PARTY_JOIN_REQ
+packetLen(0x02c6, 30)
// Packet: 0x02c7
-packetLen(0x02c7, 7) // CZ_PARTY_JOIN_REQ_ACK
+packetLen(0x02c7, 7)
// Packet: 0x02c8
-packetLen(0x02c8, 3) // CZ_PARTY_CONFIG
+packetLen(0x02c8, 3)
// Packet: 0x02c9
-packetLen(0x02c9, 3) // ZC_PARTY_CONFIG
+packetLen(0x02c9, 3)
// Packet: 0x02ca
-packetLen(0x02ca, 3) // HC_REFUSE_SELECTCHAR
+packetLen(0x02ca, 3)
// Packet: 0x02cb
-packetLen(0x02cb, 65) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO
+packetLen(0x02cb, 65)
// Packet: 0x02cc
-packetLen(0x02cc, 4) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_NOTIFY
+packetLen(0x02cc, 4)
// Packet: 0x02cd
-packetLen(0x02cd, 71) // ZC_MEMORIALDUNGEON_INFO
+packetLen(0x02cd, 71)
// Packet: 0x02ce
-packetLen(0x02ce, 10) // ZC_MEMORIALDUNGEON_NOTIFY
+packetLen(0x02ce, 10)
// Packet: 0x02cf
-packetLen(0x02cf, 6) // CZ_MEMORIALDUNGEON_COMMAND
+packetLen(0x02cf, 6)
// Packet: 0x02d0
-packetLen(0x02d0, -1) // ZC_EQUIPMENT_ITEMLIST3
+packetLen(0x02d0, -1)
// Packet: 0x02d1
-packetLen(0x02d1, -1) // ZC_STORE_EQUIPMENT_ITEMLIST3
+packetLen(0x02d1, -1)
// Packet: 0x02d2
-packetLen(0x02d2, -1) // ZC_CART_EQUIPMENT_ITEMLIST3
+packetLen(0x02d2, -1)
// Packet: 0x02d3
-packetLen(0x02d3, 4) // ZC_NOTIFY_BIND_ON_EQUIP
+packetLen(0x02d3, 4)
// Packet: 0x02d4
-packetLen(0x02d4, 39) // ZC_ITEM_PICKUP_ACK3
+packetLen(0x02d4, 39)
// Packet: 0x02d5
-packetLen(0x02d5, 2) // ZC_ISVR_DISCONNECT
+packetLen(0x02d5, 2)
// Packet: 0x02d6
-packetLen(0x02d6, 6) // CZ_EQUIPWIN_MICROSCOPE
+packetLen(0x02d6, 6)
// Packet: 0x02d7
-packetLen(0x02d7, -1) // ZC_EQUIPWIN_MICROSCOPE
+packetLen(0x02d7, -1)
// Packet: 0x02d8
-packetLen(0x02d8, 10) // CZ_CONFIG
+packetLen(0x02d8, 10)
// Packet: 0x02d9
-packetLen(0x02d9, 10) // ZC_CONFIG
+packetLen(0x02d9, 10)
// Packet: 0x02da
-packetLen(0x02da, 3) // ZC_CONFIG_NOTIFY
+packetLen(0x02da, 3)
// Packet: 0x02db
-packetLen(0x02db, -1) // CZ_BATTLEFIELD_CHAT
+packetLen(0x02db, -1)
// Packet: 0x02dc
-packetLen(0x02dc, -1) // ZC_BATTLEFIELD_CHAT
+packetLen(0x02dc, -1)
// Packet: 0x02dd
-packetLen(0x02dd, 32) // ZC_BATTLEFIELD_NOTIFY_CAMPINFO
+packetLen(0x02dd, 32)
// Packet: 0x02de
-packetLen(0x02de, 6) // ZC_BATTLEFIELD_NOTIFY_POINT
+packetLen(0x02de, 6)
// Packet: 0x02df
-packetLen(0x02df, 36) // ZC_BATTLEFIELD_NOTIFY_POSITION
+packetLen(0x02df, 36)
// Packet: 0x02e0
-packetLen(0x02e0, 34) // ZC_BATTLEFIELD_NOTIFY_HP
+packetLen(0x02e0, 34)
// Packet: 0x02e1
-packetLen(0x02e1, 33) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, 33)
// Packet: 0x02e2
-packetLen(0x02e2, 20) // CZ_USE_ITEM_NEW_JAPEN
+packetLen(0x02e2, 20)
// Packet: 0x02e3
-packetLen(0x02e3, 22) // CZ_USE_SKILL_NEW_JAPEN
+packetLen(0x02e3, 22)
// Packet: 0x02e4
-packetLen(0x02e4, 11) // CZ_ITEM_PICKUP_NEW_JAPEN
+packetLen(0x02e4, 11)
// Packet: 0x02e5
-packetLen(0x02e5, 9) // CZ_REQUEST_MOVE_NEW_JAPEN
+packetLen(0x02e5, 9)
// Packet: 0x02e6
-packetLen(0x02e6, 6) // CZ_BOT_CHECK
+packetLen(0x02e6, 6)
// Packet: 0x02e7
-packetLen(0x02e7, -1) // ZC_MAPPROPERTY
+packetLen(0x02e7, -1)
// Packet: 0x02e8
-packetLen(0x02e8, -1) // ZC_NORMAL_ITEMLIST3
+packetLen(0x02e8, -1)
// Packet: 0x02e9
-packetLen(0x02e9, -1) // ZC_CART_NORMAL_ITEMLIST3
+packetLen(0x02e9, -1)
// Packet: 0x02ea
-packetLen(0x02ea, -1) // ZC_STORE_NORMAL_ITEMLIST3
+packetLen(0x02ea, -1)
// Packet: 0x02eb
-packetLen(0x02eb, 13) // ZC_ACCEPT_ENTER2
+packetLen(0x02eb, 13)
// Packet: 0x02ec
-packetLen(0x02ec, 71) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 71)
// Packet: 0x02ed
-packetLen(0x02ed, 63) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, 63)
// Packet: 0x02ee
-packetLen(0x02ee, 64) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, 64)
// Packet: 0x02ef
-packetLen(0x02ef, 8) // ZC_NOTIFY_FONT
+packetLen(0x02ef, 8)
// Packet: 0x02f0
-packetLen(0x02f0, 10) // ZC_PROGRESS
+packetLen(0x02f0, 10)
// Packet: 0x02f1
-packetLen(0x02f1, 2) // CZ_PROGRESS
+packetLen(0x02f1, 2)
// Packet: 0x02f2
-packetLen(0x02f2, 2) // ZC_PROGRESS_CANCEL
+packetLen(0x02f2, 2)
// Packet: 0x02f3
-packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+packetLen(0x02f3, -1)
// Packet: 0x02f4
-packetLen(0x02f4, 3) // ZC_IRMAIL_SEND_RES
+packetLen(0x02f4, 3)
// Packet: 0x02f5
-packetLen(0x02f5, 7) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, 7)
// Packet: 0x02f6
-packetLen(0x02f6, 7) // CZ_IRMAIL_LIST
+packetLen(0x02f6, 7)
// Packet: 0x035c
-packetLen(0x035c, 2) // CZ_OPEN_SIMPLE_CASHSHOP_ITEMLIST
+packetLen(0x035c, 2)
// Packet: 0x035d
-packetLen(0x035d, -1) // ZC_SIMPLE_CASHSHOP_POINT_ITEMLIST
+packetLen(0x035d, -1)
// Packet: 0x035e
-packetLen(0x035e, 2) // CZ_CLOSE_WINDOW
+packetLen(0x035e, 2)
// Packet: 0x035f
-packetLen(0x035f, 5) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 5)
// Packet: 0x0360
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
// Packet: 0x0361
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
// Packet: 0x0362
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
// Packet: 0x0363
-packetLen(0x0363, 6) // CZ_ITEM_THROW2
+packetLen(0x0363, 6)
// Packet: 0x0364
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
// Packet: 0x0365
-packetLen(0x0365, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 8)
// Packet: 0x0366
-packetLen(0x0366, 10) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 10)
// Packet: 0x0367
#if PACKETVER >= 20190904
-packetLen(0x0367, 31) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 31)
#elif PACKETVER >= 20190109
-packetLen(0x0367, 90) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 90)
#endif
// Packet: 0x0368
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
// Packet: 0x0369
-packetLen(0x0369, 6) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 6)
// Packet: 0x03dd
-packetLen(0x03dd, 18) // AHC_GAME_GUARD
+packetLen(0x03dd, 18)
// Packet: 0x03de
-packetLen(0x03de, 18) // CAH_ACK_GAME_GUARD
+packetLen(0x03de, 18)
// Packet: 0x0436
-packetLen(0x0436, 19) // CZ_ENTER2
+packetLen(0x0436, 19)
// Packet: 0x0437
-packetLen(0x0437, 7) // CZ_REQUEST_ACT2
+packetLen(0x0437, 7)
// Packet: 0x0438
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
// Packet: 0x0439
-packetLen(0x0439, 8) // CZ_USE_ITEM2
+packetLen(0x0439, 8)
// Packet: 0x043d
-packetLen(0x043d, 8) // ZC_SKILL_POSTDELAY
+packetLen(0x043d, 8)
// Packet: 0x043e
-packetLen(0x043e, -1) // ZC_SKILL_POSTDELAY_LIST
+packetLen(0x043e, -1)
// Packet: 0x043f
-packetLen(0x043f, 25) // ZC_MSG_STATE_CHANGE2
+packetLen(0x043f, 25)
// Packet: 0x0440
-packetLen(0x0440, 10) // ZC_MILLENNIUMSHIELD
+packetLen(0x0440, 10)
// Packet: 0x0441
-packetLen(0x0441, 4) // ZC_SKILLINFO_DELETE
+packetLen(0x0441, 4)
// Packet: 0x0442
-packetLen(0x0442, -1) // ZC_SKILL_SELECT_REQUEST
+packetLen(0x0442, -1)
// Packet: 0x0443
-packetLen(0x0443, 8) // CZ_SKILL_SELECT_RESPONSE
+packetLen(0x0443, 8)
// Packet: 0x0444
-packetLen(0x0444, -1) // ZC_SIMPLE_CASH_POINT_ITEMLIST
+packetLen(0x0444, -1)
// Packet: 0x0445
-packetLen(0x0445, 12) // CZ_SIMPLE_BUY_CASH_POINT_ITEM
+packetLen(0x0445, 12)
// Packet: 0x0446
-packetLen(0x0446, 14) // ZC_QUEST_NOTIFY_EFFECT
+packetLen(0x0446, 14)
// Packet: 0x0447
-packetLen(0x0447, 2) // CZ_BLOCKING_PLAY_CANCEL
+packetLen(0x0447, 2)
// Packet: 0x0448
-packetLen(0x0448, -1) // HC_CHARACTER_LIST
+packetLen(0x0448, -1)
// Packet: 0x0449
-packetLen(0x0449, 4) // ZC_HACKSH_ERROR_MSG
+packetLen(0x0449, 4)
// Packet: 0x044a
-packetLen(0x044a, 6) // CZ_CLIENT_VERSION
+packetLen(0x044a, 6)
// Packet: 0x044b
-packetLen(0x044b, 2) // CZ_CLOSE_SIMPLECASH_SHOP
+packetLen(0x044b, 2)
// Packet: 0x07d7
-packetLen(0x07d7, 8) // CZ_GROUPINFO_CHANGE_V2
+packetLen(0x07d7, 8)
// Packet: 0x07d8
-packetLen(0x07d8, 8) // ZC_REQ_GROUPINFO_CHANGE_V2
+packetLen(0x07d8, 8)
// Packet: 0x07d9
-packetLen(0x07d9, 268) // ZC_SHORTCUT_KEY_LIST_V2
+packetLen(0x07d9, 268)
// Packet: 0x07da
-packetLen(0x07da, 6) // CZ_CHANGE_GROUP_MASTER
+packetLen(0x07da, 6)
// Packet: 0x07db
-packetLen(0x07db, 8) // ZC_HO_PAR_CHANGE
+packetLen(0x07db, 8)
// Packet: 0x07dc
-packetLen(0x07dc, 6) // CZ_SEEK_PARTY
+packetLen(0x07dc, 6)
// Packet: 0x07dd
-packetLen(0x07dd, 54) // ZC_SEEK_PARTY
+packetLen(0x07dd, 54)
// Packet: 0x07de
-packetLen(0x07de, 30) // CZ_SEEK_PARTY_MEMBER
+packetLen(0x07de, 30)
// Packet: 0x07df
-packetLen(0x07df, 54) // ZC_SEEK_PARTY_MEMBER
+packetLen(0x07df, 54)
// Packet: 0x07e0
-packetLen(0x07e0, 58) // ZC_ES_NOTI_MYINFO
+packetLen(0x07e0, 58)
// Packet: 0x07e1
-packetLen(0x07e1, 15) // ZC_SKILLINFO_UPDATE2
+packetLen(0x07e1, 15)
// Packet: 0x07e2
-packetLen(0x07e2, 8) // ZC_MSG_VALUE
+packetLen(0x07e2, 8)
// Packet: 0x07e3
-packetLen(0x07e3, 6) // ZC_ITEMLISTWIN_OPEN
+packetLen(0x07e3, 6)
// Packet: 0x07e4
-packetLen(0x07e4, -1) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, -1)
// Packet: 0x07e5
-packetLen(0x07e5, 4) // CH_ENTER_CHECKBOT
+packetLen(0x07e5, 4)
// Packet: 0x07e6
-packetLen(0x07e6, 8) // ZC_MSG_SKILL
+packetLen(0x07e6, 8)
// Packet: 0x07e7
-packetLen(0x07e7, 32) // CH_CHECKBOT
+packetLen(0x07e7, 32)
// Packet: 0x07e8
-packetLen(0x07e8, -1) // HC_CHECKBOT
+packetLen(0x07e8, -1)
// Packet: 0x07e9
-packetLen(0x07e9, 5) // HC_CHECKBOT_RESULT
+packetLen(0x07e9, 5)
// Packet: 0x07ea
-packetLen(0x07ea, 2) // CZ_BATTLE_FIELD_LIST
+packetLen(0x07ea, 2)
// Packet: 0x07eb
-packetLen(0x07eb, -1) // ZC_BATTLE_FIELD_LIST
+packetLen(0x07eb, -1)
// Packet: 0x07ec
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
// Packet: 0x07ed
-packetLen(0x07ed, 10) // ZC_JOIN_BATTLE_FIELD
+packetLen(0x07ed, 10)
// Packet: 0x07ee
-packetLen(0x07ee, 6) // CZ_CANCEL_BATTLE_FIELD
+packetLen(0x07ee, 6)
// Packet: 0x07ef
-packetLen(0x07ef, 8) // ZC_CANCEL_BATTLE_FIELD
+packetLen(0x07ef, 8)
// Packet: 0x07f0
-packetLen(0x07f0, 6) // CZ_REQ_BATTLE_STATE_MONITOR
+packetLen(0x07f0, 6)
// Packet: 0x07f1
-packetLen(0x07f1, 18) // ZC_ACK_BATTLE_STATE_MONITOR
+packetLen(0x07f1, 18)
// Packet: 0x07f2
-packetLen(0x07f2, 8) // ZC_BATTLE_NOTI_START_STEP
+packetLen(0x07f2, 8)
// Packet: 0x07f3
-packetLen(0x07f3, 6) // ZC_BATTLE_JOIN_NOTI_DEFER
+packetLen(0x07f3, 6)
// Packet: 0x07f4
-packetLen(0x07f4, 3) // ZC_BATTLE_JOIN_DISABLE_STATE
+packetLen(0x07f4, 3)
// Packet: 0x07f5
-packetLen(0x07f5, 6) // CZ_GM_FULLSTRIP
+packetLen(0x07f5, 6)
// Packet: 0x07f6
-packetLen(0x07f6, 14) // ZC_NOTIFY_EXP
+packetLen(0x07f6, 14)
// Packet: 0x07f7
-packetLen(0x07f7, -1) // ZC_NOTIFY_MOVEENTRY7
+packetLen(0x07f7, -1)
// Packet: 0x07f8
-packetLen(0x07f8, -1) // ZC_NOTIFY_NEWENTRY5
+packetLen(0x07f8, -1)
// Packet: 0x07f9
-packetLen(0x07f9, -1) // ZC_NOTIFY_STANDENTRY5
+packetLen(0x07f9, -1)
// Packet: 0x07fa
-packetLen(0x07fa, 8) // ZC_DELETE_ITEM_FROM_BODY
+packetLen(0x07fa, 8)
// Packet: 0x07fb
-packetLen(0x07fb, 25) // ZC_USESKILL_ACK2
+packetLen(0x07fb, 25)
// Packet: 0x07fc
-packetLen(0x07fc, 10) // ZC_CHANGE_GROUP_MASTER
+packetLen(0x07fc, 10)
// Packet: 0x07fd
-packetLen(0x07fd, -1) // ZC_BROADCASTING_SPECIAL_ITEM_OBTAIN
+packetLen(0x07fd, -1)
// Packet: 0x07fe
-packetLen(0x07fe, 26) // ZC_PLAY_NPC_BGM
+packetLen(0x07fe, 26)
// Packet: 0x0800
-packetLen(0x0800, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC2
+packetLen(0x0800, -1)
// Packet: 0x0801
-packetLen(0x0801, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC2
+packetLen(0x0801, -1)
// Packet: 0x0802
-packetLen(0x0802, 18) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 18)
// Packet: 0x0803
-packetLen(0x0803, 4) // ZC_PARTY_BOOKING_ACK_REGISTER
+packetLen(0x0803, 4)
// Packet: 0x0804
-packetLen(0x0804, 14) // CZ_PARTY_BOOKING_REQ_SEARCH
+packetLen(0x0804, 14)
// Packet: 0x0805
-packetLen(0x0805, -1) // ZC_PARTY_BOOKING_ACK_SEARCH
+packetLen(0x0805, -1)
// Packet: 0x0806
-packetLen(0x0806, 2) // CZ_PARTY_BOOKING_REQ_DELETE
+packetLen(0x0806, 2)
// Packet: 0x0807
-packetLen(0x0807, 4) // ZC_PARTY_BOOKING_ACK_DELETE
+packetLen(0x0807, 4)
// Packet: 0x0808
-packetLen(0x0808, 14) // CZ_PARTY_BOOKING_REQ_UPDATE
+packetLen(0x0808, 14)
// Packet: 0x0809
-packetLen(0x0809, 50) // ZC_PARTY_BOOKING_NOTIFY_INSERT
+packetLen(0x0809, 50)
// Packet: 0x080a
-packetLen(0x080a, 18) // ZC_PARTY_BOOKING_NOTIFY_UPDATE
+packetLen(0x080a, 18)
// Packet: 0x080b
-packetLen(0x080b, 6) // ZC_PARTY_BOOKING_NOTIFY_DELETE
+packetLen(0x080b, 6)
// Packet: 0x080c
-packetLen(0x080c, 2) // CZ_SIMPLE_CASH_BTNSHOW
+packetLen(0x080c, 2)
// Packet: 0x080d
-packetLen(0x080d, 3) // ZC_SIMPLE_CASH_BTNSHOW
+packetLen(0x080d, 3)
// Packet: 0x080e
-packetLen(0x080e, 14) // ZC_NOTIFY_HP_TO_GROUPM_R2
+packetLen(0x080e, 14)
// Packet: 0x080f
-packetLen(0x080f, 30) // ZC_ADD_EXCHANGE_ITEM2
+packetLen(0x080f, 30)
// Packet: 0x0810
-packetLen(0x0810, 3) // ZC_OPEN_BUYING_STORE
+packetLen(0x0810, 3)
// Packet: 0x0811
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
// Packet: 0x0812
-packetLen(0x0812, 8) // ZC_FAILED_OPEN_BUYING_STORE_TO_BUYER
+packetLen(0x0812, 8)
// Packet: 0x0813
-packetLen(0x0813, -1) // ZC_MYITEMLIST_BUYING_STORE
+packetLen(0x0813, -1)
// Packet: 0x0814
-packetLen(0x0814, 86) // ZC_BUYING_STORE_ENTRY
+packetLen(0x0814, 86)
// Packet: 0x0815
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
// Packet: 0x0816
-packetLen(0x0816, 6) // ZC_DISAPPEAR_BUYING_STORE_ENTRY
+packetLen(0x0816, 6)
// Packet: 0x0817
-packetLen(0x0817, 6) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 6)
// Packet: 0x0818
-packetLen(0x0818, -1) // ZC_ACK_ITEMLIST_BUYING_STORE
+packetLen(0x0818, -1)
// Packet: 0x0819
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
// Packet: 0x081a
-packetLen(0x081a, 4) // ZC_FAILED_TRADE_BUYING_STORE_TO_BUYER
+packetLen(0x081a, 4)
// Packet: 0x081b
-packetLen(0x081b, 12) // ZC_UPDATE_ITEM_FROM_BUYING_STORE
+packetLen(0x081b, 12)
// Packet: 0x081c
-packetLen(0x081c, 10) // ZC_ITEM_DELETE_BUYING_STORE
+packetLen(0x081c, 10)
// Packet: 0x081d
-packetLen(0x081d, 22) // ZC_EL_INIT
+packetLen(0x081d, 22)
// Packet: 0x081e
-packetLen(0x081e, 8) // ZC_EL_PAR_CHANGE
+packetLen(0x081e, 8)
// Packet: 0x081f
-packetLen(0x081f, -1) // ZC_BROADCAST4
+packetLen(0x081f, -1)
// Packet: 0x0820
-packetLen(0x0820, 11) // ZC_COSTUME_SPRITE_CHANGE
+packetLen(0x0820, 11)
// Packet: 0x0821
-packetLen(0x0821, 2) // AC_OTP_USER
+packetLen(0x0821, 2)
// Packet: 0x0822
-packetLen(0x0822, 9) // CA_OTP_AUTH_REQ
+packetLen(0x0822, 9)
// Packet: 0x0823
-packetLen(0x0823, -1) // AC_OTP_AUTH_ACK
+packetLen(0x0823, -1)
// Packet: 0x0824
-packetLen(0x0824, 8) // ZC_FAILED_TRADE_BUYING_STORE_TO_SELLER
+packetLen(0x0824, 8)
// Packet: 0x0825
-packetLen(0x0825, -1) // CA_SSO_LOGIN_REQ
+packetLen(0x0825, -1)
// Packet: 0x0827
-packetLen(0x0827, 6) // CH_DELETE_CHAR3_RESERVED
+packetLen(0x0827, 6)
// Packet: 0x0828
-packetLen(0x0828, 14) // HC_DELETE_CHAR3_RESERVED
+packetLen(0x0828, 14)
// Packet: 0x0829
-packetLen(0x0829, 12) // CH_DELETE_CHAR3
+packetLen(0x0829, 12)
// Packet: 0x082a
-packetLen(0x082a, 10) // HC_DELETE_CHAR3
+packetLen(0x082a, 10)
// Packet: 0x082b
-packetLen(0x082b, 6) // CH_DELETE_CHAR3_CANCEL
+packetLen(0x082b, 6)
// Packet: 0x082c
-packetLen(0x082c, 10) // HC_DELETE_CHAR3_CANCEL
+packetLen(0x082c, 10)
// Packet: 0x082d
-packetLen(0x082d, -1) // HC_ACCEPT_ENTER2
+packetLen(0x082d, -1)
// Packet: 0x0835
-packetLen(0x0835, -1) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, -1)
// Packet: 0x0836
-packetLen(0x0836, -1) // ZC_SEARCH_STORE_INFO_ACK
+packetLen(0x0836, -1)
// Packet: 0x0837
-packetLen(0x0837, 3) // ZC_SEARCH_STORE_INFO_FAILED
+packetLen(0x0837, 3)
// Packet: 0x0838
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
// Packet: 0x0839
-packetLen(0x0839, 66) // ZC_ACK_BAN_GUILD_SSO
+packetLen(0x0839, 66)
// Packet: 0x083a
-packetLen(0x083a, 5) // ZC_OPEN_SEARCH_STORE_INFO
+packetLen(0x083a, 5)
// Packet: 0x083b
-packetLen(0x083b, 2) // CZ_CLOSE_SEARCH_STORE_INFO
+packetLen(0x083b, 2)
// Packet: 0x083c
-packetLen(0x083c, 14) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 14)
// Packet: 0x083d
-packetLen(0x083d, 6) // ZC_SSILIST_ITEM_CLICK_ACK
+packetLen(0x083d, 6)
// Packet: 0x083e
-packetLen(0x083e, 26) // AC_REFUSE_LOGIN2
+packetLen(0x083e, 26)
// Packet: 0x0840
-packetLen(0x0840, -1) // HC_NOTIFY_ACCESSIBLE_MAPNAME
+packetLen(0x0840, -1)
// Packet: 0x0841
-packetLen(0x0841, 4) // CH_SELECT_ACCESSIBLE_MAPNAME
+packetLen(0x0841, 4)
// Packet: 0x0842
-packetLen(0x0842, 6) // CZ_RECALL_SSO
+packetLen(0x0842, 6)
// Packet: 0x0843
-packetLen(0x0843, 6) // CZ_REMOVE_AID_SSO
+packetLen(0x0843, 6)
// Packet: 0x0844
-packetLen(0x0844, 2) // CZ_SE_CASHSHOP_OPEN
+packetLen(0x0844, 2)
// Packet: 0x0845
-packetLen(0x0845, 10) // ZC_SE_CASHSHOP_OPEN
+packetLen(0x0845, 10)
// Packet: 0x0846
-packetLen(0x0846, 4) // CZ_REQ_SE_CASH_TAB_CODE
+packetLen(0x0846, 4)
// Packet: 0x0847
-packetLen(0x0847, -1) // ZC_ACK_SE_CASH_ITEM_LIST
+packetLen(0x0847, -1)
// Packet: 0x0848
-packetLen(0x0848, -1) // CZ_SE_PC_BUY_CASHITEM_LIST
+packetLen(0x0848, -1)
// Packet: 0x0849
-packetLen(0x0849, 16) // ZC_SE_PC_BUY_CASHITEM_RESULT
+packetLen(0x0849, 16)
// Packet: 0x084a
-packetLen(0x084a, 2) // CZ_SE_CASHSHOP_CLOSE
+packetLen(0x084a, 2)
// Packet: 0x084b
-packetLen(0x084b, 21) // ZC_ITEM_FALL_ENTRY4
+packetLen(0x084b, 21)
// Packet: 0x084c
-packetLen(0x084c, 10) // CZ_MACRO_USE_SKILL
+packetLen(0x084c, 10)
// Packet: 0x084d
-packetLen(0x084d, 10) // CZ_MACRO_USE_SKILL_TOGROUND
+packetLen(0x084d, 10)
// Packet: 0x084e
-packetLen(0x084e, 5) // CZ_MACRO_REQUEST_MOVE
+packetLen(0x084e, 5)
// Packet: 0x084f
-packetLen(0x084f, 6) // CZ_MACRO_ITEM_PICKUP
+packetLen(0x084f, 6)
// Packet: 0x0850
-packetLen(0x0850, 7) // CZ_MACRO_REQUEST_ACT
+packetLen(0x0850, 7)
// Packet: 0x0851
-packetLen(0x0851, -1) // ZC_GPK_DYNCODE
+packetLen(0x0851, -1)
// Packet: 0x0852
-packetLen(0x0852, 2) // CZ_GPK_DYNCODE_RELOAD
+packetLen(0x0852, 2)
// Packet: 0x0853
-packetLen(0x0853, -1) // ZC_GPK_AUTH
+packetLen(0x0853, -1)
// Packet: 0x0854
-packetLen(0x0854, -1) // CZ_GPK_AUTH
+packetLen(0x0854, -1)
// Packet: 0x0855
-packetLen(0x0855, 6) // ZC_MACRO_ITEMPICKUP_FAIL
+packetLen(0x0855, 6)
// Packet: 0x0856
-packetLen(0x0856, -1) // ZC_NOTIFY_MOVEENTRY8
+packetLen(0x0856, -1)
// Packet: 0x0857
-packetLen(0x0857, -1) // ZC_NOTIFY_STANDENTRY7
+packetLen(0x0857, -1)
// Packet: 0x0858
-packetLen(0x0858, -1) // ZC_NOTIFY_NEWENTRY6
+packetLen(0x0858, -1)
// Packet: 0x0859
-packetLen(0x0859, -1) // ZC_EQUIPWIN_MICROSCOPE2
+packetLen(0x0859, -1)
// Packet: 0x085a
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
// Packet: 0x085b
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
// Packet: 0x085c
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
// Packet: 0x085d
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
// Packet: 0x085e
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
// Packet: 0x085f
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
// Packet: 0x0860
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
// Packet: 0x0861
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
// Packet: 0x0862
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
// Packet: 0x0863
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
// Packet: 0x0864
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
// Packet: 0x0865
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
// Packet: 0x0866
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
// Packet: 0x0867
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
// Packet: 0x0868
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
// Packet: 0x0869
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
// Packet: 0x086a
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
// Packet: 0x086b
-packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 2)
// Packet: 0x086c
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
// Packet: 0x086d
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
// Packet: 0x086e
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
// Packet: 0x086f
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
// Packet: 0x0870
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
// Packet: 0x0871
-packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 2)
// Packet: 0x0872
packetLen(0x0872, 2)
// Packet: 0x0873
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
// Packet: 0x0874
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
// Packet: 0x0875
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
// Packet: 0x0876
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
// Packet: 0x0877
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
// Packet: 0x0878
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
// Packet: 0x0879
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
// Packet: 0x087a
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
// Packet: 0x087b
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
// Packet: 0x087c
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
// Packet: 0x087d
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
// Packet: 0x087e
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
// Packet: 0x087f
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
// Packet: 0x0880
-packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 2)
// Packet: 0x0881
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
// Packet: 0x0882
-packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 2)
// Packet: 0x0883
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
// Packet: 0x0884
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
// Packet: 0x0885
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
// Packet: 0x0886
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
// Packet: 0x0887
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
// Packet: 0x0888
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
// Packet: 0x0889
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
// Packet: 0x088a
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
// Packet: 0x088b
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
// Packet: 0x088c
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
// Packet: 0x088d
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
// Packet: 0x088e
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
// Packet: 0x088f
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
// Packet: 0x0890
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
// Packet: 0x0891
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
// Packet: 0x0892
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
// Packet: 0x0893
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
// Packet: 0x0894
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
// Packet: 0x0895
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
// Packet: 0x0896
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
// Packet: 0x0897
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
// Packet: 0x0898
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
// Packet: 0x0899
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
// Packet: 0x089a
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
// Packet: 0x089b
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
// Packet: 0x089c
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
// Packet: 0x089d
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
// Packet: 0x089e
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
// Packet: 0x089f
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
// Packet: 0x08a0
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
// Packet: 0x08a1
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
// Packet: 0x08a2
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
// Packet: 0x08a3
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
// Packet: 0x08a4
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
// Packet: 0x08a5
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
// Packet: 0x08a6
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
// Packet: 0x08a7
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
// Packet: 0x08a8
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
// Packet: 0x08a9
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
// Packet: 0x08aa
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
// Packet: 0x08ab
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
// Packet: 0x08ac
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
// Packet: 0x08ad
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
// Packet: 0x08af
-packetLen(0x08af, 10) // HC_WAITING_LOGIN
+packetLen(0x08af, 10)
// Packet: 0x08b0
-packetLen(0x08b0, 17) // CH_WAITING_LOGIN
+packetLen(0x08b0, 17)
// Packet: 0x08b1
-packetLen(0x08b1, -1) // ZC_MCSTORE_NOTMOVEITEM_LIST
+packetLen(0x08b1, -1)
// Packet: 0x08b2
-packetLen(0x08b2, -1) // AC_REALNAME_AUTH
+packetLen(0x08b2, -1)
// Packet: 0x08b3
-packetLen(0x08b3, -1) // ZC_SHOWSCRIPT
+packetLen(0x08b3, -1)
// Packet: 0x08b4
-packetLen(0x08b4, 2) // ZC_START_COLLECTION
+packetLen(0x08b4, 2)
// Packet: 0x08b5
-packetLen(0x08b5, 6) // CZ_TRYCOLLECTION
+packetLen(0x08b5, 6)
// Packet: 0x08b6
-packetLen(0x08b6, 3) // ZC_TRYCOLLECTION
+packetLen(0x08b6, 3)
// Packet: 0x08b8
-packetLen(0x08b8, 10) // CH_SECOND_PASSWD_ACK
+packetLen(0x08b8, 10)
// Packet: 0x08b9
-packetLen(0x08b9, 12) // HC_SECOND_PASSWD_LOGIN
+packetLen(0x08b9, 12)
// Packet: 0x08ba
-packetLen(0x08ba, 10) // CH_MAKE_SECOND_PASSWD
+packetLen(0x08ba, 10)
// Packet: 0x08bb
-packetLen(0x08bb, 8) // HC_MAKE_SECOND_PASSWD
+packetLen(0x08bb, 8)
// Packet: 0x08bc
-packetLen(0x08bc, 10) // CH_DELETE_SECOND_PASSWD
+packetLen(0x08bc, 10)
// Packet: 0x08bd
-packetLen(0x08bd, 8) // HC_DELETE_SECOND_PASSWD
+packetLen(0x08bd, 8)
// Packet: 0x08be
-packetLen(0x08be, 14) // CH_EDIT_SECOND_PASSWD
+packetLen(0x08be, 14)
// Packet: 0x08bf
-packetLen(0x08bf, 8) // HC_EDIT_SECOND_PASSWD
+packetLen(0x08bf, 8)
// Packet: 0x08c0
-packetLen(0x08c0, -1) // ZC_ACK_SE_CASH_ITEM_LIST2
+packetLen(0x08c0, -1)
// Packet: 0x08c1
-packetLen(0x08c1, 2) // CZ_MACRO_START
+packetLen(0x08c1, 2)
// Packet: 0x08c2
-packetLen(0x08c2, 2) // CZ_MACRO_STOP
+packetLen(0x08c2, 2)
// Packet: 0x08c3
-packetLen(0x08c3, 10) // CH_NOT_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c3, 10)
// Packet: 0x08c4
-packetLen(0x08c4, 8) // HC_NOT_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c4, 8)
// Packet: 0x08c5
-packetLen(0x08c5, 6) // CH_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c5, 6)
// Packet: 0x08c6
-packetLen(0x08c6, 4) // HC_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c6, 4)
// Packet: 0x08c7
-packetLen(0x08c7, -1) // ZC_SKILL_ENTRY3
+packetLen(0x08c7, -1)
// Packet: 0x08c8
-packetLen(0x08c8, 34) // ZC_NOTIFY_ACT3
+packetLen(0x08c8, 34)
// Packet: 0x08c9
-packetLen(0x08c9, 2) // CZ_REQ_SCHEDULER_CASHITEM
+packetLen(0x08c9, 2)
// Packet: 0x08ca
-packetLen(0x08ca, -1) // ZC_ACK_SCHEDULER_CASHITEM
+packetLen(0x08ca, -1)
// Packet: 0x08cb
-packetLen(0x08cb, -1) // ZC_PERSONAL_INFOMATION
+packetLen(0x08cb, -1)
// Packet: 0x08cc
-packetLen(0x08cc, 109) // CA_LOGIN5
+packetLen(0x08cc, 109)
// Packet: 0x08cd
-packetLen(0x08cd, 10) // ZC_STOPMOVE_FORCE
+packetLen(0x08cd, 10)
// Packet: 0x08ce
-packetLen(0x08ce, 2) // ZC_FAILED_GET_ITEM_FROM_ZONEDA
+packetLen(0x08ce, 2)
// Packet: 0x08cf
-packetLen(0x08cf, 10) // ZC_SPIRITS_ATTRIBUTE
+packetLen(0x08cf, 10)
// Packet: 0x08d0
-packetLen(0x08d0, 9) // ZC_REQ_WEAR_EQUIP_ACK2
+packetLen(0x08d0, 9)
// Packet: 0x08d1
-packetLen(0x08d1, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK2
+packetLen(0x08d1, 7)
// Packet: 0x08d2
-packetLen(0x08d2, 10) // ZC_FASTMOVE
+packetLen(0x08d2, 10)
// Packet: 0x08d3
-packetLen(0x08d3, 10) // ZC_SE_CASHSHOP_UPDATE
+packetLen(0x08d3, 10)
// Packet: 0x08d4
-packetLen(0x08d4, 8) // CH_REQ_CHANGE_CHARACTER_SLOT
+packetLen(0x08d4, 8)
// Packet: 0x08d5
-packetLen(0x08d5, -1) // HC_ACK_CHANGE_CHARACTER_SLOT
+packetLen(0x08d5, -1)
// Packet: 0x08d6
-packetLen(0x08d6, 6) // ZC_CLEAR_DIALOG
+packetLen(0x08d6, 6)
// Packet: 0x08d7
-packetLen(0x08d7, 28) // CZ_REQ_ENTRY_QUEUE_APPLY
+packetLen(0x08d7, 28)
// Packet: 0x08d8
-packetLen(0x08d8, 27) // ZC_ACK_ENTRY_QUEUE_APPLY
+packetLen(0x08d8, 27)
// Packet: 0x08d9
-packetLen(0x08d9, 30) // ZC_NOTIFY_ENTRY_QUEUE_APPLY
+packetLen(0x08d9, 30)
// Packet: 0x08da
-packetLen(0x08da, 26) // CZ_REQ_ENTRY_QUEUE_CANCEL
+packetLen(0x08da, 26)
// Packet: 0x08db
-packetLen(0x08db, 27) // ZC_ACK_ENTRY_QUEUE_CANCEL
+packetLen(0x08db, 27)
// Packet: 0x08dc
-packetLen(0x08dc, 26) // ZC_NOTIFY_ENTRY_QUEUE_ADMISSION
+packetLen(0x08dc, 26)
// Packet: 0x08dd
-packetLen(0x08dd, 27) // CZ_REPLY_ENTRY_QUEUE_ADMISSION
+packetLen(0x08dd, 27)
// Packet: 0x08de
-packetLen(0x08de, 27) // ZC_REPLY_ACK_ENTRY_QUEUE_ADMISSION
+packetLen(0x08de, 27)
// Packet: 0x08df
-packetLen(0x08df, 50) // ZC_NOTIFY_LOBBY_ADMISSION
+packetLen(0x08df, 50)
// Packet: 0x08e0
-packetLen(0x08e0, 51) // CZ_REPLY_LOBBY_ADMISSION
+packetLen(0x08e0, 51)
// Packet: 0x08e1
-packetLen(0x08e1, 51) // ZC_REPLY_ACK_LOBBY_ADMISSION
+packetLen(0x08e1, 51)
// Packet: 0x08e2
-packetLen(0x08e2, 27) // ZC_NAVIGATION_ACTIVE
+packetLen(0x08e2, 27)
// Packet: 0x08e3
-packetLen(0x08e3, 157) // HC_UPDATE_CHARINFO
+packetLen(0x08e3, 157)
// Packet: 0x08e4
-packetLen(0x08e4, 6) // AC_SHUTDOWN_INFO
+packetLen(0x08e4, 6)
// Packet: 0x08fc
-packetLen(0x08fc, 30) // CH_REQ_CHANGE_CHARACTERNAME
+packetLen(0x08fc, 30)
// Packet: 0x08fd
-packetLen(0x08fd, 6) // CH_ACK_CHANGE_CHARACTERNAME
+packetLen(0x08fd, 6)
// Packet: 0x08fe
-packetLen(0x08fe, -1) // ZC_HUNTING_QUEST_INFO
+packetLen(0x08fe, -1)
// Packet: 0x08ff
-packetLen(0x08ff, 24) // ZC_EFST_SET_ENTER
+packetLen(0x08ff, 24)
// Packet: 0x0900
-packetLen(0x0900, -1) // ZC_INVENTORY_ITEMLIST_NORMAL
+packetLen(0x0900, -1)
// Packet: 0x0901
-packetLen(0x0901, -1) // ZC_INVENTORY_ITEMLIST_EQUIP
+packetLen(0x0901, -1)
// Packet: 0x0902
-packetLen(0x0902, -1) // ZC_CART_ITEMLIST_NORMAL
+packetLen(0x0902, -1)
// Packet: 0x0903
-packetLen(0x0903, -1) // ZC_CART_ITEMLIST_EQUIP
+packetLen(0x0903, -1)
// Packet: 0x0904
-packetLen(0x0904, -1) // ZC_STORE_ITEMLIST_NORMAL
+packetLen(0x0904, -1)
// Packet: 0x0905
-packetLen(0x0905, -1) // ZC_STORE_ITEMLIST_EQUIP
+packetLen(0x0905, -1)
// Packet: 0x0906
-packetLen(0x0906, -1) // ZC_MICROSCOPE
+packetLen(0x0906, -1)
// Packet: 0x0907
-packetLen(0x0907, 5) // CZ_INVENTORY_TAB
+packetLen(0x0907, 5)
// Packet: 0x0908
-packetLen(0x0908, 5) // ZC_INVENTORY_TAB
+packetLen(0x0908, 5)
// Packet: 0x090a
-packetLen(0x090a, 26) // CZ_REQ_ENTRY_QUEUE_RANKING
+packetLen(0x090a, 26)
// Packet: 0x090d
-packetLen(0x090d, -1) // ZC_PREMIUM_CAMPAIGN_INFO
+packetLen(0x090d, -1)
// Packet: 0x090e
-packetLen(0x090e, 2) // ZC_ENTRY_QUEUE_INIT
+packetLen(0x090e, 2)
// Packet: 0x090f
-packetLen(0x090f, -1) // ZC_NOTIFY_NEWENTRY7
+packetLen(0x090f, -1)
// Packet: 0x0910
-packetLen(0x0910, 10) // CZ_REQ_PARTY_NAME
+packetLen(0x0910, 10)
// Packet: 0x0911
-packetLen(0x0911, 30) // ZC_ACK_PARTY_NAME
+packetLen(0x0911, 30)
// Packet: 0x0912
-packetLen(0x0912, 10) // CZ_REQ_GUILD_NAME
+packetLen(0x0912, 10)
// Packet: 0x0913
-packetLen(0x0913, 30) // ZC_ACK_GUILD_NAME
+packetLen(0x0913, 30)
// Packet: 0x0914
-packetLen(0x0914, -1) // ZC_NOTIFY_MOVEENTRY9
+packetLen(0x0914, -1)
// Packet: 0x0915
-packetLen(0x0915, -1) // ZC_NOTIFY_STANDENTRY8
+packetLen(0x0915, -1)
// Packet: 0x0916
-packetLen(0x0916, 26) // CZ_REQ_JOIN_GUILD2
+packetLen(0x0916, 26)
// Packet: 0x0917
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
// Packet: 0x0918
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
// Packet: 0x0919
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
// Packet: 0x091a
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
// Packet: 0x091b
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
// Packet: 0x091c
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
// Packet: 0x091d
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
// Packet: 0x091e
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
// Packet: 0x091f
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
// Packet: 0x0920
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
// Packet: 0x0921
-packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 2)
// Packet: 0x0922
-packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 2)
// Packet: 0x0923
-packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 2)
// Packet: 0x0924
-packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 2)
// Packet: 0x0925
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
// Packet: 0x0926
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
// Packet: 0x0927
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
// Packet: 0x0928
-packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 2)
// Packet: 0x0929
-packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 2)
// Packet: 0x092a
-packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 2)
// Packet: 0x092b
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
// Packet: 0x092c
-packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 2)
// Packet: 0x092d
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
// Packet: 0x092e
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
// Packet: 0x092f
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
// Packet: 0x0930
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
// Packet: 0x0931
-packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 2)
// Packet: 0x0932
-packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 2)
// Packet: 0x0933
-packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 2)
// Packet: 0x0934
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
// Packet: 0x0935
-packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 2)
// Packet: 0x0936
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
// Packet: 0x0937
-packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 2)
// Packet: 0x0938
-packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 2)
// Packet: 0x0939
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
// Packet: 0x093a
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
// Packet: 0x093b
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
// Packet: 0x093c
-packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 2)
// Packet: 0x093d
-packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 2)
// Packet: 0x093e
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
// Packet: 0x093f
-packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 2)
// Packet: 0x0940
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
// Packet: 0x0941
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
// Packet: 0x0942
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
// Packet: 0x0943
-packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 2)
// Packet: 0x0944
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
// Packet: 0x0945
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
// Packet: 0x0946
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
// Packet: 0x0947
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
// Packet: 0x0948
-packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 2)
// Packet: 0x0949
-packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 2)
// Packet: 0x094a
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
// Packet: 0x094b
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
// Packet: 0x094c
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
// Packet: 0x094d
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
// Packet: 0x094e
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
// Packet: 0x094f
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
// Packet: 0x0950
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
// Packet: 0x0951
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
// Packet: 0x0952
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
// Packet: 0x0953
-packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 2)
// Packet: 0x0954
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
// Packet: 0x0955
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
// Packet: 0x0956
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
// Packet: 0x0957
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
// Packet: 0x0958
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
// Packet: 0x0959
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
// Packet: 0x095a
-packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 2)
// Packet: 0x095b
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
// Packet: 0x095c
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
// Packet: 0x095d
-packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 2)
// Packet: 0x095e
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
// Packet: 0x095f
-packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 2)
// Packet: 0x0960
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
// Packet: 0x0961
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
// Packet: 0x0962
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
// Packet: 0x0963
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
// Packet: 0x0964
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
// Packet: 0x0965
-packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 2)
// Packet: 0x0966
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
// Packet: 0x0967
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
// Packet: 0x0968
-packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 2)
// Packet: 0x0969
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
// Packet: 0x096a
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
// Packet: 0x096b
-packetLen(0x096b, 4) // ZC_PRNPC_STATE
+packetLen(0x096b, 4)
// Packet: 0x096c
-packetLen(0x096c, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x096c, 6)
// Packet: 0x096d
-packetLen(0x096d, -1) // ZC_MERGE_ITEM_OPEN
+packetLen(0x096d, -1)
// Packet: 0x096e
-packetLen(0x096e, -1) // CZ_REQ_MERGE_ITEM
+packetLen(0x096e, -1)
// Packet: 0x096f
-packetLen(0x096f, 7) // ZC_ACK_MERGE_ITEM
+packetLen(0x096f, 7)
// Packet: 0x0970
-packetLen(0x0970, 31) // CH_MAKE_CHAR_NOT_STATS
+packetLen(0x0970, 31)
// Packet: 0x0971
-packetLen(0x0971, 6) // ZC_PARTY_RECRUIT_REFUSE_VOLUNTEER_TO_PM
+packetLen(0x0971, 6)
// Packet: 0x0972
-packetLen(0x0972, -1) // ZC_SAY_DIALOG2
+packetLen(0x0972, -1)
// Packet: 0x0973
-packetLen(0x0973, 7) // ZC_WAIT_DIALOG2
+packetLen(0x0973, 7)
// Packet: 0x0974
-packetLen(0x0974, 2) // CZ_CANCEL_MERGE_ITEM
+packetLen(0x0974, 2)
// Packet: 0x0975
-packetLen(0x0975, -1) // ZC_STORE_ITEMLIST_NORMAL_V2
+packetLen(0x0975, -1)
// Packet: 0x0976
-packetLen(0x0976, -1) // ZC_STORE_ITEMLIST_EQUIP_V2
+packetLen(0x0976, -1)
// Packet: 0x0977
-packetLen(0x0977, 14) // ZC_HP_INFO
+packetLen(0x0977, 14)
// Packet: 0x0978
-packetLen(0x0978, 6) // CZ_REQ_BEFORE_WORLD_INFO
+packetLen(0x0978, 6)
// Packet: 0x0979
-packetLen(0x0979, 50) // ZC_ACK_BEFORE_WORLD_INFO
+packetLen(0x0979, 50)
// Packet: 0x097a
-packetLen(0x097a, -1) // ZC_ALL_QUEST_LIST2
+packetLen(0x097a, -1)
// Packet: 0x097b
-packetLen(0x097b, -1) // ZC_PERSONAL_INFOMATION2
+packetLen(0x097b, -1)
// Packet: 0x097c
-packetLen(0x097c, 4) // CZ_REQ_RANKING
+packetLen(0x097c, 4)
// Packet: 0x097d
-packetLen(0x097d, 288) // ZC_ACK_RANKING
+packetLen(0x097d, 288)
// Packet: 0x097e
-packetLen(0x097e, 12) // ZC_UPDATE_RANKING_POINT
+packetLen(0x097e, 12)
// Packet: 0x097f
-packetLen(0x097f, -1) // ZC_SELECTCART
+packetLen(0x097f, -1)
// Packet: 0x0980
-packetLen(0x0980, 7) // CZ_SELECTCART
+packetLen(0x0980, 7)
// Packet: 0x0981
-packetLen(0x0981, -1) // ZC_PERSONAL_INFOMATION_CHN
+packetLen(0x0981, -1)
// Packet: 0x0982
-packetLen(0x0982, 7) // ZC_FATIGUE_CHN
+packetLen(0x0982, 7)
// Packet: 0x0983
-packetLen(0x0983, 29) // ZC_MSG_STATE_CHANGE3
+packetLen(0x0983, 29)
// Packet: 0x0984
-packetLen(0x0984, 28) // ZC_EFST_SET_ENTER2
+packetLen(0x0984, 28)
// Packet: 0x0985
-packetLen(0x0985, -1) // ZC_SKILL_POSTDELAY_LIST2
+packetLen(0x0985, -1)
// Packet: 0x0986
-packetLen(0x0986, 10) // AC_SHUTDOWN_NOTIFY
+packetLen(0x0986, 10)
// Packet: 0x0987
-packetLen(0x0987, -1) // CA_LOGIN6
+packetLen(0x0987, -1)
// Packet: 0x0988
-packetLen(0x0988, 6) // ZC_NOTIFY_CLAN_CONNECTINFO
+packetLen(0x0988, 6)
// Packet: 0x0989
-packetLen(0x0989, 2) // ZC_ACK_CLAN_LEAVE
+packetLen(0x0989, 2)
// Packet: 0x098a
-packetLen(0x098a, -1) // ZC_CLANINFO
+packetLen(0x098a, -1)
// Packet: 0x098b
-packetLen(0x098b, 2) // AC_REQ_NEW_USER
+packetLen(0x098b, 2)
// Packet: 0x098c
-packetLen(0x098c, 4) // CA_ACK_NEW_USER
+packetLen(0x098c, 4)
// Packet: 0x098d
-packetLen(0x098d, -1) // CZ_CLAN_CHAT
+packetLen(0x098d, -1)
// Packet: 0x098e
-packetLen(0x098e, -1) // ZC_NOTIFY_CLAN_CHAT
+packetLen(0x098e, -1)
// Packet: 0x098f
-packetLen(0x098f, -1) // CH_DELETE_CHAR3_EXT
+packetLen(0x098f, -1)
// Packet: 0x0990
-packetLen(0x0990, 41) // ZC_ITEM_PICKUP_ACK_V5
+packetLen(0x0990, 41)
// Packet: 0x0991
-packetLen(0x0991, -1) // ZC_INVENTORY_ITEMLIST_NORMAL_V5
+packetLen(0x0991, -1)
// Packet: 0x0992
-packetLen(0x0992, -1) // ZC_INVENTORY_ITEMLIST_EQUIP_V5
+packetLen(0x0992, -1)
// Packet: 0x0993
-packetLen(0x0993, -1) // ZC_CART_ITEMLIST_NORMAL_V5
+packetLen(0x0993, -1)
// Packet: 0x0994
-packetLen(0x0994, -1) // ZC_CART_ITEMLIST_EQUIP_V5
+packetLen(0x0994, -1)
// Packet: 0x0995
-packetLen(0x0995, -1) // ZC_STORE_ITEMLIST_NORMAL_V5
+packetLen(0x0995, -1)
// Packet: 0x0996
-packetLen(0x0996, -1) // ZC_STORE_ITEMLIST_EQUIP_V5
+packetLen(0x0996, -1)
// Packet: 0x0997
-packetLen(0x0997, -1) // ZC_EQUIPWIN_MICROSCOPE_V5
+packetLen(0x0997, -1)
// Packet: 0x0998
-packetLen(0x0998, 8) // CZ_REQ_WEAR_EQUIP_V5
+packetLen(0x0998, 8)
// Packet: 0x0999
-packetLen(0x0999, 11) // ZC_ACK_WEAR_EQUIP_V5
+packetLen(0x0999, 11)
// Packet: 0x099a
-packetLen(0x099a, 9) // ZC_ACK_TAKEOFF_EQUIP_V5
+packetLen(0x099a, 9)
// Packet: 0x099b
-packetLen(0x099b, 8) // ZC_MAPPROPERTY_R2
+packetLen(0x099b, 8)
// Packet: 0x099c
-packetLen(0x099c, 6) // CH_REQ_CHARINFO_PER_PAGE
+packetLen(0x099c, 6)
// Packet: 0x099d
-packetLen(0x099d, -1) // HC_ACK_CHARINFO_PER_PAGE
+packetLen(0x099d, -1)
// Packet: 0x099e
-packetLen(0x099e, 12) // HC_QUEUE_ORDER
+packetLen(0x099e, 12)
// Packet: 0x099f
-packetLen(0x099f, -1) // ZC_SKILL_ENTRY4
+packetLen(0x099f, -1)
// Packet: 0x09a0
-packetLen(0x09a0, 6) // HC_CHARLIST_NOTIFY
+packetLen(0x09a0, 6)
// Packet: 0x09a1
-packetLen(0x09a1, 2) // CH_CHARLIST_REQ
+packetLen(0x09a1, 2)
// Packet: 0x09a2
-packetLen(0x09a2, 6) // AC_REQ_MOBILE_OTP
+packetLen(0x09a2, 6)
// Packet: 0x09a3
-packetLen(0x09a3, -1) // CA_ACK_MOBILE_OTP
+packetLen(0x09a3, -1)
// Packet: 0x09a4
-packetLen(0x09a4, 18) // ZC_DISPATCH_TIMING_INFO_CHN
+packetLen(0x09a4, 18)
// Packet: 0x09a5
-packetLen(0x09a5, 7) // AC_REFUSE_LOGIN3
+packetLen(0x09a5, 7)
// Packet: 0x09a6
-packetLen(0x09a6, 12) // ZC_BANKING_CHECK
+packetLen(0x09a6, 12)
// Packet: 0x09a7
-packetLen(0x09a7, 10) // CZ_REQ_BANKING_DEPOSIT
+packetLen(0x09a7, 10)
// Packet: 0x09a8
-packetLen(0x09a8, 16) // ZC_ACK_BANKING_DEPOSIT
+packetLen(0x09a8, 16)
// Packet: 0x09a9
-packetLen(0x09a9, 10) // CZ_REQ_BANKING_WITHDRAW
+packetLen(0x09a9, 10)
// Packet: 0x09aa
-packetLen(0x09aa, 16) // ZC_ACK_BANKING_WITHDRAW
+packetLen(0x09aa, 16)
// Packet: 0x09ab
-packetLen(0x09ab, 6) // CZ_REQ_BANKING_CHECK
+packetLen(0x09ab, 6)
// Packet: 0x09ac
-packetLen(0x09ac, -1) // CZ_REQ_CASH_BARGAIN_SALE_ITEM_INFO
+packetLen(0x09ac, -1)
// Packet: 0x09ad
-packetLen(0x09ad, 12) // ZC_ACK_CASH_BARGAIN_SALE_ITEM_INFO
+packetLen(0x09ad, 12)
// Packet: 0x09ae
-packetLen(0x09ae, 19) // CZ_REQ_APPLY_BARGAIN_SALE_ITEM
+packetLen(0x09ae, 19)
// Packet: 0x09af
-packetLen(0x09af, 4) // ZC_ACK_APPLY_BARGAIN_SALE_ITEM
+packetLen(0x09af, 4)
// Packet: 0x09b0
-packetLen(0x09b0, 10) // CZ_REQ_REMOVE_BARGAIN_SALE_ITEM
+packetLen(0x09b0, 10)
// Packet: 0x09b1
-packetLen(0x09b1, 4) // ZC_ACK_REMOVE_BARGAIN_SALE_ITEM
+packetLen(0x09b1, 4)
// Packet: 0x09b2
-packetLen(0x09b2, 10) // ZC_NOTIFY_BARGAIN_SALE_SELLING
+packetLen(0x09b2, 10)
// Packet: 0x09b3
-packetLen(0x09b3, 6) // ZC_NOTIFY_BARGAIN_SALE_CLOSE
+packetLen(0x09b3, 6)
// Packet: 0x09b4
-packetLen(0x09b4, 6) // CZ_OPEN_BARGAIN_SALE_TOOL
+packetLen(0x09b4, 6)
// Packet: 0x09b5
-packetLen(0x09b5, 2) // ZC_OPEN_BARGAIN_SALE_TOOL
+packetLen(0x09b5, 2)
// Packet: 0x09b6
-packetLen(0x09b6, 6) // CZ_REQ_OPEN_BANKING
+packetLen(0x09b6, 6)
// Packet: 0x09b7
-packetLen(0x09b7, 4) // ZC_ACK_OPEN_BANKING
+packetLen(0x09b7, 4)
// Packet: 0x09b8
-packetLen(0x09b8, 6) // CZ_REQ_CLOSE_BANKING
+packetLen(0x09b8, 6)
// Packet: 0x09b9
-packetLen(0x09b9, 4) // ZC_ACK_CLOSE_BANKING
+packetLen(0x09b9, 4)
// Packet: 0x09ba
-packetLen(0x09ba, 2) // CZ_REQ_OPEN_GUILD_STORAGE
+packetLen(0x09ba, 2)
// Packet: 0x09bb
-packetLen(0x09bb, 6) // ZC_ACK_OPEN_GUILD_STORAGE
+packetLen(0x09bb, 6)
// Packet: 0x09bc
-packetLen(0x09bc, 6) // CZ_CLOSE_BARGAIN_SALE_TOOL
+packetLen(0x09bc, 6)
// Packet: 0x09bd
-packetLen(0x09bd, 2) // ZC_CLOSE_BARGAIN_SALE_TOOL
+packetLen(0x09bd, 2)
// Packet: 0x09be
-packetLen(0x09be, 2) // CZ_REQ_CLOSE_GUILD_STORAGE
+packetLen(0x09be, 2)
// Packet: 0x09bf
-packetLen(0x09bf, 4) // ZC_ACK_CLOSE_GUILD_STORAGE
+packetLen(0x09bf, 4)
// Packet: 0x09c1
-packetLen(0x09c1, 10) // ZC_C_MARKERINFO
+packetLen(0x09c1, 10)
// Packet: 0x09c2
-packetLen(0x09c2, -1) // HC_SECRETSCAN_DATA
+packetLen(0x09c2, -1)
// Packet: 0x09c3
-packetLen(0x09c3, 10) // CZ_REQ_COUNT_BARGAIN_SALE_ITEM
+packetLen(0x09c3, 10)
// Packet: 0x09c4
-packetLen(0x09c4, 10) // ZC_ACK_COUNT_BARGAIN_SALE_ITEM
+packetLen(0x09c4, 10)
// Packet: 0x09c5
-packetLen(0x09c5, 1042) // CS_LOGIN_QUERY
+packetLen(0x09c5, 1042)
// Packet: 0x09c6
-packetLen(0x09c6, -1) // SC_LOGIN_ANSWER
+packetLen(0x09c6, -1)
// Packet: 0x09c7
-packetLen(0x09c7, 18) // SC_LOGIN_ERROR
+packetLen(0x09c7, 18)
// Packet: 0x09c8
-packetLen(0x09c8, -1) // CA_LOGIN_OTP
+packetLen(0x09c8, -1)
// Packet: 0x09c9
-packetLen(0x09c9, -1) // SC_SOCT
+packetLen(0x09c9, -1)
// Packet: 0x09ca
-packetLen(0x09ca, -1) // ZC_SKILL_ENTRY5
+packetLen(0x09ca, -1)
// Packet: 0x09cb
-packetLen(0x09cb, 17) // ZC_USE_SKILL2
+packetLen(0x09cb, 17)
// Packet: 0x09cc
-packetLen(0x09cc, -1) // ZC_SECRETSCAN_DATA
+packetLen(0x09cc, -1)
// Packet: 0x09cd
-packetLen(0x09cd, 8) // ZC_MSG_COLOR
+packetLen(0x09cd, 8)
// Packet: 0x09ce
-packetLen(0x09ce, 102) // CZ_ITEM_CREATE_EX
+packetLen(0x09ce, 102)
// Packet: 0x09cf
-packetLen(0x09cf, -1) // ZC_NPROTECTGAMEGUARDCSAUTH
+packetLen(0x09cf, -1)
// Packet: 0x09d0
-packetLen(0x09d0, -1) // CZ_NPROTECTGAMEGUARDCSAUTH
+packetLen(0x09d0, -1)
// Packet: 0x09d1
-packetLen(0x09d1, 14) // ZC_PROGRESS_ACTOR
+packetLen(0x09d1, 14)
// Packet: 0x09d2
-packetLen(0x09d2, -1) // ZC_GUILDSTORAGE_ITEMLIST_NORMAL_V5
+packetLen(0x09d2, -1)
// Packet: 0x09d3
-packetLen(0x09d3, -1) // ZC_GUILDSTORAGE_ITEMLIST_EQUIP_V5
+packetLen(0x09d3, -1)
// Packet: 0x09d4
-packetLen(0x09d4, 2) // CZ_NPC_TRADE_QUIT
+packetLen(0x09d4, 2)
// Packet: 0x09d5
-packetLen(0x09d5, -1) // ZC_NPC_MARKET_OPEN
+packetLen(0x09d5, -1)
// Packet: 0x09d6
-packetLen(0x09d6, -1) // CZ_NPC_MARKET_PURCHASE
+packetLen(0x09d6, -1)
// Packet: 0x09d7
-packetLen(0x09d7, -1) // ZC_NPC_MARKET_PURCHASE_RESULT
+packetLen(0x09d7, -1)
// Packet: 0x09d8
-packetLen(0x09d8, 2) // CZ_NPC_MARKET_CLOSE
+packetLen(0x09d8, 2)
// Packet: 0x09d9
-packetLen(0x09d9, 4) // CZ_REQ_GUILDSTORAGE_LOG
+packetLen(0x09d9, 4)
// Packet: 0x09da
-packetLen(0x09da, -1) // ZC_ACK_GUILDSTORAGE_LOG
+packetLen(0x09da, -1)
// Packet: 0x09db
-packetLen(0x09db, -1) // ZC_NOTIFY_MOVEENTRY10
+packetLen(0x09db, -1)
// Packet: 0x09dc
-packetLen(0x09dc, -1) // ZC_NOTIFY_NEWENTRY10
+packetLen(0x09dc, -1)
// Packet: 0x09dd
-packetLen(0x09dd, -1) // ZC_NOTIFY_STANDENTRY10
+packetLen(0x09dd, -1)
// Packet: 0x09de
-packetLen(0x09de, -1) // ZC_WHISPER02
+packetLen(0x09de, -1)
// Packet: 0x09df
-packetLen(0x09df, 7) // ZC_ACK_WHISPER02
+packetLen(0x09df, 7)
// Packet: 0x09e0
-packetLen(0x09e0, -1) // SC_LOGIN_ANSWER_WITH_ID
+packetLen(0x09e0, -1)
// Packet: 0x09e1
-packetLen(0x09e1, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_GUILDSTORAGE
+packetLen(0x09e1, 8)
// Packet: 0x09e2
-packetLen(0x09e2, 8) // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_BODY
+packetLen(0x09e2, 8)
// Packet: 0x09e3
-packetLen(0x09e3, 8) // CZ_MOVE_ITEM_FROM_CART_TO_GUILDSTORAGE
+packetLen(0x09e3, 8)
// Packet: 0x09e4
-packetLen(0x09e4, 8) // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_CART
+packetLen(0x09e4, 8)
// Packet: 0x09e5
-packetLen(0x09e5, 18) // ZC_DELETEITEM_FROM_MCSTORE2
+packetLen(0x09e5, 18)
// Packet: 0x09e6
-packetLen(0x09e6, 24) // ZC_UPDATE_ITEM_FROM_BUYING_STORE2
+packetLen(0x09e6, 24)
// Packet: 0x09e7
-packetLen(0x09e7, 3) // ZC_NOTIFY_UNREAD_RODEX
+packetLen(0x09e7, 3)
// Packet: 0x09e8
-packetLen(0x09e8, 11) // CZ_OPEN_RODEXBOX
+packetLen(0x09e8, 11)
// Packet: 0x09e9
-packetLen(0x09e9, 2) // CZ_CLOSE_RODEXBOX
+packetLen(0x09e9, 2)
// Packet: 0x09ea
-packetLen(0x09ea, 11) // CZ_REQ_READ_RODEX
+packetLen(0x09ea, 11)
// Packet: 0x09eb
-packetLen(0x09eb, -1) // ZC_ACK_READ_RODEX
+packetLen(0x09eb, -1)
// Packet: 0x09ec
-packetLen(0x09ec, -1) // CZ_REQ_SEND_RODEX
+packetLen(0x09ec, -1)
// Packet: 0x09ed
-packetLen(0x09ed, 3) // ZC_ACK_SEND_RODEX
+packetLen(0x09ed, 3)
// Packet: 0x09ee
-packetLen(0x09ee, 11) // CZ_REQ_NEXT_RODEX
+packetLen(0x09ee, 11)
// Packet: 0x09ef
-packetLen(0x09ef, 11) // CZ_REQ_REFRESH_RODEX
+packetLen(0x09ef, 11)
// Packet: 0x09f0
-packetLen(0x09f0, -1) // ZC_ACK_RODEX_LIST
+packetLen(0x09f0, -1)
// Packet: 0x09f1
-packetLen(0x09f1, 11) // CZ_REQ_ZENY_FROM_RODEX
+packetLen(0x09f1, 11)
// Packet: 0x09f2
-packetLen(0x09f2, 12) // ZC_ACK_ZENY_FROM_RODEX
+packetLen(0x09f2, 12)
// Packet: 0x09f3
-packetLen(0x09f3, 11) // CZ_REQ_ITEM_FROM_RODEX
+packetLen(0x09f3, 11)
// Packet: 0x09f4
-packetLen(0x09f4, 12) // ZC_ACK_ITEM_FROM_RODEX
+packetLen(0x09f4, 12)
// Packet: 0x09f5
-packetLen(0x09f5, 11) // CZ_REQ_DELETE_RODEX
+packetLen(0x09f5, 11)
// Packet: 0x09f6
-packetLen(0x09f6, 11) // ZC_ACK_DELETE_RODEX
+packetLen(0x09f6, 11)
// Packet: 0x09f7
-packetLen(0x09f7, 77) // ZC_PROPERTY_HOMUN_2
+packetLen(0x09f7, 77)
// Packet: 0x09f8
-packetLen(0x09f8, -1) // ZC_ALL_QUEST_LIST3
+packetLen(0x09f8, -1)
// Packet: 0x09f9
-packetLen(0x09f9, 143) // ZC_ADD_QUEST_EX
+packetLen(0x09f9, 143)
// Packet: 0x09fa
-packetLen(0x09fa, -1) // ZC_UPDATE_MISSION_HUNT_EX
+packetLen(0x09fa, -1)
// Packet: 0x09fb
-packetLen(0x09fb, -1) // CZ_PET_EVOLUTION
+packetLen(0x09fb, -1)
// Packet: 0x09fc
-packetLen(0x09fc, 6) // ZC_PET_EVOLUTION_RESULT
+packetLen(0x09fc, 6)
// Packet: 0x09fd
-packetLen(0x09fd, -1) // ZC_NOTIFY_MOVEENTRY11
+packetLen(0x09fd, -1)
// Packet: 0x09fe
-packetLen(0x09fe, -1) // ZC_NOTIFY_NEWENTRY11
+packetLen(0x09fe, -1)
// Packet: 0x09ff
-packetLen(0x09ff, -1) // ZC_NOTIFY_STANDENTRY11
+packetLen(0x09ff, -1)
// Packet: 0x0a00
-packetLen(0x0a00, 269) // ZC_SHORTCUT_KEY_LIST_V3
+packetLen(0x0a00, 269)
// Packet: 0x0a01
-packetLen(0x0a01, 3) // CZ_SHORTCUTKEYBAR_ROTATE
+packetLen(0x0a01, 3)
// Packet: 0x0a02
-packetLen(0x0a02, 4) // ZC_DRESSROOM_OPEN
+packetLen(0x0a02, 4)
// Packet: 0x0a03
-packetLen(0x0a03, 2) // CZ_REQ_CANCEL_WRITE_RODEX
+packetLen(0x0a03, 2)
// Packet: 0x0a04
-packetLen(0x0a04, 6) // CZ_REQ_ADD_ITEM_RODEX
+packetLen(0x0a04, 6)
// Packet: 0x0a05
-packetLen(0x0a05, 63) // ZC_ACK_ADD_ITEM_RODEX
+packetLen(0x0a05, 63)
// Packet: 0x0a06
-packetLen(0x0a06, 6) // CZ_REQ_REMOVE_RODEX_ITEM
+packetLen(0x0a06, 6)
// Packet: 0x0a07
-packetLen(0x0a07, 9) // ZC_ACK_REMOVE_RODEX_ITEM
+packetLen(0x0a07, 9)
// Packet: 0x0a08
-packetLen(0x0a08, 26) // CZ_REQ_OPEN_WRITE_RODEX
+packetLen(0x0a08, 26)
// Packet: 0x0a09
-packetLen(0x0a09, 55) // ZC_ADD_EXCHANGE_ITEM3
+packetLen(0x0a09, 55)
// Packet: 0x0a0a
-packetLen(0x0a0a, 57) // ZC_ADD_ITEM_TO_STORE3
+packetLen(0x0a0a, 57)
// Packet: 0x0a0b
-packetLen(0x0a0b, 57) // ZC_ADD_ITEM_TO_CART3
+packetLen(0x0a0b, 57)
// Packet: 0x0a0c
-packetLen(0x0a0c, 66) // ZC_ITEM_PICKUP_ACK_V6
+packetLen(0x0a0c, 66)
// Packet: 0x0a0d
-packetLen(0x0a0d, -1) // ZC_INVENTORY_ITEMLIST_EQUIP_V6
+packetLen(0x0a0d, -1)
// Packet: 0x0a0e
-packetLen(0x0a0e, 14) // ZC_BATTLEFIELD_NOTIFY_HP2
+packetLen(0x0a0e, 14)
// Packet: 0x0a0f
-packetLen(0x0a0f, -1) // ZC_CART_ITEMLIST_EQUIP_V6
+packetLen(0x0a0f, -1)
// Packet: 0x0a10
-packetLen(0x0a10, -1) // ZC_STORE_ITEMLIST_EQUIP_V6
+packetLen(0x0a10, -1)
// Packet: 0x0a11
-packetLen(0x0a11, -1) // ZC_GUILDSTORAGE_ITEMLIST_EQUIP_V6
+packetLen(0x0a11, -1)
// Packet: 0x0a12
-packetLen(0x0a12, 27) // ZC_ACK_OPEN_WRITE_RODEX
+packetLen(0x0a12, 27)
// Packet: 0x0a13
-packetLen(0x0a13, 26) // CZ_CHECK_RECEIVE_CHARACTER_NAME
+packetLen(0x0a13, 26)
// Packet: 0x0a14
-packetLen(0x0a14, 10) // ZC_CHECK_RECEIVE_CHARACTER_NAME
+packetLen(0x0a14, 10)
// Packet: 0x0a15
-packetLen(0x0a15, 12) // ZC_GOLDPCCAFE_POINT
+packetLen(0x0a15, 12)
// Packet: 0x0a16
-packetLen(0x0a16, 26) // CZ_DYNAMICNPC_CREATE_REQUEST
+packetLen(0x0a16, 26)
// Packet: 0x0a17
-packetLen(0x0a17, 6) // ZC_DYNAMICNPC_CREATE_RESULT
+packetLen(0x0a17, 6)
// Packet: 0x0a18
-packetLen(0x0a18, 14) // ZC_ACCEPT_ENTER3
+packetLen(0x0a18, 14)
// Packet: 0x0a19
-packetLen(0x0a19, 2) // CZ_REQ_OPEN_ROULETTE
+packetLen(0x0a19, 2)
// Packet: 0x0a1a
-packetLen(0x0a1a, 25) // ZC_ACK_OPEN_ROULETTE
+packetLen(0x0a1a, 25)
// Packet: 0x0a1b
-packetLen(0x0a1b, 2) // CZ_REQ_ROULETTE_INFO
+packetLen(0x0a1b, 2)
// Packet: 0x0a1c
-packetLen(0x0a1c, -1) // ZC_ACK_ROULEITTE_INFO
+packetLen(0x0a1c, -1)
// Packet: 0x0a1d
-packetLen(0x0a1d, 2) // CZ_REQ_CLOSE_ROULETTE
+packetLen(0x0a1d, 2)
// Packet: 0x0a1e
-packetLen(0x0a1e, 3) // ZC_ACK_CLOSE_ROULETTE
+packetLen(0x0a1e, 3)
// Packet: 0x0a1f
-packetLen(0x0a1f, 2) // CZ_REQ_GENERATE_ROULETTE
+packetLen(0x0a1f, 2)
// Packet: 0x0a20
-packetLen(0x0a20, 23) // ZC_ACK_GENERATE_ROULETTE
+packetLen(0x0a20, 23)
// Packet: 0x0a21
-packetLen(0x0a21, 3) // CZ_RECV_ROULETTE_ITEM
+packetLen(0x0a21, 3)
// Packet: 0x0a22
-packetLen(0x0a22, 7) // ZC_RECV_ROULETTE_ITEM
+packetLen(0x0a22, 7)
// Packet: 0x0a23
-packetLen(0x0a23, -1) // ZC_ALL_ACH_LIST
+packetLen(0x0a23, -1)
// Packet: 0x0a24
-packetLen(0x0a24, 66) // ZC_ACH_UPDATE
+packetLen(0x0a24, 66)
// Packet: 0x0a25
-packetLen(0x0a25, 6) // CZ_REQ_ACH_REWARD
+packetLen(0x0a25, 6)
// Packet: 0x0a26
-packetLen(0x0a26, 7) // ZC_REQ_ACH_REWARD_ACK
+packetLen(0x0a26, 7)
// Packet: 0x0a27
-packetLen(0x0a27, 8) // ZC_RECOVERY2
+packetLen(0x0a27, 8)
// Packet: 0x0a28
-packetLen(0x0a28, 3) // ZC_ACK_OPENSTORE2
+packetLen(0x0a28, 3)
// Packet: 0x0a29
-packetLen(0x0a29, 6) // ZC_REQ_AU_BOT
+packetLen(0x0a29, 6)
// Packet: 0x0a2a
-packetLen(0x0a2a, 6) // CZ_ACK_AU_BOT
+packetLen(0x0a2a, 6)
// Packet: 0x0a2b
-packetLen(0x0a2b, 14) // ZC_SE_CASHSHOP_OPEN2
+packetLen(0x0a2b, 14)
// Packet: 0x0a2c
-packetLen(0x0a2c, 12) // ZC_SE_PC_BUY_TAIWANCASHITEM_RESULT
+packetLen(0x0a2c, 12)
// Packet: 0x0a2d
-packetLen(0x0a2d, -1) // ZC_EQUIPWIN_MICROSCOPE_V6
+packetLen(0x0a2d, -1)
// Packet: 0x0a2e
-packetLen(0x0a2e, 6) // CZ_REQ_CHANGE_TITLE
+packetLen(0x0a2e, 6)
// Packet: 0x0a2f
-packetLen(0x0a2f, 7) // ZC_ACK_CHANGE_TITLE
+packetLen(0x0a2f, 7)
// Packet: 0x0a30
-packetLen(0x0a30, 106) // ZC_ACK_REQNAMEALL2
+packetLen(0x0a30, 106)
// Packet: 0x0a31
-packetLen(0x0a31, -1) // ZC_RESULT_PACKAGE_ITEM_TEST
+packetLen(0x0a31, -1)
// Packet: 0x0a32
-packetLen(0x0a32, 2) // ZC_OPEN_RODEX_THROUGH_NPC_ONLY
+packetLen(0x0a32, 2)
// Packet: 0x0a33
-packetLen(0x0a33, 7) // ZC_UPDATE_ROULETTE_COIN
+packetLen(0x0a33, 7)
// Packet: 0x0a34
-packetLen(0x0a34, 6) // ZC_UPDATE_TAIWANCASH
+packetLen(0x0a34, 6)
// Packet: 0x0a35
-packetLen(0x0a35, 4) // CZ_REQ_ONECLICK_ITEMIDENTIFY
+packetLen(0x0a35, 4)
// Packet: 0x0a36
-packetLen(0x0a36, 7) // ZC_HP_INFO_TINY
+packetLen(0x0a36, 7)
// Packet: 0x0a37
-packetLen(0x0a37, 69) // ZC_ITEM_PICKUP_ACK_V7
+packetLen(0x0a37, 69)
// Packet: 0x0a38
-packetLen(0x0a38, 3) // ZC_OPEN_UI
+packetLen(0x0a38, 3)
// Packet: 0x0a39
-packetLen(0x0a39, 36) // CH_MAKE_CHAR
+packetLen(0x0a39, 36)
// Packet: 0x0a3a
packetLen(0x0a3a, 12)
// Packet: 0x0a3b
-packetLen(0x0a3b, -1) // ZC_HAT_EFFECT
+packetLen(0x0a3b, -1)
// Packet: 0x0a3c
packetLen(0x0a3c, -1)
@@ -3787,37 +3787,37 @@ packetLen(0x0a3f, 11)
packetLen(0x0a40, 11)
// Packet: 0x0a41
-packetLen(0x0a41, 18) // ZC_AOE_EFFECT_SKILL
+packetLen(0x0a41, 18)
// Packet: 0x0a42
packetLen(0x0a42, 43)
// Packet: 0x0a43
-packetLen(0x0a43, 85) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0a43, 85)
// Packet: 0x0a44
-packetLen(0x0a44, -1) // ZC_GROUP_LIST
+packetLen(0x0a44, -1)
// Packet: 0x0a46
-packetLen(0x0a46, 14) // CZ_REQ_STYLE_CHANGE
+packetLen(0x0a46, 14)
// Packet: 0x0a47
-packetLen(0x0a47, 3) // ZC_STYLE_CHANGE_RES
+packetLen(0x0a47, 3)
// Packet: 0x0a48
-packetLen(0x0a48, 2) // CZ_STYLE_CLOSE
+packetLen(0x0a48, 2)
// Packet: 0x0a49
-packetLen(0x0a49, 22) // CZ_PRIVATE_AIRSHIP_REQUEST
+packetLen(0x0a49, 22)
// Packet: 0x0a4a
-packetLen(0x0a4a, 6) // ZC_PRIVATE_AIRSHIP_RESPONSE
+packetLen(0x0a4a, 6)
// Packet: 0x0a4b
-packetLen(0x0a4b, 22) // ZC_AIRSHIP_MAPMOVE
+packetLen(0x0a4b, 22)
// Packet: 0x0a4c
-packetLen(0x0a4c, 28) // ZC_AIRSHIP_SERVERMOVE
+packetLen(0x0a4c, 28)
// Packet: 0x0a4d
packetLen(0x0a4d, -1)
@@ -3832,7 +3832,7 @@ packetLen(0x0a4f, -1)
packetLen(0x0a50, 4)
// Packet: 0x0a51
-packetLen(0x0a51, 34) // ZC_CHECK_RECEIVE_CHARACTER_NAME
+packetLen(0x0a51, 34)
// Packet: 0x0a52
packetLen(0x0a52, 20)
@@ -3871,7 +3871,7 @@ packetLen(0x0a5c, 18)
packetLen(0x0a5d, 6)
// Packet: 0x0a68
-packetLen(0x0a68, 3) // CZ_REQ_OPEN_UI
+packetLen(0x0a68, 3)
// Packet: 0x0a69
packetLen(0x0a69, 6)
@@ -3889,10 +3889,10 @@ packetLen(0x0a6c, 7)
packetLen(0x0a6d, -1)
// Packet: 0x0a6e
-packetLen(0x0a6e, -1) // CZ_REQ_SEND_RODEX
+packetLen(0x0a6e, -1)
// Packet: 0x0a6f
-packetLen(0x0a6f, -1) // ZC_FORMATSTRING_MSG_COLOR
+packetLen(0x0a6f, -1)
// Packet: 0x0a70
packetLen(0x0a70, 2)
@@ -3913,7 +3913,7 @@ packetLen(0x0a74, 8)
packetLen(0x0a76, 80)
// Packet: 0x0a77
-packetLen(0x0a77, 15) // CZ_CAMERA_INFO
+packetLen(0x0a77, 15)
// Packet: 0x0a78
packetLen(0x0a78, 15)
@@ -3928,13 +3928,13 @@ packetLen(0x0a7b, -1)
packetLen(0x0a7c, -1)
// Packet: 0x0a7d
-packetLen(0x0a7d, -1) // ZC_ACK_RODEX_LIST
+packetLen(0x0a7d, -1)
// Packet: 0x0a7e
-packetLen(0x0a7e, -1) // ZC_OFFLINE_STORE_OWNER_ITEMS_READY
+packetLen(0x0a7e, -1)
// Packet: 0x0a7f
-packetLen(0x0a7f, -1) // CZ_OFFLINE_STORE_CREATE
+packetLen(0x0a7f, -1)
// Packet: 0x0a80
packetLen(0x0a80, 6)
@@ -3949,7 +3949,7 @@ packetLen(0x0a82, 46)
packetLen(0x0a83, 46)
// Packet: 0x0a84
-packetLen(0x0a84, 94) // ZC_GUILD_INFO
+packetLen(0x0a84, 94)
// Packet: 0x0a85
packetLen(0x0a85, 82)
@@ -3958,16 +3958,16 @@ packetLen(0x0a85, 82)
packetLen(0x0a86, -1)
// Packet: 0x0a87
-packetLen(0x0a87, -1) // ZC_BAN_LIST
+packetLen(0x0a87, -1)
// Packet: 0x0a88
-packetLen(0x0a88, 2) // CZ_COOLDOWN_RESET
+packetLen(0x0a88, 2)
// Packet: 0x0a89
-packetLen(0x0a89, 61) // ZC_NOTIFY_OFFLINE_STORE
+packetLen(0x0a89, 61)
// Packet: 0x0a8a
-packetLen(0x0a8a, 6) // ZC_OFFLINE_STORE_VANISH
+packetLen(0x0a8a, 6)
// Packet: 0x0a8b
packetLen(0x0a8b, 2)
@@ -3976,7 +3976,7 @@ packetLen(0x0a8b, 2)
packetLen(0x0a8c, 2)
// Packet: 0x0a8d
-packetLen(0x0a8d, -1) // ZC_OFFLINE_STORE_OWNER_ITEMS
+packetLen(0x0a8d, -1)
// Packet: 0x0a8e
packetLen(0x0a8e, 2)
@@ -3988,7 +3988,7 @@ packetLen(0x0a8f, 2)
packetLen(0x0a90, 3)
// Packet: 0x0a91
-packetLen(0x0a91, -1) // ZC_OFFLINE_STORE_ITEMS
+packetLen(0x0a91, -1)
// Packet: 0x0a92
packetLen(0x0a92, -1)
@@ -4003,28 +4003,28 @@ packetLen(0x0a94, 2)
packetLen(0x0a95, 4)
// Packet: 0x0a96
-packetLen(0x0a96, 61) // ZC_ADD_EXCHANGE_ITEM4
+packetLen(0x0a96, 61)
// Packet: 0x0a97
-packetLen(0x0a97, 8) // CZ_ALT_EQUIPMENT_ADD
+packetLen(0x0a97, 8)
// Packet: 0x0a98
-packetLen(0x0a98, 10) // ZC_ALT_EQUIPMENT_EQUIP
+packetLen(0x0a98, 10)
// Packet: 0x0a99
-packetLen(0x0a99, 4) // CZ_ALT_EQUIPMENT_REMOVE
+packetLen(0x0a99, 4)
// Packet: 0x0a9a
-packetLen(0x0a9a, 10) // ZC_ALT_EQUIPMENT_REMOVE
+packetLen(0x0a9a, 10)
// Packet: 0x0a9b
-packetLen(0x0a9b, -1) // ZC_ALT_EQUIPMENT_ITEMS
+packetLen(0x0a9b, -1)
// Packet: 0x0a9c
-packetLen(0x0a9c, 2) // CZ_ALT_EQUIPMENT_SWITCH
+packetLen(0x0a9c, 2)
// Packet: 0x0a9d
-packetLen(0x0a9d, 4) // ZC_ALT_EQUIPMENT_SWITCH_ACK
+packetLen(0x0a9d, 4)
// Packet: 0x0a9e
packetLen(0x0a9e, 2)
@@ -4033,28 +4033,28 @@ packetLen(0x0a9e, 2)
packetLen(0x0a9f, 2)
// Packet: 0x0aa0
-packetLen(0x0aa0, 2) // ZC_REFINE_OPEN_WINDOW
+packetLen(0x0aa0, 2)
// Packet: 0x0aa1
-packetLen(0x0aa1, 4) // CZ_REFINE_ADD_ITEM
+packetLen(0x0aa1, 4)
// Packet: 0x0aa2
-packetLen(0x0aa2, -1) // ZC_REFINE_ADD_ITEM
+packetLen(0x0aa2, -1)
// Packet: 0x0aa3
-packetLen(0x0aa3, 9) // CZ_REFINE_ITEM_REQUEST
+packetLen(0x0aa3, 9)
// Packet: 0x0aa4
-packetLen(0x0aa4, 2) // CZ_REFINE_WINDOW_CLOSE
+packetLen(0x0aa4, 2)
// Packet: 0x0aa5
-packetLen(0x0aa5, -1) // ZC_MEMBERMGR_INFO
+packetLen(0x0aa5, -1)
// Packet: 0x0aa6
-packetLen(0x0aa6, 36) // ZC_MEMBER_ADD
+packetLen(0x0aa6, 36)
// Packet: 0x0aa7
-packetLen(0x0aa7, 6) // ZC_INVENTORY_MOVE_FAILED
+packetLen(0x0aa7, 6)
// Packet: 0x0aa8
packetLen(0x0aa8, 5)
@@ -4087,7 +4087,7 @@ packetLen(0x0ab0, 6)
packetLen(0x0ab1, 14)
// Packet: 0x0ab2
-packetLen(0x0ab2, 7) // ZC_GROUP_ISALIVE
+packetLen(0x0ab2, 7)
// Packet: 0x0ab3
packetLen(0x0ab3, 19)
@@ -4108,7 +4108,7 @@ packetLen(0x0ab7, 4)
packetLen(0x0ab8, 2)
// Packet: 0x0ab9
-packetLen(0x0ab9, 47) // ZC_ITEM_PREVIEW
+packetLen(0x0ab9, 47)
// Packet: 0x0aba
packetLen(0x0aba, 2)
@@ -4120,40 +4120,40 @@ packetLen(0x0abb, 2)
packetLen(0x0abc, -1)
// Packet: 0x0abd
-packetLen(0x0abd, 10) // ZC_PARTY_MEMBER_JOB_LEVEL
+packetLen(0x0abd, 10)
// Packet: 0x0abe
-packetLen(0x0abe, -1) // ZC_WARPLIST
+packetLen(0x0abe, -1)
// Packet: 0x0abf
packetLen(0x0abf, -1)
// Packet: 0x0ac0
-packetLen(0x0ac0, 26) // CZ_OPEN_RODEXBOX
+packetLen(0x0ac0, 26)
// Packet: 0x0ac1
-packetLen(0x0ac1, 26) // CZ_REQ_REFRESH_RODEX
+packetLen(0x0ac1, 26)
// Packet: 0x0ac2
-packetLen(0x0ac2, -1) // ZC_ACK_RODEX_LIST
+packetLen(0x0ac2, -1)
// Packet: 0x0ac3
packetLen(0x0ac3, 2)
// Packet: 0x0ac4
-packetLen(0x0ac4, -1) // AC_ACCEPT_LOGIN
+packetLen(0x0ac4, -1)
// Packet: 0x0ac5
-packetLen(0x0ac5, 156) // HC_NOTIFY_ZONESVR
+packetLen(0x0ac5, 156)
// Packet: 0x0ac6
packetLen(0x0ac6, 156)
// Packet: 0x0ac7
-packetLen(0x0ac7, 156) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0ac7, 156)
// Packet: 0x0ac8
-packetLen(0x0ac8, 2) // ZC_UNKNOWN_CLEAN_ITEMS_LISTS
+packetLen(0x0ac8, 2)
// Packet: 0x0ac9
packetLen(0x0ac9, -1)
@@ -4162,10 +4162,10 @@ packetLen(0x0ac9, -1)
packetLen(0x0aca, 3)
// Packet: 0x0acb
-packetLen(0x0acb, 12) // ZC_PAR_CHANGE
+packetLen(0x0acb, 12)
// Packet: 0x0acc
-packetLen(0x0acc, 18) // ZC_NOTIFY_EXP
+packetLen(0x0acc, 18)
// Packet: 0x0acd
packetLen(0x0acd, 23)
@@ -4174,13 +4174,13 @@ packetLen(0x0acd, 23)
packetLen(0x0ace, 4)
// Packet: 0x0acf
-packetLen(0x0acf, 68) // CA_LOGIN_OTP
+packetLen(0x0acf, 68)
// Packet: 0x0ad0
-packetLen(0x0ad0, 11) // CA_OTP_CODE
+packetLen(0x0ad0, 11)
// Packet: 0x0ad1
-packetLen(0x0ad1, -1) // AC_LOGIN_OTP
+packetLen(0x0ad1, -1)
// Packet: 0x0ad2
packetLen(0x0ad2, 30)
@@ -4207,22 +4207,22 @@ packetLen(0x0ad8, 8)
packetLen(0x0ad9, -1)
// Packet: 0x0ada
-packetLen(0x0ada, 32) // ZC_REFINE_STATUS
+packetLen(0x0ada, 32)
// Packet: 0x0adb
packetLen(0x0adb, -1)
// Packet: 0x0adc
-packetLen(0x0adc, 6) // ZC_EQUIPWIN_OTHER
+packetLen(0x0adc, 6)
// Packet: 0x0add
-packetLen(0x0add, 24) // ZC_ITEM_FALL_ENTRY
+packetLen(0x0add, 24)
// Packet: 0x0ade
-packetLen(0x0ade, 6) // ZC_OVERWEIGHT_PERCENT
+packetLen(0x0ade, 6)
// Packet: 0x0adf
-packetLen(0x0adf, 58) // ZC_ACK_REQNAME_TITLE
+packetLen(0x0adf, 58)
// Packet: 0x0ae0
packetLen(0x0ae0, 30)
@@ -4231,16 +4231,16 @@ packetLen(0x0ae0, 30)
packetLen(0x0ae1, 28)
// Packet: 0x0ae2
-packetLen(0x0ae2, 7) // ZC_OPEN_UI
+packetLen(0x0ae2, 7)
// Packet: 0x0ae3
-packetLen(0x0ae3, -1) // AC_LOGIN_OTP
+packetLen(0x0ae3, -1)
// Packet: 0x0ae4
-packetLen(0x0ae4, 89) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0ae4, 89)
// Packet: 0x0ae5
-packetLen(0x0ae5, -1) // ZC_GROUP_LIST
+packetLen(0x0ae5, -1)
// Packet: 0x0ae6
packetLen(0x0ae6, 10)
@@ -4252,7 +4252,7 @@ packetLen(0x0ae7, 38)
packetLen(0x0ae8, 2)
// Packet: 0x0ae9
-packetLen(0x0ae9, 13) // HC_SECOND_PASSWD_LOGIN
+packetLen(0x0ae9, 13)
// Packet: 0x0aec
packetLen(0x0aec, 2)
@@ -4264,10 +4264,10 @@ packetLen(0x0aed, 2)
packetLen(0x0aee, 2)
// Packet: 0x0aef
-packetLen(0x0aef, 2) // CZ_ATTENDANCE_REWARD_REQUEST
+packetLen(0x0aef, 2)
// Packet: 0x0af0
-packetLen(0x0af0, 10) // ZC_UI_ACTION
+packetLen(0x0af0, 10)
// Packet: 0x0af2
packetLen(0x0af2, 40)
@@ -4276,16 +4276,16 @@ packetLen(0x0af2, 40)
packetLen(0x0af3, -1)
// Packet: 0x0af4
-packetLen(0x0af4, 11) // CZ_USE_SKILL_TOGROUND
+packetLen(0x0af4, 11)
// Packet: 0x0af5
packetLen(0x0af5, 3)
// Packet: 0x0af6
-packetLen(0x0af6, 88) // ZC_ACK_RANKING
+packetLen(0x0af6, 88)
// Packet: 0x0af7
-packetLen(0x0af7, 32) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0af7, 32)
// Packet: 0x0af8
packetLen(0x0af8, 11)
@@ -4297,19 +4297,19 @@ packetLen(0x0af9, 6)
packetLen(0x0afa, 54)
// Packet: 0x0afb
-packetLen(0x0afb, -1) // ZC_AUTOSPELLLIST
+packetLen(0x0afb, -1)
// Packet: 0x0afc
-packetLen(0x0afc, 16) // CZ_REQ_STYLE_CHANGE2
+packetLen(0x0afc, 16)
// Packet: 0x0afd
-packetLen(0x0afd, -1) // ZC_GUILD_POSITION
+packetLen(0x0afd, -1)
// Packet: 0x0afe
-packetLen(0x0afe, -1) // ZC_UPDATE_MISSION_HUNT_EX
+packetLen(0x0afe, -1)
// Packet: 0x0aff
-packetLen(0x0aff, -1) // ZC_ALL_QUEST_LIST4
+packetLen(0x0aff, -1)
// Packet: 0x0b00
packetLen(0x0b00, 8)
@@ -4318,10 +4318,10 @@ packetLen(0x0b00, 8)
packetLen(0x0b01, 56)
// Packet: 0x0b02
-packetLen(0x0b02, 26) // AC_REFUSE_LOGIN4
+packetLen(0x0b02, 26)
// Packet: 0x0b03
-packetLen(0x0b03, -1) // ZC_EQUIPWIN_MICROSCOPE_V7
+packetLen(0x0b03, -1)
// Packet: 0x0b04
#if PACKETVER >= 20190807
@@ -4333,81 +4333,81 @@ packetLen(0x0b04, 80)
#endif
// Packet: 0x0b05
-packetLen(0x0b05, 63) // ZC_OFFLINE_STORE_VISIBLE
+packetLen(0x0b05, 63)
// Packet: 0x0b07
packetLen(0x0b07, -1)
// Packet: 0x0b08
-packetLen(0x0b08, -1) // ZC_INVENTORY_START
+packetLen(0x0b08, -1)
// Packet: 0x0b09
-packetLen(0x0b09, -1) // ZC_STORE_ITEMLIST_NORMAL_V6
+packetLen(0x0b09, -1)
// Packet: 0x0b0a
-packetLen(0x0b0a, -1) // ZC_STORE_ITEMLIST_EQUIP_V6
+packetLen(0x0b0a, -1)
// Packet: 0x0b0b
-packetLen(0x0b0b, 4) // ZC_INVENTORY_END
+packetLen(0x0b0b, 4)
// Packet: 0x0b0c
-packetLen(0x0b0c, 155) // ZC_ADD_QUEST_EX
+packetLen(0x0b0c, 155)
// Packet: 0x0b0d
-packetLen(0x0b0d, 10) // ZC_REMOVE_EFFECT
+packetLen(0x0b0d, 10)
// Packet: 0x0b0e
-packetLen(0x0b0e, -1) // ZC_NPC_BARTER_OPEN
+packetLen(0x0b0e, -1)
// Packet: 0x0b0f
-packetLen(0x0b0f, -1) // CZ_NPC_BARTER_PURCHASE
+packetLen(0x0b0f, -1)
// Packet: 0x0b10
-packetLen(0x0b10, 10) // CZ_START_USE_SKILL
+packetLen(0x0b10, 10)
// Packet: 0x0b11
-packetLen(0x0b11, 4) // CZ_STOP_USE_SKILL
+packetLen(0x0b11, 4)
// Packet: 0x0b12
-packetLen(0x0b12, 2) // CZ_NPC_BARTER_CLOSE
+packetLen(0x0b12, 2)
// Packet: 0x0b13
-packetLen(0x0b13, 48) // ZC_ITEM_PREVIEW
+packetLen(0x0b13, 48)
// Packet: 0x0b14
-packetLen(0x0b14, 2) // CZ_INVENTORY_EXPAND
+packetLen(0x0b14, 2)
// Packet: 0x0b15
-packetLen(0x0b15, 7) // ZC_ACK_INVENTORY_EXPAND
+packetLen(0x0b15, 7)
// Packet: 0x0b16
-packetLen(0x0b16, 2) // CZ_INVENTORY_EXPAND_CONFIRMED
+packetLen(0x0b16, 2)
// Packet: 0x0b17
-packetLen(0x0b17, 3) // ZC_ACK_INVENTORY_EXPAND_RESULT
+packetLen(0x0b17, 3)
// Packet: 0x0b18
-packetLen(0x0b18, 4) // ZC_INVENTORY_EXPANSION_INFO
+packetLen(0x0b18, 4)
// Packet: 0x0b19
-packetLen(0x0b19, 2) // CZ_INVENTORY_EXPAND_REJECTED
+packetLen(0x0b19, 2)
// Packet: 0x0b1a
-packetLen(0x0b1a, 29) // ZC_USESKILL_ACK3
+packetLen(0x0b1a, 29)
// Packet: 0x0b1b
#if PACKETVER >= 20190213
-packetLen(0x0b1b, 2) // ZC_ALT_PING
+packetLen(0x0b1b, 2)
#endif
// Packet: 0x0b1c
#if PACKETVER >= 20190227
-packetLen(0x0b1c, 2) // CZ_PING
+packetLen(0x0b1c, 2)
#endif
// Packet: 0x0b1d
#if PACKETVER >= 20190227
-packetLen(0x0b1d, 2) // ZC_PING
+packetLen(0x0b1d, 2)
#endif
// Packet: 0x0b1e
@@ -4426,25 +4426,25 @@ packetLen(0x0b1f, 10)
// Packet: 0x0b20
#if PACKETVER >= 20190403
-packetLen(0x0b20, 271) // ZC_SHORTCUT_KEY_LIST_V4
+packetLen(0x0b20, 271)
#endif
// Packet: 0x0b21
#if PACKETVER >= 20190403
-packetLen(0x0b21, 13) // CZ_SHORTCUT_KEY_CHANGE
+packetLen(0x0b21, 13)
#elif PACKETVER >= 20190306
// removed
#elif PACKETVER >= 20190227
-packetLen(0x0b21, 10) // CZ_SHORTCUT_KEY_CHANGE
+packetLen(0x0b21, 10)
#endif
// Packet: 0x0b22
#if PACKETVER >= 20190403
-packetLen(0x0b22, 5) // CZ_SHORTCUTKEYBAR_ROTATE
+packetLen(0x0b22, 5)
#elif PACKETVER >= 20190306
// removed
#elif PACKETVER >= 20190227
-packetLen(0x0b22, 6) // CZ_SHORTCUTKEYBAR_ROTATE
+packetLen(0x0b22, 6)
#endif
// Packet: 0x0b23
@@ -4525,7 +4525,7 @@ packetLen(0x0b2e, 4)
// Packet: 0x0b2f
#if PACKETVER >= 20190529
-packetLen(0x0b2f, 73) // ZC_PROPERTY_HOMUN_3
+packetLen(0x0b2f, 73)
#endif
// Packet: 0x0b30
@@ -4535,17 +4535,17 @@ packetLen(0x0b30, -1)
// Packet: 0x0b31
#if PACKETVER >= 20190619
-packetLen(0x0b31, 17) // ZC_ADD_SKILL
+packetLen(0x0b31, 17)
#endif
// Packet: 0x0b32
#if PACKETVER >= 20190619
-packetLen(0x0b32, -1) // ZC_SKILLINFO_LIST
+packetLen(0x0b32, -1)
#endif
// Packet: 0x0b33
#if PACKETVER >= 20190619
-packetLen(0x0b33, 17) // ZC_SKILLINFO_UPDATE2
+packetLen(0x0b33, 17)
#endif
// Packet: 0x0b34
@@ -4571,7 +4571,9 @@ packetLen(0x0b37, -1)
#endif
// Packet: 0x0b38
-#if PACKETVER >= 20190724
+#if PACKETVER >= 20191002
+// removed
+#elif PACKETVER >= 20190724
packetLen(0x0b38, -1)
#endif
@@ -4581,12 +4583,16 @@ packetLen(0x0b39, -1)
#endif
// Packet: 0x0b3a
-#if PACKETVER >= 20190724
+#if PACKETVER >= 20191002
+// removed
+#elif PACKETVER >= 20190724
packetLen(0x0b3a, 4)
#endif
// Packet: 0x0b3b
-#if PACKETVER >= 20190724
+#if PACKETVER >= 20191002
+// removed
+#elif PACKETVER >= 20190724
packetLen(0x0b3b, 4)
#endif
@@ -4606,7 +4612,9 @@ packetLen(0x0b3e, -1)
#endif
// Packet: 0x0b3f
-#if PACKETVER >= 20190724
+#if PACKETVER >= 20191016
+packetLen(0x0b3f, 63)
+#elif PACKETVER >= 20190724
packetLen(0x0b3f, 64)
#endif
@@ -4616,12 +4624,16 @@ packetLen(0x0b40, -1)
#endif
// Packet: 0x0b41
-#if PACKETVER >= 20190724
+#if PACKETVER >= 20191016
+packetLen(0x0b41, 69)
+#elif PACKETVER >= 20190724
packetLen(0x0b41, 41)
#endif
// Packet: 0x0b42
-#if PACKETVER >= 20190724
+#if PACKETVER >= 20191016
+packetLen(0x0b42, 61)
+#elif PACKETVER >= 20190724
packetLen(0x0b42, 30)
#endif
@@ -4631,12 +4643,16 @@ packetLen(0x0b43, 47)
#endif
// Packet: 0x0b44
-#if PACKETVER >= 20190724
+#if PACKETVER >= 20191016
+packetLen(0x0b44, 57)
+#elif PACKETVER >= 20190724
packetLen(0x0b44, 32)
#endif
// Packet: 0x0b45
-#if PACKETVER >= 20190724
+#if PACKETVER >= 20191016
+packetLen(0x0b45, 57)
+#elif PACKETVER >= 20190724
packetLen(0x0b45, 32)
#endif
@@ -4738,29 +4754,55 @@ packetLen(0x0b58, 2)
#endif
// Packet: 0x0b59
-#if PACKETVER >= 20190918
+#if PACKETVER >= 20191016
+packetLen(0x0b59, 4)
+#elif PACKETVER >= 20190918
packetLen(0x0b59, 2)
#endif
// Packet: 0x0b5a
-#if PACKETVER >= 20190918
+#if PACKETVER >= 20191016
+packetLen(0x0b5a, -1)
+#elif PACKETVER >= 20190918
packetLen(0x0b5a, 4)
#endif
// Packet: 0x0b5b
-#if PACKETVER >= 20190918
+#if PACKETVER >= 20191016
+packetLen(0x0b5b, 14)
+#elif PACKETVER >= 20190918
packetLen(0x0b5b, -1)
#endif
// Packet: 0x0b5c
-#if PACKETVER >= 20190918
+#if PACKETVER >= 20191016
+packetLen(0x0b5c, 2)
+#elif PACKETVER >= 20191002
+packetLen(0x0b5c, 14)
+#elif PACKETVER >= 20190918
packetLen(0x0b5c, 10)
#endif
// Packet: 0x0b5d
-#if PACKETVER >= 20190918
+#if PACKETVER >= 20191016
+packetLen(0x0b5d, 10)
+#elif PACKETVER >= 20190918
packetLen(0x0b5d, 2)
#endif
+// Packet: 0x0b5e
+#if PACKETVER >= 20191016
+packetLen(0x0b5e, 33)
+#elif PACKETVER >= 20191002
+packetLen(0x0b5e, 10)
+#endif
+
+// Packet: 0x0b5f
+#if PACKETVER >= 20191016
+// removed
+#elif PACKETVER >= 20191002
+packetLen(0x0b5f, 33)
+#endif
+
#endif /* COMMON_PACKETS2019_LEN_MAIN_H */
diff --git a/src/common/packets/packets2019_len_re.h b/src/common/packets/packets2019_len_re.h
index 32c14775d..245b7eb1d 100644
--- a/src/common/packets/packets2019_len_re.h
+++ b/src/common/packets/packets2019_len_re.h
@@ -25,3757 +25,3757 @@
/* This file is autogenerated, please do not commit manual changes */
// Packet: 0x0064
-packetLen(0x0064, 55) // CA_LOGIN
+packetLen(0x0064, 55)
// Packet: 0x0065
-packetLen(0x0065, 17) // CH_ENTER
+packetLen(0x0065, 17)
// Packet: 0x0066
-packetLen(0x0066, 3) // CH_SELECT_CHAR
+packetLen(0x0066, 3)
// Packet: 0x0067
-packetLen(0x0067, 37) // CH_MAKE_CHAR
+packetLen(0x0067, 37)
// Packet: 0x0068
-packetLen(0x0068, 46) // CH_DELETE_CHAR
+packetLen(0x0068, 46)
// Packet: 0x0069
-packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+packetLen(0x0069, -1)
// Packet: 0x006a
-packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+packetLen(0x006a, 23)
// Packet: 0x006b
-packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+packetLen(0x006b, -1)
// Packet: 0x006c
-packetLen(0x006c, 3) // HC_REFUSE_ENTER
+packetLen(0x006c, 3)
// Packet: 0x006d
-packetLen(0x006d, 157) // HC_ACCEPT_MAKECHAR
+packetLen(0x006d, 157)
// Packet: 0x006e
-packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+packetLen(0x006e, 3)
// Packet: 0x006f
-packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+packetLen(0x006f, 2)
// Packet: 0x0070
-packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+packetLen(0x0070, 3)
// Packet: 0x0071
-packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+packetLen(0x0071, 28)
// Packet: 0x0072
-packetLen(0x0072, 22) // CZ_ENTER
+packetLen(0x0072, 22)
// Packet: 0x0073
-packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 11)
// Packet: 0x0074
-packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+packetLen(0x0074, 3)
// Packet: 0x0075
-packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, -1)
// Packet: 0x0076
-packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+packetLen(0x0076, 9)
// Packet: 0x0077
-packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 5)
// Packet: 0x0078
-packetLen(0x0078, 55) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, 55)
// Packet: 0x0079
-packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, 53)
// Packet: 0x007a
-packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, 58)
// Packet: 0x007b
-packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, 60)
// Packet: 0x007c
-packetLen(0x007c, 44) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, 44)
// Packet: 0x007d
-packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, 2)
// Packet: 0x007e
#if PACKETVER >= 20190904
-packetLen(0x007e, 46) // CZ_REQUEST_TIME
+packetLen(0x007e, 46)
#elif PACKETVER >= 20190109
-packetLen(0x007e, 105) // CZ_REQUEST_TIME
+packetLen(0x007e, 105)
#endif
// Packet: 0x007f
-packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+packetLen(0x007f, 6)
// Packet: 0x0080
-packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+packetLen(0x0080, 7)
// Packet: 0x0081
-packetLen(0x0081, 3) // SC_NOTIFY_BAN
+packetLen(0x0081, 3)
// Packet: 0x0082
-packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+packetLen(0x0082, 2)
// Packet: 0x0083
-packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 2)
// Packet: 0x0084
-packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+packetLen(0x0084, 2)
// Packet: 0x0085
-packetLen(0x0085, 10) // CZ_REQUEST_MOVE
+packetLen(0x0085, 10)
// Packet: 0x0086
-packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 16)
// Packet: 0x0087
-packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 12)
// Packet: 0x0088
-packetLen(0x0088, 10) // ZC_STOPMOVE
+packetLen(0x0088, 10)
// Packet: 0x0089
-packetLen(0x0089, 11) // CZ_REQUEST_ACT
+packetLen(0x0089, 11)
// Packet: 0x008a
-packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+packetLen(0x008a, 29)
// Packet: 0x008b
-packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+packetLen(0x008b, 23)
// Packet: 0x008c
packetLen(0x008c, 14)
// Packet: 0x008d
-packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+packetLen(0x008d, -1)
// Packet: 0x008e
-packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, -1)
// Packet: 0x0090
-packetLen(0x0090, 7) // CZ_CONTACTNPC
+packetLen(0x0090, 7)
// Packet: 0x0091
-packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, 22)
// Packet: 0x0092
-packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 28)
// Packet: 0x0093
-packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+packetLen(0x0093, 2)
// Packet: 0x0094
-packetLen(0x0094, 19) // CZ_REQNAME
+packetLen(0x0094, 19)
// Packet: 0x0095
-packetLen(0x0095, 30) // ZC_ACK_REQNAME
+packetLen(0x0095, 30)
// Packet: 0x0096
-packetLen(0x0096, -1) // CZ_WHISPER
+packetLen(0x0096, -1)
// Packet: 0x0097
-packetLen(0x0097, -1) // ZC_WHISPER
+packetLen(0x0097, -1)
// Packet: 0x0098
-packetLen(0x0098, 3) // ZC_ACK_WHISPER
+packetLen(0x0098, 3)
// Packet: 0x0099
-packetLen(0x0099, -1) // CZ_BROADCAST
+packetLen(0x0099, -1)
// Packet: 0x009a
-packetLen(0x009a, -1) // ZC_BROADCAST
+packetLen(0x009a, -1)
// Packet: 0x009b
-packetLen(0x009b, 34) // CZ_CHANGE_DIRECTION
+packetLen(0x009b, 34)
// Packet: 0x009c
-packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, 9)
// Packet: 0x009d
-packetLen(0x009d, 19) // ZC_ITEM_ENTRY
+packetLen(0x009d, 19)
// Packet: 0x009e
-packetLen(0x009e, 19) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 19)
// Packet: 0x009f
-packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+packetLen(0x009f, 20)
// Packet: 0x00a0
-packetLen(0x00a0, 33) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, 33)
// Packet: 0x00a1
-packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, 6)
// Packet: 0x00a2
-packetLen(0x00a2, 14) // CZ_ITEM_THROW
+packetLen(0x00a2, 14)
// Packet: 0x00a3
-packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, -1)
// Packet: 0x00a4
-packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, -1)
// Packet: 0x00a5
-packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, -1)
// Packet: 0x00a6
-packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, -1)
// Packet: 0x00a7
packetLen(0x00a7, 9)
// Packet: 0x00a8
-packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 7)
// Packet: 0x00a9
-packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, 6)
// Packet: 0x00aa
-packetLen(0x00aa, 9) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 9)
// Packet: 0x00ab
-packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, 4)
// Packet: 0x00ac
-packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, 7)
// Packet: 0x00ae
-packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+packetLen(0x00ae, -1)
// Packet: 0x00af
-packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, 6)
// Packet: 0x00b0
-packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+packetLen(0x00b0, 8)
// Packet: 0x00b1
-packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, 8)
// Packet: 0x00b2
-packetLen(0x00b2, 3) // CZ_RESTART
+packetLen(0x00b2, 3)
// Packet: 0x00b3
-packetLen(0x00b3, 3) // ZC_RESTART_ACK
+packetLen(0x00b3, 3)
// Packet: 0x00b4
-packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+packetLen(0x00b4, -1)
// Packet: 0x00b5
-packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 6)
// Packet: 0x00b6
-packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 6)
// Packet: 0x00b7
-packetLen(0x00b7, -1) // ZC_MENU_LIST
+packetLen(0x00b7, -1)
// Packet: 0x00b8
-packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+packetLen(0x00b8, 7)
// Packet: 0x00b9
-packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, 6)
// Packet: 0x00ba
-packetLen(0x00ba, 2) // CZ_REQ_STATUS
+packetLen(0x00ba, 2)
// Packet: 0x00bb
-packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+packetLen(0x00bb, 5)
// Packet: 0x00bc
-packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 6)
// Packet: 0x00bd
-packetLen(0x00bd, 44) // ZC_STATUS
+packetLen(0x00bd, 44)
// Packet: 0x00be
-packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+packetLen(0x00be, 5)
// Packet: 0x00bf
-packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+packetLen(0x00bf, 3)
// Packet: 0x00c0
-packetLen(0x00c0, 7) // ZC_EMOTION
+packetLen(0x00c0, 7)
// Packet: 0x00c1
-packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, 2)
// Packet: 0x00c2
-packetLen(0x00c2, 6) // ZC_USER_COUNT
+packetLen(0x00c2, 6)
// Packet: 0x00c3
-packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, 8)
// Packet: 0x00c4
-packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, 6)
// Packet: 0x00c5
-packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, 7)
// Packet: 0x00c6
-packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, -1)
// Packet: 0x00c7
-packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, -1)
// Packet: 0x00c8
-packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, -1)
// Packet: 0x00c9
-packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, -1)
// Packet: 0x00ca
-packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, 3)
// Packet: 0x00cb
-packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+packetLen(0x00cb, 3)
// Packet: 0x00cc
-packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, 6)
// Packet: 0x00cd
-packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+packetLen(0x00cd, 3)
// Packet: 0x00ce
-packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 2)
// Packet: 0x00cf
-packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 27)
// Packet: 0x00d0
-packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, 3)
// Packet: 0x00d1
-packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, 4)
// Packet: 0x00d2
-packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 4)
// Packet: 0x00d3
-packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 2)
// Packet: 0x00d4
-packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+packetLen(0x00d4, -1)
// Packet: 0x00d5
-packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, -1)
// Packet: 0x00d6
-packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 3)
// Packet: 0x00d7
-packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, -1)
// Packet: 0x00d8
-packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+packetLen(0x00d8, 6)
// Packet: 0x00d9
-packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, 14)
// Packet: 0x00da
-packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, 3)
// Packet: 0x00db
-packetLen(0x00db, -1) // ZC_ENTER_ROOM
+packetLen(0x00db, -1)
// Packet: 0x00dc
-packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 28)
// Packet: 0x00dd
-packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+packetLen(0x00dd, 29)
// Packet: 0x00de
-packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, -1)
// Packet: 0x00df
-packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, -1)
// Packet: 0x00e0
-packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, 30)
// Packet: 0x00e1
-packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+packetLen(0x00e1, 30)
// Packet: 0x00e2
-packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, 26)
// Packet: 0x00e3
-packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+packetLen(0x00e3, 2)
// Packet: 0x00e4
-packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 6)
// Packet: 0x00e5
-packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 26)
// Packet: 0x00e6
-packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, 3)
// Packet: 0x00e7
-packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 3)
// Packet: 0x00e8
-packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, 8)
// Packet: 0x00e9
-packetLen(0x00e9, 29) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 29)
// Packet: 0x00ea
-packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 5)
// Packet: 0x00eb
-packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 2)
// Packet: 0x00ec
-packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 3)
// Packet: 0x00ed
-packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, 2)
// Packet: 0x00ee
-packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, 2)
// Packet: 0x00ef
-packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 2)
// Packet: 0x00f0
-packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 3)
// Packet: 0x00f1
-packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+packetLen(0x00f1, 2)
// Packet: 0x00f2
-packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 6)
// Packet: 0x00f3
-packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+packetLen(0x00f3, -1)
// Packet: 0x00f4
-packetLen(0x00f4, 31) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 31)
// Packet: 0x00f5
-packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+packetLen(0x00f5, 11)
// Packet: 0x00f6
-packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 8)
// Packet: 0x00f7
-packetLen(0x00f7, 17) // CZ_REQUEST_TIME
+packetLen(0x00f7, 17)
// Packet: 0x00f8
-packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+packetLen(0x00f8, 2)
// Packet: 0x00f9
-packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+packetLen(0x00f9, 26)
// Packet: 0x00fa
-packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, 3)
// Packet: 0x00fb
-packetLen(0x00fb, -1) // ZC_GROUP_LIST
+packetLen(0x00fb, -1)
// Packet: 0x00fc
-packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, 6)
// Packet: 0x00fd
-packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, 27)
// Packet: 0x00fe
-packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, 30)
// Packet: 0x00ff
-packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+packetLen(0x00ff, 10)
// Packet: 0x0100
-packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, 2)
// Packet: 0x0101
-packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, 6)
// Packet: 0x0102
-packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 6)
// Packet: 0x0103
-packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 30)
// Packet: 0x0104
-packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, 79)
// Packet: 0x0105
-packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, 31)
// Packet: 0x0106
-packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, 10)
// Packet: 0x0107
-packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, 10)
// Packet: 0x0108
-packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, -1)
// Packet: 0x0109
-packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, -1)
// Packet: 0x010a
-packetLen(0x010a, 6) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 6)
// Packet: 0x010b
-packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, 6)
// Packet: 0x010c
-packetLen(0x010c, 6) // ZC_MVP
+packetLen(0x010c, 6)
// Packet: 0x010d
-packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+packetLen(0x010d, 2)
// Packet: 0x010e
-packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, 11)
// Packet: 0x010f
-packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+packetLen(0x010f, -1)
// Packet: 0x0110
-packetLen(0x0110, 14) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, 14)
// Packet: 0x0111
-packetLen(0x0111, 39) // ZC_ADD_SKILL
+packetLen(0x0111, 39)
// Packet: 0x0112
-packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, 4)
// Packet: 0x0113
-packetLen(0x0113, 25) // CZ_USE_SKILL
+packetLen(0x0113, 25)
// Packet: 0x0114
-packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+packetLen(0x0114, 31)
// Packet: 0x0115
-packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+packetLen(0x0115, 35)
// Packet: 0x0116
-packetLen(0x0116, 17) // CZ_USE_SKILL_TOGROUND
+packetLen(0x0116, 17)
// Packet: 0x0117
-packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, 18)
// Packet: 0x0118
-packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+packetLen(0x0118, 2)
// Packet: 0x0119
-packetLen(0x0119, 13) // ZC_STATE_CHANGE
+packetLen(0x0119, 13)
// Packet: 0x011a
-packetLen(0x011a, 15) // ZC_USE_SKILL
+packetLen(0x011a, 15)
// Packet: 0x011b
-packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, 20)
// Packet: 0x011c
-packetLen(0x011c, 68) // ZC_WARPLIST
+packetLen(0x011c, 68)
// Packet: 0x011d
-packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 2)
// Packet: 0x011e
-packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, 3)
// Packet: 0x011f
-packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+packetLen(0x011f, 16)
// Packet: 0x0120
-packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, 6)
// Packet: 0x0121
-packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, 14)
// Packet: 0x0122
-packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, -1)
// Packet: 0x0123
-packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, -1)
// Packet: 0x0124
-packetLen(0x0124, 31) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 31)
// Packet: 0x0125
-packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 8)
// Packet: 0x0126
-packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 8)
// Packet: 0x0127
-packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, 8)
// Packet: 0x0128
-packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 8)
// Packet: 0x0129
-packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, 8)
// Packet: 0x012a
-packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+packetLen(0x012a, 2)
// Packet: 0x012b
-packetLen(0x012b, 2) // ZC_CARTOFF
+packetLen(0x012b, 2)
// Packet: 0x012c
-packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 3)
// Packet: 0x012d
-packetLen(0x012d, 4) // ZC_OPENSTORE
+packetLen(0x012d, 4)
// Packet: 0x012e
-packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, 2)
// Packet: 0x012f
-packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+packetLen(0x012f, -1)
// Packet: 0x0130
-packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, 6)
// Packet: 0x0131
-packetLen(0x0131, 86) // ZC_STORE_ENTRY
+packetLen(0x0131, 86)
// Packet: 0x0132
-packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, 6)
// Packet: 0x0133
-packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, -1)
// Packet: 0x0134
-packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, -1)
// Packet: 0x0135
-packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, 7)
// Packet: 0x0136
-packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, -1)
// Packet: 0x0137
-packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, 6)
// Packet: 0x0138
-packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+packetLen(0x0138, 3)
// Packet: 0x0139
-packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, 16)
// Packet: 0x013a
-packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+packetLen(0x013a, 4)
// Packet: 0x013b
-packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+packetLen(0x013b, 4)
// Packet: 0x013c
-packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+packetLen(0x013c, 4)
// Packet: 0x013d
-packetLen(0x013d, 6) // ZC_RECOVERY
+packetLen(0x013d, 6)
// Packet: 0x013e
-packetLen(0x013e, 24) // ZC_USESKILL_ACK
+packetLen(0x013e, 24)
// Packet: 0x013f
-packetLen(0x013f, 26) // CZ_ITEM_CREATE
+packetLen(0x013f, 26)
// Packet: 0x0140
-packetLen(0x0140, 22) // CZ_MOVETO_MAP
+packetLen(0x0140, 22)
// Packet: 0x0141
-packetLen(0x0141, 14) // ZC_COUPLESTATUS
+packetLen(0x0141, 14)
// Packet: 0x0142
-packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+packetLen(0x0142, 6)
// Packet: 0x0143
-packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+packetLen(0x0143, 10)
// Packet: 0x0144
-packetLen(0x0144, 23) // ZC_COMPASS
+packetLen(0x0144, 23)
// Packet: 0x0145
-packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+packetLen(0x0145, 19)
// Packet: 0x0146
-packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+packetLen(0x0146, 6)
// Packet: 0x0147
-packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+packetLen(0x0147, 39)
// Packet: 0x0148
-packetLen(0x0148, 8) // ZC_RESURRECTION
+packetLen(0x0148, 8)
// Packet: 0x0149
-packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, 9)
// Packet: 0x014a
-packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+packetLen(0x014a, 6)
// Packet: 0x014b
-packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+packetLen(0x014b, 27)
// Packet: 0x014c
-packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, -1)
// Packet: 0x014d
-packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 2)
// Packet: 0x014e
-packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+packetLen(0x014e, 6)
// Packet: 0x014f
-packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, 6)
// Packet: 0x0150
-packetLen(0x0150, 110) // ZC_GUILD_INFO
+packetLen(0x0150, 110)
// Packet: 0x0151
-packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+packetLen(0x0151, 6)
// Packet: 0x0152
-packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+packetLen(0x0152, -1)
// Packet: 0x0153
-packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+packetLen(0x0153, -1)
// Packet: 0x0154
-packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, -1)
// Packet: 0x0155
-packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, -1)
// Packet: 0x0156
-packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+packetLen(0x0156, -1)
// Packet: 0x0157
-packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+packetLen(0x0157, 6)
// Packet: 0x0159
-packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, 54)
// Packet: 0x015a
-packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 66)
// Packet: 0x015b
-packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 54)
// Packet: 0x015c
-packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, 90)
// Packet: 0x015d
-packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+packetLen(0x015d, 42)
// Packet: 0x015e
-packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, 6)
// Packet: 0x015f
-packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+packetLen(0x015f, 42)
// Packet: 0x0160
-packetLen(0x0160, -1) // ZC_POSITION_INFO
+packetLen(0x0160, -1)
// Packet: 0x0161
-packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, -1)
// Packet: 0x0162
-packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, -1)
// Packet: 0x0163
-packetLen(0x0163, -1) // ZC_BAN_LIST
+packetLen(0x0163, -1)
// Packet: 0x0164
-packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+packetLen(0x0164, -1)
// Packet: 0x0165
-packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, 30)
// Packet: 0x0166
-packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, -1)
// Packet: 0x0167
-packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 3)
// Packet: 0x0168
-packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, 14)
// Packet: 0x0169
-packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 3)
// Packet: 0x016a
-packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, 30)
// Packet: 0x016b
-packetLen(0x016b, 10) // CZ_JOIN_GUILD
+packetLen(0x016b, 10)
// Packet: 0x016c
-packetLen(0x016c, 43) // ZC_UPDATE_GDID
+packetLen(0x016c, 43)
// Packet: 0x016d
-packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 14)
// Packet: 0x016e
-packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+packetLen(0x016e, 186)
// Packet: 0x016f
-packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+packetLen(0x016f, 182)
// Packet: 0x0170
-packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 14)
// Packet: 0x0171
-packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, 30)
// Packet: 0x0172
-packetLen(0x0172, 10) // CZ_ALLY_GUILD
+packetLen(0x0172, 10)
// Packet: 0x0173
-packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+packetLen(0x0173, 3)
// Packet: 0x0174
-packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0174, -1)
// Packet: 0x0175
-packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+packetLen(0x0175, 6)
// Packet: 0x0176
-packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+packetLen(0x0176, 106)
// Packet: 0x0177
-packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, -1)
// Packet: 0x0178
-packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, 4)
// Packet: 0x0179
-packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 5)
// Packet: 0x017a
-packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, 4)
// Packet: 0x017b
-packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, -1)
// Packet: 0x017c
-packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, 6)
// Packet: 0x017d
-packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 7)
// Packet: 0x017e
-packetLen(0x017e, -1) // CZ_GUILD_CHAT
+packetLen(0x017e, -1)
// Packet: 0x017f
-packetLen(0x017f, -1) // ZC_GUILD_CHAT
+packetLen(0x017f, -1)
// Packet: 0x0180
-packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+packetLen(0x0180, 6)
// Packet: 0x0181
-packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+packetLen(0x0181, 3)
// Packet: 0x0182
-packetLen(0x0182, 106) // ZC_MEMBER_ADD
+packetLen(0x0182, 106)
// Packet: 0x0183
-packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+packetLen(0x0183, 10)
// Packet: 0x0184
-packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+packetLen(0x0184, 10)
// Packet: 0x0185
-packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+packetLen(0x0185, 34)
// Packet: 0x0187
-packetLen(0x0187, 6) // CH_UNKNOWN_PING
+packetLen(0x0187, 6)
// Packet: 0x0188
-packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, 8)
// Packet: 0x0189
-packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, 4)
// Packet: 0x018a
-packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+packetLen(0x018a, 4)
// Packet: 0x018b
-packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, 4)
// Packet: 0x018c
-packetLen(0x018c, 29) // ZC_MONSTER_INFO
+packetLen(0x018c, 29)
// Packet: 0x018d
-packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, -1)
// Packet: 0x018e
-packetLen(0x018e, 18) // CZ_REQMAKINGITEM
+packetLen(0x018e, 18)
// Packet: 0x018f
-packetLen(0x018f, 8) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 8)
// Packet: 0x0190
-packetLen(0x0190, 23) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+packetLen(0x0190, 23)
// Packet: 0x0191
#if PACKETVER >= 20190904
-packetLen(0x0191, 27) // ZC_TALKBOX_CHATCONTENTS
+packetLen(0x0191, 27)
#elif PACKETVER >= 20190109
-packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+packetLen(0x0191, 86)
#endif
// Packet: 0x0192
-packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+packetLen(0x0192, 24)
// Packet: 0x0193
-packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+packetLen(0x0193, 2)
// Packet: 0x0194
-packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 30)
// Packet: 0x0195
-packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 102)
// Packet: 0x0196
-packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, 9)
// Packet: 0x0197
-packetLen(0x0197, 4) // CZ_RESET
+packetLen(0x0197, 4)
// Packet: 0x0198
-packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+packetLen(0x0198, 8)
// Packet: 0x0199
-packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, 4)
// Packet: 0x019a
-packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 14)
// Packet: 0x019b
-packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 10)
// Packet: 0x019c
-packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+packetLen(0x019c, -1)
// Packet: 0x019d
-packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, 6)
// Packet: 0x019e
-packetLen(0x019e, 2) // ZC_START_CAPTURE
+packetLen(0x019e, 2)
// Packet: 0x019f
-packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, 6)
// Packet: 0x01a0
-packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, 3)
// Packet: 0x01a1
-packetLen(0x01a1, 3) // CZ_COMMAND_PET
+packetLen(0x01a1, 3)
// Packet: 0x01a2
-packetLen(0x01a2, 37) // ZC_PROPERTY_PET
+packetLen(0x01a2, 37)
// Packet: 0x01a3
-packetLen(0x01a3, 7) // ZC_FEED_PET
+packetLen(0x01a3, 7)
// Packet: 0x01a4
-packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, 11)
// Packet: 0x01a5
-packetLen(0x01a5, 26) // CZ_RENAME_PET
+packetLen(0x01a5, 26)
// Packet: 0x01a6
-packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+packetLen(0x01a6, -1)
// Packet: 0x01a7
-packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 4)
// Packet: 0x01a8
-packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+packetLen(0x01a8, 4)
// Packet: 0x01a9
-packetLen(0x01a9, 6) // CZ_PET_ACT
+packetLen(0x01a9, 6)
// Packet: 0x01aa
-packetLen(0x01aa, 10) // ZC_PET_ACT
+packetLen(0x01aa, 10)
// Packet: 0x01ab
-packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, 12)
// Packet: 0x01ac
-packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+packetLen(0x01ac, 6)
// Packet: 0x01ad
-packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, -1)
// Packet: 0x01ae
-packetLen(0x01ae, 6) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, 6)
// Packet: 0x01af
-packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+packetLen(0x01af, 4)
// Packet: 0x01b0
-packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, 11)
// Packet: 0x01b1
-packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+packetLen(0x01b1, 7)
// Packet: 0x01b2
-packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, -1)
// Packet: 0x01b3
-packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, 67)
// Packet: 0x01b4
-packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+packetLen(0x01b4, 12)
// Packet: 0x01b5
-packetLen(0x01b5, 18) // SC_BILLING_INFO
+packetLen(0x01b5, 18)
// Packet: 0x01b6
-packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+packetLen(0x01b6, 114)
// Packet: 0x01b7
-packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+packetLen(0x01b7, 6)
// Packet: 0x01b8
-packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+packetLen(0x01b8, 3)
// Packet: 0x01b9
-packetLen(0x01b9, 6) // ZC_DISPEL
+packetLen(0x01b9, 6)
// Packet: 0x01ba
-packetLen(0x01ba, 26) // CZ_REMOVE_AID
+packetLen(0x01ba, 26)
// Packet: 0x01bb
-packetLen(0x01bb, 26) // CZ_SHIFT
+packetLen(0x01bb, 26)
// Packet: 0x01bc
-packetLen(0x01bc, 26) // CZ_RECALL
+packetLen(0x01bc, 26)
// Packet: 0x01bd
-packetLen(0x01bd, 26) // CZ_RECALL_GID
+packetLen(0x01bd, 26)
// Packet: 0x01be
-packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+packetLen(0x01be, 2)
// Packet: 0x01bf
-packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+packetLen(0x01bf, 3)
// Packet: 0x01c0
-packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+packetLen(0x01c0, 2)
// Packet: 0x01c1
-packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+packetLen(0x01c1, 14)
// Packet: 0x01c2
-packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+packetLen(0x01c2, 10)
// Packet: 0x01c3
-packetLen(0x01c3, -1) // ZC_BROADCAST2
+packetLen(0x01c3, -1)
// Packet: 0x01c4
-packetLen(0x01c4, 32) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 32)
// Packet: 0x01c5
-packetLen(0x01c5, 32) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 32)
// Packet: 0x01c6
-packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+packetLen(0x01c6, 4)
// Packet: 0x01c7
-packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+packetLen(0x01c7, 2)
// Packet: 0x01c8
-packetLen(0x01c8, 15) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, 15)
// Packet: 0x01c9
-packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 97)
// Packet: 0x01ca
-packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+packetLen(0x01ca, 3)
// Packet: 0x01cb
-packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+packetLen(0x01cb, 9)
// Packet: 0x01cc
-packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+packetLen(0x01cc, 9)
// Packet: 0x01cd
-packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, 30)
// Packet: 0x01ce
-packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, 6)
// Packet: 0x01cf
-packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+packetLen(0x01cf, 28)
// Packet: 0x01d0
-packetLen(0x01d0, 8) // ZC_SPIRITS
+packetLen(0x01d0, 8)
// Packet: 0x01d1
-packetLen(0x01d1, 14) // ZC_BLADESTOP
+packetLen(0x01d1, 14)
// Packet: 0x01d2
-packetLen(0x01d2, 10) // ZC_COMBODELAY
+packetLen(0x01d2, 10)
// Packet: 0x01d3
-packetLen(0x01d3, 35) // ZC_SOUND
+packetLen(0x01d3, 35)
// Packet: 0x01d4
-packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, 6)
// Packet: 0x01d5
-packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, -1)
// Packet: 0x01d6
-packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 4)
// Packet: 0x01d7
-packetLen(0x01d7, 15) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 15)
// Packet: 0x01d8
-packetLen(0x01d8, 58) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 58)
// Packet: 0x01d9
-packetLen(0x01d9, 57) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 57)
// Packet: 0x01da
-packetLen(0x01da, 64) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 64)
// Packet: 0x01db
-packetLen(0x01db, 2) // CA_REQ_HASH
+packetLen(0x01db, 2)
// Packet: 0x01dc
-packetLen(0x01dc, -1) // AC_ACK_HASH
+packetLen(0x01dc, -1)
// Packet: 0x01dd
-packetLen(0x01dd, 47) // CA_LOGIN2
+packetLen(0x01dd, 47)
// Packet: 0x01de
-packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 33)
// Packet: 0x01df
-packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+packetLen(0x01df, 6)
// Packet: 0x01e0
-packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+packetLen(0x01e0, 30)
// Packet: 0x01e1
-packetLen(0x01e1, 8) // ZC_SPIRITS2
+packetLen(0x01e1, 8)
// Packet: 0x01e2
-packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+packetLen(0x01e2, 34)
// Packet: 0x01e3
-packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+packetLen(0x01e3, 14)
// Packet: 0x01e4
-packetLen(0x01e4, 2) // ZC_START_COUPLE
+packetLen(0x01e4, 2)
// Packet: 0x01e5
-packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+packetLen(0x01e5, 6)
// Packet: 0x01e6
-packetLen(0x01e6, 26) // ZC_COUPLENAME
+packetLen(0x01e6, 26)
// Packet: 0x01e7
-packetLen(0x01e7, 2) // CZ_DORIDORI
+packetLen(0x01e7, 2)
// Packet: 0x01e8
-packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 28)
// Packet: 0x01e9
-packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, 81)
// Packet: 0x01ea
-packetLen(0x01ea, 6) // ZC_CONGRATULATION
+packetLen(0x01ea, 6)
// Packet: 0x01eb
-packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, 10)
// Packet: 0x01ec
-packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+packetLen(0x01ec, 26)
// Packet: 0x01ed
-packetLen(0x01ed, 2) // CZ_CHOPOKGI
+packetLen(0x01ed, 2)
// Packet: 0x01ee
-packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, -1)
// Packet: 0x01ef
-packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, -1)
// Packet: 0x01f0
-packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, -1)
// Packet: 0x01f1
-packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+packetLen(0x01f1, -1)
// Packet: 0x01f2
-packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, 20)
// Packet: 0x01f3
-packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+packetLen(0x01f3, 10)
// Packet: 0x01f4
-packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, 32)
// Packet: 0x01f5
-packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, 9)
// Packet: 0x01f6
-packetLen(0x01f6, 34) // ZC_REQ_BABY
+packetLen(0x01f6, 34)
// Packet: 0x01f7
-packetLen(0x01f7, 14) // CZ_JOIN_BABY
+packetLen(0x01f7, 14)
// Packet: 0x01f8
-packetLen(0x01f8, 2) // ZC_START_BABY
+packetLen(0x01f8, 2)
// Packet: 0x01f9
-packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+packetLen(0x01f9, 6)
// Packet: 0x01fa
-packetLen(0x01fa, 48) // CA_LOGIN3
+packetLen(0x01fa, 48)
// Packet: 0x01fb
-packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+packetLen(0x01fb, 56)
// Packet: 0x01fc
-packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, -1)
// Packet: 0x01fd
-packetLen(0x01fd, 25) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 25)
// Packet: 0x01fe
-packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, 5)
// Packet: 0x01ff
-packetLen(0x01ff, 10) // ZC_HIGHJUMP
+packetLen(0x01ff, 10)
// Packet: 0x0200
-packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+packetLen(0x0200, 26)
// Packet: 0x0201
-packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+packetLen(0x0201, -1)
// Packet: 0x0202
-packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+packetLen(0x0202, 26)
// Packet: 0x0203
-packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+packetLen(0x0203, 10)
// Packet: 0x0204
-packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+packetLen(0x0204, 18)
// Packet: 0x0205
-packetLen(0x0205, 26) // ZC_DIVORCE
+packetLen(0x0205, 26)
// Packet: 0x0206
-packetLen(0x0206, 35) // ZC_FRIENDS_STATE
+packetLen(0x0206, 35)
// Packet: 0x0207
-packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, 34)
// Packet: 0x0208
-packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, 14)
// Packet: 0x0209
-packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, 36)
// Packet: 0x020a
-packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 10)
// Packet: 0x020d
-packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+packetLen(0x020d, -1)
// Packet: 0x020e
-packetLen(0x020e, 32) // ZC_STARSKILL
+packetLen(0x020e, 32)
// Packet: 0x020f
-packetLen(0x020f, 10) // CZ_REQ_PVPPOINT
+packetLen(0x020f, 10)
// Packet: 0x0210
-packetLen(0x0210, 22) // ZC_ACK_PVPPOINT
+packetLen(0x0210, 22)
// Packet: 0x0212
-packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+packetLen(0x0212, 26)
// Packet: 0x0213
-packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+packetLen(0x0213, 26)
// Packet: 0x0214
-packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+packetLen(0x0214, 42)
// Packet: 0x0215
-packetLen(0x0215, 6) // ZC_SKILLMSG
+packetLen(0x0215, 6)
// Packet: 0x0216
-packetLen(0x0216, 6) // ZC_BABYMSG
+packetLen(0x0216, 6)
// Packet: 0x0217
-packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 2)
// Packet: 0x0218
-packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, 2)
// Packet: 0x0219
-packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 282)
// Packet: 0x021a
-packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, 282)
// Packet: 0x021b
-packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, 10)
// Packet: 0x021c
-packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, 10)
// Packet: 0x021d
-packetLen(0x021d, 6) // CZ_LESSEFFECT
+packetLen(0x021d, 6)
// Packet: 0x021e
-packetLen(0x021e, 6) // ZC_LESSEFFECT
+packetLen(0x021e, 6)
// Packet: 0x021f
-packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+packetLen(0x021f, 66)
// Packet: 0x0220
-packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+packetLen(0x0220, 10)
// Packet: 0x0221
-packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+packetLen(0x0221, -1)
// Packet: 0x0222
-packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+packetLen(0x0222, 6)
// Packet: 0x0223
-packetLen(0x0223, 10) // ZC_ACK_WEAPONREFINE
+packetLen(0x0223, 10)
// Packet: 0x0224
-packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+packetLen(0x0224, 10)
// Packet: 0x0225
-packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+packetLen(0x0225, 2)
// Packet: 0x0226
-packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+packetLen(0x0226, 282)
// Packet: 0x0227
-packetLen(0x0227, 18) // ZC_GAME_GUARD
+packetLen(0x0227, 18)
// Packet: 0x0228
-packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+packetLen(0x0228, 18)
// Packet: 0x0229
-packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+packetLen(0x0229, 15)
// Packet: 0x022a
-packetLen(0x022a, 62) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 62)
// Packet: 0x022b
-packetLen(0x022b, 61) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, 61)
// Packet: 0x022c
-packetLen(0x022c, 69) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, 69)
// Packet: 0x022d
-packetLen(0x022d, 5) // CZ_COMMAND_MER
+packetLen(0x022d, 5)
// Packet: 0x022e
-packetLen(0x022e, 73) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 73)
// Packet: 0x022f
-packetLen(0x022f, 7) // ZC_FEED_MER
+packetLen(0x022f, 7)
// Packet: 0x0230
-packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+packetLen(0x0230, 12)
// Packet: 0x0231
-packetLen(0x0231, 26) // CZ_RENAME_MER
+packetLen(0x0231, 26)
// Packet: 0x0232
-packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, 9)
// Packet: 0x0233
-packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, 11)
// Packet: 0x0234
-packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, 6)
// Packet: 0x0235
-packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, -1)
// Packet: 0x0236
-packetLen(0x0236, 10) // ZC_KILLER_POINT
+packetLen(0x0236, 10)
// Packet: 0x0237
-packetLen(0x0237, 2) // CZ_KILLER_RANK
+packetLen(0x0237, 2)
// Packet: 0x0238
-packetLen(0x0238, 282) // ZC_KILLER_RANK
+packetLen(0x0238, 282)
// Packet: 0x0239
-packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 11)
// Packet: 0x023a
-packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, 4)
// Packet: 0x023b
-packetLen(0x023b, 36) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 36)
// Packet: 0x023c
-packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, 6)
// Packet: 0x023d
-packetLen(0x023d, 6) // AC_EVENT_RESULT
+packetLen(0x023d, 6)
// Packet: 0x023e
-packetLen(0x023e, 8) // HC_REQUEST_CHARACTER_PASSWORD
+packetLen(0x023e, 8)
// Packet: 0x023f
-packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+packetLen(0x023f, 2)
// Packet: 0x0240
-packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+packetLen(0x0240, -1)
// Packet: 0x0241
-packetLen(0x0241, 6) // CZ_MAIL_OPEN
+packetLen(0x0241, 6)
// Packet: 0x0242
-packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+packetLen(0x0242, -1)
// Packet: 0x0243
-packetLen(0x0243, 6) // CZ_MAIL_DELETE
+packetLen(0x0243, 6)
// Packet: 0x0244
-packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+packetLen(0x0244, 6)
// Packet: 0x0245
-packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+packetLen(0x0245, 3)
// Packet: 0x0246
-packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+packetLen(0x0246, 4)
// Packet: 0x0247
-packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+packetLen(0x0247, 8)
// Packet: 0x0248
-packetLen(0x0248, -1) // CZ_MAIL_SEND
+packetLen(0x0248, -1)
// Packet: 0x0249
-packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+packetLen(0x0249, 3)
// Packet: 0x024a
-packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+packetLen(0x024a, 70)
// Packet: 0x024b
-packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+packetLen(0x024b, 4)
// Packet: 0x024c
-packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+packetLen(0x024c, 8)
// Packet: 0x024d
-packetLen(0x024d, 12) // CZ_AUCTION_ADD
+packetLen(0x024d, 12)
// Packet: 0x024e
-packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+packetLen(0x024e, 6)
// Packet: 0x024f
-packetLen(0x024f, 10) // CZ_AUCTION_BUY
+packetLen(0x024f, 10)
// Packet: 0x0250
-packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+packetLen(0x0250, 3)
// Packet: 0x0251
-packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+packetLen(0x0251, 34)
// Packet: 0x0252
-packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+packetLen(0x0252, -1)
// Packet: 0x0253
-packetLen(0x0253, 3) // ZC_STARPLACE
+packetLen(0x0253, 3)
// Packet: 0x0254
-packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+packetLen(0x0254, 3)
// Packet: 0x0255
-packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+packetLen(0x0255, 5)
// Packet: 0x0256
-packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+packetLen(0x0256, 5)
// Packet: 0x0257
-packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+packetLen(0x0257, 8)
// Packet: 0x0258
-packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+packetLen(0x0258, 2)
// Packet: 0x0259
-packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+packetLen(0x0259, 3)
// Packet: 0x025a
-packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+packetLen(0x025a, -1)
// Packet: 0x025b
-packetLen(0x025b, 8) // CZ_REQ_MAKINGITEM
+packetLen(0x025b, 8)
// Packet: 0x025c
-packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+packetLen(0x025c, 4)
// Packet: 0x025d
-packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+packetLen(0x025d, 6)
// Packet: 0x025e
-packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+packetLen(0x025e, 4)
// Packet: 0x025f
-packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+packetLen(0x025f, 6)
// Packet: 0x0260
-packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+packetLen(0x0260, 6)
// Packet: 0x0261
-packetLen(0x0261, 11) // AC_REQ_LOGIN_OLDEKEY
+packetLen(0x0261, 11)
// Packet: 0x0262
-packetLen(0x0262, 11) // AC_REQ_LOGIN_NEWEKEY
+packetLen(0x0262, 11)
// Packet: 0x0263
-packetLen(0x0263, 11) // AC_REQ_LOGIN_CARDPASS
+packetLen(0x0263, 11)
// Packet: 0x0264
-packetLen(0x0264, 20) // CA_ACK_LOGIN_OLDEKEY
+packetLen(0x0264, 20)
// Packet: 0x0265
-packetLen(0x0265, 20) // CA_ACK_LOGIN_NEWEKEY
+packetLen(0x0265, 20)
// Packet: 0x0266
-packetLen(0x0266, 30) // CA_ACK_LOGIN_CARDPASS
+packetLen(0x0266, 30)
// Packet: 0x0267
-packetLen(0x0267, 4) // AC_ACK_EKEY_FAIL_NOTEXIST
+packetLen(0x0267, 4)
// Packet: 0x0268
-packetLen(0x0268, 4) // AC_ACK_EKEY_FAIL_NOTUSESEKEY
+packetLen(0x0268, 4)
// Packet: 0x0269
-packetLen(0x0269, 4) // AC_ACK_EKEY_FAIL_NOTUSEDEKEY
+packetLen(0x0269, 4)
// Packet: 0x026a
-packetLen(0x026a, 4) // AC_ACK_EKEY_FAIL_AUTHREFUSE
+packetLen(0x026a, 4)
// Packet: 0x026b
-packetLen(0x026b, 4) // AC_ACK_EKEY_FAIL_INPUTEKEY
+packetLen(0x026b, 4)
// Packet: 0x026c
-packetLen(0x026c, 4) // AC_ACK_EKEY_FAIL_NOTICE
+packetLen(0x026c, 4)
// Packet: 0x026d
-packetLen(0x026d, 4) // AC_ACK_EKEY_FAIL_NEEDCARDPASS
+packetLen(0x026d, 4)
// Packet: 0x026f
-packetLen(0x026f, 2) // AC_ACK_FIRST_LOGIN
+packetLen(0x026f, 2)
// Packet: 0x0270
-packetLen(0x0270, 2) // AC_REQ_LOGIN_ACCOUNT_INFO
+packetLen(0x0270, 2)
// Packet: 0x0271
-packetLen(0x0271, 40) // CA_ACK_LOGIN_ACCOUNT_INFO
+packetLen(0x0271, 40)
// Packet: 0x0272
-packetLen(0x0272, 44) // AC_ACK_PT_ID_INFO
+packetLen(0x0272, 44)
// Packet: 0x0273
-packetLen(0x0273, 30) // CZ_REQ_MAIL_RETURN
+packetLen(0x0273, 30)
// Packet: 0x0274
-packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, 8)
// Packet: 0x0275
-packetLen(0x0275, 37) // CH_ENTER2
+packetLen(0x0275, 37)
// Packet: 0x0276
-packetLen(0x0276, -1) // AC_ACCEPT_LOGIN2
+packetLen(0x0276, -1)
// Packet: 0x0277
-packetLen(0x0277, 84) // CA_LOGIN_PCBANG
+packetLen(0x0277, 84)
// Packet: 0x0278
-packetLen(0x0278, 2) // ZC_NOTIFY_PCBANG
+packetLen(0x0278, 2)
// Packet: 0x0279
-packetLen(0x0279, 2) // CZ_HUNTINGLIST
+packetLen(0x0279, 2)
// Packet: 0x027a
-packetLen(0x027a, -1) // ZC_HUNTINGLIST
+packetLen(0x027a, -1)
// Packet: 0x027b
-packetLen(0x027b, 14) // ZC_PCBANG_EFFECT
+packetLen(0x027b, 14)
// Packet: 0x027c
-packetLen(0x027c, 60) // CA_LOGIN4
+packetLen(0x027c, 60)
// Packet: 0x027d
-packetLen(0x027d, 62) // ZC_PROPERTY_MERCE
+packetLen(0x027d, 62)
// Packet: 0x027e
-packetLen(0x027e, -1) // ZC_SHANDA_PROTECT
+packetLen(0x027e, -1)
// Packet: 0x027f
-packetLen(0x027f, 8) // CA_CLIENT_TYPE
+packetLen(0x027f, 8)
// Packet: 0x0280
-packetLen(0x0280, 12) // ZC_GANGSI_POINT
+packetLen(0x0280, 12)
// Packet: 0x0281
-packetLen(0x0281, 4) // CZ_GANGSI_RANK
+packetLen(0x0281, 4)
// Packet: 0x0282
-packetLen(0x0282, 284) // ZC_GANGSI_RANK
+packetLen(0x0282, 284)
// Packet: 0x0283
-packetLen(0x0283, 6) // ZC_AID
+packetLen(0x0283, 6)
// Packet: 0x0284
-packetLen(0x0284, 14) // ZC_NOTIFY_EFFECT3
+packetLen(0x0284, 14)
// Packet: 0x0285
-packetLen(0x0285, 6) // ZC_DEATH_QUESTION
+packetLen(0x0285, 6)
// Packet: 0x0286
-packetLen(0x0286, 4) // CZ_DEATH_QUESTION
+packetLen(0x0286, 4)
// Packet: 0x0287
-packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, -1)
// Packet: 0x0288
-packetLen(0x0288, -1) // CZ_PC_BUY_CASH_POINT_ITEM
+packetLen(0x0288, -1)
// Packet: 0x0289
-packetLen(0x0289, 12) // ZC_PC_CASH_POINT_UPDATE
+packetLen(0x0289, 12)
// Packet: 0x028a
-packetLen(0x028a, 18) // ZC_NPC_SHOWEFST_UPDATE
+packetLen(0x028a, 18)
// Packet: 0x028b
-packetLen(0x028b, -1) // HC_CHARNOTBEENSELECTED
+packetLen(0x028b, -1)
// Packet: 0x028c
-packetLen(0x028c, 46) // CH_SELECT_CHAR_GOINGTOBEUSED
+packetLen(0x028c, 46)
// Packet: 0x028d
-packetLen(0x028d, 34) // CH_REQ_IS_VALID_CHARNAME
+packetLen(0x028d, 34)
// Packet: 0x028e
-packetLen(0x028e, 4) // HC_ACK_IS_VALID_CHARNAME
+packetLen(0x028e, 4)
// Packet: 0x028f
-packetLen(0x028f, 6) // CH_REQ_CHANGE_CHARNAME
+packetLen(0x028f, 6)
// Packet: 0x0290
-packetLen(0x0290, 4) // HC_ACK_CHANGE_CHARNAME
+packetLen(0x0290, 4)
// Packet: 0x0291
-packetLen(0x0291, 4) // ZC_MSG
+packetLen(0x0291, 4)
// Packet: 0x0292
-packetLen(0x0292, 2) // CZ_STANDING_RESURRECTION
+packetLen(0x0292, 2)
// Packet: 0x0293
-packetLen(0x0293, 70) // ZC_BOSS_INFO
+packetLen(0x0293, 70)
// Packet: 0x0294
-packetLen(0x0294, 10) // ZC_READ_BOOK
+packetLen(0x0294, 10)
// Packet: 0x0295
-packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, -1)
// Packet: 0x0296
-packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, -1)
// Packet: 0x0297
-packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, -1)
// Packet: 0x0298
-packetLen(0x0298, 10) // ZC_CASH_TIME_COUNTER
+packetLen(0x0298, 10)
// Packet: 0x0299
-packetLen(0x0299, 8) // ZC_CASH_ITEM_DELETE
+packetLen(0x0299, 8)
// Packet: 0x029a
-packetLen(0x029a, 37) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, 37)
// Packet: 0x029b
-packetLen(0x029b, 80) // ZC_MER_INIT
+packetLen(0x029b, 80)
// Packet: 0x029c
-packetLen(0x029c, 66) // ZC_MER_PROPERTY
+packetLen(0x029c, 66)
// Packet: 0x029d
-packetLen(0x029d, -1) // ZC_MER_SKILLINFO_LIST
+packetLen(0x029d, -1)
// Packet: 0x029e
-packetLen(0x029e, 11) // ZC_MER_SKILLINFO_UPDATE
+packetLen(0x029e, 11)
// Packet: 0x029f
-packetLen(0x029f, 3) // CZ_MER_COMMAND
+packetLen(0x029f, 3)
// Packet: 0x02a2
-packetLen(0x02a2, 8) // ZC_MER_PAR_CHANGE
+packetLen(0x02a2, 8)
// Packet: 0x02a5
-packetLen(0x02a5, 8) // CZ_KSY_EVENT
+packetLen(0x02a5, 8)
// Packet: 0x02a6
-packetLen(0x02a6, -1) // ZC_HACKSH_CPX_MSG
+packetLen(0x02a6, -1)
// Packet: 0x02a7
-packetLen(0x02a7, -1) // CZ_HACKSH_CPX_MSG
+packetLen(0x02a7, -1)
// Packet: 0x02aa
-packetLen(0x02aa, 4) // ZC_REQ_CASH_PASSWORD
+packetLen(0x02aa, 4)
// Packet: 0x02ab
-packetLen(0x02ab, 36) // CZ_ACK_CASH_PASSWORD
+packetLen(0x02ab, 36)
// Packet: 0x02ac
-packetLen(0x02ac, 6) // ZC_RESULT_CASH_PASSWORD
+packetLen(0x02ac, 6)
// Packet: 0x02ad
-packetLen(0x02ad, 8) // AC_REQUEST_SECOND_PASSWORD
+packetLen(0x02ad, 8)
// Packet: 0x02b0
-packetLen(0x02b0, 85) // CA_LOGIN_HAN
+packetLen(0x02b0, 85)
// Packet: 0x02b1
-packetLen(0x02b1, -1) // ZC_ALL_QUEST_LIST
+packetLen(0x02b1, -1)
// Packet: 0x02b2
-packetLen(0x02b2, -1) // ZC_ALL_QUEST_MISSION
+packetLen(0x02b2, -1)
// Packet: 0x02b3
-packetLen(0x02b3, 107) // ZC_ADD_QUEST
+packetLen(0x02b3, 107)
// Packet: 0x02b4
-packetLen(0x02b4, 6) // ZC_DEL_QUEST
+packetLen(0x02b4, 6)
// Packet: 0x02b5
-packetLen(0x02b5, -1) // ZC_UPDATE_MISSION_HUNT
+packetLen(0x02b5, -1)
// Packet: 0x02b6
-packetLen(0x02b6, 7) // CZ_ACTIVE_QUEST
+packetLen(0x02b6, 7)
// Packet: 0x02b7
-packetLen(0x02b7, 7) // ZC_ACTIVE_QUEST
+packetLen(0x02b7, 7)
// Packet: 0x02b8
-packetLen(0x02b8, 32) // ZC_ITEM_PICKUP_PARTY
+packetLen(0x02b8, 32)
// Packet: 0x02b9
-packetLen(0x02b9, 191) // ZC_SHORTCUT_KEY_LIST
+packetLen(0x02b9, 191)
// Packet: 0x02ba
-packetLen(0x02ba, 11) // CZ_SHORTCUT_KEY_CHANGE
+packetLen(0x02ba, 11)
// Packet: 0x02bb
-packetLen(0x02bb, 8) // ZC_EQUIPITEM_DAMAGED
+packetLen(0x02bb, 8)
// Packet: 0x02bc
-packetLen(0x02bc, 6) // ZC_NOTIFY_PCBANG_PLAYING_TIME
+packetLen(0x02bc, 6)
// Packet: 0x02c1
-packetLen(0x02c1, -1) // ZC_NPC_CHAT
+packetLen(0x02c1, -1)
// Packet: 0x02c2
-packetLen(0x02c2, -1) // ZC_FORMATSTRING_MSG
+packetLen(0x02c2, -1)
// Packet: 0x02c4
-packetLen(0x02c4, 26) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 26)
// Packet: 0x02c5
-packetLen(0x02c5, 30) // ZC_PARTY_JOIN_REQ_ACK
+packetLen(0x02c5, 30)
// Packet: 0x02c6
-packetLen(0x02c6, 30) // ZC_PARTY_JOIN_REQ
+packetLen(0x02c6, 30)
// Packet: 0x02c7
-packetLen(0x02c7, 7) // CZ_PARTY_JOIN_REQ_ACK
+packetLen(0x02c7, 7)
// Packet: 0x02c8
-packetLen(0x02c8, 3) // CZ_PARTY_CONFIG
+packetLen(0x02c8, 3)
// Packet: 0x02c9
-packetLen(0x02c9, 3) // ZC_PARTY_CONFIG
+packetLen(0x02c9, 3)
// Packet: 0x02ca
-packetLen(0x02ca, 3) // HC_REFUSE_SELECTCHAR
+packetLen(0x02ca, 3)
// Packet: 0x02cb
-packetLen(0x02cb, 65) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO
+packetLen(0x02cb, 65)
// Packet: 0x02cc
-packetLen(0x02cc, 4) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_NOTIFY
+packetLen(0x02cc, 4)
// Packet: 0x02cd
-packetLen(0x02cd, 71) // ZC_MEMORIALDUNGEON_INFO
+packetLen(0x02cd, 71)
// Packet: 0x02ce
-packetLen(0x02ce, 10) // ZC_MEMORIALDUNGEON_NOTIFY
+packetLen(0x02ce, 10)
// Packet: 0x02cf
-packetLen(0x02cf, 6) // CZ_MEMORIALDUNGEON_COMMAND
+packetLen(0x02cf, 6)
// Packet: 0x02d0
-packetLen(0x02d0, -1) // ZC_EQUIPMENT_ITEMLIST3
+packetLen(0x02d0, -1)
// Packet: 0x02d1
-packetLen(0x02d1, -1) // ZC_STORE_EQUIPMENT_ITEMLIST3
+packetLen(0x02d1, -1)
// Packet: 0x02d2
-packetLen(0x02d2, -1) // ZC_CART_EQUIPMENT_ITEMLIST3
+packetLen(0x02d2, -1)
// Packet: 0x02d3
-packetLen(0x02d3, 4) // ZC_NOTIFY_BIND_ON_EQUIP
+packetLen(0x02d3, 4)
// Packet: 0x02d4
-packetLen(0x02d4, 39) // ZC_ITEM_PICKUP_ACK3
+packetLen(0x02d4, 39)
// Packet: 0x02d5
-packetLen(0x02d5, 2) // ZC_ISVR_DISCONNECT
+packetLen(0x02d5, 2)
// Packet: 0x02d6
-packetLen(0x02d6, 6) // CZ_EQUIPWIN_MICROSCOPE
+packetLen(0x02d6, 6)
// Packet: 0x02d7
-packetLen(0x02d7, -1) // ZC_EQUIPWIN_MICROSCOPE
+packetLen(0x02d7, -1)
// Packet: 0x02d8
-packetLen(0x02d8, 10) // CZ_CONFIG
+packetLen(0x02d8, 10)
// Packet: 0x02d9
-packetLen(0x02d9, 10) // ZC_CONFIG
+packetLen(0x02d9, 10)
// Packet: 0x02da
-packetLen(0x02da, 3) // ZC_CONFIG_NOTIFY
+packetLen(0x02da, 3)
// Packet: 0x02db
-packetLen(0x02db, -1) // CZ_BATTLEFIELD_CHAT
+packetLen(0x02db, -1)
// Packet: 0x02dc
-packetLen(0x02dc, -1) // ZC_BATTLEFIELD_CHAT
+packetLen(0x02dc, -1)
// Packet: 0x02dd
-packetLen(0x02dd, 32) // ZC_BATTLEFIELD_NOTIFY_CAMPINFO
+packetLen(0x02dd, 32)
// Packet: 0x02de
-packetLen(0x02de, 6) // ZC_BATTLEFIELD_NOTIFY_POINT
+packetLen(0x02de, 6)
// Packet: 0x02df
-packetLen(0x02df, 36) // ZC_BATTLEFIELD_NOTIFY_POSITION
+packetLen(0x02df, 36)
// Packet: 0x02e0
-packetLen(0x02e0, 34) // ZC_BATTLEFIELD_NOTIFY_HP
+packetLen(0x02e0, 34)
// Packet: 0x02e1
-packetLen(0x02e1, 33) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, 33)
// Packet: 0x02e2
-packetLen(0x02e2, 20) // CZ_USE_ITEM_NEW_JAPEN
+packetLen(0x02e2, 20)
// Packet: 0x02e3
-packetLen(0x02e3, 22) // CZ_USE_SKILL_NEW_JAPEN
+packetLen(0x02e3, 22)
// Packet: 0x02e4
-packetLen(0x02e4, 11) // CZ_ITEM_PICKUP_NEW_JAPEN
+packetLen(0x02e4, 11)
// Packet: 0x02e5
-packetLen(0x02e5, 9) // CZ_REQUEST_MOVE_NEW_JAPEN
+packetLen(0x02e5, 9)
// Packet: 0x02e6
-packetLen(0x02e6, 6) // CZ_BOT_CHECK
+packetLen(0x02e6, 6)
// Packet: 0x02e7
-packetLen(0x02e7, -1) // ZC_MAPPROPERTY
+packetLen(0x02e7, -1)
// Packet: 0x02e8
-packetLen(0x02e8, -1) // ZC_NORMAL_ITEMLIST3
+packetLen(0x02e8, -1)
// Packet: 0x02e9
-packetLen(0x02e9, -1) // ZC_CART_NORMAL_ITEMLIST3
+packetLen(0x02e9, -1)
// Packet: 0x02ea
-packetLen(0x02ea, -1) // ZC_STORE_NORMAL_ITEMLIST3
+packetLen(0x02ea, -1)
// Packet: 0x02eb
-packetLen(0x02eb, 13) // ZC_ACCEPT_ENTER2
+packetLen(0x02eb, 13)
// Packet: 0x02ec
-packetLen(0x02ec, 71) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 71)
// Packet: 0x02ed
-packetLen(0x02ed, 63) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, 63)
// Packet: 0x02ee
-packetLen(0x02ee, 64) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, 64)
// Packet: 0x02ef
-packetLen(0x02ef, 8) // ZC_NOTIFY_FONT
+packetLen(0x02ef, 8)
// Packet: 0x02f0
-packetLen(0x02f0, 10) // ZC_PROGRESS
+packetLen(0x02f0, 10)
// Packet: 0x02f1
-packetLen(0x02f1, 2) // CZ_PROGRESS
+packetLen(0x02f1, 2)
// Packet: 0x02f2
-packetLen(0x02f2, 2) // ZC_PROGRESS_CANCEL
+packetLen(0x02f2, 2)
// Packet: 0x02f3
-packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+packetLen(0x02f3, -1)
// Packet: 0x02f4
-packetLen(0x02f4, 3) // ZC_IRMAIL_SEND_RES
+packetLen(0x02f4, 3)
// Packet: 0x02f5
-packetLen(0x02f5, 7) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, 7)
// Packet: 0x02f6
-packetLen(0x02f6, 7) // CZ_IRMAIL_LIST
+packetLen(0x02f6, 7)
// Packet: 0x035c
-packetLen(0x035c, 2) // CZ_OPEN_SIMPLE_CASHSHOP_ITEMLIST
+packetLen(0x035c, 2)
// Packet: 0x035d
-packetLen(0x035d, -1) // ZC_SIMPLE_CASHSHOP_POINT_ITEMLIST
+packetLen(0x035d, -1)
// Packet: 0x035e
-packetLen(0x035e, 2) // CZ_CLOSE_WINDOW
+packetLen(0x035e, 2)
// Packet: 0x035f
-packetLen(0x035f, 5) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 5)
// Packet: 0x0360
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
// Packet: 0x0361
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
// Packet: 0x0362
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
// Packet: 0x0363
-packetLen(0x0363, 6) // CZ_ITEM_THROW2
+packetLen(0x0363, 6)
// Packet: 0x0364
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
// Packet: 0x0365
-packetLen(0x0365, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 8)
// Packet: 0x0366
-packetLen(0x0366, 10) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 10)
// Packet: 0x0367
#if PACKETVER >= 20190904
-packetLen(0x0367, 31) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 31)
#elif PACKETVER >= 20190109
-packetLen(0x0367, 90) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 90)
#endif
// Packet: 0x0368
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
// Packet: 0x0369
-packetLen(0x0369, 6) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 6)
// Packet: 0x03dd
-packetLen(0x03dd, 18) // AHC_GAME_GUARD
+packetLen(0x03dd, 18)
// Packet: 0x03de
-packetLen(0x03de, 18) // CAH_ACK_GAME_GUARD
+packetLen(0x03de, 18)
// Packet: 0x0436
-packetLen(0x0436, 19) // CZ_ENTER2
+packetLen(0x0436, 19)
// Packet: 0x0437
-packetLen(0x0437, 7) // CZ_REQUEST_ACT2
+packetLen(0x0437, 7)
// Packet: 0x0438
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
// Packet: 0x0439
-packetLen(0x0439, 8) // CZ_USE_ITEM2
+packetLen(0x0439, 8)
// Packet: 0x043d
-packetLen(0x043d, 8) // ZC_SKILL_POSTDELAY
+packetLen(0x043d, 8)
// Packet: 0x043e
-packetLen(0x043e, -1) // ZC_SKILL_POSTDELAY_LIST
+packetLen(0x043e, -1)
// Packet: 0x043f
-packetLen(0x043f, 25) // ZC_MSG_STATE_CHANGE2
+packetLen(0x043f, 25)
// Packet: 0x0440
-packetLen(0x0440, 10) // ZC_MILLENNIUMSHIELD
+packetLen(0x0440, 10)
// Packet: 0x0441
-packetLen(0x0441, 4) // ZC_SKILLINFO_DELETE
+packetLen(0x0441, 4)
// Packet: 0x0442
-packetLen(0x0442, -1) // ZC_SKILL_SELECT_REQUEST
+packetLen(0x0442, -1)
// Packet: 0x0443
-packetLen(0x0443, 8) // CZ_SKILL_SELECT_RESPONSE
+packetLen(0x0443, 8)
// Packet: 0x0444
-packetLen(0x0444, -1) // ZC_SIMPLE_CASH_POINT_ITEMLIST
+packetLen(0x0444, -1)
// Packet: 0x0445
-packetLen(0x0445, 12) // CZ_SIMPLE_BUY_CASH_POINT_ITEM
+packetLen(0x0445, 12)
// Packet: 0x0446
-packetLen(0x0446, 14) // ZC_QUEST_NOTIFY_EFFECT
+packetLen(0x0446, 14)
// Packet: 0x0447
-packetLen(0x0447, 2) // CZ_BLOCKING_PLAY_CANCEL
+packetLen(0x0447, 2)
// Packet: 0x0448
-packetLen(0x0448, -1) // HC_CHARACTER_LIST
+packetLen(0x0448, -1)
// Packet: 0x0449
-packetLen(0x0449, 4) // ZC_HACKSH_ERROR_MSG
+packetLen(0x0449, 4)
// Packet: 0x044a
-packetLen(0x044a, 6) // CZ_CLIENT_VERSION
+packetLen(0x044a, 6)
// Packet: 0x044b
-packetLen(0x044b, 2) // CZ_CLOSE_SIMPLECASH_SHOP
+packetLen(0x044b, 2)
// Packet: 0x07d7
-packetLen(0x07d7, 8) // CZ_GROUPINFO_CHANGE_V2
+packetLen(0x07d7, 8)
// Packet: 0x07d8
-packetLen(0x07d8, 8) // ZC_REQ_GROUPINFO_CHANGE_V2
+packetLen(0x07d8, 8)
// Packet: 0x07d9
-packetLen(0x07d9, 268) // ZC_SHORTCUT_KEY_LIST_V2
+packetLen(0x07d9, 268)
// Packet: 0x07da
-packetLen(0x07da, 6) // CZ_CHANGE_GROUP_MASTER
+packetLen(0x07da, 6)
// Packet: 0x07db
-packetLen(0x07db, 8) // ZC_HO_PAR_CHANGE
+packetLen(0x07db, 8)
// Packet: 0x07dc
-packetLen(0x07dc, 6) // CZ_SEEK_PARTY
+packetLen(0x07dc, 6)
// Packet: 0x07dd
-packetLen(0x07dd, 54) // ZC_SEEK_PARTY
+packetLen(0x07dd, 54)
// Packet: 0x07de
-packetLen(0x07de, 30) // CZ_SEEK_PARTY_MEMBER
+packetLen(0x07de, 30)
// Packet: 0x07df
-packetLen(0x07df, 54) // ZC_SEEK_PARTY_MEMBER
+packetLen(0x07df, 54)
// Packet: 0x07e0
-packetLen(0x07e0, 58) // ZC_ES_NOTI_MYINFO
+packetLen(0x07e0, 58)
// Packet: 0x07e1
-packetLen(0x07e1, 15) // ZC_SKILLINFO_UPDATE2
+packetLen(0x07e1, 15)
// Packet: 0x07e2
-packetLen(0x07e2, 8) // ZC_MSG_VALUE
+packetLen(0x07e2, 8)
// Packet: 0x07e3
-packetLen(0x07e3, 6) // ZC_ITEMLISTWIN_OPEN
+packetLen(0x07e3, 6)
// Packet: 0x07e4
-packetLen(0x07e4, -1) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, -1)
// Packet: 0x07e5
-packetLen(0x07e5, 4) // CH_ENTER_CHECKBOT
+packetLen(0x07e5, 4)
// Packet: 0x07e6
-packetLen(0x07e6, 8) // ZC_MSG_SKILL
+packetLen(0x07e6, 8)
// Packet: 0x07e7
-packetLen(0x07e7, 32) // CH_CHECKBOT
+packetLen(0x07e7, 32)
// Packet: 0x07e8
-packetLen(0x07e8, -1) // HC_CHECKBOT
+packetLen(0x07e8, -1)
// Packet: 0x07e9
-packetLen(0x07e9, 5) // HC_CHECKBOT_RESULT
+packetLen(0x07e9, 5)
// Packet: 0x07ea
-packetLen(0x07ea, 2) // CZ_BATTLE_FIELD_LIST
+packetLen(0x07ea, 2)
// Packet: 0x07eb
-packetLen(0x07eb, -1) // ZC_BATTLE_FIELD_LIST
+packetLen(0x07eb, -1)
// Packet: 0x07ec
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
// Packet: 0x07ed
-packetLen(0x07ed, 10) // ZC_JOIN_BATTLE_FIELD
+packetLen(0x07ed, 10)
// Packet: 0x07ee
-packetLen(0x07ee, 6) // CZ_CANCEL_BATTLE_FIELD
+packetLen(0x07ee, 6)
// Packet: 0x07ef
-packetLen(0x07ef, 8) // ZC_CANCEL_BATTLE_FIELD
+packetLen(0x07ef, 8)
// Packet: 0x07f0
-packetLen(0x07f0, 6) // CZ_REQ_BATTLE_STATE_MONITOR
+packetLen(0x07f0, 6)
// Packet: 0x07f1
-packetLen(0x07f1, 18) // ZC_ACK_BATTLE_STATE_MONITOR
+packetLen(0x07f1, 18)
// Packet: 0x07f2
-packetLen(0x07f2, 8) // ZC_BATTLE_NOTI_START_STEP
+packetLen(0x07f2, 8)
// Packet: 0x07f3
-packetLen(0x07f3, 6) // ZC_BATTLE_JOIN_NOTI_DEFER
+packetLen(0x07f3, 6)
// Packet: 0x07f4
-packetLen(0x07f4, 3) // ZC_BATTLE_JOIN_DISABLE_STATE
+packetLen(0x07f4, 3)
// Packet: 0x07f5
-packetLen(0x07f5, 6) // CZ_GM_FULLSTRIP
+packetLen(0x07f5, 6)
// Packet: 0x07f6
-packetLen(0x07f6, 14) // ZC_NOTIFY_EXP
+packetLen(0x07f6, 14)
// Packet: 0x07f7
-packetLen(0x07f7, -1) // ZC_NOTIFY_MOVEENTRY7
+packetLen(0x07f7, -1)
// Packet: 0x07f8
-packetLen(0x07f8, -1) // ZC_NOTIFY_NEWENTRY5
+packetLen(0x07f8, -1)
// Packet: 0x07f9
-packetLen(0x07f9, -1) // ZC_NOTIFY_STANDENTRY5
+packetLen(0x07f9, -1)
// Packet: 0x07fa
-packetLen(0x07fa, 8) // ZC_DELETE_ITEM_FROM_BODY
+packetLen(0x07fa, 8)
// Packet: 0x07fb
-packetLen(0x07fb, 25) // ZC_USESKILL_ACK2
+packetLen(0x07fb, 25)
// Packet: 0x07fc
-packetLen(0x07fc, 10) // ZC_CHANGE_GROUP_MASTER
+packetLen(0x07fc, 10)
// Packet: 0x07fd
-packetLen(0x07fd, -1) // ZC_BROADCASTING_SPECIAL_ITEM_OBTAIN
+packetLen(0x07fd, -1)
// Packet: 0x07fe
-packetLen(0x07fe, 26) // ZC_PLAY_NPC_BGM
+packetLen(0x07fe, 26)
// Packet: 0x0800
-packetLen(0x0800, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC2
+packetLen(0x0800, -1)
// Packet: 0x0801
-packetLen(0x0801, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC2
+packetLen(0x0801, -1)
// Packet: 0x0802
-packetLen(0x0802, 18) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 18)
// Packet: 0x0803
-packetLen(0x0803, 4) // ZC_PARTY_BOOKING_ACK_REGISTER
+packetLen(0x0803, 4)
// Packet: 0x0804
-packetLen(0x0804, 14) // CZ_PARTY_BOOKING_REQ_SEARCH
+packetLen(0x0804, 14)
// Packet: 0x0805
-packetLen(0x0805, -1) // ZC_PARTY_BOOKING_ACK_SEARCH
+packetLen(0x0805, -1)
// Packet: 0x0806
-packetLen(0x0806, 2) // CZ_PARTY_BOOKING_REQ_DELETE
+packetLen(0x0806, 2)
// Packet: 0x0807
-packetLen(0x0807, 4) // ZC_PARTY_BOOKING_ACK_DELETE
+packetLen(0x0807, 4)
// Packet: 0x0808
-packetLen(0x0808, 14) // CZ_PARTY_BOOKING_REQ_UPDATE
+packetLen(0x0808, 14)
// Packet: 0x0809
-packetLen(0x0809, 50) // ZC_PARTY_BOOKING_NOTIFY_INSERT
+packetLen(0x0809, 50)
// Packet: 0x080a
-packetLen(0x080a, 18) // ZC_PARTY_BOOKING_NOTIFY_UPDATE
+packetLen(0x080a, 18)
// Packet: 0x080b
-packetLen(0x080b, 6) // ZC_PARTY_BOOKING_NOTIFY_DELETE
+packetLen(0x080b, 6)
// Packet: 0x080c
-packetLen(0x080c, 2) // CZ_SIMPLE_CASH_BTNSHOW
+packetLen(0x080c, 2)
// Packet: 0x080d
-packetLen(0x080d, 3) // ZC_SIMPLE_CASH_BTNSHOW
+packetLen(0x080d, 3)
// Packet: 0x080e
-packetLen(0x080e, 14) // ZC_NOTIFY_HP_TO_GROUPM_R2
+packetLen(0x080e, 14)
// Packet: 0x080f
-packetLen(0x080f, 30) // ZC_ADD_EXCHANGE_ITEM2
+packetLen(0x080f, 30)
// Packet: 0x0810
-packetLen(0x0810, 3) // ZC_OPEN_BUYING_STORE
+packetLen(0x0810, 3)
// Packet: 0x0811
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
// Packet: 0x0812
-packetLen(0x0812, 8) // ZC_FAILED_OPEN_BUYING_STORE_TO_BUYER
+packetLen(0x0812, 8)
// Packet: 0x0813
-packetLen(0x0813, -1) // ZC_MYITEMLIST_BUYING_STORE
+packetLen(0x0813, -1)
// Packet: 0x0814
-packetLen(0x0814, 86) // ZC_BUYING_STORE_ENTRY
+packetLen(0x0814, 86)
// Packet: 0x0815
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
// Packet: 0x0816
-packetLen(0x0816, 6) // ZC_DISAPPEAR_BUYING_STORE_ENTRY
+packetLen(0x0816, 6)
// Packet: 0x0817
-packetLen(0x0817, 6) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 6)
// Packet: 0x0818
-packetLen(0x0818, -1) // ZC_ACK_ITEMLIST_BUYING_STORE
+packetLen(0x0818, -1)
// Packet: 0x0819
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
// Packet: 0x081a
-packetLen(0x081a, 4) // ZC_FAILED_TRADE_BUYING_STORE_TO_BUYER
+packetLen(0x081a, 4)
// Packet: 0x081b
-packetLen(0x081b, 12) // ZC_UPDATE_ITEM_FROM_BUYING_STORE
+packetLen(0x081b, 12)
// Packet: 0x081c
-packetLen(0x081c, 10) // ZC_ITEM_DELETE_BUYING_STORE
+packetLen(0x081c, 10)
// Packet: 0x081d
-packetLen(0x081d, 22) // ZC_EL_INIT
+packetLen(0x081d, 22)
// Packet: 0x081e
-packetLen(0x081e, 8) // ZC_EL_PAR_CHANGE
+packetLen(0x081e, 8)
// Packet: 0x081f
-packetLen(0x081f, -1) // ZC_BROADCAST4
+packetLen(0x081f, -1)
// Packet: 0x0820
-packetLen(0x0820, 11) // ZC_COSTUME_SPRITE_CHANGE
+packetLen(0x0820, 11)
// Packet: 0x0821
-packetLen(0x0821, 2) // AC_OTP_USER
+packetLen(0x0821, 2)
// Packet: 0x0822
-packetLen(0x0822, 9) // CA_OTP_AUTH_REQ
+packetLen(0x0822, 9)
// Packet: 0x0823
-packetLen(0x0823, -1) // AC_OTP_AUTH_ACK
+packetLen(0x0823, -1)
// Packet: 0x0824
-packetLen(0x0824, 8) // ZC_FAILED_TRADE_BUYING_STORE_TO_SELLER
+packetLen(0x0824, 8)
// Packet: 0x0825
-packetLen(0x0825, -1) // CA_SSO_LOGIN_REQ
+packetLen(0x0825, -1)
// Packet: 0x0827
-packetLen(0x0827, 6) // CH_DELETE_CHAR3_RESERVED
+packetLen(0x0827, 6)
// Packet: 0x0828
-packetLen(0x0828, 14) // HC_DELETE_CHAR3_RESERVED
+packetLen(0x0828, 14)
// Packet: 0x0829
-packetLen(0x0829, 12) // CH_DELETE_CHAR3
+packetLen(0x0829, 12)
// Packet: 0x082a
-packetLen(0x082a, 10) // HC_DELETE_CHAR3
+packetLen(0x082a, 10)
// Packet: 0x082b
-packetLen(0x082b, 6) // CH_DELETE_CHAR3_CANCEL
+packetLen(0x082b, 6)
// Packet: 0x082c
-packetLen(0x082c, 10) // HC_DELETE_CHAR3_CANCEL
+packetLen(0x082c, 10)
// Packet: 0x082d
-packetLen(0x082d, -1) // HC_ACCEPT_ENTER2
+packetLen(0x082d, -1)
// Packet: 0x0835
-packetLen(0x0835, -1) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, -1)
// Packet: 0x0836
-packetLen(0x0836, -1) // ZC_SEARCH_STORE_INFO_ACK
+packetLen(0x0836, -1)
// Packet: 0x0837
-packetLen(0x0837, 3) // ZC_SEARCH_STORE_INFO_FAILED
+packetLen(0x0837, 3)
// Packet: 0x0838
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
// Packet: 0x0839
-packetLen(0x0839, 66) // ZC_ACK_BAN_GUILD_SSO
+packetLen(0x0839, 66)
// Packet: 0x083a
-packetLen(0x083a, 5) // ZC_OPEN_SEARCH_STORE_INFO
+packetLen(0x083a, 5)
// Packet: 0x083b
-packetLen(0x083b, 2) // CZ_CLOSE_SEARCH_STORE_INFO
+packetLen(0x083b, 2)
// Packet: 0x083c
-packetLen(0x083c, 14) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 14)
// Packet: 0x083d
-packetLen(0x083d, 6) // ZC_SSILIST_ITEM_CLICK_ACK
+packetLen(0x083d, 6)
// Packet: 0x083e
-packetLen(0x083e, 26) // AC_REFUSE_LOGIN2
+packetLen(0x083e, 26)
// Packet: 0x0840
-packetLen(0x0840, -1) // HC_NOTIFY_ACCESSIBLE_MAPNAME
+packetLen(0x0840, -1)
// Packet: 0x0841
-packetLen(0x0841, 4) // CH_SELECT_ACCESSIBLE_MAPNAME
+packetLen(0x0841, 4)
// Packet: 0x0842
-packetLen(0x0842, 6) // CZ_RECALL_SSO
+packetLen(0x0842, 6)
// Packet: 0x0843
-packetLen(0x0843, 6) // CZ_REMOVE_AID_SSO
+packetLen(0x0843, 6)
// Packet: 0x0844
-packetLen(0x0844, 2) // CZ_SE_CASHSHOP_OPEN
+packetLen(0x0844, 2)
// Packet: 0x0845
-packetLen(0x0845, 10) // ZC_SE_CASHSHOP_OPEN
+packetLen(0x0845, 10)
// Packet: 0x0846
-packetLen(0x0846, 4) // CZ_REQ_SE_CASH_TAB_CODE
+packetLen(0x0846, 4)
// Packet: 0x0847
-packetLen(0x0847, -1) // ZC_ACK_SE_CASH_ITEM_LIST
+packetLen(0x0847, -1)
// Packet: 0x0848
-packetLen(0x0848, -1) // CZ_SE_PC_BUY_CASHITEM_LIST
+packetLen(0x0848, -1)
// Packet: 0x0849
-packetLen(0x0849, 16) // ZC_SE_PC_BUY_CASHITEM_RESULT
+packetLen(0x0849, 16)
// Packet: 0x084a
-packetLen(0x084a, 2) // CZ_SE_CASHSHOP_CLOSE
+packetLen(0x084a, 2)
// Packet: 0x084b
-packetLen(0x084b, 21) // ZC_ITEM_FALL_ENTRY4
+packetLen(0x084b, 21)
// Packet: 0x084c
-packetLen(0x084c, 10) // CZ_MACRO_USE_SKILL
+packetLen(0x084c, 10)
// Packet: 0x084d
-packetLen(0x084d, 10) // CZ_MACRO_USE_SKILL_TOGROUND
+packetLen(0x084d, 10)
// Packet: 0x084e
-packetLen(0x084e, 5) // CZ_MACRO_REQUEST_MOVE
+packetLen(0x084e, 5)
// Packet: 0x084f
-packetLen(0x084f, 6) // CZ_MACRO_ITEM_PICKUP
+packetLen(0x084f, 6)
// Packet: 0x0850
-packetLen(0x0850, 7) // CZ_MACRO_REQUEST_ACT
+packetLen(0x0850, 7)
// Packet: 0x0851
-packetLen(0x0851, -1) // ZC_GPK_DYNCODE
+packetLen(0x0851, -1)
// Packet: 0x0852
-packetLen(0x0852, 2) // CZ_GPK_DYNCODE_RELOAD
+packetLen(0x0852, 2)
// Packet: 0x0853
-packetLen(0x0853, -1) // ZC_GPK_AUTH
+packetLen(0x0853, -1)
// Packet: 0x0854
-packetLen(0x0854, -1) // CZ_GPK_AUTH
+packetLen(0x0854, -1)
// Packet: 0x0855
-packetLen(0x0855, 6) // ZC_MACRO_ITEMPICKUP_FAIL
+packetLen(0x0855, 6)
// Packet: 0x0856
-packetLen(0x0856, -1) // ZC_NOTIFY_MOVEENTRY8
+packetLen(0x0856, -1)
// Packet: 0x0857
-packetLen(0x0857, -1) // ZC_NOTIFY_STANDENTRY7
+packetLen(0x0857, -1)
// Packet: 0x0858
-packetLen(0x0858, -1) // ZC_NOTIFY_NEWENTRY6
+packetLen(0x0858, -1)
// Packet: 0x0859
-packetLen(0x0859, -1) // ZC_EQUIPWIN_MICROSCOPE2
+packetLen(0x0859, -1)
// Packet: 0x085a
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
// Packet: 0x085b
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
// Packet: 0x085c
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
// Packet: 0x085d
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
// Packet: 0x085e
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
// Packet: 0x085f
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
// Packet: 0x0860
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
// Packet: 0x0861
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
// Packet: 0x0862
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
// Packet: 0x0863
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
// Packet: 0x0864
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
// Packet: 0x0865
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
// Packet: 0x0866
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
// Packet: 0x0867
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
// Packet: 0x0868
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
// Packet: 0x0869
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
// Packet: 0x086a
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
// Packet: 0x086b
-packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 2)
// Packet: 0x086c
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
// Packet: 0x086d
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
// Packet: 0x086e
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
// Packet: 0x086f
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
// Packet: 0x0870
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
// Packet: 0x0871
-packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 2)
// Packet: 0x0872
packetLen(0x0872, 2)
// Packet: 0x0873
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
// Packet: 0x0874
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
// Packet: 0x0875
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
// Packet: 0x0876
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
// Packet: 0x0877
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
// Packet: 0x0878
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
// Packet: 0x0879
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
// Packet: 0x087a
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
// Packet: 0x087b
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
// Packet: 0x087c
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
// Packet: 0x087d
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
// Packet: 0x087e
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
// Packet: 0x087f
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
// Packet: 0x0880
-packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 2)
// Packet: 0x0881
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
// Packet: 0x0882
-packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 2)
// Packet: 0x0883
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
// Packet: 0x0884
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
// Packet: 0x0885
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
// Packet: 0x0886
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
// Packet: 0x0887
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
// Packet: 0x0888
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
// Packet: 0x0889
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
// Packet: 0x088a
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
// Packet: 0x088b
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
// Packet: 0x088c
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
// Packet: 0x088d
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
// Packet: 0x088e
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
// Packet: 0x088f
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
// Packet: 0x0890
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
// Packet: 0x0891
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
// Packet: 0x0892
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
// Packet: 0x0893
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
// Packet: 0x0894
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
// Packet: 0x0895
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
// Packet: 0x0896
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
// Packet: 0x0897
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
// Packet: 0x0898
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
// Packet: 0x0899
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
// Packet: 0x089a
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
// Packet: 0x089b
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
// Packet: 0x089c
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
// Packet: 0x089d
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
// Packet: 0x089e
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
// Packet: 0x089f
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
// Packet: 0x08a0
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
// Packet: 0x08a1
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
// Packet: 0x08a2
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
// Packet: 0x08a3
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
// Packet: 0x08a4
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
// Packet: 0x08a5
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
// Packet: 0x08a6
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
// Packet: 0x08a7
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
// Packet: 0x08a8
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
// Packet: 0x08a9
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
// Packet: 0x08aa
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
// Packet: 0x08ab
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
// Packet: 0x08ac
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
// Packet: 0x08ad
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
// Packet: 0x08af
-packetLen(0x08af, 10) // HC_WAITING_LOGIN
+packetLen(0x08af, 10)
// Packet: 0x08b0
-packetLen(0x08b0, 17) // CH_WAITING_LOGIN
+packetLen(0x08b0, 17)
// Packet: 0x08b1
-packetLen(0x08b1, -1) // ZC_MCSTORE_NOTMOVEITEM_LIST
+packetLen(0x08b1, -1)
// Packet: 0x08b2
-packetLen(0x08b2, -1) // AC_REALNAME_AUTH
+packetLen(0x08b2, -1)
// Packet: 0x08b3
-packetLen(0x08b3, -1) // ZC_SHOWSCRIPT
+packetLen(0x08b3, -1)
// Packet: 0x08b4
-packetLen(0x08b4, 2) // ZC_START_COLLECTION
+packetLen(0x08b4, 2)
// Packet: 0x08b5
-packetLen(0x08b5, 6) // CZ_TRYCOLLECTION
+packetLen(0x08b5, 6)
// Packet: 0x08b6
-packetLen(0x08b6, 3) // ZC_TRYCOLLECTION
+packetLen(0x08b6, 3)
// Packet: 0x08b8
-packetLen(0x08b8, 10) // CH_SECOND_PASSWD_ACK
+packetLen(0x08b8, 10)
// Packet: 0x08b9
-packetLen(0x08b9, 12) // HC_SECOND_PASSWD_LOGIN
+packetLen(0x08b9, 12)
// Packet: 0x08ba
-packetLen(0x08ba, 10) // CH_MAKE_SECOND_PASSWD
+packetLen(0x08ba, 10)
// Packet: 0x08bb
-packetLen(0x08bb, 8) // HC_MAKE_SECOND_PASSWD
+packetLen(0x08bb, 8)
// Packet: 0x08bc
-packetLen(0x08bc, 10) // CH_DELETE_SECOND_PASSWD
+packetLen(0x08bc, 10)
// Packet: 0x08bd
-packetLen(0x08bd, 8) // HC_DELETE_SECOND_PASSWD
+packetLen(0x08bd, 8)
// Packet: 0x08be
-packetLen(0x08be, 14) // CH_EDIT_SECOND_PASSWD
+packetLen(0x08be, 14)
// Packet: 0x08bf
-packetLen(0x08bf, 8) // HC_EDIT_SECOND_PASSWD
+packetLen(0x08bf, 8)
// Packet: 0x08c0
-packetLen(0x08c0, -1) // ZC_ACK_SE_CASH_ITEM_LIST2
+packetLen(0x08c0, -1)
// Packet: 0x08c1
-packetLen(0x08c1, 2) // CZ_MACRO_START
+packetLen(0x08c1, 2)
// Packet: 0x08c2
-packetLen(0x08c2, 2) // CZ_MACRO_STOP
+packetLen(0x08c2, 2)
// Packet: 0x08c3
-packetLen(0x08c3, 10) // CH_NOT_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c3, 10)
// Packet: 0x08c4
-packetLen(0x08c4, 8) // HC_NOT_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c4, 8)
// Packet: 0x08c5
-packetLen(0x08c5, 6) // CH_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c5, 6)
// Packet: 0x08c6
-packetLen(0x08c6, 4) // HC_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c6, 4)
// Packet: 0x08c7
-packetLen(0x08c7, -1) // ZC_SKILL_ENTRY3
+packetLen(0x08c7, -1)
// Packet: 0x08c8
-packetLen(0x08c8, 34) // ZC_NOTIFY_ACT3
+packetLen(0x08c8, 34)
// Packet: 0x08c9
-packetLen(0x08c9, 2) // CZ_REQ_SCHEDULER_CASHITEM
+packetLen(0x08c9, 2)
// Packet: 0x08ca
-packetLen(0x08ca, -1) // ZC_ACK_SCHEDULER_CASHITEM
+packetLen(0x08ca, -1)
// Packet: 0x08cb
-packetLen(0x08cb, -1) // ZC_PERSONAL_INFOMATION
+packetLen(0x08cb, -1)
// Packet: 0x08cc
-packetLen(0x08cc, 109) // CA_LOGIN5
+packetLen(0x08cc, 109)
// Packet: 0x08cd
-packetLen(0x08cd, 10) // ZC_STOPMOVE_FORCE
+packetLen(0x08cd, 10)
// Packet: 0x08ce
-packetLen(0x08ce, 2) // ZC_FAILED_GET_ITEM_FROM_ZONEDA
+packetLen(0x08ce, 2)
// Packet: 0x08cf
-packetLen(0x08cf, 10) // ZC_SPIRITS_ATTRIBUTE
+packetLen(0x08cf, 10)
// Packet: 0x08d0
-packetLen(0x08d0, 9) // ZC_REQ_WEAR_EQUIP_ACK2
+packetLen(0x08d0, 9)
// Packet: 0x08d1
-packetLen(0x08d1, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK2
+packetLen(0x08d1, 7)
// Packet: 0x08d2
-packetLen(0x08d2, 10) // ZC_FASTMOVE
+packetLen(0x08d2, 10)
// Packet: 0x08d3
-packetLen(0x08d3, 10) // ZC_SE_CASHSHOP_UPDATE
+packetLen(0x08d3, 10)
// Packet: 0x08d4
-packetLen(0x08d4, 8) // CH_REQ_CHANGE_CHARACTER_SLOT
+packetLen(0x08d4, 8)
// Packet: 0x08d5
-packetLen(0x08d5, -1) // HC_ACK_CHANGE_CHARACTER_SLOT
+packetLen(0x08d5, -1)
// Packet: 0x08d6
-packetLen(0x08d6, 6) // ZC_CLEAR_DIALOG
+packetLen(0x08d6, 6)
// Packet: 0x08d7
-packetLen(0x08d7, 28) // CZ_REQ_ENTRY_QUEUE_APPLY
+packetLen(0x08d7, 28)
// Packet: 0x08d8
-packetLen(0x08d8, 27) // ZC_ACK_ENTRY_QUEUE_APPLY
+packetLen(0x08d8, 27)
// Packet: 0x08d9
-packetLen(0x08d9, 30) // ZC_NOTIFY_ENTRY_QUEUE_APPLY
+packetLen(0x08d9, 30)
// Packet: 0x08da
-packetLen(0x08da, 26) // CZ_REQ_ENTRY_QUEUE_CANCEL
+packetLen(0x08da, 26)
// Packet: 0x08db
-packetLen(0x08db, 27) // ZC_ACK_ENTRY_QUEUE_CANCEL
+packetLen(0x08db, 27)
// Packet: 0x08dc
-packetLen(0x08dc, 26) // ZC_NOTIFY_ENTRY_QUEUE_ADMISSION
+packetLen(0x08dc, 26)
// Packet: 0x08dd
-packetLen(0x08dd, 27) // CZ_REPLY_ENTRY_QUEUE_ADMISSION
+packetLen(0x08dd, 27)
// Packet: 0x08de
-packetLen(0x08de, 27) // ZC_REPLY_ACK_ENTRY_QUEUE_ADMISSION
+packetLen(0x08de, 27)
// Packet: 0x08df
-packetLen(0x08df, 50) // ZC_NOTIFY_LOBBY_ADMISSION
+packetLen(0x08df, 50)
// Packet: 0x08e0
-packetLen(0x08e0, 51) // CZ_REPLY_LOBBY_ADMISSION
+packetLen(0x08e0, 51)
// Packet: 0x08e1
-packetLen(0x08e1, 51) // ZC_REPLY_ACK_LOBBY_ADMISSION
+packetLen(0x08e1, 51)
// Packet: 0x08e2
-packetLen(0x08e2, 27) // ZC_NAVIGATION_ACTIVE
+packetLen(0x08e2, 27)
// Packet: 0x08e3
-packetLen(0x08e3, 157) // HC_UPDATE_CHARINFO
+packetLen(0x08e3, 157)
// Packet: 0x08e4
-packetLen(0x08e4, 6) // AC_SHUTDOWN_INFO
+packetLen(0x08e4, 6)
// Packet: 0x08fc
-packetLen(0x08fc, 30) // CH_REQ_CHANGE_CHARACTERNAME
+packetLen(0x08fc, 30)
// Packet: 0x08fd
-packetLen(0x08fd, 6) // CH_ACK_CHANGE_CHARACTERNAME
+packetLen(0x08fd, 6)
// Packet: 0x08fe
-packetLen(0x08fe, -1) // ZC_HUNTING_QUEST_INFO
+packetLen(0x08fe, -1)
// Packet: 0x08ff
-packetLen(0x08ff, 24) // ZC_EFST_SET_ENTER
+packetLen(0x08ff, 24)
// Packet: 0x0900
-packetLen(0x0900, -1) // ZC_INVENTORY_ITEMLIST_NORMAL
+packetLen(0x0900, -1)
// Packet: 0x0901
-packetLen(0x0901, -1) // ZC_INVENTORY_ITEMLIST_EQUIP
+packetLen(0x0901, -1)
// Packet: 0x0902
-packetLen(0x0902, -1) // ZC_CART_ITEMLIST_NORMAL
+packetLen(0x0902, -1)
// Packet: 0x0903
-packetLen(0x0903, -1) // ZC_CART_ITEMLIST_EQUIP
+packetLen(0x0903, -1)
// Packet: 0x0904
-packetLen(0x0904, -1) // ZC_STORE_ITEMLIST_NORMAL
+packetLen(0x0904, -1)
// Packet: 0x0905
-packetLen(0x0905, -1) // ZC_STORE_ITEMLIST_EQUIP
+packetLen(0x0905, -1)
// Packet: 0x0906
-packetLen(0x0906, -1) // ZC_MICROSCOPE
+packetLen(0x0906, -1)
// Packet: 0x0907
-packetLen(0x0907, 5) // CZ_INVENTORY_TAB
+packetLen(0x0907, 5)
// Packet: 0x0908
-packetLen(0x0908, 5) // ZC_INVENTORY_TAB
+packetLen(0x0908, 5)
// Packet: 0x090a
-packetLen(0x090a, 26) // CZ_REQ_ENTRY_QUEUE_RANKING
+packetLen(0x090a, 26)
// Packet: 0x090d
-packetLen(0x090d, -1) // ZC_PREMIUM_CAMPAIGN_INFO
+packetLen(0x090d, -1)
// Packet: 0x090e
-packetLen(0x090e, 2) // ZC_ENTRY_QUEUE_INIT
+packetLen(0x090e, 2)
// Packet: 0x090f
-packetLen(0x090f, -1) // ZC_NOTIFY_NEWENTRY7
+packetLen(0x090f, -1)
// Packet: 0x0910
-packetLen(0x0910, 10) // CZ_REQ_PARTY_NAME
+packetLen(0x0910, 10)
// Packet: 0x0911
-packetLen(0x0911, 30) // ZC_ACK_PARTY_NAME
+packetLen(0x0911, 30)
// Packet: 0x0912
-packetLen(0x0912, 10) // CZ_REQ_GUILD_NAME
+packetLen(0x0912, 10)
// Packet: 0x0913
-packetLen(0x0913, 30) // ZC_ACK_GUILD_NAME
+packetLen(0x0913, 30)
// Packet: 0x0914
-packetLen(0x0914, -1) // ZC_NOTIFY_MOVEENTRY9
+packetLen(0x0914, -1)
// Packet: 0x0915
-packetLen(0x0915, -1) // ZC_NOTIFY_STANDENTRY8
+packetLen(0x0915, -1)
// Packet: 0x0916
-packetLen(0x0916, 26) // CZ_REQ_JOIN_GUILD2
+packetLen(0x0916, 26)
// Packet: 0x0917
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
// Packet: 0x0918
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
// Packet: 0x0919
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
// Packet: 0x091a
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
// Packet: 0x091b
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
// Packet: 0x091c
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
// Packet: 0x091d
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
// Packet: 0x091e
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
// Packet: 0x091f
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
// Packet: 0x0920
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
// Packet: 0x0921
-packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 2)
// Packet: 0x0922
-packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 2)
// Packet: 0x0923
-packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 2)
// Packet: 0x0924
-packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 2)
// Packet: 0x0925
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
// Packet: 0x0926
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
// Packet: 0x0927
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
// Packet: 0x0928
-packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 2)
// Packet: 0x0929
-packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 2)
// Packet: 0x092a
-packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 2)
// Packet: 0x092b
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
// Packet: 0x092c
-packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 2)
// Packet: 0x092d
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
// Packet: 0x092e
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
// Packet: 0x092f
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
// Packet: 0x0930
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
// Packet: 0x0931
-packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 2)
// Packet: 0x0932
-packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 2)
// Packet: 0x0933
-packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 2)
// Packet: 0x0934
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
// Packet: 0x0935
-packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 2)
// Packet: 0x0936
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
// Packet: 0x0937
-packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 2)
// Packet: 0x0938
-packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 2)
// Packet: 0x0939
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
// Packet: 0x093a
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
// Packet: 0x093b
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
// Packet: 0x093c
-packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 2)
// Packet: 0x093d
-packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 2)
// Packet: 0x093e
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
// Packet: 0x093f
-packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 2)
// Packet: 0x0940
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
// Packet: 0x0941
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
// Packet: 0x0942
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
// Packet: 0x0943
-packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 2)
// Packet: 0x0944
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
// Packet: 0x0945
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
// Packet: 0x0946
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
// Packet: 0x0947
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
// Packet: 0x0948
-packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 2)
// Packet: 0x0949
-packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 2)
// Packet: 0x094a
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
// Packet: 0x094b
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
// Packet: 0x094c
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
// Packet: 0x094d
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
// Packet: 0x094e
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
// Packet: 0x094f
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
// Packet: 0x0950
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
// Packet: 0x0951
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
// Packet: 0x0952
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
// Packet: 0x0953
-packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 2)
// Packet: 0x0954
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
// Packet: 0x0955
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
// Packet: 0x0956
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
// Packet: 0x0957
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
// Packet: 0x0958
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
// Packet: 0x0959
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
// Packet: 0x095a
-packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 2)
// Packet: 0x095b
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
// Packet: 0x095c
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
// Packet: 0x095d
-packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 2)
// Packet: 0x095e
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
// Packet: 0x095f
-packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 2)
// Packet: 0x0960
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
// Packet: 0x0961
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
// Packet: 0x0962
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
// Packet: 0x0963
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
// Packet: 0x0964
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
// Packet: 0x0965
-packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 2)
// Packet: 0x0966
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
// Packet: 0x0967
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
// Packet: 0x0968
-packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 2)
// Packet: 0x0969
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
// Packet: 0x096a
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
// Packet: 0x096b
-packetLen(0x096b, 4) // ZC_PRNPC_STATE
+packetLen(0x096b, 4)
// Packet: 0x096c
-packetLen(0x096c, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x096c, 6)
// Packet: 0x096d
-packetLen(0x096d, -1) // ZC_MERGE_ITEM_OPEN
+packetLen(0x096d, -1)
// Packet: 0x096e
-packetLen(0x096e, -1) // CZ_REQ_MERGE_ITEM
+packetLen(0x096e, -1)
// Packet: 0x096f
-packetLen(0x096f, 7) // ZC_ACK_MERGE_ITEM
+packetLen(0x096f, 7)
// Packet: 0x0970
-packetLen(0x0970, 31) // CH_MAKE_CHAR_NOT_STATS
+packetLen(0x0970, 31)
// Packet: 0x0971
-packetLen(0x0971, 6) // ZC_PARTY_RECRUIT_REFUSE_VOLUNTEER_TO_PM
+packetLen(0x0971, 6)
// Packet: 0x0972
-packetLen(0x0972, -1) // ZC_SAY_DIALOG2
+packetLen(0x0972, -1)
// Packet: 0x0973
-packetLen(0x0973, 7) // ZC_WAIT_DIALOG2
+packetLen(0x0973, 7)
// Packet: 0x0974
-packetLen(0x0974, 2) // CZ_CANCEL_MERGE_ITEM
+packetLen(0x0974, 2)
// Packet: 0x0975
-packetLen(0x0975, -1) // ZC_STORE_ITEMLIST_NORMAL_V2
+packetLen(0x0975, -1)
// Packet: 0x0976
-packetLen(0x0976, -1) // ZC_STORE_ITEMLIST_EQUIP_V2
+packetLen(0x0976, -1)
// Packet: 0x0977
-packetLen(0x0977, 14) // ZC_HP_INFO
+packetLen(0x0977, 14)
// Packet: 0x0978
-packetLen(0x0978, 6) // CZ_REQ_BEFORE_WORLD_INFO
+packetLen(0x0978, 6)
// Packet: 0x0979
-packetLen(0x0979, 50) // ZC_ACK_BEFORE_WORLD_INFO
+packetLen(0x0979, 50)
// Packet: 0x097a
-packetLen(0x097a, -1) // ZC_ALL_QUEST_LIST2
+packetLen(0x097a, -1)
// Packet: 0x097b
-packetLen(0x097b, -1) // ZC_PERSONAL_INFOMATION2
+packetLen(0x097b, -1)
// Packet: 0x097c
-packetLen(0x097c, 4) // CZ_REQ_RANKING
+packetLen(0x097c, 4)
// Packet: 0x097d
-packetLen(0x097d, 288) // ZC_ACK_RANKING
+packetLen(0x097d, 288)
// Packet: 0x097e
-packetLen(0x097e, 12) // ZC_UPDATE_RANKING_POINT
+packetLen(0x097e, 12)
// Packet: 0x097f
-packetLen(0x097f, -1) // ZC_SELECTCART
+packetLen(0x097f, -1)
// Packet: 0x0980
-packetLen(0x0980, 7) // CZ_SELECTCART
+packetLen(0x0980, 7)
// Packet: 0x0981
-packetLen(0x0981, -1) // ZC_PERSONAL_INFOMATION_CHN
+packetLen(0x0981, -1)
// Packet: 0x0982
-packetLen(0x0982, 7) // ZC_FATIGUE_CHN
+packetLen(0x0982, 7)
// Packet: 0x0983
-packetLen(0x0983, 29) // ZC_MSG_STATE_CHANGE3
+packetLen(0x0983, 29)
// Packet: 0x0984
-packetLen(0x0984, 28) // ZC_EFST_SET_ENTER2
+packetLen(0x0984, 28)
// Packet: 0x0985
-packetLen(0x0985, -1) // ZC_SKILL_POSTDELAY_LIST2
+packetLen(0x0985, -1)
// Packet: 0x0986
-packetLen(0x0986, 10) // AC_SHUTDOWN_NOTIFY
+packetLen(0x0986, 10)
// Packet: 0x0987
-packetLen(0x0987, -1) // CA_LOGIN6
+packetLen(0x0987, -1)
// Packet: 0x0988
-packetLen(0x0988, 6) // ZC_NOTIFY_CLAN_CONNECTINFO
+packetLen(0x0988, 6)
// Packet: 0x0989
-packetLen(0x0989, 2) // ZC_ACK_CLAN_LEAVE
+packetLen(0x0989, 2)
// Packet: 0x098a
-packetLen(0x098a, -1) // ZC_CLANINFO
+packetLen(0x098a, -1)
// Packet: 0x098b
-packetLen(0x098b, 2) // AC_REQ_NEW_USER
+packetLen(0x098b, 2)
// Packet: 0x098c
-packetLen(0x098c, 4) // CA_ACK_NEW_USER
+packetLen(0x098c, 4)
// Packet: 0x098d
-packetLen(0x098d, -1) // CZ_CLAN_CHAT
+packetLen(0x098d, -1)
// Packet: 0x098e
-packetLen(0x098e, -1) // ZC_NOTIFY_CLAN_CHAT
+packetLen(0x098e, -1)
// Packet: 0x098f
-packetLen(0x098f, -1) // CH_DELETE_CHAR3_EXT
+packetLen(0x098f, -1)
// Packet: 0x0990
-packetLen(0x0990, 41) // ZC_ITEM_PICKUP_ACK_V5
+packetLen(0x0990, 41)
// Packet: 0x0991
-packetLen(0x0991, -1) // ZC_INVENTORY_ITEMLIST_NORMAL_V5
+packetLen(0x0991, -1)
// Packet: 0x0992
-packetLen(0x0992, -1) // ZC_INVENTORY_ITEMLIST_EQUIP_V5
+packetLen(0x0992, -1)
// Packet: 0x0993
-packetLen(0x0993, -1) // ZC_CART_ITEMLIST_NORMAL_V5
+packetLen(0x0993, -1)
// Packet: 0x0994
-packetLen(0x0994, -1) // ZC_CART_ITEMLIST_EQUIP_V5
+packetLen(0x0994, -1)
// Packet: 0x0995
-packetLen(0x0995, -1) // ZC_STORE_ITEMLIST_NORMAL_V5
+packetLen(0x0995, -1)
// Packet: 0x0996
-packetLen(0x0996, -1) // ZC_STORE_ITEMLIST_EQUIP_V5
+packetLen(0x0996, -1)
// Packet: 0x0997
-packetLen(0x0997, -1) // ZC_EQUIPWIN_MICROSCOPE_V5
+packetLen(0x0997, -1)
// Packet: 0x0998
-packetLen(0x0998, 8) // CZ_REQ_WEAR_EQUIP_V5
+packetLen(0x0998, 8)
// Packet: 0x0999
-packetLen(0x0999, 11) // ZC_ACK_WEAR_EQUIP_V5
+packetLen(0x0999, 11)
// Packet: 0x099a
-packetLen(0x099a, 9) // ZC_ACK_TAKEOFF_EQUIP_V5
+packetLen(0x099a, 9)
// Packet: 0x099b
-packetLen(0x099b, 8) // ZC_MAPPROPERTY_R2
+packetLen(0x099b, 8)
// Packet: 0x099c
-packetLen(0x099c, 6) // CH_REQ_CHARINFO_PER_PAGE
+packetLen(0x099c, 6)
// Packet: 0x099d
-packetLen(0x099d, -1) // HC_ACK_CHARINFO_PER_PAGE
+packetLen(0x099d, -1)
// Packet: 0x099e
-packetLen(0x099e, 12) // HC_QUEUE_ORDER
+packetLen(0x099e, 12)
// Packet: 0x099f
-packetLen(0x099f, -1) // ZC_SKILL_ENTRY4
+packetLen(0x099f, -1)
// Packet: 0x09a0
-packetLen(0x09a0, 6) // HC_CHARLIST_NOTIFY
+packetLen(0x09a0, 6)
// Packet: 0x09a1
-packetLen(0x09a1, 2) // CH_CHARLIST_REQ
+packetLen(0x09a1, 2)
// Packet: 0x09a2
-packetLen(0x09a2, 6) // AC_REQ_MOBILE_OTP
+packetLen(0x09a2, 6)
// Packet: 0x09a3
-packetLen(0x09a3, -1) // CA_ACK_MOBILE_OTP
+packetLen(0x09a3, -1)
// Packet: 0x09a4
-packetLen(0x09a4, 18) // ZC_DISPATCH_TIMING_INFO_CHN
+packetLen(0x09a4, 18)
// Packet: 0x09a5
-packetLen(0x09a5, 7) // AC_REFUSE_LOGIN3
+packetLen(0x09a5, 7)
// Packet: 0x09a6
-packetLen(0x09a6, 12) // ZC_BANKING_CHECK
+packetLen(0x09a6, 12)
// Packet: 0x09a7
-packetLen(0x09a7, 10) // CZ_REQ_BANKING_DEPOSIT
+packetLen(0x09a7, 10)
// Packet: 0x09a8
-packetLen(0x09a8, 16) // ZC_ACK_BANKING_DEPOSIT
+packetLen(0x09a8, 16)
// Packet: 0x09a9
-packetLen(0x09a9, 10) // CZ_REQ_BANKING_WITHDRAW
+packetLen(0x09a9, 10)
// Packet: 0x09aa
-packetLen(0x09aa, 16) // ZC_ACK_BANKING_WITHDRAW
+packetLen(0x09aa, 16)
// Packet: 0x09ab
-packetLen(0x09ab, 6) // CZ_REQ_BANKING_CHECK
+packetLen(0x09ab, 6)
// Packet: 0x09ac
-packetLen(0x09ac, -1) // CZ_REQ_CASH_BARGAIN_SALE_ITEM_INFO
+packetLen(0x09ac, -1)
// Packet: 0x09ad
-packetLen(0x09ad, 12) // ZC_ACK_CASH_BARGAIN_SALE_ITEM_INFO
+packetLen(0x09ad, 12)
// Packet: 0x09ae
-packetLen(0x09ae, 19) // CZ_REQ_APPLY_BARGAIN_SALE_ITEM
+packetLen(0x09ae, 19)
// Packet: 0x09af
-packetLen(0x09af, 4) // ZC_ACK_APPLY_BARGAIN_SALE_ITEM
+packetLen(0x09af, 4)
// Packet: 0x09b0
-packetLen(0x09b0, 10) // CZ_REQ_REMOVE_BARGAIN_SALE_ITEM
+packetLen(0x09b0, 10)
// Packet: 0x09b1
-packetLen(0x09b1, 4) // ZC_ACK_REMOVE_BARGAIN_SALE_ITEM
+packetLen(0x09b1, 4)
// Packet: 0x09b2
-packetLen(0x09b2, 10) // ZC_NOTIFY_BARGAIN_SALE_SELLING
+packetLen(0x09b2, 10)
// Packet: 0x09b3
-packetLen(0x09b3, 6) // ZC_NOTIFY_BARGAIN_SALE_CLOSE
+packetLen(0x09b3, 6)
// Packet: 0x09b4
-packetLen(0x09b4, 6) // CZ_OPEN_BARGAIN_SALE_TOOL
+packetLen(0x09b4, 6)
// Packet: 0x09b5
-packetLen(0x09b5, 2) // ZC_OPEN_BARGAIN_SALE_TOOL
+packetLen(0x09b5, 2)
// Packet: 0x09b6
-packetLen(0x09b6, 6) // CZ_REQ_OPEN_BANKING
+packetLen(0x09b6, 6)
// Packet: 0x09b7
-packetLen(0x09b7, 4) // ZC_ACK_OPEN_BANKING
+packetLen(0x09b7, 4)
// Packet: 0x09b8
-packetLen(0x09b8, 6) // CZ_REQ_CLOSE_BANKING
+packetLen(0x09b8, 6)
// Packet: 0x09b9
-packetLen(0x09b9, 4) // ZC_ACK_CLOSE_BANKING
+packetLen(0x09b9, 4)
// Packet: 0x09ba
-packetLen(0x09ba, 2) // CZ_REQ_OPEN_GUILD_STORAGE
+packetLen(0x09ba, 2)
// Packet: 0x09bb
-packetLen(0x09bb, 6) // ZC_ACK_OPEN_GUILD_STORAGE
+packetLen(0x09bb, 6)
// Packet: 0x09bc
-packetLen(0x09bc, 6) // CZ_CLOSE_BARGAIN_SALE_TOOL
+packetLen(0x09bc, 6)
// Packet: 0x09bd
-packetLen(0x09bd, 2) // ZC_CLOSE_BARGAIN_SALE_TOOL
+packetLen(0x09bd, 2)
// Packet: 0x09be
-packetLen(0x09be, 2) // CZ_REQ_CLOSE_GUILD_STORAGE
+packetLen(0x09be, 2)
// Packet: 0x09bf
-packetLen(0x09bf, 4) // ZC_ACK_CLOSE_GUILD_STORAGE
+packetLen(0x09bf, 4)
// Packet: 0x09c1
-packetLen(0x09c1, 10) // ZC_C_MARKERINFO
+packetLen(0x09c1, 10)
// Packet: 0x09c2
-packetLen(0x09c2, -1) // HC_SECRETSCAN_DATA
+packetLen(0x09c2, -1)
// Packet: 0x09c3
-packetLen(0x09c3, 10) // CZ_REQ_COUNT_BARGAIN_SALE_ITEM
+packetLen(0x09c3, 10)
// Packet: 0x09c4
-packetLen(0x09c4, 10) // ZC_ACK_COUNT_BARGAIN_SALE_ITEM
+packetLen(0x09c4, 10)
// Packet: 0x09c5
-packetLen(0x09c5, 1042) // CS_LOGIN_QUERY
+packetLen(0x09c5, 1042)
// Packet: 0x09c6
-packetLen(0x09c6, -1) // SC_LOGIN_ANSWER
+packetLen(0x09c6, -1)
// Packet: 0x09c7
-packetLen(0x09c7, 18) // SC_LOGIN_ERROR
+packetLen(0x09c7, 18)
// Packet: 0x09c8
-packetLen(0x09c8, -1) // CA_LOGIN_OTP
+packetLen(0x09c8, -1)
// Packet: 0x09c9
-packetLen(0x09c9, -1) // SC_SOCT
+packetLen(0x09c9, -1)
// Packet: 0x09ca
-packetLen(0x09ca, -1) // ZC_SKILL_ENTRY5
+packetLen(0x09ca, -1)
// Packet: 0x09cb
-packetLen(0x09cb, 17) // ZC_USE_SKILL2
+packetLen(0x09cb, 17)
// Packet: 0x09cc
-packetLen(0x09cc, -1) // ZC_SECRETSCAN_DATA
+packetLen(0x09cc, -1)
// Packet: 0x09cd
-packetLen(0x09cd, 8) // ZC_MSG_COLOR
+packetLen(0x09cd, 8)
// Packet: 0x09ce
-packetLen(0x09ce, 102) // CZ_ITEM_CREATE_EX
+packetLen(0x09ce, 102)
// Packet: 0x09cf
-packetLen(0x09cf, -1) // ZC_NPROTECTGAMEGUARDCSAUTH
+packetLen(0x09cf, -1)
// Packet: 0x09d0
-packetLen(0x09d0, -1) // CZ_NPROTECTGAMEGUARDCSAUTH
+packetLen(0x09d0, -1)
// Packet: 0x09d1
-packetLen(0x09d1, 14) // ZC_PROGRESS_ACTOR
+packetLen(0x09d1, 14)
// Packet: 0x09d2
-packetLen(0x09d2, -1) // ZC_GUILDSTORAGE_ITEMLIST_NORMAL_V5
+packetLen(0x09d2, -1)
// Packet: 0x09d3
-packetLen(0x09d3, -1) // ZC_GUILDSTORAGE_ITEMLIST_EQUIP_V5
+packetLen(0x09d3, -1)
// Packet: 0x09d4
-packetLen(0x09d4, 2) // CZ_NPC_TRADE_QUIT
+packetLen(0x09d4, 2)
// Packet: 0x09d5
-packetLen(0x09d5, -1) // ZC_NPC_MARKET_OPEN
+packetLen(0x09d5, -1)
// Packet: 0x09d6
-packetLen(0x09d6, -1) // CZ_NPC_MARKET_PURCHASE
+packetLen(0x09d6, -1)
// Packet: 0x09d7
-packetLen(0x09d7, -1) // ZC_NPC_MARKET_PURCHASE_RESULT
+packetLen(0x09d7, -1)
// Packet: 0x09d8
-packetLen(0x09d8, 2) // CZ_NPC_MARKET_CLOSE
+packetLen(0x09d8, 2)
// Packet: 0x09d9
-packetLen(0x09d9, 4) // CZ_REQ_GUILDSTORAGE_LOG
+packetLen(0x09d9, 4)
// Packet: 0x09da
-packetLen(0x09da, -1) // ZC_ACK_GUILDSTORAGE_LOG
+packetLen(0x09da, -1)
// Packet: 0x09db
-packetLen(0x09db, -1) // ZC_NOTIFY_MOVEENTRY10
+packetLen(0x09db, -1)
// Packet: 0x09dc
-packetLen(0x09dc, -1) // ZC_NOTIFY_NEWENTRY10
+packetLen(0x09dc, -1)
// Packet: 0x09dd
-packetLen(0x09dd, -1) // ZC_NOTIFY_STANDENTRY10
+packetLen(0x09dd, -1)
// Packet: 0x09de
-packetLen(0x09de, -1) // ZC_WHISPER02
+packetLen(0x09de, -1)
// Packet: 0x09df
-packetLen(0x09df, 7) // ZC_ACK_WHISPER02
+packetLen(0x09df, 7)
// Packet: 0x09e0
-packetLen(0x09e0, -1) // SC_LOGIN_ANSWER_WITH_ID
+packetLen(0x09e0, -1)
// Packet: 0x09e1
-packetLen(0x09e1, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_GUILDSTORAGE
+packetLen(0x09e1, 8)
// Packet: 0x09e2
-packetLen(0x09e2, 8) // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_BODY
+packetLen(0x09e2, 8)
// Packet: 0x09e3
-packetLen(0x09e3, 8) // CZ_MOVE_ITEM_FROM_CART_TO_GUILDSTORAGE
+packetLen(0x09e3, 8)
// Packet: 0x09e4
-packetLen(0x09e4, 8) // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_CART
+packetLen(0x09e4, 8)
// Packet: 0x09e5
-packetLen(0x09e5, 18) // ZC_DELETEITEM_FROM_MCSTORE2
+packetLen(0x09e5, 18)
// Packet: 0x09e6
-packetLen(0x09e6, 24) // ZC_UPDATE_ITEM_FROM_BUYING_STORE2
+packetLen(0x09e6, 24)
// Packet: 0x09e7
-packetLen(0x09e7, 3) // ZC_NOTIFY_UNREAD_RODEX
+packetLen(0x09e7, 3)
// Packet: 0x09e8
-packetLen(0x09e8, 11) // CZ_OPEN_RODEXBOX
+packetLen(0x09e8, 11)
// Packet: 0x09e9
-packetLen(0x09e9, 2) // CZ_CLOSE_RODEXBOX
+packetLen(0x09e9, 2)
// Packet: 0x09ea
-packetLen(0x09ea, 11) // CZ_REQ_READ_RODEX
+packetLen(0x09ea, 11)
// Packet: 0x09eb
-packetLen(0x09eb, -1) // ZC_ACK_READ_RODEX
+packetLen(0x09eb, -1)
// Packet: 0x09ec
-packetLen(0x09ec, -1) // CZ_REQ_SEND_RODEX
+packetLen(0x09ec, -1)
// Packet: 0x09ed
-packetLen(0x09ed, 3) // ZC_ACK_SEND_RODEX
+packetLen(0x09ed, 3)
// Packet: 0x09ee
-packetLen(0x09ee, 11) // CZ_REQ_NEXT_RODEX
+packetLen(0x09ee, 11)
// Packet: 0x09ef
-packetLen(0x09ef, 11) // CZ_REQ_REFRESH_RODEX
+packetLen(0x09ef, 11)
// Packet: 0x09f0
-packetLen(0x09f0, -1) // ZC_ACK_RODEX_LIST
+packetLen(0x09f0, -1)
// Packet: 0x09f1
-packetLen(0x09f1, 11) // CZ_REQ_ZENY_FROM_RODEX
+packetLen(0x09f1, 11)
// Packet: 0x09f2
-packetLen(0x09f2, 12) // ZC_ACK_ZENY_FROM_RODEX
+packetLen(0x09f2, 12)
// Packet: 0x09f3
-packetLen(0x09f3, 11) // CZ_REQ_ITEM_FROM_RODEX
+packetLen(0x09f3, 11)
// Packet: 0x09f4
-packetLen(0x09f4, 12) // ZC_ACK_ITEM_FROM_RODEX
+packetLen(0x09f4, 12)
// Packet: 0x09f5
-packetLen(0x09f5, 11) // CZ_REQ_DELETE_RODEX
+packetLen(0x09f5, 11)
// Packet: 0x09f6
-packetLen(0x09f6, 11) // ZC_ACK_DELETE_RODEX
+packetLen(0x09f6, 11)
// Packet: 0x09f7
-packetLen(0x09f7, 77) // ZC_PROPERTY_HOMUN_2
+packetLen(0x09f7, 77)
// Packet: 0x09f8
-packetLen(0x09f8, -1) // ZC_ALL_QUEST_LIST3
+packetLen(0x09f8, -1)
// Packet: 0x09f9
-packetLen(0x09f9, 143) // ZC_ADD_QUEST_EX
+packetLen(0x09f9, 143)
// Packet: 0x09fa
-packetLen(0x09fa, -1) // ZC_UPDATE_MISSION_HUNT_EX
+packetLen(0x09fa, -1)
// Packet: 0x09fb
-packetLen(0x09fb, -1) // CZ_PET_EVOLUTION
+packetLen(0x09fb, -1)
// Packet: 0x09fc
-packetLen(0x09fc, 6) // ZC_PET_EVOLUTION_RESULT
+packetLen(0x09fc, 6)
// Packet: 0x09fd
-packetLen(0x09fd, -1) // ZC_NOTIFY_MOVEENTRY11
+packetLen(0x09fd, -1)
// Packet: 0x09fe
-packetLen(0x09fe, -1) // ZC_NOTIFY_NEWENTRY11
+packetLen(0x09fe, -1)
// Packet: 0x09ff
-packetLen(0x09ff, -1) // ZC_NOTIFY_STANDENTRY11
+packetLen(0x09ff, -1)
// Packet: 0x0a00
-packetLen(0x0a00, 269) // ZC_SHORTCUT_KEY_LIST_V3
+packetLen(0x0a00, 269)
// Packet: 0x0a01
-packetLen(0x0a01, 3) // CZ_SHORTCUTKEYBAR_ROTATE
+packetLen(0x0a01, 3)
// Packet: 0x0a02
-packetLen(0x0a02, 4) // ZC_DRESSROOM_OPEN
+packetLen(0x0a02, 4)
// Packet: 0x0a03
-packetLen(0x0a03, 2) // CZ_REQ_CANCEL_WRITE_RODEX
+packetLen(0x0a03, 2)
// Packet: 0x0a04
-packetLen(0x0a04, 6) // CZ_REQ_ADD_ITEM_RODEX
+packetLen(0x0a04, 6)
// Packet: 0x0a05
-packetLen(0x0a05, 63) // ZC_ACK_ADD_ITEM_RODEX
+packetLen(0x0a05, 63)
// Packet: 0x0a06
-packetLen(0x0a06, 6) // CZ_REQ_REMOVE_RODEX_ITEM
+packetLen(0x0a06, 6)
// Packet: 0x0a07
-packetLen(0x0a07, 9) // ZC_ACK_REMOVE_RODEX_ITEM
+packetLen(0x0a07, 9)
// Packet: 0x0a08
-packetLen(0x0a08, 26) // CZ_REQ_OPEN_WRITE_RODEX
+packetLen(0x0a08, 26)
// Packet: 0x0a09
-packetLen(0x0a09, 55) // ZC_ADD_EXCHANGE_ITEM3
+packetLen(0x0a09, 55)
// Packet: 0x0a0a
-packetLen(0x0a0a, 57) // ZC_ADD_ITEM_TO_STORE3
+packetLen(0x0a0a, 57)
// Packet: 0x0a0b
-packetLen(0x0a0b, 57) // ZC_ADD_ITEM_TO_CART3
+packetLen(0x0a0b, 57)
// Packet: 0x0a0c
-packetLen(0x0a0c, 66) // ZC_ITEM_PICKUP_ACK_V6
+packetLen(0x0a0c, 66)
// Packet: 0x0a0d
-packetLen(0x0a0d, -1) // ZC_INVENTORY_ITEMLIST_EQUIP_V6
+packetLen(0x0a0d, -1)
// Packet: 0x0a0e
-packetLen(0x0a0e, 14) // ZC_BATTLEFIELD_NOTIFY_HP2
+packetLen(0x0a0e, 14)
// Packet: 0x0a0f
-packetLen(0x0a0f, -1) // ZC_CART_ITEMLIST_EQUIP_V6
+packetLen(0x0a0f, -1)
// Packet: 0x0a10
-packetLen(0x0a10, -1) // ZC_STORE_ITEMLIST_EQUIP_V6
+packetLen(0x0a10, -1)
// Packet: 0x0a11
-packetLen(0x0a11, -1) // ZC_GUILDSTORAGE_ITEMLIST_EQUIP_V6
+packetLen(0x0a11, -1)
// Packet: 0x0a12
-packetLen(0x0a12, 27) // ZC_ACK_OPEN_WRITE_RODEX
+packetLen(0x0a12, 27)
// Packet: 0x0a13
-packetLen(0x0a13, 26) // CZ_CHECK_RECEIVE_CHARACTER_NAME
+packetLen(0x0a13, 26)
// Packet: 0x0a14
-packetLen(0x0a14, 10) // ZC_CHECK_RECEIVE_CHARACTER_NAME
+packetLen(0x0a14, 10)
// Packet: 0x0a15
-packetLen(0x0a15, 12) // ZC_GOLDPCCAFE_POINT
+packetLen(0x0a15, 12)
// Packet: 0x0a16
-packetLen(0x0a16, 26) // CZ_DYNAMICNPC_CREATE_REQUEST
+packetLen(0x0a16, 26)
// Packet: 0x0a17
-packetLen(0x0a17, 6) // ZC_DYNAMICNPC_CREATE_RESULT
+packetLen(0x0a17, 6)
// Packet: 0x0a18
-packetLen(0x0a18, 14) // ZC_ACCEPT_ENTER3
+packetLen(0x0a18, 14)
// Packet: 0x0a19
-packetLen(0x0a19, 2) // CZ_REQ_OPEN_ROULETTE
+packetLen(0x0a19, 2)
// Packet: 0x0a1a
-packetLen(0x0a1a, 25) // ZC_ACK_OPEN_ROULETTE
+packetLen(0x0a1a, 25)
// Packet: 0x0a1b
-packetLen(0x0a1b, 2) // CZ_REQ_ROULETTE_INFO
+packetLen(0x0a1b, 2)
// Packet: 0x0a1c
-packetLen(0x0a1c, -1) // ZC_ACK_ROULEITTE_INFO
+packetLen(0x0a1c, -1)
// Packet: 0x0a1d
-packetLen(0x0a1d, 2) // CZ_REQ_CLOSE_ROULETTE
+packetLen(0x0a1d, 2)
// Packet: 0x0a1e
-packetLen(0x0a1e, 3) // ZC_ACK_CLOSE_ROULETTE
+packetLen(0x0a1e, 3)
// Packet: 0x0a1f
-packetLen(0x0a1f, 2) // CZ_REQ_GENERATE_ROULETTE
+packetLen(0x0a1f, 2)
// Packet: 0x0a20
-packetLen(0x0a20, 23) // ZC_ACK_GENERATE_ROULETTE
+packetLen(0x0a20, 23)
// Packet: 0x0a21
-packetLen(0x0a21, 3) // CZ_RECV_ROULETTE_ITEM
+packetLen(0x0a21, 3)
// Packet: 0x0a22
-packetLen(0x0a22, 7) // ZC_RECV_ROULETTE_ITEM
+packetLen(0x0a22, 7)
// Packet: 0x0a23
-packetLen(0x0a23, -1) // ZC_ALL_ACH_LIST
+packetLen(0x0a23, -1)
// Packet: 0x0a24
-packetLen(0x0a24, 66) // ZC_ACH_UPDATE
+packetLen(0x0a24, 66)
// Packet: 0x0a25
-packetLen(0x0a25, 6) // CZ_REQ_ACH_REWARD
+packetLen(0x0a25, 6)
// Packet: 0x0a26
-packetLen(0x0a26, 7) // ZC_REQ_ACH_REWARD_ACK
+packetLen(0x0a26, 7)
// Packet: 0x0a27
-packetLen(0x0a27, 8) // ZC_RECOVERY2
+packetLen(0x0a27, 8)
// Packet: 0x0a28
-packetLen(0x0a28, 3) // ZC_ACK_OPENSTORE2
+packetLen(0x0a28, 3)
// Packet: 0x0a29
-packetLen(0x0a29, 6) // ZC_REQ_AU_BOT
+packetLen(0x0a29, 6)
// Packet: 0x0a2a
-packetLen(0x0a2a, 6) // CZ_ACK_AU_BOT
+packetLen(0x0a2a, 6)
// Packet: 0x0a2b
-packetLen(0x0a2b, 14) // ZC_SE_CASHSHOP_OPEN2
+packetLen(0x0a2b, 14)
// Packet: 0x0a2c
-packetLen(0x0a2c, 12) // ZC_SE_PC_BUY_TAIWANCASHITEM_RESULT
+packetLen(0x0a2c, 12)
// Packet: 0x0a2d
-packetLen(0x0a2d, -1) // ZC_EQUIPWIN_MICROSCOPE_V6
+packetLen(0x0a2d, -1)
// Packet: 0x0a2e
-packetLen(0x0a2e, 6) // CZ_REQ_CHANGE_TITLE
+packetLen(0x0a2e, 6)
// Packet: 0x0a2f
-packetLen(0x0a2f, 7) // ZC_ACK_CHANGE_TITLE
+packetLen(0x0a2f, 7)
// Packet: 0x0a30
-packetLen(0x0a30, 106) // ZC_ACK_REQNAMEALL2
+packetLen(0x0a30, 106)
// Packet: 0x0a31
-packetLen(0x0a31, -1) // ZC_RESULT_PACKAGE_ITEM_TEST
+packetLen(0x0a31, -1)
// Packet: 0x0a32
-packetLen(0x0a32, 2) // ZC_OPEN_RODEX_THROUGH_NPC_ONLY
+packetLen(0x0a32, 2)
// Packet: 0x0a33
-packetLen(0x0a33, 7) // ZC_UPDATE_ROULETTE_COIN
+packetLen(0x0a33, 7)
// Packet: 0x0a34
-packetLen(0x0a34, 6) // ZC_UPDATE_TAIWANCASH
+packetLen(0x0a34, 6)
// Packet: 0x0a35
-packetLen(0x0a35, 4) // CZ_REQ_ONECLICK_ITEMIDENTIFY
+packetLen(0x0a35, 4)
// Packet: 0x0a36
-packetLen(0x0a36, 7) // ZC_HP_INFO_TINY
+packetLen(0x0a36, 7)
// Packet: 0x0a37
-packetLen(0x0a37, 69) // ZC_ITEM_PICKUP_ACK_V7
+packetLen(0x0a37, 69)
// Packet: 0x0a38
-packetLen(0x0a38, 3) // ZC_OPEN_UI
+packetLen(0x0a38, 3)
// Packet: 0x0a39
-packetLen(0x0a39, 36) // CH_MAKE_CHAR
+packetLen(0x0a39, 36)
// Packet: 0x0a3a
packetLen(0x0a3a, 12)
// Packet: 0x0a3b
-packetLen(0x0a3b, -1) // ZC_HAT_EFFECT
+packetLen(0x0a3b, -1)
// Packet: 0x0a3c
packetLen(0x0a3c, -1)
@@ -3793,37 +3793,37 @@ packetLen(0x0a3f, 11)
packetLen(0x0a40, 11)
// Packet: 0x0a41
-packetLen(0x0a41, 18) // ZC_AOE_EFFECT_SKILL
+packetLen(0x0a41, 18)
// Packet: 0x0a42
packetLen(0x0a42, 43)
// Packet: 0x0a43
-packetLen(0x0a43, 85) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0a43, 85)
// Packet: 0x0a44
-packetLen(0x0a44, -1) // ZC_GROUP_LIST
+packetLen(0x0a44, -1)
// Packet: 0x0a46
-packetLen(0x0a46, 14) // CZ_REQ_STYLE_CHANGE
+packetLen(0x0a46, 14)
// Packet: 0x0a47
-packetLen(0x0a47, 3) // ZC_STYLE_CHANGE_RES
+packetLen(0x0a47, 3)
// Packet: 0x0a48
-packetLen(0x0a48, 2) // CZ_STYLE_CLOSE
+packetLen(0x0a48, 2)
// Packet: 0x0a49
-packetLen(0x0a49, 22) // CZ_PRIVATE_AIRSHIP_REQUEST
+packetLen(0x0a49, 22)
// Packet: 0x0a4a
-packetLen(0x0a4a, 6) // ZC_PRIVATE_AIRSHIP_RESPONSE
+packetLen(0x0a4a, 6)
// Packet: 0x0a4b
-packetLen(0x0a4b, 22) // ZC_AIRSHIP_MAPMOVE
+packetLen(0x0a4b, 22)
// Packet: 0x0a4c
-packetLen(0x0a4c, 28) // ZC_AIRSHIP_SERVERMOVE
+packetLen(0x0a4c, 28)
// Packet: 0x0a4d
packetLen(0x0a4d, -1)
@@ -3838,7 +3838,7 @@ packetLen(0x0a4f, -1)
packetLen(0x0a50, 4)
// Packet: 0x0a51
-packetLen(0x0a51, 34) // ZC_CHECK_RECEIVE_CHARACTER_NAME
+packetLen(0x0a51, 34)
// Packet: 0x0a52
packetLen(0x0a52, 20)
@@ -3877,7 +3877,7 @@ packetLen(0x0a5c, 18)
packetLen(0x0a5d, 6)
// Packet: 0x0a68
-packetLen(0x0a68, 3) // CZ_REQ_OPEN_UI
+packetLen(0x0a68, 3)
// Packet: 0x0a69
packetLen(0x0a69, 6)
@@ -3895,10 +3895,10 @@ packetLen(0x0a6c, 7)
packetLen(0x0a6d, -1)
// Packet: 0x0a6e
-packetLen(0x0a6e, -1) // CZ_REQ_SEND_RODEX
+packetLen(0x0a6e, -1)
// Packet: 0x0a6f
-packetLen(0x0a6f, -1) // ZC_FORMATSTRING_MSG_COLOR
+packetLen(0x0a6f, -1)
// Packet: 0x0a70
packetLen(0x0a70, 2)
@@ -3919,7 +3919,7 @@ packetLen(0x0a74, 8)
packetLen(0x0a76, 80)
// Packet: 0x0a77
-packetLen(0x0a77, 15) // CZ_CAMERA_INFO
+packetLen(0x0a77, 15)
// Packet: 0x0a78
packetLen(0x0a78, 15)
@@ -3934,13 +3934,13 @@ packetLen(0x0a7b, -1)
packetLen(0x0a7c, -1)
// Packet: 0x0a7d
-packetLen(0x0a7d, -1) // ZC_ACK_RODEX_LIST
+packetLen(0x0a7d, -1)
// Packet: 0x0a7e
-packetLen(0x0a7e, -1) // ZC_OFFLINE_STORE_OWNER_ITEMS_READY
+packetLen(0x0a7e, -1)
// Packet: 0x0a7f
-packetLen(0x0a7f, -1) // CZ_OFFLINE_STORE_CREATE
+packetLen(0x0a7f, -1)
// Packet: 0x0a80
packetLen(0x0a80, 6)
@@ -3955,7 +3955,7 @@ packetLen(0x0a82, 46)
packetLen(0x0a83, 46)
// Packet: 0x0a84
-packetLen(0x0a84, 94) // ZC_GUILD_INFO
+packetLen(0x0a84, 94)
// Packet: 0x0a85
packetLen(0x0a85, 82)
@@ -3964,16 +3964,16 @@ packetLen(0x0a85, 82)
packetLen(0x0a86, -1)
// Packet: 0x0a87
-packetLen(0x0a87, -1) // ZC_BAN_LIST
+packetLen(0x0a87, -1)
// Packet: 0x0a88
-packetLen(0x0a88, 2) // CZ_COOLDOWN_RESET
+packetLen(0x0a88, 2)
// Packet: 0x0a89
-packetLen(0x0a89, 61) // ZC_NOTIFY_OFFLINE_STORE
+packetLen(0x0a89, 61)
// Packet: 0x0a8a
-packetLen(0x0a8a, 6) // ZC_OFFLINE_STORE_VANISH
+packetLen(0x0a8a, 6)
// Packet: 0x0a8b
packetLen(0x0a8b, 2)
@@ -3982,7 +3982,7 @@ packetLen(0x0a8b, 2)
packetLen(0x0a8c, 2)
// Packet: 0x0a8d
-packetLen(0x0a8d, -1) // ZC_OFFLINE_STORE_OWNER_ITEMS
+packetLen(0x0a8d, -1)
// Packet: 0x0a8e
packetLen(0x0a8e, 2)
@@ -3994,7 +3994,7 @@ packetLen(0x0a8f, 2)
packetLen(0x0a90, 3)
// Packet: 0x0a91
-packetLen(0x0a91, -1) // ZC_OFFLINE_STORE_ITEMS
+packetLen(0x0a91, -1)
// Packet: 0x0a92
packetLen(0x0a92, -1)
@@ -4009,28 +4009,28 @@ packetLen(0x0a94, 2)
packetLen(0x0a95, 4)
// Packet: 0x0a96
-packetLen(0x0a96, 61) // ZC_ADD_EXCHANGE_ITEM4
+packetLen(0x0a96, 61)
// Packet: 0x0a97
-packetLen(0x0a97, 8) // CZ_ALT_EQUIPMENT_ADD
+packetLen(0x0a97, 8)
// Packet: 0x0a98
-packetLen(0x0a98, 10) // ZC_ALT_EQUIPMENT_EQUIP
+packetLen(0x0a98, 10)
// Packet: 0x0a99
-packetLen(0x0a99, 4) // CZ_ALT_EQUIPMENT_REMOVE
+packetLen(0x0a99, 4)
// Packet: 0x0a9a
-packetLen(0x0a9a, 10) // ZC_ALT_EQUIPMENT_REMOVE
+packetLen(0x0a9a, 10)
// Packet: 0x0a9b
-packetLen(0x0a9b, -1) // ZC_ALT_EQUIPMENT_ITEMS
+packetLen(0x0a9b, -1)
// Packet: 0x0a9c
-packetLen(0x0a9c, 2) // CZ_ALT_EQUIPMENT_SWITCH
+packetLen(0x0a9c, 2)
// Packet: 0x0a9d
-packetLen(0x0a9d, 4) // ZC_ALT_EQUIPMENT_SWITCH_ACK
+packetLen(0x0a9d, 4)
// Packet: 0x0a9e
packetLen(0x0a9e, 2)
@@ -4039,28 +4039,28 @@ packetLen(0x0a9e, 2)
packetLen(0x0a9f, 2)
// Packet: 0x0aa0
-packetLen(0x0aa0, 2) // ZC_REFINE_OPEN_WINDOW
+packetLen(0x0aa0, 2)
// Packet: 0x0aa1
-packetLen(0x0aa1, 4) // CZ_REFINE_ADD_ITEM
+packetLen(0x0aa1, 4)
// Packet: 0x0aa2
-packetLen(0x0aa2, -1) // ZC_REFINE_ADD_ITEM
+packetLen(0x0aa2, -1)
// Packet: 0x0aa3
-packetLen(0x0aa3, 9) // CZ_REFINE_ITEM_REQUEST
+packetLen(0x0aa3, 9)
// Packet: 0x0aa4
-packetLen(0x0aa4, 2) // CZ_REFINE_WINDOW_CLOSE
+packetLen(0x0aa4, 2)
// Packet: 0x0aa5
-packetLen(0x0aa5, -1) // ZC_MEMBERMGR_INFO
+packetLen(0x0aa5, -1)
// Packet: 0x0aa6
-packetLen(0x0aa6, 36) // ZC_MEMBER_ADD
+packetLen(0x0aa6, 36)
// Packet: 0x0aa7
-packetLen(0x0aa7, 6) // ZC_INVENTORY_MOVE_FAILED
+packetLen(0x0aa7, 6)
// Packet: 0x0aa8
packetLen(0x0aa8, 5)
@@ -4093,7 +4093,7 @@ packetLen(0x0ab0, 6)
packetLen(0x0ab1, 14)
// Packet: 0x0ab2
-packetLen(0x0ab2, 7) // ZC_GROUP_ISALIVE
+packetLen(0x0ab2, 7)
// Packet: 0x0ab3
packetLen(0x0ab3, 19)
@@ -4114,7 +4114,7 @@ packetLen(0x0ab7, 4)
packetLen(0x0ab8, 2)
// Packet: 0x0ab9
-packetLen(0x0ab9, 47) // ZC_ITEM_PREVIEW
+packetLen(0x0ab9, 47)
// Packet: 0x0aba
packetLen(0x0aba, 2)
@@ -4126,40 +4126,40 @@ packetLen(0x0abb, 2)
packetLen(0x0abc, -1)
// Packet: 0x0abd
-packetLen(0x0abd, 10) // ZC_PARTY_MEMBER_JOB_LEVEL
+packetLen(0x0abd, 10)
// Packet: 0x0abe
-packetLen(0x0abe, -1) // ZC_WARPLIST
+packetLen(0x0abe, -1)
// Packet: 0x0abf
packetLen(0x0abf, -1)
// Packet: 0x0ac0
-packetLen(0x0ac0, 26) // CZ_OPEN_RODEXBOX
+packetLen(0x0ac0, 26)
// Packet: 0x0ac1
-packetLen(0x0ac1, 26) // CZ_REQ_REFRESH_RODEX
+packetLen(0x0ac1, 26)
// Packet: 0x0ac2
-packetLen(0x0ac2, -1) // ZC_ACK_RODEX_LIST
+packetLen(0x0ac2, -1)
// Packet: 0x0ac3
packetLen(0x0ac3, 2)
// Packet: 0x0ac4
-packetLen(0x0ac4, -1) // AC_ACCEPT_LOGIN
+packetLen(0x0ac4, -1)
// Packet: 0x0ac5
-packetLen(0x0ac5, 156) // HC_NOTIFY_ZONESVR
+packetLen(0x0ac5, 156)
// Packet: 0x0ac6
packetLen(0x0ac6, 156)
// Packet: 0x0ac7
-packetLen(0x0ac7, 156) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0ac7, 156)
// Packet: 0x0ac8
-packetLen(0x0ac8, 2) // ZC_UNKNOWN_CLEAN_ITEMS_LISTS
+packetLen(0x0ac8, 2)
// Packet: 0x0ac9
packetLen(0x0ac9, -1)
@@ -4168,10 +4168,10 @@ packetLen(0x0ac9, -1)
packetLen(0x0aca, 3)
// Packet: 0x0acb
-packetLen(0x0acb, 12) // ZC_PAR_CHANGE
+packetLen(0x0acb, 12)
// Packet: 0x0acc
-packetLen(0x0acc, 18) // ZC_NOTIFY_EXP
+packetLen(0x0acc, 18)
// Packet: 0x0acd
packetLen(0x0acd, 23)
@@ -4180,13 +4180,13 @@ packetLen(0x0acd, 23)
packetLen(0x0ace, 4)
// Packet: 0x0acf
-packetLen(0x0acf, 68) // CA_LOGIN_OTP
+packetLen(0x0acf, 68)
// Packet: 0x0ad0
-packetLen(0x0ad0, 11) // CA_OTP_CODE
+packetLen(0x0ad0, 11)
// Packet: 0x0ad1
-packetLen(0x0ad1, -1) // AC_LOGIN_OTP
+packetLen(0x0ad1, -1)
// Packet: 0x0ad2
packetLen(0x0ad2, 30)
@@ -4213,22 +4213,22 @@ packetLen(0x0ad8, 8)
packetLen(0x0ad9, -1)
// Packet: 0x0ada
-packetLen(0x0ada, 32) // ZC_REFINE_STATUS
+packetLen(0x0ada, 32)
// Packet: 0x0adb
packetLen(0x0adb, -1)
// Packet: 0x0adc
-packetLen(0x0adc, 6) // ZC_EQUIPWIN_OTHER
+packetLen(0x0adc, 6)
// Packet: 0x0add
-packetLen(0x0add, 24) // ZC_ITEM_FALL_ENTRY
+packetLen(0x0add, 24)
// Packet: 0x0ade
-packetLen(0x0ade, 6) // ZC_OVERWEIGHT_PERCENT
+packetLen(0x0ade, 6)
// Packet: 0x0adf
-packetLen(0x0adf, 58) // ZC_ACK_REQNAME_TITLE
+packetLen(0x0adf, 58)
// Packet: 0x0ae0
packetLen(0x0ae0, 30)
@@ -4237,16 +4237,16 @@ packetLen(0x0ae0, 30)
packetLen(0x0ae1, 28)
// Packet: 0x0ae2
-packetLen(0x0ae2, 7) // ZC_OPEN_UI
+packetLen(0x0ae2, 7)
// Packet: 0x0ae3
-packetLen(0x0ae3, -1) // AC_LOGIN_OTP
+packetLen(0x0ae3, -1)
// Packet: 0x0ae4
-packetLen(0x0ae4, 89) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0ae4, 89)
// Packet: 0x0ae5
-packetLen(0x0ae5, -1) // ZC_GROUP_LIST
+packetLen(0x0ae5, -1)
// Packet: 0x0ae6
packetLen(0x0ae6, 10)
@@ -4258,7 +4258,7 @@ packetLen(0x0ae7, 38)
packetLen(0x0ae8, 2)
// Packet: 0x0ae9
-packetLen(0x0ae9, 13) // HC_SECOND_PASSWD_LOGIN
+packetLen(0x0ae9, 13)
// Packet: 0x0aec
packetLen(0x0aec, 2)
@@ -4270,10 +4270,10 @@ packetLen(0x0aed, 2)
packetLen(0x0aee, 2)
// Packet: 0x0aef
-packetLen(0x0aef, 2) // CZ_ATTENDANCE_REWARD_REQUEST
+packetLen(0x0aef, 2)
// Packet: 0x0af0
-packetLen(0x0af0, 10) // ZC_UI_ACTION
+packetLen(0x0af0, 10)
// Packet: 0x0af2
packetLen(0x0af2, 40)
@@ -4282,16 +4282,16 @@ packetLen(0x0af2, 40)
packetLen(0x0af3, -1)
// Packet: 0x0af4
-packetLen(0x0af4, 11) // CZ_USE_SKILL_TOGROUND
+packetLen(0x0af4, 11)
// Packet: 0x0af5
packetLen(0x0af5, 3)
// Packet: 0x0af6
-packetLen(0x0af6, 88) // ZC_ACK_RANKING
+packetLen(0x0af6, 88)
// Packet: 0x0af7
-packetLen(0x0af7, 32) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0af7, 32)
// Packet: 0x0af8
packetLen(0x0af8, 11)
@@ -4303,19 +4303,19 @@ packetLen(0x0af9, 6)
packetLen(0x0afa, 54)
// Packet: 0x0afb
-packetLen(0x0afb, -1) // ZC_AUTOSPELLLIST
+packetLen(0x0afb, -1)
// Packet: 0x0afc
-packetLen(0x0afc, 16) // CZ_REQ_STYLE_CHANGE2
+packetLen(0x0afc, 16)
// Packet: 0x0afd
-packetLen(0x0afd, -1) // ZC_GUILD_POSITION
+packetLen(0x0afd, -1)
// Packet: 0x0afe
-packetLen(0x0afe, -1) // ZC_UPDATE_MISSION_HUNT_EX
+packetLen(0x0afe, -1)
// Packet: 0x0aff
-packetLen(0x0aff, -1) // ZC_ALL_QUEST_LIST4
+packetLen(0x0aff, -1)
// Packet: 0x0b00
packetLen(0x0b00, 8)
@@ -4324,10 +4324,10 @@ packetLen(0x0b00, 8)
packetLen(0x0b01, 56)
// Packet: 0x0b02
-packetLen(0x0b02, 26) // AC_REFUSE_LOGIN4
+packetLen(0x0b02, 26)
// Packet: 0x0b03
-packetLen(0x0b03, -1) // ZC_EQUIPWIN_MICROSCOPE_V7
+packetLen(0x0b03, -1)
// Packet: 0x0b04
#if PACKETVER >= 20190807
@@ -4339,81 +4339,81 @@ packetLen(0x0b04, 80)
#endif
// Packet: 0x0b05
-packetLen(0x0b05, 63) // ZC_OFFLINE_STORE_VISIBLE
+packetLen(0x0b05, 63)
// Packet: 0x0b07
packetLen(0x0b07, -1)
// Packet: 0x0b08
-packetLen(0x0b08, -1) // ZC_INVENTORY_START
+packetLen(0x0b08, -1)
// Packet: 0x0b09
-packetLen(0x0b09, -1) // ZC_STORE_ITEMLIST_NORMAL_V6
+packetLen(0x0b09, -1)
// Packet: 0x0b0a
-packetLen(0x0b0a, -1) // ZC_STORE_ITEMLIST_EQUIP_V6
+packetLen(0x0b0a, -1)
// Packet: 0x0b0b
-packetLen(0x0b0b, 4) // ZC_INVENTORY_END
+packetLen(0x0b0b, 4)
// Packet: 0x0b0c
-packetLen(0x0b0c, 155) // ZC_ADD_QUEST_EX
+packetLen(0x0b0c, 155)
// Packet: 0x0b0d
-packetLen(0x0b0d, 10) // ZC_REMOVE_EFFECT
+packetLen(0x0b0d, 10)
// Packet: 0x0b0e
-packetLen(0x0b0e, -1) // ZC_NPC_BARTER_OPEN
+packetLen(0x0b0e, -1)
// Packet: 0x0b0f
-packetLen(0x0b0f, -1) // CZ_NPC_BARTER_PURCHASE
+packetLen(0x0b0f, -1)
// Packet: 0x0b10
-packetLen(0x0b10, 10) // CZ_START_USE_SKILL
+packetLen(0x0b10, 10)
// Packet: 0x0b11
-packetLen(0x0b11, 4) // CZ_STOP_USE_SKILL
+packetLen(0x0b11, 4)
// Packet: 0x0b12
-packetLen(0x0b12, 2) // CZ_NPC_BARTER_CLOSE
+packetLen(0x0b12, 2)
// Packet: 0x0b13
-packetLen(0x0b13, 48) // ZC_ITEM_PREVIEW
+packetLen(0x0b13, 48)
// Packet: 0x0b14
-packetLen(0x0b14, 2) // CZ_INVENTORY_EXPAND
+packetLen(0x0b14, 2)
// Packet: 0x0b15
-packetLen(0x0b15, 7) // ZC_ACK_INVENTORY_EXPAND
+packetLen(0x0b15, 7)
// Packet: 0x0b16
-packetLen(0x0b16, 2) // CZ_INVENTORY_EXPAND_CONFIRMED
+packetLen(0x0b16, 2)
// Packet: 0x0b17
-packetLen(0x0b17, 3) // ZC_ACK_INVENTORY_EXPAND_RESULT
+packetLen(0x0b17, 3)
// Packet: 0x0b18
-packetLen(0x0b18, 4) // ZC_INVENTORY_EXPANSION_INFO
+packetLen(0x0b18, 4)
// Packet: 0x0b19
-packetLen(0x0b19, 2) // CZ_INVENTORY_EXPAND_REJECTED
+packetLen(0x0b19, 2)
// Packet: 0x0b1a
-packetLen(0x0b1a, 29) // ZC_USESKILL_ACK3
+packetLen(0x0b1a, 29)
// Packet: 0x0b1b
#if PACKETVER >= 20190213
-packetLen(0x0b1b, 2) // ZC_ALT_PING
+packetLen(0x0b1b, 2)
#endif
// Packet: 0x0b1c
#if PACKETVER >= 20190220
-packetLen(0x0b1c, 2) // CZ_PING
+packetLen(0x0b1c, 2)
#endif
// Packet: 0x0b1d
#if PACKETVER >= 20190220
-packetLen(0x0b1d, 2) // ZC_PING
+packetLen(0x0b1d, 2)
#endif
// Packet: 0x0b1e
@@ -4438,25 +4438,25 @@ packetLen(0x0b1f, 10)
// Packet: 0x0b20
#if PACKETVER >= 20190403
-packetLen(0x0b20, 271) // ZC_SHORTCUT_KEY_LIST_V4
+packetLen(0x0b20, 271)
#endif
// Packet: 0x0b21
#if PACKETVER >= 20190403
-packetLen(0x0b21, 13) // CZ_SHORTCUT_KEY_CHANGE
+packetLen(0x0b21, 13)
#elif PACKETVER >= 20190306
// removed
#elif PACKETVER >= 20190227
-packetLen(0x0b21, 10) // CZ_SHORTCUT_KEY_CHANGE
+packetLen(0x0b21, 10)
#endif
// Packet: 0x0b22
#if PACKETVER >= 20190403
-packetLen(0x0b22, 5) // CZ_SHORTCUTKEYBAR_ROTATE
+packetLen(0x0b22, 5)
#elif PACKETVER >= 20190306
// removed
#elif PACKETVER >= 20190227
-packetLen(0x0b22, 6) // CZ_SHORTCUTKEYBAR_ROTATE
+packetLen(0x0b22, 6)
#endif
// Packet: 0x0b23
@@ -4537,7 +4537,7 @@ packetLen(0x0b2e, 4)
// Packet: 0x0b2f
#if PACKETVER >= 20190529
-packetLen(0x0b2f, 73) // ZC_PROPERTY_HOMUN_3
+packetLen(0x0b2f, 73)
#endif
// Packet: 0x0b30
@@ -4547,17 +4547,17 @@ packetLen(0x0b30, -1)
// Packet: 0x0b31
#if PACKETVER >= 20190619
-packetLen(0x0b31, 17) // ZC_ADD_SKILL
+packetLen(0x0b31, 17)
#endif
// Packet: 0x0b32
#if PACKETVER >= 20190619
-packetLen(0x0b32, -1) // ZC_SKILLINFO_LIST
+packetLen(0x0b32, -1)
#endif
// Packet: 0x0b33
#if PACKETVER >= 20190619
-packetLen(0x0b33, 17) // ZC_SKILLINFO_UPDATE2
+packetLen(0x0b33, 17)
#endif
// Packet: 0x0b34
@@ -4583,7 +4583,9 @@ packetLen(0x0b37, -1)
#endif
// Packet: 0x0b38
-#if PACKETVER >= 20190724
+#if PACKETVER >= 20191002
+// removed
+#elif PACKETVER >= 20190724
packetLen(0x0b38, -1)
#endif
@@ -4593,12 +4595,16 @@ packetLen(0x0b39, -1)
#endif
// Packet: 0x0b3a
-#if PACKETVER >= 20190724
+#if PACKETVER >= 20191002
+// removed
+#elif PACKETVER >= 20190724
packetLen(0x0b3a, 4)
#endif
// Packet: 0x0b3b
-#if PACKETVER >= 20190724
+#if PACKETVER >= 20191002
+// removed
+#elif PACKETVER >= 20190724
packetLen(0x0b3b, 4)
#endif
@@ -4618,7 +4624,9 @@ packetLen(0x0b3e, -1)
#endif
// Packet: 0x0b3f
-#if PACKETVER >= 20190724
+#if PACKETVER >= 20191016
+packetLen(0x0b3f, 63)
+#elif PACKETVER >= 20190724
packetLen(0x0b3f, 64)
#endif
@@ -4628,12 +4636,16 @@ packetLen(0x0b40, -1)
#endif
// Packet: 0x0b41
-#if PACKETVER >= 20190724
+#if PACKETVER >= 20191016
+packetLen(0x0b41, 69)
+#elif PACKETVER >= 20190724
packetLen(0x0b41, 41)
#endif
// Packet: 0x0b42
-#if PACKETVER >= 20190724
+#if PACKETVER >= 20191016
+packetLen(0x0b42, 61)
+#elif PACKETVER >= 20190724
packetLen(0x0b42, 30)
#endif
@@ -4643,12 +4655,16 @@ packetLen(0x0b43, 47)
#endif
// Packet: 0x0b44
-#if PACKETVER >= 20190724
+#if PACKETVER >= 20191016
+packetLen(0x0b44, 57)
+#elif PACKETVER >= 20190724
packetLen(0x0b44, 32)
#endif
// Packet: 0x0b45
-#if PACKETVER >= 20190724
+#if PACKETVER >= 20191016
+packetLen(0x0b45, 57)
+#elif PACKETVER >= 20190724
packetLen(0x0b45, 32)
#endif
@@ -4750,29 +4766,55 @@ packetLen(0x0b58, 2)
#endif
// Packet: 0x0b59
-#if PACKETVER >= 20190918
+#if PACKETVER >= 20191016
+packetLen(0x0b59, 4)
+#elif PACKETVER >= 20190918
packetLen(0x0b59, 2)
#endif
// Packet: 0x0b5a
-#if PACKETVER >= 20190918
+#if PACKETVER >= 20191016
+packetLen(0x0b5a, -1)
+#elif PACKETVER >= 20190918
packetLen(0x0b5a, 4)
#endif
// Packet: 0x0b5b
-#if PACKETVER >= 20190918
+#if PACKETVER >= 20191016
+packetLen(0x0b5b, 14)
+#elif PACKETVER >= 20190918
packetLen(0x0b5b, -1)
#endif
// Packet: 0x0b5c
-#if PACKETVER >= 20190918
+#if PACKETVER >= 20191016
+packetLen(0x0b5c, 2)
+#elif PACKETVER >= 20191002
+packetLen(0x0b5c, 14)
+#elif PACKETVER >= 20190918
packetLen(0x0b5c, 10)
#endif
// Packet: 0x0b5d
-#if PACKETVER >= 20190918
+#if PACKETVER >= 20191016
+packetLen(0x0b5d, 10)
+#elif PACKETVER >= 20190918
packetLen(0x0b5d, 2)
#endif
+// Packet: 0x0b5e
+#if PACKETVER >= 20191016
+packetLen(0x0b5e, 33)
+#elif PACKETVER >= 20191002
+packetLen(0x0b5e, 10)
+#endif
+
+// Packet: 0x0b5f
+#if PACKETVER >= 20191016
+// removed
+#elif PACKETVER >= 20191002
+packetLen(0x0b5f, 33)
+#endif
+
#endif /* COMMON_PACKETS2019_LEN_RE_H */
diff --git a/src/common/packets/packets2019_len_zero.h b/src/common/packets/packets2019_len_zero.h
index 9cdc9db05..ba73aac45 100644
--- a/src/common/packets/packets2019_len_zero.h
+++ b/src/common/packets/packets2019_len_zero.h
@@ -25,3751 +25,3751 @@
/* This file is autogenerated, please do not commit manual changes */
// Packet: 0x0064
-packetLen(0x0064, 55) // CA_LOGIN
+packetLen(0x0064, 55)
// Packet: 0x0065
-packetLen(0x0065, 17) // CH_ENTER
+packetLen(0x0065, 17)
// Packet: 0x0066
-packetLen(0x0066, 3) // CH_SELECT_CHAR
+packetLen(0x0066, 3)
// Packet: 0x0067
-packetLen(0x0067, 37) // CH_MAKE_CHAR
+packetLen(0x0067, 37)
// Packet: 0x0068
-packetLen(0x0068, 46) // CH_DELETE_CHAR
+packetLen(0x0068, 46)
// Packet: 0x0069
-packetLen(0x0069, -1) // AC_ACCEPT_LOGIN
+packetLen(0x0069, -1)
// Packet: 0x006a
-packetLen(0x006a, 23) // AC_REFUSE_LOGIN
+packetLen(0x006a, 23)
// Packet: 0x006b
-packetLen(0x006b, -1) // HC_ACCEPT_ENTER
+packetLen(0x006b, -1)
// Packet: 0x006c
-packetLen(0x006c, 3) // HC_REFUSE_ENTER
+packetLen(0x006c, 3)
// Packet: 0x006d
-packetLen(0x006d, 157) // HC_ACCEPT_MAKECHAR
+packetLen(0x006d, 157)
// Packet: 0x006e
-packetLen(0x006e, 3) // HC_REFUSE_MAKECHAR
+packetLen(0x006e, 3)
// Packet: 0x006f
-packetLen(0x006f, 2) // HC_ACCEPT_DELETECHAR
+packetLen(0x006f, 2)
// Packet: 0x0070
-packetLen(0x0070, 3) // HC_REFUSE_DELETECHAR
+packetLen(0x0070, 3)
// Packet: 0x0071
-packetLen(0x0071, 28) // HC_NOTIFY_ZONESVR
+packetLen(0x0071, 28)
// Packet: 0x0072
-packetLen(0x0072, 22) // CZ_ENTER
+packetLen(0x0072, 22)
// Packet: 0x0073
-packetLen(0x0073, 11) // ZC_ACCEPT_ENTER
+packetLen(0x0073, 11)
// Packet: 0x0074
-packetLen(0x0074, 3) // ZC_REFUSE_ENTER
+packetLen(0x0074, 3)
// Packet: 0x0075
-packetLen(0x0075, -1) // ZC_NOTIFY_INITCHAR
+packetLen(0x0075, -1)
// Packet: 0x0076
-packetLen(0x0076, 9) // ZC_NOTIFY_UPDATECHAR
+packetLen(0x0076, 9)
// Packet: 0x0077
-packetLen(0x0077, 5) // ZC_NOTIFY_UPDATEPLAYER
+packetLen(0x0077, 5)
// Packet: 0x0078
-packetLen(0x0078, 55) // ZC_NOTIFY_STANDENTRY
+packetLen(0x0078, 55)
// Packet: 0x0079
-packetLen(0x0079, 53) // ZC_NOTIFY_NEWENTRY
+packetLen(0x0079, 53)
// Packet: 0x007a
-packetLen(0x007a, 58) // ZC_NOTIFY_ACTENTRY
+packetLen(0x007a, 58)
// Packet: 0x007b
-packetLen(0x007b, 60) // ZC_NOTIFY_MOVEENTRY
+packetLen(0x007b, 60)
// Packet: 0x007c
-packetLen(0x007c, 44) // ZC_NOTIFY_STANDENTRY_NPC
+packetLen(0x007c, 44)
// Packet: 0x007d
-packetLen(0x007d, 2) // CZ_NOTIFY_ACTORINIT
+packetLen(0x007d, 2)
// Packet: 0x007e
#if PACKETVER >= 20190828
-packetLen(0x007e, 46) // CZ_REQUEST_TIME
+packetLen(0x007e, 46)
#elif PACKETVER >= 20190116
-packetLen(0x007e, 105) // CZ_REQUEST_TIME
+packetLen(0x007e, 105)
#endif
// Packet: 0x007f
-packetLen(0x007f, 6) // ZC_NOTIFY_TIME
+packetLen(0x007f, 6)
// Packet: 0x0080
-packetLen(0x0080, 7) // ZC_NOTIFY_VANISH
+packetLen(0x0080, 7)
// Packet: 0x0081
-packetLen(0x0081, 3) // SC_NOTIFY_BAN
+packetLen(0x0081, 3)
// Packet: 0x0082
-packetLen(0x0082, 2) // CZ_REQUEST_QUIT
+packetLen(0x0082, 2)
// Packet: 0x0083
-packetLen(0x0083, 2) // ZC_ACCEPT_QUIT
+packetLen(0x0083, 2)
// Packet: 0x0084
-packetLen(0x0084, 2) // ZC_REFUSE_QUIT
+packetLen(0x0084, 2)
// Packet: 0x0085
-packetLen(0x0085, 10) // CZ_REQUEST_MOVE
+packetLen(0x0085, 10)
// Packet: 0x0086
-packetLen(0x0086, 16) // ZC_NOTIFY_MOVE
+packetLen(0x0086, 16)
// Packet: 0x0087
-packetLen(0x0087, 12) // ZC_NOTIFY_PLAYERMOVE
+packetLen(0x0087, 12)
// Packet: 0x0088
-packetLen(0x0088, 10) // ZC_STOPMOVE
+packetLen(0x0088, 10)
// Packet: 0x0089
-packetLen(0x0089, 11) // CZ_REQUEST_ACT
+packetLen(0x0089, 11)
// Packet: 0x008a
-packetLen(0x008a, 29) // ZC_NOTIFY_ACT
+packetLen(0x008a, 29)
// Packet: 0x008b
-packetLen(0x008b, 23) // ZC_NOTIFY_ACT_POSITION
+packetLen(0x008b, 23)
// Packet: 0x008c
packetLen(0x008c, 14)
// Packet: 0x008d
-packetLen(0x008d, -1) // ZC_NOTIFY_CHAT
+packetLen(0x008d, -1)
// Packet: 0x008e
-packetLen(0x008e, -1) // ZC_NOTIFY_PLAYERCHAT
+packetLen(0x008e, -1)
// Packet: 0x0090
-packetLen(0x0090, 7) // CZ_CONTACTNPC
+packetLen(0x0090, 7)
// Packet: 0x0091
-packetLen(0x0091, 22) // ZC_NPCACK_MAPMOVE
+packetLen(0x0091, 22)
// Packet: 0x0092
-packetLen(0x0092, 28) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0092, 28)
// Packet: 0x0093
-packetLen(0x0093, 2) // ZC_NPCACK_ENABLE
+packetLen(0x0093, 2)
// Packet: 0x0094
-packetLen(0x0094, 19) // CZ_REQNAME
+packetLen(0x0094, 19)
// Packet: 0x0095
-packetLen(0x0095, 30) // ZC_ACK_REQNAME
+packetLen(0x0095, 30)
// Packet: 0x0096
-packetLen(0x0096, -1) // CZ_WHISPER
+packetLen(0x0096, -1)
// Packet: 0x0097
-packetLen(0x0097, -1) // ZC_WHISPER
+packetLen(0x0097, -1)
// Packet: 0x0098
-packetLen(0x0098, 3) // ZC_ACK_WHISPER
+packetLen(0x0098, 3)
// Packet: 0x0099
-packetLen(0x0099, -1) // CZ_BROADCAST
+packetLen(0x0099, -1)
// Packet: 0x009a
-packetLen(0x009a, -1) // ZC_BROADCAST
+packetLen(0x009a, -1)
// Packet: 0x009b
-packetLen(0x009b, 34) // CZ_CHANGE_DIRECTION
+packetLen(0x009b, 34)
// Packet: 0x009c
-packetLen(0x009c, 9) // ZC_CHANGE_DIRECTION
+packetLen(0x009c, 9)
// Packet: 0x009d
-packetLen(0x009d, 19) // ZC_ITEM_ENTRY
+packetLen(0x009d, 19)
// Packet: 0x009e
-packetLen(0x009e, 19) // ZC_ITEM_FALL_ENTRY
+packetLen(0x009e, 19)
// Packet: 0x009f
-packetLen(0x009f, 20) // CZ_ITEM_PICKUP
+packetLen(0x009f, 20)
// Packet: 0x00a0
-packetLen(0x00a0, 33) // ZC_ITEM_PICKUP_ACK
+packetLen(0x00a0, 33)
// Packet: 0x00a1
-packetLen(0x00a1, 6) // ZC_ITEM_DISAPPEAR
+packetLen(0x00a1, 6)
// Packet: 0x00a2
-packetLen(0x00a2, 14) // CZ_ITEM_THROW
+packetLen(0x00a2, 14)
// Packet: 0x00a3
-packetLen(0x00a3, -1) // ZC_NORMAL_ITEMLIST
+packetLen(0x00a3, -1)
// Packet: 0x00a4
-packetLen(0x00a4, -1) // ZC_EQUIPMENT_ITEMLIST
+packetLen(0x00a4, -1)
// Packet: 0x00a5
-packetLen(0x00a5, -1) // ZC_STORE_NORMAL_ITEMLIST
+packetLen(0x00a5, -1)
// Packet: 0x00a6
-packetLen(0x00a6, -1) // ZC_STORE_EQUIPMENT_ITEMLIST
+packetLen(0x00a6, -1)
// Packet: 0x00a7
packetLen(0x00a7, 9)
// Packet: 0x00a8
-packetLen(0x00a8, 7) // ZC_USE_ITEM_ACK
+packetLen(0x00a8, 7)
// Packet: 0x00a9
-packetLen(0x00a9, 6) // CZ_REQ_WEAR_EQUIP
+packetLen(0x00a9, 6)
// Packet: 0x00aa
-packetLen(0x00aa, 9) // ZC_REQ_WEAR_EQUIP_ACK
+packetLen(0x00aa, 9)
// Packet: 0x00ab
-packetLen(0x00ab, 4) // CZ_REQ_TAKEOFF_EQUIP
+packetLen(0x00ab, 4)
// Packet: 0x00ac
-packetLen(0x00ac, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK
+packetLen(0x00ac, 7)
// Packet: 0x00ae
-packetLen(0x00ae, -1) // ZC_REQ_ITEM_EXPLANATION_ACK
+packetLen(0x00ae, -1)
// Packet: 0x00af
-packetLen(0x00af, 6) // ZC_ITEM_THROW_ACK
+packetLen(0x00af, 6)
// Packet: 0x00b0
-packetLen(0x00b0, 8) // ZC_PAR_CHANGE
+packetLen(0x00b0, 8)
// Packet: 0x00b1
-packetLen(0x00b1, 8) // ZC_LONGPAR_CHANGE
+packetLen(0x00b1, 8)
// Packet: 0x00b2
-packetLen(0x00b2, 3) // CZ_RESTART
+packetLen(0x00b2, 3)
// Packet: 0x00b3
-packetLen(0x00b3, 3) // ZC_RESTART_ACK
+packetLen(0x00b3, 3)
// Packet: 0x00b4
-packetLen(0x00b4, -1) // ZC_SAY_DIALOG
+packetLen(0x00b4, -1)
// Packet: 0x00b5
-packetLen(0x00b5, 6) // ZC_WAIT_DIALOG
+packetLen(0x00b5, 6)
// Packet: 0x00b6
-packetLen(0x00b6, 6) // ZC_CLOSE_DIALOG
+packetLen(0x00b6, 6)
// Packet: 0x00b7
-packetLen(0x00b7, -1) // ZC_MENU_LIST
+packetLen(0x00b7, -1)
// Packet: 0x00b8
-packetLen(0x00b8, 7) // CZ_CHOOSE_MENU
+packetLen(0x00b8, 7)
// Packet: 0x00b9
-packetLen(0x00b9, 6) // CZ_REQ_NEXT_SCRIPT
+packetLen(0x00b9, 6)
// Packet: 0x00ba
-packetLen(0x00ba, 2) // CZ_REQ_STATUS
+packetLen(0x00ba, 2)
// Packet: 0x00bb
-packetLen(0x00bb, 5) // CZ_STATUS_CHANGE
+packetLen(0x00bb, 5)
// Packet: 0x00bc
-packetLen(0x00bc, 6) // ZC_STATUS_CHANGE_ACK
+packetLen(0x00bc, 6)
// Packet: 0x00bd
-packetLen(0x00bd, 44) // ZC_STATUS
+packetLen(0x00bd, 44)
// Packet: 0x00be
-packetLen(0x00be, 5) // ZC_STATUS_CHANGE
+packetLen(0x00be, 5)
// Packet: 0x00bf
-packetLen(0x00bf, 3) // CZ_REQ_EMOTION
+packetLen(0x00bf, 3)
// Packet: 0x00c0
-packetLen(0x00c0, 7) // ZC_EMOTION
+packetLen(0x00c0, 7)
// Packet: 0x00c1
-packetLen(0x00c1, 2) // CZ_REQ_USER_COUNT
+packetLen(0x00c1, 2)
// Packet: 0x00c2
-packetLen(0x00c2, 6) // ZC_USER_COUNT
+packetLen(0x00c2, 6)
// Packet: 0x00c3
-packetLen(0x00c3, 8) // ZC_SPRITE_CHANGE
+packetLen(0x00c3, 8)
// Packet: 0x00c4
-packetLen(0x00c4, 6) // ZC_SELECT_DEALTYPE
+packetLen(0x00c4, 6)
// Packet: 0x00c5
-packetLen(0x00c5, 7) // CZ_ACK_SELECT_DEALTYPE
+packetLen(0x00c5, 7)
// Packet: 0x00c6
-packetLen(0x00c6, -1) // ZC_PC_PURCHASE_ITEMLIST
+packetLen(0x00c6, -1)
// Packet: 0x00c7
-packetLen(0x00c7, -1) // ZC_PC_SELL_ITEMLIST
+packetLen(0x00c7, -1)
// Packet: 0x00c8
-packetLen(0x00c8, -1) // CZ_PC_PURCHASE_ITEMLIST
+packetLen(0x00c8, -1)
// Packet: 0x00c9
-packetLen(0x00c9, -1) // CZ_PC_SELL_ITEMLIST
+packetLen(0x00c9, -1)
// Packet: 0x00ca
-packetLen(0x00ca, 3) // ZC_PC_PURCHASE_RESULT
+packetLen(0x00ca, 3)
// Packet: 0x00cb
-packetLen(0x00cb, 3) // ZC_PC_SELL_RESULT
+packetLen(0x00cb, 3)
// Packet: 0x00cc
-packetLen(0x00cc, 6) // CZ_DISCONNECT_CHARACTER
+packetLen(0x00cc, 6)
// Packet: 0x00cd
-packetLen(0x00cd, 3) // ZC_ACK_DISCONNECT_CHARACTER
+packetLen(0x00cd, 3)
// Packet: 0x00ce
-packetLen(0x00ce, 2) // CZ_DISCONNECT_ALL_CHARACTER
+packetLen(0x00ce, 2)
// Packet: 0x00cf
-packetLen(0x00cf, 27) // CZ_SETTING_WHISPER_PC
+packetLen(0x00cf, 27)
// Packet: 0x00d0
-packetLen(0x00d0, 3) // CZ_SETTING_WHISPER_STATE
+packetLen(0x00d0, 3)
// Packet: 0x00d1
-packetLen(0x00d1, 4) // ZC_SETTING_WHISPER_PC
+packetLen(0x00d1, 4)
// Packet: 0x00d2
-packetLen(0x00d2, 4) // ZC_SETTING_WHISPER_STATE
+packetLen(0x00d2, 4)
// Packet: 0x00d3
-packetLen(0x00d3, 2) // CZ_REQ_WHISPER_LIST
+packetLen(0x00d3, 2)
// Packet: 0x00d4
-packetLen(0x00d4, -1) // ZC_WHISPER_LIST
+packetLen(0x00d4, -1)
// Packet: 0x00d5
-packetLen(0x00d5, -1) // CZ_CREATE_CHATROOM
+packetLen(0x00d5, -1)
// Packet: 0x00d6
-packetLen(0x00d6, 3) // ZC_ACK_CREATE_CHATROOM
+packetLen(0x00d6, 3)
// Packet: 0x00d7
-packetLen(0x00d7, -1) // ZC_ROOM_NEWENTRY
+packetLen(0x00d7, -1)
// Packet: 0x00d8
-packetLen(0x00d8, 6) // ZC_DESTROY_ROOM
+packetLen(0x00d8, 6)
// Packet: 0x00d9
-packetLen(0x00d9, 14) // CZ_REQ_ENTER_ROOM
+packetLen(0x00d9, 14)
// Packet: 0x00da
-packetLen(0x00da, 3) // ZC_REFUSE_ENTER_ROOM
+packetLen(0x00da, 3)
// Packet: 0x00db
-packetLen(0x00db, -1) // ZC_ENTER_ROOM
+packetLen(0x00db, -1)
// Packet: 0x00dc
-packetLen(0x00dc, 28) // ZC_MEMBER_NEWENTRY
+packetLen(0x00dc, 28)
// Packet: 0x00dd
-packetLen(0x00dd, 29) // ZC_MEMBER_EXIT
+packetLen(0x00dd, 29)
// Packet: 0x00de
-packetLen(0x00de, -1) // CZ_CHANGE_CHATROOM
+packetLen(0x00de, -1)
// Packet: 0x00df
-packetLen(0x00df, -1) // ZC_CHANGE_CHATROOM
+packetLen(0x00df, -1)
// Packet: 0x00e0
-packetLen(0x00e0, 30) // CZ_REQ_ROLE_CHANGE
+packetLen(0x00e0, 30)
// Packet: 0x00e1
-packetLen(0x00e1, 30) // ZC_ROLE_CHANGE
+packetLen(0x00e1, 30)
// Packet: 0x00e2
-packetLen(0x00e2, 26) // CZ_REQ_EXPEL_MEMBER
+packetLen(0x00e2, 26)
// Packet: 0x00e3
-packetLen(0x00e3, 2) // CZ_EXIT_ROOM
+packetLen(0x00e3, 2)
// Packet: 0x00e4
-packetLen(0x00e4, 6) // CZ_REQ_EXCHANGE_ITEM
+packetLen(0x00e4, 6)
// Packet: 0x00e5
-packetLen(0x00e5, 26) // ZC_REQ_EXCHANGE_ITEM
+packetLen(0x00e5, 26)
// Packet: 0x00e6
-packetLen(0x00e6, 3) // CZ_ACK_EXCHANGE_ITEM
+packetLen(0x00e6, 3)
// Packet: 0x00e7
-packetLen(0x00e7, 3) // ZC_ACK_EXCHANGE_ITEM
+packetLen(0x00e7, 3)
// Packet: 0x00e8
-packetLen(0x00e8, 8) // CZ_ADD_EXCHANGE_ITEM
+packetLen(0x00e8, 8)
// Packet: 0x00e9
-packetLen(0x00e9, 29) // ZC_ADD_EXCHANGE_ITEM
+packetLen(0x00e9, 29)
// Packet: 0x00ea
-packetLen(0x00ea, 5) // ZC_ACK_ADD_EXCHANGE_ITEM
+packetLen(0x00ea, 5)
// Packet: 0x00eb
-packetLen(0x00eb, 2) // CZ_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00eb, 2)
// Packet: 0x00ec
-packetLen(0x00ec, 3) // ZC_CONCLUDE_EXCHANGE_ITEM
+packetLen(0x00ec, 3)
// Packet: 0x00ed
-packetLen(0x00ed, 2) // CZ_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ed, 2)
// Packet: 0x00ee
-packetLen(0x00ee, 2) // ZC_CANCEL_EXCHANGE_ITEM
+packetLen(0x00ee, 2)
// Packet: 0x00ef
-packetLen(0x00ef, 2) // CZ_EXEC_EXCHANGE_ITEM
+packetLen(0x00ef, 2)
// Packet: 0x00f0
-packetLen(0x00f0, 3) // ZC_EXEC_EXCHANGE_ITEM
+packetLen(0x00f0, 3)
// Packet: 0x00f1
-packetLen(0x00f1, 2) // ZC_EXCHANGEITEM_UNDO
+packetLen(0x00f1, 2)
// Packet: 0x00f2
-packetLen(0x00f2, 6) // ZC_NOTIFY_STOREITEM_COUNTINFO
+packetLen(0x00f2, 6)
// Packet: 0x00f3
-packetLen(0x00f3, -1) // CZ_REQUEST_CHAT
+packetLen(0x00f3, -1)
// Packet: 0x00f4
-packetLen(0x00f4, 31) // ZC_ADD_ITEM_TO_STORE
+packetLen(0x00f4, 31)
// Packet: 0x00f5
-packetLen(0x00f5, 11) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY
+packetLen(0x00f5, 11)
// Packet: 0x00f6
-packetLen(0x00f6, 8) // ZC_DELETE_ITEM_FROM_STORE
+packetLen(0x00f6, 8)
// Packet: 0x00f7
-packetLen(0x00f7, 17) // CZ_REQUEST_TIME
+packetLen(0x00f7, 17)
// Packet: 0x00f8
-packetLen(0x00f8, 2) // ZC_CLOSE_STORE
+packetLen(0x00f8, 2)
// Packet: 0x00f9
-packetLen(0x00f9, 26) // CZ_MAKE_GROUP
+packetLen(0x00f9, 26)
// Packet: 0x00fa
-packetLen(0x00fa, 3) // ZC_ACK_MAKE_GROUP
+packetLen(0x00fa, 3)
// Packet: 0x00fb
-packetLen(0x00fb, -1) // ZC_GROUP_LIST
+packetLen(0x00fb, -1)
// Packet: 0x00fc
-packetLen(0x00fc, 6) // CZ_REQ_JOIN_GROUP
+packetLen(0x00fc, 6)
// Packet: 0x00fd
-packetLen(0x00fd, 27) // ZC_ACK_REQ_JOIN_GROUP
+packetLen(0x00fd, 27)
// Packet: 0x00fe
-packetLen(0x00fe, 30) // ZC_REQ_JOIN_GROUP
+packetLen(0x00fe, 30)
// Packet: 0x00ff
-packetLen(0x00ff, 10) // CZ_JOIN_GROUP
+packetLen(0x00ff, 10)
// Packet: 0x0100
-packetLen(0x0100, 2) // CZ_REQ_LEAVE_GROUP
+packetLen(0x0100, 2)
// Packet: 0x0101
-packetLen(0x0101, 6) // ZC_GROUPINFO_CHANGE
+packetLen(0x0101, 6)
// Packet: 0x0102
-packetLen(0x0102, 6) // CZ_CHANGE_GROUPEXPOPTION
+packetLen(0x0102, 6)
// Packet: 0x0103
-packetLen(0x0103, 30) // CZ_REQ_EXPEL_GROUP_MEMBER
+packetLen(0x0103, 30)
// Packet: 0x0104
-packetLen(0x0104, 79) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0104, 79)
// Packet: 0x0105
-packetLen(0x0105, 31) // ZC_DELETE_MEMBER_FROM_GROUP
+packetLen(0x0105, 31)
// Packet: 0x0106
-packetLen(0x0106, 10) // ZC_NOTIFY_HP_TO_GROUPM
+packetLen(0x0106, 10)
// Packet: 0x0107
-packetLen(0x0107, 10) // ZC_NOTIFY_POSITION_TO_GROUPM
+packetLen(0x0107, 10)
// Packet: 0x0108
-packetLen(0x0108, -1) // CZ_REQUEST_CHAT_PARTY
+packetLen(0x0108, -1)
// Packet: 0x0109
-packetLen(0x0109, -1) // ZC_NOTIFY_CHAT_PARTY
+packetLen(0x0109, -1)
// Packet: 0x010a
-packetLen(0x010a, 6) // ZC_MVP_GETTING_ITEM
+packetLen(0x010a, 6)
// Packet: 0x010b
-packetLen(0x010b, 6) // ZC_MVP_GETTING_SPECIAL_EXP
+packetLen(0x010b, 6)
// Packet: 0x010c
-packetLen(0x010c, 6) // ZC_MVP
+packetLen(0x010c, 6)
// Packet: 0x010d
-packetLen(0x010d, 2) // ZC_THROW_MVPITEM
+packetLen(0x010d, 2)
// Packet: 0x010e
-packetLen(0x010e, 11) // ZC_SKILLINFO_UPDATE
+packetLen(0x010e, 11)
// Packet: 0x010f
-packetLen(0x010f, -1) // ZC_SKILLINFO_LIST
+packetLen(0x010f, -1)
// Packet: 0x0110
-packetLen(0x0110, 14) // ZC_ACK_TOUSESKILL
+packetLen(0x0110, 14)
// Packet: 0x0111
-packetLen(0x0111, 39) // ZC_ADD_SKILL
+packetLen(0x0111, 39)
// Packet: 0x0112
-packetLen(0x0112, 4) // CZ_UPGRADE_SKILLLEVEL
+packetLen(0x0112, 4)
// Packet: 0x0113
-packetLen(0x0113, 25) // CZ_USE_SKILL
+packetLen(0x0113, 25)
// Packet: 0x0114
-packetLen(0x0114, 31) // ZC_NOTIFY_SKILL
+packetLen(0x0114, 31)
// Packet: 0x0115
-packetLen(0x0115, 35) // ZC_NOTIFY_SKILL_POSITION
+packetLen(0x0115, 35)
// Packet: 0x0116
-packetLen(0x0116, 17) // CZ_USE_SKILL_TOGROUND
+packetLen(0x0116, 17)
// Packet: 0x0117
-packetLen(0x0117, 18) // ZC_NOTIFY_GROUNDSKILL
+packetLen(0x0117, 18)
// Packet: 0x0118
-packetLen(0x0118, 2) // CZ_CANCEL_LOCKON
+packetLen(0x0118, 2)
// Packet: 0x0119
-packetLen(0x0119, 13) // ZC_STATE_CHANGE
+packetLen(0x0119, 13)
// Packet: 0x011a
-packetLen(0x011a, 15) // ZC_USE_SKILL
+packetLen(0x011a, 15)
// Packet: 0x011b
-packetLen(0x011b, 20) // CZ_SELECT_WARPPOINT
+packetLen(0x011b, 20)
// Packet: 0x011c
-packetLen(0x011c, 68) // ZC_WARPLIST
+packetLen(0x011c, 68)
// Packet: 0x011d
-packetLen(0x011d, 2) // CZ_REMEMBER_WARPPOINT
+packetLen(0x011d, 2)
// Packet: 0x011e
-packetLen(0x011e, 3) // ZC_ACK_REMEMBER_WARPPOINT
+packetLen(0x011e, 3)
// Packet: 0x011f
-packetLen(0x011f, 16) // ZC_SKILL_ENTRY
+packetLen(0x011f, 16)
// Packet: 0x0120
-packetLen(0x0120, 6) // ZC_SKILL_DISAPPEAR
+packetLen(0x0120, 6)
// Packet: 0x0121
-packetLen(0x0121, 14) // ZC_NOTIFY_CARTITEM_COUNTINFO
+packetLen(0x0121, 14)
// Packet: 0x0122
-packetLen(0x0122, -1) // ZC_CART_EQUIPMENT_ITEMLIST
+packetLen(0x0122, -1)
// Packet: 0x0123
-packetLen(0x0123, -1) // ZC_CART_NORMAL_ITEMLIST
+packetLen(0x0123, -1)
// Packet: 0x0124
-packetLen(0x0124, 31) // ZC_ADD_ITEM_TO_CART
+packetLen(0x0124, 31)
// Packet: 0x0125
-packetLen(0x0125, 8) // ZC_DELETE_ITEM_FROM_CART
+packetLen(0x0125, 8)
// Packet: 0x0126
-packetLen(0x0126, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_CART
+packetLen(0x0126, 8)
// Packet: 0x0127
-packetLen(0x0127, 8) // CZ_MOVE_ITEM_FROM_CART_TO_BODY
+packetLen(0x0127, 8)
// Packet: 0x0128
-packetLen(0x0128, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_CART
+packetLen(0x0128, 8)
// Packet: 0x0129
-packetLen(0x0129, 8) // CZ_MOVE_ITEM_FROM_CART_TO_STORE
+packetLen(0x0129, 8)
// Packet: 0x012a
-packetLen(0x012a, 2) // CZ_REQ_CARTOFF
+packetLen(0x012a, 2)
// Packet: 0x012b
-packetLen(0x012b, 2) // ZC_CARTOFF
+packetLen(0x012b, 2)
// Packet: 0x012c
-packetLen(0x012c, 3) // ZC_ACK_ADDITEM_TO_CART
+packetLen(0x012c, 3)
// Packet: 0x012d
-packetLen(0x012d, 4) // ZC_OPENSTORE
+packetLen(0x012d, 4)
// Packet: 0x012e
-packetLen(0x012e, 2) // CZ_REQ_CLOSESTORE
+packetLen(0x012e, 2)
// Packet: 0x012f
-packetLen(0x012f, -1) // CZ_REQ_OPENSTORE
+packetLen(0x012f, -1)
// Packet: 0x0130
-packetLen(0x0130, 6) // CZ_REQ_BUY_FROMMC
+packetLen(0x0130, 6)
// Packet: 0x0131
-packetLen(0x0131, 86) // ZC_STORE_ENTRY
+packetLen(0x0131, 86)
// Packet: 0x0132
-packetLen(0x0132, 6) // ZC_DISAPPEAR_ENTRY
+packetLen(0x0132, 6)
// Packet: 0x0133
-packetLen(0x0133, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0133, -1)
// Packet: 0x0134
-packetLen(0x0134, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC
+packetLen(0x0134, -1)
// Packet: 0x0135
-packetLen(0x0135, 7) // ZC_PC_PURCHASE_RESULT_FROMMC
+packetLen(0x0135, 7)
// Packet: 0x0136
-packetLen(0x0136, -1) // ZC_PC_PURCHASE_MYITEMLIST
+packetLen(0x0136, -1)
// Packet: 0x0137
-packetLen(0x0137, 6) // ZC_DELETEITEM_FROM_MCSTORE
+packetLen(0x0137, 6)
// Packet: 0x0138
-packetLen(0x0138, 3) // CZ_PKMODE_CHANGE
+packetLen(0x0138, 3)
// Packet: 0x0139
-packetLen(0x0139, 16) // ZC_ATTACK_FAILURE_FOR_DISTANCE
+packetLen(0x0139, 16)
// Packet: 0x013a
-packetLen(0x013a, 4) // ZC_ATTACK_RANGE
+packetLen(0x013a, 4)
// Packet: 0x013b
-packetLen(0x013b, 4) // ZC_ACTION_FAILURE
+packetLen(0x013b, 4)
// Packet: 0x013c
-packetLen(0x013c, 4) // ZC_EQUIP_ARROW
+packetLen(0x013c, 4)
// Packet: 0x013d
-packetLen(0x013d, 6) // ZC_RECOVERY
+packetLen(0x013d, 6)
// Packet: 0x013e
-packetLen(0x013e, 24) // ZC_USESKILL_ACK
+packetLen(0x013e, 24)
// Packet: 0x013f
-packetLen(0x013f, 26) // CZ_ITEM_CREATE
+packetLen(0x013f, 26)
// Packet: 0x0140
-packetLen(0x0140, 22) // CZ_MOVETO_MAP
+packetLen(0x0140, 22)
// Packet: 0x0141
-packetLen(0x0141, 14) // ZC_COUPLESTATUS
+packetLen(0x0141, 14)
// Packet: 0x0142
-packetLen(0x0142, 6) // ZC_OPEN_EDITDLG
+packetLen(0x0142, 6)
// Packet: 0x0143
-packetLen(0x0143, 10) // CZ_INPUT_EDITDLG
+packetLen(0x0143, 10)
// Packet: 0x0144
-packetLen(0x0144, 23) // ZC_COMPASS
+packetLen(0x0144, 23)
// Packet: 0x0145
-packetLen(0x0145, 19) // ZC_SHOW_IMAGE
+packetLen(0x0145, 19)
// Packet: 0x0146
-packetLen(0x0146, 6) // CZ_CLOSE_DIALOG
+packetLen(0x0146, 6)
// Packet: 0x0147
-packetLen(0x0147, 39) // ZC_AUTORUN_SKILL
+packetLen(0x0147, 39)
// Packet: 0x0148
-packetLen(0x0148, 8) // ZC_RESURRECTION
+packetLen(0x0148, 8)
// Packet: 0x0149
-packetLen(0x0149, 9) // CZ_REQ_GIVE_MANNER_POINT
+packetLen(0x0149, 9)
// Packet: 0x014a
-packetLen(0x014a, 6) // ZC_ACK_GIVE_MANNER_POINT
+packetLen(0x014a, 6)
// Packet: 0x014b
-packetLen(0x014b, 27) // ZC_NOTIFY_MANNER_POINT_GIVEN
+packetLen(0x014b, 27)
// Packet: 0x014c
-packetLen(0x014c, -1) // ZC_MYGUILD_BASIC_INFO
+packetLen(0x014c, -1)
// Packet: 0x014d
-packetLen(0x014d, 2) // CZ_REQ_GUILD_MENUINTERFACE
+packetLen(0x014d, 2)
// Packet: 0x014e
-packetLen(0x014e, 6) // ZC_ACK_GUILD_MENUINTERFACE
+packetLen(0x014e, 6)
// Packet: 0x014f
-packetLen(0x014f, 6) // CZ_REQ_GUILD_MENU
+packetLen(0x014f, 6)
// Packet: 0x0150
-packetLen(0x0150, 110) // ZC_GUILD_INFO
+packetLen(0x0150, 110)
// Packet: 0x0151
-packetLen(0x0151, 6) // CZ_REQ_GUILD_EMBLEM_IMG
+packetLen(0x0151, 6)
// Packet: 0x0152
-packetLen(0x0152, -1) // ZC_GUILD_EMBLEM_IMG
+packetLen(0x0152, -1)
// Packet: 0x0153
-packetLen(0x0153, -1) // CZ_REGISTER_GUILD_EMBLEM_IMG
+packetLen(0x0153, -1)
// Packet: 0x0154
-packetLen(0x0154, -1) // ZC_MEMBERMGR_INFO
+packetLen(0x0154, -1)
// Packet: 0x0155
-packetLen(0x0155, -1) // CZ_REQ_CHANGE_MEMBERPOS
+packetLen(0x0155, -1)
// Packet: 0x0156
-packetLen(0x0156, -1) // ZC_ACK_REQ_CHANGE_MEMBERS
+packetLen(0x0156, -1)
// Packet: 0x0157
-packetLen(0x0157, 6) // CZ_REQ_OPEN_MEMBER_INFO
+packetLen(0x0157, 6)
// Packet: 0x0159
-packetLen(0x0159, 54) // CZ_REQ_LEAVE_GUILD
+packetLen(0x0159, 54)
// Packet: 0x015a
-packetLen(0x015a, 66) // ZC_ACK_LEAVE_GUILD
+packetLen(0x015a, 66)
// Packet: 0x015b
-packetLen(0x015b, 54) // CZ_REQ_BAN_GUILD
+packetLen(0x015b, 54)
// Packet: 0x015c
-packetLen(0x015c, 90) // ZC_ACK_BAN_GUILD
+packetLen(0x015c, 90)
// Packet: 0x015d
-packetLen(0x015d, 42) // CZ_REQ_DISORGANIZE_GUILD
+packetLen(0x015d, 42)
// Packet: 0x015e
-packetLen(0x015e, 6) // ZC_ACK_DISORGANIZE_GUILD_RESULT
+packetLen(0x015e, 6)
// Packet: 0x015f
-packetLen(0x015f, 42) // ZC_ACK_DISORGANIZE_GUILD
+packetLen(0x015f, 42)
// Packet: 0x0160
-packetLen(0x0160, -1) // ZC_POSITION_INFO
+packetLen(0x0160, -1)
// Packet: 0x0161
-packetLen(0x0161, -1) // CZ_REG_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0161, -1)
// Packet: 0x0162
-packetLen(0x0162, -1) // ZC_GUILD_SKILLINFO
+packetLen(0x0162, -1)
// Packet: 0x0163
-packetLen(0x0163, -1) // ZC_BAN_LIST
+packetLen(0x0163, -1)
// Packet: 0x0164
-packetLen(0x0164, -1) // ZC_OTHER_GUILD_LIST
+packetLen(0x0164, -1)
// Packet: 0x0165
-packetLen(0x0165, 30) // CZ_REQ_MAKE_GUILD
+packetLen(0x0165, 30)
// Packet: 0x0166
-packetLen(0x0166, -1) // ZC_POSITION_ID_NAME_INFO
+packetLen(0x0166, -1)
// Packet: 0x0167
-packetLen(0x0167, 3) // ZC_RESULT_MAKE_GUILD
+packetLen(0x0167, 3)
// Packet: 0x0168
-packetLen(0x0168, 14) // CZ_REQ_JOIN_GUILD
+packetLen(0x0168, 14)
// Packet: 0x0169
-packetLen(0x0169, 3) // ZC_ACK_REQ_JOIN_GUILD
+packetLen(0x0169, 3)
// Packet: 0x016a
-packetLen(0x016a, 30) // ZC_REQ_JOIN_GUILD
+packetLen(0x016a, 30)
// Packet: 0x016b
-packetLen(0x016b, 10) // CZ_JOIN_GUILD
+packetLen(0x016b, 10)
// Packet: 0x016c
-packetLen(0x016c, 43) // ZC_UPDATE_GDID
+packetLen(0x016c, 43)
// Packet: 0x016d
-packetLen(0x016d, 14) // ZC_UPDATE_CHARSTAT
+packetLen(0x016d, 14)
// Packet: 0x016e
-packetLen(0x016e, 186) // CZ_GUILD_NOTICE
+packetLen(0x016e, 186)
// Packet: 0x016f
-packetLen(0x016f, 182) // ZC_GUILD_NOTICE
+packetLen(0x016f, 182)
// Packet: 0x0170
-packetLen(0x0170, 14) // CZ_REQ_ALLY_GUILD
+packetLen(0x0170, 14)
// Packet: 0x0171
-packetLen(0x0171, 30) // ZC_REQ_ALLY_GUILD
+packetLen(0x0171, 30)
// Packet: 0x0172
-packetLen(0x0172, 10) // CZ_ALLY_GUILD
+packetLen(0x0172, 10)
// Packet: 0x0173
-packetLen(0x0173, 3) // ZC_ACK_REQ_ALLY_GUILD
+packetLen(0x0173, 3)
// Packet: 0x0174
-packetLen(0x0174, -1) // ZC_ACK_CHANGE_GUILD_POSITIONINFO
+packetLen(0x0174, -1)
// Packet: 0x0175
-packetLen(0x0175, 6) // CZ_REQ_GUILD_MEMBER_INFO
+packetLen(0x0175, 6)
// Packet: 0x0176
-packetLen(0x0176, 106) // ZC_ACK_GUILD_MEMBER_INFO
+packetLen(0x0176, 106)
// Packet: 0x0177
-packetLen(0x0177, -1) // ZC_ITEMIDENTIFY_LIST
+packetLen(0x0177, -1)
// Packet: 0x0178
-packetLen(0x0178, 4) // CZ_REQ_ITEMIDENTIFY
+packetLen(0x0178, 4)
// Packet: 0x0179
-packetLen(0x0179, 5) // ZC_ACK_ITEMIDENTIFY
+packetLen(0x0179, 5)
// Packet: 0x017a
-packetLen(0x017a, 4) // CZ_REQ_ITEMCOMPOSITION_LIST
+packetLen(0x017a, 4)
// Packet: 0x017b
-packetLen(0x017b, -1) // ZC_ITEMCOMPOSITION_LIST
+packetLen(0x017b, -1)
// Packet: 0x017c
-packetLen(0x017c, 6) // CZ_REQ_ITEMCOMPOSITION
+packetLen(0x017c, 6)
// Packet: 0x017d
-packetLen(0x017d, 7) // ZC_ACK_ITEMCOMPOSITION
+packetLen(0x017d, 7)
// Packet: 0x017e
-packetLen(0x017e, -1) // CZ_GUILD_CHAT
+packetLen(0x017e, -1)
// Packet: 0x017f
-packetLen(0x017f, -1) // ZC_GUILD_CHAT
+packetLen(0x017f, -1)
// Packet: 0x0180
-packetLen(0x0180, 6) // CZ_REQ_HOSTILE_GUILD
+packetLen(0x0180, 6)
// Packet: 0x0181
-packetLen(0x0181, 3) // ZC_ACK_REQ_HOSTILE_GUILD
+packetLen(0x0181, 3)
// Packet: 0x0182
-packetLen(0x0182, 106) // ZC_MEMBER_ADD
+packetLen(0x0182, 106)
// Packet: 0x0183
-packetLen(0x0183, 10) // CZ_REQ_DELETE_RELATED_GUILD
+packetLen(0x0183, 10)
// Packet: 0x0184
-packetLen(0x0184, 10) // ZC_DELETE_RELATED_GUILD
+packetLen(0x0184, 10)
// Packet: 0x0185
-packetLen(0x0185, 34) // ZC_ADD_RELATED_GUILD
+packetLen(0x0185, 34)
// Packet: 0x0187
-packetLen(0x0187, 6) // CH_UNKNOWN_PING
+packetLen(0x0187, 6)
// Packet: 0x0188
-packetLen(0x0188, 8) // ZC_ACK_ITEMREFINING
+packetLen(0x0188, 8)
// Packet: 0x0189
-packetLen(0x0189, 4) // ZC_NOTIFY_MAPINFO
+packetLen(0x0189, 4)
// Packet: 0x018a
-packetLen(0x018a, 4) // CZ_REQ_DISCONNECT
+packetLen(0x018a, 4)
// Packet: 0x018b
-packetLen(0x018b, 4) // ZC_ACK_REQ_DISCONNECT
+packetLen(0x018b, 4)
// Packet: 0x018c
-packetLen(0x018c, 29) // ZC_MONSTER_INFO
+packetLen(0x018c, 29)
// Packet: 0x018d
-packetLen(0x018d, -1) // ZC_MAKABLEITEMLIST
+packetLen(0x018d, -1)
// Packet: 0x018e
-packetLen(0x018e, 18) // CZ_REQMAKINGITEM
+packetLen(0x018e, 18)
// Packet: 0x018f
-packetLen(0x018f, 8) // ZC_ACK_REQMAKINGITEM
+packetLen(0x018f, 8)
// Packet: 0x0190
-packetLen(0x0190, 23) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX
+packetLen(0x0190, 23)
// Packet: 0x0191
#if PACKETVER >= 20190828
-packetLen(0x0191, 27) // ZC_TALKBOX_CHATCONTENTS
+packetLen(0x0191, 27)
#elif PACKETVER >= 20190116
-packetLen(0x0191, 86) // ZC_TALKBOX_CHATCONTENTS
+packetLen(0x0191, 86)
#endif
// Packet: 0x0192
-packetLen(0x0192, 24) // ZC_UPDATE_MAPINFO
+packetLen(0x0192, 24)
// Packet: 0x0193
-packetLen(0x0193, 2) // CZ_REQNAME_BYGID
+packetLen(0x0193, 2)
// Packet: 0x0194
-packetLen(0x0194, 30) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0194, 30)
// Packet: 0x0195
-packetLen(0x0195, 102) // ZC_ACK_REQNAMEALL
+packetLen(0x0195, 102)
// Packet: 0x0196
-packetLen(0x0196, 9) // ZC_MSG_STATE_CHANGE
+packetLen(0x0196, 9)
// Packet: 0x0197
-packetLen(0x0197, 4) // CZ_RESET
+packetLen(0x0197, 4)
// Packet: 0x0198
-packetLen(0x0198, 8) // CZ_CHANGE_MAPTYPE
+packetLen(0x0198, 8)
// Packet: 0x0199
-packetLen(0x0199, 4) // ZC_NOTIFY_MAPPROPERTY
+packetLen(0x0199, 4)
// Packet: 0x019a
-packetLen(0x019a, 14) // ZC_NOTIFY_RANKING
+packetLen(0x019a, 14)
// Packet: 0x019b
-packetLen(0x019b, 10) // ZC_NOTIFY_EFFECT
+packetLen(0x019b, 10)
// Packet: 0x019c
-packetLen(0x019c, -1) // CZ_LOCALBROADCAST
+packetLen(0x019c, -1)
// Packet: 0x019d
-packetLen(0x019d, 6) // CZ_CHANGE_EFFECTSTATE
+packetLen(0x019d, 6)
// Packet: 0x019e
-packetLen(0x019e, 2) // ZC_START_CAPTURE
+packetLen(0x019e, 2)
// Packet: 0x019f
-packetLen(0x019f, 6) // CZ_TRYCAPTURE_MONSTER
+packetLen(0x019f, 6)
// Packet: 0x01a0
-packetLen(0x01a0, 3) // ZC_TRYCAPTURE_MONSTER
+packetLen(0x01a0, 3)
// Packet: 0x01a1
-packetLen(0x01a1, 3) // CZ_COMMAND_PET
+packetLen(0x01a1, 3)
// Packet: 0x01a2
-packetLen(0x01a2, 37) // ZC_PROPERTY_PET
+packetLen(0x01a2, 37)
// Packet: 0x01a3
-packetLen(0x01a3, 7) // ZC_FEED_PET
+packetLen(0x01a3, 7)
// Packet: 0x01a4
-packetLen(0x01a4, 11) // ZC_CHANGESTATE_PET
+packetLen(0x01a4, 11)
// Packet: 0x01a5
-packetLen(0x01a5, 26) // CZ_RENAME_PET
+packetLen(0x01a5, 26)
// Packet: 0x01a6
-packetLen(0x01a6, -1) // ZC_PETEGG_LIST
+packetLen(0x01a6, -1)
// Packet: 0x01a7
-packetLen(0x01a7, 4) // CZ_SELECT_PETEGG
+packetLen(0x01a7, 4)
// Packet: 0x01a8
-packetLen(0x01a8, 4) // CZ_PETEGG_INFO
+packetLen(0x01a8, 4)
// Packet: 0x01a9
-packetLen(0x01a9, 6) // CZ_PET_ACT
+packetLen(0x01a9, 6)
// Packet: 0x01aa
-packetLen(0x01aa, 10) // ZC_PET_ACT
+packetLen(0x01aa, 10)
// Packet: 0x01ab
-packetLen(0x01ab, 12) // ZC_PAR_CHANGE_USER
+packetLen(0x01ab, 12)
// Packet: 0x01ac
-packetLen(0x01ac, 6) // ZC_SKILL_UPDATE
+packetLen(0x01ac, 6)
// Packet: 0x01ad
-packetLen(0x01ad, -1) // ZC_MAKINGARROW_LIST
+packetLen(0x01ad, -1)
// Packet: 0x01ae
-packetLen(0x01ae, 6) // CZ_REQ_MAKINGARROW
+packetLen(0x01ae, 6)
// Packet: 0x01af
-packetLen(0x01af, 4) // CZ_REQ_CHANGECART
+packetLen(0x01af, 4)
// Packet: 0x01b0
-packetLen(0x01b0, 11) // ZC_NPCSPRITE_CHANGE
+packetLen(0x01b0, 11)
// Packet: 0x01b1
-packetLen(0x01b1, 7) // ZC_SHOWDIGIT
+packetLen(0x01b1, 7)
// Packet: 0x01b2
-packetLen(0x01b2, -1) // CZ_REQ_OPENSTORE2
+packetLen(0x01b2, -1)
// Packet: 0x01b3
-packetLen(0x01b3, 67) // ZC_SHOW_IMAGE2
+packetLen(0x01b3, 67)
// Packet: 0x01b4
-packetLen(0x01b4, 12) // ZC_CHANGE_GUILD
+packetLen(0x01b4, 12)
// Packet: 0x01b5
-packetLen(0x01b5, 18) // SC_BILLING_INFO
+packetLen(0x01b5, 18)
// Packet: 0x01b6
-packetLen(0x01b6, 114) // ZC_GUILD_INFO2
+packetLen(0x01b6, 114)
// Packet: 0x01b7
-packetLen(0x01b7, 6) // CZ_GUILD_ZENY
+packetLen(0x01b7, 6)
// Packet: 0x01b8
-packetLen(0x01b8, 3) // ZC_GUILD_ZENY_ACK
+packetLen(0x01b8, 3)
// Packet: 0x01b9
-packetLen(0x01b9, 6) // ZC_DISPEL
+packetLen(0x01b9, 6)
// Packet: 0x01ba
-packetLen(0x01ba, 26) // CZ_REMOVE_AID
+packetLen(0x01ba, 26)
// Packet: 0x01bb
-packetLen(0x01bb, 26) // CZ_SHIFT
+packetLen(0x01bb, 26)
// Packet: 0x01bc
-packetLen(0x01bc, 26) // CZ_RECALL
+packetLen(0x01bc, 26)
// Packet: 0x01bd
-packetLen(0x01bd, 26) // CZ_RECALL_GID
+packetLen(0x01bd, 26)
// Packet: 0x01be
-packetLen(0x01be, 2) // AC_ASK_PNGAMEROOM
+packetLen(0x01be, 2)
// Packet: 0x01bf
-packetLen(0x01bf, 3) // CA_REPLY_PNGAMEROOM
+packetLen(0x01bf, 3)
// Packet: 0x01c0
-packetLen(0x01c0, 2) // CZ_REQ_REMAINTIME
+packetLen(0x01c0, 2)
// Packet: 0x01c1
-packetLen(0x01c1, 14) // ZC_REPLY_REMAINTIME
+packetLen(0x01c1, 14)
// Packet: 0x01c2
-packetLen(0x01c2, 10) // ZC_INFO_REMAINTIME
+packetLen(0x01c2, 10)
// Packet: 0x01c3
-packetLen(0x01c3, -1) // ZC_BROADCAST2
+packetLen(0x01c3, -1)
// Packet: 0x01c4
-packetLen(0x01c4, 32) // ZC_ADD_ITEM_TO_STORE2
+packetLen(0x01c4, 32)
// Packet: 0x01c5
-packetLen(0x01c5, 32) // ZC_ADD_ITEM_TO_CART2
+packetLen(0x01c5, 32)
// Packet: 0x01c6
-packetLen(0x01c6, 4) // CS_REQ_ENCRYPTION
+packetLen(0x01c6, 4)
// Packet: 0x01c7
-packetLen(0x01c7, 2) // SC_ACK_ENCRYPTION
+packetLen(0x01c7, 2)
// Packet: 0x01c8
-packetLen(0x01c8, 15) // ZC_USE_ITEM_ACK2
+packetLen(0x01c8, 15)
// Packet: 0x01c9
-packetLen(0x01c9, 97) // ZC_SKILL_ENTRY2
+packetLen(0x01c9, 97)
// Packet: 0x01ca
-packetLen(0x01ca, 3) // CZ_REQMAKINGHOMUN
+packetLen(0x01ca, 3)
// Packet: 0x01cb
-packetLen(0x01cb, 9) // CZ_MONSTER_TALK
+packetLen(0x01cb, 9)
// Packet: 0x01cc
-packetLen(0x01cc, 9) // ZC_MONSTER_TALK
+packetLen(0x01cc, 9)
// Packet: 0x01cd
-packetLen(0x01cd, 30) // ZC_AUTOSPELLLIST
+packetLen(0x01cd, 30)
// Packet: 0x01ce
-packetLen(0x01ce, 6) // CZ_SELECTAUTOSPELL
+packetLen(0x01ce, 6)
// Packet: 0x01cf
-packetLen(0x01cf, 28) // ZC_DEVOTIONLIST
+packetLen(0x01cf, 28)
// Packet: 0x01d0
-packetLen(0x01d0, 8) // ZC_SPIRITS
+packetLen(0x01d0, 8)
// Packet: 0x01d1
-packetLen(0x01d1, 14) // ZC_BLADESTOP
+packetLen(0x01d1, 14)
// Packet: 0x01d2
-packetLen(0x01d2, 10) // ZC_COMBODELAY
+packetLen(0x01d2, 10)
// Packet: 0x01d3
-packetLen(0x01d3, 35) // ZC_SOUND
+packetLen(0x01d3, 35)
// Packet: 0x01d4
-packetLen(0x01d4, 6) // ZC_OPEN_EDITDLGSTR
+packetLen(0x01d4, 6)
// Packet: 0x01d5
-packetLen(0x01d5, -1) // CZ_INPUT_EDITDLGSTR
+packetLen(0x01d5, -1)
// Packet: 0x01d6
-packetLen(0x01d6, 4) // ZC_NOTIFY_MAPPROPERTY2
+packetLen(0x01d6, 4)
// Packet: 0x01d7
-packetLen(0x01d7, 15) // ZC_SPRITE_CHANGE2
+packetLen(0x01d7, 15)
// Packet: 0x01d8
-packetLen(0x01d8, 58) // ZC_NOTIFY_STANDENTRY2
+packetLen(0x01d8, 58)
// Packet: 0x01d9
-packetLen(0x01d9, 57) // ZC_NOTIFY_NEWENTRY2
+packetLen(0x01d9, 57)
// Packet: 0x01da
-packetLen(0x01da, 64) // ZC_NOTIFY_MOVEENTRY2
+packetLen(0x01da, 64)
// Packet: 0x01db
-packetLen(0x01db, 2) // CA_REQ_HASH
+packetLen(0x01db, 2)
// Packet: 0x01dc
-packetLen(0x01dc, -1) // AC_ACK_HASH
+packetLen(0x01dc, -1)
// Packet: 0x01dd
-packetLen(0x01dd, 47) // CA_LOGIN2
+packetLen(0x01dd, 47)
// Packet: 0x01de
-packetLen(0x01de, 33) // ZC_NOTIFY_SKILL2
+packetLen(0x01de, 33)
// Packet: 0x01df
-packetLen(0x01df, 6) // CZ_REQ_ACCOUNTNAME
+packetLen(0x01df, 6)
// Packet: 0x01e0
-packetLen(0x01e0, 30) // ZC_ACK_ACCOUNTNAME
+packetLen(0x01e0, 30)
// Packet: 0x01e1
-packetLen(0x01e1, 8) // ZC_SPIRITS2
+packetLen(0x01e1, 8)
// Packet: 0x01e2
-packetLen(0x01e2, 34) // ZC_REQ_COUPLE
+packetLen(0x01e2, 34)
// Packet: 0x01e3
-packetLen(0x01e3, 14) // CZ_JOIN_COUPLE
+packetLen(0x01e3, 14)
// Packet: 0x01e4
-packetLen(0x01e4, 2) // ZC_START_COUPLE
+packetLen(0x01e4, 2)
// Packet: 0x01e5
-packetLen(0x01e5, 6) // CZ_REQ_JOIN_COUPLE
+packetLen(0x01e5, 6)
// Packet: 0x01e6
-packetLen(0x01e6, 26) // ZC_COUPLENAME
+packetLen(0x01e6, 26)
// Packet: 0x01e7
-packetLen(0x01e7, 2) // CZ_DORIDORI
+packetLen(0x01e7, 2)
// Packet: 0x01e8
-packetLen(0x01e8, 28) // CZ_MAKE_GROUP2
+packetLen(0x01e8, 28)
// Packet: 0x01e9
-packetLen(0x01e9, 81) // ZC_ADD_MEMBER_TO_GROUP2
+packetLen(0x01e9, 81)
// Packet: 0x01ea
-packetLen(0x01ea, 6) // ZC_CONGRATULATION
+packetLen(0x01ea, 6)
// Packet: 0x01eb
-packetLen(0x01eb, 10) // ZC_NOTIFY_POSITION_TO_GUILDM
+packetLen(0x01eb, 10)
// Packet: 0x01ec
-packetLen(0x01ec, 26) // ZC_GUILD_MEMBER_MAP_CHANGE
+packetLen(0x01ec, 26)
// Packet: 0x01ed
-packetLen(0x01ed, 2) // CZ_CHOPOKGI
+packetLen(0x01ed, 2)
// Packet: 0x01ee
-packetLen(0x01ee, -1) // ZC_NORMAL_ITEMLIST2
+packetLen(0x01ee, -1)
// Packet: 0x01ef
-packetLen(0x01ef, -1) // ZC_CART_NORMAL_ITEMLIST2
+packetLen(0x01ef, -1)
// Packet: 0x01f0
-packetLen(0x01f0, -1) // ZC_STORE_NORMAL_ITEMLIST2
+packetLen(0x01f0, -1)
// Packet: 0x01f1
-packetLen(0x01f1, -1) // AC_NOTIFY_ERROR
+packetLen(0x01f1, -1)
// Packet: 0x01f2
-packetLen(0x01f2, 20) // ZC_UPDATE_CHARSTAT2
+packetLen(0x01f2, 20)
// Packet: 0x01f3
-packetLen(0x01f3, 10) // ZC_NOTIFY_EFFECT2
+packetLen(0x01f3, 10)
// Packet: 0x01f4
-packetLen(0x01f4, 32) // ZC_REQ_EXCHANGE_ITEM2
+packetLen(0x01f4, 32)
// Packet: 0x01f5
-packetLen(0x01f5, 9) // ZC_ACK_EXCHANGE_ITEM2
+packetLen(0x01f5, 9)
// Packet: 0x01f6
-packetLen(0x01f6, 34) // ZC_REQ_BABY
+packetLen(0x01f6, 34)
// Packet: 0x01f7
-packetLen(0x01f7, 14) // CZ_JOIN_BABY
+packetLen(0x01f7, 14)
// Packet: 0x01f8
-packetLen(0x01f8, 2) // ZC_START_BABY
+packetLen(0x01f8, 2)
// Packet: 0x01f9
-packetLen(0x01f9, 6) // CZ_REQ_JOIN_BABY
+packetLen(0x01f9, 6)
// Packet: 0x01fa
-packetLen(0x01fa, 48) // CA_LOGIN3
+packetLen(0x01fa, 48)
// Packet: 0x01fb
-packetLen(0x01fb, 56) // CH_DELETE_CHAR2
+packetLen(0x01fb, 56)
// Packet: 0x01fc
-packetLen(0x01fc, -1) // ZC_REPAIRITEMLIST
+packetLen(0x01fc, -1)
// Packet: 0x01fd
-packetLen(0x01fd, 25) // CZ_REQ_ITEMREPAIR
+packetLen(0x01fd, 25)
// Packet: 0x01fe
-packetLen(0x01fe, 5) // ZC_ACK_ITEMREPAIR
+packetLen(0x01fe, 5)
// Packet: 0x01ff
-packetLen(0x01ff, 10) // ZC_HIGHJUMP
+packetLen(0x01ff, 10)
// Packet: 0x0200
-packetLen(0x0200, 26) // CA_CONNECT_INFO_CHANGED
+packetLen(0x0200, 26)
// Packet: 0x0201
-packetLen(0x0201, -1) // ZC_FRIENDS_LIST
+packetLen(0x0201, -1)
// Packet: 0x0202
-packetLen(0x0202, 26) // CZ_ADD_FRIENDS
+packetLen(0x0202, 26)
// Packet: 0x0203
-packetLen(0x0203, 10) // CZ_DELETE_FRIENDS
+packetLen(0x0203, 10)
// Packet: 0x0204
-packetLen(0x0204, 18) // CA_EXE_HASHCHECK
+packetLen(0x0204, 18)
// Packet: 0x0205
-packetLen(0x0205, 26) // ZC_DIVORCE
+packetLen(0x0205, 26)
// Packet: 0x0206
-packetLen(0x0206, 35) // ZC_FRIENDS_STATE
+packetLen(0x0206, 35)
// Packet: 0x0207
-packetLen(0x0207, 34) // ZC_REQ_ADD_FRIENDS
+packetLen(0x0207, 34)
// Packet: 0x0208
-packetLen(0x0208, 14) // CZ_ACK_REQ_ADD_FRIENDS
+packetLen(0x0208, 14)
// Packet: 0x0209
-packetLen(0x0209, 36) // ZC_ADD_FRIENDS_LIST
+packetLen(0x0209, 36)
// Packet: 0x020a
-packetLen(0x020a, 10) // ZC_DELETE_FRIENDS
+packetLen(0x020a, 10)
// Packet: 0x020d
-packetLen(0x020d, -1) // HC_BLOCK_CHARACTER
+packetLen(0x020d, -1)
// Packet: 0x020e
-packetLen(0x020e, 32) // ZC_STARSKILL
+packetLen(0x020e, 32)
// Packet: 0x0212
-packetLen(0x0212, 26) // CZ_REQ_GIVE_MANNER_BYNAME
+packetLen(0x0212, 26)
// Packet: 0x0213
-packetLen(0x0213, 26) // CZ_REQ_STATUS_GM
+packetLen(0x0213, 26)
// Packet: 0x0214
-packetLen(0x0214, 42) // ZC_ACK_STATUS_GM
+packetLen(0x0214, 42)
// Packet: 0x0215
-packetLen(0x0215, 6) // ZC_SKILLMSG
+packetLen(0x0215, 6)
// Packet: 0x0216
-packetLen(0x0216, 6) // ZC_BABYMSG
+packetLen(0x0216, 6)
// Packet: 0x0217
-packetLen(0x0217, 2) // CZ_BLACKSMITH_RANK
+packetLen(0x0217, 2)
// Packet: 0x0218
-packetLen(0x0218, 2) // CZ_ALCHEMIST_RANK
+packetLen(0x0218, 2)
// Packet: 0x0219
-packetLen(0x0219, 282) // ZC_BLACKSMITH_RANK
+packetLen(0x0219, 282)
// Packet: 0x021a
-packetLen(0x021a, 282) // ZC_ALCHEMIST_RANK
+packetLen(0x021a, 282)
// Packet: 0x021b
-packetLen(0x021b, 10) // ZC_BLACKSMITH_POINT
+packetLen(0x021b, 10)
// Packet: 0x021c
-packetLen(0x021c, 10) // ZC_ALCHEMIST_POINT
+packetLen(0x021c, 10)
// Packet: 0x021d
-packetLen(0x021d, 6) // CZ_LESSEFFECT
+packetLen(0x021d, 6)
// Packet: 0x021e
-packetLen(0x021e, 6) // ZC_LESSEFFECT
+packetLen(0x021e, 6)
// Packet: 0x021f
-packetLen(0x021f, 66) // ZC_NOTIFY_PKINFO
+packetLen(0x021f, 66)
// Packet: 0x0220
-packetLen(0x0220, 10) // ZC_NOTIFY_CRAZYKILLER
+packetLen(0x0220, 10)
// Packet: 0x0221
-packetLen(0x0221, -1) // ZC_NOTIFY_WEAPONITEMLIST
+packetLen(0x0221, -1)
// Packet: 0x0222
-packetLen(0x0222, 6) // CZ_REQ_WEAPONREFINE
+packetLen(0x0222, 6)
// Packet: 0x0223
-packetLen(0x0223, 10) // ZC_ACK_WEAPONREFINE
+packetLen(0x0223, 10)
// Packet: 0x0224
-packetLen(0x0224, 10) // ZC_TAEKWON_POINT
+packetLen(0x0224, 10)
// Packet: 0x0225
-packetLen(0x0225, 2) // CZ_TAEKWON_RANK
+packetLen(0x0225, 2)
// Packet: 0x0226
-packetLen(0x0226, 282) // ZC_TAEKWON_RANK
+packetLen(0x0226, 282)
// Packet: 0x0227
-packetLen(0x0227, 18) // ZC_GAME_GUARD
+packetLen(0x0227, 18)
// Packet: 0x0228
-packetLen(0x0228, 18) // CZ_ACK_GAME_GUARD
+packetLen(0x0228, 18)
// Packet: 0x0229
-packetLen(0x0229, 15) // ZC_STATE_CHANGE3
+packetLen(0x0229, 15)
// Packet: 0x022a
-packetLen(0x022a, 62) // ZC_NOTIFY_STANDENTRY3
+packetLen(0x022a, 62)
// Packet: 0x022b
-packetLen(0x022b, 61) // ZC_NOTIFY_NEWENTRY3
+packetLen(0x022b, 61)
// Packet: 0x022c
-packetLen(0x022c, 69) // ZC_NOTIFY_MOVEENTRY3
+packetLen(0x022c, 69)
// Packet: 0x022d
-packetLen(0x022d, 5) // CZ_COMMAND_MER
+packetLen(0x022d, 5)
// Packet: 0x022e
-packetLen(0x022e, 73) // ZC_PROPERTY_HOMUN
+packetLen(0x022e, 73)
// Packet: 0x022f
-packetLen(0x022f, 7) // ZC_FEED_MER
+packetLen(0x022f, 7)
// Packet: 0x0230
-packetLen(0x0230, 12) // ZC_CHANGESTATE_MER
+packetLen(0x0230, 12)
// Packet: 0x0231
-packetLen(0x0231, 26) // CZ_RENAME_MER
+packetLen(0x0231, 26)
// Packet: 0x0232
-packetLen(0x0232, 9) // CZ_REQUEST_MOVENPC
+packetLen(0x0232, 9)
// Packet: 0x0233
-packetLen(0x0233, 11) // CZ_REQUEST_ACTNPC
+packetLen(0x0233, 11)
// Packet: 0x0234
-packetLen(0x0234, 6) // CZ_REQUEST_MOVETOOWNER
+packetLen(0x0234, 6)
// Packet: 0x0235
-packetLen(0x0235, -1) // ZC_HOSKILLINFO_LIST
+packetLen(0x0235, -1)
// Packet: 0x0236
-packetLen(0x0236, 10) // ZC_KILLER_POINT
+packetLen(0x0236, 10)
// Packet: 0x0237
-packetLen(0x0237, 2) // CZ_KILLER_RANK
+packetLen(0x0237, 2)
// Packet: 0x0238
-packetLen(0x0238, 282) // ZC_KILLER_RANK
+packetLen(0x0238, 282)
// Packet: 0x0239
-packetLen(0x0239, 11) // ZC_HOSKILLINFO_UPDATE
+packetLen(0x0239, 11)
// Packet: 0x023a
-packetLen(0x023a, 4) // ZC_REQ_STORE_PASSWORD
+packetLen(0x023a, 4)
// Packet: 0x023b
-packetLen(0x023b, 36) // CZ_ACK_STORE_PASSWORD
+packetLen(0x023b, 36)
// Packet: 0x023c
-packetLen(0x023c, 6) // ZC_RESULT_STORE_PASSWORD
+packetLen(0x023c, 6)
// Packet: 0x023d
-packetLen(0x023d, 6) // AC_EVENT_RESULT
+packetLen(0x023d, 6)
// Packet: 0x023e
-packetLen(0x023e, 8) // HC_REQUEST_CHARACTER_PASSWORD
+packetLen(0x023e, 8)
// Packet: 0x023f
-packetLen(0x023f, 2) // CZ_MAIL_GET_LIST
+packetLen(0x023f, 2)
// Packet: 0x0240
-packetLen(0x0240, -1) // ZC_MAIL_REQ_GET_LIST
+packetLen(0x0240, -1)
// Packet: 0x0241
-packetLen(0x0241, 6) // CZ_MAIL_OPEN
+packetLen(0x0241, 6)
// Packet: 0x0242
-packetLen(0x0242, -1) // ZC_MAIL_REQ_OPEN
+packetLen(0x0242, -1)
// Packet: 0x0243
-packetLen(0x0243, 6) // CZ_MAIL_DELETE
+packetLen(0x0243, 6)
// Packet: 0x0244
-packetLen(0x0244, 6) // CZ_MAIL_GET_ITEM
+packetLen(0x0244, 6)
// Packet: 0x0245
-packetLen(0x0245, 3) // ZC_MAIL_REQ_GET_ITEM
+packetLen(0x0245, 3)
// Packet: 0x0246
-packetLen(0x0246, 4) // CZ_MAIL_RESET_ITEM
+packetLen(0x0246, 4)
// Packet: 0x0247
-packetLen(0x0247, 8) // CZ_MAIL_ADD_ITEM
+packetLen(0x0247, 8)
// Packet: 0x0248
-packetLen(0x0248, -1) // CZ_MAIL_SEND
+packetLen(0x0248, -1)
// Packet: 0x0249
-packetLen(0x0249, 3) // ZC_MAIL_REQ_SEND
+packetLen(0x0249, 3)
// Packet: 0x024a
-packetLen(0x024a, 70) // ZC_MAIL_RECEIVE
+packetLen(0x024a, 70)
// Packet: 0x024b
-packetLen(0x024b, 4) // CZ_AUCTION_CREATE
+packetLen(0x024b, 4)
// Packet: 0x024c
-packetLen(0x024c, 8) // CZ_AUCTION_ADD_ITEM
+packetLen(0x024c, 8)
// Packet: 0x024d
-packetLen(0x024d, 12) // CZ_AUCTION_ADD
+packetLen(0x024d, 12)
// Packet: 0x024e
-packetLen(0x024e, 6) // CZ_AUCTION_ADD_CANCEL
+packetLen(0x024e, 6)
// Packet: 0x024f
-packetLen(0x024f, 10) // CZ_AUCTION_BUY
+packetLen(0x024f, 10)
// Packet: 0x0250
-packetLen(0x0250, 3) // ZC_AUCTION_RESULT
+packetLen(0x0250, 3)
// Packet: 0x0251
-packetLen(0x0251, 34) // CZ_AUCTION_ITEM_SEARCH
+packetLen(0x0251, 34)
// Packet: 0x0252
-packetLen(0x0252, -1) // ZC_AUCTION_ITEM_REQ_SEARCH
+packetLen(0x0252, -1)
// Packet: 0x0253
-packetLen(0x0253, 3) // ZC_STARPLACE
+packetLen(0x0253, 3)
// Packet: 0x0254
-packetLen(0x0254, 3) // CZ_AGREE_STARPLACE
+packetLen(0x0254, 3)
// Packet: 0x0255
-packetLen(0x0255, 5) // ZC_ACK_MAIL_ADD_ITEM
+packetLen(0x0255, 5)
// Packet: 0x0256
-packetLen(0x0256, 5) // ZC_ACK_AUCTION_ADD_ITEM
+packetLen(0x0256, 5)
// Packet: 0x0257
-packetLen(0x0257, 8) // ZC_ACK_MAIL_DELETE
+packetLen(0x0257, 8)
// Packet: 0x0258
-packetLen(0x0258, 2) // CA_REQ_GAME_GUARD_CHECK
+packetLen(0x0258, 2)
// Packet: 0x0259
-packetLen(0x0259, 3) // AC_ACK_GAME_GUARD
+packetLen(0x0259, 3)
// Packet: 0x025a
-packetLen(0x025a, -1) // ZC_MAKINGITEM_LIST
+packetLen(0x025a, -1)
// Packet: 0x025b
-packetLen(0x025b, 8) // CZ_REQ_MAKINGITEM
+packetLen(0x025b, 8)
// Packet: 0x025c
-packetLen(0x025c, 4) // CZ_AUCTION_REQ_MY_INFO
+packetLen(0x025c, 4)
// Packet: 0x025d
-packetLen(0x025d, 6) // CZ_AUCTION_REQ_MY_SELL_STOP
+packetLen(0x025d, 6)
// Packet: 0x025e
-packetLen(0x025e, 4) // ZC_AUCTION_ACK_MY_SELL_STOP
+packetLen(0x025e, 4)
// Packet: 0x025f
-packetLen(0x025f, 6) // ZC_AUCTION_WINDOWS
+packetLen(0x025f, 6)
// Packet: 0x0260
-packetLen(0x0260, 6) // ZC_MAIL_WINDOWS
+packetLen(0x0260, 6)
// Packet: 0x0261
-packetLen(0x0261, 11) // AC_REQ_LOGIN_OLDEKEY
+packetLen(0x0261, 11)
// Packet: 0x0262
-packetLen(0x0262, 11) // AC_REQ_LOGIN_NEWEKEY
+packetLen(0x0262, 11)
// Packet: 0x0263
-packetLen(0x0263, 11) // AC_REQ_LOGIN_CARDPASS
+packetLen(0x0263, 11)
// Packet: 0x0264
-packetLen(0x0264, 20) // CA_ACK_LOGIN_OLDEKEY
+packetLen(0x0264, 20)
// Packet: 0x0265
-packetLen(0x0265, 20) // CA_ACK_LOGIN_NEWEKEY
+packetLen(0x0265, 20)
// Packet: 0x0266
-packetLen(0x0266, 30) // CA_ACK_LOGIN_CARDPASS
+packetLen(0x0266, 30)
// Packet: 0x0267
-packetLen(0x0267, 4) // AC_ACK_EKEY_FAIL_NOTEXIST
+packetLen(0x0267, 4)
// Packet: 0x0268
-packetLen(0x0268, 4) // AC_ACK_EKEY_FAIL_NOTUSESEKEY
+packetLen(0x0268, 4)
// Packet: 0x0269
-packetLen(0x0269, 4) // AC_ACK_EKEY_FAIL_NOTUSEDEKEY
+packetLen(0x0269, 4)
// Packet: 0x026a
-packetLen(0x026a, 4) // AC_ACK_EKEY_FAIL_AUTHREFUSE
+packetLen(0x026a, 4)
// Packet: 0x026b
-packetLen(0x026b, 4) // AC_ACK_EKEY_FAIL_INPUTEKEY
+packetLen(0x026b, 4)
// Packet: 0x026c
-packetLen(0x026c, 4) // AC_ACK_EKEY_FAIL_NOTICE
+packetLen(0x026c, 4)
// Packet: 0x026d
-packetLen(0x026d, 4) // AC_ACK_EKEY_FAIL_NEEDCARDPASS
+packetLen(0x026d, 4)
// Packet: 0x026f
-packetLen(0x026f, 2) // AC_ACK_FIRST_LOGIN
+packetLen(0x026f, 2)
// Packet: 0x0270
-packetLen(0x0270, 2) // AC_REQ_LOGIN_ACCOUNT_INFO
+packetLen(0x0270, 2)
// Packet: 0x0271
-packetLen(0x0271, 40) // CA_ACK_LOGIN_ACCOUNT_INFO
+packetLen(0x0271, 40)
// Packet: 0x0272
-packetLen(0x0272, 44) // AC_ACK_PT_ID_INFO
+packetLen(0x0272, 44)
// Packet: 0x0273
-packetLen(0x0273, 30) // CZ_REQ_MAIL_RETURN
+packetLen(0x0273, 30)
// Packet: 0x0274
-packetLen(0x0274, 8) // ZC_ACK_MAIL_RETURN
+packetLen(0x0274, 8)
// Packet: 0x0275
-packetLen(0x0275, 37) // CH_ENTER2
+packetLen(0x0275, 37)
// Packet: 0x0276
-packetLen(0x0276, -1) // AC_ACCEPT_LOGIN2
+packetLen(0x0276, -1)
// Packet: 0x0277
-packetLen(0x0277, 84) // CA_LOGIN_PCBANG
+packetLen(0x0277, 84)
// Packet: 0x0278
-packetLen(0x0278, 2) // ZC_NOTIFY_PCBANG
+packetLen(0x0278, 2)
// Packet: 0x0279
-packetLen(0x0279, 2) // CZ_HUNTINGLIST
+packetLen(0x0279, 2)
// Packet: 0x027a
-packetLen(0x027a, -1) // ZC_HUNTINGLIST
+packetLen(0x027a, -1)
// Packet: 0x027b
-packetLen(0x027b, 14) // ZC_PCBANG_EFFECT
+packetLen(0x027b, 14)
// Packet: 0x027c
-packetLen(0x027c, 60) // CA_LOGIN4
+packetLen(0x027c, 60)
// Packet: 0x027d
-packetLen(0x027d, 62) // ZC_PROPERTY_MERCE
+packetLen(0x027d, 62)
// Packet: 0x027e
-packetLen(0x027e, -1) // ZC_SHANDA_PROTECT
+packetLen(0x027e, -1)
// Packet: 0x027f
-packetLen(0x027f, 8) // CA_CLIENT_TYPE
+packetLen(0x027f, 8)
// Packet: 0x0280
-packetLen(0x0280, 12) // ZC_GANGSI_POINT
+packetLen(0x0280, 12)
// Packet: 0x0281
-packetLen(0x0281, 4) // CZ_GANGSI_RANK
+packetLen(0x0281, 4)
// Packet: 0x0282
-packetLen(0x0282, 284) // ZC_GANGSI_RANK
+packetLen(0x0282, 284)
// Packet: 0x0283
-packetLen(0x0283, 6) // ZC_AID
+packetLen(0x0283, 6)
// Packet: 0x0284
-packetLen(0x0284, 14) // ZC_NOTIFY_EFFECT3
+packetLen(0x0284, 14)
// Packet: 0x0285
-packetLen(0x0285, 6) // ZC_DEATH_QUESTION
+packetLen(0x0285, 6)
// Packet: 0x0286
-packetLen(0x0286, 4) // CZ_DEATH_QUESTION
+packetLen(0x0286, 4)
// Packet: 0x0287
-packetLen(0x0287, -1) // ZC_PC_CASH_POINT_ITEMLIST
+packetLen(0x0287, -1)
// Packet: 0x0288
-packetLen(0x0288, -1) // CZ_PC_BUY_CASH_POINT_ITEM
+packetLen(0x0288, -1)
// Packet: 0x0289
-packetLen(0x0289, 12) // ZC_PC_CASH_POINT_UPDATE
+packetLen(0x0289, 12)
// Packet: 0x028a
-packetLen(0x028a, 18) // ZC_NPC_SHOWEFST_UPDATE
+packetLen(0x028a, 18)
// Packet: 0x028b
-packetLen(0x028b, -1) // HC_CHARNOTBEENSELECTED
+packetLen(0x028b, -1)
// Packet: 0x028c
-packetLen(0x028c, 46) // CH_SELECT_CHAR_GOINGTOBEUSED
+packetLen(0x028c, 46)
// Packet: 0x028d
-packetLen(0x028d, 34) // CH_REQ_IS_VALID_CHARNAME
+packetLen(0x028d, 34)
// Packet: 0x028e
-packetLen(0x028e, 4) // HC_ACK_IS_VALID_CHARNAME
+packetLen(0x028e, 4)
// Packet: 0x028f
-packetLen(0x028f, 6) // CH_REQ_CHANGE_CHARNAME
+packetLen(0x028f, 6)
// Packet: 0x0290
-packetLen(0x0290, 4) // HC_ACK_CHANGE_CHARNAME
+packetLen(0x0290, 4)
// Packet: 0x0291
-packetLen(0x0291, 4) // ZC_MSG
+packetLen(0x0291, 4)
// Packet: 0x0292
-packetLen(0x0292, 2) // CZ_STANDING_RESURRECTION
+packetLen(0x0292, 2)
// Packet: 0x0293
-packetLen(0x0293, 70) // ZC_BOSS_INFO
+packetLen(0x0293, 70)
// Packet: 0x0294
-packetLen(0x0294, 10) // ZC_READ_BOOK
+packetLen(0x0294, 10)
// Packet: 0x0295
-packetLen(0x0295, -1) // ZC_EQUIPMENT_ITEMLIST2
+packetLen(0x0295, -1)
// Packet: 0x0296
-packetLen(0x0296, -1) // ZC_STORE_EQUIPMENT_ITEMLIST2
+packetLen(0x0296, -1)
// Packet: 0x0297
-packetLen(0x0297, -1) // ZC_CART_EQUIPMENT_ITEMLIST2
+packetLen(0x0297, -1)
// Packet: 0x0298
-packetLen(0x0298, 10) // ZC_CASH_TIME_COUNTER
+packetLen(0x0298, 10)
// Packet: 0x0299
-packetLen(0x0299, 8) // ZC_CASH_ITEM_DELETE
+packetLen(0x0299, 8)
// Packet: 0x029a
-packetLen(0x029a, 37) // ZC_ITEM_PICKUP_ACK2
+packetLen(0x029a, 37)
// Packet: 0x029b
-packetLen(0x029b, 80) // ZC_MER_INIT
+packetLen(0x029b, 80)
// Packet: 0x029c
-packetLen(0x029c, 66) // ZC_MER_PROPERTY
+packetLen(0x029c, 66)
// Packet: 0x029d
-packetLen(0x029d, -1) // ZC_MER_SKILLINFO_LIST
+packetLen(0x029d, -1)
// Packet: 0x029e
-packetLen(0x029e, 11) // ZC_MER_SKILLINFO_UPDATE
+packetLen(0x029e, 11)
// Packet: 0x029f
-packetLen(0x029f, 3) // CZ_MER_COMMAND
+packetLen(0x029f, 3)
// Packet: 0x02a2
-packetLen(0x02a2, 8) // ZC_MER_PAR_CHANGE
+packetLen(0x02a2, 8)
// Packet: 0x02a5
-packetLen(0x02a5, 8) // CZ_KSY_EVENT
+packetLen(0x02a5, 8)
// Packet: 0x02a6
-packetLen(0x02a6, -1) // ZC_HACKSH_CPX_MSG
+packetLen(0x02a6, -1)
// Packet: 0x02a7
-packetLen(0x02a7, -1) // CZ_HACKSH_CPX_MSG
+packetLen(0x02a7, -1)
// Packet: 0x02aa
-packetLen(0x02aa, 4) // ZC_REQ_CASH_PASSWORD
+packetLen(0x02aa, 4)
// Packet: 0x02ab
-packetLen(0x02ab, 36) // CZ_ACK_CASH_PASSWORD
+packetLen(0x02ab, 36)
// Packet: 0x02ac
-packetLen(0x02ac, 6) // ZC_RESULT_CASH_PASSWORD
+packetLen(0x02ac, 6)
// Packet: 0x02ad
-packetLen(0x02ad, 8) // AC_REQUEST_SECOND_PASSWORD
+packetLen(0x02ad, 8)
// Packet: 0x02b0
-packetLen(0x02b0, 85) // CA_LOGIN_HAN
+packetLen(0x02b0, 85)
// Packet: 0x02b1
-packetLen(0x02b1, -1) // ZC_ALL_QUEST_LIST
+packetLen(0x02b1, -1)
// Packet: 0x02b2
-packetLen(0x02b2, -1) // ZC_ALL_QUEST_MISSION
+packetLen(0x02b2, -1)
// Packet: 0x02b3
-packetLen(0x02b3, 107) // ZC_ADD_QUEST
+packetLen(0x02b3, 107)
// Packet: 0x02b4
-packetLen(0x02b4, 6) // ZC_DEL_QUEST
+packetLen(0x02b4, 6)
// Packet: 0x02b5
-packetLen(0x02b5, -1) // ZC_UPDATE_MISSION_HUNT
+packetLen(0x02b5, -1)
// Packet: 0x02b6
-packetLen(0x02b6, 7) // CZ_ACTIVE_QUEST
+packetLen(0x02b6, 7)
// Packet: 0x02b7
-packetLen(0x02b7, 7) // ZC_ACTIVE_QUEST
+packetLen(0x02b7, 7)
// Packet: 0x02b8
-packetLen(0x02b8, 32) // ZC_ITEM_PICKUP_PARTY
+packetLen(0x02b8, 32)
// Packet: 0x02b9
-packetLen(0x02b9, 191) // ZC_SHORTCUT_KEY_LIST
+packetLen(0x02b9, 191)
// Packet: 0x02ba
-packetLen(0x02ba, 11) // CZ_SHORTCUT_KEY_CHANGE
+packetLen(0x02ba, 11)
// Packet: 0x02bb
-packetLen(0x02bb, 8) // ZC_EQUIPITEM_DAMAGED
+packetLen(0x02bb, 8)
// Packet: 0x02bc
-packetLen(0x02bc, 6) // ZC_NOTIFY_PCBANG_PLAYING_TIME
+packetLen(0x02bc, 6)
// Packet: 0x02c1
-packetLen(0x02c1, -1) // ZC_NPC_CHAT
+packetLen(0x02c1, -1)
// Packet: 0x02c2
-packetLen(0x02c2, -1) // ZC_FORMATSTRING_MSG
+packetLen(0x02c2, -1)
// Packet: 0x02c4
-packetLen(0x02c4, 26) // CZ_PARTY_JOIN_REQ
+packetLen(0x02c4, 26)
// Packet: 0x02c5
-packetLen(0x02c5, 30) // ZC_PARTY_JOIN_REQ_ACK
+packetLen(0x02c5, 30)
// Packet: 0x02c6
-packetLen(0x02c6, 30) // ZC_PARTY_JOIN_REQ
+packetLen(0x02c6, 30)
// Packet: 0x02c7
-packetLen(0x02c7, 7) // CZ_PARTY_JOIN_REQ_ACK
+packetLen(0x02c7, 7)
// Packet: 0x02c8
-packetLen(0x02c8, 3) // CZ_PARTY_CONFIG
+packetLen(0x02c8, 3)
// Packet: 0x02c9
-packetLen(0x02c9, 3) // ZC_PARTY_CONFIG
+packetLen(0x02c9, 3)
// Packet: 0x02ca
-packetLen(0x02ca, 3) // HC_REFUSE_SELECTCHAR
+packetLen(0x02ca, 3)
// Packet: 0x02cb
-packetLen(0x02cb, 65) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_INFO
+packetLen(0x02cb, 65)
// Packet: 0x02cc
-packetLen(0x02cc, 4) // ZC_MEMORIALDUNGEON_SUBSCRIPTION_NOTIFY
+packetLen(0x02cc, 4)
// Packet: 0x02cd
-packetLen(0x02cd, 71) // ZC_MEMORIALDUNGEON_INFO
+packetLen(0x02cd, 71)
// Packet: 0x02ce
-packetLen(0x02ce, 10) // ZC_MEMORIALDUNGEON_NOTIFY
+packetLen(0x02ce, 10)
// Packet: 0x02cf
-packetLen(0x02cf, 6) // CZ_MEMORIALDUNGEON_COMMAND
+packetLen(0x02cf, 6)
// Packet: 0x02d0
-packetLen(0x02d0, -1) // ZC_EQUIPMENT_ITEMLIST3
+packetLen(0x02d0, -1)
// Packet: 0x02d1
-packetLen(0x02d1, -1) // ZC_STORE_EQUIPMENT_ITEMLIST3
+packetLen(0x02d1, -1)
// Packet: 0x02d2
-packetLen(0x02d2, -1) // ZC_CART_EQUIPMENT_ITEMLIST3
+packetLen(0x02d2, -1)
// Packet: 0x02d3
-packetLen(0x02d3, 4) // ZC_NOTIFY_BIND_ON_EQUIP
+packetLen(0x02d3, 4)
// Packet: 0x02d4
-packetLen(0x02d4, 39) // ZC_ITEM_PICKUP_ACK3
+packetLen(0x02d4, 39)
// Packet: 0x02d5
-packetLen(0x02d5, 2) // ZC_ISVR_DISCONNECT
+packetLen(0x02d5, 2)
// Packet: 0x02d6
-packetLen(0x02d6, 6) // CZ_EQUIPWIN_MICROSCOPE
+packetLen(0x02d6, 6)
// Packet: 0x02d7
-packetLen(0x02d7, -1) // ZC_EQUIPWIN_MICROSCOPE
+packetLen(0x02d7, -1)
// Packet: 0x02d8
-packetLen(0x02d8, 10) // CZ_CONFIG
+packetLen(0x02d8, 10)
// Packet: 0x02d9
-packetLen(0x02d9, 10) // ZC_CONFIG
+packetLen(0x02d9, 10)
// Packet: 0x02da
-packetLen(0x02da, 3) // ZC_CONFIG_NOTIFY
+packetLen(0x02da, 3)
// Packet: 0x02db
-packetLen(0x02db, -1) // CZ_BATTLEFIELD_CHAT
+packetLen(0x02db, -1)
// Packet: 0x02dc
-packetLen(0x02dc, -1) // ZC_BATTLEFIELD_CHAT
+packetLen(0x02dc, -1)
// Packet: 0x02dd
-packetLen(0x02dd, 32) // ZC_BATTLEFIELD_NOTIFY_CAMPINFO
+packetLen(0x02dd, 32)
// Packet: 0x02de
-packetLen(0x02de, 6) // ZC_BATTLEFIELD_NOTIFY_POINT
+packetLen(0x02de, 6)
// Packet: 0x02df
-packetLen(0x02df, 36) // ZC_BATTLEFIELD_NOTIFY_POSITION
+packetLen(0x02df, 36)
// Packet: 0x02e0
-packetLen(0x02e0, 34) // ZC_BATTLEFIELD_NOTIFY_HP
+packetLen(0x02e0, 34)
// Packet: 0x02e1
-packetLen(0x02e1, 33) // ZC_NOTIFY_ACT2
+packetLen(0x02e1, 33)
// Packet: 0x02e2
-packetLen(0x02e2, 20) // CZ_USE_ITEM_NEW_JAPEN
+packetLen(0x02e2, 20)
// Packet: 0x02e3
-packetLen(0x02e3, 22) // CZ_USE_SKILL_NEW_JAPEN
+packetLen(0x02e3, 22)
// Packet: 0x02e4
-packetLen(0x02e4, 11) // CZ_ITEM_PICKUP_NEW_JAPEN
+packetLen(0x02e4, 11)
// Packet: 0x02e5
-packetLen(0x02e5, 9) // CZ_REQUEST_MOVE_NEW_JAPEN
+packetLen(0x02e5, 9)
// Packet: 0x02e6
-packetLen(0x02e6, 6) // CZ_BOT_CHECK
+packetLen(0x02e6, 6)
// Packet: 0x02e7
-packetLen(0x02e7, -1) // ZC_MAPPROPERTY
+packetLen(0x02e7, -1)
// Packet: 0x02e8
-packetLen(0x02e8, -1) // ZC_NORMAL_ITEMLIST3
+packetLen(0x02e8, -1)
// Packet: 0x02e9
-packetLen(0x02e9, -1) // ZC_CART_NORMAL_ITEMLIST3
+packetLen(0x02e9, -1)
// Packet: 0x02ea
-packetLen(0x02ea, -1) // ZC_STORE_NORMAL_ITEMLIST3
+packetLen(0x02ea, -1)
// Packet: 0x02eb
-packetLen(0x02eb, 13) // ZC_ACCEPT_ENTER2
+packetLen(0x02eb, 13)
// Packet: 0x02ec
-packetLen(0x02ec, 71) // ZC_NOTIFY_MOVEENTRY4
+packetLen(0x02ec, 71)
// Packet: 0x02ed
-packetLen(0x02ed, 63) // ZC_NOTIFY_NEWENTRY4
+packetLen(0x02ed, 63)
// Packet: 0x02ee
-packetLen(0x02ee, 64) // ZC_NOTIFY_STANDENTRY4
+packetLen(0x02ee, 64)
// Packet: 0x02ef
-packetLen(0x02ef, 8) // ZC_NOTIFY_FONT
+packetLen(0x02ef, 8)
// Packet: 0x02f0
-packetLen(0x02f0, 10) // ZC_PROGRESS
+packetLen(0x02f0, 10)
// Packet: 0x02f1
-packetLen(0x02f1, 2) // CZ_PROGRESS
+packetLen(0x02f1, 2)
// Packet: 0x02f2
-packetLen(0x02f2, 2) // ZC_PROGRESS_CANCEL
+packetLen(0x02f2, 2)
// Packet: 0x02f3
-packetLen(0x02f3, -1) // CZ_IRMAIL_SEND
+packetLen(0x02f3, -1)
// Packet: 0x02f4
-packetLen(0x02f4, 3) // ZC_IRMAIL_SEND_RES
+packetLen(0x02f4, 3)
// Packet: 0x02f5
-packetLen(0x02f5, 7) // ZC_IRMAIL_NOTIFY
+packetLen(0x02f5, 7)
// Packet: 0x02f6
-packetLen(0x02f6, 7) // CZ_IRMAIL_LIST
+packetLen(0x02f6, 7)
// Packet: 0x035c
-packetLen(0x035c, 2) // CZ_OPEN_SIMPLE_CASHSHOP_ITEMLIST
+packetLen(0x035c, 2)
// Packet: 0x035d
-packetLen(0x035d, -1) // ZC_SIMPLE_CASHSHOP_POINT_ITEMLIST
+packetLen(0x035d, -1)
// Packet: 0x035e
-packetLen(0x035e, 2) // CZ_CLOSE_WINDOW
+packetLen(0x035e, 2)
// Packet: 0x035f
-packetLen(0x035f, 5) // CZ_REQUEST_MOVE2
+packetLen(0x035f, 5)
// Packet: 0x0360
-packetLen(0x0360, 6) // CZ_REQUEST_TIME2
+packetLen(0x0360, 6)
// Packet: 0x0361
-packetLen(0x0361, 5) // CZ_CHANGE_DIRECTION2
+packetLen(0x0361, 5)
// Packet: 0x0362
-packetLen(0x0362, 6) // CZ_ITEM_PICKUP2
+packetLen(0x0362, 6)
// Packet: 0x0363
-packetLen(0x0363, 6) // CZ_ITEM_THROW2
+packetLen(0x0363, 6)
// Packet: 0x0364
-packetLen(0x0364, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_STORE2
+packetLen(0x0364, 8)
// Packet: 0x0365
-packetLen(0x0365, 8) // CZ_MOVE_ITEM_FROM_STORE_TO_BODY2
+packetLen(0x0365, 8)
// Packet: 0x0366
-packetLen(0x0366, 10) // CZ_USE_SKILL_TOGROUND2
+packetLen(0x0366, 10)
// Packet: 0x0367
#if PACKETVER >= 20190828
-packetLen(0x0367, 31) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 31)
#elif PACKETVER >= 20190116
-packetLen(0x0367, 90) // CZ_USE_SKILL_TOGROUND_WITHTALKBOX2
+packetLen(0x0367, 90)
#endif
// Packet: 0x0368
-packetLen(0x0368, 6) // CZ_REQNAME2
+packetLen(0x0368, 6)
// Packet: 0x0369
-packetLen(0x0369, 6) // CZ_REQNAME_BYGID2
+packetLen(0x0369, 6)
// Packet: 0x03dd
-packetLen(0x03dd, 18) // AHC_GAME_GUARD
+packetLen(0x03dd, 18)
// Packet: 0x03de
-packetLen(0x03de, 18) // CAH_ACK_GAME_GUARD
+packetLen(0x03de, 18)
// Packet: 0x0436
-packetLen(0x0436, 19) // CZ_ENTER2
+packetLen(0x0436, 19)
// Packet: 0x0437
-packetLen(0x0437, 7) // CZ_REQUEST_ACT2
+packetLen(0x0437, 7)
// Packet: 0x0438
-packetLen(0x0438, 10) // CZ_USE_SKILL2
+packetLen(0x0438, 10)
// Packet: 0x0439
-packetLen(0x0439, 8) // CZ_USE_ITEM2
+packetLen(0x0439, 8)
// Packet: 0x043d
-packetLen(0x043d, 8) // ZC_SKILL_POSTDELAY
+packetLen(0x043d, 8)
// Packet: 0x043e
-packetLen(0x043e, -1) // ZC_SKILL_POSTDELAY_LIST
+packetLen(0x043e, -1)
// Packet: 0x043f
-packetLen(0x043f, 25) // ZC_MSG_STATE_CHANGE2
+packetLen(0x043f, 25)
// Packet: 0x0440
-packetLen(0x0440, 10) // ZC_MILLENNIUMSHIELD
+packetLen(0x0440, 10)
// Packet: 0x0441
-packetLen(0x0441, 4) // ZC_SKILLINFO_DELETE
+packetLen(0x0441, 4)
// Packet: 0x0442
-packetLen(0x0442, -1) // ZC_SKILL_SELECT_REQUEST
+packetLen(0x0442, -1)
// Packet: 0x0443
-packetLen(0x0443, 8) // CZ_SKILL_SELECT_RESPONSE
+packetLen(0x0443, 8)
// Packet: 0x0444
-packetLen(0x0444, -1) // ZC_SIMPLE_CASH_POINT_ITEMLIST
+packetLen(0x0444, -1)
// Packet: 0x0445
-packetLen(0x0445, 12) // CZ_SIMPLE_BUY_CASH_POINT_ITEM
+packetLen(0x0445, 12)
// Packet: 0x0446
-packetLen(0x0446, 14) // ZC_QUEST_NOTIFY_EFFECT
+packetLen(0x0446, 14)
// Packet: 0x0447
-packetLen(0x0447, 2) // CZ_BLOCKING_PLAY_CANCEL
+packetLen(0x0447, 2)
// Packet: 0x0448
-packetLen(0x0448, -1) // HC_CHARACTER_LIST
+packetLen(0x0448, -1)
// Packet: 0x0449
-packetLen(0x0449, 4) // ZC_HACKSH_ERROR_MSG
+packetLen(0x0449, 4)
// Packet: 0x044a
-packetLen(0x044a, 6) // CZ_CLIENT_VERSION
+packetLen(0x044a, 6)
// Packet: 0x044b
-packetLen(0x044b, 2) // CZ_CLOSE_SIMPLECASH_SHOP
+packetLen(0x044b, 2)
// Packet: 0x07d7
-packetLen(0x07d7, 8) // CZ_GROUPINFO_CHANGE_V2
+packetLen(0x07d7, 8)
// Packet: 0x07d8
-packetLen(0x07d8, 8) // ZC_REQ_GROUPINFO_CHANGE_V2
+packetLen(0x07d8, 8)
// Packet: 0x07d9
-packetLen(0x07d9, 268) // ZC_SHORTCUT_KEY_LIST_V2
+packetLen(0x07d9, 268)
// Packet: 0x07da
-packetLen(0x07da, 6) // CZ_CHANGE_GROUP_MASTER
+packetLen(0x07da, 6)
// Packet: 0x07db
-packetLen(0x07db, 8) // ZC_HO_PAR_CHANGE
+packetLen(0x07db, 8)
// Packet: 0x07dc
-packetLen(0x07dc, 6) // CZ_SEEK_PARTY
+packetLen(0x07dc, 6)
// Packet: 0x07dd
-packetLen(0x07dd, 54) // ZC_SEEK_PARTY
+packetLen(0x07dd, 54)
// Packet: 0x07de
-packetLen(0x07de, 30) // CZ_SEEK_PARTY_MEMBER
+packetLen(0x07de, 30)
// Packet: 0x07df
-packetLen(0x07df, 54) // ZC_SEEK_PARTY_MEMBER
+packetLen(0x07df, 54)
// Packet: 0x07e0
-packetLen(0x07e0, 58) // ZC_ES_NOTI_MYINFO
+packetLen(0x07e0, 58)
// Packet: 0x07e1
-packetLen(0x07e1, 15) // ZC_SKILLINFO_UPDATE2
+packetLen(0x07e1, 15)
// Packet: 0x07e2
-packetLen(0x07e2, 8) // ZC_MSG_VALUE
+packetLen(0x07e2, 8)
// Packet: 0x07e3
-packetLen(0x07e3, 6) // ZC_ITEMLISTWIN_OPEN
+packetLen(0x07e3, 6)
// Packet: 0x07e4
-packetLen(0x07e4, -1) // CZ_ITEMLISTWIN_RES
+packetLen(0x07e4, -1)
// Packet: 0x07e5
-packetLen(0x07e5, 4) // CH_ENTER_CHECKBOT
+packetLen(0x07e5, 4)
// Packet: 0x07e6
-packetLen(0x07e6, 8) // ZC_MSG_SKILL
+packetLen(0x07e6, 8)
// Packet: 0x07e7
-packetLen(0x07e7, 32) // CH_CHECKBOT
+packetLen(0x07e7, 32)
// Packet: 0x07e8
-packetLen(0x07e8, -1) // HC_CHECKBOT
+packetLen(0x07e8, -1)
// Packet: 0x07e9
-packetLen(0x07e9, 5) // HC_CHECKBOT_RESULT
+packetLen(0x07e9, 5)
// Packet: 0x07ea
-packetLen(0x07ea, 2) // CZ_BATTLE_FIELD_LIST
+packetLen(0x07ea, 2)
// Packet: 0x07eb
-packetLen(0x07eb, -1) // ZC_BATTLE_FIELD_LIST
+packetLen(0x07eb, -1)
// Packet: 0x07ec
-packetLen(0x07ec, 8) // CZ_JOIN_BATTLE_FIELD
+packetLen(0x07ec, 8)
// Packet: 0x07ed
-packetLen(0x07ed, 10) // ZC_JOIN_BATTLE_FIELD
+packetLen(0x07ed, 10)
// Packet: 0x07ee
-packetLen(0x07ee, 6) // CZ_CANCEL_BATTLE_FIELD
+packetLen(0x07ee, 6)
// Packet: 0x07ef
-packetLen(0x07ef, 8) // ZC_CANCEL_BATTLE_FIELD
+packetLen(0x07ef, 8)
// Packet: 0x07f0
-packetLen(0x07f0, 6) // CZ_REQ_BATTLE_STATE_MONITOR
+packetLen(0x07f0, 6)
// Packet: 0x07f1
-packetLen(0x07f1, 18) // ZC_ACK_BATTLE_STATE_MONITOR
+packetLen(0x07f1, 18)
// Packet: 0x07f2
-packetLen(0x07f2, 8) // ZC_BATTLE_NOTI_START_STEP
+packetLen(0x07f2, 8)
// Packet: 0x07f3
-packetLen(0x07f3, 6) // ZC_BATTLE_JOIN_NOTI_DEFER
+packetLen(0x07f3, 6)
// Packet: 0x07f4
-packetLen(0x07f4, 3) // ZC_BATTLE_JOIN_DISABLE_STATE
+packetLen(0x07f4, 3)
// Packet: 0x07f5
-packetLen(0x07f5, 6) // CZ_GM_FULLSTRIP
+packetLen(0x07f5, 6)
// Packet: 0x07f6
-packetLen(0x07f6, 14) // ZC_NOTIFY_EXP
+packetLen(0x07f6, 14)
// Packet: 0x07f7
-packetLen(0x07f7, -1) // ZC_NOTIFY_MOVEENTRY7
+packetLen(0x07f7, -1)
// Packet: 0x07f8
-packetLen(0x07f8, -1) // ZC_NOTIFY_NEWENTRY5
+packetLen(0x07f8, -1)
// Packet: 0x07f9
-packetLen(0x07f9, -1) // ZC_NOTIFY_STANDENTRY5
+packetLen(0x07f9, -1)
// Packet: 0x07fa
-packetLen(0x07fa, 8) // ZC_DELETE_ITEM_FROM_BODY
+packetLen(0x07fa, 8)
// Packet: 0x07fb
-packetLen(0x07fb, 25) // ZC_USESKILL_ACK2
+packetLen(0x07fb, 25)
// Packet: 0x07fc
-packetLen(0x07fc, 10) // ZC_CHANGE_GROUP_MASTER
+packetLen(0x07fc, 10)
// Packet: 0x07fd
-packetLen(0x07fd, -1) // ZC_BROADCASTING_SPECIAL_ITEM_OBTAIN
+packetLen(0x07fd, -1)
// Packet: 0x07fe
-packetLen(0x07fe, 26) // ZC_PLAY_NPC_BGM
+packetLen(0x07fe, 26)
// Packet: 0x0800
-packetLen(0x0800, -1) // ZC_PC_PURCHASE_ITEMLIST_FROMMC2
+packetLen(0x0800, -1)
// Packet: 0x0801
-packetLen(0x0801, -1) // CZ_PC_PURCHASE_ITEMLIST_FROMMC2
+packetLen(0x0801, -1)
// Packet: 0x0802
-packetLen(0x0802, 18) // CZ_PARTY_BOOKING_REQ_REGISTER
+packetLen(0x0802, 18)
// Packet: 0x0803
-packetLen(0x0803, 4) // ZC_PARTY_BOOKING_ACK_REGISTER
+packetLen(0x0803, 4)
// Packet: 0x0804
-packetLen(0x0804, 14) // CZ_PARTY_BOOKING_REQ_SEARCH
+packetLen(0x0804, 14)
// Packet: 0x0805
-packetLen(0x0805, -1) // ZC_PARTY_BOOKING_ACK_SEARCH
+packetLen(0x0805, -1)
// Packet: 0x0806
-packetLen(0x0806, 2) // CZ_PARTY_BOOKING_REQ_DELETE
+packetLen(0x0806, 2)
// Packet: 0x0807
-packetLen(0x0807, 4) // ZC_PARTY_BOOKING_ACK_DELETE
+packetLen(0x0807, 4)
// Packet: 0x0808
-packetLen(0x0808, 14) // CZ_PARTY_BOOKING_REQ_UPDATE
+packetLen(0x0808, 14)
// Packet: 0x0809
-packetLen(0x0809, 50) // ZC_PARTY_BOOKING_NOTIFY_INSERT
+packetLen(0x0809, 50)
// Packet: 0x080a
-packetLen(0x080a, 18) // ZC_PARTY_BOOKING_NOTIFY_UPDATE
+packetLen(0x080a, 18)
// Packet: 0x080b
-packetLen(0x080b, 6) // ZC_PARTY_BOOKING_NOTIFY_DELETE
+packetLen(0x080b, 6)
// Packet: 0x080c
-packetLen(0x080c, 2) // CZ_SIMPLE_CASH_BTNSHOW
+packetLen(0x080c, 2)
// Packet: 0x080d
-packetLen(0x080d, 3) // ZC_SIMPLE_CASH_BTNSHOW
+packetLen(0x080d, 3)
// Packet: 0x080e
-packetLen(0x080e, 14) // ZC_NOTIFY_HP_TO_GROUPM_R2
+packetLen(0x080e, 14)
// Packet: 0x080f
-packetLen(0x080f, 30) // ZC_ADD_EXCHANGE_ITEM2
+packetLen(0x080f, 30)
// Packet: 0x0810
-packetLen(0x0810, 3) // ZC_OPEN_BUYING_STORE
+packetLen(0x0810, 3)
// Packet: 0x0811
-packetLen(0x0811, -1) // CZ_REQ_OPEN_BUYING_STORE
+packetLen(0x0811, -1)
// Packet: 0x0812
-packetLen(0x0812, 8) // ZC_FAILED_OPEN_BUYING_STORE_TO_BUYER
+packetLen(0x0812, 8)
// Packet: 0x0813
-packetLen(0x0813, -1) // ZC_MYITEMLIST_BUYING_STORE
+packetLen(0x0813, -1)
// Packet: 0x0814
-packetLen(0x0814, 86) // ZC_BUYING_STORE_ENTRY
+packetLen(0x0814, 86)
// Packet: 0x0815
-packetLen(0x0815, 2) // CZ_REQ_CLOSE_BUYING_STORE
+packetLen(0x0815, 2)
// Packet: 0x0816
-packetLen(0x0816, 6) // ZC_DISAPPEAR_BUYING_STORE_ENTRY
+packetLen(0x0816, 6)
// Packet: 0x0817
-packetLen(0x0817, 6) // CZ_REQ_CLICK_TO_BUYING_STORE
+packetLen(0x0817, 6)
// Packet: 0x0818
-packetLen(0x0818, -1) // ZC_ACK_ITEMLIST_BUYING_STORE
+packetLen(0x0818, -1)
// Packet: 0x0819
-packetLen(0x0819, -1) // CZ_REQ_TRADE_BUYING_STORE
+packetLen(0x0819, -1)
// Packet: 0x081a
-packetLen(0x081a, 4) // ZC_FAILED_TRADE_BUYING_STORE_TO_BUYER
+packetLen(0x081a, 4)
// Packet: 0x081b
-packetLen(0x081b, 12) // ZC_UPDATE_ITEM_FROM_BUYING_STORE
+packetLen(0x081b, 12)
// Packet: 0x081c
-packetLen(0x081c, 10) // ZC_ITEM_DELETE_BUYING_STORE
+packetLen(0x081c, 10)
// Packet: 0x081d
-packetLen(0x081d, 22) // ZC_EL_INIT
+packetLen(0x081d, 22)
// Packet: 0x081e
-packetLen(0x081e, 8) // ZC_EL_PAR_CHANGE
+packetLen(0x081e, 8)
// Packet: 0x081f
-packetLen(0x081f, -1) // ZC_BROADCAST4
+packetLen(0x081f, -1)
// Packet: 0x0820
-packetLen(0x0820, 11) // ZC_COSTUME_SPRITE_CHANGE
+packetLen(0x0820, 11)
// Packet: 0x0821
-packetLen(0x0821, 2) // AC_OTP_USER
+packetLen(0x0821, 2)
// Packet: 0x0822
-packetLen(0x0822, 9) // CA_OTP_AUTH_REQ
+packetLen(0x0822, 9)
// Packet: 0x0823
-packetLen(0x0823, -1) // AC_OTP_AUTH_ACK
+packetLen(0x0823, -1)
// Packet: 0x0824
-packetLen(0x0824, 8) // ZC_FAILED_TRADE_BUYING_STORE_TO_SELLER
+packetLen(0x0824, 8)
// Packet: 0x0825
-packetLen(0x0825, -1) // CA_SSO_LOGIN_REQ
+packetLen(0x0825, -1)
// Packet: 0x0827
-packetLen(0x0827, 6) // CH_DELETE_CHAR3_RESERVED
+packetLen(0x0827, 6)
// Packet: 0x0828
-packetLen(0x0828, 14) // HC_DELETE_CHAR3_RESERVED
+packetLen(0x0828, 14)
// Packet: 0x0829
-packetLen(0x0829, 12) // CH_DELETE_CHAR3
+packetLen(0x0829, 12)
// Packet: 0x082a
-packetLen(0x082a, 10) // HC_DELETE_CHAR3
+packetLen(0x082a, 10)
// Packet: 0x082b
-packetLen(0x082b, 6) // CH_DELETE_CHAR3_CANCEL
+packetLen(0x082b, 6)
// Packet: 0x082c
-packetLen(0x082c, 10) // HC_DELETE_CHAR3_CANCEL
+packetLen(0x082c, 10)
// Packet: 0x082d
-packetLen(0x082d, -1) // HC_ACCEPT_ENTER2
+packetLen(0x082d, -1)
// Packet: 0x0835
-packetLen(0x0835, -1) // CZ_SEARCH_STORE_INFO
+packetLen(0x0835, -1)
// Packet: 0x0836
-packetLen(0x0836, -1) // ZC_SEARCH_STORE_INFO_ACK
+packetLen(0x0836, -1)
// Packet: 0x0837
-packetLen(0x0837, 3) // ZC_SEARCH_STORE_INFO_FAILED
+packetLen(0x0837, 3)
// Packet: 0x0838
-packetLen(0x0838, 2) // CZ_SEARCH_STORE_INFO_NEXT_PAGE
+packetLen(0x0838, 2)
// Packet: 0x0839
-packetLen(0x0839, 66) // ZC_ACK_BAN_GUILD_SSO
+packetLen(0x0839, 66)
// Packet: 0x083a
-packetLen(0x083a, 5) // ZC_OPEN_SEARCH_STORE_INFO
+packetLen(0x083a, 5)
// Packet: 0x083b
-packetLen(0x083b, 2) // CZ_CLOSE_SEARCH_STORE_INFO
+packetLen(0x083b, 2)
// Packet: 0x083c
-packetLen(0x083c, 14) // CZ_SSILIST_ITEM_CLICK
+packetLen(0x083c, 14)
// Packet: 0x083d
-packetLen(0x083d, 6) // ZC_SSILIST_ITEM_CLICK_ACK
+packetLen(0x083d, 6)
// Packet: 0x083e
-packetLen(0x083e, 26) // AC_REFUSE_LOGIN2
+packetLen(0x083e, 26)
// Packet: 0x0840
-packetLen(0x0840, -1) // HC_NOTIFY_ACCESSIBLE_MAPNAME
+packetLen(0x0840, -1)
// Packet: 0x0841
-packetLen(0x0841, 4) // CH_SELECT_ACCESSIBLE_MAPNAME
+packetLen(0x0841, 4)
// Packet: 0x0842
-packetLen(0x0842, 6) // CZ_RECALL_SSO
+packetLen(0x0842, 6)
// Packet: 0x0843
-packetLen(0x0843, 6) // CZ_REMOVE_AID_SSO
+packetLen(0x0843, 6)
// Packet: 0x0844
-packetLen(0x0844, 2) // CZ_SE_CASHSHOP_OPEN
+packetLen(0x0844, 2)
// Packet: 0x0845
-packetLen(0x0845, 10) // ZC_SE_CASHSHOP_OPEN
+packetLen(0x0845, 10)
// Packet: 0x0846
-packetLen(0x0846, 4) // CZ_REQ_SE_CASH_TAB_CODE
+packetLen(0x0846, 4)
// Packet: 0x0847
-packetLen(0x0847, -1) // ZC_ACK_SE_CASH_ITEM_LIST
+packetLen(0x0847, -1)
// Packet: 0x0848
-packetLen(0x0848, -1) // CZ_SE_PC_BUY_CASHITEM_LIST
+packetLen(0x0848, -1)
// Packet: 0x0849
-packetLen(0x0849, 16) // ZC_SE_PC_BUY_CASHITEM_RESULT
+packetLen(0x0849, 16)
// Packet: 0x084a
-packetLen(0x084a, 2) // CZ_SE_CASHSHOP_CLOSE
+packetLen(0x084a, 2)
// Packet: 0x084b
-packetLen(0x084b, 21) // ZC_ITEM_FALL_ENTRY4
+packetLen(0x084b, 21)
// Packet: 0x084c
-packetLen(0x084c, 10) // CZ_MACRO_USE_SKILL
+packetLen(0x084c, 10)
// Packet: 0x084d
-packetLen(0x084d, 10) // CZ_MACRO_USE_SKILL_TOGROUND
+packetLen(0x084d, 10)
// Packet: 0x084e
-packetLen(0x084e, 5) // CZ_MACRO_REQUEST_MOVE
+packetLen(0x084e, 5)
// Packet: 0x084f
-packetLen(0x084f, 6) // CZ_MACRO_ITEM_PICKUP
+packetLen(0x084f, 6)
// Packet: 0x0850
-packetLen(0x0850, 7) // CZ_MACRO_REQUEST_ACT
+packetLen(0x0850, 7)
// Packet: 0x0851
-packetLen(0x0851, -1) // ZC_GPK_DYNCODE
+packetLen(0x0851, -1)
// Packet: 0x0852
-packetLen(0x0852, 2) // CZ_GPK_DYNCODE_RELOAD
+packetLen(0x0852, 2)
// Packet: 0x0853
-packetLen(0x0853, -1) // ZC_GPK_AUTH
+packetLen(0x0853, -1)
// Packet: 0x0854
-packetLen(0x0854, -1) // CZ_GPK_AUTH
+packetLen(0x0854, -1)
// Packet: 0x0855
-packetLen(0x0855, 6) // ZC_MACRO_ITEMPICKUP_FAIL
+packetLen(0x0855, 6)
// Packet: 0x0856
-packetLen(0x0856, -1) // ZC_NOTIFY_MOVEENTRY8
+packetLen(0x0856, -1)
// Packet: 0x0857
-packetLen(0x0857, -1) // ZC_NOTIFY_STANDENTRY7
+packetLen(0x0857, -1)
// Packet: 0x0858
-packetLen(0x0858, -1) // ZC_NOTIFY_NEWENTRY6
+packetLen(0x0858, -1)
// Packet: 0x0859
-packetLen(0x0859, -1) // ZC_EQUIPWIN_MICROSCOPE2
+packetLen(0x0859, -1)
// Packet: 0x085a
-packetLen(0x085a, 2) // ZC_REASSEMBLY_AUTH01
+packetLen(0x085a, 2)
// Packet: 0x085b
-packetLen(0x085b, 2) // ZC_REASSEMBLY_AUTH02
+packetLen(0x085b, 2)
// Packet: 0x085c
-packetLen(0x085c, 2) // ZC_REASSEMBLY_AUTH03
+packetLen(0x085c, 2)
// Packet: 0x085d
-packetLen(0x085d, 2) // ZC_REASSEMBLY_AUTH04
+packetLen(0x085d, 2)
// Packet: 0x085e
-packetLen(0x085e, 2) // ZC_REASSEMBLY_AUTH05
+packetLen(0x085e, 2)
// Packet: 0x085f
-packetLen(0x085f, 2) // ZC_REASSEMBLY_AUTH06
+packetLen(0x085f, 2)
// Packet: 0x0860
-packetLen(0x0860, 2) // ZC_REASSEMBLY_AUTH07
+packetLen(0x0860, 2)
// Packet: 0x0861
-packetLen(0x0861, 2) // ZC_REASSEMBLY_AUTH08
+packetLen(0x0861, 2)
// Packet: 0x0862
-packetLen(0x0862, 2) // ZC_REASSEMBLY_AUTH09
+packetLen(0x0862, 2)
// Packet: 0x0863
-packetLen(0x0863, 2) // ZC_REASSEMBLY_AUTH10
+packetLen(0x0863, 2)
// Packet: 0x0864
-packetLen(0x0864, 2) // ZC_REASSEMBLY_AUTH11
+packetLen(0x0864, 2)
// Packet: 0x0865
-packetLen(0x0865, 2) // ZC_REASSEMBLY_AUTH12
+packetLen(0x0865, 2)
// Packet: 0x0866
-packetLen(0x0866, 2) // ZC_REASSEMBLY_AUTH13
+packetLen(0x0866, 2)
// Packet: 0x0867
-packetLen(0x0867, 2) // ZC_REASSEMBLY_AUTH14
+packetLen(0x0867, 2)
// Packet: 0x0868
-packetLen(0x0868, 2) // ZC_REASSEMBLY_AUTH15
+packetLen(0x0868, 2)
// Packet: 0x0869
-packetLen(0x0869, 2) // ZC_REASSEMBLY_AUTH16
+packetLen(0x0869, 2)
// Packet: 0x086a
-packetLen(0x086a, 2) // ZC_REASSEMBLY_AUTH17
+packetLen(0x086a, 2)
// Packet: 0x086b
-packetLen(0x086b, 2) // ZC_REASSEMBLY_AUTH18
+packetLen(0x086b, 2)
// Packet: 0x086c
-packetLen(0x086c, 2) // ZC_REASSEMBLY_AUTH19
+packetLen(0x086c, 2)
// Packet: 0x086d
-packetLen(0x086d, 2) // ZC_REASSEMBLY_AUTH20
+packetLen(0x086d, 2)
// Packet: 0x086e
-packetLen(0x086e, 2) // ZC_REASSEMBLY_AUTH21
+packetLen(0x086e, 2)
// Packet: 0x086f
-packetLen(0x086f, 2) // ZC_REASSEMBLY_AUTH22
+packetLen(0x086f, 2)
// Packet: 0x0870
-packetLen(0x0870, 2) // ZC_REASSEMBLY_AUTH23
+packetLen(0x0870, 2)
// Packet: 0x0871
-packetLen(0x0871, 2) // ZC_REASSEMBLY_AUTH24
+packetLen(0x0871, 2)
// Packet: 0x0872
packetLen(0x0872, 2)
// Packet: 0x0873
-packetLen(0x0873, 2) // ZC_REASSEMBLY_AUTH26
+packetLen(0x0873, 2)
// Packet: 0x0874
-packetLen(0x0874, 2) // ZC_REASSEMBLY_AUTH27
+packetLen(0x0874, 2)
// Packet: 0x0875
-packetLen(0x0875, 2) // ZC_REASSEMBLY_AUTH28
+packetLen(0x0875, 2)
// Packet: 0x0876
-packetLen(0x0876, 2) // ZC_REASSEMBLY_AUTH29
+packetLen(0x0876, 2)
// Packet: 0x0877
-packetLen(0x0877, 2) // ZC_REASSEMBLY_AUTH30
+packetLen(0x0877, 2)
// Packet: 0x0878
-packetLen(0x0878, 2) // ZC_REASSEMBLY_AUTH31
+packetLen(0x0878, 2)
// Packet: 0x0879
-packetLen(0x0879, 2) // ZC_REASSEMBLY_AUTH32
+packetLen(0x0879, 2)
// Packet: 0x087a
-packetLen(0x087a, 2) // ZC_REASSEMBLY_AUTH33
+packetLen(0x087a, 2)
// Packet: 0x087b
-packetLen(0x087b, 2) // ZC_REASSEMBLY_AUTH34
+packetLen(0x087b, 2)
// Packet: 0x087c
-packetLen(0x087c, 2) // ZC_REASSEMBLY_AUTH35
+packetLen(0x087c, 2)
// Packet: 0x087d
-packetLen(0x087d, 2) // ZC_REASSEMBLY_AUTH36
+packetLen(0x087d, 2)
// Packet: 0x087e
-packetLen(0x087e, 2) // ZC_REASSEMBLY_AUTH37
+packetLen(0x087e, 2)
// Packet: 0x087f
-packetLen(0x087f, 2) // ZC_REASSEMBLY_AUTH38
+packetLen(0x087f, 2)
// Packet: 0x0880
-packetLen(0x0880, 2) // ZC_REASSEMBLY_AUTH39
+packetLen(0x0880, 2)
// Packet: 0x0881
-packetLen(0x0881, 2) // ZC_REASSEMBLY_AUTH40
+packetLen(0x0881, 2)
// Packet: 0x0882
-packetLen(0x0882, 2) // ZC_REASSEMBLY_AUTH41
+packetLen(0x0882, 2)
// Packet: 0x0883
-packetLen(0x0883, 2) // ZC_REASSEMBLY_AUTH42
+packetLen(0x0883, 2)
// Packet: 0x0884
-packetLen(0x0884, 2) // CZ_REASSEMBLY_AUTH01
+packetLen(0x0884, 2)
// Packet: 0x0885
-packetLen(0x0885, 2) // CZ_REASSEMBLY_AUTH02
+packetLen(0x0885, 2)
// Packet: 0x0886
-packetLen(0x0886, 2) // CZ_REASSEMBLY_AUTH03
+packetLen(0x0886, 2)
// Packet: 0x0887
-packetLen(0x0887, 2) // CZ_REASSEMBLY_AUTH04
+packetLen(0x0887, 2)
// Packet: 0x0888
-packetLen(0x0888, 2) // CZ_REASSEMBLY_AUTH05
+packetLen(0x0888, 2)
// Packet: 0x0889
-packetLen(0x0889, 2) // CZ_REASSEMBLY_AUTH06
+packetLen(0x0889, 2)
// Packet: 0x088a
-packetLen(0x088a, 2) // CZ_REASSEMBLY_AUTH07
+packetLen(0x088a, 2)
// Packet: 0x088b
-packetLen(0x088b, 2) // CZ_REASSEMBLY_AUTH08
+packetLen(0x088b, 2)
// Packet: 0x088c
-packetLen(0x088c, 2) // CZ_REASSEMBLY_AUTH09
+packetLen(0x088c, 2)
// Packet: 0x088d
-packetLen(0x088d, 2) // CZ_REASSEMBLY_AUTH10
+packetLen(0x088d, 2)
// Packet: 0x088e
-packetLen(0x088e, 2) // CZ_REASSEMBLY_AUTH11
+packetLen(0x088e, 2)
// Packet: 0x088f
-packetLen(0x088f, 2) // CZ_REASSEMBLY_AUTH12
+packetLen(0x088f, 2)
// Packet: 0x0890
-packetLen(0x0890, 2) // CZ_REASSEMBLY_AUTH13
+packetLen(0x0890, 2)
// Packet: 0x0891
-packetLen(0x0891, 2) // CZ_REASSEMBLY_AUTH14
+packetLen(0x0891, 2)
// Packet: 0x0892
-packetLen(0x0892, 2) // CZ_REASSEMBLY_AUTH15
+packetLen(0x0892, 2)
// Packet: 0x0893
-packetLen(0x0893, 2) // CZ_REASSEMBLY_AUTH16
+packetLen(0x0893, 2)
// Packet: 0x0894
-packetLen(0x0894, 2) // CZ_REASSEMBLY_AUTH17
+packetLen(0x0894, 2)
// Packet: 0x0895
-packetLen(0x0895, 2) // CZ_REASSEMBLY_AUTH18
+packetLen(0x0895, 2)
// Packet: 0x0896
-packetLen(0x0896, 2) // CZ_REASSEMBLY_AUTH19
+packetLen(0x0896, 2)
// Packet: 0x0897
-packetLen(0x0897, 2) // CZ_REASSEMBLY_AUTH20
+packetLen(0x0897, 2)
// Packet: 0x0898
-packetLen(0x0898, 2) // CZ_REASSEMBLY_AUTH21
+packetLen(0x0898, 2)
// Packet: 0x0899
-packetLen(0x0899, 2) // CZ_REASSEMBLY_AUTH22
+packetLen(0x0899, 2)
// Packet: 0x089a
-packetLen(0x089a, 2) // CZ_REASSEMBLY_AUTH23
+packetLen(0x089a, 2)
// Packet: 0x089b
-packetLen(0x089b, 2) // CZ_REASSEMBLY_AUTH24
+packetLen(0x089b, 2)
// Packet: 0x089c
-packetLen(0x089c, 2) // CZ_REASSEMBLY_AUTH25
+packetLen(0x089c, 2)
// Packet: 0x089d
-packetLen(0x089d, 2) // CZ_REASSEMBLY_AUTH26
+packetLen(0x089d, 2)
// Packet: 0x089e
-packetLen(0x089e, 2) // CZ_REASSEMBLY_AUTH27
+packetLen(0x089e, 2)
// Packet: 0x089f
-packetLen(0x089f, 2) // CZ_REASSEMBLY_AUTH28
+packetLen(0x089f, 2)
// Packet: 0x08a0
-packetLen(0x08a0, 2) // CZ_REASSEMBLY_AUTH29
+packetLen(0x08a0, 2)
// Packet: 0x08a1
-packetLen(0x08a1, 2) // CZ_REASSEMBLY_AUTH30
+packetLen(0x08a1, 2)
// Packet: 0x08a2
-packetLen(0x08a2, 2) // CZ_REASSEMBLY_AUTH31
+packetLen(0x08a2, 2)
// Packet: 0x08a3
-packetLen(0x08a3, 2) // CZ_REASSEMBLY_AUTH32
+packetLen(0x08a3, 2)
// Packet: 0x08a4
-packetLen(0x08a4, 2) // CZ_REASSEMBLY_AUTH33
+packetLen(0x08a4, 2)
// Packet: 0x08a5
-packetLen(0x08a5, 2) // CZ_REASSEMBLY_AUTH34
+packetLen(0x08a5, 2)
// Packet: 0x08a6
-packetLen(0x08a6, 2) // CZ_REASSEMBLY_AUTH35
+packetLen(0x08a6, 2)
// Packet: 0x08a7
-packetLen(0x08a7, 2) // CZ_REASSEMBLY_AUTH36
+packetLen(0x08a7, 2)
// Packet: 0x08a8
-packetLen(0x08a8, 2) // CZ_REASSEMBLY_AUTH37
+packetLen(0x08a8, 2)
// Packet: 0x08a9
-packetLen(0x08a9, 2) // CZ_REASSEMBLY_AUTH38
+packetLen(0x08a9, 2)
// Packet: 0x08aa
-packetLen(0x08aa, 2) // CZ_REASSEMBLY_AUTH39
+packetLen(0x08aa, 2)
// Packet: 0x08ab
-packetLen(0x08ab, 2) // CZ_REASSEMBLY_AUTH40
+packetLen(0x08ab, 2)
// Packet: 0x08ac
-packetLen(0x08ac, 2) // CZ_REASSEMBLY_AUTH41
+packetLen(0x08ac, 2)
// Packet: 0x08ad
-packetLen(0x08ad, 2) // CZ_REASSEMBLY_AUTH42
+packetLen(0x08ad, 2)
// Packet: 0x08af
-packetLen(0x08af, 10) // HC_WAITING_LOGIN
+packetLen(0x08af, 10)
// Packet: 0x08b0
-packetLen(0x08b0, 17) // CH_WAITING_LOGIN
+packetLen(0x08b0, 17)
// Packet: 0x08b1
-packetLen(0x08b1, -1) // ZC_MCSTORE_NOTMOVEITEM_LIST
+packetLen(0x08b1, -1)
// Packet: 0x08b2
-packetLen(0x08b2, -1) // AC_REALNAME_AUTH
+packetLen(0x08b2, -1)
// Packet: 0x08b3
-packetLen(0x08b3, -1) // ZC_SHOWSCRIPT
+packetLen(0x08b3, -1)
// Packet: 0x08b4
-packetLen(0x08b4, 2) // ZC_START_COLLECTION
+packetLen(0x08b4, 2)
// Packet: 0x08b5
-packetLen(0x08b5, 6) // CZ_TRYCOLLECTION
+packetLen(0x08b5, 6)
// Packet: 0x08b6
-packetLen(0x08b6, 3) // ZC_TRYCOLLECTION
+packetLen(0x08b6, 3)
// Packet: 0x08b8
-packetLen(0x08b8, 10) // CH_SECOND_PASSWD_ACK
+packetLen(0x08b8, 10)
// Packet: 0x08b9
-packetLen(0x08b9, 12) // HC_SECOND_PASSWD_LOGIN
+packetLen(0x08b9, 12)
// Packet: 0x08ba
-packetLen(0x08ba, 10) // CH_MAKE_SECOND_PASSWD
+packetLen(0x08ba, 10)
// Packet: 0x08bb
-packetLen(0x08bb, 8) // HC_MAKE_SECOND_PASSWD
+packetLen(0x08bb, 8)
// Packet: 0x08bc
-packetLen(0x08bc, 10) // CH_DELETE_SECOND_PASSWD
+packetLen(0x08bc, 10)
// Packet: 0x08bd
-packetLen(0x08bd, 8) // HC_DELETE_SECOND_PASSWD
+packetLen(0x08bd, 8)
// Packet: 0x08be
-packetLen(0x08be, 14) // CH_EDIT_SECOND_PASSWD
+packetLen(0x08be, 14)
// Packet: 0x08bf
-packetLen(0x08bf, 8) // HC_EDIT_SECOND_PASSWD
+packetLen(0x08bf, 8)
// Packet: 0x08c0
-packetLen(0x08c0, -1) // ZC_ACK_SE_CASH_ITEM_LIST2
+packetLen(0x08c0, -1)
// Packet: 0x08c1
-packetLen(0x08c1, 2) // CZ_MACRO_START
+packetLen(0x08c1, 2)
// Packet: 0x08c2
-packetLen(0x08c2, 2) // CZ_MACRO_STOP
+packetLen(0x08c2, 2)
// Packet: 0x08c3
-packetLen(0x08c3, 10) // CH_NOT_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c3, 10)
// Packet: 0x08c4
-packetLen(0x08c4, 8) // HC_NOT_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c4, 8)
// Packet: 0x08c5
-packetLen(0x08c5, 6) // CH_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c5, 6)
// Packet: 0x08c6
-packetLen(0x08c6, 4) // HC_AVAILABLE_SECOND_PASSWD
+packetLen(0x08c6, 4)
// Packet: 0x08c7
-packetLen(0x08c7, -1) // ZC_SKILL_ENTRY3
+packetLen(0x08c7, -1)
// Packet: 0x08c8
-packetLen(0x08c8, 34) // ZC_NOTIFY_ACT3
+packetLen(0x08c8, 34)
// Packet: 0x08c9
-packetLen(0x08c9, 2) // CZ_REQ_SCHEDULER_CASHITEM
+packetLen(0x08c9, 2)
// Packet: 0x08ca
-packetLen(0x08ca, -1) // ZC_ACK_SCHEDULER_CASHITEM
+packetLen(0x08ca, -1)
// Packet: 0x08cb
-packetLen(0x08cb, -1) // ZC_PERSONAL_INFOMATION
+packetLen(0x08cb, -1)
// Packet: 0x08cc
-packetLen(0x08cc, 109) // CA_LOGIN5
+packetLen(0x08cc, 109)
// Packet: 0x08cd
-packetLen(0x08cd, 10) // ZC_STOPMOVE_FORCE
+packetLen(0x08cd, 10)
// Packet: 0x08ce
-packetLen(0x08ce, 2) // ZC_FAILED_GET_ITEM_FROM_ZONEDA
+packetLen(0x08ce, 2)
// Packet: 0x08cf
-packetLen(0x08cf, 10) // ZC_SPIRITS_ATTRIBUTE
+packetLen(0x08cf, 10)
// Packet: 0x08d0
-packetLen(0x08d0, 9) // ZC_REQ_WEAR_EQUIP_ACK2
+packetLen(0x08d0, 9)
// Packet: 0x08d1
-packetLen(0x08d1, 7) // ZC_REQ_TAKEOFF_EQUIP_ACK2
+packetLen(0x08d1, 7)
// Packet: 0x08d2
-packetLen(0x08d2, 10) // ZC_FASTMOVE
+packetLen(0x08d2, 10)
// Packet: 0x08d3
-packetLen(0x08d3, 10) // ZC_SE_CASHSHOP_UPDATE
+packetLen(0x08d3, 10)
// Packet: 0x08d4
-packetLen(0x08d4, 8) // CH_REQ_CHANGE_CHARACTER_SLOT
+packetLen(0x08d4, 8)
// Packet: 0x08d5
-packetLen(0x08d5, -1) // HC_ACK_CHANGE_CHARACTER_SLOT
+packetLen(0x08d5, -1)
// Packet: 0x08d6
-packetLen(0x08d6, 6) // ZC_CLEAR_DIALOG
+packetLen(0x08d6, 6)
// Packet: 0x08d7
-packetLen(0x08d7, 28) // CZ_REQ_ENTRY_QUEUE_APPLY
+packetLen(0x08d7, 28)
// Packet: 0x08d8
-packetLen(0x08d8, 27) // ZC_ACK_ENTRY_QUEUE_APPLY
+packetLen(0x08d8, 27)
// Packet: 0x08d9
-packetLen(0x08d9, 30) // ZC_NOTIFY_ENTRY_QUEUE_APPLY
+packetLen(0x08d9, 30)
// Packet: 0x08da
-packetLen(0x08da, 26) // CZ_REQ_ENTRY_QUEUE_CANCEL
+packetLen(0x08da, 26)
// Packet: 0x08db
-packetLen(0x08db, 27) // ZC_ACK_ENTRY_QUEUE_CANCEL
+packetLen(0x08db, 27)
// Packet: 0x08dc
-packetLen(0x08dc, 26) // ZC_NOTIFY_ENTRY_QUEUE_ADMISSION
+packetLen(0x08dc, 26)
// Packet: 0x08dd
-packetLen(0x08dd, 27) // CZ_REPLY_ENTRY_QUEUE_ADMISSION
+packetLen(0x08dd, 27)
// Packet: 0x08de
-packetLen(0x08de, 27) // ZC_REPLY_ACK_ENTRY_QUEUE_ADMISSION
+packetLen(0x08de, 27)
// Packet: 0x08df
-packetLen(0x08df, 50) // ZC_NOTIFY_LOBBY_ADMISSION
+packetLen(0x08df, 50)
// Packet: 0x08e0
-packetLen(0x08e0, 51) // CZ_REPLY_LOBBY_ADMISSION
+packetLen(0x08e0, 51)
// Packet: 0x08e1
-packetLen(0x08e1, 51) // ZC_REPLY_ACK_LOBBY_ADMISSION
+packetLen(0x08e1, 51)
// Packet: 0x08e2
-packetLen(0x08e2, 27) // ZC_NAVIGATION_ACTIVE
+packetLen(0x08e2, 27)
// Packet: 0x08e3
-packetLen(0x08e3, 157) // HC_UPDATE_CHARINFO
+packetLen(0x08e3, 157)
// Packet: 0x08e4
-packetLen(0x08e4, 6) // AC_SHUTDOWN_INFO
+packetLen(0x08e4, 6)
// Packet: 0x08fc
-packetLen(0x08fc, 30) // CH_REQ_CHANGE_CHARACTERNAME
+packetLen(0x08fc, 30)
// Packet: 0x08fd
-packetLen(0x08fd, 6) // CH_ACK_CHANGE_CHARACTERNAME
+packetLen(0x08fd, 6)
// Packet: 0x08fe
-packetLen(0x08fe, -1) // ZC_HUNTING_QUEST_INFO
+packetLen(0x08fe, -1)
// Packet: 0x08ff
-packetLen(0x08ff, 24) // ZC_EFST_SET_ENTER
+packetLen(0x08ff, 24)
// Packet: 0x0900
-packetLen(0x0900, -1) // ZC_INVENTORY_ITEMLIST_NORMAL
+packetLen(0x0900, -1)
// Packet: 0x0901
-packetLen(0x0901, -1) // ZC_INVENTORY_ITEMLIST_EQUIP
+packetLen(0x0901, -1)
// Packet: 0x0902
-packetLen(0x0902, -1) // ZC_CART_ITEMLIST_NORMAL
+packetLen(0x0902, -1)
// Packet: 0x0903
-packetLen(0x0903, -1) // ZC_CART_ITEMLIST_EQUIP
+packetLen(0x0903, -1)
// Packet: 0x0904
-packetLen(0x0904, -1) // ZC_STORE_ITEMLIST_NORMAL
+packetLen(0x0904, -1)
// Packet: 0x0905
-packetLen(0x0905, -1) // ZC_STORE_ITEMLIST_EQUIP
+packetLen(0x0905, -1)
// Packet: 0x0906
-packetLen(0x0906, -1) // ZC_MICROSCOPE
+packetLen(0x0906, -1)
// Packet: 0x0907
-packetLen(0x0907, 5) // CZ_INVENTORY_TAB
+packetLen(0x0907, 5)
// Packet: 0x0908
-packetLen(0x0908, 5) // ZC_INVENTORY_TAB
+packetLen(0x0908, 5)
// Packet: 0x090a
-packetLen(0x090a, 26) // CZ_REQ_ENTRY_QUEUE_RANKING
+packetLen(0x090a, 26)
// Packet: 0x090d
-packetLen(0x090d, -1) // ZC_PREMIUM_CAMPAIGN_INFO
+packetLen(0x090d, -1)
// Packet: 0x090e
-packetLen(0x090e, 2) // ZC_ENTRY_QUEUE_INIT
+packetLen(0x090e, 2)
// Packet: 0x090f
-packetLen(0x090f, -1) // ZC_NOTIFY_NEWENTRY7
+packetLen(0x090f, -1)
// Packet: 0x0910
-packetLen(0x0910, 10) // CZ_REQ_PARTY_NAME
+packetLen(0x0910, 10)
// Packet: 0x0911
-packetLen(0x0911, 30) // ZC_ACK_PARTY_NAME
+packetLen(0x0911, 30)
// Packet: 0x0912
-packetLen(0x0912, 10) // CZ_REQ_GUILD_NAME
+packetLen(0x0912, 10)
// Packet: 0x0913
-packetLen(0x0913, 30) // ZC_ACK_GUILD_NAME
+packetLen(0x0913, 30)
// Packet: 0x0914
-packetLen(0x0914, -1) // ZC_NOTIFY_MOVEENTRY9
+packetLen(0x0914, -1)
// Packet: 0x0915
-packetLen(0x0915, -1) // ZC_NOTIFY_STANDENTRY8
+packetLen(0x0915, -1)
// Packet: 0x0916
-packetLen(0x0916, 26) // CZ_REQ_JOIN_GUILD2
+packetLen(0x0916, 26)
// Packet: 0x0917
-packetLen(0x0917, 2) // ZC_REASSEMBLY_AUTH43
+packetLen(0x0917, 2)
// Packet: 0x0918
-packetLen(0x0918, 2) // ZC_REASSEMBLY_AUTH44
+packetLen(0x0918, 2)
// Packet: 0x0919
-packetLen(0x0919, 2) // ZC_REASSEMBLY_AUTH45
+packetLen(0x0919, 2)
// Packet: 0x091a
-packetLen(0x091a, 2) // ZC_REASSEMBLY_AUTH46
+packetLen(0x091a, 2)
// Packet: 0x091b
-packetLen(0x091b, 2) // ZC_PRNPC_STATE
+packetLen(0x091b, 2)
// Packet: 0x091c
-packetLen(0x091c, 2) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x091c, 2)
// Packet: 0x091d
-packetLen(0x091d, 2) // ZC_REASSEMBLY_AUTH49
+packetLen(0x091d, 2)
// Packet: 0x091e
-packetLen(0x091e, 2) // ZC_REASSEMBLY_AUTH50
+packetLen(0x091e, 2)
// Packet: 0x091f
-packetLen(0x091f, 2) // ZC_REASSEMBLY_AUTH51
+packetLen(0x091f, 2)
// Packet: 0x0920
-packetLen(0x0920, 2) // ZC_REASSEMBLY_AUTH52
+packetLen(0x0920, 2)
// Packet: 0x0921
-packetLen(0x0921, 2) // ZC_REASSEMBLY_AUTH53
+packetLen(0x0921, 2)
// Packet: 0x0922
-packetLen(0x0922, 2) // ZC_REASSEMBLY_AUTH54
+packetLen(0x0922, 2)
// Packet: 0x0923
-packetLen(0x0923, 2) // ZC_REASSEMBLY_AUTH55
+packetLen(0x0923, 2)
// Packet: 0x0924
-packetLen(0x0924, 2) // ZC_REASSEMBLY_AUTH56
+packetLen(0x0924, 2)
// Packet: 0x0925
-packetLen(0x0925, 2) // ZC_REASSEMBLY_AUTH57
+packetLen(0x0925, 2)
// Packet: 0x0926
-packetLen(0x0926, 2) // ZC_REASSEMBLY_AUTH58
+packetLen(0x0926, 2)
// Packet: 0x0927
-packetLen(0x0927, 2) // ZC_REASSEMBLY_AUTH59
+packetLen(0x0927, 2)
// Packet: 0x0928
-packetLen(0x0928, 2) // ZC_REASSEMBLY_AUTH60
+packetLen(0x0928, 2)
// Packet: 0x0929
-packetLen(0x0929, 2) // ZC_REASSEMBLY_AUTH61
+packetLen(0x0929, 2)
// Packet: 0x092a
-packetLen(0x092a, 2) // ZC_REASSEMBLY_AUTH62
+packetLen(0x092a, 2)
// Packet: 0x092b
-packetLen(0x092b, 2) // ZC_REASSEMBLY_AUTH63
+packetLen(0x092b, 2)
// Packet: 0x092c
-packetLen(0x092c, 2) // ZC_REASSEMBLY_AUTH64
+packetLen(0x092c, 2)
// Packet: 0x092d
-packetLen(0x092d, 2) // ZC_REASSEMBLY_AUTH65
+packetLen(0x092d, 2)
// Packet: 0x092e
-packetLen(0x092e, 2) // ZC_REASSEMBLY_AUTH66
+packetLen(0x092e, 2)
// Packet: 0x092f
-packetLen(0x092f, 2) // ZC_REASSEMBLY_AUTH67
+packetLen(0x092f, 2)
// Packet: 0x0930
-packetLen(0x0930, 2) // ZC_REASSEMBLY_AUTH68
+packetLen(0x0930, 2)
// Packet: 0x0931
-packetLen(0x0931, 2) // ZC_REASSEMBLY_AUTH69
+packetLen(0x0931, 2)
// Packet: 0x0932
-packetLen(0x0932, 2) // ZC_REASSEMBLY_AUTH70
+packetLen(0x0932, 2)
// Packet: 0x0933
-packetLen(0x0933, 2) // ZC_REASSEMBLY_AUTH71
+packetLen(0x0933, 2)
// Packet: 0x0934
-packetLen(0x0934, 2) // ZC_REASSEMBLY_AUTH72
+packetLen(0x0934, 2)
// Packet: 0x0935
-packetLen(0x0935, 2) // ZC_REASSEMBLY_AUTH73
+packetLen(0x0935, 2)
// Packet: 0x0936
-packetLen(0x0936, 2) // ZC_REASSEMBLY_AUTH74
+packetLen(0x0936, 2)
// Packet: 0x0937
-packetLen(0x0937, 2) // ZC_REASSEMBLY_AUTH75
+packetLen(0x0937, 2)
// Packet: 0x0938
-packetLen(0x0938, 2) // ZC_REASSEMBLY_AUTH76
+packetLen(0x0938, 2)
// Packet: 0x0939
-packetLen(0x0939, 2) // ZC_REASSEMBLY_AUTH77
+packetLen(0x0939, 2)
// Packet: 0x093a
-packetLen(0x093a, 2) // ZC_REASSEMBLY_AUTH78
+packetLen(0x093a, 2)
// Packet: 0x093b
-packetLen(0x093b, 2) // ZC_REASSEMBLY_AUTH79
+packetLen(0x093b, 2)
// Packet: 0x093c
-packetLen(0x093c, 2) // ZC_REASSEMBLY_AUTH80
+packetLen(0x093c, 2)
// Packet: 0x093d
-packetLen(0x093d, 2) // ZC_REASSEMBLY_AUTH81
+packetLen(0x093d, 2)
// Packet: 0x093e
-packetLen(0x093e, 2) // ZC_REASSEMBLY_AUTH82
+packetLen(0x093e, 2)
// Packet: 0x093f
-packetLen(0x093f, 2) // ZC_REASSEMBLY_AUTH83
+packetLen(0x093f, 2)
// Packet: 0x0940
-packetLen(0x0940, 2) // ZC_REASSEMBLY_AUTH84
+packetLen(0x0940, 2)
// Packet: 0x0941
-packetLen(0x0941, 2) // CZ_REASSEMBLY_AUTH43
+packetLen(0x0941, 2)
// Packet: 0x0942
-packetLen(0x0942, 2) // CZ_REASSEMBLY_AUTH44
+packetLen(0x0942, 2)
// Packet: 0x0943
-packetLen(0x0943, 2) // CZ_REASSEMBLY_AUTH45
+packetLen(0x0943, 2)
// Packet: 0x0944
-packetLen(0x0944, 2) // CZ_REASSEMBLY_AUTH46
+packetLen(0x0944, 2)
// Packet: 0x0945
-packetLen(0x0945, 2) // CZ_REASSEMBLY_AUTH47
+packetLen(0x0945, 2)
// Packet: 0x0946
-packetLen(0x0946, 2) // CZ_REASSEMBLY_AUTH48
+packetLen(0x0946, 2)
// Packet: 0x0947
-packetLen(0x0947, 2) // CZ_REASSEMBLY_AUTH49
+packetLen(0x0947, 2)
// Packet: 0x0948
-packetLen(0x0948, 2) // CZ_REASSEMBLY_AUTH50
+packetLen(0x0948, 2)
// Packet: 0x0949
-packetLen(0x0949, 2) // CZ_REASSEMBLY_AUTH51
+packetLen(0x0949, 2)
// Packet: 0x094a
-packetLen(0x094a, 2) // CZ_REASSEMBLY_AUTH52
+packetLen(0x094a, 2)
// Packet: 0x094b
-packetLen(0x094b, 2) // CZ_REASSEMBLY_AUTH53
+packetLen(0x094b, 2)
// Packet: 0x094c
-packetLen(0x094c, 2) // CZ_REASSEMBLY_AUTH54
+packetLen(0x094c, 2)
// Packet: 0x094d
-packetLen(0x094d, 2) // CZ_REASSEMBLY_AUTH55
+packetLen(0x094d, 2)
// Packet: 0x094e
-packetLen(0x094e, 2) // CZ_REASSEMBLY_AUTH56
+packetLen(0x094e, 2)
// Packet: 0x094f
-packetLen(0x094f, 2) // CZ_REASSEMBLY_AUTH57
+packetLen(0x094f, 2)
// Packet: 0x0950
-packetLen(0x0950, 2) // CZ_REASSEMBLY_AUTH58
+packetLen(0x0950, 2)
// Packet: 0x0951
-packetLen(0x0951, 2) // CZ_REASSEMBLY_AUTH59
+packetLen(0x0951, 2)
// Packet: 0x0952
-packetLen(0x0952, 2) // CZ_REASSEMBLY_AUTH60
+packetLen(0x0952, 2)
// Packet: 0x0953
-packetLen(0x0953, 2) // CZ_REASSEMBLY_AUTH61
+packetLen(0x0953, 2)
// Packet: 0x0954
-packetLen(0x0954, 2) // CZ_REASSEMBLY_AUTH62
+packetLen(0x0954, 2)
// Packet: 0x0955
-packetLen(0x0955, 2) // CZ_REASSEMBLY_AUTH63
+packetLen(0x0955, 2)
// Packet: 0x0956
-packetLen(0x0956, 2) // CZ_REASSEMBLY_AUTH64
+packetLen(0x0956, 2)
// Packet: 0x0957
-packetLen(0x0957, 2) // CZ_REASSEMBLY_AUTH65
+packetLen(0x0957, 2)
// Packet: 0x0958
-packetLen(0x0958, 2) // CZ_REASSEMBLY_AUTH66
+packetLen(0x0958, 2)
// Packet: 0x0959
-packetLen(0x0959, 2) // CZ_REASSEMBLY_AUTH67
+packetLen(0x0959, 2)
// Packet: 0x095a
-packetLen(0x095a, 2) // CZ_REASSEMBLY_AUTH68
+packetLen(0x095a, 2)
// Packet: 0x095b
-packetLen(0x095b, 2) // CZ_REASSEMBLY_AUTH69
+packetLen(0x095b, 2)
// Packet: 0x095c
-packetLen(0x095c, 2) // CZ_REASSEMBLY_AUTH70
+packetLen(0x095c, 2)
// Packet: 0x095d
-packetLen(0x095d, 2) // CZ_REASSEMBLY_AUTH71
+packetLen(0x095d, 2)
// Packet: 0x095e
-packetLen(0x095e, 2) // CZ_REASSEMBLY_AUTH72
+packetLen(0x095e, 2)
// Packet: 0x095f
-packetLen(0x095f, 2) // CZ_REASSEMBLY_AUTH73
+packetLen(0x095f, 2)
// Packet: 0x0960
-packetLen(0x0960, 2) // CZ_REASSEMBLY_AUTH74
+packetLen(0x0960, 2)
// Packet: 0x0961
-packetLen(0x0961, 2) // CZ_REASSEMBLY_AUTH75
+packetLen(0x0961, 2)
// Packet: 0x0962
-packetLen(0x0962, 2) // CZ_REASSEMBLY_AUTH76
+packetLen(0x0962, 2)
// Packet: 0x0963
-packetLen(0x0963, 2) // CZ_REASSEMBLY_AUTH77
+packetLen(0x0963, 2)
// Packet: 0x0964
-packetLen(0x0964, 2) // CZ_REASSEMBLY_AUTH78
+packetLen(0x0964, 2)
// Packet: 0x0965
-packetLen(0x0965, 2) // CZ_REASSEMBLY_AUTH79
+packetLen(0x0965, 2)
// Packet: 0x0966
-packetLen(0x0966, 2) // CZ_REASSEMBLY_AUTH80
+packetLen(0x0966, 2)
// Packet: 0x0967
-packetLen(0x0967, 2) // CZ_REASSEMBLY_AUTH81
+packetLen(0x0967, 2)
// Packet: 0x0968
-packetLen(0x0968, 2) // CZ_REASSEMBLY_AUTH82
+packetLen(0x0968, 2)
// Packet: 0x0969
-packetLen(0x0969, 2) // CZ_REASSEMBLY_AUTH83
+packetLen(0x0969, 2)
// Packet: 0x096a
-packetLen(0x096a, 2) // CZ_REASSEMBLY_AUTH84
+packetLen(0x096a, 2)
// Packet: 0x096b
-packetLen(0x096b, 4) // ZC_PRNPC_STATE
+packetLen(0x096b, 4)
// Packet: 0x096c
-packetLen(0x096c, 6) // ZC_PARTY_RECRUIT_CANCEL_VOLUNTEER_TO_PM
+packetLen(0x096c, 6)
// Packet: 0x096d
-packetLen(0x096d, -1) // ZC_MERGE_ITEM_OPEN
+packetLen(0x096d, -1)
// Packet: 0x096e
-packetLen(0x096e, -1) // CZ_REQ_MERGE_ITEM
+packetLen(0x096e, -1)
// Packet: 0x096f
-packetLen(0x096f, 7) // ZC_ACK_MERGE_ITEM
+packetLen(0x096f, 7)
// Packet: 0x0970
-packetLen(0x0970, 31) // CH_MAKE_CHAR_NOT_STATS
+packetLen(0x0970, 31)
// Packet: 0x0971
-packetLen(0x0971, 6) // ZC_PARTY_RECRUIT_REFUSE_VOLUNTEER_TO_PM
+packetLen(0x0971, 6)
// Packet: 0x0972
-packetLen(0x0972, -1) // ZC_SAY_DIALOG2
+packetLen(0x0972, -1)
// Packet: 0x0973
-packetLen(0x0973, 7) // ZC_WAIT_DIALOG2
+packetLen(0x0973, 7)
// Packet: 0x0974
-packetLen(0x0974, 2) // CZ_CANCEL_MERGE_ITEM
+packetLen(0x0974, 2)
// Packet: 0x0975
-packetLen(0x0975, -1) // ZC_STORE_ITEMLIST_NORMAL_V2
+packetLen(0x0975, -1)
// Packet: 0x0976
-packetLen(0x0976, -1) // ZC_STORE_ITEMLIST_EQUIP_V2
+packetLen(0x0976, -1)
// Packet: 0x0977
-packetLen(0x0977, 14) // ZC_HP_INFO
+packetLen(0x0977, 14)
// Packet: 0x0978
-packetLen(0x0978, 6) // CZ_REQ_BEFORE_WORLD_INFO
+packetLen(0x0978, 6)
// Packet: 0x0979
-packetLen(0x0979, 50) // ZC_ACK_BEFORE_WORLD_INFO
+packetLen(0x0979, 50)
// Packet: 0x097a
-packetLen(0x097a, -1) // ZC_ALL_QUEST_LIST2
+packetLen(0x097a, -1)
// Packet: 0x097b
-packetLen(0x097b, -1) // ZC_PERSONAL_INFOMATION2
+packetLen(0x097b, -1)
// Packet: 0x097c
-packetLen(0x097c, 4) // CZ_REQ_RANKING
+packetLen(0x097c, 4)
// Packet: 0x097d
-packetLen(0x097d, 288) // ZC_ACK_RANKING
+packetLen(0x097d, 288)
// Packet: 0x097e
-packetLen(0x097e, 12) // ZC_UPDATE_RANKING_POINT
+packetLen(0x097e, 12)
// Packet: 0x097f
-packetLen(0x097f, -1) // ZC_SELECTCART
+packetLen(0x097f, -1)
// Packet: 0x0980
-packetLen(0x0980, 7) // CZ_SELECTCART
+packetLen(0x0980, 7)
// Packet: 0x0981
-packetLen(0x0981, -1) // ZC_PERSONAL_INFOMATION_CHN
+packetLen(0x0981, -1)
// Packet: 0x0982
-packetLen(0x0982, 7) // ZC_FATIGUE_CHN
+packetLen(0x0982, 7)
// Packet: 0x0983
-packetLen(0x0983, 29) // ZC_MSG_STATE_CHANGE3
+packetLen(0x0983, 29)
// Packet: 0x0984
-packetLen(0x0984, 28) // ZC_EFST_SET_ENTER2
+packetLen(0x0984, 28)
// Packet: 0x0985
-packetLen(0x0985, -1) // ZC_SKILL_POSTDELAY_LIST2
+packetLen(0x0985, -1)
// Packet: 0x0986
-packetLen(0x0986, 10) // AC_SHUTDOWN_NOTIFY
+packetLen(0x0986, 10)
// Packet: 0x0987
-packetLen(0x0987, -1) // CA_LOGIN6
+packetLen(0x0987, -1)
// Packet: 0x0988
-packetLen(0x0988, 6) // ZC_NOTIFY_CLAN_CONNECTINFO
+packetLen(0x0988, 6)
// Packet: 0x0989
-packetLen(0x0989, 2) // ZC_ACK_CLAN_LEAVE
+packetLen(0x0989, 2)
// Packet: 0x098a
-packetLen(0x098a, -1) // ZC_CLANINFO
+packetLen(0x098a, -1)
// Packet: 0x098b
-packetLen(0x098b, 2) // AC_REQ_NEW_USER
+packetLen(0x098b, 2)
// Packet: 0x098c
-packetLen(0x098c, 4) // CA_ACK_NEW_USER
+packetLen(0x098c, 4)
// Packet: 0x098d
-packetLen(0x098d, -1) // CZ_CLAN_CHAT
+packetLen(0x098d, -1)
// Packet: 0x098e
-packetLen(0x098e, -1) // ZC_NOTIFY_CLAN_CHAT
+packetLen(0x098e, -1)
// Packet: 0x098f
-packetLen(0x098f, -1) // CH_DELETE_CHAR3_EXT
+packetLen(0x098f, -1)
// Packet: 0x0990
-packetLen(0x0990, 41) // ZC_ITEM_PICKUP_ACK_V5
+packetLen(0x0990, 41)
// Packet: 0x0991
-packetLen(0x0991, -1) // ZC_INVENTORY_ITEMLIST_NORMAL_V5
+packetLen(0x0991, -1)
// Packet: 0x0992
-packetLen(0x0992, -1) // ZC_INVENTORY_ITEMLIST_EQUIP_V5
+packetLen(0x0992, -1)
// Packet: 0x0993
-packetLen(0x0993, -1) // ZC_CART_ITEMLIST_NORMAL_V5
+packetLen(0x0993, -1)
// Packet: 0x0994
-packetLen(0x0994, -1) // ZC_CART_ITEMLIST_EQUIP_V5
+packetLen(0x0994, -1)
// Packet: 0x0995
-packetLen(0x0995, -1) // ZC_STORE_ITEMLIST_NORMAL_V5
+packetLen(0x0995, -1)
// Packet: 0x0996
-packetLen(0x0996, -1) // ZC_STORE_ITEMLIST_EQUIP_V5
+packetLen(0x0996, -1)
// Packet: 0x0997
-packetLen(0x0997, -1) // ZC_EQUIPWIN_MICROSCOPE_V5
+packetLen(0x0997, -1)
// Packet: 0x0998
-packetLen(0x0998, 8) // CZ_REQ_WEAR_EQUIP_V5
+packetLen(0x0998, 8)
// Packet: 0x0999
-packetLen(0x0999, 11) // ZC_ACK_WEAR_EQUIP_V5
+packetLen(0x0999, 11)
// Packet: 0x099a
-packetLen(0x099a, 9) // ZC_ACK_TAKEOFF_EQUIP_V5
+packetLen(0x099a, 9)
// Packet: 0x099b
-packetLen(0x099b, 8) // ZC_MAPPROPERTY_R2
+packetLen(0x099b, 8)
// Packet: 0x099c
-packetLen(0x099c, 6) // CH_REQ_CHARINFO_PER_PAGE
+packetLen(0x099c, 6)
// Packet: 0x099d
-packetLen(0x099d, -1) // HC_ACK_CHARINFO_PER_PAGE
+packetLen(0x099d, -1)
// Packet: 0x099e
-packetLen(0x099e, 12) // HC_QUEUE_ORDER
+packetLen(0x099e, 12)
// Packet: 0x099f
-packetLen(0x099f, -1) // ZC_SKILL_ENTRY4
+packetLen(0x099f, -1)
// Packet: 0x09a0
-packetLen(0x09a0, 6) // HC_CHARLIST_NOTIFY
+packetLen(0x09a0, 6)
// Packet: 0x09a1
-packetLen(0x09a1, 2) // CH_CHARLIST_REQ
+packetLen(0x09a1, 2)
// Packet: 0x09a2
-packetLen(0x09a2, 6) // AC_REQ_MOBILE_OTP
+packetLen(0x09a2, 6)
// Packet: 0x09a3
-packetLen(0x09a3, -1) // CA_ACK_MOBILE_OTP
+packetLen(0x09a3, -1)
// Packet: 0x09a4
-packetLen(0x09a4, 18) // ZC_DISPATCH_TIMING_INFO_CHN
+packetLen(0x09a4, 18)
// Packet: 0x09a5
-packetLen(0x09a5, 7) // AC_REFUSE_LOGIN3
+packetLen(0x09a5, 7)
// Packet: 0x09a6
-packetLen(0x09a6, 12) // ZC_BANKING_CHECK
+packetLen(0x09a6, 12)
// Packet: 0x09a7
-packetLen(0x09a7, 10) // CZ_REQ_BANKING_DEPOSIT
+packetLen(0x09a7, 10)
// Packet: 0x09a8
-packetLen(0x09a8, 16) // ZC_ACK_BANKING_DEPOSIT
+packetLen(0x09a8, 16)
// Packet: 0x09a9
-packetLen(0x09a9, 10) // CZ_REQ_BANKING_WITHDRAW
+packetLen(0x09a9, 10)
// Packet: 0x09aa
-packetLen(0x09aa, 16) // ZC_ACK_BANKING_WITHDRAW
+packetLen(0x09aa, 16)
// Packet: 0x09ab
-packetLen(0x09ab, 6) // CZ_REQ_BANKING_CHECK
+packetLen(0x09ab, 6)
// Packet: 0x09ac
-packetLen(0x09ac, -1) // CZ_REQ_CASH_BARGAIN_SALE_ITEM_INFO
+packetLen(0x09ac, -1)
// Packet: 0x09ad
-packetLen(0x09ad, 12) // ZC_ACK_CASH_BARGAIN_SALE_ITEM_INFO
+packetLen(0x09ad, 12)
// Packet: 0x09ae
-packetLen(0x09ae, 19) // CZ_REQ_APPLY_BARGAIN_SALE_ITEM
+packetLen(0x09ae, 19)
// Packet: 0x09af
-packetLen(0x09af, 4) // ZC_ACK_APPLY_BARGAIN_SALE_ITEM
+packetLen(0x09af, 4)
// Packet: 0x09b0
-packetLen(0x09b0, 10) // CZ_REQ_REMOVE_BARGAIN_SALE_ITEM
+packetLen(0x09b0, 10)
// Packet: 0x09b1
-packetLen(0x09b1, 4) // ZC_ACK_REMOVE_BARGAIN_SALE_ITEM
+packetLen(0x09b1, 4)
// Packet: 0x09b2
-packetLen(0x09b2, 10) // ZC_NOTIFY_BARGAIN_SALE_SELLING
+packetLen(0x09b2, 10)
// Packet: 0x09b3
-packetLen(0x09b3, 6) // ZC_NOTIFY_BARGAIN_SALE_CLOSE
+packetLen(0x09b3, 6)
// Packet: 0x09b4
-packetLen(0x09b4, 6) // CZ_OPEN_BARGAIN_SALE_TOOL
+packetLen(0x09b4, 6)
// Packet: 0x09b5
-packetLen(0x09b5, 2) // ZC_OPEN_BARGAIN_SALE_TOOL
+packetLen(0x09b5, 2)
// Packet: 0x09b6
-packetLen(0x09b6, 6) // CZ_REQ_OPEN_BANKING
+packetLen(0x09b6, 6)
// Packet: 0x09b7
-packetLen(0x09b7, 4) // ZC_ACK_OPEN_BANKING
+packetLen(0x09b7, 4)
// Packet: 0x09b8
-packetLen(0x09b8, 6) // CZ_REQ_CLOSE_BANKING
+packetLen(0x09b8, 6)
// Packet: 0x09b9
-packetLen(0x09b9, 4) // ZC_ACK_CLOSE_BANKING
+packetLen(0x09b9, 4)
// Packet: 0x09ba
-packetLen(0x09ba, 2) // CZ_REQ_OPEN_GUILD_STORAGE
+packetLen(0x09ba, 2)
// Packet: 0x09bb
-packetLen(0x09bb, 6) // ZC_ACK_OPEN_GUILD_STORAGE
+packetLen(0x09bb, 6)
// Packet: 0x09bc
-packetLen(0x09bc, 6) // CZ_CLOSE_BARGAIN_SALE_TOOL
+packetLen(0x09bc, 6)
// Packet: 0x09bd
-packetLen(0x09bd, 2) // ZC_CLOSE_BARGAIN_SALE_TOOL
+packetLen(0x09bd, 2)
// Packet: 0x09be
-packetLen(0x09be, 2) // CZ_REQ_CLOSE_GUILD_STORAGE
+packetLen(0x09be, 2)
// Packet: 0x09bf
-packetLen(0x09bf, 4) // ZC_ACK_CLOSE_GUILD_STORAGE
+packetLen(0x09bf, 4)
// Packet: 0x09c1
-packetLen(0x09c1, 10) // ZC_C_MARKERINFO
+packetLen(0x09c1, 10)
// Packet: 0x09c2
-packetLen(0x09c2, -1) // HC_SECRETSCAN_DATA
+packetLen(0x09c2, -1)
// Packet: 0x09c3
-packetLen(0x09c3, 10) // CZ_REQ_COUNT_BARGAIN_SALE_ITEM
+packetLen(0x09c3, 10)
// Packet: 0x09c4
-packetLen(0x09c4, 10) // ZC_ACK_COUNT_BARGAIN_SALE_ITEM
+packetLen(0x09c4, 10)
// Packet: 0x09c5
-packetLen(0x09c5, 1042) // CS_LOGIN_QUERY
+packetLen(0x09c5, 1042)
// Packet: 0x09c6
-packetLen(0x09c6, -1) // SC_LOGIN_ANSWER
+packetLen(0x09c6, -1)
// Packet: 0x09c7
-packetLen(0x09c7, 18) // SC_LOGIN_ERROR
+packetLen(0x09c7, 18)
// Packet: 0x09c8
-packetLen(0x09c8, -1) // CA_LOGIN_OTP
+packetLen(0x09c8, -1)
// Packet: 0x09c9
-packetLen(0x09c9, -1) // SC_SOCT
+packetLen(0x09c9, -1)
// Packet: 0x09ca
-packetLen(0x09ca, -1) // ZC_SKILL_ENTRY5
+packetLen(0x09ca, -1)
// Packet: 0x09cb
-packetLen(0x09cb, 17) // ZC_USE_SKILL2
+packetLen(0x09cb, 17)
// Packet: 0x09cc
-packetLen(0x09cc, -1) // ZC_SECRETSCAN_DATA
+packetLen(0x09cc, -1)
// Packet: 0x09cd
-packetLen(0x09cd, 8) // ZC_MSG_COLOR
+packetLen(0x09cd, 8)
// Packet: 0x09ce
-packetLen(0x09ce, 102) // CZ_ITEM_CREATE_EX
+packetLen(0x09ce, 102)
// Packet: 0x09cf
-packetLen(0x09cf, -1) // ZC_NPROTECTGAMEGUARDCSAUTH
+packetLen(0x09cf, -1)
// Packet: 0x09d0
-packetLen(0x09d0, -1) // CZ_NPROTECTGAMEGUARDCSAUTH
+packetLen(0x09d0, -1)
// Packet: 0x09d1
-packetLen(0x09d1, 14) // ZC_PROGRESS_ACTOR
+packetLen(0x09d1, 14)
// Packet: 0x09d2
-packetLen(0x09d2, -1) // ZC_GUILDSTORAGE_ITEMLIST_NORMAL_V5
+packetLen(0x09d2, -1)
// Packet: 0x09d3
-packetLen(0x09d3, -1) // ZC_GUILDSTORAGE_ITEMLIST_EQUIP_V5
+packetLen(0x09d3, -1)
// Packet: 0x09d4
-packetLen(0x09d4, 2) // CZ_NPC_TRADE_QUIT
+packetLen(0x09d4, 2)
// Packet: 0x09d5
-packetLen(0x09d5, -1) // ZC_NPC_MARKET_OPEN
+packetLen(0x09d5, -1)
// Packet: 0x09d6
-packetLen(0x09d6, -1) // CZ_NPC_MARKET_PURCHASE
+packetLen(0x09d6, -1)
// Packet: 0x09d7
-packetLen(0x09d7, -1) // ZC_NPC_MARKET_PURCHASE_RESULT
+packetLen(0x09d7, -1)
// Packet: 0x09d8
-packetLen(0x09d8, 2) // CZ_NPC_MARKET_CLOSE
+packetLen(0x09d8, 2)
// Packet: 0x09d9
-packetLen(0x09d9, 4) // CZ_REQ_GUILDSTORAGE_LOG
+packetLen(0x09d9, 4)
// Packet: 0x09da
-packetLen(0x09da, -1) // ZC_ACK_GUILDSTORAGE_LOG
+packetLen(0x09da, -1)
// Packet: 0x09db
-packetLen(0x09db, -1) // ZC_NOTIFY_MOVEENTRY10
+packetLen(0x09db, -1)
// Packet: 0x09dc
-packetLen(0x09dc, -1) // ZC_NOTIFY_NEWENTRY10
+packetLen(0x09dc, -1)
// Packet: 0x09dd
-packetLen(0x09dd, -1) // ZC_NOTIFY_STANDENTRY10
+packetLen(0x09dd, -1)
// Packet: 0x09de
-packetLen(0x09de, -1) // ZC_WHISPER02
+packetLen(0x09de, -1)
// Packet: 0x09df
-packetLen(0x09df, 7) // ZC_ACK_WHISPER02
+packetLen(0x09df, 7)
// Packet: 0x09e0
-packetLen(0x09e0, -1) // SC_LOGIN_ANSWER_WITH_ID
+packetLen(0x09e0, -1)
// Packet: 0x09e1
-packetLen(0x09e1, 8) // CZ_MOVE_ITEM_FROM_BODY_TO_GUILDSTORAGE
+packetLen(0x09e1, 8)
// Packet: 0x09e2
-packetLen(0x09e2, 8) // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_BODY
+packetLen(0x09e2, 8)
// Packet: 0x09e3
-packetLen(0x09e3, 8) // CZ_MOVE_ITEM_FROM_CART_TO_GUILDSTORAGE
+packetLen(0x09e3, 8)
// Packet: 0x09e4
-packetLen(0x09e4, 8) // CZ_MOVE_ITEM_FROM_GUILDSTORAGE_TO_CART
+packetLen(0x09e4, 8)
// Packet: 0x09e5
-packetLen(0x09e5, 18) // ZC_DELETEITEM_FROM_MCSTORE2
+packetLen(0x09e5, 18)
// Packet: 0x09e6
-packetLen(0x09e6, 24) // ZC_UPDATE_ITEM_FROM_BUYING_STORE2
+packetLen(0x09e6, 24)
// Packet: 0x09e7
-packetLen(0x09e7, 3) // ZC_NOTIFY_UNREAD_RODEX
+packetLen(0x09e7, 3)
// Packet: 0x09e8
-packetLen(0x09e8, 11) // CZ_OPEN_RODEXBOX
+packetLen(0x09e8, 11)
// Packet: 0x09e9
-packetLen(0x09e9, 2) // CZ_CLOSE_RODEXBOX
+packetLen(0x09e9, 2)
// Packet: 0x09ea
-packetLen(0x09ea, 11) // CZ_REQ_READ_RODEX
+packetLen(0x09ea, 11)
// Packet: 0x09eb
-packetLen(0x09eb, -1) // ZC_ACK_READ_RODEX
+packetLen(0x09eb, -1)
// Packet: 0x09ec
-packetLen(0x09ec, -1) // CZ_REQ_SEND_RODEX
+packetLen(0x09ec, -1)
// Packet: 0x09ed
-packetLen(0x09ed, 3) // ZC_ACK_SEND_RODEX
+packetLen(0x09ed, 3)
// Packet: 0x09ee
-packetLen(0x09ee, 11) // CZ_REQ_NEXT_RODEX
+packetLen(0x09ee, 11)
// Packet: 0x09ef
-packetLen(0x09ef, 11) // CZ_REQ_REFRESH_RODEX
+packetLen(0x09ef, 11)
// Packet: 0x09f0
-packetLen(0x09f0, -1) // ZC_ACK_RODEX_LIST
+packetLen(0x09f0, -1)
// Packet: 0x09f1
-packetLen(0x09f1, 11) // CZ_REQ_ZENY_FROM_RODEX
+packetLen(0x09f1, 11)
// Packet: 0x09f2
-packetLen(0x09f2, 12) // ZC_ACK_ZENY_FROM_RODEX
+packetLen(0x09f2, 12)
// Packet: 0x09f3
-packetLen(0x09f3, 11) // CZ_REQ_ITEM_FROM_RODEX
+packetLen(0x09f3, 11)
// Packet: 0x09f4
-packetLen(0x09f4, 12) // ZC_ACK_ITEM_FROM_RODEX
+packetLen(0x09f4, 12)
// Packet: 0x09f5
-packetLen(0x09f5, 11) // CZ_REQ_DELETE_RODEX
+packetLen(0x09f5, 11)
// Packet: 0x09f6
-packetLen(0x09f6, 11) // ZC_ACK_DELETE_RODEX
+packetLen(0x09f6, 11)
// Packet: 0x09f7
-packetLen(0x09f7, 77) // ZC_PROPERTY_HOMUN_2
+packetLen(0x09f7, 77)
// Packet: 0x09f8
-packetLen(0x09f8, -1) // ZC_ALL_QUEST_LIST3
+packetLen(0x09f8, -1)
// Packet: 0x09f9
-packetLen(0x09f9, 143) // ZC_ADD_QUEST_EX
+packetLen(0x09f9, 143)
// Packet: 0x09fa
-packetLen(0x09fa, -1) // ZC_UPDATE_MISSION_HUNT_EX
+packetLen(0x09fa, -1)
// Packet: 0x09fb
-packetLen(0x09fb, -1) // CZ_PET_EVOLUTION
+packetLen(0x09fb, -1)
// Packet: 0x09fc
-packetLen(0x09fc, 6) // ZC_PET_EVOLUTION_RESULT
+packetLen(0x09fc, 6)
// Packet: 0x09fd
-packetLen(0x09fd, -1) // ZC_NOTIFY_MOVEENTRY11
+packetLen(0x09fd, -1)
// Packet: 0x09fe
-packetLen(0x09fe, -1) // ZC_NOTIFY_NEWENTRY11
+packetLen(0x09fe, -1)
// Packet: 0x09ff
-packetLen(0x09ff, -1) // ZC_NOTIFY_STANDENTRY11
+packetLen(0x09ff, -1)
// Packet: 0x0a00
-packetLen(0x0a00, 269) // ZC_SHORTCUT_KEY_LIST_V3
+packetLen(0x0a00, 269)
// Packet: 0x0a01
-packetLen(0x0a01, 3) // CZ_SHORTCUTKEYBAR_ROTATE
+packetLen(0x0a01, 3)
// Packet: 0x0a02
-packetLen(0x0a02, 4) // ZC_DRESSROOM_OPEN
+packetLen(0x0a02, 4)
// Packet: 0x0a03
-packetLen(0x0a03, 2) // CZ_REQ_CANCEL_WRITE_RODEX
+packetLen(0x0a03, 2)
// Packet: 0x0a04
-packetLen(0x0a04, 6) // CZ_REQ_ADD_ITEM_RODEX
+packetLen(0x0a04, 6)
// Packet: 0x0a05
-packetLen(0x0a05, 63) // ZC_ACK_ADD_ITEM_RODEX
+packetLen(0x0a05, 63)
// Packet: 0x0a06
-packetLen(0x0a06, 6) // CZ_REQ_REMOVE_RODEX_ITEM
+packetLen(0x0a06, 6)
// Packet: 0x0a07
-packetLen(0x0a07, 9) // ZC_ACK_REMOVE_RODEX_ITEM
+packetLen(0x0a07, 9)
// Packet: 0x0a08
-packetLen(0x0a08, 26) // CZ_REQ_OPEN_WRITE_RODEX
+packetLen(0x0a08, 26)
// Packet: 0x0a09
-packetLen(0x0a09, 55) // ZC_ADD_EXCHANGE_ITEM3
+packetLen(0x0a09, 55)
// Packet: 0x0a0a
-packetLen(0x0a0a, 57) // ZC_ADD_ITEM_TO_STORE3
+packetLen(0x0a0a, 57)
// Packet: 0x0a0b
-packetLen(0x0a0b, 57) // ZC_ADD_ITEM_TO_CART3
+packetLen(0x0a0b, 57)
// Packet: 0x0a0c
-packetLen(0x0a0c, 66) // ZC_ITEM_PICKUP_ACK_V6
+packetLen(0x0a0c, 66)
// Packet: 0x0a0d
-packetLen(0x0a0d, -1) // ZC_INVENTORY_ITEMLIST_EQUIP_V6
+packetLen(0x0a0d, -1)
// Packet: 0x0a0e
-packetLen(0x0a0e, 14) // ZC_BATTLEFIELD_NOTIFY_HP2
+packetLen(0x0a0e, 14)
// Packet: 0x0a0f
-packetLen(0x0a0f, -1) // ZC_CART_ITEMLIST_EQUIP_V6
+packetLen(0x0a0f, -1)
// Packet: 0x0a10
-packetLen(0x0a10, -1) // ZC_STORE_ITEMLIST_EQUIP_V6
+packetLen(0x0a10, -1)
// Packet: 0x0a11
-packetLen(0x0a11, -1) // ZC_GUILDSTORAGE_ITEMLIST_EQUIP_V6
+packetLen(0x0a11, -1)
// Packet: 0x0a12
-packetLen(0x0a12, 27) // ZC_ACK_OPEN_WRITE_RODEX
+packetLen(0x0a12, 27)
// Packet: 0x0a13
-packetLen(0x0a13, 26) // CZ_CHECK_RECEIVE_CHARACTER_NAME
+packetLen(0x0a13, 26)
// Packet: 0x0a14
-packetLen(0x0a14, 10) // ZC_CHECK_RECEIVE_CHARACTER_NAME
+packetLen(0x0a14, 10)
// Packet: 0x0a15
-packetLen(0x0a15, 12) // ZC_GOLDPCCAFE_POINT
+packetLen(0x0a15, 12)
// Packet: 0x0a16
-packetLen(0x0a16, 26) // CZ_DYNAMICNPC_CREATE_REQUEST
+packetLen(0x0a16, 26)
// Packet: 0x0a17
-packetLen(0x0a17, 6) // ZC_DYNAMICNPC_CREATE_RESULT
+packetLen(0x0a17, 6)
// Packet: 0x0a18
-packetLen(0x0a18, 14) // ZC_ACCEPT_ENTER3
+packetLen(0x0a18, 14)
// Packet: 0x0a19
-packetLen(0x0a19, 2) // CZ_REQ_OPEN_ROULETTE
+packetLen(0x0a19, 2)
// Packet: 0x0a1a
-packetLen(0x0a1a, 25) // ZC_ACK_OPEN_ROULETTE
+packetLen(0x0a1a, 25)
// Packet: 0x0a1b
-packetLen(0x0a1b, 2) // CZ_REQ_ROULETTE_INFO
+packetLen(0x0a1b, 2)
// Packet: 0x0a1c
-packetLen(0x0a1c, -1) // ZC_ACK_ROULEITTE_INFO
+packetLen(0x0a1c, -1)
// Packet: 0x0a1d
-packetLen(0x0a1d, 2) // CZ_REQ_CLOSE_ROULETTE
+packetLen(0x0a1d, 2)
// Packet: 0x0a1e
-packetLen(0x0a1e, 3) // ZC_ACK_CLOSE_ROULETTE
+packetLen(0x0a1e, 3)
// Packet: 0x0a1f
-packetLen(0x0a1f, 2) // CZ_REQ_GENERATE_ROULETTE
+packetLen(0x0a1f, 2)
// Packet: 0x0a20
-packetLen(0x0a20, 23) // ZC_ACK_GENERATE_ROULETTE
+packetLen(0x0a20, 23)
// Packet: 0x0a21
-packetLen(0x0a21, 3) // CZ_RECV_ROULETTE_ITEM
+packetLen(0x0a21, 3)
// Packet: 0x0a22
-packetLen(0x0a22, 7) // ZC_RECV_ROULETTE_ITEM
+packetLen(0x0a22, 7)
// Packet: 0x0a23
-packetLen(0x0a23, -1) // ZC_ALL_ACH_LIST
+packetLen(0x0a23, -1)
// Packet: 0x0a24
-packetLen(0x0a24, 66) // ZC_ACH_UPDATE
+packetLen(0x0a24, 66)
// Packet: 0x0a25
-packetLen(0x0a25, 6) // CZ_REQ_ACH_REWARD
+packetLen(0x0a25, 6)
// Packet: 0x0a26
-packetLen(0x0a26, 7) // ZC_REQ_ACH_REWARD_ACK
+packetLen(0x0a26, 7)
// Packet: 0x0a27
-packetLen(0x0a27, 8) // ZC_RECOVERY2
+packetLen(0x0a27, 8)
// Packet: 0x0a28
-packetLen(0x0a28, 3) // ZC_ACK_OPENSTORE2
+packetLen(0x0a28, 3)
// Packet: 0x0a29
-packetLen(0x0a29, 6) // ZC_REQ_AU_BOT
+packetLen(0x0a29, 6)
// Packet: 0x0a2a
-packetLen(0x0a2a, 6) // CZ_ACK_AU_BOT
+packetLen(0x0a2a, 6)
// Packet: 0x0a2b
-packetLen(0x0a2b, 14) // ZC_SE_CASHSHOP_OPEN2
+packetLen(0x0a2b, 14)
// Packet: 0x0a2c
-packetLen(0x0a2c, 12) // ZC_SE_PC_BUY_TAIWANCASHITEM_RESULT
+packetLen(0x0a2c, 12)
// Packet: 0x0a2d
-packetLen(0x0a2d, -1) // ZC_EQUIPWIN_MICROSCOPE_V6
+packetLen(0x0a2d, -1)
// Packet: 0x0a2e
-packetLen(0x0a2e, 6) // CZ_REQ_CHANGE_TITLE
+packetLen(0x0a2e, 6)
// Packet: 0x0a2f
-packetLen(0x0a2f, 7) // ZC_ACK_CHANGE_TITLE
+packetLen(0x0a2f, 7)
// Packet: 0x0a30
-packetLen(0x0a30, 106) // ZC_ACK_REQNAMEALL2
+packetLen(0x0a30, 106)
// Packet: 0x0a31
-packetLen(0x0a31, -1) // ZC_RESULT_PACKAGE_ITEM_TEST
+packetLen(0x0a31, -1)
// Packet: 0x0a32
-packetLen(0x0a32, 2) // ZC_OPEN_RODEX_THROUGH_NPC_ONLY
+packetLen(0x0a32, 2)
// Packet: 0x0a33
-packetLen(0x0a33, 7) // ZC_UPDATE_ROULETTE_COIN
+packetLen(0x0a33, 7)
// Packet: 0x0a34
-packetLen(0x0a34, 6) // ZC_UPDATE_TAIWANCASH
+packetLen(0x0a34, 6)
// Packet: 0x0a35
-packetLen(0x0a35, 4) // CZ_REQ_ONECLICK_ITEMIDENTIFY
+packetLen(0x0a35, 4)
// Packet: 0x0a36
-packetLen(0x0a36, 7) // ZC_HP_INFO_TINY
+packetLen(0x0a36, 7)
// Packet: 0x0a37
-packetLen(0x0a37, 69) // ZC_ITEM_PICKUP_ACK_V7
+packetLen(0x0a37, 69)
// Packet: 0x0a38
-packetLen(0x0a38, 3) // ZC_OPEN_UI
+packetLen(0x0a38, 3)
// Packet: 0x0a39
-packetLen(0x0a39, 36) // CH_MAKE_CHAR
+packetLen(0x0a39, 36)
// Packet: 0x0a3a
packetLen(0x0a3a, 12)
// Packet: 0x0a3b
-packetLen(0x0a3b, -1) // ZC_HAT_EFFECT
+packetLen(0x0a3b, -1)
// Packet: 0x0a3c
packetLen(0x0a3c, -1)
@@ -3787,37 +3787,37 @@ packetLen(0x0a3f, 11)
packetLen(0x0a40, 11)
// Packet: 0x0a41
-packetLen(0x0a41, 18) // ZC_AOE_EFFECT_SKILL
+packetLen(0x0a41, 18)
// Packet: 0x0a42
packetLen(0x0a42, 43)
// Packet: 0x0a43
-packetLen(0x0a43, 85) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0a43, 85)
// Packet: 0x0a44
-packetLen(0x0a44, -1) // ZC_GROUP_LIST
+packetLen(0x0a44, -1)
// Packet: 0x0a46
-packetLen(0x0a46, 14) // CZ_REQ_STYLE_CHANGE
+packetLen(0x0a46, 14)
// Packet: 0x0a47
-packetLen(0x0a47, 3) // ZC_STYLE_CHANGE_RES
+packetLen(0x0a47, 3)
// Packet: 0x0a48
-packetLen(0x0a48, 2) // CZ_STYLE_CLOSE
+packetLen(0x0a48, 2)
// Packet: 0x0a49
-packetLen(0x0a49, 22) // CZ_PRIVATE_AIRSHIP_REQUEST
+packetLen(0x0a49, 22)
// Packet: 0x0a4a
-packetLen(0x0a4a, 6) // ZC_PRIVATE_AIRSHIP_RESPONSE
+packetLen(0x0a4a, 6)
// Packet: 0x0a4b
-packetLen(0x0a4b, 22) // ZC_AIRSHIP_MAPMOVE
+packetLen(0x0a4b, 22)
// Packet: 0x0a4c
-packetLen(0x0a4c, 28) // ZC_AIRSHIP_SERVERMOVE
+packetLen(0x0a4c, 28)
// Packet: 0x0a4d
packetLen(0x0a4d, -1)
@@ -3832,7 +3832,7 @@ packetLen(0x0a4f, -1)
packetLen(0x0a50, 4)
// Packet: 0x0a51
-packetLen(0x0a51, 34) // ZC_CHECK_RECEIVE_CHARACTER_NAME
+packetLen(0x0a51, 34)
// Packet: 0x0a52
packetLen(0x0a52, 20)
@@ -3871,7 +3871,7 @@ packetLen(0x0a5c, 18)
packetLen(0x0a5d, 6)
// Packet: 0x0a68
-packetLen(0x0a68, 3) // CZ_REQ_OPEN_UI
+packetLen(0x0a68, 3)
// Packet: 0x0a69
packetLen(0x0a69, 6)
@@ -3889,10 +3889,10 @@ packetLen(0x0a6c, 7)
packetLen(0x0a6d, -1)
// Packet: 0x0a6e
-packetLen(0x0a6e, -1) // CZ_REQ_SEND_RODEX
+packetLen(0x0a6e, -1)
// Packet: 0x0a6f
-packetLen(0x0a6f, -1) // ZC_FORMATSTRING_MSG_COLOR
+packetLen(0x0a6f, -1)
// Packet: 0x0a70
packetLen(0x0a70, 2)
@@ -3913,7 +3913,7 @@ packetLen(0x0a74, 8)
packetLen(0x0a76, 80)
// Packet: 0x0a77
-packetLen(0x0a77, 15) // CZ_CAMERA_INFO
+packetLen(0x0a77, 15)
// Packet: 0x0a78
packetLen(0x0a78, 15)
@@ -3928,13 +3928,13 @@ packetLen(0x0a7b, -1)
packetLen(0x0a7c, -1)
// Packet: 0x0a7d
-packetLen(0x0a7d, -1) // ZC_ACK_RODEX_LIST
+packetLen(0x0a7d, -1)
// Packet: 0x0a7e
-packetLen(0x0a7e, -1) // ZC_OFFLINE_STORE_OWNER_ITEMS_READY
+packetLen(0x0a7e, -1)
// Packet: 0x0a7f
-packetLen(0x0a7f, -1) // CZ_OFFLINE_STORE_CREATE
+packetLen(0x0a7f, -1)
// Packet: 0x0a80
packetLen(0x0a80, 6)
@@ -3949,7 +3949,7 @@ packetLen(0x0a82, 46)
packetLen(0x0a83, 46)
// Packet: 0x0a84
-packetLen(0x0a84, 94) // ZC_GUILD_INFO
+packetLen(0x0a84, 94)
// Packet: 0x0a85
packetLen(0x0a85, 82)
@@ -3958,16 +3958,16 @@ packetLen(0x0a85, 82)
packetLen(0x0a86, -1)
// Packet: 0x0a87
-packetLen(0x0a87, -1) // ZC_BAN_LIST
+packetLen(0x0a87, -1)
// Packet: 0x0a88
-packetLen(0x0a88, 2) // CZ_COOLDOWN_RESET
+packetLen(0x0a88, 2)
// Packet: 0x0a89
-packetLen(0x0a89, 61) // ZC_NOTIFY_OFFLINE_STORE
+packetLen(0x0a89, 61)
// Packet: 0x0a8a
-packetLen(0x0a8a, 6) // ZC_OFFLINE_STORE_VANISH
+packetLen(0x0a8a, 6)
// Packet: 0x0a8b
packetLen(0x0a8b, 2)
@@ -3976,7 +3976,7 @@ packetLen(0x0a8b, 2)
packetLen(0x0a8c, 2)
// Packet: 0x0a8d
-packetLen(0x0a8d, -1) // ZC_OFFLINE_STORE_OWNER_ITEMS
+packetLen(0x0a8d, -1)
// Packet: 0x0a8e
packetLen(0x0a8e, 2)
@@ -3988,7 +3988,7 @@ packetLen(0x0a8f, 2)
packetLen(0x0a90, 3)
// Packet: 0x0a91
-packetLen(0x0a91, -1) // ZC_OFFLINE_STORE_ITEMS
+packetLen(0x0a91, -1)
// Packet: 0x0a92
packetLen(0x0a92, -1)
@@ -4003,28 +4003,28 @@ packetLen(0x0a94, 2)
packetLen(0x0a95, 4)
// Packet: 0x0a96
-packetLen(0x0a96, 61) // ZC_ADD_EXCHANGE_ITEM4
+packetLen(0x0a96, 61)
// Packet: 0x0a97
-packetLen(0x0a97, 8) // CZ_ALT_EQUIPMENT_ADD
+packetLen(0x0a97, 8)
// Packet: 0x0a98
-packetLen(0x0a98, 10) // ZC_ALT_EQUIPMENT_EQUIP
+packetLen(0x0a98, 10)
// Packet: 0x0a99
-packetLen(0x0a99, 4) // CZ_ALT_EQUIPMENT_REMOVE
+packetLen(0x0a99, 4)
// Packet: 0x0a9a
-packetLen(0x0a9a, 10) // ZC_ALT_EQUIPMENT_REMOVE
+packetLen(0x0a9a, 10)
// Packet: 0x0a9b
-packetLen(0x0a9b, -1) // ZC_ALT_EQUIPMENT_ITEMS
+packetLen(0x0a9b, -1)
// Packet: 0x0a9c
-packetLen(0x0a9c, 2) // CZ_ALT_EQUIPMENT_SWITCH
+packetLen(0x0a9c, 2)
// Packet: 0x0a9d
-packetLen(0x0a9d, 4) // ZC_ALT_EQUIPMENT_SWITCH_ACK
+packetLen(0x0a9d, 4)
// Packet: 0x0a9e
packetLen(0x0a9e, 2)
@@ -4033,28 +4033,28 @@ packetLen(0x0a9e, 2)
packetLen(0x0a9f, 2)
// Packet: 0x0aa0
-packetLen(0x0aa0, 2) // ZC_REFINE_OPEN_WINDOW
+packetLen(0x0aa0, 2)
// Packet: 0x0aa1
-packetLen(0x0aa1, 4) // CZ_REFINE_ADD_ITEM
+packetLen(0x0aa1, 4)
// Packet: 0x0aa2
-packetLen(0x0aa2, -1) // ZC_REFINE_ADD_ITEM
+packetLen(0x0aa2, -1)
// Packet: 0x0aa3
-packetLen(0x0aa3, 9) // CZ_REFINE_ITEM_REQUEST
+packetLen(0x0aa3, 9)
// Packet: 0x0aa4
-packetLen(0x0aa4, 2) // CZ_REFINE_WINDOW_CLOSE
+packetLen(0x0aa4, 2)
// Packet: 0x0aa5
-packetLen(0x0aa5, -1) // ZC_MEMBERMGR_INFO
+packetLen(0x0aa5, -1)
// Packet: 0x0aa6
-packetLen(0x0aa6, 36) // ZC_MEMBER_ADD
+packetLen(0x0aa6, 36)
// Packet: 0x0aa7
-packetLen(0x0aa7, 6) // ZC_INVENTORY_MOVE_FAILED
+packetLen(0x0aa7, 6)
// Packet: 0x0aa8
packetLen(0x0aa8, 5)
@@ -4087,7 +4087,7 @@ packetLen(0x0ab0, 6)
packetLen(0x0ab1, 14)
// Packet: 0x0ab2
-packetLen(0x0ab2, 7) // ZC_GROUP_ISALIVE
+packetLen(0x0ab2, 7)
// Packet: 0x0ab3
packetLen(0x0ab3, 19)
@@ -4108,7 +4108,7 @@ packetLen(0x0ab7, 4)
packetLen(0x0ab8, 2)
// Packet: 0x0ab9
-packetLen(0x0ab9, 47) // ZC_ITEM_PREVIEW
+packetLen(0x0ab9, 47)
// Packet: 0x0aba
packetLen(0x0aba, 2)
@@ -4120,40 +4120,40 @@ packetLen(0x0abb, 2)
packetLen(0x0abc, -1)
// Packet: 0x0abd
-packetLen(0x0abd, 10) // ZC_PARTY_MEMBER_JOB_LEVEL
+packetLen(0x0abd, 10)
// Packet: 0x0abe
-packetLen(0x0abe, -1) // ZC_WARPLIST
+packetLen(0x0abe, -1)
// Packet: 0x0abf
packetLen(0x0abf, -1)
// Packet: 0x0ac0
-packetLen(0x0ac0, 26) // CZ_OPEN_RODEXBOX
+packetLen(0x0ac0, 26)
// Packet: 0x0ac1
-packetLen(0x0ac1, 26) // CZ_REQ_REFRESH_RODEX
+packetLen(0x0ac1, 26)
// Packet: 0x0ac2
-packetLen(0x0ac2, -1) // ZC_ACK_RODEX_LIST
+packetLen(0x0ac2, -1)
// Packet: 0x0ac3
packetLen(0x0ac3, 2)
// Packet: 0x0ac4
-packetLen(0x0ac4, -1) // AC_ACCEPT_LOGIN
+packetLen(0x0ac4, -1)
// Packet: 0x0ac5
-packetLen(0x0ac5, 156) // HC_NOTIFY_ZONESVR
+packetLen(0x0ac5, 156)
// Packet: 0x0ac6
packetLen(0x0ac6, 156)
// Packet: 0x0ac7
-packetLen(0x0ac7, 156) // ZC_NPCACK_SERVERMOVE
+packetLen(0x0ac7, 156)
// Packet: 0x0ac8
-packetLen(0x0ac8, 2) // ZC_UNKNOWN_CLEAN_ITEMS_LISTS
+packetLen(0x0ac8, 2)
// Packet: 0x0ac9
packetLen(0x0ac9, -1)
@@ -4162,10 +4162,10 @@ packetLen(0x0ac9, -1)
packetLen(0x0aca, 3)
// Packet: 0x0acb
-packetLen(0x0acb, 12) // ZC_PAR_CHANGE
+packetLen(0x0acb, 12)
// Packet: 0x0acc
-packetLen(0x0acc, 18) // ZC_NOTIFY_EXP
+packetLen(0x0acc, 18)
// Packet: 0x0acd
packetLen(0x0acd, 23)
@@ -4174,13 +4174,13 @@ packetLen(0x0acd, 23)
packetLen(0x0ace, 4)
// Packet: 0x0acf
-packetLen(0x0acf, 68) // CA_LOGIN_OTP
+packetLen(0x0acf, 68)
// Packet: 0x0ad0
-packetLen(0x0ad0, 11) // CA_OTP_CODE
+packetLen(0x0ad0, 11)
// Packet: 0x0ad1
-packetLen(0x0ad1, -1) // AC_LOGIN_OTP
+packetLen(0x0ad1, -1)
// Packet: 0x0ad2
packetLen(0x0ad2, 30)
@@ -4207,22 +4207,22 @@ packetLen(0x0ad8, 8)
packetLen(0x0ad9, -1)
// Packet: 0x0ada
-packetLen(0x0ada, 32) // ZC_REFINE_STATUS
+packetLen(0x0ada, 32)
// Packet: 0x0adb
packetLen(0x0adb, -1)
// Packet: 0x0adc
-packetLen(0x0adc, 6) // ZC_EQUIPWIN_OTHER
+packetLen(0x0adc, 6)
// Packet: 0x0add
-packetLen(0x0add, 24) // ZC_ITEM_FALL_ENTRY
+packetLen(0x0add, 24)
// Packet: 0x0ade
-packetLen(0x0ade, 6) // ZC_OVERWEIGHT_PERCENT
+packetLen(0x0ade, 6)
// Packet: 0x0adf
-packetLen(0x0adf, 58) // ZC_ACK_REQNAME_TITLE
+packetLen(0x0adf, 58)
// Packet: 0x0ae0
packetLen(0x0ae0, 30)
@@ -4231,16 +4231,16 @@ packetLen(0x0ae0, 30)
packetLen(0x0ae1, 28)
// Packet: 0x0ae2
-packetLen(0x0ae2, 7) // ZC_OPEN_UI
+packetLen(0x0ae2, 7)
// Packet: 0x0ae3
-packetLen(0x0ae3, -1) // AC_LOGIN_OTP
+packetLen(0x0ae3, -1)
// Packet: 0x0ae4
-packetLen(0x0ae4, 89) // ZC_ADD_MEMBER_TO_GROUP
+packetLen(0x0ae4, 89)
// Packet: 0x0ae5
-packetLen(0x0ae5, -1) // ZC_GROUP_LIST
+packetLen(0x0ae5, -1)
// Packet: 0x0ae6
packetLen(0x0ae6, 10)
@@ -4252,7 +4252,7 @@ packetLen(0x0ae7, 38)
packetLen(0x0ae8, 2)
// Packet: 0x0ae9
-packetLen(0x0ae9, 13) // HC_SECOND_PASSWD_LOGIN
+packetLen(0x0ae9, 13)
// Packet: 0x0aec
packetLen(0x0aec, 2)
@@ -4264,10 +4264,10 @@ packetLen(0x0aed, 2)
packetLen(0x0aee, 2)
// Packet: 0x0aef
-packetLen(0x0aef, 2) // CZ_ATTENDANCE_REWARD_REQUEST
+packetLen(0x0aef, 2)
// Packet: 0x0af0
-packetLen(0x0af0, 10) // ZC_UI_ACTION
+packetLen(0x0af0, 10)
// Packet: 0x0af2
packetLen(0x0af2, 40)
@@ -4276,16 +4276,16 @@ packetLen(0x0af2, 40)
packetLen(0x0af3, -1)
// Packet: 0x0af4
-packetLen(0x0af4, 11) // CZ_USE_SKILL_TOGROUND
+packetLen(0x0af4, 11)
// Packet: 0x0af5
packetLen(0x0af5, 3)
// Packet: 0x0af6
-packetLen(0x0af6, 88) // ZC_ACK_RANKING
+packetLen(0x0af6, 88)
// Packet: 0x0af7
-packetLen(0x0af7, 32) // ZC_ACK_REQNAME_BYGID
+packetLen(0x0af7, 32)
// Packet: 0x0af8
packetLen(0x0af8, 11)
@@ -4297,19 +4297,19 @@ packetLen(0x0af9, 6)
packetLen(0x0afa, 54)
// Packet: 0x0afb
-packetLen(0x0afb, -1) // ZC_AUTOSPELLLIST
+packetLen(0x0afb, -1)
// Packet: 0x0afc
-packetLen(0x0afc, 16) // CZ_REQ_STYLE_CHANGE2
+packetLen(0x0afc, 16)
// Packet: 0x0afd
-packetLen(0x0afd, -1) // ZC_GUILD_POSITION
+packetLen(0x0afd, -1)
// Packet: 0x0afe
-packetLen(0x0afe, -1) // ZC_UPDATE_MISSION_HUNT_EX
+packetLen(0x0afe, -1)
// Packet: 0x0aff
-packetLen(0x0aff, -1) // ZC_ALL_QUEST_LIST4
+packetLen(0x0aff, -1)
// Packet: 0x0b00
packetLen(0x0b00, 8)
@@ -4318,10 +4318,10 @@ packetLen(0x0b00, 8)
packetLen(0x0b01, 56)
// Packet: 0x0b02
-packetLen(0x0b02, 26) // AC_REFUSE_LOGIN4
+packetLen(0x0b02, 26)
// Packet: 0x0b03
-packetLen(0x0b03, -1) // ZC_EQUIPWIN_MICROSCOPE_V7
+packetLen(0x0b03, -1)
// Packet: 0x0b04
#if PACKETVER >= 20190814
@@ -4333,81 +4333,81 @@ packetLen(0x0b04, 80)
#endif
// Packet: 0x0b05
-packetLen(0x0b05, 63) // ZC_OFFLINE_STORE_VISIBLE
+packetLen(0x0b05, 63)
// Packet: 0x0b07
packetLen(0x0b07, -1)
// Packet: 0x0b08
-packetLen(0x0b08, -1) // ZC_INVENTORY_START
+packetLen(0x0b08, -1)
// Packet: 0x0b09
-packetLen(0x0b09, -1) // ZC_STORE_ITEMLIST_NORMAL_V6
+packetLen(0x0b09, -1)
// Packet: 0x0b0a
-packetLen(0x0b0a, -1) // ZC_STORE_ITEMLIST_EQUIP_V6
+packetLen(0x0b0a, -1)
// Packet: 0x0b0b
-packetLen(0x0b0b, 4) // ZC_INVENTORY_END
+packetLen(0x0b0b, 4)
// Packet: 0x0b0c
-packetLen(0x0b0c, 155) // ZC_ADD_QUEST_EX
+packetLen(0x0b0c, 155)
// Packet: 0x0b0d
-packetLen(0x0b0d, 10) // ZC_REMOVE_EFFECT
+packetLen(0x0b0d, 10)
// Packet: 0x0b0e
-packetLen(0x0b0e, -1) // ZC_NPC_BARTER_OPEN
+packetLen(0x0b0e, -1)
// Packet: 0x0b0f
-packetLen(0x0b0f, -1) // CZ_NPC_BARTER_PURCHASE
+packetLen(0x0b0f, -1)
// Packet: 0x0b10
-packetLen(0x0b10, 10) // CZ_START_USE_SKILL
+packetLen(0x0b10, 10)
// Packet: 0x0b11
-packetLen(0x0b11, 4) // CZ_STOP_USE_SKILL
+packetLen(0x0b11, 4)
// Packet: 0x0b12
-packetLen(0x0b12, 2) // CZ_NPC_BARTER_CLOSE
+packetLen(0x0b12, 2)
// Packet: 0x0b13
-packetLen(0x0b13, 48) // ZC_ITEM_PREVIEW
+packetLen(0x0b13, 48)
// Packet: 0x0b14
-packetLen(0x0b14, 2) // CZ_INVENTORY_EXPAND
+packetLen(0x0b14, 2)
// Packet: 0x0b15
-packetLen(0x0b15, 7) // ZC_ACK_INVENTORY_EXPAND
+packetLen(0x0b15, 7)
// Packet: 0x0b16
-packetLen(0x0b16, 2) // CZ_INVENTORY_EXPAND_CONFIRMED
+packetLen(0x0b16, 2)
// Packet: 0x0b17
-packetLen(0x0b17, 3) // ZC_ACK_INVENTORY_EXPAND_RESULT
+packetLen(0x0b17, 3)
// Packet: 0x0b18
-packetLen(0x0b18, 4) // ZC_INVENTORY_EXPANSION_INFO
+packetLen(0x0b18, 4)
// Packet: 0x0b19
-packetLen(0x0b19, 2) // CZ_INVENTORY_EXPAND_REJECTED
+packetLen(0x0b19, 2)
// Packet: 0x0b1a
-packetLen(0x0b1a, 29) // ZC_USESKILL_ACK3
+packetLen(0x0b1a, 29)
// Packet: 0x0b1b
#if PACKETVER >= 20190130
-packetLen(0x0b1b, 2) // ZC_ALT_PING
+packetLen(0x0b1b, 2)
#endif
// Packet: 0x0b1c
#if PACKETVER >= 20190220
-packetLen(0x0b1c, 2) // CZ_PING
+packetLen(0x0b1c, 2)
#endif
// Packet: 0x0b1d
#if PACKETVER >= 20190220
-packetLen(0x0b1d, 2) // ZC_PING
+packetLen(0x0b1d, 2)
#endif
// Packet: 0x0b1e
@@ -4426,17 +4426,17 @@ packetLen(0x0b1f, 10)
// Packet: 0x0b20
#if PACKETVER >= 20190327
-packetLen(0x0b20, 271) // ZC_SHORTCUT_KEY_LIST_V4
+packetLen(0x0b20, 271)
#endif
// Packet: 0x0b21
#if PACKETVER >= 20190327
-packetLen(0x0b21, 13) // CZ_SHORTCUT_KEY_CHANGE
+packetLen(0x0b21, 13)
#endif
// Packet: 0x0b22
#if PACKETVER >= 20190327
-packetLen(0x0b22, 5) // CZ_SHORTCUTKEYBAR_ROTATE
+packetLen(0x0b22, 5)
#endif
// Packet: 0x0b23
@@ -4517,7 +4517,7 @@ packetLen(0x0b2e, 4)
// Packet: 0x0b2f
#if PACKETVER >= 20190529
-packetLen(0x0b2f, 73) // ZC_PROPERTY_HOMUN_3
+packetLen(0x0b2f, 73)
#endif
// Packet: 0x0b30
@@ -4527,17 +4527,17 @@ packetLen(0x0b30, -1)
// Packet: 0x0b31
#if PACKETVER >= 20190626
-packetLen(0x0b31, 17) // ZC_ADD_SKILL
+packetLen(0x0b31, 17)
#endif
// Packet: 0x0b32
#if PACKETVER >= 20190626
-packetLen(0x0b32, -1) // ZC_SKILLINFO_LIST
+packetLen(0x0b32, -1)
#endif
// Packet: 0x0b33
#if PACKETVER >= 20190626
-packetLen(0x0b33, 17) // ZC_SKILLINFO_UPDATE2
+packetLen(0x0b33, 17)
#endif
// Packet: 0x0b34
@@ -4563,7 +4563,9 @@ packetLen(0x0b37, -1)
#endif
// Packet: 0x0b38
-#if PACKETVER >= 20190724
+#if PACKETVER >= 20191008
+// removed
+#elif PACKETVER >= 20190724
packetLen(0x0b38, -1)
#endif
@@ -4573,12 +4575,16 @@ packetLen(0x0b39, -1)
#endif
// Packet: 0x0b3a
-#if PACKETVER >= 20190724
+#if PACKETVER >= 20191008
+// removed
+#elif PACKETVER >= 20190724
packetLen(0x0b3a, 4)
#endif
// Packet: 0x0b3b
-#if PACKETVER >= 20190724
+#if PACKETVER >= 20191008
+// removed
+#elif PACKETVER >= 20190724
packetLen(0x0b3b, 4)
#endif
@@ -4598,7 +4604,9 @@ packetLen(0x0b3e, -1)
#endif
// Packet: 0x0b3f
-#if PACKETVER >= 20190724
+#if PACKETVER >= 20191008
+packetLen(0x0b3f, 63)
+#elif PACKETVER >= 20190724
packetLen(0x0b3f, 64)
#endif
@@ -4608,12 +4616,16 @@ packetLen(0x0b40, -1)
#endif
// Packet: 0x0b41
-#if PACKETVER >= 20190724
+#if PACKETVER >= 20191008
+packetLen(0x0b41, 69)
+#elif PACKETVER >= 20190724
packetLen(0x0b41, 41)
#endif
// Packet: 0x0b42
-#if PACKETVER >= 20190724
+#if PACKETVER >= 20191008
+packetLen(0x0b42, 61)
+#elif PACKETVER >= 20190724
packetLen(0x0b42, 30)
#endif
@@ -4623,12 +4635,16 @@ packetLen(0x0b43, 47)
#endif
// Packet: 0x0b44
-#if PACKETVER >= 20190724
+#if PACKETVER >= 20191008
+packetLen(0x0b44, 57)
+#elif PACKETVER >= 20190724
packetLen(0x0b44, 32)
#endif
// Packet: 0x0b45
-#if PACKETVER >= 20190724
+#if PACKETVER >= 20191008
+packetLen(0x0b45, 57)
+#elif PACKETVER >= 20190724
packetLen(0x0b45, 32)
#endif
@@ -4730,29 +4746,44 @@ packetLen(0x0b58, 2)
#endif
// Packet: 0x0b59
-#if PACKETVER >= 20190918
+#if PACKETVER >= 20191008
+packetLen(0x0b59, 4)
+#elif PACKETVER >= 20190918
packetLen(0x0b59, 2)
#endif
// Packet: 0x0b5a
-#if PACKETVER >= 20190918
+#if PACKETVER >= 20191008
+packetLen(0x0b5a, -1)
+#elif PACKETVER >= 20190918
packetLen(0x0b5a, 4)
#endif
// Packet: 0x0b5b
-#if PACKETVER >= 20190918
+#if PACKETVER >= 20191008
+packetLen(0x0b5b, 14)
+#elif PACKETVER >= 20190918
packetLen(0x0b5b, -1)
#endif
// Packet: 0x0b5c
-#if PACKETVER >= 20190918
+#if PACKETVER >= 20191008
+packetLen(0x0b5c, 2)
+#elif PACKETVER >= 20190918
packetLen(0x0b5c, 10)
#endif
// Packet: 0x0b5d
-#if PACKETVER >= 20190918
+#if PACKETVER >= 20191008
+packetLen(0x0b5d, 10)
+#elif PACKETVER >= 20190918
packetLen(0x0b5d, 2)
#endif
+// Packet: 0x0b5e
+#if PACKETVER >= 20191008
+packetLen(0x0b5e, 33)
+#endif
+
#endif /* COMMON_PACKETS2019_LEN_ZERO_H */
diff --git a/src/map/clif.c b/src/map/clif.c
index ace733b75..cd4281b6f 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -2935,10 +2935,10 @@ static void clif_inventoryStart(struct map_session_data *sd, enum inventory_type
nullpo_retv(sd);
nullpo_retv(name);
- char buf[sizeof(struct ZC_INVENTORY_START) + 24];
+ char buf[sizeof(struct PACKET_ZC_INVENTORY_START) + 24];
memset(buf, 0, sizeof(buf));
- struct ZC_INVENTORY_START *p = (struct ZC_INVENTORY_START *)buf;
- p->packetType = 0xb08;
+ struct PACKET_ZC_INVENTORY_START *p = (struct PACKET_ZC_INVENTORY_START *)buf;
+ p->packetType = HEADER_ZC_INVENTORY_START;
#if PACKETVER_RE_NUM >= 20180912 || PACKETVER_ZERO_NUM >= 20180919 || PACKETVER_MAIN_NUM >= 20181002
p->invType = type;
#endif
@@ -2946,11 +2946,11 @@ static void clif_inventoryStart(struct map_session_data *sd, enum inventory_type
int strLen = (int)safestrnlen(name, 24) + 1;
if (strLen > 24)
strLen = 24;
- const int len = sizeof(struct ZC_INVENTORY_START) + strLen;
+ const int len = sizeof(struct PACKET_ZC_INVENTORY_START) + strLen;
p->packetLength = len;
safestrncpy(p->name, name, strLen);
#else
- const int len = sizeof(struct ZC_INVENTORY_START);
+ const int len = sizeof(struct PACKET_ZC_INVENTORY_START);
safestrncpy(p->name, name, NAME_LENGTH);
#endif
clif->send(p, len, &sd->bl, SELF);
@@ -2962,8 +2962,8 @@ static void clif_inventoryEnd(struct map_session_data *sd, enum inventory_type t
#if PACKETVER_RE_NUM >= 20180829 || PACKETVER_ZERO_NUM >= 20180919 || PACKETVER_MAIN_NUM >= 20181002
nullpo_retv(sd);
- struct ZC_INVENTORY_END p;
- p.packetType = 0xb0b;
+ struct PACKET_ZC_INVENTORY_END p;
+ p.packetType = HEADER_ZC_INVENTORY_END;
#if PACKETVER_RE_NUM >= 20180912 || PACKETVER_ZERO_NUM >= 20180919 || PACKETVER_MAIN_NUM >= 20181002
p.invType = type;
#endif
@@ -5268,7 +5268,7 @@ static void clif_playerSkillToPacket(struct map_session_data *sd, struct SKILLDA
skillData->sp = 0;
skillData->range2 = 0;
}
-#if PACKETVER_RE_NUM >= 20190807
+#if PACKETVER_RE_NUM >= 20190807 || PACKETVER_ZERO_NUM >= 20190918
if (newSkill)
skillData->level2 = 0;
else
@@ -5419,7 +5419,7 @@ static void clif_skillinfo(struct map_session_data *sd, int skill_id, int inf)
p->sp = 0;
p->range2 = 0;
}
-#if PACKETVER_RE_NUM >= 20190807
+#if PACKETVER_RE_NUM >= 20190807 || PACKETVER_ZERO_NUM >= 20190918
p->level2 = skill_lv;
#endif
if (sd->status.skill[idx].flag == SKILL_FLAG_PERMANENT)
@@ -16091,7 +16091,10 @@ static void clif_ranklist(struct map_session_data *sd, enum fame_list_type type)
p->packetType = HEADER_ZC_ACK_RANKING;
p->rankType = type;
#if PACKETVER_MAIN_NUM >= 20190731 || PACKETVER_RE_NUM >= 20190703 || PACKETVER_ZERO_NUM >= 20190724
+PRAGMA_GCC9(GCC diagnostic push)
+PRAGMA_GCC9(GCC diagnostic ignored "-Waddress-of-packed-member")
clif->ranklist_sub2(p->chars, p->points, type);
+PRAGMA_GCC9(GCC diagnostic pop)
#else
clif->ranklist_sub(&p->ranks, type);
#endif
diff --git a/src/map/map.c b/src/map/map.c
index 332bbe75f..f3fc9d46b 100644
--- a/src/map/map.c
+++ b/src/map/map.c
@@ -6835,7 +6835,10 @@ void map_defaults(void)
map->bl_list_size = 0;
//all in a big chunk, respects order
+PRAGMA_GCC9(GCC diagnostic push)
+PRAGMA_GCC9(GCC diagnostic ignored "-Warray-bounds")
memset(ZEROED_BLOCK_POS(map), 0, ZEROED_BLOCK_SIZE(map));
+PRAGMA_GCC9(GCC diagnostic pop)
map->cpsd = NULL;
map->list = NULL;
diff --git a/src/map/messages_main.h b/src/map/messages_main.h
index 1ef24d6ab..69fc34ee9 100644
--- a/src/map/messages_main.h
+++ b/src/map/messages_main.h
@@ -24,7 +24,7 @@
/* This file is autogenerated, please do not commit manual changes
-Latest version: 20190918
+Latest version: 20191016
*/
enum clif_messages {
@@ -759,7 +759,7 @@ Congratulations! You are the MVP! Your reward item is
MSG_YOU_RECEIVE_MVP_ITEM = 0x8f,
/*20031028 to latest
!!
-!!
+!
*/
MSG_YOU_RECEIVE_MVP_ITEM2 = 0x90,
/*20031028 to latest
@@ -4013,7 +4013,6 @@ Mouse wheel skills for F7 and F8 are Disabled.[/q2 OFF]
MSG_EXPLAIN_QUICKSPELL2 = 0x302,
/*20040112 to latest
/q3 : /quickspell (/q1) + /quickspell2 (/q2)
-/q3: /quickspell (/q1) + /quickspell2 (/q2)
*/
MSG_EXPLAIN_QUICKSPELL3 = 0x303,
#endif
@@ -5264,7 +5263,7 @@ High Wizard
MSG_WIZARD_H = 0x3da,
/*20050613 to latest
White Smith
-WhiteSmith
+MasterSmith
*/
MSG_BLACKSMITH_H = 0x3db,
/*20050613 to latest
@@ -7082,7 +7081,6 @@ Quest List
#if PACKETVER >= 20070807
/*20070807 to latest
RO SHOP
-RO Shop
*/
MSG_RO_SHOP = 0x526,
#endif
@@ -10960,7 +10958,6 @@ ITEM
MSG_MACRO_SKILL = 0x775,
/*20110228 to 20110228
Next attack time :
-Next attack time:
20110308 to latest
TACTIC
20130807 to 20130814
@@ -10977,6 +10974,7 @@ TACTIC
MSG_MACRO_ETC = 0x777,
/*20110228 to 20110228
When invited to a party
+When invited to the party
20110308 to latest
COMBAT
20130807 to 20130814
@@ -11021,7 +11019,6 @@ ATTACK
MSG_MACRO_ATTACK = 0x77d,
/*20110308 to latest
Next attack time :
-Next attack time:
20130807 to 20130814
ATTACK
*/
@@ -11030,11 +11027,11 @@ ATTACK
When died
20130807 to 20130814
Next attack time :
-Next attack time:
*/
MSG_MACRO_WHEN_DIED = 0x77f,
/*20110308 to latest
When invited to a party
+When invited to the party
20130807 to 20130814
When died
*/
@@ -11043,6 +11040,7 @@ When died
Pickup Item
20130807 to 20130814
When invited to a party
+When invited to the party
*/
MSG_MACRO_PICKUP_ITEM = 0x781,
/*20110308 to latest
@@ -11072,7 +11070,6 @@ Any work in progress (NPC dialog, manufacturing ...) quit and try again.
ExMacro_SaveData%d
20110412 to latest
SaveData_ExMacro%d
-SaveData_ExMacro %d
20130807 to 20130814
몬스터 사냥을 통해 얻을 수 있는 Job경험치가 %d분간 %.2f배로 증가합니다.
Monster Job hunting experience that you can get through the doubling of %d is %.2f minutes.
@@ -11083,7 +11080,6 @@ Monster Job hunting experience that you can get through the doubling of %d is %.
Settings for [%s] are stored in.
20130807 to 20130814
SaveData_ExMacro%d
-SaveData_ExMacro %d
*/
MSG_MACRO_SAVE_DATA2 = 0x786,
#endif
@@ -11351,57 +11347,44 @@ Current location of the shop and chat room creation is disabled.
MSG_REPLAY_ELAPSEDTIME = 0x7a3,
/*20110816 to latest
Speed : X 1/4
-Speed: X 1/4
20130807 to 20130814
Elapsed time: %d:%d:%d / %d:%d:%d
*/
MSG_REPLAY_SPEED1_4 = 0x7a4,
/*20110816 to latest
Speed : X 1/2
-Speed: X 1/2
20130807 to 20130814
Speed : X 1/4
-Speed: X 1/4
*/
MSG_REPLAY_SPEED1_2 = 0x7a5,
/*20110816 to latest
Speed : X 1
-Speed: X 1
20130807 to 20130814
Speed : X 1/2
-Speed: X 1/2
*/
MSG_REPLAY_SPEED1 = 0x7a6,
/*20110816 to latest
Speed : X 2
-Speed: X 2
20130807 to 20130814
Speed : X 1
-Speed: X 1
*/
MSG_REPLAY_SPEED2 = 0x7a7,
/*20110816 to latest
Speed : X 4
-Speed: X 4
20130807 to 20130814
Speed : X 2
-Speed: X 2
*/
MSG_REPLAY_SPEED4 = 0x7a8,
/*20110816 to latest
Speed : X 8
-Speed: X 8
20130807 to 20130814
Speed : X 4
-Speed: X 4
*/
MSG_REPLAY_SPEED8 = 0x7a9,
/*20110816 to latest
Speed : X 16
-Speed: X 16
20130807 to 20130814
Speed : X 8
-Speed: X 8
*/
MSG_REPLAY_SPEED16 = 0x7aa,
/*20110816 to latest
@@ -11409,12 +11392,10 @@ Speed : 알수없음
Speed: Unknown
20130807 to 20130814
Speed : X 16
-Speed: X 16
*/
MSG_REPLAY_SPEEDUNKNOWN = 0x7ab,
/*20110816 to latest
Service Info : %s
-Service Info: %s
20130807 to 20130814
Speed : 알수없음
Speed: Unknown
@@ -11422,25 +11403,20 @@ Speed: Unknown
MSG_REPLAY_CHRVICEINFO = 0x7ac,
/*20110816 to latest
Character Name : %s
-Character Name: %s
20130807 to 20130814
Service Info : %s
-Service Info: %s
*/
MSG_REPLAY_CHARACTERNAME = 0x7ad,
/*20110816 to latest
Map Name : %s
-Map Name: %s
20130807 to 20130814
Character Name : %s
-Character Name: %s
*/
MSG_REPLAY_MAPNAME = 0x7ae,
/*20110816 to latest
Record Time: %d-%01d-%01d %d: %02d: %02d
20130807 to 20130814
Map Name : %s
-Map Name: %s
*/
MSG_REPLAY_RECORDTIME = 0x7af,
/*20110816 to latest
@@ -11523,20 +11499,24 @@ Stop
MSG_REPLAY_START2 = 0x7bb,
/*20110816 to latest
Open Option
+Open Options
20130807 to 20130814
Input FileName -> Start
*/
MSG_REPLAY_OPENOPTION = 0x7bc,
/*20110816 to latest
Close Option
+Close Options
20130807 to 20130814
Open Option
+Open Options
*/
MSG_REPLAY_CLOSEOPION = 0x7bd,
/*20110816 to latest
End
20130807 to 20130814
Close Option
+Close Options
*/
MSG_REPLAY_END = 0x7be,
/*20110816 to latest
@@ -11601,6 +11581,7 @@ The same file exists already.
MSG_REPLAY_RECORDSTART = 0x7c6,
/*20110816 to latest
is Saved.
+Recording saved
20130807 to 20130814
Record Start
*/
@@ -11609,17 +11590,16 @@ Record Start
#if PACKETVER >= 20110823
/*20110823 to latest
Weight : %3d / %3d
-Weight: %3d / %3d
20130807 to 20130814
is Saved.
+Recording saved
*/
MSG_WEIGHT = 0x7c8,
/*20110823 to latest
Total : %s C
-Total: %s C
+Total: %s EUR
20130807 to 20130814
Weight : %3d / %3d
-Weight: %3d / %3d
*/
MSG_TOTAL = 0x7c9,
/*20110823 to latest
@@ -11627,7 +11607,7 @@ Weight: %3d / %3d
[Shuriken] must be equipped.
20130807 to 20130814
Total : %s C
-Total: %s C
+Total: %s EUR
*/
MSG_FAIL_NEED_EQUIPPED_SYURIKEN = 0x7ca,
#endif
@@ -11647,7 +11627,6 @@ Base Lv. %d
MSG__BASIC_MSG_JOB = 0x7cc,
/*20110831 to latest
Zeny : %s
-Zeny: %s
20130807 to 20130814
Job Lv. %d
*/
@@ -11656,7 +11635,6 @@ Job Lv. %d
Trilinear
20130807 to 20130814
Zeny : %s
-Zeny: %s
*/
MSG_GRAPHIC_MSG_TRILINEAR = 0x7ce,
/*20110831 to latest
@@ -11679,6 +11657,7 @@ skill
MSG_GRAPHIC_MSG_ITEM = 0x7d1,
/*20110831 to latest
NoCtrl
+Ctrl
20130807 to 20130814
item
*/
@@ -11688,10 +11667,12 @@ item
More
20130807 to 20130814
NoCtrl
+Ctrl
*/
MSG_GRAPHIC_MSG_BATTLE = 0x7d3,
/*20110831 to latest
(Character/Total Slot)
+(Characters/Total slots)
20130807 to 20130814
전장
More
@@ -11702,6 +11683,7 @@ Premium Service
VIP Service
20130807 to 20130814
(Character/Total Slot)
+(Characters/Total slots)
*/
MSG_CHARACTER_MSG_PREMIUMSERVICE = 0x7d5,
/*20110831 to latest
@@ -13040,6 +13022,7 @@ Move
Combining items will be only one kind at a time.
20120320 to latest
Make Character
+Create Character
20130807 to 20130814
이름변경
Rename
@@ -13052,6 +13035,7 @@ You cannot have more than 30,000 stacked items.
http://ro.game.gnjoy.com/
20130807 to 20130814
Make Character
+Create Character
*/
MSG_UAE_URL = 0x877,
#endif
@@ -13371,7 +13355,6 @@ Change to Default UI
MSG_NAVIGATION_HELP = 0x89d,
/*20120417 to latest
ALL
-All
20130807 to 20130814
도움말
Help
@@ -13381,7 +13364,6 @@ Help
Map
20130807 to 20130814
ALL
-All
*/
MSG_NAVIGATION_MAP = 0x89f,
/*20120417 to latest
@@ -15516,7 +15498,7 @@ You entered more than 1 Billion Zeny, the price will be set to 1 Billion Zeny.
ErrorCode : %d, ErrorValue : %d
20130612 to latest
ErrorCategory : %d, ErrorCode : %d (%d,%d,%d,%d)
-ErrorCategory: %d, ErrorCode: %d (%d,%d,%d,%d)
+ErrorCode : %d, ErrorValue : %d
20130807 to 20130814
AuthTicket is Not Vaild
AuthTicket is Not Valid
@@ -15531,7 +15513,7 @@ AuthTicket is Not Valid
%d%% ( Basic 100%% + Premium %d%% + Internet cafe %d%% + %s Server %d%% )
20130807 to 20130814
ErrorCategory : %d, ErrorCode : %d (%d,%d,%d,%d)
-ErrorCategory: %d, ErrorCode: %d (%d,%d,%d,%d)
+ErrorCode : %d, ErrorValue : %d
*/
MSG_BASIC_EXP_MSG_INDONESIA = 0x9a6,
/*20130618 to 20130925
@@ -15564,7 +15546,6 @@ The price of^0000FF %s^000000
MSG_WARNING_PRICE1 = 0x9a9,
/*20130626 to latest
100000000
-1000000000
20130807 to 20130814
%s 의 가격이
The price of^0000FF %s^000000
@@ -15575,7 +15556,6 @@ The price of^0000FF %s^000000
is over ^FF0000%d^0000FF Billion^000000 Zeny and
20130807 to 20130814
100000000
-1000000000
*/
MSG_WARNING_PRICE3 = 0x9ab,
/*20130626 to latest
@@ -16352,7 +16332,7 @@ You can not open the mail.
MSG_FAILED_TO_WRITE_MAIL = 0xa2c,
/*20140416 to latest
You are currently joined in CLan !!
-You are currently joined in Clan !!
+You currently belong to a clan.
*/
MSG_JOINED_IN_CLAN = 0xa2d,
/*20140416 to latest
@@ -16423,17 +16403,14 @@ The recipient's name does not exist.
#if PACKETVER >= 20140430
/*20140430 to latest
E X P : %.1f%% ( basic %.1f%% premium %.1f%% + %s %.1f%%)
-EXP : %.1f%% (Basic %.1f%% Premium %.1f%% + %s %.1f%%)
*/
MSG_TAIWAN_PERSONALINFO_EXPMSG = 0xa38,
/*20140430 to latest
DROP : %.1f%% ( basic %.1f%% premium %.1f%% + %s %.1f%%)
-DROP : %.1f%% (Basic %.1f%% Premium %.1f%% + %s %.1f%%)
*/
MSG_TAIWAN_PERSONALINFO_DROPMSG = 0xa39,
/*20140430 to latest
DEATH : %.1f%% ( basic %.1f%% premium %.1f%% + %s %.1f%%)
-DEATH: %.1f%% (Basic %.1f%% Premium %.1f%% + %s %.1f%%)
*/
MSG_TAIWAN_PERSONALINFO_DEATHMSG = 0xa3a,
#endif
@@ -16684,7 +16661,6 @@ Adventure
%s GD
20141001 to latest
%s
-%s
*/
MSG_CASH_GEDARE_MONEY = 0xa5f,
/*20140723 to 20140723
@@ -16925,17 +16901,14 @@ Please empty at least 5 amount of possession in item window.
MSG_NOT_ENOUGH_SPACE_IN_ITEM_BODY = 0xa85,
/*20140917 to latest
E X P : %.1f%% ( basic 100.0%% pccafe %.1f%% + %s %.1f%%)
-EXP : %.1f%% ( basic 100.0%% pccafe %.1f%% + %s %.1f%% )
*/
MSG_JPN_PERSONALINFO_EXPMSG = 0xa86,
/*20140917 to latest
DROP : %.1f%% ( basic 100.0%% pccafe %.1f%% + %s %.1f%%)
-DROP : %.1f%% ( basic 100.0%% pccafe %.1f%% + %s %.1f%% )
*/
MSG_JPN_PERSONALINFO_DROPMSG = 0xa87,
/*20140917 to latest
DEATH : %.1f%% ( basic 100.0%% pccafe %.1f%% + %s %.1f%%)
-DEATH : %.1f%% ( basic 100.0%% pccafe %.1f%% + %s %.1f%% )
*/
MSG_JPN_PERSONALINFO_DEATHMSG = 0xa88,
/*20140917 to latest
@@ -17381,12 +17354,10 @@ Withdraw
MSG_ID_AD7 = 0xad7,
/*20150304 to latest
1 z UP
-1z UP
*/
MSG_ID_AD8 = 0xad8,
/*20150304 to latest
1 z Down
-1z Down
*/
MSG_ID_AD9 = 0xad9,
/*20150304 to latest
@@ -17561,17 +17532,14 @@ Send Mail
#if PACKETVER >= 20150729
/*20150729 to latest
E X P : %.1f%% ( basic 100.0%% VIP Bonus %.1f%% + %s %.1f%%)
-E X P: %.1f%% (Basic 100.0%% VIP Bonus %.1f%% + %s %.1f%%)
*/
MSG_ID_AF9 = 0xaf9,
/*20150729 to latest
DROP : %.1f%% ( basic 100.0%% VIP Bonus %.1f%% + %s %.1f%%)
-DROP : %.1f%% (Basic 100.0%% VIP Bonus %.1f%% + %s %.1f%%)
*/
MSG_ID_AFA = 0xafa,
/*20150729 to latest
DEATH : %.1f%% ( basic 100.0%% VIP Bonus %.1f%% + %s %.1f%%)
-DEATH: %.1f%% (Basic 100.0%% VIP Bonus %.1f%% + %s %.1f%%)
*/
MSG_ID_AFB = 0xafb,
#endif
@@ -17581,6 +17549,7 @@ DEATH: %.1f%% (Basic 100.0%% VIP Bonus %.1f%% + %s %.1f%%)
Name with this tag cannot be used.
20181002 to latest
해당 내용은 이름으로 사용하실 수 없습니다.
+You cannot use the tag as a name.
*/
MSG_ID_AFC = 0xafc,
#endif
@@ -17803,7 +17772,6 @@ SNS통신
TWITTER
20160824 to latest
Twitter
-TWITTER
*/
MSG_ID_B1D = 0xb1d,
/*20160224 to latest
@@ -18167,7 +18135,6 @@ The [%s] is not present, the default AI will be used instead.
%.1f%% ( Premium %.1f%% + %s %.1f%%)
20160706 to latest
%.1f%% ( Basic 100.0%% + Premium %.1f%% + %s %.1f%%)
-%.1f%% ( Basic 100.0%% + Premium %.1f%% + %s %.1f%%)
*/
MSG_ID_B62 = 0xb62,
#endif
@@ -18784,10 +18751,12 @@ Weight limit has reached toover 70%. Or less then 10 invenrory space.
MSG_ID_BCE = 0xbce,
/*20161123 to latest
C
+EUR
*/
MSG_ID_BCF = 0xbcf,
/*20161123 to latest
C
+EUR
*/
MSG_ID_BD0 = 0xbd0,
/*20161123 to latest
@@ -19041,10 +19010,12 @@ SP
MSG_ID_BFD = 0xbfd,
/*20161228 to latest
Lv
+Lv.
*/
MSG_ID_BFE = 0xbfe,
/*20161228 to latest
Lv
+Lv.
*/
MSG_ID_BFF = 0xbff,
/*20161228 to latest
@@ -19057,6 +19028,7 @@ Exp
MSG_ID_C01 = 0xc01,
/*20161228 to latest
Play Replay Flie
+Start replay
*/
MSG_ID_C02 = 0xc02,
/*20161228 to latest
@@ -19073,14 +19045,17 @@ Basicinfo
MSG_ID_C05 = 0xc05,
/*20161228 to latest
Equip
+Equipment
*/
MSG_ID_C06 = 0xc06,
/*20161228 to latest
Item
+Items
*/
MSG_ID_C07 = 0xc07,
/*20161228 to latest
Skill
+Skills
*/
MSG_ID_C08 = 0xc08,
/*20161228 to latest
@@ -19093,10 +19068,12 @@ Party
MSG_ID_C0A = 0xc0a,
/*20161228 to latest
Chatting
+Chat
*/
MSG_ID_C0B = 0xc0b,
/*20161228 to latest
Shortcut
+Hotkeys
*/
MSG_ID_C0C = 0xc0c,
/*20161228 to latest
@@ -19105,15 +19082,16 @@ Status
MSG_ID_C0D = 0xc0d,
/*20161228 to latest
ALL
-All
*/
MSG_ID_C0E = 0xc0e,
/*20161228 to latest
User Defined File Name
+Custom file name
*/
MSG_ID_C0F = 0xc0f,
/*20161228 to latest
Repeated File Check
+Check file
*/
MSG_ID_C10 = 0xc10,
/*20161228 to latest
@@ -19122,10 +19100,12 @@ on
MSG_ID_C11 = 0xc11,
/*20161228 to latest
<Basic Skin>
+<Basic>
*/
MSG_ID_C12 = 0xc12,
/*20161228 to latest
Select Skin
+Choose skin
*/
MSG_ID_C13 = 0xc13,
#endif
@@ -19675,6 +19655,7 @@ Loading the mailbox.
MSG_ID_C76 = 0xc76,
/*20170315 to latest
NOW LOADING..
+Loading...
*/
MSG_ID_C77 = 0xc77,
/*20170315 to latest
@@ -19939,6 +19920,7 @@ BOX
#if PACKETVER >= 20170628
/*20170628 to latest
다시하기
+File abusing detected. Please restart the client with clean files.
*/
MSG_ID_CA9 = 0xca9,
/*20170628 to 20170809
@@ -20097,6 +20079,7 @@ map
MSG_ID_CCC = 0xccc,
/*20170809 to latest
변조된 파일이 발견되었습니다. 게임을 다시 실행시켜주세요.
+File abusing detected. Please restart the client with clean files.
*/
MSG_ID_CCD = 0xccd,
#endif
@@ -20391,6 +20374,7 @@ TokenAgency 서버 연결 실패
MSG_ID_D0D = 0xd0d,
/*20171025 to latest
삭제
+Delete
*/
MSG_ID_D0E = 0xd0e,
/*20171025 to latest
@@ -20581,6 +20565,7 @@ NPC가 있는 맵의 랜덤 좌표로 이동 됩니다.
MSG_ID_D3B = 0xd3b,
/*20171108 to latest
태권
+Taekwon
*/
MSG_ID_D3C = 0xd3c,
#endif
@@ -20623,10 +20608,12 @@ NPC가 있는 맵의 랜덤 좌표로 이동 됩니다.
MSG_ID_D42 = 0xd42,
/*20171115 to latest
차단 리스트가 없습니다
+Ignore-list is empty
*/
MSG_ID_D43 = 0xd43,
/*20171115 to latest
-차단 리스트-
+Characters in ignore-list:
*/
MSG_ID_D44 = 0xd44,
/*20171115 to latest
@@ -20993,6 +20980,7 @@ This is not the current attendance check event
MSG_ID_D93 = 0xd93,
/*20180207 to latest
개인 상납 경험치가 max에 도달하여, 더 이상 길드 경험치를 누적할 수 없습니다.
+
*/
MSG_ID_D94 = 0xd94,
#endif
@@ -21045,6 +21033,7 @@ Enter 4 english words and 2 chinese words
MSG_ID_D9D = 0xd9d,
/*20180404 to latest
50% 이상의 값을 입력할 수 없습니다.
+The guild tax rate can't be set to more than 50%.
*/
MSG_ID_D9E = 0xd9e,
/*20180404 to latest
@@ -21267,20 +21256,24 @@ Emblem 테두리를 그려주지 않습니다
#if PACKETVER >= 20180718
/*20180718 to latest
E X P : %.1f%% ( basic 100.0%% %s %.1f%%)
+EXP: %.1f%% (basic: 100.0%%, %s: %.1f%%)
*/
MSG_ID_DCF = 0xdcf,
/*20180718 to latest
DROP : %.1f%% ( basic 100.0%% %s %.1f%%)
+DROP: %.1f%% (basic: 100.0%%, %s: %.1f%%)
*/
MSG_ID_DD0 = 0xdd0,
/*20180718 to latest
DEATH : %.1f%% ( basic 100.0%% %s %.1f%%)
+DEATH: %.1f%% (basic: 100.0%%, %s: %.1f%%)
*/
MSG_ID_DD1 = 0xdd1,
#endif
#if PACKETVER >= 20180829
/*20180829 to latest
영문이나 러시아어 단독으로만 사용이 가능합니다.
+Forbidden symbols in character name.
*/
MSG_ID_DD2 = 0xdd2,
/*20180829 to latest
@@ -21289,28 +21282,34 @@ you must have an AccessTicket to login
MSG_ID_DD3 = 0xdd3,
/*20180829 to latest
창고를 불러오는 중입니다.
+Loading....
*/
MSG_ID_DD4 = 0xdd4,
/*20180829 to latest
NOW LOADING..
+Loading...
*/
MSG_ID_DD5 = 0xdd5,
#endif
#if PACKETVER >= 20181002
/*20181002 to latest
삭제
+Delete
*/
MSG_ID_DD6 = 0xdd6,
/*20181002 to latest
답장
+Reply
*/
MSG_ID_DD7 = 0xdd7,
/*20181002 to latest
전송
+Send
*/
MSG_ID_DD8 = 0xdd8,
/*20181002 to latest
이름확인
+Name Check
*/
MSG_ID_DD9 = 0xdd9,
/*20181002 to latest
@@ -21453,6 +21452,7 @@ PvP
#if PACKETVER >= 20190109
/*20190109 to latest
Capture Monster
+Taming monster
*/
MSG_ID_DF5 = 0xdf5,
/*20190109 to latest
@@ -21461,6 +21461,7 @@ message
MSG_ID_DF6 = 0xdf6,
/*20190109 to latest
TITLE
+Header
*/
MSG_ID_DF7 = 0xdf7,
/*20190109 to latest
@@ -21798,6 +21799,7 @@ AP가 부족합니다.
MSG_ID_E3E = 0xe3e,
/*20190731 to latest
+?
*/
MSG_ID_E3F = 0xe3f,
/*20190731 to latest
@@ -21812,6 +21814,7 @@ Total : %s Zeny
#if PACKETVER >= 20190821
/*20190821 to latest
계정한정판매 등록창
+Limited Account Registration Window
*/
MSG_ID_E42 = 0xe42,
/*20190821 to latest
@@ -21836,26 +21839,34 @@ Sale Start Time
MSG_ID_E46 = 0xe46,
/*20190821 to latest
판매 종료시간
+Sale end time
*/
MSG_ID_E47 = 0xe47,
/*20190821 to latest
계정 한정
+Account only
*/
MSG_ID_E48 = 0xe48,
/*20190821 to latest
판매기간 : %d월 %d일 %d시 %d분
+Sale period:% d month% d day% d hours% d
*/
MSG_ID_E49 = 0xe49,
-/*20190821 to latest
+/*20190821 to 20191002
구입가능 %d개
+% D available
+20191016 to latest
+계정당 구매가능
*/
MSG_ID_E4A = 0xe4a,
/*20190821 to latest
%d개 한정
+limited to% d
*/
MSG_ID_E4B = 0xe4b,
/*20190821 to latest
>> ItemName : %s / 수량 : %d / 판매기간 : %d월:%d일:%d시:%d분 ~ %d월:%d일:%d시:%d분
+>> ItemName:% s / Quantity:% d / Sales Period:% d Month:% d Day:% d Hour:% d Minute ~% d Month:% d Day:% d Hour:% d Minute
*/
MSG_ID_E4C = 0xe4c,
/*20190821 to latest
@@ -21864,30 +21875,36 @@ Sold Out
MSG_ID_E4D = 0xe4d,
/*20190821 to latest
[%s]은(는) 현재 소환할 수 없는 지역에 있습니다.
+% s] is currently in a region that cannot be summoned.
*/
MSG_ID_E4E = 0xe4e,
/*20190821 to latest
~ %d월 %d일 %d시 %d분
+% d min% d days% d days
*/
MSG_ID_E4F = 0xe4f,
/*20190821 to latest
상품을 더이상 추가할 수 없습니다
+Can't add any more items
*/
MSG_ID_E50 = 0xe50,
#endif
#if PACKETVER >= 20190828
/*20190828 to latest
장착 중인 아이템은 교환할 수 없습니다. 장착을 해제한 뒤 시도해 주시길 바랍니다.
+The item being mounted cannot be exchanged. Please unmount it and try again.
*/
MSG_ID_E51 = 0xe51,
#endif
#if PACKETVER >= 20190904
/*20190904 to latest
길드 창고 이용 중엔 캐릭터 선택창으로 이동 할 수 없습니다.
+You can not move to the character selection window while using the Guild Warehouse.
*/
MSG_ID_E52 = 0xe52,
/*20190904 to latest
아이템 태그가 포함되어 있어 사용할 수 없습니다.
+Item tag is included and cannot be used.
*/
MSG_ID_E53 = 0xe53,
/*20190904 to latest
@@ -21942,14 +21959,18 @@ Balance: %s %c
MSG_ID_E5F = 0xe5f,
/*20190918 to latest
^ff0000본 아이템을 구매 후 7일 이내에는 청약 철회가 가능합니다. 다만, 7일이 지났거나 아이템을 개봉하시면 청약 철회 대상에서 제외 됩니다.또한 구매시 사용된 무료캐시는 청약철회시 반환되지 않습니다.^000000 정말로 아이템을 구매하시겠습니까? 구매하실 경우 %s캐시가 차감됩니다.
+Do you really want to purchase this item? %s Money will be deducted from your total balance.
*/
MSG_ID_E60 = 0xe60,
/*20190918 to latest
^ff0000본 아이템을 구매 후 7일 이내에는 청약 철회가 가능합니다. 다만, 7일이 지났거나 아이템을 개봉하시면 청약 철회 대상에서 제외 됩니다.또한 구매시 사용된 무료캐시는 청약철회시 반환되지 않습니다.^000000 정말로 아이템을 구매하시겠습니까? 구매하실 경우 일반 %s캐시, 무료 %s캐시가 차감됩니다.
+Do you really want to purchase this item? %s Money and %s Free Points will be deducted from your total balance.
*/
MSG_ID_E61 = 0xe61,
-/*20190918 to latest
+/*20190918 to 20190918
[%s]의 호출이 거부되었습니다.
+20190925 to latest
+호출이 거부되었습니다.
*/
MSG_ID_E62 = 0xe62,
/*20190918 to latest
@@ -21961,6 +21982,34 @@ Balance: %s %c
*/
MSG_ID_E64 = 0xe64,
#endif
+#if PACKETVER >= 20191002
+/*20191002 to latest
+판매 노점 아이템 리스트가 저장되었습니다.
+*/
+ MSG_ID_E65 = 0xe65,
+/*20191002 to latest
+구매 노점 아이템 리스트가 저장되었습니다.
+*/
+ MSG_ID_E66 = 0xe66,
+/*20191002 to latest
+VTC 인증에 실패하였습니다.
+*/
+ MSG_ID_E67 = 0xe67,
+#endif
+#if PACKETVER >= 20191016
+/*20191016 to latest
+물물교환 중에는 장비를 착용할 수 없습니다.
+*/
+ MSG_ID_E68 = 0xe68,
+/*20191016 to latest
+교환하려는 품목
+*/
+ MSG_ID_E69 = 0xe69,
+/*20191016 to latest
+ 1차, 2차, 3차 직업 스킬 %d개를 더 올려 주십시오.
+*/
+ MSG_ID_E6A = 0xe6a,
+#endif
};
#endif /* MAP_MESSAGES_MAIN_H */
diff --git a/src/map/messages_re.h b/src/map/messages_re.h
index 4ae3dee1d..84ccecc5e 100644
--- a/src/map/messages_re.h
+++ b/src/map/messages_re.h
@@ -24,7 +24,7 @@
/* This file is autogenerated, please do not commit manual changes
-Latest version: 20190918
+Latest version: 20191016
*/
enum clif_messages {
@@ -752,7 +752,7 @@ Congratulations! You are the MVP! Your reward item is
MSG_YOU_RECEIVE_MVP_ITEM = 0x8f,
/*20080827 to latest
!!
-!!
+!
*/
MSG_YOU_RECEIVE_MVP_ITEM2 = 0x90,
/*20080827 to latest
@@ -3914,7 +3914,6 @@ Mouse wheel skills for F7 and F8 are Disabled.[/q2 OFF]
MSG_EXPLAIN_QUICKSPELL2 = 0x302,
/*20080827 to latest
/q3 : /quickspell (/q1) + /quickspell2 (/q2)
-/q3: /quickspell (/q1) + /quickspell2 (/q2)
*/
MSG_EXPLAIN_QUICKSPELL3 = 0x303,
/*20080827 to latest
@@ -4967,7 +4966,7 @@ High Wizard
MSG_WIZARD_H = 0x3da,
/*20080827 to latest
White Smith
-WhiteSmith
+MasterSmith
*/
MSG_BLACKSMITH_H = 0x3db,
/*20080827 to latest
@@ -6623,7 +6622,6 @@ Quest List
MSG_QUESTWIN = 0x525,
/*20080827 to latest
RO SHOP
-RO Shop
*/
MSG_RO_SHOP = 0x526,
/*20080827 to latest
@@ -10434,7 +10432,6 @@ ITEM
MSG_MACRO_SKILL = 0x775,
/*20110228 to 20110228
Next attack time :
-Next attack time:
20110308 to latest
TACTIC
20130807 to 20130814
@@ -10451,6 +10448,7 @@ TACTIC
MSG_MACRO_ETC = 0x777,
/*20110228 to 20110228
When invited to a party
+When invited to the party
20110308 to latest
COMBAT
20130807 to 20130814
@@ -10495,7 +10493,6 @@ ATTACK
MSG_MACRO_ATTACK = 0x77d,
/*20110308 to latest
Next attack time :
-Next attack time:
20130807 to 20130814
ATTACK
*/
@@ -10504,11 +10501,11 @@ ATTACK
When died
20130807 to 20130814
Next attack time :
-Next attack time:
*/
MSG_MACRO_WHEN_DIED = 0x77f,
/*20110308 to latest
When invited to a party
+When invited to the party
20130807 to 20130814
When died
*/
@@ -10517,6 +10514,7 @@ When died
Pickup Item
20130807 to 20130814
When invited to a party
+When invited to the party
*/
MSG_MACRO_PICKUP_ITEM = 0x781,
/*20110308 to latest
@@ -10546,7 +10544,6 @@ Any work in progress (NPC dialog, manufacturing ...) quit and try again.
ExMacro_SaveData%d
20110412 to latest
SaveData_ExMacro%d
-SaveData_ExMacro %d
20130807 to 20130814
몬스터 사냥을 통해 얻을 수 있는 Job경험치가 %d분간 %.2f배로 증가합니다.
Monster Job hunting experience that you can get through the doubling of %d is %.2f minutes.
@@ -10557,7 +10554,6 @@ Monster Job hunting experience that you can get through the doubling of %d is %.
Settings for [%s] are stored in.
20130807 to 20130814
SaveData_ExMacro%d
-SaveData_ExMacro %d
*/
MSG_MACRO_SAVE_DATA2 = 0x786,
#endif
@@ -10825,57 +10821,44 @@ Current location of the shop and chat room creation is disabled.
MSG_REPLAY_ELAPSEDTIME = 0x7a3,
/*20110816 to latest
Speed : X 1/4
-Speed: X 1/4
20130807 to 20130814
Elapsed time: %d:%d:%d / %d:%d:%d
*/
MSG_REPLAY_SPEED1_4 = 0x7a4,
/*20110816 to latest
Speed : X 1/2
-Speed: X 1/2
20130807 to 20130814
Speed : X 1/4
-Speed: X 1/4
*/
MSG_REPLAY_SPEED1_2 = 0x7a5,
/*20110816 to latest
Speed : X 1
-Speed: X 1
20130807 to 20130814
Speed : X 1/2
-Speed: X 1/2
*/
MSG_REPLAY_SPEED1 = 0x7a6,
/*20110816 to latest
Speed : X 2
-Speed: X 2
20130807 to 20130814
Speed : X 1
-Speed: X 1
*/
MSG_REPLAY_SPEED2 = 0x7a7,
/*20110816 to latest
Speed : X 4
-Speed: X 4
20130807 to 20130814
Speed : X 2
-Speed: X 2
*/
MSG_REPLAY_SPEED4 = 0x7a8,
/*20110816 to latest
Speed : X 8
-Speed: X 8
20130807 to 20130814
Speed : X 4
-Speed: X 4
*/
MSG_REPLAY_SPEED8 = 0x7a9,
/*20110816 to latest
Speed : X 16
-Speed: X 16
20130807 to 20130814
Speed : X 8
-Speed: X 8
*/
MSG_REPLAY_SPEED16 = 0x7aa,
/*20110816 to latest
@@ -10883,12 +10866,10 @@ Speed : 알수없음
Speed: Unknown
20130807 to 20130814
Speed : X 16
-Speed: X 16
*/
MSG_REPLAY_SPEEDUNKNOWN = 0x7ab,
/*20110816 to latest
Service Info : %s
-Service Info: %s
20130807 to 20130814
Speed : 알수없음
Speed: Unknown
@@ -10896,25 +10877,20 @@ Speed: Unknown
MSG_REPLAY_CHRVICEINFO = 0x7ac,
/*20110816 to latest
Character Name : %s
-Character Name: %s
20130807 to 20130814
Service Info : %s
-Service Info: %s
*/
MSG_REPLAY_CHARACTERNAME = 0x7ad,
/*20110816 to latest
Map Name : %s
-Map Name: %s
20130807 to 20130814
Character Name : %s
-Character Name: %s
*/
MSG_REPLAY_MAPNAME = 0x7ae,
/*20110816 to latest
Record Time: %d-%01d-%01d %d: %02d: %02d
20130807 to 20130814
Map Name : %s
-Map Name: %s
*/
MSG_REPLAY_RECORDTIME = 0x7af,
/*20110816 to latest
@@ -10997,20 +10973,24 @@ Stop
MSG_REPLAY_START2 = 0x7bb,
/*20110816 to latest
Open Option
+Open Options
20130807 to 20130814
Input FileName -> Start
*/
MSG_REPLAY_OPENOPTION = 0x7bc,
/*20110816 to latest
Close Option
+Close Options
20130807 to 20130814
Open Option
+Open Options
*/
MSG_REPLAY_CLOSEOPION = 0x7bd,
/*20110816 to latest
End
20130807 to 20130814
Close Option
+Close Options
*/
MSG_REPLAY_END = 0x7be,
/*20110816 to latest
@@ -11075,6 +11055,7 @@ The same file exists already.
MSG_REPLAY_RECORDSTART = 0x7c6,
/*20110816 to latest
is Saved.
+Recording saved
20130807 to 20130814
Record Start
*/
@@ -11083,17 +11064,16 @@ Record Start
#if PACKETVER >= 20110823
/*20110823 to latest
Weight : %3d / %3d
-Weight: %3d / %3d
20130807 to 20130814
is Saved.
+Recording saved
*/
MSG_WEIGHT = 0x7c8,
/*20110823 to latest
Total : %s C
-Total: %s C
+Total: %s EUR
20130807 to 20130814
Weight : %3d / %3d
-Weight: %3d / %3d
*/
MSG_TOTAL = 0x7c9,
/*20110823 to latest
@@ -11101,7 +11081,7 @@ Weight: %3d / %3d
[Shuriken] must be equipped.
20130807 to 20130814
Total : %s C
-Total: %s C
+Total: %s EUR
*/
MSG_FAIL_NEED_EQUIPPED_SYURIKEN = 0x7ca,
#endif
@@ -11121,7 +11101,6 @@ Base Lv. %d
MSG__BASIC_MSG_JOB = 0x7cc,
/*20110831 to latest
Zeny : %s
-Zeny: %s
20130807 to 20130814
Job Lv. %d
*/
@@ -11130,7 +11109,6 @@ Job Lv. %d
Trilinear
20130807 to 20130814
Zeny : %s
-Zeny: %s
*/
MSG_GRAPHIC_MSG_TRILINEAR = 0x7ce,
/*20110831 to latest
@@ -11153,6 +11131,7 @@ skill
MSG_GRAPHIC_MSG_ITEM = 0x7d1,
/*20110831 to latest
NoCtrl
+Ctrl
20130807 to 20130814
item
*/
@@ -11162,10 +11141,12 @@ item
More
20130807 to 20130814
NoCtrl
+Ctrl
*/
MSG_GRAPHIC_MSG_BATTLE = 0x7d3,
/*20110831 to latest
(Character/Total Slot)
+(Characters/Total slots)
20130807 to 20130814
전장
More
@@ -11176,6 +11157,7 @@ Premium Service
VIP Service
20130807 to 20130814
(Character/Total Slot)
+(Characters/Total slots)
*/
MSG_CHARACTER_MSG_PREMIUMSERVICE = 0x7d5,
/*20110831 to latest
@@ -12514,6 +12496,7 @@ Move
Combining items will be only one kind at a time.
20120320 to latest
Make Character
+Create Character
20130807 to 20130814
이름변경
Rename
@@ -12526,6 +12509,7 @@ You cannot have more than 30,000 stacked items.
http://ro.game.gnjoy.com/
20130807 to 20130814
Make Character
+Create Character
*/
MSG_UAE_URL = 0x877,
#endif
@@ -12847,7 +12831,6 @@ Change to Default UI
MSG_NAVIGATION_HELP = 0x89d,
/*20120417 to latest
ALL
-All
20130807 to 20130814
도움말
Help
@@ -12857,7 +12840,6 @@ Help
Map
20130807 to 20130814
ALL
-All
*/
MSG_NAVIGATION_MAP = 0x89f,
/*20120417 to latest
@@ -14992,7 +14974,7 @@ You entered more than 1 Billion Zeny, the price will be set to 1 Billion Zeny.
ErrorCode : %d, ErrorValue : %d
20130612 to latest
ErrorCategory : %d, ErrorCode : %d (%d,%d,%d,%d)
-ErrorCategory: %d, ErrorCode: %d (%d,%d,%d,%d)
+ErrorCode : %d, ErrorValue : %d
20130807 to 20130814
AuthTicket is Not Vaild
AuthTicket is Not Valid
@@ -15007,7 +14989,7 @@ AuthTicket is Not Valid
%d%% ( Basic 100%% + Premium %d%% + Internet cafe %d%% + %s Server %d%% )
20130807 to 20130814
ErrorCategory : %d, ErrorCode : %d (%d,%d,%d,%d)
-ErrorCategory: %d, ErrorCode: %d (%d,%d,%d,%d)
+ErrorCode : %d, ErrorValue : %d
*/
MSG_BASIC_EXP_MSG_INDONESIA = 0x9a6,
/*20130618 to 20130925
@@ -15040,7 +15022,6 @@ The price of^0000FF %s^000000
MSG_WARNING_PRICE1 = 0x9a9,
/*20130626 to latest
100000000
-1000000000
20130807 to 20130814
%s 의 가격이
The price of^0000FF %s^000000
@@ -15051,7 +15032,6 @@ The price of^0000FF %s^000000
is over ^FF0000%d^0000FF Billion^000000 Zeny and
20130807 to 20130814
100000000
-1000000000
*/
MSG_WARNING_PRICE3 = 0x9ab,
/*20130626 to latest
@@ -15828,7 +15808,7 @@ You can not open the mail.
MSG_FAILED_TO_WRITE_MAIL = 0xa2c,
/*20140416 to latest
You are currently joined in CLan !!
-You are currently joined in Clan !!
+You currently belong to a clan.
*/
MSG_JOINED_IN_CLAN = 0xa2d,
/*20140416 to latest
@@ -15899,17 +15879,14 @@ The recipient's name does not exist.
#if PACKETVER >= 20140430
/*20140430 to latest
E X P : %.1f%% ( basic %.1f%% premium %.1f%% + %s %.1f%%)
-EXP : %.1f%% (Basic %.1f%% Premium %.1f%% + %s %.1f%%)
*/
MSG_TAIWAN_PERSONALINFO_EXPMSG = 0xa38,
/*20140430 to latest
DROP : %.1f%% ( basic %.1f%% premium %.1f%% + %s %.1f%%)
-DROP : %.1f%% (Basic %.1f%% Premium %.1f%% + %s %.1f%%)
*/
MSG_TAIWAN_PERSONALINFO_DROPMSG = 0xa39,
/*20140430 to latest
DEATH : %.1f%% ( basic %.1f%% premium %.1f%% + %s %.1f%%)
-DEATH: %.1f%% (Basic %.1f%% Premium %.1f%% + %s %.1f%%)
*/
MSG_TAIWAN_PERSONALINFO_DEATHMSG = 0xa3a,
#endif
@@ -16160,7 +16137,6 @@ Adventure
%s GD
20141001 to latest
%s
-%s
*/
MSG_CASH_GEDARE_MONEY = 0xa5f,
/*20140723 to 20140723
@@ -16401,17 +16377,14 @@ Please empty at least 5 amount of possession in item window.
MSG_NOT_ENOUGH_SPACE_IN_ITEM_BODY = 0xa85,
/*20140917 to latest
E X P : %.1f%% ( basic 100.0%% pccafe %.1f%% + %s %.1f%%)
-EXP : %.1f%% ( basic 100.0%% pccafe %.1f%% + %s %.1f%% )
*/
MSG_JPN_PERSONALINFO_EXPMSG = 0xa86,
/*20140917 to latest
DROP : %.1f%% ( basic 100.0%% pccafe %.1f%% + %s %.1f%%)
-DROP : %.1f%% ( basic 100.0%% pccafe %.1f%% + %s %.1f%% )
*/
MSG_JPN_PERSONALINFO_DROPMSG = 0xa87,
/*20140917 to latest
DEATH : %.1f%% ( basic 100.0%% pccafe %.1f%% + %s %.1f%%)
-DEATH : %.1f%% ( basic 100.0%% pccafe %.1f%% + %s %.1f%% )
*/
MSG_JPN_PERSONALINFO_DEATHMSG = 0xa88,
/*20140917 to latest
@@ -16857,12 +16830,10 @@ Withdraw
MSG_ID_AD7 = 0xad7,
/*20150304 to latest
1 z UP
-1z UP
*/
MSG_ID_AD8 = 0xad8,
/*20150304 to latest
1 z Down
-1z Down
*/
MSG_ID_AD9 = 0xad9,
/*20150304 to latest
@@ -17037,17 +17008,14 @@ Send Mail
#if PACKETVER >= 20150729
/*20150729 to latest
E X P : %.1f%% ( basic 100.0%% VIP Bonus %.1f%% + %s %.1f%%)
-E X P: %.1f%% (Basic 100.0%% VIP Bonus %.1f%% + %s %.1f%%)
*/
MSG_ID_AF9 = 0xaf9,
/*20150729 to latest
DROP : %.1f%% ( basic 100.0%% VIP Bonus %.1f%% + %s %.1f%%)
-DROP : %.1f%% (Basic 100.0%% VIP Bonus %.1f%% + %s %.1f%%)
*/
MSG_ID_AFA = 0xafa,
/*20150729 to latest
DEATH : %.1f%% ( basic 100.0%% VIP Bonus %.1f%% + %s %.1f%%)
-DEATH: %.1f%% (Basic 100.0%% VIP Bonus %.1f%% + %s %.1f%%)
*/
MSG_ID_AFB = 0xafb,
#endif
@@ -17057,6 +17025,7 @@ DEATH: %.1f%% (Basic 100.0%% VIP Bonus %.1f%% + %s %.1f%%)
Name with this tag cannot be used.
20181002 to latest
해당 내용은 이름으로 사용하실 수 없습니다.
+You cannot use the tag as a name.
*/
MSG_ID_AFC = 0xafc,
#endif
@@ -17279,7 +17248,6 @@ SNS통신
TWITTER
20160824 to latest
Twitter
-TWITTER
*/
MSG_ID_B1D = 0xb1d,
/*20160224 to latest
@@ -17643,7 +17611,6 @@ The [%s] is not present, the default AI will be used instead.
%.1f%% ( Premium %.1f%% + %s %.1f%%)
20160706 to latest
%.1f%% ( Basic 100.0%% + Premium %.1f%% + %s %.1f%%)
-%.1f%% ( Basic 100.0%% + Premium %.1f%% + %s %.1f%%)
*/
MSG_ID_B62 = 0xb62,
#endif
@@ -18265,10 +18232,12 @@ Weight limit has reached toover 70%. Or less then 10 invenrory space.
MSG_ID_BCE = 0xbce,
/*20161123 to latest
C
+EUR
*/
MSG_ID_BCF = 0xbcf,
/*20161123 to latest
C
+EUR
*/
MSG_ID_BD0 = 0xbd0,
/*20161123 to latest
@@ -18522,10 +18491,12 @@ SP
MSG_ID_BFD = 0xbfd,
/*20161228 to latest
Lv
+Lv.
*/
MSG_ID_BFE = 0xbfe,
/*20161228 to latest
Lv
+Lv.
*/
MSG_ID_BFF = 0xbff,
/*20161228 to latest
@@ -18538,6 +18509,7 @@ Exp
MSG_ID_C01 = 0xc01,
/*20161228 to latest
Play Replay Flie
+Start replay
*/
MSG_ID_C02 = 0xc02,
/*20161228 to latest
@@ -18554,14 +18526,17 @@ Basicinfo
MSG_ID_C05 = 0xc05,
/*20161228 to latest
Equip
+Equipment
*/
MSG_ID_C06 = 0xc06,
/*20161228 to latest
Item
+Items
*/
MSG_ID_C07 = 0xc07,
/*20161228 to latest
Skill
+Skills
*/
MSG_ID_C08 = 0xc08,
/*20161228 to latest
@@ -18574,10 +18549,12 @@ Party
MSG_ID_C0A = 0xc0a,
/*20161228 to latest
Chatting
+Chat
*/
MSG_ID_C0B = 0xc0b,
/*20161228 to latest
Shortcut
+Hotkeys
*/
MSG_ID_C0C = 0xc0c,
/*20161228 to latest
@@ -18586,15 +18563,16 @@ Status
MSG_ID_C0D = 0xc0d,
/*20161228 to latest
ALL
-All
*/
MSG_ID_C0E = 0xc0e,
/*20161228 to latest
User Defined File Name
+Custom file name
*/
MSG_ID_C0F = 0xc0f,
/*20161228 to latest
Repeated File Check
+Check file
*/
MSG_ID_C10 = 0xc10,
/*20161228 to latest
@@ -18603,10 +18581,12 @@ on
MSG_ID_C11 = 0xc11,
/*20161228 to latest
<Basic Skin>
+<Basic>
*/
MSG_ID_C12 = 0xc12,
/*20161228 to latest
Select Skin
+Choose skin
*/
MSG_ID_C13 = 0xc13,
#endif
@@ -19156,6 +19136,7 @@ Loading the mailbox.
MSG_ID_C76 = 0xc76,
/*20170315 to latest
NOW LOADING..
+Loading...
*/
MSG_ID_C77 = 0xc77,
/*20170315 to latest
@@ -19418,6 +19399,7 @@ BOX
#if PACKETVER >= 20170628
/*20170628 to latest
다시하기
+File abusing detected. Please restart the client with clean files.
*/
MSG_ID_CA9 = 0xca9,
/*20170628 to 20170809
@@ -19576,6 +19558,7 @@ map
MSG_ID_CCC = 0xccc,
/*20170809 to latest
변조된 파일이 발견되었습니다. 게임을 다시 실행시켜주세요.
+File abusing detected. Please restart the client with clean files.
*/
MSG_ID_CCD = 0xccd,
#endif
@@ -19870,6 +19853,7 @@ TokenAgency 서버 연결 실패
MSG_ID_D0D = 0xd0d,
/*20171025 to latest
삭제
+Delete
*/
MSG_ID_D0E = 0xd0e,
/*20171025 to latest
@@ -20060,6 +20044,7 @@ NPC가 있는 맵의 랜덤 좌표로 이동 됩니다.
MSG_ID_D3B = 0xd3b,
/*20171108 to latest
태권
+Taekwon
*/
MSG_ID_D3C = 0xd3c,
/*20171108 to 20171115
@@ -20102,10 +20087,12 @@ NPC가 있는 맵의 랜덤 좌표로 이동 됩니다.
MSG_ID_D42 = 0xd42,
/*20171115 to latest
차단 리스트가 없습니다
+Ignore-list is empty
*/
MSG_ID_D43 = 0xd43,
/*20171115 to latest
-차단 리스트-
+Characters in ignore-list:
*/
MSG_ID_D44 = 0xd44,
/*20171115 to latest
@@ -20472,6 +20459,7 @@ This is not the current attendance check event
MSG_ID_D93 = 0xd93,
/*20180207 to latest
개인 상납 경험치가 max에 도달하여, 더 이상 길드 경험치를 누적할 수 없습니다.
+
*/
MSG_ID_D94 = 0xd94,
#endif
@@ -20524,6 +20512,7 @@ Enter 4 english words and 2 chinese words
MSG_ID_D9D = 0xd9d,
/*20180404 to latest
50% 이상의 값을 입력할 수 없습니다.
+The guild tax rate can't be set to more than 50%.
*/
MSG_ID_D9E = 0xd9e,
/*20180404 to latest
@@ -20746,20 +20735,24 @@ Emblem 테두리를 그려주지 않습니다
#if PACKETVER >= 20180718
/*20180718 to latest
E X P : %.1f%% ( basic 100.0%% %s %.1f%%)
+EXP: %.1f%% (basic: 100.0%%, %s: %.1f%%)
*/
MSG_ID_DCF = 0xdcf,
/*20180718 to latest
DROP : %.1f%% ( basic 100.0%% %s %.1f%%)
+DROP: %.1f%% (basic: 100.0%%, %s: %.1f%%)
*/
MSG_ID_DD0 = 0xdd0,
/*20180718 to latest
DEATH : %.1f%% ( basic 100.0%% %s %.1f%%)
+DEATH: %.1f%% (basic: 100.0%%, %s: %.1f%%)
*/
MSG_ID_DD1 = 0xdd1,
#endif
#if PACKETVER >= 20180829
/*20180829 to latest
영문이나 러시아어 단독으로만 사용이 가능합니다.
+Forbidden symbols in character name.
*/
MSG_ID_DD2 = 0xdd2,
/*20180829 to latest
@@ -20768,28 +20761,34 @@ you must have an AccessTicket to login
MSG_ID_DD3 = 0xdd3,
/*20180829 to latest
창고를 불러오는 중입니다.
+Loading....
*/
MSG_ID_DD4 = 0xdd4,
/*20180829 to latest
NOW LOADING..
+Loading...
*/
MSG_ID_DD5 = 0xdd5,
#endif
#if PACKETVER >= 20180919
/*20180919 to latest
삭제
+Delete
*/
MSG_ID_DD6 = 0xdd6,
/*20180919 to latest
답장
+Reply
*/
MSG_ID_DD7 = 0xdd7,
/*20180919 to latest
전송
+Send
*/
MSG_ID_DD8 = 0xdd8,
/*20180919 to latest
이름확인
+Name Check
*/
MSG_ID_DD9 = 0xdd9,
/*20180919 to latest
@@ -20932,6 +20931,7 @@ PvP
#if PACKETVER >= 20190109
/*20190109 to latest
Capture Monster
+Taming monster
*/
MSG_ID_DF5 = 0xdf5,
/*20190109 to latest
@@ -20940,6 +20940,7 @@ message
MSG_ID_DF6 = 0xdf6,
/*20190109 to latest
TITLE
+Header
*/
MSG_ID_DF7 = 0xdf7,
/*20190109 to latest
@@ -21277,6 +21278,7 @@ AP가 부족합니다.
MSG_ID_E3E = 0xe3e,
/*20190731 to latest
+?
*/
MSG_ID_E3F = 0xe3f,
/*20190731 to latest
@@ -21291,6 +21293,7 @@ Total : %s Zeny
#if PACKETVER >= 20190821
/*20190821 to latest
계정한정판매 등록창
+Limited Account Registration Window
*/
MSG_ID_E42 = 0xe42,
/*20190821 to latest
@@ -21315,26 +21318,34 @@ Sale Start Time
MSG_ID_E46 = 0xe46,
/*20190821 to latest
판매 종료시간
+Sale end time
*/
MSG_ID_E47 = 0xe47,
/*20190821 to latest
계정 한정
+Account only
*/
MSG_ID_E48 = 0xe48,
/*20190821 to latest
판매기간 : %d월 %d일 %d시 %d분
+Sale period:% d month% d day% d hours% d
*/
MSG_ID_E49 = 0xe49,
-/*20190821 to latest
+/*20190821 to 20191002
구입가능 %d개
+% D available
+20191016 to latest
+계정당 구매가능
*/
MSG_ID_E4A = 0xe4a,
/*20190821 to latest
%d개 한정
+limited to% d
*/
MSG_ID_E4B = 0xe4b,
/*20190821 to latest
>> ItemName : %s / 수량 : %d / 판매기간 : %d월:%d일:%d시:%d분 ~ %d월:%d일:%d시:%d분
+>> ItemName:% s / Quantity:% d / Sales Period:% d Month:% d Day:% d Hour:% d Minute ~% d Month:% d Day:% d Hour:% d Minute
*/
MSG_ID_E4C = 0xe4c,
/*20190821 to latest
@@ -21343,30 +21354,36 @@ Sold Out
MSG_ID_E4D = 0xe4d,
/*20190821 to latest
[%s]은(는) 현재 소환할 수 없는 지역에 있습니다.
+% s] is currently in a region that cannot be summoned.
*/
MSG_ID_E4E = 0xe4e,
/*20190821 to latest
~ %d월 %d일 %d시 %d분
+% d min% d days% d days
*/
MSG_ID_E4F = 0xe4f,
/*20190821 to latest
상품을 더이상 추가할 수 없습니다
+Can't add any more items
*/
MSG_ID_E50 = 0xe50,
#endif
#if PACKETVER >= 20190828
/*20190828 to latest
장착 중인 아이템은 교환할 수 없습니다. 장착을 해제한 뒤 시도해 주시길 바랍니다.
+The item being mounted cannot be exchanged. Please unmount it and try again.
*/
MSG_ID_E51 = 0xe51,
#endif
#if PACKETVER >= 20190904
/*20190904 to latest
길드 창고 이용 중엔 캐릭터 선택창으로 이동 할 수 없습니다.
+You can not move to the character selection window while using the Guild Warehouse.
*/
MSG_ID_E52 = 0xe52,
/*20190904 to latest
아이템 태그가 포함되어 있어 사용할 수 없습니다.
+Item tag is included and cannot be used.
*/
MSG_ID_E53 = 0xe53,
/*20190904 to latest
@@ -21421,10 +21438,12 @@ Balance: %s %c
MSG_ID_E5F = 0xe5f,
/*20190918 to latest
^ff0000본 아이템을 구매 후 7일 이내에는 청약 철회가 가능합니다. 다만, 7일이 지났거나 아이템을 개봉하시면 청약 철회 대상에서 제외 됩니다.또한 구매시 사용된 무료캐시는 청약철회시 반환되지 않습니다.^000000 정말로 아이템을 구매하시겠습니까? 구매하실 경우 %s캐시가 차감됩니다.
+Do you really want to purchase this item? %s Money will be deducted from your total balance.
*/
MSG_ID_E60 = 0xe60,
/*20190918 to latest
^ff0000본 아이템을 구매 후 7일 이내에는 청약 철회가 가능합니다. 다만, 7일이 지났거나 아이템을 개봉하시면 청약 철회 대상에서 제외 됩니다.또한 구매시 사용된 무료캐시는 청약철회시 반환되지 않습니다.^000000 정말로 아이템을 구매하시겠습니까? 구매하실 경우 일반 %s캐시, 무료 %s캐시가 차감됩니다.
+Do you really want to purchase this item? %s Money and %s Free Points will be deducted from your total balance.
*/
MSG_ID_E61 = 0xe61,
/*20190918 to latest
@@ -21440,6 +21459,34 @@ Balance: %s %c
*/
MSG_ID_E64 = 0xe64,
#endif
+#if PACKETVER >= 20191002
+/*20191002 to latest
+판매 노점 아이템 리스트가 저장되었습니다.
+*/
+ MSG_ID_E65 = 0xe65,
+/*20191002 to latest
+구매 노점 아이템 리스트가 저장되었습니다.
+*/
+ MSG_ID_E66 = 0xe66,
+/*20191002 to latest
+VTC 인증에 실패하였습니다.
+*/
+ MSG_ID_E67 = 0xe67,
+#endif
+#if PACKETVER >= 20191016
+/*20191016 to latest
+물물교환 중에는 장비를 착용할 수 없습니다.
+*/
+ MSG_ID_E68 = 0xe68,
+/*20191016 to latest
+교환하려는 품목
+*/
+ MSG_ID_E69 = 0xe69,
+/*20191016 to latest
+ 1차, 2차, 3차 직업 스킬 %d개를 더 올려 주십시오.
+*/
+ MSG_ID_E6A = 0xe6a,
+#endif
};
#endif /* MAP_MESSAGES_RE_H */
diff --git a/src/map/messages_zero.h b/src/map/messages_zero.h
index 039d215ac..80e4c0de0 100644
--- a/src/map/messages_zero.h
+++ b/src/map/messages_zero.h
@@ -24,7 +24,7 @@
/* This file is autogenerated, please do not commit manual changes
-Latest version: 20190918
+Latest version: 20191008
*/
enum clif_messages {
@@ -752,7 +752,7 @@ Congratulations! You are the MVP! Your reward item is
MSG_YOU_RECEIVE_MVP_ITEM = 0x8f,
/*20171018 to latest
!!
-!!
+!
*/
MSG_YOU_RECEIVE_MVP_ITEM2 = 0x90,
/*20171018 to latest
@@ -3902,7 +3902,6 @@ Mouse wheel skills for F7 and F8 are Disabled.[/q2 OFF]
MSG_EXPLAIN_QUICKSPELL2 = 0x302,
/*20171018 to latest
/q3 : /quickspell (/q1) + /quickspell2 (/q2)
-/q3: /quickspell (/q1) + /quickspell2 (/q2)
*/
MSG_EXPLAIN_QUICKSPELL3 = 0x303,
/*20171018 to latest
@@ -4955,7 +4954,7 @@ High Wizard
MSG_WIZARD_H = 0x3da,
/*20171018 to latest
White Smith
-WhiteSmith
+MasterSmith
*/
MSG_BLACKSMITH_H = 0x3db,
/*20171018 to latest
@@ -6577,7 +6576,6 @@ Quest List
MSG_QUESTWIN = 0x525,
/*20171018 to latest
RO SHOP
-RO Shop
*/
MSG_RO_SHOP = 0x526,
/*20171018 to latest
@@ -9558,7 +9556,6 @@ ATTACK
MSG_MACRO_ATTACK = 0x77d,
/*20171018 to latest
Next attack time :
-Next attack time:
*/
MSG_MACRO_NEXT_ATK_TIME = 0x77e,
/*20171018 to latest
@@ -9567,6 +9564,7 @@ When died
MSG_MACRO_WHEN_DIED = 0x77f,
/*20171018 to latest
When invited to a party
+When invited to the party
*/
MSG_MACRO_WHEN_INVITED_PARTY = 0x780,
/*20171018 to latest
@@ -9589,7 +9587,6 @@ Monster Job hunting experience that you can get through the doubling of %d is %.
MSG_PLUSONLYJOBEXP2 = 0x784,
/*20171018 to latest
SaveData_ExMacro%d
-SaveData_ExMacro %d
*/
MSG_MACRO_SAVE = 0x785,
/*20171018 to latest
@@ -9745,37 +9742,30 @@ Elapsed time: %d:%d:%d / %d:%d:%d
MSG_REPLAY_ELAPSEDTIME = 0x7a3,
/*20171018 to latest
Speed : X 1/4
-Speed: X 1/4
*/
MSG_REPLAY_SPEED1_4 = 0x7a4,
/*20171018 to latest
Speed : X 1/2
-Speed: X 1/2
*/
MSG_REPLAY_SPEED1_2 = 0x7a5,
/*20171018 to latest
Speed : X 1
-Speed: X 1
*/
MSG_REPLAY_SPEED1 = 0x7a6,
/*20171018 to latest
Speed : X 2
-Speed: X 2
*/
MSG_REPLAY_SPEED2 = 0x7a7,
/*20171018 to latest
Speed : X 4
-Speed: X 4
*/
MSG_REPLAY_SPEED4 = 0x7a8,
/*20171018 to latest
Speed : X 8
-Speed: X 8
*/
MSG_REPLAY_SPEED8 = 0x7a9,
/*20171018 to latest
Speed : X 16
-Speed: X 16
*/
MSG_REPLAY_SPEED16 = 0x7aa,
/*20171018 to latest
@@ -9785,17 +9775,14 @@ Speed: Unknown
MSG_REPLAY_SPEEDUNKNOWN = 0x7ab,
/*20171018 to latest
Service Info : %s
-Service Info: %s
*/
MSG_REPLAY_CHRVICEINFO = 0x7ac,
/*20171018 to latest
Character Name : %s
-Character Name: %s
*/
MSG_REPLAY_CHARACTERNAME = 0x7ad,
/*20171018 to latest
Map Name : %s
-Map Name: %s
*/
MSG_REPLAY_MAPNAME = 0x7ae,
/*20171018 to latest
@@ -9855,10 +9842,12 @@ Input FileName -> Start
MSG_REPLAY_START2 = 0x7bb,
/*20171018 to latest
Open Option
+Open Options
*/
MSG_REPLAY_OPENOPTION = 0x7bc,
/*20171018 to latest
Close Option
+Close Options
*/
MSG_REPLAY_CLOSEOPION = 0x7bd,
/*20171018 to latest
@@ -9905,16 +9894,16 @@ Record Start
MSG_REPLAY_RECORDSTART = 0x7c6,
/*20171018 to latest
is Saved.
+Recording saved
*/
MSG_REPLAY_RECORDEND = 0x7c7,
/*20171018 to latest
Weight : %3d / %3d
-Weight: %3d / %3d
*/
MSG_WEIGHT = 0x7c8,
/*20171018 to latest
Total : %s C
-Total: %s C
+Total: %s EUR
*/
MSG_TOTAL = 0x7c9,
/*20171018 to latest
@@ -9932,7 +9921,6 @@ Job Lv. %d
MSG__BASIC_MSG_JOB = 0x7cc,
/*20171018 to latest
Zeny : %s
-Zeny: %s
*/
MSG_BASIC_MSG_ZENY = 0x7cd,
/*20171018 to latest
@@ -9953,6 +9941,7 @@ item
MSG_GRAPHIC_MSG_ITEM = 0x7d1,
/*20171018 to latest
NoCtrl
+Ctrl
*/
MSG_GRAPHIC_MSG_NOCTRL = 0x7d2,
/*20171018 to latest
@@ -9962,6 +9951,7 @@ More
MSG_GRAPHIC_MSG_BATTLE = 0x7d3,
/*20171018 to latest
(Character/Total Slot)
+(Characters/Total slots)
*/
MSG_CHARACTER_MSG_CHARACTERTOTALSLOT = 0x7d4,
/*20171018 to latest
@@ -10761,6 +10751,7 @@ Rename
MSG_CHANGE_CHARACTER_NAME = 0x875,
/*20171018 to latest
Make Character
+Create Character
*/
MSG_MSG_MAKECHARCTER = 0x876,
/*20171018 to latest
@@ -10958,7 +10949,6 @@ Help
MSG_NAVIGATION_HELP = 0x89d,
/*20171018 to latest
ALL
-All
*/
MSG_NAVIGATION_ALL = 0x89e,
/*20171018 to latest
@@ -12223,7 +12213,7 @@ AuthTicket is Not Valid
MSG_NOT_VALID_AUTH_TICKET = 0x9a4,
/*20171018 to latest
ErrorCategory : %d, ErrorCode : %d (%d,%d,%d,%d)
-ErrorCategory: %d, ErrorCode: %d (%d,%d,%d,%d)
+ErrorCode : %d, ErrorValue : %d
*/
MSG_STEAMAGENCY_ERROR = 0x9a5,
/*20171018 to latest
@@ -12248,7 +12238,6 @@ The price of^0000FF %s^000000
MSG_WARNING_PRICE1 = 0x9a9,
/*20171018 to latest
100000000
-1000000000
*/
MSG_WARNING_PRICE2 = 0x9aa,
/*20171018 to latest
@@ -12897,7 +12886,7 @@ You can not open the mail.
MSG_FAILED_TO_WRITE_MAIL = 0xa2c,
/*20171018 to latest
You are currently joined in CLan !!
-You are currently joined in Clan !!
+You currently belong to a clan.
*/
MSG_JOINED_IN_CLAN = 0xa2d,
/*20171018 to latest
@@ -12952,17 +12941,14 @@ The recipient's name does not exist.
MSG_FAILE_MAIL_RECIEVER_INFO = 0xa37,
/*20171018 to latest
E X P : %.1f%% ( basic %.1f%% premium %.1f%% + %s %.1f%%)
-EXP : %.1f%% (Basic %.1f%% Premium %.1f%% + %s %.1f%%)
*/
MSG_TAIWAN_PERSONALINFO_EXPMSG = 0xa38,
/*20171018 to latest
DROP : %.1f%% ( basic %.1f%% premium %.1f%% + %s %.1f%%)
-DROP : %.1f%% (Basic %.1f%% Premium %.1f%% + %s %.1f%%)
*/
MSG_TAIWAN_PERSONALINFO_DROPMSG = 0xa39,
/*20171018 to latest
DEATH : %.1f%% ( basic %.1f%% premium %.1f%% + %s %.1f%%)
-DEATH: %.1f%% (Basic %.1f%% Premium %.1f%% + %s %.1f%%)
*/
MSG_TAIWAN_PERSONALINFO_DEATHMSG = 0xa3a,
/*20171018 to latest
@@ -13146,7 +13132,6 @@ Cracker is low.
MSG_CASH_GEDARE_FAIL_MONEY = 0xa5e,
/*20171018 to latest
%s
-%s
*/
MSG_CASH_GEDARE_MONEY = 0xa5f,
/*20171018 to latest
@@ -13341,17 +13326,14 @@ Please empty at least 5 amount of possession in item window.
MSG_NOT_ENOUGH_SPACE_IN_ITEM_BODY = 0xa85,
/*20171018 to latest
E X P : %.1f%% ( basic 100.0%% pccafe %.1f%% + %s %.1f%%)
-EXP : %.1f%% ( basic 100.0%% pccafe %.1f%% + %s %.1f%% )
*/
MSG_JPN_PERSONALINFO_EXPMSG = 0xa86,
/*20171018 to latest
DROP : %.1f%% ( basic 100.0%% pccafe %.1f%% + %s %.1f%%)
-DROP : %.1f%% ( basic 100.0%% pccafe %.1f%% + %s %.1f%% )
*/
MSG_JPN_PERSONALINFO_DROPMSG = 0xa87,
/*20171018 to latest
DEATH : %.1f%% ( basic 100.0%% pccafe %.1f%% + %s %.1f%%)
-DEATH : %.1f%% ( basic 100.0%% pccafe %.1f%% + %s %.1f%% )
*/
MSG_JPN_PERSONALINFO_DEATHMSG = 0xa88,
/*20171018 to latest
@@ -13758,12 +13740,10 @@ Withdraw
MSG_ID_AD7 = 0xad7,
/*20171018 to latest
1 z UP
-1z UP
*/
MSG_ID_AD8 = 0xad8,
/*20171018 to latest
1 z Down
-1z Down
*/
MSG_ID_AD9 = 0xad9,
/*20171018 to latest
@@ -13920,17 +13900,14 @@ Send Mail
MSG_ID_AF8 = 0xaf8,
/*20171018 to latest
E X P : %.1f%% ( basic 100.0%% VIP Bonus %.1f%% + %s %.1f%%)
-E X P: %.1f%% (Basic 100.0%% VIP Bonus %.1f%% + %s %.1f%%)
*/
MSG_ID_AF9 = 0xaf9,
/*20171018 to latest
DROP : %.1f%% ( basic 100.0%% VIP Bonus %.1f%% + %s %.1f%%)
-DROP : %.1f%% (Basic 100.0%% VIP Bonus %.1f%% + %s %.1f%%)
*/
MSG_ID_AFA = 0xafa,
/*20171018 to latest
DEATH : %.1f%% ( basic 100.0%% VIP Bonus %.1f%% + %s %.1f%%)
-DEATH: %.1f%% (Basic 100.0%% VIP Bonus %.1f%% + %s %.1f%%)
*/
MSG_ID_AFB = 0xafb,
/*20171018 to 20180928
@@ -13938,6 +13915,7 @@ DEATH: %.1f%% (Basic 100.0%% VIP Bonus %.1f%% + %s %.1f%%)
Name with this tag cannot be used.
20181010 to latest
해당 내용은 이름으로 사용하실 수 없습니다.
+You cannot use the tag as a name.
*/
MSG_ID_AFC = 0xafc,
/*20171018 to latest
@@ -14105,7 +14083,6 @@ Screenshots are not attached
MSG_ID_B1C = 0xb1c,
/*20171018 to latest
Twitter
-TWITTER
*/
MSG_ID_B1D = 0xb1d,
/*20171018 to latest
@@ -14443,7 +14420,6 @@ The [%s] is not present, the default AI will be used instead.
MSG_ID_B61 = 0xb61,
/*20171018 to latest
%.1f%% ( Basic 100.0%% + Premium %.1f%% + %s %.1f%%)
-%.1f%% ( Basic 100.0%% + Premium %.1f%% + %s %.1f%%)
*/
MSG_ID_B62 = 0xb62,
/*20171018 to latest
@@ -15004,10 +14980,12 @@ Weight limit has reached toover 70%. Or less then 10 invenrory space.
MSG_ID_BCE = 0xbce,
/*20171018 to latest
C
+EUR
*/
MSG_ID_BCF = 0xbcf,
/*20171018 to latest
C
+EUR
*/
MSG_ID_BD0 = 0xbd0,
/*20171018 to latest
@@ -15239,10 +15217,12 @@ SP
MSG_ID_BFD = 0xbfd,
/*20171018 to latest
Lv
+Lv.
*/
MSG_ID_BFE = 0xbfe,
/*20171018 to latest
Lv
+Lv.
*/
MSG_ID_BFF = 0xbff,
/*20171018 to latest
@@ -15255,6 +15235,7 @@ Exp
MSG_ID_C01 = 0xc01,
/*20171018 to latest
Play Replay Flie
+Start replay
*/
MSG_ID_C02 = 0xc02,
/*20171018 to latest
@@ -15271,14 +15252,17 @@ Basicinfo
MSG_ID_C05 = 0xc05,
/*20171018 to latest
Equip
+Equipment
*/
MSG_ID_C06 = 0xc06,
/*20171018 to latest
Item
+Items
*/
MSG_ID_C07 = 0xc07,
/*20171018 to latest
Skill
+Skills
*/
MSG_ID_C08 = 0xc08,
/*20171018 to latest
@@ -15291,10 +15275,12 @@ Party
MSG_ID_C0A = 0xc0a,
/*20171018 to latest
Chatting
+Chat
*/
MSG_ID_C0B = 0xc0b,
/*20171018 to latest
Shortcut
+Hotkeys
*/
MSG_ID_C0C = 0xc0c,
/*20171018 to latest
@@ -15303,15 +15289,16 @@ Status
MSG_ID_C0D = 0xc0d,
/*20171018 to latest
ALL
-All
*/
MSG_ID_C0E = 0xc0e,
/*20171018 to latest
User Defined File Name
+Custom file name
*/
MSG_ID_C0F = 0xc0f,
/*20171018 to latest
Repeated File Check
+Check file
*/
MSG_ID_C10 = 0xc10,
/*20171018 to latest
@@ -15320,10 +15307,12 @@ on
MSG_ID_C11 = 0xc11,
/*20171018 to latest
<Basic Skin>
+<Basic>
*/
MSG_ID_C12 = 0xc12,
/*20171018 to latest
Select Skin
+Choose skin
*/
MSG_ID_C13 = 0xc13,
/*20171018 to latest
@@ -15836,6 +15825,7 @@ Loading the mailbox.
MSG_ID_C76 = 0xc76,
/*20171018 to latest
NOW LOADING..
+Loading...
*/
MSG_ID_C77 = 0xc77,
/*20171018 to latest
@@ -16055,6 +16045,7 @@ BOX
MSG_ID_CA8 = 0xca8,
/*20171018 to latest
다시하기
+File abusing detected. Please restart the client with clean files.
*/
MSG_ID_CA9 = 0xca9,
/*20171018 to latest
@@ -16201,6 +16192,7 @@ map
MSG_ID_CCC = 0xccc,
/*20171018 to latest
변조된 파일이 발견되었습니다. 게임을 다시 실행시켜주세요.
+File abusing detected. Please restart the client with clean files.
*/
MSG_ID_CCD = 0xccd,
/*20171018 to latest
@@ -16482,6 +16474,7 @@ TokenAgency 서버 연결 실패
MSG_ID_D0D = 0xd0d,
/*20171023 to latest
삭제
+Delete
*/
MSG_ID_D0E = 0xd0e,
/*20171023 to latest
@@ -16676,6 +16669,7 @@ NPC가 있는 맵의 랜덤 좌표로 이동 됩니다.
MSG_ID_D3B = 0xd3b,
/*20171109 to latest
태권
+Taekwon
*/
MSG_ID_D3C = 0xd3c,
/*20171109 to 20171117
@@ -16716,10 +16710,12 @@ NPC가 있는 맵의 랜덤 좌표로 이동 됩니다.
MSG_ID_D42 = 0xd42,
/*20171109 to latest
차단 리스트가 없습니다
+Ignore-list is empty
*/
MSG_ID_D43 = 0xd43,
/*20171109 to latest
-차단 리스트-
+Characters in ignore-list:
*/
MSG_ID_D44 = 0xd44,
#endif
@@ -17096,6 +17092,7 @@ This is not the current attendance check event
MSG_ID_D93 = 0xd93,
/*20180207 to latest
개인 상납 경험치가 max에 도달하여, 더 이상 길드 경험치를 누적할 수 없습니다.
+
*/
MSG_ID_D94 = 0xd94,
#endif
@@ -17146,6 +17143,7 @@ Enter 4 english words and 2 chinese words
MSG_ID_D9D = 0xd9d,
/*20180328 to latest
50% 이상의 값을 입력할 수 없습니다.
+The guild tax rate can't be set to more than 50%.
*/
MSG_ID_D9E = 0xd9e,
/*20180328 to latest
@@ -17356,14 +17354,17 @@ Emblem 테두리를 그려주지 않습니다
#if PACKETVER >= 20180711
/*20180711 to latest
E X P : %.1f%% ( basic 100.0%% %s %.1f%%)
+EXP: %.1f%% (basic: 100.0%%, %s: %.1f%%)
*/
MSG_ID_DCF = 0xdcf,
/*20180711 to latest
DROP : %.1f%% ( basic 100.0%% %s %.1f%%)
+DROP: %.1f%% (basic: 100.0%%, %s: %.1f%%)
*/
MSG_ID_DD0 = 0xdd0,
/*20180711 to latest
DEATH : %.1f%% ( basic 100.0%% %s %.1f%%)
+DEATH: %.1f%% (basic: 100.0%%, %s: %.1f%%)
*/
MSG_ID_DD1 = 0xdd1,
#endif
@@ -17372,6 +17373,7 @@ DEATH : %.1f%% ( basic 100.0%% %s %.1f%%)
'
20180808 to latest
영문이나 러시아어 단독으로만 사용이 가능합니다.
+Forbidden symbols in character name.
*/
MSG_ID_DD2 = 0xdd2,
/*20180725 to 20180801
@@ -17384,30 +17386,36 @@ you must have an AccessTicket to login
--
20180905 to latest
창고를 불러오는 중입니다.
+Loading....
*/
MSG_ID_DD4 = 0xdd4,
#endif
#if PACKETVER >= 20180905
/*20180905 to latest
NOW LOADING..
+Loading...
*/
MSG_ID_DD5 = 0xdd5,
#endif
#if PACKETVER >= 20180919
/*20180919 to latest
삭제
+Delete
*/
MSG_ID_DD6 = 0xdd6,
/*20180919 to latest
답장
+Reply
*/
MSG_ID_DD7 = 0xdd7,
/*20180919 to latest
전송
+Send
*/
MSG_ID_DD8 = 0xdd8,
/*20180919 to latest
이름확인
+Name Check
*/
MSG_ID_DD9 = 0xdd9,
/*20180919 to latest
@@ -17534,6 +17542,7 @@ PvP
#if PACKETVER >= 20181226
/*20181226 to latest
Capture Monster
+Taming monster
*/
MSG_ID_DF5 = 0xdf5,
/*20181226 to latest
@@ -17544,6 +17553,7 @@ message
#if PACKETVER >= 20190116
/*20190116 to latest
TITLE
+Header
*/
MSG_ID_DF7 = 0xdf7,
/*20190116 to latest
@@ -17880,6 +17890,7 @@ AP가 부족합니다.
#if PACKETVER >= 20190814
/*20190814 to latest
+?
*/
MSG_ID_E3F = 0xe3f,
/*20190814 to latest
@@ -17892,6 +17903,7 @@ Total : %s Zeny
MSG_ID_E41 = 0xe41,
/*20190814 to latest
계정한정판매 등록창
+Limited Account Registration Window
*/
MSG_ID_E42 = 0xe42,
/*20190814 to latest
@@ -17916,28 +17928,36 @@ Sale Start Time
MSG_ID_E46 = 0xe46,
/*20190814 to latest
판매 종료시간
+Sale end time
*/
MSG_ID_E47 = 0xe47,
/*20190814 to latest
계정 한정
+Account only
*/
MSG_ID_E48 = 0xe48,
/*20190814 to 20190814
판매기간 : %d월 %d일 ~ %d월 %d일
20190828 to latest
판매기간 : %d월 %d일 %d시 %d분
+Sale period:% d month% d day% d hours% d
*/
MSG_ID_E49 = 0xe49,
-/*20190814 to latest
+/*20190814 to 20190925
구입가능 %d개
+% D available
+20191008 to latest
+계정당 구매가능
*/
MSG_ID_E4A = 0xe4a,
/*20190814 to latest
%d개 한정
+limited to% d
*/
MSG_ID_E4B = 0xe4b,
/*20190814 to latest
>> ItemName : %s / 수량 : %d / 판매기간 : %d월:%d일:%d시:%d분 ~ %d월:%d일:%d시:%d분
+>> ItemName:% s / Quantity:% d / Sales Period:% d Month:% d Day:% d Hour:% d Minute ~% d Month:% d Day:% d Hour:% d Minute
*/
MSG_ID_E4C = 0xe4c,
/*20190814 to latest
@@ -17946,30 +17966,36 @@ Sold Out
MSG_ID_E4D = 0xe4d,
/*20190814 to latest
[%s]은(는) 현재 소환할 수 없는 지역에 있습니다.
+% s] is currently in a region that cannot be summoned.
*/
MSG_ID_E4E = 0xe4e,
#endif
#if PACKETVER >= 20190828
/*20190828 to latest
~ %d월 %d일 %d시 %d분
+% d min% d days% d days
*/
MSG_ID_E4F = 0xe4f,
/*20190828 to latest
상품을 더이상 추가할 수 없습니다
+Can't add any more items
*/
MSG_ID_E50 = 0xe50,
/*20190828 to latest
장착 중인 아이템은 교환할 수 없습니다. 장착을 해제한 뒤 시도해 주시길 바랍니다.
+The item being mounted cannot be exchanged. Please unmount it and try again.
*/
MSG_ID_E51 = 0xe51,
#endif
#if PACKETVER >= 20190911
/*20190911 to latest
길드 창고 이용 중엔 캐릭터 선택창으로 이동 할 수 없습니다.
+You can not move to the character selection window while using the Guild Warehouse.
*/
MSG_ID_E52 = 0xe52,
/*20190911 to latest
아이템 태그가 포함되어 있어 사용할 수 없습니다.
+Item tag is included and cannot be used.
*/
MSG_ID_E53 = 0xe53,
/*20190911 to latest
@@ -18022,15 +18048,17 @@ Balance: %s %c
MSG_ID_E5F = 0xe5f,
/*20190911 to latest
^ff0000본 아이템을 구매 후 7일 이내에는 청약 철회가 가능합니다. 다만, 7일이 지났거나 아이템을 개봉하시면 청약 철회 대상에서 제외 됩니다.또한 구매시 사용된 무료캐시는 청약철회시 반환되지 않습니다.^000000 정말로 아이템을 구매하시겠습니까? 구매하실 경우 %s캐시가 차감됩니다.
+Do you really want to purchase this item? %s Money will be deducted from your total balance.
*/
MSG_ID_E60 = 0xe60,
/*20190911 to latest
^ff0000본 아이템을 구매 후 7일 이내에는 청약 철회가 가능합니다. 다만, 7일이 지났거나 아이템을 개봉하시면 청약 철회 대상에서 제외 됩니다.또한 구매시 사용된 무료캐시는 청약철회시 반환되지 않습니다.^000000 정말로 아이템을 구매하시겠습니까? 구매하실 경우 일반 %s캐시, 무료 %s캐시가 차감됩니다.
+Do you really want to purchase this item? %s Money and %s Free Points will be deducted from your total balance.
*/
MSG_ID_E61 = 0xe61,
-/*20190911 to 20190911
+/*20190911 to latest
호출이 거부되었습니다.
-20190918 to latest
+20190918 to 20190918
[%s]의 호출이 거부되었습니다.
*/
MSG_ID_E62 = 0xe62,
@@ -18045,6 +18073,34 @@ Balance: %s %c
*/
MSG_ID_E64 = 0xe64,
#endif
+#if PACKETVER >= 20190925
+/*20190925 to latest
+판매 노점 아이템 리스트가 저장되었습니다.
+*/
+ MSG_ID_E65 = 0xe65,
+/*20190925 to latest
+구매 노점 아이템 리스트가 저장되었습니다.
+*/
+ MSG_ID_E66 = 0xe66,
+#endif
+#if PACKETVER >= 20191008
+/*20191008 to latest
+VTC 인증에 실패하였습니다.
+*/
+ MSG_ID_E67 = 0xe67,
+/*20191008 to latest
+물물교환 중에는 장비를 착용할 수 없습니다.
+*/
+ MSG_ID_E68 = 0xe68,
+/*20191008 to latest
+교환하려는 품목
+*/
+ MSG_ID_E69 = 0xe69,
+/*20191008 to latest
+ 1차, 2차, 3차 직업 스킬 %d개를 더 올려 주십시오.
+*/
+ MSG_ID_E6A = 0xe6a,
+#endif
};
#endif /* MAP_MESSAGES_ZERO_H */
diff --git a/src/map/packets_keys_main.h b/src/map/packets_keys_main.h
index b7f25a83d..d02e7f20d 100644
--- a/src/map/packets_keys_main.h
+++ b/src/map/packets_keys_main.h
@@ -37,7 +37,7 @@
packetKeys(0x49357d72,0x22c370a1,0x5f836591);
#endif
-// 2010-11-23aRagexeRE, 2010-11-24aRagexeRE, 2010-11-24bRagexeRE, 2010-11-25aRagexeRE, 2010-11-26aRagexeRE, 2010-11-30aRagexeRE, 2010-12-07aRagexeRE, 2010-12-14aRagexeRE, 2010-12-21aRagexeRE, 2010-12-23aRagexeRE, 2010-12-28aRagexeRE, 2011-01-04aRagexeRE, 2011-01-05aRagexeRE, 2011-01-11aRagexeRE, 2011-01-18aRagexeRE, 2011-01-25aRagexeRE, 2011-01-26aRagexeRE, 2011-01-26bRagexeRE, 2011-01-31aRagexeRE, 2011-01-31bRagexeRE, 2011-01-31cRagexeRE, 2011-02-08aRagexeRE, 2011-02-15aRagexeRE, 2011-02-22aRagexeRE, 2011-02-23aRagexeRE, 2011-02-23bRagexeRE, 2011-02-24aRagexeRE, 2011-02-25aRagexeRE, 2011-02-28aRagexeRE, 2011-03-08aRagexeRE, 2011-03-09aRagexeRE, 2011-03-09bRagexeRE, 2011-03-09cRagexeRE, 2011-03-09dRagexeRE, 2011-03-15aRagexeRE, 2011-03-22aRagexeRE, 2011-03-29aRagexeRE, 2011-03-30aRagexeRE, 2011-03-30cRagexeRE, 2011-04-05aRagexeRE, 2011-04-12aRagexeRE, 2011-04-19aRagexeRE, 2011-04-20aRagexeRE, 2011-04-26aRagexeRE, 2011-04-27aRagexeRE, 2011-05-03aRagexeRE, 2011-05-11aRagexeRE, 2011-05-17bRagexeRE, 2011-05-24aRagexeRE, 2011-05-26aRagexeRE, 2011-05-31aRagexeRE, 2011-06-07aRagexeRE, 2011-06-08aRagexeRE, 2011-06-08bRagexeRE, 2011-06-08cRagexeRE, 2011-06-09aRagexeRE, 2011-06-14bRagexeRE, 2011-06-22aRagexeRE, 2011-06-28aRagexeRE, 2011-07-06aRagexeRE, 2011-07-13aRagexeRE, 2011-07-13bRagexeRE, 2011-07-13cRagexeRE, 2011-07-19aRagexeRE, 2011-07-26aRagexeRE, 2011-08-03aRagexeRE, 2011-08-03bRagexeRE, 2011-08-10aRagexeRE, 2013-12-23aRagexeRE, 2014-05-08aRagexe, 2014-05-08aRagexeRE, 2014-06-11eRagexe, 2015-02-25hRagexe, 2018-03-15aRagexe, 2018-03-21aRagexe, 2018-03-21aRagexeRE, 2018-03-28bRagexe, 2018-03-28bRagexeRE, 2018-04-04bRagexe, 2018-04-04cRagexeRE, 2018-04-18aRagexe, 2018-04-18bRagexeRE, 2018-04-25cRagexe, 2018-04-25cRagexeRE, 2018-05-02bRagexe, 2018-05-02bRagexeRE, 2018-05-02dRagexeRE, 2018-05-09aRagexe, 2018-05-16cRagexe, 2018-05-16cRagexeRE, 2018-05-23aRagexe, 2018-05-23aRagexeRE, 2018-05-30aRagexe, 2018-05-30bRagexeRE, 2018-05-30cRagexeRE, 2018-06-05bRagexe, 2018-06-05bRagexeRE, 2018-06-12aRagexeRE, 2018-06-12bRagexeRE, 2018-06-20cRagexe, 2018-06-20dRagexeRE, 2018-06-20eRagexe, 2018-06-20eRagexeRE, 2018-06-21aRagexe, 2018-06-21aRagexeRE, 2018-07-04aRagexe, 2018-07-04aRagexeRE, 2018-07-11aRagexeRE, 2018-07-18bRagexe, 2018-07-18bRagexeRE, 2018-07-18bRagexeRE1, 2018-07-18cRagexe, 2018-07-18cRagexeRE, 2018-08-01cRagexe, 2018-08-01cRagexeRE, 2018-08-08bRagexe, 2018-08-08bRagexeRE, 2018-08-22cRagexe, 2018-08-22cRagexeRE, 2018-08-29aRagexe, 2018-08-29aRagexeRE, 2018-08-29bRagexeRE, 2018-08-31aRagexe, 2018-09-12dRagexe, 2018-09-12dRagexeRE, 2018-09-19aRagexe, 2018-09-19aRagexeRE, 2018-10-02aRagexe, 2018-10-02aRagexeRE, 2018-10-02bRagexe, 2018-10-02bRagexeRE, 2018-10-17_02aRagexe, 2018-10-17_02aRagexeRE, 2018-10-17_03aRagexe, 2018-10-17_03aRagexeRE, 2018-10-17bRagexe, 2018-10-17bRagexeRE, 2018-10-24bRagexe, 2018-10-31aRagexe, 2018-10-31bRagexe, 2018-10-31cRagexeRE, 2018-11-07aRagexe, 2018-11-07aRagexeRE, 2018-11-14cRagexe, 2018-11-14cRagexeRE, 2018-11-14dRagexe, 2018-11-14dRagexeRE, 2018-11-21bRagexe, 2018-11-21cRagexeRE, 2018-11-28aRagexe, 2018-11-28aRagexeRE, 2018-11-28bRagexe, 2018-11-28cRagexe, 2018-12-05aRagexe, 2018-12-05bRagexeRE, 2018-12-12aRagexe, 2018-12-12aRagexeRE, 2018-12-12bRagexe, 2018-12-12bRagexeRE, 2018-12-19bRagexe, 2018-12-19bRagexeRE, 2018-12-26aRagexe, 2018-12-26aRagexeRE, 2019-01-09aRagexe, 2019-01-09bRagexeRE, 2019-01-16bRagexe, 2019-01-16bRagexeRE, 2019-01-16cRagexe, 2019-01-16cRagexeRE, 2019-01-23dRagexe, 2019-01-23dRagexeRE, 2019-02-13IRagexeRE, 2019-02-13bRagexe, 2019-02-13eRagexe, 2019-02-20aRagexeRE, 2019-02-27aRagexe, 2019-02-27bRagexeRE, 2019-02-28aRagexe, 2019-02-28aRagexeRE, 2019-03-06bRagexe, 2019-03-06bRagexeRE, 2019-03-06cRagexe, 2019-03-06cRagexeRE, 2019-03-13aRagexe, 2019-03-20aRagexe, 2019-03-20aRagexeRE, 2019-03-22aRagexe, 2019-03-22aRagexeRE, 2019-03-27bRagexe, 2019-03-27bRagexeRE, 2019-04-03aRagexe, 2019-04-03bRagexeRE, 2019-04-03cRagexeRE, 2019-04-17aRagexe, 2019-04-17cRagexeRE, 2019-04-18aRagexe, 2019-04-18aRagexeRE, 2019-05-08cRagexe, 2019-05-08dRagexeRE, 2019-05-08eRagexeRE, 2019-05-22bRagexe, 2019-05-22bRagexeRE, 2019-05-22cRagexe, 2019-05-22cRagexeRE, 2019-05-23aRagexe, 2019-05-29aRagexe, 2019-05-29bRagexeRE, 2019-05-29cRagexe, 2019-05-29cRagexeRE, 2019-05-30aRagexe, 2019-05-30aRagexeRE, 2019-06-05JRagexeRE, 2019-06-05KRagexe, 2019-06-05LRagexeRE, 2019-06-05fRagexe, 2019-06-05hRagexeRE, 2019-06-19bRagexe, 2019-06-19cRagexeRE, 2019-06-19eRagexe, 2019-06-19hRagexe, 2019-06-26bRagexeRE, 2019-07-03aRagexe, 2019-07-03bRagexeRE, 2019-07-17aRagexe, 2019-07-17cRagexeRE, 2019-07-17dRagexe, 2019-07-17dRagexeRE, 2019-07-24aRagexe, 2019-07-24bRagexeRE, 2019-07-31bRagexe, 2019-07-31bRagexeRE, 2019-08-02aRagexe, 2019-08-02aRagexeRE, 2019-08-07aRagexe, 2019-08-07dRagexeRE, 2019-08-21aRagexe, 2019-08-21cRagexeRE, 2019-08-21dRagexeRE, 2019-08-28aRagexe, 2019-08-28aRagexeRE, 2019-09-04aRagexe, 2019-09-04bRagexe, 2019-09-04bRagexeRE, 2019-09-18bRagexe, 2019-09-18cRagexeRE
+// 2010-11-23aRagexeRE, 2010-11-24aRagexeRE, 2010-11-24bRagexeRE, 2010-11-25aRagexeRE, 2010-11-26aRagexeRE, 2010-11-30aRagexeRE, 2010-12-07aRagexeRE, 2010-12-14aRagexeRE, 2010-12-21aRagexeRE, 2010-12-23aRagexeRE, 2010-12-28aRagexeRE, 2011-01-04aRagexeRE, 2011-01-05aRagexeRE, 2011-01-11aRagexeRE, 2011-01-18aRagexeRE, 2011-01-25aRagexeRE, 2011-01-26aRagexeRE, 2011-01-26bRagexeRE, 2011-01-31aRagexeRE, 2011-01-31bRagexeRE, 2011-01-31cRagexeRE, 2011-02-08aRagexeRE, 2011-02-15aRagexeRE, 2011-02-22aRagexeRE, 2011-02-23aRagexeRE, 2011-02-23bRagexeRE, 2011-02-24aRagexeRE, 2011-02-25aRagexeRE, 2011-02-28aRagexeRE, 2011-03-08aRagexeRE, 2011-03-09aRagexeRE, 2011-03-09bRagexeRE, 2011-03-09cRagexeRE, 2011-03-09dRagexeRE, 2011-03-15aRagexeRE, 2011-03-22aRagexeRE, 2011-03-29aRagexeRE, 2011-03-30aRagexeRE, 2011-03-30cRagexeRE, 2011-04-05aRagexeRE, 2011-04-12aRagexeRE, 2011-04-19aRagexeRE, 2011-04-20aRagexeRE, 2011-04-26aRagexeRE, 2011-04-27aRagexeRE, 2011-05-03aRagexeRE, 2011-05-11aRagexeRE, 2011-05-17bRagexeRE, 2011-05-24aRagexeRE, 2011-05-26aRagexeRE, 2011-05-31aRagexeRE, 2011-06-07aRagexeRE, 2011-06-08aRagexeRE, 2011-06-08bRagexeRE, 2011-06-08cRagexeRE, 2011-06-09aRagexeRE, 2011-06-14bRagexeRE, 2011-06-22aRagexeRE, 2011-06-28aRagexeRE, 2011-07-06aRagexeRE, 2011-07-13aRagexeRE, 2011-07-13bRagexeRE, 2011-07-13cRagexeRE, 2011-07-19aRagexeRE, 2011-07-26aRagexeRE, 2011-08-03aRagexeRE, 2011-08-03bRagexeRE, 2011-08-10aRagexeRE, 2013-12-23aRagexeRE, 2014-05-08aRagexe, 2014-05-08aRagexeRE, 2014-06-11eRagexe, 2015-02-25hRagexe, 2018-03-15aRagexe, 2018-03-21aRagexe, 2018-03-21aRagexeRE, 2018-03-28bRagexe, 2018-03-28bRagexeRE, 2018-04-04bRagexe, 2018-04-04cRagexeRE, 2018-04-18aRagexe, 2018-04-18bRagexeRE, 2018-04-25cRagexe, 2018-04-25cRagexeRE, 2018-05-02bRagexe, 2018-05-02bRagexeRE, 2018-05-02dRagexeRE, 2018-05-09aRagexe, 2018-05-16cRagexe, 2018-05-16cRagexeRE, 2018-05-23aRagexe, 2018-05-23aRagexeRE, 2018-05-30aRagexe, 2018-05-30bRagexeRE, 2018-05-30cRagexeRE, 2018-06-05bRagexe, 2018-06-05bRagexeRE, 2018-06-12aRagexeRE, 2018-06-12bRagexeRE, 2018-06-20cRagexe, 2018-06-20dRagexeRE, 2018-06-20eRagexe, 2018-06-20eRagexeRE, 2018-06-21aRagexe, 2018-06-21aRagexeRE, 2018-07-04aRagexe, 2018-07-04aRagexeRE, 2018-07-11aRagexeRE, 2018-07-18bRagexe, 2018-07-18bRagexeRE, 2018-07-18bRagexeRE1, 2018-07-18cRagexe, 2018-07-18cRagexeRE, 2018-08-01cRagexe, 2018-08-01cRagexeRE, 2018-08-08bRagexe, 2018-08-08bRagexeRE, 2018-08-22cRagexe, 2018-08-22cRagexeRE, 2018-08-29aRagexe, 2018-08-29aRagexeRE, 2018-08-29bRagexeRE, 2018-08-31aRagexe, 2018-09-12dRagexe, 2018-09-12dRagexeRE, 2018-09-19aRagexe, 2018-09-19aRagexeRE, 2018-10-02aRagexe, 2018-10-02aRagexeRE, 2018-10-02bRagexe, 2018-10-02bRagexeRE, 2018-10-17_02aRagexe, 2018-10-17_02aRagexeRE, 2018-10-17_03aRagexe, 2018-10-17_03aRagexeRE, 2018-10-17bRagexe, 2018-10-17bRagexeRE, 2018-10-24bRagexe, 2018-10-31aRagexe, 2018-10-31bRagexe, 2018-10-31cRagexeRE, 2018-11-07aRagexe, 2018-11-07aRagexeRE, 2018-11-14cRagexe, 2018-11-14cRagexeRE, 2018-11-14dRagexe, 2018-11-14dRagexeRE, 2018-11-21bRagexe, 2018-11-21cRagexeRE, 2018-11-28aRagexe, 2018-11-28aRagexeRE, 2018-11-28bRagexe, 2018-11-28cRagexe, 2018-12-05aRagexe, 2018-12-05bRagexeRE, 2018-12-12aRagexe, 2018-12-12aRagexeRE, 2018-12-12bRagexe, 2018-12-12bRagexeRE, 2018-12-19bRagexe, 2018-12-19bRagexeRE, 2018-12-26aRagexe, 2018-12-26aRagexeRE, 2019-01-09aRagexe, 2019-01-09bRagexeRE, 2019-01-16bRagexe, 2019-01-16bRagexeRE, 2019-01-16cRagexe, 2019-01-16cRagexeRE, 2019-01-23dRagexe, 2019-01-23dRagexeRE, 2019-02-13IRagexeRE, 2019-02-13bRagexe, 2019-02-13eRagexe, 2019-02-20aRagexeRE, 2019-02-27aRagexe, 2019-02-27bRagexeRE, 2019-02-28aRagexe, 2019-02-28aRagexeRE, 2019-03-06bRagexe, 2019-03-06bRagexeRE, 2019-03-06cRagexe, 2019-03-06cRagexeRE, 2019-03-13aRagexe, 2019-03-20aRagexe, 2019-03-20aRagexeRE, 2019-03-22aRagexe, 2019-03-22aRagexeRE, 2019-03-27bRagexe, 2019-03-27bRagexeRE, 2019-04-03aRagexe, 2019-04-03bRagexeRE, 2019-04-03cRagexeRE, 2019-04-17aRagexe, 2019-04-17cRagexeRE, 2019-04-18aRagexe, 2019-04-18aRagexeRE, 2019-05-08cRagexe, 2019-05-08dRagexeRE, 2019-05-08eRagexeRE, 2019-05-22bRagexe, 2019-05-22bRagexeRE, 2019-05-22cRagexe, 2019-05-22cRagexeRE, 2019-05-23aRagexe, 2019-05-29aRagexe, 2019-05-29bRagexeRE, 2019-05-29cRagexe, 2019-05-29cRagexeRE, 2019-05-30aRagexe, 2019-05-30aRagexeRE, 2019-06-05JRagexeRE, 2019-06-05KRagexe, 2019-06-05LRagexeRE, 2019-06-05fRagexe, 2019-06-05hRagexeRE, 2019-06-19bRagexe, 2019-06-19cRagexeRE, 2019-06-19eRagexe, 2019-06-19hRagexe, 2019-06-26bRagexeRE, 2019-07-03aRagexe, 2019-07-03bRagexeRE, 2019-07-17aRagexe, 2019-07-17cRagexeRE, 2019-07-17dRagexe, 2019-07-17dRagexeRE, 2019-07-24aRagexe, 2019-07-24bRagexeRE, 2019-07-31bRagexe, 2019-07-31bRagexeRE, 2019-08-02aRagexe, 2019-08-02aRagexeRE, 2019-08-07aRagexe, 2019-08-07dRagexeRE, 2019-08-21aRagexe, 2019-08-21cRagexeRE, 2019-08-21dRagexeRE, 2019-08-28aRagexe, 2019-08-28aRagexeRE, 2019-09-04aRagexe, 2019-09-04bRagexe, 2019-09-04bRagexeRE, 2019-09-18bRagexe, 2019-09-18cRagexeRE, 2019-09-25aRagexe, 2019-09-25aRagexeRE, 2019-09-25bRagexe, 2019-09-25bRagexeRE, 2019-10-02bRagexeRE, 2019-10-02cRagexe, 2019-10-02dRagexe, 2019-10-02dRagexeRE, 2019-10-02dRagexeRE_2, 2019-10-16fRagexe, 2019-10-16fRagexeRE, 2019-10-16gRagexe, 2019-10-16gRagexeRE
#if PACKETVER == 20101123 || \
PACKETVER == 20101124 || \
PACKETVER == 20101125 || \
@@ -165,7 +165,10 @@
PACKETVER == 20190821 || \
PACKETVER == 20190828 || \
PACKETVER == 20190904 || \
- PACKETVER >= 20190918
+ PACKETVER == 20190918 || \
+ PACKETVER == 20190925 || \
+ PACKETVER == 20191002 || \
+ PACKETVER >= 20191016
packetKeys(0x00000000,0x00000000,0x00000000);
#endif
diff --git a/src/map/packets_keys_zero.h b/src/map/packets_keys_zero.h
index 2708d11e1..e4319817b 100644
--- a/src/map/packets_keys_zero.h
+++ b/src/map/packets_keys_zero.h
@@ -30,7 +30,7 @@
/* This file is autogenerated, please do not commit manual changes */
-// 2017-10-18aRagexe_zero, 2017-10-19aRagexe_zero, 2017-10-23aRagexe_zero, 2017-10-23bRagexe_zero, 2017-10-23cRagexe_zero, 2017-10-24aRagexe_2_zero, 2017-10-24aRagexe_zero, 2017-10-25bRagexe_zero, 2017-10-27aRagexe_zero, 2017-10-27bRagexe_zero, 2017-10-30aRagexe_zero, 2017-10-31aRagexe_zero, 2017-11-09aRagexe_zero, 2017-11-13aRagexe_zero, 2017-11-13bRagexe_zero, 2018-03-15aRagexe_zero, 2018-03-21aRagexe_zero, 2018-03-21bRagexe_zero, 2018-03-28_1aRagexe_zero, 2018-03-28cRagexe_zero, 2018-04-11aRagexe_zero, 2018-04-25_3aRagexe_zero, 2018-05-09_3aRagexe_zero, 2018-05-23aRagexe_zero, 2018-06-05bRagexe_zero, 2018-06-05cRagexe_zero, 2018-06-27aRagexe_zero, 2018-07-03aRagexe_zero, 2018-07-11_2aRagexe_zero, 2018-07-25_2aRagexe_zero, 2018-08-01aRagexe_zero, 2018-08-08_2aRagexe_zero, 2018-08-22aRagexe_zero, 2018-08-29aRagexe_zero, 2018-09-05aRagexe_zero, 2018-09-12aRagexe_zero, 2018-09-19aRagexe_zero, 2018-09-28aRagexe_zero, 2018-10-10_2aRagexe_zero, 2018-10-24_2aRagexe_zero, 2018-11-14aRagexe_zero, 2018-11-20aRagexe_zero, 2018-11-28aRagexe_zero, 2018-12-12aRagexe_zero, 2018-12-19aRagexe_zero, 2018-12-26_2aRagexe_zero, 2019-01-16_2aRagexe_zero, 2019-01-17_1aRagexe_zero, 2019-01-30_2aRagexe_zero, 2019-02-13aRagexe_zero, 2019-02-20aRagexe_zero, 2019-02-27aRagexe_zero, 2019-03-13aRagexe_zero, 2019-03-27_2aRagexe_zero, 2019-03-27_3aRagexe_zero, 2019-04-03aRagexe_zero, 2019-04-10bRagexe_zero, 2019-04-24aRagexe_zero, 2019-05-02aRagexe_zero, 2019-05-08_2aRagexe_zero, 2019-05-08aRagexe_zero, 2019-05-15aRagexe_zero, 2019-05-29aRagexe_zero, 2019-05-30aRagexe_zero, 2019-06-05_2aRagexe_zero, 2019-06-26_2aRagexe_zero, 2019-06-26_3aRagexe_zero, 2019-07-09aRagexe_zero, 2019-07-10_3aRagexe_zero, 2019-07-17aRagexe_zero, 2019-07-24aRagexe_zero, 2019-08-14_3aRagexe_zero, 2019-08-28_2aRagexe_zero, 2019-08-28_3aRagexe_zero, 2019-09-11aRagexe_zero, 2019-09-18_2aRagexe_zero, 2019-09-18aRagexe_zero
+// 2017-10-18aRagexe_zero, 2017-10-19aRagexe_zero, 2017-10-23aRagexe_zero, 2017-10-23bRagexe_zero, 2017-10-23cRagexe_zero, 2017-10-24aRagexe_2_zero, 2017-10-24aRagexe_zero, 2017-10-25bRagexe_zero, 2017-10-27aRagexe_zero, 2017-10-27bRagexe_zero, 2017-10-30aRagexe_zero, 2017-10-31aRagexe_zero, 2017-11-09aRagexe_zero, 2017-11-13aRagexe_zero, 2017-11-13bRagexe_zero, 2018-03-15aRagexe_zero, 2018-03-21aRagexe_zero, 2018-03-21bRagexe_zero, 2018-03-28_1aRagexe_zero, 2018-03-28cRagexe_zero, 2018-04-11aRagexe_zero, 2018-04-25_3aRagexe_zero, 2018-05-09_3aRagexe_zero, 2018-05-23aRagexe_zero, 2018-06-05bRagexe_zero, 2018-06-05cRagexe_zero, 2018-06-27aRagexe_zero, 2018-07-03aRagexe_zero, 2018-07-11_2aRagexe_zero, 2018-07-25_2aRagexe_zero, 2018-08-01aRagexe_zero, 2018-08-08_2aRagexe_zero, 2018-08-22aRagexe_zero, 2018-08-29aRagexe_zero, 2018-09-05aRagexe_zero, 2018-09-12aRagexe_zero, 2018-09-19aRagexe_zero, 2018-09-28aRagexe_zero, 2018-10-10_2aRagexe_zero, 2018-10-24_2aRagexe_zero, 2018-11-14aRagexe_zero, 2018-11-20aRagexe_zero, 2018-11-28aRagexe_zero, 2018-12-12aRagexe_zero, 2018-12-19aRagexe_zero, 2018-12-26_2aRagexe_zero, 2019-01-16_2aRagexe_zero, 2019-01-17_1aRagexe_zero, 2019-01-30_2aRagexe_zero, 2019-02-13aRagexe_zero, 2019-02-20aRagexe_zero, 2019-02-27aRagexe_zero, 2019-03-13aRagexe_zero, 2019-03-27_2aRagexe_zero, 2019-03-27_3aRagexe_zero, 2019-04-03aRagexe_zero, 2019-04-10bRagexe_zero, 2019-04-24aRagexe_zero, 2019-05-02aRagexe_zero, 2019-05-08_2aRagexe_zero, 2019-05-08aRagexe_zero, 2019-05-15aRagexe_zero, 2019-05-29aRagexe_zero, 2019-05-30aRagexe_zero, 2019-06-05_2aRagexe_zero, 2019-06-26_2aRagexe_zero, 2019-06-26_3aRagexe_zero, 2019-07-09aRagexe_zero, 2019-07-10_3aRagexe_zero, 2019-07-17aRagexe_zero, 2019-07-24aRagexe_zero, 2019-08-14_3aRagexe_zero, 2019-08-28_2aRagexe_zero, 2019-08-28_3aRagexe_zero, 2019-09-11aRagexe_zero, 2019-09-18_2aRagexe_zero, 2019-09-18aRagexe_zero, 2019-09-25_3aRagexe_zero, 2019-09-25_5aRagexe_zero, 2019-10-08_2aRagexe_zero
#if PACKETVER == 20171018 || \
PACKETVER == 20171019 || \
PACKETVER == 20171023 || \
@@ -94,7 +94,9 @@
PACKETVER == 20190814 || \
PACKETVER == 20190828 || \
PACKETVER == 20190911 || \
- PACKETVER >= 20190918
+ PACKETVER == 20190918 || \
+ PACKETVER == 20190925 || \
+ PACKETVER >= 20191008
packetKeys(0x00000000,0x00000000,0x00000000);
#endif
diff --git a/src/map/packets_shuffle_main.h b/src/map/packets_shuffle_main.h
index e3e798dd1..ede178384 100644
--- a/src/map/packets_shuffle_main.h
+++ b/src/map/packets_shuffle_main.h
@@ -9794,9 +9794,12 @@
packet(0x083c,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 14
#endif
-// 2019-09-04aRagexe, 2019-09-04bRagexe, 2019-09-18bRagexe
+// 2019-09-04aRagexe, 2019-09-04bRagexe, 2019-09-18bRagexe, 2019-09-25aRagexe, 2019-09-25bRagexe, 2019-10-02cRagexe, 2019-10-02dRagexe, 2019-10-16fRagexe, 2019-10-16gRagexe
#if PACKETVER == 20190904 || \
- PACKETVER == 20190918
+ PACKETVER == 20190918 || \
+ PACKETVER == 20190925 || \
+ PACKETVER == 20191002 || \
+ PACKETVER == 20191016
packet(0x0202,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
packet(0x022d,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
packet(0x023b,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
diff --git a/src/map/packets_shuffle_re.h b/src/map/packets_shuffle_re.h
index f2a1b96ad..049d4808a 100644
--- a/src/map/packets_shuffle_re.h
+++ b/src/map/packets_shuffle_re.h
@@ -9744,9 +9744,12 @@
packet(0x083c,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 14
#endif
-// 2019-09-04bRagexeRE, 2019-09-18cRagexeRE
+// 2019-09-04bRagexeRE, 2019-09-18cRagexeRE, 2019-09-25aRagexeRE, 2019-09-25bRagexeRE, 2019-10-02bRagexeRE, 2019-10-02dRagexeRE, 2019-10-02dRagexeRE_2, 2019-10-16fRagexeRE, 2019-10-16gRagexeRE
#if PACKETVER == 20190904 || \
- PACKETVER == 20190918
+ PACKETVER == 20190918 || \
+ PACKETVER == 20190925 || \
+ PACKETVER == 20191002 || \
+ PACKETVER == 20191016
packet(0x0202,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
packet(0x022d,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
packet(0x023b,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
diff --git a/src/map/packets_shuffle_zero.h b/src/map/packets_shuffle_zero.h
index 4d6da7a8a..0259a9555 100644
--- a/src/map/packets_shuffle_zero.h
+++ b/src/map/packets_shuffle_zero.h
@@ -803,10 +803,12 @@
packet(0x083c,clif->pSearchStoreInfoListItemClick,2,6,10); // CZ_SSILIST_ITEM_CLICK // 14
#endif
-// 2019-08-28_2aRagexe_zero, 2019-08-28_3aRagexe_zero, 2019-09-11aRagexe_zero, 2019-09-18_2aRagexe_zero, 2019-09-18aRagexe_zero
+// 2019-08-28_2aRagexe_zero, 2019-08-28_3aRagexe_zero, 2019-09-11aRagexe_zero, 2019-09-18_2aRagexe_zero, 2019-09-18aRagexe_zero, 2019-09-25_3aRagexe_zero, 2019-09-25_5aRagexe_zero, 2019-10-08_2aRagexe_zero
#if PACKETVER == 20190828 || \
PACKETVER == 20190911 || \
- PACKETVER == 20190918
+ PACKETVER == 20190918 || \
+ PACKETVER == 20190925 || \
+ PACKETVER == 20191008
packet(0x0202,clif->pFriendsListAdd,2); // CZ_ADD_FRIENDS // 26
packet(0x022d,clif->pHomMenu,2,4); // CZ_COMMAND_MER // 5
packet(0x023b,clif->pStoragePassword,0); // CZ_ACK_STORE_PASSWORD // 36
diff --git a/src/map/packets_struct.h b/src/map/packets_struct.h
index 9c8c93865..c0d1054d7 100644
--- a/src/map/packets_struct.h
+++ b/src/map/packets_struct.h
@@ -1183,7 +1183,8 @@ struct ZC_STORE_ITEMLIST_NORMAL {
struct NORMALITEM_INFO list[MAX_ITEMLIST];
} __attribute__((packed));
-struct ZC_INVENTORY_START {
+#if PACKETVER_RE_NUM >= 20180829 || PACKETVER_ZERO_NUM >= 20180919 || PACKETVER_MAIN_NUM >= 20181002
+struct PACKET_ZC_INVENTORY_START {
int16 packetType;
#if PACKETVER_RE_NUM >= 20180919 || PACKETVER_ZERO_NUM >= 20180919 || PACKETVER_MAIN_NUM >= 20181002
int16 packetLength;
@@ -1197,14 +1198,19 @@ struct ZC_INVENTORY_START {
char name[NAME_LENGTH];
#endif
} __attribute__((packed));
+DEFINE_PACKET_HEADER(ZC_INVENTORY_START, 0x0b08);
+#endif // PACKETVER_RE_NUM >= 20180829 || PACKETVER_ZERO_NUM >= 20180919 || PACKETVER_MAIN_NUM >= 20181002
-struct ZC_INVENTORY_END {
+#if PACKETVER_RE_NUM >= 20180829 || PACKETVER_ZERO_NUM >= 20180919 || PACKETVER_MAIN_NUM >= 20181002
+struct PACKET_ZC_INVENTORY_END {
int16 packetType;
#if PACKETVER_RE_NUM >= 20180912 || PACKETVER_ZERO_NUM >= 20180919 || PACKETVER_MAIN_NUM >= 20181002
uint8 invType;
#endif
char flag;
} __attribute__((packed));
+DEFINE_PACKET_HEADER(ZC_INVENTORY_END, 0x0b0b);
+#endif // PACKETVER_RE_NUM >= 20180829 || PACKETVER_ZERO_NUM >= 20180919 || PACKETVER_MAIN_NUM >= 20181002
struct ZC_STORE_ITEMLIST_EQUIP {
int16 PacketType;
@@ -3523,7 +3529,7 @@ DEFINE_PACKET_HEADER(ZC_HAT_EFFECT, 0x0a3b);
#endif
// [4144] this struct updated not in all packets in client
-#if PACKETVER_RE_NUM >= 20190807
+#if PACKETVER_RE_NUM >= 20190807 || PACKETVER_ZERO_NUM >= 20190918
struct SKILLDATA {
uint16 id;
int inf;
@@ -3549,7 +3555,7 @@ struct PACKET_ZC_ADD_SKILL {
int16 packetType;
struct SKILLDATA skill;
} __attribute__((packed));
-#if PACKETVER_RE_NUM >= 20190807
+#if PACKETVER_RE_NUM >= 20190807 || PACKETVER_ZERO_NUM >= 20190918
DEFINE_PACKET_HEADER(ZC_ADD_SKILL, 0x0b31);
#else
DEFINE_PACKET_HEADER(ZC_ADD_SKILL, 0x0111);
@@ -3560,13 +3566,13 @@ struct PACKET_ZC_SKILLINFO_LIST {
int16 packetLength;
struct SKILLDATA skills[];
} __attribute__((packed));
-#if PACKETVER_RE_NUM >= 20190807
+#if PACKETVER_RE_NUM >= 20190807 || PACKETVER_ZERO_NUM >= 20190918
DEFINE_PACKET_HEADER(ZC_SKILLINFO_LIST, 0x0b32);
#else
DEFINE_PACKET_HEADER(ZC_SKILLINFO_LIST, 0x010f);
#endif
-#if PACKETVER_RE_NUM >= 20190807
+#if PACKETVER_RE_NUM >= 20190807 || PACKETVER_ZERO_NUM >= 20190918
struct PACKET_ZC_SKILLINFO_UPDATE2 {
int16 packetType;
uint16 id;